@charset 'UTF-8';

.container.content-asset-container.contentassetid1-American-classic-20220805 {
    padding: 0;
}

section.main-image {
    width: 100%;
    max-width: 100%;
}

.american-classic img {
    max-width: 100%;
    margin: auto;
}

.american-classic-subtitle,
.american-classic-title {
    text-align: center;
    font-size: 60px;
    margin: 60px auto;
}

.japanese-subtitle,
.product-info,
.title-description {
    font-size: 18px;
    text-align: center;
    line-height: 1.8;
    margin: 60px auto;
}

.gender {
    display: flex;
    justify-content: center;
    margin: 40px auto;
}

.separeate {
    flex: 0 0 20px;
    text-align: center;
}

.gender-mens,
.gender-womens {
    flex: 0 0 90px;
}

.gender-mens {
    text-align: left;
}

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

.image-area {
    display: flex;
}

.image-area img {
    flex: 0 0 30%;
    max-width: 30%;
    margin: auto 1.5%;
}

.recommend .image-area img { 
    max-width: 100%;
}

.full-screen.slider {
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
}

.slick-prev, .slick-next {
    z-index: 1;
}

.slider-area {
    max-width: 100%;
    margin: 60px auto 30px;
    display: flex;
    align-items: center;
}

.slick-arrow {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 76px;
    height: 0;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

.slick-slide.slick-list {
    margin: auto 30px;
}

.slick-prev {
    left: 262px;
}

.slick-next {
    right: 262px;
}

.slick-prev:before, .slick-next:before {
    color: black;
}

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

.slick-slide:not(.slick-center) {
    -webkit-filter: opacity(50%) grayscale(100%);
    -moz-filter: opacity(50%) grayscale(100%);
    -o-filter: opacity(50%) grayscale(100%);
    -ms-filter: opacity(50%) grayscale(100%);
    filter: opacity(50%) grayscale(100%);
    transition: 0.2s linear;
}

.product-item-list {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    margin: auto;
    list-style: none;
    padding: 0;
}

.item-title {
    font-size: 14px;
    margin: 5px 1.5%;
}

.product-item-list li {
    flex: 0 0 23%;
    margin: 1%;
}

.pc-only {
    display: block !important;
}

.sp-only {
    display: none !important;
}

@media screen and (max-width: 767px) {
    .pc-only {
        display: none !important;
    }
    .sp-only {
        display: inline-block !important;
    }
    .american-classic-subtitle {
        font-size: 32px;
        margin: 30px auto;
    }
    .image-area {
        flex-wrap: wrap;
    }
    .japanese-subtitle,
    .product-info,
    .title-description {
        margin: 20px auto;
    }
    .gender {
        margin: 0px auto;
    }
    .recommend .image-area img,
    .image-area img {
        flex: 0 0 100%;
        max-width: 100%;
        margin: 20px auto;
    }
    .outfit-fall .image-area img{
        flex: 0 0 45%;
        max-width: 45%;
        margin: 10px auto;
    } 
    .product-item-list li {
        flex: 0 0 45%;
        max-width: 45%;
    }
    .slick-prev {
        left: 0;
    }
    
    .slick-next {
        right: 0;
    }
    .slick-prev:before, .slick-next:before {
        font-size: 30px;
    }
    .slick-arrow {
        width: 25px;
    }
    .slider-area {
        margin: 60px auto;
    }
}
