@charset "UTF-8";
/* CSS Document */

body {
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
    background: #F4F2F0;
}
img{
    width:  100%
}
.br_sp{
    display: none;
}

/* .mv */
.mv .swiper {
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
}
.mv .swiper img {
    height: auto;
}
.mv .swiper-button-next,
.mv .swiper-button-prev {
    display: none;
}
.mv .swiper-pagination {
    display: none;
}

/* .inner */
.inner  {
    margin-bottom: 10%;
}
.inner .intro {
    margin-bottom: 4.5%;
}
.inner .intro h2{
    text-align: center;
    color: #888888;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 300;
    font-size: 34px;
    margin-bottom: 2.2%;
}
.inner .intro h2 span{
    margin-left: -1%;
}
.inner .intro p{
    text-align: center;
    color: #888888;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 100;
    font-size: 24px;
    line-height: 44px;
}
@media (max-width: 1500px) {
    .inner .intro h2{
        font-size: 2.6vw;
    }
    .inner .intro p{
        font-size: 1.6vw;
        line-height: 2.93vw;
    }
}
.inner .container {
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
}

.inner .inner-swiper .swiper-wrapper {
    transition-timing-function: linear;
}

.inner .inner-swiper .swiper-slide {
    width: auto;
    margin-left: 2%;
}
.inner .inner-swiper .swiper-slide img {
    max-height: 360px; 
    width: auto;
}
.inner .product .inner-swiper .swiper-slide img {
    max-height: 420px; 
    width: auto;
}
@media (max-width: 1500px) {
    .inner .inner-swiper .swiper-slide img {
        max-height: 24vw; 
    }
    .inner .product .inner-swiper .swiper-slide img {
        max-height: 28vw; 
    }
}

.inner .goods-list {
    width: 66%;
    max-width: 1000px;
    margin: 0 auto;
}
.inner .goods-list .product-images{
    display: flex;
    gap: 1.5%;
    margin: 4% auto 3.5%
}
.inner .goods-list .product-images img{
    border: 1px solid #CCCCCC;
}
.inner .goods-list .btn{
        width: 220px;
    margin: 0 auto;
}

.inner .click-area{
  transition: filter 0.3s;
}
.inner .click-area:hover {
  filter: brightness(80%);
}

/*============================================*/

/* .concept */
.inner .concept {
    margin-top: 5.5%;
}

/* .line-up */
.inner .line-up {
    margin-top: 6%;
}
.inner .line-up .intro{
    margin-bottom: 3%;
}
.inner .line-up .main-img {
    width: 29.33%;
    margin: 3% auto 4%;
}
.inner .line-up .category-list {
    width: 76.73%;
    display: flex;
    gap: 3%;
    margin: 0 auto;
}

/* .product */
.inner #tote-m,
.inner #tote-s,
.inner #drawstraing{
    margin-top: 5%;
    padding-top: 5%;
}

/* SP ============================================*/

@media (max-width: 750px) {
    .br_sp{
        display: block;
    }
    
    .inner  {
        margin-bottom: 20%;
    }
    .inner .intro{
        margin-bottom: 7%;
    }
    .inner .intro h2{
        font-size: 4.53vw;
    }
    .inner .intro h2 span{
        margin-left: -2%;
    }
    .inner .intro p{
        font-size: 3.2vw;
        line-height: 5.86vw;
    }
    .inner .inner-swiper .swiper-slide img {
        max-height: 38vw;
    }
    .inner .product .inner-swiper .swiper-slide img {
        max-height: 44vw; 
    }
    
    .inner .concept {
        margin-top: 14%;
    }
    
    .inner .line-up {
        margin-top: 10%;
    }
    .inner .line-up .main-img {
        width: 87.66%;
        margin: 3% auto 4%;
    }
    .inner .line-up .category-list {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .inner .line-up .category-list .img {
        width: calc(50% - 2%);
    }
    .inner .line-up .category-list .img:nth-child(3) {
        width: calc(50% - 2%);
        margin: 3.8% auto 0;
    }
    .inner .goods-list {
        width: 87%;
    }
    .inner .goods-list .product-images {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .inner .goods-list .product-images .img {
        width: calc(50% - 2%);
        margin-bottom: 4%;
    }
    .inner .goods-list .btn {
        width: 46%;
    }
    
    /* .product */
    .inner .tote-m,
    .inner #tote-s,
    .inner #drawstraing{
        margin-top: 8%;
    }

}