@charset "UTF-8";

@import url("./css/reset.css");
@import url("./css/b_arrow.css");
@import url("./css/contact.css");
@import url("./css/single.css");
@import url("./css/policy.css");

:root {
    --c_navy: #161c5d;
	--d_navy: #00053f;
	--c_ocher: #b4a73c;
    --mincho: "Shippori Mincho B1", serif;
    --gothic: "Noto Sans JP", sans-serif;
	--num40: clamp(18px, 2.93vw, 40px);
	--num45: clamp(20px, 3.29vw, 45px);
	--num55: clamp(25px, 4.03vw, 55px);
	--num60: clamp(27px, 4.39vw, 60px);
	--num65: clamp(29px, 4.76vw, 65px);
	--num75: clamp(34px, 5.49vw, 75px);
	--num80: clamp(36px, 5.86vw, 80px);
	--num95: clamp(43px, 6.95vw, 95px);
	--num100: clamp(45px, 7.32vw, 100px);
	--num115: clamp(52px, 8.42vw, 115px);
	--num135: clamp(61px, 9.88vw, 135px);
	--num140: clamp(63px, 10.25vw, 140px);
	--num150: clamp(68px, 10.98vw, 150px);
	--num165: clamp(74px, 12.08vw, 165px);
	--num180: clamp(81px, 13.18vw, 180px);
	--num190: clamp(86px, 13.91vw, 190px);
	/*デザイン幅PC1366px・スマホ400pxの場合のフォントサイズ*/
	--fz11: clamp(.9rem, 0.81vw, 1.1rem);
	--fz12: clamp(1rem, 0.88vw, 1.2rem);
	--fz13: clamp(1.1rem, 0.95vw, 1.3rem);
	--fz14: clamp(1.3rem, 1.02vw, 1.4rem);
	--fz15: clamp(1.3rem, 1.1vw, 1.5rem);
	--fz16: clamp(1.3rem, 1.17vw, 1.6rem);
	--fz17: clamp(1.3rem, 1.24vw, 1.7rem);
	--fz18: clamp(1.3rem, 1.32vw, 1.8rem);
	--fz19: clamp(1.3rem, 1.39vw, 1.9rem);
	--fz20: clamp(1.3rem, 1.46vw, 2rem);
	--fz21: clamp(1.3rem, 1.54vw, 2.1rem);
	--fz22: clamp(1.3rem, 1.61vw, 2.2rem);
	--fz23: clamp(1.3rem, 1.68vw, 2.3rem);
	--fz24: clamp(1.3rem, 1.76vw, 2.4rem);
	--fz25: clamp(1.3rem, 1.83vw, 2.5rem);
	--fz26: clamp(1.3rem, 1.9vw, 2.6rem);
	--fz27: clamp(1.3rem, 1.98vw, 2.7rem);
	--fz28: clamp(1.3rem, 2.05vw, 2.8rem);
	--fz29: clamp(1.3rem, 2.12vw, 2.9rem);
	--fz30: clamp(1.3rem, 2.2vw, 3rem);
	--fz31: clamp(1.3rem, 2.27vw, 3.1rem);
	--fz32: clamp(1.3rem, 2.34vw, 3.2rem);
	--fz33: clamp(1.3rem, 2.42vw, 3.3rem);
	--fz34: clamp(1.3rem, 2.49vw, 3.4rem);
	--fz35: clamp(1.3rem, 2.56vw, 3.5rem);
	--fz36: clamp(1.3rem, 2.64vw, 3.6rem);
	--fz37: clamp(1.3rem, 2.71vw, 3.7rem);
	--fz38: clamp(1.3rem, 2.78vw, 3.8rem);
	--fz40: clamp(1.3rem, 2.93vw, 4rem);
	--fz42: clamp(1.3rem, 3.07vw, 4.2rem);
	--fz44: clamp(1.3rem, 3.22vw, 4.4rem);
	--fz45: clamp(1.3rem, 3.29vw, 4.5rem);
	--fz47: clamp(1.3rem, 3.44vw, 4.7rem);
	--fz50: clamp(1.3rem, 3.66vw, 5rem);
	--fz53: clamp(1.3rem, 3.88vw, 5.3rem);
	--fz55: clamp(1.3rem, 4.03vw, 5.5rem);
	--fz61: clamp(1.3rem, 4.47vw, 6.1rem);
}
@media only screen and (max-width: 768px) {
	:root {
		--fz11: clamp(.9rem, 2.75vw, 1.1rem);
		--fz12: clamp(.9rem, 3vw, 1.2rem);
		--fz13: clamp(.9rem, 3.25vw, 1.3rem);
		--fz14: clamp(.9rem, 3.5vw, 1.4rem);
		--fz15: clamp(.9rem, 3.75vw, 1.5rem);
		--fz16: clamp(.9rem, 4vw, 1.6rem);
		--fz17: clamp(.9rem, 4.25vw, 1.7rem);
		--fz18: clamp(.9rem, 4.5vw, 1.8rem);
		--fz19: clamp(.9rem, 4.75vw, 1.9rem);
		--fz20: clamp(.9rem, 5vw, 2rem);
		--fz21: clamp(.9rem, 5.25vw, 2.1rem);
		--fz22: clamp(.9rem, 5.5vw, 2.2rem);
		--fz23: clamp(.9rem, 5.75vw, 2.3rem);
		--fz24: clamp(.9rem, 6vw, 2.4rem);
		--fz25: clamp(.9rem, 6.25vw, 2.5rem);
		--fz26: clamp(.9rem, 6.5vw, 2.6rem);
		--fz27: clamp(.9rem, 6.75vw, 2.7rem);
		--fz28: clamp(.9rem, 7vw, 2.8rem);
		--fz29: clamp(.9rem, 7.25vw, 2.9rem);
		--fz30: clamp(.9rem, 7.5vw, 3rem);
		--fz31: clamp(.9rem, 7.75vw, 3.1rem);
		--fz32: clamp(.9rem, 8vw, 3.2rem);
		--fz33: clamp(.9rem, 8.25vw, 3.3rem);
		--fz34: clamp(.9rem, 8.5vw, 3.4rem);
		--fz35: clamp(.9rem, 8.75vw, 3.5rem);
		--fz36: clamp(.9rem, 9vw, 3.6rem);
		--fz37: clamp(.9rem, 9.25vw, 3.7rem);
		--fz38: clamp(.9rem, 9.5vw, 3.8rem);
		--fz40: clamp(.9rem, 10vw, 4rem);
		--fz42: clamp(.9rem, 10.5vw, 4.2rem);
		--fz44: clamp(.9rem, 11vw, 4.4rem);
		--fz45: clamp(.9rem, 11.25vw, 4.5rem);
		--fz47: clamp(.9rem, 12.53vw, 4.7rem);
		--fz50: clamp(.9rem, 13.33vw, 5rem);
		--fz53: clamp(.9rem, 13.25vw, 5.3rem);
		--fz55: clamp(.9rem, 13.75vw, 5.5rem);
		--fz61: clamp(.9rem, 16.27vw, 6.1rem);
	}
}

@font-face {
}

html {
	opacity: 0;
    font-size: 62.5%;
}
body {
    position: relative;
    width: 100%;
    color: #fff;
    font-size: 1.6em;
    font-family: var(--gothic);
    font-weight: 500;
    line-height: 1.7;
    letter-spacing: 0;
    background-color: var(--c_navy);
}
.ticket_wrapper {
	font-size: var(--fz16);
}
.post_img {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
}
.post_img img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translate(-50%, -50%);
}
a.post_img img, a .post_img img {
    transition: all .3s ease;
}
a.post_img:hover img, a:hover .post_img img {
    transform: translate(-50%, -50%) scale(1.03);
}
.txt {
    width: 100%;
}
/*//common*/

/*hamburger*/
.hmbg_btn {
	position: relative;
    display: none;
    padding-top: 7px;
	margin-top: 1em;
	transition: all .3s ease;
    cursor: pointer;
	z-index: 2;
	--ham_num: 12px;
	--ham_mnum: -12px;
}
.h_scroll .hmbg_btn {
	margin-top: .2em;
}
.hmbg_inner {
    position: relative;
    width: 40px;
    height: 3px;
    margin-top: var(--ham_num);
    margin-bottom: var(--ham_num);
    background: #fff;
    transition: all .5s ease;
}
.hmbg_wrap.open .hmbg_inner {
    background: transparent;
}
.hmbg_inner::before, .hmbg_inner::after {
    content: '';
    position: absolute;
    left: 0;
    display: block;
    width: 100%;
    height: 3px;
    background: #fff;
}
.hmbg_inner::before {
    top: var(--ham_mnum);
    transition: all .5s ease;
}
.hmbg_inner::after {
    bottom: var(--ham_mnum);
    transition: all .5s ease;
}
.hmbg_wrap.open .hmbg_inner::before {
	background: #fff;
    transform: translateY(var(--ham_num)) rotate(45deg);
}
.hmbg_wrap.open .hmbg_inner::after {
	background: #fff;
    transform: translateY(var(--ham_mnum)) rotate(-45deg);
}
.hmbg_btn > span {
    display: block;
    margin-top: 13px;
    color: #767573;
    font-size: .6em;
    text-align: center;
}
body.hmbg_open {
    overflow: hidden;
}
#sp_nav {
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    padding: 20px 20px 5px;
    background: var(--c_navy);
    overflow: auto;
    pointer-events: none;
    transition: all .5s ease;
	z-index: 1;
}
.hmbg_wrap.open #sp_nav {
	opacity: 1;
	pointer-events: auto;
}
.sp_nav_li {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
    width: 100%;
    margin: 0 auto 15px;
    list-style: none;
}
.sp_nav_li a {
	display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: .5em 0;
    color: #fff;
    font-size: clamp(1.5rem, 2vh, 2.5rem);
    font-weight: 700;
    letter-spacing: .15em;
    transition: all .3s ease;
}
.sp_nav_li a:hover {
    opacity: .6;
}
.sp_nav_li li:last-of-type, .sp_nav_sub li:last-of-type {
    border-bottom: none;
}
.sp_nav_li li {
    opacity: 0;
    transition: all .5s ease;
    transform: translateY(20px);
}
.hmbg_wrap.open .sp_nav_li li {
    opacity: 1;
    transform: translateY(0);
}
/*//hamburger*/

/*pagetop*/
.pagetop {
    bottom: 25px;
    position: fixed;
    right: 20px;
    z-index: 998 !important;
}
.pagetop > a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 55px;
    height: 55px;
    color: var(--c_navy);
    font-size: 2rem;
    background-color: #fff;
    border: 2px solid var(--c_navy);
    border-radius: 0;
    transition: all .3s ease;
    box-sizing: border-box;
}
.pagetop > a:hover {
    color: #fff;
    background-color: var(--c_navy);
}
/*//pagetop*/

/*accordion*/
.acc-cont {
	display: none;
}
/*//accordion*/

/*modal*/
.wrapper.modal_open {
	overflow: hidden;
}
.modal_cont_wrapper {
	position: fixed;
    top: 0;
    left: 0;
    display: none;
    width: 100vw;
    min-height: 100vh;
    background: rgba(0, 0, 0, .6);
    z-index: 9999;
    overflow: auto;
}
.modal_cont_inner {
	position: absolute;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
}
.modal_cont {
	position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    min-height: 100%;
    height: auto;
    padding: 6em 30px;
}
.modal_block {
	position: relative;
	width: auto;
	height: auto;
}
.modal_close {
	position: absolute;
    bottom: calc(100% + 20px);
    right: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 3em;
	height: 3em;
	background: #fff;
	border-radius: 50%;
	cursor: pointer;
	--ham_num: 12px;
	--ham_mnum: -12px;
}
.modal_close_inner {
    position: relative;
    width: 35px;
    height: 3px;
    margin-top: var(--ham_num);
    margin-bottom: var(--ham_num);
    background: transparent;
    transition: all .5s ease;
}
.modal_close_inner::before, .modal_close_inner::after {
    content: '';
    position: absolute;
    left: 0;
    display: block;
    width: 100%;
    height: 3px;
    background: var(--c_black);
}
.modal_close_inner::before {
    top: var(--ham_mnum);
    transition: all .5s ease;
	transform: translateY(var(--ham_num)) rotate(45deg);
}
.modal_close_inner::after {
    bottom: var(--ham_mnum);
    transition: all .5s ease;
	transform: translateY(var(--ham_mnum)) rotate(-45deg);
}
/*//modal*/

/*scrl*/
.scrl {
    opacity: 0;
    position: relative;
}
.bt-anim {
    top: 50px;
}
@keyframes bt-anim {
	0% {
		opacity: 0;
		top: 50px;
	}
	60% {
		opacity: 1;
		top: 0;
	}
	100% {
		opacity: 1;
		top: 0;
	}
}
.bt-anim.scrl_in {
    animation: bt-anim 1s cubic-bezier(0.25, 0.1, 0.25, 1) forwards;
}
/*//scrl*/

/*header*/
header {
    position: relative;
    width: 100%;
}
.h_fix_block {
	position: absolute;
    top: 0;
    left: 0;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	width: auto;
	z-index: 1;
}
.h_fix_block > .bnr_wrap {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	padding-top: 40px;
	width: 100%;
}
.h_fix_block > .bnr_wrap > a {
    display: block;
    max-width: 200px;
    width: 100%;
	background: #fff;
	border: 1px solid #fff;
}
.h_fix_block > .bnr_wrap > a + a {
	margin-top: 15px;
}
.h_fix_block > .bnr_wrap > a > img {
	opacity: 1;
	display: block;
	width: 100%;
	transition: all .3s ease;
}
.h_fix_block > .bnr_wrap > a > img:hover {
	opacity: .6;
}
.ticket_sns {
	width: auto;
	padding: 1.5em 2em;
	color: #fff;
	font-size: var(--fz18);
    background: rgba(0,0,0,.6);
}
.ticket_sns .h {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	margin-bottom: .5em;
}
.ticket_sns .h::before, .ticket_sns .h::after {
	content: '';
	display: block;
	width: 2px;
	height: 1.5em;
	background: #fff;
}
.ticket_sns .h::before {
    margin-right: .8em;
    transform: rotate(-30deg);
}
.ticket_sns .h::after {
    margin-left: .8em;
    transform: rotate(30deg);
}
.ticket_sns .wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.ticket_sns .wrap > a {
	opacity: 1;
	display: block;
	margin: 0 .15em;
    font-size: 2.16em;
	line-height: 1;
	transition: all .3s ease;
}
.ticket_sns .wrap > a:hover {
	opacity: .6;
}
.ticket_sns .wrap > a > img {
	display: block;
	width: 1em;
}
#header {
    position: fixed;
    top: 0;
    left: 0;
	display: flex;
	justify-content: center;
	align-items: flex-start;
    width: 100%;
	padding: 0 8vw 0 19vw;
	font-size: var(--fz14);
	background: rgba(22, 28, 93, .4);
	z-index: 9999;
}
#header.top_header {
	padding: 0 4vw;
	background: rgba(0, 0, 0, .5);
}
#gnav {
	width: auto;
	margin-left: auto;
	transition: all .3s ease;
}
.top_header #gnav {
	margin: auto;
}
.gnav_li {
	display: flex;
	justify-content: center;
	width: auto;
	list-style: none;
}
.gnav_li > li {
	position: relative;
	width: auto;
}
.gnav_li > li::before {
	content: '';
	opacity: 1;
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	width: 1px;
	height: 1.6em;
	background: #fff;
	transform: translateY(-50%);
	transition: all .3s ease;
}
.gnav_li > li:hover::before, .gnav_li > li:hover + li::before {
	opacity: 0;
}
.gnav_li > li:first-of-type::before {
	display: none;
}
.gnav_li > li > a {
	display: block;
	color: #fff;
	padding: 2.2em 1.5em;
	font-weight: 700;
	line-height: 1;
	background: transparent;
	transition: all .3s ease;
}
.h_scroll .gnav_li > li > a {
	padding-top: 1.4em;
	padding-bottom: 1.4em;
}
.gnav_li > li > a:hover {
	background: rgba(255, 255, 255, .3);
}
#header .logo {
	opacity: 1;
	position: absolute;
	top: 2.2em;
	left: 4vw;
	align-self: flex-start;
    max-width: 173px;
    width: 12.66vw;
	transition: all .3s ease;
}
#header.h_scroll .logo {
	top: 1em;
    max-width: 120px;
    width: 8.78vw;
}
#header .logo:hover {
	opacity: .6;
}
.h_sns {
    display: flex;
    justify-content: center;
    align-items: center;
	width: auto;
	margin: 1.6em auto 0 1em;
	transition: all .3s ease;
}
.h_scroll .h_sns {
    margin-top: .8em;
}
.h_sns > a {
	opacity: 1;
	width: 1em;
	margin: 0 .2em;
    color: #fff;
	font-size: 2em;
	line-height: 1;
	transition: all .3s ease;
}
.h_sns > a > img {
	display: block;
	width: 1em;
}
.top_header .h_sns {
	display: none;
}
@media only screen and (max-width: 1165px) {
	#header {
		padding: 0 2vw 0 14vw;
	}
	#header .logo {
		left: 2vw;
	}
	#header .logo {
		left: 2vw;
		width: 11vw;
	}
	.h_sns {
		margin-left: .5em;
	}
	.h_scroll .h_sns {
		margin-top: 1em;
	}
	.h_sns > a {
		font-size: 1.7em;
	}
	.gnav_li > li > a {
		padding-right: 1.2em;
		padding-left: 1.2em;
	}
}
@media only screen and (max-width: 920px) {
	#gnav {
		display: none;
	}
	.h_sns {
		margin-left: auto;
		margin-right: 1em;
	}
	.h_sns > a {
		margin: 0 .3em;
	}
	.hmbg_btn {
		display: block;
	}
	#header .logo {
		top: 1em;
		left: 4vw;
        width: 18vw;
	}
	#header.h_scroll .logo {
		top: .7em;
		width: 14vw;
	}
	#header.top_header {
		padding-bottom: 1.5em;
	}
	#header.top_header.h_scroll {
		padding-bottom: .8em;
	}
	.top_header .h_sns {
		display: flex;
	}
}
/*//header*/

/*footer*/
#footer {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
	padding-bottom: 25px;
	margin-top: var(--num150);
	background: var(--d_navy);
}
#footer::before {
	content: '';
	display: block;
	width: 100%;
	height: 16vw;
	background: url("./img/f_figure.png") center top/auto 12vw no-repeat var(--c_navy);
	clip-path: circle(155% at 50% -600%);
}
#footer .name {
    width: auto;
    padding: 0 2em .2em;
    margin-top: var(--num95);
    margin-bottom: .3em;
    font-size: var(--fz21);
    border-bottom: 1px solid #fff;
}
#footer .num {
	text-align: center;
}
#footer .num > span {
    font-size: var(--fz15);
}
#footer .tel {
	margin-bottom: 1.5em;
	font-size: var(--fz42);
	font-weight: 700;
	line-height: 1;
}
#footer .tel::before {
	content: '\f095';
	display: inline-block;
	margin-right: .3em;
	font-size: .5em;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	vertical-align: middle;
	transform: scale(-1, 1);
}
#fnav {
	width: auto;
}
.fnav_li {
	display: flex;
	justify-content: center;
	align-items: center;
	list-style: none;
}
.fnav_li > li {
	line-height: 1;
	border-right: 1px solid #fff;
}
.fnav_li > li:last-of-type {
	border-right: none;
}
.fnav_li > li > a {
	opacity: 1;
	display: block;
	padding: .3em 1.5em;
	font-size: var(--fz12);
	font-weight: 700;
	transition: all .3s ease;
}
.fnav_li > li > a:hover {
	opacity: .6;
}
.f_sns {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 92%;
	padding-top: .5em;
    margin: 1em auto 0;
	font-size: var(--fz28);
    border-top: 1px solid #fff;
}
.f_sns > a {
	opacity: 1;
	display: block;
	width: 1em;
	margin: 0 .2em;
	transition: all .3s ease;
}
.f_sns > a > img {
	display: block;
	width: 100%;
}
.f_sns > a:hover {
	opacity: .6;
}
@media only screen and (max-width: 768px) {
	#footer::before {
		height: 35vw;
		background: url("./img/f_figure.png") center top/auto 22vw no-repeat var(--c_navy);
		clip-path: circle(120% at 50% -160%);
	}
	#fnav {
		display: none;
	}
	#footer .name {
		margin-top: var(--num40);
		font-size: var(--fz18);
	}
	#footer .tel {
		margin-bottom: .5em;
		font-size: var(--fz32);
	}
}
/*//footer*/

/*ticket*/
#ticket_hero {
	position: relative;
	width: 100%;
	height: 100vh;
	background: url("./img/ticket_hero_back.webp") center center/cover no-repeat;
}
#ticket_hero::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 35%;
	background: linear-gradient(180deg, transparent 30%, black 80%);
	z-index: 2;
}
#ticket_hero .bnr_wrap {
	position: relative;
	max-width: 177px;
	width: 12.95vw;
	margin-left: 4vw;
	z-index: 3;
}
#ticket_hero .bnr_wrap > a {
	display: block;
	width: 100%;
	margin-top: 30px;
	background: #fff;
	border: 1px solid #fff;
}
#ticket_hero .bnr_wrap > a + a {
	margin-top: 10px;
}
#ticket_hero .bnr_wrap > a > img {
	opacity: 1;
	display: block;
	width: 100%;
	transition: all .3s ease;
}
#ticket_hero .bnr_wrap > a:hover > img {
	opacity: .6;
}
#ticket_hero .hero_img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}
#ticket_hero .hero_img img.girl {
	position: absolute;
	bottom: 0;
	right: 0;
	display: block;
	max-width: 39%;
	width: auto;
	max-height: 85%;
	height: auto;
	object-fit: contain;
}
#ticket_hero .info_wrap {
    position: absolute;
    bottom: 0;
    left: 50%;
    display: flex;
    justify-content: space-between;
    align-items: center;
	max-width: 1156px;
    width: 92%;
	padding-bottom: var(--num65);
	transform: translateX(-50%);
	z-index: 3;
}
#ticket_hero .total, #overview_info .total {
	position: absolute;
	bottom: 100%;
	left: 0;
    flex-shrink: 0;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: center;
	width: 7.5em;
	height: 7.5em;
	padding-bottom: .8em;
    color: #fff;
    font-size: var(--fz27);
	font-family: var(--mincho);
	line-height: 1;
    background: rgba(180, 167, 60, .6);
	border-radius: 50%;
}
#overview_info .total {
	position: relative;
	bottom: auto;
	left: auto;
	color: var(--c_navy);
	font-family: var(--gothic);
	background: #fff;
}
#ticket_hero .total b, #overview_info .total b {
    display: block;
    font-size: 2.07em;
    margin: .1em 0 .15em;
}
#overview_info .total b {
	font-weight: 500;
	letter-spacing: -.05em;
}
#ticket_hero .total::before, #overview_info .total::before {
	content: '';
	position: absolute;
	bottom: calc(100% - 1.8em);
	left: 50%;
	display: block;
	width: 4.55em;
	height: 3.81em;
	background: url("./img/figure_firework1.png") center center/contain no-repeat;
	transform: translateX(-50%);
}
#overview_info .total::before {
	background: url("./img/figure_firework4.png") center center/contain no-repeat;
}
#ticket_hero .info {
	color: #fff;
	font-size: var(--fz24);
	font-weight: 700;
}
#ticket_hero .info_dl {
	display: flex;
	justify-content: flex-start;
	align-items: baseline;
	width: 100%;
	line-height: 1;
}
#ticket_hero .info_dl dt {
    flex-shrink: 0;
}
#ticket_hero .info_dl .date {
	font-size: 2.58em;
}
#ticket_hero .info_dl .date b {
	font-size: 1.55em;
}
#ticket_hero .info .note {
    width: 100%;
    margin: .4em 0 1em;
    font-size: .87em;
    line-height: 1.4;
}
#ticket_hero .info .txt {
	width: 100%;
	margin-top: 1em;
	font-size: .95em;
	line-height: 1.4;
}
#ticket_hero .hero_tit {
    position: absolute;
    top: 35%;
    left: 50%;
	max-width: 420px;
    width: 30%;
    transform: translate(-50%, -50%);
    z-index: 1;
}
#ticket_salesinfo {
	width: 100%;
	padding: 0 0 var(--num65);
    background: var(--c_ocher);
}
#ticket_salesinfo .inner {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	max-width: 1095px;
	width: 92%;
	margin: auto;
}
#ticket_salesinfo .inner > .txt {
	position: relative;
	width: auto;
    margin: 0 auto;
    color: #fff;
    font-size: var(--fz30);
	font-weight: 700;
	line-height: 1.4;
    text-align: center;
}
/*
#ticket_salesinfo .inner > .txt::before {
	content: '';
	position: absolute;
	top: 0;
	right: calc(100% - 1px);
	display: block;
	width: 2em;
	height: 100%;
	background: #fff;
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 60% 50%);
}
#ticket_salesinfo .inner > .txt::after {
	content: '';
	position: absolute;
	top: 0;
	left: calc(100% - 1px);
	display: block;
	width: 2em;
	height: 100%;
	background: #fff;
	clip-path: polygon(0 0, 100% 0, 60% 50%, 100% 100%, 0 100%);
}
*/
#ticket_salesinfo .tit {
	padding: 0 1.7em;
	margin: 0 auto .5em;
	color: #fff;
	font-size: var(--fz47);
	font-weight: 700;
	text-align: center;
	background: var(--c_navy);
}
#ticket_salesinfo .info_dl {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
	font-size: var(--fz25);
	margin-bottom: 1em;
}
#ticket_salesinfo .info_dl dt {
	flex-shrink: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 6.07em;
	height: 6.07em;
    padding: .3em;
    margin-right: 1em;
    color: #fff;
    font-size: 1.08em;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
	background: var(--c_navy);
	border-radius: 50%;
}
#ticket_salesinfo .info_dl dd {
	width: 100%;
	color: var(--c_navy);
	line-height: 1.3;
}
#ticket_salesinfo .info_dl dd .h::before {
	transform: rotate(-30deg);
}
#ticket_salesinfo .info_dl dd .h::after {
	transform: rotate(30deg);
}
#ticket_salesinfo .info_dl .date {
	font-size: 2.44em;
	font-weight: 700;
	line-height: 1;
}
#ticket_salesinfo .info_dl .date b {
	font-size: 1.32em;
	line-height: 1;
}
#ticket_salesinfo .info_dl br.sp {
	display: none;
}
#ticket_salesinfo .info_dl .list {
	list-style: none;
}
#ticket_salesinfo .info_dl .list > li {
	width: 100%;
}
#ticket_salesinfo .info_dl .list > li > a {
	opacity: 1;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	width: 100%;
	transition: all .3s ease;
}
#ticket_salesinfo .info_dl .list > li > a:hover {
	opacity: .6;
}
#ticket_salesinfo .info_dl .list > li > a::before {
	content: '▶︎';
	margin-right: .3em;
}
#ticket_salesinfo .info_dl dd .h {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	margin-bottom: .7em;
	font-size: var(--fz30);
	font-weight: 700;
}
#ticket_salesinfo .info_dl dd .h::before, #ticket_salesinfo .info_dl dd .h::after {
	content: '';
	display: block;
	width: 3px;
	height: 1em;
	margin: 0 1em;
	background: var(--c_navy);
}
#ticket_salesinfo .info_dl .list_btn {
    display: flex;
    justify-content: space-between;
    width: 100%;
    list-style: none;
}
#ticket_salesinfo .info_dl .list_btn > li {
    width: 32%;
}
#ticket_salesinfo .info_dl .list_btn > li > a {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	min-height: 4em;
	padding: 1em 0;
	color: var(--c_navy);
	font-size: var(--fz32);
	font-weight: 700;
	line-height: 1.3;
	background: #fff;
	border: 5px solid var(--c_navy);
	border-radius: 20px;
	box-shadow: 5px 5px 10px rgba(0,0,0,.5);
	transition: all .3s ease;
}
#ticket_salesinfo .info_dl .list_btn > li > a:hover {
	color: #fff;
	background: var(--c_navy);
}
#ticket_salesinfo .info_dl .list_btn > li > a > span {
    position: absolute;
    bottom: 0;
    left: 50%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 80%;
    padding: .5em 1em;
    color: #fff;
    font-size: .53em;
    background: var(--c_navy);
    border-radius: 9999px;
    transform: translate(-50%, 60%);
}
#ticket_salesinfo .info_dl .list_btn > li > a > span::before {
	content: '\f07a';
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	transform: scale(-1, 1);
}
#ticket_salesinfo .info_dl .list_btn > li > a > span::after {
	content: '\f054';
	position: relative;
	right: 0;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	transition: all .3s ease;
}
#ticket_salesinfo .info_dl .list_btn > li > a:hover > span::after {
	right: -5px;
}
#ticket_salesinfo .info_dl .list_btn > li > a > small.m {
	font-size: .75em;
}
#ticket_salesinfo .info_dl .list_btn > li > a > small.s {
	font-size: .46em;
}
#ticket_salesinfo .info_dl .list_btn > li > a > small.s > br {
	display: none;
}
#ticket_type {
	position: relative;
    width: 100%;
	padding: var(--num80) 0 var(--num115);
    color: #fff;
    background: var(--c_navy);
}
.ticket_wrapper section .lead, .second_head .lead {
	position: relative;
	max-width: 1215px;
	width: 92%;	
	padding-bottom: var(--num135);
	margin: auto;
}
.ticket_wrapper #ticket_type .lead::before, .second_head .lead:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 284px;
	height: 282px;
	background: url("./img/figure_firework2.png") center center/contain no-repeat;
	z-index: 0;
}
.ticket_wrapper #ticket_type .lead::after, .second_head .lead::after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 292px;
	height: 227px;
	background: url("./img/figure_firework3.png") center center/contain no-repeat;
	z-index: 0;
}
.ticket_wrapper section .lead .tit, .second_head .lead .tit {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 5em;
	height: 5em;
	margin: auto;
	color: var(--c_navy);
	font-size: var(--fz50);
	font-weight: 700;
	line-height: 1.1;
	text-align: center;
	background: #fff;
	border-radius: 50%;
	z-index: 1;
}
.ticket_wrapper section .lead .tit::before {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	display: block;
	width: 2.98em;
	height: 1.76em;
	background: url("./img/figure_ticket1.png") center center/contain no-repeat;
	transform: translateX(-15%);
}
section .second_head .lead .tit::before {
	display: none;
}
.ticket_wrapper section .lead .txt, .second_head .lead .txt {
    width: 100%;
    margin-top: 1em;
	color: #fff;
    font-size: var(--fz20);
    text-align: center;
}
.second_head {
	width: 100%;
	margin-top: 20px;
}
.second_head .lead, section .second_head .lead  {
	max-width: 870px;
	padding-top: var(--num40);
}
.second_head .lead .tit {
	font-size: var(--fz40);
}
.second_head .lead .tit_j {
    width: 100%;
    margin: .3em 0;
    color: var(--c_ocher);
    font-size: var(--fz50);
    font-weight: 700;
    line-height: 1.3;
    text-align: center;
}
.ticket_li {
    max-width: 915px;
    width: 92%;
    margin: auto;
    list-style: none;
}
.ticket_li > li {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	width: 100%;
	counter-increment: cnt;
}
.ticket_li > li + li {
	margin-top: var(--num140);
}
.ticket_name_wrap {
	position: relative;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	width: 100%;
	padding: 1em 1em 1.5em;
	color: var(--c_navy);
	background: var(--c_ocher);
}
.ticket_name_wrap .num {
    position: absolute;
    top: 0;
    left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 1.7em;
	height: 1.7em;
	color: #fff;
	font-size: clamp(1.3rem, 5.12vw, 7rem);
	font-weight: 400;
	line-height: 1;
	background: var(--c_navy);
	border: 5px solid var(--c_ocher);
    transform: translate(-50%, -50%);
	border-radius: 50%;
}
.ticket_name_wrap .num::before {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	display: block;
	width: 1.27em;
	height: .74em;
	background: url("./img/figure_ticket2.png") center center/contain no-repeat;
	transform: translate(-50%, -60%);
}
.ticket_name_wrap .num::after {
	content: counter(cnt);
}
.ticket_name_wrap .inner {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	margin: auto;
}
.ticket_name {
    font-size: var(--fz50);
	font-weight: 600;
	line-height: 1.2;
    text-align: center;
}
.ticket_name_wrap .note {
    min-width: 70%;
    width: auto;
    color: #fff;
    font-weight: 400;
    text-align: center;
    background: var(--c_navy);
}
.ticket_name_wrap * + .note {
	margin-top: 1em;
}
.ticket_name_wrap .txt {
    max-width: 670px;
    width: auto;
    margin: auto;
}
.ticket_name_wrap * + .txt {
	margin-top: 1em;
}
.ticket_name_wrap .limited {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: .4em .5em;
    color: #fff;
    font-size: var(--fz24);
	line-height: 1.1;
	text-align: center;
    background: var(--c_navy);
}
.ticket_name_wrap .limited > span {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	padding: 0 .1em;
	margin-top: .2em;
	font-size: 2em;
	border-top: 1px solid #fff;
}
.ticket_name_wrap .limited > span > small {
	margin-left: .3em;
	font-size: .35em;
}
.ticket_li .sub_name {
    display: flex;
    justify-content: space-between;
    align-items: center;
	min-width: 50%;
    width: auto;
    margin: 0 auto .7em;
    font-size: var(--fz21);
}
.ticket_li .sub_name br.sp {
	display: none;
}
.ticket_li .sub_name::before, .ticket_li .sub_name::after {
	content: '';
	display: block;
	width: 1px;
	height: 1.7em;
	background: #fff;
}
.ticket_li .sub_name::before {
	margin-right: 1em;
	transform: rotate(-30deg);
}
.ticket_li .sub_name::after {
	margin-left: 1em;
	transform: rotate(30deg);
}
.ticket_name_wrap + * {
	margin-top: 2em;
}
.ticket_li .table_wrap {
	width: auto;
	margin-right: auto;
	margin-left: auto;
	border: 2px solid #fff;
	border-radius: .7em;
	overflow: hidden;
}
.ticket_table {
	width: auto;
	font-size: var(--fz27);
}
.ticket_table tr {
	border-bottom: 2px solid #fff;
}
.ticket_table tr:last-of-type {
	border-bottom: none;
}
.ticket_table tr > * {
	padding: .15em 1em;
	text-align: center;
	border-right: 2px solid #fff;
}
.ticket_table tr > *:last-of-type {
	border-right: none;
}
.ticket_table th {
	font-size: .85em;
}
.ticket_table tr:first-of-type th {
	color: var(--c_navy);
	font-size: .92em;
	font-weight: 400;
	background: #fff;
	border-right: 2px solid var(--c_navy);
}
.ticket_table tr:first-of-type th:first-of-type {
	border-right: none;
}
.ticket_table tr:first-of-type th:last-of-type {
	border-right: none;
}
.ticket_table tr:first-of-type th:first-of-type, .ticket_table th:first-of-type {
	background: rgba(255,255,255,.3);
}
.ticket_li .price_dl_wrap {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
    width: auto;
    margin-right: auto;
	margin-left: auto;
}
.ticket_li .price_dl {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	width: auto;
	font-size: var(--fz27);
}
.ticket_li .price_dl + .price_dl {
	margin-top: .2em;
}
.ticket_li .price_dl dt {
	flex-shrink: 0;
    padding: 0 .5em;
    margin: .2em 1em .2em 0;
    border: 2px solid #fff;
}
.ticket_li .price_dl dt.today {
	color: var(--c_navy);
	background: #fff;
}
.ticket_li .price_dl dd {
	font-size: 1.29em;
}
.ticket_li .price_dl_wrap .note {
    width: auto;
    margin-top: .7em;
    text-align: center;
}
.ticket_li .no_ticket_today {
    padding: .1em 1.5em;
    margin-top: .7em;
    color: var(--c_navy);
    font-size: var(--fz25);
    background: #fff;
}
.ticket_li .no_ticket_today:nth-child(1) {
    margin: 1.5em 0 .7em;
}
.ticket_wrapper #ticket_type .lead.parking::before, .ticket_wrapper #ticket_type .lead.parking::after {
	display: none;
}
.ticket_wrapper section .lead.parking .tit {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding-top: 0;
	padding-bottom: .3em;
}
.ticket_wrapper #ticket_type .lead.parking .tit {
	margin-top: var(--num150);
}
.ticket_wrapper section .lead.parking .tit span {
	line-height: .8;
}
.ticket_wrapper section .lead.parking .tit::before {
    position: relative;
    top: auto;
    left: auto;
    width: 1em;
    height: 1em;
	margin-bottom: .3em;
    background: url("./img/icon_car.png") center center/contain no-repeat;
    transform: translateX(0);
}
.ticket_wrapper section .lead.parking .tit small {
	font-size: .6em;
}
.parking .ticket_name_wrap {
	background: #fff;
}
.parking .ticket_name_wrap .num {
	border-color: #fff;
}
#ticket_type  .precaution {
    max-width: 990px;
    width: 92%;
    margin: var(--num180) auto;
}
#ticket_type  .precaution .tit {
	margin-bottom: .5em;
	font-size: var(--fz25);
	text-align: center;
}
#ticket_type  .precaution .txt {
	font-size: var(--fz17);
	line-height: 2.2;
}
#ticket_map {
	width: 100%;
	padding-bottom: var(--num135);
	background: #fff;
}
.ticket_wrapper #ticket_map .lead.parking {
	margin-bottom: var(--num80);
}
.ticket_wrapper #ticket_map .lead.parking .tit {
	margin-top: -2.5em;
	border: 5px solid var(--c_navy);
}
.ticket_wrapper #ticket_map .lead.parking .tit span {
	font-size: .8em;
}
#ticket_map .map {
    max-width: 1200px;
    width: 92%;
    margin: auto;
}
#ticket_map .map > img {
	display: block;
	width: 100%;
}
#ticket_precaution {
    width: 100%;
    padding: var(--num135) 0 var(--num165);
    color: #fff;
    background: var(--c_navy);
}
#ticket_precaution .tit {
    width: 92%;
    margin: 0 auto .5em;
    font-size: var(--fz25);
    text-align: center;
}
#ticket_precaution  .sub_tit {
	width: 92%;
	margin: 0 auto 4.5em;
    font-size: var(--fz17);
    text-align: center;
}
#ticket_precaution .block {
    max-width: 1190px;
    width: 92%;
    margin: auto;
	font-size: var(--fz14);
	line-height: 2;
}
#ticket_precaution .block + .block {
	margin-top: 2em;
}
#ticket_precaution .block_tit {
	font-size: 1.28em;
}
#ticket_precaution .block_tit > span::before, #ticket_precaution .block_tit > span::after {
	content: '◇';
}
#ticket_precaution .block .list {
    padding-left: 2em;
}
#ticket_precaution .block .list_num {
	list-style: none;
}
#ticket_precaution .block .list_num > li {
	counter-increment: cnt;
}
#ticket_precaution .block .list_num > li::before {
	content: "(" counter(cnt) ") ";
}
#ticket_precaution .block > .inner {
	width: 100%;
}
#ticket_precaution .block > .inner + .inner {
    margin-top: 2.5em;
}
#ticket_faq {
    width: 100%;
	padding-bottom: 270px;
    color: #fff;
    background: var(--c_navy);
}
#ticket_faq .tit {
	width: 92%;
	margin: 0 auto 2em;
	font-size: var(--fz61);
	line-height: 1;
	text-align: center;
}
#ticket_faq .tit > span {
	display: block;
	margin-top: 1em;
	font-size: .4em;
}
.ticket_faq_li {
    max-width: 1190px;
    width: 92%;
    margin: auto;
	font-size: var(--fz14);
    list-style: none;
}
.ticket_faq_li > li {
	margin-top: 2em;
}
.ticket_faq_li .q, .ticket_faq_li .a {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	width: 100%;
	line-height: 2;
}
.ticket_faq_li .q::before {
    content: 'Q.';
    margin-right: .7em;
}
.ticket_faq_li .a::before {
	content: 'A.';
	margin-right: .7em;
}
#ticket_hero .link {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: center;
	width: auto;
}
#ticket_hero .ticket_link, .ticket_link.btn_fixed {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 8.36em;
	height: 8.36em;
	padding-bottom: .5em;
	margin-bottom: .5em;
    color: var(--c_navy);
    font-size: var(--fz22);
    font-weight: 700;
	line-height: 1.2;
	background: var(--c_ocher);
	border-radius: 50%;
}
.ticket_link.btn_fixed {
	position: fixed;
    bottom: 85px;
    right: 15px;
	z-index: 99;
}
#ticket_hero .ticket_link::before, .ticket_link.btn_fixed::before {
	content: '';
	display: block;
	width: 4.72em;
	height: 2.72em;
	margin-bottom: .3em;
	background: url("./img/figure_ticket3.png") center center/contain no-repeat;
}
#ticket_hero .ticket_link > span, .ticket_link.btn_fixed > span {
	display: block;
	font-size: 1.27em;
}
#ticket_hero .ticket_link > span::after, .ticket_link.btn_fixed > span::after {
	content: '\f0da';
	position: relative;
	right: 0;
	margin-left: .3em;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	transition: all .3s ease;
}
#ticket_hero .ticket_link:hover > span::after, .ticket_link.btn_fixed:hover > span::after {
	right: -5px;
}
#ticket_hero .link .sns {
	display: flex;
	justify-content: center;
	align-items: center;
}
#ticket_hero .link .sns > a {
	opacity: 1;
	display: block;
	width: 1em;
	margin: 0 .15em;
	font-size: var(--fz42);
	line-height: 1;
	transition: all .3s ease;
}
#ticket_hero .link .sns > a:hover {
	opacity: .6;
}
#ticket_hero .link .sns > a > img {
	display: block;
	width: 1em;
}
@media only screen and (max-width: 1040px) {
	.ticket_name_wrap .num {
		transform: translate(-15%, -50%);
	}
}
@media only screen and (max-width: 768px) {
	.h_fix_block > .bnr_wrap {
		align-items: flex-start;
		padding: 15px 0 0 15px;
	}
	.h_fix_block > .bnr_wrap > a {
		width: 60%;
	}
	.h_fix_block > .bnr_wrap > a + a {
		margin-top: 10px;
	}
	.ticket_sns {
		font-size: var(--fz13);
	}
	#ticket_hero {
		background-position: left 40% center;
	}
	#ticket_hero .info_wrap {
		flex-direction: column;
		flex-wrap: wrap;
		justify-content: flex-end;
		align-items: baseline;
	}
	#ticket_hero .info {
		order: 3;
		width: 100%;
		font-size: var(--fz16);
	}
	#ticket_hero .info_dl .date {
		font-size: 1.7em;
	}
	#ticket_hero .total {
		order: 1;
		position: relative;
		bottom: auto;
		left: auto;
		margin-left: 0;
		font-size: var(--fz13);
	}
	#ticket_hero .hero_tit {
		max-width: 250px;
		width: 45%;
	}
	#ticket_salesinfo {
		padding: var(--num60) 0 0;
	}
	#ticket_salesinfo .inner > .txt {
		width: 92%;
		margin: 0 auto 1.5em;
		margin-right: auto;
		margin-left: auto;
		font-size: var(--fz15);
	}
	#ticket_salesinfo .info_dl {
		flex-direction: column;
		align-items: center;
		margin-bottom: 2em;
		font-size: var(--fz16);
	}
	#ticket_salesinfo .tit {
		max-width: 92%;
		font-size: var(--fz23);
	}
	#ticket_salesinfo .info_dl dd {
		text-align: center;
	}
	#ticket_salesinfo .info_dl .date {
		font-size: 2em;
	}
	#ticket_salesinfo .info_dl br.sp {
		display: block;
	}
	#ticket_salesinfo .info_dl .list > li {
		justify-content: center;
		margin-bottom: .3em;
	}
	#ticket_salesinfo .info_dl dt {
		width: auto;
		height: auto;
		padding: .4em 1em;
		margin-right: 0;
		margin-bottom: .5em;
		border-radius: 0;
	}
	#ticket_salesinfo .info_dl dt > br {
		display: none;
	}
	#ticket_salesinfo .inner {
		width: 100%;
	}
	#ticket_salesinfo .info_dl:last-of-type {
		margin-bottom: 0;
	}
	#ticket_salesinfo .info_dl:last-of-type dd {
		padding: 20px 4%;
		margin-top: 10px;
		background: #fff;
	}
	#ticket_salesinfo .info_dl dd .h {
		font-size: var(--fz16);
	}
	#ticket_salesinfo .info_dl dd .h::before {
		display: block;
		width: 3.43em;
		height: 2.06em;
		margin-right: .5em;
		background: url("./img/figure_ticket1.png") center center/contain no-repeat;
		transform: rotate(0);
	}
	#ticket_salesinfo .info_dl dd .h::after {
		content: '\f07a';
		width: auto;
		height: auto;
		margin-left: .5em;
		color: var(--c_ocher);
		font-family: "Font Awesome 5 Free";
		font-weight: 900;
		background: transparent;
		transform: scale(-1, 1);
	}
	#ticket_salesinfo .info_dl .list_btn > li > a > span {
		display: none;
	}
	#ticket_salesinfo .info_dl .list_btn > li > a {
		min-height: 4.5em;
		color: #fff;
		font-size: clamp(.9rem, 2.8vw, 1.5rem);
		background: var(--c_navy);
		border: 3px solid #fff;
    	border-radius: 10px;
		box-shadow: 3px 3px 5px rgba(0, 0, 0, .5);
	}
	#ticket_salesinfo .info_dl .list_btn > li > a:hover {
		color: var(--c_navy);
		background: #fff;
	}
	#ticket_salesinfo .info_dl .list_btn > li > a > small.s {
		font-size: .7em;
	}
	#ticket_salesinfo .info_dl .list_btn > li > a > small.s > br {
		display: block;
	}
	.ticket_wrapper section .lead .tit, .second_head .lead .tit {
		font-size: var(--fz32);
	}
	.ticket_wrapper #ticket_type .lead::before, .second_head .lead::before {
		width: 180px;
		height: 184px;
	}
	.ticket_wrapper #ticket_type .lead::after, .second_head .lead::after {
		width: 190px;
		height: 156px;
	}
	.ticket_wrapper section .lead .txt, .second_head .lead .txt {
		font-size: var(--fz17);
	}
	.ticket_name_wrap .num {
		font-size: var(--fz40);
	}
	.ticket_name {
		font-size: var(--fz30);
	}
	.ticket_table {
		font-size: clamp(.9rem, 3.6vw, 2.7rem);
	}
	.ticket_li .sub_name {
		width: calc(100% - 6em);
		margin-right: 1em;
		font-size: var(--fz15);
		text-align: center;
	}
	.ticket_li .sub_name br.sp {
		display: block;
	}
	.ticket_name_wrap {
		flex-direction: column;
		padding-top: 2em;
	}
	.ticket_name_wrap .limited {
		flex-direction: row;
		font-size: var(--fz15);
		padding: .6em 1em;
		margin-top: .7em;
	}
	.ticket_name_wrap .limited > span {
		padding: .1em 0 .2em .3em;
		margin-top: 0;
		margin-left: .3em;
		border-top: none;
		border-left: 1px solid #fff;
	}
	.ticket_name_wrap .limited > br {
		display: none;
	}
	.ticket_name_wrap + * {
		margin-top: 1em;
	}
	.ticket_li .price_dl {
		font-size: var(--fz20);
	}
	.ticket_li .price_dl dt {
		margin: 0 .7em 0 0;
	}
	.ticket_li .price_dl dd {
		font-size: 1em;
	}
	.ticket_li .price_dl + .price_dl {
		margin-top: .5em;
	}
	.ticket_li .price_dl_wrap .note {
		text-align: left;
	}
	.ticket_li .no_ticket_today {
		font-size: var(--fz18);
	}
	#ticket_precaution .tit {
		font-size: var(--fz19);
	}
	#ticket_precaution .sub_tit {
		margin-bottom: 2em;
		font-size: var(--fz13);
	}
	#ticket_precaution .block {
		font-size: var(--fz13);
		line-height: 1.7;
	}
	#ticket_precaution .block_tit {
		font-size: 1.15em;
		line-height: 1.6;
	}
	#ticket_faq .tit {
		margin-bottom: 1em;
		font-size: var(--fz35);
	}
	.ticket_faq_li {
		font-size: var(--fz13);
	}
	#ticket_faq {
		padding-bottom: 100px;
	}
	.second_head .lead .tit {
		font-size: var(--fz25);
	}
	.second_head .lead .tit_j {
		font-size: var(--fz28);
	}
	#ticket_hero .bnr_wrap {
		width: 27vw;
	}
	#ticket_hero .bnr_wrap > a {
		margin-top: 10px;
	}
	#ticket_hero .link {
		order: 2;
		align-items: flex-start;
	}
	#ticket_hero .ticket_link, .ticket_link.btn_fixed {
		margin: .7em 0 0;
		font-size: var(--fz12);
	}
	#ticket_hero .link .sns {
		display: none;
	}
	#ticket_hero .hero_img img.girl {
		bottom: 5%;
		max-width: 75%;
		max-height: 50%;
	}
}
/*//ticket*/

/*top*/
#top_about {
	width: 100%;
	padding: var(--num190) 0 30vw;
	background: url("./img/top_about_back.png") center bottom/100% auto no-repeat;
}
#top_about .inner {
	max-width: 1233px;
	width: 92%;
	margin: auto;
}
#top_about .tit {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	font-size: var(--fz30);
	line-height: 1.3;
	text-align: center;
}
#top_about .tit::before {
	content: '';
	display: block;
	width: clamp(50px, 22.25vw, 304px);
	height: auto;
	padding-top: 24%;
	background: url("./img/figure_firework2.png") center center/contain no-repeat;
}
#top_about .tit::after {
	content: '';
	display: block;
	width: clamp(50px, 24.36vw, 333px);
	height: auto;
	padding-top: 21%;
	background: url("./img/figure_firework3.png") center center/contain no-repeat;
}
#top_about .txt {
    max-width: 800px;
    width: 100%;
    margin: -4em auto 0;
    font-size: var(--fz18);
    font-weight: 400;
    line-height: 2.2;
}
.img_list_block {
    display: flex;
	flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 952px;
    width: 92%;
    margin: auto;
}
.img_list_block > img, .img_list_block > .dummy {
	display: block;
	width: calc(33% - 5px);
	margin-bottom: calc(1% + 5px);
}
.img_list_block > .dummy {
	margin: 0;
}
.top_about_img {
	margin-top: var(--num150);
	margin-bottom: var(--num180);
}
#top_event {
    width: 100%;
	margin-bottom: var(--num190);
}
.lead_temp {
	width: 92%;
	margin: 0 auto 2em;
	font-size: var(--fz25);
	text-align: center;
}
.lead_temp .tit {
	margin-bottom: 1em;
	color: var(--c_ocher);
	font-size: 1.8em;
	font-weight: 700;
	line-height: 1.3;
}
.top_event_block {
	width: 100%;
	margin-bottom: var(--num190);
}
#top_event .info_block {
	margin-bottom: var(--num95);
}
.bnr_l {
    display: block;
	max-width: 952px;
    width: 92%;
	margin: auto;
}
.bnr_l > a, .bnr_l > a > img, .bnr_l > img {
	display: block;
	width: 100%;
}
.bnr_l > a {
	background: #fff;
}
.bnr_l > a > img {
	opacity: 1;
	transition: all .3s ease;
}
.bnr_l > a:hover > img {
	opacity: .6;
}
.bnr_s_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	max-width: 952px;
    width: 92%;
	margin: auto;
}
.bnr_s_list > a, .bnr_s_list > img, .bnr_s_list > .dummy {
	display: block;
	width: calc(33% - 5px);
	margin-bottom: calc(1% + 5px);
}
.bnr_s_list > .dummy {
	margin: 0;
}
.bnr_s_list > a {
	background: #fff;
}
.bnr_s_list > a > img {
	opacity: 1;
	display: block;
	width: 100%;
	transition: all .3s ease;
}
.bnr_s_list > a:hover > img {
	opacity: .6;
}
@media only screen and (max-width: 768px) {
	#top_about {
		padding-top: 25px;
	}
	#top_about .tit::before {
		position: absolute;
		top: 0;
		left: 0;
	}
	#top_about .tit::after {
		position: absolute;
		top: 0;
		right: 0;
	}
	#top_about .tit {
		justify-content: center;
		padding: 3em 3em 0;
		margin-bottom: 2em;
		font-size: var(--fz20);
	}
	#top_about .txt {
		margin-top: 0;
		font-size: var(--fz15);
		line-height: 1.7;
	}
	.lead_temp {
		font-size: var(--fz14);
	}
}
@media only screen and (max-width: 550px) {
	#top_about .tit {
		padding: 3em 0em 0;
		margin-bottom: 1.5em;
		font-size: var(--fz18);
	}
	.img_list_block > img, .img_list_block > .dummy, .bnr_s_list > a, .bnr_s_list > img, .bnr_s_list > .dummy {
		width: calc(50% - 5px);
	}
	.img_list_block > img {
		margin-bottom: 3%;
	}
	.lead_temp {
		margin-bottom: 1.5em;
	}
	.lead_temp .tit {
		margin-bottom: .7em;
		font-size: 1.5em;
	}
	.lead_temp .txt {
		text-align: left;
	}
	.top_event_block {
		margin-bottom: var(--num100);
	}
}
/*//top*/

/*faq*/
.ticket_faq_li > li.acc-wrap {
	margin-top: 0;
}
.ticket_faq_li > li.acc-wrap + li.acc-wrap {
	margin-top: 4em;
}
.ticket_faq_li .q.acc-btn {
	position: relative;
	padding-right: 2em;
	font-size: var(--fz17);
	line-height: 1.6;
	cursor: pointer;
}
.ticket_faq_li .q.acc-btn::before, .ticket_faq_li .a.acc-cont::before {
	margin-right: .3em;
	font-size: var(--fz30);
	line-height: .7;
}
.ticket_faq_li .q.acc-btn::after {
	content: '\f067';
	position: absolute;
	top: 0;
	right: 0;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}
.ticket_faq_li .q.acc-btn.acc-open::after {
	content: '\f068';
}
.ticket_faq_li .a.acc-cont {
	margin-top: 1.5em;
}
.ticket_faq_li .a.acc-cont::before {
	color: var(--c_ocher);
}
.ticket_faq_li .a.acc-cont a {
	opacity: 1;
	text-decoration: underline;
	transition: all .3s ease;
}
.ticket_faq_li .a.acc-cont a:hover {
	opacity: .6;
}
@media only screen and (max-width: 768px) {
	.ticket_faq_li > li.acc-wrap + li.acc-wrap {
		margin-top: 2em;
	}
	.ticket_faq_li .a.acc-cont {
		line-height: 1.7;
	}
	.ticket_faq_li .q.acc-btn::before, .ticket_faq_li .a.acc-cont::before {
		font-size: var(--fz25);
	}
}
/*//faq*/

/*overview*/
#overview_info {
	width: 100%;
	padding-bottom: var(--num135);
	background: url("./img/overview_back.png") center bottom/100% auto no-repeat;
}
section#overview_info .second_head .lead {
	padding-bottom: var(--num40);
}
#overview_info .info_block {
    max-width: 950px;
    width: 92%;
    padding: var(--num100) 0 var(--num95);
    margin: auto;
    background: rgba(0,0,0,.5);
}
#overview_info .info_block .tit {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 725px;
    width: 92%;
    margin: 0 auto .8em;
    font-size: var(--fz35);
	line-height: 1.3;
    text-align: center;
}
#overview_info .info_block .tit br.sp {
	display: none;
}
#overview_info .info_block .tit::before, #overview_info .info_block .tit::after {
	content: '';
	display: block;
	width: 1em;
	height: 1px;
	margin: 1.4em .7em 0;
	background: #fff;
}
#overview_info .info_block .tit small {
    font-size: .7em;
}
#overview_info .info_dl {
	display: flex;
	justify-content: flex-start;
	align-items: baseline;
	max-width: 725px;
    width: 92%;
	margin: 0 auto .3em;
	font-size: var(--fz23);
}
#overview_info .info_dl > dt {
	flex-shrink: 0;
	width: auto;
	margin-right: .3em;
}
#overview_info .info_dl > dd {
	font-size: 1.17em;
	line-height: 1;
}
#overview_info .info_dl > dd > b {
	font-size: 1.37em;
	font-weight: 400;
}
#overview_info .info_dl > dd > b > span {
	font-size: 1.32em;
}
#overview_info .info_dl > dd > small {
	font-size: .6em;
}
#overview_info .info_dl > dd br.sp {
	display: none;
}
#overview_info .schedule {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	max-width: 725px;
	width: 92%;
	margin: var(--num115) auto 0;
}
#overview_info .schedule .wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
}
#overview_info .schedule_tit {
    width: auto;
    padding: .3em 1em;
	margin-bottom: 1em;
    font-size: var(--fz34);
    font-family: var(--mincho);
	line-height: 1;
    border: 1px solid #fff;
}
#overview_info .schedule_li {
	width: auto;
    list-style: none;
}
#overview_info .schedule_li > li {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	width: auto;
	font-size: var(--fz19);
}
#overview_info .schedule_li .time {
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    width: 5em;
    padding-right: 1.5em;
    padding-bottom: 1.5em;
	margin-right: 2em;
    line-height: 1;
    border-right: 1px solid #fff;
}
#overview_info .schedule_li .time::after {
	content: '';
	position: absolute;
	top: 0;
	left: 100%;
	display: block;
	width: 1em;
	height: 1em;
	background: #fff;
	border-radius: 50%;
	transform: translateX(-50%);
}
#overview_info .schedule_li > li:last-of-type .time {
	border-right: none;
}
#overview_info .schedule_li .cont {
	margin-top: -.35em;
	line-height: 1.3;
}
#overview_info .sponsor {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    max-width: 950px;
    width: 92%;
	padding: var(--num45) 0;
    margin: var(--num75) auto var(--num80);
    color: var(--c_navy);
    background: rgba(255,255,255,.7);
}
#overview_info .sponsor_dl {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	width: 92%;
	margin: auto;
	font-size: var(--fz20);
	text-align: center;
}
#overview_info .sponsor_dl + .sponsor_dl {
	margin-top: 1.5em;
}
#overview_info .sponsor_dl > dd {
	line-height: 2;
}
#overview_info .sponsor_dl > dd > b {
	font-size: 1.5em;
	font-weight: 400;
	line-height: 1.3;
}
#overview_info > a {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 740px;
    width: 92%;
	padding: .5em 1em;
    margin: auto;
    color: var(--c_navy);
    font-size: var(--fz32);
	line-height: 1;
    background: var(--c_ocher);
}
#overview_info > a::before {
	content: '\f0da\f0da';
	position: relative;
	left: 0;
	margin-right: .3em;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	letter-spacing: .2em;
	transition: all .3s ease;
}
#overview_info > a:hover::before {
	left: 7px;
}
#overview_info > a::after {
	content: '';
	display: block;
	width: 3.31em;
	height: 1.81em;
	margin-left: .5em;
	background: url("./img/figure_ticket3.png") center center/contain no-repeat;
}
#overview_sns {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 92%;
    margin: var(--num100) auto var(--num115);
}
#overview_sns .tit {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	margin-bottom: 1em;
	color: var(--c_ocher);
	font-size: var(--fz40);
	line-height: 1;
}
#overview_sns .tit::before, #overview_sns .tit::after {
	content: '';
	width: 2px;
	height: 1.3em;
	background: var(--c_ocher);
}
#overview_sns .tit::before {
	margin-right: 2em;
	transform: rotate(-30deg);
}
#overview_sns .tit::after {
	margin-left: 2em;
	transform: rotate(30deg);
}
#overview_sns .wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
#overview_sns .wrap > a {
	opacity: 1;
	display: block;
	width: 1em;
	margin: 0 .2em;
	font-size: var(--fz61);
	line-height: 1;
	transition: all .3s ease;
}
#overview_sns .wrap > a:hover {
	opacity: .6;
}
#overview_sns .wrap > a > img {
	display: block;
}
#overview_about {
    max-width: 970px;
    width: 92%;
    margin: auto;
}
#overview_about .tit {
	width: 100%;
	margin-bottom: 1em;
	font-size: var(--fz35);
	font-weight: 500;
	line-height: 1.5;
	text-align: center;
}
#overview_about .txt {
	width: 100%;
	margin-bottom: 2em;
	font-size: var(--fz18);
	font-weight: 400;
	line-height: 2.2;
}
#overview_about .img {
	width: 100%;
}
#overview_about .img > img {
	display: block;
	width: 100%;
}
@media only screen and (max-width: 768px) {
	#overview_info .info_block {
		padding: var(--num65) 0 var(--num75);
	}
	#overview_info .info_block .tit {
		font-size: var(--fz22);
	}
	#overview_info .info_block .tit br.sp {
		display: block;
	}
	#overview_info .info_dl {
		margin-bottom: .6em;
		font-size: var(--fz16);
	}
	#overview_info .schedule {
		margin-top: var(--num95);
	}
	#overview_info .schedule_tit {
		margin-right: auto;
		margin-left: auto;
		font-size: var(--fz20);
	}
	#overview_info .schedule .wrap {
		flex-direction: column;
		justify-content: flex-start;
	}
	#overview_info .schedule_li > li {
		font-size: var(--fz16);
	}
	#overview_info .schedule_li .time {
		flex-shrink: 0;
		width: 8em;
		padding-bottom: 1.8em;
	}
	#overview_info .schedule_li .cont {
		width: 100%;
		margin-top: -.1em;
		font-size: .9em;
	}
	#overview_info .total {
		margin: var(--num80) auto 0;
		font-size: var(--fz22);
	}
	#overview_info .sponsor_dl {
		font-size: var(--fz18);
	}
	#overview_info .sponsor_dl + .sponsor_dl {
		margin-top: 1em;
	}
	#overview_info > a {
		font-size: var(--fz18);
	}
	#overview_sns .tit {
		font-size: var(--fz22);
	}
	#overview_sns .wrap > a {
		font-size: var(--fz40);
	}
	#overview_about .tit {
		font-size: var(--fz18);
	}
	#overview_about .txt {
		font-size: var(--fz15);
		line-height: 1.7;
	}
	#overview_info .info_dl > dd br.sp {
		display: block;
	}
}
/*//overview*/

/*program*/
#program_song  {
	width: 100%;
	padding-bottom: clamp(50px, 19.03vw, 260px);
	background: url("./img/program_back.png") center bottom/100% auto no-repeat;
}
#program_song .inner {
	max-width: 1000px;
	width: 92%;
	padding-bottom: var(--num135);
	margin: auto;
	color: #fff;
	background: rgba(0, 0, 0, .6);
}
#program_song .inner .tit {
	width: 92%;
	padding: 1em 0 1.5em;
	margin: 0 auto;
	font-size: var(--fz34);
	font-weight: 700;
	line-height: 1.4;
	text-align: center;
}
#program_song .inner .tit > b {
	font-size: 1.61em;
	font-family: var(--mincho);
}
#program_song .inner .tit > small {
	display: inline-block;
	font-size: .64em;
	line-height: 1.5;
}
#program_song .inner .txt {
	max-width: 825px;
	width: 92%;
	margin: 0 auto 4em;
	font-size: var(--fz18);
}
#program_song .setlist {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	width: 92%;
	margin: auto;
	text-align: center;
}
#program_song .setlist_tit {
	margin-bottom: 2em;
	font-size: var(--fz25);
}
#program_song .setlist_li {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	width: auto;
	font-size: var(--fz18);
	font-weight: 400;
	line-height: 1.5;
	list-style: none;
}
#program_song .setlist_li > li {
	width: auto;
	margin-bottom: .4em;
	counter-increment: cnt;
}
#program_song .setlist_li > li::before {
	content: ""counter(cnt)".";
}
#program_song .setlist_li > li > br {
	display: none;
}
#program_song .setlist .txt {
	margin-bottom: 0;
	font-size: var(--fz18);
	line-height: 2.2;
}
#program_hanabi {
	max-width: 1125px;
	width: 92%;
	margin: var(--num115) auto 0;
}
#program_hanabi .tit {
	width: 100%;
	margin-bottom: 1em;
	color: var(--c_ocher);
	font-size: var(--fz45);
	font-weight: 700;
	line-height: 1;
	text-align: center;
}
#program_hanabi .img {
	width: 100%;
	margin-bottom: var(--num80);
}
#program_hanabi .img > img {
	display: block;
	width: 100%;
}
#program_hanabi .bnr {
	display: block;
	max-width: 420px;
	width: 100%;
	margin: auto;
	background: #fff;
}
#program_hanabi .bnr > img {
	opacity: 1;
	transition: all .3s ease;
}
#program_hanabi .bnr:hover > img {
	opacity: .6;
}
#program_hanabi .txt {
	margin-top: 1em;
	font-size: var(--fz20);
	text-align: center;
}
@media only screen and (max-width: 768px) {
	#program_song .inner .tit {
		font-size: var(--fz25);
	}
	#program_song .inner .txt {
		font-size: var(--fz16);
	}
	#program_song .setlist_tit {
		margin-bottom: 1em;
		font-size: var(--fz20);
	}
	#program_song .setlist_li > li > br {
		display: block;
	}
	#program_hanabi .tit {
		font-size: var(--fz22);
	}
	#program_hanabi .txt {
		font-size: var(--fz17);
	}
}
/*//program*/

/*sponsorship*/
.page_sponsorship .second_head .lead .tit > span {
    font-size: .7em;
}
.sponsor_txt {
    max-width: 830px;
    width: 92%;
    margin: 0 auto var(--num150);
    font-size: var(--fz18);
}
#sponsor_bnr {
    max-width: 950px;
    width: 92%;
    margin: auto;
}
.sponsor_sec {
    max-width: 1130px;
    width: 92%;
    margin: 0 auto var(--num190);
}
#sponsor_bnr .tit, .sponsor_sec .tit {
	width: 100%;
	margin-bottom: 1.5em;
	color: var(--c_ocher);
	font-size: var(--fz45);
	font-weight: 700;
	text-align: center;
}
#sponsor_bnr .bnr_wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	width: 100%;
	margin-bottom: var(--num95);
}
#sponsor_bnr .bnr_wrap > a > img {
	opacity: 1;
	display: block;
	width: 100%;
	transition: all .3s ease;
}
#sponsor_bnr .bnr_wrap > a:hover > img {
	opacity: .6;
}
#sponsor_bnr .bnr_wrap.l > a, #sponsor_bnr .bnr_wrap.l > .dummy {
	display: block;
	width: calc(50% - 5px);
	margin-bottom: 10px;
	background: #fff;
}
#sponsor_bnr .bnr_wrap.s > a, #sponsor_bnr .bnr_wrap.s > .dummy {
	display: block;
	width: calc((100% / 3) - 5px);
	margin-bottom: 10px;
	background: #fff;
}
#sponsor_bnr .bnr_wrap > .dummy {
	margin-bottom: 0;
	background: transparent;
}
.sponsor_sec .block {
	width: 100%;
	margin-bottom: var(--num140);
}
.sponsor_sec .bnr_wrap {
    display: flex;
	flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.sponsor_sec .bnr_wrap + .bnr_wrap {
	margin-top: var(--num95);
}
.sponsor_sec .block_tit {
    width: 100%;
    margin-bottom: 1em;
    font-size: var(--fz24);
    font-weight: 700;
    text-align: center;
}
.sponsor_sec .bnr {
	opacity: 1;
    display: block;
    width: 100%;
	margin: 0 1% 3%;
	transition: all .3s ease;
}
.sponsor_sec .bnr:hover {
	opacity: .6;
}
.sponsor_sec .bnr_wrap.flex_between {
    justify-content: space-between;
    max-width: 1000px;
    width: 92%;
    margin: auto;
}
.sponsor_sec .txt {
    font-size: var(--fz20);
    line-height: 2;
}
.sponsor_sec .txt > a {
	opacity: 1;
	display: inline-block;
	transition: all .3s ease;
}
.sponsor_sec .txt > a:hover {
	opacity: .6;
}
.sponsor_sec .link_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    max-width: 710px;
    width: 92%;
    margin: auto;
}
.sponsor_sec .link {
	opacity: 1;
	display: block;
	width: 44%;
	text-align: center;
	padding: .15em 1em;
	margin-bottom: 3%;
	color: var(--c_navy);
	font-size: var(--fz20);
	font-weight: 700;
	text-align: center;
	background: #fff;
	transition: all .3s ease;
}
.sponsor_sec .link:hover {
	opacity: .6;
}
@media only screen and (max-width: 768px) {
	.sponsor_txt {
		margin-bottom: var(--num80);
		font-size: var(--fz16);
	}
	#sponsor_bnr .tit, .sponsor_sec .tit {
		margin-bottom: 1em;	
		font-size: var(--fz25);
	}
	.sponsor_sec .block_tit {
		font-size: var(--fz18);
	}
	.sponsor_sec .txt {
		font-size: var(--fz17);
	}
}
@media only screen and (max-width: 550px) {
	#sponsor_bnr .bnr_wrap.l > a, #sponsor_bnr .bnr_wrap.l > .dummy {
		width: 100%;
	}
	#sponsor_bnr .bnr_wrap.s > a, #sponsor_bnr .bnr_wrap.s > .dummy {
		width: calc(50% - 5px);
	}
	.sponsor_sec .link {
		width: 100%;
	}
}
/*//sponsorship*/

/*event*/
#event_program, #event_stage {
    max-width: 980px;
    width: 92%;
    margin: 0 auto clamp(60px, 16.47vw, 225px);
}
#event_program .tit, #event_stage .tit {
	width: 100%;
	margin-bottom: 1.5em;
	color: var(--c_ocher);
	font-size: var(--fz45);
	font-weight: 700;
	line-height: 1.3;
	text-align: center;
}
.event_program_li {
	width: 100%;
	list-style: none;
}
.event_program_li > li {
	display: flex;
	justify-content: flex-start;
	width: 100%;
	font-size: var(--fz22);
	line-height: 1.5;
}
.event_program_li .time {
	flex-shrink: 0;
	width: 7em;
	margin-right: 1em;
	border-right: 1px solid #fff;
}
.event_program_li .cont {
	width: 100%;
	padding-bottom: 1em;
}
#event_stage .block {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
	padding: 2em;
    color: var(--c_navy);
	font-size: var(--fz20);
    background: #fff;
}
#event_stage .block + .block {
	margin-top: var(--num80);
}
#event_stage .artist_name {
	width: 100%;
	font-size: 3em;
	line-height: 1.1;
	text-align: center;
}
#event_stage .time {
	max-width: 470px;
	width: 100%;
	padding: 0 1em;
	color: #fff;
	font-size: 2.15em;
	text-align: center;
	background: var(--c_navy);
}
#event_stage .block > * + .time {
	margin-top: .7em;
}
#event_stage .txt {
	max-width: 730px;
	width: 100%;
}
#event_stage .block > * + .txt {
	margin-top: 1.5em;
}
#event_stage .block > * + .img_wrap {
	margin-top: 1.7em;
}
#event_stage .img_wrap.c1 {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
}
#event_stage .img_wrap.c1 > img {
	display: block;
	width: auto;
	margin-bottom: 1em;
}
#event_stage .img_wrap.c2 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	max-width: 730px;
}
#event_stage .img_wrap.c2 > img {
	display: block;
	width: 48%;
	margin-bottom: 1em;
}
@media only screen and (max-width: 768px) {
	#event_program .tit, #event_stage .tit {
		margin-bottom: 1em;
		font-size: var(--fz25);
	}
	.event_program_li > li {
		font-size: var(--fz15);
	}
	#event_stage .block {
		padding: 1.5em;
		font-size: var(--fz15);
	}
	#event_stage .block + .block {
		margin-top: 1.7em;
	}
	#event_stage .artist_name {
		font-size: 1.7em;
	}
	#event_stage .time {
		font-size: 1.35em;
	}
	#event_stage .block > * + .txt {
		margin-top: 1em;
	}
	#event_stage .block > * + .img_wrap {
		margin-top: 1.3em;
	}
}
/*//event*/

/*access*/
#access_root {
	width: 92%;
	margin: 0 auto var(--num150);
}
#access_root .tit {
	max-width: 820px;
	width: 100%;
	margin: auto;
	font-size: var(--fz27);
	line-height: 1.4;
	text-align: center;
}
#access_root .tit > br {
	display: none;
}
#access_root .address {
	max-width: 820px;
	width: 100%;
	margin: .4em auto 2em;
	font-size: var(--fz17);
	text-align: center;
}
#access_root .root_wrap {
    display: flex;
    justify-content: center;
	max-width: 820px;
    width: 100%;
	margin: auto;
	font-size: var(--fz27);
}
#access_root .goal {
	flex-shrink: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	width: auto;
    color: var(--c_navy);
	letter-spacing: 1em;
	line-height: 1.8;
    writing-mode: tb-rl;
    background: #fff;
	border-radius: .5em;
}
#access_root .root_block {
	width: 100%;
}
#access_root .root {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}
#access_root .root + .root {
	margin-top: 1em;
}
#access_root .start, #access_root .point {
	flex-shrink: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 4.7em;
    height: 4.7em;
    color: var(--c_navy);
    line-height: 1.2;
    text-align: center;
    background: #fff;
	border: 2px solid #fff;
    border-radius: 50%;
}
#access_root .start > small {
	font-size: .7em;
}
#access_root .point {
	color: #fff;
	background: var(--c_navy);
	border: 2px solid #fff;
}
#access_root .via {
    width: 100%;
    text-align: center;
}
#access_root .via .time {
	width: 100%;
	font-size: .92em;
	border-bottom: 1px dashed #fff;
}
#access_root .via .name {
	width: 100%;
	font-size: .74em;
}
#access_root .sp_root_wrap {
	display: none;
	max-width: 820px;
	width: 100%;
	margin: auto;
	font-size: var(--fz18);
}
#access_root .acc-wrap.sp_root {
    width: 100%;
}
#access_root .acc-wrap.sp_root + .acc-wrap.sp_root {
	margin-top: 1.5em;
}
#access_root .acc-wrap.sp_root .acc-btn {
	position: relative;
	width: 100%;
	padding: .5em 2em;
    color: var(--c_navy);
	font-weight: 700;
    text-align: center;
    background: #fff;
	cursor: pointer;
}
#access_root .acc-wrap.sp_root .acc-btn::after {
	content: '\f0d7';
	position: absolute;
	top: 50%;
	right: .7em;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	transform: translateY(-50%);
	transition: all .3s ease;
}
#access_root .acc-wrap.sp_root .acc-btn.acc-open::after {
	content: '\f0d8';
}
#access_root .acc-wrap.sp_root .via {
	width: 50%;
	padding: .3em 0 .4em 1em;
	margin-left: auto;
	text-align: left;
	border-left: 1px dashed #fff;
}
#access_root .acc-wrap.sp_root .via .time {
	border-bottom: none;
}
#access_root .acc-wrap.sp_root .point {
    width: 100%;
    height: auto;
    padding: .6em;
    border-radius: 0;
}
#access_root .acc-wrap.sp_root .goal {
    width: 100%;
    padding: .6em;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.7;
    writing-mode: inherit;
}
#access_root .map_block {
	max-width: 1120px;
	width: 100%;
	margin: clamp(60px, 17.2vw, 235px) auto 0;
}
#access_root .map {
	position: relative;
	width: 100%;
	padding-top: 61%;
}
#access_root .map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#access_root .map_block .txt {
	width: 100%;
	margin-top: 2em;
	font-size: var(--fz20);
	text-align: center;
}
#access_root .map_block .txt > a {
	opacity: 1;
	transition: all .3s ease;
}
#access_root .map_block .txt > a:hover {
	opacity: .6;
}
#access_root .map_block .txt br.sp {
	display: none;
}
.access_sec {
    max-width: 1200px;
    width: 92%;
    margin: auto;
}
.access_sec + .access_sec {
	margin-top: var(--num180);
}
.access_sec .tit {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 1.5em;
	font-size: var(--fz45);
	font-weight: 700;
	text-align: center;
}
#access_bustour .tit::before {
	content: '';
	display: block;
	width: 1.73em;
	height: 1em;
	background: url("./img/icon_bus.png") center center/contain no-repeat;
}
#access_accommodation .tit::before {
	content: '\f1ad';
	display: block;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	line-height: 1;
}
.access_bustour_li {
	width: 100%;
    list-style: none;
}
.access_bustour_li > li {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	padding: 2em;
	border: 1px solid #fff;
}
.access_bustour_li > li + li {
	margin-top: 2.5em;
}
.access_bustour_li .tour_name {
	width: 53%;
}
.access_bustour_li .name {
    width: 100%;
    font-size: 3.12em;
    line-height: 1.3;
    text-align: center;
}
.access_bustour_li .time {
	width: 100%;
	padding: .2em;
	color: var(--c_navy);
	font-size: 2.5em;
	line-height: 1.4;
	text-align: center;
	background: #fff;
}
.access_bustour_li .tour_name > * + .time {
	margin-top: .4em;
}
.access_bustour_li .cont {
	width: 42%;
}
@media only screen and (max-width: 768px) {
	#access_root .tit > br {
		display: block;
	}
	#access_root .tit {
		font-size: var(--fz22);
	}
	#access_root .address {
		font-size: var(--fz15);
	}
	#access_root .map_block .txt {
		margin-top: 1em;
		font-size: var(--fz15);
	}
	.access_sec .tit {
		margin-bottom: 1em;
		font-size: var(--fz27);
	}
	.access_bustour_li {
		font-size: var(--fz14);
	}
	.access_bustour_li .name {
		font-size: 2.2em;
	}
	.access_bustour_li .time {
		font-size: 1.8em;
	}
	.access_bustour_li > li {
		padding: 1.5em;
	}
	.access_bustour_li > li + li {
		margin-top: 1.5em;
	}
	.access_bustour_li .cont {
		width: 43%;
	}
}
@media only screen and (max-width: 550px) {
	#access_root .sp_root_wrap {
		display: block;
	}
	#access_root .root_wrap {
		display: none;
	}
	#access_root .map {
		padding-top: 90%;
	}
	#access_root .map_block .txt br.sp {
		display: block;
	}
	.access_bustour_li > li {
		flex-direction: column;
		justify-content: flex-start;
	}
	.access_bustour_li .tour_name {
		width: 100%;
	}
	.access_bustour_li .cont {
		width: 100%;
	}
	.access_bustour_li .tour_name + .cont {
		margin-top: 1em;
	}
	.access_bustour_li .name {
		font-size: 1.8em;
	}
	.access_bustour_li .time {
		font-size: 1.5em;
	}
}
/*//access*/
































