@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: "marion";
  src: url("../fonts/marion.ttf") format("truetype");
}
/*-------------------------------

#import

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

@PC - common.css v5.0.0

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

html

-------------------------------*/
html, body {
  font: 14px/1 "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;*/
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt"; /*文字間詰め*/
  -webkit-text-size-adjust: 100%; /* adjust */
}

@media screen and (min-width: 960px) {
  body {
    min-width: 1024px;
  }
}

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;
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}

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

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

.delayItem {
  opacity: 0;
  z-index: 2;
}

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

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

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

@-webkit-keyframes imageBlur {
  from {
    opacity: 0;
    -webkit-filter: blur(15px);
    -moz-filter: blur(15px);
    -ms-filter: blur(15px);
    -o-filter: blur(15px);
    filter: blur(15px);
  }
  to {
    opacity: 1;
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -ms-filter: blur(0px);
    -o-filter: blur(0px);
    filter: blur(0px);
  }
}
@keyframes imageBlur {
  from {
    opacity: 0;
    -webkit-filter: blur(15px);
    -moz-filter: blur(15px);
    -ms-filter: blur(15px);
    -o-filter: blur(15px);
    filter: blur(15px);
  }
  to {
    opacity: 1;
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -ms-filter: blur(0px);
    -o-filter: blur(0px);
    filter: blur(0px);
  }
}
.min {
  font-family: "Bentham", serif;
  letter-spacing: 2px;
}

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

#wrapper

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

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

#header

-------------------------------*/
/* header */
#top-head {
  top: -100px;
  position: absolute;
  width: 100%;
  margin: 100px auto 0;
  padding: 28px 0 16px;
  line-height: 1;
  z-index: 999;
  background: #fff;
}
@media screen and (min-width: 960px) {
  #top-head {
    display: none;
  }
}

#top-head .show {
  　opacity: 1;
}

#top-head a,
#top-head {
  color: #707f78;
  text-decoration: none;
}

#top-head .inner {
  position: relative;
}

#top-head .logo {
  float: left;
  font-size: 36px;
}

#global-nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  bottom: 0;
  font-size: 14px;
  width: 100vw;
}

#global-nav ul li {
  float: left;
}

#global-nav ul li a {
  padding: 0 15px;
  font-family: yu-mincho-pr6, YuMincho, "游明朝", "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
  letter-spacing: 3px;
  font-size: 13px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

#global-nav ul li a:hover,
#top-head.fixed #global-nav ul li a:hover {
  color: #000;
}

/* Fixed */
#top-head.fixed {
  margin-top: 0;
  top: 0;
  position: fixed;
  padding-top: 30px;
  height: 45px;
  background: #fff;
  background-size: cover;
  transition: top 0.65s ease-in;
  -webkit-transition: top 0.65s ease-in;
  -moz-transition: top 0.65s ease-in;
}

#top-head.fixed #global-nav ul li a {
  color: #707f78;
  padding: 0 15px;
}

/* Toggle Button */
#nav-toggle {
  display: none;
  position: absolute;
  right: 12px;
  top: 14px;
  width: 34px;
  height: 36px;
  cursor: pointer;
  z-index: 99;
}

#nav-toggle div {
  position: relative;
}

#nav-toggle span {
  display: block;
  position: absolute;
  height: 1px;
  width: 60%;
  background: #fff;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: 0.6s ease-in-out;
  transition: 0.6s ease-in-out;
}

#nav-toggle span:nth-child(1) {
  top: 0;
}

#nav-toggle span:nth-child(2) {
  top: 8px;
}

#nav-toggle span:nth-child(3) {
  top: 16px;
}

@media screen and (max-width: 960px) {
  .humburger-shift {
    opacity: 1 !important;
  }
  #top-head,
  .inner {
    width: 100%;
    padding: 0;
    border: none;
  }
  #top-head {
    top: 0;
    position: fixed;
    margin-top: 0;
  }
  /* Fixed reset */
  #top-head.fixed {
    padding-top: 0;
    background: transparent;
    z-index: 99;
  }
  #mobile-head {
    background: none;
    width: 100%;
    height: 0;
    z-index: 4;
    position: relative;
  }
  #top-head.fixed .logo,
  #top-head .logo {
    position: absolute;
    left: 13px;
    top: 13px;
    color: #333;
    font-size: 26px;
  }
  #global-nav {
    position: absolute;
    /* 開いてないときは画面外に配置 */
    opacity: 0;
    background: #fff;
    width: 100%;
    text-align: center;
    padding: 10px 0;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.8s;
            transition-duration: 0.8s;
    pointer-events: none;
  }
  #global-nav ul {
    list-style: none;
    position: static;
    right: 0;
    bottom: 0;
    font-size: 15px;
    padding: 5vw 0;
    display: block;
  }
  #global-nav ul li {
    float: none;
    position: static;
  }
  #top-head #global-nav ul li a,
  #top-head.fixed #global-nav ul li a {
    width: 100%;
    display: block;
    color: #333;
    padding: 22px 0;
    font-size: 4.7333333333vw;
  }
  #nav-toggle {
    display: block;
    background: #707f78;
    width: 60px;
    height: 60px;
    padding: 15px 0 0;
    position: fixed;
    bottom: 20px;
    top: auto;
    border-radius: 50%;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
  }
  /* #nav-toggle 切り替えアニメーション */
  .open #nav-toggle span:nth-child(1) {
    top: 11px;
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg);
  }
  .open #nav-toggle span:nth-child(2) {
    width: 0;
    left: 50%;
  }
  .open #nav-toggle span:nth-child(3) {
    top: 11px;
    -webkit-transform: rotate(-315deg);
    transform: rotate(-315deg);
  }
  /* #global-nav スライドアニメーション */
  .open #global-nav {
    /* #global-nav top + #mobile-head height */
    -webkit-animation: fadeIn 0.7s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
            animation: fadeIn 0.7s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
    min-height: 100vh;
    -webkit-transform: scale(1);
    transform: scale(1);
    pointer-events: auto;
    background: #fff;
  }
  #menu-txt {
    color: #fff;
    font-size: xx-small;
    line-height: 60px;
    text-align: center;
    font-weight: bold;
    font-family: yu-mincho-pr6, YuMincho, "游明朝", "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*-------------------------------

@nav

-------------------------------*/
.nav-box:hover .nav-btn {
  color: #333 !important;
}
.nav-box:hover .nav-btn::after {
  color: #333 !important;
}

.nav-slash {
  display: block;
  /* @include font-en; */
  font-size: 16px;
  margin: 0 15px;
}

.news-btn a .nav-btn {
  display: block;
  color: #fff;
  /* @include font-en; */
  font-size: 16px !important;
  position: relative;
  padding: 0 5px;
  margin: 0 0 40px;
}

.nav-btn::after {
  width: 100%;
  display: block;
  color: #fff;
  /* @include font-min; */
  font-size: 12px !important;
  text-align: center;
  position: absolute;
  bottom: 0%;
  left: 50%;
  -webkit-transform: translate(-50%, 150%);
          transform: translate(-50%, 150%);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

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

.nav-box:nth-child(3) > .nav-btn::after {
  content: "イントロダクション";
}

.nav-box:nth-child(5) > .nav-btn::after {
  content: "ストーリー";
}

.nav-box:nth-child(7) > .nav-btn::after {
  content: "監督";
}

.nav-box:nth-child(9) > .nav-btn::after {
  content: "キャスト";
}

.nav-box:nth-child(11) > .nav-btn::after {
  content: "スタッフ";
}

.nav-box:nth-child(13) > .nav-btn::after {
  content: "主題歌";
}

.nav-box:nth-child(15) > .nav-btn::after {
  content: "原作";
}

.nav-box:last-of-type > .nav-btn::after {
  content: "オルタナティブビジュアル";
}

.first-name {
  color: #e60027;
}

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

#drawer-layer-container

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

#drawer-container-inner {
  width: 80%;
  height: 100vh;
  position: relative;
  z-index: 1;
  background: #000;
  margin-left: 20%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow-y: scroll;
}

.drawer-logo {
  width: 67.5%;
  margin: 15% auto 15%;
}
@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: 80%;
  margin: 0 auto 20%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 500px) {
  #drawer-nav-container {
    margin: 0 auto 15%;
  }
}

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

.drawer-nav-btn {
  display: block;
  color: #fff;
  /* @include font-en; */
  font-size: 5.3333333333vw;
  position: relative;
}

.drawer-nav-btn:hover {
  color: #333;
}
.drawer-nav-btn:hover::after {
  color: #333 !important;
}

.drawer-nav-btn::after {
  width: 100%;
  display: block;
  color: #fff;
  /* @include font-min(); */
  font-size: 3.2vw;
  text-align: center;
  position: absolute;
  bottom: 0%;
  left: 50%;
  -webkit-transform: translate(-50%, 125%);
          transform: translate(-50%, 125%);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

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

.drawer-nav-box:nth-of-type(2) > .drawer-nav-btn::after {
  content: "イントロダクション";
}

.drawer-nav-box:nth-of-type(3) > .drawer-nav-btn::after {
  content: "ストーリー";
}

.drawer-nav-box:nth-of-type(4) > .drawer-nav-btn::after {
  content: "監督";
}

.drawer-nav-box:nth-of-type(5) > .drawer-nav-btn::after {
  content: "キャスト";
}

.drawer-nav-box:nth-of-type(6) > .drawer-nav-btn::after {
  content: "スタッフ";
}

.drawer-nav-box:nth-of-type(7) > .drawer-nav-btn::after {
  content: "主題歌";
}

.drawer-nav-box:nth-of-type(8) > .drawer-nav-btn::after {
  content: "原作";
}

.drawer-nav-box:last-of-type > .drawer-nav-btn::after {
  content: "オルタナティブビジュアル";
}

.drawer-sns-account-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: 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;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.drawer-sns-account-list > li > a > svg:hover {
  fill: #333;
}

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

#footer

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

#main

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

#preloader

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

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

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

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

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

#progress-txt {
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #707f78;
  text-align: center;
  width: 100%;
  position: absolute;
  top: 145px;
  z-index: 4;
}

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

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

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

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

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

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

@banner

-------------------------------*/
.mvtk-bnr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  margin: 30px auto;
}
.mvtk-bnr img {
  border-radius: 50px;
}
@media screen and (min-width: 960px) {
  .mvtk-bnr {
    width: 180px;
    margin: 15px auto 0;
  }
}
.mvtk-bnr a {
  margin: 10px;
}
.mvtk-bnr a:hover {
  opacity: 0.8;
}

.streaming-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin: 30px auto;
}
.streaming-btn img {
  border-radius: 50px;
}
@media screen and (min-width: 960px) {
  .streaming-btn {
    width: 410px;
    position: absolute;
    bottom: 1vw;
    left: -32vw;
    right: 0;
    margin: auto;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
.streaming-btn a {
  margin: auto 10px;
}
.streaming-btn a:hover {
  opacity: 0.8;
}

@media screen and (min-width: 961px) and (max-width: 1200px) {
  .streaming-btn {
    left: -35vw;
    width: 350px;
  }
}
/* 1023px以下では streaming-btn を非表示（1024px以上のPC幅のみ表示） */
@media screen and (max-width: 1023px) {
  .streaming-btn {
    display: none !important;
  }
}
.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 {
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

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

.sns-btn {
  margin: 0 2.6666666667vw;
}
@media screen and (min-width: 960px) {
  .sns-btn {
    margin: 0 22.5px;
  }
}

.share-link-btn {
  color: #3d4642;
  font-size: 6.6666666667vw;
}
@media screen and (min-width: 960px) {
  .share-link-btn {
    font-size: 38px;
  }
}
.share-link-btn:hover {
  color: #616060;
}

.custom-facebook-btn {
  font-size: 6.1333333333vw;
}
@media screen and (min-width: 960px) {
  .custom-facebook-btn {
    font-size: 36px;
  }
}

.custom-line-btn {
  font-size: 6.6666666667vw;
}
@media screen and (min-width: 960px) {
  .custom-line-btn {
    font-size: 38px;
  }
}

/*--------------------------------------------------
リマケタグの隙間対策
--------------------------------------------------*/
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;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

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

@flex

-------------------------------*/
.flex {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex-wrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flex-center {
  -webkit-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.flex-left {
  -webkit-justify-content: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.flex-right {
  -webkit-justify-content: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: 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;
  -webkit-user-select: none;
  -ms-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;
  -webkit-transform: translate(0px, 20px);
          transform: translate(0px, 20px);
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

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

@-webkit-keyframes fadein {
  0% {
    opacity: 0;
    -webkit-transform: translate(0px, 20px);
            transform: translate(0px, 20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
}

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

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

#main

-------------------------------*/
#main {
  position: relative;
}

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

#top

-------------------------------*/
#top {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fff;
}
.top-container {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: auto;
}

.menu-pc {
  position: fixed;
  top: 1vw;
  left: auto;
  right: 1vw;
  margin: auto;
  height: 360px;
  width: auto;
  text-align: center;
  z-index: 99;
}
.menu-pc li {
  white-space: nowrap;
  border-radius: 50px;
  text-align: center;
  background: #fff;
  width: 200px;
  margin: 0 auto 10px;
}
.menu-pc li:hover {
  color: #fff;
  background: #707f78;
}
.menu-pc li a {
  display: block;
  color: #707f78;
  padding: 9px 15px;
  font-family: yu-mincho-pr6, YuMincho, "游明朝", "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
  letter-spacing: 2px;
  font-size: 14px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 50px;
  border: 1px solid #d6d6d6;
}
.menu-pc li a:hover {
  color: #fff;
  background: #707f78;
}

#top-main-sp {
  position: relative;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  opacity: 0;
}
.sp-top-container {
  opacity: 0;
}

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

.sp-top-lead0 {
  width: 13%;
  max-width: 80px;
  margin: 53px auto 0;
}

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

.sp-logo {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 85%;
  max-width: 650px;
  margin: 10px auto 0;
}

.sp-rs {
  width: 21vw;
  max-width: 100px;
  right: 0;
  margin: auto;
  padding: 15px 0 0 0;
  position: absolute !important;
  bottom: 3vw;
  right: 3vw;
}

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

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

.top-main-pc {
  max-width: 1680px;
  margin: 0 auto;
  opacity: 0;
}

.rs {
  position: absolute;
  right: 5vw;
  bottom: 1vw;
  width: 10%;
  max-width: 250px;
}

.top-lead0 {
  display: none;
}
@media screen and (min-width: 960px) {
  .top-lead0 {
    position: absolute !important;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    max-width: 1680px;
    margin: 0 auto;
    display: block;
  }
}

#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: 14%;
}

#logo {
  max-width: 1680px;
  margin: 0 auto;
}

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

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

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

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

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

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

#sns-link {
  position: absolute;
  top: 1.5vw;
  right: 2vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#sns-link .sns-link-icon {
  display: block;
  max-width: 300px;
  font-size: 21px;
  line-height: 21px;
  padding: 16px;
  text-align: center;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  margin: 5px;
  border-radius: 50%;
  color: #fff;
  background-color: #3d4642;
}
@media screen and (min-width: 960px) {
  #sns-link .sns-link-icon {
    font-size: 24px;
    line-height: 24px;
    background-color: #707f78;
    border: 1px solid #707f78;
  }
}
#sns-link .sns-link-icon:hover {
  color: #707f78;
  background-color: #fff;
}
@media screen and (min-width: 960px) {
  #sns-link {
    position: static;
    font-size: 19px;
    line-height: 19px;
  }
}

.img-anime {
  -webkit-filter: blur(0);
          filter: blur(0);
  -webkit-animation-name: blur;
          animation-name: blur;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  opacity: 1 !important;
  -webkit-transition: 2s 0.5s;
  transition: 2s 0.5s;
}

@-webkit-keyframes blur {
  0% {
    opacity: 0;
    -webkit-filter: blur(5px);
            filter: blur(5px);
  }
  100% {
    opacity: 1;
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}

@keyframes blur {
  0% {
    opacity: 0;
    -webkit-filter: blur(5px);
            filter: blur(5px);
  }
  100% {
    opacity: 1;
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}
.top-btn.pc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 80%;
  margin: 35px auto 0;
}

.c-btn.pc {
  width: 45%;
  max-width: 410px;
  padding: 15px 0;
}

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

.sns-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 30px 0 0;
}
.sns-link .sns-link-icon {
  display: block;
  max-width: 300px;
  background-color: #3d4642;
  font-size: 23px;
  line-height: 23px;
  color: #fff;
  padding: 16px;
  text-align: center;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  margin: 5px;
  border-radius: 50%;
  border: 1px solid #3d4642;
}
@media screen and (min-width: 960px) {
  .sns-link .sns-link-icon {
    font-size: 18px;
    line-height: 18px;
    border: 1px solid #707f78;
  }
}
.sns-link .sns-link-icon:hover {
  color: #707f78;
  background-color: #fff;
}

.top-link-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  width: 95%;
  padding: 30px 0 0;
}
@media screen and (min-width: 960px) {
  .top-link-btn {
    width: 500px;
    padding: 0;
    margin: 50px auto 0;
  }
}
.top-link-btn a {
  display: block;
  background: #3d4642;
  width: 48%;
  height: 40px;
  margin: 0 auto;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50px;
  position: relative;
  margin: 0 auto;
  -webkit-transition: 1s;
  transition: 1s;
  border: 1px solid #3d4642;
  font-family: yu-mincho-pr6, YuMincho, "游明朝", "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
  letter-spacing: 4px;
}
.top-link-btn a:hover {
  color: #3d4642;
  background: #fff;
}
@media screen and (min-width: 960px) {
  .top-link-btn a a {
    width: 240px;
    height: 40px;
    margin: 0 auto;
    font-size: 16px;
  }
}

.ttl {
  text-align: center;
  font-size: 1.4rem;
  letter-spacing: 7px;
  margin: 0 0 30px 0;
  color: #333;
  font-family: yu-mincho-pr6, YuMincho, "游明朝", "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
  font-weight: normal;
  letter-spacing: 9px;
  line-height: 1.68;
}
.ttl span {
  display: inline;
}
@media screen and (min-width: 960px) {
  .ttl {
    font-size: 1.6rem;
  }
}

@media screen and (min-width: 960px) {
  .photo {
    margin: 10px;
  }
  .photo img {
    border-radius: 3px;
  }
}

.comment-photo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.comment-photo picture {
  margin: 10px;
}

@media screen and (min-width: 960px) {
  .photo0 {
    background: #fff url(../img/photo/0.jpg) top center fixed;
    background-size: cover;
    height: 70vh;
    border-radius: 5px;
  }
}

@media screen and (min-width: 960px) {
  .photo3 {
    background: url(../img/photo/3.jpg) top center fixed;
    background-size: cover;
    height: 50vh;
    border-radius: 5px;
  }
}

.border {
  border-bottom: 1px solid #333;
  padding: 30px 0 0;
  margin: 0 0 40px;
}

#underlayer {
  background: #fff;
}

.img-wrap {
  overflow: hidden;
  position: relative;
  opacity: 1 !important;
}

.img-wrap::before,
.img-wrap::after {
  -webkit-animation: 1.5s cubic-bezier(0.4, 0, 0.2, 1) forwards;
          animation: 1.5s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  background: #fff;
  content: "";
  pointer-events: none;
  position: absolute;
  z-index: 1;
}
@media screen and (min-width: 960px) {
  .img-wrap::before,
  .img-wrap::after {
    -webkit-animation: 3s cubic-bezier(0.4, 0, 0.2, 1) forwards;
            animation: 3s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  }
}

.img-wrap::before {
  -webkit-animation-name: img-wrap-before;
          animation-name: img-wrap-before;
  inset: 0 0 50%;
}

.img-wrap::after {
  -webkit-animation-name: img-wrap-after;
          animation-name: img-wrap-after;
  inset: 50% 0 0;
}

@-webkit-keyframes img-wrap-before {
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

@keyframes img-wrap-before {
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
@-webkit-keyframes img-wrap-after {
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes img-wrap-after {
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
.comment-btn {
  width: 85%;
  max-width: 370px;
  margin: 0 auto;
  padding: 10px 0 10px 0;
  cursor: pointer;
}
.comment-btn a {
  display: block;
}
.comment-btn a:hover {
  opacity: 0.8;
}
@media screen and (min-width: 960px) {
  .comment-btn {
    padding: 50px 0 0 0;
  }
}

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

#intro

-------------------------------*/
.photos {
  overflow: hidden;
}

#intro {
  padding: 0 0 50px 0;
  min-height: 750px;
  background: url(../common/img/bg.jpg) #fff repeat;
  background-size: 50px;
}

.intro-inner {
  margin: 0 auto;
  padding: 6vw 0;
  background: url(../img/intro/bg_sp.jpg) #fff no-repeat;
  background-size: cover;
}
@media screen and (min-width: 960px) {
  .intro-inner {
    padding: 3vw 0;
    max-width: 1000px;
  }
}

.intro-lead {
  text-align: center;
  margin: 20px auto 30px;
  color: #3f4642;
  font-size: 21px;
  letter-spacing: 4px;
}
@media screen and (min-width: 960px) {
  .intro-lead {
    font-size: 21px;
    letter-spacing: 8px;
  }
}

.intro-txt-box {
  margin: 0 0 0 50px;
}
@media screen and (min-width: 960px) {
  .intro-txt-box {
    width: 800px;
    margin: 0 auto;
  }
}

#intro .contents-ttl h2 {
  width: 220px;
  margin: 0 auto;
  padding: 35px 0;
}
.intro-photo {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 50px 0;
}
.intro-photo picture img {
  vertical-align: bottom;
}
@media screen and (min-width: 960px) {
  .intro-photo picture img {
    border-radius: 3px;
  }
}
@media screen and (min-width: 960px) {
  .intro-photo picture {
    margin: 0 auto 10px;
  }
}
@media screen and (min-width: 960px) {
  .intro-photo {
    width: 95%;
    margin: 40px 40px 0;
  }
}

.kerning {
  letter-spacing: -0.2em;
  padding: 0 6px 0 2px;
}

#intro-lead {
  margin: 30px auto;
  text-align: left;
  font-size: 25px;
  font-family: yu-mincho-pr6, YuMincho, "游明朝", "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
  font-size: 2em;
  text-align: center;
}
@media screen and (min-width: 960px) {
  #intro-lead {
    font-size: 1.8em;
  }
}

.intro-txt {
  color: #302311;
  font-size: 14px;
  letter-spacing: 2px;
  line-height: 2;
  margin: 0 0 15px;
  text-align: justify;
}

@media screen and (max-width: 768px) {
  #intro {
    padding: 0;
  }
  .intro-inner {
    display: block;
    padding: 35px 0;
  }
  .intro-txt-box {
    width: 90%;
    margin: 0 auto;
  }
  #intro-lead {
    margin: 0 auto 3.3333333333vw;
    width: 100%;
    font-size: 4.3vw;
    line-height: 1.7;
    font-family: yu-mincho-pr6, YuMincho, "游明朝", "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
    text-align: center;
  }
}
@media screen and (max-width: 768px) and (min-width: 960px) {
  .intro-photo {
    padding: 60px 0 0 0;
  }
}
@media screen and (max-width: 768px) {
  #intro-txt {
    margin: 0 auto;
  }
  .intro-txt {
    color: #302311;
    font-size: 3.5vw;
    letter-spacing: 0.3333333333vw;
    margin: 0 0 5.3333333333vw;
  }
  .intro-txt span {
    padding: 0 1.3333333333vw 0.2666666667vw;
  }
  .intro-txt:last-child span:last-child {
    /*font-size: 3.7333333333333334vw;*/
  }
}
.photos {
  overflow: hidden;
  position: relative;
}

.story-photo-0,
.story-photo-1 {
  width: 110%;
  max-width: 110%;
  padding: 0;
  height: 120px;
}
@media screen and (min-width: 960px) {
  .story-photo-0,
  .story-photo-1 {
    height: 250px;
  }
}

.story-photo-0 {
  background: url(../img/photo/2.jpg);
  background-repeat-y: no-repeat;
  -webkit-animation: bgscroll-1 130s linear infinite;
          animation: bgscroll-1 130s linear infinite;
  background-size: auto 120px;
}
@media screen and (min-width: 960px) {
  .story-photo-0 {
    background-size: auto 250px;
  }
}

@-webkit-keyframes bgscroll-1 {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 6166px 0;
  }
}
@keyframes bgscroll-1 {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 6166px 0;
  }
}
/*-------------------------------

#story

-------------------------------*/
#story {
  position: relative;
  background: url(../common/img/bg.jpg) #fff repeat;
  background-size: 50px;
  padding: 60px 0 0;
}
@media screen and (min-width: 960px) {
  #story {
    padding: 0 0 100px;
  }
}
#story .ttl {
  width: 150px;
  margin: 0 auto 30px;
}
@media screen and (min-width: 960px) {
  #story .ttl {
    width: 130px;
  }
}

.image-crossfader {
  overflow: hidden;
  position: relative;
  height: 100%;
  width: 100%;
  height: 100vh;
  min-height: 900px;
  padding: 0 !important;
}
@media screen and (min-width: 960px) {
  .image-crossfader {
    min-height: 900px;
  }
}

.image-crossfader-inner {
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 0;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: opacity 2.5s cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform 2.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: opacity 2.5s cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform 2.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: opacity 2.5s cubic-bezier(0.455, 0.03, 0.515, 0.955), transform 2.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: opacity 2.5s cubic-bezier(0.455, 0.03, 0.515, 0.955), transform 2.5s cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform 2.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.image-crossfader-inner.is-visible {
  z-index: 1;
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.image-crossfader-inner:nth-child(1) {
  background-image: url("../img/story/bg_sp0.jpg");
}
@media screen and (min-width: 960px) {
  .image-crossfader-inner:nth-child(1) {
    background-image: url("../img/story/bg_pc0.jpg");
  }
}

.image-crossfader-inner:nth-child(2) {
  background-image: url("../img/story/bg_sp1.jpg");
}
@media screen and (min-width: 960px) {
  .image-crossfader-inner:nth-child(2) {
    background-image: url("../img/story/bg_pc1.jpg");
  }
}

.story-inner {
  background: url(../img/intro/bg_sp.jpg) #fff no-repeat;
  background-size: cover;
  margin: auto;
  padding: 60px 0;
}
@media screen and (min-width: 960px) {
  .story-inner {
    max-width: 1000px;
  }
}

#story-lead {
  /* width: 65%; */
  max-width: 880px;
  margin: 0 auto;
  padding: 3vw 0;
}

#story .heading {
  width: 130px;
  margin: 0px auto;
}

.story-inner-txt {
  position: relative;
  color: #fff;
  margin: 0 0 15px;
  width: 93%;
  margin: 0 auto;
  border-radius: 5px;
  padding: 40px 20px;
}
@media screen and (min-width: 960px) {
  .story-inner-txt {
    width: 100%;
    width: 850px;
    padding: 40px;
    margin: 0 auto;
  }
}

.story-item {
  /*font-size: 15px;*/
  line-height: 25px;
  font-weight: 600;
  margin: 0 0 50px;
  width: 750px;
  margin: 0 auto;
}

.story-txt {
  width: 100%;
  margin: 0 auto;
  color: #302311;
  font-size: 14px;
  letter-spacing: 2px;
  line-height: 2;
  margin: 0 0 15px;
  text-align: justify;
}
@media screen and (min-width: 960px) {
  .story-txt {
    width: 100%;
  }
}

.story-txt-box {
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 960px) {
  .story-txt-box {
    width: 800px;
    margin: 0 auto;
  }
}

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

#cast

-------------------------------*/
#cast {
  height: 100%;
  padding: 60px 0;
  background: url(../img/cast/bg_sp.jpg) #fff repeat;
  background-size: contain;
  padding: 100px 0 60px;
}
#cast .ttl {
  width: 160px;
  margin: 0 auto;
}
@media screen and (min-width: 960px) {
  #cast .ttl {
    width: 150px;
  }
}
@media screen and (min-width: 960px) {
  #cast {
    background: url(../img/cast/bg_pc.jpg) #fff repeat;
    background-size: cover;
  }
}

#cast .heading {
  width: 90%;
  max-width: 180px;
  position: absolute;
  top: 40.5%;
  margin: auto;
}
@media screen and (min-width: 960px) {
  #cast .heading {
    margin: 0 auto;
    max-width: 260px;
    margin: 0 auto;
    top: auto;
    bottom: 0;
  }
}

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

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

.box.other {
  width: 70% !important;
}
@media screen and (min-width: 960px) {
  .box.other {
    width: 25% !important;
  }
}

.main-cast {
  margin: 0 auto;
}
@media screen and (min-width: 960px) {
  .main-cast {
    text-align: center;
    margin: 0 auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

.main-cast2 {
  margin: 0 auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media screen and (min-width: 960px) {
  .main-cast2 {
    text-align: center;
    margin: 0 auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

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

.box {
  margin: 10px 10px 40px;
  transition: opacity 0.7s;
  -webkit-transition: opacity 0.7s;
  -webkit-transition: -webkit-transform 0.7s;
  transition: -webkit-transform 0.7s;
  transition: transform 0.7s;
  transition: transform 0.7s, -webkit-transform 0.7s;
  -moz-transition: transform 0.7s;
  -webkit-transition: transform 0.7s;
  -o-transition: transform 0.7s;
}

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

.scale img:hover {
  opacity: 0.8;
  -webkit-transition: -webkit-transform 0.5s linear;
  transition: -webkit-transform 0.5s linear;
  transition: transform 0.5s linear;
  transition: transform 0.5s linear, -webkit-transform 0.5s linear;
}

.gallery {
  width: 100%;
  margin: 70px auto;
}
@media screen and (min-width: 960px) {
  .gallery {
    width: 90%;
    max-width: 1000px;
  }
}

.cast-photo {
  width: 100%;
  max-width: 380px;
  margin: 0 auto 10px;
}
@media screen and (min-width: 960px) {
  .cast-photo {
    width: 34%;
    float: left;
    max-width: 385px;
  }
}

.modal-overlay {
  z-index: 99;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #fff;
  background-image: linear-gradient(135deg, #deb8b5 10%, #c1d5d4 100%);
}
@media screen and (min-width: 960px) {
  .modal-overlay {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
  }
}

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

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

.cast-name {
  font-size: 23px;
  line-height: 1.2;
  padding-bottom: 10px;
  margin: 20px 0 10px;
  text-align: center;
  color: #000;
}
.cast-name.modal {
  font-size: 23px;
  line-height: 1.2;
}
.cast-name.modal span {
  font-size: 15px;
  padding: 0 0 0 8px;
}
@media screen and (min-width: 960px) {
  .cast-name.modal span {
    font-size: 17px;
    display: inline;
  }
}
@media screen and (min-width: 960px) {
  .cast-name.modal {
    text-align: justify;
    padding: 10px 0 !important;
    font-size: 25px;
  }
}

.role-info {
  word-break: break-word;
  text-align: justify;
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 2;
  letter-spacing: 0.05em;
  margin: 0 0 30px 0;
}
@media screen and (min-width: 960px) {
  .role-info {
    margin: 20px 0 30px 0;
  }
}

.role {
  margin: 10px 0;
  color: #009fba;
  text-shadow: none;
}
@media screen and (min-width: 960px) {
  .role {
    margin: 10px 0;
  }
}

.role p {
  color: #fff !important;
  text-shadow: none !important;
  padding: 3px 11px;
}
@media screen and (min-width: 960px) {
  .role p {
    margin-bottom: 0;
    background: #000000;
    color: #fff;
    padding: 0 8px;
    text-shadow: none;
  }
}

.c0 {
  color: #267799;
}

.c1 {
  color: #919b65;
}

.c2 {
  color: #ad86a0;
}

.c3 {
  color: #919b65;
}

.c4 {
  color: #c27a6c;
}

.profile-ttl,
.comment-ttl {
  width: 110px;
  margin: 8px 0;
}

.comment-ttl {
  margin: 30px 0 0 0;
}

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

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

.modal-close {
  position: absolute;
  top: 1vw;
  right: 2.5vw;
  color: #d5ad7e;
  font-size: 35px;
  line-height: 1;
  font-weight: bold;
  text-decoration: none;
}
@media screen and (min-width: 960px) {
  .modal-close {
    position: absolute;
    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, #modal7, #modal8, #modal9 {
  width: 95% !important;
  height: 90vh;
  overflow-y: auto;
}
@media screen and (min-width: 960px) {
  #modal0, #modal1, #modal2, #modal3, #modal4, #modal5, #modal7, #modal8, #modal9 {
    width: 90% !important;
    max-width: 1280px;
    height: 90%;
    max-height: 930px;
    overflow: auto;
    margin-top: 0;
  }
}

.profile-btn {
  margin: 20px 0 0;
  position: relative;
  padding: 0;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
  width: 170px;
  margin: 0 auto;
}
@media screen and (min-width: 960px) {
  .profile-btn {
    width: 180px;
    margin: 0 auto;
  }
}

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

#staff

-------------------------------*/
#staff {
  padding: 80px 0;
  background: url(../img/staff/bg_sp.jpg) #fff repeat;
  background-size: cover;
}
#staff .ttl {
  width: 120px;
  margin: 0 auto 30px;
}
@media screen and (min-width: 960px) {
  #staff {
    padding: 180px 0;
  }
}

#staff::before {
  content: "";
  display: block;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: -1;
  width: 100%;
  height: 100vh;
  background: url(../common/img/bg.jpg) #fff repeat;
  background-size: 50px;
}
.staff-inner {
  padding: 30px 0 0 0;
}
@media screen and (min-width: 960px) {
  .staff-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.staff-name {
  font-size: 23px;
  margin: 0 0 25px;
}
.staff-name span {
  font-size: 15px;
  display: inline-block;
  padding: 0 10px 0 0;
}

.box.staff {
  text-align: center;
  margin: 10px 10px 60px;
}
@media screen and (min-width: 960px) {
  .box.staff {
    margin: 0 60px 0;
  }
}

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

#prono

-------------------------------*/
#prono {
  position: relative;
  margin: 0 auto;
  background: #fff url(../img/prono/bg_sp.jpg) repeat bottom center;
  background-size: contain;
}
@media screen and (min-width: 960px) {
  #prono {
    margin: 0 auto;
    background: #fff url(../img/prono/bg_pc.jpg) repeat center center;
    background-size: contain;
  }
}
#prono .deco0 {
  width: 110px;
  position: absolute;
  right: 5vw;
  bottom: 5vw;
}
@media screen and (min-width: 960px) {
  #prono .deco0 {
    display: none;
  }
}
#prono .deco1 {
  width: 100px;
  position: absolute;
  top: 30px;
  right: 30px;
}
#prono .deco2 {
  width: 150px;
  position: absolute;
  bottom: 30px;
  left: 30px;
}
#prono .ttl {
  width: 90%;
  max-width: 280px;
  margin: 0 auto;
}
@media screen and (min-width: 960px) {
  #prono .ttl {
    max-width: 300px;
    margin: 0 auto;
  }
}

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

.prono-cast {
  max-width: 1280px;
  margin: 0 auto;
}

#prono .box {
  width: 85%;
  margin: 0 auto 50px;
  position: relative;
}
#prono .box img {
  vertical-align: bottom;
}
@media screen and (min-width: 960px) {
  #prono .box {
    width: 28%;
    margin: 0 25px 50px;
  }
}

.prono-inner {
  padding: 60px 0;
}
@media screen and (min-width: 960px) {
  .prono-inner {
    padding: 6vw 0;
  }
}

.more-btn {
  width: 55%;
  margin: 0 auto;
  display: block;
  padding: 8px;
}

.prono-ttl {
  font-size: 18px;
  letter-spacing: 5px;
  text-align: left !important;
  width: 100% !important;
  margin-bottom: 5px;
  padding: 0 0 16px;
  line-height: 1.5;
  text-align: center !important;
}
@media screen and (min-width: 960px) {
  .prono-ttl {
    font-size: 21px;
    margin-bottom: 20px;
  }
}

.box-prono-ttl {
  color: #44311a;
  text-align: center;
  line-height: 1.5;
  padding: 10px 0;
  font-size: 18px;
}

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

#original

-------------------------------*/
.original {
  padding: 60px 0;
  text-align: center;
  margin: 0 auto;
  background: url(../img/original/bg_sp.jpg) #fff repeat;
  background-size: cover;
  padding: 60px 0;
}
@media screen and (min-width: 960px) {
  .original {
    background: url(../img/original/bg_pc.jpg) #fff repeat;
    background-size: cover;
  }
}
.original .ttl {
  width: 180px;
  margin: 0 auto 30px;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .original-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 900px;
    width: 95%;
    margin: 0 auto;
    padding: 40px 0;
  }
}
.original-inner a {
  display: block;
  background: #7f3636;
  width: 240px;
  height: 40px;
  margin: 0 auto;
  font-size: 16px;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50px;
  position: relative;
  margin: 30px auto 0;
  -webkit-transition: 1s;
  transition: 1s;
  border: 1px solid #7f3636;
}
.original-inner a i {
  color: #fff;
  display: block;
  width: 4vw;
  margin: 0 0 0.6666666667vw 1.3333333333vw;
}
@media screen and (min-width: 960px) {
  .original-inner a i {
    width: 20px;
    margin: 0 0 3px 10px;
  }
}
.original-inner a:hover {
  color: #7f3636;
  background: #fff;
}

.calligraphy {
  width: 45%;
  margin: 50px auto 30px;
}
@media screen and (min-width: 960px) {
  .calligraphy {
    width: 240px;
    margin: 0;
  }
}

.original-ttl {
  width: 100px;
}

.original-txt-box {
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 960px) {
  .original-txt-box {
    width: 60%;
    margin: 0;
  }
}

.original-name {
  text-align: center;
  font-size: 18px;
  padding: 0 0 30px;
}
.original-name span {
  font-size: 13px;
}
@media screen and (min-width: 960px) {
  .original-name {
    text-align: justify;
  }
}

.original-txt {
  line-height: 2;
  text-align: justify;
  padding: 20px 0 0 0;
}

.original-photo {
  margin: 0 0 40px;
}
@media screen and (min-width: 960px) {
  .original-photo {
    margin: 0 0 0 60px;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
}

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

#song

-------------------------------*/
#song {
  position: relative;
  padding: 0 0 60px;
  background: url(../common/img/bg.jpg) #fff repeat;
  background-size: 50px;
}
@media screen and (min-width: 960px) {
  #song {
    padding: 60px 0 100px;
  }
}
#song .ttl {
  width: 210px;
  margin: 0 auto;
  padding: 50px 0;
}

.song-info-box {
  padding: 50px;
  border: 1px solid #708079;
  margin: 0 auto 30px;
}

.song-link {
  width: 600px;
  margin: 0 auto;
  display: block;
}

.artist {
  margin: 10px 0 0;
  color: #44311a;
  font-size: 1.2em;
  text-align: center;
  line-height: 1.6;
}
.artist span {
  font-size: 0.7em;
}
@media screen and (min-width: 960px) {
  .artist {
    font-size: 1.3em;
  }
}

.song-title {
  margin: 10px 0 0;
  color: #44311a;
  font-size: 1.5em;
  text-align: center;
  font-weight: bold;
}

.subheading {
  margin: 10px 0;
  color: #487a64;
  font-weight: normal;
  font-size: 1.2em;
  line-height: 1.4;
}

.subheading {
  position: relative;
  padding: 0 55px;
  text-align: center;
}

.subheading:before, .subheading:after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 20%;
  height: 1px;
  background-color: #487a64;
}
@media screen and (min-width: 960px) {
  .subheading:before, .subheading:after {
    width: 30%;
  }
}

.subheading:before {
  left: 0;
}

.subheading:after {
  right: 0;
}

.song-title-txt {
  line-height: 1.7;
  text-align: center;
  color: #44311a;
  font-size: 3.5vw;
  font-weight: normal;
}
@media screen and (min-width: 960px) {
  .song-title-txt {
    font-size: 14px;
    margin: 0 0 20px;
  }
}

.song-info {
  padding: 20px 0;
}

#song .con-ttl {
  margin: 0 0 48px;
}

.song-jacket {
  width: 320px;
  margin: 0 auto;
}

.song-txt-box {
  border-radius: 3px;
}

.song-box {
  width: 90%;
  margin: 0 auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: url(../img/song/bg_sp.jpg) #fff repeat;
  background-size: cover;
  padding: 20px;
}
@media screen and (min-width: 960px) {
  .song-box {
    width: 70%;
    max-width: 1000px;
    padding: 50px;
    margin: 0 auto;
  }
}

.song-txt {
  padding: 0.5em 0;
  line-height: 2em;
  text-align: justify;
  color: #44311a;
  font-size: 3.5vw;
}
@media screen and (min-width: 960px) {
  .song-txt {
    font-size: 14px;
  }
}

.song-txt span {
  display: block;
  font-size: 18px;
  color: #6d6d6d;
}

.song-img {
  width: 100%;
  margin: 20px auto 30px;
}
.song-img img {
  border-radius: 4px;
}
@media screen and (min-width: 960px) {
  .song-img {
    width: 500px;
  }
}

.song-profile-ttl {
  width: 90px;
}

.song-comment-ttl {
  width: 120px;
  padding: 0 0 10px;
}

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

#footer

-------------------------------*/
.footer {
  padding: 26.6666666667vw 0 6.6666666667vw;
  text-align: center;
  margin: 0 auto;
  background: #fff;
}
@media screen and (min-width: 960px) {
  .footer {
    padding: 75px 0 25px;
  }
}
.footer__ttl {
  margin: 0 auto 20px;
  color: #333;
  font-family: "marion", serif;
  font-weight: 400;
  letter-spacing: 0.12em;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .footer__ttl {
    margin: 0 auto 20px;
  }
}
.footer__policy {
  display: block;
  color: #333;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 10px;
  text-align: center;
  letter-spacing: 0.06em;
  margin: 20vw auto 0 !important;
  text-decoration: underline;
}
@media screen and (min-width: 960px) {
  .footer__policy {
    margin: 100px auto 0 !important;
    font-size: 12px;
  }
}
.footer__copy {
  display: block;
  color: #333;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 10px;
  text-align: center;
  letter-spacing: 0.06em;
  margin: 6.6666666667vw auto 0 !important;
}
@media screen and (min-width: 960px) {
  .footer__copy {
    margin: 30px auto 0 !important;
    font-size: 12px;
  }
}

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

#movie

-------------------------------*/
#trailer {
  padding: 60px 0;
  background: #fff;
}
@media screen and (min-width: 960px) {
  #trailer {
    padding: 100px 0 0;
  }
}

#trailer .ttl {
  font-family: "Bentham", serif;
  letter-spacing: 2px;
  margin: 0 auto;
  text-align: center;
  font-size: 1.5rem;
  color: #f7f7f4;
  padding: 0 0 30px;
  letter-spacing: 8px;
}
@media screen and (min-width: 960px) {
  #trailer .ttl {
    padding: 0 0 50px;
  }
}

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

.sp {
  display: block;
}

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

.movie-thumb-box {
  position: relative;
  padding-top: 56.25%;
  height: 0;
  overflow: hidden;
  aspect-ratio: 16/9;
}
.movie-thumb-box img, .movie-thumb-box iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.movie-thumb-list li {
  width: 100%;
  padding: 0 10px;
}
@media screen and (min-width: 960px) {
  .movie-thumb-list li {
    max-width: 600px;
    margin: 0 auto;
  }
}

.movie-cap {
  padding: 15px 0;
  text-align: center;
  color: #333;
  font-size: 15px;
  line-height: 1.5;
  font-family: "Bentham", serif;
  letter-spacing: 2px;
}

.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 #trailer.pc {
  width: 40%;
}
.movie-thumb-list .slider-prev {
  left: 0;
}
.movie-thumb-list .slider-next {
  right: 0;
}

#trailer-play {
  padding: 30px;
}
#trailer-play a {
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  opacity: 0.7;
}
#trailer-play a:hover {
  opacity: 1;
}

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

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

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

.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
}

.swiper-pagination {
  margin: 10px 0 0 0;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 8px;
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: auto;
}

.trailer-prev, .trailer-next {
  position: absolute;
  width: 35px;
  top: 35%;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #3d4642;
}
@media screen and (min-width: 960px) {
  .trailer-prev, .trailer-next {
    top: 36%;
  }
}

.trailer-prev {
  left: 4vw;
}
@media screen and (min-width: 960px) {
  .trailer-prev {
    left: 42px;
  }
}
.trailer-prev img {
  border: 1px solid #eee;
}

.trailer-next {
  right: 4vw;
}
@media screen and (min-width: 960px) {
  .trailer-next {
    right: 42px;
  }
}
.trailer-next img {
  border: 1px solid #eee;
}

.trailer-prev.swiper-button-disabled, .trailer-next.swiper-button-disabled {
  opacity: 0.1;
}

#cboxOverlay {
  background: #000;
}

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

#blu-ray

-------------------------------*/
#blu-ray {
  background: url(../common/img/bg.jpg) #fff repeat;
  background-size: 50px;
  padding: 40px 0;
}
@media screen and (min-width: 960px) {
  #blu-ray {
    padding: 80px 0;
  }
}

.blu-ray-ttl {
  text-align: center;
  margin: 20px auto 30px;
  color: #3f4642;
  font-size: 25px;
}

.blu-ray-inner {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
}

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

#streaming

-------------------------------*/
#streaming {
  background: none;
  border-radius: 3px;
  padding: 30px 40px;
  width: 100%;
  margin: 0 auto;
  background: url(../img/cast/bg_sp.jpg) #fff repeat;
  background-size: contain;
}
@media screen and (min-width: 960px) {
  #streaming {
    width: 100%;
    margin: 0 auto 20px;
    background: url(../img/cast/bg_pc.jpg) #fff repeat;
    background-size: cover;
  }
}

.streaming-inner {
  padding: 25px 0;
}

.streaming-txt {
  color: #000000;
  font-size: 16px;
  line-height: 1.8;
  margin: 0 0 20px;
  font-weight: bold;
  text-align: center;
  /* text-shadow: 0px 0px 3px rgb(204, 239, 120), 0px 0px 2px rgba(71, 88, 19, 0.2), 0px 1px 3px rgba(0, 0, 0, 0.1); */
}
.streaming-txt span {
  display: inline-block;
  background: #707f78;
  padding: 2px 20px;
  border-radius: 50px;
  color: #fff;
  margin: 0 auto 13px;
}

.streaming-ttl {
  color: #000000;
  text-decoration: underline;
  font-size: 20px;
  margin: 0 0 20px;
  font-weight: bold;
  text-align: center;
  /* text-shadow: 0px 0px 3px rgb(204, 239, 120), 0px 0px 2px rgba(71, 88, 19, 0.2), 0px 1px 3px rgba(0, 0, 0, 0.1); */
}

.streaming-info {
  color: #000000;
  font-size: x-small;
  font-weight: normal;
  text-align: center;
  line-height: 1.7;
  padding: 20px 0 0 0;
}

#streaming-bnr-list {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 1200px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 auto;
}

.streaming-bnr {
  max-width: 190px;
  padding: 5px 5px 0;
}
.streaming-bnr a:hover {
  opacity: 0.7;
}

.streaming-bnr img {
  border: 1px solid #aaa;
}

@media only screen and (max-width: 1024px) {
  #streaming {
    padding: 5vw;
  }
  #streaming-bnr-list {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .streaming-bnr {
    padding: 1vw;
    width: 43vw;
  }
}
/* PC */
@media screen and (min-width: 1024px) {
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
  #trailer {
    margin: 0 auto;
    padding: 60px 80px;
  }
  .movie-inner {
    width: 60%;
    margin: 0 auto;
  }
  .youtube {
    pointer-events: none;
  }
}
@media screen and (min-width: 960px) and (max-width: 1024px) {
  .main-img {
    width: 50%;
  }
  .top-link {
    display: inline !important;
  }
  .top-link a {
    margin: 10px 5px;
  }
}