@charset "UTF-8";

/*************************
font_import
*************************/

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');

/*************************
reset_css
*************************/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,main,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section{display:block}*[hidden]{display:none}body{line-height:1}menu,ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:"";content:none}table{border-collapse:collapse;border-spacing:0}body.noscroll{overflow:hidden}.iframe{width:100%;height:100%}.overlay{position:fixed;top:0;left:0;height:100vh;width:100%}.overlay.hidden{top:-100vh}#header.fixed{top:0;height:48px;position:sticky;box-shadow:0 2px 10px #2121211a}#header,#footer{overflow:hidden}@media screen and (min-width: 768px){#header.fixed{height:64px}}

*, *::before, *::after { box-sizing: border-box; }

#header {
	position: relative;
	z-index: 100;
}

#drawer.overlay,
#search-modal.overlay { z-index: 101; }

#drawer.overlay.hidden,
#search-modal.overlay.hidden {
	opacity: 0;
	z-index: 0;
}

/*************************
color_variable
*************************/
#LP.limitedGuest {
	--lp-color_white: #fff;
	--lp-color_black: #222222;
	--lp-color_dark-gray: #3A3636;
}

/*************************
main
SP_layout（980px未満）
*************************/
#LP.limitedGuest {
	font-family: 'Noto Sans JP', sans-serif;
	line-height: 1.5;
	font-weight: 500;
	color: var(--lp-color_black);
	width: 100%;
}

#LP.limitedGuest .device_sp { display: block; }
#LP.limitedGuest .device_pc { display: none; }

#LP.limitedGuest .device_sp_inline { display: inline-block; }
#LP.limitedGuest .device_pc_inline { display: none; }

#LP.limitedGuest.is_end { pointer-events: none; }

#LP.limitedGuest img {
	vertical-align: bottom;
	width: 100%;
	height: auto;
}

#LP.limitedGuest a { text-decoration: none; }
#LP.limitedGuest a:hover { filter: brightness(.7); }

/* スペーサー */
#LP.limitedGuest .mb_xs { margin-bottom: 4% !important; }
#LP.limitedGuest .mb_sm { margin-bottom: 8% !important; }
#LP.limitedGuest .mb_md { margin-bottom: 12% !important; }
#LP.limitedGuest .mb_lg { margin-bottom: 20% !important; }

#LP.limitedGuest .mt_xs { margin-top: 4% !important; }
#LP.limitedGuest .mt_sm { margin-top: 8% !important; }
#LP.limitedGuest .mt_md { margin-top: 12% !important; }
#LP.limitedGuest .mt_lg { margin-top: 20% !important; }

/* スペーサー（SP限定） */
@media screen and (max-width: 980px) {
	#LP.limitedGuest .mb_none_sp { margin-bottom: 0 !important; }
	#LP.limitedGuest .mb_xs_sp { margin-bottom: 3% !important; }
	#LP.limitedGuest .mb_sm_sp { margin-bottom: 5% !important; }
	#LP.limitedGuest .mb_md_sp { margin-bottom: 8% !important; }
	#LP.limitedGuest .mb_lg_sp { margin-bottom: 15% !important; }

	#LP.limitedGuest .mt_xs_sp { margin-top: 3% !important; }
	#LP.limitedGuest .mt_sm_sp { margin-top: 5% !important; }
	#LP.limitedGuest .mt_md_sp { margin-top: 8% !important; }
	#LP.limitedGuest .mt_lg_sp { margin-top: 15% !important; }
}

/* メインコンテンツ */
#LP.limitedGuest .main_area__inner {
	margin: 0 auto;
	padding-top: 8%;
	padding-bottom: 10%;
	width: 92%;
}

#LP.limitedGuest .main_area .header_top {
	margin-bottom: 7%;
	text-align: center;
}

#LP.limitedGuest .main_area .header_top h1 {
	margin-bottom: 4%;
	font-size: 5.5vw;
	letter-spacing: .1em;
}

#LP.limitedGuest .main_area .header_top p {
	line-height: 1.8;
	font-size: 3.3vw;
}

/* ショップ一覧 */
#LP.limitedGuest .main_area .section_shops {
	padding-bottom: 6%;
}

#LP.limitedGuest .recommended_shop {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	padding: 5% 4%;
	background-color: var(--lp-color_dark-gray);
}

#LP.limitedGuest .recommended_shop > li {
	position: relative;
	flex-basis: 31%;
	margin-right: 3%;
}

#LP.limitedGuest .recommended_shop > li .shop_name {
	text-align: center;
	margin-top: 3%;
	font-size: 2.8vw;
	color: var(--lp-color_white);
}

#LP.limitedGuest .recommended_shop > li:nth-of-type(3n) {
	margin-right: 0;
}
#LP.limitedGuest .recommended_shop > li:last-of-type {
	margin-right: 0;
}
#LP.limitedGuest .recommended_shop > li:not(:nth-last-child(-n+3)) { margin-bottom: 5%;}
#LP.limitedGuest .recommended_shop > li a { display: block; }

#LP.limitedGuest .recommended_shop a:hover{
	transition: .4s;
}

/* 遷移ボタン */
#LP.limitedGuest .main_area__btn a {
	position: relative;
	display: block;
	width: 100%;
	height: 3.5rem;
	margin: 0 auto;
	text-align: center;
	border-radius: 100px;
	transition: .4s;
	user-select: none;
	padding: 4.5% 0;
	color: var(--lp-color_white);
	font-size: 3.6vw;
	font-weight: 700;
	letter-spacing: 0.05em;
}

#LP.limitedGuest .main_area__btn a::after {
	content: "";
    display: block;
    position: absolute;
    top: 41%;
    right: 5%;
    transform: rotate(45deg);
    transition: all 0.2s ease-in-out;
    width: 11px;
    height: 11px;
	border-top: solid 2px var(--lp-color_white);
    border-right: solid 2px var(--lp-color_white);
}

#LP.limitedGuest .main_area__btn.bgcl_black a {
	background-color: var(--lp-color_black);
}

/*************************
main
PC_layout（980px以上）
*************************/

@media screen and (min-width: 980px) {
	#LP.limitedGuest { line-height: 1.5;}

	#LP.limitedGuest .device_sp { display: none; }
	#LP.limitedGuest .device_pc { display: block; }

	#LP.limitedGuest .device_sp_inline { display: none; }
	#LP.limitedGuest .device_pc_inline { display: inline-block; }

	/* スペーサー */
	#LP.limitedGuest .mb_xs { margin-bottom: 16px !important; }
	#LP.limitedGuest .mb_sm { margin-bottom: 32px !important; }
	#LP.limitedGuest .mb_md { margin-bottom: 48px !important; }
	#LP.limitedGuest .mb_lg { margin-bottom: 100px !important; }

	#LP.limitedGuest .mt_xs { margin-top: 16px !important; }
	#LP.limitedGuest .mt_sm { margin-top: 32px !important; }
	#LP.limitedGuest .mt_md { margin-top: 48px !important; }
	#LP.limitedGuest .mt_lg { margin-top: 100px !important; }

	/* スペーサー（PC限定） */
	#LP.limitedGuest .mb_xs_pc { margin-bottom: 16px !important; }
	#LP.limitedGuest .mb_sm_pc { margin-bottom: 32px !important; }
	#LP.limitedGuest .mb_md_pc { margin-bottom: 48px !important; }
	#LP.limitedGuest .mb_lg_pc { margin-bottom: 80px !important; }

	#LP.limitedGuest .mt_xs_pc { margin-top: 16px !important; }
	#LP.limitedGuest .mt_sm_pc { margin-top: 32px !important; }
	#LP.limitedGuest .mt_md_pc { margin-top: 48px !important; }
	#LP.limitedGuest .mt_lg_pc { margin-top: 80px !important; }

	#LP.limitedGuest img { width: fit-content; }

	#LP.limitedGuest a {
		display: block;
		transition: .3s;
	}

	/* メインコンテンツ */
	#LP.limitedGuest .main_area .main_area__inner {
		width: 980px;
		padding-top: 60px;
		padding-bottom: 60px;
	}

	#LP.limitedGuest .main_area .header_top {
		margin-bottom: 40px;
	}

	#LP.limitedGuest .main_area .header_top h1 {
		margin-bottom: 24px;
		font-size: 32px;
	}

	#LP.limitedGuest .main_area .header_top p {
		font-size: 16px;
	}

	/* ショップ一覧 */
	#LP.limitedGuest .main_area .section_shops {
		padding-top: 0;
		padding-bottom: 40px;
	}

	#LP.limitedGuest .recommended_shop {
		flex-flow: wrap;
		justify-content: center;
		width: auto;
		margin-top: 20px;
	}

	#LP.limitedGuest .recommended_shop a{
		transition: 0.4s;
	}
	
	#LP.limitedGuest .recommended_shop li {
		margin-right: 28px;
		margin-bottom: 28px;
		flex-basis: 180px;
	}

	#LP.limitedGuest .recommended_shop > li .shop_name {
		margin-top: 8px;
		font-size: 16px;
	}

	#LP.limitedGuest .recommended_shop li:last-child {
		margin-right: 0;
		margin-bottom: 0;
	}
	#LP.limitedGuest .recommended_shop > li:nth-child(3n) {
		margin-right: 28px;
	}
	#LP.limitedGuest .recommended_shop > li:nth-child(4n) {
		margin-right: 0;
	}
	#LP.limitedGuest .recommended_shop > li:nth-child(6) {
		margin-right: 28x;
	}
	#LP.limitedGuest .recommended_shop > li:not(:nth-last-child(-n+3)) {
		margin-bottom: 28px;
	}

	/* 遷移ボタン */
	#LP.limitedGuest .main_area__btn a{
		width: 650px;
        height: 82px;
        padding: 22px 0;
		font-size: 25px;
		line-height: 1.3;
	}

	#LP.limitedGuest .main_area__btn a::after {
		width: 14px;
		height: 14px;
		border-top: solid 3px var(--lp-color_white);
		border-right: solid 3px var(--lp-color_white);
	}
}