@charset "UTF-8";

:root {
  --font-family-din_alternate-bold: "DIN Alternate-Bold", Helvetica;
  --font-family-din_condensed-bold: "DIN Condensed-Bold", Helvetica;
  --font-family-noto_sans_jp: "Noto Sans JP", Helvetica;
  --color-primary: #D0043C;
  --color-secondary: #840125;
  --color-grad: linear-gradient(var(--color-primary) 41%, var(--color-secondary) 100%);
  --color-grad2: linear-gradient(to right, #A8012F 0%, #E3003E 34%,#E3003E 66%, #A8012F 100%);
  --color-green: #00AA52;
  --color-gray: #B2B2B2;
}

@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  src: local("NotoSansCJKjp-Regular"), local("NotoSansJP-Regular"), url("../fonts/NotoSansCJKjp-Regular.woff2") format("woff2"), url("../fonts/NotoSansCJKjp-Regular.woff") format("woff"), url("../fonts/NotoSansCJKjp-Regular.ttf") format("ttf");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 500;
  src: local("NotoSansCJKjp-Medium"), local("NotoSansJP-Medium"), url("../fonts/NotoSansCJKjp-Medium.woff2") format("woff2"), url("../fonts/NotoSansCJKjp-Medium.woff") format("woff"), url("../fonts/NotoSansCJKjp-Medium.ttf") format("ttf");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  src: local("NotoSansCJKjp-Bold"), local("NotoSansJP-Bold"), url("../fonts/NotoSansCJKjp-Bold.woff2") format("woff2"), url("../fonts/NotoSansCJKjp-Bold.woff") format("woff"), url("../fonts/NotoSansCJKjp-Bold.ttf") format("truetype");
}

/* resetcss */
*,
*::before,
*::after {
  box-sizing: border-box;
  word-break: break-all;
}

html,
body,
div,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table.table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-family: inherit;
  font-weight: inherit;
  font-style: inherit;
  line-height: inherit;
  text-align: inherit;
  vertical-align: baseline;
}

:focus {
  outline: 0;
}

html {
  font-size: 62.5%;
}

ol,
ul {
  list-style: none;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

caption,
th,
td {
  font-weight: normal;
  text-align: left;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
}

blockquote,
q {
  quotes: '' '';
}

a img {
  border: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  line-height: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  opacity: 0.7;
}

a:active,
a:focus {
  outline: 0;
}

/* base */
html {
  overflow: auto;
  visibility: visible;
}

body {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  min-width: 100%;
  margin: 0 auto;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5em;
  font-weight: 400;
  line-height: 1.5;
  color: #333;
  text-align: justify;
  text-justify: inter-ideograph;
}

body.is-lock {
  position: fixed;
  width: 100%;
  overflow: hidden;
}

p {
  line-height: 1.7;
}

li {
  line-height: 1.8;
}

a,
a img {
  transition: opacity 0.5s;
}

a:hover,
a:hover img {
  opacity: 0.7;
}

.pc,
.lg {
  display: none;
}

/* LP */
.lp-container {
  position: relative;
  width: 100%;
  height: 100%;
}

.lp-container__inner {
  max-width: 100%;
}

.lp-top {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: calc((100% - 520px) * 0.85);
  height: 100%;
  transition: opacity 0.5s ease;
}

.lp-top__bg {
  background: rgba(0, 0, 0, 0.15);
}

.lp-contents {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding-top: 48px;
  /*IE,edge*/
  scrollbar-width: none;
  /*firefox*/
  -ms-overflow-style: none;
}

.lp-contents::-webkit-scrollbar {
  display: none;
  /*chrome,safari*/
}

.lp-header {
  z-index: 100;
  position: fixed;
  width: 100%;
  z-index: 100;
  height: 48px;
  transition: opacity 0.7s ease 0.5s;
  background: #fff;
}

.lp-header__inner {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  max-width: 100%;
  padding: 0 15px;
  height: 100%;
  margin: 0 auto;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  z-index: 100;
}

.lp-header__logo {
  max-width: 300px;
  width: calc(100% - 50px);
}

.lp-gnav {
  z-index: -1;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  height: 100%;
  transition: 0.3s ease-in-out;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
}

.lp-gnav.is-open {
  visibility: visible;
  transition: 0.5s ease-in-out;
  opacity: 1;
  z-index: 100;
  background: rgba(0, 0, 0, 0.85);
  pointer-events: visible;
  overflow-y: scroll;
}

.lp-gnav.is-disabled {
  transition: none !important;
}

.lp-gnav .lp-header__logo {
  position: absolute;
  top: 13px;
  left: 15px;
  width: calc(100% - 80px);
}

.lp-gnav__inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  max-width: 100%;
  height: 100%;
}

.lp-gnav__list {
  color: #fff;
  font-size: 16px;
  padding: 100px 20px 50px;
}

.lp-gnav__list::before {
  display: none;
}

.lp-gnav__item {
  position: relative;
  padding: 10px;
}

.lp-gnav__link {
  cursor: pointer;
  font-weight: 700;
  transition: opacity 0.3s ease;
  &:hover,
  &.is-active {
    opacity: 1;
    border-bottom: 2px solid var(--color-primary);
  }
}

.lp-gnav-toggle {
  display: block;
  position: fixed;
  width: 30px;
  height: 30px;
  top: 10px;
  right: 15px;
  cursor: pointer;
  z-index: 9999;
}

.lp-gnav-toggle.is-open .lp-gnav-toggle__item {
  background: transparent;
}

.lp-gnav-toggle.is-open .lp-gnav-toggle__item::before {
  transform: rotate(-45deg);
  margin-top: 0;
  background: #fff;
}

.lp-gnav-toggle.is-open .lp-gnav-toggle__item::after {
  transform: rotate(45deg);
  margin-top: 0;
  background: #fff;
}

.lp-gnav-toggle__item, .lp-gnav-toggle__item::before, .lp-gnav-toggle__item::after {
  position: absolute;
  top: 50%;
  left: 0;
  margin: auto;
  height: 2px;
  width: 25px;
  background: #000;
  display: block;
  transform: translateY(-50%);
  border-radius: 2px;
  content: "";
  transition: 0.5s ease;
}

.lp-gnav-toggle__item::before {
  margin-top: -8px;
}

.lp-gnav-toggle__item::after {
  margin-top: 8px;
}

.lp-gnav .lp-cta {
  position: relative;
  width: 320px;
  margin-bottom: 20px;
}

.lp-gnav .lp-cta__text {
  color: #6EFF45;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 20px;
}

.lp-gnav .lp-cta__links {
  display: flex;
  flex-direction: column;
  padding: 0;
}

.lp-gnav .lp-cta__link-text {
  font-size: 14px;
}

.lp-gnav__toplink {
  position: relative;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 700;
  padding: 12px 20px;
  max-width: 300px;
  margin: auto auto 50px;
}

.lp-gnav__toplink::after {
  position: absolute;
  content: '';
  display: block;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 20px;
  background: url('../images/icon-arrow.svg') no-repeat center center/contain;
}

.lp-main {
  position: relative;
  overflow: hidden;
  width: 100%;
  background-color: #fff;
  /* align-items: center;
  display: flex;
  flex-direction: column; */
  overflow: hidden;
  width: 100%;
}

.lp-main section {
  width: 100%;
}

.lp-txt-montserrat {
  font-family: 'Montserrat', sans-serif!important;
}

.lp-txt-regular {
  font-weight: 500!important;
}

.lp-txt-green {
  color: var(--color-green);
}

.lp-txt-gray {
  color: var(--color-gray);
}

.lp-mainvisual {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  aspect-ratio: 100 / 177.8;
  overflow: hidden;
  background: #fff;
}

.lp-mainvisual__logo {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  padding: 20px;
}

.lp-mainvisual__logo.is-visible {
  opacity: 1;
}

.lp-mainvisual__logo img {
  width: 250px;
}

.lp-mainvisual__movie {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
}

.lp-mainvisual__video {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}

.lp-mainvisual__video.is-visible {
  opacity: 1;
}

.lp-mainvisual__switch {
  cursor: pointer;
  position: absolute;
  bottom: 30px;
  right: 30px;
  width: 50px;
  height: 50px;
  transition: all 0.3s ease;
}

.lp-mainvisual__switch:hover {
  transform: scale(1.1);
}

.lp-mainvisual__switch-on {
  display: none;
}

.lp-mainvisual__switch.is-active .lp-mainvisual__switch-on {
  display: block;
}

.lp-mainvisual__switch.is-active .lp-mainvisual__switch-off {
  display: none;
}

.lp-intro {
  position: relative;
  text-align: center;
  padding: 0 0 50px;
  z-index: 1;
}

.lp-intro::after {
  position: absolute;
  content: '';
  display: block;
  width: 1000px;
  height: 250px;
  border-radius: 50%;
  bottom: -60px;
  left: -80px;
  background: #fff;
  z-index: -1;
}

.lp-intro__inner {
  max-width: 500px;
  margin: 0 auto;
  padding: 0px 20px;
}

.lp-intro__info {
  position: relative;
  background: var(--color-grad2);
  color: #fff;
  text-align: center;
  margin: 0 -20px 40px;
  padding: 5px 10px;
  overflow: hidden;
  isolation: isolate;
}

.lp-into__info-bg {
  display: flex;
  width: 250%;
  animation: roop 10s linear infinite;
  mix-blend-mode: multiply;
}

.lp-into__info-bg:last-of-type .lp-intro__info-img {
  transform: translateX(-120px);
}

@keyframes roop {
  from   { transform: translateX(0);      }
  to     { transform: translateX(-50%);   }
}

.lp-intro__info-text {
  font-size: 17px;
  font-weight: 700;
  line-height: 1.2;
}

.lp-intro__info-text small {
  font-size: 0.8em;
  font-weight: 400;
}

.lp-intro__info-text span {
  cursor: pointer;
  font-weight: 700;
  text-decoration: underline;
}

.lp-intro__info-img {
  width: 125%;
  max-width: 100%;
}

.lp-intro__desc {
  color: #3F3F3F;
  font-size: 14px;
  line-height: 2.3;
  font-weight: 700;
  margin-top: 30px;
  margin-bottom: 40px;
}

.lp-intro__desc small {
  font-size: 0.8em;
  font-weight: 400;
}

.lp-intro__desc small span {
  font-weight: 700;
  text-decoration: underline;
  cursor: pointer;
}

.lp-intro__title {
  font-size: 26px;
  font-weight: 400;
  font-style: italic;
  color: var(--color-primary);
  margin-bottom: 20px;
}

.lp-intro__title strong {
  font-weight: 900;
}

.lp-intro__img {
  margin: 0 -20px -130px;
  max-width: calc(100% + 40px);
}

.lp-intro__subtitle {
  font-size: 26px;
  color: var(--color-primary);
  line-height: 1.8;
  letter-spacing: 0.1rem;
  margin-bottom: 40px;
  font-weight: 700;
}

.lp-intro__text {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.9;
  margin-bottom: 30px;
}

.lp-intro__text:last-of-type {
  margin-bottom: 50px;
}

.lp-intro__logo {
  max-width: 260px;
}

.lp-about {
  background: var(--color-primary);
  color: #fff;
  padding: 100px 0 0px;
}

.lp-about__inner {
  max-width: 500px;
  margin: 0 auto;
  padding: 0 20px;
}

.lp-about__title {
  display: flex;
  align-items: center;
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 35px;
}

.lp-about__title img {
  display: inline-block;
  width: 160px;
  margin: 0 20px 0 0;
}

.lp-about__content {
  position: relative;
  padding-left: 25px;
  padding-right: 10px;
  margin-bottom: 50px;
}

.lp-about__content::before {
  position: absolute;
  content: '';
  display: block;
  width: 5px;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(to bottom,#009246 0%, #009246 33%,#fff 33%, #fff 66%, #FF1022 66%, #FF1022 100%);
}

.lp-about__subtitle {
  font-size: 20px;
  line-height: 1.8;
  font-weight: 700;
  margin-bottom: 20px;
}

.lp-about__text {
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.1rem;
}

.lp-about-movie {
  margin-bottom: 70px;
}

.lp-about-movie__title {
  text-align: center;
  font-size: 28px;
  margin-bottom: 10px;
  font-style: italic;
}

.lp-about-movie__title strong {
  font-weight: 700;
}

.lp-about-movie__panel {
  cursor: pointer;
  padding: 20px;
  border-radius: 20px;
  box-shadow: -6px -6px 6px rgba(255, 254, 254, 0.5), 6px 6px 6px #8F1921;
}

.lp-about-movie__panel .btn--play-hover {
  opacity: 0;
}

.lp-about-movie__panel:hover .lp-about-movie__thumbnail img {
  transform: scale(1.08);
}

.lp-about-movie__panel:hover .btn--play,
.lp-about-movie__panel:hover .lp-about-movie__thumbnail::before {
  opacity: 0;
}

.lp-about-movie__panel:hover .btn--play-hover,
.lp-about-movie__panel:hover .lp-about-movie__thumbnail::after {
  opacity: 1;
}

.lp-about-movie__thumbnail {
  overflow: hidden;
  position: relative;
  aspect-ratio: 16 / 9;
  margin-bottom: 25px;
}

.lp-about-movie__thumbnail::before,
.lp-about-movie__thumbnail::after {
  position: absolute;
  content: '';
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 52px;
  height: 36px;
  background: url(../images/icon-youtube.svg) no-repeat center center / contain;
  transition: opacity 0.5s ease;
  z-index: 1;
}

.lp-about-movie__thumbnail::after {
  opacity: 0;
  background: url(../images/icon-youtube-hover.svg) no-repeat center center / contain;
}

.lp-about-movie__thumbnail img {
  transition: all 0.3s ease;
}

.lp-about-movie__subtitle {
  text-align: center;
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 20px;
  letter-spacing: 0.1rem;
}

.lp-about-movie__text {
  font-size: 13px;
  margin-bottom: 20px;
}

.lp-about-movie__btn {
  position: relative;
  width: 120px;
  height: 48px;
  margin: 0 auto;
}

.lp-about-movie__btn img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.5s ease;
}

.lp-about-panel {
  background: #000;
  border-radius: 15px;
  padding: 25px 20px;
  margin-bottom: 20px;
}

.lp-about-panel:last-of-type {
  margin-bottom: 0;
}

.lp-about-panel__title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 20px;
}

.lp-about-panel__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.lp-about-panel__wrapper:not(:last-child) {
  margin-bottom: 20px;
}

.lp-about-panel__img {
  width: 40%;
  padding-right: 10px;
}

.lp-about-panel__content {
  width: 60%;
}

.lp-about-panel__subtitle {
  color: #ff0000;
  font-size: 21px;
  letter-spacing: -0.1rem;
  font-weight: 400;
}

.lp-about-panel__desc {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 5px;
}

.lp-about-panel__text {
  font-size: 14px;
  line-height: 1.8;
}

.lp-about__note {
  text-align: center;
  color: #fff;
  font-size: 14px;
  line-height: 2.5;
}

.lp-lineup {
  background: var(--color-primary);
  padding: 80px 0 0;
}

.lp-lineup__inner {
  max-width: 500px;
  margin: 0 auto;
  padding: 0 20px;
}

.lp-lineup__title {
  text-align: center;
  color: #fff;
  font-style: italic;
  font-size: 38px;
  font-weight: 400;
  line-height: 1.3;
  margin-bottom: 10px;
}

.lp-lineup__title strong {
  font-weight: 700;
}

.lp-lineup__title-jp {
  text-align: center;
  color: #fff;
  font-weight: 700;
  font-size: 15px;
  margin-bottom: 30px;
}

.lp-lineup__caution {
  position: relative;
  text-align: center;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  margin-top: 20px;
}

.lp-lineup__notice {
  text-align: center;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 40px;
}

.lp-lineup__notice span {
  cursor: pointer;
  font-weight: 700;
  text-decoration: underline;
}

.lp-lineup__category-parent {
  color: #fff;
  font-style: italic;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 10px;
}

.lp-lineup__category {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 5px;
}

.lp-lineup__category span {
  padding-left: 20px;
  font-size: 0.7em;
  font-weight: 400;
}

.lp-lineup__slider {
  margin: 0 -10px 30px;
}

.lp-lineup__slider:last-of-type {
  margin-bottom: 10px;
}

.lp-lineup__slider .swiper-button-next,
.lp-lineup__slider .swiper-button-prev {
  background: #aaa;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
}

.lp-lineup__slider .swiper-button-next {
  right: 0px;
}

.lp-lineup__slider .swiper-button-prev {
  left: 0px;
}

.lp-lineup__slider .swiper-button-next:after,
.lp-lineup__slider .swiper-button-prev:after {
  width: 11px;
  height: 20px;
  color: transparent;
}

.lp-lineup__slider .swiper-button-next:after {
  background: url('../images/icon-arrow-right.svg') no-repeat center center/contain;
}

.lp-lineup__slider .swiper-button-prev:after {
  background: url('../images/icon-arrow-left.svg') no-repeat center center/contain;
}

.lp-lineup__slider .swiper-button-disabled {
  opacity: 0;
}

.lp-lineup-panel {
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 15px;
  padding: 20px 20px;
  height: 100%;
}

.lp-lineup-panel:last-of-type {
  margin-bottom: 0;
}

.lp-lineup-panel__heading {
  opacity: 0;
  transform: translateY(50px);
  margin-bottom: 10px;
}

.lp-lineup-panel__fadeup {
  opacity: 0;
  transform: translateY(50px);
}

.lp-lineup-panel__title-jp {
  display: block;
  color: #b4b4b4;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 5px;
}

.lp-lineup-panel__title {
  color: var(--color-primary);
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
  min-height: 58px;
}

.lp-lineup-panel__img {
  width: 100%;
  margin: 0 0 10px;
}

.lp-lineup-panel__text {
  font-size: 14px;
  line-height: 1.7;
  color: #3f3f3f;
  margin-bottom: 10px;
}

.lp-lineup-panel__weight {
  display: none;
  text-align: right;
  color: #3f3f3f;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 15px;
}

.lp-lineup-panel__play {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 10px 20px;
  margin-top: auto;
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.15);
  border-radius: 20px;
  transition: all 0.3s ease;
  cursor: pointer;
}

.lp-lineup-panel__play:hover {
  transform: scale(1.05);
}

.lp-lineup-panel__thumbnail {
  position: relative;
  aspect-ratio: 16 / 9;
  width: 50%;
}

.lp-lineup-panel__thumbnail::before {
  position: absolute;
  content: '';
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 18px;
  height: 12px;
  background: url('../images/icon-youtube.svg') no-repeat center center/contain;
}

.lp-lineup-panel__thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: 0;
}

.lp-lineup-panel__start {
  width: 50%;
}

.lp-lineup-panel__more {
  text-align: center;
  display: block;
  font-size: 13px;
  color: #3f3f3f;
  font-weight: 700;
  margin-bottom: 7px;
}

.lp-lineup-panel__btn {
  max-width: 95px;
}

.lp-lineup-panel__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 10px;
}

.lp-lineup-panel__wrapper .lp-lineup-panel__img {
  width: calc(45% - 20px);
}

.lp-lineup-panel__wrapper .lp-lineup-panel__heading,
.lp-lineup-panel__wrapper .lp-lineup-panel__content {
  width: 55%;
  flex-shrink: 0;
}

.lp-lineup-panel__wrapper .lp-lineup-panel__title {
  font-size: 18px;
}

.lp-modal {
  position: fixed;
  top: 48px;
  left: 0;
  width: 100%;
  height: calc(100% - 48px);
  background: rgba(0,0,0,0.8);
  z-index: 100;
  padding: 40px 20px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10000;
}

.lp-modal.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.lp-modal__close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.lp-modal__close::before,
.lp-modal__close::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 5px;
  background-color: #fff;
  transform-origin: center;
}

.lp-modal__close::before {
  transform: translateY(-50%) rotate(45deg);
}

.lp-modal__close::after {
  transform: translateY(-50%) rotate(-45deg);
}

.lp-modal__inner {
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  aspect-ratio: 16/9.1;
  border: 5px solid #fff;
}

.lp-modal__movie {
  position: absolute;
  width: 100%;
  height: 100%;
  max-width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0!important;
}

.lp-modal__movie iframe{
  width: 100%;
  height: 100%;
  max-width: 100%;
}

.lp-modal__panel {
  text-align: left;
  position: relative;
  width: 100%;
  max-width: 435px;
  background: #fff;
  color: #000;
  border-radius: 20px;
  padding: 20px;
  font-size: 14px;
}

.lp-modal__panel .lp-modal__close {
  top: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
}

.lp-modal__panel .lp-modal__close::before,
.lp-modal__panel .lp-modal__close::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: var(--color-primary);
  transform-origin: center;
}

.lp-modal__title {
  text-align: center;
  color: var(--color-primary);
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 30px;
}

.lp-modal__subtitle {
  font-weight: 700;
}

.lp-modal__text:not(:last-of-type) {
  margin-bottom: 30px;
}

.lp-lineup__bg {
  position: relative;
  width: 100%;
  height: 280px;
  background: var(--color-grad);
}

.lp-lineup__bg::before {
  position: absolute;
  content: "";
  background: url('../images/img-lineup-bg.png') no-repeat center center/contain;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.lp-pagetop__btn {
  cursor: pointer;
  z-index: 10;
  position: absolute;
  bottom: 30px;
  right: 10px;
  display: block;
  width: 70px;
  height: 85px;
  padding: 10px;
}

.lp-pagetop__btn img {
  margin: 0;
}

.lp-footer {
  width: 100%;
  overflow: hidden;
}

.lp-footer__heading {
  background: #fff;
  padding: 20px 20px 30px;
}

.lp-footer__heading img {
  width: 165px;
}

.lp-footer__inner {
  position: relative;
  background: #000;
  text-align: center;
  padding: 30px 20px 50px;
}

.lp-footer__inner::before {
  position: absolute;
  content: '';
  display: block;
  background: url("../images/bg-footer.svg") no-repeat center center/contain;
  width: 110%;
  height: 100%;
  bottom: -36%;
  left: 50%;
  transform: translateX(-50%);
}

.lp-footer__logo {
  display: block;
  max-width: 126px;
  margin: 0 auto 30px;
}

.lp-footer__logo img {
  width: 100%;
  max-width: 100%;
}

.lp-footer__btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 220px;
  padding: 12px 20px;
  margin: 0 auto 60px;
  color: #000;
  background: #fff;
  border-radius: 50px;
  font-weight: 700;
  font-size: 14px;
}

.lp-footer__btn::after {
  position: absolute;
  content: '';
  display: block;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 7px;
  height: 14px;
  background: url('../images/icon-arrow.svg') no-repeat center center/contain;
}

.lp-footer__copy {
  display: inline-block;
  position: relative;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  padding: 0 10px;
}

.lp-switch-bg {
  display: none;
}

.lp-cta__links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  padding: 0 10px;
}

.lp-cta__link {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  font-size: 16px;
  padding: 12px 20px;
  border-radius: 50px;
  transition: all 0.3s ease;
}

.lp-cta__link-text {
  font-size: 13px;
}

.lp-cta__reserve {
  width: 100%;
  max-width: 220px;
  background: linear-gradient(to bottom, #38D974, #00CF5A);
  color: #fff;
  box-shadow: 0 4px 0px #009600;
}

.lp-cta__shop {
  width: 100%;
  max-width: 220px;
  background: linear-gradient(to bottom, #FFFFFF, #FBFBF5);
  color: #03C13D;
  box-shadow: 0 4px 0px #B8B29F;
}

.lp-cta__link:hover {
  box-shadow: none;
  transform: translateY(5px);
}

.lp-sticky-cta {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
  padding: 0px;
  width: 100%;
  z-index: 100;
  max-width: 420px;
  margin: 0 auto;
}

.lp-sticky-cta__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding: 10px 20px;
  font-size: 13px;
  font-weight: 700;
  border-radius: 10px 10px 0 0;
  max-width: none;
}

@media screen and (min-width: 370px) {
  .lp-intro__desc {
    font-size: 16px;
  }

  .lp-intro__info-text {
    font-size: 20px;
  }

  .lp-intro__title {
    font-size: 28px;
  }

  .lp-intro__text {
    font-size: 15px;
  }

  .lp-about-movie__text {
    font-size: 14px;
  }

  .lp-lineup-panel__title {
    font-size: 24px;
  }

  .lp-lineup-panel__wrapper .lp-lineup-panel__title {
    font-size: 22px;
  }

  .lp-lineup-panel__play {
    gap: 30px;
    padding: 10px 20px;
  }

  .lp-sticky-cta__btn {
    font-size: 14px;
  }
}

@media screen and (min-width: 385px) {
  .lp-about-panel__subtitle {
    font-size: 26px;
  }
}

@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }

  .pc {
    display: block;
  }

  .lp-top {
    display: block;
    width: calc(100% - 400px);
    background: #000;
  }

  .lp-top__bg {
    overflow: hidden;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 500px;
    max-height: calc(100vh - 180px);
    padding-top: 62px;
  }

  .lp-top__bg::before {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: url('../images/img-top.png') no-repeat bottom center/contain;
    bottom: 0;
    right: 0;
  }

  .lp-top__logo {
    position: relative;
    display: block;
    width: 340px;
    max-width: 100%;
    margin: 0 auto;
  }

  .lp-top__logo a {
    display: block;
  }

  .lp-top__inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 90%;
    gap: 20px;
    max-width: 500px;
    padding: 40px 0 30px 70px;
    margin: 0 auto;
    text-align: center;
  }

  .lp-top__nav-list {
    text-align: left;
  }

  .lp-top__nav-link {
    position: relative;
    display: inline-block;
    font-size: 14px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 4px;
    border-bottom: 2px solid transparent;
    transition: all 0.3s ease;
  }

  .lp-top__nav-link.is-active {
    border-bottom: 2px solid var(--color-primary);
  }

  .lp-top__nav-link.is-active::before {
    content: "";
    position: absolute;
    display: block;
    top: 50%;
    left: -20px;
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
    background: var(--color-primary);
    border-radius: 50%;
  }

  .lp-top__cta {
    max-width: 200px;
    width: 100%;
  }

  .lp-top__cta .lp-cta__link {
    width: 100%;
    max-width: none;
    padding: 10px 10px;
    margin-bottom: 15px;
    font-size: 18px;
  }

  .lp-contents {
    max-width: 400px;
    box-shadow: 0 0 30px rgba(0,0,0,1);
    margin-right: 0;
    padding-top: 62px;
  }

  .lp-header {
    height: 62px;
  }

  .lp-header__inner {
    padding: 0 25px;
  }

  .lp-header__logo {
    max-width: 550px;
  }

  .lp-gnav .lp-header__logo {
    top: 12px;
    left: 25px;
  }

  .lp-gnav__list {
    position: relative;
    margin-top: 100px;
    padding: 60px 20px 30px;
  }

  .lp-gnav__list::before {
    position: absolute;
    content: "";
    display: block;
    top: 0px;
    left: 50%;
    width: 750px;
    height: 420px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 20px;
    transform: translateX(-50%);
  }

  .lp-gnav-toggle {
     top: 15px;
  }

  .lp-gnav .lp-cta {
    width: 450px;
    margin-bottom: 50px;
  }

  .lp-gnav .lp-cta__btn {
    max-width: 100%;
    box-shadow: 0 5px 0 #03C13D;
  }

  .lp-gnav .lp-cta__btn:hover {
    box-shadow: 0 0 0 #03C13D;
  }

  .lp-gnav .lp-cta__text {
    padding: 20px;
    font-size: 16px;
  }

  .lp-gnav .lp-cta__link {
    max-width: none;
  }

  .lp-gnav .lp-cta__links {
    flex-direction: row;
  }

  .lp-gnav .lp-cta__link-text {
    font-size: 16px;
  }

  .lp-sticky-cta {
    display: none;
  }
}

@media screen and (min-width: 1024px) {
  .lg {
    display: block;
  }

  .lg-none {
    display: none;
  }

  .lp-top {
    width: calc((100% - 500px) - 200px);
  }

  .lp-contents {
    max-width: 500px;
    margin-right: 200px;
  }

  .lp-mainvisual__switch {
    bottom: 35px;
    right: 35px;
    width: 60px;
    height: 60px;
  }

  .lp-intro__info {
    margin-bottom: 60px;
  }

  .lp-intro__info-text {
    font-size: 24px;
  }

  .lp-intro__desc {
    font-size: 21px;
    margin-top: 50px;
    margin-bottom: 60px;
  }

  .lp-intro__title  {
    font-size: 40px;
  }

  .lp-intro__img {
    margin-bottom: -180px;
  }

  .lp-intro__subtitle {
    font-size: 34px;
    margin-bottom: 50px;
  }

  .lp-intro__text {
    font-size: 19px;
    line-height: 2;
    margin-bottom: 40px;
  }

  .lp-intro__text:last-of-type {
    margin-bottom: 70px;
  }

  .lp-intro__logo {
    max-width: 350px;
  }

  .lp-about {
    padding: 150px 0 0px;
  }

  .lp-about__title {
    font-size: 29px;
    margin-bottom: 70px;
    padding: 0 25px;
  }

  .lp-about__title img {
    width: 215px;
    margin: 0 30px 0 0;
  }

  .lp-about__content {
    padding-left: 50px;
    padding-right: 40px;
    margin-bottom: 70px;
  }

  .lp-about__content::before {
    left: 20px;
  }

  .lp-about__subtitle {
    font-size: 24px;
    margin-bottom: 30px;
  }

  .lp-about__text {
    line-height: 2;
    letter-spacing: 0.16rem;
  }

  .lp-about-movie {
    margin-bottom: 100px;
  }

  .lp-about-movie__title {
    font-size: 40px;
    margin-bottom: 20px;
  }

  .lp-about-movie__panel {
    padding: 25px;
  }

  .lp-about-movie__thumbnail {
    margin-bottom: 30px;
  }

  .lp-about-movie__thumbnail::before,
  .lp-about-movie__thumbnail::after {
    width: 68px;
    height: 46px;
  }

  .lp-about-movie__subtitle {
    font-size: 24px;
    margin-bottom: 30px;
    letter-spacing: 0.25rem;
  }

  .lp-about-movie__text {
    font-size: 16px;
    margin-bottom: 30px;
    letter-spacing: 0.1rem;
  }

  .lp-about-movie__btn {
    width: 150px;
    height: 60px;
    margin-bottom: 10px;
  }

  .lp-about-panel {
    padding: 25px 25px 30px;
    border-radius: 20px;
    margin-bottom: 20px;
  }

  .lp-about-panel__title {
    font-size: 21px;
  }

  .lp-about-panel__wrapper:not(:last-child) {
    margin-bottom: 50px;
  }

  .lp-about-panel__img {
    width: 41%;
    padding-right: 15px;
  }

  .lp-about-panel__content {
    width: 59%;
  }

  .lp-about-panel__subtitle {
    font-size: 34px;
    letter-spacing: -0.1rem;
    line-height: 1.2;
    margin-bottom: 10px;
  }

  .lp-about-panel__desc {
    font-size: 20px;
  }

  .lp-about-panel__text {
    font-size: 16px;
    line-height: 2;
  }

  .lp-about__note {
    font-size: 16px;
  }

  .lp-lineup {
    padding: 100px 0 0;
  }

  .lp-lineup__title {
    font-size: 50px;
    line-height: 1.3;
    margin-bottom: 20px;
  }

  .lp-lineup__title-jp {
    font-size: 20px;
    margin-bottom: 60px;
  }

  .lp-lineup__caution {
    margin-bottom: 40px;
  }

  .lp-lineup__notice {
    font-size: 20px;
    margin-bottom: 40px;
  }

  .lp-lineup__category-parent {
    font-size: 30px;
    padding-left: 27px;
  }

  .lp-lineup__category {
    font-size: 20px;
    padding-left: 30px;
    margin-bottom: 10px;
  }

  .lp-lineup__slider {
    margin-bottom: 40px;
  }

  .lp-lineup__slider .swiper-button-next,
  .lp-lineup__slider .swiper-button-prev {
    width: 48px;
    height: 48px;
  }

  .lp-lineup__slider .swiper-button-next:after,
  .lp-lineup__slider .swiper-button-prev:after {
    width: 13px;
    height: 23px;
  }

  .lp-lineup-panel {
    border-radius: 20px;
    padding: 30px;
    margin-bottom: 20px;
  }

  .lp-lineup-panel__heading {
    margin-bottom: 15px;
  }

  .lp-lineup-panel__title-jp {
    display: block;
    font-size: 13px;
    margin-bottom: 10px;
  }

  .lp-lineup-panel__title {
    font-size: 32px;
    min-height: 77px;
  }

  .lp-lineup-panel__img {
    margin: 0 0 15px;
  }

  .lp-lineup-panel__text {
    font-size: 16px;
    margin-bottom: 20px;
  }

  .lp-lineup-panel__weight {
    font-size: 14px;
    margin-bottom: 20px;
  }

  .lp-lineup-panel__play {
    padding: 15px 30px;
    border-radius: 25px;
  }

  .lp-lineup-panel__btn {
    max-width: 125px;
  }

  .lp-lineup-panel__wrapper:nth-of-type(2) {
    margin-bottom: 30px;
  }

  .lp-lineup-panel__wrapper .lp-lineup-panel__img {
    width: calc(47% - 20px);
  }

  .lp-lineup-panel__wrapper .lp-lineup-panel__heading,
  .lp-lineup-panel__wrapper .lp-lineup-panel__content {
    width: 53%;
    flex-shrink: 0;
  }

  .lp-lineup-panel__wrapper .lp-lineup-panel__title {
    font-size: 30px;
  }

  .lp-modal {
    top: 62px;
    height: calc(100% - 62px);
  }

  .lp-modal__inner {
     padding-top: 20px;
  }

  .lp-modal__panel {
    max-width: 500px;
    padding: 40px 45px;
    font-size: 16px;
  }

  .lp-modal__title {
    font-size: 20px;
  }

  .lp-lineup__bg {
    height: 350px;
  }

  .lp-lineup-panel__more {
    font-size: 17px;
    margin-bottom: 10px;
  }

  .lp-lineup-panel__thumbnail::before {
    width: 22px;
    height: 15px;
  }

  .lp-pagetop__btn {
    width: 80px;
    height: 95px;
    bottom: 40px;
    right: 20px;
  }

  .lp-footer__heading {
    padding: 30px 20px 40px;
  }

  .lp-footer__heading img {
    width: 220px;
  }

  .lp-footer__inner {
    padding: 40px 20px 40px;
  }

  .lp-footer__logo {
    max-width: 165px;
    margin-bottom: 40px;
  }

  .lp-footer__btn {
    width: 300px;
    padding: 15px 20px;
    font-size: 18px;
    margin-bottom: 80px;
  }

  .lp-footer__btn::after {
    right: 20px;
    width: 10px;
    height: 20px;
  }

  .lp-footer__copy {
    font-size: 18px;
  }

  .lp-switch-bg {
    position: fixed;
    top: 62px;
    right: 0;
    width: 200px;
    height: calc(100vh - 62px);
    background: var(--color-grad);
    display: block;
  }

  .lp-switch-bg__item {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
    width: 100%;
    height: 100%;
  }

  .lp-switch-bg__item.is-active {
    display: block;
    animation: slideInNew 0.5s ease-in-out forwards;
  }

  .lp-switch-bg__item.slide-out {
    display: block;
    animation: slideOutNew 0.5s ease-in-out forwards;
  }

  @keyframes slideInNew {
    from { transform: translate(-150%, -50%); }
    to   { transform: translate(-50%, -50%); }
  }

  @keyframes slideOutNew {
    from { transform: translate(-50%, -50%); }
    to   { transform: translate(100%, -50%); }
  }

  .lp-switch-bg__item:first-of-type .lp-switch-bg__img {
    width: 44%;
    height: 92%;
  }

  .lp-switch-bg__item:nth-of-type(2) .lp-switch-bg__img {
    width: 44%;
    height: 75%;
  }

  .lp-switch-bg__item:nth-of-type(3) .lp-switch-bg__img {
    width: 90%;
    height: 90%;
  }

  .lp-switch-bg__item.is-active .lp-switch-bg__img {
    animation: slideIn 0.5s ease-in-out forwards;
  }

  .lp-switch-bg__img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
  }

  .lp-switch-bg__qr {
    padding: 10px 30px 10px 10px;
    border-radius: 10px 0 0px 10px;
    display: block;
    position: absolute;
    width: 160px;
    bottom: 40px;
    right: 0;
    z-index: 10;
    background: transparent;
    transition: background-color 0.3s ease;
  }

  .lp-switch-bg__qr.is-active {
    background-color: #EA1028;
  }

  .lp-switch-bg__qr.is-active .lp-switch-bg__qr-info,
  .lp-switch-bg__qr.is-active .lp-switch-bg__qrcode-panatta {
    display: block;
    opacity: 1;
  }

  .lp-switch-bg__qr.is-active .lp-switch-bg__qrcode,
  .lp-switch-bg__qr.is-active .lp-switch-bg__qr-text {
    display: none;
  }

  .lp-switch-bg__qr img {
    width: 100px;
    margin: 0;
  }

  .lp-switch-bg__qr-info {
    opacity: 0;
    color: #fff;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    transition: opacity 0.3s ease;
    margin-bottom: 10px;
  }

  .lp-switch-bg__qr-info small {
    font-size: 12px;
   }

   .lp-switch-bg__qr-text {
      position: absolute;
      font-size: 12px;
      color: #fff;
      font-weight: 700;
      bottom: 4px;
      right: 25px;
      writing-mode: vertical-rl;
      text-orientation: upright;
      white-space: nowrap;
   }

   .lp-switch-bg__qrcode-panatta {
    display: none;
  }
}

