@charset "utf-8";

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

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

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

}
body {
	font-family: "Noto Sans JP", sans-serif;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	-webkit-overflow-scrolling: touch;
/*	font-size: 1.6rem;*/
	background: #ffffff;
	letter-spacing: 0.1em;
	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 {
	text-decoration: none;
}
p {
/*	font-size: 1.6rem;*/
	text-align: left;
	color: #ffffff;
	line-height: 180%;
}
.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;
}


/*==========================================
 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;
	left: 0;
	width: 100%;
	display:none;
	background-color: rgba(50, 61, 76, 0.85);
	opacity: 0.9;
	overflow: auto;
}

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











@media screen and (max-width: 768px) {
	nav#nav {
		width: 100%;
		height: 100vh;
		max-height: 100vh;
		padding: 0;
		background-position: top;
		overflow: auto;
	}
	/*
	nav#nav ul {
		margin: 30% 5%;
	}
	*/
	/*
	nav#nav ul li {
		display: block;
		margin: 15px auto;
		width: 100%;
		height: 52px;
		cursor: pointer;
	}
	nav#nav ul li a {
		display: block;
		width: 200px;
		height: 52px;
	}
	*/
}

/*
@media only screen and (max-width: 480px) {

	nav#nav ul li {
		margin: 10px auto;
		width: 150px;
		height: 41px;
	}
	nav#nav ul li a {
		display: block;
		width: 150px;
		height: 41px;
	}
}

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

	nav#nav ul li {
		margin: 10px auto;
		width: 135px;
		height: 35px;
	}
	nav#nav ul li a {
		display: block;
		width: 135px;
		height: 35px;
	}
}
*/





nav#nav ul {
	display: flex;
	width: 100%;
/*	flex-wrap: wrap;*/
/*	justify-content: center;*/
}
@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: 80px;
	width: 100%;
	max-width: 200px;
}
@media screen and (max-width: 768px) {
	nav#nav ul li {
		height: 10%;
		max-width: 50%;
	}
}


nav#nav ul li a {
	display: block;
	height: 80px;
    line-height: 80px;
    width: 100%;
	text-align: center;
	font-size: 20px;
}

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

@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: 10%;
		line-height: 70px;
		font-size: 20px;
	}
}

nav#nav ul li a {
/*
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	backface-visibility: hidden;
*/
	text-decoration: none;
	color:#fff;
	transition: all 0.2s linear;
}
nav#nav ul li a:hover {
	background-color: rgba(62, 175, 255, .8)

}

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

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

}




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





.menu {
	position: absolute;
	left: 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;
	}
}


/*
.menu.menuOpen {
	background-image: url(../images/btn/btn_close.svg);
}
.menu.menuOpen img {
	display: none;
}
*/


/*ボタン外側※レイアウトによってpositionや形状は適宜変更してください*/
.menu-btn{
	position: relative;/*ボタン内側の基点となるためrelativeを指定*/
	background:rgba(50,61,76,0.85);
	cursor: pointer;
	width: 80px;
	height:80px;
}

/*ボタン内側*/
.menu-btn span{
	display: inline-block;
	transition: all .4s;/*アニメーションの設定*/
	position: absolute;
	left: 15px;
	height: 3px;
	background: #3EAFFF;
	width: 50px;
}
.menu-btn span:nth-of-type(1) {
	top: 25.5px; 
}
.menu-btn span:nth-of-type(2) {
	top: 35.5px; 
}
.menu-btn span:nth-of-type(3) {
	top: 45.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
===========================================*/


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








#contentsArea section {
	margin-bottom: 5%;
}
#contentsArea section#kv {
	margin-bottom: 0;
}













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

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

#contentsArea section p, #gm p {
	width:100%;
	line-height:180%;
	text-align:left;
	color:#000000;
	font-size: 1.2em;
	line-height: 2.2em;
}
@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;
/*	font-size:1.5rem;
	font-weight:normal;*/
	list-style-type:disc;
}

/*
@media screen and (max-width: 768px) {
	#contentsArea section p{
		font-size:1.5rem;
	}
}
*/
main{
	width:100%;
	float:none;
	margin-right:0;
}
aside{
	width:100%;
	float:none;
}





#contentsArea .flex_2column {
	display: flex;
	gap: 20px;
	justify-content: space-around;
}
#contentsArea .flex_2column > div {
	width: 50%;
	display: flex;
    flex-direction: column;
/*    justify-content: space-between;*/
	gap: 20px;
}
@media screen and (max-width: 1024px) {
	#contentsArea .flex_2column {
		flex-wrap: wrap;
		gap: 20px;
	}
	#contentsArea .flex_2column > div {
		width: 100%;
		max-width: 512px;
	}
}


.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: 10% 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: 13% 5% 5% 5%;
	}
	.schedule_area p.ref-text {
		margin: -2% 5% 3%;
	}
}

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

#contentsArea .flex_4column > div {
	width: 100%;
	max-width: 320px;
	min-width: 290px;
	/*
	display: flex;
	flex-direction: column;
	align-items: center;
	*/
	position: relative;
}
@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;
	}	
}
/*
@media screen and (max-width: 428px) {
	#contentsArea .flex_4column > div {
		width: calc(100% - 10px);
	}	
}
*/

#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 .character01 .chara_actor {
	background-image: url("../images/charactor/character01_actor_bk.svg");
}
#contentsArea section .character02 .chara_actor {
	background-image: url("../images/charactor/character02_actor_bk.svg");
}
#contentsArea section .character03 .chara_actor {
	background-image: url("../images/charactor/character03_actor_bk.svg");
}
#contentsArea section .character04 .chara_actor {
	background-image: url("../images/charactor/character04_actor_bk.svg");
}
#contentsArea section .character05 .chara_actor {
	background-image: url("../images/charactor/character05_actor_bk.svg");
}
#contentsArea section .character06 .chara_actor {
	background-image: url("../images/charactor/character06_actor_bk.svg");
}
#contentsArea section .character07 .chara_actor {
	background-image: url("../images/charactor/character07_actor_bk.svg");
}
#contentsArea section .character08 .chara_actor {
	background-image: url("../images/charactor/character08_actor_bk.svg");
}
#contentsArea section .character09 .chara_actor {
	background-image: url("../images/charactor/character09_actor_bk.svg");
}
#contentsArea section .character10 .chara_actor {
	background-image: url("../images/charactor/character10_actor_bk.svg");
}
#contentsArea section .character11 .chara_actor {
	background-image: url("../images/charactor/character11_actor_bk.svg");
}
#contentsArea section .character12 .chara_actor {
	background-image: url("../images/charactor/character12_actor_bk.svg");
}
#contentsArea section .character13 .chara_actor {
	background-image: url("../images/charactor/character13_actor_bk.svg");
}


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

























/*
#contentsArea section .character01 .chara_actor p {
	color: #156597;
}
#contentsArea section .character02 .chara_actor p {
	color: #585551;
}
#contentsArea section .character03 .chara_actor p {
	color: #c28646;
}
#contentsArea section .character04 .chara_actor p {
	color: #bf0b06;
}
#contentsArea section .character05 .chara_actor p {
	color: #309adf;
}
#contentsArea section .character06 .chara_actor p {
	color: #604a6f;
}
#contentsArea section .character07 .chara_actor p {
	color: #a6294f;
}
#contentsArea section .character08 .chara_actor p {
	color: #827a84;
}
#contentsArea section .character09 .chara_actor p {
	color: #b75572;
}
#contentsArea section .character10 .chara_actor p {
	color: #7d7c91;
}
#contentsArea section .character11 .chara_actor p {
	color: #57b5fa;
}
#contentsArea section .character12 .chara_actor p {
	color: #68629e;
}
#contentsArea section .character13 .chara_actor p {
	color: #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;
	justify-content: center;
	align-items: center;
	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 8.0s both ease-in-out;
	animation: blur 8.0s both ease-in-out;
}

@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;
	}
}
@keyframes blur {
	0% {
		filter: blur(10px);
		opacity: 0;
	}
	20% {
		filter: blur(0);
		opacity: 1;
	}
	60% {
		filter: blur(0);
		opacity: 1;
	}
	100% {
		filter: blur(10px);
		opacity: 0;
	}
}

.modalWrapper, .modalWrapper_n {
	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;
	left: 0;
	bottom: 0;
	max-width: 30%;
}
@media screen and (max-width: 1024px) {
	#contentsArea section .kv_wrap .kv_logo {
		max-width: 35%;
	}
}
@media screen and (max-width: 768px) {
	#contentsArea section .kv_wrap .kv_logo {
		max-width: 45%;
	}
}
@media screen and (max-width: 480px) {
	#contentsArea section .kv_wrap .kv_logo {
		max-width: 60%;
	}
}




/*
.youtubeArea {
	position: absolute;
	width: 50%;
	bottom: 2.5%;
	right: 0%;
}
.youtube {
	aspect-ratio: 16 / 9;
	bottom: 0;
	
}
.youtube iframe {
	width: 100%;
	height: 100%;
}

@media screen and (max-width: 778px) {
	.youtubeArea {
		position: relative;
		width: 100%;
		margin-top: -25%;
	}
}
*/
/*
.parallax_box {
	margin-top: -50px;
}
*/
.parallax_content {
	height: 100%;
	justify-content: center;
	align-items: center;
	background-attachment: fixed;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.front_content{
	display: block;
}
/*
@media screen and (max-width: 778px) {
	.parallax_box {
		margin-top: -20px;;
	}
}
*/
.img_bg_01 {
	background-image: url(../images/bg.jpg);
	padding-top: 7%;
	padding-bottom: 20%;
	margin-bottom: -20%;
}
/*
@media screen and (max-width: 480px) {
	.img_bg_01 {
		margin-bottom: -45%;
	}
}
*/
/*
.img_bg_02 {
	background-image: url(../images/bg_story.png);
	background-size: cover;
	background-position-x: 30%;
	padding-bottom: 5%;
}
.img_bg_03, .img_bg_09 {
	background-image: url(../images/bg_crown.jpg);
	background-repeat: repeat;
	background-size: 15%;
	padding-bottom: 5%;
}
.img_bg_03 #chara, .img_bg_09 #staff {
	background: radial-gradient(ellipse closest-side,rgba(255,255,255,0.5) 0%,rgba(197,181,125,0.5) 50%,rgba(107,72,41,0.5) 100%);
	padding-bottom: 5%;
	margin-bottom: -5%;
}
@media screen and (max-width: 778px) {
	.img_bg_03, .img_bg_09 {
		background-size: 25%;
	}
}
.img_bg_04 {
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	padding-bottom: 10%;
}
@media screen and (max-width: 778px) {
	.img_bg_04 {
	padding-bottom: 20%;
	}
}
.img_bg_05 {
	background-image: url(../images/white_mask_top.png);
	background-repeat: no-repeat;
	background-size: 100%;
	padding: 5% 0;
	margin-top: -10%;
}
.img_bg_06 {
	background-image: url(../images/bg_mask_both.png);
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 5%;
}
@media screen and (max-width: 778px) {
	.img_bg_05 {
		margin-top: -15%;
	}
	.img_bg_06 {
		background-image: url(../images/bg_mask_both_sp.png);
		padding-top: 20%;
		margin-bottom: 3%;
	}
}
.img_bg_07 {
	background-color: #fff;
}
.img_bg_08 {
	background-image: url(../images/bg_op_mask_top.png);
	background-repeat: no-repeat;
	background-position-x: 87%;
	background-size: cover;
	padding-bottom: 5%;
}
*/








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











#contentsArea section .title_type1 img {
	width: auto;
	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 {
/*	position: absolute;*/
	height: 80px;
	width: auto;
}
#cast_wrap .cast_title,
#schedule_wrap .schedule_title,
#ticket_wrap .ticket_title,
#qa_wrap .qa_title,
#staff_wrap .staff_title,
#goods_wrap .goods_title {
	height: 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%;
}

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 {
	opacity: 0.7;
}

@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_wrap .qa_title,
	#staff_wrap .staff_title,
	#goods_wrap .goods_title
	{
		height: 55px;
	}
}
/*
#chara_wrap .title_layout,
#staff_wrap .title_layout {
		display: block;
		max-width: 1080px;
		padding: 5% 0;
		margin: 0 auto;
}
@media only screen and (max-width: 1325px) {
	#chara_wrap .title_layout,
	#staff_wrap .title_layout {
			padding-bottom: 10%;
	}
}
@media only screen and (max-width: 1116px) {
	#chara_wrap .title_layout,
	#staff_wrap .title_layout {
			padding-left: 2%;
	}
}
*/
/*
.chara_list {
	max-width: 1300px;
	margin: auto;
}

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

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

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

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

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

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

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

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

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

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

#sup_schedule {
	background-color: #fff;
	padding: 5%;
}
*/
p.note {
	padding-left: 1em;
	text-indent: -1em;
	width: calc(100% - 1em)!important;
}

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

@media screen and (max-width: 778px) {
	#t_schedule {
		padding: 0 5% 10%;
	}
	#t_schedule_wrap img {
		max-width: 70% !important;
	}
	#news_wrap .news {
		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_wrap {
		padding-top: 20%;
	}
	#intro_wrap .intro_txt,
	#story_wrap .story_txt {
		margin: 20% 0 10%;
	}
	#news_wrap .title_layout {
		padding: 10% 0 5%;
	}
	#news_wrap .news {
		width: 100%;
		margin-top: 60px;
		margin-bottom: 0;
	}
	#intro_wrap .aboutmm {
		width: 100%;
		margin-top: 20px;
		margin-bottom: 0;
	}
	#intro_wrap .itohaki {
		width: 100%;
		margin-top: 0;
		margin-bottom: 75px;
	}
	*/
	/*
	#schedule_wrap .outline_box img {
		max-width: 100%;
	}
	#t_schedule_wrap img {
		max-width: 90% !important;
	}
	#sup_schedule {
		padding-top: 40px !important;
	}
	*/
}
/*
.title_layout {
	padding: 5% 0;
}
*/





.title_left {
	background-image: url(../images/title/title_bk_left.svg);
    background-repeat: no-repeat;
    background-size: 60%;
    /* height: 400px; */
	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;
/*		margin-bottom: -535px;*/
		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: 400px; */
	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;
/*		margin-bottom: -535px;*/
		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/9;
}

@media screen and (max-width: 768px) {
	.outline_box {
/*		margin: 5% 2.5% !important;*/
		max-width: 95%;
	}
	/*
	#ticket_wrap .outline_box p {
		text-align: center !important;
	}
	*/
	#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: 25px;
	right: 25px;
	cursor: pointer;
	z-index: 1100;
	display: block;
	height: 50px;
	width: 50px;
}
.goodsModal .closeBtn:before {
	content: "";
	display: inline-block;
	width: 3px;
	height: 70px;
	background-color: #ffffff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: -10px;
	right: 0;
}
.goodsModal .closeBtn:after {
	content: "";
	display: inline-block;
	width: 3px;
	height: 70px;
	background-color: #ffffff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	position: absolute;
	top: -10px;
	right: 0;
}

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

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

#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: rgba(255,255,255,0.6);
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 999;
}
.goodsModal {
	display: none;
	background-image: url(../images/bg.jpg);
	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;
}
@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%;
}
@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;
	}
}

#footer {
	background:
		linear-gradient(45deg,  transparent 0, #414f6c 0),
		linear-gradient(135deg, transparent 40px, #414f6c 40px),
		linear-gradient(225deg, transparent 0, #414f6c 0),
		linear-gradient(315deg, transparent 0, #414f6c 0);
	background-position: bottom left, top left, top right, bottom right;
	background-size: 50% 50%;
	background-repeat: no-repeat;
	padding: 20px 40px;
}
#foot-inner {
	display: flex;
	justify-content: space-around;
}
@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;
	margin: 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;
	filter: blur(0) !important;
}
/*#cinema table {
	opacity: 1 !important;
	filter: blur(0) !important;
}*/
.fadeInAfterScl {
	opacity: 1 !important;
	filter: blur(0) !important;
	transform: scale(1) !important;
}
.fadeInAfterLr {
	-webkit-transform: translateX(0) !important;
	transform: translateX(0) !important;
	opacity: 1 !important;
}
p, h3, h4, h5,.right_contents, .fixed-bg, #b-billing, #b-title {
	overflow: hidden !important;	/* スマホ時の横スクロール対応 */
}


#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: 0;
	right: 0;
	padding: 5px;
	display: none;
	z-index: 100;
}
#backToTop a {
	width: 50px;
	height: 50px;
	background: url(../images/back_to_top.svg);
/*
	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;
	}
}

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

}

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


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

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

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

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

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

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

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

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

.bf_sp {
	display: none !important;
}

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

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

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

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

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

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

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

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

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

#qa_wrap .qa_txt {
  position: relative;
}

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

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

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

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

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


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