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

@font-face {
  font-family: "onryou";
  src: url("../fonts/onryou.TTF") format("truetype");
}
/* @font-face {
	font-family:'###';
	src: url('###.otf') format('opentype');
} */
.w100 {
  width: 100%;
  vertical-align: middle;
}

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

#import

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

@PC - common.css v5.0.0

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

html

-------------------------------*/
html, body {
  font: 14px/1 "DotGothic16", "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: #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: 1024px) {
  html, body {
    font: 18px/1 "DotGothic16", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  }
}

picture {
  display: block;
}

img, source {
  width: 100%;
  vertical-align: bottom;
}

*, *: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);
}

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

#wrapper

-------------------------------*/
#wrapper {
  width: 100%;
  display: block;
  position: relative;
  background: #fff;
}
/*-------------------------------

#header

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

#drawer-btn {
  position: absolute;
  z-index: 5;
  top: 5%;
  right: 2%;
  width: 13.3333333333vw;
  height: 13.3333333333vw;
}

#drawer-txt {
  width: 100%;
  font-family: "DotGothic16", sans-serif;
  font-weight: 400;
  font-size: 3.7333333333vw;
  text-align: center;
  color: #FFF;
  padding: 0 0 2.6666666667vw;
  letter-spacing: 0px;
  overflow: hidden;
  display: flex;
}

#drawer-txt > span {
  display: block;
  width: 100%;
  white-space: nowrap;
  text-align: center;
  flex-shrink: 0;
}

#drawer-line-box {
  width: 100%;
  padding: 2.6666666667vw 1.6vw 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  overflow: hidden;
  position: relative;
}

.drawer-line {
  height: 0.2666666667vw;
  background: #FFF;
  display: block;
  margin: 0 0 2vw;
  text-align: left;
  box-sizing: border-box;
}

.drawer-line:first-of-type {
  width: 100%;
}

.drawer-line:nth-of-type(2) {
  width: 75%;
  margin-left: 25%;
}

.drawer-line:last-of-type {
  width: 50%;
  margin-left: 50%;
}

/* .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-box:hover > .nav-btn {
  color: #6d0c0c;
}

.nav-slash {
  display: block;
  font-family: "DotGothic16", sans-serif;
  font-weight: 400;
  font-size: 22px;
  margin: 0 15px;
}

.nav-btn {
  display: block;
  color: #fff;
  font-family: "DotGothic16", sans-serif;
  font-weight: 400;
  font-size: 24px;
  position: relative;
}

.nav-btn:hover {
  color: #6d0c0c;
}
.nav-btn:hover::after {
  color: #6d0c0c !important;
}

.nav-btn::after {
  width: 100%;
  display: block;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 14px;
  text-align: center;
  position: absolute;
  bottom: 0%;
  left: 50%;
  transform: translate(-50%, 125%);
  transition: all 0.4s;
}

.nav-box:first-of-type > .nav-btn::after {
  content: "トレーラー";
}

.nav-box:nth-of-type(3) > .nav-btn::after {
  content: "コメント";
}

.nav-box:last-of-type > .nav-btn::after {
  content: "ストーリー";
}

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

#drawer-layer-container

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

#drawer-container-inner {
  width: 80%;
  height: 100%;
  position: relative;
  z-index: 1;
  background: #000;
  margin-left: 20%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.drawer-logo {
  width: 67.5%;
  margin: 0 auto 25%;
}
@media screen and (min-width: 500px) {
  .drawer-logo {
    width: 55%;
    margin: 0 auto 15%;
  }
}

.drawer-logo > p {
  width: 90%;
  margin: 0 auto 5%;
}

.drawer-logo > h1 {
  width: 100%;
}

#drawer-nav-container {
  width: 67.5%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.drawer-nav-box {
  display: block;
  margin: 0 0 20% 0;
  line-height: 1.5;
}

.drawer-nav-btn {
  display: block;
  color: #ff0000;
  font-style: italic;
  font-size: 16px;
  text-decoration: underline;
  position: relative;
}

.drawer-sns-account-list {
  display: flex;
  justify-content: center;
  align-items: center;
}
.drawer-sns-account-list > li {
  display: block;
  width: 7.6vw;
}
.drawer-sns-account-list > li > a {
  display: block;
  width: 100%;
}
.drawer-sns-account-list > li > a > svg {
  width: 100%;
  fill: #fff;
  transition: all 0.4s;
}
.drawer-sns-account-list > li > a > svg:hover {
  fill: #6d0c0c;
}

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

#footer

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

#main

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

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

#preloader

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

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

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

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

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

#progress-txt {
  width: 100%;
  display: block;
  font: 11px/1em Arial, Helvetica, sans-serif;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 180px;
  left: 0;
  z-index: 4;
}

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

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

@banner

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

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

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

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

@SNS

-------------------------------*/
#social-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media screen and (min-width: 1024px) {
  #social-container {
    flex-direction: row;
    margin: 35px 0 0;
  }
}

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

/* .sns-btn {
  margin: 0 calc(20 / 750 * 100vw);
  @include media(pc) {
    margin: 0 20px;
  }
} */
.share-link-btn {
  font-family: "DotGothic16", sans-serif;
  font-weight: 400;
  color: #0000ff;
  font-size: 4vw;
  text-decoration: underline;
  margin: 6vw 0 0;
  /*   &:hover {
      color: $color2;
    } */
}
@media screen and (min-width: 1024px) {
  .share-link-btn {
    font-size: 18px;
    margin: 0 12.5px;
  }
}

/* .custom-facebook-btn {
  font-size: calc(46 / 750 * 100vw);
  @include media(pc) {
    font-size: 30px;
  }
} */
/* .custom-line-btn {
  font-size: calc(50 / 750 * 100vw);
  @include media(pc) {
    font-size: 32px;
  }
} */
/*--------------------------------------------------
リマケタグの隙間対策
--------------------------------------------------*/
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;
  transition: all 0.4s ease;
}

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

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

img {
  width: 100%;
  vertical-align: middle;
}

.h100 {
  width: auto !important;
  height: 100%;
}

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

animation

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

.fadein {
  opacity: 0;
  transform: translate(0px, 20px);
  transition: all 0.6s ease;
}

.fadein-anime {
  animation: fadein 0.6s ease forwards;
}

@keyframes fadein {
  0% {
    opacity: 0;
    transform: translate(0px, 20px);
  }
  100% {
    opacity: 1;
    transform: translate(0px, 0px);
  }
}
#cboxOverlay {
  background: #000 !important;
}

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

#main

-------------------------------*/
#main {
  position: relative;
}
@media screen and (min-width: 1024px) {
  #main {
    min-width: 1024px;
  }
}

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

#top

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

.logo {
  width: 89%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .logo {
    width: 40vw;
  }
}

.copy {
  width: 80%;
  position: absolute;
  bottom: 1.5%;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .copy {
    width: 75%;
    bottom: auto;
    top: 56%;
    left: 8%;
    right: auto;
  }
}

.btn-wrap {
  background: #0000ff;
  display: flex;
  padding: 6% 3%;
  justify-content: center;
}
@media screen and (min-width: 1024px) {
  .btn-wrap {
    padding: 40px 0;
  }
}

.buy-btn {
  width: 45%;
  margin: 0 2%;
}
@media screen and (min-width: 1024px) {
  .buy-btn {
    width: 250px;
  }
}

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

#special

-------------------------------*/
.special-lead {
  color: #ff0000;
  font-size: 1.2em;
  text-align: center;
  font-weight: bold;
  margin: 9% auto 0;
  animation: swing 1s steps(2, end) infinite;
}
@media screen and (min-width: 1024px) {
  .special-lead {
    margin: 90px auto 0;
  }
}

@keyframes swing {
  0% {
    transform: translateY(-2px);
  }
  100% {
    transform: translateY(3px);
  }
}
.special-detail {
  margin: 3% 0 0;
  padding: 5%;
  text-align: center;
  background: rgb(210, 0, 255);
  background: linear-gradient(135deg, rgb(210, 0, 255) 0%, rgb(255, 0, 0) 18%, rgb(246, 255, 0) 41%, rgb(0, 255, 66) 59%, rgb(0, 240, 255) 76%, rgb(0, 36, 255) 100%);
}
@media screen and (min-width: 1024px) {
  .special-detail {
    margin: 30px 0 0;
    padding: 50px;
  }
}

.ttl {
  background: #000;
  display: inline;
  font-size: 1.1em;
  text-align: center;
  padding: 0 1%;
}

.ttl-min {
  color: #000;
  margin: 0.5em 0 2em;
}

.detail-txt {
  text-align: left;
  line-height: 1.5;
  color: #000;
}
@media screen and (min-width: 1024px) {
  .detail-txt {
    width: 50%;
    margin: 0 auto;
  }
}

@media screen and (min-width: 1024px) {
  .special-disc {
    display: flex;
    justify-content: center;
    background: #e500ff;
  }
  .special-disc .detail-txt {
    width: 100%;
  }
}

.disc-wrap {
  background: #e500ff;
  text-align: center;
  padding: 7% 5%;
}
.disc-wrap .detail-txt {
  padding: 0 5%;
}

.jacket-img {
  width: 90%;
  margin: 5% auto 3%;
}

.disc-detail {
  margin: 0 auto 6%;
  line-height: 1.5;
}

#normal .disc-wrap {
  background: #ff8400;
}
#normal .jacket-img {
  width: 50%;
}
@media screen and (min-width: 1024px) {
  #normal {
    background: #ff8400;
  }
  #normal .disc-wrap {
    width: 50%;
    margin: 0 auto;
  }
}

#buy {
  background: #0000ff;
}

.att {
  font-size: 10px;
  padding: 7% 5%;
  line-height: 2;
}
@media screen and (min-width: 1024px) {
  .att {
    padding: 70px 50px;
    width: 50%;
    margin: 0 auto;
    font-size: 12px;
    text-align: center;
  }
}

#social-container {
  display: none;
}

.cc {
  color: #000;
  text-align: center;
  font-size: 11px;
  line-height: 2;
  display: block;
  margin: 5% auto;
}
@media screen and (min-width: 1024px) {
  .cc {
    font-size: 12px;
    margin: 50px auto;
  }
}

.top-link {
  color: #0000ff;
  font-weight: bold;
  text-decoration: underline;
  text-align: center;
  display: block;
  padding: 0 0 5%;
}
@media screen and (min-width: 1024px) {
  .top-link {
    padding: 0 0 50px;
    font-size: 20px;
  }
}

.img-slide {
  display: flex;
  width: 100vw;
  height: 150px;
  overflow: hidden;
}
.img-slide img {
  width: auto;
  height: 100%;
}
.img-slide img:first-child {
  animation: slide1 60s -30s linear infinite;
}
.img-slide img:last-child {
  animation: slide2 60s linear infinite;
}
@media screen and (min-width: 1024px) {
  .img-slide {
    height: 14vw;
  }
}

@keyframes slide1 {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes slide2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
/*-------------------------------

#movie

-------------------------------*/
#trailer {
  position: relative;
  margin: 5% 0;
}

#movie {
  padding: 7% 5% 0;
}
@media screen and (min-width: 1024px) {
  #movie {
    padding: 90px 0;
    text-align: center;
  }
}

.trailer-comment {
  background: #ff0000;
  display: inline;
  font-size: 1.1em;
  line-height: 2;
}

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

.pc {
  display: none;
}

.sp {
  display: block;
}

#movie-container {
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  #movie-container {
    width: 85%;
  }
}

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

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

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

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

.movie-thumb-list li {
  width: 100% !important;
}

.movie-cap {
  padding: 15px 0 5px;
  text-align: center;
  color: #ff0000;
  font-size: 3.7333333333vw;
}
@media screen and (min-width: 1024px) {
  .movie-cap {
    font-size: 16px;
  }
}

.play-icon {
  color: #e60027;
  width: 52px;
  height: 52px;
  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-pagination {
  position: relative;
  bottom: -10%;
  left: 50%;
  transform: translate(-50%, 0);
  margin: 2% auto 10%;
}
@media screen and (min-width: 1024px) {
  .swiper-pagination {
    bottom: -5%;
  }
}

.swiper-pagination-bullet {
  margin: 0 5px;
}

.swiper-pagination-bullet {
  background: #ff0000;
  opacity: 0.2;
}

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

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  height: 30px;
  width: 30px;
}
@media screen and (min-width: 1024px) {
  .swiper-button-prev,
  .swiper-button-next {
    /* display: none; */
  }
}

.swiper-button-prev {
  left: 1%;
  transform: translate(0%, -50%);
}

.swiper-button-next {
  right: 1%;
  transform: translate(0%, -50%);
}

.swiper-button-prev::after,
.swiper-button-next::after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 100%;
  margin: auto;
  width: 100%;
}

.swiper-button-prev::after {
  background-image: url(../img/common/prev.jpg);
}

.swiper-button-next::after {
  background-image: url(../img/common/next.jpg);
}

/* PC */
@media screen and (min-width: 1024px) {
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
  #trailer {
    width: 70%;
    max-width: 960px;
    margin: 30px auto 0;
  }
  .pc-modal-movie {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
  }
  .youtube {
    pointer-events: none;
  }
}/*# sourceMappingURL=style.css.map */