@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
************************************************/
body,
#wrapper,
#main {
  background: #faf9f7;
  color: #000;
}

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

#wrapper
#main

-------------------------------*/
#wrapper {
  width: 100%;
  display: block;
  position: relative;
  transition: opacity 1.1s ease-out;
}

body.is-preload #wrapper {
  opacity: 0;
}

#main {
  background: transparent;
}

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

#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: 0.625rem;
  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: 0.875rem;
}

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

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

#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: 0.9375rem;
  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: #faf9f7;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10000;
  overflow: hidden;
}

#preloader-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}
#preloader-bg picture {
  display: block;
  width: 100%;
  height: 100%;
}
#preloader-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  vertical-align: bottom;
  filter: blur(14px);
  transform: scale(1.08);
  transform-origin: center center;
}

#preloader-inner {
  width: 500px;
  height: 50px;
  position: absolute;
  z-index: 1;
  top: calc(50% - 40px);
  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 {
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #1a2d4a;
  text-align: center;
  width: 100%;
  position: absolute;
  top: 145px;
  z-index: 4;
}

#preloaderAnime {
  position: absolute;
  top: calc(50% - 40px);
  left: calc(50% - 40px);
}

.spinner {
  --uib-size: 45px;
  --uib-speed: 2s;
  --uib-color: #b8522e;
  position: relative;
  height: var(--uib-size);
  width: var(--uib-size);
  margin: auto;
}

.spinner::before,
.spinner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 50%;
  background-color: var(--uib-color);
  animation: pulse var(--uib-speed) linear infinite;
  transform: scale(0);
  opacity: 0;
}

.spinner::after {
  animation-delay: calc(var(--uib-speed) / -2);
}

@keyframes pulse {
  0% {
    transform: scale(0);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
/*-------------------------------

@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;
  padding: 8px;
  box-sizing: border-box;
  border: 1px solid #fff;
  border-radius: 50%;
  margin: 0 10px;
  transition: all 0.4s ease;
}
.sns-btn:hover {
  cursor: pointer;
}
.sns-btn:nth-last-child(1) {
  padding: 0;
}

.share-link-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  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-inview {
  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
************************************************/
#top {
  position: relative;
  z-index: 2;
  transition: opacity 1.35s cubic-bezier(0.33, 1, 0.68, 1) 0.06s;
}

body.is-preload #top {
  opacity: 0;
}

.logo {
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 960px) {
  .logo {
    position: relative;
    width: 90%;
    max-width: 700px;
    height: auto;
    margin: 0 0 20px 0;
    display: block;
  }
  .logo img {
    width: 100%;
    height: auto;
  }
}
.logo {
  opacity: 0;
  filter: blur(5px);
}
.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.25rem;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 1.6;
  color: #fff;
}
@media screen and (min-width: 960px) {
  .roadshow {
    position: relative;
    width: 100%;
    margin: 0;
    font-size: 1.5rem;
  }
}
.roadshow {
  filter: blur(10px);
  opacity: 0;
}
.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;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 85%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
@media screen and (min-width: 960px) {
  .top-container {
    width: 50vw;
    justify-content: center;
  }
}
.top-container .billing-jp {
  width: 100%;
  margin: 16px auto 0;
  color: #fff;
  font-size: 0.625rem;
  line-height: 1.7;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .top-container .billing-jp {
    margin: 20px auto 0;
    font-size: 0.6875rem;
  }
}
.top-container .billing-jp p {
  margin: 0 0 4px 0;
}
.top-container .billing-jp p:last-child {
  margin-bottom: 0;
}
.top-container .billing-name {
  font-size: 1.4rem;
  margin-bottom: 6px !important;
  color: #fff;
}
@media screen and (min-width: 960px) {
  .top-container .billing-name {
    font-size: 1.5rem;
  }
}
.top-container .billing-label {
  font-size: 0.65em;
}
.top-container .billing-copyright {
  font-size: 0.5625rem;
  margin-top: 8px !important;
  opacity: 0.9;
}
@media screen and (min-width: 960px) {
  .top-container .billing-copyright {
    font-size: 0.625rem;
  }
}

.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;
}
@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 {
  filter: blur(10px);
  opacity: 0;
}
.copy.show {
  animation: slideDownBlur 2s ease-out forwards;
}

.main-img {
  position: relative;
  overflow: hidden;
}
.main-img > picture {
  display: block;
  overflow: hidden;
}
.main-img > picture img {
  display: block;
  width: 100%;
  vertical-align: bottom;
  transform: translateZ(0) scale(1.1);
  transform-origin: center center;
  opacity: 0;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  will-change: transform, opacity;
}

@keyframes mainImgZoom {
  from {
    transform: translateZ(0) scale(1.1);
  }
  to {
    transform: translateZ(0) scale(1.02);
  }
}
.main-img.main-img-zoom-animate > picture img {
  animation: mainImgFadeIn 2s ease-out forwards, mainImgZoom 7s ease-out forwards;
}

@keyframes mainImgFadeIn {
  0% {
    opacity: 0;
  }
  35% {
    opacity: 0.35;
  }
  70% {
    opacity: 0.85;
  }
  100% {
    opacity: 1;
  }
}
.billing-jp {
  width: 80%;
  margin: 30px auto;
  color: #000;
  font-size: 0.75rem;
  line-height: 1.8;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .billing-jp {
    margin: 40px auto;
    font-size: 0.875rem;
  }
}
.billing-jp p {
  margin: 0 0 8px 0;
}
.billing-jp p:last-child {
  margin-bottom: 0;
}

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

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

.billing-small {
  font-size: 0.9em;
  vertical-align: baseline;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.9);
}

.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: 90%;
  padding: 20px;
  margin: 0 auto;
  background: #b8522e;
  color: #fff;
  text-align: center;
  margin: 30px auto;
}
@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: #fff;
    background: #b8522e;
  }
}
.x-btn .x-btn-icon {
  font-size: 1.5rem;
  display: inline-block;
  padding: 0 10px 0 0;
}
.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: 0 auto 0;
}

@media screen and (min-width: 960px) {
  .sns-buttons-sp {
    display: none;
  }
}

@media screen and (max-width: 960px) {
  .sns-buttons-pc {
    display: none;
  }
}
@media screen and (min-width: 960px) {
  .sns-buttons-pc {
    display: block;
    position: absolute;
    top: 20px;
    right: 20px;
    margin: 0;
    gap: 10px;
    z-index: 10;
  }
}

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

.under-content {
  padding: 0;
  position: relative;
  z-index: 1;
  color: #fff;
  isolation: isolate;
}
.under-content .under-content-bg {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}
.under-content .under-content-bg-layer {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  filter: blur(14px);
  transform: scale(1.08);
  transform-origin: center center;
}
.under-content .under-content-bg-layer-sp {
  background-image: url("../img/top/main_sp.jpg");
}
@media screen and (min-width: 960px) {
  .under-content .under-content-bg-layer-sp {
    display: none;
  }
}
.under-content .under-content-bg-layer-pc {
  display: none;
}
@media screen and (min-width: 960px) {
  .under-content .under-content-bg-layer-pc {
    display: block;
    background-image: url("../img/top/main_pc.jpg");
  }
}
.under-content > *:not(.under-content-bg) {
  position: relative;
  z-index: 1;
}
.under-content .contents-ttl {
  color: #fff;
}
.under-content .jp-ttl {
  color: rgba(255, 255, 255, 0.75);
}
.under-content .news-link {
  color: rgba(255, 255, 255, 0.95);
}
.under-content .news-link span {
  background: currentColor;
}
.under-content .news-item {
  color: #fff;
  border-top-color: rgba(255, 255, 255, 0.28);
}
@media screen and (min-width: 960px) {
  .under-content .news-item:hover .news-txt {
    color: #b8522e;
    transition: all 0.4s ease;
  }
}
.under-content .news-date {
  color: rgba(255, 255, 255, 0.65);
}
.under-content .movie-cap {
  color: #fff;
}
@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;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  color: #1a2d4a;
  font-weight: 400;
  display: inline-block;
  box-sizing: border-box;
  text-align: center;
  margin: 0 auto;
}
@media screen and (min-width: 960px) {
  .contents-ttl {
    font-size: 2rem;
  }
}

.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: 0.9rem;
  margin: 5px 0;
  letter-spacing: 0.1em;
  text-align: justify;
  color: #6b6b6b;
}

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

.small {
  font-size: 0.8em;
}

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

.news

-------------------------------*/
.news {
  margin: 20px auto;
  padding: 20px 5% 40px;
}
.news .contents-ttl {
  margin: 0;
}
@media screen and (min-width: 960px) {
  .news {
    max-width: 950px;
    margin: 10px auto;
    padding: 10px 5% 30px;
  }
}

.news-feed {
  list-style: none;
  padding: 0;
  margin: 0;
}
@media screen and (min-width: 960px) {
  .news-feed {
    flex: 1;
  }
}

.news-ttl-wrap {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding-bottom: 20px;
}
@media screen and (min-width: 960px) {
  .news-ttl-wrap {
    padding-bottom: 30px;
  }
}

.news-link-wrap {
  text-align: right;
}

.news-link {
  font-family: "Cormorant", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1em;
  display: inline-flex;
  align-items: center;
  color: #1a2d4a;
  font-size: 0.875rem;
  letter-spacing: 0.12em;
  text-decoration: none;
  border-radius: 2px;
  transition: color 0.3s ease, background 0.3s ease, border-color 0.3s ease;
}
.news-link span {
  display: inline-block;
  background: currentColor;
  width: 30px;
  height: 1px;
  margin-left: 6px;
  position: relative;
  transition: background-color 0.3s ease;
}
.news-link span::after {
  content: "";
  position: absolute;
  width: 7px;
  height: 1px;
  background: currentColor;
  transform: rotate(30deg);
  transform-origin: bottom right;
  right: 0;
  bottom: 0;
  transition: background-color 0.3s ease;
}
@media screen and (min-width: 960px) {
  .news-link:hover {
    background: #b8522e;
    color: #fff;
  }
}

.news-item {
  color: #000;
  padding: 15px 0;
  border-top: 1px solid #eee;
  display: block;
  position: relative;
  cursor: pointer;
}
@media screen and (min-width: 960px) {
  .news-item {
    transition: all 0.4s ease;
  }
  .news-item:hover .news-txt {
    color: #b8522e;
  }
  .news-item:hover .arrow {
    background: #fff;
  }
}

.arrow {
  display: block;
  background: #e60013;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  border-radius: 30px;
  transition: background-color 0.4s ease;
}
.arrow::before, .arrow::after {
  content: "";
  display: block;
  width: 5px;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 14px;
  left: 13px;
}
.arrow::before {
  transform: rotate(-45deg);
  transform-origin: top right;
}
.arrow::after {
  transform: rotate(45deg);
  transform-origin: top right;
}

.news-date {
  font-family: "Cormorant", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1em;
  margin-bottom: 5px;
  font-size: 1rem;
  color: #eee;
  letter-spacing: 0.04em;
  width: 5.5rem;
  flex-shrink: 0;
}
@media screen and (min-width: 960px) {
  .news-date {
    width: 120px;
  }
}

.news-txt {
  line-height: 1.8;
  text-align: justify;
}

.news-item .news-txt-wrap {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 10px;
}

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

#movie

-------------------------------*/
#trailer {
  position: relative;
}
#trailer .swiper-container {
  padding: 0 0 30px;
  position: relative;
}
@media screen and (min-width: 960px) {
  #trailer {
    width: 100%;
    margin: 0 auto;
    padding: 10px 0 50px 0;
  }
  #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;
  border: 1px solid #222;
}

.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;
  font-size: 1rem;
}

.play-icon {
  color: red;
  width: 52px;
  height: 58px;
  font-size: 3.75rem;
  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: 1.75rem;
  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: #b8522e;
}

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

.trailer-button-prev,
.trailer-button-next {
  background: #1a2d4a;
  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: #b8522e;
  }
}

.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: #1a2d4a;
}

@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: 0.875rem;
  font-weight: bold;
  margin: 0;
  line-height: 1.6;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .comment-role {
    font-size: 1rem;
  }
}

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

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

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

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

.comment-text {
  color: #000;
  font-size: 0.8125rem;
  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: 0.875rem;
    text-align: center;
  }
}
.comment-text p {
  margin: 0;
}

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

#footer

-------------------------------*/
#footer {
  background: #1a2d4a;
  padding: 10px 0;
  position: relative;
  z-index: 2;
}

.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.1rem;
}
@media screen and (min-width: 960px) {
  .share-container {
    margin: 60px 0 0;
  }
}/*# sourceMappingURL=style.css.map */