@charset "UTF-8";
#lp__container {
  /* http://meyerweb.com/eric/tools/css/reset/
     v2.0 | 20110126
     License: none (public domain)
  */
  /* HTML5 display-role reset for older browsers */
  /**
   * メディアクエリ
   * @param {string} $mode - max または min
   * @param {number} $width - 設定値
   */
  /**
   * メディアクエリ PC
   * @param {number} [$width:$breakpoin] - 設定値
   */
  /**
   * メディアクエリ SP
   * @param {number} [$width:$breakpoin] - 設定値
   */
  /**
   * メディアクエリによるIE11ハック
   */
  /**
   * VW計算
   * @param {string} $property  - プロパティ
   * @param {number} $value - 基準となる値
   * @param {number} $basewidth - 基準となるウィンドウ幅
   * @param {number} [$maxwidth:0] - 拡大を停止するウィンドウ幅
   * @param {number} [$minwidth:0] - 縮小を停止するウィンドウ幅
   */
  /**
   * メディアクエリ
   * @param {string} $mode - max または min
   * @param {number} $width - 設定値
   */
  /**
   * メディアクエリ PC
   * @param {number} [$width:$breakpoin] - 設定値
   */
  /**
   * メディアクエリ SP
   * @param {number} [$width:$breakpoin] - 設定値
   */
  /**
   * メディアクエリによるIE11ハック
   */
  /**
   * VW計算
   * @param {string} $property  - プロパティ
   * @param {number} $value - 基準となる値
   * @param {number} $basewidth - 基準となるウィンドウ幅
   * @param {number} [$maxwidth:0] - 拡大を停止するウィンドウ幅
   * @param {number} [$minwidth:0] - 縮小を停止するウィンドウ幅
   */
  overflow: hidden;
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  font-feature-settings: "palt";
  background-color: #40090D;
  /* mainVisual */
  /* about */
}
#lp__container html, #lp__container body, #lp__container div, #lp__container span, #lp__container applet, #lp__container object, #lp__container iframe,
#lp__container h1, #lp__container h2, #lp__container h3, #lp__container h4, #lp__container h5, #lp__container h6, #lp__container p, #lp__container blockquote, #lp__container pre,
#lp__container a, #lp__container abbr, #lp__container acronym, #lp__container address, #lp__container big, #lp__container cite, #lp__container code,
#lp__container del, #lp__container dfn, #lp__container em, #lp__container img, #lp__container ins, #lp__container kbd, #lp__container q, #lp__container s, #lp__container samp,
#lp__container small, #lp__container strike, #lp__container strong, #lp__container sub, #lp__container sup, #lp__container tt, #lp__container var,
#lp__container b, #lp__container u, #lp__container i, #lp__container center,
#lp__container dl, #lp__container dt, #lp__container dd, #lp__container ol, #lp__container ul, #lp__container li,
#lp__container fieldset, #lp__container form, #lp__container label, #lp__container legend,
#lp__container table, #lp__container caption, #lp__container tbody, #lp__container tfoot, #lp__container thead, #lp__container tr, #lp__container th, #lp__container td,
#lp__container article, #lp__container aside, #lp__container canvas, #lp__container details, #lp__container embed,
#lp__container figure, #lp__container figcaption, #lp__container footer, #lp__container header, #lp__container hgroup,
#lp__container menu, #lp__container nav, #lp__container output, #lp__container ruby, #lp__container section, #lp__container summary,
#lp__container time, #lp__container mark, #lp__container audio, #lp__container video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
#lp__container article, #lp__container aside, #lp__container details, #lp__container figcaption, #lp__container figure,
#lp__container footer, #lp__container header, #lp__container hgroup, #lp__container menu, #lp__container nav, #lp__container section {
  display: block;
}
#lp__container body {
  line-height: 1;
}
#lp__container ol, #lp__container ul {
  list-style: none;
}
#lp__container blockquote, #lp__container q {
  quotes: none;
}
#lp__container blockquote:before, #lp__container blockquote:after,
#lp__container q:before, #lp__container q:after {
  content: "";
  content: none;
}
#lp__container table {
  border-collapse: collapse;
  border-spacing: 0;
}
#lp__container input, #lp__container button, #lp__container textarea, #lp__container select, #lp__container option {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font: inherit;
}
#lp__container input::-ms-clear {
  display: none;
}
#lp__container input::-ms-reveal {
  display: none;
}
#lp__container body {
  min-width: 320px;
  color: #000;
  font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
#lp__container a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}
#lp__container img {
  display: block;
  max-width: 100%;
  height: auto;
}
#lp__container picture {
  display: block;
}
@media screen and (max-width: 767px) {
  #lp__container .pc {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  #lp__container .sp {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  body {
    min-width: auto !important;
    max-width: none !important;
  }
}

#lp__container * {
  font: inherit;
}
#lp__container img {
  width: 100%;
}
#lp__container .notoserif {
  font-family: "Noto Serif JP", serif;
}
#lp__container .mainVisual {
  position: relative;
  width: 100%;
}
#lp__container .mainVisual .mainVisual__image {
  display: block;
  position: relative;
}
@media screen and (min-width: 768px) {
  #lp__container .mainVisual .mainVisual__image {
    width: 100vw;
    height: 50vw;
    background: url(../img/mainVisual__image.webp) no-repeat center/cover;
  }
}
@media screen and (max-width: 767px) {
  #lp__container .mainVisual .mainVisual__image {
    width: 100vw;
    height: 114.0625vw;
    background: url(../img/mainVisual__image.sp.webp) no-repeat center/cover;
  }
}
#lp__container .mainVisual .mainVisual__inner {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  #lp__container .mainVisual .mainVisual__inner {
    width: 100vw;
  }
}
@media screen and (max-width: 767px) {
  #lp__container .mainVisual .mainVisual__inner {
    width: 100%;
  }
}
#lp__container .mainVisual .mainVisual__title {
  color: #fff;
  font-weight: 900;
  letter-spacing: 0em;
  width: 100%;
  text-align: center;
  font-feature-settings: "halt";
  line-height: 1;
  text-shadow: 0 0 30px rgba(88, 62, 0, 0.9);
}
@media screen and (min-width: 768px) {
  #lp__container .mainVisual .mainVisual__title {
    padding-top: 2.1428571429vw;
    font-size: 7.4285714286vw;
  }
}
@media screen and (max-width: 767px) {
  #lp__container .mainVisual .mainVisual__title {
    padding-top: 1.25vw;
    font-size: 11.875vw;
  }
}
@media screen and (min-width: 768px) {
  #lp__container .mainVisual .mainVisual__small:first-of-type {
    letter-spacing: -0.3em;
  }
}
@media screen and (min-width: 768px) {
  #lp__container .mainVisual .mainVisual__small {
    font-size: 4.5714285714vw;
  }
}
@media screen and (max-width: 767px) {
  #lp__container .mainVisual .mainVisual__small {
    font-size: 7.8125vw;
    line-height: 1.8;
  }
}
#lp__container .mainVisual .mainVisual__text {
  display: block;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  #lp__container .mainVisual .mainVisual__text {
    font-size: 2.5714285714vw;
    margin-top: 0.5714285714vw;
  }
}
@media screen and (max-width: 767px) {
  #lp__container .mainVisual .mainVisual__text {
    font-size: 4.375vw;
  }
}
#lp__container .mainVisual .mainVisual__link {
  z-index: 10;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  transition: transform 0.3s ease;
}
@media screen and (min-width: 768px) {
  #lp__container .mainVisual .mainVisual__link {
    bottom: 2vw;
  }
}
@media (hover: hover) and (pointer: fine) {
  #lp__container .mainVisual .mainVisual__link:hover {
    transform: translateX(-50%) scale(0.9);
  }
}
@media screen and (max-width: 767px) {
  #lp__container .mainVisual .mainVisual__link {
    bottom: 2.34375vw;
  }
}
@media screen and (min-width: 768px) {
  #lp__container .mainVisual .mainVisual__button {
    width: 26vw;
  }
}
@media screen and (max-width: 767px) {
  #lp__container .mainVisual .mainVisual__button {
    width: 41.25vw;
  }
}
#lp__container .about {
  background-color: #40090D;
  position: relative;
  width: 100%;
}
#lp__container .about .about__inner {
  margin: 0 auto;
  position: relative;
}
@media screen and (min-width: 768px) {
  #lp__container .about .about__inner {
    width: 100vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1400px) {
  #lp__container .about .about__inner {
    width: 1400px;
  }
}
@media screen and (min-width: 768px) {
  #lp__container .about .about__inner::before {
    display: block;
    content: "";
    background: url(../img/about__recipe.webp) no-repeat center/contain;
    width: 33.1428571429vw;
    height: 24.0714285714vw;
    position: absolute;
    top: 16vw;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (min-width: 768px) and (min-width: 1400px) {
  #lp__container .about .about__inner::before {
    width: 464px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1400px) {
  #lp__container .about .about__inner::before {
    height: 337px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1400px) {
  #lp__container .about .about__inner::before {
    top: 224px;
  }
}
@media screen and (max-width: 767px) {
  #lp__container .about .about__inner {
    width: 100vw;
  }
  #lp__container .about .about__inner::before {
    display: block;
    content: "";
    background: url(../img/about__recipe.sp.webp) no-repeat center/contain;
    width: 72.5vw;
    height: 52.65625vw;
    position: absolute;
    top: 33.28125vw;
    left: 50%;
    transform: translateX(-50%);
  }
}
#lp__container .about .about__title {
  font-feature-settings: "halt";
  color: #FDD96A;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0em;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #lp__container .about .about__title {
    padding-top: 4.4285714286vw;
    font-size: 4vw;
    line-height: 1.2;
  }
}
@media screen and (min-width: 768px) and (min-width: 1400px) {
  #lp__container .about .about__title {
    padding-top: 62px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1400px) {
  #lp__container .about .about__title {
    font-size: 56px;
  }
}
@media screen and (max-width: 767px) {
  #lp__container .about .about__title {
    padding-top: 5.3125vw;
    font-size: 6.5625vw;
    line-height: 1.3333333333;
  }
}
@media screen and (min-width: 768px) {
  #lp__container .about .about__small {
    font-size: 3.5714285714vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1400px) {
  #lp__container .about .about__small {
    font-size: 50px;
  }
}
@media screen and (max-width: 767px) {
  #lp__container .about .about__small {
    font-size: 5.625vw;
  }
}
#lp__container .about .about__text {
  color: #FDD96A;
  width: 100%;
  text-align: center;
  letter-spacing: 0em;
}
@media screen and (min-width: 768px) {
  #lp__container .about .about__text {
    margin-top: 28.7857142857vw;
    margin-bottom: 2.8571428571vw;
    font-size: 1.7142857143vw;
    line-height: 1.6666666667;
  }
}
@media screen and (min-width: 768px) and (min-width: 1400px) {
  #lp__container .about .about__text {
    margin-top: 403px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1400px) {
  #lp__container .about .about__text {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1400px) {
  #lp__container .about .about__text {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  #lp__container .about .about__text {
    margin-top: 57.65625vw;
    margin-bottom: 7.5vw;
    font-size: 3.75vw;
    line-height: 1.75;
  }
}
#lp__container .about #movie {
  position: relative;
  background-color: #40090D;
  width: 100%;
}
#lp__container .about .movie__inner {
  position: relative;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  #lp__container .about .movie__inner {
    width: 100vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1400px) {
  #lp__container .about .movie__inner {
    width: 1400px;
  }
}
@media screen and (min-width: 768px) {
  #lp__container .about .movie__inner::before {
    display: block;
    content: "";
    background: url(../img/movie__inner.webp) no-repeat center/contain;
    width: 91.4285714286vw;
    height: 2.0714285714vw;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (min-width: 768px) and (min-width: 1400px) {
  #lp__container .about .movie__inner::before {
    width: 1280px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1400px) {
  #lp__container .about .movie__inner::before {
    height: 29px;
  }
}
@media screen and (max-width: 767px) {
  #lp__container .about .movie__inner {
    width: 100%;
  }
  #lp__container .about .movie__inner::before {
    display: block;
    content: "";
    background: url(../img/movie__inner.sp.webp) no-repeat center/contain;
    width: 96.875vw;
    height: 4.53125vw;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}
#lp__container .about .movie__title {
  font-feature-settings: "halt";
  color: #FDD96A;
  text-align: center;
  font-weight: 500;
  letter-spacing: 0em;
  width: 100%;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  #lp__container .about .movie__title {
    padding-top: 4.2857142857vw;
    padding-bottom: 4.4285714286vw;
    font-size: 4.5714285714vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1400px) {
  #lp__container .about .movie__title {
    padding-top: 60px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1400px) {
  #lp__container .about .movie__title {
    padding-bottom: 62px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1400px) {
  #lp__container .about .movie__title {
    font-size: 64px;
  }
}
@media screen and (max-width: 767px) {
  #lp__container .about .movie__title {
    padding-top: 7.34375vw;
    padding-bottom: 3.90625vw;
    font-size: 9.6875vw;
  }
}
@media screen and (max-width: 767px) {
  #lp__container .about .movie__item:first-of-type .movie__box {
    margin-bottom: 6.5625vw;
  }
  #lp__container .about .movie__item:nth-of-type(2) .movie__box {
    margin-bottom: 5.46875vw;
  }
  #lp__container .about .movie__item:nth-of-type(2) .movie__wrapper01:last-child {
    margin-bottom: 8.125vw;
  }
}
@media screen and (min-width: 768px) {
  #lp__container .about .movie__list {
    display: grid;
    justify-content: center;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.0714285714vw 7.9285714286vw;
    padding-left: 16.0714285714vw;
    padding-right: 16.0714285714vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1400px) {
  #lp__container .about .movie__list {
    padding-left: 225px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1400px) {
  #lp__container .about .movie__list {
    padding-right: 225px;
  }
}
@media screen and (max-width: 767px) {
  #lp__container .about .movie__list {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
#lp__container .about .movie__item--title {
  font-feature-settings: "halt";
  color: #fff;
  text-align: center;
  font-weight: 500;
  letter-spacing: 0em;
  width: 100%;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  #lp__container .about .movie__item--title {
    font-size: 1.8571428571vw;
    margin-bottom: 1.6428571429vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1400px) {
  #lp__container .about .movie__item--title {
    font-size: 26px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1400px) {
  #lp__container .about .movie__item--title {
    margin-bottom: 23px;
  }
}
@media screen and (max-width: 767px) {
  #lp__container .about .movie__item--title {
    font-size: 4.0625vw;
    margin-bottom: 5.78125vw;
  }
}
#lp__container .about .movie__box {
  position: relative;
  overflow: hidden;
  transition: opacity 0.3s ease;
}
@media screen and (min-width: 768px) {
  #lp__container .about .movie__box {
    width: 30vw;
    height: 16.8571428571vw;
    margin-bottom: 2vw;
    cursor: pointer;
  }
}
@media screen and (min-width: 768px) and (min-width: 1400px) {
  #lp__container .about .movie__box {
    width: 420px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1400px) {
  #lp__container .about .movie__box {
    height: 236px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1400px) {
  #lp__container .about .movie__box {
    margin-bottom: 28px;
  }
}
@media (hover: hover) and (pointer: fine) {
  #lp__container .about .movie__box:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  #lp__container .about .movie__box {
    width: 90.625vw;
    height: 50.9375vw;
  }
}
#lp__container .about .movie__thumbnail {
  width: 100%;
  height: 100%;
  pointer-events: none;
}
#lp__container .about .movie__wrapper01 {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  #lp__container .about .movie__wrapper01:not(:last-child) {
    margin-bottom: 2vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1400px) {
  #lp__container .about .movie__wrapper01:not(:last-child) {
    margin-bottom: 28px;
  }
}
@media screen and (max-width: 767px) {
  #lp__container .about .movie__wrapper01:not(:first-child) {
    margin-bottom: 6.25vw;
  }
  #lp__container .about .movie__wrapper01:first-child {
    margin-bottom: 6.5625vw;
  }
}
@media screen and (min-width: 768px) {
  #lp__container .about .movie__wrapper01, #lp__container .about .movie__button01 {
    width: 30vw;
    height: 4.2857142857vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1400px) {
  #lp__container .about .movie__wrapper01, #lp__container .about .movie__button01 {
    width: 420px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1400px) {
  #lp__container .about .movie__wrapper01, #lp__container .about .movie__button01 {
    height: 60px;
  }
}
@media screen and (max-width: 767px) {
  #lp__container .about .movie__wrapper01, #lp__container .about .movie__button01 {
    width: 65.625vw;
    height: 9.375vw;
  }
}
#lp__container .about .movie__link01 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: #ED570D;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0em;
  line-height: 1.6666666667;
}
@media screen and (min-width: 768px) {
  #lp__container .about .movie__link01 {
    border-radius: 2.1428571429vw;
    font-size: 1.7142857143vw;
    transition: opacity 0.3s ease;
  }
}
@media screen and (min-width: 768px) and (min-width: 1400px) {
  #lp__container .about .movie__link01 {
    border-radius: 30px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1400px) {
  #lp__container .about .movie__link01 {
    font-size: 24px;
  }
}
@media screen and (min-width: 768px) {
  #lp__container .about .movie__link01::before {
    position: absolute;
    top: 0.4285714286vw;
    left: 0.5vw;
    display: block;
    content: "";
    background: url(../img/button__wrapper01--01.webp) no-repeat center/contain;
    width: 3.4285714286vw;
    height: 3.4285714286vw;
    transition: opacity 0.3s ease;
  }
}
@media screen and (min-width: 768px) and (min-width: 1400px) {
  #lp__container .about .movie__link01::before {
    top: 6px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1400px) {
  #lp__container .about .movie__link01::before {
    left: 7px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1400px) {
  #lp__container .about .movie__link01::before {
    width: 48px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1400px) {
  #lp__container .about .movie__link01::before {
    height: 48px;
  }
}
@media (hover: hover) and (pointer: fine) {
  #lp__container .about .movie__link01:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  #lp__container .about .movie__link01 {
    border-radius: 4.6875vw;
    font-size: 3.75vw;
  }
  #lp__container .about .movie__link01::before {
    position: absolute;
    top: 0.9375vw;
    left: 1.09375vw;
    display: block;
    content: "";
    background: url(../img/button__wrapper01--01.sp.webp) no-repeat center/contain;
    width: 7.5vw;
    height: 7.5vw;
    transition: opacity 0.3s ease;
  }
}
#lp__container .about .movie__wrapper02 {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  #lp__container .about .movie__wrapper02:last-child {
    margin-bottom: 2.2142857143vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1400px) {
  #lp__container .about .movie__wrapper02:last-child {
    margin-bottom: 31px;
  }
}
@media screen and (max-width: 767px) {
  #lp__container .about .movie__wrapper02:not(:first-child) {
    margin-bottom: 6.25vw;
  }
  #lp__container .about .movie__wrapper02:first-child {
    margin-bottom: 6.5625vw;
  }
}
@media screen and (min-width: 768px) {
  #lp__container .about .movie__wrapper02, #lp__container .about .movie__button02 {
    width: 30vw;
    height: 4.2857142857vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1400px) {
  #lp__container .about .movie__wrapper02, #lp__container .about .movie__button02 {
    width: 420px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1400px) {
  #lp__container .about .movie__wrapper02, #lp__container .about .movie__button02 {
    height: 60px;
  }
}
@media screen and (max-width: 767px) {
  #lp__container .about .movie__wrapper02, #lp__container .about .movie__button02 {
    width: 65.625vw;
    height: 9.375vw;
  }
}
#lp__container .about .movie__link02 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: #fff;
  color: #ED570D;
  font-weight: 500;
  letter-spacing: 0em;
  line-height: 1.6666666667;
}
@media screen and (min-width: 768px) {
  #lp__container .about .movie__link02 {
    border-radius: 2.1428571429vw;
    font-size: 1.7142857143vw;
    transition: opacity 0.3s ease;
  }
}
@media screen and (min-width: 768px) and (min-width: 1400px) {
  #lp__container .about .movie__link02 {
    border-radius: 30px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1400px) {
  #lp__container .about .movie__link02 {
    font-size: 24px;
  }
}
@media screen and (min-width: 768px) {
  #lp__container .about .movie__link02::before {
    position: absolute;
    top: 0.4285714286vw;
    left: 0.5vw;
    display: block;
    content: "";
    background: url(../img/button__wrapper01--02.webp) no-repeat center/contain;
    width: 3.4285714286vw;
    height: 3.4285714286vw;
    transition: opacity 0.3s ease;
  }
}
@media screen and (min-width: 768px) and (min-width: 1400px) {
  #lp__container .about .movie__link02::before {
    top: 6px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1400px) {
  #lp__container .about .movie__link02::before {
    left: 7px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1400px) {
  #lp__container .about .movie__link02::before {
    width: 48px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1400px) {
  #lp__container .about .movie__link02::before {
    height: 48px;
  }
}
@media (hover: hover) and (pointer: fine) {
  #lp__container .about .movie__link02:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  #lp__container .about .movie__link02 {
    border-radius: 4.6875vw;
    font-size: 3.75vw;
  }
  #lp__container .about .movie__link02::before {
    position: absolute;
    top: 0.9375vw;
    left: 1.09375vw;
    display: block;
    content: "";
    background: url(../img/button__wrapper01--02.sp.webp) no-repeat center/contain;
    width: 7.5vw;
    height: 7.5vw;
    transition: opacity 0.3s ease;
  }
}
@media screen and (min-width: 768px) {
  #lp__container .about .movie__padding01 {
    padding-left: 1.5714285714vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1400px) {
  #lp__container .about .movie__padding01 {
    padding-left: 22px;
  }
}
@media screen and (max-width: 767px) {
  #lp__container .about .movie__padding01 {
    padding-left: 6.09375vw;
  }
}
@media screen and (min-width: 768px) {
  #lp__container .about .movie__padding02 {
    padding-left: 1.4285714286vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1400px) {
  #lp__container .about .movie__padding02 {
    padding-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  #lp__container .about .movie__padding02 {
    padding-left: 3.28125vw;
  }
}
@media screen and (min-width: 768px) {
  #lp__container .about .movie__padding03 {
    padding-left: 1.1428571429vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1400px) {
  #lp__container .about .movie__padding03 {
    padding-left: 16px;
  }
}
@media screen and (max-width: 767px) {
  #lp__container .about .movie__padding03 {
    padding-left: 4.6875vw;
  }
}
@media screen and (max-width: 767px) {
  #lp__container .about .movie__margin {
    margin-bottom: 8.125vw;
  }
}
@media screen and (min-width: 768px) {
  #lp__container .about .movie__image {
    width: 100vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1400px) {
  #lp__container .about .movie__image {
    width: 1400px;
  }
}
@media screen and (max-width: 767px) {
  #lp__container .about .movie__image {
    width: 100%;
  }
}
#lp__container .about .movie__text {
  font-feature-settings: "halt";
  color: #FDD96A;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0em;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #lp__container .about .movie__text {
    font-size: 2.4285714286vw;
    padding-bottom: 1.5714285714vw;
    line-height: 1;
  }
}
@media screen and (min-width: 768px) and (min-width: 1400px) {
  #lp__container .about .movie__text {
    font-size: 34px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1400px) {
  #lp__container .about .movie__text {
    padding-bottom: 22px;
  }
}
@media screen and (max-width: 767px) {
  #lp__container .about .movie__text {
    font-size: 5.3125vw;
    padding-bottom: 7.03125vw;
    line-height: 1.3235294118;
  }
}
#lp__container .description {
  position: relative;
  background: linear-gradient(to bottom, #fde690 0%, #fdd25b 100%);
  width: 100%;
}
@media screen and (min-width: 768px) {
  #lp__container .description {
    padding-top: 7.5714285714vw;
    padding-bottom: 3.8571428571vw;
    margin-bottom: 1.2142857143vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1400px) {
  #lp__container .description {
    padding-top: 106px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1400px) {
  #lp__container .description {
    padding-bottom: 54px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1400px) {
  #lp__container .description {
    margin-bottom: 17px;
  }
}
@media screen and (min-width: 768px) {
  #lp__container .description::before {
    display: block;
    content: "";
    background: url(../img/description__inner.webp) no-repeat center/contain;
    width: 91.4285714286vw;
    height: 3.3571428571vw;
    position: absolute;
    top: 1.3571428571vw;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (min-width: 768px) and (min-width: 1400px) {
  #lp__container .description::before {
    width: 1280px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1400px) {
  #lp__container .description::before {
    height: 47px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1400px) {
  #lp__container .description::before {
    top: 19px;
  }
}
@media screen and (min-width: 768px) {
  #lp__container .description::after {
    display: block;
    content: "";
    background: url(../img/description__inner--bottom.webp) no-repeat center/contain;
    width: 91.4285714286vw;
    height: 2.0714285714vw;
    position: absolute;
    bottom: 1.1428571429vw;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (min-width: 768px) and (min-width: 1400px) {
  #lp__container .description::after {
    width: 1280px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1400px) {
  #lp__container .description::after {
    height: 29px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1400px) {
  #lp__container .description::after {
    bottom: 16px;
  }
}
@media screen and (max-width: 767px) {
  #lp__container .description {
    padding-top: 16.40625vw;
    padding-bottom: 9.84375vw;
    margin-bottom: 2.96875vw;
  }
  #lp__container .description::before {
    display: block;
    content: "";
    background: url(../img/description__inner.sp.webp) no-repeat center/contain;
    width: 96.875vw;
    height: 7.34375vw;
    position: absolute;
    top: 3.28125vw;
    left: 50%;
    transform: translateX(-50%);
  }
  #lp__container .description::after {
    display: block;
    content: "";
    background: url(../img/description__inner--bottom.sp.webp) no-repeat center/contain;
    width: 96.875vw;
    height: 4.53125vw;
    position: absolute;
    bottom: 1.875vw;
    left: 50%;
    transform: translateX(-50%);
  }
}
#lp__container .description .description__inner {
  position: relative;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  #lp__container .description .description__inner {
    width: 100vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1400px) {
  #lp__container .description .description__inner {
    width: 1400px;
  }
}
@media screen and (max-width: 767px) {
  #lp__container .description .description__inner {
    width: 100%;
  }
}
#lp__container .description .description__title {
  font-feature-settings: "halt";
  color: #40090D;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0em;
  width: 100%;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  #lp__container .description .description__title {
    font-size: 3.7142857143vw;
    padding-bottom: 2.2142857143vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1400px) {
  #lp__container .description .description__title {
    font-size: 52px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1400px) {
  #lp__container .description .description__title {
    padding-bottom: 31px;
  }
}
@media screen and (max-width: 767px) {
  #lp__container .description .description__title {
    font-size: 8.59375vw;
    padding-bottom: 8.28125vw;
  }
}
@media screen and (min-width: 768px) {
  #lp__container .description .description__large {
    font-size: 5vw;
    line-height: 0.5714285714;
  }
}
@media screen and (min-width: 768px) and (min-width: 1400px) {
  #lp__container .description .description__large {
    font-size: 70px;
  }
}
@media screen and (max-width: 767px) {
  #lp__container .description .description__large {
    font-size: 11.5625vw;
    line-height: 1.3108108108;
  }
}
#lp__container .description .description__text {
  font-feature-settings: "halt";
  color: #40090D;
  text-align: center;
  letter-spacing: 0em;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #lp__container .description .description__text {
    font-size: 1.7142857143vw;
    line-height: 1.8333333333;
  }
}
@media screen and (min-width: 768px) and (min-width: 1400px) {
  #lp__container .description .description__text {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  #lp__container .description .description__text {
    font-size: 3.75vw;
    line-height: 1.8333333333;
  }
}
#lp__container .description .description__bold {
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  #lp__container .description .description__bold {
    font-size: 1.8571428571vw;
    line-height: 1.6923076923;
  }
}
@media screen and (min-width: 768px) and (min-width: 1400px) {
  #lp__container .description .description__bold {
    font-size: 26px;
  }
}
@media screen and (max-width: 767px) {
  #lp__container .description .description__bold {
    font-size: 4.0625vw;
    line-height: 1.6923076923;
  }
}
#lp__container .description .description__image {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  #lp__container .description .description__image {
    margin-top: 1.0714285714vw;
    width: 56.9285714286vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1400px) {
  #lp__container .description .description__image {
    margin-top: 15px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1400px) {
  #lp__container .description .description__image {
    width: 797px;
  }
}
@media screen and (max-width: 767px) {
  #lp__container .description .description__image {
    width: 100%;
    margin-top: 3.125vw;
  }
}
#lp__container .process {
  position: relative;
  background: linear-gradient(to bottom, #fde690 0%, #fdd25b 100%);
  width: 100%;
}
@media screen and (min-width: 768px) {
  #lp__container .process {
    padding-top: 7.5714285714vw;
    padding-bottom: 4vw;
    margin-bottom: 1.2142857143vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1400px) {
  #lp__container .process {
    padding-top: 106px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1400px) {
  #lp__container .process {
    padding-bottom: 56px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1400px) {
  #lp__container .process {
    margin-bottom: 17px;
  }
}
@media screen and (min-width: 768px) {
  #lp__container .process::before {
    display: block;
    content: "";
    background: url(../img/description__inner.webp) no-repeat center/contain;
    width: 91.4285714286vw;
    height: 3.3571428571vw;
    position: absolute;
    top: 1.3571428571vw;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (min-width: 768px) and (min-width: 1400px) {
  #lp__container .process::before {
    width: 1280px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1400px) {
  #lp__container .process::before {
    height: 47px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1400px) {
  #lp__container .process::before {
    top: 19px;
  }
}
@media screen and (min-width: 768px) {
  #lp__container .process::after {
    display: block;
    content: "";
    background: url(../img/description__inner--bottom.webp) no-repeat center/contain;
    width: 91.4285714286vw;
    height: 2.0714285714vw;
    position: absolute;
    bottom: 1vw;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (min-width: 768px) and (min-width: 1400px) {
  #lp__container .process::after {
    width: 1280px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1400px) {
  #lp__container .process::after {
    height: 29px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1400px) {
  #lp__container .process::after {
    bottom: 14px;
  }
}
@media screen and (max-width: 767px) {
  #lp__container .process {
    padding-top: 15.46875vw;
    padding-bottom: 9.21875vw;
    margin-bottom: 2.96875vw;
  }
  #lp__container .process::before {
    display: block;
    content: "";
    background: url(../img/description__inner.sp.webp) no-repeat center/contain;
    width: 96.875vw;
    height: 7.34375vw;
    position: absolute;
    top: 3.28125vw;
    left: 50%;
    transform: translateX(-50%);
  }
  #lp__container .process::after {
    display: block;
    content: "";
    background: url(../img/description__inner--bottom.sp.webp) no-repeat center/contain;
    width: 96.875vw;
    height: 4.53125vw;
    position: absolute;
    bottom: 1.875vw;
    left: 50%;
    transform: translateX(-50%);
  }
}
#lp__container .process .process__inner {
  position: relative;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  #lp__container .process .process__inner {
    width: 100vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1400px) {
  #lp__container .process .process__inner {
    width: 1400px;
  }
}
@media screen and (max-width: 767px) {
  #lp__container .process .process__inner {
    width: 100%;
  }
}
#lp__container .process .process__title {
  font-feature-settings: "halt";
  color: #40090D;
  text-align: center;
  letter-spacing: 0em;
  font-weight: bold;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #lp__container .process .process__title {
    font-size: 3.7142857143vw;
    line-height: 0.7692307692;
    margin-bottom: 2.9285714286vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1400px) {
  #lp__container .process .process__title {
    font-size: 52px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1400px) {
  #lp__container .process .process__title {
    margin-bottom: 41px;
  }
}
@media screen and (max-width: 767px) {
  #lp__container .process .process__title {
    font-size: 8.59375vw;
    line-height: 1;
    margin-bottom: 2.8125vw;
  }
}
@media screen and (min-width: 768px) {
  #lp__container .process .process__large {
    font-size: 5vw;
    line-height: 0.5714285714;
  }
}
@media screen and (min-width: 768px) and (min-width: 1400px) {
  #lp__container .process .process__large {
    font-size: 70px;
  }
}
@media screen and (max-width: 767px) {
  #lp__container .process .process__large {
    font-size: 11.5625vw;
    line-height: 1.4;
  }
}
#lp__container .process .process__text {
  font-feature-settings: "halt";
  color: #40090D;
  text-align: center;
  letter-spacing: 0em;
  font-weight: bold;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #lp__container .process .process__text {
    font-size: 1.8571428571vw;
    line-height: 1.6923076923;
  }
}
@media screen and (min-width: 768px) and (min-width: 1400px) {
  #lp__container .process .process__text {
    font-size: 26px;
  }
}
@media screen and (max-width: 767px) {
  #lp__container .process .process__text {
    font-size: 4.0625vw;
    line-height: 1.6923076923;
    margin-bottom: 3.125vw;
  }
}
#lp__container .process .process__lineHeight {
  display: inline-block;
}
@media screen and (min-width: 768px) {
  #lp__container .process .process__lineHeight {
    margin-top: 1.2857142857vw;
    line-height: 2.3076923077;
  }
}
@media screen and (min-width: 768px) and (min-width: 1400px) {
  #lp__container .process .process__lineHeight {
    margin-top: 18px;
  }
}
@media screen and (max-width: 767px) {
  #lp__container .process .process__lineHeight {
    margin-top: 2.65625vw;
    line-height: 2.3846153846;
  }
}
@media screen and (min-width: 768px) {
  #lp__container .process .process__image {
    margin: 0 auto;
    width: 82.9285714286vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1400px) {
  #lp__container .process .process__image {
    width: 1161px;
  }
}
@media screen and (max-width: 767px) {
  #lp__container .process .process__image {
    width: 44.21875vw;
  }
}
@media screen and (max-width: 767px) {
  #lp__container .process .process__container {
    display: flex;
    justify-content: center;
    gap: 1.875vw;
    padding-right: 2.34375vw;
  }
}
#lp__container .process .process__list {
  display: flex;
  justify-content: space-around;
}
@media screen and (min-width: 768px) {
  #lp__container .process .process__list {
    padding-left: 8.5vw;
    padding-right: 8.5vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1400px) {
  #lp__container .process .process__list {
    padding-left: 119px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1400px) {
  #lp__container .process .process__list {
    padding-right: 119px;
  }
}
@media screen and (max-width: 767px) {
  #lp__container .process .process__list {
    flex-direction: column;
    align-items: center;
  }
}
#lp__container .process .process__item {
  height: auto;
}
@media screen and (min-width: 768px) {
  #lp__container .process .process__item {
    width: 22vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1400px) {
  #lp__container .process .process__item {
    width: 308px;
  }
}
@media screen and (min-width: 768px) {
  #lp__container .process .process__item:nth-child(2) {
    margin-left: 5.8571428571vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1400px) {
  #lp__container .process .process__item:nth-child(2) {
    margin-left: 82px;
  }
}
@media screen and (max-width: 767px) {
  #lp__container .process .process__item {
    width: 100%;
  }
}
#lp__container .process .process__item--text {
  font-feature-settings: "halt";
  color: #40090D;
  letter-spacing: 0em;
  font-weight: 500;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #lp__container .process .process__item--text {
    font-size: 1.1428571429vw;
    line-height: 1.8125;
  }
}
@media screen and (min-width: 768px) and (min-width: 1400px) {
  #lp__container .process .process__item--text {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  #lp__container .process .process__item--text {
    font-size: 3.75vw;
    line-height: 1.5;
    letter-spacing: -0.05em;
  }
}
#lp__container .tool {
  position: relative;
  background: linear-gradient(to bottom, #fde690 0%, #fdd25b 100%);
  width: 100%;
}
@media screen and (min-width: 768px) {
  #lp__container .tool {
    padding-top: 7.5714285714vw;
    padding-bottom: 3.7857142857vw;
    margin-bottom: 1.2142857143vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1400px) {
  #lp__container .tool {
    padding-top: 106px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1400px) {
  #lp__container .tool {
    padding-bottom: 53px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1400px) {
  #lp__container .tool {
    margin-bottom: 17px;
  }
}
@media screen and (min-width: 768px) {
  #lp__container .tool::before {
    display: block;
    content: "";
    background: url(../img/description__inner.webp) no-repeat center/contain;
    width: 91.4285714286vw;
    height: 3.3571428571vw;
    position: absolute;
    top: 1.3571428571vw;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (min-width: 768px) and (min-width: 1400px) {
  #lp__container .tool::before {
    width: 1280px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1400px) {
  #lp__container .tool::before {
    height: 47px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1400px) {
  #lp__container .tool::before {
    top: 19px;
  }
}
@media screen and (min-width: 768px) {
  #lp__container .tool::after {
    display: block;
    content: "";
    background: url(../img/description__inner--bottom.webp) no-repeat center/contain;
    width: 91.4285714286vw;
    height: 2.0714285714vw;
    position: absolute;
    bottom: 1vw;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (min-width: 768px) and (min-width: 1400px) {
  #lp__container .tool::after {
    width: 1280px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1400px) {
  #lp__container .tool::after {
    height: 29px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1400px) {
  #lp__container .tool::after {
    bottom: 14px;
  }
}
@media screen and (max-width: 767px) {
  #lp__container .tool {
    padding-top: 10.46875vw;
    padding-bottom: 8.4375vw;
    margin-bottom: 2.96875vw;
  }
  #lp__container .tool::before {
    display: block;
    content: "";
    background: url(../img/description__inner.sp.webp) no-repeat center/contain;
    width: 96.875vw;
    height: 7.34375vw;
    position: absolute;
    top: 2.34375vw;
    left: 50%;
    transform: translateX(-50%);
  }
  #lp__container .tool::after {
    display: block;
    content: "";
    background: url(../img/description__inner--bottom.sp.webp) no-repeat center/contain;
    width: 96.875vw;
    height: 4.53125vw;
    position: absolute;
    bottom: 1.875vw;
    left: 50%;
    transform: translateX(-50%);
  }
}
#lp__container .tool .tool__inner {
  position: relative;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  #lp__container .tool .tool__inner {
    width: 100vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1400px) {
  #lp__container .tool .tool__inner {
    width: 1400px;
  }
}
@media screen and (max-width: 767px) {
  #lp__container .tool .tool__inner {
    width: 100%;
  }
}
#lp__container .tool .tool__title {
  font-feature-settings: "halt";
  color: #40090D;
  text-align: center;
  letter-spacing: 0em;
  font-weight: bold;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #lp__container .tool .tool__title {
    font-size: 3.7142857143vw;
    line-height: 0.7692307692;
    padding-bottom: 0.7857142857vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1400px) {
  #lp__container .tool .tool__title {
    font-size: 52px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1400px) {
  #lp__container .tool .tool__title {
    padding-bottom: 11px;
  }
}
@media screen and (max-width: 767px) {
  #lp__container .tool .tool__title {
    font-size: 7.8125vw;
    line-height: 1.94;
  }
}
#lp__container .tool .tool__large {
  letter-spacing: -0.06em;
}
@media screen and (min-width: 768px) {
  #lp__container .tool .tool__large {
    font-size: 5vw;
    line-height: 0.5714285714;
  }
}
@media screen and (min-width: 768px) and (min-width: 1400px) {
  #lp__container .tool .tool__large {
    font-size: 70px;
  }
}
@media screen and (max-width: 767px) {
  #lp__container .tool .tool__large {
    font-size: 10.625vw;
    line-height: 1;
  }
}
#lp__container .tool .tool__image {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  #lp__container .tool .tool__image {
    width: 39.0714285714vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1400px) {
  #lp__container .tool .tool__image {
    width: 547px;
  }
}
@media screen and (max-width: 767px) {
  #lp__container .tool .tool__image {
    width: 81.25vw;
  }
}
#lp__container .product {
  position: relative;
  background-color: #fff;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #lp__container .product {
    padding-top: 5.6428571429vw;
    padding-bottom: 3.7142857143vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1400px) {
  #lp__container .product {
    padding-top: 79px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1400px) {
  #lp__container .product {
    padding-bottom: 52px;
  }
}
@media screen and (max-width: 767px) {
  #lp__container .product {
    padding-top: 7.1875vw;
    padding-bottom: 10.9375vw;
  }
}
#lp__container .product .product__inner {
  position: relative;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  #lp__container .product .product__inner {
    width: 100vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1400px) {
  #lp__container .product .product__inner {
    width: 1400px;
  }
}
@media screen and (max-width: 767px) {
  #lp__container .product .product__inner {
    width: 100%;
  }
}
#lp__container .product .product__title {
  font-feature-settings: "halt";
  color: #40090D;
  text-align: center;
  letter-spacing: 0em;
  font-weight: bold;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #lp__container .product .product__title {
    font-size: 3.1428571429vw;
    line-height: 0.9090909091;
    padding-bottom: 4.0714285714vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1400px) {
  #lp__container .product .product__title {
    font-size: 44px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1400px) {
  #lp__container .product .product__title {
    padding-bottom: 57px;
  }
}
@media screen and (max-width: 767px) {
  #lp__container .product .product__title {
    font-size: 6.875vw;
    line-height: 0.9090909091;
    padding-bottom: 12.5vw;
  }
}
@media screen and (min-width: 768px) {
  #lp__container .product .product__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  #lp__container .product .product__list {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 15.3125vw;
  }
}
@media screen and (min-width: 768px) {
  #lp__container .product .product__item:nth-of-type(2) .product__text {
    margin-bottom: 4.6428571429vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1400px) {
  #lp__container .product .product__item:nth-of-type(2) .product__text {
    margin-bottom: 65px;
  }
}
@media screen and (max-width: 767px) {
  #lp__container .product .product__item:nth-child(2) .product__text {
    margin-bottom: 8.59375vw;
  }
  #lp__container .product .product__item:nth-child(2) .product__name {
    margin-top: 4.53125vw;
  }
}
#lp__container .product .product__image {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  #lp__container .product .product__image {
    width: 25.5714285714vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1400px) {
  #lp__container .product .product__image {
    width: 358px;
  }
}
@media screen and (max-width: 767px) {
  #lp__container .product .product__image {
    width: 52.65625vw;
  }
}
#lp__container .product .product__name {
  font-feature-settings: "halt";
  color: #40090D;
  text-align: center;
  letter-spacing: 0em;
  font-weight: 500;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #lp__container .product .product__name {
    font-size: 1.7142857143vw;
    line-height: 1.6666666667;
    margin-top: 2.9285714286vw;
    margin-bottom: 2.9285714286vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1400px) {
  #lp__container .product .product__name {
    font-size: 24px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1400px) {
  #lp__container .product .product__name {
    margin-top: 41px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1400px) {
  #lp__container .product .product__name {
    margin-bottom: 41px;
  }
}
@media screen and (max-width: 767px) {
  #lp__container .product .product__name {
    font-size: 4.6875vw;
    line-height: 1.5333333333;
    margin-top: 5.15625vw;
    margin-bottom: 4.53125vw;
  }
}
#lp__container .product .product__text {
  font-feature-settings: "halt";
  color: #40090D;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #lp__container .product .product__text {
    display: flex;
    justify-content: center;
    font-size: 1.4285714286vw;
    line-height: 1.5;
    margin-bottom: 2.5vw;
    letter-spacing: 0em;
  }
}
@media screen and (min-width: 768px) and (min-width: 1400px) {
  #lp__container .product .product__text {
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1400px) {
  #lp__container .product .product__text {
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 767px) {
  #lp__container .product .product__text {
    font-size: 4.375vw;
    line-height: 1.4285714286;
    margin-bottom: 7.34375vw;
    padding-left: 9.6875vw;
    padding-right: 9.375vw;
    letter-spacing: -0.06em;
    text-align: justify;
  }
}
#lp__container .product .product__wrapper {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  #lp__container .product .product__wrapper,
#lp__container .product .product__button {
    width: 25.5714285714vw;
    height: 3.5714285714vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1400px) {
  #lp__container .product .product__wrapper,
#lp__container .product .product__button {
    width: 358px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1400px) {
  #lp__container .product .product__wrapper,
#lp__container .product .product__button {
    height: 50px;
  }
}
@media screen and (max-width: 767px) {
  #lp__container .product .product__wrapper,
#lp__container .product .product__button {
    width: 55.9375vw;
    height: 7.8125vw;
  }
}
#lp__container .product .product__link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: #ED570D;
  color: #fff;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.6666666667;
}
@media screen and (min-width: 768px) {
  #lp__container .product .product__link {
    border-radius: 2.1428571429vw;
    font-size: 1.7142857143vw;
    transition: opacity 0.3s ease;
  }
}
@media screen and (min-width: 768px) and (min-width: 1400px) {
  #lp__container .product .product__link {
    border-radius: 30px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1400px) {
  #lp__container .product .product__link {
    font-size: 24px;
  }
}
@media (hover: hover) and (pointer: fine) {
  #lp__container .product .product__link:hover {
    opacity: 0.5;
  }
}
@media screen and (max-width: 767px) {
  #lp__container .product .product__link {
    border-radius: 4.6875vw;
    font-size: 3.75vw;
  }
}
#lp__container .amazon {
  position: relative;
  background-color: #40090D;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #lp__container .amazon {
    padding-top: 4.9285714286vw;
    padding-bottom: 4.8571428571vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1400px) {
  #lp__container .amazon {
    padding-top: 69px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1400px) {
  #lp__container .amazon {
    padding-bottom: 68px;
  }
}
@media screen and (max-width: 767px) {
  #lp__container .amazon {
    padding-top: 9.21875vw;
    padding-bottom: 12.5vw;
  }
}
#lp__container .amazon .amazon__inner {
  position: relative;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  #lp__container .amazon .amazon__inner {
    width: 100vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1400px) {
  #lp__container .amazon .amazon__inner {
    width: 1400px;
  }
}
@media screen and (max-width: 767px) {
  #lp__container .amazon .amazon__inner {
    width: 100%;
  }
}
#lp__container .amazon .amazon__title {
  font-feature-settings: "halt";
  color: #fff;
  text-align: center;
  letter-spacing: 0em;
  font-weight: 500;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #lp__container .amazon .amazon__title {
    font-size: 2.4285714286vw;
    line-height: 1.3529411765;
    padding-bottom: 2.1428571429vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1400px) {
  #lp__container .amazon .amazon__title {
    font-size: 34px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1400px) {
  #lp__container .amazon .amazon__title {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  #lp__container .amazon .amazon__title {
    font-size: 6.25vw;
    line-height: 1.15;
    padding-bottom: 4.6875vw;
  }
}
#lp__container .amazon .amazon__link {
  display: block;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  #lp__container .amazon .amazon__link {
    width: 27.5vw;
    transition: opacity 0.3s ease;
  }
}
@media screen and (min-width: 768px) and (min-width: 1400px) {
  #lp__container .amazon .amazon__link {
    width: 385px;
  }
}
@media (hover: hover) and (pointer: fine) {
  #lp__container .amazon .amazon__link:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  #lp__container .amazon .amazon__link {
    width: 60.15625vw;
  }
}
#lp__container .amazon .amazon__image {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  #lp__container .youtube__modal iframe {
    width: 62.1428571429vw;
    height: 35vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1400px) {
  #lp__container .youtube__modal iframe {
    width: 870px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1400px) {
  #lp__container .youtube__modal iframe {
    height: 490px;
  }
}
@media screen and (max-width: 767px) {
  #lp__container .youtube__modal iframe {
    width: 100vw;
    height: 56.25vw;
  }
}
#lp__container .youtube__modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10001;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  display: flex;
  justify-content: center;
  align-items: center;
}
#lp__container .youtube__modal.is-active {
  opacity: 1;
  visibility: visible;
}
#lp__container .youtube__modal .youtube__modal--bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.7);
}
#lp__container .youtube__modal .youtube__modal--close {
  position: absolute;
  right: 0;
  transform: translateY(calc(-100% - 5px));
}
@media screen and (min-width: 768px) {
  #lp__container .youtube__modal .youtube__modal--close {
    top: 0;
    width: 45px;
    height: 45px;
  }
}
@media screen and (max-width: 767px) {
  #lp__container .youtube__modal .youtube__modal--close {
    width: 12vw;
    height: 12vw;
  }
}
#lp__container .youtube__modal .youtube__modal--close::before {
  content: "";
  display: block;
  background-color: #fff;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 2px;
}
#lp__container .youtube__modal .youtube__modal--close::after {
  content: "";
  display: block;
  background-color: #fff;
  transform: rotate(-45deg) translateY(-50%);
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 2px;
}
#lp__container .youtube__modal .youtube__modal--inner {
  margin-inline: auto;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  #lp__container .youtube__modal .youtube__modal--inner {
    width: 62.1428571429vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1400px) {
  #lp__container .youtube__modal .youtube__modal--inner {
    width: 870px;
  }
}
@media screen and (max-width: 767px) {
  #lp__container .youtube__modal .youtube__modal--inner {
    width: 100vw;
  }
}
#lp__container .youtube__modal .youtube__movie {
  display: flex;
  justify-content: center;
  align-items: center;
}