@charset "UTF-8";

html {
    scroll-behavior: smooth;
}

body{
    font-size: 16px;
}

header{
    width: 100%;
    padding: 19px 0 18px;
    /*position: fixed;*/
    background: #000;
    z-index: 1;
    top: 0;
}

header .inner{
    width: 96%;
    max-width: 1440px;
    margin: 0 auto;
}

/*.hamburger span {
    height: 5px;
    border-radius: 5px;
    border: 1px solid #000;
}

.hamburger span:nth-child(2) {
    margin: 13px 0;
}*/


@media screen and (max-width:768px) {
    body{
        font-size: calc(100vw * 12 / 500);
    }

    header h1.logo{
        width: 70%;
        max-width: 382px;
    }

    .hamburger{
        width: 45px;
        top: 16px;
        right: 10px;
    }

 /*   .hamburger span {
        background-color: #fff;
    }
    .hamburger span:nth-child(2){
        margin: 8px 0;
    }
    .hamburger.active span:nth-child(3){
        transform: rotate(-48deg) translate(2px, -2px);
    }*/
}

main#catalog {
    margin: 0 0;
}

section.catalog_wrap{
    max-width: 1100px;
    margin: 0 auto;
}

@media screen and (max-width:768px) {

}

/* カタログ */

.c_archive section.catalog_wrap{
    padding: 99px 0 21px;
    position: relative;
}
 
.c_archive section.catalog_wrap:before{
    content: '';
    background: url(../img/catalog/catalog_bg.png)no-repeat top center;
    background-size: contain;
    position: absolute;
    width: 412px;
    height: 412px;
    top: 37px;
    left: -37px;
    z-index: -1;
}

.c_archive .catalog_inner {
    padding: 0 20px;
}


.c_archive .catalog_block {
    margin-bottom: 35px;
    display: flex;
    flex-wrap: wrap;
    gap: 50px 20px;
}

.c_archive h1{
    margin-bottom: 35px;
    padding: 20px 17px 15px;
    font-size: 48px;
    font-family: "Classico URW";
    font-weight: lighter;
    line-height: 1.2;
    letter-spacing: 4px;
    border-bottom: 2px solid #000;
}

.c_archive .catalog_inner > h2{
    margin-top: 53px;
    margin-bottom: 22px;
    padding: 10px 18px 15px;
    background-color: #f0f0e1;
    font-size: 18px;
    font-family: classico-urw, sans-serif;
    line-height: 1.95;
}
.c_archive .catalog_inner > h2:nth-child(1){
    margin-top: 0;
}

.c_archive .catalog_inner > h3{
    margin: 0 0 16px 18px;
    font-size: 18px;
    line-height: 1.95;
}

article.h_ctalog{
    width: 250px;
    height: 320px;
    border: 10px #fff solid;
    box-shadow: 0 0 8px 1px #eee;
    position: relative;
}

article.h_ctalog a {
    display: block;
    width: 100%;
    height: 100%;
}
article.h_ctalog .img{
    width: 100%;
    height: 100%;
    position: relative;
}
article.h_ctalog .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
article.h_ctalog .img:before {
    content: '';
    /*background: rgb(11 11 11 / 40%);*/
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
}

article.h_ctalog .txt{
    width: 100%;
    padding: 6px 0 0px 7px;
    background: linear-gradient(0deg, rgba(11, 11, 11, 0.4) 0%, rgba(11, 11, 11, 0.1) 100%);    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
}

article.h_ctalog .txt h2{
    font-size: 16px;
    margin-bottom: 3px;
    color: #ffffff;
}

article.h_ctalog .txt p{
    font-size: 14px;
    color: #ffffff;
    line-height: 1.95;
}

@media screen and (max-width:768px) {
    .c_archive section.catalog_wrap{
        padding: 9.5% 0 21px;
    }

    .c_archive section.catalog_wrap:before{
        width: 54%;
        max-width: 412px;
        height: 100%;
        top: 9px;
        left: -37
    }

    .c_archive .catalog_inner{
        padding: 0 10px;
    }

    .c_archive h1{
        margin-bottom: 4.6%;
        padding: 2.7% 1.8% 2.2%;
        font-size: 270%;
    }

    .c_archive .catalog_inner > h2{
        margin-top: 9%;
        margin-bottom: 2.3%;
        padding: 0.8% 3.3% 1.1%;
        font-size: 128%;
    }
    .c_archive .catalog_inner > h2:nth-child(1){
        margin-top: 0;
    }

    .c_archive .catalog_inner > h3{
        margin: 0 0 1.7% 3.5%;
        font-size: 120%;
    }

    .c_archive .catalog_block{
        margin-bottom: 5%;
        padding: 0 2.3%;
        justify-content: space-between;
        gap: 20px 10px;
    }
    article.h_ctalog{
        width: 48%;
        height: auto;
        border: 5px #fff solid;
    }

    article.h_ctalog .txt{
        left: 4.1%;
    }
    article.h_ctalog .txt h2{
        font-size: 150%;
    }
    
    article.h_ctalog .txt p{
        font-size: 100%;
    }
}

/* 詳細 */

section.catalog_wrap p.back_link{
    margin: 17px 14px 14px;
}

.c_dedetail .catalog_inner{
    padding: 30px 0px;
    display: flex;
    justify-content: space-between;
    border-top: 2px solid #000;
}

.c_dedetail .catalog_inner .img_block {
    width: 47%;
    max-width: 520px;
}
/* 選択されているサムネイルを透過 */
.swiper-slide-thumb-active{
    opacity: .6;
}

.c_dedetail .catalog_inner .swiper-slide{
    height: 570px;
}
.c_dedetail .catalog_inner .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.c_dedetail .catalog_inner .swiper-thumbs{
    margin-top: 12px;
    }
.c_dedetail .catalog_inner .swiper-thumbs .swiper-slide {
    height: 115px;
}


.c_dedetail .catalog_inner .txt_block{
    width: 49%;
    max-width: 540px;
}

.c_dedetail p.back_link a{
    color: #000000;
    line-height: 1.91;
}

.c_dedetail .txt_block .ttl_block{
    margin-bottom: 15px;
    padding-bottom: 14px;
    background: url(../img/catalog/catalog_line.png)repeat-x bottom;
}
.c_dedetail .txt_block .ttl_block h1{
    margin: 0px 2px 5px;
    font-size: 31px;
    line-height: 1.3;
}

.c_dedetail .txt_block .ttl_block p.intro_txt{
    margin-left: 5px;
    line-height: 1.91;
}

.c_dedetail .catalog_inner ul.tag {
    margin-bottom: 36px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.c_dedetail .catalog_inner ul.tag li{
    padding: 10px 17px 7px;
    background: #EFF0E0;
    font-size: 20px;
    color: #000;
    line-height: 1;
    border-radius: 50px;
    display: inline-block;
}

.c_dedetail .txt_block > h2{
    margin-top: 38px;
    margin-bottom: 8px;
    padding: 3px 14px 6px;
    background: #000;
    font-size: 20px;
    color: #ffffff;
    line-height: 1.95;
}

.c_dedetail .txt_block > p{
    margin-bottom: 11px;
    line-height: 1.91;
}

.c_dedetail .txt_block > p a{
    color: #0059b2;
    border-bottom: 1px solid #0059b2;
}

aside.stylist_wrap{
    margin-top: 43px;
}

aside.stylist_wrap .stylist_block{
    position: relative;
    padding-bottom: 1px;
}
aside.stylist_wrap .stylist_block:before{
    content: '';
    background: linear-gradient(90deg,rgba(209, 213, 222, 1) 0%, rgba(241, 244, 251, 1) 100%);
    display: block;
    width: 100%;
    height: 92%;
    position: absolute;
    bottom: 0;
    z-index: -1;
}

aside.stylist_wrap .stylist_block__name {
    margin-left: 26px;
    display: flex;
}
aside.stylist_wrap .stylist_block__name .photo{
    border: 5px solid #EBEAF8;
    border-radius: 50%;
    width: 113px;
    height: 113px;
}

aside.stylist_wrap h2.ttl{
    margin-bottom: 31px;
    margin-left: 5px;
    font-size: 16px;
    line-height: 1.95;    
}

aside.stylist_wrap .ttl{
    margin-top: -4px;
    margin-left: 17px;
}
aside.stylist_wrap .ttl h3{
    font-size: 70px;
    font-family: "aktiv-grotesk", sans-serif;
    color: #231f20;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 12px;
}

aside.stylist_wrap .ttl p.name{
    line-height: 2.6;
}

aside.stylist_wrap .stylist_block__txt{
    margin: 19px 12px;
}
aside.stylist_wrap .stylist_block__txt p{
    margin-bottom: 13px;
    line-height: 1.6;
}

@media screen and (max-width:768px) {
    section.catalog_wrap p.back_link{
        margin: 1.7% 3.5% 1.8%;
    }
    .c_dedetail .catalog_inner{
        width: 98%;
        padding: 2.3% 0px 11%;
        margin: 0 auto;
        display: block;
    }

    .c_dedetail .ttl_block.sp {
        padding-left: 4%;
        padding-bottom: 2.3%;
        margin-bottom: 2%;
        background: url(../img/catalog/catalog_line.png) repeat-x bottom;
    }
    .c_dedetail .ttl_block.sp h1 {
        margin-bottom: 1%;
        font-size: 200%;
    }
    .c_dedetail .ttl_block.sp p.intro_txt{
        font-size: 120%;
    }

    .c_dedetail .catalog_inner ul.tag{
        margin-left: 4%;
        margin-bottom: 8%;
    }
    .c_dedetail .catalog_inner ul.tag li{
        font-size: 110%;
    }

    .c_dedetail .catalog_inner .img_block{
        width: 100%;
        max-width: 100%;
    }

    .c_dedetail .catalog_inner .swiper-slide{
        height: 54vh;
        max-height: 445px;
    }
    .c_dedetail .catalog_inner .swiper-thumbs .swiper-slide{
        height: 100%;
        max-height: 94px;
    }

    .c_dedetail .catalog_inner .txt_block{
        width: 100%;
        max-width: 100%;
    }

    .c_dedetail .txt_block > h2{
            margin-top: 5.4%;
    }

    .c_dedetail .txt_block > h2{
        margin-top: 5.7%;
        margin-bottom: 0.3%;
        padding: 1.4% 5.7%;
        font-size: 145%;
        line-height: 1;
    }
    .c_dedetail .txt_block > p{
            padding-left: 4.2%;
margin-bottom: 3.6%;
    line-height: 1.9;
    font-size: 120%;
    }
    aside.stylist_wrap{
        margin-top: 9%;
    }

    aside.stylist_wrap h2.ttl{
            margin-bottom: 5.5%;
    margin-left: 4.6%;
    font-size: 121%;
    line-height: 1.95;
    }

    aside.stylist_wrap .stylist_block__name{
            margin-left: 3.8%;

    }

    aside.stylist_wrap .ttl h3{
            font-size: 390%;
            letter-spacing: 8px;
    }
    aside.stylist_wrap .ttl{
        margin-left: 3%;
    }

    aside.stylist_wrap .ttl p.name{
        font-size: 120%;
    }

    aside.stylist_wrap .stylist_block__txt{
        margin: 2.3% 2.5%;
        
    }

    aside.stylist_wrap .stylist_block__txt p{
        font-size: 127%;
    margin-bottom: 3%;
    }

    aside.stylist_wrap .stylist_block__name .photo{
        width: 93px;
    height: 93px;
    }
    
}