@charset "utf-8";
/* CSS Document */

body {
    font-family: 'Noto Sans', "Noto Sans Japanese", sans-serif;
    word-break: break-all;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    margin: 0;
}

#header,
#mainbox {
    width: 1000px;
    margin: 0 auto;
    line-height: 1.5;
    letter-spacing: 0.075em;
}

#header {
    padding-top: 25px;
    margin-bottom: 30px;
    font-size: 0.95em;
    letter-spacing: 0.17em;
}

#header1 {
    margin-bottom: 6px;
    text-align: center;
    font-size: 0;
}

#header1 img {
    width: 166px;
}

.mbrc {
    text-align: center;
    margin-top: 0;
    margin-bottom: 40px;
    font-family: serif;
    font-size: 22px;
    color: #000000;
}

#header2 {
    position: relative;
}

#gnav > li {
    float: left;
    /*    margin-right: 37px;*/
    margin-right: 33px;
}

#gnav > li:last-child {
    margin-right: 0;
}


.gnav2 {
    visibility: hidden;
    position: absolute;
    top: 28px;
    opacity: 0.9;
    z-index: 5000;
    transition: .5s;
}

.gnav_parent:hover .gnav2 {
    visibility: visible;
}

.gnav2 > li {
    float: left;
    margin-left: 30px;
}

.gnav2 > li:first-child {
    margin-left: 1em;
}

.gnav2 a {
    display: block;
}

#mainbox > section {
    margin-bottom: 70px;
}

h1 {
    margin-bottom: 50px;
    text-align: center;
    font-size: 1.43em;
    line-height: 1.2;
    letter-spacing: 0.1em;
}

h1:after {
    content: url(../img/under_bar.svg);
    display: block;
}

h2 {
    position: relative;
    margin-bottom: 20px;
    padding-left: 13px;
    font-weight: normal;
    font-size: 1.15em;
}

h2:before {
    position: absolute;
    top: -1px;
    left: 0;
    content: "";
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

h2 > span {
    position: relative;
}

.shop_name {
    position: absolute;
    top: -27px;
    left: -11px;
    width: 100px;
    text-align: center;
    font-size: 0.89em;
    font-style: italic;
    letter-spacing: 0.1em;
}

.shop_name:after {
    content: url(../img/mark_shop_index.png);
    display: block;
    margin-top: -23px;
}

#content p {
    font-size: 0.87em;
}

#pager {
    width: 100%;
    margin-top: 50px;
}

#pager > p {
    margin: 0;
}

p#next {
    float: left;
}

p#prev {
    float: right;
}

#page_top {
    position: fixed;
    right: 10px;
    bottom: 0;
    display: none;
    font-size: 0;
}


#footer {
    padding-top: 30px;
    text-align: center;
    font-size: 0.68em;
}



/*************    INDEX     ************/

#slider {
    margin-bottom: 70px;
    text-align: center;
}

.bx-wrapper img {
    width: 100%;
}

.bx-viewport {
    max-height: 650px;
}


#topics1 > li {
    position: relative;
    float: left;
    width: 180px;
    height: 245px;
    margin-right: 25px;
}

#topics1 > li:last-child {
    margin-right: 0;
}

.topics_img {
    height: 180px;
    background-size: cover;
    background-position: center center;
}

.topics_title {
    height: 38px;
    margin-top: 10px;
    font-weight: bold;
    line-height: 1.3;
    font-size: 0.81em;
}

.topics_date {
    float: right;
    color: #4D4D4D;
    font-size: 0.65em;
}

.more {
    width: 80px;
    height: 30px;
    margin: 40px auto 0;
    padding-top: 6px;
    text-align: center;
    font-size: 0.87em;
    border-radius: 16px;
    background-color: #333333;
    color: #FFF;
}

#hairstyle {
    margin-bottom: 44px !important;
}

#hairstyle1 > li {
    float: left;
    width: 316px;
    height: 316px;
    margin-right: 26px;
    margin-bottom: 26px;
    background-size: cover;
    background-position: center center;
}

#hairstyle1 > li:nth-child(3n) {
    margin-right: 0;
}

#hairstyle1 > li > a {
    display: block;
    height: 100%;
}

#latest,
#price_left {
    float: left;
    width: 470px;
}

#latest > h2:before,
#blog_title:before,
.price_title:before {
    background-color: rgba(109, 121, 115, 0.8);
}

#popular,
#price_right {
    float: right;
    width: 470px;
}

#popular > h2:before {
    background-color: rgba(231, 186, 160, 0.9);
}


#blog table,
#price table {
    width: 457px;
    margin-top: -12px;
    margin-left: 13px;
}

#blog table tr > *,
#price table tr > * {
    padding-top: 15px;
    padding-bottom: 3px;
    border-bottom: 1px dotted #CCCCCC;
}

#blog table th {
    text-align: left;
    font-size: 0.81em;
}

#blog table td {
    text-align: right;
    font-style: italic;
    font-size: 0.75em;
}

.blog_date {
    width: 95px;
}

.blog_title {
    padding-left: 30px;
}


/*************    404     ************/

#error {
    padding-top: 50px;
    line-height: 1.7;
}

#error > h3 {
    font-size: 1.1em;
    margin-bottom: 15px;
}

#error > p {
    margin: 0;
    font-size: 0.87em;
}

#error_msg {
    font-size: 1.15em;
    color: rgba(109, 121, 115, 1);
}


/*************    SNSnav     ************/
.sns_nav {
    position: fixed;
    right: 0;
    top: 1rem;
    z-index: 99;
}

.sns_nav_list {
    text-align: right;
}

.sns_nav_list_item {
    transition: 0.3s all;
}

.sns_nav_list_item:hover {
    opacity: 0.7;
}


/*************    pcsp切り替え     ************/
.pc_only {
    display: block;
}

.sp_only {
    display: none;
}

@media screen and (max-width:375px) {

    #header {
        width: 98%;
    }


    #mainbox {
        width: 98%;
        padding-top: 80px;
    }

    #header {
        position: fixed;
        width: 88%;
        z-index: 5000000;
        padding-top: 9px;
    }

    #header1 {
        position: fixed;
        left: 50%;
        left: 50%;
        -ms-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    #header1 img {
        width: auto;
        height: 30px;
    }

    .mbrc {
        display: none;
    }

    .gnav2 {
        visibility: visible;
        position: static;
        opacity: 0.9;
    }

    .gnav2 > li {
        margin-left: 0 !important;
        padding-left: 0;
        padding-bottom: 0;
    }


    h1 {
        margin-bottom: 30px;
        font-size: 1.35em;
    }

    .shop_name {
        left: 0;
    }

    /*************    INDEX     ************/

    #slider {
        padding-top: 50px;
        margin-bottom: -70px;
    }

    #topics1 > li {
        width: 49%;
        margin-right: 2%;
        margin-bottom: 25px;
    }

    #topics1 > li:nth-child(2n) {
        margin-right: 0;
    }

    #topics1 > li:last-child {
        margin-bottom: 0;
    }

    .more {
        margin: 25px auto 0;
    }

    #hairstyle1 > li {
        width: 49%;
        height: 170px;
        margin-right: 2%;
        margin-bottom: 6px;
    }

    #hairstyle1 > li:nth-child(3n) {
        margin-right: 2%;
    }

    #hairstyle1 > li:nth-child(2n) {
        margin-right: 0;
    }

    #hairstyle1 > li:last-child {
        margin-bottom: 26px;
    }

    #latest,
    #popular,
    #price_left,
    #price_right {
        float: none;
        width: 100%;
    }

    #blog table,
    #price table {
        width: 98%;
        margin: -12px auto 30px;
    }

    #popular table,
    #price_right table:last-child {
        margin-bottom: 0;
    }

    #blog table th {
        font-size: 0.75em;
    }

    .blog_date {
        width: 24%;
    }

    .blog_title {
        padding-left: 3%;
    }

    /*************    pcsp切り替え     ************/
    .pc_only {
        display: none;
    }

    .sp_only {
        display: block;
    }


}
