@charset "utf-8";

/*
Theme Name: kaidankonjakushu
Description: 専用テーマ
Auther: 
Version: 1.0
*/



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

::-webkit-scrollbar{
	width: 10px;
}
::-webkit-scrollbar-track{
	background: #f9f9f9;
	border: none;
}
::-webkit-scrollbar-thumb{
	background: #696969;
	box-shadow: none;
}

html {
/*	font-size: 62.5%;*/
	-webkit-overflow-scrolling: touch;
	height: 100%;

}
body {
	font-family: "Shippori Mincho", serif;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	-webkit-overflow-scrolling: touch;
	background: #000;
	letter-spacing: 0.1em;
	overflow-x: hidden;
}
@media only screen and (max-width: 768px) {
	body {
		min-width: auto;
	}
}
@media only screen and (max-width: 480px) {
	body {
		letter-spacing: 0.1em;
	}
}

a {
	color: #ffffff;
	text-decoration: none;
	text-shadow: 2px 2px 3px rgba(247,52,31,0.5);
	opacity: 0.9;
	transition: 0.2s all;
}
a:hover {
	opacity: 0.6;
}
.news_area a:hover {
	opacity: 1;
}


p, li, td {
	color: #ffffff;
	text-shadow: 2px 2px 3px rgba(247,52,31,0.5);
	opacity: 0.9;
}

.x-large {
	font-size: 3.2em !important;
	line-height: 1.5em !important;
}
.large {
	font-size: 1.6em !important;
	line-height: 1.8em !important;
}
.middle {
	font-size: 1.2rem !important;
	line-height: 2.2em !important;
}
.small {
	font-size: 1rem !important;
	line-height: 2em !important;
}
.x-small {
	font-size: 0.8rem !important;
	line-height: 1.8em !important;
}
p.blue {
	color: #414f6c !important;
}
@media only screen and (max-width: 768px) {
	.x-large {
		font-size: 2.2em !important;
		line-height: 1.5em !important;
	}
	.large{
		font-size:1.4rem !important;
		line-height: 1.6em !important;
	}
	.middle {
		line-height: 2em !important;
	}
	.small {
		line-height: 1.8em !important;
	}
	.x-small {
		line-height: 1.6em !important;
	}
}
@media only screen and (max-width: 480px) {
	.x-large {
		font-size: 2em !important;
		line-height: 1.5em !important;
	}
}

#contentsArea section p.ref-text {
	font-size: 0.8rem;
	padding-left: 1em;
    text-indent: -1.1em;
    width: calc(100% - 1rem);
}
#contentsArea section p.ref-text::before {
	content: "※";
}

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;
}
.bold {
	font-weight: 700 !important;
}
.s-middle {
	font-weight: 500 !important;
}


/*==========================================
 header
===========================================*/
header {
	width: 100%;
	left:0;
	z-index:700;
	position: fixed;
}

@media only screen and (max-width: 768px) {
	#header {
		padding-top:0;
		padding-bottom:0px;
		position:fixed;
		top: 0;
	}
	#head-inner{
		min-width:auto;
	}
}


/*==========================================
 ナビゲーション
===========================================*/

nav#nav {
	position: fixed;
	top: 0;
	right: -300px;
	width: 300px;
	height: 100vh;
/*	display: block;*/
	background-color: rgba(0, 0, 0, 0.8);
	opacity: 0.9;
	overflow: auto;
    overflow-x: hidden;
	transition: 0.2s all;
	padding-top: 5px;
}

#nav ul {
	-webkit-overflow-scrolling: touch;
}

@media screen and (max-width: 768px) {
	nav#nav {
		width: 100%;
		height: 100vh;
		max-height: 100vh;
		right: -100%;
		padding: 0;
		background-position: top;
		overflow: auto;
	}
}

nav#nav ul {
	/*
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	*/
	width: 100%;
}
/*
@media screen and (max-width: 768px) {
	nav#nav ul {
		flex-wrap: wrap;
	}
	nav#nav ul:first-child {
		margin-top: 80px;
	}
}
	*/
nav#nav ul li {
	height: 60px;
	width: 100%;
/*	max-width: 180px;*/
}

/*
@media screen and (max-width: 768px) {
	nav#nav ul li, nav#nav ul#menu-mainmenu li:last-child {
		height: 10%;
		max-width: 50%;
	}
}
*/
nav#nav ul li a {
	display: block;
	height: 60px;
    line-height: 60px;
    width: 100%;
	text-align: center;
	font-size: 16px;
}

@media screen and (max-width: 1024px) {
	nav#nav ul li a {
		font-size: 18px;
	}
}

@media screen and (max-width: 850px) {
	nav#nav ul li a {
		font-size: 15px;
	}
}

@media screen and (max-width: 768px) {
	nav#nav ul li a {
		height: 100%;
		line-height: 60px;
		font-size: 15px;
	}
}

nav#nav ul li a {
	text-decoration: none;
	color:#fff;
	transition: all 0.2s linear;
}
nav#nav ul li a:hover {
	background-color: rgba(230, 230, 230, 0.4);
}
nav#nav ul li.sns a:hover {
	background-color: transparent;
}
nav#nav ul li.sns a:hover img {
	opacity: 0.7;
}
nav#nav ul#socialArea {
	width: fit-content;
	padding-left: 20px;
}
@media only screen and (max-width: 768px) {
	nav#nav ul#socialArea {
		padding-left: 0;
		padding-top: 2.5%;
		width: 100%;
        justify-content: center;
        margin-top: 5%;
	}
}
nav#nav ul#socialArea li {
    display: flex;
	justify-content: center;
	align-items: center;
}

nav#nav ul#socialArea li a {
    display: flex;
	justify-content: center;
	align-items: center;
    background-color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 40px;
}
nav#nav ul#socialArea li a {
    opacity: 1;
}
nav#nav ul#socialArea li a:hover {
    opacity: 0.6;
}

nav#nav ul#socialArea li a img {
	width: 25px;
}

nav#nav .flex-layout {
	display: flex;
	flex-direction: column;
    align-items: center;
	padding: 80px 0;
}
@media screen and (max-width: 768px) {
	nav#nav .flex-layout {
		flex-wrap: wrap;
		justify-content: center;
		padding-left: 0;
		padding-right: 0;
	}
}

nav#nav .sns {
	margin-top: 10px;
	display: flex;
	justify-content: center;
	gap: 30px
}
nav#nav .sns a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: fit-content;
}

nav#nav .sns img {
	width: auto;
	height: 30px;
	aspect-ratio: 30 / 30;
}



.menu {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 80px;
	height: 80px;
	cursor: pointer;
	z-index:800;
	box-sizing:border-box;
}
@media screen and (max-width: 768px) {
	.menu {
		top: 0px;
		width: 90px;
		height: 90px;
	}
}


/*ボタン外側※レイアウトによってpositionや形状は適宜変更してください*/
.menu-btn {
	position: relative;
	cursor: pointer;
	width: 80px;
	height:80px;
}

/*ボタン内側*/
.menu-btn span{
	display: inline-block;
	transition: all .4s;/*アニメーションの設定*/
	position: absolute;
	left: 20px;
	height: 2px;
	background: #ffffff;
	width: 40px;
}
.menu-btn span:nth-of-type(1) {
	top: 20.5px; 
}
.menu-btn span:nth-of-type(2) {
	top: 35.5px; 
}
.menu-btn span:nth-of-type(3) {
	top: 50.5px; 
}

/*activeクラスが付与されると線が回転して×になる*/
.menu-btn.active span:nth-of-type(1) {
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(-135deg);
}
.menu-btn.active span:nth-of-type(2) {
	opacity: 0;
}
.menu-btn.active span:nth-of-type(3){
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(135deg);
}

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

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




/*　ノイズ　*/
.main__noise {
	background-image: url(./images/noise.png);
	-webkit-animation: noise_anima 1s steps(10) infinite;
	animation: noise_anima 1s steps(10) infinite;
	position: fixed;
	z-index: 1;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	pointer-events: none;
	opacity: 0.8;
	transition: .6s
}
@keyframes noise_anima {
	from {
		background-position: 0 0
	}
	to {
		background-position: 100px 500px
	}
}




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

#contentsArea section {
	margin-bottom: 5%;
	position: relative;
	z-index: 10;
}
#contentsArea section#kv {
	margin-bottom: 0;
}

#contentsArea section.grey{
	background:#f5f5f5;
	padding-bottom:60px;
}
#contentsArea .wfull{
	width:100%;
}
#contentsArea .w1080{
	max-width: 1080px;
	padding: 60px 45px 140px 45px;
	margin: 0 auto;
	box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
	#contentsArea .w1080{
		padding: 40px 35px 100px 35px;
	}
}
@media screen and (max-width: 768px) {
	#contentsArea .w1080{
		padding: 40px 25px 80px 25px;
	}
}








#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%;
}
@media screen and (max-width: 768px) {
/*
	#contentsArea section p {
		font-size: 1em;
		line-height: 2em;
	}
*/
}

#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;
	list-style-type:disc;
}
main {
	width:100%;
	float:none;
	margin-right:0;
}
aside {
	width:100%;
	float:none;
}

#contentsArea .flex_2column {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	gap: 30px;
	row-gap: 40px;
}
#contentsArea .flex_2column.gap60 {
	gap: 60px;
}

#contentsArea .flex_2column > div {
	width: calc(50% - 20px);
	display: flex;
    flex-direction: column;
	gap: 15px;
}
#contentsArea .flex_2column.gap60 > div {
	width: calc(50% - 30px);
}
@media screen and (max-width: 1024px) {
	#contentsArea .flex_2column {
		flex-wrap: wrap;
	}
	#contentsArea .flex_2column.gap60 {
		gap: 40px;
	}
	#contentsArea .flex_2column.gap60 > div {
		width: 100%;
	}
	#contentsArea .flex_2column > div {
		width: 100%;
		max-width: 460px;
	}
}

#contentsArea .flex_3column {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	gap: 30px;
	row-gap: 40px;
}
#contentsArea .flex_3column > div {
	width: calc((100% / 3) - (80px / 3));
}
#contentsArea .flex_3column > div > a {
	display: flex;
    flex-direction: column;
	gap: 20px;
}
@media screen and (max-width: 1024px) {
	#contentsArea .flex_3column {
		flex-wrap: wrap;
	}
	#contentsArea .flex_3column > div {
		width: calc(50% - 20px);
	}
}
@media screen and (max-width: 768px) {
	#contentsArea .flex_3column > div {
		width: 100%;
		max-width: 460px;
	}
}



#schedule .schedule_area .schedule_table {
	border-collapse: initial;
	border-spacing: 0 10px;
}

#schedule .schedule_area .schedule_table td {
	border-right: 1px solid rgba(255, 255, 255, 0.3);
	text-align: center;
	padding: 1em;
	background-color: rgba(255,255,255,0.1);
	font-size: 16px;
}



@media screen and (max-width: 768px) {
	#schedule .schedule_area .schedule_table td {
		font-size: 15px;
	}
}
@media screen and (max-width: 420px) {
	#schedule .schedule_area .schedule_table td {
        font-size: 14px;
    }
}




@media screen and (max-width: 430px) {
	#schedule .schedule_area .schedule_table td {
		padding: 0.75em 0.25em;
	}
}
#schedule .schedule_area .schedule_table td {
	width: 40%;
}
#schedule .schedule_area .schedule_table td:first-child {
	width: 20%;
}
#schedule .schedule_area .schedule_table td:last-child {
	border-right: none;
}









/*
.schedule_area {
	background-image: url("../images/schedule/schedule_bk.svg");
	height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
	justify-content: center;
}

.schedule_area > div {
	margin: 14% 5% 0 5%;
	padding: 5%;
	background-color: #f9f9f9;
	border: 2px solid #b5bdc9;
	box-shadow: 0px 0px 4px #f9f9f9;
}

.schedule_area p.ref-text {
	margin: 2% 5% 0;
	color: #ffffff !important;
}

@media screen and (max-width: 1024px) {
	.schedule_area > div {
		margin: 16% 5% 5% 5%;
	}
	.schedule_area p.ref-text {
		margin: -2% 5% 3%;
	}
}
*/

/* glitch elem must have absolute position */

/* glitch elem must have absolute position */
.catchcopy-wrapper {
    position: absolute;
	overflow: hidden;
	padding: calc(((620px * 180) / 1710) / 2);
	width: 620px;
	left: 50%;
	transform: translateX(-50%);
	bottom: 15%;
}

.catchcopy-img {
	position: absolute; 
	width: 100%;
	height: 100%;
	aspect-ratio: 1710 / 180;
	top: 0 ; 
	left : 0; 
	background-position: center;  
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	opacity : 1;
	text-align: center;
} 
.catchcopy-img img {
	aspect-ratio: 1710 / 180;
	-webkit-filter: drop-shadow(3px 3px 1px rgba(77,77,77,0.6));
	filter: drop-shadow(3px 3px 1px rgba(77,77,77,0.6)); 
	opacity: 0.6;
} 
@media screen and (max-width: 1024px) {
	.catchcopy-wrapper {
		padding: calc(((580px * 180) / 1710) / 2);
		width: 580px;
/*		bottom: 12%;*/
	}
}
@media screen and (max-width: 768px) {
	.catchcopy-wrapper {
		padding: calc(((480px * 180) / 1710) / 2);
		width: 480px;
		bottom: 25%;
	}
}
@media screen and (max-width: 550px) {
	.catchcopy-wrapper {
		padding: calc(((420px * 180) / 1710) / 2);
		width: 420px;
	}
}
@media screen and (max-width: 500px) {
	.catchcopy-wrapper {
		padding: calc(((400px * 180) / 1710) / 2);
		width: 400px;
	}
}
@media screen and (max-width: 450px) {
	.catchcopy-wrapper {
		padding: calc(((380px * 180) / 1710) / 2);
		width: 380px;
	}
}
@media screen and (max-width: 420px) {
	.catchcopy-wrapper {
		padding: calc(((360px * 180) / 1710) / 2);
		width: 360px;
	}
}
@media screen and (max-width: 400px) {
	.catchcopy-wrapper {
		padding: calc(((320px * 180) / 1710) / 2);
		width: 320px;
	}
}
@media screen and (max-width: 375px) {
	.catchcopy-wrapper {
		padding: calc(((280px * 180) / 1710) / 2);
		width: 280px;
	}
}
.title-wrapper {
	position: relative;
	overflow: hidden;
	max-width: 180px;
	aspect-ratio: 200 / 100;
	margin-left: -45px;
}
@media screen and (max-width: 768px) {
	.title-wrapper {
		aspect-ratio: 200 / 85;
		margin-left: -25px;
	}
}
@media screen and (max-width: 420px) {
	.title-wrapper {
		aspect-ratio: 200 / 75;
	}
}
.title-img {
	position: absolute; 
	width : 100%; 
	height : 100%; 
	top: 0 ; 
	left : 0; 
	background-position: center;  
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	opacity : 1
} 
.title-img img {
	max-width: 180px;
	aspect-ratio: 200 / 100;
} 
@media screen and (max-width: 768px) {
	.title-img img {
		max-width: 160px;
	} 
}
@media screen and (max-width: 420px) {
	.title-img img {
		max-width: 140px;
	} 
}














/*

#greeting {
    width: 60%;
    margin: 30px auto 0;
}
@media screen and (max-width: 1024px) {
	#greeting {
        width: 100%;
        max-width: 512px;
		margin-top: 20px;
    }
}
#greeting .title_type1 {
	margin-bottom: 20px;
}


.greeting_area {
	background-image: url("../images/schedule/greeting_bk.svg");
	background-repeat: no-repeat;
	height: 100%;
    background-size: cover;
    display: flex;
    flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 10% 5% 5%;
}
.greeting_area > div {

	width: 90%;
	height: 90%;

	padding: 5%;
	background-color: #f9f9f9;
	border: 2px solid #b5bdc9;
	box-shadow: 0px 0px 4px #f9f9f9;
	text-align: center;
}
.greeting_area > div > img {
	max-width: 500px;
}

@media screen and (max-width: 1024px) {
	.greeting_area {
		padding: 0 5.5% 0.5%;;
	}
	.greeting_area > div {
		margin: 13% 5% 5% 5%;
	}
}

*/











/*
#visitors .visitors_area {
	background-color: #414F6C;
	background-image: url(../images/ticket_bk.png);
	padding: 5% 10%;
	background-repeat: no-repeat;
    background-position: bottom left;
	position: relative;
}
@media screen and (max-width: 768px) {
	#visitors .visitors_area {
		padding: 5%;
		margin-top: 0;
		margin-bottom: 10%;
	}
}
#visitors .visitors_area .outline_box {
	background-color: #F9F9F9;
	border: 3px solid #B5BDC9;
	outline: 1px solid #B5BDC9;
	outline-offset: -6px;
	box-shadow: 0px 0px 5px #F9F9F9;
	padding: 5%;
	margin: 0;
}
#visitors .visitors_area .outline_box .sp-br {
	display: none;
}
@media only screen and (max-width: 410px) {
	#visitors .visitors_area .outline_box {
		padding-top: calc(5% + 25px);
	}
	#visitors .visitors_area .outline_box .sp-br {
		display: inline;
	}
}
#visitors .visitors_area .outline_box p {
	width: 100%;
    text-align: left;
    color: #000000;
    font-size: 1.2em;
    line-height: 2.2em;
}
@media screen and (max-width: 768px) {
    #visitors .visitors_area .outline_box p {
        font-size: 1em;
        line-height: 2em;
    }
}
#visitors .visitors_area .outline_box p.ref-text {
	font-size: 0.8rem;
	padding-left: 1em;
    text-indent: -1.1em;
    width: calc(100% - 1rem);
}
#visitors .visitors_area .outline_box p.ref-text::before {
	content: "※";
}
#visitors .visitors_area .outline_box .visitors-iframe {
	color: #fff;
	font-size: 1.5rem;
    line-height: 150%;
    font-weight: 600;
	position: relative;
	z-index: +1;
	cursor: pointer;
	transition-duration: 0.7s;
}
#visitors .visitors_area .outline_box .visitors-iframe div {
	text-align: center;
	background: linear-gradient(45deg, transparent 3%, rgba(62, 175, 255, 1) 0%), linear-gradient(135deg, transparent 3%, rgba(62, 175, 255, 1) 0%), linear-gradient(225deg, transparent 3%, rgba(62, 175, 255, 1) 0%), linear-gradient(315deg, transparent 3%, rgba(62, 175, 255, 1) 0%);
	background-position: bottom left, top left, top right, bottom right;
	background-size: 50% 50.5%;
	background-repeat: no-repeat;
	padding: 20px 5%;
	width: 80%;
	max-width: 635px;
	margin: 0 auto;
	transition-duration: 0.7s;
	box-sizing: border-box;
}
#visitors .visitors_area .outline_box .visitors-iframe:hover {
	opacity: 0.7;
}
@media screen and (max-width: 500px) {
	#visitors .visitors_area .outline_box .visitors-iframe {
		font-size: 1.3rem;
	}
	#visitors .visitors_area .outline_box .visitors-iframe div {
		width: 100%;
	}
}
#visitors .visitors_area .outline_box .ticket_contents_title p {
	font-size: 1.4em;
	font-weight: 700;
}
*/












/*
#contentsArea .flex_4column {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 40px;
	margin-bottom: 40px;
}

#contentsArea .flex_4column > div {
	position: relative;
	width: 100%;
	max-width: 320px;
	min-width: 290px;
}
@media screen and (max-width: 768px) {
	#contentsArea .flex_4column {
		gap: 20px;
		margin-bottom: 20px;
	}
	#contentsArea .flex_4column > div {
		width: calc(50% - 10px);
		max-width: initial;
		max-width: 320px;
	}	
}

#contentsArea .flex_2column *, #contentsArea .flex_4column * {
	box-sizing: border-box;
}

#contentsArea #chara_wrap .flex_4column:last-child {
	margin-bottom: 0;
}
*/
/*
#contentsArea section .character01 .character_unitname {
	background-image: url("../images/charactor/character01_frame.svg");
}
#contentsArea section .character02 .character_unitname {
	background-image: url("../images/charactor/character02_frame.svg");
}
#contentsArea section .character03 .character_unitname {
	background-image: url("../images/charactor/character03_frame.svg");
}
#contentsArea section .character04 .character_unitname {
	background-image: url("../images/charactor/character04_frame.svg");
}
#contentsArea section .character05 .character_unitname {
	background-image: url("../images/charactor/character05_frame.svg");
}
#contentsArea section .character06 .character_unitname {
	background-image: url("../images/charactor/character06_frame.svg");
}
#contentsArea section .character07 .character_unitname {
	background-image: url("../images/charactor/character07_frame.svg");
}
#contentsArea section .character08 .character_unitname {
	background-image: url("../images/charactor/character08_frame.svg");
}
#contentsArea section .character09 .character_unitname {
	background-image: url("../images/charactor/character09_frame.svg");
}
#contentsArea section .character10 .character_unitname {
	background-image: url("../images/charactor/character10_frame.svg");
}
#contentsArea section .character11 .character_unitname {
	background-image: url("../images/charactor/character11_frame.svg");
}
#contentsArea section .character12 .character_unitname {
	background-image: url("../images/charactor/character12_frame.svg");
}
#contentsArea section .character13 .character_unitname {
	background-image: url("../images/charactor/character13_frame.svg");
}


#contentsArea section .character_unitname {
	position: absolute;
	z-index: 1;
	text-align: right;
	font-size: 1.1em;
	line-height: 2em;
	padding-right: 0.5em;
	color: #fff;
	width: 100%;
	max-width: 320px;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
}
*/
/*
#contentsArea section .character01 .chara_images {
	border: 3px solid #156597;
	border-top: none;
}
#contentsArea section .character02 .chara_images {
	border: 3px solid #585551;
	border-top: none;
}
#contentsArea section .character03 .chara_images {
	border: 3px solid #c28646;
	border-top: none;
}
#contentsArea section .character04 .chara_images {
	border: 3px solid #bf0b06;
	border-top: none;
}
#contentsArea section .character05 .chara_images {
	border: 3px solid #309adf;
	border-top: none;
}
#contentsArea section .character06 .chara_images {
	border: 3px solid #604a6f;
	border-top: none;
}
#contentsArea section .character07 .chara_images {
	border: 3px solid #a6294f;
	border-top: none;
}
#contentsArea section .character08 .chara_images {
	border: 3px solid #827a84;
	border-top: none;
}
#contentsArea section .character09 .chara_images {
	border: 3px solid #b75572;
	border-top: none;
}
#contentsArea section .character10 .chara_images {
	border: 3px solid #7d7c91;
	border-top: none;
}
#contentsArea section .character11 .chara_images {
	border: 3px solid #57b5fa;
	border-top: none;
}
#contentsArea section .character12 .chara_images {
	border: 3px solid #68629e;
	border-top: none;
}
#contentsArea section .character13 .chara_images {
	border: 3px solid #3f3f3f;
	border-top: none;
}
*/

/*
#contentsArea section .chara_images,#contentsArea section .chara_images_end {
	position: relative;
	width: 100%;
	max-width: 320px;
	max-height: 520px;
	aspect-ratio: 320 / 520;
}

#contentsArea section .chara_images > img {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	aspect-ratio: 320 / 520;
	opacity: 0;
}
#contentsArea section .chara_images > img.chara_images_end {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	aspect-ratio: 320 / 520;
	opacity: 1;
}

#contentsArea section .chara_images > img.imgSwitch {
	animation: slideAnime 12s ease infinite;
}

#contentsArea section .chara_images > img.chara_image_end {
	animation: slideAnime_end 12s ease infinite;
}
	*/
/*=== スライドのアニメーションを段差で開始する ========= */
/*
#contentsArea section .chara_images > img.imgSwitch:nth-of-type(1) { animation-delay: 0s }
#contentsArea section .chara_images > img.imgSwitch:nth-of-type(2) { animation-delay: 6s }
*/
/*=== スライドのアニメーション ========================= */
/*
@keyframes slideAnime{
	0% { opacity: 0 }
	25% { opacity: 1 }
	50% { opacity: 1 }
	75% { opacity: 0 }
	100% { opacity: 0 }
}

@keyframes slideAnime_end {
	0% { opacity: 1 }
	25% { opacity: 1 }
	50% { opacity: 1 }
	75% { opacity: 1 }
	100% { opacity: 1 }
}


#contentsArea section .chara_actor {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 90%;
	padding: 10% 5% 6% 5%;
	background-repeat: no-repeat;
	background-size: cover;
}

#contentsArea section .chara_actor p {
	font-size: 1.3em;
	font-weight: 700;
	text-align: right;
	line-height: 1.4em;
}
#contentsArea section .chara_actor p:last-child {
	font-size: 1.4em;
}

#contentsArea section .character01 .chara_actor p {
	color: #fff;
	-webkit-text-stroke: 1px rgba(21, 101, 151, 0.2);
	text-stroke: 1px rgba(21, 101, 151, 0.2);
	text-shadow: 1px 1px 2px #156597;
}
#contentsArea section .character02 .chara_actor p {
	color: #fff;
	-webkit-text-stroke: 1px rgba(88, 85, 81, 0.2);
	text-stroke: 1px rgba(88, 85, 81, 0.2);
	text-shadow: 1px 1px 2px #585551;
}
#contentsArea section .character03 .chara_actor p {
	color: #fff;
	-webkit-text-stroke: 1px rgba(194, 134, 70, 0.2);
	text-stroke: 1px rgba(194, 134, 70, 0.2);
	text-shadow: 1px 1px 2px #c28646;
}
#contentsArea section .character04 .chara_actor p {
	color: #fff;
	-webkit-text-stroke: 1px rgba(191, 11, 6, 0.2);
	text-stroke: 1px rgba(191, 11, 6, 0.2);
	text-shadow: 1px 1px 2px #bf0b06;
}
#contentsArea section .character05 .chara_actor p {
	color: #fff;
	-webkit-text-stroke: 1px rgba(48, 154, 223, 0.2);
	text-stroke: 1px rgba(48, 154, 223, 0.2);
	text-shadow: 1px 1px 2px #309adf;
}
#contentsArea section .character06 .chara_actor p {
	color: #fff;
	-webkit-text-stroke: 1px rgba(96, 74, 111, 0.2);
	text-stroke: 1px rgba(96, 74, 111, 0.2);
	text-shadow: 1px 1px 2px #604a6f;
}
#contentsArea section .character07 .chara_actor p {
	color: #fff;
	-webkit-text-stroke: 1px rgba(166, 41, 79, 0.2);
	text-stroke: 1px rgba(166, 41, 79, 0.2);
	text-shadow: 1px 1px 2px #a6294f;
}
#contentsArea section .character08 .chara_actor p {
	color: #fff;
	-webkit-text-stroke: 1px rgba(130, 122, 132, 0.2);
	text-stroke: 1px rgba(130, 122, 132, 0.2);
	text-shadow: 1px 1px 2px #827a84;
}
#contentsArea section .character09 .chara_actor p {
	color: #fff;
	-webkit-text-stroke: 1px rgba(183, 85, 114, 0.2);
	text-stroke: 1px rgba(183, 85, 114, 0.2);
	text-shadow: 1px 1px 2px #b75572;
}
#contentsArea section .character10 .chara_actor p {
	color: #fff;
	-webkit-text-stroke: 1px rgba(125, 124, 145, 0.2);
	text-stroke: 1px rgba(125, 124, 145, 0.2);
	text-shadow: 1px 1px 2px #7d7c91;
}
#contentsArea section .character11 .chara_actor p {
	color: #fff;
	-webkit-text-stroke: 1px rgba(87, 181, 250, 0.2);
	text-stroke: 1px rgba(87, 181, 250, 0.2);
	text-shadow: 1px 1px 2px #57b5fa;
}
#contentsArea section .character12 .chara_actor p {
	color: #fff;
	-webkit-text-stroke: 1px rgba(104, 98, 158, 0.2);
	text-stroke: 1px rgba(104, 98, 158, 0.2);
	text-shadow: 1px 1px 2px #68629e;
}
#contentsArea section .character13 .chara_actor p {
	color: #fff;
	-webkit-text-stroke: 1px rgba(63, 63, 63, 0.2);
	text-stroke: 1px rgba(63, 63, 63, 0.2);
	text-shadow: 1px 1px 2px #3f3f3f;
}
*/




























/* ------------------------------------------------------------
	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;
	overflow-x: hidden;
}
.noScroll {
	scrollbar-width: none;
	-ms-overflow-style: none;
	overflow: hidden;
}
.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;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 20px;
	background-color: #000;
	/*
	-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: auto;
	overflow: hidden;
	width: 45%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-animation: blur 4.0s forwards;
	*/
	width: 100%;
	aspect-ratio: 400 / 368;
	max-width: 200px;
	animation: blur 4.0s forwards;
}


#loader .txt {
	font-size: 16px;
	text-align: center;
	opacity: 0;
	animation: blur 3.0s forwards;
	animation-delay: 2.0s;
}
#loader .btn {
	font-size: 16px;
	cursor: pointer;
	padding: 0.35em calc(13em / 2);
	margin-top: 10px;
	text-align: center;
	background-color: rgba(230,230,230,0.2);
	opacity: 0;
	transition: 0.2s all;
	animation: blur 3.0s forwards;
	animation-delay: 2.0s;
	box-shadow: 1px 1px 2px rgba(230, 230, 230, 0.5);
}

@media screen and (max-width: 420px) {
	#loader .txt, #loader .btn {
        font-size: 14px;
    }
}


#loader .btn:hover {
	background-color: rgba(230,230,230,0.1);
	box-shadow: 0 0 2px rgba(230, 230, 230, 0.5);
}



@media screen and (max-width: 768px) {
	#loader .img {
		width: 80%;
	}
}

@-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;
	}
	*/
	100% {
		filter: blur(0);
		opacity: 0.9;
	}
}
@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;
	}
	*/
	100% {
		filter: blur(0);
		opacity: 0.9;
	}

}


.modalWrapper, .modalWrapper_n {
	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;
}
#contentsArea section .kv_wrap .kv_logo {
	position: absolute;
	top: 40%;
	left: 50%;
	transform: translate(-50%, -40%);
	aspect-ratio: 400 / 368;
	width: 30%;
	max-width: 420px;
	z-index: 2;
	opacity: 0.8;
}
/*
#contentsArea section .kv_wrap .kv_text {
	position: absolute;
	right: 3%;
	bottom: 3%;
	max-width: 40%;
	-webkit-filter: drop-shadow(0px 3px 10px rgba(255, 255, 255, 1));
	filter: drop-shadow(0px 3px 10px rgba(255, 255, 255, 1)); 
	z-index: 2;
}
*/

/*
#contentsArea section .kv_wrap .bg {
	position: absolute;
	left:0;
	opacity: 0;
	z-index: 1;
}
#contentsArea section .kv_wrap .bg-animation {
	animation  : pseudoAnimation 12s infinite;
}
#contentsArea section .kv_wrap .bg-01 {
	animation-delay  : 0s;
}
#contentsArea section .kv_wrap .bg-02 {
	animation-delay  : 6s;
}
@keyframes pseudoAnimation {
	0% { opacity: 0; }
	15% { opacity: 1; }
	50% { opacity: 1; }
	70% { opacity: 0; }
	100% { opacity: 0; }
}
*/






@media screen and (max-width: 1024px) {
	#contentsArea section .kv_wrap .kv_logo {
		max-width: 300px;
	}
	/*
	#contentsArea section .kv_wrap .kv_text {
		max-width: 45%;
	}
	*/
}
@media screen and (max-width: 768px) {
	.kv_wrap {
		padding-bottom: 5em;
	}


	#contentsArea section .kv_wrap .kv_logo {
		width: 40%;
	}
/*
	#contentsArea section .kv_wrap .kv_text {
		left: 50%;
		right: auto;
		transform: translateX(-50%);
		max-width: 60%;
		height: 2em;
        bottom: 1.5em;
	}
*/
}
@media screen and (max-width: 480px) {
	.kv_wrap {
		padding-bottom: 4em;
	}
	#contentsArea section .kv_wrap .kv_logo {
		max-width: 45%;
		bottom: 4em;
	}
	/*
	#contentsArea section .kv_wrap .kv_text {
		max-width: 75%;
		height: 1.5em;
        bottom: 1.25em;
	}
	*/
}



/*
.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;
	background-color: #000000;
}
.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%;
}
*/




#access .access_area iframe {
	width: 100%;
	aspect-ratio: 600 / 450;
	border:0;
}

/*
#access .access_area {
	background-color: #B5BDC9;
	padding: 20px;
	height: 100%;
}
#access .access_area p,#access .access_area p.middle {
	font-size: 1.4em;
	text-align: center;
	margin-bottom: 20px;
	line-height: 1.6em !important;
}

#access .access_area a {
	color: #000000;
	text-decoration: underline;
}
#access .access_area a:hover {
	opacity: 0.7;
}
*/




/*
#contentsArea section .title_type1 img {
	width: auto;
	height: 100%;
	max-width: 100%;
	max-height: 48px;
}
*/
/*
#contentsArea section .title_type1 {
	margin-bottom: 15px;
}
*/




/*
#news_wrap,
#intro_wrap,
#story_wrap,
#chara_wrap,
#cast_wrap,
#goods_wrap {
	position: relative;
	width: 100%;
}
#intro_wrap .intro_title,
#story_wrap .story_title,
#chara_wrap .chara_title,
#ticket_wrap .ticket_title {
	height: 80px;
	width: auto;
}
#cast_wrap .cast_title,
#schedule_wrap .schedule_title,
#ticket_wrap .ticket_title,
#qa-wrapper .qa_title,
#staff_wrap .staff_title,
#goods_wrap .goods_title {
	height: 80px;
	width: auto;
}
*/


/*#news_wrap .bd_event, #news_wrap .bd, #news_wrap .ec {*/
/*
#news_wrap .revival {
	margin-bottom: 3%;
	text-align: center;
	background: linear-gradient(45deg, transparent 3%, rgba(62,175,255,1) 0%), linear-gradient(135deg, transparent 3%, rgba(62,175,255,0.8) 0%), linear-gradient(225deg, transparent 3%, rgba(62,175,255,0.8) 0%), linear-gradient(315deg, transparent 3%, rgba(62,175,255,1) 0%);
    background-position: bottom left, top left, top right, bottom right;
    background-size: 50% 50.5%;
    background-repeat: no-repeat;
    padding: 20px 5%;
}


#news_wrap .bd_event, #news_wrap .bd, #news_wrap .ec,
#news_wrap .news, #news_wrap .ticket, #news_wrap .point, #news_wrap .goods {
	margin-bottom: 3%;
	text-align: center;
	background: linear-gradient(45deg, transparent 3%, rgba(65,79,108,1) 0%), linear-gradient(135deg, transparent 3%, rgba(65,79,108,0.8) 0%), linear-gradient(225deg, transparent 3%, rgba(65,79,108,0.8) 0%), linear-gradient(315deg, transparent 3%, rgba(65,79,108,1) 0%);
    background-position: bottom left, top left, top right, bottom right;
    background-size: 50% 50.5%;
    background-repeat: no-repeat;
    padding: 20px 5%;
}

#goods_wrap .button {
	text-align: center;
	background: linear-gradient(45deg, transparent 3%, rgba(62,175,255,1) 0%), linear-gradient(135deg, transparent 3%, rgba(62,175,255,1) 0%), linear-gradient(225deg, transparent 3%, rgba(62,175,255,1) 0%), linear-gradient(315deg, transparent 3%, rgba(62,175,255,1) 0%);
    background-position: bottom left, top left, top right, bottom right;
    background-size: 50% 50.5%;
    background-repeat: no-repeat;
    padding: 20px 5%;
    width: 60%;
    margin: 0 auto 3%;
}

#news_wrap .goods {
	margin-bottom: 10%;
}
*/


#news .news_area {
	border: 1px solid rgba(255,255,255,0.3);
	box-sizing: border-box;
	padding: 40px;
}
@media screen and (max-width: 768px) {
	#news .news_area {
		padding: 20px;
	}
}
#news .news_area ul {
	margin: 0;
}
#news .news_area ul li {
	list-style-type: none;
}
#news .news_area ul li a::after {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	margin: 20px 0;
	background-image: linear-gradient(to right, transparent, rgba(255,255,255,0.6) 5%, transparent);
}
#news .news_area ul li:last-child a::after {
	content: none;
}

#intro .intro_area, #cast .cast_area, #staff .staff_area, #qa-wrapper .accordion_panel .accordion_flow {
	background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.1) 3%, rgba(255,255,255,0.1) 97%, rgba(255,255,255,0) 100%);
	padding: 40px;
}
@media screen and (max-width: 768px) {
	#intro .intro_area, #cast .cast_area, #staff .staff_area, #qa-wrapper .accordion_panel .accordion_flow {
		padding: 20px;
	}
}
#goods .goods_area {
	background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.1) 3%, rgba(255,255,255,0.1) 97%, rgba(255,255,255,0) 100%);
}
#goods .goods_area > a {
	box-sizing: border-box;
	padding: 40px;
}
@media screen and (max-width: 768px) {
	#goods .goods_area > a {
		padding: 20px;
	}
}

#goods .goods_area img {
	max-width: 280px;
	margin: 0 auto;
}

#qa-wrapper .accordion_panel .accordion_flow > ul {
	margin-left: 2em;
}
#qa-wrapper .accordion_panel .accordion_flow ul li {
	word-break: break-all;
}
#qa-wrapper .accordion_panel .accordion_flow ul li {
	color: #fff;
}
#qa-wrapper .accordion_panel .accordion_flow ul li.q {
	list-style-type: "Q: ";
	color: #f7341f;
    font-weight: 700;
}
#qa-wrapper .accordion_panel .accordion_flow ul li.a {
	list-style-type: "A: ";
}


#contentsArea .sub-title {
	font-size: 20px;
	font-weight: 700;
	color: #f7341f;
}
@media screen and (max-width: 768px) {
	#contentsArea .sub-title {
		font-size: 18px;
	}
}
@media screen and (max-width: 420px) {
	#contentsArea .sub-title {
		font-size: 16px;
	}
}







#contentsArea ul.sup-list li {
	list-style-type: "※";
	font-size: 0.9em;
	color: #ffffff;
	margin-top: 0.5em;
}

#contentsArea ul.indent li {
	list-style-type: none;
	color: #ffffff;
}




#cast .cast_area {
	align-items: center;
}
#cast .cast_area > img {
	max-width: 280px;
}
#cast .cast_area > p {
	text-align: center;
}
#cast .cast_area .name {
	font-size: 24px;
	font-weight: 700;
}
#cast .cast_area .name span {
	display: inline-block;
}
#cast .cast_area .name span.en {
    font-size: 18px;
    line-height: 180%;
    letter-spacing: 0.15em;
	font-weight: 500;
}
@media screen and (max-width: 768px) {
	#cast .cast_area .name span.en {
        font-size: 16px;
    }
}
@media screen and (max-width: 420px) {
	#cast .cast_area .name span.en {
        font-size: 14px;
    }
}


@media screen and (max-width: 768px) {
	#cast .cast_area .name {
		font-size: 20px;
	}
}
@media screen and (max-width: 420px) {
	#cast .cast_area .name {
		font-size: 18px;
	}
}






#cast .cast_area .title::after {
	content: "";
	display: block;
	width: 85%;
	height: 1px;
    margin: 15px auto 0px auto;
	background-image: linear-gradient(to right, transparent, rgba(255,255,255,0.6) 5%, transparent);
}
#cast .cast_area .title span, #cast .cast_area .youtube-link span {
	display: inline-block;
}

#cast .cast_area .youtube-link a:before {
	content: url(./images/icon/youtube.svg);
	display: inline-block;
	width: 20px;
	margin-right: 10px;
}
#cast .cast_area .youtube-link a:after, #cast .cast_area .x-link a:after {
	content: url(./images/icon/target_blank.svg);
	display: inline-block;
	width: 15px;
	margin-left: 10px;
}


#goods .goods_area .price span {
	font-size: 0.8em;
}

#goods .goods_area .tag, .goodsModal .tag {
	display: inline-block;
	width: fit-content;
	box-sizing: border-box;
	font-size: 0.8em;
	line-height: 3em;
	padding: 0 1.5em;
	background-color: #000;
}








a.revival-iframe {
    color: #000;
    font-size: 1.5rem;
    line-height: 150%;
    font-weight: 600;
    position: relative;
    z-index: +1;
    cursor: pointer;
    transition-duration: 0.7s;
}

a.bdevent_link, a.bd_link, a.ec_link, a.goods2-iframe,
a.news-iframe, a.ticket-iframe, a.point-iframe, a.goods-iframe, a.goods_link, a.bdevent_bt_link {
    color: #fff;
    font-size: 1.5rem;
    line-height: 150%;
    font-weight: 600;
    position: relative;
    z-index: +1;
    cursor: pointer;
    transition-duration: 0.7s;
}
a.revival-iframe:hover, 
a.bdevent_link:hover, a.bd_link:hover, a.ec_link:hover, a.news-iframe:hover, a.ticket-iframe:hover, a.point-iframe:hover, a.goods-iframe:hover, a.goods_link:hover, a.goods2-iframe:hover, a.bdevent_bt_link:hover, a.visitors-iframe:hover .button {
	opacity: 0.6;
}

@media screen and (max-width: 500px) {
	.news_txt .button {
		width: 80%;
	}
	#goods_wrap .button {
		width: 80%;
	}
	a.revival-iframe, a.bdevent_link,
	a.bd_link, a.ec_link, a.news-iframe, a.ticket-iframe, a.point-iframe, a.goods-iframe, a.goods_link, a.goods2-iframe, a.bdevent_bt_link {
		font-size: 1.3rem;
	}
}




/*
#intro_wrap .intro_txt {
	background-image: url(../images/bg_story.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
    background-position-y: top;
	padding: 45px 10% 5% 10%;
	text-shadow: 2px 2px #3F3F3F;
	position: relative;
}
#intro_wrap .intro_txt p {
	color: #fff;
}


@media screen and (min-width: 1920px) {
	#intro_wrap .intro_txt {
		padding: 45px 20% 5% 20%;
	}
}


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

}
@media screen and (max-width: 768px) {
	#intro_wrap .intro_txt {
		padding: 5%;
		padding-top: 45px;
	}
}
@media screen and (max-width: 599px) {
	#intro_wrap .intro_txt {
		background-position: 58%;
	}
}
*/


#staff_wrap .staff_txt {
	background-image: url(./images/bg_staff.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
    background-position-y: top;
	padding: 100px 15%;
/*	text-shadow: 1px 1px #f9f9f9;*/
	position: relative;
}
#staff_wrap .staff_txt p {
	color: #fff;
}
@media screen and (max-width: 768px) {
	#staff_wrap .staff_txt {
/*		padding: 5%;*/
		padding: 50px 100px;
		padding-top: 45px;
	}
}

@media screen and (max-width: 500px) {
	#staff_wrap .staff_txt {
/*		padding: 5%;*/
		padding: 50px 10%;
		padding-top: 45px;
	}
}
/*
#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) {
	#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-wrapper .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-wrapper {
	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 {
		height: auto;
	}
	#news_wrap .goods {
		height: auto;
		margin-bottom: 17.5%;
	}
	#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-wrapper {
		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;
}
*/




/*
.title_left {
	background-image: url(../images/title/title_bk_left.svg);
    background-repeat: no-repeat;
    background-size: 60%;
	height: 500px;
	margin-top: 40px;
	margin-bottom: -430px;
	background-position-x: left;
    text-align: left;
	padding: 40px 10%;
}
@media screen and (max-width: 1024px) {

}
@media screen and (max-width: 768px) {
	.title_left {
		margin-top: 50px;
		background-size: 80%;
		padding: 25px 10%;

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

}


.title_right {
	background-image: url(../images/title/title_bk_right.svg);
    background-repeat: no-repeat;
    background-size: 60%;
	height: 500px;
	margin-bottom: -430px;
	background-position-x: right;
    text-align: right;
	padding: 40px 10%;
}
@media screen and (max-width: 1024px) {

}
@media screen and (max-width: 768px) {
	.title_right {
		margin-top: 50px;
		background-size: 80%;
		padding: 25px 10%;

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

}
*/












/*
#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;
}
*/



#chara_wrap .chara_area {
/*	padding: 5% 0;*/
	padding: 5%;
	position: relative;
}
@media screen and (max-width: 768px) {
	#chara_wrap .chara_area {
		padding: 5%;
		padding-top: 0;
	}
}

#chara-cast .ensemble {
	background-color: rgba(249,249,249,0.5);
	border: 3px solid #B5BDC9;
	outline: 1px solid #B5BDC9;
	outline-offset: -6px;
	margin: 0 15%;
	padding: 3% 5%;
}

#chara-cast .ensemble_title {
	font-size: 1.4em;
	font-weight: 700;
	text-align: center;
	margin-bottom: 3%;
}

#chara-cast .ensemble div {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

#chara-cast .ensemble div p {
	width: auto;
	padding: 0 4%;
}

@media screen and (max-width: 565px) {
	#chara-cast .ensemble {
		margin: 0 5%;
	}
}

#ticket_wrap .ticket_area {
	background-color: #414F6C;
	background-image: url(./images/ticket_bk.png);
	padding: 100px 15%;
/*	margin-top: 5%;*/
	background-repeat: no-repeat;
    background-position: bottom left;
	position: relative;
}
/*@media screen and (max-width: 1024px) {*/

@media screen and (max-width: 768px) {
	#ticket_wrap .ticket_area {
		padding: 5%;
		margin-top: 0;
		margin-bottom: 10%;
	}
}




#ticket_wrap .ticket_area .outline_box {
	background-color: #F9F9F9;
	border: 3px solid #B5BDC9;

	outline: 1px solid #B5BDC9;
	outline-offset: -6px;

	box-shadow: 0px 0px 5px #F9F9F9;
	padding: 5%;
}



#ticket_wrap .outline_box {
	margin: 0;
}
#ticket_wrap .outline_box p {
	text-align: left !important; 
}

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

@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;
	}
	*/
	#ticket_wrap .ticket_area .outline_box {
		padding: 8% 5%;
	}
	.gmap {
		aspect-ratio: 16/16;
	}
}

/*
#ticket_wrap .ticket_txt {
	margin: 5% 0;
}
*/

.goodsModal .closeBtn {
	position: absolute;
	top: 15px;
	right: 30px;
	cursor: pointer;
	z-index: 1100;
	display: block;
	height: 50px;
	width: 50px;
}
.goodsModal .closeBtn:before {
	content: "";
	display: inline-block;
	width: 2px;
	height: 45px;
	background-color: #ffffff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 0;
	right: 0;
}
.goodsModal .closeBtn:after {
	content: "";
	display: inline-block;
	width: 2px;
	height: 45px;
	background-color: #ffffff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	position: absolute;
	top: 0x;
	right: 0;
}

.goodsModal .closeBtn:before,
.goodsModal .closeBtn:after {
	background-color: #fff;
	right: 25px;
}
#goods .goodsOpen {
	display: block;
	cursor: pointer;
	width: 100%;
	height: 100%;
	transition-duration: 0.6s;
}

#goods .goodsOpen:hover {
	opacity: 0.6;
}

#goods_wrap .goods_title {
    font-size: 1.4rem;
    font-weight: 700;
    position: relative;
}

#goods_wrap .goods_txt {
	margin: 0 auto;
	padding: 0 5%;
	position: relative;
	max-width: 1200px;
}

#goods_wrap .goods {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto !important;
    gap: 2%;
    justify-content: center;
	max-width: 1200px;
    padding: 0 5%;
}

#goods_wrap .goods .goods_item {
    position: relative;
    border: 3px solid rgba(62,175,255,1);
    box-sizing: border-box;
    box-shadow: 5px 5px 2px 1px rgba(62,175,255,.3);
    margin: 0 0 2em;
    width: 100%;
    padding: 2% 3%;
    background: #ffffff;
    transition: 0.2s all;
}

#goods_wrap .goods .goods_ecitem {
    position: relative;
    border: 3px solid rgba(62,175,255,1);
    box-sizing: border-box;
    box-shadow: 5px 5px 2px 1px rgba(62,175,255,.3);
    margin: 0 0 2em;
    width: 32%;
    min-width: 280px;
    background: #ffffff;
    transition: 0.2s all;
}

#goods_wrap .goods .goods_ecitem .ectxt {
	padding: 2% 3% 3%;
}

#goods_wrap .goods .goods_ecitem .ectxt p.middle {
	line-height: 1.6em !important;
}


.goodsModalBackground {
	display: none;
	background-color: #000;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 999;
}
.goodsModal {
	display: none;
/*	background-image: url(../images/bg.jpg);*/

background-image: url(./images/noise.png);
    -webkit-animation: noise_anima 1s steps(10) infinite;
    animation: noise_anima 1s steps(10) infinite;
    position: fixed;
    transition: .6s;
	
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	height: 100%;
	width: 100%;
	z-index: 1000;
	color: #06223B;
	overflow-y: auto;
}

.goodsModal .left {
	height: 100%;
	width: 50%;
	margin-right: 4%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.goodsModal .left .mainImg {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.goodsModal .left .mainImg img {
	max-width: 580px;
	width: 100%;
}
@media only screen and (max-width: 768px) {
	.goodsModal .left {
		height: auto;
		width: 100%;
		margin-right: 0;
		padding-top: 40px;
	}
	.goodsModal .left .mainImg {
		margin-top: 55px;
	}
}

.goodsModal .right {
	height: 100%;
	width: 40%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.ec-sell {
	background: rgba(62, 175, 255, 1);
    color: #ffffff !important;
    padding: 0 0 0.3%;
    width: 10em !important;
    text-align: center !important;
}

@media only screen and (max-width: 768px) {
	.goodsModal .right {
		height: auto;
		width: 100%;
		margin-right: 0;
		padding: 20px 20px 60px 20px;
	}
}

.goodsModal .right .item-name {
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 2rem;
	margin-bottom: 1rem;
}
.goodsModal .right .yen {
	text-align: right;
	font-size: 1.75rem;
	font-weight: 700;
	margin-bottom: 0;
	padding-bottom: 1em;
}
.goodsModal .right .yen .tax {
	font-size: 1.5rem;
}
.goodsModal .right .goods-info {
	font-size: 1.3rem;
	margin-top: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #978fc4;
}
.goodsModal .right .goods-info span {
	display: inline-block;
	color: #fff;
	background-color: #978fc4;
	padding: 0.3em 2em;
}
.goodsModal .right .item-text {
	overflow: auto;
	font-size: 1.1rem;
	border-bottom: 1px solid #978fc4;
	padding: 0 5px 15px 2em;
	position: relative;
	line-height: 1.5em;
}
.goodsModal .right .item-text span {
	display: inline-block;
}
@media only screen and (max-width: 768px) {
	.goodsModal .right .item-name {
		font-size: 1.2rem;
	}
	.goodsModal .right .yen {
		font-size: 1.6rem;
	}
	.goodsModal .right .yen .tax {
		font-size: 1.2rem;
	}
	.goodsModal .right .goods-info {
		font-size: 1.2rem;
	}
	.goodsModal .right .goods-info span {
		display: inline-block;
		color: #fff;
		background-color: #978fc4;
		padding: 0.3em 2em;
	}
	.goodsModal .right .item-text {
		font-size: 1rem;
	}
}

.goodsModal1-01,
.goodsModal2-01, .goodsModal2-02, .goodsModal2-03, .goodsModal2-04, .goodsModal2-05, .goodsModal2-06, .goodsModal2-07, .goodsModal2-08, .goodsModal2-09, .goodsModal2-10, .goodsModal2-11, .goodsModal2-12, .goodsModal2-13,
.goodsModal3-01,
.goodsModal4-01,
.goodsModal5-01, .goodsModal5-02, .goodsModal5-03, .goodsModal5-04, .goodsModal5-05, .goodsModal5-06, .goodsModal5-07, .goodsModal5-08, .goodsModal5-09, .goodsModal5-10, .goodsModal5-11, .goodsModal5-12, .goodsModal5-13,
.goodsModal6-01, .goodsModal6-02, .goodsModal6-03, .goodsModal6-04, .goodsModal6-05, .goodsModal6-06, .goodsModal6-07, .goodsModal6-08, .goodsModal6-09, .goodsModal6-10, .goodsModal6-11, .goodsModal6-12, .goodsModal6-13 {
	display: none;
	flex-wrap: wrap;
	position: relative;
	overflow-y: hidden;
	overflow-x: hidden;
	height: 100%;
	background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.1) 3%, rgba(255, 255, 255, 0.1) 97%, rgba(255, 255, 255, 0) 100%);
	padding: 0 20px;
    justify-content: center;
    align-items: center;
}
@media only screen and (max-width: 768px) {
	.goodsModal1-01,
.goodsModal2-01, .goodsModal2-02, .goodsModal2-03, .goodsModal2-04, .goodsModal2-05, .goodsModal2-06, .goodsModal2-07, .goodsModal2-08, .goodsModal2-09, .goodsModal2-10, .goodsModal2-11, .goodsModal2-12, .goodsModal2-13,
.goodsModal3-01,
.goodsModal4-01,
.goodsModal5-01, .goodsModal5-02, .goodsModal5-03, .goodsModal5-04, .goodsModal5-05, .goodsModal5-06, .goodsModal5-07, .goodsModal5-08, .goodsModal5-09, .goodsModal5-10, .goodsModal5-11, .goodsModal5-12, .goodsModal5-13,
.goodsModal6-01, .goodsModal6-02, .goodsModal6-03, .goodsModal6-04, .goodsModal6-05, .goodsModal6-06, .goodsModal6-07, .goodsModal6-08, .goodsModal6-09, .goodsModal6-10, .goodsModal6-11, .goodsModal6-12, .goodsModal6-13 {
		overflow-y: auto;
	}
}


#foot-inner {
	padding: 4em 0;
	background-color: #b3b3b3;
	position: relative;
	z-index: 10;
}
#foot-inner .footArea {
	display: flex;
	justify-content: center;
}
#foot-inner .footArea a {
	display: block;
	width: 15%;
	transition: 0.2s all;
}

@media screen and (max-width: 768px) {
	#foot-inner {
		padding: 3em 0;
	}
	#foot-inner .footArea a {
		width: 25%;
	}
}
@media screen and (max-width: 420px) {
	#foot-inner {
		padding: 2em 0;
	}
	#foot-inner .footArea a {
		width: 40%;
	}
}



#foot-inner .footArea a:hover {
	opacity: 0.6;
}


/*
@media screen and (max-width: 565px) {
	#foot-inner {
		flex-wrap: wrap;
		flex-direction: column;
	}
}
.footArea1, .footArea2, .footArea3 {
	width: calc(100%  / 3);
	margin: auto;
	text-align: center;
}
.footArea1 {
	padding: 0 calc(100% / 3 / 5);
	width: calc(100%  / 5);
}
@media screen and (max-width: 565px) {
	.footArea1, .footArea2, .footArea3 {
		width: 70%;
		padding: 0;
	}
}
.footArea1 img {
	max-width: 80%;
	margin: 20px auto;
}
.footArea2 img {
	max-width: 60px;
	margin: 40px auto;
}
.footArea2 p {
	font-size: 0.9em;
}
.footArea3 img {
	width: 70%;
	margin: 20px auto;
}

@media screen and (max-width: 565px) {
	.footArea1 img {
		margin: 10px auto;
	}
	.footArea3 img {
		margin: 10px auto;
	}
}
*/



.copyright {
	font-size: 0.8em;
	text-align: center;
	color: #fff;
	background-color: #000;
	box-sizing: border-box;
	padding: 40px 0 20px 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;
    left: 0px;
    cursor: pointer;
    width: 80px;
    height: 80px;
    box-sizing: border-box;
    background: rgba(50, 61, 76, 0.85);
}

#closeBtn: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: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: #3EAFFF;
	width: 3px;
	left: 37.5px;
	top: 15px;
}

.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;*/
	opacity: 0.9 !important;
	filter: blur(0) !important;
}
.fadeInAfterBl2 {
	/*	opacity: 1 !important;*/
		opacity: 1.0 !important;
		filter: blur(0) !important;
	}
/*#cinema table {
	opacity: 1 !important;
	filter: blur(0) !important;
}*/
.fadeInAfterScl {
/*	opacity: 1 !important;*/
	opacity: 1.0 !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;	/* スマホ時の横スクロール対応 */
}

#inquiry .inquiry_wrap {
	text-align: center;
	padding: 40px 0;
}
#inquiry .inquiry_wrap img {
	width: 90%;
	max-width: 800px;
	opacity: 1;
}
@media only screen and (max-width: 480px) {
	#inquiry .inquiry_wrap {
		padding: 20px 0;
	}
	#inquiry .inquiry_wrap img {
		width: 90%;
	}
}
#inquiry .inquiry_wrap a {
	display: block;
}
#inquiry .inquiry_wrap a:hover img {
	opacity: 0.6;
}



/* ------------------------------------------------------------
	ページトップに戻るボタン
------------------------------------------------------------ */
#backToTop {
	width: 50px;
	height: 50px;
/*	background-color: rgb(50,61,76,0.5);*/
	position: fixed;
	bottom: 20.5px;
	right: 17.5px;
	padding: 5px;
	display: none;
	z-index: 100;
}
#backToTop a {
	width: 50px;
	height: 50px;
	background: url(./images/back_to_top.svg);
	background-color: rgba(230, 230, 230, 0.2);
/*
	border-top: solid 3px #ffffff;
	border-right: solid 3px #ffffff;
	border-radius: 3px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
*/
	display: block;
	background-repeat: no-repeat;
    background-position: center;
}

/*新規追加*/

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

@media only screen and (min-width: 1280px) {
	.w-tb{
		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%;
}

*/



/*
.ticket_contents_area {
	margin: 2em 0 6em 0;
	position: relative;
	padding: 20px 0 0 60px;
	border-top: solid 1px #898888;
}
.visitors_area .ticket_contents_area {
	margin-bottom: 5%;
}




.ticket_contents_area:last-child {
	margin: 2em 0 0 0;
}
.ticket_contents_area::before{
	content: '';
	position: absolute;
	top: -40px;
	left: 40px;
	width: 1px;
	height: 120px;
	background-color: #898888;
}
.ticket_contents_area::after{
	content: '';
	position: absolute;
	top: -10px;
	left: 30px;
	width: 10px;
	height: 10px;
	background-color: #3EAFFF;
}

.ticket_contents_title {
	position: absolute;
	top: -45px;
	left: 60px;
}
@media only screen and (max-width: 410px) {
	.ticket_contents_title.line2 {
		top: -70px;
	}
	#contentsArea section .ticket_contents_title.line2 p {
		line-height: 1.5em;
	}
}



@media only screen and (max-width: 480px) {
	.ticket_contents_title {
		left: 40px;
	}
	.ticket_contents_area {
		padding: 10px 0 0 40px;
	}
	.ticket_contents_area::before{
		left: 20px;
		height: 80px;
	}
	.ticket_contents_area::after{
		left: 10px;
	}
}







#contentsArea section .ticket_contents_title p {
	font-size: 1.4em;
	font-weight: 700;
}


.ticket_contents a {
	word-break: break-all;
}
*/




/*
#ticket_wrap .ticket_area .title_type2 {
	background-image: url(../images/title/title_bk_type2.svg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0px 0 40px 70px;
    position: relative;
}
#ticket_wrap .ticket_area .title_type2 > p {
	position: absolute;
	top: 20px;
	left: 70px;
}
*/

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

#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;
	position: relative;
    z-index: 10;
}

@-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.6 !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%;
	}
}

/* ------------------------------------------------------------
	Q&A
------------------------------------------------------------ */

#qa-wrapper .qa_txt {
  position: relative;
}

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

#qa-wrapper .accordion_panel {
  max-width: 1080px;
  margin: 0 auto;
  position: relative;
  padding: 0 15px;
}
#qa-wrapper .accordion_panel .accordion_parent {
    background-color: rgba(230, 230, 230, 0.2);
	color: rgba(255,255,255,0.9);
	text-shadow: 2px 2px 3px rgba(247,52,31,0.5);
	font-size: 1.5em;
	padding: 20px 11%;
	text-align: center;
	position: relative;
	z-index: +1;
	cursor: pointer;
	transition-duration: 0.7s;
	box-shadow: 1px 1px 2px rgba(230, 230, 230, 0.5);
}
@media screen and (max-width: 768px) {
	#qa-wrapper .accordion_panel .accordion_parent {
		font-size: 1.3em;
	}
}
@media screen and (max-width: 420px) {
	#qa-wrapper .accordion_panel .accordion_parent {
		font-size: 1.1em;
	}
}



#qa-wrapper .accordion_panel .accordion_parent:hover {
	background-color: rgba(230, 230, 230, 0.1);
	box-shadow: 0 0 2px rgba(230, 230, 230, 0.5);
}




#qa-wrapper .accordion_panel .accordion_parent a {
  text-decoration: none;
  color: #fff;
}

#qa-wrapper .accordion_panel .accordion_flow {
	display: none;
}

#qa-wrapper .accordion_panel .accordion_flow .accordion_parent {
  background-color: #806716;
}

#qa-wrapper .accordion_panel .accordion_parent:hover {
  opacity: 0.6;
}


/*

#qa-wrapper .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: 2px solid rgba(255, 255, 255, 0.3);
  margin-top: -15px;
  box-sizing: border-box;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.7s;
}
#qa-wrapper .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-wrapper .accordion_panel .accordion_parent.open .i_box {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
#qa-wrapper .accordion_panel .accordion_parent .i_box .one_i:before, #qa-wrapper .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-wrapper .accordion_panel .accordion_parent .i_box .one_i:before {
  width: 2px;
  height: 18px;
  top: 0;
  left: 8px;
}
#qa-wrapper .accordion_panel .accordion_parent.open .i_box .one_i:before {
  content: none;
}
#qa-wrapper .accordion_panel .accordion_parent.open .i_box .one_i:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
*/



#qa-wrapper .accordion_panel .accordion_parent .i_box {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto 0;
	right: 40px;
	background: url(./images/btn/btn_qa_ar.svg) no-repeat;
	width: 20px;
	height: 20px;
	transition-duration: 0.7s;
}
#qa-wrapper .accordion_panel .accordion_parent.open .i_box {
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

@media only screen and (max-width: 550px) {
	#qa-wrapper .accordion_panel .accordion_parent .i_box {
		right: 20px;
		width: 15px;
		height: 15px;
	}
}


.question {
	color: #414f6c !important;
	margin: 20px -5px 5px;
	font-weight: 600;
}

.accordion_panel ol li {
	margin: 0 20px;
	font-size: 2.0rem;
}
/*
.accordion_panel p {
    padding-left: 2em;
    text-indent: -1.8em;
    width: calc(100% - 2em) !important;
}

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

.accordion_panel p.sub {
	padding-left: 2em;
	text-indent: 0;
}
*/






.inquiry_area {
	background-image: url(./images/inquiry-bg.png);
	background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    padding: 60px 0;
}


.inquiry_area p, .inquiry_area p a {
	text-align: center;
	color: #f7341f;
	text-shadow: 2px 2px 3px rgba(0,0,0,0.5);
    font-weight: 700;
}


/* ------------------------------------------------------------
	BD
------------------------------------------------------------ */

.blu-ray_area {
	margin: 2em 0 6em 0;
	position: relative;
	padding: 20px 0 0 0;
}

#blu-ray_wrap .blu-ray_area .outline_box, #goods_wrap .outline_box {
	margin-bottom: 3%;
/*	text-align: center;*/
	background: linear-gradient(45deg, transparent 2%, rgba(181,189,201,0.6) 0%), linear-gradient(135deg, transparent 2%, rgba(181,189,201,0.6) 0%), linear-gradient(225deg, transparent 2%, rgba(181,189,201,0.6) 0%), linear-gradient(315deg, transparent 2%, rgba(181,189,201,0.6) 0%);
	background-position: bottom left, top left, top right, bottom right;
    background-size: 50% 50%;
    background-repeat: no-repeat;
    padding: 30px 3% 50px;
}

#blu-ray_wrap .blu-ray_area .outline_box .blu-ray_contents {
    margin-top: 20px;
    box-sizing: border-box;
    padding: 30px 3%;
    border-radius: 2px;
    box-shadow: 2px 2px 2px rgb(105, 105, 105, 0.2);
    background-color: rgba(255, 255, 255, 0.5);
}

#blu-ray_wrap .blu-ray_area .outline_box .blu-ray_contents_area {
    display: flex;
    flex-wrap: wrap;
    gap: 3%;
}
#blu-ray_wrap .blu-ray_title {
    font-size: 1.4rem;
    font-weight: 700;
}
.blu-ray_contents_area .br_contents_area_L {
    width: 48.5%;
    box-sizing: border-box;
    display: flex;
    align-items: start;
    justify-content: center;
}
.blu-ray_contents_area .br_contents_area_R {
    width: 48.5%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: auto 0;
    box-sizing: border-box;
}
.blu-ray_contents_area .br_contents_area_R > ul {
    margin-left: 0 !important;
}

.blu-ray_contents_area .br_contents_area_R > ul li, .blu-ray_contents > ul li {
    list-style-type: none !important;
}

@media only screen and (max-width: 768px) {
	#blu-ray .blu-ray_contents_area .br_contents_area_L, #blu-ray .blu-ray_contents_area .br_contents_area_R {
		width: 100%;
	}
	.blu-ray_contents_area .br_contents_area_L img {
		max-width: 400px;
		margin-bottom: 30px;
	}
}

#blu-ray_wrap h4 {
	line-height: 1.7em;
	text-align: left;
	font-size: 1.1rem;
	font-weight: 600;
	color: #ffffff;
	display: inline-block;
	background-color: rgba(62,175,255,0.7);
	padding: 0.5em 2em 0.5em 2em;
	margin-top: 20px;
	margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
	#blu-ray_wrap h4 {
		font-size: 1rem;
		padding: 0.5em;
		margin-top: 20px;
	}
}

#blu-ray_wrap .BR-box {
	margin-top: -1px;
	padding: 30px 5%;
	box-sizing: border-box;
	border: 2px solid rgba(62,175,255,0.7);
	border-radius: 2px;
	box-shadow: 2px 2px 2px rgb(105, 105, 105, 0.2);
	background-color: rgba(255, 255, 255, 0.5);
}
#blu-ray_wrap .BR-box.flexItem {
	display: flex;
	flex-direction: row;
}
@media only screen and (max-width: 768px) {
	#blu-ray_wrap .BR-box.flexItem {
		flex-direction: column;
	}
}
#blu-ray_wrap .BR-box.flexItem .BR-box-L {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 20px;
}
@media only screen and (max-width: 768px) {
	#blu-ray_wrap .BR-box.flexItem .BR-box-L {
		margin-right: 0;
	}
}

#blu-ray_wrap .BR-box.flexItem .BR-box-R {
	width: 70%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
#blu-ray_wrap .BR-box.flexItem .BR-box-R p {
	text-align: center;
	margin-bottom: 1rem;
}
#blu-ray_wrap .BR-box.flexItem .BR-box-R a {
	display: inline-block;
	font-size: 1rem;
	background: rgb(62 175 255 / 100%);
	color: #fff;
	text-align: center;
	padding: 0.8rem 2rem 0.9rem;
	margin: 1rem 0;
	text-decoration: none;
	box-shadow: 2px 2px 2px 1px rgb(62 175 255 / 20%);
	-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;
}
#blu-ray_wrap .BR-box.flexItem .BR-box-R a:hover {
	background: rgb(62 175 255 / 80%);
	box-shadow: 1px 1px 2px 1px rgb(62 175 255 / 10%);
}
#blu-ray_wrap .BR-box.flexItem .BR-box-R a span {
	font-size: 0.8rem;
	white-space: nowrap;
}

@media only screen and (max-width: 768px) {
	#blu-ray_wrap .BR-box {
		padding: 20px 5%;
	}
	#blu-ray_wrap .BR-box.flexItem .BR-box-R {
		width: 100%;
	}
	#blu-ray_wrap .BR-box.flexItem .BR-box-R p {
		margin-bottom: 0;
	}
}

#blu-ray_wrap .BR-box img.P {
	width: 100%;
	height: 100%;
	aspect-ratio: 720 / 720;
	max-width: 480px;
}
#blu-ray_wrap .BR-box img.L {
	width: 100%;
	height: auto;
/*	aspect-ratio: 720 / 505;*/
	max-width: 800px;
/*	opacity: 0.6;*/
}
@media only screen and (max-width: 768px) {
	#blu-ray_wrap .BR-box img.P {
		margin-bottom: 1rem;
	}
	#blu-ray_wrap .BR-box img.L {
		margin-bottom: 1rem;
	}
}



/* ---------
	BD event
------------ */
#blu-ray_wrap .bd_event_title {
    font-size: 1.4rem;
    font-weight: 700;
}

#blu-ray_wrap .bd_event_area .area_box {
	background-color: #F9F9F9;
    border: 3px solid #B5BDC9;
    outline: 1px solid #B5BDC9;
    outline-offset: -6px;
    box-shadow: 0px 0px 5px #F9F9F9;
	padding: 5%;
}

#blu-ray_wrap .bd_event_area .button {
	text-align: center;
	background: linear-gradient(45deg, transparent 3%, rgba(62,175,255,1) 0%), linear-gradient(135deg, transparent 3%, rgba(62,175,255,1) 0%), linear-gradient(225deg, transparent 3%, rgba(62,175,255,1) 0%), linear-gradient(315deg, transparent 3%, rgba(62,175,255,1) 0%);
    background-position: bottom left, top left, top right, bottom right;
    background-size: 50% 50.5%;
    background-repeat: no-repeat;
    padding: 20px 5%;
    width: 60%;
    margin: 0 auto 3%;
}


/*
-----
GOODS
-----
*/

#goods_wrap h4 {
	line-height: 1.7em;
	text-align: left;
	font-size: 1.1rem;
	font-weight: 600;
	color: #ffffff;
	display: inline-block;
	background-color: rgba(62,175,255,0.7);
	padding: 0.5em 2em 0.5em 2em;
	margin-top: 20px;
	margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
	#goods_wrap h4 {
		font-size: 1rem;
		padding: 0.5em;
		margin-top: 20px;
	}
}

#goods_wrap .pb {
	margin-bottom: 50px;
}

#goods_wrap .BR-box {
	margin-top: -1px;
	padding: 30px 5%;
	box-sizing: border-box;
	border: 2px solid rgba(62,175,255,0.7);
	border-radius: 2px;
	box-shadow: 2px 2px 2px rgb(105, 105, 105, 0.2);
	background-color: rgba(255, 255, 255, 0.5);
}
#goods_wrap .BR-box.flexItem {
	display: flex;
	flex-direction: row;
}
@media only screen and (max-width: 768px) {
	#goods_wrap .BR-box.flexItem {
		flex-direction: column;
	}
}
#goods_wrap .BR-box.flexItem .BR-box-L {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 20px;
}
@media only screen and (max-width: 768px) {
	#goods_wrap .BR-box.flexItem .BR-box-L {
		margin-right: 0;
	}
}

#goods_wrap .BR-box.flexItem .BR-box-R {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
#goods_wrap .BR-box.flexItem .BR-box-R p {
	text-align: center;
	margin-bottom: 1rem;
}
#goods_wrap .BR-box.flexItem .BR-box-R a {
	display: inline-block;
	font-size: 1rem;
	background: rgb(62 175 255 / 100%);
	color: #fff;
	text-align: center;
	padding: 0.8rem 2rem 0.9rem;
	margin: 1rem 0;
	text-decoration: none;
	box-shadow: 2px 2px 2px 1px rgb(62 175 255 / 20%);
	-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;
}
#goods_wrap .BR-box.flexItem .BR-box-R a:hover {
	background: rgb(62 175 255 / 80%);
	box-shadow: 1px 1px 2px 1px rgb(62 175 255 / 10%);
}
#goods_wrap .BR-box.flexItem .BR-box-R a span {
	font-size: 0.8rem;
	white-space: nowrap;
}

@media only screen and (max-width: 768px) {
	#goods_wrap .BR-box {
		padding: 20px 5%;
	}
}

#goods_wrap .BR-box img.P {
	width: 100%;
	height: 100%;
	aspect-ratio: 720 / 720;
	max-width: 480px;
}

#goods_wrap .BR-box img.L {
	width: 100%;
	height: auto;
	max-width: 480px;
}

@media only screen and (max-width: 768px) {
	#goods_wrap .BR-box img.P {
		max-width: 360px;
		margin-bottom: 20px;
	}
	#goods_wrap .BR-box img.L {
		max-width: 360px;
		margin-bottom: 20px;
	}
}

.comingsoon {
	font-size: 1.3em !important;
	color: #B5BDC9 !important;
	font-weight: 700 !important;
/*	text-shadow: 1px 1px rgba(0, 0, 0, 0.2);*/
}



span.i-b {
	display: inline-block;
}