@charset "UTF-8";
/***************************************
01.Reset
02.共通
　ーヘッダー
　ーパンくず
　ーフッター
03.トップページ
04.
05.

 ***************************************/
/***************************************
01.Reset
 ***************************************/
/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
html {
	overflow-x: hidden;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
/***************************************
02.共通
 ***************************************/
body {
	font-size: 16px;
	color: #FFDDDD;
	font-family: 'Noto Sans JP', 'Noto Sans', sans-serif;
	font-weight: 300;
	text-align: justify;
	-webkit-text-size-adjust: 100%;
	overflow-x: hidden;
	margin: 0;
	background-color: #1A1819;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
a {
	color: #C92851;
	word-break: break-all;
	text-decoration: underline;
}

a:hover {
	color: #fff;
	text-decoration: none;
}
a.u-l {
	text-decoration: underline;
}
img {
	width: 100%;
	vertical-align: middle;
}
.f-b {
	font-weight: bold;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.sp_only {
	display: none;
}
.pc_only {
	display: block;
}
.inner {
	width: 64%;
	margin: 0 auto;
	max-width: 1100px;
	box-sizing: border-box;
}
.inner-box {
	width: 67%;
	max-width: 1100px;
	margin: 0 auto;
}
h2 {
	line-height: 1em;
    text-align: center;
    margin-bottom: 20px;
}
h2 img {
	height: 100%;
	width: auto;
}
.button {
	display: inline-block;
	background: #C92851;
	color: #fff;
	font-weight: bold;
	padding: 8px 2em;
	border-radius: 50px;
	text-align: center;
	text-decoration: none;
	box-sizing: border-box;
}
a.button {
	line-height: 1.2em;
}
.button:hover {
	opacity: 0.6;
}

/***************************************
ナビゲーション
 ***************************************/
header nav {
	display: flex;
	width: 100%;
	align-items: center;
	z-index: 10;
	position: fixed;
	top: 0;
	right: 0;
	background-color: #1A1819;
}
.pc-logo {
	width: 17%;
	padding-top: 5px
}
header nav ul {
	width: 60%;
	margin: 0 0 0 auto;
	padding: 12px 40px 12px 0;
	display: flex;
	justify-content: space-between;
	box-sizing: border-box;
}
/*header nav ul a img{
	height: 35px;
	width: auto;
	display: block;
	margin: 0 auto;
}*/
header nav ul a {
	color: #FFDDDD;
    font-size: 16px;
    font-family: "Gravitas One", serif;
    font-weight: 400;
    font-style: normal;
    filter: drop-shadow(0px 0px 4px #ff665b);
	text-decoration: none;
}
header nav ul a:hover {
	opacity: 0.6;
}

/*ナビゲーション*/
@media screen and (max-width:1023px) {
	body.fixed {
		width: 100%;
		height: 100%;
		position: fixed;
	}
	header{
		display: block!important;
	}
	#top-head {
		top: 0;
		position: fixed;
		display: block!important;
		z-index: 100;
		width: 100%;
	}

	.sp-tickets {
		width: 77%;
	}
	.header-inner {
		padding: 0 4%;
		z-index: 100;
		right: 0;
		position: absolute;
	}
	.header-nav {
		width: 100%;
		height: 100vh;
		margin: 0 auto;
	}
	.header-nav-list {
		display: block;
	}
	.sp_header {
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin: 0 auto;
		position: relative;
		height: 60px;
		background-color: #1A1819;
	}

	header nav{
		display: none;
		position: fixed;
		width: 100%;
		left: 0;
	}
	header nav ul {
		padding: 0;
	}
	header nav ul li a {
		padding: 16px;
	}
	header nav ul{
		display: block;
		margin: 0 auto;
		width: 100%;
		height: 100%;
		padding-left: 0;
		padding-top: 60px;
	}
	header nav ul li{
		width: 76%;
		margin: 0 auto;
		text-align: center;
	}
	header nav ul li:last-child{
		border: none;
	}
	header nav ul li a{
		display: block; 
	}
	header nav ul a:hover::after {
		display: none;
	}
	header nav ul a:hover {
		padding: 25px 15px;
	}

	#nav_toggle{
		display: block;
		width: 40px;
		height: 40px;
		position: relative;
		top: 7px;
		z-index: 100;
	}
	#nav_toggle div {
		position: relative;
	}
	#nav_toggle span{
		display: block;
		height: 1px;
		background: #FFDDDD;
		position:absolute;
		width: 100%;
		left: 0;
		-webkit-transition: 0.5s ease-in-out;
		-moz-transition: 0.5s ease-in-out;
		transition: 0.5s ease-in-out;	
	}
	#nav_toggle span:nth-child(1){
		top:0px;
	}
	#nav_toggle span:nth-child(2){
		top:12px;
	}
	#nav_toggle span:nth-child(3){
		top:24px;
	}

	/*開閉ボタンopen時*/
	.open #nav_toggle span:nth-child(1) {
		top: 12px;
		-webkit-transform: rotate(135deg);
		-moz-transform: rotate(135deg);
		transform: rotate(135deg);
	}
	.open #nav_toggle span:nth-child(2) {
		width: 0;
		left: 50%;
	}
	.open #nav_toggle span:nth-child(3) {
		top: 12px;
		-webkit-transform: rotate(-135deg);
		-moz-transform: rotate(-135deg);
		transform: rotate(-135deg);
	}


	.header-nav > ul > li a {
		display: block;
		position: relative;
		text-decoration: none;
		padding: 20px 15px;
		font-size: 24px;
		z-index: 2;
	}
	header nav ul a:hover {
		text-decoration: none;
		color: #3D3D3E;
	}

	/*スクロール*/
	/* off closeicon 非表示 */
	.btnMenu {
		height: 54px;
		width: 26px;
	}

	.mod_btn .btnMenu.off .closeicon{
		opacity:0;
		transform: rotate(180deg);
	}
	.mod_btn .btnMenu.on .closeicon{
		opacity:1;
		transition-property:opacity,transform;
		transition-duration:1s;
		margin-top: -70px;
	}

	.mod_btn .btnMenu.off .openicon{
		opacity:1;
		transition-property:opacity,transform;
		transition-duration:1s;
	}
	.mod_btn .btnMenu.on .openicon{
		opacity:0;
		transform: rotate(180deg);
	}

	/*sp-nav-2*/
	.sp-nav-2 .btnMenu {
		height: 60px;
		width: 30px;
		padding-left: 5px;
		position: absolute;
		bottom: 5px;
	}
	.sp-nav-2 .sp_header {
		width: 100%;
	}
	.sp-nav-2 .sp-tickets {
		width: 77%;
		padding-left: 8%;
	}
}
@media screen and (max-width:767px) {
	header nav {
		display: none;
		position: fixed;
		top: 0;
		width: 100%;
		background: #000;
		left: 0;
	}
}

/***************************************
メインビジュアル
 ***************************************/
.mv {
	background: url("../img/mv-pc.webp")no-repeat center top/ 100% auto;
	margin: 60px 0 0;
	padding-top: calc(2250 / 4001 * 100%);
	position: relative;
}
.mv h1 {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	line-height: 0;
}
@media screen and (max-width:767px) {
	.mv {
		background: url("../img/mv-pc.png")no-repeat center top/ 100% auto;
		margin: 60px 0 0;
		padding-top: calc(2328 / 2328 * 100%);
		position: relative;
	}
}
/*.mv {
	background-color: #842949;
    padding-top: 47.5px;
}*/
/*.mv h1 {
	width: 56.5%;
	margin: 0 auto;
}*/

/***************************************
TICKET ボタン
 ***************************************/
.ticket {
	position: fixed;
	bottom: 26px;
	right: 20px;
	width: 11%;
	height: auto;
	z-index: 10;
	max-width: 150px;
}

/***************************************
共通
 ***************************************/
.ttl-01 span{
	color: #FFDDDD;
	font-size: 40px;
	text-align: center;
	font-family: "Gravitas One", serif;
	font-weight: 400;
	font-style: normal;
	filter: drop-shadow(0px 0px 4px #ff665b);
}
.ttl-01 {
	filter: drop-shadow(0px 0px 10px rgba(212,0,54,0.6));
}
/***************************************
CONTENTS
 ***************************************/
.contents {
	
}


/***************************************
NEWS / Twitter
 ***************************************/
.news-area{
	padding: 60px 0 80px;
}
.news-area .inner {
	width: 100%;
}
.news-area .inner .inner-box {
	margin: 0 auto;
	width: 100%;
}
.news-area .inner .news-box,
.news-area .inner .tw-box {
	width: 100%;
	box-sizing: border-box;
	margin: 0 auto;
}
.news-area .inner .news-box {
	margin-bottom: 15px;
}
.news-area .inner .tw-box {
	text-align: center;
}

.news-box-inner {
	box-sizing: border-box;
	width: 35vw;
    height: 7.6vw;
    margin: 0 auto;
	/*aspect-ratio: 486 / 121;*/
	overflow-x: hidden;
	overflow-y: auto;
}
.news-box-inner a {
	color: #E4007F;
}
.news-box-inner.scroll_bar::-webkit-scrollbar{
	width: 10px;
	padding: 2px 2px 0 0;
}
.news-box-inner.scroll_bar::-webkit-scrollbar-track{
	background-color: #fff;
	margin-top: 4px;
	margin-bottom: 4px;
}
.news-box-inner.scroll_bar::-webkit-scrollbar-thumb{
	background-color: #E6D8E4;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
	background-clip: padding-box;
}
.news-box-inner dl {
	display: flex;
	flex-wrap: wrap;
}
.news-box-inner dt {
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	width: 26%;
	font-size: 14px;
	line-height: 1em;
	padding: 11px 0;
	border-bottom: 1px solid #62313E;
}
.news-box-inner dd {
	width: 74%;
	font-weight: 400;
	padding: 10px 0;
	line-height: 1em;
	border-bottom: 1px solid #62313E;
}
.news-area .inner .ex-box {
	width:auto;
	box-sizing: border-box;
	text-align: center;
	background:#FFDDDD;
    padding: 40px;
    margin: 20px 140px;
    border-radius: 6px;
	color:#000;
}
.news-area .inner .ex-box h4 {
	font-size: 24px;
	font-weight: bold;
	padding-bottom: 20px;

}
.news-area .inner .ex-box p {
	font-size: 18px;
	font-weight: 500;
	padding-bottom:5px ;

}
.news-area .inner .ex-box img  {
	max-width: 600px;
	padding-top:30px ;

}

/*.news-box-inner dl > *:nth-last-child(-n + 2) {
	padding-bottom: 0;
}*/


/***************************************
INTORODUCTION
 ***************************************/
.introduction-area {
	padding-bottom: 50px;
	position: relative;
}
.introduction-area .inner-02::before,
.introduction-area .inner-02::after {
	content: "";
	background: url("../img/intro_deco.png")no-repeat center center;
	background-size: contain;
	display: block;
	width: 292px;
	height: 35px;
	margin: 0 auto;
}
.introduction-area .inner-02::before {
	padding-bottom: 50px;
}
.introduction-area .inner-02::after {
	padding-top: 15px;
	transform: rotate( -180deg );
}
/*.ttl-02 {
	margin-bottom: 10px;
}*/
.introduction-area .text-01 {
	position: absolute;
	top: 0;
}
.introduction-area .inner-box-02 {
	margin: 0;
	margin: 10px 0 0px;
	background: url("../img/intro_bg.png")no-repeat center top/ 100% auto;
	background-size: contain;
}
.introduction-area .text-area {
	max-width: 800px;
	margin: 0 auto;
	text-align: center;
	font-size: 18px;
	line-height: 1.7em;
	font-weight: 500;
}
.introduction-area .text-area p {
	padding-bottom: 16px;
}

/***************************************
GUEST
 ***************************************/
 .guest-area {
	padding-top: 30px;
}

.main-cast{
	padding-bottom: 40px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}
.main-cast img{
	max-width: 420px;
	display: block;
	margin: 5px auto;
}
h2 span.small{
	font-size: 32px;
}
@media screen and (max-width:767px) {
	.main-cast{
		padding-bottom: 20px;
	}
	h2 span.small{
		font-size: 28px;
	}
}

/***************************************
チケットに関する注意点
 ***************************************/
.sold-ticket,
.tickets-area .row-03 .accordion {
	width: 60%;
	margin: 40px auto 0;
}

.tickets-area .row-02 .sold-ticket h4 {
	background: none;
}
.sold-ticket .accordion,
.tickets-area .row-03 .accordion{
	margin-top: 30px;
}

.sold-ticket .button,
.tickets-area .row-03 .button{
    color: #fff;
    font-weight: bold;
    padding: 0.5em;
    border-radius: 14px 14px 0 0;
    text-align: center;
    text-decoration: none;
    box-sizing: border-box;
}
.sold-ticket .button{
	background: #391E25;
}
.tickets-area .row-03 .button {
	background: #C92851;
}

.sold-ticket .toggle,
.tickets-area .row-03 .toggle{
	display: none;
}

.sold-ticket .Label,
.tickets-area .row-03 .Label{
	/*タイトル*/
	display: block;
	color: #fff;
	box-sizing: border-box;
}

.sold-ticket .Label::before,
.tickets-area .row-03 .Label::before{
	/*タイトル横の矢印*/
	content:"";
	width: 13px;
    height: 13px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
	transform: rotate(135deg);
	position: absolute;
	top:calc( 50% - 8px );
	right: 30px;
}
.sold-ticket .Label,
.sold-ticket .content,
.tickets-area .row-03 .Label,
.tickets-area .row-03 .content{
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	margin: 0 auto;
	transform: translateZ(0);
	transition: all 0.3s linear;
}
.tickets-area .row-03 .Label {
	margin-top: 30px;
}
.sold-ticket .content,
.tickets-area .row-03 .content{
	background-color: #fff;
	color: #050002;
	border-radius: 0 0 10px 10px;
	height: 0;
	margin-bottom:10px;
	padding: 0 30px;
	overflow: hidden;
	box-sizing: border-box;
	line-height: 26px;
	border: solid 2px transparent;
	border-top: none;
	border-bottom: none;
	font-weight: 400;
}
.toggle:checked + .Label + .content .list_01 {
    list-style: disc;
    padding-left: 20px;
}
.Label + .content .list_01 {
    list-style: disc;
    padding-left: 20px;
}
.sold-ticket .content p,
.sold-ticket .content li,
.tickets-area .row-03 .content p,
.tickets-area .row-03 .content li{
	padding-bottom: 10px;
}

.sold-ticket .content ul li ul,
.tickets-area .row-03 .content ul li ul{
	padding-top: 10px;
}
.sold-ticket .toggle:checked + .Label + .content,
.tickets-area .row-03 .toggle:checked + .Label + .content{
	/*開閉時*/
	height: auto;
	padding: 20px ;
	transition: all .3s linear;
}

.sold-ticket .toggle:checked + .Label,
.tickets-area .row-03 .toggle:checked + .Label{
	border-radius: 10px 10px 0 0;
}

.sold-ticket .toggle:checked + .Label::before,
.tickets-area .row-03 .toggle:checked + .Label::before{
	transform: rotate(315deg)!important;
}


.contact-area {
	text-align: center;
	font-weight: 500;
}
.contact-area .c-text-01 {
	font-weight: 700;
	padding-top: 30px;
	padding-bottom: 8px;
}
.contact-area .c-text-02 {
	font-weight: 400;
}
.contact-area .c-text-03 {
	font-weight: 400;
}

/***************************************
GUEST
 ***************************************/
.guest-img {
	padding-bottom: 70px;
}
.guest-top {
	background-image: url("../img/map_bg_top.png");
	background-repeat: no-repeat;
	background-size: 100% auto;
	height: 4.3vw;
	max-height: 74.5px;
}
.guest-middle {
	background-image: url("../img/map_bg_middle.png");
	background-repeat: repeat-y;
	background-size: 100% auto;
}
.guest-bottom {
	background-image: url("../img/map_bg_bottom.png");
	background-repeat: no-repeat;
	background-size: 100% auto;
	height: 4.3vw;
}
/*.guest-img {
	padding: 30px 45px;
	background: url("../img/gest_bg.png") no-repeat center center / 100%;
	background-size: contain;
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    line-height: 1.5em;
}*/
.guest-img ul {
	margin: 0 auto;
	display: flex;
	justify-content: center;
}
.guest-img ul li {
	width: 27.8%;
	text-align: center;
	padding: 0 2%;
}
/*.guest-img ul li:first-child {
	padding-right: 12.5px;
}
.guest-img ul li:last-child {
	padding-left: 12.5px;
}*/
.guest-img .guest-name {
	font-size: 18px;
	font-weight: 700;
	padding-top: 5px;
}
/***************************************
TICKETS
 ***************************************/
.tickets-area {
	/*background: url("../img/ticket-bg1.svg") left top/376px no-repeat,
		url("../img/ticket-bg2.svg") right bottom/376px no-repeat;
	position: relative;
	padding: 60px 0 80px;*/
}

.goods-area .goods-btn{
	width: 240px;
	margin: 0 auto;
	height: auto;
	padding: 0 0 40px;
}
.tickets-area h3 {
	font-size: 16px;
	font-weight: 500;
	text-align: center;
}
.tickets-area h3 span {
	display: flex;
	align-items: center;
	justify-content: center;
	padding-bottom: 20px;
}
.tickets-area h3 span::before,
.tickets-area h3 span::after {
	content: "";
	background: url("../img/ticket_line.png")no-repeat center center;
	background-size: contain;
	display: inline-block;
	width: 203px;
	height: 6px;
}
.tickets-area h3 span::after {
	padding-left: 30px;
}
.tickets-area h3 span::before {
	transform: rotateY( 180deg );
	padding-left: 30px;
}

/*.tickets-area .inner {
	width: 100%;
	margin: 0 auto;
}
.tickets-area .inner-bg {
	margin: 0 auto;
    width: 940px;
    box-sizing: border-box;
}*/

.tickets-area .middle-inner {
	margin-top: -70px;
}
.ticket-top {
    background-image: url("../img/ticket_bg_top.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
    height: 8vw;
	max-height: 140px;
}

.ticket-middle {
    background-image: url("../img/ticket_bg_middle.png");
    background-repeat: repeat-y;
    background-size: 100% auto;
    padding: 20px 20px 40px;
    min-height: 300px;
}

.ticket-bottom {
    background-image: url("../img/ticket_bg_bottom.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
    height: 2vw;
}
@media screen and (min-width:768px) and ( max-width:1030px){
	/*.tickets-area .inner-bg {
		margin: 0 auto;
		width: 890px;
		box-sizing: border-box;
	}
	.ticket-top {
		background-image: url(../img/ticket_bg_top.png);
		background-repeat: no-repeat;
		background-size: 100% auto;
		height: 114px;
	}*/
}
.tickets-area .row-01 {
	margin-top: 30px;
}
.tickets-area .ticket-box {
	margin: 0 auto;
	border-radius: 15px;
	width: 100%;
	/*padding: 30px;*/
	box-sizing: border-box;
}
.tickets-area .ticket-box .row-1-bottom {
	width: 50%;
	margin: 0 auto;
	text-align: left;
}
.tickets-area .ticket-box-inner {
	width: 100%;
	margin: 15px auto 0;
}
.tickets-area .row-01 dd span{
	font-size: 18px;
	font-family: "Roboto", sans-serif;
}
.tickets-area .pre-sale {
	font-size: 18px;
	font-weight: 700;
	text-align: center;
	line-height: 1.5em;
	padding-bottom: 25px;
}
.tickets-area .row-02-inner-03 .center-box .center-box-inner{
	text-align: center;
}

/*.tickets-area .row-02-inner-03 .center-box .center-box-inner.pc_only,
.center-box-inner{
	display: inline-block;
	text-align: left;
}*/
.tickets-area .row-02-inner-03 .text-04 {
	padding-bottom: 15px;
	text-align: left;
    display: inline-block;
}
/*.tickets-area .row-02-inner-03 .text-04 li:last-child {
    padding-top: 1em;
}*/
/*.tickets-area .row-02-inner-03 .text-04 li:last-child::before {
    content: "※";
}*/




.tickets-area .row-02 .row-02-inner-03 dd {
	
}
.tickets-area .text-05 {
	font-size: 14px;
	line-height: 20px;
	margin-top: 8px;
	letter-spacing: 0.1em;
	display: inline-block;
	text-align: left;
}
.tickets-area .row-01 .text-01 {
	text-align: center;
	padding: 16px 45px;
	font-size: 18px;
	background: url("../img/ticket_bg_1.png") no-repeat center center / 100%;
	background-size: contain;
    margin-bottom: 10px;
	margin-top: 55px;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    line-height: 1.5em;
}
.tickets-area .row-01 .place{
	font-weight: 700;
	text-align: center;
	padding: 20px 0;
	position: relative;
}
.tickets-area .row-01 .place a{
	text-decoration: underline;
}
.tickets-area .row-01 .place::before {
	content: "";
	background: url("../img/pin.png")no-repeat center center;
	background-size: contain;
	width: 18px;
	height: 18px;
	display: inline-block;
	position: absolute;
    margin-left: -1.2em;
    bottom: 1.3em;
}
.tickets-area .row-01 dl {
	letter-spacing: 0.1em;
	display: grid;
	grid-template-columns: max-content auto;
}
.tickets-area .row-02 .row-02-inner-03 dt{
	
}
.tickets-area .row-01 dt {
	font-weight: bold;
	line-height:1.5em;
}
.tickets-area .row-01 dt span {
	display: inline;
}
.tickets-area .row-01 dd {
	font-weight: 700;
	line-height: 1.5em;
}
.tickets-area .row-02 .row-02-inner-03 h4 span {
	font-weight: normal;
	font-size: 16px;
}
.tickets-area .row-02 .row-02-inner-01 dl{
	margin: 0 auto;
    width: 65%;
    min-width: 550px;
	font-size: 18px;
	font-weight: 700;
	padding-bottom: 10px;
	display: flex;
    justify-content: space-between;
}
@media screen and (min-width:768px) and ( max-width:930px) {
	.tickets-area .row-02 .row-02-inner-01 dl {
		width: 100%;
		min-width: 300px;
		display: block;
		text-align: center;
	}
}
.seat-area {
	padding: 30px 0;
}
p.soldout{
	text-align: center; 
	font-weight:bold; 
	font-size:18px; 
	color: #C92851;
	padding-bottom:20px;
}
p.soldout span{
	display: inline-block;
	padding: 10px;
	border: 1px solid #C92851;
}
.row-02-inner-01 .text-01 {
	text-align: center;
	font-size: 18px;
	font-weight: 700;
	padding-bottom: 40px;
}
.tickets-area .row-02 .row-02-inner-01 dl .font-l {
	font-size: 24px;
	font-family: "Roboto", sans-serif;
}
.tickets-area .row-02 .row-02-inner-01 dt{
	font-weight: bold;
	line-height: 1.2em;
	padding-right: 50px;
}
/*.tickets-area .row-02 .row-02-inner-02 dt {}*/
.tickets-area .row-02 .row-02-inner-01 dd {
	font-weight: 500;
}
.tickets-area .row-02 .row-02-inner-01 dd span {
	font-weight: bold;
	font-size: 20px;
}
.tickets-area .text-02 {
	letter-spacing: 0.05em;
	margin-top: 10px;
	line-height: 24px;
	font-size: 14px;
}
.tickets-area .text-02 li::before{
	content: "※";
}

.tickets-area .text-02 li,
.tickets-area .text-05 li{
    padding-left: 1em;
    text-indent: -1em;
}

.tickets-area .text-05::before {
    content: "※";
}
.tickets-area .row-02 {
	padding-top: 40px;
}
.tickets-area .row-02 h4{
	padding: 10px 0;
	font-size: 16px;
	color: #1A1819;
	background: url("../img/ticekt_bg_2.png") no-repeat center center / 100%;
	background-size: contain;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    line-height: 1.5em;
	text-align: center;
}
.tickets-area .row-02-inner-01 .seat-type{
	text-align: center;
	padding-bottom: 20px;
}
.tickets-area .row-02-inner-01 .delivery-period{
	text-align: center;
	padding-bottom: 40px;
}
.tickets-area .row-02-inner-01 ul {
	list-style: disc;
	text-align: left;
	display: inline-block;
}
.tickets-area .row-02-inner-01 ul li {
	line-height: 1.5em;
}
.tickets-area .row-02 h3 span {
	font-size: 16px;
	font-weight: normal;
	color: #fff;
}
/*.tickets-area .row-02 h3 span {
	font-size: 16px;
	font-weight: 500;
}*/
.tickets-area .row-02 span {
	font-size: 24px;
	font-weight: bold;
}

.center-box-inner.sp_only {
	text-align: center;
}

.tickets-area .row-02-inner-03 a {
	color: #C92851;
}
.tickets-area h3 span {
    padding-bottom: 10px;
}
.tickets-area .pre-sale {
    padding-bottom: 10px;
}
.tickets-area .row-02-inner-03 a:hover {
	color: #fff;
}
/*.tickets-area .row-03 {
	padding-top: 20px;
	width: 64%;
    margin: 0 auto;
}*/
.tickets-area .row-03 h3 {
	font-size: 26px;
	padding-bottom: 15px; 
	padding-top: 40px;
}
.tickets-area .row-03 ul.disc {
	list-style: disc;
}
.tickets-area .row-03 ul.disc,
.tickets-area .row-03 > p {
	font-weight: 400;
    line-height: 1.7em;
}
.tickets-area .row-03 ul.disc {
	padding-left: 1em;
}
.tickets-area .row-03 > p {
	padding-top: 30px;
}
.tickets-area .row-03 ul a {
	color: #FFDDDD;
	text-decoration: underline;
}
.tickets-area .row-03 .accordion .content a {
	color: #C92851;
}
.tickets-area .row-03 ul a:hover {
	text-decoration: none;
}
.tickets-area .row-03-inner {
	font-size: 14px;
}
.p-b1em {
	padding-bottom: 1em;
}

/*accordion*/
ul.list-01 li::before {
	content: "※";
	display: inline-block;
}
ul.list-01,
ul.list-02{
	padding-left:1em;
	position:relative;
}
ul.list-01 li {
	/*padding-left:1em;*/
	text-indent:-0.5em;
}
ul.list-02 li {
	list-style: disc;

}
ul.list-02 li {

}
.row-03-inner {
	/*width: 95%;
	margin: 0 auto;*/
}
.tickets-area .accordion  ol {
	margin-left: 1em;
}

.tickets-area .accordion  ol li {
	list-style: decimal;
}
/***************************************
コンタクトアエリア
 ***************************************/

/***************************************
ACCES
 ***************************************/
.access-area {
	padding: 110px 0 80px;
}
.access-area .text-box {
	text-align: center;
	padding: 0 0 15px
}
.access-area .text-box p {
	margin-top: 10px;
	font-weight: 400;
}
.access-area .text-box a{
	font-weight: 900;
}
.access-area .map-area {
	display: flex;
}
.map-wrap {
	padding: 0 25px;
	box-sizing: border-box;
}
.access-area .map-box {
	width: 45%;
}
.access-area .map {
	width: 100%;
	margin: 0 auto;
	position: relative;
	aspect-ratio: 358 / 253;
}
.access-area .map iframe {
	width: 100%;
	height: 100%;
}
.access-area .map-text {
	padding-left: 1em;
	width: 55%;
}

.access-area .map-text .text-02 {
	font-size: 14px;
}
.access-btn a{
	background-color: #CD0072;
	border-radius: 30px;
	padding: 10px 34px;
}
.map-text .text-01 ul {
	list-style: disc;
	padding-left: 1em;
}
/*.access-area .map-wrap {
	padding: 55px 0;
	background: url("../img/map_bg.png") no-repeat center center / 100%;
	background-size: contain;
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}*/
.access-top {
	background-image: url("../img/map_bg_bottom.png");
	background-repeat: no-repeat;
	background-size: 100% auto;
	height: 4.3vw;
	max-height: 74.5px;
	transform: scale(1, -1);
}
.access-middle {
	background-image: url("../img/map_bg_middle.png");
	background-repeat: repeat-y;
	background-size: 100% auto;
	padding: 5px 20px 0;
	min-height: 200px;
}
.access-bottom {
	background-image: url("../img/map_bg_bottom.png");
	background-repeat: no-repeat;
	background-size: 100% auto;
	height: 4.3vw;
	margin-bottom: 35px;
	max-height: 74.5px;
}
@media screen and (min-width:1300px) and ( max-width:1505px) {
	
}
.access-area .text-02 {
	padding-top: 40px;
    margin-left: 1em;
}
.access-area .text-02 ul li {
	list-style: none;
    text-indent: -0.5em;
}
.access-area .text-02 ul li::before{
	content: "※";
	display: inline-block;
}
/***************************************
GOODS
 ***************************************/ 
.goods-area {
	margin-bottom: 100px;
	padding-top: 50px;
    margin-top: -50px;
}
.goods-area .ttl-01 {
	display: flex;
	justify-content: center;
	margin-bottom: 0;
}
.goods-area .ttl-01 span {
	padding: 0 35px;
}
.goods-area .ttl-01 h2 {
	margin-bottom: 50px;
}
.goods-area .ttl-01::before,
.goods-area .ttl-01::after {
	content: "";
	display: inline-block;
	background: url("../img/goods_line.png")no-repeat center center;
	background-size: contain;
	width: 30vw;
	height: 1vw;
}
.goods-area .ttl-01::before {
	padding-right: 4.5vw;
}
.goods-area .ttl-01::after {
	padding-left: 4.5vw;
}
.goods-area .coming-s {
	font-size: 26px;
	font-weight: 400;
	text-align: center;
	padding-top: 20px;
	font-family: "Gravitas One", serif;
}
img.area-map{
	max-width: 500px;
	padding-bottom: 20px;
}
.goods-box {
	
}
.goods-box .goods-box-inner {
	
}
.goods-box .goods-box-inner .ttl {
	text-align: center;
	padding: 16px 45px;
	font-size: 18px;
	background: url("../img/goods-ttl.png") no-repeat center center / 100%;
	background-size: contain;
    margin-bottom: 15px;
	margin-top: 40px;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    line-height: 1.5em;
}

.goods-box .goods-box-inner .row-1-bottom .text-01 {
	text-align: center;
	padding-bottom: 50px;
	font-weight: bold;
}
.goods-box .goods-box-inner .row-1-bottom .text-02 {
	text-align: center;
	font-weight: 400;
	padding-bottom: 20px;
}
.goods-box .goods-box-inner .row-1-bottom .text-03 {
	font-size: 14px;
	width: 70%;
	margin: 0 auto;
	padding-bottom: 40px;
}
.goods-top {
	background-image: url("../img/map_bg_bottom.png");
	background-repeat: no-repeat;
	background-size: 100% auto;
	height: 4.3vw;
	max-height: 74.5px;
	transform: scale(1, -1);
}
.goods-middle {
	background-image: url("../img/map_bg_middle.png");
	background-repeat: repeat-y;
	background-size: 100% auto;
	padding: 5px 20px 0;
	min-height: 200px;
}
.goods-bottom {
	background-image: url("../img/map_bg_bottom.png");
	background-repeat: no-repeat;
	background-size: 100% auto;
	height: 4.3vw;
	max-height: 74.5px;
	margin-bottom: 35px;
}
.goods-box .goods-box-inner .row-1-bottom .text-03 ul li::before {
	content: "※";
    display: inline-block;
}
.goods-box .goods-box-inner .row-1-bottom .text-03 p{
	font-size: 14px;
	text-align: left;
}
.goods-box .goods-box-inner .ttl_2{
	text-align: center;
	font-weight: bold;
	padding-bottom: 10px;
}
.goods-wrap .text-01 {
	text-align: center;
}
.goods-box .goods-box-inner .goods_list ul{
	display: flex;
	justify-content: center;
}
.goods-box .goods-box-inner .goods_list ul li{
	width: 13.6%;
	margin: 0 2.2% 35px;
	box-sizing: border-box;
}
.goods-box .goods-box-inner .goods_img_2{
	width: 13.6%;
	margin: 0 2.2% 0;
	box-sizing: border-box;
}
.goods-box .goods-box-inner .goods_img_2 {
	margin: 0 auto;
}
.goods-list {
	background-color: #72004F;
	box-sizing: border-box;
	padding: 77px;
	border-radius: 30px;
	color: #050002;
}
.goods-list ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
.goods-list ul li {
	width: 48%;
	border-radius: 10px;
	background-color: #fff;
	margin-bottom: 20px;
	padding: 20px;
	box-sizing: border-box;
}
.goods-list .goods-ttl {
	text-align: center;
	font-weight: bold;
}
.goods-list .goods-price {
	text-align: right;
	font-weight: bold;
}
.goods-list .Limited-quantity {
	width: 120px;
	text-align: right;
}
/***************************************
ご来場になるお客様へのお願い事項
 ***************************************/
.info-area {
	padding: 200px 0 170px;
}


.info-area .inner {
	text-align: left;
}
.info-area h3 {
	font-size: 24px;
	font-weight: 600;
	color: #FFAFDB;
	padding-bottom: 5px;
	text-align: center;
}
.info-area .info-ttl-02 {
	font-size: 24px;
	font-weight: 600;
	padding-bottom: 20px;
}
.info-area .text-01 {
	padding: 20px 0 40px;
}
.info-area .text-02 {
	font-size: 18px;
	font-weight: 600;
	padding-bottom: 10px;
}
.info-area .text-03 {
	padding-bottom: 60px;
}
.info-area ul.text-ul-01{
	text-indent: -1em;
	margin-left: calc(1em + 2px);
}
.info-area .text-ul-01 > li {
	padding-bottom: 10px;
}
.info-area ul.text-ul-02,
.info-area ul.text-ul-03  {
	text-indent: 0em;
	margin-left: 0em;
	padding-left: 0em;
}
.info-area .text-ul-02 li,
.info-area .text-ul-03 li {
	list-style: disc;
	list-style-position: outside;
	padding-bottom: 10px;
}
.info-area .bout-box {
	font-weight: 600;
	padding: 50px 0 80px;
}
.about-box {
	padding: 60px 0 80px;
	font-weight: 600;
}
.about-box ul li {
	padding-bottom: 5px;
}
/***************************************
ヒストリー
 ***************************************/
.history-area {
	padding-bottom: 20px;
	padding-top: 30px;
    margin-top: -30px;
}
.history-area h2 {
	margin-bottom: 30px;
}
.history-list li {
	padding-bottom: 30px;
	display: flex;
}
.history-area .inner-box {
	width: 100%;
}
.history-list picture {
	width: 83%;
}
.history-list a {
	border-radius: 0 10px 10px 0;
	width: 17%;
	background: linear-gradient(90deg, rgba(26,24,25,1) 0%, rgba(201,40,81,1)100%);
	color: #fff;
	text-decoration: none;
	font-weight: 700;
	padding-left: 2%;
    box-sizing: border-box;
}
.history-list a:hover {
	opacity: 0.6;
}
.history-list a:visited {
	opacity: 1;
}
.history-list a .site {
	padding-right: 10px;
}
.history-list a .num {
	font-size: 18px;
}
.history-list a::after {
	content: "";
	background: url("../img/allow.png")no-repeat center center;
	background-size: contain;
	width: 18px;
	height: 32px;
	display: inline-block;
	padding-left: 10px;
}
.history-list li a {
    display: flex;
    align-items: center;
}
.banner {
    text-align: center;
}
.banner img{
	width:30%;
	padding-bottom: 30px;
}
/***************************************
フッター
 ***************************************/
footer {
	background-color: #391E25;
	padding: 35px 0;
}
footer p {
	color: #FFDDDD;
	text-align: center;
	font-weight: 400;
}

/***************************************
/caution
 ***************************************/
.caution{
	background-color: #1A1819;

}
.family-seat__text {
	width: 100%;
    margin: 0 auto;
    text-align: left;
}
.top-text {
	font-weight: bold;
	margin-bottom: 50px;
	font-size: 18px;
	text-align: center;
}
.white-bg {
	width: 60%;
	max-width: 1100px;
	margin: 50px auto;
}
.white-bg h2 {
	padding: 10px 0;
    font-size: 20px;
    color: #1A1819;
    background: url(../img/ticekt_bg_2.png) no-repeat center center / 100%;
    background-size: contain;
    margin-bottom: 20px;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    line-height: 1.5em;
}
.white-bg p {
	padding-bottom: 10px;
}
/***************************************
レスポンシブ
 ***************************************/
@media screen and (max-width:767px) {

	/*共通*/	
	.sp_only {
		display: block;
	}
	.pc_only {
		display: none;
	}
	.inner {
		width: 92%;
		margin: 0 auto;
	}
	.inner-box {
		width: 100%;
		box-sizing: border-box;
	}
	h2{
		margin-bottom: 20px;
	}
	.ttl-01 span {
		font-size: 30px;
	}
	.button {
		padding: 7px 2em;
	}

	
	/*メインビジュアル*/
	.mv h1 {
		width: 100%;
	}
	.date-area {
		width: 92%;
		margin: 0 auto;
		padding-top: 30px;
	}
	/*NEWS*/
	.news-box-inner {
		width: 93vw;
		height: 23vw;
	}
	.news-area .inner .inner-box {
		width: 100%;
	}
	.news-box .inner-wrap {
		padding: 0;
	}
	.news-area .inner .inner-box {
		display: block;
	}
	.news-area .inner .news-box {
		width: 100%;
	}
	.inner-wrap {
		padding: 26px 0 26px 36px;
	}
	.news-box-inner dl {
		font-size: 14px;
	}
	.news-box-inner dt {
		width: 25%;
	}
	.news-box-inner dd {
		width: 75%;
	}
	.news-box-inner-02 dt,
	.news-box-inner-02 dd {
		padding-bottom: 14px;
	}
	.news-box-inner-02 {
		margin: 5px;
		font-size: 14px;
		padding: 10px;
	}

	.news-area {
		padding-bottom: 35px;
	}
	.news-area .inner .ex-box {
		padding: 20px;
		margin: 30px 10px;
	}
	.news-area .inner .ex-box h4 {
		font-size: 20px;
	}
	.news-area .inner .ex-box p {
		font-size: 16px;
		font-weight: bold;
		line-height: 1.3rem;
	}
	.news-area .inner .ex-box img {
		padding-top: 16px;
	}

	/*GUEST*/
	.guest-img ul {
		display: block;
	}
	.guest-img ul li {
		width: 70%;
		margin: 0 auto;
	}
	.guest-img ul li:first-child {
		padding-bottom: 25px;
	}
	/*TICKET*/
	.sp-tickets {
		width: 39%;
		margin: 0 auto;
	}
	.tickets-area .text-02 ul {
		font-size: 14px;
		display: block;
	}
	.tickets-area .inner {
		width: 100%;
	}
	.tickets-area .inner-bg {
		width: 100%;
		max-width: 100%;
	}
	.tickets-area .ticket-box {
		padding: 0 5px 20px;
		border-radius: 10px;
	}
	.tickets-area .ticket-box .row-1-bottom {
		width: 76%;

        box-sizing: border-box;
	}
	.tickets-area .row-01 dl {
		text-align: center;
	}
	.tickets-area .row-01 dt span {
		display: none;
	}
	.tickets-area .row-01 dd {
		width: 100%;
		letter-spacing: 0.07em;
	}
	.tickets-area .ticket-btn, .goods-area .goods-btn {
		width: 45%;
		margin: 0 auto;
		height: auto;
		padding-top: 8px;
		padding-bottom: 0;
	}
	.tickets-area .row-02-inner-03 .text-04 li {
		padding-bottom: 10px;
	}
	.tickets-area .row-02-inner-03 .text-04 li:last-child {
		padding-bottom: 10px;
	}
	.tickets-area .row-02-inner-03 .text-04 {
		padding-bottom: 0;
		text-align: center;
		font-weight: 400;
	}
	
	
	/*INTRODUCTION*/
	.introduction-area .inner-02::before, .introduction-area .inner-02::after {
		width: 200px;
		height: 24px;
	}
	.introduction-area .inner-box-02 {
		width: 92%;
		margin: 0 auto;
		background: url(../img/intro_bg.png) no-repeat center center / 100% auto;
		background-size: contain;
	}
	.introduction-area .text-area {
		width: 100%;
		line-height: 1.7em;
		padding: 0;
		font-size: 16px;
		font-weight: bold;
	}
	/*TICKETS*/
	.ticket-top {
		background-image: url(../img/ticket_bg_top_sp.png);
		background-repeat: no-repeat;
		background-size: 100% auto;
		height: 30vw;
	}
	.ticket-middle {
		background-image: none;
		padding: 6px 7px 8px;
		border-bottom: 2px solid #FFDDDD;
	}
	.ticket-bottom {
		background-image: none;
	}
	.tickets-area .middle-inner {
		margin-top: -103px;
	}
	.tickets-area h2 {
		margin-bottom: 14px;
	}
	.tickets-area h3 {
		font-size: 20px;
		padding-bottom: 10px;
	}
	.tickets-area .row-whap {
		margin-top: 16px;
		border: 1px solid #FFDDDD;
	}
	.tickets-area .middle-inner {
		margin-top: -21.3vw;
	}
	.tickets-area .row-01 {
		margin-top: 15px;
	}
	.tickets-area .row-01 dl {
		display: block;
	}
	.tickets-area .row-03 {
		padding-top: 15px;
		width: 92%;
        margin: 0 auto;
	}
	.tickets-area .row-03 h3 {
		padding-top: 0;
		padding-bottom: 15px;
		font-size: 20px;
	}
	.tickets-area .row-03 > p,
	.tickets-area .row-03 > ul {
		font-size: 14px;
	}
	.tickets-area .row-03 > p {
		padding-top: 25px;
	}
	.tickets-area .row-01 .text-01 {
		padding: 16px 0;
		text-align: center;
		background: url(../img/ticket_bg_1_sp.png) no-repeat center center / 100%;
		background-size: contain;
		margin-bottom: 0;
		margin-top: 24px;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-wrap: wrap;
		line-height: 1.5em;
	}
	.tickets-area .row-01 .place {
		font-weight: 700;
		text-align: center;
		padding: 15px 0;
	}
	.tickets-area .row-01 .place::before {
		bottom: 1em;
	}
	.tickets-area .row-01 dt {
		padding: 15px 0 5px;
	}
	/*.tickets-area .row-01 ul {
		display: flex;
		justify-content: space-around;
	}
	.tickets-area .row-01 ul li {
		text-align: center;
		font-size: 20px;
	}*/
	.tickets-area .row-01 ul li span {
		font-size: 14px;
	}
	.tickets-area .row-01 ul .text-01 {
		width: 30px;
		height: 30px;
		margin: 0 auto;
	}
	.tickets-area .row-01 .text-02 {
		padding-top: 13px;
		font-size: 14px;
	}
	.tickets-area .row-01 .text-02 span {
		padding-left: 1em;
	}
	.tickets-area .row-01 .text-03 {
		font-size: 14px;
	}
	.tickets-area .row-02 {
		padding-top: 10px;
	}
	.tickets-area h3 span::before, .tickets-area h3 span::after {
		content: "";
		background: url(../img/ticket_line.png) no-repeat center center;
		background-size: contain;
		display: inline-block;
		width: 105px;
		height: 2.8px;
	}
	.tickets-area h3 span::before{
		padding-left: 25px;
	}
	.tickets-area h3 span::after{
		padding-left: 25px;
	}
	.tickets-area .ticket-box-inner {
		margin: 0 auto;
	}
	.tickets-area .row-02 .row-02-inner-01 dl{
		padding-bottom: 20px;
		display: block;
		text-align: center;
		width: 100%;
		min-width: 300px;
	}
	.seat-area {
		padding: 30px 0 0;
	}
	
	.tickets-area .row-02 .row-02-inner-01 dt,
	.tickets-area .row-02 .row-02-inner-01 dd {
		font-size: 16px;
		font-weight: 500;
		line-height: 26px;
	}
	.tickets-area .row-02 .row-02-inner-01 dt {
		padding-right: 0;
	}
	.button:hover {
		opacity: 1;
	}
	.sold-ticket {
		width: 100%;
		margin: 40px auto 0;
	}
	.Label, .content, .sold-ticket .Label, .sold-ticket .content {
		margin: 0 auto 10px;
	}
	.contact-area .c-text-01 {
		font-weight: 700;
		padding-top: 20px;
	}
	.content {
		font-size: 14px;
		padding: 0 1em;
	}
	.Label {
		padding: 1em;
		padding-right: 40px;
		padding-left: 40px;
	}
	.Label span {
		display: inline-block;
	}
	.Label, .sold-ticket .Label {
		padding-right: 40px;
		padding-left: 0;
	}
	.Label::before {
		top: 24px;
		right: 25px;
	}
	.tickets-area .row-03 .Label {
		padding-left: 0;
		padding-right: 30px;
		font-size: 15px;
	}
	.sold-ticket, .tickets-area .row-03 .accordion {
		width: 100%;
	}
	.tickets-area .row-03 .Label::before {
		right: 15px;
	}
	.toggle:checked + .Label + .content {
		height: auto;
		padding: 1em;
		transition: all .3s;
	}
	.contact-area {
		font-size: 14px;
		text-align: center;
		padding: 24px 0 60px;
	}
	.contact-area .text-01 {
		font-size: 16px;
	}

	.tickets-area-02 .inner, .info-area .inner {
		width: 90%;
		margin: 0 auto;
		padding: 10px;
		box-sizing: border-box;
	}
	.sub-ttl {
		font-size: 24px;
		padding: 30px 0 10px;
		text-align: center;
	}
	
	.ticket-info-box-01 h4, .ticket-info-box-02 h4 {
		font-weight: 600;
		font-size: 16px;
		padding-bottom: 18px;
	}
	.ticket-info-box-01 ul {
		font-size: 14px;
	}
	.tickets-area-02 .inner-box, .info-area .inner-box {
		width: 100%;
		margin: 0 auto;
		padding-bottom: 40px;
	}
	/*.access-area {
		padding: 55px 0;
		background: url(../img/map_bg_sp.png) no-repeat center center / 100%;
		background-size: contain;
		margin-bottom: 10px;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-wrap: wrap;
	}*/
	.access-top,.access-middle,.access-bottom {
		background: none;
	}
	.access-top,.access-bottom {
		height: 0;
	}
	.access-bottom {
		margin-bottom: 0;
	}
	.access-middle {
		padding: 0;
	}
	.access-top-sp {
		background-image: url("../img/map_bg_sp_bottom.png");
		background-repeat: no-repeat;
		background-size: 100% auto;
		transform: scale(1, -1);
        height: 18vw;
	}
	.access-middle-sp {
		background-image: url("../img/map_bg_sp_middle.png");
		background-repeat: repeat-y;
		background-size: 100% auto;
		padding: 5px 20px 0;
		min-height: 200px;
	}
	.access-bottom-sp {
		background-image: url("../img/map_bg_sp_bottom.png");
		background-repeat: no-repeat;
		background-size: 100% auto;
		height: 18vw;
	}
	.access-area {
		background: none;
	}
	.access-area .text-box {
		padding: 5px 0;
	}
	.access-area .text-box p.text-01 {
		font-size: 20px;
		font-weight: bold;
		padding-bottom: 0;
	}
	.access-area .text-box a {
		font-size: 16px;
	}
	.access-btn a {
		padding: 5px 0.9em;
	}
	.access-area .text-box p {
		margin-top: 10px;
	}
	.access-area {
		padding: 0 10px;
	}
	.access-area .map-box {
		width: 100%;
		margin: 0 auto;
		padding-top: 5px;
	}
	.access-area .map-area {
		display: block;
		width: 100%;
		margin: 0 auto;
	}
	.access-area .map-wrap {
		padding: 0;
		background: none;
		width: 95%;
        margin: 0 auto;
	}
	.access-area .map-text {
		padding-top: 10px;
		padding-left: 0;
		font-size: 14px;
		width: 100%;
	}
	.access-area .map-text li {
		padding-bottom: 5px;
	}
	.access-area .text-02 {
		padding-top: 15px;
	}
	/*GOODS*/
	.goods-area {
		margin: 20px auto;
		padding-bottom: 50px;
	}
	.goods-area .ttl-01::before, .goods-area .ttl-01::after {
		content: "";
		display: inline-block;
		background: url(../img/goods_line_sp.png) no-repeat center center;
		background-size: contain;
		width: 115px;
        height: 10px;
	}
	.goods-area .coming-s {
		font-size: 20px;
	}
	.goods-area .goods-box {

	}
	.goods-area .goods-box .bn-box {
		width: 100%;
	}
	.goods-list {
		padding: 20px;
	}
	.goods-list ul {
		display: block;
	}
	.goods-list ul li {
		width: 100%;
	}
	.goods-area .goods-btn {
		padding: 0 0 20px;
	}
	.goods-area .goods-box .text-box {
		width: 100%;
		padding-left: 0;
	}
	.goods-area .goods-box .text-box p {
		text-align: right;
		display: flex;
		padding-top: 33px;
		justify-content: right;
		align-items: baseline;
	}
	.goods-top,
	.guest-top {
		background-image: url("../img/map_bg_sp_bottom.png");
		background-repeat: no-repeat;
		background-size: 100% auto;
        height: 18vw;
		transform: scale(1, -1);
	}
	.goods-middle,
	.guest-middle {
		background-image: url("../img/map_bg_sp_middle.png");
		background-repeat: repeat-y;
		background-size: 100% auto;
		padding: 5px 20px 0;
		min-height: 200px;
	}
	.goods-bottom,
	.guest-bottom{
		background-image: url("../img/map_bg_sp_bottom.png");
		background-repeat: no-repeat;
		background-size: 100% auto;
        height: 18vw;
	}
	.goods-box .goods-box-inner .goods_list ul {
		flex-wrap: wrap;
	}
	.goods-box .goods-box-inner .goods_list ul li {
		width: 33%;
		margin: 0 2% 15px;
	}
    .goods-box .goods-box-inner .goods_img_2 {
        width: 33%;
    }
	.goods_list_2 p {
		padding-bottom: 0!important;
	}
	.goods-area p, .goods-area ul {
		padding-bottom: 0;
	}
	.info-area {
		padding: 150px 0 100px;
	}
	.info-area a {
		color: #fff;
	}
	.info-area .text-02 {
		font-size: 16px;
	}
	.info-area .text-01,
	.info-area ul.text-ul-03{
		font-size: 14px;
	}
	.info-area ul.text-ul-01 {
		text-indent: -1em;
		font-size: 14px;
	}
	.info-area .text-03 {
		padding-bottom: 60px;
		font-size: 14px;
	}

	.history-area .inner {
		width: 90%;
	}
	.history-area .inner-box {
		width: 100%;
		padding: 0;
	}
	.history-list li {
		margin-bottom: 30px;
		display: block;
	}
	.history-list a {
		justify-content: flex-end;
		margin: 10px auto 0;
        padding: 15px 10px 15px 0;
		border-radius: 0 10px 10px 0;
		width: 100%;
		background: linear-gradient(90deg, rgba(26, 24, 25, 1) 0%, rgba(201, 40, 81, 1) 100%);
	}
	.history-list a:hover,
	.history-list a:visited {
		opacity: 1;
	}
	.history-list li:last-child {
		border-bottom: none;
	}
	footer {
		padding: 40px 0;
		font-size: 14px;
		line-height: 20px;
	}
	.white-bg h2 {
		font-size: 18px;
		line-height: 1.25em;
	}
	.white-bg {
		width: 90%;
	}
	.banner img {
		width: 50%;
	}

}
@media screen and (min-width: 600px) {
		/*.tickets-area .row-01 .text-01 {
			display: block;
		}
		.tickets-area .row-01 .text-01 br {
			display: inline !important;
		}*/
}

@media screen and (min-width:1024px) and ( max-width:1400px) {
	header nav ul {
		width: 80%;
	}
}
@media screen and (min-width:768px) and ( max-width:1023px) {
	.sp_only {
		display: block;
	}
	.pc_only {
		display: none;
	}
	.tb_only {
		display: block;
	}
	.contents {
		margin: 0;
		background-attachment: fixed;
	}

	.mv {
		margin-top: 66px;
	}
	.sp_header {
		display: flex;
		justify-content: center;
		align-items: center;
		width: auto;
		height: 50px;
		margin: 0 auto;
	}
	.sp-tickets {
		width: 116px;
		margin: 0 auto;
	}
	.btnMenu {
		height: 110px;
		width: 55px;
	}
	.mod_btn .btnMenu.on .closeicon {
		margin-top: -120px;
	}
	#nav_toggle{
		width: 60px;
		height: 60px;
		top: 10px;
	}
	#nav_toggle span{
		height: 5px;	
	}
	#nav_toggle span:nth-child(1){
		top:0px;
	}
	#nav_toggle span:nth-child(2){
		top: 20px;
	}
	#nav_toggle span:nth-child(3){
		top: 40px;
	}
	.sp-tickets {
		text-align: center
	}

	header nav {
		background: rgba(0 ,0, 0, 0.8);
	}
	header nav ul a img {
		height: 60px;
		width: auto;
	}
	/*.tickets-area .inner {
		width: 90%;
		margin: 0 auto;
	}*/
	.tickets-area .middle-inner {
		margin-top: -60px;
	}
	.ttl-01 span {
		font-size: 32px;
	}
	.tickets-area .ticket-box .row-1-bottom {
		width: 70%;
	}
	.tickets-area .row-01 .text-01 .pc_only {
		display: block;
	}
	.tickets-area .row-01 .sp_only {
		display: none;
	}
	.center-box-inner.pc_only {
		display: block;
	}
	.center-box-inner.pc_only .center-box-inner-pc .text-04 .sp_only {
		display: none;
	}
	.center-box-inner.sp_only {
		display: none;
	}
	.history-area .inner-box {
		width: 100%;
	}
}