@charset "UTF-8";
/*---------------------------------------

-   fonts

-----------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Kaisei+Decol&family=Lobster&family=Noto+Sans+JP:wght@100..900&family=Zen+Maru+Gothic:wght@400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@24,400,0,0");
/*---------------------------------------

	constructure

-----------------------------------------*/
/*---------------------------------------

-   mixin

-----------------------------------------*/
/* responsive
-----------------------------------------*/
/*---------------------------------------

-   function

-----------------------------------------*/
/*---------------------------------------

-   placeholder

-----------------------------------------*/
/*	ベースのスタイル
-----------------------------------------*/
#vanellope {
  color: var(--c-primary);
  font-family: var(--ff-primary);
  font-size: var(--fz-base);
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.05em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  z-index: 0;
  background: var(--c-bg-pc);
}
#vanellope * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (min-width: 500px) {
  #vanellope {
    font-size: var(--fz-pc-base);
    background-color: rgba(var(--c-apricot-rgb), 0.05);
    background: url("../../images/bg_link.webp");
    background-size: 240px;
  }
  #vanellope::after {
    content: "";
    -webkit-filter: url(#noiseFilter);
            filter: url(#noiseFilter);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.1;
    z-index: -1;
  }
}
#vanellope .spWrap {
  max-width: 500px;
  margin: 0 auto;
  background: var(--c-bg-sp);
}
#vanellope .spWrap main {
  background: var(--c-bg-main);
}
#vanellope .pcLogo {
  position: absolute;
  top: 50vh;
  right: calc(50vw + 250px + 80px);
  width: 252px;
  translate: 0 -80%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease-out, visibility 0.3s ease-out;
  transition: opacity 0.3s ease-out, visibility 0.3s ease-out;
}
@media (min-width: 940px) {
  #vanellope .pcLogo {
    opacity: 1;
    visibility: visible;
  }
}
#vanellope .pcLogo.is-sticky {
  position: fixed;
}
#vanellope a {
  color: var(--c-link);
}

#vanellope {
  /*---------------------------------------

  -   プリミティブ

  -----------------------------------------*/
  /*	colors
  -----------------------------------------*/
  --c-red: #f00;
  --c-red-rgb: 255, 0, 0;
  --c-blue: #6ca9e9;
  --c-blue-rgb: 108, 169, 233;
  --c-orange: #f90;
  --c-yellow: #ff0;
  --c-green: #0f0;
  --c-purple: #90f;
  --c-pink: #ff69b4;
  --c-navy: #072a6f;
  --c-black: #000;
  --c-white: #fff;
  --c-gray: #666;
  --c-ocean: #6BBBAE;
  --c-iceblue: #C9E2E0;
  --c-mintcream: #E9F5F3;
  --c-turquoise: #49C5B1;
  --c-turquoise-rgb: 73, 197, 177;
  --c-palesky: #D1E8EF;
  --c-mistrose: #FDEFF1;
  --c-babypink: #FAC9D1;
  --c-babypink-rgb: 250, 201, 209;
  --c-blush: #F6DFE1;
  --c-linen: #FFF6E9;
  --c-apricot: #FDD086;
  --c-apricot-rgb: 253, 208, 134;
  --c-ivory: #FDFDF1;
  --c-cream: #FDF7EA;
  --c-burgundy: #770B11;
  --c-cerise: #DB0B5B;
  --c-lavender: #DED8EB;
  --c-amethyst: #A57BC5;
  /*	fonts
  -----------------------------------------*/
  --ff-NotoSansJP: "Noto Sans JP","Helvetica Neue",system-ui,-apple-system,sans-serif;
  --ff-JP: "Zen Maru Gothic", sans-serif;
  --ff-EN: "Lobster", sans-serif;
  --fz-base: 13px;
  --fz-pc-base: 16px;
  --ff-icon: "Material Symbols Outlined";
  --fz-note: 11px;
  /*---------------------------------------

  	セマンティック

  ----------------------------------------*/
  /*	colors
  -----------------------------------------*/
  --c-primary: var(--c-black);
  --c-secondary: var(--c-blue);
  --c-accent: var(--c-orange);
  --c-link: var(--c-yellow);
  --c-bg-main: var(--c-linen);
  --c-bg-pc: var(--c-white);
  --c-bg-sp: var(--c-white);
  --selection-c: var(--c-white);
  --selection-bgc: var(--c-primary);
  /*	fonts
  -----------------------------------------*/
  --ff-primary: var(--ff-NotoSansJP);
  --ff-jp: var(--ff-JP);
  --ff-en: var(--ff-EN);
}

/*	base
-----------------------------------------*/
#vanellope {
  /*	ベースの設計
  -----------------------------------------*/
  /* --- 遅延用 --- */
}
#vanellope h1 {
  font-weight: normal;
}
#vanellope h2 {
  font-weight: normal;
}
#vanellope h3 {
  font-weight: normal;
}
#vanellope summary {
  list-style: none;
}
#vanellope summary::-webkit-details-marker {
  display: none;
}
#vanellope img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
#vanellope p {
  margin-bottom: 1em;
}
#vanellope p:last-child {
  margin-bottom: 0;
}
#vanellope p.border {
  border-top: 3px solid;
  border-color: var(--c-burgundy);
  margin-top: 20px;
}
#vanellope a {
  color: #DB0B5B;
  text-decoration: underline;
}
#vanellope ul li:last-child {
  margin-bottom: 0;
}
#vanellope ::-moz-selection {
  color: var(--selection-c);
  background-color: var(--selection-bgc);
}
#vanellope ::selection {
  color: var(--selection-c);
  background-color: var(--selection-bgc);
}
#vanellope .jp {
  font-family: var(--ff-jp);
}
#vanellope .en {
  font-family: var(--ff-en);
}
#vanellope .note {
  font-size: var(--fz-note);
  line-height: 180%;
}
#vanellope .container {
  padding: 0 min(4vw, 20px);
  line-height: 160%;
}
@media (min-width: 500px) {
  #vanellope .container {
    padding: 0 30px;
    line-height: 180%;
  }
}
#vanellope .deco img {
  position: absolute;
}
#vanellope .btn {
  font-size: min(4.375vw, 21.875px);
  font-family: var(--ff-jp);
  font-weight: 700;
  width: 100%;
  display: block;
  color: var(--c-burgundy);
  background: #fff;
  border: 2px solid var(--c-burgundy);
  border-radius: 20vw;
  padding: 15px 10px;
  margin-top: 20px;
  margin-bottom: 10px;
  -webkit-box-shadow: 0px 3px 0px var(--c-burgundy);
          box-shadow: 0px 3px 0px var(--c-burgundy);
  text-align: center;
  text-decoration: none;
  position: relative;
}
@media (min-width: 500px) {
  #vanellope .btn {
    font-size: min(3.4vw, 17px);
  }
}
#vanellope .btn::after {
  content: "";
  width: 2vw;
  height: 4vw;
  background-color: var(--c-burgundy);
  -webkit-clip-path: polygon(0% 0%, 0% 100%, 100% 50%);
          clip-path: polygon(0% 0%, 0% 100%, 100% 50%);
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 10px;
}
@media (min-width: 500px) {
  #vanellope .btn::after {
    width: 10px;
    height: 20px;
  }
}
#vanellope .carousel-image {
  margin-bottom: 15px;
}
#vanellope .date {
  font-size: var(--fz-base);
  font-weight: 700;
  color: var(--c-burgundy);
  text-align: center;
  margin-top: 10px;
}
@media (min-width: 500px) {
  #vanellope .date {
    font-size: var(--fz-pc-base);
  }
}
#vanellope #contentFooter {
  color: var(--c-primary);
}
#vanellope #contentFooter .snsShare {
  padding: 40px min(4vw, 20px);
  background: var(--c-cream);
}
#vanellope #contentFooter .snsShare h2 {
  color: var(--c-turquoise);
  text-align: center;
  font-size: 20px;
  font-weight: 900;
}
#vanellope #contentFooter .officialSNS {
  padding: min(4vw, 20px);
  background: var(--c-babypink);
}
#vanellope #contentFooter .officialSNS h2 {
  color: var(--c-burgundy);
  text-align: center;
  font-size: 13px;
  font-weight: 900;
  opacity: 0.5;
}
#vanellope #contentFooter .snsLink,
#vanellope #contentFooter .officialSNSLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  margin: min(4vw, 20px) 0 1em;
}
#vanellope #contentFooter .snsLink li,
#vanellope #contentFooter .officialSNSLink li {
  width: 46px;
  margin: 0;
}
#vanellope #contentFooter .officialSNSLink {
  gap: 10px;
}
#vanellope #contentFooter .officialSNSLink li {
  width: 46px;
}
#vanellope #contentFooter .snsNotice {
  font-size: 13px;
}
#vanellope #contentFooter .snsNotice .notice {
  padding-top: 0;
  font-size: 13px;
}
#vanellope #contentFooter .snsNotice .notes {
  margin-top: 1em;
}
#vanellope .globalNav {
  --bgc-menu: var(--c-linen);
  --duration: 0.3s;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  z-index: -1000;
  visibility: hidden;
  overflow: hidden;
  -webkit-transition: visibility var(--duration) ease-out;
  transition: visibility var(--duration) ease-out;
}
@media (min-width: 960px) {
  #vanellope .globalNav {
    z-index: 100;
    visibility: visible;
    width: 230px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    right: auto;
    left: calc(50vw + 250px);
    border-radius: 0 0 30px 0;
    -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
            box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
  }
}
#vanellope .globalNav.is-sticky {
  position: fixed;
}
#vanellope .globalNav.is-show {
  z-index: 100;
  visibility: visible;
}
#vanellope .globalNav.is-active .linkList {
  opacity: 1;
}
@media (min-width: 500px) {
  #vanellope .globalNav.is-active .linkList {
    -webkit-transition-duration: 0.5s;
            transition-duration: 0.5s;
  }
}
#vanellope .globalNav.is-active::after {
  opacity: 1;
}
#vanellope .globalNav::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: var(--c-linen);
  opacity: 0;
  -webkit-transition: opacity var(--duration) ease-out;
  transition: opacity var(--duration) ease-out;
}
@media (min-width: 500px) {
  #vanellope .globalNav::after {
    display: none;
    -webkit-transition: opacity var(--duration) ease-out, visibility var(--duration) ease-out;
    transition: opacity var(--duration) ease-out, visibility var(--duration) ease-out;
  }
}
#vanellope .globalNav .linkList {
  position: relative;
  z-index: inherit;
  padding: min(11.2vw, 56px) min(7.2vw, 36px);
  background: var(--bgc-menu);
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  line-height: 130%;
  visibility: visible;
  z-index: 1;
  opacity: 0;
  -webkit-transition: opacity var(--duration) ease-out;
  transition: opacity var(--duration) ease-out;
  overflow: auto;
  height: 100vh;
  padding-bottom: 40vh;
}
#vanellope .globalNav .linkList::-webkit-scrollbar {
  display: none;
}
#vanellope .globalNav .linkList .no-scrollbar {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
@media (min-width: 500px) {
  #vanellope .globalNav .linkList {
    width: 500px;
    padding: 40px 50px;
    translate: 0 0;
    opacity: 0;
    visibility: visible;
    -webkit-transition: opacity var(--duration) ease-out, visibility var(--duration) ease-out;
    transition: opacity var(--duration) ease-out, visibility var(--duration) ease-out;
    overflow: scroll;
  }
}
@media (min-width: 960px) {
  #vanellope .globalNav .linkList {
    width: 100%;
    height: 100%;
    padding: 40px 20px;
    opacity: 1;
  }
}
#vanellope .globalNav .linkList li {
  margin-bottom: min(5vw, 25px);
  padding-bottom: min(3vw, 15px);
  border-bottom: 1px solid var(--c-turquoise);
}
@media (min-width: 500px) {
  #vanellope .globalNav .linkList li {
    margin-bottom: 12px;
  }
}
#vanellope .globalNav .linkList li:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
#vanellope .globalNav .linkList li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: var(--c-burgundy);
  font-size: min(3.75vw, 18.75px);
  line-height: 1.3em;
  font-family: var(--ff-jp);
  font-weight: 900;
  text-decoration: none;
}
@media (min-width: 500px) {
  #vanellope .globalNav .linkList li a {
    font-size: min(3.2vw, 16px);
  }
}
@media (min-width: 960px) {
  #vanellope .globalNav .linkList li a {
    font-size: min(2.6vw, 13px);
  }
}
#vanellope .globalNav .linkList li a ._shoulder {
  display: inline-block;
  margin-bottom: 5px;
}
#vanellope .menuBtn {
  width: min(14.0625vw, 70.3125px);
  height: min(14.0625vw, 70.3125px);
  position: absolute;
  z-index: 10000;
  top: min(2vw, 10px);
  left: min(50% + 50vw - min(14.0625vw, 70.3125px) - min(2vw, 10px), 50% + 250px - min(14.0625vw, 70.3125px) - min(2vw, 10px));
  background-color: var(--c-mintcream);
  border: 2px solid var(--c-burgundy);
  border-radius: 100vh;
}
#vanellope .menuBtn span {
  display: block;
  width: min(6vw, 30px);
  height: 2px;
  display: block;
  background-color: var(--c-burgundy);
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: rotate 0.3s, opacity 0.2s, translate 0.1s;
  transition: rotate 0.3s, opacity 0.2s, translate 0.1s;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}
#vanellope .menuBtn span:nth-child(1) {
  translate: -50% -9px;
}
#vanellope .menuBtn span:nth-child(3) {
  translate: -50% 8px;
}
@media (min-width: 500px) {
  #vanellope .menuBtn {
    width: 60px;
    height: 60px;
    left: min(50% + 50vw - 60px - min(2vw, 10px), 50% + 250px - 60px - min(2vw, 10px));
  }
}
@media (min-width: 960px) {
  #vanellope .menuBtn {
    display: none;
  }
}
#vanellope .menuBtn.is-close span:nth-child(1) {
  translate: -50% -50%;
  rotate: 30deg;
}
#vanellope .menuBtn.is-close span:nth-child(3) {
  translate: -50% -50%;
  rotate: -30deg;
}
#vanellope .menuBtn.is-close span:nth-child(2) {
  opacity: 0;
}
#vanellope .menuBtn.is-sticky {
  position: fixed;
  top: min(2vw, 10px);
}
#vanellope .parkTicketLink {
  position: sticky;
  bottom: 0;
  padding-top: min(7vw, 35px);
  padding-bottom: min(7vw, 35px);
  z-index: 10;
  -webkit-transition: 1s ease-out;
  transition: 1s ease-out;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
  opacity: 1;
  visibility: visible;
}
#vanellope .parkTicketLink.is-hide {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
#vanellope .parkTicketLink a {
  position: sticky;
  bottom: 0;
  z-index: 10;
  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: min(90.625vw, 453.125px);
  max-width: 480px;
  height: min(21.875vw, 109.375px);
  margin: 0 auto;
  border-radius: 10px;
  color: var(--c-burgundy);
  font-size: min(5vw, 25px);
  font-family: var(--ff-JP);
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.16em;
  position: relative;
  padding-bottom: 0.1em;
  padding-left: 1em;
  background: var(--c-apricot);
  border: 3px solid var(--c-burgundy);
  text-decoration: none;
}
@media (min-width: 500px) {
  #vanellope .parkTicketLink a {
    width: calc(100% - 60px);
    height: 100px;
    font-size: min(3.6vw, 18px);
  }
}
#vanellope .parkTicketLink a .icn {
  display: inline-block;
  width: min(9.375vw, 46.875px);
  height: min(9.375vw, 46.875px);
  margin-left: max(-6.25vw, -31.25px);
  margin-right: min(1.5625vw, 7.8125px);
  rotate: 358deg;
}
#vanellope .parkTicketLink a .icn svg {
  width: 100%;
  height: auto;
}
#vanellope .parkTicketLink a .icn svg path {
  fill: var(--c-burgundy);
}
#vanellope .linkBtn {
  --c: var(--c-white);
  --bgc: var(--c-red);
  display: block;
  color: var(--c);
  background-color: var(--bgc);
  text-align: center;
  padding: 1em 0;
}
#vanellope .carousel-image {
  --c-btn: #000;
  --c-icon: #fff;
  --sz-btn: 30px;
  position: relative;
  z-index: 0;
}
@media (min-width: 500px) {
  #vanellope .carousel-image {
    --sz-btn: 50px;
  }
}
#vanellope .carousel-image .swiper-button-prev,
#vanellope .carousel-image .swiper-button-next {
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  z-index: 10;
  width: var(--sz-btn);
  height: var(--sz-btn);
  border-radius: 100vh;
  border: none;
  cursor: pointer;
  overflow: hidden;
}
#vanellope .carousel-image .swiper-button-prev::after,
#vanellope .carousel-image .swiper-button-next::after {
  content: "";
  display: block;
  width: var(--sz-btn);
  height: var(--sz-btn);
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
#vanellope .carousel-image .swiper-button-prev {
  left: -3vw;
}
@media (min-width: 500px) {
  #vanellope .carousel-image .swiper-button-prev {
    left: -20px;
  }
}
#vanellope .carousel-image .swiper-button-prev::after {
  background-image: url("../../images/btn_arrow_l.webp");
}
#vanellope .carousel-image .swiper-button-next {
  right: -3vw;
}
@media (min-width: 500px) {
  #vanellope .carousel-image .swiper-button-next {
    right: -20px;
  }
}
#vanellope .carousel-image .swiper-button-next::after {
  background-image: url("../../images/btn_arrow_r.webp");
}
#vanellope .carousel-image .swiper-pagination {
  position: absolute;
  left: 50%;
  top: auto;
  bottom: 10px;
  translate: -50% 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  z-index: 20;
}
#vanellope .carousel-image .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ccc;
  opacity: 1;
}
#vanellope .carousel-image .swiper-pagination .swiper-pagination-bullet-active {
  background: var(--c-cerise);
}
#vanellope .carousel-image.goods .swiper-button-prev,
#vanellope .carousel-image.goods .swiper-button-next {
  display: none;
}
#vanellope .carousel-image.goods .swiper-pagination .swiper-pagination-bullet {
  background: #999;
}
#vanellope .carousel-image.goods .swiper-pagination .swiper-pagination-bullet-active {
  background: var(--c-cerise);
}
#vanellope .precautions summary {
  border-bottom: 1px solid #DB0B5B;
  padding-bottom: 5px;
  margin-top: 20px;
  position: relative;
  color: #DB0B5B;
  font-weight: bold;
}
@media (min-width: 500px) {
  #vanellope .precautions summary {
    margin-top: 30px;
  }
}
#vanellope .precautions summary::after {
  content: "\e7cd";
  font-family: var(--ff-icon);
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  white-space: nowrap;
  direction: ltr;
  font-size: 6vw;
  position: absolute;
  right: 0;
}
@media (min-width: 500px) {
  #vanellope .precautions summary::after {
    font-size: 28px;
  }
}
#vanellope .precautions[open] summary::after {
  rotate: -180deg;
}
#vanellope .precautions ._detail {
  overflow: hidden;
  padding-top: 15px;
}
@media (min-width: 500px) {
  #vanellope .precautions ._detail {
    padding-top: 10px;
  }
}
#vanellope .precautions ._detail ul {
  padding-left: 1em;
}
#vanellope .precautions ._detail ul li {
  position: relative;
  margin-top: 10px;
  padding-left: 0.3em;
  text-indent: 0em;
}
#vanellope .precautions ._detail ul li::before {
  content: "※";
  position: absolute;
  left: -1em;
}
#vanellope .precautions ._detail ul li a {
  color: #DB0B5B;
  text-decoration: underline;
}
#vanellope .infoData {
  --c: var(--c-primary);
  --c-rgb: var(--c-primary-rgb);
  color: var(--c);
  margin: 0.5em auto;
  line-height: 1.6;
  font-weight: normal;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 1fr;
  grid-template-columns: auto 1fr;
}
#vanellope .infoData:last-child {
  margin-bottom: 0;
}
#vanellope .infoData > div {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: subgrid;
  grid-template-columns: subgrid;
  -ms-grid-column-span: 2;
  grid-column: span 2;
  padding-top: 0.3em;
  padding-bottom: 0.3em;
  border-top: 1px solid rgba(var(--c-rgb), 0.2);
}
#vanellope .infoData > div:last-child {
  border-bottom: 1px solid rgba(var(--c-rgb), 0.2);
}
#vanellope .infoData dt {
  place-content: center;
}
#vanellope .infoData .parentheses {
  font-size: 0.8em;
}
#vanellope .moreLink {
  display: inline-block;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
#vanellope .contentTitle {
  background: #0F0;
}
#vanellope .asideBanner {
  --c-link: #000;
  --c-tdl: #DB0B5B;
  --c-tds: #8246AF;
  --pdng: 10px;
  --pdng-right: 25px;
}
#vanellope .asideBanner + .asideBanner {
  margin-top: var(--pdng);
}
#vanellope .asideBanner a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: var(--pdng) var(--pdng-right) var(--pdng) var(--pdng);
  background-color: #fff;
  border-radius: 10px;
  --c-link: var(--c-turquoise);
}
#vanellope .asideBanner a > * {
  text-align: left;
}
#vanellope .asideBanner a ._thumb {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 45%;
          flex: 0 0 45%;
  margin-right: var(--pdng);
  max-width: 130px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#vanellope .asideBanner a ._info {
  color: #000 !important;
}
#vanellope .asideBanner a .shoulder {
  color: var(--c-link);
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 0.3em;
}
#vanellope .asideBanner a h2 {
  font-weight: 700;
  font-size: 12px;
  line-height: 1.35;
  margin-top: 0;
}
#vanellope .asideBanner a .subTitle {
  font-weight: 700;
  font-size: 10px;
  line-height: 1.35;
  margin-bottom: 0.3em;
  color: var(--c-turquoise);
}
#vanellope .asideBanner a .note {
  margin-top: 0.3em;
  font-size: 11px;
  line-height: 1.3;
}
#vanellope .asideBanner a::after {
  content: "\e5df";
  font-family: var(--ff-icon);
  color: var(--c-turquoise);
  font-size: 45px;
  display: block;
  position: absolute;
  top: 50%;
  right: -9px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#vanellope .asideBannerContainer {
  --c-primary: var(--c-black);
  --c-bg: var(--c-turquoise);
  background-color: var(--c-bg);
  padding: min(4vw, 20px) min(3.2vw, 16px);
}
#vanellope .asideBannerContainer a {
  text-decoration: none;
}
#vanellope .asideBannerContainer.u-parkGuide {
  --c-primary: var(--c-primary);
  --c-bg: var(--c-lavender);
}
#vanellope .asideBannerContainer.u-parkGuide .asideBanner {
  --c-bg: var(--c-white);
}
#vanellope .asideBannerContainer.u-parkGuide .asideBanner a {
  overflow: hidden;
  background-color: var(--c-bg);
}
#vanellope .asideBannerContainer.u-parkGuide .asideBanner a ._info {
  color: var(--c-primary);
}
#vanellope .asideBannerContainer.u-parkEvent {
  --c-primary: var(--c-primary);
  --c-bg: var(--c-cerise);
}
#vanellope .asideBannerContainer.u-parkEvent .asideBanner {
  --c-bg: var(--c-white);
}
#vanellope .asideBannerContainer.u-parkEvent .asideBanner a {
  overflow: hidden;
  background-color: var(--c-bg);
}
#vanellope .asideBannerContainer.u-parkEvent .asideBanner a ._info {
  color: var(--c-primary);
}
#vanellope .asideBannerContainer.u-parkEvent .asideBanner a ._info .subTitle {
  color: var(--c-cerise);
}
#vanellope .asideBannerContainer.u-parkEvent .asideBanner a::after {
  color: var(--c-cerise);
}
#vanellope .asideBannerContainer.u-parkInsta {
  --c-primary: var(--c-primary);
  --c-bg: var(--c-lavender);
}
#vanellope .asideBannerContainer.u-parkInsta .lead {
  font-size: min(4.0625vw, 20.3125px);
  font-weight: 700;
  color: var(--c-burgundy);
  text-align: center;
  line-height: 130%;
  margin-bottom: 10px;
}
#vanellope .asideBannerContainer.u-parkInsta .asideBanner {
  --c-bg: var(--c-white);
}
#vanellope .asideBannerContainer.u-parkInsta .asideBanner a {
  overflow: hidden;
  background-color: var(--c-bg);
}
#vanellope .asideBannerContainer.u-parkInsta .asideBanner a ._thumb {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 45%;
          flex: 0 0 45%;
  margin-right: var(--pdng);
  max-width: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#vanellope .asideBannerContainer.u-parkInsta .asideBanner a ._info {
  color: var(--c-primary);
}
#vanellope .asideBannerContainer.u-parkInsta .asideBanner a ._info .subTitle {
  color: var(--c-turquoise);
}
#vanellope .asideBannerContainer.u-parkInsta .asideBanner a::after {
  color: var(--c-turquoise);
}
#vanellope .container.imageillust {
  padding: 30px !important;
}
#vanellope .notice {
  font-size: 0.8em;
  line-height: 1.6;
  margin: auto;
}
#vanellope .notice:last-child {
  margin-bottom: 0;
}
#vanellope .notice li {
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: 0.5em;
}
#vanellope .notice li::before {
  content: "・";
}
#vanellope .notice li:last-child {
  margin-bottom: 0;
}
#vanellope .notice.type-asterisk li {
  padding-left: 1em;
  text-indent: -1em;
}
#vanellope .notice.type-asterisk li::before {
  content: "※";
}
#vanellope .mountain-container {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: -2px;
}
#vanellope .mountain-container use.mt-back {
  -webkit-filter: url(#grainFilter);
          filter: url(#grainFilter);
}
#vanellope .mountain-container use.mt-front {
  -webkit-transform: translateY(8px);
          transform: translateY(8px);
}
#vanellope .footer-mountain-container {
  width: 100%;
  height: auto;
  display: block;
  overflow: visible;
  margin-top: -2px;
}
#vanellope .footer-mountain-container use.mt-back {
  -webkit-filter: url(#grainFilter);
          filter: url(#grainFilter);
}
#vanellope .footer-mountain-container use.mt-front {
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}
#vanellope .pop {
  opacity: 0;
  -webkit-transform: scale(0.3);
          transform: scale(0.3);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
#vanellope .pop.is-animation {
  -webkit-animation: popKeyframes 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
          animation: popKeyframes 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
}
@-webkit-keyframes popKeyframes {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
            transform: scale(0.3);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes popKeyframes {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
            transform: scale(0.3);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
#vanellope .fade {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
#vanellope .fade.is-animation {
  -webkit-animation: fadeUp 0.5s ease-out forwards;
          animation: fadeUp 0.5s ease-out forwards;
}
@-webkit-keyframes fadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
#vanellope .pop-fade {
  opacity: 0;
  -webkit-transform: scale(0.3) translateY(30px);
          transform: scale(0.3) translateY(30px);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
#vanellope .pop-fade.is-animation {
  -webkit-animation: popFadeKeyframes 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
          animation: popFadeKeyframes 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
}
@-webkit-keyframes popFadeKeyframes {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3) translateY(30px);
            transform: scale(0.3) translateY(30px);
  }
  100% {
    opacity: 0.7;
    -webkit-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0);
  }
}
@keyframes popFadeKeyframes {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3) translateY(30px);
            transform: scale(0.3) translateY(30px);
  }
  100% {
    opacity: 0.7;
    -webkit-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0);
  }
}
#vanellope .pop-fade-r {
  opacity: 0;
  -webkit-transform: scale(0.3) translate(50px, 50px);
          transform: scale(0.3) translate(50px, 50px);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
#vanellope .pop-fade-r.is-animation {
  -webkit-animation: popFadeBRKeyframes 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.6) forwards;
          animation: popFadeBRKeyframes 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.6) forwards;
}
@-webkit-keyframes popFadeBRKeyframes {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.2) translate(50px, 50px);
            transform: scale(0.2) translate(50px, 50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1) translate(0, 0);
            transform: scale(1) translate(0, 0);
  }
}
@keyframes popFadeBRKeyframes {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.2) translate(50px, 50px);
            transform: scale(0.2) translate(50px, 50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1) translate(0, 0);
            transform: scale(1) translate(0, 0);
  }
}
#vanellope .pop-fade-l {
  opacity: 0;
  -webkit-transform: scale(0) translate(-60px, 60px);
          transform: scale(0) translate(-60px, 60px);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
#vanellope .pop-fade-l.is-animation {
  -webkit-animation: popHardBLKeyframes 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.6) forwards;
          animation: popHardBLKeyframes 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.6) forwards;
}
@-webkit-keyframes popHardBLKeyframes {
  0% {
    opacity: 0;
    -webkit-transform: scale(0) translate(-60px, 60px);
            transform: scale(0) translate(-60px, 60px);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1) translate(0, 0);
            transform: scale(1) translate(0, 0);
  }
}
@keyframes popHardBLKeyframes {
  0% {
    opacity: 0;
    -webkit-transform: scale(0) translate(-60px, 60px);
            transform: scale(0) translate(-60px, 60px);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1) translate(0, 0);
            transform: scale(1) translate(0, 0);
  }
}
#vanellope .right {
  display: inline-block;
  opacity: 0;
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
}
#vanellope .right img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
}
#vanellope .right.is-animation {
  -webkit-animation: slideInRightKeyframes 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
          animation: slideInRightKeyframes 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}
@-webkit-keyframes slideInRightKeyframes {
  0% {
    opacity: 0;
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    width: 100%;
  }
}
@keyframes slideInRightKeyframes {
  0% {
    opacity: 0;
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    width: 100%;
  }
}
#vanellope .left {
  display: inline-block;
  opacity: 0;
}
#vanellope .left img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
}
#vanellope .left.is-animation {
  -webkit-animation: slideInLeftKeyframes 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
          animation: slideInLeftKeyframes 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}
@-webkit-keyframes slideInLeftKeyframes {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes slideInLeftKeyframes {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
#vanellope .delay_3 {
  -webkit-animation-delay: 0.3s !important;
          animation-delay: 0.3s !important;
}
#vanellope .delay_5 {
  -webkit-animation-delay: 0.5s !important;
          animation-delay: 0.5s !important;
}
#vanellope .delay_10 {
  -webkit-animation-delay: 1s !important;
          animation-delay: 1s !important;
}
#vanellope .delay_20 {
  -webkit-animation-delay: 2s !important;
          animation-delay: 2s !important;
}
#vanellope #heroArea {
  --c-bg: var(--c-iceblue);
  background: var(--c-bg);
}
#vanellope #heroArea .container {
  margin: 25px auto 15px;
}
@media (min-width: 500px) {
  #vanellope #heroArea .container {
    padding: 0 10px;
  }
}
#vanellope #heroArea .container .heroArea_wrap {
  text-align: center;
  position: relative;
}
#vanellope #heroArea .container .heroArea_wrap .deco .hgroup_01 {
  width: min(21.5625vw, 107.8125px);
  left: 1vw;
  top: 1vw;
}
@media (min-width: 500px) {
  #vanellope #heroArea .container .heroArea_wrap .deco .hgroup_01 {
    left: 18px;
    top: -8px;
  }
}
#vanellope #heroArea .container .heroArea_wrap .deco .hgroup_02 {
  width: min(18.75vw, 93.75px);
  right: 3vw;
  top: 1vw;
}
@media (min-width: 500px) {
  #vanellope #heroArea .container .heroArea_wrap .deco .hgroup_02 {
    right: 10px;
    top: 4px;
  }
}
#vanellope #heroArea .container .heroArea_wrap .deco .hgroup_03 {
  width: min(32.8125vw, 164.0625px);
  left: -7vw;
  bottom: 3vw;
}
@media (min-width: 500px) {
  #vanellope #heroArea .container .heroArea_wrap .deco .hgroup_03 {
    left: -30px;
    bottom: 13px;
  }
}
#vanellope #heroArea .container .heroArea_wrap .deco .hgroup_04 {
  width: min(28.125vw, 140.625px);
  right: -1vw;
  bottom: 4vw;
}
@media (min-width: 500px) {
  #vanellope #heroArea .container .heroArea_wrap .deco .hgroup_04 {
    right: -2px;
    bottom: 21px;
  }
}
#vanellope #heroArea .container .heroArea_wrap .logo {
  width: min(42.1875vw, 210.9375px);
  margin: 0 auto 10px;
}
#vanellope #heroArea .container .heroArea_wrap hgroup {
  position: relative;
  z-index: 1;
}
#vanellope #heroArea .container .heroArea_wrap hgroup p {
  font-size: min(3.75vw, 18.75px);
  font-weight: 900;
  color: var(--c-burgundy);
  line-height: 1.3;
}
#vanellope #heroArea .container .heroArea_wrap hgroup p span {
  font-size: min(4.375vw, 21.875px);
}
#vanellope #heroArea .container .date_wrap {
  text-align: center;
  margin-top: 10px;
}
@media (min-width: 500px) {
  #vanellope #heroArea .container .date_wrap {
    margin-top: 20px;
  }
}
#vanellope #heroArea .container .date_wrap .date {
  margin-bottom: 15px;
  position: relative;
  display: inline-block;
}
#vanellope #heroArea .container .date_wrap .date .deco img {
  width: min(11.5625vw, 57.8125px);
}
#vanellope #heroArea .container .date_wrap .date .deco .date_l {
  left: -1vw;
  top: -3vw;
}
@media (min-width: 500px) {
  #vanellope #heroArea .container .date_wrap .date .deco .date_l {
    left: -7px;
    top: -20px;
  }
}
#vanellope #heroArea .container .date_wrap .date .deco .date_r {
  right: -1vw;
  top: -5vw;
}
@media (min-width: 500px) {
  #vanellope #heroArea .container .date_wrap .date .deco .date_r {
    right: -7px;
    top: -26px;
  }
}
#vanellope #heroArea .container .date_wrap .date p {
  font-size: min(4.6875vw, 23.4375px);
  font-weight: 900;
  color: var(--c-burgundy);
  background: var(--c-linen);
  border: 2px solid var(--c-burgundy);
  border-radius: 10px;
  display: inline-block;
  padding: 5px 8px;
  line-height: 1;
}
#vanellope #heroArea .container .date_wrap .date span {
  vertical-align: baseline;
}
#vanellope #heroArea .container .date_wrap .date .em {
  font-size: min(7.8125vw, 39.0625px);
}
#vanellope #heroArea .container .date_wrap .date .week {
  font-size: min(3.4375vw, 17.1875px);
  font-weight: 500;
  letter-spacing: -0.01em;
}
#vanellope #heroArea .container .date_wrap .date .arrow {
  position: relative;
  margin-right: 20px;
}
#vanellope #heroArea .container .date_wrap .date .arrow::after {
  content: "";
  display: inline-block;
  width: min(2.2vw, 11px);
  height: min(2.8vw, 14px);
  border-radius: 2px;
  background: var(--c-burgundy);
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 50%);
          clip-path: polygon(0 0, 0 100%, 100% 50%);
  position: absolute;
  right: -15px;
  top: 35%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#vanellope #heroArea .container .date_wrap .info {
  font-size: var(--fz-note);
  font-weight: 500;
}
@media (min-width: 500px) {
  #vanellope #heroArea .container .date_wrap .info {
    line-height: 180%;
  }
}
#vanellope #leadArea {
  background: var(--c-mistrose);
  padding-top: 30vw;
  margin-top: -24vw;
}
@media (min-width: 500px) {
  #vanellope #leadArea {
    padding-top: 150px;
    margin-top: -130px;
  }
}
#vanellope #leadArea .container .leadArea_wrap {
  margin-bottom: 30px;
}
#vanellope #leadArea .container .leadArea_wrap p {
  font-weight: 500;
  line-height: 1.7;
}
#vanellope #leadArea .container .about {
  font-weight: 700;
  padding: 60px 10px 20px;
  background: var(--c-babypink);
  border-radius: 20px;
  -webkit-box-shadow: 3px 3px 0 #FEA6B4;
          box-shadow: 3px 3px 0 #FEA6B4;
  position: relative;
  text-align: center;
}
#vanellope #leadArea .container .about::before {
  content: "";
  display: block;
  background: url(../../images/deco_about_t.webp) no-repeat;
  background-size: contain;
  background-position: center;
  width: calc(100% + 20px);
  height: 30vw;
  margin: -63px 0 0 -10px;
  border-radius: 20px;
  overflow: hidden;
}
@media (min-width: 500px) {
  #vanellope #leadArea .container .about::before {
    height: 140px;
  }
}
#vanellope #leadArea .container .about h2 {
  font-size: min(6.25vw, 31.25px);
  color: var(--c-burgundy);
  margin-top: -30px;
  margin-bottom: 10px;
  font-weight: 700;
}
@media (min-width: 500px) {
  #vanellope #leadArea .container .about h2 {
    margin-bottom: 20px;
  }
}
#vanellope #leadArea .container .about p {
  font-size: min(4.0625vw, 20.3125px);
  line-height: 1.7;
}
@media (min-width: 500px) {
  #vanellope #leadArea .container .about p {
    font-size: min(3.2vw, 16px);
  }
}
#vanellope #leadArea .container .about ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
#vanellope #leadArea .container .about ul li {
  margin-bottom: 0;
}
#vanellope #leadArea .container .about ul li a {
  display: block;
}
#vanellope #news {
  background: var(--c-mistrose);
  padding-top: 60px;
}
#vanellope #news hgroup {
  position: relative;
}
#vanellope #news hgroup .deco .news_01 {
  width: min(25.3125vw, 126.5625px);
  left: 7vw;
  top: -18px;
}
@media (min-width: 500px) {
  #vanellope #news hgroup .deco .news_01 {
    left: 40px;
    top: -27px;
  }
}
#vanellope #news hgroup .deco .news_02 {
  width: min(20.3125vw, 101.5625px);
  right: 10vw;
  top: -17px;
}
@media (min-width: 500px) {
  #vanellope #news hgroup .deco .news_02 {
    right: 60px;
    top: -37px;
  }
}
#vanellope #news hgroup h2 {
  width: min(26.5625vw, 132.8125px);
  margin: auto;
}
#vanellope #news .container {
  margin-top: 20px;
}
#vanellope #news .container .news_list .news_item {
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 3px dotted #000;
}
#vanellope #news .container .news_list .news_item:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
#vanellope #news .container .news_list .news_item time {
  font-size: min(4.6875vw, 23.4375px);
  color: #DB0B5B;
}
#vanellope #news .container .news_list .news_item .news-text {
  font-weight: 500;
  margin-top: 5px;
}
@media (min-width: 500px) {
  #vanellope #news .container .news_list .news_item .news-text {
    margin-top: 10px;
  }
}
#vanellope #linkBtn {
  position: relative;
  padding-top: 20px;
  padding-bottom: 30px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, var(--c-mistrose)), color-stop(50%, var(--c-mintcream)));
  background: linear-gradient(to bottom, var(--c-mistrose) 50%, var(--c-mintcream) 50%);
  overflow-x: hidden;
}
@media (min-width: 500px) {
  #vanellope #linkBtn {
    padding-top: 30px;
  }
}
#vanellope #linkBtn::after {
  content: "";
  width: 100%;
  height: 50%;
  background: var(--c-apricot);
  -webkit-clip-path: ellipse(75% 50% at 50% 50%);
          clip-path: ellipse(75% 50% at 50% 50%);
  position: absolute;
  bottom: 15px;
}
#vanellope #linkBtn .deco_top {
  opacity: 0.7;
  width: 120%;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: 0 0 -30vw -10%;
}
@media (min-width: 500px) {
  #vanellope #linkBtn .deco_top {
    margin: 0 0 -160px -10%;
  }
}
#vanellope #linkBtn .linkBtn_bg {
  background-color: var(--c-linen);
  background-image: url("../../images/bg_link.webp");
  background-size: 95%;
  background-repeat: repeat;
  background-position: center;
  aspect-ratio: 1/1.2;
  -webkit-clip-path: ellipse(110% 50% at 50% 50%);
          clip-path: ellipse(110% 50% at 50% 50%);
  padding: 40px 10px;
  z-index: 1;
  position: relative;
}
@media (min-width: 500px) {
  #vanellope #linkBtn .linkBtn_bg {
    padding: 60px 10px;
  }
}
#vanellope #linkBtn .linkBtn_bg .linkBtn_wrap > ul {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px 5px;
  margin-bottom: 15px;
}
@media (min-width: 500px) {
  #vanellope #linkBtn .linkBtn_bg .linkBtn_wrap > ul {
    gap: 25px 10px;
    margin-bottom: 35px;
  }
}
#vanellope #linkBtn .linkBtn_bg .linkBtn_wrap > ul li {
  width: calc((100% - 10px) / 3);
  height: min(26.5625vw, 132.8125px);
  -webkit-box-shadow: 5px 5px 0 #FFFDE5;
          box-shadow: 5px 5px 0 #FFFDE5;
  border-radius: 50%;
  position: relative;
}
@media (min-width: 500px) {
  #vanellope #linkBtn .linkBtn_bg .linkBtn_wrap > ul li {
    width: calc((100% - 20px) / 3);
    height: min(24vw, 120px);
  }
}
#vanellope #linkBtn .linkBtn_bg .linkBtn_wrap > ul li .deco img {
  z-index: 1;
  top: -1.5vw;
}
@media (min-width: 500px) {
  #vanellope #linkBtn .linkBtn_bg .linkBtn_wrap > ul li .deco img {
    top: -7px;
  }
}
#vanellope #linkBtn .linkBtn_bg .linkBtn_wrap > ul li a {
  width: 100%;
  height: min(26.5625vw, 132.8125px);
  border: 1px solid var(--c-turquoise);
  -webkit-box-shadow: 2px 2px 0 var(--c-turquoise);
          box-shadow: 2px 2px 0 var(--c-turquoise);
  border-radius: 50%;
  background: var(--c-cerise);
  display: block;
  overflow: hidden;
  isolation: isolate;
  position: relative;
  text-decoration: none;
}
@media (min-width: 500px) {
  #vanellope #linkBtn .linkBtn_bg .linkBtn_wrap > ul li a {
    height: min(24vw, 120px);
  }
}
#vanellope #linkBtn .linkBtn_bg .linkBtn_wrap > ul li a span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: min(3.75vw, 18.75px);
  font-weight: 900;
  text-align: center;
  color: #fff;
  line-height: 130%;
  position: relative;
  z-index: 1;
}
#vanellope #linkBtn .linkBtn_bg .linkBtn_wrap > ul li a span::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background-color: var(--c-cerise);
  -webkit-filter: url(#noiseFilter);
          filter: url(#noiseFilter);
  border-radius: 50%;
}
#vanellope #linkBtn .linkBtn_bg .linkBtn_wrap > ul li a span::after {
  content: "";
  width: 4vw;
  height: 2vw;
  background-color: #fff;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
          clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
  position: absolute;
  bottom: 1.5vw;
}
@media (min-width: 500px) {
  #vanellope #linkBtn .linkBtn_bg .linkBtn_wrap > ul li a span::after {
    width: 20px;
    height: 10px;
    bottom: 5px;
  }
}
#vanellope #linkBtn .linkBtn_bg .linkBtn_wrap > ul li.entertainment .deco img {
  width: min(13.125vw, 65.625px);
  left: 2vw;
}
@media (min-width: 500px) {
  #vanellope #linkBtn .linkBtn_bg .linkBtn_wrap > ul li.entertainment .deco img {
    left: 5px;
  }
}
#vanellope #linkBtn .linkBtn_bg .linkBtn_wrap > ul li.decoration .deco img {
  width: min(13.4375vw, 67.1875px);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
#vanellope #linkBtn .linkBtn_bg .linkBtn_wrap > ul li.goods .deco img {
  width: min(13.75vw, 68.75px);
  right: 2vw;
}
@media (min-width: 500px) {
  #vanellope #linkBtn .linkBtn_bg .linkBtn_wrap > ul li.goods .deco img {
    right: 2px;
  }
}
#vanellope #linkBtn .linkBtn_bg .linkBtn_wrap > ul li.menu .deco img {
  width: min(10.3125vw, 51.5625px);
  top: -3.5vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (min-width: 500px) {
  #vanellope #linkBtn .linkBtn_bg .linkBtn_wrap > ul li.menu .deco img {
    top: -15px;
  }
}
#vanellope #linkBtn .linkBtn_bg .linkBtn_wrap > ul li.spcontents .deco img {
  width: min(14.6875vw, 73.4375px);
  left: 2vw;
}
@media (min-width: 500px) {
  #vanellope #linkBtn .linkBtn_bg .linkBtn_wrap > ul li.spcontents .deco img {
    left: 5px;
  }
}
#vanellope #linkBtn .linkBtn_bg .linkBtn_wrap > ul li.vacation .deco img {
  width: min(10.625vw, 53.125px);
  top: -3.5vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (min-width: 500px) {
  #vanellope #linkBtn .linkBtn_bg .linkBtn_wrap > ul li.vacation .deco img {
    top: -20px;
  }
}
#vanellope #linkBtn .linkBtn_bg .linkBtn_wrap > ul li.vacation a span {
  font-size: min(2.8125vw, 14.0625px);
  line-height: 105%;
}
@media (min-width: 500px) {
  #vanellope #linkBtn .linkBtn_bg .linkBtn_wrap > ul li.vacation a span {
    font-size: min(2.4vw, 12px);
  }
}
#vanellope #linkBtn .linkBtn_bg .parfait_wrap {
  position: relative;
}
#vanellope #linkBtn .linkBtn_bg .parfait_wrap .deco img {
  z-index: 2;
}
#vanellope #linkBtn .linkBtn_bg .parfait_wrap .deco .deco_01 {
  width: min(14.375vw, 71.875px);
  top: -3.5vw;
  right: -1vw;
}
@media (min-width: 500px) {
  #vanellope #linkBtn .linkBtn_bg .parfait_wrap .deco .deco_01 {
    top: -20px;
    right: -10px;
  }
}
#vanellope #linkBtn .linkBtn_bg .parfait_wrap .deco .deco_02 {
  width: min(21.875vw, 109.375px);
  bottom: 0.5vw;
  left: -2.5vw;
}
@media (min-width: 500px) {
  #vanellope #linkBtn .linkBtn_bg .parfait_wrap .deco .deco_02 {
    bottom: -12px;
    left: -10px;
  }
}
#vanellope #linkBtn .linkBtn_bg .parfait_wrap .parfait_link {
  font-size: min(4.375vw, 21.875px);
  font-weight: 900;
  padding: 10px 15px 15px;
  border-radius: 20px;
  border: 2px solid var(--c-cerise);
  background-color: var(--c-turquoise);
  text-align: center;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
#vanellope #linkBtn .linkBtn_bg .parfait_wrap .parfait_link::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background-color: var(--c-turquoise);
  -webkit-filter: url(#noiseFilter);
          filter: url(#noiseFilter);
  opacity: 0.5;
  border-radius: 20px;
}
#vanellope #linkBtn .linkBtn_bg .parfait_wrap .parfait_link p {
  color: #fff;
  margin-bottom: 0.8em;
}
#vanellope #linkBtn .linkBtn_bg .parfait_wrap .parfait_link ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
#vanellope #linkBtn .linkBtn_bg .parfait_wrap .parfait_link ul li {
  width: calc((100% - 5px) / 2);
  margin-bottom: 0;
}
#vanellope #linkBtn .linkBtn_bg .parfait_wrap .parfait_link ul li a {
  display: block;
  color: #fff;
  background: var(--c-cerise);
  border-radius: 10px;
  padding: 10px 0;
  border: 1px solid var(--c-turquoise);
  -webkit-box-shadow: 2px 4px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 2px 4px 0 rgba(0, 0, 0, 0.3);
  position: relative;
  z-index: 1;
  overflow: hidden;
  text-decoration: none;
}
#vanellope #linkBtn .linkBtn_bg .parfait_wrap .parfait_link ul li a::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background-color: var(--c-cerise);
  -webkit-filter: url(#noiseFilter);
          filter: url(#noiseFilter);
  border-radius: 10px;
}
#vanellope #linkBtn .linkBtn_bg .parfait_wrap .parfait_link ul li a::after {
  content: "";
  width: 2vw;
  height: 4vw;
  background-color: #fff;
  -webkit-clip-path: polygon(0% 0%, 0% 100%, 100% 50%);
          clip-path: polygon(0% 0%, 0% 100%, 100% 50%);
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 10px;
}
@media (min-width: 500px) {
  #vanellope #linkBtn .linkBtn_bg .parfait_wrap .parfait_link ul li a::after {
    width: 10px;
    height: 20px;
  }
}
#vanellope #entertainment {
  background: var(--c-mintcream);
  padding-bottom: 30px;
}
#vanellope #entertainment .entertainment_wrap {
  position: relative;
  padding-top: 40px;
}
@media (min-width: 500px) {
  #vanellope #entertainment .entertainment_wrap {
    padding-top: 60px;
  }
}
#vanellope #entertainment .entertainment_wrap hgroup {
  margin-bottom: 20px;
}
#vanellope #entertainment .entertainment_wrap hgroup .deco img {
  top: -5px;
}
#vanellope #entertainment .entertainment_wrap hgroup .deco .deco_01 {
  width: min(20.9375vw, 104.6875px);
  right: 3vw;
}
@media (min-width: 500px) {
  #vanellope #entertainment .entertainment_wrap hgroup .deco .deco_01 {
    right: 12px;
  }
}
#vanellope #entertainment .entertainment_wrap hgroup .deco .deco_02 {
  width: min(15.625vw, 78.125px);
  left: 3vw;
}
@media (min-width: 500px) {
  #vanellope #entertainment .entertainment_wrap hgroup .deco .deco_02 {
    left: 12px;
  }
}
#vanellope #entertainment .entertainment_wrap .content-header .-header .mt-back {
  fill: var(--c-apricot);
}
#vanellope #entertainment .entertainment_wrap .content-header .-header .mt-front {
  fill: var(--c-linen);
}
#vanellope #entertainment .entertainment_wrap .container {
  background: var(--c-linen);
  position: relative;
}
#vanellope #entertainment .entertainment_wrap .container .deco .deco_03 {
  width: min(36.5625vw, 182.8125px);
  right: 3vw;
  top: -28vw;
}
@media (min-width: 500px) {
  #vanellope #entertainment .entertainment_wrap .container .deco .deco_03 {
    right: 10px;
    top: -140px;
  }
}
#vanellope #entertainment .entertainment_wrap .container .deco .deco_04 {
  width: min(33.4375vw, 167.1875px);
  left: 3vw;
  bottom: -21vw;
}
@media (min-width: 500px) {
  #vanellope #entertainment .entertainment_wrap .container .deco .deco_04 {
    left: 30px;
    bottom: -110px;
  }
}
#vanellope #entertainment .entertainment_wrap .container .entertainment_inner {
  padding: 10px 0 40px;
}
#vanellope #entertainment .entertainment_wrap .container .entertainment_inner h3 {
  margin-bottom: 10px;
}
#vanellope #entertainment .entertainment_wrap .container .entertainment_inner .infoData {
  margin-bottom: 20px;
}
#vanellope #entertainment .entertainment_wrap .container .entertainment_inner .map {
  margin-top: 15px;
}
@media (min-width: 500px) {
  #vanellope #entertainment .entertainment_wrap .container .entertainment_inner .map {
    margin-top: 35px;
  }
}
#vanellope #entertainment .entertainment_wrap .container .entertainment_inner .map img {
  margin-bottom: 5px;
}
#vanellope #entertainment .entertainment_wrap .container .entertainment_inner .map a {
  font-size: var(--fz-note);
  text-decoration: underline;
  color: #DB0B5B;
}
@media (min-width: 500px) {
  #vanellope #entertainment .entertainment_wrap .container .entertainment_inner .map a {
    font-size: var(--fz-pc-note);
  }
}
#vanellope #entertainment .entertainment_wrap .-footer .mt-back {
  fill: var(--c-apricot);
}
#vanellope #entertainment .entertainment_wrap .-footer .mt-front {
  fill: var(--c-linen);
}
#vanellope #parfait {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(96%, var(--c-mintcream)), color-stop(4%, var(--c-ivory)));
  background: linear-gradient(to bottom, var(--c-mintcream) 96%, var(--c-ivory) 4%);
  overflow-x: hidden;
  position: relative;
}
@media (max-width: 230px) {
  #vanellope #parfait {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(97%, var(--c-mintcream)), color-stop(3%, var(--c-ivory)));
    background: linear-gradient(to bottom, var(--c-mintcream) 97%, var(--c-ivory) 3%);
  }
}
#vanellope #parfait .bg img {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  margin: auto;
}
#vanellope #parfait .bg .bg_01 {
  top: 8vw;
}
@media (min-width: 500px) {
  #vanellope #parfait .bg .bg_01 {
    top: 20px;
  }
}
#vanellope #parfait .bg .bg_02 {
  top: 120vw;
}
@media (min-width: 500px) {
  #vanellope #parfait .bg .bg_02 {
    top: 550px;
  }
}
#vanellope #parfait .bg .bg_03 {
  bottom: 50vw;
}
@media (min-width: 500px) {
  #vanellope #parfait .bg .bg_03 {
    bottom: 310px;
  }
}
#vanellope #parfait .bg .bg_04 {
  top: 290vw;
}
@media (min-width: 500px) {
  #vanellope #parfait .bg .bg_04 {
    top: 1250px;
  }
}
#vanellope #parfait .bg .bg_05 {
  bottom: 340vw;
}
@media (min-width: 500px) {
  #vanellope #parfait .bg .bg_05 {
    bottom: 1470px;
  }
}
#vanellope #parfait .bg .bg_06 {
  bottom: 50vw;
}
@media (min-width: 500px) {
  #vanellope #parfait .bg .bg_06 {
    bottom: 170px;
  }
}
#vanellope #parfait .parfait_wrap {
  position: relative;
  padding-top: 20px;
}
#vanellope #parfait .parfait_wrap hgroup {
  width: min(73.4375vw, 367.1875px);
  margin: 0 auto -27vw;
}
@media (min-width: 500px) {
  #vanellope #parfait .parfait_wrap hgroup {
    width: min(73.4375vw, 367.1875px);
    margin: 0 auto -130px;
  }
}
#vanellope #parfait .parfait_wrap .container .parfait_inner {
  background: #fff;
  border: 3px solid var(--c-apricot);
  padding: 0 5vw 20px;
  border-radius: 20px 20px 0 0;
}
@media (min-width: 500px) {
  #vanellope #parfait .parfait_wrap .container .parfait_inner {
    padding: 0 30px 40px;
  }
}
#vanellope #parfait .parfait_wrap .container .parfait_inner .lead_wrap .lead {
  background: var(--c-apricot);
  padding: 30vw 10px 15px;
  margin: 0 -5vw;
  border-radius: 15px 15px 0 0;
}
@media (min-width: 500px) {
  #vanellope #parfait .parfait_wrap .container .parfait_inner .lead_wrap .lead {
    padding: 150px 20px 15px;
    margin: 0 -30px;
  }
}
#vanellope #parfait .parfait_wrap .container .parfait_inner .lead_wrap .lead h3 {
  font-size: min(6.25vw, 31.25px);
  font-weight: 700;
  color: var(--c-burgundy);
  line-height: 130%;
  margin-bottom: 10px;
  text-align: center;
}
#vanellope #parfait .parfait_wrap .container .parfait_inner .lead_wrap img {
  width: calc(100% + 10vw);
  margin-left: -5vw;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}
@media (min-width: 500px) {
  #vanellope #parfait .parfait_wrap .container .parfait_inner .lead_wrap img {
    width: calc(100% + 60px);
    margin-left: -30px;
  }
}
#vanellope #parfait .parfait_wrap .container .parfait_inner .item {
  margin-top: 20px;
  margin-bottom: 60px;
  position: relative;
}
#vanellope #parfait .parfait_wrap .container .parfait_inner .item:last-child {
  margin-bottom: 0;
}
@media (min-width: 500px) {
  #vanellope #parfait .parfait_wrap .container .parfait_inner .item {
    margin-bottom: 80px;
  }
}
#vanellope #parfait .parfait_wrap .container .parfait_inner .item .deco img {
  top: -10px;
}
#vanellope #parfait .parfait_wrap .container .parfait_inner .item .deco .deco_01 {
  width: min(21.5625vw, 107.8125px);
  right: 0;
}
@media (min-width: 500px) {
  #vanellope #parfait .parfait_wrap .container .parfait_inner .item .deco .deco_01 {
    right: 12px;
  }
}
#vanellope #parfait .parfait_wrap .container .parfait_inner .item .deco .deco_02 {
  width: min(18.4375vw, 92.1875px);
  left: 2vw;
}
@media (min-width: 500px) {
  #vanellope #parfait .parfait_wrap .container .parfait_inner .item .deco .deco_02 {
    left: 12px;
  }
}
#vanellope #parfait .parfait_wrap .container .parfait_inner .item iframe {
  width: 100%;
  margin-bottom: 10px;
}
#vanellope #parfait .parfait_wrap .container .parfait_inner .item .parfait_ttl {
  margin-bottom: 10px;
  position: relative;
}
@media (min-width: 500px) {
  #vanellope #parfait .parfait_wrap .container .parfait_inner .item .parfait_ttl {
    margin-bottom: 20px;
  }
}
#vanellope #parfait .parfait_wrap .container .parfait_inner .item .parfait_ttl .deco .deco_03 {
  width: min(20vw, 100px);
  top: -8vw;
  left: 48%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (min-width: 500px) {
  #vanellope #parfait .parfait_wrap .container .parfait_inner .item .parfait_ttl .deco .deco_03 {
    top: -40px;
  }
}
#vanellope #parfait .parfait_wrap .container .parfait_inner .item .parfait_ttl h4 {
  font-size: min(5.625vw, 28.125px);
  font-weight: 700;
  color: var(--c-burgundy);
  background: var(--c-linen);
  width: min(31.25vw, 156.25px);
  height: min(15.625vw, 78.125px);
  border-radius: 60px 60px 0 0;
  text-align: center;
  line-height: min(18.75vw, 93.75px);
  margin: 0 auto;
  -webkit-box-shadow: 2px -1px 0 var(--c-apricot);
          box-shadow: 2px -1px 0 var(--c-apricot);
}
@media (min-width: 500px) {
  #vanellope #parfait .parfait_wrap .container .parfait_inner .item .parfait_ttl h4 {
    width: 140px;
    height: 70px;
    border-radius: 70px 70px 0 0;
    line-height: 90px;
    -webkit-box-shadow: 2px -2px 0 var(--c-apricot);
            box-shadow: 2px -2px 0 var(--c-apricot);
  }
}
#vanellope #parfait .parfait_wrap .container .parfait_inner .item .parfait_ttl .date {
  color: #000;
  background: var(--c-linen);
  margin-top: 0;
  padding: 5px;
  border-radius: 20vw;
}
#vanellope #parfait .parfait_wrap .container .parfait_inner .item dialog::-webkit-backdrop {
  background-color: rgba(0, 0, 0, 0.7);
}
#vanellope #parfait .parfait_wrap .container .parfait_inner .item dialog::backdrop {
  background-color: rgba(0, 0, 0, 0.7);
}
#vanellope #parfait .parfait_wrap .container .parfait_inner .item dialog {
  border: none;
  padding: 0;
  max-width: 90vw;
  overflow: hidden;
  background: transparent;
}
#vanellope #parfait .parfait_wrap .container .parfait_inner .item dialog .dialog-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 8px 12px;
}
#vanellope #parfait .parfait_wrap .container .parfait_inner .item dialog .dialog-content img {
  display: block;
  width: 100%;
  height: auto;
}
#vanellope #parfait .parfait_wrap .container .parfait_inner .item dialog .close-btn {
  background: transparent;
  border: none;
  cursor: pointer;
  font-size: 28px;
  line-height: 1;
  color: #fff;
  padding: 4px;
  border-radius: 4px;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
#vanellope #parfait.sp_parfait_menu, #vanellope #parfait.sp_parfait_goods {
  background: var(--c-mintcream);
}
#vanellope #parfait .sp_parfait .mainTtl {
  width: 90%;
  margin: 0 auto -35px;
  z-index: 2;
  position: relative;
}
@media (min-width: 500px) {
  #vanellope #parfait .sp_parfait .mainTtl {
    width: 370px;
    margin: 0 auto -50px;
  }
}
#vanellope #parfait .sp_parfait .container {
  padding-bottom: 30px;
  z-index: 1;
  position: relative;
}
#vanellope #parfait .sp_parfait .container .parfait_inner {
  padding: 0 4vw 20px;
}
@media (min-width: 500px) {
  #vanellope #parfait .sp_parfait .container .parfait_inner {
    padding: 0 20px 20px;
  }
}
#vanellope #parfait .sp_parfait .container .parfait_inner .lead_wrap .lead {
  padding: 40px 10px 15px;
  margin: 0 -4vw;
  border-radius: 15px 15px 0 0;
}
@media (min-width: 500px) {
  #vanellope #parfait .sp_parfait .container .parfait_inner .lead_wrap .lead {
    padding: 70px 20px 15px;
    margin: 0 -20px;
  }
}
#vanellope #parfait .sp_parfait .container .parfait_inner .lead_wrap img {
  width: calc(100% + 8vw);
  margin-left: -4vw;
}
@media (min-width: 500px) {
  #vanellope #parfait .sp_parfait .container .parfait_inner .lead_wrap img {
    width: calc(100% + 40px);
    margin-left: -20px;
  }
}
#vanellope #parfait .sp_parfait .container .bg_line {
  width: calc(100% + 10vw);
  margin-left: -5vw;
}
@media (min-width: 500px) {
  #vanellope #parfait .sp_parfait .container .bg_line {
    width: calc(100% + 40px);
    margin-left: -20px;
  }
}
#vanellope #parfait .sp_parfait .container .sp_parfait_item {
  margin-top: 30px;
}
#vanellope #parfait .sp_parfait .container .sp_parfait_item .subTtl {
  margin-bottom: 40px;
}
#vanellope #parfait .sp_parfait .container .sp_parfait_item .subTtl h4 {
  width: 100%;
  margin-bottom: 5px;
}
#vanellope #parfait .sp_parfait .container .sp_parfait_item .subTtl p {
  font-size: min(4.0625vw, 20.3125px);
  font-weight: 700;
  color: var(--c-burgundy);
  text-align: center;
}
@media (min-width: 500px) {
  #vanellope #parfait .sp_parfait .container .sp_parfait_item .subTtl p {
    font-size: min(3.2vw, 16px);
  }
}
#vanellope #parfait .sp_parfait .container .sp_parfait_item ol > li {
  margin-bottom: 30vw;
  position: relative;
}
@media (min-width: 500px) {
  #vanellope #parfait .sp_parfait .container .sp_parfait_item ol > li {
    margin-bottom: 110px;
  }
}
#vanellope #parfait .sp_parfait .container .sp_parfait_item ol > li::after {
  content: "";
  width: 8vw;
  height: 6vw;
  background-color: var(--c-apricot);
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
          clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
  position: absolute;
  bottom: -13vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (min-width: 500px) {
  #vanellope #parfait .sp_parfait .container .sp_parfait_item ol > li::after {
    width: 45px;
    height: 25px;
    bottom: -50px;
  }
}
#vanellope #parfait .sp_parfait .container .sp_parfait_item ol > li:last-child {
  margin-bottom: 0;
}
#vanellope #parfait .sp_parfait .container .sp_parfait_item ol > li:last-child::after {
  display: none;
}
#vanellope #parfait .sp_parfait .container .sp_parfait_item ol > li .parfait_ttl {
  position: relative;
}
#vanellope #parfait .sp_parfait .container .sp_parfait_item ol > li .parfait_ttl .deco img {
  top: -10px;
}
#vanellope #parfait .sp_parfait .container .sp_parfait_item ol > li .parfait_ttl .deco .deco_01 {
  width: min(18.4375vw, 92.1875px);
  right: 0;
}
@media (min-width: 500px) {
  #vanellope #parfait .sp_parfait .container .sp_parfait_item ol > li .parfait_ttl .deco .deco_01 {
    right: 12px;
  }
}
#vanellope #parfait .sp_parfait .container .sp_parfait_item ol > li .parfait_ttl .deco .deco_02 {
  width: min(21.5625vw, 107.8125px);
  left: 2vw;
}
@media (min-width: 500px) {
  #vanellope #parfait .sp_parfait .container .sp_parfait_item ol > li .parfait_ttl .deco .deco_02 {
    left: 12px;
  }
}
#vanellope #parfait .sp_parfait .container .sp_parfait_item ol > li .parfait_ttl .deco .deco_03 {
  width: min(20vw, 100px);
  top: -8vw;
  left: 48%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (min-width: 500px) {
  #vanellope #parfait .sp_parfait .container .sp_parfait_item ol > li .parfait_ttl .deco .deco_03 {
    top: -40px;
  }
}
#vanellope #parfait .sp_parfait .container .sp_parfait_item ol > li .parfait_ttl h5 {
  background: var(--c-linen);
  width: min(31.25vw, 156.25px);
  height: min(15.625vw, 78.125px);
  border-radius: 60px 60px 0 0;
  text-align: center;
  line-height: min(28.125vw, 140.625px);
  margin: 0 auto;
  -webkit-box-shadow: 2px -1px 0 var(--c-apricot);
          box-shadow: 2px -1px 0 var(--c-apricot);
}
@media (min-width: 500px) {
  #vanellope #parfait .sp_parfait .container .sp_parfait_item ol > li .parfait_ttl h5 {
    width: 140px;
    height: 70px;
    border-radius: 70px 70px 0 0;
    line-height: 90px;
    -webkit-box-shadow: 2px -2px 0 var(--c-apricot);
            box-shadow: 2px -2px 0 var(--c-apricot);
  }
}
#vanellope #parfait .sp_parfait .container .sp_parfait_item ol > li .parfait_ttl h5 img {
  width: min(21.875vw, 109.375px);
}
@media (min-width: 500px) {
  #vanellope #parfait .sp_parfait .container .sp_parfait_item ol > li .parfait_ttl h5 img {
    width: 90px;
    margin-top: 20px;
  }
}
#vanellope #parfait .sp_parfait .container .sp_parfait_item ol > li .inner {
  background: var(--c-linen);
  border-radius: 10px;
  padding: 30px 20px 20px;
}
#vanellope #parfait .sp_parfait .container .sp_parfait_item ol > li .inner h6 {
  font-size: min(4.375vw, 21.875px);
  font-weight: 700;
  color: var(--c-burgundy);
  text-align: center;
  margin-bottom: 20px;
}
@media (min-width: 500px) {
  #vanellope #parfait .sp_parfait .container .sp_parfait_item ol > li .inner h6 {
    font-size: min(3.4vw, 17px);
  }
}
#vanellope #parfait .sp_parfait .container .sp_parfait_item .menu_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#vanellope #parfait .sp_parfait .container .sp_parfait_item .menu_wrap li {
  text-align: center;
}
#vanellope #parfait .sp_parfait .container .sp_parfait_item .menu_wrap li img {
  width: 80%;
  margin-bottom: 5px;
}
#vanellope #parfait .sp_parfait .container .sp_parfait_item .menu_wrap li p {
  font-size: var(--fz-note);
  line-height: 150%;
}
#vanellope #parfait .sp_parfait .container .sp_parfait_item .base ul {
  gap: 20px;
}
#vanellope #parfait .sp_parfait .container .sp_parfait_item .base ul li {
  width: calc((100% - 20px) / 2);
}
#vanellope #parfait .sp_parfait .container .sp_parfait_item .sauce ul {
  gap: 5px;
}
#vanellope #parfait .sp_parfait .container .sp_parfait_item .sauce ul li {
  width: calc((100% - 10px) / 3);
}
#vanellope #parfait .sp_parfait .container .sp_parfait_item .topping {
  margin-bottom: 40px;
}
#vanellope #parfait .sp_parfait .container .sp_parfait_item .topping ul {
  gap: 10px;
}
#vanellope #parfait .sp_parfait .container .sp_parfait_item .topping ul li {
  width: calc((100% - 10px) / 2);
}
#vanellope #parfait .sp_parfait .container .sp_parfait_item .complete_parfait {
  padding: 25px 15px;
  margin-bottom: 20px;
  border-radius: 10px;
}
#vanellope #parfait .sp_parfait .container .sp_parfait_item .complete_parfait:last-child {
  margin-bottom: 0;
}
#vanellope #parfait .sp_parfait .container .sp_parfait_item .complete_parfait h6 {
  font-size: min(5vw, 25px);
  font-weight: 700;
  color: var(--c-burgundy);
  text-align: center;
  margin-bottom: 20px;
  line-height: 1.3em;
}
@media (min-width: 500px) {
  #vanellope #parfait .sp_parfait .container .sp_parfait_item .complete_parfait h6 {
    font-size: min(3.6vw, 18px);
  }
}
#vanellope #parfait .sp_parfait .container .sp_parfait_item .complete_parfait img {
  margin-bottom: 10px;
}
#vanellope #parfait .sp_parfait .container .sp_parfait_item .complete_parfait .parfait_set {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10vw;
}
@media (min-width: 500px) {
  #vanellope #parfait .sp_parfait .container .sp_parfait_item .complete_parfait .parfait_set {
    gap: 40px;
  }
}
#vanellope #parfait .sp_parfait .container .sp_parfait_item .complete_parfait .parfait_set li {
  width: calc((100% - 20vw) / 3);
  text-align: center;
  position: relative;
}
@media (min-width: 500px) {
  #vanellope #parfait .sp_parfait .container .sp_parfait_item .complete_parfait .parfait_set li {
    width: calc((100% - 80px) / 3);
  }
}
#vanellope #parfait .sp_parfait .container .sp_parfait_item .complete_parfait .parfait_set li::before, #vanellope #parfait .sp_parfait .container .sp_parfait_item .complete_parfait .parfait_set li::after {
  content: "";
  position: absolute;
  top: 30%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#vanellope #parfait .sp_parfait .container .sp_parfait_item .complete_parfait .parfait_set li::before {
  width: 6vw;
  height: 6vw;
  background: var(--c-babypink);
  border-radius: 50%;
  right: -8vw;
}
@media (min-width: 500px) {
  #vanellope #parfait .sp_parfait .container .sp_parfait_item .complete_parfait .parfait_set li::before {
    width: 30px;
    height: 30px;
    right: -35px;
  }
}
#vanellope #parfait .sp_parfait .container .sp_parfait_item .complete_parfait .parfait_set li::after {
  content: "\f3dd";
  font-family: var(--ff-icon);
  font-weight: normal;
  font-style: normal;
  color: var(--c-cerise);
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  white-space: nowrap;
  direction: ltr;
  font-size: 5vw;
  position: absolute;
  right: -7.5vw;
}
@media (min-width: 500px) {
  #vanellope #parfait .sp_parfait .container .sp_parfait_item .complete_parfait .parfait_set li::after {
    font-size: 30px;
    right: -35px;
  }
}
#vanellope #parfait .sp_parfait .container .sp_parfait_item .complete_parfait .parfait_set li:last-child::before, #vanellope #parfait .sp_parfait .container .sp_parfait_item .complete_parfait .parfait_set li:last-child::after {
  display: none;
}
#vanellope #parfait .sp_parfait .container .sp_parfait_item .complete_parfait .parfait_set li img {
  width: 100%;
  height: 24vw;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
@media (min-width: 500px) {
  #vanellope #parfait .sp_parfait .container .sp_parfait_item .complete_parfait .parfait_set li img {
    height: 120px;
  }
}
#vanellope #parfait .sp_parfait .container .sp_parfait_item .complete_parfait .parfait_set li p {
  font-size: var(--fz-note);
  line-height: 150%;
  word-break: keep-all;
}
#vanellope #parfait .sp_parfait .container .sp_parfait_item .complete_parfait.complete_01 {
  background: rgba(var(--c-babypink-rgb), 0.3);
}
#vanellope #parfait .sp_parfait .container .sp_parfait_item .complete_parfait.complete_02 {
  background: rgba(242, 240, 161, 0.2);
}
#vanellope #parfait .sp_parfait .container .sp_parfait_item .goods_item {
  background: #fff;
  border-radius: 10px;
  padding: 20px 10px;
  margin-bottom: 20px;
}
#vanellope #parfait .sp_parfait .container .sp_parfait_item .goods_item:last-child {
  margin-bottom: 0;
}
#vanellope #parfait .sp_parfait .container .sp_parfait_item .goods_item > p {
  text-align: center;
  color: var(--c-burgundy);
  font-weight: 900;
}
#vanellope #parfait .sp_parfait .container .sp_parfait_item .goods_item .goods_itemInner .goods_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
}
#vanellope #parfait .sp_parfait .container .sp_parfait_item .goods_item .goods_itemInner .goods_wrap li {
  width: calc((100% - 10px) / 2);
}
#vanellope #parfait .sp_parfait .container .sp_parfait_item .goods_item .goods_itemInner .goods_wrap li img {
  width: 100%;
  height: 40vw;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
@media (min-width: 500px) {
  #vanellope #parfait .sp_parfait .container .sp_parfait_item .goods_item .goods_itemInner .goods_wrap li img {
    height: 180px;
  }
}
#vanellope #parfait .sp_parfait .container .sp_parfait_item .goods_item .goods_itemInner .goods_wrap li p {
  font-size: var(--fz-note);
  text-align: center;
  line-height: 130%;
  margin-top: 30px;
}
#vanellope #parfait .sp_parfait .container .sp_parfait_item .goods_item .goods_itemInner .swiper-pagination {
  bottom: -15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#vanellope #parfait .sp_parfait .container .sp_parfait_item .goods_item .goods_itemInner .swiper-pagination .swiper-pagination-bullet-active {
  width: 14px;
  height: 14px;
}
#vanellope #parfait .sp_parfait .container .sp_parfait_item .goods_item .lineup div {
  margin-bottom: 20px;
}
#vanellope #parfait .sp_parfait .container .sp_parfait_item .goods_item .lineup div dt {
  font-size: min(3.75vw, 18.75px);
  text-align: center;
  color: var(--c-burgundy);
  font-weight: 900;
  text-align: center;
  padding: 5px;
  margin-bottom: 15px;
}
#vanellope #parfait .sp_parfait .container .sp_parfait_item .goods_item .lineup div dd ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px;
}
@media (min-width: 500px) {
  #vanellope #parfait .sp_parfait .container .sp_parfait_item .goods_item .lineup div dd ul {
    margin: 0 10px;
  }
}
#vanellope #parfait .sp_parfait .container .sp_parfait_item .goods_item .lineup div dd ul li {
  width: calc((100% - 15px) / 2);
}
#vanellope #parfait .sp_parfait .container .sp_parfait_item .goods_item .lineup div.gummy dt {
  background: var(--c-iceblue);
}
#vanellope #parfait .sp_parfait .container .sp_parfait_item .goods_item .lineup div.gummy dd ul {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#vanellope #parfait .sp_parfait .container .sp_parfait_item .goods_item .lineup div.choco dt {
  background: var(--c-babypink);
}
#vanellope #parfait .sp_parfait .container .sp_parfait_item .goods_item .lineup div.cookie dt {
  background: #F2F0A1;
}
#vanellope #parfait .sp_parfait .container .sp_parfait_item .goods_item .lineup div.ricecrackers dt {
  background: var(--c-lavender);
}
#vanellope #parfait .sp_parfait .container .sp_parfait_item .goods_item.soon {
  text-align: center;
}
#vanellope #parfait .sp_parfait .container .sp_parfait_item .goods_item.soon img {
  width: 70%;
  margin-top: 10px;
}
#vanellope #parfait .goods_more {
  padding-top: 20px;
}
#vanellope #parfait .goods_more .more_wrap {
  position: relative;
  padding-top: 40px;
}
#vanellope #parfait .goods_more .more_wrap hgroup {
  margin-bottom: 20px;
}
#vanellope #parfait .goods_more .more_wrap hgroup .deco img {
  top: -5px;
}
#vanellope #parfait .goods_more .more_wrap hgroup .deco .deco_01 {
  width: min(20.9375vw, 104.6875px);
  right: 3vw;
}
@media (min-width: 500px) {
  #vanellope #parfait .goods_more .more_wrap hgroup .deco .deco_01 {
    right: 12px;
  }
}
#vanellope #parfait .goods_more .more_wrap hgroup .deco .deco_02 {
  width: min(23.75vw, 118.75px);
  left: 3vw;
}
@media (min-width: 500px) {
  #vanellope #parfait .goods_more .more_wrap hgroup .deco .deco_02 {
    left: 12px;
  }
}
#vanellope #parfait .goods_more .more_wrap .content-header .-header .mt-back {
  fill: var(--c-cerise);
}
#vanellope #parfait .goods_more .more_wrap .content-header .-header .mt-front {
  fill: var(--c-blush);
}
#vanellope #parfait .goods_more .more_wrap .container {
  background: var(--c-blush);
  position: relative;
  padding-bottom: 40px;
}
#vanellope #parfait .goods_more .more_wrap .container .deco .deco_03 {
  width: min(28.125vw, 140.625px);
  left: 4vw;
  top: -27vw;
}
@media (min-width: 500px) {
  #vanellope #parfait .goods_more .more_wrap .container .deco .deco_03 {
    left: 20px;
    top: -140px;
  }
}
#vanellope #parfait .goods_more .more_wrap .container .deco .deco_04 {
  width: min(10.9375vw, 54.6875px);
  right: 6vw;
  top: -19vw;
}
@media (min-width: 500px) {
  #vanellope #parfait .goods_more .more_wrap .container .deco .deco_04 {
    right: 50px;
    top: -110px;
  }
}
#vanellope #parfait .goods_more .more_wrap .container .deco .deco_05 {
  width: min(33.4375vw, 167.1875px);
  right: 6vw;
  bottom: -26vw;
}
@media (min-width: 500px) {
  #vanellope #parfait .goods_more .more_wrap .container .deco .deco_05 {
    right: 20px;
    bottom: -130px;
  }
}
#vanellope #parfait .goods_more .more_wrap .container .decoration_inner {
  padding: 10px 0 40px;
}
#vanellope #parfait .goods_more .more_wrap .container .decoration_inner h3 {
  margin-bottom: 10px;
}
#vanellope #parfait .goods_more .more_wrap .-footer .mt-back {
  fill: var(--c-cerise);
}
#vanellope #parfait .goods_more .more_wrap .-footer .mt-front {
  fill: var(--c-blush);
}
#vanellope #parfait .goods_more .info {
  padding: 10px 5vw;
}
@media (min-width: 500px) {
  #vanellope #parfait .goods_more .info {
    padding: 20px;
  }
}
#vanellope .dot {
  padding-left: 1em;
  margin-top: 30px;
  position: relative;
}
#vanellope .dot li {
  margin-bottom: 0.3em;
}
#vanellope .dot li::before {
  content: "・";
  position: absolute;
  left: 0;
}
#vanellope .btn_wrap {
  padding: 20px 5vw 30px;
  background: var(--c-mintcream);
}
@media (min-width: 500px) {
  #vanellope .btn_wrap {
    padding: 20px 20px 30px;
  }
}
#vanellope .btn_wrap .return::after {
  content: "";
  width: 2vw;
  height: 4vw;
  background-color: var(--c-burgundy);
  -webkit-clip-path: polygon(100% 0%, 100% 100%, 0% 50%);
          clip-path: polygon(100% 0%, 100% 100%, 0% 50%);
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 10px;
}
@media (min-width: 500px) {
  #vanellope .btn_wrap .return::after {
    width: 10px;
    height: 20px;
  }
}
#vanellope .parfait_movie {
  width: 100%;
  max-width: 420px;
  /* 任意：スマホで大きくなりすぎないように */
  margin: 0 auto;
  aspect-ratio: 9/16;
}
#vanellope .parfait_movie iframe {
  width: 100%;
  height: 100%;
  border: 0;
}
#vanellope #decoration {
  padding: 20px 0 40px;
  background: var(--c-ivory);
}
#vanellope #decoration .decoration_wrap {
  position: relative;
  padding-top: 40px;
}
#vanellope #decoration .decoration_wrap hgroup {
  margin-bottom: 20px;
}
#vanellope #decoration .decoration_wrap hgroup .deco img {
  top: -5px;
}
#vanellope #decoration .decoration_wrap hgroup .deco .deco_01 {
  width: min(20.9375vw, 104.6875px);
  right: 3vw;
}
@media (min-width: 500px) {
  #vanellope #decoration .decoration_wrap hgroup .deco .deco_01 {
    right: 12px;
  }
}
#vanellope #decoration .decoration_wrap hgroup .deco .deco_02 {
  width: min(25vw, 125px);
  left: 3vw;
}
@media (min-width: 500px) {
  #vanellope #decoration .decoration_wrap hgroup .deco .deco_02 {
    left: 12px;
    top: -34px;
  }
}
#vanellope #decoration .decoration_wrap .content-header .-header .mt-back {
  fill: var(--c-cerise);
}
#vanellope #decoration .decoration_wrap .content-header .-header .mt-front {
  fill: var(--c-blush);
}
#vanellope #decoration .decoration_wrap .container {
  background: var(--c-blush);
  position: relative;
}
#vanellope #decoration .decoration_wrap .container .deco .deco_03 {
  width: min(28.125vw, 140.625px);
  left: 4vw;
  top: -27vw;
}
@media (min-width: 500px) {
  #vanellope #decoration .decoration_wrap .container .deco .deco_03 {
    left: 20px;
    top: -140px;
  }
}
#vanellope #decoration .decoration_wrap .container .deco .deco_04 {
  width: min(10.9375vw, 54.6875px);
  right: 6vw;
  top: -19vw;
}
@media (min-width: 500px) {
  #vanellope #decoration .decoration_wrap .container .deco .deco_04 {
    right: 50px;
    top: -110px;
  }
}
#vanellope #decoration .decoration_wrap .container .deco .deco_05 {
  width: min(33.4375vw, 167.1875px);
  right: 6vw;
  bottom: -26vw;
}
@media (min-width: 500px) {
  #vanellope #decoration .decoration_wrap .container .deco .deco_05 {
    right: 20px;
    bottom: -130px;
  }
}
#vanellope #decoration .decoration_wrap .container .decoration_inner {
  padding: 10px 0 40px;
}
#vanellope #decoration .decoration_wrap .container .decoration_inner h3 {
  margin-bottom: 10px;
}
#vanellope #decoration .decoration_wrap .-footer .mt-back {
  fill: var(--c-cerise);
}
#vanellope #decoration .decoration_wrap .-footer .mt-front {
  fill: var(--c-blush);
}
#vanellope #specialgoods {
  padding: 20px 0 40px;
  background: var(--c-ivory);
}
#vanellope #specialgoods .goods_wrap {
  position: relative;
  padding-top: 40px;
}
#vanellope #specialgoods .goods_wrap hgroup {
  margin-bottom: 20px;
}
#vanellope #specialgoods .goods_wrap hgroup .deco img {
  top: -4px;
}
@media (min-width: 500px) {
  #vanellope #specialgoods .goods_wrap hgroup .deco img {
    top: -14px;
  }
}
#vanellope #specialgoods .goods_wrap hgroup .deco .deco_01 {
  width: min(20.9375vw, 104.6875px);
  right: 3vw;
}
@media (min-width: 500px) {
  #vanellope #specialgoods .goods_wrap hgroup .deco .deco_01 {
    right: 12px;
  }
}
#vanellope #specialgoods .goods_wrap hgroup .deco .deco_02 {
  width: min(20vw, 100px);
  left: 6vw;
}
@media (min-width: 500px) {
  #vanellope #specialgoods .goods_wrap hgroup .deco .deco_02 {
    left: 12px;
  }
}
#vanellope #specialgoods .goods_wrap .content-header .-header .mt-back {
  fill: var(--c-ocean);
}
#vanellope #specialgoods .goods_wrap .content-header .-header .mt-front {
  fill: var(--c-iceblue);
}
#vanellope #specialgoods .goods_wrap .container {
  background: var(--c-iceblue);
  position: relative;
}
#vanellope #specialgoods .goods_wrap .container .deco .deco_03 {
  width: min(25vw, 125px);
  right: 5vw;
  top: -26vw;
}
@media (min-width: 500px) {
  #vanellope #specialgoods .goods_wrap .container .deco .deco_03 {
    right: 20px;
    top: -134px;
  }
}
#vanellope #specialgoods .goods_wrap .container .deco .deco_04 {
  width: min(36.875vw, 184.375px);
  left: 3vw;
  bottom: -26vw;
}
@media (min-width: 500px) {
  #vanellope #specialgoods .goods_wrap .container .deco .deco_04 {
    left: 20px;
    bottom: -137px;
  }
}
#vanellope #specialgoods .goods_wrap .container .goods_inner {
  padding: 10px 0 40px;
}
#vanellope #specialgoods .goods_wrap .container .goods_inner .goods_reservation {
  margin: 30px auto;
}
#vanellope #specialgoods .goods_wrap .container .goods_inner .goods_reservation h3 {
  font-size: min(4.0625vw, 20.3125px);
  font-weight: 700;
  text-align: center;
  margin-bottom: 10px;
}
@media (min-width: 500px) {
  #vanellope #specialgoods .goods_wrap .container .goods_inner .goods_reservation h3 {
    font-size: min(3.2vw, 16px);
  }
}
#vanellope #specialgoods .goods_wrap .container .goods_inner iframe {
  width: 100%;
}
#vanellope #specialgoods .goods_wrap .-footer .mt-back {
  fill: var(--c-ocean);
}
#vanellope #specialgoods .goods_wrap .-footer .mt-front {
  fill: var(--c-iceblue);
}
#vanellope #specialmenu {
  padding: 20px 0 40px;
  background: var(--c-ivory);
}
#vanellope #specialmenu .menu_wrap {
  position: relative;
  padding-top: 40px;
}
#vanellope #specialmenu .menu_wrap hgroup {
  margin-bottom: 20px;
}
#vanellope #specialmenu .menu_wrap hgroup .deco img {
  top: -4px;
}
#vanellope #specialmenu .menu_wrap hgroup .deco .deco_01 {
  width: min(20.9375vw, 104.6875px);
  right: 3vw;
}
@media (min-width: 500px) {
  #vanellope #specialmenu .menu_wrap hgroup .deco .deco_01 {
    right: 12px;
  }
}
#vanellope #specialmenu .menu_wrap hgroup .deco .deco_02 {
  width: min(24.375vw, 121.875px);
  left: 3vw;
}
@media (min-width: 500px) {
  #vanellope #specialmenu .menu_wrap hgroup .deco .deco_02 {
    left: 12px;
  }
}
#vanellope #specialmenu .menu_wrap .content-header .-header .mt-back {
  fill: var(--c-lavender);
}
#vanellope #specialmenu .menu_wrap .content-header .-header .mt-front {
  fill: var(--c-babypink);
}
#vanellope #specialmenu .menu_wrap .container {
  background: var(--c-babypink);
  position: relative;
}
#vanellope #specialmenu .menu_wrap .container .deco .deco_03 {
  width: min(12.5vw, 62.5px);
  left: 6vw;
  top: -31vw;
}
@media (min-width: 500px) {
  #vanellope #specialmenu .menu_wrap .container .deco .deco_03 {
    left: 20px;
    top: -150px;
  }
}
#vanellope #specialmenu .menu_wrap .container .deco .deco_04 {
  width: min(34.6875vw, 173.4375px);
  right: 2vw;
  top: -29vw;
}
@media (min-width: 500px) {
  #vanellope #specialmenu .menu_wrap .container .deco .deco_04 {
    right: 10px;
    top: -140px;
  }
}
#vanellope #specialmenu .menu_wrap .container .deco .deco_05 {
  width: min(34.375vw, 171.875px);
  left: 8vw;
  bottom: -27vw;
}
@media (min-width: 500px) {
  #vanellope #specialmenu .menu_wrap .container .deco .deco_05 {
    left: 40px;
    bottom: -140px;
  }
}
#vanellope #specialmenu .menu_wrap .container .menu_inner {
  padding: 10px 0 40px;
}
#vanellope #specialmenu .menu_wrap .container .menu_inner .btn:last-of-type {
  margin-top: 10px;
}
#vanellope #specialmenu .menu_wrap .-footer .mt-back {
  fill: var(--c-lavender);
}
#vanellope #specialmenu .menu_wrap .-footer .mt-front {
  fill: var(--c-babypink);
}
#vanellope #spcontents {
  padding: 20px 0 40px;
  background: var(--c-ivory);
}
#vanellope #spcontents .spcontents_wrap {
  position: relative;
}
#vanellope #spcontents .spcontents_wrap hgroup {
  margin-bottom: 20px;
}
#vanellope #spcontents .spcontents_wrap hgroup .deco .deco_01 {
  width: min(18.4375vw, 92.1875px);
  right: 3vw;
  top: -29px;
}
@media (min-width: 500px) {
  #vanellope #spcontents .spcontents_wrap hgroup .deco .deco_01 {
    right: 10px;
    top: -30px;
  }
}
#vanellope #spcontents .spcontents_wrap hgroup .deco .deco_02 {
  width: min(21.5625vw, 107.8125px);
  left: 1vw;
  top: -17px;
}
@media (min-width: 500px) {
  #vanellope #spcontents .spcontents_wrap hgroup .deco .deco_02 {
    width: min(18.75vw, 93.75px);
    left: 3px;
    top: -10px;
  }
}
#vanellope #spcontents .spcontents_wrap .content-header .-header .mt-back {
  fill: var(--c-amethyst);
}
#vanellope #spcontents .spcontents_wrap .content-header .-header .mt-front {
  fill: var(--c-palesky);
}
#vanellope #spcontents .spcontents_wrap .container {
  background: var(--c-palesky);
  position: relative;
}
#vanellope #spcontents .spcontents_wrap .container .deco .deco_03 {
  width: min(23.4375vw, 117.1875px);
  left: 5vw;
  top: -29vw;
}
@media (min-width: 500px) {
  #vanellope #spcontents .spcontents_wrap .container .deco .deco_03 {
    left: 20px;
    top: -150px;
  }
}
#vanellope #spcontents .spcontents_wrap .container .deco .deco_04 {
  width: min(25vw, 125px);
  right: 3vw;
  top: -33vw;
}
@media (min-width: 500px) {
  #vanellope #spcontents .spcontents_wrap .container .deco .deco_04 {
    right: 20px;
    top: -160px;
  }
}
#vanellope #spcontents .spcontents_wrap .container .deco .deco_05 {
  width: min(14.6875vw, 73.4375px);
  left: 5vw;
  bottom: -15vw;
}
@media (min-width: 500px) {
  #vanellope #spcontents .spcontents_wrap .container .deco .deco_05 {
    left: 30px;
    bottom: -80px;
  }
}
#vanellope #spcontents .spcontents_wrap .container .deco .deco_06 {
  width: min(31.25vw, 156.25px);
  right: 5vw;
  bottom: -26vw;
}
@media (min-width: 500px) {
  #vanellope #spcontents .spcontents_wrap .container .deco .deco_06 {
    right: 20px;
    bottom: -130px;
  }
}
#vanellope #spcontents .spcontents_wrap .container .spcontents_inner {
  padding: 10px 0 40px;
}
#vanellope #spcontents .spcontents_wrap .container .spcontents_inner .spcontents_item {
  padding-bottom: 60px;
  margin-bottom: 50px;
  position: relative;
}
@media (min-width: 500px) {
  #vanellope #spcontents .spcontents_wrap .container .spcontents_inner .spcontents_item {
    padding-bottom: 70px;
    margin-bottom: 40px;
  }
}
#vanellope #spcontents .spcontents_wrap .container .spcontents_inner .spcontents_item::after {
  content: "";
  background: url("../../images/deco_spcontents_line.webp") no-repeat;
  background-size: contain;
  width: min(30vw, 150px);
  height: min(7.1875vw, 35.9375px);
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
}
#vanellope #spcontents .spcontents_wrap .container .spcontents_inner .spcontents_item:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}
#vanellope #spcontents .spcontents_wrap .container .spcontents_inner .spcontents_item:last-child::after {
  display: none;
}
#vanellope #spcontents .spcontents_wrap .container .spcontents_inner .spcontents_item h3 {
  margin-bottom: 10px;
}
@media (min-width: 500px) {
  #vanellope #spcontents .spcontents_wrap .container .spcontents_inner .spcontents_item h3 {
    margin-bottom: 20px;
  }
}
#vanellope #spcontents .spcontents_wrap .-footer .mt-back {
  fill: var(--c-amethyst);
}
#vanellope #spcontents .spcontents_wrap .-footer .mt-front {
  fill: var(--c-palesky);
}
#vanellope #vp {
  padding: 20px 0 40px;
  background: var(--c-ivory);
}
#vanellope #vp .vp_wrap {
  position: relative;
  padding-top: 40px;
}
#vanellope #vp .vp_wrap hgroup {
  margin-bottom: 20px;
}
#vanellope #vp .vp_wrap hgroup .deco .deco_01 {
  width: min(18.4375vw, 92.1875px);
  right: 3vw;
  top: 20px;
}
@media (min-width: 500px) {
  #vanellope #vp .vp_wrap hgroup .deco .deco_01 {
    right: 20px;
    top: 7px;
  }
}
#vanellope #vp .vp_wrap hgroup .deco .deco_02 {
  width: min(21.25vw, 106.25px);
  left: 2vw;
  top: 6px;
}
@media (min-width: 500px) {
  #vanellope #vp .vp_wrap hgroup .deco .deco_02 {
    left: 10px;
    top: -20px;
  }
}
#vanellope #vp .vp_wrap .content-header .-header .mt-back {
  fill: var(--c-cerise);
}
#vanellope #vp .vp_wrap .content-header .-header .mt-front {
  fill: var(--c-blush);
}
#vanellope #vp .vp_wrap .container {
  background: var(--c-blush);
  position: relative;
}
#vanellope #vp .vp_wrap .container .deco .deco_03 {
  width: min(20.625vw, 103.125px);
  left: 2vw;
  top: -36vw;
}
@media (min-width: 500px) {
  #vanellope #vp .vp_wrap .container .deco .deco_03 {
    left: 20px;
    top: -170px;
  }
}
#vanellope #vp .vp_wrap .container .deco .deco_04 {
  width: min(25vw, 125px);
  right: 4vw;
  top: -40vw;
}
@media (min-width: 500px) {
  #vanellope #vp .vp_wrap .container .deco .deco_04 {
    right: 15px;
    top: -200px;
  }
}
#vanellope #vp .vp_wrap .container .deco .deco_05 {
  width: min(27.1875vw, 135.9375px);
  left: 8vw;
  bottom: -24vw;
}
@media (min-width: 500px) {
  #vanellope #vp .vp_wrap .container .deco .deco_05 {
    left: 43px;
    bottom: -120px;
  }
}
#vanellope #vp .vp_wrap .container .vp_inner {
  padding: 10px 0 40px;
}
#vanellope #vp .vp_wrap .-footer .mt-back {
  fill: var(--c-cerise);
}
#vanellope #vp .vp_wrap .-footer .mt-front {
  fill: var(--c-blush);
}
#vanellope #hotel {
  padding: 20px 0 40px;
  background: var(--c-ivory);
}
#vanellope #hotel .hotel_wrap {
  position: relative;
}
#vanellope #hotel .hotel_wrap hgroup {
  margin-bottom: 20px;
}
#vanellope #hotel .hotel_wrap hgroup .deco .deco_01 {
  width: min(20.9375vw, 104.6875px);
  right: 3vw;
  top: -6px;
}
@media (min-width: 500px) {
  #vanellope #hotel .hotel_wrap hgroup .deco .deco_01 {
    right: 10px;
    top: 4px;
  }
}
#vanellope #hotel .hotel_wrap hgroup .deco .deco_02 {
  width: min(15.625vw, 78.125px);
  left: 5vw;
  top: 6px;
}
@media (min-width: 500px) {
  #vanellope #hotel .hotel_wrap hgroup .deco .deco_02 {
    left: 30px;
    top: 6px;
  }
}
#vanellope #hotel .hotel_wrap .content-header .-header .mt-back {
  fill: var(--c-apricot);
}
#vanellope #hotel .hotel_wrap .content-header .-header .mt-front {
  fill: var(--c-linen);
}
#vanellope #hotel .hotel_wrap .container {
  background: var(--c-linen);
  position: relative;
}
#vanellope #hotel .hotel_wrap .container .deco .deco_03 {
  width: min(19.6875vw, 98.4375px);
  left: 4vw;
  top: -34vw;
}
@media (min-width: 500px) {
  #vanellope #hotel .hotel_wrap .container .deco .deco_03 {
    left: 17px;
    top: -176px;
  }
}
#vanellope #hotel .hotel_wrap .container .deco .deco_04 {
  width: min(28.125vw, 140.625px);
  right: 3vw;
  top: -24vw;
}
@media (min-width: 500px) {
  #vanellope #hotel .hotel_wrap .container .deco .deco_04 {
    right: 15px;
    top: -128px;
  }
}
#vanellope #hotel .hotel_wrap .container .deco .deco_05 {
  width: min(33.4375vw, 167.1875px);
  left: 8vw;
  bottom: -27vw;
}
@media (min-width: 500px) {
  #vanellope #hotel .hotel_wrap .container .deco .deco_05 {
    left: 35px;
    bottom: -137px;
  }
}
#vanellope #hotel .hotel_wrap .container .hotel_inner {
  padding: 10px 0 40px;
}
#vanellope #hotel .hotel_wrap .-footer .mt-back {
  fill: var(--c-apricot);
}
#vanellope #hotel .hotel_wrap .-footer .mt-front {
  fill: var(--c-linen);
}
#vanellope #resortline {
  padding: 20px 0 40px;
  background: var(--c-ivory);
}
#vanellope #resortline .resortline_wrap {
  position: relative;
}
#vanellope #resortline .resortline_wrap hgroup {
  margin-bottom: 20px;
}
#vanellope #resortline .resortline_wrap hgroup .deco .deco_01 {
  width: min(20.9375vw, 104.6875px);
  right: 3vw;
  top: -6px;
}
@media (min-width: 500px) {
  #vanellope #resortline .resortline_wrap hgroup .deco .deco_01 {
    right: 13px;
    top: -6px;
  }
}
#vanellope #resortline .resortline_wrap hgroup .deco .deco_02 {
  width: min(23.4375vw, 117.1875px);
  left: 1vw;
  top: 3px;
}
@media (min-width: 500px) {
  #vanellope #resortline .resortline_wrap hgroup .deco .deco_02 {
    width: min(22vw, 110px);
    left: 8px;
    top: 20px;
  }
}
#vanellope #resortline .resortline_wrap hgroup .date {
  margin-top: 10px;
}
#vanellope #resortline .resortline_wrap .content-header .-header .mt-back {
  fill: var(--c-lavender);
}
#vanellope #resortline .resortline_wrap .content-header .-header .mt-front {
  fill: var(--c-babypink);
}
#vanellope #resortline .resortline_wrap .container {
  background: var(--c-babypink);
  position: relative;
}
#vanellope #resortline .resortline_wrap .container .deco .deco_03 {
  width: min(12.5vw, 62.5px);
  left: 4vw;
  top: -31vw;
}
@media (min-width: 500px) {
  #vanellope #resortline .resortline_wrap .container .deco .deco_03 {
    left: 30px;
    top: -150px;
  }
}
#vanellope #resortline .resortline_wrap .container .deco .deco_04 {
  width: min(32.1875vw, 160.9375px);
  right: 1vw;
  top: -31vw;
}
@media (min-width: 500px) {
  #vanellope #resortline .resortline_wrap .container .deco .deco_04 {
    right: 9px;
    top: -140px;
  }
}
#vanellope #resortline .resortline_wrap .container .deco .deco_05 {
  width: min(33.125vw, 165.625px);
  right: 10vw;
  bottom: -24vw;
}
@media (min-width: 500px) {
  #vanellope #resortline .resortline_wrap .container .deco .deco_05 {
    right: 30px;
    bottom: -120px;
  }
}
#vanellope #resortline .resortline_wrap .container .resortline_inner {
  padding: 10px 0 40px;
}
#vanellope #resortline .resortline_wrap .-footer .mt-back {
  fill: var(--c-lavender);
}
#vanellope #resortline .resortline_wrap .-footer .mt-front {
  fill: var(--c-babypink);
}

/*	scroll-behavior
-----------------------------------------*/
html {
  scroll-behavior: auto;
}

html.is-smooth {
  scroll-behavior: smooth;
}

body.on-menu {
  overflow: hidden;
}