/*
Theme Name: tanaka_tmp
Author: TGLAB.inc
Author URI: https://tglab.jp/
*/

@charset "UTF-8";
@import url("under.css");

:root{
  --fnt-base:"游ゴシック体", "YuGothic", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic",'Noto Sans JP',sans-serif;
  
  --head2:clamp(1.5rem, 1.128rem + 1.86vw, 2.5rem);/*24-30*/
  --head3:clamp(1.125rem, 0.962rem + 0.81vw, 1.563rem);/*18-25*/
  --fs-mid18:min(18px,4vw);
  --fs-mid20:min(20px,4.5vw);
  --fs-mid35:clamp(1.25rem, 0.901rem + 1.74vw, 2.188rem);/*20-35*/
  --clr-blk:#1A1A1A;
  --clr-gold:#FFD800;
  
  --wall-mosgrn:#979187;
  --wall-blk:#000000;
  --wall-gry96:#969696;
  --easing: cubic-bezier(0.45, 0.05, 0.55, 0.95);
  --transit: .3s var(--easing);
}

/* body{
  font-family: var(--fnt-base);
  font-size: min(15px,3.6vw);
  overflow-wrap: anywhere;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  font-weight: 400;
  -webkit-transition: opacity var(--transit);
  -o-transition: opacity var(--transit);
  transition: opacity var(--transit);
  width: 100%;
  background: var(--wall-blk);
  color: #fff;
  opacity: 0;
}
body.is-load{
  opacity: 1;
}
#pagetop{
  position: fixed;
  right: min(25px,3vw);
  bottom: min(25px,3vw);
  width: min(70px,15vw);
  aspect-ratio:1/1;
  border-radius: 100vmax;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  background: #fff;
  color: var(--clr-blk);
}
#pagetop span{
  padding-top: 1em;
  font-weight: 700;
}
#pagetop span::before{
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 10px;
  aspect-ratio:1/.85;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  background: var(--clr-blk);
  translate:-50% 0;
}
#pagetop.fixed{
  position: absolute;
  bottom: auto;
  top: 0;
  translate:0 calc(-100% - min(15px,3vw));
}

.fnt-st{
  font-family: 'Sarthane';
}
a.cvr{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
a.udl_clr{
  color: var(--clr-gold);
  text-decoration: underline;
}
a.clr{
  color: var(--clr-gold);
}
/*container
========================================================*/

/*#container{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  width: 100%;
  min-height: 100dvh;
  overflow-y: hidden;
}

.inner{
  width: min(1186px,100%);
  padding-left: min(50px,4vw);
  padding-right: min(50px,4vw);
  margin-left: auto;
  margin-right: auto;
}
.inner.wid{
  width: min(1345px,100%);
}
.fl{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.fl_c{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
}
.ai_c{
  -ms-align-items: center;
  align-items: center;
}
.jc_c{
  justify-content: center;
}
.fix-wall{
  width: 100%;
  height: 100svh;
  background-color:var(--wall-mosgrn);
  position: fixed;
  top: 0;
  left: 0;
  opacity: .4;
}
.fix-wall::after{
  content: "";
  width: 100%;
  height: 768px;
  position: absolute;
  left: 0;
  bottom: 0;

}*/
/*header
===========================*/
/*header{
  width: 100%;
  min-height: 65px;
  padding-top: min(10px,3vw);
  padding-bottom: min(10px,3vw);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  background: var(--wall-blk);

  display: flex;
  align-items: center;
}
.head_inner{
  width: min(1345px,100%);
  -ms-align-items: center;
  align-items: center;
  padding-left: min(30px,3vw);
  padding-right: min(30px,3vw);
  height: 100%;
}
.head-logo{
  width: min(160px,20%);
  aspect-ratio:1/0.2484;
}
.head-nav{
  width: max(calc(100% - 300px), 75.5%);
  -ms-align-items: center;
  align-items: center;
  padding-left: min(25px,5vw);
  gap:5px;
}
.head-sns-link{
  max-width:calc(100%/3.5);
  -ms-align-items: center;
  align-items: center;
  gap:10px;
}
.head-sns-link a{
  width:min(1.13em,calc((100% - 35px)/8)) ;
}

.g-nav{
  margin-left: auto;
}
.g-nav li{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  gap:10px 1.25em;
  font-weight: 700;
}*/
/*hum*/
/*.hum-btn-wrap{
  z-index: calc(infinity);
  pointer-events: none;
  display: none;
  top: 0;
  left: 50%;
  translate:-50% 0;
  padding-left: min(30px, 3vw);
  padding-right: min(30px, 3vw);
}
#hum-btn{
  width: min(30px,8vw);
  pointer-events: auto;
  aspect-ratio:1/1;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  cursor: pointer;
  -webkit-transition: rotate var(--transit);
  -o-transition: rotate var(--transit);
  transition: rotate var(--transit);
}
#hum-btn button{
  width: 100%;
  height: 3px;
  border-radius: 100vmax;
  background: #fff;
  position: relative;
}
#hum-btn button::before
,#hum-btn button::after{
  content: "";
  width: 100%;
  height: 3px;
  border-radius: 100vmax;
  background: #fff;
  position: absolute;
  left: 0;
  transition:all var(--transit);
}
#hum-btn button::before{
  top: -10px;
}
#hum-btn button::after{
  top: 10px;
}
#hum-btn.open{
  rotate:45deg;
}
#hum-btn.open button::before{
  rotate:-90deg;
  top: 50%;
  translate:0 -50%;
}
#hum-btn.open button::after{
  top: 50%;
  translate:0 -50%;
}
#l-nav{
  position: fixed;
  width: 100%;
  height: 100dvh;
  top: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  transition: var(--transit);
  background: var(--wall-blk);
  z-index: 101;
  overflow-y: scroll;
}
#l-nav.is-view{
  opacity: 1;
  visibility: visible;
}
.l-nav_inner{
  padding: min(70px,15vw) min(30px,4vw);
  min-height: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  gap:min(50px,20vw);
}
.l-nav_menu li + li{
  margin-top: min(30px,5vw);
}
.l-nav_menu li a{
  text-align: center;
  font-size: calc(var(--fs-mid20)*1.1);
  font-weight: 700;
  display: block;
  padding: 5px;
}
.l-nav_sns{
  width: 100%;
  gap:15px;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}
.l-nav_sns a{
  width: min(calc(var(--fs-mid20)*1.15),calc((100% - 105px)/8));
}*/
/*index key
===========================*/
/*.index-key{
  height: 768px;
  background: url("../image/hohhjp/background-main-01.jpg") no-repeat center/cover;
}
.key-inner{
  height: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  justify-content: center;
  -ms-align-items: flex-end;
  align-items: flex-end;
  gap:min(15px,3vw);
}
.key-text{
  font-size: var(--fs-mid18);
  font-weight: 700;
}
.key-title{
  font-size: min(78px,calc(100vw/7.5));
}
/*contents
===========================*/
/*
.wall-op{
  background: rgba(255,255,255,.9);
}
.sec-title{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
}
.sec-title h2{
  font-size: var(--head2);
  font-weight: 700;
  padding-bottom: 12px;
}
.sec-title h2::before{
  content: "";
  width: 1.2em;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 50%;
  bottom: 0;
  translate:-50% 0;
}
.sec-title h2::after{
  content: "";
  width: 8px;
  aspect-ratio:1/1;
  border-radius: 100vmax;
  background: #fff;
  position: absolute;
  left: 50%;
  bottom: 0;
  translate:-50% 50%;
}
.sec-title.blk h2{
  color: var(--clr-blk);
}
.sec-title.blk h2::before
,.sec-title.blk h2::after{
background:var(--clr-blk);
}
.in-text{
  line-height: calc(23/16);
}*/
/*button setting*/
/*
.round-btn {
  width: min(296px,100%);
}
.round-btn.mid {
  width: min(296px,100%);
}
.round-btn > *{
  min-height: 50px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  border-radius: 100vmax;
  color: var(--clr-blk);
  background: #fff;
}
.round-btn::after{
  content: "";
  width: 5px;
  aspect-ratio:1/1;
  border-radius: 2px;
  border: 2px solid;
  border-color: var(--clr-blk) var(--clr-blk) transparent transparent;
  position: absolute;
  right: 0;
  top: 50%;
  translate:-10px -50%;
  rotate:45deg;
}
.round-btn.disabled > a{
  pointer-events: none;
  background: var(--wall-gry96);
  color: #fff;
}
.round-btn.disabled::after{
   border-color: #fff #fff transparent transparent;
}*/
/*MOVIE
============*/
/*
.sec-movie-blc{
  padding-top: min(70px,15vw);
  padding-bottom: min(100px,15vw);
  gap:min(40px,10vw);
  
}
.movie-player{
  width: min(727px,100%);
  aspect-ratio:1/0.564;
  background: #eee;
}
.movie-player img{
  object-fit: cover;
  height: 100%;
}
.movie-player::after{
  content: "";
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  background: #fff;
  width: min(40px,10%);
  aspect-ratio:1/1.159;
  position: absolute;
  left: 50%;
  top: 50%;
  translate:-50% -50%;
  pointer-events: none;
}
.lity-wrap{
  padding-left: min(50px,4vw);
  padding-right: min(50px,4vw);
}*/
/*SCHEDULE
============*/
/*.sec-schedule-blc{
  padding-top: min(125px,15vw);
  padding-bottom: min(100px,15vw);  
}
.schedule-detail{
  gap:min(45px,5vw);
}
.schedule-detail h4{
  font-size: var(--fs-mid20);
  font-weight: 700;
}
.schedule-head .date{
  font-size: var(--fs-mid20);
  font-weight: 700;
  border-bottom: 1px solid #fff;
  padding-bottom: 5px;
}
.schedule-head .date span{
  font-size: 1.75em;
  padding-right: .15em;
}
.schedule-head .title {
  margin-top: min(25px,5vw);
}
.schedule-head .title h3{
  font-size: var(--head3);
  font-weight: 700;
}
.schedule-head .venue{
  margin-top: 10px;
}
.schedule-detail .time-table{
  font-size: var(--fs-mid18);
}
.schedule-detail .time-table > * + *{
  margin-top: 8px;
}
.schedule-detail .time-table dt{
  width: 6em;
}
.benefits-list .num-list{
  margin-top: min(20px,5vw);
}
.num-list{
  counter-reset: number 0;
}
.num-list li{
  line-height: calc(23/15);
  padding-left: 1.15em;
}
.num-list li::before{
  counter-increment: number 1;
  content: counter(number)'.';
  position: absolute;
  left: 0;
  top: 0;
}

.schedule-detail .attention-box{
  background: #fff;
  color: var(--clr-blk);
  padding: min(30px,6vw) min(30px,4vw);
}
.schedule-detail .attention-box ul{
  margin-top: min(15px,4vw);
}
.att-list li{
  line-height: calc(23/15);
  padding-left: 1.1em;
}
.att-list li::before{
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}*/
/*TICKET
============*/
/*
.sec-ticket-blc{
  padding-top: min(70px,15vw);
  padding-bottom: min(70px,15vw);
  gap:min(50px,10vw);
}

.sec-ticket-box .att-list{
  margin-top: 10px;
}
.ticket-price{
  font-size: calc(var(--fs-mid20)*1.1);
  border: 1px solid;
  border-color: #fff transparent #fff transparent;
  padding-top: min(22px,4vw);
  padding-bottom: min(22px,4vw);
  gap:min(15px,3vw);
}
.ticket-price .price span{
  font-size: 1.5909em;
  font-weight: 700;
  padding-right: .5em;
}*/
/*schedule*/
/*
.sec-ticket-schedule{
  padding-top: min(70px,15vw);
}
.ticket-schedule-box{
  width: 100%;
  padding: min(60px,8vw) min(20px,4vw);
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -ms-align-items: center;
  align-items: center;
  gap:min(55px,8vw);
  border-radius: 10px;
}
.ticket-schedule-box > *{
  width: min(887px,100%);
}
.ticket-schedule-box > *:not(.attention-box){
  color: var(--clr-blk);
  text-align: center;
}
.ticket-schedule_detail .in-title{
  font-size: var(--head3);
  font-weight: 700;
}
.ticket-schedule_detail .in-text{
  margin-top: min(15px,4vw);
}
.ticket-schedule_detail .round-btn{
  margin-top: min(40px,8vw);
}
.ticket-schedule-box .attention-box{
  padding: min(25px,4vw) min(20px,4vw);
  color: black;
}
.ticket-schedule-box .attention-box h4{
  font-weight: 700;
  text-align :center;
}
.ticket-schedule-box .attention-box ul{
  margin-top: 10px;
}*/
/*GOODS
============*/
/*
.sec-goods-blc{
  padding-top: min(120px,15vw);
  padding-bottom: min(120px,15vw);
  gap:min(60px,8vw);
}
.sec-goods-detail{
  background: #CECECE;
  width: min(986px,100%);
  aspect-ratio:1/0.6318;
}
.comming-soon{
  text-align: center;
  font-size: min(40px,calc(100vw/15));
  font-weight: 700;
}*/
/*NOTICE
============*/
/*
.sec-notice-blc{
  padding-top: min(75px,15vw);
  padding-bottom: min(75px,15vw);
  padding-left: min(50px,4vw);
  padding-right: min(50px,4vw);
  color: var(--clr-blk);
  gap:min(50px,10vw);
}
.acv-info-list{
  width: min(886px,100%);
}
.acv-info-list div{
  border-top: 1px solid var(--clr-blk);
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  padding: min(20px,4vw) min(20px,3vw);
  font-size: min(14px,3.6vw);
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  moz-osx-font-smoothing: grayscale;
  line-height: calc(23/16);
}
.acv-info-list div:last-child{
  border-bottom: 1px solid var(--clr-blk);
}
.acv-info-list dt{
  width: 8em;
}
.acv-info-list dd{
  width: calc(100% - 8em);
}*/
/*sponsor*/
/*
.sec-sponsor-inquiry{
  padding-top: min(100px,15vw);
  padding-bottom: min(90px,25vw);
  font-size: min(14px,3.6vw);
  line-height: calc(25/14);
}
.sponsor-ship-list > div{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.sponsor-ship-list dt{
  width: 3em;
}
.sec-sponsor-inquiry .inquiry-box ul{
  margin-top: 2em;
}*/
/*footer
===========================*/
/*
footer{
  width: 100%;
  margin-top: auto;
  background: #fff;
  color: var(--clr-blk);
  padding-top: min(88px,10vw);
  padding-bottom: min(88px,10vw);
}
.foot-logo{
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  gap:15px;
}
.foot-logo p{
  width: min(100px,calc((100% - 40px)/5));
}
.copywrite{
  text-align: center;
  padding: 2em;
  background: #e37641;
  color: white;
}

.foot-logo p img{
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: contain;
} */