@charset "UTF-8";
/* CSS Document */
html,body,a,p,ul,li,h1,h2,h3,h4,h5,h6,figure,dl,dt,dd{margin:0;padding:0;}
*{
    box-sizing: border-box;
   /* font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  */  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    tap-highlight-color: rgba(0, 0, 0, 0);
    outline: none;
    letter-spacing: 0.05em;
}
body{
	background: #b5d5ea;
    overflow-x: hidden;
    color: #000;
	font-size: clamp(12px, 1.40625vw, 18px);
/*   font-size: clamp(12px, 1.25vw, 16px);*/
    line-height: 1.8em;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    background-size: 100% auto;
}

#wrap, section {
    width: 100%;
    padding: 0;
    margin: 0;
    z-index: 1;
}

a{
    text-decoration: none;
}
a:hover {
filter: alpha(opacity=70);
opacity: 0.7;
transition:  0.5s;
}

li{
    list-style-type: none;
}
.pc{
        display: block;
    }
.sp{
    display: none;
}

@media screen and (max-width: 768px){
 .pc{
        display: none;
    }
    
    .sp{
        display: block;
    }

}
/*************************
*ヘッダー
*************************/
header{
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;   /* ← これが最も現代的で確実 */
  background: url("../img/pc_mv.jpg") center/cover no-repeat;
border-bottom:0.6em solid #fff;
}
header #btn_primevieo {
	position: absolute;
	top:18%;
	left:66.4%;
	width: 18.75%;
}
header h1, header h2 {
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
}
#snsWrap {
/*    top:94%;*/
	bottom:12%;
    right: 4%;
    width: 23.4%;
    max-width: 220px;
    height: 30px;
    position: absolute;
    text-align: center;
}
ul.snsmenu {
    display: flex;
}
ul.snsmenu li {
    padding-left: 20px;
}
.sns-btn {
    display: flex;
    height: 36px;         /* 任意。ボタン高さを統一 */
}

@media screen and (max-width: 768px){
header {
	width: 100%;
	background: url("../img/sp_mv.jpg") center/cover no-repeat;
	aspect-ratio: 768 / 1084;

}
header #btn_primevieo {
	position: absolute;
	top:1.48%;
	left:1.48%;
	width: 30%;
}
#snsWrap {
/*    top:94%;*/
	bottom:1%;
    left:1%;
    width: 23.4%;
    max-width: 220px;
    height: 30px;
    position: absolute;
    text-align: left;
}
ul.snsmenu li {
    padding-left: 3px;

}
}

/*************************
*コンテンツ
*************************/
/*YouTube*/
.youtubeWrap {
width: 90%;
max-width: 800px;
margin: 2em auto; 
	padding: 1em;
	background: #fff;
		border-radius: 15px;
	
}
.youtube {
    position: relative;
    width: 100%;
/*    padding-top: 56.25%;*/
	aspect-ratio: 16 / 9;

}
.youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;

}

@media screen and (max-width: 768px){
/*YouTube*/
.youtubeWrap {
width: 96%;
margin: 1em auto 2em; 
	padding: 1px;
	background: #fff;
		border-radius: 0px;
}
}
/*キャスト＆スタッフ*/
.cast_staffWrap {
width: 90%;
max-width: 780px;
margin: 2em auto;
padding: 2em 0;
text-align: center;
}
.cast_staffWrap h2.cast_staff {
	width: 12em;
	margin: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #ff33cc;
	color: #fff;
	font-family: "Rammetto One", sans-serif;
  font-weight: 400;
  font-style: normal;
	font-size: clamp(18px, 3.28125vw, 42px);
	line-height: 1.8em;
	border-radius: 100px;
}
.cast_staffWrap h3.cast_staff {
	text-align: center;
	margin: 0.5em auto;
	color: #000;
	width: 6em;
	font-family: "Rammetto One", sans-serif;
  font-weight: 400;
  font-style: normal;
	font-size: clamp(18px, 3.28125vw, 42px);
	line-height: 1.25em;
	border-bottom: 6px solid #ff33cc;
}
ul.cast {
	width: 100%;
	display: flex;
	margin-bottom: 0.5em;
}
ul.cast li {
	text-align: left;
}
ul.cast li i {
	color: #ff33cc;
}
ul.cast li.name {
	font-size: clamp(18px, 1.875vw, 24px);
	font-weight: 900;
}
ul.cast li.name small {
	font-size: clamp(12px, 1.25vw, 16px);
	font-weight: 400;
}
@media screen and (max-width: 768px){
	ul.cast {
		display: block;

	}
	ul.cast li{
		text-align: center;
	}
	ul.cast li.name {
		margin-left: 0.8em;
}
	ul.cast li.name span {
		display: block;
	}
}



/*************************
*フッター
*************************/
footer {
	width: 100%;
	background: #FFF;
	padding: 2em;
	text-align: center;
}
footer p {
    font-size: clamp(11px, 0.9375vw, 14px);
    line-height: 1.25em;
    color: #000;
    font-weight: 400;
}

/*************************
*ローディング
*************************/
#loading {
  /* 画面一杯にローディング画面を広げる */
  height: 100%;
  width: 100%;
  background: #b5d5ea;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 100000;
  /* flexboxを使ってローディングアイコンを画面の中央に寄せる */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#loading img {
	width: 70%;
	max-width: 240px;

}

/*************************
*トップ戻る
*************************/
.pagetop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  a {
    display: block;
    width: 50px;
    height: 50px;
    line-height: 45px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    background: #ff33cc;
    border-radius: 50%;
	  box-shadow: 0 1px 5px rgba(255, 51, 204, .75);
    /*box-shadow: 0 1px 5px rgba(0, 0, 0, .20);*/
  }
}

