@charset "UTF-8";
body {
    margin: 0;
    padding: 0;
    font-family: 'Antonio', sans-serif;
    font-weight: 200;
    font-style: normal;
    line-height: 1.7;
    letter-spacing: 0.06em;
    font-size: 13px;
    color: #000;
}

.jp {
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-weight: 500;
}

a {
    color: #000;
    transition: all .3s ease-out;
}

.l-height12 {
    line-height: 1.2;
}

.l-height18 {
    line-height: 1.8;
}

.l-height20 {
    line-height: 2;
}

.l-height25 {
    line-height: 2.5;
}

.l-height30 {
    line-height: 3;
}

.p-relative {
    position: relative;
}

.flex-wrap {
    display: flex;
    flex-wrap: wrap;
}

.flex-center {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.flex-end {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
}

.bg-gray {
    background: #999999;
}

.bg-beige {
    background: #F8F7F3;
}

.bg-white {
    background: #fff;
}

.light {
    font-weight: 200;
}

.regular {
    font-weight: 500;
}

.bold {
    font-weight: 700;
}

.italic {
    font-style: italic;
}

.text-left {
    text-align: left!important;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.text-white {
    color: #fff!important;
}

.text-gray {
    color: #848484!important;
}

.text-black {
    color: #000!important;
}

.mx1000 {
    max-width: 1000px!important;
    margin-left: auto;
    margin-right: auto;
}

.mx860 {
    max-width: 860px!important;
    margin-left: auto;
    margin-right: auto;
}

.mx900 {
    max-width: 900px!important;
    margin-left: auto;
    margin-right: auto;
}

.mx760 {
    max-width: 760px!important;
    margin-left: auto;
    margin-right: auto;
}

.mx700 {
    max-width: 700px!important;
    margin-left: auto;
    margin-right: auto;
}

.mx600 {
    max-width: 600px!important;
    margin-left: auto;
    margin-right: auto;
}

.mx460 {
    max-width: 460px!important;
    margin-left: auto;
    margin-right: auto;
}

.mx400 {
    max-width: 400px!important;
    margin-left: auto;
    margin-right: auto;
}



.pt10 {
    padding-top: 10px!important;
}

.pt15 {
    padding-top: 15px!important;
}

.pt20 {
    padding-top: 20px!important;
}

.pt30 {
    padding-top: 30px!important;
}

.pt40 {
    padding-top: 40px!important;
}

.pt50 {
    padding-top: 50px!important;
}

.pt60 {
    padding-top: 60px!important;
}

.pt70 {
    padding-top: 70px!important;
}

.pt80 {
    padding-top: 80px!important;
}

.pt90 {
    padding-top: 90px!important;
}

.pt100 {
    padding-top: 100px!important;
}

.pt120 {
    padding-top: 120px!important;
}

.pb10 {
    padding-bottom: 10px!important;
}

.pb15 {
    padding-bottom: 15px!important;
}

.pb20 {
    padding-bottom: 20px!important;
}

.pb30 {
    padding-bottom: 30px!important;
}

.pb40 {
    padding-bottom: 40px!important;
}

.pb50 {
    padding-bottom: 50px!important;
}

.pb60 {
    padding-bottom: 60px!important;
}

.pb70 {
    padding-bottom: 70px!important;
}

.pb80 {
    padding-bottom: 80px!important;
}

.pb90 {
    padding-bottom: 90px!important;
}

.pb100 {
    padding-bottom: 100px!important;
}

.pb120 {
    padding-bottom: 120px!important;
}

.mt10 {
    margin-top: 10px!important;
}

.mt15 {
    margin-top: 15px!important;
}

.mt20 {
    margin-top: 20px!important;
}

.mt30 {
    margin-top: 30px!important;
}

.mt40 {
    margin-top: 40px!important;
}

.mt50 {
    margin-top: 50px!important;
}

.mt60 {
    margin-top: 60px!important;
}

.mt70 {
    margin-top: 70px!important;
}

.mt80 {
    margin-top: 80px!important;
}

.mt90 {
    margin-top: 90px!important;
}

.mt100 {
    margin-top: 100px!important;
}

.mt120 {
    margin-top: 120px!important;
}

.mb10 {
    margin-bottom: 10px!important;
}

.mb15 {
    margin-bottom: 15px!important;
}

.mb20 {
    margin-bottom: 20px!important;
}

.mb30 {
    margin-bottom: 30px!important;
}

.mb40 {
    margin-bottom: 40px!important;
}

.mb50 {
    margin-bottom: 50px!important;
}

.mb60 {
    margin-bottom: 60px!important;
}

.mb70 {
    margin-bottom: 70px!important;
}

.mb80 {
    margin-bottom: 80px!important;
}

.mb90 {
    margin-bottom: 90px!important;
}

.mb100 {
    margin-bottom: 100px!important;
}

.mb120 {
    margin-bottom: 120px!important;
}

.fs11 {
    font-size: 11px!important;
}

.fs12 {
    font-size: 12px!important;
}

.fs13 {
    font-size: 13px!important;
}

.fs14 {
    font-size: 14px!important;
}

.fs15 {
    font-size: 15px!important;
}

.fs16 {
    font-size: 16px!important;
}

.fs18 {
    font-size: 18px!important;
}

.fs20 {
    font-size: 20px!important;
}

.fs22 {
    font-size: 22px!important;
}

.fs24 {
    font-size: 24px!important;
}

.fs26 {
    font-size: 26px!important;
}

.fs28 {
    font-size: 28px!important;
}

.fs30 {
    font-size: 30px!important;
}

@media only screen and (max-width: 767px) {
    
    .pc-flex {
        flex-direction: row;
    }
    .is-pc {
        display: none;
    }
    .pt10 {
        padding-top: 8px!important;
    }
    .pt15 {
        padding-top: 10px!important;
    }
    .pt20 {
        padding-top: 15px!important;
    }
    .pt30 {
        padding-top: 20px!important;
    }
    .pt40 {
        padding-top: 25px!important;
    }
    .pt50 {
        padding-top: 30px!important;
    }
    .pt60 {
        padding-top: 35px!important;
    }
    .pt70 {
        padding-top: 40px!important;
    }
    .pt80 {
        padding-top: 50px!important;
    }
    .pt90 {
        padding-top: 60px!important;
    }
    .pt100 {
        padding-top: 70px!important;
    }
    .pt120 {
        padding-top: 80px!important;
    }
    .pb10 {
        padding-bottom: 8px!important;
    }
    .pb15 {
        padding-bottom: 10px!important;
    }
    .pb20 {
        padding-bottom: 15px!important;
    }
    .pb30 {
        padding-bottom: 20px!important;
    }
    .pb40 {
        padding-bottom: 25px!important;
    }
    .pb50 {
        padding-bottom: 30px!important;
    }
    .pb60 {
        padding-bottom: 35px!important;
    }
    .pb70 {
        padding-bottom: 40px!important;
    }
    .pb80 {
        padding-bottom: 50px!important;
    }
    .pb90 {
        padding-bottom: 60px!important;
    }
    .pb100 {
        padding-bottom: 70px!important;
    }
    .pb120 {
        padding-bottom: 80px!important;
    }
    .mt10 {
        margin-top: 8px!important;
    }
    .mt15 {
        margin-top: 10px!important;
    }
    .mt20 {
        margin-top: 15px!important;
    }
    .mt30 {
        margin-top: 20px!important;
    }
    .mt40 {
        margin-top: 25px!important;
    }
    .mt50 {
        margin-top: 30px!important;
    }
    .mt60 {
        margin-top: 35px!important;
    }
    .mt70 {
        margin-top: 40px!important;
    }
    .mt80 {
        margin-top: 50px!important;
    }
    .mt90 {
        margin-top: 60px!important;
    }
    .mt100 {
        margin-top: 70px!important;
    }
    .mt120 {
        margin-top: 80px!important;
    }
    .mb10 {
        margin-bottom: 8px!important;
    }
    .mb15 {
        margin-bottom: 10px!important;
    }
    .mb20 {
        margin-bottom: 15px!important;
    }
    .mb30 {
        margin-bottom: 20px!important;
    }
    .mb40 {
        margin-bottom: 25px!important;
    }
    .mb50 {
        margin-bottom: 30px!important;
    }
    .mb60 {
        margin-bottom: 35px!important;
    }
    .mb70 {
        margin-bottom: 45px!important;
    }
    .mb80 {
        margin-bottom: 50px!important;
    }
    .mb90 {
        margin-bottom: 60px!important;
    }
    .mb100 {
        margin-bottom: 70px!important;
    }
    .mb120 {
        margin-bottom: 80px!important;
    }
    .fs11 {
        font-size: 10px!important;
    }
    .fs12 {
        font-size: 11px!important;
    }
    .fs13 {
        font-size: 12px!important;
    }
    .fs14 {
        font-size: 13px!important;
    }
    .fs15 {
        font-size: 14px!important;
    }
    .fs16 {
        font-size: 15px!important;
    }
    .fs18 {
        font-size: 16px!important;
    }
    .fs20 {
        font-size: 17px!important;
    }
    .fs22 {
        font-size: 18px!important;
    }
    .fs24 {
        font-size: 20px!important;
    }
    .fs26 {
        font-size: 22px!important;
    }
    .fs28 {
        font-size: 24px!important;
    }
    .fs30 {
        font-size: 24px!important;
    }
}

@media screen and (min-width: 768px) {
    body {
        font-size: 14px;
    }
    .is-sp {
        display: none;
    }
}

@media screen and (min-width: 1000px) {
    .br1000 {
        display: none;
    }
}


/* common */

body.open,
html.open {
    overflow: hidden;
}

#contents {
    overflow: hidden;
    width: 100%;
}

#bg-loading {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: calc(var(--vh, 1vh) * 100);
    background: #fff;
    z-index: 999;
}

.underline {
    text-decoration: underline!important;
}

.credit li {
    padding-bottom: 12px;
}

.credit a {
    line-height: 1.6;
}

.credit a[href=""] {
    pointer-events: none;
}

.credit a > div {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.credit-box03 .credit a > div {
    justify-content: center;
}

.credit a > div div {
    width: 50%;
    padding-right: 12px;
}

.credit .buy {
    /* border: 1px solid #000; */
    font-size: 160%;
    line-height: 1.4;
    padding-bottom: 1px;
    width: 50%;
    text-align: left;
}
.credit .soon {
    /* border: 1px solid #848484; */
    line-height: 2.1;
    font-size: 120%;
    padding-bottom: 1px;
    width: 40%;
    text-align: left;
    color: #848484;
}
.credit .zozo {
    /* border: 1px solid #848484; */
    line-height: 2.1;
    font-size: 120%;
    padding-bottom: 1px;
    width: 40%;
    text-align: left;
}
.credit a.only {
    pointer-events: none;
    display: block;
}

.credit a:hover {
    color: #848484;
}


.p-name {
    line-height: 1.4;
}

.p-name .bland, .p-name .price {
    font-size: 120%;
    letter-spacing: 0.08em;
    display: block;
}

.p-name .bland {
    padding-bottom: 8px;
}

.p-name .color {
    padding-top: 2px;
    padding-bottom: 16px;
    display: block;
}

.inner {
    max-width: 988px;
    padding-left: 50px;
    padding-right: 50px;
    margin-left: auto;
    margin-right: auto;
}

.large-inner {
    max-width: 1120px;
    padding-left: 50px;
    padding-right: 50px;
    margin-left: auto;
    margin-right: auto;
}

.w50 {
    padding-left: 25%;
    padding-right: 25%;
}

.w58 {
    padding-left: 21%;
    padding-right: 21%;
}

.w74 {
    padding-left: 13%;
    padding-right: 13%;
}

.w80 {
    padding-left: 10%;
    padding-right: 10%;
}

.w88 {
    padding-left: 6%;
    padding-right: 6%;
}

.soon {
    pointer-events: none;
}

@media screen and (min-width: 768px) {
    
    .credit-box03 {
        display: flex;
        justify-content: center;
    }
    .credit-box03 .credit .buy {
        width: 7%;
    }
    .credit {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
    }
    
    .credit {
        width: 100%;
        max-width: 484px;
    }
    
    .credit ul {
        width: 100%;
    }
    
    .credit.short a > div div {
        width: 80%;
    }

    .credit.short .buy {
        width: 20%;
    }
    .credit.short .soon {
        width: 20%;
    }
    
    .pc-max {
        width: 100%;
        max-width: none;
        padding-left: 0;
        padding-right: 0;
    }
}

@media screen and (max-width: 767px) {
    
    .inner {
        padding-left: 4.13%;
        padding-right: 4.13%;
    }

    .txt-inner {
        padding-left: 1.2%;
        padding-right: 1.2%;
    }
    
    .credit a > div div {
        width: 60%;
    }

    .credit .buy {
        width: 38%;
    }
    .credit .soon {
        width: 40%;
    }

    .p-name {
        font-size: 88%;
    }
    
    .main-credit .italic {
        font-size: 94%;
    }

    .sp-max {
        width: 100vw;
        margin-left: -4.13vw;
        margin-right: -4.13vw;
    }

}


/* ------------------------
footer
------------------------ */

.footer {
    margin-left: auto;
    margin-right: auto;
    border-top: 1px solid #999999;
}

.footer a:hover {
    opacity: 0.8;
}

#f-logo {
    display: block;
    margin: 50px auto 0;
    width: 180px;
}

#f-list li {
    text-align: center;
    font-size: 11px;
    padding: 2px 0;
}

.f-copy {
    text-align: center;
    font-size: 11px;
    margin-top: 20px;
}

#f-link {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

#f-link li {
    width: 26px;
    margin: 0 15px;
}

#f-link a:hover {
    opacity: 0.75;
}

#f-link a img {
    display: block;
}

.footer-tit {
    text-align: right;
    display: inline-block;
}

.footer-btn a {
    border: 1px solid #000;
    padding: 10px 35px;
    background: #fff;
}

.footer-btn a:hover {
    background: #000;
    color: #fff;
    opacity: 1;
}

.coming-soon .menu-tit>div::after,
.coming-soon .menu-tit>div::before {
    display: none;
}

.border-outer {
    width: 100%;
    z-index: 9;
    position: relative;
    pointer-events: none;
}

.footer .flex {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

@media only screen and (min-width: 768px) {
}

#f-link-area {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

#f-link-area a:hover {
    opacity: 0.75;
}

.all-btn {
    display: block;
    padding: 8px 12px;
    color: #fff;
    border: 1px solid #6a6a6a;
    background: #6a6a6a;
}

.all-btn span {
    font-size: 64%;
}

.all-btn.snap {
    border: 1px solid #676767;
    background: #676767;
    color: #fff;
}

.all-btn:hover {
    background: #fff;
    color: #666;
}

@media only screen and (min-width: 768px) {
    
    .all-btn {
        font-size: 106%;
    }
}

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

}


/* ------------------------
key
------------------------ */

#key {
    width: 100%;
    height: calc(var(--vh, 1vh) * 100);
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.key-slider {
    width: 100%;
    height: 100%;
}

.key-img01 {
    width: 100%;
    height: calc(var(--vh, 1vh) * 100);
    background-image: url(../images/img_key01_pc.jpg);
    background-size: cover;
    background-position: top center;
}

.key-img02 {
    width: 100%;
    height: calc(var(--vh, 1vh) * 100);
    background-image: url(../images/img_key02_pc.jpg);
    background-size: cover;
    background-position: top center;
}

#key p {
    position: absolute;
    right: 13.33%;
    top: 50%;
    transform: translateY(-50%);
    width: 21.67%;
}

#catch .text-gray {
    font-size: 20px;
}

#catch .inner p {
    padding-left: 22px;
    margin-left: 22px;
    border-left: 1px solid #999;
}

#catch p {
    font-size: 12px;
}

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

    #key {
        height: calc(var(--vh, 1vh) * 62);
    }
    
    .key-img01 {
        height: calc(var(--vh, 1vh) * 62);
        background-image: url(../images/img_key01_sp.jpg);
    }

    .key-img02 {
        height: calc(var(--vh, 1vh) * 62);
        background-image: url(../images/img_key02_sp.jpg);
    }

    #key p {
        position: absolute;
        right: 50%;
        top: 50%;
        transform: translate(50%, -50%);
        width: 48.27%;
    }
    
    .title-main {
        width: 89%;
        margin-left: auto;
        margin-right: auto;
        padding-bottom: 50px;
    }
    
    #catch .inner {
        display: block;
    }
    
    #catch .text-gray {
        padding-bottom: 8px;
    }
    
    #catch .inner p {
        padding-left: 4%;
        margin-left: 0;
    }
    
}

/* ------------------------
item
------------------------ */

.style-tit {
    display: flex;
    align-items: flex-end;
    margin-bottom: 4px;
}

.style-tit span {
    font-size: 50px;
    line-height: 1.2;
}

.style-tit h2 {
    font-size: 18px;
    padding-left: 30px;
    position: relative;
}

.style-tit h2::before {
    content: "";
    width: 16px;
    height: 1px;
    background: #999;
    display: block;
    position: absolute;
    left: 2.5%;
    bottom: 15%;
}

.img-box01 > div {
    width: 49.4%;
    margin-bottom: 10px;
}

.img-box01 > div:nth-child(odd) {
    margin-right: 1.2%;
}

@media only screen and (min-width: 768px) {

    
    .img-box02 {
        width: 60%;
    }

    .img-box02 + div {
        width: 40%;
        padding-left: 2.2%;
    }
    
    .img-box03 > div {
        width: 32.766%;
    }
    
    .img-box03 > div:nth-child(1) {
        margin-right: 0.85%;
    }
    
    .img-box03 > div:nth-child(2) {
        margin-right: 0.85%;
    }

    .img-box03 + .style-tit {
        justify-content: center;
    }
    
    .pc_w81 {
        width: 81.5%;
        margin-left: auto;
        margin-right: auto;
    }
    
    .img-box06 > div:nth-child(1) {
        width: 49.4%;
        margin-bottom: 10px;
    }

    .img-box06 > div:nth-child(2) {
        width: 48.4%;
    }
    
    .img-box06 > div:nth-child(1) img:not(:last-child) {
        padding-bottom: 10px;
    }

    .img-box06 > div:nth-child(odd) {
        margin-right: 2.2%;
    }
    
    .img-box07 > div {
        width: 49.4%;
    }

    .img-box07 > div:nth-child(1) {
        margin-right: 1.2%;
    }

    .img-box07 + .style-tit {
        justify-content: center;
    }
    
    .img-box08 {
        width: 60%;
        order: 2;
    }

    .img-box08 + div {
        width: 40%;
        padding-right: 2.2%;
        order: 1;
    }

}

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

    .img-box01 > div {
        width: 49.25%;
        margin-bottom: 1.5vw;
    }
    
    .img-box02 {
        width: 100%;
    }
    
    .img-box02 + div {
        width: 100%;
        padding-left: 0;
    }

    .style-tit {
        padding-top: 3px;
    }
    
    .style-tit span {
        font-size: 43px;
    }

    .style-tit h2 {
        font-size: 15px;
    }

    .img-box03 > div:nth-child(1) {
        margin-right: 0;
        width: 100%;
        margin-bottom: 1.5vw;
    }

    .img-box03 > div:nth-child(2) {
        margin-right: 1.63%;
        width: 49.185%;
    }

    .img-box03 > div:nth-child(3) {
        width: 49.185%;
    }

    .img-box04 > div {
        width: calc(100% + 64px);
        margin-left: -32px;
        margin-right: -32px;
    }
    
    .img-box06 > div:nth-child(1) {
        width: 100%;
        padding-right: 20%;
    }

    .img-box06 > div:nth-child(2) {
        width: 100%;
    }
    
    .img-box06 > div:nth-child(1) img:not(:last-child) {
        margin-bottom: 1.5vw;
    }
    
    .img-box07 > div:nth-child(1) {
        margin-right: 0;
        margin-bottom: 1.5vw;
    }

    .img-box08 {
        width: 100%;
    }
    
    .img-box08 + div {
        width: 100%;
        padding-right: 0;
    }
    
}

.slick-dots {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
}

.slick-dots li {
    width: 13%;
    height: 6px;
    margin-left: 1%;
    margin-right: 1%;
}

.slick-dots button {
    text-indent: -9999px;
    border: none;
    border-radius: 0;
    background: #e0e0e0;
    width: 100%;
    height: 100%;
}

.slick-dots .slick-active button {
    text-indent: -9999px;
    border: none;
    border-radius: 0;
    background: #999;
    width: 100%;
    height: 100%;
}



@media only screen and (min-width: 768px) {
    
    .footer {
        padding-left: 50px;
        padding-right: 50px;
    }
    
    .footer-bottom {
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
    }
    
    .f-btn {
        order: 2;
        display: flex;
        flex-wrap: wrap;
        align-items: flex-end;
        padding-bottom: 3px;
    }

    #f-logo {
        margin: 0 12px 2px 0;
    }
    
    #f-link li {
        width: 20px;
        margin: 0 10px;
    }
    
    .f-copy {
        order: 1;
    }
    
    .footer .staff {
        margin-bottom: 20px!important;
    }

}

@media only screen and (max-width: 767px) {
    
    .f-btn {
        order: 2;
        display: flex;
        flex-wrap: wrap;
        align-items: flex-end;
        padding-bottom: 0;
    }

    #f-link li {
        width: 20px;
        margin: 0 10px;
    }

    #f-logo {
        margin: 0 12px 0 0;
        width: 160px;
    }
    
    .f-copy {
        margin-top: 15px;
        padding-bottom: 8px;
    }

}

#bg-loading h1 {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    display: none;
}

.txt-blouse {
    font-size: 58px;
    letter-spacing: 0.21em;
    line-height: 1.2;
}

.txt-collection {
    font-size: 38px;
    letter-spacing: 0.235em;
    line-height: 1.3;
}


@media only screen and (max-width: 767px) {
    
    .txt-blouse {
        font-size: 45px;
        letter-spacing: 0.21em;
    }

    .txt-collection {
        font-size: 30px;
        letter-spacing: 0.225em;
    }

}