@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: inherit;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-size: 16px;
  font-family: "Noto Sans JP", 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 {
  vertical-align: top;
  width: 100%;
}

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

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

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

/* ーーーーー リセット系ここまで ーーーーー */
body {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 16px;
  font-weight: 800;
}

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

p, h1, h2, h3, h4 {
  rotate: 0.05deg;
}

.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 */
/* Icons */
@font-face {
  font-family: "slick";
  font-weight: normal;
  font-style: normal;
  src: url("./fonts/slick.eot");
}
/* 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;
  } */
/* === flow slider equalizer === */
/* === flow slider equalizer : FIX FLEX & MARGINS === */
.present2-nav__item {
  display: none;
}

.present2-nav__item.is-active {
  display: block;
}

/* ハンバーガーメニュー */
.sp-header-nav_box_ham {
  position: fixed;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
  display: block;
  top: 30px;
  right: 30px;
  width: 80px;
  aspect-ratio: 1/1;
  border: 4px solid #000;
  border-radius: 50%;
  z-index: 8;
  background: white;
}
@media screen and (max-width: 768px) {
  .sp-header-nav_box_ham {
    width: 60px;
    width: 50px;
    top: 10px;
    right: 10px;
    border-width: 3px;
  }
}
.sp-header-nav_box_ham.clicked {
  background: #000;
}
.sp-header-nav_box_ham.clicked .sp-header-nav_box_ham_line {
  background: #FFF;
  width: 35px;
}
@media screen and (max-width: 768px) {
  .sp-header-nav_box_ham.clicked .sp-header-nav_box_ham_line {
    width: 28px;
  }
}

.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: #000;
  width: 20px;
  height: 4px;
  border-radius: 10px;
  left: 50%;
  translate: -50%;
}

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

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

.line-3 {
  top: 44px;
}
@media screen and (max-width: 768px) {
  .line-3 {
    top: 28px;
  }
}

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

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

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

.sp-nav_nav-list {
  max-width: 547px;
  width: 100%;
  height: 100%;
  background-color: #FFF;
  position: fixed;
  top: 0;
  right: 0;
  border-radius: 40px 0 0 40px;
  overflow: hidden;
  -webkit-transition: all 0.2s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 7;
  z-index: 995;
  translate: 101%;
}
@media screen and (max-width: 768px) {
  .sp-nav_nav-list {
    max-width: unset;
    height: 100vh;
  }
}

.sp-nav_nav-list > nav {
  height: 100%;
  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;
}
@media screen and (max-width: 768px) {
  .sp-nav_nav-list > nav {
    height: 100vh;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-top: 70px;
  }
}

.sp-nav_nav-list_box {
  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 40px;
  width: 100%;
  height: 100vh;
  list-style: none;
  padding-inline: 40px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .sp-nav_nav-list_box {
    margin-top: inherit;
    padding-inline: 30px;
    width: 95%;
  }
}
@media screen and (max-width: 530px) {
  .sp-nav_nav-list_box {
    -ms-flex-wrap: unset;
        flex-wrap: unset;
    /* スクロール可能化の基本 */
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -ms-scroll-chaining: none;
        overscroll-behavior: contain;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    /* vvh（JSがメニューopen時に設定） */
    /* フォールバック付き */
    padding-bottom: 120px;
    /* 既存どおり */
    height: 80vh;
  }
}

.sp-nav_nav-list_box_list {
  max-width: 350px;
  width: 100%;
  padding-bottom: 16px;
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 768px) {
  .sp-nav_nav-list_box_list {
    max-width: inherit;
  }
}
@media screen and (max-width: 530px) {
  .sp-nav_nav-list_box_list {
    width: 100%;
  }
}
.sp-nav_nav-list_box_list.--border-none {
  border-bottom: none;
  padding-bottom: none;
}
@media screen and (max-width: 768px) {
  .sp-nav_nav-list_box_list:first-of-type {
    border-top: 1px solid #000;
    padding-top: 21px;
  }
}

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

.sp-nav_nav-list_box_list a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (any-hover: hover) {
  .sp-nav_nav-list_box_list a:hover {
    opacity: 0.7;
  }
}

.sp-nav_nav-list_box_list > a {
  color: #000;
  font-size: 20px;
  display: block;
}

.sp-nav_nav-list_box_list > a > span {
  display: block;
  width: auto;
  height: 20px;
}
@media screen and (max-width: 768px) {
  .sp-nav_nav-list_box_list > a > span {
    height: 16px;
  }
}
.sp-nav_nav-list_box_list > a > span img {
  width: auto;
  height: 100%;
}
.sp-nav_nav-list_box_list > a > span.--small {
  height: 10px;
}

.sp-nav_nav-list_box_list > a > p {
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .sp-nav_nav-list_box_list > a > p {
    margin-top: 8px;
  }
}

.sp-nav_nav-list_sub-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  margin-top: 13px;
  border-top: 1px solid #e5e5e5;
  padding-top: 11px;
}
.sp-nav_nav-list_sub-box a {
  color: #000;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .sp-nav_nav-list_sub-box a {
    font-size: 12px;
  }
}

.sp-nav_nav-list_box_list .menu-main-title {
  font-size: 24px;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .sp-nav_nav-list_box_list .menu-main-title {
    font-size: 16px;
    font-size: 19px;
  }
}

.sp-nav_nav-list_box_list:has(.menu-sub-title) {
  border-bottom: none;
  padding-bottom: none;
}

.sp-nav_nav-list_box_list .menu-sub-title {
  font-size: 16px;
  line-height: 1.3;
}
@media screen and (max-width: 530px) {
  .sp-nav_nav-list_box_list .menu-sub-title {
    margin-bottom: 50px;
  }
}

.nav-opened {
  translate: 0;
}
@media screen and (max-width: 768px) {
  .nav-opened {
    translate: 20px;
  }
}

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

/* デフォは隠す（KV上で透明）*/
.JS_floating {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease, visibility 0.2s ease;
  transition: opacity 0.2s ease, visibility 0.2s ease;
  position: fixed;
  top: calc(env(safe-area-inset-top, 0px));
  right: calc(env(safe-area-inset-right, 0px));
  z-index: 999;
  -webkit-transform: translateZ(0);
}

.JS_floating.is-visible {
  opacity: 1;
  visibility: visible;
}

/* メニュー開いてる間は常に表示（JSのフラグで強制）*/
html.menu-open .JS_floating {
  opacity: 1 !important;
  visibility: visible !important;
}

#js-nav-scroll a {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 9px;
  position: relative;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 768px) {
  #js-nav-scroll a {
    gap: 0;
    display: block;
  }
}
#js-nav-scroll a.vertical {
  display: block;
}
#js-nav-scroll a::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(../images/menuArrow01.svg);
  background-size: 100% 100%;
  width: 8px;
  height: 13px;
  right: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#js-nav-scroll a:hover::after {
  -webkit-transform: translate(10px, -50%);
          transform: translate(10px, -50%);
}
#js-nav-scroll a.subLink {
  font-size: 16px;
  font-weight: 500;
  padding-left: 15px;
}
#js-nav-scroll a.subLink::after {
  right: inherit;
  left: 0px;
  background-image: url(../images/menuArrow02.svg);
  width: 4px;
  height: 8px;
}
#js-nav-scroll a.subLink:hover::after {
  -webkit-transform: translate(6px, -50%);
          transform: translate(6px, -50%);
}

.topBtn {
  position: fixed;
  width: 80px;
  right: 30px;
  top: 123px;
  z-index: 2147483646;
  pointer-events: auto;
}
@media screen and (max-width: 768px) {
  .topBtn {
    width: 50px;
    right: 90px;
    top: 10px;
  }
}

/* spNav は常に操作可能（古いCSSの pointer-events: none を打ち消す） */
#js-sp-nav {
  pointer-events: auto !important;
}

/* 内部スクロール（高さはJSで数値付与） */
#js-nav-scroll {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
  -ms-touch-action: pan-y;
      touch-action: pan-y;
  min-height: 0;
}

/* 親も潰れ防止 */
#js-sp-nav {
  min-height: 0;
}

/* モーダル（矢印遷移付き）ここから */
.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 {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  position: fixed;
}
.modal-content.is-open {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

/* 後で復帰（モーダル）ここまで  */
.modal-wrapper .view-window,
.modal-wrapper2 .view-window {
  position: relative;
  width: 100vw;
  height: 100vh;
}

.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%);
}
@media screen and (max-width: 1050px) {
  .modal-wrapper .modal-content-wrapper,
  .modal-wrapper2 .modal-content-wrapper {
    max-height: -webkit-fit-content;
    max-height: -moz-fit-content;
    max-height: fit-content;
  }
}
@media screen and (max-width: 768px) {
  .modal-wrapper .modal-content-wrapper,
  .modal-wrapper2 .modal-content-wrapper {
    position: relative;
  }
}

.modal-wrapper2 .modal-content-wrapper {
  top: 40px;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
}
@media screen and (max-width: 768px) {
  .modal-wrapper2 .modal-content-wrapper {
    top: 30px;
    width: 90%;
  }
}

.modal-wrapper .modal-content-wrapper {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .modal-wrapper .modal-content-wrapper {
    position: relative;
    -webkit-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
    top: 30px;
    width: 90%;
  }
}

#modal-container,
#modal-container2 {
  width: 100%;
  height: 100%;
}

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

.modal-event {
  width: 580px;
  background: #FFF;
  border: 3px solid #000;
  border-radius: 24px;
  padding: 37px 37px 0;
  position: relative;
  height: calc(100vh - 80px);
  height: 80vh;
  overflow-y: scroll;
  scrollbar-gutter: stable;
}
@media screen and (max-width: 768px) {
  .modal-event {
    width: auto;
    padding: 24px 5% 70px;
    height: 76vh;
  }
}
.modal-event.modal02 {
  height: auto;
}
@media screen and (max-width: 768px) {
  .modal-event.modal02 {
    height: 76vh;
  }
}

.modal-event-title {
  font-size: 24px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .modal-event-title {
    font-size: 20px;
  }
}

.modal-event-text {
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  margin-top: 10px;
  padding-bottom: 34px;
  border-bottom: 2px solid #000;
}
@media screen and (max-width: 768px) {
  .modal-event-text {
    line-height: 1.3;
    padding-bottom: 16px;
  }
}
.modal-event-text.noTxt {
  margin-top: 0;
  padding-bottom: 20px;
}

.modal-event-main-wrap {
  margin-top: 24px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .modal-event-main-wrap {
    margin-top: 16px;
  }
}
.modal-event-main-wrap.wrap02 {
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .modal-event-main-wrap.wrap02 {
    margin-top: 6px;
  }
}

.modal-event-main {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 24px;
  padding-bottom: 37px;
  overflow-y: scroll;
  scrollbar-width: none;
  /* Firefox */
}
.modal-event-main.main02 {
  height: auto;
}
.modal-event-main::-webkit-scrollbar {
  display: none;
  /* Chrome, Safari */
}
@media screen and (max-width: 550px) {
  .modal-event-main {
    grid-template-columns: 1fr;
    gap: 16px;
    padding-bottom: 24;
  }
}

.modal-event-day {
  font-size: 20px;
  margin-top: 8px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .modal-event-day {
    font-size: 18px;
  }
}

.subject-facilily .modal-event-day {
  text-align: left;
}
@media screen and (max-width: 768px) {
  .subject-facilily .modal-event-day {
    text-align: center;
  }
}

.modal-event-main-wrap.subject-facilily {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.modal-event-main.subject-facilily {
  width: 80%;
}

.modal-event-link.btn {
  min-width: unset;
  width: 100%;
  height: 56px;
  background: #000;
  color: #FFF;
  margin-top: 8px;
}
@media screen and (max-width: 768px) {
  .modal-event-link.btn {
    height: 40px;
  }
}
.modal-event-link.btn::after {
  background-color: #FFF;
  -webkit-mask: url(../images/modal-arrow.svg) no-repeat center/contain;
  mask: url(../images/modal-arrow.svg) no-repeat center/contain;
  right: 16px;
}
@media (any-hover: hover) {
  .modal-event-link.btn:hover {
    color: #000;
    background: #FFF;
  }
  .modal-event-link.btn:hover::after {
    background-color: #000;
    translate: 10px -50%;
  }
}

/* ネイティブの縦スクロールバーは隠す（全ブラウザ向け） */
.js_modal_scroll::-webkit-scrollbar {
  display: none;
}

/* Chrome/Safari/Edge */
.js_modal_scroll {
  scrollbar-width: none;
}

/* Firefox */
/* トラック（薄いグレー） */
.js_modal_scroll .modal-scrollbar {
  position: absolute;
  position: fixed;
  top: 0;
  /* ← JSで padding に合わせて上書き */
  right: 6px;
  width: 7px;
  height: 80%;
  /* ← JSで見た目の高さに上書き */
  background: rgba(0, 0, 0, 0.2);
  border-radius: 999px;
  pointer-events: none;
  opacity: 0.85;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

/* サム（濃いグレー） */
.js_modal_scroll .modal-scrollbar__thumb {
  position: absolute;
  left: 0;
  top: 0;
  /* ← JSで translateY する */
  width: 100%;
  height: 40px;
  /* 初期値。JSで上書き */
  background: #363636;
  border-radius: inherit;
  pointer-events: none;
}

/* ホバー時にちょい濃く（任意） */
.js_modal_scroll:hover .modal-scrollbar {
  opacity: 1;
}

.facility_exWrap_Box {
  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: 15px;
  margin-top: 15px;
  margin-bottom: 40px;
}
.facility_exWrap_Box .facility_exWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 5%;
     -moz-column-gap: 5%;
          column-gap: 5%;
  padding: 0px 0 15px;
  border-bottom: 1px solid black;
}
.facility_exWrap_Box .facility_exWrap .facility_name {
  width: 30%;
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 800;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .facility_exWrap_Box .facility_exWrap .facility_name {
    font-size: min(3.5vw, 14px);
    line-height: 1.2;
  }
}
.facility_exWrap_Box .facility_exWrap .facility_place {
  width: 65%;
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .facility_exWrap_Box .facility_exWrap .facility_place {
    font-size: min(3.5vw, 14px);
  }
}
.facility_exWrap_Box .facility_exWrap .facility_place .little {
  font-size: 80%;
}

.pin-spacer-ghost {
  display: block;
  width: 100%;
  pointer-events: none;
}

html {
  font-size: 16px;
}
@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;
  }
}

.all_wrap .contents_wrap {
  position: relative;
  display: block;
  margin: 0 auto;
  background-color: white;
}
.all_wrap .contents_wrap .content_inner {
  max-width: 960px;
  width: 90%;
  display: block;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .all_wrap .contents_wrap .content_inner {
    max-width: 343px;
  }
}
.all_wrap header {
  position: absolute;
  left: 0;
  top: 0;
  max-width: 600px;
  width: 100%;
  z-index: 1000;
}
.all_wrap header .wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.all_wrap header .wrap .header_logo {
  width: 80px;
  margin: 48px;
  position: absolute;
}
@media screen and (max-width: 768px) {
  .all_wrap header .wrap .header_logo {
    width: 70px;
    margin: 30px 0 0 9%;
  }
}
.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;
  z-index: 2;
}
.all_wrap .section_title.--left {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.all_wrap .section_title .en {
  width: auto;
  height: 60px;
}
@media screen and (max-width: 768px) {
  .all_wrap .section_title .en {
    height: min(11.2vw, 42px);
  }
}
.all_wrap .section_title .en.--large {
  height: 66px;
}
@media screen and (max-width: 768px) {
  .all_wrap .section_title .en.--large {
    height: min(13.3333333333vw, 50px);
  }
}
@media screen and (max-width: 374px) {
  .all_wrap .section_title .en.--large {
    height: 45px;
  }
}
@media screen and (max-width: 768px) {
  .all_wrap .section_title .en.--small {
    height: 36px;
  }
}
.all_wrap .section_title .en img {
  width: auto;
  height: 100%;
}
.all_wrap .section_title .ja {
  font-size: 18px;
  margin-top: 12px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .all_wrap .section_title .ja {
    font-size: 14px;
  }
}
.all_wrap .section_title .ja.--white {
  color: #FFF;
}
.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 p {
  color: #000;
  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 p {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .all_wrap .link_banner_button_wrap .link_banner_button .link_txt p {
    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 p {
  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.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 p {
  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 p {
    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 p {
  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;
}
@media screen and (max-width: 768px) {
  .all_wrap footer {
    margin-bottom: 100px;
  }
}
.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;
  }
}

.btn {
  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;
  min-width: 360px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 64px;
  margin-inline: auto;
  color: #000;
  font-size: 18px;
  border-radius: 40px;
  border: 2px solid #000;
  background: #FCC80E;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .btn {
    min-width: unset;
    width: 100%;
    height: 56px;
  }
}
.btn::after {
  content: "";
  width: 10px;
  aspect-ratio: 8/16;
  background-color: #000;
  -webkit-mask: url(../images/arrow.svg) no-repeat center/contain;
  mask: url(../images/arrow.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  right: 27px;
  translate: 0 -50%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .btn::after {
    right: 20px;
  }
}
.btn.--short {
  min-width: 320px;
}
@media screen and (max-width: 768px) {
  .btn.--short {
    min-width: 100%;
  }
}
.btn.--short::after {
  right: 24px;
}
@media screen and (max-width: 768px) {
  .btn.--short::after {
    right: 20px;
  }
}
@media (any-hover: hover) {
  .btn:hover {
    background: #000;
    color: #FCC80E;
  }
  .btn:hover::after {
    background-color: #FCC80E;
    translate: 12px -50%;
  }
}

.inner {
  max-width: 1232px;
  width: 90%;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .inner {
    max-width: 343px;
    width: 95%;
  }
}

.divider {
  width: 100%;
  border-top: 4px solid #000;
  border-bottom: 4px solid #000;
}
.divider span {
  display: block;
  height: 100%;
  background: repeat-x center center/contain;
}
.divider.--1 {
  padding-block: 7px;
}
.divider.--1 img {
  width: 100%;
  display: block;
}
@media screen and (max-width: 768px) {
  .divider.--1 {
    border-width: 3px;
  }
}
.divider.--2 {
  padding-block: 3px 5px;
  position: relative;
  z-index: 1;
  z-index: 2;
  background: white;
}
@media screen and (max-width: 768px) {
  .divider.--2 {
    padding-block: 7px 5px;
  }
}

.divider.--1 {
  overflow: hidden;
}

.divider.--1 .txt {
  display: inline-block;
  /* variableWidth と相性良し */
  margin: 0;
  /* 余白があると継ぎ目が見える */
  padding: 0;
  line-height: 0;
  /* すき間防止 */
}

.divider.--1 img {
  display: block;
  /* 隙間防止 */
  /* 文字の高さに相当する想定値。必要に応じて調整 */
  width: auto;
}

.content-sub-title {
  font-size: 24px;
  line-height: 1.3;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .content-sub-title {
    font-size: 20px;
  }
}

.content-title {
  color: #FFF;
  font-size: 48px;
  line-height: 1.3;
  text-align: center;
  position: relative;
  z-index: 2;
  margin-top: 8px;
}
@media screen and (max-width: 768px) {
  .content-title {
    font-size: min(9.6vw, 36px);
    /* data-text-sp がある場合だけ適用 */
    /* data-text-sp が無い場合 */
  }
  .content-title[data-text-sp]::before, .content-title[data-text-sp]::after {
    content: attr(data-text-sp);
  }
  .content-title:not([data-text-sp])::before, .content-title:not([data-text-sp])::after {
    content: attr(data-text);
  }
}
.content-title::before, .content-title::after {
  content: attr(data-text);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  z-index: -1;
  -webkit-text-stroke-width: 6px;
  -webkit-text-stroke-color: #000;
  white-space: pre-line;
}
.content-title::after {
  color: #000;
  top: calc(50% + 4px);
}
@media screen and (max-width: 768px) {
  .content-title::after {
    top: calc(50% + 3px);
  }
}
.content-title:has(span) {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
.content-title span {
  display: block;
  width: 26px;
  aspect-ratio: 37/55;
  background: url(../images/sweat_img.png) no-repeat center center/contain;
  position: absolute;
  top: 0;
  left: calc(100% + 5px);
}
@media screen and (max-width: 768px) {
  .content-title span {
    width: 24px;
  }
}

/* アンカー対象（各セクション）に付ける */
.anchor-target {
  scroll-margin-top: var(--header-h);
}

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

#search_Area {
  padding-top: 60px;
}
@media screen and (max-width: 768px) {
  #search_Area {
    padding-top: 30px;
  }
}

#KV {
  width: 100%;
  height: auto;
  height: 100vh;
  height: 133vh;
  aspect-ratio: 1440/1111;
  background-color: #0E305A;
  position: relative;
  background-position: bottom;
  overflow: hidden;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  #KV {
    height: 100vh;
    background-color: #0E305A;
  }
}
#KV .KV_BG {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  bottom: 12px;
}
@media screen and (max-width: 768px) {
  #KV .KV_BG {
    bottom: 14px;
    width: 97%;
    left: 50%;
    bottom: 0;
    -webkit-transform: translate(-50%, 0px);
            transform: translate(-50%, 0px);
  }
}

.kv {
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .kv {
    width: 100%;
    height: 100vh;
    position: absolute;
  }
}

.kv-img-wrap {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 100%;
  margin-inline: auto;
  margin-top: min(10.25vh, 82px);
  margin-top: 48px;
  position: relative;
  z-index: 3;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .kv-img-wrap {
    margin-top: 60px;
  }
}

.kv-title {
  max-width: 35.625vw;
  width: auto;
  max-height: -webkit-fit-content;
  max-height: -moz-fit-content;
  max-height: fit-content;
  height: 31%;
  aspect-ratio: 513/248;
  margin-inline: auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .kv-title {
    max-width: unset;
    width: 283px;
    height: auto;
  }
}
@media screen and (max-width: 374px) {
  .kv-title {
    width: 250px;
  }
}

.kv-img {
  max-width: 52.5vw;
  width: auto;
  max-height: -webkit-fit-content;
  max-height: -moz-fit-content;
  max-height: fit-content;
  height: 54%;
  aspect-ratio: 756/432;
  margin-left: 44px;
  margin-top: -10px;
}
@media screen and (max-width: 768px) {
  .kv-img {
    max-width: unset;
    width: 350px;
    height: auto;
    margin-left: auto;
    margin-top: 55px;
    translate: 8px;
  }
}
@media screen and (max-width: 374px) {
  .kv-img {
    width: 300px;
    margin-inline: 50%;
    translate: -50%;
  }
}

.kv-text {
  max-width: 5.7638888889vw;
  width: auto;
  max-height: -webkit-fit-content;
  max-height: -moz-fit-content;
  max-height: fit-content;
  height: 48.625%;
  aspect-ratio: 83/389;
  position: absolute;
  top: min(23.25%, 186px);
  left: 12.7777777778%;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .kv-text {
    max-width: unset;
    width: 198px;
    height: auto;
    aspect-ratio: 198/53;
    top: 224px;
    left: calc(50% - 28px);
    translate: -50%;
  }
}
@media screen and (max-width: 374px) {
  .kv-text {
    top: 200px;
  }
}
.kv-text img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.kv-deco-wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50%;
  z-index: 2;
  pointer-events: none;
}

.cloud-night {
  display: block;
  position: absolute;
}
.cloud-night.--1 {
  width: 184px;
  aspect-ratio: 184/138;
  top: 31.7%;
  left: -5.4%;
}
@media screen and (max-width: 768px) {
  .cloud-night.--1 {
    width: 95px;
    top: 182px;
    left: -36px;
  }
}
.cloud-night.--2 {
  width: 179px;
  aspect-ratio: 179/90;
  top: 5.9%;
  right: 2.5%;
}
@media screen and (max-width: 768px) {
  .cloud-night.--2 {
    width: 97px;
    top: -5px;
    right: 51px;
  }
}
.cloud-night.--3 {
  width: 189px;
  aspect-ratio: 189/138;
  top: 55.9%;
  right: -2.9%;
}
@media screen and (max-width: 768px) {
  .cloud-night.--3 {
    width: 98px;
    top: 180px;
    right: -38px;
  }
}

.star {
  display: block;
  position: absolute;
}
.star.--1 {
  width: 41px;
  aspect-ratio: 41/40;
  top: 18%;
  left: 1%;
}
@media screen and (max-width: 768px) {
  .star.--1 {
    display: none;
  }
}
.star.--2 {
  width: 32px;
  aspect-ratio: 32/31;
  top: 55%;
  left: 4%;
}
@media screen and (max-width: 768px) {
  .star.--2 {
    width: 20px;
    top: 22.3%;
    left: 2.9%;
  }
}
.star.--3 {
  width: 29px;
  aspect-ratio: 29/28;
  top: 8.5%;
  left: 19.2%;
}
@media screen and (max-width: 768px) {
  .star.--3 {
    width: 19px;
    top: 4.5%;
    left: 5.9%;
  }
}
.star.--4 {
  width: 32px;
  aspect-ratio: 32/31;
  top: 14.5%;
  left: 24%;
}
@media screen and (max-width: 768px) {
  .star.--4 {
    width: 21px;
    top: 8.9%;
    left: 17.1%;
  }
}
.star.--5 {
  width: 40px;
  aspect-ratio: 40/40;
  top: 32.5%;
  left: 22.8%;
}
@media screen and (max-width: 768px) {
  .star.--5 {
    display: none;
  }
}
.star.--6 {
  width: 31px;
  aspect-ratio: 31/30;
  top: 57.1%;
  left: 20.8%;
}
@media screen and (max-width: 768px) {
  .star.--6 {
    width: 20px;
    top: 33.7%;
    left: 12.3%;
  }
}
.star.--7 {
  width: 45px;
  aspect-ratio: 45/43;
  top: 1.4%;
  left: 33.5%;
}
@media screen and (max-width: 768px) {
  .star.--7 {
    width: 30px;
    top: 0.8%;
    left: 32.3%;
  }
}
.star.--8 {
  width: 30px;
  aspect-ratio: 30/30;
  top: 4.2%;
  right: 38.3%;
}
@media screen and (max-width: 768px) {
  .star.--8 {
    display: none;
  }
}
.star.--9 {
  width: 45px;
  aspect-ratio: 45/43;
  top: 11.3%;
  right: 19.1%;
}
@media screen and (max-width: 768px) {
  .star.--9 {
    width: 20px;
    top: 8.9%;
    right: 17.9%;
  }
}
.star.--10 {
  width: 32px;
  aspect-ratio: 32/31;
  top: 20.9%;
  right: 24.2%;
}
@media screen and (max-width: 768px) {
  .star.--10 {
    width: 26px;
    top: 31.2%;
    right: 21.1%;
  }
}
.star.--11 {
  width: 41px;
  aspect-ratio: 41/40;
  top: 36.6%;
  right: 12.3%;
}
@media screen and (max-width: 768px) {
  .star.--11 {
    display: none;
  }
}
.star.--12 {
  width: 51px;
  aspect-ratio: 51/51;
  top: 61.2%;
  right: 16.7%;
}
@media screen and (max-width: 768px) {
  .star.--12 {
    width: 33px;
    top: 3.9%;
    right: 0.8%;
  }
}
.star.--13 {
  width: 32px;
  aspect-ratio: 32/31;
  top: 47.6%;
  right: 6.7%;
}
@media screen and (max-width: 768px) {
  .star.--13 {
    display: none;
  }
}
.star.--14 {
  width: 52px;
  aspect-ratio: 52/52;
  top: 24.8%;
  right: 0.9%;
}
@media screen and (max-width: 768px) {
  .star.--14 {
    width: 21px;
    top: 21.5%;
    right: 2.1%;
  }
}

.lottie-container_wrap {
  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;
  position: relative;
  width: 100vw;
  height: 50vh;
}

#lottie-container {
  width: min(120vw, 1500px);
  width: min(117vw, 1420px);
  position: absolute;
  top: -4vw;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
}
@media screen and (max-width: 768px) {
  #lottie-container {
    top: 10%;
    width: 171vw;
    width: min(170vw, 700px);
  }
}

@-webkit-keyframes lightPulse {
  0%, 100% {
    -webkit-transform: scale(var(--smin));
            transform: scale(var(--smin));
  }
  50% {
    -webkit-transform: scale(var(--smax));
            transform: scale(var(--smax));
  }
}

@keyframes lightPulse {
  0%, 100% {
    -webkit-transform: scale(var(--smin));
            transform: scale(var(--smin));
  }
  50% {
    -webkit-transform: scale(var(--smax));
            transform: scale(var(--smax));
  }
}
@keyframes lightPulse {
  0%, 100% {
    -webkit-transform: scale(var(--smin));
            transform: scale(var(--smin));
  }
  50% {
    -webkit-transform: scale(var(--smax));
            transform: scale(var(--smax));
  }
}
.lightWrap {
  /* 位置（そのまま流用） */
  /* 疑似ランダム：個別にバラす（時間・遅延・スケール幅） */
  /* おまけ：.lightが大量にある場合はnth-childで位相だけ散らす */
}
.lightWrap .light {
  position: absolute;
  width: 10%;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  will-change: transform, opacity;
  --smin: .88;
  --smax: 1.22;
  --dur: 3.6s;
  --delay: 0s;
  -webkit-animation: lightPulse var(--dur) ease-in-out var(--delay) infinite alternate;
          animation: lightPulse var(--dur) ease-in-out var(--delay) infinite alternate;
}
.lightWrap .light.light01 {
  left: 6%;
  bottom: 14%;
  width: 5%;
}
@media screen and (max-width: 768px) {
  .lightWrap .light.light01 {
    left: 6%;
    bottom: -14%;
    width: 14%;
  }
}
.lightWrap .light.light03 {
  left: 22%;
  bottom: 3%;
  width: 5%;
}
@media screen and (max-width: 768px) {
  .lightWrap .light.light03 {
    left: 17%;
    bottom: 0%;
    width: 10%;
  }
}
.lightWrap .light.light02 {
  left: 18%;
  bottom: -3%;
  width: 5%;
}
@media screen and (max-width: 768px) {
  .lightWrap .light.light02 {
    left: 74%;
    bottom: 2%;
    width: 5%;
  }
}
.lightWrap .light.light04 {
  left: 24%;
  top: 26%;
  width: 3%;
}
@media screen and (max-width: 768px) {
  .lightWrap .light.light04 {
    left: 14%;
    top: 8%;
    width: 3%;
  }
}
.lightWrap .light.light05 {
  left: 33%;
  bottom: -2%;
  width: 6%;
}
@media screen and (max-width: 768px) {
  .lightWrap .light.light05 {
    left: 53%;
    bottom: -2%;
    width: 6%;
    z-index: 1;
  }
}
.lightWrap .light.light06 {
  left: 38%;
  bottom: 6%;
  width: 4%;
}
@media screen and (max-width: 768px) {
  .lightWrap .light.light06 {
    left: 93%;
    bottom: 21%;
    width: 6%;
  }
}
.lightWrap .light.light08 {
  left: 42%;
  top: 21%;
  width: 3%;
}
@media screen and (max-width: 768px) {
  .lightWrap .light.light08 {
    left: 57%;
    top: 84%;
    width: 5%;
  }
}
.lightWrap .light.light09 {
  right: 30%;
  top: 15%;
  width: 3%;
}
@media screen and (max-width: 768px) {
  .lightWrap .light.light09 {
    right: 4%;
    top: 58%;
    width: 7%;
  }
}
.lightWrap .light.light10 {
  right: 26%;
  bottom: -2%;
  width: 5%;
  -webkit-transform: none !important;
          transform: none !important;
}
.lightWrap .light.light11 {
  right: 20%;
  bottom: -2%;
  width: 6%;
}
@media screen and (max-width: 768px) {
  .lightWrap .light.light11 {
    right: 2%;
    bottom: -5%;
    width: 13%;
    z-index: 1;
  }
}
.lightWrap .light.light12 {
  right: 15%;
  bottom: 1%;
  width: 4%;
}
@media screen and (max-width: 768px) {
  .lightWrap .light.light12 {
    right: -4%;
    bottom: -6%;
    width: 12%;
  }
}
.lightWrap .light.light13 {
  right: 26%;
  bottom: 29%;
  width: 3%;
}
@media screen and (max-width: 768px) {
  .lightWrap .light.light13 {
    right: inherit;
    bottom: inherit;
    top: 13%;
    left: 25%;
    width: 4%;
    z-index: 1;
  }
}
.lightWrap .light.light14 {
  right: 7%;
  top: 10%;
  width: 3%;
}
.lightWrap .light.light15 {
  right: 7%;
  top: 10%;
  width: 3%;
}
@media screen and (max-width: 768px) {
  .lightWrap .light.light15 {
    right: 10%;
    top: 15%;
    width: 4%;
  }
}
.lightWrap .light.light15 {
  right: 0%;
  top: 62%;
  width: 3%;
}
.lightWrap .light.light01 {
  --dur: 3.2s;
  --delay: -0.8s;
  --smin: .9;
  --smax: 1.18;
}
.lightWrap .light.light02 {
  --dur: 4.5s;
  --delay: -1.6s;
  --smin: .8;
  --smax: 1.3;
}
.lightWrap .light.light03 {
  --dur: 3.9s;
  --delay: -0.3s;
  --smin: .88;
  --smax: 1.22;
}
.lightWrap .light:nth-child(1) {
  --delay: calc(-2.4s * (0 / 12));
}
.lightWrap .light:nth-child(2) {
  --delay: calc(-2.4s * (1 / 12));
}
.lightWrap .light:nth-child(3) {
  --delay: calc(-2.4s * (2 / 12));
}
.lightWrap .light:nth-child(4) {
  --delay: calc(-2.4s * (3 / 12));
}
.lightWrap .light:nth-child(5) {
  --delay: calc(-2.4s * (4 / 12));
}
.lightWrap .light:nth-child(6) {
  --delay: calc(-2.4s * (5 / 12));
}
.lightWrap .light:nth-child(7) {
  --delay: calc(-2.4s * (6 / 12));
}
.lightWrap .light:nth-child(8) {
  --delay: calc(-2.4s * (7 / 12));
}
.lightWrap .light:nth-child(9) {
  --delay: calc(-2.4s * (8 / 12));
}
.lightWrap .light:nth-child(10) {
  --delay: calc(-2.4s * (9 / 12));
}
.lightWrap .light:nth-child(11) {
  --delay: calc(-2.4s * (10 / 12));
}
.lightWrap .light:nth-child(12) {
  --delay: calc(-2.4s * (11 / 12));
}

.kv-bg_bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  bottom: -4px;
  width: 100%;
}
@media screen and (max-width: 1300px) {
  .kv-bg_bottom {
    bottom: -0.5vw;
  }
}
@media screen and (max-width: 1000px) {
  .kv-bg_bottom {
    bottom: -0.9vw;
  }
}

#movie {
  overflow: hidden;
  background: #A1D8E6;
  padding-top: 120px;
  position: relative;
  margin-top: -50px;
}
@media screen and (max-width: 768px) {
  #movie {
    padding-top: 64px;
    margin-top: unset;
  }
}

.movie {
  width: 800px;
  margin-inline: auto;
  margin-top: 40px;
  padding: 8px;
  border-radius: 40px;
}
@media screen and (max-width: 1050px) {
  .movie {
    width: 500px;
  }
}
@media screen and (max-width: 768px) {
  .movie {
    width: 343px;
    border-radius: 16px;
    padding: 3px;
    margin-top: 24px;
  }
}
@media screen and (max-width: 374px) {
  .movie {
    width: 280px;
  }
}

.movie-img {
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.movie-img img {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (any-hover: hover) {
  .movie-img:hover img {
    opacity: 0.7;
  }
  .movie-img:hover .movie-arrow {
    background: #000;
    border-color: #FFF;
  }
  .movie-img:hover .movie-arrow path {
    fill: #FFF;
  }
}

.movie-arrow {
  width: 74px;
  aspect-ratio: 1/1;
  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;
  border: 4px #000 solid;
  border-radius: 50%;
  background: #fff;
  -webkit-box-shadow: 0 4px 2px rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 2px rgba(0, 0, 0, 0.25);
  position: absolute;
  top: 189px;
  left: 50%;
  translate: -50%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1050px) {
  .movie-arrow {
    top: 90px;
  }
}
@media screen and (max-width: 768px) {
  .movie-arrow {
    width: 60px;
    top: 67px;
  }
}
@media screen and (max-width: 374px) {
  .movie-arrow {
    top: 50px;
  }
}
.movie-arrow svg {
  width: 37px;
  height: auto;
  aspect-ratio: 1/1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .movie-arrow svg {
    width: 31px;
  }
}
.movie-arrow svg path {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.cloud-wrap {
  width: 1440px;
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50%;
}
@media screen and (max-width: 768px) {
  .cloud-wrap {
    width: 375px;
  }
}

.cloud-day1 {
  width: 112px;
  aspect-ratio: 112/55;
  position: absolute;
}
@media screen and (max-width: 768px) {
  .cloud-day1 {
    width: 54px;
  }
}

.cloud-day2 {
  width: 159px;
  aspect-ratio: 159/76;
  position: absolute;
}
@media screen and (max-width: 768px) {
  .cloud-day2 {
    width: 77px;
  }
}

#movie .cloud-day1.--2 {
  top: 158px;
  left: 230px;
}
@media screen and (max-width: 1050px) {
  #movie .cloud-day1.--2 {
    left: 320px;
  }
}
@media screen and (max-width: 768px) {
  #movie .cloud-day1.--2 {
    top: 7px;
    left: 242px;
  }
}
#movie .cloud-day1.--4 {
  top: 389px;
  right: 38px;
}
@media screen and (max-width: 1050px) {
  #movie .cloud-day1.--4 {
    right: 280px;
  }
}
@media screen and (max-width: 768px) {
  #movie .cloud-day1.--4 {
    top: 114px;
    right: 6px;
  }
}

#movie .cloud-day2.--1 {
  top: 558px;
  left: -33px;
}
@media screen and (max-width: 1050px) {
  #movie .cloud-day2.--1 {
    top: 480px;
    left: 230px;
  }
}
@media screen and (max-width: 768px) {
  #movie .cloud-day2.--1 {
    top: 74px;
    left: -13px;
  }
}
#movie .cloud-day2.--3 {
  top: 74px;
  right: 240px;
}
@media screen and (max-width: 1050px) {
  #movie .cloud-day2.--3 {
    right: 300px;
  }
}
@media screen and (max-width: 768px) {
  #movie .cloud-day2.--3 {
    top: 250px;
    right: -120px;
  }
}

#character {
  background-color: #A1D8E6;
  padding-block: 107px 113px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #character {
    padding-block: 64px;
  }
}

.character {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  margin-top: 106px;
  position: relative;
  z-index: 2;
  /* 省モーション対応 */
}
@media screen and (max-width: 768px) {
  .character {
    margin-top: 71px;
  }
}
.character::before {
  content: "";
  position: absolute;
  top: -14%;
  left: 50%;
  width: 866px;
  aspect-ratio: 1/1;
  background: url(../images/character_circle_02.png) no-repeat center/contain;
  z-index: -2;
  /* ここ大事：移動と回転を同じ transform にまとめる */
  -webkit-transform: translate(-50%, 0) rotate(0deg);
          transform: translate(-50%, 0) rotate(0deg);
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  will-change: transform;
  /* ループ回転（デフォルト20秒） */
  --spin-dur: 100s;
  /* お好みで調整 */
  --spin-dir: normal;
  /* reverse にすると逆回転 */
  -webkit-animation: character-spin var(--spin-dur) linear infinite var(--spin-dir);
          animation: character-spin var(--spin-dur) linear infinite var(--spin-dir);
}
@media screen and (max-width: 768px) {
  .character::before {
    width: 405px;
  }
}
@-webkit-keyframes character-spin {
  to {
    -webkit-transform: translate(-50%, 0) rotate(360deg);
            transform: translate(-50%, 0) rotate(360deg);
  }
}
@keyframes character-spin {
  to {
    -webkit-transform: translate(-50%, 0) rotate(360deg);
            transform: translate(-50%, 0) rotate(360deg);
  }
}
@media (prefers-reduced-motion: reduce) {
  .character .character::before {
    -webkit-animation: none;
            animation: none;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    /* 回転なしで静止 */
  }
}
.character::after {
  content: "";
  min-width: 1440px;
  width: 100vw;
  aspect-ratio: 1440/2122;
  background: url(../images/character_ground.png) no-repeat center center/contain;
  position: absolute;
  top: min(352px - 15.5555555556vw, 128px);
  left: 50%;
  translate: -50%;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .character::after {
    min-width: unset;
    width: max(682px, 100vw);
    aspect-ratio: 680/3213;
    top: 165px;
    background-image: url(../images/character_ground_sp.png);
  }
}

.character-text {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  font-size: 20px;
  line-height: 1.3;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .character-text {
    font-size: 16px;
  }
}

.character-item-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 40px;
  margin-top: 7px;
}
@media screen and (max-width: 768px) {
  .character-item-wrap {
    gap: 23px;
  }
}

.character-item {
  width: 224px;
}
@media screen and (max-width: 768px) {
  .character-item.--1 {
    width: 117px;
  }
}
@media screen and (max-width: 768px) {
  .character-item.--2 {
    width: 128px;
  }
}

.character-img {
  cursor: pointer;
}
.character-img.--1 {
  width: 315px;
  aspect-ratio: 315/342;
  translate: -24px;
}
@media screen and (max-width: 768px) {
  .character-img.--1 {
    width: 167px;
    translate: -15px;
  }
}
@media screen and (max-width: 374px) {
  .character-img.--1 {
    translate: -10px;
  }
}
.character-img.--2 {
  width: 234px;
  aspect-ratio: 234/321;
  margin-top: 21px;
  translate: -8px;
}
@media screen and (max-width: 768px) {
  .character-img.--2 {
    width: 124px;
    margin-top: 11px;
    translate: unset;
  }
}

.character-name {
  font-size: 28px;
  font-weight: 900;
  text-align: center;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .character-name {
    font-size: 16px;
    margin-top: 11px;
  }
}

.character-sub-name {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  color: #FFF;
  background: #000;
  padding: 7px 45px;
  border-radius: 24px;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .character-sub-name {
    color: #000;
    font-size: 14px;
    background: unset;
    padding: unset;
    margin-top: 4px;
    margin-top: 9px;
  }
}
.character-sub-name.--1 {
  position: relative;
}
.character-sub-name.--1::before {
  content: "みた　さんたろう";
  font-size: 10px;
  color: #FFF;
  -webkit-text-stroke-width: 4px;
  -webkit-text-stroke-color: #000;
  position: absolute;
  top: -6px;
  left: 98px;
}
@media screen and (max-width: 768px) {
  .character-sub-name.--1::before {
    display: none;
  }
}
.character-sub-name.--1::after {
  content: "みた　さんたろう";
  font-size: 10px;
  color: #FFF;
  position: absolute;
  top: -6px;
  left: 98px;
}
@media screen and (max-width: 768px) {
  .character-sub-name.--1::after {
    color: black;
    font-size: 9px;
    width: 100px;
    top: -8px;
    left: 32px;
  }
}

.modal_wrap01 {
  width: 1020px;
  padding: 78px 80px 70px;
  border: 3px solid #000;
  border-radius: 24px;
  background: #FFF;
}
@media screen and (max-width: 1300px) {
  .modal_wrap01 {
    width: 800px;
  }
}
@media screen and (max-width: 900px) {
  .modal_wrap01 {
    width: 700px;
  }
}
@media screen and (max-width: 768px) {
  .modal_wrap01 {
    width: 100%;
    padding: 24px 5% 70px;
    height: 76vh;
    overflow-y: scroll;
  }
}

.modal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5%;
}
@media screen and (max-width: 768px) {
  .modal {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 12px;
    width: 100%;
  }
}

.modal-img {
  width: 400px;
  width: 48%;
}
@media screen and (max-width: 768px) {
  .modal-img {
    width: 70%;
    display: block;
    margin: 0 auto;
  }
}

.modal-text-wrap_box {
  width: 47%;
}
@media screen and (max-width: 768px) {
  .modal-text-wrap_box {
    width: 100%;
  }
}

.modal-text-wrap {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 1050px) {
  .modal-text-wrap {
    width: 100%;
    min-height: 0;
    height: auto;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
}

.modal-name {
  font-size: 40px;
  font-weight: 900;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 1050px) {
  .modal-name {
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  .modal-name {
    font-size: 20px;
    text-align: center;
  }
}

.modal-sub-name {
  margin-top: 16px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-bottom: 24px;
  border-bottom: 2px solid #000;
}
@media screen and (max-width: 768px) {
  .modal-sub-name {
    margin-top: 6px;
    text-align: center;
    padding-bottom: 16px;
  }
}

.modal-text {
  margin-top: 24px;
  line-height: 1.6;
  overflow-y: auto;
}
@media screen and (max-width: 1050px) {
  .modal-text {
    min-height: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin-top: 16px;
    padding-bottom: 24px;
  }
}

.modal-close {
  width: 80px;
  aspect-ratio: 1/1;
  position: absolute;
  top: -22px;
  right: -22px;
  z-index: 3;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .modal-close {
    width: 48px;
    top: -14px;
    right: -14px;
  }
}

.butterfly {
  width: 78px;
  aspect-ratio: 78/58;
  position: absolute;
  top: -32px;
  right: -92px;
  translate: 100%;
}
@media screen and (max-width: 1050px) {
  .butterfly {
    translate: unset;
  }
}
@media screen and (max-width: 768px) {
  .butterfly {
    width: 43px;
    top: 3px;
    right: -22px;
  }
}
@media screen and (max-width: 374px) {
  .butterfly {
    right: -5px;
  }
}

#character .cloud-day1.--1 {
  top: 468px;
  left: -25px;
}
@media screen and (max-width: 768px) {
  #character .cloud-day1.--1 {
    top: 15px;
    left: 204px;
  }
}
#character .cloud-day1.--2 {
  top: 212px;
  left: 264px;
}
@media screen and (max-width: 1050px) {
  #character .cloud-day1.--2 {
    left: 320px;
  }
}
@media screen and (max-width: 768px) {
  #character .cloud-day1.--2 {
    top: 60px;
    left: -100px;
  }
}
#character .cloud-day1.--3 {
  top: 176px;
  right: 240px;
}
@media screen and (max-width: 1050px) {
  #character .cloud-day1.--3 {
    right: 310px;
  }
}
@media screen and (max-width: 768px) {
  #character .cloud-day1.--3 {
    top: 144px;
    right: -5px;
  }
}

#character .cloud-day2.--4 {
  top: 303px;
  right: -53px;
}
@media screen and (max-width: 768px) {
  #character .cloud-day2.--4 {
    top: 142px;
    left: -7px;
  }
}

.story {
  background: #FFF;
  border: 4px solid #000;
  border-radius: 40px;
  padding-block: 120px 24px;
  padding-inline: 24px;
  margin-top: 78px;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .story {
    border: 3px solid #000;
    border-radius: 24px;
    padding-block: 50px 16px;
    padding-inline: 12px;
    margin-top: 66px;
  }
}
.story::before {
  content: "";
  width: 59px;
  aspect-ratio: 59/64;
  background: url(../images/silhouette_img1.png) no-repeat center center/contain;
  position: absolute;
  top: 28px;
  left: 36px;
}
@media screen and (max-width: 768px) {
  .story::before {
    width: 33px;
    top: 15px;
    left: 15px;
  }
}
.story::after {
  content: "";
  width: 44px;
  aspect-ratio: 44/60;
  background: url(../images/silhouette_img2.png) no-repeat center center/contain;
  position: absolute;
  top: 33px;
  right: 42px;
}
@media screen and (max-width: 768px) {
  .story::after {
    width: 24px;
    top: 17px;
    right: 17px;
  }
}

.story-text {
  font-size: 24px;
  line-height: 2;
  text-align: center;
  margin-top: 64px;
}
@media screen and (max-width: 768px) {
  .story-text {
    font-size: min(4.2666666667vw, 16px);
    line-height: 1.8;
    margin-top: 40px;
  }
}

.story-cta {
  width: 100%;
  background: #EFE2D3;
  padding: 40px 55px 37px;
  border-radius: 24px;
  margin-top: 95px;
  position: relative;
}
@media screen and (max-width: 1050px) {
  .story-cta {
    padding: 40px calc(32.5097529259vw - 230px);
  }
}
@media screen and (max-width: 768px) {
  .story-cta {
    padding: 24px 16px;
    margin-top: 40px;
  }
}

.story-cta-main {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  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;
}
@media screen and (max-width: 768px) {
  .story-cta-main {
    width: 100%;
  }
}

.story-cta-sub_wrap .story-cta-sub_ex {
  color: #000;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 15px;
}
.story-cta-sub_wrap .story-cta-sub_caution {
  color: #000;
  text-align: center;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.4;
}

.story-cta-title {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-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;
  gap: 6px;
  font-size: 32px;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .story-cta-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 17px;
    font-size: min(6.4vw, 24px);
    gap: 0;
  }
}
.story-cta-title span {
  font-size: 24px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .story-cta-title span {
    font-size: 16px;
  }
}

.story-cta-btn {
  margin-top: 21px;
  margin-bottom: 17px;
}
@media screen and (max-width: 768px) {
  .story-cta-btn {
    margin-top: 24px;
    margin-bottom: 14px;
  }
}

.story-img {
  width: 461px;
  aspect-ratio: 461/370;
  position: absolute;
  top: -33px;
  right: 37px;
  right: 14px;
}
@media screen and (max-width: 1050px) {
  .story-img {
    width: min(37.711313394vw, 350px);
    top: 50%;
    right: -10px;
    translate: 0 -50%;
  }
}
@media screen and (max-width: 768px) {
  .story-img {
    width: min(87.2vw, 327px);
    position: relative;
    /* margin-inline: 50%; */
    /* translate: -50%; */
    margin-top: 18px;
    display: block;
    margin: 0 auto;
    right: inherit;
    top: inherit;
    translate: inherit;
    left: 50%;
    -webkit-transform: translate(-50%);
            transform: translate(-50%);
  }
}

.bird {
  width: 50px;
  aspect-ratio: 50/54;
  position: absolute;
  top: -41px;
  left: calc(100% + 87px);
}
@media screen and (max-width: 1200px) {
  .bird {
    top: -100px;
    left: 95%;
  }
}
@media screen and (max-width: 768px) {
  .bird {
    top: calc(100% + 15px);
    left: 84%;
  }
}

/* ふわふわ上下 */
@-webkit-keyframes cloudBob {
  0%, 100% {
    -webkit-transform: translateY(calc(var(--amp) * -1));
            transform: translateY(calc(var(--amp) * -1));
  }
  50% {
    -webkit-transform: translateY(var(--amp));
            transform: translateY(var(--amp));
  }
}
@keyframes cloudBob {
  0%, 100% {
    -webkit-transform: translateY(calc(var(--amp) * -1));
            transform: translateY(calc(var(--amp) * -1));
  }
  50% {
    -webkit-transform: translateY(var(--amp));
            transform: translateY(var(--amp));
  }
}
#present {
  background: #EA5040;
}

#event {
  background: #27964D;
  border-top: 4px solid #000;
  z-index: 1;
  z-index: 2;
  position: relative;
}

.content-2row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
  padding-block: 120px;
}
@media screen and (max-width: 1200px) {
  .content-2row {
    -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;
    padding-block: 60px 68px;
  }
}
@media screen and (max-width: 768px) {
  .content-2row {
    gap: unset;
    padding-block: 45px 68px;
  }
}

.left-content {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  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;
}
@media screen and (max-width: 1200px) {
  .left-content {
    width: 626px;
  }
}
@media screen and (max-width: 768px) {
  .left-content {
    width: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

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

.left-content-img.--present {
  max-width: 508px;
  aspect-ratio: 508/368;
}
@media screen and (max-width: 768px) {
  .left-content-img.--present {
    width: 258px;
    margin-inline: auto 0;
    margin-top: -25px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 374px) {
  .left-content-img.--present {
    margin-top: -15px;
  }
}
.left-content-img.--event {
  max-width: 544px;
  aspect-ratio: 544/381;
}
@media screen and (max-width: 768px) {
  .left-content-img.--event {
    width: 274px;
    margin-inline: auto 0;
    margin-top: -11px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1200px) {
  .left-content-img {
    margin-inline: auto;
  }
}

.right-content {
  width: 626px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 64px;
}
@media screen and (max-width: 768px) {
  .right-content {
    width: 100%;
    gap: 30px;
  }
}

.right-item {
  background: #FFF;
  border-radius: 32px;
  border: 4px solid #000;
  padding-top: 64px;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .right-item {
    border-radius: 24px;
    padding-top: 40px;
    border-width: 3px;
  }
}

.right-item-number {
  width: 80px;
  aspect-ratio: 1/1;
  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;
  background: #000;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  translate: -12px -12px;
}
@media screen and (max-width: 768px) {
  .right-item-number {
    width: 56px;
    translate: -8px -16px;
  }
}
.right-item-number img {
  width: 42px;
  aspect-ratio: 42/26;
}
@media screen and (max-width: 768px) {
  .right-item-number img {
    width: 34px;
  }
}

.right-item-version {
  display: inline-block;
  color: #FFF;
  line-height: 1.3;
  padding: 5px 16px;
  background: #000;
  border-radius: 4px;
  margin-top: 16px;
}
@media screen and (max-width: 768px) {
  .right-item-version {
    padding: 2px 9px;
    margin-top: 12px;
  }
}

.right-item-days {
  max-width: 466px;
  margin-inline: auto;
  font-size: 18px;
  line-height: 1.4;
  padding-block: 8px;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  margin-top: 16px;
}
@media screen and (max-width: 768px) {
  .right-item-days {
    max-width: 300px;
    font-size: min(4.8vw, 18px);
    width: 95%;
    margin-top: 12px;
  }
}

.right-item-text {
  font-weight: 500;
  line-height: 1.4;
  margin-top: 24px;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .right-item-text {
    margin-top: 16px;
    font-size: min(4.4vw, 16px);
  }
}
.right-item-text span {
  font-weight: 800;
}

.right-item-remark {
  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;
  margin-top: 8px;
}
.right-item-remark.--row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .right-item-remark.--row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.right-item-remark li {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.4;
}

.right-item-btn {
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  .right-item-btn {
    max-width: 311px;
    width: 95%;
  }
}

.right-item-slider {
  overflow: hidden;
  margin-top: 38px;
}
@media screen and (max-width: 768px) {
  .right-item-slider {
    margin-top: 32px;
  }
}
.right-item-slider .slick-dotted.slick-slider {
  margin-bottom: unset;
}
.right-item-slider .slick-slide {
  opacity: 1;
}
.right-item-slider .slick-arrow {
  width: 40px;
  height: auto;
  aspect-ratio: 1/1;
  background: #FFF;
  border-radius: 50%;
  border: 2px solid #000;
}
@media screen and (max-width: 768px) {
  .right-item-slider .slick-arrow {
    width: 32px;
  }
}
.right-item-slider .slick-arrow::before {
  display: block;
  content: "";
  width: 10px;
  height: auto;
  aspect-ratio: 7/13;
  background: url(../images/slick-arrow.svg) no-repeat center center/contain;
  position: absolute;
  top: 52%;
  left: 53%;
  translate: -50% -50%;
}
.right-item-slider .slick-prev {
  -webkit-transform: translate(0, -50%) scaleX(-1);
          transform: translate(0, -50%) scaleX(-1);
}
.right-item-slider .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .right-item-slider .slick-dots {
    gap: 8px;
  }
}
.right-item-slider .slick-dots li,
.right-item-slider .slick-dots button {
  width: 8px;
  height: auto;
  aspect-ratio: 1/1;
  margin: 0;
  padding: 0;
  border-radius: 50%;
}
.right-item-slider .slick-dots button {
  background: #000;
  opacity: 0.3;
}
.right-item-slider .slick-dots .slick-active button {
  opacity: 1;
}
.right-item-slider .slick-dots button::before {
  display: none;
}

#present-slider1 {
  padding-bottom: 24px;
}
#present-slider1 .slick-slide {
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  #present-slider1 .slick-slide {
    padding: 0 15px;
  }
}
#present-slider1 .slick-prev {
  left: 114px;
}
@media screen and (max-width: 768px) {
  #present-slider1 .slick-prev {
    left: 28px;
  }
}
#present-slider1 .slick-next {
  right: 114px;
}
@media screen and (max-width: 768px) {
  #present-slider1 .slick-next {
    right: 28px;
  }
}

#present-slider2 .slick-slide {
  padding: 0 24px;
}
@media screen and (max-width: 768px) {
  #present-slider2 .slick-slide {
    padding: 0 15px;
  }
}
#present-slider2 .slick-prev {
  -webkit-transform: translate(0, -50%) scaleX(-1);
          transform: translate(0, -50%) scaleX(-1);
  left: 108px;
}
@media screen and (max-width: 768px) {
  #present-slider2 .slick-prev {
    left: 39px;
  }
}
#present-slider2 .slick-next {
  right: 108px;
}
@media screen and (max-width: 768px) {
  #present-slider2 .slick-next {
    right: 39px;
  }
}
#present-slider2 .slick-dots {
  bottom: -98px;
}
@media screen and (max-width: 768px) {
  #present-slider2 .slick-dots {
    bottom: -79px;
  }
}

.right-item-card {
  width: 303px;
  aspect-ratio: 303/285;
  margin-left: 38px;
  margin-bottom: 29px;
  margin-top: -44px;
  position: relative;
  z-index: 1;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .right-item-card {
    display: none;
  }
}

.right-item-img {
  pointer-events: none;
}
.right-item-img.--present1 {
  width: 332px;
  aspect-ratio: 332/311;
  position: absolute;
  bottom: 16px;
  right: 12px;
}
@media screen and (max-width: 768px) {
  .right-item-img.--present1 {
    width: 304px;
    aspect-ratio: 304/198;
    margin-inline: auto;
    position: unset;
    margin-block: 14px 27px;
  }
}
.right-item-img.--present2 {
  width: 528px;
  aspect-ratio: 528/231;
  margin-inline: auto;
  padding-left: 10px;
  margin-top: -4px;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .right-item-img.--present2 {
    width: 98%;
    aspect-ratio: 339/174;
    padding-left: unset;
    margin-top: 6px;
    margin-bottom: 9px;
  }
}
.right-item-img.--event1 {
  width: 464px;
  aspect-ratio: 464/277;
  margin-inline: auto;
  margin-top: 10px;
  padding-right: 7px;
  margin-bottom: 46px;
}
@media screen and (max-width: 768px) {
  .right-item-img.--event1 {
    max-width: 300px;
    width: 93%;
    aspect-ratio: 300/186;
    padding-right: unset;
    margin-bottom: 10px;
  }
}
.right-item-img.--event2 {
  width: 483px;
  aspect-ratio: 483/324;
  margin-inline: auto;
  padding-right: 12px;
  margin-top: 24px;
  margin-bottom: 38px;
}
@media screen and (max-width: 768px) {
  .right-item-img.--event2 {
    max-width: 320px;
    width: 95%;
    aspect-ratio: 320/225;
    padding-right: unset;
    margin-top: 16px;
    margin-bottom: 22px;
  }
}

.right-item-event-days {
  font-size: 18px;
  line-height: 1.4;
  margin-top: 16px;
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .right-item-event-days {
    margin-top: 8px;
    margin-bottom: 24px;
  }
}

.right-item-prize {
  margin: 34px auto 0;
  position: relative;
  width: 90%;
}
.right-item-prize .present_prize_img_wrap {
  margin-bottom: 20px;
}
.right-item-prize .present_prize_img.img01 {
  position: relative;
  margin-bottom: 40px;
}
.right-item-prize .present_prize_img.img01 .present_prize_img01 {
  position: relative;
  width: 114%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .right-item-prize .present_prize_img.img01 {
    margin-bottom: 18px;
  }
}
.right-item-prize .present_prize_img.img02 {
  position: relative;
  width: 100%;
}
.right-item-prize .present_prize_img.img02 .present_prize_img02 {
  position: relative;
  width: 87%;
  left: 45%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.right-item-prize .present_prize_img.img03 {
  width: 51%;
  margin-top: 27px;
  position: relative;
  margin-left: 0;
  left: 4%;
}
.right-item-prize .present_prize_img.img04 {
  width: 32%;
  margin-top: -82%;
  position: relative;
  right: -64%;
}
@media screen and (max-width: 768px) {
  .right-item-prize .present_prize_img.img04 {
    right: -66%;
  }
}
.right-item-prize .present_prize_img.img05 {
  margin-top: 14px;
  position: relative;
  margin-left: 10px;
  width: 54%;
}
.right-item-prize .present_prize_img.img06 {
  width: 38%;
  margin-top: -48%;
  position: relative;
  right: -60%;
}
.right-item-prize .prizeNumber {
  position: absolute;
  width: 198px;
}
@media screen and (max-width: 768px) {
  .right-item-prize .prizeNumber {
    width: 100px;
  }
}
@media screen and (max-width: 450px) {
  .right-item-prize .prizeNumber {
    width: 30vw;
  }
}
.right-item-prize .prizeNumber.number01 {
  left: 0%;
  top: 0%;
}
@media screen and (max-width: 768px) {
  .right-item-prize .prizeNumber.number01 {
    left: -1%;
    top: -7%;
  }
}
.right-item-prize .prizeNumber.number02 {
  left: 21%;
  top: 1%;
}
.right-item-prize .prizeNumber.number03 {
  top: 31px;
  left: 12%;
}
@media screen and (max-width: 768px) {
  .right-item-prize .prizeNumber.number03 {
    top: 8%;
    left: 8%;
  }
}
.right-item-prize .prizeNumber.number04 {
  top: 24%;
  left: -18%;
}
@media screen and (max-width: 768px) {
  .right-item-prize .prizeNumber.number04 {
    left: -23%;
  }
}
.right-item-prize .prizeNumber.number05 {
  left: -1%;
  top: 7%;
}
@media screen and (max-width: 768px) {
  .right-item-prize .prizeNumber.number05 {
    left: 0%;
    top: 6%;
  }
}
.right-item-prize .prizeNumber.number06 {
  right: 3%;
  top: -20%;
}
@media screen and (max-width: 768px) {
  .right-item-prize .prizeNumber.number06 {
    right: 3%;
    top: -20%;
  }
}

.right-item-sunvisor {
  width: 594px;
  margin-inline: auto;
  background: #efe2d3;
  border-radius: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 23px;
  padding: 32px 36px;
  margin-top: 38px;
}
@media screen and (max-width: 768px) {
  .right-item-sunvisor {
    max-width: 300px;
    width: 97%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 14px;
    padding: 32px 0;
    margin-top: 32px;
  }
}

.right-item-sunvisor-text {
  font-size: 24px;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .right-item-sunvisor-text {
    font-size: 20px;
  }
}
.right-item-sunvisor-text .redTxt {
  color: #EA5040;
  font-size: 30px;
  font-weight: 800;
}

.right-item-sunvisor-img {
  aspect-ratio: 306/224;
  width: 306px;
  width: 256px;
  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;
}
.right-item-sunvisor-img img {
  display: block;
  margin: 0 auto;
  width: 120%;
}
@media screen and (max-width: 768px) {
  .right-item-sunvisor-img {
    width: 260px;
  }
  .right-item-sunvisor-img img {
    width: 100%;
  }
}

#program {
  background: repeating-linear-gradient(to right, #f4eee2 0 160px, #e9dcc9 160px 320px);
  background-size: 320px 100%;
  background-position: center;
  padding-top: 61px;
  border-radius: 0 0 160px 160px;
  border-left: 4px solid #000;
  border-right: 4px solid #000;
  border-bottom: 4px solid #000;
  position: relative;
  z-index: 2;
  z-index: 3;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #program {
    background: repeating-linear-gradient(to right, #f4eee2 0 60px, #e9dcc9 60px 120px);
    padding-top: 54px;
    border-radius: 0 0 56px 56px;
    border: unset;
    outline: 4px solid #000;
  }
}

.program-title-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 53px;
  margin-left: -18px;
}
@media screen and (max-width: 768px) {
  .program-title-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-left: unset;
    gap: 9px;
  }
}

.program-img {
  width: 531px;
  aspect-ratio: 531/356;
}
@media screen and (max-width: 768px) {
  .program-img {
    max-width: 340px;
    width: 100%;
    margin-left: -5px;
  }
}

.program-title {
  width: 574px;
  aspect-ratio: 574/275;
}
@media screen and (max-width: 768px) {
  .program-title {
    width: 100%;
  }
}

.program-item-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  margin-top: 56px;
}
@media screen and (max-width: 768px) {
  .program-item-wrap {
    gap: 109px;
    margin-top: 24px;
  }
}

.program-item {
  max-width: 1096px;
  width: 100%;
  border: 4px solid #000;
  border-radius: 32px;
  background: #FFF;
  position: relative;
}
@media screen and (max-width: 768px) {
  .program-item {
    border-width: 3px;
    padding: 37px 16px;
  }
}
.program-item.--1 {
  height: 556px;
}
@media screen and (max-width: 768px) {
  .program-item.--1 {
    height: 660px;
  }
}
.program-item.--1 .program_deco01 {
  width: 312px;
  position: absolute;
  top: 134px;
  right: -242px;
  z-index: 1;
}
@media screen and (max-width: 1400px) {
  .program-item.--1 .program_deco01 {
    top: unset;
    bottom: -60px;
    right: 0;
    translate: 20%;
  }
}
@media screen and (max-width: 850px) {
  .program-item.--1 .program_deco01 {
    bottom: -80px;
  }
}
@media screen and (max-width: 768px) {
  .program-item.--1 .program_deco01 {
    width: 210px;
    bottom: -100px;
    left: 60px;
    translate: unset;
  }
}
.program-item.--2, .program-item.--3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px;
}
@media screen and (max-width: 1400px) {
  .program-item.--2, .program-item.--3 {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    gap: 31px;
  }
}
@media screen and (max-width: 768px) {
  .program-item.--2, .program-item.--3 {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 37px 13px 13px;
  }
}
.program-item.--2 {
  margin-left: auto;
}
@media screen and (max-width: 1050px) {
  .program-item.--2 {
    -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;
  }
}
.program-item.--2 .program_deco02 {
  width: 193px;
  aspect-ratio: 193/239;
  position: absolute;
  top: 125px;
  left: -182px;
}
@media screen and (max-width: 1400px) {
  .program-item.--2 .program_deco02 {
    width: 170px;
    aspect-ratio: 274/133;
    top: unset;
    bottom: -20px;
    left: 0;
    translate: -8%;
  }
}
@media screen and (max-width: 768px) {
  .program-item.--2 .program_deco02 {
    width: 274px;
    bottom: -79px;
    left: 41px;
    translate: unset;
  }
}
@media screen and (max-width: 374px) {
  .program-item.--2 .program_deco02 {
    left: 24px;
  }
}
@media screen and (max-width: 1050px) {
  .program-item.--3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.program-item.--3 .program_deco03 {
  width: 217px;
  aspect-ratio: 217/306;
  position: absolute;
  top: 122px;
  right: -201px;
}
@media screen and (max-width: 1400px) {
  .program-item.--3 .program_deco03 {
    width: 190px;
    aspect-ratio: 254/143;
    top: unset;
    bottom: -78px;
    right: 0;
    translate: 5%;
  }
}
@media screen and (max-width: 768px) {
  .program-item.--3 .program_deco03 {
    width: 254px;
    bottom: -89px;
    left: 53px;
    translate: unset;
  }
}
@media screen and (max-width: 374px) {
  .program-item.--3 .program_deco03 {
    left: 35px;
  }
}

.program-text-wrap.--1 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  rotate: -10deg;
  -webkit-transform-origin: top right;
          transform-origin: top right;
  margin-top: 24px;
  margin-left: 18px;
}
@media screen and (max-width: 1400px) {
  .program-text-wrap.--1 {
    margin-top: 10px;
    margin-left: unset;
  }
}
@media screen and (max-width: 768px) {
  .program-text-wrap.--1 {
    width: 100%;
    rotate: unset;
    margin: unset;
  }
}

.program-item1-img-wrap {
  width: 677px;
  aspect-ratio: 677/494;
  position: absolute;
  top: 31px;
  left: 368px;
}
@media screen and (max-width: 1400px) {
  .program-item1-img-wrap {
    scale: 0.8;
    top: 55px;
    left: 22%;
  }
}
@media screen and (max-width: 1200px) {
  .program-item1-img-wrap {
    width: 495px;
    aspect-ratio: 495/432;
    left: 32%;
    scale: 1.05;
  }
}
@media screen and (max-width: 850px) {
  .program-item1-img-wrap {
    scale: 0.9;
    top: 90px;
    left: 29%;
  }
}
@media screen and (max-width: 768px) {
  .program-item1-img-wrap {
    width: 317px;
    aspect-ratio: 317/321;
    top: 253px;
    left: 12px;
    scale: unset;
  }
}
@media screen and (max-width: 374px) {
  .program-item1-img-wrap {
    scale: 0.8;
    left: 2px;
  }
}

.program-item1-img {
  width: 300px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  position: absolute;
}
@media screen and (max-width: 1200px) {
  .program-item1-img {
    width: 200px;
  }
}
@media screen and (max-width: 768px) {
  .program-item1-img {
    width: 164px;
  }
}
.program-item1-img.--1 {
  bottom: 0;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .program-item1-img.--1 {
    bottom: 23px;
  }
}
.program-item1-img.--2 {
  top: 0;
  left: 218px;
  z-index: 2;
}
@media screen and (max-width: 1200px) {
  .program-item1-img.--2 {
    top: 127px;
    left: 157px;
  }
}
@media screen and (max-width: 768px) {
  .program-item1-img.--2 {
    top: 0;
    left: unset;
    right: 0;
  }
}
.program-item1-img.--3 {
  bottom: 0;
  right: 0;
  z-index: 1;
}
@media screen and (max-width: 1200px) {
  .program-item1-img.--3 {
    top: 0;
    bottom: unset;
  }
}
@media screen and (max-width: 768px) {
  .program-item1-img.--3 {
    top: unset;
    bottom: 0;
  }
}

.program-item-bubble {
  width: 300px;
  aspect-ratio: 197/144;
  position: absolute;
  top: 284px;
  left: 57px;
}
@media screen and (max-width: 1400px) {
  .program-item-bubble {
    width: 197px;
  }
}
@media screen and (max-width: 1400px) {
  .program-item-bubble {
    top: 342px;
    left: 66px;
  }
}
@media screen and (max-width: 768px) {
  .program-item-bubble {
    width: 147px;
    aspect-ratio: 147/120;
    rotate: -8deg;
    top: 248px;
    left: 8px;
  }
}

.program-text-wrap {
  width: 469px;
}
@media screen and (max-width: 1400px) {
  .program-text-wrap {
    margin-top: 50px;
  }
}
@media screen and (max-width: 1050px) {
  .program-text-wrap {
    margin-top: unset;
  }
}
@media screen and (max-width: 768px) {
  .program-text-wrap {
    width: 100%;
  }
}

.program-item-btn {
  margin-top: 24px;
}
.program-item2-img {
  width: 523px;
  background: #f4eee2;
  border-radius: 16px;
  overflow: hidden;
  padding-block: 22px 20px;
  padding-inline: 22px 38px;
}
@media screen and (max-width: 768px) {
  .program-item2-img {
    width: 100%;
    border-radius: 16px;
    padding-block: 24px;
    padding-inline: 12px;
  }
}

.program-item3-img {
  width: 522px;
  border-radius: 16px 0 0 16px;
  border-radius: 16px;
  overflow: hidden;
  background: #f4eee2;
}
@media screen and (max-width: 768px) {
  .program-item3-img {
    width: 100%;
    border-radius: 0 0 16px 16px;
    border-radius: 16px;
  }
}

.program-search-text {
  font-size: 18px;
  line-height: 1.4;
  text-align: center;
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  .program-search-text {
    font-size: 16px;
  }
}

.program-step-wrap {
  max-width: 800px;
  margin-inline: auto;
  border-radius: 24px;
  text-align: center;
  background: #FFF;
  padding-bottom: 48px;
  margin-top: 45px;
  border: 5px solid;
  position: relative;
}
@media screen and (max-width: 768px) {
  .program-step-wrap {
    border-radius: 16px;
    margin-top: 95px;
    border: 4px solid;
  }
}
.program-step-wrap .sleep_santa {
  position: absolute;
  left: -81px;
  top: -123px;
  width: 220px;
}
@media screen and (max-width: 1100px) {
  .program-step-wrap .sleep_santa {
    left: -3vw;
    top: -7vw;
    width: 14vw;
  }
}
@media screen and (max-width: 768px) {
  .program-step-wrap .sleep_santa {
    width: 180px;
    top: -91px;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
  }
}

.program-step-wrap_inner {
  padding-inline: 4.5%;
}
@media screen and (max-width: 768px) {
  .program-step-wrap_inner {
    padding-inline: 2.5%;
  }
}
@media screen and (max-width: 768px) {
  .program-step-wrap_inner.sp_none {
    padding-inline: 0%;
  }
}

.program-step-join {
  color: #FFF;
  font-size: 24px;
  line-height: 1.3;
  padding-block: 11px 14px;
  background: #000;
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  .program-step-join {
    padding-block: 8px;
    border-radius: 4px;
  }
}

.program-step-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  font-size: 24px;
  line-height: 1.3;
  margin-top: 18px;
}
@media screen and (max-width: 768px) {
  .program-step-title {
    font-size: 20px;
    margin-top: 6px;
  }
}
.program-step-title em {
  font-size: 56px;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  .program-step-title em {
    font-size: 40px;
  }
}
.program-step-title::before, .program-step-title::after {
  content: "";
  width: 25px;
  aspect-ratio: 25/32;
  background: url(../images/program_step_deco.svg) no-repeat center center/contain;
  margin-top: 20px;
}
.program-step-title::before {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.program-step-item-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  counter-reset: number 0;
  margin-top: 22px;
}
@media screen and (max-width: 768px) {
  .program-step-item-wrap {
    display: block;
  }
}

.program-step-item {
  width: 213px;
  border-radius: 8px;
  border: 2px solid #000;
  padding-block: 33px 19px;
  position: relative;
  counter-increment: number;
  /* ★ 実カードを縦100%＆マージン0（上下marginがズレの元） */
}
@media screen and (max-width: 768px) {
  .program-step-item {
    margin: 0 15px;
    margin-top: 15px;
  }
}
@media screen and (max-width: 450px) {
  .program-step-item {
    height: 270px;
  }
}
.program-step-item picture {
  display: block;
}
.program-step-item::after {
  position: absolute;
  content: "";
  background-image: url(../images/step-arrow.svg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: top;
  width: 18px;
  height: 14px;
  top: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  right: -20%;
}
@media screen and (max-width: 768px) {
  .program-step-item::after {
    right: -36px;
  }
}
.program-step-item:last-of-type::after {
  content: none;
}

.program-step-number {
  width: 97px;
  aspect-ratio: 97/24;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #FFF;
  background: #000;
  border-radius: 13px;
  padding-left: 19px;
  text-align: left;
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% -50%;
}
.program-step-number::before, .program-step-number::after {
  content: counter(number);
  font-size: 26px;
  position: absolute;
  right: 19px;
  top: -5px;
}
.program-step-number::before {
  -webkit-text-stroke-width: 4px;
  -webkit-text-stroke-color: #000;
}

.program-step-img {
  margin-inline: auto;
}
.program-step-img.--1 {
  width: 142px;
}
.program-step-img.--2 {
  width: 142px;
}
.program-step-img.--3 {
  width: 178px;
}
.program-step-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.program-step-text {
  line-height: 1.4;
  margin-top: 16px;
}
.program-step-text span {
  color: #E84F41;
}
.program-step-text.pink {
  padding: 2px 4px;
  color: white;
  background-color: #DA5283;
  border-radius: 4px;
  display: inline-block;
  margin-bottom: 5px;
}
.program-step-text.line02 {
  margin-top: 0;
}

.program-step-arrow {
  width: 18px;
  aspect-ratio: 18/14;
}
@media screen and (max-width: 768px) {
  .program-step-arrow {
    width: 14px;
  }
}

.program-search-prize {
  width: 631px;
  aspect-ratio: 631/637;
  margin-inline: auto;
  margin-top: 41px;
}
@media screen and (max-width: 768px) {
  .program-search-prize {
    width: 428px;
    margin-inline: 50%;
    translate: -50%;
  }
}

.program-hint {
  max-width: 912px;
  margin-inline: auto;
  margin-top: 44px;
}
.program-hint-text-wrap {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  rotate: -8deg;
  -webkit-transform-origin: top right;
          transform-origin: top right;
  margin-left: 86px;
}
@media screen and (max-width: 1050px) {
  .program-hint-text-wrap {
    margin-left: unset;
  }
}
@media screen and (max-width: 768px) {
  .program-hint-text-wrap {
    rotate: unset;
  }
}

.program-hint-text {
  font-size: 24px;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .program-hint-text {
    font-size: 20px;
  }
}

.program-hint-title {
  color: #FFF;
  font-size: 40px;
  line-height: 1.3;
  padding-block: 9px 10px;
  padding-inline: 16px;
  background: url(../images/text-bg.svg) no-repeat center center/contain;
  margin-top: 8px;
}
@media screen and (max-width: 768px) {
  .program-hint-title {
    font-size: min(7.7333333333vw, 29px);
    padding: 7px 12px;
  }
}

.program-hint-item-wrap {
  width: 884px;
  height: auto;
  aspect-ratio: 884/585;
  position: relative;
}
@media screen and (max-width: 1050px) {
  .program-hint-item-wrap {
    scale: 0.8;
    -webkit-transform-origin: center center;
            transform-origin: center center;
    margin-inline: 50%;
    translate: -50%;
    margin-top: -40px;
  }
}
@media screen and (max-width: 768px) {
  .program-hint-item-wrap {
    width: 100%;
    aspect-ratio: unset;
    margin-inline: unset;
    margin-top: 23px;
    scale: unset;
    translate: unset;
  }
}
.program-hint-item-wrap .slider {
  display: contents;
}
@media screen and (max-width: 768px) {
  .program-hint-item-wrap .slider {
    display: block;
  }
}
.program-hint-item-wrap .slider .slick-slide {
  padding: 0 4px;
  opacity: 1;
}

.program-hint-item.slick-slide {
  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;
}

.program-hint-item {
  position: absolute;
}
@media screen and (max-width: 768px) {
  .program-hint-item {
    position: unset;
    padding: 50px 5%;
    border-radius: 16px;
    margin: 0 4px;
    background-image: url(../images/program_hint_fukidashi_sp.png);
    background-size: 100% 100%;
    background-position: top;
    background-repeat: no-repeat;
    height: 300px;
  }
}
.program-hint-item.--1 {
  width: 257px;
  aspect-ratio: 233/200;
  top: 196px;
  left: 36px;
}
.program-hint-item.--2 {
  width: 253px;
  aspect-ratio: 253/217;
  bottom: 11px;
  left: 140px;
}
.program-hint-item.--3 {
  width: 259px;
  aspect-ratio: 313/270;
  top: 144px;
  left: 294px;
}
.program-hint-item.--4 {
  width: 246px;
  aspect-ratio: 251/215;
  top: 74px;
  right: 63px;
}
.program-hint-item.--5 {
  width: 253px;
  aspect-ratio: 253/215;
  top: 272px;
  right: 113px;
}
.program-hint-item .program-hint-item_txt {
  color: #000;
  text-align: center;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.3;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .program-hint-item .program-hint-item_txt {
    top: -3%;
  }
}
.program-hint-item .program_hint_fukidashsi {
  display: block;
  position: absolute;
}
.program-hint-item .program_hint_fukidashsi.--1 {
  width: 100%;
  left: 2%;
  top: -49%;
}
.program-hint-item .program_hint_fukidashsi.--2 {
  width: 100%;
  left: 2%;
  top: -49%;
}
.program-hint-item .program_hint_fukidashsi.--3 {
  width: 100%;
  left: 2%;
  top: -49%;
}
.program-hint-item .program_hint_fukidashsi.--4 {
  width: 100%;
  left: 2%;
  top: -49%;
}
.program-hint-item .program_hint_fukidashsi.--5 {
  width: 100%;
  left: 2%;
  top: -49%;
}

.program-hint-img {
  width: 344px;
  aspect-ratio: 344/282;
  position: absolute;
  top: 348px;
  left: 393px;
}
@media screen and (max-width: 768px) {
  .program-hint-img {
    max-width: 356px;
    width: 90%;
    aspect-ratio: 276/157;
    left: unset;
    top: 215px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.program-hint-btn {
  margin-top: 91px;
}
@media screen and (max-width: 768px) {
  .program-hint-btn {
    margin-top: 193px;
  }
}

.program-search-end-text {
  font-size: 32px;
  line-height: 1.3;
  text-align: center;
  margin-top: 82px;
}
@media screen and (max-width: 768px) {
  .program-search-end-text {
    font-size: 20px;
    margin-top: 64px;
  }
}

.program-search-end-title {
  color: #FFF;
  font-size: 40px;
  line-height: 1.3;
  text-align: center;
  margin-top: 11px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .program-search-end-title {
    font-size: 24px;
    margin-top: 10px;
    /* data-text-sp がある場合だけ適用 */
    /* data-text-sp が無い場合 */
  }
  .program-search-end-title[data-text-sp]::after {
    content: attr(data-text-sp);
  }
  .program-search-end-title:not([data-text-sp])::after {
    content: attr(data-text);
  }
}
.program-search-end-title::after {
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  content: attr(data-text);
  color: #000;
  -webkit-text-stroke-width: 6px;
  -webkit-text-stroke-color: #000;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  z-index: -1;
  white-space: pre-line;
}

.program-search-end-img {
  width: 402px;
  aspect-ratio: 402/354;
  margin-inline: auto;
  translate: 64px 1px;
  margin-top: 37px;
}
@media screen and (max-width: 768px) {
  .program-search-end-img {
    width: 275px;
    aspect-ratio: 275/236;
    translate: -27px;
    margin-top: 29px;
  }
}

#illustrator {
  background: #A1D8E6;
  padding-block: 90px 120px;
  margin-top: 0;
  position: relative;
  z-index: 1;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  #illustrator {
    padding-block: 60px 80px;
    margin-top: 0;
  }
}
#illustrator::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 200px;
  background: #A1D8E6;
  left: 0;
  top: -200px;
}

.illustrator {
  max-width: 805px;
  margin-inline: auto;
  background: #FFF;
  border: 4px solid #000;
  border-radius: 120px;
  padding-top: 175px;
  text-align: center;
  margin-top: 165px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .illustrator {
    border-radius: 40px;
    padding-top: 68px;
    margin-top: 93px;
  }
}
.illustrator::after {
  content: "";
  width: 310px;
  aspect-ratio: 1/1;
  border: 4px solid #000;
  border-radius: 50%;
  position: absolute;
  top: -129px;
  left: 50%;
  translate: -50%;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .illustrator::after {
    width: 130px;
    top: -57px;
  }
}

.illustrator-person {
  width: 310px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  padding: 23px;
  background: #FFF;
  position: absolute;
  top: -125px;
  left: 50%;
  translate: -50%;
}
@media screen and (max-width: 768px) {
  .illustrator-person {
    width: 130px;
    padding: 8px;
    top: -53px;
  }
}
.illustrator-person img {
  border-radius: 50%;
}

.illustrator-name {
  width: 118px;
  aspect-ratio: 118/27;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .illustrator-name {
    width: 121px;
  }
}

.illustrator-text {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.9;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .illustrator-text {
    max-width: 279px;
    margin-inline: auto;
    font-size: 16px;
    margin-top: 24px;
  }
}

.illustrator-img {
  width: 100%;
  aspect-ratio: 805/304;
  border-radius: 0 0 120px 120px;
  border-bottom: 4px solid #000;
  overflow: hidden;
  margin-top: 30px;
  translate: 0 3px;
}
@media screen and (max-width: 768px) {
  .illustrator-img {
    border-radius: 0 0 40px 40px;
    margin-top: 23px;
  }
}

#illustrator .cloud-day1.--1 {
  top: 338px;
  left: 214px;
}
@media screen and (max-width: 1050px) {
  #illustrator .cloud-day1.--1 {
    left: 300px;
  }
}
@media screen and (max-width: 768px) {
  #illustrator .cloud-day1.--1 {
    top: 229px;
    left: -9px;
  }
}
#illustrator .cloud-day1.--3 {
  top: 1133px;
  left: 156px;
}
@media screen and (max-width: 1050px) {
  #illustrator .cloud-day1.--3 {
    left: 200px;
  }
}
@media screen and (max-width: 768px) {
  #illustrator .cloud-day1.--3 {
    top: 727px;
    left: 36px;
  }
}
#illustrator .cloud-day1.--5 {
  top: 611px;
  right: -8px;
}
@media screen and (max-width: 768px) {
  #illustrator .cloud-day1.--5 {
    top: 273px;
    right: -9px;
  }
}
#illustrator .cloud-day1.--6 {
  top: 1176px;
  right: 170px;
}
@media screen and (max-width: 1050px) {
  #illustrator .cloud-day1.--6 {
    top: 1200px;
    right: 300px;
  }
}
@media screen and (max-width: 768px) {
  #illustrator .cloud-day1.--6 {
    top: 760px;
    right: 17px;
  }
}
#illustrator .cloud-day2.--2 {
  top: 738px;
  left: -49px;
}
@media screen and (max-width: 768px) {
  #illustrator .cloud-day2.--2 {
    top: 565px;
    left: -100px;
  }
}
#illustrator .cloud-day2.--4 {
  top: 233px;
  right: 184px;
}
@media screen and (max-width: 1050px) {
  #illustrator .cloud-day2.--4 {
    top: 290px;
  }
}
@media screen and (max-width: 768px) {
  #illustrator .cloud-day2.--4 {
    top: 113px;
    right: 16px;
  }
}

#warning {
  border-top: 4px solid #000;
  padding-block: 120px;
  position: relative;
  z-index: 1;
  z-index: 2;
  background-color: white;
}
@media screen and (max-width: 768px) {
  #warning {
    padding-block: 60px;
  }
}

@media screen and (max-width: 768px) {
  #warning .inner {
    max-width: 600px;
    width: 80%;
  }
}

.warning {
  max-width: 800px;
  margin-inline: auto;
}

.warning-title {
  font-size: 48px;
  line-height: 1.3;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .warning-title {
    font-size: 28px;
  }
}

.warning-text {
  font-size: 18px;
  line-height: 1.6;
  margin-top: 52px;
}
@media screen and (max-width: 768px) {
  .warning-text {
    margin-top: 30px;
    font-size: 14px;
  }
}
.warning-text.--2 {
  margin-top: 28px;
}

.warning-lists {
  margin-top: 28px;
}
.warning-lists li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .warning-lists li {
    font-size: 14px;
  }
}
.warning-lists li::before {
  content: "・";
}

#info {
  background-color: #0E305A;
  padding: 80px 0;
  position: relative;
  z-index: 1;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  #info {
    padding: 40px 0 50px;
  }
}
#info h2 {
  margin-bottom: 56px;
}
#info h2 p {
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  line-height: 1;
  color: white;
}
@media screen and (max-width: 768px) {
  #info h2 p {
    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: #FFF;
  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: 98px;
}
#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 p {
  font-size: 15px;
  white-space: nowrap;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  #info .content_inner .facility_lists_wrap .facility_lists .list .link_banner_button_wrap .link_banner_button .link_txt p {
    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: #FCC80E;
  border: 1px solid #FCC80E;
}
@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 p {
  color: #000;
}
#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: #FCC80E;
  border: 1px solid #000;
}
#info .link_banner_button_wrap.info_bottom .link_banner_button .link_txt p {
  color: #000;
}
#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 p {
  color: #FCC80E;
}
#info .link_banner_button_wrap.info_bottom .link_banner_button .link_txt:hover::before {
  background-color: #000;
  border: 1px solid #FCC80E;
}
#info .link_banner_button_wrap.info_bottom .link_banner_button .link_txt:hover::after {
  border-left: 10px solid #ffffff;
}

:root {
  --frame-w: 10px;
  /* ストライプ帯の厚み */
  --corner-r: 24px;
  /* 内側（見える側）の角R */
  --inner-gap: 8px;
  /* 白フチの太さ */
  --stripe-unit: 32px;
  /* ストライプのピッチ */
}

/* 土台（マスクは掛けない） */
.candy-frame {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 500;
  /* dvh が使える環境ではアドレスバーの出入りに追従 */
  /* もし“表示直後は小さくなりがち”なら最小値で保険をかける */
}
@media screen and (max-width: 768px) {
  .candy-frame {
    position: absolute;
    width: 100%;
    inset: 0;
    height: 100vh;
    padding-bottom: env(safe-area-inset-bottom);
    /* iPhone下部安全域 */
  }
}
@supports (height: 100dvh) {
  .candy-frame .candy-frame {
    height: 100dvh;
  }
}
@supports (height: 100svh) {
  .candy-frame {
    /* 初期表示時の小さいVPにも配慮 */
  }
  .candy-frame .candy-frame {
    min-height: 100svh;
  }
}

/* ストライプ＋中抜きは“::before”だけに適用（ここだけマスク） */
.candy-frame::before {
  content: "";
  position: absolute;
  inset: 0;
  /* ストライプを border 領域に描く */
  border: var(--frame-w) solid transparent;
  background: repeating-linear-gradient(-45deg, #d33 0 calc(var(--stripe-unit) * 1), #0a5 calc(var(--stripe-unit) * 1) calc(var(--stripe-unit) * 2)) border-box;
  /* 中抜きマスク：padding 分を“穴”にする */
  padding: var(--frame-w);
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #000)), -webkit-gradient(linear, left top, left bottom, color-stop(0, #000)) content-box;
  -webkit-mask: linear-gradient(#000 0 0), linear-gradient(#000 0 0) content-box;
  -webkit-mask-composite: xor;
  /* Safari/iOS */
  mask-composite: exclude;
  /* Chrome/Edge/Firefox */
}

/* 白い内フチ（角R）は“::after”。マスクの影響を受けない */
.candy-frame::after {
  content: "";
  position: absolute;
  inset: var(--frame-w);
  border-radius: var(--corner-r);
  -webkit-box-shadow: inset 0 0 0 var(--inner-gap) #fff;
  box-shadow: inset 0 0 0 var(--inner-gap) #fff;
  background: transparent;
  pointer-events: none;
  width: calc(100% - 24px);
  height: calc(100% - 24px);
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.program-search {
  position: relative;
}

.reindeer_serching_Box {
  display: block;
  margin: 0 auto;
  width: 320px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .reindeer_serching_Box {
    width: 180px;
    width: 210px;
    position: relative;
  }
}
.reindeer_serching_Box .visual {
  position: relative;
}
.reindeer_serching_Box .fukidashiTxt {
  position: absolute;
  pointer-events: none;
}
.reindeer_serching_Box .fukidashiTxt.txt01 {
  left: -19px;
  top: 35%;
  width: 100px;
}
@media screen and (max-width: 768px) {
  .reindeer_serching_Box .fukidashiTxt.txt01 {
    width: 71px;
    left: -10%;
  }
}
.reindeer_serching_Box .fukidashiTxt.txt02 {
  right: -5px;
  top: 33%;
  width: 100px;
}
@media screen and (max-width: 768px) {
  .reindeer_serching_Box .fukidashiTxt.txt02 {
    width: 71px;
    right: -16px;
  }
}
.reindeer_serching_Box .fukidashiTxt.txt03 {
  left: 54%;
  top: -11%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 387px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media screen and (max-width: 768px) {
  .reindeer_serching_Box .fukidashiTxt.txt03 {
    width: 232px;
    top: -12%;
  }
}

.program_contents {
  --rein-scroll-buffer: 3000px;
  --rein-scroll-buffer: 1100px;
  margin-top: var(--rein-scroll-buffer);
}
@media screen and (max-width: 768px) {
  .program_contents {
    --rein-scroll-buffer: 1000px;
    --rein-scroll-buffer: 700px;
    margin-top: var(--rein-scroll-buffer);
  }
}

.reindeer_serching_Box_Area {
  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;
  min-height: 100vh;
  height: auto;
  position: relative;
  --rein-scroll-buffer: 5000px;
  --rein-scroll-buffer: 1500px;
}
@media screen and (max-width: 768px) {
  .reindeer_serching_Box_Area {
    min-height: 100lvh;
    --rein-scroll-buffer: 1000px;
  }
}

/* アニメ本体を中央配置（ピン開始前の見た目を安定） */
.reindeer_serching {
  width: 100%;
}

/* スクロール量だけを担うダミー */
.rein-spacer {
  height: var(--rein-scroll-buffer);
  width: 1px;
  /* レイアウト影響を最小に */
  pointer-events: none;
  /* クリック無視 */
}

/* 既存のSP(iOS)だけ微調整する場合（必要なら残す） */
.reindeer_serching .js_txt {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0.01px);
          transform: translateZ(0.01px);
  /* 合成レイヤ化で初期フレーム安定 */
  will-change: opacity, transform;
}

/* ベース */
.star {
  display: inline-block;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  will-change: transform;
}

/* --- カクカク：各角度で“溜め”を作った版（±15°以内） --- */
@-webkit-keyframes jitterA {
  0%, 6% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  /* 0°で少し溜め */
  14%, 20% {
    -webkit-transform: rotate(-8deg);
            transform: rotate(-8deg);
  }
  /* -8°で溜め   */
  28%, 34% {
    -webkit-transform: rotate(12deg);
            transform: rotate(12deg);
  }
  /* +12°で溜め  */
  42%, 48% {
    -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg);
  }
  /* -15°で溜め  */
  56%, 62% {
    -webkit-transform: rotate(6deg);
            transform: rotate(6deg);
  }
  /* +6°で溜め   */
  70%, 76% {
    -webkit-transform: rotate(-3deg);
            transform: rotate(-3deg);
  }
  /* -3°で溜め   */
  84%, 90% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
  /* +15°で溜め  */
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@keyframes jitterA {
  0%, 6% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  /* 0°で少し溜め */
  14%, 20% {
    -webkit-transform: rotate(-8deg);
            transform: rotate(-8deg);
  }
  /* -8°で溜め   */
  28%, 34% {
    -webkit-transform: rotate(12deg);
            transform: rotate(12deg);
  }
  /* +12°で溜め  */
  42%, 48% {
    -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg);
  }
  /* -15°で溜め  */
  56%, 62% {
    -webkit-transform: rotate(6deg);
            transform: rotate(6deg);
  }
  /* +6°で溜め   */
  70%, 76% {
    -webkit-transform: rotate(-3deg);
            transform: rotate(-3deg);
  }
  /* -3°で溜め   */
  84%, 90% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
  /* +15°で溜め  */
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@-webkit-keyframes jitterB {
  0%, 8% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  16%, 22% {
    -webkit-transform: rotate(7deg);
            transform: rotate(7deg);
  }
  30%, 36% {
    -webkit-transform: rotate(-12deg);
            transform: rotate(-12deg);
  }
  44%, 50% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
  58%, 64% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  72%, 78% {
    -webkit-transform: rotate(3deg);
            transform: rotate(3deg);
  }
  86%, 92% {
    -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@keyframes jitterB {
  0%, 8% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  16%, 22% {
    -webkit-transform: rotate(7deg);
            transform: rotate(7deg);
  }
  30%, 36% {
    -webkit-transform: rotate(-12deg);
            transform: rotate(-12deg);
  }
  44%, 50% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
  58%, 64% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  72%, 78% {
    -webkit-transform: rotate(3deg);
            transform: rotate(3deg);
  }
  86%, 92% {
    -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@-webkit-keyframes jitterC {
  0%, 7% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  14%, 20% {
    -webkit-transform: rotate(-6deg);
            transform: rotate(-6deg);
  }
  28%, 34% {
    -webkit-transform: rotate(9deg);
            transform: rotate(9deg);
  }
  42%, 48% {
    -webkit-transform: rotate(-14deg);
            transform: rotate(-14deg);
  }
  56%, 62% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  70%, 76% {
    -webkit-transform: rotate(-2deg);
            transform: rotate(-2deg);
  }
  84%, 90% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@keyframes jitterC {
  0%, 7% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  14%, 20% {
    -webkit-transform: rotate(-6deg);
            transform: rotate(-6deg);
  }
  28%, 34% {
    -webkit-transform: rotate(9deg);
            transform: rotate(9deg);
  }
  42%, 48% {
    -webkit-transform: rotate(-14deg);
            transform: rotate(-14deg);
  }
  56%, 62% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  70%, 76% {
    -webkit-transform: rotate(-2deg);
            transform: rotate(-2deg);
  }
  84%, 90% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@-webkit-keyframes jitterD {
  0%, 10% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  20%, 26% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  36%, 42% {
    -webkit-transform: rotate(-9deg);
            transform: rotate(-9deg);
  }
  52%, 58% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
  68%, 74% {
    -webkit-transform: rotate(-7deg);
            transform: rotate(-7deg);
  }
  84%, 90% {
    -webkit-transform: rotate(4deg);
            transform: rotate(4deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@keyframes jitterD {
  0%, 10% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  20%, 26% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  36%, 42% {
    -webkit-transform: rotate(-9deg);
            transform: rotate(-9deg);
  }
  52%, 58% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
  68%, 74% {
    -webkit-transform: rotate(-7deg);
            transform: rotate(-7deg);
  }
  84%, 90% {
    -webkit-transform: rotate(4deg);
            transform: rotate(4deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
/* ゆっくりめ（1周を長く）＋“瞬間移動”感は steps で維持 */
.js_rotate01 {
  -webkit-animation: jitterA 3.6s steps(12, end) infinite;
          animation: jitterA 3.6s steps(12, end) infinite;
}

.js_rotate02 {
  -webkit-animation: jitterB 4s steps(12, end) infinite;
          animation: jitterB 4s steps(12, end) infinite;
}

.js_rotate03 {
  -webkit-animation: jitterC 3.8s steps(12, end) infinite alternate;
          animation: jitterC 3.8s steps(12, end) infinite alternate;
}

.js_rotate04 {
  -webkit-animation: jitterD 4.2s steps(12, end) infinite;
          animation: jitterD 4.2s steps(12, end) infinite;
}

/* さらにバラけさせる：修飾クラス --1〜--14 を活用して遅延を微妙にズラす */
.star.--1 {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

.star.--2 {
  -webkit-animation-delay: 0.12s;
          animation-delay: 0.12s;
}

.star.--3 {
  -webkit-animation-delay: 0.24s;
          animation-delay: 0.24s;
}

.star.--4 {
  -webkit-animation-delay: 0.36s;
          animation-delay: 0.36s;
}

.star.--5 {
  -webkit-animation-delay: 0.48s;
          animation-delay: 0.48s;
}

.star.--6 {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.star.--7 {
  -webkit-animation-delay: 0.72s;
          animation-delay: 0.72s;
}

.star.--8 {
  -webkit-animation-delay: 0.84s;
          animation-delay: 0.84s;
}

.star.--9 {
  -webkit-animation-delay: 0.96s;
          animation-delay: 0.96s;
}

.star.--10 {
  -webkit-animation-delay: 1.08s;
          animation-delay: 1.08s;
}

.star.--11 {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}

.star.--12 {
  -webkit-animation-delay: 1.32s;
          animation-delay: 1.32s;
}

.star.--13 {
  -webkit-animation-delay: 1.44s;
          animation-delay: 1.44s;
}

.star.--14 {
  -webkit-animation-delay: 1.56s;
          animation-delay: 1.56s;
}

/* 低速端末・ユーザー配慮 */
@media (prefers-reduced-motion: reduce) {
  .js_rotate01,
  .js_rotate02,
  .js_rotate03,
  .js_rotate04 {
    -webkit-animation: none;
            animation: none;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
/* ベース：PC向けの振る舞い（現状ほぼ維持） */
.cloud-night {
  --ampYBase: 20px;
  /* 上下の基準振幅（PC） */
  --ampYMul: 1;
  --ampX: 3px;
  --rot: 0.5deg;
  --dur: 4.2s;
  --delay: 0s;
  display: inline-block;
  will-change: transform;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-animation: bob var(--dur) ease-in-out var(--delay) infinite alternate;
          animation: bob var(--dur) ease-in-out var(--delay) infinite alternate;
  /* ★SPで“狭く”する：ここでしっかり絞る */
}
@media screen and (max-width: 768px) {
  .cloud-night {
    --ampYBase: 6px;
    /* ← 好みで 5〜8px程度に */
    --ampYMul: 0.9;
    /* さらに少しだけ抑える（任意） */
    --ampX: 2px;
    /* 横ゆれも控えめに（任意） */
    --rot: 0.35deg;
    /* 傾きも少しだけ減らす（任意） */
    --dur: 4.4s;
    /* 速すぎると目立つので微調整（任意） */
  }
}

/* 境目なし往復。GPU促進のため translate3d を使用 */
@-webkit-keyframes bob {
  from {
    -webkit-transform: translate3d(calc(var(--ampX) * -1), calc(var(--ampYBase) * var(--ampYMul) * -1), 0) rotate(calc(var(--rot) * -1));
            transform: translate3d(calc(var(--ampX) * -1), calc(var(--ampYBase) * var(--ampYMul) * -1), 0) rotate(calc(var(--rot) * -1));
  }
  to {
    -webkit-transform: translate3d(var(--ampX), calc(var(--ampYBase) * var(--ampYMul)), 0) rotate(var(--rot));
            transform: translate3d(var(--ampX), calc(var(--ampYBase) * var(--ampYMul)), 0) rotate(var(--rot));
  }
}
@keyframes bob {
  from {
    -webkit-transform: translate3d(calc(var(--ampX) * -1), calc(var(--ampYBase) * var(--ampYMul) * -1), 0) rotate(calc(var(--rot) * -1));
            transform: translate3d(calc(var(--ampX) * -1), calc(var(--ampYBase) * var(--ampYMul) * -1), 0) rotate(calc(var(--rot) * -1));
  }
  to {
    -webkit-transform: translate3d(var(--ampX), calc(var(--ampYBase) * var(--ampYMul)), 0) rotate(var(--rot));
            transform: translate3d(var(--ampX), calc(var(--ampYBase) * var(--ampYMul)), 0) rotate(var(--rot));
  }
}
/* パターン（必要ならそのまま使えます） */
.js_float01 {
  --dur: 3.2s;
  --ampYMul: 0.9;
  --ampX: 2px;
  --rot: .35deg;
  --delay: .15s;
}

.js_float02 {
  --dur: 3.5s;
  --ampYMul: 1.0;
  --ampX: 3px;
  --rot: .55deg;
  --delay: .9s;
}

.js_float03 {
  --dur: 3.1s;
  --ampYMul: 1.2;
  --ampX: 3px;
  --rot: .45deg;
  --delay: .5s;
}

.cloud-night.--1 {
  --delay: 0s;
}

.cloud-night.--2 {
  --delay: .3s;
}

.cloud-night.--3 {
  --delay: .6s;
}

/* モーション配慮 */
@media (prefers-reduced-motion: reduce) {
  .cloud-night {
    -webkit-animation: none;
            animation: none;
    -webkit-transform: none;
            transform: none;
  }
}
.js_santa {
  /* === PC基準：コンパクト＆“横だけ少し広め” === */
  --amp: 16px;
  /* 基準振れ幅（縦の基準） */
  --amp-x: calc(var(--amp) * 1.25);
  /* ← 横だけ広げる */
  --amp-y: var(--amp);
  /* 縦はそのまま */
  --dur: 7.6s;
  --tilt: 2deg;
  --scale-min: 0.99;
  display: inline-block;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  will-change: transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-animation: santa-loop var(--dur) ease-in-out infinite;
          animation: santa-loop var(--dur) ease-in-out infinite;
  /* ★SPは“ほんの少しだけ”広め＆ゆっくりめ（横は同倍率で広げる） */
}
@media screen and (max-width: 768px) {
  .js_santa {
    --amp: clamp(12px, 3.8vw, 18px);
    --amp-x: calc(var(--amp) * 1.25);
    /* ← SPも横を少し広げる */
    --amp-y: var(--amp);
    --dur: 8.2s;
    --tilt: 1.5deg;
  }
}

/* 既存 keyframes は流用（編集不要） */
@-webkit-keyframes santa-loop {
  0% {
    -webkit-transform: translate3d(calc(-1 * var(--amp-x)), calc(-1 * var(--amp-y)), 0) rotate(-var(--tilt)) scale(1);
            transform: translate3d(calc(-1 * var(--amp-x)), calc(-1 * var(--amp-y)), 0) rotate(-var(--tilt)) scale(1);
  }
  25% {
    -webkit-transform: translate3d(var(--amp-x), calc(-1 * var(--amp-y)), 0) rotate(0deg) scale(1.01);
            transform: translate3d(var(--amp-x), calc(-1 * var(--amp-y)), 0) rotate(0deg) scale(1.01);
  }
  50% {
    -webkit-transform: translate3d(var(--amp-x), var(--amp-y), 0) rotate(var(--tilt)) scale(var(--scale-min));
            transform: translate3d(var(--amp-x), var(--amp-y), 0) rotate(var(--tilt)) scale(var(--scale-min));
  }
  75% {
    -webkit-transform: translate3d(calc(-1 * var(--amp-x)), var(--amp-y), 0) rotate(0deg) scale(1.01);
            transform: translate3d(calc(-1 * var(--amp-x)), var(--amp-y), 0) rotate(0deg) scale(1.01);
  }
  100% {
    -webkit-transform: translate3d(calc(-1 * var(--amp-x)), calc(-1 * var(--amp-y)), 0) rotate(-var(--tilt)) scale(1);
            transform: translate3d(calc(-1 * var(--amp-x)), calc(-1 * var(--amp-y)), 0) rotate(-var(--tilt)) scale(1);
  }
}
@keyframes santa-loop {
  0% {
    -webkit-transform: translate3d(calc(-1 * var(--amp-x)), calc(-1 * var(--amp-y)), 0) rotate(-var(--tilt)) scale(1);
            transform: translate3d(calc(-1 * var(--amp-x)), calc(-1 * var(--amp-y)), 0) rotate(-var(--tilt)) scale(1);
  }
  25% {
    -webkit-transform: translate3d(var(--amp-x), calc(-1 * var(--amp-y)), 0) rotate(0deg) scale(1.01);
            transform: translate3d(var(--amp-x), calc(-1 * var(--amp-y)), 0) rotate(0deg) scale(1.01);
  }
  50% {
    -webkit-transform: translate3d(var(--amp-x), var(--amp-y), 0) rotate(var(--tilt)) scale(var(--scale-min));
            transform: translate3d(var(--amp-x), var(--amp-y), 0) rotate(var(--tilt)) scale(var(--scale-min));
  }
  75% {
    -webkit-transform: translate3d(calc(-1 * var(--amp-x)), var(--amp-y), 0) rotate(0deg) scale(1.01);
            transform: translate3d(calc(-1 * var(--amp-x)), var(--amp-y), 0) rotate(0deg) scale(1.01);
  }
  100% {
    -webkit-transform: translate3d(calc(-1 * var(--amp-x)), calc(-1 * var(--amp-y)), 0) rotate(-var(--tilt)) scale(1);
            transform: translate3d(calc(-1 * var(--amp-x)), calc(-1 * var(--amp-y)), 0) rotate(-var(--tilt)) scale(1);
  }
}
/* 任意プリセット（--amp を基準に横は自動で広がる） */
.js_santa.fast {
  --dur: 6.8s;
}

.js_santa.slow {
  --dur: 10.5s;
}

.js_santa.xl {
  --amp: 24px;
  --amp-x: calc(var(--amp) * 1.25);
  --amp-y: var(--amp);
}

.js_santa.sm {
  --amp: 12px;
  --amp-x: calc(var(--amp) * 1.25);
  --amp-y: var(--amp);
}

@media (prefers-reduced-motion: reduce) {
  .js_santa {
    -webkit-animation: none;
            animation: none;
    -webkit-transform: none;
            transform: none;
  }
}
/* 2フレーム切替：最小構成（Aで高さを作り、Bを重ねる） */
.swap2 {
  position: relative;
  --period: 1s;
  --period: 0.6s;
  /* デフォルト：1秒ごと切替 */
}

.swap2--600ms {
  --period: .6s;
}

/* 速め */
.swap2 > .swap2__frame {
  display: block;
  width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  will-change: opacity;
}

/* Aはstatic（親の高さを確保）／Bだけ重ねる */
.swap2 > .swap2__a {
  position: static;
  -webkit-animation: swap2-a calc(var(--period) * 2) steps(1, end) infinite both;
          animation: swap2-a calc(var(--period) * 2) steps(1, end) infinite both;
}

.swap2 > .swap2__b {
  position: absolute;
  inset: 0;
  -webkit-animation: swap2-b calc(var(--period) * 2) steps(1, end) infinite both;
          animation: swap2-b calc(var(--period) * 2) steps(1, end) infinite both;
}

/* A と B を交互表示（合計 2*period で一周） */
@-webkit-keyframes swap2-a {
  0%, 49.999% {
    opacity: 1;
  }
  50%, 100% {
    opacity: 0;
  }
}
@keyframes swap2-a {
  0%, 49.999% {
    opacity: 1;
  }
  50%, 100% {
    opacity: 0;
  }
}
@-webkit-keyframes swap2-b {
  0%, 49.999% {
    opacity: 0;
  }
  50%, 100% {
    opacity: 1;
  }
}
@keyframes swap2-b {
  0%, 49.999% {
    opacity: 0;
  }
  50%, 100% {
    opacity: 1;
  }
}
/* モーション配慮 */
@media (prefers-reduced-motion: reduce) {
  .swap2 > .swap2__frame {
    -webkit-animation: none !important;
            animation: none !important;
  }
  .swap2 > .swap2__b {
    display: none;
  }
}
/* 4フレーム切替（各1秒） */
.swap4 {
  position: relative;
  --period: 0.7s;
  /* 1コマの長さ。0.8s 等で全体も連動して短縮 */
}

.swap4 > .swap4__frame {
  display: block;
  width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  will-change: opacity;
}

/* Aで高さを確保、B〜Dは重ねる */
.swap4 > .swap4__a {
  position: static;
}

.swap4 > .swap4__b,
.swap4 > .swap4__c,
.swap4 > .swap4__d {
  position: absolute;
  inset: 0;
}

/* 4秒（= period*4）で一周。各フレームが25%ずつ担当 */
.swap4 > .swap4__a {
  -webkit-animation: swap4-a calc(var(--period) * 4) steps(1, end) infinite both;
          animation: swap4-a calc(var(--period) * 4) steps(1, end) infinite both;
}

.swap4 > .swap4__b {
  -webkit-animation: swap4-b calc(var(--period) * 4) steps(1, end) infinite both;
          animation: swap4-b calc(var(--period) * 4) steps(1, end) infinite both;
}

.swap4 > .swap4__c {
  -webkit-animation: swap4-c calc(var(--period) * 4) steps(1, end) infinite both;
          animation: swap4-c calc(var(--period) * 4) steps(1, end) infinite both;
}

.swap4 > .swap4__d {
  -webkit-animation: swap4-d calc(var(--period) * 4) steps(1, end) infinite both;
          animation: swap4-d calc(var(--period) * 4) steps(1, end) infinite both;
}

@-webkit-keyframes swap4-a {
  0%, 24.999% {
    opacity: 1;
  }
  25%, 100% {
    opacity: 0;
  }
}

@keyframes swap4-a {
  0%, 24.999% {
    opacity: 1;
  }
  25%, 100% {
    opacity: 0;
  }
}
@-webkit-keyframes swap4-b {
  0%, 24.999% {
    opacity: 0;
  }
  25%, 49.999% {
    opacity: 1;
  }
  50%, 100% {
    opacity: 0;
  }
}
@keyframes swap4-b {
  0%, 24.999% {
    opacity: 0;
  }
  25%, 49.999% {
    opacity: 1;
  }
  50%, 100% {
    opacity: 0;
  }
}
@-webkit-keyframes swap4-c {
  0%, 49.999% {
    opacity: 0;
  }
  50%, 74.999% {
    opacity: 1;
  }
  75%, 100% {
    opacity: 0;
  }
}
@keyframes swap4-c {
  0%, 49.999% {
    opacity: 0;
  }
  50%, 74.999% {
    opacity: 1;
  }
  75%, 100% {
    opacity: 0;
  }
}
@-webkit-keyframes swap4-d {
  0%, 74.999% {
    opacity: 0;
  }
  75%, 100% {
    opacity: 1;
  }
}
@keyframes swap4-d {
  0%, 74.999% {
    opacity: 0;
  }
  75%, 100% {
    opacity: 1;
  }
}
/* モーション配慮 */
@media (prefers-reduced-motion: reduce) {
  .swap4 > .swap4__frame {
    -webkit-animation: none !important;
            animation: none !important;
  }
  .swap4 > .swap4__b,
  .swap4 > .swap4__c,
  .swap4 > .swap4__d {
    display: none;
  }
}
.swap2--800ms {
  --period: .8s;
}

.character_line_wrap_box {
  overflow: hidden;
}

.character_line_wrap {
  width: 3000px;
}
@media screen and (max-width: 450px) {
  .character_line_wrap {
    position: relative;
    left: -9vw;
  }
}
.character_line_wrap .character_line_wrap_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 450px) {
  .character_line_wrap .character_line_wrap_inner {
    gap: 1vw;
  }
}

.characterLine01 {
  width: 110px;
}
@media screen and (max-width: 450px) {
  .characterLine01 {
    width: 27vw;
  }
}

.characterLine02 {
  width: 74px;
}
@media screen and (max-width: 450px) {
  .characterLine02 {
    width: 19vw;
  }
}

.starLine01 {
  width: 140px;
}
@media screen and (max-width: 768px) {
  .starLine01 {
    width: 20px;
  }
}
@media screen and (max-width: 450px) {
  .starLine01 {
    width: 8vw;
  }
}

.modal-content-wrapper:has(.modal-present) {
  max-width: unset;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@media screen and (max-width: 768px) {
  #modal-container:has(.modal-present) {
    width: 90%;
  }
}

.modal-present {
  width: 100%;
}

.modal-present-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  margin-bottom: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 950px) {
  .modal-present-main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: unset;
  }
}
@media screen and (max-width: 768px) {
  .modal-present-main {
    margin-top: 30px;
    margin-bottom: 20px;
  }
}

.modal-present-text-wrap {
  width: 321px;
  margin-left: 13px;
  margin-top: 35px;
  margin-top: 68px;
}
@media screen and (max-width: 950px) {
  .modal-present-text-wrap {
    width: 100%;
    margin-top: unset;
    margin-left: unset;
  }
}

.modal-present-text {
  line-height: 1.4;
  text-align: center;
}
.modal-present-text span {
  color: #da5283;
  font-size: 24px;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .modal-present-text span {
    font-size: min(5.8vw, 25px);
  }
}

.modal-present-lottery {
  width: 132px;
  aspect-ratio: 132/47;
  margin-inline: auto;
}

.modal-present-winning {
  font-size: 32px;
  line-height: 1.4;
  text-align: center;
  margin-top: -4px;
}
@media screen and (max-width: 768px) {
  .modal-present-winning {
    font-size: 20px;
  }
}
.modal-present-winning span {
  display: inline-block;
  color: #da5283;
  font-size: 40px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .modal-present-winning span {
    font-size: min(10.5vw, 41px);
  }
}
.modal-present-winning span::after {
  content: "";
  width: 100%;
  height: 13px;
  background: #fff981;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.modal-present-img-wrap {
  width: 310px;
  margin-top: -86px;
  margin-top: -39px;
}
@media screen and (max-width: 950px) {
  .modal-present-img-wrap {
    width: 100%;
    margin-top: -10px;
  }
}

.modal-present-img {
  max-width: 322px;
  width: 100%;
  aspect-ratio: 322/346;
}
@media screen and (max-width: 950px) {
  .modal-present-img {
    translate: 5px;
  }
}

.modal-present-title {
  font-size: 14px;
  line-height: 1.3;
  text-align: center;
  margin-top: 2px;
}
/*# sourceMappingURL=style.css.map */
