@charset "UTF-8";
:root {
  --ff-aoboshi-one: "Aoboshi One", serif;
  --ff-chewy: "Chewy", system-ui, sans-serif;
  --ff-noto-serif-jp: "Noto Serif JP", serif;
  --ff-zen-maru-gothic: "Zen Maru Gothic", sans-serif;
  --ff-zen-kaku-gothic-new: "Zen Kaku Gothic New", sans-serif;
  --ff-noto-sans-jp: "Noto Sans JP", sans-serif;
  --ff-poppins: "Poppins", sans-serif;
  --color-text: #4E2F2F;
  --color-pink:#F082A7;
  --color-light-pink: #FFE8F1;
  --color-white: #FFFFF8;
  --color-green: #41A33A;
  --color-green-yellow: #DBEA38;
  --color-been: #CFE011;
  --color-light-brown: rgba(78, 47, 47, 0.60);
  --color-blue: #50B3D7;
  --color-dark-blue: #1489B4;
  --color-light-blue: #CFF9FE;
  --color-yellow: #FAEB18;
  --color-red: #E95F52;
}

@-webkit-keyframes float-up {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
}

@keyframes float-up {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
}
@-webkit-keyframes float-down {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
  }
}
@keyframes float-down {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
  }
}
.float-up-start {
  -webkit-animation: float-up 3s ease-in-out infinite;
          animation: float-up 3s ease-in-out infinite;
}

.float-down-start {
  -webkit-animation: float-down 3s ease-in-out infinite;
          animation: float-down 3s ease-in-out infinite;
}

@-webkit-keyframes sway-lr {
  0% {
    -webkit-transform: rotate(-6deg);
            transform: rotate(-6deg);
  }
  50% {
    -webkit-transform: rotate(6deg);
            transform: rotate(6deg);
  }
  100% {
    -webkit-transform: rotate(-6deg);
            transform: rotate(-6deg);
  }
}

@keyframes sway-lr {
  0% {
    -webkit-transform: rotate(-6deg);
            transform: rotate(-6deg);
  }
  50% {
    -webkit-transform: rotate(6deg);
            transform: rotate(6deg);
  }
  100% {
    -webkit-transform: rotate(-6deg);
            transform: rotate(-6deg);
  }
}
.sway-lr {
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-animation: sway-lr 3s ease-in-out infinite;
          animation: sway-lr 3s ease-in-out infinite;
}

@-webkit-keyframes sway-rl {
  0% {
    -webkit-transform: rotate(6deg);
            transform: rotate(6deg);
  }
  50% {
    -webkit-transform: rotate(-6deg);
            transform: rotate(-6deg);
  }
  100% {
    -webkit-transform: rotate(6deg);
            transform: rotate(6deg);
  }
}

@keyframes sway-rl {
  0% {
    -webkit-transform: rotate(6deg);
            transform: rotate(6deg);
  }
  50% {
    -webkit-transform: rotate(-6deg);
            transform: rotate(-6deg);
  }
  100% {
    -webkit-transform: rotate(6deg);
            transform: rotate(6deg);
  }
}
.sway-rl {
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-animation: sway-rl 3s ease-in-out infinite;
          animation: sway-rl 3s ease-in-out infinite;
}

.js-scale-in {
  opacity: 0;
  scale: 0;
  -webkit-transition: opacity 0.6s ease, scale 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
  transition: opacity 0.6s ease, scale 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
  -webkit-transform-origin: bottom center;
          transform-origin: bottom center;
}
.js-scale-in.is-visible {
  opacity: 1;
  scale: 1;
}

/*----------------------------------------------
	Overall settings
-----------------------------------------------*/
body {
  color: var(--color-text);
  text-align: center;
  background: none;
  font-family: var(--ff-zen-maru-gothic);
}

body.ovh {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
}

a {
  color: #111;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

a:hover {
  opacity: 0.7;
  text-decoration: none;
}

.underline {
  text-decoration: underline;
}

em {
  font-style: inherit;
  font-weight: inherit;
}

#wrapper {
  overflow-x: clip;
}

/*------------------------------ responsive ------------------------------*/
@media screen and (max-width: 540px) {
  body {
    min-width: inherit;
  }
  a:hover {
    opacity: 1;
  }
}
@media screen and (max-width: 350px) {
  html {
    font-size: 50%;
  }
}
.wrap {
  padding-left: 3%;
  padding-right: 3%;
}

.rtb {
  position: relative;
}

/*------------------------------
sp_menu
-------------------------------*/
#sp_menu {
  display: block;
  width: 100%;
  padding: 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 90;
  overflow: visible;
}

@media screen and (min-width: 769px) {
  #sp_menu {
    display: none;
    background: url(../img/menu_btn.webp) no-repeat center/100%;
  }
}
#sp_menu .menu {
  width: clamp(6.7076923077rem, 20.9615384615vw, 10.9rem);
  height: auto;
  aspect-ratio: 109/94;
  position: absolute;
  top: clamp(6.4615384615rem, 20.1923076923vw, 10.5rem);
  right: clamp(1.4153846154rem, 4.4230769231vw, 2.3rem);
  z-index: 22;
  cursor: pointer;
  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;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: clamp(0.8615384615rem, 2.6923076923vw, 1.4rem);
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background: url("../img/menu_btn.webp") no-repeat center/100%;
  padding-top: clamp(1.3538461538rem, 4.2307692308vw, 2.2rem);
}

.menu_lines {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(0.5230769231rem, 1.6346153846vw, 0.85rem);
  width: clamp(1.7230769231rem, 5.3846153846vw, 2.8rem);
}

.menu_lines .line {
  display: block;
  width: 100%;
  height: 1.5px;
  background: #fff;
  border-radius: 2px;
  scale: 1 1.1;
  -webkit-transition: translate 0.4s ease, rotate 0.4s ease, opacity 0.4s ease, scale 0.4s ease;
  transition: translate 0.4s ease, rotate 0.4s ease, opacity 0.4s ease, scale 0.4s ease;
}

#sp_menu .menu .icon {
  font-size: clamp(0.8615384615rem, 2.6923076923vw, 1.4rem);
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1;
  margin: 0;
}

#sp_menu .menu.active .menu_lines .line:nth-child(1) {
  translate: 0 calc(clamp(0.5230769231rem, 1.6346153846vw, 0.85rem) + 1.5px);
  rotate: 225deg;
}

#sp_menu .menu.active .menu_lines .line:nth-child(2) {
  opacity: 0;
  scale: 0 1;
}

#sp_menu .menu.active .menu_lines .line:nth-child(3) {
  translate: 0 calc((clamp(0.5230769231rem, 1.6346153846vw, 0.85rem) + 1.5px) * -1);
  rotate: -225deg;
}

#screen {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.55);
  z-index: 50;
}

#gnav {
  display: block;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  float: none;
  width: 100%;
  max-height: 100vh;
  padding-bottom: 100px;
  margin: 0;
  position: absolute;
  top: -1000px;
  left: 0;
  z-index: 10;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  overflow: auto;
}

#gnav.open {
  -webkit-transform: translateY(1000px);
  transform: translateY(1000px);
}

#gnav ul {
  text-align: left;
  background: #41A33A;
  padding: clamp(13.3538461538rem, 41.7307692308vw, 21.7rem) clamp(3.9384615385rem, 12.3076923077vw, 6.4rem) clamp(4.1846153846rem, 13.0769230769vw, 6.8rem);
  position: relative;
}
#gnav ul::after {
  position: absolute;
  content: "";
  bottom: clamp(-4.3rem, -8.2692307692vw, -2.6461538462rem);
  left: 0;
  min-width: 100%;
  width: clamp(32pxrem, 100pxvw, 52pxrem);
  height: auto;
  aspect-ratio: 520/87;
  background: url("../img/wave_green.webp") no-repeat center center/contain;
}

#gnav ul li {
  padding-bottom: clamp(2.4615384615rem, 7.6923076923vw, 4rem);
  background-image: radial-gradient(circle, #ffffff clamp(0.1230769231rem, 0.3846153846vw, 0.2rem), transparent clamp(0.1230769231rem, 0.3846153846vw, 0.2rem));
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: clamp(0.5538461538rem, 1.7307692308vw, 0.9rem) clamp(0.2461538462rem, 0.7692307692vw, 0.4rem);
}
#gnav ul li:not(:first-child) {
  padding-top: clamp(1.8461538462rem, 5.7692307692vw, 3rem);
}

#gnav ul li a {
  color: #fff;
  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;
  width: 100%;
  font-size: clamp(1.3538461538rem, 4.2307692308vw, 2.2rem);
  line-height: 1.1363636364;
  letter-spacing: 0.05em;
}
#gnav ul li a::after {
  content: "";
  width: clamp(1.3538461538rem, 4.2307692308vw, 2.2rem);
  height: auto;
  aspect-ratio: 1;
  background: url("../img/icon_arrow_pink.svg") no-repeat center center/contain;
}

/**************アンカー位置調整************/
#junbi {
  scroll-margin-top: clamp(-11rem, -21.1538461538vw, -6.7692307692rem);
}

#menu_goods {
  scroll-margin-top: clamp(-3.6rem, -6.9230769231vw, -2.2153846154rem);
}

#alcohol {
  scroll-margin-top: clamp(5.1692307692rem, 16.1538461538vw, 8.4rem);
}

#newopen {
  scroll-margin-top: clamp(3.6923076923rem, 11.5384615385vw, 6rem);
}

/*----------------------------------------------
	main
-----------------------------------------------*/
#main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  container-type: inline-size;
  max-width: 1366px;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  #main {
    padding-right: 20px;
  }
}
@media screen and (min-width: 1200px) {
  #main {
    padding-right: 0;
  }
}

#main img {
  vertical-align: bottom;
}

#main:before {
  display: block;
  content: "";
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background: url("../../common/img/mv_bg.webp") no-repeat center center/cover;
  z-index: -99;
}

#main .pc_left {
  display: none;
}
@media screen and (min-width: 768px) {
  #main .pc_left {
    display: block;
    position: sticky;
    top: 0;
    right: 0;
    width: calc(100cqw - 520px + 20px);
    position: relative;
  }
}
@media screen and (min-width: 1200px) {
  #main .pc_left {
    width: calc(100cqw - 759px);
  }
}

.pc_right {
  display: none;
}
@media screen and (min-width: 1200px) {
  .pc_right {
    display: block;
    width: 239px;
    position: sticky;
    color: #fff;
    top: 0;
    right: 0;
    height: 100vh;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 0.6s ease;
    transition: opacity 0.6s ease;
  }
}

.right_slide_wrapper {
  overflow: hidden;
  --slide-gap: 0px;
  --duration: 12s;
  width: 165px;
  margin-inline: auto;
  display: grid;
  gap: var(--slide-gap);
  will-change: transform;
  -webkit-animation: right-slide-down var(--duration) linear infinite;
          animation: right-slide-down var(--duration) linear infinite;
  position: relative;
  z-index: 1;
}

.right_slide_item {
  width: 100%;
  height: auto;
  aspect-ratio: 165/110;
}
.right_slide_item img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

@-webkit-keyframes right-slide-down {
  0% {
    -webkit-transform: translateY(calc(-50% - var(--slide-gap) / 2));
            transform: translateY(calc(-50% - var(--slide-gap) / 2));
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes right-slide-down {
  0% {
    -webkit-transform: translateY(calc(-50% - var(--slide-gap) / 2));
            transform: translateY(calc(-50% - var(--slide-gap) / 2));
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@media (prefers-reduced-motion: reduce) {
  .right_slide_wrapper {
    -webkit-animation: none;
            animation: none;
  }
}
.pc_right_cloud {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 380px;
  height: auto;
  max-width: initial;
}

#wrap {
  position: relative;
  overflow-x: hidden;
}
@media screen and (min-width: 768px) {
  #wrap {
    width: 520px;
    margin-top: 120vh;
    position: relative;
    overflow-x: initial;
  }
}

.wrap_inner {
  position: relative;
}
@media screen and (min-width: 768px) {
  .wrap_inner {
    z-index: 10;
    border-radius: 40px;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    min-height: 120vh;
    overflow: hidden;
  }
  .wrap_inner:before {
    display: block;
    position: absolute;
    content: "";
    width: 100%;
    height: auto;
    aspect-ratio: 520/1682;
    background: url("../../common/img/mv_bg.webp") no-repeat center center/cover;
    z-index: -99;
  }
}

.mv {
  position: relative;
  translate: 0 -51px;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .mv {
    position: fixed;
    bottom: max(80px, 100vh - 740px);
    left: 50%;
    translate: -50% -120px;
    width: calc(100cqw - 540px);
    -webkit-transition: translate 1s ease;
    transition: translate 1s ease;
  }
}
@media screen and (min-width: 1200px) {
  .mv {
    width: calc(100cqw - 759px);
  }
}

.mv_main {
  padding-bottom: 33.4615384615%;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .mv_main {
    padding-bottom: 0;
    width: 602px;
    max-width: 100%;
    margin-inline: auto;
    z-index: 1;
  }
}
@media screen and (min-width: 1200px) {
  .mv_main {
    padding-bottom: 0;
    width: 602px;
  }
}

.mv_illust {
  display: block;
}
@media screen and (min-width: 768px) {
  .mv_illust {
    scale: 1.3;
    -webkit-transform-origin: top center;
            transform-origin: top center;
    -webkit-transition: scale 0.3s ease;
    transition: scale 0.3s ease;
  }
}

@media screen and (min-width: 768px) {
  .mv.js-active {
    translate: calc(-50% - 270px) -120px;
  }
  .mv.js-active .mv_title {
    translate: -50% 55%;
    scale: 1.0923076923;
    -webkit-transition: translate 0.3s ease, scale 0.3s ease;
    transition: translate 0.3s ease, scale 0.3s ease;
  }
}
@media screen and (min-width: 1200px) {
  .mv.js-active {
    translate: calc(-50% - 379.5px) -120px;
  }
}
.mv.js-active .mv_illust {
  scale: 1;
  -webkit-transition: scale 0.3s ease;
  transition: scale 0.3s ease;
}

.mv_title {
  width: 450px;
  max-width: 100%;
  position: absolute;
  bottom: 0;
  left: 50%;
  translate: -50% 0%;
  -webkit-transition: translate 0.3s ease, scale 0.3s ease;
  transition: translate 0.3s ease, scale 0.3s ease;
}
@media screen and (min-width: 768px) {
  .mv_title {
    width: 390px;
    translate: -50% 95%;
  }
}

.mv_title_sub {
  margin-inline: auto;
  height: auto;
  width: 75.3333333333%;
}
.mv_title_sub img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .mv_title_sub {
    width: 75.1282051282%;
  }
}

.mv_title_main {
  width: 100%;
  height: auto;
  margin-top: 2px;
}
.mv_title_main img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .mv_title_main {
    margin-top: 0;
  }
}

.mv_title_date {
  width: 67.3333333333%;
  margin-top: 5.5555555556%;
  margin-inline: auto;
  height: auto;
}
.mv_title_date img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .mv_title_date {
    margin-top: 21px;
    width: 66.9230769231%;
  }
}

.mv_accent {
  position: absolute;
  top: 51px;
  left: 50%;
  translate: -50% 0;
  aspect-ratio: 520/975;
  width: 100%;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media screen and (min-width: 768px) {
  .mv_accent {
    top: 120px;
    width: 100vw;
    aspect-ratio: 1366/1080;
    max-width: 1366px;
  }
}

.mv_cloud1 {
  display: none;
}
@media screen and (min-width: 768px) {
  .mv_cloud1 {
    display: block;
    position: absolute;
    left: -4.7584187408%;
    top: 3.2407407407%;
    width: 24.1581259151%;
    height: auto;
  }
}

.mv_cloud2 {
  position: absolute;
  height: auto;
  left: -16.5384615385%;
  top: 80.3243243243%;
  width: 40%;
}
@media screen and (min-width: 768px) {
  .mv_cloud2 {
    left: -11.3469985359%;
    top: 35.0925925926%;
    width: 32.2108345534%;
  }
}

.mv_cloud3 {
  display: none;
}
@media screen and (min-width: 768px) {
  .mv_cloud3 {
    display: block;
    position: absolute;
    right: -9.0043923865%;
    top: 9.0740740741%;
    width: 34.0409956076%;
    height: auto;
  }
}

.mv_cloud4 {
  display: none;
}
@media screen and (min-width: 768px) {
  .mv_cloud4 {
    display: block;
    position: absolute;
    right: -12.0790629575%;
    top: 39.6296296296%;
    width: 24.1581259151%;
    height: auto;
  }
}

.mv_petal1 {
  position: absolute;
  height: auto;
  top: 1.6216216216%;
  left: 4.2307692308%;
  width: 10.1923076923%;
}
@media screen and (min-width: 768px) {
  .mv_petal1 {
    top: 1.2962962963%;
    left: 22.6207906296%;
    width: 3.953147877%;
  }
}

.mv_petal2 {
  position: absolute;
  top: 44.1081081081%;
  left: 4.4230769231%;
  width: 7.5%;
}
@media screen and (min-width: 768px) {
  .mv_petal2 {
    top: 19.1666666667%;
    left: 4.7584187408%;
    width: 7.906295754%;
  }
}

.mv_petal3 {
  position: absolute;
  top: 34.2702702703%;
  right: 0;
  width: 18.0769230769%;
  scale: -1 1;
}
@media screen and (min-width: 768px) {
  .mv_petal3 {
    top: 25.462962963%;
    right: auto;
    left: 19.3997071742%;
    width: 3.4407027818%;
    height: auto;
    scale: 1 1;
  }
}

.mv_petal4 {
  position: absolute;
  top: 59.3513513514%;
  left: 41.7307692308%;
  width: 6.1538461538%;
}
@media screen and (min-width: 768px) {
  .mv_petal4 {
    top: 48.1481481481%;
    left: 7.3206442167%;
    width: 12.5915080527%;
    height: auto;
  }
}

.mv_petal5 {
  display: none;
}
@media screen and (min-width: 768px) {
  .mv_petal5 {
    display: block;
    position: absolute;
    top: 2.7777777778%;
    right: 17.5695461201%;
    width: 2.7086383602%;
    height: auto;
  }
}

.mv_petal6 {
  display: none;
}
@media screen and (min-width: 768px) {
  .mv_petal6 {
    display: block;
    position: absolute;
    top: 9.7222222222%;
    right: 20.2049780381%;
    width: 1.9033674963%;
    height: auto;
  }
}

.mv_petal7 {
  display: none;
}
@media screen and (min-width: 768px) {
  .mv_petal7 {
    display: block;
    position: absolute;
    top: 8.2407407407%;
    right: 2.9282576867%;
    width: 4.9048316252%;
    height: auto;
  }
}

.mv_petal8 {
  display: none;
}
@media screen and (min-width: 768px) {
  .mv_petal8 {
    display: block;
    position: absolute;
    top: 34.537037037%;
    right: 16.8374816984%;
    width: 2.9282576867%;
    height: auto;
  }
}

.mv_petal9 {
  position: absolute;
  top: 18.3783783784%;
  right: 7.1153846154%;
  width: 5.9615384615%;
}
@media screen and (min-width: 768px) {
  .mv_petal9 {
    top: 50.0925925926%;
    right: 6.0761346999%;
    width: 6.588579795%;
    height: auto;
  }
}

.mv_accent_side {
  display: none;
}
@media screen and (min-width: 768px) {
  .mv_accent_side {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 607/1080;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    z-index: 10;
  }
}

.mv_side_cloud1 {
  position: absolute;
  left: -30.313014827%;
  top: 2.037037037%;
  width: 54.3657331137%;
  height: auto;
}

.mv_side_cloud2 {
  position: absolute;
  right: -53.0477759473%;
  top: 16.2037037037%;
  width: 63.7561779242%;
  height: auto;
}

.mv_side_petal1 {
  position: absolute;
  top: 1.0185185185%;
  left: 4.7775947282%;
  width: 8.8962108731%;
  height: auto;
}

.mv_side_petal2 {
  position: absolute;
  top: 23.6111111111%;
  left: 7.9077429984%;
  width: 3.7891268534%;
  height: auto;
}

.mv_side_petal3 {
  position: absolute;
  top: 27.2222222222%;
  left: -3.6243822076%;
  width: 10.7084019769%;
  height: auto;
}

.mv_side_petal4 {
  position: absolute;
  top: 50.1851851852%;
  left: -3.6243822076%;
  width: 13.3443163097%;
  height: auto;
  rotate: -65deg;
}

.mv_side_petal5 {
  position: absolute;
  top: 3.3333333333%;
  right: 2.6359143328%;
  width: 6.0955518946%;
  height: auto;
}

.mv_side_petal6 {
  position: absolute;
  top: 14.7222222222%;
  right: 8.8962108731%;
  width: 3.6243822076%;
  height: auto;
}

.mv_side_petal7 {
  position: absolute;
  top: 29.8148148148%;
  right: 28.0065897858%;
  width: 4.4481054366%;
  height: auto;
}

.mv_side_petal8 {
  position: absolute;
  top: 56.2037037037%;
  right: 8.23723229%;
  width: 7.7429983526%;
  height: auto;
  scale: -1 1;
}

/* 初期状態（非表示） */
.mv_illust, .mv_title, .mv_accent {
  opacity: 0;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}

/* js-show で表示 */
.mv_illust.js-show,
.mv_title.js-show,
.mv_accent.js-show,
.pc_right.js-show {
  opacity: 1;
}

@media screen and (min-width: 768px) {
  .mv_accent.js-hidden {
    opacity: 0;
    pointer-events: none;
  }
}

.mv_accent_side.js-show {
  opacity: 1;
}

/**************************************************************
導入部セクション
**************************************************************/
.introduction {
  padding-top: clamp(6.1538461538rem, 19.2307692308vw, 10rem);
}

.introduction_inner {
  padding-inline: clamp(1.2307692308rem, 3.8461538462vw, 2rem);
}

.introduction_title {
  font-size: clamp(1.7846153846rem, 5.5769230769vw, 2.9rem);
  line-height: 1.724137931;
  letter-spacing: 0.05em;
  font-weight: 700;
}
.introduction_title .is-pink {
  color: var(--color-pink);
}

.introduction_text {
  margin-top: clamp(1.6rem, 5vw, 2.6rem);
  font-size: clamp(1.1076923077rem, 3.4615384615vw, 1.8rem);
  font-weight: 500;
  line-height: 2.2222222222;
  font-family: var(--ff-zen-kaku-gothic-new);
}

.introduction_cloud {
  position: absolute;
  z-index: -2;
  top: clamp(8.8rem, 27.5vw, 14.3rem);
  right: 0;
  width: clamp(12.8rem, 40vw, 20.8rem);
  height: auto;
}

.introduction_petal {
  position: absolute;
  z-index: -1;
  top: clamp(15.2615384615rem, 47.6923076923vw, 24.8rem);
  right: clamp(2.4615384615rem, 7.6923076923vw, 4rem);
  width: 8.8461538462%;
  height: auto;
}

/**************************************************************
コンテンツメニューセクション
**************************************************************/
.contents-menu {
  padding-top: 190px;
  position: relative;
  padding-bottom: 66px;
  z-index: 2;
}

.contents-menu:before {
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% 0;
  width: 100%;
  min-width: 520px;
  max-width: initial;
  content: "";
  aspect-ratio: 520/269;
  height: auto;
  background: url("../../common/img/contents_bg_top.webp") no-repeat center center/contain;
}

.contents-menu_inner {
  padding-top: 75px;
  background-color: var(--color-white);
  position: relative;
  z-index: 10;
  width: 100%;
}

.contents-menu_title {
  display: grid;
}

.contents-menu_title_main {
  text-transform: uppercase;
  font-family: var(--ff-aoboshi-one);
  font-size: clamp(3.0769230769rem, 9.6153846154vw, 5rem);
  text-shadow: 0 4px 0 #DDD;
  line-height: 1.06;
  font-weight: 400;
}
.contents-menu_title_main .is-green {
  color: var(--color-green);
}

.contents-menu_title_sub {
  font-size: clamp(0.9230769231rem, 2.8846153846vw, 1.5rem);
  font-weight: 700;
  line-height: 3.0666666667;
  color: var(--color-light-brown);
  letter-spacing: 0.05em;
}

.contents_items {
  container-type: inline-size;
  width: 100%;
  height: auto;
  aspect-ratio: 520/619;
  position: relative;
}

.contents_item {
  position: absolute;
}

.contents_item1 {
  width: 46.9230769231%;
  height: auto;
  top: 4.5234248788%;
  left: 7.3076923077%;
}

.contents_item2 {
  width: 47.3076923077%;
  height: auto;
  top: -3.2310177706%;
  right: 4.4230769231%;
}

.contents_item3 {
  width: 37.3076923077%;
  height: auto;
  top: 37.802907916%;
  left: 8.8461538462%;
}

.contents_item4 {
  width: 43.2692307692%;
  height: auto;
  top: 31.8255250404%;
  right: 8.0769230769%;
}

.contents_item5 {
  width: 44.2307692308%;
  height: auto;
  top: 67.689822294%;
  left: 5.7692307692%;
}

.contents_item6 {
  width: 50.7692307692%;
  height: auto;
  top: 60.9046849758%;
  right: 4.2307692308%;
}

.contents_link {
  display: block;
  width: 100%;
  height: 100%;
}
.contents_link img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: translate 0.3s ease;
  transition: translate 0.3s ease;
}
@media (any-hover: hover) {
  .contents_link:hover img {
    translate: 0 10px;
  }
}

.contents_item1_illust {
  position: absolute;
  bottom: -4.4554455446%;
  right: 11.8852459016%;
  width: 26.2295081967%;
}

.contents_item4_illust {
  position: absolute;
  bottom: -21.0256410256%;
  right: -11.1111111111%;
  width: 50.6666666667%;
}

.contents_item5_illust {
  position: absolute;
  bottom: -48.3870967742%;
  left: 6.5217391304%;
  width: 40.8695652174%;
}

.menu-contents_cloud {
  position: absolute;
  top: 14px;
  left: -41px;
  width: 197px;
}

.menu-contents_petal1 {
  position: absolute;
  top: 32px;
  left: 34px;
  width: 101px;
  z-index: 10;
}

.menu-contents_petal2 {
  position: absolute;
  top: 178px;
  right: 60px;
  width: 77px;
  z-index: 10;
}

.menu-contents_petal3 {
  position: absolute;
  top: 352px;
  left: 69px;
  width: 41px;
  z-index: 10;
}

.menu-contents_petal4 {
  position: absolute;
  bottom: 43px;
  right: 36.3461538462%;
  width: 53px;
  z-index: 10;
}

.menu-contents_petal5 {
  position: absolute;
  bottom: -71px;
  right: 9.2307692308%;
  width: 125px;
  z-index: 10;
}

.menu-contents_bottom {
  position: absolute;
  bottom: 0;
  left: 50%;
  translate: -50% 0;
  width: 100%;
  min-width: 520px;
  max-width: initial;
  height: auto;
}

/**************************************************************
ハナミデジュンビのセクション
**************************************************************/
.prepare {
  margin-top: -73px;
  padding-top: 162px;
  padding-bottom: 124px;
  position: relative;
  background-color: var(--color-green-yellow);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.prepare_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../../common/img/bg_yellow.webp");
  background-repeat: repeat-y;
  background-position: top center;
  background-size: 100% auto;
}
@media screen and (min-width: 768px) {
  .prepare_bg {
    width: clamp(32rem, 100vw, 52rem);
  }
}

.prepare_inner {
  padding-inline: 30px;
  position: relative;
  z-index: 10;
  overflow-x: hidden;
}

.prepare_title {
  font-family: var(--ff-aoboshi-one);
  line-height: 1;
  text-shadow: 0 4px 0 #FFF;
  font-weight: 400;
}
.prepare_title .is-middle {
  font-size: clamp(2.8307692308rem, 8.8461538462vw, 4.6rem);
  letter-spacing: -0.04em;
}
.prepare_title .is-small {
  font-size: clamp(2.1538461538rem, 6.7307692308vw, 3.5rem);
}
.prepare_title .is-large {
  display: inline-block;
  margin-top: 20px;
  font-size: clamp(3.6923076923rem, 11.5384615385vw, 6rem);
  letter-spacing: -0.04em;
}

.prepare_text {
  margin-top: 40px;
  display: grid;
  justify-items: center;
  gap: 4px;
  color: var(--color-green);
  font-size: clamp(1.1076923077rem, 3.4615384615vw, 1.8rem);
  font-weight: 700;
  letter-spacing: 0.05em;
  font-family: var(--ff-zen-kaku-gothic-new);
}
.prepare_text span {
  background-color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-inline: 10px;
}

.prepare_cards {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.prepare_card {
  width: clamp(25.8461538462rem, 80.7692307692vw, 42rem);
  height: auto;
  aspect-ratio: 464/629;
  background: url("../../common/img/preparation_item_bg.webp") no-repeat top center/contain;
  padding-top: 14.0388768898%;
  padding-bottom: 13.3909287257%;
  position: relative;
  display: grid;
  scale: 0.6619047619;
  -webkit-transition: scale 0.4s ease;
  transition: scale 0.4s ease;
  margin-inline: -5%;
}
.prepare_card.swiper-slide-active {
  scale: 1;
}

.prepare_count {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: 13.3620689655%;
  font-size: clamp(4.8615384615rem, 15.1923076923vw, 7.9rem);
  color: var(--color-been);
  font-family: var(--ff-aoboshi-one);
  line-height: 0.582278481;
  font-weight: 400;
}

.prepare_card:nth-child(1) .prepare_count {
  letter-spacing: -0.15em;
}

.prepare_card:nth-child(2) .prepare_count {
  letter-spacing: -0.06em;
}

.prepare_card:nth-child(3) .prepare_count {
  letter-spacing: -0.06em;
}

.prepare_card:nth-child(4) .prepare_count {
  letter-spacing: 0;
}

.prepare_card:nth-child(5) .prepare_count {
  letter-spacing: -0.06em;
}

.prepare_card_text {
  position: absolute;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  top: 10.3174603175%;
  right: 12.7155172414%;
  font-size: clamp(1.3538461538rem, 4.2307692308vw, 2.2rem);
  font-weight: 700;
  letter-spacing: 0.04em;
  text-align: left;
}

.prepare_card_img {
  position: absolute;
}
.prepare_card_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.prepare_card_img1 {
  width: 63.3620689655%;
  height: auto;
  aspect-ratio: 294/342;
  top: 19.0476190476%;
  left: 13.5775862069%;
}

.prepare_card_img2 {
  width: 74.7844827586%;
  height: auto;
  aspect-ratio: 347/354;
  top: 19.6825396825%;
  left: 13.5775862069%;
}

.prepare_card_img3 {
  width: 77.1551724138%;
  height: auto;
  aspect-ratio: 358/305;
  top: 25.2380952381%;
  left: 9.6982758621%;
}

.prepare_card_img4 {
  width: 69.6120689655%;
  height: auto;
  aspect-ratio: 323/322;
  top: 24.126984127%;
  left: 12.7155172414%;
}

.prepare_card_img5 {
  width: 59.0517241379%;
  height: auto;
  aspect-ratio: 274/308;
  top: 24.126984127%;
  left: 12.7155172414%;
}

.prepare_link {
  align-self: end;
  width: 64.8706896552%;
  height: auto;
  aspect-ratio: 301/79;
  display: grid;
  place-items: center;
  background-color: var(--color-green);
  color: #fff;
  font-family: var(--ff-aoboshi-one);
  font-size: clamp(1.4769230769rem, 4.6153846154vw, 2.4rem);
  font-weight: 400;
  line-height: 1;
  border-radius: 60px;
  margin-inline: auto;
}

.prepare_swiper-container {
  margin-top: 51px;
  margin-inline: -30px;
  position: relative;
}

.prepare_swiper {
  overflow: visible;
}

.prepare_swiper-button-prev,
.prepare_swiper-button-next {
  position: absolute;
  top: clamp(16rem, 50vw, 26rem);
  background-color: transparent;
  width: clamp(3.0769230769rem, 9.6153846154vw, 5rem);
  height: auto;
  z-index: 10;
  padding: 0;
  cursor: pointer;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.prepare_swiper-button-prev img,
.prepare_swiper-button-next img {
  width: 100%;
  height: auto;
}
.prepare_swiper-button-prev.swiper-button-disabled,
.prepare_swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  pointer-events: none;
}

.prepare_swiper-button-prev {
  left: clamp(0.6769230769rem, 2.1153846154vw, 1.1rem);
}

.prepare_swiper-button-next {
  right: clamp(0.6769230769rem, 2.1153846154vw, 1.1rem);
}

.prepare_pagination {
  position: relative;
  z-index: 20;
  margin-top: 26px;
  margin-inline: auto;
  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;
  width: 57px;
  height: auto;
  aspect-ratio: 1;
  background-color: var(--color-green);
  color: #fff;
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 0.05em;
  border-radius: 50%;
}

.prepare_petal1 {
  position: absolute;
  top: 310px;
  left: 19px;
  width: 61px;
}

.prepare_petal2 {
  position: absolute;
  right: 19.4230769231%;
  bottom: 184px;
  width: 46px;
}

/**************************************************************
桜メニュー・グッズのセクション
**************************************************************/
.sakura {
  position: relative;
  padding-top: clamp(3.0769230769rem, 9.6153846154vw, 5rem);
  padding-bottom: clamp(2.0923076923rem, 6.5384615385vw, 3.4rem);
  background-color: var(--color-light-pink);
}

.sakura_top_bg {
  position: absolute;
  top: clamp(-3.9rem, -7.5vw, -2.4rem);
  left: 50%;
  translate: -50% 0;
  width: 100%;
  min-width: 520px;
  max-width: initial;
  height: auto;
}

.sakura_title {
  position: relative;
  z-index: 10;
}

.sakura_title_main {
  font-family: var(--ff-aoboshi-one);
  font-size: clamp(3.0769230769rem, 9.6153846154vw, 5rem);
  font-weight: 400;
  text-shadow: 0 4px 0 #fff;
  line-height: 1.06;
}
.sakura_title_main .is-green {
  color: var(--color-green);
}

.sakura_title_sub {
  font-weight: 700;
  font-size: clamp(0.9230769231rem, 2.8846153846vw, 1.5rem);
  line-height: 3.0666666667;
  color: var(--color-light-brown);
  letter-spacing: 0.0333333333em;
}

.sakura_categories {
  display: grid;
  margin-top: clamp(1.2307692308rem, 3.8461538462vw, 2rem);
  grid-template-columns: 1fr 1fr 1fr;
  gap: clamp(0.6153846154rem, 1.9230769231vw, 1rem);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-inline: clamp(1.8461538462rem, 5.7692307692vw, 3rem);
}

a.sakura_category_link {
  display: grid;
  place-items: center;
  aspect-ratio: 147/59;
  height: auto;
  background-color: #fff;
  color: var(--color-text);
  border-radius: clamp(3.6923076923rem, 11.5384615385vw, 6rem);
  font-size: clamp(0.9846153846rem, 3.0769230769vw, 1.6rem);
  line-height: 1.1875;
  font-weight: 700;
  position: relative;
  -webkit-transition: translate 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: translate 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: translate 0.3s ease, box-shadow 0.3s ease;
  transition: translate 0.3s ease, box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
  -webkit-box-shadow: 0 5px 0 0 rgba(240, 130, 167, 0.3);
          box-shadow: 0 5px 0 0 rgba(240, 130, 167, 0.3);
}
@media (any-hover: hover) {
  a.sakura_category_link:hover {
    translate: 0 5px;
    opacity: 1;
    background: #fff;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

.sakura_category_link:before {
  position: absolute;
  content: "";
  top: 50%;
  right: 8.843537415%;
  translate: 0 -50%;
  width: 9px;
  aspect-ratio: 9/6;
  height: auto;
  background: url("../../common/img/arrow_bottom.svg") no-repeat center center/contain;
}

.sakura_contents {
  padding-top: clamp(3.3230769231rem, 10.3846153846vw, 5.4rem);
  padding-bottom: clamp(2.6461538462rem, 8.2692307692vw, 4.3rem);
}

.sakura_content {
  position: relative;
}

.sakura_content_title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  color: #fff;
  font-size: clamp(1.3538461538rem, 4.2307692308vw, 2.2rem);
  font-weight: 700;
  line-height: 1.5454545455;
  border-radius: 5px;
  background-color: var(--color-green);
  padding-inline: clamp(1.1076923077rem, 3.4615384615vw, 1.8rem);
}

.sakura_swiper-container {
  margin-top: 28px;
  position: relative;
  padding-left: clamp(1.8461538462rem, 5.7692307692vw, 3rem);
}

.sakura_swiper-slide {
  width: clamp(27.0769230769rem, 84.6153846154vw, 44rem);
  border-radius: clamp(1.2307692308rem, 3.8461538462vw, 2rem);
  overflow: hidden;
  background-color: #fff;
  height: auto;
}

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

.sakura_slide_info {
  padding-block: clamp(1.9076923077rem, 5.9615384615vw, 3.1rem);
  padding-inline: clamp(1.4769230769rem, 4.6153846154vw, 2.4rem);
}

.sakura_slide_shop {
  text-align: left;
  font-family: var(--ff-noto-sans-jp);
  font-size: clamp(0.9230769231rem, 2.8846153846vw, 1.5rem);
  line-height: 2.1333333333;
  padding-bottom: clamp(1.2307692308rem, 3.8461538462vw, 2rem);
  font-weight: 500;
  border-bottom: 1px solid #D7C2C2;
  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;
}
.sakura_slide_shop .is-limited {
  font-size: clamp(0.9846153846rem, 3.0769230769vw, 1.6rem);
  padding-inline: clamp(0.7384615385rem, 2.3076923077vw, 1.2rem);
  line-height: 2;
  border-radius: clamp(0.2461538462rem, 0.7692307692vw, 0.4rem);
  background-color: var(--color-pink);
  color: #fff;
  font-weight: 500;
  display: block;
  translate: 0 clamp(-0.2rem, -0.3846153846vw, -0.1230769231rem);
}

.sakura_menu {
  margin-top: clamp(1.2307692308rem, 3.8461538462vw, 2rem);
  display: grid;
  gap: clamp(1.2307692308rem, 3.8461538462vw, 2rem);
}

.sakura_menu_title {
  font-family: var(--ff-noto-sans-jp);
  font-size: clamp(1.2307692308rem, 3.8461538462vw, 2rem);
  font-weight: 700;
  line-height: 1.55;
  text-align: left;
}

.sakura_menu_price {
  text-align: right;
  line-height: 1;
}
.sakura_menu_price .is-price {
  font-family: var(--ff-poppins);
  font-size: clamp(1.2307692308rem, 3.8461538462vw, 2rem);
  font-weight: 500;
}
.sakura_menu_price .is-tax {
  font-size: clamp(0.8rem, 2.5vw, 1.3rem);
  font-weight: 500;
}

.sakura_swiper-pagination.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  bottom: clamp(-3.6rem, -6.9230769231vw, -2.2153846154rem);
  top: auto;
  left: 50%;
  translate: -50% 0;
  width: clamp(16rem, 50vw, 26rem);
  z-index: 10;
  background-color: #EFC5D6;
  overflow: hidden;
  border-radius: 9999px;
  height: 6px;
}
.sakura_swiper-pagination.swiper-horizontal > .swiper-pagination-progressbar .swiper-pagination-progressbar-fill, .swiper-pagination-progressbar.swiper-pagination-horizontal .swiper-pagination-progressbar-fill, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite .swiper-pagination-progressbar-fill, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite .swiper-pagination-progressbar-fill {
  background-color: var(--color-green);
  border-radius: 9999px;
}

.sakura_swiper-button-prev {
  position: absolute;
  top: clamp(16rem, 50vw, 26rem);
  left: clamp(0.6769230769rem, 2.1153846154vw, 1.1rem);
  background-color: transparent;
  width: clamp(3.0769230769rem, 9.6153846154vw, 5rem);
  height: auto;
  z-index: 10;
  padding: 0;
  cursor: pointer;
}
.sakura_swiper-button-prev img {
  width: 100%;
  height: auto;
}

.sakura_swiper-button-next {
  position: absolute;
  top: clamp(16rem, 50vw, 26rem);
  right: clamp(1.8461538462rem, 5.7692307692vw, 3rem);
  background-color: transparent;
  width: clamp(3.0769230769rem, 9.6153846154vw, 5rem);
  height: auto;
  z-index: 10;
  padding: 0;
  cursor: pointer;
}
.sakura_swiper-button-next img {
  width: 100%;
  height: auto;
}

.sakura_content_text {
  text-align: left;
  font-size: clamp(0.8615384615rem, 2.6923076923vw, 1.4rem);
  font-weight: 500;
  margin-top: clamp(3.4461538462rem, 10.7692307692vw, 5.6rem);
  padding-inline: clamp(1.8461538462rem, 5.7692307692vw, 3rem);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  position: relative;
  z-index: 10;
}

.sakura_link {
  display: grid;
  margin-top: clamp(2.4615384615rem, 7.6923076923vw, 4rem);
  margin-inline: auto;
  place-items: center;
  width: clamp(18.5230769231rem, 57.8846153846vw, 30.1rem);
  height: auto;
  aspect-ratio: 301/79;
  background-color: var(--color-pink);
  border-radius: clamp(3.6923076923rem, 11.5384615385vw, 6rem);
  color: #fff;
  font-family: var(--ff-aoboshi-one);
  font-size: clamp(1.4769230769rem, 4.6153846154vw, 2.4rem);
  font-weight: 400;
  position: relative;
}
@media (any-hover: hover) {
  .sakura_link:hover {
    background-color: #F3BBCE;
    opacity: 1;
  }
}

.sakura_link::after {
  position: absolute;
  content: "";
  top: 50%;
  right: clamp(1.7230769231rem, 5.3846153846vw, 2.8rem);
  translate: 0 -50%;
  width: clamp(1.3538461538rem, 4.2307692308vw, 2.2rem);
  height: auto;
  aspect-ratio: 22/13;
  background: url("../../common/img/btn_arrow_right.svg") no-repeat center center/contain;
}

.sakura_drink_point {
  position: absolute;
  right: clamp(1.0461538462rem, 3.2692307692vw, 1.7rem);
  top: clamp(-9.2rem, -17.6923076923vw, -5.6615384615rem);
  width: clamp(8.4923076923rem, 26.5384615385vw, 13.8rem);
  height: auto;
  aspect-ratio: 1;
  z-index: 20;
  -webkit-animation: pulse-scale 2s ease-in-out infinite;
          animation: pulse-scale 2s ease-in-out infinite;
}
.sakura_drink_point img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

@-webkit-keyframes pulse-scale {
  0%, 100% {
    scale: 1 1;
  }
  50% {
    scale: 1.1 1.1;
  }
}

@keyframes pulse-scale {
  0%, 100% {
    scale: 1 1;
  }
  50% {
    scale: 1.1 1.1;
  }
}
.sakura_animal_crane {
  position: absolute;
  top: clamp(3.0769230769rem, 9.6153846154vw, 5rem);
  right: clamp(2.4rem, 7.5vw, 3.9rem);
  width: clamp(10.7692307692rem, 33.6538461538vw, 17.5rem);
  height: auto;
  translate: 0 -100%;
}
.sakura_animal_crane img {
  width: 100%;
  height: auto;
}

.sakura_animal_tiger {
  position: absolute;
  top: clamp(4.6769230769rem, 14.6153846154vw, 7.6rem);
  right: clamp(0.6153846154rem, 1.9230769231vw, 1rem);
  width: clamp(7.2rem, 22.5vw, 11.7rem);
  height: auto;
  translate: 0 -100%;
}
.sakura_animal_tiger img {
  width: 100%;
  height: auto;
}

.sakura_petal11 {
  position: absolute;
  top: clamp(-8.5rem, -16.3461538462vw, -5.2307692308rem);
  left: clamp(5.6rem, 17.5vw, 9.1rem);
  width: clamp(6.5846153846rem, 20.5769230769vw, 10.7rem);
  height: auto;
}
.sakura_petal11 img {
  width: 100%;
  height: auto;
}

.sakura_petal12 {
  position: absolute;
  top: clamp(10.2153846154rem, 31.9230769231vw, 16.6rem);
  left: clamp(2.0307692308rem, 6.3461538462vw, 3.3rem);
  width: clamp(3.2615384615rem, 10.1923076923vw, 5.3rem);
  height: auto;
}
.sakura_petal12 img {
  width: 100%;
  height: auto;
}

.sakura_petal13 {
  position: absolute;
  top: clamp(67.1384615385rem, 209.8076923077vw, 109.1rem);
  left: clamp(2.0923076923rem, 6.5384615385vw, 3.4rem);
  width: clamp(6.7076923077rem, 20.9615384615vw, 10.9rem);
  height: auto;
}
.sakura_petal13 img {
  width: 100%;
  height: auto;
}

.sakura_petal14 {
  position: absolute;
  bottom: clamp(59.6923076923rem, 186.5384615385vw, 97rem);
  right: clamp(2.4rem, 7.5vw, 3.9rem);
  width: clamp(3.2615384615rem, 10.1923076923vw, 5.3rem);
  height: auto;
}
.sakura_petal14 img {
  width: 100%;
  height: auto;
}

.sakura_petal15 {
  position: absolute;
  bottom: clamp(54.8307692308rem, 171.3461538462vw, 89.1rem);
  right: clamp(4.5538461538rem, 14.2307692308vw, 7.4rem);
  width: clamp(4.3076923077rem, 13.4615384615vw, 7rem);
  height: auto;
}
.sakura_petal15 img {
  width: 100%;
  height: auto;
}

/**************************************************************
はしご酒スタンプラリーセクション
**************************************************************/
.stamp {
  position: relative;
  z-index: 20;
  background-color: var(--color-light-blue);
  background-position: top center;
  background-size: 100% auto;
  background-repeat: repeat-x;
  background-image: url("../img/bg_blue.webp");
  padding-bottom: clamp(8.6153846154rem, 26.9230769231vw, 14rem);
}

.stamp_top_petal {
  position: absolute;
  top: clamp(-0.5rem, -0.9615384615vw, -0.3076923077rem);
  left: clamp(2.7076923077rem, 8.4615384615vw, 4.4rem);
  translate: 0 -100%;
  width: clamp(3.2615384615rem, 10.1923076923vw, 5.3rem);
  height: auto;
  z-index: 5;
}

.stamp_bg_top {
  position: absolute;
  top: clamp(-2.4rem, -4.6153846154vw, -1.4769230769rem);
  left: 50%;
  translate: -50% 0;
  width: 100%;
  min-width: clamp(32rem, 100vw, 52rem);
  aspect-ratio: 520/87;
  z-index: 1;
}

.stamp_top_balloon {
  position: relative;
  z-index: 10;
  padding-top: clamp(1.7230769231rem, 5.3846153846vw, 2.8rem);
  padding-left: clamp(3.6307692308rem, 11.3461538462vw, 5.9rem);
  padding-right: clamp(3.2615384615rem, 10.1923076923vw, 5.3rem);
  padding-bottom: clamp(2.5846153846rem, 8.0769230769vw, 4.2rem);
  font-size: clamp(0.8615384615rem, 2.6923076923vw, 1.4rem);
  line-height: 1.2857142857;
  font-weight: 700;
  background: url("../img/balloon.webp") no-repeat center center/contain;
}
.stamp_top_balloon .is-large {
  font-size: clamp(1.4153846154rem, 4.4230769231vw, 2.3rem);
  line-height: 1;
  color: var(--color-blue);
}
.stamp_top_balloon .is-small {
  display: inline-block;
  font-size: clamp(0.6153846154rem, 1.9230769231vw, 1rem);
  line-height: 1;
  translate: 0 clamp(-0.4rem, -0.7692307692vw, -0.2461538462rem);
}

.stamp_title {
  position: relative;
  z-index: 20;
  width: clamp(29.9692307692rem, 93.6538461538vw, 48.7rem);
  height: auto;
  margin-inline: auto;
  margin-top: clamp(-4.5rem, -8.6538461538vw, -2.7692307692rem);
}

.stamp_title_img {
  width: 100%;
  height: auto;
}

.stamp_title_petal {
  position: absolute;
  top: clamp(2.2153846154rem, 6.9230769231vw, 3.6rem);
  right: clamp(0.9230769231rem, 2.8846153846vw, 1.5rem);
  width: clamp(5.0461538462rem, 15.7692307692vw, 8.2rem);
  height: auto;
  z-index: 5;
}

.stamp_inner {
  position: relative;
  z-index: 5;
  width: 88.4615384615%;
  margin-inline: auto;
  background-color: var(--color-blue);
  border-radius: clamp(1.2307692308rem, 3.8461538462vw, 2rem);
  margin-top: clamp(-4.2rem, -8.0769230769vw, -2.5846153846rem);
  padding-top: clamp(4.3076923077rem, 13.4615384615vw, 7rem);
  padding-bottom: clamp(4.6153846154rem, 14.4230769231vw, 7.5rem);
  padding-inline: clamp(2.4615384615rem, 7.6923076923vw, 4rem);
  color: #fff;
}

.stamp_date {
  width: clamp(20.3076923077rem, 63.4615384615vw, 33rem);
  margin-inline: auto;
  position: relative;
  padding-bottom: clamp(0.4307692308rem, 1.3461538462vw, 0.7rem);
}
.stamp_date::before {
  position: absolute;
  content: "";
  top: clamp(0.7384615385rem, 2.3076923077vw, 1.2rem);
  left: 0;
  width: 100%;
  height: clamp(0.2461538462rem, 0.7692307692vw, 0.4rem);
  background-image: radial-gradient(circle, #ffffff clamp(0.1230769231rem, 0.3846153846vw, 0.2rem), transparent clamp(0.1230769231rem, 0.3846153846vw, 0.2rem));
  background-position: left top;
  background-repeat: repeat-x;
  background-size: clamp(0.4923076923rem, 1.5384615385vw, 0.8rem) clamp(0.2461538462rem, 0.7692307692vw, 0.4rem);
}
.stamp_date::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: clamp(0.2461538462rem, 0.7692307692vw, 0.4rem);
  background-image: radial-gradient(circle, #ffffff clamp(0.1230769231rem, 0.3846153846vw, 0.2rem), transparent clamp(0.1230769231rem, 0.3846153846vw, 0.2rem));
  background-position: left top;
  background-repeat: repeat-x;
  background-size: clamp(0.4923076923rem, 1.5384615385vw, 0.8rem) clamp(0.2461538462rem, 0.7692307692vw, 0.4rem);
}

.stamp_section_title {
  font-size: clamp(0.9846153846rem, 3.0769230769vw, 1.6rem);
  line-height: 1.75;
  padding-inline: clamp(0.6769230769rem, 2.1153846154vw, 1.1rem);
  color: var(--color-blue);
  background-color: #fff;
  font-weight: 700;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: clamp(0.3076923077rem, 0.9615384615vw, 0.5rem);
}

.stamp_date_title {
  margin-inline: auto;
  position: relative;
  z-index: 5;
}

.stamp_date_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: clamp(0.7384615385rem, 2.3076923077vw, 1.2rem);
}

.stamp_date_item {
  display: grid;
  grid-template-columns: -webkit-fit-content -webkit-fit-content;
  grid-template-columns: fit-content fit-content;
  font-family: var(--ff-chewy);
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}

.stamp_date_year {
  grid-column: span 2;
  text-align: left;
  font-size: clamp(1.1076923077rem, 3.4615384615vw, 1.8rem);
  letter-spacing: 0.03em;
}

.stamp_date_day {
  font-size: clamp(2.9538461538rem, 9.2307692308vw, 4.8rem);
  letter-spacing: 0.03em;
  line-height: 0.9347826087;
}

.stanp_date_weekday {
  font-size: clamp(1.4153846154rem, 4.4230769231vw, 2.3rem);
  letter-spacing: 0.03em;
  margin-left: clamp(0.2461538462rem, 0.7692307692vw, 0.4rem);
  line-height: 1.2;
}

.stamp_date_arrow {
  margin-bottom: clamp(0.8615384615rem, 2.6923076923vw, 1.4rem);
  width: clamp(1.7230769231rem, 5.3846153846vw, 2.8rem);
  height: auto;
}

.stamp_top_text {
  margin-top: clamp(2.4615384615rem, 7.6923076923vw, 4rem);
  font-size: clamp(1.1692307692rem, 3.6538461538vw, 1.9rem);
  line-height: 1.5789473684;
  font-weight: 700;
  display: grid;
  gap: clamp(0.7384615385rem, 2.3076923077vw, 1.2rem);
  position: relative;
}
.stamp_top_text .is-small {
  display: inline-block;
  font-size: clamp(0.7384615385rem, 2.3076923077vw, 1.2rem);
  line-height: 1;
  translate: 0 clamp(-0.4rem, -0.7692307692vw, -0.2461538462rem);
}

.stamp_text_petal {
  position: absolute;
  top: clamp(-1.9rem, -3.6538461538vw, -1.1692307692rem);
  left: clamp(-2.8rem, -5.3846153846vw, -1.7230769231rem);
  width: clamp(3.2615384615rem, 10.1923076923vw, 5.3rem);
  height: auto;
  z-index: 5;
}

.stamp_special {
  margin-top: clamp(2.5846153846rem, 8.0769230769vw, 4.2rem);
  padding-top: clamp(2.2769230769rem, 7.1153846154vw, 3.7rem);
  padding-bottom: clamp(3.6307692308rem, 11.3461538462vw, 5.9rem);
  background: url("../img/stamp_special_bg.svg") no-repeat top center/contain;
  position: relative;
}

.stamp_special_title {
  margin-inline: auto;
}

.stamp_special_text_wrap {
  margin-top: clamp(0.9846153846rem, 3.0769230769vw, 1.6rem);
  display: grid;
  gap: clamp(1.2307692308rem, 3.8461538462vw, 2rem);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}

.stamp_special_text {
  font-size: clamp(1.1692307692rem, 3.6538461538vw, 1.9rem);
  font-weight: 700;
  line-height: 1.5789473684;
  display: grid;
  gap: clamp(0.1230769231rem, 0.3846153846vw, 0.2rem);
  position: relative;
}
.stamp_special_text .is-strong {
  font-size: clamp(1.6rem, 5vw, 2.6rem);
  line-height: 1.4230769231;
  color: var(--color-dark-blue);
  background-color: var(--color-yellow);
  padding-inline: clamp(0.6153846154rem, 1.9230769231vw, 1rem);
  padding-block: clamp(0.3076923077rem, 0.9615384615vw, 0.5rem);
  border-radius: clamp(0.3076923077rem, 0.9615384615vw, 0.5rem);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  padding: 0;
}
.stamp_special_text .is-point {
  position: absolute;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  top: 50%;
  left: 0;
  translate: -100% -50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(1.1076923077rem, 3.4615384615vw, 1.8rem);
}
.stamp_special_text .is-point::before {
  content: "";
  width: clamp(2.0307692308rem, 6.3461538462vw, 3.3rem);
  height: clamp(0.1230769231rem, 0.3846153846vw, 0.2rem);
  background-color: #fff;
  rotate: 38.3deg;
  border-radius: 1px;
}
.stamp_special_text .is-point::after {
  content: "";
  width: clamp(2.0307692308rem, 6.3461538462vw, 3.3rem);
  height: clamp(0.1230769231rem, 0.3846153846vw, 0.2rem);
  background-color: #fff;
  rotate: -38.3deg;
  border-radius: 1px;
}

.stamp_special_bottom {
  font-size: clamp(0.8615384615rem, 2.6923076923vw, 1.4rem);
  line-height: 1.7142857143;
  font-weight: 500;
  position: absolute;
  bottom: clamp(1.2307692308rem, 3.8461538462vw, 2rem);
  left: 50%;
  translate: -50% 0;
  width: 100%;
}

.stamp_special_petal {
  position: absolute;
  top: clamp(9.2307692308rem, 28.8461538462vw, 15rem);
  right: clamp(-1.8rem, -3.4615384615vw, -1.1076923077rem);
  width: clamp(4.4923076923rem, 14.0384615385vw, 7.3rem);
  height: auto;
  z-index: 5;
}

.stamp_info_wrapper {
  margin-top: clamp(2.5846153846rem, 8.0769230769vw, 4.2rem);
  display: grid;
  gap: clamp(1.7230769231rem, 5.3846153846vw, 2.8rem);
}

.stamp_link {
  width: clamp(22.0307692308rem, 68.8461538462vw, 35.8rem);
  margin-inline: auto;
  border-radius: clamp(3.6923076923rem, 11.5384615385vw, 6rem);
  aspect-ratio: 358/79;
  background-color: #fff;
  color: var(--color-text);
  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;
  padding-inline: clamp(2.8307692308rem, 8.8461538462vw, 4.6rem) clamp(3.0153846154rem, 9.4230769231vw, 4.9rem);
  position: relative;
}
@media (any-hover: hover) {
  .stamp_link:hover {
    background-color: #E6F2F7;
    opacity: 1;
  }
}
.stamp_link .is-text {
  font-size: clamp(1.1076923077rem, 3.4615384615vw, 1.8rem);
  font-weight: 700;
  line-height: 1.3333333333;
  letter-spacing: 0.03em;
}
.stamp_link::before {
  content: "";
  position: absolute;
  top: 50%;
  right: clamp(1.6615384615rem, 5.1923076923vw, 2.7rem);
  translate: 0 -50%;
  width: clamp(1.3538461538rem, 4.2307692308vw, 2.2rem);
  height: auto;
  aspect-ratio: 22/13;
  background: url("../img/btn_arrow_right_black.svg") no-repeat center center/contain;
}

.stamp_link_line {
  margin-top: clamp(2.5846153846rem, 8.0769230769vw, 4.2rem);
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: clamp(1.2307692308rem, 3.8461538462vw, 2rem);
}
.stamp_link_line .is-text {
  text-align: left;
}
.stamp_link_line .icon_line {
  width: clamp(2.7076923077rem, 8.4615384615vw, 4.4rem);
  height: auto;
  aspect-ratio: 1;
}

.stamp_detail_summary {
  width: clamp(22.0307692308rem, 68.8461538462vw, 35.8rem);
  margin-inline: auto;
  border-radius: clamp(3.6923076923rem, 11.5384615385vw, 6rem);
  aspect-ratio: 358/79;
  background-color: #fff;
  color: var(--color-text);
  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;
  padding-inline: clamp(2.8307692308rem, 8.8461538462vw, 4.6rem) clamp(3.0153846154rem, 9.4230769231vw, 4.9rem);
  position: relative;
  font-size: clamp(1.1076923077rem, 3.4615384615vw, 1.8rem);
  font-weight: 700;
  line-height: 1.3333333333;
  letter-spacing: 0.03em;
  cursor: pointer;
  list-style: none;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.stamp_detail_summary::-webkit-details-marker {
  display: none;
}
@media (any-hover: hover) {
  .stamp_detail_summary:hover {
    background-color: #E6F2F7;
    opacity: 1;
  }
}
.stamp_detail_summary::before {
  content: "";
  position: absolute;
  background-color: currentColor;
  width: clamp(0.9538461538rem, 2.9807692308vw, 1.55rem);
  height: clamp(0.1230769231rem, 0.3846153846vw, 0.2rem);
  right: clamp(1.6923076923rem, 5.2884615385vw, 2.75rem);
  top: 50%;
  translate: 0 -50%;
  border-radius: clamp(0.1230769231rem, 0.3846153846vw, 0.2rem);
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.stamp_detail_summary::after {
  content: "";
  position: absolute;
  background-color: currentColor;
  width: clamp(0.1230769231rem, 0.3846153846vw, 0.2rem);
  height: clamp(0.9538461538rem, 2.9807692308vw, 1.55rem);
  right: clamp(2.1076923077rem, 6.5865384615vw, 3.425rem);
  top: 50%;
  translate: 0 -50%;
  border-radius: clamp(0.1230769231rem, 0.3846153846vw, 0.2rem);
  -webkit-transition: rotate 0.3s ease, opacity 0.3s ease;
  transition: rotate 0.3s ease, opacity 0.3s ease;
}

details[open] .stamp_detail_summary::after {
  rotate: 90deg;
  opacity: 0;
}

.stamp_detail_contents {
  overflow: hidden;
  -webkit-transition: height 0.4s ease;
  transition: height 0.4s ease;
  padding-bottom: clamp(0.2461538462rem, 0.7692307692vw, 0.4rem);
  display: grid;
  gap: clamp(2.2153846154rem, 6.9230769231vw, 3.6rem);
}

.stamp_detail_content:first-child {
  padding-top: clamp(2.7692307692rem, 8.6538461538vw, 4.5rem);
}

.stamp_detail_text_wrapper {
  font-size: clamp(0.9846153846rem, 3.0769230769vw, 1.6rem);
  font-family: var(--ff-zen-kaku-gothic-new);
  font-weight: 700;
  line-height: 1.625;
}

.stamp_detail_dl_head {
  margin-top: clamp(0.9846153846rem, 3.0769230769vw, 1.6rem);
}
.stamp_detail_dl_head:nth-of-type(2) {
  margin-top: clamp(1.9692307692rem, 6.1538461538vw, 3.2rem);
}

.stamp_detail_text {
  text-align: left;
}
.stamp_detail_text .is-yellow {
  color: var(--color-yellow);
  display: inline-block;
  padding-inline: clamp(0.4923076923rem, 1.5384615385vw, 0.8rem);
  padding-block: clamp(0.2461538462rem, 0.7692307692vw, 0.4rem);
  line-height: 1;
  background-color: var(--color-yellow);
  color: var(--color-dark-blue);
  border-radius: clamp(0.3076923077rem, 0.9615384615vw, 0.5rem);
}

.stamp_detail_dl {
  text-align: left;
  display: grid;
  margin-top: clamp(0.4923076923rem, 1.5384615385vw, 0.8rem);
  gap: clamp(0.4923076923rem, 1.5384615385vw, 0.8rem);
}
.stamp_detail_dl .is-yellow {
  color: var(--color-yellow);
  display: inline-block;
  padding-inline: clamp(0.4923076923rem, 1.5384615385vw, 0.8rem);
  padding-block: clamp(0.2461538462rem, 0.7692307692vw, 0.4rem);
  line-height: 1;
  background-color: var(--color-yellow);
  color: var(--color-dark-blue);
  border-radius: clamp(0.3076923077rem, 0.9615384615vw, 0.5rem);
}

.stamp_detail_list {
  text-align: left;
  margin-top: clamp(0.9846153846rem, 3.0769230769vw, 1.6rem);
}
.stamp_detail_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(0.7384615385rem, 2.3076923077vw, 1.2rem);
}

.stamp_detail_images {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: clamp(1.2307692308rem, 3.8461538462vw, 2rem);
}

.stamp_detail_img {
  width: 100%;
  height: auto;
}

.stamp_coupon_date {
  margin-top: clamp(2.4615384615rem, 7.6923076923vw, 4rem);
}

.stamp_coupon_text {
  margin-top: clamp(0.9846153846rem, 3.0769230769vw, 1.6rem);
  font-size: clamp(0.9846153846rem, 3.0769230769vw, 1.6rem);
  font-weight: 700;
  line-height: 1.625;
  text-align: left;
  font-family: var(--ff-zen-kaku-gothic-new);
}
.stamp_coupon_text.is-large {
  font-size: clamp(1.4769230769rem, 4.6153846154vw, 2.4rem);
  line-height: 1.3;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.stamp_coupon_text.is-small {
  display: block;
  font-size: clamp(0.8615384615rem, 2.6923076923vw, 1.4rem);
  line-height: 1;
  text-align: left;
  margin-top: 0;
}

.stamp_annotation_wrapper {
  text-align: left;
  font-size: clamp(0.9230769231rem, 2.8846153846vw, 1.5rem);
  line-height: 1.6666666667;
}

.stamp_annotation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(0.6769230769rem, 2.1153846154vw, 1.1rem);
  font-weight: 700;
  font-family: var(--ff-zen-kaku-gothic-new);
}
.stamp_annotation.is-yellow {
  color: var(--color-yellow);
  font-weight: 900;
}
.stamp_annotation .is-link {
  color: inherit;
  text-decoration: underline;
}

.stamp_bottom_petal1 {
  position: absolute;
  bottom: clamp(8.6769230769rem, 27.1153846154vw, 14.1rem);
  right: clamp(13.4769230769rem, 42.1153846154vw, 21.9rem);
  width: clamp(3.4461538462rem, 10.7692307692vw, 5.6rem);
  height: auto;
  z-index: 10;
}

.stamp_bottom_petal2 {
  position: absolute;
  bottom: clamp(3.7538461538rem, 11.7307692308vw, 6.1rem);
  left: clamp(10.0307692308rem, 31.3461538462vw, 16.3rem);
  width: clamp(5.0461538462rem, 15.7692307692vw, 8.2rem);
  z-index: 10;
}

/**************************************************************
新規ショップ(ジェラピケ）セクション
**************************************************************/
.new-shop {
  position: relative;
  background-color: var(--color-white);
  z-index: 20;
  padding-inline: clamp(1.8461538462rem, 5.7692307692vw, 3rem);
  padding-bottom: clamp(2.2769230769rem, 7.1153846154vw, 3.7rem);
}

.new-shop_top_bg {
  position: absolute;
  top: clamp(-24.5rem, -47.1153846154vw, -15.0769230769rem);
  left: 0;
  width: 100%;
  height: auto;
  pointer-events: none;
}

.new-shop_inner {
  position: relative;
  z-index: 10;
  border-radius: clamp(1.2307692308rem, 3.8461538462vw, 2rem);
  border: clamp(0.6153846154rem, 1.9230769231vw, 1rem) solid #E2C5CA;
  background-color: #fff;
  padding-top: clamp(5.1076923077rem, 15.9615384615vw, 8.3rem);
  padding-bottom: clamp(4.3692307692rem, 13.6538461538vw, 7.1rem);
}

.new-shop_accent {
  position: absolute;
  top: clamp(-3.6rem, -6.9230769231vw, -2.2153846154rem);
  left: clamp(-1.6rem, -3.0769230769vw, -0.9846153846rem);
  width: clamp(13.3538461538rem, 41.7307692308vw, 21.7rem);
  height: auto;
}

.new-shop_cat {
  position: absolute;
  top: clamp(-5.9rem, -11.3461538462vw, -3.6307692308rem);
  right: clamp(3.1384615385rem, 9.8076923077vw, 5.1rem);
  width: clamp(8.0615384615rem, 25.1923076923vw, 13.1rem);
  height: auto;
}

.new-shop_bear {
  position: absolute;
  top: clamp(-7.4rem, -14.2307692308vw, -4.5538461538rem);
  right: clamp(0.7384615385rem, 2.3076923077vw, 1.2rem);
  width: clamp(4.8rem, 15vw, 7.8rem);
  height: auto;
  z-index: 10;
}

.new-shop__title {
  display: grid;
  place-items: center;
  font-family: var(--ff-aoboshi-one);
  font-weight: 400;
  gap: clamp(0.4307692308rem, 1.3461538462vw, 0.7rem);
}
.new-shop__title .is-accent {
  position: relative;
  font-size: clamp(2.5230769231rem, 7.8846153846vw, 4.1rem);
  line-height: 1.1219512195;
  letter-spacing: -0.04em;
  color: #B57B86;
}
.new-shop__title .is-accent::after {
  content: "";
  position: absolute;
  top: clamp(0.9846153846rem, 3.0769230769vw, 1.6rem);
  left: 0;
  width: 100%;
  aspect-ratio: 290/37;
  background: #FAF0F2;
  z-index: -1;
}
.new-shop__title .is-en {
  font-size: clamp(2.3384615385rem, 7.3076923077vw, 3.8rem);
  line-height: 1.2105263158;
  text-transform: uppercase;
}

.new-shop_contents {
  margin-top: clamp(3.0153846154rem, 9.4230769231vw, 4.9rem);
  display: grid;
  gap: clamp(2.4615384615rem, 7.6923076923vw, 4rem);
}

.new-shop_content_title {
  font-family: var(--ff-aoboshi-one);
  font-size: clamp(1.2307692308rem, 3.8461538462vw, 2rem);
  line-height: 1.7;
  color: #fff;
  background-color: #B57B86;
  padding-inline: clamp(0.9846153846rem, 3.0769230769vw, 1.6rem);
  border-radius: clamp(0.3076923077rem, 0.9615384615vw, 0.5rem);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  font-weight: 400;
}

.new-shop_content .novelty {
  width: clamp(14.0307692308rem, 43.8461538462vw, 22.8rem);
  margin-inline: auto;
}
.new-shop_content .novelty img {
  width: 100%;
  height: auto;
}
.new-shop_content .limited {
  width: clamp(24.5538461538rem, 76.7307692308vw, 39.9rem);
  margin-inline: auto;
  margin-top: clamp(1.5384615385rem, 4.8076923077vw, 2.5rem);
}
.new-shop_content .limited img {
  width: 100%;
  height: auto;
}
.new-shop_content .card {
  width: clamp(15.3846153846rem, 48.0769230769vw, 25rem);
  margin-inline: auto;
  margin-top: clamp(1.7846153846rem, 5.5769230769vw, 2.9rem);
}
.new-shop_content .card img {
  width: 100%;
  height: auto;
}

.new-shop_link {
  margin-top: clamp(3.2615384615rem, 10.1923076923vw, 5.3rem);
  display: grid;
  place-items: center;
  margin-inline: auto;
  width: clamp(22.2769230769rem, 69.6153846154vw, 36.2rem);
  height: auto;
  aspect-ratio: 362/79;
  background-color: #B57B86;
  border-radius: clamp(3.6923076923rem, 11.5384615385vw, 6rem);
  color: #fff;
  font-family: var(--ff-aoboshi-one);
  font-size: clamp(1.4769230769rem, 4.6153846154vw, 2.4rem);
  font-weight: 400;
  letter-spacing: 0.03;
  padding-inline: clamp(3.0769230769rem, 9.6153846154vw, 5rem);
  position: relative;
}
@media (any-hover: hover) {
  .new-shop_link:hover {
    background-color: #D6A0AA;
    opacity: 1;
  }
}
.new-shop_link::after {
  position: absolute;
  content: "";
  top: 50%;
  translate: 0 -50%;
  right: clamp(1.7230769231rem, 5.3846153846vw, 2.8rem);
  width: clamp(1.3538461538rem, 4.2307692308vw, 2.2rem);
  height: auto;
  aspect-ratio: 22/13;
  background: url("../img/btn_arrow_right.svg") no-repeat center center/contain;
}

.new-shop_petal1 {
  position: absolute;
  top: clamp(18.5230769231rem, 57.8846153846vw, 30.1rem);
  right: clamp(0.7384615385rem, 2.3076923077vw, 1.2rem);
  width: clamp(4.3076923077rem, 13.4615384615vw, 7rem);
  height: auto;
  z-index: 10;
}

.new-shop_petal2 {
  position: absolute;
  bottom: 0;
  right: clamp(8rem, 25vw, 13rem);
  width: clamp(5.1076923077rem, 15.9615384615vw, 8.3rem);
  height: auto;
  z-index: 10;
}

.new-shop_bottom_bg {
  position: absolute;
  bottom: clamp(-5.5rem, -10.5769230769vw, -3.3846153846rem);
  left: 0;
  width: 100%;
  height: auto;
  z-index: 5;
  aspect-ratio: 520/87;
}

/**************************************************************
マップセクション
**************************************************************/
.map {
  margin-top: clamp(2.4rem, 7.5vw, 3.9rem);
  position: relative;
  padding-top: clamp(4.3076923077rem, 13.4615384615vw, 7rem);
  padding-bottom: clamp(6.6461538462rem, 20.7692307692vw, 10.8rem);
  background-color: #CFF9FF;
}

.map_head {
  position: absolute;
  top: clamp(-8.3rem, -15.9615384615vw, -5.1076923077rem);
  left: 0;
  width: 100%;
  height: auto;
  z-index: 5;
}

.map_title {
  position: relative;
  z-index: 20;
  display: grid;
  place-items: center;
}

.map_title_main {
  font-family: var(--ff-aoboshi-one);
  font-size: clamp(3.0769230769rem, 9.6153846154vw, 5rem);
  line-height: 1;
  color: #fff;
  text-shadow: 0 clamp(0.2461538462rem, 0.7692307692vw, 0.4rem) 0 #DD4779;
  text-transform: uppercase;
  font-weight: 400;
}

.map_title_sub {
  font-size: clamp(0.9230769231rem, 2.8846153846vw, 1.5rem);
  line-height: 3.0666666667;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.6);
}

.map_turtle {
  position: absolute;
  top: clamp(5.0461538462rem, 15.7692307692vw, 8.2rem);
  right: clamp(-0.4rem, -0.7692307692vw, -0.2461538462rem);
  width: clamp(9.9076923077rem, 30.9615384615vw, 16.1rem);
  z-index: 10;
}

.map_cloud1 {
  position: absolute;
  top: clamp(9.3538461538rem, 29.2307692308vw, 15.2rem);
  right: clamp(-2.2rem, -4.2307692308vw, -1.3538461538rem);
  width: clamp(16.6153846154rem, 51.9230769231vw, 27rem);
  height: auto;
  z-index: 1;
}

.map_cloud2 {
  position: absolute;
  top: clamp(19.3230769231rem, 60.3846153846vw, 31.4rem);
  left: clamp(-3.6rem, -6.9230769231vw, -2.2153846154rem);
  width: clamp(12.1230769231rem, 37.8846153846vw, 19.7rem);
  height: auto;
  z-index: 1;
}

.map_cloud3 {
  position: absolute;
  top: clamp(47.5076923077rem, 148.4615384615vw, 77.2rem);
  right: clamp(-6.1rem, -11.7307692308vw, -3.7538461538rem);
  width: clamp(14.9538461538rem, 46.7307692308vw, 24.3rem);
  height: auto;
  z-index: 1;
}

.map_cloud4 {
  position: absolute;
  bottom: clamp(0.4307692308rem, 1.3461538462vw, 0.7rem);
  left: clamp(-7.9rem, -15.1923076923vw, -4.8615384615rem);
  width: clamp(23.0769230769rem, 72.1153846154vw, 37.5rem);
  height: auto;
  z-index: 1;
}

.map_petal1 {
  position: absolute;
  top: clamp(19.7538461538rem, 61.7307692308vw, 32.1rem);
  left: clamp(3.6307692308rem, 11.3461538462vw, 5.9rem);
  width: clamp(5.0461538462rem, 15.7692307692vw, 8.2rem);
  height: auto;
  z-index: 5;
}

.map_petal2 {
  position: absolute;
  top: clamp(52.3076923077rem, 163.4615384615vw, 85rem);
  right: clamp(4.1846153846rem, 13.0769230769vw, 6.8rem);
  width: clamp(3.8153846154rem, 11.9230769231vw, 6.2rem);
  height: auto;
  z-index: 5;
}

.map_petal3 {
  position: absolute;
  bottom: clamp(1.6rem, 5vw, 2.6rem);
  left: clamp(13.6rem, 42.5vw, 22.1rem);
  width: clamp(3.2615384615rem, 10.1923076923vw, 5.3rem);
  height: auto;
  z-index: 5;
}

.map_top_text {
  margin-top: clamp(5.8461538462rem, 18.2692307692vw, 9.5rem);
  font-family: var(--ff-zen-kaku-gothic-new);
  font-size: clamp(1.1076923077rem, 3.4615384615vw, 1.8rem);
  font-weight: 500;
  line-height: 1.6666666667;
  position: relative;
  z-index: 20;
}

.map_contents {
  margin-top: clamp(3.2615384615rem, 10.1923076923vw, 5.3rem);
  display: grid;
  gap: clamp(3.6307692308rem, 11.3461538462vw, 5.9rem);
  position: relative;
  z-index: 20;
}

.map_content_title {
  display: grid;
}

.map_content_title_main {
  font-family: var(--ff-aoboshi-one);
  font-size: clamp(2.5846153846rem, 8.0769230769vw, 4.2rem);
  font-weight: 400;
  line-height: 1.0952380952;
}

.map_content_title_sub {
  font-size: clamp(0.9230769231rem, 2.8846153846vw, 1.5rem);
  font-weight: 700;
  letter-spacing: 0.05em;
  color: var(--color-light-brown);
}

.map_tablist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(0.3692307692rem, 1.1538461538vw, 0.6rem);
  margin-top: clamp(1.8461538462rem, 5.7692307692vw, 3rem);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.map_tablist_btn {
  font-size: clamp(1.0461538462rem, 3.2692307692vw, 1.7rem);
  font-weight: 700;
  display: grid;
  place-items: center;
  padding-inline: clamp(1.0461538462rem, 3.2692307692vw, 1.7rem);
  height: clamp(2.4615384615rem, 7.6923076923vw, 4rem);
  background-color: var(--color-blue);
  border-radius: clamp(3.6923076923rem, 11.5384615385vw, 6rem);
  color: #fff;
  cursor: pointer;
}
.map_tablist_btn.active {
  background-color: #06739A;
  opacity: 1;
}
@media (any-hover: hover) {
  .map_tablist_btn:hover {
    background-color: #06739A;
    opacity: 1;
  }
}

.map_wrap {
  margin-top: clamp(1.7230769231rem, 5.3846153846vw, 2.8rem);
  position: relative;
  width: clamp(28.4923076923rem, 89.0384615385vw, 46.3rem);
  height: auto;
  margin-inline: auto;
  border-radius: clamp(1.7230769231rem, 5.3846153846vw, 2.8rem);
  overflow: hidden;
}
.map_wrap img {
  width: 100%;
}
.map_wrap[role=tabpanel] {
  display: none;
}
.map_wrap[role=tabpanel].js-show {
  display: block;
}

.zoom_btn {
  display: grid;
  position: absolute;
  right: 4.535637149%;
  bottom: 7.6452599388%;
  z-index: 10;
  gap: clamp(0.3692307692rem, 1.1538461538vw, 0.6rem);
  width: 11.6630669546%;
}

.zoom_in,
.zoom_out {
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  position: relative;
}

.zoom_in::before {
  position: absolute;
  content: "";
  width: 40.7407407407%;
  height: 4.6296296296%;
  border-radius: 100vmax;
  background-color: #fff;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}

.zoom_in::after {
  position: absolute;
  content: "";
  width: 40.7407407407%;
  height: 4.6296296296%;
  border-radius: 100vmax;
  background-color: #fff;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  rotate: 90deg;
}

.zoom_out::before {
  position: absolute;
  content: "";
  width: 40.7407407407%;
  height: 4.6296296296%;
  border-radius: 100vmax;
  background-color: #fff;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}

.draggble_wrap {
  position: relative;
}

@-webkit-keyframes pin-pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}

@keyframes pin-pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
.popup_btn {
  position: absolute;
  width: 2.8220858896%;
  height: auto;
  aspect-ratio: 1;
  cursor: pointer;
  padding: 0;
  display: block;
  line-height: initial;
  animation: pin-pulse 1s ease infinite alternate-reverse;
}
.popup_btn img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.draggable_wrap.takeout .pin1 {
  left: 11.5337423313%;
  top: 35.1257588899%;
}
.draggable_wrap.takeout .pin2 {
  left: 20.5521472393%;
  top: 27.406764961%;
}
.draggable_wrap.takeout .pin3 {
  left: 22.0245398773%;
  top: 33.0442324371%;
}
.draggable_wrap.takeout .pin4 {
  left: 27.7300613497%;
  top: 27.406764961%;
}
.draggable_wrap.takeout .pin5 {
  left: 34.3558282209%;
  top: 6.5915004337%;
}
.draggable_wrap.takeout .pin6 {
  left: 44.2331288344%;
  top: 23.2437120555%;
}
.draggable_wrap.takeout .pin7 {
  left: 42.4539877301%;
  top: 32.8707718994%;
}
.draggable_wrap.takeout .pin8 {
  left: 42.4539877301%;
  top: 40.6764960971%;
}
.draggable_wrap.takeout .pin9 {
  left: 60.3680981595%;
  top: 23.8508239376%;
}
.draggable_wrap.takeout .pin10 {
  left: 64.1717791411%;
  top: 18.1266261925%;
}
.draggable_wrap.takeout .pin11 {
  left: 66.2576687117%;
  top: 11.7953165655%;
}
.draggable_wrap.takeout .pin12 {
  left: 23.3128834356%;
  bottom: 15.6114483955%;
}
.draggable_wrap.drink .pin1 {
  left: 11.4110429448%;
  top: 34.7788378144%;
}
.draggable_wrap.drink .pin2 {
  left: 20.736196319%;
  top: 22.1162185603%;
}
.draggable_wrap.drink .pin3 {
  left: 20.736196319%;
  top: 27.8404163053%;
}
.draggable_wrap.drink .pin4 {
  left: 21.7791411043%;
  top: 32.6973113617%;
}
.draggable_wrap.drink .pin5 {
  left: 34.1104294479%;
  top: 6.4180398959%;
}
.draggable_wrap.drink .pin6 {
  left: 33.4969325153%;
  top: 11.5351257589%;
}
.draggable_wrap.drink .pin7 {
  left: 39.6319018405%;
  top: 6.9384215091%;
}
.draggable_wrap.drink .pin8 {
  left: 65.8282208589%;
  top: 11.7953165655%;
}
.draggable_wrap.drink .pin9 {
  left: 64.1717791411%;
  top: 18.3000867303%;
}
.draggable_wrap.goods .pin1 {
  left: 23.4355828221%;
  top: 73.9809193408%;
}
.draggable_wrap.goods .pin2 {
  left: 30.1226993865%;
  top: 21.9427580225%;
}
.draggable_wrap.goods .pin3 {
  left: 56.3190184049%;
  top: 13.9635732871%;
}
.draggable_wrap.goods .pin4 {
  left: 56.9325153374%;
  top: 20.381613183%;
}
.draggable_wrap.goods .pin5 {
  left: 59.8773006135%;
  top: 14.2237640937%;
}
.draggable_wrap.goods .pin6 {
  left: 64.8466257669%;
  top: 49.0893321769%;
}

@-webkit-keyframes dialog-fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes dialog-fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes dialog-fadeout {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes dialog-fadeout {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes backdrop-fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes backdrop-fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes backdrop-fadeout {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes backdrop-fadeout {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.map_dialog {
  display: none;
  border: none;
  border-radius: clamp(0.9846153846rem, 3.0769230769vw, 1.6rem);
  padding: 0;
  background: #fff;
  -webkit-box-shadow: 0 8px 32px rgba(0, 0, 0, 0.18);
          box-shadow: 0 8px 32px rgba(0, 0, 0, 0.18);
  overflow: visible;
  width: clamp(27.0769230769rem, 84.6153846154vw, 44rem);
  color: var(--color-text);
}
.map_dialog[open] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: fixed;
  inset: 0;
  margin: auto;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.map_dialog[open]:not(.is-closing) {
  -webkit-animation: dialog-fadein 0.35s ease 0.2s both;
          animation: dialog-fadein 0.35s ease 0.2s both;
}
.map_dialog[open]:not(.is-closing)::-ms-backdrop {
  background: rgba(0, 0, 0, 0.5);
  animation: backdrop-fadein 0.3s ease forwards;
}
.map_dialog[open]:not(.is-closing)::backdrop {
  background: rgba(0, 0, 0, 0.5);
  -webkit-animation: backdrop-fadein 0.3s ease forwards;
          animation: backdrop-fadein 0.3s ease forwards;
}
.map_dialog[open].is-closing {
  -webkit-animation: dialog-fadeout 0.3s ease forwards;
          animation: dialog-fadeout 0.3s ease forwards;
}
.map_dialog[open].is-closing::-ms-backdrop {
  background: rgba(0, 0, 0, 0.5);
  animation: backdrop-fadeout 0.3s ease forwards;
}
.map_dialog[open].is-closing::backdrop {
  background: rgba(0, 0, 0, 0.5);
  -webkit-animation: backdrop-fadeout 0.3s ease forwards;
          animation: backdrop-fadeout 0.3s ease forwards;
}

.map_dialog_inner {
  position: relative;
  padding: 0;
}
.map_dialog_inner .sakura_swiper-slide {
  width: 100% !important;
  margin: 0 !important;
}
.map_dialog_inner .sakura_slide_info {
  padding-top: clamp(1.4769230769rem, 4.6153846154vw, 2.4rem);
  padding-bottom: clamp(1.7230769231rem, 5.3846153846vw, 2.8rem);
}

.map_dialog_close {
  position: absolute;
  top: clamp(-2rem, -3.8461538462vw, -1.2307692308rem);
  right: clamp(-2rem, -3.8461538462vw, -1.2307692308rem);
  width: clamp(4.0615384615rem, 12.6923076923vw, 6.6rem);
  height: auto;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  background: none;
  cursor: pointer;
  z-index: 1;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.map_dialog_close img {
  width: 100%;
  height: 100%;
  display: block;
}
.map_dialog_close:hover {
  opacity: 0.75;
}

/**************************************************************
チケ得セクション
**************************************************************/
.tiketoku {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, var(--color-light-blue)), color-stop(50%, var(--color-white)));
  background: linear-gradient(to bottom, var(--color-light-blue) 50%, var(--color-white) 50%);
  position: relative;
  padding-bottom: clamp(12.9230769231rem, 40.3846153846vw, 21rem);
}

.tiketoku_title {
  width: clamp(15.5692307692rem, 48.6538461538vw, 25.3rem);
  height: auto;
  margin-inline: auto;
  position: relative;
  z-index: 10;
}
.tiketoku_title img {
  width: 100%;
  height: auto;
}

.tiketoku_contents {
  position: relative;
  z-index: 10;
}

.tiketoku_top_text {
  margin-top: clamp(2.8307692308rem, 8.8461538462vw, 4.6rem);
  color: #fff;
  font-size: clamp(1.4769230769rem, 4.6153846154vw, 2.4rem);
  line-height: 1.7916666667;
  font-weight: 700;
}
.tiketoku_top_text .is-large {
  font-size: clamp(2.2153846154rem, 6.9230769231vw, 3.6rem);
  line-height: 1.1111111111;
  color: var(--color-yellow);
}

.tiketoku_img {
  margin-top: clamp(1.6rem, 5vw, 2.6rem);
  width: clamp(28.6153846154rem, 89.4230769231vw, 46.5rem);
  margin-inline: auto;
}
.tiketoku_img img {
  width: 100%;
  height: auto;
}

.tiketoku_bottom_text {
  margin-top: clamp(1.1692307692rem, 3.6538461538vw, 1.9rem);
  color: #fff;
  font-weight: 700;
  font-size: clamp(1.1076923077rem, 3.4615384615vw, 1.8rem);
  line-height: 1.6666666667;
}

.tiketoku_link {
  margin-top: clamp(3.5692307692rem, 11.1538461538vw, 5.8rem);
  margin-inline: auto;
  padding-inline: clamp(2.7692307692rem, 8.6538461538vw, 4.5rem) clamp(2.8923076923rem, 9.0384615385vw, 4.7rem);
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: clamp(22.2769230769rem, 69.6153846154vw, 36.2rem);
  height: auto;
  aspect-ratio: 362/79;
  background-color: var(--color-text);
  border-radius: clamp(3.6923076923rem, 11.5384615385vw, 6rem);
  color: #fff;
  font-size: clamp(1.1076923077rem, 3.4615384615vw, 1.8rem);
  letter-spacing: 0.03em;
  font-weight: 700;
  position: relative;
}
@media (any-hover: hover) {
  .tiketoku_link:hover {
    background-color: #9B8181;
    opacity: 1;
  }
}
.tiketoku_link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: clamp(1.7230769231rem, 5.3846153846vw, 2.8rem);
  translate: 0 -50%;
  width: clamp(1.3538461538rem, 4.2307692308vw, 2.2rem);
  height: auto;
  aspect-ratio: 22/13;
  background: url("../img/btn_arrow_right.svg") no-repeat center center/contain;
}

.tiketoku_bg {
  position: absolute;
  top: clamp(4.6153846154rem, 14.4230769231vw, 7.5rem);
  left: 50%;
  translate: -50% 0;
  width: clamp(62.0923076923rem, 194.0384615385vw, 100.9rem);
  height: auto;
  aspect-ratio: 1;
  background-color: var(--color-red);
  border-radius: 50%;
}

.tiketoku_petal1 {
  position: absolute;
  top: clamp(3.1384615385rem, 9.8076923077vw, 5.1rem);
  right: clamp(2.0923076923rem, 6.5384615385vw, 3.4rem);
  width: clamp(4.3076923077rem, 13.4615384615vw, 7rem);
  height: auto;
  z-index: 10;
}

.tiketoku_petal2 {
  position: absolute;
  bottom: clamp(2.8923076923rem, 9.0384615385vw, 4.7rem);
  right: clamp(3.2615384615rem, 10.1923076923vw, 5.3rem);
  width: clamp(5.5384615385rem, 17.3076923077vw, 9rem);
  height: auto;
  z-index: 10;
}

.tiketoku_illust {
  position: absolute;
  bottom: 0;
  left: clamp(1.5384615385rem, 4.8076923077vw, 2.5rem);
  width: clamp(9.9692307692rem, 31.1538461538vw, 16.2rem);
  height: auto;
  z-index: 10;
}

/**************************************************************
インスタグラムセクション
**************************************************************/
.instagram {
  padding-top: clamp(0.9846153846rem, 3.0769230769vw, 1.6rem);
  padding-bottom: clamp(4.0615384615rem, 12.6923076923vw, 6.6rem);
  position: relative;
  background-color: var(--color-white);
  z-index: 10;
}

.instagram_title {
  display: grid;
  place-items: center;
}

.instagram_title_main {
  font-family: var(--ff-aoboshi-one);
  font-size: clamp(3.0769230769rem, 9.6153846154vw, 5rem);
  line-height: 1.06;
  font-weight: 400;
  text-transform: uppercase;
}
.instagram_title_main .is-green {
  color: var(--color-green);
}

.instagram_title_sub {
  font-size: clamp(0.9230769231rem, 2.8846153846vw, 1.5rem);
  font-weight: 700;
  line-height: 3.0666666667;
  color: var(--color-light-brown);
}

.instagram_text {
  margin-top: clamp(1.8461538462rem, 5.7692307692vw, 3rem);
  line-height: 1.6666666667;
  font-size: clamp(1.1076923077rem, 3.4615384615vw, 1.8rem);
  font-family: var(--ff-zen-kaku-gothic-new);
  font-weight: 500;
}

.instagram_link {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: clamp(1.8461538462rem, 5.7692307692vw, 3rem);
  margin-inline: auto;
  font-size: clamp(1.5384615385rem, 4.8076923077vw, 2.5rem);
  line-height: 1.24;
  color: var(--color-text);
  padding: clamp(0.1230769231rem, 0.3846153846vw, 0.2rem) clamp(1.2307692308rem, 3.8461538462vw, 2rem) clamp(0.5538461538rem, 1.7307692308vw, 0.9rem) clamp(1.0461538462rem, 3.2692307692vw, 1.7rem);
  border-radius: clamp(1.5384615385rem, 4.8076923077vw, 2.5rem);
  border: 1px solid var(--color-text);
}

.insta_swiper-container {
  overflow: hidden;
  margin-top: clamp(2.4615384615rem, 7.6923076923vw, 4rem);
}

.insta_swiper {
  width: 100%;
}

.insta_slide {
  width: clamp(14.5230769231rem, 45.3846153846vw, 23.6rem);
  height: auto;
  aspect-ratio: 236/296;
  border-radius: clamp(0.6153846154rem, 1.9230769231vw, 1rem);
  overflow: hidden;
}

.insta_slide a {
  display: block;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.instagram_petal1 {
  position: absolute;
  top: clamp(13.2307692308rem, 41.3461538462vw, 21.5rem);
  left: clamp(2.7692307692rem, 8.6538461538vw, 4.5rem);
  width: clamp(3.2615384615rem, 10.1923076923vw, 5.3rem);
  height: auto;
  z-index: 10;
}

.instagram_petal2 {
  position: absolute;
  bottom: clamp(-10.5rem, -20.1923076923vw, -6.4615384615rem);
  left: clamp(5.1076923077rem, 15.9615384615vw, 8.3rem);
  width: clamp(5.9076923077rem, 18.4615384615vw, 9.6rem);
  height: auto;
  z-index: 10;
}

.instagram_kobitokaba {
  position: absolute;
  bottom: clamp(-13.7rem, -26.3461538462vw, -8.4307692308rem);
  right: clamp(7.0769230769rem, 22.1153846154vw, 11.5rem);
  width: clamp(4.9230769231rem, 15.3846153846vw, 8rem);
  height: auto;
  z-index: 10;
}

.instagram_kaba {
  position: absolute;
  bottom: clamp(-13.9rem, -26.7307692308vw, -8.5538461538rem);
  right: clamp(1.6615384615rem, 5.1923076923vw, 2.7rem);
  width: clamp(6.8307692308rem, 21.3461538462vw, 11.1rem);
  height: auto;
  z-index: 5;
}

.instagram_wave_white {
  position: absolute;
  bottom: clamp(-6.1rem, -11.7307692308vw, -3.7538461538rem);
  left: 0;
  width: 100%;
  height: auto;
  aspect-ratio: 520/87;
  z-index: 1;
}

/**************************************************************
Special Thanks toセクション
**************************************************************/
.thanks {
  padding-top: clamp(9.8461538462rem, 30.7692307692vw, 16rem);
  padding-bottom: clamp(11.0153846154rem, 34.4230769231vw, 17.9rem);
  background-color: var(--color-green-yellow);
  background-image: url("../img/bg_yellow.webp");
  background-size: 100%;
  background-position: center center;
  background-repeat: repeat-y;
  position: relative;
  overflow: hidden;
}

.thanks_title {
  width: clamp(27.6307692308rem, 86.3461538462vw, 44.9rem);
  height: auto;
  margin-inline: auto;
}

.thanks_inner {
  margin-top: clamp(7.5076923077rem, 23.4615384615vw, 12.2rem);
  margin-inline: clamp(1.8461538462rem, 5.7692307692vw, 3rem);
  background-color: #fff;
  border-radius: clamp(1.8461538462rem, 5.7692307692vw, 3rem);
  position: relative;
  padding-top: clamp(11.5692307692rem, 36.1538461538vw, 18.8rem);
  padding-inline: clamp(2.4615384615rem, 7.6923076923vw, 4rem);
  padding-bottom: clamp(3.0769230769rem, 9.6153846154vw, 5rem);
  z-index: 5;
}

.thanks_img {
  position: absolute;
  top: clamp(-13.8rem, -26.5384615385vw, -8.4923076923rem);
  left: 50%;
  translate: -50% 0;
  width: clamp(19.0769230769rem, 59.6153846154vw, 31rem);
  height: auto;
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden;
  display: grid;
  place-items: center;
  background-color: #fff;
}
.thanks_img img {
  width: clamp(16.6153846154rem, 51.9230769231vw, 27rem);
  height: auto;
  display: block;
}

.thanks_profile {
  display: grid;
  gap: clamp(0.7384615385rem, 2.3076923077vw, 1.2rem);
}

.thanks_name {
  display: grid;
}

.thanks_name_main {
  font-weight: 700;
  font-size: clamp(1.9692307692rem, 6.1538461538vw, 3.2rem);
  letter-spacing: 0.05em;
}

.thanks_name_sub {
  font-family: var(--ff-chewy);
  font-size: clamp(1.3538461538rem, 4.2307692308vw, 2.2rem);
  line-height: 1;
  letter-spacing: 0.03em;
  font-weight: 400;
  color: var(--color-green);
}

.thanks_text {
  font-size: clamp(0.9846153846rem, 3.0769230769vw, 1.6rem);
  line-height: 1.625;
  font-weight: 700;
  text-align: left;
}

.thanks_message {
  margin-top: clamp(2.2153846154rem, 6.9230769231vw, 3.6rem);
  display: grid;
  gap: clamp(0.7384615385rem, 2.3076923077vw, 1.2rem);
  padding-bottom: clamp(2.2153846154rem, 6.9230769231vw, 3.6rem);
  line-height: 1.2777777778;
  background-image: radial-gradient(circle, var(--color-green) clamp(0.1230769231rem, 0.3846153846vw, 0.2rem), transparent clamp(0.1230769231rem, 0.3846153846vw, 0.2rem));
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: clamp(0.5538461538rem, 1.7307692308vw, 0.9rem) clamp(0.2461538462rem, 0.7692307692vw, 0.4rem);
}

.thanks_message_title {
  position: relative;
  font-family: var(--ff-chewy);
  font-size: clamp(1.9076923077rem, 5.9615384615vw, 3.1rem);
  line-height: 1.4838709677;
  font-weight: 400;
  letter-spacing: 0.07em;
}
.thanks_message_title span {
  display: inline-block;
  padding-inline: clamp(0.7384615385rem, 2.3076923077vw, 1.2rem);
  background-color: #fff;
  position: relative;
  z-index: 10;
}
.thanks_message_title::before {
  content: "";
  position: absolute;
  width: 100%;
  height: clamp(0.2461538462rem, 0.7692307692vw, 0.4rem);
  top: 50%;
  left: 0;
  translate: 0 -50%;
  background-image: radial-gradient(circle, var(--color-green) clamp(0.1230769231rem, 0.3846153846vw, 0.2rem), transparent clamp(0.1230769231rem, 0.3846153846vw, 0.2rem));
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: clamp(0.5538461538rem, 1.7307692308vw, 0.9rem) clamp(0.2461538462rem, 0.7692307692vw, 0.4rem);
}

.thanks_instagram {
  display: block;
  width: clamp(4.1846153846rem, 13.0769230769vw, 6.8rem);
  height: auto;
  aspect-ratio: 1;
  margin-inline: auto;
  margin-top: clamp(1.2307692308rem, 3.8461538462vw, 2rem);
}
.thanks_instagram img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}

.thanks_petal1 {
  position: absolute;
  top: clamp(29.1692307692rem, 91.1538461538vw, 47.4rem);
  left: clamp(3.5076923077rem, 10.9615384615vw, 5.7rem);
  width: clamp(3.2615384615rem, 10.1923076923vw, 5.3rem);
  height: auto;
  z-index: 10;
}

.thanks_petal2 {
  position: absolute;
  top: clamp(34.3384615385rem, 107.3076923077vw, 55.8rem);
  right: clamp(0.3692307692rem, 1.1538461538vw, 0.6rem);
  width: clamp(5.1076923077rem, 15.9615384615vw, 8.3rem);
  height: auto;
  z-index: 10;
}

.thanks_petal3 {
  position: absolute;
  bottom: clamp(8.4923076923rem, 26.5384615385vw, 13.8rem);
  left: clamp(4.3076923077rem, 13.4615384615vw, 7rem);
  width: clamp(3.8153846154rem, 11.9230769231vw, 6.2rem);
  height: auto;
  z-index: 10;
}

.thanks_sakura {
  position: absolute;
  bottom: clamp(-35.6rem, -68.4615384615vw, -21.9076923077rem);
  left: 50%;
  translate: -50% 0;
  width: clamp(33.7846153846rem, 105.5769230769vw, 54.9rem);
  height: auto;
  z-index: 1;
}