@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@3.0.0/dist/css/yakuhanjp_s.min.css");
@import url("https://fonts.googleapis.com/css2?family=Bodoni+Moda:wght@600&family=Noto+Serif+JP:wght@600;700&display=swap");
@import url("colorbox.css");
@charset "UTF-8";

/*---------------------------------------------
	Browser Default Initialization
  ---------------------------------------------*/

body,
div,
dl,
dt,
dd,
ul,
ul li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
section,
nav,
article,
aside,
header,
address,
figure,
figcaption {
 margin: 0;
 padding: 0;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
 font-style: normal;
 font-weight: normal;
}
table {
 border-collapse: collapse;
 border-spacing: 0;
}
caption,
th {
 text-align: left;
}
q::before,
q::after {
 content: "";
}
object,
embed {
 vertical-align: top;
}
hr,
legend {
 display: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
 font-size: 100%;
 font-weight: normal;
}
img,
abbr,
acronym,
fieldset {
 border: 0;
}
img {
 max-width: 100%;
 height: auto;
 vertical-align: bottom;
 -ms-interpolation-mode: bicubic;
}
ul li {
 list-style-type: none;
}
*,
*:before,
*:after {
 -moz-box-sizing: border-box;
 -webkit-box-sizing: border-box;
 -o-box-sizing: border-box;
 -ms-box-sizing: border-box;
 box-sizing: border-box;
}
.clearfix {
 /zoom: 1;
}
.clearfix:before,
.clearfix:after {
 content: "";
 display: table;
}
.clearfix:after {
 clear: both;
}
em {
 font-style: normal;
}
strong {
 font-weight: bold;
}
a {
 color: #000;
 outline: none;
 text-decoration: none;
 transition: all 0.5s ease-in-out;
 -webkit-transition: all 0.25s ease-in-out;
 -moz-transition: all 0.25s ease-in-out;
 -o-transition: all 0.25s ease-in-out;
 -ms-transition: all 0.25s ease-in-out;
}
a:active,
a:hover {
 text-decoration: none;
}
a:focus,
*:focus {
 outline: none;
}
a:hover img {
 -moz-transition: all 0.25s ease-in-out;
 -o-transition: all 0.25s ease-in-out;
 -webkit-transition: all 0.25s ease-in-out;
 transition: all 0.25s ease-in-out;
}
.en {
 font-family: "Bodoni Moda", serif;
 font-weight: 600;
}
.min {
 font-family: YakuHanJPs, "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 Pr6 W6", "Hiragino Mincho Pro", serif;
}
.txhd {
 display: block;
 height: 0;
 overflow: hidden;
 font-size: 1rem;
 line-height: 2;
}
.object-fit {
 object-fit: cover;
 font-family: "object-fit: cover;";
 min-height: 100%;
}
.pc {
 display: block;
}
.sp {
 display: none;
}
@-ms-viewport {
 width: auto !important;
 initial-scale: 1;
}
@media only screen and (max-width: 767px) {
 .pc {
  display: none;
 }
 .sp {
  display: block;
 }
}

/* ==========================================================================
   Global
   ========================================================================== */

html {
 font-size: 62.5%;
 overflow-y: scroll;
 height: 100%;
 line-height: 1.15;
 -ms-text-size-adjust: 100%;
 -webkit-text-size-adjust: 100%;
}
html.ofyh {
 height: 100%;
 overflow-y: hidden;
}
body {
 position: relative;
 font-family: "Yu Gothic", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
 font-weight: 500;
 background: #fff;
 margin: 0;
 width: 100%;
 -ms-width: calc(100% - (100vw-100%));
 color: #000;
 font-size: 1.6rem;
 line-height: 1;
 text-align: left;
 -moz-text-size-adjust: 100%;
 -webkit-text-size-adjust: 100%;
 -o-text-size-adjust: 100%;
 -ms-text-size-adjust: 100%;
 text-size-adjust: 100%;
}
#wrap {
 width: 100%;
 min-height: 100vh;
 display: block;
 position: relative;
 overflow: hidden;
}
.ofyh {
 height: 100%;
 overflow-y: hidden;
}
.inner {
 *zoom: 1;
 margin: 0 auto;
}

@media screen and (max-width: 767px) {
 body {
  width: 100%;
  font-size: 1.6rem;
  -webkit-text-size-adjust: 100%;
  -webkit-overflow-scrolling: touch;
  min-width: inherit;
 }
 #wrap {
  width: 100%;
  min-height: 100%;
  height: auto;
  min-width: 320px;
 }
}

/*
			LOADING
==================================================================================  */
.loadingWrap {
 width: 100%;
 height: 100%;
 position: fixed;
 top: 0;
 left: 0;
 z-index: 9999;
 margin: 0px;
 padding: 0px;
}
.loadingWrapWaku {
 width: 100%;
 height: 100%;
 background: #000;
 position: relative;
 margin: 0px;
 padding: 0px;
}
.lds-dual-ring {
 width: 400px;
 height: 400px;
 margin: 0px;
 padding: 0px;
 position: absolute;
 top: 50%;
 left: 50%;
 transform: translate(-50%, -50%);
 background: url(../img/logo_w.png) no-repeat 50% 50%;
 background-size: 40% auto;
 opacity: 0.6;
}
.lds-dual-ring div {
 position: absolute;
 width: 100%;
 height: 100%;
 border-radius: 50%;
 border: 1px solid rgba(255, 255, 255, 1);
 box-sizing: border-box;
 border-color: rgba(255, 255, 255, 0.5) transparent transparent transparent;
 animation: lds-dual-ring 2s linear infinite;
 -webkit-animation: lds-dual-ring 2s linear infinite;
 opacity: 0.5;
}

@keyframes lds-dual-ring {
 0% {
  transform: rotate(0);
 }
 100% {
  transform: rotate(360deg);
 }
}
@-webkit-keyframes lds-dual-ring {
 0% {
  -webkit-transform: rotate(0);
  transform: rotate(0);
 }
 100% {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
 }
}

@media only screen and (max-width: 767px) {
 .lds-dual-ring {
  width: 106vw;
  height: 106vw;
  background-size: 32% auto;
 }
}

/* header
==================================================================================  */
.l-gnav__container {
 position: relative;
}
.hd__logo {
 position: absolute;
 top: 6px;
 left: 16px;
 display: block;
 z-index: 13;
 transition: all 0.5s ease 0s;
}
.hd__logo span,
.hd__logo h1 {
 display: block;
 width: 164px;
 height: 0;
 padding-top: 36px;
 background: url(../img/logo_k.png) no-repeat 0 0;
 background-size: contain;
 transition: all 0.5s ease 0s;
}
.l-header__navi {
 position: absolute;
 top: 0;
 left: 0;
 right: 0;
 display: block;
 width: 100%;
 height: 48px;
 background: #fff;
 padding: 0 28px 0 180px;
 z-index: 2;
}
.l-header__navi ul {
 display: flex;
 justify-content: flex-end;
}
.l-header__navi li {
 display: inline-block;
 height: 48px;
}
.l-header__navi li.top,
.l-header__navi li.sp {
 display: none;
}
.l-header__navi li a {
 width: auto;
 margin: 0 auto;
 display: block;
 position: relative;
 line-height: 48px;
 padding: 0 12px;
 cursor: pointer;
}
.l-header__navi li a span {
 color: #7b5627;
 font-size: 1.6rem;
 font-weight: 700;
 letter-spacing: 0;
 display: block;
}
.l-header__navi li.no a {
 pointer-events: none;
}
.l-header__navi li.no a span {
 opacity: 0.3;
}
.l-header__navi li ul.submenu {
 display: none;
}
.hd__menutrigger {
 display: block;
 position: fixed;
 right: 20px;
 top: -100px;
 z-index: 1000;
 cursor: pointer;
 transition: 0.5s;
 opacity: 0;
}
.l-gnav__container.is__scroll .hd__menutrigger {
 opacity: 1;
 top: 10px;
}
.hd__menutrigger-inner {
 position: relative;
 width: 60px;
 height: 60px;
}
.hd__menutrigger-inner::before {
 content: "";
 position: absolute;
 top: 0;
 left: 0;
 width: 60px;
 height: 60px;
 background: rgba(238, 28, 35, 0.8);
}
.hd__menutrigger span {
 transition: 0.3s;
 width: 30px;
 height: 1px;
 background: #fff;
 display: block;
 position: absolute;
 left: 15px;
}
.hd__menutrigger span.hd__menutrigger__line01 {
 top: 19px;
}
.hd__menutrigger span.hd__menutrigger__line02 {
 top: 28px;
}
.hd__menutrigger.is__active span.hd__menutrigger__line01 {
 transform: rotate(45deg) translateX(0px);
 left: 15px;
 top: 23px;
 background: #fff;
}
.hd__menutrigger.is__active span.hd__menutrigger__line02 {
 transform: rotate(-45deg) translateX(0px);
 left: 15px;
 top: 23px;
 background: #fff;
}
.hd__menutrigger.is__active .hd__menutrigger__txt em.close {
 color: #fff;
}
.hd__menutrigger .hd__menutrigger__txt {
 display: block;
 width: auto;
 position: absolute;
 top: 38px;
 left: 0;
 right: 0;
}
.hd__menutrigger .hd__menutrigger__txt em {
 color: #fff;
 font-size: 1rem;
 letter-spacing: 0.02em;
 text-align: center;
 display: block;
 transition: 0.5s;
 position: relative;
}
.hd__menutrigger .hd__menutrigger__txt em.menu,
.hd__menutrigger.is__active .hd__menutrigger__txt em.close {
 display: block;
}
.hd__menutrigger .hd__menutrigger__txt em.close,
.hd__menutrigger.is__active .hd__menutrigger__txt em.menu {
 display: none;
}
.hd__menutrigger .hd__menutrigger__txt em.close {
 transition: 0.5s;
}
.backlayer {
 position: fixed;
 overflow-y: auto;
 z-index: 10;
 top: -101vh;
 left: 0;
 width: 100%;
 height: 100vh;
 background: #ee1c23;
 transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}
.backlayer .backlayerimg {
 top: 0;
 left: 0;
 width: 50%;
 height: 100%;
 background: url(../img/navi_bg.jpg) no-repeat 50% 50%;
 background-size: cover;
}
.backlayer.is__open {
 top: 0;
}
.l-gnav__container.is__open .hd__logo {
 position: fixed;
 top: 30px;
 display: block;
 opacity: 1;
}
.l-gnav__container.is__scroll .hd__logo span,
.l-gnav__container.is__scroll .hd__logo h1 {
 background-image: url(../img/logo_w.png);
}
.l-gnav__container.is__scroll .l-header__navi {
 position: fixed;
 left: 50%;
 top: 0;
 margin: 0;
 display: block;
 z-index: 120;
 padding: 100px 5% 60px 5%;
 width: 50%;
 height: 100vh;
 overflow-y: auto;
 background: none;
 transform: translateX(100%);
 opacity: 0;
}
.l-gnav__container.is__scroll .l-header__navi ul {
 display: block;
 text-align: left;
 margin-bottom: 30px;
}
.l-gnav__container.is__scroll .l-header__navi li {
 display: block;
 margin: 0;
 border: none;
 -webkit-transform: translateX(80%);
 transform: translateX(80%);
 transition: all 2s cubic-bezier(0.08, 0.8, 0.315, 1);
 opacity: 0;
}
.l-gnav__container.is__open .l-header__navi {
 transform: translateX(0);
 opacity: 1;
}
.l-gnav__container.is__open .l-header__navi li {
 height: auto;
 opacity: 1;
 -webkit-transform: translateX(0%);
 transform: translateX(0%);
}
.l-gnav__container.is__open .l-header__navi li ul.submenu {
 display: block;
 margin-bottom: 10px;
 margin-left: 2em;
}
.l-gnav__container.is__open .l-header__navi li ul.submenu li a {
 font-size: 1.6rem;
 padding: 12px 0;
}
.l-gnav__container.is__open .l-header__navi li ul.submenu li a span {
 font-size: 1.6rem;
 line-height: 1.15;
}
.l-gnav__container.is__open .l-header__navi li:nth-child(2) {
 animation-delay: 0.05s;
 transition-delay: 0.05s;
}
.l-gnav__container.is__open .l-header__navi li:nth-child(3) {
 animation-delay: 0.1s;
 transition-delay: 0.1s;
}
.l-gnav__container.is__open .l-header__navi li:nth-child(4) {
 animation-delay: 0.15s;
 transition-delay: 0.15s;
}
.l-gnav__container.is__open .l-header__navi li:nth-child(5) {
 animation-delay: 0.2s;
 transition-delay: 0.2s;
}
.l-gnav__container.is__open .l-header__navi li:nth-child(6) {
 animation-delay: 0.25s;
 transition-delay: 0.25s;
}
.l-gnav__container.is__open .l-header__navi li:nth-child(7) {
 animation-delay: 0.3s;
 transition-delay: 0.3s;
}
.l-gnav__container.is__open .l-header__navi li:nth-child(8) {
 animation-delay: 0.35s;
 transition-delay: 0.35s;
}
.l-gnav__container.is__open .l-header__navi li:nth-child(9) {
 animation-delay: 0.35s;
 transition-delay: 0.35s;
}
.l-gnav__container.is__open .l-header__navi li:nth-child(10) {
 animation-delay: 0.4s;
 transition-delay: 0.4s;
}
.l-gnav__container.is__open .l-header__navi li:nth-child(11) {
 animation-delay: 0.45s;
 transition-delay: 0.45s;
}
.l-gnav__container.is__open .l-header__navi li:nth-child(12) {
 animation-delay: 0.5s;
 transition-delay: 0.5s;
}
.l-gnav__container.is__open .l-header__navi li.top {
 display: block;
}
.l-gnav__container.is__open .l-header__navi li.sp {
 display: none;
}
.l-gnav__container.is__scroll .l-header__navi li a {
 width: auto;
 margin: 0 auto;
 display: inline-block;
 position: relative;
 line-height: 1;
 padding: 18px 0;
 background: none;
 cursor: pointer;
}
.l-gnav__container.is__scroll .l-header__navi li a span {
 font-size: 2.3rem;
 letter-spacing: 0em;
 color: #fff;
}

@-webkit-keyframes hd__start {
 0% {
  opacity: 0;
  transform: translateY(-50px);
 }
 100% {
  opacity: 1;
  transform: translateY(0);
 }
}

@media screen and (max-width: 999px) {
 .l-header__navi {
  display: none;
 }
 .hd__logo {
  position: fixed;
  top: 0;
  display: none;
  opacity: 0;
 }
 .hd__logo span,
 .hd__logo h1 {
  background-image: url(../img/logo_w.png);
 }
 .hd__menutrigger {
  opacity: 1;
  top: 10px;
 }
 .l-gnav__container .l-header__navi {
  position: fixed;
  left: 50%;
  top: 0;
  margin: 0;
  display: block;
  z-index: 120;
  padding: 100px 5% 60px 5%;
  width: 50%;
  height: 100vh;
  overflow-y: auto;
  background: none;
  transform: translateX(100%);
  opacity: 0;
 }
 .l-gnav__container .l-header__navi ul {
  display: block;
  text-align: left;
  margin-bottom: 30px;
 }
 .l-gnav__container .l-header__navi li {
  display: block;
  margin: 0;
  border: none;
  -webkit-transform: translateX(80%);
  transform: translateX(80%);
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.8s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.8s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.8s cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 0;
 }
 .l-gnav__container .l-header__navi li a {
  width: auto;
  margin: 0 auto;
  display: inline-block;
  position: relative;
  line-height: 1;
  padding: 18px 0;
  background: none;
  cursor: pointer;
 }
 .l-gnav__container .l-header__navi li a span {
  font-size: 2.3rem;
  letter-spacing: 0em;
  color: #fff;
 }
}

@media screen and (min-width: 768px) {
 .hd__menutrigger:hover span.hd__menutrigger__line01 {
  transform: translateX(-6px);
 }
 .hd__menutrigger:hover span.hd__menutrigger__line02 {
  transform: translateX(6px);
 }
 .hd__menutrigger.is__active:hover span.hd__menutrigger__line01 {
  transform: rotate(45deg) translateX(0px);
 }
 .hd__menutrigger.is__active:hover span.hd__menutrigger__line02 {
  transform: rotate(-45deg) translateX(0px);
 }
}

@media only screen and (max-width: 767px) {
 .hd__menutrigger,
 .l-gnav__container.is__scroll .hd__menutrigger {
  right: inherit;
  top: 5px;
  left: 5px;
 }
 .l-gnav__container.is__open .l-header__navi li.pc {
  display: none;
 }
 .l-gnav__container.is__open .l-header__navi li.sp {
  display: block;
 }
 .hd__logo {
  display: none;
  top: -15vw;
  left: 7vw;
 }
 .l-gnav__container .l-header__navi,
 .l-gnav__container.is__scroll .l-header__navi {
  right: inherit;
  left: 0;
  top: 150px;
  padding: 0 4% 0 7%;
  width: 100%;
  height: calc(100vh - 150px);
  overflow-x: hidden;
  overflow-y: auto;
 }
 .l-gnav__container .l-header__navi li a {
  padding: 4vw 0;
 }
 .l-gnav__container.is__open .hd__logo {
  display: block;
  top: 25px;
  left: inherit;
  right: 20px;
 }
 .backlayer .backlayerimg {
  top: 0;
  left: 0;
  width: 100%;
  height: 160vw;
  background: url(../img/navi_bg.jpg) no-repeat 50% 50%;
  background-size: cover;
 }
 .backlayer .backlayerimg:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 150vw;
  background: rgba(0, 0, 0, 0.3);
 }
}

@media only screen and (max-width: 415px) {
 .hd__logo span {
  width: 35.733vw;
  padding-top: 10.13vw;
 }
 .l-gnav__container .l-header__navi,
 .l-gnav__container.is__scroll .l-header__navi {
  top: 30vw;
 }
 .l-gnav__container.is__open .l-header__navi ul {
  margin-bottom: 20vw;
 }
 .l-gnav__container.is__open .l-header__navi li a {
  padding: 4vw 0;
 }
 .l-gnav__container.is__open .l-header__navi li a span {
  font-size: 6vw;
 }
 .l-gnav__container.is__open .l-header__navi li ul.submenu {
  margin-bottom: 3vw;
  margin-left: 5%;
 }
 .l-gnav__container.is__open .l-header__navi li ul.submenu li a span {
  font-size: 4.2vw;
 }
}

/*
titleArea
==================================================================================*/
.titleArea {
 display: block;
 position: relative;
 width: 100%;
 padding-top: 48px;
}
.titleArea main {
 display: block;
 position: relative;
 width: 100%;
 background: url(../img/main.jpg) no-repeat 0 0;
 background-size: 100% auto;
}
.main_inner {
 width: 37%;
 margin-right: 3.54%;
 margin-left: auto;
 display: flex;
 flex-direction: column;
 justify-content: center;
 padding: 2% 0 2%;
 position: relative;
 z-index: 2;
}
.main_cast {
 display: flex;
 flex-flow: row nowrap;
}
.ta_cp {
 position: absolute;
 top: 0;
 left: 53%;
 padding-top: 24%;
 display: block;
 width: 1.7%;
 max-width: 25px;
 z-index: 2;
}
.ta_award,
.ta_h1,
.ta_h2,
.ta_en_pc {
 position: relative;
 display: block;
 margin-left: auto;
 margin-right: auto;
}
.ta_award {
 width: 75.95%;
}
.ta_h1 {
 margin-top: 16%;
 width: 100%;
}
.ta_h2 {
 margin-top: 3%;
 width: 100%;
}
.ta_en_pc {
 margin-top: 2%;
 width: 90%;
}
.ta_en_sp {
 display: none;
}
.top_linkbtn {
 margin-top: 0;
 position: relative;
 display: flex;
 align-items: center;
 justify-content: center;
 flex-wrap: wrap;
}
.top_banner {
 width: 100%;
 position: relative;
 display: flex;
 align-items: center;
 justify-content: center;
}
.theater_btn,
.trailer_btn {
 display: block;
 text-align: left;
 margin-right: 1%;
}
.trailer_btn a,
.theater_btn a {
 display: inline-block;
 transition: all 0.3s ease-in-out;
 color: #f5c78b;
 background: #000;
 cursor: pointer;
}
.trailer_btn a span,
.theater_btn a span {
 display: inline-block;
 padding: 16px 30px;
 font-size: 1.3rem;
 font-weight: 700;
}
.top_banner2 {
 margin-top: 2%;
 position: relative;
 display: flex;
 align-items: center;
 justify-content: center;
}
.top_banner2 span.mvtk {
 width: 56%;
}
.top_linkbtn .sns {
 margin-top: 2%;
 display: inline-block;
 text-align: center;
}
.top_linkbtn .sns li {
 float: left;
 display: block;
 width: 34px;
 height: 34px;
 margin-left: 10px;
 margin-right: 10px;
}
.top_linkbtn .sns li a {
 display: block;
 width: 34px;
 height: 34px;
 padding: 9px;
 border-radius: 200%;
 fill: #ffffff;
}
.top_linkbtn .sns li.in a {
 padding: 7px;
}
.top_linkbtn .sns li.fb a {
 background: #5576b9;
}
.top_linkbtn .sns li.tw a {
 background: #58a8ec;
}
.top_linkbtn .sns li.in a {
 border: 1px solid #d5337a;
 padding: 7px;
 background: -webkit-radial-gradient(32% 106%, circle cover, rgb(255, 225, 125) 0%, rgb(255, 205, 105) 10%, rgb(250, 145, 55) 28%, rgb(235, 65, 65) 42%, transparent 82%),
  -webkit-linear-gradient(-45deg, rgb(35, 75, 215) 12%, rgb(195, 60, 190) 58%);
 background: -moz-radial-gradient(32% 106%, circle cover, rgb(255, 225, 125) 0%, rgb(255, 205, 105) 10%, rgb(250, 145, 55) 28%, rgb(235, 65, 65) 42%, transparent 82%),
  -moz-linear-gradient(-45deg, rgb(35, 75, 215) 12%, rgb(195, 60, 190) 58%);
 background: -ms-radial-gradient(32% 106%, circle cover, rgb(255, 225, 125) 0%, rgb(255, 205, 105) 10%, rgb(250, 145, 55) 28%, rgb(235, 65, 65) 42%, transparent 82%),
  -ms-linear-gradient(-45deg, rgb(35, 75, 215) 12%, rgb(195, 60, 190) 58%);
 background: -o-radial-gradient(32% 106%, circle cover, rgb(255, 225, 125) 0%, rgb(255, 205, 105) 10%, rgb(250, 145, 55) 28%, rgb(235, 65, 65) 42%, transparent 82%),
  -o-linear-gradient(-45deg, rgb(35, 75, 215) 12%, rgb(195, 60, 190) 58%);
 background: radial-gradient(circle farthest-corner at 32% 106%, rgb(255, 225, 125) 0%, rgb(255, 205, 105) 10%, rgb(250, 145, 55) 28%, rgb(235, 65, 65) 42%, transparent 82%),
  linear-gradient(135deg, rgb(35, 75, 215) 12%, rgb(195, 60, 190) 58%);
 -webkit--webkit-animation: animation 3.5s linear infinite;
 -moz-animation: animation 3.5s linear infinite;
 -webkit-animation: animation 3.5s linear infinite;
 -o-animation: animation 3.5s linear infinite;
 animation: animation 3.5s linear infinite;
}
.top_linkbtn .sns li a .icon {
 max-width: 100%;
 max-height: 100%;
}
.top_linkbtn .top_social {
 margin-top: 2%;
 display: inline-block;
 margin-left: 16px;
}
.top_linkbtn .top_social span {
 position: relative;
}
.top_linkbtn .top_social > span#filmarks {
 top: -1px;
 margin-right: 10px;
}
.top_linkbtn .top_social > span#filmarks a,
.top_linkbtn .top_social > span#filmarks a img {
 height: 20px;
}

/* topside */
.topside {
 display: block;
 width: 336px;
 position: absolute;
 top: 0;
 left: 10px;
 /*margin-top:19%;*/
 /*margin-top:15%;*/
 margin-top: 10%;
 z-index: 4;
}
.topside #topbanarea_pc {
 max-width: 336px;
 width: 100%;
 margin-bottom: 4%;
}
.topside #topbanarea_pc span {
 display: block;
 margin-bottom: 2%;
}
#topbanarea_sp {
 display: none;
}

/* top mov */
#topmovarea_pc {
 width: 336px;
 height: 216px;
 line-height: 0;
 background: #000;
}
#topmovarea_pc .moviePc {
 width: 336px;
 height: 216px;
 margin: 0 auto;
 position: absolute;
 top: 0;
 left: 0;
 z-index: 1;
}
#topmovarea_pc .movieBtn {
 width: 336px;
 height: 216px;
 margin: 0 auto;
 position: absolute;
 top: 0;
 left: 0;
 z-index: 3;
 cursor: pointer;
 transition: 0.5s;
}
#topmovarea_pc .movieBtn:hover {
 background-color: #b39d69;
 opacity: 0.4;
}
.movieTxt {
 background-color: #574228;
 width: 100%;
 line-height: 30px;
 font-size: 13px;
 color: #fff;
 border: 2px solid #000;
 text-align: center;
 position: absolute;
 bottom: 0;
 left: 0;
 z-index: 2;
 opacity: 0.9;
}
.videoWrapper {
 position: relative;
 padding-bottom: 48.5%; /* 16:9 */
 padding-top: 22px;
 height: 0;
}
.videoWrapper iframe {
 position: absolute;
 top: 0;
 left: 0px;
 width: 100%;
 height: 100%;
}
.top_mvtk {
 width: 100%;
 display: block;
 padding: 0;
 background: #000;
}
.top_mvtk #mvtk-widgets-container {
 margin: 0 auto;
}
#topmovarea_sp {
 display: none;
}

/* is__start  */
body.is__start .titleArea .ta_h1 {
 animation-name: h1In;
 animation-duration: 1.5s;
 animation-timing-function: cubic-bezier(0, 0.45, 0.25, 1);
 animation-delay: 1.5s;
 animation-fill-mode: both;
 -webkit-animation-name: h1In;
 -webkit-animation-duration: 1.5s;
 -webkit-animation-timing-function: cubic-bezier(0, 0.45, 0.25, 1);
 -webkit-animation-delay: 1.5s;
 -webkit-animation-fill-mode: both;
}
.topside .bnr_dvd,
.topside .bnr_scr,
.topside .bnr_tsuchimoto,
.topside .bnr_comment,
#topmovarea_pc {
 opacity: 0;
 transform: translateX(-100px);
 transition: all 1s cubic-bezier(0.08, 0.8, 0.315, 1);
 transition-delay: 1.1s;
}
.topside .bnr_dvd {
 transition-delay: 1.4s;
}
.topside .bnr_scr {
 transition-delay: 1.3s;
}
.topside .bnr_tsuchimoto {
 transition-delay: 1.4s;
}
.topside .bnr_comment {
 transition-delay: 1.5s;
}
.titleArea .ta_cp,
.titleArea .ta_award {
 opacity: 0;
 transform: translateY(-20px);
 transition: all 2s cubic-bezier(0.08, 0.8, 0.315, 1);
 transition-delay: 0.7s;
}
.titleArea .ta_award {
 transition-delay: 1.1s;
}
body.is__start .titleArea .ta_award,
body.is__start .titleArea .ta_cp,
body.is__start .topside .bnr_dvd,
body.is__start .topside .bnr_scr,
body.is__start .topside .bnr_tsuchimoto,
body.is__start .topside .bnr_comment,
body.is__start #topmovarea_pc {
 opacity: 1;
 transform: translate(0, 0);
}

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

@media screen and (max-width: 1199px) {
 .topside #topbanarea_pc {
  max-width: 28vw;
 }
}

@media screen and (max-width: 999px) {
 .titleArea {
  padding-top: 0;
 }
}

@media screen and (min-width: 768px) {
 .trailer_btn a:hover,
 .theater_btn a:hover {
  color: #000;
  background: #f5c78b;
 }
}

@media screen and (max-width: 767px) {
 .titleArea {
  padding-top: 0;
  background: #000;
 }
 .titleArea main {
  background-image: url(../img/main_sp.jpg);
 }
 .main_inner {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0;
  padding-top: 81.46vw;
  padding-bottom: 5vw;
  position: relative;
  z-index: 2;
 }
 .main_cast,
 .ta_award {
  display: none;
 }
 .ta_h1 {
  margin-top: 0;
  margin-left: 2.1%;
  width: 75.73%;
 }
 .ta_h2 {
  margin-top: 27.6%;
  width: 75%;
 }
 .ta_en_pc {
  display: none;
 }
 .ta_en_sp {
  display: block;
  width: 92%;
  margin-top: 4%;
  padding-bottom: 4%;
  margin-left: auto;
  margin-right: auto;
 }
 .ta_cp {
  left: 4.8%;
  padding-top: 90px;
  display: block;
  width: 12.5%;
  max-width: inherit;
 }
 .top_linkbtn {
  margin-top: 5%;
  position: relative;
  top: inherit;
  right: inherit;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
 }
 .top_banner {
  margin-bottom: 4%;
 }
 .trailer_btn {
  display: none;
 }
 .theater_btn {
  width: 50%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
 }
 .theater_btn a {
  color: #000;
  background: #b39d69;
  display: block;
 }
 .trailer_btn a span,
 .theater_btn a span {
  display: block;
  padding: 3.8vw 6vw;
  font-size: 4vw;
 }
 .top_banner2 {
  margin-top: 6%;
 }
 .top_banner2 span.mvtk {
  /*width: 84%;*/
  width: 72%;
 }
 #topbanarea_sp {
  display: block;
  margin-top: 6vw;
 }
 #topbanarea_sp span {
  display: block;
  width: 92%;
  margin: 0 auto 2%;
 }
 #topbanarea_sp span.line {
  border: 1px solid #b39d69;
 }
 #topbanarea_sp .bnr_premier {
  border: 1px solid #f66375;
 }
 #topmovarea_sp {
  display: block;
 }
 .top_linkbtn .sns {
  display: block;
  text-align: center;
  width: 100%;
  margin: 0 auto;
 }
 .top_linkbtn .sns li {
  float: none;
  display: inline-block;
  width: 10vw;
  height: 10vw;
 }
 .top_linkbtn .sns li a {
  display: block;
  width: 10vw;
  height: 10vw;
  padding: 2.8vw;
 }
 .top_linkbtn .sns li.in a {
  padding: 2.4vw;
 }
 .top_linkbtn .top_social {
  display: inline-block;
  margin-top: 6%;
  text-align: center;
 }
 .top_linkbtn .top_social > span#filmarks {
  margin-left: 20px;
 }
 body.is__start .main_inner {
  opacity: 1;
  animation-name: none;
  -webkit-animation-name: none;
 }

 .topside {
  display: none;
 }
 #topmovarea_pc {
  display: none;
 }
 #topmovarea_sp {
  display: block;
  position: relative;
  top: inherit;
  left: inherit;
  width: 100%;
  height: auto;
  margin: 0 auto;
  line-height: 0;
 }
 #topmovarea_sp .movie {
  width: 94.8vw;
  margin: 0 auto;
 }
 #topmovarea_sp .movie h3 {
  width: 60%;
  margin: 10vw auto 2vw;
  text-align: center;
 }
 #topmovarea_sp .movie_box ul {
  padding-bottom: 2vw;
  display: flex;
  flex-wrap: wrap;
 }
 #topmovarea_sp .movie_box ul::-webkit-scrollbar {
  display: none;
 }
 #topmovarea_sp .movie_box ul li {
  position: relative;
  width: 94.8vw;
  margin-bottom: 20px;
 }
 #topmovarea_sp .movie_box ul li.big {
  width: 94.8vw;
 }
 #topmovarea_sp .movie_box ul li h4 {
  color: #d1b99b;
  font-size: 3.4vw;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  margin-top: 6px;
 }
 #topmovarea_sp .movie_box ul li h4 em {
  font-size: 2.8vw;
  font-weight: 500;
  margin-left: 10px;
 }
 #topmovarea_sp .movie_box ul li .new {
  position: absolute;
  top: 0;
  left: 0;
  width: 11.59vw;
  height: 11.59vw;
  display: block;
  background: rgba(154, 120, 77, 1);
  color: #fff;
  font-size: 3.38vw;
  font-weight: bold;
  text-align: center;
  line-height: 11.59vw;
  z-index: 2;
 }
 #topmovarea_sp .movie .inner {
  position: relative;
  width: 94.8vw;
  height: 56vw;
  overflow: hidden;
  margin: 0 auto;
  padding: 0;
 }
 #topmovarea_sp .movie .inner iframe {
  width: 94.8vw;
  height: 56vw;
  line-height: 1em;
  position: absolute;
  top: 0;
  left: 0;
 }
 #topmovarea_sp .movie .tab_area {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-: 0 auto;
 }
 #topmovarea_sp .movie .tab_area li {
  display: block;
  width: 50%;
  text-align: center;
  border: 1px solid #000;
  border-top: 2px solid #000;
  position: relative;
 }
 #topmovarea_sp .movie .tab_area li.widebtn {
  width: 100%;
 }
 #topmovarea_sp .movie .tab_area li a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 3.6vw;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
  background-color: #574628;
  color: #fff;
  padding: 2.5vw 1vw;
  letter-spacing: 0;
 }
 #topmovarea_sp .movie .tab_area li a.small {
  font-size: 3.4vw;
  padding: 1.5vw 1vw;
 }
 #topmovarea_sp .movie .tab_area li a em {
  display: block;
  font-size: 2.6vw;
  margin-top: 1vw;
 }
 #topmovarea_sp .movie .tab_area li a.active {
  background-color: #b39d69;
  color: #000;
 }
 #topmovarea_sp .movie .tab_area li .new {
  position: absolute;
  top: 0px;
  left: 0px;
  display: inline-block;
  width: auto;
  height: auto;
  padding: 1em;
  background: #efdb2c;
  color: #000;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  z-index: 2;
 }
 .top_mvtk {
  padding: 0;
  background: none;
 }
}

@media screen and (max-width: 415px) {
 .ta_cp {
  padding-top: 24%;
 }
}

/*
 movieModal
==================================================================================*/
#cboxTopCenter {
 height: 0;
}
#cboxClose {
 right: -24px;
 top: -24px;
 width: 48px;
 height: 48px;
 background: #6c5844 url(../img/common/svg_close.svg) no-repeat 50% 50%;
 background-size: auto 20px;
 border-radius: 200%;
 z-index: 10000;
 transition: transform 0.3s ease-out;
}
#cboxClose:hover {
 background: #6c5844 url(../img/common/svg_close.svg) no-repeat 50% 50%;
 background-size: auto 20px;
 transform: rotate(90deg);
}

/* Contents
================================================================================== */
.mds {
 position: relative;
 display: block;
 z-index: 4;
}
.mds .sub {
 display: block;
 font-size: 10rem;
 word-wrap: break-word;
}
.mds h2 {
 display: inline-block;
 color: #c7171e;
 font-size: 2.3rem;
 font-weight: 700;
 margin-top: 5px;
 z-index: 2;
}
.cont_body {
 position: relative;
 padding: 0 70px;
}
.profile .name .en {
 font-size: 5.2rem;
 font-feature-settings: "palt";
 letter-spacing: -0.05em;
 line-height: 0.9;
 margin: 0.1em 0 0.2em;
}
.profile .name .job {
 font-size: 1.4rem;
 font-weight: 700;
 color: #c7171e;
 margin: 0.25em 0;
}
.profile .name h3 {
 font-size: 3rem;
 font-feature-settings: "palt";
 letter-spacing: -0.01em;
 margin: 0.25em 0;
}
.profile .name h3 time {
 font-size: 1.6rem;
 margin-left: 10px;
 position: relative;
 top: -5px;
}
.profile .text {
 margin: 1em 0;
}
.profile .text p {
 font-size: 1.35rem;
 line-height: 1.5;
}
.profile .comment {
 margin-top: 40px;
}
.profile .comment p {
 font-size: 1.6rem;
 font-weight: 500;
 line-height: 1.6em;
 letter-spacing: 0.02em;
}
.profile .comment p.name em {
 color: #c7171e;
 font-size: 2rem;
 font-weight: bold;
 display: block;
}

@media only screen and (max-width: 767px) {
 .mds .sub {
  width: 100%;
  font-size: 18vw;
  word-wrap: break-word;
 }
 .mds h2 {
  font-size: 4.6vw;
 }
 .cont_body {
  padding: 0 5vw;
 }
 .profile .name .en {
  font-size: 9.6vw;
  line-height: 0.9;
  margin: 0.1em 0 0.2em;
 }
 .profile .name .job {
  font-size: 3.46vw;
  margin: 0.25em 0;
 }
 .profile .name h3 {
  font-size: 5.86vw;
  margin: 0.25em 0;
 }
 .profile .name h3 time {
  font-size: 3.73vw;
  margin-left: 0;
  top: 0;
  display: block;
  margin-top: 1.33vw;
 }
 .profile .text {
  margin: 1em 0;
 }
 .profile .text p {
  font-size: 3.33vw;
  line-height: 1.44;
 }
 .profile .comment {
  margin-top: 30px;
  margin-bottom: 40px;
 }
 .profile .comment p {
  font-size: 4.2vw;
 }
 .profile .comment p.name em {
  font-size: 4.8vw;
 }
}

/* comment
================================================================================== */
#comment {
 width: 100%;
 position: relative;
 background: #dfe8ec url(../img/comment_bg.jpg) no-repeat 50% 100%;
 background-size: 100% auto;
}
#comment .contbox {
 position: relative;
 max-width: 1200px;
 margin-left: auto;
 margin-right: auto;
 padding-top: 180px;
 padding-bottom: 50vw;
}
#comment .mds {
 text-align: center;
}
#comment h3 {
 font-size: 3rem;
 font-weight: 600;
 line-height: 1.44;
 margin-top: 50px;
 display: block;
 text-align: center;
}
#comment .biko {
 font-size: 1.2rem;
 text-align: center;
 margin-top: 10px;
}
.p-comment {
 width: auto;
 max-width: 1360px;
 margin: 30px auto 0;
}
.comment_box {
 display: flex;
 flex-wrap: wrap;
 margin-right: -3.33%;
}
#comment .comment {
 width: 30%;
 display: block;
 margin: 2% 3.33% 0 0;
 padding-top: 2%;
 border-top: 1px dashed rgba(0, 0, 0, 0.5);
 position: relative;
}
.comment p {
 font-size: 1.5rem;
 font-weight: 500;
 line-height: 1.6em;
 letter-spacing: 0.02em;
}
.comment p.name {
 line-height: 1.4;
 display: block;
 padding: 0;
 margin-bottom: 10px;
}
#comment .comment p.name em {
 color: #c7171e;
 font-size: 2rem;
 font-weight: bold;
 display: inline-block;
 margin-right: 6px;
}
#comment .comment p.name .job {
 font-size: 1.4rem;
 font-weight: 700;
 display: inline-block;
 white-space: nowrap;
}

@media only screen and (max-width: 1049px) {
 #comment .comment {
  width: 46.66%;
 }
}

@media only screen and (max-width: 767px) {
 #comment .mds .sub {
  font-size: 15vw;
 }
 #comment .contbox {
  max-width: inherit;
  padding-top: 12vw;
  padding-bottom: 50vw;
 }
 #comment h3 {
  font-size: 6vw;
  margin-top: 8vw;
 }
 #comment .biko {
  font-size: 1.2rem;
  text-align: center;
  margin-top: 10px;
 }
 .p-comment {
  margin-top: 6vw;
 }
 .comment_box {
  flex-flow: column wrap;
  margin-right: 0;
 }
 #comment .comment {
  margin: 4vw 0 0;
  width: 100%;
 }
 .comment p {
  font-size: 3.73vw;
  letter-spacing: 0em;
 }
 .comment p.name {
  margin-bottom: 1.33vw;
 }
 #comment .comment p.name em {
  font-size: 4.8vw;
  margin-right: 4px;
 }
 #comment .comment p.name .job {
  font-size: 3.46vw;
 }
}

/* intro
================================================================================== */
#intro {
 width: 100%;
 position: relative;
}
.intro_header {
 position: relative;
 background: #000;
 display: flex;
}
.intro_header .images {
 width: 50%;
 display: block;
}
#intro .contbox {
 position: relative;
 max-width: 1200px;
 margin-left: auto;
 margin-right: auto;
 padding-top: 240px;
 padding-bottom: 230px;
}
#intro h3 {
 color: #c7171e;
 font-size: 3rem;
 font-weight: 600;
 line-height: 1.44;
 margin-top: 50px;
 display: block;
}
.p-intro {
 margin-top: 30px;
 display: flex;
 justify-content: space-between;
 flex-flow: row-reverse nowrap;
}
.p-intro .p-text {
 width: 53.75%;
 margin-right: auto;
 position: relative;
}
.p-intro .p-text h4 {
 color: #000;
 font-size: 2.6rem;
 font-weight: 900;
 letter-spacing: 0em;
 line-height: 140%;
 margin-bottom: 50px;
}
.p-intro .p-text p {
 font-size: 1.57rem;
 font-weight: 500;
 line-height: 180%;
}
.p-intro_img {
 width: 38%;
}
.p-intro_img .photo {
 margin-top: 60px;
 display: block;
 position: relative;
 width: 40vw;
}
.p-intro_img figure {
 position: relative;
 width: 40vw;
}
.p-intro_img figure.p1 {
 z-index: 0;
}
.p-intro_img figure.p2 {
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 z-index: 1;
 animation: fadeImg 10s linear infinite;
}

@keyframes fadeImg {
 0% {
  opacity: 0;
 }
 10% {
  opacity: 1;
 }
 50% {
  opacity: 1;
 }
 60% {
  opacity: 0;
 }
 100% {
  opacity: 0;
 }
}

@media only screen and (max-width: 840px) {
 #intro h3 br.pc,
 .p-intro .p-text h4 br.pc {
  display: none;
 }
}

@media only screen and (max-width: 767px) {
 .intro_header {
  display: flex;
  flex-flow: column wrap;
 }
 .intro_header .images {
  width: 100%;
 }
 #intro .contbox {
  max-width: inherit;
  padding-top: 12vw;
  padding-bottom: 12vw;
 }
 #intro h3 {
  font-size: 6vw;
  margin-top: 8vw;
 }
 .p-intro {
  margin-top: 6vw;
  flex-flow: column wrap;
 }
 .p-intro .p-text {
  width: 100%;
 }
 .p-intro .p-text h4 {
  font-size: 5.4vw;
  line-height: 140%;
  margin-top: 8vw;
  margin-bottom: 6vw;
 }
 .p-intro .p-text p {
  font-size: 3.8vw;
 }
 .p-intro_img {
  width: 100%;
 }
 .p-intro_img .photo {
  margin-top: 0;
  width: 100%;
 }
 .p-intro_img figure {
  width: 100%;
 }
}

/* story
================================================================================== */
#story {
 width: 100%;
 position: relative;
}
.story_header {
 position: relative;
 width: 100%;
 height: 50vw;
 background: #ddd url(../img/story_photo_01.jpg) no-repeat 50% 0;
 background-size: cover;
 background-attachment: fixed;
}
#story .contbox {
 position: relative;
 max-width: 1200px;
 margin-left: auto;
 margin-right: auto;
 padding-top: 180px;
 padding-bottom: 220px;
}
.p-story {
 display: flex;
 justify-content: space-between;
 flex-flow: row-reverse nowrap;
}
.p-story_box {
 width: 50.5%;
 position: relative;
}
#story .mds {
 margin-bottom: 50px;
}
.p-story_box p {
 font-size: 1.6rem;
 font-weight: 500;
 line-height: 1.8;
 padding-bottom: 0;
}
.p-story_box p em {
 font-weight: normal;
 letter-spacing: -0.05em;
}
.p-story_img {
 width: 44.5%;
 left: -70px;
 position: relative;
}
.p-story_img .photo {
 display: flex;
 justify-content: space-between;
 flex-flow: row wrap;
 width: 100%;
}
.p-story_img figure {
 margin-top: 14px;
 position: relative;
 width: 47.75%;
}

@media only screen and (max-width: 767px) {
 .story_header {
  height: 60vw;
  background-attachment: inherit;
 }
 #story .contbox {
  max-width: inherit;
  padding-top: 12vw;
  padding-bottom: 12vw;
 }
 .p-story {
  display: flex;
  flex-flow: column nowrap;
 }
 .p-story_box {
  width: 100%;
  position: relative;
 }
 #story .mds {
  margin-bottom: 8vw;
 }
 .p-story_box p {
  font-size: 3.8vw;
 }
 .p-story_img {
  width: 100%;
  left: 0;
  margin-top: 5vw;
 }
 .p-story_img figure {
  margin-top: 5%;
 }
}

/* cast
================================================================================== */
#cast {
 width: 100%;
 position: relative;
}
.cast_header {
 position: relative;
 width: 100%;
 padding: 2vw;
 background: #221e1f;
 display: flex;
 justify-content: space-between;
}
.cast_header .ch-left,
.cast_header .ch-right {
 width: 21.44%;
 display: flex;
 flex-flow: column nowrap;
 justify-content: space-between;
}
.cast_header .ch-left figure,
.cast_header .ch-right figure {
 display: block;
 width: 100%;
 height: 13.5vw;
}
.cast_header .ch-left figure:nth-child(1),
.cast_header .ch-right figure:nth-child(1) {
 height: 23vw;
}
.cast_header .ch-center {
 width: 53.91%;
}
.cast_header .ch-center figure {
 display: block;
 width: 100%;
 height: 53.5vw;
 background: #ff0;
}
#cast .contbox {
 position: relative;
 max-width: 1290px;
 margin-left: auto;
 margin-right: auto;
 padding-top: 180px;
 padding-bottom: 140px;
}
#cast .mds {
 display: inline-block;
 float: right;
}
.p-cast {
 clear: both;
 margin-top: 20px;
}
.p-castbox_01 .profile {
 display: flex;
 justify-content: space-between;
 align-items: flex-end;
}
.p-castbox_01 .profile .prof {
 width: 57.5%;
}
.p-castbox_01 .photo {
 margin-top: 20px;
}
.p-castbox_01 .profile .name .en {
 font-size: 7rem;
}
.p-castbox_01 .profile .name .job {
 font-size: 1.4rem;
}
.p-castbox_01 .profile .name .job em {
 font-size: 1.4rem;
 font-weight: 700;
 margin-left: 30px;
}
.p-castbox_01 .profile .text {
 width: 37.67%;
 margin-bottom: 0;
}
.p-castbox_02 {
 margin-top: 60px;
 display: flex;
 justify-content: space-between;
 flex-wrap: wrap;
 align-items: flex-start;
}
.p-castbox_02 .profile {
 width: 28.9%;
 display: flex;
 flex-flow: column nowrap;
 margin-top: 80px;
}
.p-castbox_02 .photo {
 margin-bottom: 20px;
}
.p-castbox_02 .profile:nth-child(2),
.p-castbox_02 .profile:nth-child(5) {
 flex-flow: column-reverse nowrap;
}
.p-castbox_02 .profile:nth-child(2) .prof,
.p-castbox_02 .profile:nth-child(5) .prof {
 order: 1;
}
.p-castbox_03 {
 margin-top: 80px;
}
.p-castbox_03 .profile {
 display: flex;
}
.p-castbox_03 .profile .photo {
 width: 28.9%;
}
.p-castbox_03 .profile .prof-wrap {
 flex: 1;
 margin-left: 50px;
}

@media only screen and (max-width: 1039px) {
 .p-castbox_01 .profile {
  flex-flow: column nowrap;
 }
 .p-castbox_01 .profile .prof {
  width: 100%;
 }
 .p-castbox_01 .profile .photo {
  width: 66%;
  margin-bottom: 10px;
 }
 .p-castbox_01 .profile .text {
  width: 100%;
 }
 .p-castbox_02 .profile {
  width: 45%;
  margin-top: 40px;
 }
 .p-castbox_02 .photo {
  width: 64.2%;
 }
 .p-castbox_02 .profile:nth-child(2),
 .p-castbox_02 .profile:nth-child(5) {
  flex-flow: column nowrap;
 }
 .p-castbox_02 .profile:nth-child(2) .prof,
 .p-castbox_02 .profile:nth-child(5) .prof {
  order: 2;
 }
 .p-castbox_02 .profile:nth-child(2) .text,
 .p-castbox_02 .profile:nth-child(5) .text {
  order: 3;
 }
}

@media only screen and (max-width: 767px) {
 #cast .contbox {
  max-width: inherit;
  padding-top: 12vw;
  padding-bottom: 4vw;
 }
 .p-castbox_01 {
  padding-top: 8vw;
 }
 .p-castbox_01 .profile {
  flex-flow: column nowrap;
 }
 .p-castbox_01 .profile .prof {
  width: 100%;
 }
 .p-castbox_01 .photo {
  margin-top: 4vw;
 }
 .p-castbox_01 .profile .name .en {
  font-size: 10.66vw;
 }
 .p-castbox_01 .profile .name .job {
  font-size: 3.6vw;
 }
 .p-castbox_01 .profile .name .job em {
  font-size: 3.6vw;
  margin-left: 5.33vw;
 }
 .p-castbox_01 .profile .text {
  width: 100%;
 }
 .p-castbox_02 {
  margin-top: 0;
 }
 .p-castbox_02 .profile {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  margin-top: 2.66vw;
 }
 .p-castbox_02 .photo {
  width: 33%;
  margin-bottom: 0;
 }
 .p-castbox_02 .prof {
  flex: 1;
  margin-left: 3%;
 }
 .p-castbox_02 .text {
  width: 100%;
 }
 .p-castbox_02 .profile:nth-child(2),
 .p-castbox_02 .profile:nth-child(5) {
  flex-flow: row wrap;
 }
 .p-castbox_02 .profile:nth-child(2) .prof,
 .p-castbox_02 .profile:nth-child(5) .prof {
  order: 2;
 }
 .p-castbox_02 .profile:nth-child(2) .text,
 .p-castbox_02 .profile:nth-child(5) .text {
  order: 3;
 }
 .p-castbox_03 {
  margin-top: 2.66vw;
 }
 .p-castbox_03 .profile {
  display: block;
 }
 .p-castbox_03 .profile .photo {
  width: 33%;
 }
 .p-castbox_03 .profile .prof-wrap {
  display: flex;
  flex-flow: row wrap;
  flex: 1;
  margin-left: 0;
 }
 .p-castbox_03 .profile .prof {
  flex: 1;
  margin-left: 3%;
 }
 .p-castbox_03 .text {
  width: 100%;
 }
}

/* staff
================================================================================== */
#staff {
 width: 100%;
 position: relative;
}
.staff_header {
 position: relative;
 width: 100%;
 height: 50vw;
 background: #221e1f url(../img/staff_photo_01.jpg) no-repeat 50% 50%;
 background-size: cover;
 background-attachment: fixed;
}
#staff .contbox {
 position: relative;
 max-width: 1290px;
 margin-left: auto;
 margin-right: auto;
 padding-top: 180px;
 padding-bottom: 140px;
}
.p-staff {
 clear: both;
 margin-top: 20px;
}
.p-staffbox_01 .profile {
 display: flex;
 justify-content: space-between;
 align-items: flex-end;
}
.p-staffbox_01 .photo {
 width: 57.5%;
 margin-top: 20px;
}
.p-staffbox_01 .prof {
 width: 37.67%;
}
.p-staffbox_01 .profile .name .en {
 font-size: 6.5rem;
}
.p-staffbox_01 .profile .name .job {
 font-size: 1.4rem;
}
.p-staffbox_01 .profile .name .job em {
 font-size: 1.4rem;
 font-weight: 700;
 margin-left: 30px;
}
.p-staffbox_01 .profile .text {
 margin-bottom: 0;
}
.p-staffbox_02 {
 margin-top: 120px;
 display: flex;
 justify-content: space-between;
 flex-wrap: wrap;
 align-items: flex-start;
}
.p-staffbox_02 .profile_02 {
 width: 28.9%;
}
.p-staffbox_02 .profile_03 {
 width: 66.35%;
}

@media only screen and (max-width: 1039px) {
 .p-staffbox_01 .profile {
  flex-flow: column nowrap;
 }
 .p-staffbox_01 .profile .prof {
  width: 100%;
 }
 .p-staffbox_01 .profile .photo {
  width: 66%;
  margin-right: auto;
  margin-bottom: 20px;
 }
 .p-staffbox_01 .profile .text {
  width: 100%;
 }
 .p-staffbox_02 {
  margin-top: 40px;
 }
 .p-staffbox_02 .profile_02 {
  width: 100%;
 }
 .p-staffbox_02 .profile_03 {
  width: 100%;
  margin-top: 20px;
 }
}

@media only screen and (max-width: 767px) {
 .staff_header {
  height: 60vw;
  background-attachment: inherit;
 }
 #staff .contbox {
  max-width: inherit;
  padding-top: 12vw;
  padding-bottom: 4vw;
 }
 .p-staffbox_01 .profile {
  flex-flow: column nowrap;
 }
 .p-staffbox_01 .photo {
  width: 100%;
  margin-top: 4vw;
  margin-bottom: 4vw;
 }
 .p-staffbox_01 .prof {
  width: 100%;
 }
 .p-staffbox_01 .profile .name .en {
  font-size: 10.66vw;
 }
 .p-staffbox_01 .profile .name .job {
  font-size: 3.6vw;
 }
 .p-staffbox_01 .profile .name .job em {
  font-size: 3.6vw;
  margin-left: 5.33vw;
 }
 .p-staffbox_01 .profile .text {
  margin-bottom: 0;
 }
 .p-staffbox_02 {
  margin-top: 6.66vw;
 }
 .p-staffbox_02 .profile_02 {
  width: 100%;
 }
 .p-staffbox_02 .profile_03 {
  width: 100%;
  margin-top: 2.66vw;
 }
}

/* smith
================================================================================== */
#smith {
 width: 100%;
 position: relative;
}
.smith_header {
 position: relative;
 width: 100%;
 padding: 2vw;
 display: block;
 background: #221e1f;
}
.smith_header .photo {
 position: relative;
 width: 100%;
 height: 48vw;
 display: block;
 background: url(../img/smith_photo_01.jpg) no-repeat 0 0;
 background-size: cover;
}
.smith_header p {
 position: absolute;
 bottom: -20px;
 left: 0;
 font-size: 1.2rem;
 color: #fff;
 font-weight: 400;
 z-index: 1;
}
#smith .cont_body {
 background: #221e1f;
}
#smith .mds {
 position: absolute;
 top: -100px;
 right: 76px;
 text-align: right;
 z-index: 2;
}
#smith .mds h2 {
 font-weight: 400;
}
#smith .mds .sub {
 color: #fff;
}
#smith .contbox {
 position: relative;
 max-width: 790px;
 margin-left: auto;
 margin-right: auto;
 padding-top: 180px;
 padding-bottom: 150px;
}
.p-smith {
 color: #fff;
 position: relative;
 display: flex;
 flex-flow: column nowrap;
}
.p-smith .profile .name .en {
 font-size: 6rem;
 color: #f1484e;
}
.p-smith .profile .text p {
 font-size: 1.4rem;
 line-height: 1.6;
}
.p-smith .profile_02 {
 margin-top: 40px;
}

@media only screen and (max-width: 767px) {
 .smith_header {
  padding: 3vw;
 }
 .smith_header p {
  font-size: 1rem;
  color: #ccc;
 }
 #smith .cont_body {
  padding-top: 8vw;
 }
 #smith .mds {
  position: relative;
  top: inherit;
  right: inherit;
  text-align: right;
  z-index: 2;
 }
 #smith .mds h2 {
  font-weight: 400;
  line-height: 1.33;
 }
 #smith .mds .sub {
  font-size: 16vw;
 }
 #smith .contbox {
  max-width: inherit;
  padding-top: 8vw;
  padding-bottom: 4vw;
 }
 .p-smith .profile .name .en {
  font-size: 9.6vw;
 }
 .p-smith .profile .name h3 {
  font-size: 4.8vw;
 }
 .p-smith .profile .text p {
  font-size: 3.46vw;
  line-height: 1.44;
 }
 .p-smith .profile_02 {
  margin-top: 4vw;
 }
}

/* credit
================================================================================== */
#credit {
 width: 100%;
 position: relative;
 background: #221e1f;
 border-top: 1px solid #333;
}
#credit .contbox {
 padding: 180px 0 160px;
}
.p-credit {
 display: block;
}
.cd__logo {
 width: 280px;
 display: block;
 margin-left: auto;
 margin-right: auto;
}
#credit .top_linkbtn {
 margin-top: 0;
 position: relative;
 text-align: center;
 bottom: inherit;
 left: inherit;
 width: 100%;
 display: block;
 z-index: 1;
}
#credit #pageTop {
 position: fixed;
 display: block;
 bottom: -90px;
 right: 20px;
 width: 60px;
 height: 60px;
 z-index: 9;
 transition: all 0.5s ease-in-out;
 -webkit-transition: all 0.5s ease-in-out;
}
#credit #pageTop.show {
 bottom: 20px;
}
#credit #pageTop a {
 display: block;
 height: 0;
 overflow: hidden;
 width: 60px;
 padding: 60px 0 0;
 background: rgba(154, 120, 77, 0.8);
}
#credit #pageTop a:after {
 position: absolute;
 top: 50%;
 left: 50%;
 margin-top: -4px;
 margin-left: -3px;
 content: "";
 display: block;
 width: 10px;
 height: 10px;
 border: solid 0 #fff;
 border-width: 2px 0 0 2px;
 transform: rotate(45deg);
}

@media only screen and (max-width: 767px) {
 #credit .contbox {
  padding: 20vw 4% 20vw;
 }
 .cd__logo {
  width: 50%;
  margin: 0 auto;
 }
 #credit .top_linkbtn {
  margin-top: 6vw;
 }
 #credit #pageTop {
  bottom: -60px;
  right: 20px;
  width: 40px;
  height: 40px;
 }
 #credit #pageTop.show {
  bottom: 20px;
 }
 #credit #pageTop a {
  width: 40px;
  padding: 40px 0 0;
 }
}

/* pmodal
================================================================================== */
.pmodal {
 background: #fff4f4;
 border-radius: 12px;
 width: 100%;
 height: 100%;
}
.pmodal .inner {
 padding: 60px;
 width: 100%;
 height: 100%;
 display: flex;
 align-items: center;
}
.pmodal .pttl {
 text-align: center;
 font-size: 2.2rem;
}
.pmodal .pttl p.p1 {
 font-size: 2rem;
 line-height: 1.33;
}
.pmodal .pttl p.p2 {
 font-size: 2.4rem;
 line-height: 1.33;
 margin-top: 0.5em;
}
.pmodal .pdate {
 text-align: center;
 font-size: 2.4rem;
 font-weight: 900;
 color: rgba(238, 28, 35, 1);
 margin-top: 1em;
 margin-bottom: 0.5em;
}
.pmodal .datesub {
 font-size: 1.5rem;
 line-height: 1.44;
 color: rgba(238, 28, 35, 1);
 margin-bottom: 2em;
 text-align: center;
}
.pmodal p.p3 {
 font-size: 1.5rem;
 line-height: 1.6;
}
.pmodal p.p3 i {
 font-size: 1.7rem;
 font-weight: 900;
 font-style: normal;
 margin-left: 0.25em;
 margin-right: 0.25em;
 text-decoration: underline;
}
.pmodal p.p4 {
 font-size: 1.5rem;
 line-height: 1.6;
 margin-top: 0.5em;
 text-align: center;
}
.pmodal p.p4 a {
 color: rgba(238, 28, 35, 1);
 text-decoration: underline;
}

@media screen and (max-width: 543px) {
 .pmodal {
  border-radius: 6px;
 }
 .pmodal .inner {
  padding: 30px 4vw;
 }
 .pmodal .pttl {
  text-align: center;
 }
 .pmodal .pttl p.p1 {
  font-size: 1.5rem;
 }
 .pmodal .pttl p.p2 {
  font-size: 1.9rem;
 }
 .pmodal .pdate {
  font-size: 2rem;
  margin-top: 1em;
  margin-bottom: 0.5em;
 }
 .pmodal .datesub {
  font-size: 1.3rem;
  margin-bottom: 2em;
  text-align: center;
 }
 .pmodal p.p3 {
  font-size: 1.3rem;
  line-height: 1.44;
 }
 .pmodal p.p3 i {
  font-size: 1.5rem;
 }
 .pmodal p.p4 {
  font-size: 1.5rem;
  margin-top: 1em;
 }
}

@media screen and (max-width: 349px) {
 .pmodal .inner {
  padding: 24px 3vw;
 }
 .pmodal .pttl p.p2 br,
 .pmodal .datesub br {
  display: none;
 }
 .pmodal .datesub {
  font-size: 1.3rem;
  margin-bottom: 1.5em;
 }
 .pmodal p.p3 {
  font-size: 1.25rem;
 }
 .pmodal p.p3 i {
  font-size: 1.4rem;
 }
 .pmodal p.p4 {
  font-size: 1.4rem;
 }
}

/* [Show Animate] 出現アニメーション
================================================================================== */
.p-show-elem {
 opacity: 0;
 transform: translateY(100px);
 transition: all 2s cubic-bezier(0.08, 0.8, 0.315, 1);
}
.p-show-elem.rev {
 opacity: 0;
 transform: translateY(-100px);
 transition: all 2s cubic-bezier(0.08, 0.8, 0.315, 1);
}
.p-show-elem.p-left {
 opacity: 0;
 transform: translateX(-200px);
 transition: all 3s cubic-bezier(0.08, 0.8, 0.315, 1);
}
.p-show-elem.p-right {
 opacity: 0;
 transform: translateX(200px);
 transition: all 3s cubic-bezier(0.08, 0.8, 0.315, 1);
}
.p-show-elem.is-show,
.p-show-elem.rev.is-show,
.p-show-elem.p-left.is-show,
.p-show-elem.p-right.is-show {
 opacity: 1;
 transform: translate(0, 0);
}
.p-show-elem.del2 {
 transition-delay: 0.5s;
}
.p-show-elem.del3 {
 transition-delay: 0.6s;
}
.p-show-elem.del4 {
 transition-delay: 0.7s;
}
.p-show-elem.del5 {
 transition-delay: 0.8s;
}
.p-show-elem.del6 {
 transition-delay: 0.9s;
}

@media only screen and (max-width: 767px) {
 .p-show-elem.del2,
 .p-show-elem.del3,
 .p-show-elem.del4,
 .p-show-elem.del5,
 .p-show-elem.del6 {
  transition-delay: 0.3s;
 }
}

/* p-show-img */
.p-show-img {
 position: relative;
 display: inline-block;
 width: 100%;
 overflow: hidden;
}
.p-show-img:before {
 content: "";
 width: 101%;
 height: 100%;
 display: block;
 background: rgba(255, 255, 255, 1);
 position: absolute;
 top: 0;
 left: -1%;
 -webkit-transition: all 1.5s cubic-bezier(0.08, 0.8, 0.315, 1) 0.2s;
 transition: all 1.5s cubic-bezier(0.08, 0.8, 0.315, 1) 0.2s;
 z-index: 2;
}
.p-show-img:after {
 content: "";
 width: 101%;
 height: 100%;
 display: block;
 background: rgba(0, 0, 0, 1);
 position: absolute;
 top: 0;
 left: -1%;
 -webkit-transition: all 2.1s cubic-bezier(0.08, 0.8, 0.315, 1) 0.5s;
 transition: all 2.1s cubic-bezier(0.08, 0.8, 0.315, 1) 0.5s;
 z-index: 1;
}
.p-show-img.ch:before {
 background: #221e1f;
}
.p-show-img.ch:after {
 background: rgba(238, 28, 35, 1);
}
.p-show-img.red:after {
 background: rgba(238, 28, 35, 1);
}

.p-show-img.is-show:before,
.p-show-img.is-show:after {
 width: 0;
}

/* p-show-item */
.cont_body.p-show-item:before {
 transform: translateX(-100%);
}
.cont_body.p-show-item:after {
 transform: translateX(100%);
}
.cont_body.p-show-item.is-show:before {
 opacity: 1;
 animation-name: tr01;
 animation-duration: 0.8s;
 animation-timing-function: cubic-bezier(0, 0.45, 0.25, 1);
 animation-delay: 0.2s;
 animation-fill-mode: both;
 -webkit-animation-name: tr01;
 -webkit-animation-duration: 0.8s;
 -webkit-animation-timing-function: cubic-bezier(0, 0.45, 0.25, 1);
 -webkit-animation-delay: 0.2s;
 -webkit-animation-fill-mode: both;
}
.cont_body.p-show-item.is-show:after {
 opacity: 1;
 animation-name: tr02;
 animation-duration: 0.6s;
 animation-timing-function: cubic-bezier(0, 0.45, 0.25, 1);
 animation-delay: 0.6s;
 animation-fill-mode: both;
 -webkit-animation-name: tr02;
 -webkit-animation-duration: 0.6s;
 -webkit-animation-timing-function: cubic-bezier(0, 0.45, 0.25, 1);
 -webkit-animation-delay: 0.6s;
 -webkit-animation-fill-mode: both;
}

@keyframes tr01 {
 0% {
  transform: translateX(-100%);
 }
 100% {
  transform: translateX(0);
 }
}
@-webkit-keyframes tr01 {
 0% {
  transform: translateX(-100%);
 }
 100% {
  transform: translateX(0);
 }
}
@keyframes tr02 {
 0% {
  transform: translateX(100%);
 }
 100% {
  transform: translateX(0);
 }
}
@-webkit-keyframes tr02 {
 0% {
  transform: translateX(100%);
 }
 100% {
  transform: translateX(0);
 }
}

@media only screen and (max-width: 767px) {
}
