@charset "UTF-8";
/* レスポンシブ */
:root {
  --black: #000000;
  --black-a300: #00000047;
  --black-a400: #00000066;
  --black-a500: #0000008f;
  --black-600: #141416;
  --black-a700: #000000bd;
  --black-a800: #000000db;
  --black-900: #0f0f0f;
  --black-a900: #000000f0;
  --white: #ffffff;
  --white-a700: #ffffffe0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Roboto", sans-serif;
  color: var(--black);
  position: relative;
}
body.noscroll {
  overflow: hidden;
}

h1 {
  color: var(--black-900);
  font-size: clamp(38px, 0.513rem + 3.87vw, 64px);
  font-weight: 600;
  line-height: 1.2em;
  letter-spacing: 0.04em;
}


@media (max-width: 768px) {
  h1 {
    font-size: clamp(46px, 2.479rem + 1.69vw, 64px);
  }
}

h2 {
  color: var(--black-600);
  font-size: clamp(32px, 1.613rem + 1.54vw, 48px);
  font-weight: 600;
  line-height: 1.4em;
  letter-spacing: 0.04em;
}
@media (max-width: 768px) {
  h2 {
    color: #141416;
  }
}

h3 {
  color: var(--black-a900);
  font-size: clamp(32px, 1.806rem + 0.77vw, 40px);
  font-weight: 600;
  line-height: 1.4em;
  letter-spacing: 0.04em;
}
@media (max-width: 768px) {
  h3 {
    color: #141416;
  }
}

h4 {
  color: var(--black);
  font-size: clamp(20px, 1.153rem + 0.39vw, 24px);
  font-weight: 700;
  line-height: 1.2em;
  letter-spacing: 0.08em;
}
@media (max-width: 768px) {
  h4 {
    color: rgba(20, 20, 22, 0.8588235294);
  }
}

a {
  text-decoration: none;
}

li {
  list-style: none;
}

.pc-only {
  display: block;
}
@media (max-width: 768px) {
  .pc-only {
    display: none;
  }
}

.tb-only {
  display: none;
}
@media (max-width: 1024px) {
  .tb-only {
    display: block;
  }
}

.sp-only {
  display: none;
}
@media (max-width: 768px) {
  .sp-only {
    display: block;
  }
}

@keyframes parallax-img {
  from {
    transform: translateY(0px);
  }
  to {
    transform: translateY(1200px);
  }
}
@keyframes parallax-foam {
  from {
    transform: translateY(0px);
  }
  to {
    transform: translateY(-1200px);
  }
}
#header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  padding: 40px 2.78vw 0;
}
@media (max-width: 768px) {
  #header {
    padding: 4.48vw 4.48vw 0;
  }
}
#header .header-wrapper {
  position: relative;
}
@media (max-width: 859px) {
  #header .header-wrapper {
    display: none;
  }
}
#header .header-wrapper .header-img img {
  width: 13.33vw;
  min-width: 140px;
  height: auto;
}
#header .header-wrapper .header__item-link {
  position: fixed;
  top: 40px;
  right: 2.78vw;
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 1.67vw;
  width: auto;
  padding: 8px 8px 8px 2.78vw;
  border-radius: 40px;
  background-color: var(--white);
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.0784313725);
}
@media (min-width: 1441px) {
  #header .header-wrapper .header__item-link {
    gap: 24px;
    padding: 8px 8px 8px 40px;
  }
}
#header .header-wrapper .header__item-link .header__item-link--left {
  display: flex;
  align-items: center;
  gap: 1.67vw;
}
@media (min-width: 1441px) {
  #header .header-wrapper .header__item-link .header__item-link--left {
    gap: 24px;
  }
}
#header .header-wrapper .header__item-link .header__item-link--left a {
  color: var(--black-a800);
  font-size: 16px;
  line-height: 1.2em;
  letter-spacing: 0.02em;
  transition: 0.3s;
}
#header .header-wrapper .header__item-link .header__item-link--left a:hover {
  color: var(--black-a900);
}
#header .header-wrapper .header__item-link .header__item-link--left a .insta {
  width: 20px;
  height: auto;
  transition: all 0.2s;
}
#header .header-wrapper .header__item-link .header__item-link--left a .insta:hover {
  opacity: 0.7;
}
#header .header-wrapper .header__item-link .header__item-link--left a .youtube {
  width: 28px;
  height: auto;
  transition: all 0.2s;
}
#header .header-wrapper .header__item-link .header__item-link--left a .youtube:hover {
  opacity: 0.7;
}
#header .header-wrapper .header__item-link .header__item-link--right a {
  display: block;
  width: 220px;
  font-family: "Noto Sans JP", serif;
  color: var(--white);
  font-weight: 500;
  line-height: 1.6em;
  letter-spacing: 0.07em;
  text-align: center;
  padding: 11px 0;
  border-radius: 70px;
  background-color: var(--black-a800);
  transition: 0.3s;
}
#header .header-wrapper .header__item-link .header__item-link--right a:hover {
  background-color: var(--black-a900);
}
#header .header-wrapper-sp {
  display: none;
}
@media (max-width: 859px) {
  #header .header-wrapper-sp {
    display: block;
  }
}
#header .header-wrapper-sp .header-sp img {
  width: 140px;
  height: auto;
}
#header .header-wrapper-sp .header-sp .hamburger-btn {
  position: fixed;
  top: 16px;
  right: 16px;
  z-index: 9999;
  width: 40px;
  height: 40px;
  cursor: pointer;
  background-color: var(--white);
  border-radius: 50%;
  -webkit-tap-highlight-color: transparent;
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.0784313725);
}
#header .header-wrapper-sp .header-sp .hamburger-btn span {
  content: "";
  display: block;
  width: 18px;
  height: 2px;
  background-color: #000000;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
#header .header-wrapper-sp .header-sp .hamburger-btn span:nth-of-type(1) {
  top: 14px;
  transition: 0.2s;
}
#header .header-wrapper-sp .header-sp .hamburger-btn span:nth-of-type(2) {
  top: 50%;
  transform: translate(-50%, -50%);
  transition: 0.2s;
}
#header .header-wrapper-sp .header-sp .hamburger-btn span:nth-of-type(3) {
  bottom: 14px;
  transition: 0.2s;
}
#header .header-wrapper-sp .header-sp .hamburger-btn.open span:nth-of-type(1) {
  transform: rotate(45deg) translateY(-50%);
  top: 50%;
  left: 27%;
}
#header .header-wrapper-sp .header-sp .hamburger-btn.open span:nth-of-type(2) {
  opacity: 0;
}
#header .header-wrapper-sp .header-sp .hamburger-btn.open span:nth-of-type(3) {
  transform: rotate(-45deg) translateY(50%);
  bottom: 50%;
  left: 27%;
}
#header .header-wrapper-sp .sp-menu {
  display: none;
}
#header .header-wrapper-sp .sp-menu.open {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100dvh;
  background-color: var(--white);
}
#header .header-wrapper-sp .sp-menu.open .header-img {
  position: absolute;
  top: 18px;
  left: 18px;
}
#header .header-wrapper-sp .sp-menu.open .header-img img {
  width: 140px;
  height: auto;
}
#header .header-wrapper-sp .sp-menu.open .links {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 48px;
}
#header .header-wrapper-sp .sp-menu.open .links a {
  color: rgba(20, 20, 22, 0.8588235294);
  font-size: 24px;
  line-height: 1.2em;
  letter-spacing: 0.02em;
}
#header .header-wrapper-sp .sp-menu.open .links .sns {
  display: flex;
  gap: 48px;
}
#header .header-wrapper-sp .sp-menu.open .links .sns .insta {
  width: 30px;
  height: auto;
}
#header .header-wrapper-sp .sp-menu.open .links .sns .youtube {
  width: 42px;
  height: auto;
}
#header .header-wrapper-sp .sp-menu.open .btn {
  position: absolute;
  bottom: 18px;
  left: 16px;
  text-align: center;
}
#header .header-wrapper-sp .sp-menu.open .btn a {
  display: block;
  width: 92.03vw;
  color: var(--white);
  font-family: "Noto Sans JP", serif;
  font-weight: 500;
  line-height: 1.448em;
  letter-spacing: 0.07em;
  padding: 16px 0;
  background-color: var(--black);
  border-radius: 70px;
}

#main .kv .kv__back-wrapper {
  position: relative;
  animation: parallax-img linear both;
  animation-timeline: scroll(block root);
  animation-range: 0px 100%;
}
#main .kv .kv__back-wrapper img {
  position: absolute;
  height: auto;
}
#main .kv .kv__back-wrapper .photo-pc {
  width: 56.87vw;
  top: 20px;
  right: 0;
  z-index: -1;
}
#main .kv .kv__back-wrapper .photo-sp {
  width: 100%;
  top: 15.92vw;
  left: 0;
}
#main .kv .kv__standard-wrapper {
  position: relative;
  padding: 21.46vw 8.33vw 27.36vw;
}
@media (max-width: 768px) {
  #main .kv .kv__standard-wrapper {
    padding: 173.13vw 4.97vw 76px;
  }
}
#main .kv .kv__standard-wrapper h1 {
  padding-bottom: 16px;
}
@media (max-width: 768px) {
  #main .kv .kv__standard-wrapper h1 {
    padding-bottom: 8px;
  }
}
#main .kv .kv__standard-wrapper p {
  color: var(--black-900);
  font-size: clamp(14px, 0.588rem + 0.6vw, 18px);
  font-weight: 600;
  line-height: 1.6em;
}
@media (max-width: 768px) {
  #main .kv .kv__standard-wrapper p {
    font-size: clamp(16px, 0.952rem + 0.19vw, 18px);
  }
}
#main .kv .kv__standard-wrapper svg {
  position: absolute;
  height: auto;
}
#main .kv .kv__standard-wrapper .line-skyblue path,
#main .kv .kv__standard-wrapper .line-yellow path {
  animation: draw 2s linear forwards;
  stroke-width: 50;
  fill: none;
  stroke-dasharray: 3000;
  stroke-dashoffset: 3000;
  stroke-linecap: round;
}
#main .kv .kv__standard-wrapper .line-yellow {
  width: 100%;
  top: 0;
  left: 0;
}
#main .kv .kv__standard-wrapper .line-yellow path {
  stroke: #f7e041;
}
#main .kv .kv__standard-wrapper .line-skyblue {
  width: 40.48vw;
  top: -2.78vw;
  left: -2.78vw;
}
#main .kv .kv__standard-wrapper .line-skyblue path {
  stroke: #d1ebf8;
}
#main .kv .kv__standard-wrapper .sp-only .line-skyblue path,
#main .kv .kv__standard-wrapper .sp-only .line-yellow path {
  animation: draw 5s linear forwards;
  stroke-width: 25;
}
#main .kv .kv__standard-wrapper .sp-only .line-skyblue {
  width: 82.09vw;
}
#main .kv .kv__standard-wrapper .sp-only .line-yellow {
  top: 100px;
}
@keyframes draw {
  to {
    stroke-dashoffset: 0;
  }
}
#main .kv .kv__front-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  animation: parallax-foam linear;
  animation-timeline: scroll();
}
#main .kv .kv__front-wrapper .pc-only img {
  pointer-events: none;
}
#main .kv .kv__front-wrapper .pc-only img:first-child {
  width: 100%;
  height: auto;
}
#main .kv .kv__front-wrapper .pc-only img:nth-child(2) {
  position: absolute;
  width: 56.67vw;
  height: auto;
  top: 0;
  left: 0;
}
#main .kv .kv__front-wrapper .pc-only img:nth-child(3) {
  position: absolute;
  width: 76.44vw;
  max-width: 2000px;
  height: auto;
  top: 24.86vw;
  right: 0;
}
#main .kv .kv__front-wrapper .sp-only img {
  pointer-events: none;
}
#main .kv .kv__front-wrapper .sp-only img:first-child {
  width: 100%;
  height: 100%;
}
#main .kv .kv__front-wrapper .sp-only img:nth-child(2) {
  position: absolute;
  width: 25.6vw;
  height: auto;
  top: 133.83vw;
  left: 0;
}
#main .kv .kv__front-wrapper .sp-only img:nth-child(3) {
  position: absolute;
  width: 89.05vw;
  height: auto;
  top: 36.07vw;
  right: 0;
}
#main .kv .kv__front-wrapper .bottle {
  width: 50.62vw;
  height: auto;
  position: absolute;
  top: 25.91vw;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 768px) {
  #main .kv .kv__front-wrapper .bottle {
    width: 100%;
    top: 78.36vw;
  }
}
#main .about {
  padding: 120px 0 83px;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  #main .about {
    padding: 50px 0 63px;
  }
}
#main .about .about__front-wrapper {
  position: relative;
  left: 0;
  z-index: 4;
  animation: parallax-foam linear;
  animation-timeline: scroll();
}
#main .about .about__front-wrapper .pc-only {
  position: relative;
}
#main .about .about__front-wrapper svg {
  position: absolute;
  width: 100%;
  height: auto;
  pointer-events: none;
  top: 390px;
  left: 0;
  z-index: 4;
}
#main .about .about__front-wrapper svg .line-path {
  transition: stroke-dashoffset 4s linear;
  stroke: #f9d2d9;
  stroke-width: 50;
  stroke-linecap: round;
  fill: none;
  stroke-dasharray: 5000;
  stroke-dashoffset: 5000;
}
#main .about .about__front-wrapper svg.active .line-path {
  stroke-dashoffset: 0;
}
#main .about .about__front-wrapper .sp-only svg {
  top: calc(352px + -0.1693989071 * (100vw - 402px));
}
#main .about .about__front-wrapper .sp-only svg .line-path {
  transition: stroke-dashoffset 7s linear;
  stroke-width: 20;
}
#main .about .about__standard-wrapper {
  position: relative;
  padding: 0 15.97vw 2.78vw;
  z-index: 20;
}
@media (max-width: 768px) {
  #main .about .about__standard-wrapper {
    padding: 0 4.97vw 32px;
  }
}
#main .about .about__standard-wrapper h4 {
  padding-bottom: 40px;
}
@media (max-width: 768px) {
  #main .about .about__standard-wrapper h4 {
    padding-bottom: 32px;
  }
}
#main .about .about__standard-wrapper h2 {
  padding-bottom: 16px;
}
#main .about .about__standard-wrapper p {
  color: var(--black-a400);
  line-height: 2em;
  letter-spacing: 0.02em;
}
#main .about .about__movie-wrapper {
  position: relative;
  margin: 0 8.33vw;
  z-index: 3;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 768px) {
  #main .about .about__movie-wrapper {
    margin: 0 4.97vw;
  }
}
@media (min-width: 1441px) {
  #main .about .about__movie-wrapper {
    width: 83.33vw;
    max-width: 1440px;
    margin: 0 auto;
  }
}
#main .about .about__movie-wrapper .pv-image {
  border-radius: 10%;
  width: 100%;
}
@media (max-width: 768px) {
  #main .about .about__movie-wrapper .pv-image {
    border-radius: 48px;
  }
}
#main .about .about__movie-wrapper .texts {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
#main .about .about__movie-wrapper .texts p {
  transition: 0.3s;
}
#main .about .about__movie-wrapper .texts p:first-child {
  color: var(--white);
  font-size: 32px;
  font-weight: 400;
  line-height: 1.2em;
  letter-spacing: 0.09em;
  padding-bottom: 16px;
}
@media (max-width: 768px) {
  #main .about .about__movie-wrapper .texts p:first-child {
    font-size: 18px;
    padding-bottom: 8px;
  }
}
#main .about .about__movie-wrapper .texts p:last-child {
  color: var(--white-a700);
  line-height: 1.2em;
  letter-spacing: 0.04em;
}
@media (max-width: 768px) {
  #main .about .about__movie-wrapper .texts p:last-child {
    font-size: 12px;
  }
}
#main .about .about__movie-wrapper .texts img {
  width: 60px;
  height: auto;
  padding-bottom: 18px;
  transition: 0.3s;
}
@media (max-width: 768px) {
  #main .about .about__movie-wrapper .texts img {
    width: 48px;
    padding-bottom: 12px;
  }
}
#main .about .about__movie-wrapper:hover .texts img, #main .about .about__movie-wrapper:hover .texts p {
  opacity: 0.5;
}
#main .about dialog[open] {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  width: 100vw;
  height: 100dvh;
  max-width: 100vw;
  max-height: 100dvh;
  border: none;
  animation: fadeIn 0.6s forwards ease-in-out;
  background: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
#main .about dialog[open] .about__movie-modal-content {
  position: relative;
}
#main .about dialog[open] .about__movie-modal-content video {
  max-width: 100%;
  max-height: 60vh;
  filter: drop-shadow(0px 0px rgba(0, 0, 0, 0));
  outline: none;
  border: none;
}
#main .about dialog[open] .about__movie-modal-content .close-btn {
  position: absolute;
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 32px;
  border: 1px solid var(--black);
  border-radius: 30px;
  cursor: pointer;
  transition: 0.3s;
}
#main .about dialog[open] .about__movie-modal-content .close-btn .icon path {
  transition: 0.3s;
}
#main .about dialog[open] .about__movie-modal-content .close-btn:hover {
  color: var(--white);
  background-color: var(--black);
}
#main .about dialog[open] .about__movie-modal-content .close-btn:hover .icon path {
  fill: white;
}
#main .about dialog {
  animation: fadeOut 0.6s forwards ease-out;
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
#main .feature {
  position: relative;
  z-index: 0;
}
#main .feature .feature__back-wrapper {
  position: relative;
  z-index: 0;
  animation: parallax-img linear;
  animation-timeline: scroll();
}
#main .feature .feature__back-wrapper .pc-only .line-orange {
  position: absolute;
  width: 100%;
  height: auto;
  pointer-events: none;
  top: calc(-596px + -0.5722801788 * (100vw - 769px));
  left: 0;
  z-index: 1;
}
#main .feature .feature__back-wrapper .pc-only .line-orange .line-path {
  transition: stroke-dashoffset 4s linear;
  stroke: #e6b284;
  stroke-width: 2;
  stroke-linecap: round;
  fill: none;
  stroke-dasharray: 5000;
  stroke-dashoffset: 5000;
}
#main .feature .feature__back-wrapper .pc-only .line-orange.active .line-path {
  stroke-dashoffset: 0;
}
#main .feature .feature__back-wrapper .pc-only .line-yellow {
  position: absolute;
  top: clamp(104.375rem, 83.603rem + 43.22vw, 122.5rem);
  left: -25px;
  width: 12.5vw;
  min-width: 168px;
}
#main .feature .feature__back-wrapper .pc-only .line-yellow .line-path {
  transition: stroke-dashoffset 1.5s linear;
  stroke: #f7e041;
  stroke-width: 30;
  stroke-linecap: round;
  fill: none;
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
}
#main .feature .feature__back-wrapper .pc-only .line-yellow.active .line-path {
  stroke-dashoffset: 0;
}
#main .feature .feature__back-wrapper .pc-only img {
  position: absolute;
  right: 0;
}
#main .feature .feature__back-wrapper .pc-only img.wave-orange {
  width: 14.44vw;
  top: 1140px;
}
#main .feature .feature__back-wrapper .pc-only img.wave-purple {
  width: 12.57vw;
  top: 2590px;
}
#main .feature .feature__back-wrapper .sp-only .line-orange {
  position: absolute;
  width: 100%;
  height: auto;
  pointer-events: none;
  top: calc(-400px + -0.737704918 * (100vw - 402px));
  left: 0;
  z-index: 1;
}
#main .feature .feature__back-wrapper .sp-only .line-orange .line-path {
  transition: stroke-dashoffset 10s linear;
  stroke: #e6b284;
  stroke-width: 2;
  stroke-linecap: round;
  fill: none;
  stroke-dasharray: 5000;
  stroke-dashoffset: 5000;
}
#main .feature .feature__back-wrapper .sp-only .line-orange.active .line-path {
  stroke-dashoffset: 0;
}
#main .feature .feature__back-wrapper .sp-only .line-yellow {
  position: absolute;
  top: clamp(130rem, 118.673rem + 45.08vw, 140.313rem);
  left: -25px;
  width: 34.82vw;
  min-width: 168px;
}
#main .feature .feature__back-wrapper .sp-only .line-yellow .line-path {
  transition: stroke-dashoffset 3s linear;
  stroke: #f7e041;
  stroke-width: 15;
  stroke-linecap: round;
  fill: none;
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
}
#main .feature .feature__back-wrapper .sp-only .line-yellow.active .line-path {
  stroke-dashoffset: 0;
}
#main .feature .feature__back-wrapper .sp-only img {
  position: absolute;
  right: 0;
}
#main .feature .feature__back-wrapper .sp-only img.wave-orange {
  width: 18.9vw;
  max-width: 83px;
  top: clamp(62.813rem, 45.307rem + 69.67vw, 78.75rem);
}
#main .feature .feature__back-wrapper .sp-only img.wave-purple {
  width: 18.9vw;
  max-width: 83px;
  top: clamp(157.813rem, 150.605rem + 28.69vw, 164.375rem);
}
#main .feature .feature-bg {
  height: 15.1vw;
  display: block;
}
#main .feature .feature-bg img {
  width: 100%;
  height: auto;
}
#main .feature .feature-01 {
  text-align: center;
  padding: 238px 0 178px;
  background-color: #d1ebf8;
  transition: all 0.3s ease-in;
}
#main .feature .feature-01.khaki {
  background-color: #c5c9b1;
}
@media (max-width: 768px) {
  #main .feature .feature-01 {
    text-align: left;
    padding: 130px 4.97vw 122px;
  }
}
#main .feature .feature-01 h4 {
  padding-bottom: 64px;
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  #main .feature .feature-01 h4 {
    padding-bottom: 32px;
  }
}
#main .feature .feature-01 .title {
  position: relative;
  z-index: 2;
  padding-bottom: 46px;
}
@media (max-width: 768px) {
  #main .feature .feature-01 .title {
    padding-bottom: 16px;
  }
}
#main .feature .feature-01 .title img {
  margin: 0 auto;
  width: 54.16vw;
  height: auto;
}
@media (max-width: 768px) {
  #main .feature .feature-01 .title img {
    width: 90.04vw;
    max-width: 362px;
    margin: 0;
  }
}
#main .feature .feature-01 .texts {
  display: flex;
  margin: 0 21.87vw;
  padding-bottom: 64px;
}
@media (max-width: 768px) {
  #main .feature .feature-01 .texts {
    flex-direction: column;
    gap: 15px;
    margin: 0;
    padding-bottom: 24px;
  }
}
@media (min-width: 1441px) {
  #main .feature .feature-01 .texts {
    width: 56.25vw;
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 32px;
  }
}
#main .feature .feature-01 .texts h3 {
  font-size: clamp(1.375rem, 0.086rem + 2.68vw, 2.5rem);
  flex-basis: 48.754%;
  text-align: left;
}
@media (max-width: 768px) {
  #main .feature .feature-01 .texts h3 {
    font-size: clamp(32px, 1.806rem + 0.77vw, 40px);
  }
}
#main .feature .feature-01 .texts p {
  flex-basis: 51.246%;
  text-align: left;
  color: var(--black-a900);
  font-size: 14px;
  line-height: 2em;
  letter-spacing: 0.02em;
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  #main .feature .feature-01 .texts p {
    color: var(--black-a400);
    font-size: 16px;
  }
}
#main .feature .feature-01 .image {
  padding: 0 15.97vw;
}
@media (max-width: 768px) {
  #main .feature .feature-01 .image {
    padding: 0;
  }
}
#main .feature .feature-01 .image img {
  margin: auto;
  height: auto;
  width: 100%;
  max-width: 1440px;
  padding-bottom: 64px;
}
#main .feature .feature-01 .area__bottom {
  display: flex;
  align-items: center;
  gap: 5vw;
  margin: 0 15.97vw;
  padding: 32px;
  background-color: var(--white);
  border-radius: 24px;
  z-index: 1;
  position: relative;
}
@media (max-width: 768px) {
  #main .feature .feature-01 .area__bottom {
    flex-direction: column;
    gap: 24px;
    margin: 0;
    padding: 24px 3.98vw;
  }
}
@media (min-width: 1441px) {
  #main .feature .feature-01 .area__bottom {
    width: 68.05vw;
    max-width: 1440px;
    margin: 0 auto;
  }
}
#main .feature .feature-01 .area__bottom div {
  text-align: left;
}
#main .feature .feature-01 .area__bottom h3 {
  letter-spacing: 0.08em;
  padding-bottom: 12px;
}
#main .feature .feature-01 .area__bottom p {
  color: var(--black-a500);
  font-size: 14px;
  line-height: 2em;
  letter-spacing: 0.02em;
}
#main .feature .feature-01 .area__bottom img {
  width: 28.61vw;
  max-width: 604px;
  height: auto;
}
@media (max-width: 768px) {
  #main .feature .feature-01 .area__bottom img {
    width: 100%;
  }
}
#main .feature .feature-01 .annotation {
  position: relative;
  color: var(--black-a500);
  font-size: 14px;
  text-align: right;
  margin: 0 15.97vw;
  padding-right: 10px;
}
@media (max-width: 768px) {
  #main .feature .feature-01 .annotation {
    margin: 0;
  }
}
#main .feature .feature-02 {
  padding: 120px 15.97vw;
  transition: all 0.3s ease-in;
}
#main .feature .feature-02.sky-blue {
  background-color: #d1ebf8;
}
#main .feature .feature-02.khaki {
  background-color: #c5c9b1;
}
#main .feature .feature-02.pink {
  background-color: #f9d2d9;
}
@media (max-width: 768px) {
  #main .feature .feature-02 {
    padding: 120px 4.97vw;
  }
}
#main .feature .feature-02 h4 {
  padding-left: 44.898%;
  padding-bottom: 65px;
}
@media (max-width: 768px) {
  #main .feature .feature-02 h4 {
    padding-left: 0;
    padding-bottom: 32px;
  }
}
#main .feature .feature-02 .contents__head {
  display: flex;
  padding-bottom: 64px;
  position: relative;
}
@media (max-width: 768px) {
  #main .feature .feature-02 .contents__head {
    flex-direction: column;
  }
}
@media (min-width: 1441px) {
  #main .feature .feature-02 .contents__head {
    max-width: 1440px;
    margin: 0 auto;
  }
}
#main .feature .feature-02 .contents__head .image {
  flex-basis: 44.898%;
}
@media (max-width: 768px) {
  #main .feature .feature-02 .contents__head .image {
    order: 2;
    text-align: center;
  }
}
#main .feature .feature-02 .contents__head .image img {
  width: 26.11vw;
  max-width: 376px;
  height: auto;
}
@media (max-width: 768px) {
  #main .feature .feature-02 .contents__head .image img {
    width: 280px;
  }
}
#main .feature .feature-02 .contents__head .texts {
  flex-basis: 55.102%;
}
@media (max-width: 768px) {
  #main .feature .feature-02 .contents__head .texts {
    display: contents;
  }
}
@media (max-width: 768px) {
  #main .feature .feature-02 .contents__head .texts h3 {
    order: 1;
    padding-bottom: 32px;
  }
}
@media (max-width: 1090px) {
  #main .feature .feature-02 .contents__head .texts h3 .br-responsive {
    display: none;
  }
}
#main .feature .feature-02 .contents__head .texts .title {
  color: var(--black-a900);
  font-size: 16px;
  font-weight: 600;
  line-height: 2em;
  letter-spacing: 0.08em;
  padding-top: 32px;
}
@media (max-width: 768px) {
  #main .feature .feature-02 .contents__head .texts .title {
    order: 3;
  }
}
#main .feature .feature-02 .contents__head .texts .explain {
  color: var(--black-a500);
  font-size: 14px;
  line-height: 1.8em;
  letter-spacing: 0.02em;
  padding-top: 8px;
}
@media (max-width: 768px) {
  #main .feature .feature-02 .contents__head .texts .explain {
    order: 3;
  }
}
#main .feature .feature-02 .contents__bottom {
  position: relative;
  padding: 30px 0 16px;
  background-color: #ffffff;
  border-radius: 24px;
}
@media (max-width: 768px) {
  #main .feature .feature-02 .contents__bottom {
    padding: 10px 0 16px;
  }
}
@media (min-width: 1441px) {
  #main .feature .feature-02 .contents__bottom {
    width: 68.05vw;
    max-width: 1440px;
    margin: 0 auto;
  }
}
#main .feature .feature-02 .contents__bottom .essence-text-img {
  width: 100%;
  height: auto;
  padding: 0 1.67vw;
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  #main .feature .feature-02 .contents__bottom .essence-text-img {
    padding: 0 2.49vw;
    position: relative;
    z-index: 1;
  }
}
#main .feature .feature-02 .contents__bottom .area-flex {
  display: flex;
  align-items: center;
  padding-left: 2.22vw;
}
@media (max-width: 768px) {
  #main .feature .feature-02 .contents__bottom .area-flex {
    flex-direction: column;
    padding: 0 3.98vw;
  }
}
#main .feature .feature-02 .contents__bottom .area-flex .texts h3 {
  font-size: clamp(1.75rem, 1.486rem + 1.13vw, 2.5rem);
  letter-spacing: 0.08em;
}
@media (max-width: 768px) {
  #main .feature .feature-02 .contents__bottom .area-flex .texts h3 {
    padding-bottom: 8px;
  }
}
@media (min-width: 1433px) {
  #main .feature .feature-02 .contents__bottom .area-flex .texts h3 .br-responsive {
    display: none;
  }
}
#main .feature .feature-02 .contents__bottom .area-flex .texts h3 sup {
  color: var(--black-a400);
  font-size: 14px;
  top: -1.6em;
}
@media (max-width: 768px) {
  #main .feature .feature-02 .contents__bottom .area-flex .texts h3 sup {
    font-size: 10px;
    top: -1.4em;
  }
}
#main .feature .feature-02 .contents__bottom .area-flex .texts .lead {
  color: var(--black-a700);
  font-size: 20px;
  font-weight: 600;
  line-height: 2em;
  letter-spacing: 0.08em;
  padding-bottom: 3.33vw;
}
@media (max-width: 768px) {
  #main .feature .feature-02 .contents__bottom .area-flex .texts .lead {
    font-size: 16px;
    padding-bottom: 16px;
  }
}
#main .feature .feature-02 .contents__bottom .area-flex .texts .summary {
  color: var(--black-a500);
  font-size: 14px;
  line-height: 2em;
  letter-spacing: 0.02em;
  padding-bottom: 24px;
  margin-right: 5.14vw;
}
@media (max-width: 768px) {
  #main .feature .feature-02 .contents__bottom .area-flex .texts .summary {
    margin: 0;
    padding-bottom: 16px;
    max-width: 330px;
  }
}
#main .feature .feature-02 .contents__bottom .area-flex .texts .supplement {
  color: var(--black-a300);
  font-size: 12px;
  line-height: 1.6em;
  letter-spacing: 0.02em;
  margin-right: 5.14vw;
}
@media (max-width: 768px) {
  #main .feature .feature-02 .contents__bottom .area-flex .texts .supplement {
    margin: 0;
  }
}
#main .feature .feature-02 .contents__bottom .area-flex .image img {
  width: 28.82vw;
  max-width: 616px;
  height: auto;
}
@media (max-width: 768px) {
  #main .feature .feature-02 .contents__bottom .area-flex .image img {
    width: 100%;
  }
}
#main .feature .feature-02 .contents__bottom .area-flex .image .annotation {
  color: var(--black-a500);
  font-size: 14px;
  text-align: right;
  padding-right: 10px;
}
#main .feature .feature-02 .contents__bottom .image-sp {
  position: absolute;
  top: 40px;
  right: 0;
  width: 29.85vw;
  height: auto;
}
#main .feature .feature-03 {
  padding: 120px 15.97vw;
  transition: all 0.3s ease-in;
}
@media (max-width: 768px) {
  #main .feature .feature-03 {
    padding: 120px 4.97vw;
  }
}
#main .feature .feature-03.khaki {
  background-color: #c5c9b1;
}
#main .feature .feature-03.pink {
  background-color: #f9d2d9;
}
#main .feature .feature-03.white {
  background-color: none;
}
#main .feature .feature-03 h4 {
  padding-bottom: 64px;
}
@media (max-width: 768px) {
  #main .feature .feature-03 h4 {
    padding-bottom: 32px;
  }
}
@media (min-width: 1441px) {
  #main .feature .feature-03 h4 {
    width: 68.05vw;
    max-width: 1440px;
    margin: 0 auto;
  }
}
#main .feature .feature-03 h3 {
  padding-bottom: 64px;
  position: relative;
}
@media (max-width: 768px) {
  #main .feature .feature-03 h3 {
    padding-bottom: 55px;
  }
}
@media (min-width: 1441px) {
  #main .feature .feature-03 h3 {
    width: 68.05vw;
    max-width: 1440px;
    margin: 0 auto;
  }
}
#main .feature .feature-03 .contents__head {
  display: flex;
  gap: 3.82vw;
  padding-bottom: 92px;
}
@media (max-width: 1024px) {
  #main .feature .feature-03 .contents__head {
    flex-direction: column;
    gap: 32px;
  }
}
@media (max-width: 768px) {
  #main .feature .feature-03 .contents__head {
    padding-bottom: 0;
  }
}
@media (min-width: 1441px) {
  #main .feature .feature-03 .contents__head {
    width: 68.05vw;
    max-width: 1440px;
    margin: 0 auto;
  }
}
#main .feature .feature-03 .contents__head .item {
  flex: 1;
}
#main .feature .feature-03 .contents__head .item .item-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 24px;
}
@media (max-width: 1024px) {
  #main .feature .feature-03 .contents__head .item .item-head {
    flex-direction: row-reverse;
    justify-content: flex-end;
    gap: 16px;
  }
}
@media (max-width: 768px) {
  #main .feature .feature-03 .contents__head .item .item-head {
    padding-bottom: 16px;
  }
}
#main .feature .feature-03 .contents__head .item .item-head .title {
  color: var(--black-a900);
  font-size: 20px;
  font-weight: 600;
  line-height: 1.6em;
  letter-spacing: 0.08em;
}
#main .feature .feature-03 .contents__head .item .item-head .title sup {
  top: -0.9em;
  color: var(--black-a400);
  font-size: 10px;
  letter-spacing: 0.02em;
  padding-left: 4px;
}
@media (max-width: 1230px) {
  #main .feature .feature-03 .contents__head .item .item-head .title .br-responsive {
    display: none;
  }
}
@media (max-width: 768px) {
  #main .feature .feature-03 .contents__head .item .item-head .title .br-responsive {
    display: block;
  }
}
#main .feature .feature-03 .contents__head .item .item-head img {
  width: 6.11vw;
  max-width: 129px;
  height: auto;
}
@media (max-width: 768px) {
  #main .feature .feature-03 .contents__head .item .item-head img {
    width: 88px;
  }
}
#main .feature .feature-03 .contents__head .item .item-text {
  color: var(--black-a900);
  font-size: 14px;
  line-height: 2em;
  letter-spacing: 0.02em;
  padding-bottom: 16px;
}
@media (max-width: 768px) {
  #main .feature .feature-03 .contents__head .item .item-text {
    padding-bottom: 8px;
  }
}
#main .feature .feature-03 .contents__head .item .note {
  color: var(--black-a400);
  font-size: 12px;
  line-height: 1.6em;
  letter-spacing: 0.02em;
}
#main .voice {
  padding: 120px 0 40px;
  transition: all 0.3s ease-in;
  position: relative;
  z-index: 1;
}
#main .voice.pink {
  background-color: #f9d2d9;
}
#main .voice.white {
  background-color: none;
}
@media (max-width: 768px) {
  #main .voice {
    padding: 50px 0 70px;
  }
}
#main .voice .voice__back-wrapper {
  position: relative;
  z-index: -1;
  animation: parallax-img linear;
  animation-timeline: scroll();
}
#main .voice .voice__back-wrapper .pc-only svg {
  position: absolute;
}
#main .voice .voice__back-wrapper .pc-only svg .line-path {
  transition: stroke-dashoffset 3s linear;
  stroke-width: 50;
  stroke-linecap: round;
  fill: none;
}
#main .voice .voice__back-wrapper .pc-only svg.line-gray {
  top: clamp(-39.375rem, -70.175rem + 64.08vw, -12.5rem);
  right: 0;
  width: 62.22vw;
  max-width: 1300px;
}
@media (min-width: 1441px) {
  #main .voice .voice__back-wrapper .pc-only svg.line-gray {
    top: calc(-200px + -0.2144772118 * (100vw - 1441px));
  }
}
#main .voice .voice__back-wrapper .pc-only svg.line-gray .line-path {
  stroke: #c1c7d1;
  stroke-dasharray: 4000;
  stroke-dashoffset: 4000;
}
#main .voice .voice__back-wrapper .pc-only svg.line-yellow {
  top: clamp(-67.5rem, -73.23rem + 11.92vw, -62.5rem);
  left: 0;
  width: 100%;
}
#main .voice .voice__back-wrapper .pc-only svg.line-yellow .line-path {
  stroke: #f7e041;
  stroke-dasharray: 5000;
  stroke-dashoffset: 5000;
}
#main .voice .voice__back-wrapper .pc-only svg.active .line-path {
  stroke-dashoffset: 0;
}
#main .voice .voice__back-wrapper .sp-only svg {
  position: absolute;
  width: 100%;
  height: auto;
}
#main .voice .voice__back-wrapper .sp-only svg .line-path {
  stroke-width: 20;
  stroke-linecap: round;
  fill: none;
}
#main .voice .voice__back-wrapper .sp-only svg.line-yellow {
  top: calc(-180px + -0.5737704918 * (100vw - 402px));
  left: 0;
}
#main .voice .voice__back-wrapper .sp-only svg.line-yellow .line-path {
  transition: stroke-dashoffset 7s linear;
  stroke: #f7e041;
  stroke-dasharray: 5000;
  stroke-dashoffset: 5000;
}
#main .voice .voice__back-wrapper .sp-only svg.line-gray {
  top: calc(620px + -0.2459016393 * (100vw - 402px));
  left: 0;
}
#main .voice .voice__back-wrapper .sp-only svg.line-gray .line-path {
  transition: stroke-dashoffset 2s linear;
  stroke: #c1c7d1;
  stroke-dasharray: 1500;
  stroke-dashoffset: 1500;
}
#main .voice .voice__back-wrapper .sp-only svg.active .line-path {
  stroke-dashoffset: 0;
}
#main .voice .voice__standard-wrapper {
  padding: 0 15.97vw;
}
@media (max-width: 768px) {
  #main .voice .voice__standard-wrapper {
    padding: 0 4.97vw;
  }
}
#main .voice .voice__standard-wrapper .standard-wrapper__head {
  padding-bottom: 80px;
}
@media (max-width: 768px) {
  #main .voice .voice__standard-wrapper .standard-wrapper__head {
    padding-bottom: 0;
  }
}
#main .voice .voice__standard-wrapper .standard-wrapper__head h4 {
  text-align: center;
  padding-bottom: 64px;
}
@media (max-width: 768px) {
  #main .voice .voice__standard-wrapper .standard-wrapper__head h4 {
    padding-bottom: 32px;
  }
}
#main .voice .voice__standard-wrapper .standard-wrapper__head h3 {
  text-align: center;
  padding-bottom: 16px;
}
@media (max-width: 768px) {
  #main .voice .voice__standard-wrapper .standard-wrapper__head h3 {
    padding-bottom: 24px;
  }
}
#main .voice .voice__standard-wrapper .standard-wrapper__head .survey {
  text-align: center;
  color: var(--black-a900);
  padding-bottom: 88px;
}
@media (max-width: 768px) {
  #main .voice .voice__standard-wrapper .standard-wrapper__head .survey {
    padding-bottom: 80px;
  }
}
#main .voice .voice__standard-wrapper .standard-wrapper__head .survey p:first-child {
  font-size: 14px;
  line-height: 2em;
  letter-spacing: 0.02em;
}
@media (max-width: 768px) {
  #main .voice .voice__standard-wrapper .standard-wrapper__head .survey p:first-child {
    font-size: 13px;
  }
}
#main .voice .voice__standard-wrapper .standard-wrapper__head .survey p:last-child {
  color: rgba(0, 0, 0, 0.7411764706);
  font-size: 10px;
  line-height: 2em;
  letter-spacing: 0.02em;
  padding-top: 16px;
}
#main .voice .voice__standard-wrapper .standard-wrapper__head .satisfy,
#main .voice .voice__standard-wrapper .standard-wrapper__head .fragrance,
#main .voice .voice__standard-wrapper .standard-wrapper__head .quality {
  position: relative;
}
@media (min-width: 1441px) {
  #main .voice .voice__standard-wrapper .standard-wrapper__head .satisfy,
  #main .voice .voice__standard-wrapper .standard-wrapper__head .fragrance,
  #main .voice .voice__standard-wrapper .standard-wrapper__head .quality {
    width: 68.05vw;
    max-width: 980px;
    margin: 0 auto;
  }
}
#main .voice .voice__standard-wrapper .standard-wrapper__head .satisfy .percent,
#main .voice .voice__standard-wrapper .standard-wrapper__head .fragrance .percent,
#main .voice .voice__standard-wrapper .standard-wrapper__head .quality .percent {
  width: 20.83vw;
  max-width: 300px;
  height: 20.83vw;
  max-height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: var(--black);
  border-radius: 50%;
}
@media (max-width: 768px) {
  #main .voice .voice__standard-wrapper .standard-wrapper__head .satisfy .percent,
  #main .voice .voice__standard-wrapper .standard-wrapper__head .fragrance .percent,
  #main .voice .voice__standard-wrapper .standard-wrapper__head .quality .percent {
    width: 300px;
    height: 300px;
    margin: 0 auto;
  }
}
#main .voice .voice__standard-wrapper .standard-wrapper__head .satisfy .percent .text,
#main .voice .voice__standard-wrapper .standard-wrapper__head .fragrance .percent .text,
#main .voice .voice__standard-wrapper .standard-wrapper__head .quality .percent .text {
  color: var(--white);
  font-size: clamp(12px, 0.177rem + 1.19vw, 20px);
  font-weight: 600;
  line-height: 1.2em;
  letter-spacing: 0.24em;
}
@media (max-width: 768px) {
  #main .voice .voice__standard-wrapper .standard-wrapper__head .satisfy .percent .text,
  #main .voice .voice__standard-wrapper .standard-wrapper__head .fragrance .percent .text,
  #main .voice .voice__standard-wrapper .standard-wrapper__head .quality .percent .text {
    font-size: 20px;
  }
}



@media (max-width: 768px) {
    .star-text {
        font-size: 30px; /* モバイル用のフォントサイズ */
    }
}

#main .voice .voice__standard-wrapper .standard-wrapper__head .satisfy .percent .num,
#main .voice .voice__standard-wrapper .standard-wrapper__head .fragrance .percent .num,
#main .voice .voice__standard-wrapper .standard-wrapper__head .quality .percent .num {
  color: var(--white);
  font-size: clamp(46px, -2.425rem + 11.03vw, 120px);
  font-weight: 500;
  line-height: 1.1em;
  letter-spacing: -0.08em;
}
@media (max-width: 768px) {
  #main .voice .voice__standard-wrapper .standard-wrapper__head .satisfy .percent .num,
  #main .voice .voice__standard-wrapper .standard-wrapper__head .fragrance .percent .num,
  #main .voice .voice__standard-wrapper .standard-wrapper__head .quality .percent .num {
    font-size: 120px;
  }
}
#main .voice .voice__standard-wrapper .standard-wrapper__head .satisfy .percent .num span,
#main .voice .voice__standard-wrapper .standard-wrapper__head .fragrance .percent .num span,
#main .voice .voice__standard-wrapper .standard-wrapper__head .quality .percent .num span {
  font-size: clamp(20px, 0.39rem + 1.79vw, 32px);
  font-weight: 300;
  line-height: 1.2em;
  padding-left: 10px;
}
@media (max-width: 768px) {
  #main .voice .voice__standard-wrapper .standard-wrapper__head .satisfy .percent .num span,
  #main .voice .voice__standard-wrapper .standard-wrapper__head .fragrance .percent .num span,
  #main .voice .voice__standard-wrapper .standard-wrapper__head .quality .percent .num span {
    font-size: 32px;
  }
}
#main .voice .voice__standard-wrapper .standard-wrapper__head .satisfy .percent .yes-area,
#main .voice .voice__standard-wrapper .standard-wrapper__head .fragrance .percent .yes-area,
#main .voice .voice__standard-wrapper .standard-wrapper__head .quality .percent .yes-area {
  display: flex;
  align-items: center;
  gap: 6px;
  padding-top: 1.11vw;
}
@media (max-width: 768px) {
  #main .voice .voice__standard-wrapper .standard-wrapper__head .satisfy .percent .yes-area,
  #main .voice .voice__standard-wrapper .standard-wrapper__head .fragrance .percent .yes-area,
  #main .voice .voice__standard-wrapper .standard-wrapper__head .quality .percent .yes-area {
    padding-top: 16px;
  }
}
#main .voice .voice__standard-wrapper .standard-wrapper__head .satisfy .percent .yes-area .yes,
#main .voice .voice__standard-wrapper .standard-wrapper__head .fragrance .percent .yes-area .yes,
#main .voice .voice__standard-wrapper .standard-wrapper__head .quality .percent .yes-area .yes {
  color: var(--white);
  font-weight: 500;
  font-size: clamp(20px, 0.39rem + 1.79vw, 32px);
}
@media (max-width: 768px) {
  #main .voice .voice__standard-wrapper .standard-wrapper__head .satisfy .percent .yes-area .yes,
  #main .voice .voice__standard-wrapper .standard-wrapper__head .fragrance .percent .yes-area .yes,
  #main .voice .voice__standard-wrapper .standard-wrapper__head .quality .percent .yes-area .yes {
    font-size: 32px;
  }
}
#main .voice .voice__standard-wrapper .standard-wrapper__head .satisfy .percent .yes-area .num,
#main .voice .voice__standard-wrapper .standard-wrapper__head .fragrance .percent .yes-area .num,
#main .voice .voice__standard-wrapper .standard-wrapper__head .quality .percent .yes-area .num {
  font-size: clamp(36px, -0.902rem + 6.56vw, 80px);
}
@media (max-width: 768px) {
  #main .voice .voice__standard-wrapper .standard-wrapper__head .satisfy .percent .yes-area .num,
  #main .voice .voice__standard-wrapper .standard-wrapper__head .fragrance .percent .yes-area .num,
  #main .voice .voice__standard-wrapper .standard-wrapper__head .quality .percent .yes-area .num {
    font-size: 80px;
  }
}
#main .voice .voice__standard-wrapper .standard-wrapper__head .satisfy .percent .no-area,
#main .voice .voice__standard-wrapper .standard-wrapper__head .fragrance .percent .no-area,
#main .voice .voice__standard-wrapper .standard-wrapper__head .quality .percent .no-area {
  display: flex;
  align-items: center;
  gap: 8px;
}
#main .voice .voice__standard-wrapper .standard-wrapper__head .satisfy .percent .no-area .no,
#main .voice .voice__standard-wrapper .standard-wrapper__head .fragrance .percent .no-area .no,
#main .voice .voice__standard-wrapper .standard-wrapper__head .quality .percent .no-area .no {
  color: #707070;
  font-size: clamp(20px, 0.39rem + 1.79vw, 32px);
}
@media (max-width: 768px) {
  #main .voice .voice__standard-wrapper .standard-wrapper__head .satisfy .percent .no-area .no,
  #main .voice .voice__standard-wrapper .standard-wrapper__head .fragrance .percent .no-area .no,
  #main .voice .voice__standard-wrapper .standard-wrapper__head .quality .percent .no-area .no {
    font-size: 32px;
  }
}
#main .voice .voice__standard-wrapper .standard-wrapper__head .satisfy .percent .no-area .num,
#main .voice .voice__standard-wrapper .standard-wrapper__head .fragrance .percent .no-area .num,
#main .voice .voice__standard-wrapper .standard-wrapper__head .quality .percent .no-area .num {
  color: #707070;
  font-size: clamp(20px, 0.39rem + 1.79vw, 32px);
}
@media (max-width: 768px) {
  #main .voice .voice__standard-wrapper .standard-wrapper__head .satisfy .percent .no-area .num,
  #main .voice .voice__standard-wrapper .standard-wrapper__head .fragrance .percent .no-area .num,
  #main .voice .voice__standard-wrapper .standard-wrapper__head .quality .percent .no-area .num {
    font-size: 32px;
  }
}
#main .voice .voice__standard-wrapper .standard-wrapper__head .satisfy .item-area,
#main .voice .voice__standard-wrapper .standard-wrapper__head .fragrance .item-area,
#main .voice .voice__standard-wrapper .standard-wrapper__head .quality .item-area {
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: absolute;
  top: 0;
  width: 45.14vw;
  max-width: 650px;
}
@media (max-width: 768px) {
  #main .voice .voice__standard-wrapper .standard-wrapper__head .satisfy .item-area,
  #main .voice .voice__standard-wrapper .standard-wrapper__head .fragrance .item-area,
  #main .voice .voice__standard-wrapper .standard-wrapper__head .quality .item-area {
    gap: 8px;
    top: 278px;
    width: auto;
  }
}
#main .voice .voice__standard-wrapper .standard-wrapper__head .satisfy .item,
#main .voice .voice__standard-wrapper .standard-wrapper__head .fragrance .item,
#main .voice .voice__standard-wrapper .standard-wrapper__head .quality .item {
  width: 31.94vw;
  max-width: 460px;
  min-width: 360px;
  padding: min(22px, 1.53vw) min(24px, 1.67vw);
  background-color: var(--white);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 2px;
  box-shadow: 0px 32px 64px 0px rgba(0, 0, 0, 0.0784313725);
}
@media (max-width: 768px) {
  #main .voice .voice__standard-wrapper .standard-wrapper__head .satisfy .item,
  #main .voice .voice__standard-wrapper .standard-wrapper__head .fragrance .item,
  #main .voice .voice__standard-wrapper .standard-wrapper__head .quality .item {
    width: 90.04vw;
    min-width: 0;
    padding: 16px;
    position: static;
  }
}
#main .voice .voice__standard-wrapper .standard-wrapper__head .satisfy .item .comment,
#main .voice .voice__standard-wrapper .standard-wrapper__head .fragrance .item .comment,
#main .voice .voice__standard-wrapper .standard-wrapper__head .quality .item .comment {
  font-family: "Noto Sans JP", serif;
  color: var(--black);
  font-size: clamp(14px, 0.588rem + 0.6vw, 18px);
  font-weight: 600;
  line-height: 1.6em;
  letter-spacing: 0.02em;
  padding-bottom: 8px;
}
@media (max-width: 768px) {
  #main .voice .voice__standard-wrapper .standard-wrapper__head .satisfy .item .comment,
  #main .voice .voice__standard-wrapper .standard-wrapper__head .fragrance .item .comment,
  #main .voice .voice__standard-wrapper .standard-wrapper__head .quality .item .comment {
    font-size: 18px;
  }
}
#main .voice .voice__standard-wrapper .standard-wrapper__head .satisfy .item .post,
#main .voice .voice__standard-wrapper .standard-wrapper__head .fragrance .item .post,
#main .voice .voice__standard-wrapper .standard-wrapper__head .quality .item .post {
  font-family: "Noto Sans JP", serif;
  font-size: clamp(8px, 0.213rem + 0.6vw, 12px);
  font-weight: 600;
  line-height: 1.36em;
}
@media (max-width: 768px) {
  #main .voice .voice__standard-wrapper .standard-wrapper__head .satisfy .item .post,
  #main .voice .voice__standard-wrapper .standard-wrapper__head .fragrance .item .post,
  #main .voice .voice__standard-wrapper .standard-wrapper__head .quality .item .post {
    font-size: 12px;
  }
}
#main .voice .voice__standard-wrapper .standard-wrapper__head .satisfy {
  padding-bottom: 80px;
}
@media (max-width: 768px) {
  #main .voice .voice__standard-wrapper .standard-wrapper__head .satisfy {
    padding-bottom: 350px;
  }
}
#main .voice .voice__standard-wrapper .standard-wrapper__head .satisfy .item-area {
  right: 0;
}
@media (max-width: 768px) {
  #main .voice .voice__standard-wrapper .standard-wrapper__head .satisfy .item-area {
    right: auto;
    left: 50%;
    transform: translateX(-50%);
  }
}
#main .voice .voice__standard-wrapper .standard-wrapper__head .satisfy .item:nth-of-type(1) {
  border: 2px solid #e6b284;
}
#main .voice .voice__standard-wrapper .standard-wrapper__head .satisfy .item:nth-of-type(1) .post {
  color: #e6b284;
}
#main .voice .voice__standard-wrapper .standard-wrapper__head .satisfy .item:nth-of-type(2) {
  border: 2px solid #c1c7d1;
  margin: 0 0 0 auto;
}
#main .voice .voice__standard-wrapper .standard-wrapper__head .satisfy .item:nth-of-type(2) .post {
  color: #c1c7d1;
}
#main .voice .voice__standard-wrapper .standard-wrapper__head .fragrance {
  padding-bottom: 80px;
}
@media (max-width: 768px) {
  #main .voice .voice__standard-wrapper .standard-wrapper__head .fragrance {
    padding-bottom: 350px;
  }
}
#main .voice .voice__standard-wrapper .standard-wrapper__head .fragrance .percent {
  margin: 0 0 0 auto;
}
@media (max-width: 768px) {
  #main .voice .voice__standard-wrapper .standard-wrapper__head .fragrance .percent {
    margin: 0 auto;
  }
}
#main .voice .voice__standard-wrapper .standard-wrapper__head .fragrance .item-area {
  left: 0;
}
@media (max-width: 768px) {
  #main .voice .voice__standard-wrapper .standard-wrapper__head .fragrance .item-area {
    left: 50%;
    transform: translateX(-50%);
  }
}
#main .voice .voice__standard-wrapper .standard-wrapper__head .fragrance .item:nth-of-type(1) {
  border: 2px solid #abdad3;
}
#main .voice .voice__standard-wrapper .standard-wrapper__head .fragrance .item:nth-of-type(1) .post {
  color: #abdad3;
}
#main .voice .voice__standard-wrapper .standard-wrapper__head .fragrance .item:nth-of-type(2) {
  border: 2px solid #f7e041;
  margin: 0 0 0 auto;
}
#main .voice .voice__standard-wrapper .standard-wrapper__head .fragrance .item:nth-of-type(2) .post {
  color: #f7e041;
}
#main .voice .voice__standard-wrapper .standard-wrapper__head .quality {
  padding-bottom: 80px;
}
@media (max-width: 768px) {
  #main .voice .voice__standard-wrapper .standard-wrapper__head .quality {
    padding-bottom: 350px;
  }
}
#main .voice .voice__standard-wrapper .standard-wrapper__head .quality .item-area {
  right: 0;
}
@media (max-width: 768px) {
  #main .voice .voice__standard-wrapper .standard-wrapper__head .quality .item-area {
    right: auto;
    left: 50%;
    transform: translateX(-50%);
  }
}
#main .voice .voice__standard-wrapper .standard-wrapper__head .quality .item:nth-of-type(1) {
  border: 2px solid #e6b284;
  margin: 0 0 0 auto;
}
#main .voice .voice__standard-wrapper .standard-wrapper__head .quality .item:nth-of-type(1) .post {
  color: #e6b284;
}
#main .voice .voice__standard-wrapper .standard-wrapper__head .quality .item:nth-of-type(2) {
  border: 2px solid #c1c7d1;
}
#main .voice .voice__standard-wrapper .standard-wrapper__head .quality .item:nth-of-type(2) .post {
  color: #c1c7d1;
}
#main .voice .voice__standard-wrapper .standard-wrapper__bottom {
  position: relative;
}
@media (min-width: 1441px) {
  #main .voice .voice__standard-wrapper .standard-wrapper__bottom {
    width: 68.05vw;
    max-width: 1440px;
    margin: 0 auto;
  }
}
#main .voice .voice__standard-wrapper .standard-wrapper__bottom h3 {
  text-align: center;
  padding-bottom: 80px;
}
@media (max-width: 768px) {
  #main .voice .voice__standard-wrapper .standard-wrapper__bottom h3 {
    padding-bottom: 64px;
  }
}
@media (min-width: 1240px) {
  #main .voice .voice__standard-wrapper .standard-wrapper__bottom h3 .br-responsive {
    display: none;
  }
}
#main .voice .voice__standard-wrapper .standard-wrapper__bottom .contents {
  display: flex;
  gap: 2.22vw;
}
@media (max-width: 768px) {
  #main .voice .voice__standard-wrapper .standard-wrapper__bottom .contents {
    flex-direction: column;
    gap: 48px;
  }
}
#main .voice .voice__standard-wrapper .standard-wrapper__bottom .contents .item {
  font-family: "Noto Sans JP", serif;
  flex-basis: 25%;
}
@media (max-width: 768px) {
  #main .voice .voice__standard-wrapper .standard-wrapper__bottom .contents .item {
    margin: 0 auto;
  }
}
#main .voice .voice__standard-wrapper .standard-wrapper__bottom .contents .item img {
  width: 100%;
  height: auto;
  padding-bottom: 20px;
}
@media (max-width: 768px) {
  #main .voice .voice__standard-wrapper .standard-wrapper__bottom .contents .item img {
    max-width: 460px;
    padding-bottom: 24px;
  }
}
#main .voice .voice__standard-wrapper .standard-wrapper__bottom .contents .item .shop {
  color: var(--black);
  font-size: clamp(10px, 0.338rem + 0.6vw, 14px);
  font-weight: 600;
  line-height: 1.36em;
  padding-bottom: 8px;
}
@media (max-width: 768px) {
  #main .voice .voice__standard-wrapper .standard-wrapper__bottom .contents .item .shop {
    font-size: 14px;
  }
}
#main .voice .voice__standard-wrapper .standard-wrapper__bottom .contents .item .name {
  color: var(--black);
  font-size: clamp(18px, 0.695rem + 0.89vw, 24px);
  font-weight: 600;
  line-height: 1.36em;
  padding-bottom: 16px;
}
@media (max-width: 768px) {
  #main .voice .voice__standard-wrapper .standard-wrapper__bottom .contents .item .name {
    font-size: 24px;
    padding-bottom: 16px;
  }
}
#main .voice .voice__standard-wrapper .standard-wrapper__bottom .contents .item .award {
  color: var(--black-a400);
  font-size: clamp(10px, 0.338rem + 0.6vw, 14px);
  font-weight: 600;
  line-height: 1.6em;
}
@media (max-width: 768px) {
  #main .voice .voice__standard-wrapper .standard-wrapper__bottom .contents .item .award {
    font-size: 14px;
  }
}
#main .how-to-use {
  padding: 120px 0 160px;
  position: relative;
}
@media (max-width: 768px) {
  #main .how-to-use {
    padding: 50px 0 120px;
  }
}
#main .how-to-use .how-to-use__back-wrapper {
  position: relative;
  z-index: -1;
  animation: parallax-img linear;
  animation-timeline: scroll();
}
#main .how-to-use .how-to-use__back-wrapper .pc-only svg {
  position: absolute;
  top: calc(-900px + -0.1341281669 * (100vw - 769px));
  left: 0;
  width: 100%;
  height: auto;
}
#main .how-to-use .how-to-use__back-wrapper .pc-only svg .line-path {
  transition: stroke-dashoffset 4s linear;
  stroke: #abdad3;
  stroke-width: 50;
  stroke-linecap: round;
  fill: none;
  stroke-dasharray: 8000;
  stroke-dashoffset: 8000;
}
#main .how-to-use .how-to-use__back-wrapper .pc-only svg.active .line-path {
  stroke-dashoffset: 0;
}
#main .how-to-use .how-to-use__back-wrapper .pc-only img {
  position: absolute;
  left: 0;
  height: auto;
}
#main .how-to-use .how-to-use__back-wrapper .pc-only img.wave-purple {
  width: 14.44vw;
  top: calc(-1200px + -0.3427719821 * (100vw - 769px));
}
#main .how-to-use .how-to-use__back-wrapper .pc-only img.foam {
  width: 28.47vw;
  top: calc(-1010px + -0.2682563338 * (100vw - 769px));
}
#main .how-to-use .how-to-use__back-wrapper .sp-only svg {
  position: absolute;
  top: calc(400px + -0.956284153 * (100vw - 402px));
  left: 0;
  width: 100%;
  height: auto;
}
#main .how-to-use .how-to-use__back-wrapper .sp-only svg .line-path {
  transition: stroke-dashoffset 3s linear;
  stroke: #abdad3;
  stroke-width: 20;
  stroke-linecap: round;
  fill: none;
  stroke-dasharray: 2000;
  stroke-dashoffset: 2000;
}
#main .how-to-use .how-to-use__back-wrapper .sp-only svg.active .line-path {
  stroke-dashoffset: 0;
}
#main .how-to-use .how-to-use__back-wrapper .sp-only img {
  position: absolute;
  left: 0;
  height: auto;
}
#main .how-to-use .how-to-use__back-wrapper .sp-only img.wave-purple {
  width: 37.31vw;
  max-width: 160px;
  top: -1200px;
}
#main .how-to-use .how-to-use__back-wrapper .sp-only img.foam {
  width: 146px;
  top: -940px;
}
#main .how-to-use .how-to-use__standard-wrapper h4 {
  text-align: center;
  padding-bottom: 61px;
}
@media (max-width: 768px) {
  #main .how-to-use .how-to-use__standard-wrapper h4 {
    padding-bottom: 64px;
  }
}
#main .how-to-use .how-to-use__standard-wrapper .contents {
  display: flex;
  align-items: center;
  gap: 4.44vw;
  margin: 0 8.33vw;
  padding: 4.44vw 7.64vw;
  box-shadow: 0px 32px 64px 0px rgba(0, 0, 0, 0.08);
  border-radius: 40px;
  background-color: var(--white);
}
@media (max-width: 768px) {
  #main .how-to-use .how-to-use__standard-wrapper .contents {
    flex-direction: column;
    gap: 25px;
    align-items: start;
    margin: 0 4.97vw;
    padding: 3.98vw;
  }
}
@media (min-width: 1441px) {
  #main .how-to-use .how-to-use__standard-wrapper .contents {
    width: 83.33vw;
    max-width: 1440px;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  #main .how-to-use .how-to-use__standard-wrapper .contents .movie {
    order: 2;
    margin: 0 auto;
  }
}
#main .how-to-use .how-to-use__standard-wrapper .contents .movie video {
  width: 28.12vw;
  max-width: 486px;
  height: auto;
  border-radius: 24px;
}
@media (max-width: 768px) {
  #main .how-to-use .how-to-use__standard-wrapper .contents .movie video {
    width: 100%;
    max-width: 450px;
  }
}
@media (max-width: 768px) {
  #main .how-to-use .how-to-use__standard-wrapper .contents .texts {
    display: contents;
  }
}
@media (min-width: 1441px) {
  #main .how-to-use .how-to-use__standard-wrapper .contents .texts {
    width: 35.35vw;
    max-width: 610px;
  }
}
#main .how-to-use .how-to-use__standard-wrapper .contents .texts h3 {
  font-size: clamp(28px, 1.46rem + 1.16vw, 40px);
  padding-bottom: 2.15vw;
}
@media (max-width: 768px) {
  #main .how-to-use .how-to-use__standard-wrapper .contents .texts h3 {
    padding: 0;
    order: 1;
  }
}
@media (max-width: 1050px) {
  #main .how-to-use .how-to-use__standard-wrapper .contents .texts h3 .br-responsive {
    display: none;
  }
}
#main .how-to-use .how-to-use__standard-wrapper .contents .texts .steps {
  display: flex;
  flex-direction: column;
  gap: 1.87vw;
  padding-bottom: 2.98vw;
}
@media (max-width: 768px) {
  #main .how-to-use .how-to-use__standard-wrapper .contents .texts .steps {
    gap: 16px;
    padding: 0;
    order: 3;
  }
}
#main .how-to-use .how-to-use__standard-wrapper .contents .texts .steps div {
  display: flex;
  gap: 16px;
}
@media (max-width: 768px) {
  #main .how-to-use .how-to-use__standard-wrapper .contents .texts .steps div {
    flex-direction: column;
    gap: 4px;
  }
}
#main .how-to-use .how-to-use__standard-wrapper .contents .texts .steps div p:first-of-type {
  flex-shrink: 0;
  color: #999999;
  font-weight: 500;
  line-height: 1.6em;
  padding-bottom: 4px;
}
@media (max-width: 768px) {
  #main .how-to-use .how-to-use__standard-wrapper .contents .texts .steps div p:first-of-type {
    padding: 0;
  }
}
#main .how-to-use .how-to-use__standard-wrapper .contents .texts .steps div p:last-of-type {
  font-family: "Noto Sans JP", serif;
  font-weight: 600;
  line-height: 1.6em;
}
#main .how-to-use .how-to-use__standard-wrapper .contents .texts .steps div p:last-of-type span {
  color: var(--black-a700);
  font-size: 12px;
  font-weight: 400;
}
#main .how-to-use .how-to-use__standard-wrapper .contents .texts .guideline {
  padding: 1.66vw 0 2.22vw;
  background-color: #f7f7f7;
  border-radius: 24px;
}
@media (max-width: 768px) {
  #main .how-to-use .how-to-use__standard-wrapper .contents .texts .guideline {
    width: 100%;
    padding: 16px 0 24px;
    order: 3;
  }
}
#main .how-to-use .how-to-use__standard-wrapper .contents .texts .guideline .title-area {
  display: flex;
  -moz-column-gap: 2.22vw;
       column-gap: 2.22vw;
  padding: 0 1.74vw 24px;
}
@media (max-width: 1024px) {
  #main .how-to-use .how-to-use__standard-wrapper .contents .texts .guideline .title-area {
    flex-wrap: wrap;
  }
}
@media (max-width: 768px) {
  #main .how-to-use .how-to-use__standard-wrapper .contents .texts .guideline .title-area {
    -moz-column-gap: 32px;
         column-gap: 32px;
    padding: 0 3.98vw 24px;
  }
}
#main .how-to-use .how-to-use__standard-wrapper .contents .texts .guideline .title-area p {
  line-height: 1.6em;
  letter-spacing: 0.02em;
}
#main .how-to-use .how-to-use__standard-wrapper .contents .texts .guideline .title-area p:first-child {
  color: var(--black-a700);
  font-weight: 600;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  #main .how-to-use .how-to-use__standard-wrapper .contents .texts .guideline .title-area p:first-child {
    padding-bottom: 8px;
  }
}
#main .how-to-use .how-to-use__standard-wrapper .contents .texts .guideline .title-area p:last-child {
  color: var(--black-a400);
  font-size: 12px;
}
#main .how-to-use .how-to-use__standard-wrapper .contents .texts .guideline .explain {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 2.22vw;
       column-gap: 2.22vw;
  padding: 0 2.78vw;
}
@media (max-width: 768px) {
  #main .how-to-use .how-to-use__standard-wrapper .contents .texts .guideline .explain {
    grid-template-columns: repeat(auto-fit, 122px);
    -moz-column-gap: 16px;
         column-gap: 16px;
    padding: 0 6.71vw;
    justify-content: space-around;
  }
}
@media (min-width: 1441px) {
  #main .how-to-use .how-to-use__standard-wrapper .contents .texts .guideline .explain {
    -moz-column-gap: 32px;
         column-gap: 32px;
    padding: 0 36px;
    margin: 0 auto;
  }
}
#main .how-to-use .how-to-use__standard-wrapper .contents .texts .guideline .explain .item {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  justify-items: center;
}
#main .how-to-use .how-to-use__standard-wrapper .contents .texts .guideline .explain .item p:nth-of-type(1) {
  width: 8.47vw;
  max-width: 146px;
  color: #424242;
  font-size: 12px;
  font-weight: 500;
  line-height: 2em;
  letter-spacing: 0.07em;
  text-align: center;
  margin: 12px 0 8px;
  background-color: var(--white);
  border-radius: 70px;
}
@media (max-width: 768px) {
  #main .how-to-use .how-to-use__standard-wrapper .contents .texts .guideline .explain .item p:nth-of-type(1) {
    width: 100%;
  }
}
#main .how-to-use .how-to-use__standard-wrapper .contents .texts .guideline .explain .item p:nth-of-type(2) {
  color: var(--black-a400);
  font-size: 12px;
  line-height: 1.6em;
  letter-spacing: 0.02em;
}
#main .how-to-use .how-to-use__standard-wrapper .contents .texts .guideline .explain .item:nth-child(1) img {
  width: 39.41px;
  height: auto;
}
#main .how-to-use .how-to-use__standard-wrapper .contents .texts .guideline .explain .item:nth-child(2) img {
  width: 41.15px;
  height: auto;
}
#main .how-to-use .how-to-use__standard-wrapper .contents .texts .guideline .explain .item:nth-child(3) img {
  width: 44.6px;
  height: auto;
}
#main .product {
  background-color: rgba(0, 0, 0, 0.031372549);
  position: relative;
}
#main .product .product__back-wrapper {
  position: relative;
  z-index: 1;
  animation: parallax-img linear;
  animation-timeline: scroll();
}
#main .product .product__back-wrapper .pc-only {
  position: relative;
}
#main .product .product__back-wrapper .pc-only img {
  position: absolute;
  top: calc(-1210px + -0.1669150522 * (100vw - 769px));
  right: 0;
  width: 45.9vw;
  min-width: 410px;
  height: auto;
}
#main .product .product__back-wrapper .sp-only {
  position: relative;
}
#main .product .product__back-wrapper .sp-only img {
  position: absolute;
  top: calc(-1275px + -0.3551912568 * (100vw - 402px));
  right: 0;
  width: 94.52vw;
  max-width: 600px;
  height: auto;
}
#main .product .product__standard-wrapper {
  display: flex;
  align-items: center;
  padding: 120px 15.97vw;
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  #main .product .product__standard-wrapper {
    flex-direction: column;
    align-items: start;
    padding: 80px 4.97vw;
  }
}
@media (min-width: 1441px) {
  #main .product .product__standard-wrapper {
    width: 100%;
    max-width: 1440px;
    padding: 120px 230px;
    margin: 0 auto;
  }
}
#main .product .product__standard-wrapper .image {
  flex-basis: 45.96%;
  text-align: center;
}
@media (max-width: 768px) {
  #main .product .product__standard-wrapper .image {
    margin: 0 auto;
    padding-bottom: 64px;
    order: 2;
  }
}
#main .product .product__standard-wrapper .image img {
  width: 184px;
  height: auto;
}
@media (max-width: 768px) {
  #main .product .product__standard-wrapper .image img {
    width: 140px;
  }
}
#main .product .product__standard-wrapper .texts {
  flex-basis: 54.04%;
}
@media (max-width: 768px) {
  #main .product .product__standard-wrapper .texts {
    display: contents;
  }
}
#main .product .product__standard-wrapper .texts h3 {
  padding-bottom: 8px;
}
@media (max-width: 768px) {
  #main .product .product__standard-wrapper .texts h3 {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.12em;
    letter-spacing: 0.08em;
    padding-bottom: 8px;
    order: 1;
  }
}
#main .product .product__standard-wrapper .texts .subtitle {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6em;
  padding-bottom: 32px;
}
@media (max-width: 768px) {
  #main .product .product__standard-wrapper .texts .subtitle {
    padding-bottom: 64px;
    order: 1;
  }
}
#main .product .product__standard-wrapper .texts .price {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2em;
  letter-spacing: 0.08em;
  padding-bottom: 8px;
}
@media (max-width: 768px) {
  #main .product .product__standard-wrapper .texts .price {
    order: 3;
  }
}
#main .product .product__standard-wrapper .texts .price span {
  font-family: "Noto Sans JP", serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.6em;
  letter-spacing: 0;
}
#main .product .product__standard-wrapper .texts .product-name {
  color: #999999;
  font-size: 14px;
  line-height: 1.6em;
  padding-bottom: 32px;
}
@media (max-width: 768px) {
  #main .product .product__standard-wrapper .texts .product-name {
    order: 3;
  }
}
#main .product .product__standard-wrapper .texts .explain {
  color: var(--black-900);
  line-height: 1.8em;
  padding-bottom: 32px;
}
@media (max-width: 768px) {
  #main .product .product__standard-wrapper .texts .explain {
    order: 3;
  }
}
#main .product .product__standard-wrapper .texts .fragrance {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.6em;
  padding-bottom: 8px;
}
@media (max-width: 768px) {
  #main .product .product__standard-wrapper .texts .fragrance {
    order: 3;
  }
}
@media (max-width: 768px) {
  #main .product .product__standard-wrapper .texts ul {
    order: 3;
  }
}
#main .product .product__standard-wrapper .texts ul li {
  color: var(--black-a400);
  font-size: 12px;
  line-height: 1.8em;
}
#main .page-link {
  padding-bottom: 120px;
}
#main .page-link .image {
  padding-bottom: 64px;
}
@media (max-width: 768px) {
  #main .page-link .image {
    padding-bottom: 80px;
  }
}
#main .page-link .image img {
  width: 100%;
  height: auto;
}
#main .page-link .buttons {
  display: flex;
  justify-content: center;
  gap: 24px;
}
@media (max-width: 768px) {
  #main .page-link .buttons {
    flex-direction: column;
    align-items: center;
    gap: 56px;
  }
}
#main .page-link .buttons .button-group {
  text-align: center;
  font-family: "Noto Sans JP", serif;
}
#main .page-link .buttons .button-group p {
  color: #999999;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.36em;
  letter-spacing: 0.08em;
  padding-bottom: 24px;
}
#main .page-link .buttons .button-group .supple {
  font-size: 12px;
}
#main .page-link .buttons .button-group a {
  display: block;
  width: 320px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.6em;
  letter-spacing: 0.07em;
  margin-bottom: 24px;
  padding: 16px 0;
  border: 2px solid var(--black-a800);
  border-radius: 70px;
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.0784313725);
  transition: 0.3s;
}
#main .page-link .buttons .button-group a:hover {
  border: 2px solid var(--black-a900);
}
#main .page-link .buttons .button-group:first-of-type a {
  color: var(--white);
  background-color: var(--black-a800);
}
#main .page-link .buttons .button-group:first-of-type a:hover {
  background-color: var(--black-a900);
}
#main .page-link .buttons .button-group:last-of-type a {
  color: var(--black-a800);
}
#main .page-link .buttons .button-group:last-of-type a:hover {
  color: var(--black-a900);
}

#footer {
  display: flex;
  flex-direction: column;
  margin: 0 2.78vw;
  padding-bottom: 30px;
}
@media (max-width: 768px) {
  #footer {
    margin: 0 4.97vw;
    padding-bottom: 61px;
  }
}
#footer .area__head {
  text-align: right;
  padding-bottom: 24px;
}
@media (max-width: 768px) {
  #footer .area__head {
    text-align: left;
    order: 2;
  }
}
#footer .area__head p {
  color: #999999;
  font-size: 12px;
  line-height: 1.6em;
  letter-spacing: 0.08em;
}
#footer .area__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 20px;
}
@media (max-width: 768px) {
  #footer .area__bottom {
    display: contents;
  }
}
#footer .area__bottom .links {
  display: flex;
  align-items: stretch;
  gap: 2.22vw;
}
@media (max-width: 768px) {
  #footer .area__bottom .links {
    flex-direction: column;
    gap: 32px;
    padding-bottom: 64px;
    order: 1;
  }
}
#footer .area__bottom .links a {
  color: var(--black-a800);
  font-weight: 700;
  line-height: 1.2em;
  letter-spacing: 0.08em;
  transition: 0.3s;
}
#footer .area__bottom .links a:hover {
  color: var(--black-a900);
}
#footer .area__bottom .links a .insta {
  width: 20px;
  height: auto;
  transition: 0.3s;
}
#footer .area__bottom .links a .insta:hover {
  opacity: 0.7;
}
#footer .area__bottom .links a .youtube {
  width: 28px;
  height: auto;
  transition: 0.3s;
}
#footer .area__bottom .links a .youtube:hover {
  opacity: 0.7;
}
#footer .area__bottom .links .sns {
  display: flex;
  gap: 2.22vw;
}
@media (max-width: 768px) {
  #footer .area__bottom .links .sns {
    gap: 32px;
  }
}
#footer .area__bottom .copyright {
  color: #999999;
  line-height: 1.2em;
  letter-spacing: 0.08em;
}
@media (max-width: 768px) {
  #footer .area__bottom .copyright {
    order: 3;
  }
}/*# sourceMappingURL=style.css.map */