@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 img{
  width: 48%;
  margin-right: 0.5em;
	}
.audbnr{
  max-width: 100%;
  width: 100%;
	}
.tournamentimg{
  max-width: 100%;
  width: 100%;
	}
.otherimage{
  max-width: 100%;
  width: 378px;
	}
.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;
	}
	
/* 動画埋込（角丸）
------------------------------------ */
.sdgs_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;
	}
	
/* 正方形ロゴ 横並び
------------------------------------ */
.markarea{
  display: flex;
	flex-direction: row;
	justify-content: flex-end;
  width: 100%;
  height: 100px;
	margin-top: 1em;
	}
.sdgs_mark{
	width: 100px;
	height: 100px;
	margin-left: 0.5em;
	}

.sponsorlogo{width:45%; /*box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);*/ margin-right:0.8em;}
.sponsorlogo:hover{
  opacity: 0.6;
  transition-duration: 0.3s;}

/* アー写とプロフィール
------------------------------------ */
.artistArea{
  display: flex;
	flex-direction: row;
	justify-content: flex-start;
	width: 100%;
	margin-top: 1em;
	}
.artistBox{width:50%; margin-right:1em; background-color:#f0f8ff; padding:0.75em; border-radius:10px;}
.artImg{max-width:100%; border-radius:10px;}
.artistBox h5{font-size: 1.5em;}
.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:50%; margin-right:1em; padding:0.75em; border-radius:10px;}
.castImg{max-width:100%; border-radius:10px;}
.castBox h5{font-size: 1.1em;}	

@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 img{width:100%; margin-left:0;margin-bottom: 0.5em;}
	/*.sponsorlogo{display:none;}*/
	.artistArea,.castArea{flex-direction: column;}
	.artistBox{width:100%;margin:1em 0; }
	.castBox{width:80%;margin:1em auto; }
	.castBox h5{font-size:1em;text-align:center;}
}

/* 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}
