@charset "UTF-8";
/*!
  Reset Stylesheet
  Author: yama-dev - https://github.com/yama-dev
  */
html, body, div, span, object, iframe, embed, main,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, u, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, tbody, tfoot, thead, tr, th, td, caption,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video, source {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: middle;
  background: transparent;
  box-sizing: border-box;
}

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

blockquote, q {
  quotes: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

ol, ul {
  list-style: none;
}

button, input, select, textarea, datalist {
  vertical-align: middle;
  min-height: 1.5em;
  background-color: transparent;
}

input[type=submit], input[type=reset] {
  cursor: pointer;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
}

a[href^=tel] {
  display: inline-block;
  color: inherit;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

iframe {
  border: none;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0;
}

[role=button] {
  cursor: pointer;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true],
[disabled] {
  cursor: not-allowed;
}

body {
  line-height: 1;
}

body, button, input, select, textarea, datalist {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  word-wrap: break-word;
}

/**
 * Swiper 4.5.3
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 16, 2019
 */
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
  transform: translate3d(0, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-container-3d {
  perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-wp8-horizontal, .swiper-container-wp8-horizontal > .swiper-wrapper {
  touch-action: pan-y;
}

.swiper-container-wp8-vertical, .swiper-container-wp8-vertical > .swiper-wrapper {
  touch-action: pan-x;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-coverflow .swiper-wrapper {
  -ms-perspective: 1200px;
}

:root {
  --color-white: #fff;
  --color-black: #000;
  --color-gray: #939293;
  --color-gray02: #e5e5e5;
  --color-orange: #ff6600;
  --ease-main: cubic-bezier(0.33, 1, 0.68, 1);
  --font-all: "Noto Sans JP","Roboto","游ゴシック", YuGothic, "Helvetica", "ヒラギノ角ゴ ProN W3", "HiVragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Arial, sans-serif;
  --font-jp: "Noto Sans JP","游ゴシック", YuGothic, "Helvetica", "ヒラギノ角ゴ ProN W3", "HiVragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Arial, sans-serif;
  --font-en: "Roboto", "Noto Sans JP", "游ゴシック", YuGothic, "Helvetica", "ヒラギノ角ゴ ProN W3", "HiVragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Arial, sans-serif;
}

img {
  max-width: 100%;
  display: block;
  vertical-align: middle;
}

@media screen and (min-width: 900px) {
  .is-pc {
    display: block;
  }
  .is-sp {
    display: none;
  }
  .is-pc-inline {
    display: inline-block;
  }
  .is-sp-inline {
    display: none;
  }
}
@media screen and (max-width: 899px) {
  .is-pc {
    display: none;
  }
  .is-sp {
    display: block;
  }
  .is-pc-inline {
    display: none;
  }
  .is-sp-inline {
    display: inline-block;
  }
}
html {
  font-size: 0.625em;
}

body {
  font-family: var(--font-all);
  color: var(--color-black);
}

a {
  text-decoration: none;
}

.m-modal.m-modal-custom .m-modal__close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
}
.m-modal.m-modal-custom img {
  width: 100%;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: 0 auto;
}

.c-link {
  position: relative;
}

.c-link__text {
  display: block;
  padding: 10px 0;
  font-family: var(--font-en);
  color: var(--color-white);
  font-size: 2rem;
  border-radius: 8px;
  text-align: center;
  background-color: var(--color-orange);
  border: 1px solid var(--color-orange);
  transition: background-color 0.4s var(--ease-main), color 0.4s var(--ease-main);
}
@media screen and (min-width: 900px) {
  .c-link__text:hover {
    background-color: var(--color-white);
    color: var(--color-orange);
  }
}

.c-title {
  font-size: 1.5rem;
  height: 0;
  color: var(--color-orange);
  position: -webkit-sticky;
  position: sticky;
  top: 50px;
  left: 49px;
  letter-spacing: 0.07em;
  white-space: nowrap;
}
@media screen and (min-width: 900px) {
  .c-title {
    writing-mode: vertical-lr;
  }
}
@media screen and (max-width: 899px) {
  .c-title {
    font-size: 1.2rem;
    position: absolute;
    top: 0;
    left: 19px;
  }
}

.c-title__text {
  position: relative;
  padding-top: 30px;
  opacity: 0;
  transform: translateY(-10px);
  transition: transform 0.7s var(--ease-main), opacity 0.7s var(--ease-main);
}
.is-active .c-title__text {
  opacity: 1;
  transform: translateY(0);
}
.c-title__text.is-active {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 899px) {
  .c-title__text {
    padding-top: 0;
    padding-left: 20px;
  }
}
.c-title__text::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: var(--color-orange);
}
@media screen and (max-width: 899px) {
  .c-title__text::before {
    width: 10px;
    height: 10px;
    left: 0;
    transform: translateX(0);
  }
}

.l-header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  pointer-events: none;
  opacity: 0;
  transform: translateY(-10px);
  transition: transform 0.7s var(--ease-main), opacity 0.7s var(--ease-main);
}
.is-scroll .l-header {
  pointer-events: auto;
  opacity: 1;
  transform: translateY(0);
}
.l-header__nav-list {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 50px 0 0;
}
@media screen and (max-width: 899px) {
  .l-header__nav-list {
    flex-wrap: wrap;
    padding: 22px 0 0;
    gap: 10px 0;
  }
}
@media screen and (max-width: 899px) {
  .l-header__nav-list-item {
    width: 25%;
    text-align: center;
  }
}
.l-header__nav-list-item + .l-header__nav-list-item {
  margin-left: 40px;
}
@media screen and (max-width: 899px) {
  .l-header__nav-list-item + .l-header__nav-list-item {
    margin-left: 4%;
  }
}
.l-header__nav-list-item-link {
  display: block;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  color: var(--color-orange);
  cursor: pointer;
  transition: transform 0.5s var(--ease-main);
}
@media screen and (min-width: 900px) {
  .l-header__nav-list-item-link:hover {
    transform: scale(0.95);
  }
}
@media screen and (max-width: 899px) {
  .l-header__nav-list-item-link {
    font-size: 1rem;
    line-height: 1.25;
  }
}
.l-header .l-header__logo {
  width: 189px;
  position: absolute;
  top: 73px;
  right: 50px;
}
.l-header .l-header__logo-main {
  width: 100%;
  margin-bottom: 14px;
}
.l-header .l-header__logo-main img {
  width: 100%;
}
.l-header .l-header__logo-detail {
  font-size: 1.6rem;
  color: var(--color-orange);
  line-height: 1.36;
  font-weight: 800;
}

.l-section {
  position: relative;
}

.l-box {
  border: 1px solid var(--color-gray);
  opacity: 0;
  transform: translateY(10px);
  transition: transform 0.7s var(--ease-main), opacity 0.7s var(--ease-main);
}
.is-active .l-box {
  opacity: 1;
  transform: translateY(0);
}
.l-box__title {
  padding: 24px 0;
  font-size: 2.4rem;
  text-align: center;
  border-bottom: 1px solid var(--color-gray);
}
@media screen and (max-width: 899px) {
  .l-box__title {
    padding: 14px 0;
    font-size: 1.7rem;
  }
}
.l-box__contents {
  padding: 55px 55px 66px;
}
@media screen and (max-width: 899px) {
  .l-box__contents {
    padding: 23px 19px 32px;
  }
}

.p-main {
  position: relative;
}

.p-kv {
  position: relative;
}
@media screen and (max-width: 899px) {
  .p-kv {
    padding: 75px 0;
  }
}

.p-kv__logo {
  width: 27.1%;
  position: absolute;
  top: 6.3%;
  right: 3.65%;
  z-index: 2;
  opacity: 0;
  transform: translateY(10px);
  transition: transform 0.7s var(--ease-main), opacity 0.7s var(--ease-main);
}
.is-load .p-kv__logo {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 899px) {
  .p-kv__logo {
    width: 58.4%;
    position: absolute;
    top: 3.2%;
    right: 5.35%;
  }
}
.p-kv__logo img {
  width: 100%;
}

.p-kv__image {
  width: 73.9%;
  padding-top: 67.8%;
  margin-right: auto;
  position: relative;
}
@media screen and (max-width: 899px) {
  .p-kv__image {
    width: 100%;
    padding-top: 113.2%;
  }
}
.p-kv__image-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.p-kv__image-block {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  transition: opacity 0.7s var(--ease-main);
  opacity: 0 !important;
}
.p-kv__image-block.swiper-slide-active {
  opacity: 1 !important;
  pointer-events: auto;
}
@media screen and (max-width: 899px) {
  .p-kv__image-block:nth-of-type(2) {
    position: relative;
  }
}
.p-kv__image-block:nth-of-type(1) .p-kv__image-list-item:nth-of-type(1) .p-kv__image-list-item-bg {
  background-position: 29.8%;
}
@media screen and (max-width: 899px) {
  .p-kv__image-block:nth-of-type(1) .p-kv__image-list-item:nth-of-type(1) .p-kv__image-list-item-bg {
    background-position: 33.6%;
  }
}
.p-kv__image-block:nth-of-type(1) .p-kv__image-list-item:nth-of-type(3) .p-kv__image-list-item-bg {
  background-position: 79.8%;
}
@media screen and (max-width: 899px) {
  .p-kv__image-block:nth-of-type(1) .p-kv__image-list-item:nth-of-type(3) .p-kv__image-list-item-bg {
    background-position: 78.6%;
  }
}
.p-kv__image-block:nth-of-type(2) .p-kv__image-list-item:nth-of-type(2) .p-kv__image-list-item-bg {
  background-position: 69%;
}
@media screen and (max-width: 899px) {
  .p-kv__image-block:nth-of-type(2) .p-kv__image-list-item:nth-of-type(2) .p-kv__image-list-item-bg {
    background-position: 60%;
  }
}
.p-kv__image-block:nth-of-type(2) .p-kv__image-list-item:nth-of-type(3) .p-kv__image-list-item-bg {
  background-position: 49% 63%;
  background-size: auto 160%;
}
.p-kv__image-list {
  display: flex;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.p-kv__image-list-item {
  width: 13%;
  height: 100%;
  cursor: pointer;
  transition: width 0.7s var(--ease-main);
  position: relative;
  overflow: hidden;
}
.p-kv__image-list-item:nth-of-type(1) .p-kv__image-list-item-bg {
  transition: transform 0.4s var(--ease-main), -webkit-clip-path 0.7s var(--ease-main) 0.1s;
  transition: clip-path 0.7s var(--ease-main) 0.1s, transform 0.4s var(--ease-main);
  transition: clip-path 0.7s var(--ease-main) 0.1s, transform 0.4s var(--ease-main), -webkit-clip-path 0.7s var(--ease-main) 0.1s;
}
.p-kv__image-list-item:nth-of-type(1) .p-kv__image-list-item-text {
  transition-delay: 0.2s;
}
.p-kv__image-list-item:nth-of-type(2) .p-kv__image-list-item-bg {
  transition: transform 0.4s var(--ease-main), -webkit-clip-path 0.7s var(--ease-main) 0.2s;
  transition: clip-path 0.7s var(--ease-main) 0.2s, transform 0.4s var(--ease-main);
  transition: clip-path 0.7s var(--ease-main) 0.2s, transform 0.4s var(--ease-main), -webkit-clip-path 0.7s var(--ease-main) 0.2s;
}
.p-kv__image-list-item:nth-of-type(2) .p-kv__image-list-item-text {
  transition-delay: 0.3s;
}
.p-kv__image-list-item:nth-of-type(3) .p-kv__image-list-item-bg {
  transition: transform 0.4s var(--ease-main), -webkit-clip-path 0.7s var(--ease-main) 0.3s;
  transition: clip-path 0.7s var(--ease-main) 0.3s, transform 0.4s var(--ease-main);
  transition: clip-path 0.7s var(--ease-main) 0.3s, transform 0.4s var(--ease-main), -webkit-clip-path 0.7s var(--ease-main) 0.3s;
}
.p-kv__image-list-item:nth-of-type(3) .p-kv__image-list-item-text {
  transition-delay: 0.4s;
}
.p-kv__image-list-item:nth-of-type(4) .p-kv__image-list-item-bg {
  transition: transform 0.4s var(--ease-main), -webkit-clip-path 0.7s var(--ease-main) 0.4s;
  transition: clip-path 0.7s var(--ease-main) 0.4s, transform 0.4s var(--ease-main);
  transition: clip-path 0.7s var(--ease-main) 0.4s, transform 0.4s var(--ease-main), -webkit-clip-path 0.7s var(--ease-main) 0.4s;
}
.p-kv__image-list-item:nth-of-type(4) .p-kv__image-list-item-text {
  transition-delay: 0.5s;
}
.p-kv__image-list-item:nth-of-type(5) .p-kv__image-list-item-bg {
  transition: transform 0.4s var(--ease-main), -webkit-clip-path 0.7s var(--ease-main) 0.5s;
  transition: clip-path 0.7s var(--ease-main) 0.5s, transform 0.4s var(--ease-main);
  transition: clip-path 0.7s var(--ease-main) 0.5s, transform 0.4s var(--ease-main), -webkit-clip-path 0.7s var(--ease-main) 0.5s;
}
.p-kv__image-list-item:nth-of-type(5) .p-kv__image-list-item-text {
  transition-delay: 0.6s;
}
.p-kv__image-list-item:nth-of-type(6) .p-kv__image-list-item-bg {
  transition: transform 0.4s var(--ease-main), -webkit-clip-path 0.7s var(--ease-main) 0.6s;
  transition: clip-path 0.7s var(--ease-main) 0.6s, transform 0.4s var(--ease-main);
  transition: clip-path 0.7s var(--ease-main) 0.6s, transform 0.4s var(--ease-main), -webkit-clip-path 0.7s var(--ease-main) 0.6s;
}
.p-kv__image-list-item:nth-of-type(6) .p-kv__image-list-item-text {
  transition-delay: 0.7s;
}
.p-kv__image-list-item:nth-of-type(7) .p-kv__image-list-item-bg {
  transition: transform 0.4s var(--ease-main), -webkit-clip-path 0.7s var(--ease-main) 0.7s;
  transition: clip-path 0.7s var(--ease-main) 0.7s, transform 0.4s var(--ease-main);
  transition: clip-path 0.7s var(--ease-main) 0.7s, transform 0.4s var(--ease-main), -webkit-clip-path 0.7s var(--ease-main) 0.7s;
}
.p-kv__image-list-item:nth-of-type(7) .p-kv__image-list-item-text {
  transition-delay: 0.8s;
}
.p-kv__image-list-item:nth-of-type(8) .p-kv__image-list-item-bg {
  transition: transform 0.4s var(--ease-main), -webkit-clip-path 0.7s var(--ease-main) 0.8s;
  transition: clip-path 0.7s var(--ease-main) 0.8s, transform 0.4s var(--ease-main);
  transition: clip-path 0.7s var(--ease-main) 0.8s, transform 0.4s var(--ease-main), -webkit-clip-path 0.7s var(--ease-main) 0.8s;
}
.p-kv__image-list-item:nth-of-type(8) .p-kv__image-list-item-text {
  transition-delay: 0.9s;
}
.p-kv__image-list-item:nth-of-type(9) .p-kv__image-list-item-bg {
  transition: transform 0.4s var(--ease-main), -webkit-clip-path 0.7s var(--ease-main) 0.9s;
  transition: clip-path 0.7s var(--ease-main) 0.9s, transform 0.4s var(--ease-main);
  transition: clip-path 0.7s var(--ease-main) 0.9s, transform 0.4s var(--ease-main), -webkit-clip-path 0.7s var(--ease-main) 0.9s;
}
.p-kv__image-list-item:nth-of-type(9) .p-kv__image-list-item-text {
  transition-delay: 1s;
}
.p-kv__image-list-item:nth-of-type(10) .p-kv__image-list-item-bg {
  transition: transform 0.4s var(--ease-main), -webkit-clip-path 0.7s var(--ease-main) 1s;
  transition: clip-path 0.7s var(--ease-main) 1s, transform 0.4s var(--ease-main);
  transition: clip-path 0.7s var(--ease-main) 1s, transform 0.4s var(--ease-main), -webkit-clip-path 0.7s var(--ease-main) 1s;
}
.p-kv__image-list-item:nth-of-type(10) .p-kv__image-list-item-text {
  transition-delay: 1.1s;
}
@media screen and (max-width: 899px) {
  .p-kv__image-list-item {
    width: 6.7%;
  }
}
.p-kv__image-list-item::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--color-orange);
  opacity: 0;
  z-index: 1;
  transition: opacity 0.5s var(--ease-main);
}
.p-kv__image-list-item.is-active {
  width: 71.6%;
  pointer-events: none;
}
@media screen and (max-width: 899px) {
  .p-kv__image-list-item.is-active {
    width: 80%;
  }
}
@media screen and (min-width: 900px) {
  .p-kv__image-list-item:hover::before {
    opacity: 0.3;
  }
  .p-kv__image-list-item:hover .p-kv__image-list-item-bg {
    transform: scale(1.05);
  }
}
.p-kv__image-list-item-bg {
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  transition: transform 0.7s var(--ease-main), -webkit-clip-path 0.7s var(--ease-main);
  transition: clip-path 0.7s var(--ease-main), transform 0.7s var(--ease-main);
  transition: clip-path 0.7s var(--ease-main), transform 0.7s var(--ease-main), -webkit-clip-path 0.7s var(--ease-main);
}
.is-load .p-kv__image-list-item-bg {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
.p-kv__image-list-item-text {
  font-family: var(--font-en);
  writing-mode: vertical-lr;
  position: absolute;
  left: 0;
  top: 11px;
  z-index: 1;
  color: var(--color-orange);
  font-weight: 600;
  font-size: 1.4rem;
  letter-spacing: 0.02em;
  opacity: 0;
  transform: translateY(-10px);
  transition: opacity 0.7s var(--ease-main), transform 0.7s var(--ease-main);
}
.is-load .p-kv__image-list-item-text {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 899px) {
  .p-kv__image-list-item-text {
    top: 19px;
    font-size: 1rem;
    letter-spacing: 0.01em;
  }
}

.p-kv__change {
  width: 70px;
  height: 70px;
  position: absolute;
  top: 65.4%;
  right: 3.5%;
  opacity: 0;
  transform: scale(1.1);
  transition: transform 0.7s var(--ease-main) 0.4s, opacity 0.7s var(--ease-main) 0.4s;
  cursor: pointer;
}
.is-load .p-kv__change {
  opacity: 1;
  transform: scale(1);
}
@media screen and (min-width: 900px) {
  .p-kv__change:hover .p-kv__change-item {
    transform: translate(-50%, -50%) rotate(180deg);
  }
}
@media screen and (max-width: 899px) {
  .p-kv__change {
    width: 36px;
    height: 36px;
    top: 18px;
    right: auto;
    left: 21px;
  }
}
.p-kv__change-circle {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.p-kv__change-circle svg {
  display: block;
  width: 76px;
  height: 76px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-90deg);
}
@media screen and (max-width: 899px) {
  .p-kv__change-circle svg {
    width: 36px;
    height: 36px;
  }
}
.p-kv__change-circle circle {
  display: block;
  fill: transparent;
  stroke: var(--color-orange);
  stroke-width: 7;
  stroke-dasharray: 0 220;
  cx: 37;
  cy: 37;
  r: 30;
}
@media screen and (max-width: 899px) {
  .p-kv__change-circle circle {
    cx: 17;
    cy: 17;
    r: 15;
    stroke-dasharray: 0 103.95;
    stroke-width: 3;
  }
}
@media screen and (min-width: 900px) {
  @keyframes circle {
    0% {
      stroke-dasharray: 0 220;
    }
    100% {
      stroke-dasharray: 220 220;
    }
  }
}
@media screen and (max-width: 899px) {
  @keyframes circle {
    0% {
      stroke-dasharray: 0 103.95;
    }
    100% {
      stroke-dasharray: 103.95 103.95;
    }
  }
}
.p-kv__change-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.p-kv__change-bg svg {
  display: block;
  width: 76px;
  height: 76px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-90deg);
}
@media screen and (max-width: 899px) {
  .p-kv__change-bg svg {
    width: 36px;
    height: 36px;
  }
}
.p-kv__change-bg circle {
  display: block;
  fill: transparent;
  stroke: var(--color-gray02);
  stroke-width: 7;
  stroke-dasharray: 377 377;
  cx: 37;
  cy: 37;
  r: 30;
}
@media screen and (max-width: 899px) {
  .p-kv__change-bg circle {
    cx: 17;
    cy: 17;
    r: 15;
    stroke-dasharray: 103.95 103.95;
    stroke-width: 3;
  }
}
.p-kv__change-deco {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.p-kv__change-deco svg {
  display: block;
  width: 76px;
  height: 76px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-90deg);
}
@media screen and (max-width: 899px) {
  .p-kv__change-deco svg {
    width: 36px;
    height: 36px;
  }
}
.p-kv__change-deco circle {
  display: block;
  fill: transparent;
  stroke: var(--color-gray02);
  stroke-width: 7;
  stroke-dasharray: 220;
  stroke-dashoffset: 220;
  cx: 37;
  cy: 37;
  r: 30;
}
@media screen and (max-width: 899px) {
  .p-kv__change-deco circle {
    cx: 17;
    cy: 17;
    r: 15;
    stroke-dasharray: 103.95;
    stroke-dashoffset: 103.95;
    stroke-width: 3;
  }
}
@media screen and (min-width: 900px) {
  .p-kv__change.is-slide-change .p-kv__change-circle circle {
    animation: circle 11s linear infinite forwards;
  }
}
@media screen and (max-width: 899px) {
  .p-kv__change.is-slide-change .p-kv__change-circle circle {
    animation: circle 11s linear infinite forwards;
  }
}
.p-kv__change.is-slide-change-anime .p-kv__change-circle circle {
  animation-play-state: paused;
}
.p-kv__change.is-slide-change-anime .p-kv__change-deco circle {
  transition: stroke-dashoffset 1s var(--ease-main);
  stroke-dashoffset: 0;
}
.p-kv__change.is-slide-stop circle {
  animation-play-state: paused;
}
@media screen and (min-width: 900px) {
  .p-kv__change svg.is-sp {
    display: none !important;
  }
}
@media screen and (max-width: 899px) {
  .p-kv__change svg.is-pc {
    display: none !important;
  }
}
.p-kv__change-item {
  width: 25%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: transform 0.7s var(--ease-main);
}

.p-kv__detail-date {
  width: 27.1%;
  font-size: 2.25vw;
  letter-spacing: 0.03em;
  line-height: 1.26;
  font-weight: 600;
  position: absolute;
  top: 23.7%;
  right: 3.65%;
  z-index: 2;
  color: var(--color-orange);
  opacity: 0;
  transform: translateY(10px);
  transition: transform 0.7s var(--ease-main) 0.1s, opacity 0.7s var(--ease-main) 0.1s;
}
.is-load .p-kv__detail-date {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 899px) {
  .p-kv__detail-date {
    width: 100%;
    position: static;
    margin-top: 15px;
    padding-left: 17px;
    font-size: 2rem;
    letter-spacing: 0.02em;
  }
}
.p-kv__detail-link {
  width: 27.1%;
  position: absolute;
  top: 33.6%;
  right: 3.65%;
  z-index: 2;
  opacity: 0;
  transform: translateY(10px);
  transition: transform 0.7s var(--ease-main) 0.2s, opacity 0.7s var(--ease-main) 0.2s;
}
@media screen and (max-width: 899px) {
  .p-kv__detail-link {
    width: 100%;
    position: static;
    margin: 26px auto 0;
  }
}
.is-load .p-kv__detail-link {
  opacity: 1;
  transform: translateY(0);
}
.p-kv__detail-link .p-in-item {
  width: 220px;
}
@media screen and (max-width: 899px) {
  .p-kv__detail-link .p-in-item {
    width: 182px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 899px) {
  .p-kv__detail-link .p-in-text {
    padding: 13px 0;
    font-size: 1.4rem;
  }
}

.p-kv__nav {
  position: absolute;
  right: 14.2%;
  top: 58.8%;
  z-index: 1;
}
.p-kv__nav-list-item {
  opacity: 0;
  transform: translateX(10px);
  transition: transform 0.7s var(--ease-main) 0.1s, opacity 0.7s var(--ease-main) 0.1s;
}
.is-load .p-kv__nav-list-item {
  opacity: 1;
  transform: translateY(0);
}
.p-kv__nav-list-item:nth-of-type(1) {
  transition-delay: 0.3s;
}
.p-kv__nav-list-item:nth-of-type(2) {
  transition-delay: 0.4s;
}
.p-kv__nav-list-item:nth-of-type(3) {
  transition-delay: 0.5s;
}
.p-kv__nav-list-item:nth-of-type(4) {
  transition-delay: 0.6s;
}
.p-kv__nav-list-item:nth-of-type(5) {
  transition-delay: 0.7s;
}
.p-kv__nav-list-item:nth-of-type(6) {
  transition-delay: 0.8s;
}
.p-kv__nav-list-item:nth-of-type(7) {
  transition-delay: 0.9s;
}
.p-kv__nav-list-item:nth-of-type(8) {
  transition-delay: 1s;
}
.p-kv__nav-list-item:nth-of-type(9) {
  transition-delay: 1.1s;
}
.p-kv__nav-list-item:nth-of-type(10) {
  transition-delay: 1.2s;
}
.p-kv__nav-list-item + .p-kv__nav-list-item {
  margin-top: 14px;
}
.p-kv__nav-list-item-link {
  display: block;
  font-family: var(--font-en);
  color: var(--color-orange);
  font-size: 1.6rem;
  letter-spacing: 0.02em;
  cursor: pointer;
  transition: transform 0.5s var(--ease-main);
}
@media screen and (min-width: 900px) {
  .p-kv__nav-list-item-link:hover {
    transform: translateX(5px);
  }
}

.p-lead {
  margin: 228px 0 139px;
  position: relative;
}
@media screen and (max-width: 899px) {
  .p-lead {
    margin: 31px 0 70px;
  }
}
.p-lead.is-active::before {
  opacity: 1;
  transform: translateY(0);
}
.p-lead::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 15px;
  left: 50px;
  background-color: var(--color-orange);
  opacity: 0;
  transform: translateY(10px);
  transition: transform 0.7s var(--ease-main), opacity 0.7s var(--ease-main);
}
@media screen and (max-width: 899px) {
  .p-lead::before {
    width: 10px;
    height: 10px;
    top: 9px;
    left: 20px;
  }
}

.p-lead__detail {
  width: 78.7%;
  margin: 0 auto;
  font-size: 2.5rem;
  text-align: left;
  line-height: 1.9;
  opacity: 0;
  transform: translateY(10px);
  transition: transform 0.7s var(--ease-main) 0.1s, opacity 0.7s var(--ease-main) 0.1s;
}
.is-active .p-lead__detail {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 899px) {
  .p-lead__detail {
    font-size: 1.3rem;
    line-height: 1.8;
  }
}

.p-movie {
  position: relative;
  overflow: hidden;
}

.p-movie__contents {
  opacity: 0;
  transform: translateY(10px);
  transition: transform 0.7s var(--ease-main), opacity 0.7s var(--ease-main);
  margin-bottom: 100px;
}
@media screen and (max-width: 899px) {
  .p-movie__contents {
    margin-bottom: 130px;
  }
}
.is-active .p-movie__contents {
  opacity: 1;
  transform: translateY(0);
}
.p-movie__contents-list {
  width: 100%;
  height: 580px;
  position: relative;
}
@media screen and (max-width: 899px) {
  .p-movie__contents-list {
    height: 200px;
  }
}
.p-movie__contents-list-item {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
@media screen and (min-width: 900px) {
  .p-movie__contents-list-item:hover .p-in-play img {
    transform: scale(0.95);
  }
  .p-movie__contents-list-item:hover .p-in-bg {
    transform: scale(1.1);
  }
}
.p-movie__contents-list-item .p-in-play {
  width: 8.5%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
@media screen and (max-width: 899px) {
  .p-movie__contents-list-item .p-in-play {
    width: 16%;
  }
}
.p-movie__contents-list-item .p-in-play img {
  width: 100%;
  transition: transform 0.5s var(--ease-main);
}
.p-movie__contents-list-item .p-in-bg {
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: transform 0.5s var(--ease-main);
}
.p-movie__contents-nav {
  width: 100%;
  position: relative;
}
.p-movie__contents-nav-index {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-en);
  color: var(--color-orange);
  font-size: 2rem;
  position: absolute;
  width: 110px;
  top: 34px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 899px) {
  .p-movie__contents-nav-index {
    top: 16px;
  }
}
.p-movie__contents-nav-index-item.--index {
  font-size: 2.5rem;
  margin-right: 18px;
}
@media screen and (max-width: 899px) {
  .p-movie__contents-nav-index-item.--index {
    font-size: 1.8rem;
    margin-right: 12px;
  }
}
.p-movie__contents-nav-index-item.--all {
  margin-left: 18px;
}
@media screen and (max-width: 899px) {
  .p-movie__contents-nav-index-item.--all {
    margin-left: 12px;
    font-size: 1.4rem;
  }
}
.p-movie__contents-nav-arrow {
  width: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.p-movie__contents-nav-arrow-item {
  position: absolute;
  width: 110px;
  top: 34px;
  cursor: pointer;
}
@media screen and (max-width: 899px) {
  .p-movie__contents-nav-arrow-item {
    width: 60px;
    top: 22px;
  }
}
.p-movie__contents-nav-arrow-item img {
  transition: transform 0.5s var(--ease-main);
}
@media screen and (min-width: 900px) {
  .p-movie__contents-nav-arrow-item:hover img {
    transform: scale(0.95);
  }
}
.p-movie__contents-nav-arrow-item.--prev {
  left: 50%;
  transform: translateX(-150%) scaleX(-1);
}
@media screen and (max-width: 899px) {
  .p-movie__contents-nav-arrow-item.--prev {
    top: 22px;
    transform: translateX(-212%) scaleX(-1);
  }
}
.p-movie__contents-nav-arrow-item.--next {
  left: 50%;
  transform: translateX(50%);
}
@media screen and (max-width: 899px) {
  .p-movie__contents-nav-arrow-item.--next {
    transform: translateX(108%);
  }
}

.p-pkg {
  margin-top: 50px;
}
@media screen and (max-width: 899px) {
  .p-pkg {
    margin-top: 0;
  }
}

.p-pkg__contents {
  width: 78.6%;
  max-width: 1200px;
  margin: 0 auto 120px;
}
@media screen and (max-width: 899px) {
  .p-pkg__contents {
    width: 90%;
    margin: 0 auto 50px;
    padding-top: 60px;
  }
}
.p-pkg__contents-about {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 899px) {
  .p-pkg__contents-about {
    display: block;
  }
}
.p-pkg__contents-about-image {
  width: 46.3%;
  opacity: 0;
  transform: translateY(10px);
  transition: transform 0.7s var(--ease-main), opacity 0.7s var(--ease-main);
}
.is-active .p-pkg__contents-about-image {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 899px) {
  .p-pkg__contents-about-image {
    width: 75.6%;
    margin: 0 auto;
  }
}
.p-pkg__contents-about-detail {
  width: 48.2%;
}
@media screen and (max-width: 899px) {
  .p-pkg__contents-about-detail {
    width: 100%;
    margin: 40px auto 0;
  }
}
.p-pkg__contents-about-detail-title {
  margin-bottom: 14px;
  opacity: 0;
  transform: translateX(10px);
  transition: transform 0.7s var(--ease-main), opacity 0.7s var(--ease-main);
}
.is-active .p-pkg__contents-about-detail-title {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 899px) {
  .p-pkg__contents-about-detail-title {
    width: 78.3%;
    margin: 0 auto 8px;
  }
}
.p-pkg__contents-about-detail-btm {
  margin-bottom: 48px;
  color: var(--color-orange);
  font-weight: 800;
  font-size: 3.5rem;
  font-family: var(--font-en);
  opacity: 0;
  transform: translateX(10px);
  transition: transform 0.7s var(--ease-main) 0.06s, opacity 0.7s var(--ease-main) 0.06s;
}
.is-active .p-pkg__contents-about-detail-btm {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 899px) {
  .p-pkg__contents-about-detail-btm {
    margin-bottom: 32px;
    text-align: center;
    letter-spacing: 0.01em;
    font-size: 1.7rem;
  }
}
.p-pkg__contents-about-detail-main {
  margin-bottom: 54px;
}
@media screen and (max-width: 899px) {
  .p-pkg__contents-about-detail-main {
    margin-bottom: 25px;
  }
}
.p-pkg__contents-about-detail-main-item {
  display: flex;
  align-items: flex-start;
  font-size: 2rem;
  margin-bottom: 28px;
  opacity: 0;
  transform: translateX(10px);
  transition: transform 0.7s var(--ease-main), opacity 0.7s var(--ease-main);
}
.is-active .p-pkg__contents-about-detail-main-item {
  opacity: 1;
  transform: translateY(0);
}
.p-pkg__contents-about-detail-main-item:nth-of-type(1) {
  transition-delay: 0.2s;
}
.p-pkg__contents-about-detail-main-item:nth-of-type(2) {
  transition-delay: 0.3s;
}
.p-pkg__contents-about-detail-main-item:nth-of-type(3) {
  transition-delay: 0.4s;
}
.p-pkg__contents-about-detail-main-item:nth-of-type(4) {
  transition-delay: 0.5s;
}
.p-pkg__contents-about-detail-main-item:nth-of-type(5) {
  transition-delay: 0.6s;
}
.p-pkg__contents-about-detail-main-item:nth-of-type(6) {
  transition-delay: 0.7s;
}
.p-pkg__contents-about-detail-main-item:nth-of-type(7) {
  transition-delay: 0.8s;
}
.p-pkg__contents-about-detail-main-item:nth-of-type(8) {
  transition-delay: 0.9s;
}
.p-pkg__contents-about-detail-main-item:nth-of-type(9) {
  transition-delay: 1s;
}
.p-pkg__contents-about-detail-main-item:nth-of-type(10) {
  transition-delay: 1.1s;
}
@media screen and (max-width: 899px) {
  .p-pkg__contents-about-detail-main-item {
    margin-bottom: 15px;
  }
}
.p-pkg__contents-about-detail-main-item:last-of-type {
  margin-bottom: 0;
}
.p-pkg__contents-about-detail-main-item .p-in-head {
  width: 118px;
  position: relative;
}
@media screen and (max-width: 899px) {
  .p-pkg__contents-about-detail-main-item .p-in-head {
    width: 84px;
    position: relative;
  }
}
.p-pkg__contents-about-detail-main-item .p-in-head::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  top: calc(50% - 4px);
  transform: translateY(-50%);
  background-color: var(--color-black);
}
@media screen and (max-width: 899px) {
  .p-pkg__contents-about-detail-main-item .p-in-head::before {
    top: calc(50% - 2px);
  }
}
.p-pkg__contents-about-detail-main-item .p-in-head::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: var(--color-black);
}
@media screen and (max-width: 899px) {
  .p-pkg__contents-about-detail-main-item .p-in-head::after {
    top: calc(50% + 2px);
  }
}
.p-pkg__contents-about-detail-main-item .p-in-head-text {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-right: 9px;
  font-size: 1.6rem;
  line-height: 1.65;
  background-color: var(--color-white);
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 899px) {
  .p-pkg__contents-about-detail-main-item .p-in-head-text {
    padding-right: 6px;
    font-size: 1.3rem;
  }
}
.p-pkg__contents-about-detail-main-item .p-in-detail {
  flex: 1;
  font-size: 1.6rem;
  line-height: 1.65;
  padding-left: 8px;
}
@media screen and (max-width: 899px) {
  .p-pkg__contents-about-detail-main-item .p-in-detail {
    padding-left: 6px;
    font-size: 1.3rem;
  }
}
.p-pkg__contents-about-detail-caution {
  margin-bottom: 61px;
  opacity: 0;
  transform: translateX(10px);
  transition: transform 0.7s var(--ease-main) 0.7s, opacity 0.7s var(--ease-main) 0.7s;
}
.is-active .p-pkg__contents-about-detail-caution {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 899px) {
  .p-pkg__contents-about-detail-caution {
    margin-bottom: 31px;
  }
}
.p-pkg__contents-about-detail-caution .p-in-list .p-in-item {
  margin-bottom: 13px;
  font-size: 1.2rem;
}
@media screen and (max-width: 899px) {
  .p-pkg__contents-about-detail-caution .p-in-list .p-in-item {
    margin-bottom: 10px;
    font-size: 1rem;
  }
}
.p-pkg__contents-about-detail-caution .p-in-list .p-in-item:last-of-type {
  margin-bottom: 0;
}
.p-pkg__contents-about-detail-link {
  width: 240px;
  margin: 0 auto;
  opacity: 0;
  transform: translateY(10px);
  transition: transform 0.7s var(--ease-main) 0.8s, opacity 0.7s var(--ease-main) 0.8s;
}
.is-active .p-pkg__contents-about-detail-link {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 899px) {
  .p-pkg__contents-about-detail-link {
    width: 180px;
  }
}
.p-pkg__contents-about-detail-link .p-in-text {
  padding: 19px 0;
  font-size: 2.2rem;
  letter-spacing: 0.1em;
  border-radius: 12px;
}
@media screen and (max-width: 899px) {
  .p-pkg__contents-about-detail-link .p-in-text {
    padding: 13px 0;
    font-size: 1.4rem;
    border-radius: 5px;
  }
}

.p-pkg__special {
  width: 78.6%;
  max-width: 1200px;
  margin: 0 auto 29px;
}
@media screen and (max-width: 899px) {
  .p-pkg__special {
    width: 89.4%;
    margin: 0 auto 68px;
  }
}
.p-pkg__special-block {
  margin-bottom: 71px;
}
@media screen and (max-width: 899px) {
  .p-pkg__special-block {
    margin-bottom: 30px;
  }
}
.p-pkg__special-block:last-of-type {
  margin-bottom: 0;
}
.p-pkg__special-lead {
  margin-bottom: 49px;
  text-align: center;
  font-size: 2rem;
  line-height: 1.6;
}
@media screen and (max-width: 899px) {
  .p-pkg__special-lead {
    margin-bottom: 23px;
    text-align: left;
    font-size: 1.3rem;
    line-height: 1.9;
  }
}
.p-pkg__special-image {
  width: 68.8%;
  margin: 0 auto 78px;
}
@media screen and (max-width: 899px) {
  .p-pkg__special-image {
    width: 100%;
    margin: 0 auto 27px;
  }
}
.p-pkg__special-detail-head {
  text-align: center;
  position: relative;
}
.p-pkg__special-detail-head::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 0;
  background-color: var(--color-black);
}
.p-pkg__special-detail-head .p-in-text {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 32px;
  padding: 0 24px;
  font-size: 1.8rem;
  background-color: var(--color-white);
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 899px) {
  .p-pkg__special-detail-head .p-in-text {
    margin: 0 auto 12px;
    padding: 0 15px;
    font-size: 1.4rem;
  }
}
.p-pkg__special-detail-text {
  font-size: 1.5rem;
  text-align: center;
  line-height: 2.4;
}
@media screen and (max-width: 899px) {
  .p-pkg__special-detail-text {
    font-size: 1.2rem;
    text-align: left;
    line-height: 2;
  }
}
.p-pkg__special .p-pkg__special-store-block {
  border-bottom: 1px solid var(--color-gray);
}
.p-pkg__special .p-pkg__special-store-block:last-of-type {
  border-bottom: 0;
}
.p-pkg__special .p-pkg__special-store-anx-head {
  text-align: center;
  font-size: 2.1rem;
  line-height: 1.6;
  margin-bottom: 39px;
  color: var(--color-orange);
}
@media screen and (max-width: 899px) {
  .p-pkg__special .p-pkg__special-store-anx-head {
    margin-bottom: 25px;
    font-size: 1.5rem;
  }
}
.p-pkg__special .p-pkg__special-store-anx-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 95.4%;
  margin: 0 auto;
}
@media screen and (max-width: 899px) {
  .p-pkg__special .p-pkg__special-store-anx-list {
    display: block;
    width: 100%;
  }
}
.p-pkg__special .p-pkg__special-store-anx-list-item {
  width: 48.1%;
  margin-right: 3.8%;
  margin-bottom: 38px;
}
@media screen and (max-width: 899px) {
  .p-pkg__special .p-pkg__special-store-anx-list-item {
    margin-right: 0;
    width: 100%;
    margin-bottom: 25px;
  }
}
.p-pkg__special .p-pkg__special-store-anx-list-item:nth-of-type(2n) {
  margin-right: 0;
}
.p-pkg__special .p-pkg__special-store-anx-list-item:last-of-type {
  margin-right: 0;
}
.p-pkg__special .p-pkg__special-store-anx-list-item .p-in-image {
  margin-bottom: 15px;
}
@media screen and (max-width: 899px) {
  .p-pkg__special .p-pkg__special-store-anx-list-item .p-in-image {
    margin-bottom: 11px;
  }
}
.p-pkg__special .p-pkg__special-store-anx-list-item .p-in-image img {
  width: 100%;
}
.p-pkg__special .p-pkg__special-store-anx-list-item .p-in-title {
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.5;
}
@media screen and (max-width: 899px) {
  .p-pkg__special .p-pkg__special-store-anx-list-item .p-in-title {
    font-size: 1.3rem;
    line-height: 1.4;
  }
}
.p-pkg__special .p-pkg__special-store-anx-link {
  width: 240px;
  margin: 0 auto;
}
@media screen and (max-width: 899px) {
  .p-pkg__special .p-pkg__special-store-anx-link {
    width: 180px;
  }
}
.p-pkg__special .p-pkg__special-store-anx-link .p-in-text {
  padding: 23px 0;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  border-radius: 12px;
}
@media screen and (max-width: 899px) {
  .p-pkg__special .p-pkg__special-store-anx-link .p-in-text {
    padding: 14px 0;
    font-size: 1.2rem;
    letter-spacing: 0.1em;
    border-radius: 6px;
  }
}
.p-pkg__special .p-pkg__special-store-main-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.p-pkg__special .p-pkg__special-store-main-list-item {
  width: 50%;
  border-bottom: 1px solid var(--color-gray);
}
@media screen and (min-width: 900px) {
  .p-pkg__special .p-pkg__special-store-main-list-item {
    padding: 52px 48px 78px;
    border-right: 1px solid var(--color-gray);
  }
}
@media screen and (max-width: 899px) {
  .p-pkg__special .p-pkg__special-store-main-list-item {
    width: 100%;
    padding: 23px 19px 39px;
  }
}
.p-pkg__special .p-pkg__special-store-main-list-item:nth-of-type(2n) {
  border-right: 0;
}
.p-pkg__special .p-pkg__special-store-main-list-item:last-of-type {
  border-bottom: 0;
}
.p-pkg__special .p-pkg__special-store-main-list-item:nth-last-of-type(2) {
  border-bottom: 0;
}
.p-pkg__special .p-pkg__special-store-main-list-item .p-in-head {
  text-align: center;
  font-size: 2rem;
  line-height: 1.6;
  margin-bottom: 44px;
  color: var(--color-orange);
}
@media screen and (max-width: 899px) {
  .p-pkg__special .p-pkg__special-store-main-list-item .p-in-head {
    font-size: 1.5rem;
    line-height: 1.7;
    margin-bottom: 27px;
  }
}
.p-pkg__special .p-pkg__special-store-main-list-item .p-in-head .u-small {
  font-size: 1.8rem;
}
@media screen and (max-width: 899px) {
  .p-pkg__special .p-pkg__special-store-main-list-item .p-in-head .u-small {
    display: block;
    font-size: 1.1rem;
  }
}
.p-pkg__special .p-pkg__special-store-main-list-item .p-in-name {
  margin-bottom: 36px;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.5;
}
@media screen and (max-width: 899px) {
  .p-pkg__special .p-pkg__special-store-main-list-item .p-in-name {
    margin-bottom: 26px;
    text-align: center;
    font-size: 1.2rem;
  }
}
.p-pkg__special .p-pkg__special-store-main-list-item .p-in-image {
  margin-bottom: 15px;
}
@media screen and (max-width: 899px) {
  .p-pkg__special .p-pkg__special-store-main-list-item .p-in-image {
    margin-bottom: 8px;
  }
}
.p-pkg__special .p-pkg__special-store-main-list-item .p-in-image img {
  width: 100%;
}
.p-pkg__special .p-pkg__special-store-main-list-item .p-in-link {
  width: 240px;
  margin: 0 auto;
}
@media screen and (max-width: 899px) {
  .p-pkg__special .p-pkg__special-store-main-list-item .p-in-link {
    width: 180px;
  }
}
.p-pkg__special .p-pkg__special-store-main-list-item .p-in-link-text {
  padding: 23px 0;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  border-radius: 12px;
}
@media screen and (max-width: 899px) {
  .p-pkg__special .p-pkg__special-store-main-list-item .p-in-link-text {
    padding: 14px 0;
    font-size: 1.2rem;
    letter-spacing: 0.1em;
    border-radius: 6px;
  }
}
.p-pkg__special .p-pkg__special-store-main-list-item.--close {
  position: relative;
  overflow: hidden;
  background-image: linear-gradient(to bottom left, transparent 49.9%, var(--color-gray) 50%, transparent 50.1%);
}

.p-pkg__caution {
  width: 78.6%;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 899px) {
  .p-pkg__caution {
    width: 89.4%;
  }
}
.p-pkg__caution .p-in-item {
  margin-bottom: 12px;
  font-size: 1.1rem;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 899px) {
  .p-pkg__caution .p-in-item {
    margin-bottom: 6px;
    font-size: 1rem;
  }
}

.p-deco {
  width: 100%;
  margin-top: 150px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 899px) {
  .p-deco {
    margin-top: 49px;
  }
}

.p-deco__main {
  width: 100%;
  height: 160px;
  transition: -webkit-clip-path 0.6s var(--ease-main);
  transition: clip-path 0.6s var(--ease-main);
  transition: clip-path 0.6s var(--ease-main), -webkit-clip-path 0.6s var(--ease-main);
}
.p-deco__main:nth-of-type(1) {
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
}
.p-deco__main:nth-of-type(1) .p-deco__main-list-item {
  animation: decoScrollRight 60s linear infinite;
}
.p-deco__main:nth-of-type(2) {
  -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
}
.p-deco__main:nth-of-type(2) .p-deco__main-list-item {
  animation: decoScrollLeft 60s linear infinite;
}
.is-active .p-deco__main {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
@media screen and (max-width: 899px) {
  .p-deco__main {
    height: 80px;
  }
}
.p-deco__main-list {
  pointer-events: none;
}
.p-deco__main-list-item {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-position: top left;
  background-repeat: repeat;
  background-size: 3360px 160px;
}
@media screen and (max-width: 899px) {
  .p-deco__main-list-item {
    background-size: 1680px 80px;
  }
}
@media screen and (min-width: 900px) {
  @keyframes decoScrollRight {
    0% {
      background-position: 0 0;
    }
    100% {
      background-position: 3360px 0;
    }
  }
  @keyframes decoScrollLeft {
    0% {
      background-position: 0 0;
    }
    100% {
      background-position: -3360px 0;
    }
  }
}
@media screen and (max-width: 899px) {
  @keyframes decoScrollRight {
    0% {
      background-position: 0 0;
    }
    100% {
      background-position: 1680px 0;
    }
  }
  @keyframes decoScrollLeft {
    0% {
      background-position: 0 0;
    }
    100% {
      background-position: -1680px 0;
    }
  }
}

.p-onair {
  margin: 200px 0;
}
@media screen and (max-width: 899px) {
  .p-onair {
    margin: 68px 0 0;
  }
}

.p-onair__contents-head {
  margin-bottom: 57px;
  font-size: 2.4rem;
  text-align: center;
  opacity: 0;
  transform: translateY(10px);
  transition: transform 0.7s var(--ease-main), opacity 0.7s var(--ease-main);
}
.is-active .p-onair__contents-head {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 899px) {
  .p-onair__contents-head {
    margin-bottom: 23px;
    font-size: 1.4rem;
    text-align: center;
    padding-top: 60px;
  }
}
.p-onair__contents-lead {
  font-size: 3rem;
  letter-spacing: 0.02em;
  color: var(--color-orange);
  text-align: center;
  opacity: 0;
  transform: translateY(10px);
  transition: transform 0.7s var(--ease-main) 0.1s, opacity 0.7s var(--ease-main) 0.1s;
}
.is-active .p-onair__contents-lead {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 899px) {
  .p-onair__contents-lead {
    font-size: 1.6rem;
    letter-spacing: 0.02em;
  }
}

@media screen and (max-width: 899px) {
  .p-staffcast {
    margin: 100px 0 0;
  }
}

@media screen and (max-width: 899px) {
  .p-staffcast__contents {
    padding-top: 60px;
  }
}
.p-staffcast__contents-block {
  width: 78.6%;
  max-width: 1200px;
  margin: 0 auto 80px;
}
@media screen and (max-width: 899px) {
  .p-staffcast__contents-block {
    width: 89.4%;
    margin: 0 auto 25px;
  }
}
.p-staffcast__contents-block-title {
  font-family: var(--font-en);
}
.p-staffcast__contents-main-list {
  display: flex;
  flex-wrap: wrap;
  gap: 53px 0;
}
@media screen and (max-width: 899px) {
  .p-staffcast__contents-main-list {
    gap: 20px 0;
  }
}
.p-staffcast__contents-main-list-item {
  width: 33.3333333333%;
}
@media screen and (max-width: 899px) {
  .p-staffcast__contents-main-list-item {
    width: 49%;
    margin-right: 2%;
  }
  .p-staffcast__contents-main-list-item:nth-of-type(2n) {
    margin-right: 0;
  }
}
.p-staffcast__contents-main-list-item .p-in-head {
  margin-bottom: 10px;
  font-size: 1.7rem;
  color: var(--color-orange);
}
@media screen and (max-width: 899px) {
  .p-staffcast__contents-main-list-item .p-in-head {
    margin-bottom: 4px;
    font-size: 1.2rem;
  }
}
.p-staffcast__contents-main-list-item .p-in-text {
  line-height: 1.5;
  font-size: 2rem;
}
@media screen and (max-width: 899px) {
  .p-staffcast__contents-main-list-item .p-in-text {
    font-size: 1.3rem;
  }
}

.p-intro {
  margin: 200px 0 238px;
}
@media screen and (max-width: 899px) {
  .p-intro {
    margin: 99px 0 0;
  }
}

.p-intro__contents {
  width: 78.6%;
  max-width: 1200px;
  margin: 0 auto 29px;
}
@media screen and (max-width: 899px) {
  .p-intro__contents {
    width: 90%;
    padding-top: 52px;
  }
}
.p-intro__contents-inner {
  width: 76.8%;
  margin: 0 auto;
  display: flex;
}
@media screen and (max-width: 899px) {
  .p-intro__contents-inner {
    display: block;
    width: 100%;
  }
}
.p-intro__contents-title {
  width: 62.7px;
  margin-right: 78px;
  opacity: 0;
  transform: translateY(10px);
  transition: transform 0.7s var(--ease-main) 0.1s, opacity 0.7s var(--ease-main) 0.1s;
}
.is-active .p-intro__contents-title {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 899px) {
  .p-intro__contents-title {
    width: 216px;
    margin-right: 0;
    margin-bottom: 32px;
  }
}
.p-intro__contents-title img {
  width: 100%;
}
.p-intro__contents-detail {
  flex: 1;
  margin-top: -8px;
}
.p-intro__contents-detail-text {
  margin-bottom: 97px;
  font-size: 1.5rem;
  letter-spacing: 0.06em;
  line-height: 2;
}
@media screen and (max-width: 899px) {
  .p-intro__contents-detail-text {
    margin-bottom: 76px;
    font-size: 1.1rem;
    letter-spacing: 0.06em;
    line-height: 2;
  }
}
.p-intro__contents-detail-text p {
  margin-bottom: 30px;
  opacity: 0;
  transform: translateX(10px);
  transition: transform 0.7s var(--ease-main) 0.1s, opacity 0.7s var(--ease-main) 0.1s;
}
.is-active .p-intro__contents-detail-text p {
  opacity: 1;
  transform: translateX(0);
}
.p-intro__contents-detail-text p:nth-of-type(1) {
  transition-delay: 0.1s;
}
.p-intro__contents-detail-text p:nth-of-type(2) {
  transition-delay: 0.2s;
}
.p-intro__contents-detail-text p:nth-of-type(3) {
  transition-delay: 0.3s;
}
.p-intro__contents-detail-text p:nth-of-type(4) {
  transition-delay: 0.4s;
}
.p-intro__contents-detail-text p:nth-of-type(5) {
  transition-delay: 0.5s;
}
.p-intro__contents-detail-text p:nth-of-type(6) {
  transition-delay: 0.6s;
}
.p-intro__contents-detail-text p:nth-of-type(7) {
  transition-delay: 0.7s;
}
.p-intro__contents-detail-text p:nth-of-type(8) {
  transition-delay: 0.8s;
}
.p-intro__contents-detail-text p:nth-of-type(9) {
  transition-delay: 0.9s;
}
.p-intro__contents-detail-text p:nth-of-type(10) {
  transition-delay: 1s;
}
@media screen and (max-width: 899px) {
  .p-intro__contents-detail-text p {
    margin-bottom: 21px;
  }
}
.p-intro__contents-detail-text p:last-of-type {
  margin-bottom: 0;
}
.p-intro__contents-detail-copy {
  font-size: 1.5rem;
  opacity: 0;
  transform: translateX(10px);
  transition: transform 0.7s var(--ease-main) 0.7s, opacity 0.7s var(--ease-main) 0.7s;
}
.is-active .p-intro__contents-detail-copy {
  opacity: 1;
  transform: translateX(0);
}
@media screen and (max-width: 899px) {
  .p-intro__contents-detail-copy {
    font-size: 1.2rem;
  }
}

.l-footer {
  padding: 20px 0 80px;
}
@media screen and (max-width: 899px) {
  .l-footer {
    padding: 93px 0 65px;
  }
}

.l-footer__inner {
  display: flex;
  align-items: flex-start;
  width: 92.7%;
  margin: 0 auto;
}
@media screen and (max-width: 899px) {
  .l-footer__inner {
    display: block;
    width: 89%;
    position: relative;
  }
}

.l-footer__pagetop {
  width: 27px;
  position: absolute;
  right: -2px;
  top: 0;
}
.l-footer__pagetop .p-in-icon {
  width: 94%;
  margin: 0 auto;
}
.l-footer__pagetop .p-in-text {
  margin-top: 4px;
  font-family: var(--font-en);
  text-align: center;
  font-size: 1rem;
  line-height: 1.2;
  font-weight: 600;
  color: var(--color-orange);
  letter-spacing: 0.04em;
}

.l-footer__official {
  width: 328px;
  transition: transform 0.5s var(--ease-main);
}
@media screen and (min-width: 900px) {
  .l-footer__official:hover {
    transform: translateX(10px);
  }
}
@media screen and (max-width: 899px) {
  .l-footer__official {
    width: 200px;
    margin-bottom: 52px;
  }
}
.l-footer__official .p-in-logo {
  width: 100%;
}
.l-footer__official .p-in-logo img {
  width: 100%;
}
.l-footer__official .p-in-text {
  margin-top: 15px;
  font-family: var(--font-en);
  font-size: 2.5rem;
  font-weight: 600;
  color: var(--color-orange);
}
@media screen and (max-width: 899px) {
  .l-footer__official .p-in-text {
    font-size: 1.5rem;
    letter-spacing: 0.03em;
    margin-top: 9px;
  }
}

.l-footer__share {
  display: flex;
  align-items: center;
  margin-left: auto;
}
@media screen and (max-width: 899px) {
  .l-footer__share {
    justify-content: flex-end;
  }
}
.l-footer__share-head {
  padding-right: 28px;
  font-family: var(--font-en);
  font-size: 1.7rem;
  color: var(--color-orange);
}
@media screen and (max-width: 899px) {
  .l-footer__share-head {
    font-size: 1.2rem;
    padding-right: 24px;
  }
}
.l-footer__share-list {
  display: flex;
  align-items: center;
}
.l-footer__share-list-item {
  width: 20px;
  margin-left: 21px;
  transition: transform 0.5s var(--ease-main);
}
@media screen and (min-width: 900px) {
  .l-footer__share-list-item:hover {
    transform: scale(0.9);
  }
}
@media screen and (max-width: 899px) {
  .l-footer__share-list-item {
    width: 20px;
    margin-left: 18px;
  }
}
.l-footer__share-list-item:first-of-type {
  margin-left: 0;
}
.l-footer__share-list-item .p-in-icon svg {
  display: block;
  width: 100%;
  height: 100%;
  fill-rule: evenodd;
  fill: var(--color-orange);
}

.l-footer__detail {
  width: 282px;
  margin-left: 183px;
}
@media screen and (max-width: 1100px) {
  .l-footer__detail {
    margin-left: 23px;
  }
}
@media screen and (max-width: 899px) {
  .l-footer__detail {
    width: 100%;
    margin: 0;
    text-align: right;
  }
}
.l-footer__detail-link-list-item {
  font-family: var(--font-en);
  font-size: 1.7rem;
  transition: transform 0.5s var(--ease-main);
}
@media screen and (min-width: 900px) {
  .l-footer__detail-link-list-item:hover {
    transform: translateX(5px);
  }
}
.l-footer__detail-link-list-item + .l-footer__detail-link-list-item {
  margin-top: 13px;
}
.l-footer__detail-link-list-item a {
  color: var(--color-orange);
}
.l-footer__detail-caution {
  margin-top: 31px;
  font-size: 1rem;
  color: var(--color-orange);
  line-height: 2;
}
@media screen and (max-width: 899px) {
  .l-footer__detail-caution {
    margin-top: 26px;
  }
}
.l-footer__detail-copy {
  margin-top: 10px;
  font-size: 1rem;
  color: var(--color-orange);
  line-height: 1.5;
}