/*! 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;
}

body {
  font-family: "Noto Serif JP", serif;
  color: #333;
}
@media screen and (max-width: 767px) {
  body {
    padding-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  body.lp {
    padding-top: 0;
  }
}

@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;
}

.inner {
  max-width: calc(1100px + 10%);
  margin: 0 auto;
  padding: 0 5%;
}

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

section {
  padding: 60px 0;
}
@media screen and (max-width: 1439px) {
  section {
    padding: max(30px, 30px + 30 * (100vw - 390px) / 1049) 0;
  }
}

.fullwide {
  width: 100vw;
  margin-inline: calc(50% - 50vw);
}

.bg_gray {
  background: #E9EDF2;
  padding: 30px 50px;
}
@media screen and (max-width: 1439px) {
  .bg_gray {
    padding: max(20px, 20px + 10 * (100vw - 390px) / 1049) max(20px, 20px + 30 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 1439px) {
  .bg_gray p {
    font-size: max(14px, 14px + 2 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  .bg_gray p {
    font-size: max(12px, 12px + 2 * (100vw - 320px) / 69);
  }
}

h2 {
  font-size: 32px;
  position: relative;
}
@media screen and (max-width: 1439px) {
  h2 {
    font-size: max(24px, 24px + 8 * (100vw - 390px) / 1049);
  }
}
h2.section_title {
  text-align: center;
  margin-bottom: 100px;
}
@media screen and (max-width: 1439px) {
  h2.section_title {
    margin-bottom: max(60px, 60px + 40 * (100vw - 390px) / 1049);
  }
}
h2.section_title::after {
  content: "";
  position: absolute;
  width: 42px;
  height: 3px;
  background: #333;
  left: 50%;
  bottom: -25px;
  -webkit-transform: translate(-50%, 100%) rotate(-45deg);
          transform: translate(-50%, 100%) rotate(-45deg);
}
@media screen and (max-width: 1439px) {
  h2.section_title::after {
    width: max(28px, 28px + 14 * (100vw - 390px) / 1049);
    bottom: min(-20px, -20px + -5 * (100vw - 390px) / 1049);
  }
}
h2.page_title {
  font-size: 36px;
  padding-bottom: 20px;
  border-bottom: 1px solid #333;
  margin-bottom: 30px;
}
@media screen and (max-width: 1439px) {
  h2.page_title {
    font-size: max(24px, 24px + 12 * (100vw - 390px) / 1049);
    padding-bottom: max(10px, 10px + 10 * (100vw - 390px) / 1049);
    margin-bottom: max(10px, 10px + 20 * (100vw - 390px) / 1049);
  }
}
h2.square_title {
  font-size: 36px;
  padding-left: 40px;
  margin-bottom: 30px;
}
@media screen and (max-width: 1439px) {
  h2.square_title {
    font-size: max(24px, 24px + 12 * (100vw - 390px) / 1049);
    padding-left: max(30px, 30px + 10 * (100vw - 390px) / 1049);
    margin-bottom: max(20px, 20px + 10 * (100vw - 390px) / 1049);
  }
}
h2.square_title::before {
  content: "";
  width: 20px;
  height: 20px;
  background: #194279;
  position: absolute;
  left: 0;
  top: 0.5em;
}
@media screen and (max-width: 767px) {
  h2.square_title::before {
    top: 0.4em;
  }
}
h2.number_title {
  font-size: 36px;
  position: relative;
  padding-left: 50px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1439px) {
  h2.number_title {
    font-size: max(20px, 20px + 16 * (100vw - 390px) / 1049);
    padding-left: max(38px, 38px + 12 * (100vw - 390px) / 1049);
  }
}
h2.number_title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 40px;
  height: 40px;
  font-size: 32px;
  font-family: "Times New Roman", serif;
  display: grid;
  place-items: center;
  background: #194279;
  color: #fff;
  line-height: 1;
}
@media screen and (max-width: 1439px) {
  h2.number_title::before {
    width: max(28px, 28px + 12 * (100vw - 390px) / 1049);
    height: max(28px, 28px + 12 * (100vw - 390px) / 1049);
    font-size: max(24px, 24px + 8 * (100vw - 390px) / 1049);
    top: max(2px, 2px + 8 * (100vw - 390px) / 1049);
  }
}

h3 {
  font-size: 24px;
}
@media screen and (max-width: 1439px) {
  h3 {
    font-size: max(20px, 20px + 4 * (100vw - 390px) / 1049);
  }
}
h3.section_title {
  padding-bottom: 10px;
  border-bottom: 1px solid #333;
}
@media screen and (max-width: 1439px) {
  h3.section_title {
    font-size: max(19px, 19px + 5 * (100vw - 390px) / 1049);
  }
}

@media screen and (max-width: 1439px) {
  p {
    font-size: max(14px, 14px + 2 * (100vw - 390px) / 1049);
  }
}

.main_btn {
  margin-top: 100px;
}
@media screen and (max-width: 1439px) {
  .main_btn {
    margin-top: max(40px, 40px + 60 * (100vw - 390px) / 1049);
  }
}
.main_btn a {
  width: 516px;
  height: 94px;
  background: #7b7b7b;
  font-size: 36px;
  display: grid;
  place-items: center;
  padding: 10px;
  margin-inline: auto;
  max-width: 100%;
}
@media screen and (max-width: 1439px) {
  .main_btn a {
    width: max(350px, 350px + 166 * (100vw - 390px) / 1049);
    height: max(56px, 56px + 38 * (100vw - 390px) / 1049);
    font-size: max(24px, 24px + 12 * (100vw - 390px) / 1049);
  }
}

.sub_btn {
  margin-top: 30px;
}
.sub_btn a {
  width: 350px;
  height: 56px;
  font-size: 24px;
  display: grid;
  place-items: center;
  border: 1px solid #333;
  padding: 5px;
  margin-inline: auto;
  max-width: 100%;
}

main .page_btn_wrap {
  gap: 60px;
}
@media screen and (max-width: 1439px) {
  main .page_btn_wrap {
    gap: max(20px, 20px + 40 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  main .page_btn_wrap {
    grid-template-columns: 1fr;
  }
}
main .page_btn a {
  width: 520px;
  max-width: 100%;
  height: 100px;
  border: 1px solid #333;
  display: grid;
  place-items: center;
  font-size: 20px;
}
@media screen and (max-width: 1439px) {
  main .page_btn a {
    width: max(350px, 350px + 170 * (100vw - 390px) / 1049);
    height: max(70px, 70px + 30 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  main .page_btn a {
    width: 100%;
    max-width: 350px;
    margin-inline: auto;
  }
}
@media screen and (max-width: 389px) {
  main .page_btn a {
    font-size: max(16px, 16px + 4 * (100vw - 320px) / 69);
    height: max(50px, 50px + 20 * (100vw - 320px) / 69);
  }
}

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, -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 {
  -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);
}

.comingsoon .comingsoon_wrap {
  text-align: center;
  padding: 100px 0;
  height: 80vh;
  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;
}
@media screen and (max-width: 1439px) {
  .comingsoon .comingsoon_wrap {
    padding: max(60px, 60px + 40 * (100vw - 390px) / 1049) 0;
  }
}
@media screen and (max-width: 767px) {
  .comingsoon .comingsoon_wrap {
    height: 50vh;
  }
}
.comingsoon .comingsoon_wrap .comingsoon_title {
  font-size: 64px;
  margin-bottom: 30px;
  font-family: "Times New Roman", serif;
  font-style: italic;
}
@media screen and (max-width: 1439px) {
  .comingsoon .comingsoon_wrap .comingsoon_title {
    font-size: max(32px, 32px + 32 * (100vw - 390px) / 1049);
    margin-bottom: max(20px, 20px + 10 * (100vw - 390px) / 1049);
  }
}
.comingsoon .comingsoon_wrap p {
  font-size: 36px;
}
@media screen and (max-width: 1439px) {
  .comingsoon .comingsoon_wrap p {
    font-size: max(20px, 20px + 16 * (100vw - 390px) / 1049);
  }
}
.comingsoon .comingsoon_wrap .sub_btn {
  max-width: 100%;
  margin-top: 100px;
}
@media screen and (max-width: 1439px) {
  .comingsoon .comingsoon_wrap .sub_btn {
    margin-top: max(20px, 20px + 80 * (100vw - 390px) / 1049);
  }
}

.page-404 {
  min-height: 80vh;
  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;
  padding: 100px 0;
}
@media screen and (max-width: 1439px) {
  .page-404 {
    padding: max(60px, 60px + 40 * (100vw - 390px) / 1049) 0;
  }
}
@media screen and (max-width: 767px) {
  .page-404 {
    min-height: 50vh;
  }
}
.page-404 .inner {
  width: 100%;
  text-align: center;
}
.page-404 .error-content {
  max-width: 750px;
  margin: 0 auto;
}
.page-404 .error-number {
  font-size: 120px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .page-404 .error-number {
    font-size: 80px;
    margin-bottom: 20px;
  }
}
.page-404 .error-title {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #333;
}
@media screen and (max-width: 767px) {
  .page-404 .error-title {
    font-size: 24px;
  }
}
.page-404 .error-message {
  font-size: 16px;
  color: #666;
  margin-bottom: 40px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .page-404 .error-message {
    margin-bottom: 30px;
  }
}
.cta_lp a {
  width: 611px;
  max-width: 100%;
  height: 94px;
  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;
  position: relative;
  border-radius: 67.5px;
  margin-inline: auto;
  padding: 10px 20px;
  font-size: 36px;
  font-weight: 600;
  color: #192034;
  background: -webkit-gradient(linear, left top, left bottom, from(#F5D395), color-stop(19%, #DAA442), to(#F5D395));
  background: -webkit-linear-gradient(top, #F5D395 0%, #DAA442 19%, #F5D395 100%);
  background: linear-gradient(to bottom, #F5D395 0%, #DAA442 19%, #F5D395 100%);
  border: 1px solid #fff;
}
@media screen and (max-width: 1439px) {
  .cta_lp a {
    font-size: max(20px, 20px + 16 * (100vw - 390px) / 1049);
    width: max(350px, 350px + 261 * (100vw - 390px) / 1049);
    height: max(60px, 60px + 34 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  .cta_lp a {
    width: 100%;
    max-width: 350px;
    font-size: max(16px, 16px + 2 * (100vw - 320px) / 69);
    padding: 10px max(10px, 10px + 10 * (100vw - 320px) / 69);
  }
}
.cta_lp a .ja {
  font-size: 36px;
  font-weight: 600;
}
@media screen and (max-width: 1439px) {
  .cta_lp a .ja {
    font-size: max(20px, 20px + 16 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  .cta_lp a .ja {
    font-size: max(16px, 16px + 4 * (100vw - 320px) / 69);
  }
}
.cta_lp a .en {
  font-size: 36px;
  font-style: italic;
  font-family: "Times New Roman", serif;
  font-weight: 300;
}
@media screen and (max-width: 1439px) {
  .cta_lp a .en {
    font-size: max(24px, 24px + 12 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  .cta_lp a .en {
    font-size: max(18px, 18px + 6 * (100vw - 320px) / 69);
  }
}
.cta_lp a::after {
  content: "";
  width: 13px;
  height: 25px;
  background: url(../img/lp/icon_right.png) no-repeat center/contain;
  margin-left: 20px;
}
@media screen and (max-width: 1439px) {
  .cta_lp a::after {
    margin-left: max(10px, 10px + 10 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  .cta_lp a::after {
    background-image: url(../img/lp/icon_right_sp.png);
    width: 10.5px;
    height: 17.5px;
  }
}

strong {
  font-weight: 600;
}

p.fz36 {
  font-size: 36px;
}
@media screen and (max-width: 1439px) {
  p.fz36 {
    font-size: max(20px, 20px + 16 * (100vw - 390px) / 1049);
  }
}

p.fz24 {
  font-size: 24px;
}
@media screen and (max-width: 1439px) {
  p.fz24 {
    font-size: max(14px, 14px + 10 * (100vw - 390px) / 1049);
  }
}

p.fz20 {
  font-size: 20px;
}
@media screen and (max-width: 1439px) {
  p.fz20 {
    font-size: max(14px, 14px + 6 * (100vw - 390px) / 1049);
  }
}

p.fz14 {
  font-size: 14px;
}
@media screen and (max-width: 1439px) {
  p.fz14 {
    font-size: max(10px, 10px + 4 * (100vw - 390px) / 1049);
  }
}

.lp-main_btn {
  margin-top: 60px;
}
@media screen and (max-width: 1439px) {
  .lp-main_btn {
    margin-top: max(30px, 30px + 30 * (100vw - 390px) / 1049);
  }
}
.lp-main_btn a {
  width: 296px;
  height: 58px;
  border: 1px solid #192034;
  font-size: 24px;
  display: grid;
  place-items: center;
  padding: 8px 16px;
  position: relative;
  margin-inline: auto;
  line-height: 1;
}
@media screen and (max-width: 1439px) {
  .lp-main_btn a {
    font-size: max(20px, 20px + 4 * (100vw - 390px) / 1049);
    width: max(225px, 225px + 71 * (100vw - 390px) / 1049);
    height: max(43px, 43px + 15 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  .lp-main_btn a {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
}
.lp-main_btn a::after {
  content: "";
  width: 40px;
  height: 1px;
  background: #333;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}
@media screen and (max-width: 767px) {
  .lp-main_btn a::after {
    right: -30px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

section {
  padding: 60px 0 120px;
}
@media screen and (max-width: 1439px) {
  section {
    padding: max(30px, 30px + 30 * (100vw - 390px) / 1049) 0 max(60px, 60px + 60 * (100vw - 390px) / 1049);
  }
}

h2.section_title {
  font-size: 42px;
  position: relative;
  margin-bottom: 90px;
  font-weight: bold;
}
@media screen and (max-width: 1439px) {
  h2.section_title {
    font-size: max(24px, 24px + 18 * (100vw - 390px) / 1049);
    margin-bottom: max(70px, 70px + 20 * (100vw - 390px) / 1049);
  }
}
h2.section_title::after {
  height: 2px;
  background: #757F9D;
}
h2.section_title.black {
  background: -webkit-gradient(linear, left top, right top, from(#333), to(#757F9D));
  background: -webkit-linear-gradient(left, #333, #757F9D);
  background: linear-gradient(to right, #333, #757F9D);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
h2.section_title.white {
  color: #fff;
}
h2.section_title.white::after {
  background: #fff;
}

.fv {
  padding: 0;
  position: relative;
}
.fv .cta_lp {
  position: absolute;
  left: 50%;
  bottom: 35px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
}
@media screen and (max-width: 1439px) {
  .fv .cta_lp {
    bottom: max(10px, 10px + 25 * (100vw - 768px) / 671);
  }
}
@media screen and (max-width: 767px) {
  .fv .cta_lp {
    bottom: 0;
    -webkit-transform: translate(-50%, 50%);
            transform: translate(-50%, 50%);
  }
}
@media screen and (max-width: 389px) {
  .fv .cta_lp {
    padding: 0 20px;
  }
}
.fv figure, .fv img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.intro {
  padding-bottom: 60px;
}
@media screen and (max-width: 1439px) {
  .intro {
    padding-bottom: max(30px, 30px + 30 * (100vw - 390px) / 1049);
  }
}
.intro h2 {
  font-size: 32px;
  text-align: center;
  margin-bottom: 20px;
  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: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media screen and (max-width: 1439px) {
  .intro h2 {
    font-size: max(24px, 24px + 8 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  .intro h2 {
    margin-bottom: 30px;
    margin-top: 30px;
  }
}
@media screen and (max-width: 389px) {
  .intro h2 {
    font-size: max(20px, 20px + 2 * (100vw - 320px) / 69);
  }
}
@media screen and (max-width: 767px) {
  .intro h2 {
    -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;
  }
}
@media screen and (max-width: 1439px) {
  .intro h2 .sme-font-size {
    font-size: max(16px, 16px + 8 * (100vw - 390px) / 1049) !important;
  }
}
@media screen and (max-width: 389px) {
  .intro h2 .sme-font-size {
    font-size: max(13px, 13px + 2 * (100vw - 320px) / 69) !important;
  }
}

.reason, .birth, .how-to-use, .select, .mineral, .how-to-use, .elixar, .faq, .cta {
  position: relative;
  z-index: 1;
}

.reason_bg, .birth_bg, .how-to-use_bg, .select_bg, .mineral_bg, .how-to-use_bg, .elixar_bg, .faq_bg, .cta_bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.reason_bg img, .birth_bg img, .how-to-use_bg img, .select_bg img, .mineral_bg img, .how-to-use_bg img, .elixar_bg img, .faq_bg img, .cta_bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.birth, .select, .elixar {
  color: #fff;
}

.birth_bg img, .select_bg img, .elixar_bg img, .cta_bg img {
  opacity: 0.5;
}
.birth_bg::after, .select_bg::after, .elixar_bg::after, .cta_bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #131928;
  z-index: -1;
}

@media screen and (max-width: 1439px) {
  .reason h2.section_title {
    margin-bottom: max(50px, 50px + 40 * (100vw - 390px) / 1049);
  }
}
.reason .reason_list {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.reason .reason_list li {
  gap: 20px;
  position: relative;
}
.reason .reason_list li:not(:last-of-type) {
  padding-bottom: 30px;
}
@media screen and (max-width: 1439px) {
  .reason .reason_list li:not(:last-of-type) {
    padding-bottom: max(20px, 20px + 10 * (100vw - 390px) / 1049);
  }
}
.reason .reason_list li:not(:first-of-type) {
  border-top: 1px solid #757F9D;
  padding-top: 30px;
}
@media screen and (max-width: 1439px) {
  .reason .reason_list li:not(:first-of-type) {
    padding-top: max(20px, 20px + 10 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  .reason .reason_list li:first-of-type .icon_wrap {
    top: 0;
  }
}
.reason .reason_list li .icon_wrap {
  width: 80px;
  height: 80px;
  background: url(../img/lp/point_list_icon.webp) no-repeat center/contain;
  -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;
  color: #fff;
}
@media screen and (max-width: 1439px) {
  .reason .reason_list li .icon_wrap {
    width: max(50px, 50px + 30 * (100vw - 390px) / 1049);
    height: max(50px, 50px + 30 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  .reason .reason_list li .icon_wrap {
    position: absolute;
    left: 0;
    top: max(20px, 20px + 10 * (100vw - 390px) / 1049);
    width: 50px;
    height: 50px;
  }
}
.reason .reason_list li .icon_wrap .en {
  font-size: 14px;
  font-style: italic;
  font-family: "Times New Roman", serif;
  line-height: 1;
}
@media screen and (max-width: 1439px) {
  .reason .reason_list li .icon_wrap .en {
    font-size: max(9px, 9px + 5 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  .reason .reason_list li .icon_wrap .en {
    font-size: 9px;
  }
}
.reason .reason_list li .icon_wrap .number {
  font-size: 36px;
  font-style: italic;
  font-family: "Times New Roman", serif;
  line-height: 1;
}
@media screen and (max-width: 1439px) {
  .reason .reason_list li .icon_wrap .number {
    font-size: max(24px, 24px + 12 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  .reason .reason_list li .icon_wrap .number {
    font-size: 24px;
  }
}
.reason .reason_list li .text_wrap {
  padding-top: 16px;
}
@media screen and (max-width: 1439px) {
  .reason .reason_list li .text_wrap {
    padding-top: max(10px, 10px + 6 * (100vw - 390px) / 1049);
  }
}
.reason .reason_list li .text_wrap h3 {
  font-size: 36px;
  margin-bottom: 32px;
  line-height: 1.2;
}
@media screen and (max-width: 1439px) {
  .reason .reason_list li .text_wrap h3 {
    font-size: max(20px, 20px + 16 * (100vw - 390px) / 1049);
    margin-bottom: max(16px, 16px + 16 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  .reason .reason_list li .text_wrap h3 {
    padding-left: 60px;
  }
}
@media screen and (max-width: 1439px) {
  .reason .reason_list li .text_wrap h3 .sme-font-size {
    font-size: max(10px, 10px + 10 * (100vw - 390px) / 1049) !important;
  }
}
.reason .reason_list li .text_wrap p .sme-font-size {
  display: block;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .reason .reason_list li .text_wrap p .sme-font-size {
    line-height: 1.5;
  }
}

.birth .inner {
  max-width: calc(1150px + 10%);
}
.birth .birth_list {
  position: relative;
  z-index: 1;
  gap: 60px;
}
@media screen and (max-width: 1439px) {
  .birth .birth_list {
    gap: max(30px, 30px + 30 * (100vw - 390px) / 1049);
  }
}
.birth .birth_list::before {
  content: "";
  width: 473px;
  height: 1486px;
  position: absolute;
  left: -100px;
  top: 30px;
  background: url(../img/lp/birth_line.webp) no-repeat center/contain;
  z-index: -1;
}
@media screen and (max-width: 1439px) {
  .birth .birth_list::before {
    width: max(200px, 200px + 273 * (100vw - 390px) / 1049);
    height: max(630px, 630px + 856 * (100vw - 390px) / 1049);
    left: min(-50px, -50px + -50 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  .birth .birth_list::before {
    background-image: url(../img/lp/birth_line_sp.webp);
    width: max(64px, 64px + 136 * (100vw - 390px) / 378);
    height: max(550px, 550px + 250 * (100vw - 390px) / 378);
    top: 38px;
    left: min(13px, 13px + -43 * (100vw - 390px) / 378);
  }
}
.birth .birth_list li {
  gap: 36px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1439px) {
  .birth .birth_list li {
    gap: max(20px, 20px + 16 * (100vw - 390px) / 1049);
  }
}
.birth .birth_list li:nth-of-type(2n) {
  padding-left: 254px;
}
@media screen and (max-width: 1439px) {
  .birth .birth_list li:nth-of-type(2n) {
    padding-left: max(50px, 50px + 204 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  .birth .birth_list li:nth-of-type(2n) {
    padding-left: 0;
  }
}
.birth .birth_list li .img_wrap {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 250px;
  height: 250px;
}
@media screen and (max-width: 1439px) {
  .birth .birth_list li .img_wrap {
    width: max(100px, 100px + 150 * (100vw - 390px) / 1049);
    height: max(100px, 100px + 150 * (100vw - 390px) / 1049);
  }
}
.birth .birth_list li .img_wrap figure, .birth .birth_list li .img_wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.birth .birth_list li .text_wrap > div {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 10px;
  margin-bottom: 45px;
}
@media screen and (max-width: 1439px) {
  .birth .birth_list li .text_wrap > div {
    margin-bottom: max(10px, 10px + 35 * (100vw - 390px) / 1049);
    gap: max(5px, 5px + 5 * (100vw - 390px) / 1049);
  }
}
.birth .birth_list li .text_wrap > div h3 {
  color: #757F9D;
  font-size: 64px;
  line-height: 1;
}
@media screen and (max-width: 1439px) {
  .birth .birth_list li .text_wrap > div h3 {
    font-size: max(24px, 24px + 40 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  .birth .birth_list li .text_wrap > div h3 {
    font-size: max(18px, 18px + 4 * (100vw - 320px) / 69);
  }
}
.birth .birth_list li .text_wrap > div h3 .sme-font-size {
  line-height: 1;
}
@media screen and (max-width: 1439px) {
  .birth .birth_list li .text_wrap > div h3 .sme-font-size {
    font-size: max(36px, 36px + 64 * (100vw - 390px) / 1049) !important;
  }
}
@media screen and (max-width: 389px) {
  .birth .birth_list li .text_wrap > div h3 .sme-font-size {
    font-size: max(28px, 28px + 8 * (100vw - 320px) / 69) !important;
  }
}
.birth .birth_list li .text_wrap > div > span {
  font-size: 36px;
  color: #757F9D;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 1439px) {
  .birth .birth_list li .text_wrap > div > span {
    font-size: max(16px, 16px + 20 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  .birth .birth_list li .text_wrap > div > span {
    font-size: max(13px, 13px + 2 * (100vw - 320px) / 69);
  }
}
.birth .birth_list li .text_wrap p {
  font-size: 24px;
  font-weight: 300;
}
@media screen and (max-width: 1439px) {
  .birth .birth_list li .text_wrap p {
    font-size: max(14px, 14px + 10 * (100vw - 390px) / 1049);
  }
}

@media screen and (max-width: 1439px) {
  .how-to-use h2.section_title .sme-font-size {
    font-size: max(20px, 20px + 16 * (100vw - 390px) / 1049) !important;
  }
}
.how-to-use .how-to-use_list {
  margin-top: 120px;
  margin-bottom: 60px;
  gap: 20px 10px;
}
@media screen and (max-width: 1439px) {
  .how-to-use .how-to-use_list {
    margin-top: max(50px, 50px + 70 * (100vw - 390px) / 1049);
    margin-bottom: max(30px, 30px + 30 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  .how-to-use .how-to-use_list {
    grid-template-columns: 1fr;
  }
}
.how-to-use .how-to-use_list li {
  position: relative;
  margin-left: 10px;
  background: #D6D9E2;
  padding: 30px 50px;
}
@media screen and (max-width: 1439px) {
  .how-to-use .how-to-use_list li {
    padding: 30px max(20px, 20px + 30 * (100vw - 390px) / 1049) max(20px, 20px + 10 * (100vw - 390px) / 1049);
  }
}
.how-to-use .how-to-use_list li > div:first-of-type {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 20px;
  position: relative;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media screen and (max-width: 1439px) {
  .how-to-use .how-to-use_list li > div:first-of-type {
    gap: max(10px, 10px + 10 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  .how-to-use .how-to-use_list li > div:first-of-type {
    padding-left: 10px;
  }
}
.how-to-use .how-to-use_list li > div:first-of-type::before {
  content: "";
  width: 50px;
  height: 1px;
  background: #333;
  position: absolute;
  left: -10px;
  top: 1em;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
@media screen and (max-width: 1439px) {
  .how-to-use .how-to-use_list li > div:first-of-type::before {
    width: max(32px, 32px + 18 * (100vw - 390px) / 1049);
    left: min(-1px, -1px + -9 * (100vw - 390px) / 1049);
  }
}
.how-to-use .how-to-use_list li > div:first-of-type h3 {
  font-size: 36px;
  font-weight: 600;
  line-height: 1;
}
@media screen and (max-width: 1439px) {
  .how-to-use .how-to-use_list li > div:first-of-type h3 {
    font-size: max(24px, 24px + 12 * (100vw - 390px) / 1049);
  }
}
.how-to-use .how-to-use_list li > div:first-of-type span {
  font-size: 24px;
  color: #000;
  display: block;
  line-height: 1;
  font-weight: 300;
}
@media screen and (max-width: 1439px) {
  .how-to-use .how-to-use_list li > div:first-of-type span {
    font-size: max(14px, 14px + 10 * (100vw - 390px) / 1049);
  }
}
.how-to-use .how-to-use_list li .img_wrap {
  margin-top: 30px;
}
@media screen and (max-width: 1439px) {
  .how-to-use .how-to-use_list li .img_wrap {
    margin-top: max(20px, 20px + 10 * (100vw - 390px) / 1049);
  }
}
.how-to-use .how-to-use_list li .text_wrap {
  margin-top: 30px;
}
@media screen and (max-width: 1439px) {
  .how-to-use .how-to-use_list li .text_wrap {
    margin-top: max(20px, 20px + 10 * (100vw - 390px) / 1049);
  }
}
.how-to-use .how-to-use_list li .text_wrap p {
  color: #000;
  font-weight: 300;
}

.select .inner > p {
  font-weight: 300;
}
@media screen and (max-width: 1439px) {
  .select .inner > p .sme-font-size {
    font-size: max(10px, 10px + 6 * (100vw - 390px) / 1049) !important;
  }
}
.select .select_list {
  margin: 60px 0;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto auto;
  -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;
  margin-inline: auto;
}
@media screen and (max-width: 1439px) {
  .select .select_list {
    margin: max(30px, 30px + 30 * (100vw - 390px) / 1049) 0;
  }
}
.select .select_list li:first-child {
  grid-column: 1;
  grid-row: 1;
}
.select .select_list li:nth-child(2),
.select .select_list li:nth-child(3) {
  grid-row: 2;
  margin-top: -80px;
}
@media screen and (max-width: 1439px) {
  .select .select_list li:nth-child(2),
  .select .select_list li:nth-child(3) {
    margin-top: min(-55px, -55px + -25 * (100vw - 390px) / 1049);
  }
}
.select .select_list li:nth-child(2) {
  grid-column: 1;
  -webkit-transform: translateX(-120px);
          transform: translateX(-120px);
}
@media screen and (max-width: 1439px) {
  .select .select_list li:nth-child(2) {
    -webkit-transform: translateX(min(-80px, -80px + -40 * (100vw - 390px) / 1049));
            transform: translateX(min(-80px, -80px + -40 * (100vw - 390px) / 1049));
  }
}
.select .select_list li:nth-child(3) {
  grid-column: 1;
  -webkit-transform: translateX(120px);
          transform: translateX(120px);
}
@media screen and (max-width: 1439px) {
  .select .select_list li:nth-child(3) {
    -webkit-transform: translateX(max(80px, 80px + 40 * (100vw - 390px) / 1049));
            transform: translateX(max(80px, 80px + 40 * (100vw - 390px) / 1049));
  }
}
.select .select_list li {
  width: 292px;
  height: 292px;
  background: rgba(238, 243, 255, 0.9);
  font-size: 20px;
  border-radius: 50%;
  display: grid;
  place-items: center;
}
@media screen and (max-width: 1439px) {
  .select .select_list li {
    width: max(193px, 193px + 99 * (100vw - 390px) / 1049);
    height: max(193px, 193px + 99 * (100vw - 390px) / 1049);
    font-size: max(14px, 14px + 6 * (100vw - 390px) / 1049);
  }
}
.select .select_list li p {
  text-align: center;
  color: #333;
  font-weight: 600;
  font-size: 20px;
}
@media screen and (max-width: 1439px) {
  .select .select_list li p {
    font-size: max(14px, 14px + 6 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 1439px) {
  .select p.fz16_sp {
    font-size: max(16px, 16px + 8 * (100vw - 390px) / 1049);
  }
}
.select .lp_cta_btn_wrap {
  margin-top: 80px;
  gap: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1439px) {
  .select .lp_cta_btn_wrap {
    margin-top: max(40px, 40px + 40 * (100vw - 390px) / 1049);
    gap: max(20px, 20px + 40 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  .select .lp_cta_btn_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.select .lp_cta_btn_wrap .cta_lp a {
  width: 350px;
  height: 58px;
}
@media screen and (max-width: 1439px) {
  .select .lp_cta_btn_wrap .cta_lp a {
    width: max(260px, 260px + 90 * (100vw - 390px) / 1049);
    height: max(43px, 43px + 15 * (100vw - 390px) / 1049);
  }
}
.select .lp_cta_btn_wrap .cta_lp a::after {
  display: none;
}
.select .lp_cta_btn_wrap .cta_lp a p {
  font-size: 24px;
}
@media screen and (max-width: 1439px) {
  .select .lp_cta_btn_wrap .cta_lp a p {
    font-size: max(20px, 20px + 4 * (100vw - 390px) / 1049);
  }
}

.mineral .but {
  margin: 60px 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 20px 102px 37px;
  background: #333333;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  color: #fff;
  font-size: 24px;
  line-height: 1;
}
@media screen and (max-width: 1439px) {
  .mineral .but {
    margin: max(30px, 30px + 30 * (100vw - 390px) / 1049) 0;
    padding: max(9px, 9px + 11 * (100vw - 390px) / 1049) max(42px, 42px + 60 * (100vw - 390px) / 1049) max(15px, 15px + 22 * (100vw - 390px) / 1049);
    font-size: max(16px, 16px + 8 * (100vw - 390px) / 1049);
  }
}
.mineral .mineral_list {
  gap: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 60px 0;
}
@media screen and (max-width: 1439px) {
  .mineral .mineral_list {
    gap: max(20px, 20px + 40 * (100vw - 390px) / 1049);
    margin: max(30px, 30px + 30 * (100vw - 390px) / 1049) 0;
  }
}
@media screen and (max-width: 767px) {
  .mineral .mineral_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;
  }
}
.mineral .mineral_list li .img_wrap {
  width: 150px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1439px) {
  .mineral .mineral_list li .img_wrap {
    margin-bottom: max(10px, 10px + 10 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 1439px) {
  .mineral p.fz20_sp {
    font-size: max(20px, 20px + 4 * (100vw - 390px) / 1049);
  }
}
.mineral p.fz20 {
  margin: 1em 0;
}

@media screen and (max-width: 1439px) {
  .elixar h2 .sme-font-size {
    font-size: max(24px, 24px + 30 * (100vw - 390px) / 1049) !important;
  }
}
.elixar .elixar_img {
  margin-bottom: 60px;
  max-width: 800px;
  margin-inline: auto;
}
@media screen and (max-width: 1439px) {
  .elixar .elixar_img {
    margin-bottom: max(30px, 30px + 30 * (100vw - 390px) / 1049);
  }
}
.elixar p {
  font-weight: 300;
}
.elixar p.fz36 {
  margin-top: 120px;
}
@media screen and (max-width: 1439px) {
  .elixar p.fz36 {
    margin-top: max(30px, 30px + 90 * (100vw - 390px) / 1049);
  }
}

.faq .faq_list {
  gap: 20px;
}
.faq .faq_list li {
  background: #fff;
  padding: 45px 40px 30px;
}
@media screen and (max-width: 1439px) {
  .faq .faq_list li {
    padding: max(20px, 20px + 25 * (100vw - 390px) / 1049) max(15px, 15px + 25 * (100vw - 390px) / 1049) max(20px, 20px + 10 * (100vw - 390px) / 1049);
  }
}
.faq .faq_list li .question, .faq .faq_list li .answer {
  position: relative;
  padding-left: 80px;
}
@media screen and (max-width: 1439px) {
  .faq .faq_list li .question, .faq .faq_list li .answer {
    padding-left: max(42px, 42px + 38 * (100vw - 390px) / 1049);
  }
}
.faq .faq_list li .question::before, .faq .faq_list li .answer::before {
  font-size: 32px;
  font-style: italic;
  font-family: "Times New Roman", serif;
  color: #fff;
  position: absolute;
  left: 20px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: grid;
  place-items: center;
}
@media screen and (max-width: 1439px) {
  .faq .faq_list li .question::before, .faq .faq_list li .answer::before {
    font-size: max(20px, 20px + 12 * (100vw - 390px) / 1049);
    left: max(5px, 5px + 15 * (100vw - 390px) / 1049);
    width: max(28px, 28px + 22 * (100vw - 390px) / 1049);
    height: max(28px, 28px + 22 * (100vw - 390px) / 1049);
  }
}
.faq .faq_list li .question::before {
  content: "Q";
  background: #192034;
  top: -0.2em;
}
.faq .faq_list li .answer::before {
  content: "A";
  background: #757F9D;
  top: 0.7em;
}
.faq .faq_list li .question {
  padding-bottom: 30px;
  border-bottom: 1px solid #333;
}
@media screen and (max-width: 1439px) {
  .faq .faq_list li .question {
    padding-bottom: max(20px, 20px + 10 * (100vw - 390px) / 1049);
  }
}
.faq .faq_list li .question h3 {
  font-size: 24px;
}
@media screen and (max-width: 1439px) {
  .faq .faq_list li .question h3 {
    font-size: max(14px, 14px + 10 * (100vw - 390px) / 1049);
  }
}
.faq .faq_list li .answer {
  padding-top: 30px;
}
@media screen and (max-width: 1439px) {
  .faq .faq_list li .answer {
    padding-top: max(10px, 10px + 20 * (100vw - 390px) / 1049);
  }
}
.faq .faq_list li .answer p {
  font-size: 24px;
}
@media screen and (max-width: 1439px) {
  .faq .faq_list li .answer p {
    font-size: max(14px, 14px + 10 * (100vw - 390px) / 1049);
  }
}

.cta {
  padding: 60px 0;
}
@media screen and (max-width: 1439px) {
  .cta {
    padding: max(20px, 20px + 40 * (100vw - 390px) / 1049) 0;
  }
}
@media screen and (max-width: 767px) {
  .cta .inner {
    padding: 0 10px;
  }
}
.cta .cta_wrap {
  position: relative;
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  padding: 54px 50px;
}
@media screen and (max-width: 1439px) {
  .cta .cta_wrap {
    padding: max(30px, 30px + 24 * (100vw - 390px) / 1049) max(10px, 10px + 40 * (100vw - 390px) / 1049) max(20px, 20px + 34 * (100vw - 390px) / 1049);
  }
}
.cta .cta_wrap h2 {
  text-align: center;
  font-size: 24px;
  margin-bottom: 60px;
  font-weight: 600;
}
@media screen and (max-width: 1439px) {
  .cta .cta_wrap h2 {
    margin-bottom: max(30px, 30px + 30 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 1439px) {
  .cta .cta_wrap p.fz20 {
    font-size: max(16px, 16px + 4 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  .cta .cta_wrap p.fz20 {
    padding: 0 20px;
  }
}
.cta .cta_wrap .cta_item01,
.cta .cta_wrap .cta_item02 {
  position: absolute;
}
.cta .cta_wrap .cta_item01 {
  width: 148px;
  height: 166px;
  top: 100px;
  right: 100px;
}
@media screen and (max-width: 1439px) {
  .cta .cta_wrap .cta_item01 {
    width: max(59.5px, 59.5px + 88.5 * (100vw - 390px) / 1049);
    height: max(66.5px, 66.5px + 99.5 * (100vw - 390px) / 1049);
    top: max(20px, 20px + 80 * (100vw - 390px) / 1049);
    right: max(20px, 20px + 80 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  .cta .cta_wrap .cta_item01 {
    width: max(59.5px, 59.5px + 40.5 * (100vw - 390px) / 1049);
    top: 6px;
    left: 2px;
    right: auto;
  }
}
@media screen and (max-width: 389px) {
  .cta .cta_wrap .cta_item01 {
    width: max(45px, 45px + 14.5 * (100vw - 320px) / 69);
  }
}
.cta .cta_wrap .cta_item02 {
  width: 168px;
  height: 282px;
  right: 50px;
  bottom: 50px;
}
@media screen and (max-width: 1439px) {
  .cta .cta_wrap .cta_item02 {
    width: max(66.5px, 66.5px + 101.5 * (100vw - 390px) / 1049);
    height: max(111.5px, 111.5px + 170.5 * (100vw - 390px) / 1049);
    right: max(10px, 10px + 40 * (100vw - 390px) / 1049);
    bottom: max(20px, 20px + 30 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  .cta .cta_wrap .cta_item02 {
    width: max(66.5px, 66.5px + 3.5 * (100vw - 390px) / 1049);
    top: 116px;
    right: max(-10px, -10px + 11 * (100vw - 390px) / 378);
  }
}
@media screen and (max-width: 389px) {
  .cta .cta_wrap .cta_item02 {
    right: max(-20px, -20px + 10 * (100vw - 320px) / 69);
    width: max(50px, 50px + 16.5 * (100vw - 320px) / 69);
  }
}
.cta .cta_wrap .cta_lp a {
  margin-top: 60px;
  margin-inline: 0;
}
@media screen and (max-width: 1439px) {
  .cta .cta_wrap .cta_lp a {
    margin-top: max(30px, 30px + 30 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  .cta .cta_wrap .cta_lp a {
    margin-inline: auto;
  }
}

.footer_fixed_btn_lp {
  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: 100%;
}
@media screen and (max-width: 767px) {
  .footer_fixed_btn_lp {
    padding: 0 20px 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.footer_fixed_btn_lp.visible {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}