@charset "UTF-8";
body {
	background-color: #1a1a1a;
	position: relative;
}
@media screen and (max-width: 767px) {
	body {
		background-color: #000000;
	}
}
p,
a,
li,
div,
input,
textarea,
select,
span,
label,
dl,
dt,
dd,
th,
td,
button,
small {
	font-family: "Noto Sans JP", sans-serif;
	color: #ffffff;
	font-size: 18px;
	line-height: 1;
	font-weight: 200;
}
small {
	display: block;
	font-weight: 600;
	text-align: center;
	width: 100%;
}
@media screen and (max-width: 767px) {
	small {
		font-size: 12px;
	}
}
@media screen and (max-width: 767px) {
	p,
	a,
	li,
	div,
	input,
	textarea,
	select,
	span,
	label,
	dl,
	dt,
	dd,
	th,
	td,
	button {
		font-size: 3.1vw;
	}
}
img {
	width: 100%;
	height: auto;
}
a {
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
a:hover {
	opacity: 0.3;
}
.flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.for-sp {
	display: none;
}
@media screen and (max-width: 767px) {
	.for-sp {
		display: block;
	}
}
.bgWrap {
	background-image: url(../img/main_bg.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-attachment: fixed;
	position: fixed;
	height: 100vh;
	width: 100%;
	z-index: -1;
}
@media screen and (max-width: 767px) {
	.bgWrap {
		display: none;
	}
}
.contentFixe {
	padding-left: 5%;
	position: fixed;
	height: 100%;
	width: 90.4%;
}
@media screen and (max-width: 767px) {
	.contentFixe {
		display: none;
	}
}
.contentFixe .mainTitle {
	position: absolute;
	top: 4%;
}
.contentFixe .mainTitle .logoWrap {
	width: 220px;
	margin-bottom: 47px;
}
.contentFixe .mainTitle .textWrap p {
	font-size: 17px;
	word-break: auto-phrase;
	line-height: 2.6em;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
}
.contentFixe .menuWrap {
	position: absolute;
	bottom: 10%;
}
.contentFixe .menuWrap li {
	line-height: 0;
	letter-spacing: 0.07em;
	margin-bottom: 32.3%;
}
.contentFixe .menuWrap li:last-child {
	margin-bottom: 0;
}
.contentFixe .menuWrap li a {
	font-size: 14px;
}
.contentFixe .sideLogo {
	position: absolute;
	width: 32px;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.contentFixe .snsWrap {
	position: absolute;
	bottom: 10%;
	right: 0;
}
.contentFixe .snsWrap div {
	margin-top: 21px;
	width: 28.5px;
}
.contentWrap {
	max-width: 888px;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: end;
}
@media screen and (max-width: 767px) {
	.contentWrap {
		display: block;
		overflow: hidden;
	}
}
.contentWrap .contentRightWrap {
	position: relative;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	background-color: #000000;
	-webkit-box-shadow: 0px 0px 15px #555555;
	box-shadow: 0px 0px 15px #555555;
	width: 570px;
}
@media screen and (max-width: 767px) {
	.contentWrap .contentRightWrap {
		border-left: none;
		border-right: none;
		width: 100%;
	}
}
.outfit {
	font-family: "Outfit", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
}
.outfit_thin {
	font-family: "Outfit", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 100;
}
.sectionTitle {
	font-size: 64px;
	text-align: center;
	line-height: 1em;
	letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
	.sectionTitle {
		font-size: 11.2vw;
	}
}
.container {
	padding: 0 35px;
}
@media screen and (max-width: 767px) {
	.container {
		padding: 0 6vw;
	}
}
#topSlideWrap {
	position: fixed;
}
@media screen and (max-width: 767px) {
	#topSlideWrap {
		width: 100%;
	}
}
#topSlideWrap .slideWrap {
	max-width: 570px;
	margin-top: 17px;
	padding: 0 34.5px;
}
@media screen and (max-width: 767px) {
	#topSlideWrap .slideWrap {
		width: 100%;
		margin-top: 11.7vw;
		padding: 0 3vw;
	}
}
#topSlideWrap.none {
	display: none;
}
#topSlideWrap.block {
	display: block;
}
#topSlideWrap .scrolldown {
	position: absolute;
	bottom: 57px;
	right: 46.5px;
	height: 190px;
	z-index: 1;
}
@media screen and (max-width: 767px) {
	#topSlideWrap .scrolldown {
		position: absolute;
		bottom: 8vw;
		right: 7vw;
		height: 190px;
		z-index: 1;
	}
}
#topSlideWrap .scrolldown span {
	position: absolute;
	top: -16px;
	left: 0;
	right: 0;
	font-size: 14px;
	color: #fff;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	letter-spacing: 0.05em;
}
#topSlideWrap .scrolldown::after {
	content: "";
	position: absolute;
	top: 0;
	width: 1px;
	height: 121px;
	background: #d0d0d0;
	-webkit-animation: pathmove 1.5s infinite;
	animation: pathmove 1.5s infinite;
}
#topSlideWrap .scrolldown::before {
	content: "";
	position: absolute;
	top: 0;
	width: 1px;
	height: 121px;
	background: #808080;
}
@-webkit-keyframes pathmove {
	0% {
		height: 0;
		top: 0;
	}
	40% {
		height: 121px;
		top: 0;
	}
	80% {
		height: 0px;
		top: 121px;
	}
	100% {
		height: 0px;
		top: 121px;
	}
}
@keyframes pathmove {
	0% {
		height: 0;
		top: 0;
	}
	40% {
		height: 121px;
		top: 0;
	}
	80% {
		height: 0px;
		top: 121px;
	}
	100% {
		height: 0px;
		top: 121px;
	}
}
#about {
	padding-top: 100vh;
	text-align: center;
	position: relative;
}
#about .bgInnerWrap {
	padding-top: 40px;
	background-color: #000;
}
@media screen and (max-width: 767px) {
	#about .bgInnerWrap {
		padding-top: 5vw;
	}
}
.onlineBanner {
	padding: 0 25px 10px;
	display: block;
}
/* @media screen and (max-width: 767px) {
	.onlineBanner {}
} */
#about .sectionTitle {
	margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
	#about .sectionTitle {
		margin-bottom: 5.2vw;
		padding-top: 70px;
		margin-top: -70px;
	}
}
#about .textWrap {
	padding: 0 25px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 107px;
}
@media screen and (max-width: 767px) {
	#about .textWrap {
		padding: 0 4.4vw;
		margin-bottom: 18.7vw;
	}
}
#about .textWrap img {
	width: 4.2%;
}
#about .textWrap p {
	width: 91.6%;
	font-size: 21px;
	line-height: 1.8em;
}
@media screen and (max-width: 767px) {
	#about .textWrap p {
		font-size: 3.5vw;
	}
}
#about .iconWrap ul {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
#about .iconWrap ul li {
	width: 29.5%;
	margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
	#about .iconWrap ul li {
		margin-bottom: 7vw;
	}
}
#about .iconWrap ul li .outfit {
	font-weight: 200;
}
#about .iconWrap ul li .outfit span {
	font-weight: 200;
	font-family: "Outfit", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
}
#about .iconWrap ul li:nth-child(1) .top {
	padding-top: 30px;
	font-size: 73px;
	display: inline-block;
	letter-spacing: -0.06em;
}
@media screen and (max-width: 767px) {
	#about .iconWrap ul li:nth-child(1) .top {
		padding-top: 5.2vw;
		font-size: 12.8vw;
	}
}
#about .iconWrap ul li:nth-child(1) .h {
	display: inline-block;
	font-size: 56px;
}
@media screen and (max-width: 767px) {
	#about .iconWrap ul li:nth-child(1) .h {
		font-size: 9.8vw;
	}
}
#about .iconWrap ul li:nth-child(2) .top {
	font-size: 73px;
	line-height: 0.8em;
	padding-top: 23px;
}
@media screen and (max-width: 767px) {
	#about .iconWrap ul li:nth-child(2) .top {
		font-size: 12.8vw;
		padding-top: 4vw;
	}
}
#about .iconWrap ul li:nth-child(2) .mins {
	font-size: 32px;
}
@media screen and (max-width: 767px) {
	#about .iconWrap ul li:nth-child(2) .mins {
		font-size: 5.6vw;
	}
}
#about .iconWrap ul li:nth-child(3) .top {
	font-size: 62px;
	line-height: 0.7em;
	padding-top: 18px;
}
@media screen and (max-width: 767px) {
	#about .iconWrap ul li:nth-child(3) .top {
		padding-top: 3.1vw;
		font-size: 10.8vw;
	}
}
#about .iconWrap ul li:nth-child(3) .min {
	font-size: 27px;
}
@media screen and (max-width: 767px) {
	#about .iconWrap ul li:nth-child(3) .min {
		font-size: 4.7vw;
	}
}
#about .iconWrap ul li:nth-child(3) .yen {
	font-size: 20px;
	display: inline-block;
}
@media screen and (max-width: 767px) {
	#about .iconWrap ul li:nth-child(3) .yen {
		font-size: 3.5vw;
	}
}
#about .iconWrap ul li:nth-child(3) .price {
	font-size: 26px;
	display: inline-block;
	line-height: 1.2em;
}
@media screen and (max-width: 767px) {
	#about .iconWrap ul li:nth-child(3) .price {
		font-size: 4.5vw;
	}
}
#about .iconWrap ul li:nth-child(4) .top {
	font-size: 28px;
	padding-top: 53px;
}
@media screen and (max-width: 767px) {
	#about .iconWrap ul li:nth-child(4) .top {
		padding-top: 9.2vw;
		font-size: 4.9vw;
	}
}
#about .iconWrap ul li:nth-child(5) .top {
	font-size: 73px;
	margin-bottom: 5px;
	text-align: center;
	text-indent: 0.2em;
	padding-top: 11px;
	letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
	#about .iconWrap ul li:nth-child(5) .top {
		padding-top: 2.1vw;
		font-size: 12.8vw;
	}
}
#about .iconWrap ul li:nth-child(5) .machines {
	display: block;
	font-size: 25px;
}
@media screen and (max-width: 767px) {
	#about .iconWrap ul li:nth-child(5) .machines {
		font-size: 3.5vw;
	}
}
#about .iconWrap ul li:nth-child(6) .top {
	font-size: 28px;
	padding-top: 53px;
}
@media screen and (max-width: 767px) {
	#about .iconWrap ul li:nth-child(6) .top {
		padding-top: 9.2vw;
		font-size: 4.9vw;
	}
}
#about .iconWrap ul li .iconBg {
	background-image: url(../img/about_bg.png);
	background-size: cover;
	height: 131.8px;
	margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
	#about .iconWrap ul li .iconBg {
		margin-bottom: 1.7vw;
		height: 23.12vw;
	}
}
#about .iconWrap ul li .iconText {
	font-size: 16px;
}
@media screen and (max-width: 767px) {
	#about .iconWrap ul li .iconText {
		font-size: 2.8vw;
	}
}
#plan {
	padding-top: 113px;
	position: relative;
	background-color: #000;
}
@media screen and (max-width: 767px) {
	#plan {
		padding-top: 19.8vw;
	}
}
@media screen and (max-width: 767px) {
	#plan .sectionTitle {
		padding-top: 70px;
		margin-top: -70px;
	}
}
#plan .topText {
	margin: 35px auto 0;
	text-align: center;
	z-index: 1;
	position: relative;
}
@media screen and (max-width: 767px) {
	#plan .topText {
		margin-top: 6.1vw;
	}
}
#plan .topText p {
	text-align: left;
	font-size: 42px;
	display: inline-block;
	line-height: 1.6em;
	padding-left: 30px;
	font-weight: 200;
	letter-spacing: -0.01em;
}
@media screen and (max-width: 767px) {
	#plan .topText p {
		font-size: 8.6vw;
		padding-left: 5.2vw;
	}
}
#plan .imgWrap {
	margin-top: -65px;
}
@media screen and (max-width: 767px) {
	#plan .imgWrap {
		margin-top: -11.4vw;
	}
}
#plan .container {
	padding-top: 38px;
	background-color: #333333;
}
@media screen and (max-width: 767px) {
	#plan .container {
		padding-top: 6.6vw;
	}
}
#plan .container .planCaution {
	font-size: 16px;
	text-align: center;
	margin-bottom: 18px;
}
@media screen and (max-width: 767px) {
	#plan .container .planCaution {
		font-size: 2.8vw;
		margin-bottom: 3.1vw;
	}
}
#plan .whiteBoxSingle {
	background-color: #fff;
	border-radius: 10px;
	padding: 60px 0 38px;
	position: relative;
	margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
	#plan .whiteBoxSingle {
		margin-bottom: 7vw;
		padding: 9.6vw 0 6.6vw;
	}
}
#plan .whiteBoxSingle .subTitle {
	color: #919191;
	font-size: 46px;
	position: absolute;
	left: 50%;
	top: 15px;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
	#plan .whiteBoxSingle .subTitle {
		font-size: 8vw;
		top: 2.6vw;
	}
}
#plan .whiteBoxSingle p {
	color: #000;
}
#plan .whiteBoxSingle .name {
	font-size: 36px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 47px;
	position: relative;
	line-height: 1em;
}
@media screen and (max-width: 767px) {
	#plan .whiteBoxSingle .name {
		font-size: 6.3vw;
		margin-bottom: 8.2vw;
	}
}
#plan .whiteBoxSingle .name:after {
	content: "";
	width: 85px;
	height: 5px;
	background-color: #000;
	position: absolute;
	left: 50%;
	bottom: -22px;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
	#plan .whiteBoxSingle .name:after {
		width: 14.9vw;
		height: 0.8vw;
		bottom: -3.8vw;
	}
}
#plan .whiteBoxSingle .text {
	font-size: 20px;
	text-align: center;
	margin-bottom: 36px;
	color: #4d4d4d;
	line-height: 1.4em;
}
@media screen and (max-width: 767px) {
	#plan .whiteBoxSingle .text {
		font-size: 3.5vw;
		margin-bottom: 6.3vw;
	}
}
#plan .whiteBoxSingle .flex {
	-ms-flex-pack: distribute;
	justify-content: space-around;
	padding: 0 35px;
}
@media screen and (max-width: 767px) {
	#plan .whiteBoxSingle .flex {
		padding: 0 6.3vw;
	}
}
#plan .whiteBoxSingle .left,
#plan .whiteBoxSingle .right {
	text-align: center;
}
#plan .whiteBoxSingle .left .timeWrap,
#plan .whiteBoxSingle .right .timeWrap {
	text-align: center;
	width: 84px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	margin: 0 auto 27px;
}
@media screen and (max-width: 767px) {
	#plan .whiteBoxSingle .left .timeWrap,
	#plan .whiteBoxSingle .right .timeWrap {
		width: 14.7vw;
		margin: 0 auto 4.7vw;
	}
}
#plan .whiteBoxSingle .left .timeWrap .top,
#plan .whiteBoxSingle .right .timeWrap .top {
	font-size: 60px;
	line-height: 1em;
	font-weight: 200;
}
@media screen and (max-width: 767px) {
	#plan .whiteBoxSingle .left .timeWrap .top,
	#plan .whiteBoxSingle .right .timeWrap .top {
		font-size: 10.5vw;
	}
}
#plan .whiteBoxSingle .left .timeWrap .mins,
#plan .whiteBoxSingle .right .timeWrap .mins {
	font-size: 30px;
	line-height: 1em;
	padding-bottom: 15px;
}
@media screen and (max-width: 767px) {
	#plan .whiteBoxSingle .left .timeWrap .mins,
	#plan .whiteBoxSingle .right .timeWrap .mins {
		font-size: 5.2vw;
		padding-bottom: 2.6vw;
	}
}
#plan .whiteBoxSingle .left .priceWrap .time,
#plan .whiteBoxSingle .right .priceWrap .time {
	font-size: 18px;
	line-height: 1em;
	margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
	#plan .whiteBoxSingle .left .priceWrap .time,
	#plan .whiteBoxSingle .right .priceWrap .time {
		font-size: 3.1vw;
		margin-bottom: 0.8vw;
	}
}
#plan .whiteBoxSingle .left .priceWrap .yen,
#plan .whiteBoxSingle .right .priceWrap .yen {
	font-size: 40px;
	font-weight: bold;
	line-height: 1em;
}
@media screen and (max-width: 767px) {
	#plan .whiteBoxSingle .left .priceWrap .yen,
	#plan .whiteBoxSingle .right .priceWrap .yen {
		font-size: 7vw;
	}
}
#plan .monthlyPlan {
	padding-top: 60px;
	position: relative;
	margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
	#plan .monthlyPlan {
		margin-bottom: 7vw;
		padding-top: 10vw;
	}
}
#plan .monthlyPlan .subTitle {
	color: #919191;
	font-size: 46px;
	position: absolute;
	left: 50%;
	top: 15px;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
	#plan .monthlyPlan .subTitle {
		font-size: 8vw;
		top: 2.6vw;
	}
}
#plan .monthlyPlan .name {
	font-size: 36px;
	font-weight: 500;
	text-align: center;
	margin-bottom: 65px;
	position: relative;
	line-height: 1em;
}
@media screen and (max-width: 767px) {
	#plan .monthlyPlan .name {
		font-size: 6.3vw;
		margin-bottom: 8.2vw;
	}
}
#plan .monthlyPlan .name:after {
	content: "";
	width: 85px;
	height: 5px;
	background-color: #fff;
	position: absolute;
	left: 50%;
	bottom: -22px;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
	#plan .monthlyPlan .name:after {
		width: 14.9vw;
		height: 0.8vw;
		bottom: -3.8vw;
	}
}
#plan .monthlyPlan .text {
	font-size: 20px;
	text-align: center;
	line-height: 1.7em;
}
@media screen and (max-width: 767px) {
	#plan .monthlyPlan .text {
		font-size: 3.5vw;
	}
}
#plan .whiteBoxGlay {
	background-color: #fff;
	border-radius: 10px;
	padding-bottom: 23px;
	margin-bottom: 40px;
	text-align: center;
}
@media screen and (max-width: 767px) {
	#plan .whiteBoxGlay {
		margin-bottom: 7vw;
		padding-bottom: 4vw;
	}
}
#plan .whiteBoxGlay .subTitle {
	padding: 25px 0 20px;
	line-height: 1em;
	background-color: #919191;
	border-radius: 10px 10px 0 0;
	color: #ffffff;
	font-size: 50px;
	margin-bottom: 27px;
	font-weight: 500;
}
@media screen and (max-width: 767px) {
	#plan .whiteBoxGlay .subTitle {
		font-size: 8.7vw;
		padding: 4.3vw 0 3.5vw;
		margin-bottom: 4.73vw;
	}
}
#plan .whiteBoxGlay p {
	color: #000;
}
#plan .whiteBoxGlay .price {
	line-height: 1em;
	font-size: 48px;
	font-weight: bold;
	margin-bottom: 26px;
	padding-left: 0.7em;
}
@media screen and (max-width: 767px) {
	#plan .whiteBoxGlay .price {
		font-size: 8.4vw;
		margin-bottom: 4.5vw;
	}
}
#plan .whiteBoxGlay .price span {
	color: #000;
	margin-left: 5px;
}
@media screen and (max-width: 767px) {
	#plan .whiteBoxGlay .price span {
		margin-left: 0.8vw;
	}
}
#plan .whiteBoxGlay .available {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	font-size: 20px;
	font-weight: bold;
	line-height: 1em;
	padding: 16px 0;
	margin: 0 35px 27px;
}
@media screen and (max-width: 767px) {
	#plan .whiteBoxGlay .available {
		font-size: 3.5vw;
		padding: 2.8vw 0;
		margin: 0 6.1vw 4.7vw;
	}
}
#plan .whiteBoxGlay .flex {
	-ms-flex-pack: distribute;
	justify-content: space-around;
	padding: 0 30px;
	margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
	#plan .whiteBoxGlay .flex {
		padding: 0 5.2vw;
		margin-bottom: 6.1vw;
	}
}
#plan .whiteBoxGlay .left,
#plan .whiteBoxGlay .right {
	text-align: center;
}
#plan .whiteBoxGlay .left .type,
#plan .whiteBoxGlay .right .type {
	color: #4d4d4d;
	font-size: 18px;
	margin-bottom: 9px;
	letter-spacing: 0.1em;
	font-weight: 500;
}
@media screen and (max-width: 767px) {
	#plan .whiteBoxGlay .left .type,
	#plan .whiteBoxGlay .right .type {
		font-size: 3.1vw;
		margin-bottom: 1.5vw;
	}
}
#plan .whiteBoxGlay .left .count,
#plan .whiteBoxGlay .right .count {
	font-size: 40px;
	font-weight: bold;
}
@media screen and (max-width: 767px) {
	#plan .whiteBoxGlay .left .count,
	#plan .whiteBoxGlay .right .count {
		font-size: 7vw;
	}
}
#plan .whiteBoxGlay .left .count span,
#plan .whiteBoxGlay .right .count span {
	font-size: 18px;
	color: #000;
	margin-left: 5px;
}
@media screen and (max-width: 767px) {
	#plan .whiteBoxGlay .left .count span,
	#plan .whiteBoxGlay .right .count span {
		font-size: 3.1vw;
		margin-left: 0.8vw;
	}
}
#plan .whiteBoxGlay .priceSub {
	font-size: 30px;
	font-weight: bold;
	line-height: 1em;
	text-indent: -1em;
}
@media screen and (max-width: 767px) {
	#plan .whiteBoxGlay .priceSub {
		font-size: 5.2vw;
	}
}
#plan .whiteBoxGlay .priceSub span {
	font-size: 18px;
	color: #4d4d4d;
	margin-right: 20px;
}
@media screen and (max-width: 767px) {
	#plan .whiteBoxGlay .priceSub span {
		font-size: 3.1vw;
		margin-right: 3.5vw;
	}
}
#plan .special {
	margin-bottom: 33px;
}
@media screen and (max-width: 767px) {
	#plan .special {
		margin-bottom: 5.7vw;
	}
}
#plan .special .subTitle {
	background-color: #000000;
}
#plan .option .outfit {
	font-size: 40px;
	font-weight: 500;
	margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
	#plan .option .outfit {
		font-size: 7vw;
		margin-bottom: 1.4vw;
	}
}
#plan .option .text {
	font-size: 20px;
	font-weight: 500;
	line-height: 1.8em;
	margin-bottom: 20px;
	text-align: justify;
	letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
	#plan .option .text {
		font-size: 3.5vw;
		margin-bottom: 3.5vw;
	}
}
#plan .option .optionCaution {
	font-size: 20px;
	line-height: 1.7em;
	padding-bottom: 85px;
}
@media screen and (max-width: 767px) {
	#plan .option .optionCaution {
		font-size: 3.5vw;
		padding-bottom: 14.9vw;
	}
}
#plan .planList {
	background-color: #333333;
	position: relative;
	z-index: 1;
}
#plan .planList .title {
	font-size: 36px;
	font-weight: 500;
	margin-bottom: 38px;
	text-align: center;
}
@media screen and (max-width: 767px) {
	#plan .planList .title {
		font-size: 6.3vw;
		margin-bottom: 6.6vw;
	}
}
#plan .planList table {
	width: 100%;
}
#plan .planList table thead {
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
}
#plan .planList table thead th {
	border-right: 1px solid #fff;
	font-size: 17px;
	text-align: center;
	padding: 10px 0;
	vertical-align: middle;
	line-height: 1.2em;
}
@media screen and (max-width: 767px) {
	#plan .planList table thead th {
		font-size: 2.9vw;
		padding: 1.7vw 0;
	}
}
#plan .planList table thead th:nth-child(1) {
	width: 23%;
}
#plan .planList table thead th:nth-child(2) {
	width: 21%;
}
#plan .planList table thead th:nth-child(3) {
	width: 24%;
}
#plan .planList table thead th:last-child {
	width: 24%;
	border-right: none;
}
#plan .planList table tbody tr {
	border-bottom: 2px solid #fff;
}
#plan .planList table tbody tr th {
	border-right: 1px solid #fff;
	font-size: 21px;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
}
@media screen and (max-width: 767px) {
	#plan .planList table tbody tr th {
		font-size: 3.5vw;
	}
}
#plan .planList table tbody tr td {
	padding: 19px 0;
	vertical-align: middle;
	border-right: 1px solid #fff;
	text-align: center;
}
@media screen and (max-width: 767px) {
	#plan .planList table tbody tr td {
		padding: 3.3vw 0;
	}
}
#plan .planList table tbody tr td:last-child {
	border-right: none;
}
#plan .planList table tbody tr td p {
	font-size: 21px;
	font-weight: 500;
}
@media screen and (max-width: 767px) {
	#plan .planList table tbody tr td p {
		font-size: 3.5vw;
	}
}
#plan .planList table tbody tr td p.mainCount {
	border-bottom: 1px solid #919191;
	padding-bottom: 15px;
	margin: 0 20px 12px;
	font-size: 21px;
}
@media screen and (max-width: 767px) {
	#plan .planList table tbody tr td p.mainCount {
		font-size: 3.5vw;
		padding-bottom: 2.6vw;
		margin: 0 3.5vw 2.1vw;
	}
}
#plan .planList table tbody tr td p.subCount {
	font-size: 19px;
}
@media screen and (max-width: 767px) {
	#plan .planList table tbody tr td p.subCount {
		font-size: 3.3vw;
	}
}
#plan .planList table tbody tr:nth-child(1) {
	background-color: #919191;
}
#plan .planList table tbody tr:nth-child(1) p.mainCount {
	border-bottom: 1px solid #aaaaaa;
}
#plan .planList table tbody tr:nth-child(2) {
	background-color: #808080;
}
#plan .planList table tbody tr:nth-child(3) {
	background-color: #808080;
}
#plan .planList table tbody tr:nth-child(4) {
	background-color: #666666;
}
#plan .planList table tbody tr:nth-child(5) {
	background-color: #000000;
}
#plan .planList .planCaution {
	font-size: 16px;
	text-align: right;
	padding: 17px 19px 47px 0;
	position: relative;
}
@media screen and (max-width: 767px) {
	#plan .planList .planCaution {
		font-size: 2.8vw;
		padding: 2.9vw 3.3vw 45.2vw 0;
	}
}
#plan:after {
	content: "";
	position: absolute;
	bottom: 0%;
	left: 0;
	width: 100%;
	height: 5%;
	z-index: 0;
	background-color: #333333;
	-webkit-transform: skewY(-17deg);
	transform: skewY(-17deg);
	-webkit-transform-origin: top right;
	transform-origin: top right;
}
@media screen and (max-width: 767px) {
	#plan:after {
		height: 5%;
		bottom: -1.3%;
	}
}
#equipment {
	position: relative;
	margin-top: -72px;
	padding-bottom: 537px;
}
@media screen and (max-width: 767px) {
	#equipment {
		margin-top: -12.6vw;
		padding-bottom: 22.2vw;
	}
}
@media screen and (max-width: 767px) {
	#equipment #eqAnker {
		padding-top: 70px;
		margin-top: -70px;
	}
}
#equipment .sectionTitle {
	position: relative;
	z-index: 1;
}
#equipment .topText {
	margin: 25px auto 0;
	margin-bottom: 40px;
	text-align: center;
	z-index: 1;
	position: relative;
}
@media screen and (max-width: 767px) {
	#equipment .topText {
		margin: 4.3vw auto 7vw;
	}
}
#equipment .topText p {
	text-align: left;
	font-size: 42.2px;
	display: inline-block;
	line-height: 1.7em;
	font-weight: 200;
}
@media screen and (max-width: 767px) {
	#equipment .topText p {
		font-size: 7.4vw;
	}
}
#equipment .eqSlideWrap {
	background-color: #fff;
}
#equipment .eqSlideWrap li {
	margin-top: 15px;
	margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
	#equipment .eqSlideWrap li {
		margin: 2.6vw 1vw 4.3vw;
	}
}
#equipment .eqSlideWrap li img {
	width: 70%;
	margin: 0 auto;
}
#equipment .eqSlideWrap p {
	text-align: center;
	color: #000;
}
#equipment .eqSlideWrap p.outfit {
	font-size: 30px;
	font-weight: 500;
	margin-bottom: 5px;
	letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
	#equipment .eqSlideWrap p.outfit {
		font-size: 5.2vw;
		margin-bottom: 0.8vw;
	}
}
#equipment .eqSlideWrap p.jpName {
	font-size: 20px;
}
@media screen and (max-width: 767px) {
	#equipment .eqSlideWrap p.jpName {
		font-size: 3.5vw;
	}
}
#equipment .eqSlideWrap .slick-dotted.slick-slider {
	margin-bottom: 95px;
}
@media screen and (max-width: 767px) {
	#equipment .eqSlideWrap .slick-dotted.slick-slider {
		margin-bottom: 16.6vw;
	}
}
#equipment .eqSlideWrap .slick-dots {
	bottom: -73px;
}
@media screen and (max-width: 767px) {
	#equipment .eqSlideWrap .slick-dots {
		bottom: -12.8vw;
	}
}
@media screen and (max-width: 767px) {
	#equipment .eqSlideWrap .slick-dots li {
		width: 3.5vw;
		height: 3.5vw;
	}
}
#equipment .eqSlideWrap .slick-dots li button:before {
	font-size: 34px;
	width: 11px;
	height: 11px;
	opacity: 1;
	color: #808080;
}
@media screen and (max-width: 767px) {
	#equipment .eqSlideWrap .slick-dots li button:before {
		font-size: 5.9vw;
		width: 1.9vw;
		height: 1.9vw;
	}
}
#equipment .eqSlideWrap .slick-dots li.slick-active button:before {
	font-size: 34px;
	width: 11px;
	height: 11px;
	opacity: 1;
	color: #fff;
}
@media screen and (max-width: 767px) {
	#equipment .eqSlideWrap .slick-dots li.slick-active button:before {
		font-size: 5.9vw;
		width: 1.9vw;
		height: 1.9vw;
	}
}
#equipment .eqSlideWrap .slick-prev,
#equipment .eqSlideWrap .slick-next {
	width: 24px;
	height: 97px;
	z-index: 1;
}
@media screen and (max-width: 767px) {
	#equipment .eqSlideWrap .slick-prev,
	#equipment .eqSlideWrap .slick-next {
		width: 4.2vw;
		height: 17vw;
	}
}
#equipment .eqSlideWrap .slick-next {
	right: 30px;
}
@media screen and (max-width: 767px) {
	#equipment .eqSlideWrap .slick-next {
		right: 5.2vw;
	}
}
#equipment .eqSlideWrap .slick-next:before {
	content: "";
	width: 25px;
	height: 97px;
	background-size: contain;
	display: block;
	background-image: url(../img/arrow_b_r.png);
	background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
	#equipment .eqSlideWrap .slick-next:before {
		width: 4.3vw;
		height: 17vw;
	}
}
#equipment .eqSlideWrap .slick-prev {
	left: 30px;
}
@media screen and (max-width: 767px) {
	#equipment .eqSlideWrap .slick-prev {
		left: 5.2vw;
	}
}
#equipment .eqSlideWrap .slick-prev:before {
	content: "";
	width: 25px;
	height: 97px;
	background-size: contain;
	display: block;
	background-image: url(../img/arrow_b_l.png);
	background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
	#equipment .eqSlideWrap .slick-prev:before {
		width: 4.3vw;
		height: 17vw;
	}
}
#equipment .eqCaution {
	font-size: 16px;
	text-align: center;
}
@media screen and (max-width: 767px) {
	#equipment .eqCaution {
		font-size: 2.8vw;
	}
}
#facility {
	position: relative;
	z-index: 0;
	background-color: #333333;
	padding-bottom: 132px;
	padding-top: 500px;
}
@media screen and (max-width: 767px) {
	#facility {
		padding-bottom: 18.6vw;
	}
}
/* #facility:before {
	content: "";
	position: absolute;
	top: 13%;
	left: 0;
	width: 100%;
	height: 45%;
	z-index: -1;
	background-color: #333333;
	-webkit-transform: skewY(-17deg);
	transform: skewY(-17deg);
	-webkit-transform-origin: top right;
	transform-origin: top right;
} */
@media screen and (max-width: 767px) {
	#facility:before {
		top: 21%;
	}
}
#facility:after {
	content: "";
	position: absolute;
	bottom: -6%;
	left: 0;
	width: 100%;
	height: 45%;
	z-index: -1;
	background-color: #333333;
	-webkit-transform: skewY(-17deg);
	transform: skewY(-17deg);
	-webkit-transform-origin: top right;
	transform-origin: top right;
}
@media screen and (max-width: 767px) {
	#facility #faAnker {
		padding-top: 70px;
		margin-top: -70px;
	}
}
#facility .sectionTitle {
	margin-top: -360px;
}
@media screen and (max-width: 767px) {
	#facility .sectionTitle {
		margin-top: 0vw;
	}
}
#facility .topText {
	margin: 25px auto 65px;
	text-align: center;
	z-index: 1;
	position: relative;
}
@media screen and (max-width: 767px) {
	#facility .topText {
		margin: 4.3vw auto 11.4vw;
	}
}
#facility .topText p {
	text-align: left;
	font-size: 42.2px;
	display: inline-block;
	line-height: 1.6em;
	font-weight: 200;
}
@media screen and (max-width: 767px) {
	#facility .topText p {
		font-size: 7.4vw;
	}
}
#facility .faSlideWrap {
	background-color: #333333;
}
#facility .faSlideWrap li {
	margin-top: 15px;
	margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
	#facility .faSlideWrap li {
		margin: 2.6vw 1vw 4.3vw;
	}
}
#facility .faSlideWrap .slick-slide {
	margin-right: 17.5px;
	margin-left: 17.5px;
}
@media screen and (max-width: 767px) {
	#facility .faSlideWrap .slick-slide {
		margin-right: 3vw;
		margin-left: 3vw;
	}
}
#facility .faSlideWrap .slick-dotted.slick-slider {
	margin-bottom: 95px;
}
@media screen and (max-width: 767px) {
	#facility .faSlideWrap .slick-dotted.slick-slider {
		margin-bottom: 16.6vw;
	}
}
#facility .faSlideWrap .slick-dots {
	bottom: -73px;
}
@media screen and (max-width: 767px) {
	#facility .faSlideWrap .slick-dots {
		bottom: -12.8vw;
	}
}
@media screen and (max-width: 767px) {
	#facility .faSlideWrap .slick-dots li {
		width: 3.5vw;
		height: 3.5vw;
	}
}
#facility .faSlideWrap .slick-dots li button:before {
	font-size: 34px;
	width: 11px;
	height: 11px;
	opacity: 1;
	color: #808080;
}
@media screen and (max-width: 767px) {
	#facility .faSlideWrap .slick-dots li button:before {
		font-size: 5.9vw;
		width: 1.9vw;
		height: 1.9vw;
	}
}
#facility .faSlideWrap .slick-dots li.slick-active button:before {
	font-size: 34px;
	width: 11px;
	height: 11px;
	opacity: 1;
	color: #fff;
}
@media screen and (max-width: 767px) {
	#facility .faSlideWrap .slick-dots li.slick-active button:before {
		font-size: 5.9vw;
		width: 1.9vw;
		height: 1.9vw;
	}
}
#facility .faSlideWrap .slick-prev,
#facility .faSlideWrap .slick-next {
	width: 24px;
	height: 97px;
	z-index: 1;
}
@media screen and (max-width: 767px) {
	#facility .faSlideWrap .slick-prev,
	#facility .faSlideWrap .slick-next {
		width: 4.2vw;
		height: 17vw;
	}
}
#facility .faSlideWrap .slick-next {
	right: 30px;
}
@media screen and (max-width: 767px) {
	#facility .faSlideWrap .slick-next {
		right: 5.2vw;
	}
}
#facility .faSlideWrap .slick-next:before {
	content: "";
	width: 25px;
	height: 97px;
	background-size: contain;
	display: block;
	background-image: url(../img/arrow_w_r.png);
	background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
	#facility .faSlideWrap .slick-next:before {
		width: 4.3vw;
		height: 17vw;
	}
}
#facility .faSlideWrap .slick-prev {
	left: 30px;
}
@media screen and (max-width: 767px) {
	#facility .faSlideWrap .slick-prev {
		left: 5.2vw;
	}
}
#facility .faSlideWrap .slick-prev:before {
	content: "";
	width: 25px;
	height: 97px;
	background-size: contain;
	display: block;
	background-image: url(../img/arrow_w_l.png);
	background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
	#facility .faSlideWrap .slick-prev:before {
		width: 4.3vw;
		height: 17vw;
	}
}
#gym {
	position: relative;
	margin-bottom: 60px;
	/* 矢印 */
}
.gym__listItem {
	margin-top: 3rem;
}
.gym_title {
    color: #fff;
    font-size: 1.5625rem;
	line-height: 1.3;
	border-block: 1px solid #fff;
	padding: 1rem 0.625rem 1rem;
}
.gym__thumbnail {
	padding: 1rem 3rem 2.3rem;
}
.gym__linkWrap {
	text-align: center;
}
.gym__link {
	background-color: #808080;
	box-shadow: 0px 0px 1px 5px rgba(73, 77, 93, 0.35);
	padding: 1rem;
}

@media screen and (max-width: 767px) {
	#gym {
		margin-bottom: 10.5vw;
	}
	#gym #gymAnker {
		padding-top: 70px;
		margin-top: -70px;
	}
	.gym__thumbnail {
		padding: 1rem 2rem 2.3rem
	}
}
#gym .topText {
	margin: 25px auto 90px;
	text-align: center;
	z-index: 1;
	position: relative;
}
@media screen and (max-width: 767px) {
	#gym .topText {
		margin: 4.3vw auto 15.7vw;
	}
}
#gym .topText p {
	text-align: left;
	font-size: 42.2px;
	display: inline-block;
	line-height: 1.6em;
	font-weight: 200;
}
@media screen and (max-width: 767px) {
	#gym .topText p {
		font-size: 7.4vw;
	}
}
#gym .accordion {
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	position: relative;
}
@media screen and (max-width: 767px) {
	#gym .accordion {
		margin-top: 5.2vw;
	}
}
#gym .accordion-content {
	display: none;
}
#gym .accordion-content p {
	font-size: 13px;
	line-height: 1.5;
}
@media screen and (max-width: 767px) {
	#gym .accordion-content p {
		font-size: 2.2vw;
	}
}
#gym .accordion-title {
	border-top: 1px solid #fff;
	position: relative;
	color: #fff;
	cursor: pointer;
	font-size: 25px;
	padding: 23px 10px 20px;
}
@media screen and (max-width: 767px) {
	#gym .accordion-title {
		font-size: 4.3vw;
		padding: 4vw 1.7vw 3.5vw;
	}
}

@media screen and (max-width: 767px) {
	#gym .accordion-title::after {
		height: 3.5vw;
		right: 4.5vw;
		width: 3.5vw;
	}
}
#gym .accordion-title.open::after {
	top: 45%;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#gym .lastContent {
	border-bottom: 1px solid #fff;
}
#gym .imgWrap {
	margin: 20px 0 30px;
}
@media screen and (max-width: 767px) {
	#gym .imgWrap {
		margin: 3.5vw 0 5.2vw;
	}
}
#gym .detail {
	padding: 0 15px;
}
@media screen and (max-width: 767px) {
	#gym .detail {
		padding: 0 2.6vw;
	}
}
#gym .detail dt {
	font-size: 16px;
	width: 29.7%;
}
@media screen and (max-width: 767px) {
	#gym .detail dt {
		font-size: 2.8vw;
		line-height: 1.6em;
	}
}
#gym .detail dd {
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 35px;
	line-height: 1.6em;
}
@media screen and (max-width: 767px) {
	#gym .detail dd {
		font-size: 3.1vw;
		margin-bottom: 6.1vw;
	}
}
#gym .mapWrap {
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 60%;
	margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
	#gym .mapWrap {
		margin-bottom: 3.5vw;
	}
}
#gym .mapWrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#gym .mapWrap iframe {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
}
#gym .mapLink {
	text-align: center;
	margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
	#gym .mapLink {
		margin-bottom: 14vw;
	}
}
#gym .mapLink a {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
#gym .mapLink a img {
	width: 6.7px;
}
@media screen and (max-width: 767px) {
	#gym .mapLink a img {
		width: 1.1vw;
	}
}
#gym .mapLink a span {
	color: #fff;
	font-size: 20px;
	padding: 0 15px;
	letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
	#gym .mapLink a span {
		font-size: 3.5vw;
		padding: 0 2.6vw;
	}
}
#joinus {
	position: relative;
	z-index: 0;
	padding-bottom: 42px;
	padding-top: 193px;
}
@media screen and (max-width: 767px) {
	#joinus {
		padding-bottom: 7.3vw;
		padding-top: 33.8vw;
	}
}
#joinus:before {
	content: "";
	position: absolute;
	top: 0%;
	left: 0;
	width: 100%;
	height: 55%;
	z-index: -1;
	background-color: #333333;
	-webkit-transform: skewY(-17deg);
	transform: skewY(-17deg);
	-webkit-transform-origin: top right;
	transform-origin: top right;
}
#joinus:after {
	content: "";
	position: absolute;
	bottom: 0%;
	left: 0;
	width: 100%;
	height: 55%;
	z-index: -1;
	background-color: #333333;
	-webkit-transform: skewY(-17deg);
	transform: skewY(-17deg);
	-webkit-transform-origin: top right;
	transform-origin: top right;
}
@media screen and (max-width: 767px) {
	#joinus #joinusAnker {
		padding-top: 70px;
		margin-top: -70px;
	}
}
#joinus .topText {
	margin: 23px auto 45px;
	text-align: center;
	z-index: 1;
	position: relative;
}
@media screen and (max-width: 767px) {
	#joinus .topText {
		margin: 4vw auto 7.8vw;
	}
}
#joinus .topText p {
	text-align: center;
	font-size: 28px;
	display: inline-block;
	line-height: 1.5em;
	font-weight: 200;
}
@media screen and (max-width: 767px) {
	#joinus .topText p {
		font-size: 4.9vw;
	}
}
#joinus li .numberWrap {
	text-align: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 27.3%;
}
#joinus li .numberWrap .number {
	margin: 0 auto;
}
#joinus li .numberWrap .number .step {
	font-size: 25px;
	margin-bottom: 3px;
	letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
	#joinus li .numberWrap .number .step {
		font-size: 3.5vw;
		margin-bottom: 0.5vw;
	}
}
#joinus li .numberWrap .number .count {
	font-size: 60px;
}
@media screen and (max-width: 767px) {
	#joinus li .numberWrap .number .count {
		font-size: 10.5vw;
	}
}
#joinus li .rod {
	width: 1.9%;
}
#joinus li .text {
	width: 70.8%;
	position: relative;
}
#joinus li .text:after {
	content: "";
	width: 58px;
	height: 18px;
	background-image: url(../img/arrow.png);
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	bottom: -2%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
#joinus li:last-of-type .text:after {
	display: none;
}
@media screen and (max-width: 767px) {
	#joinus li .text:after {
		width: 10.1vw;
		height: 3.1vw;
	}
}
#joinus li .text p {
	font-size: 26px;
	text-align: center;
	font-weight: bold;
	line-height: 1.5em;
}
@media screen and (max-width: 767px) {
	#joinus li .text p {
		font-size: 4.5vw;
	}
}
#joinus li:nth-child(1) .rod {
	background-color: #c4c4c4;
}
#joinus li:nth-child(1) .text {
	padding: 30px 0 68px;
}
@media screen and (max-width: 767px) {
	#joinus li:nth-child(1) .text {
		padding: 5.2vw 0 11.9vw;
	}
}
#joinus li:nth-child(1) .text img {
	width: 51px;
	margin: 0 auto 15px;
	display: block;
}
@media screen and (max-width: 767px) {
	#joinus li:nth-child(1) .text img {
		width: 8.9vw;
		margin: 0 auto 2.6vw;
	}
}
#joinus li:nth-child(2) .rod {
	background-color: #808080;
}
#joinus li:nth-child(2) .text {
	padding: 75px 0 83px;
}
@media screen and (max-width: 767px) {
	#joinus li:nth-child(2) .text {
		padding: 13.1vw 0 14.5vw;
	}
}
#joinus li:nth-child(2) .text:after {
	bottom: 4%;
}
@media screen and (max-width: 767px) {
	#joinus li:nth-child(2) .text:after {
		bottom: -2vw;
	}
}
#joinus li:nth-child(3) .rod {
	background-color: #4d4d4d;
}
#joinus li:nth-child(3) .text {
	padding: 45px 0 39px;
}
@media screen and (max-width: 767px) {
	#joinus li:nth-child(3) .text {
		padding: 7.8vw 0 6.8vw;
	}
}
#joinus li:nth-child(3) .text:after {
	bottom: -8.8%;
}
@media screen and (max-width: 767px) {
	#joinus li:nth-child(3) .text:after {
		bottom: -3vw;
	}
}
#joinus li:nth-child(4) .rod {
	background-color: #1a1a1a;
}
#joinus li:nth-child(4) .text {
	padding: 72px 0 55px;
}
@media screen and (max-width: 767px) {
	#joinus li:nth-child(4) .text {
		padding: 12.6vw 0 9.6vw;
	}
}
#joinus li:nth-child(4) .text:after {
	content: none;
}
#joinus li:nth-child(4) .text .small {
	font-size: 18px;
	margin-top: 10px;
	font-weight: 200;
}
@media screen and (max-width: 767px) {
	#joinus li:nth-child(4) .text .small {
		font-size: 3.1vw;
		margin-top: 1.7vw;
	}
}
#faq {
	background-color: #fff;
	padding-bottom: 80px;
	padding-top: 154px;
	/* 矢印 */
}
@media screen and (max-width: 767px) {
	#faq {
		padding-bottom: 14vw;
		padding-top: 27vw;
	}
}
#faq p {
	color: #000;
}
@media screen and (max-width: 767px) {
	#faq #faqAnker {
		padding-top: 70px;
		margin-top: -70px;
	}
}
#faq .accordion {
	margin-left: auto;
	margin-right: auto;
	margin-top: 33px;
	position: relative;
}
@media screen and (max-width: 767px) {
	#faq .accordion {
		padding-top: 5.7vw;
	}
}
#faq .accordion-content {
	display: none;
	padding-top: 12px;
}
@media screen and (max-width: 767px) {
	#faq .accordion-content {
		padding-top: 2.1vw;
	}
}
#faq .accordion-content p.outfit_thin {
	font-size: 30px;
	width: 15.6%;
	text-align: center;
}
@media screen and (max-width: 767px) {
	#faq .accordion-content p.outfit_thin {
		font-size: 5.2vw;
	}
}
#faq .accordion-content div {
	width: 84.4%;
	padding-top: 8px;
}
@media screen and (max-width: 767px) {
	#faq .accordion-content div {
		padding-top: 1.4vw;
	}
}
#faq .accordion-content div p {
	font-size: 18px;
}
@media screen and (max-width: 767px) {
	#faq .accordion-content div p {
		font-size: 3.1vw;
	}
}
#faq .accordion-content div p:nth-child(1) {
	font-weight: bold;
	margin-bottom: 11px;
}
@media screen and (max-width: 767px) {
	#faq .accordion-content div p:nth-child(1) {
		margin-bottom: 1.9vw;
	}
}
#faq .accordion-content div p:nth-child(2) {
	color: #666666;
	margin-bottom: 29px;
	line-height: 1.5em;
}
@media screen and (max-width: 767px) {
	#faq .accordion-content div p:nth-child(2) {
		margin-bottom: 5vw;
	}
}
#faq .accordion-title {
	border-top: 1px solid #000;
	position: relative;
	color: #000;
	cursor: pointer;
	font-size: 25px;
	padding: 23px 10px 20px;
	background-color: #e6e6e6;
}
@media screen and (max-width: 767px) {
	#faq .accordion-title {
		font-size: 4.3vw;
		padding: 4vw 1.7vw 3.5vw;
	}
}
#faq .accordion-title::after {
	border-right: solid 2px #000;
	border-top: solid 2px #000;
	content: "";
	display: block;
	height: 23px;
	position: absolute;
	right: 26px;
	top: 25%;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	-webkit-transition: top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
	transition: top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out, top 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out, top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
	width: 23px;
}
@media screen and (max-width: 767px) {
	#faq .accordion-title::after {
		height: 3.5vw;
		right: 4.5vw;
		width: 3.5vw;
	}
}
#faq .accordion-title.open::after {
	top: 45%;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#faq .accordion-title.open {
	background-color: initial;
}
#faq .lastContent {
	border-bottom: 1px solid #000;
}
#contact {
	background-color: #333333;
	position: relative;
	padding-top: 140px;
}
@media screen and (max-width: 767px) {
	#contact {
		padding-top: 24.5vw;
	}
}
@media screen and (max-width: 767px) {
	#contact #contactAnker {
		padding-top: 70px;
		margin-top: -70px;
	}
}
#contact .sectionTitle {
	margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
	#contact .sectionTitle {
		margin-bottom: 6.1vw;
	}
}
#contact .topText {
	margin: 0 auto 55px;
	text-align: center;
	z-index: 1;
	position: relative;
}
@media screen and (max-width: 767px) {
	#contact .topText {
		margin: 0 auto 9.6vw;
	}
}
#contact .topText p {
	text-align: center;
	font-size: 20px;
	display: inline-block;
	line-height: 1.7em;
	font-weight: 200;
}
@media screen and (max-width: 767px) {
	#contact .topText p {
		font-size: 3.5vw;
	}
}
#contact .borderWrap {
	border-bottom: 1px solid #fff;
}
#contact .must-icon {
	font-weight: 500;
	font-size: 18px;
	margin-bottom: 11px;
}
@media screen and (max-width: 767px) {
	#contact .must-icon {
		font-size: 3.1vw;
		margin-bottom: 1.9vw;
	}
}
#contact .must-icon span {
	margin-left: 12px;
	background-color: #ff2c43;
	font-size: 14px;
	color: #fff;
	padding: 1px 5px 1px 0.5em;
	letter-spacing: 0.2em;
	border-radius: 6px;
}
@media screen and (max-width: 767px) {
	#contact .must-icon span {
		margin-left: 2.1vw;
		font-size: 2.4vw;
		padding: 0.1vw 0.8vw 0.1vw 0.5em;
	}
}
#contact input {
	cursor: pointer;
	margin-bottom: 42px;
	background-color: #808080;
	color: #fff;
	padding: 22px 4%;
	width: 92%;
	border: none;
	border-bottom: 2px solid #fff;
	border-radius: 5px 5px 0 0;
}
@media screen and (max-width: 767px) {
	#contact input {
		margin-bottom: 7.3vw;
		padding: 3.8vw 4%;
	}
}
#contact input::-webkit-input-placeholder {
	color: #4d4d4d;
	font-size: 20px;
	font-weight: 500;
}
#contact input::-moz-placeholder {
	color: #4d4d4d;
	font-size: 20px;
	font-weight: 500;
}
#contact input:-ms-input-placeholder {
	color: #4d4d4d;
	font-size: 20px;
	font-weight: 500;
}
#contact input::-ms-input-placeholder {
	color: #4d4d4d;
	font-size: 20px;
	font-weight: 500;
}
#contact input::placeholder {
	color: #4d4d4d;
	font-size: 20px;
	font-weight: 500;
}
@media screen and (max-width: 767px) {
	#contact input::-webkit-input-placeholder {
		font-size: 3.5vw;
	}
	#contact input::-moz-placeholder {
		font-size: 3.5vw;
	}
	#contact input:-ms-input-placeholder {
		font-size: 3.5vw;
	}
	#contact input::-ms-input-placeholder {
		font-size: 3.5vw;
	}
	#contact input::placeholder {
		font-size: 3.5vw;
	}
}
#contact .selectWrap {
	position: relative;
}
#contact .selectWrap::after {
	border-right: solid 2px #fff;
	border-top: solid 2px #fff;
	content: "";
	display: block;
	height: 18px;
	position: absolute;
	right: 46%;
	top: 34%;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	-webkit-transition: top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
	transition: top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out, top 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out, top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
	width: 18px;
}
@media screen and (max-width: 767px) {
	#contact .selectWrap::after {
		height: 3.1vw;
		width: 3.1vw;
	}
}
#contact select {
	cursor: pointer;
	position: relative;
	margin-bottom: 42px;
	background-color: #808080;
	color: #fff;
	padding: 25px 4%;
	width: 59%;
	border: none;
	border-bottom: 2px solid #fff;
	border-radius: 5px 5px 0 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
@media screen and (max-width: 767px) {
	#contact select {
		margin-bottom: 7.3vw;
		padding: 4.3vw 4%;
	}
}
#contact select::-webkit-input-placeholder {
	color: #4d4d4d;
	font-size: 20px;
	font-weight: 500;
}
#contact select::-moz-placeholder {
	color: #4d4d4d;
	font-size: 20px;
	font-weight: 500;
}
#contact select:-ms-input-placeholder {
	color: #4d4d4d;
	font-size: 20px;
	font-weight: 500;
}
#contact select::-ms-input-placeholder {
	color: #4d4d4d;
	font-size: 20px;
	font-weight: 500;
}
#contact select::placeholder {
	color: #4d4d4d;
	font-size: 20px;
	font-weight: 500;
}
@media screen and (max-width: 767px) {
	#contact select::-webkit-input-placeholder {
		font-size: 3.5vw;
	}
	#contact select::-moz-placeholder {
		font-size: 3.5vw;
	}
	#contact select:-ms-input-placeholder {
		font-size: 3.5vw;
	}
	#contact select::-ms-input-placeholder {
		font-size: 3.5vw;
	}
	#contact select::placeholder {
		font-size: 3.5vw;
	}
}
#contact textarea {
	cursor: pointer;
	margin-bottom: 37px;
	background-color: #808080;
	color: #fff;
	padding: 22px 4%;
	width: 92%;
	border: none;
	border-bottom: 2px solid #fff;
	border-radius: 5px 5px 0 0;
	line-height: 1.3em;
}
@media screen and (max-width: 767px) {
	#contact textarea {
		margin-bottom: 6.4vw;
		padding: 3.8vw 4%;
	}
}
#contact textarea::-webkit-input-placeholder {
	color: #4d4d4d;
	font-size: 20px;
	line-height: 1.3em;
	font-weight: 500;
}
#contact textarea::-moz-placeholder {
	color: #4d4d4d;
	font-size: 20px;
	line-height: 1.3em;
	font-weight: 500;
}
#contact textarea:-ms-input-placeholder {
	color: #4d4d4d;
	font-size: 20px;
	line-height: 1.3em;
	font-weight: 500;
}
#contact textarea::-ms-input-placeholder {
	color: #4d4d4d;
	font-size: 20px;
	line-height: 1.3em;
	font-weight: 500;
}
#contact textarea::placeholder {
	color: #4d4d4d;
	font-size: 20px;
	line-height: 1.3em;
	font-weight: 500;
}
@media screen and (max-width: 767px) {
	#contact textarea::-webkit-input-placeholder {
		font-size: 3.5vw;
	}
	#contact textarea::-moz-placeholder {
		font-size: 3.5vw;
	}
	#contact textarea:-ms-input-placeholder {
		font-size: 3.5vw;
	}
	#contact textarea::-ms-input-placeholder {
		font-size: 3.5vw;
	}
	#contact textarea::placeholder {
		font-size: 3.5vw;
	}
}
#contact .text-center {
	width: 400px;
	margin: 0 auto;
	text-align: center;
	padding-bottom: 106px;
}
@media screen and (max-width: 767px) {
	#contact .text-center {
		width: 70vw;
		padding-bottom: 18.5vw;
	}
}
#contact .text-center button {
	cursor: pointer;
	width: 100%;
	padding: 20px 0 20px 2em;
	border: none;
	border-radius: 50px;
	font-size: 20px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	color: #000;
	background-color: #fff;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	letter-spacing: 2em;
}
@media screen and (max-width: 767px) {
	#contact .text-center button {
		font-size: 3.5vw;
		padding: 3.5vw 0 3.5vw 7vw;
	}
}
#contact .text-center button:hover {
	opacity: 0.3;
}
footer {
	padding: 70px 0 65px;
	background-color: #333333;
	text-align: center;
	position: relative;
}
@media screen and (max-width: 767px) {
	footer {
		padding: 12.2vw 0 11.4vw;
	}
}
footer .linkWrap {
	margin-bottom: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 40px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
@media screen and (max-width: 767px) {
	footer .linkWrap {
		margin-bottom: 5.2vw;
	}
}
footer .linkWrap a {
	font-size: 14px;
	font-weight: 500;
}
@media screen and (max-width: 767px) {
	footer .linkWrap a {
		font-size: 2.4vw;
	}
}
footer .cp {
	font-size: 20px;
	letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
	footer .cp {
		font-size: 3.5vw;
	}
}
.spOnly {
	display: none;
}
@media screen and (max-width: 767px) {
	.spOnly {
		display: block;
	}
}
/* メニューボタン */
#spHeaderWap {
	background-color: rgba(0, 0, 0, 0.8);
	width: 100%;
	position: fixed;
	top: 0;
	padding: 0;
	height: 11.4vw;
	z-index: 2;
}
#spHeaderWap a {
	opacity: 0;
}
#spHeaderWap .spHeader img {
	width: 32.9vw;
	margin-top: 3.5vw;
	margin-left: 4.3vw;
}
#btn-menu {
	position: absolute;
	top: 3.5vw;
	right: 3.5vw;
	width: 5vw;
	padding: 0;
	color: #fff;
	background: none;
	z-index: 2;
	-webkit-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
	float: right;
	border: none;
}
#btn-menu span {
	display: block;
	width: 100%;
	height: 2px;
	background: #fff;
}
#btn-menu span:nth-child(1) {
	margin-bottom: 1.6vw;
}
#btn-menu span:nth-child(2) {
	margin-bottom: 1.6vw;
}
#btn-menu span:nth-child(3) {
	margin: 0;
}
/* メニュー */
#sp-menu {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #1a1a1a;
	overflow: scroll;
	z-index: 101;
	-webkit-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	visibility: hidden;
	opacity: 0;
	background-image: url(img/rogo_op.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.open-menu #sp-menu {
	visibility: visible;
	opacity: 1;
}
.spNavHeader {
	width: 32.9vw;
	margin-top: 3.5vw;
	margin-left: 4.3vw;
}
.spNavClose {
	position: absolute;
	top: 3.5vw;
	right: 3.5vw;
	width: 5vw;
}
#sp-menu-position {
	background-image: url(../img/sp_bg.png);
	background-size: 100% 100%;
	position: absolute;
	height: 88%;
	width: 94vw;
	background-repeat: no-repeat;
	left: 50%;
	top: 11.75vw;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}
#sp-menu-position .innerWrap {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
#sp-menu-position .innerWrap li:nth-child(1) {
	margin-bottom: 9.1vw;
}
#sp-menu-position .innerWrap li:nth-child(2) {
	margin-bottom: 8.9vw;
}
#sp-menu-position .innerWrap li:nth-child(3),
#sp-menu-position .innerWrap li:nth-child(4),
#sp-menu-position .innerWrap li:nth-child(5),
#sp-menu-position .innerWrap li:nth-child(6),
#sp-menu-position .innerWrap li:nth-child(7) {
	margin-bottom: 8.8vw;
}
#sp-menu-position .innerWrap li:nth-child(8) {
	margin-bottom: 11.7vw;
}
#sp-menu-position .innerWrap li a {
	font-size: 4.9vw;
	color: #ffffff;
	display: block;
}
#sp-menu-position .snsWrap .line,
#sp-menu-position .snsWrap .inst,
#sp-menu-position .snsWrap .cart {
	width: 9.8vw;
}
#sp-menu-position .snsWrap .line,
#sp-menu-position .snsWrap .inst {
	margin-right: 7vw;
}
.sp-menu-list {
	list-style: none;
	display: grid;
	justify-content: center;
}
.terms {
	position: relative;
	padding: 0 50px 90px;
	background-color: #333;
}
@media screen and (max-width: 767px) {
	.terms {
		margin-top: 11.4vw;
		padding: 0 8.771929824vw 15.789473684vw;
	}
}
.terms::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	width: calc(100% - 80px);
	height: 2px;
	background-color: #fff;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
	.terms::after {
		width: 85.964912281vw;
	}
}
.terms .terms-heading {
	position: relative;
	padding: 85px 0;
	margin: 0 -50px 25px;
	z-index: 0;
}
@media screen and (max-width: 767px) {
	.terms .terms-heading {
		padding: 14.912280701vw 0;
		margin: 0 -8.771929824vw 4.385964912vw;
	}
}
.terms .terms-heading::before {
	content: "";
	position: absolute;
	top: -100%;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background-color: #000;
	-webkit-transform: skewY(-17deg);
	transform: skewY(-17deg);
	-webkit-transform-origin: top right;
	transform-origin: top right;
}
.terms .terms-heading h1 {
	color: #fff;
	font-size: 28px;
	text-align: center;
}
@media screen and (max-width: 767px) {
	.terms .terms-heading h1 {
		font-size: 4.912280701vw;
	}
}
.terms h2 {
	color: #fff;
	font-size: 26px;
	font-weight: 600;
	margin-bottom: 34px;
}
@media screen and (max-width: 767px) {
	.terms h2 {
		font-size: 4.561403508vw;
		margin-bottom: 5.96491228vw;
	}
}
.terms h3 {
	color: #fff;
	font-size: 23px;
	font-weight: 600;
	margin-bottom: 6px;
}
@media screen and (max-width: 767px) {
	.terms h3 {
		font-size: 4.035087719vw;
		margin-bottom: 1.052631578vw;
	}
}
.terms h4 {
	color: #fff;
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 6px;
}
@media screen and (max-width: 767px) {
	.terms h4 {
		font-size: 3.8vw;
		margin-bottom: 1.052631578vw;
	}
}

.terms p {
	font-size: 20px;
	line-height: 1.6;
	margin-bottom: 74px;
}
@media screen and (max-width: 767px) {
	.terms p {
		font-size: 3.508771929vw;
		margin-bottom: 12.98245614vw;
	}
}
.terms p:last-child {
	margin-bottom: 0;
}
.terms p b {
	color: #fff;
	font-weight: 600;
}
.footer_fix {
	display: none;
}
@media screen and (max-width: 767px) {
	.footer_fix {
		display: block;
		position: fixed;
		bottom: 10px;
		left: 0;
		right: 0;
		margin: auto;
		width: 95%;
		z-index: 1;
		a {
			padding: 8px 10px;
			box-sizing: border-box;
			display: flex;
			align-items: center;
			justify-content: center;
			gap: 8px;
			background-color: #fff;
			border-radius: 10px;
			color: #000;
			opacity: 1;
			span {
				color: #000;
				font-size: 15px;
				font-weight: 500;
			}
		}
		img {
			width: 38px;
			height: 38px;
		}
	}
}

/* ==========
store
==========*/
.store {
	padding-inline: 2rem;
}
.store__title {
	color: #fff;
	font-size: 1.75rem;
	text-align: center;
	padding-block: 1rem;
}
.store__textWrap {
	margin-top: 5rem;
}
.store__textWrap dl {
	display: grid;
	grid-template-columns: 7rem auto;
	gap: 4rem;
	margin-top: 1rem;
}
.store__textWrap dt ,
.store__textWrap dd {
	line-height: 1.3;
}
.facility__list {
	margin-top: 1rem;
}
.facility__listItem {
	line-height: 1.3;
}
.store .mapWrap {
	margin-top: 1.5rem;
}
.store .mapWrap iframe {
	filter: grayscale(100%);
	width: 100%;
	height: 21.125rem;
}
.store .mapLink a {
	justify-content: center;
	align-items: center;
	margin-block: 1.25rem 3rem;
}
.store .mapLink__text {
	font-family: "Outfit", sans-serif;
	font-weight: 100;
	padding-inline: 0.9375rem;
}
.store .mapLink__img {
	width: 0.41875rem;
}

@media screen and (max-width: 767px) {
	.store__title {
		padding-top: 5rem;
	}
	.store__textWrap {
		margin-top: 3rem;
	}
	.store__textWrap dl {
		gap: 2rem;
	}
	.store .mapWrap iframe {
		height: 15.0625rem;
	}
}
