.trans{
  animation-name: fadein;
  animation-duration: 1s; 
  animation-delay: .5s;
  animation-fill-mode: forwards;
  position: relative;
  opacity: 0; 
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/*common*/
.inner{
  width: calc(100% - 70px);
  margin: 0 auto;
  position: relative;
}
.flex{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.min{
  font-family: "Shippori Mincho", serif;
}
.en{
  font-family: 'Garamond Three', serif;
}
section{
  position: relative;
}
.sp_none{
  display: block;
}
.pc_none{
  display: none;
}
#main_contents{
  position: relative;
  width: 100%;
  max-width: 375px;
  background-color: #fff;
  margin: 0 auto;
}
#main_contents.bg_black{
  background-color: var(--color-black);
}
.fix_box{
  position: fixed;
  left: 50%;
  top: 0;
  width: 100%;
  max-width: 375px;
  height: calc(100vh);
  transform: translateX(-50%);
  overflow: hidden;
}
.fix_scroll{
  height: calc(100vh - var(--top-gap));
  margin-top: var(--top-gap);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
  overscroll-behavior: contain;
}
.fix_scroll::-webkit-scrollbar{
  display: none; /* Chrome/Safari */
}
#pc_box{
  width: 100%;
  max-width: 375px;
  /*background-color: rgba(104, 107, 102, .25);*/
  position: fixed;
  background-color: rgba(0, 0, 0, .5);
  right: 55%;
  /*top: 85px;*/
  top: var(--top-gap);
  transform: translateX(-50%);
  /*padding-bottom: 20px;*/
  border: 1px solid var(--color-line);
}
#pc_box .inner{
  /*padding: 45px 45px 0;*/
  padding: 40px 45px 0;
  width: 100%;
}
#pc_box p{
  color: #fff;
}
.pc_ttl01{
  /*font-size: 70px;*/
  font-size: 60px;
  line-height: 1;
  letter-spacing: 0.04em;
  margin-bottom: 30px;
}
.pc_ttl01 span{
  font-size: 40px;
  display: block;
  line-height: 1;
  letter-spacing: 0.04em;
}
#pc_box .lang_btn01{
  /*margin-bottom: 60px;*/
  margin-bottom: 40px;
}
.top_ttl01{
  /*font-size: 22px;*/
  font-size: 20px;
  line-height: 2.2;
  letter-spacing: 0.2em;
  margin-bottom: 40px;
}
.pc_menu01{
  margin-bottom: 35px;
/*  margin-bottom: 50px;*/
}
.pc_menu01 li{
  /*margin-bottom: 15px;*/
  margin-bottom: 12px;
}
.pc_menu01 li:last-child{
  margin-bottom: 0;
}
.pc_menu01 li a{
  width: 100%;
  max-width: 227px;
  color: #fff;
  /*font-size: 17px;*/
  font-size: 15px;
  letter-spacing: 0.2em;
  position: relative;
  display: block;
  border-bottom: 1px solid var(--color-line);
  transition: all .4s;
}
html[lang="en"] body .pc_menu01 li a{
  max-width: 100%;
}
.pc_menu01 li a:hover{
  margin-left: 5px;
}
.pc_menu01 li a:after {
  position: absolute;
  bottom: -1px;
  right: 0;
  height: 1px;
  background: var(--color-line);
  content: '';
  width: 8px;
  transform: translateY(-50%) rotate(45deg);
  transform-origin: right center;
}
.pc_menu02{
  margin-bottom: 20px;
}
.pc_menu02 li{
  margin-bottom: 8px;
  line-height: 1;
}
.pc_menu02 li:last-child{
  margin-bottom: 0;
}
.pc_menu02 li a{
  color: #fff;
  font-size: 13px;
  letter-spacing: 0.2em;
  line-height: 1;
}
/*btn*/
.btn01{
  position: relative;
  padding-right: 20px;
  color: var(--color-txt02);
  border-bottom: 1px solid var(--color-txt02);
  margin: 0 0 0 auto;
  display: block;
  line-height: 1;
  width: fit-content;
  padding-bottom: 3px;
  transition: all .4s;
}
.btn01:hover{
  padding-right: 25px;
}
.btn01:after {
  position: absolute;
  bottom: -1px;
  right: 0;
  height: 1px;
  background: var(--color-txt02);
  content: '';
  width: 8px;
  transform: translateY(-50%) rotate(45deg);
  transform-origin: right center;
}
.btn02{
  width: calc(100% - 50px);
  height: 58px;
  background-color: #fff;
  border-radius: 5px;
  display: block;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  letter-spacing: 0.05em;
  transition: all .4s;
}
.btn02:hover{
  color: #fff;
  background-color: var(--color-txt02);
}
/*txt*/
.txt01{
  font-size: 13px;
  line-height: 1.75;
  text-align: justify;
}
html[lang="en"] .txt01{
  text-align: left;
}
.txt01.medium{
  font-weight: 500;
}
.txt02{
  font-size: 10px;
}
.txt03{
  font-size: 7px;
}
.txt_pad{
  padding: 0 5px;
}
/*head*/
.head01{
  font-size: 20px;
  letter-spacing: 0.2em;
  line-height: 1;
  margin-bottom: 50px;
}
html[lang="en"] .head01{
  line-height: 1.5;
}
.head02{
  font-size: 23px;
  letter-spacing: 0.232em;
  margin-bottom: 50px;
}
.head02 span{
  font-size: 30px;
}
.head03{
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 30px;
}
.head04{
  font-size: 16px;
  letter-spacing: 0.048em;
  line-height: 1.56;
  margin-bottom: 5px;
}
.head05{
  font-size: 15px;
  letter-spacing: 0.125em;
  margin-bottom: 25px;
  line-height: 1;
}
html[lang="en"] .head05{
  line-height: 1.5;
}
.head05 span{
  line-height: 1;
  font-size: 18px;
}
.head05.sub{
  position: relative;
  padding-left: 12px;
}
.head05.sub::before{
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  background-color: var(--color-black);
}
/*mv*/
.mv_box{
  position: relative;
}
.mv_slide01 .slide_img{
  width: 100%;
  height: auto;
  padding-top: 216%;
  background-size: cover;
  background-position: center center;
}
.main_copy01{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 95px;
  font-size: 76px;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.05em;
  text-align: center;
}
.main_copy01 span{
  font-size: 43px;
  display: block;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.16em;
}
#top01{
  padding: 55px 0;
}
.btm_line::after{
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: calc(100% - 70px);
  height: 1px;
  background-color: var(--color-line);
}
#top01 .inner{
}
.top_ttl01.ttl02{
  margin-bottom: 80px;
  font-size: 20px;
}
html[lang="en"] .top_ttl01{
  font-size: 18px;
  line-height: 2;
}
.top_txt01{
  letter-spacing: 0.11em;
  line-height: 2;
}
#top02{
  padding: 30px 0 55px;
}
.plan_list01.flex{
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 40px;
}
.plan_list01 li{
  width: 84px;
  position: relative;
}
.plan_list01 li:first-child{
  margin-right: 10px;
}
.plan_list01 li:nth-child(2){
  margin-right: 40px;
}
.plan_list01 li:nth-child(2)::after{
  content: '';
  position: absolute;
  width: 14px;
  height: 14px;
  background-image: url(../icon/icon_plan.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  top: 50%;
  transform: translateY(-50%);
  right: -28px;
}
.plan_list01 .box{
  width: 84px;
  height: 84px;
  border: 1px solid var(--color-txt02);
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.plan_list01 li:nth-child(3) .box{
  width: 74px;
  height: 74px;
}
.plan_list01 li .num{
  text-align: center;
}
.plan_list01 li .num img{
  height: 15px;
  width: auto;
}
.plan_list01 li:nth-child(3) .num img{
  height: 13px;
}
.plan_list01 li .num span{
  font-size: 10px;
  display: block;
  margin-top: 15px;
}
html[lang="en"] .plan_list01 li .num span{
  font-size: 8px;
}
#top03{
  padding: 35px 0 10px;
}
.plan_box01{
  position: relative;
}
.plan_box01:first-of-type{
  margin-bottom: 110px;
}
.plan_box01:last-of-type{
  margin-bottom: 67px;
}
.plan_box01 .num{
  position: absolute;
  right: 5px;
  top: -30px;
  mix-blend-mode: exclusion;
  transform: translate3d(0,0,0);
}
.plan_box01 .num img{
  width: auto;
  height: 51px;
}
.plan_box01 .img{
  width: 100%;
  height: auto;
  padding-top: 70.62%;
  background-size: cover;
  background-position: center center;
  margin-bottom: 30px;
}
.plan_box01 .ttl{
  margin-bottom: 25px;
  font-size: 15px;
  letter-spacing: 0.125em;
  font-weight: bold;
}
.plan_box01 .ttl span{
  font-size: 19px;
}
.plan_box01 .txt01{
  margin-bottom: 40px;
}
.plus_box{
  width: 74px;
  height: 74px;
  background-image: url(../icon/icon_plan.svg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  margin: 80px auto 115px;
}
.soon_box{
  width: 100%;
  height: 100px;
  background-color: #E94236;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 7px 8px 0px rgba(0, 0, 0, 0.4);
}
#top03 .soon_box{
  display: none;
}
.for_sp.soon_box{
  opacity: 0;
  z-index: 100;
  pointer-events: none;
  transition: all .4s;
}
.soon_txt01{
  color: #fff;
  font-size: 18px;
  letter-spacing: 0.17em;
  text-align: center;
  line-height: 1.5;
}
.soon_txt01 span{
  font-size: 18px;
}

/*plan*/
.con_mv_box{
  position: relative;
}
.movie{
  width: 100%;
  height: auto;
  padding-top: 177.78%;
  background-size: cover;
  background-position: center center;
  position: relative;
}
.movie video{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}
.img_list01 li{
  margin-bottom: 5px;
}
.img_list01 li:last-child{
  margin-bottom: 0;
}
#main_contents.bg_black p,
#main_contents.bg_black h1{
  color: #fff;
}
.mv_ttl{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 36px;
  text-align: center;
  line-height: 1;
  width: 100%;
  letter-spacing: 0.11em;
}
.mv_ttl span{
  margin-top: 15px;
  color: #fff;
  font-size: 20px;
  display: block;
  line-height: 1;
}
.mv_ttl span:empty{
  display: none;
}
.con_mv_box .num{
  position: absolute;
  bottom: -30px;
  right: 40px;
  mix-blend-mode: exclusion;
  transform: translate3d(0,0,0);
}
.con_mv_box .num img{
  height: 60px;
  width: auto;
}
#plan01 .inner{
  padding: 50px 0 55px;
}
#plan01 .inner.kangetsubutai,
#plan01 .inner.immersive{
  display: none;
}
#plan01 .txt01{
  line-height: 2;
}
/*other plan*/
#plan_other #header{
  border-bottom-color: #ccc;
}
#plan_other .logo a{
  color: var(--color-txt01);
}
.head01_box{
  position: relative;
  margin-bottom: 55px;
  border-bottom: 1px solid var(--color-line);
}
.head01_box .num{
  position: absolute;
  bottom: 0;
  right: 0;
  mix-blend-mode: exclusion;
  transform: translate3d(0,0,0);
}
.head01_box .num img{
  width: auto;
  height: 60px;
}
#plan_other01{
  padding-top: 155px;
}
.plan_box02{
  margin-bottom: 55px;
}
.plan_box02:last-of-type{
  margin-bottom: 0;
}
.plan_box02 .img{
  margin-bottom: 30px;
}
.plan_box02 .txt01{
  letter-spacing: 0.05em;
}
.plan_box02 .txt02{
  margin-top: 25px;
}
.plan_box02 .btn01{
  margin-top: 35px;
}
.btm50{
  margin-bottom: 50px;
}
.other_box01.line{
  padding-top: 30px;
  border-top: 1px solid var(--color-black);
}
.other_box01:first-of-type{
  margin-bottom: 50px;
}
.time_txt01{
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  margin-top: 25px;
}
.other_box01 .ind_list01{
  margin-top: 25px;
}
/*contact*/
#contact01{
  padding-top: 30px;
  padding-bottom: 55px;
}
.contact_list01{
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 25px;
}
.contact_list01 dt,
.contact_list01 dd{
  width: 100%;
  font-size: 11px;
}
.contact_list01 dt{
  margin-bottom: 10px;
}
.contact_list01 dd{
  margin-bottom: 20px;
}
.contact_list01 dt .require{
  color: var(--color-red);
  margin-left: 5px;
}
.contact_list01 dd:last-of-type{
  margin-bottom: 0;
}
.contact_list01 input[type="text"],
.contact_list01 input[type="email"],
.contact_list01 input[type="tel"],
.contact_list01 textarea{
  background-color: #fff;
  border: none;
  background-color: var(--color-bg02);
  border-radius: 0;
  padding: 5px;
  width: 100%;
}
.contact_list01 input.address{
  width: 75px;
  margin: 0 10px;
}
button,
input[type="submit"]{
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}
button.contact_btn,
input.contact_btn{
  width: 295px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 400;
  background-color: var(--color-btn01);
  font-size: 14px;
  letter-spacing: 0.3em;
  transition: all .4s;
  font-weight: bold;
  margin: 0 auto;
  border-radius: 3px;
}
button.contact_btn:hover,
.btn02:hover,
input.contact_btn:hover{
  background-color: var(--color-txt01);
}
body.other #main_contents{
  padding-top: 68px;
}
body.other .logo a{
  color: var(--color-txt);
}

.red_txt{
  color: var(--color-red);
}
.contact_txt01{
  margin-bottom: 25px;
}
.btm30{
  margin-bottom: 30px!important;
}
.ind_list01 li,
.ind_list02 li{
  font-size: 7px;
  padding-left: 1em;
  text-indent: -1em;
}
.ind_list02 li{
  font-size: 8px;
}
.ind_list01 li::before{
  content: '※';
}
.ind_list02 li::before{
  content: '・';
}
.contact_list01 dt .ind_list01{
  margin-top: 5px;
}
.wpcf7-form-control-wrap[data-name="your-agree"]{
  margin: 0;
  text-align: center;
  display: block;
}
.wpcf7-list-item{
  margin: 0;
}
.wpcf7-list-item .wpcf7-list-item-label{
  font-size: 11px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 25px;
}
.wpcf7-response-output{
  padding: 0!important;
  border: none!important;
  font-size: 11px;
  margin: 0!important;
  color: var(--color-red);
}
.wpcf7-not-valid-tip{
  font-size: 11px!important;
  color: var(--color-red)!important;
  margin-top: 5px;
}
.thanks .head04{
  margin-bottom: 30px;
}
.contact_list02{
  margin-bottom: 20px;
  font-weight: 500;
}
.contact_list02 dt{
  width: 50px;
  margin-bottom: 5px;
  position: relative;
}
.contact_list02 dt::after{
  content: '：';
  position: absolute;
  right: 0;
  top: 0;
}
.contact_list02 dd{
  width: calc(100% - 50px);
}
/*cancel*/
#cancel01,
#information01{
  padding-bottom: 55px;
}
.cancel_box01,
.thanks_box01{
  margin-top: 50px;
  padding-top: 25px;
  border-top: 1px solid var(--color-line);
  margin-bottom: 50px;
}
.cancel_box01 .head04,
.thanks_box01 .head04{
  margin-bottom: 30px;
}
.btn03.min{
  font-weight: 600;
  font-size: 13px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  border-bottom: 1px solid var(--color-txt02);
  color: var(--color-txt02);
  transition: all .4s;
}
.btn03:hover{
  color: var(--color-txt01);
  border-bottom-color: var(--color-txt02);
}
/*privacy policy*/
#privacy01{
  padding-bottom: 55px;
}
#privacy01 .head04{
  margin-bottom: 30px;
}
.txt02.privacy_ttl{
  margin-bottom: 10px;
}
.policy_box01{
  margin-bottom: 30px;
}
.policy_box01:last-of-type{
  margin-bottom: 80px;
}
.num_list01{
  counter-reset: listnum; /* カウンターをリセット */
  list-style: none; /* 標準のスタイルは消す */
}
.num_list01 li{
  font-size: 8px;
  letter-spacing: 0.04em;
  text-align: justify;
  line-height: 1.5;
  padding-left: 1.25em;
  text-indent: -1.25em;
}
.num_list01 li::before{
  counter-increment: listnum;
  content: counter(listnum) "."; /* 半角スペースを入れて""の中にピリオドを追加 */
  vertical-align: middle;
  padding-right: 3px;
}
html[lang='en'] .num_list01 li{
  text-align: left;
}
.policy_box01 .txt03{
  font-size: 8px;
}
.link{
  text-decoration: underline;
}
.link.soon{
  pointer-events: none;
  text-decoration: none;
}
/*information*/
#information .head04{
  margin-bottom: 30px;
}
.info_list01{
  margin-bottom: 50px;
}
.info_list01 dt{
  font-weight: bold;
  font-size: 13px;
  margin-bottom: 10px;
}
.info_list01 dd{
  font-size: 12px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid var(--color-btn01);
}
@media screen and (max-width: 1250px) {
#pc_box{
  display: none;
}
}
@media screen and (max-width: 768px) {
.fix_scroll{
  height: 100vh;
  margin-top: 0;
  height: 100dvh;
}
.mv_slide01 .slide_img{
  height: 100vh;
  padding-top: 0;
}
}
@media screen and (max-width: 500px) {
body{
  padding: 0;
}
#main_contents,
.fix_box{
  max-width: 100%;
}
#top03 .soon_box{
  /*display: block;*/
}

.for_sp.soon_box.change{
  position: fixed;
  bottom: 0;
  left: 0;
  opacity: 1;
  height: 70px;
}
/* iOSだけツールバー分を追加 */
/*@supports (-webkit-touch-callout: none) {
  .for_sp.soon_box.change{
    bottom: calc(env(safe-area-inset-bottom) + 80px);
  }
}
}*/