@charset "UTF-8";
/* style */

.sp {
	display: none;
}

.switch_pc {
	display: block;
}

.switch_sp {
	display: none;
}

img {
	-o-object-fit: cover;
	height: auto;
	max-width: 100%;
	object-fit: cover;
	vertical-align: middle;
}

html,
body {
	background: #fff;
}

*,
::after,
::before {
	box-sizing: inherit;
}

#wrapper {
	width: 100%;
	margin: 0 auto;
}

.inner {
	margin: 0 auto;
	max-width: 826px;
	box-sizing: border-box;
}

/* ------------------------------------------------------------
*
header
*
------------------------------------------------------------ */
#header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	min-height: 2.5rem;
	background-color: rgba(64, 142, 165, 0.9);
	font-family: "Noto Sans JP", sans-serif;
	z-index: 2;
	-webkit-transition: top 0.3s;
	transition: top 0.3s;
}

#header .inner {
	padding: 0;
    max-width: 942px;
}

#gnav {
	padding: .3rem 0;
}

#gnav:after {
	content: "";
	display: block;
	clear: both;
}

#gnav .h_sns {
	float: right;
}

#gnav .h_sns li {
	margin-bottom: 0;
	line-height: 1;
	font-weight: normal;
}

#gnav .h_sns li a {
	padding: 0 1rem;
	color: #1576C9;
	font-size: 1.88rem;
}

#gnav li {
	float: left;
	margin-bottom: 0;
	font-size: 1rem;
	font-weight: 600;
	line-height: 1;
}

#gnav li a {
	display: block;
	padding: 0.4rem .9rem;
	text-decoration: none;
	color: #FFF;
}

#contents {
	font-family: 'Noto Serif JP', serif;
}

#top .main {
	position: relative;
	margin: 0 auto;
	padding: 2rem 5.1rem 0;
}

#top .main img {
	width: 100%;
}

#top a {
	color: #d12c25;
}

a:hover {
	opacity: .5;
}

.th_wrap {
	padding: .3rem 0 .6rem;
	background-color: #E40011;
}

.th_theatre {
	padding-top: .15rem;
	width: 100%;
	color: #fff;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.25;
	text-align: center;
}

.th_theatre span {
	font-size: 1.2rem;
}

#top .trailer {
	margin: 5rem auto 0;
	width: 640px;
}
#top .trailer iframe {
	width: 640px;
	height: 360px;
}


#top .banner {
	margin: 3.8rem auto;
	max-width: 480px;
}
#top .banner img {
	width: 100%;
}


#top .bn2 {
	margin: 3.8rem auto;
	display: flex;
	max-width: 984px;
}
#top .bn2 li {
	margin: 0 1rem;
	width: 400px;
}
#top .bn2 img {
	width: 100%;
}


#top .news {
	text-align: center;
	margin: 5rem 0 0;
	font-size: 1.3rem;
}

#top .news a {
	padding: 1.2rem 3rem 1rem;
	color: #fff;
	background: #E40011;
	border-radius: 6px;
}

#top .sns {
	display: flex;
	justify-content: center;
	margin: 0 0 1.5rem;
	font-size: 3rem;
}

#top .sns li {
	margin: 0 2rem;
}

.button-sns {
	display: -ms-flexbox;
	display: flex;
	position: fixed;
	top: 50%;
	left: 1rem;
	font-family: 'Cormorant Garamond', serif;
	font-weight: bold;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	transform: translateY(-50%);
	z-index: 9;
}

.button-sns__text,
.button-share__text {
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	font-size: 1.25rem;
	line-height: 1;
	letter-spacing: .1em;
}

.button-sns a {
	display: -ms-flexbox;
	display: flex;
	color: #555 !important;
	white-space: nowrap;
	text-decoration: none;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	transition: opacity .2s cubic-bezier(.39, .575, .565, 1);
	transform: rotate(90deg);
}

.button-sns a.ico_twit {
	margin-top: .8rem;
}

.button-sns a.ico_insta {
	margin-top: .6rem;
}

.button-sns a i {
	font-size: 1.25rem;
}

.button-share {
	display: -ms-flexbox;
	display: flex;
	position: relative;
	margin-top: 20px;
	padding-top: 20px;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
}

.button-share__icon {
	margin-top: .7rem;
	font-size: 1.25rem;
	transform: rotate(90deg);
}

.button-share .list-share {
	opacity: 0;
	pointer-events: none;
	transition: opacity .2s cubic-bezier(.39, .575, .565, 1);
	z-index: 2;
	display: block;
	position: absolute;
	left: 100%;
	top: calc(100% - 2.2rem);
	margin-top: 0;
	padding-left: 12px;
}

.button-share.on .list-share {
	opacity: 1;
	pointer-events: auto;
}

.list-share__item {
	line-height: 0;
	margin-left: .2rem;
}

.list-share__item:nth-of-type(2) {
	margin-top: .5rem;
	margin-left: 0;
}

#top .section {
	padding: 5.4rem 0 2.6rem;
}

#top .section h2 {
	margin-bottom: 3.7rem;
	font-size: 2rem;
	text-align: center;
	line-height: 1;
}

#top .item .pic {
	width: 284px;
}

#top .item .desc_copy {
	width: 488px;
}

#top .item .noph {
	width: 100%;
}

#top .item .desc_copy p {
	margin-bottom: 1.8rem;
	font-size: .94rem;
	line-height: 1.7;
}

#top .intro {
	padding: 3rem 0;
}

#top .intro .item {
	display: inline-flex;
	width: 100%;
	justify-content: space-between;
}

#top .intro .item .pic {
	margin-top: 5px;
}

#top .intro h2 {
	margin-bottom: 5.1rem;
}

#top .intro h3 {
	margin-bottom: 3.6rem;
}

#top .story {
	padding-bottom: 5rem;
	background-color: #F6F8F9;
}

#top .story h2 {
	margin-bottom: 5rem;
}

#top .story h3 {
	margin-bottom: 2.4rem;
	color: #408CA2;
	text-align: center;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.46;
}

#top .story .desc_copy {
	margin-bottom: 2.3rem;
}

#top .story ul {
	display: inline-block;
}

#top .story ul li {
	float: left;
	margin-right: 1rem;
	width: 23.5%;
}

#top .story ul li:last-child {
	margin-right: 0;
}

#top .cast {
	position: relative;
	padding-bottom: .95rem;
}

#top .cast .img {
	width: 100%;
}

#top .cast .block .role {
	margin-bottom: 1rem;
}

#top .cast .pic {
	margin-right: 1.25rem;
	width: 228px;
}

#top .cast .desc {
	width: calc(100% - 213px);
}

.popup_ico .icon {
	display: block;
	position: absolute;
	left: 6px;
	bottom: 6px;
	width: 4rem;
	height: 4rem;
	background: url(../img/ico_popup.png) no-repeat;
	background-size: 4rem auto;
}

.ds-row {
	display: flex;
	flex-wrap: wrap;
}


.block {
	margin-bottom: 1.3rem;
}

.block.col_2 {
	margin: 3.4rem 0 2rem;
}

.block.col_2 .dcol {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 2rem;
}

.block .pic {
	margin-right: 1.25rem;
	width: 228px;
}

.block .pic img {
	width: 100%;
}

.block .desc {
	width: calc(100% - 213px);
	font-size: 1rem;
}

.block .name {
	margin-bottom: .4rem;
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.3;
}

.block .name span {
	font-size: 1rem;
}

.block .role {
	line-height: 1.5;
}

#top .block .profile a {
	color: #408EA5;
	text-decoration: underline;
}

.block .dsc_copy {
	margin-bottom: 2rem !important;
	font-size: .875rem;
}

.block .c_ph {
	margin-top: .5rem;
	margin-left: 1.5rem;
	margin-bottom: 1rem;
	width: 160px;
	float: right;
}

.block .dsc_copy {
	margin-bottom: 2rem !important;
	font-size: .875rem;
}

.pp_content {
	padding: 3rem 3.25rem 2rem;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 10px;
}

.pp_content.diagram {
	padding: 4.5rem 1rem 1rem;
	overflow-x: auto;
}

.pp_content.diagram .img {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

.pp_content.diagram .img img {
	width: auto;
	max-width: inherit;
	height: 32rem;
}

.pp_content .profile .name {
	font-size: 1.62rem;
	font-weight: bold;
	font-family: 'Noto Serif JP', serif;
}

.pp_content .profile .name span {
	font-size: 1.1rem;
}

.pp_content .profile p {
	margin-bottom: 1.25rem;
	font-size: .95rem;
	line-height: 1.73;
}

.pp_content .profile .name span {
	padding-right: 2rem;
	font-size: 1.1rem;
}

.pp_content .profile .name span.line2 {
	display: inline-block;
	 line-height: 1.25;
	}

.pp_content .profile .nts {
	font-family: "Noto Sans JP", sans-serif;
}

.pp_content .profile .comment {
	color: #0E4496;
	font-family: 'Noto Serif JP', serif;
	font-weight: 500;
}

#top .staff {
	position: relative;
	background-color: #F6F8F9;
	padding-bottom: 3.7rem;
}

#top .staff .block {
    margin-bottom: .6rem;
}

#top .staff .block.col_2 {
    margin-top: 0;
}

#top .staff .dcolumns_md_2 .dcol {
    margin-right: 0;
    width: 60%;
}

#top .staff .block .dcol {
    margin-bottom: 2.4rem;
}

#top .staff .block .role {
    margin-bottom: .3rem;
    font-size: .88rem;
}

#top .staff .block .name {
    margin-bottom: .7rem;
}

#top .staff .block .profile a {
    font-size: 1rem;
}

#top .staff .block.col_2 {
    margin-bottom: .9rem;
}

#top .staff .block.col_2 .name {
    margin-bottom: 1.8rem;
}

#top #message {
	padding-bottom: 0;
}

#top .comment .item {
    position: relative;
    margin-bottom: 4.2rem;
    min-height: 198px;
}

#top .comment .item:last-child {
	margin-bottom: 0;
}

#top .comment .item .pic {
	position: absolute;
	top: 5px;
	right: 0;
}

#top .comment .item .name {
	margin-bottom: .7rem;
	font-size: 1.75rem;
	line-height: 1.14;
}

#top .comment .item .role {
	padding-left: 1.6rem;
	font-size: 1.13rem;
	line-height: 1.78;
}

/* comment */
#top .cmt {
    margin-top: 3.1rem;
    padding-bottom: 1rem;
    background-color: #F6F8F9;
}

#comment .inner{
	max-width: 954px;
}

#top .section h2 .sm_tit{
	font-size: 1rem;
	line-height: 2;
}

#comment .block{
	margin: 4rem 0 0;
}

#comment .block .dcol{
	display: block;
	margin-bottom: 3rem ;
}

#comment .block .desc{
	width: 100%;
	line-height: 2;
}

#comment .block .name{
	margin-top: .5rem;
	font-size: 1.3rem;
	font-weight: bold;
	line-height: 1.6;
}

#comment .block .role{
	line-height: 2;
}

.text_area {
	margin-top: 4.3rem;
	padding: 2.6rem 0 2.7rem;
	border-top: 1px solid #707070;
	color: #333;
	font-size: 1rem;
	line-height: 1.4;
	text-align: center;
}

.text_area .copy {
	margin: 0 0 1.6rem;
	font-size: 1.5rem;
	font-weight: bold;
}

.text_area .cast {
	margin: 0 0 1.7rem;
	padding-bottom: 0 !important;
	font-size: 1.1rem;
	font-weight: bold;
}

.text_area .director {
	margin: 0 0 1.6rem;
}

.text_area .other {
	margin-bottom: 1.7rem;
	font-size: .75rem;
}

.text_area .th {
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1.4;
	text-align: center;
}

.text_area .th span {
	font-size: 65%;
}

@media screen and (max-width : 1200px) {
	#top img {
		width: 100%;
	}
}

@media (min-width: 769px) and (max-width: 991px) {
    #gnav .menu {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }
	#gnav li a {
		padding: 0.5rem .7rem;
        font-size: .8rem
	}
}


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

	/* .dcol {
		margin-right: 1.5rem;
	} */

	.ds_col {
		margin-right: 0;
	}

	.sp {
		display: block;
	}

	.pc {
		display: none;
	}

	.switch_pc {
		display: none;
	}

	.switch_sp {
		display: block;
	}

	br.sp {
		display: block;
	}

	/* ------------------------------------------------------------
	  *
	  header
	  *
	  ------------------------------------------------------------ */
	#h_top {
		display: none !important;
	}

	#header {
		background: none;
	}

	#header.top {
		top: 0;
	}

	#header .inner {
		width: 100%;
	}

	#header .h_gnav {
		height: 100vh;
	}

	#header .logo {
		padding: .88rem 1.25rem 2rem;
	}

	#header .logo img {
		width: 10.5rem;
	}

	#header #gnav {
		position: absolute;
		padding: 0;
		width: 100%;
		height: 100vh;
		background-color: #408EA5;
		clear: both;
		z-index: 200;
	}

	#header #gnav .menu {
		margin: 0 .95rem 1.1rem;
		padding: .5rem 0 .8rem;
		width: auto;
		border-top: 1px solid #FFF;
		border-bottom: 1px solid #FFF;
	}

	#header #gnav .menu li {
		float: none;
		width: 100%;
	}

	#header #gnav .menu li a {
		padding: .3rem 0;
		color: #FFF;
		text-align: center;
		font-size: 1.13rem;
		font-weight: bold;
		line-height: 2;
	}

	#header #gnav .h_sns {
		display: -moz-flex;
		display: -ms-flex;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		float: none;
		width: 100%;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin: 0 auto;
	}

	#header #gnav .h_sns li {
		width: auto;
	}

	#header #gnav .h_sns li a {
		margin: 0;
		padding: 0 1.45rem;
		color: #FFF;
		font-size: 2.25rem;
	}

	#header #gnav .h_sns li:last-child {
		padding-bottom: 0;
	}

	#header #gnav .h_sns li:last-child a {
		border-bottom: none;
	}

	.btn-toggle-menu {
		position: fixed;
		top: 15px;
		right: 15px;
		padding: .6rem 0;
		width: 55px;
		height: 55px;
		border-radius: 3px;
		background-color: #408EA5;
		box-sizing: border-box;
		line-height: 1;
		cursor: pointer;
		z-index: 201;
		outline: none;
	}

	.btn-toggle-menu.close {
		position: absolute;
	}

	.btn-toggle-menu.close .icon-bar {
		position: relative;
		top: 1px;
		left: 4px;
		right: 15px;
	}

	.btn-toggle-menu .icon-bar {
		display: block;
		margin: 0 .94rem;
		width: 26px;
		height: 4px;
		border-radius: 1.6px;
		background-color: #FFF;
		color: #1576C9;
		transition: all .2s;
		-webkit-transition: all .2s;
	}

	.btn-toggle-menu .icon-bar+.icon-bar {
		margin-top: .3rem;
	}

	.btn-toggle-menu.collapsed {
		background-color: rgba(255, 255, 255, 0.85);
	}

	.btn-toggle-menu.collapsed .top-bar {
		height: 6px;
		border-radius: 3px;
		background-color: #408EA5;
		transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		transform-origin: 15% 140%;
		-webkit-transform-origin: 15% 140%;
		-moz-transform-origin: 15% 140%;
		-ms-transform-origin: 15% 140%;
	}

	.btn-toggle-menu.collapsed .middle-bar {
		opacity: 0;
	}

	.btn-toggle-menu.collapsed .bottom-bar {
		height: 6px;
		border-radius: 3px;
		background-color: #408EA5;
		transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform-origin: 0% -70%;
		-webkit-transform-origin: 0% -70%;
		-moz-transform-origin: 0% -70%;
		-ms-transform-origin: 0% -70%;
	}

	.btn-toggle-menu.collapsed span.toggle-txt {
		margin-top: .1rem;
		color: #408EA5;
	}

	.btn-toggle-menu .top-bar {
		transform: rotate(0);
		-webkit-transform: rotate(0);
	}

	.btn-toggle-menu .middle-bar {
		opacity: 1;
	}

	.btn-toggle-menu .bottom-bar {
		transform: rotate(0);
		-webkit-transform: rotate(0);
	}

	.btn-toggle-menu:focus {
		outline: none;
	}

	span.toggle-txt {
		display: block;
		margin-top: .3rem;
		color: #FFF;
		text-align: center;
		font-size: .75rem;
	}

	.nav-menu-enable {
		max-height: 0;
		overflow: hidden;
		-webkit-transition: max-height .7s;
		transition: max-height .7s;
	}

	.nav-menu-enable.is-hide .nav-menu-content {
		display: none;
	}

	.nav-menu-enable.is-show {
		display: block;
	}

	.btn-cat a {
		width: 115px;
	}

	#top .inner{
		padding: 0 1rem;
	}

	#top .main {
		padding: 0;
	}

	#top .trailer {
		margin-bottom: 3rem;
		width: auto;
	}

	#top .trailer iframe {
		width: 100%;
		height: 360px;
	}

	#top .banner {
		margin: 2rem 0;
		padding: 0 1rem;
	}

	#top .bn2 {
		display: block;
		margin: 3rem 0 0;
	}
	#top .bn2 li {
		width: 90%;
		margin-bottom: 1rem;
	}

	#top .news a {
		padding: 1.2rem 2rem 1rem;
	}

	#top .sns {
		margin: .5rem 0;
		font-size: 2.5rem;
	}

	#top .sns li {
		margin: 0 1.5rem;
	}

	.button-sns {
		position: relative;
		top: 0;
		left: 0;
		display: block;
		padding-bottom: 3rem;
		transform: translateY(0);
		border-bottom: 1px solid #707070;
		text-align: center;
		z-index: initial;
	}

	.button-sns__text,
	.button-share__text {
		writing-mode: horizontal-tb;
		font-size: 1.5rem;
		letter-spacing: 1px;
	}

	.button-sns a {
		display: inline-block;
		padding: 0 .8rem;
		color: #E40011 !important;
		transform: rotate(0deg);
	}

	.button-sns a.ico_twit,
	.button-sns a.ico_insta {
		margin-top: .6rem;
	}

	.button-sns a i {
		font-size: 2rem;
	}

	.button-share {
		display: block;
		margin-top: 1.6rem;
		padding-top: 0;
	}

	.button-share .list-share {
		display: flex;
		position: relative;
		left: auto;
		top: auto;
		margin-top: .8rem;
		padding: 0;
		opacity: 1;
		pointer-events: auto;
		justify-content: center;
		align-items: center;
	}

	.list-share .list-share__item {
		margin-left: .5rem;
	}

	.list-share .list-share__item:nth-of-type(2) {
		margin-top: .6rem;
	}

	#top .inner {
		max-width: 100%;
	}

	#top .section {
		padding: 2.5rem 0 .4rem;
	}

	#top .section h2 {
		margin-bottom: 3rem;
		font-size: 1.5rem;
	}

	.block .pic {
		margin-right: 1rem;
		width: 160px;
	}

	.block .desc {
		width: calc(100% - 176px);
	}

	#top .item .pic {
		margin-bottom: 2.3rem;
		width: 100%;
		text-align: center;
	}

	#top .item .pic img {
		max-width: 80%;
	}

	#top .item .desc_copy {
		width: auto;
	}

	#top .intro h3 {
		margin-bottom: 2.1rem;
	}

	#top .intro .item {
		display: block;
	}

	#top .intro .item .pic img {
		max-width: 100%;
	}

	#top .intro .item .desc_copy {
		position: relative;
	}

	#top .cast .pic {
		width: 50%;
	}

	#top .cast .desc {
		width: 58.5%;
	}

	#top .story {
		padding: 4.2rem 0 3rem;
	}

	#top .story .inner {
		padding: 0 1rem;
	}

	#top .story h2 {
		margin-bottom: 2.8rem;
	}

	#top .story h3 {
		text-align: left;
	}

	#top .story ul {
		display: flex;
		flex-wrap: wrap;
	}
	#top .story ul li {
		margin-bottom: 1rem;
		margin-right: .94rem;
		padding-right: 0;
		width: calc(50% - 8px);
	}

	#top .story ul li:nth-child(2n) {
		margin-right: 0;
	}

	#top .staff {
		padding: 4.3rem 0 1.3rem;
	}

	#top .staff .inner {
		padding: 0 1rem;
	}

	#top .staff .block {
		margin-bottom: .3rem;
	}

	#top .staff .dcolumns_md_2 .dcol {
		width: 100%;
	}

	#top .staff .block.col_2 .pic {
		width: 47%;
	}

	#top .comment .item {
		margin-bottom: 2.2rem;
		min-height: auto;
	}

	#top .comment .item .pic {
		position: relative;
		top: 0;
	}

	#top .comment .item .name {
		margin-bottom: 1.5rem;
		text-align: center;
	}

	#top .comment .item .role {
		padding-left: 1.5rem;
	}

	#top .comment .item:last-of-type {
		margin: 4.1rem 0 0;
	}

	/* comment */

	#comment .inner{
		max-width: 100%;
	}

	#top .section h2 .sm_tit {
		line-height: 1;
	}

	#comment .block{
		margin: 3rem 0 0;
	}

	#comment .block .dcol{
		margin: 0 0 2rem;
	}

	#comment .block .desc{
		width: 100%;
	}

	.text_area {
		margin-top: 3.7rem;
		padding-bottom: 2.5srem;
	}

	.text_area .copy {
		margin-bottom: 1.4rem;
	}

	.text_area .cast {
		margin-bottom: 1.2rem;
	}

	.text_area .other {
		margin-bottom: 1.5rem;
	}

	.pp_content {
		padding: 3rem 2rem 2rem;
		border: none;
	}

	.pp_content .profile .name span.line2 {
		display: block;
		padding-right: 0;
	}
}

@media screen and (max-width : 480px) {
	.pp_content {
		padding: 3rem 0 0;
		border-radius: 0;
	}
}
