@charset "utf-8";

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-color: #0a6999;
	background-image: url(../images/bg01.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center center;
	background-size: auto auto;
}

a:hover {
	opacity: 0.5;
}
ul {
  list-style: none;
}

img {
/*width:100%;*/
max-width: 100%;
height: auto;
}


.main_visual {
	text-align: center;
	position:  relative;  
}

.Con_logo   {
position: absolute;
	z-index: 12;
padding:  0px;             /* 余白指定 */
}

.main_table {
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-size: cover;
}

/**/
.top_m {
	margin: 0 auto;
	width:1000px;
	padding:5px 0;
}

.top-banner{
	display: flex;
	flex-wrap:wrap;
	z-index: 11;
	position: absolute;
}
.top-banner li {
	width: calc(100%/6);/*←画像を横に4つ並べる場合*/
	padding:0 10px;/*←画像の左右に5pxの余白を入れる場合*/
	box-sizing:border-box;
}
.top-banner li img {
	max-width:100%; /*画像のはみだしを防ぐ*/
	height: auto; /*画像の縦横比を維持 */
	/*border:solid 1px #ccc; ←画像を1pxのグレーの枠線で囲む指定の場合*/
}
.menu {
	
/*	padding-top: 4px;
	top: 0px;
	left: auto;	width: 100%;　700px */
	width:100%;
	z-index: 10;
	position: absolute;
	text-align: center;
margin-top: 25px;

}

.menu2 {
	padding-top: 5px;
	text-align: center;	margin: 0 auto;
	width: 80%;
}

.hatubaibi {
	text-align: center;
		/*text-align: right;*/

}
.dummy_space {
	width: 100%;
	height: 250px;
	background-repeat: repeat;
	background-color: rgba(14,14,14,0.31);
}


.zyouhou_talbe {
	background-color: rgba(0,0,0,0.25);
}

.bg {
/*	background-color: #0a6999;
	background-image: url(../images/bg01.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center center;
	background-size: auto auto;*/
}

/**/
#photo {  z-index: 9;
	width: 990px;
    height:830px;
    margin: 0 auto;
    /*
	    width: 990px;
    height: 830px;
	text-align: left;*/
    overflow: hidden;
    position: relative;
}

#photo img {
    top: 0;
    left: 0;
    position: absolute;
}
/*padding-top*/
@media (max-width: 1200px) {
.top_m {
	width:100%;
}
#photo { 
	width: 800px;
    height:670px;
}
}

@media (max-width: 900px) {
#photo { 
	width: 600px;
    height:500px;
}
}

@media (max-width: 630px) {
#photo { 
	width: 400px;
    height:335px;
}
/*めにゅー隠す*/
.menu{display:none}
.menu2{display:none}
}
	
	@media (max-width: 440px) {
#photo { 
	width: 340px;
    height:285px;
}
	


}


.pro h2 {
  position: relative;
  padding: 1rem 2rem;
 /* border: 4px solid #000;background-color:#ddd;*/
text-align: center;
	background-color: rgba(255,255,255,0.70);
}

.pro h2:before {
  position: absolute;
  top: 4px;
  left: 4px;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  content: '';
 border: 1px solid #000;
}


.clear {
    clear: both;
}

.tokuten{
	margin: 15px;
	padding: .5em .75em;
	background-color: rgba(255,255,255,0.2);
	/*box-shadow: 0 2px 6px rgba(0, 0, 0, .15);*/

}

.tokuten h3{
	text-align: center;
	margin-top: 5px;
	background-color: rgba(255,255,255,0.5);
	padding: 4px;
	text-shadow: 0 0 15px #fff,
                 0 0 10px #fff,
                 0 0 20px #fff;
}


.tokuten img{
 display: block;
 margin-left: auto;
 margin-right: auto; 
 max-width: 100%;
margin-top: 5px;

}
.text_tokucho01 {
/*　 width: 90%; */ 
	background-color: rgba(25,25,112,0.4);
	color: #D3D3D3;
/*	text-shadow: 0 0 5px #000,
                 0 0 10px #999,
                 0 0 20px #000;*/
	margin-top: 10px;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 4px;
	border: 1px solid #191970;
	border-radius: 4px;
}

.text_tokucho01 p{
	color: #00c3e2;
	font-weight: bold;
	padding-top: 6px;
	border-bottom: 1px dotted #191970;
}




/**/

#toku{
	margin: 0 auto;
}

.tokuten_01{
	width: 49%;
	margin: 2px;
	padding: .5em .75em;
	background-color: rgba(255,255,255,0.2);
	/*box-shadow: 0 2px 6px rgba(0, 0, 0, .15);*/
	float:left;

}

.tokuten_01 h3{
	text-align: center;
	margin-top: 5px;
	background-color: rgba(255,255,255,0.5);
	padding: 4px;
	text-shadow: 0 0 15px #fff,
                 0 0 10px #fff,
                 0 0 20px #fff;
}


.tokuten_01 img{
 display: block;
 margin-left: auto;
 margin-right: auto; 
 max-width: 100%;
margin-top: 1px;

}




#banner_LL {padding: 10px 15px;  overflow: hidden; width: 610px;margin-top: 5px; margin-bottom: 15px;  margin:0 auto; }
#banner_LL textarea {background:#5fd0ff; color:#1a333d; border:solid 1px #1a333d; font-size: 80%; width: 576px; height: 30px; overflow: auto; font-weight: normal; overflow-y:scroll; display: block; }

@media (max-width: 1000px) {
img {
    max-width: 100%;
    height: auto;
}

}




.ara{ 
	padding: 25px;
	text-align: center;
	line-height:1.7;
font-weight: bold;
    font-size: 110%;
                color:#e4f7ff;
                text-shadow:
                    0 0 5px #00188c,
                    0 0 10px #00188c,
                    0 0 20px #00188c,
				 0 0 30px #00188c;
}

.center_i{
 display: block;
 margin-left: auto;
 margin-right: auto;
}

.news_base  {
	overflow: auto;
	width: 100%;
	height: 250px;
	padding-right: 10px;
	padding-left: 20px;
	padding-bottom: 20px;
	background-color: rgba(0,0,0,0.20);
	padding-top: 20px;
	border-bottom: 1px dotted #FFFFFF;
	border-top: 1px dotted #FFFFFF;
	min-width: 0px;
	color: #cfdee6;
       }

	   
.news_base a {
	color: #fff;
}

/*　2016/11/28　*/
.news_base dt {
		margin-top: 15px;
border-bottom:dotted #AEEEFF 1px;	
}

.news_base dd {
margin-top: 5px;
border-bottom:dotted #AEEEFF 1px;	
}   

.news img{
max-width: 100%;
height:auto;
}


.title_logo {
	position: absolute;
	left: 30%;
	bottom: 20px;}

.twitter {
/*	background-color: rgba(0,0,0,0.20);
*/	text-align: center;
}

.midashi  {
	text-align: center;
	margin-top: 10px;
}

.midashi2  {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 15px;	
}
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}


h3 strong {
	color: #FFFFFF;
}
.setumei  {
	width: 100%;
	padding-top: 8px;
	
}
.setumei2 {
	width: 100%;
	background-image: url(url);
	top: 650px;
	position: absolute;
}
.koumoku {
	height:auto;
}
.koumoku h3 {
	font-size: 14px;
	font-weight: bold;
	background-color: rgba(0,0,0,0.50);
	color: #FFFFFF;
	padding-top: 8px;
	margin-top: 0px;
	height: 30px;
	padding-left: 5px;
	text-align: center;
	top: -150px;
	position: static;
}

.naiyou {
	height: auto;
	padding-top: 8px;
	font-weight: bold;
	text-align: left;
	color: #FFFFFF;
	text-shadow: 0 0 15px #001C33,
                 0 0 10px #001C33,
                 0 0 20px #001C33;
	font-size: 14px;
	
}

.naiyou a {	color: #afeeee;}

.arasuzi  {
	text-align: center;
}

.syuyou  {
	text-align: center;
	position: relative;
	z-index: 1;
}

.fooder {
	font-size: 9px;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
	color: #FFFFFF;
	background-color: rgba(0,0,0,0.25);
	}
.zyunbi_chu {
	text-align: center;
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}

.pake{
	text-align: center;
}



/*0328*/
.zyunbi_chu img {
        max-width: 100%;
        height: auto;

}


.zyunbi_chu h2{
	text-align: center;
	margin-top: 5px;
	background-color: rgba(255,255,255,0.5);
	padding: 4px;
	text-shadow: 0 0 15px #fff,
                 0 0 10px #fff,
                 0 0 20px #fff;
}


.lineup  {
	text-align: center;
}

.text_tokucho {
	color: #ffffff;
	text-shadow: 0 0 15px #001C33,
                 0 0 10px #001C33,
                 0 0 20px #001C33;
	font-size: 14px;
	font-weight: bold;
	margin-left: 10px;
	margin-right: 10px;
	text-align: center;
}
.ti_all {
	text-align: center;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}


.text_yougo {
	color: #ffffff;
	text-shadow: 0 0 15px #001C33,
                 0 0 10px #001C33,
                 0 0 20px #001C33;
	font-size: 14px;
	font-weight: bold;
	margin-left: 10px;
	margin-right: 10px;
	line-height: 150%;
}

.yougo {
	margin-top: 30px;
	margin-bottom: 10px;
}

.chara_i  {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 30px;
}
.eve_gra  {
	text-align: center;
	margin-bottom: 30px;
}
.chara_prof {
	text-align: center;
	padding-bottom: 30px;
}
.chara_t {
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
}

.menu_icon {
text-align: center;
}	

@media (max-width: 766px){
	
.menu_icon a img {
	width: 90px;
	height: auto;
}

.ps_vita_logo img {
	width: 90px;
	height: auto;
}
.setumei2 {
	text-align: center;
	position: absolute;
	top: 300px;
}
.hatubaibi  {
	text-align: center;
}
.setumei {
	text-align: center;
	padding-top: 0px;
	margin-top: -20px;


}



.setumei img {
	width: 500px;
	height: auto;
}



.container-fluid .row > .col-sm-2.col-xs-2 {
	padding-left: 0px;
	padding-right: 0px;
}
.arasuzi img {
	width: 500px;
	height: auto;
}
.syuyou img {
	width: 500px;
	height: auto;
}
.midashi2 a img {
	width: 420px;
	/*height: auto;*/
}
.chara_i a img {
	width: 130px;
	height: auto;

}
.chara_prof img {
	width: 500px;
	height: auto;
}
.chara_t a img {
	width: 90px;
	height: auto;
}
.container-fluid .row > .col-md-2.col-xs-2 {
	padding-left: 0px;
	padding-right: 0px;
}

.eve_gra img {
	width: 450px;
	height: auto;
}
.naiyou p {
	text-align: center;
}
.midashi2 img {
	width: 300px;
}
.ti_all img {
	width: 500px;
	height: auto;
}


}


@media (max-width: 500px){
.menu_icon a img {
	width: 48px;
	height: auto;
}
.ps_vita_logo img {
	width: 40px;
	height: auto;
}
.setumei2 {
	position: absolute;
	top: 140px;

}

.hatubaibi img {
	width: 200px;
	height: auto;
	text-align: center;
}

.container-fluid .row > .col-sm-5 .col-sm-7 {
	padding-left: 0px;
	padding-right: 0px;
}

.setumei img {
	width: 280px;
	height: auto;
	margin-top: 0px;
	text-align: center;
}
.arasuzi img {
	width: 280px;
	height: auto;
}
.midashi2 img {
	width: 150px;
	height: auto;
}
.syuyou img {
	width: 280px;
	height: auto;
}
.yougo img {
	width: 280px;
	height: auto;
}
.text_yougo {
	font-size: 12px;
}
.chara_i a img {
	width: 60px;
	height: auto;
}
.container-fluid .row > .col-md-2.col-xs-3 {
	padding-left: 0px;
	padding-right: 0px;
}
.chara_prof img  {
	width: 280px;
	height: auto;
}
.chara_t a img {
	width: 45px;
	height: auto;
}

.eve_gra img {
	width: 280px;
	height: auto;
}
.naiyou p {
	font-size: 12px;
}
.ti_all img {
	width: 280px;
	height: auto;
}
.text_tokucho strong {
	font-size: 12px;
}
.text_tokucho p {
	font-size: 12px;
}
.zyunbi_chu img {
	width: 200px;
	height: auto;
}

}


/*ついか top: 10px; right: 10px;*/
.topc{
	margin-top: -40px;
}

.menu-btn {
    position: fixed;
	right: 0px;
    display: flex;
    height: 60px;
    width: 60px;
    justify-content: center;
    align-items: center;
    z-index: 90;
    background-color: #3584bb;
}
.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
    content: '';
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background-color: #ffffff;
    position: absolute;
}
.menu-btn span:before {
    bottom: 8px;
}
.menu-btn span:after {
    top: 8px;
}

#menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
}
#menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
}
#menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
}

#menu-btn-check {
    display: none;
}

.menu-content ul {
    padding: 70px 10px 0;
}
.menu-content ul li {
    border-bottom: solid 1px #ffffff;
    list-style: none;
}
.menu-content ul li a {
    display: block;
    width: 100%;
    font-size: 15px;
    box-sizing: border-box;
    color:#ffffff;
    text-decoration: none;
    padding: 9px 15px 10px 0;
    position: relative;
}
.menu-content ul li a::before {
    content: "";
    width: 7px;
    height: 7px;
    border-top: solid 2px #ffffff;
    border-right: solid 2px #ffffff;
    transform: rotate(45deg);
    position: absolute;
    right: 18px;
    top: 16px;
}
.menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%;/*leftの値を変更してメニューを画面外へ#3584bb;*/
    z-index: 80;
    background-color: rgba(55,132,187,0.75);
    transition: all 0.5s;/*アニメーション設定*/text-align: center;
}
	
#menu-btn-check:checked ~ .menu-content {
    left: 0;/*メニューを画面内へ*/
}




.follow-me {
  list-style: none;
  margin: 0 0 -8px;
  overflow: hidden;
  padding: 0;
}
.follow-me li {
  float: center;
  margin: 0 8px 8px 0;
  padding: 0;
display: inline-block;
}
.follow-me li a::before {
  background-color: #eee;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  color: #333;
  display: inline-block;
  font-family: FontAwesome;
  font-size: 16px;
  height: 44px; /* Button height */
  line-height: 44px; /* Button height */
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  text-align: center;
  width: 44px; /* Button width */
}
.follow-me li a:hover::before {
  color: #fff;
}
.follow-me li a[href*="twitter.com"]::before        { content: "\f099"; }
.follow-me li a[href*="twitter.com"]:hover::before        { background-color: #55acee; }

