
body {
	color: #3f3f3f;
	font-family: "ryo-gothic-plusn", sans-serif;
	font-weight: 400;
	position: relative;
    left: 0;
    overflow-x: hidden;
	-webkit-text-size-adjust: 100%; /* iphone横向き 文字拡大防止 */
}
img {
	display: block;
	width: 100%;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}
a {
	text-decoration: none;
	color: #3f3f3f;
	transition: all .3s;
}
a:hover {
	filter: brightness(1.1);
}
p {
	line-height: 2;
}

/*==================================================================================
ヘッダー
==================================================================================*/
header {
	width: 100%;
	box-sizing: border-box;
	padding: 15px 20px!important;
	background: rgba(255,255,255,0.8);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
}
header .logo {
	display: block;
	width: 200px;
	transition: all .3s;
}
header .logo + .tel {
	padding-left: 35px;
	background: url("../img/icon_tel.png") left bottom / 30px no-repeat;
	line-height: 1.2;
	position: absolute;
	top: 50%;
	right: 440px;
	transform: translateY(-50%);
}
.btn_reserve {
	display: inline-block;
	padding: 10px 15px 10px 50px;
	border-radius: 5px;
	background: #4a9bd8 url("../img/icon_counseling.png") left 10px bottom 10px / 30px no-repeat;
	color: #fff;
	line-height: 1.4;
	letter-spacing: 0.05em;
}
header .btn_reserve {
	position: absolute;
	top: 50%;
	right: 82px;
	transform: translateY(-50%);
}
/* スクロール後 */
header.min {
	box-shadow: 0 3px 3px rgba(0,0,0,0.2);
}
header.min .logo {
	width: 160px;
}
header.min .tel.font_14 {
	font-size: 12px;
	right: 390px;
}
header.min .tel .font_36 {
	font-size: 30px;
}
header.min .btn_reserve.font_14 {
	font-size: 12px;
}
header.min .btn_reserve .font_24 {
	font-size: 20px;
}
/* メニュー表示中 */
header.active {
	background: #fff;
}
/* スマホ版 メニュー -----------------------*/
nav.gnav {
    z-index: 2;
    width: 100%;
	height: calc(100vh - 105px);
	background: rgba(0,0,0,0.8);
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s;
    position: fixed;
    top: 105px;
    left: 0;
}
header.min nav.gnav {
	height: calc(100vh - 90px);
    top: 90px;
}
nav.gnav.active {
    opacity: 1;
	visibility: visible;
}
nav.gnav .bg {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
    max-width: 680px;
	height: 100%;
	box-sizing: border-box;
	padding: 40px;
	border-top: 1px #aaa solid;
	background: #fff;
	position: absolute;
	top: 0;
	right: 0;
	transform: translateX(50%);
	transition: all .3s;
}
nav.gnav.active .bg {
	transform: translateX(0);
}
/* グローバルメニュー */
nav.gnav ul.main_menu {
	width: 50%;
	padding-right: 30px;
	box-sizing: border-box;
	border-right: 1px #aaa solid;
}
nav.gnav ul.main_menu li {
	margin-bottom: 20px;
}
nav.gnav ul.main_menu li a {
    display: block;
	padding-left: 25px;
	position: relative;
}
nav.gnav ul.main_menu li a::before {
	content: "";
	display: block;
	width: 10px;
	height: 4px;
	background: #1360a5;
	position: absolute;
	top: calc(50% - 2px);
	left: 0;
}
nav.gnav ul.main_menu li a:hover {
	color: #1360a5;
}
nav.gnav ul.main_menu li ul {
	margin: 20px 0 0 25px;
}
nav.gnav ul.main_menu li ul li {
	margin-bottom: 15px;
}
nav.gnav ul.main_menu li ul li a {
	padding-left: 0;
}
nav.gnav ul.main_menu li ul li a::before {
	display: none;
}
/* 右側コンテンツ */
nav.gnav .r_content {
	width: 50%;
	box-sizing: border-box;
	padding-left: 60px;
}
nav.gnav .r_content .btn.second {
	width: 100%;
}
/* 電話予約 */
nav.gnav .tel {
	display: none;
}
/* サブメニュー */
nav.gnav ul.sub_menu {
	border-top: 1px #aaa dashed;
}
nav.gnav ul.sub_menu li {
	padding: 15px 0;
	border-bottom: 1px #aaa dashed;
}
nav.gnav ul.sub_menu li a:hover {
	color: #1360a5;
}
/* sns */
nav.gnav ul.sns {
	display: flex;
}
nav.gnav ul.sns li {
	margin-right: 8px;
}
nav.gnav ul.sns li a {
	display: block;
	width: 40px;
}
.gnavToggle {
    z-index: 9999;
    display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: center;
	align-items: center;
    width: 40px;
    height: 40px;
    cursor: pointer;
    position: absolute;
    right: 20px;
    top: 50%;
	transform: translateY(-50%);
}
.gnavToggle span {
    display: block;
    width: 100%;
	margin-bottom: 6px;
    border-bottom: 3px #1360a5 solid;
    transition: .35s ease-in-out;
}
.gnavToggle span:last-child {
	margin-bottom: 0;
}
.gnavToggle.active span:nth-child(1) {
    transform: translateY(9px) rotate(-20deg);
}
.gnavToggle.active span:nth-child(2) {
	opacity: 0;
}
.gnavToggle.active span:nth-child(3) {
    transform: translateY(-9px) rotate(20deg);
}

/*==================================================================================
共通
==================================================================================*/
/* レイアウト */
main {
	margin-top: 105px;
	position: relative;
	overflow: hidden;
}
header.min + main {
	margin-top: 90px;
}
section {
	padding: 100px 0!important;
	position: relative;
}
.container {
	width: calc(100% - 40px);
	margin: auto;
	padding: 0 20px;
}
.max1600 {
	max-width: 1600px;
	margin: auto;
}
.max1200 {
	max-width: 1200px;
	margin: auto;
}
.max960 {
	max-width: 960px;
	margin: auto;
}
.max680 {
	max-width: 680px;
	margin: auto;
}
.row {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.row.align_center {
	align-items: center;
}
.row.align_end {
	align-items: flex-end;
}
.row.just_center {
	justify-content: center;
}
.row.just_start {
	justify-content: flex-start;
}
.row.just_end {
	justify-content: flex-end;
}
.col3 {
	width: calc(100% / 3 - 30px);
}
.col2 {
	width: calc(50% - 20px);
}

.mb_10 {
	margin-bottom: 10px;
}
.mb_20 {
	margin-bottom: 20px;
}
.mb_30 {
	margin-bottom: 30px;
}
.mb_40 {
	margin-bottom: 40px;
}
.mb_60 {
	margin-bottom: 60px;
}
.mb_120 {
	margin-bottom: 120px;
}
.mr_10 {
	margin-right: 10px;
}
.mr_20 {
	margin-right: 20px;
}

.border {
	border-bottom: 1px #aaa solid;
}
.border.dash {
	border-style: dashed;
}
.wrap {
	display: inline-block;
}

/* ボード */
.boad {
	padding: 40px 60px;
	background: #fff;
	box-shadow: 3px 3px 5px rgba(0,0,0,0.2);
}
/* フレーム */
.frame {
	padding: 40px 60px;
	border: 2px #00314F solid;
}

/* フォント */
h2 {
	font-size: 16px;
	font-weight: 400;
}
.font_12 {
	font-size: 12px;
}
.font_14 {
	font-size: 14px;
}
.font_20 {
	font-size: 20px;
	line-height: 1.6;
}
.font_24 {
	font-size: 24px;
	line-height: 1.6;
}
.font_36 {
	font-size: 36px;
	line-height: 1.4;
}
.font_40 {
	font-size: 40px;
	line-height: 1.4;
}
.font_50 {
	font-size: 50px;
	line-height: 1.4;
}
.font_70 {
	font-size: 70px;
	line-height: 1.4;
}
.txt_center {
	text-align: center;
}
.txt_right {
	text-align: right;
}
.bold {
	font-weight: 700;
}
.medium {
	font-weight: 500;
}
.light {
	font-weight: 300;
}
.eng {
	font-family: "acumin-pro-wide", sans-serif;
}
.eng2 {
	font-family: "calluna", serif;
	font-weight: 900;
}
.eng_num {
	font-family: "utopia-std", serif;
	font-weight: 700;
	line-height: 0.8;
}
.fukidashi {
	font-family: "maru-maru-gothic-clr-stdn", sans-serif;
}
.fukidashi2 {
	width: 100%;
	text-align: center;
}
.fukidashi2 span {
	display: inline-block;
	padding: 20px 30px;
	border: 2px #00314f solid;
	background: #fff;
	font-family: "m-plus-1c", sans-serif;
	font-weight: 900;
	line-height: 1;
	position: relative;
}
.fukidashi2 span::after {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	border-right: 2px #00314f solid;
	border-bottom: 2px #00314f solid;
	background: #fff;
	position: absolute;
	bottom: -6px;
	left: 50%;
	transform: translateX(-50%) rotate(45deg);
}
.fukidashi2.red span {
	border: 2px #f23b55 solid;
	background: #f23b55;
	color: #fff;
}
.fukidashi2.red span.line1_4 {
	line-height: 1.4;
}
.fukidashi2.red span::after {
	border-color: #f23b55;
	background: #f23b55;
}
.fukidashi2 span span {
	padding: 0;
	border: none;
}
.fukidashi2 span span::after {
	display: none;
}
.blue {
	color: #1360a5;
}
.navy {
	color: #00314f;
}
.red {
	color: #f23b55;
}
.green {
	color: #00B556;
}
.gray {
	color: #999;
}
.line1 {
	line-height: 1;
}
.line1_4 {
	line-height: 1.4;
}
.line1_6 {
	line-height: 1.6;
}
.indent {
	padding-left: 1em;
	text-indent: -1em;
}

.anker {
	padding-top: 120px;
	margin-top: -120px;
}
.link {
	display: inline-block;
	text-decoration: underline;
	color: #1360a5;
	font-weight: 700;
}

/* ボタン */
.btn {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	max-width: 360px;
	height: 70px;
	box-sizing: border-box;
	border-radius: 50px;
	background: #1360a5;
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0.05em;
	position: relative;
}
.btn::after {
	content: "";
	display: block;
	width: 5px;
	height: 5px;
	border-top: 3px #fff solid;
	border-right: 3px #fff solid;
	position: absolute;
	top: 50%;
	right: 30px;
	transform: translateY(-50%) rotate(45deg);
	transition: all .3s;
}
.btn:hover {
	filter: brightness(1.2);
}
.btn:hover::after {
	right: 25px;
}
.btn.second {
	display: inline-flex;
	justify-content: flex-start;
	width: auto;
	height: auto;
	padding: 15px 45px 15px 25px;
	border: 2px #1360a5 solid;
	background: none;
	color: #1360a5;
	font-size: 16px;
	font-weight: 700;
}
.btn.second::after {
	width: 4px;
	height: 4px;
	border-width: 2px;
	border-color: #1360a5;
	right: 20px;
}
.btn.second:hover::after {
	right: 15px;
}
.btn.size_s {
	display: inline-flex;
	width: auto;
	height: auto;
	padding: 10px 30px;
	font-size: 14px;
	font-weight: 500;
}
.btn.size_s::after {
	display: none;
}
.btn.anker_link::after {
	transform: translateY(-50%) rotate(135deg);
}
/* ダウンロード */
.btn.second.icon_dl {
	padding-right: 60px;
}
.btn.second.icon_dl::after {
	width: 18px;
	height: 18px;
	border: none;
	background: url("../img/icon_download.png") center center / contain no-repeat;
	right: 20px;
	transform: translateY(-50%);
}
.btn.second.icon_dl:hover::after {
	right: 20px;
}
/* more */
.icon_more {
	display: inline-block;
	padding-right: 35px;
	position: relative;
}
.icon_more::after {
	content: "";
	display: inline-block;
	width: 25px;
	height: 25px;
	background: url("../img/icon_arrow.png") center center / contain no-repeat;
	position: absolute;
	top: 50%;
	right: 5px;
	transform: translateY(-50%);
	transition: all .3s;
}
a:hover .icon_more::after {
	right: 0;
}

/* アイコン */
.icon_gakuwari {
	padding: 0;
}
.icon_gakuwari img {
	width: 70px;
	position: relative;
	top: 5px;
}
span[class^="icon_"] {
	padding-left: 30px;
	position: relative;
}
span[class^="icon_"]::before {
	content: "";
	display: block;
	width: 25px;
	height: 25px;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
span.icon_pdf::before {
	background-image: url("../img/icon_pdf.png");
}

/* アニメーション -----------*/
.animated.fadeinup {
	animation: fadeinup .6s;
}
@keyframes fadeinup {
	0% {opacity: 0; transform: translateY(30px);}
	100% {opacity: 1; transform: translateY(0);}
}
.animated.fadeinup.second {
	animation: fadeinup_2nd 1.2s;
}
@keyframes fadeinup_2nd {
	0% {opacity: 0; transform: translateY(30px);}
	50% {opacity: 0; transform: translateY(30px);}
	100% {opacity: 1; transform: translateY(0);}
}
.animated.fadeinright {
	animation: fadeinright .6s;
}
@keyframes fadeinright {
	0% {opacity: 0; transform: translateX(30px);}
	100% {opacity: 1; transform: translateX(0);}
}
.animated.fadeinright.second {
	animation: fadeinright_2nd 1.2s;
}
@keyframes fadeinright_2nd {
	0% {opacity: 0; transform: translateX(30px);}
	50% {opacity: 0; transform: translateX(30px);}
	100% {opacity: 1; transform: translateX(0);}
}

/* 下層ページ ---------------------------------------------------------------------*/
main.second {
	padding-top: 20px;
	background: #f7f7f7;
}
main.second.feature {
	background: radial-gradient(at 20% 34%, hsla(202,56%,90%,1) 0px, transparent 50%),radial-gradient(at 90% 13%, hsla(51,36%,96%,1) 0px, transparent 50%),radial-gradient(at 19% 86%, hsla(205,100%,98%,1) 0px, transparent 50%),radial-gradient(at 88% 89%, hsla(145,36%,96%,1) 0px, transparent 50%);
}
/* パンくず */
ul.pannav li {
	margin-right: 20px;
	position: relative;
}
ul.pannav li::after {
	content: "";
	display: block;
	width: 10px;
	border-top: 1px #aaa solid;
	position: absolute;
	top: 50%;
	right: -15px;
}
ul.pannav li:last-child::after {
	display: none;
}
ul.pannav li:last-child a {
	pointer-events: none;
}
div.pannav span {
	font-size: 12px;
}

main.second section {
	padding: 60px 0!important;
}

/* フォント */
main.second h1 {
	font-weight: 400;
}
main.second h1 span {
	letter-spacing: 0.05em;
}
main.second h2.border {
	padding-bottom: 10px;
	border: none;
	position: relative;
}
main.second h2.border::after {
	content: "";
	display: block;
	width: 100%;
	border-bottom: 2px #00314f solid;
	position: absolute;
	bottom: 0;
	left: 0;
}
main.second h2.border.animated::after {
	animation: h2_border .6s;
}
@keyframes h2_border {
	0% {width: 0;}
	50% {width: 0;}
	100% {width: 100%;}
}
main.second h2.fill {
	padding: 15px;
	background: #00314F;
	color: #fff;
	line-height: 1.4;
}
main.second h2.fill.second {
	background: #DFE4E5;
	color: #00314F;
}
main.second h3.fill {
	padding: 10px 15px;
	background: #DFE4E5;
	color: #00314F;
	font-weight: 700;
	line-height: 1.4;
}

/* リンクリスト */
ul.anker_link li {
	display: block;
	padding: 0 20px;
	border-right: 1px #1360A5 solid;
}
ul.anker_link li:last-child {
	border-right: none;
}
ul.anker_link li a {
	display: inline-block;
	color: #1360A5;
	line-height: 1;
}

/* テーブル */
table {
	width: 100%;
}
table p {
	line-height: 1.6;
}
table tr {
	border-bottom: 1px #3f3f3f solid;
}
table tr:last-child {
	border-bottom: none;
}
table th {
	padding: 15px 20px 15px 0;
	text-align: left;
	font-weight: 400;
	position: relative;
}
table th::after {
	content: "";
	display: block;
	height: calc(100% - 20px);
	border-right: 1px #3f3f3f solid;
	position: absolute;
	top: 10px;
	right: 0;
}
table td {
	padding: 15px 0 15px 20px;
}

/*==================================================================================
INDEX
==================================================================================*/
section#main {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10vh 0 160px!important;
	position: relative;
}
section#main div[class^="img0"] {
	width: 50%;
	height: calc(50% + 30px);
	overflow: hidden;
	clip-path: polygon(0 30px, 100% 0, 100% calc(100% - 30px), 0 100%);
	position: absolute;
}
section#main div[class^="img0"] img {
	height: 100%;
	object-fit: cover;
	filter: brightness(0.7);
}
section#main .img01 {
	top: 0;
	left: 0;
}
section#main .img02 {
	width: calc(50% + 30px)!important;
	top: 0;
	right: 0;
	z-index: 2;
}
section#main .img03 {
	bottom: 0;
	left: 0;
}
section#main .img04 {
	width: calc(50% + 30px)!important;
	bottom: 0;
	right: 0;
	z-index: 2;
}
section#main .txt {
	width: 45%;
	max-width: 960px;
	min-width: 680px;
	transform: rotate(-3deg);
	position: relative;
	z-index: 3;
}
section#main .txt img {
	filter: drop-shadow(5px 5px 3px rgba(0,0,0,0.2));
}
section#main .txt h1 {
	color: #fff;
	letter-spacing: 0.05em;
	position: relative;
	text-shadow: 3px 3px 3px rgba(0,0,0,0.2);
}
section#main .txt h1 span {
	opacity: 0;
	position: absolute;
}
/* キャンペーン情報 */
section#main .container {
	position: absolute;
	left: 50%;
	bottom: -40px;
	transform: translateX(-50%);
	z-index: 2;
}
section#main .campaign {
	padding: 15px 20px;
	border-radius: 10px;
	background: #fff;
	box-shadow: 5px 5px 5px rgba(0,0,0,0.1);
	position: relative;
}
section#main .campaign .ttl {
	width: 220px;
	box-sizing: border-box;
	border-right: 1px #3f3f3f solid;
}
section#main .campaign .ttl .font_40 {
	letter-spacing: -0.05em;
}
section#main .campaign .cont {
	width: calc(100% - 220px);
	box-sizing: border-box;
	padding-left: 30px;
}
.limited {
	display: inline-block;
	padding: 2px 5px;
	background: #f23b55;
	color: #fff;
}
/* メンズフェイスについて ------------------------------------------------------------*/
section#top_about {
	padding-top: 120px!important;
	background: radial-gradient(at 20% 34%, hsla(202,56%,90%,1) 0px, transparent 50%),radial-gradient(at 90% 13%, hsla(51,36%,96%,1) 0px, transparent 50%),radial-gradient(at 19% 86%, hsla(205,100%,98%,1) 0px, transparent 50%),radial-gradient(at 88% 89%, hsla(145,36%,96%,1) 0px, transparent 50%);
}
section#top_about div[class^="fuki0"] {
	display: inline-block;
	padding: 23px 0 40px;
	position: relative;
}
section#top_about div[class^="fuki0"]::before {
	content: "";
	display: block;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}
section#top_about div[class^="fuki0"] p {
	position: relative;
	z-index: 2;
}
/* 初めての方 */
section#top_about .fuki01::before {
	width: 400px;
	height: 85px;
	background-image: url("../img/fukidashi01.png");
}
section#top_about .first {
	width: 320px;
	margin: 0 10px 60px;
}
section#top_about .first:nth-child(2) {
	margin-top: 60px;
}
section#top_about .circle {
	width: 320px;
	height: 320px;
	box-sizing: border-box;
	border-radius: 50%;
	padding: 40px 20px 0;
	background: rgba(255,255,255,0.5);
	position: relative;
}
section#top_about .circle::after {
	content: "";
	display: block;
	width: 130px;
	height: 54px;
	background: url("../img/point_mark.png") center bottom / contain no-repeat;
	position: absolute;
	top: -30px;
	left: 50%;
	transform: translateX(-50%);
}
section#top_about .circle + p {
	padding: 0 15px;
}
/* 経験がある方 */
section#top_about .fuki_group {
	width: 680px;
	margin: 0 auto 60px;
	position: relative;
}
section#top_about .fuki02 {
	width: 370px;
	margin: 0 0 0 80px;
}
section#top_about .fuki02::before {
	width: 100%;
	height: 120px;
	background-image: url("../img/fukidashi02_1.png");
}
section#top_about .fuki03 {
	width: 340px;
	position: absolute!important;
	top: 110px;
	left: -12%;
}
section#top_about .fuki03::before {
	width: 110%;
	height: 85px;
	background-image: url("../img/fukidashi02_2.png");
}
section#top_about .fuki04 {
	width: 290px;
	position: absolute!important;
	top: 40px;
	right: -10%;
}
section#top_about .fuki04::before {
	width: 110%;
	height: 75px;
	background-image: url("../img/fukidashi02_3.png");
}
section#top_about .fuki05 {
	display: block!important;
	width: 400px;
	margin: 10px 0 0 auto;
}
section#top_about .fuki05::before {
	width: 110%;
	height: 85px;
	background-image: url("../img/fukidashi02_4.png");
}
section#top_about h3 span {
	display: inline-block;
	padding-bottom: 10px;
	position: relative;
}
section#top_about h3 span::after {
	content: "";
	display: block;
	width: 0;
	border-bottom: 1px #00314f solid;
	position: absolute;
	bottom: 0;
	left: 0;
	transition: all .5s .5s;
}
section#top_about h3.animated span::after {
	width: 100%;
}
section#top_about .experienced {
	position: relative;
}
section#top_about .boad {
	width: 50%;
	box-sizing: border-box;
	padding: 15px;
	border-radius: 10px;
	background: rgba(255,255,255,0.5);
	position: relative;
}
section#top_about .boad .point {
	display: inline-block;
	width: 70px;
	padding: 8px 0;
	border-radius: 5px 5px 0 0;
	background: #00314f;
	color: #fff;
	line-height: 1;
	position: absolute;
	top: -10px;
	left: 15px;
}
section#top_about .boad .point::after {
	content: "";
	display: block;
	border: 35px #00314f solid;
	border-top: none;
	border-bottom: 15px transparent solid;
	position: absolute;
	bottom: -15px;
	left: 0;
}
section#top_about .boad .ttl {
	padding-left: 90px;
}
section#top_about .img {
	width: calc(50% - 100px);
	overflow: hidden;
	position: absolute;
	top: 110px;
	right: 0;
}
section#top_about .img img {
	object-fit: cover;
}
/* 脱毛料金 -----------------------------------------------------------------------*/
section#top_price .bg {
	padding: 80px 40px 60px;
	background: #f2f2f0;
	position: relative;
}
section#top_price .bg .fukidashi2 {
	position: absolute;
	top: -30px;
	left: 50%;
	transform: translateX(-50%);
}
section#top_price .bg .set {
	width: calc(100% / 4 - 20px);
	background: #fff;
	box-shadow: 3px 3px 0 rgba(0,0,0,0.1);
}
section#top_price .bg .set .inner {
	padding: 20px 15px;
}
/* ご来店までの流れ -----------------------------------------------------------------*/
section#flow .flow {
	padding: 30px 0 30px 180px;
	border-top: 1px #00314f solid;
	position: relative;
}
section#flow .flow:last-child {
	border-bottom: 1px #00314f solid;
}
section#flow .flow .step {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 140px;
	height: 70px;
	box-sizing: border-box;
	border: 2px #00314f solid;
	background: #ffffee;
	position: absolute;
	top: -10px;
	left: 0;
}
section#flow .flow .step::after {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	border-right: 2px #00314f solid;
	border-bottom: 2px #00314f solid;
	background: #ffffee;
	position: absolute;
	bottom: -6px;
	left: 50%;
	transform: translateX(-50%) rotate(45deg);
}
/* VOICE, FAQ -------------------------------------------------------------------*/
section#top_vf {
	padding: 60px 0!important;
	background: radial-gradient(at 18% 21%, hsla(205,38%,92%,1) 0px, transparent 50%),radial-gradient(at 89% 20%, hsla(30,42%,94%,1) 0px, transparent 50%),radial-gradient(at 15% 82%, hsla(205,100%,98%,1) 0px, transparent 50%),radial-gradient(at 88% 88%, hsla(270,31%,93%,1) 0px, transparent 50%);
}
section#top_vf a {
	display: block;
	width: calc(50% - 30px);
	box-sizing: border-box;
	padding: 30px 20px;
	border-radius: 15px;
	background: #fff;
	box-shadow: 3px 3px 0 rgba(0,0,0,0.1);
	position: relative;
}
section#top_vf a::before {
	content: "";
	display: block;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	background-color: #1360a5;
	background-position: center;
	background-size: 50%;
	background-repeat: no-repeat;
	position: absolute;
	top: -20px;
	left: -20px;
	transition: all .2s;
}
section#top_vf a.voice::before {
	background-image: url("../img/icon_voice.png");
}
section#top_vf a.faq::before {
	background-image: url("../img/icon_faq.png");
}
section#top_vf a:hover {
	filter: brightness(1.2);
}
section#top_vf a:hover::before {
	transform: scale(1.05);
}
/* TOPICS ------------------------------------------------------------------------*/
.thumbnail {
	width: 100%;
	border-radius: 10px;
	overflow: hidden;
}
a .thumbnail {
	height: 260px;
}
.thumbnail img {
	height: 100%!important;
	object-fit: cover;
	transition: all .3s;
}
a:hover .thumbnail img {
	transform: scale(1.1);
}
section#top_topics h2 {
	opacity: 0;
	visibility: hidden;
	position: absolute;
}
/* HOLLY WOOD BROW LIFT */
section#top_topics .hwbl .txt {
	width: calc(100% / 3 * 2 - 20px);
	box-sizing: border-box;
	padding: 20px 0;
	position: relative;
}
section#top_topics .hwbl .txt .icon_more {
	position: absolute;
	right: 0;
	bottom: 0;
}
section#top_topics .hwbl .txt .point {
	display: inline-block;
	padding: 6px 10px;
	background: #f23b55;
	color: #fff;
	letter-spacing: 0.05em;
}
section#top_topics .col3:last-child {
	display: none;
}
/* NEWS, STORE -------------------------------------------------------------------*/
section#top_store {
	padding-bottom: 0!important;
}
section#top_store .news {
	padding: 20px 60px;
	border-radius: 100px;
	background: linear-gradient(to right, #f8fcff 0%, #f8fffb 100%);
	box-shadow: 3px 3px 5px rgba(0,0,0,0.1);
}
section#top_store .news a {
	display: block;
	width: calc(100% - 180px);
}
section#top_store .news a .ttl {
	width: calc(100% - 80px);
}
section#top_store .news a .ttl + p {
	width: 100%;
}
/* 店舗情報 */
section#top_store .col3 {
	width: calc(100% / 3 - 60px);
	position: relative;
}
section#top_store .col3::after {
	content: "";
	display: block;
	height: 100%;
	border-right: 1px #aaa solid;
	position: absolute;
	top: 0;
	right: -47px;
}
section#top_store .col3:last-child::after {
	display: none;
}

/*==================================================================================
メンズフェイスの特徴
==================================================================================*/
main.second.feature section {
	padding: 100px 0!important;
}
section#feature .copy01,
section#feature .copy02 {
	text-align: center;
}
section#feature .copy01 p,
section#feature .copy02 p {
	display: inline-block;
	padding: 5px 15px;
	font-size: 54px;
	text-align: center;
	line-height: 1.2;
}
section#feature .copy01 p {
	background: #1360a5;
	color: #fff;
	position: relative;
	z-index: 2;
}
section#feature .copy01 p:first-child {
	margin-top: -50px;
}
section#feature .copy02 p {
	border: 2px #1360a5 solid;
	background: #fff;
	color: #1360a5;
}
section#feature .intro_ttl {
	padding-bottom: 80px;
	position: relative;
}
section#feature .intro_ttl::after {
	content: "";
	display: block;
	height: 60px;
	border-left: 1px #00314f solid;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform-origin: top;
}
section#feature .intro_ttl.animated::after {
	animation: intro_ttl .6s;
}
@keyframes intro_ttl {
	0% {transform: scaleY(0);}
	50% {transform: scaleY(0);}
	100% {transform: scaleY(1);}
}
/* 特徴 ボード -------------------*/
section#feature .boad {
	padding: 100px 60px;
	background: rgba(255,255,255,0.6);
	position: relative;
	box-shadow: none;
}
/* 数字 */
section#feature .boad .number {
	font-size: 140px;
	background: linear-gradient(to right, #1360a5 0%, #00314f 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	position: absolute;
	top: -80px;
	left: 0;
}
/* 写真 */
section#feature .boad .img {
	width: calc(40% + 40px);
	position: absolute;
	top: 50%;
	left: -100px;
	transform: translateY(-50%);
}
section#feature .boad .img img {
	height: 100%;
	object-fit: cover;
}
/* テキスト */
section#feature .boad .txt {
	width: 60%;
}
/* タイトル */
section#feature .boad h2 span {
	display: inline-block;
	position: relative;
}
section#feature .boad h2 span::after {
	content: "";
	display: block;
	width: 50px;
	height: 50px;
	background: url("../img/icon_shine.png") center center / contain no-repeat;
	position: absolute;
	top: -20px;
	right: -70px;
}
section#feature .boad h2.animated span::after {
	animation: h2_shine 2s;
}
@keyframes h2_shine {
	0% {transform: scale(0);}
	75% {transform: scale(0);}
	100% {transform: scale(1);}
}
/* 01 */
section#feature #feature01.boad .number {
	left: auto;
	right: 0;
}
section#feature #feature01.boad .img {
	height: calc(100% - 120px);
}
section#feature #feature01.boad .txt {
	margin: 0 0 0 auto;
}
/* 02 */
section#feature #feature02.boad .img {
	height: calc(100% - 120px);
	left: auto;
	right: -100px;
}
/* 03 */
section#feature #feature03.boad {
	padding-bottom: 60px;
}
section#feature #feature03.boad .number {
	left: auto;
	right: 0;
}
section#feature #feature03.boad .img {
	height: 60%;
	top: 60px;
	transform: none;

}
section#feature #feature03.boad .txt {
	margin: 0 0 0 auto;
	padding-left: 400px;
}
/* 04 */
section#feature #feature04.boad .img {
	width: 50%;
	height: 400px;
	top: -60px;
	left: auto;
	right: -60px;
	transform: none;
}
section#feature #feature04.boad .img02 {
	width: 35%;
	position: absolute;
	top: 360px;
	right: -120px;
}
section#feature #feature04.boad .img02 img {
	height: 100%;
	object-fit: cover;
}
section#feature #feature04.boad .txt {
	width: 50%;
}

/*==================================================================================
脱毛料金
==================================================================================*/
/* 脱毛箇所のご紹介 ----------------------------------------------------------------*/
section#parts_expo ul li {
	margin-right: 20px;
	padding-left: 25px;
	position: relative;
}
section#parts_expo ul li::before {
	content: "";
	display: block;
	width: 20px;
	height: 10px;
	position: absolute;
	top: calc(50% - 5px);
	left: 0;
}
section#parts_expo ul li:nth-child(1)::before {
	background: #D583B4;
}
section#parts_expo ul li:nth-child(2)::before {
	background: #93C973;
}
section#parts_expo ul li:nth-child(3)::before {
	background: #E95D78;
}
section#parts_expo ul li:nth-child(4)::before {
	background: #89D0EC;
}
section#parts_expo ul li:nth-child(5)::before {
	background: #F29643;
}
/* 各料金 ------------------------------------------------------------------------*/
.parts_img img {
	width: 100px;
}
section#parts .boad + .row .col2:nth-child(1) {
	position: relative;
}
section#parts .boad + .row .col2:nth-child(1)::after {
	content: "";
	display: block;
	height: 100%;
	border-right: 1px #aaa solid;
	position: absolute;
	top: 0;
	right: -60px;
}
/* 電気脱毛 -----------------------------------------------------------------------*/
section#electric {
	padding: 120px 0!important;
	background: #fff;
}
section#electric h2.fill {
	background: #EDC500;
	box-shadow: 3px 3px 5px rgba(0,0,0,0.2);
}
section#electric .boad {
	background: #F7F7F7;
}
section#electric .first {
	padding: 20px;
	background: #fff;
}
section#electric .first .ttl {
	padding: 10px 20px;
	background: #F23B55;
	color: #fff;
	letter-spacing: 0.05em;
}
section#electric .first .txt {
	width: calc(100% - 140px - 20px);
}
/* 女性の脱毛料金 -------------------------------------------------------------------*/
section#woman {
	padding: 120px 0!important;
	background: radial-gradient(at 25% 29%, hsla(317,30%,95%,1) 0px, transparent 50%),radial-gradient(at 95% 9%, hsla(30,42%,94%,1) 0px, transparent 50%), radial-gradient(at 11% 85%, hsla(197,21%,93%,1) 0px, transparent 50%), radial-gradient(at 91% 89%, hsla(270,31%,93%,1) 0px, transparent 50%);
}
section#woman h2.fill {
	background: #C46EAE;
	box-shadow: 3px 3px 5px rgba(0,0,0,0.2);
}
/* ワックス脱毛 ---------------------------------------------------------------------*/
section#wax {
	padding: 120px 0!important;
	background: linear-gradient(to bottom, #fff 0%, #e9eef3 100%);
}
section#wax h2.fill {
	box-shadow: 3px 3px 5px rgba(0,0,0,0.2);
}
/* 施術を受ける際の注意事項 ----------------------------------------------------------*/
section#attention  {
	padding: 120px 0!important;
}
.attention {
	padding-top: 50px;
	background: #fff;
	position: relative;
}
.attention h2.fill {
	display: inline-block;
	background: #F23B55!important;
	color: #fff!important;
	line-height: 1!important;
	position: absolute;
	top: -30px;
	left: 60px;
}

/*==================================================================================
無料カウンセリング予約
==================================================================================*/
section#reserve .fukidashi2 span,
section#reserve .fukidashi2 span::after {
	color: #4a9bd8;
	border-color: #4a9bd8;
}
/* プライバシーポリシー */
form .policy {
	display: block;
	height: 120px;
	box-sizing: border-box;
	padding: 10px 15px;
    border: 1px #ccc solid;
	background: #efefef;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
}
form .policy::-webkit-scrollbar {
	width: 6px;
}
form .policy::-webkit-scrollbar-track {
	margin: 2px 0;
	background: #efefef;
	border-radius: 5px;
}
form .policy::-webkit-scrollbar-thumb {
	border-radius: 5px;
	background: #ccc;
}
section#reserve .attention {
	padding: 40px 20px 20px;
	border: 1px #f23b55 solid;
}
section#reserve .how_ttl {
	display: inline-block;
	padding: 10px 20px;
	color: #fff;
}
section#reserve .how_ttl.tel {
	background: #1360a5;
}
section#reserve .how_ttl.line {
	background: #13a549;
}
section#reserve .icon_tel {
	display: inline-block;
}
section#reserve .icon_tel::before {
	background-image: url("../img/icon_tel.png");
	top: 35%;
	transform: none;
}
section#reserve .icon_line {
	display: inline-block;
	padding-left: 50px;
	padding-right: 40px;
	color: #13a549;
	text-decoration: underline;
}
section#reserve .icon_line::before {
	width: 40px;
	height: 40px;
	background-image: url("../img/icon_line.png");
}
section#reserve .icon_line::after {
	content: "";
	display: block;
	width: 30px;
	height: 30px;
	background: url("../img/icon_line_arrow.png") center center / contain no-repeat;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}

/*==================================================================================
TOPICS, NEWS
==================================================================================*/
/* WP-pagenavi -------------------------------------------------------------------*/
main.second .wp-pagenavi {
	display: flex;
	justify-content: center;
	align-items: center;
}
main.second .wp-pagenavi a,
main.second .wp-pagenavi span {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 35px;
	height: 35px;
	margin: 0 5px;
	box-sizing: border-box;
	border-radius: 5px;
	color: #303030;
	font-family: "acumin-pro-wide", sans-serif;
	font-size: 14px;
	text-decoration: none!important;
}
main.second .wp-pagenavi span.current {
	background: #00314f;
	color: #fff;
}
main.second .wp-pagenavi span.extend {
	width: auto;
	border: none;
}
main.second .wp-pagenavi a:hover {
	background: rgba(0,0,0,0.10);
}
section#news_list .boad a {
	display: block;
}
section#news_list .boad .border:last-child {
	display: none;
}
article p {
	font-size: 14px;
}
.category.topics {
	margin: 0;
	background: #e2ecf5;
	color: #3f3f3f;
	font-size: 12px;
}

/*==================================================================================
よくあるご質問
==================================================================================*/
section#faq .question,
section#faq .answer {
	padding-left: 45px;
	position: relative;
}
section#faq .answer {
	padding-bottom: 20px;
	border-bottom: 1px #aaa solid;
}
section#faq .answer:last-child {
	padding-bottom: 0;
	border-bottom: none;
}
section#faq .question::before,
section#faq .answer::before {
	content: "Q";
	display: flex;
	justify-content: center;
	align-items: center;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	background: #1360a5;
	color: #fff;
	font-size: 18px;
	font-family: "acumin-pro-wide", sans-serif;
	font-weight: 400;
	position: absolute;
	top: 0;
	left: 0;
}
section#faq .answer::before {
	content: "A";
	background: #999;
	top: -5px;
}

/*==================================================================================
お客様の声
==================================================================================*/
.category {
	display: inline-block;
	box-sizing: border-box;
	margin: 0 5px 5px 0;
	padding: 8px 20px;
	border-radius: 50px;
	background: #1360a5;
	color: #fff;
	font-size: 14px;
}
.category.older {
	width: 120px;
	padding: 8px;
	background: #fff;
	border: 2px #00314f solid;
	color: #00314f;
	text-align: center;
}
.category.older.y10-20 {
	border: 2px #226aa0 solid;
	color: #226aa0;
}
.category.older.y30 {
	border: 2px #d34722 solid;
	color: #d34722;
}
.category.older.y40 {
	border: 2px #9b9c14 solid;
	color: #9b9c14;
}
section#voice .row.align_start {
	align-items: flex-start;
}
section#voice .img {
	width: 240px;
	box-sizing: border-box;
	border: 1px #ccc solid;
}
section#voice .txt {
	width: calc(100% - 240px - 40px);
}
section#voice .txt .voice_item {
	display: inline-block;
	width: 100px;
	box-sizing: border-box;
	margin-right: 10px;
	padding: 5px;
	border-radius: 50px;
	background: #666;
	color: #fff;
	text-align: center;
}
section#voice .staff {
	padding: 15px 20px;
	background: #f2f2f0;
}

/*==================================================================================
割引キャンペーン
==================================================================================*/
section#campaign_list .thumbnail {
	width: 200px;
	height: 200px;
}
section#campaign_list .txt {
	width: calc(100% - 200px - 40px);
}
section#campaign_list h2 span[class^="icon0"] {
	display: inline-block;
	padding-left: 70px;
	position: relative;
}
section#campaign_list h2 span[class^="icon0"]::before {
	content: "";
	display: block;
	width: 50px;
	height: 50px;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
section#campaign_list h2 span.icon01::before {
	background-image: url("../img/icon_01.gif");
}
section#campaign_list h2 span.icon02::before {
	background-image: url("../img/icon_02.gif");
}
section#campaign_list h2 span.icon03::before {
	background-image: url("../img/icon_03.gif");
}
section#campaign_list h2 span.icon04::before {
	background-image: url("../img/icon_04.gif");
}
section#campaign_list h2 span.icon05::before {
	background-image: url("../img/icon_05.gif");
}
section#campaign_list h2 span.icon06::before {
	background-image: url("../img/icon_06.gif");
}
section#campaign_list h2 span.icon07::before {
	background-image: url("../img/icon_07.gif");
}
section#campaign_list h2 span .name::before {
	padding-left: 65px;
}
section#campaign_list table.shokai_rank {
	width: 100%;
	border: 1px #b7b7b7 solid;
}
section#campaign_list table.shokai_rank tr {
	border-bottom: 1px #b7b7b7 solid;
}
section#campaign_list table.shokai_rank th {
	padding: 6px;
	border-right: 1px #ccc dashed;
	font-size: 14px;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
}
section#campaign_list table.shokai_rank th::after {
	display: none;
}
section#campaign_list table.shokai_rank td {
	padding: 10px;
	border-right: 1px #ccc dashed;
	text-align: center;
	vertical-align: middle;
}
section#campaign_list table.shokai_rank td p {
	line-height: 1.2;
}
section#campaign_list table.shokai_rank td .rank_g,
section#campaign_list table.shokai_rank td .rank_s,
section#campaign_list table.shokai_rank td .rank_b {
	padding: 15px 20px;
	border-radius: 5px;
	background: #af9703;
	color: #fff;
	line-height: 1;
}
section#campaign_list table.shokai_rank td .rank_s {
	background: #6c6c6c;
}
section#campaign_list table.shokai_rank td .rank_b {
	background: #7c4500;
}
section#campaign article img {
	max-width: 460px!important;
}

/*==================================================================================
ハリウッドブロウリフト、毛穴洗浄+フォトフェイシャル
==================================================================================*/
section#recommend .boad {
	padding-top: 80px;
	position: relative;
}
section#recommend .fukidashi2 {
	position: absolute;
	top: -30px;
	left: 50%;
	transform: translateX(-50%);
}
section#recommend .ba_img {
	position: relative;
}
section#recommend .ba_img span {
	color: #fff;
	position: absolute;
	bottom: 5px;
	left: 10px;
	z-index: 2;
}
section#recommend .special_p {
	display: inline-block;
	padding: 5px 10px;
	background: #f23b55;
	color: #fff;
}
section#recommend .other {
	padding: 15px 20px;
    background: #F7F7F7;
}
section#recommend .nose_point .col2 {
    box-sizing: border-box;
    padding: 20px;
    border: 2px #00314f solid;
    border-radius: 10px;
}
section#recommend .nose_point .col2 .img {
    width: 45%;
    height: 100%;
    overflow: hidden;
}
section#recommend .nose_point .col2 .img img {
    height: 100%;
    object-fit: cover;
}
section#recommend .nose_point .col2 .txt {
    width: calc(55% - 10px);
    box-sizing: border-box;
    padding: 20px;
}
section#recommend .nose_point .col2 .txt .ttl {
    display: inline-block;
    padding-bottom: 5px;
    border-bottom: 1px #000 solid;
    position: relative;
}
section#recommend .nose_point .col2 .txt .ttl::after {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    background: url("../img/icon_shine.png") center center / contain no-repeat;
    position: absolute;
    top: -5px;
    right: -35px;
}
section#recommend .nose_camera {
    align-items: flex-start;
}
section#recommend .nose_camera .txt {
    width: 60%;
    box-sizing: border-box;
    padding: 10px 20px;
	background: #eaf2f8;
    border-radius: 10px;
    position: relative;
}
section#recommend .nose_camera .txt::after {
    content: "";
    display: block;
    border: 8px transparent solid;
    border-right: none;
    border-left: 10px #eaf2f8 solid;
    position: absolute;
    top: 15px;
    right: -10px;
}
section#recommend .nose_camera .img {
    width: calc(40% - 20px);
}

/*==================================================================================
フッター
==================================================================================*/
footer {
	padding: 30px 0!important;
	background: #00314f;
	color: #fff;
}
footer .logo {
	width: 200px;
}
footer ul li {
	margin-left: 10px;
	padding-left: 10px;
	border-left: 1px #fff solid;
}
footer ul li:first-child {
	margin-left: 0;
	padding-left: 0;
	border-left: none;
}
footer ul li a {
	display: block;
	color: #fff;
}


.tb {display: none;}
.pc {display: inline;}
.sp {display: none;}


@media screen and (max-width : 1080px) {
	/*==================================================================================
	INDEX
	==================================================================================*/
	/* メンズフェイスについて ------------------------------------------------------------*/
	/* 初めての方 */
	section#top_about .first {
		width: 290px;
		margin: 0 5px 60px;
	}
	section#top_about .circle {
		width: 290px;
		height: 290px;
		padding: 30px 20px 0;
	}
	section#top_about .circle .font_24 {
		font-size: 22px;
	}
}


@media screen and (max-width : 960px) {
	.pc {display: none;}
	.tb {display: inline;}
	
	p { font-size: 14px; }
	/*==================================================================================
	ヘッダー
	==================================================================================*/
	header {
		padding: 10px!important;
	}
	header .logo {
		width: 120px;
	}
	header .logo + .tel {
		display: none;
	}
	.btn_reserve {
		padding: 10px 15px 10px 40px;
		background-size: 25px;
	}
	header .btn_reserve {
		background-position: left 10px center;
		font-size: 12px;
		right: 60px;
	}
	header .btn_reserve .font_24 {
		font-size: 16px;
	}
	/* スクロール後 */
	header.min .logo {
		width: 120px;
	}
	header.min .btn_reserve .font_24 {
		font-size: 16px;
	}
	/* スマホ版 メニュー -----------------------*/
	nav.gnav {
		height: calc(100vh - 65px);
	    top: 65px;
	}
	header.min nav.gnav {
		height: calc(100vh - 65px);
	    top: 65px;
	}
	nav.gnav .bg {
		max-width: 540px;
		padding: 20px;
	}
	/* グローバルメニュー */
	nav.gnav ul.main_menu {
		width: 50%;
		padding-right: 15px;
	}
	nav.gnav ul.main_menu li {
		margin-bottom: 15px;
	}
	nav.gnav ul.main_menu li a {
		padding-left: 20px;
	}
	nav.gnav ul.main_menu li a::before {
		width: 8px;
	}
	nav.gnav ul.main_menu li ul {
		margin: 20px 0 0 20px;
	}
	nav.gnav ul.main_menu li ul li a {
		font-size: 12px;
	}
	/* 右側コンテンツ */
	nav.gnav .r_content {
		width: 50%;
		padding-left: 20px;
	}
	nav.gnav .r_content .btn.second {
	}
	/* 電話予約 */
	nav.gnav .tel.font_14 {
		display: block;
		margin-bottom: 8px;
		padding-left: 22px;
		background: url("../img/icon_tel.png") left bottom 5px / 18px no-repeat;
		font-size: 10px;
		position: relative;
		top: 0;
		right: 0;
		transform: none;
	}
	nav.gnav .tel .font_36 {
		font-size: 24px;
		line-height: .8;
	}
	nav.gnav .tel a {
		color: #1360a5;
	}
	header.min nav.gnav .tel.font_14 {
		font-size: 10px;
		right: 0;
	}
	header.min nav.gnav .tel .font_36 {
		font-size: 24px;
	}
	/* サブメニュー */
	nav.gnav ul.sub_menu li {
		padding: 12px 0;
	}
	/* sns */
	nav.gnav ul.sns li {
		margin-right: 5px;
	}
	nav.gnav ul.sns li a {
		width: 30px;
	}
	.gnavToggle {
	    width: 30px;
	    height: 30px;
	    right: 15px;
	}
	.gnavToggle span {
		margin-bottom: 5px;
	    border-bottom: 2px #1360a5 solid;
	}
	.gnavToggle.active span:nth-child(1) {
	    transform: translateY(7px) rotate(-20deg);
	}
	.gnavToggle.active span:nth-child(3) {
	    transform: translateY(-7px) rotate(20deg);
	}
	/*==================================================================================
	共通
	==================================================================================*/
	/* レイアウト */
	main {
		margin-top: 65px;
	}
	header.min + main {
		margin-top: 65px;
	}
	section {
		padding: 60px 0!important;
		position: relative;
	}
	.container {
		width: calc(100% - 30px);
		padding: 0 15px;
	}
	.max1200 {
		max-width: 680px;
	}
	.max960 {
		max-width: 540px;
	}
	.tbmax540 {
		max-width: 540px;
		margin: auto;
	}
	.col3 {
		width: calc(100% / 2 - 10px);
	}
	.col2 {
		width: calc(50% - 10px);
	}
	.tb100 {
		width: 100%;
	}
	.order2 {
		order: 2;
	}
	.mb_10 {
		margin-bottom: 8px;
	}
	.mb_20 {
		margin-bottom: 10px;
	}
	.mb_30 {
		margin-bottom: 15px;
	}
	.mb_40 {
		margin-bottom: 20px;
	}
	.mb_60 {
		margin-bottom: 40px;
	}
	.mb_120 {
		margin-bottom: 80px;
	}
	.mr_10 {
		margin-right: 8px;
	}
	.mr_20 {
		margin-right: 10px;
	}
	/* ボード */
	.boad {
		padding: 30px;
		background: #fff;
		box-shadow: 2px 2px 4px rgba(0,0,0,0.2);
	}
	/* フレーム */
	.frame {
		padding: 30px;
	}
	/* フォント */
	h2 {
		font-size: 14px;
	}
	.font_12 {
		font-size: 10px;
	}
	.font_14 {
		font-size: 12px;
	}
	.font_20 {
		font-size: 16px;
	}
	.font_24 {
		font-size: 20px;
	}
	.font_36 {
		font-size: 24px;
	}
	.font_40 {
		font-size: 30px;
	}
	.font_50 {
		font-size: 36px;
	}
	.font_70 {
		font-size: 46px;
	}
	.fukidashi2 span {
		padding: 10px 20px;
	}
	.anker {
		padding-top: 100px;
		margin-top: -100px;
	}
	/* ボタン */
	.btn {
		max-width: 300px;
		height: 50px;
		font-size: 16px;
	}
	.btn::after {
		width: 4px;
		height: 4px;
		border-top: 2px #fff solid;
		border-right: 2px #fff solid;
		right: 25px;
	}
	.btn:hover::after {
		right: 20px;
	}
	.btn.second {
		padding: 10px 30px 10px 15px;
		font-size: 14px;
	}
	.btn.second::after {
		right: 15px;
	}
	.btn.second:hover::after {
		right: 10px;
	}
	.btn.size_s {
		padding: 8px 20px;
		font-size: 12px;
	}
	/* ダウンロード */
	.btn.second.icon_dl {
		padding-right: 40px;
	}
	.btn.second.icon_dl::after {
		width: 14px;
		height: 14px;
		right: 15px;
	}
	.btn.second.icon_dl:hover::after {
		right: 15px;
	}
	/* more */
	.icon_more {
		padding-right: 30px;
		font-size: 14px;
	}
	.icon_more::after {
		width: 20px;
		height: 20px;
	}
	/* アイコン */
	.icon_gakuwari img {
		width: 50px;
		top: 2px;
	}
	span[class^="icon_"] {
		padding-left: 25px;
	}
	span[class^="icon_"]::before {
		width: 20px;
		height: 20px;
	}
	/* 下層ページ ---------------------------------------------------------------------*/
	main.second {
		padding-top: 15px;
	}
	/* パンくず */
	div.pannav span {
		font-size: 10px;
	}
	main.second section {
		padding: 40px 0!important;
	}
	/* フォント */
	main.second h2.border {
		padding-bottom: 8px;
	}
	main.second h2.border::after {
		border-bottom: 1px #00314f solid;
	}
	main.second h2.fill {
		padding: 5px 10px;
	}
	main.second h3.fill {
		padding: 5px 10px;
	}
	/* リンクリスト */
	ul.anker_link li {
		margin-bottom: 10px;
		padding: 0 15px;
	}
	/* テーブル */
	table th {
		padding: 10px 15px 10px 0;
	}
	table th::after {
		height: calc(100% - 10px);
		top: 5px;
	}
	table td {
		padding: 10px 0 10px 15px;
	}
	.scroll {
		display: block;
	  	overflow-x: scroll;
	  	white-space: nowrap;
	  	-webkit-overflow-scrolling: touch;
		padding: 0 0 10px;
		margin-bottom: 20px;
	}
	.scroll::-webkit-scrollbar {
	  height: 8px;
	}
	.scroll::-webkit-scrollbar-track {
	  margin: 0 2px;
	  background: #ccc;
	  border-radius: 5px;
	}
	.scroll::-webkit-scrollbar-thumb {
	  border-radius: 5px;
	  background: #666;
	}
	/*==================================================================================
	INDEX
	==================================================================================*/
	section#main {
		height: 600px;
	}
	section#main div[class^="img0"] {
		height: calc(50% + 15px);
		clip-path: polygon(0 15px, 100% 0, 100% calc(100% - 15px), 0 100%);
	}
	section#main .img02 {
		width: calc(50% + 15px)!important;
	}
	section#main .img04 {
		width: calc(50% + 15px)!important;
	}
	section#main .txt {
		width: 85%;
		max-width: 540px;
		min-width: 0;
	}
	/* キャンペーン情報 */
	section#main .campaign {
		padding: 10px 15px;
		border-radius: 5px;
		box-shadow: 3px 3px 3px rgba(0,0,0,0.1);
	}
	section#main .campaign .ttl {
		width: 180px;
	}
	section#main .campaign .ttl .font_40 {
		margin-bottom: 5px;
	}
	section#main .campaign .cont {
		width: calc(100% - 180px);
		padding-left: 20px;
	}
	section#main .campaign .cont .font_20 {
		font-size: 12px;
	}
	.limited {
		margin-bottom: 5px;
	}
	/* メンズフェイスについて ------------------------------------------------------------*/
	section#top_about div[class^="fuki0"] {
		padding: 16px 0 30px;
	}
	/* 初めての方 */
	section#top_about .fuki01 {
		margin-bottom: 20px;
	}
	section#top_about .fuki01::before {
		width: 300px;
		height: 60px;
	}
	section#top_about .first {
		width: 100%;
		margin: 0 0 40px;
	}
	section#top_about .first:nth-child(2) {
		margin-top: 0;
	}
	section#top_about .circle {
		width: 260px;
		height: 260px;
		margin: 0 auto 15px;
		padding: 20px 20px 0;
	}
	section#top_about .circle::after {
		width: 80px;
		height: 35px;
		top: -20px;
	}
	section#top_about .circle .eng {
		margin-bottom: 20px;
	}
	section#top_about .circle .font_24 {
		font-size: 20px;
	}
	section#top_about .circle + p {
		max-width: 470px;
		margin: auto;
		padding: 0;
		text-align: center;
	}
	/* 経験がある方 */
	section#top_about .fuki_group {
		width: 100%;
		max-width: 540px;
		margin: 0 auto 20px;
	}
	section#top_about .fuki02 {
		width: 300px;
		margin: 0 0 10px 80px;
	}
	section#top_about .fuki02::before {
		height: 90px;
	}
	section#top_about .fuki03 {
		width: 250px;
		position: relative!important;
		top: 0;
		left: 0;
	}
	section#top_about .fuki03::before {
		height: 60px;
	}
	section#top_about .fuki04 {
		width: 220px;
		top: 80px;
		right: 0;
	}
	section#top_about .fuki04::before {
		height: 60px;
	}
	section#top_about .fuki05 {
		width: 280px;
		margin: -10px 50px 0 auto;
	}
	section#top_about .fuki05::before {
		height: 60px;
	}
	section#top_about .boad {
		width: 100%;
		max-width: 680px;
		margin: 0 auto 20px;
		border-radius: 5px;
	}
	section#top_about .boad:last-child {
		margin-bottom: 40px;
	}
	section#top_about .boad .point {
		width: 60px;
	}
	section#top_about .boad .point::after {
		content: "";
		display: block;
		border: 30px #00314f solid;
		border-top: none;
		border-bottom: 10px transparent solid;
		bottom: -10px;
	}
	section#top_about .boad .ttl {
		padding-left: 80px;
	}
	section#top_about .img {
		width: 100%;
		max-width: 680px;
		margin: 0 auto 40px;
		position: relative;
		top: 0;
		right: 0;
	}
	/* 脱毛料金 -----------------------------------------------------------------------*/
	section#top_price .bg {
		padding: 40px 15px 40px;
	}
	section#top_price .bg .fukidashi2 {
		top: -20px;
	}
	section#top_price .bg .row {
		max-width: 540px;
		margin: 0 auto 30px;
	}
	section#top_price .bg .set {
		width: calc(100% / 2 - 10px);
		box-shadow: 2px 2px 0 rgba(0,0,0,0.1);
	}
	section#top_price .bg .set .inner {
		padding: 15px;
	}
	section#top_price .bg .set .inner .row {
		margin: 0;
	}
	/* ご来店までの流れ -----------------------------------------------------------------*/
	section#flow .flow {
		padding: 0 0 30px;
	}
	section#flow .flow .step {
		width: 120px;
		height: 40px;
		margin-bottom: 10px;
		position: relative;
	}
	/* VOICE, FAQ -------------------------------------------------------------------*/
	section#top_vf {
		padding: 30px 0!important;
	}
	section#top_vf a {
		width: calc(50% - 10px);
		padding: 20px 15px;
		border-radius: 10px;
		box-shadow: 2px 2px 0 rgba(0,0,0,0.1);
	}
	section#top_vf a::before {
		width: 60px;
		height: 60px;
		background-size: 50%;
		top: -10px;
		left: -10px;
	}
	/* TOPICS ------------------------------------------------------------------------*/
	.thumbnail {
		border-radius: 5px;
	}
	/* HOLLY WOOD BROW LIFT */
	section#top_topics .hwbl .txt {
		width: calc(100% / 2 - 20px);
		padding: 15px 0;
	}
	section#top_topics .hwbl .txt .point {
		padding: 4px 6px;
		font-size: 12px;
	}
	section#top_topics .hwbl .txt .font_40 {
		font-size: 24px;
	}
	section#top_topics .col3:last-child {
		display: block;
	}
	/* NEWS, STORE -------------------------------------------------------------------*/
	section#top_store .news {
		padding: 10px 30px;
		box-shadow: 2px 2px 4px rgba(0,0,0,0.1);
	}
	section#top_store .news a {
		width: calc(100% - 120px);
	}
	section#top_store .news a .ttl {
		width: calc(100% - 60px);
	}
	/* 店舗情報 */
	section#top_store .max1200 {
		max-width: 100%;
	}
	section#top_store .col3 {
		width: calc(100% / 3 - 20px);
	}
	section#top_store .col3::after {
		right: -15px;
	}
	section#top_store .col3 .font_24 {
		font-size: 16px;
	}
	/*==================================================================================
	メンズフェイスの特徴
	==================================================================================*/
	main.second.feature section {
		padding: 60px 0!important;
	}
	section#feature .copy01 p,
	section#feature .copy02 p {
		font-size: 30px;
	}
	section#feature .copy01 p:first-child {
		margin-top: -30px;
	}
	section#feature .intro_ttl {
		margin-bottom: 80px;
		padding-bottom: 50px;
	}
	section#feature .intro_ttl::after {
		height: 40px;
	}
	/* 特徴 ボード -------------------*/
	section#feature .boad {
		padding: 0 40px 40px;
	}
	/* 数字 */
	section#feature .boad .number {
		margin-bottom: 20px;
		font-size: 80px;
		position: relative;
		top: 0;
		left: 0;
	}
	/* 写真 */
	section#feature .boad .img {
		width: calc(100% + 100px);
		margin-bottom: -20px;
		position: relative;
		top: -40px;
		left: -100px;
		transform: none;
	}
	/* テキスト */
	section#feature .boad .txt {
		width: 100%;
	}
	/* タイトル */
	section#feature .boad h2 span::after {
		width: 35px;
		height: 35px;
		top: -10px;
		right: -45px;
	}
	/* 01 */
	section#feature #feature01.boad .number {
		left: 0;
	}
	section#feature #feature01.boad .img {
		height: auto;
	}
	section#feature #feature01.boad .txt {
		margin: 0;
	}
	/* 02 */
	section#feature #feature02.boad .img {
		height: auto;
		right: 0;
	}
	/* 03 */
	section#feature #feature03.boad {
		padding-bottom: 40px;
	}
	section#feature #feature03.boad .img {
		height: auto;
		top: -40px;
	}
	section#feature #feature03.boad .txt {
		margin: 0;
		padding-left: 0px;
	}
	/* 04 */
	section#feature #feature04.boad .img {
		width: calc(100% + 100px);
		height: auto;
		top: -40px;
		left: auto;
		right: 0;
	}
	section#feature #feature04.boad .img02 {
		width: 60%;
		margin: 0 0 0 auto;
		position: relative;
		top: 0;
		right: 0;
	}
	section#feature #feature04.boad .txt {
		width: 100%;
	}
	/*==================================================================================
	脱毛料金
	==================================================================================*/
	/* 脱毛箇所のご紹介 ----------------------------------------------------------------*/
	section#parts_expo ul li {
		margin: 0 10px 10px 0;
		padding-left: 15px;
	}
	section#parts_expo ul li::before {
		width: 10px;
		height: 6px;
		top: calc(50% - 3px);
	}
	/* 各料金 ------------------------------------------------------------------------*/
	.parts_img img {
		width: 80px;
	}
	section#parts .boad + .row {
		justify-content: center;
	}
	section#parts .boad + .row .col2:nth-child(1) {
		margin-bottom: 40px;
	}
	section#parts .boad + .row .col2:nth-child(1)::after {
		width: 100%;
		height: auto;
		border-right: none;
		border-bottom: 1px #aaa solid;
		position: absolute;
		top: auto;
		right: 0;
		bottom: -20px;
	}
	/* 電気脱毛 -----------------------------------------------------------------------*/
	section#electric {
		padding: 60px 0!important;
	}
	section#electric h2.fill {
		box-shadow: 2px 2px 4px rgba(0,0,0,0.2);
	}
	section#electric .first {
		padding: 10px;
	}
	section#electric .first .ttl {
		margin-bottom: 5px;
		padding: 5px 10px;
	}
	section#electric .first .txt {
		width: 100%;
	}
	/* 女性の脱毛料金 -------------------------------------------------------------------*/
	section#woman {
		padding: 60px 0!important;
	}
	section#woman h2.fill {
		box-shadow: 2px 2px 4px rgba(0,0,0,0.2);
	}
	/* 施術を受ける際の注意事項 ----------------------------------------------------------*/
	section#attention  {
		padding: 60px 0!important;
	}
	.attention {
		padding-top: 40px;
	}
	.attention h2.fill {
		padding: 8px 10px!important;
		top: -15px;
		left: 30px;
	}
	/*==================================================================================
	無料カウンセリング予約
	==================================================================================*/
	/* プライバシーポリシー */
	form .policy {
		padding: 10px;
	}
	section#reserve .how_ttl {
		padding: 8px 15px;
	}
	section#reserve .icon_line {
		padding-left: 35px;
		padding-right: 25px;
	}
	section#reserve .icon_line::before {
		width: 30px;
		height: 30px;
	}
	section#reserve .icon_line::after {
		width: 20px;
		height: 20px;
	}
	/*==================================================================================
	TOPICS, NEWS
	==================================================================================*/
	/* WP-pagenavi -------------------------------------------------------------------*/
	main.second .wp-pagenavi a,
	main.second .wp-pagenavi span {
		width: 30px;
		height: 30px;
		margin: 0 2px;
		font-size: 12px;
	}
	article p {
		font-size: 12px;
	}
	.category.topics {
		font-size: 10px;
	}
	/*==================================================================================
	よくあるご質問
	==================================================================================*/
	section#faq .question,
	section#faq .answer {
		padding-left: 30px;
	}
	section#faq .answer {
		padding-bottom: 15px;
	}
	section#faq .question::before,
	section#faq .answer::before {
		width: 24px;
		height: 24px;
		font-size: 14px;
		top: 2px;
	}
	section#faq .answer::before {
		top: -2px;
	}
	/*==================================================================================
	お客様の声
	==================================================================================*/
	.category {
		padding: 6px 15px;
		font-size: 12px;
	}
	.category.older {
		width: 100px;
		padding: 6px;
	}
	section#voice .img {
		width: 180px;
	}
	section#voice .txt {
		width: calc(100% - 180px - 20px);
	}
	section#voice .txt .voice_item {
		width: 60px;
	}
	section#voice .staff {
		padding: 10px;
	}
	/*==================================================================================
	割引キャンペーン
	==================================================================================*/
	section#campaign_list .btn {
		font-size: 14px;
	}
	section#campaign_list .thumbnail {
		width: 120px;
		height: 120px;
	}
	section#campaign_list .txt {
		width: calc(100% - 120px - 20px);
	}
	section#campaign_list h2 span[class^="icon0"] {
		padding-left: 45px;
	}
	section#campaign_list h2 span[class^="icon0"]::before {
		width: 30px;
		height: 30px;
	}
	section#campaign_list table.shokai_rank th {
		padding: 5px;
		font-size: 12px;
	}
	section#campaign_list table.shokai_rank td {
		padding: 8px;
	}
	section#campaign_list table.shokai_rank td .rank_g,
	section#campaign_list table.shokai_rank td .rank_s,
	section#campaign_list table.shokai_rank td .rank_b {
		padding: 10px 15px;
	}
    /*==================================================================================
    ハリウッドブロウリフト、毛穴洗浄+フォトフェイシャル
    ==================================================================================*/
    section#recommend .boad {
    	padding-top: 50px;
    }
    section#recommend .fukidashi2 {
    	top: -20px;
    }
    section#recommend .fukidashi2 span {
        line-height: 1.2;
    }
    section#recommend h2.fill {
        padding: 10px;
        line-height: 1;
    }
    section#recommend .tb100 img {
    	max-width: 240px;
        margin: auto;
    }
    section#recommend .special_p {
    	padding: 5px 10px;
    }
    section#recommend .other {
    	padding: 10px 15px;
    }
    section#recommend .nose_point .col2 {
        padding: 15px;
        border-width: 1px;
        border-radius: 5px;
    }
    section#recommend .nose_point .col2 .img {
        width: 100%;
        height: auto;
        margin: 0 0 20px;
    }
    section#recommend .nose_point .col2 .txt {
        width: 100%;
        padding: 0;
    }
    section#recommend .nose_point .col2 .txt .ttl::after {
        width: 25px;
        height: 25px;
        right: -30px;
    }
    section#recommend .nose_camera .txt {
        width: calc(100% - 80px - 20px);
        padding: 10px 15px;
        border-radius: 5px;
    }
    section#recommend .nose_camera .txt::after {
        border: 4px transparent solid;
        border-right: none;
        border-left: 6px #eaf2f8 solid;
        top: 10px;
        right: -6px;
    }
    section#recommend .nose_camera .img {
        width: 80px;
    }
	/*==================================================================================
	フッター
	==================================================================================*/
	footer {
		padding: 20px 0!important;
	}
	footer .row {
		justify-content: flex-end;
	}
	footer .logo {
		display: none;
	}
}


@media screen and (max-width : 680px) {
	/*==================================================================================
	INDEX
	==================================================================================*/
	/* メンズフェイスについて ------------------------------------------------------------*/
	/* 経験がある方 */
	section#top_about .fuki_group {
		max-width: 400px;
	}
	section#top_about .fuki02 {
		margin: 0 0 60px;
	}
	section#top_about .fuki03 {
		left: -10px;
	}
	section#top_about .fuki04 {
		top: 90px;
		right: -5px;
	}
	section#top_about .fuki05 {
		margin: 10px 0 0 auto;
	}
	/* TOPICS ------------------------------------------------------------------------*/
	/* HOLLY WOOD BROW LIFT */
	section#top_topics .hwbl .col3,
	section#top_topics .hwbl .txt {
		width: 100%;
		max-width: 460px;
		margin: auto;
	}
	/* NEWS, STORE -------------------------------------------------------------------*/
	/* 店舗情報 */
	section#top_store .col3 {
		width: calc(100% / 2 - 20px);
		margin-bottom: 30px;
	}
	section#top_store .col3::after {
		right: -20px;
	}
	section#top_store .col3:nth-child(even)::after {
		display: none;
	}
	section#top_store .col3:last-child::after {
		display: block;
	}
	section#top_store .col3:nth-child(1)::before, 
	section#top_store .col3:nth-child(2)::before {
		content: "";
		display: block;
		width: 100%;
		border-bottom: 1px #aaa solid;
		position: absolute;
		left: 0;
		bottom: -15px;
	}
}


@media screen and (max-width : 460px) {
	.tb {display: none;}
	.sp {display: inline;}
	p {font-size: 12px; line-height: 1.8;}
	/*==================================================================================
	ヘッダー
	==================================================================================*/
	header .logo {
		width: 100px;
	}
	header .btn_reserve {
		padding: 10px 15px 10px 35px;
		background-size: 20px;
	}
	header .btn_reserve .font_24 {
		font-size: 14px;
	}
	/* スクロール後 */
	header.min .logo {
		width: 100px;
	}
	header.min .btn_reserve .font_24 {
		font-size: 14px;
	}
	/* スマホ版 メニュー -----------------------*/
	nav.gnav {
		height: calc(100vh - 57.5px);
	    top: 57.5px;
	}
	header.min nav.gnav {
		height: calc(100vh - 57.5px);
	    top: 57.5px;
	}
	nav.gnav .bg {
		padding: 20px 15px;
	}
	/* グローバルメニュー */
	nav.gnav ul.main_menu {
		padding-right: 10px;
	}
	nav.gnav ul.main_menu li a {
		padding-left: 10px;
	}
	nav.gnav ul.main_menu li a.font_20 {
		font-size: 14px;
	}
	nav.gnav ul.main_menu li a::before {
		width: 6px;
		height: 3px;
	}
	nav.gnav ul.main_menu li ul {
		margin: 10px 0 0 10px;
	}
	nav.gnav ul.main_menu li ul li a {
		font-size: 10px;
	}
	/* 右側コンテンツ */
	nav.gnav .r_content {
		width: 50%;
		padding-left: 15px;
	}
	nav.gnav .r_content .btn.second {
		padding: 10px 20px 10px 15px;
		font-size: 12px;
	}
	nav.gnav .r_content .btn.second::after {
		right: 10px;
	}
	nav.gnav .r_content .btn.second:hover::after {
		right: 8px;
	}
	/* 電話予約 */
	nav.gnav .tel.font_14 {
		padding-left: 18px;
		background-size: 14px;
	}
	nav.gnav .tel .font_36 {
		font-size: 20px;
	}
	header.min nav.gnav .tel .font_36 {
		font-size: 20px;
	}
	/* サブメニュー */
	nav.gnav ul.sub_menu li {
		padding: 10px 0;
	}
	/*==================================================================================
	共通
	==================================================================================*/
	.col3 {
		width: calc(100% / 2 - 5px);
	}
	.col2 {
		width: calc(100% / 2 - 5px);
	}
	.tb100 {
		width: 100%;
	}
	.sp100 {
		width: 100%;
	}
	/* フォント */
	h2 {
		font-size: 12px;
	}
	.font_14 {
		font-size: 10px;
	}
	.font_24 {
		font-size: 18px;
	}
	.font_36 {
		font-size: 22px;
	}
	.font_40 {
		font-size: 26px;
	}
	.font_50 {
		font-size: 40px;
	}
	.font_70 {
		font-size: 36px;
	}
	/* ボード */
	.boad {
		padding: 15px;
	}
	/* フレーム */
	.frame {
		padding: 15px;
	}
	/* リンクリスト */
	ul.anker_link li {
		padding: 0 15px;
	}
	ul.anker_link li a {
		font-size: 12px;
	}
	a.col3 .thumbnail {
		height: 120px;
	}
	a.col3.sp100 .thumbnail {
		height: 260px;
	}
	/*==================================================================================
	INDEX
	==================================================================================*/
	section#main {
		height: calc(100vh - 320px);
	}
	section#main .txt h1.font_20 {
		font-size: 12px;
	}
	/* キャンペーン情報 */
	section#main .container {
		bottom: -20px;
	}
	section#main .campaign {
		padding: 5px 15px;
	}
	section#main .campaign::after {
		content: "";
		display: block;
		width: 4px;
		height: 4px;
		border-top: 2px #aaa solid;
		border-right: 2px #aaa solid;
		position: absolute;
		top: 50%;
		right: 20px;
		transform: translateY(-50%) rotate(45deg);
		transition: all .3s;
	}
	section#main .campaign:hover::after {
		right: 15px;
	}
	section#main .campaign .ttl {
		width: 100%;
		border-right: none;
	}
	section#main .campaign .ttl .font_40 {
		margin-bottom: 0;
	}
	section#main .campaign .cont {
		display: none;
	}
	/* メンズフェイスについて ------------------------------------------------------------*/
	/* 経験がある方 */
	section#top_about h3.font_36 {
		font-size: 20px;
	}
	section#top_about .boad .point {
		margin-bottom: 10px;
		position: relative;
		left: 0;
	}
	section#top_about .boad .ttl {
		padding-left: 0;
	}
	/* 脱毛料金 -----------------------------------------------------------------------*/
	section#top_price .container {
		width: 100%;
		padding: 0;
	}
	section#top_price .bg {
		padding: 40px 10px 40px;
	}
	section#top_price .bg .set {
		width: calc(100% / 2 - 5px);
	}
	section#top_price .bg .set .inner {
		padding: 15px 10px;
	}
	section#top_price .bg .set .font_14 {
		font-size: 10px;
	}
	/* VOICE, FAQ -------------------------------------------------------------------*/
	section#top_vf a {
		width: 100%;
		margin-bottom: 20px;
	}
	/* NEWS, STORE -------------------------------------------------------------------*/
	section#top_store .news {
		padding: 15px;
		border-radius: 10px;
	}
	section#top_store .news h2 {
		margin-bottom: 10px;
	}
	section#top_store .news a {
		width: 100%;
	}
	section#top_store .news a .ttl {
		margin-bottom: 5px;
	}
	/* NEWS, STORE -------------------------------------------------------------------*/
	/* 店舗情報 */
	section#top_store .col3 {
		width: 100%;
	}
	section#top_store .col3::after,
	section#top_store .col3:last-child::after {
		display: none;
	}
	/*==================================================================================
	メンズフェイスの特徴
	==================================================================================*/
	section#feature .copy01 p,
	section#feature .copy02 p {
		font-size: 24px;
	}
	section#feature .copy01 p:first-child {
		margin-top: -20px;
	}
	/* 特徴 ボード -------------------*/
	section#feature .boad {
		padding: 0 15px 20px;
	}
	/* 数字 */
	section#feature .boad .number {
		font-size: 60px;
	}
	/* 写真 */
	section#feature .boad .img {
		width: calc(100% + 40px);
		left: -40px;
	}
	/* 03 */
	section#feature #feature03.boad {
		padding-bottom: 20px;
	}
	/* 04 */
	section#feature #feature04.boad .img {
		width: calc(100% + 40px);
	}
	/*==================================================================================
	脱毛料金
	==================================================================================*/
	/* 各料金 ------------------------------------------------------------------------*/
	.parts_img img {
		width: 60px;
		margin: auto;
	}
	section#set .indent.txt_right,
	section#parts .indent.txt_right {
		text-align: left;
	}
	/* 電気脱毛 -----------------------------------------------------------------------*/
	section#electric .fukidashi2 span {
		line-height: 1.4;
	}
	/* 施術を受ける際の注意事項 ----------------------------------------------------------*/
	.attention {
		padding-top: 30px;
	}
	.attention h2.fill {
		left: 15px;
	}
	/*==================================================================================
	無料カウンセリング予約
	==================================================================================*/
	form .font_14 {
		font-size: 12px;
	}
	/*==================================================================================
	よくあるご質問
	==================================================================================*/
	section#faq .question {
		font-size: 14px;
	}
	section#faq .question::before {
		top: 0;
	}
	/*==================================================================================
	お客様の声
	==================================================================================*/
	section#voice .img {
		width: 120px;
	}
	section#voice .img img {
		height: auto!important;
	}
	section#voice .txt {
		width: calc(100% - 120px - 10px);
	}
	/*==================================================================================
	割引キャンペーン
	==================================================================================*/
	section#campaign_list .btn {
		height: 40px;
		margin: auto;
		font-size: 12px;
	}
	section#campaign_list .thumbnail {
		width: 80px;
		height: 80px;
	}
	section#campaign_list .txt {
		width: calc(100% - 80px - 20px);
	}
    /*==================================================================================
    ハリウッドブロウリフト、毛穴洗浄+フォトフェイシャル
    ==================================================================================*/
    section#recommend .boad {
    	padding-top: 60px;
    }
    section#recommend .fukidashi2 {
    	top: -30px;
    }
    section#recommend .tb100 img {
    	max-width: 160px;
    }
    section#recommend .other {
    	padding: 10px 15px;
    }
    section#recommend .other .col2:first-child {
    	margin-bottom: 20px;
    }
    section#recommend .nose_point .col2 {
        padding: 10px;
    }
    section#recommend .nose_point .col2:first-child {
        margin-bottom: 10px;
    }
    section#recommend .nose_point .col2 .img {
        width: 30%;
        height: 100px;
        margin: 0;
    }
    section#recommend .nose_point .col2 .txt {
        width: calc(70% - 10px);
        padding: 10px;
    }
    section#recommend .nose_camera .txt {
        width: calc(100% - 60px - 20px);
    }
    section#recommend .nose_camera .img {
        width: 60px;
    }
}



