

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, hr {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

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

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
  clear: both;
}

a img {
  border: none;
}

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

input, button, textarea, select {
  margin: 0;
  padding: 0;
  outline: none;
  border: none;
  box-shadow: none;
  border-radius: 0;
  background: none;
  text-indent: 0.01px;
  appearance: none;
  font-family:  'Microsoft JhengHei', sans-serif;
}

button {
  cursor: pointer;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

@-webkit-keyframes flash {
  50% {
    opacity: 0;
  }
}
@keyframes flash {
  50% {
    opacity: 0;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes slideInTop {
  0% {
    opacity: 0;
    transform: translateY(-20%);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes slideInTop {
  0% {
    opacity: 0;
    transform: translateY(-20%);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
html,
body {
  color: #000000;
  font-family:  'Microsoft JhengHei', sans-serif;
  font-weight: 400;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 16px;
  background-color: #FFFFFF;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
}

body {
  min-width: 320px;
}
@media only screen and (max-width: 767px) {
  body.no-scroll {
    overflow: hidden;
  }
}

footer {
  display: flex !important;
  flex-wrap: wrap;
  width: 100%;
  background: #f7f7f7;
  letter-spacing: 0.6px;
  color: #444;
  padding: 80px 100px !important;
  box-sizing: border-box;
  font-size: 15px !important;
  border-top: 5px #666 solid;

}

@media (max-width: 1680px) {
    footer {
      padding: 25px 30px !important;
    }
}

@media (max-width:1399px) {
    footer {
      padding: 25px 30px !important;
    }
}
@media (max-width:1399px) {
  footer a{
    font-size: 13px;
  }
}

@media (max-width:480px) {
  footer {
    padding: 25px 15px !important;
  }
}
footer .inner {
  font-size: 0.75rem;
}
footer #copyright small {
  font-size: 0.875rem;
}
@media only screen and (max-width: 767px) {
  footer #copyright small {
    font-size: 0.625rem;
  }
}



  @media (max-width:480px) {
    .footer-links a{
      font-size: 12px;
    }
    .company-info{
      font-size: 14px;
    }
  }

footer .sns_white div {
  display: flex;
  align-items: center;
}

.video-background {
  width: 100%;
  max-height: 100dvh;
}

.video-container {
  position: relative;
  width: 100%;
  height: 100dvh;
  overflow: hidden;
  z-index: 10;
}

.video-image {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  z-index: 11;
  display: flex;
  justify-content: center;
  align-items: center;
  object-fit: cover;
}

.video-inner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
}

.video-background {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-scrolldown {
  width: 1px;
  height: 60px;
  position: fixed;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  overflow: hidden;
  z-index: 11;
}
.video-scrolldown .video-line {
  width: 100%;
  height: 100%;
  display: block;
  background: linear-gradient(to bottom, #FFFFFF 50%, rgba(255, 255, 255, 0) 50%);
  background-position: 0 -60px;
  background-size: 100% 200%;
  animation: scrolldown 2.2s cubic-bezier(0.76, 0, 0.3, 1) forwards infinite;
}

@keyframes scrolldown {
  0% {
    background-position: 0 -60px;
  }
  75% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 60px;
  }
}
.video-captions-list {
  position: fixed;
  top: calc(50% + 6px);
  left: 50%;
  width: 100%;
  transform: translate3d(-50%, -50%, 0);
  margin: 0 auto;
  overflow: hidden;
  z-index: 11;
  text-align: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.7s ease-in-out;
  color: #FFFFFF;
}
@media only screen and (max-width: 767px) {
  .video-captions-list {
    top: calc(50% - 0.8vw);
  }
}
.video-captions-list__jp {
  letter-spacing: 0.3em;
  line-height: 1.5;
  font-size: 2rem;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.75);
}
@media only screen and (max-width: 767px) {
  .video-captions-list__jp {
    font-size: 4.8vw;
    text-shadow: 0 0 1.3333333333vw rgba(0, 0, 0, 0.75);
  }
}
.video-captions-list__en {
  line-height: 1.5;
  margin-top: 21px;
  letter-spacing: 0.1em;
  font-family: "UniversNextPro-LightCond", "meiryo", sans-serif;
  font-weight: 300;
  font-size: 1.75rem;
}
@media only screen and (max-width: 767px) {
  .video-captions-list__en {
    font-size: 4.8vw;
    margin-top: 1.3333333333vw;
  }
}
.video-captions-list--3 {
  top: calc(50% + 17px);
}
@media only screen and (max-width: 767px) {
  .video-captions-list--3 {
    top: calc(50% + 1.8666666667vw);
  }
}
.video-captions-list.is-movie-show {
  opacity: 1;
  pointer-events: auto;
}

#kamishibai {
  scroll-snap-type: y mandatory;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
  width: 100%;
  height: 100dvh;
  overflow: hidden;
  background: white;
  position: relative;
}
#kamishibai .js-kamishibai {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  opacity: 0;
  pointer-events: none;
  z-index: 0;
  transform: scale(0.75);
  animation: zoomOut 2s forwards;
}
#kamishibai .js-kamishibai.active {
  opacity: 1;
  transform: scale(1);
  pointer-events: auto;
  z-index: 10;
  animation: zoomIn 2s forwards;
}
#kamishibai .js-kamishibai.active .anime-item {
  opacity: 1;
}
#kamishibai .js-kamishibai.active .button-common a {
  pointer-events: auto !important;
}
#kamishibai .js-kamishibai .button-common a {
  pointer-events: none !important;
}

.kamishibai-inner {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale(0.7);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes zoomOut {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  30% {
    transform: scale(0.85);
  }
  100% {
    transform: scale(0.85);
    opacity: 0;
  }
}
#contents-area {
  transition: opacity 1.5s ease;
  will-change: opacity;
  position: relative;
  z-index: 99;
}
#contents-area.visible {
  opacity: 1;
}

.splide__pagination {
  display: none;
}
.splide__arrow {
  top: 29em;
  background: transparent;
  display: inline-block;
}
.splide__arrow, .splide__arrow_::-webkit-full-page-media {
  top: 34em;
}
@media only screen and (max-width: 767px) {
  .splide__arrow {
    top: 360px;
  }
}
@media only screen and (max-width: 575px) {
  .splide__arrow {
    top: calc(55vw + 30px);
  }
}
.splide__arrow:disabled {
  opacity: 0 !important;
}
.splide__arrow svg {
  width: 2em;
  height: 2em;
  filter: brightness(0) saturate(100%) invert(78%) sepia(3%) saturate(0%) hue-rotate(1deg) brightness(106%) contrast(97%);
}
.splide__arrow--next {
  right: 10em;
}
.splide__arrow--next, .splide__arrow--next_::-webkit-full-page-media {
  right: 13em;
}
@media only screen and (max-width: 767px) {
  .splide__arrow--next {
    right: 10vw;
  }
}
.splide__arrow--prev {
  right: 15em;
  left: auto;
}
@media only screen and (max-width: 767px) {
  .splide__arrow--prev {
    right: 10em;
  }
}
.splide__track {
  padding-right: 100px !important;
}
@media only screen and (max-width: 767px) {
  .splide__track {
    padding-right: 15px !important;
  }
}

.anime-item {
  opacity: 0;
  transition: opacity 1.8s ease-in;
}
.anime-item--1 {
  transition-delay: 0.25s;
}
.anime-item--2 {
  transition-delay: 0.5s;
}
.anime-item--3 {
  transition-delay: 1s;
}
.anime-item--first-1 {
  object-position: bottom;
}
.anime-item--first-2 {
  transition-delay: 0.8s;
}
.anime-item--first-3 {
  transition-delay: 1.8s;
}

#youtube-movie {
  position: relative;
  max-width: 960px;
  width: 66.6666667%;
  height: 37.5vw;
  max-height: 540px;
  overflow: hidden;
  background-color: #000000;
}
#youtube-movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  pointer-events: none;
}

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

@media only screen and (min-width: 1200px) {
  .tb-none {
    display: block;
  }
}
@media only screen and (max-width: 1200px) {
  .tb-none {
    display: none;
  }
}

@media only screen and (min-width: 1200px) {
  .tb-show {
    display: none;
  }
}
@media only screen and (max-width: 1200px) {
  .tb-show {
    display: block;
  }
}

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

.gap-0 {
  gap: 0px;
}

.gap-x-0 {
  column-gap: 0px;
}

.gap-y-0 {
  row-gap: 0px;
}

.gap-3 {
  gap: 3px;
}

.gap-x-3 {
  column-gap: 3px;
}

.gap-y-3 {
  row-gap: 3px;
}

.gap-5 {
  gap: 5px;
}

.gap-x-5 {
  column-gap: 5px;
}

.gap-y-5 {
  row-gap: 5px;
}

.gap-10 {
  gap: 10px;
}

.gap-x-10 {
  column-gap: 10px;
}

.gap-y-10 {
  row-gap: 10px;
}

.gap-15 {
  gap: 15px;
}

.gap-x-15 {
  column-gap: 15px;
}

.gap-y-15 {
  row-gap: 15px;
}

.gap-20 {
  gap: 20px;
}

.gap-x-20 {
  column-gap: 20px;
}

.gap-y-20 {
  row-gap: 20px;
}

.gap-25 {
  gap: 25px;
}

.gap-x-25 {
  column-gap: 25px;
}

.gap-y-25 {
  row-gap: 25px;
}

.gap-30 {
  gap: 30px;
}

.gap-x-30 {
  column-gap: 30px;
}

.gap-y-30 {
  row-gap: 30px;
}

.gap-35 {
  gap: 35px;
}

.gap-x-35 {
  column-gap: 35px;
}

.gap-y-35 {
  row-gap: 35px;
}

.gap-40 {
  gap: 40px;
}

.gap-x-40 {
  column-gap: 40px;
}

.gap-y-40 {
  row-gap: 40px;
}

.gap-45 {
  gap: 45px;
}

.gap-x-45 {
  column-gap: 45px;
}

.gap-y-45 {
  row-gap: 45px;
}

.gap-50 {
  gap: 50px;
}

.gap-x-50 {
  column-gap: 50px;
}

.gap-y-50 {
  row-gap: 50px;
}

.gap-55 {
  gap: 55px;
}

.gap-x-55 {
  column-gap: 55px;
}

.gap-y-55 {
  row-gap: 55px;
}

.gap-60 {
  gap: 60px;
}

.gap-x-60 {
  column-gap: 60px;
}

.gap-y-60 {
  row-gap: 60px;
}

.gap-65 {
  gap: 65px;
}

.gap-x-65 {
  column-gap: 65px;
}

.gap-y-65 {
  row-gap: 65px;
}

.gap-70 {
  gap: 70px;
}

.gap-x-70 {
  column-gap: 70px;
}

.gap-y-70 {
  row-gap: 70px;
}

.gap-75 {
  gap: 75px;
}

.gap-x-75 {
  column-gap: 75px;
}

.gap-y-75 {
  row-gap: 75px;
}

.gap-80 {
  gap: 80px;
}

.gap-x-80 {
  column-gap: 80px;
}

.gap-y-80 {
  row-gap: 80px;
}

.gap-85 {
  gap: 85px;
}

.gap-x-85 {
  column-gap: 85px;
}

.gap-y-85 {
  row-gap: 85px;
}

.gap-90 {
  gap: 90px;
}

.gap-x-90 {
  column-gap: 90px;
}

.gap-y-90 {
  row-gap: 90px;
}

.gap-100 {
  gap: 100px;
}

.gap-x-100 {
  column-gap: 100px;
}

.gap-y-100 {
  row-gap: 100px;
}

.gap-115 {
  gap: 115px;
}

.gap-x-115 {
  column-gap: 115px;
}

.gap-y-115 {
  row-gap: 115px;
}

.gap-135 {
  gap: 135px;
}

.gap-x-135 {
  column-gap: 135px;
}

.gap-y-135 {
  row-gap: 135px;
}

.gap-140 {
  gap: 140px;
}

.gap-x-140 {
  column-gap: 140px;
}

.gap-y-140 {
  row-gap: 140px;
}

.gap-225 {
  gap: 225px;
}

.gap-x-225 {
  column-gap: 225px;
}

.gap-y-225 {
  row-gap: 225px;
}

.gap-235 {
  gap: 235px;
}

.gap-x-235 {
  column-gap: 235px;
}

.gap-y-235 {
  row-gap: 235px;
}

.gap-270 {
  gap: 270px;
}

.gap-x-270 {
  column-gap: 270px;
}

.gap-y-270 {
  row-gap: 270px;
}

.mt-0 {
  margin-top: 0px !important;
}

@media only screen and (max-width: 767px) {
  .mt-sp-0 {
    margin-top: 0px !important;
  }
}
.mt-3 {
  margin-top: 3px !important;
}

@media only screen and (max-width: 767px) {
  .mt-sp-3 {
    margin-top: 3px !important;
  }
}
.mt-5 {
  margin-top: 5px !important;
}

@media only screen and (max-width: 767px) {
  .mt-sp-5 {
    margin-top: 5px !important;
  }
}
.mt-10 {
  margin-top: 10px !important;
}

@media only screen and (max-width: 767px) {
  .mt-sp-10 {
    margin-top: 10px !important;
  }
}
.mt-15 {
  margin-top: 15px !important;
}

@media only screen and (max-width: 767px) {
  .mt-sp-15 {
    margin-top: 15px !important;
  }
}
.mt-20 {
  margin-top: 20px !important;
}

@media only screen and (max-width: 767px) {
  .mt-sp-20 {
    margin-top: 20px !important;
  }
}
.mt-25 {
  margin-top: 25px !important;
}

@media only screen and (max-width: 767px) {
  .mt-sp-25 {
    margin-top: 25px !important;
  }
}
.mt-30 {
  margin-top: 30px !important;
}

@media only screen and (max-width: 767px) {
  .mt-sp-30 {
    margin-top: 30px !important;
  }
}
.mt-35 {
  margin-top: 35px !important;
}

@media only screen and (max-width: 767px) {
  .mt-sp-35 {
    margin-top: 35px !important;
  }
}
.mt-40 {
  margin-top: 40px !important;
}

@media only screen and (max-width: 767px) {
  .mt-sp-40 {
    margin-top: 40px !important;
  }
}
.mt-45 {
  margin-top: 45px !important;
}

@media only screen and (max-width: 767px) {
  .mt-sp-45 {
    margin-top: 45px !important;
  }
}
.mt-50 {
  margin-top: 50px !important;
}

@media only screen and (max-width: 767px) {
  .mt-sp-50 {
    margin-top: 50px !important;
  }
}
.mt-55 {
  margin-top: 55px !important;
}

@media only screen and (max-width: 767px) {
  .mt-sp-55 {
    margin-top: 55px !important;
  }
}
.mt-60 {
  margin-top: 60px !important;
}

@media only screen and (max-width: 767px) {
  .mt-sp-60 {
    margin-top: 60px !important;
  }
}
.mt-65 {
  margin-top: 65px !important;
}

@media only screen and (max-width: 767px) {
  .mt-sp-65 {
    margin-top: 65px !important;
  }
}
.mt-70 {
  margin-top: 70px !important;
}

@media only screen and (max-width: 767px) {
  .mt-sp-70 {
    margin-top: 70px !important;
  }
}
.mt-75 {
  margin-top: 75px !important;
}

@media only screen and (max-width: 767px) {
  .mt-sp-75 {
    margin-top: 75px !important;
  }
}
.mt-80 {
  margin-top: 80px !important;
}

@media only screen and (max-width: 767px) {
  .mt-sp-80 {
    margin-top: 80px !important;
  }
}
.mt-85 {
  margin-top: 85px !important;
}

@media only screen and (max-width: 767px) {
  .mt-sp-85 {
    margin-top: 85px !important;
  }
}
.mt-90 {
  margin-top: 90px !important;
}

@media only screen and (max-width: 767px) {
  .mt-sp-90 {
    margin-top: 90px !important;
  }
}
.mt-100 {
  margin-top: 100px !important;
}

@media only screen and (max-width: 767px) {
  .mt-sp-100 {
    margin-top: 100px !important;
  }
}
.mt-115 {
  margin-top: 115px !important;
}

@media only screen and (max-width: 767px) {
  .mt-sp-115 {
    margin-top: 115px !important;
  }
}
.mt-135 {
  margin-top: 135px !important;
}

@media only screen and (max-width: 767px) {
  .mt-sp-135 {
    margin-top: 135px !important;
  }
}
.mt-140 {
  margin-top: 140px !important;
}

@media only screen and (max-width: 767px) {
  .mt-sp-140 {
    margin-top: 140px !important;
  }
}
.mt-225 {
  margin-top: 225px !important;
}

@media only screen and (max-width: 767px) {
  .mt-sp-225 {
    margin-top: 225px !important;
  }
}
.mt-235 {
  margin-top: 235px !important;
}

@media only screen and (max-width: 767px) {
  .mt-sp-235 {
    margin-top: 235px !important;
  }
}
.mt-270 {
  margin-top: 270px !important;
}

@media only screen and (max-width: 767px) {
  .mt-sp-270 {
    margin-top: 270px !important;
  }
}
.pt-0 {
  padding-top: 0px !important;
}

.pt-3 {
  padding-top: 3px !important;
}

.pt-5 {
  padding-top: 5px !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.pt-15 {
  padding-top: 15px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pt-25 {
  padding-top: 25px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pt-35 {
  padding-top: 35px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pt-45 {
  padding-top: 45px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.pt-55 {
  padding-top: 55px !important;
}

.pt-60 {
  padding-top: 60px !important;
}

.pt-65 {
  padding-top: 65px !important;
}

.pt-70 {
  padding-top: 70px !important;
}

.pt-75 {
  padding-top: 75px !important;
}

.pt-80 {
  padding-top: 80px !important;
}

.pt-85 {
  padding-top: 85px !important;
}

.pt-90 {
  padding-top: 90px !important;
}

.pt-100 {
  padding-top: 100px !important;
}

.pt-115 {
  padding-top: 115px !important;
}

.pt-135 {
  padding-top: 135px !important;
}

.pt-140 {
  padding-top: 140px !important;
}

.pt-225 {
  padding-top: 225px !important;
}

.pt-235 {
  padding-top: 235px !important;
}

.pt-270 {
  padding-top: 270px !important;
}

.button-common a,
.button-common button {
  min-width: 212px !important;
  min-height: 43px !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  font-weight: 700;
  color: #FFFFFF;
  background-color: rgba(0, 0, 0, 0.2);
  border: 1px solid #FFFFFF;
  border-radius: 50px;
  padding: 12px 30px 14px 30px;
  box-sizing: border-box;
  transition: background-color 0.3s ease-in-out;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .button-common a,
  .button-common button {
    font-size: 4.2666666667vw;
    padding: 9px 60px 10px 60px;
  }
}
@media only screen and (min-width: 768px) {
  .button-common a:hover,
  .button-common button:hover {
    text-decoration: none;
    opacity: 1;
    color: #FFFFFF;
    background-color: #000000;
  }
}
@media only screen and (min-width: 768px) {
  .button-common--black a:hover,
  .button-common--black button:hover {
    color: #000000;
    background-color: #FFFFFF;
  }
}

.modal-button {
  display: flex;
  flex-flow: column;
  gap: 14px;
  transition: opacity 300ms;
  color: #000000;
}
@media only screen and (max-width: 767px) {
  .modal-button {
    gap: 0;
  }
}
@media only screen and (min-width: 768px) {
  .modal-button:hover {
    opacity: 0.7;
  }
}

.cassette-content {
  margin-top: 30px !important;
}
@media only screen and (max-width: 767px) {
  .cassette-content {
    margin-top: 30px !important;
  }
}
.cassette-content > li {
  margin-right: 40px;
  max-width: 560px;
}
@media only screen and (max-width: 767px) {
  .cassette-content > li {
    width: 100%;
    margin-right: 0;
  }
}
.cassette-content > li > figure {
  position: relative;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .cassette-content > li > figure {
    width: 91%;
  }
}
.cassette-content--few {
  margin-top: 20px;
}
.cassette-content--lineup {
  display: flex;
}
.cassette-content--mt {
  margin-top: 60px !important;
}
@media only screen and (max-width: 767px) {
  .cassette-content--vertical {
    padding-right: 15px;
  }
}
.cassette-content--vertical > li {
  display: flex;
  align-items: center;
  gap: 30px;
  max-width: 100%;
  margin-right: 40px;
}
@media only screen and (max-width: 767px) {
  .cassette-content--vertical > li {
    display: flex;
    flex-flow: column;
    margin-right: 0px;
  }
}
.cassette-content--vertical > li:nth-child(n+2) {
  margin-top: 40px;
}
.cassette-content--vertical > li > figure {
  max-width: 560px;
  width: 48.7%;
}
@media only screen and (max-width: 767px) {
  .cassette-content--vertical > li > figure {
    width: 100%;
  }
}
.cassette-content--vertical .text-list {
  width: calc(100% - (48.7% + 30px));
  margin-top: 0;
}
@media only screen and (max-width: 767px) {
  .cassette-content--vertical .text-list {
    width: 100%;
    margin-top: 0;
    padding-right: 0;
  }
}

.download-icons {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  position: absolute;
  bottom: 40px;
  left: 55px;
}

.product-content {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
}
@media only screen and (max-width: 767px) {
  .product-content {
    display: flex;
    flex-flow: column-reverse;
    justify-content: center;
    align-items: center;
    gap: 18px;
  }
}
.product-content figure img {
  width: 518px;
  height: auto;
}
@media only screen and (max-width: 767px) {
  .product-content figure img {
    width: 346px;
  }
}
.product-content > div {
  margin-left: 90px;
}
@media only screen and (max-width: 767px) {
  .product-content > div {
    margin-left: 0;
  }
}
.product-content__ttl {
  text-align: center;
}
.product-content__ttl span {
  font-size: 0.875rem;
  font-family: "UniversNextPro-Bold", "meiryo", sans-serif;
  font-weight: 300;
  color: #FFFFFF;
}
@media only screen and (max-width: 767px) {
  .product-content__ttl span {
    font-size: 3.7333333333vw;
  }
}
.product-content__ttl h2 {
  font-size: 2rem;
  font-weight: 700;
  color: #FFFFFF;
}
@media only screen and (max-width: 767px) {
  .product-content__ttl h2 {
    font-size: 8.5333333333vw;
  }
}
.product-content__item {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 20px;
}
.product-content__item-circle {
  width: 23px;
  height: 23px;
  border: 1px solid #DADADA;
  background-color: #000000;
  border-radius: 50%;
}
.product-content__item-circle--white {
  background-color: #FFFFFF;
}
.product-content__button {
  margin-top: 30px;
  text-align: center;
}
.product-content__button a {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 300;
  color: #FFFFFF;
  margin: 12px 0 0 18px;
  letter-spacing: 0.05em;
  transition: border 0.3s ease-in-out;
  white-space: nowrap;
}
@media only screen and (max-width: 767px) {
  .product-content__button a {
    display: none;
  }
}

.cards-content {
  display: flex;
  flex-wrap: wrap;
  gap: 39px;
  width: 100%;
  margin-top: 43px;
}
@media only screen and (max-width: 767px) {
  .cards-content {
    display: flex;
    flex-flow: column;
    justify-content: center;
    gap: 10px;
    margin-top: 22px;
  }
}
.cards-content li {
  width: calc((100% - 78px) / 3);
}
@media only screen and (max-width: 767px) {
  .cards-content li {
    width: 100%;
  }
}
.cards-content li a {
  display: block;
  overflow: hidden;
  text-decoration: none;
}
.cards-content li a figure {
  overflow: hidden;
}
.cards-content li a img {
  height: auto;
  transition: transform 0.6s ease;
}
.cards-content li a:hover {
  opacity: 1;
}
.cards-content li a:hover img {
  transform: scale(1.1);
}
.cards-content__text {
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .cards-content__text {
    margin-top: 10px;
  }
}
.cards-content__text h3 {
  font-size: 1rem;
  font-weight: 700;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 767px) {
  .cards-content__text h3 {
    font-size: 4.2666666667vw;
  }
}
.cards-content__text p {
  font-size: 0.875rem;
  font-weight: 300;
  margin-top: 13px;
  line-height: 1.5;
  letter-spacing: 0.13em;
}
@media only screen and (max-width: 767px) {
  .cards-content__text p {
    font-size: 3.7333333333vw;
  }
}

.modal {
  display: none;
}

.modal.is-open {
  display: block;
}

.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.9);
  display: flex;
  justify-content: center;
  align-items: center;
  padding-right: 10px;
  padding-left: 10px;
}

@media screen and (max-width: 750px) {
  .modal__inner {
    max-height: 100dvh;
  }
}
@media screen and (max-width: 750px) and (orientation: landscape) {
  .modal__inner {
    overflow-y: auto;
    overflow-x: hidden;
    width: 100%;
    height: auto;
  }
}
@media (orientation: landscape) {
  .android .modal__inner {
    overflow-y: auto;
    overflow-x: hidden;
    width: 100%;
    height: auto;
  }
}
.modal__container {
  position: relative;
  width: 100%;
  max-height: 100vh;
}

@media screen and (max-width: 750px) and (orientation: landscape) {
  .modal__container {
    overflow-y: auto;
    overflow-x: hidden;
    width: 100%;
    height: auto;
    padding-top: 3rem;
  }
}
.modal__close-btn {
  position: absolute;
  top: -2.5rem;
  right: 17.3469387755%;
  cursor: pointer;
}

@media (hover: hover) and (pointer: fine) {
  .modal__close-btn {
    transition: opacity 300ms;
  }
  .modal__close-btn:hover {
    opacity: 0.5;
  }
}
@media screen and (max-width: 750px) {
  .modal__close-btn {
    top: -3rem;
    right: 13.7931034483%;
  }
}
@media screen and (max-width: 750px) and (orientation: landscape) {
  .modal__close-btn {
    right: 20.6896551724%;
    top: 1rem;
  }
}
.modal__close-btn::before {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  background: url(../img/icon/icon_close.svg) no-repeat center/contain;

}

@media (hover: hover) and (pointer: fine) {
  .modal__btn {
    transition: opacity 300ms;
  }
  .modal__btn:hover {
    opacity: 0.5;
  }
}
.modal-slider {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}

.modal-slider .swiper {
  width: 490px;
  padding-inline: 45px;
}

@media screen and (max-width: 750px) {
  .modal-slider .swiper {
    width: 390px;
    padding-inline: 0;
  }
}
@media screen and (max-width: 499px) {
  .modal-slider .swiper {
    width: 77.3333333333vw;
  }
}
.modal-slider .swiper-slide img {
  width: 100%;
}

.modal-slider .swiper-button-prev,
.modal-slider .swiper-button-next {
  top: 200px;
  width: auto;
  height: auto;
}

@media (hover: hover) and (pointer: fine) {
  .modal-slider .swiper-button-prev,
  .modal-slider .swiper-button-next {
    transition: opacity 300ms;
  }
  .modal-slider .swiper-button-prev:hover,
  .modal-slider .swiper-button-next:hover {
    opacity: 0.5;
  }
}
@media screen and (max-width: 750px) {
  .modal-slider .swiper-button-prev,
  .modal-slider .swiper-button-next {
    top: 50%;
  }
}
.modal-slider .swiper-button-prev {
  left: 0;
}

@media screen and (max-width: 750px) {
  .modal-slider .swiper-button-prev {
    left: -12vw;
  }
}
.modal-slider .swiper-button-next {
  right: 0;
}

@media screen and (max-width: 750px) {
  .modal-slider .swiper-button-next {
    right: -12vw;
  }
}
.modal-slider .swiper-button-prev::after,
.modal-slider .swiper-button-next::after {
  content: "";
  height: 50px !important;
  width: 50px !important;
}

@media screen and (max-width: 750px) {
  .modal-slider .swiper-button-prev::after,
  .modal-slider .swiper-button-next::after {
    height: 45px !important;
    width: 45px !important;
  }
}
.modal-slider .swiper-button-prev::after {
  background: url(../img/icon/icon_slider-arrow.svg) no-repeat center/contain;
}

.modal-slider .swiper-button-next::after {
  background: url(../img/icon/icon_slider-arrow.svg) no-repeat center/contain;
  scale: -1 1;
}

.modal[aria-hidden=false] .modal__overlay {
  animation: mfadeIn 0.5s cubic-bezier(0, 0, 0.2, 1);
}

.modal[aria-hidden=false] .modal__container {
  animation: mslideIn 0.5s cubic-bezier(0, 0, 0.2, 1);
}

.modal[aria-hidden=true] .modal__overlay {
  animation: mfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.modal[aria-hidden=true] .modal__container {
  animation: mslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.modal__overlay, .modal__container {
  will-change: transform;
}

@keyframes mfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes mslideIn {
  from {
    transform: translateY(15%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes mslideOut {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(15%);
  }
}
.section-kamishibai {
  display: flex;
  flex-flow: column;
  justify-content: center;
}
.section-kamishibai > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-kamishibai__movie-content {
  width: 960px;
  margin: 0 auto;
}
.section-kamishibai__content {
  position: absolute;
  z-index: 1;
  bottom: 135px;
  left: 247px;
}
@media only screen and (max-width: 767px) {
  .section-kamishibai__content {
    display: flex;
    flex-flow: column;
    align-items: center;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    padding: 0 20px;
  }
}
.section-kamishibai__content > h2 > span {
  padding-bottom: 10px;
}
.section-kamishibai__content--first {
  top: 130px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-flow: column;
  align-items: center;
  gap: 55px;
}
.section-kamishibai__title p {
  font-size: 1.125rem;
  font-weight: 300;
  text-align: center;
  line-height: 1.8;
  letter-spacing: 0.3em;
  white-space: nowrap;
}
@media only screen and (max-width: 767px) {
  .section-kamishibai__title p {
    font-size: 3.7333333333vw;
  }
}
.section-kamishibai__title h2 {
  font-size: 2.75rem;
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .section-kamishibai__title h2 {
    font-size: 8.5333333333vw;
  }
}
.section-kamishibai__img {
  max-width: 289px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .section-kamishibai__img {
    max-width: 35vw;
  }
}
.section-kamishibai__button {
  display: inline-block;
  margin-top: 25px;
}
.section-kamishibai--youtube {
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .section-kamishibai--num6 img {
    object-position: 55% center;
  }
}
@media only screen and (max-width: 767px) {
  .section-kamishibai--num7 img {
    object-position: 65% center;
  }
}

.section-sound {
  padding-bottom: 105px;
}
@media only screen and (max-width: 767px) {
  .section-sound {
    padding-bottom: 0;
  }
}
.section-sound--black {
  background-color: #000000;
}
.section-sound__caption {
  position: relative;
}
.section-sound__caption > h2 {
  position: absolute;
  top: 100px;
  left: 50%;
  width: 100%;
  font-size: 4.125rem;
  font-family: "UniversNextPro-Bold", "meiryo", sans-serif;
  font-weight: 700;
  color: #FFFFFF;
  transform: translateX(-50%);
  letter-spacing: 0.01em;
}
@media only screen and (max-width: 767px) {
  .section-sound__caption > h2 {
    top: 130px;
    font-size: 9.3333333333vw;
  }
}
.section-sound__caption-text {
  position: absolute;
  bottom: 120px;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 767px) {
  .section-sound__caption-text {
    bottom: 30px;
  }
}
.section-sound__caption-text > h3,
.section-sound__caption-text > p {
  color: #FFFFFF;
  text-align: center;
}
.section-sound__caption-text > h3 {
  font-size: 1.5rem;
  line-height: 1.6;
  letter-spacing: 0.3em;
  margin-left: 40px;
}
@media only screen and (max-width: 767px) {
  .section-sound__caption-text > h3 {
    font-size: 5.3333333333vw;
    margin-left: 0;
  }
}
.section-sound__caption-text > p {
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.09em;
  margin-top: 12px;
}
@media only screen and (max-width: 767px) {
  .section-sound__caption-text > p {
    font-size: 4vw;
    margin-top: 30px;
  }
}
.section-sound__img > img {
  width: 100%;
  height: auto;
}
.section-sound__content {
  display: flex;
  align-items: center;
  gap: 30px;
  padding-left: 180px;
  padding-right: 110px;
}
@media only screen and (max-width: 767px) {
  .section-sound__content {
    flex-direction: column;
    gap: 25px;
    padding-top: 40px;
    padding-right: 15px;
    padding-bottom: 40px;
    padding-left: 15px;
    margin-top: 0 !important;
  }
}
.section-sound__content > figure {
  max-width: 560px;
  width: 48.6956521739%;
  height: auto;
}
@media only screen and (max-width: 767px) {
  .section-sound__content > figure {
    max-width: 100%;
    width: 100%;
  }
}
.section-sound__content > div {
  width: 48.6956521739%;
}
@media only screen and (max-width: 767px) {
  .section-sound__content > div {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .section-sound__content .text-list {
    padding-right: 0;
  }
}
.section-sound__content--white {
  background-color: #FFFFFF;
}
.section-sound__content--wide {
  padding-right: 75px;
}
@media only screen and (max-width: 767px) {
  .section-sound__content--wide {
    padding-right: 15px;
  }
}
.section-sound__content--wide > figure {
  width: 47.2573839662%;
}
@media only screen and (max-width: 767px) {
  .section-sound__content--wide > figure {
    width: 100%;
  }
}
.section-sound__content--flex-start {
  align-items: flex-start;
}
.section-sound__text-list {
  width: 50.2109704641%;
}
@media only screen and (max-width: 767px) {
  .section-sound__text-list {
    width: 100%;
  }
}
.section-sound__text-list > li {
  position: relative;
}
.section-sound__text-list > li > h3 {
  font-size: 1.25rem;
  color: #FFFFFF;
  text-align: left;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 767px) {
  .section-sound__text-list > li > h3 {
    font-size: 4.8vw;
  }
}
.section-sound__text-list > li > p {
  font-size: 1rem;
  color: #FFFFFF;
  margin-top: 15px;
  letter-spacing: 0.09em;
  line-height: 1.9;
}
@media only screen and (max-width: 767px) {
  .section-sound__text-list > li > p {
    font-size: 4.2666666667vw;
    margin-top: 10px;
  }
}
.section-sound__text-list > li:nth-of-type(n + 2) {
  margin-top: 80px;
}
.section-sound__text-list > li:nth-of-type(n + 2)::after {
  content: "";
  position: absolute;
  top: -40px;
  left: 0;
  width: 151px;
  height: 1px;
  background-color: #FFFFFF;
}

.sound-video-pc,
.sound-video-sp {
  width: 100%;
  height: auto;
  object-fit: cover;
  pointer-events: none;
}

.section {
  background: linear-gradient(180deg, #1A1A1A 0px, #1A1A1A 320px, #000000 320px, #000000 100%);
  width: 100%;
  min-height: 903px;
  padding-left: 180px;
  padding-top: 75px;
  padding-bottom: 20px;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .section {
    min-height: 375px;
    padding-top: 75px;
    padding-left: 15PX;
    padding-bottom: 20px;
  }
}
.section--white {
  background: linear-gradient(180deg, #F2F2F2 0px, #F2F2F2 320px, #FFFFFF 320px, #FFFFFF 100%);
}
.section--pb {
  padding-bottom: 155px;
}
@media only screen and (max-width: 767px) {
  .section--pb {
    padding-bottom: 40px;
  }
}
.section--sound {
  background-color: #000000;
}

.section-product {
  background: linear-gradient(118deg, #000000 0%, #000000 56%, #1A1A1A 56%, #1A1A1A 100%);
  padding: 36px 0 39px 0;
}
@media only screen and (max-width: 767px) {
  .section-product {
    background: linear-gradient(27deg, #000000 0%, #000000 64%, #1A1A1A 64%, #1A1A1A 100%);
    width: 100%;
    padding: 72px 0 61px;
    box-sizing: border-box;
  }
}
@media only screen and (max-width: 767px) {
  .section-product__inner {
    padding: 0 20px;
  }
}

.section-cards {
  padding: 0 60px;
  background-color: #FFFFFF;
}
@media only screen and (max-width: 767px) {
  .section-cards {
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
  }
}
.section-cards__inner {
  max-width: 1080px;
  margin: 0 auto;
  padding: 84px 0 80px;
}
@media only screen and (max-width: 767px) {
  .section-cards__inner {
    width: 100%;
    padding: 72px 0 57px;
  }
}
.section-cards__inner h2 {
  font-size: 2rem;
  font-family: "UniversNextPro-LightCond", "meiryo", sans-serif;
  font-weight: 300;
  letter-spacing: 0.1em;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .section-cards__inner h2 {
    font-size: 8.5333333333vw;
  }
}

.content-slider .splide__pagination {
  display: none;
}
.content-slider .splide__arrow {
  top: 29em;
  background: transparent;
}
.content-slider .splide__arrow, .content-slider .splide__arrow_::-webkit-full-page-media {
  top: 34em;
}
@media only screen and (max-width: 767px) {
  .content-slider .splide__arrow {
    top: 360px;
  }
}
@media only screen and (max-width: 575px) {
  .content-slider .splide__arrow {
    top: calc(55vw + 30px);
  }
}
.content-slider .splide__arrow:disabled {
  opacity: 0 !important;
}
.content-slider .splide__arrow svg {
  width: 2em;
  height: 2em;
  filter: brightness(0) saturate(100%) invert(78%) sepia(3%) saturate(0%) hue-rotate(1deg) brightness(106%) contrast(97%);
}
.content-slider .splide__arrow--next {
  right: 10em;
}
.content-slider .splide__arrow--next, .content-slider .splide__arrow--next_::-webkit-full-page-media {
  right: 13em;
}
@media only screen and (max-width: 767px) {
  .content-slider .splide__arrow--next {
    right: 10vw;
  }
}
.content-slider .splide__arrow--prev {
  right: 15em;
  left: auto;
}
@media only screen and (max-width: 767px) {
  .content-slider .splide__arrow--prev {
    right: 10em;
  }
}
.content-slider .splide__track {
  padding-right: 100px !important;
}
@media only screen and (max-width: 767px) {
  .content-slider .splide__track {
    padding-right: 15px !important;
  }
}

.sound-area {
  max-width: 400px;
  margin-inline: auto;
  margin-top: 30px;
}

.sound-area__img {
  margin-bottom: 45px;
}

.sound-area__controls {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 46px;
}

.sound-area__timer {
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
  color: #fff;
}

.sound-area__timer #timer, .sound-area__timer #duration {
  font-size: 0.875rem;
  font-family: "UniversNextPro-MediumCond", "meiryo", sans-serif;
  line-height: 1;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 750px) {
  .sound-area__timer #timer, .sound-area__timer #duration {
    font-size: 0.625rem;
  }
}
.sound-area__ttl-wrap {
  margin-bottom: 40px;
  display: flex;
  justify-content: space-between;
  color: #fff;
}

@media screen and (max-width: 750px) {
  .sound-area__ttl-wrap {
    margin-bottom: 22px;
  }
}
.sound-area__playing-wrap {
  height: 18px;
  margin-top: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 3px;
}

@media screen and (max-width: 750px) {
  .sound-area__playing-wrap {
    margin-top: 1px;
  }
}
.sound-area__playing {
  display: inline-block;
  width: 2px;
  height: 100%;
  background-color: #fff;
  transition: all 0.2s ease;
  transform-origin: 50% 50%;
  border-radius: 10px;
  transform: scaleY(0.2);
}

.is-active .sound-area__playing {
  animation: wavy 1s ease infinite forwards;
}

.sound-area__playing:nth-child(1) {
  animation-delay: 0.2s;
}

.sound-area__playing:nth-child(2) {
  animation-delay: 0.4s;
}

.sound-area__playing:nth-child(3) {
  animation-delay: 0.6s;
}

.sound-area__playing:nth-child(4) {
  animation-delay: 0.8s;
}

.sound-area__playing:nth-child(5) {
  animation-delay: 1s;
}

.sound-area__playing:nth-child(6) {
  animation-delay: 1.2s;
}

.sound-area__playing:nth-child(7) {
  animation-delay: 1.4s;
}

.sound-area__playing:nth-child(8) {
  animation-delay: 1.6s;
}

@keyframes wavy {
  0% {
    transform: scaleY(0.2);
  }
  50% {
    transform: scaleY(1);
  }
  100% {
    transform: scaleY(0.2);
  }
}
.sound-area__play-btn {
  background: url(../img/icon/icon_play.svg) no-repeat 0 0/contain;
  width: 33px;
  aspect-ratio: 22/25;
  cursor: pointer;
}

@media (hover: hover) and (pointer: fine) {
  .sound-area__play-btn {
    transition: opacity 300ms;
  }
  .sound-area__play-btn:hover {
    opacity: 0.5;
  }
}
.sound-area__pause-btn {
  background: url(../img/icon/icon_pause.svg) no-repeat 0 0/contain;
  width: 33px;
  display: none;
  aspect-ratio: 22/25;
  cursor: pointer;
}

@media (hover: hover) and (pointer: fine) {
  .sound-area__pause-btn {
    transition: opacity 300ms;
  }
  .sound-area__pause-btn:hover {
    opacity: 0.5;
  }
}
.sound-area__prev-btn {
  background: url(../img/icon/icon_prev.svg) no-repeat 0 0/contain;
  width: 46px;
  aspect-ratio: 46/25;
  cursor: pointer;
}

@media (hover: hover) and (pointer: fine) {
  .sound-area__prev-btn {
    transition: opacity 300ms;
  }
  .sound-area__prev-btn:hover {
    opacity: 0.5;
  }
}
.sound-area__next-btn {
  background: url(../img/icon/icon_next.svg) no-repeat 0 0/contain;
  width: 46px;
  aspect-ratio: 46/25;
  cursor: pointer;
}

@media (hover: hover) and (pointer: fine) {
  .sound-area__next-btn {
    transition: opacity 300ms;
  }
  .sound-area__next-btn:hover {
    opacity: 0.5;
  }
}
.sound-area__btn-wrap {
  width: 33px;
  height: 38px;
}

.sound-area__bar {
  height: 8px;
  margin-top: -10px;
  margin-bottom: 15px;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 50em;
  overflow: hidden;
}

.sound-area__progress {
  width: 0;
  height: 100%;
  background-color: #fff;
}

.sound-area #track {
  font-size: 1.5rem;
  font-family: "UniversNextPro-MediumCond", "meiryo", sans-serif;
}

@media screen and (max-width: 750px) {
  .sound-area #track {
    font-size: 1.0625rem;
  }
}
.tab-wrap {
  margin-top: 45px;
  margin-right: 60px;
}

@media screen and (max-width: 750px) {
  .tab-wrap {
    margin-block: 6.666667vw 5.3333333333vw;
    margin-right: 0;
  }
}
.tab__inner {
  max-width: 1080px;
}

@media screen and (max-width: 750px) {
  .tab__inner {
    padding-inline: 0;
    width: 100%;
  }
}
.tab__img {
  display: block;
}

@media screen and (max-width: 750px) {
  .tab__img {
    margin-bottom: 3.7333333333vw;
  }
}
.tab__txt {
  display: block;
  font-size: 1.25rem;
  letter-spacing: 0.05em;
  text-align: center;
  font-family: "UniversNextPro-Cond", "meiryo", sans-serif;
  transition: opacity 300ms;
}

@media screen and (max-width: 750px) {
  .tab__txt {
    font-size: 4.2666666667vw;
  }
}
@media screen and (max-width: 750px) {
  .tab .swiper {
    padding-inline: 0;
  }
}
@media screen and (min-width: 751px) {
  .tab .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 16px;
  }
}
.js-tab-target {
  opacity: 0;
  transform: translateY(15px);
  pointer-events: none;
  transition: opacity 0.4s ease, transform 0.7s ease;
  position: absolute;
  inset: 0;
  z-index: 0;
}
.js-tab-target.is-show-slider {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
  position: relative;
  z-index: 1;
}

.tab__list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.tab__list-button img {
  display: block;
  opacity: 0.2;
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 767px) {
  .tab__list-button img {
    width: 100%;
    height: auto;
  }
}
.tab__list-button:nth-child(n+2) {
  margin-left: 65px;
}
@media only screen and (max-width: 767px) {
  .tab__list-button:nth-child(n+2) {
    margin-left: 38px;
  }
}
.tab__list-button.is-show-slider img {
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  .tab__list-button:nth-of-type(1) {
    width: 14.9333333333vw;
  }
  .tab__list-button:nth-of-type(2) {
    width: 16.5333333333vw;
  }
  .tab__list-button:nth-of-type(3) {
    width: 32.5333333333vw;
  }
}
.tab__panel {
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  .tab__panel {
    margin-top: 26px;
  }
}

.text-list {
  margin-top: 65px;
}
@media only screen and (max-width: 767px) {
  .text-list {
    padding-right: 40px;
  }
}
.text-list h3, .text-list__caption, .text-list__text {
  color: #FFFFFF;
}
.text-list h3 {
  font-size: 1.5rem;
  font-weight: 300;
  text-align: left;
  line-height: 1.6;
  letter-spacing: 0.3em;
}
@media only screen and (max-width: 767px) {
  .text-list h3 {
    font-size: 4.8vw;
  }
}
.text-list > ul {
  margin-top: 25px;
  max-width: 500px;
}
.text-list > ul > li {
  font-size: 0.8125rem;
  font-weight: 300;
  line-height: 1.6;
  letter-spacing: 0.08em;
}
@media only screen and (max-width: 767px) {
  .text-list > ul > li {
    font-size: 3.4666666667vw;
  }
}
.text-list__caption {
  font-size: 1rem;
  font-weight: 700;
  margin-top: 20px;
  line-height: 1.6;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 767px) {
  .text-list__caption {
    font-size: 4.2666666667vw;
  }
}
.text-list__caption--black {
  color: #000000;
}
.text-list__text {
  font-size: 1rem;
  font-weight: 300;
  line-height: 2;
  letter-spacing: 0.09em;
  margin-top: 5px;
}
@media only screen and (max-width: 767px) {
  .text-list__text {
    font-size: 4.2666666667vw;
  }
}
.text-list__text--black {
  color: #000000;
}
@media only screen and (max-width: 767px) {
  .text-list--black {
    padding-right: 25px;
  }
}
.text-list--black h3 {
  color: #000000;
}
.text-list--center h3 {
  text-align: center;
}
.text-list--mtnone {
  margin-top: 0;
}
.text-list--space {
  padding: 40px 0;
}
@media only screen and (max-width: 767px) {
  .text-list--space {
    padding: 0 0;
  }
}
.text-list--mb {
  margin-bottom: 55px;
}
@media only screen and (max-width: 767px) {
  .text-list--mb {
    margin-bottom: 0;
  }
}

.title-jp {
  font-size: 2rem;
  font-weight: 300;
  color: #FFFFFF;
  line-height: 1.6;
  letter-spacing: 0.3em;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .title-jp {
    font-size: 6.4vw;
  }
}
.title-jp--black {
  color: #000000;
}
@media only screen and (max-width: 767px) {
  .title-jp--spmin {
    font-size: 5.3333333333vw;
  }
}
@media only screen and (max-width: 767px) {
  .title-jp--width {
    width: 80%;
  }
}

.title-en {
  display: block;
  font-size: 1rem;
  font-weight: 300;
  font-family: "UniversNextPro-LightCond", "meiryo", sans-serif;
  letter-spacing: 0.1em;
  padding-bottom: 5px;
}
@media only screen and (max-width: 767px) {
  .title-en {
    font-size: 4.2666666667vw;
  }
}
.title-en--big {
  font-size: 1.25rem;
}
@media only screen and (max-width: 767px) {
  .title-en--big {
    font-size: 4.2666666667vw;
    text-align: center;
  }
}
.title-en--left {
  text-align: left;
}

@media only screen and (max-width: 767px) {
  #kamishibai-2 .title-jp {
    font-size: 4.8vw;
  }
}
@media only screen and (max-width: 767px) {
  #kamishibai-2 .title-en {
    font-size: 4vw;
  }
}
@media only screen and (max-width: 767px) {
  #kamishibai-2 .text-list h3 {
    font-size: 3.7333333333vw;
  }
}
@media only screen and (max-width: 767px) {
  #kamishibai-2 .text-list__caption {
    font-size: 3.2vw;
  }
}
@media only screen and (max-width: 767px) {
  #kamishibai-2 .text-list__text {
    font-size: 3.2vw;
  }
}

.header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0;
  background-color: #000000;
  padding: 22px 27px 22px 32px;
  box-sizing: border-box;
  height: 76px;
  transition: background-color 700ms;
}
@media only screen and (max-width: 767px) {
  .header {
    padding: 15px 15px 15px 18px;
    height: 57px;
  }
}
.header__link {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
}
@media only screen and (max-width: 767px) {
  .header__link {
    margin-bottom: 0;
  }
}
.header__link > p {
  font-size: 0.6875rem;
  font-family: "UniversNextPro-Cond", "meiryo", sans-serif;
  color: #FFFFFF;
}
@media only screen and (max-width: 767px) {
  .header__link > p {
    font-size: 2.9333333333vw;
  }
}
.header__link ul {
  display: flex;
  flex-wrap: wrap;
  gap: 17px;
}
.header__link ul li a img {
  max-width: 100%;
}
.header.is-movie {
  background-color: transparent;
}

.nav-list {
  position: fixed;
  z-index: 999;
  top: 50%;
  left: 30px;
  transform: translateY(-50%);
  opacity: 0;
  transition: opacity 700ms;
}
.nav-list.is-show {
  opacity: 1;
}
.nav-list.is-show ul li button {
  pointer-events: auto !important;
}
.nav-list.is-show.is-hide {
  opacity: 0;
}
.nav-list.is-show.is-hide ul li button {
  pointer-events: none !important;
}
.nav-list.is-show.is-white ul > li button {
  color: #FFFFFF;
}
.nav-list.is-show.is-white ul > li button.is-current::before {
  background-color: #FFFFFF;
}
.nav-list ul {
  display: flex;
  flex-flow: column;
  gap: 10px;
}
.nav-list ul li button {
  font-size: 0.875rem;
  font-family: "UniversNextPro-LightCond", "meiryo", sans-serif;
  font-weight: 300;
  transition: padding-left 700ms, color 700ms;
  min-height: auto !important;
  min-width: auto !important;
  pointer-events: none !important;
}
@media only screen and (max-width: 767px) {
  .nav-list ul li button {
    font-size: 3.7333333333vw;
  }
}
.nav-list ul li button::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 2px;
  width: 0;
  height: 1px;
  background-color: transparent;
  transition: width 700ms;
}
.nav-list ul li button.is-current {
  position: relative;
  font-weight: 700;
  padding-left: 25px;
}
.nav-list ul li button.is-current::before {
  width: 16px;
  background-color: #000000;
}

.model-name {
  letter-spacing: 0.1em;
}
.footer-section {
  width: 100%;
}
.footer-section .row{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.footer-section .row a{
  color:#777;
}
.footer-section .row a:hover{
  color:#84754d;
  opacity:1;
}
.footer-smo-wrap{
  order:1;
  width:23%;
  margin: 0 0 0 auto;
}

@media (max-width: 480px) {
  .footer-smo-wrap{
    width: 100%;
    margin: 0 0 5px;
    order: unset;
  }
}
.footer-nav-wrap{
  width: 44%;
}

@media (max-width: 1366px) {
  .footer-nav-wrap{
    width: 40%;
  }
}
@media (max-width: 991px) {
  .footer-nav-wrap{
    width: 70%;
  }
}
@media (max-width: 480px) {
  .footer-nav-wrap{
    width: 100%;
  }
}
.footer-nav-wrap >ul >li{
  width: 50%;
  color:#000;
}
@media (max-width: 480px) {
  .footer-nav-wrap >ul >li{
    width: 100%;
  }
}
.footer-com-wrap{
  order:-1;
  width: 30%;
}
@media (max-width: 1366px) {
  .footer-com-wrap{
    width: 40%;
  }
}
@media (max-width: 991px) {
  .footer-com-wrap{
    width: 100%;
    order: 1;
    margin-top: 20px;
  }
}
@media (max-width: 480px) {
  .footer-nav-wrap{
    width: 100%;
  }
}
.footer-logo img{
  width: 224px;
}
.footer-logo{
  margin-bottom: 10px;
}
.footer-links ul{
  display: flex;
}
.footer-links ul li{
  padding:2px 0;
}
.footer-links ul li::before{
    content: '|';
    display: inline-block;
}
.footer-smo-wrap ul{
  display: flex;
}
@media (min-width: 481px) {
  .footer-smo-wrap ul{
    justify-content: flex-end;
  }
}
.footer-smo-wrap ul li{
  margin-left: 10px;
}
@media (max-width: 480px) {
  .footer-smo-wrap ul li{
    margin-left: 0;
    margin-right: 8px;
  }
}

.footer-smo-wrap ul li i{
 font-size: 20px;
}
.footer-nav-wrap>ul{
  display: flex;
  flex-wrap: wrap;
}
.footer-nav-wrap>ul ul{
 margin-top: 8px;
 margin-bottom: 6px;
}
/*# sourceMappingURL=style.css.map */
