@charset "utf-8";


/*
.cormorant-garamond-<uniquifier> {
  font-family: "Cormorant Garamond", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}


.roboto-<uniquifier> {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}


*/


* {
    box-sizing: border-box;
    color: #333;
}

img {
    width: 100%
}

html {
    background-color: #FEEBE2;
}

body {
    font-family: "Noto Sans JP", "Outfit", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Noto Sans JP", "Outfit", sans-serif;
}


a:hover img {
    opacity:.7;
    transition:.7s;
}


.pc-content--right,
.pc-content--left {
    background: #fff;
}



#header {
    z-index: 100;
    background: none;
    position: fixed;
    padding-left: 3%;
    padding-top: 3%;
}

.logo {
    width: 150px;
}


@media (max-width: 767.98px) {

    #header {
        position: relative;
        padding-left: 0%;
        padding-top: 0%;
    }

    .logo {
        position: absolute;
        margin-top: 3%;
        margin-left: 3%;
    }

}


/* 769以下に適用 */
@media (max-width: 767.98px) {
    .pc-content {
        display: none
    }
}

/* 769以上に適用 */
@media screen and (min-width: 769px) {

    .pc-content {
        width: 30%;
        height: 100%;
        position: fixed;
        top: 0;
    }

    .scroll-content {
        z-index: -1;
        width: 40%;
        margin: 0 auto;
    }

    .pc-content--left {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }

    .pc-content--right {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }
}


/* 769以上1023未満 に適用 */
@media (min-width: 767.98px) and (max-width: 1023px) {
    .pc-content {
        display: none
    }

    .scroll-content {
        width:100%;
    }

}

.pc-content--left__inner {
    position: relative;
    width: 80%;
    margin: 0 auto;
}

.pc-content--left__inner h1 {
    text-align: right;
}


.pc-content--right {
    right: 0
}

.pc-content--right__inner {
    position: relative;
    width: 80%;
    margin: 0 auto;
}


.pc-content--right__inner li img {
    width: 100%;
}

.scroll-content__inner {
    position: relative;
}


/*--------------*/
/*--------------*/
/* main section */
/*--------------*/
/*--------------*/



.main {
    padding-top:8rem;
}


@media (max-width: 767.98px) {

.main {
    width:90%;
    margin:0 auto;
    padding-top:8rem;
}

}



.anchorWrap {
    display:flex;
    height:90vh;
    padding-top:28vh;
}

.anchorLink {
    width:100%;
}

.anchorLink h1 {
    display:none;
}

@media (min-width: 767.98px) and (max-width: 1023px) {
    .anchorWrap {
        display:block;
        height:auto;
        padding-top:8vh;
    }

    .anchorLink h1 {
        width:80%;
        margin:0 auto;
        display:block;
    }
}

@media (max-width: 767.98px) {
    .anchorWrap {
        display:block;
        height:auto;
        padding-top:8vh;
    }
    .anchorLink h1 {
        width:80%;
        margin:0 auto 4rem;
        display:block;
    }
}



.anchorLink p {
    color:#9a2e2e;
    font-size:1rem;
    text-align: center;
    line-height:2;
    width:80%;
    margin:0 auto;
}

.anchorLink ul {
    width:90%;
    margin: 4rem auto;
    display:grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 1.6rem;
}

@media (max-width: 767.98px) {
.anchorLink ul {
    gap: 1rem;
}

}


.anchorLink ul li a {
    font-family: "Roboto", sans-serif;
    font-size:.8rem;
    font-weight:500;
    color:#9a2e2e;
    text-decoration: none;
    text-align: center;
    display:block;
    width:100%;
    padding:1rem .8rem;
    border: 1px solid #9a2e2e;
    border-radius: 100%;
}


.anchorLink ul li a:hover {
    background: #9a2e2e;
    color:#fff;
    transition:.3s;
}

.itemWrap {
    margin-bottom:6.4rem;
}


.itemHead .txt {
    width:80%;
    margin:0 auto 2.4rem;
    font-size:.8rem;
    line-height:1.8rem;
}

#itemWrap__hair .itemHead .txt {
    margin-top:2.4rem;
}


.itemBody {
    width:80%;
    margin:0 auto 4rem;
}


@media (max-width: 767.98px) {
.itemBody {
    width:90%;
    margin:0 auto;
}

.itemHead .txt {
    width:90%;
}
}


.itemGroup {
    display:grid;
    grid-template-columns: minmax(1.6rem, auto) 1fr;
}

.item {
    display:inline-block;
    margin:0 0 .8rem 0;
}

@media (max-width: 767.98px) {

.item.separator {
}

}


.num {
    font-family: "Roboto", sans-serif;
    display: block;
    position: relative;
    width: 1.2rem;
    height: 1.2rem;
    background-color: #9a2e2e;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    line-height: 1.2rem;
}


.item__meta {
    display:inline;
    padding:.4rem;
}

.item__brand {
    font-weight:500;
    padding-right:.3rem;
}

.item__price {
}

.item a {
    text-decoration: none;
}

.item a:hover {
    background: #fff;
}

.itemGroup dd div.item.separator::before {
    content: "/";
}


@media screen and (min-width: 769px) {
.bnrBlock {
    display:none;
}

}


@media (max-width: 767.98px) {
.bnrBlock {
    width:80%;
    margin:4rem auto 8rem;
}
}




/*--------------*/
/*--------------*/
/* left section */
/*--------------*/
/*--------------*/





.section {
    margin: 1.6rem 0;
}

.section p {
    font-size: .96rem;
    line-height: 1.6rem;
    color: #9a2e2e;
    line-height:2.4;
}

.section p strong {
    font-weight:600;
    color: #9a2e2e;
    background: #fcd1d1;
}


.bnrList {
    margin-top:2.4rem;
}


.bnrList h3 {
    color: #9a2e2e;
    font-weight: 600;
    letter-spacing: 0.025rem;
    margin-bottom: .4rem;
    font-size: .8rem;
    text-align: center;
}








/* intro SP 

@media screen and (min-width: 769px) {

    .intro {
        display: none;
    }

}

@media (max-width: 767.98px) {


    .intro {
        width: 90%;
        margin: 0 auto 3.2rem;
    }


    .intro p {
        font-size: .8rem;
        line-height: 2;
    }

    .intro .bnrList {
        display:block;
        margin-top:2.4rem;
    }


    .intro .bnrList:nth-child(2n + 1) {
        margin-top:.8rem;
    }
    .intro2 {
        margin-top:3.2rem;
    }



}*/




.btn {
    max-width:400px;
    width:80%;
    margin:8rem auto;
}

.btn a {
    display:block;
    border:2px solid #9a2e2e;
    color:#9a2e2e;
    font-size:.9rem;
    font-weight:600;
    text-align: center;
    padding:1.2rem 1rem;
    border-radius: 3rem;
    text-decoration: none;
}

.btn a:hover {
    background: #9a2e2e;
    color:#fff;
    transition: .5s;
}




/* -------------------- footer -------------------- */

footer {
    margin-top: 4rem;
    width: 100%;
    background: #FEEBE2;
    padding: 2rem 0 4rem;
}

footer a {
    color: #9a2e2e;
}

.footer__linkList {
    text-align: center;
}

.footer__linkList li {
    font-size: .7rem;
    margin: 0 .2rem;
    display: inline-block;
    vertical-align: middle;
}

.footer__linkList li.footer__linkList--icon {
    font-size: 1.4rem;
}


.footer__linkList li i {
    color: #9a2e2e;
}


.footer__innerWrap {
    width: 94%;
    margin: 0 auto;
}


.footer__copyright {
    margin-top: 1rem;
    font-size: .6rem;
    text-align: center;
    color: #9a2e2e;
}


/* -------------------- pagetop -------------------- */


#pagetop--fixed {
    position: fixed;
    width: 2.4rem;
    height: 2.4rem;
    bottom: 1.4vh;
    right: 1vw;
    background: #9a2e2e;
    border-radius: 50%;
    z-index: 998;
}


#pagetop--fixed a {
    position: relative;
    display: block;
    padding: 1rem 2rem;
}

#pagetop--fixed a::before,
#pagetop--fixed a::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}



#pagetop--fixed a::before {
    left: 1.15rem;
    width: 1px;
    height: 1.2rem;
    top: .2rem;
    background: #fff;
}


#pagetop--fixed a::after {
    left: .85rem;
    top: 0rem;
    width: 0.7rem;
    height: 0.7rem;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}



.pagetop--fixed i {
    font-size: 5rem;
}


.pagetop {
    text-align: right;
    padding-top: 4rem;
}

.pagetop::before {
    padding-right: .4rem;
    padding-bottom: -.2rem;
    content: "\f062";
    font-size: 1rem;
    font-family: "Font Awesome 5 Free";
    color: #999;
    font-weight: 600;
}

.footer__copyright {
    letter-spacing: 0.025rem;
}