@charset "UTF-8";
/*
 * 参考
 * https://github.com/Andy-set-studio/modern-css-reset/blob/master/src/reset.css
*/
/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
figure,
blockquote,
dl,
dd,
ul {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
/*****************************************
 * 数値から単位を取り除く
 * 参考
 * https://css-tricks.com/snippets/sass/
******************************************/
/*****************************************
 * px→remの計算
 * 参考
 * https://webdou.net/sass-rem/
 * Sassではmath.div関数の使用が推奨のため、スラッシュ(/)演算子から変更
******************************************/
/*****************************************
 * vwの計算
 * 参考
 * https://webdou.net/sass-vw/
 * Sassではmath.div関数の使用が推奨のため、スラッシュ(/)演算子から変更
******************************************/
html {
  font-size: 16px;
}
@media (max-width: 1150px) {
  html {
    font-size: 1.3913043478vw;
  }
}
@media screen and (max-width: 499px) {
  html {
    font-size: 16px;
  }
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}

html { 
  scroll-behavior: smooth; 
}

body {
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  color: #333333;
}

a {
  text-decoration: none;
  color: inherit;
  transition: opacity 0.3s;
}

a:hover {
  opacity: 1;
}
@media screen and (max-width: 499px) {
  a:hover {
    opacity: 1;
  }
}

body {
  background-color: #FCE7E2;
}

.l-container {
  background-color: #fff;
  max-width: 31.25rem;
  margin-right: auto;
  margin-left: auto;
  box-shadow: 0px 0px 10px #333;
}
@media screen and (max-width: 767px) {
  .l-container {
    width: 100%;
    max-width: 100%;
  }
}

.hero {
  position: relative;
  padding: 0;
}

.offer {
  position: absolute;
  right: 3%;
  top: 3.6%;
  z-index: 100;
  text-align: center;
  border: 1px solid #fff;
  padding: 2px 4px;
}

.cta-button {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 1.25rem;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}

.cta-button a  {
  width: 100%;
  display: inline-block;
  transition: transform 0.3s ease;
}

@media (hover: hover) and (pointer: fine) {
  .cta-button a:hover {
    transform: scale(1.05);
    opacity: 1;
  }
}

@media (hover: none) and (pointer: coarse) {
  .cta-button a:active {
    transform: scale(1.05);
    opacity: 1;
  }
}


.cta-button a img {
  width: 100%;
}

.attention {
  margin-top: 1.109375rem;
  margin-bottom: 1.25rem;
}

.attention__title {
  width: 100%;
  display: flex;
  justify-content: center;
}

.attention__title img {
  width: 100%;
}

.attention__sub-title {
  margin-top: 0.535rem;
  width: 100%;
  display: flex;
  justify-content: center;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.attention__img {
  margin-top: 1.125rem;
  width: 100%;
  display: flex;
  justify-content: center;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}

.attention__text {
  margin-top: 0.8125rem;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 100%;
  margin-top: 0.5625rem;
}

.attention__title img,
.attention__sub-title img,
.attention__img img,
.attention__text img {
  width: 100%;
}

.hero__img {
  width: 100%;
  display: flex;
  justify-content: center;
}

.hero__img img {
  width: 100%;
}

.countdown {
  display: block;
  text-align: center;
  font-weight: 700;
  line-height: 1;
  opacity: 0;
  transform: translateY(16px);
}

.countdown__label {
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  font-family: "Lato", sans-serif;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .countdown__label {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 499px) {
  .countdown__label {
    font-size: 0.5rem;
  }
}

.countdown__main {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: baseline;
  justify-items: center;
  -moz-column-gap: 0.35em;
       column-gap: 0.35em;
}

.countdown__prefix,
.countdown__unit {
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  font-family: "Lato", sans-serif;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .countdown__prefix,
  .countdown__unit {
    font-size: 1.375rem;
  }
}
@media screen and (max-width: 499px) {
  .countdown__prefix,
  .countdown__unit {
    font-size: 0.5625rem;
  }
}

/* 中央の数字を大きく */
.countdown__days {
  font-size: 2.5rem;
  letter-spacing: 0.05em;
  line-height: 1;
  font-family: "Lato", sans-serif;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .countdown__days {
    font-size: 5rem;
  }
}
@media screen and (max-width: 499px) {
  .countdown__days {
    font-size: 1.641875rem;
  }
}

/* 最終日の時計表示を中央に差し替え */
.countdown__clock {
  font-size: clamp(24px, 12vw, 56px);
  font-variant-numeric: tabular-nums;
  line-height: 1;
}

/* 状態切替 */
.countdown--lastday { /* 「あと」＋時計 */ }
.countdown--lastday .countdown__days, .countdown--lastday .countdown__unit {
  display: none;
}
.countdown--lastday [data-hms] {
  display: inline;
}
.countdown--lastday .countdown__main {
  grid-template-columns: auto auto;
}

.countdown--ended .countdown__label, .countdown--ended .countdown__prefix, .countdown--ended .countdown__days,
.countdown--ended .countdown__unit, .countdown--ended [data-hms] {
  display: none;
}
.countdown--ended [data-ended] {
  display: inline !important;
}

.cta {
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background-color: rgba(255, 255, 255, 0.5);
  height: auto;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  padding: 0.3125rem 0;
}

.cta__wrap {
  padding: 0;
  width: 42.5rem;
  text-align: center;
  height: auto;
  display: flex;
  gap: 1rem;
  margin: 0 auto;
  align-items: center;
  
}

@media screen and (max-width: 767px) {
  .cta__wrap {
    width: 23.5rem;
  }
}

.cta__btn {
  display: inline-block;
  transition: transform 0.3s ease;
  align-items: center;

}

.cta__btn.cta__btn--right {
  padding-top: 1.2rem;
}


@media screen and (max-width: 767px) {
  .cta__btn.cta__btn--right {
    padding-top: 0.6rem;
  }
}

@media (hover: hover) and (pointer: fine) {
  .cta__btn:hover {
    transform: scale(1.05);
    opacity: 1;
  }
}

@media (hover: none) and (pointer: coarse) {
  .cta__btn:active {
    transform: scale(1.05);
    opacity: 1;
  }
}


.early {
  background-image: url(../images/common/early-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  padding-bottom: 1.25rem;
}

.early__title {
  width: 100%;
}

.early__text {
  width: 100%;
  margin-top: 1.25rem;
  display: flex;
  justify-content: center;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}

.early__ticket {
  width: 100%;
  margin-top: 0.625rem;
  display: flex;
  justify-content: center;
}

.early__small-text {
  width: 100%;
  margin-top: 0.625rem;
  display: flex;
  justify-content: center;
  padding-left: 2.8125rem;
  padding-right: 2.8125rem;
}

.early__title img,
.early__text img,
.early__ticket img,
.early__small-text img {
  width: 100%;
}

.faq {
  margin-top: 1.25rem;
}

.faq__title {
  font-weight: 700;
  font-size: 2.625rem;
  text-align: center;
  color: #8B5E3C;
}
@media screen and (max-width: 499px) {
  .faq__title {
    font-size: 1.5rem;
  }
}

.faq__list {
  display: grid;
  gap: 0.9375rem;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 1.5625rem;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}

.faq-item__button {
  all: unset;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  width: 100%;
  background: #8B5E3C;
  color: #fff;
  border: 1px solid #8B5E3C;
  padding: 0.3125rem 0.9375rem;
  gap: 0.875rem;
  cursor: pointer;
}

.faq-item__question {
  font-size: 1.44472rem;
  font-weight: 500;
  line-height: 1.4;
}
@media screen and (max-width: 499px) {
  .faq-item__question {
    font-size: 1rem;
  }
}

.faq-item__panel {
  border: 1px solid var(--faq-brown);
  border-top: none;
  border-radius: 0 0 var(--faq-radius) var(--faq-radius);
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.3s ease;
  background: #fff;
}

.faq-item__answer {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  gap: 14px;
  padding: 0.3125rem 0.9375rem;
  background: #fff;
  border: 1px solid #8B5E3C;
}

.faq-item__content {
  font-size: 1rem;
  line-height: 1.4;
}
@media screen and (max-width: 499px) {
  .faq-item__content {
    font-size: 0.75rem;
  }
}

.faq-item__mark {
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (max-width: 499px) {
  .faq-item__mark {
    font-size: 1.5rem;
  }
}

.faq-item__mark.faq-item__mark--a {
  color: #8B5E3C;
}

.faq-item__icon {
  position: relative;
  width: 1.125rem;
  aspect-ratio: 1/1;
  display: inline-block;
  line-height: 1;
}

.faq-item__icon::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 0.1875rem;
  background: currentColor;
  transform: translate(-50%, -50%) rotate(0deg);
}

.faq-item__icon::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0.1875rem;
  height: 100%;
  background: currentColor;
  transform-origin: 50% 50%;
  transform: translate(-50%, -50%) rotate(0deg);
  opacity: 1;
  border-radius: 1px;
  transition: transform 0.4s ease, opacity 0.4s ease;
}

.faq-item__button[aria-expanded=true] .faq-item__icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
  opacity: 0;
}

@media (prefers-reduced-motion: reduce) {
  .faq-item__icon::after {
    transition: opacity 0.01s linear;
  }
}
.footer {
  width: 100%;
  margin-top: 30px;
}

.footer-content {
  padding: 20px 0 120px;
  background-image: url(../images/common/footer-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
}

.footer-info {
  text-align: center;
  font-size: 14px;
}

.footer-info a {
  color: #81786F;
  font-weight: 700;
  text-decoration: underline;
  transition: 0.5s;
  display: inline-block;
  margin: 0 40px;
}

.footer-info a:hover {
  text-decoration: none;
}

.footer-copy {
  font-size: 8px;
  text-align: center;
  color: #81786F;
  margin-top: 20px;
}

.graph__inner {
  width: 100%;
}

.graph__inner img {
  width: 100%;
}

.half__inner {
  width: 100%;
  display: flex;
  justify-content: center;
}

.half__inner img {
  width: 100%;
}

.letter__img {
  width: 100%;
  margin-top: 1.25rem;
}

.letter__img img {
  width: 100%;
}

.movie {
  background-image: url(../images/common/movie-bg.webp);
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
}

.movie__title {
  width: 100%;
  display: flex;
  justify-content: center;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
.movie__title img {
  width: 100%;
}

.movie__contents {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 0.3125rem;
  padding-right: 1.6875rem;
  padding-left: 1.6875rem;
  position: relative;
}

.movie__video {
  width: 100%;
  height: auto;
  display: block;
  overflow: hidden;
}

.movie__controls {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  z-index: 1;
  display: flex;
  gap: 0.625rem;
}

.movie__btn {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  font-size: 0.875rem;
  padding: 0.5rem 0.75rem;
  border-radius: 62.4375rem;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  border: none;
  cursor: pointer;
  transition: opacity 0.2s ease;
}
.movie__btn:hover, .movie__btn:focus-visible {
  opacity: 0.85;
}

.movie__btn-icon {
  width: 0.75rem;
  height: 0.75rem;
  position: relative;
  display: inline-block;
}

/* ▶︎ / Ⅱ アイコンをCSSで描画（画像不要） */
.movie__btn[aria-pressed=true] .movie__btn-icon::before,
.movie__btn[aria-pressed=true] .movie__btn-icon::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 0.1875rem;
  background: #fff;
  border-radius: 0.0625rem;
}

.movie__btn[aria-pressed=true] .movie__btn-icon::before {
  left: 0;
}

.movie__btn[aria-pressed=true] .movie__btn-icon::after {
  right: 0;
}

/* 再生アイコン（ポーズ状態＝動画が止まっている） */
.movie__btn[aria-pressed=false] .movie__btn-icon::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.375rem 0 0.375rem 0.625rem;
  border-color: transparent transparent transparent #fff;
  transform: translateX(0.0625rem);
}

.movie__btn[aria-pressed=false] .movie__btn-icon::after {
  content: none;
}

/* サウンドアイコン */
.movie__btn-icon--sound {
  width: 0.875rem;
  height: 0.75rem;
  display: inline-block;
  position: relative;
}

.movie__btn-icon--sound::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0.375rem;
  background: #fff;
  clip-path: polygon(0 0, 100% 30%, 100% 70%, 0% 100%);
}

/* ONのとき波形 */
.movie__btn[aria-pressed=false] .movie__btn-icon--sound::after {
  content: "";
  position: absolute;
  left: 100%;
  top: 20%;
  width: 0.375rem;
  height: 60%;
  border: 0.125rem solid #fff;
  border-left: none;
  border-radius: 50%;
}

.reason {
  background-image: url(../images/common/reason-bg.webp);
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 1.25rem;
  padding-bottom: 2.4375rem;
}

.reason__title {
  width: 100%;
  display: flex;
  justify-content: center;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}

.reason__title img {
  width: 100%;
}

.reason__list {
  width: 100%;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}

.reason-item {
  margin-top: 20px;
}

.reason-item__button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  background: transparent;
  display: grid;
  grid-template-areas: "stack";
  width: 100%;
  padding: 0;
  cursor: pointer;
}

.reason-item__question {
  grid-area: stack;
  position: relative;
  display: block;
}

.reason-item__question img {
  display: block;
  width: 100%;
  height: auto;
}

.reason-item__icon {
  grid-area: stack;
  position: relative;
  justify-self: end;
  align-self: end;
  margin: 10px;
  width: 15px;
  height: 15px;
  flex: none;
  pointer-events: none;
}

.reason-item__icon::before,
.reason-item__icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 2px;
  background: #81786F;
  transform-origin: center;
  transform: translate(-50%, -50%);
  transition: transform 0.25s ease, opacity 0.2s ease;
}

.reason-item__icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
  opacity: 1;
}

.reason-item__button[aria-expanded=true] .reason-item__icon::after {
  transform: translate(-50%, -50%) rotate(0deg);
  opacity: 0;
}

.reason-item__content img {
  display: block;
  width: 100%;
  height: auto;
}

.shoplist {
  margin-top: 1.25rem;
}

.shoplist__title h2 {
  font-size: 2.625rem;
  font-weight: 700;
  line-height: 1.3;
  color: #8B5E3C;
  text-align: center;
}
@media screen and (max-width: 499px) {
  .shoplist__title h2 {
    font-size: 1.5rem;
  }
}

.shop-list {
  margin-top: 1rem;
}

.shop-list-item {
  font-weight: 400;
  font-size: 14.9333333333px;
}

.shop-list-item:last-child {
  margin-bottom: 0;
}

.shop-list-item:last-child {
  border-bottom: solid #81786F 0.5px;
}

.shop-list-head {
  padding: 4.1% 0 4.4% 2.8%;
  border-top: solid #81786F 0.5px;
  line-height: 1.4;
  cursor: pointer;
}

.shop-list-head::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: -0.2em;
  content: "";
}

.shop-list-head::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: -0.2em;
  content: "";
}

.shop-list-head p {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.shop-list-head-txt {
  display: inline-block;
  margin: 0 auto;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}
@media screen and (max-width: 499px) {
  .shop-list-head-txt {
    font-size: 1rem;
  }
}

.shop-list-head-icon {
  display: inline;
  position: relative;
  box-sizing: border-box;
  transition: 0.5s;
  float: right;
  height: 1.5625rem;
  width: 1.5625rem;
  margin-right: 1.5625rem;
}
@media screen and (max-width: 499px) {
  .shop-list-head-icon {
    margin-right: 0.9375rem;
    height: 0.9375rem;
    width: 0.9375rem;
  }
}

.shop-list-head-icon span::before,
.shop-list-head-icon span::after {
  display: inline;
  content: "";
  position: absolute;
  top: 50%;
  left: 0%;
  width: 1.5625rem;
  height: 0.134375rem;
  vertical-align: middle;
  background: #81786F;
  transition: 0.5s;
}
@media screen and (max-width: 499px) {
  .shop-list-head-icon span::before,
  .shop-list-head-icon span::after {
    width: 0.9375rem;
    height: 0.134375rem;
  }
}

.shop-list-head-icon span::after {
  transform: rotate(90deg);
}

.open .shop-list-head-icon span::before {
  transform: rotate(0deg);
}

.open .shop-list-head-icon span::after {
  transform: rotate(180deg);
}

.shop-list-in-list-wrap {
  display: none;
  border-top: solid #81786F 0.5px;
}

.shop-list-in-list-item {
  border-bottom: 0.5px dashed #81786F;
  padding: 0.625rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.shop-list-in-list-item:last-child {
  border-bottom: none;
}

.shop-list-in-list-ttl {
  font-weight: 700;
  border-bottom: 1px solid #81786F;
  padding-bottom: 0.1875rem;
  display: block;
  font-size: 1.5rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 499px) {
  .shop-list-in-list-ttl {
    font-size: 0.875rem;
  }
}

.shop-list-in-list-ttl::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: -0.35em;
  content: "";
}

.shop-list-in-list-ttl::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: -0.35em;
  content: "";
}

.shop-list-in-list-txt-box {
  width: 66.7%;
}

.shop-list-in-list-btn-wrap {
  width: 28.3%;
}

.shop-list-in-list-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  aspect-ratio: 17/11;
  color: #8B5E3C;
  border: 1px solid #8B5E3C;
  border-radius: 0.3125rem;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.17;
  gap: 7%;
  margin-top: 1%;
  transition: all 0.4s ease;
}
@media screen and (max-width: 499px) {
  .shop-list-in-list-btn {
    font-size: 0.7875rem;
  }
}

.shop-list-in-list-btn::before {
  content: "";
  width: 30px;
  height: 30px;
  background: url("../images/common/icon_calendar.svg") 0 0 no-repeat;
  background-size: contain;
}

.shop-list-in-list-btn:hover {
  background: #8B5E3C;
  color: #fff;
  opacity: 1;
}

.shop-list-in-list-btn:hover::before {
  background-image: url("../images/common/icon_calendar_wh.svg");
}

.shop-list-in-list-txt {
  width: 100%;
  font-size: 1rem;
  text-align: center;
}
@media screen and (max-width: 499px) {
  .shop-list-in-list-txt {
    font-size: 0.75rem;
  }
}

.carousel {
  background-image: url(../images/common/color-bg.webp);
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 1.25rem;
  padding-bottom: 0.808125rem;
}

.carousel__title {
  text-align: center;
  margin-bottom: 1.51625rem;
  margin-right: auto;
  margin-left: auto;
  padding-left: 1.125rem;
  padding-right: 1.125rem;
}

.carousel__text {
  padding-left: 0.96875rem;
  padding-right: 0.975rem;
  margin-right: auto;
  margin-left: auto;
}

.carousel__title img,
.carousel__text img {
  width: 100%;
}

.slider {
  padding: 24px 0;
}

.slider__inner {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 16px;
  overflow: visible;
  position: relative;
}

.slider__inner.slider__inner--02 {
  margin-top: 1.345rem;
}

.swiper.slider__swiper {
  position: relative;
  padding-bottom: 3.75rem;
  overflow: hidden;
}

.slider__slide img {
  width: 90%;
  height: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0 auto;
}

.slider__prev,
.slider__next {
  position: absolute;
  top: 50%;
  z-index: 10;
  transform: translateY(-50%);
  width: 2.5rem;
  height: 2.5rem;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  touch-action: manipulation;
}
@media screen and (max-width: 499px) {
  .slider__prev,
  .slider__next {
    width: 1.875rem;
    height: 1.875rem;
  }
}

.slider__prev img,
.slider__next img {
  width: 100%;
  height: 100%;
  display: block;
  pointer-events: none;
}

.slider__prev {
  left: 0;
}

.slider__next {
  right: 0;
}

.swiper.slider__swiper.swiper-horizontal > .swiper-pagination {
  position: absolute;
  left: 0;
  right: 0;
  top: auto;
  bottom: 0.75rem;
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  z-index: 1;
}

.slider__pagination {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.625rem;
  display: flex;
  justify-content: center;
  gap: 8px;
}

.slider__pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #d9d9d9;
  opacity: 1;
  transition: transform 0.2s ease;
}

.slider__pagination .swiper-pagination-bullet-active {
  background: #605F5F;
  transform: scale(1.2);
}

@media (min-width: 768px) {
  .slider__prev,
  .slider__next {
    width: 48px;
    height: 48px;
  }
  .slider__pagination {
    gap: 10px;
  }
  .slider__pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
}
.slider.slider--03 {
  margin-top: -5rem;
}

.slider__pagination.slider__pagination--02 .swiper-pagination-bullet-active {
  background: #FCA087;
}

.slider__pagination.slider__pagination--03 .swiper-pagination-bullet-active {
  background: #8B5E3C;
}

.slider__pagination.slider__pagination--04 .swiper-pagination-bullet-active {
  background: #F57C3F;
}

.special-2 {
  background-image: url(../images/common/special-2-bg.webp);
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  padding-top: 0.5625rem;
}

.special-2__title {
  width: 100%;
  display: flex;
  justify-content: center;
}

.special-2__sub-title {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 0.8125rem;
}

.special-2__ticket {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 0.5625rem;
  padding-left: 2.375rem;
  padding-right: 2.375rem;
}

.special-2__title img,
.special-2__sub-title img,
.special-2__ticket img {
  width: 100%;
}

.sale__wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin-top: 1.375rem;
}

.sale__track {
  display: flex;
  flex-wrap: nowrap;
  transition: transform 0.45s ease;
  will-change: transform;
}

.sale__slide {
  min-width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sale__slide img {
  width: 100%;
  aspect-ratio: 345/433;
  margin-right: 0.9375rem;
  margin-left: 0.9375rem;
}

.sale__prev,
.sale__next {
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  width: 1.5625rem;
  height: 1.5625rem;
  border-radius: 50%;
  background: #fff;
  color: #FCA087;
  font-size: 0.8125rem;
  border: none;
  display: grid;
  place-items: center;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}

.sale__prev {
  left: 8px;
}

.sale__next {
  right: 8px;
}

.sale__dots {
  display: flex;
  gap: 0.3125rem;
  justify-content: center;
  padding: 0.625rem 0 1.375rem;
}

.sale__dots button {
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 50%;
  background: #D9D9D9;
  border: none;
}

.sale__dots button[aria-current=true] {
  background-color: #FCA087;
}

.special-2-under {
  background-image: url(../images/common/special-2-under-bg.webp);
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 1.25rem;
  padding-bottom: 0.6875rem;
}

.special-2-under__set {
  width: 100%;
  display: flex;
  justify-content: center;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}

.special-2-under__free {
  margin-top: 0.75rem;
  width: 100%;
  display: flex;
  justify-content: center;
  padding-left: 0.8125rem;
  padding-right: 0.8125rem;
}

.special-2-under__set img,
.special-2-under__free img {
  width: 100%;
}

.special-3 {
  background-image: url(../images/common/special-3-bg.webp);
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  padding-top: 1.3125rem;
  padding-bottom: 1.3125rem;
}


.special-3__title {
  width: 100%;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  display: flex;
  justify-content: center;
}

.special-3__img {
  width: 100%;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  display: flex;
  justify-content: center;
}

.special-3__copy,
.special-3__banner {
  margin-top: 1.25rem;
  width: 100%;
  display: flex;
  justify-content: center;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}

.special-3__title img,
.special-3__img,
.special-3__copy img,
.special-3__banner img {
  width: 100%;
}

.special-4 {
  background-image: url(../images/common/special-4-bg.webp);
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  padding-top: 1.40625rem;
}

.special-4__treat {
  width: 100%;
  display: flex;
  justify-content: center;
  padding-left: 4.1875rem;
  padding-right: 4.1875rem;
}

.special-4__title {
  width: 100%;
  display: flex;
  justify-content: center;
  padding-left: 1.3125rem;
  padding-right: 1.3125rem;
}

.special-4__sub-title {
  margin-top: 0.5625rem;
  width: 100%;
  display: flex;
  justify-content: center;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}

.special-4__img {
  margin-top: 1.5625rem;
  width: 100%;
  display: flex;
  justify-content: center;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}

.special-4__accessory {
  margin-top: 0.721875rem;
  width: 100%;
  display: flex;
  justify-content: center;
}

.special-4__treat img,
.special-4__title img,
.special-4__sub-title img,
.special-4__img,
.special-4__accessory img {
  width: 100%;
}

.special {
  background-image: url(../images/common/special-bg.webp);
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  padding-top: 1.03375rem;
  padding-bottom: 1.0325rem;
}

.special__title {
  width: 100%;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  display: flex;
  justify-content: center;
}

.special__banner {
  width: 100%;
  display: flex;
  justify-content: center;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}

.special__link {
  width: 100%;
  padding-right: 0.9375rem;
  display: flex;
  justify-content: center;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}

.special__link a {
  display: inline-block;
  transition: transform 0.3s ease;
}

@media (hover: hover) and (pointer: fine) {
  .special__link a:hover {
    transform: scale(1.05);
    opacity: 1;
  }
}

/* SP（hover不可のデバイス）のみ */
@media (hover: none) and (pointer: coarse) {
  .special__link a:active {
    transform: scale(1.05);
    opacity: 1;
  }
}


.special__title-1 {
  width: 100%;
  display: flex;
  justify-content: center;
  padding-left: 2.3125rem;
  padding-right: 2.3125rem;
  margin-top: 3.125rem;
}

.special__img {
  margin-top: -45%;
  width: 100%;
  display: flex;
  justify-content: center;
}

.special__small-text {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: -13%;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
}

.special__free {
  width: 100%;
  margin-top: 0.625rem;
  display: flex;
  justify-content: center;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}

.special-1 {
  margin-top: 0.6875rem;
}

.special-1__treat {
  width: 100%;
  display: flex;
  justify-content: center;
  padding-left: 5.41875rem;
  padding-right: 5.4125rem;
}

.special-1__sub-title {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 0.625rem;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}

.special-1__set {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 0.625rem;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}

.special__title img,
.special__banner img,
.special__title-1 img,
.special__img img,
.special__link a img,
.special__small-text img,
.special__free img,
.special-1__treat img,
.special-1__sub-title img,
.special-1__set img {
  width: 100%;
}

.trend {
  background-image: url(../images/common/trend-bg.webp);
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 1.25rem;
  padding-bottom: 0.808125rem;
  position: relative;
}

.trend__title {
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  padding-left: 1.125rem;
  padding-right: 1.125rem;
  position: relative;
  z-index: 20;
  width: 100%;
}

.trend__wrap {
  position: relative;
  z-index: 1;
  overflow: hidden;
  width: 100%;
  margin-top: -4.375rem;
}

.trend__track {
  display: flex;
  flex-wrap: nowrap;
  transition: transform 0.45s ease;
  will-change: transform;
}

.trend__slide {
  flex: 0 0 100%;
}

.trend__slide img {
  display: block;
  width: 100%;
  height: auto;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}

.trend__prev,
.trend__next {
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  width: 1.5625rem;
  height: 1.5625rem;
  border-radius: 50%;
  background: #fff;
  color: #605F5F;
  font-size: 0.8125rem;
  border: none;
  display: grid;
  place-items: center;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

.trend__prev {
  left: 8px;
}

.trend__next {
  right: 8px;
}

.trend__dots {
  display: flex;
  gap: 0.3125rem;
  justify-content: center;
  padding: 0.625rem 0 1.375rem;
}

.trend__dots button {
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 50%;
  background: #D9D9D9;
  border: none;
}

.trend__dots button[aria-current=true] {
  background-color: #605F5F;
}

.trend__title img {
  width: 100%;
}

.voice {
  background-image: url(../images/common/reason-bg.webp);
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  padding-top: 1.875rem;
}

.voice__title {
  width: 100%;
  display: flex;
  justify-content: center;
  padding-left: 4.625rem;
  padding-right: 4.625rem;
}

.voice__wrap {
  margin-top: 0.625rem;
  position: relative;
  overflow: hidden;
}

.voice__track {
  display: flex;
  transition: transform 0.4s ease;
}

.voice__slide {
  min-width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.voice__slide img {
  width: 100%;
  aspect-ratio: 250/325;
}

.voice__prev,
.voice__next {
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  width: 1.5625rem;
  height: 1.5625rem;
  border-radius: 50%;
  background: #fff;
  color: #605F5F;
  font-size: 0.8125rem;
  border: none;
  display: grid;
  place-items: center;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}

.voice__prev {
  left: 8px;
}

.voice__next {
  right: 8px;
}

.voice__dots {
  display: flex;
  gap: 0.3125rem;
  justify-content: center;
  padding: 0.625rem 0 1.375rem;
}

.voice__dots button {
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 50%;
  background: #D9D9D9;
  border: none;
}

.voice__dots button[aria-current=true] {
  background-color: #605F5F;
}

.voice__title img {
  width: 100%;
}

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

.md-show {
  display: none;
}
@media screen and (max-width: 499px) {
  .md-show {
    display: block;
  }
}
/*# sourceMappingURL=style.css.map */
