@charset "utf-8";

/* Setting-basic
-----------------------------------------------------------*/
html {font-size: 62.5%;}
body {
	font-family:  'Noto Sans JP','游ゴシック体','YuGothic','游ゴシック Medium','Yu Gothic Medium','ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro','メイリオ',Meiryo,sans-serif;
	color: #333;
	background: #fff;
	line-height:1.5;
	font-feature-settings: "palt";
	font-size: 1.5rem;
	-webkit-text-size-adjust:100%;
}
.clearfix {
	clear: both;
}

/* Module
-----------------------------------------------------------*/
img {
	border: 0;
	vertical-align: middle;
}
img.ofi {
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-object-fit: cover;
	font-family: 'object-fit: cover;'
}
p {
	margin: 0 0 20px;
	line-height: 1.6;
}
h1,h2,h3,h4,h5,h6 {
	margin: 0 0 20px;
	line-height: 1.3;
}
h1 { font-size: 3.6rem;}
h2 { font-size: 3rem;}
h3 { font-size: 2.4rem;}
h4 { font-size: 2.1rem;}
h5 { font-size: 1.8rem;}
h6 { font-size: 1.6rem;}

ol,ul {
	list-style: none;
}
.liststyle_decimal {
	list-style: decimal;
	padding: 0 0 0 30px;
}
.liststyle_decimal li {
	margin-bottom: 5px;
}
.liststyle_disc {
	list-style: disc;
	padding: 0 0 0 30px;
}
.liststyle_disc li {
	margin-bottom: 4px;
}
.liststyle_dl1 {
	overflow: hidden;
	width: 100%;
}
.liststyle_dl1 dt {
	float: left;
	width: 120px;
	margin: 0 0 25px;
	font-weight: bold;
}
.liststyle_dl1 dd {
	float: left;
	width: calc(100% - 120px);
	margin: 0 0 25px;
}
.liststyle_dl2 dt {
	margin: 0 0 5px;
	font-weight: bold;
}
.liststyle_dl2 dd {
	margin: 0 0 15px;
	padding: 0 0 15px;
	border-bottom: 1px dotted #ccc;
}
.liststyle_dl2 dd:last-child {
	margin: 0;
	padding: 0;
	border-bottom: none;
}


/* Hypertext Module
-----------------------------------------------------------*/
a:link,
a:visited {
	color: #333;
	text-decoration: none;
	transition: all .2s ease-in-out;
}
a:hover {
	color: #777;
}
a.linkstyle {
	color: #333;
	text-decoration: underline;
}
a:hover.linkstyle {
	color: #888;
}
::selection {
	color: #91a50b;
	background: #f2ff8e;
}

.swap {
	transition: all .2s ease-in-out;
}
.swap:hover {
	opacity: 0.7;
}


/* General Settings
-----------------------------------------------------------*/
/* Margin Control */
.mb00 { margin-bottom: 0!important;}
.mb05 { margin-bottom: 5px!important;}
.mb10 { margin-bottom: 10px!important;}
.mb15 { margin-bottom: 15px!important;}
.mb20 { margin-bottom: 20px!important;}
.mb25 { margin-bottom: 25px!important;}
.mb30 { margin-bottom: 30px!important;}
.mb40 { margin-bottom: 40px!important;}
.mb50 { margin-bottom: 50px!important;}
.mb60 { margin-bottom: 60px!important;}
.mb70 { margin-bottom: 70px!important;}
.mb80 { margin-bottom: 80px!important;}
.mb90 { margin-bottom: 90px!important;}
.mb100 { margin-bottom: 100px!important;}
.mb120 { margin-bottom: 120px!important;}
.mb130 { margin-bottom: 130px!important;}
.mb140 { margin-bottom: 140px !important;}
.mb150 { margin-bottom: 150px !important;}
.mb160 { margin-bottom: 160px !important;}
.mb170 { margin-bottom: 170px !important;}
.mb180 { margin-bottom: 180px !important;}
.mb190 { margin-bottom: 190px !important;}
.mb200 { margin-bottom: 200px !important;}
.mb210 { margin-bottom: 210px !important;}
.mb220 { margin-bottom: 220px !important;}
.mb230 { margin-bottom: 230px !important;}
.mb240 { margin-bottom: 240px !important;}
.mb250 { margin-bottom: 250px !important;}
.mb260 { margin-bottom: 260px !important;}
.mb270 { margin-bottom: 270px !important;}
.mb280 { margin-bottom: 280px !important;}
.mb290 { margin-bottom: 290px !important;}
.mb300 { margin-bottom: 300px !important;}

.mt00 { margin-top: 0 !important;}
.mt05 { margin-top: 5px !important;}
.mt10 { margin-top: 10px !important;}
.mt20 { margin-top: 20px !important;}
.mt30 { margin-top: 30px !important;}
.mt40 { margin-top: 40px !important;}
.mt50 { margin-top: 50px !important;}
.mt60 { margin-top: 60px !important;}
.mt70 { margin-top: 70px !important;}
.mt80 { margin-top: 80px !important;}
.mt90 { margin-top: 90px !important;}
.mt100 { margin-top: 100px !important;}
.mt110 { margin-top: 110px !important;}
.mt120 { margin-top: 120px !important;}
.mt130 { margin-top: 130px !important;}
.mt140 { margin-top: 140px !important;}
.mt150 { margin-top: 150px !important;}
.mt160 { margin-top: 160px !important;}

/* width */
.width100 { width: 100%;}
.width90 { width: 90%;}
.width80 { width: 80%;}
.width70 { width: 70%;}
.width60 { width: 60%;}
.width50 { width: 50%;}
.width45 { width: 45%;}
.width40 { width: 40%;}
.width35 { width: 35%;}
.width30 { width: 30%;}
.width25 { width: 25%;}
.width20 { width: 20%;}
.width15 { width: 15%;}
.width10 { width: 10%;}
.width5 { width: 5%;}

/* font size */
.text75 { font-size: 75%;}
.text80 { font-size: 80%;}
.text85 { font-size: 85%;}
.text90 { font-size: 90%;}
.text100 { font-size: 100%;}
.text110 { font-size: 110%;}
.text120 { font-size: 120%;}
.text130 { font-size: 130%;}
.text140 { font-size: 140%;}
.text160 { font-size: 160%;}
.text180 { font-size: 180%;}
.text200 { font-size: 200%;}
.text220 { font-size: 220%;}
.text240 { font-size: 240%;}
.text260 { font-size: 260%;}

/* color */
.c_000 { color: #000;}
.c_333 { color: #333;}
.c_555 { color: #555;}
.c_888 { color: #888;}
.c_fff { color: #fff;}
.c_red { color: #f00;}
.c_blue { color: #0e92e5;}
.c_green { color: #86bf00;}
.c_orange { color: #ee761b;}

/* font style */
.boldstyle { font-weight: bold;}
.normalstyle { font-weight: normal;}
.italicstyle { font-style: italic;}

/* text-align */
.aligncenter { text-align: center;}
.alignleft { text-align: left;}
.alignright { text-align: right;}

::selection {
	color: #81249d;
	background: #f8e0ff;
}

/* inview
-----------------------------------------------------------*/
.effect_fadein {
	overflow: hidden;
	opacity: 0;
	transition: 1s;
	transform: translate(0,-30px); 
}
.effect_def {
	opacity: 1.0;
	transform: translate(0,0); 
}


/* effect
-----------------------------------------------------------*/
.img_effect {
	transition: all .3s ease-in-out;
}
.img_effect:hover {
	transform: scale(1.1);
}


/* Table Module
-----------------------------------------------------------*/
table {
	width: 100%;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-collapse: collapse;
	border-spacing: 0;
	background: #fff;
}
td,th {
	padding: 15px;
	text-align: left;
	line-height: 1.5;
	font-weight: normal;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
th {
	font-weight: bold;
}
thead th {
	padding: 15px;
	background: #eee;
	font-size: 1.8rem;
}
thead td {
	padding: 15px;
	background: #ffffff;
	font-size: 1.8rem;
	font-weight: 800;
	text-align: center;
}
tfoot th {
	padding: 5px 15px;
	background: #ddd;
	font-size: 1.3rem;
}


/* Forms Module
-----------------------------------------------------------*/
.input_text,
textarea {
	margin-bottom: 5px;
	padding: 12px 15px;
	border: 1px solid #777;
	border-radius: 4px;
	background: #f4f4f4;
}
select {
	padding: 12px 40px 12px 15px;
	border: 1px solid #777;
	border-radius: 4px;
	background: #fff;
	cursor: s-resize;
}
select::-ms-expand {
	display: none;
}
.selectbox{
	margin-bottom: 5px;
	position: relative;
	display: inline-block;
}
.selectbox::before{
	content: '';
	position: absolute;
	z-index: 0;
	top: 0;
	right: 0;
	background: #eee;
	height: 100%;
	width: 30px;
	border: 1px solid #777;
	border-radius: 0 4px 4px 0;
}
.selectbox::after{
	content: '';
	position: absolute;
	z-index: 0;
	top: 0;
	bottom: 0;
	margin: auto 0;
	right: 9px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 6px 0 6px;
	border-color: #777 transparent transparent transparent; 
}
.need:before,
.any:before {
	margin: 0 7px 0 0;
	padding: 3px 4px;
	color: #fff;
	font-size: 11px;
	border-radius: 4px;
}
.need:before {
	content: "必須";
	background: #ff6969;
}
.any:before {
	content: "任意";
	background: #999;
}
.input_text:hover,
textarea:hover,
select:hover {
	opacity: 0.8;
	border-color: #464646
}
label:hover {
	cursor: pointer;
	opacity: 0.8;
}
::placeholder{
  color: #aaa;
}


/* sp_nav
-----------------------------------------------------------*/

.header_menubtn {
    display: none;
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 200;
    width: 30px;
    height: 15px;
    text-align: center;
    cursor: pointer;
}
.menu_trigger,
.menu_trigger span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
.menu_trigger {
	position: relative;
	width: 30px;
	height: 15px;
}
.menu_trigger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 3px;
	background-color: #000000;
	border-radius: 4px;
}
.menu_trigger span:nth-of-type(1) {
	top: 0;
}
.menu_trigger span:nth-of-type(2) {
	bottom: 0;
}

.active .menu_trigger span:nth-of-type(1) {
  -webkit-transform: translateY(6px) rotate(-45deg);
  transform: translateY(6px) rotate(-45deg);
  background: rgb(94, 94, 94);
}
.active .menu_trigger span:nth-of-type(2) {
  -webkit-transform: translateY(-6px) rotate(45deg);
  transform: translateY(-6px) rotate(45deg);
  background: rgb(94, 94, 94);
}
}
.area_footer.content {
	display: none;
}






/* layout_common
-----------------------------------------------------------*/
.sp_only {
	display: none;
}
.cover {
	width: 100%;
	margin: 0 auto;
}
.wrap_1280 {
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
}
.wrap_1024 {
	width: 100%;
	max-width: 1024px;
	margin: 0 auto;
}
.wrap_960 {
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
}
.area_drawermenu.active {
    visibility: visible;
    opacity: 1;
}
.area_drawermenu {
    visibility: hidden;
    opacity: 0;
    transition: all .2s ease-in-out;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 110;
    background: rgb(255, 255, 255);
    width: 100%;
    height: 100%;
    overflow: auto;
}

.menu_list {
    position: absolute;
    right: -500px;
    left: auto;
    background: whitesmoke;
    width: 100%;
    padding: 80px 50px;
    overflow-y: scroll;
    transition: .25s;
    height: 100%;
}
.active .menu_list {
    right: 0px;
    left: auto;
    font-size: 0;
    transition: .25s;
}
.drawermenu_logo {
	width: 70%;
	margin: 0 auto 30px;
}



/* layout_top
-----------------------------------------------------------*/
.fix_ticket {
	display: none;
}
.nav {
	padding-top: 10px;
	margin-bottom: 30px;
	border-top: 2px dotted #666;
}
.nav li a {
	position: relative;
	left: 0;
	margin-bottom: 5px;
	font-size: 2.5rem;
	display: block;
	line-height: 1.45;
	color: #c74c5d;
	letter-spacing: .1em;
	font-weight: 800;
	transition: all .2s ease-in-out;
}
.nav li a:hover {
	left: 5px;
	opacity: .8;
}
.nav li a span {
	display: block;
	font-weight: 800;
	font-size: 1.1rem;
	color: #000;
}

.menu_list .nav li a {
	font-size: 2rem;
}
.menu_list .nav li a span {
	font-size: 1.1rem;
}
.mv {
	background: #c74c5d;
	background-image: url(../images/mv_bg.svg);
	background-repeat: no-repeat;
	
}
.mv_inner {
	margin: 0 auto;
	padding: 130px 0;
	width: 80%;
}
.mv_kv {
	margin-bottom: 10%;
}

.list_info {
	width: 100%;
	margin: 0 0 0px;
	border-bottom: 1px solid #ddd;
}
.list_info dt {
	display: block;
	padding: 15px 30px 15px 15px;
	background: #f2f2f2 url(../images/icon_down01.svg) no-repeat 98% center;
  background-size: 20px;
	border-top: 1px solid #ddd;
  transition: .5s;
}
.list_info dt span {
	float: left;
	color: #a68851;
}
.list_info dt p {
	margin: 0;
	padding-left: 10px;
}
.list_info dt.switchselected {
	color: #a68851;
	background: #feffd6;
  background-size: 20px;
  border-bottom: 1px dotted #ddd;
}
.list_info dd {
	padding: 15px;
	background: #feffd6;
}

/* 
.list_info dt:hover {
	background: #fff url(../images/icon_down01.svg) no-repeat 98% center;
  background-size: 20px;
}
.list_info dt.switchselected:hover {
	background: #f1f3c5 url(../images/icon_up01.svg) no-repeat 98% center;
  background-size: 20px;
}
*/

.headline01 {
	text-align: center;
}
.headline01 h2 {
	margin: 0;
	color: #c74c5d;
	font-size: 4rem;
}
.headline01 p {
	margin: 12px 0 0;
	padding-top: 8px;
	font-size: 1.8rem;
	font-weight: 700;
	border-top: 3px dotted #c74c5d;
}
.headline01 img {
	margin: 0 25px;
}
.contents_cover {
	overflow: hidden;
}
.main_contents {
	position: relative;
	left: 32%;
	transform: translate(-50%, 0px);
	top: 0;
	width: 100%;
	max-width: 650px;
	background: rgba(255, 255, 255, 1);
	box-shadow: 0 0 20px rgba(0,0,0,0.1);
}
.base_wrap {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url("../images/bg.jpg") no-repeat;
	background-size: cover;
	background-attachment: fixed;
}
.right_contents {
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	max-width: calc(100% - 650px - 10%);
	height: 100%;
	background-size: 1.2rem;
	overflow-y: scroll;
	padding: 20px 0;
}
.right_contents_box {
	position: absolute;
	left: 50%;
	top: 70px;
	transform: translate(-50%, 0);
	width: 100%;
	max-width: 355px;
}
a.btn01 {
	margin-bottom: 25px;
	padding: 15px 0;
	font-size: 2.3rem;
	font-weight: 600;
	display: block;
	color: #fff;
	text-align: center;
	background: #c74c5d;
	border-radius: 5px;
	box-shadow: 0 0 5px rgba(0,0,0,0.3);
}
.btn01:hover {
	opacity: .75;
}
.ticket_text {
	font-size: 2.8rem;
	font-weight: bold;
	color: #b81c22;
	line-height: 1.2;
	background: #fff000;
	text-align: center;
}
.ticket_text_sat {
	color: #fff000;
	background: #b81c22;
	font-size: 1.3rem;
	border-radius: 100px;
	display: inline-block;
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	margin: 0 3px;
	position: relative;
	bottom: 3px;
}
.ticket_text_min {
	font-size: 2.2rem;
}
.ticket_text_min2 {
	font-size: 2.5rem;
}
.contents_mainimg {
	position: relative;
	height: 1190px;
}
.main_logo {
	max-width: 303px;
	width: 50%;
	position: absolute;
	left: 50%;
	top: 30px;
	transform: translate(-50%,0);
}
.main_logo2 {
	max-width: 589px;
	width: 90%;
	position: absolute;
	left: 50%;
	top: 150px;
	transform: translate(-50%,0);
}
.main_text,
.main06,
.main05,
.main04,
.main03,
.main02,
.main01 {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	pointer-events: none;
}
.main02 {
	transition-delay: .9s;
}
.main02 {
	transition-delay: .7s;
}
.main03 {
	transition-delay: .5s;
}
.main04 {
	transition-delay: .3s;
}
.main05 {
	transition-delay: .1s;
}
.main_text {
	transition-delay: 1.2s;
}
.js-animated-text {
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: left;
	-ms-transform-origin: left;
	transform-origin: left;
	position: relative;
	width: 100%;
	height: 100%;
}
.js-animated-text.is-animated {
	transform: scale(1);
	transition: transform .0s cubic-bezier(0.81, 0.1, 0.2, 0.97) .2s;
	-webkit-animation: clip-to-right .8s cubic-bezier(0.81, 0.1, 0.2, 0.97) .2s forwards;
	animation: clip-to-right .8s cubic-bezier(0.81, 0.1, 0.2, 0.97) .2s forwards;
	animation-duration: 2s;	
}
@keyframes clip-to-right {
	0% {
		-webkit-clip-path: inset(0 100% 0 0);
		clip-path: inset(0 100% 0 0);
		transform: scale(1.1);
	}
	99.9% {
		-webkit-clip-path: inset(-2% -4% -2% -2%);
		clip-path: inset(-2% -4% -2% -2%);
		transform: scale(1);
	}
	to {
		-webkit-clip-path: unset;
		clip-path: unset;
	}
}
.bounceIn {
	animation-delay: .3s;
	opacity: 0;
	transform: none;
}
.effect_def.bounceIn {
	animation-duration: 0.75s;	
	animation-name: bounceIn;
	transform: none;
	animation-fill-mode: forwards;
	
}
@keyframes bounceIn {	
	from,	
	20%,	
	40%,	
	60%,	
	80%,	
	to {	
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);	
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)	
	}	
	0% {	
		opacity: 0;	
		-webkit-transform: scale3d(0.3, 0.3, 0.3);	
		transform: scale3d(0.3, 0.3, 0.3)	
	}	
	20% {	
		-webkit-transform: scale3d(1.1, 1.1, 1.1);	
		transform: scale3d(1.1, 1.1, 1.1)	
	}	
	40% {	
		-webkit-transform: scale3d(0.9, 0.9, 0.9);	
		transform: scale3d(0.9, 0.9, 0.9)	
	}	
	60% {	
		opacity: 1;	
		-webkit-transform: scale3d(1.03, 1.03, 1.03);	
		transform: scale3d(1.03, 1.03, 1.03)	
	}	
	80% {	
		-webkit-transform: scale3d(0.97, 0.97, 0.97);	
		transform: scale3d(0.97, 0.97, 0.97)	
	}	
	to {	
		opacity: 1;	
		-webkit-transform: scale3d(1, 1, 1);	
		transform: scale3d(1, 1, 1)	
	}	
}	
.contents {
	padding: 50px 0;
	background: #efe4e7;
}
.text01 {
	margin-top: -50px;
	width: 100%;
	position: relative;
}
.text02 {
	position: relative;
	margin-top: -50px;
}
.text02_sainei {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
}
.effect_fadein.text02_sainei {
	transform: translate(40px, 0);
}
.effect_def.text02_sainei {
	transform: translate(0, 0);
}
.content01_box {
	display: flex;
	justify-content: center;
	margin-bottom: 0px;
}
.content02 {
	width: 48%;
}
.content01 {
	width: 50%;
	margin-left: -17px;
	position: relative;
	bottom: 30px;
}
.area01 {
	width: 100%;
	padding: 0 25px;
	margin-bottom: 35px;
}
.map {
	width: 100%;
	height: 34vw;
	border: 0;
	margin-bottom: 60px;
}
.main_contents .ticket_text {
	font-size: 5rem;
	line-height: 1.1;
}
.main_contents .ticket_text_min {
	font-size: 3.5rem;
}
.main_contents .ticket_text_sat {
	font-size: 2.3rem;
	width: 40px;
	height: 40px;
	line-height: 40px;
}
.main_contents .ticket_text_min2 {
	font-size: 4.4rem;
}
.wrap {
	padding: 40px;
	margin-bottom: 30px;
}
.playguide {
	position: relative;
}
.playguide_qr {
	position: absolute;
	right: 15px;
	top: 10px;
	width: 148px;
	height: 148px;
}
.btn03 {
	position: absolute;
	bottom: 80px;
	left: 20px;
	width: calc(100% - 40px);
	display: inline-block;
}
.btn03:hover {
	opacity: .75;
}
.playguide_text {
	position: absolute;
	bottom: 20px;
	width: calc(100% - 40px);
	margin-bottom: 0;
	left: 50%;
	transform: translate(-50%,0);
	font-size: 1.5rem;
}

/* layout_APPEARANCES
-----------------------------------------------------------*/
.guest_box {
	width: 50%;
	display: flex;
	flex-wrap: wrap;
	gap: 3%;
	margin-bottom: 50px!important;
}
.guest_role {
	width: 100%;
	background: #2b1c1c;
	color: #fff;
	padding: 0 16px;
	font-weight: bold;
	margin-bottom: 20px;
	border-bottom: 4px solid #d45a6a;
	height: 48px;
	display: flex;
	align-items: center;
}
.guest_role.mc {
	width: 100%;
	background: #d45a6a;
	color: #fff;
	padding: 0 16px;
	font-weight: bold;
	margin-bottom: 20px;
	border-bottom: 4px solid #AE94A0;
	height: 48px;
	display: flex;
	align-items: center;
}
.guest_img {
  width: 48%;
}
.guest_img img{
  width: 100%;
}
.guest_info {
  width: 48%;
}
.guest_info h3 {
	font-size: 2.5rem;
	margin-bottom: 10px;
}
.guest_info h3.tight {
	letter-spacing: -0.09em;
	white-space: nowrap;
}

.guest_schedule {
	list-style: none;
	padding: 0;
	margin: 0 0 15px;
}
.guest_schedule li {
	display: block;
	padding: 6px 8px;
	margin: 0px 0px 3px 0px;
	color: #fff;
	font-weight: bold;
	font-size: 0.9rem;
}
.guest_schedule .blue { background: #2fb3c3; }
.guest_schedule .red { background: #e45858; }
.guest_schedule .orange { background: #f1a02f; }

.btn_profile {
	display: inline-flex;
	align-items: center;
	gap: 3px; 
	padding: 8px 10px;
	border: 2px solid #ccc;
	border-radius: 30px;
	color: #333;
	font-weight: 900;
	background: #fff;
	text-decoration: none;
	font-size: 1.0rem;
}
.btn_profile::before {
	content: "";
	width: 10px;
	height: 10px;
	background: url(../images/icon_arrow.png) no-repeat center / contain;
	display: inline-block;
}

/* layout_modal
-----------------------------------------------------------*/
.modal {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.5);
  padding: 40px 20px;
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
  z-index: 9999;
}
.modal.is-active {
  opacity: 1;
  visibility: visible;
}

.modal-container {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  background: #fff;
  border-radius: 6px;
  position: relative;
}
.modal-close {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 28px;
  cursor: pointer;
  color: #333;
}
.modal-header {
  padding: 24px 30px 16px;
  border-bottom: 2px solid #ddd;
}
.modal-title {
  font-size: 32px;
  font-weight: bold;
  margin: 0;
}
.ruby {
	font-size: 0.55em;
	font-weight: 400;
	color: #777;
	letter-spacing: 0.08em;
}
.modal-body {
  padding: 30px;
}
.modal-profile {
  display: flex;
  gap: 30px;
  align-items: flex-start;
}

.modal-profile_img {
  width: 300px;
  flex-shrink: 0;
}

.modal-profile_img img {
  width: 100%;
  height: auto;
  display: block;
}

.modal-profile_text {
  flex: 1;
}

.modal-profile_heading {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
}

.modal-profile_text p {
  font-size: 15px;
  line-height: 1.9;
  margin-bottom: 16px;
}


/* footer
-----------------------------------------------------------*/
.footer_box {
	background: rgba(255,255,255,1);
	padding: 55px 0 50px;
}
.footer_logo {
	width: 100%;
	max-width: 300px;
	margin: 0 auto 60px;
	display: block;
}
.footer_text_box {
	font-size: 1.8rem;
	padding: 5px 0 35px;
	background: rgba(255,255,255,1);
}
.footer_text {
	text-align: center;
}
.contact {
	font-weight: bold;
	display: flex;
	justify-content: center;
}
.contact_title {
	padding: 5px 10px;
	background: #717071;
	display: inline-block;
	color: white;
	font-size: 1.7rem;
}
.contact dd {
	font-size: 1.55rem;
	display: inline-block;
	margin-left: 10px;
	line-height: 1.2;
}
.contact dd span {
	font-size: 1.35rem;
}
.copywrite {
	text-align: center;
	font-size: 1.3rem;
	color: #fff;
	background: #c74c5d;
	padding: 20px;
}
.footer_sns {
	justify-content: space-between;
	align-items: center;
	margin: 0 auto;
	width: 60%;
}
.footer_sns li {
	width: 10%;
}
.menu_list .footer_sns {
	margin-top: 20px;
	width: 100%;
}
.menu_list .footer_sns li {
	width: 10%;
}
/* .snsicon {
	filter: invert(22%) sepia(99%) saturate(7468%) hue-rotate(358deg) brightness(106%) contrast(118%);
} */


.attention_title {
  font-size: max(2.2vw,2.2rem);
  text-align: center;
  letter-spacing: .1em;
}
.attention_title2 {
  padding: 3px;
  border: 1px solid #333;
  font-size: max(1.2vw,1.2rem);
  text-align: center;
}
.list_note li {
	margin-bottom: 5px;
	text-indent: -1em;
	padding-left: 1em;
}
.flexbox.folder>div {
	padding: 0 3px;
	width: 25%;
	text-align: center;
	font-size: 1rem;
	font-weight: 100;
}
.flexbox.folder>div img {
	width: 80%;
}


/* Responsive
-----------------------------------------------------------*/
@media screen and (max-width: 1280px) {

.area_header {
	width: 94%;
}
.wrap_1280 {
	width: 94%;
	margin: 0 auto;
}
.main_contents {
	left: 0%;
	transform: none;
}
.right_contents {
	max-width: calc(100% - 720px);
	right: 20px;
}

}


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

.wrap_1024 {
	width: 94%;
	margin: 0 auto;
}
.wrap_960 {
	width: 94%;
	margin: 0 auto;
}

.header_menubtn {
    display: block;
}
.main_contents {
	left: 50%;
	transform: translate(-50%, 0);
}
.right_contents {
	display: none;
}

}


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

.sp_only {
	display: block;
}
.pc_only {
	display: none;
}


.fix_ticket {
	display: block;
	position: fixed;
	z-index: 100;
	right: 20px;
	bottom: 30px;
	width: 110px;
	animation: mainimg_ttl 2.0s infinite ease-in-out;
}
.fix_ticket img {
	filter: drop-shadow(0 0 6px #707070);
}
@keyframes mainimg_ttl {
	0% {
		transform: rotate(-7deg);
	} 50% {
		transform: rotate(7deg);
	} 100% {
		transform: rotate(-7deg);
	}
}
}


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

.right_contents {
  padding-top: clamp(10px, 3vw, 20px);
  padding-bottom: clamp(10px, 3vw, 20px);
}

.right_contents_box {
  top: clamp(20px, 6vw, 40px);
}

.btn01 {
  margin-bottom: clamp(12px, 3vw, 25px);
}

.ticket_text {
  font-size: clamp(22px, 6vw, 44px);
}

.ticket_text_sat {
  font-size: clamp(10px, 3vw, 20px);
  width: clamp(10px, 3vw, 20px);
  height: clamp(10px, 3vw, 20px);
  line-height: clamp(10px, 3vw, 20px);
  margin: 0 clamp(1px, 0vw, 3px);
  bottom: clamp(1px, 0vw, 3px);
}

.ticket_text_min {
  font-size: clamp(17px, 5vw, 35px);
}

.ticket_text_min2 {
  font-size: clamp(20px, 6vw, 40px);
}

.contents_mainimg {
  height: clamp(595px, 183vw, 1190px);
}

.main_logo {
  max-width: clamp(151px, 46vw, 303px);
  top: clamp(15px, 4vw, 30px);
}

.main_logo2 {
  max-width: clamp(294px, 90vw, 589px);
  top: clamp(75px, 23vw, 150px);
}

.text01 {
  margin-top: clamp(-35px, -7vw, -50px);
}

.text02 {
  margin-top: clamp(-30px, -7vw, -50px);
}

.content01 {
  margin-left: clamp(-8px, -2vw, -17px);
  bottom: clamp(15px, 4vw, 30px);
}

.area01 {
  padding-left: clamp(10px, 3vw, 20px);
  padding-right: clamp(10px, 3vw, 20px);
  margin-bottom: clamp(17px, 5vw, 35px);
}

.map {
  margin-bottom: clamp(30px, 9vw, 60px);
  height: 54vw;
}

.main_contents .ticket_text {
  font-size: clamp(20px, 8vw, 50px);
}

.main_contents .ticket_text_min {
  font-size: clamp(15px, 5vw, 36px);
}

.main_contents .ticket_text_sat {
  font-size: clamp(13px, 3vw, 26px);
  width: clamp(13px, 5vw, 36px);
  height: clamp(13px, 5vw, 36px);
  line-height: clamp(13px, 5vw, 36px);
}

.main_contents .ticket_text_min2 {
  font-size: clamp(22px, 7vw, 44px);
}

.wrap {
  padding-left: clamp(10px, 3vw, 20px);
  padding-right: clamp(10px, 3vw, 20px);
  padding-bottom: clamp(25px, 7vw, 50px);
}

.playguide_qr {
  width: clamp(74px, 22vw, 148px);
  height: clamp(74px, 22vw, 148px);
}

.btn03 {
  bottom: clamp(40px, 12vw, 80px);
  left: clamp(10px, 3vw, 20px);
  width: calc(100% - clamp(20px, 6vw, 40px));
}

.playguide_text {
  bottom: clamp(10px, 2vw, 20px);
  width: calc(100% - clamp(20px, 6vw, 40px));
  font-size: clamp(10px, 2vw, 24px);
}

.footer_box {
  padding-top: clamp(27px, 8vw, 55px);
  padding-bottom: clamp(10px, 3vw, 20px);
}

.footer_logo {
  max-width: clamp(190px, 58vw, 380px);
}
.footer_text {
	margin-bottom: clamp(10px, 3vw, 20px);
}
.footer_text_box {
  padding-top: clamp(17px, 5vw, 35px);
  padding-bottom: clamp(17px, 5vw, 35px);
  font-size: 1.3rem;
}
.contact_title {
	font-size: clamp(10px, 3vw, 20px);
}
.contact dd {
	font-size: clamp(10px, 3vw, 20px);
}
.copywrite {
  font-size: clamp(10px, 3vw, 20px);
  padding: clamp(10px, 3vw, 20px);
}

/* layout_modal
-----------------------------------------------------------*/
.modal {
  padding: 20px 10px;
}
.modal-container {
  width: 100%;
	border-radius: 6px;    
}
.modal-header {
  padding: 16px;
}
.modal-title {
  font-size: 22px;
}
.modal-title_ruby {
font-size: 0.5em;
}  
.modal-body {
  padding: 16px;
}
.modal-profile {
  flex-direction: column;
  gap: 20px;
}
.modal-profile_img {
  width: 60%;
  margin: 0 auto;
}
.modal-profile_img img {
  width: 100%;
  height: auto;
}
.modal-profile_text {
  width: 100%;
}
.modal-profile_heading {
  font-size: 16px;
  margin-bottom: 10px;
}
.modal-profile_text p {
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 14px;
}
.modal-close {
  top: 10px;
  right: 10px;
  width: 36px;
  height: 36px;
  font-size: 24px;
}

}
