@charset "utf-8";

/***************************************/
.left-sidebar #page .content-area {
    width: 100%;
}

#main {
    padding-top: 0;
}

#head-news-outer {
    background: #fff;
    /*margin: .6% 0 -1.4%;*/
    /* margin: 1.5% 0 -.5%; */
    margin: 0 0 0.5%;
}

#cover-area {
    opacity: 0;
    margin-top: 2%;
    visibility: visible !important;
}

#cover-area.slick-initialized {
    opacity: 1;
    transition: opacity 0.3s linear;
}

#cover-area a {
    position: relative;
    opacity: 0.7;
    width: 100vw;
    max-width: 700px;
    height: auto;
    padding-bottom: 40px;
}

#cover-area a.slick-current {
    opacity: 1;
}

#page .slick-slide img {
    backface-visibility: hidden;
    image-rendering: -webkit-optimize-contrast;
    width: 97%;
    /* border-radius: 10px; */
    /*    aspect-ratio: 1.414 / 1;*/
    aspect-ratio: 786/555;
    object-fit: cover;
}

.slick-dots {
    left: 50%;
    transform: translate(-50%, -50%);
    bottom: -10px;
    text-align: left;
    max-width: 700px;
}

.slick-dots li button:before {
    background-color: #b4b4b4;
}

.slick-dots li.slick-active button:before {
    background-color: #333333;
}

.slick-dots li button:before {
    content: "";
}

.slick-dots li, .slick-dots li button, .slick-dots li button:before {
    width: 25px;
    height: 3px;
}

.full-width,
.entry-content>div {
    /*,.elementor-287*/
    margin: 0 calc(50% - 50vw);
    width: 100vw;
}

.entry-content>div {
    /*.trico-border*/
    position: relative;
    /* padding: 20px 0;
    margin-bottom: -3%; */
}

.entry-content>div:before, .entry-content>div:after {
    /* content: "";
    background-position: 50% 50%;
    background-image:repeating-linear-gradient(-45deg, #e4d0cd 0, #e4d0cd 5px, #fff 5px, #fff 10px, #b9c7dd 10px, #b9c7dd 15px, #fff 15px, #fff 20px);
    display: flex;
    height: 20px;
    width: 100%;
    position: absolute; */
}

.entry-content>div:before {
    top: 0;
}

.entry-content>div:after {
    bottom: 0;
}

.brand_hover img {
    font-size: 20px;
    line-height: 1.5;
    color: #333;
    background-image: linear-gradient(90deg, #b3b3b3, #b3b3b3);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 0 1px;
    text-decoration: none;
    transition: background-size 0.5s;
    padding-bottom: 8px;
}
.brand_hover img:hover {
    background-size: 100% 1px;
}

.brand-font {
    font-family: "Zen Old Mincho", serif;
    font-weight: 600;
    font-style: normal;
    margin-left: 1rem;
    font-size: 77%;
    vertical-align: top;
    color: #b2b2b2;
    margin-top: 2px;
    display: inline-block;
}
.pc-none {
    display: none;
}
@media (max-width: 767px) {
    .slick-dots {
        width: 80%;
    }
    .slick-dots li, .slick-dots li button, .slick-dots li button:before {
        width: 17px;
        height: 2px;
    }
}
@media (max-width:480px) {
    .pc-none {
        display: block;
    }
}
/***************************************/
.side_max {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
}

.updown-padding {
    padding: 100px 0 0;
}

.h-title {
    display: flex;
    /* justify-content: center; */
    font-size: 2rem;
    /* font-weight: bold; */
    align-items: baseline;
    font-family: "Zen Old Mincho", serif;
    font-weight: 600;
    font-style: normal;
    position: relative;
    width: 100%;
    margin: 0 0 35px;
}

.h-title::after {
    content: "";
    height: 1px;
    width: 100%;
    background-color: #e7e7e7;
    position: absolute;
    top: 53%;
    z-index: 1;
}

.en_midasi {
    font-family: "Marcellus", serif;
    font-weight: 400;
    font-style: normal;
    display: inline-block;
    z-index: 2;
    background-color: #fff;
}

.h-title .brand-font {
    font-size: 55%;
    display: inline-block;
    z-index: 2;
    background-color: #fff;
    padding: 0 1rem;
    margin: 0;
}

.h-title-bg-gray .en_midasi, .h-title-bg-gray .brand-font {
    background-color: #F8F8FA
}

#article-list-outer {
    /* margin: 10% 0; */
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    background-color: #F8F8FA;
    padding: 0 50px 30px;
}

.article-list-row {
    display: flex;
    flex-wrap: wrap;
    /* margin-left: -3%;
    margin-right: -3%; */
    max-width: 1130px;
    margin: 0 auto;
    margin-left: auto;
    margin-right: auto;
    box-sizing: content-box;
    justify-content: space-between;
}

.article-list-row a {
    display: flex;
    flex-direction: column;
    padding-bottom: 3%;
    transition: 0.5s;

    /* padding: 3%; */
    /* border-right: solid 1px #ccc; */
}
.article-list-row a:hover {
    opacity: 0.8;
}

.article-list-row a:nth-of-type(-n+3) {
    /* width: 33.3%; */
    /* border-bottom: solid 1px #ccc; */
    width: 29.3%;
    padding-top: 0;
}

.article-list-row a:nth-last-of-type(-n+4) {
    /* width: 25%; */
    width: 21%;
    padding-bottom: 0;
}

.article-list-row a:nth-of-type(3),
.article-list-row a:nth-of-type(7) {
    border-right: 0;
}

#page .article-list-row a img {
    object-fit: cover;
    aspect-ratio: 1.414 / 1;
    width: 100%;
}

.article-list-row a .label {
    color: #fff;
    font-size: .7rem;
    border: solid 1px;
    /* border-radius: 100px; */
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: fit-content;
    padding: .1rem .8rem;
    margin: 17px 0 10px;
    /* font-weight: bold; */
    font-weight: 500;
    background-color: #838383;
}

.article-list-row a .title {
    font-weight: bold;
    font-size: 1rem;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.article-list-row a p {
    font-size: 0.9rem;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    color: #757575;
}

.viewmore-link {
    color: #b93f5b;
    border-bottom: solid 1px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 3%;
    margin: -3% auto 3%;
    max-width: fit-content;
    font-weight: bold;
    font-size: 1.1rem;
    position: relative;
}

.viewmore-link::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 10px;
    border-top: 1px solid;
    transform: rotate(45deg);
    transform-origin: right;
}

.more-link {
    border: solid 1px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem 3rem;
    margin: 3rem auto 4rem;
    max-width: fit-content;
    /* border-radius: 3px; */
    /* font-weight: bold; */
    color: #666;
    font-family: "Zen Old Mincho", serif;
    font-weight: 600;
    font-style: normal;
    background-color: #fff;
    transition: 0.5s;
}
.more-link:hover {
    background-color: #333;
    color: #fff;
}
#wine-list-outer .more-link {
    margin-top: -2rem;
}

#wine-list-outer .wc-block-grid__products .wc-block-grid__product {
    text-align: left;
    font-size: inherit;
    letter-spacing: 0.5px;
    max-width: 25%;
}
.wc-block-grid__product > a {
    transition: 0.5s;
}
.wc-block-grid__product > a:hover {
    opacity: 0.8;
}
#sb_instagram {
    padding: 0 !important;
}
#info-list-outer {
    padding: 100px 0 60px;
}
#news-list {
    font-size: .85rem;
    margin-bottom: 6%;
}

#news-list a {
    border-bottom: solid 1px #eee;
    padding: 18px 0;
    display: flex;
}

#news-list a .date {
    margin-right: 3%;
}

.x-border {
    position: relative;
}

.x-border:before, .x-border:after {
    content: "";
    background-position: 50% 50%;
    background-image: repeating-linear-gradient(45deg, #eee, #eee 1px, transparent 0, transparent 5px), repeating-linear-gradient(315deg, #eee, #eee 1px, transparent 0, transparent 5px);
    display: flex;
    height: 10px;
    width: 100%;
    position: absolute;
}

.x-border:before {
    top: 0;
}

.x-border:after {
    bottom: 0;
}

#aboutus {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    color: #333;
    padding: 9% 0;
}

#aboutus>* {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    margin: 0 2rem;
}

#aboutus img {
    max-width: 250px;
    margin-bottom: 1rem;
}

#aboutus b {
    font-family: serif;
    font-size: min(5vw, 1.6rem);
    margin-bottom: 0.5rem;
    font-weight: bold;
}

#aboutus p {
    line-height: 2rem;
    font-size: min(3.5vw, 1rem);
    font-weight: bold;
    margin: 0;
    text-align: left;
    line-height: 2em;
    letter-spacing: 3px;
}

#realshop-info {
    margin: 3% auto 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: .9rem;
    color: #333;
    text-align: center;
    padding: 0 20px;
}

#realshop-info .more-link {
    margin: 0 auto;
}


#realshop-info .title {
    font-size: 1.2rem;
    margin-bottom: 3%;
}

#realshop-info b,#realshop-info dt {
    margin-top: 1.5rem;
    font-family: "Zen Old Mincho", serif;
    font-weight: 900;
    font-style: normal;
}
#realshop-info dt {
    margin-bottom: 5px;
}
#realshop-info p {
    margin-bottom: 0;
}

.about_us {
    background-color: #F8F8FA;
    padding-bottom: 90px;
}
.about_us_box {
    background-color: #fff;
    padding: 4% 0% 4% 5%;
    width: 100%;
    box-shadow: 0 0 11px #ededed;
    position: relative;
}
.about_us_box::after {
    content: "";
    background: url(./img/about_img_bg.png) no-repeat;
    background-size: contain;
    display: inline-block;
    width: 160px;
    height: 220px;
    position: absolute;
    bottom: -1%;
    right: 4%;
}
.about_us_img_wrap {
    width: 38%;
}
.about_us_text_wrap {
    width: 62%;
    padding: 0 6%;
}
.about_us_box_inner {
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.about_us_text_midasi {
    text-align: center;
    font-size: 21px;
    font-weight: 900;
    line-height: 1.8;
    margin-bottom: 30px;
}
.about_us_text_midasi span {
    font-size: 80%;
}
.about_us_text {
    line-height: 2;
    font-family: "Zen Old Mincho", serif;
    font-weight: 600;
    font-style: normal;
    color: #909090;
}
#shop-info-outer iframe {
    margin-top: 80px;
}
#shop-info-outer .h-title {
    margin: 0px 0 20px;
}
.side_inner {
    max-width: 1130px;
    margin: 0 auto;
    margin-left: auto;
    margin-right: auto;
    box-sizing: content-box;
    padding: 0 50px 30px;
}
@media screen and (max-width: 768px) {
    #article-list-outer {
        padding: 0 20px 30px;
    }
    .about_us_box {
        padding: 9% 5%;
    }
    .about_us_box_inner {
        flex-direction: column-reverse;
    }
    .about_us_img_wrap {
        width: 80%;
        max-width: 380px;
        margin-top: 25px;
    }
    .about_us_text_wrap {
        width: 100%;
        max-width: 500px;
        margin: 0;
    }
    .about_us_box::after {
        bottom: initial;
        right: initial;
        top: 4%;
        left: 4%;
    }
    .h-title {
        margin: 0px 0 30px;
    }
    .more-link {
        margin: 2rem auto 3rem;
    }
    .updown-padding {
        padding: 70px 0 0;
    }
    .side_inner {
        padding :0 50px 60px;
        max-width: 630px;
    }
}
@media(max-width:480px) {
    #news-list a .date {
        margin-right: 25px;
    }
    .about_us_text_midasi {
        font-size: 18px;
    }
    .about_us_text {
        font-size: 14px;
        line-height: 1.7;
    }
    .updown-padding {
        padding: 50px 0 0;
    }
    .more-link {
        margin: 1rem auto 2rem;
    }
    .about_us_box {
        padding: 9% 5% 12%;
    }
    #info-list-outer {
        padding: 60px 0;
    }
    .h-title {
        font-size: 1.8rem;
    }
    .about_us_inner {
        padding: 0 20px 60px;
    }
}
/*************************/

.product-category .count {
    display: none;
}

.product-category a img {
    object-fit: cover;
    aspect-ratio: 1 / 1;
    border-radius: 100% !important;
    max-width: 80%;
}

.flex-row {
    display: flex;
    flex-direction: column;
}

.entry-content {
    max-width: 100% !important;
}

#cat-list-outer {
    padding-top: 70px;
}
.cat_list_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.cat_list {
    width: 48%;
    background-color: #F8F8FA;
    margin-bottom: 2rem;
}

.cat_list_link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 17px;
    transition: 0.3s;
}
.cat_list_link:hover {
    opacity: 0.8;
}
.cat_img-wrap {
    width: 90px;
    margin-right: 2rem;
}

.cat_img-wrap img {
    width: 100%;
}

.cat_arrow_wrap {
    width: 18px;
}

.cat_img-midasi_wrap {
    display: flex;
    align-items: center;
}

.cat_midasi {
    font-size: 16px;
    font-weight: 500;
    margin-right: 0.5rem;
}

@media screen and (max-width: 769px) {
    #aboutus>* {
        width: 100%;
        align-items: center;
        margin: 0;
    }

    #aboutus p {
        text-align: center;
    }

    .article-list-row a:nth-of-type(-n+3) {
        width: 100%;
        border: 0;
    }

    .article-list-row a:nth-last-of-type(-n+4) {
        width: 47%;
    }

    .article-list-row a:nth-of-type(4) {
        border-bottom: solid 1px #ccc;
    }

    .article-list-row a:nth-of-type(5) {
        border-bottom: solid 1px #ccc;
        border-right: 0;
    }

    .article-list-row {
        margin-left: 1.617924em;
        margin-right: 1.617924em;
    }
}
@media screen and (max-width: 480px)  {
    .cat_list {
        width: 100%;
        margin-bottom: 0.6rem;
    }
    .article-list-row {
        margin-left: 0.5rem;
        margin-right: 0.5rem;
    }
}

.elementor-section.elementor-inner-section.elementor-element.elementor-element-7434c8a.elementor-section-boxed.elementor-section-height-default.elementor-section-height-default {
    background-image: url(https://kurashiwine.com/wp-content/uploads/2022/10/イベント3.png);
    background-position: bottom right;
    background-repeat: no-repeat;
}

@media (max-width:768px) {
    #wine-list-outer .wc-block-grid.has-4-columns .wc-block-grid__product {
        max-width: 50%;
    }
    .theme-twentytwenty .wc-block-grid.has-4-columns .wc-block-grid__product, .wc-block-grid.has-4-columns .wc-block-grid__product {
        flex: 1 0 50%;
    }
}

/*1102 スマホ時用*/
@media (max-width: 480px) {

    #wine-list-outer .wc-block-grid.has-4-columns .wc-block-grid__products {
        display: flex !important;
    }

    #wine-list-outer .wc-block-grid.has-4-columns .wc-block-grid__product {
        flex: 1 0 50% !important;
        margin-bottom: 0;
    }

}

/*************************/
/* メルマガ会員募集 */

.mailmaga-wrap {
    background-color: #f1eee9;
    border: solid 1px #d7cec2;
    padding: 76px 11px 20px;
    margin: 3% 0;
    margin-top: calc(3em + 70px);
    position: relative;
}

.mailmaga-wrap:before, .mailmaga-wrap:after {
    content: "";
    height: 22vw;
    width: 30vw;
    display: inline-block;
    position: absolute;
    top: 11px;
    opacity: 0.2;
    max-height: 160px;
}

.mailmaga-wrap:before {
    background: url(./img/deco.png) no-repeat;
    background-size: contain;
}

.mailmaga-wrap:after {
    background: url(./img/deco.png) no-repeat;
    background-size: contain;
    transform: scale(-1, 1);
    right: 10px;
}

.mail-title {
    margin: 0 auto;
}

.mail-title .mail-title-img {
    position: absolute;
    top: -81px;
    right: 0;
    left: 0;
    margin: 0 auto;
}

.mail-text-01, .mail-text-02 {
    font-size: 20px;
    text-align: center;
    margin-bottom: 0.5em;
}

.mail-text-01 {
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 0.1em;
}

.mail-text-02 {
    font-size: 16px;
    padding: 0 20px;
}

#mailpoet_form_1 {
    max-width: 812px;
    margin: 0 auto;
}

#mailpoet_form_1 .mailpoet_text, #mailpoet_form_1 .mailpoet_textarea {
    background-color: #fff;
    height: 55px;
}

#mailpoet_form_1 form {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#mailpoet_form_1 .mailpoet_paragraph {
    width: 100%;
}

#mailpoet_form_1 .mailpoet_paragraph input::placeholder {
    color: #b1b1b1;
}

#mailpoet_form_1 .mailpoet_paragraph.last {
    width: 300px;
    margin: 0 auto;
}

#mailpoet_form_1 .mailpoet_paragraph.last input {
    background-color: #838383;
    border: solid 1px #838383!important;
    color: #fff;
    border-radius: 0;
    padding: 15px 5px !important;
    font-family: "Zen Old Mincho", serif;
    font-weight: 500;
    font-style: normal;
    transition: 0.5s;
}
#mailpoet_form_1 .mailpoet_paragraph.last input:hover {
    background-color: #000;
    border: solid 1px #fff!important;
}
#mailpoet_form_1 .mailpoet_message {
    padding: 0 !important;
}

#mailpoet_form_1 input[type=text], input[type=number], input[type=email], input[type=tel], input[type=url], input[type=password], input[type=search], textarea, .input-text {
    border: 1px solid #e7e3de;
    box-shadow: none;
    padding: 5px 11px !important;
    font-family: "Zen Old Mincho", serif;
    font-weight: 500;
    font-style: normal;
}

.mail-text-01 br {
    display: none;
}

.sns_wrap {
    background: url(./img/bf_club_fuji.jpg) no-repeat;
    background-size: cover;
    background-position: top right;
    margin-top: 100px;
}

.sns_midasi {
    border-bottom: solid 1px;
    padding-bottom: 8px;
    margin-bottom: 45px;
    font-size: 36px;
}

.sns_midasi, .sns_text {
    color: #fff;
    font-family: "Marcellus", serif;
    font-weight: 400;
    font-style: normal;
}
.sns_logo_midasi {
    font-family: "Zen Old Mincho", serif;
    font-weight: 500;
    font-style: normal;
    color: #fff;
}
.sns_midasi span, .sns_logo_midasi span {
    font-family: "Zen Old Mincho", serif;
    font-weight: 500;
    font-style: normal;
    font-size: 55%;
}

.club_fuji_wrap, .sns_link_wrap {
    width: 46%;
}

#mailpoet_form_1 form.mailpoet_form {
    padding: 0 !important;
    max-width: 450px;
}
#mailpoet_form_1 form.mailpoet_form_successfully_send {
    color: #fff;
    background-color: #ffffff3b;
    max-width: 100%;
}

.sns_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 100px;
}

.sns_link {
    display: flex;
    align-items: center;
    border: solid 1px #fff;
    padding: 18px 15px;
    justify-content: center;
    align-items: center;
    transition: 0.5s;
}
.sns_link:hover {
    background-color: #ffffff44;
}
.sns_logo_wrap {
    width: 24px;
    margin-right: 1rem;
}

.sns_logo_midasi {
    font-size: 15px;
    margin: 0;
}

.sns_link_list {
    margin-bottom: 1.3rem;
    max-width: 450px;
}

@media(max-width:768px) {
    .mailmaga-wrap {
        margin-bottom: 3em;
    }

    #mailpoet_form_1 .mailpoet_paragraph {
        width: 100%;
    }

    .mail-title .mail-title-img {
        width: 425px;
        top: -68px;
    }

    #mailpoet_form_1 .mailpoet_paragraph {
        margin-bottom: 15px !important;
    }

    #mailpoet_form_1 .mailpoet_paragraph:nth-of-type(2) {
        margin-bottom: 20px !important;
    }

    .mail-text-02 {
        text-align: left;
    }

    .mail-text-02 br {
        display: none;
    }
    .club_fuji_wrap, .sns_link_wrap {
        width: 100%;
    }
    #mailpoet_form_1 form.mailpoet_form {
        max-width: 500px;
        margin: 0 auto 3em;
    }
    .sns_link_list {
        max-width: 500px;
        margin-left: auto !important;
        margin: 0 auto 1.3rem;
        display: block;
    }
}

@media (max-width: 568px) {
    .mailmaga-wrap:before, .mailmaga-wrap:after {
        content: none;
    }
}

@media(max-width:480px) {
    .mailmaga-wrap {
        padding: 55px 11px 20px;
        margin-top: calc(5em + 50px);
        margin-bottom: 3em;
    }

    .mail-title .mail-title-img {
        width: 112%;
        top: -65px;
        max-width: none;
        left: -6%;
    }

    #mailpoet_form_1 .mailpoet_text, #mailpoet_form_1 .mailpoet_textarea {
        height: 45px;
    }

    #mailpoet_form_1 .mailpoet_paragraph {
        margin-bottom: 12px !important;
    }

    #mailpoet_form_1 .mailpoet_paragraph:nth-of-type(2) {
        margin-bottom: 24px !important;
    }

    #mailpoet_form_1 form.mailpoet_form {
        padding: 0 !important;
        margin-bottom: 40px;
    }

    .mail-text-01 {
        padding: 0 10px;
        line-height: 1.4;
        margin-bottom: 0.8em;
    }

    .mail-text-01 br {
        display: block;
    }

    .mail-text-02 {
        padding: 0 15px;
        font-size: 14px;
    }
    .sns_box {
        width: 80%;
        margin: 0 auto;
        padding: 0 20px 50px;
    }
    .sns_midasi {
        font-size: 26px;
        margin-bottom: 27px;
    }
    .sns_text {
        font-size: 14px;
        margin-bottom: 40px;
        line-height: 1.7;
    }
    .sns_link {
        padding: 8px 15px;
    }
    .sns_wrap {
        margin-top: 60px;
        background-position: 89% -5%;
        background-size: 220%;
        background-color: #000;
    }
    .sns_logo_midasi {
        font-size: 13px;
    }
    #mailpoet_form_1 input[type=text], input[type=number], input[type=email], input[type=tel], input[type=url], input[type=password], input[type=search], textarea, .input-text,#mailpoet_form_1 .mailpoet_text, #mailpoet_form_1 .mailpoet_textarea, #mailpoet_form_1 .mailpoet_select, #mailpoet_form_1 .mailpoet_date_month, #mailpoet_form_1 .mailpoet_date_day, #mailpoet_form_1 .mailpoet_date_year, #mailpoet_form_1 .mailpoet_date {
        height: 45px;
    }
    #mailpoet_form_1 .mailpoet_paragraph.last input {
        padding: 12px 5px !important;
    }
    .sns_link_list {
        margin-bottom: 1rem;
    }
}

/*************************/
/* SNSリンク */
#sns {
    margin-bottom: 3em;
}

.sns-wrap {
    display: flex;
}

.midasi-line-box, .midasi-insta-box {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1.5em;
    padding: 0.5em;
    border-top: dotted 2px #b93f5b;
    border-bottom: dotted 2px #b93f5b;
}

.midasi-line-box .line-title, .midasi-insta-box .insta-title {
    margin: 0;
    padding-left: 0.5em;
}

.midasi-line-box .line-icon, .midasi-insta-box .insta-icon {
    width: 40px;
}

.midasi-line-box .line-title, .midasi-insta-box .insta-title {
    font-size: min(17px, 2vw);
    color: #5a1f23;
}

.line-wrap, .insta-wrap {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.link-box-line-wrap, .link-box-insta-wrap {
    display: flex;
    flex: 1;
    margin-bottom: 3em;
}

.link-box-insta-wrap {
    justify-content: space-between;
}

.link-box-line, .link-box-insta {
    border: solid 1px #b93f5b;
    height: 100%;
    width: 100%;
    display: inline-block;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0.5em;
}

.sns-wrap .line-box {
    display: flex;
    width: 33.5%;
    margin-right: 6%;
}

.sns-wrap .insta-box {
    width: 66.5%;
    display: flex;
}

.link-box-insta {
    width: 48%;
}

.link-box-line img, .link-box-insta img {
    margin: 1em auto 1em;
    max-width: 45.59%;
    min-width: 120px;
}

.link-box-insta-01 img {
    margin: 1.9em auto 1.5em;
    max-width: 48%;
    min-width: 136px;
}

.text-fuji {
    font-size: min(14px, 1.6vw);
    display: flex;
    justify-content: center;
    flex: 1;
    align-items: center;
    margin: 0;
    padding: 0 0 1.6em;
}

.sns-wrap .viewmore-link {
    font-size: 15px;
    padding: 0 1.2em;
    font-weight: 400;
    margin-bottom: 1.2em;
    display: flex;
    flex: 1;
    align-items: flex-end;
}

@media(max-width:769px) {
    .sns-wrap {
        display: block;
    }

    .sns-wrap .line-box {
        width: 100%;
    }

    .midasi-line-box .line-title, .midasi-insta-box .insta-title {
        font-size: 16px;
    }

    .text-fuji {
        font-size: 14px;
    }

    .link-box-line img, .link-box-insta img {
        margin: 1.2em auto 0.8em;
    }

    .link-box-line-wrap, .link-box-insta-wrap {
        display: block;
    }

    .link-box-insta {
        width: 100%;
        margin-bottom: 1em;
    }

    .sns-wrap .insta-box {
        width: 100%;
    }

    .line-wrap, .insta-wrap {
        display: block;
    }

    .sns-wrap .viewmore-link {
        margin-bottom: 0.9em;
    }
}

@media(max-width:480px) {
    .link-box-line img, .link-box-insta img {
        margin: 0.5em auto 0.8em;
    }

    .sns-wrap .viewmore-link {
        margin-bottom: 0.4em;
    }
}

/**** 人気のワイン ****/
#page .widget_block.popular_block {
    margin-bottom: 3%;
}

#page .wc-block-grid__product .woocommerce-loop-product__title {
    font-size: 1rem !important;
    margin: 0 0 12px;
}

.wc-block-grid__product {
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
}

ul.products li.product, ul.products .wc-block-grid__product, .wc-block-grid__products li.product, .wc-block-grid__products .wc-block-grid__product {
    margin-bottom: 2.235801em;
}

.wc-block-grid__products .wc-block-grid__product-image img[alt=""] {
    border: none;
    box-shadow: 0 0 6px #dfdfdf;
}
.wc-block-grid__product-onsale, .onsale {
    border-radius: 0;
}
@media(max-width:768px) {
    .cat_midasi {
        font-size: 14px;
        width: 65%;
    }

    .cat_img-wrap {
        width: 28%;
        margin-right: 8%;

    }
}

@media(max-width:480px) {
    #page .widget_block.popular_block {
        margin-bottom: 3rem;
    }
    .cat_img-wrap {
        width: 23%;
    }
    .cat_arrow_wrap {
        width: 18px;
        max-width: 12px;
    }
    .cat_arrow_wrap img {
        width: 100%;
    }
    .cat_list_link {
        padding: 13px;
    }
    #wine-list-outer .more-link {
        margin-bottom: 1rem;
    }
}

/* BRANDエリア改修 */
.brand_wine_wrap {
    width: calc(var(--vw) * 100);
    margin: 0 calc(50% - var(--vw) * 50);
    margin-top: 0;
    max-width: none;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    /* display: flex;
    flex-wrap: wrap; */
}

.brand_wine_list {
    /* width: 25%; */
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    transition: 0.5s;
}

.brand_wine_list::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.45) 24%, rgba(0, 0, 0, 0) 34%);
    z-index: 0;
}

.brand_wine_list_01 {
    background: url(https://fujiclairwine.jp/wp-content/themes/teluro-child/img/brand_momochi_simple.jpg?1119) no-repeat;
    background-position: center 3%;
    background-size: 224%;
    grid-row: span 2;
    justify-content: flex-end;
}

.brand_wine_list_02 {
    background: url(https://fujiclairwine.jp/wp-content/themes/teluro-child/img/brand_fuji_simple.jpg?1119) no-repeat;
    background-position: center 16%;
    background-size: 125%;
}

.brand_wine_list_03 {
    background: url(https://fujiclairwine.jp/wp-content/themes/teluro-child/img/brand_lady_simple.jpg?1119) no-repeat;
    background-position: center 16%;
    background-size: 125%;
}

.brand_wine_list_04 {
    background: url(https://fujiclairwine.jp/wp-content/themes/teluro-child/img/brand_kura_simple.jpg?1119) no-repeat;
    background-position: center 16%;
    background-size: 125%;
}

.brand_wine_list_05 {
    background: url(https://xb177994.xbiz.jp/wp-content/themes/marche/img/brand_marche.jpg?0425) no-repeat;
    background-position: center 32%;
    background-size: 111%;
}

.brand_wine_list_05::before {
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.65) 24%, rgba(0, 0, 0, 0) 34%);
}

.brand_wine_midasi {
    padding-top: 62%;
    font-size: min(18px, 1.7vw);
    text-align: center;
    font-weight: 400;
    width: 80%;
    margin: 0 auto;
    border-bottom: solid 1px #939393;
    padding-bottom: 4px;
    color: #fff;
    line-height: 1.2;
    z-index: 1;
}

.brand_wine_list_01 .brand_wine_midasi {
    font-size: min(25px, 2.2vw);
    padding-bottom: 6px;
}

.brand_wine_text {
    font-size: min(12px, 1.1vw);
    font-weight: 400;
    margin: 8px auto !important;
    width: 90%;
    padding: 0;
    line-height: 1.6;
    color: #fff;
}

.brand_wine_list .btn_wrap {
    transition: 0.5s;
    color: #fff;
    width: 10%;
    margin: 0;
    text-align: center;
    position: relative;
    font-family: "Shippori Mincho B1", serif;
    font-size: 14px;
    padding: 0;
    font-weight: 600;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin: 8px 0 0 5px;
}

.brand_wine_link {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 1;
}

.brand_wine_list:last-of-type {
    border-right: none;
}

.brand_wine_list:hover {
    background-size: 116%;
}

.brand_wine_list.brand_wine_list_01:hover {
    background-size: 215%;
}

.brand_wine_list:hover .btn_wrap {
    color: #fff;
}

.brand_wine_list .arrow {
    transition: 0.5s;
    line-height: 1;
    width: 17px;
    height: 17px;
    background-color: #ffffff85;
    border-radius: 100px;
    transition: 0.5s;
}

.brand_wine_list:hover .arrow {
    background-color: #fff;
}

.brand_wine_list .arrow img {
    max-width: 100%;
    vertical-align: middle;
    display: inline-block;
    width: 4px;
    margin-top: -3px;
}

.brand_wine_list_04 .brand_wine_midasi {
    border-bottom: solid 1px #a6a6a6;
}

.brand_wine_text_wrap {
    display: flex;
    width: 80%;
    margin: 0 auto 5px;
    padding: 0;
    z-index: 1;
}

.brand_wine_list_01 .brand_wine_text_wrap {
    padding-bottom: 16px;
}

.brand_wine_list .pc_none {
    display: none;
}

.brand_wine_list_05:hover {
    background-size: 101%;
}

.brand_midasi_05_wrap {
    z-index: 1;
}

.brand_area_wrap {
    background-color: #F8F8FA;
}

.brand_area_wrap .article-list-row {
    margin: 0;
}

#article-list-outer.updown-padding {
    padding-top: 60px;
}

@media (max-width:1000px) {
    .brand_wine_list::before {
        background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.25) 8.5vw, rgba(0, 0, 0, 0) 11.1vw);
    }
}

@media (max-width:768px) {
    .brand_wine_wrap {
        grid-template-columns: repeat(2, 1fr);
    }

    .brand_wine_list_01 {
        grid-column: span 1;
        grid-row: auto;
    }

    .brand_wine_midasi,
    .brand_wine_list_01 .brand_wine_midasi {
        font-size: min(18px, 4vw);
    }

    .brand_wine_text {
        font-size: min(12px, 3vw);
    }

    .brand_wine_midasi {
        padding-top: 100%;
    }

    .brand_wine_list {
        background-size: 200%;
    }

    .brand_wine_list_05 {
        grid-column: span 2;
        align-items: flex-end;
        background-position: left 35%;
        background-size: 109%;
    }

    .brand_wine_list_01 {
        background-position: center 16%;
    }

    .brand_wine_list:hover {
        background-size: 190%;
    }

    .brand_wine_list_05 .brand_wine_midasi {
        padding-top: 0;
    }

    .brand_wine_list::before {
        background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.25) 13vw, rgba(0, 0, 0, 0) 18vw);
    }

    .brand_midasi_05_wrap {
        width: 50%;
        padding: 11.5vw 0;
    }

    .brand_wine_list_05::before {
        background: linear-gradient(-90deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.45) 44vw, rgba(0, 0, 0, 0) 55vw);
    }

    .brand_wine_list_05:hover {
        background-size: 100%;
    }

    .brand_wine_list .pc_none {
        display: block;
    }

    .brand_wine_list_01 .brand_wine_text_wrap {
        padding-bottom: 0;
    }

    .brand_wine_list_05 {
        background-size: 80%;
    }

    .brand_wine_list_05:hover {
        background-size: 70%;
    }

    .brand_wine_list_05::before {
        background: linear-gradient(-90deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.9) 40%, rgba(0, 0, 0, 0) 59%);
    }

    .brand_area_wrap .side_inner {
        padding: 0 44px;
        max-width: none;
    }

    #article-list-outer.updown-padding {
        padding-top: 70px;
    }
    .brand_wine_list .btn_wrap {
        justify-content: center;
    }
}

@media (max-width:480px) {
    .brand_wine_list .arrow {
        width: 15px;
        height: 15px;
    }

    .brand_wine_list:not(.brand_wine_list_05)::before {
        background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.25) 25vw, rgba(0, 0, 0, 0) 34vw);
    }

    .brand_wine_list {
        background-size: 180%;
    }

    .brand_wine_midasi {
        padding-top: 95%;
    }

    .brand_wine_list:not(.brand_wine_list_05) {
        background-position: center 18%;
    }

    .brand_wine_list_05 {
        background-size: 109%;
    }

    .brand_midasi_05_wrap {
        padding: 3vw 0;
    }

    .brand_wine_list_05 .brand_wine_midasi {
        font-size: min(18px, 3.8vw);
    }

    .brand_area_wrap .side_inner {
        padding: 0 26px;
    }

    #article-list-outer.updown-padding {
        padding-top: 60px;
    }

    .brand_wine_text {
        font-size: min(12px, 2.8vw);
    }

}