@charset "utf-8";

/*==========================================
 General
===========================================*/

::-webkit-scrollbar{
	width: 10px;
}
::-webkit-scrollbar-track{
	background: rgba(101,84,60,0.5);
	border: none;
}
::-webkit-scrollbar-thumb{
	background: rgba(242,150,0,0.5);
	border-radius: 10px;
	box-shadow: none;
}

html {
	font-size: 62.5%;
	-webkit-overflow-scrolling: touch;
	height: 100%
}
body {
	font-family: 'Noto Serif JP', serif;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	-webkit-overflow-scrolling: touch;
	font-size: 1.6rem;
	background: #ffffff;
	letter-spacing: 0.1em;
}
@media only screen and (max-width: 768px) {
	body {
		min-width: auto;
	}
}
@media only screen and (max-width: 480px) {
	body {
		letter-spacing: 0.1em;
	}
}

a {
	text-decoration: none;
}
p {
	font-size: 1.6rem;
	text-align: left;
	color: #ffffff;
	line-height: 180%;
}
p.large {
	font-size: 3.0rem !important;
}
p.middle {
	font-size: 2.0rem !important;
}
p.small {
	font-size: 1.6rem !important;
}
p.x-small {
	font-size: 1.2rem !important;
}

@media only screen and (max-width: 768px) {
	p.large{
		font-size:1.8rem !important;
	}
	p.middle {
		font-size: 1.8rem !important;
	}
	p.small {
		font-size: 1.5rem !important;
	}
	.story_txt p.middle {
		font-size: 1.5rem !important;
	}
	#ticket_wrap .outline_box p.middle,.ticket_txt p.middle {
		font-size: 1.7rem !important;
	}
	#ticket_wrap .outline p.small,#sup_schedule_wrap ul li p.small {
		font-size: 1.4rem !important;
	}
}
p.center {
	text-align: center!important;
}
.align-left{
	text-align:left!important;
}
.align-right{
	text-align:right!important;
}
.mgn00 {
	margin-bottom: 0px!important;
}
.mgn10 {
	margin-bottom: 10px!important;
}
.mgn20 {
	margin-bottom: 20px!important;
}
.mgn30 {
	margin-bottom: 30px!important;
}
.mgn40 {
	margin-bottom: 40px!important;
}
.mgn50 {
	margin-bottom: 50px!important;
}
.mgn60 {
	margin-bottom: 60px!important;
}
.mgn70 {
	margin-bottom: 70px!important;
}
.mgn80 {
	margin-bottom: 80px!important;
}
.mgn90 {
	margin-bottom: 90px!important;
}
.mgn100 {
	margin-bottom: 100px!important;
}
.mgn120{
	margin-bottom: 120px!important;
}
.center{
	text-align:center;
}

/*==========================================
 header
===========================================*/
header {
	width: 100%;
	left:0;
	z-index:700;
	position: fixed;
}
#head-inner{
/*	margin:0 1%;*/
/*	padding:1.5rem 0;*/
}
#head-inner #socialArea{
	float:right;
	z-index: 700;
}
#head-inner ul#socialArea li{
/*	float:left;*/
/*	padding: 5px;*/
}
ul#socialArea li a img {
	width: 35px;
	height: 100%;
	transition: all 0.2s linear;
}
ul#socialArea li a:hover img {
	opacity: 0.8;
}
@media only screen and (max-width: 768px) {
	#header {
		padding-top:0;
		padding-bottom:0px;
		position:fixed;
		top: 0;
	}
	#head-inner{
		min-width:auto;
	}
}

@media only screen and (max-width: 480px) {
	ul#socialArea li a img {
		width: 30px;
	}
}


/*==========================================
 ナビゲーション
===========================================*/
nav#nav {
	position: fixed;
	top: 0;
	left: 0;
	display:none;
	float:none;
	width: 100%;
	max-height: fit-content;
	text-align: center;
	background-image: url(../images/bg_mask_btm_w.png);
	background-position: bottom;
	opacity: 0.9;
}
nav#nav ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 8% 10% 15%;
}
nav#nav ul li {
	display: block;
	margin: 15px 5px;
	width: 200px;
	height: 52px;
}
nav#nav ul li a {
	display: block;
	width: 200px;
	height: 52px;
}
nav#nav ul li.m_top {
	background-image: url(../images/btn/m_btn_top.svg);
	background-repeat: no-repeat;
}

nav#nav ul li.m_news {
	background-image: url(../images/btn/m_btn_news.svg);
	background-repeat: no-repeat;
	cursor: pointer;
}

nav#nav ul li.m_intro {
	background-image: url(../images/btn/m_btn_intro.svg);
	background-repeat: no-repeat;
}

nav#nav ul li.m_story {
	background-image: url(../images/btn/m_btn_story.svg);
	background-repeat: no-repeat;
}

nav#nav ul li.m_chara {
	background-image: url(../images/btn/m_btn_chara.svg);
	background-repeat: no-repeat;
}

nav#nav ul li.m_cast {
	background-image: url(../images/btn/m_btn_cast.svg);
	background-repeat: no-repeat;
}

nav#nav ul li.m_schedule {
	background-image: url(../images/btn/m_btn_schedule.svg);
	background-repeat: no-repeat;
}

nav#nav ul li.m_ticket {
	background-image: url(../images/btn/m_btn_ticket.svg);
	background-repeat: no-repeat;
}

nav#nav ul li.m_staff {
	background-image: url(../images/btn/m_btn_staff.svg);
	background-repeat: no-repeat;
}

nav#nav ul li.m_goods {
	background-image: url(../images/btn/m_btn_goods.svg);
	background-repeat: no-repeat;
}

nav#nav ul li.m_notice {
	background-image: url(../images/btn/m_btn_notice.svg);
	background-repeat: no-repeat;
	opacity: 0.4;
}

nav#nav ul li.m_qa {
	background-image: url(../images/btn/m_btn_qa.svg);
	background-repeat: no-repeat;
}

@media screen and (min-width: 779px) {
	nav#nav ul li.m_top:hover {
		background-image: url(../images/btn/m_btn_top_h.svg);
	}

	nav#nav ul li.m_news:hover {
		background-image: url(../images/btn/m_btn_news_h.svg);
	}

	nav#nav ul li.m_intro:hover {
		background-image: url(../images/btn/m_btn_intro_h.svg);
	}

	nav#nav ul li.m_story:hover {
		background-image: url(../images/btn/m_btn_story_h.svg);
	}

	nav#nav ul li.m_chara:hover {
		background-image: url(../images/btn/m_btn_chara_h.svg);
	}

	nav#nav ul li.m_cast:hover {
		background-image: url(../images/btn/m_btn_cast_h.svg);
	}

	nav#nav ul li.m_schedule:hover {
		background-image: url(../images/btn/m_btn_schedule_h.svg);
	}

	nav#nav ul li.m_ticket:hover {
		background-image: url(../images/btn/m_btn_ticket_h.svg);
	}

	nav#nav ul li.m_goods:hover {
		background-image: url(../images/btn/m_btn_goods_h.svg);
	}

	/*nav#nav ul li.m_notice:hover {
		background-image: url(../images/btn/m_btn_notice_h.svg);
	}*/

	nav#nav ul li.m_qa:hover {
		background-image: url(../images/btn/m_btn_qa_h.svg);
	}

	nav#nav ul li.m_staff:hover {
		background-image: url(../images/btn/m_btn_staff_h.svg);
	}
}

nav#nav ul li.social{
	padding-right:0;
}
nav#nav ul li.social img {
	vertical-align:bottom;
	
}
nav#nav ul li a {
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	backface-visibility: hidden;
	text-decoration: none;
	color:rgba(138,88,50,1);
	position: relative;
}
nav#nav ul li a:hover {
	opacity: 1.0;
	text-decoration: none;
	color:rgba(138,88,50,0.5);
}
nav#nav ul li.current-menu-item a{
	color:#fff;
	background: url(images/line_paint.png) repeat-x bottom;
	padding-bottom:10px;
}

@media only screen and (max-width: 1325px) {
	nav#nav ul li {
		padding-right:1.5%;
	}
}
@media only screen and (max-width: 1229px) {
	nav#nav ul li {
		font-size:1.5rem;
	}
}
@media only screen and (max-width: 1169px) {
	nav#nav ul li {
		font-size:1.4rem;
		padding-top: 1.1rem;
		padding-right:1.3%;
	}
}
@media only screen and (max-width: 1074px) {
	nav#nav ul li {
		font-size:1.3rem;
		padding-top: 1.2rem;
		padding-right:1.1%;
	}
}
@media only screen and (max-width: 984px) {
	nav#nav {
		width: 100%;
	}
	nav#nav ul li {
		padding-top: 0;
	}
}
.menu {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 110px;
	height: 110px;
	cursor: pointer;
	z-index:800;
	box-sizing:border-box;
}
.menu.menuOpen {
	background-image: url(../images/btn/btn_close.svg);
}
.menu.menuOpen img {
	display: none;
}
#nav ul {
	-webkit-overflow-scrolling: touch;
}
@media screen and (max-width: 768px) {
	.menu {
		top: 0px;
		width: 90px;
		height: 90px;
	}
	nav#nav {
		width: 100%;
		height: 100vh;
		max-height: 100vh;
		padding: 0;
		background-position: top;
		overflow: auto;
	}
	nav#nav ul {
		margin: 30% 5%;
	}
	nav#nav ul li {
		display: block;
		margin: 15px auto;
		width: 200px;
		height: 52px;
		cursor: pointer;
	}
	nav#nav ul li a {
		display: block;
		width: 200px;
		height: 52px;
	}
}
@media only screen and (max-width: 480px) {
	nav#nav ul li ul.sub-menu#sub-menu-profile{
		display:none;
	}
	nav#nav ul li {
		margin: 10px auto;
		width: 150px;
		height: 41px;
	}
	nav#nav ul li a {
		display: block;
		width: 150px;
		height: 41px;
	}
}

@media only screen and (max-width: 320px) {
	nav#nav ul li ul.sub-menu#sub-menu-profile{
		display:none;
	}
	nav#nav ul li {
		margin: 10px auto;
		width: 135px;
		height: 35px;
	}
	nav#nav ul li a {
		display: block;
		width: 135px;
		height: 35px;
	}
}


/*footer
================================================== */
footer img {
	width:100%;
}

/*==========================================
 Contents
===========================================*/


/*Layout
================================================== */
#contentsArea{
	width:100%;
	background:#ffffff;
	line-break: strict;
}

#contentsArea section.grey{
	background:#f5f5f5;
	padding-bottom:60px;
}
#contentsArea .wfull{
	width:100%;
}
#contentsArea .w1080{
	max-width:1080px;
	padding:0 15px;
	margin:0 auto;
	padding-bottom:40px;
}
#contentsArea .w980{
	max-width:980px;
	padding:0 15px;
	margin:0 auto;
	padding-bottom:40px;
	
}
#contentsArea .w900{
	max-width:900px;
	margin:0 auto;
	padding-bottom:40px;
	
}

#contentsArea .w800{
	max-width:800px;
	padding:0 15px;
	margin:0 auto;
	padding-bottom:40px;
}

#contentsArea section p{
	width:100%;
	line-height:180%;
	text-align:left;
	color:#000000;
	font-size:2.0rem;
	font-weight:500;
}
#contentsArea section img{
	width:100%;
	height:auto;
}
#contentsArea ul {
	margin-left:20px;
}
#contentsArea ul li{
	display:list-item;
	line-height:180%;
	text-align:left;
	color:#000;
	font-size:1.5rem;
	font-weight:normal;
	list-style-type:disc;
}
@media screen and (max-width: 768px) {
	#contentsArea section p{
		font-size:1.5rem;
	}
}

main{
	width:100%;
	float:none;
	margin-right:0;
}
aside{
	width:100%;
	float:none;
}

/* ------------------------------------------------------------
	Clearfix
------------------------------------------------------------ */

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE Mac */
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End Hack */

/*==========================================
	タイトルとYouTubeモーダル
===========================================*/
#container {
	display: none;
}
.noScroll {
	scrollbar-width: none;
	-ms-overflow-style: none;
}
.noScroll::-webkit-scrollbar{
  display:none;
}

.loader {
	position: fixed;
	width: 100%;
	height: 100%;
	min-height: 100%;
	z-index: 1000;
	background-image: url("../images/bg.jpg");
	top: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	-webkit-animation: load 1.0s ease-in 6.0s 1 forwards;
	animation: load 1.0s ease-in 6.0s 1 forwards;
}
.loader .img {
	position: absolute;
	height: 100%;
	overflow: hidden;
	width: 45%;
	right: 25%;
	top: 0;
	-webkit-animation: blur 8.0s both ease-in-out;
	animation: blur 8.0s both ease-in-out;
}

@media screen and (max-width: 768px) {
	.loader .img {
		width: 80%;
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
	}
}
@-webkit-keyframes load {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
		z-index: 0;
	}
}
@keyframes load {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
		z-index: 0;
	}
}

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

.modalWrapper, .modalWrapper_n,
.modalWrapper_ta,
.modalWrapper_tb,
.modalWrapper_tc,
.modalWrapper_i,
.modalWrapper_ga,
.modalWrapper_gb,
.modalWrapper_gc,
.modalWrapper_gd,
.modalWrapper_ge,
.modalWrapper_gf,
.modalWrapper_gg {
	width: 100%;
	height: 100%;
	background-color: #806716;
	position: fixed;
	top: 0;
	z-index: 1000;
	overflow: hidden;
	display: none;
}
.iframeWrapper {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 50%;
	left: 50%;
	background-color: #ffffff;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
}

.iframeWrapper iframe {
	width: 100%;
	height: 100%;
	overflow: scroll;
/*	background: no-repeat center/95% url("../images/loading.svg");*/
	background-position: bottom;
}
.kv_wrap {
	width: 100%;
	position: relative;
}
.youtubeArea {
	position: absolute;
	width: 50%;
	bottom: 2.5%;
	right: 0%;
}
.youtube {
	aspect-ratio: 16 / 9;
	bottom: 0;
	
}
.youtube iframe {
	width: 100%;
	height: 100%;
}

@media screen and (max-width: 778px) {
	.youtubeArea {
		position: relative;
		width: 100%;
		margin-top: -25%;
	}
}
.parallax_box {
	margin-top: -50px;
}
.parallax_content {
	height: 100%;
	justify-content: center;
	align-items: center;
	background-attachment: fixed;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.front_content{
	display: block;
}

@media screen and (max-width: 778px) {
	.parallax_box {
		margin-top: -20px;;
	}
}
.img_bg_01 {
	background-image: url(../images/bg.jpg);
	padding-top: 7%;
	padding-bottom: 20%;
	margin-bottom: -20%;
}
@media screen and (max-width: 480px) {
	.img_bg_01 {
		margin-bottom: -45%;
	}
}

.img_bg_02 {
	background-image: url(../images/bg_story.png);
	background-size: cover;
	background-position-x: 30%;
	padding-bottom: 5%;
}
.img_bg_03, .img_bg_09 {
	background-image: url(../images/bg_crown.jpg);
	background-repeat: repeat;
	background-size: 15%;
	padding-bottom: 5%;
}
.img_bg_03 #chara, .img_bg_09 #staff {
	background: radial-gradient(ellipse closest-side,rgba(255,255,255,0.5) 0%,rgba(197,181,125,0.5) 50%,rgba(107,72,41,0.5) 100%);
	padding-bottom: 5%;
	margin-bottom: -5%;
}
@media screen and (max-width: 778px) {
	.img_bg_03, .img_bg_09 {
		background-size: 25%;
	}
}
.img_bg_04 {
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	padding-bottom: 10%;
}
@media screen and (max-width: 778px) {
	.img_bg_04 {
	padding-bottom: 20%;
	}
}
.img_bg_05 {
	background-image: url(../images/white_mask_top.png);
	background-repeat: no-repeat;
	background-size: 100%;
	padding: 5% 0;
	margin-top: -10%;
}
.img_bg_06 {
	background-image: url(../images/bg_mask_both.png);
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 5%;
}
@media screen and (max-width: 778px) {
	.img_bg_05 {
		margin-top: -15%;
	}
	.img_bg_06 {
		background-image: url(../images/bg_mask_both_sp.png);
		padding-top: 20%;
		margin-bottom: 3%;
	}
}
.img_bg_07 {
	background-color: #fff;
}
.img_bg_08 {
	background-image: url(../images/bg_op_mask_top.png);
	background-repeat: no-repeat;
	background-position-x: 87%;
	background-size: cover;
	padding-bottom: 5%;
}
#intro_wrap, #story_wrap, #chara_wrap, #cast_wrap {
	position: relative;
	width: 100%;
}
#news_wrap .news_title,
#intro_wrap .intro_title,
#story_wrap .story_title,
#chara_wrap .chara_title {
	position: absolute;
	height: 70px;
	width: auto;
}
#cast_wrap .cast_title,
#schedule_wrap .schedule_title,
#ticket_wrap .ticket_title,
#qa_wrap .qa_title,
#staff_wrap .staff_title,
#goods_wrap .goods_title {
	height: 70px;
	width: auto;
}
#intro_wrap .intro_txt,
#story_wrap .story_txt {
	margin: 5% 20%;
}
@media screen and (max-width: 778px) {
	#intro_wrap .intro_txt,
	#story_wrap .story_txt {
		margin: 10% 10%;
	}
	#chara_wrap .title_layout,
	#staff_wrap .title_layout {
			margin: 0 3% !important;
	}
}

@media screen and (max-width: 480px) {
	#news_wrap .news_title,
	#intro_wrap .intro_title,
	#story_wrap .story_title,
	#chara_wrap .chara_title {
		height: 55px;
	}
	#cast_wrap .cast_title,
	#schedule_wrap .schedule_title,
	#ticket_wrap .ticket_title,
	#qa_wrap .qa_title,
	#staff_wrap .staff_title,
	#goods_wrap .goods_title
	 {
		height: 55px;
	}
}

#chara_wrap .title_layout,
#staff_wrap .title_layout {
		display: block;
		max-width: 1080px;
		padding: 5% 0;
		margin: 0 auto;
}
@media only screen and (max-width: 1325px) {
	#chara_wrap .title_layout,
	#staff_wrap .title_layout {
			padding-bottom: 10%;
	}
}
@media only screen and (max-width: 1116px) {
	#chara_wrap .title_layout,
	#staff_wrap .title_layout {
			padding-left: 2%;
	}
}
.chara_list {
	max-width: 1300px;
	margin: auto;
}

#story_wrap .story_txt p {
	color: #fff;
}

#news_wrap .title_layout {
	padding: 0 0 5%;
}

#news_wrap .news {
	width: 40%;
	height: 96px;
	margin: 5% auto 0;
	text-align: center;
	background-image: url('../images/btn/btn_news.svg');
	background-repeat: no-repeat;
	cursor: pointer;
}

#news_wrap .news a {
	display: block;
	position: relative;
	width: 100%;
	height: 96px;
	z-index: 500;
}

#intro_wrap .aboutmm {
	width: 40%;
	height: 96px;
	margin: 50px auto;
	text-align: center;
	background-image: url('../images/btn/btn_aboutmm.svg');
	background-repeat: no-repeat;
	cursor: pointer;
}
#intro_wrap .aboutmm a {
	display: block;
	position: relative;
	width: 100%;
	height: 96px;
}

#intro_wrap .itohaki {
	width: 40%;
	height: 96px;
	margin: 0px auto 50px;
	text-align: center;
	background-image: url('../images/btn/btn_itohaki.svg');
	background-repeat: no-repeat;
	cursor: pointer;
}

#intro_wrap .itohaki a {
	display: block;
	position: relative;
	width: 100%;
	height: 96px;
	z-index: 500;
}

@media screen and (min-width: 779px) {
	#news_wrap .news:hover {
		background:url('../images/btn/btn_news_h.svg');
		background-repeat: no-repeat;
	}
	#intro_wrap .aboutmm:hover {
		background:url('../images/btn/btn_aboutmm_h.svg');
		background-repeat: no-repeat;
	}
	#intro_wrap .itohaki:hover {
		background:url('../images/btn/btn_itohaki_h.svg');
		background-repeat: no-repeat;
	}
	#news_wrap .news a:hover::before,#intro_wrap .aboutmm a:hover::before,#intro_wrap .itohaki a:hover::before,nav#nav ul li a:hover::before,.comment_btn > a:hover::before {
		-webkit-animation: light 0.5s 0s linear;
		-moz-animation: light 0.5s 0s linear;
		animation: light 0.5s 0s linear;
	}
	
	@keyframes light {
		from {opacity: 0; left: 0%;}
		50% {opacity: 1;}
		to {opacity: 0;left: 100%;}
	}

	#news_wrap .news a::before,#intro_wrap .aboutmm a::before,#intro_wrap .itohaki a::before,nav#nav ul li a::before,.comment_btn > a::before {
		content: '';
		display: block;
		width: 0px;
		height: 30%;
		position: absolute;
		top: 30%;
		left: 0%;
		opacity: 0;
		background: #fff;
		box-shadow: 0 0 50px 30px #fff;
		-webkit-transform: skewX(-20deg);
		-moz-transform: skewX(-20deg);
		-ms-transform: skewX(-20deg);
		-o-transform: skewX(-20deg);
		transform: skewX(-20deg);
	}
}

#story_wrap, #schedule_wrap, #ticket_wrap, #qa_wrap {
	padding-top: 10%;
}

#sup_schedule {
	background-color: #fff;
	padding: 5%;
}

p.note {
	padding-left: 1em;
	text-indent: -1em;
	width: calc(100% - 1em)!important;
}

#t_schedule {
	padding: 10% 5% 5%;
	text-align: center;
}
#t_schedule_wrap img {
	max-width: 30% !important;
}

@media screen and (max-width: 778px) {
	#t_schedule {
		padding: 0 5% 10%;
	}
	#t_schedule_wrap img {
		max-width: 70% !important;
	}
	#news_wrap .news {
		width: 60%;
		height: auto;
		margin-top: 10%;
	}
	#intro_wrap .aboutmm {
		width: 60%;
		height: auto;
	}
	#intro_wrap .itohaki {
		width: 60%;
		height: auto;
	}
}
@media screen and (max-width: 480px) {
	#story_wrap, #schedule_wrap, #ticket_wrap, #qa_wrap {
		padding-top: 20%;
	}
	#intro_wrap .intro_txt,
	#story_wrap .story_txt {
		margin: 20% 0 10%;
	}
	#news_wrap .title_layout {
		padding: 10% 0 5%;
	}
	#news_wrap .news {
		width: 100%;
		margin-top: 60px;
		margin-bottom: 0;
	}
	#intro_wrap .aboutmm {
		width: 100%;
		margin-top: 20px;
		margin-bottom: 0;
	}
	#intro_wrap .itohaki {
		width: 100%;
		margin-top: 0;
		margin-bottom: 75px;
	}
	#schedule_wrap .outline_box img {
		max-width: 100%;
	}
	#t_schedule_wrap img {
		max-width: 90% !important;
	}
	#sup_schedule {
		padding-top: 40px !important;
	}
}
.title_layout {
	padding: 5% 0;
}
#chara_wrap .bk_area {
	display: block;
	width: 80%;
	margin: 3% 0;
	padding: 3% 10%;
	background-color: rgba(0,0,0,0.7);
	border-top: 3px solid #fff;
	border-bottom: 3px solid #fff;
	text-align: center;
}
#staff_wrap .bk_area {
	display: block;
	width: 100%;
	margin: 0 0 5% 0;
	padding: 5% 0;
	background-color: rgba(0,0,0,0.7);
	border-top: 3px solid #fff;
	border-bottom: 3px solid #fff;
	text-align: center;
}
#staff_wrap .bk_area p,
#staff_wrap .contact_area p {
	color: #fff;
	text-align: center;
	margin-bottom: 0;
}
#staff_wrap .contact_area p a {
	color: #fff;
}
#ticket_wrap .contact_area p {
	text-align: center;
}
#ticket_wrap img {
	width: 85% !important;
	height: auto;
}

@media screen and (max-width: 778px) {
	#chara_wrap .bk_area {
		margin: 7% 0;
		padding: 5% 0;
		width: 100%;
	}
}
@media screen and (max-width: 480px) {
	#chara_wrap .bk_area {
		margin: 15% 0;
	}
	#ticket_wrap img {
		width: 100% !important;
	}
}

#chara_wrap .chara_details {
	display: inline-block;
	max-width: 25%;
	padding: 2% 0;
}
@media screen and (max-width: 778px) {
	#chara_wrap .chara_details {
		max-width: 70%;
		padding: 5% 0;
	}
}
@media screen and (max-width: 480px) {
	#chara_wrap .chara_details {
		max-width: 100%;
	}
}
#chara_wrap .chara_details p {
	color: #fff;
	text-align: center;
}
#chara_wrap .chara_details img {
	max-width: 90%;
}
.chara_details:nth-child(2) {
	transition-delay: 0.15s !important;
}
.chara_details:nth-child(3) {
	transition-delay: 0.3s !important;
}
.chara_details:nth-child(4) {
	transition-delay: 0.45s !important;
}
.chara_details:nth-child(5) {
	transition-delay: 0.6s !important;
}
.chara_details:nth-child(6) {
	transition-delay: 0.75s !important;
}
#cast_wrap .cast_teamA,
#cast_wrap .cast_teamB,
#cast_wrap .cast_teamC {
	display: block;
	padding: 20px;
	box-shadow: 0 0 10px 10px #fff;
}
.team_layout {
	width: 100%;
	display: flex;
}
.comment_btn {
	display: inline-block;
	width: 250px;
	height: 65px;
	background-image: url(../images/btn/btn_comment.svg);
	background-repeat: no-repeat;
	cursor: pointer;
}
@media screen and (min-width: 779px) {
	.comment_btn:hover {
		background-image: url(../images/btn/btn_comment_h.svg);
	}
}
.comment_btn > a {
	display: block;
	width: 250px;
	height: 65px;
	cursor: pointer;
	position: relative;
}

#cast_wrap .cast_teamA .team_title,
#cast_wrap .cast_teamB .team_title,
#cast_wrap .cast_teamC .team_title {
	width: 20%;
	vertical-align: middle;
	margin: 0 20px 20px 0;
}
#cast_wrap .cast_teamA .comment_btn,
#cast_wrap .cast_teamB .comment_btn,
#cast_wrap .cast_teamC .comment_btn {
	vertical-align: middle;
	margin: 0 20px 20px 0;
}
@media screen and (max-width: 778px) {
	.team_layout {
		text-align: center;
		display: block;
	}
	#cast_wrap .cast_teamA .team_title,
	#cast_wrap .cast_teamB .team_title,
	#cast_wrap .cast_teamC .team_title {
		width: 30%;
		vertical-align: middle;
		margin: 0 0 20px 0;
		padding-right: 5%;
	}
	#cast_wrap .cast_teamA .comment_btn,
	#cast_wrap .cast_teamB .comment_btn,
	#cast_wrap .cast_teamC .comment_btn {
		width: 30%;
		margin: 0;
	}
	.comment_btn > a {
		width: auto;
	}
}
@media screen and (max-width: 599px) {
	.team_layout {
		text-align: center;
	}
	#cast_wrap .cast_teamA .team_title,
	#cast_wrap .cast_teamB .team_title,
	#cast_wrap .cast_teamC .team_title {
		width: 35%;
	}
	#cast_wrap .cast_teamA .comment_btn,
	#cast_wrap .cast_teamB .comment_btn,
	#cast_wrap .cast_teamC .comment_btn {
		width: 35%;
	}
}
@media only screen and (max-width: 480px) {
	#cast_wrap .cast_teamA .team_title,
	#cast_wrap .cast_teamB .team_title,
	#cast_wrap .cast_teamC .team_title {
		width: 60%;
	}
	#cast_wrap .cast_teamA .comment_btn,
	#cast_wrap .cast_teamB .comment_btn,
	#cast_wrap .cast_teamC .comment_btn {
		width: 70%;
	}
}
#cast_wrap .team_member {
	text-align: center;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: flex-start;
}

#cast_wrap .team_member p {
	text-align: center;
}

#cast_wrap .cast_details {
	display: inline-block;
	max-width: 16.5%;
	height: auto;
	max-height: auto;
	vertical-align: top;
}
#cast_wrap .cast_details .name {
	line-height: 120%;
}
@media screen and (max-width: 778px) {
	#cast_wrap .cast_details {
		max-width: 33%;
		margin-bottom: 3%;
	}
}
@media screen and (max-width: 480px) {
	#cast_wrap .cast_details {
		max-width: 50%;
	}
}
.cast_details:nth-child(2) {
	transition-delay: 0.15s !important;
}
.cast_details:nth-child(3) {
	transition-delay: 0.3s !important;
}
.cast_details:nth-child(4) {
	transition-delay: 0.45s !important;
}
.cast_details:nth-child(5) {
	transition-delay: 0.6s !important;
}
.cast_details:nth-child(6) {
	transition-delay: 0.75s !important;
}
.red {
	color: red;
}

.white {
	color: white;
}

.cast_name_r .red,cast_name_l .red {
	font-size: 2rem;
}

.goods {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
    margin: 0 auto 60px !important;
    gap: 2%;
    justify-content: center;
    width: 100%;
}

.goods_sub {
	font-size: 2.8rem !important;
	text-indent: -0.5em;
	font-weight: 700 !important;
}

.goods .goods_item {
	position: relative;
	box-sizing: border-box;
	box-shadow: 5px 5px 2px 1px rgba(0, 0, 0, .3);
	margin: 20px 0;
	width: calc(96% / 3);
	text-align: center;
	background: #ffffff;
	transition: 0.2s all;
}

.goods .goods_item a {
	display: block;
	cursor: pointer;
	width: 100%;
	height: 100%;
}

.goods .goods_item img {
	width: 100%;
	transition: 0.3s all;
}

#goods .goods_txt img.ticket {
	width: 35%;
	height: auto;
}

@media only screen and (max-width: 1080px) {
	.goods_sub {
		font-size: 2.5rem !important;
	}
	.goods .goods_item {
		width: calc(96% / 2);
	}
}


@media only screen and (max-width: 550px) {
	.goods_sub {
		text-align: center !important;
		text-indent: initial;
	}
	.goods .goods_item {
		width: 100%;
	}
	.goods .goods_item img {
		width: 90%;
		margin: 0 auto;
	}
	#goods .goods_txt img.ticket {
		width: 90%;
	}
}
.goods .goods_item p {
	text-align: center !important;
}
.goods .goods_item .item-name {
	font-weight: 700 !important;
}

.goods .goods_item a:hover p {
	color: #722a2b !important;
}

.goods .goods_item a p.sale_am,
.goods .goods_item a p.sale_ec {
	font-size: 1.3rem !important;
	border-radius: 1.3rem;
	color: #ffffff !important;
	margin: 4% auto;
	max-width: 90%;
	opacity: 0.6 !important;
}

.goods .goods_item a p.sale_am {
	background-color: #806716;
}

.goods .goods_item a p.sale_ec {
	background-color: #019FCC;
}

@media screen and (min-width: 779px) {
	.goods .goods_item:hover {
		box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, .3);
	}
	.goods .goods_item:hover img {
		opacity: 0.6;
	}
	.goods .goods_item a:hover p.sale_am,
	.goods .goods_item a:hover p.sale_ec {
		opacity: 0.3 !important;
	}
}

.brown {
	color: #722a2b !important;
}
.bgc_brown {
	display: block;
	width: fit-content;
	color: #fff;
	background-color: #806716 !important;
	padding: 5px 10px
}
@media screen and (max-width: 768px) {
	.bgc_brown {
		margin: auto;
	}
}
.outline_box {
	text-align: center;
	border: 5px solid #9a804c;
	outline: 1px solid #65543c;
	outline-offset: -10px;
	margin: 0 15%;
	padding: 5%;
}

.outline_box img {
	max-width: 70%;
	margin-bottom: 20px;
}
.outline_box p {
	text-align: center !important;
}
#ticket_wrap .outline_box {
	margin: 0 5%;
}
#ticket_wrap .outline_box p {
	text-align: left !important;
}

.gmap {
	width: 100%;
	aspect-ratio: 16/9;
}

@media screen and (max-width: 768px) {
	.outline_box {
		margin: 5% 2.5% !important;
		max-width: 95%;
	}
	#ticket_wrap .outline_box p {
		text-align: center !important;
	}
	.gmap {
		aspect-ratio: 16/16;
	}
}
#ticket_wrap .ticket_txt {
	margin: 5% 0;
}

#goods_wrap .outline_box {
	margin: 0;
	padding: 3%;
}
#goods_wrap .outline_box p {
	text-align: left !important;
}

#goods_wrap .goods_txt {
	margin: 3% 0;
}

#footer {
	background-image: url(../images/bg.jpg);
	height: 200px;
}
#foot-inner {
	background-color: #722a2b;
	opacity: 0.8;
	height: 200px;
	display: flex;
	justify-content: space-between;
}
.footArea1, .footArea2, .footArea3 {
	width: 30%;
	margin: auto;
}

.footArea1 {
	display: flex;
	align-items: center;
}
.footArea1 p {
	margin-right: 20px;
	margin-bottom: 0;
}
.footArea1 img {
	width: 60%;
}

.footArea2 ul {
	display: flex;
	justify-content: center;
	align-items: center;
}

.footArea2 ul li img {
	max-height: 40px;
}

.footArea2 ul li:nth-child(1) {
	width: 10%;
	float: right;
	margin: 5px;
}
.footArea2 ul li:nth-child(2) {
	width: 10%;
	float: left;
	margin: 5px;
}
.footArea3 p {
	text-align: right;
	margin: auto 0;
}

@media screen and (max-width: 778px) {
	#footer {
		height: auto;
	}
	#foot-inner {
		display: block;
		height: auto;
		padding: 5% 0;
	}
	.footArea1, .footArea2, .footArea3 {
		width: 80%;
	}
	.footArea1 {
		display: block;
		text-align: center;
	}
	.footArea1 p {
		text-align: center;
		margin-right: 0;
		margin-bottom: 10px;
	}
	.footArea2 ul {
		margin-top: 50px;
	}
	.footArea3 p {
		text-align: center;
		margin-top: 50px;
	}
}
#closeBtn, #closeBtn_c {
	position: fixed;
	top: 0;
	right: 10px;
	cursor: pointer;
	width: 110px;
	height: 110px;
	z-index:800;
	box-sizing:border-box;
	background-image: url(../images/btn/btn_close.svg);
}

#closeBtn_c:before{
	content: "";
	display: inline-block;
	width: 2px;
	height: 50px;
	background-color: #8a5832;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 0;
	right: 0;
}
#closeBtn_c:after{
	content: "";
	display: inline-block;
	width: 2px;
	height: 50px;
	background-color: #8a5832;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	position: absolute;
	top: 0;
	right: 0;
}

.iframeWrapper #closeBtn:before, .iframeWrapper #closeBtn:after{
	background-color: #ffffff;
	width: 1px;
	right: 30px;
}

@media only screen and (max-width: 778px) {
	#closeBtn, #closeBtn_c {
		width: 90px;
		height: 90px;
	}
}

.modalWrapper #videoSwitchList {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 10%;
	margin-top: 5px;
	width: 80%;
	position: absolute;
}

.modalWrapper #videoSwitchList li {
	width: 32%;
	background: #cccccc;
	color: #f5f5f5;
	text-align: center;
	font-size: 1.5rem;
	line-height: 2em;
	letter-spacing: 0.2em;
	cursor: pointer;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	margin: 0.2%;
}
@media only screen and (max-width: 480px) {
	.modalWrapper #videoSwitchList {
		flex-wrap: wrap;
		margin: 0 15%;
		width: 70%;
	}
	.modalWrapper #videoSwitchList li {
		width: 100%;
		margin-top: 3px;
	}
}
.modalWrapper #videoSwitchList li.currentVideo {
	background: linear-gradient(45deg, rgba(242,150,0,1) 0%, rgba(242,150,0,0.6) 50%, rgba(242,150,0,1) 100%);
	color: #ffffff;
}
.modalWrappe #videoSwitchList li:hover {
	background: #dcdcdc;
	color: #696969;
}

/* ------------------------------------------------------------
	コンテンツのフェードインアニメーション
------------------------------------------------------------ */
.fadeInAfterUp {
	-webkit-transform: translateY(0) !important;
	transform: translateY(0) !important;
	opacity: 1 !important;
	filter: blur(0) !important;
}
.fadeInAfterBl {
	opacity: 1 !important;
	filter: blur(0) !important;
}
/*#cinema table {
	opacity: 1 !important;
	filter: blur(0) !important;
}*/
.fadeInAfterScl {
	opacity: 1 !important;
	filter: blur(0) !important;
	transform: scale(1) !important;
}
.fadeInAfterLr {
	-webkit-transform: translateX(0) !important;
	transform: translateX(0) !important;
	opacity: 1 !important;
}
p, h3, h4, h5,.right_contents, .fixed-bg, #b-billing, #b-title {
	overflow: hidden !important;	/* スマホ時の横スクロール対応 */
}

/* ------------------------------------------------------------
	ページトップに戻るボタン
------------------------------------------------------------ */
#backToTop {
	width: 50px;
	height: 50px;
	background-color: rgb(128,103,22,0.5);
	position: fixed;
	bottom: 0;
	right: 0;
	padding: 5px;
	display: none;
	z-index: 100;
}
#backToTop a {
	width: 15px;
	height: 15px;
	border-top: solid 3px #ffffff;
	border-right: solid 3px #ffffff;
	border-radius: 3px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	display: block;
	margin: 35% auto 0 auto;
}

/*新規追加*/

.story_bg {
	padding: 5% 0 !important;
	background: url(../images/story_bg_logo.svg);
	background-repeat: no-repeat;
	background-position: center;
}

.m_ang_b_bg {
	background-color: #fbf6e5;
}

div.w1080:has(h2#pdnote) {
	padding-bottom: 0 !important;
}

div.fixed-bg-2>div {
	margin-left: 50%;
	width: 44%;
	padding: 0 3%;
}

.c_ang_s_bg {
	background-color: #f6ad3c;
}

#contentsArea ul.share_btn {
	margin: 0;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
#contentsArea ul.share_btn li {
	list-style-type: none;
	margin: 0 10px;
}
#contentsArea ul.share_btn li div,
#contentsArea ul.share_btn li a {
	display: flex;
	align-items: center;
}
#contentsArea ul.share_btn li a img {
	width: auto;
}
@media only screen and (max-width: 768px) {
#introduction .introbox {
	padding: 2rem 3rem;
	box-shadow: 0 0 6px 3px rgba(207,7,70,0.5), 0 0 6px 3px rgba(207,7,70,0.5) inset;
}
	#contentsArea ul.share_btn li {
		margin: 2px;
	}
	div.fixed-bg-2>div {
		margin-left: 0;
		width: 94%;
	}
}

@media only screen and (max-width: 480px) {
#introduction .introbox {
    padding: 1.5rem 1.5rem;
}
}

#contentsArea #comments .border-area, #contentsArea #opinions .border-area {
	padding: 2rem 3rem;
	margin: 3em 0;
	background: rgb(0 0 0 / 30%);
	border-radius: 5px;
	box-shadow: 4px 4px 4px rgb(255 255 255 / 10%);
	text-align: right;
}

#contentsArea #comments:first-child .border-area {
	margin-top: 0;
}

#contentsArea #opinions .border-area {
	margin-top: 0;
}

#contentsArea #comments .border-area p, #contentsArea #opinions .border-area p {
	margin: 0; 
	padding: 0;
}

#contentsArea #comments p.commentsL, #contentsArea #opinions p.commentsL {
	font-size: 2.0rem;
	margin-bottom: 1rem;
}

#contentsArea #comments p.commentsR, #contentsArea #opinions p.commentsR {
	text-align: right;
	font-size: 1.8rem;
	margin-bottom: 0;
	background: linear-gradient(transparent 50%, rgba(207,7,70,0.4) 100%);
	display: inline;
	padding: 0 0.5rem;
}

@media screen and (max-width: 768px) {
#contentsArea #comments p.commentsL, #contentsArea #opinions p.commentsL {
	font-size: 1.5rem;
}
#contentsArea #comments p.commentsR, #contentsArea #opinions p.commentsR {
	font-size: 1.4rem;
}
}

@media screen and (max-width: 480px) {
#contentsArea #comments p.commentsL, #contentsArea #opinions p.commentsL {
	font-size: 1.4rem;
}

#contentsArea #comments .border-area, #contentsArea #opinions .border-area {
padding: 2rem 0.8rem;
}

#contentsArea #comments p.commentsR, #contentsArea #opinions p.commentsR {
font-size: 1.2rem;
}
}

#theater .information p{
	text-align: center;
	font-size: 2.5rem;
}

.ticket_img{
	width: 30%;
	margin: 0 auto;
}

#theater .information h3{
	text-align: center;
	font-size: 2rem;
}

.area{
display:none;
}


#contentsArea #theater-info ul li.area_hover{
font-weight: bold;
}

#contentsArea #theater-info ul li{
margin-right: 30px;
margin-bottom: 20px;
font-size: 2.2rem;
list-style-type: none;
cursor: pointer;
}



#contentsArea #theater-info ul{
display: flex;
flex-wrap: wrap;
justify-content: center;
margin-bottom: 30px;
}

#theater-info ul li{
	line-height: 100%;
	display: inline-block;
	position: relative;
	color: #b8b9b9;
 	text-decoration: none;
}

#theater-info ul li:before{
	content: "";
	position: absolute;
	left: 0;
	bottom: -4px;
	width: 100%;
	height: 1px;
	background: #b8b9b9;
	transform: scale(0, 1);
	transition: 0.4s;
}
#theater-info ul li:hover:before {
	transform: scale(1);
}

.ticket_img_banner{
	width: 30%;
	display: inline-flex;
	justify-content: center;
}


#footInner #contact {
	margin-top: 20px;
}


#theater .theater-underLine {
border-bottom: 1px solid #555;
margin: 70px auto;
width: 85%;
max-width: 800px;
}

#profile .right .mojiS{
font-size: 2.4rem!important;
}

@media screen and (max-width: 768px) {
	#contentsArea #theater-info ul li{
		margin-right: 25px;
		font-size: 2.0rem;
	}
}


@media screen and (max-width: 480px) {
#contentsArea #theater-info ul{
margin-left: 5px;
}

#contentsArea #theater-info ul li{
margin-right: 25px;
font-size: 1.7rem;
}

.ticket_img_banner {
	width: 70%;
}

#profile .right .mojiS{
font-size: 1.5rem!important;
}
}

@media only screen and (min-width: 769px) {
	.tb{
		display: none;
	}
}

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

#changeBgImg {
	top: 0;
	left: 0;
	position: absolute;
	height: 100%;
	width: 100%;
}

#changeBgImg img {
	top: 0;
	left: 0;
	position: absolute;
}

#topImgbg {
	position: relative;
}

body#about_mov #topImgbg {
	height: 30rem;
	background: url(../images/top_am.jpg) no-repeat;
	background-position: bottom center;
	background-size: cover;
	margin-top: 7.5rem;
}

#contact {
	margin: 2rem 0;
	color: #fff;
	font-size: 1.3rem;
}
#contact a {
	color: #fff;
}

@media only screen and (max-width: 480px) {
#contact a {
	line-height: 2;
}
}

.on_sp, .on_tab {
	display: none;
}
@media only screen and (max-width: 768px) {
	body#about_mov #topImgbg {
		height: 20rem;
	}
	.on_sp {
		display: none !important;
	}
	.on_tab {
		display: block !important;
	}
	.on_pc {
		display: none !important;
	}
}
@media only screen and (max-width: 500px) {
	.on_sp {
		display: block !important;
	}
	.on_tab {
		display: block !important;
	}
}
.ticket_img {
	width: 45%;
	margin: 0 auto;
	margin-top: 30px;
	margin-bottom: 30px;
}
.ticket_img img {
	background-color: #ffffff;
	border-radius: 1em;
}
.ticket-banner {
		width: 30% !important;
}
@media only screen and (max-width: 768px) {
	.ticket_img {
		width: 90%;
	}
	.ticket-banner {
		width: 70% !important;
	}
}
.ticket-banner {
		width: 100%;
}

/* ------------------------------------------------------------
	トップビジュアルのアニメーション
------------------------------------------------------------ */

#kv, #bcontents {
	opacity: 0;
	filter: blur(20px);
	-webkit-animation: top 1s linear 0.5s 1 forwards;
	animation: top 1s linear 0.5s 1 forwards;
}

#catch {
	position: absolute;
	top: 48.5%;
	left: 50%;
	width: 50%;
	aspect-ratio: 16 / 9;
	-webkit-transform: translateY(-50%) translateX(-50%) scale(4);
	transform: translateY(-50%) translateX(-50%) scale(1);
}

.catch_item {
	opacity: 0;
	-webkit-animation: catch 0.8s ease-in-out 0.0s 1 forwards;
	animation: catch 0.8s ease-in-out 0.0s 1 forwards;
}

@-webkit-keyframes catch {
	100% {
		opacity: 1;
		transform: translateY(-84%) translateX(-67%) scale(0.57);
	}
}
@keyframes catch {
	100% {
		opacity: 1;
		transform: translateY(-84%) translateX(-67%) scale(0.57);
	}
}

#copy1 {
	position: absolute;
	top: 19%;
	left: 37%;
	width: 1.17%;
}

.copy1_item {
	opacity: 0;
	-webkit-animation: top 1s linear 1.5s 1 forwards;
	animation: top 1s linear 1.5s 1 forwards;
}

#date {
	position:absolute;
	top: 10%;
	right: 6%;
}

.date_item {
	opacity: 0;
	filter: blur(30px);
	-webkit-animation: top 1s linear 2.5s 1 forwards;
	animation: top 1s linear 2.5s 1 forwards;
}

#actor {
	position:absolute;
	width: 15%;
	right: 18%;
	top: 22%;
}

.actor_item {
	opacity: 0;
	filter: blur(20px);
	-webkit-animation: top 1s linear 3s 1 forwards;
	animation: top 1s linear 3s 1 forwards;
}

#teamA {
	position: absolute;
	right: 0%;
	top: 30%;
	width: 48%;
}

.teamA_item {
	filter: blur(10px);
	opacity: 0;
	-webkit-animation: top 1s linear 4s 1 forwards;
	animation: top 1s linear 4s 1 forwards;
}

#teamB {
	position: absolute;
	right: 0%;
	top: 30%;
	width: 48%;
}

.teamB_item {
	filter: blur(10px);
	opacity: 0;
	-webkit-animation: top 1s linear 4s 1 forwards;
	animation: top 1s linear 4s 1 forwards;
}

#billing2 {
	position:absolute;
	width: 49.4%;
	left: 25.3%;
	bottom: 0;
}

.billing2_item {
	opacity: 0;
	filter: blur(20px);
	-webkit-animation: top 1s linear 5s 1 forwards;
	animation: top 1s linear 5s 1 forwards;
}

#roadshow {
	position:absolute;
	bottom: 29.8%;
	right: 5.0%;
	width: 48.3%;
}

.roadshow_item {
	filter: blur(10px);
	opacity: 0;
	-webkit-animation: top 1s linear 5.5s 1 forwards;
	animation: top 1s linear 5.5s 1 forwards;
}

#t_menu {
	width: 100%;
	max-width: 1500px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin: 2% auto;
}

#t_menu div {
	margin: 1% 1.5%;
	width: 22%;
	min-width: 250px;
}

#t_menu img {
	width: 100%;
}

.topBanner_item a:hover img,#btn_about a:hover img{
	opacity:0.6;
}

.topBanner_item {
	opacity: 0;
/*	-webkit-animation: title 0.5s linear 1.5s 1 forwards;
	animation: title 0.5s linear 1.5s 1 forwards;*/
}

.topBanner_item:nth-child(2) {
	transition-delay: 0.15s!important;
}

.topBanner_item:nth-child(3) {
	transition-delay: 0.3s!important;
}

.topBanner_item:nth-child(4) {
	transition-delay: 0.45s!important;
}

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

@media only screen and (max-width: 768px) {
	#copy1 {
		top: 18.5%;
		left: initial;
		right: 8.3%;
		width: 3.4%;
	}
	#catch {
		top: 50%;
		left: 50%;
		width: 80%;
		-webkit-transform: translateY(-50%) translateX(-50%) scale(1);
		transform: translateY(-50%) translateX(-50%) scale(1);
	}
@-webkit-keyframes catch {
	100% {
		opacity: 1;
		transform: translateY(-102%) translateX(-22%) scale(0.68);
	}
}
@keyframes catch {
	100% {
		opacity: 1;
		transform: translateY(-102%) translateX(-22%) scale(0.68);
	}
}
	#title {
		top: 4.9%;
		right: 13.5%;
		width: 80.5%;
	}
	#billing1 {
		width: 59.7%;
		right: 24.1%;
		top: 15.2%;
	}
	#copy2 {
		left: 5.5%;
		bottom: 28.2%;
		width: 89.1%;
	}
	#billing2 {
		width: 93.3%;
		left: 3.4%;
		bottom: 14.3%;
	}
	#roadshow {
		bottom: 1.7%;
		right: 3.3%;
		width: 93.4%;
	}
}

#btn_about {
	margin: 0 auto;
	width: 46.5%;
	max-width: 700px;
	min-width: calc(500px + 3%);
}

.onheader {
	opacity: 0;
	-webkit-animation: onheader 1s  1.0s 1 forwards;
	animation: onheader 1s linear 1.0s 1 forwards;
}

footer {
	opacity: 0;
	-webkit-animation: onheader 1s  1.0s 1 forwards;
	animation: onheader 1s linear 1.0s 1 forwards;
}

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

@media only screen and (max-width: 500px) {
	#t_menu {
		display: block;
		width: 70%;
		margin: 0 auto;
	}
	#t_menu div {
		width: 100%;
		margin: 5% 0;
		min-width: 100%;
	}
	#btn_about {
		min-width: 90%;
	}
}

/* ------------------------------------------------------------
	バリアフリーアイコン
------------------------------------------------------------ */

#icon_barrier-free {
	position: absolute;
	bottom: 22.6%;
	right: 41.5%;
	display: flex;
	flex-wrap: nowrap;
	justify-content: right;
	width: 12%;
	gap: 2.5%;
	opacity: 0;
	-webkit-animation: top 1s linear 5.5s 1 forwards;
	animation: top 1s linear 5.5s 1 forwards;
}

.bf_icon {
	list-style-type: none !important;
}

.bf_icon a img {
	transition: 0.2s all linear;
}

.bf_icon a:hover img {
	opacity: 0.7 !important;
}

.bf_sp {
	display: none !important;
}

@media only screen and (max-width: 768px) {
	#icon_barrier-free {
		position: relative;
		width: 45%;
		right: initial;
		margin-left: 3% !important;
		margin-top: -2%;
	}
	
	.bf_pc {
		display: none !important;
	}
	.bf_sp {
		display: flex !important;
	}
}

/* ------------------------------------------------------------
	ABOUT THE MOVIE
------------------------------------------------------------ */

#amTitle {
	opacity: 0;
	filter: blur(20px);
	position: absolute;
	top: 25%;
	left: 2%;
	width: 250px;
	-webkit-animation: top 1s linear 0.5s 1 forwards;
	animation: top 1s linear 0.5s 1 forwards;
}

@media only screen and (max-width: 768px) {
	#amTitle {
		top: 30%;
		width: 200px;
	}
}
@media only screen and (max-width: 480px) {
	#amTitle {
		top: 30%;
		width: 150px;
	}
}

/* ------------------------------------------------------------
	バナー
------------------------------------------------------------ */

#major-bnr {
	text-align: center;
	padding: 3% 0 4%;
	opacity: 0;
/*	-webkit-animation: onheader 1.5s  3.5s 1 forwards;
	animation: onheader 1.5s linear 3.5s 1 forwards;*/
}

.bnr_major {
	width: 25% !important;
	min-width: 400px;
}

@media only screen and (max-width: 539px) {
	.bnr_major {
		width: 90% !important;
		min-width: 90%;
	}
}

/* ------------------------------------------------------------
	accordion
------------------------------------------------------------ */

#qa_wrap .accordion_panel {
  max-width: 900px;
  margin: 0 auto;
}
#qa_wrap .accordion_panel .accordion_parent {
  background:
    linear-gradient(45deg,  transparent 2%, #806716 2%),
    linear-gradient(135deg, transparent 2%, #806716 2%),
    linear-gradient(225deg, transparent 2%, #806716 2%),
    linear-gradient(315deg, transparent 2%, #806716 2%);
  background-position: bottom left, top left, top right, bottom right;
  background-size: 51% 51%;
  background-repeat: no-repeat;
  color: #fff;
  font-size: 2.0rem;
  padding: 20px 11%;
  text-align: center;
  position: relative;
  z-index: +1;
  cursor: pointer;
  transition-duration: 0.7s;
}
#qa_wrap .accordion_panel .accordion_parent a {
  text-decoration: none;
  color: #fff;
}
#qa_wrap .accordion_panel .accordion_flow .accordion_parent {
  background-color: #806716;
}

#qa_wrap .accordion_panel .accordion_parent:hover {
  opacity: .8;
}
#qa_wrap .accordion_panel .accordion_parent .i_box {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 5%;
  width: 30px;
  height: 30px;
  border: 1px solid #fff;
  margin-top: -15px;
  box-sizing: border-box;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.7s;
}
#qa_wrap .accordion_panel .accordion_parent .i_box .one_i {
  display: block;
  width: 18px;
  height: 18px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.7s;
  position: relative;
}
#qa_wrap .accordion_panel .accordion_parent.open .i_box {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
#qa_wrap .accordion_panel .accordion_parent .i_box .one_i:before, #qa_wrap .accordion_panel .accordion_parent .i_box .one_i:after {
  display: flex;
  content: '';
  background-color: #fff;
  border-radius: 10px;
  width: 18px;
  height: 2px;
  position: absolute;
  top: 8px;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  transform-origin: center center;
}
#qa_wrap .accordion_panel .accordion_parent .i_box .one_i:before {
  width: 2px;
  height: 18px;
  top: 0;
  left: 8px;
}
#qa_wrap .accordion_panel .accordion_parent.open .i_box .one_i:before {
  content: none;
}
#qa_wrap .accordion_panel .accordion_parent.open .i_box .one_i:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#qa_wrap .accordion_panel .accordion_flow {
  display: none;
  padding: 0;
  box-sizing: border-box;
}

.question {
	color: #998546 !important;
	margin: 20px 0 5px;
}

.accordion_panel ol li {
	margin: 0 20px;
	font-size: 2.0rem;
}

@media screen and (max-width: 1190px) {
  #qa_wrap .accordion_panel .accordion_parent .i_box {
    width: 30px;
    height: 30px;
    margin-top: -15px;
  }
}
@media screen and (max-width: 640px) {
  #qa_wrap .accordion_panel .accordion_parent {
    font-size: 1.8rem;
    text-align: left;
    padding: 20px 60px 20px 20px;
  }
  .accordion_panel ol li {
		margin: 0 0;
	}
}

