@charset "UTF-8";

/* hero */

.hero.-single {
    position: relative;
    max-width: 100%;
    height: 300px;
}

.hero.-single .sec_ttl {
    color: #000;
}


/* body */

.link_wrapper a {
    display: block;
    padding: 50px 60px;
    border-radius: 30px;
    width: 100%;
    max-width: 960px;
    height: 520px;
    margin: 0 auto 45px;
    position: relative;
}

.link_wrapper a:hover {
    cursor: pointer;
}

.link_wrapper a:first-child {
    background: url(/img/buy/bg-link01.png) no-repeat center;
    background-size: cover;
}

.link_wrapper a:nth-child(2) {
    background: url(/img/buy/bg-link02.png) no-repeat center;
    background-size: cover;
}

.link_wrapper a:last-child {
    background: url(/img/buy/bg-link03.png) no-repeat center;
    background-size: cover;
}

.link_wrapper a.-product {
    background: url(/img/buy/bg-link01.png) no-repeat center;
    background-size: cover;
}

.link_wrapper a.-seafood {
    background: url(/img/buy/bg-link02.png) no-repeat center;
    background-size: cover;
}

.link_wrapper a.-market {
    background: url(/img/buy/bg-link03.png) no-repeat center;
    background-size: cover;
}

.link_wrapper a::after {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 30px;
    transition-duration: .5s;
    z-index: 0;
}

.link_wrapper a:hover::after {
    background: rgba(0, 0, 0, 0);
}

.link_ttl {
    font-size: 50px;
    line-height: 60px;
    color: #fff;
    position: relative;
    z-index: 1;
}

.link_txt {
    color: #fff;
    position: relative;
    z-index: 1;
}

.link_wrapper {
    margin-bottom: 100px;
}

.link_wrapper a .cmn_btn {
    position: absolute;
    bottom: 20px;
    right: 20px;
    z-index: 10;
}

.scroll {
    top: 10%;
    z-index: -1;
}

.scroll_wrapper p {
    color: #F7F7F7;
}


/* single */

.hero.buy_single {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-bottom: 75px;
}

.hero.buy_single::after {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    border-radius: 50px;
    position: absolute;
    top: 0;
    left: 0;
}

.buy_single .sec_ttl.-en {
    font-size: 40px;
    color: #fff;
    position: relative;
}
.buy_single .sec_ttl.-ja {
    font-size: 30px;
    color: #fff;
    position: relative;
}

.icon_buy {
    text-align: center;
    margin-bottom: 50px;
}

/* single */

.hero.eat_single {
    height: 100%;
    padding: 100px 0 50px;
}

.hero.eat_single .sec_hd {
    margin-bottom: 30px;
}

.hero.eat_single .sec_ttl.-ja {
    font-size: 30px;
    font-weight: bold;
}

.intro {
    max-width: 830px;
    margin: 0 auto 50px;
    text-align: center;
}

.splide {
    margin-bottom: 100px;
    text-align: center;
}

.splide img {
    max-width: 960px;
    width: 100%;
    height: 100%;
    aspect-ratio: 960 / 630;
    border-radius: 30px;
    object-fit: cover;
}

.splide__arrow {
    display: none;
}

.splide__pagination {
    bottom: -60px;
}

.splide__pagination__page {
    background: #E4E4E4;
    border: solid 3px #E4E4E4;
    width: 18px;
    height: 18px;
}

.splide__pagination__page.is-active {
    background: #6E96CD;
}

.icon_eat {
    text-align: center;
    margin-bottom: 50px;
}

.build_info {
    max-width: 830px;
    margin: 0 auto 50px;
}

.build_info_list {
    margin-bottom: 50px;
}

.build_info_list li {
    padding: 20px 0;
    position: relative;
}

.build_info_list li::after {
    content: '';
    width: 100%;
    height: 2px;
    background: url(/img/cmn/cmn_line.svg);
    background-size: contain;
    background-repeat: repeat-x;
    position: absolute;
    bottom: 0;
    left: 0;
}

.build_info_list li:first-child::before {
    content: '';
    width: 100%;
    height: 2px;
    background: url(/img/cmn/cmn_line.svg);
    background-size: contain;
    background-repeat: repeat-x;
    position: absolute;
    top: 0;
    left: 0;
}

.build_info_ttl {
    color: #314D98;
}

.btn_file {
    color: #314D98;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background: #FFCA5D;
    width: 100%;
    max-width: 530px;
    padding: 25px 30px;
    margin: 0 auto;
    border-radius: 10px;
}

.btn_file::before {
    content: '';
    width: 28px;
    height: 38px;
    background: url(/img/cmn/icon-file_eat.png) no-repeat center;
    background-size: cover;
}

.btn_file:hover {
    opacity: .8;
}

.menu {
    background: url(/img/cmn/bg-buy.png) center;
    background-size: contain;
    border-radius: 50px;
}

.menu_ttl {
    font-size: 30px;
    margin-bottom: 30px;
    text-align: center;
}

.menu_list {
    display: flex;
    gap: 55px 40px;
    flex-wrap: wrap;
}

.menu_list li {
    width: 31%;
}

.menu_img {
    /* width: 100%; */
    width: calc(30%) - 20px;
    border-radius: 30px;
    aspect-ratio: 360 / 242;
}

.menu_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 30px;
}

.menu_list_ttl {
    font-size: 18px;
    margin: 10px 0;
}

.menu_list_txt {
    padding-bottom: 10px;
    margin-bottom: 5px;
    position: relative;
}

.menu_list_txt::after {
    content: '';
    width: 35px;
    height: 1px;
    background: #3C3C3C;
    position: absolute;
    bottom: 0;
    left: 0;
}

.menu_price span {
    font-size: 20px;
    padding: 0 5px;
}

.info {
    background: unset;
}



/* produce */

.produce_list {
    display: flex;
    gap: 60px 40px;
    flex-wrap: wrap;
}

.produce_img {
    padding: 5px;
    border-radius: 200px;
    border: solid 4px #78AFE1;
    overflow: hidden;
}

.produce_img img {
    transition-duration: .5s;
    border-radius: 200px;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.produce_list li:hover {
    cursor: pointer;
}

.produce_list li:hover .produce_img img {
    transform: scale(1.1);
}

.produce_ttl {
    font-size: 30px;
    margin-bottom: 50px;
    text-align: center;
}

.produce_place {
    text-align: center;
}

.produce_name {
    text-align: center;
}

.produce_popup {
    width: 100%;
    max-width: 730px;
    position: fixed;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    background: #fff;
    border-radius: 20px;
    border: solid 4px #78AFE1;
    padding: 45px 50px;
    z-index: 1000;
    box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.15);
    display: none;
}

.produce_popup::after {
    content: '';
    width: 64px;
    height: 64px;
    background: url(/img/cmn/btn_close.png) no-repeat center;
    background-size: cover;
    position: absolute;
    top: -40px;
    right: -40px;
    cursor: pointer;
}

.produce_popup_wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.produce_popup_cnt {
    flex: 1;
}

.produce_popup_cnt .produce_place {
    text-align: left;
}

.produce_popup_cnt .produce_name {
    margin-bottom: 25px;
    text-align: left;
}

.produce_info {
    display: flex;
    margin-bottom: 5px;
}

.produce_info dt {
    width: 80px;
}

.produce_info dd {
    flex: 1;
}



.cnt_hd {
    margin-bottom: 20px;
}

.cnt_ttl {
    font-size: 24px;
}

.page_link {
    border-radius: 50px 50px 0 0;
    background: url(/img/cmn/bg-bnr.png) no-repeat center;
    background-size: cover;
}

.page_link .inner {
    max-width: 1400px;
}

.page_link .link_wrapper {
    display: flex;
    justify-content: center;
    align-content: center;
    gap: 40px;
}

.page_link .link_wrapper a {
    max-width: 560px;
    height: 250px;
    margin: 0;
    padding: 30px 45px;
}

.page_link .link_wrapper a .link_ttl {
    font-size: 40px;
}

.page_link .link_wrapper a .link_txt {
    font-size: 20px;
}

.buy_single .cmnft::before {
    content: '';
    width: 100%;
    height: 100%;
    background: url(/img/cmn/bg-bnr.png) no-repeat center;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.buy_single .pnkz {
    background: url(/img/cmn/bg-bnr.png) no-repeat center;
    background-size: cover;
}


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

    .hero.-single {
        height: 200px;
    }

    .product_cnt {
        padding: 0;
    }

    .inner_sp {
        padding: 0 24px;
    }

    .hero.buy_single {
        padding: 50px 0;
    }

    .hero.buy_single .inner {
        padding: 0;
    }

    .intro {
        padding: 0 20px;
    }

    .scroll {
        top: 10%;
    }

    .scroll_wrapper p {
        font-size: 40px;
    }

    .link_wrapper {
        margin-bottom: 50px;
    }

    .link_wrapper a {
        width: 90%;
        height: 200px;
        border-radius: 10px;
        padding: 30px;
        margin-bottom: 20px;
    }

    .page_link .link_wrapper a {
        width: 100%;
    }

    .link_wrapper a::after {
        border-radius: 10px;
    }

    .link_ttl {
        font-size: 31px;
        line-height: 40px;
    }

    .icon_buy img {
        width: 130px;
    }

    .splide img {
        max-width: 90%;
    }


    .hero.buy_single::after {
        border-radius: 30px;
    }

    .hero.buy_single .sec_hd {
        margin-bottom: 0;
    }

    .buy_single .sec_ttl.-en {
        font-size: 30px;
        line-height: 40px;
    }

    .buy_single .sec_ttl.-ja {
        font-size: 20px;
    }


    /* menu */

    .menu_list li {
        width: 100%;
    }


    /* link */

    .page_link .link_wrapper {
        flex-flow: column;
        align-items: center;
        gap: 10px;
    }

    .page_link .link_wrapper a {
        height: 170px;
        padding: 30px 20px;
    }

    .page_link .link_wrapper a .link_ttl {
        font-size: 24px;
        line-height: 35px;
    }
}