@charset "utf-8";

/*トップページ/メインスライダー
--------------------------------------*/
.brand_slider {
    margin-top: 25px;
}

.brand_slider .slick-slide {
    width: 100%;
    max-width: 715px;
    height: auto !important;
    margin-right: 1.25vw !important;
    margin-left: 1.25vw !important;
}

.brand_slider_outer {
    position: relative;
}

.brand_slider_cont {
    position: absolute;
    width: 100%;
    top: 3%;
    z-index: 3;
    color: #fff;
    padding: 0;
}

.brand_slider_name {
    width: fit-content;
    text-align: left;
    margin-left: 1.70em;
}

.brand_slider_name_en {
    font-size: 3.95em;
    text-align: center;
}

.brand_slider_name_ja {
    margin-top: -0.55em;
    text-align: center;
    font-size: 1.25em;
}

.brand_slider_catch {
    width: 100%;
    padding: 0 0.65em;
    font-size: 1.50em;
    font-weight: normal;
    text-align: left;
    letter-spacing: 0.05em;
    position: absolute;
    left: 0;
    bottom: 2.55em;
    display: inline-flex;
    color: #fff;
}

.brand_slider_more {
    bottom: 4%;
    right: 8%;
    text-align: right;
    position: absolute;
    font-size: 1.20em;
}

.brand_slider_more a {
    color: #fff;
    text-decoration: none;
    margin-right: 18px;
}

.brand_slider_more a:after {
    content: '';
    width: 10px;
    height: 10px;
    border: 0;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -6px;
    transform: rotate(45deg);
}

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

    .brand_slider {
        width: 100%;
    }

}

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

    .brand_slider {
        width: 100%;
    }

    .brand_slider .slick-slide {
        margin-right: 0px !important;
        margin-left: 0px !important;
    }

}

/*トップページ/キャンペーンスライダー
--------------------------------------*/
.campaign_slider .slick-prev,
.campaign_slider .slick-next {
    top: 45% !important;
}

.campaign_slider figure.fs-pt-carousel__slide {
    padding: 1.05em;
}

.campaign_slider figcaption.fs-pt-carousel__slide__caption {
    margin-top: 0.55em;
    position: relative;
    background: none;
    color: #000;
    font-size: 13px;
    text-align: left;
}

.campaign_slider ul.slick-dots {
    position: relative;
    bottom: 0px;
    left: 0;
}

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

    .campaign_slider .slick-prev,
    .campaign_slider .slick-next {
        top: 37.5% !important;
    }

    .campaign_slider ul.slick-dots {
        bottom: 17.5px;
    }

    .campaign_slider.slick-slider {
        margin-bottom: 0px !important;
    }

    .campaign_slider figure.fs-pt-carousel__slide {
        padding: 0.5em;
    }
    

}

/*トップページ/BRAND一覧
--------------------------------------*/
.brand-list {
    width: 100%;
    padding: 0 3.75%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 3.75%;
}

.brand-list .fs-pt-column__item {
    width: calc(92.5% / 3);
    display: inline-block;
    padding: 0;
    box-sizing: border-box;
}

.brand-list .fs-pt-column__image {
    display: block;
    position: relative;
}

.brand-list .fs-pt-column__image::after {
    content: "もっと見る >";
    position: absolute;
    font-size: 1em;
    color: rgb(255, 255, 255);
    bottom: 12.5px;
    right: 8px;
    width: 90px;
}

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

    .brand-list {
        width: 100%;
        padding: 0 0%;
        gap: 3.75%;
    }

    .brand-list .fs-pt-column__item {
        width: calc(96.25% / 2);
    }

}

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

    .brand-list .fs-pt-column__image>img {
        width: 100%;
    }

    .brand-list .fs-pt-column__item {
        width: 100%;
    }

}

/*トップページ/FEATURED ITEMS
--------------------------------------*/
#featured-items {
    background: #F7F7F5;
    width: 100%;
}

.featured-list {
    width: 100%;
    padding: 0 3.75%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 3.75%;
}

.featured-list .fs-pt-column__item {
    width: calc(96.25% / 2);
    display: inline-block;
    padding: 0;
    box-sizing: border-box;
}

.featured-list .fs-pt-column__image {
    display: block;
    position: relative;
}

.featured-list .fs-pt-column__image::after {
    content: "もっと見る >";
    position: absolute;
    font-size: 1em;
    color: rgb(255, 255, 255);
    bottom: 12.5px;
    right: 8px;
    width: 90px;
}

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

    .featured-list {
        padding: 0;
    }

    .featured-list .fs-pt-column__item {
        width: 100%;

    }

}

/*トップページ/STAFF VOICE
--------------------------------------*/
.voice-list {
    width: 100%;
    padding: 0 3.75%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.voice-list .staff_voice_item {
    width: calc(92.5% / 4);
    display: block;
    box-sizing: border-box;
}

.voice-list .voice-image {
    display: flex;
    align-items: center;
}

.voice-list .voice-image .fs-pt-column__image {
    width: 24%;
    display: inline-block;
    vertical-align: middle;
}

.voice-list .voice-image .fs-pt-column__description {
    margin-bottom: 0 !important;
}

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

    .voice-list {
        width: 100%;
        padding: 0%;
    }

    .voice-list .staff_voice_item {
        width: calc(96.25% / 2);
        margin-bottom: 2.75rem;
    }

    .voice-list .staff_voice_item .fs-pt-column__description {
        margin-bottom: 1.25rem;
    }

}

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

    .voice-list .staff_voice_item {
        width: 100%;
        margin-bottom: 3.5rem;
    }

    .voice-list .voice-image .fs-pt-column__image {
        width: 18.5%;
    }

}

/*トップページ/MOVIE
--------------------------------------*/
#movie_Wrap {
    display: grid;
    grid-template-rows: max-content;
    height: 100%;
    width: 100%;
    padding: 0;
}

#movie_Wrap li {
    width: 100%;
    list-style: none;
}

.iframe-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.iframe-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media screen and (max-width:767px) {
    #movie_Wrap {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 1em;
    }

    #movie_Wrap li .iframe-wrapper {
        min-height: 300px;
    }

    .iframe-wrapper {
        margin-bottom: 0.5em;
    }
}

@media screen and (min-width:768px) {
    #movie_Wrap {
        grid-template-columns: repeat(4, 1fr);
        grid-gap: 2em;
    }

    #movie_Wrap li .iframe-wrapper {
        min-height: 478px;
    }

    .iframe-wrapper {
        margin-bottom: 1em;
    }
}

/*トップページ/NEWS
--------------------------------------*/
.news .fs-p-dateList {
    width: 100%;
    padding: 0 3.75%;
}

.news .fs-pt-list__item {
    padding: 1.75em 0 1.25em 0 !important;
    margin-top: 0 !important;
}

.news .fs-pt-list__item:first-of-type {
    border: initial !important;
}

