@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 "Zen Kaku Gothic New", sans-serif, "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: 960px) {
  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;
  overflow: hidden;
}
/* wrapper 内の通常コンテンツは z-index:1 で装飾より前へ */
.wrapper > *:not(.decor) {
  position: relative;
  z-index: 1;
}

@media print {
  body {
    display: none;
  }
}
img {
  vertical-align: middle;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  -khtml-user-drag: none;
  -webkit-user-drag: none;
}

.w100 {
  width: 100%;
}

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

#header

-------------------------------*/
#header {
  width: 100%;
  height: 50px;
  background: #fff;
  border-bottom: 1px solid #eee;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  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: #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);
}

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

menu

-------------------------------*/
.el_humburger {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 80px;
  height: 80px;
  padding-top: 1px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 0px;
  z-index: 9;
  cursor: pointer;
  pointer-events: auto;
  color: #fff;
  text-align: center;
  background: #8d792e;
  border: 1px solid #fff;
  border-radius: 50px;
}

#menu-txt {
  font-size: x-small;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: normal;
}
@media screen and (min-width: 960px) {
  #menu-txt {
    font-size: small;
  }
}

@media screen and (max-width: 840px) {
  .el_humburger {
    display: block;
    bottom: 2vw;
    padding-top: 5px;
    width: 70px;
    height: 70px;
    right: 2vw;
    opacity: 0 !important;
    transition: all 0.4s linear;
  }
  .humburger-shift {
    opacity: 1 !important;
    right: 2vw !important;
  }
  #factory .el_humburger {
    display: none;
  }
}
.el_humburger_wrapper {
  color: #fff;
  margin-bottom: 5px;
  width: 55px;
  display: inline-block;
  padding: 20px 0 0 0;
  font-weight: bold;
}

@media screen and (max-width: 840px) {
  .el_humburger_wrapper {
    margin-bottom: 5px;
    width: 45px;
    padding: 10px 0 0 0;
  }
}
.el_humburger_text {
  font-size: 12px;
  letter-spacing: 0.1em;
  font-family: futura, "游ゴシック";
}

.js_humburgerOpen .el_humburger_text.el_humburger_text__menu {
  display: none;
}

.el_humburger_text.el_humburger_text__close {
  display: none;
}

.js_humburgerOpen .el_humburger_text.el_humburger_text__close {
  display: block;
}

@media screen and (max-width: 840px) {
  .el_humburger_text {
    font-size: 10px;
    padding-top: 2px;
  }
}
@media screen and (max-width: 840px) {
  .el_humburger_text svg path {
    -webkit-transition: all 200ms cubic-bezier(0.16, 0.52, 0.25, 1);
    -o-transition: all 200ms cubic-bezier(0.16, 0.52, 0.25, 1);
    transition: all 200ms cubic-bezier(0.16, 0.52, 0.25, 1);
    fill: #000;
  }
}
@media screen and (max-width: 840px) {
  .js_humburgerOpen .el_humburger_text svg path {
    fill: #000;
  }
}
.el_humburger span.el_humburger_bar {
  display: block;
  width: 76%;
  margin: 0 auto 8px;
  height: 1px;
  background: #fff;
  -webkit-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.el_humburger span.el_humburger_bar:nth-child(2) {
  width: 66%;
  margin-left: 6px;
}

.el_humburger span.el_humburger_bar:last-child {
  margin-bottom: 0;
}

.js_humburgerOpen .el_humburger span.el_humburger_bar {
  background: #fff;
}

@media screen and (max-width: 840px) {
  .el_humburger span.el_humburger_bar {
    left: 0;
    top: 0;
    background: #fff;
  }
}
.js_humburgerOpen .el_humburger span.el_humburger_bar.top {
  -webkit-transform: translateY(9px) rotate(-45deg);
  -ms-transform: translateY(9px) rotate(-45deg);
  transform: translateY(9px) rotate(-45deg);
}

.js_humburgerOpen .el_humburger span.el_humburger_bar.middle {
  opacity: 0;
}

.js_humburgerOpen .el_humburger span.el_humburger_bar.bottom {
  -webkit-transform: translateY(-11px) rotate(45deg);
  -ms-transform: translateY(-11px) rotate(45deg);
  transform: translateY(-11px) rotate(45deg);
}

.el_humburgerButton.el_humburgerButton__close {
  top: 2%;
  right: 2%;
}

.el_humburgerButton__close span.el_humburger_bar {
  display: block;
  width: 35px;
  margin: 0 auto;
  height: 4px;
  background: #000;
}

.el_humburgerButton__close span.el_humburger_bar.top {
  -webkit-transform: translateY(5px) rotate(-45deg);
  -ms-transform: translateY(5px) rotate(-45deg);
  transform: translateY(5px) rotate(-45deg);
}

.el_humburgerButton__close span.el_humburger_bar.bottom {
  -webkit-transform: translateY(-6px) rotate(45deg);
  -ms-transform: translateY(-6px) rotate(45deg);
  transform: translateY(-6px) rotate(45deg);
}

.navi {
  position: fixed;
  right: 0;
  height: 100%;
  width: 0;
  z-index: 5;
  padding-top: 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 400ms ease-out;
  -o-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
  overflow: hidden;
}

.js_humburgerOpen .navi {
  width: 450px;
  background: #000 url(../common/img/manu_bg.jpg) center center no-repeat;
  background-size: cover;
  padding: 5% 0;
}

@media screen and (max-width: 840px) {
  .js_humburgerOpen .navi {
    width: 100%;
    padding: 20% 5% 0;
    overflow-y: auto;
  }
}
.navi_item {
  margin-bottom: 12px;
  font-size: 20px;
  white-space: nowrap;
  margin-left: 90px;
  padding: 10px 0;
  letter-spacing: 4px;
  font-family: "Roboto Condensed", sans-serif;
}

.navi_item a {
  color: #fff;
}

.navi_item a:hover {
  opacity: 0.8;
}

.navi_item a {
  position: relative;
  padding-bottom: 10px;
}

.navi_item a::after {
  content: "";
  background: #000;
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  margin: auto;
  transition: transform 0.3s;
  transform-origin: center top;
  transform: scale(0, 1);
}

.navi_item a:hover::after {
  transform-origin: center top;
  transform: scale(1, 1);
}

.nav-jp {
  display: block;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  color: #8d792e;
  margin-top: 7px;
  letter-spacing: 1px;
  font-weight: 400;
}

.navi_item.op_innerLink {
  cursor: pointer;
}

@media screen and (max-width: 840px) {
  .navi_item {
    margin-left: 0;
    font-size: 18px;
    text-align: center;
  }
}
/*-------------------------------

@nav

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

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

.nav-btn {
  display: block;
  color: #000;
}

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

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

.nav-icon {
  font-size: 100%;
  padding: 0 5px 0 0;
}

.sns-container {
  text-align: center;
  margin: 20px 0;
}
@media screen and (min-width: 960px) {
  .sns-container {
    margin: 30px 0;
    margin-left: 90px;
    text-align: left;
  }
}

.navi_item.sns-item {
  display: inline-block;
  margin-bottom: 0;
  padding: 20px;
}
@media screen and (min-width: 960px) {
  .navi_item.sns-item {
    margin-left: 0;
    margin-right: 0;
    padding: 20px;
  }
}
.navi_item.sns-item a {
  display: block;
  padding: 10px;
  margin: -10px;
}

.navi_item .nav-icon {
  font-size: 18px;
  padding: 0;
}
@media screen and (min-width: 960px) {
  .navi_item .nav-icon {
    font-size: 20px;
  }
}

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

#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 {
  margin: 0 auto;
  padding: 40px 0 20px;
  text-align: center;
  background: #000;
}

.share {
  margin: 0 auto 4rem;
}

.share-ttl {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 500;
  margin-bottom: 1rem;
}

.copyright {
  font-size: 0.875rem;
}

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

#main

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

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

#preloader

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

#preloader-inner {
  width: 90%;
  height: auto;
  position: absolute;
  z-index: 1;
  top: calc(50% - 60px);
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (min-width: 960px) {
  #preloader-inner {
    width: 500px;
    top: calc(50% - 100px);
  }
}

#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-size: x-small;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 70px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 4;
}
@media screen and (min-width: 960px) {
  #progress-txt {
    top: 100px;
  }
}

.preloader-img {
  width: 60%;
  margin: 0 auto;
}

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

@keyframes logo-anime {
  0% {
    transform: translate(1px, 1px);
  }
  25% {
    transform: translate(1px, -1px);
  }
  50% {
    transform: translate(-1px, -1px);
  }
  75% {
    transform: translate(-1px, 1px);
  }
  100% {
    transform: translate(1px, 1px);
  }
}
@keyframes flash {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
/*-------------------------------

@banner

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

@SNS

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

.sns-btn {
  display: block;
  height: 20px;
  padding: 0 10px 0 0;
}

.share-link-btn {
  color: #000;
  background-color: #fff;
  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: 960px) {
  .share-link-btn {
    padding: 7px 11px;
  }
}

/* 最後のSNSボタンに特別なスタイルを適用 */
#social-container li:last-child .share-link-btn {
  padding: 10px 12px;
}
@media screen and (min-width: 960px) {
  #social-container li:last-child .share-link-btn {
    padding: 8px 10px;
  }
}

.icon-line:before {
  font-size: 1.25rem;
}

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

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

btn

-------------------------------*/
.top-btn-anime {
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: 100% 0;
  background-size: 200% auto;
  transition: color 0.4s, background-position 0.4s;
}

.top-btn-anime:hover {
  background-color: #8d792f;
}

.c-btn {
  display: block;
  color: #fff;
  font-size: 18px;
  text-align: center;
  background-color: #8d792f;
  border-radius: 50px;
  width: 300px;
  margin: 33px auto 0;
  padding: 20px 0;
  text-decoration: none;
  font-family: "Roboto Condensed", sans-serif;
}

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

bg

-------------------------------*/
#bg-sp {
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: -1;
}

#bg-sp span {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  display: block;
  background: url(../common/img/pt0.png) repeat;
}

#bg-sp video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}

#bg {
  display: none;
}

/* PC */
@media screen and (min-width: 1024px) {
  #bg {
    display: block;
    overflow: hidden;
  }
  #bg-sp {
    display: none;
  }
  #bg {
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: -1;
  }
  #bg span {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
    display: block;
    background: url(../common/img/pt0.png) repeat;
  }
  #bg video {
    left: 0;
    min-height: 100%;
    min-width: 100%;
    mix-blend-mode: screen;
    position: absolute;
    top: 0;
  }
}
#bg::after, #bg-sp::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
}

.delayItem, .delayItem_sub {
  opacity: 0;
}

.fade-up {
  transition: all 1s ease;
}

.load-anime {
  position: relative;
  overflow: hidden;
  transform: translateX(-100%);
  z-index: 1;
}

.load-anime span {
  display: inline-block;
  transform: translateX(100%);
}

.load-anime.is-loaded {
  transition: transform 1s cubic-bezier(0.15, 0, 0.5, 1) 1s;
  transform: translateX(0);
}

.load-anime.is-loaded span {
  transform: translateX(0);
  transition: transform 1s cubic-bezier(0.15, 0, 0.5, 1) 1s;
}

.img-anime {
  animation: img-anime 2s cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 1 !important;
}

@keyframes img-anime {
  0% {
    clip-path: circle(0 at 50% 50%);
    -webkit-clip-path: circle(0 at 50% 50%);
  }
  100% {
    clip-path: circle(100% at 50% 50%);
    -webkit-clip-path: circle(100% at 50% 50%);
  }
}
/*-------------------------------

fade-image

-------------------------------*/
.fade-image-effect {
  position: relative;
  overflow: hidden;
}

.fade-image-effect:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: #000;
  transform: translate3d(0%, 0, 0);
}

.fade-image-effect.active:after {
  animation: swipeRight 1.1s cubic-bezier(0.6, 0, 0.4, 1);
  animation-fill-mode: forwards;
}

@keyframes swipeRight {
  0% {
    transform: translate(0);
  }
  50%, 60% {
    transform: translate3d(100%, 0, 0);
  }
  100% {
    transform: translate3d(100%, 0, 0);
  }
}
@media screen and (max-width: 1024px) {
  .fade-image .fade_image-effect:last-child {
    margin: 0;
  }
}
/************************************************

@PC - style.css v5.0.0

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

#top

-------------------------------*/
#top {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  background: #000;
}
@media screen and (min-width: 960px) {
  #top {
    display: flex;
    flex-wrap: wrap;
    min-width: 1024px;
    background: #000 url(../img/top/bg_pc.jpg) center center no-repeat;
    background-size: cover;
  }
}

#top-main-sp {
  position: relative;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  opacity: 0;
}
.sp-top-container {
  position: absolute;
  bottom: 4vw;
  left: 0;
  right: 0;
  text-align: center;
  justify-content: center;
  margin: auto;
  opacity: 0;
}

.sp-top-container.show {
  opacity: 1;
}

.sp-top-lead0 {
  width: 95%;
  position: absolute !important;
  top: 2vw;
  left: 0;
  right: 0;
  margin: auto;
}

.sp-top-lead1 {
  width: 75%;
  max-width: 480px;
  margin: 20px auto 0;
}

.sp-logo {
  justify-content: center;
  width: 90%;
  max-width: 450px;
  margin: 20px auto 0;
}

.sp-rs {
  width: 28vw;
  max-width: 110px;
  margin: 30px auto 0;
}

.top-left {
  position: relative;
  width: 55%;
  height: 100%;
  min-width: 563px;
  min-height: 579px;
  opacity: 0;
}

.top-left img {
  vertical-align: bottom;
}

.award {
  position: absolute !important;
  top: 8vw;
  width: 98%;
  max-width: 800px;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (min-width: 960px) {
  .award {
    top: 1vw;
    width: 95%;
    margin: auto;
    left: 0;
    right: 0;
  }
}

.top-lead0 {
  position: absolute !important;
  width: 50vw;
  left: 0;
  right: 0;
  margin: auto;
  top: 1vw;
}

.top-lead1 {
  position: absolute !important;
  bottom: 1vw;
  width: 60%;
  margin: 0 auto;
  left: 0;
  right: 0;
}

#lead {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 90%;
  max-width: 1100px;
}

@media screen and (max-width: 960px) {
  /*最小画面時調整*/
  #lead {
    width: 90%;
    max-width: 950px;
  }
}
.top-right {
  position: relative;
  width: 45%;
  padding-top: 10%;
}

#logo {
  width: 80%;
  max-width: 600px;
  margin: 0 auto 15px;
}

.billing {
  width: 90%;
  max-width: 450px;
  margin: 35px auto;
}
@media screen and (min-width: 960px) {
  .billing {
    width: 80%;
    max-width: 500px;
  }
}

.social-icons {
  display: flex !important;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}
.social-icons .social-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #8d792e;
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.social-icons .social-icon i {
  font-size: 18px;
}
.social-icons .social-icon:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(255, 255, 255, 0.3);
}
@media screen and (min-width: 960px) {
  .social-icons {
    gap: 25px;
    margin-bottom: 0;
  }
  .social-icons .social-icon {
    width: 45px;
    height: 45px;
  }
  .social-icons .social-icon i {
    font-size: 20px;
  }
}

.top-inner {
  text-align: center;
  position: relative;
  left: 0;
  right: 0;
  margin: auto;
}

.deco {
  width: 100px;
  margin: 0 auto 30px;
}

.load-anime {
  position: relative;
  overflow: hidden;
  transform: translateX(-100%);
  z-index: 1;
}

.load-anime span {
  display: inline-block;
  transform: translateX(100%);
}

.load-anime.is-loaded {
  transition: transform 1s cubic-bezier(0.15, 0, 0.5, 1) 1s;
  transform: translateX(0);
}

.load-anime.is-loaded span {
  transform: translateX(0);
  transition: transform 1s cubic-bezier(0.15, 0, 0.5, 1) 1s;
}

.img-anime {
  animation: img-anime 2s cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 1 !important;
}

@keyframes img-anime {
  0% {
    clip-path: circle(0 at 50% 50%);
    -webkit-clip-path: circle(0 at 50% 50%);
  }
  100% {
    clip-path: circle(100% at 50% 50%);
    -webkit-clip-path: circle(100% at 50% 50%);
  }
}
.top-btn.pc {
  display: flex;
  justify-content: center;
  width: 80%;
  margin: 10px auto 0;
}

.c-btn.pc {
  width: 45%;
  max-width: 410px;
  padding: 15px 0;
  transition: all 0.3s ease;
}
.c-btn.pc:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(141, 121, 47, 0.4);
  background-color: #a08a3a;
}

.top-btn-pc {
  display: none;
}
@media screen and (min-width: 960px) {
  .top-btn-pc {
    display: block;
    position: absolute;
    top: 2vw;
    right: 2vw;
    width: 80px;
    height: 80px;
    line-height: 80px;
  }
}
.top-btn-pc a {
  color: #fff;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  padding: 0 25px;
  font-size: 34px;
}

.comment-btn {
  width: 90%;
  margin: 10px auto !important;
  max-width: 250px;
}
.comment-btn a {
  display: block;
}
.comment-btn a:hover {
  opacity: 0.8;
}
@media screen and (min-width: 960px) {
  .comment-btn {
    position: fixed;
    bottom: 1vw;
    left: 1vw;
    margin: 30px auto !important;
    width: 70%;
  }
}

.dvd-btn {
  width: 80%;
  margin: 30px auto 0;
}
@media screen and (min-width: 960px) {
  .dvd-btn {
    max-width: 330px;
  }
}

.dvd-btn a {
  display: block;
}

.dvd-btn a:hover {
  opacity: 0.8;
}

.theater-btn {
  position: fixed;
  width: 90px;
  bottom: 2vw;
  left: 2vw;
  z-index: 3;
}
.theater-btn a {
  display: block;
}
.theater-btn a:hover {
  opacity: 0.8;
}
@media screen and (min-width: 960px) {
  .theater-btn {
    width: 150px;
    bottom: 1vw;
    right: 1vw;
  }
}

.buzzes-btn {
  position: fixed;
  width: 110px;
  bottom: 2vw;
  right: 2vw;
}
.buzzes-btn a {
  display: block;
}
.buzzes-btn a:hover {
  opacity: 0.8;
}
@media screen and (min-width: 960px) {
  .buzzes-btn {
    width: 150px;
    bottom: 180px;
    right: 1vw;
    left: auto;
  }
}

.news-btn {
  width: 205px;
  margin: 0 auto;
}
.news-btn a {
  font-family: "Goudy Bookletter 1911", serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  display: block;
}
.news-btn a:hover {
  opacity: 0.8;
}
@media screen and (min-width: 960px) {
  .news-btn {
    width: 210px;
    margin: 0 auto;
  }
}

.top-btn.pc {
  display: flex;
  justify-content: center;
  width: 80%;
  margin: 10px auto 0;
}

.c-btn.pc {
  width: 45%;
  max-width: 410px;
  padding: 15px 0;
  transition: all 0.3s ease;
}
.c-btn.pc:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(141, 121, 47, 0.4);
  background-color: #a08a3a;
}

.top-btn-pc {
  display: none;
}
@media screen and (min-width: 960px) {
  .top-btn-pc {
    display: block;
    position: absolute;
    top: 2vw;
    right: 2vw;
    width: 80px;
    height: 80px;
    line-height: 80px;
  }
}
.top-btn-pc a {
  color: #fff;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  padding: 0 25px;
  font-size: 34px;
}

.contents-ttl {
  color: #d8b94a;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-align: center;
  font-size: 1.6em;
  font-weight: bold;
  margin-bottom: 20px;
}

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

#intro

-------------------------------*/
#intro {
  margin: 0 auto;
  position: relative;
  padding: 40px 0 60px;
  border: 5px solid #d8b94a;
}
@media screen and (min-width: 960px) {
  #intro {
    margin: 0 auto;
  }
}

.intro-inner {
  width: 95%;
  margin: 0 auto;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
}
@media screen and (min-width: 960px) {
  .intro-inner {
    width: 100%;
    margin: 0 auto;
    padding: 0 0 350px;
  }
}

#intro .ttl {
  margin: 0 auto 12%;
  font-family: yu-mincho-pr6, YuMincho, "游明朝", "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
  font-size: 1.5em;
  font-weight: normal;
  letter-spacing: 8px;
  color: #000;
}
@media screen and (min-width: 960px) {
  #intro .ttl {
    font-size: 2em;
    margin: 0 auto 30px;
    width: 500px;
  }
}

.intro-photo {
  position: absolute;
  bottom: 0;
}
.intro-main-photo {
  position: relative;
}

.photo-inner img {
  vertical-align: bottom;
}

.intro-lead1 {
  width: 95%;
  margin: 0 auto 20px;
  z-index: 2;
}
@media screen and (min-width: 960px) {
  .intro-lead1 {
    max-width: 700px;
    margin: 50px auto;
  }
}

.intro-lead2 {
  width: 64%;
  margin: 0 auto 25px;
  z-index: 2;
}
@media screen and (min-width: 960px) {
  .intro-lead2 {
    width: 80%;
    max-width: 800px;
    margin: 0 auto 30px;
  }
}

.intro-headline0 {
  width: 300px;
  margin: 0 auto 20px;
}
@media screen and (min-width: 960px) {
  .intro-headline0 {
    width: 470px;
    margin: 60px auto 40px;
  }
}

.intro-headline1 {
  width: 95%;
  max-width: 330px;
  margin: 30px auto;
}
@media screen and (min-width: 960px) {
  .intro-headline1 {
    max-width: 680px;
    margin: 50px auto 40px;
  }
}

.intro-headline2 {
  width: 330px;
  margin: 0 auto 20px;
}
@media screen and (min-width: 960px) {
  .intro-headline2 {
    width: 590px;
    margin: 50px auto 40px;
  }
}

.intro-txt {
  color: #fff;
  text-align: justify;
  letter-spacing: 1.3px;
  line-height: 2em;
  width: 96%;
  max-width: 980px;
  margin: 0 auto;
  padding: 20px 0 0 0;
  text-align: justify;
  position: relative;
  z-index: 2;
}
.intro-txt p {
  line-height: 2;
  margin: 0 auto 30px;
  text-align: center;
}
.intro-txt p span {
  color: #d8b94a;
}
.intro-txt p span small {
  font-size: small;
}
@media screen and (min-width: 960px) {
  .intro-txt {
    font-size: 16px;
    line-height: 2em;
    text-align: justify;
  }
}

.league-logo {
  width: 30%;
  margin: 30px auto;
}
@media screen and (min-width: 960px) {
  .league-logo {
    width: 17%;
    margin: 60px auto 0;
  }
}

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

#comment

-------------------------------*/
#comment {
  color: #fff;
  padding: 60px 0;
  background: #000 url(../img/top/bg_sp.jpg) center center no-repeat;
  background-size: cover;
}
@media screen and (min-width: 960px) {
  #comment {
    background: #000 url(../img/top/bg_pc.jpg) center center no-repeat;
    background-size: cover;
  }
}

@media screen and (min-width: 960px) {
  .comment-list {
    padding: 60px 0;
  }
}

#comment-ttl {
  position: relative;
  width: 60%;
  margin: 30px auto;
}
@media screen and (min-width: 960px) {
  #comment-ttl {
    max-width: 250px;
  }
}

.c-name {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
}

.affiliation {
  font-size: 60%;
  line-height: 1.8;
  color: #d8b94a;
  margin-bottom: 0.5em;
  display: block;
  padding: 10px 0 0;
}
@media screen and (min-width: 960px) {
  .affiliation.ep {
    padding: 0 10px 0 0;
  }
}

.contents-inner {
  position: relative;
  margin: 0 auto;
  padding: 5%;
  max-width: 1024px;
}

.comment-box {
  display: block;
}
@media screen and (min-width: 960px) {
  .comment-box {
    padding: 30px 0;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
  }
}

.comment-img {
  width: 70%;
  margin: 0 auto 30px;
}
@media screen and (min-width: 960px) {
  .comment-img {
    width: 280px;
    margin: 0 30px 0 0;
  }
}

.comment-txt-box {
  -webkit-flex: 1;
  flex: 1;
}

.comment-box {
  padding: 30px 0;
}

.comment-name {
  margin: 0 0 0.5em;
  padding: 0 0 8px;
  color: #fff;
  font-size: 1.5em;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .comment-name {
    text-align: justify;
    border-bottom: 1px solid #4c4c4c;
  }
}

.comment-txt {
  padding: 0.5em 0;
  line-height: 2em;
  text-align: justify;
}

.comment-column-name {
  padding: 13px 0 0 0;
  font-size: 1.4em;
  text-align: center;
}
.comment-column-name span {
  display: block;
  padding: 5px 0 8px;
}
.comment-column-name .ep {
  font-size: xx-small;
  padding: 0;
}
@media screen and (min-width: 960px) {
  .comment-column-name .ep {
    font-size: 60%;
  }
}

#cast {
  height: 100%;
  padding: 60px 0;
}

#cast .ttl {
  width: 140px;
  margin: 0 auto;
}
@media screen and (min-width: 960px) {
  #cast .ttl {
    width: 180px;
  }
}

#cast-box {
  margin: 40px auto 0;
}
@media screen and (min-width: 960px) {
  #cast-box {
    margin: 70px auto 0;
    width: 90%;
  }
}

#cast .box {
  width: 44%;
  margin: 0 10px 20px;
  position: relative;
}
@media screen and (min-width: 960px) {
  #cast .box {
    width: 20%;
    max-width: 340px;
    margin: 0 25px 20px;
  }
}

.comment-column {
  margin: 0 auto;
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 960px) {
  .comment-column {
    text-align: center;
    margin: 0 auto;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
  }
}

.cast-txt {
  width: 100%;
  word-break: break-all;
  word-wrap: break-word;
  padding: 0 0 60px 0;
}
@media screen and (min-width: 960px) {
  .cast-txt {
    float: right;
    width: 65%;
    padding: 0;
  }
}

.box {
  width: 44%;
  margin: 10px 10px 40px;
  transition: opacity 0.7s;
}
@media screen and (min-width: 960px) {
  .box {
    width: 23%;
    max-width: 340px;
  }
}

.scale img {
  transition: transform 0.5s linear;
}

.scale img:hover {
  opacity: 0.8;
  -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;
}

.cast-photo {
  width: 70%;
  max-width: 300px;
  margin: 0 auto 20px;
}
@media screen and (min-width: 960px) {
  .cast-photo {
    width: 250px;
    float: left;
  }
}

.modal-overlay {
  z-index: 99;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #000;
}
@media screen and (min-width: 960px) {
  .modal-overlay {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
  }
}

.modal-open:hover {
  cursor: pointer;
}

.modal-content {
  position: fixed;
  display: none;
  z-index: 999;
  margin: 10px;
  padding: 35px;
  border-radius: 2px;
  height: auto;
  margin-top: 100px !important;
}
@media screen and (min-width: 960px) {
  .modal-content {
    margin: 10px;
    padding: 45px;
    border-radius: 2px;
    width: 90%;
    width: 900px;
    height: 500px;
    overflow: auto;
    margin-top: 100px;
  }
}

.cast-name {
  font-size: 23px;
  line-height: 1.2;
  font-weight: bold;
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
@media screen and (min-width: 960px) {
  .cast-name {
    padding: 10px 0 !important;
    border-bottom: 1px solid #e60012;
  }
}

.role {
  margin: 10px 0;
}
@media screen and (min-width: 960px) {
  .role {
    margin: 10px 0;
  }
}

.comment-block {
  padding: 0 0 10px 0;
}

.comment-headline {
  margin: 10px 0;
  border-bottom: 1px solid #4c4c4c;
}
.comment-headline p {
  font-weight: bold;
}
@media screen and (min-width: 960px) {
  .comment-headline {
    margin: 10px 0;
  }
}

.role p {
  color: #fff !important;
  text-shadow: none !important;
  text-align: center !important;
}
@media screen and (min-width: 960px) {
  .role p {
    margin-bottom: 0;
    color: #fff;
    text-shadow: none;
    text-align: justify !important;
  }
}

.modal-content p {
  word-break: break-word;
  text-align: justify;
  color: #fff;
  text-align: justify;
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 2;
  letter-spacing: 0.05em;
}

.cast-name span {
  font-size: 15px;
  display: block;
  padding: 8px 0 0 0;
}

.modal-close {
  position: absolute;
  top: 10px;
  right: 20px;
  color: #fff;
  font-size: 35px;
  line-height: 1;
  font-weight: bold;
  text-decoration: none;
}
@media screen and (min-width: 960px) {
  .modal-close {
    top: 5px;
    right: 10px;
  }
}

.modal-close:hover {
  cursor: pointer;
}

.modal-content h2 {
  text-align: left !important;
  padding: 10px 0 !important;
  border-bottom: 1px solid #c00f18;
  margin: 0 0 10px 0;
}

#modal0, #modal1, #modal2, #modal3, #modal4, #modal5, #modal6, #modal7 {
  width: 95% !important;
  height: 100vh;
  overflow-y: auto;
}
@media screen and (min-width: 960px) {
  #modal0, #modal1, #modal2, #modal3, #modal4, #modal5, #modal6, #modal7 {
    width: 900px !important;
    height: auto;
    overflow: auto;
    margin-top: 0px;
  }
}

.comment-btn {
  position: relative;
  color: #fff;
  display: block;
  text-align: center;
  padding: 8px 0;
  margin: 20px 0 0 0;
  border: 1px solid #fff;
  font-size: small;
  font-family: "Roboto Condensed", sans-serif;
  background: #8d792e;
}
@media screen and (min-width: 960px) {
  .comment-btn {
    left: 0;
    right: 0;
  }
}

.comment-btn:after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 2rem;
  font-size: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s;
  width: 6px;
  height: 6px;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  transform: translateY(-50%) rotate(45deg);
}

.comment-btn:hover {
  background: #fff;
  color: #000;
}

.comment-btn:hover:after {
  right: 1.4rem;
}

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

#movie

-------------------------------*/
#trailer {
  padding: 60px 0;
  background: #000;
}

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

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

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

.movie-thumb-box {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  border: 1px solid #d8b94a;
}
.movie-thumb-box.sp {
  padding-bottom: 56.25%;
  position: relative;
  overflow: hidden;
}
.movie-thumb-box iframe {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  border: none !important;
}

.movie-thumb-box img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
}

.movie-thumb-list li {
  width: 100%;
  padding: 0 8px;
}
@media screen and (min-width: 960px) {
  .movie-thumb-list li {
    padding: 0 15px;
  }
}
.movie-thumb-list li .sp .movie-thumb-box {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.movie-thumb-list li .sp .movie-thumb-box iframe {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  border: none !important;
  border-radius: 4px;
}

.movie-cap {
  padding: 15px 0 5px;
  text-align: center;
  color: #fff;
  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;
}

.swiper-container {
  padding: 0 0 20px;
}

.swiper-pagination-bullet {
  background: #ccc;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #aaa;
}

/* PC */
@media screen and (min-width: 1024px) {
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
  #trailer {
    margin: 0 auto;
    padding: 60px 0;
  }
  .pc-modal-movie {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
  }
  .youtube {
    width: 100% !important;
    height: 100% !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    border: none !important;
    border-radius: 4px;
    z-index: 1;
  }
}
/* ---------- 装飾レイヤー（四隅が走る＋三角あしらい） ---------- */
.decor {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}

.decor::before,
.decor::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}

.decor::before {
  top: 0;
  left: 0;
}

.decor::after {
  bottom: 0;
  right: 0;
}

/* ▽ 三角形あしらい */
.decor::before,
.decor::after {
  z-index: 0;
}

.decor::before {
  /* 左上の縦長三角装飾（右上向き） */
  opacity: 0.2;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 44vw 25vw 0 0;
  border-color: #8c7434 transparent transparent transparent;
}
@media screen and (min-width: 960px) {
  .decor::before {
    border-width: 27vw 15vw 0 0;
  }
}

.decor::after {
  /* 右下の縦長三角装飾（左上向き） */
  opacity: 0.2;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 44vw 24vw;
  border-color: transparent transparent #8c7434 transparent;
}
@media screen and (min-width: 960px) {
  .decor::after {
    border-width: 0 0 27vw 15vw;
  }
}

.vb-bg {
  bottom: 0;
  left: -50%;
  opacity: 0.06;
  position: fixed;
  right: -50%;
  top: 0;
  background-image: linear-gradient(-60deg, #d4af37 33.33%, #42e695 33.33%, #2b86c5 66.66%, #ffffff 50%);
}

.vb-bg2 {
  animation-direction: alternate-reverse;
  animation-duration: 4s;
}

.vb-bg3 {
  animation-duration: 5s;
}

@keyframes vb-slide {
  0% {
    transform: translateX(-25%);
  }
  100% {
    transform: translateX(25%);
  }
}
.present {
  width: 93%;
  margin: 30px auto 50px;
  max-width: 500px;
}
@media screen and (min-width: 960px) {
  .present {
    margin: 30px auto 0;
  }
}

.coming-soon-btn {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: block;
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  padding: 1.5rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #fff;
  border-radius: 0;
  -webkit-transform: skew(-15deg);
  transform: skew(-15deg);
  background-image: -webkit-gradient(linear, left top, right top, from(#667eea), to(#764ba2));
  background-image: -webkit-linear-gradient(left, #667eea 0%, #764ba2 100%);
  background-image: linear-gradient(to right, #667eea 0%, #764ba2 100%);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
.coming-soon-btn:before {
  position: absolute;
  top: 46%;
  right: 0;
  width: 3rem;
  height: 1px;
  content: "";
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: #fff;
}
.coming-soon-btn:after {
  position: absolute;
  top: 55%;
  right: 1rem;
  width: 2rem;
  height: 1px;
  content: "";
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: #fff;
}
.coming-soon-btn:hover {
  -webkit-transform: skew(0);
  transform: skew(0);
  color: #fff;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
}
.coming-soon-btn:hover:before {
  right: -1.5rem;
  background: #667eea;
}
.coming-soon-btn:hover:after {
  right: -1rem;
  background: #667eea;
}

.coming-soon-text {
  display: block;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 0;
  position: relative;
  z-index: 2;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.coming-soon-subtext {
  display: block;
  font-family: "Goudy Bookletter 1911", serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  font-size: 12px;
  color: #666;
  letter-spacing: 0.2em;
  position: relative;
  z-index: 2;
}

#cboxOverlay {
  background: #000;
}

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

#news

-------------------------------*/
#news {
  background: #000;
  padding: 20px 5% 1px;
}

.news-wrap {
  padding: 20px 5%;
  border: 1px solid #d3f4ff;
  margin: 30px 2%;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 960px) {
  .news-wrap {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 70%;
    min-width: 860px;
    margin: 60px auto;
    padding: 20px 30px;
  }
}

@media screen and (min-width: 960px) {
  .news-feed {
    flex: 1;
  }
}

#news-ttl {
  color: #fff;
  font-size: 1.4em;
  margin-bottom: 10px;
}
@media screen and (min-width: 960px) {
  #news-ttl {
    width: 100px;
    margin-right: 20px;
  }
}

.jp-ttl {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
  display: block;
  font-size: 12px;
  margin-top: 8px;
}

@media screen and (min-width: 960px) {
  .news-txt-wrap {
    display: flex;
  }
}

.news-item {
  display: block;
  padding: 10px 0;
  color: #fff;
  line-height: 1.4;
  border-top: 1px solid rgba(255, 255, 255, 0.5647058824);
  border-bottom: 1px solid rgba(255, 255, 255, 0.5647058824);
}
@media screen and (min-width: 960px) {
  .news-item {
    flex: 1;
    padding: 0 0 0 20px;
    border: none;
    border-left: 1px solid #fff;
    transition: all 0.4s ease;
  }
}

.news-date {
  color: #d8b94a;
}
@media screen and (min-width: 960px) {
  .news-date {
    width: 100px;
  }
}

@media screen and (min-width: 960px) {
  .news-txt {
    flex: 1;
  }
}

.news-btn {
  background: #fff;
  display: block;
  width: 100px;
  border-radius: 100px;
  margin: 10px auto 0;
  padding: 10px;
  color: #000;
  font-family: "Goudy Bookletter 1911", serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-align: center;
  font-size: small;
}
@media screen and (min-width: 960px) {
  .news-btn {
    margin: 0 0 0 20px;
    transition: all 0.4s ease;
  }
}

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

#banner

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

.banner-container {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (min-width: 960px) {
  .banner-container {
    flex-direction: row;
    justify-content: center;
    gap: 40px;
  }
}

.banner-item {
  width: 65%;
  flex: 1;
  max-width: 250px;
  margin: 0 auto;
}
@media screen and (min-width: 960px) {
  .banner-item {
    max-width: 250px;
  }
}
.banner-item a {
  display: block;
  transition: all 0.4s ease;
}
.banner-item a:hover {
  opacity: 0.8;
}
.banner-item img {
  width: 100%;
  height: auto;
  border-radius: 2px;
}

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

#narration

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

.narration-content {
  max-width: 800px;
  margin: 0 auto;
  padding: 40px 20px;
  position: relative;
  backdrop-filter: blur(10px);
  border: 2px solid #d3f4ff;
}
@media screen and (min-width: 960px) {
  .narration-content {
    padding: 60px 40px;
  }
}
.narration-content::after {
  content: "";
  background-color: rgba(19, 32, 44, 0.72);
  width: 100%;
  height: 100%;
  position: absolute;
  top: -7px;
  left: 7px;
  z-index: -1;
}

.narration-header {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
}

.narration-name {
  color: #d8b94a;
  font-size: 1.8em;
  text-align: center;
  margin: 0;
  letter-spacing: 0.1em;
}
.narration-name span {
  font-size: 0.7em;
}
@media screen and (min-width: 960px) {
  .narration-name {
    font-size: 1.8em;
  }
}

.narration-comment {
  color: #fff;
  line-height: 1.8;
}
@media screen and (min-width: 960px) {
  .narration-comment {
    font-size: 1.05em;
  }
}

.comment-label {
  color: #fff;
  font-size: 0.9em;
  font-weight: bold;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin: 20px auto;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .comment-label {
    font-size: 0.8em;
  }
}

.narration-comment p {
  font-size: 15px;
  margin-bottom: 20px;
}
.narration-comment p:last-child {
  margin-bottom: 0;
}

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

#music

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

.music-content {
  max-width: 800px;
  margin: 0 auto;
  padding: 40px 20px;
  position: relative;
  backdrop-filter: blur(10px);
  border: 2px solid #d3f4ff;
}
@media screen and (min-width: 960px) {
  .music-content {
    padding: 60px 40px;
  }
}
.music-content::after {
  content: "";
  background-color: rgba(50, 39, 0, 0.76);
  width: 100%;
  height: 100%;
  position: absolute;
  top: -7px;
  left: 7px;
  z-index: -1;
}

.music-header {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
}

.music-title {
  color: #d8b94a;
  font-size: 1.8em;
  text-align: center;
  margin: 0;
  letter-spacing: 0.1em;
}
.music-title span {
  font-size: 0.7em;
}
@media screen and (min-width: 960px) {
  .music-title {
    font-size: 1.8em;
  }
}

.music-members {
  color: #fff;
  font-size: 1em;
  line-height: 1.5;
  margin: 10px auto;
  opacity: 0.8;
  text-align: center;
}

.music-comment {
  color: #fff;
  line-height: 1.8;
}
@media screen and (min-width: 960px) {
  .music-comment {
    font-size: 1.05em;
  }
}

.comment-author {
  color: #d8b94a;
  font-size: 1.2em;
  font-weight: bold;
  margin: 0 0 20px 0;
  text-align: center;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
}
@media screen and (min-width: 960px) {
  .comment-author {
    font-size: 1.4em;
  }
}

.author-text {
  font-size: 0.55em !important;
}
@media screen and (min-width: 960px) {
  .author-text {
    font-size: 0.65em !important;
  }
}

.comment-text p {
  margin-bottom: 20px;
  font-size: 15px;
}
.comment-text p:last-child {
  margin-bottom: 0;
}

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

#opinion

-------------------------------*/
#opinion {
  padding: 40px 5%;
  background: #000 url(../img/top/bg_sp.jpg) center center repeat;
  background-size: contain;
}
@media screen and (min-width: 960px) {
  #opinion {
    padding: 60px 5%;
    background: #000 url(../img/top/bg_pc.jpg) center center no-repeat fixed;
    background-size: cover;
  }
}

.opinion-content {
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (min-width: 960px) {
  .opinion-content {
    padding: 0 40px;
  }
}

.opinion-header {
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (min-width: 960px) {
  .opinion-header {
    margin-bottom: 80px;
  }
}

.opinion-title {
  font-size: small;
  font-weight: 600;
  color: #fff;
  margin: 0;
}

.opinion-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(380px, 1fr));
  gap: 35px;
}
@media screen and (min-width: 960px) {
  .opinion-grid {
    gap: 45px;
  }
}
@media screen and (max-width: 960px) {
  .opinion-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}

.opinion-item {
  max-width: 800px;
  margin: 0 auto;
  padding: 40px 20px;
  position: relative;
  backdrop-filter: blur(10px);
  border: 2px solid #8d792e;
  background: #fff;
}
@media screen and (min-width: 960px) {
  .opinion-item {
    padding: 60px 40px;
  }
}
.opinion-item::after {
  content: "";
  background-color: #fff;
  width: 100%;
  height: 100%;
  position: absolute;
  top: -7px;
  left: 7px;
  z-index: -1;
}
.opinion-item .opinion-text {
  position: relative;
  z-index: 2;
  color: #000;
}
.opinion-item::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  border-left: 20px solid #8d792e;
  border-bottom: 20px solid #8d792e;
  border-top: 20px solid transparent;
  border-right: 20px solid transparent;
  z-index: 1;
}
.opinion-item::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: auto;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-top: 20px solid #8d792e;
  border-right: 20px solid #8d792e;
  z-index: 1;
  transform: translate(0, 0);
  background: none;
}

.opinion-author {
  position: absolute;
  display: inline-block;
  padding: 5px 10px;
  font-size: 1.4rem;
  font-weight: 700;
  color: #fff;
  bottom: 20px;
  right: 25px;
  line-height: 1.3;
  z-index: 3;
  background: #dd3388;
}
@media screen and (min-width: 960px) {
  .opinion-author {
    font-size: 1.3rem;
    bottom: 25px;
    right: 30px;
    padding: 3px 15px;
  }
  .opinion-author::before, .opinion-author::after {
    width: 54px;
  }
}
@media screen and (max-width: 960px) {
  .opinion-author {
    font-size: 1.3rem;
    bottom: 18px;
    right: 20px;
    padding: 5px 10px;
  }
  .opinion-author::before, .opinion-author::after {
    width: 39px;
  }
}
.opinion-author span {
  font-size: 0.7em;
  font-weight: 400;
  opacity: 0.9;
}

.opinion-text span {
  letter-spacing: -0.2em;
  padding: 0 5px 0 2px;
}

.opinion-text {
  margin-bottom: 60px;
}
@media screen and (min-width: 960px) {
  .opinion-text {
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 960px) {
  .opinion-text {
    margin-bottom: 50px;
  }
}
.opinion-text p {
  text-align: justify;
  font-size: 15px;
  line-height: 2;
  color: #000;
  margin: 0 0 16px 0;
  font-weight: 400;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 960px) {
  .opinion-text p {
    font-size: 1rem;
    line-height: 2;
    margin: 0 0 18px 0;
  }
}
@media screen and (max-width: 960px) {
  .opinion-text p {
    font-size: 15px;
    line-height: 2;
    margin: 0 0 14px 0;
  }
}
.opinion-text p:last-child {
  margin-bottom: 0;
}
.opinion-text p:first-child {
  font-weight: 500;
  color: #000;
}

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

#opinion

-------------------------------*//*# sourceMappingURL=style.css.map */