@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;
  background-color: #000;
  padding: 2rem;
  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);
}

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

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

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

#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: 2% 0;
  text-align: center;
}

.share {
  margin: 0 auto 4rem;
}

.share-ttl {
  color: #fff;
  font-family: "Goudy Bookletter 1911", serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  font-size: 1.25rem;
  font-weight: 500;
  margin-bottom: 1rem;
}

.copyright {
  font-size: 0.875rem;
}

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

#main

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

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

#preloader

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

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

#cover {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 10;
  margin-top: 100vh;
  background: #000;
  opacity: 0.8;
}
/************************************************

@PC - style.css v5.0.0

(c) ULM Co.,Ltd. - https://www.ulm-design.com
************************************************/
#top .mv {
  width: 100%;
  text-align: center;
  margin-bottom: 3rem;
  padding: 25% 0 0;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 960px) {
  #top .mv {
    padding: 7% 0 2%;
    margin-bottom: 0;
  }
}
#top .mv .logo {
  margin: 0 auto 2.5rem;
  width: 100%;
}
#top .mv .logo img {
  width: 100%;
}
@media screen and (min-width: 960px) {
  #top .mv .logo {
    width: 63%;
    margin: 0 auto 2.5rem;
    max-width: 700px;
  }
}
#top .mv .roadshow {
  margin: 0 auto 2.5rem;
  width: 46%;
  max-width: 300px;
}
@media screen and (min-width: 960px) {
  #top .mv .roadshow {
    width: 15.5%;
  }
}
#top .mv .roadshow img {
  width: 100%;
}
#top .mv .mv-billing {
  margin: 0 auto 3rem;
  width: 88%;
  max-width: 450px;
}
#top .mv .mv-billing img {
  width: 100%;
}
@media screen and (min-width: 960px) {
  #top .mv .mv-billing {
    width: 36%;
  }
}
#top .mv .mv-contents {
  position: relative;
  transition: opacity 1s ease-in-out;
}
#top .mv .mv-contents .logosub,
#top .mv .mv-contents .copy {
  opacity: 0;
  transition: opacity 1s ease-in-out;
}
#top .mv .logosub {
  position: absolute;
  top: 30%;
  left: 26%;
  z-index: 5;
  width: 49%;
}
@media screen and (min-width: 960px) {
  #top .mv .logosub {
    top: auto;
    bottom: 9%;
    left: 4%;
    width: 16%;
  }
}
#top .mv .copy {
  position: absolute;
  bottom: 4%;
  right: 5%;
  z-index: 5;
  width: 90%;
}
@media screen and (min-width: 960px) {
  #top .mv .copy {
    bottom: auto;
    top: 13%;
    right: 6.5%;
    width: 7%;
  }
}
#top .mv .mv-img {
  width: 100vw;
  position: relative;
  top: 0;
  left: 0;
  vertical-align: middle;
}
#top .sns-container {
  margin: 0 auto;
  text-align: center;
}
#top .sns-container-btn {
  display: block;
  padding: 15px 10px;
  text-decoration: none;
  border: 1px #917934 solid;
  color: #fff;
  font-family: "Goudy Bookletter 1911", serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  font-weight: 600;
  font-size: 1rem;
  font-weight: 500;
  background-color: #917934;
  border-radius: 50px;
  box-shadow: 2px 2px #917934;
  width: 84%;
  max-width: 380px;
  margin: 0 auto 2rem;
  transition: all 0.5s ease;
}
#top .sns-container-btn:hover {
  opacity: 0.5;
}
@media screen and (min-width: 960px) {
  #top .sns-container-btn {
    width: 45%;
    margin: 0 auto 1rem;
  }
}
#top .sns-container-btn:hover {
  opacity: 0.7;
}
@media screen and (min-width: 960px) {
  #top .sns-container {
    width: 680px;
    display: flex;
    justify-content: center;
  }
}
#top .mv-bottom {
  text-align: center;
  padding: 7% 0;
}
@media screen and (min-width: 960px) {
  #top .mv-bottom {
    padding: 3% 0;
  }
}
#top .mv-bottom .mv-roadshow {
  width: 54%;
  margin-bottom: 3rem;
}
@media screen and (min-width: 960px) {
  #top .mv-bottom .mv-roadshow {
    width: 43%;
  }
}

.sec-ttl {
  font-size: 2rem;
  margin-bottom: 3rem;
  text-align: center;
  font-family: "Goudy Bookletter 1911", serif;
  font-weight: 400;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 960px) {
  .sec-ttl {
    margin-bottom: 4rem;
  }
}

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

#movie

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#trailer-play {
  padding: 30px;
}

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

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

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

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

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

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

.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;
    width: 1024px;
  }
  .pc-modal-movie {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
  }
  .youtube {
    pointer-events: none;
  }
}
/* ---------- 装飾レイヤー（四隅が走る＋三角あしらい） ---------- */
.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%);
  }
}
/*-------------------------------

#news

-------------------------------*/
.news-wrap {
  padding: 20px 5%;
  border: 1px solid #d3f4ff;
  margin: 50px 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;
  font-family: "Goudy Bookletter 1911", serif;
  font-weight: 400;
  letter-spacing: 0.1em;
}
@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 {
  font-family: "Goudy Bookletter 1911", serif;
  font-weight: 400;
  letter-spacing: 0.1em;
}
@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;
  }
}/*# sourceMappingURL=style.css.map */