@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;
	}
	
/* 正方形ロゴ 横並び
------------------------------------ */
.markarea{
  display: flex;
	justify-content: center;
	flex-wrap: wrap;
  width: 100%;
  height: auto;
	margin-top: 1em;
	margin-bottom: 4em;
	}
.sdgs_mark{
	width: 100px;
	height: 100px;
	margin-left: 0.5em;
	}
.sponsorlogo{
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
	margin-right:0.8em;
	margin-bottom: 0.8em;
	}
.sponsorlogo img{width:100%;}
.sponsorlogo.sizeL{width:64%;}
.sponsorlogo.sizeM{width:40%;}
.sponsorlogo.sizeS{width:21%;}
.sponsorlogo:hover{
  opacity: 0.6;
  transition-duration: 0.3s;}

@media screen and (max-width: 480px) {
.sponsorlogo.sizeL{width:100%;}
.sponsorlogo.sizeM{width:80%;}
.sponsorlogo.sizeS{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;}

/* プレゼント（横並び）
------------------------------------ */
.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{flex-direction: column;}
	.artistBox{width:100%;margin:1em 0;}
	.presentArea{flex-direction: column;}
	.presentArea .preTxt{width:100%;}
  .presentArea .preImg{width:100%;}
}

/* table（複数列）
------------------------------------ */
table.multitbl {
  border-collapse: collapse;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  table-layout: fixed;
	}
table.multitbl tr {
  background-color: #fff;
  border-top: 1px dashed #000;
	}
table.multitbl tr:last-child{border-bottom:1px dashed #000;}
table.multitbl th, table.multitbl td {
  padding: 1em 10px 1em 1em;
	text-align: left;
	}
table.multitbl th:first-child, table.multitbl td:first-child{width: 24%;}
table.multitbl thead tr{
  background-color: #eee;
	}
.tbltxt{text-align: left;}
@media screen and (max-width: 768px) {
  table.multitbl {
    border: 0;
    width:100%;
		}
  table.multitbl th{
    background-color: #eee;
    display: block;
		text-align: center;
		}
  table.multitbl th:first-child, table.multitbl td:first-child{width:100%;}
	table.multitbl thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
		}
  table.multitbl tr {
    display: block;
    margin-bottom: .625em;
		}
  table.multitbl td {
    position: relative;
		border-top: 1px dashed #000;
    display: block;
    padding: .625em .625em .625em 6em;
		}
  table.multitbl td::before {
    content: attr(data-label);
    font-weight: bold;
    position: absolute;
    left: 10px;
		}
}


/* 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}
