@charset "UTF-8";
/* CSS Document */
	
body{
	margin:0px;
	background-color: #fff;
	font-family: "Shippori Mincho B1", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 26px;
	color:#2e5bc8;
	height:100%;
	box-sizing: border-box;
}

html{
	min-height: 100%;
}

img { border-style:none;
	vertical-align: bottom;}

a img { border-style:none;}

a:hover img { border-style:none; }

*{
margin: 0;
padding: 0;
}

ol, ul {
	list-style: none;
}

.cf:before,
.cf:after {
  content: "";
  display: table;}
.cf:after {
  clear: both;}
.cf {
  *zoom: 1;}

.modal-movie {
  cursor: pointer;
}

.pcview{
	width:100%;
}

.spview{
	display: none;
}

.scrollShowEffect1 {
	transition: all 1.5s;
	transition-delay: 0s;
	opacity:0;
}

.scrollShowEffect2 {
	transition: all 1.5s;
	transition-delay: 0.3s;
	opacity:0;
}

.scrollShowEffect3 {
	transition: all 1.5s;
	transition-delay: 0.6s;
	opacity:0;
}


.scrollShowEffect-R {
	transform: translate3d(10%, 0%, 0);
}
.scrollShowEffect-L {
	transform: translate3d(-10%, 0%, 0);
}
.scrollShowEffect-B {
	transform: translate3d(0, 50px, 0);
}

.scrollShowEffect-T {
	transform: translate3d(0, -50px, 0);
}

.scrollShowEffect-Z {
	transform: scale( 0.2,  0.2);
}

.scrollShowEffect-O {
	transform: scale( 1.2,  1.2);
}

.scrollShowEffect-rotate {
	transform: scale(0.5) rotate(-180deg); /* 小さく、半回転させた状態 */
	transition: transform 0.5s ease-out, opacity 0.8s ease-out; /* なめらかに動かす */
}


.scrollShowEffect1.showItem {
	opacity:1;
	transform: translate3d(0, 0, 0);
}

.scrollShowEffect2.showItem {
	opacity:1;
	transform: translate3d(0, 0, 0);
}

.scrollShowEffect3.showItem {
	opacity:1;
	transform: translate3d(0, 0, 0);
}

.mb0{
	width:100%;
	overflow: hidden;
}

.mb5{
	width:100%;
	overflow: hidden;
	margin-bottom: 5px;
	line-height: 140%;
}

.mb10{
	width:100%;
	overflow: hidden;
	margin-bottom: 10px;
}

.mb20{
	width:100%;
	overflow: hidden;
	margin-bottom: 20px;
}

.mb30{
	width:100%;
	overflow: hidden;
	margin-bottom: 30px;
}

.mb50{
	width:100%;
	overflow: hidden;
	margin-bottom: 50px;
}

.mb70{
	width:100%;
	overflow: hidden;
	margin-bottom:70px;
}

.mb100{
	width:100%;
	overflow: hidden;
	margin-bottom: 100px;
}

.pcbr {
	display:inline;
}

.loading {
  width: 100vw;
  height: 100vh;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1300;
  overflow: hidden;
}

.loading-img {
  width: 80px;
  height: auto;
  display: block;
  margin: 0 auto;
}

.loading-content {
  text-align: center;
}


#body_wrapper{
    width:100%;
    box-sizing: border-box;
	opacity: 0;
    transition: all 1.5s;
}
  
.showNavi #body_wrapper{
  opacity:1;
  -webkit-transition-delay:0.3s;
  transition-delay:0.3s;
}

#leftblock{
    width:20%;
    height: 100%;
    position: fixed;
    left: 0;
    top:0;
    padding:2% 0 0 0;
    box-sizing: border-box;
    box-shadow: 0px 0px 15px -5px #000;
}
  
#leftblock img{
    width:100%;
    height: auto;
}

.left_wrapper{
    width:100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
}

.leftlogo{
	width:12%;
	margin:0 auto 10%;
	box-sizing: border-box;
}

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

.menu {
	width:100%;
	box-sizing: border-box;
	text-align: center;
	font-size: 13px;
	line-height: 13px;
	letter-spacing: 1px;
	font-weight: 400;
	overflow: hidden;
	margin-bottom: 15px;
}

.menu:last-child {
	margin-bottom: 0px;
}

.menu a {
  display: block;
  width: 100%;
  box-sizing: border-box;
  text-decoration: none;
  position: relative; 
  z-index: 1;
  overflow: hidden;
  background: linear-gradient(to right, #f09cb4 50%, #2e5bc8 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: background-position 2.0s ease;
}

.menu a:hover {
  background-position: left bottom;
  opacity: 1;
}

.menue{
	font-size: 11px;
	font-family: "Cutive Mono", monospace;
	font-weight: 400;
	letter-spacing: 1px;
}

.sns_wrapper{
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 40%;
  width: 20%;
  margin:0 auto 30px;
}

.sns {
  width: calc((100% - 10%) / 2); 
  box-sizing: border-box;
}

.sns a {
  display: block;
  width: 100%;
  padding: 15px 0;
  position: relative;
}

/* 2枚の画像に共通する設定 */
.sns a img {
  width: 24px;
  height: auto;
  display: block;
  margin: 0 auto;
  transition: opacity 1.5s ease;
}

.sns a .sns-img-default {
  position: relative;
  z-index: 1;
  opacity: 1;
}

.sns a .sns-img-hover {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  opacity: 0; 
}

.sns a:hover .sns-img-default {
  opacity: 0; 
}

.sns a:hover .sns-img-hover {
  opacity: 1; 
}
 
.day{
    width:24%;
    position: absolute;
    left:38%; 
    bottom:7%;
}

#rightblock{
    width:80%;
	margin-left: 20%;
	box-sizing: border-box;
}


#top_wrapper{
    width: 100%;
    box-sizing: border-box;
    position: relative;
}

#top_wrapper img{
	width:100%;
	height: auto;
}

.spmain{
    display: none;
}
  
.topmain {
    width: 100%;
    transform: translateY(-40%); 
    transition: transform 3.5s ease-out, opacity 2.0s ease-out;
}

.showNavi .topmain{
    transform: translateY(0);
	transition-delay: 2.0s;
}


#news_wrapper{
	width:100%;
	overflow: hidden;
	box-sizing: border-box;
	font-size: 13px;
	line-height: 26px;
	background-color: #cfdbfa;
}

#news_inner{
	width:100%;
	margin:0 auto;
	box-sizing: border-box;
	padding:10%;
}

.wp-api_wrapper{
	width:100%;
	height: auto;
	overflow: hidden;
	box-sizing: border-box;
}

.wp-api_wrapper a{
	color: #fff;
	text-decoration: none;
    transition: 0.4s ease;
}

.wp-api_wrapper a:hover{
	color:#ccc;
	text-decoration: none;
}

.wp-apicard {
	display: flex;
	justify-content: center; /* ★重要：中身のliをすべて中央寄せにする */
	flex-wrap: wrap;         /* スマホなどで画面が狭くなったら折り返せるように */
	width: 100%;
	padding: 0;              /* ul特有のデフォルト余白をリセット */
	margin: 0;
	list-style: none;        /* リストの「・」を消す */
}

.wp-apicard li{
	width: 31%; 
	text-align: left;
	line-height: 20px;
	font-size: 11px;
	box-sizing: border-box;
	margin: 0 1.1%;
}

.item_img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  box-sizing: border-box;
  border: 2px solid #fff;
}

.item_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s ease;
}
.item_img:hover img {
  transform: scale(1.1);
}

.newsday{
	width:100%;
	box-sizing: border-box;
	font-size: 12px;
	font-weight: 700;
	margin-top:10px;
}

.newstitle{
	width:100%;
	box-sizing: border-box;
	font-size: 12px;
	font-weight: 700;
	line-height: 18px;
}


.top_mvtk{
    width:100%;
	padding:3% 0;
	background-color:#000;
}

#mvtk-widgets-container{
	text-align: center;
	margin:0 auto;
}

.pt_wrapper {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	margin-bottom: 30px;
}

.ptj {
	width: auto;
	writing-mode: vertical-rl;
	font-size: 14px;
	line-height: 14px;
	font-weight: 700;
	margin-bottom: 7px;
	color: #2e5bc8;
}

.pte{
  	width: 100%;
	text-align: center;
	font-size: 15px;
	font-family: "Cutive Mono", monospace;
	font-weight: 400;
	letter-spacing: 1px;
	color: #f09cb4;
}

.js-split-text span {
    display: inline-block;
    opacity: 0;
    transition: opacity 1.5s ease, transform 1.5s ease;
}

.js-split-text.showItem span {
    opacity: 1;
}

#intro_wrapper{
	width:100%;
	overflow: hidden;
	box-sizing: border-box;
	color: #354c5e;
	background-color: #fff;
}

#intro_wrapper img{
	width:100%;
	height: auto;
}

#intro_inner{
	width:100%;
	overflow: hidden;
	box-sizing: border-box;
	padding:5% 15%;
}

#story_wrapper{
	width:100%;
	overflow: hidden;
	color: #354c5e;
	background-color: #fff;
}

#story_wrapper img{
	width:100%;
	height: auto;
}

#story_inner{
	width:100%;
	overflow: hidden;
	box-sizing: border-box;
	padding:5% 15%;
}

#cast_wrapper{
	width:100%;
	overflow: hidden;
	box-sizing: border-box;
	background-color: #fff;
}

#cast_wrapper img{
	width:100%;
	height: auto;
}

#cast_inner{
	width:100%;
	overflow: hidden;
	box-sizing: border-box;
	padding:5% 10%;
}

.castbox_wrapper {
    display: flex;
    flex-wrap: wrap; 
    justify-content: center;
    width: 100%;
    gap: 5%;
    box-sizing: border-box;
}

.castbox {
    flex: 0 0 calc((100% - 5%) / 2); 
    display: flex;
    box-sizing: border-box;
}

.modalOpen {
    position: relative; /* 絶対配置の基準点 */
    width: 100%;
    overflow: hidden;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    transition: background 0.4s ease, transform 0.3s ease;
    padding: 0; 
}

.modalOpen::after {
	display: none;
}

.castimg {
    position: relative;
    width: 100%;
    line-height: 0;
    overflow: hidden;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.castimg img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.5s ease;
    margin-bottom: 0;
}

.castimg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(96,137,168,0.8);
    z-index: 1;
    opacity: 0;
    transition: opacity 0.4s ease;
    pointer-events: none;
}

.castimg::after {
    content: "COMMENT\00000a+\00000aPROFILE";
	white-space: pre-wrap;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.8);
    color: #ffffff;
    z-index: 2;
    opacity: 0;
    transition: opacity 0.4s ease, transform 0.4s ease;
    pointer-events: none;
	font-family: "Cutive Mono", monospace;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    line-height: 1.3;
    letter-spacing: 2px;
}

.modalOpen:hover .castimg::before {
    opacity: 1;
}

.modalOpen:hover .castimg::after {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}

/* 既存の画像拡大処理 */
.modalOpen:hover .castimg img {
    transform: scale(1.1);
	filter: grayscale(100%);
}

.castname1 {
    font-size: 15px;
    font-weight: 500;
	margin-bottom: 5px;
	margin-top:20px;
}

.castname2 {
    font-size: 20px;
    font-weight: 700;
}

.chara{
	width:100%;
	box-sizing: border-box;
	color: #354c5e;
	font-size: 13px;
	line-height: 23px;
	display: flex;
	margin-top:10px;
}

.modal {
  display: none;
  position: fixed;
  z-index: 9999 !important;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  overflow: auto;
  background-color: rgba(255,255,255,0.95);
}

.modal img{
	width: 100%;
	height: auto;
}

.modal_wrapper{
	width:100%;
	height: 100vh;
	display: table;
}

.modal_inner{
	display: table-cell;
	vertical-align: middle;
}

.modal-box {
    margin: 5% auto;
    max-width: 1000px;
    width: 100%;
    animation-name: fadeIn;
    animation-duration: 1.0s;
	position: relative;
	box-sizing: border-box;
	color: #354c5e;
}

.modalClose{
	width:3.2%;
	position: absolute;
	right: 1.2%;
	top:1.5%;
	cursor: pointer;
	z-index: 50;
}

.modal.modal-box .modalClose {
	animation: fadeIn 1.2s ease forwards;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.modalmain{
	display: flex;
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
	margin-bottom: 40px;
}

.modalimg{
	width:80%;
}

.modalimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.modalimg2{
	width:40%;
}

.modalimg2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.modalname_wrapper {
    width: 20%;
    writing-mode: vertical-rl;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.modalname1 {
    font-size: 16px;
    font-weight: 500;
    color: #354c5e;
    margin-left: 10px; 
    margin-bottom: 0;
	border-right:1px solid #354c5e;
	padding-right: 5px;
}

.modalname2 {
    font-size: 30px;
    font-weight: 700;
    color: #354c5e;
    letter-spacing: 5px;
}

.midashi {
    width: 100%;
    font-size: 22px;
    color: #354c5e;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    white-space: nowrap;
    justify-content: center;
	font-family: "Cutive Mono", monospace;
	font-weight: 400;
	letter-spacing: 1px;
}

.midashi::after {
    content: "";
    flex-grow: 1;
    border-top: 1px solid #ddd;
    margin-left: 15px;
}

.comment{
	width:100%;
    font-size: 14px;
    font-weight: 400;
	color: #354c5e;
	margin-bottom: 30px;
	font-family: "Zen Maru Gothic", sans-serif;
}

.profile{
	width:100%;
    font-size: 14px;
    font-weight: 400;
	color: #354c5e;
	transition: 0.5s;
}

.profilelink a{
    font-size: 12px;
	color: #354c5e;
	transition: 0.5s;
}

.profilelink a:hover{
	color: #ccc;
	transition: 0.5s;
}

#director_wrapper{
	width:100%;
	overflow: hidden;
	background-color: #fff;
}

#director_wrapper img{
	width:100%;
	height: auto;
}

#director_inner{
	width:100%;
	overflow: hidden;
	box-sizing: border-box;
	padding:5% 10% 15% 10%;
}

.directorbox{
	width:40%;
	margin:0 auto;
	text-align: center;
}

#original_wrapper{
	width:100%;
	overflow: hidden;
	background-color:#3F4E5D;
	color: #fff;
}

#original_wrapper img{
	width:100%;
	height: auto;
}

#original_inner{
	width:100%;
	overflow: hidden;
	box-sizing: border-box;
	padding:10% 10% 15% 10%;
}


.originalimg {
    position: relative;
    width: 70%;
    line-height: 0;
    overflow: hidden;
	margin:0 auto;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.originalimg img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.5s ease;
    margin-bottom: 0;
}

.originalimg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(96,137,168,0.8);
    z-index: 1;
    opacity: 0;
    transition: opacity 0.4s ease;
    pointer-events: none;
}

.originalimg::after {
    content: "COMMENT\00000a+\00000aPROFILE";
	white-space: pre-wrap;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.8);
    color: #ffffff;
    z-index: 2;
    opacity: 0;
    transition: opacity 0.4s ease, transform 0.4s ease;
    pointer-events: none;
	font-family: "Cutive Mono", monospace;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    line-height: 1.3;
    letter-spacing: 2px;
}


.modalOpen:hover .originalimg::before {
    opacity: 1;
}

.modalOpen:hover .originalimg::after {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}

/* 既存の画像拡大処理 */
.modalOpen:hover .originalimg img {
    transform: scale(1.1);
	filter: grayscale(100%);
}

.cover {
    width: 20%;
	margin:0 auto 30px;
}

.originaltext_wrapper{
	width:100%;
	text-align: center;
	margin-bottom: 100px;
}

.originaltext1 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
}

.originaltext2 {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 25px;
}

.originalbtn {
    width: fit-content;
	margin: 0 auto;
}


.originalbtn a {
    display: block;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #fff;
    padding: 10px 100px; 
    font-size: 11px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    background-color: transparent;
    transition: background-color 0.4s ease, color 0.4s ease;
}

.originalbtn a:hover {
    background-color: #fff;
    color: #3F4E5D;
}

.gosic{
	font-family:"游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}


@media screen and (max-width:1024px){

.pcview{
	display: none;
}

.spview{
	display: inherit;
	width:100%;
}

.pcbr {
	display:none;
}

	
.brtext::before {
	content: "\A" ;
	white-space: pre ;
}

.loading-img {
  width: 100px;
  height: auto;
  display: block;
  margin: 0 auto;
}

.btn-trigger_fix{
	width:100%;
	position: fixed;
	top:0;
	right: 0;
    z-index: 65;
	border-bottom: 1px solid #2778bd;
	opacity: 0;
    -webkit-transition: all 1.5s;
    -moz-transition: all 1.5s;
    -o-transition: all 1.5s;
    -ms-transition: all 1.5s;
    transition: all 1.5s;
}
  
.showNavi .btn-trigger_fix{
  opacity:1;
  -webkit-transition-delay:1.0s;
  transition-delay:1.0s;
}


.btn-trigger_wrapper{
	width:100%;
    background-color: #fff;
    text-align: center;
    padding-top:2%;
    padding-bottom:1%;
}
  
.btn-trigger {
  position: relative;
  width: 36px;
  height: 25px;
  margin:0 auto;
  cursor: pointer;
}

.btn-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #f09cb4;
  border-radius: 2px;
}
.btn-trigger, .btn-trigger span {
  display: inline-block;
  transition: all .5s;
  box-sizing: border-box;
}
.btn-trigger span:nth-of-type(1) {
  top: 0;
}
.btn-trigger span:nth-of-type(2) {
  top: 11.5px;
}
.btn-trigger span:nth-of-type(3) {
  bottom: 0;
}

#btn08.active span:nth-of-type(1) {
  -webkit-transform: translateY(11px) rotate(-315deg);
  transform: translateY(11px) rotate(-315deg);
}
#btn08.active span:nth-of-type(2) {
  opacity: 0;
}
#btn08.active span:nth-of-type(3) {
  -webkit-transform: translateY(-11px) rotate(315deg);
  transform: translateY(-11px) rotate(315deg);
}

nav.globalMenuSp {
  position: fixed;
  z-index : -10;
  top  : 0;
  left : 0;
  width: 100%;
  height: 100%;
  margin-top:-100%;
  opacity: 0;
  background-color:rgba(255,255,255,0.9);
  box-sizing: border-box;
  -webkit-transition-property: all;
     -moz-transition-property: all;
      -ms-transition-property: all;
       -o-transition-property: all;
          transition-property: all;
  -webkit-transition: .6s ease;
     -moz-transition: .6s ease;
      -ms-transition: .6s ease;
       -o-transition: .6s ease;
          transition: .6s ease;
	display: table;
}

nav.globalMenuSp.active {
  opacity: 100;
  margin-top:0;
  z-index : 50;
}

.globalMenuSp img{
	width:100%;
	height: auto;
}
	
.spmenu_wrapper{
	width:100%;
	box-sizing: border-box;
	display: table-cell;
	vertical-align: middle;
	overflow: hidden;
	text-align: center;
}

.rightlogo{
	width:6%;
	margin:0 auto 5%;
	box-sizing: border-box;
}

#rightblock{
    width:100%;
	margin-left: 0;
}

#leftblock{
	display: none;
}
	
#top_wrapper{
    width:100%;
	height: auto;
	overflow: hidden;
	box-sizing: border-box;
	position: inherit;
	margin-top:45px;
}
	
.topmain {
	display: none;
}

.spmain{
    display:inherit;
	width:100%;
	opacity: 0;
    transition: all 1.5s;
}
  
.showNavi .spmain{
  opacity:1;
  -webkit-transition-delay:1.0s;
  transition-delay:1.0s;
}
	
.wp-apicard li {
    width: 45%;         
    margin: 0 2.5% 20px;
}
.wp-apicard li:nth-child(3) {
    display: none;
}
	
.item_img {
  border:2px solid #fff;
}

#intro_inner{
	width:100%;
	overflow: hidden;
	box-sizing: border-box;
	padding:10%;
}

#story_inner{
	width:100%;
	overflow: hidden;
	box-sizing: border-box;
	padding:10%;
}

#cast_inner{
	width:100%;
	overflow: hidden;
	box-sizing: border-box;
	padding:10%;
}

.castbox_wrapper {
    gap: 50px;
}

.castbox {
    flex: 0 0 100%;
}

.modal-box {
    margin: 10% auto;
    max-width: 1000px;
    width: 80%;
    animation-name: fadeIn;
    animation-duration: 1.0s;
	position: relative;
	box-sizing: border-box;
}

.modalClose{
	width:7%;
	position: absolute;
	right: 1.2%;
	top:1.5%;
	cursor: pointer;
	z-index: 50;
}

.modalmain{
	flex-direction: column;
	align-items:flex-start;
}

.modalimg{
	width:100%;
	margin-bottom: 20px;
}

.modalimg2{
	width:60%;
	margin-bottom:20px;
	text-align: left;
}

.chara{
	width:100%;
	border:none;
	box-sizing: border-box;
	padding:0;
	display: flex;
    flex-direction: column;
    justify-content: center;
	margin-bottom: 20px;
}
	
	
.modalname_wrapper {
    width: 100%; 
	writing-mode: vertical-rl; 
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: flex-start;
	padding-top: 10px;
	padding-left: 15px;
	box-sizing: border-box;
}

.modalname1 {
    font-size: 14px;
    font-weight: 500;
    color: #354c5e;
    margin-left: 10px; 
    margin-bottom: 0;
	border-right:1px solid #354c5e;
	padding-right: 5px;
}

.modalname2 {
    font-size: 25px;
    font-weight: 700;
    color: #354c5e;
    letter-spacing: 2px;
}
	
#director_inner{
	width:100%;
	overflow: hidden;
	box-sizing: border-box;
	padding:10%;
}

.directorbox{
	width:100%;
	margin:0 auto;
}

#original_inner{
	width:100%;
	overflow: hidden;
	box-sizing: border-box;
	padding:10% 10% 20% 10%;
}

.cover {
    width: 50%;
	margin:0 auto 30px;
}

.originalbtn {
    width:100%;
	margin: 0 auto;
}

.originalbtn a {
    display: block;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #fff;
    padding: 7px 100px; 
    font-size: 11px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    background-color: transparent;
    transition: background-color 0.4s ease, color 0.4s ease;
}
	

.midashi {
    width: 100%;
    font-size: 14px;
    color: #354c5e;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    white-space: nowrap;
    justify-content: center;
	font-family: "Cutive Mono", monospace;
	font-weight: 400;
	letter-spacing: 1px;
}

}

*, ::after, ::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

*:focus {
  outline: none;
}

.modal-contents {
  display:none;
  position: fixed;
  width: 100%;
  height: 100%;
	font-weight: bold;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color:rgba(255,255,255,0.95);
  z-index: 9998; }
  .modal-contents .modal-contents-inner {
    position: relative;
    width: 100%;
    height: 100%; }
    .modal-contents .modal-contents-inner .modal-contents-iframe {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      z-index: 9998;
      width: 100%; }
      .modal-contents .modal-contents-inner .modal-contents-iframe .modal-contents-iframe-player {
        width: 80%;
        text-align: center;
        position: relative;
        padding-top: 42.5%;
        height: 0;
        overflow: hidden;
        display: block;
        margin: 0 auto; }
        .modal-contents .modal-contents-inner .modal-contents-iframe .modal-contents-iframe-player iframe {
          width: 100%;
          height: 100%;
          display: block;
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
      .modal-contents .modal-contents-inner .modal-contents-iframe .modal-contents-iframe-btn {
        width: 80%;
        margin: 0.5% auto 0;
        font-size: 0;
        text-align: center;
        /* visibility: hidden; */
      }
        .modal-contents .modal-contents-inner .modal-contents-iframe .modal-contents-iframe-btn li {
          border: 1px solid #111;
          background-color: #fce1b9;
          width: 50%;
          height: auto;
          box-sizing: border-box;
          padding:0.5% 0;
          display: inline-block;
          vertical-align: middle;
          text-align: center;
          font-size: 13px;
          line-height: 23px;
          color: #e50012;
          cursor: pointer;
          -webkit-transition: all .3s;
          transition: all .3s; }
          @media screen and (min-width: 769px) {
            .modal-contents .modal-contents-inner .modal-contents-iframe .modal-contents-iframe-btn li {
              font-size: 0.8vw; } }
          @media screen and (max-width: 1024px) and (min-width: 768px) {
            .modal-contents .modal-contents-inner .modal-contents-iframe .modal-contents-iframe-btn li {
              font-size: 0.8vw; } }
          @media screen and (max-width: 768px) {
            .modal-contents .modal-contents-inner .modal-contents-iframe .modal-contents-iframe-btn li {
              font-size: 0.8vw; } }
        .modal-contents .modal-contents-inner .modal-contents-iframe .modal-contents-iframe-btn li:hover,
        .modal-contents .modal-contents-inner .modal-contents-iframe .modal-contents-iframe-btn li.current {
          border: 1px solid #111;
          background-color: #e50012;
          color: #fce1b9;  }
    .modal-contents .modal-contents-inner .modal-close {
      width: 3.2%;
      display: block;
      position: absolute;
	  right: 1.2%;
	  top:1.5%;
      z-index: 9999;
      cursor: pointer; }

.modal-close img{
	width:100%;
	height: auto;
}

@media screen and (max-width: 768px) {
  .modal-contents .modal-contents-inner {
    position: absolute;
    width: 100%;
    height: auto;
    padding: 0 5%;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%); }
    .modal-contents .modal-contents-inner .modal-contents-iframe {
      position: static;
      -webkit-transform: none;
      -ms-transform: none;
      transform: none; }
      .modal-contents .modal-contents-inner .modal-contents-iframe .modal-contents-iframe-player {
        padding-bottom: 26%;
        padding-top: 30%;
        width: 100%; }
      .modal-contents .modal-contents-inner .modal-contents-iframe .modal-contents-iframe-btn {
        width: 100%; }
        .modal-contents .modal-contents-inner .modal-contents-iframe .modal-contents-iframe-btn li {
          display: block;
          width: 100%;
          text-align: center;
          line-height: 23px;
          font-size: 13px; } }
        @media screen and (max-width: 768px) and (min-width: 769px) {
          .modal-contents .modal-contents-inner .modal-contents-iframe .modal-contents-iframe-btn li {
            font-size: 0.9vw; } }
        @media screen and (max-width: 768px) and (max-width: 1024px) and (min-width: 768px) {
          .modal-contents .modal-contents-inner .modal-contents-iframe .modal-contents-iframe-btn li {
            font-size: 0.82031vw; } }
        @media screen and (max-width: 768px) and (max-width: 768px) {
          .modal-contents .modal-contents-inner .modal-contents-iframe .modal-contents-iframe-btn li {
            font-size: 2.2vw; 
          box-sizing: border-box;
          padding:0.5% 0;} }

@media screen and (max-width: 768px) {
    .modal-contents .modal-contents-inner span.modal-close {
      width: 7%;
      top: -15%;
      right: 5.5%; }
  .cast-modal .modal-close {
    width: 7%;
    top: 3%;
    right: 5.5%; }
	
	.modal-close img{
		width:100%;
		height: auto;
	}
  .cast-modal .modal-list ul li {
    overflow-y: scroll;
    height: 175vw; }
    .cast-modal .modal-list ul li .inner {
      top: 12%;
      -webkit-transform: translate(-50%, 0%);
      -ms-transform: translate(-50%, 0%);
      transform: translate(-50%, 0%); }
      .cast-modal .modal-list ul li .inner > * {
        display: block;
        width: 100%; }
      .cast-modal .modal-list ul li .inner .text {
        padding: 5% 0%; }
        .cast-modal .modal-list ul li .inner .text h2 {
          font-size: 14px; } }
        @media screen and (max-width: 768px) and (min-width: 769px) {
          .cast-modal .modal-list ul li .inner .text h2 {
            font-size: 0.8vw; } }
        @media screen and (max-width: 768px) and (max-width: 1024px) and (min-width: 768px) {
          .cast-modal .modal-list ul li .inner .text h2 {
            font-size: 1.0vw; } }
        @media screen and (max-width: 768px) and (max-width: 768px) {
          .cast-modal .modal-list ul li .inner .text h2 {
            font-size: 1.33333vw; } }


/* モーダル全体のふわっとした動き */
.remodal {
  /* 初期状態：透明で、少し下に配置し、小さくしておく */
  opacity: 0;
  transform: translateY(20px) scale(0.95);
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1); /* 滑らかな動きの数値 */
}

/* モーダルが開いた状態（クラスが付与された時） */
.remodal-is-opened .remodal {
  opacity: 1;
  transform: translateY(0) scale(1);
}

/* 背景の黒い幕（オーバーレイ）もふわっとさせる */
.remodal-overlay {
  transition: opacity 0.6s ease;
}

            
.remodal-is-opened{
    display:block;
}
