@charset "UTF-8";
/* リキッドレイアウト対応 */
@font-face {
  font-family: "Utsukushi";
  src: url("../fonts/UtsukushiFONT_0.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
html {
  scroll-behavior: smooth;
}

body {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
}

@media screen and (max-width: 767px) {
  .u-desktop {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .u-mobile {
    display: none;
  }
}

html {
  font-size: 16px;
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.4545454545vw;
  }
}
@media (min-width: 1100px) {
  html {
    font-size: 16px;
  }
}

/* pcの電話番号発信対応 */
@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

/* ホバー */
@media (any-hover: hover) {
  a {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
}
@media screen and (any-hover: hover) and (min-width: 768px) {
  a:hover {
    opacity: 0.8;
  }
}
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default padding */
ul,
ol {
  padding: 0;
}

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

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

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements default styles */
a {
  text-decoration: none;
  color: inherit;
}

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

/* Make images easier to work with */
img {
  width: 100%;
  height: auto;
}

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

picture,
img,
a,
span {
  display: inline-block;
}

button {
  margin: 0;
  padding: 0;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: transparent;
  cursor: pointer;
  font: inherit;
}

textarea {
  resize: vertical;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

.footer {
  width: 100%;
  background-color: #333;
  padding-top: 27px;
  padding-top: 1.6875rem;
}
@media screen and (min-width: 768px) {
  .footer {
    padding-top: 2.25rem;
  }
}

.footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .footer__inner {
    max-width: 71.875rem !important;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .footer__nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0.9375rem;
  }
}

.footer__nav-link-text {
  position: relative;
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.6px;
  letter-spacing: 0.0375rem;
  padding-block: 10px;
  padding-block: 0.625rem;
  opacity: 0.8;
}
@media screen and (min-width: 768px) {
  .footer__nav-link-text {
    padding-block: 0.3125rem;
  }
}
.footer__nav-link-text::before {
  content: "";
  position: absolute;
  bottom: 6px;
  bottom: 0.375rem;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: transparent;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
@media (any-hover: hover) {
  .footer__nav-link-text:hover {
    opacity: 1;
  }
  .footer__nav-link-text:hover::before {
    background-color: #fff;
  }
}

.footer__logo-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  gap: 0.625rem;
}
@media screen and (min-width: 768px) {
  .footer__logo-wrapper {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

.footer__logo {
  width: 220px;
  width: 13.75rem;
  margin: 40px auto 0;
  margin: 2.5rem auto 0;
}
@media screen and (min-width: 768px) {
  .footer__logo {
    margin: 0;
  }
}

.footer__logo-link {
  text-decoration: underline;
  text-underline-offset: 4px;
  text-underline-offset: 0.25rem;
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 1.28px;
  letter-spacing: 0.08rem;
}
@media screen and (min-width: 768px) {
  .footer__logo-link {
    font-size: 1rem;
  }
}

.footer__foot {
  background-color: #EFEFEE;
  padding-block: 16px;
  padding-block: 1rem;
  margin-top: 89px;
  margin-top: 5.5625rem;
}
@media screen and (min-width: 768px) {
  .footer__foot {
    margin-top: 4.3125rem;
  }
}

.footer__copyright {
  text-align: center;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 400;
}

.header {
  height: 60px;
  height: 3.75rem;
}
@media screen and (min-width: 768px) {
  .header {
    height: 6.0625rem;
  }
}
.header .header__link-buy {
  border-width: 1px;
  text-transform: capitalize;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
  letter-spacing: 1.28px;
  letter-spacing: 0.08rem;
  padding: 11px;
  padding: 0.6875rem;
}
@media screen and (min-width: 768px) {
  .header .header__link-buy {
    font-size: 1rem;
  }
}

.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  gap: 1rem;
  padding: 12px 20px 10px;
  padding: 0.75rem 1.25rem 0.625rem;
}
@media screen and (min-width: 768px) {
  .header__inner {
    gap: 2rem;
    padding: 1.8125rem 3.875rem 1.3125rem;
  }
}

.header__logo {
  width: 160px;
  width: 10rem;
}
@media screen and (min-width: 768px) {
  .header__logo {
    width: 15.375rem;
  }
}

.heading--white {
  color: #fff;
  font-family: "Utsukushi", serif;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  .heading--white {
    font-size: 2.5rem;
  }
}

.heading--white-sub {
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  color: #fff;
  font-family: "League Spartan", sans-serif;
  font-size: 64px;
  font-size: 4rem;
  font-weight: 200;
}
@media screen and (min-width: 768px) {
  .heading--white-sub {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    font-size: 6rem;
  }
}

.heading--wind {
  max-width: 400px;
  max-width: 25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Utsukushi", serif;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 4px;
  letter-spacing: 0.25rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .heading--wind {
    max-width: 68.75rem;
    font-size: 2.5rem;
  }
}
.heading--wind::before, .heading--wind::after {
  content: "";
  width: 62px;
  width: 3.875rem;
  aspect-ratio: 165/81;
  background: center/contain no-repeat;
}
@media screen and (min-width: 768px) {
  .heading--wind::before, .heading--wind::after {
    width: 10.3125rem;
  }
}
.heading--wind::before {
  background-image: url(../images/wind-icon--left.webp);
}
.heading--wind::after {
  background-image: url(../images/wind-icon--right.webp);
}

.inner {
  width: 100%;
  max-width: 560px;
  max-width: 35rem;
  padding-inline: 20px;
  padding-inline: 1.25rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .inner {
    max-width: 84.375rem;
    padding-inline: 1.5625rem;
  }
}

.link-buy {
  border: 2px solid #000;
  border: 0.125rem solid #000;
  background: #fff;
  color: #000;
  text-align: center;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 4.8px;
  letter-spacing: 0.3rem;
  padding: 36px 44px;
  padding: 2.25rem 2.75rem;
  -webkit-transition: border-color 0.4s, background-color 0.4s, color 0.4s;
  transition: border-color 0.4s, background-color 0.4s, color 0.4s;
}
@media (any-hover: hover) {
  .link-buy:hover {
    opacity: 1;
    border-color: #5BC7D8;
    background-color: #5BC7D8;
    color: #fff;
  }
}

.about {
  position: relative;
  padding-top: 40px;
  padding-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .about {
    max-width: 90rem;
    padding-top: 3.3125rem;
    margin-inline: auto;
  }
}
.about::before {
  content: "";
  background: url(../images/about-image--01.webp) center/contain no-repeat;
  width: 80px;
  width: 5rem;
  aspect-ratio: 194/218;
  left: 50%;
  translate: -180px 0;
  translate: -11.25rem 0;
  top: 144px;
  top: 9rem;
  position: absolute;
}
@media screen and (min-width: 768px) {
  .about::before {
    left: 3.75rem;
    top: 7.125rem;
    translate: 0 0;
    width: 8.8125rem;
  }
}
@media screen and (min-width: 1440px) {
  .about::before {
    top: 10.625rem;
  }
}
.about::after {
  content: "";
  background: url(../images/about-image--02.webp) center/contain no-repeat;
  width: 66px;
  width: 4.125rem;
  aspect-ratio: 164/211;
  right: 50%;
  translate: 180px 0;
  translate: 11.25rem 0;
  top: 145px;
  top: 9.0625rem;
  position: absolute;
}
@media screen and (min-width: 768px) {
  .about::after {
    right: 5rem;
    top: 7.125rem;
    translate: 0 0;
    width: 7.25rem;
  }
}
@media screen and (min-width: 1440px) {
  .about::after {
    top: 10.625rem;
  }
}

.about__inner {
  text-align: center;
}

.about__heading {
  margin-top: 24px;
  margin-top: 1.5rem;
  font-size: 22px;
  font-size: 1.375rem;
  font-family: "Utsukushi", serif;
  font-weight: 400;
  line-height: 1.9;
  letter-spacing: 3.2px;
  letter-spacing: 0.2rem;
}
@media screen and (min-width: 768px) {
  .about__heading {
    font-size: 2rem;
  }
}

.about__heading--large {
  font-size: 28px;
  font-size: 1.75rem;
  letter-spacing: 4.8px;
  letter-spacing: 0.3rem;
}
@media screen and (min-width: 768px) {
  .about__heading--large {
    font-size: 3rem;
  }
}

.about__list {
  margin-top: 32px;
  margin-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  gap: 0.5rem;
  max-width: 1200px;
  max-width: 75rem;
}
@media screen and (min-width: 768px) {
  .about__list {
    margin-top: 2.75rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0;
    margin-inline: auto;
  }
}

.about__item {
  position: relative;
  width: 335px;
  width: 20.9375rem;
  max-width: 100%;
  padding-top: 72px;
  padding-top: 4.5rem;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .about__item {
    width: min(25rem, 100%);
    padding-top: 6rem;
  }
}
.about__item:nth-child(1) {
  background: url(../images/about-bg--01.webp) center/contain no-repeat;
  aspect-ratio: 400/331;
}
@media screen and (min-width: 768px) {
  .about__item:nth-child(1) {
    margin-right: -3.125rem;
  }
}
.about__item:nth-child(2) {
  background: url(../images/about-bg--02.webp) center/contain no-repeat;
  aspect-ratio: 400/327;
  z-index: 1;
}
.about__item:nth-child(3) {
  background: url(../images/about-bg--03.webp) center/contain no-repeat;
  aspect-ratio: 400/334;
}
@media screen and (min-width: 768px) {
  .about__item:nth-child(3) {
    margin-left: -3.125rem;
  }
}

.about__item-title {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .about__item-title {
    font-size: 1.5rem;
  }
}

.about__item-text {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.8px;
  letter-spacing: 0.05rem;
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .about__item-text {
    font-size: 1.25rem;
  }
}

.artist {
  position: relative;
  padding-top: 48px;
  padding-top: 3rem;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .artist {
    padding-top: 4.875rem;
  }
}
@media screen and (min-width: 1440px) {
  .artist {
    width: 90rem;
    margin-inline: auto;
  }
}
.artist::before, .artist::after {
  content: "";
  position: absolute;
  top: 0;
  height: 400px;
  height: 25rem;
  background-color: #D9D9D9;
}
.artist::before {
  right: 0;
  width: 69.3333333333%;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .artist::before {
    width: 45.1388888889%;
  }
}
@media screen and (min-width: 1440px) {
  .artist::before {
    width: 40.625rem;
  }
}
.artist::after {
  display: none;
}
@media screen and (min-width: 1440px) {
  .artist::after {
    display: block;
    left: 89.9375rem;
    width: calc(50vw - 44.9375rem);
  }
}

.artist__inner {
  position: relative;
  max-width: 94.6666666667%;
  background-color: #5BC7D8;
  margin-inline: 0 auto;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .artist__inner {
    max-width: 88.1944444444%;
  }
}
@media screen and (min-width: 1440px) {
  .artist__inner {
    max-width: 79.375rem;
  }
}
.artist__inner::after {
  content: "";
  display: none;
}
@media screen and (min-width: 1440px) {
  .artist__inner::after {
    display: block;
    position: absolute;
    top: 0;
    right: 79.3125rem;
    width: calc(50vw - 44.9375rem);
    height: 100%;
    background-color: #5BC7D8;
  }
}

.artist__image {
  position: absolute;
  top: 20px;
  top: 1.25rem;
  right: 50%;
  translate: 180px 0;
  translate: 11.25rem 0;
  width: 280px;
  width: 17.5rem;
}
@media screen and (min-width: 768px) {
  .artist__image {
    top: 2.6875rem;
    right: clamp(1.5625rem, -2.2794117647rem + 5.5882352941vw, 2.75rem);
    translate: 0 0;
    width: clamp(30.625rem, -1.7279411765rem + 47.0588235294vw, 40.625rem);
  }
}
.artist__image img {
  border-radius: 3.125rem;
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .25);
          box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .25);
}

.artist__heading--sub {
  margin-left: -12px;
  margin-left: -0.75rem;
}
@media screen and (min-width: 768px) {
  .artist__heading--sub {
    margin-left: 0;
  }
}

.artist__body {
  width: 315px;
  width: 19.6875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  gap: 1.25rem;
  padding: 32px 0 40px;
  padding: 2rem 0 2.5rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .artist__body {
    width: unset;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: clamp(1.5rem, -2.1397058824rem + 5.2941176471vw, 2.625rem);
    padding: 5.375rem 0 5.1875rem clamp(0rem, -19.6139705882rem + 28.5294117647vw, 6.0625rem);
    margin-inline: 0;
  }
}

.artist__heading {
  color: #fff;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  .artist__heading {
    font-size: 2.5rem;
  }
}

.artist__text-wrapper {
  margin-top: 21px;
  margin-top: 1.3125rem;
}
.artist__text-wrapper + .artist__text-wrapper {
  margin-top: 24px;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .artist__text-wrapper + .artist__text-wrapper {
    margin-top: 2.6875rem;
  }
}

.artist__title {
  color: #fff;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .artist__title {
    font-size: 1.5rem;
  }
}

.artist__text {
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2;
  margin-top: 2px;
  margin-top: 0.125rem;
}
@media screen and (min-width: 768px) {
  .artist__text {
    font-size: 1.25rem;
  }
}

.artist__foot {
  text-align: center;
  padding-block: 40px 50px;
  padding-block: 2.5rem 3.125rem;
}
@media screen and (min-width: 768px) {
  .artist__foot {
    padding-block: 3.4375rem 5rem;
  }
}

.artist__foot-heading {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 3.2px;
  letter-spacing: 0.2rem;
}
@media screen and (min-width: 768px) {
  .artist__foot-heading {
    font-size: 2rem;
  }
}

.artist__foot-text {
  text-align: left;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 2.4px;
  letter-spacing: 0.15rem;
  margin-top: 32px;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .artist__foot-text {
    text-align: center;
    font-size: 1.5rem;
    margin-top: 3.4375rem;
  }
}

.buy {
  background: #fff;
  padding-top: 60px;
  padding-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .buy {
    padding-top: 6.25rem;
  }
}

.buy__head {
  color: #000;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  line-height: normal;
  letter-spacing: 6.4px;
  letter-spacing: 0.4rem;
}

.buy__heading {
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 900;
}
@media screen and (min-width: 768px) {
  .buy__heading {
    font-size: 4rem;
  }
}

.buy__heading--sub {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .buy__heading--sub {
    font-size: 2rem;
  }
}

.buy__list {
  display: grid;
  gap: 32px;
  gap: 2rem;
  margin-block: 40px;
  margin-block: 2.5rem;
}
@media screen and (min-width: 768px) {
  .buy__list {
    gap: clamp(3.75rem, -3.3272058824rem + 10.2941176471vw, 5.9375rem) clamp(2.5rem, -5.5882352941rem + 11.7647058824vw, 5rem);
    grid-template-columns: repeat(2, 1fr);
    margin-block: 5rem 6.25rem;
  }
}

.buy__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  gap: 1rem;
}
@media screen and (min-width: 768px) {
  .buy__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 1.5rem;
  }
}
@media (any-hover: hover) {
  .buy__item:hover {
    opacity: 1;
  }
  .buy__item:hover .buy__item-image img {
    scale: 1.05;
  }
  .buy__item:hover .buy__item-link-buy {
    border-color: #5BC7D8;
    background-color: #5BC7D8;
    color: #fff;
  }
}

.buy__item-image {
  width: 100%;
  overflow: hidden;
}
.buy__item-image img {
  -webkit-transition: scale 0.4s;
  transition: scale 0.4s;
}
@media screen and (min-width: 768px) {
  .buy__item-image {
    width: min(21.25rem, 100%);
  }
}

.buy__item-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .buy__item-body {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: clamp(14rem, 9.5514705882rem + 6.4705882353vw, 15.375rem);
    text-align: left;
  }
}

.buy__item-title {
  color: #000;
  font-size: clamp(18px, 11.529px + 0.5882352941vw, 20px);
  font-size: clamp(1.125rem, 0.7205882353rem + 0.5882352941vw, 1.25rem);
  line-height: 2;
  margin-bottom: 6px;
  margin-bottom: 0.375rem;
}

.buy__item-color {
  width: min(120px, 100%);
  width: min(7.5rem, 100%);
  border-radius: 6.25rem;
  background: #5BC7D8;
  color: #fff;
  font-size: clamp(18px, 11.529px + 0.5882352941vw, 20px);
  font-size: clamp(1.125rem, 0.7205882353rem + 0.5882352941vw, 1.25rem);
  line-height: 2;
  text-align: center;
  letter-spacing: 2px;
  letter-spacing: 0.125rem;
  margin: 0 auto 20px;
  margin: 0 auto 1.25rem;
}
@media screen and (min-width: 768px) {
  .buy__item-color {
    margin: 0 0 0.5rem;
  }
}

.buy__item-link-buy {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: 6px;
  letter-spacing: 0.375rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .buy__item-link-buy {
    width: unset;
    padding-inline: 1.25rem;
    margin: auto 0 0;
  }
}

.buy__item-color--black {
  background: #000;
}

.buy__foot {
  background: #5BC7D8;
  color: #fff;
  padding-block: 32px;
  padding-block: 2rem;
}
@media screen and (min-width: 768px) {
  .buy__foot {
    padding-block: 3.4375rem;
  }
}

.buy__foot-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  gap: 1.25rem;
}
@media screen and (min-width: 768px) {
  .buy__foot-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 2.5rem;
  }
}

.buy__foot-image {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .buy__foot-image {
    width: min(30rem, 100%);
  }
}

.buy__foot-body {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .buy__foot-body {
    width: 48.75rem;
  }
}

.buy__foot-heading {
  font-family: "League Spartan", sans-serif;
  font-size: 32px;
  font-size: 2rem;
  font-weight: 200;
  padding-left: 84px;
  padding-left: 5.25rem;
  padding-block: 35px 5px;
  padding-block: 2.1875rem 0.3125rem;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 3px solid #fff;
}
@media screen and (min-width: 768px) {
  .buy__foot-heading {
    font-size: 3rem;
    padding-left: 6.25rem;
  }
}
.buy__foot-heading::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 72px;
  width: 4.5rem;
  height: 72px;
  height: 4.5rem;
  background: url(../images/sauna-icon.webp) center/contain no-repeat;
}
@media screen and (min-width: 768px) {
  .buy__foot-heading::before {
    width: 5.625rem;
    height: 5.625rem;
  }
}

.buy__foot-text {
  text-indent: -1em;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  margin-left: 1em;
}
@media screen and (min-width: 768px) {
  .buy__foot-text {
    font-size: clamp(1.125rem, 0.7205882353rem + 0.5882352941vw, 1.25rem);
  }
}
.buy__foot-text + .buy__foot-text {
  margin-top: 14px;
  margin-top: 0.875rem;
}
@media screen and (min-width: 768px) {
  .buy__foot-text + .buy__foot-text {
    margin-top: 1.125rem;
  }
}

.cool {
  padding-block: 60px;
  padding-block: 3.75rem;
}
@media screen and (min-width: 768px) {
  .cool {
    padding-block: 5rem 6.875rem;
  }
}

.cool__inner {
  max-width: 100%;
  padding-inline: 0;
}

.cool__heading {
  text-align: center;
  color: #5BC7D8;
  font-family: "Utsukushi", serif;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .cool__heading {
    font-size: 2.5rem;
    line-height: 1;
  }
}

.cool__lead {
  text-align: center;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 2px;
  letter-spacing: 0.125rem;
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .cool__lead {
    font-size: 1.25rem;
  }
}

.cool__slider {
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .cool__slider {
    margin-top: 2.5rem;
  }
}

.cool__slide-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  padding-top: 20px;
  padding-top: 1.25rem;
}

.cool__slide {
  width: 200px;
  width: 12.5rem;
  -webkit-transition: translate 0.6s;
  transition: translate 0.6s;
}
@media screen and (min-width: 768px) {
  .cool__slide {
    width: 17.5rem;
  }
}
@media screen and (min-width: 1440px) {
  .cool__slide {
    width: 18.75rem;
  }
}
@media (any-hover: hover) {
  .cool__slide:hover {
    opacity: 1;
    translate: 0 -0.625rem;
  }
}

.cool__button {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  margin: 40px auto 0;
  margin: 2.5rem auto 0;
}
@media screen and (min-width: 768px) {
  .cool__button {
    margin-top: 5rem;
  }
}

.cta {
  padding-block: 40px;
  padding-block: 2.5rem;
}
@media screen and (min-width: 768px) {
  .cta {
    max-width: 90rem;
    margin-inline: auto;
  }
}

.cta-01 {
  background: url(../images/cta-bg--01-sp.webp) center/cover no-repeat;
  padding-block: 160px 60px;
  padding-block: 10rem 3.75rem;
  margin-top: -100px;
  margin-top: -6.25rem;
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .cta-01 {
    background: unset;
    max-width: 100%;
    padding-block: 12.5rem 6.25rem;
    position: relative;
  }
  .cta-01::before {
    content: "";
    position: absolute;
    background: url(../images/cta-bg--left.webp) center/cover no-repeat;
    width: 48.125rem;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
  }
  .cta-01::after {
    content: "";
    position: absolute;
    background: url(../images/cta-bg--right.webp) center/cover no-repeat;
    width: 48.125rem;
    height: 100%;
    right: 0;
    top: 0;
    z-index: -1;
  }
}
@media screen and (min-width: 1440px) {
  .cta-01 {
    background: url(../images/cta-bg--01.webp) center/cover no-repeat;
  }
  .cta-01::before {
    display: none;
  }
  .cta-01::after {
    display: none;
  }
}

.cta__inner {
  height: 395px;
  height: 24.6875rem;
  background: url(../images/cta-bg.webp) center/500px no-repeat;
  background: url(../images/cta-bg.webp) center/31.25rem no-repeat;
}
@media screen and (min-width: 768px) {
  .cta__inner {
    height: 100%;
    background-size: 47.25rem;
  }
}

.cta-01__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(40px, 1.176px + 3.5294117647vw, 52px);
  gap: clamp(2.5rem, 0.0735294118rem + 3.5294117647vw, 3.25rem);
}
@media screen and (min-width: 768px) {
  .cta-01__inner {
    padding-inline: 7.875rem 5.125rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.cta-title--small {
  font-family: "Utsukushi", serif;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: normal;
}
@media screen and (min-width: 768px) {
  .cta-title--small {
    font-size: 2rem;
  }
}

.cta-01-title--small {
  padding-top: 88px;
  padding-top: 5.5rem;
}
@media screen and (min-width: 768px) {
  .cta-01-title--small {
    padding-top: 10rem;
  }
}

.cta-02-title--small {
  padding-top: 40px;
  padding-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .cta-02-title--small {
    padding-top: 10rem;
  }
}

.cta-wrap {
  text-align: left;
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .cta-wrap {
    width: clamp(25rem, -2.9044117647rem + 40.5882352941vw, 33.625rem);
  }
}

.cta-title {
  font-size: 32px;
  font-size: 2rem;
  font-family: "Utsukushi", serif;
  line-height: 1.5;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .cta-title {
    font-size: 3rem;
    width: unset;
    margin-inline: unset;
  }
}
.cta-title span {
  font-size: 24px;
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  .cta-title span {
    font-size: 2.25rem;
  }
}

.cta-text {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8;
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .cta-text {
    margin-top: 2.25rem;
    font-size: 1.25rem;
  }
}

@media screen and (min-width: 768px) {
  .cta-image {
    margin-top: 1.4375rem;
  }
}

.cta-01__link-buy {
  margin: 36px auto 0;
  margin: 2.25rem auto 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
}
@media screen and (min-width: 768px) {
  .cta-01__link-buy {
    margin: 2.25rem 0 0;
  }
}

.cta-02__link-buy {
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .cta-02__link-buy {
    margin-top: 3.375rem;
  }
}

.cta-02 {
  position: relative;
  text-align: center;
  height: 611px;
  height: 38.1875rem;
}
@media screen and (min-width: 768px) {
  .cta-02 {
    height: 42.3125rem;
  }
}
.cta-02::before {
  content: "";
  position: absolute;
  bottom: 20px;
  bottom: 1.25rem;
  left: 50%;
  translate: -187px 0;
  translate: -11.6875rem 0;
  background: url(../images/cta-image--01.webp) center/contain no-repeat;
  width: 161px;
  width: 10.0625rem;
  aspect-ratio: 404/475;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .cta-02::before {
    bottom: 4.8125rem;
    left: clamp(0rem, -8.8970588235rem + 12.9411764706vw, 2.75rem);
    translate: 0 0;
    width: clamp(20.1875rem, 3.8088235294rem + 23.8235294118vw, 25.25rem);
  }
}
.cta-02:after {
  content: "";
  position: absolute;
  bottom: 30px;
  bottom: 1.875rem;
  right: 50%;
  translate: 187px 0;
  translate: 11.6875rem 0;
  background: url(../images/cta-image--02.webp) center/contain no-repeat;
  width: 173px;
  width: 10.8125rem;
  aspect-ratio: 433/412;
}
@media screen and (min-width: 768px) {
  .cta-02:after {
    bottom: 5rem;
    right: clamp(0rem, -9.3014705882rem + 13.5294117647vw, 2.875rem);
    translate: 0 0;
    width: clamp(21.625rem, 4.0330882353rem + 25.5882352941vw, 27.0625rem);
  }
}

.cta-text--small-wrapper {
  width: 304px;
  width: 19rem;
  max-width: 100%;
  text-align: left;
  margin: 24px auto 0;
  margin: 1.5rem auto 0;
}
@media screen and (min-width: 768px) {
  .cta-text--small-wrapper {
    width: unset;
    text-align: center;
    margin: 2.125rem 0 0;
  }
}

.cta-text--small {
  text-indent: -1em;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  margin-left: 1em;
}
@media screen and (min-width: 768px) {
  .cta-text--small {
    font-size: 1.25rem;
  }
}
.cta-text--small + .cta-text--small {
  margin-top: 14px;
  margin-top: 0.875rem;
}
@media screen and (min-width: 768px) {
  .cta-text--small + .cta-text--small {
    margin-top: 1.125rem;
  }
}

.lineup {
  padding-top: 40px;
  padding-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .lineup {
    padding-block: 6.25rem 3.75rem;
  }
}

@media screen and (min-width: 768px) {
  .lineup__inner {
    max-width: 71.875rem;
  }
}

.lineup__head {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
.lineup__head::before, .lineup__head::after {
  content: "";
  position: absolute;
}
.lineup__head::before {
  top: 40px;
  top: 2.5rem;
  left: -84px;
  left: -5.25rem;
  width: 80px;
  width: 5rem;
  aspect-ratio: 388/437;
  background: url(../images/about-image--01.webp) center/contain no-repeat;
}
@media screen and (min-width: 768px) {
  .lineup__head::before {
    top: 3.75rem;
    left: -10rem;
    width: 7rem;
  }
}
.lineup__head::after {
  top: 42px;
  top: 2.625rem;
  right: -86px;
  right: -5.375rem;
  width: 64px;
  width: 4rem;
  aspect-ratio: 329/422;
  background: url(../images/about-image--02.webp) center/contain no-repeat;
}
@media screen and (min-width: 768px) {
  .lineup__head::after {
    top: 3.25rem;
    right: -10.625rem;
    width: 6rem;
  }
}

.lineup__heading {
  text-align: center;
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: 900;
  line-height: normal;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .lineup__heading {
    font-size: 3.5rem;
  }
}
.lineup__heading .--blue {
  color: #5BC7D8;
}

.lineup__heading--sub {
  -webkit-text-stroke-width: 0.3px;
  -webkit-text-stroke-color: #000;
  text-align: center;
  font-family: "Utsukushi", serif;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 400;
  margin-top: 8px;
  margin-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .lineup__heading--sub {
    font-size: 1.75rem;
  }
}

.lineup__list {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .lineup__list {
    margin-top: 4rem;
  }
}

.lineup__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  gap: 1.25rem;
}
@media screen and (min-width: 768px) {
  .lineup__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: clamp(2.5rem, 0.4779411765rem + 2.9411764706vw, 3.125rem);
  }
}
.lineup__item + .lineup__item {
  margin-top: 32px;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .lineup__item + .lineup__item {
    margin-top: 3.5rem;
  }
}
@media screen and (min-width: 768px) {
  .lineup__item:nth-of-type(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.lineup__item:nth-of-type(even) .lineup__item-content {
  background-color: #5BC7D8;
  color: #fff;
}
.lineup__item:nth-of-type(even) .lineup__item-title {
  -webkit-text-stroke-color: #fff;
}

.lineup__item-image {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .lineup__item-image {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.lineup__item-image.--01 {
  max-width: 460px;
  max-width: 28.75rem;
}
@media screen and (min-width: 768px) {
  .lineup__item-image.--01 {
    max-width: clamp(18.75rem, 12.6838235294rem + 8.8235294118vw, 20.625rem);
  }
}
.lineup__item-image.--02 {
  max-width: 502px;
  max-width: 31.375rem;
}
@media screen and (min-width: 768px) {
  .lineup__item-image.--02 {
    max-width: clamp(18.75rem, 12.6838235294rem + 8.8235294118vw, 20.625rem);
  }
}
.lineup__item-image.--03 {
  max-width: 460px;
  max-width: 28.75rem;
}
@media screen and (min-width: 768px) {
  .lineup__item-image.--03 {
    max-width: clamp(18.75rem, 12.6838235294rem + 8.8235294118vw, 20.625rem);
  }
}

.lineup__item-content {
  border-radius: 2rem;
  background-color: #F7F7F7;
  padding: 20px;
  padding: 1.25rem;
}
@media screen and (min-width: 768px) {
  .lineup__item-content {
    padding: 2.4375rem 3.9375rem;
  }
}

.lineup__item-title {
  -webkit-text-stroke-width: 0.3px;
  -webkit-text-stroke-color: #000;
  font-family: "Utsukushi", serif;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 768px) {
  .lineup__item-title {
    font-size: 2rem;
  }
}

.lineup__item-text-wrapper {
  margin-top: 16px;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .lineup__item-text-wrapper {
    margin-top: 1.5rem;
  }
}

.lineup__item-text {
  text-indent: -1.2em;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 2;
  margin-left: 1.2em;
}
@media screen and (min-width: 768px) {
  .lineup__item-text {
    font-size: 1.25rem;
    line-height: 2.4;
  }
}
.lineup__item-text::before {
  content: "✓";
  margin-right: 0.5em;
}
.lineup__item-text .--blue {
  display: inline;
  text-indent: 0;
  color: #5BC7D8;
}

.main-visual__inner {
  background-color: #fff;
  padding-top: 8.9552238806vw;
  position: relative;
  width: 100vw;
  max-width: 100%;
  height: 188.8059701493vw;
  padding-inline: 3.7313432836vw;
}
.main-visual__inner::before {
  content: "";
  position: absolute;
  background: url(../images/main-visual-bg01--sp.webp) center/cover no-repeat;
  aspect-ratio: 402/260;
  width: 100%;
  left: 0;
  bottom: 0;
}
@media screen and (min-width: 768px) {
  .main-visual__inner {
    padding-top: 3.2638888889vw;
    width: 100vw;
    height: 60.4166666667vw;
    position: relative;
  }
  .main-visual__inner::before {
    content: "";
    position: absolute;
    background: url(../images/main-visual-bg01--pc.webp) center/cover no-repeat;
    width: 100.0694444444vw;
    height: 29.7222222222vw;
    top: 25.2083333333vw;
    left: 0;
  }
}

.main-visual__head {
  text-align: center;
}

.main-visual__heading--sub {
  color: #333;
  text-align: center;
  font-size: 3.4825870647vw;
  line-height: 1.7;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.8px;
  letter-spacing: 0.05rem;
}
@media screen and (min-width: 768px) {
  .main-visual__heading--sub {
    font-size: 1.3888888889vw;
  }
}

.main-visual__heading {
  color: #292929;
  font-family: "Utsukushi", serif;
  text-align: center;
  font-size: 6.9651741294vw;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 4.9751243781vw;
}
@media screen and (min-width: 768px) {
  .main-visual__heading {
    font-size: 3.75vw;
    margin-bottom: 1.9444444444vw;
  }
}
.main-visual__heading span {
  color: #5BC7D8;
  -webkit-text-stroke-width: 0.0646766169vw;
  -webkit-text-stroke-color: #5BC7D8;
  font-family: "Utsukushi", serif;
  font-size: 9.9502487562vw;
}
@media screen and (min-width: 768px) {
  .main-visual__heading span {
    font-size: 5.1388888889vw;
    -webkit-text-stroke-width: 0.0284722222vw;
  }
}

.main-visual__image {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .main-visual__image {
    position: absolute;
    width: 51.3888888889vw;
    bottom: 0;
    right: 10.1388888889vw;
  }
}

.official {
  background-color: #5BC7D8;
  padding-block: 50px;
  padding-block: 3.125rem;
}
@media screen and (min-width: 768px) {
  .official {
    padding-block: 6.875rem;
  }
}

.official__inner {
  display: grid;
}
@media screen and (min-width: 768px) {
  .official__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 3.0625rem;
  }
}

.official__body {
  width: 100%;
  display: contents;
}
@media screen and (min-width: 768px) {
  .official__body {
    display: block;
  }
}

.official__heading {
  color: #fff;
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 900;
  line-height: normal;
  letter-spacing: 6.4px;
  letter-spacing: 0.4rem;
}
@media screen and (min-width: 768px) {
  .official__heading {
    font-size: 4rem;
  }
}

.official__lead {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  color: #fff;
  font-family: "Utsukushi", serif;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 8px;
  margin-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .official__lead {
    -webkit-box-ordinal-group: unset;
        -ms-flex-order: unset;
            order: unset;
    font-size: 2rem;
    margin-top: 0;
  }
}

.official__text {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2;
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .official__text {
    -webkit-box-ordinal-group: unset;
        -ms-flex-order: unset;
            order: unset;
    font-size: 1.25rem;
    line-height: 2.2;
    margin-top: 3rem;
  }
}
.official__text .--bold {
  display: inline;
  text-decoration: underline;
  text-decoration-thickness: 8%;
  text-underline-offset: auto;
  text-underline-position: from-font;
  font-weight: 700;
}

.official__link-buy-wrapper {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  gap: 1.25rem;
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .official__link-buy-wrapper {
    -webkit-box-ordinal-group: unset;
        -ms-flex-order: unset;
            order: unset;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset;
    gap: 2.0625rem;
    margin-top: 4.875rem;
  }
}

.official__link-buy {
  width: 265px;
  width: 16.5625rem;
  display: block;
  border-color: #fff;
  background-color: #5BC7D8;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .official__link-buy {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media screen and (min-width: 768px) {
  .official__link-buy.--02 {
    width: 18.0625rem;
  }
}
@media (any-hover: hover) {
  .official__link-buy:hover {
    border-color: #fff;
    background-color: #fff;
    color: #5BC7D8;
  }
}

.official__image-wrapper {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  gap: 0.75rem;
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .official__image-wrapper {
    -webkit-box-ordinal-group: unset;
        -ms-flex-order: unset;
            order: unset;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: clamp(26.75rem, -5.6029411765rem + 47.0588235294vw, 36.75rem);
    gap: 2.75rem 2.9375rem;
    margin-top: 0;
  }
}

.official__image {
  width: 100%;
}
.official__image.--01 {
  grid-column: 1/3;
}
.official__image img {
  border-radius: 2rem;
}

.only-one {
  background: url(../images/only-one-bg.webp) center/cover no-repeat;
  border-radius: 0 0 5rem 5rem;
  padding-block: 40px;
  padding-block: 2.5rem;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .only-one {
    border-radius: 0 0 6.25rem 6.25rem;
    padding-block: 5.175rem 7.75rem;
  }
}

@media screen and (min-width: 768px) {
  .only-one__inner {
    width: 71.875rem;
    max-width: 100%;
  }
}

.only-one__heading-wrap {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .only-one__heading-wrap {
    width: unset;
    margin-inline: unset;
  }
}

.only-one__heading--sub {
  color: #fff;
  font-family: "League Spartan", sans-serif;
  font-size: 64px;
  font-size: 4rem;
  font-weight: 200;
  line-height: 1.1;
  margin-left: 136px;
  margin-left: 8.5rem;
}
@media screen and (min-width: 768px) {
  .only-one__heading--sub {
    margin-left: 13.875rem;
    font-size: 6rem;
  }
}

.only-one__heading {
  color: #5BC7D8;
  -webkit-text-stroke-width: 0.5px;
  -webkit-text-stroke-width: 0.03125rem;
  -webkit-text-stroke-color: #5BC7D8;
  font-family: "Utsukushi", serif;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 4px;
  letter-spacing: 0.25rem;
  margin-top: -54px;
  margin-top: -3.375rem;
}
@media screen and (min-width: 768px) {
  .only-one__heading {
    font-size: 2.5rem;
    margin-top: -5.75rem;
  }
}
.only-one__heading span {
  color: #5BC7D8;
  font-family: "Utsukushi", serif;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 3.2px;
  letter-spacing: 0.2rem;
}
@media screen and (min-width: 768px) {
  .only-one__heading span {
    font-size: 2rem;
  }
}

.only-one__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  gap: 2.5rem;
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .only-one__list {
    gap: 7.5625rem;
  }
}

.only-one__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  gap: 2.5rem;
}
@media screen and (min-width: 768px) {
  .only-one__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 3.0625rem;
  }
}
.only-one__item.--reverse {
  gap: 40px;
  gap: 2.5rem;
}
@media screen and (min-width: 768px) {
  .only-one__item.--reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    gap: 5.375rem;
  }
}

.only-one__item-text {
  color: #000;
  font-weight: 400;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .only-one__item-text.--02 {
    margin-top: 3.1875rem;
  }
}

.only-one__icon {
  width: 30px;
  width: 1.875rem;
}
@media screen and (min-width: 768px) {
  .only-one__icon {
    width: 3.25rem;
  }
}

.only-one__title {
  font-family: "Utsukushi", serif;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 400;
  letter-spacing: 3.2px;
  letter-spacing: 0.2rem;
  margin-block: 0 18px;
  margin-block: 0 1.125rem;
}
@media screen and (min-width: 768px) {
  .only-one__title {
    font-size: 2rem;
    margin-block: 1.25rem 2.25rem;
  }
}

.only-one__text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .only-one__text {
    font-size: 1.25rem;
  }
}

.only-one__pic {
  width: 513px;
  width: 32.0625rem;
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .only-one__pic {
    margin-top: -2.5rem;
  }
}
.only-one__pic img {
  border-radius: 2rem;
  -webkit-box-shadow: 0.25rem 0.25rem 1.09375rem 0 rgba(0, 0, 0, .34);
          box-shadow: 0.25rem 0.25rem 1.09375rem 0 rgba(0, 0, 0, .34);
}
.only-one__pic.--small {
  width: 244px;
  width: 15.25rem;
  margin-top: -86.2px;
  margin-top: -5.3875rem;
  margin-left: 68px;
  margin-left: 4.25rem;
}
.only-one__pic.--small img {
  border-radius: 1rem;
}

.only-one__image {
  width: 476.5px;
  width: 29.78125rem;
  max-width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.special {
  position: relative;
  padding-top: 230px;
  padding-top: 14.375rem;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .special {
    padding-top: 4.875rem;
  }
}
@media screen and (min-width: 1440px) {
  .special {
    width: 90rem;
    margin-inline: auto;
  }
}
.special::before, .special::after {
  content: "";
  position: absolute;
  top: 0;
  height: 501px;
  height: 31.3125rem;
  background-color: #D9D9D9;
}
@media screen and (min-width: 768px) {
  .special::before, .special::after {
    height: 32.875rem;
  }
}
.special::before {
  left: 0;
  width: 94.6666666667%;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .special::before {
    width: 50%;
  }
}
@media screen and (min-width: 1440px) {
  .special::before {
    width: 45rem;
  }
}
.special::after {
  display: none;
}
@media screen and (min-width: 1440px) {
  .special::after {
    display: block;
    right: 89.9375rem;
    width: calc(50vw - 44.9375rem);
  }
}

.special__inner {
  position: relative;
  max-width: 94.6666666667%;
  background-color: #5BC7D8;
  margin-inline: auto 0;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .special__inner {
    max-width: 88.1944444444%;
  }
}
@media screen and (min-width: 1440px) {
  .special__inner {
    max-width: 79.375rem;
  }
}
.special__inner::before {
  content: "";
  position: absolute;
  bottom: 30px;
  bottom: 1.875rem;
  right: clamp(30px, -154.542px + 41.0094637224vw, 160px);
  right: clamp(1.875rem, -9.6589116719rem + 41.0094637224vw, 10rem);
  width: 96px;
  width: 6rem;
  aspect-ratio: 144/145;
  background: url(../images/sauna-icon.webp) center/contain no-repeat;
}
@media screen and (min-width: 768px) {
  .special__inner::before {
    bottom: 2.8125rem;
    right: 3rem;
    width: 9rem;
  }
}
.special__inner::after {
  content: "";
  display: none;
}
@media screen and (min-width: 1440px) {
  .special__inner::after {
    display: block;
    position: absolute;
    top: 0;
    left: 79.3125rem;
    width: calc(50vw - 44.9375rem);
    height: 100%;
    background-color: #5BC7D8;
  }
}

.special__image-wrapper {
  position: absolute;
  top: 15px;
  top: 0.9375rem;
  left: 50%;
  translate: -50% 0;
}
@media screen and (min-width: 768px) {
  .special__image-wrapper {
    top: 50%;
    left: 0;
    translate: 0 -50%;
  }
}

.special__image:nth-of-type(1) {
  width: 250px;
  width: 15.625rem;
}
@media screen and (min-width: 768px) {
  .special__image:nth-of-type(1) {
    width: 31.0416666667vw;
  }
}
@media screen and (min-width: 1440px) {
  .special__image:nth-of-type(1) {
    width: 27.9375rem;
  }
}
.special__image:nth-of-type(2) {
  width: 243px;
  width: 15.1875rem;
  margin: -71px 0 0 94px;
  margin: -4.4375rem 0 0 5.875rem;
}
@media screen and (min-width: 768px) {
  .special__image:nth-of-type(2) {
    width: 25.2083333333vw;
    margin: -8.4722222222vw 0 0 21.4583333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .special__image:nth-of-type(2) {
    width: 22.6875rem;
    margin: -7.625rem 0 0 19.3125rem;
  }
}
.special__image img {
  border-radius: 50%;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, .25);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, .25);
}

.special__body {
  max-width: 375px;
  max-width: 23.4375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 28px;
  gap: 1.75rem;
  padding: 37px 0 157px;
  padding: 2.3125rem 0 9.8125rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .special__body {
    max-width: unset;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: clamp(1.5rem, -4.5661764706rem + 8.8235294118vw, 3.375rem);
    padding: 3.25rem 0 5.9375rem clamp(21.25rem, -0.9926470588rem + 32.3529411765vw, 28.125rem);
    margin-inline: 0;
  }
}

.special__heading--sub {
  margin-left: -12px;
  margin-left: -0.75rem;
}
@media screen and (min-width: 768px) {
  .special__heading--sub {
    margin-left: 0;
  }
}

@media screen and (min-width: 768px) {
  .special__content {
    margin-top: 1.875rem;
  }
}

.special__text-wrapper {
  margin-top: 24px;
  margin-top: 1.5rem;
}

.special__text {
  text-indent: -1em;
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  margin-left: 1em;
}
@media screen and (min-width: 768px) {
  .special__text {
    font-size: 1.25rem;
  }
}
.special__text + .special__text {
  margin-top: 8px;
  margin-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .special__text + .special__text {
    margin-top: 0.625rem;
  }
}

.special__link-buy {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  border-color: #fff;
  background-color: #5BC7D8;
  color: #fff;
  margin: 24px auto 0;
  margin: 1.5rem auto 0;
}
@media screen and (min-width: 768px) {
  .special__link-buy {
    margin: 3.4375rem 0 0;
  }
}
@media (any-hover: hover) {
  .special__link-buy:hover {
    border-color: #fff;
    background-color: #fff;
    color: #5BC7D8;
  }
}

.story {
  padding-block: 32px;
  padding-block: 2rem;
}
@media screen and (min-width: 768px) {
  .story {
    padding-top: 3.75rem;
  }
}

.story__inner {
  position: relative;
}
@media screen and (min-width: 768px) {
  .story__inner {
    max-width: 72.5rem;
  }
}

.story__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  gap: 2.5rem;
}
@media screen and (min-width: 768px) {
  .story__body {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: clamp(2.5rem, -2.3529411765rem + 7.0588235294vw, 4rem);
  }
}

.story__heading--sub {
  color: #D9D9D9;
  text-align: center;
  font-family: "League Spartan", sans-serif;
  font-size: 64px;
  font-size: 4rem;
  font-weight: 100;
  line-height: 1.1;
  position: absolute;
  top: -20px;
  top: -1.25rem;
  left: 164px;
  left: 10.25rem;
}
@media screen and (min-width: 768px) {
  .story__heading--sub {
    top: -2.6875rem;
    left: 15.5625rem;
    font-size: 6rem;
  }
}

.story__image-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  gap: 1.5rem;
}

.story__image img {
  border-radius: 1.5rem;
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .25);
          box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .25);
}
.story__image:nth-child(1) {
  width: clamp(230px, 100.588px + 11.7647058824vw, 270px);
  width: clamp(14.375rem, 6.2867647059rem + 11.7647058824vw, 16.875rem);
  margin-top: 15px;
  margin-top: 0.9375rem;
}
.story__image:nth-child(2) {
  width: 180px;
  width: 11.25rem;
  margin-top: 110px;
  margin-top: 6.875rem;
}
@media screen and (min-width: 768px) {
  .story__image:nth-child(2) {
    margin-top: 13rem;
  }
}

.story__heading {
  color: #000;
  font-family: "Utsukushi", serif;
  font-size: 21px;
  font-size: 1.3125rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 4px;
  letter-spacing: 0.25rem;
  margin-bottom: 18px;
  margin-bottom: 1.125rem;
}
@media screen and (min-width: 768px) {
  .story__heading {
    font-size: 2.5rem;
    margin-bottom: 2.25rem;
  }
}

.story__text {
  color: #000;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8;
  margin-right: 8px;
  margin-right: 0.5rem;
}
@media screen and (min-width: 768px) {
  .story__text {
    font-size: 1.25rem;
  }
}

.voice {
  background: rgba(239, 239, 239, .5);
  padding-block: 40px;
  padding-block: 2.5rem;
}
@media screen and (min-width: 768px) {
  .voice {
    padding-block: 5rem;
  }
}

.voice__inner {
  max-width: 100%;
  padding: unset;
}
@media screen and (min-width: 768px) {
  .voice__inner {
    max-width: 71.875rem;
    padding-inline: 1.5625rem;
  }
}

.voice__list {
  display: grid;
  gap: 24px;
  gap: 1.5rem;
  margin-top: 32px;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .voice__list {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 3.75rem;
  }
}

.voice__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  gap: 1rem;
  border-radius: 1.25rem;
  background-color: #fff;
  padding: 20px;
  padding: 1.25rem;
  width: 335px;
  width: 20.9375rem;
  height: auto;
}
@media screen and (min-width: 768px) {
  .voice__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 2.5rem;
    padding: 2.375rem 2.1875rem 1.75rem;
    width: unset;
  }
}

.voice__item-image-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 14px;
  gap: 0.875rem;
}

.voice__item-image {
  width: 104px;
  width: 6.5rem;
}

.voice__item-name {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.64px;
  letter-spacing: 0.04rem;
}

.voice__item-hoshi {
  text-align: center;
  color: #FBA943;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .voice__item-hoshi {
    text-align: left;
    font-size: 1.25rem;
  }
}

.voice__item-text {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  margin: 16px auto 0;
  margin: 1rem auto 0;
}
@media screen and (min-width: 768px) {
  .voice__item-text {
    font-size: 1.25rem;
    margin: 1.375rem 0 0;
  }
}

.voice__swiper-container {
  position: relative;
  margin-top: 40px;
  margin-top: 2.5rem;
}
/*# sourceMappingURL=styles.css.map */
