@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&family=Noto+Serif+JP&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Homemade+Apple&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital@1&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Bodoni+Moda&display=swap");

/*  ----------------------------------------------------------

パララックス用背景

----------------------------------------------------------  */
.bg_wh {
    background-color: #fff;
    z-index: 999999;
}

:root {
    --black: #000000;
    --body: #333333;
    --gray01: #464646;
    --gray02: #707070;
    --white: #fff;
    --grayDivider: #d2d2d2;
    --grayBg: #f2f2f2;
}

/*  ----------------------------------------------------------

index

----------------------------------------------------------  */
.kv {
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.kv > span:first-of-type {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-family: "Cormorant Garamond", serif;
    position: absolute;
    top: 50%;
    left: -3.2%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    font-size: 12px;
    letter-spacing: 0.15em;
    white-space: nowrap;
}

.kv > span:last-of-type {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-family: "Cormorant Garamond", serif;
    position: absolute;
    top: 50%;
    right: -5.2%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    font-size: 12px;
    letter-spacing: 0.15em;
    white-space: nowrap;
}

.kv > span:last-of-type::after {
    content: "";
    background: #333;
    width: 1px;
    height: 200px;
    display: inline-block;
    margin-top: 20px;
    margin-right: 3px;
}

.kv-copy {
    color: #fff;
    font-family: "Cormorant Garamond", serif;
    font-size: 90px;
    position: absolute;
    left: 70px;
    bottom: 75px;
    line-height: 1;
    z-index: 999;
}

.kv-copy span {
    display: block;
    font-style: normal;
    font-size: 24px;
    margin-left: -10px;
}

.slider {
    background: #000;
}

.slider > div {
    height: 800px;
    position: relative;
}

.slider > div::before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
    position: absolute;
    left: 0;
    top: 0;
}

.slider > div > div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    width: 100%;
}

.slider p {
    font-family: "Bodoni Moda", serif;
    color: #fff;
    line-height: 1;
    font-size: 48px;
    position: relative;
    z-index: 99;
    text-align: center;
}

.slide-1 {
    background: url(../img/gazou1.JPG) no-repeat center / cover;
}

.slide-2 {
    background: url(../img/gazou2.JPG) no-repeat center / cover;
}

.slide-3 {
    background: url(../img/gazou3.jpg) no-repeat center / cover;
}


/*
.kv-copy::first-letter {
    font-family: 'Homemade Apple', cursive;
}
*/

.top-intro {
    padding: 80px 0;
    background-color: #fff;
}

.top-news,
.top-feature,
.staff_slider {
    /*padding-bottom: 60px;*/
    padding: 120px 0 60px 0;
    background-color: #fff;
}

.top-product {
    padding: 30px 0;
    background-color: #fff;
}

.top-wrap {
    background: #c1ab96;
    padding: 80px 10%;
}

.swiper-container {
    width: 80%;
}

.top-salon {
    padding-bottom: 120px;
    background-color: #fff;
}

.top-intro {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.top-intro > * {
    width: 45%;
}

.top-intro p {
    font-weight: bold;
    line-height: 2.6;
}

.top-news {
    position: relative;
}

.top-news-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.top-news-inner > * {
    width: 45%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.top-news-inner > *:nth-of-type(1) {
    margin-bottom: 40px;
}

.top-news-inner > * > * {
    width: 45%;
}

.top-news-inner img {
    width: 100%;
}

.top-news-inner dl dt {
    color: #808080;
    font-size: 0.71rem;
    margin-bottom: 10px;
}

.top-news-inner dl dt span {
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro",
        "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    display: block;
    color: #333;
    font-size: 1.14rem;
}

.top-news-inner dl dd {
    font-size: 0.78rem;
}

.top-news .btn {
    font-family: "Cormorant Garamond", serif;
    position: absolute;
    right: 0;
    top: 0;
}

.top-product-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.top-product-inner > * {
    width: 19%;
}

.top-product-inner > *:first-of-type {
    margin-bottom: 0px;
}

.top-product-inner img {
    width: 100%;
    height: auto;
}

.top-product-inner dl dt {
    line-height: 1.6;
    margin: 0px 0 5px 0;
    text-align: left;
    font-size: 0.85rem;
}

.top-product-inner dl dd {
    font-size: 0.85rem;
    color: #808080;
}

.top-product-inner dl dt:nth-of-type(2) {
    line-height: 1;
    margin: 16px 0 35px 0;
    text-align: center;
    font-weight: 300;
}

.top-product-inner dl dt span {
    line-height: 1.6;
    margin: 40px 0 35px 0;
    text-align: center;
    font-size: 0.7rem;
    color: #808080;
    background-color: #fff;
}

.top-product-inner3 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.top-product-inner3 > * {
    width: 17%;
    margin-bottom: 2rem;
}

.top-product-inner3 > *:first-of-type {
    margin-bottom: 0px;
}

.top-product-inner3 img {
    width: 100%;
    height: auto;
    border-radius: 50%;
    margin-bottom: 0.8rem;
}

.top-product-inner3 dl dt {
    line-height: 1.6;
    margin: 0px 0 5px 0;
    text-align: center;
    font-size: 1.3rem;
    font-family: futura, serif;
}

.top-product-inner3 dl dd {
    font-size: 0.85rem;
    color: #808080;
}

.top-product-inner3 dl dt:nth-of-type(2) {
    line-height: 1;
    margin: 16px 0 35px 0;
    text-align: center;
    font-weight: 300;
}

.top-product-inner3 dl dt span {
    line-height: 1.6;
    margin: 40px 0 35px 0;
    text-align: center;
    font-size: 0.7rem;
    color: #808080;
    background-color: #fff;
}

.product-wrapper {
    position: relative;
    display: inline-block;
}

.price-slash {
    position: relative;
    width: 40%;
    height: 0;
    border-top: 2px solid red;
    transform: rotate(-10deg);
    top: 14px;
    margin-left: auto;
    margin-right: auto;
}

.price-slash-mode {
    position: relative;
    width: 40%;
    height: 0;
    border-top: 2px solid red;
    transform: rotate(-10deg);
    top: 14px;
    left: 36px;
    margin-left: auto;
    margin-right: auto;
}

.price-arrow {
    position: relative;
    margin-top: 8px;
}

.price-arrow::before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid black;
    top: -4px;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.top-salon-inner {
    display: flex;
    flex-wrap: wrap;
}

.top-salon-inner img {
    width: 100%;
    height: auto;
}

.top-salon-inner > * {
    width: 31%;
    margin-bottom: 80px;
    margin-right: 3.5%;
}

.top-salon-inner > *:nth-of-type(3n) {
    margin-right: 0;
}

.top-salon-inner dl {
    height: 8rem;
}

.top-salon-inner dl dt {
    line-height: 1;
    margin: 30px 0;
    color: #808080;
    font-family: "Bodoni Moda", serif;
    text-align: center;
    font-size: 1.28rem;
}

.top-salon-inner dl dd {
    font-size: 12px;
    text-align: center;
    font-family: futura, serif;
}

.top-salon-inner dl dd:last-of-type {
    margin-bottom: 25px;
}

.btn-primary {
    padding: 20px !important;
    border-radius: 4px !important;
    font-size: 16px;
}

@media screen and (max-width: 767px) {
    .kv {
        width: 100%;
    }

    .kv > span:first-of-type {
        display: none;
    }

    .kv > span:last-of-type {
        display: none;
    }

    .kv > span:last-of-type::after {
        content: "";
        background: #333;
        width: 1px;
        height: 200px;
        display: inline-block;
        margin-top: 20px;
        margin-right: 3px;
    }

    .kv-copy {
        font-size: 3.42rem;
        left: 20px;
        bottom: 20px;
    }

    .kv-copy span {
        font-size: 24px;
        margin-left: -5px;
    }

    .slider {
        background: #000;
    }

    .slider > div {
        height: 280px;
    }

    .slider p {
        font-size: 32px;
        line-height: 1.4;
    }

    .top-intro {
        padding: 40px 0 0px;
    }

    .top-news,
    .top-product {
        padding-bottom: 30px;
    }

    .top-salon {
        padding-bottom: 1px;
        margin-top: 50px;
    }

    .top-intro {
        display: block;
    }

    .top-intro img {
        object-fit: cover;
        height: 28vh;
    }

    .top-intro > * {
        width: 100%;
    }

    .top-intro > *:first-of-type {
        margin-bottom: 30px;
    }

    .staff_slider {
        padding: 60px 0 10px;
    }

    .top-news-inner {
        display: block;
    }

    .top-news-inner > * {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .top-news-inner > * {
        margin-bottom: 40px;
    }

    .top-news-inner > * > * {
        width: 47%;
    }

    .top-news-inner img {
        width: 100%;
    }

    .top-news-inner dl dt {
        font-size: 0.71rem;
    }

    .top-news-inner dl dt span {
        font-size: 1.14rem;
    }

    .top-news-inner dl dd {
        font-size: 0.78rem;
    }

    .top-news .btn {
        position: relative;
    }

    .top-product-inner {
        display: flex;
        text-align: center;
    }

    .top-product-inner > * {
        width: 100%;
    }

    .top-product-inner div {
        width: 40%;
        position: relative;
        margin: 0 auto;
    }

    .top-product-inner > *:not(:last-of-type) {
        margin-bottom: 60px;
    }

    .top-product-inner img {
        width: 90%;
        height: auto;
    }

    .top-product-inner dl dt {
        font-size: 1.2rem;
        margin-bottom: 1px;
        text-align: left;
    }

    .top-product-inner dl dt:nth-child(2n) {
        position: absolute;
        bottom: -60px;
        width: 100%;
    }

    .top-product-inner dl dd {
        font-size: 0.85rem;
    }

    .top-product-inner3 {
        display: flex;
        text-align: center;
    }

    .top-product-inner3 > * {
        width: 100%;
    }

    .top-product-inner3 div {
        width: 50%;
        position: relative;
        margin: 0 auto;
    }

    .top-product-inner3 > *:not(:last-of-type) {
        margin-bottom: 50px;
    }

    .top-product-inner3 img {
        width: 85%;
        height: 100%;
        border-radius: 50%;
    }

    .top-product-inner3 dl dt {
        font-size: 1.2rem;
        margin-bottom: 1px;
        text-align: center;
    }

    .top-product-inner3 dl dt:nth-child(2n) {
        position: absolute;
        bottom: -60px;
        width: 100%;
    }

    .top-product-inner3 dl dd {
        font-size: 0.85rem;
    }

    .top-salon-inner {
        display: block;
    }

    .top-salon-inner > * {
        width: 100%;
        margin-right: 0;
    }

    .top-salon-inner > *:not(:last-of-type) {
        margin-bottom: 60px;
    }

    .top-salon-inner dl dt {
        font-size: 1.28rem;
    }

    .top-salon-inner dl dd {
        font-size: 0.85rem;
    }

    .top-product-inner2 {
        display: flex;
        text-align: center;
        overflow-y: scroll;
    }

    .top-product- > * {
        flex: auto;
    }

    .top-product-inner2 > *:not(:last-of-type) {
        margin-bottom: 25px;
    }

    .top-product-inner2 img {
        width: 150px;
        height: 150px;
        /*
        width: 200px;
        height: 200px;
*/
        line-height: 200px;
        background-color: green;
        border-radius: 50%;
        color: #fff;
        text-align: center;
        margin: 10px auto;
    }
}

.midasi {
    font-family: "游明朝", "YuMincho", "ヒラギノ明朝 Pro W3",
        "Hiragino Mincho Pro", "Noto Serif JP", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    display: block;
    color: #333;
    font-size: 18px;
    color: #808080;
    line-height: 1.6;
    font-weight: 100;
}

.midasi1 {
    font-family: "游明朝", "YuMincho", "ヒラギノ明朝 Pro W3",
        "Hiragino Mincho Pro", "Noto Serif JP", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.saru {
    font-size: 13px;
    color: #808080;
    line-height: 1;
    font-weight: 200;
}

.fv {
    position: relative;
}

.fv ul {
    position: absolute;
    top: 1rem;
    right: 4rem;
    display: flex;
}

.fv ul li:first-child {
    margin-right: 2rem;
}

.fv ul li {
    width: 1.5rem;
    margin-right: 1rem;
}

@media screen and (max-width: 767px) {
    .fv ul {
        top: 4rem;
        right: 1.5rem;
    }

    .fv ul li:first-child {
        margin-right: 1rem;
    }

    .fv ul li {
        width: 2rem;
    }
}

.fv-copy {
    font-family: "Cormorant Garamond", serif;
    /*    font-style: normal;*/
    letter-spacing: 0.15em;
    width: 240px;
    position: relative;
    color: #000;
}

header .btn {
    font-family: "Cormorant Garamond", serif;
    font-style: normal;
    letter-spacing: 0.15em;
    position: relative;
}

header .btn::after {
    content: "";
    background: url(../img/ico_window1.png);
    background-size: 15px 10px;
    width: 15px;
    height: 10px;
    display: inline-block;
    position: absolute;
    right: 20px;
    top: 11px;
    transition: all 0.3s;
}

header .btn:hover::after {
    content: "";
    background: url(../img/ico_window2.png);
    background-size: 15px 10px;
    width: 15px;
    height: 0px;
    display: inline-block;
    position: absolute;
    right: 20px;
    top: 11px;
}

@media screen and (max-width: 767px) {
    .header .btn {
        width: auto;
        margin: 0 20px;
    }
}

.top-feature {
    width: 70%;
    margin: 0 auto;
    padding-bottom: 5rem;
    margin-top: 4rem;
}

.top-item {
    background:#c1ab96;
    padding: 60px 10%;
}

.top-itemlist {
    background: #c1ab96;
    padding: 70px 0;
}

.top-feature-1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
}

.top-feature-2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 5rem 0;
}

.top-feature-1 > *,
.top-feature-2 > * {
    width: 46%;
}

.top-feature h2::after {
    content: "";
    width: 6rem;
    display: block;
}

.top-feature p,.top-item p {
    line-height: 1.8;
    font-size: 1.1rem;
    margin-bottom: 2rem;
}

@media screen and (max-width: 767px) {
    .top-feature {
        width: 90%;
        padding: 0rem 0;
    }

    .top-feature-1 {
        display: block;
    }

    .top-feature-2 {
        display: block;
        margin: 5rem 0;
    }

    .top-feature-1 > *,
    .top-feature-2 > * {
        width: 100%;
    }

    .top-feature-1 > *:first-of-type,
    .top-feature-2 > *:first-of-type {
        margin-bottom: 3rem;
    }

    .btn2 {
        text-align: center;
        color: #333333;
        line-height: 1;
        display: block;
        width: 150px;
        padding: 10px;
        transition: all 0.3s;
        border: solid 1px #333333;
        padding: 20px;
        margin: 0 auto;
        border-radius: 3px;
        background-color: #fff;
        letter-spacing: 3px;
        font-size: 12px;
    }

    .btn3 {
        text-align: center;
        color: #fff;
        line-height: 1;
        display: block;
        width: 150px;
        padding: 10px;
        transition: all 0.3s;
        padding: 20px;
        margin: 10px auto;
        /*    margin: 0 auto;*/
        border-radius: 3px;
        background-color: #a18649;
        letter-spacing: 3px;
        font-size: 12px;
    }
}

.heading-1 {
    font-size: 32px;
}

.heading2 {
    text-align: center;
    line-height: 1;
    font-family: "Cormorant Garamond", serif;
    font-size: 2rem;
    font-weight: normal;
    letter-spacing: 0.1em;
    margin-bottom: 2rem;
}

.heading2 span {
    text-align: center;
    line-height: 1;
    font-family: "Cormorant Garamond", serif;
    font-size: 1rem;
    font-weight: normal;
    letter-spacing: 0.1em;
}

.footerfont {
    font-family: futura, serif;
    font-size: 17px;
}

.small {
    font-size: 10px;
}

.medium {
    font-size: 18px;
}

.inu {
    font-size: 1.2rem;
    text-align: center;
    font-weight: 900;
}

.kiji {
    font-size: 1rem;
    color: #808080;
    line-height: 1;
    font-weight: 200;
    text-align: center;
}

.momo {
    text-align: center;
}

@media screen and (min-width: 767px) {
    .momo {
        max-width: 900px;
        margin: auto;
        text-align: center;
    }

    .top-product-inner2 {
        display: flex;
        /*        justify-content: space-between;*/
        width: 100%;
        margin: auto;
        overflow-y: scroll;
    }

    .top-product-inner2 > * {
        width: 19%;
    }

    .top-product-inner2 > *:first-of-type {
        margin-bottom: 20px;
    }

    .top-product-inner2 img {
        margin-top: 20px;
        width: 130px;
        height: 130px;
        line-height: 200px;
        background-color: green;
        border-radius: 50%;
        color: #fff;
        text-align: center;
    }

    .btn2,
    .btn3 {
        margin-top: 2rem;
    }
}

@media screen and (max-width: 480px) {
    header .btn {
        font-family: "Cormorant Garamond", serif;
        font-style: normal;
        letter-spacing: 0.15em;

        padding-right: 30px;
        position: relative;
    }

    header .btn::after {
        content: "";
        background: url(../img/ico_window1.png);
        background-size: 15px 10px;
        width: 15px;
        height: 10px;
        display: inline-block;
        position: absolute;
        right: 10px;
        top: 11px;
        transition: all 0.3s;
    }
}

@media screen and (max-width: 767px) {
    .heading-category {
        margin-bottom: 35px;
    }
}

.products-name {
    font-size: 1rem;
    font-weight: 600;
    color: var(--body);
    text-align: center;
    letter-spacing: 0.1rem;
    padding: 8px 0;
}

.products-description {
    font-size: 0.8rem;
    font-weight: 400;
    color: var(--gray02);
    text-align: center;
    line-height: 1.8;
}

/*recomend*/
.recommend::before {
    display: block;
    background: url(../img/img2.jpg) no-repeat center center / cover;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    content: "";
    width: 100%;
    height: 100vh;
}

.recommend-wrap {
    width: 100%;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: center;
}

.recommend-content {
    width: 420px;
    height: 380px;
    background-color: #fff;
    border: solid 4px var(--gray02);
    padding: 48px;
    position: relative;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    margin: 60px 0 150px 0;
}

.recommend-content::before {
    content: "";
    display: block;
    border: solid 4px var(--gray02);
    position: absolute;
    top: 20px;
    right: 20px;
    bottom: 20px;
    left: 20px;
    pointer-events: none;
}

.heading2-recommend-ttl {
    font-size: 1.3rem;
    font-weight: 500;
    color: var(--body);
    text-align: center;
    letter-spacing: 0.1rem;
    line-height: 2rem;
    margin-bottom: 24px;
    font-family: "Cormorant Garamond", serif;
}

.heading2-recommend-ttl-sub {
    display: block;
    font-size: 1rem;
    font-weight: 500;
    color: var(--body);
    text-align: center;
    letter-spacing: 0.1rem;
    line-height: 1;
    margin-bottom: 12px;
    /*recomendここまで*/
}

.container {
    max-width: 1120px;
    margin: 0 auto;
}

/*recomend sp*/

@media screen and (max-width: 767px) {
    .recommend {
        padding: 40px 0;
    }

    .recommend-wrap {
        width: 100%;
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
        justify-content: center;
    }

    .recommend-content {
        width: 90%;
        height: auto;
        background: var(--white);
        border: solid 2px var(--gray02);
        padding: 32px;
        position: relative;
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
        justify-content: center;
        -ms-align-items: center;
        align-items: center;
    }

    .recommend-content::before {
        content: "";
        display: block;
        border: solid 2px var(--gray02);
        position: absolute;
        top: 10px;
        right: 10px;
        bottom: 10px;
        left: 10px;
        pointer-events: none;
    }
}

/*  ----------------------------------------------------------

swiper

----------------------------------------------------------  */
.swiper-wrapper {
    width: 100%;
}

.swiper-slide {
    width: 100%;
    height: 100%;
}

.swiper-slide dl dt {
    font-size: 1rem;
    color: var(--body);
    text-align: center;
    letter-spacing: 0.1rem;
    padding: 8px 0;
    font-family: futura, serif;
}

.swiper-slide dl dd {
    font-size: 0.8rem;
    font-weight: 400;
    color: var(--gray02);
    text-align: center;
    line-height: 1.8;
}

.swiper-wrapper img {
    width: 100%;
    height: auto;
    border-radius: 50%;
}

@media (prefers-reduced-motion: reduce) {

    .sip-slider,
    .swiper-container,
    .swiper-wrapper,
    .swiper-slide,
    .swiper-slide img {
        transition-duration: 100ms !important;
    }
}

/*  ----------------------------------------------------------

category

----------------------------------------------------------  */
.category h2 {
    text-align: center;
}

.category h3 {
    text-align: center;
    font-size: 25px;
    margin-bottom: 40px;
}

.category .btn {
    margin: 0 auto;
}

.category > section:not(:last-of-type) {
    margin-bottom: 40px;
}

.category-inner,
.category-inner2 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.category-inner > *,
.category-inner2 > * {
    width: 19%;
    margin-bottom: 4rem;
    position: relative;
}

/* .category-inner:after,
.category-inner2:after {
  content: "";
  display: block;
  width: 33%;
  height: 0;
} */
.category-inner dl dt,
.category-inner2 dl dt {
    margin: 1rem 0 0 0;
    text-align: center;
    font-family: futura, serif;
    font-size: 1.2rem;
}

.category-inner dl dd,
.category-inner2 dl dd {
    text-align: center;
    font-family: futura, serif;
    font-size: 1.2rem;
}

.category-inner > *::before,
.category-inner2 > *::before {
    background: #fff;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    font-family: "Josefin Sans", serif;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    font-size: 20px;
}

.category-inner img,
.category-inner2 img {
    width: 100%;
    height: auto;
}

.category-inner > *:nth-of-type(1)::before {
    content: "1";
}

.category-inner > *:nth-of-type(2)::before {
    content: "2";
}

.category-inner > *:nth-of-type(3)::before {
    content: "3";
}

.category-inner > *:nth-of-type(4)::before {
    content: "4";
}

.category-inner > *:nth-of-type(5)::before {
    content: "5";
}

.category-inner > *:nth-of-type(6)::before {
    content: "6";
}

.category-inner > *:nth-of-type(7)::before {
    content: "7";
}

.category-inner > *:nth-of-type(8)::before {
    content: "8";
}

.category-inner > *:nth-of-type(9)::before {
    content: "9";
}

.category-inner > *:nth-of-type(10)::before {
    content: "10";
}

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

    .category-inner > *,
    .category-inner2 > * {
        width: 47%;
    }

    .category-inner > *::before,
    .category-inner2 > *::before {
        font-size: 20px;
    }
}

/* スタッフ */
.insta {
    position: absolute;
    right: 0;
    bottom: 32px;
}

/* サイドバーリンク先の位置を調整 */
#searchResult::before,
#salonList::before,
#concept::before,
#product::before {
    content: "";
    display: block;
    height: 9rem;
    margin-top: -9rem;
}

/* 検索結果 */
.search-result {
    padding-bottom: 60px;
}

/* PRODUCT */
/*タブ切り替え全体のスタイル*/
.tabs {
    margin-top: 50px;
    padding-bottom: 40px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    width: 90%;
    margin: 0 auto;
    padding-bottom: 40px;
}

/*タブのスタイル*/
.tab_item {
    width: calc(100% / 3);
    height: 50px;
    border-bottom: 2px solid #a18649;
    background-color: #e9e9e9;
    line-height: 50px;
    font-size: 15px;
    text-align: center;
    color: #a18649;
    display: block;
    float: left;
    text-align: center;
    font-weight: bold;
    transition: all 0.2s ease;
}

.tab_item:hover {
    opacity: 0.75;
    cursor: pointer;
}

h3.heading {
    font-size: 2rem;
}

.base-width-prd {
    width: 90%;
    margin: 0 auto;
}

.bottom-prd {
    padding-bottom: 60px;
}

.term {
    padding-top: 80px;
}

/*ラジオボタンを全て消す*/
input[name="tab_item"] {
    display: none;
}

/*タブ切り替えの中身のスタイル*/
.top-prd {
    display: none;
    clear: both;
    overflow: hidden;
    padding-top: 60px;
}

/*選択されているタブのコンテンツのみを表示*/
#regular-product:checked ~ #regularProduct,
#normal-product:checked ~ #normalProduct,
#products:checked ~ #prds {
    display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
    background-color: #a18649;
    color: #fff;
    cursor: initial;
}


.top-shop {
    background: #fff;
    padding: 60px 10%;
}

.top-shop .btn3 {
    margin: 0 auto;
}

.gnav {
    background: #c1ab96;
    padding: 10px;
    margin-top: 40px;
}

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

.gnav ul li {
    width: 54%;
    text-align: center;
    font-size: 0.8rem;
    font-weight: bold;
}

.gnav ul li a {
    display: block;
    background: #fff;
    padding: 5px 0;
    font-size: 15px;
}

.gnav ul li a:hover {
    opacity: 1;
    background-color: #c1ab96;
    color: #fff;
}

#sec2 {
    padding: 110px 0 60px !important;
    margin-top: -100px !important;
}

#sec5 {
    padding: 50px 0 60px !important;
    margin-top: -100px !important;
}

#sec6 {
    padding: 50px 0 !important;
    margin-top: -135px !important;
}

#sec7 {
    padding-top: 40px !important;
    margin-top: -150px !important;
}

#sec1,
#sec3,
#sec4 {
    padding-top: 100px !important;
    margin-top: -100px !important;
}
@media screen and (max-width: 767px) {
    .bx-viewport {
        height: 280px !important;
    }
}