@charset "utf-8";

/* ---- fv ---- */

.top-fv{
    height: 50vw;
    max-height: 800px;
    /* background: url(../images/top/fv_top.png) no-repeat center / cover; */
    /* background: url(../images/top/top-fv_summer2024_main.jpg) no-repeat center / cover; */
    /* background: url(../images/top/fv_winter2023.png) no-repeat center / cover; */
    position: relative;
}

.top-fv .container{
    height: 100%;
    position: relative;
}

.top-fv_img{
    width: 100vw;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.top-fv_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.top-fv_parts{
    position: absolute;
    top: 10px;
    right: 10px;
    width: 15vw;
}

.top-fv_txt{
    position: absolute;
    bottom: 40px;
}

.top-fv_txt p{
    color: var(--clr-wh);
    background: var(--clr-main);
    font-size: var(--fs-44);
    font-weight: bold;
    padding: 15px 0 15px 15px;
    margin-top: 10px;
    display: inline-block;
}

.top-fv_txt p span{
    margin-right: -0.4em;
}

.top-fv_link{
    position: absolute;
    right: 0;
    bottom: -100px;
    transition: .3s;
}

.top-fv_link:hover{
    transform: scale(1.05);
    transition: .3s;
}

.top-fv_link img{
    max-width: 200px;
}

@media (max-width:768px){
    .top-fv{
        background: url(../images/top/fv_top.png) no-repeat center / cover;
        /* height: 400px; */
        /* height: 320px; */
        /* background: url(../images/top/top-fv_summer2024_main_sp.jpg) no-repeat center right 0 / cover; */
        /* background: url(../images/top/fv_winter2023.png) no-repeat center right / cover; */
        width: 100%;
        height: auto;
        aspect-ratio: 16/12;
    }

    .top-fv_txt{
        left: 0;
        bottom: 40px;
    }

    .top-fv_txt p{
        padding: 5px 0 5px 5px;
    }

    .top-fv_link{
        width: 180px;
        /* width: 30vw; */
        bottom: -30px;
    }

    .top-fv_link img{
        max-width: 100%;
    }
}

@media (max-width:540px){

    .top-fv{
        aspect-ratio: 1/1;
    }

    .top-fv .container{
        max-width: 96%;
    }

    .top-fv_parts{
        width: 20vw;
    }

    .top-fv_txt p{
        font-size: var(--fs-30);
        padding: 5px 0 5px 5px;
    }

    .top-fv_link{
        width: 120px;
    }
}

@media (max-width:375px){
    .top-fv_txt p{
        font-size: 16px;
    }

    .top-fv_link{
        width: 100px;
    }
}

/* ---- News ---- */

.top-news{
    background: var(--clr-sub);
    padding: 60px 0;
}

.top-news .heading_lg{
    margin-bottom: 40px;
}

.top-news-bnr > a{
    display: flex;
    align-items: center;
    background: var(--clr-wh);
    padding: 20px 30px;
    margin-bottom: 20px;
    gap: 20px;
    border-radius: 10px;
}

.top-news-bnr > a > *{
    flex: 1;
    margin: 0;
}

.top-news-bnr time{
    font-weight: 600;
}

.top-news-bnr p{
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 10px;
}

@media (max-width:768px){
    .top-news-bnr > a{
        flex-direction: column;
        padding: 15px;
    }

    .top-news-bnr p{
        font-size: 16px;
    }
}

.top-info{
    margin-top: 60px;
}

.top-info .heading_lg{
    font-size: var(--fs-20);
    font-weight: bold;
    margin-bottom: 20px;
}

.top-info .list{
    border-top: 1px solid var(--clr-bk);
    border-bottom: 1px solid var(--clr-bk);
    padding: 20px 0;
}

.top-info .list .list-item + .list-item{
    margin-top: 15px;
}

.top-info .list .list-item a{
    display: flex;
    flex-wrap: wrap;
}

.top-info .tag-items{
    margin: 0 10px;
}

@media (max-width:768px){
    .top-info .list .list-item p{
        width: 100%;
        margin-top: 10px;
    }
}

/* ---- Brand ---- */

.top-product .top-brand{
    position: relative;
    margin-bottom: 220px;
}

.top-product .top-brand .txt-wrap{
    position: absolute;
    right: 0;
    bottom: -160px;
    background: var(--clr-wh);
    width: 50%;
    padding: 30px 40px;
}

.top-product .top-brand .txt-wrap p{
    font-size: var(--fs-16);
    margin-bottom: 20px;
}

.top-product .top-brand .txt-wrap a{
    font-weight: bold;
    font-size: var(--fs-16);
    color: var(--clr-main);
}

.top-product .top-brand .heading{
    font-weight: bold;
    font-size: var(--fs-30);
    margin-bottom: 20px;
    padding: 0;
}

.top-product .top-brand .heading span{
    display: block;
    padding-bottom: 10px;
    margin-bottom: 20px;
    color: var(--clr-main);
    font-size: var(--fs-30);
    border-bottom: 1px solid var(--clr-main);
}

.top-product .top-brand figure{
    justify-content: flex-start;
}

@media (max-width:768px){
    .top-product .top-brand{
        margin-bottom: 0;
    }

    .top-product .top-brand .txt-wrap{
        width: 100%;
        bottom: unset;
        position: relative;
        padding: 4vw;
    }

    .top-product .top-brand .heading{
        padding-left: 0 !important;
    }
}

/* ---- Product ---- */

.top-product .heading{
    font-size: var(--fs-30);
    font-weight: bold;
    margin-bottom: 30px;
    background: var(--clr-wh);
    padding: 10px 0 10px 30px;
    position: relative;
    left: 0;
}

.top-product .heading span{
    display: block;
    font-size: var(--fs-16);
    font-family: var(--fnt-Arial);
    color: var(--clr-main);
    margin-bottom: 5px;
}

.top-product .swiper .swiper-buttons{
    top: 50%;
}

.top-product_inner + .top-product_inner{
    margin-top: 40px;
}

.top-product_inner .swiper_lg{
    background: var(--clr-sub);
    padding: 30px 0 40px;
}

@media (max-width:768px){
    .top-product .swiper{
        margin-left: 0;
    }

    .top-product .heading{
        width: 100%;
        margin-bottom: 20px;
    }

    .top-product .heading br{
        display: none;
    }
}

/* ---- shop ---- */

/* .top-shop{
    padding-top: 0;
} */

.top-shop .bt_img{
    height: 300px;
}

.top-shop .bt_img p span{
    font-size: var(--fs-20);
    display: block;
}

.top-shop .bt_img p span::before{
    content: "＼";
}

.top-shop .bt_img p span::after{
    content: "／";
}

.top-shop .list-item.bnr{
    width: 100%;
    max-width: 690px;
    margin: 40px auto 0;
}

.top-shop .list-item.bnr figure{
    overflow: visible;
}

@media (max-width:768px){
    .top-shop .bt_img{
        height: 180px;
    }
}

/* ---- recipe ---- */

.top-recipe{
    background: var(--clr-sub);
}

/* ---- company ---- */

.top-mission{
    display: flex;
    margin-bottom: 60px;
}

.top-mission .img-wrap{
    overflow: hidden;
    width: 50vw;
    margin-left:calc(50% - 50vw);
}



.top-mission .img-wrap img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.top-mission .txt-wrap{
    font-size: var(--fs-18);
    background: var(--clr-main);
    color: var(--clr-wh);
    width: 50vw;
    position: relative;
    padding: 40px;
    margin-right:calc(50% - 50vw);
}

.top-mission .txt-wrap .heading{
    font-size: var(--fs-30);
    font-weight: bold;
    margin-bottom: 40px;
}

.top-mission .txt-wrap .heading span{
    color: var(--clr-main);
    background: var(--clr-wh);
    padding: 5px 40px;
    position: relative;
    left: -40px;
    margin-bottom: 40px;
    display: inline-block;
}

.top-mission .txt-wrap .heading em{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: var(--clr-wh);
    color: var(--clr-main);
    margin-right: 5px;
    padding: 5px;
}

.top-company .bt_img{
    height: 200px;
}

.top-company .list{
    margin-bottom: 40px;
}

@media (min-width:1140px){
    .top-mission .txt-wrap{
        margin-right: 0;
    }
}

@media (max-width:768px){
    .top-mission{
        flex-direction: column;
        max-height: none;
        margin: 0 calc(50% - 50vw) 40px;
    }

    .top-mission .img-wrap{
        height: 250px;
    }

    .top-mission .img-wrap,
    .top-mission .txt-wrap{
        margin: 0;
        width: 100%;
    }

    .top-mission .txt-wrap .heading,
    .top-mission .txt-wrap .heading span{
        margin-bottom: 20px;
    }

    .top-company .bt_img{
        height: 140px;
    }
}

@media(max-width:375px){
    .top-company .heading_lg span::after{
        display: none;
    }   
}

/* ---- instagram ---- */
.top-instagram .list{
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
}
.top-instagram li{
    width: calc(33.33% - 20px/3);
    height: auto;
    aspect-ratio: 1/1;
}
.top-instagram li:nth-child(n+4){
    margin-top: 10px;    
}
.top-instagram li:not(:nth-child(3n)){
    margin-right: 10px;
}
.top-instagram li img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.top-instagram .bt_round{
    max-width: 240px;
    margin-top: 20px;
    padding: 7px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--fnt-Montserrat);
    font-weight: 500;
}
.top-instagram .bt_round i{
    width: 20px;
    height: 20px;
    margin-right: 7px;
}
/* ---- recruit ---- */

.top-recruit{
    background: var(--clr-lgy);
}

.top-recruit .bt_img{
    height: auto;
    flex-direction: column-reverse;
    box-shadow: 1px 2px 6px rgba(0, 0, 0, 0.2);
    border-radius: 5px  ;
}

.top-recruit .bt_img::before{
    display: none;
}

.top-recruit .bt_img figure{
    position: relative;
    opacity: 1;
}

.top-recruit .bt_img img{
    position: relative;
}

.top-recruit .bt_img p{
    font-size: var(--fs-26);
    color: var(--clr-bk);
    background: var(--clr-wh);
    display: block;
    width: 100%;
    bottom: 0;
    padding: 15px 40px;
    text-align: left;
}

.top-recruit .bt_img i{
    border-color: var(--clr-main);
}

/* @media (max-width:768px){
    .top-recruit .bt_img{
        height: 240px;
    }
} */