@charset "UTF-8";
/*--------------------------------------------------------------------------
reset
---------------------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css?family=Noto+Serif+JP&subset=japanese");

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    text-align: left;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    font-weight: normal;
    vertical-align: top;
    background: transparent;
}

 *:not(input):not(textarea):not(select),
input[type=image],
input[type=file],
input[type=submit],
input[type=button],
input[type=reset] {
-webkit-user-select: none;
}  

body {
    line-height: 1;
    -webkit-text-size-adjust: 100%;
}

ol,
ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

:focus {
    outline: 0;
}

a {
    text-decoration: none;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

/* ピンク */
/* ピンクベージュ */
/* グレー 1 */
/* ブルー */
/* グレー 2 */
/* グレー 3 */
/* ペールピンク */
/* 赤字 */
/* 薄ピンク */
/* 濃いピンク */
/*オレンジ*/
/*グリーン*/
/*ブルー*/
/*黄緑*/
/*--------------------------------------------------------------------------
base
---------------------------------------------------------------------------*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    text-align: left;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: top;
    background: transparent;
}

body {
    line-height: 1;
    -webkit-text-size-adjust: 100%;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

:focus {
    outline: 0;
}

a {
    text-decoration: none;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
    color: #333333;
}

/*--------------------------------------------------------------------------
REGULATION
---------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------
COMMON
---------------------------------------------------------------------------*/
.__sp {
    display: block;
}

.__pc {
    display: none;
}

html,
body {
    height: 100%;
}

html {
    overflow-x: hidden;
    overflow-x: auto;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    font-size: 10px;
    word-break: break-all;
}

body {
    position: relative;
    line-height: 1;
    font-size: 1.4rem;
}

body {
    transition: all 1s;
}

body.body-fadeout {
    opacity: 0;
}

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

.wrap {
    width: 100%;
    padding: 0 2.34375%;
}

a {
    color: #333333;
}

.serif {
    font-family: "Noto Serif JP", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "游明朝体", "Yu Mincho", YuMincho, serif;
}

.__btn {
    width: 100%;
    display: inline-block;
}

.__btn a {
    display: inline-block;
    background: #e70149;
    border: 1px solid #e70149;
    padding: 16px 0 14px;
    border-radius: 50px;
    text-align: center;
    text-indent: -1em;
    letter-spacing: 0.05em;
}

.__btn a span {
    font-size: 1.4rem;
    color: #ffffff;
    position: relative;
}

.__btn a span::after {
    position: absolute;
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    border-right: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    transform: rotate(-45deg);
    top: 50%;
    margin-top: -3px;
    right: -10px;
}

#header {
    height: 60px;
    position: fixed;
    width: 100%;
    background: #ffffff;
    left: 0;
    top: 0;
    z-index: 1000;
    border-bottom: 1px solid #dddddd;
}

#header .header_area .header_area_inner {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: space-between;
}

#header .header_area .sitelogo {
    position: absolute;
    top: 14px;
    width: 40%;
    max-width: 190px;
    margin-left: 3.2%;
}

#header .header_area .sitelogo span {
    font-size: 10px;
    letter-spacing: -0.12em;
    color: #545989;
}

@media (max-width: 374px) {
    #header .header_area .sitelogo span {
        font-size: 10px;
        letter-spacing: -0.25em;
    }
}

#header .header_area .sitelogo a {
    display: inline-block;
}

#header .header_area .header_btn_area {
    position: absolute;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    right: 60px;
    /*.btn_menu.open*/
}

#header .header_area .header_btn_area .btn_cart {
    /* 55th logo　一時コメントアウト */
    /* width: 60px; */
    width: 55px;
    height: 60px;
}

#header .header_area .header_btn_area .btn_cart a {
    display: block;
    /* 55th logo　一時コメントアウト */
    /* width: 60px; */
    width: 55px;
    height: 60px;
    background: url("../img_aw/shared/btn_cart.png") no-repeat;
    background-size: cover;
}

#header .header_area .header_btn_area .btn_shop {
    /* 55th logo　一時コメントアウト */
    /* width: 60px; */
    width: 55px;
    height: 60px;
}

#header .header_area .header_btn_area .btn_shop a {
    display: block;
    /* 55th logo　一時コメントアウト */
    /* width: 60px; */
    width: 55px;
    height: 60px;
    background: url("../img_aw/shared/btn_shopsearch.png") no-repeat;
    background-size: cover;
}

#header .header_area .header_btn_area .btn_menu {
    position: fixed;
    width: 60px;
    height: 60px;
    top: 0;
    right: 0;
    background: #e70149;
    cursor: pointer;
}

#header .header_area .header_btn_area .btn_menu::before,
#header .header_area .header_btn_area .btn_menu::after {
    display: block;
    width: 23px;
    height: 2px;
    background: #ffffff;
    left: 0;
    right: 0;
    content: '';
    position: absolute;
    margin: auto;
    transition: .3s;
    -webkit-transition: .3s;
}

#header .header_area .header_btn_area .btn_menu::before {
    top: 14px;
}

#header .header_area .header_btn_area .btn_menu::after {
    top: 28px;
}

#header .header_area .header_btn_area .btn_menu span.line {
    display: block;
    width: 23px;
    height: 2px;
    background: #ffffff;
    top: 21px;
    left: 0;
    right: 0;
    content: '';
    position: absolute;
    margin: auto;
}

#header .header_area .header_btn_area .btn_menu span.txt {
    position: absolute;
    display: block;
    width: 60px;
    height: auto;
    width: 60px;
    height: 10px;
    bottom: 12px;
    left: 0;
    text-align: center;
}

#header .header_area .header_btn_area .btn_menu span.txt::after {
    position: absolute;
    content: 'MENU';
    color: #ffffff;
    font-size: 10px;
    left: 0;
    right: 0;
}

#header .header_area .header_btn_area .btn_menu.open {
    z-index: 9999;
}

#header .header_area .header_btn_area .btn_menu.open::before {
    transform: translateY(9px) rotate(45deg);
    transition: .3s;
    -webkit-transition: .3s;
}

#header .header_area .header_btn_area .btn_menu.open::after {
    top: 14px;
    transform: translateY(9px) rotate(-45deg);
    transition: .3s;
    -webkit-transition: .3s;
}

#header .header_area .header_btn_area .btn_menu.open span.line {
    opacity: 0;
}

#header .header_area .header_btn_area .btn_menu.open span.txt::after {
    content: 'CLOSE';
}

#globalmenu {
    position: relative;
}

#globalmenu .menu_area {
    display: block;
    position: fixed;
    height: 100%;
    background: #fff;
    width: 300px;
    top: 0;
    right: -400px;
    padding: 60px 33px;
    overflow: scroll;
    transition: 0.2s;
    -webkit-transition: 0.2s;
}

#globalmenu.open {
    position: relative;
    display: block;
    top: 0;
    right: 0;
    z-index: 999;
}

#globalmenu.open .menu_area {
    display: block;
    position: fixed;
    height: 100%;
    background: #fff;
    width: 300px;
    top: 0;
    right: 0;
    padding: 60px 33px;
    overflow: scroll;
    z-index: 999;
    transition: 0.2s;
    -webkit-transition: 0.2s;
}

#globalmenu.open #globalmenu_overlay {
    position: fixed;
    display: block;
    content: '';
    width: 100%;
    height: 100vh;
    right: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 10;
}

#globalmenu .menu_block {
    margin: 16px auto;
}

#globalmenu .menu_block>ul {
    padding-bottom: 24px;
}

#globalmenu .menu_block>ul>li>a {
    display: inline-block;
    position: relative;
    padding: 10px 0;
    width: 100%;
    text-indent: 1rem;
}

#globalmenu .menu_block>ul>li>a::before {
    position: absolute;
    content: '';
    display: block;
    width: 4px;
    height: 4px;
    border-right: 1px solid #e70149;
    border-bottom: 1px solid #e70149;
    transform: rotate(-45deg);
    top: 50%;
    margin-top: -2px;
}

#globalmenu .menu_block>ul:nth-of-type(n+2) {
    padding-top: 24px;
    border-top: 1px solid #dddddd;
}

#globalmenu .menu_block>ul>li>ul.child li a {
    display: inline-block;
    position: relative;
    padding: 10px 0;
    width: 100%;
    text-indent: 1rem;
    margin-left: 1.5rem;
}

#globalmenu .menu_block>ul>li>ul.child li a::before {
    position: absolute;
    content: '';
    display: block;
    width: 6px;
    height: 1px;
    background: #e70149;
    top: 50%;
    left: -1px;
    margin-top: -1px;
}

#globalmenu .menu_block>ul.multiple>li>a {
    display: inline-block;
    position: relative;
    padding: 10px 0;
    width: 100%;
    text-indent: 1rem;
    line-height: 1.6;
}

#globalmenu .menu_block>ul.multiple>li>a::before {
    position: absolute;
    content: '';
    display: block;
    width: 4px;
    height: 4px;
    border-right: 1px solid #e70149;
    border-bottom: 1px solid #e70149;
    transform: rotate(-45deg);
    top: 20px;
    margin-top: -2px;
}

#globalmenu .menu_block>ul.multiple>li>a span {
    display: inline-block;
}

#globalmenu .link_brand_block {
    width: 100%;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-wrap: wrap;
}

#globalmenu .link_brand_block>div {
    width: 50%;
}

#main {
    padding: 60px 0 54px;
    display: block;
    width: 100%;
    overflow: hidden;
}

#main .breadcrumb {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-wrap: wrap;
    padding: 12px 2.34375%;
}

#main .breadcrumb p {
    font-size: 1.2rem;
    color: #666666;
}

#main .breadcrumb p a {
    position: relative;
    margin-right: 16px;
    font-size: 1.2rem;
    color: #666666;
}

#main .breadcrumb p a::before,
#main .breadcrumb p a::after {
    display: block;
    content: '';
    position: absolute;
    width: 7px;
    height: 1px;
    background: #666666;
    top: 50%;
    right: -13px;
}

#main .breadcrumb p a::before {
    transform: rotate(35deg);
    -webkit-transform: rotate(35deg);
    margin-top: -3px;
}

#main .breadcrumb p a::after {
    transform: rotate(145deg);
    -webkit-transform: rotate(145deg);
    margin-top: 1px;
}

#main #ttl {
    width: 100%;
}

#main #ttl .box01 {
    background-position: center top;
    background-size: contain;
    width: 100%;
    padding-top: 62.4%;
}

#main #ttl .box02 {
    width: 100%;
    padding: 0 2.34375%;
}

#main #ttl .box02 .txt_box .inner .txt_area {
    padding: 40px 0 36px;
}

#main #ttl .box02 .txt_box .inner .txt_area h2 {
    font-size: 2.5rem;
    text-align: center;
}

#main #ttl .box02 .txt_box .inner .txt_area h2 span {
    color: #e70149;
    font-size: 1.3rem;
    display: block;
    text-align: center;
    margin-top: 8px;
}

#main #ttl .box02 .txt_box .inner .txt_area h3 {
    font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
    font-size: 1.4rem;
    line-height: 1.38462;
    margin-top: 20px;
    color: #333333;
    text-align: center;
}

#pagetop {
    width: 100%;
    height: 40px;
    background: #eb497b;
    display: block;
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 100;
}

#pagetop::before {
    position: absolute;
    width: 11px;
    height: 11px;
    border-right: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    display: block;
    content: '';
    transform: rotate(-135deg);
    top: 18px;
    right: 50%;
    margin-right: -6px;
}

#footer .ft_upper #consultation {
    padding: 46px 0;
    border-top: 1px solid #dddddd;
}

#footer .ft_upper #consultation h3 {
    font-family: "Noto Serif JP", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "游明朝体", "Yu Mincho", YuMincho, serif;
    font-size: 1.5rem;
    text-align: center;
    line-height: 1.4;
}

#footer .ft_upper #consultation .__btn {
    width: 100%;
    text-align: center;
    margin-top: 24px;
}

#footer .ft_upper #consultation .__btn:nth-of-type(n+2) {
    margin-top: 12px;
}

#footer .ft_upper #consultation .__btn a {
    width: 52.13675%;
    min-width: 183px;
}

#footer .ft_upper #beauty_banner {
    width: 100%;
    padding: 0 2.34375% 24px;
}

#footer .ft_upper #online_banner {
    width: 100%;
    padding: 0 2.34375% 24px;
}

#footer .ft_upper #odekake_banner {
    width: 100%;
    padding: 0 2.34375% 28px;
}

#footer .ft_lower {
    background: #f5f5f5;
    padding-top: 36px;
}

#footer .ft_lower a {
    color: #666666;
}

#footer .contact {
    background: #ffffff;
    width: 82.66667%;
    margin: 0 auto;
    padding: 34px 0;
}

#footer .contact h2 {
    font-size: 1.6rem;
    text-align: center;
    margin-bottom: 26px;
}

#footer .contact p.tel {
    font-size: 3.6rem;
    text-align: center;
    text-indent: 20px;
}

#footer .contact p.tel span {
    font-size: 2.4rem;
    vertical-align: baseline;
    position: relative;
}

#footer .contact p.tel span::before {
    position: absolute;
    display: block;
    content: '';
    width: 30px;
    height: 20px;
    background: url("../img_aw/shared/ico_free_dial.png") no-repeat;
    background-size: contain;
    bottom: 4px;
    margin-top: -10px;
    left: -32px;
}

#footer .contact .hours {
    width: 80%;
    width: 70%;
    margin: 24px auto 0;
}

#footer .contact .hours p {
    text-align: center;
    font-size: 1.5rem;
    line-height: 1.33333;
    display: flex;
    justify-content: space-around;
}

#footer .contact .attention {
    text-align: center;
    margin-top: 8px;
    font-size: 13px;
}

#footer .contact .contact__btn {
    margin-top: 18px;
    text-align: center;
}

#footer .contact .contact__btn a {
    width: 200px;
}

#footer .ft_sp_links {
    margin-top: 50px;
}

#footer .ft_sp_links ul {
    width: 100%;
    display: flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
    border-top: 1px solid #dddddd;
}

#footer .ft_sp_links ul li {
    display: flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
    width: 50%;
    box-sizing: border-box;
}

#footer .ft_sp_links ul li.w100 {
    width: 100%;
}

#footer .ft_sp_links ul li a {
    font-size: 11px;
    width: 100%;
    display: flex;
    display: -ms-flexbox;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    height: 42px;
    line-height: 1.3;
    border-bottom: 1px solid #dddddd;
    padding-left: 18px;
    position: relative;
}

#footer .ft_sp_links ul li a::before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -3px;
    left: 10px;
    background: #e70149;
    width: 4px;
    height: 4px;
    border-radius: 50%;
}

#footer .ft_banner {
    /*width: 82.66667%;*/
	width:40%;
    margin: 40px auto 0;
}

#footer .ft_banner ul li:not(:first-of-type) {
    margin-top: 12px;
}

#footer .ft_banner ul li a {
    display: block;
}

#footer .ft_sns {
    margin-top: 44px;
}

#footer .ft_sns h2 {
    font-size: 1.3rem;
    font-weight: bold;
    text-align: center;
}

#footer .ft_sns ul.ico_sns {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}

#footer .ft_sns ul.ico_sns li {
    width: 36px;
    margin: 0 13px;
}

#footer .ft_sns ul.ico_sns li a {
    display: inline-block;
}

#footer .ft_logo {
    margin-top: 60px;
    padding: 24px 0;
    border-top: 1px solid #dddddd;
    display: flex;
    justify-content: center;
}

#footer .ft_logo ul {
    display: flex;
    width: 78.66667%;
}

#footer .ft_links ul {
    width: 100%;
    display: table;
}

#footer .ft_links ul:first-of-type {
    border-top: 1px solid #dddddd;
}

#footer .ft_links ul:first-of-type li:last-child a {
    border-bottom: 1px solid #dddddd;
}

#footer .ft_links ul li {
    display: table-cell;
    width: 50%;
    float: left;
    box-sizing: border-box;
}

#footer .ft_links ul li a {
    font-size: 1rem;
    width: 100%;
    display: block;
    height: 32px;
    line-height: 32px;
    border-bottom: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    padding-left: 6px;
}

#footer .ft_links ul li:nth-child(2n+1) {
    clear: both;
}

#footer .ft_links ul li:nth-child(2n) a {
    border-right: 0;
}

#footer .copyright {
    display: inline-block;
    text-align: center;
    width: 100%;
    padding: 8px 0 60px;
    background: #ffffff;
}

#footer .copyright .p-policy {
    display: flex;
    display: -ms-flexbox;
    align-items: center;
    justify-content: center;
    -ms-flex-pack: center;
    margin-bottom: 20px;
}

#footer .copyright .p-policy .p-img {
    width: 42px;
}

#footer .copyright .p-policy p {
    font-size: 10px;
    line-height: 1.25;
    padding-left: 8px;
}

#footer .copyright small {
    font-size: 1rem;
    display: inline-block;
    text-align: center;
    width: 100%;
}

#modal-top .modal-content {
    padding: 5%;
    z-index: 2100;
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(102, 102, 102, 0.3);
    display: flex;
    justify-content: center;
    align-items: center;
}

#modal-top .modal-content .img-filter {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
}

#modal-top .modal-content .img-filter .close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2500;
    font-size: 50px;
    cursor: pointer;
}

@media print,
screen and (min-width: 769px) {

    html,
    body {
        min-width: 1024px;
    }

    .__sp {
        display: none;
    }

    .__pc {
        display: block;
    }

    a {
        transition: .3s;
        -webkit-transition: .3s;
    }

    a:hover {
        transition: .3s;
        -webkit-transition: .3s;
        opacity: .8;
    }

    .__btn {
        display: inline-block;
    }

    .__btn a {
        display: inline-block;
        background: #ffffff;
        border: 1px solid #e70149;
        padding: 16px;
        border-radius: 50px;
        text-align: center;
        text-indent: -1em;
        letter-spacing: 0.05em;
        transition: .6s;
        -webkit-transition: .6s;
    }

    .__btn a span {
        font-size: 1.4rem;
        color: #e70149;
        position: relative;
        transition: .6s;
        -webkit-transition: .6s;
    }

    .__btn a span::after {
        position: absolute;
        content: '';
        display: block;
        width: 6px;
        height: 6px;
        border-right: 1px solid #e70149;
        border-bottom: 1px solid #e70149;
        transform: rotate(-45deg);
        top: 50%;
        margin-top: -3px;
        right: -10px;
        transition: .6s;
        -webkit-transition: .6s;
    }

    .__btn a:hover {
        background: #e70149;
        border: 1px solid #e70149;
        transition: .3s;
        -webkit-transition: .3s;
        opacity: 1;
    }

    .__btn a:hover span {
        color: #ffffff;
        transition: .3s;
        -webkit-transition: .3s;
    }

    .__btn a:hover span::after {
        border-right: 1px solid #ffffff;
        border-bottom: 1px solid #ffffff;
        transition: .3s;
        -webkit-transition: .3s;
    }

    #header {
        height: 80px;
        position: fixed;
        width: 100%;
        background: #ffffff;
        left: 0;
        top: 0;
        z-index: 1000;
    }

    #header .header_area .header_area_inner {
        display: flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        justify-content: space-between;
    }

    #header .header_area .sitelogo {
        position: absolute;
        top: 12px;
        width: 206px;
        max-width: 206px;
        margin-left: 24px;
    }

    #header .header_area .sitelogo span {
        font-size: 12px;
        letter-spacing: 0;
        color: #545989;
    }

    #header .header_area .sitelogo a {
        display: inline-block;
        width: 206px;
        max-width: 206px;
        padding-top: 8px;
    }

    #header .header_area .header_btn_area {
        position: absolute;
        display: flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        right: 80px;
        /*.btn_menu.open*/
    }

    #header .header_area .header_btn_area .btn_cart {
        width: 80px;
        height: 80px;
    }

    #header .header_area .header_btn_area .btn_cart a {
        display: block;
        width: 80px;
        height: 80px;
        background: url("../img_aw/shared/btn_cart.png") no-repeat;
        background-size: cover;
        background-position: 0 0;
        transition: 0s;
        -webkit-transition: 0s;
    }

    #header .header_area .header_btn_area .btn_cart a:hover {
        background-position: 0 -80px;
        transition: 0s;
        -webkit-transition: 0s;
    }

    #header .header_area .header_btn_area .btn_shop {
        width: 80px;
        height: 80px;
    }

    #header .header_area .header_btn_area .btn_shop a {
        display: block;
        width: 80px;
        height: 80px;
        background: url("../img_aw/shared/btn_shopsearch.png") no-repeat;
        background-size: cover;
        background-position: 0 0;
        transition: 0s;
        -webkit-transition: 0s;
    }

    #header .header_area .header_btn_area .btn_shop a:hover {
        background-position: 0 -80px;
        transition: 0s;
        -webkit-transition: 0s;
    }

    #header .header_area .header_btn_area .btn_menu {
        position: fixed;
        width: 80px;
        height: 80px;
        top: 0;
        right: 0;
        background: #e70149;
        cursor: pointer;
    }

    #header .header_area .header_btn_area .btn_menu::before,
    #header .header_area .header_btn_area .btn_menu::after {
        display: block;
        width: 30px;
        height: 2px;
        background: #ffffff;
        left: 0;
        right: 0;
        content: '';
        position: absolute;
        margin: auto;
        transition: .3s;
        -webkit-transition: .3s;
    }

    #header .header_area .header_btn_area .btn_menu::before {
        top: 19px;
    }

    #header .header_area .header_btn_area .btn_menu::after {
        top: 39px;
    }

    #header .header_area .header_btn_area .btn_menu span.line {
        display: block;
        width: 30px;
        height: 2px;
        background: #ffffff;
        top: 29px;
        left: 0;
        right: 0;
        content: '';
        position: absolute;
        margin: auto;
    }

    #header .header_area .header_btn_area .btn_menu span.txt {
        position: absolute;
        display: block;
        width: 80px;
        height: auto;
        width: 80px;
        height: 10px;
        bottom: 18px;
        left: 0;
        text-align: center;
    }

    #header .header_area .header_btn_area .btn_menu span.txt::after {
        position: absolute;
        content: 'MENU';
        color: #ffffff;
        font-size: 14px;
        left: 0;
        right: 0;
    }

    #header .header_area .header_btn_area .btn_menu.open {
        z-index: 9999;
    }

    #header .header_area .header_btn_area .btn_menu.open::before {
        transform: translateY(9px) rotate(45deg);
        transition: .3s;
        -webkit-transition: .3s;
    }

    #header .header_area .header_btn_area .btn_menu.open::after {
        top: 19px;
        transform: translateY(9px) rotate(-45deg);
        transition: .3s;
        -webkit-transition: .3s;
    }

    #header .header_area .header_btn_area .btn_menu.open span.line {
        opacity: 0;
    }

    #header .header_area .header_btn_area .btn_menu.open span.txt::after {
        content: 'CLOSE';
    }

    #globalmenu {
        position: relative;
    }

    #globalmenu .menu_area {
        display: block;
        position: fixed;
        height: 100%;
        background: #fff;
        width: 400px;
        top: 0;
        right: -400px;
        padding: 80px 33px;
        overflow: scroll;
        transition: 0.2s;
        -webkit-transition: 0.2s;
    }

    #globalmenu .menu_area::-webkit-scrollbar {
        display: none;
    }

    #globalmenu.open {
        position: fixed;
        display: block;
        z-index: 999;
    }

    #globalmenu.open .menu_area {
        display: block;
        position: fixed;
        height: 100%;
        background: #fff;
        width: 400px;
        top: 0;
        right: 0;
        padding: 80px 33px;
        overflow: scroll;
        z-index: 999;
        transition: 0.2s;
        -webkit-transition: 0.2s;
    }

    #globalmenu.open #globalmenu_overlay {
        position: fixed;
        display: block;
        content: '';
        width: 100%;
        height: 100vh;
        right: 0;
        top: 0;
        background: rgba(0, 0, 0, 0.5);
        z-index: 10;
    }

    #globalmenu .menu_block {
        margin: 16px auto;
    }

    #globalmenu .menu_block>ul {
        padding-bottom: 24px;
    }

    #globalmenu .menu_block>ul>li>a {
        display: inline-block;
        position: relative;
        padding: 11px 0;
        width: 100%;
        text-indent: 1rem;
        font-size: 16px;
    }

    #globalmenu .menu_block>ul>li>a::before {
        position: absolute;
        content: '';
        display: block;
        width: 4px;
        height: 4px;
        border-right: 1px solid #e70149;
        border-bottom: 1px solid #e70149;
        transform: rotate(-45deg);
        top: 50%;
        margin-top: -3px;
    }

    #globalmenu .menu_block>ul:nth-of-type(n+2) {
        padding-top: 24px;
        border-top: 1px solid #dddddd;
    }

    #globalmenu .menu_block>ul>li>ul.child li a {
        display: inline-block;
        position: relative;
        padding: 11px 0;
        width: 100%;
        text-indent: 1rem;
        font-size: 16px;
        margin-left: 1.5rem;
    }

    #globalmenu .menu_block>ul>li>ul.child li a::before {
        position: absolute;
        content: '';
        display: block;
        width: 8px;
        height: 1px;
        background: #e70149;
        top: 50%;
        left: -3px;
        margin-top: -1px;
    }

    #globalmenu .link_brand_block {
        width: 100%;
        display: flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        flex-wrap: wrap;
    }

    #globalmenu .link_brand_block>div {
        width: 50%;
    }

    #main {
        padding: 80px 0 120px;
        display: block;
        width: 100%;
        overflow: hidden;
    }

    #main .breadcrumb {
        position: absolute;
        display: flex;
        display: -ms-flexbox;
        display: -webkit-flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 12px 24px;
    }

    #main .breadcrumb p {
        font-size: 1.2rem;
        color: #666666;
    }

    #main .breadcrumb p a {
        position: relative;
        margin-right: 18px;
        font-size: 1.2rem;
        color: #666666;
    }

    #main .breadcrumb p a::before,
    #main .breadcrumb p a::after {
        display: block;
        content: '';
        position: absolute;
        width: 7px;
        height: 1px;
        background: #666666;
        top: 50%;
        right: -14px;
    }

    #main .breadcrumb p a::before {
        transform: rotate(35deg);
        -webkit-transform: rotate(35deg);
        margin-top: -3px;
    }

    #main .breadcrumb p a::after {
        transform: rotate(145deg);
        -webkit-transform: rotate(145deg);
        margin-top: 1px;
    }

    #main #ttl {
        width: 100%;
        height: 600px;
        overflow: hidden;
        margin: 0 auto;
        display: flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        flex-direction: row-reverse;
    }

    #main #ttl .box01 {
        width: 50%;
        height: 600px;
    }

    #main #ttl .box02 {
        width: 50%;
        display: block;
        background: #ffffff;
        height: 100%;
        padding: 0;
    }

    #main #ttl .box02 .txt_box {
        width: 100%;
        height: 600px;
        display: flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        justify-content: flex-end;
        align-items: center;
    }

    #main #ttl .box02 .txt_box .inner {
        width: 512px;
    }

    #main #ttl .box02 .txt_box .inner .txt_area {
        width: 440px;
    }

    #main #ttl .box02 .txt_box .inner .txt_area h2 {
        font-size: 4.4rem;
        font-family: "Noto Serif JP", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "游明朝体", "Yu Mincho", YuMincho, serif;
        text-align: left;
    }

    #main #ttl .box02 .txt_box .inner .txt_area h2 span {
        font-size: 1.6rem;
        display: block;
        color: #e70149;
        margin-top: 20px;
        text-align: left;
    }

    #main #ttl .box02 .txt_box .inner .txt_area h3 {
        font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
        font-size: 1.6rem;
        line-height: 1.5;
        margin-top: 56px;
        color: #333333;
        text-align: left;
    }

    #pagetop {
        width: 40px;
        height: 40px;
        background: #e70149;
        opacity: .8;
        display: block;
        position: fixed;
        bottom: 20px;
        right: 32px;
        left: inherit;
        border-radius: 50%;
        cursor: pointer;
    }

    #pagetop::before {
        position: absolute;
        width: 13px;
        height: 13px;
        border-right: 1px solid #ffffff;
        border-bottom: 1px solid #ffffff;
        display: block;
        content: '';
        transform: rotate(-135deg);
        top: 16px;
        right: 50%;
        margin-right: -7px;
    }

    #footer {
        min-width: 1024px;
    }

    #footer .ft_upper #consultation {
        display: flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        justify-content: center;
        flex-wrap: wrap;
        border-top: 1px solid #dddddd;
    }

    #footer .ft_upper #consultation h3 {
        font-family: "Noto Serif JP", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "游明朝体", "Yu Mincho", YuMincho, serif;
        font-size: 2rem;
        text-align: center;
        line-height: 1.4;
        width: 100%;
    }

    #footer .ft_upper #consultation .__btn {
        width: 200px;
        text-align: center;
        margin: 24px 12px;
    }

    #footer .ft_upper #consultation .__btn:nth-of-type(n+2) {
        margin-top: 24px;
    }

    #footer .ft_upper #consultation .__btn a {
        width: 200px;
        min-width: 200px;
    }

    #footer .ft_upper #beauty_banner {
        width: 100%;
        max-width: 1024px;
        margin: 0 auto 18px;
        padding: 0;
    }

    #footer .ft_upper #online_banner {
        width: 100%;
        max-width: 1024px;
        margin: 0 auto 18px;
        padding: 0;
    }

    #footer .ft_upper #odekake_banner {
        width: 100%;
        max-width: 1024px;
        margin: 0 auto 80px;
        padding: 0;
    }

    #footer .ft_lower {
        background: #f5f5f5;
        padding-top: 96px;
    }

    #footer .ft_lower a {
        color: #666666;
    }

    #footer .ft_lower .inner {
        width: 1024px;
        margin: 0 auto;
        display: flex;
        display: -ms-flexbox;
        display: -webkit-flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    #footer .ft_lower .ft_menu {
        width: 680px;
        margin-left: 10px;
        display: flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    #footer .ft_lower .ft_menu>ul {
        width: 190px;
    }

    #footer .ft_lower .ft_menu>ul>li {
        margin-bottom: 20px;
    }

    #footer .ft_lower .ft_menu>ul>li a {
        position: relative;
        font-size: 15px;
    }

    #footer .ft_lower .ft_menu>ul>li a::before {
        content: '';
        width: 4px;
        height: 4px;
        border-radius: 50%;
        background: #e70149;
        display: block;
        position: absolute;
        left: -10px;
        top: 50%;
        margin-top: -2px;
    }

    #footer .ft_lower .ft_menu>ul>li.child {
        text-indent: 10px;
    }

    #footer .ft_lower .ft_menu>ul>li.child a::before {
        content: '';
        width: 6px;
        height: 1px;
        background: #e70149;
        display: block;
        position: absolute;
        left: -10px;
        top: 55%;
    }

    #footer .ft_lower .ft_menu>ul>li.multiple a {
        position: relative;
        font-size: 15px;
    }

    #footer .ft_lower .ft_menu>ul>li.multiple a::before {
        content: '';
        width: 4px;
        height: 4px;
        border-radius: 50%;
        background: #e70149;
        display: block;
        position: absolute;
        left: -10px;
        top: 7px;
        margin-top: 0;
    }

    #footer .ft_lower .ft_menu>ul>li.multiple a span {
        display: block;
    }

    #footer .ft_lower .contact {
        width: 304px;
        background: #ffffff;
        padding: 32px 40px;
        margin: 0;
    }

    #footer .ft_lower .contact h2 {
        font-size: 1.6rem;
        text-align: center;
        margin-bottom: 20px;
    }

    #footer .ft_lower .contact p.tel {
        font-size: 3.6rem;
        text-align: center;
        text-indent: 30px;
    }

    #footer .ft_lower .contact p.tel span {
        font-size: 2.4rem;
        vertical-align: baseline;
        position: relative;
    }

    #footer .ft_lower .contact p.tel span::before {
        position: absolute;
        display: block;
        content: '';
        width: 30px;
        height: 20px;
        background: url("../img_aw/shared/ico_free_dial.png") no-repeat;
        background-size: contain;
        bottom: 4px;
        margin-top: -10px;
        left: -32px;
    }

    #footer .ft_lower .contact .hours {
        width: 80%;
        margin: 16px auto 0;
    }

    #footer .ft_lower .contact .hours p {
        font-size: 1.5rem;
        text-align: center;
        line-height: 1.33333;
    }

    #footer .ft_lower .contact .attention {
        text-align: center;
        margin-top: 8px;
        font-size: 13px;
    }

    #footer .ft_lower .contact .contact__btn {
        margin-top: 22px;
    }

    #footer .ft_lower .contact .contact__btn a {
        width: 100%;
        padding: 12px 16px;
    }

    #footer .ft_lower .ft_banner {
        margin: 50px 0 0;
        width: 624px;
    }

    #footer .ft_lower .ft_banner ul {
        display: flex;
        width: 100%;
    }

    #footer .ft_lower .ft_banner ul li {
        /*width: 48.07692%;*/
		width:40%;
    }

    #footer .ft_lower .ft_banner ul li:not(:first-of-type) {
        margin-top: 0;
        margin-left: 3.84615%;
    }

    #footer .ft_lower .ft_sns {
        width: 304px;
        margin-top: 44px;
    }

    #footer .ft_lower .ft_sns h2 {
        font-size: 1.3rem;
        font-weight: bold;
        text-align: left;
    }

    #footer .ft_lower .ft_sns ul.ico_sns {
        display: flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        align-items: center;
        justify-content: flex-start;
        margin-top: 20px;
    }

    #footer .ft_lower .ft_sns ul.ico_sns li {
        width: 40px;
        margin: 0 13px;
    }

    #footer .ft_lower .ft_sns ul.ico_sns li:first-of-type {
        margin-left: 0;
    }

    #footer .ft_lower .ft_sns ul.ico_sns li a {
        display: inline-block;
    }

    #footer .ft_lower .ft_logo {
        margin-top: 60px;
        padding: 36px 0 0;
        display: flex;
        justify-content: center;
    }

    #footer .ft_lower .ft_logo ul {
        display: flex;
        justify-content: center;
    }

    #footer .ft_lower .ft_logo ul li {
        width: 120px;
        margin-right: 14px;
    }

    #footer .ft_lower .ft_logo ul li a {
        display: block;
    }

    #footer .ft_lower .ft_logo ul li a img {
        width: 100%;
    }

    #footer .ft_lower .ft_logo ul li:last-child {
        margin-right: 0;
    }

    #footer .ft_lower .ft_links {
        width: 100%;
        display: flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        flex-wrap: wrap;
        padding: 32px 0;
    }

    #footer .ft_lower .ft_links ul {
        margin: 0 auto;
        display: flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        flex-wrap: wrap;
        justify-content: center;
        border-top: 0;
        padding: 0;
    }

    #footer .ft_lower .ft_links ul:first-of-type {
        border-top: 0;
        border-bottom: 0;
    }

    #footer .ft_lower .ft_links ul:first-of-type li:last-child a {
        border-bottom: 0;
    }

    #footer .ft_lower .ft_links ul li {
        display: inherit;
        width: auto;
        float: none;
        margin: 5px 0;
        box-sizing: border-box;
    }

    #footer .ft_lower .ft_links ul li a {
        font-size: 13px;
        width: 100%;
        display: block;
        height: auto;
        line-height: 1;
        border-bottom: 0;
        border-right: 0;
        padding: 0 11px;
        position: relative;
    }

    #footer .ft_lower .ft_links ul li a::after {
        position: absolute;
        content: '';
        display: block;
        width: 1px;
        height: 10px;
        background: #888;
        top: 0;
        left: 0;
    }

    #footer .ft_lower .ft_links ul li:first-of-type a {
        border-left: 0;
    }

    #footer .ft_lower .ft_links ul li:first-of-type a::after {
        display: none;
    }

    #footer .ft_lower .ft_links ul li:nth-child(8) {
        border-right: 0;
    }

    #footer .ft_lower .ft_links ul li:nth-child(2n+1) {
        clear: none;
    }

    #footer .ft_lower .ft_links ul li:nth-child(2n) {
        border-right: 0;
    }

    #footer .copyright {
        padding: 0;
    }

    #footer .copyright .inner {
        display: flex;
        display: -ms-flexbox;
        display: -webkit-flex;
        flex-wrap: wrap;
        justify-content: space-between;
        width: 1024px;
        margin: 0 auto;
        padding: 20px 0 18px;
        align-items: center;
    }

    #footer .copyright .inner .p-policy {
        display: flex;
        display: -ms-flexbox;
        align-items: center;
        justify-content: center;
        -ms-flex-pack: center;
        margin-bottom: 0;
    }

    #footer .copyright .inner .p-policy .p-img {
        width: 42px;
    }

    #footer .copyright .inner .p-policy p {
        font-size: 12px;
        line-height: 1.25;
        padding-left: 8px;
    }

    #footer .copyright .inner small {
        font-size: 1.2rem;
        display: inline-block;
        text-align: right;
        width: auto;
    }

    #modal-top .modal-content {
        padding: 5%;
        z-index: 2100;
        width: 100%;
        height: auto;
        position: absolute;
        background-color: rgba(102, 102, 102, 0.3);
        display: flex;
        justify-content: center;
        align-items: center;
    }

    #modal-top .modal-content .img-filter {
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        width: 800px;
    }

    #modal-top .modal-content .img-filter .close {
        position: absolute;
        top: 0;
        right: 0;
        z-index: 2500;
        font-size: 50px;
        cursor: pointer;
    }

    #modal-top .modal-content .img-filter a:hover {
        opacity: 1;
    }
}

#modal-top.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2000;
    overflow-y: scroll;
    justify-content: center;
}

#modal-top img {
    max-width: 100%;
    width: auto;
    height: auto;
}