@charset "utf-8";

/* 横幅、高さ可変*/
#top_img{
width: 100%;
max-width: 600px;
height: auto;
padding-top: 66.66%;
/*padding-top: 75.00%;*//*450px*/ 
/*padding-top: 96.33%;*/
overflow: hidden;
position: relative;
}
#top_logo{
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	max-width: 600px;
}
#top_logo img{
	width: 100%;	
}

/* 動画ボタン調整*/
.btn_flex-even > li { flex-basis: 100%;}
.btn_flex-even li img {display: block; width: 100%; max-width: 150px; height: auto; text-align: center; margin: 0 auto;}

/*フォトギャラリー調整*/
.page_wrapper .page_contents .sppg_content div#box-photogallery a img {object-fit: cover;/*height: 100px;*/aspect-ratio: 800 / 533;}
/*.page_contents .sppg_content div#box-photogallery a{width:48%;}*/
.page_contents .sppg_content div#box-photogallery a{width:31.3%;}

/*キャスト調整*/
.page_contents .sppg_content ul.cast_list li {
    position: relative;
    float: left;
    width: 97%;
    margin-right: 3%;
    margin-bottom: 10px;
}
.page_contents .sppg_content ul.cast_list li p.cast_txt {padding:12px 6% 7px}

.att{font-size: 0.875rem;color: #333;}

/* SNS
------------------------------------------*/
ul.sns{display: flex; }
ul.sns > li{flex-basis: 100%;}
.inst_botton a{font-size: 1.125rem; display:block; padding:1rem ; color:#FFF; border-radius:10px; border-bottom:solid 5px rgba(94,58,88,1.00) ; background: rgb(212,103,251);
background: linear-gradient(0deg, rgba(212,103,251,1) 0%, rgba(250,101,219,1) 40%);text-decoration:none; text-align:center; margin:5px 10px; font-weight:bold; }
.inst_botton a:hover{opacity:0.8; margin-top: 9px; border-bottom:solid 1px ; transition:0.5s;}	


@media screen and (max-width: 768px) {
}