@charset "UTF-8";

/* ーーーーー リセット系 ーーーーー */
html,
body,
h1,
h2,
h3,
h4,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-size: 16px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 1;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

p {
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

ol,
ul {
  list-style: none;
  list-style-type: none;
}

a {
  text-decoration: none;
}

li {
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  list-style: none;
}

img {
  height: auto;
  vertical-align: top;
  width: 100%;
}

:root {
  --pink01: #e85298;
  --black01: #474440;
}

@media screen and (max-width: 768px) {
  .PC-only {
    display: none !important;
  }
}

.sp-only {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .sp-only {
    display: block !important;
  }
}

@media screen and (max-width: 1200px) {
  .PC_tab-only {
    display: none !important;
  }
}

.tab_sp-only {
  display: none !important;
}

@media screen and (max-width: 1200px) {
  .tab_sp-only {
    display: block !important;
  }
}

.tab-only {
  display: none !important;
}

@media screen and (max-width: 1200px) {
  .tab-only {
    display: block !important;
  }
}

@media screen and (max-width: 768px) {
  .tab-only {
    display: none !important;
  }
}

/* ーーーーー リセット系ここまで ーーーーー */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  font-weight: normal;
  font-style: normal;
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
}

/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir=rtl] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: "←";
}

[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir=rtl] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: "→";
}

[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
}

/* 矢印表示 */
.slick-prev:before,
.slick-next:before {
  color: rgb(92, 92, 92);
}

.slick-prev {
  left: 50px;
}

.slick-next {
  right: 50px;
}

.slick-prev,
.slick-next {
  z-index: 100;
}

/* 矢印表示ここまで */
/* スライド下のドット */
.slick-dots li button:before {
  font-family: "slick";
  font-size: 50px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* スライド下のドットここまで */
/* 複数枚のスライドをすべて表示 */
.sliderArea {
  background: #fff;
  overflow: hidden;
}

.sliderWide {
  max-width: 100%;
  margin: 0 auto;
  padding: 30px 0;
}

.sliderWide .slick-arrow {
  opacity: 0;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.sliderWide:hover .slick-arrow {
  opacity: 1;
}

.slider {
  max-width: 600px;
  max-width: 900px;
  margin: 0 auto;
  padding: 0;
}

.slider .slick-list {
  overflow: visible;
}

.slider .slick-slide {
  padding: 0 10px;
  opacity: 0.5;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.slider .slick-slide.slick-current {
  opacity: 1;
}

.slider .slick-slide a {
  display: block;
}

.slider .slick-slide a:hover {
  display: block;
  opacity: 0.7;
}

.slider img {
  height: auto;
  width: 100%;
}

.slick-prev,
.slick-next {
  z-index: 1;
}

.slick-dots {
  bottom: -33px;
}

/* 複数枚のスライドをすべて表示ここまで */
/* スライダー左右の矢印 */
/* .slick-arrow {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .prev-arrow {
    left: 0;
    z-index: 10;
  }
  .next-arrow {
    right: 0;
  }

  .slide-arrow  {
    width: 50px !important;
  } */
/* ハンバーガーメニュー */
.sp-header-nav_box_ham {
  position: fixed;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
  display: block;
  right: 0;
  top: 0px;
  width: 70px;
  height: 70px;
  z-index: 8;
}

@media screen and (max-width: 768px) {
  .sp-header-nav_box_ham {
    position: fixed;
    right: 5.3%;
    top: 6px;
    width: 50px;
    height: 40px;
    background-color: #D0AD60;
    z-index: 15;
  }
}

.sp-header-nav_box_ham_line {
  content: "";
  display: block;
  position: absolute;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  background-color: #1A1A1A;
  width: 30px;
  height: 2px;
}

@media screen and (max-width: 768px) {
  .sp-header-nav_box_ham_line {
    background-color: #B8AB82;
    width: 30px;
    height: 2px;
  }
}

.line-1 {
  top: 25px;
  right: 17.5px;
}

@media screen and (max-width: 768px) {
  .line-1 {
    top: 10px;
    right: 10px;
  }
}

.line-2 {
  top: 35px;
  right: 17.5px;
}

@media screen and (max-width: 768px) {
  .line-2 {
    top: 20px;
    right: 10px;
  }
}

.line-3 {
  top: 45px;
  right: 17.5px;
}

@media screen and (max-width: 768px) {
  .line-3 {
    top: 30px;
    right: 10px;
  }
}

.clicked .line-1 {
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg);
  top: 35px;
}

@media screen and (max-width: 768px) {
  .clicked .line-1 {
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg);
    top: 20px;
  }
}

.clicked .line-2 {
  opacity: 0;
}

@media screen and (max-width: 768px) {
  .clicked .line-2 {
    opacity: 0;
  }
}

.clicked .line-3 {
  -webkit-transform: rotate(405deg);
  transform: rotate(405deg);
  top: 35px;
}

@media screen and (max-width: 768px) {
  .clicked .line-3 {
    -webkit-transform: rotate(405deg);
    transform: rotate(405deg);
    top: 20px;
  }
}

.sp-nav_nav-list {
  position: fixed;
  width: 100%;
  top: -1000px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  /* overflow: scroll; */
  height: 100%;
  z-index: 7;
}

@media screen and (max-width: 768px) {
  .sp-nav_nav-list {
    z-index: 10;
  }
}

.sp-nav_nav-list_box {
  list-style: none;
  text-align: center;
  background-color: white;
  padding: 10% 0;
}

@media screen and (max-width: 768px) {
  .sp-nav_nav-list_box {
    padding: 10% 0;
  }
}

.sp-nav_nav-list_box_list {
  margin: 0 auto;
  margin-bottom: 40px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .sp-nav_nav-list_box_list {
    margin: 0 auto;
    margin-bottom: 40px;
    width: 100%;
  }
}

.sp-nav_nav-list_box_list:nth-last-of-type(1) {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .sp-nav_nav-list_box_list:nth-last-of-type(1) {
    margin-bottom: 0;
  }
}

.sp-nav_nav-list_box_list a {
  color: #B8AB82;
  font-size: 20px;
}

@media screen and (max-width: 768px) {
  .sp-nav_nav-list_box_list a {
    color: #B8AB82;
    font-size: 20px;
  }
}

.nav-opened {
  top: 0px;
}

.is-z {
  z-index: 11;
}

/* ハンバーガーメニューここまで */
#Gallery {
  background-color: rgb(233, 255, 255);
}

#Access {
  background-color: rgb(254, 233, 255);
}

#Contact {
  background-color: rgb(210, 242, 214);
}

/* ヘッダー／フッター／メニューここまで */
/* モーダル（矢印遷移付き）ここから */
.shop-lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.shop-lists li {
  width: 23%;
  margin-right: 2%;
  margin-bottom: 20px;
}

.js-modal-open,
.js-modal-open2 {
  cursor: pointer;
}

.modal-wrapper,
.modal-wrapper2 {
  /* 後で復帰（モーダル）  */
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(9, 9, 9, 0.7);
  z-index: 1000;
  /* 後で復帰（モーダル）ここまで  */
}

/* 後で復帰（モーダル）  */
.modal-content {
  display: none;
}

/* 後で復帰（モーダル）ここまで  */
.modal-wrapper .view-window,
.modal-wrapper2 .view-window {
  position: relative;
  padding-bottom: 120px;
  height: 100vh;
  overflow: scroll;
  -ms-scroll-chaining: none;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.modal-wrapper .modal-content-wrapper,
.modal-wrapper2 .modal-content-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 400px;
  width: 330px;
}

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

  .modal-wrapper .modal-content-wrapper,
  .modal-wrapper2 .modal-content-wrapper {
    width: 90%;
    position: relative;
    top: 0%;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    margin-top: 30px;
  }
}

.modal-wrapper .modal-content-wrapper {
  position: relative;
  top: 0%;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  margin-top: 30px;
}

.modal-wrapper .modal-content-wrapper:has(.shopModal_card) {
  width: 500px;
  max-width: 90vw;
}

@media screen and (max-width: 768px) {
  .modal-wrapper .modal-content-wrapper:has(.shopModal_card) {
    width: 90%;
  }
}

.modal-wrapper .modal-content-wrapper .modal-main,
.modal-wrapper2 .modal-content-wrapper .modal-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.modal-wrapper .btn-close,
.modal-wrapper2 .btn-close {
  cursor: pointer;
  z-index: 100;
  width: 80px;
  height: 50px;
}

.modal-wrapper .modal-content-wrapper:has(.shopModal_card) .btn-close {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 32px;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 26px;
  line-height: 1;
  color: #0A6DB7;
}

.modal-wrapper .btn-prev,
.modal-wrapper2 .btn-prev {
  cursor: pointer;
  z-index: 100;
  width: 80px;
  height: 50px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.modal-wrapper .btn-next,
.modal-wrapper2 .btn-next {
  cursor: pointer;
  z-index: 100;
  width: 80px;
  height: 50px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
}

.BtnColumn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
}

.BtnColumn .txt {
  font-size: 14px;
  line-height: 1;
}

.BtnColumn .icon {
  width: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.BtnColumn .icon img {
  display: block;
}

.modal-wrapper_box {
  position: relative;
}

/* モーダル（矢印遷移付き）ここまで */
.modal_inner_wrapper {
  width: 100%;
  background-color: white;
  border-radius: 10px;
  padding: 20px 0% 0;
  position: relative;
  overflow: hidden;
  padding: 20px 5% 90px;
  padding: 20px 5% 63px;
}

.modal_inner_wrapper .heartIcon {
  position: absolute;
  width: 31%;
  right: 1%;
  top: -7%;
}

.modal_inner_wrapper .visual {
  margin-bottom: 0px;
}

.modal_inner_wrapper .modal_exWrap {
  background: white;
  border: 1px solid black;
  padding: 23px 5% 35px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .modal_inner_wrapper .modal_exWrap {
    padding: 20px 5% 20px;
  }
}

.modal_inner_wrapper .modal_exWrap.styling {
  border: 0;
}

@media screen and (max-width: 768px) {
  .modal_inner_wrapper .modal_exWrap.styling {
    padding: 20px 5% 6px;
  }
}

.modal_inner_wrapper .modal_exWrap .modal_exWrap_inner {
  margin-bottom: 20px;
}

.modal_inner_wrapper .modal_exWrap .name {
  padding-bottom: 18px;
  margin-bottom: 20px;
  border-bottom: 1px solid var(--blue01);
}

.modal_inner_wrapper .modal_exWrap .name.name02 {
  border-bottom: 1px solid var(--purple01);
}

.modal_inner_wrapper .modal_exWrap .name.name03 {
  border-bottom: 1px solid var(--yellow02);
}

.modal_inner_wrapper .modal_exWrap .name.name04 {
  border-bottom: 1px solid var(--pink02);
}

.modal_inner_wrapper .modal_exWrap .name.name05 {
  border-bottom: 1px solid var(--orange01);
}

.modal_inner_wrapper .modal_exWrap .name .name_img {
  display: block;
  margin: 0 auto;
  width: 46px;
}

.modal_inner_wrapper .modal_exWrap .lead {
  color: #000;
  text-align: justify;
  font-size: 10px;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 0.08em;
  margin-bottom: 20px;
}

.modal_inner_wrapper .modal_exWrap .explainBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 22px;
}

.modal_inner_wrapper .modal_exWrap .explainBox .explain {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 8px;
}

.modal_inner_wrapper .modal_exWrap .explainBox .explain .tag {
  width: 60%;
}

.modal_inner_wrapper .modal_exWrap .explainBox .explain .txt {
  color: #000;
  font-size: 10px;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.08em;
}

.modal_inner_wrapper .modal_exWrap .explainBox .explain .pointWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 9px;
}

.modal_inner_wrapper .modal_exWrap .explainBox .explain .pointWrap .txt {
  padding-left: 1em;
  text-indent: -1em;
}

.modal_inner_wrapper .modal_exWrap .explainBox .explain .pointWrap.wrap01 .txt {
  border-bottom: 1px solid var(--blue01);
}

.modal_inner_wrapper .modal_exWrap .explainBox .explain .pointWrap.wrap02 .txt {
  border-bottom: 1px solid var(--purple01);
}

.modal_inner_wrapper .modal_exWrap .explainBox .explain .pointWrap.wrap03 .txt {
  border-bottom: 1px solid var(--yellow02);
}

.modal_inner_wrapper .modal_exWrap .explainBox .explain .pointWrap.wrap04 .txt {
  border-bottom: 1px solid var(--pink02);
}

.modal_inner_wrapper .modal_exWrap .explainBox .explain .pointWrap.wrap05 .txt {
  border-bottom: 1px solid var(--orange01);
}

.modal_inner_wrapper .modal_exWrap .itemName {
  color: #000;
  text-align: left;
  font-size: 20px;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 0.08em;
  padding-bottom: 10px;
  border-bottom: 1px solid black;
  margin-bottom: 15px;
}

@media screen and (max-width: 768px) {
  .modal_inner_wrapper .modal_exWrap .itemName {
    font-size: 14px;
  }
}

.modal_inner_wrapper .modal_exWrap .itemEx {
  color: #000;
  text-align: justify;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.08em;
  margin-bottom: 17px;
}

@media screen and (max-width: 768px) {
  .modal_inner_wrapper .modal_exWrap .itemEx {
    font-size: 12px;
  }
}

.modal_inner_wrapper .modal_exWrap .shopName {
  color: #000;
  text-align: left;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.08em;
  margin-bottom: 12px;
}

@media screen and (max-width: 768px) {
  .modal_inner_wrapper .modal_exWrap .shopName {
    font-size: 10px;
  }
}

.modal_inner_wrapper .modal_exWrap .itemcaution {
  color: #000;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 14px */
  letter-spacing: -0.6px;
  margin-bottom: 11px;
}

@media screen and (max-width: 768px) {
  .modal_inner_wrapper .modal_exWrap .itemcaution {
    font-size: 10px;
  }
}

.modal_inner_wrapper.modal02 {
  padding: 0;
  border-radius: 10px;
  overflow: hidden;
}

.modal_inner_wrapper.modal02 .visual {
  border-radius: 10px 10px 0 0;
  margin-bottom: 0;
}

.modal_buttonWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 26px;
  position: absolute;
  width: 100%;
  bottom: 5px;
  padding: 0 5%;
}

.modal_box {
  max-width: 500px;
  margin: 80px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 30px;
}

.modal_box .js-modal-open {
  text-align: center;
}

/* 設置場所などの店舗リストモーダル（使いまわし用） */
.shopModal_card {
  border-radius: 24px;
  border: 5px solid #2E835A;
  background: #FFF;
  padding: 20px 5%;
}

.shopModal_card__title {
  margin-bottom: 20px;
  text-align: center;
  color: #2E835A;
}

.shopModal_card__title__main {
  font-size: 24px;
  font-weight: 700;
  line-height: 100%;
  margin-bottom: 15px;
}

@media screen and (max-width: 768px) {
  .shopModal_card__title__main {
    font-size: min(4.4vw, 22px);
  }
}

.shopModal_card .shopList_wrap {
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #c1c1c1 #efefef;
}

@media screen and (min-width: 769px) and (max-height: 1800px) {
  .shopModal_card .shopList_wrap {
    max-height: 70vh;
    -webkit-overflow-scrolling: touch;
  }
}

@media screen and (max-width: 768px) {
  .shopModal_card .shopList_wrap {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 69dvh;
    -webkit-overflow-scrolling: touch;
  }
}

.shopModal_card .shopList_wrap::-webkit-scrollbar {
  width: 6px;
}

.shopModal_card .shopList_wrap::-webkit-scrollbar-track {
  background: #efefef;
  border-radius: 999px;
}

.shopModal_card .shopList_wrap::-webkit-scrollbar-thumb {
  background: #c1c1c1;
  border-radius: 999px;
}

.shopModal_card .shopList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 20px;
  border-top: 2px solid #2E835A;
  padding-top: 20px;
}

@media screen and (max-width: 768px) {
  .shopModal_card .shopList {
    padding-right: 9px;
  }
}

.shopModal_card .shopList .list {
  padding-bottom: 10px;
  border-bottom: 1px solid #2E835A;
  color: #2E835A;
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
}

@media screen and (max-width: 768px) {
  .shopModal_card .shopList .list {
    font-size: min(3.8vw, 16px);
  }
}

.shopModal_card.photoSpot_card {
  border: 5px solid #0A6DB7;
}

.shopModal_card.photoSpot_card .shopList_wrap::-webkit-scrollbar-thumb {
  background: #0A6DB7;
}

.shopModal_card.photoSpot_card .shopModal_card__title {
  color: #0A6DB7;
}

.shopModal_card.photoSpot_card .photoSpotList {
  border-top: 2px solid #0A6DB7;
}

.shopModal_card.photoSpot_card .photoSpotList .list {
  display: grid;
  grid-template-columns: 0.8fr 1fr;
  -webkit-column-gap: 24px;
  -moz-column-gap: 24px;
  column-gap: 24px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #0A6DB7;
  border-bottom: 1px solid #0A6DB7;
  font-size: 15px;
}

@media screen and (max-width: 768px) {
  .shopModal_card.photoSpot_card .photoSpotList .list {
    font-size: min(3.2vw, 13px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.shopModal_card.photoSpot_card .photoSpotList .shopPlace {
  text-align: right;
}

@media screen and (max-width: 768px) {
  .shopModal_card.photoSpot_card .photoSpotList .shopPlace {
    white-space: nowrap;
  }
}

:root {
  --site-frame-width: 12px;
  --site-frame-color: #8BA674;
}

@media screen and (max-width: 768px) {
  :root {
    --site-frame-width: 7px;
  }
}

html {
  font-size: 16px;
  scrollbar-gutter: stable;
}

@media screen and (max-width: 1500px) {
  html {
    font-size: 15px;
  }
}

@media screen and (max-width: 1400px) {
  html {
    font-size: 14px;
  }
}

@media screen and (max-width: 1200px) {
  html {
    font-size: 13px;
  }
}

@media screen and (max-width: 768px) {
  html {
    background-color: #fff;
  }
}

@supports not (scrollbar-gutter: stable) {
  body.is-modal-scroll-locked {
    padding-right: var(--modal-scrollbar-compensation, 0px);
  }
}

.site-frame {
  border: var(--site-frame-width) solid var(--site-frame-color);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  inset: 0;
  pointer-events: none;
  position: fixed;
  -webkit-transition: border-color 0.7s ease;
  transition: border-color 0.7s ease;
  z-index: 900;
}

@media (prefers-reduced-motion: reduce) {
  .site-frame {
    -webkit-transition: none;
    transition: none;
  }
}

.site-frame::before,
.site-frame::after {
  background-color: var(--site-frame-color);
  content: "";
  height: 120px;
  left: 0;
  position: absolute;
  right: 0;
  -webkit-transition: background-color 0.7s ease;
  transition: background-color 0.7s ease;
}

@media (prefers-reduced-motion: reduce) {

  .site-frame::before,
  .site-frame::after {
    -webkit-transition: none;
    transition: none;
  }
}

.site-frame::before {
  top: -120px;
}

.site-frame::after {
  bottom: -120px;
}

.sp_browser_bar_background {
  display: none;
}

@media screen and (max-width: 768px) {
  .sp_browser_bar_background {
    background-color: #fff;
    bottom: -56px;
    display: block;
    height: 60px;
    left: 0;
    pointer-events: none;
    position: fixed;
    right: 0;
    z-index: 910;
  }

  .sp_browser_bar_background.is-repainting {
    z-index: var(--browser-bar-repaint-z-index);
  }
}

@media screen and (max-width: 768px) {
  body {
    padding-top: 64px;
  }

  body::before {
    background-color: #fff;
    content: "";
    height: 64px;
    left: 0;
    pointer-events: none;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 840;
  }

  .site-frame {
    top: 64px;
    margin-bottom: 3px;
  }

  .site-frame::before {
    display: none;
  }

  .site-frame::after {
    background-color: #fff;
    bottom: -11px;
    display: block;
    height: 4px;
    width: 110%;
    margin-left: -5%;
  }
}

.all_wrap .contents_wrap {
  position: relative;
  display: block;
  margin: 0 auto;
}

.all_wrap .contents_wrap .content_inner {
  max-width: 1200px;
  width: 100%;
  display: block;
  margin: 0 auto;
  position: relative;
}

@media screen and (max-width: 1400px) {
  .all_wrap .contents_wrap .content_inner {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media screen and (max-width: 768px) {
  .all_wrap .contents_wrap .content_inner {
    width: 90%;
    padding-left: 0px;
    padding-right: 0px;
  }
}

.all_wrap .bottom_caution {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.6;
}

@media screen and (max-width: 768px) {
  .all_wrap .bottom_caution {
    font-size: min(3.3vw, 13px);
  }
}

.all_wrap .section_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 3;
}

.all_wrap .section_title .ja {
  display: block;
  max-width: 523px;
  width: 90%;
  margin-bottom: 28px;
}

@media screen and (max-width: 1400px) {
  .all_wrap .section_title .ja {
    max-width: 450px;
  }
}

@media screen and (max-width: 950px) {
  .all_wrap .section_title .ja {
    max-width: 380px;
  }
}

@media screen and (max-width: 768px) {
  .all_wrap .section_title .ja {
    max-width: inherit;
    width: min(78vw, 400px);
    margin-bottom: 11px;
  }
}

.all_wrap .section_title .en {
  width: 197px;
}

@media screen and (max-width: 1400px) {
  .all_wrap .section_title .en {
    width: 170px;
  }
}

@media screen and (max-width: 768px) {
  .all_wrap .section_title .en {
    width: min(28vw, 138px);
  }
}

.all_wrap .section_title .sub {
  width: 132px;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .all_wrap .section_title .sub {
    width: 101px;
    margin-bottom: 12px;
  }
}

.all_wrap .link_banner_button_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.all_wrap .link_banner_button_wrap .link_banner_button {
  display: inline-block;
  margin: 0 auto 38px;
}

@media screen and (max-width: 768px) {
  .all_wrap .link_banner_button_wrap .link_banner_button {
    width: 100%;
  }
}

.all_wrap .link_banner_button_wrap .link_banner_button .link_txt {
  border-radius: 3px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
  padding: 30px 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  z-index: 1;
  text-decoration: none;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media screen and (max-width: 1800px) {
  .all_wrap .link_banner_button_wrap .link_banner_button .link_txt {
    padding: 27px 0;
  }
}

@media screen and (max-width: 1200px) {
  .all_wrap .link_banner_button_wrap .link_banner_button .link_txt {
    padding: 24px 0;
  }
}

@media screen and (max-width: 768px) {
  .all_wrap .link_banner_button_wrap .link_banner_button .link_txt {
    padding: 22px 0;
  }
}

.all_wrap .link_banner_button_wrap .link_banner_button .link_txt .selif {
  color: #FFF;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 1200px) {
  .all_wrap .link_banner_button_wrap .link_banner_button .link_txt .selif {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .all_wrap .link_banner_button_wrap .link_banner_button .link_txt .selif {
    font-size: min(4.5vw, 20px);
  }
}

.all_wrap .link_banner_button_wrap .link_banner_button .link_txt:hover {
  -webkit-transform: translate3d(0, 10px, 0);
  transform: translate3d(0, 10px, 0);
  color: white;
}

.all_wrap .link_banner_button_wrap .link_banner_button .link_txt:hover:before {
  background-color: white;
  border: 1px solid #FF7B1A;
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}

.all_wrap .link_banner_button_wrap .link_banner_button .link_txt:hover .selif {
  color: #FF7B1A;
}

.all_wrap .link_banner_button_wrap .link_banner_button .link_txt:hover::after {
  border-left: 10px solid #FF7B1A;
  right: -30px;
}

@media screen and (max-width: 768px) {
  .all_wrap .link_banner_button_wrap .link_banner_button .link_txt:hover::after {
    right: 8px;
  }
}

.all_wrap .link_banner_button_wrap .link_banner_button .link_txt:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  background-color: #FF7B1A;
  border: 1px solid #FF7B1A;
  border-radius: 50px;
  width: 423px;
  -webkit-box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 768px) {
  .all_wrap .link_banner_button_wrap .link_banner_button .link_txt:before {
    width: 100%;
  }
}

.all_wrap .link_banner_button_wrap .link_banner_button .link_txt::after {
  display: block;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 10px solid #ffffff;
  position: absolute;
  right: -23px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 768px) {
  .all_wrap .link_banner_button_wrap .link_banner_button .link_txt::after {
    right: 13px;
  }
}

.all_wrap .link_banner_button_wrap .link_banner_button.info_linkBtn {
  margin-bottom: 0;
}

.all_wrap .link_banner_button_wrap.green {
  width: 99%;
  display: block;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .all_wrap .link_banner_button_wrap.green {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .all_wrap .link_banner_button_wrap.green {
    position: fixed;
    z-index: 100;
    bottom: 0px;
    width: 100%;
    padding: 0 5%;
  }
}

.all_wrap .link_banner_button_wrap.green .link_banner_button {
  margin: 0 auto 50px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .all_wrap .link_banner_button_wrap.green .link_banner_button {
    margin-bottom: 20px;
  }
}

.all_wrap .link_banner_button_wrap.green .link_banner_button .link_txt .selif {
  font-size: min(1.1vw, 18px);
  color: #D6CC7A;
}

@media screen and (max-width: 768px) {
  .all_wrap .link_banner_button_wrap.green .link_banner_button .link_txt .selif {
    font-size: min(4.5vw, 20px);
  }
}

.all_wrap .link_banner_button_wrap.green .link_banner_button .link_txt::before {
  width: 100%;
  background-color: #1B5A64;
  border: solid 1px #1B5A64;
  outline: solid 1px #D6CC7A;
  outline-offset: -6px;
}

.all_wrap .link_banner_button_wrap.green .link_banner_button .link_txt::after {
  content: none;
}

.all_wrap .link_banner_button_wrap.green .link_banner_button .link_txt:hover .selif {
  color: #1B5A64;
}

.all_wrap .link_banner_button_wrap.green .link_banner_button .link_txt:hover::before {
  background-color: white;
  outline: solid 1px #1B5A64;
}

.all_wrap footer {
  background-color: white;
  padding: 20px 0 70px;
}

@media screen and (max-width: 768px) {
  .all_wrap footer {
    padding: 20px 0 60px;
    margin-bottom: 0px;
  }
}

.all_wrap footer .rogo_link {
  display: block;
  width: 100px;
  margin: 0 auto 20px;
}

.all_wrap footer .copyright {
  font-size: 10px;
  line-height: 1.6;
  color: #999999;
  text-align: center;
}

.all_wrap .copyright_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 1200px) {
  .all_wrap .copyright_box {
    gap: 7%;
  }
}

@media screen and (max-width: 768px) {
  .all_wrap .copyright_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    position: absolute;
    bottom: -1rem;
    right: 0.7rem;
    width: 45%;
    gap: 10%;
  }
}

.all_wrap .copyright_box .copyright_visual {
  width: 33%;
}

@media screen and (max-width: 768px) {
  .all_wrap .copyright_box .copyright_visual {
    width: 5rem;
    display: block;
    margin-bottom: 5px;
  }
}

.all_wrap .copyright_box .txt {
  width: 59%;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.6;
}

@media screen and (max-width: 1200px) {
  .all_wrap .copyright_box .txt {
    font-size: 10px;
  }
}

@media screen and (max-width: 768px) {
  .all_wrap .copyright_box .txt {
    width: 100%;
    font-size: 10px;
    text-align: right;
  }
}

.Cookie_dummy {
  width: 80px;
  position: fixed;
  bottom: 0px;
  left: 0;
  z-index: 1000;
}

.global_menu_wrap {
  bottom: 28px;
  left: 50%;
  max-width: 1220px;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  -webkit-transform: translate(-50%, 16px);
  transform: translate(-50%, 16px);
  -webkit-transition: opacity 0.35s ease, visibility 0s linear 0.35s, -webkit-transform 0.35s ease;
  transition: opacity 0.35s ease, visibility 0s linear 0.35s, -webkit-transform 0.35s ease;
  transition: opacity 0.35s ease, transform 0.35s ease, visibility 0s linear 0.35s;
  transition: opacity 0.35s ease, transform 0.35s ease, visibility 0s linear 0.35s, -webkit-transform 0.35s ease;
  visibility: hidden;
  width: 90%;
  z-index: 850;
}

@media screen and (max-width: 768px) {
  .global_menu_wrap {
    bottom: auto;
    left: 0;
    max-width: none;
    opacity: 1;
    pointer-events: auto;
    position: fixed;
    top: 0;
    -webkit-transform: none;
    transform: none;
    -webkit-transition: none;
    transition: none;
    visibility: visible;
    width: 100%;
  }
}

.global_menu_wrap.is-visible {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -webkit-transition: opacity 0.35s ease, visibility 0s linear 0s, -webkit-transform 0.35s ease;
  transition: opacity 0.35s ease, visibility 0s linear 0s, -webkit-transform 0.35s ease;
  transition: opacity 0.35s ease, transform 0.35s ease, visibility 0s linear 0s;
  transition: opacity 0.35s ease, transform 0.35s ease, visibility 0s linear 0s, -webkit-transform 0.35s ease;
  visibility: visible;
}

@media screen and (max-width: 768px) {
  .global_menu_wrap.is-visible {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: none;
    transform: none;
    -webkit-transition: opacity 0.35s ease, visibility 0s linear 0s;
    transition: opacity 0.35s ease, visibility 0s linear 0s;
    visibility: visible;
  }
}

.global_menu_wrap.is-info-hidden {
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translate(-50%, 16px);
  transform: translate(-50%, 16px);
  -webkit-transition: opacity 0.35s ease, visibility 0s linear 0.35s, -webkit-transform 0.35s ease;
  transition: opacity 0.35s ease, visibility 0s linear 0.35s, -webkit-transform 0.35s ease;
  transition: opacity 0.35s ease, transform 0.35s ease, visibility 0s linear 0.35s;
  transition: opacity 0.35s ease, transform 0.35s ease, visibility 0s linear 0.35s, -webkit-transform 0.35s ease;
  visibility: hidden;
}

@media screen and (max-width: 768px) {
  .global_menu_wrap.is-info-hidden {
    -webkit-transform: none;
    transform: none;
  }
}

.global_menu_list {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 27px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .global_menu_list {
    background-color: #fff;
    border: 1px solid #000;
    gap: 0;
    height: 64px;
    -webkit-box-pack: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
  }
}

.global_menu_item {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 262px;
  flex: 0 1 262px;
  text-align: center;
  width: 262px;
}

@media screen and (max-width: 768px) {
  .global_menu_item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
    height: 32px;
    width: auto;
  }

  .global_menu_item:not(:first-child) {
    border-left: 1px solid #000;
  }

  .global_menu_item:first-child {
    -webkit-box-flex: 1.45;
    -ms-flex-positive: 1.45;
    flex-grow: 1.45;
  }

  .global_menu_item:nth-child(3) {
    -webkit-box-flex: 0.85;
    -ms-flex-positive: 0.85;
    flex-grow: 0.85;
  }

  .global_menu_item:last-child {
    -webkit-box-flex: 1.35;
    -ms-flex-positive: 1.35;
    flex-grow: 1.35;
  }
}

.global_menu_link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  border: 1px solid #000;
  -webkit-box-shadow: 4px 4px 0 #000;
  box-shadow: 4px 4px 0 #000;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: "Work Sans", sans-serif;
  font-weight: 500;
  gap: 3px;
  height: 56px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1.1;
  position: relative;
  text-decoration: none;
  -webkit-transition: background-color 0.2s ease, color 0.2s ease;
  transition: background-color 0.2s ease, color 0.2s ease;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .global_menu_link {
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    gap: 3px;
    height: 32px;
    -webkit-transition: none;
    transition: none;
  }
}

.global_menu_link__en {
  font-size: 18px;
  line-height: 1.1;
  text-transform: uppercase;
  white-space: nowrap;
}

@media screen and (max-width: 768px) {
  .global_menu_link__en {
    font-size: min(3.2vw, 12px);
  }
}

.global_menu_link__ja {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
}

@media screen and (max-width: 768px) {
  .global_menu_link__ja {
    font-size: min(3.2vw, 12px);
  }
}

@media (hover: hover) and (min-width: 769px) {
  .global_menu_link:hover {
    background-color: #000;
    color: #fff;
  }
}

@media (prefers-reduced-motion: reduce) {

  .global_menu_wrap,
  .global_menu_link {
    -webkit-transition: none;
    transition: none;
  }
}

/* Figma desktop artboard: 1474 × 1460. SP artboard: 391 × 719 (node 4102:26). */
#KV {
  background: #F9F6EE;
  overflow: hidden;
  position: relative;
}

.kv-photo,
.kv-copy,
.kv-title,
.kv-brand,
.kv-character,
.kv-character-sp {
  will-change: opacity, transform;
}

.kv-inner {
  aspect-ratio: 1474/1460;
  position: relative;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .kv-inner {
    aspect-ratio: 391/719;
  }
}

.kv-inner>img,
.kv-title,
.kv-brand {
  position: absolute;
}

.kv-title {
  left: 27.68%;
  top: 8.97%;
  width: 45.25%;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  .kv-title {
    left: 6%;
    top: 50%;
    width: 85%;
  }
}

.kv-title::before {
  content: "";
  inset: -40px;
  position: absolute;
  z-index: -1;
}

.kv-brand {
  z-index: 100;
}

.kv-title img,
.kv-title svg,
.kv-brand img {
  display: block;
  width: 100%;
}

.kv-title__svg {
  display: block;
}

.kv-title__lottie {
  inset: 0;
  pointer-events: none;
  position: absolute;
  -webkit-transform: translateY(-12%);
  transform: translateY(-12%);
}

.kv-title__lottie dotlottie-wc {
  display: block;
  height: 100%;
  width: 100%;
}

.kv-photo {
  position: absolute;
}

/* SP uses dedicated crops (KV_photo_sp_01–05.jpg, swapped in via <picture> in _kv.ejs). */
.kv-photo--01 {
  left: 24.76%;
  top: 0%;
  width: 10.72%;
  /* Figma: big photo "s_260624_003+ 1" (131,88,260×187 on the 391×719 SP frame). */
}

@media screen and (max-width: 768px) {
  .kv-photo--01 {
    left: inherit;
    right: 0;
    top: 12.24%;
    width: 66.5%;
  }
}

.kv-photo--02 {
  left: 5.43%;
  top: 26.92%;
  width: 12.21%;
  /* Figma: big photo "s_260624_009+ 1" (0,532,260×187). */
}

@media screen and (max-width: 768px) {
  .kv-photo--02 {
    left: 0;
    top: 74%;
    width: 66.5%;
  }
}

.kv-photo--03 {
  left: 82.84%;
  top: 6.71%;
  width: 12.62%;
  /* Figma: small photo "s_260624_009+ 3" (205,0,113×70). */
}

@media screen and (max-width: 768px) {
  .kv-photo--03 {
    left: 52.43%;
    top: -3%;
    width: 28.9%;
  }
}

.kv-photo--04 {
  left: 47.29%;
  top: 32.19%;
  width: 40.98%;
  /* Figma: small photo "s_260624_003+ 2" (33,272,93×79). */
}

@media screen and (max-width: 768px) {
  .kv-photo--04 {
    left: 0;
    top: 39.83%;
    width: 23.79%;
  }
}

.kv-photo--05 {
  left: 12.48%;
  top: 67.95%;
  width: 40.98%;
  /* Figma: small photo "s_260624_009+ 2" (306,474,84×85). */
}

@media screen and (max-width: 768px) {
  .kv-photo--05 {
    left: inherit;
    right: 3px;
    top: 65.93%;
    width: 17.48%;
  }
}

.kv-photo--06 {
  left: 85.55%;
  top: 71.23%;
  width: 10.24%;
  /* The SP frame only has 5 photo slots — this one has no SP counterpart. */
}

@media screen and (max-width: 768px) {
  .kv-photo--06 {
    display: none;
  }
}

.kv-copy {
  z-index: 2;
  display: block;
  position: absolute;
}

.kv-copy--01 {
  left: 25.03%;
  top: 41.64%;
  width: 8.31%;
}

@media screen and (max-width: 768px) {
  .kv-copy--01 {
    left: 13.04%;
    top: 17.52%;
    width: 14.62%;
  }
}

.kv-copy--02 {
  left: 67.1%;
  top: 77.53%;
  width: 7.57%;
}

@media screen and (max-width: 768px) {
  .kv-copy--02 {
    left: 76.97%;
    top: 80.78%;
    width: 13.37%;
  }
}

/*
 * The character files were exported from Figma frames, including their tilt.
 * They aren't part of the SP hero composition (Figma uses chestnut/sweet-potato
 * illustrations there instead), so they're hidden on SP below.
 */
.kv-character {
  z-index: 3;
}

@media screen and (max-width: 768px) {
  .kv-character {
    display: none;
  }
}

.kv-character--01 {
  left: 0;
  top: 12.19%;
  width: 6.89%;
}

.kv-character--02 {
  left: 33.31%;
  top: 32.19%;
  width: 8.18%;
}

.kv-character--03 {
  left: 65.26%;
  top: 0;
  width: 6.38%;
}

.kv-character--04 {
  left: 93.08%;
  top: 23.9%;
  width: 6.88%;
}

.kv-character--05 {
  left: 8.68%;
  top: 54.86%;
  width: 6.38%;
}

.kv-character--06 {
  left: 58.34%;
  top: 66.37%;
  width: 8.06%;
}

.kv-character--07 {
  left: 79.51%;
  top: 94.79%;
  width: 4.55%;
}

/*
 * SP-only hero characters (node 4102:26). PC uses the wider .kv-character
 * scatter above instead — that set is hidden on SP.
 */
.kv-character-sp {
  display: none;
  position: absolute;
  z-index: 3;
}

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

@media screen and (max-width: 768px) {
  .kv-character-sp--01 {
    left: 11.76%;
    top: 5.29%;
    width: 16.74%;
  }
}

@media screen and (max-width: 768px) {
  .kv-character-sp--02 {
    left: 74.42%;
    top: 43.39%;
    width: 14.71%;
  }
}

@media screen and (max-width: 768px) {
  .kv-character-sp--03 {
    left: 4.09%;
    top: 63.7%;
    width: 14.45%;
  }
}

.kv-brand {
  position: fixed;
  left: 3.46%;
  top: 3.15%;
  width: 14.52%;
  z-index: 6;
  z-index: 1000;
}

@media screen and (max-width: 768px) {
  .kv-brand {
    left: 2.93%;
    top: 80px;
    width: 39.2%;
  }
}

#Concept {
  padding: 60px 0 100px;
  position: relative;
  background: #F9F6EE;
}

@media screen and (max-width: 768px) {
  #Concept {
    overflow: visible;
    padding: 40px 0 140px;
  }
}

.concept-photo,
.concept-photo-sp,
.concept-label,
.concept-copy,
.concept-copy-sp,
.concept-article,
.concept-character,
.concept-character-sp {
  will-change: opacity, transform;
}

.concept-layout {
  position: relative;
}

.concept-content {
  padding-top: 0;
  position: relative;
  /* Figma SP frame (node 4102:28): 348 × 836.25. */
}

@media screen and (max-width: 950px) {
  .concept-content {
    padding-bottom: 112px;
    padding-top: 56px;
  }
}

@media screen and (max-width: 768px) {
  .concept-content {
    padding-bottom: 0;
    padding-top: 0;
  }
}

.concept-content__row {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5%;
}

@media screen and (max-width: 950px) {
  .concept-content__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 32px;
  }
}

@media screen and (max-width: 768px) {
  .concept-content__row {
    display: block;
  }
}

.concept-intro {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 240px;
  flex: 1 1 240px;
  gap: 32px;
  margin-top: 22px;
  position: relative;
  width: min(100%, 240px);
}

@media screen and (max-width: 950px) {
  .concept-intro {
    margin-top: 0;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .concept-intro {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 0;
  }
}

.concept-intro__lead {
  min-width: 0;
}

@media screen and (max-width: 768px) {
  .concept-intro__lead {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding-top: 26px;
    width: 60.34%;
    margin-left: 7%;
  }
}

.concept-intro__media {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 125px;
  flex: 0 0 125px;
}

@media screen and (max-width: 768px) {
  .concept-intro__media {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 27.59%;
    flex: 0 0 27.59%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

.concept-intro__tail {
  display: none;
}

@media screen and (max-width: 768px) {
  .concept-intro__tail {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 4vw;
    margin-bottom: 8vw;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    width: 100%;
  }
}

.concept-label {
  color: var(--black01);
  font-family: "Work Sans", sans-serif;
  font-size: 16px;
  line-height: 1;
  margin-bottom: 13px;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
}

@media screen and (max-width: 768px) {
  .concept-label {
    margin-bottom: 22px;
  }
}

.concept-copy {
  color: var(--black01);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 500;
}

@media screen and (max-width: 950px) {
  .concept-copy {
    font-size: 14px;
    white-space: normal;
  }
}

@media screen and (max-width: 768px) {
  .concept-copy {
    display: none;
  }
}

/* SP splits the copy into two blocks (node 4102:28) so concept_photo_sp_02 can sit between them. */
.concept-copy-sp {
  color: var(--black01);
  display: none;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 14px;
  line-height: 1.6;
}

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

@media screen and (max-width: 768px) {
  .concept-copy-sp--01 {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .concept-copy-sp--02 {
    width: 56.9%;
    padding-bottom: 12vw;
  }
}

.concept-photo {
  display: block;
  margin-top: 29px;
  width: 125px;
}

@media screen and (max-width: 950px) {
  .concept-photo {
    margin-top: 0;
  }
}

@media screen and (max-width: 768px) {
  .concept-photo {
    display: none;
  }
}

.concept-photo-sp {
  display: none;
}

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

@media screen and (max-width: 768px) {
  .concept-photo-sp--01 {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .concept-photo-sp--02 {
    width: 27.87%;
    display: block;
    position: relative;
  }
}

.concept-article {
  -ms-flex-item-align: start;
  align-self: start;
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: var(--black01);
  padding: 60px 9%;
  position: relative;
  text-align: center;
  width: 50%;
}

@media screen and (max-width: 950px) {
  .concept-article {
    padding: 54px 8% 32px;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .concept-article {
    margin-top: 26px;
    position: relative;
    padding: 40px 8% 40px;
  }
}

.concept-article::before {
  border: 1px solid var(--black01);
  content: "";
  inset: 8px;
  pointer-events: none;
  position: absolute;
}

.concept-article .concept-article__description,
.concept-article .concept-article__note {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  position: relative;
  z-index: 1;
  font-weight: 500;
}

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

  .concept-article .concept-article__description,
  .concept-article .concept-article__note {
    font-size: 14px;
  }
}

.concept-article a {
  color: inherit;
}

.concept-article__logo {
  display: block;
  margin: 0px auto 38px;
  position: relative;
  width: 186px;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .concept-article__logo {
    width: 100px;
    margin: 0px auto 22px;
  }
}

@media screen and (max-width: 768px) {
  p.concept-article__description {
    text-align: left;
  }
}

.concept-article__link {
  font-weight: 500;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.concept-article__button {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid var(--black01);
  border-radius: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  height: 64px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 38px auto 0;
  position: relative;
  text-decoration: none;
  -webkit-transition: background-color 0.25s ease, color 0.25s ease;
  transition: background-color 0.25s ease, color 0.25s ease;
  width: 100%;
  z-index: 1;
}

@media screen and (max-width: 950px) {
  .concept-article__button {
    font-size: 14px;
    max-width: 360px;
    height: 48px;
    margin-top: 17px;
  }
}

.concept-article__button:hover {
  background-color: var(--black01);
  color: #fff;
}

.concept-article__button:hover .concept-article__arrow {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  -webkit-transform: translate(5px, -50%);
  transform: translate(5px, -50%);
}

.concept-article__arrow {
  height: 16px;
  position: absolute;
  right: 24px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: -webkit-filter 0.25s ease, -webkit-transform 0.35s ease;
  transition: -webkit-filter 0.25s ease, -webkit-transform 0.35s ease;
  transition: filter 0.25s ease, transform 0.35s ease;
  transition: filter 0.25s ease, transform 0.35s ease, -webkit-filter 0.25s ease, -webkit-transform 0.35s ease;
  width: 8px;
}

.concept-article__note {
  font-size: 14px !important;
  line-height: 1 !important;
  margin-top: 14px;
}

@media screen and (max-width: 768px) {
  .concept-article__note {
    margin-top: 10px;
  }
}

/* The character frames include their Figma rotation. */
.concept-character {
  position: absolute;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  .concept-character {
    display: none;
  }
}

.concept-character--01 {
  height: 85px;
  left: 0;
  top: 10px;
  width: auto;
}

@media screen and (max-width: 950px) {
  .concept-character--01 {
    left: -10px;
    top: 8px;
  }
}

.concept-character--02 {
  height: 92px;
  left: calc(50% - 428px);
  top: 568px;
  top: 536px;
  width: auto;
}

@media screen and (max-width: 950px) {
  .concept-character--02 {
    bottom: 0;
    left: 8%;
    top: auto;
  }
}

.concept-character--03 {
  height: 110px;
  right: 0;
  top: 313px;
  width: auto;
}

@media screen and (max-width: 950px) {
  .concept-character--03 {
    display: none;
  }
}

/* SP-only characters (node 4102:28) — replace the PC scatter above at true SP width. */
.concept-character-sp {
  display: none;
  position: absolute;
  z-index: 2;
}

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

@media screen and (max-width: 768px) {
  .concept-character-sp--01 {
    left: 74.27%;
    top: -5%;
    width: 17.82%;
  }
}

@media screen and (max-width: 768px) {
  .concept-character-sp--02 {
    left: 63.34%;
    top: 46%;
    width: 19.05%;
  }
}

@media screen and (max-width: 768px) {
  .concept-character-sp--03 {
    left: 19.45%;
    bottom: -6%;
    width: 13.92%;
  }
}

@media screen and (max-width: 768px) {
  .concept-character-sp--04 {
    bottom: -206px;
    left: 12%;
    width: 15%;
  }
}

@media screen and (max-width: 768px) {
  .concept-character-sp--05 {
    bottom: -138px;
    right: 20%;
    width: 13%;
  }
}

#Special {
  padding: 0px 0px;
  background: #F9F6EE;
}

@media screen and (max-width: 1300px) {
  #Special {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media screen and (max-width: 768px) {
  #Special {
    padding: 0px 0px 0;
    z-index: 2;
    position: relative;
    overflow: hidden;
  }
}

#Special .content_inner.special-content {
  max-width: inherit;
  padding: 0;
}

.Special_wrap {
  background: #e7e0cf;
  border: 1px solid #000;
  border-radius: 80px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 1280px;
  padding: 80px 12% 83px;
  position: relative;
}

@media screen and (max-width: 950px) {
  .Special_wrap {
    padding: 64px 7% 72px;
  }
}

@media screen and (max-width: 768px) {
  .Special_wrap {
    border-radius: 40px;
    padding: 48px 5% 56px;
  }
}

.Special_sideLabel {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--black01);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Work Sans", sans-serif;
  font-size: 14px;
  font-weight: 300;
  height: 208px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1;
  position: absolute;
  top: 339px;
  width: 14px;
}

.Special_sideLabel span {
  white-space: nowrap;
  font-weight: 300;
}

.Special_sideLabel--left {
  left: 66px;
}

@media screen and (max-width: 1300px) {
  .Special_sideLabel--left {
    left: 3%;
  }
}

.Special_sideLabel--left span {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.Special_sideLabel--right {
  right: 66px;
}

@media screen and (max-width: 1300px) {
  .Special_sideLabel--right {
    right: 3%;
  }
}

.Special_sideLabel--right span {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

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

.Special_title_wrap {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
}

@media screen and (max-width: 1300px) {
  .Special_title_wrap {
    gap: 35px;
  }
}

@media screen and (max-width: 950px) {
  .Special_title_wrap {
    gap: 28px;
  }
}

@media screen and (max-width: 768px) {
  .Special_title_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 13px;
  }
}

.SectionTitle {
  color: var(--black01);
  font-family: "Work Sans", sans-serif;
  font-size: 54px;
  line-height: 1;
}

@media screen and (max-width: 950px) {
  .SectionTitle {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    font-size: clamp(40px, 5.6vw, 56px);
  }
}

@media screen and (max-width: 1300px) {
  .SectionTitle {
    font-size: 4.2vw;
  }
}

@media screen and (max-width: 768px) {
  .SectionTitle {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    font-size: min(9.8vw, 35px);
    width: 100%;
  }
}

.Special_title_sub {
  color: var(--black01);
  font-family: "Zen Kaku Gothic New", sans-serif;
  padding-top: 2px;
}

@media screen and (max-width: 1300px) {
  .Special_title_sub {
    width: 50%;
  }
}

@media screen and (max-width: 768px) {
  .Special_title_sub {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    width: 100%;
  }
}

.Special_title_sub__label {
  width: 100%;
  margin-bottom: 8px;
}

@media screen and (max-width: 768px) {
  .Special_title_sub__label {
    max-width: 416px;
    width: 100%;
  }
}

.Special_title_sub__text {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1.7;
  margin-top: 4px;
  white-space: nowrap;
}

@media screen and (max-width: 1300px) {
  .Special_title_sub__text {
    font-size: 1.3vw;
  }
}

@media screen and (max-width: 768px) {
  .Special_title_sub__text {
    font-size: min(3.8vw, 16px);
  }
}

.Special_exWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
  margin-top: 45px;
}

@media screen and (max-width: 768px) {
  .Special_exWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px;
    margin-top: 35px;
  }
}

.Special_card {
  color: var(--black01);
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
  min-width: 0;
}

.Special_card__visual {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  background: #fff;
  border-radius: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  padding: 17px 0px;
}

@media screen and (max-width: 768px) {
  .Special_card__visual {
    border-radius: 72px;
    padding: 17px 0px;
  }
}

.Special_character {
  position: relative;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  width: 289px;
  z-index: 3;
}

@media screen and (max-width: 768px) {
  .Special_character {
    width: min(58vw, 289px);
  }
}

.Special_characterParticle {
  max-width: none;
  pointer-events: none;
  position: absolute;
  -webkit-transform-origin: center;
  transform-origin: center;
  z-index: 2;
}

.Special_changeButton {
  background: none;
  border: 0;
  bottom: 0;
  cursor: pointer;
  height: 80px;
  padding: 0;
  position: absolute;
  right: 0;
  width: 80px;
  z-index: 4;
}

@media screen and (max-width: 768px) {
  .Special_changeButton {
    height: min(16vw, 80px);
    width: min(16vw, 80px);
  }
}

.Special_changeButton__icon {
  display: block;
  height: 100%;
  inset: 0;
  position: absolute;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  width: 100%;
}

.Special_changeButton__icon--hover {
  opacity: 0;
}

.Special_changeButton:hover .Special_changeButton__icon--default,
.Special_changeButton:focus-visible .Special_changeButton__icon--default {
  opacity: 0;
}

.Special_changeButton:hover .Special_changeButton__icon--hover,
.Special_changeButton:focus-visible .Special_changeButton__icon--hover {
  opacity: 1;
}

@media screen and (max-width: 768px) {
  .Special_changeButton__icon {
    -webkit-transition: none;
    transition: none;
  }

  .Special_changeButton:hover .Special_changeButton__icon--default,
  .Special_changeButton:focus-visible .Special_changeButton__icon--default {
    opacity: 1;
  }

  .Special_changeButton:hover .Special_changeButton__icon--hover,
  .Special_changeButton:focus-visible .Special_changeButton__icon--hover {
    opacity: 0;
  }
}

.Special_character.is-changing {
  -webkit-animation: special-outfit-change 0.5s cubic-bezier(0.22, 1, 0.36, 1);
  animation: special-outfit-change 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}

@media (prefers-reduced-motion: reduce) {
  .Special_character.is-changing {
    -webkit-animation: none;
    animation: none;
  }
}

@-webkit-keyframes special-outfit-change {
  0% {
    opacity: 1;
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }

  35% {
    opacity: 0;
    -webkit-transform: scale(0.86) rotate(-4deg);
    transform: scale(0.86) rotate(-4deg);
  }

  65% {
    opacity: 1;
    -webkit-transform: scale(1.06) rotate(2deg);
    transform: scale(1.06) rotate(2deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}

@keyframes special-outfit-change {
  0% {
    opacity: 1;
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }

  35% {
    opacity: 0;
    -webkit-transform: scale(0.86) rotate(-4deg);
    transform: scale(0.86) rotate(-4deg);
  }

  65% {
    opacity: 1;
    -webkit-transform: scale(1.06) rotate(2deg);
    transform: scale(1.06) rotate(2deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}

.Special_categoryTitle {
  display: block;
  margin: 26px auto 28px;
  width: 400px;
}

@media screen and (max-width: 768px) {
  .Special_categoryTitle {
    margin: 12px auto 12px;
    width: min(100%, 400px);
  }
}

.Special_card__text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  margin: 0 auto;
  text-align: justify;
  font-weight: 500;
  width: min(100%, 400px);
}

@media screen and (max-width: 768px) {
  .Special_card__text {
    font-size: 14px;
  }
}

#Panel {
  overflow: hidden;
  padding: 65px 0 40px;
  position: relative;
  background: #F9F6EE;
}

@media screen and (max-width: 950px) {
  #Panel {
    min-height: 0;
    padding: 55px 0 100px;
  }
}

@media screen and (max-width: 768px) {
  #Panel {
    padding: 55px 0 80px;
  }
}

.panel-content {
  min-height: 442px;
}

@media screen and (max-width: 950px) {
  .panel-content {
    min-height: 380px;
  }
}

@media screen and (max-width: 768px) {
  .panel-content {
    min-height: 0;
  }
}

.panel-copy {
  color: var(--black01);
  font-family: "Zen Kaku Gothic New", sans-serif;
  padding-top: 61px;
  width: 550px;
}

@media screen and (max-width: 950px) {
  .panel-copy {
    width: 45%;
  }
}

@media screen and (max-width: 768px) {
  .panel-copy {
    padding-bottom: 15px;
    padding-top: 0;
    width: 100%;
  }
}

.panel-label {
  background: var(--black01);
  color: #f4ecd9;
  display: table;
  font-size: 16px;
  letter-spacing: 0.03em;
  line-height: 1.4;
  margin-bottom: 25px;
  padding: 3px 8px 4px;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .panel-label {
    font-size: 14px;
    margin-bottom: 10px;
  }
}

.panel-copy h2 {
  font-size: 32px;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 24px;
}

@media screen and (max-width: 950px) {
  .panel-copy h2 {
    font-size: clamp(24px, 3.2vw, 32px);
  }
}

@media screen and (max-width: 768px) {
  .panel-copy h2 {
    font-size: min(6.5vw, 24px);
    margin-bottom: 18px;
  }
}

.panel-description {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 27px;
  font-weight: 500;
}

@media screen and (max-width: 950px) {
  .panel-description {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .panel-description {
    font-size: min(3.8vw, 16px);
    margin-bottom: 0px;
  }
}

.panel-link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid var(--black01);
  border-radius: 40px;
  color: var(--black01);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  height: 64px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  text-decoration: none;
  -webkit-transition: background-color 0.25s ease, color 0.25s ease;
  transition: background-color 0.25s ease, color 0.25s ease;
  width: 360px;
}

@media screen and (max-width: 950px) {
  .panel-link {
    max-width: 360px;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .panel-link {
    font-size: 14px;
    height: 56px;
    max-width: 360px;
    width: 90%;
    margin: 0 auto;
  }
}

.panel-link img {
  height: 16px;
  position: absolute;
  right: 24px;
  -webkit-transition: -webkit-filter 0.25s ease, -webkit-transform 0.35s ease;
  transition: -webkit-filter 0.25s ease, -webkit-transform 0.35s ease;
  transition: filter 0.25s ease, transform 0.35s ease;
  transition: filter 0.25s ease, transform 0.35s ease, -webkit-filter 0.25s ease, -webkit-transform 0.35s ease;
  width: 8px;
}

.panel-link:hover {
  background: var(--black01);
  color: #fff;
}

.panel-link:hover img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}

.Panel_facility_modal {
  --panel-modal-inline-padding: 4%;
  background: rgba(9, 9, 9, 0.7);
  height: 100dvh;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  -webkit-transition: opacity 0.25s ease, visibility 0s linear 0.25s;
  transition: opacity 0.25s ease, visibility 0s linear 0.25s;
  visibility: hidden;
  width: 100vw;
  z-index: 10001;
}

.Panel_facility_modal.is-open {
  opacity: 1;
  pointer-events: auto;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
  visibility: visible;
}

.Panel_facility_modal__window {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow-y: auto;
  -ms-scroll-chaining: none;
  overscroll-behavior: contain;
  padding: 30px 0;
  -webkit-overflow-scrolling: touch;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.Panel_facility_modal__dialog {
  max-width: 580px;
  position: relative;
  width: 90%;
}

.Panel_facility_modal__close {
  background: transparent;
  border: 0;
  cursor: pointer;
  padding: 0;
  position: absolute;
  right: -3%;
  top: -3%;
  width: 55px;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .Panel_facility_modal__close {
    right: -1%;
    top: -2%;
    width: 45px;
  }
}

.Panel_facility_modal__card {
  background: #fff;
  border: 2px solid var(--black01);
  border-radius: 24px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: var(--black01);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: min(670px, 100dvh - 60px);
  padding: 37px var(--panel-modal-inline-padding) 28px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .Panel_facility_modal__card {
    border-radius: 18px;
    padding: 37px var(--panel-modal-inline-padding) 24px;
  }
}

.Panel_facility_modal__title {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3;
  margin: 0;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .Panel_facility_modal__title {
    font-size: min(6.5vw, 22px);
  }
}

.Panel_facility_modal__list {
  border-top: 2px solid var(--black01);
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin-top: 42px;
  margin-top: 20px;
  min-height: 0;
  overflow-y: auto;
  padding-right: 8px;
  scrollbar-color: #c9c7c2 transparent;
  scrollbar-width: thin;
}

@media screen and (max-width: 768px) {
  .Panel_facility_modal__list {
    margin-top: 28px;
    margin-top: 15px;
    padding-right: 6px;
  }
}

.Panel_facility_modal__item {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom: 1px solid var(--black01);
  display: grid;
  gap: 16px;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.6fr);
  min-height: 54px;
  padding: 14px 0;
}

@media screen and (max-width: 768px) {
  .Panel_facility_modal__item {
    gap: 8px;
    min-height: inherit;
    padding: 11px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.Panel_facility_modal__facility,
.Panel_facility_modal__place {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.25;
  margin: 0;
}

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

  .Panel_facility_modal__facility,
  .Panel_facility_modal__place {
    font-size: min(4.2vw, 17px);
  }
}

.Panel_facility_modal__place {
  text-align: right;
}

@media screen and (max-width: 768px) {
  .Panel_facility_modal__place {
    font-size: min(3.8vw, 16px);
    line-height: 1;
  }
}

.Panel_facility_modal__place small {
  font-size: 12px;
  line-height: 1.4;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .Panel_facility_modal__place small {
    font-size: min(2.7vw, 11px);
  }
}

.Panel_facility_modal__list::-webkit-scrollbar {
  width: 4px;
}

.Panel_facility_modal__list::-webkit-scrollbar-track {
  background: transparent;
}

.Panel_facility_modal__list::-webkit-scrollbar-thumb {
  background: #c9c7c2;
  border-radius: 999px;
}

.panel_slider {
  left: 50%;
  position: absolute;
  top: 50px;
  width: 50vw;
}

@media screen and (max-width: 768px) {
  .panel_slider {
    left: 5%;
    position: relative;
    top: auto;
    width: 100%;
    margin-bottom: 30px;
  }
}

.panel_slider__label {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  color: var(--black01);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  height: 38px;
  font-family: "Work Sans", sans-serif;
  font-size: 14px;
  line-height: 1.3;
  margin: 0 0 26px 20px;
  -webkit-transform: rotate(10.64deg);
  transform: rotate(10.64deg);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  z-index: 4;
  position: relative;
}

@media screen and (max-width: 768px) {
  .panel_slider__label {
    margin: 0;
    margin-left: 7%;
    gap: 2px;
    z-index: 4;
    position: relative;
  }
}

.panel_slider__label img {
  height: 18px;
  width: 11px;
}

.panel_slider__label img:last-child {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.panel_slider__frame {
  overflow: hidden;
  position: relative;
}

@media screen and (max-width: 768px) {
  .panel_slider__frame {
    position: relative;
  }
}

.panel_sliderBG01 {
  height: 363px;
  left: 0;
  max-width: none;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 721px;
}

@media screen and (max-width: 768px) {
  .panel_sliderBG01 {
    height: 250px;
    width: auto;
  }
}

.panel_sliderBG02 {
  left: 0;
  max-width: none;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 51px;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  .panel_sliderBG02 {
    width: 40px;
  }
}

.panel_slider__track {
  cursor: -webkit-grab;
  cursor: grab;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  height: 363px;
  position: relative;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .panel_slider__track {
    height: 200px;
  }
}

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

  .panel_slider__track .slick-list,
  .panel_slider__track .slick-track {
    height: 200px;
  }
}

.panel_slider__track:active {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.panel_slider__item {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 274px;
  flex: 0 0 274px;
  height: 363px;
  width: 274px;
}

@media screen and (max-width: 768px) {
  .panel_slider__item {
    -ms-flex-preferred-size: 157px;
    flex-basis: 157px;
    height: 200px;
    width: 157px;
  }
}

.panel_slider__item img {
  -webkit-user-drag: none;
  height: 350px;
  max-width: none;
  pointer-events: none;
  width: 274px;
}

@media screen and (max-width: 768px) {
  .panel_slider__item img {
    height: 200px;
    width: 157px;
  }
}

#Edition {
  overflow: hidden;
  padding: 0px 0 120px;
  position: relative;
  background: #F9F6EE;
}

@media screen and (max-width: 1300px) {
  #Edition {
    padding: 0px 30px 80px;
  }
}

@media screen and (max-width: 1200px) {
  #Edition {
    padding: 0px 0 80px;
  }
}

#Edition .Edition_inner {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 1280px;
  padding: 0;
}

@media screen and (max-width: 1200px) {
  #Edition .Edition_inner {
    width: 90%;
  }
}

.Edition_wrap {
  background-image: url("/campaign/autumn2026/common/images/Edition_wrapBG02.png");
  background-position: center top;
  background-repeat: repeat-y;
  background-size: 100% auto;
  border-radius: var(--edition-corner-radius);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  padding: 80px 4%;
  position: relative;
  padding: 4px 4% 37px;
}

@media screen and (max-width: 1200px) {
  .Edition_wrap {
    padding: 71px 3% 44px;
  }
}

@media screen and (max-width: 768px) {
  .Edition_wrap {
    padding: 43px 3% 22px;
    background-image: url("/campaign/autumn2026/common/images/Edition_wrapBG_sp_02.png");
  }
}

.Edition_wrap .Edition_header,
.Edition_wrap .Edition_content {
  position: relative;
  z-index: 1;
}

.Edition_wrap__background--top {
  margin-bottom: -1px;
  display: block;
}

.Edition_wrap__background--bottom {
  margin-top: -1px;
  display: block;
}

.Edition_header {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.Edition_subTitle {
  display: block;
  height: auto;
  margin: 0 auto 22px;
  width: 293px;
}

@media screen and (max-width: 1200px) {
  .Edition_subTitle {
    margin-bottom: 16px;
    width: 182px;
  }
}

.Edition_header h2 {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: "Work Sans", sans-serif;
  font-size: 56px;
  font-weight: 400;
  gap: 8px;
  line-height: 1;
  margin: 0;
  text-transform: uppercase;
}

@media screen and (max-width: 1200px) {
  .Edition_header h2 {
    font-size: 32px;
    gap: 5px;
  }
}

.Edition_header h2 span {
  -ms-flex-item-align: center;
  align-self: center;
  background: #000;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  padding: 2px 8px 2px;
}

.Edition_header h2 span:first-child {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 40px;
  font-weight: 500;
  padding-bottom: 8px;
}

@media screen and (max-width: 1200px) {
  .Edition_header h2 span:first-child {
    font-size: 23px;
    padding: 2px 5px 4px;
  }
}

.Edition_header__description {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.7;
  margin: 16px 0 0;
}

@media screen and (max-width: 1200px) {
  .Edition_header__description {
    font-size: 14px;
    line-height: 1.4;
    margin-top: 12px;
  }
}

.Edition_main .Edition_tag {
  left: -18px;
  max-width: none;
  position: absolute;
  top: -110px;
  width: 240px;
}

@media screen and (max-width: 1200px) {
  .Edition_main .Edition_tag {
    display: none;
  }
}

.Edition_content {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 48px;
  margin-top: 40px;
}

@media screen and (max-width: 1200px) {
  .Edition_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 32px;
    margin-top: 21px;
  }
}

.Edition_main {
  -webkit-box-shadow: 8px 8px 0 #000;
  box-shadow: 8px 8px 0 #000;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 566px;
  flex: 0 0 566px;
  margin: 0;
  position: relative;
}

@media screen and (max-width: 1300px) {
  .Edition_main {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 38vw;
    flex: 0 0 38vw;
  }
}

@media screen and (max-width: 1200px) {
  .Edition_main {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    margin: 0 auto;
    -webkit-box-shadow: 4px 4px 0 #000;
    box-shadow: 4px 4px 0 #000;
    max-width: 500px;
    width: 93%;
  }
}

@media screen and (max-width: 768px) {
  .Edition_main {
    width: 93%;
  }
}

.Edition_main picture,
.Edition_main img {
  display: block;
  height: auto;
  width: 100%;
}

.Edition_event {
  background: #fff;
  border: 1px solid #474440;
  border-radius: 24px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #474440;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
  overflow: hidden;
  padding: 0 2% 28px;
  -webkit-transform: rotate(3deg);
  transform: rotate(3deg);
}

@media screen and (max-width: 1200px) {
  .Edition_event {
    -ms-flex-item-align: center;
    align-self: center;
    border-radius: 16px;
    -webkit-box-flex: inherit;
    -ms-flex: inherit;
    flex: inherit;
    padding: 0 16px 28px;
    max-width: 460px;
    width: 93%;
  }
}

@media screen and (max-width: 768px) {
  .Edition_event {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    width: 100%;
  }
}

.Edition_event__heading {
  background: #003c57;
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  line-height: 64px;
  margin: 0 0 30px;
  margin-left: -5%;
  text-align: center;
  width: 110%;
}

@media screen and (max-width: 1200px) {
  .Edition_event__heading {
    border-radius: 16px 16px 0 0;
    font-size: min(4.2vw, 18px);
    line-height: 42px;
    margin: 0 0 16px;
    margin-left: -6%;
    padding: 0;
    width: 112%;
  }
}

.Edition_event__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}

@media screen and (max-width: 1200px) {
  .Edition_event__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 28px;
  }
}

@media screen and (max-width: 768px) {
  .Edition_event__body {
    gap: 16px;
  }
}

.Edition_credit {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 158px;
  flex: 0 0 158px;
  height: 189px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 158px;
  border: 1px solid #474440;
}

.Edition_credit img {
  display: block;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

@media screen and (max-width: 1200px) {
  .Edition_credit {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    height: auto;
    width: 100%;
  }
}

.Edition_event__details {
  min-width: 0;
  position: relative;
}

.Edition_event__headingRow {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 18px;
}

@media screen and (max-width: 1200px) {
  .Edition_event__headingRow {
    gap: 10px;
    margin-bottom: 22px;
  }
}

@media screen and (max-width: 768px) {
  .Edition_event__headingRow {
    margin-bottom: 8px;
  }
}

.Edition_event__title {
  display: inline;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.4;
  margin: 0;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 6px;
}

@media screen and (max-width: 1200px) {
  .Edition_event__title {
    font-size: 2.1vw;
  }
}

@media screen and (max-width: 1200px) {
  .Edition_event__title {
    font-size: 24px;
    line-height: 1.3;
    text-decoration: none;
  }
}

.Edition_event__description {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  margin: 0;
}

@media screen and (max-width: 1200px) {
  .Edition_event__description {
    font-size: 14px;
  }
}

.Edition_event__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 14px 20px;
  margin: 24px 0 12px;
}

@media screen and (max-width: 1200px) {
  .Edition_event__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
    margin-top: 26px;
  }
}

@media screen and (max-width: 768px) {
  .Edition_event__info {
    margin-top: 14px;
  }
}

.Edition_event__infoItem {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  width: calc((100% - 20px) / 2);
}

@media screen and (max-width: 1200px) {
  .Edition_event__infoItem {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
  }
}

.Edition_event__infoItem--date {
  width: calc(42% - 10px);
}

.Edition_event__infoItem--place {
  width: calc(58% - 10px);
}

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

  .Edition_event__infoItem--date,
  .Edition_event__infoItem--place {
    width: 100%;
  }
}

.Edition_event__info dt {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #474440;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 92px;
  flex: 0 0 92px;
  font-size: 16px;
  font-weight: 500;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1.3;
  /* min-height: 40px; */
  height: 100%;
  text-align: center;
}

@media screen and (max-width: 1200px) {
  .Edition_event__info dt {
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -ms-flex-preferred-size: 56px;
    flex-basis: 56px;
    font-size: 14px;
    height: auto;
    min-height: 38px;
  }
}

.Edition_event__info dd {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
  margin: 0;
}

@media screen and (max-width: 1200px) {
  .Edition_event__info dd {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
  }
}

.Edition_event__ticket {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 14px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 30px auto 0;
  text-align: center;
}

@media screen and (max-width: 1200px) {
  .Edition_event__ticket {
    gap: 10px;
    margin-top: 20px;
  }
}

@media screen and (max-width: 768px) {
  .Edition_event__ticket {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

.Edition_event__ticketBubble {
  display: block;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  height: auto;
  width: 17px;
}

.Edition_event__ticketContent {
  min-width: 0;
}

.Edition_event__ticketLead {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  margin: 0;
}

@media screen and (max-width: 1200px) {
  .Edition_event__ticketLead {
    font-size: 18px;
  }
}

@media screen and (max-width: 768px) {
  .Edition_event__ticketLead {
    font-size: min(4.5vw, 22px);
  }
}

.Edition_event__ticketLeadEmphasis {
  padding: 0 4px;
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  .Edition_event__ticketLeadEmphasis {
    font-size: min(4vw, 18px);
  }
}

.Edition_event__ticketPanel {
  background: #bcd2db;
  border-radius: 16px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 10px auto 0;
  padding: 24px 4% 22px;
}

@media screen and (max-width: 1200px) {
  .Edition_event__ticketPanel {
    border-radius: 20px;
    margin-top: 14px;
    padding: 22px 4% 18px;
  }
}

@media screen and (max-width: 768px) {
  .Edition_event__ticketPanel {
    border-radius: 12px;
    padding: 18px 4% 16px;
  }
}

.Edition_event__ticketPanelLead {
  font-size: 23px;
  font-weight: 500;
  line-height: 1.4;
  margin: 0 0 10px;
  text-align: center;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 6px;
}

@media screen and (max-width: 1200px) {
  .Edition_event__ticketPanelLead {
    font-size: min(4.2vw, 20px);
    margin-bottom: 8px;
    text-underline-offset: 4px;
  }
}

@media screen and (max-width: 768px) {
  .Edition_event__ticketPanelLead {
    font-size: min(4.5vw, 23px);
  }
}

.Edition_event__ticketDetail {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  margin: 0;
  text-align: center;
}

@media screen and (max-width: 1200px) {
  .Edition_event__ticketDetail {
    font-size: 12px;
  }
}

@media screen and (max-width: 768px) {
  .Edition_event__ticketDetail {
    font-size: min(3.5vw, 16px);
  }
}

.Edition_event__ticketDetail strong {
  font-size: 18px;
}

@media screen and (max-width: 1200px) {
  .Edition_event__ticketDetail strong {
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  .Edition_event__ticketDetail strong {
    font-size: min(4.8vw, 23px);
  }
}

.Edition_event__ticketDetail small {
  font-size: 12px;
  font-weight: 400;
  margin-left: 8px;
}

.Edition_event__ticketCondition {
  margin: 16px 0 14px;
}

@media screen and (max-width: 1200px) {
  .Edition_event__ticketCondition {
    margin: 18px 0 12px;
  }
}

@media screen and (max-width: 768px) {
  .Edition_event__ticketCondition {
    margin: 14px 0 6px;
  }
}

.Edition_event__ticketConditionItem {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 14px;
  gap: 9px;
}

@media screen and (max-width: 1200px) {
  .Edition_event__ticketConditionItem {
    gap: 10px;
  }
}

@media screen and (max-width: 768px) {
  .Edition_event__ticketConditionItem {
    gap: 6px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.Edition_event__ticketConditionLabel {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #474440;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  font-weight: 500;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1.35;
  text-align: center;
  padding: 5px 2%;
}

@media screen and (max-width: 1200px) {
  .Edition_event__ticketConditionLabel {
    -ms-flex-preferred-size: 76px;
    flex-basis: 76px;
    font-size: 13px;
  }
}

@media screen and (max-width: 768px) {
  .Edition_event__ticketConditionLabel {
    padding: 9px 2%;
    -ms-flex-preferred-size: inherit;
    flex-basis: inherit;
    width: 100%;
  }
}

.Edition_event__ticketConditionText {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  margin: 0;
}

@media screen and (max-width: 1200px) {
  .Edition_event__ticketConditionText {
    font-size: 13px;
  }
}

@media screen and (max-width: 768px) {
  .Edition_event__ticketConditionText {
    font-size: min(3.9vw, 17px);
  }
}

.Edition_event__ticketNote {
  font-size: 13px;
  line-height: 1.5;
  margin: 0;
}

@media screen and (max-width: 1200px) {
  .Edition_event__ticketNote {
    font-size: 11px;
    line-height: 1.4;
  }
}

.Edition_event__button {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #474440;
  border-radius: 40px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  height: 64px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  max-width: 366px;
  position: relative;
  text-decoration: none;
  -webkit-transition: background-color 0.25s ease, color 0.25s ease;
  transition: background-color 0.25s ease, color 0.25s ease;
  width: 100%;
}

@media screen and (max-width: 1200px) {
  .Edition_event__button {
    font-size: 14px;
    height: 56px;
  }
}

.Edition_event__button img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  height: 14px;
  position: absolute;
  right: 24px;
  -webkit-transition: -webkit-filter 0.25s ease, -webkit-transform 0.35s ease;
  transition: -webkit-filter 0.25s ease, -webkit-transform 0.35s ease;
  transition: filter 0.25s ease, transform 0.35s ease;
  transition: filter 0.25s ease, transform 0.35s ease, -webkit-filter 0.25s ease, -webkit-transform 0.35s ease;
  width: 8px;
}

@media screen and (max-width: 1200px) {
  .Edition_event__button img {
    right: 18px;
  }
}

.Edition_event__button:hover {
  background: #fff;
  color: #474440;
}

.Edition_event__button:hover img {
  -webkit-filter: none;
  filter: none;
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}

#Present {
  background: #f5eae1;
  color: var(--black01);
  height: auto;
  position: relative;
  border-top: 1px solid var(--black01);
}

@media screen and (max-width: 1200px) {
  #Present {
    border-top: 0;
  }
}

@media screen and (max-width: 1200px) {
  .Present_layout {
    display: block;
    overflow: hidden;
  }
}

.Present_rightSide {
  margin-left: 440px;
}

@media screen and (max-width: 1400px) {
  .Present_rightSide {
    margin-left: 31vw;
  }
}

@media screen and (max-width: 1200px) {
  .Present_rightSide {
    margin-left: 0;
    padding-top: 0px;
  }
}

.Present_leftSide {
  background: #fcb378;
  bottom: 0;
  left: 0;
  position: absolute;
  top: 0;
  width: 440px;
  z-index: 4;
}

@media screen and (max-width: 1400px) {
  .Present_leftSide {
    width: 31vw;
  }
}

@media screen and (max-width: 1200px) {
  .Present_leftSide {
    bottom: auto;
    height: inherit;
    position: relative;
    top: auto;
    width: 100%;
    background: inherit;
  }
}

.Present_leftSide__inner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100vh;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
  border-right: 1px solid var(--black01);
}

@media screen and (max-width: 1200px) {
  .Present_leftSide__inner {
    height: inherit;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-top: 62px;
    padding-bottom: 90px;
    position: relative;
    border-right: 0;
  }
}

@media screen and (max-width: 768px) {
  .Present_leftSide__inner {
    padding-bottom: 0px;
  }
}

.Present_leftSide.is-fixed .Present_leftSide__inner {
  position: fixed;
  top: 0;
  width: inherit;
  z-index: 4;
}

.Present_leftSide.is-bottom .Present_leftSide__inner {
  bottom: 0;
  top: auto;
}

.Present_title {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 186px;
  flex: 0 0 186px;
  height: 186px;
  position: relative;
  width: 385px;
}

@media screen and (max-width: 950px) {
  .Present_title {
    -webkit-transform: scale(0.68);
    transform: scale(0.68);
    -webkit-transform-origin: center top;
    transform-origin: center top;
  }
}

@media screen and (max-width: 768px) {
  .Present_title {
    -webkit-transform: scale(0.72);
    transform: scale(0.72);
    -webkit-transform-origin: top center;
    transform-origin: top center;
  }
}

.Present_title__bg {
  left: 0;
  position: absolute;
  top: 0;
  width: 385px;
}

@media screen and (max-width: 768px) {
  .Present_title__bg {
    left: 50%;
    top: 27px;
    width: 441px;
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
  }
}

@media screen and (max-width: 1200px) {
  .Present_title__bg .BG_PC {
    display: none;
  }
}

.Present_title__bg .BG_sp {
  display: none;
}

@media screen and (max-width: 1200px) {
  .Present_title__bg .BG_sp {
    display: block;
  }
}

.Present_title__text {
  left: 50%;
  position: absolute;
  text-align: center;
  top: 26px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
}

.Present_title__text h2 {
  font-family: "Work Sans", sans-serif;
  font-size: 64px;
  line-height: 1;
  text-transform: uppercase;
}

.Present_title__subtitle {
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin-top: 8px;
}

.Present_leftSide__characters {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 260px;
  flex: 0 0 260px;
  height: 231px;
  margin-top: 42px;
  position: relative;
  width: 367px;
}

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

@media screen and (max-width: 950px) {
  .Present_leftSide__characters {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    -webkit-transform-origin: center top;
    transform-origin: center top;
  }
}

@media screen and (max-width: 768px) {
  .Present_leftSide__characters {
    margin-top: 4px;
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
    -webkit-transform-origin: center top;
    transform-origin: center top;
  }
}

.Present_character {
  -webkit-animation: present-character-rattle 1.8s steps(1, end) infinite;
  animation: present-character-rattle 1.8s steps(1, end) infinite;
  max-width: none;
  position: absolute;
  -webkit-transform-origin: center center;
  transform-origin: center center;
}

.Present_character--01 {
  bottom: 0;
  left: 0;
  width: 182px;
}

.Present_character--02 {
  -webkit-animation-delay: -0.45s;
  animation-delay: -0.45s;
  bottom: 4px;
  right: 0;
  width: 181px;
}

.Present_character__word {
  display: block;
  max-width: none;
  position: absolute;
  width: 86px;
}

.Present_character__word--01 {
  left: 97px;
  top: 57px;
}

.Present_character__word--02 {
  left: 293px;
  top: 93px;
}

@-webkit-keyframes present-character-rattle {

  0%,
  100% {
    -webkit-transform: translateX(0) rotate(0deg);
    transform: translateX(0) rotate(0deg);
  }

  25% {
    -webkit-transform: translateX(-2px) rotate(-1.5deg);
    transform: translateX(-2px) rotate(-1.5deg);
  }

  50% {
    -webkit-transform: translateX(2px) rotate(1.5deg);
    transform: translateX(2px) rotate(1.5deg);
  }

  75% {
    -webkit-transform: translateX(-1px) rotate(-0.75deg);
    transform: translateX(-1px) rotate(-0.75deg);
  }
}

@keyframes present-character-rattle {

  0%,
  100% {
    -webkit-transform: translateX(0) rotate(0deg);
    transform: translateX(0) rotate(0deg);
  }

  25% {
    -webkit-transform: translateX(-2px) rotate(-1.5deg);
    transform: translateX(-2px) rotate(-1.5deg);
  }

  50% {
    -webkit-transform: translateX(2px) rotate(1.5deg);
    transform: translateX(2px) rotate(1.5deg);
  }

  75% {
    -webkit-transform: translateX(-1px) rotate(-0.75deg);
    transform: translateX(-1px) rotate(-0.75deg);
  }
}

@media (prefers-reduced-motion: reduce) {
  .Present_character {
    -webkit-animation: none;
    animation: none;
  }
}

#Present .content_inner.Present_category {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 0;
}

@media screen and (max-width: 1800px) {
  #Present .content_inner.Present_category {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  #Present .content_inner.Present_category .Present_category__item {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
}

@media screen and (max-width: 1400px) {
  #Present .content_inner.Present_category {
    margin-left: 0px;
    max-width: none;
  }
}

@media screen and (max-width: 1200px) {
  #Present .content_inner.Present_category {
    margin-left: 0;
    padding: 0 5%;
    width: 100%;
  }
}

.Present_category__item {
  max-width: 840px;
}

@media screen and (max-width: 1200px) {
  .Present_category__item {
    margin: 0 auto;
  }
}

@media screen and (max-width: 768px) {
  .Present_category__item {
    max-width: 500px;
  }
}

.Present_category__top {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 98px;
  position: relative;
}

@media screen and (max-width: 950px) {
  .Present_category__top {
    gap: 36px;
  }
}

@media screen and (max-width: 1000px) {
  .Present_category__top {
    gap: 80px;
  }
}

@media screen and (max-width: 768px) {
  .Present_category__top {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 40px;
    margin-top: 38px;
  }
}

.Present_slideWrap {
  --present-slide-offset: 8px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 304px;
  flex: 0 0 304px;
  height: calc(503.0476190476px + var(--present-slide-offset) * 3);
  position: relative;
  width: 304px;
}

@media screen and (max-width: 1400px) {
  .Present_slideWrap {
    left: 6%;
  }
}

@media screen and (max-width: 1200px) {
  .Present_slideWrap {
    left: 7%;
  }
}

@media screen and (max-width: 1400px) {
  .Present_slideWrap {
    -ms-flex-preferred-size: 240px;
    flex-basis: 240px;
    height: calc(397.1428571429px + var(--present-slide-offset) * 3);
    width: 240px;
  }
}

@media screen and (max-width: 1000px) {
  .Present_slideWrap {
    -ms-flex-preferred-size: 210px;
    flex-basis: 210px;
    width: 210px;
    height: 350px;
  }
}

@media screen and (max-width: 768px) {
  .Present_slideWrap {
    left: inherit;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    height: calc(347.5px + var(--present-slide-offset) * 3);
    width: 210px;
  }
}

.Present_slide {
  height: calc(100% - var(--present-slide-offset) * 3);
  position: relative;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  width: 304px;
}

@media screen and (max-width: 1400px) {
  .Present_slide {
    width: 240px;
  }
}

@media screen and (max-width: 1000px) {
  .Present_slide {
    width: 210px;
  }
}

@media screen and (max-width: 768px) {
  .Present_slide {
    width: 210px;
  }
}

.Present_category01__body {
  padding-top: 130px;
}

@media screen and (max-width: 1200px) {
  .Present_category01__body {
    padding-top: 0;
  }
}

.Present_slide__item {
  inset: 0 auto auto 0;
  position: absolute;
  -webkit-transform: translate(calc(var(--present-slide-order) * var(--present-slide-offset)), calc(var(--present-slide-order) * var(--present-slide-offset)));
  transform: translate(calc(var(--present-slide-order) * var(--present-slide-offset)), calc(var(--present-slide-order) * var(--present-slide-offset)));
  -webkit-transition: z-index 0s linear 0.1s, -webkit-transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
  transition: z-index 0s linear 0.1s, -webkit-transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1), z-index 0s linear 0.1s;
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1), z-index 0s linear 0.1s, -webkit-transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
  width: 304px;
  z-index: calc(10 - var(--present-slide-order));
}

@media screen and (max-width: 1400px) {
  .Present_slide__item {
    width: 240px;
  }
}

@media screen and (max-width: 1000px) {
  .Present_slide__item {
    width: 210px;
  }
}

@media screen and (max-width: 768px) {
  .Present_slide__item {
    width: 210px;
  }
}

.Present_slide__item img {
  display: block;
  pointer-events: none;
  width: 304px;
}

@media screen and (max-width: 1400px) {
  .Present_slide__item img {
    width: 240px;
  }
}

@media screen and (max-width: 1000px) {
  .Present_slide__item img {
    width: 210px;
  }
}

@media screen and (max-width: 768px) {
  .Present_slide__item img {
    width: 210px;
  }
}

.Present_slide_icon {
  left: -90px;
  position: absolute;
  top: -51px;
  width: 102px;
  z-index: 0;
}

@media screen and (max-width: 1480px) {
  .Present_slide_icon {
    left: -38px;
    top: -83px;
    width: 90px;
  }
}

@media screen and (max-width: 768px) {
  .Present_slide_icon {
    left: -39%;
    top: 2%;
    width: min(24vw, 90px);
  }
}

.Present_slide_btn {
  background: transparent;
  border: 0;
  cursor: pointer;
  padding: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 50px;
  z-index: 11;
}

@media screen and (max-width: 768px) {
  .Present_slide_btn {
    width: 40px;
  }
}

.Present_slide_btn img {
  width: 50px;
}

@media screen and (max-width: 768px) {
  .Present_slide_btn img {
    width: 100%;
  }
}

.Present_slide_btn--prev {
  left: -60px;
}

@media screen and (max-width: 1450px) {
  .Present_slide_btn--prev {
    left: -30px;
  }
}

@media screen and (max-width: 768px) {
  .Present_slide_btn--prev {
    left: -25%;
  }
}

.Present_slide_btn--next {
  right: -60px;
}

@media screen and (max-width: 1450px) {
  .Present_slide_btn--next {
    right: -30px;
  }
}

@media screen and (max-width: 768px) {
  .Present_slide_btn--next {
    right: -25%;
  }
}

.Present_category__copy {
  min-width: 0;
  padding-top: 0;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .Present_category__copy {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    width: 100%;
  }
}

.Present_category__number {
  font-family: "Work Sans", sans-serif;
  font-size: 24px;
  line-height: 1.3;
  margin-bottom: 8px;
  z-index: 1;
  position: relative;
}

@media screen and (max-width: 768px) {
  .Present_category__number {
    font-size: 20px;
    line-height: 1;
    margin-bottom: 0px;
  }
}

.Present_category__copy h3 {
  font-size: 32px;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 16px;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 7px;
  white-space: nowrap;
}

@media screen and (max-width: 1300px) {
  .Present_category__copy h3 {
    font-size: 28px;
    white-space: inherit;
    text-underline-offset: 5px;
  }
}

@media screen and (max-width: 1400px) {
  .Present_category__copy h3 {
    font-size: 2.4vw;
  }
}

@media screen and (max-width: 768px) {
  .Present_category__copy h3 {
    font-size: min(6.4vw, 26px);
    letter-spacing: 0.01em;
    white-space: inherit;
    text-underline-offset: 4px;
  }
}

@media screen and (max-width: 768px) {
  .Present_category__copy h3.title04 {
    margin-bottom: 0;
  }
}

.Present_category__copy .Present_category__title--wavy {
  text-decoration-style: wavy;
  text-decoration-thickness: 1px;
  text-underline-offset: 8px;
}

@media screen and (max-width: 768px) {
  .Present_category__copy .Present_category__title--wavy {
    text-underline-offset: 4px;
  }
}

.Present_category__date {
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 24px;
}

@media screen and (max-width: 768px) {
  .Present_category__date {
    font-size: min(3.8vw, 16px);
    margin-bottom: 0px;
  }
}

.Present_category__description {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 8px;
}

@media screen and (max-width: 768px) {
  .Present_category__description {
    font-size: min(3.8vw, 16px);
  }
}

.Present_category__description .line {
  color: inherit;
  text-decoration: underline;
  font-weight: 500;
  text-underline-offset: 4px;
}

.Present_category__note {
  font-size: 12px;
  line-height: 1.6;
}

.Present_category__button_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.Present_category__button {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: var(--black01);
  border-radius: 40px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  height: 64px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 24px 0 36px;
  position: relative;
  text-decoration: none;
  -webkit-transition: background-color 0.25s ease, color 0.25s ease;
  transition: background-color 0.25s ease, color 0.25s ease;
  width: 100%;
  max-width: 364px;
  width: 90%;
}

@media screen and (max-width: 768px) {
  .Present_category__button {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
    max-width: 364px;
    width: 90%;
  }
}

.Present_category__button img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  height: 14px;
  position: absolute;
  right: 24px;
  -webkit-transition: -webkit-filter 0.25s ease, -webkit-transform 0.35s ease;
  transition: -webkit-filter 0.25s ease, -webkit-transform 0.35s ease;
  transition: filter 0.25s ease, transform 0.35s ease;
  transition: filter 0.25s ease, transform 0.35s ease, -webkit-filter 0.25s ease, -webkit-transform 0.35s ease;
  width: 8px;
}

@media screen and (max-width: 768px) {
  .Present_category__button img {
    right: 10px;
  }
}

.Present_category__button:hover {
  background: #fff;
  color: var(--black01);
}

.Present_category__button:hover img {
  -webkit-filter: none;
  filter: none;
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}

@media screen and (max-width: 768px) {
  .Present_category__button:hover img {
    -webkit-transform: translateX(3px);
    transform: translateX(3px);
  }
}

.Present_Sticker_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
  margin-top: 22px;
}

.Present_Sticker_txt {
  color: var(--black01);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
}

@media screen and (max-width: 768px) {
  .Present_Sticker_txt {
    font-size: min(3.8vw, 16px);
  }
}

.Present_Sticker01 {
  display: block;
  width: 120px;
}

@media screen and (max-width: 768px) {
  .Present_Sticker01 {
    width: 100px;
  }
}

.Present_category__line {
  display: block;
  margin: 0 auto;
  max-width: 846px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .Present_category__line {
    margin: 0px auto;
  }
}

.Present_category__line--04 {
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  .Present_category__line--04 {
    margin-bottom: 0;
  }
}

.Present_category__item--02,
.Present_category__item--03 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 846px;
  position: relative;
}

.Present_category__item--02 {
  padding: 53px 0px 25px;
}

@media screen and (max-width: 768px) {
  .Present_category__item--02 {
    min-height: 0;
    padding: 38px 0 0;
  }
}

.Present_category__item--03 {
  max-width: 890px;
  padding: 0px 0px 0px;
}

@media screen and (max-width: 768px) {
  .Present_category__item--03 {
    min-height: 0;
    padding: 38px 0 0;
  }
}

@media screen and (max-width: 768px) {
  .Present_category__body {
    margin-top: 26px;
  }
}

.Present_category__background {
  height: auto;
  left: 50%;
  max-width: none;
  opacity: 1;
  pointer-events: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 800px;
}

@media screen and (max-width: 768px) {
  .Present_category__background {
    top: 50%;
    width: min(134vw, 680px);
  }
}

.Present_category__visual {
  position: relative;
}

@media screen and (max-width: 768px) {
  .Present_category__visual {
    margin: 0 auto;
  }
}

.Present_category__background--01 {
  left: 121%;
  top: 50%;
}

@media screen and (max-width: 768px) {
  .Present_category__background--01 {
    left: 62%;
    top: 50%;
  }
}

.Present_category__background--02 {
  left: 118%;
  top: 50%;
}

@media screen and (max-width: 768px) {
  .Present_category__background--02 {
    left: 44%;
    top: 57%;
  }
}

.Present_category__background--03 {
  left: 93%;
  top: 64%;
}

@media screen and (max-width: 768px) {
  .Present_category__background--03 {
    left: 48%;
    top: 57%;
  }
}

.Present_category__background--04 {
  left: 93%;
  top: 47%;
}

@media screen and (max-width: 768px) {
  .Present_category__background--04 {
    left: 45%;
    top: 43%;
  }
}

.Present_category__background--05 {
  left: 97%;
  top: 52%;
}

@media screen and (max-width: 768px) {
  .Present_category__background--05 {
    left: 50%;
    top: 46%;
  }
}

.Present_category02__body,
.Present_category03__body {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 1;
}

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

  .Present_category02__body,
  .Present_category03__body {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.Present_category02__body {
  gap: 104px;
}

@media screen and (max-width: 1400px) {
  .Present_category02__body {
    gap: 60px;
  }
}

@media screen and (max-width: 768px) {
  .Present_category02__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px;
  }
}

.Present_category02__visual {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 356px;
  flex: 0 0 356px;
  position: relative;
}

@media screen and (max-width: 1400px) {
  .Present_category02__visual {
    -ms-flex-preferred-size: 300px;
    flex-basis: 300px;
  }
}

@media screen and (max-width: 768px) {
  .Present_category02__visual {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    padding-top: 0;
    width: min(65vw, 356px);
  }
}

.Present_category02__main {
  display: block;
  width: 356px;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 1400px) {
  .Present_category02__main {
    width: 300px;
  }
}

@media screen and (max-width: 768px) {
  .Present_category02__main {
    width: 100%;
  }
}

.Present_category02__icon {
  position: absolute;
  right: -67px;
  top: 115px;
  width: 102px;
}

@media screen and (max-width: 1400px) {
  .Present_category02__icon {
    right: -43px;
    width: 86px;
    top: -31px;
  }
}

@media screen and (max-width: 768px) {
  .Present_category02__icon {
    right: -18%;
    top: 11%;
    width: min(21vw, 102px);
  }
}

.Present_category__item--02 .Present_category__copy {
  padding-top: 55px;
}

@media screen and (max-width: 768px) {
  .Present_category__item--02 .Present_category__copy {
    padding-top: 0;
  }
}

.Present_category02__subLogo {
  display: block;
  height: auto;
  margin: 8px 0;
  width: 214px;
}

@media screen and (max-width: 768px) {
  .Present_category02__subLogo {
    margin: 6px 0;
    width: min(54vw, 214px);
  }
}

.Present_category__item--02 .Present_category__copy h3 {
  margin-top: 8px;
}

.Present_category03__body {
  gap: 34px;
}

@media screen and (max-width: 1400px) {
  .Present_category03__body {
    gap: clamp(24px, 4vw, 34px);
  }
}

@media screen and (max-width: 768px) {
  .Present_category03__body {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 36px;
  }
}

.Present_category03__body>.Present_category__visual {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 464px;
  flex: 0 0 464px;
}

@media screen and (max-width: 1400px) {
  .Present_category03__body>.Present_category__visual {
    -ms-flex-preferred-size: 370px;
    flex-basis: 370px;
  }
}

@media screen and (max-width: 768px) {
  .Present_category03__body>.Present_category__visual {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}

.Present_category03__main {
  width: 464px;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 1400px) {
  .Present_category03__main {
    width: 370px;
  }
}

@media screen and (max-width: 768px) {
  .Present_category03__main {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    margin-top: 0;
    width: min(82vw, 464px);
  }
}

.Present_category__item--03 .Present_category__copy {
  padding-top: 53px;
}

@media screen and (max-width: 768px) {
  .Present_category__item--03 .Present_category__copy {
    padding-top: 0;
  }
}

.Present_category__item--04,
.Present_category__item--05 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 846px;
  position: relative;
}

.Present_category__item--04 {
  padding: 40px 0 0px;
}

@media screen and (max-width: 768px) {
  .Present_category__item--04 {
    min-height: 0;
    padding: 50px 0 0;
  }
}

.Present_category__item--05 {
  min-height: 600px;
  padding: 44px 0 86px;
}

@media screen and (max-width: 768px) {
  .Present_category__item--05 {
    min-height: 0;
    padding: 28px 0 60px;
  }
}

.Present_category04__body,
.Present_category05__body {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 1;
}

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

  .Present_category04__body,
  .Present_category05__body {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.Present_category04__body {
  gap: 58px;
}

@media screen and (max-width: 1400px) {
  .Present_category04__body {
    gap: clamp(24px, 4vw, 58px);
  }
}

@media screen and (max-width: 768px) {
  .Present_category04__body {
    margin-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 36px;
  }
}

.Present_category04__visual {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 409px;
  flex: 0 0 409px;
  padding-top: 16px;
  position: relative;
}

@media screen and (max-width: 1400px) {
  .Present_category04__visual {
    -ms-flex-preferred-size: 339px;
    flex-basis: 339px;
  }
}

@media screen and (max-width: 768px) {
  .Present_category04__visual {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    max-width: 468px;
    padding-top: 0px;
    width: 100%;
  }
}

.Present_category04__icon {
  left: -64px;
  position: absolute;
  top: -58px;
  width: 102px;
  z-index: -1;
}

@media screen and (max-width: 1400px) {
  .Present_category04__icon {
    left: -17px;
    top: -76px;
  }
}

@media screen and (max-width: 768px) {
  .Present_category04__icon {
    left: inherit;
    top: -19%;
    width: min(21vw, 102px);
    right: 2%;
  }
}

.Present_category04__phones {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 19px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media screen and (max-width: 768px) {
  .Present_category04__phones {
    gap: 4%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.Present_category04__phone {
  text-align: center;
  width: 195px;
}

@media screen and (max-width: 1400px) {
  .Present_category04__phone {
    width: 160px;
  }
}

@media screen and (max-width: 768px) {
  .Present_category04__phone {
    width: min(41vw, 195px);
  }
}

.Present_category04__phone img {
  display: block;
  height: auto;
  width: 195px;
}

@media screen and (max-width: 1400px) {
  .Present_category04__phone img {
    width: 160px;
  }
}

@media screen and (max-width: 768px) {
  .Present_category04__phone img {
    width: min(41vw, 195px);
  }
}

.Present_category04__phone__date {
  font-size: 16px;
  line-height: 1.5;
  margin-top: 18px;
  white-space: nowrap;
}

@media screen and (max-width: 768px) {
  .Present_category04__phone__date {
    font-size: min(3.4vw, 16px);
    margin-top: 12px;
  }
}

.Present_category04__copy {
  padding-top: 20px;
}

@media screen and (max-width: 768px) {
  .Present_category04__copy {
    padding-top: 0;
  }
}

.Present_category__label {
  border: 1px solid #000;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  margin: 8px 0;
  padding: 2px 6px 4px;
}

@media screen and (max-width: 768px) {
  .Present_category__label {
    font-size: min(3.8vw, 16px);
  }
}

.Present_category04__copy h3 {
  margin-top: 0;
}

.Present_category04__copy .Present_category__button {
  font-size: 16px;
  margin-bottom: 18px;
}

@media screen and (max-width: 768px) {
  .Present_category04__copy .Present_category__button {
    font-size: min(3.7vw, 15px);
  }
}

.Present_category05__body {
  gap: 50px;
}

@media screen and (max-width: 1400px) {
  .Present_category05__body {
    gap: clamp(24px, 4vw, 50px);
  }
}

@media screen and (max-width: 768px) {
  .Present_category05__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.Present_category05__body>.Present_category__visual {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 446px;
  flex: 0 0 446px;
}

@media screen and (max-width: 1400px) {
  .Present_category05__body>.Present_category__visual {
    -ms-flex-preferred-size: 352px;
    flex-basis: 352px;
  }
}

@media screen and (max-width: 768px) {
  .Present_category05__body>.Present_category__visual {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}

.Present_category05__main {
  height: auto;
  width: 446px;
  z-index: 1;
  position: relative;
}

@media screen and (max-width: 1400px) {
  .Present_category05__main {
    width: 352px;
  }
}

@media screen and (max-width: 768px) {
  .Present_category05__main {
    margin-top: 0;
    width: min(75vw, 446px);
    left: -1%;
  }
}

.Present_category05__main-image {
  display: block;
  height: auto;
  width: 100%;
}

.Present_category05__icon {
  left: 14%;
  position: absolute;
  top: 12%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: -1;
  width: 105px;
}

@media screen and (max-width: 1400px) {
  .Present_category05__icon {
    left: 8%;
    top: 5%;
    width: 100px;
  }
}

@media screen and (max-width: 1200px) {
  .Present_category05__icon {
    left: 9%;
    top: 1%;
    width: 100px;
  }
}

@media screen and (max-width: 768px) {
  .Present_category05__icon {
    left: 78%;
    top: -3%;
    width: 93px;
  }
}

.Present_category05__icon img {
  display: block;
  height: auto;
  max-width: 100%;
}

.Present_category05__copy {
  padding-top: 20px;
}

@media screen and (max-width: 768px) {
  .Present_category05__copy {
    padding-top: 0;
  }
}

.Present_category05__copy h3 {
  margin-bottom: 16px;
}

.Present_category02__body>.Present_category__copy,
.Present_category03__body>.Present_category__copy,
.Present_category04__body>.Present_category__copy,
.Present_category05__body>.Present_category__copy {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
  min-width: 0;
}

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

  .Present_category02__body>.Present_category__copy,
  .Present_category03__body>.Present_category__copy,
  .Present_category04__body>.Present_category__copy,
  .Present_category05__body>.Present_category__copy {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
}

.Present_bottom_slider_wrap {
  background: #fff;
  overflow: hidden;
  padding: 0px 0 0;
  position: relative;
  width: 100%;
  z-index: 4;
}

.Present_bottom_slider {
  border-bottom: 1px solid var(--black01);
  border-top: 1px solid var(--black01);
  overflow: hidden;
  width: 100%;
}

.Present_bottom_slider+.Present_bottom_slider {
  margin-top: -1px;
}

.Present_bottom_slider__track {
  height: 80px;
  position: relative;
  width: 100%;
}

.Present_bottom_slider__track picture {
  display: block;
  left: 0;
  position: absolute;
  top: 0;
  will-change: transform;
}

.Present_bottom_slider__track img {
  display: block;
  height: 80px;
  max-width: none;
  width: auto;
}

@media screen and (max-width: 768px) {
  .Present_bottom_slider__track img {
    height: min(10vw, 80px);
    width: auto;
  }
}

@media screen and (max-width: 768px) {
  .Present_bottom_slider__track {
    height: min(10vw, 80px);
  }
}

.Sticker_facility_linkWrap {
  margin: 35px auto 0;
  position: relative;
  width: 714px;
  z-index: 1;
}

@media screen and (max-width: 1400px) {
  .Sticker_facility_linkWrap {
    max-width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .Sticker_facility_linkWrap {
    margin-top: 30px;
    width: 100%;
  }
}

.Sticker_facility_linkWrap__title {
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 24px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .Sticker_facility_linkWrap__title {
    font-size: min(4vw, 16px);
    margin-bottom: 18px;
  }
}

.Sticker_facility_linkWrap__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 16px 24px;
}

@media screen and (max-width: 768px) {
  .Sticker_facility_linkWrap__list {
    gap: 12px 3%;
  }
}

.Sticker_facility_linkWrap__link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid var(--black01);
  border-radius: 32px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: var(--black01);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 222px;
  flex: 0 0 222px;
  font-size: 16px;
  font-weight: 500;
  height: 56px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1;
  position: relative;
  text-decoration: none;
  -webkit-transition: background-color 0.25s ease, color 0.25s ease;
  transition: background-color 0.25s ease, color 0.25s ease;
}

@media screen and (max-width: 768px) {
  .Sticker_facility_linkWrap__link {
    -ms-flex-preferred-size: 48.5%;
    flex-basis: 48.5%;
    font-size: min(3.5vw, 16px);
    height: min(13vw, 56px);
  }
}

.Sticker_facility_linkWrap__link img {
  height: 14px;
  position: absolute;
  right: 23px;
  -webkit-transition: -webkit-filter 0.25s ease, -webkit-transform 0.35s ease;
  transition: -webkit-filter 0.25s ease, -webkit-transform 0.35s ease;
  transition: filter 0.25s ease, transform 0.35s ease;
  transition: filter 0.25s ease, transform 0.35s ease, -webkit-filter 0.25s ease, -webkit-transform 0.35s ease;
  width: 8px;
}

@media screen and (max-width: 768px) {
  .Sticker_facility_linkWrap__link img {
    height: min(3.5vw, 14px);
    right: 10%;
    width: min(2vw, 8px);
  }
}

.Sticker_facility_linkWrap__link:hover {
  background: var(--black01);
  color: #fff;
}

.Sticker_facility_linkWrap__link:hover img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}

.Present_tarot {
  background: #fff;
  border-radius: 24px;
  margin-top: 12px;
  min-height: 378px;
  padding: 34px 66px 40px;
  position: relative;
  text-align: center;
}

@media screen and (max-width: 1400px) {
  .Present_tarot {
    padding-left: 36px;
    padding-right: 36px;
  }
}

@media screen and (max-width: 768px) {
  .Present_tarot {
    margin-top: 50px;
    min-height: 0;
    padding: 28px 4% 56px;
    width: 112%;
    border-radius: 0;
    margin-left: -6%;
  }
}

.Present_tarot__lead {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 12px;
  color: var(--black01);
}

@media screen and (max-width: 768px) {
  .Present_tarot__lead {
    font-size: min(4.2vw, 18px);
  }
}

.Present_tarot__sub {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 26px;
  color: var(--black01);
}

@media screen and (max-width: 768px) {
  .Present_tarot__sub {
    font-size: min(3.8vw, 16px);
  }
}

.Present_tarot__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 18px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

@media screen and (max-width: 1400px) {
  .Present_tarot__cards {
    gap: 8px;
  }
}

@media screen and (max-width: 768px) {
  .Present_tarot__cards {
    gap: 2%;
  }
}

.Present_tarot__card {
  aspect-ratio: 141/234;
  background: transparent;
  border: 0;
  cursor: pointer;
  height: 234px;
  padding: 0;
  -webkit-perspective: 1200px;
  perspective: 1200px;
  position: relative;
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
  -webkit-tap-highlight-color: transparent;
  width: 141px;
}

@media screen and (max-width: 1400px) {
  .Present_tarot__card {
    height: auto;
    width: 22%;
  }
}

@media screen and (max-width: 768px) {
  .Present_tarot__card {
    width: 23%;
  }
}

.Present_tarot__card:hover {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}

.Present_tarot__card.is-flipped {
  -webkit-animation: tarot-card-reveal 0.45s linear forwards;
  animation: tarot-card-reveal 0.45s linear forwards;
  z-index: 9999;
}

.Present_tarot__card.is-flipped .Present_tarot__cardFace--front {
  -webkit-animation: tarot-card-front-visibility 0.45s steps(1, end) forwards;
  animation: tarot-card-front-visibility 0.45s steps(1, end) forwards;
}

.Present_tarot__card.is-flipped .Present_tarot__cardFace--back {
  -webkit-animation: tarot-card-back-visibility 0.45s steps(1, end) forwards;
  animation: tarot-card-back-visibility 0.45s steps(1, end) forwards;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
}

.Present_tarot__card:disabled {
  cursor: default;
}

.Present_tarot__card:focus {
  outline: 0;
}

.Present_tarot__cardFace {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: block;
  height: 100%;
  inset: 0;
  position: absolute;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  width: 100%;
}

.Present_tarot__cardFace--front {
  -webkit-transform: translateZ(1px);
  transform: translateZ(1px);
}

.Present_tarot__cardFace--back {
  -webkit-transform: rotateY(180deg) translateZ(1px);
  transform: rotateY(180deg) translateZ(1px);
}

.Present_tarot__cardFace img {
  width: 141px;
}

@media screen and (max-width: 1400px) {
  .Present_tarot__cardFace img {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .Present_tarot__cardFace img {
    width: 100%;
  }
}

@-webkit-keyframes tarot-card-reveal {
  0% {
    opacity: 1;
    -webkit-transform: translate(0, 0) rotateY(0deg) scale(1);
    transform: translate(0, 0) rotateY(0deg) scale(1);
  }

  100% {
    opacity: 1;
    -webkit-transform: translate(var(--tarot-offset-x, 0px), var(--tarot-offset-y, 0px)) rotateY(180deg) scale(var(--tarot-settle-scale, 1));
    transform: translate(var(--tarot-offset-x, 0px), var(--tarot-offset-y, 0px)) rotateY(180deg) scale(var(--tarot-settle-scale, 1));
  }
}

@keyframes tarot-card-reveal {
  0% {
    opacity: 1;
    -webkit-transform: translate(0, 0) rotateY(0deg) scale(1);
    transform: translate(0, 0) rotateY(0deg) scale(1);
  }

  100% {
    opacity: 1;
    -webkit-transform: translate(var(--tarot-offset-x, 0px), var(--tarot-offset-y, 0px)) rotateY(180deg) scale(var(--tarot-settle-scale, 1));
    transform: translate(var(--tarot-offset-x, 0px), var(--tarot-offset-y, 0px)) rotateY(180deg) scale(var(--tarot-settle-scale, 1));
  }
}

@-webkit-keyframes tarot-card-front-visibility {

  0%,
  45% {
    visibility: visible;
  }

  70%,
  100% {
    visibility: hidden;
  }
}

@keyframes tarot-card-front-visibility {

  0%,
  45% {
    visibility: visible;
  }

  70%,
  100% {
    visibility: hidden;
  }
}

@-webkit-keyframes tarot-card-back-visibility {

  0%,
  45% {
    visibility: hidden;
  }

  70%,
  100% {
    visibility: visible;
  }
}

@keyframes tarot-card-back-visibility {

  0%,
  45% {
    visibility: hidden;
  }

  70%,
  100% {
    visibility: visible;
  }
}

.tarot-card-motion-layer {
  inset: 0;
  -webkit-perspective: 1200px;
  perspective: 1200px;
  pointer-events: none;
  position: fixed;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  z-index: 9999;
}

.Present_tarot__deco {
  height: 23px;
  position: absolute;
  width: 22px;
}

.Present_tarot__deco--tl {
  left: 12px;
  top: 12px;
}

.Present_tarot__deco--tr {
  right: 12px;
  top: 12px;
}

.Present_tarot__deco--bl {
  bottom: 12px;
  left: 12px;
}

.Present_tarot__deco--br {
  bottom: 12px;
  right: 12px;
}

body.is-tarot-modal-open {
  overflow: hidden;
}

.modal-wrapper.tarot-modal {
  height: 100dvh;
}

.tarot-modal {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 1;
  pointer-events: none;
  -webkit-transition: visibility 0s linear 0.4s;
  transition: visibility 0s linear 0.4s;
  visibility: hidden;
}

.tarot-modal::before {
  background: rgba(9, 9, 9, 0.7);
  content: "";
  inset: 0;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}

.tarot-modal.is-open {
  pointer-events: auto;
  -webkit-transition: visibility 0s linear 0s;
  transition: visibility 0s linear 0s;
  visibility: visible;
}

.tarot-modal.is-open::before {
  opacity: 1;
}

.tarot-modal .view-window {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow-y: auto;
  opacity: 0;
  -ms-scroll-chaining: none;
  overscroll-behavior: contain;
  padding: 40px 0;
  position: relative;
  -webkit-overflow-scrolling: touch;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  width: 100%;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .tarot-modal .view-window {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.tarot-modal.is-open .view-window {
  opacity: 1;
}

.modal-wrapper.tarot-modal .modal-content-wrapper {
  left: auto;
  margin: 0;
  overflow: visible;
  position: relative;
  top: auto;
  -webkit-transform: none;
  transform: none;
  width: min(28vw, 340px);
}

@media screen and (max-width: 768px) {
  .modal-wrapper.tarot-modal .modal-content-wrapper {
    width: min(76vw, 320px);
  }
}

.tarot-modal__close {
  background: transparent;
  border: 0;
  cursor: pointer;
  line-height: 0;
  padding: 0;
  position: absolute;
  right: -34px;
  top: -46px;
  width: 48px;
  z-index: 5;
}

.tarot-modal__close img {
  display: block;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .tarot-modal__close {
    right: -30px;
    top: -43px;
    width: 42px;
  }
}

.tarot-modal__card {
  aspect-ratio: 141/234;
  background: transparent;
  border: 0;
  cursor: pointer;
  display: block;
  padding: 0;
  position: relative;
  -webkit-transition: -webkit-transform 0.55s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform 0.55s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.55s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.55s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.55s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-tap-highlight-color: transparent;
  width: 100%;
}

.tarot-modal__card:focus {
  outline: 0;
}

.tarot-modal__card.is-flipped {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.tarot-modal__cardFace {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  inset: 0;
  position: absolute;
}

.tarot-modal__cardFace--back {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.tarot-modal__cardFace img {
  display: block;
  height: 100%;
  width: 100%;
}

.tarot-modal__instruction {
  color: #fff;
  font-size: 22px;
  font-weight: 500;
  margin: 16px 0 0;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .tarot-modal__instruction {
    font-size: 20px;
    margin-top: 12px;
  }
}

body.is-present-facility-modal-open {
  overflow: hidden;
}

.Present_facility_modal {
  --present-modal-inline-padding: 4%;
  --event-modal-button-font-size: 16px;
  --event-modal-button-font-size-sp: min(3.7vw, 15px);
  background: rgba(9, 9, 9, 0.7);
  height: 100dvh;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  -webkit-transition: opacity 0.25s ease, visibility 0s linear 0.25s;
  transition: opacity 0.25s ease, visibility 0s linear 0.25s;
  visibility: hidden;
  width: 100vw;
  z-index: 10001;
}

.Present_facility_modal.is-open {
  opacity: 1;
  pointer-events: auto;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
  visibility: visible;
}

.Present_facility_modal__window {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow-y: auto;
  -ms-scroll-chaining: none;
  overscroll-behavior: contain;
  padding: 30px 0;
  -webkit-overflow-scrolling: touch;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.Present_facility_modal__dialog {
  max-width: 580px;
  position: relative;
  width: 90%;
}

.Present_facility_modal__close {
  background: transparent;
  border: 0;
  cursor: pointer;
  padding: 0;
  position: absolute;
  right: -3%;
  top: -3%;
  width: 55px;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .Present_facility_modal__close {
    right: -1%;
    top: -2%;
    width: 45px;
  }
}

.Present_facility_modal .shopModal_card {
  background: #fff;
  border: 5px solid #0A6DB7;
  border-radius: 24px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px 5%;
}

.Present_facility_modal .shopModal_card__title {
  color: #0A6DB7;
  margin-bottom: 20px;
  text-align: center;
}

.Present_facility_modal .shopModal_card__title__main {
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .Present_facility_modal .shopModal_card__title__main {
    font-size: min(4.4vw, 22px);
  }
}

.Present_facility_modal .shopList_wrap {
  max-height: 70vh;
  overflow-y: auto;
  scrollbar-color: #0A6DB7 #efefef;
  scrollbar-width: thin;
}

@media screen and (max-width: 768px) {
  .Present_facility_modal .shopList_wrap {
    max-height: 69dvh;
    padding-right: 9px;
  }
}

.Present_facility_modal .shopList_wrap::-webkit-scrollbar {
  width: 6px;
}

.Present_facility_modal .shopList_wrap::-webkit-scrollbar-track {
  background: #efefef;
  border-radius: 999px;
}

.Present_facility_modal .shopList_wrap::-webkit-scrollbar-thumb {
  background: #0A6DB7;
  border-radius: 999px;
}

.Present_facility_modal .photoSpotList {
  border-top: 2px solid #0A6DB7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  margin: 0;
  padding: 20px 0 0;
}

.Present_facility_modal .photoSpotList .list {
  border-bottom: 1px solid #0A6DB7;
  color: #0A6DB7;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  padding-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .Present_facility_modal .photoSpotList .list {
    font-size: min(3.2vw, 13px);
  }
}

.Present_modal_card {
  background: #fff;
  border: 2px solid var(--black01);
  border-radius: 24px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: var(--black01);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: auto;
  max-height: calc(100dvh - 60px);
  overflow: hidden;
  padding: 37px var(--present-modal-inline-padding) 24px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .Present_modal_card {
    border-radius: 18px;
    padding: 37px var(--present-modal-inline-padding) 32px;
  }
}

.Present_modal_card__title {
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
  margin: 0;
  text-align: center;
  color: var(--black01);
}

@media screen and (max-width: 768px) {
  .Present_modal_card__title {
    font-size: min(6.5vw, 22px);
  }
}

.Present_modal_card__note {
  font-size: 14px;
  color: var(--black01);
  line-height: 1;
  margin: 18px 0 0;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .Present_modal_card__note {
    font-size: min(3.2vw, 14px);
    line-height: 1.45;
    margin-top: 12px;
  }
}

.Present_modal_card__list {
  display: grid;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  gap: 3%;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 52px;
  min-height: 0;
  overflow-y: auto;
  padding-right: 6px;
  scrollbar-color: #c9c7c2 transparent;
  scrollbar-width: thin;
  border-top: 2px solid var(--black01);
  margin-top: 26px;
  row-gap: 14px;
}

@media screen and (max-width: 768px) {
  .Present_modal_card__list {
    gap: 4px;
    -webkit-column-gap: 5%;
    -moz-column-gap: 5%;
    column-gap: 5%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 22px;
  }
}

.Present_modal_card__list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.Present_modal_card__list--tarot ul {
  -webkit-column-gap: 3%;
  -moz-column-gap: 3%;
  column-gap: 3%;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  row-gap: 14px;
}

@media screen and (max-width: 768px) {
  .Present_modal_card__list--tarot ul {
    -webkit-column-gap: 3%;
    -moz-column-gap: 3%;
    column-gap: 3%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.Present_modal_card__list li {
  border-bottom: 1px solid var(--black01);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  padding-bottom: 14px;
}

@media screen and (max-width: 768px) {
  .Present_modal_card__list li {
    font-size: min(3.8vw, 16px);
    line-height: 1.2;
    padding: 8px 0;
  }
}

.Present_modal_card__list--tarot li:nth-child(-n+3) {
  padding-top: 16px;
}

@media screen and (max-width: 768px) {
  .Present_modal_card__list--tarot li:nth-child(-n+3) {
    padding-top: 8px;
  }
}

@media screen and (max-width: 768px) {
  .Present_modal_card__list--tarot li:nth-child(-n+2) {
    padding-top: 18px;
  }
}

.Present_modal_card__links,
.Present_modal_card__rally-list {
  display: grid;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  gap: 24px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  list-style: none;
  margin: 32px 0 0;
  min-height: 0;
  overflow-y: auto;
  padding-right: 6px;
  scrollbar-color: #c9c7c2 transparent;
  scrollbar-width: thin;
  padding: 0;
}

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

  .Present_modal_card__links,
  .Present_modal_card__rally-list {
    gap: 14px;
    grid-template-columns: 1fr;
    margin-top: 16px;
  }
}

@media screen and (max-width: 768px) {
  .Present_modal_card__links-item {
    margin: 0 auto;
    max-width: 250px;
    width: 90%;
  }
}

@media screen and (max-width: 768px) {
  .Present_modal_card__rally-item {
    margin: 0 auto;
    max-width: 250px;
    width: 90%;
  }
}

.Present_modal_card__links li a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: var(--black01);
  border-radius: 32px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  font-weight: 700;
  height: 56px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  text-decoration: none;
  -webkit-transition: background-color 0.25s ease, color 0.25s ease;
  transition: background-color 0.25s ease, color 0.25s ease;
}

@media screen and (max-width: 768px) {
  .Present_modal_card__links li a {
    font-size: min(4.2vw, 18px);
    height: 42px;
  }
}

.Present_modal_card__links li a::after,
.Present_modal_card__rally-list li a::after {
  border-right: 1px solid currentColor;
  border-top: 1px solid currentColor;
  content: "";
  height: 8px;
  position: absolute;
  right: 18px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
  width: 8px;
}

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

  .Present_modal_card__links li a::after,
  .Present_modal_card__rally-list li a::after {
    right: 13px;
  }
}

.Present_modal_card__links li a:hover {
  background: #fff;
  color: var(--black01);
  border: 1px solid var(--black01);
}

.Present_modal_card__links li a:hover::after,
.Present_modal_card__rally-list li a:hover::after {
  -webkit-transform: translate(3px, -50%) rotate(45deg);
  transform: translate(3px, -50%) rotate(45deg);
}

.Present_modal_card__list::-webkit-scrollbar,
.Present_modal_card__links::-webkit-scrollbar,
.Present_modal_card__rally-list::-webkit-scrollbar {
  width: 4px;
}

.Present_modal_card__list::-webkit-scrollbar-track,
.Present_modal_card__links::-webkit-scrollbar-track,
.Present_modal_card__rally-list::-webkit-scrollbar-track {
  background: transparent;
}

.Present_modal_card__list::-webkit-scrollbar-thumb,
.Present_modal_card__links::-webkit-scrollbar-thumb,
.Present_modal_card__rally-list::-webkit-scrollbar-thumb {
  background: #c9c7c2;
  border-radius: 999px;
}

.Present_modal_card__list::-webkit-scrollbar-thumb:hover,
.Present_modal_card__links::-webkit-scrollbar-thumb:hover,
.Present_modal_card__rally-list::-webkit-scrollbar-thumb:hover {
  background: #aaa7a0;
}

.Present_modal_card--bookstore {
  max-height: calc(100dvh - 60px);
}

.Present_modal_card__bookstore-list {
  border-top: 2px solid var(--black01);
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  list-style: none;
  margin: 26px 0 0;
  min-height: 0;
  overflow-y: auto;
  padding: 0 6px 0 0;
  scrollbar-color: #c9c7c2 transparent;
  scrollbar-width: thin;
}

@media screen and (max-width: 768px) {
  .Present_modal_card__bookstore-list {
    margin-top: 22px;
  }
}

.Present_modal_card__bookstore-item {
  border-bottom: 1px solid var(--black01);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.25;
  min-height: 54px;
  padding: 16px 0;
}

@media screen and (max-width: 768px) {
  .Present_modal_card__bookstore-item {
    font-size: min(3.8vw, 16px);
    min-height: 48px;
    padding: 14px 0;
  }
}

.Present_modal_card__bookstore-note {
  font-size: 12px;
  line-height: 1.4;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .Present_modal_card__bookstore-note {
    font-size: min(2.7vw, 11px);
  }
}

.Present_modal_card__bookstore-list::-webkit-scrollbar {
  width: 4px;
}

.Present_modal_card__bookstore-list::-webkit-scrollbar-track {
  background: transparent;
}

.Present_modal_card__bookstore-list::-webkit-scrollbar-thumb {
  background: #c9c7c2;
  border-radius: 999px;
}

.Present_facility_modal--rally,
.Present_facility_modal--workshop,
.Present_facility_modal--full-moon {
  --event-modal-accent: #cd6742;
}

.Present_facility_modal--workshop {
  --event-modal-accent: #857656;
}

.Present_facility_modal--full-moon {
  --event-modal-accent: #5b5f6a;
}

.Present_facility_modal--rally .Present_modal_card,
.Present_facility_modal--workshop .Present_modal_card,
.Present_facility_modal--full-moon .Present_modal_card {
  border-color: var(--event-modal-accent);
  padding-top: 37px;
}

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

  .Present_facility_modal--rally .Present_modal_card,
  .Present_facility_modal--workshop .Present_modal_card,
  .Present_facility_modal--full-moon .Present_modal_card {
    padding-top: 37px;
  }
}

.Present_facility_modal--rally .Present_modal_card__title,
.Present_facility_modal--workshop .Present_modal_card__title,
.Present_facility_modal--full-moon .Present_modal_card__title {
  color: var(--event-modal-accent);
}

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

  .Present_facility_modal--rally .Present_modal_card__note,
  .Present_facility_modal--workshop .Present_modal_card__note,
  .Present_facility_modal--full-moon .Present_modal_card__note {
    border-bottom-color: var(--event-modal-accent);
  }
}

.Present_modal_card__rally-list {
  gap: 24px;
}

@media screen and (max-width: 768px) {
  .Present_modal_card__rally-list {
    gap: 10px;
    grid-template-columns: 1fr;
  }
}

.Present_modal_card__rally-list li {
  background: var(--event-modal-accent, #cd6742);
  border-radius: 24px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  padding-top: 9px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .Present_modal_card__rally-list li {
    border-radius: 18px;
  }
}

@media screen and (max-width: 768px) {
  .Present_modal_card__rally-list li a {
    height: 32px;
  }
}

.Present_modal_card__rally-list .Present_modal_card__date {
  display: block;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .Present_modal_card__rally-list .Present_modal_card__date {
    font-size: 25px;
  }
}

.Present_modal_card__rally-list .Present_modal_card__date small {
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  .Present_modal_card__rally-list .Present_modal_card__date small {
    font-size: 14px;
    margin-left: -9px;
  }
}

.Present_modal_card__rally-list li a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  border-radius: 24px;
  color: var(--event-modal-accent, #cd6742);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: var(--event-modal-button-font-size);
  font-weight: 700;
  height: 40px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 8px;
  position: relative;
  text-decoration: none;
}

#Event {
  background-color: white;
  background-image: url("/campaign/autumn2026/common/images/Event_all_BG.jpg");
  background-size: 100% auto;
  background-repeat: repeat-y;
  color: var(--black01);
  overflow: hidden;
  padding-top: 130px;
  position: relative;
}

@media screen and (max-width: 768px) {
  #Event {
    background-image: url("/campaign/autumn2026/common/images/Event_all_BG_sp.jpg");
    padding-top: 76px;
  }
}

#Event .event_contents {
  position: relative;
  padding-bottom: 110px;
}

@media screen and (max-width: 768px) {
  #Event .event_contents {
    padding-bottom: 212px;
  }
}

#Event .Event_character {
  position: absolute;
  bottom: 90px;
  width: 296px;
}

@media screen and (max-width: 768px) {
  #Event .Event_character {
    bottom: -56px;
    width: 197px;
  }
}

#Event .Event_character.character01 {
  right: 21%;
}

@media screen and (max-width: 768px) {
  #Event .Event_character.character01 {
    right: inherit;
    left: -5%;
  }
}

#Event .Event_character.character02 {
  right: 1%;
}

@media screen and (max-width: 768px) {
  #Event .Event_character.character02 {
    right: 0%;
  }
}

#Event .Event_character-tag {
  bottom: 409px;
  left: 76%;
  position: absolute;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 190px;
}

@media screen and (max-width: 768px) {
  #Event .Event_character-tag {
    bottom: 140px;
    left: 48%;
    width: 129px;
  }
}

.Event_header {
  margin: 0 auto 82px;
  position: relative;
  text-align: center;
  top: auto;
  width: min(100%, 650px);
  z-index: 5;
}

@media screen and (max-width: 768px) {
  .Event_header {
    margin: 0 auto 58px;
    position: relative;
    top: auto;
    width: min(100%, 511px);
  }
}

.Event_header .Event_header__logo_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.Event_header .Event_header__logo {
  width: min(60%, 360px);
  display: block;
  margin: 0 auto 30px;
}

@media screen and (max-width: 768px) {
  .Event_header .Event_header__logo {
    width: 200px;
    margin-bottom: 2px;
  }
}

.Event_header__bg {
  inset: 0;
  position: absolute;
  z-index: -1;
  top: -20%;
  width: 87%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

@media screen and (max-width: 768px) {
  .Event_header__bg {
    top: 2%;
    width: 100%;
    left: 50%;
  }
}

.Event_header h2 {
  font-family: "Work Sans", sans-serif;
  font-size: 64px;
  font-weight: 400;
  line-height: 1;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .Event_header h2 {
    font-size: min(12.5vw, 64px);
    padding-top: 10px;
  }
}

.Event_header__subtitle {
  font-size: 16px;
  letter-spacing: 0.05em;
  margin-top: 8px;
}

@media screen and (max-width: 768px) {
  .Event_header__subtitle {
    font-size: min(4vw, 16px);
  }
}

.Event_leaf {
  max-width: none;
  pointer-events: none;
  position: absolute;
  -webkit-transform-origin: center;
  transform-origin: center;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .Event_leaf {
    width: min(13vw, 64px);
  }
}

.Event_leaf--01 {
  left: 8%;
  top: 34px;
  width: 64px;
}

.Event_leaf--02 {
  right: 4%;
  top: 380px;
  width: 52px;
}

.Event_leaf--03 {
  left: 5%;
  top: 1160px;
  width: 64px;
}

.Event_leaf--04 {
  right: 37.6%;
  top: 0;
  width: 55px;
}

.Event_leaf--05 {
  right: 17.2%;
  top: 98px;
  width: 64px;
}

.Event_leaf--06 {
  left: 16.3%;
  top: 564px;
  width: 47px;
}

.Event_leaf--07 {
  right: 47.2%;
  top: 713px;
  width: 53px;
}

.Event_leaf--08 {
  right: 1.1%;
  top: 652px;
  width: 47px;
}

.Event_leaf--09 {
  right: 3.5%;
  top: 382px;
  width: 36px;
}

.Event_leaf--10 {
  left: 2.2%;
  top: 886px;
  width: 24px;
}

.Event_leaf--11 {
  right: 44.9%;
  top: 1070px;
  width: 45px;
}

.Event_leaf--12 {
  left: 5.8%;
  top: 1169px;
  width: 64px;
}

.Event_leaf--13 {
  right: -2.5%;
  top: 1026px;
  width: 34px;
}

.Event_leaf--14 {
  right: 4.6%;
  top: 1274px;
  width: 56px;
}

.Event_leaf--15 {
  left: 47.3%;
  top: 1474px;
  width: 46px;
}

.Event_leaf--16 {
  left: 0;
  top: 1651px;
  width: 64px;
}

.Event_leaf--17 {
  right: 43.9%;
  top: 1708px;
  width: 70px;
}

.Event_leaf--18 {
  right: -0.3%;
  top: 1835px;
  width: 44px;
}

.Event_leaf--19 {
  left: 46.9%;
  top: 2084px;
  width: 36px;
}

.Event_leaf--20 {
  left: 4.2%;
  top: 2257px;
  width: 36px;
}

.Event_leaf--21 {
  left: 44.4%;
  top: 2372px;
  width: 53px;
}

.Event_leaf--22 {
  left: 16.7%;
  top: 2489px;
  width: 61px;
}

.Event_leaf--23 {
  right: -3.3%;
  top: 2365px;
  width: 64px;
}

.Event_leaf--24 {
  left: 44.6%;
  top: 2685px;
  width: 64px;
}

.Event_leaf--25 {
  right: -3.1%;
  top: 72px;
  width: 53px;
}

.Event_leaf--26 {
  left: 2.7%;
  top: 2961px;
  width: 54px;
}

.Event_leaf--27 {
  left: 34.9%;
  top: 2862px;
  width: 28px;
}

.Event_leaf--28 {
  right: 3.1%;
  top: 2731px;
  width: 25px;
}

.Event_leaf--29 {
  right: 0.9%;
  top: 3095px;
  width: 47px;
}

.Event_leaf--30 {
  right: 19.2%;
  top: 1743px;
  width: 70px;
}

.Event_leaf--31 {
  right: 17.3%;
  top: 2562px;
  width: 64px;
}

.Event_leaf--32 {
  right: 27.8%;
  top: 334px;
  width: 52px;
}

.Event_leaf--33 {
  left: 14%;
  top: 2314px;
  width: 47px;
}

.Event_cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 96px;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 1400px) {
  .Event_cards {
    gap: 0 32px;
  }
}

@media screen and (max-width: 768px) {
  .Event_cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 44px;
  }
}

.Event_cards__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
}

@media screen and (max-width: 768px) {
  .Event_cards__col {
    display: contents;
  }
}

.Event_cards__col--left {
  margin-top: 0;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  position: relative;
}

@media screen and (max-width: 768px) {
  .Event_cards__col--left {
    margin-top: 0;
  }
}

.Event_cards__col--right {
  margin-top: 565px;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

@media screen and (max-width: 1400px) {
  .Event_cards__col--right {
    margin-top: 480px;
  }
}

@media screen and (max-width: 768px) {
  .Event_cards__col--right {
    margin-top: 0;
  }
}

.Event_cardGroup--01 {
  position: relative;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .Event_cardGroup--01 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

.Event_card {
  background: #fff;
  border: 1px solid #000;
  border-radius: 16px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  padding: 20px 31px 32px;
  position: relative;
}

@media screen and (max-width: 950px) {
  .Event_card {
    padding-left: 22px;
    padding-right: 22px;
  }
}

@media screen and (max-width: 768px) {
  .Event_card {
    margin-top: 0;
    padding: 16px 5% 24px;
    width: 100%;
  }
}

.Event_card--01 {
  background: #df9479;
  z-index: 4;
}

@media screen and (max-width: 768px) {
  .Event_card--01 {
    margin-top: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding: 16px 5% 32px;
    width: 100%;
  }
}

.Event_card__rings {
  height: 145px;
  pointer-events: none;
  position: absolute;
  right: -88px;
  top: 2px;
  width: 125px;
  z-index: 5;
}

@media screen and (max-width: 768px) {
  .Event_card__rings {
    bottom: -72px;
    display: block;
    height: 86px;
    left: 48%;
    right: auto;
    top: auto;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 44px;
    z-index: 2;
  }
}

.Event_card__ring {
  max-width: none;
  position: absolute;
}

.Event_card__ring img {
  display: block;
  height: auto;
  width: 100%;
}

.Event_card__ring--02 {
  inset: 0;
  left: -4%;
  top: 3%;
  width: 102px;
  z-index: 1;
}

.SpecialEvent01_subCard>.Event_card__ring--01 {
  left: -52px;
  top: -113px;
  width: 102px;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  .SpecialEvent01_subCard>.Event_card__ring--01 {
    display: block;
    left: calc(50% + 7px);
    top: -59px;
    width: 22px;
  }
}

.Event_card__ring--03 {
  left: 12px;
  top: 4px;
  width: 16px;
}

.Event_card__ring--04 {
  bottom: 23px;
  right: 26px;
  width: 16px;
}

@media screen and (max-width: 768px) {
  .Event_card__rings .Event_card__ring--02 {
    left: calc(50% - 5px);
    top: 2px;
    width: 22px;
  }

  .Event_card__rings .Event_card__ring--03 {
    left: calc(50% + 3px);
    top: -6px;
    width: 16px;
  }

  .Event_card__rings .Event_card__ring--04 {
    bottom: -10px;
    left: 24px;
    right: auto;
    width: 16px;
  }
}

.SpecialEvent01_subCard {
  left: calc(100% + 38px);
  position: absolute;
  text-align: left;
  top: 98px;
  width: 596px;
}

@media screen and (max-width: 1400px) {
  .SpecialEvent01_subCard {
    left: calc(100% + 36px);
    width: 42vw;
  }
}

@media screen and (max-width: 768px) {
  .SpecialEvent01_subCard {
    left: auto;
    margin-top: 28px;
    position: relative;
    top: auto;
    width: 100%;
  }
}

.SpecialEvent01_subCard__inner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #df9479;
  border: 1px solid #000;
  border-radius: 16px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6%;
  padding: 34px 4%;
  position: relative;
  -webkit-transform: rotate(2deg);
  transform: rotate(2deg);
  -webkit-transform-origin: top left;
  transform-origin: top left;
  z-index: 3;
}

@media screen and (max-width: 1400px) {
  .SpecialEvent01_subCard__inner {
    gap: 5%;
    padding: 28px 30px;
  }
}

@media screen and (max-width: 768px) {
  .SpecialEvent01_subCard__inner {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
    min-height: 450px;
    padding: 32px 24px 28px;
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
    width: 100%;
  }
}

.SpecialEvent01_subCard__badge {
  background: var(--black01);
  border-radius: 50%;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  padding: 20px 16px;
  position: absolute;
  right: -28px;
  top: -28px;
  -webkit-transform: rotate(12deg);
  transform: rotate(12deg);
}

@media screen and (max-width: 1400px) {
  .SpecialEvent01_subCard__badge {
    font-size: 12px;
    padding: 16px 13px;
    right: -18px;
    top: -22px;
  }
}

@media screen and (max-width: 768px) {
  .SpecialEvent01_subCard__badge {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
    right: -26px;
    top: -31px;
    -webkit-transform: rotate(23deg);
    transform: rotate(23deg);
    height: 52px;
    width: 110px;
  }
}

.SpecialEvent01_subCard__visual {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  border-radius: 12px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 48%;
  flex: 0 0 48%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 12px;
}

.SpecialEvent01_subCard__visual img {
  height: auto;
  max-width: 100%;
  width: 170px;
}

@media screen and (max-width: 768px) {
  .SpecialEvent01_subCard {
    margin: 50px auto 0;
    max-width: none;
    width: 95%;
  }

  .SpecialEvent01_subCard__visual {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    height: 194px;
    margin-bottom: 28px;
    padding: 6px;
    width: 100%;
  }

  .SpecialEvent01_subCard__visual img {
    height: 181px;
    -o-object-fit: contain;
    object-fit: contain;
    width: 140px;
  }

  .SpecialEvent01_subCard__copy {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .SpecialEvent01_subCard__title {
    font-size: 24px;
    line-height: 1.4;
  }

  .SpecialEvent01_subCard__description {
    font-size: 14px;
    line-height: 1.6;
    margin-top: 16px;
  }
}

.SpecialEvent01_subCard__copy {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
  min-width: 0;
}

.SpecialEvent01_subCard__title {
  font-size: 26px;
  font-weight: 500;
  line-height: 1.35;
}

@media screen and (max-width: 1200px) {
  .SpecialEvent01_subCard__title {
    font-size: 18px;
  }
}

@media screen and (max-width: 768px) {
  .SpecialEvent01_subCard__title {
    font-size: min(5vw, 24px);
  }
}

.SpecialEvent01_subCard__description {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  margin-top: 16px;
}

@media screen and (max-width: 768px) {
  .SpecialEvent01_subCard__description {
    font-size: min(3.8vw, 16px);
  }
}

.Event_card--02 {
  background: #edd98f;
}

@media screen and (max-width: 768px) {
  .Event_card--02 {
    margin-top: 0;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding: 16px 5% 24px;
    width: 100%;
  }
}

.Event_card--03 {
  background: #98bf98;
  margin-top: 94px;
}

@media screen and (max-width: 1400px) {
  .Event_card--03 {
    margin-top: 79px;
  }
}

@media screen and (max-width: 768px) {
  .Event_card--03 {
    margin-top: 0;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    padding: 16px 5% 24px;
    width: 100%;
  }
}

.Event_card--05 {
  background: #b897bd;
  margin-top: 76px;
}

@media screen and (max-width: 1400px) {
  .Event_card--05 {
    margin-top: 64px;
  }
}

@media screen and (max-width: 768px) {
  .Event_card--05 {
    margin-top: 0;
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
    padding: 16px 5% 24px;
    width: 100%;
  }
}

.Event_card__number {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-item-align: center;
  align-self: center;
  color: var(--black01);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: "Work Sans", sans-serif;
  font-size: 40px;
  font-weight: 300;
  line-height: 1;
  margin: 0 0 16px;
}

@media screen and (max-width: 768px) {
  .Event_card__number {
    font-size: 29px;
    margin: 0 0 11px;
  }
}

.Event_card__number span {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 4px;
}

@media screen and (max-width: 768px) {
  .Event_card__number span {
    font-size: 12px;
  }
}

.Event_card__visual_wrap {
  position: relative;
}

.event_icon03_wrap {
  position: absolute;
  right: -23px;
  bottom: 100px;
  z-index: 1;
  width: 200px;
}

@media screen and (max-width: 768px) {
  .event_icon03_wrap {
    width: 140px;
    bottom: 76px;
    right: -28px;
  }
}

.event_icon03_wrap .event_icon03 {
  position: absolute;
  width: 100px;
}

@media screen and (max-width: 768px) {
  .event_icon03_wrap .event_icon03 {
    width: 70px;
  }
}

.event_icon03_wrap .event_icon03.icon03_01 {
  left: 7%;
}

.event_icon03_wrap .event_icon03.icon03_02 {
  left: 50%;
}

.Event_card__visual {
  display: block;
  height: auto;
  margin: 0 -31px 28px;
  position: relative;
  width: calc(100% + 62px);
  position: relative;
}

@media screen and (max-width: 768px) {
  .Event_card__visual {
    margin: 0 -5% 20px;
    width: 110%;
  }
}

.Event_card__visual-icon {
  position: absolute;
  right: 2%;
  top: 6%;
  width: 100px;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .Event_card__visual-icon {
    width: 71px;
    top: -13%;
  }
}

.Event_card h3 {
  font-size: 32px;
  font-weight: 500;
  line-height: 1.4;
  margin: 0 0 16px;
  color: var(--black01);
}

@media screen and (max-width: 950px) {
  .Event_card h3 {
    font-size: clamp(26px, 3vw, 32px);
  }
}

@media screen and (max-width: 768px) {
  .Event_card h3 {
    font-size: min(6.4vw, 28px);
  }
}

.Event_card__title-wrap {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  margin: 0 0 16px;
}

.Event_card__title-wrap .Event_card__title {
  margin: 0;
}

.Event_card__title-icon {
  height: auto;
  width: 100px;
}

@media screen and (max-width: 768px) {
  .Event_card__title-icon {
    width: 70px;
    position: absolute;
    right: 1%;
  }
}

.Event_card__description {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  margin: 0;
  text-align: justify;
  color: var(--black01);
}

@media screen and (max-width: 768px) {
  .Event_card__description {
    font-size: min(3.8vw, 16px);
  }
}

.Event_card__note {
  font-size: 14px;
  line-height: 1.6;
}

@media screen and (max-width: 768px) {
  .Event_card__note {
    font-size: min(3.4vw, 14px);
  }
}

.Event_card__profile {
  margin-top: 26px;
}

.Event_card__profile-name {
  color: var(--black01);
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
  margin: 0 0 10px;
}

@media screen and (max-width: 768px) {
  .Event_card__profile-name {
    font-size: min(5.3vw, 22px);
  }
}

.Event_card__profile-copy {
  color: var(--black01);
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
  text-align: justify;
}

@media screen and (max-width: 768px) {
  .Event_card__profile-copy {
    font-size: min(3.4vw, 14px);
  }
}

.Event_button {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: var(--black01);
  border-radius: 40px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  height: 64px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: auto auto 0;
  max-width: 366px;
  position: relative;
  text-decoration: none;
  -webkit-transition: background-color 0.25s ease, color 0.25s ease;
  transition: background-color 0.25s ease, color 0.25s ease;
  width: 100%;
  margin-top: 30px;
}

.Event_button img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  height: 14px;
  position: absolute;
  right: 24px;
  -webkit-transition: -webkit-filter 0.25s ease, -webkit-transform 0.35s ease;
  transition: -webkit-filter 0.25s ease, -webkit-transform 0.35s ease;
  transition: filter 0.25s ease, transform 0.35s ease;
  transition: filter 0.25s ease, transform 0.35s ease, -webkit-filter 0.25s ease, -webkit-transform 0.35s ease;
  width: 8px;
}

.Event_button:hover {
  background: #fff;
  color: var(--black01);
}

.Event_button:hover img {
  -webkit-filter: none;
  filter: none;
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}

.Event_steps {
  list-style: none;
  margin: 11px 0 0px;
  padding: 0 0 0 64px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .Event_steps {
    padding-left: 54px;
  }
}

.Event_steps::before {
  background: var(--black01);
  content: "";
  height: calc(100% - 48px);
  left: 24px;
  position: absolute;
  top: 24px;
  width: 1px;
}

@media screen and (max-width: 768px) {
  .Event_steps::before {
    left: 19px;
  }
}

.Event_steps__item {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 16px;
  min-height: 48px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .Event_steps__item {
    font-size: min(3.8vw, 16px);
  }
}

.Event_steps__text,
.Event_steps__note {
  display: block;
}

.Event_steps__text {
  font-weight: 500;
}

.Event_steps__note {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  margin-top: 6px;
}

.Event_steps__badge {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #df9479;
  border: 1px solid var(--black01);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2px;
  height: 46px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  left: -64px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 46px;
}

@media screen and (max-width: 768px) {
  .Event_steps__badge {
    height: 38px;
    left: -54px;
    width: 38px;
  }
}

.Event_steps__badge-label {
  font-family: "Work Sans", sans-serif;
  font-size: 10px;
  line-height: 1;
  color: var(--black01);
}

@media screen and (max-width: 768px) {
  .Event_steps__badge-label {
    font-size: 9px;
  }
}

.Event_steps__badge-number {
  font-family: "Work Sans", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  color: var(--black01);
}

@media screen and (max-width: 768px) {
  .Event_steps__badge-number {
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  .Event_card--01 .Event_steps {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0;
    margin: 0;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    padding: 0 0 14px;
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .Event_card--01 .Event_steps.is-scrollbar-dragging {
    -ms-scroll-snap-type: none;
    scroll-snap-type: none;
  }

  .Event_card--01 .Event_steps-wrap {
    margin: 26px 0 18px;
    position: relative;
  }

  .Event_steps__scrollbar {
    background: #F6CEC0;
    border-radius: 999px;
    bottom: 0;
    display: block;
    height: 10px;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    -ms-touch-action: none;
    touch-action: none;
  }

  .Event_steps__scrollbar-thumb {
    background: #df9479;
    border: 2px solid #F6CEC0;
    border-radius: inherit;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    height: 100%;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    will-change: transform, width;
  }

  .Event_card--01 .Event_steps::before {
    display: none;
  }

  .Event_card--01 .Event_steps::-webkit-scrollbar {
    display: none;
  }

  .Event_card--01 .Event_steps__item {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 152px;
    flex: 0 0 152px;
    font-size: 14px;
    line-height: 1.3;
    margin: 0;
    min-height: 166px;
    padding: 58px 32px 9px 0;
    scroll-snap-align: start;
  }

  .Event_card--01 .Event_steps__item:not(:last-child)::before {
    background: var(--black01);
    content: "";
    height: 1px;
    left: 24px;
    position: absolute;
    top: 24px;
    width: 152px;
    z-index: 0;
  }

  .Event_card--01 .Event_steps__badge {
    height: 48px;
    left: 0;
    top: 0;
    width: 48px;
    z-index: 1;
  }

  .Event_card--01 .Event_steps__badge-label {
    font-size: 10px;
  }

  .Event_card--01 .Event_steps__badge-number {
    font-size: 18px;
  }

  .Event_card--01 .Event_steps__note {
    font-size: 12px;
    line-height: 1.3;
    margin-top: 6px;
  }
}

.Event_card__details {
  margin: 4px 0 7px;
}

.Event_card__details div,
.Event_workshop__details div {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  margin-top: 8px;
}

.Event_card__details dt,
.Event_workshop__details dt {
  border-radius: 4px;
  border: 1px solid var(--black01);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 92px;
  flex: 0 0 92px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  padding: 4px 8px;
  text-align: center;
}

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

  .Event_card__details dt,
  .Event_workshop__details dt {
    -ms-flex-preferred-size: min(21vw, 92px);
    flex-basis: min(21vw, 92px);
    font-size: min(3.8vw, 16px);
  }
}

.Event_workshop__details dt {
  background: transparent;
  border-color: #ecd6a9;
  border-radius: 4px;
}

@media screen and (max-width: 768px) {
  .Event_workshop__details dt {
    -ms-flex-preferred-size: min(15vw, 55px);
    flex-basis: min(15vw, 55px);
    font-size: min(3.8vw, 16px);
  }
}

.Event_card__details dd,
.Event_workshop__details dd {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
}

@media screen and (max-width: 768px) {
  .Event_card__details dd {
    font-size: min(3.8vw, 16px);
  }
}

#Workshop {
  background-color: #5b5f6a;
  color: #ecd6a9;
  overflow: hidden;
  padding: 122px 0 156px;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  #Workshop {
    margin-top: 0;
    min-height: 0;
    padding: 90px 0 50px;
  }
}

.Event_workshop__wave {
  height: auto;
  width: 100%;
  z-index: 1;
  position: relative;
  margin-bottom: -2px;
  display: block;
}

.Event_workshop__character {
  max-width: none;
  pointer-events: none;
  position: absolute;
  width: 280px;
}

@media screen and (max-width: 768px) {
  .Event_workshop__character {
    width: min(42vw, 280px);
  }
}

.Event_workshop__character--01 {
  bottom: -40px;
  left: -24px;
}

.Event_workshop__character--02 {
  bottom: -50px;
  right: -12px;
}

.Event_workshop__star {
  max-width: none;
  pointer-events: none;
  position: absolute;
  z-index: 2;
}

.Event_workshop__titleStars {
  pointer-events: none;
}

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

.Event_workshop__spTitleStars {
  display: none;
  pointer-events: none;
}

@media screen and (max-width: 768px) {
  .Event_workshop__spTitleStars {
    display: block;
    left: 50%;
    position: absolute;
    top: 0.5%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}

.Event_workshop__spTitleStar {
  -webkit-animation: workshop-title-star-wiggle 2.4s steps(1, end) infinite;
  animation: workshop-title-star-wiggle 2.4s steps(1, end) infinite;
  max-width: none;
  position: absolute;
  -webkit-transform-origin: center;
  transform-origin: center;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  .Event_workshop__spTitleStar--01 {
    height: 18px;
    left: calc(50% - 187.5px);
    top: 5px;
    width: 17px;
  }

  .Event_workshop__spTitleStar--02 {
    height: 11px;
    left: calc(50% - 149.5px);
    top: 35px;
    width: 10px;
  }

  .Event_workshop__spTitleStar--03 {
    height: 11px;
    left: calc(50% - 104.5px);
    top: 17px;
    width: 10px;
  }

  .Event_workshop__spTitleStar--04 {
    left: calc(50% - 61.5px);
    top: 32px;
    width: 18px;
  }

  .Event_workshop__spTitleStar--05 {
    left: calc(50% - 33.5px);
    top: 17px;
    width: 11px;
  }

  .Event_workshop__spTitleStar--06 {
    left: calc(50% + 8.5px);
    top: 25px;
    width: 11px;
  }

  .Event_workshop__spTitleStar--07 {
    left: calc(50% + 65.5px);
    top: 36px;
    width: 11px;
  }

  .Event_workshop__spTitleStar--08 {
    left: calc(50% + 85.5px);
    top: 14px;
    width: 18px;
  }

  .Event_workshop__spTitleStar--09 {
    left: calc(50% + 136.5px);
    top: 36px;
    width: 11px;
  }

  .Event_workshop__spTitleStar--10 {
    left: calc(50% + 174.5px);
    top: 0;
    width: 11px;
  }

  .Event_workshop__spTitleStar--11 {
    left: calc(50% + 191.5px);
    top: 20px;
    width: 11px;
  }
}

.Event_workshop__spTitleStar--02,
.Event_workshop__spTitleStar--07 {
  -webkit-animation-delay: -0.35s;
  animation-delay: -0.35s;
}

.Event_workshop__spTitleStar--03,
.Event_workshop__spTitleStar--08 {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}

.Event_workshop__spTitleStar--04,
.Event_workshop__spTitleStar--09 {
  -webkit-animation-delay: -1.05s;
  animation-delay: -1.05s;
}

.Event_workshop__spTitleStar--05,
.Event_workshop__spTitleStar--10 {
  -webkit-animation-delay: -1.4s;
  animation-delay: -1.4s;
}

.Event_workshop__spTitleStar--06,
.Event_workshop__spTitleStar--11 {
  -webkit-animation-delay: -1.75s;
  animation-delay: -1.75s;
}

.Event_workshop__titleStar {
  -webkit-animation: workshop-title-star-wiggle 2.4s steps(1, end) infinite;
  animation: workshop-title-star-wiggle 2.4s steps(1, end) infinite;
  max-width: none;
  position: absolute;
  -webkit-transform-origin: center;
  transform-origin: center;
  z-index: 2;
}

.Event_workshop__titleStar--01 {
  left: calc(50% - 649px);
  top: 147px;
  width: 22px;
}

.Event_workshop__titleStar--02 {
  left: calc(50% - 552px);
  top: 107px;
  width: 35px;
}

.Event_workshop__titleStar--03 {
  left: calc(50% - 488px);
  top: 143px;
  width: 22px;
}

.Event_workshop__titleStar--04 {
  left: calc(50% - 371px);
  top: 110px;
  width: 22px;
}

.Event_workshop__titleStar--05 {
  left: calc(50% - 268px);
  top: 129px;
  width: 22px;
}

.Event_workshop__titleStar--06 {
  left: calc(50% + 255px);
  top: 105px;
  width: 35px;
}

.Event_workshop__titleStar--07 {
  left: calc(50% + 331px);
  top: 148px;
  width: 22px;
}

.Event_workshop__titleStar--08 {
  left: calc(50% + 422px);
  top: 112px;
  width: 22px;
}

.Event_workshop__titleStar--09 {
  left: calc(50% + 511px);
  top: 143px;
  width: 35px;
}

.Event_workshop__titleStar--10 {
  left: calc(50% + 567px);
  top: 112px;
  width: 22px;
}

.Event_workshop__titleStar--11 {
  left: calc(50% + 652px);
  top: 129px;
  width: 22px;
}

.Event_workshop__titleStar--02,
.Event_workshop__titleStar--07 {
  -webkit-animation-delay: -0.35s;
  animation-delay: -0.35s;
}

.Event_workshop__titleStar--03,
.Event_workshop__titleStar--08 {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}

.Event_workshop__titleStar--04,
.Event_workshop__titleStar--09 {
  -webkit-animation-delay: -1.05s;
  animation-delay: -1.05s;
}

.Event_workshop__titleStar--05,
.Event_workshop__titleStar--10 {
  -webkit-animation-delay: -1.4s;
  animation-delay: -1.4s;
}

.Event_workshop__titleStar--06,
.Event_workshop__titleStar--11 {
  -webkit-animation-delay: -1.75s;
  animation-delay: -1.75s;
}

@-webkit-keyframes workshop-title-star-wiggle {

  0%,
  100% {
    -webkit-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
  }

  20% {
    -webkit-transform: rotate(-12deg) scale(0.685);
    transform: rotate(-12deg) scale(0.685);
  }

  45% {
    -webkit-transform: rotate(8deg) scale(1.14);
    transform: rotate(8deg) scale(1.14);
  }

  70% {
    -webkit-transform: rotate(-5deg) scale(0.94);
    transform: rotate(-5deg) scale(0.94);
  }
}

@keyframes workshop-title-star-wiggle {

  0%,
  100% {
    -webkit-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
  }

  20% {
    -webkit-transform: rotate(-12deg) scale(0.685);
    transform: rotate(-12deg) scale(0.685);
  }

  45% {
    -webkit-transform: rotate(8deg) scale(1.14);
    transform: rotate(8deg) scale(1.14);
  }

  70% {
    -webkit-transform: rotate(-5deg) scale(0.94);
    transform: rotate(-5deg) scale(0.94);
  }
}

@media (prefers-reduced-motion: reduce) {

  .Event_workshop__titleStar,
  .Event_workshop__spTitleStar {
    -webkit-animation: none;
    animation: none;
  }
}

.Event_workshop__star--01 {
  left: 6.7%;
  top: 107px;
  width: 403px;
}

.Event_workshop__star--02 {
  right: 1.4%;
  top: 105px;
  width: 419px;
}

.Event_workshop__star--03 {
  right: -2%;
  top: 7%;
  width: 48px;
}

@media screen and (max-width: 768px) {
  .Event_workshop__star--03 {
    display: block;
    right: -2%;
    top: 4%;
    width: 36px;
  }
}

.Event_workshop__star--04 {
  bottom: 0%;
  left: 1%;
  width: 62px;
}

@media screen and (max-width: 768px) {
  .Event_workshop__star--04 {
    bottom: 0%;
    display: block;
    left: 1%;
    width: 37px;
  }
}

.Event_workshop__inner {
  position: relative;
  z-index: 1;
}

.Event_workshop__header {
  margin: 0 auto 0px;
  position: relative;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .Event_workshop__header {
    margin-bottom: 67px;
  }
}

.Event_workshop__header__bg {
  left: 50%;
  max-width: none;
  position: absolute;
  top: -31%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 374px;
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .Event_workshop__header__bg {
    top: -45%;
    width: 296px;
  }
}

.Event_workshop__header__subtitle {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .Event_workshop__header__subtitle {
    font-size: 15px;
  }
}

.Event_workshop__header .title_sub {
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  /* 24px */
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

@media screen and (max-width: 768px) {
  .Event_workshop__header .title_sub {
    font-size: 17px;
  }
}

.Event_workshop__header h2 {
  font-family: "Work Sans", sans-serif;
  font-size: 64px;
  font-weight: 400;
  line-height: 1;
  margin: 16px 0 8px;
}

@media screen and (max-width: 768px) {
  .Event_workshop__header h2 {
    font-size: min(11vw, 58px);
    margin: 6px 0 4px;
  }
}

.Event_workshop__content {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 65px;
}

@media screen and (max-width: 1400px) {
  .Event_workshop__content {
    gap: 48px;
  }
}

@media screen and (max-width: 950px) {
  .Event_workshop__content {
    gap: 30px;
  }
}

@media screen and (max-width: 768px) {
  .Event_workshop__content {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 34px;
  }
}

.Event_workshop__copy {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 495px;
  flex: 0 1 495px;
}

@media screen and (max-width: 768px) {
  .Event_workshop__copy {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}

.Event_workshop__icon {
  display: block;
  margin: 0 0 18px;
  width: 189px;
}

.Event_workshop__copy h3 {
  font-size: 40px;
  font-weight: 500;
  line-height: 1.4;
  margin: 0 0 16px;
}

@media screen and (max-width: 768px) {
  .Event_workshop__copy h3 {
    font-size: min(8vw, 38px);
    margin: 0 0 7px;
  }
}

.Event_workshop__description {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
  margin: 0 0 24px;
}

@media screen and (max-width: 768px) {
  .Event_workshop__description {
    font-size: min(4.2vw, 18px);
  }
}

@media screen and (max-width: 768px) {
  .Event_workshop__description_wrap {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

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

  .Event_workshop__description_wrap .Event_workshop__description,
  .Event_workshop__description_wrap .Event_workshop__icon {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    width: 50%;
  }

  .Event_workshop__description_wrap .Event_workshop__description {
    margin-bottom: 0;
  }

  .Event_workshop__description_wrap .Event_workshop__icon {
    height: auto;
    margin: 0;
  }
}

.Event_workshop__details {
  margin: 0 0 16px;
}

.Event_workshop__details div {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin-top: 12px;
}

.Event_workshop__details dt,
.Event_workshop__details dd {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.Event_workshop__details dt {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.Event_workshop__details dd {
  margin: 0;
}

.Event_workshop__note {
  font-size: 14px;
  line-height: 1.6;
  margin: 0 0 32px;
  text-align: justify;
}

.Event_button--workshop {
  background: #ecd6a9;
  color: #5b5f6a;
}

.Event_button--workshop img {
  -webkit-filter: none;
  filter: none;
}

.Event_button.Event_button--workshop span {
  font-weight: 500;
}

.Event_workshop__visual_wrap {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 561px;
  flex: 0 0 561px;
}

@media screen and (max-width: 950px) {
  .Event_workshop__visual_wrap {
    -ms-flex-preferred-size: 380px;
    flex-basis: 380px;
  }
}

@media screen and (max-width: 768px) {
  .Event_workshop__visual_wrap {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    margin: 28px auto 30px;
    width: min(84vw, 480px);
  }
}

.Event_workshop__visual {
  height: 100%;
  position: relative;
  width: 100%;
}

.Event_workshop__photo {
  border-radius: 50%;
  display: block;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .Event_workshop__details dd {
    font-size: min(4.2vw, 18px);
  }
}

#info {
  background-color: #502E15;
  background-image: url("/campaign/autumn2026/common/images/infoBG.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 80px 30px;
}

@media screen and (max-width: 768px) {
  #info {
    padding: 40px 0 50px;
  }
}

#info h2 {
  margin-bottom: 56px;
}

#info h2 .info-title {
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  line-height: 1;
  color: white;
}

@media screen and (max-width: 768px) {
  #info h2 .info-title {
    font-size: min(6.2vw, 27px);
    line-height: 1.6;
  }
}

#info .name {
  width: 260px;
  display: block;
  margin: 0 auto 40px;
}

@media screen and (max-width: 768px) {
  #info .name {
    width: min(45%, 240px);
    margin: 0 auto 28px;
  }
}

#info .content_inner {
  border-radius: 20px;
  padding: 30px 0;
  background-color: white;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  #info .content_inner {
    border-radius: 10px;
    padding: 20px 0;
  }
}

#info .content_inner .facility_lists_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#info .content_inner .facility_lists_wrap .facility_lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
  row-gap: 20px;
  width: 90%;
}

@media screen and (max-width: 768px) {
  #info .content_inner .facility_lists_wrap .facility_lists {
    gap: 3%;
    row-gap: 13px;
  }
}

@media screen and (max-width: 768px) {
  #info .content_inner .facility_lists_wrap .facility_lists .list {
    width: 31.3333333333%;
  }
}

#info .content_inner .facility_lists_wrap .facility_lists .list .link_banner_button_wrap .link_banner_button {
  margin-bottom: 0;
}

#info .content_inner .facility_lists_wrap .facility_lists .list .link_banner_button_wrap .link_banner_button .link_txt {
  padding: 16px 25px;
  width: 100px;
  width: 99px;
}

#info .content_inner .facility_lists_wrap .facility_lists .list .link_banner_button_wrap .link_banner_button .link_txt:hover {
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
}

@media screen and (max-width: 768px) {
  #info .content_inner .facility_lists_wrap .facility_lists .list .link_banner_button_wrap .link_banner_button .link_txt {
    padding: 14px 0;
    width: 100%;
  }
}

#info .content_inner .facility_lists_wrap .facility_lists .list .link_banner_button_wrap .link_banner_button .link_txt .selif {
  font-size: 15px;
  white-space: nowrap;
}

@media screen and (max-width: 768px) {
  #info .content_inner .facility_lists_wrap .facility_lists .list .link_banner_button_wrap .link_banner_button .link_txt .selif {
    font-size: min(3.7vw, 15px);
  }
}

#info .content_inner .facility_lists_wrap .facility_lists .list .link_banner_button_wrap .link_banner_button .link_txt:before {
  width: 100px;
  background-color: #C37D37;
  border: 1px solid #341A07;
  border: 1px solid #C37D37;
}

@media screen and (max-width: 768px) {
  #info .content_inner .facility_lists_wrap .facility_lists .list .link_banner_button_wrap .link_banner_button .link_txt:before {
    width: 100%;
  }
}

#info .content_inner .facility_lists_wrap .facility_lists .list .link_banner_button_wrap .link_banner_button .link_txt::after {
  content: none;
}

#info .content_inner .facility_lists_wrap .facility_lists .list .link_banner_button_wrap .link_banner_button .link_txt:hover .selif {
  color: #341A07;
  color: #633201;
}

#info .content_inner .facility_lists_wrap .facility_lists .list .link_banner_button_wrap .link_banner_button .link_txt:hover:before {
  background-color: white;
}

@media screen and (max-width: 768px) {
  #info .link_banner_button_wrap.info_bottom .link_banner_button {
    width: min(55%, 350px);
    margin-bottom: 0;
  }
}

#info .link_banner_button_wrap.info_bottom .link_banner_button .link_txt::before {
  background-color: white;
  border: 1px solid white;
}

#info .link_banner_button_wrap.info_bottom .link_banner_button .link_txt .selif {
  color: black;
}

#info .link_banner_button_wrap.info_bottom .link_banner_button .link_txt::after {
  border-left: 10px solid #341A07;
}

#info .link_banner_button_wrap.info_bottom .link_banner_button .link_txt:hover .selif {
  color: white;
}

#info .link_banner_button_wrap.info_bottom .link_banner_button .link_txt:hover::before {
  background-color: #341A07;
  border: 1px solid white;
}

#info .link_banner_button_wrap.info_bottom .link_banner_button .link_txt:hover::after {
  border-left: 10px solid #ffffff;
}

.concept-article__button,
.panel-link,
.Edition_event__button,
.Present_category__button,
.Sticker_facility_linkWrap__link,
.Present_modal_card__links li a,
.Present_modal_card__rally-list li a,
.Event_button,
.link_txt {
  font-weight: 500;
}

.Present_modal_card__rally-list li .Event_modal__button,
.Present_modal_card__workshop-link.Event_modal__button {
  font-size: var(--event-modal-button-font-size);
}

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

  .concept-article__button,
  .panel-link,
  .Edition_event__button,
  .Present_category__button,
  .Sticker_facility_linkWrap__link,
  .Present_modal_card__links li a,
  .Present_modal_card__rally-list li a,
  .Event_button,
  .link_txt {
    font-size: min(3.7vw, 15px);
  }

  .Present_modal_card__rally-list li .Event_modal__button,
  .Present_modal_card__workshop-link.Event_modal__button {
    font-size: var(--event-modal-button-font-size-sp);
  }
}

/*# sourceMappingURL=style.css.map */