@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: 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;}


@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; }
}
/* 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: 42%;}
table.multitbl thead tr{
  background-color: #eee;
	}
table.multitbl th:last-child, table.multitbl td:last-child{width: 20%;}
.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 th:last-child, table.multitbl td:last-child{width: 100%;}
  table.multitbl tr {
    display: block;
    margin-bottom: .625em;
		border-top: 1px solid #000;
		}
  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;
		}
}

/* NewYear
-------------------------------------------- */
.newyear_bg{
  background-image: url("../img/newyear_bg.png");
	background-repeat: repeat;
	background-position: top center;
	background-size: 80px;
	}

#underBase main dl.chart.col-2 > dt {
    width: calc(70% - 2px);
}
#underBase main dl.chart.col-2 > dd {
    width: 30%;
}
@media screen and (max-width: 768px) {
    #underBase main dl.chart.col-2 > dt {
        width: 100%;
    }
	#underBase main dl.chart.col-2 > dd {
        width: 100%;
    }
}

/* common style
-------------------------------------------- */
/* テキスト - SPのみ
------------------------*/
@media screen and (max-width:767px){
  .brSP:before{content:"\A";display:block}
  .hiddenSP,.forPC,.forTB{display:none}
}
/* テキスト - TBのみ
------------------------*/
@media screen and (min-width:768px) and (max-device-width:991px){
  .brTB:before{content:"\A";display:block}
  .hiddenTB,.forPC,.forSP{display:none}
}
/* テキスト - PC
------------------------*/
@media screen and (min-width:992px){
  .brPC:before{content:"\A";display:block}
  .hiddenPC,.forTB,.forSP{display:none}
}

.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}
