@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 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: 1em; /* 2 */
}

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -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: 1em; /* 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;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

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

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * 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. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

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

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

@media screen and (max-width: 768px) {
  .view-pc {
    display: none !important;
  }
}
@media screen and (min-width: 769px) {
  .view-sp {
    display: none !important;
  }
}

/* base
  ========================================================================== */

:root {
  --liquid-lgDesignSize: calc(1440 / 10);
  --liquid-mdDesignSize: calc(768 / 10);
  --liquid-smDesignSize: calc(390 / 10);
  --liquid-htmlroot: calc(
    calc(var(--vw, 1vw) * 100) / var(--liquid-lgDesignSize)
  );
}

@media screen and (max-width: 768px) {
  :root {
    --liquid-htmlroot: calc(
      calc(var(--vw, 1vw) * 100) / var(--liquid-mdDesignSize)
    );
  }
}

/* @media screen and (max-width: 560px) {
  :root {
    --liquid-htmlroot: calc(calc(var(--vw, 1vw) * 100) / var(--liquid-smDesignSize));
  }
} */

html {
  font-size: var(--liquid-htmlroot);
  font-weight: 400;
}

body {
  font-family: "Gothic A1", "Noto Sans JP", "Hiragino Kaku Gothic Pro",
    "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック",
    "MS PGothic", sans-serif;
  line-height: 1.8;
  color: #242424;
  word-wrap: break-word;
  overflow-wrap: break-word;
  background-color: #fffeef;
}

* {
  box-sizing: border-box;
}

ul,
ol,
dl {
  list-style: none;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

a.text-link {
  text-decoration: underline;
}

p {
  margin: 0;
}

h1 {
  margin: 0;
  padding-bottom: 10px;
}

img {
  display: block;
  vertical-align: text-bottom;
  vertical-align: -webkit-baseline-middle;
  height: auto;
  width: 100%;
  max-width: 100%;
}

/* cta
 ========================================================================== */
.cta {
  display: block;
  width: min(700px, 70rem);
  margin-inline: auto;
}

.cta .cta-period {
  font-size: min(24px, 2.4rem);
  font-weight: 700;
  text-align: center;
}

.cta .cta-btn {
  transition: opacity 0.3s;
}

@media (any-hover: hover) {
  .cta .cta-btn:hover {
    opacity: 0.7;
  }
}

@media screen and (max-width: 768px) {
  .cta {
    width: 73.2rem;
  }
  
  .cta .cta-period {
    font-size: 2.8rem;
  }
}

/* header
 ========================================================================== */
.lp-header {
  position: relative;
  z-index: 999;
}

.lp-header .lp-header-logo {
  position: absolute;
  display: inline-block;
  top: min(48px, 4.8rem);
  left: min(80px, 8rem);
  width: min(168px, 16.8rem);
}

@media screen and (max-width: 768px) {
  .lp-header .lp-header-logo {
    top: 4rem;
    right: 4.8rem;
    left: auto;
    width: 21.2rem;
  }
}

/* fv
 ========================================================================== */
.fv {
  position: relative;
  background-color: #f9a618;
  padding: min(96px, 9.6rem)min(40px, 4rem) min(60px, 6rem);
  overflow: hidden;
}

.fv::before {
  position: absolute;
  content: "";
  top: min(380px, 38rem);
  left: 50%;
  translate: -50% 0;
  width: 173.4rem;
  width: min(1734px, 173.4rem);
  height: auto;
  aspect-ratio: 1 / 1;
  background-color: #fff8c8;
  border-radius: 50%;
  z-index: 1;
}

.fv .fv-bgItem {
  position: absolute;
  width: 100%;
  z-index: 2;

  &.item-beer {
    width: min(75px, 7.5rem);
    top: min(165px, 16.5rem);
    left: calc(50% - min(405px, 40.5rem));
  }

  &.item-rahmen {
    width: min(80px, 8rem);
    top: min(345px, 34.5rem);
    left: calc(50% - min(396px, 39.6rem));
  }

  &.item-water {
    width: min(46px, 4.6rem);
    top: min(387px, 38.7rem);
    left: calc(50% - min(319.3px, 31.93rem));
  }

  &.item-oil {
    width: min(70px, 7rem);
    top: min(114px, 11.4rem);
    right: calc(50% - min(381.9px, 38.19rem));
  }

  &.item-ticket {
    width: min(74px, 7.4rem);
    top: min(301px, 30.1rem);
    right: calc(50% - min(431.1px, 43.11rem));
  }
}

.fv .fv-content {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 0 min(40px, 4rem);
  padding-left: min(30px, 3rem);
  z-index: 2;
}

.fv .fv-content-catch {
  width: min(204px, 20.4rem);
}

.fv .fv-content-dog {
  width: min(376px, 37.6rem);
  padding-bottom: min(56px, 5.6rem);
}

.fv .fv-lists {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 0 min(48px, 4.8rem);
  margin-top: min(24px, 2.4rem);
  z-index: 2;
}

.fv .item-commission {
  width: min(311px, 31.1rem);
}

.fv .item-wankabu {
  width: min(202px, 20.2rem);
}

.fv .cta {
  position: relative;
  margin-top: min(32px, 3.2rem);
  z-index: 2;
}

.fv .cta .cta-period {
  font-size: min(24px, 2.4rem);
}

@media screen and (max-width: 768px) {
  .fv {
    padding: 4.8rem 2.4rem 5.6rem;
  }

  .fv::before {
    top: 52rem;
    width: 153rem;
  }

  .fv .fv-bgItem {
    &.item-beer {
      width: 12.7rem;
      top: 18rem;
      left: 5rem;
    }

    &.item-rahmen {
      width: 13.5rem;
      top: 40.5rem;
      left: 5.6rem;
    }

    &.item-water {
      width: 7.7rem;
      top: 47.4rem;
      left: 16.2rem;
    }

    &.item-oil {
      width: 10.5rem;
      top: 17.8rem;
      right: 6.4rem;
    }

    &.item-ticket {
      width: 12.1rem;
      top: 44.6rem;
      right: 4.94rem;
    }
  }

  .fv .fv-content {
    flex-direction: column;
    justify-content: unset;
    align-items: center;
    gap: 3.2rem 0;
  }

  .fv .fv-content-catch {
    width: 33.6rem;
  }

  .fv .fv-content-dog {
    width: 59.2rem;
  }

  .fv .fv-lists {
    flex-direction: column;
    justify-content: unset;
    align-items: flex-start;
    gap: 2rem 0;
    margin-top: 0.8rem;
    padding-left: 6.6rem;
  }

  .fv .item-commission {
    width: 61.8rem;
  }

  .fv .item-wankabu {
    width: 40rem;
  }

  .fv .cta {
    margin-top: 1.6rem;
  }

  .fv .cta .cta-period {
    font-size: 2.8rem;
  }
}

/* benefits
 ========================================================================== */
.benefits {
  padding-block: min(250px, 25rem) min(140px, 14rem);
}

.benefits .benefits-heading {
  width: min(314px, 31.4rem);
  height: auto;
}

.benefits .benefits-inner {
  position: relative;
  width: min(1200px, 120rem);
  background-color: #fff8c8;
  border-radius: min(40px, 4rem);
  margin: min(48px, 4.8rem) auto 0;
  padding-block: min(94px, 9.4rem) min(120px, 12rem);
}

.benefits .benefits-inner::before {
  position: absolute;
  content: "";
  top: max(-200px, -20rem);
  left: 50%;
  translate: -50% 0;
  width: min(500px, 50rem);
  height: auto;
  aspect-ratio: 2 / 1;
  background-color: #fff8c8;
  border-radius: 50% / 100% 100% 0 0;
  z-index: -1;
}

.benefits .benefits-text {
  width: min(840px, 84rem);
  font-size: min(24px, 2.4rem);
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  margin-inline: auto;
}

.benefits .benefits-illustration {
  width: min(816px, 81.6rem);
  margin: min(40px, 4rem) auto 0;
}

.benefits .benefits-slider-title {
  width: min(412px, 41.2rem);
  margin: min(116px, 11.6rem) auto 0;
}

.benefits .benefits-container {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 min(14px, 1.4rem);
  width: min(960px, 96rem);
  margin: min(10px, 1rem) auto 0;
}

.benefits .content-item {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  border: min(3px, 0.3rem) solid #242424;
  border-radius: min(20px, 2rem);
  padding: min(18px, 1.8rem) min(24px, 2.4rem);
}

.benefits .content-item-title {
  display: flex;
  align-items: center;
  min-height: min(93px, 9.3rem);
  font-size: min(25px, 2.5rem);
  font-weight: 700;
  line-height: 1.24;
  margin: unset;
}

.benefits .content-item-img {
  margin-top: min(15px, 1.5rem);
}

.benefits .item-details-title {
  display: grid;
  place-content: center;
  min-height: min(77px, 7.7rem);
  font-size: min(16px, 1.6rem);
  font-weight: 700;
  line-height: 1.24;
  color: #fff;
  text-align: center;
  background-color: #f9a618;
  border-radius: min(20px, 2rem);
  margin-top: min(15px, 1.5rem);
  padding: miN(7px, 0.7rem) min(12px, 1.2rem);
}

.benefits .item-details-description {
  flex-grow: 1;
  font-size: min(15px, 1.5rem);
  font-weight: 700;
  line-height: 1.26;
  margin-top: min(15px, 1.5rem);
}

.benefits .item-details-kabu {
  display: grid;
  gap: min(5px, 0.5rem) 0;
  margin-top: min(15px, 1.5rem);
}

.benefits .benefits-slide-container {
  position: relative;
  width: min(852px, 85.2rem);
  margin: min(10px, 1rem) auto 0;
}

.benefits .content-heading {
  margin-inline: auto;
}

.benefits .content-slider-slide {
  width: min(852px, 85.2rem);
  height: auto;
  background-color: #fff;
  border: min(3px, 0.3rem) solid #242424;
  border-radius: min(20px, 2rem);
  margin-inline: auto;
  padding: min(32px, 3.2rem) min(44px, 4.4rem);
}

.benefits .slide-title-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 min(24px, 2.4rem);
}

.benefits .slide-num {
  width: min(124px, 12.4rem);
  height: auto;
  aspect-ratio: 1 /1;
}

.benefits .slide-title {
  font-size: min(36px, 3.6rem);
  font-weight: 700;
  line-height: normal;
  text-align: center;
  margin: unset;
}

.benefits .slide-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0 min(10px, 1rem);
  margin-top: min(32px, 3.2rem);
}

.benefits .slide-content-details {
  width: min(418px, 41.8rem);
}

.benefits .slide-content-img {
  width: min(337px, 33.7rem);
}

.benefits .slide-details-title {
  font-size: min(18px, 1.8rem);
  font-weight: 700;
  color: #fff;
  text-align: center;
  background-color: #f9a618;
  border-radius: min(20px, 2rem);
  padding: min(12px, 1.2rem) min(24px, 2.4rem);
}

.benefits .slide-details-description {
  position: relative;
  font-size: min(18px, 1.8rem);
  font-weight: 700;
  line-height: 1.28;
  margin-top: min(10px, 1rem);
}

.benefits .slide-details-kabu {
  display: flex;
  align-items: center;
  gap: 0 min(10px, 1rem);
  margin-top: min(10px, 1rem);
}

.benefits .kabu-item {
  display: flex;
  align-items: center;
  gap: 0 min(4px, 0.4rem);
}

.benefits .kabu-item-title {
  font-size: min(15px, 1.5rem);
  font-weight: 700;
  line-height: 1;
  border: min(1.5px, 0.15rem) solid #f9a618;
  border-radius: min(17px, 1.7rem);
  padding: min(5px, 0.5rem) min(10px, 1rem);
}

.benefits .kabu-item-num {
  font-size: min(15px, 1.5rem);
  font-weight: 700;
  line-height: 1;
}

.benefits .benefits-warning {
  width: min(852px, 85.2rem);
  margin: min(32px, 3.2rem) auto 0;
}

.benefits .warning-title-warp {
  display: flex;
  align-items: center;
  gap: 0 min(8px, 0.8rem);
}

.benefits .warning-icon {
  width: min(26px, 2.6rem);
  height: auto;
  aspect-ratio: 1 / 1;
}

.benefits .warning-icon img {
  display: inline-block;
  vertical-align: text-bottom;
}

.benefits .warning-title {
  font-size: min(24px, 2.4rem);
  font-weight: 700;
  line-height: 1.4;
}

.benefits .warning-list {
  margin-top: min(16px, 1.6rem);
  padding-left: min(16px, 1.6rem);
}

.benefits .warning-list-item {
  position: relative;
  font-size: min(16px, 1.6rem);
  font-weight: 700;
  line-height: 1.25;
}

.benefits .warning-list-item::before {
  position: absolute;
  content: "▪︎";
  top: 0;
  left: max(-16px, -1.6rem);
}

@media screen and (max-width: 768px) {
  .benefits {
    padding-block: 15.2rem 4rem;
  }

  .benefits .benefits-heading {
    width: 38.5rem;
  }

  .benefits .benefits-inner {
    width: 72rem;
    border-radius: 2rem;
    margin: 0.8rem auto 0;
    padding-block: 7.2rem;
  }

  .benefits .benefits-inner::before {
    top: -14.7rem;
    width: 45.8rem;
  }

  .benefits .benefits-text {
    width: 55.6rem;
    font-size: 2.8rem;
    line-height: 1.5;
    text-align: start;
  }

  .benefits .benefits-illustration {
    width: 55.8rem;
    margin: 5rem auto 0;
  }

  .benefits .benefits-slider-title {
    width: 55rem;
    margin: 8rem auto 0;
  }

  .benefits .benefits-slide-container {
    width: 68rem;
    margin: 1.2rem auto 0;
  }

  .benefits .content-slider-slide {
    display: flex;
    flex-direction: column;
    width: 68rem;
    border: 0.4rem solid #242424;
    border-radius: 4rem;
    padding: 6rem 5.3rem;
  }

  .benefits .slide-title-wrap {
    min-height: 19.9rem;
    justify-content: center;
    align-items: center;
    gap: 0 2.2rem;
  }

  .benefits .slide-num {
    width: 15.2rem;
  }

  .benefits .slide-title {
    font-size: 5rem;
  }

  .benefits .slide-content {
    flex-grow: 1;
    flex-direction: column-reverse;
    justify-content: unset;
    gap: 1.6rem 0;
    margin-top: 1.6rem;
  }

  .benefits .slide-content-details {
    display: flex;
    flex-direction: column;
    flex: 1;
    width: 100%;
  }

  .benefits .slide-content-img {
    width: 100%;
  }

  .benefits .slide-details-title {
    font-size: 2.8rem;
    border-radius: 4.8rem;
    padding: 1.8rem 5.6rem;
  }

  .benefits .slide-details-description {
    flex-grow: 1;
    font-size: 2.8rem;
    line-height: 1.25;
    margin-top: 2rem;
  }

  .benefits .slide-details-kabu {
    flex-direction: column;
    align-items: flex-start;
    gap: 2rem 0;
    margin-top: 2rem;
  }

  .benefits .kabu-item {
    gap: 0 0.8rem;
  }

  .benefits .kabu-item-title {
    font-size: 2.8rem;
    border: 0.4rem solid #f9a618;
    border-radius: 4.8rem;
    padding: 0.8rem 1.8rem;
  }

  .benefits .kabu-item-num {
    font-size: 2.8rem;
  }

  .benefits .benefits-warning {
    width: 68rem;
    margin: 3rem auto 0;
  }

  .benefits .warning-title-warp {
    gap: 0 1.6rem;
  }

  .benefits .warning-icon {
    width: 4.4rem;
  }

  .benefits .warning-title {
    font-size: 3.2rem;
    line-height: 2.125;
  }

  .benefits .warning-list {
    margin-top: 1rem;
    padding-left: 2.2rem;
  }

  .benefits .warning-list-item {
    font-size: 2.2rem;
    line-height: 1.25;
  }

  .benefits .warning-list-item::before {
    left: -2.2rem;
  }
}

/* buy
 ========================================================================== */
.buy {
  position: relative;
  padding-block: min(250px, 25rem) min(160px, 16rem);
  background-color: #f9a618;
  z-index: 1;
}

.buy .content-heading {
  margin-inline: auto;
}

.buy .buy-heading {
  width: min(584px, 58.4rem);
}

.buy .buy-inner {
  position: relative;
  width: min(960px, 96rem);
  background-color: #fff;
  border-radius: min(40px, 4rem);
  margin: min(48px, 4.8rem) auto 0;
  padding-block: min(92px, 9.2rem) min(80px, 8rem);
}

.buy .buy-inner::before {
  position: absolute;
  content: "";
  top: max(-200px, -20rem);
  left: 50%;
  translate: -50% 0;
  width: min(500px, 50rem);
  height: auto;
  aspect-ratio: 2 / 1;
  background-color: #fff;
  border-radius: 50% / 100% 100% 0 0;
  z-index: -1;
}

.buy .buy-intro-text {
  width: min(571px, 57.1rem);
  font-size: min(24px, 2.4rem);
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
  margin-inline: auto;
}

.buy .buy-intro-text:nth-of-type(3) {
  margin-top: min(64px, 6.4rem);
}

.buy .buy-illustration_1 {
  width: min(480px, 48rem);
  margin: min(24px, 2.4rem) auto 0;
}

.buy .buy-about-text {
  font-size: min(24px, 2.4rem);
  font-weight: 700;
  text-align: center;
  margin-top: min(48px, 4.8rem);
}

.buy .buy-text_1 {
  width: min(494px, 49.4rem);
  margin: min(48px, 4.8rem) auto 0;
}

.buy .buy-illustration_2 {
  width: min(455px, 45.5rem);
  margin: min(16px, 1.6rem) auto 0;
}

.buy .separator-line {
  width: min(810px, 81rem);
  height: min(6px, 0.6rem);
  background-color: #ffb93f;
  margin: min(92px, 9.2rem) auto 0;
}

.buy .buy-illustration_3 {
  width: min(424px, 42.4rem);
  margin: min(32px, 3.2rem) auto 0;
}

.buy .buy-text_2 {
  width: min(594px, 59.4rem);
  margin: min(24px, 2.4rem) auto 0;
}

.buy .buy-list {
  display: grid;
  gap: min(8px, 0.8rem) 0;
  width: min(594px, 59.4rem);
  margin: min(8px, 0.8rem) auto 0;
}

.buy .buy-list-item {
  display: flex;
  align-items: center;
  gap: 0 min(16px, 1.6rem);
}

.buy .list-item-icon {
  width: min(36px, 3.6rem);
  height: auto;
  aspect-ratio: 1 / 1;
}

.buy .list-item-text {
  flex-basis: 0%;
  flex-grow: 1;
  font-size: min(20px, 2rem);
  font-weight: 700;
}

.buy .list-item-note {
  font-size: min(16px, 1.6rem);
  font-weight: 700;
}

.buy .buy-question-heading {
  width: min(750px, 75rem);
  margin-top: min(160px, 16rem);
}

.buy .buy-recommend-inner {
  position: relative;
  width: min(960px, 96rem);
  background-color: #fff;
  border-radius: min(40px, 4rem);
  margin: min(48px, 4.8rem) auto 0;
  padding-block: min(30px, 3rem) min(88px, 8.8rem);
}

.buy .buy-recommend-inner::before {
  position: absolute;
  content: "";
  top: max(-200px, -20rem);
  left: 50%;
  translate: -50% 0;
  width: min(500px, 50rem);
  height: auto;
  aspect-ratio: 2 / 1;
  background-color: #fff;
  border-radius: 50% / 100% 100% 0 0;
  z-index: -1;
}

.buy .buy-fukidashi {
  width: min(170px, 17rem);
  margin-inline: auto;
}

.buy .buy-recommend-text {
  font-size: min(24px, 2.4rem);
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
  margin-top: min(8px, 0.8rem);
}

.buy .buy-mock {
  width: min(444px, 44.4rem);
  margin: 0.8rem auto 0;
}

.buy .buy-subtitle {
  width: min(226px, 22.6rem);
  margin: min(40px, 4rem) auto 0;
}

.buy .buy-point-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 min(10px, 1rem);
  width: min(836px, 83.6rem);
  margin: min(12px, 1.2rem) auto 0;
}

.buy .cta {
  margin-top: min(60px, 6rem);
}

.buy .program-heading {
  width: min(538px, 53.8rem);
  margin: min(218px, 21.8rem) auto 0;
}

.buy .program-banner-wrap {
  position: relative;
  display: block;
  width: min(560px, 56rem);
  margin: min(32px, 3.2rem) auto 0;
}

.buy .program-banner-wrap::before {
  position: absolute;
  content: "";
  top: max(-200px, -20rem);
  left: 50%;
  translate: -50% 0;
  width: min(500px, 50rem);
  height: auto;
  aspect-ratio: 2 / 1;
  background-color: #fff;
  border-radius: 50% / 100% 100% 0 0;
  z-index: -1;
}

.buy .program-banner {
  display: block;
}

@media screen and (max-width: 768px) {
  .buy {
    padding-block: 8rem 12.4rem;
  }

  .buy .buy-heading {
    width: 44rem;
  }

  .buy .buy-inner {
    width: 72rem;
    margin: 0 auto;
    padding-block: 4.8rem 8rem;
  }

  .buy .buy-inner::before {
    top: -14.7rem;
    width: 45.8rem;
  }

  .buy .buy-intro-text {
    width: 55.1rem;
    font-size: 3.1rem;
  }

  .buy .buy-intro-text:nth-of-type(3) {
    font-size: 4.5rem;
    margin-top: 8rem;
  }

  .buy .buy-illustration_1 {
    width: 60.9rem;
    margin: 3rem auto 0;
  }

  .buy .buy-about-text {
    font-size: 3.1rem;
    margin-top: 5.6rem;
  }

  .buy .buy-text_1 {
    width: 50.9rem;
    margin: 5.6rem auto 0;
  }

  .buy .buy-illustration_2 {
    width: 61.7rem;
  }

  .buy .separator-line {
    width: 62.8rem;
    height: 1.2rem;
    margin: 8rem auto 0;
  }

  .buy .buy-illustration_3 {
    width: 62.5rem;
    margin: 1.6rem auto 0;
  }

  .buy .buy-text_2 {
    width: 60.6rem;
    margin: 3.2rem auto 0;
  }

  .buy .buy-list {
    width: 60.6rem;
    padding-inline: 0;
  }

  .buy .buy-list-item {
    align-items: flex-start;
    gap: 0 0.8rem;
  }

  .buy .list-item-icon {
    position: relative;
    top: -0.5rem;
    width: 4rem;
  }

  .buy .list-item-text {
    font-size: 3.1rem;
    line-height: 1.25;
  }

  .buy .list-item-note {
    font-size: 2.2rem;
  }

  .buy .buy-question-heading {
    width: 50.1rem;
    margin-top: 9.6rem;
  }

  .buy .buy-recommend-inner {
    width: 72rem;
    margin: 0 auto;
    padding-block: 5.6rem 10rem;
  }

  .buy .buy-recommend-inner::before {
    top: -14.7rem;
    width: 45.8rem;
  }

  .buy .buy-recommend-text {
    font-size: 4rem;
    line-height: 1.25;
    margin-top: 1.2rem;
  }

  .buy .buy-mock {
    margin: 2rem auto 0;
  }

  .buy .buy-subtitle {
    width: 38rem;
    margin: 5.6rem auto 0;
  }

  .buy .buy-point-wrap {
    grid-template-columns: repeat(1, 1fr);
    gap: 2rem 0;
    width: 59.2rem;
    margin: 1.6rem auto 0;
  }

  .buy .cta {
    margin-top: 6.4rem;
  }

  .buy .program-heading {
    width: 66rem;
    margin: 14.4rem auto 0;
  }

  .buy .program-banner-wrap {
    width: 53.4rem;
    margin: 2rem auto 0;
  }

  .buy .program-banner-wrap::before {
    top: -14.7rem;
    width: 45.8rem;
  }
}

/* open
 ========================================================================== */
.open {
  background-color: #fffeef;
  padding-block: min(120px, 12rem);
}

.open .content-heading {
  margin-inline: auto;
}

.open .open-heading {
  width: min(448px, 44.8rem);
}

.open .open-step-text {
  font-size: min(32px, 3.2rem);
  font-weight: 900;
  line-height: 1.25;
  text-align: center;
  margin-top: min(32px, 3.2rem);
}

.open .open-step-text .small {
  font-size: min(24px, 2.4rem);
}

.open .open-step {
  width: min(826px, 82.6rem);
  margin: min(30px, 3rem) auto 0;
}

.open .open-details {
  width: min(732px, 73.2rem);
  background-color: #f5f5f5;
  border-radius: min(15px, 1.5rem);
  margin: min(30px, 3rem) auto 0;
  padding: min(48px, 4.8rem) min(63px, 6.3rem) min(32px, 3.2rem) min(28px, 2.8rem);
}

.open .open-list {
  display: grid;
  gap: min(8px, 0.8rem) 0;
}

.open .open-list-item {
  display: flex;
  align-items: center;
  gap: 0 min(8px, 0.8rem);
}

.open .list-item-icon {
  width: min(30px, 3rem);
  height: auto;
  aspect-ratio: 1 / 1;
}

.open .list-item-text {
  flex-basis: 0%;
  flex-grow: 1;
  font-size: min(24px, 2.4rem);
  font-weight: 700;
}

.open .list-item-note {
  font-size: min(22px, 2.2rem);
  font-weight: 700;
  margin-top: min(20px, 2rem);
}
.open .list-item-note:last-child {
  margin-top: min(10px, 1rem);
}

.open .note-list {
  margin-top: min(10px, 1rem);
  padding-left: min(32px, 3.2rem);
}

.open .note-list-item {
  position: relative;
  font-size: min(22px, 2.2rem);
  font-weight: 700;
  line-height: 1.25;
}

.open .note-list-item::before {
  position: absolute;
  content: "▪︎";
  top: 0;
  left: max(-22px, -2.2rem);
}

.open .bolder {
  font-weight: 900;
}

.open .cta {
  margin-top: min(32px, 3.2rem);
}

@media screen and (max-width: 768px) {
  .open {
    padding-block: 5.6rem 8rem;
  }

  .open .open-heading {
    width: 55rem;
  }

  .open .open-step-text {
    font-size: 3.1rem;
    margin-top: 2rem;
  }

  .open .open-step-text .small {
    font-size: 2.8rem;
  }

  .open .open-step {
    width: 72rem;
    margin: 1.4rem auto 0;
  }

  .open .open-details {
    margin: 5.6rem auto 0;
    padding: 3.6rem 2.9rem 4.4rem 2.4rem;
  }

  .open .open-list {
    gap: 0;
  }

  .open .open-list-item {
    align-items: flex-start;
  }

  .open .list-item-icon img {
    display: inline-block;
    vertical-align: text-top;
  }

  .open .cta {
    margin-top: 4rem;
  }
}

/* footer
========================================================================== */
.footer_wrap {
  width: 100%;
  background-color: #212121;
  padding: 18px 0 28px 0;
  padding: 18px 0 28px 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
}

.footer {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}

.footer dt {
  display: inline-block;
  vertical-align: bottom !important;
  margin-right: 20px;
  margin-bottom: 12px;
  width: 294px;
  -moz-text-align-last: center;
  text-align-last: center;
  margin: 0 auto 10px auto;
}

.footer dd {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  color: #515253;
  display: inline-block;
  vertical-align: bottom !important;
  margin-bottom: 12px;
}

.footer p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #515253;
}

.footer img {
  display: flex;
  width: auto;
  max-width: inherit;
}

.footer ul {
  font-size: 13px;
  display: flex;
}

.footer-mt {
  margin-top: 1.3em;
}

.footer li {
  color: #fff;
}

.footer li a {
  color: #fff;
}

.footer li:nth-child(1) {
  margin-right: 1em;
}

ul p.footer-title {
  width: 6em;
  color: rgba(255, 255, 255, 0.5);
  margin-right: 1em;
}

.copy {
  padding-bottom: 50px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 13px;
  font-weight: 100;
  letter-spacing: 0.1em;
  text-align: center;
}

.footer-line_top {
  text-align: left;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  padding: 1.3em 1.3em 0;
  font-size: 13px;
  margin-top: 1.3em;
}

.footer-line_btm {
  text-align: left;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding: 1.3em;
  font-size: 13px;
  margin-bottom: 1.3em;
}

.copyright {
  width: 100%;
  background: #212121;
  padding: 33.5px 0;
  text-align: center;
}

.copyright p {
  font-size: 13px;
  line-height: 1;
  letter-spacing: 1px;
  color: #fff;
}

@media screen and (max-width: 960px) {
  .footer {
    margin: 0 40px;
  }
}
@media (max-width: 768px) {
  .footer_wrap {
    width: 100%;
    padding: 8vw 0 8vw 0;
  }
  .footer {
    width: 86.33vw;
    margin: 0 auto;
    text-align: center;
  }
  .footer dt {
    width: 39.2vw;
    -moz-text-align-last: center;
    text-align-last: center;
    margin: 0 auto 10px auto;
  }
  .footer dd {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 13px;
    line-height: 1.6;
    color: #515253;
  }
  .footer p {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 13px;
    line-height: 1.6;
    color: #515253;
  }
  .footer-risk a {
    text-decoration: none;
    color: #fff;
  }
  .copyright {
    width: 100%;
    background: #100964;
    padding: 5.33vw 0;
    text-align: center;
  }
  .copyright p {
    font-size: 12px;
    line-height: 1;
    letter-spacing: 1px;
    color: #fff;
    font-family: "Fjalla One", sans-serif;
  }
}

/* disclaimer
 ========================================================================== */
.disclaimer {
  background-color: #e8e8e8;
  font-size: 16px;
  text-align: center;
  padding: 40px;
  width: 690px;
}

/* alert
 ========================================================================== */
#layerMessage {
  font-family: "Noto Sans JP", sans-serif;
}

#layerMessage img {
  width: auto;
  max-width: inherit;
  display: inline;
}

/* floating bnr
   ========================================================================== */
.footer_fix_btn {
  position: fixed;
  display: none;
  bottom: 0;
  width: 100%;
  text-align: center;
  background-color: rgba(34, 34, 34, 0.4);
  padding: 1.2rem 0;
  z-index: 99;
}

.footer_fix_btn .cta-period {
  color: #fff;
}

.footer_fix_btn a img {
  width: 70rem;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .footer_fix_btn {
    padding: 2vw 0;
  }

  .footer_fix_btn a img {
    max-width: 85vw;
  }
}

/* swiper
   ========================================================================== */
.swiper-pagination {
  position: static;
  margin-top: 2.4rem;
}

.swiper-pagination-bullet-active {
  background-color: #242424;
}

/* disclaimer
 ========================================================================== */
.disclaimer-wrap {
  background: #e8e8e8;
  padding: 40px 0;
  padding: 20px 0;
}
@media (max-width: 768px) {
  .disclaimer-wrap {
    padding: 20px 0;
  }
}

#disclaimer {
  width: 90%;
  margin: 0 auto;
  max-width: 1080px;
}

.select-disclaimer {
  padding: 30px 15px;
}

.common_disclaimer {
  margin-bottom: 30px;
  font-size: 14px;
}

.common_disclaimer div p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.6;
  text-align: left;
}

.common_disclaimer div p strong {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
  margin-bottom: 20px;
  display: block;
}

#disc p strong {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
  margin-bottom: 20px;
  display: block;
}

.common_disclaimer div {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 15px;
  text-align: left;
}

.common_disclaimer span a {
  display: block;
  text-align: right;
}

.common_disclaimer ul {
  margin-bottom: 0;
}

.common_disclaimer li {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.6;
  position: relative;
  margin-left: 1em;
}

.disclaimer > div:nth-child(4) ul li {
  margin-bottom: 0.6em;
}

.common_disclaimer div:nth-of-type(13) li {
  content: none !important;
  margin-left: 0 !important;
}

.common_disclaimer div:nth-of-type(13) li:before {
  content: none !important;
}

.common_disclaimer li:before {
  content: "・";
  position: absolute;
  top: 0;
  left: -1em;
}

.disclaimer div:nth-of-type(3) div:nth-child(2) {
  margin-bottom: 6px !important;
}

.common_disclaimer div:nth-child(2) p strong {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
  text-align: left;
  margin-bottom: 0 !important;
}

.disclaimer_wrap dl dd dl {
  margin: 6px auto;
}

.common_disclaimer dt {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 29px;
  text-align: left;
}

.common_disclaimer dt strong {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.4;
  margin-bottom: 6px !important;
  text-align: left;
  display: block;
}

.common_disclaimer dl dd ul {
  margin-top: 0;
}

.common_disclaimer div p + ul {
  margin-top: 0;
}

.common_disclaimer a:link,
.common_disclaimer a:visited,
.common_disclaimer a:hover,
.common_disclaimer a:active {
  color: #0443e7;
  text-decoration: underline;
}

@media (max-width: 768px) {
  .disclaimer_wrap {
    width: 100%;
  }
  .disclaimer {
    width: 92%;
    margin: auto;
  }
  .common_disclaimer {
    margin-bottom: 20px;
  }
  .common_disclaimer div p {
    font-weight: 400;
    font-size: 13px;
    line-height: 1.4;
  }
  .common_disclaimer div p strong {
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 6px;
  }
  #disc p strong {
    font-size: 16px;
    line-height: 1.4;
  }
  .common_disclaimer div {
    font-size: 13px;
    line-height: 1.4;
    margin-bottom: 10px;
  }
  .common_disclaimer li {
    font-size: 13px;
    line-height: 1.4;
  }
  .disclaimer div:nth-of-type(3) div:nth-child(2) {
    margin-bottom: 6px !important;
  }
  .common_disclaimer div:nth-child(2) p strong {
    line-height: 1.4;
  }
  .common_disclaimer dt {
    font-size: 15px;
    line-height: 1.4;
  }
  .common_disclaimer dt strong {
    line-height: 1.4;
  }
}
dd {
  margin: 0;
}
