@charset "UTF-8";
/************************************************

@PC - style.css v5.0.0

(c) ULM Co.,Ltd. - https://www.ulm-design.com
************************************************/
/* reset */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
hr,
menu,
nav,
section {
  display: block;
}

a,
hr {
  padding: 0;
}

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

ins,
mark {
  background-color: #ff9;
  color: #000;
}

body {
  line-height: 1;
}

li,
ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

ins {
  text-decoration: none;
}

mark {
  font-style: italic;
  font-weight: 700;
}

del {
  text-decoration: line-through;
}

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

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

hr {
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
}

input,
select {
  vertical-align: middle;
}

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

.pc {
  display: none;
}
@media screen and (min-width: 961px) {
  .pc {
    display: block;
  }
}

/*-------------------------------

html

-------------------------------*/
html,
body {
  font: 13px/1 "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  letter-spacing: 1px;
  word-break: break-all;
  word-wrap: break-word;
  color: #000;
  /*-webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;*/
  font-feature-settings: "palt";
  /*文字間詰め*/
  -webkit-text-size-adjust: 100%;
  /* adjust */
}
@media screen and (min-width: 961px) {
  html,
  body {
    font: 16px/1 "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  }
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.hover {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.click {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.click:active {
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
  transform: scale(0.95);
}

/************************************************

@PC - common.css v5.0.0

(c) ULM Co.,Ltd. - https://www.ulm-design.com
************************************************/
/*-------------------------------

#wrapper

-------------------------------*/
#wrapper {
  width: 100%;
  display: block;
  position: relative;
  visibility: hidden;
  opacity: 0;
}

.fadein {
  opacity: 0;
  transform: translateY(25px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

/*-------------------------------

#header

-------------------------------*/
#drawer-btn {
  position: absolute;
  z-index: 5;
  top: 0px;
  right: 0px;
  width: 50px;
  height: 50px;
  background: #333;
}

#drawer-txt {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  text-align: center;
  color: #FFF;
  padding: 8px 0 0 2px;
  letter-spacing: 0px;
}

#drawer-line-box {
  width: 50px;
  height: 28px;
  padding: 4px 0 0;
}

.drawer-line {
  width: 30px;
  height: 3px;
  background: #FFF;
  display: block;
  margin: 0 auto 4px auto;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  border-radius: 10px;
}

.drawer-line.open:nth-child(1) {
  -webkit-transform: rotate(405deg) translate(5px, 5px);
  transform: rotate(405deg) translate(5px, 5px);
}

.drawer-line.open:nth-child(2) {
  -webkit-opacity: 0;
  opacity: 0;
}

.drawer-line.open:nth-child(3) {
  -webkit-transform: rotate(-405deg) translate(5px, -5px);
  transform: rotate(-405deg) translate(5px, -5px);
}

/*-------------------------------

@nav

-------------------------------*/
#nav {
  font-size: 14px;
}

.nav-box {
  position: relative;
  height: 14px;
  padding: 18px 15px;
}

.nav-btn {
  display: block;
  color: #000;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
}

.nav-btn.selected,
.nav-btn:not(.coming):hover {
  color: #ff0000;
}

.nav-btn.coming {
  opacity: 0.5;
}

.nav-icon {
  font-size: 100%;
}

/*-------------------------------

#drawer-layer-container

-------------------------------*/
#drawer-container {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 99;
  top: 0px;
  left: 0px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  display: none;
  opacity: 0;
  background: #ccc;
  padding: 50px 0 0 0;
}

#drawer-container-inner {
  width: 100%;
  padding: 6% 0;
  position: relative;
  z-index: 1;
}

#drawer-nav-container {
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  width: 90%;
  margin: 0 auto;
}

.drawer-nav-box {
  display: block;
  margin: 0 0 3% 0;
}

.drawer-nav-box:last-child {
  margin: 0 auto;
}

.drawer-nav-btn {
  color: #fff;
  text-decoration: none;
  display: block;
  height: 80px;
  line-height: 80px;
  background-color: #000;
  border-radius: 5px;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
}

.drawer-nav-btn.selected {
  color: #fff;
  background: #ff0000;
  text-shadow: none;
}

/*-------------------------------

#footer

-------------------------------*/
#footer {
  text-align: center;
  font-size: 0.75rem;
  padding: 5% 0 3%;
  background: linear-gradient(to bottom, #133b6c, #164782);
}
@media screen and (min-width: 961px) {
  #footer {
    padding: 3% 0;
  }
}
#footer .share-container {
  margin: 0 auto 3rem;
}
#footer .share-ttl {
  color: #fff;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.25rem;
  font-weight: 500;
  margin-bottom: 1rem;
}
#footer .staffbilling {
  width: 95%;
  margin: 0 auto;
}
@media screen and (min-width: 961px) {
  #footer .staffbilling {
    width: 50%;
    max-width: 580px;
  }
}
#footer .staffbilling img {
  width: 100%;
  object-fit: contain;
}
#footer .copyright {
  color: #fff;
}

/*-------------------------------

#main

-------------------------------*/
#main {
  display: block;
}

/*-------------------------------

#preloader

-------------------------------*/
#preloader {
  background-image: url(../img/top/bg_blue.jpg);
  background-size: cover;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10000;
}

#preloader-inner {
  width: 500px;
  height: 300px;
  position: absolute;
  z-index: 1;
  top: calc(50% - 150px);
  left: calc(50% - 250px);
}

#preloader-ttl {
  display: block;
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
}

#preloader-txt {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
}

#preloader-anime {
  position: absolute;
  top: 115px;
  left: 310px;
  z-index: 3;
}

#progress-txt {
  width: 60px;
  display: block;
  font: 11px/1em Arial, Helvetica, sans-serif;
  color: #c9006d;
  text-align: center;
  position: absolute;
  top: 145px;
  left: 293px;
  z-index: 4;
}

#preloaderAnime {
  position: fixed;
  top: 45%;
  left: 0;
  width: 100vw;
  height: auto;
  transform: translateY(-50%);
  overflow: visible;
  z-index: 10001;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.preloader-logo {
  width: auto;
  height: auto;
  max-width: 80px;
  position: relative;
  z-index: 2;
}

.loading-line {
  width: 100%;
  height: 2px;
  background: #fff;
  position: relative;
  transform-origin: left;
  animation: loadingLineMove 0.8s ease-in-out;
  z-index: 1;
}

@keyframes loadingLineMove {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}
/*-------------------------------

@banner

-------------------------------*/
.banner-item {
  margin: 0 10px 0 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.banner-item:hover {
  opacity: 0.6;
}

.banner-img {
  width: 180px;
  height: auto;
}

/*-------------------------------

@SNS

-------------------------------*/
#social-container {
  margin: 20px;
  justify-content: center;
}

/* 最後のSNSボタンに特別なスタイルを適用 */
.share-link-btn {
  color: #fff;
  transition: all 0.1s ease;
  background-color: #cb2c85;
  border-radius: 50px;
  padding: 10px 13px;
  margin: 0 10px;
  width: 40px;
  height: 40px;
  font-size: 1.125rem;
  transition: all 0.1s ease;
  text-align: center;
  line-height: 1.5;
}
@media screen and (min-width: 961px) {
  .share-link-btn {
    padding: 7px 11px;
  }
}

.share-link-btn:active {
  transform: scale(0.95);
}

/*--------------------------------------------------
リマケタグの隙間対策
--------------------------------------------------*/
iframe[name=google_conversion_frame] {
  height: 0 !important;
  width: 0 !important;
  line-height: 0 !important;
  font-size: 0 !important;
  margin-top: -13px;
}

/*--------------------------------------------------------------

@modules

--------------------------------------------------------------*/
/*-------------------------------

a

-------------------------------*/
a {
  text-decoration: none;
  display: inline-block;
}

/*-------------------------------

@flex

-------------------------------*/
.flex {
  display: -webkit-flex;
  display: flex;
}

.flex-wrap {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-center {
  -webkit-justify-content: center;
  justify-content: center;
}

.flex-left {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.flex-right {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

/*-------------------------------

font-weight

-------------------------------*/
.bold {
  font-weight: bold;
}

/*-------------------------------

font-style

-------------------------------*/
.italic {
  font-style: italic;
}

/*-------------------------------

display

-------------------------------*/
.none {
  display: none;
}

.block {
  display: block;
}

/*-------------------------------

position

-------------------------------*/
.relative {
  position: relative;
}

.margin-auto {
  margin: 0 auto;
}

/*-------------------------------

guard

-------------------------------*/
.guard {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url(../common/img/spacer.gif);
  background-repeat: repeat;
}

.protect {
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  -khtml-user-drag: none;
  -webkit-user-drag: none;
}

/************************************************

@PC - style.css v5.0.0

(c) ULM Co.,Ltd. - https://www.ulm-design.com
************************************************/
.mv-wrapper {
  position: relative;
  width: 100%;
  aspect-ratio: 9/15.3;
  background-image: url(../img/top/mv_bg_sp.jpg);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  overflow: hidden;
}
@media screen and (min-width: 961px) {
  .mv-wrapper {
    height: 63vw;
    background-image: url(../img/top/mv_bg.jpg);
    background-position: center;
  }
}

.mv-texts {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 961px) {
  .mv-texts {
    width: 53%;
  }
}
.mv-texts img {
  width: 100%;
  object-fit: cover;
  display: block;
}

.logo {
  width: 27%;
  max-width: 150px;
  position: absolute;
  z-index: 9999;
  transition: opacity 2s ease, visibility 2s ease;
  opacity: 1;
  visibility: visible;
}
@media screen and (min-width: 961px) {
  .logo {
    max-width: none;
  }
}
.logo img {
  width: 100%;
  height: auto;
  display: block;
}
.logo.moving {
  opacity: 0;
}
.logo.logo-1 {
  top: 40%;
  left: 22%;
  transform: translateX(-50%) translateY(-50%);
  opacity: 0;
  filter: blur(10px);
  transition: opacity 1.5s ease, filter 1.5s ease, visibility 1.5s ease;
}
.logo.logo-1.fadein-complete {
  opacity: 1;
  filter: blur(0);
}
.logo.logo-2-3 {
  top: 46%;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
}
@media screen and (min-width: 961px) {
  .logo {
    width: 18%;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
  }
  .logo.logo-1 {
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
  }
  .logo.logo-2-3 {
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    visibility: hidden;
  }
  .logo.moving {
    opacity: 1;
  }
}

.billing {
  display: none;
  width: 47%;
  position: absolute;
  bottom: 20%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9999;
  opacity: 0;
  filter: blur(10px);
  transition: opacity 1.5s ease, filter 1.5s ease, visibility 1.5s ease;
}
.billing.fadein-complete {
  opacity: 1;
  filter: blur(0);
}
@media screen and (min-width: 961px) {
  .billing {
    display: block;
  }
}

.mv-left {
  display: none;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}
@media screen and (min-width: 961px) {
  .mv-left {
    display: block;
  }
}

.kakuhan {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
  opacity: 0;
  filter: blur(10px);
  transition: opacity 1.5s ease, filter 1.5s ease, visibility 1.5s ease;
}
.kakuhan.fadein-complete {
  opacity: 1;
  filter: blur(0);
}
.kakuhan img {
  width: 100.25%;
  object-fit: cover;
}

.mv-slider {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  touch-action: pan-y;
  -webkit-overflow-scrolling: touch;
}
@media screen and (min-width: 961px) {
  .mv-slider {
    width: 47%;
    transform: none;
  }
}
.mv-slider .swiper-slide {
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 2s ease;
}
.mv-slider .swiper-slide:first-child {
  opacity: 0;
  filter: blur(10px);
}
.mv-slider .swiper-slide:first-child.fadein-complete {
  opacity: 1;
  filter: blur(0);
}
.mv-slider .swiper-slide.swiper-slide-active {
  opacity: 1;
}
.mv-slider .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  vertical-align: bottom;
}
.mv-slider.swiper-initialized .swiper-slide:first-child {
  opacity: 0;
}
.mv-slider.swiper-initialized .swiper-slide.swiper-slide-active {
  opacity: 1;
}

.mv02_copy,
.mv03_copy {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  opacity: 0;
  width: 80%;
  visibility: hidden;
  filter: blur(10px);
  transition: opacity 3.5s ease, visibility 3.5s ease, filter 3.5s ease;
  pointer-events: none;
}
.mv02_copy.active,
.mv03_copy.active {
  opacity: 1;
  visibility: visible;
  filter: blur(0);
}
.mv02_copy img,
.mv03_copy img {
  width: 100%;
}
@media screen and (min-width: 961px) {
  .mv02_copy,
  .mv03_copy {
    top: 0;
    right: 0;
  }
  .mv02_copy img,
  .mv03_copy img {
    width: 100%;
  }
}

.mv03_copy {
  mix-blend-mode: multiply;
}

.mv04_copy {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  transition: opacity 3.5s ease, visibility 3.5s ease;
  pointer-events: none;
  width: 95%;
  filter: drop-shadow(0px -2px 5px rgba(0, 0, 0, 0.5));
}
@media screen and (min-width: 961px) {
  .mv04_copy {
    width: 90%;
  }
}
.mv04_copy.active {
  opacity: 1;
  visibility: visible;
}
.mv04_copy img {
  width: 100%;
  height: auto;
  display: block;
}

.bg-blue {
  background-image: url(../img/top/bg_blue.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (min-width: 961px) {
  .bg-blue {
    padding-bottom: 60px;
  }
}

.mv-bottom {
  padding: 1% 0 0;
}
.mv-bottom-billing {
  width: 85%;
  margin: 2rem auto 3rem;
}
@media screen and (min-width: 961px) {
  .mv-bottom-billing {
    display: none;
  }
}
.mv-bottom-billing img {
  width: 100%;
}

.sec-ttl {
  font-family: "Lora", serif;
  font-weight: 400;
  font-optical-sizing: auto;
  font-style: normal;
  text-align: center;
  font-size: 2rem;
  margin-bottom: 3rem;
  color: #c9006d;
}

.social-icons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  margin: 2rem auto 0;
  max-width: 690px;
}
@media screen and (min-width: 961px) {
  .social-icons {
    gap: 2rem;
    margin-top: 2rem;
  }
}

.social-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  background-color: #fff;
  border-radius: 50%;
  transition: all 0.5s ease;
  text-decoration: none;
  color: #164782;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
}
.social-icon:hover {
  opacity: 0.5;
}
.social-icon i {
  font-size: 1.5rem;
  color: #164782;
}
@media screen and (min-width: 961px) {
  .social-icon {
    width: 60px;
    height: 60px;
  }
  .social-icon i {
    font-size: 1.8rem;
  }
}

/*-------------------------------

.news

-------------------------------*/
.news {
  text-align: center;
  margin: 3rem auto 4rem;
}
.news a {
  color: #fff;
  font-size: 1.5rem;
  font-weight: normal;
  text-decoration: none;
  transition: all 0.3s ease;
  line-height: 1.5;
  border: solid 1px #fff;
  padding: 8px 20px 12px;
  width: 250px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
}
.news a:hover {
  background: #fff;
  color: #000;
}

/*-------------------------------

#movie

-------------------------------*/
#trailer {
  padding: 30px 0;
}

.screen-container {
  width: 85%;
  margin: 0 auto 1rem;
  text-align: center;
}
@media screen and (min-width: 961px) {
  .screen-container {
    width: 80%;
    max-width: 800px;
  }
}

#movie-nav {
  width: 80%;
  margin: 0 auto;
  justify-content: center;
}
@media screen and (min-width: 961px) {
  #movie-nav {
    max-width: 900px;
  }
}

.movie-nav-box {
  margin: 0.8% 0%;
  text-align: center;
  cursor: pointer;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 960px) {
  .movie-nav-box:first-child {
    margin: 0.8% 0;
  }
}
.movie-nav-box a {
  display: block;
  padding: 7px;
  line-height: 1.5;
  pointer-events: none;
  color: #fff;
  font-size: 1.25rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
}
@media screen and (min-width: 961px) {
  .movie-nav-box a {
    font-size: 1.25rem;
    padding: 10px;
  }
}
@media screen and (min-width: 961px) {
  .movie-nav-box {
    width: 23% !important;
    margin: 6px;
  }
}

.movie-nav-box.selected a {
  font-weight: bold;
}

.pc-modal-movie {
  display: none;
}

#movie-container {
  width: 100%;
  margin: 0 auto;
  padding: 0 0 30px;
  opacity: 0;
  transition: opacity 0.6s ease;
}

#movie-container.swiper-container-horizontal {
  opacity: 1;
}

.movie-thumb-box {
  position: relative;
  padding-bottom: 51.25%;
  height: 0;
  overflow: hidden;
  border: 1px solid #eee;
}

.movie-thumb-box img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.movie-thumb-list li {
  width: 100%;
  padding: 0 10px;
}

.movie-cap {
  padding: 15px 0 5px;
  text-align: center;
  color: #095365;
  font-size: 16px;
  font-weight: bold;
}

.play-icon {
  color: #e60027;
  width: 52px;
  height: 58px;
  font-size: 60px;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin: auto;
  display: block;
  line-height: 1em;
}

.movie-thumb-box:hover .play-icon {
  opacity: 0.8;
}

.movie-thumb-list .slider-arrow {
  position: absolute;
  top: 50%;
  height: 60px;
  margin-top: -50px;
  color: #aaa;
  line-height: 36px;
  font-size: 28px;
  cursor: pointer;
  width: 30px;
  z-index: 10;
}

.movie-thumb-list .slider-arrow img {
  width: 100%;
}

.movie-thumb-list .slider-prev {
  left: 0;
}

.movie-thumb-list .slider-next {
  right: 0;
}

#trailer-play {
  padding: 30px;
}

#trailer-play a {
  transition: opacity 0.2s ease;
  opacity: 0.7;
}

#trailer-play a:hover {
  opacity: 1;
}

.btn-container li {
  position: relative;
  border: 1px solid #7f1e1e;
  border-radius: 50px;
  margin: 0 0 10px;
  padding: 7px 15px;
  text-align: center;
}

.btn-container li.new::after {
  content: "New";
  font-size: 0.8em;
  background: #7f1e1e;
  position: absolute;
  top: -4px;
  left: -4px;
  padding: 2px;
}

.btn-container li a {
  display: block;
  color: #fff;
  font-size: 20px;
  text-decoration: none;
  transition: color 0.3s ease;
}

.btn-container li a:hover {
  color: #7f1e1e;
}

.youtube {
  aspect-ratio: 16/9;
}

@media screen and (min-width: 1024px) {
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
  #trailer {
    margin: 0 auto;
    padding: 60px 0 0;
  }
  .pc-modal-movie {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
  }
  .youtube {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
  }
}
.bg-intro_story {
  position: relative;
  z-index: 10;
  clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 0);
  background-color: transparent;
}
.bg-intro_story:before {
  content: "";
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-image: url(../img/top/story_bg.jpg);
  background-size: cover;
  background-position: top center;
}

#introduction {
  padding: 15% 0;
}
@media screen and (min-width: 961px) {
  #introduction {
    padding: 10% 0;
  }
}
#introduction .intro-box {
  padding: 10% 5%;
  background-color: rgba(255, 255, 255, 0.8);
  max-width: 960px;
  margin: 0 auto;
  width: 90%;
}
@media screen and (min-width: 961px) {
  #introduction .intro-box {
    width: 80%;
    padding: 5%;
  }
}
#introduction .intro-box .intro-text {
  font-size: 1.125rem;
  line-height: 1.8;
  margin-bottom: 1rem;
}
@media screen and (min-width: 961px) {
  #introduction .intro-box .intro-text {
    font-size: 1rem;
  }
}

#story {
  padding: 10% 0;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.7), rgba(239, 239, 239, 0.7));
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  box-shadow: 0 4px -4px rgba(0, 0, 0, 0.2);
}
#story .story-box {
  max-width: 1010px;
  margin: 0 auto;
  width: 90%;
}
@media screen and (min-width: 961px) {
  #story .story-box {
    width: 80%;
  }
}
#story .story-box .story-text {
  text-align: left;
  line-height: 2;
  margin-bottom: 1.25rem;
  font-size: 1.125rem;
}
@media screen and (min-width: 961px) {
  #story .story-box .story-text {
    text-align: center;
    font-size: 1rem;
  }
}

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

.pc-br {
  display: none;
}
@media screen and (min-width: 961px) {
  .pc-br {
    display: block;
  }
}

.letter-spacing {
  letter-spacing: -0.1em;
}

.text-spacing-0 {
  letter-spacing: 0;
}
@media screen and (max-width: 960px) {
  .text-spacing-0 {
    letter-spacing: 0;
  }
}

.text-spacing {
  letter-spacing: -0.04em;
}
@media screen and (max-width: 960px) {
  .text-spacing {
    letter-spacing: 0;
  }
}

@media screen and (min-width: 961px) {
  .text-spacing-2 {
    letter-spacing: -0.058em;
  }
}

.text-spacing-3 {
  letter-spacing: -0.04em;
}
@media screen and (max-width: 960px) {
  .text-spacing-3 {
    letter-spacing: 0;
  }
}

.text-spacing-4 {
  letter-spacing: 0.025em;
}
@media screen and (max-width: 960px) {
  .text-spacing-4 {
    letter-spacing: 0;
  }
}

.text-spacing-5 {
  letter-spacing: 0.05em;
}
@media screen and (max-width: 960px) {
  .text-spacing-5 {
    letter-spacing: 0;
  }
}

.text-spacing-6 {
  letter-spacing: 0;
}
@media screen and (max-width: 960px) {
  .text-spacing-6 {
    letter-spacing: 0;
  }
}

.text-spacing-7 {
  letter-spacing: 0 0.18em;
}
@media screen and (max-width: 960px) {
  .text-spacing-7 {
    letter-spacing: 0;
  }
}

.text-spacing-8 {
  letter-spacing: 0.075em;
}
@media screen and (max-width: 960px) {
  .text-spacing-8 {
    letter-spacing: 0;
  }
}

.text-spacing-9 {
  letter-spacing: -0.05em;
}
@media screen and (max-width: 960px) {
  .text-spacing-9 {
    letter-spacing: 0;
  }
}

#comment {
  padding: 10% 0;
  position: relative;
  z-index: 10;
  clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 0);
  background-color: transparent;
}
#comment:before {
  content: "";
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-image: url(../img/comment/comment_bg.jpg);
  background-size: cover;
  background-position: center;
}

.comment-box {
  padding: 10% 15px;
  margin: 0 auto 2rem;
  width: 320px;
  background: #fff;
  filter: drop-shadow(2px 2px 10px rgba(0, 0, 0, 0.1));
}
@media screen and (min-width: 961px) {
  .comment-box {
    width: 780px;
    padding: 5% 180px;
  }
}
.comment-box:last-child {
  margin-bottom: 7rem;
}

.comment-cast {
  margin: 0 auto 7rem;
  width: 100%;
  max-width: 780px;
}
.pc-br {
  display: none;
}
@media screen and (min-width: 961px) {
  .pc-br {
    display: block;
  }
}

.comment-cast-box {
  width: 320px;
  text-align: center;
  background: #fff;
  filter: drop-shadow(2px 2px 10px rgba(0, 0, 0, 0.1));
  padding: 5%;
  margin: 0 auto 2rem;
}
@media screen and (min-width: 961px) {
  .comment-cast-box {
    width: 780px;
    padding: 5% 180px;
  }
}
.comment-cast-box .comment-name {
  margin-bottom: 0 !important;
}

.comment-box-img {
  width: 80%;
  object-fit: cover;
  border-radius: 10px;
  margin: 0 auto 1.5rem;
}
.comment-box-img img {
  width: 100%;
  object-fit: cover;
}
@media screen and (min-width: 961px) {
  .comment-box-img {
    width: 55%;
  }
}

.comment-ttl {
  text-align: center;
  position: relative;
  z-index: 999;
}
.comment-ttl img {
  width: 53%;
}
@media screen and (min-width: 961px) {
  .comment-ttl img {
    width: 25%;
    max-width: 400px;
  }
}

.comment-name {
  text-align: center;
  font-size: 1.5rem;
  margin-bottom: 2rem;
  font-weight: bold !important;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
}
.comment-name-p {
  color: #c9006d;
}

.comment-role {
  font-size: 1rem;
  margin: 0 0 0 1rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
}

.staff-comment-role {
  margin: 0 1rem 0 0 !important;
}

.comment-text {
  padding-bottom: 3px;
  display: inline;
  margin: 0 auto 3rem;
  font-size: 1.125rem;
  text-align: justify;
  letter-spacing: -0.012em;
  line-height: 2;
  max-width: 960px;
}
@media screen and (min-width: 961px) {
  .comment-text {
    font-size: 1rem;
    letter-spacing: -0.015em;
  }
}

.comment-text-spacing {
  letter-spacing: -0.08em;
  margin-right: 2px;
}/*# sourceMappingURL=style.css.map */