@charset "UTF-8";

/* ------------------------
 for Wordpress styles
------------------------ */
.wp-caption {
	max-width: 632px !important; /* prevent too-wide images from breaking layout */
}

/* --------------
 reset
-------------- */
input[type="submit"],label {
	cursor: pointer;
}

/* --------------
 base
-------------- */
body {font-size: 15px;line-height: 1.8;}

h1 {font-size: 22px;}
h2 {font-size: 21px;}
h1,h2,h3,h4,h5,h6 {
	line-height: 1.5;
}

.ifsp {display: none!important;}
.annul {/* IE以外 */
	pointer-events: none;
	cursor: default;
}

/* --------------
 modules css
-------------- */
/* ---------- font size */
.fs05 { font-size: 0.5em; }
.fs06 { font-size: 0.6em; }
.fs07 { font-size: 0.7em; }
.fs08 { font-size: 0.8em; }
.fs09 { font-size: 0.9em; }
.fs10 { font-size: 1.0em; }
.fs11 { font-size: 1.1em; }
.fs12 { font-size: 1.2em; }
.fs13 { font-size: 1.3em; }
.fs14 { font-size: 1.4em; }
.fs15 { font-size: 1.5em; }
.fs16 { font-size: 1.6em; }
.fs17 { font-size: 1.7em; }
.fs18 { font-size: 1.8em; }
.fs19 { font-size: 1.9em; }
.fs20 { font-size: 2.0em; }
.fs21 { font-size: 2.1em; }
.fs22 { font-size: 2.2em; }
.fs23 { font-size: 2.3em; }
.fs24 { font-size: 2.4em; }
.fs25 { font-size: 2.5em; }
.fs30 { font-size: 3.0em; }

/* ---------- float */
.fll { float: left;}
.flr { float: right;}
.flc {
    margin-left: auto;
    margin-right: auto;
}
/* ---------- margin,padding */
.mb50 {	margin-bottom: 50px !important;}
.mb55 {	margin-bottom: 55px !important;}
.mb60 {	margin-bottom: 60px !important;}
.mb70 {	margin-bottom: 70px !important;}
.mb80 {	margin-bottom: 80px !important;}
.mb90 {	margin-bottom: 90px !important;}
.mb100 {margin-bottom: 100px !important;}

/* ----- margin,padding */
.mt40 { margin-top: 40px;}
.mt80 { margin-top: 80px;}
.mt150 { margin-top: 150px;}

.mr15 {	margin-right: 15px !important;}
.mr40 {	margin-right: 40px !important;}

.pl10 { padding-left: 10px;}
.pl20 { padding-left: 20px;}
.pr10 { padding-right: 10px;}
.pr20 { padding-right: 20px;}
.plr50 { padding-left: 50px; padding-right: 50px;}

/* ---------- line height */
.lh20 {line-height: 2.0;}

/* ---------- width */
.wd5 {width: 5% !important;}
.wd10 {width: 10% !important;}
.wd15 {width: 15% !important;}
.wd20 {width: 20% !important;}
.wd25 {width: 25% !important;}
.wd30 {width: 30% !important;}
.wd35 {width: 35% !important;}
.wd40 {width: 40% !important;}
.wd45 {width: 45% !important;}
.wd49 {width: 49% !important;}
.wd50 {width: 50% !important;}
.wd55 {width: 55% !important;}
.wd60 {width: 60% !important;}
.wd65 {width: 65% !important;}
.wd70 {width: 70% !important;}
.wd75 {width: 75% !important;}
.wd80 {width: 80% !important;}
.wd85 {width: 85% !important;}
.wd90 {width: 90% !important;}
.wd95 {width: 95% !important;}
.wd100 {width: 100% !important;}

.wd33 {width: 33% !important;}

/* ----- images */
.imgL {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.imgR {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}
.vaM img {
	vertical-align: middle !important;
}

.flexInfo {
	display: flex;
	flex-wrap: wrap;
}
.flexInfo .infoImgBox {
	height: 0;
	padding-top: 140%;
	position: relative;
}
.flexInfo .infoImgBox img {
	position: absolute;
	top: 0;
	left: 0;
}

.flexInfo.clmImg4 .infoImgCont { width: 25%; }
.flexInfo.clmImg5 .infoImgCont { width: 20%; }
/* ----- base width */
.in {
  width: 100%;
	max-width: 1200px;
  min-width: 768px;
	margin: 0 auto;
}

/* ----- list */
.col6 li {
	width: 150px;
	margin: 5px 5px 10px;
}

/* ----- color */
.clmRed, .clmBlue, .clmOg, .clmGreen, .clmGray {
	padding: 20px;
}
.clmRed p {
	margin: 20px 0;
}
.clmRed p img {
	margin: 0 1%;
}
/* ----- text */
.alcPC { text-align: center; }
.allPC { text-align: left; }
.alrPC { text-align: right; }
.txtBlockPC {display: block;}
/* line */
.lineG {
	display: inline-block;
	background-position: right 15px;
}

/* ----- botton */
.dtlBtn,
.dtlBtn2 {
	display: inline-block;
}
.dtlBtn a {
	padding: 5px 20px;
}
.dtlBtn2 a {
	padding: 10px 100px;
}

/* --------------
 common
-------------- */
/*html {
	background: url(../img/bg_pc.jpg?v2) no-repeat fixed center top / 100% auto #000;
}*/
/*body:before {
	content: "";
	width: 100%;
	height: 100%;
	z-index: -1;
	background: url(../img/bg_pc.jpg?v2) no-repeat center center;
	background-size: 100% auto;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: .8;
}*/


.clm2, .clm3, .clm4, .clm5, .clm6,
.clm1-2 {
	display: flex;
	flex-flow: row wrap;
	align-items: stretch;
	margin-left: -30px;
}
.clm2 > * {
	width: calc((100% / 2) - 30px );
}
*::-ms-backdrop, .clm2 > * {
  width: calc(50% - 30px); /* IE11 */
}
.clm3 > * {
	width: calc((100% / 3) - 30px );
}
*::-ms-backdrop, .clm3 > * {
  width: calc(33.33% - 30px); /* IE11 */
}
.clm4 > * {
	width: calc((100% / 4) - 30px );
}
*::-ms-backdrop, .clm4 > * {
  width: calc(25% - 30px); /* IE11 */
}
.clm5 > * {
	width: calc((100% / 5) - 30px );
}
*::-ms-backdrop, .clm5 > * {
  width: calc(20% - 30px); /* IE11 */
}
.clm6 > * {
	width: calc((100% / 6) - 30px );
}
*::-ms-backdrop, .clm6 > * {
  width: calc(16.66% - 30px); /* IE11 */
}

.clm1-2 > *:nth-child(odd) {
	width: calc((100% / 3) - 30px );
}
*::-ms-backdrop, .clm1-2 > *:nth-child(odd) {
  width: calc(33.33% - 30px); /* IE11 */
}
.clm1-2 > *:nth-child(even) {
	width: calc((100% / 3) * 2 - 30px );
}
*::-ms-backdrop, .clm1-2 > *:nth-child(even) {
  width: calc(66.66% - 30px); /* IE11 */
}



.clm2 > *, .clm3 > *, .clm4 > *, .clm5 > *, .clm6 > *,
.clm1-2 > *{
	margin-left: 30px;
}

.clm2 > * >a, .clm3 > * >a, .clm4 > * >a, .clm5 > * >a, .clm6 > * >a,
.clm1-2 > * >a{
	position: relative;
	display: block;
	height: 100%;
}

/* =header
-------------------------------------------------------------- **/
#header {
  background-color: #fff;
}
#home #header {
}
#subpage #header {
	margin-bottom: 20px;
}

/* =siteHeader
---------------------------------------------------- */
#siteHeader {
	/*padding: 10px 0 38px;*/
}

/* logo */
#logo {
	float: left;
	width: 350px;
}
#logo_center {
	margin: auto;
	width: 350px;
}

#siteHeader h2 {
	width: 400px;
	top: 5px;
	left: 65px;
}

/* lead */
#lead {
	float: right;
	margin-top: 30px;
  font-size: 1.3em;
  display: flex;
}
@media screen and (max-width: 900px) {
  #lead {
    font-size: 1.1em;
  }
}
.leadBottom {
  margin-left: 10px;
}

/* =globalNav
---------------------------------------------------- */
#globalNav {
	position: relative;
  background-color: #fff;
  margin-bottom: 1em;
}
#globalNav .in {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

#navCovid a, #mainNav li a{
  background-color: #fff;
}
#navCovid a:hover, #mainNav li a:hover {
  background-color: #f6f6f6;
}



/* mainNav */
#mainNav {
}

#mainNav li {
	height: 70px;
	/*font-weight: bold;*/
	float: left;
  position: relative;
  font-size: 1em;
}

#mainNav li a {
	height: 70px;
}
#mainNav li p.navHL a {
	color: #333;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 1.5em;
}

/* underlayer nav */
#mainNav li ul {
	display: none;
	position: absolute;
	z-index: 1000;
	
	width: 235px;
	margin-left: -40px;
	background: rgba(0,0,0,.7);
}

#mainNav li ul li {
	float: none;
	width: auto;
	height: auto;
	text-indent: 0;
	text-shadow: 1px 1px #000,-1px -1px #000,1px -1px #000,-1px 1px #000;
}

#mainNav li ul li a {
	width: auto;
	height: auto;
	padding: 10px 8px;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	line-height: 1.3;
	letter-spacing: -0.03em;
	border-top: 1px dotted #ccc;
}
#mainNav li#nav5 ul li:first-child a {
	font-size: 20px;
	letter-spacing: -0.1em;
}
#mainNav li ul li:first-child a {
	border-top: none;
}

#mainNav li ol li a:before {
	content: "・";
}
#mainNav li ol li a {
	padding: 0 8px 6px 25px;
	font-size: 16px;
	text-indent: -20px;
	border-top: none;
}
.navArrow {
	position: relative;
}
.navArrow p.navHL {
	position: relative;
}
.navArrow p.navHL:after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 10px 0 10px;
	border-color: #fff transparent transparent transparent;
	left: 0;
	right: 0;
	bottom: 8px;
	margin: auto;
}

#mainNav li::after {
  content: "";
    width: 1px;
    height: 40px;
    margin: auto 0;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    background: #eee;
    display: block;
}
#mainNav li:last-child::after {
  content: none;
}

#navCovid {
  height: 70px;
  font-size: 1em;
}
#navCovid a {
  height: 70px;
  /*font-weight: bold;*/
  color: #db292b;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 1.5em;
}

/* =wrapper
-------------------------------------------------------------- **/

/* =container
-------------------------------------------------------------- **/
#container {
}

/* =contents
---------------------------------------------------- */
.bgWt, .bgBl, .tmp_page article, .tmp_single article, .tmpInner {
	padding: 20px 20px 40px;
}

.tmp_archive .flexCont {
	display: flex;
	flex-wrap: wrap;
	margin-top: 20px;
}
.tmp_archive .flexCont article {
	width: 22%;
	margin: 0 .5% 20px;
	padding: 10px;
}
.tmp_archive article .archiveTtl {
	font-size: .9em;
}

#subpage #contents {
  min-height: calc(100vh - 262px - 57px);
}

/* ----- headline */
.HL1 {
	/*padding: 10px 20px 8px;*/
	font-size: 50px;
  margin-bottom: 30px;
}
.btnS {
	margin-top: 5px;
	/*margin-left: 10px;*/
}

#contents h2 {
	margin-top: 30px;
}

/*.HL2 {
	margin-bottom: 10px;
	padding: 6px 10px 5px 40px !important;
}*/

/* #contents h3 {
	margin: 20px 0 5px;
} */

.page h1 {
	margin-top: 30px;
	padding: 8px 10px;
	font-size: 32px;
}

/* ---------- pagescroll */
#intro, #playguide, #department, #game, #vacancy, #official {
	margin-top: -80px;
	padding-top: 80px;
}

/* ----- button */
/* .btnA li {
	padding-top: 10px;
}
.btnA a {
	padding: 7px;
	font-size: 35px;
} */



/* =footer
-------------------------------------------------------------- **/

/* =siteFooter
---------------------------------------------------- */
.footTel {
	width: 400px;
	margin: 0 auto 10px;
}
#txtFooter {
	width: 67%;
	margin: 0 auto 20px;
}
.tblFt {
	line-height: 1.3;
}
.tblFt td {
	padding-left: 10px;
}

.foot_bnr .foot_official {
  display: flex;
  justify-content: space-between;
}
.foot_bnr .foot_official::after {
  content: none;
}

/* =social
------------------------------------------ */
.sns_area {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sns_area::after {
  content: none;
}
#home .sns_area {
  padding-bottom: 50px;
}

#social {
  width: 50%;
  margin: 0;
}

#social > p {
  width: 32%;
  font-size: .9em;
  margin-bottom: 0;
}

.sclTw a,
.sclFb a,
.sclLINE a,
.sclGgl a {
  padding: 1em 0;
}

/* =copyright
------------------------------------------ */

/* =pageTop
---------------------------------------------------- */
#pageTop {
	bottom: 60px;
}
@media screen and (max-width: 1100px) { /*以下の時*/
#pageTop {
	right: 10px;
}
}
@media screen and (min-width: 1101px) { /*以上の時*/
#pageTop {
	right: 60px;
}
}

#pageTop a {
	width: 60px;
	height: 60px;
}

/* --------------
 home container
-------------- */
#modal-content .notice {
  margin: 2rem !important;
}
/* =visual
---------------------------------------------------- */
#visual {
}

#clmMV {
	/*width: 1000px;
	height: 700px;
	overflow: hidden;*/
}
#clmMV img {
  /*max-height: calc(99vh - 182px);*/
}

.single-item {
	margin: 0 auto;
	width: 1000px;
}

.single-item .slick-dots {
	margin-top: -90px !important;
}

.mvBottom {
  padding: 50px 0;
  display: flex;
  justify-content: space-between;
}

.mvBottom .covidBtn a {
  height: 70px;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.mvBottom .ticketBtnR {
  /*position: absolute;
  top: -30px;
  right: 0; */ 
  width: 45%;
  font-size: 1.2em;
}

.mvBottom .ticketBtnR a{
  /*float: right;
  width: 150px;
  height: 150px;
  border-radius: 50%;*/
  background-color: #0075cf;
  color: #fff;
  border: solid 2px #0075cf;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  border-radius: 100vh;
  padding: .3em 1.5em;
  height: 70px;
}
.mvBottom .ticketBtnR a:hover {
  background-color: #fff;
  color: #0075cf;
}

/* =contents
---------------------------------------------------- */

#home #contents h2{
  margin-bottom: 30px;
}
#home #contents h2 img{
  height: 70px;
  position: relative;
}

.homeAboutCont {
	/*margin: 30px 0 50px;*/
  padding: 100px 0 150px;
}
.homeMidCont {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  margin-top: 20px;
}
.homeMidCont::after {
  content: none;
}
#homeCM iframe {
  height: 315px;
}

/* -------------------- about */
.homeAboutCont h2::before{
  top: 30px;
  left: 50%;
  height: 100px;
  width: calc(100px / 277 * 983);
}
#homeAbout {
  font-size: 1.05em;
  text-align: center;
}
/* -------------------- news */
#homeNews {
  padding: 100px 0 150px;
}
#homeNews h2::before{
  top: 30px;
  right: 50%;
  height: 100px;
  width: calc(100px / 288 * 1099);
}
#homeNews .news-slide {
  margin-top: 20px;
}
/* #homeNews article {
	float: left;
	width: 163px;
	margin: 20px 5px 10px;
	border-bottom: 1px dotted #DDD;
} */
#homeNews article {
	margin: 0 10px;
}
#homeNews article a {
	/*width: 96%;
	margin-top: 7px;*/
	/*padding: 8px 2% 5px;*/
	display: inline-block;
}

#homeNews article a:hover {
	/*background: #EEE;*/
  opacity: .75;
}

#homeNews article time {
	
}
#homeNews article h3 {
	
}
#homeNews > div {

}
#homeNews article mark {
	float: right;
}

#homeNews .btnS {
  /*padding: 1.5em 4em;*/
}
#homeNews .newsBtnBox {
  display: flex;
  justify-content: space-around;
}
#homeNews .newsBtnBox::after {
  content: none;
}
#homeNews .officialTwi a {
  border: solid 3px #00acee;
}

/* -------------------- contents */
#homeContents {
  padding: 100px 0 150px;
}
#homeContents h2::before{
  top: 30px;
  left: 52%;
  height: 100px;
  width: calc(100px / 309 * 918);
}
#homeContents article {
  margin-top: 30px;
  margin-bottom: 30px;
}
#homeContents .contTtl {
  padding-right: 1.5em;
  font-size: 1.2em;
}

#homeContents .point {
  font-size: 1.8em;
  color: #ed0200;
  /*-webkit-text-stroke: #fff 1px;*/
  text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
              -1px 1px 0 #FFF, 1px -1px 0 #FFF,
              0px 1px 0 #FFF,  0-1px 0 #FFF,
              -1px 0 0 #FFF, 1px 0 0 #FFF;
}

/* -------------------- banner */
#homeBnr {
}
.mt-15 {
	margin-top: -15px;
}
#homeBnr p {
	margin-bottom: 10px;
}
/* -------------------- youtube */
.youtubeCont {
	margin-top: 40px;
}
#youtube {
	position: relative;
	height: 0;
	padding: 0;
	padding-top: 0px;
	padding-top: 56.27%;
}
#youtube iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
/* -------------------- calendar area */
#homeCale {
	width: 480px;
	margin: 0 auto;
}
#wp-calendar tbody a {
	padding: 5px 30%;
}


/* -------------------- ticket banner */
.homeLinkCont {
	padding: 75px 0;
}
#bnrNotice {
	width: 88px;
	height: 478px;/* 234px + mb10 */
	right: 0;
	bottom: 20%;
	z-index: 1000;
}

@media screen and (max-width: 1200px) { /*以下の時*/
#bnrNotice {
	width: 60px;
}
#bnrNotice img {
	width: 60px;
}
}


/* --------------
 subpage container
-------------- */
.yuryo {
	text-align: right;
}
.yuryo i {
	padding: 3px 6px;
	border-radius: 3px;
	background: #96C;
}

.decoF {
	padding: 10px 0;
}

/* =page info,news,event,premium
---------------------------------------------------- */
/* .tmp_archive article time {
	margin-bottom: 15px;
}
 */

/* =page stage
---------------------------------------------------- */
/* ----------liveStage,youTube */
#liveStage {
	margin-top: 15px;
}
.superSeat1,
.superSeat2 {
	height: 193px;
}
.superSeat1 {
	width: 343px;
}
.superSeat2 {
	width: 616px;
}

#youTube iframe {
	width: 800px;
	height: 450px;
}

/* -------------------- sponsor area */
.ulCol li {
	margin-bottom: 3px;
}

.ulCol2 li {
	width: 460px;
}
.ulCol2 li:nth-of-type(odd) {
	margin-right: 25px;
}

/*.homeLinkCont .ulCol {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}
.homeLinkCont .ulCol li {
  margin-right: 15px;
}
.homeLinkCont .ulCol li img {
  height: 85px;
  width: auto;
}*/

/* =page ticket
---------------------------------------------------- */

/* -------------------- playguide */
.tblTp2 {
	width: 100%;
}
.tblTp2 th {
	width: 150px;
	padding: 7px 5px;
}
.tblTp2 td {
	padding: 7px 5px;
	vertical-align: middle;
}

#playguide h3 img {
	margin-right: 10px;
	vertical-align: middle;
}

.ticketBox {
  display: flex;
  justify-content: space-between;
}
.ticketBox .imgs li {
  max-width: 175px;
}
.ticketBox .img {
  max-width: 200px;
}

/* =page goods
---------------------------------------------------- */
.tblGoods {
	margin-left: 10px;
	margin-bottom: 10px;
}
.tblGoods th {
	width: 300px;
}

.GoodsL {
	margin-right: 5px;
}

/*　---------- dl goods */
.clmGoods {
	display: flex;
	flex-wrap: wrap;
}
/*　---------- dl goods */
.dlGoods {
	/*width: 200px;*/
	width: 220px;
	margin: 10px;
	padding: 10px 7px;
}
.dlCol3 .dlGoods {
	width: 280px;
}

.dlGoods dd {
	padding: 5px 10px;
}
.dlGoods dd.imgBox {
	padding: 0;
}
.dlGoods dd.txt {
}

.dlGoods.goodsBig {
	width: 40%;
}
.dlGoods .imgBox img {
	max-height: 300px;
	width: auto;
}
/* official */
#goodsOF .dlGoods {
	width: 280px;/* 3つの時 280px　2つの時 420px */
}

/* craft */
/*.craftItem {
	width: 49%;
	margin-bottom: 10px;
	float: left;
}
.craftItem:nth-child(odd) {
	margin-right: 2%;
}*/

.craftCont .dlGoods {
	width: 280px;
}

/* =page concept
---------------------------------------------------- */
.ulConcept {
	display: flex;
	flex-wrap: wrap;
}
.ulConcept li {
	width: 48%;
	margin: 10px 1%;
	padding: 20px 2% 10px;
	font-size: 110%;
	text-align: center;
	line-height: 1.3;
	box-sizing: border-box;
}
.ulConcept li img {
	margin-bottom: 10px;
}

/* -------------------- ultrashot */
.col4 li {
	width: 24%;
}

.col3 li {
	width: 32%;
	margin-bottom: 10px;
	display: inline-block;
}

.col2 li {
	width: 49%;
	margin-bottom: 10px;
	display: inline-block;
	vertical-align: top;
}

/* =page livestage
---------------------------------------------------- */
.clmStage {
	width: 470px;
}
.clmStage h3 {
	font-size: 150%;
}

.stageL {
	float: left;
	background-position: center 100px;
}
.stageR {
	float: right;
	background-position: center 100px;
}

.stage-stories {
  display: flex;
  justify-content: space-evenly;
}

.stageImgCont .imgBox {
	width: 24%;
	margin: 0 0.5% 10px 0;
}
.stageImgCont.clm5 .imgBox {
	width: 19.5%;
	margin: 0 0.5% 10px 0;
}
/* ------------------------------ livestage added */
.btnAnchor {
	right: -40px;
}
.btnAnchor a {
	width: 20px;
	padding: 10px;
	border-radius: 0 5px 5px 0;
}

/* =diorama
---------------------------------------------------- */
.dioramaImgCont .imgBox {
	width: 49%;
	margin: 0 0.5% 10px 0.5%;
}
/* ------------------------------ narikiri */
.narikiriCont .imgBox:nth-child(odd) {
	margin: 0 1% 15px 0;
}
.narikiriCont .imgBox:nth-child(even) {
	margin: 0 0 15px 1%;
}
/* ------------------------------ vacancy */
#vacancy h3 {
	width: 500px;
	margin: 30px auto;
}
#vacancy h3 span {
	font-size: 20px;
}
#vacancy h3 span b {
	margin: 0 6px;
	font-size: 35px !important;
}
#vacancy h3 i {
	margin-left: 5px;
}

.tblVacancy {
	margin: 10px auto;
	width: 500px;
	font-size: 110%;
}

.tblVacancy th {
	width: 150px;
	padding: 15px 10px;
}

.tblVacancy td {
	padding: 15px 10px;
	letter-spacing: 0.1em;
}

.pVacancy {
	font-size: 90%;
	color: #485494;
}


/* =page faq
---------------------------------------------------- */
#faqBox dt div.plus {
  width: 40px;
  height: 40px;
}
#faqBox dt div.plus span {
  width: 40px;
}
#faqBox dt div.plus span:nth-of-type(1) {
  transform: translateY(4px) rotate(90deg);
}

/* =20230613 add
---------------------------------------------------- */
/*TOP*/
div.pickupLayout::after {
	content: none;
}
.pickupLayout {
	display: grid;
	grid-template-columns: 1fr 0.8fr;
	column-gap: 2.0rem;
}
div.contLeft::after {
	content: none;
}
.contLeft {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.contLeft a {
	text-align: right;
    color: #333 !important;
    font-size: 1.25rem;
    font-weight: bold;
    text-decoration: underline;
    padding-bottom: 1rem;
}
.contLeft a:hover {
	opacity: 0.8;
    text-decoration: none;
}
#homeContents .contTtl {
  padding-right: 1.5em;
  font-size: 2.0em;
  font-weight: bold;
  color: #333;
  margin-bottom: 1.0rem;
}
#homeContents .contTtl span {
 	font-size: .5em;
    color: #fff;
    background-color: #ed0200;
    padding: 0.2em 0.5em;
    margin-left: 2em;
    vertical-align: middle;
}
#homeContents .contTxt {
  margin-left: 1.0rem;
}

.faqBox__question {
	cursor:pointer;
}

.language-nav {
	max-width:1200px;
	margin:0 auto;
}

.language-nav__list {
	margin: 0 auto;
	width: fit-content;
	display: flex;
	column-gap: 24px;
	padding-bottom: 64px;
}

.language-nav__item{
	font-weight: 600;
	font-size: 18px;
}