@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;700&display=swap");
/**
 * Swiper 4.0.7
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2017 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 28, 2017
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-invisible-blank-slide {
  visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

/* 3D Effects */
.swiper-container-3d {
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  touch-action: pan-y;
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  touch-action: pan-x;
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff;
}

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #ffffff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000;
}

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000000;
}

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}

@keyframes hero-deco {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}
@keyframes hero-baloon-hoa {
  0% {
    transform: translate3d(0, 0, 0) rotate(0);
  }
  50% {
    transform: translate3d(0, -8px, 0) rotate(6deg);
  }
  100% {
    transform: translate3d(0, 0, 0) rotate(0);
  }
}
@keyframes hero-baloon-shan {
  0% {
    transform: translate3d(0, 0, 0) rotate(0);
  }
  50% {
    transform: translate3d(0, -8px, 0) rotate(-6deg);
  }
  100% {
    transform: translate3d(0, 0, 0) rotate(0);
  }
}
@keyframes fun-shan {
  0% {
    transform: rotate(-13deg);
  }
  100% {
    transform: rotate(13deg);
  }
}
@keyframes fun-hoa {
  0% {
    transform: rotate(13deg);
  }
  100% {
    transform: rotate(-13deg);
  }
}
@keyframes recommend-deco {
  0% {
    transform: rotate(4deg);
  }
  100% {
    transform: rotate(-4deg);
  }
}
@keyframes what-deco {
  0% {
    background-position: 50% 0%;
  }
  100% {
    background-position: 50% 100%;
  }
}
@keyframes float {
  0% {
    transform: translate3d(0, 0, 0) rotate(0);
  }
  50% {
    transform: translate3d(10px, -20px, 0) rotate(-3deg);
  }
  100% {
    transform: translate3d(-10px, 0, 0) rotate(2deg);
  }
}
.special-hs {
  box-sizing: border-box;
  font-family: "Noto Sans JP", "HiraginoSans-W3", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  color: #000;
  min-width: 1280px;
}
@media all and (max-width: 768px) {
  .special-hs {
    min-width: 0;
  }
}
.special-hs * {
  box-sizing: border-box;
}
.special-hs .container {
  width: 919.5px;
  margin: 0 auto;
  position: relative;
}
@media all and (max-width: 768px) {
  .special-hs .container {
    width: auto;
    padding: 0 5.3333333333vw;
  }
}
.special-hs ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.special-hs li {
  display: block;
}
.special-hs a {
  text-decoration: none;
}
.special-hs p {
  margin: 0;
}
.special-hs .hero {
  height: 727.5px;
  position: relative;
  padding-top: 43.5px;
  overflow: hidden;
}
@media all and (max-width: 768px) {
  .special-hs .hero {
    height: 126.4vw;
    padding-top: 10.6666666667vw;
  }
}
.special-hs .hero__bg {
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  z-index: -1;
}
.special-hs .hero__bg--hoa {
  left: 0;
  background: url(../img/hero_hoa_bg.jpg) 100% 50%/cover no-repeat;
}
@media all and (max-width: 768px) {
  .special-hs .hero__bg--hoa {
    background: url(../img/hero_hoa_bg_sp.jpg) 100% 50%/cover no-repeat;
  }
}
.special-hs .hero__bg--shan {
  left: 50%;
  background: url(../img/hero_shan_bg.jpg) 0% 50%/cover no-repeat;
}
@media all and (max-width: 768px) {
  .special-hs .hero__bg--shan {
    background: url(../img/hero_shan_bg_sp.jpg) 0% 50%/cover no-repeat;
  }
}
.special-hs .hero__deco {
  position: absolute;
  left: 0;
  width: 100%;
  height: 9px;
  background: url(../img/hero_deco.svg) 0 50%/240px 9px repeat-x;
  will-change: background-position;
}
@media all and (max-width: 768px) {
  .special-hs .hero__deco {
    height: 5.8666666667vw;
    background: url(../img/hero_deco_sp.svg) 0 50%/18.6666666667vw 5.8666666667vw repeat-x;
  }
}
.special-hs .hero__deco--top {
  top: 27px;
}
.special-hs .hero__deco--top.is-animated {
  animation: hero-deco 40s linear infinite;
}
@media all and (max-width: 768px) {
  .special-hs .hero__deco--top {
    top: 3.4666666667vw;
  }
  .special-hs .hero__deco--top.is-animated {
    animation: hero-deco 10s linear infinite;
  }
}
.special-hs .hero__deco--bot {
  bottom: 48px;
}
.special-hs .hero__deco--bot.is-animated {
  animation: hero-deco 40s linear reverse infinite;
}
@media all and (max-width: 768px) {
  .special-hs .hero__deco--bot {
    display: none;
  }
}
.special-hs .hero__plate {
  position: absolute;
}
@media all and (max-width: 768px) {
  .special-hs .hero__plate {
    display: none;
  }
}
.special-hs .hero__plate--hoa {
  width: 303.75px;
  height: 204px;
  left: -150px;
  bottom: 25.5px;
  background: url(../img/hero_hoa_plate.png) 50%/cover no-repeat;
}
@media all and (min-width: 1360px) {
  .special-hs .hero__plate--hoa {
    left: 0;
  }
}
.special-hs .hero__plate--shan {
  width: 310.5px;
  height: 207.75px;
  right: -150px;
  bottom: 19.5px;
  background: url(../img/hero_shan_plate.png) 50%/cover no-repeat;
}
@media all and (min-width: 1360px) {
  .special-hs .hero__plate--shan {
    right: 0;
  }
}
.special-hs .hero__ttl {
  margin: 0;
  margin-left: 37.5px;
  text-align: center;
  margin-bottom: -10px;
}
@media all and (max-width: 768px) {
  .special-hs .hero__ttl {
    margin-left: 4vw;
    margin-bottom: 2.6666666667vw;
  }
}
.special-hs .hero__ttl img {
  width: 611.25px;
}
@media all and (max-width: 768px) {
  .special-hs .hero__ttl img {
    width: 83.7333333333vw;
  }
}
.special-hs .hero__products {
  display: flex;
  align-items: center;
  margin: 0 -15px 28.5px;
}
@media all and (max-width: 768px) {
  .special-hs .hero__products {
    margin: 0 0 9.3333333333vw;
    position: relative;
  }
}
.special-hs .hero__hoa {
  width: 50%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-right: 30px;
}
@media all and (max-width: 768px) {
  .special-hs .hero__hoa {
    padding-right: 2.6666666667vw;
  }
}
.special-hs .hero__hoa-cloud {
  position: relative;
}
.special-hs .hero__hoa-cloud.is-animated {
  animation: hero-baloon-hoa 7s ease-in-out infinite alternate-reverse;
}
@media all and (max-width: 768px) {
  .special-hs .hero__hoa-cloud {
    position: absolute;
    left: -3.4666666667vw;
    bottom: 0;
  }
}
.special-hs .hero__hoa-cloud > img {
  width: 290.25px;
}
@media all and (max-width: 768px) {
  .special-hs .hero__hoa-cloud > img {
    width: 29.8666666667vw;
  }
}
.special-hs .hero__hoa-txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
}
.special-hs .hero__hoa-txt img {
  max-width: none;
  width: 205.5px;
}
@media all and (max-width: 768px) {
  .special-hs .hero__hoa-txt img {
    margin-right: 1.0666666667vw;
    width: 20.5333333333vw;
  }
}
@media all and (max-width: 768px) {
  .special-hs .hero__hoa-product {
    position: relative;
    z-index: 1;
  }
}
.special-hs .hero__hoa-product img {
  width: 150.75px;
}
@media all and (max-width: 768px) {
  .special-hs .hero__hoa-product img {
    width: 20vw;
  }
}
.special-hs .hero__shan {
  width: 50%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-left: 30px;
}
@media all and (max-width: 768px) {
  .special-hs .hero__shan {
    padding-left: 2.6666666667vw;
  }
}
.special-hs .hero__shan-cloud {
  position: relative;
}
.special-hs .hero__shan-cloud.is-animated {
  animation: hero-baloon-shan 7s ease-in-out infinite alternate-reverse;
}
@media all and (max-width: 768px) {
  .special-hs .hero__shan-cloud {
    position: absolute;
    top: 0;
    right: -2.4vw;
  }
}
.special-hs .hero__shan-cloud > img {
  width: 290.25px;
}
@media all and (max-width: 768px) {
  .special-hs .hero__shan-cloud > img {
    width: 27.2vw;
  }
}
.special-hs .hero__shan-txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 7.5px 0 0 3px;
}
@media all and (max-width: 768px) {
  .special-hs .hero__shan-txt {
    margin: 1.0666666667vw 0 0;
  }
}
.special-hs .hero__shan-txt img {
  max-width: none;
  width: 206.25px;
}
@media all and (max-width: 768px) {
  .special-hs .hero__shan-txt img {
    width: 23.2vw;
  }
}
@media all and (max-width: 768px) {
  .special-hs .hero__shan-product {
    position: relative;
    z-index: 1;
  }
}
.special-hs .hero__shan-product img {
  width: 150.75px;
}
@media all and (max-width: 768px) {
  .special-hs .hero__shan-product img {
    width: 20vw;
  }
}
.special-hs .hero__action {
  text-align: center;
}
.special-hs .hero__btn {
  width: 360px;
  height: 61.5px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 19.5px;
  font-weight: 500;
  color: #CE000B;
  background: #fff;
  border-radius: 35.25px;
  letter-spacing: 0.1em;
  transition: transform 0.3s;
  will-change: transform;
}
@media all and (max-width: 768px) {
  .special-hs .hero__btn {
    width: 74.1333333333vw;
    height: 12.5333333333vw;
    font-size: 4.2666666667vw;
    border-radius: 12.5333333333vw;
  }
}
@media all and (min-width: 769px) {
  .special-hs .hero__btn:hover {
    transform: scale(1.2);
  }
}
.special-hs .internal-nav {
  background: #D0C151;
}
@media all and (max-width: 768px) {
  .special-hs .internal-nav {
    background: none;
    margin-top: -12.5333333333vw;
    position: relative;
    z-index: 1;
  }
}
.special-hs .internal-nav__list {
  display: flex;
  align-items: stretch;
}
@media all and (max-width: 768px) {
  .special-hs .internal-nav__list {
    margin: 0 -5.3333333333vw;
  }
}
.special-hs .internal-nav__item {
  width: 25%;
}
.special-hs .internal-nav__item a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 95.25px;
  font-size: 18px;
  color: #fff;
  letter-spacing: 0.3em;
  line-height: 1.333;
  font-weight: 500;
  position: relative;
  padding-bottom: 10.5px;
  transition: color 0.3s;
  will-change: color;
}
@media all and (max-width: 768px) {
  .special-hs .internal-nav__item a {
    height: 24.8vw;
    font-size: 3.2vw;
    color: #000;
    letter-spacing: 0;
    background: url(../img/nav_bg_sp.png) 50%/cover no-repeat;
    padding-bottom: 0.15em;
  }
}
.special-hs .internal-nav__item a::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 10.5px;
  width: 16.5px;
  height: 9.75px;
  background: url(../img/icon_arrow.svg) 50%/contain no-repeat;
  margin-left: -8.25px;
  transition: transform 0.3s;
  will-change: transform;
}
@media all and (max-width: 768px) {
  .special-hs .internal-nav__item a::before {
    background: url(../img/icon_arrow_black.svg) 50%/contain no-repeat;
    bottom: 5.3333333333vw;
    width: 2.6666666667vw;
    height: 1.6vw;
    margin-left: -1.3333333333vw;
  }
}
@media all and (min-width: 769px) {
  .special-hs .internal-nav__item a:hover {
    color: #000;
  }
  .special-hs .internal-nav__item a:hover::before {
    transform: translateY(4px);
    background: url(../img/icon_arrow_black.svg) 50%/contain no-repeat;
  }
}
@media all and (min-width: 769px) {
  .special-hs .internal-nav__item:not(:last-child) a::after {
    content: "";
    display: block;
    position: absolute;
    top: 10.5px;
    bottom: 10.5px;
    right: 0;
    width: 1.5px;
    background: #fff;
  }
}
.special-hs .fun {
  padding-top: 63.75px;
  padding-bottom: 86.25px;
  background: url(../img/fun_bg.jpg) 50% 100%/1920px auto no-repeat;
  position: relative;
  overflow: hidden;
}
@media all and (max-width: 768px) {
  .special-hs .fun {
    padding-top: 21.3333333333vw;
    margin-top: -12.5333333333vw;
    background: none;
    padding-bottom: 0;
  }
}
.special-hs .fun__deco {
  position: absolute;
}
@media all and (max-width: 768px) {
  .special-hs .fun__deco {
    display: none;
  }
}
.special-hs .fun__deco--01 {
  top: -9.75px;
  left: -273.75px;
}
.special-hs .fun__deco--01 img {
  width: 194.25px;
}
.special-hs .fun__deco--02 {
  top: 112.5px;
  left: -367.5px;
}
.special-hs .fun__deco--02 img {
  width: 179.25px;
}
.special-hs .fun__deco--03 {
  top: -22.5px;
  right: -243.75px;
}
.special-hs .fun__deco--03 img {
  width: 202.5px;
}
.special-hs .fun__deco--04 {
  top: 30px;
  left: -105px;
}
.special-hs .fun__deco--04 img {
  width: 202.5px;
}
.special-hs .fun__deco--05 {
  top: 170.25px;
  left: -221.25px;
}
.special-hs .fun__deco--05 img {
  width: 249px;
}
.special-hs .fun__deco--06 {
  top: 161.25px;
  right: -153.75px;
}
.special-hs .fun__deco--06 img {
  width: 194.25px;
}
.special-hs .fun__deco--07 {
  top: 277.5px;
  right: -243.75px;
}
.special-hs .fun__deco--07 img {
  width: 179.25px;
}
.special-hs .fun__deco--08 {
  top: 71.25px;
  right: -288.75px;
}
.special-hs .fun__deco--08 img {
  width: 202.5px;
}
.special-hs .fun__deco--09 {
  top: 198.75px;
  right: -187.5px;
}
.special-hs .fun__deco--09 img {
  width: 249px;
}
.special-hs .fun__deco--10 {
  top: 78.75px;
  left: -247.5px;
}
.special-hs .fun__deco--10 img {
  width: 249px;
}
.special-hs .fun__deco--11 {
  top: 206.25px;
  left: -97.5px;
}
.special-hs .fun__deco--11 img {
  width: 202.5px;
}
@media all and (max-width: 768px) {
  .special-hs .fun__bg-sp {
    background: url(../img/fun_bg_sp.jpg) 50%/cover no-repeat;
  }
}
.special-hs .fun .container {
  position: relative;
  z-index: 1;
}
.special-hs .fun__header {
  display: flex;
  justify-content: center;
  margin-bottom: 24.75px;
}
@media all and (max-width: 768px) {
  .special-hs .fun__header {
    margin-bottom: 6.1333333333vw;
  }
}
.special-hs .fun__ttl {
  text-align: center;
  margin: 15px 67.5px 7.5px;
}
@media all and (max-width: 768px) {
  .special-hs .fun__ttl {
    margin: 0 2.6666666667vw;
  }
}
.special-hs .fun__ttl img {
  width: 234.75px;
}
@media all and (max-width: 768px) {
  .special-hs .fun__ttl img {
    width: 46.4vw;
  }
}
.special-hs .fun__ttl-deco img {
  width: 126px;
}
@media all and (max-width: 768px) {
  .special-hs .fun__ttl-deco img {
    width: 16.8vw;
  }
}
.special-hs .fun__subttl {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 142.5px;
  background: url(../img/fun_subttl_bg.jpg) 50%/cover no-repeat;
  margin-top: 0;
  margin-bottom: 56.25px;
}
@media all and (max-width: 768px) {
  .special-hs .fun__subttl {
    height: 20.5333333333vw;
    background: url(../img/fun_subttl_bg_sp.jpg) 50%/cover no-repeat;
    margin-bottom: 8vw;
  }
}
.special-hs .fun__subttl img {
  width: 456px;
}
@media all and (max-width: 768px) {
  .special-hs .fun__subttl img {
    width: 69.6vw;
  }
}
.special-hs .fun-gyoza {
  position: relative;
  margin-bottom: 37.5px;
}
@media all and (max-width: 768px) {
  .special-hs .fun-gyoza {
    margin-bottom: 13.3333333333vw;
  }
}
.special-hs .fun-gyoza__img {
  position: relative;
  margin-left: -37.5px;
  z-index: 1;
}
@media all and (max-width: 768px) {
  .special-hs .fun-gyoza__img {
    margin-left: 0;
  }
}
.special-hs .fun-gyoza__img img {
  width: 443.25px;
}
@media all and (max-width: 768px) {
  .special-hs .fun-gyoza__img img {
    width: 44.5333333333vw;
  }
}
.special-hs .fun-gyoza__baloon {
  position: absolute;
  top: 3.75px;
  right: -9.75px;
  z-index: 1;
  transform-origin: 0 50%;
}
@media all and (max-width: 768px) {
  .special-hs .fun-gyoza__baloon {
    top: 0;
    right: 0;
  }
}
.special-hs .fun-gyoza__baloon img {
  width: 546px;
}
@media all and (max-width: 768px) {
  .special-hs .fun-gyoza__baloon img {
    width: 53.3333333333vw;
  }
}
.special-hs .fun-gyoza__name {
  position: absolute;
  left: 50%;
  bottom: 38.25px;
  margin-left: -24.75px;
}
@media all and (max-width: 768px) {
  .special-hs .fun-gyoza__name {
    bottom: -3.2vw;
    margin-left: 6.1333333333vw;
  }
}
.special-hs .fun-gyoza__txt img {
  width: 165px;
}
@media all and (max-width: 768px) {
  .special-hs .fun-gyoza__txt img {
    width: 18.9333333333vw;
  }
}
.special-hs .fun-gyoza__product {
  position: absolute;
  top: -20.25px;
  right: -75px;
  transform: rotate(-13deg);
}
.special-hs .fun-gyoza__product.is-animated {
  animation: fun-shan 1s steps(2, jump-none) infinite alternate;
}
@media all and (max-width: 768px) {
  .special-hs .fun-gyoza__product {
    top: -4.2666666667vw;
    right: -11.2vw;
  }
}
.special-hs .fun-gyoza__product img {
  width: 55.5px;
}
@media all and (max-width: 768px) {
  .special-hs .fun-gyoza__product img {
    width: 9.0666666667vw;
  }
}
.special-hs .fun-mabo {
  position: relative;
  margin-bottom: 67.5px;
}
@media all and (max-width: 768px) {
  .special-hs .fun-mabo {
    padding-bottom: 29.3333333333vw;
    margin-bottom: 8vw;
  }
}
.special-hs .fun-mabo__img {
  position: relative;
  text-align: right;
  margin-right: -84px;
  z-index: 1;
}
@media all and (max-width: 768px) {
  .special-hs .fun-mabo__img {
    margin-right: 0;
  }
}
.special-hs .fun-mabo__img img {
  width: 456px;
}
@media all and (max-width: 768px) {
  .special-hs .fun-mabo__img img {
    width: 47.4666666667vw;
  }
}
.special-hs .fun-mabo__baloon {
  position: absolute;
  top: 7.5px;
  left: 0;
  z-index: 1;
  transform-origin: 100% 50%;
}
@media all and (max-width: 768px) {
  .special-hs .fun-mabo__baloon {
    top: 2.6666666667vw;
    left: 0;
  }
}
.special-hs .fun-mabo__baloon img {
  width: 566.25px;
}
@media all and (max-width: 768px) {
  .special-hs .fun-mabo__baloon img {
    width: 50.4vw;
  }
}
.special-hs .fun-mabo__name {
  position: absolute;
  left: 50%;
  bottom: 50px;
  margin-left: -290.25px;
}
@media all and (max-width: 768px) {
  .special-hs .fun-mabo__name {
    bottom: 18.6666666667vw;
    margin-left: -40vw;
  }
}
.special-hs .fun-mabo__txt img {
  width: 262.5px;
}
@media all and (max-width: 768px) {
  .special-hs .fun-mabo__txt img {
    width: 32vw;
  }
}
.special-hs .fun-mabo__product {
  position: absolute;
  top: -15px;
  right: -75px;
  transform: rotate(13deg);
}
.special-hs .fun-mabo__product.is-animated {
  animation: fun-hoa 1s steps(2, jump-none) infinite alternate;
}
@media all and (max-width: 768px) {
  .special-hs .fun-mabo__product {
    top: -4.5333333333vw;
    right: -11.7333333333vw;
  }
}
.special-hs .fun-mabo__product img {
  width: 55.5px;
}
@media all and (max-width: 768px) {
  .special-hs .fun-mabo__product img {
    width: 9.0666666667vw;
  }
}
.special-hs .fun-chinja {
  position: relative;
  margin-bottom: 7.5px;
}
@media all and (max-width: 768px) {
  .special-hs .fun-chinja {
    margin-bottom: 21.3333333333vw;
  }
}
.special-hs .fun-chinja__img {
  position: relative;
  margin-left: -90px;
  z-index: 1;
}
@media all and (max-width: 768px) {
  .special-hs .fun-chinja__img {
    margin-left: 0;
  }
}
.special-hs .fun-chinja__img img {
  width: 486.75px;
}
@media all and (max-width: 768px) {
  .special-hs .fun-chinja__img img {
    width: 53.0666666667vw;
  }
}
.special-hs .fun-chinja__baloon {
  position: absolute;
  top: 25.5px;
  right: 5.25px;
  z-index: 1;
  transform-origin: 0 50%;
}
@media all and (max-width: 768px) {
  .special-hs .fun-chinja__baloon {
    top: 0;
    right: 0;
  }
}
.special-hs .fun-chinja__baloon img {
  width: 499.5px;
}
@media all and (max-width: 768px) {
  .special-hs .fun-chinja__baloon img {
    width: 53.6vw;
  }
}
.special-hs .fun-chinja__name {
  position: absolute;
  left: 46.5px;
  bottom: -82.5px;
}
@media all and (max-width: 768px) {
  .special-hs .fun-chinja__name {
    left: 9.6vw;
    bottom: -12vw;
  }
}
.special-hs .fun-chinja__txt img {
  width: 264px;
}
@media all and (max-width: 768px) {
  .special-hs .fun-chinja__txt img {
    width: 32.5333333333vw;
  }
}
.special-hs .fun-chinja__product {
  position: absolute;
  top: -38.25px;
  right: -75px;
  transform: rotate(-13deg);
}
.special-hs .fun-chinja__product.is-animated {
  animation: fun-shan 1s steps(2, jump-none) infinite alternate;
}
@media all and (max-width: 768px) {
  .special-hs .fun-chinja__product {
    top: -5.0666666667vw;
    right: -11.7333333333vw;
  }
}
.special-hs .fun-chinja__product img {
  width: 55.5px;
}
@media all and (max-width: 768px) {
  .special-hs .fun-chinja__product img {
    width: 9.0666666667vw;
  }
}
.special-hs .fun-hoiko {
  position: relative;
  margin-bottom: 67.5px;
}
@media all and (max-width: 768px) {
  .special-hs .fun-hoiko {
    padding-bottom: 26.6666666667vw;
    margin-bottom: 5.3333333333vw;
  }
}
.special-hs .fun-hoiko__img {
  position: relative;
  text-align: right;
  margin-right: -75px;
  z-index: 1;
}
@media all and (max-width: 768px) {
  .special-hs .fun-hoiko__img {
    margin-right: 0;
  }
}
.special-hs .fun-hoiko__img img {
  width: 474.75px;
}
@media all and (max-width: 768px) {
  .special-hs .fun-hoiko__img img {
    width: 46.4vw;
  }
}
.special-hs .fun-hoiko__baloon {
  position: absolute;
  top: 126px;
  left: 30px;
  z-index: 1;
  transform-origin: 100% 50%;
}
@media all and (max-width: 768px) {
  .special-hs .fun-hoiko__baloon {
    top: -1.3333333333vw;
    left: 0;
  }
}
.special-hs .fun-hoiko__baloon img {
  width: 477px;
}
@media all and (max-width: 768px) {
  .special-hs .fun-hoiko__baloon img {
    width: 52.5333333333vw;
  }
}
.special-hs .fun-hoiko__name {
  position: absolute;
  right: 67.5px;
  bottom: -97.5px;
}
@media all and (max-width: 768px) {
  .special-hs .fun-hoiko__name {
    right: 15.2vw;
    bottom: 12.8vw;
  }
}
.special-hs .fun-hoiko__txt img {
  width: 201.75px;
}
@media all and (max-width: 768px) {
  .special-hs .fun-hoiko__txt img {
    width: 25.3333333333vw;
  }
}
.special-hs .fun-hoiko__product {
  position: absolute;
  top: -30px;
  left: -75px;
  transform: rotate(13deg);
}
.special-hs .fun-hoiko__product.is-animated {
  animation: fun-hoa 1s steps(2, jump-none) infinite alternate;
}
@media all and (max-width: 768px) {
  .special-hs .fun-hoiko__product {
    top: -5.3333333333vw;
    left: -11.2vw;
  }
}
.special-hs .fun-hoiko__product img {
  width: 55.5px;
}
@media all and (max-width: 768px) {
  .special-hs .fun-hoiko__product img {
    width: 9.0666666667vw;
  }
}
.special-hs .menu {
  padding-top: 67.5px;
  margin-bottom: 60px;
}
@media all and (max-width: 768px) {
  .special-hs .menu {
    padding-top: 0;
    margin-bottom: 6.6666666667vw;
  }
}
.special-hs .menu__header {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 52.5px;
}
@media all and (max-width: 768px) {
  .special-hs .menu__header {
    margin-bottom: 10.6666666667vw;
    align-items: flex-start;
    justify-content: space-between;
  }
}
.special-hs .menu__ttl {
  margin: 0 105px;
}
@media all and (max-width: 768px) {
  .special-hs .menu__ttl {
    margin: 0;
    padding: 3.7333333333vw 0;
  }
}
.special-hs .menu__ttl img {
  width: 375.75px;
}
@media all and (max-width: 768px) {
  .special-hs .menu__ttl img {
    width: 63.4666666667vw;
  }
}
.special-hs .menu__ttl-deco img {
  width: 105px;
}
@media all and (max-width: 768px) {
  .special-hs .menu__ttl-deco img {
    width: 11.7333333333vw;
  }
}
.special-hs .menu__ttl-deco--02 {
  transform: rotate(180deg);
  margin-top: 11.25px;
}
@media all and (max-width: 768px) {
  .special-hs .menu__ttl-deco--02 {
    margin-top: 0;
    align-self: flex-end;
  }
}
.special-hs .menu__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.special-hs .menu__item {
  width: 33.33%;
}
.special-hs .menu__item:not(:nth-child(-n+3)) {
  margin-top: 33.75px;
}
@media all and (max-width: 768px) {
  .special-hs .menu__item:not(:nth-child(-n+3)) {
    margin-top: 9.3333333333vw;
  }
}
.special-hs .menu__img {
  height: 161.25px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-bottom: 27px;
}
@media all and (max-width: 768px) {
  .special-hs .menu__img {
    height: 16vw;
    margin-bottom: 2.6666666667vw;
    padding: 0 2.6666666667vw;
  }
  .special-hs .menu__img img {
    max-height: 100%;
  }
}
@media all and (min-width: 769px) {
  .special-hs .menu__img--01 img {
    width: 200.25px;
  }
  .special-hs .menu__img--02 img {
    width: 235.5px;
  }
  .special-hs .menu__img--03 img {
    width: 251.25px;
  }
  .special-hs .menu__img--04 img {
    width: 231.75px;
  }
  .special-hs .menu__img--05 img {
    width: 240px;
  }
  .special-hs .menu__img--06 img {
    width: 239.25px;
  }
}
.special-hs .menu__txt {
  text-align: center;
}
@media all and (min-width: 769px) {
  .special-hs .menu__txt--01 img {
    width: 132px;
  }
  .special-hs .menu__txt--02 img {
    width: 133.5px;
  }
  .special-hs .menu__txt--03 img {
    width: 134.25px;
  }
  .special-hs .menu__txt--04 img {
    width: 180px;
  }
  .special-hs .menu__txt--05 img {
    width: 109.5px;
  }
  .special-hs .menu__txt--06 img {
    width: 226.5px;
  }
}
@media all and (max-width: 768px) {
  .special-hs .menu__txt--01 img {
    width: 19.4666666667vw;
  }
  .special-hs .menu__txt--02 img {
    width: 20vw;
  }
  .special-hs .menu__txt--03 img {
    width: 19.4666666667vw;
  }
  .special-hs .menu__txt--04 img {
    width: 25.0666666667vw;
  }
  .special-hs .menu__txt--05 img {
    width: 15.4666666667vw;
  }
  .special-hs .menu__txt--06 img {
    width: 30.4vw;
  }
}
.special-hs .recommend {
  background: url(../img/recommend_bg.svg) 50%/auto 100% repeat-x;
  padding-top: 78.75px;
  padding-bottom: 90px;
}
@media all and (max-width: 768px) {
  .special-hs .recommend {
    background: url(../img/recommend_bg_sp.jpg) 50%/auto 100% repeat-x;
    padding-top: 14.4vw;
    padding-bottom: 14.4vw;
  }
}
.special-hs .recommend .container {
  position: relative;
}
.special-hs .recommend__deco {
  position: absolute;
  top: -7.5px;
  transform-origin: 50% 0;
}
.special-hs .recommend__deco.is-animated {
  animation: recommend-deco 4s ease-in-out infinite alternate-reverse;
}
.special-hs .recommend__deco img {
  width: 83.25px;
}
@media all and (max-width: 768px) {
  .special-hs .recommend__deco img {
    width: 7.7333333333vw;
  }
}
.special-hs .recommend__deco--01 {
  left: 60px;
}
@media all and (max-width: 768px) {
  .special-hs .recommend__deco--01 {
    left: 5.3333333333vw;
  }
}
.special-hs .recommend__deco--02 {
  right: 60px;
  animation-delay: 2s;
}
@media all and (max-width: 768px) {
  .special-hs .recommend__deco--02 {
    right: 5.3333333333vw;
  }
}
.special-hs .recommend__header {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 45px;
}
@media all and (max-width: 768px) {
  .special-hs .recommend__header {
    margin-bottom: 4vw;
  }
}
.special-hs .recommend__ttl {
  margin: 0;
}
.special-hs .recommend__ttl img {
  width: 459.75px;
}
@media all and (max-width: 768px) {
  .special-hs .recommend__ttl img {
    width: 71.2vw;
  }
}
.special-hs .recommend .swiper-slide {
  height: auto;
  align-self: stretch;
}
.special-hs .recommend .swiper-button-next {
  width: 98.25px;
  height: 98.25px;
  background: url(../img/icon_slider_next.svg) 50%/contain no-repeat;
  margin-top: -56.25px;
  right: 0;
  transition: transform 0.3s;
  outline: 0 !important;
}
@media all and (max-width: 768px) {
  .special-hs .recommend .swiper-button-next {
    width: 9.6vw;
    height: 9.6vw;
    margin-top: -4.8vw;
    right: 5.3333333333vw;
  }
}
.special-hs .recommend .swiper-button-next::after {
  content: none;
}
@media all and (min-width: 1360px) {
  .special-hs .recommend .swiper-button-next {
    right: -45px;
  }
}
@media all and (min-width: 769px) {
  .special-hs .recommend .swiper-button-next:hover {
    transform: scale(1.2);
  }
}
.special-hs .recommend .swiper-button-prev {
  width: 98.25px;
  height: 98.25px;
  background: url(../img/icon_slider_prev.svg) 50%/contain no-repeat;
  margin-top: -56.25px;
  left: 0;
  transition: transform 0.3s;
  outline: 0 !important;
}
@media all and (max-width: 768px) {
  .special-hs .recommend .swiper-button-prev {
    width: 9.6vw;
    height: 9.6vw;
    margin-top: -4.8vw;
    left: 5.3333333333vw;
  }
}
.special-hs .recommend .swiper-button-prev::after {
  content: none;
}
@media all and (min-width: 1360px) {
  .special-hs .recommend .swiper-button-prev {
    left: -45px;
  }
}
@media all and (min-width: 769px) {
  .special-hs .recommend .swiper-button-prev:hover {
    transform: scale(1.2);
  }
}
.special-hs .recommend .swiper-button-disabled {
  display: none;
}
.special-hs .recommend-card {
  height: 100%;
  display: flex;
  flex-direction: column;
  text-align: center;
}
.special-hs .recommend-card__img {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 288.75px;
  margin-bottom: 15px;
}
@media all and (max-width: 768px) {
  .special-hs .recommend-card__img {
    height: 33.3333333333vw;
    margin-bottom: 0;
  }
}
.special-hs .recommend-card__img img {
  width: 450px;
}
@media all and (max-width: 768px) {
  .special-hs .recommend-card__img img {
    width: 50.6666666667vw;
  }
}
.special-hs .recommend-card__ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 11.25px;
}
.special-hs .recommend-card__ttl-img {
  margin-right: 22.5px;
}
@media all and (max-width: 768px) {
  .special-hs .recommend-card__ttl-img {
    margin-right: 2.1333333333vw;
  }
}
.special-hs .recommend-card__ttl-img img {
  width: 219.75px;
}
@media all and (max-width: 768px) {
  .special-hs .recommend-card__ttl-img img {
    width: 30.1333333333vw;
  }
}
.special-hs .recommend-card__product {
  width: 66px;
  transform: rotate(10deg);
}
@media all and (max-width: 768px) {
  .special-hs .recommend-card__product {
    width: 9.0666666667vw;
  }
}
.special-hs .recommend-card__txt {
  font-size: 24px;
  font-weight: bold;
  color: #313131;
  letter-spacing: 0.35em;
  line-height: 1.5;
  background: #fff;
  padding: 24px 33px;
  text-align: justify;
  max-width: 675px;
  margin: auto auto 0;
}
@media all and (max-width: 768px) {
  .special-hs .recommend-card__txt {
    font-size: 3.7333333333vw;
    padding: 0.8em 1.2em;
    max-width: 100%;
    margin: auto 0 0;
  }
}
.special-hs .recommend-card--karaage .recommend-card__product.is-animated {
  animation: fun-shan 1s steps(2, jump-none) infinite alternate;
}
@media all and (min-width: 769px) {
  .special-hs .recommend-card--curry .recommend-card__img img {
    width: 449.25px;
  }
}
.special-hs .recommend-card--curry .recommend-card__product.is-animated {
  animation: fun-hoa 1s steps(2, jump-none) infinite alternate;
}
.special-hs .recommend-card--curry .recommend-card__ttl-img img {
  width: 191.25px;
}
@media all and (max-width: 768px) {
  .special-hs .recommend-card--curry .recommend-card__ttl-img img {
    width: 24.2666666667vw;
  }
}
.special-hs .cta {
  padding-top: 45px;
  margin-bottom: 112.5px;
}
@media all and (max-width: 768px) {
  .special-hs .cta {
    padding-top: 8vw;
    margin-bottom: 26.6666666667vw;
  }
}
.special-hs .cta__action {
  display: flex;
  justify-content: center;
}
.special-hs .cta__note {
  max-width: 594px;
  margin: 15px auto 0;
}
@media all and (max-width: 768px) {
  .special-hs .cta__note {
    max-width: 100%;
    margin-top: 4.2666666667vw;
  }
}
.special-hs .cta__note p {
  font-size: 13.5px;
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin-left: 1.5em;
  text-indent: -1.5em;
  word-break: break-all;
  text-align: justify;
}
@media all and (max-width: 768px) {
  .special-hs .cta__note p {
    font-size: 3.2vw;
  }
}
.special-hs .cta__btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 31px;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #fff;
  background: #4FA923;
  width: 594px;
  height: 96px;
  border-radius: 48px;
  padding-bottom: 0.15em;
  transition: transform 0.3s;
  will-change: transform;
}
@media all and (max-width: 768px) {
  .special-hs .cta__btn {
    font-size: 4.2666666667vw;
    width: 83.2vw;
    height: 14.4vw;
    border-radius: 20.5333333333vw;
    padding-bottom: 0;
  }
}
@media all and (min-width: 769px) {
  .special-hs .cta__btn:hover {
    transform: scale(1.1);
  }
}
.special-hs .cta--bot {
  padding-top: 0;
}
.special-hs .cta--points {
  padding-top: 0;
  margin-bottom: 90px;
}
@media all and (max-width: 768px) {
  .special-hs .cta--points {
    padding-top: 0;
    margin-bottom: 8vw;
  }
}
.special-hs .lineup {
  overflow: hidden;
  margin-bottom: 60px;
}
@media all and (max-width: 768px) {
  .special-hs .lineup {
    margin-bottom: 0;
  }
}
.special-hs .lineup__header {
  display: flex;
  justify-content: center;
  margin-bottom: 63.75px;
}
@media all and (max-width: 768px) {
  .special-hs .lineup__header {
    margin-bottom: 8.5333333333vw;
  }
}
.special-hs .lineup__ttl {
  text-align: center;
  margin: 15px 67.5px 7.5px;
}
@media all and (max-width: 768px) {
  .special-hs .lineup__ttl {
    margin: 0 9.6vw;
  }
}
.special-hs .lineup__ttl img {
  width: 270.75px;
}
@media all and (max-width: 768px) {
  .special-hs .lineup__ttl img {
    width: 25.6vw;
  }
}
.special-hs .lineup__ttl-deco img {
  width: 126px;
}
@media all and (max-width: 768px) {
  .special-hs .lineup__ttl-deco img {
    width: 14.6666666667vw;
  }
}
.special-hs .lineup-card {
  position: relative;
  height: 450px;
}
@media all and (max-width: 768px) {
  .special-hs .lineup-card {
    height: auto;
    padding: 8vw 0 24vw;
  }
}
.special-hs .lineup-card__bg {
  position: absolute;
  width: 50%;
  left: 0;
  top: 0;
  bottom: 0;
  background: #000;
}
@media all and (max-width: 768px) {
  .special-hs .lineup-card__bg {
    display: none;
  }
}
.special-hs .lineup-card__food {
  position: absolute;
  top: 26.25px;
  right: -39px;
}
@media all and (max-width: 768px) {
  .special-hs .lineup-card__food {
    top: 17.8666666667vw;
    right: 38.6666666667vw;
  }
}
.special-hs .lineup-card__inner {
  display: flex;
}
@media all and (max-width: 768px) {
  .special-hs .lineup-card__inner {
    flex-direction: row-reverse;
    justify-content: space-between;
  }
}
.special-hs .lineup-card__product {
  width: 50%;
  position: relative;
}
@media all and (max-width: 768px) {
  .special-hs .lineup-card__product {
    width: 23.4666666667vw;
  }
}
.special-hs .lineup-card__product-name {
  margin-top: 15px;
}
@media all and (max-width: 768px) {
  .special-hs .lineup-card__product-name {
    display: none;
  }
}
.special-hs .lineup-card__product-img {
  position: absolute;
  top: -19.5px;
  right: 33.75px;
}
@media all and (max-width: 768px) {
  .special-hs .lineup-card__product-img {
    top: 5.0666666667vw;
    right: 0;
  }
}
.special-hs .lineup-card__product-img img {
  width: 181.5px;
}
@media all and (max-width: 768px) {
  .special-hs .lineup-card__product-img img {
    width: 23.4666666667vw;
  }
}
.special-hs .lineup-card__body {
  width: 50%;
  padding-left: 42px;
  padding-right: 61.5px;
}
@media all and (max-width: 768px) {
  .special-hs .lineup-card__body {
    width: 57.3333333333vw;
    padding: 0;
  }
}
.special-hs .lineup-card__brand {
  margin-top: -6px;
  margin-bottom: 15px;
}
@media all and (max-width: 768px) {
  .special-hs .lineup-card__brand {
    display: flex;
    align-items: center;
    margin-top: 0;
    margin-bottom: 3.2vw;
  }
}
.special-hs .lineup-card__brand-txt {
  font-size: 27px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  margin-right: 3.75px;
}
@media all and (max-width: 768px) {
  .special-hs .lineup-card__brand-txt {
    font-size: 5.0666666667vw;
    margin-right: 2.6666666667vw;
    color: #fff;
    padding-bottom: 0.15em;
  }
}
@media all and (max-width: 768px) {
  .special-hs .lineup-card__brand-img {
    width: 27.2vw;
    height: 4.8vw;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    border-radius: 1.0666666667vw;
  }
}
.special-hs .lineup-card__brand-img img {
  width: 198.75px;
}
@media all and (max-width: 768px) {
  .special-hs .lineup-card__brand-img img {
    width: 21.6vw;
  }
}
.special-hs .lineup-card__ttl {
  margin: 0 0 21px;
}
@media all and (max-width: 768px) {
  .special-hs .lineup-card__ttl {
    margin: 0 0 6.9333333333vw;
  }
}
.special-hs .lineup-card__txt {
  font-size: 18px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.3em;
  text-align: justify;
  margin-bottom: 30px;
}
@media all and (max-width: 768px) {
  .special-hs .lineup-card__txt {
    font-size: 4.2666666667vw;
    line-height: 1.25;
    margin-bottom: 0;
  }
}
@media all and (max-width: 768px) {
  .special-hs .lineup-card__action {
    position: absolute;
    bottom: -16vw;
    left: 50%;
    transform: translateX(-50%);
  }
}
.special-hs .lineup-card__btn {
  border: 2.25px solid #8A8A8A;
  border-radius: 24.75px;
  width: 313.5px;
  height: 49.5px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 21px;
  font-weight: 500;
  letter-spacing: 0.2em;
  background: #fff;
  color: #585757;
  position: relative;
  transition: all 0.3s;
}
@media all and (max-width: 768px) {
  .special-hs .lineup-card__btn {
    border: 0;
    border-radius: 11.2vw;
    width: 48vw;
    height: 9.0666666667vw;
    font-size: 4.2666666667vw;
    color: #000;
    padding-right: 1em;
  }
}
.special-hs .lineup-card__btn::after {
  content: "";
  display: block;
  position: absolute;
  width: 16.5px;
  height: 9.75px;
  background: url(../img/icon_arrow_gray.svg) 50%/contain no-repeat;
  top: 18.75px;
  right: 37.5px;
  transition: transform 0.3s;
  will-change: transform;
}
@media all and (max-width: 768px) {
  .special-hs .lineup-card__btn::after {
    width: 4.2666666667vw;
    height: 2.4vw;
    background: url(../img/icon_arrow_black.svg) 50%/contain no-repeat;
    top: 3.4666666667vw;
    right: 5.6vw;
  }
}
@media all and (max-width: 768px) {
  .special-hs .lineup-card--shan {
    background: #000;
    color: #fff;
  }
}
@media all and (min-width: 769px) {
  .special-hs .lineup-card--shan .lineup-card__product-name img {
    width: 259.5px;
  }
}
.special-hs .lineup-card--shan .lineup-card__food img {
  width: 417px;
}
@media all and (max-width: 768px) {
  .special-hs .lineup-card--shan .lineup-card__food img {
    width: 53.0666666667vw;
  }
}
.special-hs .lineup-card--shan .lineup-card__ttl img {
  width: 241.5px;
}
@media all and (max-width: 768px) {
  .special-hs .lineup-card--shan .lineup-card__ttl img {
    width: 48.2666666667vw;
  }
}
@media all and (min-width: 769px) {
  .special-hs .lineup-card--shan .lineup-card__btn:hover {
    background: #000;
    color: #fff;
    border-color: #000;
  }
  .special-hs .lineup-card--shan .lineup-card__btn:hover::after {
    background: url(../img/icon_arrow.svg) 50%/contain no-repeat;
  }
}
@media all and (max-width: 768px) {
  .special-hs .lineup-card--hoa {
    background: #AB0007;
    color: #fff;
  }
}
.special-hs .lineup-card--hoa .lineup-card__bg {
  background: #AB0007;
  left: 50%;
}
@media all and (min-width: 769px) {
  .special-hs .lineup-card--hoa .lineup-card__product-name img {
    width: 247.5px;
  }
}
.special-hs .lineup-card--hoa .lineup-card__food {
  right: auto;
  top: 82.5px;
  left: -105px;
}
@media all and (max-width: 768px) {
  .special-hs .lineup-card--hoa .lineup-card__food {
    top: 21.3333333333vw;
    left: 41.6vw;
  }
}
.special-hs .lineup-card--hoa .lineup-card__food img {
  width: 468px;
}
@media all and (max-width: 768px) {
  .special-hs .lineup-card--hoa .lineup-card__food img {
    width: 56.8vw;
  }
}
.special-hs .lineup-card--hoa .lineup-card__inner {
  flex-direction: row-reverse;
}
@media all and (max-width: 768px) {
  .special-hs .lineup-card--hoa .lineup-card__inner {
    flex-direction: row;
  }
}
.special-hs .lineup-card--hoa .lineup-card__product-name {
  text-align: right;
}
.special-hs .lineup-card--hoa .lineup-card__product-img {
  right: auto;
  left: 33.75px;
}
@media all and (max-width: 768px) {
  .special-hs .lineup-card--hoa .lineup-card__product-img {
    top: 0;
    left: 0;
  }
}
.special-hs .lineup-card--hoa .lineup-card__body {
  padding: 41.25px 42px 0 57px;
}
@media all and (max-width: 768px) {
  .special-hs .lineup-card--hoa .lineup-card__body {
    padding: 0;
    width: 54.6666666667vw;
  }
}
.special-hs .lineup-card--hoa .lineup-card__ttl img {
  width: 246px;
}
@media all and (max-width: 768px) {
  .special-hs .lineup-card--hoa .lineup-card__ttl img {
    width: 48.2666666667vw;
  }
}
@media all and (max-width: 768px) {
  .special-hs .lineup-card--hoa .lineup-card__btn {
    color: #AB0007;
  }
  .special-hs .lineup-card--hoa .lineup-card__btn::after {
    background: url(../img/icon_arrow_red.svg) 50%/contain no-repeat;
  }
}
@media all and (min-width: 769px) {
  .special-hs .lineup-card--hoa .lineup-card__btn:hover {
    background: #AB0007;
    color: #fff;
    border-color: #AB0007;
  }
  .special-hs .lineup-card--hoa .lineup-card__btn:hover::after {
    background: url(../img/icon_arrow.svg) 50%/contain no-repeat;
  }
}
.special-hs .what {
  overflow: hidden;
}
.special-hs .what .container {
  position: relative;
  padding-top: 63.75px;
  padding-bottom: 63.75px;
}
@media all and (max-width: 768px) {
  .special-hs .what .container {
    padding-top: 8vw;
    padding-bottom: 8vw;
  }
}
.special-hs .what__deco {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 57.75px;
  background: url(../img/what_deco.svg) 50% 0%/100% auto repeat-y;
}
.special-hs .what__deco.is-animated {
  animation: what-deco 40s linear infinite;
}
@media all and (max-width: 768px) {
  .special-hs .what__deco {
    width: 4vw;
  }
  .special-hs .what__deco.is-animated {
    animation: what-deco 80s linear infinite;
  }
}
.special-hs .what__deco--01 {
  left: -150px;
}
@media all and (max-width: 768px) {
  .special-hs .what__deco--01 {
    left: 2.1333333333vw;
  }
}
.special-hs .what__deco--02 {
  right: -150px;
}
.special-hs .what__deco--02.is-animated {
  animation: what-deco 40s linear infinite reverse;
}
@media all and (max-width: 768px) {
  .special-hs .what__deco--02 {
    right: 2.1333333333vw;
  }
  .special-hs .what__deco--02.is-animated {
    animation: what-deco 80s linear infinite reverse;
  }
}
.special-hs .what__header {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 22.5px;
}
@media all and (max-width: 768px) {
  .special-hs .what__header {
    margin-bottom: 3.7333333333vw;
  }
}
.special-hs .what__ttl {
  margin: 0 60px;
}
@media all and (max-width: 768px) {
  .special-hs .what__ttl {
    margin: 0 5.3333333333vw;
  }
}
.special-hs .what__ttl--shan img {
  width: 263.25px;
}
@media all and (max-width: 768px) {
  .special-hs .what__ttl--shan img {
    width: 32.8vw;
  }
}
.special-hs .what__ttl--hoa img {
  width: 264px;
}
@media all and (max-width: 768px) {
  .special-hs .what__ttl--hoa img {
    width: 32.2666666667vw;
  }
}
.special-hs .what__ttl-deco--01.is-animated {
  animation: float 7s ease-in-out infinite alternate-reverse;
}
.special-hs .what__ttl-deco--01 img {
  width: 154.5px;
}
@media all and (max-width: 768px) {
  .special-hs .what__ttl-deco--01 img {
    width: 19.4666666667vw;
  }
}
.special-hs .what__ttl-deco--02.is-animated {
  animation: float 5s ease-in-out infinite alternate-reverse;
}
.special-hs .what__ttl-deco--02 img {
  width: 159px;
}
@media all and (max-width: 768px) {
  .special-hs .what__ttl-deco--02 img {
    width: 19.7333333333vw;
  }
}
.special-hs .what__intro {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.3em;
  text-align: center;
  margin-bottom: 26.25px;
}
@media all and (max-width: 768px) {
  .special-hs .what__intro {
    font-size: 4.2666666667vw;
    margin-bottom: 6.9333333333vw;
  }
}
.special-hs .what--shan {
  background: #000;
  color: #fff;
}
.special-hs .what--shan strong {
  color: #C61219;
}
.special-hs .what--hoa {
  background: #AB0007;
  color: #fff;
}
.special-hs .what--hoa strong {
  color: #000;
}
.special-hs .what-card {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media all and (max-width: 768px) {
  .special-hs .what-card {
    display: block;
    padding: 0 5.3333333333vw;
  }
}
.special-hs .what-card:not(:last-child) {
  margin-bottom: 15px;
}
@media all and (max-width: 768px) {
  .special-hs .what-card:not(:last-child) {
    margin-bottom: 8vw;
  }
}
.special-hs .what-card__body {
  max-width: 487.5px;
}
@media all and (max-width: 768px) {
  .special-hs .what-card__body {
    max-width: none;
    margin-bottom: 5.3333333333vw;
  }
}
.special-hs .what-card__header {
  display: flex;
  align-items: center;
  padding-left: 10.5px;
  margin-bottom: 13.5px;
}
@media all and (max-width: 768px) {
  .special-hs .what-card__header {
    padding-left: 1.6vw;
    margin-bottom: 5.3333333333vw;
  }
}
.special-hs .what-card__deco {
  position: relative;
  margin-right: 18.75px;
}
@media all and (max-width: 768px) {
  .special-hs .what-card__deco {
    margin-right: 5.3333333333vw;
  }
}
.special-hs .what-card__deco-box img {
  width: 137.25px;
}
@media all and (max-width: 768px) {
  .special-hs .what-card__deco-box img {
    width: 20vw;
  }
}
.special-hs .what-card__deco-txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.special-hs .what-card__deco-txt img {
  width: 25.5px;
}
@media all and (max-width: 768px) {
  .special-hs .what-card__deco-txt img {
    width: 4.2666666667vw;
  }
}
.special-hs .what-card__ttl {
  margin: 0;
}
.special-hs .what-card__ttl--shan01 {
  margin-top: -15px;
}
@media all and (max-width: 768px) {
  .special-hs .what-card__ttl--shan01 {
    margin-top: -2.6666666667vw;
  }
}
.special-hs .what-card__ttl--shan01 img {
  width: 274.5px;
}
@media all and (max-width: 768px) {
  .special-hs .what-card__ttl--shan01 img {
    width: 35.2vw;
  }
}
.special-hs .what-card__ttl--shan02 {
  margin-top: 3.75px;
}
@media all and (max-width: 768px) {
  .special-hs .what-card__ttl--shan02 {
    margin-top: 0;
    margin-bottom: 1.6vw;
  }
}
.special-hs .what-card__ttl--shan02 img {
  width: 389.25px;
}
@media all and (max-width: 768px) {
  .special-hs .what-card__ttl--shan02 img {
    width: 44.2666666667vw;
  }
}
.special-hs .what-card__ttl--shan03 img {
  width: 315.75px;
}
@media all and (max-width: 768px) {
  .special-hs .what-card__ttl--shan03 img {
    width: 36.8vw;
  }
}
.special-hs .what-card__ttl--hoa01 img {
  width: 211.5px;
}
@media all and (max-width: 768px) {
  .special-hs .what-card__ttl--hoa01 img {
    width: 28vw;
  }
}
.special-hs .what-card__ttl--hoa02 {
  margin-top: 3.75px;
}
@media all and (max-width: 768px) {
  .special-hs .what-card__ttl--hoa02 {
    margin-top: 0;
    margin-bottom: 1.6vw;
  }
}
.special-hs .what-card__ttl--hoa02 img {
  width: 387px;
}
@media all and (max-width: 768px) {
  .special-hs .what-card__ttl--hoa02 img {
    width: 44.2666666667vw;
  }
}
.special-hs .what-card__ttl--hoa03 img {
  width: 321px;
}
@media all and (max-width: 768px) {
  .special-hs .what-card__ttl--hoa03 img {
    width: 36.8vw;
  }
}
.special-hs .what-card__txt {
  font-size: 18px;
  letter-spacing: 0.3em;
  line-height: 1.5;
  text-align: justify;
}
@media all and (max-width: 768px) {
  .special-hs .what-card__txt {
    font-size: 4.2666666667vw;
  }
}
.special-hs .what-card__img {
  position: relative;
  flex-shrink: 0;
  margin-right: 37.5px;
}
@media all and (max-width: 768px) {
  .special-hs .what-card__img {
    margin-right: 0;
    text-align: center;
  }
}
.special-hs .what-card__img img {
  width: 352.5px;
}
@media all and (max-width: 768px) {
  .special-hs .what-card__img img {
    width: 49.0666666667vw;
  }
}
@media all and (max-width: 768px) {
  .special-hs .what-card__img--hoa {
    margin-top: 10.6666666667vw;
    padding-left: 18.6666666667vw;
  }
}
.special-hs .what-card__img--hoa img:nth-child(2) {
  width: 255px;
  position: absolute;
  top: -67.5px;
  left: -56.25px;
}
@media all and (max-width: 768px) {
  .special-hs .what-card__img--hoa img:nth-child(2) {
    width: 43.2vw;
    top: -5.3333333333vw;
    left: 5.3333333333vw;
  }
}
.special-hs .what-card__img-note {
  position: absolute;
  right: 0;
  bottom: -22.5px;
  white-space: nowrap;
  font-size: 12px;
  letter-spacing: 0.3em;
}
@media all and (max-width: 768px) {
  .special-hs .what-card__img-note {
    font-size: 2.1333333333vw;
    left: calc(100% - 13em);
    bottom: 0;
  }
}
.special-hs .what-card--reverse {
  flex-direction: row-reverse;
}
.special-hs .what-card--reverse .what-card__body {
  max-width: none;
}
.special-hs .what-card--reverse .what-card__header {
  padding-left: 0;
  margin-right: -15px;
}
@media all and (max-width: 768px) {
  .special-hs .what-card--reverse .what-card__header {
    margin-right: 0;
  }
}
.special-hs .what-card--reverse .what-card__img img {
  width: 348.75px;
}
@media all and (max-width: 768px) {
  .special-hs .what-card--reverse .what-card__img img {
    width: 61.3333333333vw;
  }
}
.special-hs .what-card--items-start {
  align-items: flex-start;
}
.special-hs .points {
  position: relative;
  padding-top: 60px;
  margin-bottom: 60px;
  overflow: hidden;
}
@media all and (max-width: 768px) {
  .special-hs .points {
    padding-top: 8vw;
    margin-bottom: 5.3333333333vw;
  }
}
.special-hs .points__bg {
  position: absolute;
  top: 90px;
  right: -150px;
}
@media all and (max-width: 768px) {
  .special-hs .points__bg {
    top: 141.3333333333vw;
    right: -34.6666666667vw;
  }
}
.special-hs .points__bg img {
  width: 549px;
}
@media all and (max-width: 768px) {
  .special-hs .points__bg img {
    width: 80vw;
  }
}
.special-hs .points__bg-bot {
  position: absolute;
  bottom: 22.5px;
  right: -150px;
}
@media all and (max-width: 768px) {
  .special-hs .points__bg-bot {
    bottom: 26.6666666667vw;
    right: -40vw;
  }
}
.special-hs .points__bg-bot img {
  width: 504.75px;
}
@media all and (max-width: 768px) {
  .special-hs .points__bg-bot img {
    width: 85.6vw;
    opacity: 0.5;
  }
}
.special-hs .points__header {
  padding-left: 45px;
}
@media all and (max-width: 768px) {
  .special-hs .points__header {
    padding-left: 7.4666666667vw;
  }
}
@media all and (max-width: 768px) {
  .special-hs .points__brand {
    display: flex;
    align-items: center;
    margin-top: -1.8666666667vw;
    margin-bottom: 2.1333333333vw;
  }
}
.special-hs .points__brand img {
  width: 198.75px;
}
@media all and (max-width: 768px) {
  .special-hs .points__brand img {
    width: 26.6666666667vw;
  }
}
.special-hs .points__brand span {
  font-size: 27px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  margin-right: 5px;
}
@media all and (max-width: 768px) {
  .special-hs .points__brand span {
    font-size: 5.0666666667vw;
    margin-right: 2.6666666667vw;
  }
}
.special-hs .points__ttl {
  padding-left: 7.5px;
  margin: 15px 0 93.75px;
}
@media all and (max-width: 768px) {
  .special-hs .points__ttl {
    padding-left: 0;
    margin: 0;
  }
}
.special-hs .points__ttl--shan img {
  width: 346.5px;
}
@media all and (max-width: 768px) {
  .special-hs .points__ttl--shan img {
    width: 52vw;
  }
}
.special-hs .points__ttl--hoa img {
  width: 347.25px;
}
@media all and (max-width: 768px) {
  .special-hs .points__ttl--hoa img {
    width: 52vw;
  }
}
.special-hs .points__body {
  position: relative;
}
@media all and (max-width: 768px) {
  .special-hs .points__body {
    padding-top: 74.6666666667vw;
  }
}
.special-hs .points__circle {
  position: absolute;
  top: -22.5px;
  left: -367.5px;
}
@media all and (max-width: 768px) {
  .special-hs .points__circle {
    z-index: -1;
  }
}
.special-hs .points__circle img {
  width: 791.25px;
}
@media all and (max-width: 768px) {
  .special-hs .points__circle--shan {
    top: -91.7333333333vw;
    left: -14.1333333333vw;
  }
}
@media all and (max-width: 768px) {
  .special-hs .points__circle--shan img {
    width: 117.8666666667vw;
    max-width: none;
  }
}
@media all and (max-width: 768px) {
  .special-hs .points__circle--hoa {
    top: -86.4vw;
    left: -14.1333333333vw;
  }
}
@media all and (max-width: 768px) {
  .special-hs .points__circle--hoa img {
    width: 117.8666666667vw;
    max-width: none;
  }
}
.special-hs .points__product {
  position: absolute;
  top: 157.5px;
  left: 52.5px;
}
@media all and (max-width: 768px) {
  .special-hs .points__product {
    top: 23px;
    left: 30px;
  }
}
.special-hs .points__product img {
  width: 180.75px;
}
@media all and (max-width: 768px) {
  .special-hs .points__product img {
    width: 26.6666666667vw;
  }
}
.special-hs .points__list {
  padding-left: 195px;
  position: relative;
  z-index: 1;
}
@media all and (max-width: 768px) {
  .special-hs .points__list {
    padding-left: 0;
  }
}
.special-hs .points__item:nth-child(2), .special-hs .points__item:nth-child(3) {
  padding-left: 150px;
}
@media all and (max-width: 768px) {
  .special-hs .points__item:nth-child(2), .special-hs .points__item:nth-child(3) {
    padding-left: 0;
  }
}
.special-hs .points__item:not(:last-child) {
  margin-bottom: 33.75px;
}
@media all and (max-width: 768px) {
  .special-hs .points__item:not(:last-child) {
    margin-bottom: 5.3333333333vw;
  }
}
.special-hs .points--hoa .points__bg {
  top: 0;
  right: -75px;
}
@media all and (max-width: 768px) {
  .special-hs .points--hoa .points__bg {
    top: 125.3333333333vw;
    right: auto;
    left: -13.3333333333vw;
  }
}
.special-hs .points--hoa .points__bg img {
  width: 406.5px;
}
@media all and (max-width: 768px) {
  .special-hs .points--hoa .points__bg img {
    width: 47.2vw;
  }
}
.special-hs .point-card__header {
  display: flex;
  align-items: flex-start;
}
@media all and (max-width: 768px) {
  .special-hs .point-card__header {
    align-items: center;
    margin-bottom: 5.3333333333vw;
  }
}
.special-hs .point-card__deco {
  width: 103.5px;
  height: 103.5px;
  background: url(../img/points_subttl_deco.svg) 50%/contain no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
  margin-right: 28.5px;
}
@media all and (max-width: 768px) {
  .special-hs .point-card__deco {
    width: 15.2vw;
    height: 15.2vw;
    font-size: 3.7333333333vw;
    margin-right: 5.3333333333vw;
  }
}
.special-hs .point-card__ttl {
  font-family: "Noto Serif JP", serif;
  font-size: 25.5px;
  font-weight: bold;
  letter-spacing: 0.3em;
  margin: 7.5px 0 15px;
}
@media all and (max-width: 768px) {
  .special-hs .point-card__ttl {
    font-size: 4.8vw;
    margin: 0;
  }
}
.special-hs .point-card__ttl strong {
  color: #AB0007;
}
.special-hs .point-card__txt {
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  letter-spacing: 0.3em;
  line-height: 1.5;
  padding-left: 132px;
}
@media all and (max-width: 768px) {
  .special-hs .point-card__txt {
    font-size: 4.2666666667vw;
    padding-left: 0;
  }
}
.special-hs .point-card__txt strong {
  font-weight: normal;
  color: #AB0007;
}