/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

* {
  line-height: 1.5;
  list-style: none;
}

html, body {
  overflow-x: hidden;
}

body {
  font-family: "Noto Serif JP", serif;
  color: #222222;
}

@media screen and (max-width: 767px) {
  .pc-on {
    display: none;
  }
}

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

.sp-on {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp-on {
    display: block;
  }
}

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

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

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

.bold {
  font-weight: bold;
}

.dib {
  display: inline-block;
}

.mia {
  margin-inline: auto;
  max-width: 100%;
}

.red {
  color: #F15A24;
}

.inner {
  max-width: calc(1100px + 10%);
  margin: 0 auto;
  padding: 0 5%;
}
@media screen and (max-width: 389px) {
  .inner {
    padding: 0 20px;
  }
}

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

h2 {
  font-size: 24px;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  h2 {
    font-size: max(20px, 20px + 4 * (100vw - 390px) / 1049);
  }
}

p {
  font-size: 16px;
}

a {
  -webkit-transition: 0.2s opacity;
  transition: 0.2s opacity;
}
a:hover {
  opacity: 0.7;
}

.fade-in,
.fade-in-up,
.fade-in-left,
.fade-in-right {
  opacity: 0;
}
.fade-in.is-visible,
.fade-in-up.is-visible,
.fade-in-left.is-visible,
.fade-in-right.is-visible {
  opacity: 1;
}

.fade-in {
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.fade-in-up {
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
  -webkit-transition: opacity 0.6s, -webkit-transform 0.6s;
  transition: opacity 0.6s, -webkit-transform 0.6s;
  transition: opacity 0.6s, transform 0.6s;
  transition: opacity 0.6s, transform 0.6s, -webkit-transform 0.6s;
}
.fade-in-up.is-visible {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.fade-in-left {
  -webkit-transform: translateX(-100px);
          transform: translateX(-100px);
  -webkit-transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, transform 0.6s ease;
  transition: opacity 0.6s ease, transform 0.6s ease, -webkit-transform 0.6s ease;
}
.fade-in-left.is-visible {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.fade-in-right {
  -webkit-transform: translateX(100px);
          transform: translateX(100px);
  -webkit-transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, transform 0.6s ease;
  transition: opacity 0.6s ease, transform 0.6s ease, -webkit-transform 0.6s ease;
}
.fade-in-right.is-visible {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.fv img {
  width: 100vw;
}

.fv_bottom {
  position: relative;
  margin-top: -90px;
  padding-top: 140px;
  padding-bottom: 40px;
}
@media screen and (max-width: 1439px) {
  .fv_bottom {
    margin-top: min(-40px, -40px + -50 * (100vw - 390px) / 1049);
    padding-top: max(70px, 70px + 70 * (100vw - 390px) / 1049);
    padding-bottom: max(30px, 30px + 10 * (100vw - 390px) / 1049);
  }
}
.fv_bottom::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: url(../img/fv_bottom_bg.webp) center/cover no-repeat;
}
@media screen and (max-width: 767px) {
  .fv_bottom::before {
    background: url(../img/fv_bottom_bg_sp.webp) center/cover no-repeat;
  }
}
.fv_bottom .fv_bottom_text01 {
  width: 614px;
}
@media screen and (max-width: 1439px) {
  .fv_bottom .fv_bottom_text01 {
    width: max(341px, 341px + 273 * (100vw - 390px) / 1049);
  }
}
.fv_bottom .fv_bottom_text02 {
  width: 720px;
  margin-top: 60px;
}
@media screen and (max-width: 1439px) {
  .fv_bottom .fv_bottom_text02 {
    width: max(320px, 320px + 400 * (100vw - 390px) / 1049);
    margin-top: max(25px, 25px + 35 * (100vw - 390px) / 1049);
  }
}
.fv_bottom .fv_bottom_text03 {
  width: 520px;
  margin-top: 30px;
}
@media screen and (max-width: 1439px) {
  .fv_bottom .fv_bottom_text03 {
    width: max(335px, 311px + 209 * (100vw - 390px) / 1049);
    margin-top: max(8px, 8px + 22 * (100vw - 390px) / 1049);
  }
}
.fv_bottom .cta {
  width: 594px;
  margin-top: 40px;
}
@media screen and (max-width: 1439px) {
  .fv_bottom .cta {
    width: max(309px, 309px + 285 * (100vw - 390px) / 1049);
    margin-top: max(30px, 30px + 10 * (100vw - 390px) / 1049);
  }
}

.product {
  padding: 20px 0;
}
.product .product_wrap {
  background: #FFFDFD;
  border: 3px solid #FFD9DA;
  border-radius: 4px;
  padding: 35px 0 15px;
}
@media screen and (max-width: 1439px) {
  .product .product_wrap {
    padding: max(15px, 15px + 20 * (100vw - 390px) / 1049) 0 max(5px, 5px + 10 * (100vw - 390px) / 1049);
  }
}
.product .product_wrap h2 {
  font-size: 24px;
  color: #603813;
  text-align: center;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}
@media screen and (max-width: 1439px) {
  .product .product_wrap h2 {
    font-size: max(16px, 16px + 8 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  .product .product_wrap h2 {
    font-size: max(14px, 14px + 2 * (100vw - 390px) / 1049);
  }
}
.product .product_wrap h2::before {
  content: "";
  display: inline-block;
  width: 24px;
  aspect-ratio: 1/1;
  background: url(../img/icon_arrow-left.png) center/contain no-repeat;
}
.product .product_wrap .product_img {
  width: 854px;
}
@media screen and (max-width: 1439px) {
  .product .product_wrap .product_img {
    width: max(326px, 326px + 528 * (100vw - 390px) / 1049);
  }
}

.usefulness {
  padding: 40px 0;
  border-top: 6px solid #D3A071;
  border-bottom: 6px solid #D3A071;
  background: #F7ECE2;
}
@media screen and (max-width: 1439px) {
  .usefulness {
    padding: max(20px, 20px + 20 * (100vw - 390px) / 1049) 0;
  }
}
@media screen and (max-width: 389px) {
  .usefulness .inner {
    padding: 0 10px;
  }
}
.usefulness .usefulness_img {
  width: 601px;
}
@media screen and (max-width: 1439px) {
  .usefulness .usefulness_img {
    width: max(368px, 368px + 233 * (100vw - 390px) / 1049);
  }
}

.pcos {
  padding-top: 60px;
  padding-bottom: 40px;
  position: relative;
}
@media screen and (max-width: 1439px) {
  .pcos {
    padding-top: max(20px, 20px + 40 * (100vw - 390px) / 1049);
    padding-bottom: max(20px, 20px + 20 * (100vw - 390px) / 1049);
  }
}
.pcos::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: url(../img/pcos_bg.webp) center/cover no-repeat;
}
@media screen and (max-width: 767px) {
  .pcos::before {
    background: url(../img/pcos_bg_sp.webp) center/cover no-repeat;
  }
}
@media screen and (max-width: 389px) {
  .pcos .inner {
    padding: 0 10px;
  }
}
.pcos .inner .pcos_img01 {
  width: 807px;
}
@media screen and (max-width: 1439px) {
  .pcos .inner .pcos_img01 {
    width: max(307px, 307px + 500 * (100vw - 390px) / 1049);
  }
}
.pcos .inner .pcos_text01 {
  width: 345px;
  margin-top: 50px;
}
@media screen and (max-width: 1439px) {
  .pcos .inner .pcos_text01 {
    width: max(291px, 291px + 54 * (100vw - 390px) / 1049);
    margin-top: max(30px, 30px + 20 * (100vw - 390px) / 1049);
  }
}
.pcos .inner .pcos_text02 {
  width: 332px;
  margin-top: 30px;
}
@media screen and (max-width: 1439px) {
  .pcos .inner .pcos_text02 {
    width: max(224px, 224px + 108 * (100vw - 390px) / 1049);
    margin-top: max(15px, 15px + 15 * (100vw - 390px) / 1049);
  }
}
.pcos .inner .pcos_img02 {
  width: 524px;
  margin-top: 10px;
}
@media screen and (max-width: 1439px) {
  .pcos .inner .pcos_img02 {
    width: max(350px, 350px + 174 * (100vw - 390px) / 1049);
  }
}
.pcos .inner .pcos_text03 {
  width: 227px;
  margin-top: 45px;
}
@media screen and (max-width: 1439px) {
  .pcos .inner .pcos_text03 {
    margin-top: max(40px, 40px + 5 * (100vw - 390px) / 1049);
  }
}
.pcos .inner .flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 60px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 800px;
  margin-inline: auto;
}
@media screen and (max-width: 1439px) {
  .pcos .inner .flex {
    margin-top: max(25px, 25px + 35 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  .pcos .inner .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-inline: auto;
    gap: 20px;
  }
}
.pcos .inner .pcos_img04 {
  width: 403px;
  max-width: 100%;
}
@media screen and (max-width: 1439px) {
  .pcos .inner .pcos_img04 {
    width: max(345px, 345px + 58 * (100vw - 390px) / 1049);
  }
}
.pcos .inner .pcos_img05 {
  width: 321px;
  max-width: 100%;
}
@media screen and (max-width: 1439px) {
  .pcos .inner .pcos_img05 {
    width: max(289px, 289px + 32 * (100vw - 390px) / 1049);
  }
}
.pcos .inner .pcos_img06 {
  width: 546px;
  margin-top: 55px;
}
@media screen and (max-width: 1439px) {
  .pcos .inner .pcos_img06 {
    width: max(324px, 324px + 222 * (100vw - 390px) / 1049);
    margin-top: max(20px, 20px + 35 * (100vw - 390px) / 1049);
  }
}

.recommend {
  padding-top: 40px;
}
@media screen and (max-width: 1439px) {
  .recommend {
    padding-top: max(20px, 20px + 20 * (100vw - 390px) / 1049);
  }
}
.recommend .recommend_title {
  width: 360px;
}
@media screen and (max-width: 1439px) {
  .recommend .recommend_title {
    width: max(313px, 313px + 47 * (100vw - 390px) / 1049);
  }
}
.recommend .recommend_bg_wrap {
  margin-top: 55px;
  position: relative;
  padding: 115px 0 30px;
}
@media screen and (max-width: 1439px) {
  .recommend .recommend_bg_wrap {
    margin-top: max(15px, 15px + 40 * (100vw - 390px) / 1049);
    padding-top: max(65px, 65px + 50 * (100vw - 390px) / 1049);
  }
}
.recommend .recommend_bg_wrap::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: url(../img/recommend_bg.webp) bottom/cover no-repeat;
}
@media screen and (max-width: 767px) {
  .recommend .recommend_bg_wrap::before {
    background: url(../img/recommend_bg_sp.webp) bottom/cover no-repeat;
  }
}
.recommend .recommend_bg_wrap .recommend_img {
  width: 444px;
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
}
@media screen and (max-width: 1439px) {
  .recommend .recommend_bg_wrap .recommend_img {
    width: max(335px, 335px + 109 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  .recommend .recommend_bg_wrap .recommend_img {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
}
@media screen and (max-width: 389px) {
  .recommend .recommend_bg_wrap .recommend_img {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    max-width: 95%;
  }
}

.nutrient {
  padding: 30px 0;
  background: #FFF8F8;
}
.nutrient .nutrient_text01 {
  width: 605px;
}
@media screen and (max-width: 1439px) {
  .nutrient .nutrient_text01 {
    width: max(367px, 367px + 238 * (100vw - 390px) / 1049);
  }
}
.nutrient .nutrient_text02 {
  width: 561px;
  margin-top: 45px;
}
@media screen and (max-width: 1439px) {
  .nutrient .nutrient_text02 {
    width: max(319px, 319px + 242 * (100vw - 390px) / 1049);
    margin-top: max(40px, 40px + 5 * (100vw - 390px) / 1049);
  }
}
.nutrient .nutrient_text03 {
  width: 554px;
  margin-top: 10px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1439px) {
  .nutrient .nutrient_text03 {
    width: max(361px, 361px + 193 * (100vw - 390px) / 1049);
    margin-top: max(5px, 5px + 5 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  .nutrient .nutrient_text03 {
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
}
.nutrient ul.nutrient_list {
  margin-top: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
}
@media screen and (max-width: 1439px) {
  .nutrient ul.nutrient_list {
    margin-top: max(20px, 20px + 10 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  .nutrient ul.nutrient_list {
    -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;
    gap: 20px;
    margin-top: -20px;
  }
}
.nutrient ul.nutrient_list li {
  width: 354px;
  max-width: 100%;
}
.nutrient .nutrient_img04 {
  width: 738px;
  margin-top: 30px;
}
@media screen and (max-width: 1439px) {
  .nutrient .nutrient_img04 {
    width: max(354px, 354px + 384 * (100vw - 390px) / 1049);
    margin-top: max(20px, 20px + 10 * (100vw - 390px) / 1049);
  }
}

.how-to {
  padding-top: 40px;
  position: relative;
}
.how-to::before {
  content: "";
  display: block;
  width: 100%;
  height: 87.1%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: #FFFAFF;
  -webkit-clip-path: path("M0 0H1439V520.715C1439 520.715 1004.94 554.959 719.5 555.977C423.01 557.035 0 520.715 0 520.715V0Z");
          clip-path: path("M0 0H1439V520.715C1439 520.715 1004.94 554.959 719.5 555.977C423.01 557.035 0 520.715 0 520.715V0Z");
}
@media screen and (max-width: 767px) {
  .how-to::before {
    height: 92%;
    -webkit-clip-path: path("M0 0H390V430.807C390 430.807 272.362 459.138 195 459.981C114.645 460.857 0 430.807 0 430.807V0Z");
            clip-path: path("M0 0H390V430.807C390 430.807 272.362 459.138 195 459.981C114.645 460.857 0 430.807 0 430.807V0Z");
  }
}
.how-to .how-to_text {
  margin-top: 40px;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin-inline: auto;
  font-size: 16px;
}
@media screen and (max-width: 1439px) {
  .how-to .how-to_text {
    margin-top: max(25px, 25px + 15 * (100vw - 390px) / 1049);
    font-size: max(12px, 12px + 4 * (100vw - 390px) / 1049);
  }
}
.how-to .how-to_img {
  width: 282px;
  margin-top: 10px;
}
@media screen and (max-width: 1439px) {
  .how-to .how-to_img {
    width: max(120px, 120px + 162 * (100vw - 390px) / 1049);
  }
}

.ingredient {
  padding: 40px 0;
}
@media screen and (max-width: 389px) {
  .ingredient .inner {
    padding: 0 10px;
  }
}
.ingredient .ingredient_table {
  margin-top: 30px;
  width: 663px;
}
@media screen and (max-width: 1439px) {
  .ingredient .ingredient_table {
    margin-top: max(20px, 20px + 10 * (100vw - 390px) / 1049);
  }
}

.faq {
  padding: 30px 0;
  background: #FFFAFF;
}
.faq h2 {
  font-family: "Noto Sans JP", sans-serif;
}
.faq .faq_list {
  margin-top: 30px;
  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;
  gap: 24px;
  max-width: 510px;
  margin-inline: auto;
}
.faq .faq_list .faq_item {
  background: #fff;
  border-radius: 2px;
  padding: 15px;
  padding-left: 45px;
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
.faq .faq_list .faq_item h3, .faq .faq_list .faq_item .answer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 36px;
  position: relative;
}
.faq .faq_list .faq_item h3::before, .faq .faq_list .faq_item .answer::before {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  position: absolute;
  left: -5px;
  top: 4px;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.faq .faq_list .faq_item h3 {
  font-size: 12px;
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: 5px;
}
.faq .faq_list .faq_item h3::before {
  content: "Q";
  background: #CBAFCB;
}
.faq .faq_list .faq_item h3::after {
  content: "";
  display: block;
  width: calc(100% + 30px);
  height: 0px;
  border-bottom: 1px dashed #D9D9D9;
  position: absolute;
  bottom: -2.5px;
  left: -30px;
}
.faq .faq_list .faq_item .answer {
  font-size: 12px;
  font-family: "Noto Sans JP", sans-serif;
  margin-top: 5px;
}
.faq .faq_list .faq_item .answer::before {
  content: "A";
  background: #E2CEBA;
}

footer {
  background: #E2CEBA;
}
footer .footer_inner {
  padding: 30px 0;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  footer .footer_inner {
    padding: max(10px, 10px + 20 * (100vw - 390px) / 1049) 0;
  }
}

.footer_fixed_btn {
  position: fixed;
  padding-bottom: 20px;
  bottom: 0;
  left: 50%;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
  width: 594px;
}
@media screen and (max-width: 1439px) {
  .footer_fixed_btn {
    width: max(309px, 309px + 285 * (100vw - 390px) / 1049);
  }
}
.footer_fixed_btn.visible {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}