@charset "UTF-8";
/**
 * LP用スタイル
 */
body {
  max-width: none;
  min-width: 0;
}

html {
  font-size: 62.5% !important;
}

body {
  max-width: none;
  min-width: 0;
}

@media print, screen and (min-width: 768px) {
  .pjax-area {
    padding-top: 81px;
  }
}
@media print, screen and (max-width: 767px) {
  .pjax-area {
    padding-top: 46px;
  }
}
.pjax-area {
  font-size: 1.4rem;
}

.contents-wrapper[data-layout="1"] {
  max-width: initial;
  padding: 0;
}
.contents-wrapper[data-layout="1"] main {
  padding: 0;
}

.footer-pagetop {
  display: none;
}

.lp-container {
  font-family: "Noto Sans JP", sans-serif;
  /* 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] - 縮小を停止するウィンドウ幅
   */
  position: relative;
  overflow: hidden;
}
.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;
}
.lp-container img {
  display: block;
  max-width: 100%;
}
.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;
  }
}
.lp-container picture {
  display: block;
}
.lp-container a:hover {
  opacity: 1 !important;
}
@media screen and (max-width: 767px) {
  .lp-container img {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .lp-container .sp {
    display: none;
  }
}
.lp-container .container__bg {
  background: url(../img/pattern_02.jpg);
}
.lp-container .anchor__link--bg {
  background: url(../img/pattern_01.jpg);
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .lp-container .anchor__link--bg {
    height: 4.2857142857vw;
  }
}
@media screen and (max-width: 767px) {
  .lp-container .anchor__link--bg {
    height: 9.84375vw;
  }
}
@media screen and (min-width: 768px) {
  .lp-container .anchor__link--bg .anchor__link--image {
    width: 47.7857142857vw;
  }
}
@media screen and (max-width: 767px) {
  .lp-container .anchor__link--bg .anchor__link--image {
    width: 89.0625vw;
  }
}
@media screen and (min-width: 768px) {
  .lp-container .problem .problem__inner {
    padding-left: 7.1428571429vw;
  }
}
@media screen and (max-width: 767px) {
  .lp-container .problem .problem__inner {
    padding-left: 6.25vw;
    padding-right: 6.25vw;
    padding-top: 4.6875vw;
    padding-bottom: 5.46875vw;
  }
}
@media screen and (min-width: 768px) {
  .lp-container .problem .problem__grid {
    display: grid;
    grid-template-areas: "problem__heading problem__image" "problem__text problem__image";
  }
}
@media screen and (min-width: 768px) {
  .lp-container .problem .problem__heading {
    align-self: end;
    grid-area: problem__heading;
    width: 41.3571428571vw;
  }
}
@media screen and (max-width: 767px) {
  .lp-container .problem .problem__heading {
    margin-inline: auto;
    width: 86.25vw;
  }
}
@media screen and (min-width: 768px) {
  .lp-container .problem .problem__image {
    grid-area: problem__image;
    width: 51.4285714286vw;
  }
}
@media screen and (max-width: 767px) {
  .lp-container .problem .problem__image {
    display: none;
  }
}
.lp-container .problem .problem__text {
  color: #490104;
  line-height: 1.7272727273;
}
@media screen and (min-width: 768px) {
  .lp-container .problem .problem__text {
    align-self: center;
    grid-area: problem__text;
    font-size: 1.5714285714vw;
  }
}
@media screen and (max-width: 767px) {
  .lp-container .problem .problem__text {
    font-size: 3.75vw;
    margin-top: 4.6875vw;
  }
}
.lp-container .equation {
  background: url(../img/pattern_01.jpg);
}
@media screen and (min-width: 768px) {
  .lp-container .equation .equation__inner {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    height: 21.4285714286vw;
  }
}
@media screen and (max-width: 767px) {
  .lp-container .equation .equation__inner {
    padding-top: 4.6875vw;
  }
}
@media screen and (min-width: 768px) {
  .lp-container .equation .equation__image {
    width: 86.0714285714vw;
  }
}
@media screen and (min-width: 768px) {
  .lp-container .goodby {
    margin-top: 2.8571428571vw;
    margin-bottom: 3.2142857143vw;
  }
}
@media screen and (max-width: 767px) {
  .lp-container .goodby {
    margin-top: 7.03125vw;
    margin-bottom: 7.8125vw;
  }
}
.lp-container .western {
  background: url(../img/pattern_01.jpg);
}
@media screen and (min-width: 768px) {
  .lp-container .western {
    padding-top: 2.8571428571vw;
    padding-bottom: 1.4285714286vw;
  }
}
@media screen and (max-width: 767px) {
  .lp-container .western {
    padding-top: 7.8125vw;
    padding-bottom: 10.9375vw;
  }
}
.lp-container .western .western__inner {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .lp-container .western .western__heading {
    width: 65.5714285714vw;
  }
}
@media screen and (max-width: 767px) {
  .lp-container .western .western__heading {
    width: 84.0625vw;
  }
}
.lp-container .western .western__list--wrapper {
  background: #b60000;
}
@media screen and (min-width: 768px) {
  .lp-container .western .western__list--wrapper {
    margin-top: 2.8571428571vw;
    width: 74.7857142857vw;
  }
}
@media screen and (max-width: 767px) {
  .lp-container .western .western__list--wrapper {
    width: 100%;
    padding-left: 6.25vw;
    padding-right: 6.25vw;
    margin-top: 6.25vw;
  }
}
@media screen and (min-width: 768px) {
  .lp-container .western .western__list {
    display: flex;
    justify-content: center;
  }
}
.lp-container .western .western__item {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .lp-container .western .western__item {
    width: 20.1428571429vw;
    padding-top: 2.1428571429vw;
    padding-bottom: 2.8571428571vw;
  }
}
@media screen and (max-width: 767px) {
  .lp-container .western .western__item {
    justify-content: center;
    align-items: center;
    padding-top: 6.25vw;
    padding-bottom: 6.25vw;
  }
  .lp-container .western .western__item:not(:first-child) {
    border-top: 1px solid #fff;
  }
}
@media screen and (min-width: 768px) {
  .lp-container .western .western__item--center {
    position: relative;
    margin-left: 4.2857142857vw;
    margin-right: 4.2857142857vw;
  }
  .lp-container .western .western__item--center::before {
    content: "";
    display: block;
    width: 1px;
    height: calc(100% - 2.8571428571vw);
    background: #fff;
    position: absolute;
    left: -1.7857142857vw;
    top: 50%;
    transform: translateY(-50%);
  }
  .lp-container .western .western__item--center::after {
    content: "";
    display: block;
    width: 1px;
    height: calc(100% - 2.8571428571vw);
    background: #fff;
    position: absolute;
    right: -1.7857142857vw;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media screen and (min-width: 768px) {
  .lp-container .western .western__item--image {
    height: 20.0714285714vw;
  }
}
@media screen and (max-width: 767px) {
  .lp-container .western .western__item--image {
    width: 64.0625vw;
  }
}
.lp-container .western .western__item--text {
  color: #fff;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .lp-container .western .western__item--text {
    font-size: 1.4285714286vw;
    margin-top: 0.7142857143vw;
  }
}
@media screen and (max-width: 767px) {
  .lp-container .western .western__item--text {
    text-align: center;
    font-size: 3.90625vw;
    margin-top: 1.5625vw;
  }
}
@media screen and (min-width: 768px) {
  .lp-container .western .western__item--text span {
    font-size: 1.1428571429vw;
  }
}
@media screen and (max-width: 767px) {
  .lp-container .western .western__item--text span {
    font-size: 3.125vw;
  }
}
.lp-container .recipe {
  position: relative;
  background: url(../img/pattern_04.jpg);
}
@media screen and (min-width: 768px) {
  .lp-container .recipe {
    margin-top: 2.8571428571vw;
  }
}
@media screen and (max-width: 767px) {
  .lp-container .recipe {
    margin-top: 8.59375vw;
  }
}
.lp-container .recipe #delmonte_recipe {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
}
@media screen and (min-width: 768px) {
  .lp-container .recipe #delmonte_recipe {
    top: -21.4285714286vw;
  }
}
@media screen and (max-width: 767px) {
  .lp-container .recipe #delmonte_recipe {
    top: -39.0625vw;
  }
}
.lp-container .recipe .recipe__heading {
  background: #fff;
}
@media screen and (min-width: 768px) {
  .lp-container .recipe .recipe__heading {
    display: flex;
    justify-content: center;
    padding-top: 1.4285714286vw;
    height: 36.4285714286vw;
  }
}
@media screen and (min-width: 768px) {
  .lp-container .recipe .recipe__heading--image {
    width: 95.5714285714vw;
  }
}
.lp-container .tomato {
  position: relative;
}
@media screen and (min-width: 768px) {
  .lp-container .tomato {
    padding-top: 10.7142857143vw;
  }
}
@media screen and (max-width: 767px) {
  .lp-container .tomato {
    padding-top: 23.4375vw;
  }
}
.lp-container .tomato .tomato__anchor {
  position: absolute;
}
@media screen and (min-width: 768px) {
  .lp-container .tomato .tomato__anchor {
    left: 50%;
    top: 0;
    transform: translate(-50%, -50%);
    width: 66.6428571429vw;
  }
}
@media screen and (max-width: 767px) {
  .lp-container .tomato .tomato__anchor {
    width: 91.40625vw;
    left: 50%;
    top: 0;
    transform: translate(-50%, -33.5365853659%);
  }
}
.lp-container .tomato .tomato__heading {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .lp-container .tomato .tomato__heading {
    width: 76vw;
  }
}
@media screen and (max-width: 767px) {
  .lp-container .tomato .tomato__heading {
    width: 89.0625vw;
  }
}
@media screen and (min-width: 768px) {
  .lp-container .tomato .tomato__list {
    width: 85.7142857143vw;
    margin-top: 3.2142857143vw;
    margin-inline: auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .lp-container .tomato .tomato__list {
    margin-top: 4.6875vw;
  }
}
.lp-container .tomato .tomato__item {
  background: #b60000;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .lp-container .tomato .tomato__item:nth-child(2) {
    margin-left: 2.8571428571vw;
  }
  .lp-container .tomato .tomato__item:nth-child(4) {
    margin-left: 2.1428571429vw;
  }
  .lp-container .tomato .tomato__item:nth-child(5) {
    margin-left: 2.1428571429vw;
  }
  .lp-container .tomato .tomato__item:not(:nth-child(-n+2)) {
    margin-top: 2.1428571429vw;
  }
}
@media screen and (max-width: 767px) {
  .lp-container .tomato .tomato__item:not(:first-child) {
    margin-top: 4.6875vw;
  }
}
@media screen and (min-width: 768px) {
  .lp-container .tomato .tomato__item--contents {
    padding-left: 1.4285714286vw;
    padding-right: 1.4285714286vw;
    padding-top: 1.7857142857vw;
    padding-bottom: 2.8571428571vw;
  }
}
.lp-container .tomato .tomato__item--lead {
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .lp-container .tomato .tomato__item--lead {
    font-size: 1.4285714286vw;
  }
}
@media screen and (max-width: 767px) {
  .lp-container .tomato .tomato__item--lead {
    font-size: 3.4375vw;
  }
}
@media screen and (min-width: 768px) {
  .lp-container .tomato .tomato__item--title {
    margin-top: 1.4285714286vw;
    font-size: 2.1428571429vw;
  }
}
@media screen and (max-width: 767px) {
  .lp-container .tomato .tomato__item--title {
    font-size: 4.6875vw;
  }
}
.lp-container .tomato .tomato__item--button {
  display: block;
  position: relative;
}
@media screen and (min-width: 768px) {
  .lp-container .tomato .tomato__item--button {
    width: 17.8571428571vw;
    margin-top: 2.1428571429vw;
  }
  .lp-container .tomato .tomato__item--button:hover .tomato__item--buttonImage-hover {
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  .lp-container .tomato .tomato__item--button {
    width: 39.0625vw;
  }
}
.lp-container .tomato .tomato__item--buttonImage-hover {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  opacity: 0;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 767px) {
  .lp-container .tomato .tomato__item--buttonImage-hover {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .lp-container .tomato .tomato__item--large {
    width: 41.4285714286vw;
  }
}
@media screen and (max-width: 767px) {
  .lp-container .tomato .tomato__item--large .tomato__item--contents {
    padding-left: 2.34375vw;
    padding-right: 2.34375vw;
    padding-top: 2.34375vw;
    padding-bottom: 2.34375vw;
  }
}
@media screen and (max-width: 767px) {
  .lp-container .tomato .tomato__item--large .tomato__item--title {
    margin-top: 1.5625vw;
  }
}
@media screen and (max-width: 767px) {
  .lp-container .tomato .tomato__item--large .tomato__item--button {
    margin-top: 3.125vw;
  }
}
@media screen and (min-width: 768px) {
  .lp-container .tomato .tomato__item--small {
    width: 27.1428571429vw;
  }
}
@media screen and (max-width: 767px) {
  .lp-container .tomato .tomato__item--small {
    display: flex;
  }
  .lp-container .tomato .tomato__item--small.reverse {
    flex-direction: row-reverse;
  }
}
@media screen and (max-width: 767px) {
  .lp-container .tomato .tomato__item--small .tomato__item--smallImage {
    flex-shrink: 0;
    width: 56.875vw;
  }
}
@media screen and (max-width: 767px) {
  .lp-container .tomato .tomato__item--small .tomato__item--contents {
    padding-left: 2.34375vw;
    padding-right: 2.34375vw;
    padding-top: 3.90625vw;
    padding-bottom: 6.25vw;
    display: flex;
    flex-direction: column;
  }
}
@media screen and (min-width: 768px) {
  .lp-container .tomato .tomato__item--small .tomato__item--lead {
    height: 2em;
  }
}
@media screen and (max-width: 767px) {
  .lp-container .tomato .tomato__item--small .tomato__item--lead {
    min-height: 4em;
  }
}
@media screen and (max-width: 767px) {
  .lp-container .tomato .tomato__item--small .tomato__item--title {
    margin-top: 1.5625vw;
  }
}
@media screen and (max-width: 767px) {
  .lp-container .tomato .tomato__item--small .tomato__item--button {
    margin-top: auto;
  }
}
.lp-container .tomato .tomato__button {
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .lp-container .tomato .tomato__button {
    margin-top: 5.7142857143vw;
  }
}
@media screen and (max-width: 767px) {
  .lp-container .tomato .tomato__button {
    margin-top: 4.6875vw;
  }
}
.lp-container .tomato .tomato__button a {
  display: block;
  position: relative;
}
@media screen and (min-width: 768px) {
  .lp-container .tomato .tomato__button a {
    width: 61.2857142857vw;
  }
  .lp-container .tomato .tomato__button a:hover .tomato__button--imageHover {
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  .lp-container .tomato .tomato__button a {
    width: 93.75vw;
  }
}
@media screen and (min-width: 768px) {
  .lp-container .tomato .tomato__button .tomato__button--imageHover {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.3s ease;
  }
}
@media screen and (max-width: 767px) {
  .lp-container .tomato .tomato__button .tomato__button--imageHover {
    display: none;
  }
}
.lp-container .sauce {
  position: relative;
}
@media screen and (min-width: 768px) {
  .lp-container .sauce {
    padding-top: 10.7142857143vw;
    padding-bottom: 5vw;
    margin-top: 17.8571428571vw;
  }
}
@media screen and (max-width: 767px) {
  .lp-container .sauce {
    padding-bottom: 9.375vw;
  }
}
@media screen and (min-width: 768px) {
  .lp-container .sauce .sauce__anchor {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, -50%);
    width: 66.6428571429vw;
  }
}
@media screen and (max-width: 767px) {
  .lp-container .sauce .sauce__anchor {
    margin-inline: auto;
    width: 91.40625vw;
    padding-top: 7.8125vw;
  }
}
.lp-container .sauce .sauce__heading {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .lp-container .sauce .sauce__heading {
    width: 76vw;
  }
}
@media screen and (max-width: 767px) {
  .lp-container .sauce .sauce__heading {
    width: 95.3125vw;
    margin-top: 4.6875vw;
  }
}
@media screen and (min-width: 768px) {
  .lp-container .sauce .sauce__list {
    width: 85.7142857143vw;
    margin-top: 3.2142857143vw;
    margin-inline: auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .lp-container .sauce .sauce__list {
    margin-top: 4.6875vw;
  }
}
.lp-container .sauce .sauce__item {
  background: #5a090e;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .lp-container .sauce .sauce__item:nth-child(2) {
    margin-left: 2.8571428571vw;
  }
  .lp-container .sauce .sauce__item:nth-child(4) {
    margin-left: 2.1428571429vw;
  }
  .lp-container .sauce .sauce__item:nth-child(5) {
    margin-left: 2.1428571429vw;
  }
  .lp-container .sauce .sauce__item:not(:nth-child(-n+2)) {
    margin-top: 2.1428571429vw;
  }
}
@media screen and (max-width: 767px) {
  .lp-container .sauce .sauce__item:not(:first-child) {
    margin-top: 4.6875vw;
  }
}
@media screen and (min-width: 768px) {
  .lp-container .sauce .sauce__item--contents {
    padding-left: 1.4285714286vw;
    padding-right: 1.4285714286vw;
    padding-top: 1.7857142857vw;
    padding-bottom: 2.8571428571vw;
  }
}
.lp-container .sauce .sauce__item--lead {
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .lp-container .sauce .sauce__item--lead {
    font-size: 1.4285714286vw;
  }
}
@media screen and (max-width: 767px) {
  .lp-container .sauce .sauce__item--lead {
    font-size: 3.4375vw;
  }
}
@media screen and (min-width: 768px) {
  .lp-container .sauce .sauce__item--title {
    margin-top: 1.4285714286vw;
    font-size: 2.1428571429vw;
  }
}
@media screen and (max-width: 767px) {
  .lp-container .sauce .sauce__item--title {
    font-size: 4.6875vw;
  }
}
.lp-container .sauce .sauce__item--button {
  display: block;
}
@media screen and (min-width: 768px) {
  .lp-container .sauce .sauce__item--button {
    position: relative;
    width: 17.8571428571vw;
    margin-top: 2.1428571429vw;
  }
  .lp-container .sauce .sauce__item--button:hover .sauce__item--buttonImage-hover {
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  .lp-container .sauce .sauce__item--button {
    width: 39.0625vw;
  }
}
.lp-container .sauce .sauce__item--buttonImage-hover {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  z-index: 1;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 767px) {
  .lp-container .sauce .sauce__item--buttonImage-hover {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .lp-container .sauce .sauce__item--large {
    width: 41.4285714286vw;
  }
}
@media screen and (max-width: 767px) {
  .lp-container .sauce .sauce__item--large .sauce__item--contents {
    padding-left: 2.34375vw;
    padding-right: 2.34375vw;
    padding-top: 2.34375vw;
    padding-bottom: 2.34375vw;
  }
}
@media screen and (max-width: 767px) {
  .lp-container .sauce .sauce__item--large .sauce__item--title {
    margin-top: 1.5625vw;
  }
}
@media screen and (max-width: 767px) {
  .lp-container .sauce .sauce__item--large .sauce__item--button {
    margin-top: 3.125vw;
  }
}
@media screen and (min-width: 768px) {
  .lp-container .sauce .sauce__item--small {
    width: 27.1428571429vw;
  }
}
@media screen and (max-width: 767px) {
  .lp-container .sauce .sauce__item--small {
    display: flex;
  }
  .lp-container .sauce .sauce__item--small.reverse {
    flex-direction: row-reverse;
  }
}
@media screen and (max-width: 767px) {
  .lp-container .sauce .sauce__item--small .sauce__item--smallImage {
    flex-shrink: 0;
    width: 56.875vw;
    display: flex;
    height: 100%;
  }
}
@media screen and (max-width: 767px) {
  .lp-container .sauce .sauce__item--small .sauce__item--contents {
    padding-left: 2.34375vw;
    padding-right: 2.34375vw;
    padding-top: 3.90625vw;
    padding-bottom: 6.25vw;
    display: flex;
    flex-direction: column;
  }
}
@media screen and (min-width: 768px) {
  .lp-container .sauce .sauce__item--small .sauce__item--lead {
    height: 2em;
  }
}
@media screen and (max-width: 767px) {
  .lp-container .sauce .sauce__item--small .sauce__item--lead {
    min-height: 4em;
  }
}
@media screen and (max-width: 767px) {
  .lp-container .sauce .sauce__item--small .sauce__item--title {
    margin-bottom: 1.5625vw;
  }
}
@media screen and (max-width: 767px) {
  .lp-container .sauce .sauce__item--small .sauce__item--button {
    margin-top: auto;
  }
}
.lp-container .sauce .sauce__button {
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .lp-container .sauce .sauce__button {
    margin-top: 5.7142857143vw;
  }
}
@media screen and (max-width: 767px) {
  .lp-container .sauce .sauce__button {
    margin-top: 4.6875vw;
  }
}
.lp-container .sauce .sauce__button a {
  display: block;
  position: relative;
}
@media screen and (min-width: 768px) {
  .lp-container .sauce .sauce__button a {
    width: 61.2857142857vw;
  }
  .lp-container .sauce .sauce__button a:hover .sauce__button--imageHover {
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  .lp-container .sauce .sauce__button a {
    width: 93.75vw;
  }
}
@media screen and (min-width: 768px) {
  .lp-container .sauce .sauce__button .sauce__button--imageHover {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.3s ease;
  }
}
@media screen and (max-width: 767px) {
  .lp-container .sauce .sauce__button .sauce__button--imageHover {
    display: none;
  }
}
.lp-container .cm {
  background: #fff;
}
@media screen and (min-width: 768px) {
  .lp-container .cm {
    padding-top: 3.5714285714vw;
    padding-bottom: 5vw;
  }
}
@media screen and (max-width: 767px) {
  .lp-container .cm {
    padding-top: 4.6875vw;
    padding-bottom: 5.46875vw;
  }
}
.lp-container .cm .cm__inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .lp-container .cm .cm__heading {
    width: 56.1428571429vw;
  }
}
@media screen and (max-width: 767px) {
  .lp-container .cm .cm__heading {
    width: 76.5625vw;
  }
}
.lp-container .cm .cm__movie--wrapper {
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .lp-container .cm .cm__movie--wrapper {
    margin-top: 3.5714285714vw;
    gap: 6.4285714286vw;
  }
}
@media screen and (max-width: 767px) {
  .lp-container .cm .cm__movie--wrapper {
    flex-direction: column;
    align-items: center;
    gap: 6.25vw;
    margin-top: 5.46875vw;
    padding-left: 7.03125vw;
    padding-right: 7.03125vw;
  }
}
.lp-container .cm .cm__movie {
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .lp-container .cm .cm__movie {
    width: 43.4285714286vw;
  }
}
.lp-container .cm .cm__name--tomato {
  text-align: center;
  color: #b60000;
}
@media screen and (min-width: 768px) {
  .lp-container .cm .cm__name--tomato {
    font-size: 2.1428571429vw;
    margin-top: 1.4285714286vw;
  }
}
@media screen and (max-width: 767px) {
  .lp-container .cm .cm__name--tomato {
    font-size: 4.6875vw;
    margin-top: 2.34375vw;
  }
}
.lp-container .cm .cm__name--demi {
  text-align: center;
  color: #5a090e;
}
@media screen and (min-width: 768px) {
  .lp-container .cm .cm__name--demi {
    font-size: 2.1428571429vw;
    margin-top: 1.4285714286vw;
  }
}
@media screen and (max-width: 767px) {
  .lp-container .cm .cm__name--demi {
    font-size: 4.6875vw;
    margin-top: 2.34375vw;
  }
}
.lp-container .product {
  position: relative;
}
.lp-container .product .product__inner {
  display: flex;
}
.lp-container .product .products__heading {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .lp-container .product .products__heading {
    width: 45.9285714286vw;
    top: 6.4285714286vw;
  }
}
@media screen and (max-width: 767px) {
  .lp-container .product .products__heading {
    width: 40.625vw;
    top: 6.25vw;
  }
}
.lp-container .product .product__column {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
}
@media screen and (min-width: 768px) {
  .lp-container .product .product__column {
    padding-top: 14.2857142857vw;
    padding-bottom: 7.1428571429vw;
  }
}
@media screen and (max-width: 767px) {
  .lp-container .product .product__column {
    padding-top: 42.1875vw;
    padding-bottom: 3.125vw;
  }
}
@media screen and (min-width: 768px) {
  .lp-container .product .product__column--image {
    width: 13.1428571429vw;
  }
}
@media screen and (max-width: 767px) {
  .lp-container .product .product__column--image {
    width: 17.34375vw;
  }
}
.lp-container .product .product__column--text {
  color: #fff;
  text-align: center;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .lp-container .product .product__column--text {
    font-size: 2.1428571429vw;
    margin-top: 2.1428571429vw;
  }
}
@media screen and (max-width: 767px) {
  .lp-container .product .product__column--text {
    font-size: 3.75vw;
    margin-top: 4.6875vw;
  }
}
.lp-container .product .product__column--link {
  display: block;
  position: relative;
}
@media screen and (min-width: 768px) {
  .lp-container .product .product__column--link {
    margin-top: 1.7857142857vw;
    width: 27.1428571429vw;
  }
  .lp-container .product .product__column--link:hover .product__column--linkImage-hover {
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  .lp-container .product .product__column--link {
    width: 36.25vw;
    margin-top: 3.125vw;
  }
}
.lp-container .product .product__column--linkImage-hover {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  opacity: 0;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 767px) {
  .lp-container .product .product__column--linkImage-hover {
    display: none;
  }
}
.lp-container .product .product__column01 {
  background: url(../img/pattern_03.jpg);
}
.lp-container .product .product__column02 {
  background: url(../img/pattern_01.jpg);
}
.lp-container .is-anime {
  opacity: 0;
  transition: opacity 0.7s ease;
}
.lp-container .is-anime.is-active {
  opacity: 1;
}
.lp-container .dialog {
  opacity: 0;
  transition: opacity 0.5s ease-out;
  position: relative;
  margin-inline: auto;
  pointer-events: none;
}
.lp-container .dialog::-webkit-backdrop {
  background-color: rgba(0, 0, 0, 0.6);
}
.lp-container .dialog::backdrop {
  background-color: rgba(0, 0, 0, 0.6);
}
.lp-container .dialog[open] {
  opacity: 1;
  pointer-events: auto;
}
.lp-container .dialog.closing {
  pointer-events: none;
  opacity: 0;
}
.lp-container .dialog .dialog-inner {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
  .lp-container .dialog .dialog-inner .youtube-container iframe {
    width: 68.5714285714vw;
    height: 38.5714285714vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1400px) {
  .lp-container .dialog .dialog-inner .youtube-container iframe {
    width: 960px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1400px) {
  .lp-container .dialog .dialog-inner .youtube-container iframe {
    height: 540px;
  }
}
@media screen and (max-width: 767px) {
  .lp-container .dialog .dialog-inner .youtube-container iframe {
    width: 100vw;
    height: 56.25vw;
  }
}
.lp-container .dialog .close-btn {
  position: absolute;
  cursor: pointer;
  z-index: 100;
  background: transparent;
}
@media screen and (min-width: 768px) {
  .lp-container .dialog .close-btn {
    width: 3.2142857143vw;
    height: 3.2142857143vw;
    top: -3.5714285714vw;
    right: -0.7142857143vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1400px) {
  .lp-container .dialog .close-btn {
    width: 45px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1400px) {
  .lp-container .dialog .close-btn {
    height: 45px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1400px) {
  .lp-container .dialog .close-btn {
    top: -50px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1400px) {
  .lp-container .dialog .close-btn {
    right: -10px;
  }
}
@media screen and (max-width: 767px) {
  .lp-container .dialog .close-btn {
    width: 7.03125vw;
    height: 7.03125vw;
    top: -7.8125vw;
    right: 0;
  }
}
.lp-container .dialog .close-btn:before, .lp-container .dialog .close-btn:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #fff;
  transform-origin: center;
}
@media screen and (min-width: 768px) {
  .lp-container .dialog .close-btn:before, .lp-container .dialog .close-btn:after {
    width: 3.2142857143vw;
    height: 0.1428571429vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1400px) {
  .lp-container .dialog .close-btn:before, .lp-container .dialog .close-btn:after {
    width: 45px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1400px) {
  .lp-container .dialog .close-btn:before, .lp-container .dialog .close-btn:after {
    height: 2px;
  }
}
@media screen and (max-width: 767px) {
  .lp-container .dialog .close-btn:before, .lp-container .dialog .close-btn:after {
    width: 7.03125vw;
    height: 0.3125vw;
  }
}
.lp-container .dialog .close-btn:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.lp-container .dialog .close-btn:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}