@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,
a, 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;p
}

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;
}

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

@media screen and (min-width: 768px) {
  .is-pc {
    display: block;
  }
  .is-sp {
    display: none;
  }
  .is-pc-inline {
    display: inline-block;
  }
  .is-sp-inline {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .is-pc {
    display: none;
  }
  .is-sp {
    display: block;
  }
  .is-pc-inline {
    display: none;
  }
  .is-sp-inline {
    display: inline-block;
  }
}
/**
 * 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;
  /* Fix of Webkit flickering */
  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(0px, 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;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

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

/* 3D Effects */
.swiper-container-3d {
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.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-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

.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-slide-shadow-bottom {
  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));
}

/* IE10 Windows Phone 8 Fixes */
.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-prev,
.swiper-button-next {
  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-prev.swiper-button-disabled,
.swiper-button-next.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: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

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

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

/* Bullets */
.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(0px, -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: 200ms transform, 200ms 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: 200ms transform, 200ms left;
}

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

/* Progress */
.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-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

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

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

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

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

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

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

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

/* Scrollbar */
.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 > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

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

/* Preloader */
.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);
  }
}
/* a11y */
.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-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

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

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  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-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}

.c-main__title {
  margin-bottom: 51px;
  font-size: 19px;
  letter-spacing: 0.07em;
  text-align: center;
  transition: opacity 0.7s cubic-bezier(0.33, 1, 0.68, 1), transform 0.7s cubic-bezier(0.33, 1, 0.68, 1);
  opacity: 0;
  transform: translateY(8px);
}
.c-main__title .u-small {
  display: block;
  margin-top: 10px;
  letter-spacing: 0.07em;
  font-size: 10px;
  transition: opacity 0.7s cubic-bezier(0.33, 1, 0.68, 1), transform 0.7s cubic-bezier(0.33, 1, 0.68, 1);
  opacity: 0;
  transform: translateY(8px);
}
.is-active .c-main__title {
  opacity: 1;
  transform: translateY(0);
}
.is-active .c-main__title .u-small {
  opacity: 1;
  transform: translateY(0);
}

.c-main__subtitle {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 23px;
  font-size: 16px;
  text-align: center;
  position: relative;
  transition: opacity 0.7s cubic-bezier(0.33, 1, 0.68, 1) 0.1s, transform 0.7s cubic-bezier(0.33, 1, 0.68, 1) 0.1s;
  opacity: 0;
  transform: translateY(8px);
}
.c-main__subtitle::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: -7px;
  background-color: var(--color-black);
  -webkit-clip-path: polygon(50% 0, 50% 0, 50% 100%, 50% 100%);
  clip-path: polygon(50% 0, 50% 0, 50% 100%, 50% 100%);
  transition: -webkit-clip-path 0.8s cubic-bezier(0.33, 1, 0.68, 1) 0.2s;
  transition: clip-path 0.8s cubic-bezier(0.33, 1, 0.68, 1) 0.2s;
  transition: clip-path 0.8s cubic-bezier(0.33, 1, 0.68, 1) 0.2s, -webkit-clip-path 0.8s cubic-bezier(0.33, 1, 0.68, 1) 0.2s;
}
@media screen and (max-width: 767px) {
  .c-main__subtitle::before {
    bottom: -9px;
  }
}
.is-active .c-main__subtitle {
  opacity: 1;
  transform: translateY(0);
}
.is-active .c-main__subtitle::before {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

.c-btn {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .c-btn:hover .c-btn-link {
    background-color: var(--color-white);
    color: var(--color-black);
  }
}
.c-btn-link {
  display: block;
  width: 100%;
  padding: 13px 0 16px;
  color: var(--color-white);
  font-size: 14px;
  background-color: var(--color-black);
  border-radius: 50px;
  transition: background-color 0.5s cubic-bezier(0.33, 1, 0.68, 1), color 0.5s cubic-bezier(0.33, 1, 0.68, 1);
  border: 1px solid var(--color-black);
}
@media screen and (max-width: 767px) {
  .c-btn-link {
    padding: 8px 0 10px;
    font-size: 12px;
  }
}

.c-comment-btn {
  width: 160px;
  margin: 38px auto 0;
  padding: 10px 5px;
  background-color: var(--color-black);
  border-radius: 200px;
  text-align: center;
  font-size: 12px;
  color: var(--color-white);
  position: relative;
  cursor: pointer;
  transition: opacity 0.7s cubic-bezier(0.33, 1, 0.68, 1) 0.3s, transform 0.7s cubic-bezier(0.33, 1, 0.68, 1) 0.3s;
  transform: translateY(8px);
  opacity: 0;
}
.is-active .c-comment-btn {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 767px) {
  .c-comment-btn {
    margin: 30px auto 0;
    padding: 8px 5px;
    font-size: 10px;
  }
}
@media screen and (min-width: 768px) {
  .c-comment-btn:hover {
    transform: scale(0.96);
  }
}
.c-comment-btn::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  background: url(../img/comment/icon_comment.png) center no-repeat;
  background-size: contain;
  z-index: 1;
}

.l-deco {
  width: 100%;
  padding-top: 33.85%;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .l-deco {
    padding-top: 50%;
  }
}
.l-deco__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: opacity 1.2s cubic-bezier(0.33, 1, 0.68, 1) 0.1s, transform 1.2s cubic-bezier(0.33, 1, 0.68, 1) 0.1s;
  opacity: 0;
  transform: scale(1.03);
}
.is-active .l-deco__bg {
  opacity: 1;
  transform: scale(1);
}
.l-deco__bg.--01 {
  background-image: url(../img/ss/ss_1_pc.jpg);
}
@media screen and (max-width: 767px) {
  .l-deco__bg.--01 {
    background-image: url(../img/ss/ss_1_sp.jpg);
  }
}
.l-deco__bg.--02 {
  background-image: url(../img/ss/ss_2_pc.jpg);
}
@media screen and (max-width: 767px) {
  .l-deco__bg.--02 {
    background-image: url(../img/ss/ss_2_sp.jpg);
  }
}
.l-deco__bg.--03 {
  background-image: url(../img/ss/ss_3_pc.jpg);
}
@media screen and (max-width: 767px) {
  .l-deco__bg.--03 {
    background-image: url(../img/ss/ss_3_sp.jpg);
  }
}
.l-deco__bg.--04 {
  background-image: url(../img/ss/ss_4_pc.jpg);
}
@media screen and (max-width: 767px) {
  .l-deco__bg.--04 {
    background-image: url(../img/ss/ss_4_sp.jpg);
  }
}
.l-deco__bg.--05 {
  background-image: url(../img/ss/ss_5_pc.jpg);
}
@media screen and (max-width: 767px) {
  .l-deco__bg.--05 {
    background-image: url(../img/ss/ss_5_sp.jpg);
  }
}
.l-deco__bg.--06 {
  background-image: url(../img/ss/ss_6_pc.jpg);
}
@media screen and (max-width: 767px) {
  .l-deco__bg.--06 {
    background-image: url(../img/ss/ss_6_sp.jpg);
  }
}

.l-deco__bg.--07 {
  background-image: url(../img/ss/ss_7_pc.jpg);
}
@media screen and (max-width: 767px) {
  .l-deco__bg.--07 {
    background-image: url(../img/ss/ss_7_sp.jpg);
  }
}




.l-comment-modal {
  display: none;
  border-radius: 20px;
  background-color: rgb(221, 212, 233);
  box-shadow: 0px 20px 40px 0px rgba(169, 150, 193, 0.5);
}
.l-comment-modal-item {
  width: 80%;
  margin: 0 auto;
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  .l-comment-modal-item {
    width: 94%;
    margin: 0 auto;
    padding: 63px 0 25px;
  }
}
.m-modal .l-comment-modal {
  display: block;
}

.p-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 91%;
  margin: 0 auto;
  padding: 67px 0 18px;
}
@media screen and (max-width: 920px) {
  .p-header {
    display: block;
    width: 92.5%;
    padding: 28px 0 24px;
  }
}
.p-header__logo {
  width: 37.8%;
  opacity: 0;
  transform: scale(1.02);
}
.is-load .p-header__logo {
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.8s cubic-bezier(0.33, 1, 0.68, 1) 0.1s, transform 0.8s cubic-bezier(0.33, 1, 0.68, 1) 0.1s;
}
@media screen and (max-width: 1200px) {
  .p-header__logo {
    width: 28.8%;
  }
}
@media screen and (max-width: 1200px) and (max-width: 920px) {
  .p-header__logo {
    width: 67%;
    position: relative;
  }
}
.p-header__logo img {
  width: 100%;
}
.p-header__menu {
  width: 57.8%;
}
@media screen and (max-width: 1200px) {
  .p-header__menu {
    width: 68%;
  }
}
@media screen and (max-width: 1200px) and (max-width: 920px) {
  .p-header__menu {
    margin: 0;
  }
}
.p-header__menu-btn {
  width: 30px;
  height: 15px;
  position: fixed;
  right: 15px;
  top: 33px;
  z-index: 11;
  opacity: 0;
  transform: scale(1.05);
}
.is-load .p-header__menu-btn {
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.8s cubic-bezier(0.33, 1, 0.68, 1) 0.1s, transform 0.8s cubic-bezier(0.33, 1, 0.68, 1) 0.1s;
}
@media screen and (max-width: 920px) {
  .p-header__menu-btn {
    display: block;
  }
}
.p-header__menu-btn .p-in-item {
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  background-color: var(--color-black);
  transition: opacity 0.6s cubic-bezier(0.33, 1, 0.68, 1), transform 0.6s cubic-bezier(0.33, 1, 0.68, 1), top 0.6s cubic-bezier(0.33, 1, 0.68, 1), bottom 0.6s cubic-bezier(0.33, 1, 0.68, 1);
}
.p-header__menu-btn .p-in-item:nth-of-type(1) {
  top: 0;
}
.is-menu-open .p-header__menu-btn .p-in-item:nth-of-type(1) {
  top: 7px;
  transform: rotate(45deg);
}
.p-header__menu-btn .p-in-item:nth-of-type(2) {
  top: 50%;
  transform: translateY(-50%);
}
.is-menu-open .p-header__menu-btn .p-in-item:nth-of-type(2) {
  opacity: 0;
  transform: scale(1.1);
}
.p-header__menu-btn .p-in-item:nth-of-type(3) {
  bottom: 0;
}
.is-menu-open .p-header__menu-btn .p-in-item:nth-of-type(3) {
  bottom: 7px;
  transform: rotate(-45deg);
}
@media screen and (max-width: 920px) {
  .p-header__menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0;
    pointer-events: none;
    background-color: var(--color-bg);
    z-index: 10;
    transition: opacity 0.6s cubic-bezier(0.33, 1, 0.68, 1), transform 0.6s cubic-bezier(0.33, 1, 0.68, 1);
  }
  .is-menu-open .p-header__menu-content {
    opacity: 1;
    pointer-events: auto;
  }
}
@media screen and (max-width: 920px) {
  .p-header__menu-content-logo {
    width: 92.5%;
    margin: 0 auto;
    padding: 28px 0 24px;
  }
  .p-header__menu-content-logo img {
    width: 60.8%;
    position: relative;
  }
}
.p-header__menu-content-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 3%;
}
@media screen and (max-width: 1200px) {
  .p-header__menu-content-list {
    margin-top: 1.2%;
  }
}
@media screen and (max-width: 1200px) and (max-width: 920px) {
  .p-header__menu-content-list {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
  }
}
.p-header__menu-content-list-item {
  font-size: 13px;
  letter-spacing: 0.01em;
  cursor: pointer;
  position: relative;
  opacity: 0;
  transform: translateY(5px);
}
@media screen and (min-width: 768px) {
  .is-load .p-header__menu-content-list-item {
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.8s cubic-bezier(0.33, 1, 0.68, 1) 0.1s, transform 0.8s cubic-bezier(0.33, 1, 0.68, 1) 0.1s;
  }
  .p-header__menu-content-list-item:hover::before {
    -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: 920px) {
  .p-header__menu-content-list-item {
    transition: opacity 0.6s cubic-bezier(0.33, 1, 0.68, 1), transform 0.6s cubic-bezier(0.33, 1, 0.68, 1);
  }
  .is-menu-open .p-header__menu-content-list-item {
    opacity: 1;
    transform: translateY(0);
  }
}
.p-header__menu-content-list-item:nth-of-type(1) {
  transition-delay: 0.07s;
}
.p-header__menu-content-list-item:nth-of-type(2) {
  transition-delay: 0.14s;
}
.p-header__menu-content-list-item:nth-of-type(3) {
  transition-delay: 0.21s;
}
.p-header__menu-content-list-item:nth-of-type(4) {
  transition-delay: 0.28s;
}
.p-header__menu-content-list-item:nth-of-type(5) {
  transition-delay: 0.35s;
}
.p-header__menu-content-list-item:nth-of-type(6) {
  transition-delay: 0.42s;
}
.p-header__menu-content-list-item:nth-of-type(7) {
  transition-delay: 0.49s;
}
.p-header__menu-content-list-item:nth-of-type(8) {
  transition-delay: 0.56s;
}
.p-header__menu-content-list-item:nth-of-type(9) {
  transition-delay: 0.63s;
}
.p-header__menu-content-list-item:nth-of-type(10) {
  transition-delay: 0.7s;
}
.p-header__menu-content-list-item::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: -7px;
  background-color: var(--color-black);
  -webkit-clip-path: polygon(50% 0, 50% 0, 50% 100%, 50% 100%);
  clip-path: polygon(50% 0, 50% 0, 50% 100%, 50% 100%);
  transition: -webkit-clip-path 0.6s cubic-bezier(0.33, 1, 0.68, 1);
  transition: clip-path 0.6s cubic-bezier(0.33, 1, 0.68, 1);
  transition: clip-path 0.6s cubic-bezier(0.33, 1, 0.68, 1), -webkit-clip-path 0.6s cubic-bezier(0.33, 1, 0.68, 1);
}
.p-header__menu-content-list-item .p-in-link {
  color: var(--color-black);
}
@media screen and (max-width: 1200px) {
  .p-header__menu-content-list-item {
    font-size: 12px;
  }
}
@media screen and (max-width: 1200px) and (max-width: 920px) {
  .p-header__menu-content-list-item {
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 30px;
  }
  .p-header__menu-content-list-item:last-of-type {
    margin-bottom: 0;
  }
}
.p-header__menu-content-sns {
  position: fixed;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 10;
}
@media screen and (max-width: 920px) {
  .p-header__menu-content-sns {
    position: absolute;
    top: auto;
    bottom: 7%;
    left: 50%;
    transform: translate(-50%, 0);
  }
}
.p-header__menu-content-sns-title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  transform: rotate(90deg);
  font-size: 10px;
  margin-bottom: 40px;
}
@media screen and (max-width: 920px) {
  .p-header__menu-content-sns-title {
    transform: rotate(0) translateY(5px);
    opacity: 0;
    text-align: center;
    letter-spacing: 0.1em;
    margin: 0 auto 15px;
    transition: opacity 0.6s cubic-bezier(0.33, 1, 0.68, 1), transform 0.6s cubic-bezier(0.33, 1, 0.68, 1);
  }
  .is-menu-open .p-header__menu-content-sns-title {
    opacity: 1;
    transform: translateY(0);
  }
}
@media screen and (max-width: 920px) {
  .p-header__menu-content-sns-list {
    display: flex;
    justify-content: center;
  }
}
.p-header__menu-content-sns-list-item {
  width: 26px;
  margin: 0 auto 10px;
  transition: transform 0.5s cubic-bezier(0.33, 1, 0.68, 1);
}
@media screen and (min-width: 768px) {
  .p-header__menu-content-sns-list-item:hover {
    transform: scale(1.08);
  }
}
@media screen and (max-width: 920px) {
  .p-header__menu-content-sns-list-item {
    width: 24px;
    margin: 0;
    margin-right: 10px;
    transform: translateY(5px);
    opacity: 0;
    transition: opacity 0.6s cubic-bezier(0.33, 1, 0.68, 1), transform 0.6s cubic-bezier(0.33, 1, 0.68, 1);
  }
  .p-header__menu-content-sns-list-item:nth-of-type(1) {
    transition-delay: 0.1s;
  }
  .p-header__menu-content-sns-list-item:nth-of-type(2) {
    transition-delay: 0.2s;
  }
  .p-header__menu-content-sns-list-item:nth-of-type(3) {
    transition-delay: 0.3s;
  }
  .p-header__menu-content-sns-list-item:nth-of-type(4) {
    transition-delay: 0.4s;
  }
  .p-header__menu-content-sns-list-item:nth-of-type(5) {
    transition-delay: 0.5s;
  }
  .p-header__menu-content-sns-list-item:nth-of-type(6) {
    transition-delay: 0.6s;
  }
  .p-header__menu-content-sns-list-item:nth-of-type(7) {
    transition-delay: 0.7s;
  }
  .p-header__menu-content-sns-list-item:nth-of-type(8) {
    transition-delay: 0.8s;
  }
  .p-header__menu-content-sns-list-item:nth-of-type(9) {
    transition-delay: 0.9s;
  }
  .p-header__menu-content-sns-list-item:nth-of-type(10) {
    transition-delay: 1s;
  }
  .is-menu-open .p-header__menu-content-sns-list-item {
    opacity: 1;
    transform: translateY(0);
  }
  .p-header__menu-content-sns-list-item:last-of-type {
    margin-right: 0;
  }
}

.p-footer {
  padding: 103px 0 123px;
  position: relative;
}
.p-footer::before {
    content: "";
    display: block;
    width: 120px;
    height: 185px;
    position: absolute;
    top: -98px;
    right: 23.2%;
    background: url(../img/footer/chara2.png) center no-repeat;
    background-size: contain;
}
@media screen and (max-width: 767px) {
	.p-footer::before {
	    width: 32%;
	    height: auto;
	    padding-top: 35%;
	    left: auto;
	    right: 0%;
		top: -27%;

	}
}
.p-footer::after {
    content: "";
    display: block;
    width: 120px;
    height: 185px;
    position: absolute;
    top: -11px;

    left: 26%;
    background: url(../img/footer/chara1.png) center no-repeat;
    background-size: contain;
}
@media screen and (max-width: 767px) {
	.p-footer::after {
	    width: 22%;
	    height: auto;
	    padding-top: 34%;
		top: -5.3%;
	    right: auto;
	    left: 5%;
	}

}
@media screen and (max-width: 767px) {
  .p-footer {
    padding: 44px 0 46px;
  }
}
@media screen and (max-width: 767px) {
.p-footer__inner {
  width: 91.8%;
  margin: 0 auto;
  position: relative;
}
}

.p-footer__inner {
  width: 91.8%;
  margin: 0 auto;
  position: static;
}
.p-footer__scrolltop {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 60px;
  bottom: 105px;
  background-color: var(--color-black);
  border-radius: 50%;
  opacity: 0;
  pointer-events: none;
  cursor: pointer;
  transition: opacity 0.5s cubic-bezier(0.33, 1, 0.68, 1), transform 0.5s cubic-bezier(0.33, 1, 0.68, 1);
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .p-footer__scrolltop:hover {
    transform: scale(1.08);
  }
}
.p-footer__scrolltop.is-active {
  opacity: 1;
  pointer-events: auto;
}
@media screen and (max-width: 767px) {
  .p-footer__scrolltop {
    width: 40px;
    height: 40px;
    right: 16px;
    bottom: 20px;
  }
}
.p-footer__scrolltop .p-in-item {
  width: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.p-footer__scrolltop .p-in-item img {
  width: 100%;
}
.p-footer__sns {
  display: flex;
  align-items: center;
  position: absolute;
  top: 45%;
  left: 5%;
  transform: translateY(-50%);
  z-index:1000;
}
@media screen and (max-width: 767px) {
  .p-footer__sns {
    display: block;
    margin-bottom: 42px;
    position: static;
    transform: translate(0);
    z-index:1000;
  }
}
.p-footer__sns-title {
  margin-right: 14px;
  font-size: 10px;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 767px) {
  .p-footer__sns-title {
    margin-bottom: 14px;
    margin-right: 0;
    text-align: center;
  }
}
.p-footer__sns-list {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-footer__sns-list {
    justify-content: center;
  }
}
.p-footer__sns-list-item {
  margin-right: 9px;
  width: 26px;
  transition: transform 0.5s cubic-bezier(0.33, 1, 0.68, 1);
}
@media screen and (min-width: 768px) {
  .p-footer__sns-list-item:hover {
    transform: scale(1.08);
  }
}
@media screen and (max-width: 767px) {
  .p-footer__sns-list-item {
    margin-right: 8px;
  }
  .p-footer__sns-list-item:last-of-type {
    margin-right: 0;
  }
}
.p-footer__copy {
  text-align: center;
  font-size: 11px;
}
@media screen and (max-width: 767px) {
  .p-footer__copy {
    font-size: 10px;
  }
}

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

.p-kv {
  margin-bottom: 5px;
}
.p-kv__image {
  width: 91.5%;
  margin: 0 auto 29px;
  opacity: 0;
  transform: scale(1.02);
}
.is-load .p-kv__image {
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.8s cubic-bezier(0.33, 1, 0.68, 1), transform 0.8s cubic-bezier(0.33, 1, 0.68, 1);
}
@media screen and (max-width: 767px) {
  .p-kv__image {
    width: 91.5%;
    margin: 0px auto 22px;
  }
}
.p-kv__image-list-item img {
  width: 100%;
}
.p-kv__image-main {
  width: 100%;
  padding-top: 116%;
  background: url(../img/main/visual_sp.jpg) center no-repeat;
  background-size: contain;
}
.p-kv__data {
  font-size: 18px;
  line-height:28px;
  letter-spacing: 0.05em;
  font-weight: 600;
  text-align: center;
  opacity: 0;
  transform: scale(1.02);
}
.is-load .p-kv__data {
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.8s cubic-bezier(0.33, 1, 0.68, 1) 0.2s, transform 0.8s cubic-bezier(0.33, 1, 0.68, 1) 0.2s;
}
@media screen and (max-width: 920px) {
  .p-kv__data {
    width: 91.5%;
    margin: 0 auto;
    line-height: 1.5;
  }
}
@media screen and (max-width: 920px) and (max-width: 767px) {
  .p-kv__data {
    width: 93%;
    font-size: 12px;
    letter-spacing: 0.05em;
    line-height: 1.8;
  }
}

.p-news {
  width: 71%;
  margin: 0 auto 143px;
  padding-top: 108px;
}
@media screen and (max-width: 767px) {
  .p-news {
    width: 92%;
    margin: 0 auto 83px;
    padding-top: 70px;
  }
}
.p-news__content-list {
  border-top: 1px solid var(--color-border);
  transition: opacity 0.7s cubic-bezier(0.33, 1, 0.68, 1) 0.1s, transform 0.7s cubic-bezier(0.33, 1, 0.68, 1) 0.1s;
  opacity: 0;
  transform: translateY(8px);
}
.is-active .p-news__content-list {
  opacity: 1;
  transform: translateY(0);
}
.p-news__content-list-item {
  padding: 15px 0;
  border-bottom: 1px solid var(--color-border);
  transition: opacity 0.7s cubic-bezier(0.33, 1, 0.68, 1) 0.2s, transform 0.7s cubic-bezier(0.33, 1, 0.68, 1) 0.2s;
  opacity: 0;
  transform: translateY(8px);
}
.p-news__content-list-item:nth-of-type(1) {
  transition-delay: 0.2s;
}
.p-news__content-list-item:nth-of-type(2) {
  transition-delay: 0.3s;
}
.p-news__content-list-item:nth-of-type(3) {
  transition-delay: 0.4s;
}
.p-news__content-list-item:nth-of-type(4) {
  transition-delay: 0.5s;
}
.p-news__content-list-item:nth-of-type(5) {
  transition-delay: 0.6s;
}
.p-news__content-list-item:nth-of-type(6) {
  transition-delay: 0.7s;
}
.p-news__content-list-item:nth-of-type(7) {
  transition-delay: 0.8s;
}
.p-news__content-list-item:nth-of-type(8) {
  transition-delay: 0.9s;
}
.p-news__content-list-item:nth-of-type(9) {
  transition-delay: 1s;
}
.p-news__content-list-item:nth-of-type(10) {
  transition-delay: 1.1s;
}
.p-news__content-list-item:nth-of-type(11) {
  transition-delay: 1.2s;
}
.p-news__content-list-item:nth-of-type(12) {
  transition-delay: 1.3s;
}
.p-news__content-list-item:nth-of-type(13) {
  transition-delay: 1.4s;
}
.p-news__content-list-item:nth-of-type(14) {
  transition-delay: 1.5s;
}
.p-news__content-list-item:nth-of-type(15) {
  transition-delay: 1.6s;
}
.is-active .p-news__content-list-item {
  opacity: 1;
  transform: translateY(0);
}
.p-news__content-list-item .p-in-inner {
  width: 80.5%;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-news__content-list-item .p-in-inner {
    width: 90%;
    align-items: flex-start;
  }
}
.p-news__content-list-item .p-in-data {
  width: 108px;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .p-news__content-list-item .p-in-data {
    width: 77px;
    font-size: 13px;
    letter-spacing: 0.04em;
  }
}
.p-news__content-list-item .p-in-title {
  width: calc(100% - 108px);
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .p-news__content-list-item .p-in-title {
    width: calc(100% - 77px);
    font-size: 12px;
    line-height: 1.8;
    margin-top: -5px;
  }
}

.p-onair {
  width: 71.5%;
  margin: 5px auto 121px;
  padding-top: 115px;
}
@media screen and (max-width: 767px) {
  .p-onair {
    width: 92%;
    margin: 5px auto 73px;
    padding-top: 60px;
  }
}
.p-onair__title {
  margin-bottom: 40px;
}
.p-onair__content-list {
  border-top: 1px solid var(--color-border);
  transition: opacity 0.7s cubic-bezier(0.33, 1, 0.68, 1) 0.1s, transform 0.7s cubic-bezier(0.33, 1, 0.68, 1) 0.1s;
  opacity: 0;
  transform: translateY(8px);
}
.is-active .p-onair__content-list {
  opacity: 1;
  transform: translateY(0);
}
.p-onair__content-list-item {
  padding: 30px 0;
  border-bottom: 1px solid var(--color-border);
  transition: opacity 0.7s cubic-bezier(0.33, 1, 0.68, 1) 0.2s, transform 0.7s cubic-bezier(0.33, 1, 0.68, 1) 0.2s;
  opacity: 0;
  transform: translateY(8px);
}
.p-onair__content-list-item:nth-of-type(1) {
  transition-delay: 0.2s;
}
.p-onair__content-list-item:nth-of-type(2) {
  transition-delay: 0.3s;
}
.p-onair__content-list-item:nth-of-type(3) {
  transition-delay: 0.4s;
}
.p-onair__content-list-item:nth-of-type(4) {
  transition-delay: 0.5s;
}
.p-onair__content-list-item:nth-of-type(5) {
  transition-delay: 0.6s;
}
.p-onair__content-list-item:nth-of-type(6) {
  transition-delay: 0.7s;
}
.p-onair__content-list-item:nth-of-type(7) {
  transition-delay: 0.8s;
}
.p-onair__content-list-item:nth-of-type(8) {
  transition-delay: 0.9s;
}
.p-onair__content-list-item:nth-of-type(9) {
  transition-delay: 1s;
}
.p-onair__content-list-item:nth-of-type(10) {
  transition-delay: 1.1s;
}
.p-onair__content-list-item:nth-of-type(11) {
  transition-delay: 1.2s;
}
.p-onair__content-list-item:nth-of-type(12) {
  transition-delay: 1.3s;
}
.p-onair__content-list-item:nth-of-type(13) {
  transition-delay: 1.4s;
}
.p-onair__content-list-item:nth-of-type(14) {
  transition-delay: 1.5s;
}
.p-onair__content-list-item:nth-of-type(15) {
  transition-delay: 1.6s;
}
.is-active .p-onair__content-list-item {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 767px) {
  .p-onair__content-list-item {
    padding: 12px 0 10px;
  }
}
.p-onair__content-list-item:nth-of-type(3) .p-in-inner {
  align-items: center;
}
.p-onair__content-list-item .p-in-inner {
  width: 80%;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-onair__content-list-item .p-in-inner {
    width: 89%;
    align-items: flex-start;
  }
}
.p-onair__content-list-item .p-in-cat {
  width: 120px;
  font-size: 14px;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 767px) {
  .p-onair__content-list-item .p-in-cat {
    width: 76px;
    line-height: 1.5;
    letter-spacing: 0.01em;
  }
}
.p-onair__content-list-item .p-in-text {
  width: calc(100% - 120px);
  font-size: 14px;
  line-height:20px;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 767px) {
  .p-onair__content-list-item .p-in-text {
    width: calc(100% - 76px);
    line-height: 1.5;
    font-size: 13px;
  }
}

.p-about {
  width: 71.5%;
  margin: 5px auto 0;
  padding-top: 93px;
}
@media screen and (max-width: 767px) {
  .p-about {
    margin: 5px auto 0;
    padding-top: 67px;
  }
}
.p-about__title {
  margin-bottom: 39px;
}
@media screen and (max-width: 767px) {
  .p-about__title {
    margin-bottom: 31px;
  }
}
.p-about__detail {
  font-size: 14px;
  line-height: 2.15;
  text-align: center;
  transition: opacity 0.7s cubic-bezier(0.33, 1, 0.68, 1) 0.2s, transform 0.7s cubic-bezier(0.33, 1, 0.68, 1) 0.2s;
  opacity: 0;
  transform: translateY(8px);
}
.is-active .p-about__detail {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 767px) {
  .p-about__detail {
    font-size: 13px;
  }
}

.p-staffcast {
  margin-bottom: 103px;
  padding-top: 89px;
}
@media screen and (max-width: 767px) {
  .p-staffcast {
    margin-bottom: 73px;
    padding-top: 73px;
  }
}
.p-staffcast__title {
  margin-bottom: 48px;
}
@media screen and (max-width: 767px) {
  .p-staffcast__title {
    margin-bottom: 39px;
  }
}
.p-staffcast__content {
  margin-bottom: 38px;
}
@media screen and (max-width: 767px) {
  .p-staffcast__content {
    margin-bottom: 43px;
  }
  .p-staffcast__content:last-of-type {
    margin-bottom: 0;
  }
}
.p-staffcast__content-title {
  margin: 0 auto 26px;
}
.p-staffcast__content-main {
  width: 56%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-staffcast__content-main {
    width: 70%;
  }
}
.p-staffcast__content-main-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  transition: opacity 0.7s cubic-bezier(0.33, 1, 0.68, 1) 0.2s, transform 0.7s cubic-bezier(0.33, 1, 0.68, 1) 0.2s;
  opacity: 0;
  transform: translateY(8px);
}
.is-active .p-staffcast__content-main-list {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 767px) {
  .p-staffcast__content-main-list {
    display: block;
    text-align: center;
  }
}
.p-staffcast__content-main-list-item {
  margin: 0 9px 16px;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .p-staffcast__content-main-list-item {
    margin: 0 auto 15px;
    font-size: 13px;
  }
}

.p-staffcast__content-main-list-item1 {
  margin: 0 auto 16px auto;
  font-size: 14px;
  width:100%;
  display:inline-block;
  text-align:center;
}
@media screen and (max-width: 767px) {
  .p-staffcast__content-main-list-item1 {
    margin: 0 auto 15px;
    font-size: 13px;
    width:unset;
  }
}

.p-staffcast__comment-btn {
  width: 210px;
}
@media screen and (max-width: 767px) {
  .p-staffcast__comment-btn {
    width: 174px;
  }
}
.p-staffcast__comment-modal-item {
  width: 67%;
  padding: 24px 0;
}
@media screen and (max-width: 767px) {
  .p-staffcast__comment-modal-item {
    width: 94%;
    padding: 55px 0 30px;
  }
}

.p-chara {
  margin: 0 auto 126px;
  padding-top: 100px;
}
@media screen and (max-width: 767px) {
  .p-chara {
    margin: 0 auto 80px;
    padding-top: 73px;
  }
}
.p-chara__title {
  margin-bottom: 122px;
}
@media screen and (max-width: 767px) {
  .p-chara__title {
    margin-bottom: 67px;
  }
}
.p-chara__content {
  width: 53%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-chara__content {
    width: 79%;
    margin: 0 auto;
  }
}
.p-chara__content-list {
  display: flex;
  justify-content: space-between;
}
.p-chara__content-list-item {
  width: 31%;
  cursor: pointer;
  position: relative;
}
.p-chara__content-list-item:nth-of-type(2) .p-in-deco {
  right: -24px;
}
@media screen and (max-width: 767px) {
  .p-chara__content-list-item:nth-of-type(2) .p-in-deco {
    bottom: 6px;
    right: 6px;
  }
}
.p-chara__content-list-item img {
  width: 100%;
  transition: transform 0.7s cubic-bezier(0.33, 1, 0.68, 1);
}
.p-chara__content-list-item .p-in-deco {
  width: 30px;
  height: 30px;
  background-color: var(--color-black);
  border-radius: 200px;
  position: absolute;
  bottom: 8px;
  right: -14px;
  transition: opacity 0.9s cubic-bezier(0.33, 1, 0.68, 1) 0.3s, transform 0.9s cubic-bezier(0.33, 1, 0.68, 1) 0.3s;
  opacity: 0;
  transform: scale(1.08);
}
.is-active .p-chara__content-list-item .p-in-deco {
  opacity: 1;
  transform: scale(1);
}
@media screen and (max-width: 767px) {
  .p-chara__content-list-item .p-in-deco {
    width: 20px;
    height: 20px;
    bottom: 6px;
    right: -2px;
  }
}
.p-chara__content-list-item .p-in-deco::before {
  content: "";
  display: block;
  width: 10px;
  height: 1px;
  background-color: var(--color-white);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .p-chara__content-list-item .p-in-deco::before {
    width: 8px;
  }
}
.p-chara__content-list-item .p-in-deco::after {
  content: "";
  display: block;
  width: 1px;
  height: 10px;
  background-color: var(--color-white);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .p-chara__content-list-item .p-in-deco::after {
    height: 8px;
  }
}
@media screen and (max-width: 767px) {
  .p-chara__content-list-item {
    width: 43%;
  }
}
.p-chara__content-list-item:nth-of-type(2) {
  width: 27%;
}
@media screen and (max-width: 767px) {
  .p-chara__content-list-item:nth-of-type(2) {
    width: 47%;
  }
}
.p-chara__content-list-item:nth-of-type(2) .p-in-title {
  margin-bottom: 147px;
}
@media screen and (max-width: 767px) {
  .p-chara__content-list-item:nth-of-type(2) .p-in-title {
    margin-bottom: 66%;
  }
}
@media screen and (max-width: 767px) {
  .p-chara__content-list-item:nth-of-type(2) .p-in-image {
    width: 66%;
  }
}
.p-chara__content-list-item .p-in-title {
  margin-bottom: 72px;
}
@media screen and (max-width: 767px) {
  .p-chara__content-list-item .p-in-title {
    margin-bottom: 42%;
    font-size: 13px;
    letter-spacing: 0.05em;
  }
}
.p-chara__content-list-item .p-in-image {
  width: 98.5%;
  margin: 0 auto;
  transition: opacity 0.9s cubic-bezier(0.33, 1, 0.68, 1) 0.2s, transform 0.9s cubic-bezier(0.33, 1, 0.68, 1) 0.2s;
  opacity: 0;
  transform: scale(1.02);
}
.is-active .p-chara__content-list-item .p-in-image {
  opacity: 1;
  transform: scale(1);
}
@media screen and (max-width: 767px) {
  .p-chara__content-list-item .p-in-image {
    width: 83.5%;
  }
}
@media screen and (max-width: 767px) {
  .p-chara__content-list-item .p-in-btn {
    margin: 39px auto 0;
    width: 100%;
    max-width: 140px;
  }
}
@media screen and (min-width: 768px) {
  .p-chara__content-list-item .p-in-inner:hover .p-in-image img {
    transform: translateY(-15px);
  }
}
.p-chara__modal {
  display: none;
  border-radius: 20px;
  background-color: rgb(221, 212, 233);
  box-shadow: 0px 20px 40px 0px rgba(169, 150, 193, 0.5);
}
.m-modal .p-chara__modal {
  display: block;
}
.p-chara__modal-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 67%;
  margin: 0 auto;
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  .p-chara__modal-content {
    display: block;
    width: 88%;
    padding: 63px 0;
  }
}
.p-chara__modal-content-image {
  width: 37%;
}
.p-chara__modal-content-image img {
  width: 92%;
  margin-left: auto;
}
.p-chara__modal-content-detail {
  width: 48.4%;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-chara__modal-content-detail {
    width: 100%;
    text-align: center;
  }
}
.p-chara__modal-content-detail .p-in-title {
  text-align: left;
  margin: 0 auto 25px 0;
  font-size: 15px;
  letter-spacing: 0.08em;
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 767px) {
  .p-chara__modal-content-detail .p-in-title {
    text-align: center;
    margin: 0 auto 25px;
  }
}
.p-chara__modal-content-detail .p-in-title::before {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  bottom: -11px;
}
@media screen and (max-width: 767px) {
  .p-chara__modal-content-detail .p-in-title::before {
    bottom: -9px;
  }
}
.p-chara__modal-content-detail .p-in-image {
  width: 52%;
  margin: 0 auto 25px;
}
.p-chara__modal-content-detail .p-in-cv {
  margin-bottom: 24px;
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .p-chara__modal-content-detail .p-in-cv {
    margin-bottom: 36px;
  }
}
.p-chara__modal-content-detail .p-in-detail {
  font-size: 14px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-chara__modal-content-detail .p-in-detail {
    text-align: left;
  }
}

.p-movie {
  margin: 5px auto 103px;
  padding-top: 113px;
}
@media screen and (max-width: 767px) {
  .p-movie {
    margin: 5px auto 70px;
    padding-top: 49px;
  }
}
.p-movie__title {
  margin-bottom: 56px;
}
@media screen and (max-width: 767px) {
  .p-movie__title {
    margin-bottom: 42px;
  }
}
.p-movie__content-list.is-center {
  justify-content: center;
}
.p-movie__content-list-item {
  width: 35.5%;
  cursor: pointer;
  transition: opacity 0.7s cubic-bezier(0.33, 1, 0.68, 1) 0.2s, transform 0.7s cubic-bezier(0.33, 1, 0.68, 1) 0.2s;
  opacity: 0;
  transform: translateY(5px);
  position: relative;
  overflow: hidden;
}
.is-active .p-movie__content-list-item {
  opacity: 1;
  transform: translateY(0);
}
.p-movie__content-list-item::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: var(--color-black);
  opacity: 0.2;
}
.p-movie__content-list-item::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/common/icon_play.png) no-repeat center/80px auto;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-movie__content-list-item::after {
    background: url(../img/common/icon_play.png) no-repeat center/40px auto;
  }
}
@media screen and (max-width: 767px) {
  .p-movie__content-list-item {
    width: 67.5%;
  }
}
.p-movie__content-list-item-img img {
  transition: transform 0.8s cubic-bezier(0.33, 1, 0.68, 1);
}
@media screen and (min-width: 768px) {
  .p-movie__content-list-item:hover .p-movie__content-list-item-img img {
    transform: scale(1.04);
  }
}
.p-movie__content-bar {
  width: 35.5%;
  height: 2px;
  background-color: var(--color-white);
  margin: 31px auto;
  position: relative;
  transition: opacity 0.7s cubic-bezier(0.33, 1, 0.68, 1) 0.3s, transform 0.7s cubic-bezier(0.33, 1, 0.68, 1) 0.3s;
  opacity: 0;
  transform: translateY(5px);
}
.p-movie__content-bar.is-hide {
  display: none;
}
.is-active .p-movie__content-bar {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 767px) {
  .p-movie__content-bar {
    width: 67.5%;
    margin: 15px auto 30px;
  }
}
.p-movie__content-bar .swiper-pagination-progressbar-fill {
  background-color: var(--color-black);
}
.p-movie__content-page {
  display: flex;
  justify-content: center;
  transition: opacity 0.7s cubic-bezier(0.33, 1, 0.68, 1) 0.4s, transform 0.7s cubic-bezier(0.33, 1, 0.68, 1) 0.4s;
  opacity: 0;
  transform: translateY(5px);
}
.p-movie__content-page.is-hide {
  display: none;
}
.is-active .p-movie__content-page {
  opacity: 1;
  transform: translateY(0);
}
.p-movie__content-page-item {
  width: 80px;
  padding: 10px;
  background-color: var(--color-black);
  margin-right: 15px;
  border-radius: 250px;
  transition: transform 0.8s cubic-bezier(0.33, 1, 0.68, 1);
}
.p-movie__content-page-item:last-of-type {
  margin-right: 0;
}
@media screen and (min-width: 768px) {
  .p-movie__content-page-item:hover {
    transform: translateX(-10px);
  }
  .p-movie__content-page-item:hover:last-of-type {
    transform: translateX(10px);
  }
}
.p-movie__content-page-item img {
  width: 15px;
  margin: 0 auto;
}

.p-music {
  margin-bottom: 234px;
  margin-top: 5px;
  padding-top: 103px;
}
@media screen and (max-width: 767px) {
  .p-music {
    margin-bottom: 70px;
    padding-top: 70px;
  }
}
.p-music__title {
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .p-music__title {
    margin-bottom: 61px;
  }
}
.p-music__content {
  width: 57%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-music__content {
    width: 82%;
    margin: 0 auto;
  }
}
.p-music__content-inner {
  display: flex;
/*  align-items: center; */
  justify-content: space-between;
  margin-bottom: 64px;
}
@media screen and (max-width: 767px) {
  .p-music__content-inner {
    display: block;
    margin-bottom: 42px;
  }
}
.p-music__content-image {
  width: 37.5%;
  transition: opacity 0.7s cubic-bezier(0.33, 1, 0.68, 1) 0.3s, transform 0.7s cubic-bezier(0.33, 1, 0.68, 1) 0.3s;
  opacity: 0;
  transform: translateY(-5px);
}
.is-active .p-music__content-image {
  opacity: 1;
  transform: translateY(0);
}
.p-music__content-image img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-music__content-image {
    width: 100%;
    margin-bottom: 31px;
  }
}
.p-music__content-detail {
  width: 55%;
  transition: opacity 0.7s cubic-bezier(0.33, 1, 0.68, 1) 0.3s, transform 0.7s cubic-bezier(0.33, 1, 0.68, 1) 0.3s;
  opacity: 0;
  transform: translateY(5px);
}
.is-active .p-music__content-detail {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 767px) {
  .p-music__content-detail {
    width: 100%;
  }
}
.p-music__content-detail-name {
  margin-bottom: 18px;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .p-music__content-detail-name {
    font-size: 13px;
  }
}
.p-music__content-detail-text {
  font-size: 14px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-music__content-detail-text {
    font-size: 13px;
  }
}
.p-music__content-movie {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
  transition: opacity 0.7s cubic-bezier(0.33, 1, 0.68, 1) 0.4s, transform 0.7s cubic-bezier(0.33, 1, 0.68, 1) 0.4s;
  opacity: 0;
  transform: translateY(5px);
}
.is-active .p-music__content-movie {
  opacity: 1;
  transform: translateY(0);
}
.p-music__content-movie iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.p-goods {
  margin: 0 auto 194px;
  padding-top: 106px;
}
@media screen and (max-width: 767px) {
  .p-goods {
    margin: 0 auto 185px;
    padding-top: 62px;
  }
}
.p-goods.--in {
  margin: 88px auto 194px;
}
@media screen and (max-width: 767px) {
  .p-goods.--in {
    margin: 53px auto 182px;
  }
}
@media screen and (max-width: 767px) {
  .p-goods__title {
    margin-bottom: 37px;
  }
}
.p-goods__content {
  width: 53%;
  margin: 0 auto;
  transition: opacity 0.7s cubic-bezier(0.33, 1, 0.68, 1) 0.3s, transform 0.7s cubic-bezier(0.33, 1, 0.68, 1) 0.3s;
  opacity: 0;
  transform: translateY(5px);
}
.is-active .p-goods__content {
  opacity: 1;
  transform: translateY(0);
}
.--goods .p-goods__content {
  width: 72%;
}
@media screen and (max-width: 767px) {
  .--goods .p-goods__content {
    width: 87%;
  }
}
@media screen and (max-width: 767px) {
  .p-goods__content {
    width: 87%;
    margin: 0 auto;
  }
}
.p-goods__content-list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 17px;
}
@media screen and (max-width: 767px) {
  .p-goods__content-list {
    margin-bottom: 20px;
  }
}
.p-goods__content-list-item {
  width: 23.5%;
  margin-bottom: 43px;
  margin-right: 2%;
}
.--goods .p-goods__content-list-item {
  width: 22%;
  margin-bottom: 43px;
  margin-right: 4%;
}
.--goods .p-goods__content-list-item:nth-of-type(3n) {
  margin-right: 4%;
}
.--goods .p-goods__content-list-item:nth-of-type(4n) {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .--goods .p-goods__content-list-item {
    width: 46%;
    margin-bottom: 28px;
    margin-right: 8%;
  }
  .--goods .p-goods__content-list-item:nth-of-type(3n) {
    margin-right: 8%;
  }
  .--goods .p-goods__content-list-item:nth-of-type(2n) {
    margin-right: 0;
  }
}
.p-goods__content-list-item:nth-of-type(4n) {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .p-goods__content-list-item {
    width: 46%;
    margin-bottom: 28px;
    margin-right: 8%;
  }
  .p-goods__content-list-item:nth-of-type(3n) {
    margin-right: 8%;
  }
  .p-goods__content-list-item:nth-of-type(2n) {
    margin-right: 0;
  }
}
.p-goods__content-list-item .p-in-image {
  width: 100%;
  margin-bottom: 13px;
}
@media screen and (max-width: 767px) {
  .p-goods__content-list-item .p-in-image {
    margin-bottom: 5px;
  }
}
.p-goods__content-list-item .p-in-image img {
  width: 100%;
}
.p-goods__content-list-item .p-in-title {
  font-size: 14px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-goods__content-list-item .p-in-title {
    font-size: 11px;
    line-height: 1.5;
  }
}
.p-goods__content-more {
  width: 184px;
  text-align: center;
  transition: opacity 0.7s cubic-bezier(0.33, 1, 0.68, 1) 0.4s, transform 0.7s cubic-bezier(0.33, 1, 0.68, 1) 0.4s;
  opacity: 0;
  transform: translateY(5px);
}
.is-active .p-goods__content-more {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 767px) {
  .p-goods__content-more {
    width: 123px;
  }
}


.p-quiz{
  margin: 0 auto 194px;
  padding-top: 106px;
}
@media screen and (max-width: 767px) {
  .p-quiz{
    margin: 0 auto 185px;
    padding-top: 62px;
  }
}
.p-quiz.--in {
  margin: 0px auto 194px;
}
@media screen and (max-width: 767px) {
  .p-quiz.--in {
    margin: 0px auto 182px;
  }
}
@media screen and (max-width: 767px) {
  .p-quiz__title {
    margin-bottom: 37px;
  }
}
.p-quiz__content {
  width: 53%;
  margin: 0 auto;
  transition: opacity 0.7s cubic-bezier(0.33, 1, 0.68, 1) 0.3s, transform 0.7s cubic-bezier(0.33, 1, 0.68, 1) 0.3s;
  opacity: 0;
  transform: translateY(5px);
}
.is-active .p-quiz__content {
  opacity: 1;
  transform: translateY(0);
}
.--goods .p-quiz__content {
  width: 72%;
}
@media screen and (max-width: 767px) {
  .--goods .p-quiz__content {
    width: 87%;
  }
}
@media screen and (max-width: 767px) {
  .p-quiz__content {
    width: 87%;
    margin: 0 auto;
  }
}
.p-quiz__content-list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 17px;
}
@media screen and (max-width: 767px) {
  .p-quiz__content-list {
    margin-bottom: 20px;
  }
}
.p-quiz__content-list-item {
  width: 23.5%;
  margin-bottom: 43px;
  margin-right: 2%;
}
.--goods .p-quiz__content-list-item {
  width: 22%;
  margin-bottom: 43px;
  margin-right: 4%;
}
.--goods .p-quiz__content-list-item:nth-of-type(3n) {
  margin-right: 4%;
}
.--goods .p-quiz__content-list-item:nth-of-type(4n) {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .--goods .p-quiz__content-list-item {
    width: 46%;
    margin-bottom: 28px;
    margin-right: 8%;
  }
  .--goods .p-quiz__content-list-item:nth-of-type(3n) {
    margin-right: 8%;
  }
  .--goods .p-quiz__content-list-item:nth-of-type(2n) {
    margin-right: 0;
  }
}
.p-quiz__content-list-item:nth-of-type(4n) {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .p-quiz__content-list-item {
    width: 46%;
    margin-bottom: 28px;
    margin-right: 8%;
  }
  .p-quiz__content-list-item:nth-of-type(3n) {
    margin-right: 8%;
  }
  .p-quiz__content-list-item:nth-of-type(2n) {
    margin-right: 0;
  }
}
.p-quiz__content-list-item .p-in-image {
  width: 100%;
  margin-bottom: 13px;
}
@media screen and (max-width: 767px) {
  .p-quiz__content-list-item .p-in-image {
    margin-bottom: 5px;
  }
}
.p-quiz__content-list-item .p-in-image img {
  width: 100%;
}
.p-quiz__content-list-item .p-in-title {
  font-size: 14px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-quiz__content-list-item .p-in-title {
    font-size: 11px;
    line-height: 1.5;
  }
}
.p-quiz__content-more {
  width: 184px;
  text-align: center;
  transition: opacity 0.7s cubic-bezier(0.33, 1, 0.68, 1) 0.4s, transform 0.7s cubic-bezier(0.33, 1, 0.68, 1) 0.4s;
  opacity: 0;
  transform: translateY(5px);
}
.is-active .p-quiz__content-more {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 767px) {
  .p-quiz__content-more {
    width: 123px;
  }
}




:root {
  --winH: 100vh;
  --font-sans: "Noto Sans JP", -apple-system, BlinkMacSystemFont,
    "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3",
    Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  --color-white: #fff;
  --color-black: #000;
  --color-bg: #ddd4e9;
  --color-border: rgba(0,0,0,.2);
}

body {
  font-family: var(--font-sans);
  background-color: var(--color-bg);
}

a {
  text-decoration: none;
}

.m-modal.m-modal-custom[data-modal-type=youtube] .m-modal__content {
  width: 95%;
  max-width: 159.3vh;
}
.m-modal.m-modal-custom .m-modal__bg {
  background-color: transparent;
}
.m-modal.m-modal-custom .m-modal__bg.--movie {
  background: var(--color-black);
  opacity: 0.8;
}
.m-modal.m-modal-custom .m-modal__content {
  width: 71.5%;
}
@media screen and (max-width: 767px) {
  .m-modal.m-modal-custom .m-modal__content {
    width: 92%;
  }
}
.m-modal.m-modal-custom .m-modal__close-btn {
  position: absolute;
  top: 42px;
  right: 42px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  border-radius: 50%;
  background-color: var(--color-black);
  transition: opacity 0.5s cubic-bezier(0.33, 1, 0.68, 1), transform 0.5s cubic-bezier(0.33, 1, 0.68, 1);
}
@media screen and (min-width: 768px) {
  .m-modal.m-modal-custom .m-modal__close-btn:hover {
    transform: scale(1.08);
  }
}
@media screen and (max-width: 767px) {
  .m-modal.m-modal-custom .m-modal__close-btn {
    top: 18px;
    right: 10px;
    width: 30px;
    height: 30px;
  }
}
.m-modal.m-modal-custom .m-modal__close-btn::before, .m-modal.m-modal-custom .m-modal__close-btn::after {
  display: none;
}
.m-modal.m-modal-custom .m-modal__close-btn .p-in-item {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .m-modal.m-modal-custom .m-modal__close-btn .p-in-item {
    width: 12px;
    height: 12px;
  }
}
.m-modal.m-modal-custom .m-modal__close-btn .p-in-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: rotate(-45deg);
  background-color: var(--color-white);
  width: 1px;
  height: 20px;
}
@media screen and (max-width: 767px) {
  .m-modal.m-modal-custom .m-modal__close-btn .p-in-item::before {
    height: 12px;
  }
}
.m-modal.m-modal-custom .m-modal__close-btn .p-in-item::after {
  content: "";
  position: absolute;
  top: 0px;
  left: 50%;
  transform: rotate(45deg);
  background-color: var(--color-white);
  width: 1px;
  height: 20px;
}
@media screen and (max-width: 767px) {
  .m-modal.m-modal-custom .m-modal__close-btn .p-in-item::after {
    height: 12px;
  }
}

.swiper-fade .swiper-slide {
  transition-property: opacity;
}



.comingsoon {
    font-size: 19px;
    letter-spacing: 0.07em;
    text-align: center;
}

.comment-img{
	display:inline-block;
	width: 25px;
	margin-top:-10px;
    color: var(--color-white);
    position: relative;
    cursor: pointer;
    transition: opacity 0.7s cubic-bezier(0.33, 1, 0.68, 1) 0.3s, transform 	0.7s cubic-bezier(0.33, 1, 0.68, 1) 0.3s;
}

.comment-img:hover{
	  transform: scale(1.20);
}

.news-area{max-width:720px;margin:0 auto;padding:0 0 30px 0;text-align:left;}

@media screen and (max-width: 767px) {
 .news-area{width:90%;margin:0 auto;padding:0 0 30px 0;text-align:left;}
}


.p-news_line {
    padding: 0 0 15px;
    border-bottom: 1px solid var(--color-border);
    margin:0 auto 30px;
}

.p-news_line h2{
   font-size:18px;line-height:28px;font-weight:700;
}

.p-news_line .day{
   font-size:12px;padding-top:10px;
}

.pc {display:block;}
.sp {display:none;}
@media screen and (max-width: 767px) {
  .pc {display:none;}
  .sp {display:block;}
}


.p-news__detail {
  font-size: 14px;
  line-height: 2.15;
  text-align: left;

}


@media screen and (max-width: 767px) {
.p-news__detail {
    font-size: 13px;
  }
}

.news-area h3{font-size:16px;padding:10px 0 15px;display:block;line-height:26px;}


.p-movie__content-news-list-item {
  width: 70%;
  cursor: pointer;
  transition: opacity 0.7s cubic-bezier(0.33, 1, 0.68, 1) 0.2s, transform 0.7s cubic-bezier(0.33, 1, 0.68, 1) 0.2s;
  opacity: 0;
  transform: translateY(5px);
  position: relative;
  overflow: hidden;
}
.is-active .p-movie__content-news-list-item {
  opacity: 1;
  transform: translateY(0);
}
.p-movie__content-news-list-item::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: var(--color-black);
  opacity: 0.2;
}
.p-movie__content-news-list-item::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/common/icon_play.png) no-repeat center/80px auto;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-movie__content-news-list-item::after {
    background: url(../img/common/icon_play.png) no-repeat center/40px auto;
  }
}
@media screen and (max-width: 767px) {
  .p-movie__content-news-list-item {
    width:100%;
  }
}
.p-movie__content-news-list-item-img img {
  transition: transform 0.8s cubic-bezier(0.33, 1, 0.68, 1);
}
@media screen and (min-width: 768px) {
  .p-movie__content-news-list-item:hover .p-movie__content-news-list-item-img img {
    transform: scale(1.04);
  }
}


a{color:#000;text-decoration:none;}
a:hover{color:#000;text-decoration:underline;}

.toiawase{text-align:center;font-size:10px;line-height:16px;position:relative;top:-20px;}

@media screen and (min-width: 768px) {

.toiawase {
    font-size: 11px;
    line-height: 16px;
    margin: 0 auto 30px;
	top:0px;}

}





.toiawase_more {
  display:inline-block;
  text-align: center;
  transition: opacity 0.7s cubic-bezier(0.33, 1, 0.68, 1) 0.4s, transform 0.7s cubic-bezier(0.33, 1, 0.68, 1) 0.4s;
  opacity: 0;
  transform: translateY(5px);
}
.toiawase_more {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 767px) {
  .toiawase_more {
  display:inline-block;
  }
}


.c-btn2 {
 padding:10px 0 0 0;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
.c-btn2 {
  margin: 0px;
  }
}

@media screen and (min-width: 768px) {
  .c-btn2:hover .c-btn-link2 {
    background-color: var(--color-white);
    color: var(--color-black);
  }
}
.c-btn-link2 {
    display: block;
    width: 100%;
    padding: 3px 10px 5px;
    color: var(--color-white);
    font-size: 10px;
    background-color: var(--color-black);
    border-radius: 50px;
    transition: background-color 0.5s cubic-bezier(0.33, 1, 0.68, 1), color 0.5s cubic-bezier(0.33, 1, 0.68, 1);
    border: 1px solid var(--color-black);
}
@media screen and (max-width: 767px) {
  .c-btn-link2 {
    padding: 2px 10px 3px;
    font-size: 9px;
  }
}


@media screen and (min-width: 768px) {
  .c-btn3:hover .c-btn-link3 {
    background-color: var(--color-white);
    color: var(--color-black);
  }
}
.c-btn-link3 {
    display: inline;
    width: 100%;
    margin-left:15px;
    padding: 3px 10px 5px;
    color: var(--color-white);
    font-size: 10px;
    background-color: var(--color-black);
    border-radius: 50px;
    transition: background-color 0.5s cubic-bezier(0.33, 1, 0.68, 1), color 0.5s cubic-bezier(0.33, 1, 0.68, 1);
    border: 1px solid var(--color-black);
}
@media screen and (max-width: 767px) {
  .c-btn-link3 {
      margin-left:5px;
    padding: 2px 5px 3px;
    font-size: 9px;
  }
}

  
.streaming ul{
	display: flex;
	justify-content: space-between;
	flex-wrap:wrap;


  }
  
  
  
.streaming ul li{
	width:32%;
    margin-bottom:25px;
	font-size:15px;
	border: 1px solid #797380;
	text-align: center;
  }
  
  
.streaming ul li.noborder{

	border: unset;

  }
  
  
.streaming ul li a {
	 width: 100%;
	padding:10px 0;
    font-size:14px;
    display:block;
	align-items: center;

  }
  
  
@media screen and (max-width: 767px) {
.streaming ul{
	padding-inline-start: unset;
	display: flex;
	justify-content: space-between;
	flex-wrap:wrap;
  }
 .streaming ul li{
	display: flex;
	width:48%;
    margin-bottom:20px;
     font-size:11px;
     border: 1px solid #797380;
     letter-spacing:-0.08em;
     white-space:nowrap;
  } 

	.streaming ul li a {
	    width: 100%;
	    padding: 5px 0;
	    font-size: 11px;
	    display: block;
		align-items: center;
	}

}


.mcenter{
 margin-top:9px;
  }
@media screen and (max-width: 767px) {
.mcenter{
 margin-top:0px;
  }

}

.mcentersp{
 margin-top:0px;
  }
@media screen and (max-width: 767px) {
.mcentersp{
 margin-top:9px;
  }

}


.quiz-area{
width:720px;
  margin:0 auto;
  }
  
.quiz-area p{
line-height:1.5em;
  }
  
@media screen and (max-width: 767px) {
.quiz-area{
width:90%;
  margin:0 auto;
  }
}



.quiz-area ol {	display:block;width:640px;margin:0 auto;flex-wrap:wrap;}
.quiz-area ol li {
    margin:0 0 20px 0;
	width:100%;
    
}
.quiz-area ol li a{
border: 1px solid #000;
    display:block;
    width:auto;
    padding: 20px 30px;
}

.quiz-area ol li a:hover{
    background-color:#000;
    color:#FFF;
}

.quiz-area ol li.list-none{list-style: none;margin-left:0px;}


@media screen and (max-width: 767px) {
.quiz-area ol {display: block;padding:0px;width:100%;margin:0 auto;}
.quiz-area ol li {
    margin:0 0 20px 0;
    font-size:0.825em;

}

.quiz-area ol li a{
border: 1px solid #000;
    display:block;
    width:auto;

}

.quiz-area ol li a:hover{
    background-color:#000;
    color:#FFF;
}

}

.p-episode {
  margin: 5px auto 103px;
  padding-top: 113px;
}
@media screen and (max-width: 767px) {
.p-episode {
    margin: 5px auto 70px;
    padding-top: 49px;
  }
}

.quiz-area ol.quiz-list {display: flex;
	justify-content: space-between;padding:0px;width:640px;margin:0 auto;flex-wrap:wrap;}
.quiz-area ol.quiz-list li {
    margin:0 0 20px 0;
	width:49%;
    
}

.quiz-area ol.quiz-list {display: block;padding:0px;width:100%;margin:0 auto}
.quiz-area ol.quiz-list li {width:100%;margin:0 0 20px 0;}

@media screen and (min-width: 768px) {
.quiz-area ol.quiz-list {display: flex;
	justify-content: space-between;padding:0px;width:640px;margin:0 auto;flex-wrap:wrap;}
.quiz-area ol.quiz-list li {
    margin:0 0 20px 0;
	width:49%;
}

}