@font-face {
    font-family: 'Noto Serif JP';
    font-weight: 400;
    src: url("../font/NotoSerifCJKjp-Regular.otf");
}
@font-face {
    font-family: 'Noto Serif JP';
    font-weight: 500;
    src: url("../font/NotoSerifCJKjp-Medium.otf");
}
@font-face {
    font-family: 'Noto Serif JP';
    font-weight: 600;
    src: url("../font/NotoSerifJP-SemiBold.otf");
}
.sp_only {
    display: none !important;
}
@import url("https://use.typekit.net/jva0gfb.css");

html {
    font-size: 62.5%;
    overflow-x: hidden;
}
.flexBox {
    display: flex;
    flex-wrap: wrap;
}
.lp220316_PRLOOKBOOK img,
.lp220316_PRLOOKBOOK video {
    width: 100%;
}
.lp220316_PRLOOKBOOK {
    max-width: 140rem;
    margin: 0 auto;
    font-feature-settings: 'palt';
    background-repeat: no-repeat;
    background-position: center -10.1rem;
    overflow: hidden;
    /* background-image: url(../img/pc.jpg); */
    background-size: 140rem;
    text-align: center;
    font-family: adobe-caslon-pro, serif;
    font-weight: 400;
    font-style: normal;
}
/*=============top============*/
.lp220316_PRLOOKBOOK .main_top {
    width: 100%;
}
.lp220316_PRLOOKBOOK .main_top .top_img {
    width: 120rem;
    margin: 0 auto 7rem;
}
.lp220316_PRLOOKBOOK .top_text {
    text-align: center;
    line-height: 2;
    font-size: 2rem;
    letter-spacing: 0.16em;
    font-weight: 600;
    margin: 0 auto 7.2rem;
    font-family: "Noto Serif JP", serif;
}
/*=============animation============*/
.fade_up.active {
    transition: transform 1.2s, opacity 1.2s;
    transform: translateY(0);
    opacity: 1;
}
.fade_up {
    opacity: 0;
    transform: translateY(50px);
}
/* body text */
.lp220316_PRLOOKBOOK .bodytext{
    font-size: 1.8rem;
    /* transform: rotateZ(90deg); */
    position: fixed;
    top: 35%;
    margin: 0 0 0 135.4rem;
    /* margin: 0 0 0 118rem; */
    letter-spacing: 0.12em;
    white-space:nowrap;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    transition: all .5s ease-in-out;
}
.lp220316_PRLOOKBOOK .bodytext p img{
    width: 1.38rem;
    height: 31.58rem;
}
.lp220316_PRLOOKBOOK .bodytext.inView{
    visibility: visible;
    opacity: 1;
}
/*=============slick============*/
.lp220316_PRLOOKBOOK .slick-dots {
    position: relative;
    width: 100%;
    margin: 0 auto 0 32.8rem;
    bottom: 1.9rem;
}
.lp220316_PRLOOKBOOK .sec_02 .slick-dots{
    margin: 0 auto 0 30.3rem;
}
.lp220316_PRLOOKBOOK .slick-dots li {
    width: 0.6rem;
    height: 0.6rem;
    margin: 0 0.5rem !important;
}
.lp220316_PRLOOKBOOK .slick-dots li button {
    background: #58595B !important;
    border: none !important;
    padding: 0;
    width: 0.6rem !important;
    height: 0.6rem !important;
}
.lp220316_PRLOOKBOOK .slick-dots li.slick-active button {
    background: #000000 !important;
}
/*=============common============*/
.lp220316_PRLOOKBOOK .sec_ {
    width: 100%;
    margin: 0 auto;
    position: relative;
}
.lp220316_PRLOOKBOOK .sec_::before{
    content: "";
    display: block;
    position: absolute;
}
.lp220316_PRLOOKBOOK .sec_wrap{
    width:(var(--vw));
    max-width: 140rem;
    margin: 0 auto;
}
/* creidt */
.lp220316_PRLOOKBOOK .credit {
    font-size: 1.4rem;
    letter-spacing: 0.08em;
    text-align: left;
    line-height: 1.5;
    color: #58595B;
    transform: rotate(0.05deg);
    margin-top: 2rem;
}
.lp220316_PRLOOKBOOK .credit a{
    color: #58595b;
}
/*===========sec01==========*/
.lp220316_PRLOOKBOOK .sec_01 .list_01{
    width: 40rem;
    margin: 0 10rem 0 20rem;
}
.lp220316_PRLOOKBOOK .sec_01 .list_02{
    width: 50rem;
    margin: 15rem 0 0;
}
/*===========sec02==========*/
.lp220316_PRLOOKBOOK .sec_02 .list_01{
    width: 54rem;
    margin: 14rem 20rem 0 10rem;
}
.lp220316_PRLOOKBOOK .sec_02 .list_02{
    width: 26rem;
    margin: 31rem 0 14rem;
}
/*===========sec03==========*/
.lp220316_PRLOOKBOOK .sec_03 .list_01{
    margin: 0 0 0 17.8rem;
    display: flex;
    flex-direction: row-reverse;
}
.lp220316_PRLOOKBOOK .sec_03 .list_01 .list_inner{
    width: 46rem;
    margin: 0 0 0 2rem;
}
.lp220316_PRLOOKBOOK .sec_03 .list_02{
    width: 46rem;
    margin: 0 0 0 2rem;
}
.lp220316_PRLOOKBOOK .sec_03 .credit{
    margin: 59rem 0 0;
    text-align: right;
}
/*===========sec04==========*/
.lp220316_PRLOOKBOOK .sec_04 .list_01{
    width: 55rem;
    margin: 13.5rem auto 0;
}
/*===========sec05==========*/
.lp220316_PRLOOKBOOK .sec_05 .list_01{
    width: 36rem;
    margin: 13.5rem 32rem 0 11rem;
}
.lp220316_PRLOOKBOOK .sec_05 .list_02{
    width: 50rem;
    margin: 13.4rem 0 0;
}
.lp220316_PRLOOKBOOK .sec_05 .credit{
    text-align: right;
}
.lp220316_PRLOOKBOOK .sec_05 .list_03{
    width: 32rem;
    margin: -29.5rem 0 0 37rem;
}
/*===========sec06==========*/
.lp220316_PRLOOKBOOK .sec_06 .list_01{
    width: 55rem;
    margin: 14rem 0 0;
}
.lp220316_PRLOOKBOOK .sec_06 .list_02{
    width: 40rem;
    margin: 29rem 0 0 30rem;
}
/*===========sec07==========*/
.lp220316_PRLOOKBOOK .sec_07 .list_01{
    width: 50rem;
    margin: -20rem 0 0 20rem;
}
.lp220316_PRLOOKBOOK .sec_07 .list_02{
    width: 40rem;
    margin: 25rem 0 0 auto;
}
/*===========sec08==========*/
.lp220316_PRLOOKBOOK .sec_08 .list_01{
    width: 36rem;
    margin: -6.5rem 0 0;
}
.lp220316_PRLOOKBOOK .sec_08 .list_02{
    width: 54rem;
    margin: 13.5rem 0 0 10rem;
}
/*===========sec09==========*/
.lp220316_PRLOOKBOOK .sec_09 .list_01 .list_inner{
    width: 80rem;
    display: flex;
}
.lp220316_PRLOOKBOOK .sec_09 .list_01{
    margin: 14rem 0 0 10rem;
}
.lp220316_PRLOOKBOOK .sec_09 .list_02{
    width: 32rem;
    margin: 54rem 0 0 10rem;
}
/*===========sec10==========*/
.lp220316_PRLOOKBOOK .sec_10 .list_01{
    width: 50rem;
    margin: 14rem 0 0 55rem;
}
/*===========sec11==========*/
.lp220316_PRLOOKBOOK .sec_11 .list_01{
    width: 46rem;
    margin: 13.5rem 10rem 0 15rem;
}
.lp220316_PRLOOKBOOK .sec_11 .list_02{
    width: 36rem;
    margin: 38.5rem 0 0;
}
/*===========sec12==========*/
.lp220316_PRLOOKBOOK .sec_12 .list_01{
    width: 40rem;
    margin: 35rem 0 0 26rem;
}
.lp220316_PRLOOKBOOK .sec_12 .list_02{
    width: 54rem;
    margin: 14rem 0 0 10rem;
}
.lp220316_PRLOOKBOOK .sec_12 .credit{
    text-align: right;
}
/*===========btn========*/
.allitem {
    margin: 13rem auto 0;
    font-family: adobe-caslon-pro, serif;
    font-weight: 400;
    font-style: normal;
    font-feature-settings: 'palt';
    text-align: center;
    line-height: 1.4;
    color: #000;
    padding-bottom: 14rem;
    width: 110rem;
    border-bottom: 1px solid #58595b;
}

.allitem a {
    display: inline-block;
    border-bottom: double 3px #cacaca;
    font-size: 2rem;
    letter-spacing: 0.08em;
    padding: 0 0 0.3rem;
}



/*==========tablet========*/
@media only screen and (max-width: 1400px) and (min-width: 751px) {
    .main-area.archive_slider {
        min-width: inherit !important;
    }

    .lp220316_PRLOOKBOOK {
        width: 100%;
    }

    html {
        font-size: calc(10 * (100vw / 1400));
    }
}

/*==========sp========*/
@media only screen and (max-width: 750px) {

    html {
        font-size: calc(10 * (100vw / 750));
    }

    .pc_only {
        display: none !important;
    }

    .sp_only {
        display: block !important;
    }

    .cateList {
        display: flex;
        flex-wrap: wrap;
    }

    #breadcrumb .cateList {
        line-height: calc(40 *(100vw / 750));
        font-size: calc(20 *(100vw / 750));
        margin: 0 auto 10px !important;
        color: #000000;
        width: 92%;
        font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic", "メイリオ", sans-serif;
        display: flex;
        flex-wrap: wrap;
    }

    #breadcrumb .cateList li {
        margin-right: 5px;
    }

    .lp220316_PRLOOKBOOK {
        width: 75rem;
        /* background-image: url(../img/sp.jpg); */
        background-position: center -9.3rem;
        background-size: 75rem;
        padding-top: 3.6rem;
    }

    /*---top---*/
    .lp220316_PRLOOKBOOK .main_top .top_img {
        width: 75rem;
        margin: 0 auto 8.5rem;
    }
    .lp220316_PRLOOKBOOK .top_text{
        font-size: 3.2rem;
        margin: 0 auto 8.8rem;
    }
    /* body text */
    .lp220316_PRLOOKBOOK .bodytext{
        margin: 0 0 0 48.5rem;
        font-size: 2.4rem;
        width: auto;
        height: auto;
    }
    .lp220316_PRLOOKBOOK .bodytext{
        /* font-size: 1.8rem; */
        transform: rotateZ(90deg);
        position: fixed;
        top: 50%;
        /* margin: 0 0 0 118rem; */
        letter-spacing: 0.12em;
        white-space:nowrap;
        z-index: 99;
        opacity: 0;
        visibility: hidden;
        transition: all .5s ease-in-out;
    }

    /* common */
    .lp220316_PRLOOKBOOK .sec_wrap{
        width: 75rem;
        max-width: 75rem;
    }
    /* credit */
    .lp220316_PRLOOKBOOK .credit {
        font-size: 2.4rem;
        line-height: calc(42/24);
        text-align: left !important;
        white-space: nowrap;
        margin-top: 3.5rem;
    }
    /* sec01 */
    .lp220316_PRLOOKBOOK .sec_01 .list_01{
        width: 50rem;
        margin: 0 0 0 5rem;
    }
    .lp220316_PRLOOKBOOK .sec_01 .list_02{
        width: 60rem;
        margin: 8rem 0 0 auto;
    }
    .lp220316_PRLOOKBOOK .sec_01 .list_02 .credit{
        margin: 3.5rem 0 0 -10rem;
    }
    /* sec02 */
    .lp220316_PRLOOKBOOK .sec_02 .list_01{
        order: 2;
        width: 65rem;
        margin: 8rem auto 0;
    }
    .lp220316_PRLOOKBOOK .sec_02 .list_02{
        order: 1;
        width: 75rem;
        margin: 22rem auto 0;
        display: flex;
        justify-content: space-between;
    }
    .lp220316_PRLOOKBOOK .sec_02 .list_02 li:first-child{
        width: 34rem;
    }
    .lp220316_PRLOOKBOOK .sec_02 .list_02 li:nth-child(2){
        width: 38rem;
        margin: -3rem 0 0;
    }
    /* sec03 */
    .lp220316_PRLOOKBOOK .sec_03 .list_01{
        display: initial;
        margin: 19rem 0 0 auto;
    }
    .lp220316_PRLOOKBOOK .sec_03 .list_01 .list_inner{
        width: 50rem;
        margin: 0;
    }
    .lp220316_PRLOOKBOOK .sec_03 .list_02{
        width: 50rem;
        margin: 4rem 0 0 auto;
    }
    .lp220316_PRLOOKBOOK .sec_03 .credit{
        margin: 3.8rem 0 0 -20rem;
    }
    /* sec04 */
    .lp220316_PRLOOKBOOK .sec_04 .list_01{
        width: 60rem;
        margin: 19.1rem auto 0;
    }
    .lp220316_PRLOOKBOOK .sec_04 .list_01 .credit{
        margin-left: -2.54rem;
    }

    /* sec05 */
    .lp220316_PRLOOKBOOK .sec_05 .list_01{
        order: 1;
        width: 40rem;
        margin: 19.2rem 0 0;
    }
    .lp220316_PRLOOKBOOK .sec_05 .list_02{
        width: 65rem;
        margin: 0 0 0 auto;
        order: 3;
    }
    .lp220316_PRLOOKBOOK .sec_05 .list_03{
        width: 36rem;
        margin: 4rem 0 8rem 30rem;
        order: 2;
    }
    .lp220316_PRLOOKBOOK .sec_05 .credit{
        margin: 3.7rem 0 0 -5rem;
    }
    /* sec06 */
    .lp220316_PRLOOKBOOK .sec_06 .list_01{
        width: 75rem;
        margin: 19.2rem auto 0;
    }
    .lp220316_PRLOOKBOOK .sec_06 .list_02 .sec_slider{
        width: 56rem;
    }
    .lp220316_PRLOOKBOOK .sec_06 .list_02{
        width: 56rem;
        margin: 8rem auto 0;
    }
    .lp220316_PRLOOKBOOK .sec_06 .list_02 .credit{
        margin:3.1rem 0 0 -4.7rem;
    }
    /* sec07 */
    .lp220316_PRLOOKBOOK .sec_07 .list_01{
        width: 64rem;
        margin: 18.9rem 0 19rem;
    }
    .lp220316_PRLOOKBOOK .sec_07 .list_01 .credit{
        margin:3.5rem 0 0 5rem;
    }
    .lp220316_PRLOOKBOOK .sec_07 .list_02{
        width: 50rem;
        margin: 0 0 0 auto;
    }
    /* sec08 */
    .lp220316_PRLOOKBOOK .sec_08 .list_01{
        width: 40rem;
        margin: 19rem 0 8.2rem;
    }
    .lp220316_PRLOOKBOOK .sec_08 .list_02{
        width: 64rem;
        margin: 0 auto;
    }
    .lp220316_PRLOOKBOOK .sec_08 .list_02 .credit{
        margin:3.6rem 0 0 -0.5rem;
    }
    /* sec09 */
    .lp220316_PRLOOKBOOK .sec_09 .list_01{
        width: 56rem;
        margin: 19rem 0 3.5rem;
    }
    .lp220316_PRLOOKBOOK .sec_09 .list_01 .sec_slider{
        width: 56rem;
        display: block;
    }
    .lp220316_PRLOOKBOOK .sec_09 .list_02{
        width: 56rem;
        margin: 0;
    }
    .lp220316_PRLOOKBOOK .sec_09 .list_02 .credit{
        margin:3.6rem 0 0 5rem;
    }
    /* sec10 */
    .lp220316_PRLOOKBOOK .sec_10 .list_01{
        width: 60rem;
        margin: 19rem auto 0;
    }
    .lp220316_PRLOOKBOOK .sec_10 .list_01 .credit{
        margin:3.5rem 0 0 -2.5rem;
    }
    /* sec11 */
    .lp220316_PRLOOKBOOK .sec_11 .list_01{
        width: 56rem;
        margin: 19rem 0 8rem;
    }
    .lp220316_PRLOOKBOOK .sec_11 .list_02{
        width: 46rem;
        margin: 0 0 0 24rem;
    }
    .lp220316_PRLOOKBOOK .sec_11 .credit{
        margin: 3.7rem 0 0 -19rem;
    }
    /* sec12 */
    .lp220316_PRLOOKBOOK .sec_12 .list_02{
        width: 75rem;
        order: 1;
        margin: 19rem auto 8.2rem;
    }
    .lp220316_PRLOOKBOOK .sec_12 .list_01{
        width: 50rem;
        order: 2;
        margin: 0 auto;
    }
    .lp220316_PRLOOKBOOK .sec_12 .list_01 .credit{
        margin:3.6rem 0 0 -7.5rem;
    }
    /*staff*/
    .allitem {
        margin: 14.2rem auto 0;
        width: 100%;
        border-bottom: none;
        padding-bottom: 14.2rem;
    }

    .allitem a {
        letter-spacing: 0.08em;
        font-size: 4rem;
        padding-bottom: 1rem;
        line-height: 1.2;
        margin-bottom: 1.5rem;
    }

    /* slick */
    .lp220316_PRLOOKBOOK .slick-dots {
        margin: 0 auto 0 23.9rem;
        bottom: 3rem;
    }
    .lp220316_PRLOOKBOOK .slick-dots li {
        margin: 0 1.3rem !important;
    }
    .lp220316_PRLOOKBOOK .slick-dots li button {
        width: 1rem !important;
        height: 1rem !important;
    }
    

}
@media all and (-ms-high-contrast: none){
    
}