@charset "UTF-8";

html,
body {
  font-family: "LINE Seed JP", sans-serif;
  height: auto !important;
  overflow-x: hidden !important;
  overflow-y: visible !important;
  -webkit-overflow-scrolling: touch;
}

:root {
  --main-c001: #e6dec1;
  --main-c002: #231815;
  --main-c003: #f15a24;
  --main-c004: #f5f3ea;
  --main-c005: #192743;
  --main-c006: #ffbda7;
  --shd-001: (1px 3px 5px rgba(0, 0, 0, 0.5));
  --shd-002: (1px 3px 5px rgba(28, 27, 43, 0.75));
  --fnt-f001: "YakuHanJP","Zen Old Mincho", serif;
}

.c-001 {
  color: #ffff00;
}

.c-002 {
  color: var(--main-c003);
  cursor: pointer;
}


.no-kern{
 font-family: YakuHanJP,"LINE Seed JP", sans-serif;
}

.zen{
 font-family: "Zen Old Mincho", serif;
}


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);
  position: relative;
  width: 100%;
  overflow: visible;
}

@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;
  }
}

.spdis-f {
  display: none !important;
}

@media screen and (max-width: 821px) {
  .spdis-f {
    display: flex !important;
  }
}

.footer {
  background-color: var(--main-c001);
  text-align: center;
  font-size: 13px;
  padding: 9rem 0 3rem;
}

.footer.event {
  background-color: #000;
  color: #fff;
}


.footer_item {
  max-width: 660px;
  width: 80vw;
  text-align: center;
  margin: 0rem auto 1rem;
  display: inline-flex;
}

.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;
  background-color: #fff;
}

@media screen and (max-width: 821px) {
  .masthead {
    /* background-image: url(../img/kv_sp.webp); */
    position: relative;
    min-width: 100vw;
    height: 120vw !important;
    background-color: #fff;

  }

  .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 {
  width: 24rem;
  margin: 0 auto 0rem;
  position: fixed;
  right: 5%;
  top: calc(50% - 0rem);
  transform: translateY(-50%);
  z-index: 100;
}

.sc01-img03 {
  right: auto;
  left: 5%;
}

@keyframes floatingTitle {

  0%,
  100% {
    transform: translateY(0) rotate(0deg);
  }

  33% {
    transform: translateY(-5px) rotate(1deg);
  }

  66% {
    transform: translateY(3px) rotate(-1deg);
  }
}


.sc01-img02:hover,.sc01-img03: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 5rem;
  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);
}


.event .footer_left h5 {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}


.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;
}

.event .copy_right {
  border-top: 1px solid #fff;
}


@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%;

  }
}




a.btn:after,
a.btn.loves:after {
  content: "\03e";
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  margin: 0rem 0 0 0px;
  vertical-align: middle;
  right: 2.5rem;
  position: absolute;
  opacity: 0.5;
}


a.btn.inin:after {
    content: "\02228";
    display: inline-block;
    font-size: 17px;
    top: calc(50% - 8px);
}


a.btn.min:after{
  right: 1.25rem;
}

.btn-area.back{
width: 520px;
    margin: 0 auto 10rem;
}


.btn-area.back a.btn::after{
      content: "";
    display: inline-block;
}


.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: 0;
  line-height: 1.5;
}

@media (max-width: 821px) {
  .close-area {
    font-size: 15px;
    padding: 10px 0px;
    margin: 0;
  }
}


.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.straight {
  white-space: nowrap;
}

.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));
  letter-spacing: 1px;
}

.card-sub-txt.event {
  font-size: 2.4rem;
  line-height: 1.9;
}

#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 6rem;
}

.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;
} */

.partner-box {
  /* border: 4px solid #fff;
  border-radius: 2rem;
  display: flex !important;
  position: relative !important; */
  /* align-items: center;
  overflow: hidden; */
  margin: 0 auto 25rem;
  width: 80vw;
  max-width: 960px;
}

/* .partner-box a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
} */

.partner-box .txt{
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: 0.1rem;
    text-align: center;
    margin: 0 auto 1rem;
}



.l105-repro-partner-label-cell {
  background-color: transparent;
  color: #fff;
  padding: 0.5rem 1.5rem;
  margin: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}

.l105-repro-partner-tag {
  font-size: 1.2rem;
  font-weight: 700;
}

.l105-repro-partner-logo-cell {
  /* flex-grow: 1;
  display: flex;
  justify-content: center; */
  align-items: center;
  padding: 1rem 0rem 1rem;
}

@media screen and (max-width: 821px) {
  .partner-box {
    width: 90%;
    padding: 0 0 10rem;
  }
  
  .partner-box a {
    flex-direction: column;
    padding: 1.5rem 0;
  }

  .l105-repro-partner-label-cell {
    margin: 0 0 1rem 0;
  }


.l105-repro-partner-logo-cell {
    /* flex: 1;
    padding: 0px 4rem 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end; */
    text-align: center;
    margin:  0 auto 1rem;
        padding: 0 1rem;
    width: 100%;
  }

  
  .l105-repro-partner-logo-cell img {
    max-width: 200px;
  }
}


.partner-box a:hover {
filter: drop-shadow(0px 0px 3px rgba(255, 255, 255, 0.7));
  /* border: 4px solid #f0c51d; */
  cursor: pointer;
  }



/* .partner-box:after {
  content: "";
  height: 10rem;
  width: 1rem;
} */




.card-wrapper .card-box.clear {
  background-color: transparent;
  color: var(--main-c002);
  border: var(--main-c002) solid 0px;
  color: #fff;
}

.card-wrapper .card-box.link {
  background-color: #ffff00;
  /* background-image: linear-gradient(90deg, #be5b8d, #f15a24); */
  color: var(--main-c002);
  border: var(--main-c002) solid 2px;
  color: #000;
  z-index: 10;
  /* animation: blinkBorder 1s ease infinite alternate */
}

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

@keyframes blinkBorder {
  0% {
    border: #fff solid 2px;
  }

  100% {
    border: #6b6b6b solid 2px;
  }
}


.card-wrapper .card-box.link:hover {
  /* background-color: var(--main-c003); */
  /* color: #fff410; */
  border: #fff solid 4px;
  cursor: pointer;
background-image: linear-gradient(0deg, #eed004, #ffff00);
}




/* .card-wrapper .card-box.link:after {
  content: "\03e";
  display: inline-block;
  width: 1.6rem;
  height: 1.6rem;
  margin: 0rem 0 0 0px;
  vertical-align: middle;
  right: 2.5rem;
  position: absolute;
  font-weight: 800;
} */


.card-wrapper .card-box.link .ani {
  animation: blink 1.5s infinite;
}


@keyframes blink {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0.5;
  }

  100% {
    opacity: 1;
  }
}



.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);
}


.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: 1px solid #fff;

}



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

a.btn.white2::after {
  content: "\03e";
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  margin: 0rem 0 0 0px;
  vertical-align: middle;
  right: 1.5rem;
  position: absolute;
  opacity: 0.5;
}

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: 10rem auto 5rem;
}


.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;

}

.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: 1.6rem;
  /* font-size: min(2.0vh, 2.0rem); */
  margin-top: 1.2rem;
  line-height: 1.5;
  padding: 0 5rem;
}

.parent .box-in .sub-txt.sml {
  /* font-size: min(1.4vh, 1.4rem); */
  font-size: 1.5rem;
  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: "※";
}

.info-area .acr-txt {
  font-size: 2.0rem;
  font-weight: 400;
  color: var(--main-c002);
  text-align: center;
  margin: 5rem auto 5rem;
  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;
  }

.btn-area.back a.btn{
   font-size: 1.4rem;
}


.btn-area.back {
    width: 80%;
    margin: 3rem auto 6rem;
}


a.btn.inin{
    font-size: 18px;
  }
    a.btn.inin:after {
        content: "\02228";
        display: inline-block;
        font-size: 12px;
        top: calc(50% - 6px);
        right: 1.0rem;
    }



  a.btn.white2 {
    width: calc(100% / 1.5);
  }

  a.btn.white2::after {
    content: "\03e";
    display: inline-block;
    width: 1.4rem;
    height: 1.4rem;
    right: 1rem;
    position: absolute;
  }


  .card-wrapper .card-box.link:after {
    width: 1.6rem;
    height: 1.6rem;
    vertical-align: middle;
    right: 1.0rem;
    position: absolute;
    font-weight: 800;
  }



  .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 6rem;
    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 1rem;
  
  }

  .card-content-text {
    padding: 0 2rem 5rem;
    margin-top: 15rem;
  }


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

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





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


  .card-sub-txt.event {
  font-size: 1.4rem;
  line-height: 1.9;
}

  .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;
  }

  .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;
  }

.reserve__area {
  margin: 0rem auto 2rem;
}



  .info-area .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;
    -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;
    /* これ必須 */

  }

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


  .info-area .tit {
    font-size: 30px;
    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.7;
    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 */

footer{
  position: relative;
}

.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.top {
  display: block;
  position: absolute;
}

.float-button__wrap.bgw {
  background-color: #fff;
}

.float-button__wrap a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
}





.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;
    z-index: -2;
  }


  .float-button__wrap.top {

    z-index: 10;
  }


  .sc01-img02 {
    /* display: none; */
    width:36%;
    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;

  }



  .sc01-img03 {
    width: 100%;
    margin: 0 auto 0rem;
    right: auto;
    left: 0;
    filter: drop-shadow(4px 4px 10px rgba(0, 0, 0, 0.35));
    animation: none;
    will-change: transform;
    position: fixed;
    bottom: 0;
    top: auto;
    transform: translateY(0%);
    z-index: 5;
  }


}



/*  */

/* 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;
}



.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;
    border-image: linear-gradient(to right, #ffffff, #ffffff00);
    border-image-slice: 1;
  }

  .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;
  }

}





/* event */


#header {
  position: fixed;
  top: -160px;
  width: 100%;
  box-sizing: border-box;
  transition: 0.5s;
  z-index: 11;
}

#header.is-show {
  top: 0;
}


#header .aw_logo {
  width: 24rem;
}

.sown_logo {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  text-decoration: none;
  text-align: right;
  -webkit-transition: 0.2s ease all;
  transition: 0.2s ease all;
  opacity: 0.7;
}

.sown_logo:hover {
  opacity: 1;
}


.sown_logo img {
  width: 16rem;
}



.btn-area.event {
  margin: 3rem auto 0;
  padding: 0 0 2rem;
}

.btn-area.home {
  margin: 0rem auto 0;
    padding: 10rem 0 10rem;
}

.event a.btn, .home a.btn {
  background-color: #fff;
  color: var(--main-c002);
  border: 1px solid #fff;
}
.event a.btn{
    padding: 12px 0px;
    font-size: 15px;
}
.wide .event a.btn{
    padding: 20px 0px;
    font-size: 18px;
}



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


.home a.btn:after {
  content: "\03c";
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  margin: 0rem 0 0 0px;
  vertical-align: middle;
  left: 2.5rem;
  position: absolute;
  font-weight: 300;
  opacity: 0.5;
}





.content-section {
  margin: 0 auto 0;
  max-width: 1044px;
}



.ontent-section__output{
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    align-items: stretch; /* Ensure equal height */
    justify-content: space-between;
}

.cnt-if{
    width: calc(50% - 1rem);
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
}

.cnt-if.wide{
  width: 100%;
}

@media (max-width: 821px) {

.sown_logo img {
  width: 12rem;
}


#header .aw_logo {
    width: 15rem;
}


  .cnt-if {
    width: 100%;
  }
}

.cnt-if__inner{
    display: flex;
    flex-direction: column;
    height: 100%;
}

.cnt-if__inner .img-part{
    /* flex: 0 0 54%; */
    width: 100%;
}


.cnt-if__text-part{
    /* flex: 0 0 50%;
    width: 50%;
    display: flex; */
    flex-direction: column;
    box-sizing: border-box;
    text-align: justify;
    padding: 2rem 0 3rem;
    margin: 0 auto 0;
    position: relative;
    z-index: 10;
}


.cnt-if__title{
    font-weight: 600;
    font-size: 2.8rem;
    margin-bottom: 1.5rem;
    text-align: center;
}

.wide .cnt-if__title{
    font-size: 4rem;
}


.cnt-if__desc{
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7;
}

.wide .cnt-if__desc{
    font-size: 20px;
}


.cnt-if__info-list{
    font-size: 13px;
    line-height: 1.4;
    font-weight: 700;
    margin: 1.5rem 0 0.75rem;
}

.wide .cnt-if__info-list{
    font-size: 18px;

}




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

.cnt-if__info-label{
flex-shrink: 0;
}

.cnt-if__info-val-thin{
font-weight: 400;
}

.cnt-if__notes{
    font-size: 12px;
    margin-top: 0px;
    line-height: 1.6;
    font-weight: 400;
    display: block;
    padding-left: 1em;
}



/* --- 105 Layout Precision Reproduction FINAL REFACTORED (l105-repro) --- */
.l105-repro-main {
  color: #fff;
  padding-bottom: 0px;
  position: relative;
  z-index: 2;
  background-image: linear-gradient(180deg, #181c2e, #040404);
}

.l105-repro-top-divider {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(50% + 330px);
  height: 1px;
  border-top: 1.5px dashed rgba(255, 255, 255, 0.8);
  z-index: 10;
}

.l105-repro-divider {
  width: 100%;
  height: 1px;
  border-top: 1px dashed rgba(255, 255, 255, 0.3);
  margin: 0;
}

.l105-repro-section-header {
  position: relative;
  text-align: center;
  padding-top: 8rem;
}

.l105-repro-section-header.sea{
    background-image: url(../img/event/p5-mg-img001.webp);
    background-repeat: repeat-x;
    background-position: top center;
    background-size: auto;
}

.l105-repro-section-header.sky{
    background-image: url(../img/event/p5-mg-img001.webp), url(../img/event/p5-mg-img002.webp);
    background-repeat: repeat-x;
    background-position: top center, center bottom;
    background-size: auto;
}

.l105-repro-title-box {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.l105-repro-outline-txt {
    position: absolute;
    bottom: 0;
    opacity: 0.5;
}

.l105-repro-time {
    font-family: "Overpass", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: italic;
    font-size: 3rem;
    display: block;
    margin: 3rem 0;
    position: relative;
    line-height: 1.1;
    border-image-slice: 1;
    padding: 0rem 0 0rem 0rem;
    text-align: center;
    COLOR: #ffff00;
}

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

.l105-repro-time  .tit-arw {
    display: inline-block;
    text-decoration: inherit;
    font-size: 70%;
    position: absolute;
    left: 8.4rem;
    top: 0.35rem;
}



.l105-repro-solid-txt {
  font-family: var(--fnt-f001);
  font-size: 52px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.2em;
  margin-bottom: 12px;
  z-index: 5;
}

.l105-repro-title-line {
  width: 480px;
  height: 1.5px;
background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%,   rgba(255, 255, 255, 1) 20%,   rgba(255, 255, 255, 1) 80%,  rgba(255, 255, 255, 0) 100%);
  position: relative;
}

.l105-repro-header-sub {
    font-size: 4rem;
    font-weight: 700;
    margin: 1rem 0 3rem;
    font-family: var(--fnt-f001);
    letter-spacing: 0.4rem;
}

.l105-repro-header-main {
  font-size: 3.6rem;
  font-weight: 700;
  margin: 2rem auto 6rem;
}

.l105-repro-container {
  /* max-width: 860px; */
  margin: 0 auto;
  position: relative;
  text-align: center;
}

.l105-repro-block {
  position: relative;
  width: 100%;
  margin-bottom: 102rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}


.l105-repro-block.p2 {
 margin-bottom: 54rem;
}

.l105-repro-block.p3 {
 margin-bottom: 53rem;
}

.l105-repro-img-area {
  width: 800px;
  position: relative;
  z-index: 10;
  margin: 0 auto;
}

.l105-repro-img-area img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 20px;
  filter: drop-shadow(0px 0px 8px rgba(75, 75, 255, 0.5));
}


.l105-repro-img-area-b{
max-width: 1366px;
    position: relative;
    z-index: 10;
    margin: 0rem auto -1rem;
}


.l105-repro-img-area-b img {
  width: 100%;
  height: auto;
  display: block;
}


.l105-repro-card-manager {
  position: relative;
  width: 100%;
  height: 0;
  z-index: 9;
  display: table;
}


.l105-repro-card-manager.p4-3{
z-index: 11;
}
.l105-repro-card-manager.p4-4{
z-index: 12;
}

.l105-repro-card {
  position: absolute;
  background: #0a0a0f;
  border: 4px solid #fff;
  border-radius: 2rem;
  padding: 5rem 5rem;
  width: 660px;
  box-sizing: border-box;
}
.l105-repro-img {
  position: absolute;
  border-radius: 2rem;
  box-sizing: border-box;
}


.l105-repro-card-title {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 3rem;
  line-height: 1.2;
  text-align: center;
}

.l105-repro-card-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  text-align: justify;
}

.l105-repro-card-text2 {
  font-size: 2.2rem;
  font-weight: 700;
  text-align: center;
}

.l105-repro-card-text3 {
  font-size: 1.6rem;
  font-weight: 400;
  width: 540px;
  margin: 2rem auto 5rem;
  text-align: justify;
  line-height: 1.8;
}

.l105-repro-card-text.sky {
 width: 90%;
margin: 0 auto;
}

.sub .l105-repro-card-text.sky {
 width: 75%;
margin: 0 auto;
}



.l105-repro-card-text.tc{
  text-align: center;
    margin: 0.5rem auto;
}

.l105-repro-card-text.sub{
  text-align: center;
  margin: 1.5rem auto;
  font-weight: 700;
  font-size: 2.2rem;
}


.l105-repro-card-text .atc, .l105-repro-step-txt .atc{
/* margin-top: 1rem; */
display: block;
    text-indent: -1.4rem;
    margin-left: 1.4rem;
    /* line-height: 1.4; */
}


.l105-repro-earth-main-card {
  left: calc(50% - 480px);
  top: -1rem;
}

.l105-repro-earth-steps {
    position: absolute;
    right: calc(50% - 430px);
    top: 360px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    text-align: justify;
}

.p1-3 .l105-repro-earth-steps {
    right: calc(50% - 10px);
    top: 655px;
}
.p1-4 .l105-repro-earth-steps {
    right: calc(50% - 450px);
    top: 670px;
}


.l105-repro-step-box {
  background: #0a0a0f;
  border: 4px solid #fff;
  border-radius: 2rem;
  padding: 5rem;
  width: 480px;
  display: flex;
  align-items: center;
  gap: 16px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.l105-repro-step-box.no-flex {
  display: block;
}
.box-set{
  display: flex;
  gap: 16px;
  /* align-items: center; */
 }

.p1-2 .l105-repro-step-box {
  width: 680px;
}

.p1-3 .l105-repro-step-box {
  width: 300px;
}

.p1-4 .l105-repro-step-box {
  width: 470px;
}


 .in-btn{
border: 3px solid #fff;
    border-radius: 1.6rem;
    background: #2e253f;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    font-weight: 700;
    padding: 1.5rem 0;
    margin: 2rem auto 0;
}

 .in-btn:hover{
background: var(--main-c003);
cursor: pointer;
 }

.l105-repro-step-txt{
font-size: 16px;
font-weight: 400;
line-height: 1.8;
}
.l105-repro-step-txt .bl{
font-weight: 700;
}


.l105-repro-step-badge {
  background: #fff;
  color: #000;
  border-radius: 3.6rem;
  width: 7.2rem;
  height: 7.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 15px;
  flex-shrink: 0;
  text-align: center;
}

.l105-repro-step-badge.wide {
  width: 12rem;
  height: 12rem;
  border-radius: 6rem;
  font-size: 16px;
}

.p2-2 .l105-repro-sub-info-card {
  right: calc(50% - 430px);
  top: 24rem;
  width: 72.5rem;
}

.p3-2 .l105-repro-sub-info-card {
    right: calc(50% - 420px);
    top: 214px;
    width: 490px;
}


.p4-1 .l105-repro-sub-info-card {
    right: calc(50% - 420px);
    top: 214px;
    width: 480px;
}


.p4-2 .l105-repro-sub-info-card {
right: calc(50% - 440px);
    top: 404px;
    width: 690px;
}

.p4-3 .l105-repro-img {
right: calc(50% - 450px);
    top: -5rem;
    width: 360px;
    filter: drop-shadow(0px 0px 8px rgba(75, 75, 255, 0.5));
}

.p4-4 .l105-repro-img {
    right: calc(50% - -226px);
    top: 39.5rem;
    width: 360px;
    filter: drop-shadow(0px 0px 8px rgba(75, 75, 255, 0.5));
}


.l105-repro-img img{
    border-radius: 2rem;
}
.l105-repro-sea-logo-area {
  width: 400px;
  margin: 0 auto 60px;
  padding: 25px;
  text-align: center;
  z-index: 15;
}

.l105-repro-sea-sub-img {
  position: absolute;
  width: 400px;
  right: calc(50% - 540px);
  top: -380px;
  z-index: 15;
  border: 2.5px solid #fff;
  border-radius: 2rem;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.8);
}

.l105-repro-sea-main-card {
  left: calc(50% - 480px);
  top: -150px;
  width: 680px;
}

.l105-repro-sea-circle-btn {
    position: absolute;
    right: calc(50% - 370px);
    top: 217px;
    width: 160px;
    height: 160px;
    background: #3f3fcc;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 19px;
    font-weight: 700;
    z-index: 100;
    box-shadow: 0 10px 30px rgba(63, 63, 204, 0.6);
}
.l105-repro-sea-circle-btn:hover {
    background: var(--main-c003);
    cursor: pointer;
}



.l105-repro-sea-bottom-bar {
  width: 840px;
  margin: 300px auto 0;
  border: 1.5px solid #fff;
  display: flex;
  align-items: center;
  padding: 25px 40px;
  background: #0a0a0f;
  border-radius: 2rem;
  gap: 40px;
}

.l105-repro-sky-intro-area {
  text-align: center;
  margin-bottom: 40px;
}

.l105-repro-sky-deco-tit {
  font-size: 42px;
  font-weight: 400;
  display: inline-flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 15px;
  color: #ffff00;
}

/* .l105-repro-sky-deco-tit::before,
.l105-repro-sky-deco-tit::after {
  content: "";
  width: 100px;
  height: 3px;
  background: #fff100;
  transform: rotate(-30deg);
} */

.l105-repro-sky-grid {
  display: flex;
  max-width: 1100px;
  margin: 40px auto 15px;
  gap: 0px;
}

.l105-repro-sky-panel {
  flex: 6;
  border: 4px solid #fff;
  border-radius: 20px;
  padding: 30px;
      margin: -1px;
}

.l105-repro-sky-panel.sub {
  flex: 4;
}


.l105-repro-sky-panel-tit {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 2px;
  line-height: 1.78;
}

.l105-repro-sky-panel-tit .line{
  border-bottom: 4px solid #fff100;
    display: inline;
}

.l105-repro-sky-footer-row {
  display: flex;
  max-width: 1100px;
  margin: 0 auto;
}

.l105-repro-sky-ticket-box {
  flex: 4;
  border: 4px solid #fff;
  border-radius: 2rem;
  background: #2e253f;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 700;
  margin: -1px;
  padding: 3rem;
}
.l105-repro-sky-ticket-box:hover {
background: var(--main-c003);
cursor: pointer;
}


.l105-repro-sky-partner-box {
  flex: 6;
  border: 4px solid #fff;
  border-radius: 2rem;
  display: flex;
  align-items: center;
  overflow: hidden;
    margin: -1px;
}

.l105-repro-partner-label-cell {
  padding: 0 25px;
  display: flex;
  align-items: center;
  margin: 2rem auto;
}

.l105-repro-partner-tag {
    border: 2px solid #fff;
    padding: 10px 12px;
    font-size: 1.6rem;
    border-radius: 0.4rem;
}



.l105-repro-logo-main {
    width: 280px;
    margin: 1rem auto 5rem;
}

.l105-repro-logo-sub {
  font-size: 11px;
  letter-spacing: 0.1em;
  color: #fff;
  margin-top: 5px;
}


/* 海セクション*/
.l105-repro-sea-info-row {
  display: flex;
  max-width: 820px;
  margin: 300px auto 0;
  gap: 15px;
  position: relative;
}

.l105-repro-sea-info-img {
  width: 300px;
  border: 1.5px solid #fff;
  border-radius: 2rem;
  overflow: hidden;
  flex-shrink: 0;
}

.l105-repro-sea-info-img img {
  width: 100%;
  height: auto;
  display: block;
}

.l105-repro-sea-info-card {
  position: static;
  flex: 1;
  padding: 25px 35px;
  border: 4px solid #fff;
  border-radius: 2rem;
  background: transparent;
  font-size: 14px;
  line-height: 1.6;
}


.l105-repro-sky-grid {
  margin: 30px auto -1px;
}


@media (max-width: 821px){

.l105-repro-block, .l105-repro-block.p2, .l105-repro-block.p3, .l105-repro-block.p4 {
    position: static;
    width: 100%;
    margin-bottom: 0rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.l105-repro-card-manager{
    position: static;
    display: block; /* PC版の display: table を解除 */
    width: 100%;
    height: auto;
    box-sizing: border-box;
}

.l105-repro-img-area {
    width: 90vw;
    margin: 5rem auto 3rem;
    position: static
}

.l105-repro-img-area-b{
max-width: 100vw;
    position: relative;
    z-index: 10;
    /* margin: -2rem auto -1rem; */
}


.l105-repro-earth-steps{
position: static;
width: 100%;
box-sizing: border-box;
}


.l105-repro-time{
    font-size: 2rem;
    margin: 1rem 0 1rem;
}
.l105-repro-time .tit-arw{
    left: 5.4rem;
    top: 0.25rem;
}



.l105-repro-card, 
.l105-repro-earth-main-card, 
.p1-2 .l105-repro-step-box,
.p1-3 .l105-repro-step-box,
.p1-4 .l105-repro-step-box,
.p4-2 .l105-repro-sub-info-card,
.p2-2 .l105-repro-sub-info-card, 
.p3-2 .l105-repro-sub-info-card {
    position: static;
    width: calc(100% - 4rem);
    max-width: 100%; /* 画面幅を絶対に超えないように追加 */
    min-width: 0;
    margin: 0 auto 2rem;
    padding: 2.4rem 2rem;
    border: 3px solid #fff;
    gap: 10px;
    box-sizing: border-box;
    overflow-wrap: break-word;
}
/* .p1-2 .l105-repro-step-box{
margin: -3.5rem auto 0rem -1.5rem;
}

.p1-3 .l105-repro-step-box{
margin: -1.5rem auto 0 10.5rem;
width: 70%;
}
.p1-4 .l105-repro-step-box{
margin: -1.5rem auto 2rem;
} */

    .l105-repro-sea-circle-btn {
        position: relative;
        right: auto;
        top: auto;
        width: 84%;
        height: auto;
        border-radius: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        font-size: 18px;
        z-index: 100;
        box-shadow: 0 10px 30px rgba(63, 63, 204, 0.6);
        margin: 1rem auto 3rem;
        padding: 2rem;
    }



.l105-repro-step-badge{
    font-size: 14px;
    width: 5.4rem;
    height: 5.4rem;
}

.l105-repro-step-badge.wide{
font-size: 13px;
        width: 7.6rem;
        height: 7.6rem;
}
.l105-repro-step-badge.wide.sp{

    display: flex !important;
}


.l105-repro-card-title {
        font-size: 1.8rem;
        margin-bottom: 1rem;
        line-height: 1.6;
        text-align: center;
}

.l105-repro-card-text {
    font-size: 14px;
    line-height: 1.8;
}

.l105-repro-card-text.tc {
    margin: 0.5rem auto 0;
    line-height: 1.4;
}

.l105-repro-sea-logo-area {
    width: 50vw;
    margin: 0px auto 4rem;
    padding: 0;
}

.l105-repro-header-sub {
    font-size: 2.4rem;
    margin: 0rem 0 2rem;
    letter-spacing: 0.2rem;
}

.l105-repro-header-main {
  font-size: 3.0rem;
  margin: 2rem auto 4rem;
}

.l105-repro-solid-txt {
    font-size: 40px;
    letter-spacing: 0.2em;
    margin-bottom: 3px;
}


.l105-repro-title-line {
    width: 80vw;
    height: 1.5px;
}

.l105-repro-card-text2 {
    font-size: 1.5rem;
}

.l105-repro-sky-deco-tit {
    font-size: 28px;
    margin-bottom: 15px;
}


.l105-repro-card-text3 {
    font-size: 1.4rem;
    width: 80%;
    margin: 2rem auto 4rem;
    line-height: 1.8;
}


.p4-3 .l105-repro-img,.p4-4 .l105-repro-img{
        position: static;
        width: 80%;
        margin: 0 auto 2rem;
        display: block;
        overflow: visible;
}

.l105-repro-sky-partner-box{
  border: 3px solid #fff;
        position: static;
        width: 84%;
        margin: 0 auto 2rem;
        display: block;
        overflow: visible;
}



.l105-repro-sky-footer-row {
    display: block;
    margin: 0 auto;
}


.l105-repro-sky-panel,.l105-repro-sky-ticket-box {
    flex: 1;
    border: 3px solid #fff;
    border-radius: 20px;
    padding: 2rem;
    margin: 0 auto 2rem;
    width: 84%;

}

.l105-repro-card-text.sky,
.sub .l105-repro-card-text.sky{
  width: 100%;
}


.l105-repro-sky-panel-tit {
    font-size: 1.8rem;
    margin-bottom: 2rem;
}



.l105-repro-step-txt{
  font-size: 14px;
  text-align: justify;
}


.l105-repro-sky-grid{
  display: block;
}

.l105-repro-logo-main {
    width: 100%;
    margin: 1rem auto 5rem;
}

.l105-repro-partner-tag {
        padding: 0.75rem 0px;
        font-size: 1.3rem;
        border-radius: 0rem;
        margin: 0px auto 1rem;
        border-bottom: 1px solid #ffffff99;
}

.l105-repro-partner-label-cell {
        padding: 0px;
        display: block;
        align-items: center;
        margin: 0rem auto 1rem;
        width: 80%;
}


.btn-area.home {
    margin: 0rem auto 0;
    padding: 5rem 0 5rem;
}

    .partner-box {
        width: 84%;
        margin: 0 auto 5rem;
    }

    /* .partner-box::after {
  content: "";
  height: 10rem;
  width: 1rem;
    } */



 .in-btn{
border: 2px solid #fff;
    font-size: 16px;
    padding: 1.5rem 0;
    margin: 1.5rem auto 0;
    width: 70%;
}



}


.listbox{
  width: 100%;
  display: flex;
      border-top: 1px solid #000;
      font-size: 16px;
}

.listbox.end{
      border-bottom: 1px solid #000;
}


.tit-box{
      display: flex;
  flex: 1;
      align-items: center;
    justify-content: center;

}



.tit-area{
    background-color: #463cdd;
    color: #fff;
    margin: 2rem;
    writing-mode: vertical-rl;
    font-weight: 700;
}


.cnt-box{
      display: flex;
  flex: 10;
      align-items: center;
    justify-content: center;
    width: 100%;
        font-weight: 700;
}

.cnt-box .bgc{
background: #aae6ff;
display: block;
}



.cnt-box.more{
    display: block;
}



.cnt-list{
    display: flex;
    border-bottom: 1px solid #000
}

.cnt-list.end{
    display: flex;
    border-bottom: 0px solid #000
}



.cnt-box .time, .cnt-box .name, .cnt-box .cst{
    padding: 0 1rem;
    margin: 2rem 0;
        text-align: center;
}

.cnt-box .name{
border-right: 1px solid #000;
border-left: 1px solid #000;
}


.cnt-box .time{
width: 17.7%;


}
.cnt-box .name{
width: 58.5%;
text-align: justify;
}

.cnt-box .name .fnt-l{
font-weight: 300;
}

.cnt-box .cst{
width: 23.7%;
padding: 0 2rem;
}


/*  */


.container {
    max-width: 614px;
    background-color: #fff;
    margin: 0 auto;
    padding: 40px 0;
    font-size: 1.4rem;
    line-height: 1.2;
}


.r-bar {
    height: 1px;
    background-color: #000;
    width: 100%;
}

.area-section {
    display: flex;
    padding: 0;
}


.area-label-bar {
    width: 38px;
    background-color: #4444cc;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    writing-mode: vertical-rl;
    font-weight: bold;
    letter-spacing: 0.2em;
    margin: 2rem;
}

.rows-container {
    flex: 1;
}

.row {
    display: flex;
    padding: 15px 0;
}

.v-divider {
    width: 1px;
    background-color: #000;
    margin: 0 15px;
}

.col-time {
    width: 16.0%;
    text-align: center;
    font-weight: bold;
    display: flex;
    flex-direction: column;
    justify-content: center;

}

.col-time .sub {

}

.col-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.col-content .name {
    font-size: 1.6rem;
    font-weight: bold;
}

.col-content .place {
    margin-top: 0px;
}

.col-price {
    width: 24%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}

.row-line {
    height: 1px;
    background-color: #000;
    margin-left: 0rem;
}

.col-main-extended {
    flex: 1;
}

.title-line {
    display: flex;
    align-items: baseline;
    padding-bottom: 15px;
}

.name-green {
    font-size: 1.6rem; 
    font-weight: bold;
}

.place-green {

    white-space: nowrap;
}

/* サブコンテンツの繋がった垂直線を実現する構造 */
.sub-contents-wrapper {
    display: flex;
    align-items: stretch;
}

.sub-names-col {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.sub-name {
    margin: 0px 0;
    padding: 7px;
}
.sub-name.sub {
background-color: #aae6ff;

}


.sub-v-divider-pilar {
    width: 1px;
    background-color: #000;
    margin: 0 15px;
}

.sub-prices-col {
    width: 30%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.sub-price {
    text-align: center;
    font-weight: bold;
    padding: 7px 0;
}

.sub-price.sub {
    background-color: #aae6ff;
}


/* --- Responsive Adjustments --- */
@media (max-width: 421px) {
    .container {
        width: 100%;
        padding: 2rem 0;
    }




.r-bar {
    height: 0px;
  }


    .area-section {
        flex-direction: column;
        padding: 2rem 0;
    }


.col-main-extended {
    flex: auto;
}


    .area-label-bar {
        width: 100%;
        height: auto;
        padding: 1rem 0;
        writing-mode: horizontal-tb;
        margin: 0;
        letter-spacing: 0.5em;
        text-indent: 0.5em;
        font-size: 1.2rem;
    }

    .row {
        flex-wrap: wrap;
    }

    .col-time {
    width: 10%;
    flex: auto;
    font-size: 1.2rem;
    }

    .col-time .sub {
        font-size: 1.1rem;
    }

    .v-divider,.sub-v-divider-pilar {
        margin: 0 6px;
    }


.col-content{
  width: 53%;
  flex: 6;
}



.name-green {
    font-size: 1.5rem;
}


.col-main-extended{
width: calc(90% - 68px);
}

    .col-price {
        width: 20%;
        flex: 1;
        flex: 0 0 auto;
    }


    .title-line {
        flex-direction: column;
        align-items: flex-start;
    }

.col-content .name {
    font-size: 1.3rem;
    font-weight: bold;
}

    .place-green {
        white-space: normal;
        margin-top: 5px;
    }

.sub-name {
    padding: 4px 0;
}


    .sub-names-col {
        width: 66%;
    }

    .sub-price {
        width: auto;
        flex: 1;
        flex: 0 0 auto;
    }

.sub-prices-col{
  width: 29%;
}


.l105-repro-section-header.sky{
    background-size: 9%, auto;
}



}
