@charset "UTF-8";
html, body {
        font-family: "LINE Seed JP",sans-serif;
}

:root {
  --main-c001: #e6dec1;
  --main-c002: #231815;
  --main-c003: #f15a24;
  --main-c004: #f5f3ea;
  --main-c005:#192743;
  --shd-001: (1px 3px 5px rgba(0, 0, 0, 0.5));
}



html {
  font-size: 62.5%;
  color:var(--main-c002);
}
img {
  max-width: 100%;
}

.kern-dis{
  display: contents !important;
}

.kern-tsi{
  margin-right: -1.5rem;
}



.pcdis {display:block;}@media (max-width: 821px){.pcdis {display:none !important;}}
.pcdis-im {display:block !important;}@media (max-width: 821px){.pcdis-im {display:none !important;}}
.pcdis2 {display:fixed !important;}@media (max-width: 821px){.pcdi2 {display:none !important;}}
.spdis {display:none !important;}@media (max-width: 821px){.spdis {display:block !important; }}

.txtc-002{color: #fff;}
.bgc-001{background-color: #eb7aab; color: #fff;}
.bgc-002{background-color: #8fd2ed; color: #fff;}
.bgc-003{background-color: #fff; color: #233942;border: 1px solid #233942;}

a {
  text-decoration:none; 
  color: inherit;
}


.masthead h1,
.masthead h2 {
    position: absolute;
    width: 100%;
    text-align: center;
    height: 68%;
    line-height: 1;
    top: 0;
    bottom: 0;
    margin: auto;
    @include sm {
        top: 1vw;
        width: 100%;
    }
}




main{
background-color: var(--main-c001);
}
@media (max-width: 821px){
main{

}}


.lity-iframe .lity-container,
.lity-youtube .lity-container,
.lity-vimeo .lity-container,
.lity-facebookvideo .lity-container,
.lity-googlemaps .lity-container {
width: 100% !important;
max-width: 1020px !important;    
}

.txt_c{
text-align: center;
}


.notify__txt_a, .notify__txt_b {
  color: #666;
    font-size: 24px;
    text-align: center;
    margin-top: 30px;
    line-height: 1.5;
  }
  .notify__txt_a span{
    /* text-decoration: underline;
    color: #eb7aab;
    font-weight: 700; */
  }
  .notify__txt_b span{
    /* color: #7ecef4;
    text-decoration: underline; */
  } 

  @media screen and (max-width: 991px) {
.notify__txt_a, .notify__txt_b {
      font-size: 22px;
    }
  }

  @media screen and (max-width: 821px) {
.notify__txt_a, .notify__txt_b {
      font-size: 15px;
      text-align: justify;
    }
    .notify__txt_b {
      margin-top: 0px;
      font-size: 13px;
    }
  }


  .space_tu{
	margin-top:-2px;
	}
/* ----------------------------------

mixinでメディアクエリーを定義/

------------------------------------- */
/* body {
  overflow: hidden;
} */

header {
  position: relative;
}

main {
  padding: 0px 0 0px;
  /* background-size: 100%;
  background-position: 50% 0;
  background-repeat: repeat-y; */
}
@media screen and (max-width: 991px) {
  main {
    padding: 0px 0 0px;
  }
}
@media screen and (max-width: 821px) {
  main {
    /* background-position: 0 1050px; */
    /* padding: 20px 0;  0*/
  }
}

main img {
  width: 100%;
}

main a img {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

main a:hover img {
  opacity: 0.7;
}

.pc {
  display: block;
}

@media screen and (max-width: 821px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}

@media screen and (max-width: 821px) {
  .sp {
    display: block;
  }
}

.footer {
  background-color: var(--main-c001);
  text-align: center;
    font-size: 13px;
    padding: 9rem 0 3rem;
}
.footer_item{
  max-width: 660px;
  width: 80vw;
 text-align: center;
 margin: 0rem auto 1rem; 
 display: inline-flex;
 }



/* 
.footer__output {
  padding: 20px 0 45px;
  text-align: center;
}

.footer__img {
  width: 220px;
  margin: 0 auto;
}

.footer__img a img {
  width: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.footer__img a:hover img {
  opacity: 0.7;
}

.footer__txx {
  color: #fff;
  font-size: 12px;
  letter-spacing: 0.05rem;
} */

.masthead {
  position: relative;
  width: 100vw !important;
  height: 64.4217vw !important;
  overflow: hidden;
  background-color: #000; /* 背景が読み込まれるまでのつなぎ */
}
/* 背景画像専用レイヤー（これだけをぼかす） */
.masthead::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/kv.webp);
    background-size: cover;
    background-position: center;
    z-index: 1;
    animation: kvBlurIn 3s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}
@media screen and (max-width: 821px) {
  .masthead {
        background-image: url(../img/kv_sp.webp);
        position: relative;
    min-width: 100vw;
    height: 120vw !important;
  }
.masthead::after {
    content: "";
    background-image: url(../img/kv_sp.webp);
}
}

@media screen and (max-width: 821px) {
  .aw_logo {
    text-align: center;
    padding-left: 1.2rem;
    padding-top: 1.2rem;
  }
}

.aw_logo:hover {
  opacity: 1;
}

@media screen and (max-width: 821px) {
  .aw_logo img {
    width: 35vw;
  }
}

.aw_logo span {
  display: block;
}


.masthead-video {
  z-index: 0;
}

.masthead-overlay {
  background-color: #000;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100vw;
  height: 100vw;
}

.aw_logo {
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  opacity: 0.6;
  padding-left: 2rem;
  padding-top: 2rem;
  text-decoration: none;
  text-align: right;
  -webkit-transition: 0.2s ease all;
  transition: 0.2s ease all;
}
/* 装飾画像レイヤー（ぼかさない） */
.masthead::before {
     content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    background-repeat: no-repeat;
    height: 7.65vw;
    background-image: url(../img/kv-before.webp);
    background-size: cover;
    z-index: 5; /* 背景(z-index:1)より上に配置 */
    width: 100vw;
  }

/* ロゴなどの子要素 */
.masthead > * {
  /* position: relative; */
  z-index: 10;
}

@keyframes kvBlurIn {
    0% {
        filter: blur(30px);
        transform: scale(1.05);
        opacity: 0;
    }
    100% {
        filter: blur(0);
        transform: scale(1);
        opacity: 1;
    }
}

@media screen and (max-width: 821px) {
  .aw_logo {
    text-align: center;
    padding-left: 1.2rem;
    padding-top: 1.2rem;
  }
}

.aw_logo:hover {
  opacity: 1;
}

@media screen and (max-width: 821px) {
  .aw_logo img {
    width: 35vw;
  }
}

.aw_logo span {
  display: block;
}

.masthead-arrow {
  position: absolute;
  bottom: 25px;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 30px;
  height: 30px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  opacity: 0.4;
}

.masthead h1,
.masthead h2 {
  position: absolute;
  width: 100%;
  text-align: center;
  height: 65%;
  line-height: 1;
  top: 0;
  bottom: 0;
  margin: auto;
}

@media screen and (max-width: 821px) {
  .masthead h1,
  .masthead h2 {
    top: 1vw;
    width: 100%;
    height: 60%;
  }
}

.masthead h1 span {
  display: block;
  font-size: 18px;
  letter-spacing: 0.43em;
  font-weight: 400;
  /* text-transform: uppercase; */
  padding-left: 7px;
  opacity: 0.5;
}

.masthead h1 img {
   max-width: 640px;
    width: 50vw;
    }
    @media (max-width: 821px){
    .masthead h1 img{
    width: 70vw;	
    }
    }


@media screen and (max-width: 821px) {
  .masthead h1 img {
    width: 70%;
  }
}

.masthead h2 img {
  width: 95vw;
}

@media screen and (max-width: 821px) {
  .masthead h2 img {
    width: 100%;
  }
}

/* sc01 */
.sc01-img {
  width: 48rem;
  margin: 0 auto 9rem;
  position: relative;
  /* animation: floatingTitle 4s ease-in-out infinite;
will-change: transform; */
}

.sc01-img02 {
  /* display: none;
    width: 24rem;
    margin: 0 auto 0rem;
    position: absolute;
    right: 7%;
    background-color: var(--main-c002);
    border-radius: 49% 43% 49% 47% / 52% 50% 51% 44%;
    filter: drop-shadow(4px 4px 10px rgba(0, 0, 0, 0.35));
    animation: floatingTitle 4s ease-in-out infinite;
    will-change: transform;
    position: fixed;
    z-index: 100;
    bottom: 3rem;
    opacity: 0.9; */

    display: none;
    width: 24rem;
    margin: 0 auto 0rem;
    position: fixed;
    right: 7%;
top: calc(50% - 12rem);
    transform: translateY(-50%);
    background-color: var(--main-c002);
    border-radius: 49% 43% 49% 47% / 52% 50% 51% 44%;
    filter: drop-shadow(4px 4px 10px rgba(0, 0, 0, 0.35));
    animation: floatingTitle 4s ease-in-out infinite;
    will-change: transform;
    z-index: 100;
    opacity: 0.9;
    border: 1px solid #fff;


    
}

@keyframes floatingTitle {
0%, 100% { transform: translateY(0) rotate(0deg); }
33% { transform: translateY(-5px) rotate(1deg); }
66% { transform: translateY(3px) rotate(-1deg); }
}


.sc01-img02:hover {
    background-color: var(--main-c003);
cursor: pointer;
transition-duration: 0.5s;
opacity: 1;
}


.infectioncontrol {
  margin-top: 0px;
}

@media screen and (max-width: 821px) {
  .infectioncontrol {
    margin-top: 0;
  }
  .tticket_menu ul li span.min{
    font-size: 12.5px;  
    }
}

.infectioncontrol__output {
  width: 890px;
  margin: 0 auto;
  background-color: #ffe228;
  padding: 30px 30px 0;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
}
@media screen and (max-width: 991px) {
  .infectioncontrol__output {
    width: 94%;
  }
}

@media screen and (max-width: 821px) {
  .infectioncontrol__output {
    padding: 20px 0 0;
    width: 94%;
    margin: 0% auto;
    text-align: center;
  }
  .atc_bnr img{
   width: 92%; 
  }
}

.reserve {
  margin-top: 50px;
}
@media screen and (max-width: 991px) {
  .reserve {
    margin-top: 20px;
  }
}

@media screen and (max-width: 821px) {
  .reserve {
    margin-top: 20px;
  }
}

.reserve__output {
  width: 950px;
  margin: 0 auto;
}

@media screen and (max-width: 991px) {
  .reserve__output {
    width: 94%;
  }
}

@media screen and (max-width: 821px) {
  .reserve__output {
    width: 90%;
  }
}

.reserve___half{
    display: flex;
    flex-direction: row;
    width: min(100%, 95rem);
    margin: 0 auto 3rem;
    gap: 3rem;
    flex-direction: row;

}
.reserve___half li{
        width: 100%;

}

.reserve__area{
  margin: 0rem auto 2rem;
  text-align: center;
}

.reserve__ttl {
  font-size: 52px;
  text-align: center;
  font-weight: 800;
  background:linear-gradient(transparent 80%, var(--main-c003) 70%);
  display: inline-block;
      margin-top: -3rem;
}

.reserve__sub{
  font-size: 28px;
  font-weight: 600;
  margin: 1rem auto 0rem;
}


.reserve__ttl .scnd{
  /* text-decoration: underline; */
}
.reserve__ttl .scnd2{
  font-size: 22px;
  font-weight: 500;
}


/* sc02 */

.ray01-area{
max-width: 960px;
width: 90%;
margin: 0 auto;
}




.footer_left, .footer_right{ 
    width: 60%;
  /* margin: 0 auto 6% 0 ; */
  }
.footer_left{ 
  width: 40%;
  margin: 0 34px 0% 0px;
}

  .footer_left h5 {
    font-size: 1.54rem;
    font-weight: 400;
    margin: 0rem auto 0rem;
    min-width: 100px;
    padding: 8px 0px;
    border-top: 1px solid var(--main-c002);
    border-bottom: 1px solid var(--main-c002);
    }


.copy_right {
  text-align: center;
  font-size: 14px;
  font-weight: 200;
  width: 100vw;
  border-top: 1px solid var(--main-c002);
  padding: 1.5rem 0 3rem;
  margin-top: 6rem;
}
@media screen and (max-width: 821px) {
  #footer {
    font-size: 12px;
  } 
  .footer_item{
    width: 80%;
 text-align: center;
  margin: 0.5rem auto; 
  display: block;
  }
  .footer_left, .footer_right{ 
    width: 100%;
    }
    .footer_left{ 
      }

      .footer_left h5 {
        }
}


@media screen and (max-width: 991px) {

  .reserve__ttl .scnd2{
    font-size: 16px;
  }
}

.reserve__btn {
  margin-top: 30px;
}

.reserve .lnav {
  margin-top: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-pack: space-between;
}

@media screen and (max-width: 821px) {
  .reserve .lnav {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 0;
    -moz-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.reserve .lnav__item:first-of-type {
  width: 455px;
  margin-top: 13px;
}

@media screen and (max-width: 991px) {
  .reserve .lnav__item:first-of-type {
    width: 45.913219%;
    margin-top: 10px;
  }
}

@media screen and (max-width: 821px) {
  .reserve .lnav__item:first-of-type {
    width: 100%;
    margin-top: 15px;
  }
}

.reserve .lnav__item:last-of-type {
  width: 484px;
  height: 172px;
}

@media screen and (max-width: 991px) {
  .reserve .lnav__item:last-of-type {
    width: 48.839556%;
    height: auto;
  }
}

@media screen and (max-width: 821px) {
  .reserve .lnav__item:last-of-type {
    margin-top: 15px;
    width: 100%;
  }
}




.act_text{
  width: 870px;
  padding: 30px 40px;    
  text-align: center;
  font-size: 18px;
  font-weight: 400;    
  color: #595758;    
  background-color:#ffe228;
  border-top-right-radius:20px;
  border-top-left-radius:20px; 
  margin: 0 auto;
  }
  .act_text.foot{
      width: 890px;
  padding: 10px 30px 15px;    
      font-size: 13px;
      text-align: justify;
      border-top-right-radius:0px;
      border-top-left-radius:0px; 
      border-bottom-right-radius:20px;
      border-bottom-left-radius:20px;
      letter-spacing: -0.2px;
      }
  .act_text a{  
  color: #595758; 
  font-weight: 600;
   border-bottom: solid 2px #595758;    
  }
  
  .act_text .txt_are{   
  font-size: 13px;
      }
  
  
  @media (max-width: 821px){
  .act_text,  .act_text.foot{
  width: 100%; 	
  font-size: 14px;
  line-height: 1.75;	
  text-align: justify;
  border-top-right-radius:0px;
  border-top-left-radius:0px; 
  padding: 0.5rem  0; 
  }
  .act_text,  .act_text.foot{
    font-size: 13px;
    text-indent: -12px;
    padding-left: 12px;
    width: 91%;
    }

  .act_text p{  
  margin: 0.5rem 2rem;
  line-height: 1.5;	
  }
  }


  .notify_bnr{
    color: #fff;
    font-size: 18px;
    font-weight: 800;
    text-align: center;
    margin: 60px auto 40px; 
    background: #eb7aab;
    padding: 1rem 0rem;
    width: calc(100% - 10px);
    border-radius: 10px;
    border: 5px solid #e55291;
    line-height: 1.6;
  }  
.notify__att{
  text-align: center;
  margin: 0.5rem auto 3rem; 
  background: #7ecef4;
  padding: 0.5rem 1rem;
  width: 62%;
  border-radius: 6px;
} 
.notify__att  strong{
     font-size: 16px;
     margin-top: 10px;
     color: #fff;
     border-radius: 8px;
}
@media (max-width: 821px){
.notify__att{	
     width: 100%;
     padding: 0.5rem 0rem;
     margin: 1rem auto 0rem; 
 font-size:14px;	
}
.notify_bnr{
  font-size: 14px;
  margin:  20px auto;
  border: 3px solid #e55291;
  text-align: justify;
  padding: 2.5%;
  width: 95%;
}  
.notify_bnr strong{
  font-size: 13px;
}

.notify__att  strong{
  font-size: 14px;
  padding: 5%;

}
}
.loves_bnr{
margin: 40px auto;
}
@media (max-width: 821px){
.loves_bnr{
  margin: 20px auto 40px;
}
}



/* .btn.gwpass{
  color: #fff;
  background-image:  linear-gradient(
    135deg,
    #fff8dc 0%,        
    #d4af37 30%,   
    #b8860b 50%,        
    #fff4c8 85%,     
    #d4af37 100%);
    letter-spacing: 0em;
  }

  .btn.gwpass.twoday{
    background-image: none;
    background-color:#eb7aab ;
    } */







  a.btn:after,a.btn.loves:after {
    content: "";
    display: inline-block;
    width: 1.4rem;
    height: 1.4rem;
    margin: 0.15rem 0 0 0px;
    vertical-align: middle;
    right: 1.5rem;
    position: absolute;
  }
  a.btn.loves:after,  a.btn.two:after{
    margin: -0.55rem 0 0 0px;
  }



.btn.gwpass span{
  font-size: 74%;
  font-weight: 400;
}
@media (max-width: 821px){
  .btn.gwpass{
  margin: -1rem auto 2rem;
  line-height: 18px;
}

.btn.gwpass:after {
  bottom: 32px;
}
}



/* bnr-area */

.ticket.bnrs{
  margin: 0px auto 0px;
  text-align: center;
}



.bnr-area .tit{
  margin: 120px auto 60px;
  text-align: center;
  font-size: 24px;
  color: #000;
  position: relative;

}

.bnr-area .tit:before {
  position: absolute;
  bottom: -20px;
  left: calc(50% - 30px);
  width: 60px;
  height: 5px;
  content: '';
  border-radius: 3px;
  background: #eb7aab;
}

.ticket__item.bnr__item{
  width: 47%;
  margin: 0 3% 0  auto;
  display: inline-block;
}


.bnr__item.righm{
  margin-right: 0;
}


.bnr-area .bnr__item p{
 color: #18425e;
 font-weight: 600;
 text-align: center; 
 font-size: 16px;
 margin: 20px auto 0;
}
@media (max-width: 991px){
  .notify .bnr__item{
width: 90%;
margin: 0 auto;
  }
  .bnr-area .ticket {
    margin: 0px auto 0;
  }
}


@media (max-width: 821px){
.bnr-area .tit{
  margin: 60px auto 30px;
  font-size: 18px;
}

.ticket__item.bnr__item{
  width: 90%;
  margin: 0  auto;
  display: inline-block;
}

.bnr-area .bnr__item p{
  font-size: 14px;
  margin: 5px auto;
 }

 .notify .ticket__item.bnr__item{
  width: 90%;
  margin: 20px auto 0;
}



.footer {
  background-color: var(--main-c004);
    padding: 6rem 0 6rem;
}


 /* .footer__img {
  width: 45vw;
  margin: 0 auto;
} */





.bnr-area .tit:before {
  position: absolute;
  bottom: -15px;
  left: calc(50% - 25px);
  width: 50px;
  height: 4px;
  content: '';
  border-radius: 2px;
  background: #eb7aab;
}
/* 
 .footer__txx{
 font-size: 10px; 
 } */


}



.txt70{
  font-size: 75%;	
  }
  .yell_ber{
  height: 4px;
  background-color: #FFF100;
  margin:0 0.8rem;	
  }
  .txt_l{
    text-align: left!important;
  display: block;	
  
    }
  .txt_c{
    text-align: center!important;
  }	
  
  .txt_md{
  padding-left:1em;
  text-indent:-1em;
  }
  
  .space_tu{
    margin-top:-2px;
    }

.close-area{
  background: #FFFF3F;
  font-weight: 700;
  font-size: 20px;
  padding: 20px 0px;
  text-align: center;
  margin: 10px auto 30px;
  line-height: 1.5;
}
@media (max-width: 821px){
  .close-area{
    font-size: 15px;
    padding: 10px 0px;
    margin: 10px auto 30px;
  }
}


.ticket-container {
  background-color: #e873a3;
  color: white;
  padding: 15px 3%;
  border-radius: 20px;
  text-align: center;
  width: 94%;
  max-width: 920px;
  position: relative;
  margin: 0 auto;
}



.ticket-container.tbg-2 {
  background-image: 
      /* url('../../assets_2025/img/btn_002_gb.png'), */
      linear-gradient(to bottom, rgba(0, 36, 126, 1), rgba(93, 190, 255, 1));
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
  


.ticket-container.tbg-3 {
  background: linear-gradient(to bottom, #8cc152, #2d8f45);
  padding: 25px;
  max-width: 900px;
}



.ticket-container.half {
    /* max-width: 895px; */
}



.ticket-title {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 10px;
}

.ticket-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

/* .ticket-item {
  background-color: #00000033;
  padding: 5px 10px;
  border-radius: 8px;
  font-size: 16px;
  white-space: nowrap;
}

.ticket-item small {
  font-size: 12px;
  font-weight: 300;
} */

.arrow {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 8px 0 8px;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}

.event-button {
  margin-top: 0px;
  border: 1px solid var(--main-c002);
  background-color: #fff;
  color:var(--main-c002);
  padding: 5px 10px;
  border-radius: 25px;
  display: inline-block;
  font-size: 16px;
  cursor: pointer !important;
  max-width: 475px;
  width: 40%;
  position: relative;
}

.event-button::after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 8px;
  border-color: transparent transparent transparent var(--main-c002);
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}



@media (max-width: 821px){
  .ticket-container,.ticket-container.tbg-3 ,.ticket-container.half {
    padding: 20px 5%;
    width: 90%;
    border-radius: 14px;
  }

  .ticket-title {
    font-size: clamp(16px, 4vw, 24px);
}


.ticket-item{
  font-size: 14px;
  padding: 4px 8px;
  border-radius: 4px;
  line-height: 16px;
}
.ticket-buttons{
  gap: 8px;
}


.event-button {
  margin-top: 10px;
  padding: 3px 15px;
  border-radius: 25px;
  font-size: 14px;
  max-width: 475px;
  width: 40%;
}


.event-button::after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}



}





.sns_text{
  font-family: var(--eg_serif);  
  margin: 0.825rem auto 0;
  font-weight: 600;
  }
  
  .f_logo {
      margin: 0 auto;
  /*    width: 270px; */
  }
  .f_logo img {
      width: 300px;
  margin-bottom: 0.5rem;
  }
  
  .sns_icons{
  margin-top: -0.12rem;
  }
  .sns_icons a {
  margin-right: 4.2rem;
  }
  .sns_icons a:last-child {
  margin-right: 0rem;    
  }
  .sns_icons a img{
    width: auto;
    height: 35.5px;
    margin-top: 1px;
    }
  @media (max-width: 821px){
  .sns_icons{
  font-size: 1.4rem;
  margin: 3rem auto 0;
  }
    .sns_icons a {
  margin-right: 2.6rem;
  }
  .sns_icons a img{
    height: 2.6rem;
    margin-top: 6px;
    } 
  }
  
  .tbl{
   margin: 0 auto ;
  text-align: center;    
  width: 760px;       
  }
  @media (max-width: 821px){
  .tbl{
  width: 100%;       
  }
  }
  

  .tab-day-ctn{
    margin: -10px auto 20px;
    text-align: center;
    font-size: 22px;
    letter-spacing: 1px;
  }
  .tab-day-ctn span{
    color: #b3273c;
    text-decoration: underline;
    font-weight: 600;
  }
  @media (max-width: 821px){
    .tab-day-ctn{
      font-size: 16px;
      margin: 5px auto 15px;
      letter-spacing: 0px;
    }
  }
  /* アニメーション競合排除と重ね順設定 */
  .js-split-chars, 
  .type013__title, 
  .type013__desc,
  .btn-area.sc-02 {
      transition: none !important; /* GSAPとの競合排除 */
      position: relative;
      z-index: 10 !important;
  }

.type013__desc.two-g {
    line-height: 1.3;
}
.type013__desc .min{
  font-size: 50%;
}

  .layer-reveal-wrapper {
      position: relative !important;
      /* overflow: hidden !important; */
            overflow: visible ; 
      width: 100%;
      border-radius: 8px;
      line-height: 0;
      z-index: 1;
      display: block;
      -webkit-mask-image: -webkit-radial-gradient(white, black); /* 角丸バグ対策 */
  }

  .layer-reveal-content {
      position: relative;
      z-index: 1; 
      width: 100%;
      display: block;
      opacity: 0; /* JS */
  }

  .layer-reveal-content img {
      display: block;
      width: 100%;
      height: auto;
transition-duration: 0.5s;
  }

  .layer-swipe-bg {
      position: absolute !important;
      top: -2% !important;
      left: -2% !important;
      width: 104% !important;
      height: 104% !important;
      background: linear-gradient(90deg, #00bfffd5, #171b2600) !important;
      z-index: 5 !important; /* 画像の確実に前面 */
      transform: scaleX(0);
      pointer-events: none;
  }

  .layer-reveal-wrapper.dir-left .layer-swipe-bg { transform-origin: left center !important; }
  .layer-reveal-wrapper.dir-right .layer-swipe-bg { transform-origin: right center !important; }

.lcl-cnt__stacking {
    position: relative; 
    width: 100%;
    z-index: 20;
        overflow: visible; 
}

.stacking-container {
    position: relative;
    width: 100%;
}

/* Layer 1: コンテンツ量に応じて高さが決まる */
.stacking-layer.layer-main {
    position: relative;
    z-index: 1;
    /* background-color: #171b26; */
        background-image: linear-gradient(0deg, #171b26, #2f2c81);
}

/* Layer 3: Layer 1の直後に配置し、GSAPで重ねる */
.stacking-layer.layer-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 3;
    transform: translateY(100%); /* 初期状態は画面外 */
}

.card-full-screen {
    position: relative; 
    width: 100%; 
    min-height: 100vh;
    height: auto;
    display: flex; 
    flex-direction: column;
    align-items: center; 
    justify-content: center;
    /* padding: 15rem 0; */
        padding: 0rem 0;
}



.card-bg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: -1;
    overflow: hidden; 
}

.card-bg.sown { 
height: auto;

}



.card-bg img { width: 100%; height: 100%; object-fit: cover;
    will-change: transform;
    transform-origin: center center;
}
.card-bg::after {
    content:'';
}

@keyframes breathingZoom {
  0%, 100% {
    transform: scale(1);
    filter: brightness(1) contrast(1);
  }
50% {
  transform: scale(1.08);
  filter: brightness(1.1) contrast(1.05);
}
}



.card-content-text { 
  position: relative; z-index: 10; 
  width: 100%; max-width: 1200px;
   padding: 0 60px;
   color: #fff;
   text-align: center;
    /* margin-top: clamp(-3rem, -5vh, -18rem); */
    margin-top: 11rem;
}
#stack-layer-2 .card-content-text { 
    margin-top: -1rem;
}
#stack-layer-3 .card-content-text { 
    margin-top: 0rem;
}

.card-content-text .logo{
max-width: 410px;
margin: 0 auto 8rem;
}




.card-label-sub { 
  font-weight: 700;
   letter-spacing: 0.1rem;
    display: block;
     margin-bottom: 15px;
    }

.card-title-big { 
  font-size: 4.8rem; 
  font-weight: 700; 
  line-height: 1.1;
   margin: 0px auto 10rem;
  filter: drop-shadow( 0px 0px 5px rgba(0, 0, 0, 0.75));
 }





.card-sub-txt{
  font-size: 2.8rem;
  font-weight: 300; 
  line-height: 1.7;
   margin: 0px auto 11rem;
   filter: drop-shadow( 0px 0px 3px rgba(8, 0, 57, 0.95));
}

#stack-layer-2 .card-sub-txt{
   margin: 0px auto 7rem;
}



.card-heading {
  align-items: center; 
  display: flex; 
  justify-content: center; 
  font-size: 2.4rem;
}
.card-heading::before,
.card-heading::after {
  /* border-radius: 5px; */
  content: "";
  height: 2px; 
  width: 260px; 
}
.card-heading::before {
  background: linear-gradient(to right, rgba(255, 255, 255, 0), rgb(255, 255, 255)); 
  margin-right: 45px; 
}
.card-heading::after {
  background: linear-gradient(to right, rgb(255, 255, 255), rgba(255, 255, 255, 0)); 
  margin-left: 45px; 
}


.card-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  max-width: 104.4rem;
  width: 90%;
  margin: 6rem auto 15rem;
}
.card-wrapper .card-out{ position: relative;}

.card-wrapper .card-box{
  background-color: #fff;
  color:var(--main-c002);
  border-radius: 8px;
  border: var(--main-c002) solid 2px;
  max-height: 120px;
  min-height: 80px;
  vertical-align: middle;
  justify-content: center;
    display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
}
/* .card-wrapper .card-box:hover{
  background-color: #fff;
  color:var(--main-c003);
  border-color: var(--main-c001) !important;
  z-index: 10;
} */

.card-wrapper:after{
 content:"";
  height: 10rem;
  width: 1rem;
}




.card-wrapper .card-box.clear{
  background-color: transparent;
  color:var(--main-c002);
  border-radius: 8px;
  border: var(--main-c002) solid 0px;
  max-height: 120px;
  min-height: 80px;
  vertical-align: middle;
  justify-content: center;
    display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}

.card-item-list{
        display: flex;
      flex-wrap: wrap;
       flex-direction: row;
        width: min(100%, 120rem);
        margin-right: auto;
        margin-left: auto;
        margin-top: 0rem;
        justify-content: center;
        gap: 3.5rem;
        flex-direction: row;
    }
.card-item-list li{
          width: auto;

grid-template-columns: 1fr;
        width: 15%;
        grid-row-gap: 0;
        grid-template-areas:
        "list__img"
        "list__ttl"
        "list__txt";
        align-content: start;
        justify-items: center;
}

.card-item-list li img{
        width: 14vw;
}


@media (max-width: 1024px) {
    .card-title-big { font-size: 4rem; }
    .card-content-text { padding: 0 40px; }
}






/* -------- */

/* 1. スタッキング全体の高さ */
.stacking-outer {
    position: relative;
    height: 500vh; /* 1(固定) + 2(登場) + 3(登場) + Reveal(剥離) + 遊び */
}

/* 2. 固定表示エリア */
.sticky-viewport {
    position: sticky;
    top: 0;
    height: 100vh;
    width: 100%;
    overflow: hidden;
    z-index: 10;
    background: #000; /* 透け防止のベース */
}

/* 3. 背面コンテンツ (z-index: 0) 
   最初からここに居るが、前面の .stack-layer に隠されている */
.under-reveal-layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0vh;
    z-index: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* 4. 前面スタック層 (z-index: 10, 20, 30) */
.stack-layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #000; /* 完全に不透明にする */
}

/* 1枚目: 最初から静止して画面を完全に塞ぐ */
.layer-1 { 
    z-index: 10; 
}

/* 2枚目: 10% -> 40% で下から登場 */
.layer-2 { 
    z-index: 20; 
    --p2: clamp(0, (var(--progress) - 0.1) * 3.33, 1);
    transform: translateY(calc(100vh * (1 - var(--p2))));
}

/* 3枚目: 40% -> 70% で下から登場 */
.layer-3 { 
    z-index: 30; 
    --p3: clamp(0, (var(--progress) - 0.4) * 3.33, 1);
    transform: translateY(calc(100vh * (1 - var(--p3))));
}

/* 【重要】Reveal演出: 75% -> 100% で 1〜3枚目をまとめて上にスライドして消す */
.layer-1, .layer-2, .layer-3 {
    --p-reveal: clamp(0, (var(--progress) - 0.75) * 4, 1);
    margin-top: calc(var(--p-reveal) * -100vh);
}

.card-inner {
    width: 100%;
    height: 100%;
    position: relative;
}

.card-inner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.card-text {
    position: absolute;
    top: 50%;
    left: 8%;
    transform: translateY(-50%);
    text-shadow: 0 5px 20px rgba(0,0,0,0.8);
    z-index: 100;
}

.card-text h2 {
    font-size: clamp(2rem, 10vw, 6rem);
    margin: 0;
}



/* 共通 */
.kern-punct {
  display: inline-block;
  text-decoration: inherit;
}


/* 読点・句点*/
.kern-comma,
.kern-period {
  margin-left: calc(var(--fs) * -0.0);
  margin-right: calc(var(--fs) * -0.5);
}

/* 感嘆 */
.kern-excl {
  margin-left: calc(var(--fs) * -0.12);
  margin-right: calc(var(--fs) * -0.12);
}

/* 中黒 */
.kern-middle-dot {
    margin-left: calc(var(--fs) * -0.25);
    margin-right: calc(var(--fs) * -0.3);
}

/* 連続記号 */
.kern-group,  .txt-kntn  {
  margin-left:  calc(var(--fs) * -0.08);
  margin-right: calc(var(--fs) * -0.08);
}

/* 括弧 */
.kern-paren-open {
    margin-right: calc(var(--fs) * -0.0);
    margin-left:  calc(var(--fs) * -0.35);
}
.kern-paren-close {
    margin-right: calc(var(--fs) * -0.5);
    margin-left:  calc(var(--fs) * -0.0);
}

/* カギ括弧 */
.kern-bracket-open {
    margin-right: calc(var(--fs) * -0.0);
    margin-left:  calc(var(--fs) * -0.35);
}
.kern-bracket-close {
    margin-right: calc(var(--fs) * -0.35);
    margin-left:  calc(var(--fs) * -0.0);
}

/* コ */
.kern-bracket-open {
    margin-right: calc(var(--fs) * -0.0);
    margin-left:  calc(var(--fs) * -0.35);
}
.kern-bracket-close {
    margin-right: calc(var(--fs) * -0.5);
    margin-left:  calc(var(--fs) * -0.0);
}


/* .kern-paren-close,.kern-bracket-close {
  margin-left: calc(var(--fs) * -0.2);
} */



.sc01-obi{
width: 100vw;
color:var(--main-c001);
background-color: var(--main-c002);
padding: 3rem 0;
margin-bottom: 0rem;
text-align: center;
}

.sc01-obi .txt-line1{
font-size: 30px;
font-weight: 600;
}

.sc01-obi .txt-line1 .txt-1{
font-size: 80%;
}
.sc01-obi .txt-line2-out{

}

.sc01-obi .txt-line2{
font-size: 56.25px;
font-weight: 600;
border-top: 1.5px solid var(--main-c001);
/* display:inline-block; */
display: inline-flex;
margin-top: 15px;
padding-top: 15px;
white-space: nowrap; /* Safari等の意図しない改行を防止 */
}

.sc01-obi .txt-line2 .txt-1,.sc01-obi .txt-line2 .txt-1a{
font-size: 60%;
font-weight: 400;
vertical-align: top;
margin-top: 0.5rem;
display: inline-block;
}

.sc01-obi .txt-line2 .txt-1a{
font-size: 50%;
margin-top: 0.75rem;
}



.sc01-obi .txt-line2 .txt-2, .sc01-obi .txt-line2 .txt-2a {
font-size:14px;                                                       font-weight:400;                                                      margin-left:-4px;                                                     
vertical-align:baseline;
/* display: inline-block; */
   display: inline-block;
    margin-top: 4rem;
}

.sc01-obi .txt-line2 .txt-2{
position: relative;
margin-right: 10px;
}

.sc01-obi .txt-line2 .txt-2a{
margin-left: -1px;
margin-right: 1.6rem;
}

.sc01-obi .txt-line2 .txt-3{
    width: 28px;
    height: 0px;
    /* background-color: var(--main-c001); */
    display: inline-block;
    border-top: 4px solid var(--main-c001);
    position: absolute;
    bottom: 38px;
    left: 10px;
}

.sc01-obi .txt-line2 .txt-4{
margin-right: -1.5rem;
margin-left: -1.5rem;
}

.sc01-obi .txt-line2 .txt-5{
    display: inline-flex;
    writing-mode: vertical-rl;
    align-items: center;
    font-size: 2.4rem;
    letter-spacing: 0.25rem;
    vertical-align: middle;
    top: 6px;
    position: relative;
    margin: 0 0.25rem;
}



.sc01-obi2{
/* width: 100vw;
max-width: 192rem;
max-height: 50rem;
background-color: var(--main-c005);
padding: 50rem 0rem 0rem;
    background-image: url(../img/sc01-bg-001.webp);
    background-size:  136.65rem 50rem;
    background-repeat:no-repeat;
    background-position: top center;
    margin:  0 auto; */

        width: 100vw;
    max-width: 100vw;
    height: 40vw;
    background-color: var(--main-c005);
    padding: 50rem 0rem 0rem;
    /* padding: clamp(0.8rem, 50vh, 48rem) 10rem 3rem; */
    background-image: url(../img/sc01-bg-001.webp);
    background-size: 100vw 40vw;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    margin: 0 auto;

}


.sc01-obi3{
width: 100vw;
color:#fff;
background-color: var(--main-c005);
padding: 0rem 0rem 3rem;
margin-top: -3rem;
text-align: center;

}


.sc01-obi4{
background-color: var(--main-c005);
}


/* aa */


.btn-area {
  margin: 40px auto 0;
  text-align: center;
}

 a.btn {
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    position: relative;
    display: inline-block;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    border-radius: 36px;
    width: 60%;
    margin: 0 auto 0;
    padding: 23px 0px;
    text-align: center;
    background-color: var(--main-c002);
    color: var(--main-c001);
    border: 1px solid var(--main-c002);
    max-width: 520px;
}
 a.btn.white {
    background-color: #fff;
    color: var(--main-c002);
    border: 0px solid var(--main-c002);

 }

  a.btn.white2 {
    background-color: #fff;
    color: var(--main-c002);
    border: 0px solid var(--main-c002);
    padding: 14px 0px;
    font-size: 16px;
    width: 50%;
 }


 a.btn:hover {
    background-color: var(--main-c003);
    color: #fff;
    border: 1px solid var(--main-c003);
}




.btn-area.sc-01{
    margin: 40px auto 80px;
}


.btn-area.sc-02{
text-align: right;
    margin: 3rem 5rem 0 0rem;
}

/* info-section */

.info-section{
  background-color: var(--main-c004);
}


.info-area {
    /* height: 100vh; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


.info-area .tit-head {
    display: none;
}

.info-area .tit{
  font-size: 48px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.25rem;
  /* margin-top: auto;
  margin-bottom: auto; */
    margin: 15rem auto 10rem;
}


.parent {

display: grid;
 grid-template-columns: repeat(2, 1fr);
         grid-template-rows: repeat(5, 1fr);
    grid-gap: 0; 
     max-width: 104.4rem;
     width: 98%;
     margin: 0 auto;
    background-color: transparent; 
     /* border: 4px solid var(--main-c001); */



}

.div1 { grid-area: 1 / 1 / 2 / 3; }
.div2 { grid-area: 2 / 1 / 4 / 2; }
.div3 { grid-area: 2 / 2 / 3 / 3; }
.div4 { grid-area: 3 / 2 / 4 / 3; }
.div5 { grid-area: 4 / 1 / 5 / 2; }
.div6 { grid-area: 4 / 2 / 5 / 3; }
.div7 { grid-area: 5 / 1 / 6 / 3; }

.parent .box{
border-radius: 2rem;
background-color: #fff;
/* position: relative; */
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: relative;
    min-height: 60px;
         border: 4px solid var(--main-c001);
     margin: -2px; /* ボーダーの太さの半分*/
  z-index: 1;
  /* padding: clamp(0.8rem, 0.6vh, 1.8rem) 4%; */
    padding: 2.0rem 4%;
}


.parent .box-in{
   white-space: nowrap;
}
.parent .box-in .main-txt{
    color: var(--main-c003);
    font-weight: 700;
    /* font-size: min(2.2vh, 2.0rem); */
    font-size:2.0rem;
}
.parent .box-in .main-txt.biger{
    font-size: min(3.52vh, 3.2rem);
font-size: 3.2rem;
}

.parent .box-in .main-txt.big{
/* font-size: min(3.52vh, 3.0rem); */
  font-size: 3.0rem;
}
.parent .box-in .main-txt .min{
  font-size: 60%;
}


.parent .box-in .sub-txt{
color: var(--main-c002);
font-size: 1.6rem;
/* font-size: min(1.6vh, 1.6rem); */
margin-top: 5px;
display: block;
}

.parent .box-in .sub-txt.big{
font-size: 2.0rem;
/* font-size: min(2.0vh, 2.0rem); */
margin-top: 2.2rem;
line-height: 1.5;
padding: 0 2rem;
}
.parent .box-in .sub-txt.sml{
/* font-size: min(1.4vh, 1.4rem); */
font-size: 1.4rem;
text-align: justify;
text-indent: -1rem;
margin-left: 1rem;
}

.parent .box-in .sub-txt.sml.first{
margin-bottom: 1rem;
}


.parent .box-in .sub-txt.sml::before{
 content: "※";
}

.stack-wrapper .acr-txt{
    font-size: 2.0rem;
    font-weight: 400;
    color: var(--main-c002);
    text-align: center;
    margin: 5rem auto 15rem;
    line-height: 2;
}



@media (max-width: 821px) {
  .notice-container {
    padding: 4%;
    border-radius: 0px;
    width: calc( 100% - 8%);
}

/* 01 */
.sc01-img {
        width: 80vw;
        margin: 0 auto 3rem;
}
.sc01-obi {
    padding: 2.5rem 0;
}
.sc01-obi .txt-line1 {
    font-size: 19px;
}

.sc01-obi .txt-line2 {
    font-size: 32px;
    margin: 8px auto 0;
    padding-top: 6px;
    display:inline-block;
}

.sc01-obi .txt-line2 .txt-2a {
        margin-left: -0.5px;
        margin-right: 0.5rem;
}


.sc01-obi .txt-line2 .txt-3 {
    width: 29px;
    height: 0px;
    display: inline-block;
    border-top: 2px solid var(--main-c001);
    position: absolute;
    bottom: 20px;
    left: 10px;
}

.sc01-obi .txt-line2 .txt-4 {
    margin-right: -1rem;
    margin-left: -1rem;
}

.sc01-obi .txt-line2 .txt-5 {
    writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    display: inline-block;
    font-size: 1.2rem;
    letter-spacing: 0.15rem;
    vertical-align: middle;
    position: relative;
    top: -0.25em;
    margin: 0 0.1rem 0 0.2rem;
    min-width: 1.2em;
    flex-shrink: 0;
}

.sc01-obi2 {
    width: 100vw;
    padding: 40vw 0rem 0rem;
    background-size: 100vw;
}

.sc01-obi .txt-line2 .txt-2, .sc01-obi .txt-line2 .txt-2a {
font-size:14px;
/* margin-left:-4px; */
vertical-align:baseline;
/* display: inline-block; */
   display: inline-block;
    margin-top: auto;
}



a.btn {
    font-size: 18px;
    position: relative;
    display: inline-block;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    border-radius: 36px;
    width: 60%;
    margin: 0 auto 0;
    padding: 12px 0px;
    text-align: center;
    max-width: 520px;
}

.btn-area.sc-01 {
    margin: 2rem auto 4rem;
}


.btn-area.sc-02 {
        text-align: center;
        margin: 1rem 0 0;
}


    .reserve__ttl {
        margin: -3rem auto 2rem;
        font-size: 25px;
    background: linear-gradient(transparent 85%, var(--main-c003) 75%);
    }





.reserve__sub {
    font-size: 16px;
    margin: 0rem auto 0rem;
}



/* 02 */


.card-wrapper {
    width: 100%;
    margin: 2rem auto 9rem;
    grid-template-columns: 1fr 1fr;
}


.card-wrapper .card-box,.card-wrapper .card-box.clear {
  min-height: 60px;
}


    .card-title-big {
       font-size: 4.5rem;
      margin: 0px auto 3rem;
     }
    .card-content-text { padding: 0 20px;
            margin-top: 15rem; }


.card-content-text .logo{
max-width: 75vw;
        margin: 0 auto 5rem;
}

    .card-line-deco { margin-bottom: 20px; }





.card-sub-txt {
    font-size: 1.5rem;
    line-height: 1.8;
    margin: 0px auto 1rem;
     white-space: nowrap;
}

.card-heading {
  align-items: center; 
  display: flex; 
  justify-content: center; 
  font-size: 1.6rem;
  margin-top: 6rem;
}
.card-heading::before,
.card-heading::after {
  /* border-radius: 5px; */
  content: "";
  height: 2px; 
  width: 5vw; 
}
.card-heading::before {
  margin-right: 2vw; 
}
.card-heading::after {
  margin-left: 2vw; 
}



.parent .box-in{
   white-space: normal;
}


    /* .notice-grid {
        flex-direction: column;
    } */

    /* .notice-title h2 {
      font-size: 18px;
      margin: 0;
      line-height: 24px;
  }
  .notice-content {
    font-size: 13px;
    line-height: 18px;
} */


    .footnote{
      padding: 0 4%;
      font-size: 12px;
text-indent: -12px;
margin-bottom: 3px;
    }


    

.reserve___half{
    display: block;
    flex-direction: row;
    gap: 2rem;
    flex-direction: row;
    width: auto;
}
.reserve___half li{
            margin: 0 auto 3rem;

}


.stack-wrapper .acr-txt{
        font-size: 12px;
        text-align: left;
        line-height: 1.7;
        margin: 2.5rem auto 0rem;
}

#stack-layer-2 .card-sub-txt, #stack-layer-3 .card-sub-txt{
   margin: 0px 3rem 3rem;
}

#stack-layer-3 .card-sub-txt{
        text-shadow: 0px 0px 4px #00000085;
}


/* 03 */
.info-area {
    position: relative;
    /* min-height: 100vh;  */
    /* max-height: 100vh; */
    /* overflow-y: auto; */
    -webkit-overflow-scrolling: touch;
    /* パディングを均等化、またはマスク領域分を考慮 */
    padding: 2rem 4% ; 
    scrollbar-width: thin;
    width: 90%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-items: stretch; /* これ必須 */

    /* 文字自体を透明にして消していくマスク処理 (高さ可変時は不要なため無効化) */
    /* -webkit-mask-image: linear-gradient(to bottom,
        transparent 0%,
        black 10%,
        black 90%,
        transparent 100%
    );
    mask-image: linear-gradient(to bottom,
        transparent 0%,
        black 10%,
        black 90%,
        transparent 100%
    ); */
}

.info-area .tit-head {
    display: block;
}

/* .info-area .tit-head::before {
    content: "";
    display: block;
    height: 200px;
} */


.info-area .tit {
    font-size: 30px;
    /* 上をautoにして中央寄せを助ける */
    /* margin: auto auto 2.5rem;  */
        margin: 5rem auto 2.5rem;
}

.parent {
    display: block;
    width: 100%;
    margin: 0px auto;
    background-color: transparent;
}

.parent .box{
    border: 2px solid var(--main-c001);
    border-radius: 1.6rem;
    padding: clamp(0.8rem, 0.6vh, 1.8rem) 4%;
}


.parent .box-in .main-txt{
  font-size: 16px;
}

.parent .box-in .main-txt.biger{
  font-size: 18px;
  line-height: 1.3;
}
.parent .box-in .main-txt.big{
  font-size: 17px;
}


.parent .box-in .sub-txt,.parent .box-in .sub-txt.big {
    color: var(--main-c002);
    font-size: 1.25rem;
    margin-top: 3px;
    display: block;
    line-height: 1.5;
    padding: 0rem;
}

.parent .box-in .sub-txt.sml {
    font-size: 1.2rem;
    text-align: justify;
    text-indent: -1rem;
    margin-left: 1rem;
    line-height: 1.3;
}


txt.sml.first {
   margin-bottom: 0rem;
}


.kern-tsi{
  margin-right: auto;
}

}


/* ローディング画面 */
#loading-screen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--main-c001);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999999; /* 全ての上に表示 */
    transition: opacity 0.8s ease, visibility 0.8s;
}

.loader-content {
    text-align: center;
}

.loader-img {
    width: 120px;
    height: auto;
    /* 横軸（Y軸）を中心に回転 */
    animation: flipY 2s infinite linear;
}

.loader-text {
    margin-top: 20px;
    font-weight: 700;
    letter-spacing: 0.2em;
    color: var(--main-c002);
}

@keyframes flipY {
    0% { transform: rotateY(0deg); }
    100% { transform: rotateY(360deg); }
}

#loading-screen.loaded {
    opacity: 0;
    visibility: hidden;
}


.card-sub-txt .char {
  opacity: 1 !important;
  transform: none !important;
}


/* go top */
.float-button__wrap {
    display: none;
    width: 6rem;
    height: 6rem;
    bottom: 0rem;
    right: 0px;
    z-index: 100;
    background-color: var(--main-c002);
        border-radius:  1rem 0 0 0;
                     backdrop-filter: blur(12px);
   padding: 1.5rem;
   position: fixed;
}

.float-button__wrap a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: var(--main-c002);
}

.float-button__wrap:hover {
    background-color: var(--main-c003);
}


@media (max-width: 821px) {
.float-button__wrap {
        width: 5rem;
        height: 5rem;
        right: auto;
        left: 0;
        border-radius: 0rem 1rem 0rem 0rem;
        padding: 1.0rem;
}

.sc01-img02 {
    display: none;
    width: 16rem;
    margin: 0 auto 0rem;
    right: -7%;
    filter: drop-shadow(4px 4px 10px rgba(0, 0, 0, 0.35));
    animation: floatingTitle 4s ease-in-out infinite;
    will-change: transform;
    position: fixed;
    bottom: -1rem;
 top: auto;

}


}



/*  */

/* type013 text layout additions */


.type013__flex {
    display: flex;
    gap: 0;
    align-items: flex-start !important;
    margin-bottom: 16rem;
    width: 100%;
    text-align: left;
}

.type013__img-part {
    /* flex: 0 0 50%;    width: 50%; */
    flex: 0 0 54%;
    width: 46%;
}

.type013__img-part img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0;
    padding: 0;
}

.type013__text-part {
    flex: 0 0 50%;
    width: 50%;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    padding: 0;
    position: relative;
    z-index: 10;
}





/* アニメーション用設定（表示の確実性を優先しCSSでの非表示は行わない） */
.js-split-chars, 
.type013__title, 
.type013__desc, 
.btn-area.sc-02,
.card-content-text * {
    position: relative;
    z-index: 10;
}

/* 画像が左・テキストが右 */
.type013__flex:not(.reverse) .type013__text-part {
    padding-right: 60px;
}

.type013__flex:not(.reverse) .type013__time {
    margin: 0 !important;
    padding: 0 0 8px 30px !important;
    /* border-bottom: 1px solid #fff; */
    margin-bottom: 5px !important;
    text-align: left;
    line-height: 1.1;
}



.type013__title,.type013__flex.reverse .type013__title {
  font-family: "Overpass", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: italic;
    font-size: 60px;
    display: block;
    margin: 5rem 0 3.5rem -7.5rem;
    position: relative;
        line-height: 1.1;
    border-bottom: 1px solid #fff;
border-image: linear-gradient(to right, #ffffff, #ffffff00);
  border-image-slice: 1;
padding: 0rem 0 2rem  0.5rem;
    text-align: left;
}


.type013__flex:not(.reverse) .type013__desc,
.type013__flex:not(.reverse) .type013__info-list,
.type013__flex:not(.reverse) .type013__animal-box,
.type013__flex:not(.reverse) .type013__notes,
.type013__flex:not(.reverse) .type013__info-date {
    margin-left: 50px ;
}

/* 画像が右・テキストが左 (reverse) */
.type013__flex.reverse {
    flex-direction: row-reverse;
}
.type013__flex.reverse .type013__text-part {
    padding-left: 40px;
}
.type013__flex.reverse .type013__title {
    margin: 5rem -7.5rem 3.5rem 0rem;
    text-align: right;
    border-image: linear-gradient(to right, #ffffff00, #ffffff);
    border-image-slice: 1;
    padding: 0 4rem 2rem 0rem;
}
.type013__flex.reverse .type013__desc,
.type013__flex.reverse .type013__info-list,
.type013__flex.reverse .type013__animal-box,
.type013__flex.reverse .type013__notes,
.type013__flex.reverse .type013__info-date {
    margin-right: 50px ;
    text-align: right;
}




.type013__title .tit-min{
    font-family: "LINE Seed JP", sans-serif;
    display: inline-block;
    text-decoration: inherit;
    margin-right: -1.25rem;
    margin-left: -1.35rem;
    font-size: 85%;
}


.type013__title .tit-arw, .type013__flex.reverse .type013__title .tit-arw{
    display: inline-block;
    text-decoration: inherit;
    font-size: 70%;
    position: absolute;
    left: 17rem;
    top: 0.5rem;
}


.type013__flex.reverse .type013__title .tit-arw{
    right: 0rem;
}


.type013__title .tit-jp, .type013__flex.reverse .type013__title .tit-jp{
display: inline-block;
    text-decoration: inherit;
    font-size: 13rem;
    position: absolute;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #ffffff40;
    color: transparent;
    font-style: normal;
    /* opacity: 0.3; */
    font-weight: 400;
    z-index: -1;
}

.tit-jp.t001{
    height: auto;
    width: 270px;
    top: -9rem;
    right: 5rem;
    left: auto;
}

.tit-jp.t002{
height: auto;
    width: 140px;
        top: -9rem;
    right: 16rem;
    left: auto;

}

.tit-jp.t003 img{
    height: auto;
        width: 140px;
    top: -9rem;
    right: 0rem;
    left: auto;
}




.type013__subtitle {
    font-size: 18px;
    font-weight: 500;
    display: block;
    margin-top: 5px;
}

.type013__desc {
    font-size: 28px;
    font-weight: 600;
    line-height: 1.8;
    letter-spacing: 1px;
}

.type013__info-list {
    font-size: 15px;
    line-height: 1.4;
    font-weight: 800;
}

.type013__info-item {
    display: flex;
    margin-bottom: 4px;
}

.type013__info-label {
    flex-shrink: 0;
    margin-right: 0.2em;
}

.type013__info-val-thin {
    font-weight: 400;
}

.type013__notes {
    font-size: 12px;
    margin-top: 5px;
    line-height: 1.6;
    font-weight: 400;
    display: block;
    padding-left: 1em;
    /* text-indent: -1em; */
}
.indent-head {
  display: inline-block;
  width: 1em;
  margin-left: -1em;    /* ← ここでぶら下げ再現 */
}



.type013__animal-box {
    background: #5957589f;
    color: #fff;
    padding: 12px 12px;
    border-radius: 8px;
    font-size: 13px;
    /* margin: 5px 0 15px !important; */
    margin: 0;
    line-height: 1.6;
}

.type013__horizontal-info {
    /* display: flex; */
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
    font-size: 15px;
    font-weight: 800;
    margin-top: -20px;
    padding-top: 0px;
    margin-left: 50px;
    margin-right: 30px;
}

.type013__sub-block-container {
    display: flex;
    gap: 20px;
    margin-top: -10px;
    margin-left: 60px;
    margin-right: 60px;
    overflow: hidden;
}

.type013__sub-block {
    flex: 1;
}

.type013__sub-header {
    background: #9474a5;
    color: #fff;
    padding: 6px 0;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    border-radius: 8px;
    margin-top: 30px;
}

.type013__sub-body {
    padding: 10px 0 20px;
    font-size: 14px;
    line-height: 1.6;
}

.type013__sub-info {
    margin-top: 10px;
    font-weight: 800;
    display: flex;
    gap: 20px;
}

.type013__info-date {
    margin-top: 15px;
}

@media screen and (max-width: 821px) {
    .type013__flex {
        flex-direction: column !important;
        gap: 0;
        margin-bottom: 30px;
    }
    .type013__img-part {
        width: 100%;
        flex: none;
    }
    .type013__text-part {
        width: 100%;
        padding: 0 !important;
        text-align: left;
    }


.type013__flex.reverse .type013__desc, .type013__flex.reverse .type013__info-list, .type013__flex.reverse .type013__animal-box, .type013__flex.reverse .type013__notes, .type013__flex.reverse .type013__info-date {
    margin-right: 0;
    text-align: center;
}


.type013__title,.type013__flex.reverse .type013__title {
    font-size: 38px;
    text-align: center;
    margin: 9rem auto 1rem !important;
    padding: 0 0 0px 0 !important;
}

.type013__title .tit-min {
    font-family: "LINE Seed JP", sans-serif;
    display: inline-block;
    text-decoration: inherit;
    margin-right: -0.85rem;
    margin-left: -0.85rem;
    font-size: 85%;
}


.type013__title .tit-arw, .type013__flex.reverse .type013__title .tit-arw {
    /* display: inline-block;
    text-decoration: inherit;
    font-size: 70%; */
    position: absolute;
    left: 11rem;
    top: 0.25rem;
}


.type013__title .tit-jp, .type013__flex.reverse .type013__title .tit-jp {
font-size: 9rem;
        left: auto;
        right: -13rem;
        top: -5rem;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #ffffff40;



    }




    .type013__desc, .type013__info-list, .type013__animal-box, .type013__notes, .type013__info-date {
        margin: 1rem 0 0 !important;
        text-align: center;
        font-size: 2rem;
        line-height: 1.6;
    }
    .type013__horizontal-info {
        margin: 0;
        justify-content: flex-start;
        gap: 10px 20px;
        font-size: 14px;
    }
    .type013__sub-block-container {
        flex-direction: column;
        border-radius: 10px;
        margin-top: 0;
        gap: 0px;
    }
    .type013__sub-info {
        flex-direction: column;
        gap: 4px;
    }

.type013__sub-header {
    margin-top: 10px;
    font-size: 14px;
}

}
