@charset "UTF-8";

/*-------------------- 共通 --------------------*/
body{
    font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
    font-style: normal;
    font-feature-settings: "palt";
}
h1, h2, h3, h4, h5{
    font-weight: 400;
    font-feature-settings: "palt";
}
.c-entry-summary__figure{
    background-color: inherit;
}
figure img, .c-entry-summary__figure img, .smb-media-text__figure img{
    border-radius: clamp(20px, 7.6531vw + -8.6990px, 50px);
}
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption{
   border-bottom-right-radius: clamp(20px, 7.6531vw + -8.6990px, 50px);
   border-bottom-left-radius: clamp(20px, 7.6531vw + -8.6990px, 50px);
   font-weight: bold;
}
.wp-block-gallery.has-nested-images figure.wp-block-image:has(figcaption):before{
    /* height: 0px; */
    border-bottom-right-radius: clamp(20px, 7.6531vw + -8.6990px, 50px);
   border-bottom-left-radius: clamp(20px, 7.6531vw + -8.6990px, 50px);
}
h2{
    --_font-size-level: 4;
    font-size: var(--_fluid-font-size);
    line-height: var(--_line-height);
}
.smb-section__title:after{
    content: none;
}
.smb-section__lede {
    font-size: 16px;
}
@media (min-width: 1024px) {
    .l-header--sticky-lg {
        box-shadow:none;
    }
    li.hed_out.menu-item{
        background: #563F2E;
        color: #fff!important;
        border-radius: 5px;
        height: 50px;
    }
    li.hed_out.menu-item a{
        padding-left: 25px;
        padding-right: 25px;
        transition: transform 0.3s ease;
    }
    .c-navbar{
        align-items: center;
    }
    .p-global-nav--hover-text-color .hed_out.c-navbar__item::before{
        content: "";
        background: url(assets/img/beans01.png) no-repeat;
        background-size: cover;
        width: 15px;
        height: 17px;
        position: absolute;
        top: 50%;
        left: 15px;
        transform: translateY(-50%);
        opacity: 0;
        transition: all 0.3s ease;
    }
   
    .p-global-nav--hover-text-color .c-navbar__item::before{
        content: "";
        background: url(assets/img/beans02.png) no-repeat;
        background-size: cover;
        width: 15px;
        height: 17px;
        position: absolute;
        top: 50%;
        left: 7px;
        transform: translateY(-50%);
        opacity: 0;
        transition: all 0.3s ease;


    }
    .p-global-nav--hover-text-color .c-navbar__item:hover::before, .p-global-nav--hover-text-color .hed_out.c-navbar__item:hover::before{
        transform: translate(-50%, -50%) scale(1);
        opacity: 0.5;
      }
      .p-global-nav--hover-text-color .hed_out.c-navbar__item:hover{
        color: #EACFBE;
      }
      .p-global-nav--hover-text-color .hed_out.c-navbar__item:hover a{
        transform: translateX(10px); 
      }
      .case_panel .smb-panels__item__body{
        padding: 60px;
      }

}
/*-------------------- トップページ --------------------*/
.l-header{
    background: rgba(255, 255, 255, 0.5);
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px);
    box-shadow: none;
  }
.top_sect {
    position: relative;
}
/* .top_sect::before{
    content: "";
    background: url(assets/img/back_img01.svg) no-repeat;
    background-size: 100%;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100vw;
    height: 71%;
    
} */

.top_back01::before{
    content: "";
    background: url(assets/img/back_img01.svg) no-repeat;
    background-size: 100%;
    position: absolute;
    top: -15%;
    left: 0px;
    width: 100vw;
    height: 15%;
    z-index: 1;
}
.top_back04::before{
    content: "";
    background: url(assets/img/back_img01.svg) no-repeat;
    background-size: 100%;
    position: absolute;
    top: -12%;
    left: 0px;
    width: 100vw;
    height: 12%;
    z-index: 1;
}
.top_back05::before{
    content: "";
    background: url(assets/img/back_img01.svg) no-repeat;
    background-size: cover;
    position: absolute;
    top: -26%;
    left: 0px;
    width: 100vw;
    height: 26%;
    z-index: 1;
}
.top_back01, .top_back02, .top_back03, .top_back04, .top_back05{
    background: url(assets/img/back_img06.svg);
    
}
.cup_img {
    position: absolute;
    margin-top: 0px;
    bottom: -117px;
    right: 32%;
    z-index: 2;
}
p.wrap_list {
    position: absolute;
    z-index: 2;
    right: 13px;
    top: 52px;
    background: #fff;
    width: 38px;
    line-height: 1;
    display: flex;
    align-items: center;
}
p.wrap_list::before,
p.wrap_list::after {
    content: "";
    position: absolute;
    left: 0;
    width: 38px;
    height: 20px;
    background-color: #fff;
    border-radius: 50px 50px 0 0;
    z-index: -1;
}

p.wrap_list::before {
    top: -20px;
}

p.wrap_list::after {
  bottom: -20px;
  border-radius: 0 0 50px 50px; /* 下半円に調整 */
}
p.wrap_list {
    writing-mode: vertical-rl;
    text-orientation: mixed;
    font-weight: 500;
  }
  
  p.wrap_list span.no_wrap {
    writing-mode: horizontal-tb; 
    text-orientation: initial;
    margin-bottom: 5px;
  }
  .top_back01::after{
    animation-duration: 30s;
    animation-iteration-count: infinite;
    animation-name: infinityrotate;
    animation-timing-function: linear;
    background: url(assets/img/coffee-circle-txt.png) no-repeat;
    background-size: cover;
    content: "";
    right: -450px;
    position: absolute;
    bottom: -75vh;
    width: 900px;
    height: 900px;
    z-index: 100;
    transform-origin: center center;

  }
  .coffeepot_sect{
    position: relative;
    align-items: flex-start;
  }
  
  @keyframes infinityrotate {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(-1turn)
    }
}
.coffeepot_sect .smb-section__body{
    margin-top: calc(var(--_margin1) * var(--_margin-top))!important;
}
.coffeepot_sect h2,.coffeepot_sect p{
    font-weight: 500;
    font-feature-settings: "palt";
}
.coffeepot_sect .smb-section__contents-wrapper.smb-section__contents-wrapper--left{
    width: 52%;
    margin-left: 0px;
    margin-top: 20px;
   
}
.coffee_btm a {
    font-weight: 500;
    box-shadow: 4px 5px 4px 0px rgba(0, 0, 0, 0.2);
}
.smb-recent-posts.top_case {
    padding-top: 20px;
}
.top_case h3{
    text-align: center;
}
p.p_warp {
    
    writing-mode: vertical-rl;
    text-orientation: mixed;
    letter-spacing: 2px;
}
.flow_colm {
    padding-top: 50px;
    padding-bottom: 40px;
}
.top_flow .c-row{
    justify-content: space-around;
}
.top_flow-grop{
    position: relative;
    height: 275px;
}
.top_flow-grop::after{
    content: "";
    background: url(assets/img/yajirushi.svg) no-repeat;
    background-size: cover;
    width: 31px;
    height: 10px;
    position: absolute;
    top: 50%;
    transform: translate(50%,-50%);
    right: -50%;

}
.top_flow p{
    margin-top: 10px !important;
}
.top_flow .smb-items__item__body{
    font-weight: 500;
}
.top_flow .smb-items__item{
    flex: 0 0 85px;
    background: #fff;
    max-width: 85px;
    height: 275px;
    padding: 10px 0px;
    margin:  0 auto;
}
.top_flow .smb-items__item:before,
.top_flow .smb-items__item::after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 30px;
    background-color: #fff;
    border-radius: 50px 50px 0 0;
    z-index: 5;
}
.top_flow .smb-items__item:before{
    top: -30px;
}
.top_flow .smb-items__item::after{
    bottom: -30px;
    border-radius: 0 0 50px 50px; /* 下半円に調整 */
}
.top_sect02{
    position: relative;
}
.top_back02::before{
    content: "";
    background: url(assets/img/back_img07.svg) no-repeat;
    background-size: 100%;
    position: absolute;
    top: -50%;
    left: 0px;
    width: 100vw;
    height: 50%;
    
}
.wp-block-group.usascene {
    margin-bottom: 50px;
}
.top_sect03 {
    position: relative;
}
.top_back03::before{
    content: "";
    background: url(assets/img/back_img08.svg) no-repeat;
    background-size: 100%;
    position: absolute;
    top:-20%;
    left: 0px;
    width: 100vw;
    height: 20%;
    z-index: -1;
    
}
/* .wp-block-snow-monkey-blocks-section-with-bgimage.alignfull.smb-section.smb-section-with-bgimage.smb-section--left.smb-section--full.coffeepot_sect{
    --smb-section--min-height: 90vh;
} */
/*-------------------- フッター --------------------*/
footer{
    overflow: hidden!important;
}
footer.l-footer::before{
    content: "";
    background: url(assets/img/coffee-beans.png) no-repeat;
    width: 50vw;
    height: 35vw;
    background-size: cover;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}
footer a{
    color: #fff;
    text-decoration: none;
}
.l-footer-widget-area {
    z-index: 2;
    position: relative;
}
.fot-media.img-cover{
    background: url(assets/img/fot_coffee_img.jpg) no-repeat;
    width: 100vw;
    height: 400px;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
span.fot_ticon img {
    width: 27px;
}
span.fot_btmicon img {
    width: 20px;
    margin-right: 10px;
}
.fot-contet{
    z-index: 30;
}
.fot-contet h2{
    text-align: center;
}
.fot-contet p{
    padding-top: 10px;
}
.l-footer{
    background: #563F2E;
    color: #fff;
    border-top: 0px;
    margin-top: 100px;
    overflow: hidden;
}
.l-footer figure img{
    border-radius: 0px;
}
.widget.widget_nav_menu ul{
    display: flex;
    gap: 25px;
    flex-wrap: wrap;
}
.l-footer .widget_nav_menu ul>li+li{
 margin-top: 0px!important;
}

.fot_flex {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 29px;
}
.fot_tel a{
    font-size: 30px;
    font-weight: bold;
}
.fot_btm a{
    background: #B18E6C;
    padding: 10px 20px;
    border-radius: 10px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
}
.fot_btm{
    margin-left: 20px;
}
.l-footer--default .c-copyright{
    text-align: left;
    margin-top: 0px;
    font-size: 10px;
}
.wp-block-column.rlogo.rs-sc_logo.is-layout-flow.wp-block-column-is-layout-flow {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.wp-block-column.rlogo.rs-sc_logo figure.wp-block-image{
margin: 0px;
}
.wp-block-columns.fot_colms.is-layout-flex.wp-container-core-columns-is-layout-28f84493.wp-block-columns-is-layout-flex {
    max-width: 657px;
    margin-left: 0px;
    width: 80%;
}
.wp-block-column.colms01.is-layout-flow.wp-block-column-is-layout-flow {
    flex-basis: 40%;
}
.wp-block-column.rlogo.rs-sc_logo.is-layout-flow.wp-block-column-is-layout-flow {
    flex-basis: 60%;
    gap: 18px;
}
/* ご利用ガイド */
.no-raund figure img{
    border-radius: 0px;
}
h1.c-page-header__title, h1.c-page-header__title {
    text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.4);
    font-weight: 500 !important;
    font-size: 40px;
}
.smb-step__item__number{
    font-weight: bold;
}
.page-id-19 .p-global-nav--hover-text-color.p-global-nav--current-same-hover-effect .c-navbar__item[data-active-menu] {
    color: #fff!important;
}
.case_panel .smb-panels__item{
    box-shadow:none;
    border: 1px solid #563F2E;
    border-radius: clamp(20px, 7.6531vw + -8.6990px, 50px);
}
.case_panel .smb-panels__item__title{
    font-size: var(--_fluid-font-size);
    --_font-size-level: 2;
    font-weight: normal;
}
/* ワイン珈琲 */
/* .winecoffee-header-img{
    background: #ffffffc4;
    padding: 30px;
    border-radius: 5px;
} */
.winecoffee-header-img img {
    width: 300px;
}
.winepage .c-page-header__content {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
/* インスタ */
p.no-raund.insta a img {
    width: 30px !important;
}
p.no-raund.insta a{
    display: block;
    text-decoration: none;
}
p.no-raund.insta {
    margin-top: 5px !important;
}
@media (min-width: 1600px){
    .top_back01::before{
        top: -17%;
        height: 17%;
    }
    .top_back02::before{
        top: -57%;
        height: 57%;
    }
    .top_back03::before{
        top: -22%;
        height: 22%;
    }
    .top_back04::before{
        top: -15%;
        height: 15%;
        
    }
    .top_back05::before{
        top: -32%;
        height: 32%;
        
    }
}
@media (min-width: 1024px) and  (max-width: 1346px){
    .top_back01::before{
        top: -12%;
        height: 12%;
    }
    .top_back04::before{
        top: -9%;
        height: 9%;
    }
    .top_back05::before{
        top: -20%;
        height: 20%;
    }
    .top_back02::before{
        top: -34%;
        height: 34%;
    }
    .top_back03::before{
        width: 100%;
        top: -259px;
        height: 300px;
        width: 1600px;
    }
}
/*-------------------- 1024px以上--------------------*/
@media (max-width: 64em) {
   
}

@media (max-width: 1023px)  {
    .top_back01::before{
        top: -4%;
        height: 4%;
    }
    .top_back04::before{
        top: -6%;
        height: 6%;
    }
    .top_back05::before{
        top: -16%;
        height: 16%;
    }
    .top_back02::before{
        top: -24%;
        height: 24%;
    }
    .top_back03::before{
        width: 100%;
        top: -14%;
        height: 14%;
    }
    footer.l-footer::before {
        width: 84vw;
        height: 74vw;
    }
}
@media (min-width: 930px) and  (max-width: 1024px){
    .top_flow-grop::after{
        right: -39%;
    }
}
@media (min-width: 781px) and  (max-width: 1200px){
    .cup_img{
        bottom: -184px;
        right: 33%;
        z-index: 2;
        width: 170px;
    }
    .cup_img img{
        border-radius: 30px;
    }
}
@media (min-width: 781px) and  (max-width: 930px){
    .top_flow-grop::after{
        width: 20px;
        height: 5px;
        right: -15%;
    }
}
/*-------------------- 768px以上1023px以下--------------------*/
@media (min-width: 768px) and  (max-width: 1023px){
}
/*-------------------- 640px以上1023px以下--------------------*/

@media (min-width: 640px) and  (max-width: 1023px){
}
@media (min-width: 782px){
    .fot_pcnone{
        display: none;
    }
}
@media (max-width: 781px) {
    .production_sect {
        margin-top: 100px!important;
    }
    figure.wp-block-image.aligncenter.size-large.is-resized.fot_logo {
        display: flex;
        align-items: center;
        width: 80%;
        flex-direction: row;
        margin-left: 0px !important;
    }
    figure.wp-block-image.aligncenter.size-large.is-resized.fot_logo img {
    width: 35% !important;
    display: block;
    }
    p.fot_pcnone {
    display: block;
    text-align: left;
    width: 60%;
    margin-left: 21px;
    }
    .wp-block-column.rlogo.rs-sc_logo.is-layout-flow.wp-block-column-is-layout-flow{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    }
    .wp-block-column.rlogo.rs-sc_logo figure.wp-block-image{
        margin: 0px;
    }
    .top_back04::before {
        top: -5%;
        height: 5%;
    }
    .top_back05::before {
        top: -15%;
        height: 15%;
    }
    .top_back02::before {
        top: -18%;
        height: 18%;
    }
    .fot_spnone{
        display: none;
    }

}


@media (max-width: 768px) {
    h2{
        --_font-size-level: 3;
        font-size: var(--_fluid-font-size);
        line-height: var(--_line-height);
    }
    .cup_img {
        position: absolute;
        margin-top: 0px;
        bottom: -77px;
        right: 58%;
        width: 46%;
    }
    .coffeepot_sect .smb-section__contents-wrapper.smb-section__contents-wrapper--left{
        width: 100%;
    }
    .top_sect02::before{
        background: url(assets/img/back_img05.svg) no-repeat;
        bottom: -50%;
        left: 0px;
        width: 100%;
        height: 93%;
    }
    .top_flow {
        margin-top: 50px;
    }
    .top_back02::before{
        top: -14%;
        height: 14%;
    }
    .top_back03::before{
        top: -12%;
        height: 12%;
    }
    .top_back04::before {
        top: -3%;
        height: 3%;
    }
    .top_back05::before {
        top: -11%;
        height: 11%;
    }
    .top_back01::after{
        width: 500px;
        height: 500px;
        right: -250px;
        bottom: -35vh;
    }
    
}
/*-------------------- 640px以上--------------------*/
@media (min-width: 40em) {
}

/*-------------------- 640px以下--------------------*/
@media (max-width:39.9375em) {
    .top_sect::before{
        height: 68%;
    }
    .top_sect::after{
        width: 300px;
        height: 300px;
        right: -150px;
        bottom: -32vh;
    }
    .top_back02::before{
        top: -10%;
        height: 10%;
    }
    .top_back03::before {
        top: -3%;
        height: 3%;
    }
    .fot_flex{
        flex-direction: column;
    }
    footer.l-footer.l-footer--default::after{
        bottom: 300px;
    }
    .fot_btm {
        margin-left: 0px;
        margin-top: 16px;
    }
    .top_back05::before {
        top: -9%;
        height: 9%;
    }

    .winecoffee-header-img img {
    width: 200px;
    margin-right: 0px;
    }
}
@media (max-width: 500px) {
    .top_back01::before{
        /* top: -3%;
        height: 3%; */
        top: -74px;
        height: 74px;
    }
    .top_back02::before {
        top: -85px;
        height: 85px;
    }
    .top_flow-grop::after{
        width: 15px;
        height: 5px;
        right: -15px;
    }
    .top_back03::before {
        top: -80px;
        height: 80px;
        width: 500px;
    }
    .top_back04::before{
        top: -80px;
        height: 80px;
        width: 500px;
    }
    .top_back05::before{
        top: -80px;
        height: 80px;
        width: 500px;
    }
    .fot-contet{
        width: 88%;
    }
    .top_back01::after{
        width: 300px;
        height: 300px;
        bottom: -32vh;
        right: -150px;
    }
    footer.l-footer.l-footer--default::after {
        bottom: 239px;
    }
    figure.wp-block-image.aligncenter.size-large.is-resized.fot_logo{
        width: 100%;
    }
    .wp-block-column.rlogo.rs-sc_logo.is-layout-flow.wp-block-column-is-layout-flow img{
        width: 110px!important;
    }
    .l-footer--default .l-footer-widget-area {
        padding-bottom: 0px;
    }

}
@media (max-width: 413px) {
    .top_back01::before {
        top: -2.8%;
        height: 2.8%;
    }
    .top_back02::before {
        top: -66px;
        height: 66px;
    }
}

.product-more {
	z-index: 99;
}