@charset "UTF-8";
/*===================
fade
=====================*/
.fade .animation-bg {
    background: #030303;
    content: "";
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    animation-name: PageAnime-fade;
    animation-duration: 0.5s;
    animation-delay: 0.6s;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;
    pointer-events: none;
}

@keyframes PageAnime-fade {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    display: none;
  }
}

/*===================
header
=====================*/
.header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 100;
}

.header {
    padding: 31px 4.5%;
    background-color: #030303;
}

.header__logo,
.nav__logo {
    width: 78px;
    height: 42.443px;
}

.header__logo {
    top: 10px;
}

/* .nav初期表示 */
.nav {
    background: #030303;
    width: 100%;
    height: 100vh;
    padding: 10px 4.5%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    transform: translateX(-100%);
    transition: transform 0.4s;
}

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

.nav__btn {
    width: 30px;
    height: 30px;
}

.nav__list{
    margin-top: 71.65px;
}

.nav__item {
    margin-top: 52px;
    color: #FFF;
    text-align: center;
    font-family: Oswald;
    font-size: 2rem;
    font-weight: 700;
}

.nav.active {
    transform: translateX(0);
}

.header__btn {
    display: block;
    width: 25px;
    height: 17px;
    cursor: pointer;
    position: absolute;
    top: 23px;
    right: 5.2%;
}

/* header　pc */
@media screen and (min-width: 769px) {
    .header {
        padding: 0 1.9%;
        height: 85px;
        background-color: #030303;
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }
    
    .header__logo {
        width: 120px;
        margin-left: 0.9%;
        top: 10px;
    }
    
    .nav {
        background: transparent;
        width: auto;
        height: auto;
        padding: 0;
        position: static;
        transform: none;
    }

    .nav__header {
        display: none;
    }
    
    .nav__btn {
        display: none;
    }
    
    .nav__list{
        margin-top: 0;
        display: flex;
        align-items: center;
    }
    
    .nav__item {
        margin-top: 0;
        font-size: 1.6rem;
        font-weight: 400;
        margin-left: 70px;
    }
    
    .header__btn {
        display: none;
    } 
}/* pc 769px */

/*===================
products
=====================*/
.products__item:last-of-type {
    margin-top: 60px;
}

.pro__indigo,
.pro__black {
    padding: 40px 10vw 0;
}

.products__txt {
    margin: 20px 10.6% 0;
    text-align: center;
}

.products__body {
    display: none;
}

.thumbnail__content1,
.thumbnail__content2 {
    display: none;
}

h3 {
    font-family: "EB Garamond";
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.3;  
}

.products__type {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.products__detail {
    margin-left: 12%;
}

.color img {
    width: 80px;
    height: 66px;
}

.country,
.material,
.price {
    font-family: "EB Garamond";
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.3;
}

.material,
.price {
    margin-top: 2px;
}

.size {
    margin-top: 20px;
}

.line {
    border: 0.5px solid #030303;
    margin-top: 7px;
}

.online__btn {
    margin-top: 30px;
}

/*================
arrow
=================*/
.arrow_box {
    margin: 0;
    position: relative;
}

.prev-arrow,
.next-arrow {
    display: block;
    transition: all .3s ease;
    cursor: pointer;
    position:absolute;
}

.prev-arrow {
    top: 50%;
    left: 10%;
    z-index: 99;
}

.next-arrow {
    top: 50%;
    right: 10%;
    z-index: 99;
}

.prev-arrow {
    transform: rotate(180deg);
}

.prev-arrow::before,
.next-arrow::before{
    position:absolute;
    content: "";
    width:15px;
    height:15px;
    border-right: 1px solid #1B1A1A;
    border-top: 1px solid #1B1A1A;
    top:0;
    bottom:0;
    left:0;
    right: 3px;
    margin:auto;
    transform:rotate(45deg);
}

@media screen and (min-width: 769px) {
    .products__item {
        display: flex;
        justify-content: center;
        align-items: flex-start;
        margin: 100px 6.9% 0;
        gap: 0 80px;
    }

    .products__item:last-of-type {
        margin-top: 160px;
    }

    .pro__indigo,
    .pro__black {
        padding: 0 25px;
    }

    .indigo__img,
    .black__img {
        width: 50%;
    }

    .pro__indigo1,
    .pro__black2 {
        margin: 20px 0 0;
        padding: 0 10px;
    }

    .thumbnail__content1,
    .thumbnail__content2 {
        padding: 30px 3% 0;
    }    

    .products__txt {
        margin: 0;
        width: 50%;
        padding-left: 0px;
    }

    .products__body {
        display: block;
    }

    .thumbnail__content1,
    .thumbnail__content2 {
        display: block;
    }

    .products__title {
        font-size: 2.6rem;
        font-weight: 700;
        line-height: 1.3;
        text-align: left;
    }

    .color img {
        width: 100px;
        height: 86px;
    }

    .products__type {
        justify-content: left;
        margin-left: 40px;
        margin-top: 30px;
    }

    .country,
    .material,
    .price {
        font-family: "EB Garamond";
        font-size: 2rem;
        font-weight: 400;
        line-height: 1.3;
    }

    .material,
    .price {
        margin-top: 4px;
    }

    .size {
        margin-top: 30px;
    }

    .products__ja {
        margin-top: 30px;
        font-family: "Noto Sans JP";
        font-size: 1.5rem;
        font-weight: 400;
        line-height: 1.4;
        text-align: left;
    }

    .products__en {
        margin-top: 30px;
        font-family: "EB Garamond";
        font-size: 1.9rem;
        font-weight: 400;
        line-height: 1.3;
        text-align: left;
    }

    .btn {
        text-align: left;
    }

    .online__btn {
        margin-top: 30px;
    }

    .footer {
        margin-top: 250px;
    }

    /*================
    arrow
    =================*/
    .arrow_box {
        margin: 0;
        position: relative;
    }

    .prev-arrow,
    .next-arrow {
        display: block;
        transition: all .3s ease;
        cursor: pointer;
        position:absolute;
    }

    .prev-arrow {
        top: 50%;
        left: 0;
        z-index: 9999;
    }

    .next-arrow {
        top: 50%;
        right: 0;
        z-index: 9999;
    }

    .prev-arrow {
        transform: rotate(180deg);
    }

    .prev-arrow::before,
    .next-arrow::before{
        position:absolute;
        content: "";
        width:20px;
        height:20px;
        border-right: 1px solid #1B1A1A;
        border-top: 1px solid #1B1A1A;
        top:0;
        bottom:0;
        left:0;
        right: 3px;
        margin:auto;
        transform:rotate(45deg);
    }


    .thumbnail__content1 .slick-track {
        transform: unset !important;
    }

    .pro__indigo1 {
        opacity: 0.3;
        transition: opacity .3s linear;
        width: calc(100% / 4) !important;
    }

    .thumbnail__content1 .slick-current {
        opacity: 1;
    }


    .thumbnail__content2 .slick-track {
        transform: unset !important;
    }

    .pro__black2 {
        opacity: 0.3;
        transition: opacity .3s linear;
        width: calc(100% / 4) !important;
    }

    .thumbnail__content2 .slick-current {
        opacity: 1;
    }
}/* pc 769px */

/*================
scroll top
=================*/
.button {
    display: inline-block;
    padding: 10px 4.8px 13px;
    border-radius: 50%;
    border: 0.5px solid #030303;
    color: #030303;
    font-size: 0.8rem;
    transform: scale(2, 1);

    position: fixed;
    bottom: 7.3%;
    right: 3.5%;

    opacity: 0;
    visibility: hidden;
}

.active{
    opacity: 1;
    visibility: visible;
}

@media screen and (min-width: 769px) {
    .button {
        display: inline-block;
        padding: 13px 6.3px 17px;
        border-radius: 50%;
        border: 0.9px solid #030303;
        color: #030303;
        font-size: 0.9rem;
        transform: scale(2, 1);

        position: fixed;
        bottom: 9%;
        right: 1.8%;
    }
}/* pc 769px */