@charset "utf-8";
/* CSS Document */

.photo{
  max-width: 100%;
  width: 600px;
	border: 10px solid #FFF;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
	margin: 1em 0;
	}
.photoBlock{
  display: flex;
	flex-direction: row;
	justify-content: center;
	flex-wrap: wrap;
	}
.photo_ver{
  max-width: 100%;
  width: 47%;
  border: 5px solid #FFF;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  margin: 1em 1em 0 0;
	}
.audbnrBlock{
  display: flex;
	flex-direction: row;
	justify-content:flex-start;
	flex-wrap: wrap;
	}
.audbnrBlock a{
  width: 48%;
  margin-right: 0.5em;
	}
.audbnr{
  max-width: 100%;
  width: 100%;
	}
.tournamentimg{
  max-width: 100%;
  width: 100%;
	}
.otherimage{
  max-width: 100%;
  width: 500px;
	}
.otherimage:hover{
  opacity: 0.6;
  transition-duration: 0.3s;
	}
.logo{width: 400px;}

#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;
	}
	
/* 動画埋込（角丸）
------------------------------------ */
.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%;}
	}

/* アー写とプロフィール
------------------------------------ */
.artistArea{
  display: flex;
	flex-direction: row;
	justify-content: flex-start;
	flex-wrap: wrap;
	width: 100%;
	margin-top: 1em;
	}
.artistBox{width:47%; margin:0.5em; background-color:#f0f8ff; padding:0.75em; border-radius:10px;}
.artImg{max-width:100%; border-radius:10px;}
.artistBox h5{font-size:1.5em; margin:0.5em 0;}
.artTxt{max-width:100%; padding:0.2em; text-align:justify; font-size:0.9em; line-height:2em;}

/* キャストと名前
------------------------------------ */
.castArea{
  display: flex;
	flex-direction: row;
	justify-content: flex-start;
	width: 100%;
	margin-top: 1em;
	}
.castBox{width:35%; margin-right:1em; padding:0.75em; border-radius:10px;}
.castImg{max-width:100%; border-radius:10px;}
.castBox h5{font-size: 1.1em;}	

/* プレゼント（横並び）
------------------------------------ */
.presentArea{
  display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	width: 100%;
	}
.presentArea .preTxt{width:60%;padding-right:1em;text-align:justify;}
.presentArea .preImg{width:40%;}
.presentArea .preImg img{max-width:100%;}

@media screen and (min-width:1000px){
  .lolplanets_movie{max-width:100%;}
  }
@media screen and (max-width: 768px) {
  .photoBlock,.audbnrBlock{flex-direction: column;}
	.photo_ver,.audbnr,.logo{width:100%;}
	.audbnrBlock a{width:100%; margin-left:0;}
	/*.sponsorlogo{display:none;}*/
	.artistArea,.castArea{flex-direction: column;}
	.artistBox{width:100%;margin:1em 0; }
	.castBox{width:70%;margin:1em auto; }
	.castBox h5{font-size:1em;text-align:center;}
	
	.presentArea{flex-direction: column;}
	.presentArea .preTxt{width:100%;}
  .presentArea .preImg{width:100%;}
}

/* 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}
