@charset "UTF-8";
/** アニメーションの定義 */
@-webkit-keyframes bound {
  /** 開始時は１倍の大きさ */
  from {
    opacity: 0;
    transform: translateY(-250px);
  }
  /** 0%～25%にかけて1.15倍する */
  25% {
    opacity: 1;
    transform: translateY(0);
  }
  /** 25%～50%にかけて0.95倍する */
  50% {
    opacity: 1;
    transform: translateY(-50px);
  }
  /** 50%～75%にかけて1.05倍する */
  /** 終了時は元の大きさに戻す */
  to {
    opacity: 1;
    bottom: translateY(0);
  }
}
@keyframes bound {
  /** 開始時は１倍の大きさ */
  from {
    opacity: 0;
    transform: translateY(-250px);
  }
  /** 0%～25%にかけて1.15倍する */
  25% {
    opacity: 1;
    transform: translateY(0);
  }
  /** 25%～50%にかけて0.95倍する */
  50% {
    opacity: 1;
    transform: translateY(-50px);
  }
  /** 50%～75%にかけて1.05倍する */
  /** 終了時は元の大きさに戻す */
  to {
    opacity: 1;
    bottom: translateY(0);
  }
}
/**
 * ベーススタイルオーバーライド
 */
@media all and (min-width: 1201px) {
  .contents-wrapper[data-layout="1"] {
    max-width: 100% !important;
    padding: 0;
  }
}
@media (max-width: 1200px) and (min-width: 801px) {
  .contents-wrapper[data-layout="1"] {
    padding: 0 !important;
  }
}
@media (max-width: 800px) and (min-width: 641px) {
  .contents-wrapper[data-layout="1"] {
    padding: 0 !important;
  }
}
@media (max-width: 640px) {
  .contents-wrapper[data-layout="1"] {
    padding: 0 !important;
  }
}
.contents-wrapper[data-layout="1"] > div > div > div > div {
  padding: 0;
}
.contents-wrapper[data-layout="1"] #main {
  padding-top: 0;
}

/**
 * LP用スタイル
 */
:root {
  --header-height: 0px;
  --sticky-height: 0px;
}

.footer-pagetop {
  display: none;
}

.gumen-body {
  min-width: unset !important;
  max-width: unset !important;
}
@media screen and (min-width: 751px) {
  .gumen-body .section {
    margin-left: auto;
    margin-right: auto;
    max-width: 1400px;
  }
}

.lp-container {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  /* http://meyerweb.com/eric/tools/css/reset/
     v2.0 | 20110126
     License: none (public domain)
  */
  /* HTML5 display-role reset for older browsers */
}
.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;
}
.lp-container input::-ms-clear {
  display: none;
}
.lp-container input::-ms-reveal {
  display: none;
}
.lp-container a:focus {
  outline: none !important;
}
.lp-container img {
  display: block;
}
@media screen and (min-width: 751px) {
  .lp-container .pc_none {
    display: none;
  }
}
@media screen and (max-width: 750px) {
  .lp-container .sp_none {
    display: none;
  }
}
.lp-container .anchor-point {
  position: relative;
}
.lp-container .anchor-point .point {
  position: absolute;
  top: calc((var(--header-height) + var(--sticky-height)) * -1);
}
.lp-container .js-anime {
  opacity: 0;
  transition-property: opacity, transform;
  transition-duration: 1s;
  transition-timing-function: ease;
}
.lp-container .js-anime[data-scrollmagic=L] {
  transform: translateX(-60px);
}
.lp-container .js-anime[data-scrollmagic=R] {
  transform: translateX(60px);
}
.lp-container .js-anime[data-scrollmagic=B] {
  transform: translateY(60px);
}
.lp-container .js-anime[data-scrollmagic=b] {
  transform: translateY(100px);
}
.lp-container .js-anime[data-scrollmagic=F] {
  transform: scale(0.1);
}
.lp-container .js-anime[data-scrollmagic=f] {
  transform: scale(0.9);
}
.lp-container .js-anime[data-scrollmagic=s200] {
  transform: scale(2);
}
.lp-container .js-anime[data-scrollmagic=s250] {
  transform: scale(2.5);
}
.lp-container .js-anime[data-scrollmagic=s300] {
  transform: scale(3);
}
.lp-container .js-anime[data-delay="0"] {
  transition-delay: 0;
}
.lp-container .js-anime[data-delay="100"] {
  transition-delay: 100ms;
}
.lp-container .js-anime[data-delay="200"] {
  transition-delay: 200ms;
}
.lp-container .js-anime[data-delay="300"] {
  transition-delay: 300ms;
}
.lp-container .js-anime[data-delay="400"] {
  transition-delay: 400ms;
}
.lp-container .js-anime[data-delay="500"] {
  transition-delay: 500ms;
}
.lp-container .js-anime[data-delay="600"] {
  transition-delay: 600ms;
}
.lp-container .js-anime[data-delay="700"] {
  transition-delay: 700ms;
}
.lp-container .js-anime[data-delay="800"] {
  transition-delay: 800ms;
}
.lp-container .js-anime[data-delay="900"] {
  transition-delay: 900ms;
}
.lp-container .js-anime[data-delay="1000"] {
  transition-delay: 1s;
}
.lp-container .js-anime[data-delay="1100"] {
  transition-delay: 1.1s;
}
.lp-container .js-anime[data-delay="1200"] {
  transition-delay: 1.2s;
}
.lp-container .js-anime[data-delay="1300"] {
  transition-delay: 1.3s;
}
.lp-container .js-anime[data-delay="1400"] {
  transition-delay: 1.4s;
}
.lp-container .js-anime[data-delay="1500"] {
  transition-delay: 1.5s;
}
.lp-container .js-anime[data-delay="1600"] {
  transition-delay: 1.6s;
}
.lp-container .js-anime[data-delay="1700"] {
  transition-delay: 1.7s;
}
.lp-container .js-anime[data-delay="1800"] {
  transition-delay: 1.8s;
}
.lp-container .js-anime[data-delay="1900"] {
  transition-delay: 1.9s;
}
.lp-container .js-anime[data-delay="2000"] {
  transition-delay: 2s;
}
.lp-container .js-anime[data-delay="2200"] {
  transition-delay: 2.2s;
}
.lp-container .js-anime[data-delay="2300"] {
  transition-delay: 2.3s;
}
.lp-container .js-anime[data-delay="2500"] {
  transition-delay: 2.5s;
}
.lp-container .js-anime[data-delay="2700"] {
  transition-delay: 2.7s;
}
.lp-container .js-anime[data-delay="2800"] {
  transition-delay: 2.8s;
}
.lp-container .js-anime.js-active {
  opacity: 1;
}
.lp-container .contents {
  background: url(../img/202401_bg.png) repeat center top/128px;
  background-position: center top;
  width: 100%;
  background-size: 128px;
  overflow: hidden;
}
.lp-container .white-bg {
  width: 100%;
  background-color: #fff;
}
.lp-container .keyvisual {
  position: relative;
}
@media screen and (min-width: 751px) {
  .lp-container .keyvisual {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
  }
}
.lp-container .keyvisual .slider.max1320 {
  position: relative;
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}
.lp-container .keyvisual .swiper-pagination {
  position: absolute;
  display: flex;
}
@media screen and (min-width: 751px) {
  .lp-container .keyvisual .swiper-pagination {
    bottom: 40px;
    right: 6.7164179104%;
    gap: min(16px, calc(16 / 1340 * 100vw));
  }
}
@media screen and (max-width: 750px) {
  .lp-container .keyvisual .swiper-pagination {
    bottom: 6.6666666667vw;
    right: 6.6666666667vw;
    gap: 2.1333333333vw;
  }
}
.lp-container .keyvisual .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  border-radius: 50%;
  background-color: #fff;
  transition: background-color 0.2s linear;
}
@media screen and (min-width: 751px) {
  .lp-container .keyvisual .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
  }
}
@media screen and (max-width: 750px) {
  .lp-container .keyvisual .swiper-pagination .swiper-pagination-bullet {
    width: 1.6vw;
    height: 1.6vw;
  }
}
.lp-container .keyvisual .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #50B4C8;
}
.lp-container .keyvisual .slider[data-slideindex="2"] .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #E9BD05;
}
.lp-container .section {
  position: relative;
}
.lp-container .section .container {
  position: relative;
  max-width: 1340px;
  margin-left: auto;
  margin-right: auto;
}
.lp-container .section .inner {
  position: relative;
}
.lp-container .sugoizo {
  background: #ffffff;
  max-width: unset !important;
}
.lp-container .sugoizo .inner {
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
}
@media screen and (min-width: 751px) {
  .lp-container .sugoizo .inner {
    background-image: url(../img/202401_sugoizo_bg.jpg);
    height: calc(1163 / 1340 * 100vw - 1163 / 1340 * var(--scrollbar-size-px));
  }
}
@media screen and (min-width: 751px) and (min-width: 1340px) {
  .lp-container .sugoizo .inner {
    height: 1163px;
  }
}
@media screen and (max-width: 750px) {
  .lp-container .sugoizo .inner {
    background-image: url(../img/202401_sugoizo_bg_sp.jpg);
  }
}
@media screen and (min-width: 751px) {
  .lp-container .sugoizo .title {
    width: 117.6865671642%;
    margin-left: -8.8432835821%;
  }
}
@media screen and (min-width: 751px) {
  .lp-container .sugoizo .image {
    width: calc(1287 / 1340 * 100vw - 1287 / 1340 * var(--scrollbar-size-px));
    margin-top: calc(30 / 1340 * 100vw - 30 / 1340 * var(--scrollbar-size-px));
    margin-inline: auto;
  }
}
@media screen and (min-width: 751px) and (min-width: 1340px) {
  .lp-container .sugoizo .image {
    width: 1287px;
  }
}
@media screen and (min-width: 751px) and (min-width: 1340px) {
  .lp-container .sugoizo .image {
    margin-top: 30px;
  }
}
.lp-container .video-section {
  background: white;
}
@media screen and (min-width: 751px) {
  .lp-container .video-section {
    padding-bottom: 95px;
  }
}
@media screen and (max-width: 750px) {
  .lp-container .video-section {
    padding-bottom: calc(61 / 750 * 100vw - 61 / 750 * var(--scrollbar-size-px));
  }
}
.lp-container .video-section .video-title {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 751px) {
  .lp-container .video-section .video-title {
    width: calc(927 / 1400 * 100vw - 927 / 1400 * var(--scrollbar-size-px));
  }
}
@media screen and (min-width: 751px) and (min-width: 1400px) {
  .lp-container .video-section .video-title {
    width: 927px;
  }
}
@media screen and (max-width: 750px) {
  .lp-container .video-section .video-title {
    width: calc(590 / 750 * 100vw - 590 / 750 * var(--scrollbar-size-px));
  }
}
.lp-container .video-section .video-dummy {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 751px) {
  .lp-container .video-section .video-dummy {
    width: calc(640 / 1400 * 100vw - 640 / 1400 * var(--scrollbar-size-px));
    margin-top: calc(30 / 1400 * 100vw - 30 / 1400 * var(--scrollbar-size-px));
  }
}
@media screen and (min-width: 751px) and (min-width: 1400px) {
  .lp-container .video-section .video-dummy {
    width: 640px;
  }
}
@media screen and (min-width: 751px) and (min-width: 1400px) {
  .lp-container .video-section .video-dummy {
    margin-top: 30px;
  }
}
@media screen and (max-width: 750px) {
  .lp-container .video-section .video-dummy {
    width: calc(580 / 750 * 100vw - 580 / 750 * var(--scrollbar-size-px));
    margin-top: calc(20 / 750 * 100vw - 20 / 750 * var(--scrollbar-size-px));
  }
}
.lp-container .video-section .video-name {
  color: #50B4C8;
  text-align: center;
}
@media screen and (min-width: 751px) {
  .lp-container .video-section .video-name {
    font-size: calc(24 / 1400 * 100vw - 24 / 1400 * var(--scrollbar-size-px));
    margin-top: 20px;
  }
}
@media screen and (min-width: 751px) and (min-width: 1400px) {
  .lp-container .video-section .video-name {
    font-size: 24px;
  }
}
@media screen and (max-width: 750px) {
  .lp-container .video-section .video-name {
    font-size: calc(30 / 750 * 100vw - 30 / 750 * var(--scrollbar-size-px));
    margin-top: calc(13 / 750 * 100vw - 13 / 750 * var(--scrollbar-size-px));
  }
}
.lp-container .video-section .banner {
  display: block;
}
@media screen and (min-width: 751px) {
  .lp-container .video-section .banner {
    width: calc(670 / 1400 * 100vw - 670 / 1400 * var(--scrollbar-size-px));
    margin-top: calc(75 / 1400 * 100vw - 75 / 1400 * var(--scrollbar-size-px));
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 751px) and (min-width: 1400px) {
  .lp-container .video-section .banner {
    width: 670px;
  }
}
@media screen and (min-width: 751px) and (min-width: 1400px) {
  .lp-container .video-section .banner {
    margin-top: 75px;
  }
}
@media screen and (max-width: 750px) {
  .lp-container .video-section .banner {
    margin-top: calc(40 / 750 * 100vw - 40 / 750 * var(--scrollbar-size-px));
  }
}
.lp-container .rich {
  background-color: #000000;
}
@media screen and (min-width: 751px) {
  .lp-container .rich .inner {
    padding-top: 6.7164179104%;
  }
}
@media screen and (max-width: 750px) {
  .lp-container .rich .inner {
    padding-top: 11.3333333333%;
  }
}
.lp-container .rich .subblock {
  position: relative;
}
@media screen and (min-width: 751px) {
  .lp-container .rich .subblock:before {
    content: "";
    position: absolute;
    left: 0;
    top: 150px;
    bottom: 0;
    width: 100%;
    background: url(../img/202401_rich_bg.png) no-repeat center top/cover;
  }
}
.lp-container .rich .subblock:after {
  content: "";
  display: block;
  width: 100%;
  height: 5px;
  background: radial-gradient(circle, rgb(233, 224, 141) 0%, rgb(164, 132, 28) 100%);
}
@media screen and (min-width: 751px) {
  .lp-container .rich .subblock:after {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 5px;
  }
}
@media screen and (max-width: 750px) {
  .lp-container .rich .subblock:after {
    padding-bottom: 1.3333333333%;
  }
}
@media screen and (max-width: 750px) {
  .lp-container .rich .subblock .description {
    position: relative;
  }
}
.lp-container .rich .subblock .description .button {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background: #fff;
}
@media screen and (min-width: 751px) {
  .lp-container .rich .subblock .description .button {
    width: 22.3880597015%;
  }
}
@media screen and (max-width: 750px) {
  .lp-container .rich .subblock .description .button {
    width: 80%;
  }
}
.lp-container .rich .subblock .description .button a {
  display: block;
}
@media screen and (min-width: 751px) {
  .lp-container .rich .subblock .description .button a:hover {
    opacity: 0.8;
  }
}
.lp-container .rich .subblock .arrange {
  display: flex;
  background: radial-gradient(circle, rgb(233, 224, 141) 0%, rgb(164, 132, 28) 100%);
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 751px) {
  .lp-container .rich .subblock .arrange {
    padding: 2px;
    margin-top: -1.8656716418%;
    width: 74.6268656716%;
    gap: 2px;
  }
}
@media screen and (max-width: 750px) {
  .lp-container .rich .subblock .arrange {
    gap: 0.5333333333vw;
    flex-wrap: wrap;
  }
}
.lp-container .rich .subblock .arrange .item {
  background: #fff;
}
@media screen and (min-width: 751px) {
  .lp-container .rich .subblock .arrange .item {
    width: 25%;
  }
}
@media screen and (max-width: 750px) {
  .lp-container .rich .subblock .arrange .item {
    width: calc(50% - 0.2666666667vw);
  }
}
.lp-container .rich .subblock .arrange .item a {
  position: relative;
  display: block;
}
.lp-container .rich .subblock .arrange .item a:after {
  content: "";
  right: 0;
  bottom: 0;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (min-width: 751px) {
  .lp-container .rich .subblock .arrange .item a:after {
    margin-right: 4.0404040404%;
    margin-bottom: 4.0404040404%;
    width: 16.1616161616%;
    padding-bottom: 16.1616161616%;
    background-image: url(../img/202401_rich_arrange_btn_sp.png);
  }
}
@media screen and (max-width: 750px) {
  .lp-container .rich .subblock .arrange .item a:after {
    margin-right: 5.3333333333%;
    margin-bottom: 5.3333333333%;
    width: 16%;
    padding-bottom: 16%;
    background-image: url(../img/202401_rich_arrange_btn_sp.png);
  }
}
@media screen and (min-width: 751px) {
  .lp-container .rich .subblock .arrange .item a:hover img {
    opacity: 0.8;
  }
}
.lp-container .rich .subblock .arrange .item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (min-width: 751px) {
  .lp-container .rich .subblock.subblock1 .inner {
    padding-top: 4.4776119403%;
    padding-bottom: 4.1044776119%;
  }
}
@media screen and (max-width: 750px) {
  .lp-container .rich .subblock.subblock1 .inner {
    padding-top: 18%;
  }
}
@media screen and (min-width: 751px) {
  .lp-container .rich .subblock.subblock1 .button {
    margin-top: 32.1641791045%;
    margin-left: 12.6865671642%;
  }
}
@media screen and (max-width: 750px) {
  .lp-container .rich .subblock.subblock1 .button {
    margin-top: 129.3333333333%;
    margin-left: 10%;
  }
}
.lp-container .rich .subblock.subblock1 .button a {
  display: block;
}
@media screen and (min-width: 751px) {
  .lp-container .rich .subblock.subblock2 .inner {
    padding-top: 7.2388059701%;
    padding-bottom: 4.1044776119%;
  }
}
@media screen and (max-width: 750px) {
  .lp-container .rich .subblock.subblock2 .inner {
    padding-top: 11.3333333333%;
  }
}
@media screen and (min-width: 751px) {
  .lp-container .rich .subblock.subblock2 .button {
    margin-top: 34.7014925373%;
    margin-left: 64.9253731343%;
  }
}
@media screen and (max-width: 750px) {
  .lp-container .rich .subblock.subblock2 .button {
    margin-top: 136.2666666667%;
    margin-left: 10%;
  }
}
@media screen and (min-width: 751px) {
  .lp-container .rich .movie_block .inner {
    padding-top: 5.5970149254%;
    padding-bottom: 7.0895522388%;
  }
}
@media screen and (max-width: 750px) {
  .lp-container .rich .movie_block .inner {
    padding-top: 10%;
    padding-bottom: 13.3333333333%;
  }
}
@media screen and (min-width: 751px) {
  .lp-container .rich .movie_block dl {
    margin-top: 4.8507462687%;
  }
}
@media screen and (max-width: 750px) {
  .lp-container .rich .movie_block dl {
    margin-top: 10.6666666667%;
  }
}
.lp-container .rich .movie_block dt {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 751px) {
  .lp-container .rich .movie_block dt {
    width: 16.1194029851%;
  }
}
@media screen and (max-width: 750px) {
  .lp-container .rich .movie_block dt {
    width: 28.8%;
  }
}
.lp-container .rich .movie_block dd {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 751px) {
  .lp-container .rich .movie_block dd {
    margin-top: 3.3582089552%;
    width: 41.2686567164%;
  }
}
@media screen and (max-width: 750px) {
  .lp-container .rich .movie_block dd {
    margin-top: 6%;
    width: 73.7333333333%;
  }
}
.lp-container .rich .movie_block a {
  position: relative;
  cursor: pointer;
  display: block;
}
.lp-container .rich .movie_block a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20.7956600362%;
  padding-bottom: 20.7956600362%;
  transform: translate(-50%, -50%) scale(1);
  transform-origin: center;
  background: url(../img/202401_movie_play.png) no-repeat center/contain;
  z-index: 1;
  transition: transform 0.2s ease;
  filter: drop-shadow(0 0 10px #000);
}
@media screen and (min-width: 751px) {
  .lp-container .rich .movie_block a:hover:before {
    transform: translate(-50%, -50%) scale(1.1);
  }
}
@media screen and (min-width: 751px) {
  .lp-container .eraberuzo .inner {
    padding-bottom: 8.2089552239%;
  }
}
@media screen and (max-width: 750px) {
  .lp-container .eraberuzo .inner {
    padding-bottom: 13.3333333333%;
  }
}
.lp-container .eraberuzo .frame {
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 751px) {
  .lp-container .eraberuzo .frame {
    transform: translateX(-50%);
    margin: 20% auto 0;
  }
}
@media screen and (max-width: 750px) {
  .lp-container .eraberuzo .frame {
    width: 88%;
  }
}
.lp-container .eraberuzo .product_list {
  margin-left: auto;
  margin-right: auto;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
}
@media screen and (min-width: 751px) {
  .lp-container .eraberuzo .product_list {
    margin-top: -5.223880597%;
    padding-top: 2.052238806%;
    width: 82.0714285714%;
    background-image: url(../img/202401_eraberuzo_frame.png);
  }
}
@media screen and (max-width: 750px) {
  .lp-container .eraberuzo .product_list {
    background-image: url(../img/202401_eraberuzo_frame_sp.png);
    width: 88.2666666667%;
  }
}
.lp-container .eraberuzo .product_list ul {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 751px) {
  .lp-container .eraberuzo .product_list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 86.5217391304%;
    padding-bottom: 13.0434782609%;
  }
}
@media screen and (max-width: 750px) {
  .lp-container .eraberuzo .product_list ul {
    width: 83.081570997%;
    padding-bottom: 4.5317220544%;
  }
}
@media screen and (min-width: 751px) {
  .lp-container .eraberuzo .product_list li.new_li {
    padding-top: 8.4422110553%;
  }
}
@media screen and (min-width: 751px) {
  .lp-container .eraberuzo .product_list li {
    padding-top: 4.4221105528%;
    padding-bottom: 3.5175879397%;
  }
}
@media screen and (max-width: 750px) {
  .lp-container .eraberuzo .product_list li {
    width: 100%;
  }
  .lp-container .eraberuzo .product_list li:nth-child(1) {
    height: calc(765 / 750 * 100vw - 765 / 750 * var(--scrollbar-size-px));
  }
  .lp-container .eraberuzo .product_list li:nth-child(2) {
    height: calc(765 / 750 * 100vw - 765 / 750 * var(--scrollbar-size-px));
  }
  .lp-container .eraberuzo .product_list li:nth-child(3) {
    height: calc(765 / 750 * 100vw - 765 / 750 * var(--scrollbar-size-px));
  }
  .lp-container .eraberuzo .product_list li:nth-child(4) {
    height: calc(765 / 750 * 100vw - 765 / 750 * var(--scrollbar-size-px));
  }
  .lp-container .eraberuzo .product_list li:nth-child(5) {
    height: calc(765 / 750 * 100vw - 765 / 750 * var(--scrollbar-size-px));
  }
  .lp-container .eraberuzo .product_list li:nth-child(6) {
    height: calc(800 / 750 * 100vw - 800 / 750 * var(--scrollbar-size-px));
  }
}
.lp-container .eraberuzo .product_list li a {
  position: relative;
  display: block;
}
@media screen and (min-width: 751px) {
  .lp-container .eraberuzo .product_list li a:hover span {
    opacity: 0.85;
  }
}
@media screen and (max-width: 750px) {
  .lp-container .eraberuzo .product_list li a .list-img {
    padding-top: calc(50 / 750 * 100vw - 50 / 750 * var(--scrollbar-size-px));
    padding-bottom: calc(50 / 750 * 100vw - 50 / 750 * var(--scrollbar-size-px));
  }
  .lp-container .eraberuzo .product_list li a .list-img.last {
    padding-top: 0;
  }
}
.lp-container .eraberuzo .product_list li a span {
  position: absolute;
  display: block;
  bottom: 0%;
}
.lp-container .eraberuzo .product_list li a span.new_btn01 {
  bottom: -8.5%;
}
.lp-container .eraberuzo .product_list li a span.new_btn {
  bottom: -10%;
}
@media screen and (max-width: 750px) {
  .lp-container .eraberuzo .product_list li a span {
    left: 23.6363636364%;
    margin-bottom: 15.4545454545%;
    width: 52.7272727273%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (min-width: 751px) {
  .lp-container .eraberuzo .product_list li:first-child {
    width: 46.3316582915%;
  }
  .lp-container .eraberuzo .product_list li:first-child a span {
    left: 23.535791757%;
    margin-bottom: 3%;
    width: 52.7114967462%;
  }
}
@media screen and (min-width: 751px) {
  .lp-container .eraberuzo .product_list li:not(:first-child) {
    width: 46.3316582915%;
  }
  .lp-container .eraberuzo .product_list li:not(:first-child) a span {
    left: 23.535791757%;
    margin-bottom: 3%;
    width: 52.7114967462%;
  }
}
@media screen and (min-width: 751px) {
  .lp-container .eraberuzo .movie_block {
    margin-top: 5.5970149254%;
  }
}
@media screen and (max-width: 750px) {
  .lp-container .eraberuzo .movie_block {
    margin-top: 10%;
  }
}
.lp-container .eraberuzo .movie_block .movie dt {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 751px) {
  .lp-container .eraberuzo .movie_block .movie dt {
    width: 13.2835820896%;
  }
}
@media screen and (max-width: 750px) {
  .lp-container .eraberuzo .movie_block .movie dt {
    width: 23.7333333333%;
  }
}
.lp-container .eraberuzo .movie_block .movie dd {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 751px) {
  .lp-container .eraberuzo .movie_block .movie dd {
    margin-top: 3.3582089552%;
    width: 41.2686567164%;
  }
}
@media screen and (max-width: 750px) {
  .lp-container .eraberuzo .movie_block .movie dd {
    margin-top: 6%;
    width: 73.7333333333%;
  }
}
.lp-container .eraberuzo .movie_block .movie a {
  display: block;
  position: relative;
  cursor: pointer;
}
.lp-container .eraberuzo .movie_block .movie a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20.7956600362%;
  padding-bottom: 20.7956600362%;
  transform: translate(-50%, -50%) scale(1);
  transform-origin: center;
  background: url(../img/202401_movie_play.png) no-repeat center/contain;
  z-index: 1;
  transition: transform 0.2s ease;
  filter: drop-shadow(0 0 10px #000);
}
@media screen and (min-width: 751px) {
  .lp-container .eraberuzo .movie_block .movie a:hover:before {
    transform: translate(-50%, -50%) scale(1.1);
  }
}
.lp-container .ureshiizo {
  background-color: rgba(80, 180, 200, 0.7);
  max-width: unset;
}
@media screen and (min-width: 751px) {
  .lp-container .ureshiizo {
    padding-top: 1px;
    padding-bottom: 1px;
  }
}
@media screen and (min-width: 751px) {
  .lp-container .ureshiizo .image {
    width: 114.776119403%;
    margin-top: -3.3582089552%;
    margin-bottom: -3.7313432836%;
    margin-left: -7.3880597015%;
  }
}
@media screen and (min-width: 751px) {
  .lp-container .tsukaeruzo .inner {
    padding-bottom: 6.7164179104%;
  }
}
@media screen and (max-width: 750px) {
  .lp-container .tsukaeruzo .inner {
    padding-top: 6.6666666667%;
    padding-bottom: 8%;
  }
}
@media screen and (max-width: 750px) {
  .lp-container .tsukaeruzo .title {
    margin-bottom: 6%;
  }
}
@media screen and (min-width: 751px) {
  .lp-container .tsukaeruzo .recipe {
    position: relative;
    margin-top: 2.6119402985%;
    padding-bottom: 158.6567164179%;
    background: url(../img/202401_tsukaeruzo_bg.png) no-repeat center top/100% auto;
  }
}
@media screen and (min-width: 751px) {
  .lp-container .tsukaeruzo .recipe dt {
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 7.8358208955%;
    margin-left: 16.4179104478%;
    width: 40.5223880597%;
  }
}
@media screen and (max-width: 750px) {
  .lp-container .tsukaeruzo .recipe dt {
    margin-bottom: 6%;
  }
}
@media screen and (max-width: 750px) {
  .lp-container .tsukaeruzo .recipe dd {
    background: url(../img/202401_tsukaeruzo_bg_sp.png) no-repeat center top/100% auto;
    padding-left: 4.6666666667%;
    padding-right: 4.6666666667%;
    padding-bottom: 13.2352941176%;
  }
}
.lp-container .tsukaeruzo .recipe ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (min-width: 751px) {
  .lp-container .tsukaeruzo .recipe ul {
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 4.9253731343%;
    margin-left: 13.4328358209%;
    width: 73.1343283582%;
  }
}
@media screen and (min-width: 751px) {
  .lp-container .tsukaeruzo .recipe li {
    width: 30.612244898%;
  }
  .lp-container .tsukaeruzo .recipe li a:hover {
    opacity: 0.8;
  }
}
@media screen and (max-width: 750px) {
  .lp-container .tsukaeruzo .recipe li {
    width: 47.0588235294%;
  }
}
@media screen and (min-width: 751px) {
  .lp-container .tsukaeruzo .recipe li:first-child {
    margin-left: 69.387755102%;
  }
}
@media screen and (max-width: 750px) {
  .lp-container .tsukaeruzo .recipe li:first-child {
    margin-top: 11.7647058824%;
    margin-left: 52.9411764706%;
  }
}
@media screen and (min-width: 751px) {
  .lp-container .tsukaeruzo .recipe li:nth-child(n+2) {
    margin-top: 2.0408163265%;
  }
}
@media screen and (max-width: 750px) {
  .lp-container .tsukaeruzo .recipe li:nth-child(n+2) {
    margin-top: 2.2058823529%;
  }
}
.lp-container .tsukaeruzo .recipe .button {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 751px) {
  .lp-container .tsukaeruzo .recipe .button {
    position: absolute;
    bottom: 0;
    margin-bottom: 9.1791044776%;
    left: 22.0149253731%;
    width: 55.9701492537%;
  }
  .lp-container .tsukaeruzo .recipe .button a:hover {
    opacity: 0.8;
  }
}
@media screen and (max-width: 750px) {
  .lp-container .tsukaeruzo .recipe .button {
    margin-top: 10.2941176471%;
    width: 62.9411764706%;
  }
}
.lp-container .banners {
  background-color: #783200;
}
@media screen and (min-width: 751px) {
  .lp-container .banners .inner {
    padding-top: 9.328358209%;
    padding-bottom: 9.328358209%;
  }
}
@media screen and (max-width: 750px) {
  .lp-container .banners .inner {
    padding-top: 9.3333333333%;
    padding-bottom: 21.3333333333%;
  }
}
.lp-container .banners ul {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 751px) {
  .lp-container .banners ul {
    display: flex;
    flex-wrap: wrap;
    width: 81.3432835821%;
  }
}
@media screen and (max-width: 750px) {
  .lp-container .banners ul {
    width: 73.3333333333%;
  }
}
@media screen and (min-width: 751px) {
  .lp-container .banners li {
    width: 47.4311926606%;
  }
  .lp-container .banners li:nth-child(even) {
    margin-left: auto;
  }
  .lp-container .banners li:nth-child(n+3) {
    margin-top: 2.752293578%;
  }
}
@media screen and (max-width: 750px) {
  .lp-container .banners li:not(:first-child) {
    margin-top: 2%;
  }
}
.lp-container .sticky_button {
  position: relative;
  background-color: #fff;
}
.lp-container .sticky_button div {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.lp-container .sticky_button a {
  display: block;
  width: 50%;
}
@media screen and (min-width: 751px) {
  .lp-container .sticky_button a:hover {
    filter: brightness(1.1);
  }
}
.lp-container .sticky_button a img {
  display: block;
  width: auto;
  -o-object-fit: cover;
  object-fit: cover;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 751px) {
  .lp-container .sticky_button a img {
    max-width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 750px) {
  .lp-container .sticky_button a img {
    width: 100%;
  }
}
.lp-container .sticky_button a.rich {
  background-color: #000000;
}
.lp-container .sticky_button a.basic {
  background-color: #50B4C8;
}
@media screen and (min-width: 751px) {
  .lp-container .sticky_button,
.lp-container .sticky_button div {
    height: 14.9253731343vw;
    max-height: 200px;
  }
}
@media screen and (max-width: 750px) {
  .lp-container .sticky_button,
.lp-container .sticky_button div {
    height: 20vw;
  }
}
.lp-container .sticky_button:not(.fixed) .fixed {
  display: none;
}
@media screen and (min-width: 751px) {
  .lp-container .sticky_button.fixed div, .lp-container .sticky_button.fixedtest div {
    height: 7.4626865672vw;
    max-height: 100px;
  }
}
.lp-container .sticky_button.fixed div, .lp-container .sticky_button.fixedtest div {
  position: fixed;
  top: var(--header-height);
}
.lp-container .sticky_button.fixed .normal, .lp-container .sticky_button.fixedtest .normal {
  display: none;
}
.lp-container .youtube_modal {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 20px;
  background: rgba(0, 10, 40, 0.7);
  z-index: 1001;
  overflow: auto;
  pointer-events: none;
  opacity: 0;
  transition: opacity;
}
.lp-container .youtube_modal.is-show {
  opacity: 1;
  pointer-events: auto;
}
.lp-container .youtube_modal .box {
  position: relative;
  margin: auto;
  width: 900px;
  max-width: 100%;
}
.lp-container .youtube_modal .video {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
}
.lp-container .youtube_modal .youtubePlayer {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.lp-container .youtube_modal .close {
  width: 95px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  position: absolute;
  right: 0;
  left: 0;
  bottom: -45px;
  margin: auto;
  cursor: pointer;
}
@media screen and (max-width: 750px) {
  .lp-container .youtube_modal .close {
    font-size: 14px;
  }
}
.lp-container .youtube_modal .close .close_icon {
  display: flex;
  width: 20px;
  height: 20px;
  margin-left: 10px;
}
.lp-container .youtube_modal .overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.lp-container .scrolltop {
  position: fixed;
  opacity: 0;
  transition: opacity 0.3s;
  pointer-events: none;
  z-index: 10;
}
@media screen and (min-width: 751px) {
  .lp-container .scrolltop {
    bottom: 20px;
    right: 50px;
  }
}
@media screen and (max-width: 750px) {
  .lp-container .scrolltop {
    bottom: 60px;
    right: 20px;
  }
}
.lp-container .scrolltop.show {
  opacity: 1;
  pointer-events: auto;
}
.lp-container .scrolltop a {
  display: block;
  cursor: pointer;
}
@media screen and (min-width: 751px) {
  .lp-container .scrolltop a {
    width: 5.9701492537vw;
    max-width: 80px;
  }
  .lp-container .scrolltop a:hover {
    opacity: 0.8;
  }
}
@media screen and (max-width: 750px) {
  .lp-container .scrolltop a {
    width: 10.6666666667vw;
  }
}
.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: 751px) {
  .lp-container .dialog .dialog-inner .youtube-container iframe {
    width: calc(960 / 1400 * 100vw - 960 / 1400 * var(--scrollbar-size-px));
    height: calc(540 / 1400 * 100vw - 540 / 1400 * var(--scrollbar-size-px));
  }
}
@media screen and (min-width: 751px) and (min-width: 1400px) {
  .lp-container .dialog .dialog-inner .youtube-container iframe {
    width: 960px;
  }
}
@media screen and (min-width: 751px) and (min-width: 1400px) {
  .lp-container .dialog .dialog-inner .youtube-container iframe {
    height: 540px;
  }
}
@media screen and (max-width: 750px) {
  .lp-container .dialog .dialog-inner .youtube-container iframe {
    width: calc(640 / 640 * 100vw - 640 / 640 * var(--scrollbar-size-px));
    height: calc(360 / 640 * 100vw - 360 / 640 * var(--scrollbar-size-px));
  }
}
.lp-container .dialog .close-btn {
  position: absolute;
  cursor: pointer;
  z-index: 100;
  background: transparent;
}
@media screen and (min-width: 751px) {
  .lp-container .dialog .close-btn {
    width: calc(45 / 1400 * 100vw - 45 / 1400 * var(--scrollbar-size-px));
    height: calc(45 / 1400 * 100vw - 45 / 1400 * var(--scrollbar-size-px));
    top: calc(-50 / 1400 * 100vw - -50 / 1400 * var(--scrollbar-size-px));
    right: calc(-10 / 1400 * 100vw - -10 / 1400 * var(--scrollbar-size-px));
  }
}
@media screen and (min-width: 751px) and (min-width: 1400px) {
  .lp-container .dialog .close-btn {
    width: 45px;
  }
}
@media screen and (min-width: 751px) and (min-width: 1400px) {
  .lp-container .dialog .close-btn {
    height: 45px;
  }
}
@media screen and (min-width: 751px) and (min-width: 1400px) {
  .lp-container .dialog .close-btn {
    top: -50px;
  }
}
@media screen and (min-width: 751px) and (min-width: 1400px) {
  .lp-container .dialog .close-btn {
    right: -10px;
  }
}
@media screen and (max-width: 750px) {
  .lp-container .dialog .close-btn {
    width: calc(45 / 640 * 100vw - 45 / 640 * var(--scrollbar-size-px));
    height: calc(45 / 640 * 100vw - 45 / 640 * var(--scrollbar-size-px));
    top: calc(-50 / 640 * 100vw - -50 / 640 * var(--scrollbar-size-px));
    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: 751px) {
  .lp-container .dialog .close-btn:before, .lp-container .dialog .close-btn:after {
    width: calc(45 / 1400 * 100vw - 45 / 1400 * var(--scrollbar-size-px));
    height: calc(2 / 1400 * 100vw - 2 / 1400 * var(--scrollbar-size-px));
  }
}
@media screen and (min-width: 751px) and (min-width: 1400px) {
  .lp-container .dialog .close-btn:before, .lp-container .dialog .close-btn:after {
    width: 45px;
  }
}
@media screen and (min-width: 751px) and (min-width: 1400px) {
  .lp-container .dialog .close-btn:before, .lp-container .dialog .close-btn:after {
    height: 2px;
  }
}
@media screen and (max-width: 750px) {
  .lp-container .dialog .close-btn:before, .lp-container .dialog .close-btn:after {
    width: calc(45 / 640 * 100vw - 45 / 640 * var(--scrollbar-size-px));
    height: calc(2 / 640 * 100vw - 2 / 640 * var(--scrollbar-size-px));
  }
}
.lp-container .dialog .close-btn:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.lp-container .dialog .close-btn:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}