@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: 960px) {
  .sp {
    display: none;
  }
}

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

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

html

-------------------------------*/
html, body {
  font: 13px/1 "しっぽり明朝", "Shippori Mincho", "Noto Serif JP", "Yu Mincho", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HiraMinProN-W3", "HGS明朝E", "ＭＳ 明朝", "MS Mincho", serif;
  letter-spacing: 1px;
  word-break: break-all;
  word-wrap: break-word;
  background: #000;
  color: #fff;
  /*-webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;*/
  font-feature-settings: "palt"; /*文字間詰め*/
  -webkit-text-size-adjust: 100%; /* adjust */
}
@media screen and (min-width: 960px) {
  html, body {
    font: 16px/1 "しっぽり明朝", "Shippori Mincho", "Noto Serif JP", "Yu Mincho", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HiraMinProN-W3", "HGS明朝E", "ＭＳ 明朝", "MS Mincho", 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;
}

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

#header

-------------------------------*/
#header {
  display: none;
  width: 100%;
  height: 50px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
}

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

#drawer-txt {
  font-family: "Cormorant", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1em;
  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: 1px;
  background: #FFF;
  display: block;
  margin: 0 auto 6px 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;
}

@media screen and (min-width: 960px) {
  #nav-container {
    background: rgba(0, 0, 0, 0.5);
    height: 60px;
    display: flex;
    align-items: center;
  }
}

.nav-box {
  position: relative;
  margin: 0 20px;
}

.nav-btn {
  font-family: "Cormorant", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1em;
  display: block;
  color: #fff;
  transition: all 0.4s ease;
}

.nav-btn:not(.coming):hover {
  color: #e60013;
}

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

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

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

#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: #fff;
  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 {
  font-family: "Cormorant", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1em;
  color: #fff;
  text-decoration: none;
  display: block;
  height: 80px;
  line-height: 80px;
}

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

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

#footer

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

#main

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

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

#preloader

-------------------------------*/
#preloader {
  background: #000;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10000;
}

#preloader-bg {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  animation: prebg 10s linear forwards;
}

@keyframes prebg {
  0% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1.2, 1.2);
  }
}
#preloader-inner {
  width: 170px;
  height: 40px;
  position: absolute;
  z-index: 10000;
  top: calc(50% - 80px);
  left: calc(50% - 85px);
}

#preloader-ttl {
  display: block;
  position: absolute;
  z-index: 3;
  top: -10px;
  left: 0;
  width: 230px;
  margin: auto;
  right: 0;
}

#preloader-txt {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #cf1c34, 0 0 70px #cf1c34, 0 0 80px #cf1c34, 0 0 100px #cf1c34, 0 0 150px #cf1c34;
}

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

#progress-txt {
  width: 100%;
  display: block;
  font-size: xx-small;
  color: #e60013;
  font-weight: bold;
  text-align: center;
  position: absolute;
  top: 120px;
  left: 0;
  z-index: 4;
  text-align: center;
}
#preloaderAnime {
  position: absolute;
  top: calc(50% - 8px);
  left: calc(50% - 8px);
}

@media screen and (min-width: 1024px) {
  #preloader-bg {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10000;
  }
}
.circle {
  width: 10px;
  height: 10px;
  margin: 0 auto;
  background-color: #cf1c34;
  border-radius: 50%;
  animation: loading 1.2s infinite;
}

@keyframes loading {
  0% {
    transform: scale(0);
    opacity: 1;
  }
  100% {
    transform: scale(4);
    opacity: 0;
  }
}
.preloader-img {
  width: 100%;
  margin: 0 auto;
  animation: blurEffect 2s infinite ease-in-out;
}

@keyframes blurEffect {
  0% {
    transform: scale(1);
    filter: blur(0px);
  }
  50% {
    transform: scale(1.05);
    filter: blur(5px);
  }
  100% {
    transform: scale(1);
    filter: blur(0px);
  }
}
/*-------------------------------

@banner

-------------------------------*/
#banner-container {
  padding: 0 5% 40px;
}
@media screen and (min-width: 960px) {
  #banner-container {
    padding: 0 5% 60px;
  }
}

.banner-item {
  width: 70%;
  padding: 5px;
  transition: all 0.5s ease;
}
.banner-item:hover {
  opacity: 0.6;
}
@media screen and (min-width: 960px) {
  .banner-item {
    width: 300px;
  }
}

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

@SNS

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

.sns-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  margin: 0 10px;
  transition: all 0.4s ease;
  border: 1px solid #fff;
}
.sns-btn:hover {
  cursor: pointer;
}
.sns-btn:hover .share-link-btn {
  color: #724f31 !important;
}

.sns-btn:nth-last-child(1) {
  padding: 0;
}

.share-link-btn {
  display: block;
  color: #fff;
  transition: all 0.4s ease;
}

.custom-facebook-btn {
  transform: scale(1.2);
}

.custom-line-btn {
  transform: scale(1.4);
}

/*--------------------------------------------------
リマケタグの隙間対策
--------------------------------------------------*/
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;
}

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

img

-------------------------------*/
img {
  width: 100%;
}

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

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

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

animation

-------------------------------*/
.delayItem {
  opacity: 0;
}

.blur {
  opacity: 0;
  -moz-transition: -moz-transform 0.5s linear;
  -webkit-transition: -webkit-transform 0.5s linear;
  -o-transition: -o-transform 0.5s linear;
  -ms-transition: -ms-transform 0.5s linear;
  transition: transform 0.5s linear;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.img-blur {
  -webkit-animation-name: imageBlur;
  animation-name: imageBlur;
  opacity: 1;
  transition: 0.8s;
}

@-webkit-keyframes imageBlur {
  from {
    opacity: 0;
    -webkit-filter: blur(15px);
    -moz-filter: blur(15px);
    -ms-filter: blur(15px);
    -o-filter: blur(15px);
    filter: blur(15px);
  }
  to {
    opacity: 1;
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -ms-filter: blur(0px);
    -o-filter: blur(0px);
    filter: blur(0px);
  }
}
@keyframes imageBlur {
  from {
    opacity: 0;
    -webkit-filter: blur(15px);
    -moz-filter: blur(15px);
    -ms-filter: blur(15px);
    -o-filter: blur(15px);
    filter: blur(15px);
  }
  to {
    opacity: 1;
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -ms-filter: blur(0px);
    -o-filter: blur(0px);
    filter: blur(0px);
  }
}
.img-blur {
  -webkit-animation-name: imageBlur;
  animation-name: imageBlur;
  opacity: 0;
  -webkit-filter: blur(15px);
  filter: blur(15px);
  transition: none;
  will-change: opacity, filter;
}

@-webkit-keyframes imageBlur {
  from {
    opacity: 0;
    -webkit-filter: blur(15px);
    filter: blur(15px);
  }
  to {
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}
@keyframes imageBlur {
  from {
    opacity: 0;
    -webkit-filter: blur(15px);
    filter: blur(15px);
  }
  to {
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}
/************************************************

@PC - style.css v5.0.0

(c) ULM Co.,Ltd. - https://www.ulm-design.com
************************************************/
.logo {
  width: 100%;
  margin: 0 auto;
  opacity: 0;
  filter: blur(10px);
}
@media screen and (min-width: 960px) {
  .logo {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0 0 20px 0;
    display: block;
  }
  .logo img {
    width: 100%;
    height: auto;
  }
}
.logo.show {
  animation: slideDownBlur 2s ease-out forwards;
}

.roadshow {
  width: 95%;
  margin: 20px auto;
  font-family: "しっぽり明朝", "Shippori Mincho", "Noto Serif JP", "Yu Mincho", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HiraMinProN-W3", "HGS明朝E", "ＭＳ 明朝", "MS Mincho", serif;
  font-size: 1.5em;
  text-align: center;
  color: #e60013;
  letter-spacing: 0.1em;
  line-height: 1.6;
  filter: blur(10px);
  opacity: 0;
}
@media screen and (min-width: 960px) {
  .roadshow {
    color: #fff;
    position: relative;
    width: 100%;
    margin: 0;
    font-size: 1.5em;
  }
}
.roadshow.show {
  animation: slideDownBlur 2s ease-out forwards;
}

@keyframes slideDownBlur {
  0% {
    transform: translateY(-10px);
    filter: blur(8px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    filter: blur(0);
    opacity: 1;
  }
}
.top-container {
  position: absolute;
  bottom: 4vw;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 55%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  z-index: 2;
}
@media screen and (min-width: 960px) {
  .top-container {
    width: 22vw;
    height: 100%;
    right: 10vw;
    left: auto;
    top: 0;
    bottom: auto;
    justify-content: center;
  }
}

.top-main {
  position: relative;
}

.copy {
  position: absolute;
  width: auto;
  left: 7vw;
  top: 5vw;
  font-family: "しっぽり明朝", "Shippori Mincho", "Noto Serif JP", "Yu Mincho", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HiraMinProN-W3", "HGS明朝E", "ＭＳ 明朝", "MS Mincho", serif;
  color: #fff;
  font-size: 4.8vw;
  line-height: 1.6;
  letter-spacing: 0.1em;
  writing-mode: vertical-rl;
  text-orientation: upright;
  filter: blur(10px);
  opacity: 0;
}
@media screen and (min-width: 960px) {
  .copy {
    left: 3.5vw;
    top: 4vw;
    font-size: 2vw;
  }
}
.copy .copy-text {
  margin: 0;
  padding: 0;
}
.copy .copy-line {
  display: block;
}
.copy .copy-line-second {
  display: block;
  margin-top: 1em;
}
.copy .curse-word {
  display: inline-block;
  color: #e60027;
  opacity: 1;
  filter: blur(0);
  transition: opacity 0.4s ease-in-out, filter 0.4s ease-in-out;
}
.copy .curse-word.flicker {
  animation: flicker 0.05s ease-in-out 6;
}
.copy .curse-word.fade-out {
  opacity: 0;
  filter: blur(8px);
}
.copy .curse-word.changed {
  color: #e60027;
  opacity: 1;
  filter: blur(0);
  transition: opacity 0.5s ease-in-out, filter 0.5s ease-in-out;
}
@keyframes flicker {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.3;
  }
}
.copy .copy-after-curse {
  display: inline;
}
.copy.show {
  animation: slideDownBlur 2s ease-out forwards;
}

.a24 {
  width: 12%;
  left: 0;
  right: 0;
  margin: auto;
  filter: blur(10px);
  opacity: 0;
}
@media screen and (min-width: 960px) {
  .a24 {
    width: 58px;
  }
}
.a24.show {
  animation: slideDownBlur 2s ease-out forwards;
}

.main-img {
  position: relative;
  overflow: hidden;
}
.main-img img {
  vertical-align: bottom;
}

.creepy-blur {
  opacity: 0;
  filter: blur(10px);
  animation: fadeInAndBlur 3s ease-out forwards;
}

@keyframes fadeInAndBlur {
  0% {
    opacity: 0;
    filter: blur(10px);
  }
  50% {
    opacity: 0.5;
    filter: blur(5px);
  }
  100% {
    opacity: 1;
    filter: blur(0);
  }
}
.billing-jp {
  width: 80%;
  margin: 30px auto;
  color: #fff;
  font-size: 12px;
  line-height: 1.8;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .billing-jp {
    margin: 40px auto;
    font-size: 14px;
  }
}
.billing-jp p {
  margin: 0 0 8px 0;
}
.billing-jp p:last-child {
  margin-bottom: 0;
}

.billing-name {
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 12px !important;
}
@media screen and (min-width: 960px) {
  .billing-name {
    font-size: 16px;
  }
}

.billing-director,
.billing-producer {
  font-size: 11px;
}
@media screen and (min-width: 960px) {
  .billing-director,
  .billing-producer {
    font-size: 13px;
  }
}

.billing-copyright {
  font-size: 10px;
  margin-top: 12px !important;
}
@media screen and (min-width: 960px) {
  .billing-copyright {
    font-size: 12px;
  }
}

.billing-small {
  font-size: 0.8em;
  vertical-align: baseline;
}

.roadshow-large {
  font-size: 1.4em;
  vertical-align: baseline;
}

.roadshow-small {
  font-size: 0.6em;
  vertical-align: baseline;
}

.x-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  width: 80%;
  padding: 20px;
  margin: 0 auto;
  background: #e60013;
  color: #fff;
  text-align: center;
  margin: 40px auto 0;
}
@media screen and (min-width: 960px) {
  .x-btn {
    position: absolute;
    top: 20px;
    right: 20px;
    padding: 0;
    margin: 0;
    width: 70px;
    height: 70px;
    border-radius: 70px;
    transition: background 0.4s ease;
  }
  .x-btn:hover {
    color: #e60013;
    background: #fff;
  }
}
.x-btn .x-btn-icon {
  font-size: 1.1em;
}
.x-btn .x-btn-sptxt {
  font-family: "Cormorant", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1em;
  font-weight: bold;
  margin-right: 10px;
}
@media screen and (min-width: 960px) {
  .x-btn .x-btn-sptxt {
    display: none;
  }
}

.sns-buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  margin: 20px auto 0;
}
@media screen and (min-width: 960px) {
  .sns-buttons {
    position: absolute;
    top: 20px;
    right: 20px;
    margin: 0;
    gap: 10px;
  }
}

.top-sns-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  background: #e60013;
  color: #fff;
  text-decoration: none;
  transition: all 0.4s ease;
  font-size: 1.4em;
}
@media screen and (min-width: 960px) {
  .top-sns-btn {
    width: 50px;
    height: 50px;
    font-size: 1.1em;
  }
  .top-sns-btn:hover {
    background: #fff;
    color: #e60013;
    transform: scale(1.1);
  }
}

.under-content {
  padding: 0;
}
@media screen and (min-width: 960px) {
  .under-content {
    padding: 50px 0 0;
  }
}

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

contents

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

.contents-ttl {
  font-family: "Cormorant", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1em;
  position: relative;
  padding: 8px 50px;
  font-size: 1.6em;
  letter-spacing: 0.1em;
  color: #e60013;
  font-weight: 400;
  display: inline-block;
  box-sizing: border-box;
  max-width: 520px;
  text-align: center;
  margin: 24px auto 20px;
}
@media screen and (min-width: 960px) {
  .contents-ttl {
    font-size: 2em;
  }
}
.contents-ttl::before, .contents-ttl::after {
  content: "";
  position: absolute;
  top: 50%;
  background: #e60027;
  width: 40px;
  height: 1px;
  rotate: 60deg;
  display: inline-block;
}
.contents-ttl::before {
  left: 0;
}
.contents-ttl::after {
  right: 0;
}

.comments-ttl-wrapper {
  position: relative;
  text-align: center;
}
.comments-ttl-wrapper::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
  height: 100%;
  background: radial-gradient(ellipse at center, rgba(230, 0, 39, 0.35) 0%, rgba(230, 0, 39, 0.2) 40%, transparent 70%);
  filter: blur(25px);
  z-index: 0;
  pointer-events: none;
}

.comments-ttl {
  position: relative;
  z-index: 1;
}
.comments-ttl .ttl-red {
  color: #e60027;
  position: relative;
  z-index: 2;
}
.comments-ttl .ttl-white {
  color: #fff;
  position: relative;
  z-index: 2;
}

.jp-ttl {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-style: normal;
  display: block;
  font-size: 12px;
  margin: 5px 0;
  letter-spacing: 0.1em;
}

.txt-container {
  text-align: justify;
}
.txt-container p {
  color: #333;
  line-height: 1.8;
  margin: 0 0 0.8em;
}

.small {
  font-size: 0.8em;
}

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

#movie

-------------------------------*/
#trailer {
  position: relative;
  padding: 60px 0 10px;
}
#trailer .swiper-container {
  padding: 0 0 30px;
  position: relative;
}
@media screen and (min-width: 960px) {
  #trailer {
    width: 100%;
    margin: 0 auto;
    padding: 50px 0 30px;
  }
  #trailer .swiper-container {
    padding: 0 5% 30px;
  }
}

.youtube-short-wrap {
  width: 90%;
  max-width: 700px;
  margin: 20px auto;
}
.youtube-short-wrap iframe {
  aspect-ratio: 1/1;
  width: 100%;
}

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

#movie-container {
  width: 100%;
  margin: 20px auto;
  padding: 0;
  opacity: 0;
  transition: opacity 0.6s ease;
}
@media screen and (min-width: 960px) {
  #movie-container {
    width: 100%;
    max-width: 980px;
  }
}

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

.movie-thumb-box {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

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

.movie-thumb-list li {
  width: 100%;
  padding: 0 10px;
}
@media screen and (min-width: 960px) {
  .movie-thumb-list li {
    padding: 0 15px;
    width: 46.875vw;
  }
}

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

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

.swiper-pagination-bullet {
  background: #20b9ee;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #20b9ee;
}
@media screen and (min-width: 960px) {
  .swiper-pagination-bullet-active {
    display: none;
  }
}

.trailer-button-prev,
.trailer-button-next {
  background: #e60013;
  width: 36px;
  height: 60px;
  z-index: 30;
  position: relative;
}
@media screen and (min-width: 960px) {
  .trailer-button-prev,
  .trailer-button-next {
    display: none;
  }
}
.trailer-button-prev span,
.trailer-button-next span {
  display: block;
  width: 8px;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 30px;
  left: 16px;
}
@media screen and (min-width: 960px) {
  .trailer-button-prev span,
  .trailer-button-next span {
    width: 14px;
    top: 50px;
    left: 20px;
  }
}
.trailer-button-prev span:nth-child(1),
.trailer-button-next span:nth-child(1) {
  transform: rotate(-50deg);
  transform-origin: top right;
}
.trailer-button-prev span:nth-child(2),
.trailer-button-next span:nth-child(2) {
  transform: rotate(50deg);
  transform-origin: top right;
}
.trailer-button-prev.swiper-button-disabled,
.trailer-button-next.swiper-button-disabled {
  opacity: 0.2;
  pointer-events: none;
}
@media screen and (min-width: 960px) {
  .trailer-button-prev,
  .trailer-button-next {
    background-size: 8px;
    width: 60px;
    height: 100px;
    transition: background-color ease 0.4s;
    cursor: pointer;
  }
  .trailer-button-prev:hover,
  .trailer-button-next:hover {
    background: #e60013;
  }
}

.trailer-button-next {
  position: absolute;
  bottom: 50%;
  right: 0;
}
@media screen and (min-width: 960px) {
  .trailer-button-next {
    right: calc(5% - 50px);
    bottom: calc(50% - 75px);
  }
}

.trailer-button-prev {
  position: absolute;
  bottom: 50%;
  left: 0;
  transform: scale(-1, -1);
}
@media screen and (min-width: 960px) {
  .trailer-button-prev {
    left: calc(5% - 50px);
    bottom: calc(50% - 75px);
  }
}

#cboxOverlay {
  background: #000;
}

@media screen and (min-width: 960px) {
  .top-bottom-btn {
    display: flex;
    justify-content: center;
  }
}

.bnr-container {
  padding: 0 0 40px;
}
.bnr-container a {
  display: block;
  margin: 0 auto;
  padding: 5px;
  width: 75%;
}
@media screen and (min-width: 960px) {
  .bnr-container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .bnr-container a {
    display: block;
    margin: 0;
    padding: 5px;
    width: 33.3333333333%;
    transition: opacity 0.4s ease;
    max-width: 250px;
  }
  .bnr-container a:hover {
    opacity: 0.7;
  }
}

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

#comments

-------------------------------*/
#comments {
  padding: 0 0 40px;
}
@media screen and (min-width: 960px) {
  #comments {
    padding: 80px 0 60px;
  }
}

.comments-list {
  width: 90%;
  max-width: 800px;
  margin: 60px auto 0;
}
@media screen and (min-width: 960px) {
  .comments-list {
    width: 100%;
    max-width: 900px;
    text-align: center;
    margin-top: 80px;
  }
}

.comment-item {
  margin-bottom: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
@media screen and (min-width: 960px) {
  .comment-item {
    margin-bottom: 60px;
    padding-bottom: 60px;
  }
}
.comment-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.comment-item-with-image .comment-header {
  margin-bottom: 15px;
}
@media screen and (min-width: 960px) {
  .comment-item-with-image .comment-header {
    margin-bottom: 20px;
  }
}
.comment-item-with-image .comment-image {
  margin-bottom: 15px;
}
@media screen and (min-width: 960px) {
  .comment-item-with-image .comment-image {
    margin-bottom: 20px;
  }
}

.comment-header {
  margin-bottom: 15px;
}
@media screen and (min-width: 960px) {
  .comment-header {
    margin-bottom: 20px;
    text-align: center;
  }
}

.comment-image {
  width: 120px;
  height: auto;
  margin: 0 auto;
}
@media screen and (min-width: 960px) {
  .comment-image {
    width: 180px;
  }
}
.comment-image img {
  width: 100%;
  height: auto;
  display: block;
}

.comment-role {
  font-family: "しっぽり明朝", "Shippori Mincho", "Noto Serif JP", "Yu Mincho", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HiraMinProN-W3", "HGS明朝E", "ＭＳ 明朝", "MS Mincho", serif;
  font-size: 14px;
  font-weight: bold;
  margin: 0;
  line-height: 1.6;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .comment-role {
    font-size: 16px;
  }
}

.comment-name {
  color: #fff;
  font-size: 0.9em;
}

.comment-separator {
  color: #fff;
  margin: 0 0.2em;
}

.comment-title {
  color: #fff;
  font-size: 1.5em;
}

.comment-title-first {
  color: #e60027;
}

.comment-text {
  color: #fff;
  font-size: 13px;
  line-height: 2;
  text-align: justify;
  font-family: "しっぽり明朝", "Shippori Mincho", "Noto Serif JP", "Yu Mincho", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HiraMinProN-W3", "HGS明朝E", "ＭＳ 明朝", "MS Mincho", serif;
}
@media screen and (min-width: 960px) {
  .comment-text {
    font-size: 14px;
    text-align: center;
  }
}
.comment-text p {
  margin: 0;
}

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

#footer

-------------------------------*/
#footer {
  padding: 10px 0;
}

.billing-en {
  width: 90%;
  max-width: 644px;
  margin: 15px auto;
}
@media screen and (min-width: 960px) {
  .billing-en {
    margin: 40px auto;
  }
}

.share-container {
  margin: 30px 0 0;
  text-align: center;
}
.share-container .contents-ttl {
  color: #fff;
  text-align: center;
  font-size: 1.1em;
}
@media screen and (min-width: 960px) {
  .share-container {
    margin: 60px 0 0;
  }
}/*# sourceMappingURL=style.css.map */