@charset "utf-8";

/* !HTML5 elements
---------------------------------------------------------- */
header, footer, nav, section, aside, article
{ display: block;}

/* !Reseting
---------------------------------------------------------- */

body, div, pre, p, blockquote, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, th, td
{ margin: 0; padding: 0;}
input, textarea
{ margin: 0; font-size: 100%;}
label
{ cursor: pointer;}
table
{ border-collapse: collapse; border-spacing: 0; font-size: 100%;}
fieldset, img
{ border: 0;}
img
{ vertical-align: top; max-width: 100%;}
address, caption, cite, code, dfn, em, th, var
{ font-style: normal; font-weight: normal;}
ol, ul
{ list-style: none;}
caption, th
{ text-align: left;}
h1, h2, h3, h4, h5, h6
{ font-size: 100%; font-weight: normal;}
q:after, q:before
{ content:'';}
a, input,select,textarea,button
{ outline: none; }
abbr, acronym
{ border: 0;}



/* !Clearfix
---------------------------------------------------------- */
.clearfix {
	display: block;
	min-height: 1%;
}
.clearfix:after {
	clear: both;
	content:".";
	display: block;
	height: 0;
	visibility: hidden;
}
* html .clearfix {
	height: 1%;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}

/* !Inline Align ------------------------------------------------------------ */
.taL { text-align: left   !important;}
.taC { text-align: center !important;}
.taR { text-align: right  !important;}

/*common*/
a{
	color: inherit;
	text-decoration: none;
	transition: all 0.5s !important;
	-moz-transition: all 0.5s !important; /* Firefox */
	-webkit-transition: all 0.5s !important; /* Chrome&Safari */
}
.op img {
	transition: all 0.5s !important;
	-moz-transition: all 0.5s !important; /* Firefox */
	-webkit-transition: all 0.5s !important; /* Chrome&Safari */
}
.op:hover img {
	opacity: .7;
	-webkit-opacity: .7;
	-moz-opacity: .7;
}

* { 
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}

/* !Layout
---------------------------------------------------------- */
html { 
	overflow-y: scroll;
	font-size: 62.5%;
}
body {
	color: #2E2E2E;
	background: #FFF;
	font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
	font-size: 1.8rem;
	font-weight: 700;
	-webkit-text-size-adjust: none;
	line-height: 1.5;
}
@media screen and (max-width: 1200px) {
	html {
		font-size: 0.8333vw;
	}
}
/*** sp ***/
@media screen and (max-width: 834px) {
	html {
		font-size: 62.5%;
	}
	
	body {
		font-size: 1.5rem;
	}
}
@media screen and (max-width: 374px) {
	html {
		font-size: 2.6667vw;
	}
}


/*** pc ***/
@media screen and (min-width: 835px) {
	.sp {
		display: none;
	}
}
/*** sp ***/
@media screen and (max-width: 834px) {
	.pc {
		display: none;
	}
}

/* !spulse_lp_wrapper
---------------------------------------------------------- */
#spulse_lp_wrapper {
	position: relative;
	padding-top: 7rem;
	background: #F1E0CC;
}

/* !header
---------------------------------------------------------- */
#spulse_lp_header {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99;
	width: 100%;
	background: #ff8709;
}
#spulse_lp_headlogo {
    display: flex;
    align-items: center;
    padding: 0 4rem;
    height: 7rem;
}

#spulse_lp_headlogo img {
	width: auto;
	height: 5rem;
}

#spulse_lp_header .headLinks {
    display: flex;
    position: absolute;
    right: 0;
    top: 0;
}
#spulse_lp_header .headLinks a {
    display: block;
    padding: 5rem 0 0.6rem;
    width: 12rem;
    height: 7rem;
    border-left: 2px solid #fff;
    background: no-repeat center 12px #2e2e2e;
    text-align: center;
    color: #fff;
    font-size: 1rem;
    font-weight: 500;
}
#spulse_lp_header .headLinks .ico_head01 {
    background-image: url(../image/common/ico_nav01.svg);
}
#spulse_lp_header .headLinks .ico_head02 {
    background-image: url(../image/common/ico_nav02.svg);
}
#spulse_lp_header .headLinks .ico_head03 {
    background-image: url(../image/common/ico_nav03.svg);
}
#spulse_lp_header .headLinks .ico_head04 {
    background-image: url(../image/common/ico_nav04.svg);
}
#spulse_lp_header .headLinks .ico_cart {
    background-image: url(../image/common/ico_cart.svg);
	background-color: #ff8709;
}

/*** hover ***/
@media screen and (min-width: 960px) {
	#spulse_lp_header .headLinks a:hover {
		opacity: 0.7;
	}
}
/*** sp ***/
@media screen and (max-width: 834px) {
	#spulse_lp_wrapper {
		padding: 5rem 0;
	}
	
	
	#spulse_lp_headlogo {
		justify-content: center;
		padding: 0 1.6rem;
		height: 5rem;
	}

	#spulse_lp_headlogo img {
		height:4rem;
	}
	
	#spulse_lp_header .headLinks {
		position: fixed;
		top: auto;
		bottom: 0;
		width: 100%;
	}
	#spulse_lp_header .headLinks a {
		padding: 3.2rem 0 0.3rem;
		width: 25%;
		height: 5rem;
		border-left: 2px solid #fff;
		background-position: center 0.6rem;
		background-size: auto 2.4rem;
	}
}

/* spulse_lp_footer
-----------------------------------------------------------*/
.spulse_lp_pagetop {
	cursor: pointer;
	position: absolute;
	right: 7rem;
	top: 0;
	transform: translateY(-50%);
	width: 8rem;
	height: 8rem;
	background: url(../image/common/pagetop.svg)no-repeat center;
	background-size: 100%;
}

.spulse_lp_footer {
	position: relative;
	padding: 6rem 0 2rem;
	background: #E97900;
	color: #fff;
}
.foot-inner {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 4.8rem 1.5rem;
	margin: 0 auto;
	max-width: 81.6rem;
}
.footlogo {
	width: 12.5rem;
}
.spulse_lp_footer .footlinks {
	width: 40%;
	max-width: 31.5rem;
}
.spulse_lp_footer .footlinks li {
	margin-bottom: 1.6rem;
	border-bottom: 1px solid;
}
.spulse_lp_footer .footlinks li a {
	display: block;
	padding-right: 2.6rem;
	background: url(../image/common/icon_link_wh.svg)no-repeat right center;
	background-size: 1.2rem;
	line-height: 1.889;
}
.spulse_lp_footer .btnlinks {
	width: 32%;
	max-width: 26rem;
}
.spulse_lp_footer .website a {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 5rem;
	background: url(../image/common/icon_link_ora.svg) no-repeat right 2rem center #fff;
	background-size: 1.2rem;
	border-radius: 0.5rem;
	line-height: 1;
	color: #E97900;
	font-size: 1.5rem;
}
.spulse_lp_footer .sns {
	display: flex;
	justify-content: space-between;
	margin-top: 2rem;
}
.spulse_lp_footer .sns a {
	width: 2.4rem;
}
.spulse_lp_footer .footlinks2,
.spulse_lp_footer #copyright {
	width: 100%;
	text-align: center;
}
.spulse_lp_footer .footlinks2 {
	display: flex;
	justify-content: center;
	gap: 0 4.8rem;
	padding: 1.5rem 0 0;
	margin-top: 2rem;
	border-top: 1px solid;
	line-height: 2.2;
	font-size: 1.5rem;
}
.spulse_lp_footer #copyright {
	font-size: 1.4rem;
}


/*** スマホ 320px ~ 834px***/
@media screen and (max-width: 834px) {
	.spulse_lp_pagetop {
		right: 2.4rem;
		width: 4rem;
		height: 4rem;
	}
	
	.spulse_lp_footer {
	    padding: 5rem 0 1.2rem;
	}
	.foot-inner {
	    display: block;
	}
	.footlogo {
		margin: 0 auto 1.2rem;
		max-width: 6.7rem;
	}
	.spulse_lp_footer .footlinks {
	    width: 100%;
	    max-width: 100%;
		font-size: 1.3rem;
	}
	.spulse_lp_footer .btnlinks {
		margin-top: 4.8rem;
		width: 100%;
		max-width: 100%;
	}
	.spulse_lp_footer .sns {
		flex-wrap: wrap;
	    justify-content: center;
		gap: 2.4rem;
	    margin: 2.4rem auto 0;
		max-width: 15rem;
	}
	.spulse_lp_footer .sns a {
	    width: 3rem;
	}
	.spulse_lp_footer .footlinks2 {
		justify-content: space-between;
	    gap: 0 2.4rem;
	    padding: 3rem 0 0;
	    margin-top: 3.2rem;
	    font-size: 1.2rem;
	}
	.spulse_lp_footer #copyright {
		margin-top: 2.4rem;
	    font-size: 1.2rem;
	}
}


/* !common
---------------------------------------------------------- */
.spulse_lp_mainVisual {
	overflow: hidden;
}
.spulse_lp_mainNav {
    padding: 1.6rem;
    background: #000;
}
.spulse_lp_mainNav_swiper {
	margin: 0 auto;
	max-width: 102.4rem;
}
.spulse_lp_mainNav_swiper .swiper-slide {
	cursor: pointer;
}
.spulse_lp_mainNav_swiper .swiper-slide:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
}
.spulse_lp_mainNav_swiper .swiper-slide-thumb-active:before {
	opacity: 0;
}

.spulse_lp_inner {
	margin: 0 auto;
	padding: 0 5rem;
	max-width: 110.8rem;
}

.color_red {
	color: #f00;
}

.spulse_lp_anchors {
	overflow: hidden;
    background: #ff8709;
    border-top: 2px solid #fff;
}
.spulse_lp_anchors ul {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    margin: 0 auto;
	max-width: 80rem;
}
.spulse_lp_anchors li {
	margin: -1px 0;
    width: calc(100%/3);
    border: 1px solid #fff;
}
.spulse_lp_anchors li a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 2.2rem;
    background: url(../image/common/ico_down_blue.svg) no-repeat right 1rem center;
    height: 5.4rem;
    color: #fff;
    font-weight: 500;
}

.spulse_lp_hdl {
	display: flex;
	align-items: flex-end;
	gap: 0 1rem;
	margin-bottom: 4.8rem;
	line-height: 1;
	color: #E97900;
}
.spulse_lp_hdl .eng {
	margin-bottom: -1.6rem;
	font-size: 10rem;
}
.spulse_lp_hdl .jap {
	padding-left: 1em;
	text-indent: -1em;
	font-weight: 500;
}

.spulse_lp_hds {
	line-height: 1.6;
}

.spulse_lp_anchorarea {
	position: relative;
}
.spulse_lp_anchorarea .anchor {
	position: absolute;
	top: -7rem;
}

.spulse_lp_btn {
	margin-top: 4.8rem;
	text-align: center;
}
.spulse_lp_btn a {
	display: inline-block;
	padding: 3rem 6rem;
	width: 100%;
	max-width: 56.5rem;
	background: url(../image/common/icon_link_wh.svg)no-repeat right 3.8rem center #FF8807;
	border-radius: 1rem;
	color: #fff;
}

.spulse_lp_btn_apply {
	margin-top: 4.8rem;
	text-align: center;
}
.spulse_lp_btn_apply .btn {
	display: inline-block;
	position: relative;
	padding: 2.4rem 4rem 3.4rem 18rem;
	width: 100%;
	max-width: 72rem;
	background: url(../image/common/bg_apply.png)no-repeat center;
	background-size: cover;
	border-radius: 2rem;
	line-height: 1.6;
	color: #fff;
}
.spulse_lp_btn_apply .date {
	text-align: right;
}
.spulse_lp_btn_apply .situation {
	font-size: 5rem;
	font-weight: 900;
}
.spulse_lp_btn_apply .detail {
	clip-path: polygon(0.9rem 0%, 100% 0%, 100% 100%, 0% 100%);
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 0.3rem 3.8rem 0.3rem 2.5rem;
	background: url(../image/common/icon_link_ora.svg)no-repeat right 2rem center #fff;
	background-size: 1.2rem;
	color: #E97900;
	font-size: 1.5rem;
}

.is_popup {
	overflow: hidden;
	height: 100vh;
}

.hide {
	display: none;
}

.toggle-btn {
	cursor: pointer;
	overflow: hidden;
}
.toggle-box {
	display: none;
}

/*** hover ***/
@media screen and (min-width: 960px) {
	.spulse_lp_anchors li a:hover,
	.spulse_lp_btn a:hover {
		opacity: 0.7;
	}
	
	.spulse_lp_btn_apply .btn:hover {
		opacity: 0.7;
	}
}
/*** sp ***/
@media screen and (max-width: 834px) {
	.spulse_lp_inner {
		padding: 0 2.4rem;
	}
	
	.spulse_lp_mainNav {
		padding: 0.4rem 0;
	}
	
	.spulse_lp_anchors {
		border: 0;
	}
	.spulse_lp_anchors ul {
		text-align: left;
	}
	.spulse_lp_anchors li {
		margin: 0;
		width: 50%;
		border-width: 0 0 1px;
	}
	.spulse_lp_anchors li:nth-of-type(2n-1) {
		border-right-width: 1px;
	}
	.spulse_lp_anchors li a {
		justify-content: flex-start;
		padding: 0 2.5rem 0 1.6rem;
	}
	
	.spulse_lp_hdl {
		align-items: center;
		margin-bottom: 4rem;
	}
	.spulse_lp_hdl .eng {
		margin-bottom: 0;
		font-size: 3.6rem;
	}
	.spulse_lp_hdl .jap {
		line-height: 1.5;
		font-size: 1.8rem;
	}
	
	.spulse_lp_hds {
		font-size: 1.5rem;
	}
	
	.spulse_lp_anchorarea .anchor {
		top: -5rem;
	}
	
	.spulse_lp_btn {
		margin-top: 4rem;
	}
	.spulse_lp_btn a {
		padding: 1.8rem 3.2rem;
		max-width: 27.6rem;
		background-position: right 1.2rem center;
	}
	
	
}

/* !page
---------------------------------------------------------- */
.spulse_lp_news {
	padding: 16rem 0 8rem;
}
.spulse_lp_news .spulse_lp_hdl {
	margin-bottom: 8rem;
}
.spulse_lp_news .news_list {
	margin: 0 auto;
	max-width: 81.6rem;
}
.news_list li + li {
	margin-top: 3.6rem;
}
.news_list li a {
	display: flex;
	background: url(../image/common/icon_link.svg)no-repeat right 2.4rem center #fff;
	background-size: 1.2rem;
	font-size: 1.5rem;
}
.news_list li .dt {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 1rem;
	width: 12rem;
	background: #FF8807;
	color: #fff;
	font-weight: 500;
}
.news_list li .dd {
	padding: 1.5rem 4.8rem 1.5rem 0.8rem;
	width: calc(100% - 12rem);
	line-height: 1.6;
}

.spulse_lp_about {
	overflow: hidden;
	clip-path: polygon(0% 12.5rem, 100% 0%, 100% 100%, 0% 100%);
	position: relative;
	z-index: 2;
	padding: 12.5rem 0;
	background: url(../image/about/bg_about.png)no-repeat center;
	background-size: cover;
	color: #fff;
}
.spulse_lp_about .bg_mask {
	position: absolute;
	z-index: -1;
}
.spulse_lp_about .mask01 {
	left: -2.2rem;
	top: 4rem;
	width: 94rem;
}
.spulse_lp_about .mask02 {
	right: -8rem;
	bottom: 0;
	width: 92.4rem;
}

.spulse_lp_about .head {
	margin-bottom: 4.8rem;
}
.spulse_lp_about .head .jap {
	margin-bottom: 2rem;
	text-align: right;
	text-shadow: 0 0.4rem 0.4rem rgba(0,0,0,0.05);
	line-height: 1.3; 
	font-size: 2.4rem;
	font-weight: 900;
}
.spulse_lp_about .head .eng {
	position: relative;
	margin-bottom: -5rem;
	line-height: 1;
	-webkit-text-stroke: 1px #fff;
	text-transform: uppercase;
	text-align: center;
	color: transparent;
	font-size: 10rem;
}
.spulse_lp_about .head .img {
	margin: 0 -2.4rem 5rem;
}
.spulse_lp_about .head .spulse_lp_hds p + p {
	margin-top: 2.4rem;
}
.spulse_lp_about .about_flow {
	display: flex;
	gap: 0 9.4rem;
	margin-bottom: 3.2rem;
}
.spulse_lp_about .about_flow li {
	position: relative;
	width: 100%;
}
.spulse_lp_about .about_flow li + li:before {
	content: "";
	pointer-events: none;
	position: absolute;
	right: 100%;
	top: 0;
	height: 100%;
	width: 9.4rem;
	background: url(../image/about/icon_flow.svg)no-repeat center;
	background-size: 6.6rem;
}
.spulse_lp_about .about_flow_data img {
	width: 100%;
}

.spulse_lp_ticket {
	padding: 16rem 0;
}
.spulse_lp_ticket .ticket_introd {
	margin-top: 5.8rem;
}
.ticket_introd ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 3.2rem 4.8rem;
}
.ticket_introd .wid1 {
	width: 58%;
	max-width: 57.6rem;
}
.ticket_introd .wid2 {
	width: 38.5%;
	max-width: 38.4rem;
}
.ticket_introd .wid3 {
	width: 100%;
}
.ticket_introd .th {
	margin-bottom: 0.4rem;
	padding: 1rem;
	background: #E97900;
	text-align: center;
	color: #fff;
	font-size: 2.4rem;
}
.ticket_introd .td {
	display: grid;
	align-items: center;
	padding: 2rem;
	background: #fff;
	text-align: center;
}
.ticket_introd .foucs {
	line-height: 1.3;
	font-size: 2.2rem;
}
.ticket_introd .foucs + p {
	margin-top: 0.5rem;
}

.spulse_lp_schedule {
	padding: 16rem 0;
	background: url(../image/schedule/bg_schedule.jpg)no-repeat center;
	background-size: cover;
	
}
.spulse_lp_schedule .spulse_lp_hdl {
	margin-bottom: 4rem;
	color: #fff;
}

.spulse_lp_points {
	padding: 16rem 0;
}
.points_list li + li {
	margin-top: 2rem;
}
.points_list li {
	background: #fff;
	font-size: 1.5rem;
}
.points_list .quest {
	position: relative;
	padding: 2.65rem 5rem 2.65rem 11rem;
	line-height: 1.8;
}
.points_list .quest:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 8rem;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #E97900;
}
.points_list .icon_point01:before {
	background-image: url(../image/common/image_points01.png);
	background-size: 5.8rem auto;
}
.points_list .icon_point02:before {
	background-image: url(../image/common/icon_point02.svg);
	background-size: 100% auto;
}
.points_list .icon_point03:before {
	background-image: url(../image/common/image_points03.png);
	background-size: 5.8rem auto;
}
.points_list .icon_point04:before {
	background-image: url(../image/common/image_points04.png);
	background-size: 5.8rem auto;
}
.points_list .icon_point05:before {
	background-image: url(../image/common/image_points05.png);
	background-size: 5.8rem auto;
}
.points_list .icon_point06:before {
	background-image: url(../image/common/icon_point01.svg);
	background-size: 100% auto;
}
.points_list .quest:after {
	content: "";
	position: absolute;
	right: 3.2rem;
	top: 0;
	transition-duration: 0.3s;
	width: 1.2rem;
	height: 100%;
	background: url(../image/common/icon_plus.svg)no-repeat center;
	background-size: 100%;	
}
.points_list .quest.open:after {
	transform: rotate(135deg);
}
.points_list .answer {
	padding: 2rem 4rem;
	line-height: 2;
}
.points_list .answer p + p {
	margin-top: 2.4rem;
}

.spulse_lp_price {
	overflow: hidden;
	clip-path: polygon(0% 12rem, 100% 0%, 100% calc(100% - 12rem), 0% 100%);
	position: relative;
	z-index: 2;
	padding: 20rem 0 25rem;
	background: #fff;
}
.spulse_lp_price:before {
	content: "";
	opacity: 0.1;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	background: url(../image/price/bg_price.jpg)no-repeat center bottom;
	background-size: cover;
}

.spulse_lp_price .price_info {
	padding: 4rem 4.5rem 5.8rem;
	margin: 5.8rem auto 0;
	max-width: 110.4rem;
	background: #F1E0CC;
}

.spulse_lp_price .price_info .data {
	display: flex;
	gap: 6.8rem;
	align-items: flex-start;
	justify-content: space-between;
}

.spulse_lp_price .price_info .data .data_item img {
	width: 100%;
}

.spulse_lp_price .price_member {
	display: flex;
	gap: 0 ;
}
.spulse_lp_price .notes {
	margin-top: 4rem;
}
.spulse_lp_price .notes li {
	padding-left: 1em;
	text-indent: -1em;
	font-size: 1.5rem;
}
.spulse_lp_price .notes li:before {
	content: "•";
	margin: 0.6rem;
}

.spulse_lp_seat {
	padding: 16rem 0;
}
.spulse_lp_seat .spulse_lp_inner {
	max-width: 120.4rem;
}
.spulse_lp_seat .seat_tabctrl {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 3.2rem 0;
	margin-bottom: 4.8rem;
}
.spulse_lp_seat .seat_tabctrl li {
	width: calc(100%/6 - 0.7rem);
}
.spulse_lp_seat .seat_tabctrl li.all {
	width: 100%;
}
.spulse_lp_seat .seat_tabctrl li a {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 1rem;
	height: 7.8rem;
	background: url(../image/common/icon_down.svg)no-repeat right 2rem center #fff;
	border-radius: 1rem;
}
.spulse_lp_seat .seat_tabctrl li.all a {
	padding-right: 8.4rem;
	width: 100%;
	background-position: right 42% center;
}
.spulse_lp_seat .seat_tabctrl a.active {
	background-color: #E97900;
	background-image: url(../image/common/icon_down_wh.svg);
	color: #fff;
}

.spulse_lp_seat .seat_introd {
	padding: 7rem 4.8rem;
	background: #fff;
	border-radius: 1rem;
}
.spulse_lp_seat .seat_introd .txt p + p {
	margin-top: 2.4rem;
}
.spulse_lp_seat .map {
	margin: 0 auto 4.8rem;
	max-width: 64rem;
}
.spulse_lp_seat .display {
	display: flex;
	justify-content: space-between;
	padding: 3.6rem 4.5rem;
	margin-top: 4.8rem;
	background: #EDEDED;
}
.spulse_lp_seat .display .img {
	width: calc(50% - 1.5rem);
}
.spulse_lp_seat .display .info {
	width: calc(50% - 2.7rem);
	letter-spacing: 0.02em;
	line-height: 1.6;
	font-size: 1.5rem;
}

.spulse_lp_seat .seat_photo {
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	margin-bottom: 2.4rem;
}
.seat_photo_swiper {
	width: 81.25%;
}
.seat_photo_thumb {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 17.75%;
}
.seat_photo_thumb li {
	cursor: pointer;
	position: relative;
}
.seat_photo_thumb li:before {
	content: "";
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
}
.seat_photo_thumb .thumb-media-active:before {
	opacity: 0;
}
.seat_photo_thumb li img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}




.spulse_lp_seat .seat_introd .regular_price {
	margin-bottom: 1.2rem;
}
.spulse_lp_seat .seat_introd .head {
	margin-bottom: 1.2rem;
	padding-left: 0.8rem;
	border-left: 0.6rem solid #f3a11a;
	font-size: 2.2rem;
	font-weight: 700;
}
.spulse_lp_seat .seat_introd .price {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 1.6rem;
}
.spulse_lp_seat .seat_introd .price li {
    display: flex;
    margin-bottom: 0.8rem;
    width: 47.5%;
}
.spulse_lp_seat .seat_introd .price .th {
    padding: 0.6rem 0.5rem 0.6rem 1rem;
    width: 75%;
    background: #f3a11a;
}
.spulse_lp_seat .seat_introd .price .td {
    display: grid;
    place-items: center;
    padding: 0.5rem;
	margin-top: 0;
    width: 50%;
    background: #fff;
    border: 2px solid #f3a11a;
    text-align: center;
}

.spulse_lp_seat .seat_tabctrl .seat-s a.active,
.spulse_lp_seat .seat-s .price .th {
    background-color: #a59aca;
}
.spulse_lp_seat .seat-s .head,
.spulse_lp_seat .seat-s .price .td {
	border-color: #a59aca;
}
.spulse_lp_seat .seat_tabctrl .seat-a a.active,
.spulse_lp_seat .seat-a .price .th {
    background-color: #24afec;
}
.spulse_lp_seat .seat-a .head,
.spulse_lp_seat .seat-a .price .td {
	border-color: #24afec;
}
.spulse_lp_seat .seat_tabctrl .seat-b a.active,
.spulse_lp_seat .seat-b .price .th {
    background-color: #fee20a;
}
.spulse_lp_seat .seat-b .head,
.spulse_lp_seat .seat-b .price .td {
	border-color: #fee20a;
}
.spulse_lp_seat .seat_tabctrl .seat-1f a.active,
.spulse_lp_seat .seat-1f .price .th {
    background-color: #96d0b6;
}
.spulse_lp_seat .seat-1f .head,
.spulse_lp_seat .seat-1f .price .td {
	border-color: #96d0b6;
}
.spulse_lp_seat .seat_tabctrl .seat-2f a.active,
.spulse_lp_seat .seat-2f .price .th {
    background-color: #f4b4d0;
}
.spulse_lp_seat .seat-2f .head,
.spulse_lp_seat .seat-2f .price .td {
	border-color: #f4b4d0;
}

.spulse_lp_benefits {
	padding: 16rem 0;
    background: url(../image/benefits/bg_benefit.jpg) no-repeat center #ff8709;
    background-size: cover;
    color: #fff;
}
.spulse_lp_benefits .spulse_lp_hdl {
    color: #fff;
}
.spulse_lp_benefits .benefits_list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 3.2rem 5.4rem;
}
.spulse_lp_benefits .benefits_list li a {
	display: block;
	height: 100%;
	background: #fff;
	color: #2E2E2E;
}
.spulse_lp_benefits .benefits_list .info {
	padding: 1.6rem 2rem 2rem;
}
.spulse_lp_benefits .benefits_list .more {
	margin-top: 2.4rem;
	padding-right: 1.6rem;
	background: url(../image/common/icon_link.svg) no-repeat right center;
	background-size: 1.2rem;
	text-align: right;
	text-transform: uppercase;
	font-size: 1.5rem;
}

.fancybox_content {
	max-width: 52.8rem;
}
.compensate-for-scrollbar {
	margin-right: 0!important;
}
.fancybox-close-small {
	width: 4rem;
	height: 4rem;
	background: #E97900;
}
.fancybox-close-small svg {
	opacity: 1;
	fill: #fff;
	stroke: #fff;
}

.fancybox_display {
	background: #fff;
}

.fancybox_display img {
	width: 100%;
}

.fancybox_display .info {
	padding: 2rem;
	font-weight: 700;
}
.fancybox_display .tit {
	padding-bottom: 2rem;
	margin-bottom: 2rem;
	border-bottom: 1px solid;
}
.fancybox_display .txt {
	font-size: 1.5rem;
}
.fancybox_display .notes {
	margin-top: 2.4rem;
	font-size: 1.4rem;
}

.benefits_banner {
	margin: 8rem auto 0;
	max-width: 91.1rem;
}
.benefits_banner .img {
	margin-bottom: 3.2rem;
}
.benefits_banner .tit {
	margin-bottom: 3rem;
}
.benefits_banner .txt {
	line-height: 1.8;
	font-size: 1.5rem;
}

.spulse_lp_banner img {
	width: 100%;
}

.spulse_lp_apply {
	overflow: hidden;
	padding: 16rem 0;
}
.spulse_lp_apply_swiper {
	position: relative;
	padding: 0 0 10rem;
	background: url(../image/howtoapply/bg.jpg)no-repeat center top 5rem;
	background-size: cover;
}
.spulse_lp_apply_swiper .swiper-slide {
	max-width: 110.4rem;
	height: auto;
}
.spulse_lp_apply_swiper .display {
	display: flex;
	justify-content: space-between;
	padding: 5rem 4.8rem;
	height: 100%;
	background: #fff;
}
.spulse_lp_apply_swiper .display .img {
	width: calc(42.5% + 0.4rem);
	display: flex;
	align-items: flex-start;
	justify-content: center;
}

.spulse_lp_apply_swiper .display .img p {
	width: 50%;
}

.spulse_lp_apply_swiper .display .img img {
	width: 100%;
}

.spulse_lp_apply_swiper .display .img + .info {
	width: calc(50% + 2.4rem);
}

.spulse_lp_apply_swiper .display .info {
	line-height: 1.8;
	font-size: 1.5rem;
}
.spulse_lp_apply_swiper .display .head {
	position: relative;
	padding: 3rem 0 3rem 8.7rem;
	margin-bottom: 3rem;
	border-bottom: 2px dotted;
	color: #E97900;
	font-size: 2.4rem;
	font-weight: 700;
}

.spulse_lp_apply_swiper .display .head.last {
	padding-left: 0;
}

.spulse_lp_apply_swiper .display .head .step {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	line-height: 1;
	font-size: 10rem;
}
.spulse_lp_apply_swiper .display .foucs {
	color: #E97900;
}
.spulse_lp_apply_swiper .display li:before {
	content: "・";
}
.spulse_lp_apply_swiper .display li {
	padding-left: 1em;
	text-indent: -1em;
}
.spulse_lp_apply_swiper .swiper-pagination {
	bottom: 6rem;
}
.spulse_lp_apply_swiper .swiper-pagination-bullet {
	opacity: 0.5;
	width: 7rem;
	height: 0.5rem;
	background: #fff;
	border-radius: 0;
}
.spulse_lp_apply_swiper .swiper-pagination-bullet-active {
	opacity: 1;
}
.spulse_lp_apply_swiper .swiper-button-prev:after,
.spulse_lp_apply_swiper .swiper-button-next:after {
	display: none;
}
.spulse_lp_apply_swiper .swiper-button-prev,
.spulse_lp_apply_swiper .swiper-button-next {
	top: calc(50% - 6rem);
	width: 5.4rem;
	height: 5.4rem;
	background: no-repeat center;
	background-size: 100%;
}
.spulse_lp_apply_swiper .swiper-button-prev {
	left: calc(50% - 62rem);
	background-image: url(../image/howtoapply/slide_prev.svg);
}
.spulse_lp_apply_swiper .swiper-button-next {
	right: calc(50% - 62rem);
	background-image: url(../image/howtoapply/slide_next.svg);
}

.spulse_lp_faq {
	overflow: hidden;
    clip-path: polygon(0% 12rem, 100% 0%, 100% calc(100% - 12rem), 0% 100%);
    position: relative;
    z-index: 2;
    padding: 20rem 0;
    background: #fff;
}
.spulse_lp_faq:before {
    content: "";
    opacity: 0.1;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: url(../image/price/bg_price.jpg) no-repeat center bottom;
    background-size: cover;
}
.spulse_lp_faq .faq_tabctrl {
	display: flex;
	gap: 2.4rem;
	margin-bottom: 4.8rem;
}
.spulse_lp_faq .faq_tabctrl li {
	width: 50%;
}
.spulse_lp_faq .faq_tabctrl li a {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 8rem;
	background: #fff;
	border: 2px solid #E97900;
	text-align: center;
	color: #E97900;
}
.spulse_lp_faq .faq_tabctrl li .active {
	background: #E97900;
	color: #fff;
}
.faq_list li {
	line-height: 1.6;
	font-size: 1.5rem;
}
.faq_list li + li {
	margin-top: 2.4rem;
}
.faq_list .quest {
	position: relative;
	padding: 1.8rem 7rem 1.8rem 9rem;
	background: #F1E0CC;
}
.faq_list .quest:before {
    content: "Q";
	display: flex;
	align-items: center;
	justify-content: center;
    position: absolute;
    left: 0;
    top: 0;
    width: 6rem;
    height: 100%;
    background: #E97900;
	color: #fff;
	font-family: 'DIN Condensed';
	font-size: 3.2rem;
}
.faq_list .quest:after {
	content: "";
    position: absolute;
    right: 5.3rem;
    top: 0;
    transition-duration: 0.3s;
    width: 1.2rem;
    height: 100%;
    background: url(../image/common/icon_plus.svg) no-repeat center;
    background-size: 100%;
}
.faq_list .quest.open:after {
	transform: rotate(135deg);
}
.faq_list .answer {
	padding: 3rem 4rem;
	background: #fff;
	line-height: 1.6;
}
.faq_list .answer p + p {
	margin-top: 1.6rem;
}
.faq_list .answer a {
	text-decoration: underline;
	color: #0168B7;
}

.spulse_lp_notice {
	padding: 16rem 0;
}
.spulse_lp_notice .notices li {
	padding: 0 0 1.2rem;
	margin-bottom: 2.4rem;
	border-bottom: 1px solid;
	line-height: 1.8;
	font-size: 1.5rem;
}
.spulse_lp_notice .notices li:before {
	content: "●";
	color: #E97900;
}

.spulse_lp_contact {
	padding: 8rem 0;
	background: url(../image/common/bg_contact.png)no-repeat center;
	background-size: cover;
	color: #fff;
}
.spulse_lp_contact .btn {
	margin-bottom: 4.8rem;
	text-align: center;
}
.spulse_lp_contact .btn a {
	display: inline-block;
	padding: 3.6rem 1rem;
	width: 100%;
	max-width: 81.6rem;
	background: url(../image/common/icon_link_circle_ora.svg)no-repeat right 3.2rem center #fff;
	background-size: 5.4rem;
	border-radius: 1rem;
	line-height: 1;
	color: #E97900;
}
.spulse_lp_contact .btn .eng {
	font-size: 10rem;
}
.spulse_lp_contact .btn .jap {
	font-weight: 500;
}
.spulse_lp_contact .txt p + p {
	margin-top: 3.2rem;
}
.spulse_lp_contact .note {
	font-size: 1.4rem;
}
.spulse_lp_contact .note2 {
	font-size: 1.5rem;
}
.spulse_lp_contact .email a {
	display: inline-block;
	padding: 0.1rem 0 0.1rem 3.2rem;
	background: url(../image/common/icon_email.svg)no-repeat left center;
	background-size: 2.7rem;
}

/*** hover ***/
@media screen and (min-width: 960px) {
	.news_list li a:hover {
		background-position: right 1.8rem center;
	}
	
	.points_list .quest:hover:after,
	.faq_list .quest:hover:after {
		transform: rotate(135deg);
	}
	
	.spulse_lp_seat .seat_tabctrl li a:hover {
		background-color: #E97900;
		background-image: url(../image/common/icon_down_wh.svg);
		color: #fff;
	}
	
	.benefits_list li a:hover{
		opacity: 0.7;
	}
	
	.spulse_lp_notice .notices li a:hover {
		text-decoration: underline;
	}
}

/*** sp ***/
@media screen and (max-width: 834px) {
	.spulse_lp_news {
	    padding: 8rem 0;
	}
	.spulse_lp_news .spulse_lp_hdl {
	    margin-bottom: 4rem;
	}
	.spulse_lp_news .news_list {
		margin: 0 -2.4rem;
	}
	.news_list li + li {
	    margin-top: 1.2rem;
	}
	.news_list li a {
	    display: block;
		padding: 2.4rem;
	}
	.news_list li .dt {
	    padding: 0.5rem;
	    width: 9.6rem;
	}
	.news_list li .dd {
		padding: 1.2rem 2.4rem 0 0;
		width: auto;
	}
	
	.spulse_lp_about {
	    clip-path: polygon(0% 4.8rem, 100% 0%, 100% 100%, 0% 100%);
	    padding: 6.4rem 0;
		background-size: auto 100%;
	}
	.spulse_lp_about .mask01 {
	    left: -5rem;
	    top: 1.7rem;
	    width: 30.6rem;
	}
	.spulse_lp_about .mask02 {
	    right: 0;
	    width: 30.1rem;
	}
	.spulse_lp_about .head {
	    margin-bottom: 3.2rem;
	}
	.spulse_lp_about .head .jap {
	    margin-bottom: 1.2rem;
	    text-align: left;
	    line-height: 1.5;
	    font-size: 2rem;
	}
	.spulse_lp_about .head .eng {
	    margin-bottom: -1.5rem;
	    text-align: left;
		letter-spacing: 0.07em;
	    font-size: 3.6rem;
	}
	.spulse_lp_about .head .img {
	    margin: 0 0 3.2rem;
	}	
	.spulse_lp_about .spulse_lp_hds {
        font-size: 1.3rem;
    }
	.spulse_lp_about .about_flow {
	    flex-direction: column;
	    gap: 4rem;
	}
	.spulse_lp_about .about_flow li + li:before {
	    right: 0;
	    top: auto;
		bottom: 100%;
		transform: rotate(90deg);
	    height: 4rem;
	    width: 100%;
	    background-size: 2.4rem;
	}
	.about_flow_data {
		overflow-x: auto;
	}
	.about_flow_data img {
		min-width: 72rem;
	}
	
	.spulse_lp_ticket {
	    padding: 8rem 0;
	}
	.spulse_lp_ticket .ticket_introd {
	    margin-top: 4rem;
	}
	.ticket_introd ul {
	    gap: 1.2rem 0;
	}
	.ticket_introd .wid1,
	.ticket_introd .wid2 {
	    width: 100%;
		max-width: inherit;
	}
	.spulse_lp_btn_apply {
	    margin-top: 4rem;
	}
	.spulse_lp_btn_apply .btn {
		padding: 3rem 2.4rem 8.8rem;
		background-image: url(../image/common/bg_apply_sp.png);
		border-radius: 2rem;
		line-height: 1.5;
	}
	.spulse_lp_btn_apply .date {
	    text-align: center;
	}
	.spulse_lp_btn_apply .situation {
		margin-top: 1.2rem;
	    font-size: 4.2rem;
	}
	.spulse_lp_btn_apply .detail {
	    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
	    position: static;
		margin-top: 1.2rem;
	    padding: 1.3rem 2rem 1.3rem;
	    background-size: 1.2rem;
	    color: #E97900;
	}
	
	.ticket_introd .th {
	    margin-bottom: 0.4rem;
	    padding: 0.3rem;
	    font-size: 2rem;
	}
	.ticket_introd .td {
		padding: 1.6rem 0.8rem;
	}
	.ticket_introd .foucs {
	    line-height: 1.3;
	    font-size: 1.8rem;
	}
	
	.spulse_lp_schedule,
	.spulse_lp_points,
	.spulse_lp_seat,
	.spulse_lp_benefits,
	.spulse_lp_apply,
	.spulse_lp_notice {
	    padding: 8rem 0;
	}
	
	.points_list .quest {
	    padding: 2.4rem 3.2rem 2.4rem 6.6rem;
	}
	.points_list .quest:before {
		width: 5.8rem;
	}
	.points_list .icon_point01:before,
	.points_list .icon_point03:before,
	.points_list .icon_point04:before,
	.points_list .icon_point05:before {
		background-size: 4.205rem auto;
	}

	.points_list .quest:after {
		right: 1rem;
		background-image: url(../image/common/icon_link.svg);
	}
	.points_list .quest.open:after {
	    transform: rotate(-90deg);
	}
	
	.spulse_lp_price {
	    clip-path: polygon(0% 4.8rem, 100% 0%, 100% calc(100% - 4.8rem), 0% 100%);
	    padding: 10.8rem 0 8rem;
	}
	.spulse_lp_price:before {
		background-size: 100%;
	}
	.spulse_lp_price .price_info {
	    padding: 2rem 2.4rem;
	    margin-top: 3.2rem;
	}

	.spulse_lp_price .price_info .data {
		flex-direction: column;
		gap: 3.8rem;
	}

	.spulse_lp_price .price_info .data .data_item {
		width: 100%;
	}

	.spulse_lp_price .notes {
	    margin-top: 3.2rem;
		line-height: 1.8;
		font-size: 1.2rem;
	}
	
	.spulse_lp_seat .seat_tabctrl {
	    gap: 2.4rem 1.2rem;
	    margin-bottom: 4rem;
	}
	.spulse_lp_seat .seat_tabctrl li {
	    width: calc(50% - 0.6rem);
	}
	.spulse_lp_seat .seat_tabctrl li a {
	    padding: 1rem 3rem 1rem 1rem;
	}
	.spulse_lp_seat .seat_tabctrl li.all a {
	    padding-right: 3rem;
	    background-position: right 2rem center;
	}
	.spulse_lp_seat .seat_introd {
	    padding: 2.8rem 2.4rem 2rem;
		font-size: 1.2rem;
	}
	.spulse_lp_seat .map {
		margin: 0 -1.8rem 2.8rem;
	}
	.spulse_lp_seat .display {
		display: block;
	    padding: 2rem;
	}
	.spulse_lp_seat .display .img {
		margin-bottom: 1.2rem;
		width: auto;
	}
	.spulse_lp_seat .display .info {
		width: auto;
		font-size: 1.2rem;
	}
	.spulse_lp_seat .seat_introd .txt p + p {
	    margin-top: 2rem;
	}
	.spulse_lp_seat .seat_photo {
	    display: block;
	    margin-bottom: 2.4rem;
	}
	.seat_photo_swiper {
		margin-bottom: 0.8rem;
		width: auto;
	}
	.seat_photo_thumb {
	    flex-direction: row;
		gap: 0 0.4rem;
		width: auto;
	}

	
	.spulse_lp_seat .seat_introd .head {
		font-size: 1.8rem;
	}
	.spulse_lp_seat .seat_introd .price {
	    display: block;
	}
	.spulse_lp_seat .seat_introd .price li {
		width: auto;
	}
	
	.spulse_lp_benefits .benefits_list {
	    grid-template-columns: repeat(1, 1fr);
	    gap: 2.4rem 0;
	}
	
	.fancybox_content {
	    max-width: calc(100% - 3.2rem);
	}
	.fancybox_display .info {
	    padding: 1.6rem;
	}
	.fancybox_display .tit {
	    padding-bottom: 1.6rem;
	    margin-bottom: 1.6rem;
	}
	
	.benefits_banner {
		margin-top: 3.2rem;
	}
	.benefits_banner .tit {
		font-size: 1.3rem;
	}
	.benefits_banner .txt {
	    font-size: 1.3rem;
	}
	
	.spulse_lp_banner img {
		object-fit: cover;
		height: 16rem;
	}
	
	.spulse_lp_apply_swiper {
	    padding-bottom: 5rem;
	    background-size: auto 100%;
	}
	.spulse_lp_apply_swiper .swiper-slide {
	    max-width: calc(100% - 8rem);
	}
	.spulse_lp_apply_swiper .display {
	    display: block;
	    padding: 2.4rem;
	    height: 100%;
	}
	.spulse_lp_apply_swiper .display .img {
		margin-bottom: 2rem;
		width: auto;
	}

	.spulse_lp_apply_swiper .display .img + .info {
		width: auto;
	}

	.spulse_lp_apply_swiper .display .info {
		width: auto;
		font-size: 1.2rem;
	}
	.spulse_lp_apply_swiper .display .head {
	    padding: 0 0 1.2rem;
		margin-bottom: 1.8rem;
	    font-size: 1.5rem;
	}
	.spulse_lp_apply_swiper .display .head .step {
		display: block;
	    position: static;
	    transform: translateY(0%);
	    font-size: 3.6rem;
	}
	.spulse_lp_apply_swiper .swiper-pagination {
		display: flex;
		justify-content: space-between;
		gap: 0.4rem;
	    bottom: 3.2rem;
		left: 4rem;
		width: calc(100% - 8rem);
	}
	.spulse_lp_apply_swiper .swiper-pagination-bullet {
		margin: 0 !important;
	    width: 50%;
	}
	
	.spulse_lp_apply .spulse_lp_btn_apply {
		margin: 4rem 2.4rem 0;
	}
	
	.spulse_lp_faq {
	    clip-path: polygon(0% 4rem, 100% 0%, 100% calc(100% - 4rem), 0% 100%);
	    padding: 8rem 0;
	}
	.spulse_lp_faq .faq_tabctrl {
		justify-content: center;
		margin-bottom: 4rem;
	}
	.spulse_lp_faq .faq_tabctrl li {
		min-width: 11.8rem;
		font-size: 1.3rem;
	}
	.faq_list .quest {
	    padding: 2.4rem 3.2rem 2.4rem 6.6rem;
	}
	.faq_list .quest:before {
	    width: 5.8rem;
	    font-size: 2.1rem;
	}
	.faq_list .quest:after {
	    right: 1rem;
	}
	
	.spulse_lp_notice .notices li {
	    font-size: 1.2rem;
	}
	
	.spulse_lp_contact {
	    padding: 4rem 0;
	}
	.spulse_lp_contact .btn a {
	    padding: 3.6rem 1rem;
	    background-position: right 1.2rem center;
	    background-size: 3.6rem;
		font-size: 1.3rem;
	}
	.spulse_lp_contact .btn .eng {
	    font-size: 3.6rem;
	}
	.spulse_lp_contact .email {
		text-align: center;
	}
	.spulse_lp_contact .email a {
	    padding: 0.1rem 0 0.1rem 3rem;
		margin-top: 0.5rem;
	    background-size: 2.4rem;
	}
	.spulse_lp_contact .note {
	    font-size: 1rem;
	}
	.spulse_lp_contact .note2 {
	    font-size: 1.2rem;
	}
}
