/* CSS Document */
#wpadminbar{display:none;}
.inner{width: 1000px;margin: 0 auto;padding: 0;}
.inner01{width: 900px;margin: 0 auto;padding: 0;}
.inner02{width: 800px;margin: 0 auto;padding: 0;}
.inner03{width: 1270px;margin: 0 auto;padding: 0;}
html{font-family: 'Noto Sans', sans-serif;box-sizing: border-box;}
/*======================================================================*/
.paselive_main{width: 100%;overflow: hidden;font-size: 0;line-height: 0;position: relative;z-index: 10;}
.paselive_main img{width: 100%;}
.mainvisual_bnr{position: absolute;content: "";width: 10vw;height: 10vw;left: calc(50% + 10vw);bottom: 2vw;}
.mainvisual_bnr img{width: 100%;height: auto;}
/*header*/
.header{position: fixed;top: 0; left: 0; right: 0; z-index: 17;}
.header:before{position: absolute;content: "";width: 100%;height: 2px;left: 0;bottom: 0;
background: -moz-linear-gradient(90deg, #31A73A 0, #0B5BAB 35%, #52197D 70%, #E20066 100%);/* FF3.6+ */
background: -webkit-gradient(linear, 90deg, color-stop(0, 31A73A), color-stop(35%, 0B5BAB), color-stop(70%, 52197D), color-stop(100%, E20066));/* Chrome,Safari4+ */
background: -webkit-linear-gradient(90deg, #31A73A 0, #0B5BAB 35%, #52197D 70%, #E20066 100%);/* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(90deg, #31A73A 0, #0B5BAB 35%, #52197D 70%, #E20066 100%);/* Opera 11.10+ */
background: -ms-linear-gradient(90deg, #31A73A 0, #0B5BAB 35%, #52197D 70%, #E20066 100%);/* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1301FE', endColorstr='#F4F60C', GradientType='1'); /* for IE */
background: linear-gradient(90deg, #31A73A 0, #0B5BAB 35%, #52197D 70%, #E20066 100%);/* W3C */
}
h1.paselive_logo{
	margin-bottom: 0;
}
#contents{position: relative;}
#contents:before{position: absolute;content: "";width: 100%;height: 2px;left: 0;top: 0;
background: -moz-linear-gradient(90deg, #31A73A 0, #0B5BAB 35%, #52197D 70%, #E20066 100%);/* FF3.6+ */
background: -webkit-gradient(linear, 90deg, color-stop(0, 31A73A), color-stop(35%, 0B5BAB), color-stop(70%, 52197D), color-stop(100%, E20066));/* Chrome,Safari4+ */
background: -webkit-linear-gradient(90deg, #31A73A 0, #0B5BAB 35%, #52197D 70%, #E20066 100%);/* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(90deg, #31A73A 0, #0B5BAB 35%, #52197D 70%, #E20066 100%);/* Opera 11.10+ */
background: -ms-linear-gradient(90deg, #31A73A 0, #0B5BAB 35%, #52197D 70%, #E20066 100%);/* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1301FE', endColorstr='#F4F60C', GradientType='1'); /* for IE */
background: linear-gradient(90deg, #31A73A 0, #0B5BAB 35%, #52197D 70%, #E20066 100%);/* W3C */
}
.header_top_ct{background: #000;display: flex;flex-wrap: wrap;align-items: center;justify-content: space-between;height: 90px;}
.header_top_l{padding-left: 10%;display: flex;justify-content: center;align-items: center;height: 100%;}
.header_top_r{width: 50%;margin-left: auto;height: 100%;display: flex;flex-direction: column;justify-content: center;}
.gnavi02 > ul{display: flex;justify-content: flex-end;height: 90px;align-content: center;align-items: center;}
.gnavi02 > ul > li > a{text-decoration: none;font-size: 14px;color: #fff;text-align: center;display: block;padding: 38px 10px;line-height: 1em;}
.gnavi02 > ul > li > a:hover{color: #FAEC21;}
.gnavi02 > ul > li.gnavi02_search_btn{width: 180px;padding: 0;background: #F20071;position: relative;z-index: 1;}
.gnavi02 > ul > li.gnavi02_search_btn:before{position: absolute;content: "";width: 0;height: 0;border-style: solid;border-width: 88px 30px 0 0;
border-color: #000 transparent transparent transparent;top: 0;left: 0;}
.gnavi02 > ul > li.gnavi02_search_btn a{font-weight: bold;}
.gnavi02 > ul > li.gnavi02_search_btn:hover a{color: #fff;opacity: 0.8;}
#nav{position: fixed; top: 90px; left: 0; right: 0; margin-bottom: -49px; z-index: 13;}
.pc_navi{width:100%;background:rgba(49,48,48,0.58)}
.pc_navi > ul{display:flex;text-align:center;max-width:1000px;margin:0 auto}
.pc_navi > ul > li{position:relative;width:calc(100% / 6)}
.pc_navi > ul > li > a,.pc_navi > ul > li > p > a{display:block;margin:0;width:100%;text-decoration:none;text-align:center;font-weight:500;font-size:15px;line-height:1;letter-spacing:0;color:#fff;transition:all .2s ease;padding:17px 0}
.pc_navi > ul > li > a.title,.pc_navi > ul > li > p.title{position:relative}
.pc_navi > ul > li > a.title:hover,.pc_navi > ul > li > p.title:hover{content:"";background:#F20071;transition:all .5s ease}
.pc_navi > ul > li:hover{background:#F20071}
.pc_navi > ul .subInner{position:absolute;width:166px;right:50%;bottom:0;padding-bottom:10px;-webkit-transform:translate(50%,100%);-ms-transform:translate(50%,100%);transform:translate(50%,100%);-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out;opacity:0;visibility:hidden;z-index:1}
.pc_navi > ul .subInner.active{opacity:1;visibility:visible}
.pc_navi > ul .subInner ul li{padding:0 10px;background:#313030}
.pc_navi > ul .subInner ul li a{position:relative;display:block;padding:15px 0;font-size:12px;color:#fff;text-decoration:none;text-align:left;letter-spacing:0;font-family:"Noto Sans",sans-serif}
.pc_navi > ul .subInner ul li:hover{background:rgba(49,48,48,0.8)}

/*end header*/

.paselive_info{padding: 150px 0 80px;background:url("/images/paselive/paselive_bg.webp") repeat;}
.paselive_info .inner01{position: relative;}
.paselive_info .inner01:before{position: absolute;content: "";background:url("/images/paselive/paselive_img_ico01_l.webp") no-repeat;width: 208px;height: 192px;left: -160px;bottom: -70px;}
/* .inner01.clearfix */
h1 {
	margin-bottom: 30px;
	text-align: center;
	color: #F91E84;
	font-weight: bold;
}
.paselive_ttl01{text-align: center;color: #FAEC21;font-weight: bold;line-height: 1.5em;margin-bottom: 30px;position: relative;}
.paselive_ttl01:before{position: absolute;content: "";background:url("/images/paselive/paselive_whatis_img_pc.webp") no-repeat;width: 949px;height: 106px;
background-size: 100% auto;top: -83px;left: 50%;transform: translateX(-50%);}
.paselive_ttl01_sub01{font-size: 54px;margin-right: 0;}
.paselive_ttl01_sub03{font-size: 52px;}
.paselive_ttl01_sub02{font-size: 32px;margin-right: 20px;}
.paselive_txt01{font-size: 15px;text-align: center;color: #fff;line-height: 2em;font-weight: bold;}

/*===========paselive_event=============*/
.paselive_ttl02{text-align: center;color: #fff;font-size: 30px;font-weight: bold;position: relative;margin-bottom: 10px;line-height: 1em;}
.paselive_ttl02_box {
	margin-bottom:90px;
}
.paselive_ttl02_box:before{position: absolute;content: "";background: url("/images/paselive/paselive_bg_ttl.webp") no-repeat;width: 200px;height: 24px;left: 50%;transform: translateX(-50%);top: 150px;}
.paselive_event{background: #000;padding: 70px 0 60px 0;}
.paselive_event_txt{color: #fff;}
.paselive_event_ct{display: flex;flex-wrap: wrap;}
/*.paselive_event_ct.paselive_event_ct02{display: none;}*/

.paselive_event_it{width: calc((100% - 60px) / 4);margin:0 20px 20px 0;
	background: -moz-linear-gradient(90deg,rgba(57,179,74,0.4) 0, rgba(0,113,186,0.4) 35%, rgba(102,45,143,0.4) 70%, rgba(235,30,121,0.4) 100%);/* FF3.6+ */
	background: -webkit-gradient(linear, 1deg, color-stop(0, 39B34A), color-stop(35%, 0071BA), color-stop(70%, 662D8F), color-stop(100%, EB1E79));/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(90deg,rgba(57,179,74,0.4) 0, rgba(0,113,186,0.4) 35%, rgba(102,45,143,0.4) 70%, rgba(235,30,121,0.4) 100%);/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(90deg,rgba(57,179,74,0.4) 0, rgba(0,113,186,0.4) 35%, rgba(102,45,143,0.4) 70%, rgba(235,30,121,0.4) 100%);/* Opera 11.10+ */
	background: -ms-linear-gradient(90deg,rgba(57,179,74,0.4) 0, rgba(0,113,186,0.4) 35%, rgba(102,45,143,0.4) 70%, rgba(235,30,121,0.4) 100%);/* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1301FE', endColorstr='#F4F60C', GradientType='1'); /* for IE */
	background: linear-gradient(90deg,rgba(57,179,74,0.4) 0, rgba(0,113,186,0.4) 35%, rgba(102,45,143,0.4) 70%, rgba(235,30,121,0.4) 100%);/* W3C */
	border-radius: 5px;
	padding: 41px 0 17px 0;
/*
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	flex-direction: column;
*/
}
.paselive_event_it:nth-child(4n+4){margin-right: 0;}
.paselive_event_ico{text-align: center;margin-bottom: 0;}
.paselive_event_txt{text-align: center;font-weight: bold;font-size: 16px;line-height: 1.4em;display: flex;justify-content: center;align-items: center;}
.paselive_event_ct02 .paselive_event_it{padding: 30px 0;}
.paselive_btn01{width: 390px;margin: 10px auto auto;background: #1A1A1A;text-align: center;font-size: 16px;font-weight: bold;text-decoration: none;color: #808080;padding: 18px 0;display: block;}

.paselive_btn01:hover{color:#fff;background:rgba(255,255,255,0.3);cursor: pointer;}
.paselive_btn01_sub01{padding-left: 30px;line-height: 1em;position: relative;}
.paselive_btn01_sub01:before{position: absolute;content: "\f107";font-size: 20px;top: 50%;left: 30px;transform: translateY(-50%);font-family: "Font Awesome 5 Free";}
.paselive_btn01.rotate .paselive_btn01_sub01::before{content: "\f106";}
/*===========end paselive_event=============*/
/*===========paselive_service=============*/
.paselive_service{background: #000;padding: 60px 0 50px;}
.paselive_ttl02_sub01{font-size: 19px;text-align: center;color: #fff;font-weight: bold;margin-bottom: 40px;}
/*===========end paselive_service=============*/
.paselive_service_it{margin-bottom: 20px;
	background: -moz-linear-gradient(90deg,rgba(57,179,74,0.4) 0, rgba(0,113,186,0.4) 35%, rgba(102,45,143,0.4) 70%, rgba(235,30,121,0.4) 100%);/* FF3.6+ */
	background: -webkit-gradient(linear, 1deg, color-stop(0, 39B34A), color-stop(35%, 0071BA), color-stop(70%, 662D8F), color-stop(100%, EB1E79));/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(90deg,rgba(57,179,74,0.4) 0, rgba(0,113,186,0.4) 35%, rgba(102,45,143,0.4) 70%, rgba(235,30,121,0.4) 100%);/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(90deg,rgba(57,179,74,0.4) 0, rgba(0,113,186,0.4) 35%, rgba(102,45,143,0.4) 70%, rgba(235,30,121,0.4) 100%);/* Opera 11.10+ */
	background: -ms-linear-gradient(90deg,rgba(57,179,74,0.4) 0, rgba(0,113,186,0.4) 35%, rgba(102,45,143,0.4) 70%, rgba(235,30,121,0.4) 100%);/* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1301FE', endColorstr='#F4F60C', GradientType='1'); /* for IE */
	background: linear-gradient(90deg,rgba(57,179,74,0.4) 0, rgba(0,113,186,0.4) 35%, rgba(102,45,143,0.4) 70%, rgba(235,30,121,0.4) 100%);/* W3C */
	border-radius: 5px;
}
.paselive_service_ttl_bx{
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 19px 0;
	position: relative;
	cursor: pointer;
}
.paselive_service_ttl_bx:before{position: absolute;content: "\002B";font-size: 30px;color: #fff;top: 50%;transform: translateY(-50%);right: 48px;}
.paselive_service_ttl{font-size: 20px;font-weight: bold;color: #fff;line-height: 1em;}
.paselive_service_ico{margin-right: 32px;}
.paselive_service{position: relative;overflow: hidden;}
.paselive_service:before{position: absolute;content: "";background: #1a1a1a;width: 150%;height: 550px;top: 289px;left: 50%;transform:translateX(-50%) skewY(-11deg);}


/*==============paselive_eventflow============*/
.paselive_eventflow{background: #000;padding: 50px 0 80px 0;}
.paselive_eventflow_ls{display: flex;color: #fff;padding: 0 12px;}
.paselive_eventflow_it{width: calc((100% - 96px) / 9);margin-right: 12px;display: flex;justify-content: center;align-items: center;flex-direction: column;margin-bottom: 10px;}
.paselive_eventflow_it:last-child{margin-right: 0;}
.paselive_eventflow_it dt{border-bottom: 2px dotted #fff;width: 100%;display: flex;align-items: center;justify-content: center;margin-bottom: 10px;}
.paselive_eventflow_it dd{display: flex;justify-content: center;align-items: center;text-align: center;font-size: 15px;font-weight: bold;line-height: 1.2em;}
.paselive_eventflow_step{font-size: 14px;font-weight: bold;padding-right: 10px;}
.paselive_eventflow_number{font-size: 30px;font-weight: bold;}
.paselive_eventflow_bg{margin-bottom: 60px;}
.paselive_btn02{width: 390px;margin: 10px auto auto;border: 1px solid #FBED21;
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	position: relative;
	transition-property: color;
	transition-duration: 0.5s;
}

.paselive_btn02:before{
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(251,237,33,0.9);
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.paselive_btn02:hover{color: #fff;}
.paselive_btn02:hover a{color: #fff;}
.paselive_btn02:hover:before{
	-webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.paselive_btn02:hover .paselive_btn02_sub02:before{color:#fff;}
.paselive_btn02:hover .paselive_btn02_sub03:before{color:#fff;}

.paselive_btn02 a {text-align: center;font-size: 16px;font-weight: bold;text-decoration: none;color: #FBED21;padding: 18px 0;display: block;}
.paselive_btn02_sub02 {padding-left: 30px;line-height: 1em;position: relative;}
.paselive_btn02_sub02:before {position: absolute;content: "\f105";font-size: 20px;top: 50%;left: 30px;transform: translateY(-50%);font-family: "Font Awesome 5 Free";color: #FBED21;}
/*==============end_paselive_eventflow============*/

/*==============paselive_reservation================*/
.paselive_reservation{background: #000;padding: 80px 0 160px;}
.paselive_btn02_sub03{position: relative;}
.paselive_btn02_sub03:before{position: absolute;content: "\f0e0";font-size: 20px;top: 50%;left: 30px;transform: translateY(-50%);color: #FBED21;font-family: "Font Awesome 5 Free";}
.paselive_reservation_bx{max-width: 640px;margin: 0 auto;}
.paselive_reservation_sub{text-align: center;margin-bottom: 15px;}
.paselive_reservation_sub01{font-size: 16px;color: #F91E84;font-weight: 500;position: relative;padding: 0 50px;}
.paselive_reservation_sub01:before{position: absolute;content: "";background: #F91E84;width: 2px;height: 16px;left: 0;transform: skewX(40deg);top: 10px;}
.paselive_reservation_sub01:after{position: absolute;content: "";background: #F91E84;width: 2px;height: 16px;right: 0;transform: skewX(-40deg);top: 10px;}
.paselive_ttl03{font-size: 24px;font-weight: bold;text-align: center;color: #fff;letter-spacing: -0.1em;position: relative;}
.paselive_ttl03:before{position: absolute;content: "";background:url("/images/paselive/paselive_ttl03_bg.webp") no-repeat;width:140px;height: 78px;left: 50%;top: 50%;transform: translate(-50%, -50%);}
.paselive_reservation_sub02{font-size: 15px;font-weight: bold;text-align: center;color: #fff;margin-bottom: 15px;}
/*==============end_paselive_reservation============*/


/*================*/
.paselive_feature{padding: 160px 0 100px 0;background: #000;}
.paselive_feature_ttl{text-align: center;color:#FBED21;font-size: 32px;font-weight: bold;position: relative;margin-bottom: 120px;}
.paselive_feature_ttl:before{position: absolute;content: "";background:url("/images/paselive/paselive_feature_bg.webp") no-repeat;background-size: 100% auto;width: 440px;height: 105px;left: 50%;top: 50%;transform: translate(-50%, -50%);}
.feature_ttl01_sub{font-style: italic;color: #FAEC21;font-weight: bold;display: inline-block;padding-bottom: 5px;position: relative;margin-bottom: 27px;z-index: 1;}
.feature_ttl01_sub:before{position: absolute;content: "";background:url("/images/paselive/paselive_feature_ico.webp") no-repeat;background-size: 100% auto;width: 80px;height: 81px;top: 50%;transform: translateY(-50%);right: -40px;z-index: -1;}
.feature_ttl01_sub:after{position: absolute;content: "";width: 100%;height: 2px;background: #FAEC21;bottom: 0;left: 0;}
.feature_ttl01{color: #fff;font-size: 28px;font-weight: bold;margin-bottom:23px;line-height: 1.7em;}
.feature_des{color: #fff;font-size: 16px;font-weight: bold;line-height: 2em;}
.paselive_feature_it_txt .paselive_btn04{width: 350px;margin-top: 10px;}

.paselive_feature_it_bx{display: flex;align-items: center;position: relative;z-index: 1;}
.paselive_feature_odd .paselive_feature_it_txt{width: 482px;margin-right: 40px;}
.paselive_feature_odd .paselive_feature_it_img{width: calc(100% - 522px);}
.paselive_feature_it{position: relative;margin-bottom: 110px;}
.paselive_feature_it_bg{position: relative;}
.paselive_feature_it_bg:before{position: absolute;content: "";width: calc(50vw + 290px);background: #1a1a1a;right: 0;bottom: -40px;height: 170px;z-index: 0;}


.paselive_feature_it02{position: relative;}

.paselive_feature_even .paselive_feature_it_txt{width: 480px;margin-left: 55px;order: 2;}
.paselive_feature_even .paselive_feature_it_img{width: calc(100% - 535px);order: 1;}
.paselive_feature_even .paselive_feature_it_bg:before{position: absolute;content: "";width: calc(50vw + 390px);background: #1a1a1a;left: 0;right: inherit;bottom: -40px;height: 170px;z-index: 0;}


/*==========================*/
/*===========slider===============*/
.slick-dotted.paselive_slider{padding-bottom: 36px;margin-bottom: 0;}
/*
.paselive_slider .slick-dots{display: flex;bottom: -24px;}
.slick-dots li{display: inherit;width: 15px;height: 15px;margin: 0 15px 0 0;}
.slick-dots{text-align: left;}
.slick-dots li:last-child{margin-right: 0;}
.slick-dots li button{background: #4D4D4D;border-radius: 15px;width: 15px;height: 15px;}
.slick-dots li button::before {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    background: #4D4D4D;
}
.slick-dots li.slick-active button::before{background: #f81e83; width: 15px;
		height: 15px;
		border-radius: 15px;
		position: absolute;
		top: 0;
		left: 0;
		content: '';
	}
*/
.paselive_slider .slick-prev{
		right: 65px;
		left: inherit;
	}
.paselive_slider .slick-next{
		right: 0;
	}
.paselive_slider .slick-prev,.paselive_slider .slick-next {
	width: 35px;
	height: 35px;
	bottom: -50px;top: inherit;
	}
.paselive_slider .slick-next:before {
    position: absolute;
    content: "";
	width: 35px;
	height: 35px;
    background: url("/images/paselive/paselive_next.webp") no-repeat;
    background-size: 35px 35px;
    right: 0;
    top: calc(50% - 17px);
}
.paselive_slider .slick-prev:before {
    position: absolute;
    content: "";
	width: 35px;
	height: 35px;
    background: url("/images/paselive/paselive_prev.webp") no-repeat;
    background-size: 35px 35px;
    left: 0;
    top: calc(50% - 17px);
}
/*slider02*/
.paselive_recomment_slider .slick-dots{display: flex;justify-content: center;}
.paselive_recomment_slider .slick-next, .paselive_recomment_slider .slick-prev{width: 35px;height: 35px;top: 202px;}
.paselive_recomment_slider .slick-next{z-index: 9;right: -132px;}
.paselive_recomment_slider .slick-prev{left: -132px;}

.paselive_recomment_slider .slick-next:before {
    position: absolute;
    content: "";
	width: 35px;
	height: 35px;
    background: url("/images/paselive/paselive_next.webp") no-repeat;
    background-size: 35px 35px;
    right: 0;
    top: 0;
	z-index: 99999;
}
.paselive_recomment_slider .slick-prev:before {
    position: absolute;
    content: "";
	width: 35px;
	height: 35px;
    background: url("/images/paselive/paselive_prev.webp") no-repeat;
    background-size: 35px 35px;
    left: 0;
    top:0;
}
/*===========slider===============*/


/*recomment*/
.paselive_recommend{background: #000;padding: 114px 0 110px 0;position: relative;}
.paselive_recommend:before{position: absolute;content: "";width: 100%;height: 432px;background: #1A1A1A;left: 0;bottom: 146px;z-index: 0;}
.paselive_recommend_ttl {text-align: center;color: #FBED21;font-size: 32px;font-weight: bold;position: relative;margin-bottom: 80px;}
.paselive_recommend_ttl:before{position: absolute;content: "";background:url("/images/paselive/paselive_recommend_ttl_bg.webp") no-repeat;background-size: 100% auto;width: 612px;height: 106px;left: 50%;top: 50%;transform: translate(-50%, -50%);}
.list_recommend{display: flex;margin-bottom: 55px;}
.list_recommend li{width: calc((100% - 40px) / 3);margin-right: 20px;box-sizing: border-box;}
.list_recommend li:last-child{margin-right: 0;}
.list_recommend li .tab_recommend{text-align: center;font-size: 16px;font-weight: bold;color: #fff;background: #1A1A1A;display: block;padding: 10px 0;cursor: pointer;box-sizing: border-box;border: 3px solid #1A1A1A;}
.list_recommend li .tab_recommend.active{background: #666666;color: #1A1A1A;font-size: 16px;font-weight: 500;box-sizing: border-box;position: relative;border: 3px solid #979797;}
.recomment_box_img{background: #fff;text-align: center;padding: 20px 0;margin: 0 auto;}
.recomment_box_img img{text-align: center;margin: 0 auto;}
.recomment_txt{text-align: center;font-size: 26px;font-weight: bold;color: #FAEC21;padding: 45px 0 32px 0;}
.paselive_btn03{width: 390px;margin: 10px auto auto;border: 1px solid #F81E83;position: relative;z-index: 16;}
.paselive_btn03:hover a{background:#F81E83;color: #fff;}
.paselive_btn03:hover a .paselive_btn03_sub03:before{color: #fff;}
.paselive_btn03 a {text-align: center;font-size: 16px;font-weight: bold;text-decoration: none;color: #F81E83;padding: 22px 0;display: block;}
.paselive_btn03_sub03 {padding-left: 30px;line-height: 1em;position: relative;}
.paselive_btn03_sub03:before{position: absolute;content: "\f054";top: 50%;left: 30px;transform: translateY(-50%);font-family: "Font Awesome 5 Free";color: #F81E83;}
.tab_container .tab_content {position: relative;}
.tab_container .tab_content{position: relative;padding-bottom: 79px;}
.tab_container .tab_content > .paselive_recomment_bx {opacity: 0;visibility: hidden;transition: all 0.3s ease;z-index: -1;position: absolute; width: 100%;}
.tab_container .tab_content > .paselive_recomment_bx.active {opacity: 1;visibility: visible;z-index: 1;}
/*end recomment*/

/*result*/
.paselive_result{background: #000;padding: 50px 0;}
.paselive_btn04{width: 250px;margin: 0 0 0 auto;border: 1px solid #F81E83;position: relative;z-index: 16;}
.paselive_btn04:hover a{background: #F81E83;color:#fff;}
.paselive_btn04:hover .paselive_btn04_sub04::before{color: #fff;}
.paselive_btn04 a {text-align: center;font-size: 12px;text-decoration: none;color: #F81E83;padding: 12px 0;display: block;transition: all 0.3s ease;}
.paselive_btn04_sub04 {padding-left: 30px;line-height: 1em;position: relative;}
.paselive_btn04_sub04:before{position: absolute;content: "\f054";top: 50%;left: 30px;transform: translateY(-50%);font-family: "Font Awesome 5 Free";color: #F81E83;font-weight: bold;font-size: 16px;}
/*result*/


/*==========paselive_used==========*/
.paselive_used{background: #000;padding: 100px 0;}
.paselive_used_ttl{text-align: center;margin-bottom: 35px;}
.paselive_used_ttl_sub01{font-size: 28px;color: #FAEC21;font-weight: bold;position: relative;padding: 0 70px;}
.paselive_used_ttl_sub01:before{position: absolute;content: "";background: #FAEC21;width: 3px;height: 30px;left: 0;transform: skewX(40deg);top: 10px;}
.paselive_used_ttl_sub01:after{position: absolute;content: "";background: #FAEC21;width: 3px;height: 30px;right: 0;transform: skewX(-40deg);top: 10px;}
.paselive_used_company{max-width: 760px;margin: 0 auto;}
.paselive_used_company_ls{display: flex;flex-wrap: wrap;justify-content: center;align-items: center;margin-bottom: 44px;}
.paselive_used_company_ls li{margin:0 40px 14px 0;}
.paselive_used_company_ls li:last-child{margin-right: 0;}
.paselive_used_company_ls li:nth-child(3n){margin-right: 0;}
.paselive_btn05{width: 390px;margin: 10px auto auto;border: 1px solid #FBED21;}
.paselive_btn05:hover a{background: rgba(251,237,33,0.9);color:#fff;}
.paselive_btn05:hover a .paselive_btn05_sub05::before{color:#fff;}
.paselive_btn05 a {text-align: center;font-size: 16px;font-weight: bold;text-decoration: none;color: #FBED21;padding: 22px 0;display: block;}
.paselive_btn05_sub05 {padding-left: 30px;line-height: 1em;position: relative;}
.paselive_btn05_sub05:before {position: absolute;content: "\f105";font-size: 20px;top: 50%;left: 30px;transform: translateY(-50%);font-family: "Font Awesome 5 Free";color: #FBED21;}

/*==========paselive_used==========*/


/*==========paselive_gallery========*/
.paselive_gallery{padding: 100px 0;background: #000;}
.paselive_gallery_ttl {text-align: center;color: #FBED21;font-size: 32px;font-weight: bold;position: relative;margin-bottom: 80px;}
.paselive_gallery_ttl:before{position: absolute;content: "";background:url("/images/paselive/paselive_gallery_ttl_bg.webp") no-repeat;background-size: 100% auto;width: 381px;height: 106px;left: 50%;top: 50%;transform: translate(-50%, -50%);}
.paselive_gallery_ls{display: flex;margin-bottom: 60px; flex-wrap: wrap;}
.paselive_gallery_ls .paselive_gallery_ls_it{width: calc((100% - 102px) / 3);margin-right: 30px;border: 2px solid #707070;position: relative;font-size: 0; margin-bottom: 30px;}
.paselive_gallery_ls .paselive_gallery_ls_it:last-child{margin-right: 0;}
.paselive_gallery .paselive_btn03_sub03::before{color: #F81E83;}
.paselive_gallery_des{position: absolute;text-align: center;top: 50%;left:50%;transform: translate(-50%, -50%);opacity: 0;transition: all 0.5s ease;z-index: 12;width: 100%;}
.paselive_gallery_des_ttl{font-size: 24px;color: #fff;line-height: 1em;margin-bottom: 10px;}
.paselive_gallery_des_ttl_sub{font-size: 18px;color: #fff;line-height: 1em;margin-bottom: 20px;}
.paselive_gallery_des_btn{display: inline-block;box-sizing: border-box;}
.paselive_gallery_des_btn a{font-size: 14px;color: #fff;display: block;border: 1px solid #fff;padding: 12px 43px;line-height: 1em;text-decoration: none;}
.paselive_gallery_ls .paselive_gallery_ls_it:hover .paselive_gallery_des{opacity: 1;}
.paselive_gallery_ls .paselive_gallery_ls_it:hover:after{
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 9;
	background: url("/images/paselive/paselive_gallery_it_bg.webp") no-repeat;
	background-size: 100% auto;

}
.paselive_gallery_img img{max-width: 100%;}
/*==========paselive_gallery========*/


/*footer*/
footer{position: relative;z-index: 20;}
.search_condition{
	background: -moz-linear-gradient(0deg, #D2145A 0, #F81E83 100%);/* FF3.6+ */
	background: -webkit-gradient(linear, 0deg, color-stop(0, 9E0F44), color-stop(100%, F81E83));/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(0deg, #D2145A 0, #F81E83 100%);/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(0deg, #D2145A 0, #F81E83 100%);/* Opera 11.10+ */
	background: -ms-linear-gradient(0deg, #D2145A 0, #F81E83 100%);/* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1301FE', endColorstr='#F4F60C', GradientType='1'); /* for IE */
	background: linear-gradient(0deg, #D2145A 0, #F81E83 100%);/* W3C */
	margin: 0 auto;
}
.search_condition_btn_sub01{position: relative;z-index: 1;}
.search_condition_btn_sub01:before{position:absolute;content: "";background:url("/images/paselive/search_condition_ico.webp") no-repeat;width: 45px;height: 45px;right: -32px;top: 50%;transform: translateY(-50%);z-index: -1;}
.search_condition_btn a{text-align: center;text-decoration: none;font-size: 24px;font-weight: bold;color: #fff;display: block;padding: 16px 0;}
#contents > .contact{
	padding: 70px 0;
	background: -moz-linear-gradient(90deg, #0C2610 0, #001726 35%, #231033 70%, #400821 100%);/* FF3.6+ */
	background: -webkit-gradient(linear, 90deg, color-stop(0, 0C2610), color-stop(35%, 001726), color-stop(70%, 231033), color-stop(100%, 400821));/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(90deg, #0C2610 0, #001726 35%, #231033 70%, #400821 100%);/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(90deg, #0C2610 0, #001726 35%, #231033 70%, #400821 100%);/* Opera 11.10+ */
	background: -ms-linear-gradient(90deg, #0C2610 0, #001726 35%, #231033 70%, #400821 100%);/* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1301FE', endColorstr='#F4F60C', GradientType='1'); /* for IE */
	background: linear-gradient(90deg, #0C2610 0, #001726 35%, #231033 70%, #400821 100%);/* W3C */
}
.search_condition_btn_sub02{position: relative;}
.search_condition_btn_sub02:before {
    position: absolute;
    content: "\f107";
    top: 50%;
    left: 80px;
    transform: translateY(-50%);
    font-family: "Font Awesome 5 Free";
	color: #fff;
}
.footer_top{background: #000;padding: 30px 0;}
.f_logo{text-align: center;}
.footer_nav{background: #333333;padding: 40px 0 30px 0;}
.footer_list_nav{display: flex;}
.footer_list_nav .list_nav{margin-right: 40px;}
.footer_list_nav .list_nav:nth-child(1){width: 236px;}
.footer_list_nav .list_nav:nth-child(2){width: 164px;}
.footer_list_nav .list_nav:nth-child(3){width: 120px;}
.footer_list_nav .list_nav:nth-child(4){width: calc(100% - 640px);}
.footer_list_nav .list_nav:last-child{margin-right: 0;}
.footer_list_nav .list_nav a{text-align: left;font-size: 14px;font-weight: bold;color: #fff;text-decoration: none;line-height: 1em;padding: 8px 0;display: block;}
.copyright{background: #000;}
.copyright p{padding: 30px 0;text-align: center;color: #FAEC21;font-size: 12px;font-weight: bold;}

/*paselive_service_ct*/
.paselive_service_ct{position: relative;z-index: 9;}
.paselive_service_des_ct{padding: 0 80px 40px 80px;color: #fff;}
.list_service_img{display: flex;margin-bottom: 30px;}
.list_service_img li{width: calc(100% / 2);margin-right: 40px;}
.list_service_img li:last-child{margin-right: 0;}
.paselive_service_des_txt{font-size: 14px;font-weight: 500;text-align: center;line-height: 2.1em;margin-bottom: 20px;}
.paselive_btn_service{width: 250px;margin: 0 auto;border: 1px solid #F81E83;position: relative;z-index: 16;}
.paselive_btn_service a{
	text-align: center;
font-size: 16px;
font-weight: bold;
text-decoration: none;
color: #F81E83;
padding: 12px 0;
display: block;
}
.paselive_btn_service_sub01{}
.paselive_btn_service_sub02{
	padding-left: 15px;
line-height: 1em;
position: relative;
}
.paselive_btn_service_sub02:before{
position: absolute;
content: "\f1c1";
top: 50%;
left: 15px;
transform: translateY(-50%);
font-family: "Font Awesome 5 Free";
color: #F81E83;
font-size: 30px;
}
.paselive_service_ttl_bx.rotate{border-radius: 0;}
.paselive_service_ttl_bx.rotate:before{
	content: "\2212";
}

/*popup_content_ct*/
.popup_content_ct{width: 750px;
background: -moz-linear-gradient(90deg,rgba(57,179,74,0.4) 0, rgba(0,113,186,0.4) 35%, rgba(102,45,143,0.4) 70%, rgba(235,30,121,0.4) 100%);/* FF3.6+ */
background: -webkit-gradient(linear, 1deg, color-stop(0, 39B34A), color-stop(35%, 0071BA), color-stop(70%, 662D8F), color-stop(100%, EB1E79));/* Chrome,Safari4+ */
background: -webkit-linear-gradient(90deg,rgba(57,179,74,0.4) 0, rgba(0,113,186,0.4) 35%, rgba(102,45,143,0.4) 70%, rgba(235,30,121,0.4) 100%);/* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(90deg,rgba(57,179,74,0.4) 0, rgba(0,113,186,0.4) 35%, rgba(102,45,143,0.4) 70%, rgba(235,30,121,0.4) 100%);/* Opera 11.10+ */
background: -ms-linear-gradient(90deg,rgba(57,179,74,0.4) 0, rgba(0,113,186,0.4) 35%, rgba(102,45,143,0.4) 70%, rgba(235,30,121,0.4) 100%);/* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1301FE', endColorstr='#F4F60C', GradientType='1'); /* for IE */
background: linear-gradient(90deg,rgba(57,179,74,0.4) 0, rgba(0,113,186,0.4) 35%, rgba(102,45,143,0.4) 70%, rgba(235,30,121,0.4) 100%);/* W3C */
	padding: 45px 80px 60px 80px;
	box-sizing: border-box;

}
.popup_content_ttl{color: #fff;position: relative;}
.popup_content_ttl_sub01{font-size: 12px;font-weight: bold;text-align: center;margin-bottom: 10px;}
.popup_content_ttl_sub02{font-size: 24px;font-weight: bold;text-align: center;position: relative;margin-bottom: 60px;}
.popup_content_ttl_sub02:before{
	position: absolute;
content: "";
background: url("/images/paselive/line_popup_img.webp") no-repeat;
width: 161px;
height: 19px;
left: 50%;
transform: translateX(-50%);
bottom: -30px;

}
.popup_content_ttl_sub03{font-size: 11px;background: #F81E83;padding: 4px 10px;display: inline-block;position: absolute;left: 20px;top: 5px;}
.popup_content_ct_img{}
.popup_content_ct_img_r_ls:after{content: "";display: block;clear: both;}
.popup_content_ct_img_r_ls li{float: left;font-size: 0;line-height: 0;}
.popup_content_ct_img_r_ls li:nth-child(1){width: 390px;margin-right: 10px;}
.popup_content_ct_img_r_ls li:nth-child(1) img{width: 100%;}
.popup_content_ct_img_l{width: 100%;}
.popup_content_ct_img_r_ls li:nth-child(2), .popup_content_ct_img_r_ls li:nth-child(3){width: calc(100% - 400px);}
.popup_content_ct_img_r_ls li:nth-child(2){margin-bottom: 6px;}
.popup_content_ct_img_r_ls li:nth-child(3){margin-bottom: 0;}
.popup_content_ct_img_r_ls img{max-width: 100%;width: 100%;font-size: 0;line-height: 0;}
.popup_content_ct_img_r_ls{margin-bottom: 15px;}
/*
.popup_content_ct_img .popup_content_ct_img_l{width: 390px;margin-right: 10px;}
.popup_content_ct_img .popup_content_ct_img_l img{max-width: 100%;max-height: 260px;}
.popup_content_ct_img_r_ls li{margin-bottom: 10px;font-size: 0;}
.popup_content_ct_img_r_ls li:last-child{margin-bottom: 0;}
.popup_content_ct_img_r_ls img{max-width: 100%;max-height: 125px;}
*/
.popup_content_ct_txt_des{font-size: 14px;color: #fff;font-family: 'Noto Sans', sans-serif;font-weight: bold;line-height: 1.9em;margin-bottom: 50px;}
.popup_content_ct_ls_txt{font-size: 12px;color:#FAEC21;padding-left: 30px;border-left: 2px solid #FAEC21;line-height: 1.6em;}
.popup_content{position: relative;}
.popup_close{position: absolute;top: 20px;right: 20px;cursor: pointer;}







/* Popup */
.popupOverlay {
	background-color: rgba(0,0,0,0.8);
	display: none;
	position: fixed;
	z-index: 50;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.popup_content {
	position: fixed;top: 50%;left: 50%;transform: translate(-50%,-50%);
	z-index: 51;
	display: none;
}
.popup_btn {
	cursor: pointer;
}
.popup_btn:hover{opacity: 0.8;}
.popup_close:hover{opacity: 0.8;}

.search_idx{
	background: -moz-linear-gradient(180deg, #F81E83 0, #D2145A 100%);/* FF3.6+ */
	background: -webkit-gradient(linear, 180deg, color-stop(0, F81E83), color-stop(100%, D2145A));/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(180deg, #F81E83 0, #D2145A 100%);/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(180deg, #F81E83 0, #D2145A 100%);/* Opera 11.10+ */
	background: -ms-linear-gradient(180deg, #F81E83 0, #D2145A 100%);/* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1301FE', endColorstr='#F4F60C', GradientType='1'); /* for IE */
	background: linear-gradient(180deg, #F81E83 0, #D2145A 100%);/* W3C */
	padding: 70px 0 ;
}
.search_idx_bx{background: rgba(0,0,0,0.8);padding: 0 0 50px 0;}
.list_step_bx{display: flex;margin-bottom: 40px;align-items: center;}
.list_step_bx .list_step_bx_l{width: 550px;margin-right: 40px;}
.list_step_bx_l .list_step01{display: flex;}
.list_step01 li{font-size:16px;font-weight: bold;color: #333333;margin-right: 30px;position: relative;cursor: pointer;}
.list_step01 li:before{position: absolute;content: "";width: 2px;height: 16px;background: #333333;top: 10px;
	transform:rotate(15deg) translateY(-50%);
	right: -15px;
}
.list_step01 li.active{color:#faec21;border-bottom: 1px solid #faec21;padding-bottom: 10px;}
.list_step01 li:last-child:before{content: none;}
.list_step01 li:last-child{margin-right: 0;}
.list_step_bx .list_step_bx_r{width: calc(100% - 590px);}
.search_idx_bx .box ul{display: flex;flex-wrap: wrap;}
.search_idx_bx .box ul li{width: calc((100% - 96px) / 4);margin:0 32px 32px 0;
	background: rgba(255,255,255,0.4);
	font-size:16px;
	color: #fff;
	font-weight: 500;
	text-align: center;
	border-radius:5px;
	padding: 27px 0;
	line-height: 1em;
	cursor: pointer;
}
.search_idx_bx .box ul li:hover, .search_idx_bx .box ul li.active{
	background: #333333;
}
.search_idx_bx .box ul li:nth-child(4n+4){margin-right: 0;}
.btn_search_rs_bx{display:block;margin: 0 auto;text-align: center;}
.btn_search_rs{
	width: 300px;
	background: -moz-linear-gradient(180deg, #F81E83 0, #D2145A 100%);/* FF3.6+ */
	background: -webkit-gradient(linear, 180deg, color-stop(0, F81E83), color-stop(100%, D2145A));/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(180deg, #F81E83 0, #D2145A 100%);/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(180deg, #F81E83 0, #D2145A 100%);/* Opera 11.10+ */
	background: -ms-linear-gradient(180deg, #F81E83 0, #D2145A 100%);/* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1301FE', endColorstr='#F4F60C', GradientType='1'); /* for IE */
	background: linear-gradient(180deg, #F81E83 0, #D2145A 100%);/* W3C */
	color:#fff;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	border:none;
	border-radius: 30px;
	padding: 23px 0;
	line-height: 1em;
	position: relative;
	cursor: pointer;
}
.btn_search_rs_sub{position: relative;padding-left: 40px;}
.btn_search_rs_sub:before{
	position: absolute;
	content: "";
	background: url("/images/paselive/btn_res_list.webp") no-repeat;
	width: 20px;
	height: 20px;
	top: calc(50% - 10px);
	right: 0;
}
.btn_step{}
.btn_step a{width: 250px;border: 1px solid #F81E83;display: block;font-size: 14px;color: #F81E83;text-decoration: none;text-align: center;padding:10px 0;margin-left: auto;}
.btn_step_sub02{position: relative;}
.btn_step_sub02:before{
	position: absolute;
    content: "\f054";
    top: 50%;
    left: 30px;
    transform: translateY(-50%);
	font-family: "Font Awesome 5 Free";
	font-weight: bold;
	font-size: 15px;
}
.search_idx_container .TabContainer .TabContent {position: relative;}
.search_idx_container .TabContainer .TabContent{position: relative;padding-bottom: 0;}
.search_idx_container .TabContainer .TabContent > .tab_it_store  {opacity: 0;visibility: hidden;transition: all 0.3s ease;z-index: -1;position: absolute; width: 100%;}
.search_idx_container .TabContainer .TabContent > .tab_it_store.active {opacity: 1;visibility: visible;z-index: 1;}
.search_idx_container .TabPager{
	display: flex;
	position: relative;
	transform: translateY(-50%);
	left:0;
	top:0;
	margin-bottom: 30px;
}
.search_idx_container .TabPager li{
	width: calc((100% - 20px) / 2);
	margin-right: 20px;
	background: #333333;
	border: 2px solid #333333;
	cursor: pointer;
}
.search_idx_container .TabPager li .tab_store{font-size: 18px;color: #979797;text-align: center;padding:19px 0;box-sizing: border-box;line-height: 1em;}
.search_idx_container .TabPager li:last-child{margin-right: 0;}



.search_idx_container .TabPager li.active {
	position: relative;
	background: #959595;
	border: 2px solid #eaeaea;
}
.search_idx_container .TabPager li.active .tab_store{color:#1A1A1A;}
.search_idx_container .TabPager li.active:after,
.search_idx_container .TabPager li.active:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.search_idx_container .TabPager li.active:after {
	border-color: rgba(136, 183, 213, 0);
	border-top-color: #959595;
	border-width: 16px;
	margin-left: -16px;
}
.search_idx_container .TabPager li.active:before {
	border-color: rgba(194, 225, 245, 0);
	border-top-color: #eaeaea;
	border-width: 19px;
	margin-left: -19px;
}
.search_ttl{font-size: 30px;text-align: center;color: #fff;margin-bottom: 100px;font-weight: bold;position: relative;z-index: 1;}
.search_ttl_sub{position: relative;}
.search_ttl_sub:before{position: absolute;content: "";background: url("/images/paselive/search_ttl_sub_img.webp") no-repeat;width: 120px;height: 120px;top:50%;left: 50%;transform: translate(-50%, -50%);
	z-index: -1;
}
.search_ttl_sub:after{
	position: absolute;content: "";
	width: 80px;
	height: 5px;
	border-bottom: 5px dotted #fff;
	left: 50%;transform: translateX(-50%);
	bottom: -15px;

}
.box_format, .box_capacity{display: none;}
.btn_step a:hover{
	background: #F81E83;
	color: #fff;
}
.search_condition_btn:hover{opacity: 0.8;}

#totop {
    position: fixed;
    bottom: 50px;
    right: 50px;
    z-index: 99;
    cursor: pointer;
}
#totop img {
    transition: all 0.3s ease;
}
#totop:hover img {
    opacity: 0.7;
}

/*===================================================================================*/


.pc{display: block;}
.sp{display: none;}
@media only screen and (min-width: 751px) {
		.gnavi_sp{display: none;}
		.header_top_sp{display: none;}
		span.txt_indent{text-indent: -1em;padding-left: 1em;}
	}
@media only screen and (max-width: 750px) {
	.pc{display: none;}
	.sp{display: block;}
	.gnavi{display: none;}
	.inner01{width: 100%;}
	.inner02{width: 100%;}
	.paselive_ttl01:before{background: url("/images/paselive/whatispaselive_sp_img.webp") no-repeat;width: 72vw;height: 40vw;background-size: 72vw 40vw;top: -3vh;}
	.paselive_info .inner01{padding: 0 15px;box-sizing: border-box;width: 100%;}
	.paselive_txt01{text-align: left;max-width: 80%;margin: 0 auto;}
	.paselive_ttl01_sub01, .paselive_ttl01_sub03{font-size: 30px;}
	.paselive_ttl01_sub02{font-size: 25px;margin-right: 0;}
	.paselive_btn02 a{font-size: 15px;padding: 10px 0;}
	/*=================*/
	.paselive_ttl02{font-size: 20px;padding-bottom: 20px;}
	.paselive_ttl02_box::before{width: 150px;height: 18px;background-size: 150px 18px;}
	.paselive_event_it{width: calc((100% - 15px) / 2);margin: 0 15px 15px 0;padding: 20px 2%;box-sizing: border-box;}
	.paselive_event_it:nth-child(2n+2){margin-right: 0;}
	.paselive_event_it:nth-child(4n+4){margin-right: auto;}
	.paselive_event_ls{padding: 0 0;box-sizing: border-box;max-width: 80%;margin: 0 auto;}
	.paselive_event_ico img{max-width: 90px;}
	.paselive_event_txt{font-size: 14px;}
	.paselive_btn01{width: 80%;margin: 0 auto;}
	.paselive_btn01{font-size: 14px;}
	/*=================*/
	.paselive_service_ttl_bx{padding: 15px 5%;box-sizing: border-box;}
	.paselive_service_ico{width: 10%;margin-right: 5%;}
	.paselive_ttl02_sub01{font-size: 12px;}
	.paselive_service_ct{width: 80%;margin: 0 auto;}
	.paselive_service_ico img{width: 40px;}
	.paselive_service_ttl{font-size: 16px;line-height: 1.6em;width: calc(100% - 15%);}
	.paselive_service_ttl_bx::before{right: 5%;}
	.paselive_service::before{content: none;}
	.paselive_service_des_ct{padding: 0 10% 20px 10%;}
	.paselive_service_des_txt{text-align: left;margin-bottom: 0;font-weight: bold;}
	.list_service_img{margin-right: 0;}
	.list_service_img li img{width: 100%;}
	.list_service_img li{margin-right: 0; width: calc(80vw - (80vw * 0.1)); }
	/*=================*/
	.paselive_eventflow .inner{width: 100%;margin: 0 auto;}
	.paselive_eventflow_bg{display: none;}
	.paselive_eventflow_ls{display: block;padding: 0;position: relative;max-width: 280px;margin: 0 auto;}
	.paselive_eventflow_ls:before{position: absolute;content: "";background: url("/images/paselive/paselive_event_flow_sp_img.webp") no-repeat;width: 22px;height: 100%;top: 0;left: 100px;}
	.paselive_eventflow_bx{width: 65%;margin: 0 auto;}
	.paselive_eventflow_it{width: 100%;margin-right: 0;display: flex;justify-content: center;align-items: center;flex-direction: row;margin-bottom: 14px;}
	.paselive_eventflow_it dt{border-bottom: none;width:70px;margin-right: 74px;margin-bottom: 0;display: block;}
	.paselive_eventflow_it dd{width: calc(100% - 144px);margin-bottom: 0;display: block;text-align: left;}
	.paselive_btn02{width: 100%;margin: 30px auto 0 auto;max-width: 290px;}
	.paselive_eventflow_step{font-size: 16px;}

	/*=================*/
	.paselive_reservation .inner{width: 80%;margin: 0 auto;}
	.paselive_reservation_bx{max-width: 100%;}
	.paselive_reservation_sub01{text-align: center;padding: 0 8%;display: inline-block;line-height: 1.4em;font-weight: bold;}
	.paselive_reservation_sub01::before{left:0;top: inherit;bottom: 0;height: 22px;}
	.paselive_reservation_sub01::after{right:0; top: inherit;bottom: 0;height: 22px;}
	.paselive_ttl03{font-size: 22px;}
	.paselive_reservation .paselive_btn02{max-width: 320px;box-sizing: border-box;}
	.paselive_reservation .paselive_btn02 .paselive_btn02_sub03::before{left: 10px;}
	.paselive_ttl03:before{left: 50%;transform: translateX(-50%);top: -50px;}
	/*=================*/
	.paselive_btn04{margin: 0 auto;z-index: 10;}
	/*=================*/
	.paselive_feature{padding: 80px 0 50px 0;position: relative;}
	.paselive_feature_ttl:before{width: 58vw; height: 14vw;background-size: 58vw 14vw;}
	.paselive_feature_ttl{margin-bottom: 40px;font-size: 26px;}
	.inner.paselive_feature_it_bx{padding: 0 10%;box-sizing: border-box;margin: 0 auto;width: 100%;display: block;}
	.paselive_feature_odd .paselive_feature_it_txt{width: 100%;margin-right: 0;margin-bottom: 30px;}
	.paselive_feature_odd .paselive_feature_it_img{width: 100%;}
	.paselive_feature_even .paselive_feature_it_txt{width: 100%;margin-left: 0; margin-bottom: 30px;}
	.paselive_feature_even .paselive_feature_it_img{width: 100%;}
	.paselive_feature_even .paselive_feature_it_bg:before{width: 100vw;bottom: -30px;height: 22vw;}
	.paselive_feature_odd .paselive_feature_it_bg:before{width: 100vw;bottom: -30px;height: 22vw;}
	.paselive_slider .paselive_slider_it img{max-width: 100%;width: 100%;}
	.feature_ttl01{font-size: 20px;margin-bottom: 15px;}
	.feature_des{font-size: 14px;}
	.paselive_feature_it{margin-bottom: 80px;}
	.feature_ttl01_sub{font-size: 14px;}
	.feature_ttl01_sub:before{width: 60px;height: 61px;background-size: 60px 61px;}
	/*=================*/
	.paselive_recommend{padding: 60px 0;}
	.paselive_recommend .inner{width: 100%;padding: 0 10%;margin: 0 auto;box-sizing: border-box;}
	.paselive_recommend_ttl:before{width: 81vw;height: 14vw;background-size: 81vw 14vw;}
	.recomment_box_img img{max-width: 100%;width: 100%;}
	.paselive_recommend_ttl{font-size: 26px;margin-bottom: 40px;}
	.recomment_txt{font-size: 20px;padding: 20px 0;}
	.recomment_txt_sub01{font-size: 16px;}
	.list_recommend{margin-bottom: 30px;}
	.list_recommend li{width: calc((100% - 20px) / 3);margin-right: 10px;}
	.tab_container .tab_content{margin-bottom: 20px;padding-bottom: 0;}
	.paselive_recommend:before{content: none;}
	.paselive_btn03{max-width: 300px;margin: 0 auto;z-index: 10;}
	.paselive_btn03 a{padding: 15px 0;}
	.list_recommend li .tab_recommend{font-size: 14px;padding: 8px 0;}
	/*=================*/
	.paselive_result .inner{width: 100%; padding: 0 5%;margin: 0 auto;box-sizing: border-box;}
	.popup_content_ct{width: 100vw;padding: 40px;box-sizing: border-box;height: 100vh;position: relative;overflow: auto;}
	.popup_content_ct_img_l{width: calc(100vw - 120px);margin: 0 auto;}
	.popup_content_ct_img_r_ls li:nth-child(n){width: calc(100vw - 80px);margin: 0;}
	.popup_content{height: 100%;}

	.popup_content_ct_img_r_ls .slick-slide img{width: 100%;}
	.popup_content_ttl_sub03{position: relative;left: 50%;transform: translateX(-50%);margin-bottom: 15px;}
	.popup_content_ttl_sub02{font-size: 18px;}
	.popup_close img{width: 24px;height: 24px;}
	.popup_content_ct_ls_txt{padding-left: 10px;}
	.popup_close.sp{position: relative;width: 50vw;margin: 0 auto;text-align: center;font-size: 14px;border: 1px solid #fff;box-sizing: border-box;padding: 5px 0;display: block;right: 0;top: 0;margin-top: 30px;color: #fff;margin-bottom:50px;}
	.popup_close.sp:after{position: absolute;content: "\f00d";font-family: "Font Awesome 5 Free";font-size: 14px;color: #fff;top: 50%;transform: translateY(-50%);font-weight: bold;line-height: 1em;left: 16vw;}
	.popup_content_ct_txt_des{margin: 25px 0;}
	/*=================*/
	.paselive_gallery .inner{width: 100%;padding: 0 10%;margin: 0 auto;box-sizing: border-box;}
	.paselive_gallery_ls .paselive_gallery_ls_it{width: 80vw;margin-right: 0;box-sizing: border-box;border: none;}
	.paselive_gallery_des{opacity: 1;width: 80vw;position: inherit;top: inherit;left: inherit;transform: none;margin-top: 15px;padding-bottom: 40px;}
	.paselive_gallery_img img{width: 100%;}
	.paselive_gallery .paselive_btn03{display: none;}
	.paselive_gallery_des_ttl{font-size: 18px;color: #FCEE21;font-weight: bold;}
	.paselive_gallery_des_ttl_sub{font-size: 14px;color: #FCEE21;font-weight: bold;}
	.paselive_gallery_ttl:before{width: 50vw;height:14vw;background-size: 50vw 14vw;}
	.paselive_gallery_ttl{font-size: 24px;margin-bottom: 40px;}
	.paselive_gallery_des_btn{max-width: 250px;width: 100%;position: relative;bottom: -39px;}
	.paselive_gallery_des_btn a{text-align: center;font-size: 14px;font-weight: bold;text-decoration: none;color: #F81E83;padding: 12px 0;display: block;border: 1px solid #F81E83;position: relative;}.paselive_gallery_des_btn a:before{position: absolute;content: "\f054";font-family: "Font Awesome 5 Free";font-size: 14px;color: #F81E83;top: 50%;transform: translateY(-50%);font-weight: bold;line-height: 1em;right: 15%;}
	.paselive_gallery_ls .paselive_gallery_ls_it:hover:after{content: none;}
	#contents > .contact .inner, .contact .inner{width: 90%;margin: 0 auto;}
	/*=================*/
	/*========footer=============*/
	.footer_top .inner, .footer_nav .inner02{width: 90%;margin: 0 auto;}
	.paselive_reservation_bx{width: 100%;}
	.footer_list_nav{display: flex;flex-wrap: wrap;}
	.footer_reservation{padding: 40px 0;}
/*	.footer_list_nav .list_nav:nth-child(n){width:calc((100% - 10px) / 2);margin-right: 10px;margin-bottom: 0;}*/
	.footer_list_nav .list_nav:nth-child(1){order: 1;margin-right: 10px;width: 60%;}
	.footer_list_nav .list_nav:nth-child(2){order: 3;margin-right: 0;width: 60%;}
	.footer_list_nav .list_nav:nth-child(3){order: 2;margin-right: 0;width: calc(40% - 10px);}
	.footer_list_nav .list_nav:nth-child(4){order: 4;margin-left: 10px;width: calc(40% - 10px);}
	.footer_list_nav .list_nav a{font-size: 12px;}
	#totop{right: 10vw;z-index: 5;}
	.totop img{width: 10vw;height: 10vw;z-index: 5;}
	.f_logo img{width: 40vw;height: auto;}
	.paselive_btn02_sub03:before{left: 10px;}
	/*========end footer=========*/

	/*=================*/
	/*	arrow*/
	.popup_content_ct_img_r_ls.slick-initialized.slick-slider{position: relative;}
	/*	arrow*/

	/*	arrow*/
	.list_service_img.slick-initialized.slick-slider{position: relative;}
	.list_service_img .slider_next{font-size: 40px;color: #F81E83;position: absolute;content: "";top: 50%;transform: translateY(-50%);right: -20px;}
	.list_service_img .slider_prev{font-size: 40px;color: #F81E83;position: absolute;content: "";top: 50%;transform: translateY(-50%);left: -20px;z-index: 100;}

	/*	arrow*/
	.paselive_gallery .slick-dots{text-align:center;position: absolute;left: inherit;transform: none;margin-bottom: 0;flex-wrap: wrap;justify-content: center;width: 100%;bottom: 96px;}
	.paselive_gallery_ls.slick-initialized.slick-slider{position: relative;}
	.paselive_gallery_ls .slider_next{font-size: 40px;color: #F81E83;position: absolute;content: "";top: 30vw;right: -30px;z-index: 10;}
	.paselive_gallery_ls .slider_prev{font-size: 40px;color: #F81E83;position: absolute;content: "";top: 30vw;left: -30px;z-index: 10;}
	.slick-dots .slider_dot{width: 20px;height: 20px;color: #606060;}
	.slick-dots .slick-active .slider_dot{width: 20px;height: 20px;color: #FC3E95;}
	.slick-dots{display: flex;bottom:16vw;position: absolute;left: 50%;transform: translateX(-50%);}
	.slick-dots li{display: inherit;width: 15px;height: 15px;margin: 0 15px 0 0;}
	.slick-dots{text-align: left;}
	.slick-dots li:last-child{margin-right: 0;}
	/*	arrow*/

	/*===================================================================================*/
	.paselive_info{padding: 80px 0 30px 0;}
	.paselive_info .inner01:before{content: none;}
	.paselive_event .paselive_btn01{margin: 20px auto 0 auto;}
	.paselive_event,.paselive_service{padding: 60px 0;}
	.paselive_service:before{content: none;}
	.paselive_service:after{position: absolute;content: "";background: url("/images/paselive/flow_event_ico_left.webp") no-repeat;width: 27vw;height: 25vw;background-size: 27vw 25vw;left: 12%;bottom: -15px;}
	.paselive_eventflow{position: relative;padding: 60px 0;}
	.paselive_eventflow:before{position: absolute;content: "";background: url("/images/paselive/flow_event_ico_left.webp") no-repeat;width: 27vw;height: 25vw;background-size: 27vw 25vw;right: 12%;bottom: -15px;}
	.paselive_reservation{padding: 40px 0 80px 0;}
	.paselive_feature:before{position: absolute;content: "";background: url("/images/paselive/flow_event_ico_left.webp") no-repeat;width: 27vw;height: 25vw;background-size: 27vw 25vw;right: 12%;top: 25vw;}
	.paselive_feature_it:last-child{margin-bottom: 0;}
	.paselive_gallery{padding: 60px 0;}
	/*===================================================================================*/
	/*===================================header=================================================*/
	.header_top_ct{height: 60px;}
	h1.paselive_logo{
		width: 100%;
		position: relative;
		top: 16px;
		margin-bottom: 30px;
	}
	.paselive_logo img{max-width: 160px;}
	.header_top_l{padding-left: 10px;width: 50%;justify-content: flex-start;}
	.header_top_r{display: none;}
	.header:before{height: 1px;}
	#contents:before{height: 1px;}
	#nav{margin-bottom: 0;}
	.mainvisual_bnr img{width: 36vw;height: 36vw;}
	.mainvisual_bnr{left:calc(50% + 6vw);bottom: 8vw;width: 36vw;height: 36vw;}
	.header_top_sp{display: flex;align-items: center;}
	.menu_email img{width: auto;max-height: 60px;}
	.menu_email{line-height: 0;font-size: 0;}
	.menu_btn img{width: auto;max-height: 45px;}
	.menu_close{display: none;}
	.menu_open{display: block;}
	.gnavi_sp{background: rgba(0,0,0,0.8);height: 100vh;opacity: 0;visibility: hidden;transition: 0.3s all;position: fixed;top: 0;left: 0;z-index: 999999999;}
	.gnavi_sp.open{opacity: 1;visibility: visible;overflow: auto;}
	.gnavi_sp_ct{padding:30px;box-sizing: border-box;height: 120vh;width: 100vw;}
	.list_menu_sp{margin-bottom: 15px;}
	.list_menu_sp li{margin-bottom: 6px;}
	.list_menu_sp a{font-size: 15px;font-weight: bold;color: #fff;text-decoration: none;display: block;padding: 4px 0;box-sizing: border-box;}
	.list_menu_sp_ct{width: 100%;}
	.list_menu_sp_ct a{display: block;text-align: center;padding: 10px 0;box-sizing: border-box;text-decoration: none;color: #FAEC21;border: 1px solid #FAEC21;font-weight: bold;font-size: 15px;}
	.menu_btn .menu_close{display: none;}
	.menu_btn.open .menu_close{display: block;}
	.menu_btn.open .menu_open{display: none;}
	.header{position: fixed;width: 100%;top: 0;left: 0;z-index: 14;}
	footer{z-index: 12;}
	/*===================================header=================================================*/
}
@media only screen and (max-width: 414px) {
	.paselive_txt01{max-width: 100%;}
	.paselive_event_ls{padding: 0 15px;box-sizing: border-box;max-width: 100%;margin: 0 auto;}
	.paselive_service_ct{width: 100%;margin: 0 auto;padding: 0 5%;box-sizing: border-box;}
	.paselive_service_it{margin-bottom: 5%;}
	.paselive_service_ico img{width: 100%;}
	.paselive_service_ttl{font-size: 14px;line-height: 1.4em;}
	.paselive_eventflow_ls{max-width: 100%;}
	.paselive_eventflow_bx{width: 80%;}
	.paselive_btn02{max-width: 100%;}
	.paselive_reservation .inner{width: 90%;}
	.paselive_reservation_sub01{padding: 0 4%;}
	.paselive_ttl03{font-size: 20px;}
	.paselive_reservation_sub02{font-size: 13px;}
	.list_service_img li{margin-right: 0; width: calc(90vw - (90vw * 0.1)); }
	.inner.paselive_feature_it_bx{padding: 0 5%;box-sizing: border-box;margin: 0 auto;width: 100%;display: block;}
	.feature_ttl01{font-size: 15px;}
	.paselive_recommend .inner{padding: 0 5%;}
	.paselive_recommend_ttl{font-size: 20px;}
	.paselive_btn03{max-width: 100%;margin: 0 auto;}
}

/* 総合トップ　店舗一覧追加 */
.shop {
    padding: 30px 0 150px;
    background-color: #000;
}
.shop .ttl {
    margin-bottom: 100px;
}
.ttl {
    position: relative;
    margin-bottom: 92px;
    font-family: 'Heisei Kaku Gothic Std', 'Noto Sans', sans-serif;
    text-align: center;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    line-height: 1em;
    letter-spacing: 0.05em;
}
.ttl:before {
    position: absolute;
    content: "";
    background: url(/images/paselive/common/bg_ttl.webp) no-repeat;
    background-size: 100%;
    width: 200px;
    height: 24px;
    left: 50%;
    transform: translateX(-50%);
    bottom: -50px;
}
.shop_ttl {
    color: #FAEC21;
    text-decoration: none;
    margin-bottom: 20px;
    font-family: 'Heisei Kaku Gothic Std', 'Noto Sans', sans-serif;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    line-height: 1.3em;
    display: flex;
    justify-content: center;
    align-items: center;
}
.shop_ls {
    display: flex;
	flex-wrap: wrap;
}
.shop_it {
    width: calc(100%/3);
}
.shop_it:hover {
    opacity: 0.7;
}
.shop_it a {
    text-decoration: none;
}

@media only screen and (max-width: 750px) {
.inner {
	width: 100%;
}
.shop {
    padding: 60px 0;
}
.shop .ttl {
    font-size: 20px;
}
.shop_ls {
    display: block;
}
.shop_it {
	width: 100%;
}
.shop_it:not(:last-child) {
    margin-right: 0;
}
.shop_it a {
	display: block;
	padding: 10px;
}
.shop_ttl {
	font-size: 18px;
}
.online_delivery_bnr img{
	width: 100%;
}
}
