@charset "utf-8";
@import url("./layout.css");
@import url("./gyms_single.css");
@import url("./gyms_single_typeB.css");
@import url("./plan.css");
@import url("./pricing.css");
@import url("./faq.css");



/* -- Layout
-------------------------------------------------------------------------------- */
header {
	height: 60px;
	margin: auto;
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 9;
}

/* -- logo -- */
#hdLogo {
	display: flex;
	align-items: flex-end;
	position: absolute;
	top: 17px;
}
#hdLogo a,
#hdLogo span {
	display: block;
	width: 115px;
}
#hdLogo .shop-name {
	font-size: 1.2rem;
	display: inline-block;
	padding: 0 0 2px 12px;
}

@media screen and (min-width: 768px) {
	header {
		max-width: 1400px;
	}
	main {
		padding: 60px 40px 0;
	}
	main > *:not(.full-width),
	.topicpath {
		max-width: 1000px;
	}
	main > section,
	main > article,
	main > div:not(.topicpath) {
		margin: 80px auto;
	}
	main > section.bg-wide,
	main > aside {
		margin: auto;
		padding: 80px 0;
	}
	main > section.full-width,
	main > div.full-width {
		width: calc(100% + 80px);
		margin: 0 -40px;
		padding: 0;
	}
	header::before,
	footer::before,
	.bg-wide::before {
		content: "";
		background: #f8f6f4;
		display: block;
		width: 100vw;
		height: 100%;
		margin: auto;
		position: absolute;
		top: 0;
		right: -100%;
		left: -100%;
		z-index: -1;
	}
	.is-sp {
		display: none !important;
	}

	/* -- header -- */
	header::before {
		background: rgba(255, 255, 255, 0.9);
	}
	#hdLogo {
		left: 30px;
	}


	/* -- Button
-------------------------------------------------------------------------------- */
	.is-pc_left_btn a {
		margin-left: 0;
	}

	/* -- CTA common button -- */
	.btn_CTA {
		max-width: 548px;
		height: 88px;
	}

	.btn_CTA .small {
		font-size: 1.8rem;
	}

	.btn_CTA .large {
		font-size: 2.3rem;
	}

	.btn_CTA::after,
	.btn_border::after {
		width: 11px;
		height: 11px;
		right: 40px;
	}

	.CTA_comment {
		font-size: 1.8rem;
		margin-bottom: 24px;
	}

	/* -- CTA follow button -- */
	.cta_follow {
		width: 9.2vw;
		max-width: 110px !important;
		position: fixed;
		top: 50%;
		right: 0;
		transform: translatey(-50%);
	}

	.cta_banner:hover {
		opacity: 1;
	}

	.cta_banner img {
		transform-origin: right center;
		transition: all 0.3s ease;
	}

	.cta_banner:hover img {
		transform: scale(1.05);
	}

	#home .cta_follow.first-load {
		opacity: 0;
	}

	/* -- rsv button -- */
	/* .btn_rsv {
		font-size: 1.5rem;
	} */
}

@media screen and (max-width: 767px) {
	main {
		padding: 60px 0 0;
	}
	main > section,
	main > article,
	main > div:not(.topicpath) {
		margin: 48px 0;
		padding: 0 20px;
	}
	main > section.bg-wide,
	main > aside {
		margin: 0;
		padding: 48px 20px;
	}
	.bg-wide {
		background: #f8f6f4;
	}
	main > section.full-width,
	main > div.full-width {
		margin: 0;
		padding: 0;
	}
	.is-pc {
		display: none !important;
	}

	/* -- header -- */
	header {
		background: rgba(255, 255, 255, 0.9);
		z-index: 19;
	}
	#hdLogo {
		left: 20px;
	}

	/* -- Button
-------------------------------------------------------------------------------- */
	.is-sp_move_btn {
		margin-bottom: 0 !important;
		padding-bottom: 145px !important;
		position: relative;
	}

	.is-sp_move_btn a[class^="btn_"] {
		position: absolute;
		right: 0;
		bottom: 50px;
		left: 0;
	}

	/* -- CTA common button -- */
	.btn_CTA {
		height: 70px;
	}

	.btn_CTA .small {
		font-size: 1.4rem;
	}

	.btn_CTA .large {
		font-size: 1.8rem;
	}

	.btn_CTA::after,
	.btn_border::after {
		width: 9px;
		height: 9px;
		right: 20px;
	}

	.CTA_comment {
		font-size: 1.6rem;
		margin-bottom: 24px;
	}

	/* -- CTA follow button -- */
	/* .cta_follow {
		width: 100%;
		padding: 0 12px;
		right: 0;
		bottom: 12px;
		left: 0;
		z-index: 9;
		transition: all 0.3s ease;
	}

	.cta_follow.hide,
	#home .cta_follow.first-load,
	#temp-H .cta_follow.first-load {
		opacity: 0;
	} */

	/* -- rsv button -- */
	/* .btn_rsv {
		font-size: 1.2rem;
	} */
}



/* -- This page only
-------------------------------------------------------------------------------- */
#footerBanner {
	position: sticky;
	bottom: 0;
	z-index: 1;
}
#footerBanner::before {
	opacity: 0.7;
}
body.shop-no-slug .sec_title b.u-area {
	display: none!important;
}