@charset "UTF-8";
/* 文字コードの指定 */
* {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

@media screen and (min-width: 768px) and (max-width: 1382px) {
  html {
    font-size: 0.7235890014vw;
  }
}
@media screen and (max-width: 320px) {
  html {
    font-size: 2.380952381vw;
  }
}
body {
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", YuGothic, "Yu Gothic", sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  color: #212122;
  background: #FBEFD0;
}

main {
  overflow: hidden;
}

li {
  list-style: none;
}

a {
  color: #212122;
  text-decoration: none;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

@media (max-width: 767px) {
  .pc-only {
    display: none;
  }
}
@media (min-width: 768px) {
  .sp-only {
    display: none;
  }
}
.flex {
  display: flex;
}

@media (max-width: 767px) {
  .flex {
    flex-direction: column;
  }
}
.hidden {
  overflow: hidden;
}

/* コンテンツ幅 通常 */
.content-width {
  max-width: 124rem;
  margin: 0 auto;
  padding: 0 1.5rem;
}

@media (max-width: 767px) {
  .content-width {
    width: 100%;
    padding: 0;
  }
}
/* 下線テキスト */
.txt--dot {
  text-align: center;
  font-size: 2.17vw;
  font-weight: 700;
  line-height: 2;
  position: relative;
  z-index: 1;
}

@media (min-width: 1382px) {
  .txt--dot {
    font-size: 3rem;
  }
}
@media (max-width: 767px) {
  .txt--dot {
    font-size: 1.5rem;
    font-feature-settings: "palt";
    line-height: 2;
    letter-spacing: -0.03em;
  }
}
.txt--dot .dot {
  position: relative;
  letter-spacing: -0.02em;
}

.txt--dot .dot:after {
  position: absolute;
  bottom: -1rem;
  left: 0;
  background: radial-gradient(circle farthest-side, #E27F43, #E27F43 60%, transparent 60%, transparent);
  background-size: 11px;
  content: "";
  display: inline-block;
  height: 7px;
  width: 100%;
}

@media (max-width: 767px) {
  .txt--dot .dot:after {
    background-size: 4px;
    height: 2px;
    bottom: -0.3rem;
  }
}
/* 文字 */
.red {
  color: #D42202;
}

.blue {
  color: #506d98;
}

.center {
  text-align: center;
}

.yellow {
  color: #FFDE59;
}

/* 看板タイトル */
.kanban {
  position: relative;
  text-align: center;
}

.kanban .kanban__txt {
  left: 50%;
  right: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 100%;
  text-align: center;
  position: absolute;
}

.kanban .kanban__txt em {
  font-size: 1.8rem;
  font-style: normal;
}

@media (max-width: 767px) {
  .kanban .kanban__txt em {
    font-size: 1.5rem;
  }
}
/* 赤ボーダーボックス */
.box {
  border-radius: 30px;
  background: #fff;
  padding: 1rem;
  max-width: 114.6rem;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .box {
    width: 92.56%;
    margin: 1.7rem auto 0;
  }
}
.box .flex {
  justify-content: center;
}

@media (max-width: 767px) {
  .box .flex {
    align-items: center;
  }
}
.red-border {
  border: 10px solid #E2011B;
  border-radius: 20px;
  background: #F7F7F7;
  padding: 6.5rem 0 4.3rem;
}

@media (max-width: 767px) {
  .red-border {
    border: 4px solid #E2011B;
    padding: 4.8rem 0 4.2rem;
  }
}
.box .flex .box-left img {
  width: 100%;
}

.box .box__ttl {
  max-width: 78.2rem;
  width: 100%;
  height: 7.1rem;
  border-radius: 3.7rem;
  background: #E2011B;
  color: #fff;
  font-size: 3.5rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}

@media (max-width: 767px) {
  .box .box__ttl {
    width: 29.9rem;
    height: 3.4rem;
    font-size: 1.7rem;
  }
}
/* CTAボタン */
.button-cta {
  width: 52.5rem;
  height: 8.9rem;
  border-radius: 6.1rem;
  background: #e2011b;
  box-shadow: 0px 12px 0px #960717;
  font-size: 2.4rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 0 auto;
  transition: all 0.3s;
}
.button-cta .small {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .button-cta .small {
    font-size: 1.4rem;
  }
}
.button-cta .yellow {
  font-size: 3rem;
}
@media (max-width: 767px) {
  .button-cta .yellow {
    font-size: 2.5rem;
  }
}
.button-cta .yellow .small {
  font-size: 2.6rem;
}
@media (max-width: 767px) {
  .button-cta .yellow .small {
    font-size: 1.8rem;
  }
}

.button-cta .arrow {
  margin-left: -5rem;
  text-align: center;
  line-height: 1.2;
}

.button-cta .arrow::after {
  position: absolute;
  content: "";
  background-image: url(../images/right-ye.svg);
  background-size: contain;
  width: 2.1rem;
  height: 3.4rem;
  top: 50%;
  bottom: 50%;
  transform: translateY(-50%);
  right: 7rem;
}

@media (max-width: 767px) {
  .button-cta {
    width: 83.47vw;
    height: 7.9rem;
    border-radius: 6.1rem;
    font-size: 1.8rem;
    box-shadow: 0px 7px 0px #960717;
  }
  .button-cta .arrow {
    margin-left: -1.1rem;
  }
  .button-cta .arrow::after {
    width: 1.4rem;
    height: 1.7rem;
    right: 2rem;
  }
}
/* CTAボタン 小 */
.button-cta--small {
  width: 32.8rem;
  height: 4.8rem;
  border-radius: 2.4rem;
  background: #e2011b;
  box-shadow: 0px 5px 0px #960717;
  font-size: 1.8rem;
  letter-spacing: 0.01em;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 0 auto;
  transition: all 0.3s;
}

.button-cta--small span::after {
  position: absolute;
  content: "";
  background-image: url(../images/right-wh.svg);
  background-size: contain;
  width: 1.2rem;
  height: 1.6rem;
  top: 50%;
  bottom: 50%;
  transform: translateY(-50%);
}

.button-cta:hover,
.button-cta--small:hover,
.button-cta--yellow:hover,
.button-cta--buy:hover,
.button-cta--disny:hover {
  transform: scale(1.03);
}

/* 抽選のご応募はこちら */
.button-cta--yellow {
  width: 77.3rem;
  height: 10.5rem;
  border-radius: 5.2rem;
  background: #F9D564;
  box-shadow: 0px 12px 0px #B19A3D;
  font-size: 5rem;
  letter-spacing: 0.01em;
  color: #202F5A;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: -6rem auto 0;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .button-cta--yellow {
    margin-top: 1.2rem;
    width: 85.58vw;
    height: 6.4rem;
    font-size: 2.5rem;
    box-shadow: 0px 7px 0px #B19A3D;
  }
}
.button-cta--yellow span {
  position: relative;
  margin-left: -3rem;
}
.button-cta--yellow span::after {
  position: absolute;
  content: "";
  background-image: url(../images/right-nv.svg);
  background-size: contain;
  width: 1.9rem;
  height: 3.1rem;
  top: 50%;
  bottom: 50%;
  transform: translateY(-50%);
  right: -6rem;
}
@media (max-width: 767px) {
  .button-cta--yellow span::after {
    width: 1.4rem;
    height: 1.77rem;
    right: -4rem;
  }
}

/* 購入はこちら */
.button-cta--buy {
  width: 67.7rem;
  height: 12.2rem;
  border-radius: 6.1rem;
  font-size: 5rem;
  margin-top: 15.6rem;
}
@media (max-width: 767px) {
  .button-cta--buy {
    width: 72.79vw;
    height: 6.4rem;
    margin-top: 4rem;
  }
}

.button-cta--buy span::after {
  right: 11rem;
  position: absolute;
  content: "";
  background-image: url(../images/right-wh.svg);
  background-size: contain;
  width: 2.1rem;
  height: 3.5rem;
  top: 50%;
  bottom: 50%;
  transform: translateY(-50%);
}

@media (max-width: 767px) {
  .button-cta--buy {
    width: 34.8rem;
    height: 6.7rem;
    font-size: 2.5rem;
  }
  .button-cta--buy span::after {
    right: 6rem;
  }
}
/* ディズニー公式サイトはこちら */
.button-cta--disny {
  width: 50.3rem;
  height: 5.4rem;
  border-radius: 6.1rem;
  background: #FFFFFF;
  box-shadow: 0px 7px 0px #202F5A;
  font-size: 2.6rem;
  letter-spacing: 0.01em;
  color: #202F5A;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 5.7rem auto 2.9rem;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .button-cta--disny {
    width: 32.3rem;
    font-size: 1.8rem;
    margin: 3rem auto 3.9rem;
  }
}
.button-cta--disny span {
  position: relative;
}
@media (max-width: 767px) {
  .button-cta--disny span {
    margin-left: -3rem;
  }
}
.button-cta--disny span::after {
  position: absolute;
  content: "";
  background-image: url(../images/right-nv.svg);
  background-size: contain;
  width: 1.3rem;
  height: 2.3rem;
  top: 50%;
  bottom: 50%;
  transform: translateY(-50%);
  right: -3rem;
}
@media (max-width: 767px) {
  .button-cta--disny span::after {
    width: 1.3rem;
    height: 2.4rem;
  }
}

/* フッター */
.footer {
  padding: 3.9rem 0 4.2rem;
  background: #707070;
  color: #fff;
}
@media (max-width: 767px) {
  .footer {
    padding: 0.9rem 0 1.4rem;
  }
}

.footer .copyright {
  font-size: 3.2rem;
  font-weight: 600;
  text-align: center;
}
@media (max-width: 767px) {
  .footer .copyright {
    font-size: 2rem;
  }
}

.footer .sns {
  text-align: center;
}

.footer .sns .icon-insta {
  width: 2.4rem;
}
@media (max-width: 767px) {
  .footer .sns .icon-insta {
    width: 1.5rem;
  }
}

.footer .sns .icon-twitter {
  width: 2.2rem;
}
@media (max-width: 767px) {
  .footer .sns .icon-twitter {
    width: 1.7rem;
  }
}

/* DISNEY COLLECTION */
.about {
  background-image: url(../images/bg-about.png);
  background-size: cover;
  width: 100%;
  height: auto;
}

@media (max-width: 767px) {
  .about {
    background-image: url(../images/sp-bg-about.png);
  }
}
.about .kanban {
  z-index: 1;
}
@media (max-width: 767px) {
  .about .kanban {
    width: 92.56vw;
    margin: 1rem auto 0;
  }
}

.about .kanban .kanban__img {
  width: 56.1rem;
}

@media (max-width: 767px) {
  .about .kanban .kanban__img {
    max-width: 41rem;
    width: 100%;
  }
}
.about .kanban .kanban__txt {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.6;
  text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.16);
  top: 7.9rem;
}

@media (max-width: 767px) {
  .about .kanban .kanban__txt {
    font-size: 1.3rem;
    font-feature-settings: "palt";
    top: 5.4rem;
    line-height: 1.3;
  }
}
.about .about__txt {
  text-align: center;
  font-size: 2.3rem;
  position: relative;
  font-feature-settings: "palt";
  letter-spacing: 0.01em;
  line-height: 1.7391304348;
  background: #FFDE59;
  max-width: 86.8rem;
  margin: 0 auto;
}

.about .about__txt p {
  position: relative;
  z-index: 2;
}
.about .about__txt a {
  width:60%;
  margin:20px auto 70px;
  display: block;
}
.about .about__txt a img {
  width:100%;
}
@media (max-width: 767px) {
  .about .about__txt a {
    width:70%;
    margin:20px auto 70px;
    display: block;
  }
}

@media (max-width: 767px) {
  .about .about__txt {
    font-size: 1.4rem;
    letter-spacing: -0.03em;
    margin-top: 1.5rem;
  }
}
.about .button-cta {
  margin-top: -6rem;
}

@media (max-width: 767px) {
  .about .button-cta {
    margin-top: -3rem;
  }
}
.about .copyright {
  font-size: 2.3rem;
  font-weight: 700;
  text-align: right;
  padding-bottom: 0.8rem;
  padding-right: 3.3rem;
}

@media (max-width: 767px) {
  .about .copyright {
    font-size: 1.1rem;
    margin-top: 1.6rem;
  }
}
.about__box {
  border-radius: 50px;
  background: #fff8db;
  box-shadow: 5px 10px 15px #9b887c;
  position: relative;
  margin: 1.5rem auto 0;
  max-width: 98.5rem;
}

@media (min-width: 768px) {
  .about__box {
    padding: 6.1rem 0 9.65rem;
  }
}
@media (max-width: 767px) {
  .about__box {
    margin-top: 1rem;
    text-align: center;
    width: 92.33%;
  }
}
.about__box::before {
  position: absolute;
  content: "";
  background-image: url(../images/left.png);
  background-size: contain;
  width: 22.2rem;
  height: 24.4rem;
  bottom: -7rem;
  left: -11rem;
}

@media (max-width: 767px) {
  .about__box::before {
    width: 7.2rem;
    height: 8.4rem;
    left: 0;
    bottom: 2rem;
    background-image: url(../images/sp-left.png);
  }
}
.about__box::after {
  position: absolute;
  content: "";
  background-image: url(../images/right.png);
  background-size: contain;
  width: 22.7rem;
  height: 24.7rem;
  bottom: 25rem;
  right: -6rem;
}

@media (max-width: 767px) {
  .about__box::after {
    width: 6.1rem;
    height: 7.9rem;
    right: 1rem;
    bottom: 22.3rem;
    background-image: url(../images/sp-right.png);
  }
}
.about__box .txt--dot {
  position: relative;
  z-index: 1;
}

@media (max-width: 767px) {
  .about__box .txt--dot {
    padding-top: 5.3rem;
    padding-bottom: 5.8rem;
  }
}
.about__box .txt--dot::before {
  position: absolute;
  content: "";
  background-image: url(../images/vol2.png);
  background-size: contain;
  width: 28.3rem;
  height: 17.8rem;
  top: -11.3rem;
  left: -2.9rem;
}

@media (max-width: 767px) {
  .about__box .txt--dot::before {
    background-image: url(../images/sp-vol2.png);
    width: 13.2rem;
    height: 8.3rem;
    top: -5.8rem;
    left: 50%;
    right: 50%;
    transform: translateY(-50%) translateX(-50%);
  }
}
@media (max-width: 767px) {
  .about__box img {
    margin: 0 auto 3rem;
    max-width: 35.3rem;
    width: 100%;
  }
}
.about__box .txt--dot {
  font-size: 2.2rem;
}
.about__box .txt--dot p:nth-of-type(2) {
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .about__box .txt--dot p:nth-of-type(2) {
    margin-top: 1.9rem;
  }
}

@media (max-width: 767px) {
  .about__box .txt--dot {
    font-size: 1.5rem;
  }
}
/* トップ*/
@media (min-width: 767px) {
  .about-top .kanban {
    margin-top: 1rem;
  }
  .about-top .about__box {
    padding: 1.7rem 0 5.45rem;
  }
  .about-top .about__box::after {
    bottom: 15rem;
    right: -12rem;
  }
  .about-top .about__box .txt--dot::before {
    width: 20rem;
    height: 12.5rem;
    top: -6.9rem;
    left: -4.9rem;
  }
  .about-top .button-cta {
    margin-top: -4rem;
    width: 52.1rem;
    height: 7.9rem;
    border-radius: 6.1rem;
    box-shadow: 0px 9px 0px #960717;
  }
  .about-top .button-cta .arrow {
    margin-left: -2rem;
  }
  .about-top .button-cta .arrow:after {
    width: 1.4rem;
    height: 2.3rem;
  }
  .about-top .about__txt {
    font-size: 1.8rem;
    line-height: 1.9444444444;
    font-weight: 700;
  }
}
@media (max-width: 767px) {
  .about-top .about__box {
    margin-top: 4rem;
    border-radius: 3rem;
  }
  .about-top .about__box img {
    margin-top: -2rem;
  }
  .about-top .about__txt {
    margin-top: 0.5rem;
  }
  .about-top .about__box .txt--dot::before {
    top: 0.2rem;
  }
}
/* 下部 */
.bg-about {
  background-image: url(../images/bg-about.png);
  background-size: cover;
  width: 100%;
  height: auto;
  margin-bottom: -33.5rem;
}

@media (max-width: 767px) {
  .bg-about {
    background-image: url(../images/sp-bg-about.png);
  }
}
.bg-about .kanban {
  z-index: 1;
  margin-top: -11.1rem;
}
@media (max-width: 767px) {
  .bg-about .kanban {
    margin-top: -5rem;
  }
}

.bg-about .kanban .kanban__img {
  width: 57.4rem;
}

@media (max-width: 767px) {
  .bg-about .kanban .kanban__img {
    max-width: 41rem;
    width: 100%;
  }
}
.bg-about .kanban .kanban__txt {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2941176471;
  top: 8.6rem;
  text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.16);
}

@media (max-width: 767px) {
  .bg-about .kanban .kanban__txt {
    font-size: 1rem;
    font-feature-settings: "palt";
    top: 5.8rem;
  }
}
.about-bottom {
  padding-top: 33.5rem;
}
.about-bottom .about__box {
  max-width: 121rem;
  padding: 6rem 0 11rem;
}
@media (max-width: 767px) {
  .about-bottom .about__box {
    border-radius: 3rem;
    margin-top: 4rem;
    padding: 5.1rem 0 5.8rem;
  }
}
.about-bottom .about__box .txt--dot {
  font-size: 2.2rem;
}
@media (max-width: 767px) {
  .about-bottom .about__box .txt--dot {
    padding: 0;
    font-size: 1.5rem;
  }
}
.about-bottom .about__box::before {
  bottom: 0;
  left: 2rem;
  width: 21.9rem;
  height: 24.9rem;
}
@media (max-width: 767px) {
  .about-bottom .about__box::before {
    width: 7.29rem;
    height: 8.47rem;
    bottom: 3.2rem;
    left: 1.9rem;
  }
}
.about-bottom .button-cta {
  margin-top: -3.6rem;
}
.about-bottom .button-cta span:after {
  width: 1.4rem;
  height: 2.3rem;
}
@media (max-width: 767px) {
  .about-bottom .button-cta span:after {
    width: 1.43rem;
    height: 1.77rem;
  }
}

.about-bottom .about__txt {
  margin-top: 0;
}

@media (max-width: 767px) {
  .about-bottom .about__txt {
    margin-top: 0;
  }
}
.about-bottom .about__txt::after {
  bottom: 6rem;
  right: -16.6rem;
}

@media (max-width: 767px) {
  .about-bottom .about__txt::after {
    right: -1rem;
  }
}
.about-bottom .about__box::after {
  bottom: 18.3rem;
  right: -1.9rem;
  width: 23.3rem;
  height: 26.3rem;
}
@media (max-width: 767px) {
  .about-bottom .about__box::after {
    width: 6.4rem;
    height: 7.1rem;
    right: 0.4rem;
    bottom: 23.3rem;
  }
}

/* スクロールロゴ */
.scroll-logo {
  width: 5.9rem;
  display: block;
  margin: 2.27rem auto 1rem;
}

@media (max-width: 767px) {
  .scroll-logo {
    width: 4.3rem;
    margin: 1.14rem auto 1.2rem;
  }
}
/* ディズニーイラスト */
.illust {
  text-align: center;
  padding-bottom: 15.2rem;
  margin-top: -43.6rem;
  background: #707070;
}

.illust img {
  width: 55.8rem;
}

@media (max-width: 767px) {
  .illust {
    margin-top: -46.6rem;
    padding-bottom: 6.7rem;
  }
  .illust img {
    width: 56.98%;
    margin-top: -3rem;
  }
}
/* 円弧 */
.curve__wrap {
  overflow: hidden;
}

.curve {
  background: #707070;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  height: 60.7rem;
  margin-left: -100px;
  margin-right: -100px;
  padding-left: 100px;
  padding-right: 100px;
}

@media (max-width: 767px) {
  .curve {
    height: 55.7rem;
  }
}
/* 予約期間 */
.reserve {
  background: #E2011B;
  position: relative;
}
.reserve::after {
  position: absolute;
  content: "";
  background-image: url(../images/illust-disny.png);
  background-size: contain;
  width: 28.4rem;
  height: 28.3rem;
  bottom: -24rem;
  left: 50%;
  right: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .reserve::after {
    width: 11.7rem;
    height: 11.7rem;
    bottom: -8.7rem;
  }
}

.reserve .content-width {
  padding: 0 1.5rem 14rem;
}

@media (max-width: 767px) {
  .reserve .content-width {
    padding: 0 0 7rem;
  }
}
.reserve .kanban .kanban__img {
  width: 91.8rem;
  margin-top: -17rem;
}

@media (max-width: 767px) {
  .reserve .kanban .kanban__img {
    max-width: 40.9rem;
    width: 100%;
    margin-top: -8rem;
  }
}
.reserve .kanban .kanban__txt {
  font-weight: 800;
  bottom: 1.5rem;
  font-feature-settings: "palt";
  line-height: 1.3;
}

@media (max-width: 767px) {
  .reserve .kanban .kanban__txt {
    line-height: 1;
    bottom: 2.4rem;
  }
}
.reserve .kanban .kanban__txt .red {
  font-size: 3.7rem;
}

@media (max-width: 767px) {
  .reserve .kanban .kanban__txt .red {
    font-size: 1.5rem;
  }
}
.reserve .kanban .kanban__txt .blue {
  font-size: 4.3rem;
}

@media (max-width: 767px) {
  .reserve .kanban .kanban__txt .blue {
    font-size: 1.5rem;
  }
}
.reserve .txt--dot {
  color: #fbefd0;
  margin-top: 2.4rem;
}

.reserve .txt--dot .dot {
  position: relative;
}

.reserve .txt--dot .dot:after {
  position: absolute;
  bottom: -1rem;
  left: 0;
  background: radial-gradient(circle farthest-side, #fbefd0, #fbefd0 60%, transparent 60%, transparent);
  background-size: 11px;
  content: "";
  display: inline-block;
  height: 7px;
  width: 100%;
}

@media (max-width: 767px) {
  .reserve .txt--dot {
    margin-top: 1rem;
  }
  .reserve .txt--dot .dot:after {
    background-size: 4px;
    height: 2px;
    bottom: -0.3rem;
  }
}
.reserve .slipper {
  width: 21.6rem;
  display: block;
  margin: 2rem -1rem -10rem auto;
}

@media (max-width: 767px) {
  .reserve .slipper {
    width: 6.6rem;
    margin: 2rem 3rem -10rem auto;
    position: relative;
    z-index: 2;
  }
}
.reserve-period {
  max-width: 69.2rem;
  width: 100%;
  display: block;
  margin: 0 auto 2.9rem;
}

@media (max-width: 767px) {
  .reserve-period {
    max-width: 26rem;
    margin: 0 auto 2.1rem;
  }
}
.reserve .slipper-wh {
  width: 22.7rem;
  display: block;
  margin: -13.9rem auto 0 -1.7rem;
}

@media (max-width: 767px) {
  .reserve .slipper-wh {
    width: 7rem;
    margin: -5.4rem auto 0 3rem;
  }
}
.reserve .box .flex {
  padding: 5.7rem 4.8rem 6.8rem 2.5rem;
  position: relative;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .reserve .box .flex {
    padding: 4.6rem 0 6.2rem;
  }
}
@media (max-width: 767px) {
  .reserve .box .flex::before {
    width: 7.78rem;
    height: 3.7rem;
    top: 0.35rem;
    left: 1rem;
  }
}
@media (max-width: 767px) {
  .reserve .box .flex::after {
    width: 8rem;
    height: 4.3rem;
    bottom: 0.75rem;
    right: 0.2rem;
  }
}
.reserve .box .flex .box-left img {
  max-width: 54.4rem;
}

@media (max-width: 767px) {
  .reserve .box .flex .box-left img {
    max-width: 33rem;
  }
}
.reserve .box .box__ttl {
  margin: 0 auto;
}

@media (max-width: 767px) {
  .reserve .box .box__ttl {
    margin-bottom: 1.46rem;
  }
}
.reserve .box .box-left {
  margin-right: 0.59%;
}

@media (max-width: 767px) {
  .reserve .box .box-left {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .reserve .box .box-right {
    margin-top: 2.9rem;
  }
}
.reserve .box .box-right p {
  font-size: 3.7rem;
  margin-top: 3.39rem;
  margin-bottom: 6.15rem;
  font-weight: 800;
  text-align: center;
}

.reserve .box .box-right p .small {
  font-size: 3rem;
}

@media (max-width: 767px) {
  .reserve .box .box-right p {
    font-size: 1.6rem;
    padding-top: 0;
    margin-top: 1.57rem;
    margin-bottom: 3.4rem;
  }
  .reserve .box .box-right p .small {
    font-size: 3.26vw;
  }
}
.reserve .box .box-right p small {
  font-size: 2.8rem;
}

@media (max-width: 767px) {
  .reserve .box .box-right p small {
    font-size: 1.3rem;
  }
}
/* カーブ */
.divider {
  position: relative;
}

.custom-shape-divider-top-1687853830 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}

@media (max-width: 767px) {
  .custom-shape-divider-top-1687853830 {
    background: #FBEFD0;
    top: 0;
  }
}
.custom-shape-divider-top-1687853830 svg {
  position: relative;
  display: block;
  width: calc(150% + 1.3px);
  height: 324px;
  transform: rotateY(180deg);
}

@media (max-width: 767px) {
  .custom-shape-divider-top-1687853830 svg {
    width: calc(140% + 1.3px);
    height: 82px;
  }
}
.custom-shape-divider-top-1687853830 .shape-fill {
  fill: #E2011B;
}

.items {
  padding-top: 12rem;
  background: #FBEFD0;
}

@media (max-width: 767px) {
  .items {
    padding-top: 4rem;
  }
}
.items .bg-star {
  padding-top: 22rem;
  padding-bottom: 8rem;
}

@media (max-width: 767px) {
  .items .bg-star {
    padding-top: 6.9rem;
    padding-bottom: 2.4rem;
  }
}
.items .kanban .kanban__img {
  width: 60.1rem;
}

@media (max-width: 767px) {
  .items .kanban .kanban__img {
    width: 30.9rem;
  }
}
.items .item__list {
  max-width: 100.7rem;
  margin: 6.7rem auto 0;
  flex-wrap: wrap;
  justify-content: center;
  gap: 7.7rem;
  row-gap: 12.4rem;
}
@media (max-width: 767px) {
  .items .item__list {
    margin-top: 3rem;
    gap: 1.2rem;
    row-gap: 2.5rem;
    flex-direction: row;
  }
}

.items .item__list li {
  max-width: 28.2%;
  width: 100%;
  position: relative;
}

@media (max-width: 767px) {
  .items .item__list li {
    max-width: 34.65%;
  }
}
.items .item__list li::before {
  position: absolute;
  content: "";
  background-image: url(../images/plus.svg);
  background-size: contain;
  width: 5.4rem;
  height: 5.5rem;
  top: 0;
  left: 0;
}

@media (max-width: 767px) {
  .items .item__list li::before {
    background-image: url(../images/sp-plus.svg);
    width: 2.4rem;
    height: 2.4rem;
  }
}
.items .item__list li:nth-child(4n) {
  margin-right: 0;
}

@media (max-width: 767px) {
  .items .item__list li:nth-child(4n) {
    margin-right: 5.12%;
  }
}
@media (max-width: 767px) {
  .items .item__list li:nth-child(2n) {
    margin-right: 0;
  }
}
.items .item__list li .item__txt {
  margin-top: 3rem;
  text-align: center;
  font-weight: 600;
}

@media (max-width: 767px) {
  .items .item__list li .item__txt {
    margin-top: 0.6rem;
  }
}
.items .item__list li .item__txt .photo__list-ttl {
  font-size: 4rem;
  font-feature-settings: "palt";
}

@media (max-width: 767px) {
  .items .item__list li .item__txt .photo__list-ttl {
    font-size: 1.7rem;
  }
}
.items .item__list li .item__txt .price__wrapper {
  margin-top: 1rem;
}

@media (max-width: 767px) {
  .items .item__list li .item__txt .price__wrapper {
    margin-top: 0.5rem;
  }
}
.items .item__list li .item__txt .price {
  font-size: 2.7rem;
  margin-right: 2.3rem;
}

@media (max-width: 767px) {
  .items .item__list li .item__txt .price {
    font-size: 1.7rem;
    margin-right: 0;
  }
}
.items .item__list li .item__txt .tax {
  font-size: 1.6rem;
}

@media (max-width: 767px) {
  .items .item__list li .item__txt .tax {
    font-size: 1rem;
  }
}
.bg-event {
  position: relative;
  background: #FBEFD0;
}

.event {
  background: #8AC8E3;
  position: relative;
  margin-top: 34rem;
  padding-bottom: 24.3rem;
  position: relative;
}
.event::after {
  position: absolute;
  content: "";
  background-image: url(../images/bg-cloud.png);
  background-size: contain;
  width: 167.6rem;
  height: 118.5rem;
  top: -10rem;
  left: -13rem;
}
@media (max-width: 767px) {
  .event::after {
    background-image: url(../images/sp-bg-cloud.png);
    width: 52.9rem;
    height: 52.7rem;
    top: -3rem;
    left: -2.7rem;
  }
}

@media (max-width: 767px) {
  .event {
    margin-top: 11rem;
    padding-bottom: 7rem;
  }
}
.event::before {
  position: absolute;
  content: "";
  background-image: url(../images/curve-event.png);
  background-size: cover;
  width: 100%;
  height: 30.9rem;
  top: -30.8rem;
  left: 0;
}

@media (max-width: 767px) {
  .event::before {
    height: 9.6rem;
    top: -9.5rem;
    background-image: url(../images/sp-curve-event.png);
  }
}
.event .kanban .kanban__img {
  width: 94.2rem;
  position: relative;
  z-index: 1;
}

@media (max-width: 767px) {
  .event .kanban .kanban__img {
    width: 35.5rem;
  }
}
.event .kanban .kanban__txt {
  color: #202F5A;
  position: absolute;
  bottom: -1.6rem;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.16);
  font-size: 5.8rem;
  z-index: 2;
  white-space: nowrap;
}

@media (max-width: 767px) {
  .event .kanban .kanban__txt {
    font-size: 2.2rem;
    bottom: -1.6rem;
  }
}
.event .txt--dot {
  color: #486E9C;
  margin-top: 8rem;
  position: relative;
  font-size: 2.53vw;
  line-height: 2.6;
  letter-spacing: -0.02em;
}

@media (min-width: 1382px) {
  .event .txt--dot {
    font-size: 3.5rem;
  }
}
@media (max-width: 767px) {
  .event .txt--dot {
    margin-top: 4.3rem;
    font-size: 1.5rem;
  }
}
.event .box {
  margin-top: 4.4rem;
  position: relative;
  z-index: 1;
}

.box__ttl--top {
  font-size: 3.5rem;
  font-weight: 700;
  text-align: center;
  margin-top: 2.8rem;
}

@media (max-width: 767px) {
  .box__ttl--top {
    font-size: 1.9rem;
    margin-top: 1.9rem;
  }
}
.event .box .flex {
  padding: 3.5rem 1rem 8.9rem;
  position: relative;
}

@media (max-width: 767px) {
  .event .box .flex {
    padding: 3rem 0 2.4em;
  }
}
.event .box .flex::before {
  position: absolute;
  content: "";
  background-image: url(../images/kira-1.png);
  background-size: contain;
  width: 5.1rem;
  height: 5.6rem;
  top: -5.65rem;
  left: 3.1rem;
}

@media (max-width: 767px) {
  .event .box .flex::before {
    width: 3.1rem;
    height: 3.5rem;
    top: -0.65rem;
    left: 1.1rem;
  }
  .event .box .flex::after {
    position: absolute;
    content: "";
    background-image: url(../images/kira-2.png);
    background-size: contain;
    width: 3.1rem;
    height: 3.5rem;
    bottom: 6.35rem;
    right: 1.1rem;
  }
}
.event .box .box__ttl {
  margin: 0 auto 3.4rem;
  font-size: 3.5rem;
  max-width: 43.6rem;
  width: 100%;
}

@media (max-width: 767px) {
  .event .box .box__ttl {
    font-size: 1.7rem;
    margin-bottom: 1rem;
    width: 28.5rem;
  }
}
.event .box .box-left {
  margin-right: 6.59%;
}

@media (max-width: 767px) {
  .event .box .box-left {
    margin-right: 0;
    margin-bottom: 2rem;
  }
}
.event .box .box-left img {
  max-width: 47.4rem;
}

@media (max-width: 767px) {
  .event .box .box-left img {
    width: 26.1rem;
  }
}
.event .box .box-right p {
  font-size: 3.3rem;
  font-weight: 700;
  text-align: center;
}

@media (max-width: 767px) {
  .event .box .box-right p {
    font-size: 1.8rem;
  }
}
.event .box .box-right p .small {
  font-size: 2.2rem;
}

@media (max-width: 767px) {
  .event .box .box-right p .small {
    font-size: 1.5rem;
  }
}
.event .box .address {
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 700;
  margin-top: 0.9rem;
  line-height: 1.32;
}

@media (max-width: 767px) {
  .event .box .address {
    font-size: 1.4rem;
    line-height: 1.3333333333;
  }
}
.event .daisy {
  width: 25rem;
  display: block;
  margin: 1.5rem -2.5rem 3.4rem auto;
}

@media (max-width: 767px) {
  .event .daisy {
    width: 8.9rem;
    margin-right: 3rem;
    margin-top: 1.4rem;
    margin-bottom: 0;
  }
}
.event .salut .kanban__txt {
  letter-spacing: 0.01em;
  font-size: 5.4rem;
  font-feature-settings: "palt";
}
.event .salut .kanban__txt .sister-brand {
  font-size: 4.8rem;
}
@media (max-width: 767px) {
  .event .salut .kanban__txt .sister-brand {
    font-size: 1.8rem;
  }
}

@media (max-width: 767px) {
  .event .salut .kanban__txt {
    font-size: 2.2rem;
  }
}
.event .salut .banner {
  margin-top: 9.2rem;
  position: relative;
  z-index: 1;
  justify-content: center;
  align-items: center;
  gap: 3.57rem;
}

@media (max-width: 767px) {
  .event .salut .banner {
    text-align: center;
    margin-top: 0;
    padding-left: 0;
    gap: 1.1rem;
  }
}
.event .salut .banner img {
  max-width: 66.8rem;
}

@media (max-width: 767px) {
  .event .salut .banner img {
    max-width: 32.9rem;
  }
}
.event .salut .kotira {
  font-size: 4.4rem;
  font-weight: 800;
  text-align: center;
  position: relative;
  z-index: 1;
  color: #202F5A;
}

@media (max-width: 767px) {
  .event .salut .kotira {
    font-size: 2.2rem;
    margin-top: 4rem;
  }
}
.event .salut .kotira .arrow-right {
  width: 1.7rem;
  margin-left: 5.47rem;
  vertical-align: baseline;
}

@media (max-width: 767px) {
  .event .salut .kotira .arrow-right {
    width: 8.6px;
    margin-left: 2.2rem;
    transform: rotate(90deg);
  }
}
.info {
  background-image: url(../images/bg-info.png);
  background-color: #F3E9CE;
  background-size: contain;
  background-position: top;
  width: 100%;
  height: auto;
  padding: 3.4rem 0 5.2rem;
}
@media (max-width: 767px) {
  .info {
    background-image: none;
    padding: 2.2rem 0;
  }
}
.info .content-width {
  display: none;
}
.info .buton-shop {
  margin-bottom: 7.58rem;
}
@media (max-width: 767px) {
  .info .buton-shop {
    margin-top: 5.3rem;
    margin-bottom: 3.6rem;
  }
}
.info .buton-shop span {
  margin-left: -2rem;
}
.info .buton-shop span:after {
  right: 3rem;
}
@media (max-width: 767px) {
  .info .button-lottery {
    margin-top: 2.8rem;
    margin-bottom: 4.1rem;
  }
}
.info .button-lottery span {
  margin-left: -2.5rem;
}
.info .button-lottery span:after {
  right: 2.7rem;
}
.info .button-detail {
  margin-bottom: 5.7rem;
}
@media (max-width: 767px) {
  .info .button-detail {
    margin-top: 2.3rem;
    margin-bottom: 4.18rem;
  }
}
.info .button-detail span:after {
  right: 6rem;
}
.info .flow-button {
  margin-bottom: 3.72rem;
}
@media (max-width: 767px) {
  .info .flow-button {
    margin-top: 2.3rem;
    margin-bottom: 4.18rem;
  }
}
.info .flow-button span:after {
  right: 6rem;
}

.info__ttl {
  font-size: 2.2rem;
  font-weight: 800;
  color: #fff;
  background: #707070;
  border-radius: 2.4rem;
  max-width: 44.8rem;
  width: 100%;
  height: 4.8rem;
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin: 5rem auto 0;
}
@media (max-width: 767px) {
  .info__ttl {
    max-width: 37.3rem;
    margin-top: 5.3rem;
  }
}
.info__ttl .dot {
  display: block;
  background: #fff;
  width: 1.7rem;
  height: 1.7rem;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .info__ttl .dot {
    display: none;
  }
}

@media (max-width: 767px) {
  .info__item {
    padding: 0 1.5rem;
  }
}
.info__item p {
  margin-top: 3.78rem;
  margin-bottom: 1.8rem;
  margin-right: auto;
  margin-left: auto;
  font-size: 1.4rem;
  font-weight: 800;
  line-height: 2.1428571429;
  color: #202F5A;
}
@media (max-width: 767px) {
  .info__item p {
    margin-top: 2.3rem;
    margin-bottom: 0;
    text-align: left;
    letter-spacing: -0.03em;
    font-feature-settings: "palt";
  }
}

.info__item--shop p:nth-of-type(1) {
  width: 87%;
}
@media (max-width: 767px) {
  .info__item--shop p:nth-of-type(1) {
    width: 100%;
  }
}
.info__item--shop p:nth-of-type(3) {
  width: 76%;
}
@media (max-width: 767px) {
  .info__item--shop p:nth-of-type(3) {
    width: 100%;
  }
}

.info__item--pal {
  width: 87%;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 767px) {
  .info__item--pal {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .info__item--pal .info__ttl {
    max-width: 39.8rem;
    font-size: 1.9rem;
  }
}

.info__item--keisai {
  width: 38%;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 767px) {
  .info__item--keisai {
    width: 100%;
    padding-bottom: 6.4rem;
  }
}
@media (max-width: 767px) {
  .info__item--keisai .info__ttl {
    max-width: 39.8rem;
  }
}

.info .ttl--section {
  text-align: center;
  font-size: 3rem;
  letter-spacing: 0.01em;
  cursor: pointer;
  color: #202F5A;
}

@media (max-width: 767px) {
  .info .ttl--section {
    font-size: 2rem;
  }
}
.info .ttl--section .arrow-down {
  width: 2.3rem;
  margin-left: 2.5rem;
  vertical-align: baseline;
}

@media (max-width: 767px) {
  .info .ttl--section .arrow-down {
    width: 1.1rem;
    margin-left: 1.6rem;
    vertical-align: middle;
  }
}
.info .info__box__wrapper {
  display: none;
}

.info .info__box {
  margin: 2rem auto 0;
  padding: 2.8rem 0 0.3rem 4.7rem;
  max-width: 121rem;
  border-radius: 50px;
  background: #fff;
  color: #202F5A;
  box-shadow: 5px 10px 15px rgba(0, 0, 0, 0.16);
}

@media (max-width: 767px) {
  .info .info__box {
    padding: 4.1rem 1.8rem;
  }
}
.info .info__box .info__box__item {
  width: 43%;
}

@media (max-width: 767px) {
  .info .info__box .info__box__item {
    width: 100%;
  }
}
.info .info__box .info__box__item:nth-of-type(1) {
  margin-right: 9.74%;
}

@media (max-width: 767px) {
  .info .info__box .info__box__item:nth-of-type(1) {
    margin-right: 0;
  }
}
.info .info__box .info__ttl {
  font-size: 2.2rem;
  letter-spacing: 0.01em;
}

.info .info__box .info__ttl span {
  border-bottom: solid 3.5px #202F5A;
  padding: 0 2rem;
}

@media (max-width: 767px) {
  .info .info__box .info__ttl {
    font-size: 1.7rem;
    text-align: center;
  }
  .info .info__box .info__ttl span {
    border-bottom: solid 2px #202F5A;
    padding: 0 1rem;
  }
}
.info .info__box .info__ttl--about {
  font-size: 1.6rem;
  margin-top: 1.6rem;
  padding-left: 2.7rem;
}

@media (max-width: 767px) {
  .info .info__box .info__ttl--about {
    margin-top: 0.55rem;
    padding-left: 0;
    font-size: 1.5rem;
    text-align: center;
  }
}
.info .info__box p {
  font-size: 1.4rem;
  margin-top: 2rem;
  line-height: 2.1428571429;
  margin-bottom: 4.4rem;
  letter-spacing: 0.01em;
}

.marker {
  background: linear-gradient(transparent 60%, #F9D564 60%);
}

.item-list .items {
  padding: 6rem 0 19.9rem 0;
}
@media (max-width: 767px) {
  .item-list .items {
    padding: 1.5rem 0 6.5rem 0;
  }
}
.item-list .close {
  text-align: right;
  padding-right: 8.9rem;
}
@media (max-width: 767px) {
  .item-list .close {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .item-list .close img {
    width: 100%;
    max-width: 3.3rem;
    height: 3.3rem;
  }
}
.item-list .section-ttl {
  text-align: center;
}
@media (max-width: 767px) {
  .item-list .section-ttl {
    margin-top: 1.8rem;
  }
}
.item-list .section-ttl img {
  max-width: 40.4rem;
  width: 100%;
}
@media (max-width: 767px) {
  .item-list .section-ttl img {
    max-width: 21.2rem;
  }
}
.item-list .section-ttl .ja {
  font-size: 3.7rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  margin-top: 1.8rem;
  display: block;
}
@media (max-width: 767px) {
  .item-list .section-ttl .ja {
    margin-top: 0.3rem;
    font-size: 1.9rem;
  }
}
.item-list .items .item__list li::before {
  display: none;
}
.item-list .items .item__list {
  max-width: 96.9rem;
  gap: 7.7rem;
  row-gap: 4.7rem;
  margin-top: 9.5rem;
}
@media (max-width: 767px) {
  .item-list .items .item__list {
    row-gap: 2.8rem;
    margin-top: 3.4rem;
  }
}
.item-list .items .item__list li {
  max-width: 44.6rem;
  margin-right: 0;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .item-list .items .item__list li {
    max-width: 22.8rem;
  }
}
.item-list .items .item__list li .item__txt .photo__list-ttl {
  font-size: 2.3rem;
}
@media (max-width: 767px) {
  .item-list .items .item__list li .item__txt .photo__list-ttl {
    font-size: 1.5rem;
  }
}
.item-list .price__wrapper {
  text-align: center;
  margin-top: 1.3rem;
}
@media (max-width: 767px) {
  .item-list .price__wrapper {
    margin-top: 0.6rem;
  }
}
.item-list .price__wrapper .price {
  font-size: 2.4rem;
  margin-right: 2.2rem;
}
@media (max-width: 767px) {
  .item-list .price__wrapper .price {
    font-size: 1.4rem;
    margin-right: 1.2rem;
  }
}
.item-list .price__wrapper .tax {
  font-size: 1.4rem;
}
@media (max-width: 767px) {
  .item-list .price__wrapper .tax {
    font-size: 1rem;
  }
}
.item-list .items .item__list li .item__txt {
  margin-top: 2.5rem;
}
@media (max-width: 767px) {
  .item-list .items .item__list li .item__txt {
    margin-top: 1.2rem;
  }
}/*# sourceMappingURL=style.css.map */