@charset "utf-8";

/* banner */
section#banner {
    position: relative;
    padding: 0;
}

section#banner .slider .item .wrapp-banner {
    min-height: 600px;
    height: 85vh;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    align-content: center;
    position: relative;
    overflow: hidden;
    background-color: #fffae8;
}

.bg-banner {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    z-index: 1;
}

.slick-track {
    display: flex !important;
}

.btn-banner {
    padding: 11px 24px;
    font-size: 18px;
    font-weight: 500;
    background: #ffc915;
    border-radius: 6px;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, .8);
    font-family: tsukuAR;
    line-height: 1.6;
    font-weight: bold;
    display: inline-block;
}

.btn-banner:hover {
    color: #000;
}

#banner .slick-dots {
    position: absolute;
    bottom: 5px;
}

#banner .slick-dots li button:before {
    font-size: 8px;
    color: #fff;
}

#banner .slick-dots li.slick-active button:before {
    font-size: 10px;
}

#banner .slick-dots li {
    margin: 0;
}

#banner .slick-dotted.slick-slider {
    margin-bottom: 0;
}

/* topics */
section#topics {
    padding-top: 50px;
    padding-bottom: 0;
    overflow: hidden;
}

#topics .heading-img {
    margin-bottom: 32px;
}

section#topics .inner {
    padding: 0 20px;
    width: unset;
}

/* lineup_product */
section#lineup_product {
    padding: 50px 0;
}

section#lineup_product .wrap-btn-center:first-child {
    margin-bottom: 50px;
}

section#lineup_product .inner {
    padding: 0 20px;
    width: unset;
}

section#lineup_product .slick-list {
    max-width: 800px;
    margin: auto;
    overflow: visible;
}

section#lineup_product .slick-initialized .slick-slide.slick-current {
    transform: scale(1.1);
}

section#lineup_product .slick-slide img {
    width: 100%;
    max-width: 155px;
    object-fit: contain;
    display: block;
    margin: auto;
    box-shadow: 1px 1px 6px rgb(0 0 0 / 50%);
}

section#lineup_product .slick-track {
    padding: 20px 0;
}

/* news */
section#news {
    padding: 50px 0 80px 0;
}

.inner-news {
    margin-bottom: 20px;
}

.inner-news .frame-news {
    width: 100%;
    display: block;
}

.inner-news h2.heading-img,
#calendar .heading-img,
#tasting .heading-img,
#sns .heading-img {
    text-align: center;
    display: block;
    margin: auto;
    border: 1px solid #007a3e;
    border-radius: 8px;
    font-size: 24px;
    color: #007a3e;
    position: relative;
    background-color: #fff;
    padding: 5px 0;
    font-family: tsukuAR;
    line-height: 1.3;
    font-weight: bold;
}

.inner-lineup .heading-img {
    margin-bottom: 32px;
    position: relative;
    padding-top: 50px;
}

.inner-lineup .heading-img img {
    position: absolute;
    height: 40px;
    width: 100%;
    object-fit: cover;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
}

.heading-with-accent {
    margin-top: -12px;
    border: 2px solid #007a3e;
    padding: 10px;
    background-color: #fff;
    box-shadow: 1px 2px 6px rgb(0 0 0 / 50%);
}

.wrapp-heading-text {
    text-align: center;
    display: block;
    margin: auto;
    border: 1px solid #007a3e;
    border-radius: 8px;
    font-size: 24px;
    color: #007a3e;
    position: relative;
    background-color: #fff;
}

.wrapp-heading-text>span {
    position: absolute;
    width: 10px;
    height: 10px;
    background: #007a3e;
    border: 2px solid #fff;
}

.wrapp-heading-text .left {
    left: -2px;
    top: -2px;
}

.wrapp-heading-text .left-bottom {
    left: -2px;
    bottom: -2px;
}

.wrapp-heading-text .right {
    right: -2px;
    top: -2px;
}

.wrapp-heading-text .right-bottom {
    right: -2px;
    bottom: -2px;
}

.inner-content {
    padding: 30px 10px;
    background: #fff;
}

.news-list {
    padding: 0;
    max-width: 590px;
    display: block;
    margin: auto;
}

.news-list li:not(:last-child) {
    margin-bottom: 12px;
}

.news-list li a {
    display: flex;
    font-family: HanSan_Bold;
    font-weight: bold;
    font-size: 14px;
    color: #007a3e;
}

.news-list li a:hover {
    color: #000;
}

.news-list .date {
    margin-right: 15px;
}

.news-list .category {
    margin-right: 15px;
}

.news-list .content small {
    margin-left: 0.5em;
    color: red;
}

.inner-sns h3 {
    margin-bottom: 40px;
}

.list-sns {
    padding: 0;
    list-style-type: none;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 32px;
}

.list-sns li {
    width: 350px;
}

.list-sns li:not(:last-child) {
    margin-right: 30px;
}

.list-sns li h5 {
    margin-bottom: 10px;
    font-size: 20px;
    color: #007a3e;
}

.list-sns li>div {
    width: 350px;
    height: auto;
    text-align: center;
    background-color: rgba(255, 255, 255, .5);
    border: 1px solid #007a3e;
    box-shadow: 1px 2px 6px rgb(0 0 0 / 50%);
    border-radius: 10px;
}

.list-sns li>div a {
    border-radius: 10px;
    transition: .3s ease-in-out;
}

.list-sns li>div a:hover {
    background-color: #DFEEE7;
}

/* for instagram */
.list-sns li > div.instagram {
    padding: 15px;
    box-sizing: border-box;
}

#sb_instagram {
    padding: 0!important;
}

#sbi_images {
    padding: 0!important;
}

#sb_instagram #sbi_images .sbi_item {
    padding: 5%;
}

/* calendar */
#calendar {
    padding: 0 20px 100px;
}

#calendar .inner-calendar {
    max-width: 1000px;
    display: block;
    margin: 35px auto 0 auto;
}

/* tasting */
#tasting {
    padding: 0 20px 100px;
}

#tasting .inner-tasting {
    max-width: 1000px;
    display: block;
    margin: 35px auto 0 auto;
}

#tasting .inner-tasting ul {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

#tasting .inner-tasting ul li {
    width: 20%;
    margin: 0 .85%;
}

#tasting .inner-tasting ul li .image-area {
    min-height: 150px;
    margin-bottom: 5px;
}

#tasting .inner-tasting ul li .image-area img,
#tasting .inner-tasting ul li .image-area video {
    width: 100%;
    box-shadow: 1px 1px 6px rgb(0 0 0 / 25%);
    aspect-ratio: 5 / 7;
}

#tasting .inner-tasting ul li .image-area img {
    object-fit: cover;
}

#tasting .inner-tasting ul li .information-area {
    padding: 8px;
    border: solid 1px #ccc;
    border-radius: 3px;
    background-color: rgba(255, 255, 255, .75);
}

#tasting .inner-tasting ul li .information-area span {
    display: block;
}

/* sns */
#sns {
    padding: 0 20px 100px;
}

#sns .inner-sns {
    max-width: 1000px;
    display: block;
    margin: auto;
}

/* commitment */
#commitment {
    padding: 50px 20px;
}

#commitment .heading-img {
    display: block;
    margin-bottom: 20px;
}

#commitment h3 {
    font-size: 16px;
    margin-bottom: 16px;
}

.wrapper-product-lineup {
    background: #e6f2ec;
    padding: 42px 20px;
    position: relative;
    overflow: hidden;
}

.wrapper-product-lineup .slider_lineup {
    max-width: 1232px;
    overflow: hidden;
    margin: auto;
}

.btn-slider {
    position: absolute;
    width: 18px;
    top: 50%;
    transform: translateY(-50%);
}

.btn-prev.btn-slider {
    left: 20px;
}

.btn-next.btn-slider {
    right: 20px;
}

.wrap-btn-center {
    text-align: center;
    margin-top: 20px;
}

.wrap-btn-center .btn-banner {
    margin-top: 0;
}

.card-banner {
    padding: 40px 30px;
    text-align: center;
    max-width: 750px;
    display: block;
    margin: auto;
    box-shadow: 1px 2px 6px rgb(0 0 0 / 50%);
}

.text-banner h2 {
    font-size: 22px;
    text-align: center;
    margin-bottom: 40px;
    font-family: tsukuAR;
    line-height: 1.8;
    font-weight: bold;
}

.text-banner h3 {
    font-size: 16px;
    font-family: tsukuAR;
    line-height: 1.8;
    font-weight: bold;
    text-align: center;
}

@media only screen and (max-width: 890px) {
    .floating-left {
        bottom: -60px;
        left: -20%;
    }

    .floating-right {
        width: 140px;
        right: -20%;
    }

    section#banner .slider .item .wrapp-banner {
        min-height: 0;
    }

    .text-banner {
        margin-bottom: 26px;
    }

    .text-banner h2 {
        font-size: 18px;
        margin-bottom: 16px;
    }

    .text-banner h3 {
        font-size: 12px;
    }

    #tasting .inner-tasting ul li {
        width: 31.5%;
    }
}

@media only screen and (max-width: 837px) {
    .heading-with-accent {
        margin-top: -14px;
    }
}

@media only screen and (max-width: 767px) {
    #tabs-nav {
        flex-wrap: wrap;
        margin: 24px 0;
    }

    #tabs-nav li {
        width: 100%;
        border-right: none;
        border-bottom: 2px solid #007a3e;
    }

    #tabs-nav li:last-child {
        border-bottom: none;
    }

    .content-policy {
        padding: 55px 40px 60px 70px;
    }

    .floating-left {
        left: -10%;
    }

    .floating-right {
        right: -10%;
    }

    .inner.inner-news {
        width: calc(100% - 30px);
    }

    .list-sns {
        flex-direction: column;
    }

    .list-sns li,
    .list-sns li:not(:last-child) {
        width: 100%;
        margin: 0 auto 30px auto;
    }

    .list-sns li>div {
        width: 90vw;
        height: 90vw;
    }

    section#banner .slider .item .wrapp-banner {
        min-height: 0;
    }

    #lineup_product {
        padding: 30px 0 0;
    }

    .wrapp-btn-center {
        text-align: center;
        padding: 0 20px;
        margin-bottom: 32px;
    }

    .wrapp-btn-center .btn-banner {
        margin-top: 5%;
        display: inline-block;
    }

    .news-list li a {
        font-size: 12px;
    }
}

@media only screen and (max-width: 575px) {
    .content-policy {
        padding: 50px 40px 70px;
        width: 65%;
    }

    .list-policy li {
        font-size: 16px;
    }

    #lineup_product .slick-slide img {
        width: 80%;
    }

    .btn-slider {
        display: none;
    }
}

@media only screen and (max-width: 360px) {
    .floating-left {
        width: 125px;
    }

    .floating-right {
        width: 117px;
    }
}