/*========================
グローバルナビゲーション
========================*/
#top_nav {
	height: 1.10rem;
	position: absolute;
	top: 5.00rem;
	left: 0;
	z-index: 5;
	width: 100vw;
	transform: translateY(-1.10rem);
}

/* IEのみ */
.ie #top_nav {
	transform: translateY(-0.96rem);
}

@media screen and (max-width: 499px) {
	#top_nav {
		position: absolute;
		top: 0;
		left: 0;
		z-index: 10;
		width: 100%;
		transform: translateY(0);
	}
}

/* 固定時 */
#top_nav.nav_fixed {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	transform: translateY(0);
/*	transition: transform 0.3s ease;*/
}

.top_nav_wrapper {
	display: flex;
	justify-content: space-between;
}

#top_nav.hide {
	transform: translateY(-1.50rem);
}

/*
ロゴ
*/
.top_nav_logo {
	width: 1.80rem;
	text-align: center;
	background: #fff;
	padding: 0.20rem 0;
	box-sizing: border-box;
	background-color: #FFF;
}

.top_nav_logo img {
	width: 1rem;
}

/*
ナビ
*/
#top_nav nav {
	width: calc(100% - 1.80rem);
	box-sizing: border-box;
	padding: 0.40rem 0;
	padding-right: 1.80rem;
	background-color: rgba(0,78,147, 0.9);
	height: 1.10rem;
}

@media screen and (max-width: 1330px) {
	#top_nav nav {
		padding: 0.30rem 0;
		padding-right: 1.80rem;
	}
}

#top_nav nav ul {
	display: flex;
	justify-content: center;
}

#top_nav nav li {
	padding-right: 0.40rem;
	text-align: center;
}

#top_nav nav li a {
	font-family: 'Agn';
	font-size: 0.19rem;
	color: #fff;
	text-decoration: none;
	line-height: 1.5;
	display: block;
	text-align: center;
	letter-spacing: 0.03em;
	position: relative;
}

#top_nav nav li a span {
	font-size: 0.1rem;
	padding-left: 0.12rem;
	font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", 'ヒラギノ角ゴシック', 'Hiragino Sans', 'メイリオ', Meiryo, sans-serif;
	font-weight: 500;
}

@media screen and (max-width: 1330px) {
	#top_nav nav li a span {
		display: block;
		padding-left: 0;
	}
}

/* コンタクトPCBのみ */
#top_nav nav li.contact_btn {
	width: 1.80rem;
	height: 1.80rem;
	position: absolute;
	top: -1.00rem;
	padding-right: 0;
	right: 0.50rem;
}

#top_nav nav li.contact_btn a {
	width: 1.80rem;
	height: 1.80rem;
	color: #FFF;
	display: block;
	font-family: 'Agn';
	font-size: 0.19rem;
	text-align: center;
	box-sizing: border-box;
	padding-top: 0.50rem;
	position: relative;
	transition: none;
}

#top_nav nav li.contact_btn a .link_bg {
	position: absolute;
	width: 1.80rem;
	height: 1.80rem;
	border-radius: 50%;
	top: 0;
	left: 0;
	transition: transform 0.3s ease;
	background-color: #ff9d00;
	z-index: 0;
}


#top_nav.nav_fixed nav li.contact_btn {
	width: 1.80rem;
	height: 1.30rem;
	position: absolute;
	top: 0;
	right: 0;
}

#top_nav.nav_fixed nav li.contact_btn a {
	width: 100%;
	height: 100%;
	padding-top: 0.30rem;
}

#top_nav.nav_fixed nav li.contact_btn a .link_bg {
	width: 100%;
	height: 100%;
	border-radius: 0;
}


#top_nav nav li.contact_btn a:hover .link_bg {
	transform: scale(1.1);
}

#top_nav.nav_fixed nav li.contact_btn a:hover .link_bg {
	transform: none;
}

#top_nav nav li.contact_btn a .textbox {
	position: relative;
	z-index: 1;
}

#top_nav nav li.contact_btn a i {
	width: 0.30rem;
	height: 0.30rem;
	display: block;
	margin: auto;
	background-image: url(../img/common/nav_mail_icon.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: contain;
}

#top_nav nav li.contact_btn a span {
	display: block;
}

#top_nav nav li.contact_btn a .svg_circle {
	content: "";
	width: 2.00rem;
	height: 2.00rem;
	position: absolute;
	top: -0.10rem;
	left: -0.10rem;
	z-index: 0;
}

/*========================
SPナビ
========================*/
#top_nav .sp_header {
	position: relative;
	top: 0.60rem;
	transform: translateY(-0.60rem);
	transition: transform 0.3s ease;
}

#top_nav.nav_fixed .sp_header {
	top: 0;
	background-color: rgba(255, 255, 255, 0.8);
	width: 100%;
	height: 0.60rem;
	transform: translateY(0);
}

#top_nav.nav_fixed .sp_header #SPnaviBtn {
	top: 0;
}

#top_nav .sp_header .logo {
	width: 0.80rem;
	height: 0.53rem;
	top: 0.30rem;
	left: 0.20rem;
	position: absolute;
	background-image: url(../img/common/header_logo_sp.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	text-indent: -9999px;
}

#top_nav.nav_fixed .sp_header .logo {
	top: 0.06rem;
	width: 0.60rem;
	background-image: url(../img/common/header_logo.png);
}

#top_nav .sp_header .logo a {
	display: block;
	height: 100%;
}

/* ナビゲーション本体 */
#top_nav .sp_navi_wrap {
	position: absolute;
	top: 0;
	left: 0;
	background-color: #FFF;
	background-image: url(../img/under_mv_dot.png);
	width: 100vw;
	height: 100vh;
	z-index: 5;
	box-sizing: border-box;
	padding: 0.30rem 0.20rem;
	display: none;
}

#top_nav .sp_navi_wrap .logo {
	position: relative;
	top: auto;
	left: auto;
	background-image: url(../img/common/header_logo.png);
}

#top_nav.nav_fixed .sp_navi_wrap .logo {
	top: -0.24rem;
}

#top_nav .sp_navi_wrap .main_navi {
	padding: 0.40rem;
	padding-bottom: 0.10rem;
}

#top_nav .sp_navi_wrap .main_navi li {
	padding-bottom: 0.30rem;
}

#top_nav .sp_navi_wrap .main_navi li a {
	display: block;
	font-family: 'Agn';
	font-size: 0.24rem;
	text-decoration: none;
	letter-spacing: 0.03em;
	color: #111;
}

#top_nav .sp_navi_wrap .main_navi li a span {
	font-size: 0.12rem;
	padding-left: 0.20rem;
	font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", 'ヒラギノ角ゴシック', 'Hiragino Sans', 'メイリオ', Meiryo, sans-serif;
	font-weight: 400;
}

#top_nav .sp_navi_wrap .sub_navi_wrap {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

#top_nav .sp_navi_wrap .sub_navi {
	padding-left: 0.40rem;
}

#top_nav .sp_navi_wrap .sub_navi li {
	padding-bottom: 0.16rem;
}

#top_nav .sp_navi_wrap .sub_navi li a {
	font-size: 0.12rem;
	font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", 'ヒラギノ角ゴシック', 'Hiragino Sans', 'メイリオ', Meiryo, sans-serif;
	text-decoration: none;
	color: #111;
	display: block;
}

#top_nav .sp_navi_wrap .sub_navi li a::before {
	content: "";
	display: inline-block;
	width: 0.15rem;
	height: 0.08rem;
	background-image: url(../img/common/sp_subnavi_arrow.png.png);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: contain;
}

#top_nav .sp_navi_wrap .sns_navi {
	display: flex;
	padding-right: 0.10rem;
	padding-bottom: 0.16rem;
}

#top_nav .sp_navi_wrap .sns_navi li {
	padding-left: 0.30rem;
	width: 0.2rem;
}

/* お問い合わせボタン（固定） */
.sp_contact_btn {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 10;
}

.sp_contact_btn a {
	display: block;
	padding: 0.25rem;
	background-color: #ff9d00;
	font-size: 0.15rem;
	color: #FFF;
	text-decoration: none;
	letter-spacing: 0.03em;
	text-align: center;
}


/*========================
PRICE
========================*/
#top_price {
	margin-bottom: 1.20rem;
}

@media screen and (max-width: 499px) {
	#top_price {
		margin-bottom: 1.00rem;
	}
}


#top_price .sec_title {
	text-align: center;
	margin-bottom: 0.4rem;
}

@media screen and (max-width: 499px) {
	#top_price .in1280 {
		padding: 0;
	}
}

/* MV */
.top_price_mv {
	width: 100%;
	height: 5.6rem;
	background-image: url(../img/top_price_mv.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

@media screen and (max-width: 499px) {
	.top_price_mv {
		height: 64.00vw;
	}
}



/* コンテンツ */
.top_price_cont {
	background: #fff;
	top: -0.9rem;
	position: relative;
	z-index: 1;
	padding-bottom: 0.5rem;
	padding-top: 0.80rem;
	margin-bottom: -1.50rem;
}

@media screen and (max-width: 499px) {
	.top_price_cont {
		top: 0;
		padding-bottom: 0;
		padding-top: 0.36rem;
		margin-bottom: 0;
	}
}

.top_price_cont::before {
	content: "";
	display: block;
	position: absolute;
	top: -0.08rem;
	left: 0;
	width: 100%;
	height: 0.08rem;
	background-color: rgba(0, 78, 147, 0.8);
}

@media screen and (max-width: 499px) {
	.top_price_cont::before {
		top: -0.08rem;
		left: -0.30rem;
		width: 100vw;
		height: 0.08rem;
	}
}

/*
リード
*/
.top_price_cont_lead {
	font-size: 0.14rem;
	font-weight: 300;
	text-align: center;
	margin-bottom: 0.3rem;
}

@media screen and (max-width: 499px) {
	.top_price_cont_lead {
		line-height: 1.78;
		text-align: left;
		margin-bottom: 0.40rem;
	}
}

/*
入会金
*/
.top_price_kaihi {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 1rem;
}
@media screen and (max-width: 499px) {
	.top_price_kaihi {
		justify-content: flex-start;
		margin-bottom: 0.4rem;
		margin-left: 20%;
	}
}

.top_price_kaihi li {
	font-size: 0.17rem;
	letter-spacing: 2px;
	padding-left: 0.3rem;
	padding-right: 0.3rem;
}
@media screen and (max-width: 499px) {
	.top_price_kaihi li {
		padding-left: 0;
		padding-right: 0;
		margin-bottom: 0.2rem;
		width: 100%;
	}
}

.top_price_kaihi li strong {
	font-size: 0.24rem;
	font-weight: 400;
	font-family: 'Agn';
	position: relative;
	top: 0.01rem;
	padding-left: 0.06rem;
}

.top_price_kaihi li::before {
	content: '●';
	color: rgba(0,78,147, 1);
	font-size: 0.12rem;
	position: relative;
	display: inline-block;
	top: -1px;
	padding-right: 0.10rem;
}


/*
コンテンツ
*/
.top_price_cont_wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.top_price_cont_box {
	width: 48%;
	box-sizing: border-box;
}

@media screen and (max-width: 499px) {
	.top_price_cont_box {
		width: 100%;
		padding-bottom: 0.50rem;
	}

	.top_price_cont_box:last-child {
		padding-bottom: 0.40rem;
	}
}

.top_price_cont_box h3 {
	font-size: 0.19rem;
	font-weight: bold;
	line-height: 1.6;
	position: relative;
	margin-left: 0.3rem;
	margin-bottom: 0.3rem;
	letter-spacing: 0.12em;
}

@media screen and (max-width: 499px) {
	.top_price_cont_box h3 {
		font-size: 0.15rem;
		line-height: 1.6;
		margin-left: 0;
		margin-bottom: 0.3rem;
	}
}

.top_price_cont_box h3::before {
	content: '●';
	color: rgba(0,78,147, 1);
	font-size: 0.12rem;
	position: relative;
	display: inline-block;
	top: -1px;
	padding-right: 0.10rem;
}

.top_price_cont_box h3 small {
	font-size: 0.14rem;
	font-weight: bold;
	display: block;
	line-height: 1.6;
	margin-top: 0.1rem;
}

@media screen and (max-width: 499px) {
	.top_price_cont_box h3 small {
		margin-top: 0.05rem;
	}
}

/*
テーブル共通
*/
.top_price_cont_box table {
	border-collapse: collapse;
	width: 100%;
}

.top_price_cont_box tr {
	border-top: 1px solid #dddddd;
}

.top_price_cont_box tr:last-child {
	border-bottom: 1px solid #dddddd;
}

/* コース */
.top_price_cont_box th {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	font-size: 0.14rem;
	font-weight: bold;
	text-align: left;
	box-sizing: border-box;
	padding-left: 0.2rem;
	letter-spacing: 0.15em;
	line-height: 1.41;
}

@media screen and (max-width: 499px) {
	.top_price_cont_box .semipersonal th {
		display: none;
	}
}

.top_price_cont_box td {
	padding: 0.50rem 0;
	text-align: center;
}

@media screen and (max-width: 499px) {
	.top_price_cont_box td {
		padding: 0.25rem 0;
		padding-left: 0.30rem;
		text-align: left;
	}

	.top_price_cont_box td strong {
		display: block;
		padding-bottom: 0.10rem;
		font-size: 0.12rem;
	}
}

/* 料金 */
.top_price_cont_box td .price {
	font-size: 0.36rem;
	text-align: left;
	letter-spacing: 0;
	font-family: 'Agn';
}

/*注意 */
.top_price_cont_box td .price small {
	font-size: 0.12rem;
	font-weight: 300;
	display: block;
	margin-top: 0.15rem;
	font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", 'ヒラギノ角ゴシック', 'Hiragino Sans', 'メイリオ', Meiryo, sans-serif;
	letter-spacing: 0.15em;
}

/* 料金 */
.top_price_cont_box td .price_yen {
	font-size: 0.14rem;
	padding-left: 0.1rem;
	font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", 'ヒラギノ角ゴシック', 'Hiragino Sans', 'メイリオ', Meiryo, sans-serif;
	font-weight: 700;
}

/* 回数 */
.top_price_cont_box td .no {
	font-size: 0.14rem;
}

@media screen and (max-width: 499px) {
	.top_price_cont_box td.nowrap {
		width: 0.70rem;
		text-align: right;
	}
}

/* 無制限 */
.top_price_cont_box td .no.unlimited {
	font-size: 0.14rem;
	font-weight: 700;
	color: rgba(255,157,0,1);
	background: rgba(255,157,0,0.08);
	display: inline-block;
	padding: 8px 15px;
	border-radius: 20px;
}

/*
セミパーソナル
*/
top_price_cont_box .semipersonal th {
	width: calc(100% /3);
}

.top_price_cont_box .semipersonal td {
	width: calc(100% /3);
}

@media screen and (max-width: 499px) {
	.top_price_cont_box .semipersonal td {
		width: auto;
	}
}

/*
パーソナル
*/
.top_price_cont_box .personal {
	width: 100%;
}

top_price_cont_box .personal th {
	width: 50%;
}

.top_price_cont_box .personal td {
	width: 50%;
}

/* ボトム */
.top_price_cont_bottom {
	width: 90%;
	margin: 0 auto;
	margin-top: 0.6rem;
	box-sizing: border-box;
	background: #f7f7f7;
	border-radius: 1rem;
}

@media screen and (max-width: 499px) {
	.top_price_cont_bottom {
		width: 100%;
		margin-top: 0;
		border-radius: 1rem;
		margin-bottom: 0.40rem;
	}
}

.top_price_cont_bottom table {
	width: 100%;
}

@media screen and (max-width: 499px) {
	.top_price_cont_bottom table {
		box-sizing: border-box;
		padding: 0 0.40rem;
	}
}

.top_price_cont_bottom tr {
	width: 100%;
}

.top_price_cont_bottom th {
	width: 40%;
	box-sizing: border-box;
	padding-top: 0.6rem;
	padding-bottom: 0.6rem;
	font-size: 0.19rem;
	font-weight: bold;
}

@media screen and (max-width: 499px) {
	.top_price_cont_bottom th {
		width: 100%;
		display: block;
		padding-top: 0.30rem;
		padding-bottom: 0.10rem;
		font-size: 0.15rem;
		text-align: left;
	}
}

.top_price_cont_bottom td {
	width: 60%;
	box-sizing: border-box;
	padding-top: 0.6rem;
	padding-bottom: 0.6rem;
	font-size: 0.14rem;
	line-height: 2;
}

@media screen and (max-width: 499px) {
	.top_price_cont_bottom td {
		width: 100%;
		display: block;
		padding-top: 0;
		padding-bottom: 0.30rem;
		font-size: 0.12rem;
		line-height: 2;
	}
}

.top_price_bottom_img {
	width: 100%;
	position: relative;
	z-index: 0;
}

.top_price_bottom_img .flex_box {
	display: flex;
}

@media screen and (max-width: 499px) {
	.top_price_bottom_img .flex_box {
		display: none;
	}
}

.top_price_bottom_img li {
	width: calc(100% / 3);
	max-height: 4.15rem;
	height: 28.81vw;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

@media screen and (max-width: 499px) {
	.top_price_bottom_img li {
		width: 76.00vw;
		height: 56.00vw;
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
	}
	.top_price_bottom_img .slick-slide {
		margin: 0;
	}
}

.top_price_bottom_img li.img01 {
	background-image: url(../img/top_prie_bottom_img_01.jpg)
}

.top_price_bottom_img li.img02 {
	background-image: url(../img/top_prie_bottom_img_02.jpg)
}

.top_price_bottom_img li.img03 {
	background-image: url(../img/top_prie_bottom_img_03.jpg)
}
