@charset "UTF-8";
/* メディアクエリ
==================================== */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
small,
button,
time,
figure {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

li,
dd {
  list-style-type: none;
}

header,
footer,
nav,
section,
article,
main,
aside,
figure,
figcaption {
  display: block;
}

img {
  border: none;
  vertical-align: bottom;
}

a {
  text-decoration: none;
  cursor: pointer;
}

input,
button,
textarea,
select {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* デフォルトスタイルをリセット */
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
  color: inherit;
  font-size: 16px;
  font-family: inherit;
}

label {
  cursor: pointer;
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
  outline: none;
  background: transparent;
  font: inherit;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

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

select::-ms-expand {
  display: none;
}

main {
  overflow: hidden;
}

html {
  min-height: 100vh;
}

body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
  color: #333333;
  font-weight: 400;
  line-height: 180%;
  font-family: "M PLUS Rounded 1c", sans-serif;
  letter-spacing: 0;
}

main {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

a:hover {
  cursor: pointer;
  opacity: 0.7;
}

.inner {
  width: 100%;
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

.mt-40 {
  margin-top: 4rem;
}

.mt-24 {
  margin-top: 2.4rem;
}

.section__title {
  text-align: center;
}

.section__en {
  color: #EDDDD6;
  font-size: 3.8rem;
  line-height: 100%;
  font-family: "Krona One", sans-serif;
  text-transform: uppercase;
  white-space: nowrap;
}

.section__sub {
  margin-top: 0.5rem;
  font-size: 1.6rem;
}

.section__jp {
  margin-top: 1.5rem;
  font-size: 2.4rem;
  line-height: 1.5;
}

.section__jp.--border {
  position: relative;
  padding-bottom: 1em;
}
.section__jp.--border::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 80%;
  height: 1px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #000;
  content: "";
}

.text {
  font-size: 1.6rem;
}

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

.text-16 {
  color: #000;
  font-size: 1.4rem;
}

.text-14 {
  color: #000;
  font-size: 1.2rem;
  line-height: 1.5;
}

.text-14.--center {
  text-align: center;
}

.caution {
  padding: 50px 0;
  background: rgba(243, 243, 243, 0.69);
}
.caution .section__sub {
  color: #F05715;
}

.caution__wrapper {
  display: grid;
  margin-top: 5rem;
  gap: 5rem;
}

.caution__title {
  color: #F05715;
  font-size: 1.6rem;
  text-align: center;
}

.caution__items {
  display: grid;
  gap: 4rem;
}

.caution__item {
  padding-left: 1.2rem;
  border-left: 1px solid #F05715;
}
.caution__item ol {
  padding-left: 2em;
}
.caution__item li {
  list-style: decimal;
}

.caution__lists {
  display: grid;
  margin-top: 4rem;
  padding-left: 2em;
  gap: 1rem;
}

.caution__list {
  list-style: decimal;
}

.cta {
  padding: 50px 0;
  background: url(../img/bg_cta.webp) no-repeat center center/cover;
}

.cta__inner {
  max-width: 400px;
}

.cta__head {
  display: grid;
  gap: 1rem;
  color: #FFF;
  text-align: center;
}

.cta__sub {
  font-size: 2rem;
}
.cta__sub span {
  position: relative;
}
.cta__sub span::before,
.cta__sub span::after {
  position: absolute;
  top: 50%;
  right: 102%;
  width: 2px;
  height: 2.5rem;
  -webkit-transform: rotate(-25deg) translateY(-50%);
          transform: rotate(-25deg) translateY(-50%);
  background: #FFF;
  content: "";
}
.cta__sub span::after {
  right: initial;
  left: 102%;
  -webkit-transform: rotate(25deg) translateY(-50%);
          transform: rotate(25deg) translateY(-50%);
}

.cta__main {
  font-size: 2.4rem;
  line-height: 1.3;
}

.cta__items {
  display: grid;
  margin-top: 4rem;
  gap: 3rem;
}

.cta__item {
  color: #56210C;
  text-align: center;
}

.cta__label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2.8rem;
  font-size: 1.8rem;
}
.cta__label span:first-child {
  position: relative;
}
.cta__label span:first-child::after {
  position: absolute;
  top: 50%;
  right: -1.4rem;
  width: 1px;
  height: 1.5rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #56210C;
  content: "";
}

.cta__button {
  margin-top: 1rem;
  font-size: 2rem;
}
.cta__button a {
  display: grid;
  place-items: center;
  width: 100%;
  min-height: 5.8rem;
  border-radius: calc(infinity * 1px);
  background: #FFF;
  -webkit-box-shadow: 1px 4px 8px 0px rgba(95, 60, 40, 0.5411764706);
          box-shadow: 1px 4px 8px 0px rgba(95, 60, 40, 0.5411764706);
}
.cta__button span {
  position: relative;
  padding-right: 1.5em;
}
.cta__button span::after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 0.8rem;
  height: 0.8rem;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  border-right: 1px solid #56210C;
  border-bottom: 1px solid #56210C;
  content: "";
}

.cta__container {
  margin-top: 4rem;
  padding: 2.4rem 0.5rem;
  border: 3px solid #FFF;
  color: #FFF;
}
.cta__container .text-14.--center {
  margin-top: 2rem;
  color: #FFF;
  line-height: 1.5;
}

.cta__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2.8rem;
  font-size: 1.8rem;
}
.cta__title span:first-child {
  position: relative;
}
.cta__title span:first-child::after {
  position: absolute;
  top: 50%;
  right: -1.4rem;
  width: 2px;
  height: 1.7rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #FFF;
  content: "";
}

.cta__informations {
  display: grid;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 2rem;
  gap: 2rem;
}

.cta__information {
  font-size: 2.4rem;
}
.cta__information .text-14 {
  padding-left: 3.7rem;
  color: #FFF;
}
.cta__information a {
  position: relative;
  padding-left: 3.7rem;
}
.cta__information a::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 2.4rem;
  height: 2.4rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../img/icon_tel.webp) no-repeat center center/contain;
  content: "";
}

.cta__information.--tel a::before {
  height: 1.8rem;
  background: url(../img/icon_mail.webp) no-repeat center center/contain;
}

.difference {
  position: relative;
  padding: 50px 0 70px;
  background: url(../img/bg_difference_original.webp) no-repeat center center/cover;
}

.difference__items {
  display: grid;
  z-index: 1;
  position: relative;
  grid-template-columns: repeat(2, 1fr);
  max-width: 450px;
  margin-top: 5rem;
  margin-inline: auto;
  padding: 4rem 2rem;
  gap: 2rem 1.5rem;
  border-radius: 60px;
  background: #EBE1DB;
}

.difference__items::after {
  position: absolute;
  top: 95%;
  left: 50%;
  width: 17.3rem;
  height: 6rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #EBE1DB;
  content: "";
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
          clip-path: polygon(50% 100%, 0 0, 100% 0);
}

.difference__item .text-14 {
  max-width: 78.9215686275%;
  margin-top: 8px;
  margin-inline: auto;
  color: #333333;
  line-height: 1.5;
}

.difference__name {
  display: grid;
  z-index: 1;
  position: relative;
  place-items: center;
  width: 100%;
  min-height: 3.4rem;
  border-radius: calc(infinity * 1px);
  background: #FFF;
  font-size: 1.4rem;
}

.difference__image {
  margin-top: -2.7rem;
  text-align: center;
}

.difference__text {
  z-index: 1;
  position: relative;
  margin-top: 5rem;
  line-height: 1.5;
}
.difference__text span {
  font-size: 2.4rem;
}

.difference__center {
  position: relative;
  width: 85%;
  margin-top: 5px;
  margin-inline: auto;
}
.difference__center img {
  z-index: 1;
  position: relative;
}
.difference__center::before {
  z-index: 3;
  position: absolute;
  bottom: 1rem;
  left: -3.9rem;
  width: 8.8rem;
  height: 13.8rem;
  background: url(../img/difference_sp.webp) no-repeat center center/contain;
  content: "";
}
.difference__center::after {
  position: absolute;
  top: 20%;
  left: 50%;
  width: 60rem;
  height: 60rem;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: url(../img/difference_circle.webp) no-repeat center center/cover;
  content: "";
}

.difference__bottom {
  z-index: 1;
  position: relative;
  margin-top: 3rem;
  line-height: 2.2;
}
.difference__bottom span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(80%, #F4B18B));
  background: linear-gradient(transparent 80%, #F4B18B 80%);
}

.faq {
  padding: 50px 0;
}
.faq .section__en {
  color: #F1CEBF;
}

.faq__items {
  display: grid;
  margin-top: 3.7rem;
  gap: 3rem;
}

.faq__item {
  display: grid;
  padding: 2rem 2rem 2rem 3.5rem;
  gap: 2rem;
  border: 0.15rem solid #F1CEBF;
}

.faq__question {
  position: relative;
}
.faq__question::after {
  position: absolute;
  top: 0;
  left: -2.4rem;
  content: "Q.";
  font-size: 1.6rem;
}

.faq__answer .--mailto {
  border-bottom: 1px solid #3074F2;
  color: #3074F2;
  text-underline-offset: 2px;
}

.faq__links {
  display: grid;
  margin-top: 1rem;
  gap: 1.5rem;
}

.faq__link {
  font-size: 2.4rem;
}
.faq__link .text-14 {
  display: block;
  padding-left: 3.7rem;
}
.faq__link a {
  position: relative;
  padding-left: 3.7rem;
}
.faq__link a::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 2.4rem;
  height: 2.4rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../img/icon_tel_black.svg) no-repeat center center/contain;
  content: "";
}

.faq__link.--mail a::before {
  height: 1.8rem;
  background: url(../img/icon_mail_black.svg) no-repeat center center/contain;
}

.fixed {
  z-index: 10;
  position: fixed;
  bottom: 1rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.fixed__btns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.fixed__btn {
  font-size: 1.2rem;
  line-height: 120%;
}
.fixed__btn a {
  display: grid;
  place-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 12.3rem;
  height: 3.3rem;
  border-radius: 7.7px 0 0 7.7px;
  background: -webkit-gradient(linear, left top, right top, from(#586988), color-stop(55.77%, #163469));
  background: linear-gradient(to right, #586988 0%, #163469 55.77%);
  color: #FFF;
}
.fixed__btn span {
  position: relative;
  padding-left: 1.5em;
}
.fixed__btn span::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 1.05rem;
  height: 0.92rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../img/icon_cart.svg) no-repeat center center/contain;
  content: "";
}

.fixed__btn:last-child a {
  border-radius: 0 7.7px 7.7px 0;
  background: -webkit-gradient(linear, left top, right top, from(#815958), color-stop(89.9%, #4D1D1B));
  background: linear-gradient(to right, #815958 0%, #4D1D1B 89.9%);
}
.fixed__btn:last-child span::before {
  width: 0.935rem;
  height: 1.1rem;
  background: url(../img/icon_hand.svg) no-repeat center center/contain;
}

footer {
  padding: 4rem 0 5rem;
  background: #E4C5BC;
  color: #605957;
}

.footer__container {
  display: grid;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3rem;
}

.footer__logo {
  text-align: center;
}

.footer__links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4.8rem;
  font-size: 1.4rem;
}

.footer__links::after {
  position: absolute;
  top: 50%;
  right: 7.8rem;
  width: 1px;
  height: 14px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #605957;
  content: "";
}

.footer__link {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.footer__bottom {
  color: #605957;
}

header {
  display: grid;
  position: absolute;
  top: 0;
  left: 0;
  place-items: center;
  width: 100%;
  min-height: 4rem;
  background: #FFF;
}

.header__logo {
  width: 107px;
  margin-inline: auto;
}

.how {
  padding: 70px 0 50px;
}
.how .section__title {
  margin-top: -5rem;
}
.how .section__en {
  color: #F4B18B;
}

.how__container {
  position: relative;
  padding: 3rem 1rem 2rem;
  background: #F9D1C0;
  -webkit-filter: drop-shadow(1px 2px 9px #E2E2E2);
          filter: drop-shadow(1px 2px 9px #E2E2E2);
}

.how__container::after {
  position: absolute;
  top: 99.9%;
  left: 0;
  width: 100%;
  height: 5rem;
  background: #F9D1C0;
  content: "";
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
          clip-path: polygon(50% 100%, 0 0, 100% 0);
}

.how__wrap {
  margin-top: 4rem;
}

.how__label {
  display: grid;
  place-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-height: 4.6rem;
  margin-inline: auto;
  padding: 0 4rem;
  border-radius: calc(infinity * 1px);
  background: #FFF;
  text-align: center;
}

.how__movie {
  aspect-ratio: 938/600;
  width: 100%;
  margin-top: 2em;
  margin-inline: auto;
}
.how__movie iframe {
  width: 100%;
  height: 100%;
}

.media {
  padding-top: 50px;
}

.media__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 40px;
  gap: 4px 1rem;
}

.meadia__item {
  text-align: center;
}

.menu {
  color: #FFF;
}

.menu__items {
  display: grid;
}

.menu__item {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: url(../img/menu01.png) no-repeat center center/cover;
}

.menu__item:nth-child(2) {
  background: url(../img/menu02.png) no-repeat center center/cover;
}

.menu__items:nth-child(2) .menu__item:nth-child(1) {
  background: url(../img/menu03.png) no-repeat center center/cover;
}

.menu__items:nth-child(2) .menu__item:nth-child(2) {
  background: url(../img/menu04.png) no-repeat center center/cover;
}

.menu__item:nth-child(3) {
  background: url(../img/menu05.png) no-repeat center center/cover;
}

.menu__item:nth-child(4) {
  background: url(../img/menu06.png) no-repeat center center/cover;
}

.menu__content {
  width: 90%;
  margin-inline: auto;
  font-size: 400px;
}

.menu__title {
  font-size: 2.4rem;
  line-height: 1.2;
  letter-spacing: 7px;
  text-align: center;
}

.menu__text {
  margin-top: 2.5rem;
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 2px;
}

.menu__attention {
  margin-top: 0.4rem;
  font-size: 1.5rem;
  line-height: 2.1052631579;
  text-align: center;
}

.menu__attention span {
  color: #F7171F;
  font-weight: 600;
}

.menu__big {
  margin-left: 0.8rem;
  font-size: 3.2rem;
  letter-spacing: 0.8px;
}

.menu__small {
  margin-right: 0.8rem;
  font-size: 1.8rem;
}

.menu__item:has(.menu__attention) .menu__text {
  margin-top: 0.8rem;
}

/* Modal Styles */
body.modal-open {
  overflow: hidden;
}

.modal {
  display: none;
  z-index: 100;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  background-color: rgba(0, 0, 0, 0.5);
}

.modal__content {
  position: relative;
  width: 90%;
  max-width: 1180px;
  max-height: 90vh;
  margin: 3% auto;
  padding: 20px;
  overflow-y: auto;
  background-color: #fff;
  -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.modal__close {
  position: absolute;
  top: 10px;
  right: 20px;
  color: #999;
  font-weight: bold;
  font-size: 28px;
  cursor: pointer;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.modal__close:hover,
.modal__close:focus {
  color: #000;
}

.modal__body {
  margin-top: 30px;
  margin-inline: auto;
}

.modal__title {
  color: #000;
  font-weight: 500;
  font-size: 2rem;
  text-align: center;
}

.modal__text {
  margin-top: 2.8rem;
}

.modal__items {
  margin-top: 4rem;
  color: #000;
}

.modal__item {
  display: grid;
  padding: 1rem 0;
  gap: 0.5rem;
  border-bottom: 0.03rem solid rgba(51, 51, 51, 0.25);
  font-size: 1.4rem;
}

.modal__label {
  font-weight: 500;
}

.modal__second .modal__items {
  display: grid;
  gap: 2rem;
}
.modal__second .modal__item {
  display: block;
  padding: initial;
  gap: initial;
  border-bottom: initial;
}
.modal__second .modal__label {
  padding-bottom: 0.8rem;
  border-bottom: 0.03rem solid rgba(51, 51, 51, 0.25);
}
.modal__second .modal__value {
  margin-top: 0.8rem;
}

.option {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.option__items {
  display: grid;
  max-width: 400px;
  margin-top: 5rem;
  margin-inline: auto;
  gap: 5rem;
}

.option__item {
  display: grid;
  gap: 2rem;
}

.option__name {
  position: relative;
  padding-left: 2rem;
  font-size: 2.4rem;
  line-height: 1.275;
}
.option__name .price {
  display: inline-block;
  margin-left: 1rem;
  font-size: 1.6rem;
}
.option__name .tax {
  margin-left: 1rem;
  font-size: 1.4rem;
}

.option__name::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 8px;
  height: 30px;
  background: #333333;
  content: "";
}

.option__image {
  text-align: center;
}

.power {
  position: relative;
  padding: 50px 0;
  background: linear-gradient(89.56deg, #F2EBE9 0.42%, rgba(255, 249, 246, 0.64) 50.05%, #F2EBE9 99.67%);
}
.power::after {
  position: absolute;
  top: 99.8%;
  left: 0;
  width: 100%;
  height: 5.6rem;
  background: linear-gradient(89.56deg, #F2EBE9 0.42%, rgba(255, 249, 246, 0.64) 50.05%, #F2EBE9 99.67%);
  content: "";
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
          clip-path: polygon(50% 100%, 0 0, 100% 0);
}

.power__container {
  display: grid;
  margin-top: 5rem;
  padding: 3rem 1.5rem;
  gap: 3rem;
  border: 0.7px solid #CBBDB9;
}

.power__content {
  display: grid;
  grid-template-columns: 19.53125% 1fr;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
}

.power__text {
  font-size: 1.8rem;
  line-height: 150%;
}
.power__text span {
  color: #676767;
  font-size: 3.4rem;
}

.power__lists {
  display: grid;
  gap: 2.2rem;
}

.power__list {
  position: relative;
  padding-left: 1rem;
  font-size: 1.6rem;
}
.power__list::before {
  position: absolute;
  top: 2px;
  left: 0;
  width: 3px;
  height: 2rem;
  background: #CBBDB9;
  content: "";
}
.power__list span {
  z-index: 1;
  position: relative;
}
.power__list span::after {
  z-index: -1;
  position: absolute;
  top: 75%;
  left: 0;
  width: 100%;
  height: 6px;
  background: rgba(238, 197, 177, 0.5098039216);
  content: "";
}

.product {
  padding-top: 50px;
}
.product .section__en {
  color: #FCC2A9;
}

.product__image {
  margin-top: 4rem;
  text-align: center;
}

.product__names {
  position: relative;
  margin-top: 2rem;
  padding-left: 2rem;
}

.product__names::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 8px;
  height: 30px;
  background: #333333;
  content: "";
}

.product__name {
  font-size: 2.4rem;
  line-height: 1.275;
}

.product__price {
  font-size: 1.6rem;
}
.product__price span {
  margin-left: 1rem;
  font-size: 1.4rem;
  letter-spacing: 0;
}

.product__annotation {
  padding-left: 2rem;
}

.product__items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: 4rem;
  gap: 1rem;
}

.product__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 5.3rem;
  padding: 0.2em 0.9em;
  border: 1px solid #333333;
  font-size: 1.6rem;
}
.product__item span {
  font-size: 1.2rem;
  line-height: 1.2;
}

.reason {
  position: relative;
  padding-bottom: 50px;
  background: url(../img/bg_reason.webp) no-repeat top center/cover;
}
.reason .section__jp.--border {
  margin-top: 0.5rem;
  padding-bottom: 0.1em;
}

.reason::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 15rem;
  background: url(../img/bg_reason_bottom.webp) no-repeat center center/cover;
  content: "";
}

.reason .inner {
  z-index: 1;
  position: relative;
}

.reason__items {
  display: grid;
  margin-top: 5rem;
}

.reason__item {
  padding-right: 1rem;
  padding-bottom: 6rem;
  padding-left: 1rem;
  border-right: 1px solid #7B6660;
}

.reason__item.--left {
  border-right: initial;
  border-left: 1px solid #7B6660;
}

.reason__item.--last {
  padding-bottom: 2rem;
}
.reason__item.--last::after {
  position: absolute;
  right: 15px;
  bottom: 0;
  width: 28rem;
  height: 1px;
  background: #7B6660;
  content: "";
}

.reason__label {
  border-bottom: 1px solid #7B6660;
  color: #635F5D;
  font-size: 1.2rem;
  text-align: center;
}
.reason__label span {
  margin-left: 5px;
  font-size: 1.8rem;
}

.reason__label.--mt {
  margin-top: -3rem;
}

.reason__jp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-height: 5rem;
  margin-bottom: 2rem;
  margin-inline: auto;
  padding: 1rem 1.5rem;
  background: #635F5D;
  color: #FFF;
  font-size: 1.6rem;
  text-align: center;
}
.reason__jp span {
  font-size: 1.2rem;
}
.reason__inner .text span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, rgba(241, 206, 191, 0.8117647059)));
  background: linear-gradient(transparent 50%, rgba(241, 206, 191, 0.8117647059) 50%);
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(50%, transparent), color-stop(50%, rgba(241, 206, 191, 0.8117647059)), color-stop(85%, rgba(241, 206, 191, 0.8117647059)), color-stop(85%, transparent));
  background: linear-gradient(transparent 0%, transparent 50%, rgba(241, 206, 191, 0.8117647059) 50%, rgba(241, 206, 191, 0.8117647059) 85%, transparent 85%);
}

.reason__images {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  max-width: 821px;
  margin-top: 2rem;
  margin-inline: auto;
  gap: 1rem;
}

.reason__map {
  margin-top: 2rem;
  margin-inline: auto;
  background: url(../img/reason_map.webp) no-repeat center center/cover;
  font-size: 2rem;
  text-align: center;
}
.reason__map .border {
  z-index: 1;
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(50%, transparent), color-stop(50%, rgba(241, 206, 191, 0.8117647059)), color-stop(80%, rgba(241, 206, 191, 0.8117647059)), color-stop(80%, transparent));
  background: linear-gradient(transparent 0%, transparent 50%, rgba(241, 206, 191, 0.8117647059) 50%, rgba(241, 206, 191, 0.8117647059) 80%, transparent 80%);
  font-size: 3.2rem;
  line-height: 140%;
}
.reason__map .annotation {
  display: grid;
  margin-top: 1rem;
  font-size: 1.4rem;
  line-height: 140%;
  letter-spacing: 0.05em;
}

.reason__boxes {
  display: grid;
  margin-top: 4rem;
  gap: 4rem;
}

.line_pc {
  margin-bottom: 10px;
}
.reason__box {
  padding: 1.8rem 3rem 3.1rem;
  background: #EDDDD6;
  text-align: center;
}
.reason__box hgroup p {
  display: grid;
  place-items: center;
  width: 248px;
  min-height: 4rem;
  margin-inline: auto;
  border-radius: calc(infinity * 1px);
  background: #FFF;
  font-size: 1.6rem;
}
.reason__box hgroup h5 {
  margin-top: 1rem;
  color: #000;
  font-size: 2.4rem;
  line-height: 160%;
}
.reason__box .text-14 {
  margin-top: 0.5rem;
  color: #333333;
  line-height: 160%;
}
.reason__box img {
  margin-top: 2rem;
  margin-bottom: 1.5rem;
}

.reason__bottom.--center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 2rem;
  font-size: 2rem;
  font-size: 1.8rem;
  line-height: 1.5;
  text-align: center;
}
.reason__bottom.--center .border {
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(50%, transparent), color-stop(50%, rgba(241, 206, 191, 0.8117647059)), color-stop(75%, rgba(241, 206, 191, 0.8117647059)), color-stop(75%, transparent));
  background: linear-gradient(transparent 0%, transparent 50%, rgba(241, 206, 191, 0.8117647059) 50%, rgba(241, 206, 191, 0.8117647059) 75%, transparent 75%);
}
.reason__bottom.--center .box {
  display: grid;
  place-items: center;
  width: 4rem;
  height: 4rem;
  margin: 0 0.4rem;
  border: 1px solid #F4B18B;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  background: #FFF;
  -webkit-box-shadow: 1px 2px 4px 0px #EDDDD6;
          box-shadow: 1px 2px 4px 0px #EDDDD6;
}

.reason__item.--left .reason__boxes {
  position: relative;
}
.reason__item.--left .reason__boxes::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 6.9rem;
  height: 5.2rem;
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
  background: url(../img/reason_arrow.webp) no-repeat center center/contain;
  content: "";
}
.reason__item.--left .reason__box h5 {
  display: grid;
  place-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-height: 3.8rem;
  margin-inline: auto;
  padding: 0 2.8rem;
  border-radius: calc(infinity * 1px);
  background: #FFF;
  font-size: 1.6rem;
}

.reason__item.--last .reason__box h5 {
  display: grid;
  place-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-height: 3.8rem;
  margin-inline: auto;
  padding: 0 2.4rem;
  border-radius: calc(infinity * 1px);
  background: #FFF;
  font-size: 1.6rem;
}
.reason__item.--last .reason__box .text-14 {
  max-width: 38.4rem;
  margin-inline: auto;
  text-align: left;
}

.reason__movie {
  max-width: 339px;
  margin-top: 18px;
  margin-inline: auto;
}
.reason__movie video {
  width: 100%;
  height: 100%;
}

.reason__lasts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 10rem;
  gap: 2rem;
}

.reason__last {
  font-size: 1.8rem;
  letter-spacing: 0.11em;
  text-align: right;
}
.reason__last span {
  margin-top: -1rem;
  letter-spacing: 0.07em;
}
.reason__last .water {
  font-size: 4rem;
}

.reason__last:last-child {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: 0.8rem;
  margin-left: auto;
}

.support {
  margin-top: 5.6rem;
  padding: 50px 0;
  background: url(../img/back1.webp) no-repeat center center/cover;
}

.support__text {
  margin-top: 8rem;
  color: #000;
}

.use {
  margin-top: -2rem;
  padding: 70px 0 50px;
  background: rgba(255, 236, 227, 0.5098039216);
}
.use .section__en {
  color: #EEC5B1;
}

.use__top {
  margin-top: 1.6rem;
}

.use__items {
  display: grid;
  margin-top: 4rem;
  gap: 1rem;
}

.use__item {
  padding: 2.4rem 2.1rem;
  background: #FFF;
}

.use__text {
  position: relative;
  margin-top: 8px;
  line-height: 1.25;
}
.use__text span {
  display: grid;
  margin-top: 3px;
  font-size: 1.4rem;
}

.use__annotation {
  width: 77.7118644068%;
  margin-top: 2rem;
  margin-inline: auto;
}

.voice {
  padding: 50px 0;
  background: #EBDFD9;
}
.voice .section__en {
  color: #E1BEB1;
}

.voice__items {
  display: grid;
  margin-top: 5rem;
  gap: 3.6rem;
}

.voice__item {
  display: grid;
  z-index: 1;
  position: relative;
  padding: 3rem 2rem 0;
  border-radius: 5px;
  background: #FFF;
}
.voice__item::after {
  z-index: -1;
  position: absolute;
  top: -10px;
  right: -10px;
  width: 100%;
  height: 100%;
  border: 1px solid #FFF;
  border-radius: 5px;
  content: "";
}
.voice__item:first-child::after {
  right: initial;
  left: -10px;
}

.voice__content {
  padding-bottom: 3rem;
}

.voice__name {
  position: relative;
  color: #E0D2CB;
}
.voice__name span {
  padding-right: 1.5em;
}
.voice__name::after {
  position: absolute;
  top: 50%;
  width: 95%;
  height: 1px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #E0D2CB;
  content: "";
}

.voice__text {
  margin-top: 3rem;
}
.voice__text span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #FFFC4B));
  background: linear-gradient(transparent 60%, #FFFC4B 60%);
}

.voice__icon {
  width: 30%;
  margin-inline: auto;
}

.voice__last {
  z-index: 1;
  position: relative;
  margin-top: 3.6rem;
  padding-top: 3rem;
  border-radius: 5px;
  background: #FFF;
}
.voice__last::after {
  z-index: -1;
  position: absolute;
  top: -10px;
  left: -10px;
  width: 100%;
  height: 100%;
  border: 1px solid #FFF;
  border-radius: 5px;
  content: "";
}

.voice__lists {
  display: grid;
  position: relative;
  gap: 2rem;
}

.voice__list {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  padding: 0 1.8rem 0.5rem;
  border-bottom: 1px solid #E0D2CB;
}
.voice__icons {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: 5.3rem;
  text-align: center;
}

.voice__annotation {
  margin-top: 1rem;
}

.u-desktop {
  display: none;
}

@media screen and (min-width: 768px) {
  html {
    font-size: calc(10 / 1100 * 100vw);
  }
  body {
    font-size: max(1.6rem, 14px);
  }
  .inner {
    max-width: 1220px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .inner__mini {
    max-width: 1040px;
  }
  .section__en {
    font-size: 12rem;
  }
  .section__sub {
    margin-top: 2rem;
    font-size: 2rem;
  }
  .section__jp {
    margin-top: 2.6rem;
    font-size: 4rem;
  }
  .section__jp.--border::after {
    width: 83.8rem;
  }
  .text {
    font-size: 2rem;
  }
  .text-16 {
    font-size: 1.6rem;
  }
  .text-14 {
    font-size: 1.4rem;
  }
  .caution {
    padding: 12rem 0;
  }
  .caution__inner {
    max-width: 936px;
  }
  .caution__wrapper {
    margin-top: 8rem;
    gap: 12rem;
  }
  .caution__title {
    font-size: 2rem;
  }
  .caution__item {
    padding-left: 2.4rem;
  }
  .caution__lists {
    gap: 2rem;
  }
  .cta {
    padding: 8rem 0;
  }
  .cta__inner {
    max-width: 817px;
  }
  .cta__head {
    gap: 2rem;
  }
  .cta__sub {
    font-size: 3rem;
  }
  .cta__sub span::before,
  .cta__sub span::after {
    height: 3rem;
  }
  .cta__main {
    font-size: 4rem;
  }
  .cta__items {
    grid-template-columns: repeat(2, 1fr);
    max-width: 702px;
    margin-inline: auto;
    gap: 7.2rem;
  }
  .cta__container {
    padding: 2.4rem;
  }
  .cta__title {
    font-size: 2rem;
  }
  .cta__informations {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 5.1rem;
  }
  .cta__information .text-14 {
    margin-top: -5px;
  }
  .difference {
    padding: 12rem 0 10.2rem;
  }
  .difference__items {
    grid-template-columns: repeat(4, 1fr);
    max-width: 100%;
    margin-top: 8rem;
    margin-inline: initial;
    padding: 4rem 10.5rem;
    gap: 5rem;
    border-radius: 89px;
  }
  .difference__name {
    min-height: 4.1rem;
    font-size: 1.6rem;
  }
  .difference__text {
    margin-top: 7rem;
  }
  .difference__text span {
    font-size: 4rem;
  }
  .difference__center {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .difference__bottom {
    max-width: 801px;
    margin-inline: auto;
  }
  .faq {
    padding: 12rem 0;
  }
  .faq__items {
    gap: 4rem;
  }
  .faq__item {
    padding: 6rem 4rem 6rem 7rem;
    gap: 2.5rem;
  }
  .faq__question::after {
    left: -3rem;
    font-size: 2rem;
  }
  .faq__link .text-14 {
    margin-top: -5px;
  }
  .fixed {
    right: 3rem;
    bottom: 3rem;
    left: initial;
    -webkit-transform: initial;
            transform: initial;
  }
  .fixed__btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .fixed__btn {
    font-size: 2rem;
    letter-spacing: 0.15em;
  }
  .fixed__btn a {
    width: 7.5rem;
    height: 17.5rem;
    border-radius: 11px 11px 0 0;
    background: -webkit-gradient(linear, left top, left bottom, from(#586988), color-stop(55.77%, #163469));
    background: linear-gradient(180deg, #586988 0%, #163469 55.77%);
    -webkit-writing-mode: vertical-lr;
        -ms-writing-mode: tb-lr;
            writing-mode: vertical-lr;
  }
  .fixed__btn span {
    padding-top: 1.5em;
    padding-left: initial;
  }
  .fixed__btn span::before {
    top: 0;
    left: 50%;
    width: 2.05rem;
    height: 1.8rem;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .fixed__btn:last-child a {
    border-radius: 0 0 11px 11px;
    background: -webkit-gradient(linear, left top, left bottom, from(#815958), color-stop(89.9%, #4D1D1B));
    background: linear-gradient(180deg, #815958 0%, #4D1D1B 89.9%);
  }
  .fixed__btn:last-child span::before {
    width: 1.7rem;
    height: 2rem;
  }
  footer {
    padding: 4rem 0;
  }
  .footer__container {
    gap: 4rem;
  }
  .fv {
    margin-top: -2rem;
  }
  header {
    min-height: 6.4rem;
  }
  .header__logo {
    width: 214px;
  }
  .how {
    padding: 12.5rem 0 16.5rem;
  }
  .how .section__title {
    margin-top: -21.3rem;
  }
  .how__container {
    padding: 15.1rem 2rem 10rem;
  }
  .how__container::after {
    height: 15rem;
  }
  .how__wrap {
    margin-top: 8rem;
  }
  .how__label {
    padding: 0 8rem;
  }
  .how__movie {
    aspect-ratio: 938/483;
    width: 93.8rem;
    margin-top: 4rem;
  }
  .media {
    padding-top: 12rem;
  }
  .media__items {
    grid-template-columns: repeat(4, 1fr);
    margin-top: 7rem;
    gap: 8px 3.6rem;
  }
  .menu__items {
    grid-template-columns: repeat(2, 1fr);
  }
  .menu__item {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
  .menu__content {
    width: 70%;
  }
  .menu__title {
    font-size: 3rem;
  }
  .menu__text {
    margin-top: 4.6rem;
    font-size: 1.5rem;
  }
  .menu__attention {
    font-size: 1.9rem;
  }
  .menu__big {
    font-size: 4.2rem;
  }
  .menu__small {
    font-size: 2.2rem;
  }
  .menu__item:has(.menu__attention) .menu__text {
    margin-top: 1.8rem;
  }
  .modal__content {
    padding: 4rem;
  }
  .modal__body {
    max-width: 831px;
  }
  .modal__item {
    grid-template-columns: 45% 1fr;
  }
  .modal__second .modal__items {
    gap: 4rem;
  }
  .option {
    padding-top: 8rem;
    padding-bottom: 14rem;
  }
  .option .section__en {
    color: #FCC2A9;
    font-size: 6rem;
  }
  .option__inner {
    max-width: 922px;
  }
  .option__items {
    grid-template-columns: repeat(2, 1fr);
    max-width: 100%;
    margin-top: 8rem;
    margin-inline: initial;
    gap: 12rem;
  }
  .option__item {
    gap: 3rem;
  }
  .option__name {
    padding-left: 4rem;
    font-size: 4rem;
  }
  .option__name .price {
    display: block;
    margin-left: initial;
    font-size: 2rem;
  }
  .option__name::before {
    top: 1rem;
    width: 14px;
    height: 34px;
  }
  .power {
    padding: 12rem 0 5.6rem;
  }
  .power::after {
    height: 8.6rem;
  }
  .power__container {
    grid-template-columns: 1fr 46.6341463415%;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 8rem;
    padding: 4rem 7.7rem;
    gap: 3.5rem;
  }
  .power__content {
    grid-template-columns: 25% 1fr;
    gap: 3.9rem;
  }
  .power__text {
    font-size: 2.4rem;
  }
  .power__text span {
    font-size: 6.4rem;
  }
  .power__list {
    padding-left: 1.5rem;
    font-size: 2.4rem;
  }
  .power__list::before {
    top: 0;
    height: 3.1rem;
  }
  .product {
    padding-top: 12rem;
  }
  .product__inner {
    max-width: 922px;
  }
  .product__image {
    margin-top: 8rem;
  }
  .product__names {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-top: 3rem;
    padding-left: 4rem;
    gap: 3rem;
  }
  .product__names::before {
    top: 50%;
    width: 14px;
    height: 34px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .product__name {
    font-size: 4rem;
  }
  .product__price {
    font-size: 2rem;
  }
  .product__annotation {
    padding-left: 4rem;
  }
  .product__items {
    gap: 2.4rem 4rem;
  }
  .product__item {
    min-height: 6.3rem;
    padding: 0.2em 3rem;
    font-size: 2rem;
  }
  .product__item span {
    font-size: 1.4rem;
  }
  .reason {
    padding-top: 4rem;
    padding-bottom: 7rem;
  }
  .reason .section__jp.--border::after {
    width: 58.7rem;
  }
  .reason::after {
    height: 28.4rem;
  }
  .reason__items {
    margin-top: 8rem;
  }
  .reason__item {
    padding-right: 3.2rem;
    padding-bottom: 12rem;
    padding-left: 3.2rem;
  }
  .reason__item.--last {
    padding-bottom: 2rem;
  }
  .reason__item.--last::after {
    right: 20px;
    width: 64rem;
  }
  .reason__label {
    font-size: 1.4rem;
  }
  .reason__label span {
    font-size: 2rem;
  }
  .reason__label.--mt {
    margin-top: -3.2rem;
  }
  .reason__jp {
    min-height: 6.3rem;
    margin-bottom: 4rem;
    padding: 1.5rem 4rem;
    font-size: 2rem;
  }
  .reason__jp span {
    font-size: 1.4rem;
  }
  .reason__inner {
    width: 80.6779661017%;
    width: 85%;
    margin-inline: auto;
  }
  .reason__images {
    margin-top: 4rem;
    gap: 2.3rem;
  }
  .reason__map {
    max-width: 821px;
    margin-top: 4rem;
    padding: 6rem 13.7rem;
    font-size: 2.4rem;
    line-height: 140%;
    letter-spacing: 0.05em;
  }
  .reason__map .border {
    font-size: 4rem;
  }
  .reason__map .midium {
    font-size: 2.8rem;
  }
  .reason__map .annotation {
    font-size: 1.6rem;
  }
  .reason__boxes {
    grid-template-columns: repeat(2, 1fr);
    gap: 3.4rem;
  }
  .line_pc {
    display: block;
  }
  .reason__box hgroup p {
    min-height: 4.9rem;
    font-size: 2rem;
  }
  .reason__box hgroup h5 {
    font-size: 3.2rem;
  }
  .reason__bottom.--center {
    margin-top: 4rem;
    font-size: 3.2rem;
  }
  .reason__bottom.--center .box {
    width: 5.7rem;
    height: 5.7rem;
    margin: 0 0.5rem;
  }
  .reason__item.--left .reason__boxes::after {
    top: 60%;
    left: 50%;
    width: 8.9rem;
    height: 7.2rem;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .reason__item.--left .reason__box h5 {
    font-size: 2rem;
  }
  .reason__item.--last .reason__box h5 {
    font-size: 2rem;
  }
  .reason__lasts {
    margin-top: 18.3rem;
  }
  .reason__last {
    font-size: 4rem;
  }
  .reason__last span {
    margin-top: -2rem;
    margin-left: 2rem;
  }
  .reason__last .water {
    margin-top: 1rem;
    margin-left: initial;
    font-size: 7.4rem;
    letter-spacing: 0;
  }
  .reason__last:last-child {
    margin-right: 1.5rem;
  }
  .support {
    margin-top: 8.6rem;
    padding: 12rem 0 14.3rem;
  }
  .use {
    margin-top: -7.3rem;
    padding: 13.6rem 0 12rem;
  }
  .use__items {
    grid-template-columns: repeat(3, 1fr);
    gap: 4rem;
  }
  .use__text span {
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: initial;
  }
  .use__annotation {
    margin-top: 4rem;
  }
  .voice {
    padding: 12rem 0;
  }
  .voice__inner {
    max-width: 1131px;
  }
  .voice__items {
    margin-top: 9rem;
  }
  .voice__item {
    grid-template-columns: 1fr 17.3rem;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding: 0 8.4rem 0 10.2rem;
    padding-top: 10rem;
    gap: 6.5rem;
  }
  .voice__item:first-child {
    grid-template-columns: 17.1rem 1fr;
    padding-top: initial;
    gap: 4.5rem;
  }
  .voice__item:first-child .voice__icon {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .voice__item:first-child .voice__content {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .voice__name.--women {
    text-align: right;
  }
  .voice__icon {
    width: 100%;
    margin-inline: initial;
  }
  .voice__last {
    padding-top: 6rem;
  }
  .voice__lists {
    display: initial;
    gap: initial;
  }
  .voice__list:nth-child(1) {
    margin-left: 65rem;
  }
  .voice__list:nth-child(2) {
    margin-right: 68rem;
  }
  .voice__list:nth-child(3) {
    margin-top: 4rem;
  }
  .voice__list:nth-child(4) {
    margin-top: 5rem;
    margin-right: 58rem;
  }
  .voice__list:nth-child(5) {
    margin-top: -2rem;
    margin-left: 60rem;
  }
  .voice__icons {
    display: block;
    grid-template-columns: initial;
  }
  .voice__annotation {
    margin-top: 2rem;
  }
  .u-mobile {
    display: none;
  }
  .u-desktop {
    display: block;
  }
}

@media screen and (min-width: 1100px) {
  html {
    font-size: 10px;
  }
}

@media (width < 767px) {
  .line_pc {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  html {
    font-size: 10px;
  }
  body {
    font-size: 1.4rem;
  }
}

@media (any-hover: hover) {
  .footer__link:hover {
    opacity: 0.6;
  }
}
/*# sourceMappingURL=map/styles.css.map */