*,
*::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 {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  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 {
  cursor: pointer;
  text-decoration: none;
}
a:hover {
  opacity: 0.7;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

html {
  font-size: 62.5%;
}

body {
  line-height: 1.8;
  font-size: clamp(15px, 4vw, 28px);
  font-family: "Noto Sans JP", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
body::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: url(../img/bg_pc.png) no-repeat center center/cover;
  z-index: -1;
  pointer-events: none;
}

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

a {
  color: inherit;
}

.hidden-sp {
  display: none;
}
@media screen and (min-width: 768px) {
  .hidden-sp {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .hidden-tb {
    display: none;
  }
}
@media screen and (min-width: 1440px) {
  .hidden-pc {
    display: none;
  }
}
.wrapper {
  max-width: 750px;
  margin-inline: auto;
  position: relative;
  overflow: hidden;
}

.header {
  height: 55px;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.header__inner {
  background: #fff;
  z-index: 100;
  height: 55px;
  padding-inline: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  max-width: 750px;
  position: fixed;
}

.header__logo img {
  width: 152px;
  height: 31.547px;
  vertical-align: middle;
}

.drawer-icon {
  display: block;
  background-color: transparent;
  width: 32px;
  height: 16px;
  margin-left: auto;
  position: relative;
  z-index: 9999;
  cursor: pointer;
}

.drawer-icon__bar {
  display: block;
  position: absolute;
  background-color: #707789;
  -webkit-transition: top 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
  transition: top 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out, top 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out, top 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
}

.drawer-icon__bar:nth-of-type(1) {
  width: 32px;
  height: 2px;
  top: 1px;
  right: -5px;
}

.drawer-icon__bar:nth-of-type(2) {
  width: 24px;
  height: 2px;
  top: 16px;
  right: -4px;
}

.drawer-icon.is-checked .drawer-icon__bar:nth-of-type(1) {
  width: 24px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 3px;
  right: -2px;
  background-color: #707789;
}

.drawer-icon.is-checked .drawer-icon__bar:nth-of-type(2) {
  width: 24px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 3px;
  right: -2px;
  background-color: #707789;
}

.drawer__menu {
  z-index: 99;
  margin-top: 55px;
  background: #e3ecf6;
  display: block;
  width: 100%;
  max-width: 750px;
  height: calc(100svh - 55px);
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  opacity: 0;
  position: fixed;
}

.drawer__menu.is-checked {
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  opacity: 1;
}

.drawer__menu ul {
  padding-top: 27px;
  padding-inline: 40px;
}

.drawer__menu-link a {
  display: block;
  width: 100%;
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.6px;
  padding-top: 14px;
  padding-bottom: 14px;
  border-bottom: 1px solid #ddd;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.drawer__menu-link a::after {
  content: "";
  width: 8px;
  height: 8px;
  background: url(../img/header_arrow_icon.png) no-repeat center center/contain;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  right: 0;
}

.drawer__menu-link--02 {
  margin-top: 31px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  width: 305.209px;
  margin-inline: auto;
}

.drawer__menu-link--03 {
  width: 60%;
  margin-left: auto;
}

.fv {
  width: 100%;
  margin-inline: auto;
  background: #e3ecf6;
  padding-bottom: 9.3333333333%;
}

.fv__inner {
  position: relative;
}

.fv__bg img {
  width: 100%;
}

.fv__title {
  position: absolute;
  top: clamp(27px, 7.2vw, 54px);
  font-size: clamp(24px, 6.4vw, 48px);
  font-family: "Shippori Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "MS PMincho", serif;
  font-weight: 600;
  width: 100%;
  padding-inline: 4%;
  max-width: 650px;
  left: 50%;
  line-height: 1.4;
  letter-spacing: 1.4px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-shadow: 0px 0px clamp(10px, 2.6666666667vw, 20px) #fff;
}
.fv__title span {
  font-size: clamp(28px, 7.4666666667vw, 54px);
}

.fv__title-blue {
  color: #2252c5;
  text-align: right;
  display: block;
  font-size: clamp(20px, 6.4vw, 48px);
}
.fv__title-blue span {
  font-size: clamp(30px, 9.0666666667vw, 60px);
}

.fv__point {
  position: absolute;
  top: clamp(144px, 38.4vw, 290px);
  right: clamp(22px, 5.8666666667vw, 60px);
  text-align: center;
  color: #fff;
  font-family: "Shippori Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "MS PMincho", serif;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  line-height: 1.6;
  font-size: clamp(14px, 3.7333333333vw, 28px);
}

.fv__point-01 {
  background: rgba(34, 82, 197, 0.75);
  width: 110%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: solid 1px #fff;
}

.fv__point-02 {
  background: rgba(37, 155, 59, 0.75);
  width: 110%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: solid 1px #fff;
}

.fv__list {
  font-family: "Shippori Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "MS PMincho", serif;
  padding-inline: 25px;
}
.fv__list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.6%;
  margin-top: 2.4%;
}
.fv__list ul li {
  font-weight: 700;
  color: #535e75;
  background: #fff;
  width: 25%;
  text-align: center;
  font-size: clamp(14px, 3.7333333333vw, 28px);
  overflow: hidden;
  position: relative;
  display: inline-block;
}
.fv__list ul li::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 140%;
  height: 1px;
  background: #8f98bf;
  -webkit-transform: rotate(17deg);
          transform: rotate(17deg);
  -webkit-transform-origin: top left;
          transform-origin: top left;
  pointer-events: none;
}

.fv__list-heading {
  font-weight: 700;
  color: #2252c5;
  border-bottom: 1px solid #bfc1c4;
  font-size: clamp(16px, 4.2666666667vw, 32px);
}

.fv2 {
  width: 100%;
  max-width: 750px;
  margin-inline: auto;
  background: #fff;
}

.fv2__inner {
  position: relative;
}

.fv2__bg {
  width: 100%;
}
.fv2__bg img {
  width: 100%;
}

.fv2__text {
  position: absolute;
  top: 0;
  width: 100%;
}

.fv2__heding {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: clamp(20px, 5.3333333333vw, 42px);
  font-family: "Shippori Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "MS PMincho", serif;
  color: #fff;
  font-weight: 600;
}

.fv2__title {
  color: #2252c5;
  text-align: center;
  font-family: "Shippori Mincho";
  font-size: clamp(14px, 9.6vw, 72px);
  font-style: normal;
  font-weight: 700;
  line-height: 1.66;
  letter-spacing: -1px;
  position: absolute;
  top: clamp(0px, 23.2vw, 133px);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
}

.fv2__content {
  position: absolute;
  top: 67%;
  padding-inline: 3%;
}

.fv2__content-tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3px;
}
.fv2__content-tag p {
  background: #707789;
  color: #fff;
  padding: 0 1.0666666667%;
  line-height: 1.8;
  font-size: clamp(15px, 4vw, 32px);
}
.fv2__content-tag span {
  font-size: clamp(15px, 4vw, 32px);
}

.fv2__content-text {
  font-size: clamp(15px, 4vw, 32px);
  margin-top: 5px;
}
.fv2__content-text span {
  color: #2252c5;
}

.fv2__link {
  display: block;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.fv2__link img {
  width: 100%;
}

.onayami {
  width: 100%;
  max-width: 750px;
  margin-inline: auto;
  background: #f9fcfe;
  padding-top: clamp(0px, 10.6666666667vw, 100px);
  padding-bottom: 10.6666666667%;
}

.onayami__inner {
  position: relative;
}
.onayami__heading {
  position: absolute;
  top: clamp(48px, 12.8vw, 100px);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: clamp(22px, 5.8666666667vw, 36px);
  font-family: "Shippori Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "MS PMincho", serif;
  white-space: nowrap;
  letter-spacing: 1.1px;
  font-weight: 600;
}
.onayami__heading span {
  color: #2252c5;
  font-weight: 700;
  font-size: clamp(36px, 9.6vw, 54px);
  letter-spacing: 1.8px;
  position: relative;
}
.onayami__heading span::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(../img/onayami-deco.png) no-repeat center center/contain;
  width: 100%;
  height: 1.0666666667vw;
}

.onayami__text {
  font-family: "Shippori Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "MS PMincho", serif;
  text-align: center;
  font-size: clamp(20px, 5.3333333333vw, 34px);
  font-weight: 700;
  border-bottom: 3px solid #d0d7ea;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  line-height: 1.6;
  letter-spacing: 1px;
}
.onayami__text span {
  color: #2252c5;
}

.protect {
  width: 100%;
  max-width: 750px;
  margin-inline: auto;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(32.6%, #ddedfc), color-stop(99.92%, #ddeffc));
  background: linear-gradient(180deg, #ddedfc 32.6%, #ddeffc 99.92%);
  padding-bottom: clamp(49px, 13.0666666667vw, 68px);
}

.protect__inner {
  position: relative;
}

.protect__title {
  text-align: center;
  color: #2252c5;
  text-shadow: 0px 4px 4px rgba(51, 51, 51, 0.13);
  font-family: "Shippori Mincho";
  font-size: clamp(14px, 9.6vw, 72px);
  font-style: normal;
  font-weight: 600;
  line-height: 1.66;
  letter-spacing: 1.8px;
  position: absolute;
  top: clamp(48px, 12.8vw, 64px);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
}
.protect__title span {
  color: #000617;
  font-family: "Shippori Mincho";
  font-size: clamp(30px, 9.6vw, 72px);
  letter-spacing: 1.5px;
}

.protect__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 38px;
}

.protect__item {
  position: relative;
}
.protect__item img {
  padding-inline: 9.3333333333% 3.2%;
}

.protect__item-text {
  position: absolute;
  bottom: -30px;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
.protect__item-text p {
  background: #fff;
  margin-bottom: 7px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-inline: 10px 15px;
  font-size: clamp(20px, 5.3333333333vw, 40px);
  font-family: "Shippori Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "MS PMincho", serif;
  font-weight: 600;
  letter-spacing: 1px;
  height: clamp(33px, 8.8vw, 70px);
  line-height: clamp(33px, 8.8vw, 70px);
  letter-spacing: 1px;
}
.protect__item-text p span {
  color: #2252c5;
}

.protect__item--reverse img {
  padding-inline: 3.2% 9.3333333333%;
}

.protect__item-text--reverse {
  left: 0;
  right: auto;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.protect__item-text--reverse p {
  padding-inline: 15px 10px;
  font-size: clamp(17px, 4.5333333333vw, 36px);
}

.protect__text {
  margin-top: clamp(60px, 16vw, 80px);
  text-align: center;
  font-size: clamp(15px, 4vw, 28px);
  font-weight: 400;
  line-height: 1.8;
}
.protect__text span {
  color: #2252c5;
}

.approach {
  width: 100%;
  max-width: 750px;
  margin-inline: auto;
  background: #f6f9fd;
}

.approach__inner {
  position: relative;
}

.approach__title {
  position: absolute;
  top: clamp(0px, 12.8vw, 96px);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: clamp(0px, 75.2vw, 564px);
}
.approach__items {
  position: absolute;
  top: clamp(229px, 61.0666666667vw, 470px);
}

.approach__item {
  position: relative;
}

.approach__item--01 .appreoach__item-content {
  left: clamp(106px, 28.2666666667vw, 230px);
}

.appreoach__item-content {
  position: absolute;
  top: 5.0666666667vw;
}

.appreoach__item-heading {
  font-size: clamp(36px, 9.6vw, 56px);
  font-family: "Shippori Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "MS PMincho", serif;
  color: #2252c5;
  font-weight: 600;
  letter-spacing: 1.8px;
  border-bottom: solid 1px #d0d7ea;
  display: inline-block;
  min-width: clamp(180px, 51.4285714286vw, 250px);
  padding-bottom: 4px;
}

.appreoach__item-text {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-weight: 400;
  letter-spacing: 2px;
  margin-top: 4px;
}
.appreoach__item-text span {
  font-size: clamp(14px, 3.7333333333vw, 24px);
}

.approach__item--02 .appreoach__item-content {
  left: clamp(71px, 18.9333333333vw, 180px);
}

.approach__item--03 .appreoach__item-content {
  left: clamp(125px, 33.3333333333vw, 280px);
}
.approach__item--03 .appreoach__item-text {
  padding-left: 10px;
}

.approach__link {
  position: absolute;
  bottom: clamp(0px, 12.5333333333vw, 94px);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: clamp(0px, 92vw, 690px);
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.voice {
  width: 100%;
  max-width: 750px;
  margin-inline: auto;
  background: #fbf6e2;
  padding-bottom: 46px;
}

.voice__inner {
  background: url(../img/voice_bg.png) no-repeat top center/contain;
}

.voice__title {
  padding-top: 47px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.voice__title--en {
  color: #bfc1c4;
  font-family: "Shippori Mincho";
  font-size: clamp(36px, 9.6vw, 72px);
  font-style: normal;
  font-weight: 700;
  line-height: 1.66;
  letter-spacing: 1.8px;
}

.voice__title--ja {
  color: #2252c5;
  font-family: "Shippori Mincho";
  font-size: clamp(20px, 5.3333333333vw, 40px);
  font-style: normal;
  font-style: normal;
  font-weight: 700;
  line-height: 1.66;
  letter-spacing: 1px;
}

.voice__head {
  color: #000617;
  text-align: center;
  font-family: "Shippori Mincho";
  font-size: clamp(15px, 4vw, 30px);
  font-style: normal;
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: 0.75px;
  margin-top: 20px;
  width: clamp(316px, 84.2666666667vw, 632px);
  margin-inline: auto;
}
.voice__head span {
  color: #2252c5;
}

.voice__text {
  margin-top: 36px;
  background: #fff;
  padding: 20px;
  color: #707789;
  font-family: "Noto Sans JP";
  font-size: clamp(14px, 3.7333333333vw, 24px);
  font-style: normal;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.7px;
  width: clamp(0px, 91.7333333333vw, 688px);
  margin-inline: auto;
}

.voice__container {
  margin-top: 36px;
  padding-inline: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 36px;
  position: relative;
  overflow: hidden;
  -webkit-transition: max-height 0.4s ease;
  transition: max-height 0.4s ease;
}

.voice__fade {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(251, 246, 226, 0)), color-stop(40.87%, rgba(251, 246, 226, 0.8)), to(#fbf6e2));
  background: linear-gradient(180deg, rgba(251, 246, 226, 0) 0%, rgba(251, 246, 226, 0.8) 40.87%, #fbf6e2 100%);
  pointer-events: none;
  z-index: 1;
}

.voice__card {
  max-width: 400px;
  margin-inline: auto;
}

.voice__card-inner {
  background: #ffffff;
  padding: 16px 20px 21px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  border-radius: 16px;
}

.voice__card-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}

.voice__card-img {
  width: 89px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.voice__card-pfofile {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.voice__card-age {
  padding-bottom: 11px;
  border-bottom: 1px solid #bfc1c4;
}
.voice__card-age span {
  border-radius: 15px;
  background: #7c9ae5;
  color: #fff;
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 1px;
  width: 120px;
  height: 29px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.voice__card-name {
  color: #7c9ae5;
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 1px;
}

.voice__card-text {
  color: #000617;
  font-family: "Noto Sans JP";
  font-size: clamp(15px, 4vw, 20px);
  font-style: normal;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.75px;
}
.voice__card-text span {
  color: #2252c5;
}

.voice__btn {
  width: clamp(0px, 83.2vw, 624px);
  display: block;
  margin-inline: auto;
  background: #fbf6e2;
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.voice__btn img {
  border-radius: 16px;
}

.voice__btn--02 {
  width: clamp(0px, 83.2vw, 624px);
  margin-top: 48px;
  display: none;
  margin-inline: auto;
  background: #fbf6e2;
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.voice__btn--02 img {
  border-radius: 16px;
}

.ingredients {
  width: 100%;
  max-width: 750px;
  margin-inline: auto;
  position: relative;
}

.ingredients__bg {
  width: 100%;
}

.ingredients__wrapper {
  border-radius: 16px 0px 0px 16px;
  background: #fff;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(215, 211, 211, 0.25);
          box-shadow: 0px 4px 4px 0px rgba(215, 211, 211, 0.25);
  padding: clamp(121px, 32.2666666667vw, 242px) 0 clamp(13px, 3.4666666667vw, 26px) clamp(10px, 2.6666666667vw, 20px);
  position: absolute;
  top: clamp(53px, 14.1333333333vw, 106px);
  right: 0;
}
.ingredients__wrapper img {
  position: absolute;
  top: -7%;
  left: -3%;
  width: clamp(124px, 33.0666666667vw, 248px);
}

.ingredients__heading {
  font-weight: 600;
  font-family: "Shippori Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "MS PMincho", serif;
  color: #2252c5;
  font-size: clamp(30px, 8vw, 56px);
  position: absolute;
  top: 5.6%;
  left: clamp(125px, 33.3333333333vw, 260px);
  line-height: 1.5;
  letter-spacing: 1.5px;
}

.ingredients__list {
  border-radius: 15px 0px 0px 15px;
  background: #f6f9fd;
  padding: 3.4666666667vw 2.6666666667vw;
}
.ingredients__list li {
  position: relative;
  padding-left: clamp(26px, 6.9333333333vw, 40px);
}
.ingredients__list li:not(:first-child) {
  margin-top: 8px;
}
.ingredients__list li::after {
  content: "";
  position: absolute;
  background: url(../img/ingredients_check_icon.png) no-repeat center center/contain;
  width: clamp(16.5px, 4.4vw, 30px);
  height: clamp(14.5px, 3.8666666667vw, 27px);
  top: clamp(7px, 1.8666666667vw, 12px);
  left: 0;
}
.ingredients__list li span {
  color: #2252c5;
}

.flow {
  width: 100%;
  max-width: 750px;
  margin-inline: auto;
  background: #ffffff;
}

.flow__inner {
  position: relative;
  background: url(../img/flow_bg.png) no-repeat top center/cover;
}

.flow__text-bg {
  position: relative;
}

.flow__text-wrapper {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
}

.flow__text-deco {
  position: relative;
  color: #fff;
  text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.13);
  font-size: clamp(32px, 8.5333333333vw, 64px);
  font-family: "Shippori Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "MS PMincho", serif;
  font-weight: 700;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-inline: clamp(20px, 5.3333333333vw, 40px);
  line-height: 1.5;
  margin-inline: auto;
}
.flow__text-deco::before, .flow__text-deco::after {
  position: absolute;
  content: "";
  width: clamp(20px, 5.3333333333vw, 40px);
  height: 50%;
  top: 50%;
  -webkit-transform: translateY(-40%);
          transform: translateY(-40%);
}
.flow__text-deco::before {
  left: 0;
  background: url(../img/flow-deco-left.png) no-repeat center center/contain;
}
.flow__text-deco::after {
  right: 0;
  background: url(../img/flow-deco-right.png) no-repeat center center/contain;
}

.flow__text {
  color: #fff;
  text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.13);
  font-size: clamp(36px, 9.6vw, 60px);
  font-family: "Shippori Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "MS PMincho", serif;
  font-weight: 700;
  text-align: center;
}
.flow__text span {
  font-size: clamp(42px, 11.2vw, 68px);
}

.flow__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: clamp(36px, 9.6vw, 50px);
}

.flow__title--en {
  color: #bfc1c4;
  font-family: "Shippori Mincho";
  font-size: clamp(14px, 10.6666666667vw, 80px);
  font-style: normal;
  font-weight: 700;
  line-height: 1.66;
  letter-spacing: 2px;
}

.flow__title--ja {
  color: #2252c5;
  font-family: "Shippori Mincho";
  font-size: clamp(14px, 5.3333333333vw, 40px);
  font-style: normal;
  font-weight: 600;
  line-height: 1.66;
  letter-spacing: 1px;
}

.flow__items {
  max-width: 750px;
  position: relative;
  margin-top: clamp(35px, 9.3333333333vw, 50px);
}

.flow__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 1;
}
.flow__item:not(:first-child) {
  margin-top: clamp(30px, 8vw, 60px);
}
.flow__item img {
  width: clamp(185px, 49.3333333333vw, 370px);
  display: block;
  margin-bottom: clamp(21px, 5.6vw, 42px);
  border-radius: 0px 10px 10px 0px;
  aspect-ratio: 285/128;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
}

.flow__item-content {
  position: relative;
  margin-left: -3%;
  margin-top: clamp(50px, 13.3333333333vw, 100px);
  z-index: 2;
  border-radius: 16px 0px 0px 16px;
  background: rgba(255, 255, 255, 0.93);
  aspect-ratio: 2/1;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
  padding: clamp(20px, 5.3333333333vw, 40px) clamp(22px, 5.8666666667vw, 44px) clamp(20px, 5.3333333333vw, 40px) clamp(11px, 5.3333333333vw, 40px);
  width: clamp(200px, 53.3333333333vw, 400px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.flow__item-number {
  font-family: "Oooh Baby", serif;
  color: #7c9ae5;
  font-size: clamp(30px, 8vw, 60px);
  position: absolute;
  display: block;
  top: clamp(-52px, -6.9333333333vw, -26px);
  left: 6%;
  line-height: 1.66;
}

.flow__item-text {
  font-size: clamp(20px, 5.3333333333vw, 30px);
  font-weight: 500;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.flow__link-01 {
  display: block;
  width: clamp(0px, 92vw, 690px);
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  margin-inline: auto;
  margin-top: clamp(52px, 13.8666666667vw, 70px);
}

.flow__link-02 {
  display: block;
  width: clamp(0px, 92%, 690px);
  margin-inline: auto;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  margin-top: clamp(28px, 7.4666666667vw, 30px);
}

.faq {
  width: 100%;
  max-width: 750px;
  margin-inline: auto;
  background: #ffffff;
}

.faq__inner {
  padding-inline: 16px;
  background: url(../img/FAQ_bg.png) no-repeat top center/cover;
}

.faq__title {
  padding-top: 46px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.faq__title--en {
  color: #bfc1c4;
  font-family: "Shippori Mincho";
  font-size: clamp(14px, 10.6666666667vw, 80px);
  font-style: normal;
  font-weight: 700;
  line-height: 1.66;
  letter-spacing: 2px;
}

.faq__title--ja {
  color: #2252c5;
  font-family: "Shippori Mincho";
  font-size: clamp(14px, 5.3333333333vw, 40px);
  font-style: normal;
  font-weight: 600;
  line-height: 1.66;
  letter-spacing: 1px;
}

.faq__container {
  margin-top: 24px;
  padding-bottom: 85px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}

.faq__box {
  border-radius: 16px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(51, 51, 51, 0.08);
          box-shadow: 0px 0px 20px 0px rgba(51, 51, 51, 0.08);
  padding: 16px 12px 16px 16px;
}

.faq__q {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 2px;
  border-bottom: 1px solid #bfc1c4;
}

.faq__q-q {
  color: #707789;
  font-family: "Shippori Mincho";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.66;
  letter-spacing: 1.2px;
}

.faq__q-text {
  color: #000617;
  font-family: "Noto Sans JP";
  font-size: clamp(20px, 5.3333333333vw, 22px);
  font-style: normal;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 1px;
}

.faq__a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 4px;
}

.faq__a-a {
  color: #707789;
  font-family: "Shippori Mincho";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.66;
  letter-spacing: 1.2px;
}

.faq__a-text {
  color: #000617;
  font-family: "Noto Sans JP";
  font-size: clamp(15px, 4vw, 18px);
  font-style: normal;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.75px;
}

.faq__a-text-blue {
  color: #2252c5;
}

.shop {
  width: 100%;
  max-width: 750px;
  margin-inline: auto;
  background: #fff;
  background-size: 28px 28.5px;
}

.shop__inner {
  background: url(../img/shop_deco_icon.png) no-repeat;
  padding-top: 48px;
  padding-inline: 15px;
  padding-bottom: 31px;
}

.shop__title {
  color: #000617;
  font-family: "Shippori Mincho";
  font-size: clamp(20px, 5.3333333333vw, 26px);
  font-style: normal;
  font-weight: 700;
  line-height: 1.66;
  letter-spacing: 1px;
  text-align: center;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  padding-bottom: clamp(12px, 3.2vw, 20px);
}
.shop__title::before {
  content: "";
  width: 100%;
  height: clamp(14px, 3.7333333333vw, 30px);
  background: url(../img/shop_line.png) no-repeat center center/contain;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.shop__list {
  background: #f6f9fd;
  padding-top: 26px;
  padding-inline: 24px;
  padding-bottom: 25px;
  margin-top: 23px;
}
.shop__list li:not(:first-child) {
  margin-top: 5px;
}

.shop__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  position: relative;
  padding-left: 20px;
}
.shop__link::after {
  content: "";
  position: absolute;
  background: url(../img/shop_check_icon.png) no-repeat center center/contain;
  width: 16px;
  height: 14px;
  top: 10px;
  left: 0;
}

.shop__link-text {
  display: block;
  color: #000617;
  font-family: "Shippori Mincho";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.66;
  letter-spacing: 1px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.shop__note {
  color: #c00f0f;
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 1px;
  padding-top: 16px;
  padding-inline: 15px;
}

.footer {
  width: 100%;
  max-width: 750px;
  margin-inline: auto;
  background: #d0d7ea;
}

.footer__inner {
  padding: 18px 32px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer__copy {
  padding-bottom: clamp(0px, 26.6666666667vw, 200px);
  text-align: center;
  font-size: 14px;
}

.footer__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3px;
}
.footer__link a {
  color: #000617;
  font-family: "Noto Sans JP";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.6px;
  padding-left: 4px;
  border-left: 1px solid #707789;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.footer__contact-btn {
  display: block;
  width: clamp(0px, 27.4666666667vw, 206px);
  height: clamp(0px, 7.2vw, 54px);
  border-radius: 5px;
  background: #2252c5;
  color: #fff;
  font-family: "Noto Sans JP";
  font-size: clamp(12px, 3.2vw, 24px);
  font-style: normal;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.footer__contact-link-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(0px, 1.6vw, 12px);
  margin-top: 8px;
}

.footer__contact-link {
  font-size: 14px;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer__contact-link img {
  padding-right: 6px;
}
@media screen and (max-width: 427px) {
  .footer__contact-link img {
    width: 30px;
  }
}

.banner {
  width: clamp(0px, 85.6vw, 642px);
  position: fixed;
  bottom: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.4s ease, visibility 0.4s ease;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}

.banner.is-visible {
  opacity: 1;
  visibility: visible;
  z-index: 100;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.banner.is-visible:hover {
  opacity: 0.8;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
/*# sourceMappingURL=style.css.map */