@charset "utf-8";
/* CSS Document */

#underBase main .impactImg {
  width: 100%;
  height: auto;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  z-index: 2;
  }
#underBase main .impactImg img {
  width: 100%;
  height: auto;
  object-fit: cover;
  position: relative;
  z-index: 1;
  vertical-align: bottom;
	}
.otherimage{
  max-width: 100%;
  width: 500px;
	}
/* 動画埋込（角丸）
------------------------------------ */
.live_movie{
  max-width:100%;
  padding:2px;
  margin:0 auto 24px;
  color:#FFF;
	}
.youtube{
  position:relative;
  width:100%;
  padding-top:56.25%;
	}
.youtube iframe {
  position:absolute;
  top:0;right:0;
  width:100% !important;
  height:100% !important;
	border-radius: 10px;
	}

/* スポンサーバナー 大中小
------------------------------------ */
.sponsorBlock{
  display: flex;
	flex-direction: column;
	text-align: center;
	}
.sponsor{
  flex-wrap: wrap;
	width: 100%;
	margin: 1em auto 4em;
	}
.sponsor img{
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
	margin-right:0.8em;
	margin-bottom: 0.8em;
	}
.sponsor img:hover{
  opacity: 0.6;
  transition-duration: 0.3s;
	}
.sponsor img.bnrL{width:64%;}
.sponsor img.bnrM{width:40%;}
.sponsor img.bnrS{width:21%;}

@media screen and (max-width: 480px) {
  .sponsor img.bnrL{width:100%;}
  .sponsor img.bnrM{width:80%;}
  .sponsor img.bnrS{width:40%;}
	}
	
/* キャストとプロフィール（１人だけ）
------------------------------------ */
.castArea{
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 1em;
  text-align: center;
	}
.castBox{width:100%; margin:0.5em; padding:0.75em; border-radius:10px;}
.castImg{max-width:100%;width:50%;border-radius:10px;}
.castBox h5{font-size:1.2em; margin:0.5em 0;}
.castTxt{width:100%;text-align:justify; font-size:0.9em; line-height:2em;border-top: 1px #000 dashed;border-bottom: 1px #000 dashed;padding: 1em 0;}
@media screen and (max-width: 768px) {
  .castArea{flex-direction: column;}
  .castBox{width:100%;margin:1em 0;}
	.castImg{width:100%;}
	}
	
/* キャストと名前（2任）
------------------------------------ */
.castArea2{
  display: flex;
	flex-direction: row;
	justify-content: center;
	width: 100%;
	/*margin-top: 1em;*/
	}
.castBox2{width:50%; margin-right:1em; padding:0.75em; border-radius:10px;}
.castImg2{max-width:100%; border-radius:10px;}
.castBox2 h5{font-size:1.2em;line-height: 1.4em;text-align: center;}	

@media screen and (max-width: 768px) {
	.castBox2{
		width:90%;
		margin:1em auto;
		text-align: center;
	}
	.castBox2 h5{text-align:center;}
	.castArea2{
		justify-content: center;
		flex-direction: column;
	}
}

/* プレゼント（横並び）
------------------------------------ */
.presentArea{
  display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	width: 100%;
	margin: 2em 0;
	}
.presentArea .preImg{width:36%;}
.presentArea .preImg img{max-width:100%;}
.presentArea .preTxt{width:70%;margin-left:2em;text-align:justify;}

@media screen and (max-width: 768px) {
	.presentArea{flex-direction: column;}
	.presentArea .preImg{width:100%;text-align: center;}
	.presentArea .preTxt{width:100%;margin-left:0;}  
}

/* jquery.layerBoard.js 設定用
------------------------------------ */
.layer_board_bg,.layer_board{position:absolute}
.layer_board_bg{position:fixed;width:100%;height:100%;z-index:1000;top:0;left:0;display:none;cursor:pointer;background:#000}
.layer_board {display:none;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);background:#fff;z-index:2000;padding:3vw;width:90%;max-width:920px;height:94vh;max-height:768px;}
.layer_board .scrollarea{
	overflow-y:scroll;
	height:90vh;
	height:-webkit-calc(94vh - 13vw);
	height:calc(94vh - 13vw);
	max-height:970px;
	max-height:-webkit-calc(970px - 6vw);
	max-height:calc(970px - 6vw);
	padding-right: 2em;
	}
.btn_close{margin:0 auto}
.squarebtn {
	display: block;
	position: relative;
	width: 160px;
	padding: 0.5em;
	margin: 1.5em auto;
	text-align: center;
	text-decoration: none;
	color: #000000;
	border:2px solid #000000;
	}
.squarebtn:hover{
  opacity: 0.6;
  transition-duration: 0.3s;
	}
@media screen and (max-width:768px) {
.layer_board .scrollarea{
  padding:0 3vw 0 0;
  height: calc(94vh - 30vw);}
}

/* common style
-------------------------------------------- */
.fontS{font-size:0.8em;}
.fontM{font-size:1.2em}
.fontMM{font-size:1.3em; line-height:1.6em;}
.fontL{font-size:1.5em;line-height:1.8}
.fontLL{font-size:2em}

.mt0{margin-top:0 !important}
.mt5{margin-top:5px !important}
.mt10{margin-top:10px !important}
.mt1em{margin-top:1em !important}
.mt2em{margin-top:2em !important}

.mb0{margin-bottom:0 !important}
.mb5{margin-bottom:5px !important}
.mb10{margin-bottom:10px !important}
.mb1em{margin-bottom:1em !important}
.mb2em{margin-bottom:2em !important}

.mr0{margin-right:0 !important}
.mr5{margin-right:5px !important}
.mr10{margin-right:10px !important}
.mr1em{margin-right:1em !important}
.mr2em{margin-right:2em !important}

.ml0{margin-left:0 !important}
.ml5{margin-left:5px !important}
.ml10{margin-left:10px !important}
.ml1em{margin-left:1em !important}
.ml2em{margin-left:2em !important}

.mtb0{margin-top:0;margin-bottom:0 !important}
.mrl8{margin-right:8px;margin-left:8px !important}

.fontRed{color:#dc000c!important;}

.txtC{text-align:center!important}
.txtR{text-align:right!important}
.txtL{text-align:left!important}

/*PCでは無効（改行しない）*/
.forSP{
    display: none;
}
/*スマートフォンでは有効（改行する）*/
@media screen and (max-width:768px) {
    .forSP{
        display: block;
    }
}
/*PCではでは有効（改行する）*/
.forPC{
    display: block;
}
/*スマートフォンでは無効（改行しない）*/
@media screen and (max-width:768px) {
    .forPC{
        display: none;
    }
}
.marker{
  display:inline;
  padding:6px 4px 0;
  margin:0 2px;
  background:linear-gradient(transparent 70%, #ffc0ba 0%);
}
.marker_b{
  display:inline;
  padding:6px 4px 0;
  margin:0 2px;
  background:linear-gradient(transparent 70%, #add5ff 0%);
}

.logo_Img img{
	width: 50%;
}
@media screen and (max-width:768px) {
	.logo_Img img{
		width: 80%;
	}
}
.logo_Img:hover{
  transition: all 0.3s ease 0s;
  opacity: 0.5;
}

.preImg{
	width:60%;
}
@media screen and (max-width: 768px) {
	.preImg{
		width:100%;
	}
}

@media screen and (max-width: 768px) {
	.btn100{
	width: 100%;
	}
}