@charset "UTF-8";

html
{
    box-sizing: border-box;
    height: 100%;
    font-size: 100%;
}

body
{
    height: 100%;
    background-color: #f5f5f5;
    font-size: 1rem;
    font-family: 'Avenir', 'Helvetica Neue', 'Helvetica', 'Arial', 'Hiragino Sans', 'ヒラギノ角ゴシック', YuGothic, 'Yu Gothic', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic';
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: unset;
}

*,
*:before,
*:after
{
    box-sizing: inherit;
}

img
{
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
}

.button_before_box .button:before,
.button_before_box .button_p:before{
    background: #fff;
    display: block;
    color: #ed752f;
    line-height: 16px;
    height: 15px;
    border-radius: 20px;
    max-width: 215px;
    margin-top: 2px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 7px;
    font-size: 10px;
}

.button_before_box .button:before{
    content: "【1分】無料WEBカウンセリング予約専用窓口";
}

.button_before_box .button_p:before{
    content: "【1分】WEBカウンセリング予約専用窓口";
}

.button_before_box .button,
.button_before_box .button_p{
    padding-top: 5px !important;
}

.button,
.button_p{
    display: inline-block;
    width: 80%;
    margin: 5px 0;
    padding-top: 15px;
    padding-left: 15px !important;
    padding-right: 15px !important;
    padding-bottom: 15px !important;
    border-radius: 60px;
    background-color: #ed752f;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    font-size: 15px;
    justify-content: space-between;
    align-items: center;
    font-feature-settings: "palt";
}

.button:hover,
.button_p:hover{
    opacity: .8;
    transition: all .7s ease;
}

.button .fa,
.button_p .fa{
    margin-left: .5em;
}

/* region Brand */
.brand
{
    margin: 0;
}

.brand__id
{
    display: block;
    height: 100%;
}

.brand__logo
{
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    max-width: none;
    height: 5%;

    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 100000;
}

/* endregion Brand */

/* region Header Navbar */
.header-navbar
{
    display: flex;
    padding: 4px 6px;
    background: #f9eaf2 url(../images/people.png) right 15px bottom no-repeat;
    background-size: auto calc(38 / 40 * 100%);
    align-items: center;
}

@media (min-width: 769px)
{
    .header-navbar
    {
        padding: 6px;
        background-size: auto calc(38 / 50 * 100%);
    }
}

.header-navbar__brand
{
    height: 100%;
}

.header-navbar__brand .brand__logo
{
    padding: 5px 0 0;
}

@media (min-width: 769px)
{
    .header-navbar__brand .brand__logo
    {
        padding: 3px 0 8px;
    }
}

/* endregion Header Navbar */

/* region Ad */
.ad
{
    text-align: center;
}

.ad > :first-child
{
    margin-top: 0;
}

.ad > :last-child
{
    margin-bottom: 0;
}

/* endregion Ad */

/* region Main Section */
.main-section > :first-child
{
    margin-top: 0;
}

.main-section > :last-child
{
    margin-bottom: 0;
}

.main-section__h1
{
    max-width: 450px;
    margin: 0 0 15px;
    padding: .1em .5em;
    border-left: solid 5px #f9eaf2;
    color: #525252;
    font-size: 26px;
    font-feature-settings: "palt";
}

@media screen and (min-width: 481px)
{
    .main-section__h1
    {
        font-size: 26px;
        line-height: 1.3;
    }
}

.main-section__h1 span{
    color: red;
}

.main-section__body > :first-child
{
    margin-top: 0;
}

.main-section__body > :last-child
{
    margin-bottom: 0;
}

.main-section .ad
{
    margin: auto;
    max-width: 480px;
    height: 100% !important;
    display: block !important;
}

.ad a {
    position: relative;
}

.button .fa,
.button_p .fa{
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
}

/* endregion Main Section */

/* region Content */
.content
{
    display: flex;
    padding: 13px;
    background: #fff;
    word-break: break-all;
    word-break: break-word;
    hyphens: auto;
    justify-content: center;
}

@media (min-width: 769px)
{
    .content
    {
        padding: 13px;
    }
}

/* endregion Content */

/* region View */
.view
{
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (min-width: 835px)
{
    .view
    {
        padding: 24px;
    }
}

.view__content
{
    margin: 10px .5%;
    max-width: calc(100% - 1%);
}

.view__content .main-section
{
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
}

.view__content .main-section__h1
{
    flex-grow: 0;
    flex-shrink: 0;
}

.view__content .main-section__body
{
     /*display: flex;*/
    display: block;
    flex-grow: 1;
    align-items: center;
}

/* endregion View */

/* region Frame */
.frame
{
    display: flex;
    flex-direction: column;
    min-height: 100%;
    justify-content: space-between;
}

.frame__header
{
    height: 40px;
    flex-grow: 0;
    flex-shrink: 0;
}

@media (min-width: 769px)
{
    .frame__header
    {
        height: 50px;
    }
}

.frame__body
{
    flex-direction: column;
    flex-grow: 1;
}

_:-ms-fullscreen,
:root .frame__body
{
    min-height: calc(100vh - 40px);
}

@media (min-width: 769px)
{
    _:-ms-fullscreen,
    :root .frame__body
    {
        min-height: calc(100vh - 50px);
    }
}

.frame__body::before,
.frame__body::after
{
    content: '';
}

.frame__body::before
{
    margin-top: auto;
}

.frame__body::after
{
    margin-bottom: auto;
}

_:-ms-fullscreen,
:root .frame__body::before,
:root .frame__body::after
{
    content: normal;
}

.button__label{
   margin: auto;
}

/* endregion Frame */








/* ホワイトニング広告 */
.starwhitening_ad {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 33px;
	margin-bottom: 35px;
	background: #e3f7fc;
	background-color: #e3f7fc;
	padding-top: 10px;
	border-radius: 5px;
}

.starwhitening_ad_title{
	font-size: 11px;
	font-weight: bold;
}

.starwhitening_ad_title:before{
	content: '＼脱毛に＋して歯を白く輝く笑顔にしてみませんか？／\A（年間15万人以上が通う「starwhitening」）';
	white-space: pre;
}

.starwhitening_ad_img{
	margin-top: 5px;
}

.starwhitening_ad_a{
	font-size: 10px;
	padding-top: 10px;
        padding-bottom: 10px;
}
/* ホワイトニング広告 */


/* 脱毛器広告 */
.home_ad {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 33px;
	margin-bottom: 35px;
	background: #e3f7fc;
	background-color: #e3f7fc;
	padding-top: 10px;
	border-radius: 5px;
}

.home_ad_title{
	font-size: 11px;
	font-weight: bold;
}

.home_ad_title:before{
	content: '＼除毛剤に＋して家で本格脱毛してみませんか？／\A（脱毛器ランキング2553日連続1位の「ケノン」）';
	white-space: pre;
}

.home_ad_img{
	margin-top: 5px;
}

.home_ad_a{
	font-size: 10px;
	padding-top: 10px;
        padding-bottom: 10px;
}
/* 脱毛器広告 */

/* 脱毛器その2広告 */
.home_02_ad {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 33px;
	margin-bottom: 35px;
	background: #e3f7fc;
	background-color: #e3f7fc;
	padding-top: 10px;
	border-radius: 5px;
}

.home_02_ad_title{
	font-size: 11px;
	font-weight: bold;
}

.home_02_ad_title:before{
	content: '＼どの家庭用脱毛器を選べば良い？迷ったらコレ／\A（脱毛器ランキング2553日連続1位の「ケノン」）';
	white-space: pre;
}

.home_02_ad_img{
	margin-top: 5px;
}

.home_02_ad_a{
	font-size: 10px;
	padding-top: 10px;
        padding-bottom: 10px;
}
/* 脱毛器その2広告 */





/* ポップアップウインドウ(親権者同意書)↓ */
.pop_up_consent_box{
	display: inline-block;
	z-index: 10000000000000;
}

.pop_up_consent{
	background-color: #efefef;
	box-shadow: 0 0 0 9999px rgba(0, 0, 0, .2);
	display: none;
	/*position: fixed;*/
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 100%;
	height: 100%;
	font-size: 12px;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	z-index: 10000000000000;
}

.netprint_icon_min{
	height: 17px;
	border-radius: 22.5%;
}

.netprint_description {
	margin-top: 7px;
}

/* チェックボックスの初期設定 */
#pop_up_consent_underage{
	display: none;
}

/* チェックされたらポップアップウインドウを開く */
#pop_up_consent_underage:checked + .pop_up_consent{
	display: block;
}

/* ポップアップの内容 */
.pop_up_consent_description{
	margin: 0 auto 20px auto;
	max-width: 600px;
	padding: 8px;
	text-align: left;
	color: #847d76;
}

.pop_up_consent_description h2,
.pop_up_consent_description h3,
.pop_up_consent_description p,
.pop_up_consent_description_ul_table_of_contents{
	user-select:none;
	-webkit-user-select:none;
	-moz-user-select:none;
	-khtml-user-select:none;
	-webkit-user-drag:none;
	-khtml-user-drag:none;
	-ms-user-select: none;
}

.pop_up_consent_description blockquote{
	margin: 0;
	padding: 0;
}

.pop_up_consent_top_img{
	text-align: center;
}

.netprint_icon{
	text-align: center;
	margin-top: 15px;
	margin-bottom: 15px;
}

.netprint_icon img{
	width: 100px;
	border-radius: 22.5%;
}

.ios_up_css{
	width: 14px;
}

.badge {
	text-align: center;
	margin-top: 15px;
	margin-bottom: 15px;
}

.badge p{
	font-size: 10px;
	color: gray;
	text-align: left;
}

.app_badge {
	width: 106px;
	display: inline-block;
	margin: 2px;
}

.google_badge {
	width: 129px;
	display: inline-block;
	margin: 2px;
}

.netprint_description_url_share {
	font-size: 11px;
	text-align: center;
	padding-top: 7px;
	padding-bottom: 7px;
	color: #333;
	background: #f5f5f5;
	background-color: #f5f5f5;
	border: 1px solid #ccc;
	user-select: unset !important;
}

.step_scroll_top {
	font-size: 10px;
	margin-top: 24px;
	text-align: right;
}

span.pdf_link_name {
	margin-right: -4px;
}

/* 閉じるアイコン（右上） */
.pop_up_close_icon{
	position: fixed;
	top: 17px;
	right: 17px;
	color: #ffffff;
	background: gray;
	background-color: gray;
	height: 35px;
	width: 35px;
	border-radius: 50%;
	line-height: 35px;
	font-size: 30px;
	cursor: pointer;
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
	overflow:hidden;
	-webkit-overflow-scrolling: touch;
	z-index: 5;
	opacity: .6;
}

/* 開くボタン */
.pop_up_open{
	margin-top: 13px;
	cursor: pointer;
	display: inline-block;
	color: #0000ee;
	text-decoration: underline;
	font-size: 13px;
}

/* 閉じるボタン */
.pop_up_close{
	display: block;
	background: gray;
	color: #ffffff;
	padding: 20px 0 20px 0;
	cursor: pointer;
	margin: 10px auto;
	width: 80%;
	text-align: center;
}

.pop_up_consent_description_ul_step ul,
.pop_up_consent_description_ul_table_of_contents ul{
	list-style: none;
	padding: 0;
}

.pop_up_consent_description_ul_step ul li {
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 10px;
	border-radius: 10px;
	background: #e6f1fc;
}

.pop_up_consent_description_ul_table_of_contents ul li{
	margin: 7px;
}

.netprint_description cite{
	display: block;
	font-size: 10px;
	text-align: right;
	margin-top: 8px;
}
/* ポップアップウインドウ(親権者同意書)↑ */

/* アンダーライン */
.under_yellow {
	background: linear-gradient(transparent 50%, #f2ff3d 50%);
	background-color: linear-gradient(transparent 50%, #f2ff3d 50%);
}

.img-inline > img {
    display: inline !important;
}

/* 感染対策 */
.kansen{
	display: none;
	border: medium solid red;
	margin-top: 30px;
}

.kansen h2{
	text-align: center;
	font-size: 15px;
}

.kansen i {
	color: red;
}

.kansen blockquote {
	margin: 17px;
}

.kansen cite {
	display: block;
	font-size: 10px;
	text-align: right;
	margin-top: 8px;
}

/* 格言 */
.wise_saying {
	margin-top: 30px;
	box-shadow: 0 0 8px gray;
}

/* アイコンとGMOのBOX */
.icon_gmo_box {
	margin-top: 10px;
	margin-bottom: 10px !important;
	color: #847d76;
}

/* アイコン */
.icon_site_lead_box{
	margin-top: 20px;
	margin-bottom: 20px;
}

.icon_site_lead_box_title {
	text-align: center;
	font-size: 26px;
	font-weight: 700;
	margin-bottom: 5px;
}

.icon_site_lead_box_title:before {
	font-family: 'Font Awesome 5 Free';
	content: '\f0c0';
	color: #139418;
	font-weight: 700;
	padding-right: 5px;
}

.icon_site_lead_box ul{
	list-style: none;
	text-align: center;
	padding: 0;
	margin: 0;
}

.icon_site_lead_box ul li{
	display: inline-block;
	vertical-align: top;
	text-align: center;
	padding: 0 1px;
}

.kosaka_icon_lead,.matsura_icon_lead,.suzuki_icon_lead,.miyo_icon_lead{
	width: 80px;
	height: 80px;
	border-radius: 80px;
	box-shadow: 0 0 2px #333;
	margin-bottom: 5px;
}

.icon_site_lead_name{
	font-weight: bold;
	font-size: 12px;
}

.kosaka_lead_comment_speech {
	font-size: 13px;
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
}

/*GMOシール*/
li.gmo_li_left {
	position: relative;
	width: 100px;
}

.gmo_02{
	max-width: 300px;
	height: 80px;
	background-color: #c1def7;
	margin-left: auto;
	margin-right: auto;
	padding-top: 4px;
	padding-left: 4px;
	padding-bottom: 4px;
	position: relative;
}

.gmo_02_by {
	position: absolute !important;
	bottom: 5px !important;
	left: 38px !important;
	font-size: 10px !important;
}

.gmo_color_top{
	color: #005bac;;
	font-size: 13px !important;
	font-family: cursive !important;
	padding-left: 1px !important;
	font-weight: bold !important;
}

.gmo_02 img{
	padding-top: 0px;
}

.gmo_02 ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.gmo_02 ul li{
	display: inline-block;
	list-style-type: none;
	vertical-align: top;
	margin: 3px !important;
}

.gmo_02_wording {
	text-align: left;
	max-width: 170px;
	font-size: 10.1px !important;
	font-weight: 600;
}

/*セキュアコアシール*/
.securecore_box {
    text-align: center;
	margin: 44px 0;
	line-height: 1.4;
}

.securecore_meta {
	color: #333;
	font-size: 14px;
}

.sc_seal_box input {
    display: none;
}

.sc_seal_box .sc_seal_box_hidden_show {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}

.sc_seal_box input:checked ~ .sc_seal_box_hidden_show {
    padding: 10px 0;
    height: auto;
    opacity: 1;
}


/*スマホアニメーション*/
.mobile_phone_custom{
	margin: -10px 0 !important;
}

.mobile_phone_custom p{
	margin: 0;
}

/*予約マナーのお願い*/
.reservation_etiquette {
	position: relative;
	margin: 15px 0;
	padding: 30px 10px 7px;
	border: solid 2px #db124e;
}

.reservation_etiquette .reservation_etiquette_title {
	position: absolute;
	display: inline-block;
	top: -2px;
	left: -2px;
	padding: 0 9px;
	height: 25px;
	line-height: 27px;
	font-size: 13px;
	background: #db124e;
	color: #fff;
	font-weight: bold;
	font-feature-settings: "palt";
}

.reservation_etiquette p {
	font-size: 12px;
	margin: 0; 
	padding: 0;
	text-align: left;
	line-height: 1.5;
	color: #333;
}

.under_yellow {
	background: linear-gradient(transparent 70%, #fce323 70%);
	font-weight: bold;
}

.reservation_etiquette ol {
	font-size: 13px;
	padding: 3px 5px 3px 19px;
	text-align: left;
	line-height: 1.4;
	margin: 0;
}

.reservation_etiquette ol li {
	margin-bottom: 7px;
}

p.reservation_report {
	font-size: 10px;
	margin: 1px;
	padding: 12px;
	background: #fab4d7;
	background-color: #fab4d7;
	color: #fff;
}

/*マイクロコピー*/
.micro_copy_box {
    position: relative;
    font-size: 10px;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    font-feature-settings: "palt";
}

.micro_copy_box p {
    font-weight: bold;
    margin: 0;
    padding: 0;
    line-height: 1.5;
    font-size: 11px;
    color: red;
}

.micro_copy_box:before {
    position: absolute;
    content: '＼';
    left: -5px;
    bottom: 0;
    font-weight: bold;
    color: red;
}

.micro_copy_box:after {
    position: absolute;
    content: '／';
    right: -5px;
    bottom: 0;
    font-weight: bold;
    color: red;
}

/*カウントダウン*/
.countdown_box {
    margin-top: 4px;
    margin-bottom: 7px;
    color: red;
    font-weight: bold;
}

.countdown_box:before{
    content: '※条件は、予告なく変更・終了する場合があります';
    color: #b5b5b5;
    font-weight: normal;
    font-size: 10px;
}

.countdown_in{
    margin: 10px;
}

.countdown_num{
    font-size: 20px;
    margin: 0 3px;
}

/*バナー広告*/
span.banner_ads{
    display: block;
    margin-bottom: 10px;
}

.banner_ads img[width='0'],
.banner_ads img[width='1'],
.banner_ads img[height='0'],
.banner_ads img[height='1']{
    display: flex;
}

/*オープンチャット↓*/
.line_top_float {/*上部画像↓*/
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100000;
}

@media screen and (min-width: 581px){/*581px以上*/
	.line_top{
		display: none;
	}
}

/*@media screen and (max-width: 580px){
.logo.logo-header.logo-image{
	top: calc(200/1200*100vw) !important;
	}
	
	.hamburger_menu_float{
	top: calc(200/1200*100vw) !important;	
	}
	
	.breadcrumbs{
		margin-top: 70px !important;
	}
}*/

.line_top p{
	margin: 0;
}

.line_top q:before,
.line_top q:after{
	display: none;
}

.line_top a{
	cursor: pointer;
	display: block;
	width: 100%;
	height: 100%;
}

.line_top_w_text{
	position: absolute;
	left: calc(200/1200*100vw);
	bottom: calc(30/1200*100vw);
	font-size: 10px;
	background: #ef9ed7;
	height: 20px;
	line-height: 20px;
	width: 80px;
	text-align: center;
	border-radius: 3px;
	font-feature-settings: 'palt';
}

.line_top_m_text{
	position: absolute;
	left: calc(620/1200*100vw);
	bottom: calc(30/1200*100vw);
	font-size: 10px;
	background: #89a8ff;
	height: 20px;
	line-height: 20px;
	width: 80px;
	text-align: center;
	border-radius: 3px;
	font-feature-settings: 'palt';
}

.line_top_w_text a,
.line_top_m_text a{
	color: #fff !important;
	text-decoration: none;
}

.open_chat_contact_img{
	text-align: center;
}

.open_chat_contact,
.lfm{
text-align: center;
width: 90%;
margin: 50px 0;
margin-right: auto;
margin-left: auto;
}

.open_chat_contact ul,
.lfm ul{
	padding: 0;
}

.open_chat_contact ul li,
.lfm ul li{
	display: inline-block;
	position: relative;
	width: 48%;
}

@media screen and (max-width: 580px){/*580px以下*/
	.open_chat_contact ul li,
	.lfm ul li{
		display: block;
		position: relative;
		width: 100%;
		margin: 7px 0;
	}
}

.open_chat_contact i,
.lfm i{
	position: absolute;
	font-size: 50px;
	top: 37px;
	left: 15px;
	color: #fff;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}

.open_chat_contact_twitter,
.open_chat_contact_line,
.lfm_line{
	width: 100%;
}

.open_chat_contact_line,
.lfm_line{
	
}

.open_chat_contact_twitter:after,
.open_chat_contact_line:after,
.lfm_line:after{
	position: absolute;
	top: 50%;
	right: 7px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	font-family: 'Font Awesome 5 Free';
	content: '\f105';
	font-weight: bold;
	color: #fff;
	font-size: 30px;
	margin-right: 10px;
}

.open_chat_contact_twitter span,
.open_chat_contact_line span,
.lfm_line span{
	display: block;
	padding: 10px 10px 10px 75px;
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	text-align: left !important;
	font-feature-settings: 'palt';
}

.open_chat_contact_twitter a{
	display: block;
	background: #1da1f2;
	background-color: #1da1f2;
	text-decoration: none;
}

.open_chat_contact_line a,
.lfm_line a{
	display: block;
	background: #00c300;
	background-color: #00c300;
	text-decoration: none;
}

.pr {
	margin-bottom: 5px;
	padding: 3px;
	text-align: center;
	width: 30px;
	color: gray;
	border: 1px solid gray;
	font-size: 10px;
	margin-left: auto;
}