@charset "UTF-8";
html {
  font-size: 62.5% !important;
}
html.video {
  border: none;
}

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"] > div > div > div > div {
  padding: 0;
}
.contents-wrapper[data-layout="1"] main {
  padding: 0;
}

#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";
}
#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 * {
  font: inherit;
}
#lp__container img {
  width: 100%;
}
#lp__container .mainVisual {
  background-color: #e50012;
}
#lp__container .introduce {
  background-color: #e50012;
  color: #fff;
}
@media screen and (min-width: 768px) {
  #lp__container .introduce .introduce__inner {
    padding-bottom: 4.2857142857vw;
  }
}
@media screen and (max-width: 767px) {
  #lp__container .introduce .introduce__inner {
    padding-bottom: 6.25vw;
  }
}
#lp__container .introduce .introduce__lead {
  text-align: center;
  line-height: 1.6538461538;
}
@media screen and (min-width: 768px) {
  #lp__container .introduce .introduce__lead {
    font-size: 1.8571428571vw;
    margin-top: 1.7857142857vw;
  }
}
@media screen and (max-width: 767px) {
  #lp__container .introduce .introduce__lead {
    font-size: 3.75vw;
  }
}
#lp__container .movie {
  background: #005bab;
}
@media screen and (min-width: 768px) {
  #lp__container .movie {
    padding-top: 4.2857142857vw;
  }
}
@media screen and (max-width: 767px) {
  #lp__container .movie {
    padding-top: 4.6875vw;
  }
}
#lp__container .movie .movie__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#lp__container .movie .movie__icon {
  -webkit-animation: updown 1s linear infinite;
  animation: updown 1s linear infinite;
}
@media screen and (min-width: 768px) {
  #lp__container .movie .movie__icon {
    width: 26.4285714286vw;
  }
}
@media screen and (max-width: 767px) {
  #lp__container .movie .movie__icon {
    width: 38.90625vw;
  }
}
@media screen and (min-width: 768px) {
  #lp__container .movie .movie__heading {
    width: 59.9285714286vw;
    margin-top: 2.8571428571vw;
  }
}
@media screen and (max-width: 767px) {
  #lp__container .movie .movie__heading {
    width: 67.34375vw;
    margin-top: 4.6875vw;
  }
}
@media screen and (min-width: 768px) {
  #lp__container .movie .movie__list {
    display: flex;
    justify-content: center;
    gap: 2.1428571429vw;
    margin-top: 5.7142857143vw;
  }
}
@media screen and (max-width: 767px) {
  #lp__container .movie .movie__list {
    margin-top: 3.125vw;
  }
}
@media screen and (min-width: 768px) {
  #lp__container .movie .movie__item {
    width: 29.7142857143vw;
  }
}
@media screen and (max-width: 767px) {
  #lp__container .movie .movie__item:not(:first-child) {
    margin-top: 4.6875vw;
  }
}
#lp__container .movie .movie__item--text {
  color: #fff;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #lp__container .movie .movie__item--text {
    margin-top: 1.4285714286vw;
    font-size: 2vw;
  }
}
@media screen and (max-width: 767px) {
  #lp__container .movie .movie__item--text {
    font-size: 4.0625vw;
    margin-top: 3.125vw;
  }
}
@media screen and (max-width: 767px) {
  #lp__container .movie .movie__text--wrapper {
    margin-top: 9.375vw;
    padding-bottom: 3.125vw;
  }
}
@media screen and (max-width: 767px) {
  #lp__container .movie .movie__text {
    width: 92.5vw;
    margin-inline: auto;
  }
}
#lp__container .about {
  background: #f49c00;
}
@media screen and (min-width: 768px) {
  #lp__container .about {
    padding-top: 2.1428571429vw;
    padding-bottom: 5vw;
  }
}
@media screen and (max-width: 767px) {
  #lp__container .about {
    padding-top: 3.125vw;
    padding-bottom: 9.375vw;
  }
}
#lp__container .about .about__icon {
  display: flex;
  justify-content: center;
}
#lp__container .about .about__icon--image {
  -webkit-animation: updown 1s linear infinite;
  animation: updown 1s linear infinite;
}
@media screen and (min-width: 768px) {
  #lp__container .about .about__icon--image {
    width: 40.7857142857vw;
  }
}
@media screen and (max-width: 767px) {
  #lp__container .about .about__icon--image {
    width: 55.625vw;
  }
}
#lp__container .about .about__contents {
  background: #ffeec2;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  #lp__container .about .about__contents {
    width: 90vw;
    border-radius: 2vw;
    margin-top: 2.1428571429vw;
  }
}
@media screen and (max-width: 767px) {
  #lp__container .about .about__contents {
    width: 86.5625vw;
    border-radius: 2.8125vw;
    margin-top: 3.125vw;
    padding-bottom: 4.6875vw;
  }
}
@media screen and (min-width: 768px) {
  #lp__container .product {
    padding-top: 4.2857142857vw;
    padding-bottom: 1.4285714286vw;
  }
}
@media screen and (max-width: 767px) {
  #lp__container .product {
    padding-top: 6.25vw;
    padding-bottom: 3.125vw;
  }
}
#lp__container .product .product__heading--wrapper {
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  #lp__container .product .product__heading--wrapper {
    gap: 2.8571428571vw;
  }
}
@media screen and (max-width: 767px) {
  #lp__container .product .product__heading--wrapper {
    gap: 4.6875vw;
  }
}
#lp__container .product .product__heading {
  width: 52.1875vw;
}
@media screen and (min-width: 768px) {
  #lp__container .product .product__heading {
    width: 33.9285714286vw;
  }
}
#lp__container .product .product__heading--icon {
  -webkit-animation: rotation 3s linear infinite;
  animation: rotation 3s linear infinite;
}
@media screen and (min-width: 768px) {
  #lp__container .product .product__heading--icon {
    width: 9.0714285714vw;
  }
}
@media screen and (max-width: 767px) {
  #lp__container .product .product__heading--icon {
    width: 12.5vw;
  }
}
@media screen and (min-width: 768px) {
  #lp__container .product .product__list {
    display: flex;
    justify-content: center;
    gap: 1.7857142857vw;
    margin-top: 5vw;
  }
}
@media screen and (max-width: 767px) {
  #lp__container .product .product__list {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 4.6875vw;
    padding-left: 3.125vw;
    padding-right: 3.125vw;
    margin-top: 7.8125vw;
  }
}
@media screen and (min-width: 768px) {
  #lp__container .product .product__item {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 25.8571428571vw;
  }
}
@media screen and (max-width: 767px) {
  #lp__container .product .product__item {
    position: relative;
  }
  #lp__container .product .product__item::before {
    content: "";
    display: block;
    width: 100%;
    height: 34.375vw;
    border-radius: 1.875vw;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #fff5e3;
    z-index: -1;
  }
}
@media screen and (max-width: 767px) {
  #lp__container .product .product__item--heading {
    position: absolute;
    left: 40.625vw;
    top: 0;
  }
}
@media screen and (min-width: 768px) {
  #lp__container .product .product__item--heading01 {
    width: 10.1428571429vw;
  }
}
@media screen and (max-width: 767px) {
  #lp__container .product .product__item--heading01 {
    width: 20.78125vw;
  }
}
@media screen and (min-width: 768px) {
  #lp__container .product .product__item--heading02 {
    width: 20.4285714286vw;
  }
}
@media screen and (max-width: 767px) {
  #lp__container .product .product__item--heading02 {
    width: 41.875vw;
  }
}
@media screen and (min-width: 768px) {
  #lp__container .product .product__item--heading03 {
    width: 18.2142857143vw;
  }
}
@media screen and (max-width: 767px) {
  #lp__container .product .product__item--heading03 {
    width: 37.34375vw;
  }
}
@media screen and (min-width: 768px) {
  #lp__container .product .product__item--contents {
    background: #fff5e3;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    margin-top: 1.4285714286vw;
    padding-left: 2.1428571429vw;
    padding-right: 2.1428571429vw;
    padding-top: 1.7857142857vw;
    padding-bottom: 1.7857142857vw;
    border-radius: 1.0714285714vw;
  }
}
@media screen and (max-width: 767px) {
  #lp__container .product .product__item--contents {
    display: flex;
    align-items: flex-end;
    padding-bottom: 2.34375vw;
    padding-left: 3.90625vw;
    padding-right: 2.34375vw;
  }
}
@media screen and (min-width: 768px) {
  #lp__container .product .product__item--contents div {
    display: flex;
    flex-direction: column;
    height: 100%;
  }
}
#lp__container .product .product__image {
  display: block;
}
@media screen and (min-width: 768px) {
  #lp__container .product .product__image {
    transition: opacity 0.3s ease;
    width: 17.7142857143vw;
  }
  #lp__container .product .product__image:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  #lp__container .product .product__image {
    flex-shrink: 0;
    width: 33.59375vw;
    margin-right: 3.90625vw;
  }
}
@media screen and (max-width: 767px) {
  #lp__container .product .position {
    top: -0.5em;
    position: relative;
  }
}
#lp__container .product .product__item--text {
  line-height: 1.5;
  color: #594538;
  font-weight: 500;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  #lp__container .product .product__item--text {
    font-size: 1.7142857143vw;
    margin-top: 2.1428571429vw;
    margin-bottom: 2.1428571429vw;
  }
}
@media screen and (max-width: 767px) {
  #lp__container .product .product__item--text {
    font-size: 3.75vw;
  }
}
#lp__container .product .product__item--link {
  display: block;
  position: relative;
}
@media screen and (min-width: 768px) {
  #lp__container .product .product__item--link {
    width: 17.8571428571vw;
    margin-top: auto;
  }
  #lp__container .product .product__item--link:hover .product__item--linkHover {
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  #lp__container .product .product__item--link {
    margin-top: 2.34375vw;
    width: 39.0625vw;
  }
}
@media screen and (min-width: 768px) {
  #lp__container .product .product__item--linkHover {
    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__item--linkHover {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  #lp__container .product .product__text--image {
    margin-inline: auto;
    margin-top: 4.2857142857vw;
    width: 51.2142857143vw;
  }
}
@media screen and (max-width: 767px) {
  #lp__container .product .product__text--image {
    margin-inline: auto;
    width: 95.9375vw;
    margin-top: 3.125vw;
  }
}
#lp__container .recipe {
  position: relative;
}
#lp__container .recipe .recipe__link {
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  #lp__container .recipe .recipe__link {
    width: 33.3571428571vw;
    bottom: 3.5714285714vw;
  }
}
@media screen and (max-width: 767px) {
  #lp__container .recipe .recipe__link {
    width: 62.5vw;
    bottom: 6.25vw;
  }
}
#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);
}

.is-anime {
  opacity: 0;
  transition: opacity 0.3s ease;
}
.is-anime.is-active {
  opacity: 1;
}

@-webkit-keyframes updown {
  0% {
    transform: translateY(0);
  }
  25% {
    transform: translateY(-2%);
  }
  50% {
    transform: translateY(0);
  }
  75% {
    transform: translateY(2%);
  }
  100% {
    transform: translateY(0s);
  }
}

@keyframes updown {
  0% {
    transform: translateY(0);
  }
  25% {
    transform: translateY(-2%);
  }
  50% {
    transform: translateY(0);
  }
  75% {
    transform: translateY(2%);
  }
  100% {
    transform: translateY(0s);
  }
}
@-webkit-keyframes rotation {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotation {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}