/* カスタマイズ用CSS */
.ec-layoutRole .ec-layoutRole__main{
    overflow: hidden;
}

.sp-only{
    display: none !important;
}

.pc-only{
    display: initial !important;
}

@media only screen and (max-width: 768px){
 .sp-only{
    display: initial !important;
    } 
 .pc-only{
    display: none !important;
    }
}




.fw-b{
    font-weight: bold;
}

.mb-0{
    margin-bottom: 0;
}

.ec-pager .ec-pager__item--active{
    background-color: #5CB1B1;
    color: #fff;
}


.mw-200{
    max-width: 200px;
}

.regular-tax-text{
    font-size:14px;
}

@media only screen and (max-width: 768px){
    .regular-tax-text{
    font-size:12px;
    }
}

.slick-slide{
    max-width: 100% !important;
    max-height: 100% !important;
}

.detail_product_category {
    color: #64BCC7 !important;
    font-size: 14px !important;
    margin-bottom: 17px !important;
    padding-right: 50px;
}

.ec-inlineBtn{
    height: 35px !important;
    line-height: 35px !important;
    padding-bottom: 0 !important;
    padding-top: 0 !important;
}

.ec-orderRole .ec-inlineBtn{
    color: #fff;
    background-color: #595757;
    min-width: 100px;
    border-radius: 24px;
    height: 35px !important;
    line-height: 30px !important;
    padding-bottom: 0 !important;
    padding-top: 0 !important;
}
.ec-orderRole .ec-inlineBtn:hover {
    color:#fff!important;
    background-color: #595757!important;
    opacity: 0.7!important;
    transition: 0.25s ease-in!important;
}

#page_product_detail .ec-productRole .ec-productRole__price{
    color: #525263;
    border-bottom: none;
}

#page_product_detail .ec-productRole .ec-productRole__tags{
    margin-bottom: -13px;
    margin-top: 0px;
}

@media only screen and (max-width: 768px){
    #page_product_detail .ec-productRole .ec-productRole__tags{
            margin-bottom: 2px;
    }
}

#page_product_detail .ec-price{
    line-height: 1;
    margin-bottom: 12px;
}

#page_product_detail .detail_cart-form{
    display: flex;
    justify-content: space-between;
    border-bottom: 1px dotted #ccc;
    padding-bottom: 12px;
}

@media only screen and (max-width: 768px){
    #page_product_detail .detail_cart-form{
        flex-direction:column;
    }
}

#page_product_detail .bib_area_inner{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    border-bottom: 1px dotted #ccc;
}

@media only screen and (max-width: 768px){
    #page_product_detail .bib_area_inner{
        flex-direction: column;
        align-items: initial;
        padding-bottom: 12px;
    }
}

#page_product_detail .detail_regular_btn{
    min-width: 274px;
    width: 274px;
    margin-left: auto;
}

@media only screen and (max-width: 768px){
    #page_product_detail .detail_regular_btn{
        width: 100%;
        min-width: 100%;
    }
}

#page_product_detail .detail_otoku_text{
    font-size: 16px;
    color: #DEBB90;
}

#page_product_detail .detail_regular_price_title{
    font-size: 18px;
}

#page_product_detail .detail_regular_price_price{
    font-size: 28px;
    font-weight: bold;
    margin-left: 8px;
    line-height: 1;
}

#page_product_detail .ec-productRole .ec-productRole__btn{
    margin-left: auto;
}

@media only screen and (min-width: 768px){
    #page_product_detail .ec-productRole .ec-productRole__btn {
        margin-top: 16px;
        /* margin-bottom: 0;*/
    }
    #page_product_detail .add-cart {
        margin-left: auto;
        width: 274px;
    }
}

#page_mypage_login .ec-off2Grid .ec-off2Grid__cell{
    width: 100% !important;
    margin-left: 0 !important;
}

#page_mypage_login .ec-grid3__cell{
    width: 35%;
}

#page_mypage_login .form-check-input{
    margin-top: 7px;
}

@media only screen and (max-width: 767px){
    #page_mypage_login .ec-grid3__cell{
        width: 100%;
        margin-left: 0;
    }
    #page_mypage_login .ec-grid3__cell .ec-guest{
        margin-left: 0 !important;
    }
}

#page_mypage_login .ec-grid3__cell .ec-guest{
    width: 100%;
    margin-left: 2.5%;
    margin-right: 0;
    padding: 10%;
}

#page_mypage_login .ec-grid3__cell .ec-guest .ec-guest__inner{
    vertical-align: initial;
}

#page_mypage_login .ec-grid3__cell h3{
    line-height: 1.7;
    margin-bottom: 31px;
}


/*shopping-login*/
#page_shopping_login .ec-off2Grid .ec-off2Grid__cell{
    width: 100% !important;
    margin-left: 0 !important;
}

#page_shopping_login .ec-grid3__cell{
    width: 35%;
}

#page_shopping_login .form-check-input{
    margin-top: 7px;
}

@media only screen and (max-width: 767px){
    #page_shopping_login .ec-grid3__cell{
        width: 100%;
        margin-left: 0;
    }
    #page_shopping_login .ec-grid3__cell .ec-guest{
        margin-left: 0 !important;
    }
}

#page_shopping_login .ec-grid3__cell .ec-guest{
    width: 100%;
    margin-left: 2.5%;
    margin-right: 0;
    padding: 10%;
}

#page_shopping_login .ec-grid3__cell .ec-guest .ec-guest__inner{
    vertical-align: initial;
}

#page_shopping_login .ec-grid3__cell h3{
    line-height: 1.7;
    margin-bottom: 31px;
}

.ec-orderRole .ec-inlineBtn:active {
    color:#fff!important;
    background-color: #595757 !important;
}

.ec-orderRole .ec-inlineBtn:focus {
    color:#fff!important;
    box-shadow: none!important;
    background-color: #595757 !important;
}



.ec-inlineBtn{
    color: #fff;
    background-color: #595757;
    min-width: 100px;
    border-radius: 24px;
}

.ec-inlineBtn:hover {
    color:#fff!important;
    background-color: #595757!important;
    opacity: 0.7!important;
    transition: 0.25s ease-in!important;
}

.ec-inlineBtn:active {
    color:#fff!important;
    background-color: #595757 !important;
}

.ec-inlineBtn:focus {
    color:#fff!important;
    box-shadow: none!important;
    background-color: #595757 !important;
}

.slide-item{
    border-radius: 12px;
    overflow: hidden;
}
.ec-reportDescription{
    font-size: 14px !important;
}

.item_nav{
    /*border-radius: 72px;*/
    /*overflow: hidden;*/
}
/*パンクず*/
.breadcrumbs{
    
}
.breadcrumbs ul{
    display: flex;
    align-items: center;
}

.breadcrumbs ul .fa-chevron-right{
    margin-right: 12px;
}

.breadcrumbs ul li{
    list-style: none;
    margin-right: 12px;
    font-size: 12px;
}
.breadcrumbs ul li a{
    font-size: 12px;
}

/*レスポンシブ*/
@media screen and (max-width: 767px){
    .ec-pageHeader h1, .ec-pageHeader .h1{
        font-size: 18px !important;
        padding: 26px 0 15px;
    }
    .ec-progress{
        padding: 30px 0 30px;
    }
    .ec-progress .ec-progress__label{
        font-size: 10px;
    }
    .ec-cartRow{
        display:initial;
    }
    .ec-cartRow .ec-cartRow__contentColumn {
        border-bottom: none;
    }
    .ec-cartRow .ec-cartRow__amountColumn{
        padding: 12px 0 24px 0;
    }
    .ec-role{
        padding-left: 15px;
        padding-right: 15px;
    }
    .ec-cartRole{
       padding-left: 15px;
        padding-right: 15px; 
    }
    div,a,p,li{
        line-height: 2;
        letter-spacing: 0.08rem;
    }
    .ec-input input, .ec-birth input, .ec-select input, .ec-halfInput input, .ec-numberInput input, .ec-zipInput input, .ec-telInput input{
        font-size: 14px;
    }
    .bib-ec-numberInput{
        margin-left: 12px;
    }
    .ec-label{
        font-size: 14px;
    }
    .ec-borderedDefs dl{
        padding: 15px 0 15px;
    }
    
    .form-check{
        line-height:1.4;
    }
    .ec-cartNaviNull{
        top: 70px;
    }
    .ec-login{
      padding: 30px 5% 20px;  
    }
    .ec-checkbox label{
        font-size: 13px;
    }
}
    
.ec-borderedDefs dt{
    padding-top: 0px !important;
}

.ec-sliderRole {
    width: 50%;
    max-width: initial;
}

.ec-favoriteRole .ec-favoriteRole__item .ec-closeBtn--circle{
    /*position: absolute;*/
    /*right: -8px;*/
    /*top: -10px;*/
    z-index: 1;
}

/*ハート*/
.fa-heart{
    color: #EEB0B2 !important;
}

.ec-alert-warning{
    background-color: #EEB0B2;
    border-radius: 12px;
}

@media screen and (max-width: 607px) {
    .ec-sliderRole {
        width: 100%;
        max-width: initial;
    }
}

/*フォント*/
body {
    /*font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif !important;*/
    /* font-family: "しまなみ", '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif !important; */
    /*font-family: "BIZ UDPGothic", sans-serif;*/
    font-family: "Noto Sans JP", sans-serif !important;
    font-style: normal;
    background: #fff;
}

.ec-shelfGrid .ec-shelfGrid__item .ec-productRole__btn{
    margin-top: 12px;
}

.second_product_cart_form{
    display: flex;
    align-items: center;
}

@media screen and (max-width: 767px){
 body{
     padding-top: 80px;
 }   
}
@media screen and (max-width: 767px){
    .ec-cartNavi{
       padding: 0.375rem 0.75rem;
       padding-right: 0.75rem !important;
    }
    
    .ec-cartNaviIsset{
        position: fixed;
        top: 70px;
        width: 80%;
        overflow-y: scroll;
        height: 80vh;
        background: #595757;
    }
    .ec-cartNaviIsset .ec-cartNaviIsset__cartContent{
        color: #fff;
    }
    .ec-cartNaviIsset .ec-cartNaviIsset__cartContentTitle{
        font-size: 12px;
    }
    .ec-cartNaviIsset__cartImage{
      width: 30%;  
    }
    .ec-cartNaviIsset__cartContent{
        width: 70%;  
    }
    .ec-shelfGrid .ec-shelfGrid__item .ec-productRole__btn{
        
    }
}

.ec-layoutRole{
    /*background-color: #F3F4F4;*/
}

body p, a, label, div{
    /*font-weight: 200 !important;*/
    line-height: 2;
    letter-spacing: 0.08rem;
    font-size: 14px;
    text-decoration: none !important;
}

body .ec-icon{
    line-height: 0.6;
}

body a {
    transition: 0.25s ease-in;
    border-bottom: none;
}

body a:hover {
    opacity: 0.7;
    transition: 0.25s ease-in;
}

@media screen and (max-width: 607px) {
    .ec-headerTitle .ec-headerTitle__title a {
        font-size: 32px;
    }
}

.ec-pageHeader h1,
.ec-pageHeader .h1 {
    font-weight: 400;
}

/*トップページ*/
.ec-eyecatchRole .ec-eyecatchRole__introDescription{
    font-size: 14px;
}

.ec-newsRole__newsCloseBtn{
    letter-spacing: initial;
    line-height: 1.5;
}

.slick-slide {
    overflow: hidden;
    border-radius: 12px;
    margin: 0 12px;
}

.slick-slide-inner {
    position: relative;
    display: block;
}

.slider-product_name {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100% !important;
    text-align: center;
    color: #595757;
    display: block;
    writing-mode: horizontal-tb;
    white-space: nowrap;
    background-color: #DEBB90;
    color: #fff;
    padding: 12px 0;
}

.ec-productRole__description {
    font-size: 14px;
    line-height: 2;
}

.ec-eyecatchRole .ec-eyecatchRole__image {
    width: 30%;
}

@media screen and (max-width: 607px) {
    .ec-eyecatchRole .ec-eyecatchRole__image {
        width: 80%;
    }
}

.ec-eyecatchRole {
    justify-content: center;
    margin-top: 100px;
    margin-bottom: 100px;
}

@media screen and (max-width: 607px) {
    .ec-eyecatchRole {
        margin-top: 50px;
        margin-bottom: 50px;
    }
}

.ec-eyecatchRole__intro {
    width: 50%;
}

@media screen and (max-width: 607px) {
    .ec-eyecatchRole__intro {
        width: 100%;
    }
}

.ec-categoryRole .ec-categoryRole__list {
    justify-content: center;
}

.top-category-name {
    margin-top: 15px;
    color: #64BCC7;
    text-align: center;
}

.ec-headerTitle__title h1 a {
    color: #DEBB90 !important;
    font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif !important;
}

.ec-blockBtn--top {
    background-color: #4894CB;
    border: none;
    border-radius: 60px;
}

.ec-blockBtn--top:hover {
    background-color: #4894CB;
    opacity: 0.7;
    transition: 0.25s ease-in;
}

.ec-blockBtn--top:active {
    background-color: #4894CB !important;
}

.ec-blockBtn--top:focus {
    box-shadow: none;
    background-color: #4894CB !important;
}

/*黒ボタン*/

.ec-blackBtn--custom {
    color:#fff!important;
    background-color: #595757!important;
    border: none!important;
    border-radius: 60px!important;
    height: 40px;
    line-height: 40px;
    padding-top: 0;
    padding-bottom: 0;
}

.ec-blackBtn--custom:hover {
    color:#fff!important;
    background-color: #595757!important;
    opacity: 0.7!important;
    transition: 0.25s ease-in!important;
}

.ec-blackBtn--custom:active {
    color:#fff!important;
    background-color: #595757 !important;
}

.ec-blackBtn--custom:focus {
    color:#fff!important;
    box-shadow: none!important;
    background-color: #595757 !important;
}


.ec-footerRole {
    background-color: transparent;
    /* background-image: url('/html/user_data/assets/img/bk/bk_wave.png'); */
    background-size: cover;
    border-top: none;
    background-position: top;
}

.ec-footerNavi .ec-footerNavi__link a {
    color: #595757;
}

@media screen and (max-width: 767px){
    .ec-footerNavi .ec-footerNavi__link a{
        border-bottom: none;
    }
}

.ec-footerTitle__logo a {
    color: #DEBB90 !important;
    font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif !important;
}

.ec-blockTopBtn {
    /*background-color: #4894CB;*/
    /*border-radius: 24px;*/
    width: 70px;
    background-color: transparent;
    bottom:50px;
}

@media screen and (max-width: 767px){
    .ec-blockTopBtn {
    /*background-color: #4894CB;*/
    /*border-radius: 24px;*/
    width: 50px;
    background-color: transparent;
    bottom:12px;
    right: 12px;
    }
}
.ec-blockTopBtn img{
    width:100%;
    height: auto;
}



.ec-blockBtn--action {
    background-color: #4894CB;
    border: none;
    border-radius: 60px;
    height: 40px !important;
    line-height: 40px !important;
}

#page_bib_detail section .ec-blockBtn--action{
    margin: 0 auto;
    margin-top: 12px;
    max-width: 300px;
    min-width: 212px;
}

#page_bib_detail_200ppm section .ec-blockBtn--action{
    margin: 0 auto;
    margin-top: 12px;
    max-width: 300px;
    min-width: 250px;
}

@media screen and (max-width: 767px){
    #page_bib_detail section .ec-blockBtn--action{
        max-width: 300px;
        min-width: 150px;
    }
    #page_bib_detail_200ppm section .ec-blockBtn--action{
        max-width: 300px;
        min-width: 150px;
    }
}


@media screen and (min-width: 768){
    .ec-blockBtn--action {
        max-width: 300px;
    }
}

.ec-blockBtn--action:hover {
    background-color: #4894CB;
    opacity: 0.7;
    transition: 0.25s ease-in;
}

.ec-blockBtn--action:active,
.ec-blockBtn--action:focus {
    background-color: #4894CB;
    opacity: 0.7;
    transition: 0.25s ease-in;
    border-color: #4894CB;
}

.ec-headerSearch .ec-headerSearch__category .ec-select select {
    background-color: #DEBB90;
}

.ec-headerLink__list {
    background-color: #DEBB90;
}

.ec-drawerRole {
    background-color: #DEBB90;
    transition: 0.25s ease-in;
}

.ec-blockBtn--cancel {
    background-color: transparent;
    border:2px solid #4894CB;
    transition: 0.25s ease-in;
    /*border: none;*/
    border-radius: 60px;
    color: #4894CB ;
    height: 40px;
    line-height: 36px;
}

.ec-blockBtn--cancel:hover {
    background-color: transparent;
    opacity: 0.7;
    transition: 0.25s ease-in;
    border:2px solid #4894CB;
    color: #4894CB;
}

.ec-blockBtn--cancel:active {
    color: #4894CB ;
    background-color: transparent !important;
    border-color: #4894CB;
}

.ec-blockBtn--cancel:focus {
    color: #4894CB ;
    box-shadow: none;
    background-color: transparent !important;
    /*border: none !important;*/
    border-color: #4894CB !important;
}
.ec-shelfRole .ec-shelfGrid .ec-shelfGrid__item{
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: space-between;
}
.favorite_form{
    /* position: absolute;*/
    /*top: -8px;*/
    /*right: 9px;*/
    /*z-index: 1;   */
}

.ec-shelfGrid .ec-shelfGrid__item{
    margin-bottom: 60px;
}

.ec-shelfGrid .ec-shelfGrid__item-image {
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}
.ec-shelfGrid .ec-shelfGrid__item-image .product_name{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    
}

.ec-shelfGrid__item .product_name{
    color: #4894CB;
    display: flex;
    /*min-height: 100px;*/
    /*align-items: center;*/
    line-height: 1.4;
}

.ec-shelfGrid__item .product_name .product-tags{
    position: absolute;
    top: 0;
    left: 16px;
}
.product-tag-new{
    height: fit-content;
    font-size: 8px;
    padding: 0px 6px;
    margin-bottom: 4px;
    background-color: #EEB0B2;
    color: #fff;
    border-radius: 24px;
    margin: 0 6px;
    display: inline-block;
    transform: translateY(-3px);
}

.ec-shelfGrid__item .product_name .product-tags .tag{
   font-size: 10px;
    padding: 4px 8px;
    background-color: #EEB0B2;
    color: #fff;
    border-radius: 12px;
    margin: 0 2px;
    display: block;
}

.ec-shelfGrid__item .product_name .product-tags .tag_plus{
    padding: 0px;
    background-color: transparent;
    color: #fff;
    border-radius: 0;
    width: 30px;
}

.ec-shelfGrid__item .product_name .product-tags .tag_plus img{
    width: 100%;
    height: auto;
}

/*フェードアニメーション*/
/*animation*/
@keyframes fadeIn {
    0% {
        opacity: 0;
        transform: translateY(100px);
    }

    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}

.fade-content {
    opacity: 0;
}

.fade-content-active {
    animation: fadeIn 2s forwards;
}

/*ヘッダーメニュ*/
.ec-cartNavi{
    background-color: transparent;
    padding: 0;
    height: auto;
}

.ec-cartNavi__price{
    font-size: 13px !important;
}

.ec-cartNavi a, .ec-cartNavi span{
    font-size: 13px !important;
    letter-spacing: 0.12rem;
}

.ec-cartNavi .ec-cartNavi__badge{
    font-size: 10px !important;
    letter-spacing: initial;
}

.ec-cartNavi a i{
    font-size: 20px;
    margin-right: 4px;
}
.ec-headerNaviRole__nav a{
    font-size: 13px !important;
    letter-spacing: 0.12rem;
}
.ec-headerNaviRole__nav span{
    font-size: 13px !important;
    letter-spacing: 0.12rem;
}
.ec-headerNaviRole__nav a i{
    font-size: 20px;
    margin-right: 4px;
}

.ec-headerNaviRole{
    font-size: 14px;
}

/*ヘッダーロゴ*/
.ec-headerNaviRole .ec-headerNaviRole__left .ec-headerRole__title .ec-headerTitle .ec-headerTitle__title h1 {
    max-width: 180px;
    width: 40%;
    min-width: 120px;
}

/*ヘッダーメニュ*/
.top_top {
    margin-right: 32px;
}

.ec-pageHeader h1, .ec-pageHeader .h1{
    font-size: 26px;
}

.top_product_lists {
    margin-right: 32px;
}

@media screen and (max-width: 768){
    
}

/*フッターロゴ*/
.ec-footerRole .ec-footerRole__inner .ec-footerTitle .ec-footerTitle__logo {
    max-width: 80px;
    width: 25%;
    min-width: 75px;
    margin: 0 auto;
}

.ec-footerRole .ec-footerRole__inner{
        max-width: 1300px;
}

.ec-footerRole__inner_three_sec .ec-footerNavi{
    margin-right: auto;
    margin-left: 40px;
}

@media only screen and (max-width: 767px) {
    .ec-footerRole__inner_three_sec .ec-footerTitle__logo{
        order: 3;
        margin-top: 50px;
        width: 20% !important;
    }
    .ec-footerRole .ec-footerRole__inner .ec-footerTitle .ec-footerTitle__logo img {
        max-width: 100px;
        width: 100%;
        min-width: 75px;
        margin: 0 auto;
    }
}

/*コピーライト*/
.ec-footerTitle__copyright {
    margin-top: 15px;
    color: #595757;
}

/*ボタンの色*/
/*メインカラー*/
.btn-main-color {
    background-color: #DEBB90 !important;
}

.btn-main-color:hover {
    background-color: #DEBB90 !important;
}

.ec-inlineBtn--action {
    background-color: #4894CB !important;
    border-color: #4894CB !important;
}

.ec-inlineBtn--action:hover {
    background-color: #4894CB !important;
}

.ec-blockBtn--action:focus {
    background-color: #4894CB !important;
    box-shadow: 0 0 0 0.25rem #4894CB !important;
}

.ec-inlineBtn--action:active {
    background-color: #4894CB !important;
    box-shadow: 0 0 0 0.25rem #4894CB !important;
}

.ec-inlineBtn--action:focus {
    background-color: #4894CB !important;
    /*box-shadow: 0 0 0 0.25rem #DEBB90 !important;*/
    box-shadow: none !important;
}

/*ログインページ　Myページ&ショッピング*/
@media only screen and (min-width: 768px) {
    .mypage .ec-grid2 {
        justify-content: space-between;
        flex-direction: column;
    }

    .mypage .ec-grid2 .ec-grid2__cell {
        width: 100%;
        margin: 0 auto 12px auto;
    }
     .shopping-login .ec-grid2 {
        justify-content: space-between;
        flex-direction: column;
    }

    .shopping-login .ec-grid2 .ec-grid2__cell {
        width: 80%;
        margin: 0 auto 12px auto;
    }
}

@media only screen and (max-width: 767px) {
    .mypage .ec-grid2 .ec-grid2__cell {
        margin: 5px 0;
    }
    .shopping-login .ec-grid2 .ec-grid2__cell {
        margin: 5px 0;
    }
}

.login_mypage_home {
    width: 100%;
}

.customize_login_display {
    position: relative;
    overflow: hidden;
}

.customize_login_display .customize_login_first {
    transform: translateX(-100%);
    transition: 0.25s ease-in;
    opacity: 0;
    visibility: hidden;
    display: flex;
    justify-content: center;
}

@media only screen and (max-width: 767px){
    .customize_login_display .customize_login_first {
        flex-direction: column;
    }
}

.customize_login_display .customize_login_first-active {
    opacity: 1;
    visibility: visible;
    transition: 0.25s ease-in;
    transform: translateX(0%);
}

.customize_login_display .customize_login_second {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0%;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transform: translateX(100%);
    transition: 0.25s ease-in;
}

.customize_login_display .customize_login_second #wrapper {
    position: relative;
}

.non_coad_entry{
    font-size: 12px;
    line-height: 1.5;
    padding: 12px 24px;
 }   
@media screen and (max-width: 767px){
 .non_coad_entry{
         font-size: 12px;
    line-height: 1.5;
    padding: 12px 24px;
 }   
}



/*QRコードリーダ*/
.qr_wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.8);
    overflow-y: scroll;
    opacity: 0;
    visibility: hidden;
    transition: 0.25s all;
}

.qr_wrapper-open {
    opacity: 1;
    visibility: visible;
    transition: 0.25s all;
}

.qr_wrapper .qr_inner {
    width: 100%;
    height: 100%;
    position: relative;
}

.qr_wrapper .qr_inner .qr_inner_text {
    position: absolute;
    top: calc(50% - 180px);
    right: 0;
    left: 0;
    width: fit-content;
    margin: 0 auto;
    color: #fff;
}

.qr_wrapper .qr_inner .qr_inner_close {
    position: absolute;
    top: calc(50% + 160px);
    color: #fff;
    background-color: #64BCC7;
    padding: 8px 20px;
    border-radius: 24px;
    right: 0;
    left: 0;
    width: fit-content;
    margin: 0 auto;
}

.qr_wrapper .qr_inner #video {
    position: absolute;
    width: 300px;
    height: 300px;
    top: calc(50% - 150px);
    left: calc(50% - 150px);
    visibility: hidden;
}

.qr_wrapper .qr_inner #camera-canvas {
    position: absolute;
    width: 300px;
    height: 300px;
    top: calc(50% - 150px);
    left: calc(50% - 150px);
    z-index: 50;
    border-radius: 12px;
}

.qr_wrapper .qr_inner #rect-canvas {
    position: absolute;
    width: 300px;
    height: 300px;
    top: calc(50% - 150px);
    left: calc(50% - 150px);
    z-index: 100;
}

.customize_login_display .customize_login_second .login_back-btn {}

.customize_login_display .customize_login_second-active {
    opacity: 1;
    visibility: visible;
    transition: 0.25s ease-in;
    transform: translateX(0%);
}

.customize_login_display .ec-login {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 60%;
    margin-left: 0;
    margin-right: 2.5%;
    padding-bottom: 0;
}

@media only screen and (max-width: 767px) {
    .customize_login_display .ec-login {
        width: 100%;
    }   
}

.ec-login__link {
    text-align: right;
}

.customize_login_display .ec-blockBtn--cancel {
    white-space: wrap;
    height: auto;
}

.customize_login_display .ec-blockBtn--cancel:active{
    background-color: #595757!important;
}

.customize_login_display .ec-blockBtn--cancel:focus{
    background-color: #595757!important;
    border-color:#595757!important;;
}

/**カテゴリーナビ*/
@media only screen and (max-width: 767px) {
    .ec-categoryNaviRole {
        display: initial;
    }

    .ec-itemNav__nav {
        padding: 0 16px;
    }

    .ec-categoryNaviRole .ec-itemNav .ec-itemNav__nav li a {
        margin-bottom:0 !important;
        font-size: 14px !important;
        border-bottom:none;
        color:#595757;
    }
}


/*商品一覧ページ*/
.ec-categoryNaviRole .ec-itemNav {
    text-align: left;
    padding-bottom: 0px;
    /*border-bottom: 1px solid #ccc;*/
    margin-bottom: 20px;
}

.ec-numberInput{
        width: fit-content;
        display: flex;
}

.quantity-wrapper {
    display: inline-flex;
    align-items: center;
    position: relative;
}

.quantity-wrapper input{
    margin: 0;
}

.quantity-wrapper .minus,
.quantity-wrapper .plus {
    font-size: 10px;
    width: 24px;
    height: 15px;
    /*background-color: #4894CB;*/
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: absolute;
}

.quantity-wrapper .minus {
    bottom: 0;
    right: -30px;
    /*border-radius:0 0 3px 3px;*/
}

.quantity-wrapper .plus {
    top: 0;
    right: -30px;
    /*border-radius:3px 3px 0 0 ;*/
}

.quantity-wrapper .minus:hover,
.quantity-wrapper .plus:hover {
    background-color: #ccc;
}
    
/** デフォルトのスピンボタンを隠す **/
.ec-numberInput input::-webkit-outer-spin-button,
.ec-numberInput input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
  width: 0;
  display: none;
}

.product_regular_wrap .ec-numberInput input[type=number]{
    margin-left: 8px;
}

.ec-numberInput input[type=number] {
    border-radius: 8px;
    height: 30px;
    line-height: 30px;
    /*padding-right: 0;*/
    margin-bottom: 0px;
    width: 50px;
    margin-left: 40px;
}

@media only screen and (max-width: 767px){
    .ec-numberInput input[type=number] {
        margin-left: 20px;
    }
}

.list_detail_block {
    /*padding-left: 12px;*/
    margin-right:40px;
}

.bib_detail_btn{
    color: #fff !important;
}

/*製品一覧modal*/
.ec-modal .ec-modal-wrap{
    border-radius: 24px;
}

.list-modal-box .list-role{
    display: flex;
    justify-content: center;
}

.list-modal-box .list-role .ec-blockBtn--action{
    max-width: 200px;
}

.list-modal-box .list-role .ec-blockBtn--cancel{
    max-width: 200px;
    margin-right: 12px;
}

.ec-modal-box .ec-role{
    display: flex;
    justify-content: center;
}

.ec-modal-box .ec-role .ec-blockBtn--action{
    max-width: 200px;
}

.ec-modal-box .ec-role .ec-blockBtn--cancel{
    max-width: 200px;
    margin-right: 12px;
    width: 100%;
}


@media only screen and (max-width: 767px) {
    .ec-modal-box .ec-role{
        flex-direction: column;
        align-items: center;
    }
    .ec-modal-box .ec-role .ec-blockBtn--cancel{
        max-width: 200px;
        margin-right: 0px;
        margin-bottom: 12px;
        margin: 0 auto 12px auto;
    }
    .ec-shelfGrid__item_category_1:nth-child(3) {
        /*display: none !important;*/
    }

    .ec-shelfGrid__item:nth-child(2n+1) {
        padding-left: 8px !important;
    }

    .ec-shelfGrid__item:nth-child(2n+2) {
        padding-right: 8px !important;
    }
    .list_detail_block{
        padding-left: 0px;
    }
    .ec-productRole__actions .ec-numberInput{
        font-size: 14px;
        margin-top: 0px;
    }
}


.ec-categoryNaviRole .ec-itemNav .ec-itemNav__nav li a {
    background-color: transparent;
    /*color: #DEBB90 !important;*/
    margin-right: 5px;
    margin-bottom: 6px;
    border-radius: 8px;
    padding: 8px 12px;
}

.ec-categoryNaviRole .ec-itemNav .ec-itemNav__nav li a i{
        display: inline-block;
        margin-right: 6px;
    }

.ec-categoryNaviRole .ec-itemNav .ec-itemNav__nav li a ::nth-child(1) {}

.ec-shelfRole h3 {
    border-bottom: 1px solid #ccc;
    padding-bottom: 12px;
    color: #64BCC7;
    margin-top: 100px;
    margin-bottom: 60px;
}

.member_price {
    width: fit-content;
    font-size: 12px;
    padding: 2px 12px;
    letter-spacing: 0rem;
    /*background-color: #DE5D50;*/
    /*color: #fff;*/
    background-color: #C6E4E9;
    color: #595757;
    margin: 8px 0 6px 0;
    border-radius: 4px;
}

@media only screen and (min-width: 767px) {
    .ec-shelfRole .ec-shelfGrid .ec-shelfGrid__item {
        width: 25%;
        margin-left: 2.5%;
        margin-right: 2.5%;
    }
}

@media only screen and (max-width: 767px) {
    .ec-shelfRole h3 {
        margin-top: 20px;
        font-size: 18px;
    }
    .list_detail_block .price02-default{
        font-size: 14px;
        letter-spacing: 0rem;
    }
    .ec-productRole__btn .ec-blockBtn--action{
        /*height: 40px;*/
        /*line-height: 40px;*/
        font-size: 13px;
    }
}

/*カートページ*/
.ec-cartRow__delColumn a {
    background-color: #525263;
    color: #fff;
    padding: 4px 7px;
    border-radius: 4px;
}

.ec-cartRow__subtotalColumn .ec-cartRow__sutbtotal {
    text-align: center;
}

/*Myページログイン*/
.password-field {
    position: relative;
}

.field-icon {
   position: absolute;
    top: 0px;
    right: 0px;
    bottom: 11px;
    z-index: 2;
    cursor: pointer;
    font-size: 16px;
    height: fit-content;
    display: flex;
    align-items: center;
    padding: 12px 32px;
}

/*ログインナビゲーション*/
.ec-headerRole__cart {
    margin-left: 6px;
}


.ec-headerNav .ec-headerNav__itemLink,
.ec-cartNavi .ec-cartNavi__price {
    display: initial;
}

.ec-headerNaviRole .ec-headerNaviRole__nav a {
    align-items: center;
    display: flex;
}

@media only screen and (max-width: 767px) {
    .ec-headerRole__cart {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    
    .top-sp-cart.cart_current .ec-cartNavi .ec-cartNavi__icon{
        color: #4894CB !important;
    }
    
    .top-sp-cart.cart_current .ec-cartNavi .ec-cartNavi__price{
        color: #4894CB !important;
    }

    .ec-cartNavi .ec-cartNavi__icon ::before {
        margin-right: 10px;
    }

    .ec-headerNaviRole .ec-headerNaviRole__nav {
        height: 40px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        min-width: 140px;
        background-color: #F8F8F8;
        padding-left: 16px;
        padding-right: 16px;
        border-radius: 24px;
        margin-bottom: 8px;
    }

    .ec-headerNav .ec-headerNav__itemIcon {
        margin-left: 0;
    }

    .ec-headerNav .ec-headerNav__itemLink,
    .ec-cartNavi .ec-cartNavi__price {
        padding: 0;
    }

    .ec-cartNavi {
        display: flex;
        padding: 0;
        width: 100%;
        justify-content: space-between;
    }

    .ec-headerNaviRole .ec-headerNaviRole__right {
        /*flex-direction: column;*/
        /*align-items: flex-end;*/
    }
}


/*MYページ*/
.mypage_invoice .ec-blockBtn--action {
    width: 300px;
    margin: 0 0 8px auto;
}

.mypage_invoice .invoice_btn_1 {
    background-color: #fff;
    border: 2px solid #D0D0D0;
    color: #525263;
}

.invoice_btn_2 {
    background-color: #fff;
    border: 2px solid #D0D0D0;
    color: #525263;
    margin-left: auto;
    max-width: 300px;
}

.invoice_btn_2:hover {
    background-color: #fff;
    border: 2px solid #D0D0D0;
    color: #525263;
    margin-left: auto;
}

@media screen and (max-width: 767px){
    .invoice_btn_2 {
        margin-top: 30px;
    }
}

.mypage_invoice .invoice_wait_text {
    text-align: right;
    margin: 12px 0;
}

/*フォーム共通*/
.ec-input {
    position: relative;
}

/*パスワード入力チェック*/
.password-criteria_area {
    padding: 12px 12px 12px 2px;
    background-color: #F8F8F8;
    /* width: fit-content; */
    margin-bottom: 12px;
}

#password-criteria {
    display: flex;
    padding-left: 0;
    margin-bottom: 0;
}

.password-criteria_note {
    font-size: 12px;
    color: #64BCC7;
}

@media screen and (max-width: 767px){
    .password-criteria_note {
    margin-bottom: 12px;
}
}

#password-criteria li {
    list-style-type: none;
    /* リストの記号を消す */
    padding-left: 42px;
    font-size: 12px;
    position: relative;
    line-height:18px;
    margin-bottom: 12px;
}

@media screen and (max-width: 767px){
    #password-criteria{
        /*justify-content: space-between;*/
        flex-wrap: wrap;
    }
   #password-criteria li {
    /*padding-left: 0px;*/
    /*padding-top: 40px;*/
    font-size: 12px;
    position: relative;
    margin-right: 24px;
    } 
    #password-criteria li::before {
    /*left: 0 !important;*/
    /*right: 0;*/
    /*margin:0 auto;*/
    }
    #password-criteria li.checked::after {
   /*left: 0 !important;*/
   /* right: 0;*/
   /* margin:0 auto;*/

    }
}

#password-criteria li::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 16px;
    width: 20px;
    height: 20px;
    background-color: #ccc;
    border-radius: 50%;
    transition: 0.25s ease;
}

#password-criteria li.checked {
    /* チェックされた項目のスタイル */
    /* text-decoration: line-through; */
    /* 取り消し線 */
}

#password-criteria li.checked::before {
    background-color: #64BCC7;
    transition: 0.25s ease;
}


#password-criteria li.checked::after {
    content: '';
    position: absolute;
    top: 6px;
    left: 24px;
    transform: rotate(50deg);
    width: 4px;
    height: 8px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;

}

/*会員登録画面 生年月日 注意書き*/
.entry_birth_note {
    font-size: 12px;
    color: #64BCC7;
}
@media screen and (max-width: 767px){
    .entry_birth_note {
    margin-bottom: 12px;
    }
}

/*領収書/納品書印刷画面*/

.ec-registerRole__actions {
    /* width: fit-content; */
    margin: 10px auto;
}

/*注文画面*/

/*送料の案内テキスト*/
.shoppinng_deriver_note {
    margin-top: 12px;
    display: block;
    font-size: 12px;
    color: #fff;
    background-color: #595757;
    padding: 4px 12px;
    border-radius: 24px;
}

.shoppinng_deriver_note:hover{
    color: #64BCC7;
    background-color: #fff;
}

/*送料無料のポップアップ*/
.popup_postage-free {
    position: fixed;
    width: 50%;
    max-width: 300px;
    bottom: 0;
    left: 0;
    z-index: 9999;
    transition: 0.5s ease;
    transform: scale(1);
}

 .popup_postage-free .popup_postage-free_inner {
    position: relative;
} 

 .popup_content {
    position: absolute;
    top: 100px;
    right: calc(50% - 150px);
    width: 400px;
    background-color: #fff;
    padding: 42px 24px 12px 24px;
} 

.popup_content .pop_product_name{
    color: #64BCC7;
}

.popup_content h5{
    font-size: 16px;
    margin-bottom:24px;
    line-height: 2;
}

.popup_content p{
    font-size:14px;
    margin-bottom:42px;
}

.popup_content .ec-blockBtn--action{
    margin-bottom: 0;
}

.popup_postage-free .popup_content_img {
    width: 100%;
    position: relative;
}

.popup_postage-free .popup_content_img img {
    width: 100%;
    height: auto;
}

.popup_postage-free .popup_content_btn {
    padding: 12px 0;
    display: flex;
}

.popup_postage-free .popup_close {
    position: absolute;
    top: -19px;
    right: -16px;
    /* padding: 2px 5px; */
    /* color: #fff; */
    /* background-color: #525263; */
    background-color: transparent;
    border: none;
    /* border-radius: 50%; */
    font-size: 20px;
}

@media screen and (max-width: 767px){
    .popup_postage-free .popup_close {
        position: absolute;
        top: -30px;
        right: -28px;
        /* padding: 2px 5px; */
        /* color: #fff; */
        /* background-color: #525263; */
        background-color: transparent;
        border: none;
        /* border-radius: 50%; */
        font-size: 24px;
    }
}

.postage_popup_hide {
    opacity: 0;
    visibility: hidden;
    transition: 0.25s ease;
    transform: scale(0);
}

.popup_content_btn_note {
    margin-top: 12px;
    color: #fff;
}

/*導入プラン確認のポップアップ*/
.popup_start_plan {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 9999;
    transition: 0.5s ease;
    transform: scale(1);
    background-color: rgba(0, 0, 0, 0.7);
}

 .popup_start_plan .popup_postage-free_inner {
    position: relative;
} 

 .popup_start_plan .popup_content {
    border-radius: 20px;
    position: absolute;
    /*top: 100px;*/
    /*right: calc(50% - 417px);*/
    /*width: 835px;*/
    top: calc(50vh - 208px);
    right: calc(50% - 418px);
    width: 835px;
    background-color: #fff;
    padding: 51px 63px 51px 63px;
} 

@media screen and (max-width: 767px){
   .popup_start_plan .popup_content {
    top: 20px;
    width: 80%;
    right: calc(50% - 40%);
    overflow-y: scroll;
    padding: 24px;
    top: calc(50vh - 244px);
    }  
    .popup_start_plan .popup_content_btn{
        width: 100% !important;
        flex-direction: column;
        font-size: 14px;
    }
}

.popup_start_plan .popup_content .pop_product_name{
    color: #64BCC7;
}

.popup_start_plan .popup_content h5{
    font-size: 22px;
    margin-bottom:14px;
    line-height: 2;
}

.popup_start_plan .popup_content p{
    font-size:14px;
    margin-bottom:0;
}

.popup_start_plan .popup_content .pop_product_text{
    padding-left: 30px;
    font-size: 16px;
}

@media screen and (max-width: 767px){
    .popup_start_plan .popup_content .pop_product_text{
        padding-left: 0px;
        font-size: 14px;
    }
}

.popup_start_plan .popup_content .ec-blockBtn--action{
    margin-bottom: 0;
}

.popup_start_plan .popup_content_img {
    width: 100%;
    position: relative;
}

.popup_start_plan .popup_content_img img {
    width: 100%;
    height: auto;
}

.popup_start_plan .popup_content_btn {
    padding: 12px 0;
    display: flex;
    width: 80%;
    margin:42px auto 0 auto;
}

.popup_start_plan .popup_content_btn .ec-blockBtn--cancel{
    margin-right: 12px;
}

@media screen and (max-width: 767px){
    .popup_start_plan .popup_content_btn .ec-blockBtn--cancel{
        margin-bottom: 12px;
        margin-right: 0px;
    }
}

.popup_start_plan .popup_close {
    position: absolute;
    top: -10px;
    right: -10px;
    /* padding: 2px 5px; */
    /* color: #fff; */
    /* background-color: #525263; */
    background-color: transparent;
    border: none;
    /* border-radius: 50%; */
    font-size: 16px;
}

.postage_popup_hide {
    opacity: 0;
    visibility: hidden;
    transition: 0.25s ease;
    transform: scale(0);
}

.popup_content_btn_note {
    margin-top: 12px;
    color: #fff;
}

/*レジ*/

.ec-progress .ec-progress__number{
    background-color: #595757;
}

.ec-orderRole .ec-orderRole__summary .ec-totalBox{
    border-radius: 12px;
}
.ec-orderRole .ec-orderRole__summary .ec-totalBox .ec-totalBox__spec dt{
    font-size: 14px;
}
.ec-orderRole .ec-orderRole__summary .ec-totalBox .ec-totalBox__spec{
    /*margin-bottom: 18px;*/
}
.ec-orderRole .ec-orderRole__summary .ec-totalBox .ec-totalBox__total{
    padding: 20px 0;
}

/*クーポンカスタマイズ*/

/*商品詳細画面*/
@media only screen and (min-width: 768px){
 .ec-productRole .ec-productRole__title .ec-headingTitle {
    padding-right: 20px;
    }   
}


.product-detail-coupon-block .coupon_product_head {
    color: #64BCC7;
    /*background-color: #64BCC7;*/
    padding: 12px 24px 12px 0;
    border-radius: 24px;
    font-size: 16px;
}
.product-detail-coupon-block .product-detail-coupon-wrap {
    flex-direction: column;
}

.product-detail-coupon-block .product-detail-coupon-box {
    padding: 6px 12px;
    /*box-shadow: 2px 4px 10px -5px #777777;*/
    border-radius: 12px;
    margin-bottom: 12px;
    width: 80%;
    background-color: #fff;
    /*background-image: url(/html/user_data/assets/img/coupon/coupon_active_bk.png) !important;*/
    /*background-size: cover;*/
}

.product-detail-coupon-box:nth-of-type(n + 2){
    margin-left: 0 !important;
}

.product-detail-coupon-block .product-detail-coupon-box .coupon-name {
    font-size: 14px;
    position: relative;
    text-align: left;
}

.product-detail-coupon-block .product-detail-coupon-box .product-detail-coupon__sub {
    padding: 0px 12px 6px 12px;
    background-color: transparent;
    /* border-top: 1px solid #595757; */
    /* border-bottom: 1px solid #595757; */
}

.product-detail-coupon__sub dl dt, .product-detail-coupon__sub dl dd{
    font-size: 10px !important;
}

.product-detail-coupon-block .product-detail-coupon-box .product-detail-coupon__sub dl{
    align-items: center;
    margin: 6px 0;
}

.product-detail-coupon-block .product-detail-coupon-box .product-detail-coupon__sub dl dt{
    color: #8d8d8d;
    font-size: 10px;
    display: flex;
    margin-bottom: 0;
    align-items: center;
    margin: 6px 0;
}

.product-detail-coupon-block .product-detail-coupon-box .product-detail-coupon__sub dl dd{
    margin-bottom: 0;
}

.product-detail-coupon-block .product-detail-coupon-box .coupon-name .coupon-name_list_mark {
    display: inline-block;
    color: #64BCC7;
    width: 12px;
    height: 12px;
    background-color: #64BCC7;
    border-radius: 50%;
    margin-right: 12px;
}

.product-detail-coupon__sub dl dt,
.product-detail-coupon__sub dl dd {
    font-size: 12px;
    line-height: 1;
}

.product_title{
    display: flex;
    /*align-items: flex-end;*/
}

.product_page .product_favorite_btn{
    cursor: pointer;
    border: none;
    color: #DE5D50;
    background-color: transparent;
    font-size: 24px;
    /*margin-left: 12px;*/
    position: absolute;
    right: -4px;
    top: -3px;
}
@media screen and (max-width: 767px){
    .product_page .product_favorite_btn{
    cursor: pointer;
    border: none;
    color: #DE5D50;
    background-color: transparent;
    font-size: 24px;
    /*margin-left: 12px;*/
    position: absolute;
    right: 0;
    top: 0;
}
}

.product_favorite_btn .fa-heart{
    display: block;
}

@media screen and (max-width: 767px){
    .product-nav_item_title .product_favorite_btn{
      /*position: absolute;*/
      /*  right: 0;*/
      /*  top: 0;  */
    }
}

.product_page .bib_regular_order{
    padding: 12px;
    margin-top: 0px;
    padding: 12px 18px;
    /*background-color: #EFF7F8;*/
    border-radius: 12px;
    padding-right: 0;
    padding-left: 0;
       
}
.product_page .bib_regular_order-price{
    padding: 14px 0;
    color: #595757;
    font-size: 22px;
    /*margin-bottom: 24px;*/
    padding-top: 0;
}

.product_page .bib_regular_note{
    /*background-color: #595757;*/
     color: 595757; 
    /*color: #fff;*/
    /*padding: 4px 12px;*/
    /*border-radius: 12px;*/
}

.product_regular_wrap{
    display: flex;
    justify-content: space-between;
}

.product_regular_wrap section{
    width: 48%;
    /*border: 1px solid #ccc;*/
    padding: 12px 14px;
    box-shadow: 2px 2px 10px -7px #777777;
    border-radius: 4px;
}

@media screen and (max-width: 767px){
   .product_regular_wrap{
        flex-direction: column;
    }
    
    .product_regular_wrap section{
        width: 100%;
        /*border: 1px solid #ccc;*/
        padding: 12px 4px;
        box-shadow: 2px 2px 10px -7px #777777;
        border-radius: 4px;
        margin-top: 24px;
    } 
}


.merit_content{
    margin-top: 24px;
    width: 100%;
}

.merit_content img{
    width: 100%;
    height: auto;
}

.merit_content_detail{
    margin-top: 24px;
    width: 100%;
}

.merit_content_detail img{
    width: 100%;
    height: auto;
}

/*注文手続き画面*/
.shopping-coupon-discount{
    margin-top: 0 !important;
    margin-left: 12px !important;
}
.shopping-coupon .shopping-coupon-discount .value{
     font-family: initial;
     font-weight: 400;
     font-size: 12px;
}
.shopping-coupon-item input[type="radio"] {
     margin-right: 10px;
    /*margin-bottom: 10px;*/
    min-width: 12px !important;
    min-height: 12px !important;
    margin-top: 10px !important;
}

.shopping-coupon-item input[value="coupon_code"]{
    margin-top: 10px !important;
}

.shopping-coupon-item input[value="coupon_code"]+label{
     margin-right: 10px;
    /*margin-bottom: 10px;*/
    min-width: 12px !important;
    min-height: 12px !important;
}

.shopping-coupon-item .coupon-label{
    display: flex;
}

@media screen and (max-width: 767px){
    .shopping-coupon-item input[value="coupon_code"]+label{
        flex-direction: column;
        align-items: flex-start;
    }
    .shopping-coupon-item .coupon-label{
    flex-direction: column;
    }
}


.shopping-coupon-item .error-message{
    margin-top: 0 !important;
    pointer-events: none;
}

.shopping-coupon-item .error-message .ec-errorMessage{
    font-weight: normal !important;
    font-size: 11px !important;
    margin-left: 12px;
        /*position: absolute;*/
    /*left: 166px;*/
    /*bottom: -25px;*/
    z-index: 1;
    pointer-events: none;
}

.shopping-coupon-item input[type="radio"]:checked+label {
    padding-top: 0px;
    box-shadow: none;
    background: #fff !important;
    display: flex;
}

.shopping-coupon-item .shopping-coupon-button {
    color: #fff;
    background-color: #64BCC7;
    border: none;
}

.shopping-coupon-item .shopping-coupon-form-textarea input{
    font-size: 12px !important;
    padding: 2px 12px !important;
}

.shopping-coupon-item .shopping-coupon-form-textarea .coupon-form-inner{
    display: flex;
}

body .shopping-coupon-item{
    width: 100%;
    display: flex;
    margin-top: 6px !important;
    align-items: flex-start;
}

body .shopping-coupon-item label {
    display: flex;
    flex-wrap: wrap;
    /*align-items: center;*/
    border: none;
    /*align-items: center;*/
    /*display: flex;*/
    /*margin: 5px;*/
    padding: 0px 0px 0px 0px;
    /*box-shadow: 2px 4px 10px -5px #777777;*/
    /*border-radius: 12px;*/
    background: #fff;
    /*position: relative;*/
    /*cursor: pointer;*/
    /*min-height: 120px;*/
    /* border-left: 4px solid #DE5D50; */
    /*background-image: url(/html/user_data/assets/img/coupon/coupon_bk.png);*/
    /*background-size: cover;*/
}

/*.shopping-coupon-item label:before {*/
/*    content: '';*/
/*    position: absolute;*/
/*    left: 7px;*/
    /*top: 7px;*/
/*    width: 20px;*/
/*    height: 20px;*/
/*    border: 2px solid #808080;*/
    /* 外枠の色 */
/*    border-radius: 50%;*/
/*    background-color: transparent;*/
/*}*/
body .shopping-coupon-item{
    /*margin: 12px 24px 12px 0;*/
}

/*body .shopping-coupon-item input[type="radio"]:checked+label {*/
/*    background-image: url(/html/user_data/assets/img/coupon/coupon_active_bk.png) !important;*/
/*    background-size: cover !important;*/
/*}*/

.shopping-coupon-item input[type="radio"]{
    position: relative;
    left: initial;
    top: initial;
}

.shopping-coupon-item input[type="radio"]:checked+label:after {
    /*content: '';*/
    /*position: absolute;*/
    /*left: 12px;*/
    /*top: 12px;*/
    /*width: 10px;*/
    /*height: 10px;*/
    /*border-radius: 50%;*/
    /*background-color: #64BCC7;*/
    /* チェックされたときの色 */
}

.shopping-coupon-item input[type="radio"]:checked+label:before {
    /*border: 2px solid #64BCC7;   */
}

.shopping-coupon-item input[type="radio"]:checked:before {
    /*position: absolute;*/
    /*top: 50%;*/
    /*left: 50%;*/
    /*transform: translate(-50%, -50%);*/
    /*width: 9px;*/
    /*height: 9px;*/
    /*border-radius: 50%;*/
    /*background: #64BCC7;*/
    /*content: '';*/
}

.shopping-coupon-item .coupon-name {
    font-size: 14px;
    /*padding: 4px 12px;*/
    /*background-color:  #808080;*/
    border-radius: 24px;
    /*color: #fff;*/
    width: fit-content;
    height: fit-content;
}

.shopping-coupon-item .shopping-coupon-form{
    width: auto;
    margin-top: 0;
}

.shopping-coupon-item input[type="radio"]:checked+label .coupon-name{
    /*background-color:#64BCC7;*/
}

.shopping-coupon-item .coupon-name-textarea {
    font-size: 14px;
    padding: 0px 12px;
    background-color: transparent;
    border-radius: 24px;
    color: #fff;
    width: fit-content;
    margin-top: 0;
    position: relative;
}

.shopping-coupon-item .shopping-coupon-discount {
    color: #595757;
    font-size: 14px;
    display: flex;
    margin-bottom: 0;
    color:#DE5D50;
    width: 100%;
    line-height:1;
}

.shopping-coupon-item .shopping-coupon-form-textarea .shopping-coupon-button{
    background-color: #64BCC7;
    border-radius: 24px;
}


.about_business_day {
    font-size: 14px;
}

.about_business_day .link_calendar {
    display: block;
    font-size: 12px;
    margin-top: 12px;
    width: fit-content;
    margin-left: auto;
    color: #fff;
    background-color: #595757;
    padding: 4px 12px;
    border-radius: 24px;
}
.about_business_day .link_calendar:hover {
    color: #64BCC7;
    background-color: #fff;
}
/*マイページレイアウト*/
.mypage .ec-welcomeMsg{
    background-color: #64BCC7;
    color: #fff;
    font-weight: bold;
    padding-bottom: 12px;
    padding-top: 12px;
    border-radius: 12px;
}
.mypage .ec-layoutRole__main{
    /* display: flex; */
}

.mypage .ec-layoutRole__main .ec-layoutRole__main__left{
    /* width: 30%; */
}

/*ナビゲーション*/

.ec-mypageRole .ec-navlistRole{
    border: none;
}
.ec-mypageRole .ec-navlistRole .ec-navlistRole__item{
    border: none;
    flex-direction: column;
    border-radius:28px;
}

.ec-mypageRole .ec-navlistRole .ec-navlistRole__item.active{
    background-color: #337ab7;
}
.ec-mypageRole .ec-navlistRole .ec-navlistRole__item.active a{
    color: #fff ;
}
.ec-mypageRole .ec-navlistRole .ec-navlistRole__item.active i{
    color: #fff !important;
}
.ec-mypageRole .ec-navlistRole .ec-navlistRole__item a{
    border: none;
}
@media only screen and (max-width: 768px){
    .ec-mypageRole .ec-navlistRole .ec-navlistRole__item{
        padding: 10px 0 5px 0;
    }
    .ec-mypageRole .ec-navlistRole .ec-navlistRole__item a{
        padding: 0;
        font-size: 13px;
        line-height: 1.2;
    }
    .ec-mypageRole .ec-navlistRole .ec-navlistRole__item i{
        font-size: 14px;
        display: block;
    }
}
@media only screen and (min-width: 768px){
    .ec-mypageRole .ec-navlistRole .ec-navlistRole__navlist{
    border: none;
    flex-wrap: wrap;
    }
    .ec-mypageRole .ec-navlistRole .ec-navlistRole__item{
        width: 25%;
        padding: 22px 12px 0px 12px;
    }
    .ec-mypageRole .ec-navlistRole .ec-navlistRole__item i{
        display: block;
        font-size: 28px !important;
        color: #337ab7 !important;
    }
}
.ec-mypageRole .ec-navlistRole .ec-navlistRole__navlist{
    border: none;
}

.ec-mypageRole .ec-layoutRole__main .mypage_nav ul{
    border: none;
    /* width: 30%;
    display: flex;
    flex-direction: column; */
}



/*GMOナビ*/
body #gmoEpsilonRegularNavList > li{
    border:none  !important;
    border-top: none !important;
    padding: 0 !important;
}

body #gmoEpsilonRegularNavList > li.active a{
    color: #DE5D50 !important;
}
body #gmoEpsilonRegularNavList > li{
    /*border-radius: 0;*/
}
body #gmoEpsilonRegularNavList > li.active{
    background-color: transparent ;
}
body #gmoEpsilonRegularNavList > li.active a{
    color: #DE5D50 !important;
}
body #gmoEpsilonRegularNavList > li.active i{
    color: #DE5D50 !important;
}
body #gmoEpsilonRegularNavList > li a{
    border: none;
}

@media only screen and (min-width: 768px){
    body #gmoEpsilonRegularNavList{
    border: none;
    flex-wrap: wrap;
    }
    body #gmoEpsilonRegularNavList > li{
        width: 25%;
        padding: 22px 12px 0px 12px;
    }
    body #gmoEpsilonRegularNavList > li:hover{
        
    }
    body #gmoEpsilonRegularNavList > li i{
        font-size: 24px;
        color: #337ab7 !important;
        display: inline-block;
        margin-left: 12px;
    }
}

@media only screen and (max-width: 768px){
    body #gmoEpsilonRegularNavList > li{
        padding: 24px 0 !important;
    }
}

/*導入プランの表示制御*/
.ec-navlistRole__item__ng{
    background-color: transparent !important; 
}
.ec-navlistRole__item__ng:hover{
    opacity: 1 !important;
    background-color: transparent !important;
}
.ec-navlistRole__item__ng a{
    padding: 16px 10px ;
    color: #ccc !important;
}
.ec-navlistRole__item__ng a i{
    display: none !important;
}
.ec-navlistRole__item__ng a .ng_text{
    display: block;
    font-size: 10px;
    color: #ccc;
}
.ec-navlistRole__item__ng a:hover{
    opacity: 1;
}

.change_deliver_note{
    color: #DE5D50;
    font-size: 12px;
    display: block;
}

/*GMO詳細*/
.ec-borderedDefs_cycle{
    padding: 12px 24px 50px 24px;
    background-color: #F3F4F4;
    border: 8px solid #64BCC7;
}

.ec-borderedDefs_cycle #regular_cycle_RegularCycle{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.ec-borderedDefs_cycle .ec-radio input{
    margin-bottom: 0px;
    width: 15px;
    margin-right: 5px;
}

.ec-borderedDefs_cycle .ec-radio label {
    width: calc(100% - 20px);
    margin-right: 0;
}

.edit_deliver{
    padding: 32px 24px 32px 24px;
    background-color: #F3F4F4;
    border: 8px solid #64BCC7;
    display: flex;
    flex-direction: column;
}

/*マイページクーポン一覧画面*/
.ec-mypageRole .coupon-wrap {
    margin-top: 42px;
}

.ec-mypageRole .coupon-wrap-list {
    width: 30%;
    border-radius: 24px;
    background-color: #ddd !important;
}
@media screen and (max-width: 767px){
 .ec-mypageRole .coupon-wrap-list {
    width: 100%;
}
}

.ec-mypageRole .coupon-wrap-list-main {
    min-height: 120px ;
    /*background-image: url(/html/user_data/assets/img/coupon/coupon_active_bk.png) !important;*/
    background-size: cover;
}

.ec-mypageRole .coupon-wrap-list-sub {
    padding: 12px 20px 50px 12px;
}

.ec-mypageRole .coupon-wrap-list {
    background: #fff;
    box-shadow: 2px 2px 10px -5px #777777;
    border: 2px solid #C6E4E9;
}

.ec-mypageRole .coupon-wrap-list .coupon-wrap-free {
    color: #999;
    font-size: 20px;
    border: 3px solid #C6E4E9;
    padding: 0 24px;
    border-radius: 60px;
    margin-right: auto;
    margin-bottom: 24px;
}

@media screen and (max-width: 767px){
    .ec-mypageRole .coupon-wrap-list .coupon-wrap-free {
    width: fit-content;
    }
    .ec-mypageRole .coupon-wrap-list .coupon-wrap-list-off{
        width: fit-content;
    }
}

.ec-mypageRole .coupon-wrap-list .coupon-wrap-list-off {
    color: #4894CB;
    font-size: 20px;
    border: 3px solid #C6E4E9;
    padding: 0 24px;
    border-radius: 60px;
    display: flex;
    align-items: center;
    margin-right: auto;
    margin-bottom: 24px;
}


.ec-mypageRole .coupon-wrap-list .coupon-wrap-list-off span {
    font-size: 20px;
}

.ec-mypageRole .coupon-wrap-list-name {
    color: #595757;
    font-size: 18px;
    background:linear-gradient(transparent 60%, #C6E4E9 60%);
}
@media screen and (max-width: 767px){
 .ec-mypageRole .coupon-wrap-list-name {
 width: fit-content;
 margin: 0 auto;
}   
}

.ec-mypageRole .coupon-wrap-list-sub {
    background: #fff;
}

.ec-mypageRole .coupon-wrap-list.coupon-wrap-list-done .coupon-wrap-list-sub {
    background: #ddd;
}

.ec-mypageRole .coupon-wrap-list.coupon-wrap-list-done::before{
    background: #de5d50;
    top: 10px;
    right: 20px !important;
    font-size: 14px;
    border-radius: 8px !important;
    color: #fff !important;
    background-color: #64BCC7 !important;
    left: initial;
}

.ec-mypageRole .coupon-wrap-list.coupon-wrap-list-done::after{
        top: 10px !important;
    right: 30px !important;
    left: initial;
}

.ec-mypageRole .coupon-wrap-list-sub .coupon-wrap-list-sub-dl {
    color: #595757;
    display: flex;
    align-items: center;
}

.ec-mypageRole .coupon-wrap-list-sub .coupon-wrap-list-sub-dl_category{
    flex-direction: column;
    align-items: flex-start;
}

.ec-mypageRole .coupon-wrap-list-sub-dl dt {
    /*margin-bottom: 4px;*/
    /*margin-top: 8px;*/
    padding-bottom: 2px;
    border-bottom: 1px solid #ccc;
    margin-right: 12px;
    padding: 2px 12px;
    /*background: #4894CB;*/
    /*color: #fff;*/
    border-radius: 12px;
    font-size: 11px;
}

.ec-mypageRole .coupon-wrap-list-sub-dl dd object {
    height: fit-content;
    display: block;
    /*margin-bottom: 4px;*/

}

.ec-mypageRole .coupon-wrap-list.coupon-wrap-list-done dd object {
    color: #999 !important;
    padding: 4px 8px;
    border-radius: 12px;
    margin: 0;
    display: block;
}

.coupon-wrap-list-sub-dl dd{
    margin-bottom: 0;
}

.ec-mypageRole .coupon-wrap-list-sub-dl dd object a {
    color: #595757;
    padding: 4px 8px;
    background-color: #fff;
    border-radius: 12px;
    margin: 0;
    display: block;
    font-size: 12px;
    /*border: 0.5px solid #ccc;*/
}

.ec-mypageRole .coupon-wrap-list-sub-dl dd object{
     padding: 4px 8px;
    margin: 0;
    display: block;
    font-size: 12px;
}

.ec-mypageRole .coupon-wrap-list-sub-dl dd object{
     color: #595757;
}

/*営業日カレンダー*/
.ec-calendar .ec-calendar__today {
    color: #DEBB90;
}

.ec-calender-red-desc {
    color: #DE5D50;
    font-size: 12px;
    text-align: right;
    margin-top: 12px;
}

.ec-calendar .ec-calendar__title {
    color: #DEBB90;
}

.ec-calendar__month th,
.ec-calendar__month td {
    padding: 10px 10px;
    font-size: 12px;
}



@media screen and (min-width: 768px) {
    .ec-calendar {
        justify-content: space-between;
        flex-wrap: nowrap;
    }

    .ec-calendar__month {
        width: 47%;
    }
}


/*フォーム*/

/*readonlyの場合は暗くする*/
/* inputタグにreadonly属性がある場合 */
input[readonly] {
    background-color: #ccc;
    /* 背景色を暗くする */
}

/* selectタグにdisabled属性がある場合（readonlyの代わりに） */
select:disabled {
    background-color: #ccc;
    /* 背景色を暗くする */
}

/* チェックボックスにdisabled属性がある場合（readonlyの代わりに） */
input[type="checkbox"]:disabled {
    filter: brightness(0.8);
    /* 明るさを下げる */
}

/* 特定のクラスが適用された場合のスタイリング例 */
.readonly-style {
    opacity: 0.6;
    /* 透明度を下げる */
}

/*フッターのカスタマイズ*/
.ec-footerRole__inner_three_sec {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.ec-footerRole__inner_three_sec .ec-footerTitle__logo {
    max-width: 200px;
    width: 10%;
}

.ec-footerRole__inner_three_sec .ec-footerTitle__logo img {
    width: 100%;
    height: auto;
}

.ec-footerRole__inner_three_sec .ec-footerNavi {
    display: flex;
    flex-wrap: wrap;
    width: 16%;
}

.ec-footerRole__inner_three_sec .ec-footerNavi li {
    width: 50%;
    text-align: left;
    margin-bottom: 12px;
}

.ec-footerRole__inner_three_sec .ec-footerNavi li a {
    font-size: 12px;
    white-space: nowrap;
    line-height:1.2;
}

.ec-footerRole__inner_three_sec .ec-footer_calendar {
    /* width: 70%; */
}

.ec-footerRole__inner_three_sec .ec-footer_calendar .ec-calendar {
    flex-wrap: nowrap !important;
}

@media screen and (max-width: 767px){
    .ec-footerRole__inner_three_sec{
        flex-direction: column;
    }
    .ec-footerTitle__logo{
        width: 100px;
        margin: 0 auto;
    }
    .ec-footerRole__inner_three_sec .ec-footerNavi{
         width: 80%;
        margin: 0 auto;
        margin-top:100px;
        order: 2;
    }
    
    .ec-footerRole__inner_three_sec .ec-footerNavi li{
        width: 45%;
        margin-right:2%;
    }

    .ec-footerRole__inner_three_sec .ec-footerNavi li a{
        padding:4px 0;
        line-height: 1;
    }
    .footer_calendar{
        width: 80%;
        margin: 0 auto;
        margin-top:42px;
        order: 1;
    }
}

/*【定期便】詰め替え用 BIB 10ℓ（100ppm）テンプレート用CSS*/
.bib_modal .ec-modal-box .ec-role{
    display: flex;
    justify-content: center;
}

.bib_modal .ec-modal-box .ec-role a::nth-child(1){
    /*margin-right: 12px;*/
}

.bib_modal .ec-modal-box .ec-role a{
    /*width:42%;*/
}

@media screen and (max-width: 767px){
    .bib_modal .ec-modal-box .ec-role a{
     width:100%;
     margin: 0 auto;
    }
}

.product_nav_container {
    width: 100%;
    margin: 0 auto 0 auto;
  }
  .product_nav_container .product-nav_items {
    display: flex;
    justify-content: center;
  }
  .product_nav_container .product-nav_items .product-nav_item_left, .product_nav_container .product-nav_items .product-nav_item_right {
    width: 62.5%;
    margin-right: 2.5%;
    /*border: 1px solid #f3f3f3;*/
    /*background-color: #F8F8F8;*/
  }
  .product_nav_container .product-nav_items .product-nav_item_left .product-nav_item_title, .product_nav_container .product-nav_items .product-nav_item_right .product-nav_item_title {
    /*background-color: #64BCC7;*/
    padding: 15px 36px;
    /*color: #64BCC7;*/
    color: #4894CB;
    font-size: 18px;
    position: relative;
    display: font-size;
    align-items: center;
  }
  .product_nav_container .product-nav_items .product-nav_item_left .product-nav_item_inner, .product_nav_container .product-nav_items .product-nav_item_right .product-nav_item_inner {
    padding: 36px 36px 36px 36px;
  }
  .product_nav_container .product-nav_items .product-nav_item_left .product-nav_item_inner .fa-hand-point-down, .product_nav_container .product-nav_items .product-nav_item_right .product-nav_item_inner .fa-hand-point-down{
    display: inline-block;
    margin-left: 12px;
  }
  .product_nav_container .product-nav_items .product-nav_item_left .product-nav_item_inner .product-nav_item_img_wrap, .product_nav_container .product-nav_items .product-nav_item_right .product-nav_item_inner .product-nav_item_img_wrap {
    display: flex;
    align-items: flex-end;
    margin-bottom: 24px;
    position: relative;
  }
  .product_nav_container .product-nav_items .product-nav_item_left .product-nav_item_inner .product-nav_item_img_wrap .product-nav_item_img_left, .product_nav_container .product-nav_items .product-nav_item_right .product-nav_item_inner .product-nav_item_img_wrap .product-nav_item_img_left {
    width: 50%;
    padding-right: 10%;
  }
  .product_nav_container .product-nav_items .product-nav_item_left .product-nav_item_inner .product-nav_item_img_wrap .product-nav_item_img_left img, .product_nav_container .product-nav_items .product-nav_item_right .product-nav_item_inner .product-nav_item_img_wrap .product-nav_item_img_left img {
    width: 100%;
    height: auto;
  }
  .product_nav_container .product-nav_items .product-nav_item_left .product-nav_item_inner .product-nav_item_img_wrap .product-nav_item_img_right, .product_nav_container .product-nav_items .product-nav_item_right .product-nav_item_inner .product-nav_item_img_wrap .product-nav_item_img_right {
    width: 50%;
  }
  .product_nav_container .product-nav_items .product-nav_item_left .product-nav_item_inner .product-nav_item_img_wrap .product-nav_item_img_right img, .product_nav_container .product-nav_items .product-nav_item_right .product-nav_item_inner .product-nav_item_img_wrap .product-nav_item_img_right img {
    width: 100%;
    height: auto;
  }
  .product_nav_container .product-nav_items .product-nav_item_left .product-nav_item_inner .product-nav_item_img_wrap .product-nav_item_img_fix, .product_nav_container .product-nav_items .product-nav_item_right .product-nav_item_inner .product-nav_item_img_wrap .product-nav_item_img_fix{
    position: absolute;
    top: 0;
    right: 0;
    width: 18%;
  }
  .product_nav_container .product-nav_items .product-nav_item_left .product-nav_item_inner .product-info .product-info_desc, .product_nav_container .product-nav_items .product-nav_item_right .product-nav_item_inner .product-info .product-info_desc {
    margin-bottom: 24px;
    padding: 12px 18px;
    background-color: #EFF7F8;
    border-radius: 12px;
  }
  
  .product_nav_container .product-nav_items .product-nav_item_right .product-nav_item_inner .product-info .nav-button{
      background-color: #595757;
      color:#fff;
  }
  
  .product_nav_container .product-nav_items .product-nav_item_left .product-nav_item_inner .product-info .nav-button{
      background-color: #595757;
      color:#fff;
  }
  .product_nav_container .product-nav_items .product-nav_item_left .product-nav_item_inner .product-info .product-info_desc .fa-dot-circle, .product_nav_container .product-nav_items .product-nav_item_right .product-nav_item_inner .product-info .product-info_desc .fa-dot-circle{
    display: inline-block;
    margin-right: 10px;
  }
  .product_nav_container .product-nav_items .product-nav_item_left .product-nav_item_inner .product-info .product-info_desc .product-info_desc_title, .product_nav_container .product-nav_items .product-nav_item_right .product-nav_item_inner .product-info .product-info_desc .product-info_desc_title {
    font-weight: bold;
    margin-bottom: 12px;
    display: inline-block;
    background-color: #64BCC7;
    color: #fff;
    padding: 4px 24px;
    border-radius: 60px;
  }
  .product_nav_container .product-nav_items .product-nav_item_left .product-nav_item_inner .product-info .product-info_desc .product-info_note, .product_nav_container .product-nav_items .product-nav_item_right .product-nav_item_inner .product-info .product-info_desc .product-info_note {
    font-size: 12px;
    display: inline-block;
    text-align: right;
    width: 100%;
    color: #DE5D50;
  }
  .product_nav_container .product-nav_items .product-nav_item_left .product-nav_item_inner .product-info .product-info_price , .product_nav_container .product-nav_items .product-nav_item_right .product-nav_item_inner .product-info .product-info_price{
    padding: 12px 18px;
  } 
  .product_nav_container .product-nav_items .product-nav_item_left .product-nav_item_inner .product-info .product-info_price .regular_price_title, .product_nav_container .product-nav_items .product-nav_item_right .product-nav_item_inner .product-info .product-info_price .regular_price_title {
    font-size: 12px;
    /*background-color: #DE5D50;*/
    /*color: #fff;*/
    width: fit-content;
    /*padding: 4px 24px;*/
    line-height: 1.2;
    border-radius: 60px;
    
  }

  .product_nav_container .product-nav_items .product-nav_item_left .product-nav_item_inner .product-info .product-info_price  .price-text, .product_nav_container .product-nav_items .product-nav_item_right .product-nav_item_inner .product-info .product-info_price  .price-text{
    font-size: 20px;
  }
  .product_nav_container .product-nav_items .product-nav_item_left .product-nav_item_inner .product-info .product-info_price  .price-first{
    font-size: 20px;
  }
  .product_nav_container .product-nav_items .product-nav_item_left .product-nav_item_inner .product-info .product-info_price  .price-after-second{
    font-size: 20px;
  }
  .product_nav_container .product-nav_items .product-nav_item_inner .product-info .tax_included{
    font-size: 10px;
    background-color: #595757;
    color: #fff;
    padding: 4px 10px;
    border-radius: 20px;
  }

  .product_nav_container .product-nav_items .product-nav_item_right {
    width: 35%;
    margin-right: 0;
  }
  .product_nav_container .product-nav_items .product-nav_item_right .product-nav_item_inner .product-nav_item_img {
    width: 80%;
    margin: 0 auto;
    margin-bottom: 24px;
  }
  .product_nav_container .product-nav_items .product-nav_item_right .product-nav_item_inner .product-nav_item_img img {
    width: 100%;
    height: auto;
  }
  
  .product_starter_kid {
    width: 100%;
    margin: 100px auto 80px auto;
    padding-bottom: 20px;
    border-bottom: 1px dotted #ccc;
  }
  .product_starter_kid form{
    display: inline;
  }
  .product_starter_kid .product-nav_item_title {
    padding: 15px 36px 15px 0;
    color: #4894CB;
    position: relative;
    display: flex;
    /*align-items: center;*/
  }
  .product_starter_kid .product_starter_kid_inner {
    display: flex;
    justify-content: center;
    margin-bottom: 100px;
  }
  .product_starter_kid .product_starter_kid_inner .product_starter_kid_left {
    width: 60%;
    margin-right: 5%;
  }
  .product_starter_kid .product_starter_kid_inner .product_starter_kid_left .product_starter_kid_left_block {
    display: flex;
    justify-content: space-between;
  }
  .product_starter_kid .product_starter_kid_inner .product_starter_kid_left .product_starter_kid_left_block .product_starter_kid_left_title {
    background-color: #A7DAE7;
    /*-ms-writing-mode: tb-rl;*/
    /*writing-mode: vertical-rl;*/
    padding: 0 12px;
    padding-top: 100px ;
    text-align: center;
    margin-left: 0;
    margin-bottom: 0;
    position: relative;
        width: 50px;
  }
  .product_starter_kid .product_starter_kid_inner .product_starter_kid_left .product_starter_kid_left_block .product_starter_kid_left_title::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 0;
    border-right: 21px solid transparent;
    border-left: 21px solid transparent;
    border-top: 42px solid #A7DAE7;
    transform: translateY(42px);
    z-index: 1;
  }
  .product_starter_kid .product_starter_kid_inner .product_starter_kid_left .product_starter_kid_left_block .title_second {
    background-color: #D5ECEC;
  }
  .product_starter_kid .product_starter_kid_inner .product_starter_kid_left .product_starter_kid_left_block .title_second::after {
    border-top: 42px solid #D5ECEC;
  }
  .product_starter_kid .product_starter_kid_inner .product_starter_kid_left .product_starter_kid_left_block .title_third {
    background-color: #ECF4F4;
  }
  .product_starter_kid .product_starter_kid_inner .product_starter_kid_left .product_starter_kid_left_block .title_third::after {
    border-top: 42px solid transparent;
  }
  .product_starter_kid .product_starter_kid_inner .product_starter_kid_left .product_starter_kid_left_block .product_starter_kid_left_block_content {
    padding: 72px;
    border-bottom: 1px dotted #595757;
  }
  .product_starter_kid .product_starter_kid_inner .product_starter_kid_left .product_starter_kid_left_block .product_starter_kid_left_block_content .product_starter_kid_left_block_content_text {
    margin-bottom: 24px;
  }
  .product_starter_kid .product_starter_kid_inner .product_starter_kid_left .product_starter_kid_left_block .product_starter_kid_left_block_content .product_starter_kid_left_block_content_text .fa-hand-point-right{
    display: inline-block;
    margin-right: 12px;
  }
  .product_starter_kid .product_starter_kid_inner .product_starter_kid_left .product_starter_kid_left_block .product_starter_kid_left_block_content .product_starter_kid_left_block_content_text .fa-dot-circle{
    display: inline-block;
    margin-right: 12px;
  }
  
  .product_starter_kid .product_starter_kid_inner .product_starter_kid_left .product_starter_kid_left_block .product_starter_kid_left_block_content .product_starter_kid_left_block_content_text .product_starter_kid_left_block_content_text_note{
    display: block;
    font-size: 12px;
  }
  .product_starter_kid .product_starter_kid_inner .product_starter_kid_left .product_starter_kid_left_block.first{
    position: relative;
  }
  .product_starter_kid .product_starter_kid_inner .product_starter_kid_left .product_starter_kid_left_block .product_starter_kid_left_block_content .product_starter_kid_left_block_content_img {
    display: flex;
    justify-content: center;
  }
  .product_starter_kid .product_starter_kid_inner .product_starter_kid_left .product_starter_kid_left_block .product_starter_kid_left_block_content .product_starter_kid_left_block_content_img .content_img_left {
    width: 35%;
    padding-right: 5%;
  }
  .product_starter_kid .product_starter_kid_inner .product_starter_kid_left .product_starter_kid_left_block .product_starter_kid_left_block_content .product_starter_kid_left_block_content_img .content_img_right {
    width: 60%;
  }
  .product_starter_kid .product_starter_kid_inner .product_starter_kid_left .product_starter_kid_left_block .product_starter_kid_left_block_content .product_starter_kid_left_block_content_img .content_img_fix {
    position: absolute;
    top: 0;
    right: 0;
    width: 25%;
  }
  .product_starter_kid .product_starter_kid_inner .product_starter_kid_left .product_starter_kid_left_block .product_starter_kid_left_block_content .product_starter_kid_left_block_content_img .content_img {
    width: 40%;
  }
  .product_starter_kid .product_starter_kid_inner .product_starter_kid_left .product_starter_kid_left_block .product_starter_kid_left_block_content .product_starter_kid_left_block_content_img img {
    width: 100%;
    height: auto;
  }
  .product_starter_kid .product_starter_kid_inner .product_starter_kid_right {
    width: 35%;
  }
  .product_starter_kid .product_starter_kid_inner .product_starter_kid_right .product_starter_kid_right_block {
    padding: 24px 12px;
    background-color: #F8F8F8;
    border-radius: 12px;
    box-shadow: 4px 4px 15px -10px #777777;
    margin-bottom: 20px;
  }
  .product_starter_kid .product_starter_kid_inner .product_starter_kid_right .product_starter_kid_right_block li{
      list-style: none;
  }

  .product_starter_kid .product_starter_kid_inner .product_starter_kid_right .product_starter_kid_right_block form{
    /* display: flex; */
  }

  .product_starter_kid .product_starter_kid_inner .product_starter_kid_right .product_starter_kid_right_block .product_starter_kid_right_block_title{
    padding: 4px 20px;
    color: #fff;
    background-color: #DEBB90;
    border-radius: 60px;
    width: fit-content;
    margin-bottom: 12px;
  }
  .product_starter_kid .product_starter_kid_inner .product_starter_kid_right .product_starter_kid_right_block .product_starter_kid_right_block_text{
    
  }
  .product_starter_kid .product_starter_kid_inner .product_starter_kid_right .product_starter_kid_right_block .product_starter_kid_right_block_text .product_starter_kid_right_block_text_note{
    display: block;
    font-size: 12px;
    margin-top: 40px;
    padding: 12px 18px;
    background-color: #C6E4E9;
    border-radius: 12px;
  }
  .product_starter_kid .product_starter_kid_inner .product_starter_kid_right .product_starter_kid_right_block .product_starter_kid_right_block_img {
    padding: 12px;
    width: 100%;
    margin: 0 auto;
    /*background-color: #fff;*/
  }
  .product_starter_kid .product_starter_kid_inner .product_starter_kid_right .product_starter_kid_right_block .product_starter_kid_right_block_img img {
    width: 100%;
    height: auto;
  }

  .product_starter_kid .product_starter_kid_inner .product_starter_kid_right .product_starter_kid_right_block .product_starter_kid_right_block_price_title{
    /*padding: 4px 12px 4px 0;*/
    /*background-color: #DE5D50;*/
    /*color: #fff;*/
    width: fit-content;
    border-radius: 60px;
    font-size: 14px;
  }

  .product_starter_kid .product_starter_kid_inner .product_starter_kid_right .product_starter_kid_right_block .product_starter_kid_right_block_price_wrap{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
  }
  .product_starter_kid .product_starter_kid_inner .product_starter_kid_right .product_starter_kid_right_block .product_starter_kid_right_block_price_wrap .product_starter_kid_right_block_price_label{
    width: 50%;
    font-size: 16px;
  }
  .product_starter_kid .product_starter_kid_inner .product_starter_kid_right .product_starter_kid_right_block .product_starter_kid_right_block_price_wrap .product_starter_kid_right_block_price_label_num{
    width: 50%;
    font-size: 20px;
  }
  .product_starter_kid .product_starter_kid_inner .product_starter_kid_right .product_starter_kid_right_block .product_starter_kid_right_block_price_wrap .product_starter_kid_right_block_price_label_num .inc_tax{
    font-size: 12px;
    /*background-color: #595757;*/
    /*color: #fff;*/
    padding: 4px 10px;
    /*border-radius: 20px;*/
  }
  .product_starter_kid .product_starter_kid_inner .product_starter_kid_right .product_starter_kid_right_block .product_starter_kid_right_block_price_note{
    font-size: 12px;
    margin-top: 24px;
  }


  /*通常定期便*/
  .product_regular .product-nav_item_title{
      display: flex;
      /*align-items: flex-end;*/
      position: relative;
      font-size: 1rem;
  }
  .product-nav_item_note{
      text-align: right;
      color: #DE5D50;
      font-size: 12px;
  }
  .product_regular .product-nav_item_title form{
    display: inline;
    
  }
  .product_regular .product-nav_item_title {
    padding: 15px 36px 15px 0;
    /*color: #DEBB90;*/
    color:#4894CB;
  }
  .product_regular_content {
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
  }
  .product_regular_content .product_regular_content_left {
    width: 100%;
    padding: 0%;
  }
  @media screen and (max-width: 767px){
     .product_regular_content .product_regular_content_left {
        width: 100%;
        padding: 0%;
      } 
  }
  .product_regular_content .product_regular_content_left .product_regular_content_img {
        width: 95%;
     margin: 0 auto;
  }
  .product_regular_content .product_regular_content_right {
    width: 100%;
  }
  .product_regular_content .product_regular_content_right .product_regular_content_desc {
    margin-bottom: 24px;
  }
  .product_regular_content .product_regular_content_right .product_regular_content_price li{
      list-style: none;
      width: fit-content;
      padding-bottom: 24px;
      padding-top: 24px;
      margin-left: auto;
  }
  @media screen and (max-width: 767px){
      .product_regular_content .product_regular_content_right .product_regular_content_price li{
          margin-left: 0px;
      }
  }
  .product_regular_content .product_regular_content_right .product_regular_content_price li .add-cart{
      margin-top: 0 !important;
  }
  .product_regular_content_price .product_regular_content_price_note{
      position: relative;
      width: fit-content;
      font-size: 17px;
  }
  .product_regular_content_price .product_regular_content_price_note:before{
      position: absolute;
      bottom: 5px;
      left: 0;
      content: "";
      width: 100%;
      height: 6px;
      background-color: #A7DAE7;
      z-index: -3;
  }
  .product_regular_content .product_regular_content_right .product_regular_content_price .product_regular_content_price_text {
    padding-bottom: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px dotted #ccc;
  }
  .product_regular_content_price_text .product_regular_content_price_price_wrap{
      position: relative;
      
  }
  .product_regular_content_price_text .product_regular_content_price_price_arrow{
      margin: 0 18px;
      color: #A7DAE7;
      font-size: 28px;
  }
  .product_regular_content .product_regular_content_right .product_regular_content_price .product_regular_content_price_text li{
    list-style: none;
  }
  .product_regular_content .product_regular_content_right .product_regular_content_price .product_regular_content_price_text .product_regular_content_price_label {
    font-size: 12px;
    line-height: 1.2;
    letter-spacing: 0.01rem;
    /*background-color: #DE5D50;*/
    /*color: #fff;*/
    width: fit-content;
    /*padding: 4px 24px;*/
    border-radius: 12px;
    margin-bottom: 0px;
  }
  
  .product_regular_content .product_regular_content_right .product_regular_content_price .product_regular_content_price_text .product_regular_content_price_label_after{
    font-size: 18px;
    position: relative;
    width: fit-content;
  }
  .product_regular_content .product_regular_content_right .product_regular_content_price .product_regular_content_price_text .product_regular_content_price_label_after:before{
    /*position: absolute;*/
    /*  bottom: 5px;*/
    /*  left: 0;*/
    /*  content: "";*/
    /*  width: 100%;*/
    /*  height: 6px;*/
    /*  background-color: #A7DAE7;*/
    /*  z-index: -1;*/
    /*  opacity: 0.5;*/
  }
  
  .product_regular_content .product_regular_content_right .product_regular_content_price .product_regular_content_price_text .product_regular_content_price_num{
      font-size: 20px;
      line-height: 1;
      font-weight: bold;
  }
  
  @media screen and (max-width: 767px){
   .product_regular_content .product_regular_content_right .product_regular_content_price .product_regular_content_price_text .product_regular_content_price_num{
      font-size: 15px;
    }
    .product_regular_content .product_regular_content_right .product_regular_content_price .product_regular_content_price_text .product_regular_content_price_label_after{
        font-size: 14px;
        line-height: 2;
    }
  }
  
  
  
  .product_regular_content .product_regular_content_right .product_regular_content_price .product_regular_content_price_text .product_regular_content_price_num_after{
      font-weight: bold;
      font-size: 28px;
      line-height:1.2;
  }
  @media screen and (max-width: 767px){
      .product_regular_content .product_regular_content_right .product_regular_content_price .product_regular_content_price_text .product_regular_content_price_num_after{
          font-size: 20px;
      }
  }
  
  .product_regular_content .product_regular_content_right .product_regular_content_price .product_regular_content_price_text .before_price_num{
      position: relative;
      
  }
  .product_regular_content .product_regular_content_right .product_regular_content_price .product_regular_content_price_text .before_price_num:before{
     position: absolute;
    content: "";
    left: -3px;
    top: 28%;
    width: 56%;
    height: 1px;
    /*background-color: #000;*/
  }
  
  @media screen and (max-width: 767px){
      .product_regular_content .product_regular_content_right .product_regular_content_price .product_regular_content_price_text .before_price_num:before{
        /*bottom: 12px;*/
  }
  }
  
  .product_regular_content .product_regular_content_right .product_regular_content_price .product_regular_content_price_text .product_regular_content_price_num .product_regular_content_price_tax {
    font-size: 14px;
    font-weight: normal;
  }
  @media screen and (max-width: 767px){
   .product_regular_content .product_regular_content_right .product_regular_content_price .product_regular_content_price_text .product_regular_content_price_num .product_regular_content_price_tax {
    font-size: 12px;
    white-space: nowrap;
    /*display: block;*/
    }   
  }
  
  .merit_content {
    width: 85%;
    margin: 0 auto;
    margin-top: 24px;
  }

  /*購入確認画面　未来の定期サイクル詳細*/
.confirm_cycle-wrap {
    margin-top: 20px;
    padding: 12px 24px;
    background-color: #fff;
    box-shadow: 0px 0px 8px -5px #777777;
    border-radius: 10px;
  }
  .confirm_cycle-wrap h3{
    background-color: #fff;
    margin-top: 0;
    margin-bottom: 0;
    border-bottom: 1px solid #ccc;
    font-size: 16px;
  }
  .confirm_cycle-wrap h3 .cycle_num_title {
    font-size: 24px;
    color: #64BCC7;
    display: inline-block;
    margin-right: 8px;
  }
  .confirm_cycle-wrap .cycle-inner .cycle-row {
    display: flex;
    padding: 24px 0 12px 0;
    border-bottom: 1px dashed #C4AFAF;
  }
  .confirm_cycle-wrap .cycle-inner .cycle-row .cycle-label {
    width: 25%;
    padding-left: 12px;
  }
  .confirm_cycle-wrap .cycle-inner .cycle-row .cycle-label .cycle-label_text {
    color: #64BCC7;
    /*background-color: #64BCC7;*/
    /*padding: 4px 12px;*/
    /*border-radius: 12px;*/
    font-size: 14px;
  }
  .confirm_cycle-wrap .cycle-inner .cycle-row .cycle_dt {
    width: 70%;
    padding-left: 0;
  }
  .confirm_cycle-wrap .cycle-inner .cycle-row .cycle-items .cycle-item {
    display: flex;
    /*align-items: center;*/
  }
  .confirm_cycle-wrap .cycle-inner .cycle-row .cycle-items .cycle-item .cycle-item-name {
    width:71%;
    margin-right: 12px;
  }
  .confirm_cycle-wrap .cycle-inner .cycle-row .cycle-items .cycle-item .cycle-item-num {
    margin-right: 12px;
  }
  .confirm_cycle-wrap .cycle-inner .cycle-row .cycle-items .cycle-item .cycle-item-num .cycle-item-num_text {
    /*color: #fff;*/
    /*background-color: #64BCC7;*/
    /*border-radius: 50%;*/
    /*padding: 0px 8px;*/
    /*display: inline-block;*/
    /*margin-left: 7px;*/
    /*font-size: 12px;*/
  }
  .confirm_cycle-wrap .cycle-inner .cycle-row .cycle-deliver-date .cycle-deliver-hour {
    display: inline-block;
    margin-left: 12px;
  }
  .ec-rectHeading h1, .ec-rectHeading .h1, .ec-rectHeading h2, .ec-rectHeading .h2, .ec-rectHeading h3, .ec-rectHeading .h3, .ec-rectHeading h4, .ec-rectHeading .h4, .ec-rectHeading h5, .ec-rectHeading .h5, .ec-rectHeading h6, .ec-rectHeading .h6 {
    background: transparent;
    padding: 8px 12px 8px 0;
    border-bottom: 1px dashed #ccc;
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: bold;
}

@media screen and (max-width: 767px){
    .confirm_cycle-wrap .cycle-inner .cycle-row{
            flex-direction: column;
    }
    .confirm_cycle-wrap .cycle-inner .cycle-row .cycle-label{
        width: 100%;
        padding-left: 0;
    }
    .confirm_cycle-wrap .cycle-inner .cycle-row .cycle_dt{
        width: 100%;
    }
    .confirm_cycle-wrap .cycle-inner .cycle-row .cycle-items .cycle-item .cycle-item-name{
        width: 70%;
    }
    .confirm_cycle-wrap .cycle-inner .cycle-row .cycle-items .cycle-item .cycle-item-num{
        margin-right: 0;
    }
}

/*キャンセル処理のローディング*/
#cancel_loading{
    position: fixed;
    flex-direction: column;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.7); /* 背景色に透明度を追加 */
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}

#cancel_loading .fa-spinner{
    display: block;
    font-size: 3em; /* アイコンのサイズ */
    animation: spin 1s linear infinite; /* アニメーションの定義 */
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/*header*/
header .header-container .top {
    display: flex;
    height: 100px;
    align-items: center;
    justify-content: space-between;
    /*background-image: url(../img/bg_water_3.png);*/
    background-size: cover;
    padding: 0 2rem;
  }
  header .header-container .top .top-logo {
    width: 160px;
    margin-right: auto;
  }
  header .header-container .top .top-logo img {
    width: 100%;
    height: auto;
  }
  header .header-container .top .top-nav-area {
    display: flex;
  }
  header .header-container .top .top-nav-area ul {
    display: flex;
    margin-left: auto;
    list-style: none;
    margin-bottom: 0;
    align-items: center;
  }
  header .header-container .top .top-nav-area ul a {
    display: block;
    padding: 0 17px;
    font-weight: bold;
    line-height: 20px;
    color: #595757;
  }
  header .header-container .top .top-nav-area ul a p {
    font-size: 10px;
    text-align: center;
    margin-top: 5px;
  }
  header .header-container .top .top-nav-area .top-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 140px;
    font-weight: bold;
    border-radius: 18px;
    margin-left: 15px;
    height: 38px;
    position: relative;
    overflow: hidden;
    background-color: #F3F4F4;
  }
  header .header-container .top .top-nav-area .top-btn img {
    display: inline-block;
    width: 15px;
    height: auto;
    margin-right: 7px;
    z-index: 1;
  }
  header .header-container .top .top-nav-area .top-btn span {
    display: inline-block;
    z-index: 1;
  }
  header .header-container .top-sp {
    display: none;
    opacity: 0;
    visibility: hidden;
  }
  header .header-container .header-nav-sp {
    display: none;
    opacity: 0;
    visibility: hidden;
  }
  header .header-container .header-nav-sp {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    background-color: #EFF7F8;
    z-index: 999;
    display: flex;
    flex-direction: column;
    transition: 0.25s ease-in;
    transform: translateY(-100%);
    border-radius: 15px 0 0 15px;
    padding: 80px 12px 50px 12px;
    height: 100vh;
    overflow-y: scroll;
  }
  header .header-container .header-nav-sp .category_nav_sp {
    margin-top: 50px;
  }
  header .header-container .header-nav-sp .category_nav_sp .category_nav_sp_title {
    padding-bottom: 8px;
    border-bottom: 0.5px solid #595757;
    color: #595757;
  }
  header .header-container .header-nav-sp .category_nav_sp .category_nav_lists {
    display: flex;
    flex-direction: column;
    padding: 10px 0 36px 0;
    justify-content: space-between;
  }
  header .header-container .header-nav-sp .category_nav_sp .category_nav_lists .category_nav_list {
    list-style: none;
    color: #595757;
    font-size: 12px;
    padding: 12px 12px;
    color: #595757;
    margin: 8px 0;
    border-radius: 12px;
    border: 0.5px solid #595757;
    display: flex;
    align-items: center;
  }
  header .header-container .header-nav-sp .category_nav_sp .category_nav_lists .category_nav_list i{
    display: inline-block !important;
    margin-left: auto !important;
    width: 20px;
  }

  header .header-container .header-nav-sp .category_nav_sp .category_nav_lists .category_nav_list i {
    display: inline-block;
    margin-left: 6px;
  }
  header .header-container .header-nav-sp .top_regular_order_section_sp {
    margin-top: 12px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #B49B83;
    padding: 12px 12px;
    justify-content: center;
    border-radius: 8px;
  }
  header .header-container .header-nav-sp .top_regular_order_section_sp .top_regular_order_section_text {
    color: #ffffff;
    margin-right: 12px;
    font-size: 14px;
    margin-bottom: 12px;
  }
  header .header-container .header-nav-sp .top_regular_order_section_sp .top_regular_order_section_arrow_text {
    padding: 6px 12px;
    background-color: #EFF7F8;
    position: relative;
    font-size: 12px;
  }
  header .header-container .header-nav-sp ul li {
    color: #ffffff;
    text-align: left;
    font-size: 16px;
    padding: 18px 10px 18px 15px;
    position: relative;
  }
  header .header-container .header-nav-sp ul li a {
    display: block;
    width: 100%;
  }
  header .header-container .header-nav-sp ul li a P {
    font-size: 12px;
    margin-top: 5px;
  }
  header .header-container .header-nav-sp ul li::before {
    position: absolute;
    left: 0;
    top: 24px;
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
  }
  header .header-container .header-nav-sp .sp-info {
    width: 300px;
    margin-top: 50px;
    padding-bottom: 20vh;
  }
  header .header-container .header-nav-sp .sp-info .tel_black {
    width: 35px;
    margin-right: 10px;
  }
  header .header-container .header-nav-sp .sp-info .sp-dt P {
    letter-spacing: 0.08em;
    font-size: 12px;
    line-height: 14px;
    margin: 7.5px 0;
    font-weight: 300;
  }
  header .header-container .sp-nav-active {
    opacity: 1;
    visibility: visible;
    transition: 0.25s ease-in;
    transform: translateX(0);
  }
  
  header .header-container  .top-sp-cart {
      display: none;
      opacity: 0;
      visibility: hidden;
    }
  
  @media screen and (max-width: 767px) {
    header .header-container .top {
      display: none;
      opacity: 0;
      visibility: hidden;
    }
    header .header-container .top-sp {
      padding: 0 10px;
      height: 70px;
      transform: translateX(0px);
      display: flex;
      align-items: center;
      opacity: 1;
      visibility: visible;
      width: 100%;
      position: fixed;
      top: 0;
      left: 0;
      background-color: transparent !important;
      z-index: 1002;
      justify-content: space-between;
    }
    header .header-container .top-sp .top-sp-logo {
      width: 100px;
      display: inline-block;
    }
    header .header-container .top-sp .top-sp-logo img {
      width: 100%;
      height: auto;
    }

    header .header-container  .top-sp-cart {
      margin-right: 12px;
      display: flex;
      position: fixed;
        bottom: 0;
        width: 100%;
        background: #fff;
        z-index: 1;
        box-shadow: 0px 0px 13px -5px #777777;
    }
    header .header-container .top-sp-cart a {
      font-size: 12px;
      /*width: fit-content;*/
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      margin-left: 0px;
      border-radius: 60px;
      /*padding: 0.375rem 0.3rem;*/
      width: 25%;
      padding-top: 12px;
      padding: 0 !important;
    }
    
    header .header-container .ec-cartNaviIsset__action a{
        width: 100% !important;
        font-size: 12px !important;
    }

    header .header-container  .top-sp-cart a i{
        font-size: 22px;
    }
    header .header-container  .top-sp-cart a .spray-can{
        font-size: 20px;
    }


    header .header-container  .top-sp-cart a img {
      width: 25px;
      height: auto;
    }
    header .header-container  .top-sp-cart a .user_icon {
      padding: 2px;
    }
    header .header-container .top-sp .burger-icon {
      width: 30px;
      z-index: 1001;
      cursor: pointer;
    }
    header .header-container .top-sp .burger-icon .buns {
      height: 2px;
      background-color: #4894CB;
      transition: 0.25s ease-in;
      border-radius: 4px;
    }
    header .header-container .top-sp .burger-icon .patty {
      height: 2px;
      background-color: #4894CB;
      margin: 10px 0;
      transition: 0.25s ease-in;
      border-radius: 4px;
    }
    header .header-container .top-sp .burger-active .buns {
      transition: 0.25s ease-in;
      transform: translateY(-12px) rotate(-45deg);
    }
    header .header-container .top-sp .burger-active .buns:nth-child(1) {
      transform: translateY(12px) rotate(45deg);
    }
    header .header-container .top-sp .burger-active .patty {
      transition: 0.25s ease-in;
      opacity: 0;
      visibility: hidden;
    }
  }
  .category_nav_wrap .category_nav_lists {
    display: flex;
    padding: 24px 0 36px 0;
    justify-content: space-between;
  }
  .category_nav_wrap .category_nav_lists .category_nav_list i {
    display: inline-block;
    margin-left: 6px;
  }
  
  @media screen and (max-width: 767px) {
    .category_nav_wrap {
      opacity: 0;
      visibility: hidden;
      height: 60px;
    }
  }
  .top_regular_order_section {
    display: flex;
    align-items: center;
    padding: 4px 12px;
    justify-content: center;
    padding: 12px 12px;
    justify-content: center;
    border-radius: 8px;
  }
  .top_regular_order_section .top_regular_order_section_text {
    color: #ffffff;
    margin-right: 12px;
    font-size: 14px;
  }
  
  .top_regular_order_section .top_regular_order_section_arrow_text {
    padding: 6px 12px;
    background-color: #fff;
    position: relative;
    font-size: 14px;
    color:#B49B83;
    border-radius: 8px;
  }
  
  @media screen and (max-width: 767px) {
    .top_regular_order_section {
      display: none;
    }
  }
  /*スライドセクション*/
  .product_slider_section .slider-container ul .slide-content {
    width: 100%;
    display: flex;
  }
  .product_slider_section .slider-container ul .slide-content .slide-content-inner{
    display: flex;
  }
  .product_slider_section .slider-container ul .slide-content .slide-wrapper {
    width: 40%;
    position: relative;
    height: 0;
  }
  .product_slider_section .slider-container ul .slide-content .slide-wrapper .img-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .product_slider_section .slider-container ul .slide-content .slide-wrapper .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left 62%;
  }
  .product_slider_section .slider-container ul .slide-content .slider-text_content {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 50px;
  }
  .product_slider_section .slider-container ul .slide-content .slider-text_content .slider-text_content_inner .slider-text_cat {
    color: #64BCC7;
    margin-bottom: 12px;
    font-size:15px;
  }
  .product_slider_section .slider-container ul .slide-content .slider-text_content .slider-text_content_inner .slider-text_title {
    margin: 16px 0;
  }
  .product_slider_section .slider-container ul .slide-content .slider-text_content .slider-text_content_inner .slider-text_desc {
    color: #D85325;
    padding-left: 32px;
  }
  .product_slider_section .slider-container ul .slide-content .slider-text_content .slider-text_content_inner .slider-text-more {
    margin: 50px auto 20px auto;
    display: block;
    padding: 12px 0;
    width: 300px;
    text-align: center;
    border: 1px solid #595757;
    font-size: 12px;
    color:#595757 ;
  }
  .product_slider_section .slider-container #product_slider_section-slick{
    padding: 0;
  }
  .product_slider_section .slider-container #product_slider_section-slick .slide-content .slide-wrapper {
    padding-top: 35%;
    border-radius: 20px;
    overflow: hidden;
  }
  .product_slider_section .slider-container #product_slider_section-thumbs {
    width: 50%;
    padding: 0;
  }
  .product_slider_section .slider-container #product_slider_section-thumbs .slide-content {
    padding: 5px;
  }
  .product_slider_section .slider-container #product_slider_section-thumbs .slide-content .slide-wrapper {
    width: 100%;
    padding-top: 80%;
  }
  .product_slider_section .slider-container .slide-arrow {
    cursor: pointer;
    position: absolute;
    top: 40%;
    z-index: 1;
    width: 30px;
    height: 30px;
    background-color: transparent;
    border-radius: 50%;
    border: 2px solid #64BCC7;
  }
  .product_slider_section .slider-container .slide-arrow .arrow-wrap {
    position: relative;
    width: 100%;
    height: 100%;
  }
  .product_slider_section .slider-container .slide-arrow .arrow-wrap::before {
    content: "";
    position: absolute;
    top: 7.5px;
    left: 9px;
    color: #64BCC7;
    width: 11px;
    height: 11px;
    border: 3px solid #64BCC7;
    border-left: 0;
    border-bottom: 0;
    transform: rotate(-135deg);
  }
  .product_slider_section .slider-container .slide-arrow .slick-slide {
    padding: 0 10px 10px 10px;
  }
  .product_slider_section .slider-container .slide-arrow .slick-prev,
  .product_slider_section .slider-container .slide-arrow .slick-next {
    z-index: 2;
  }
  .product_slider_section .slider-container .slide-arrow .slick-prev {
    left: 0 !important;
  }
  .product_slider_section .slider-container .slide-arrow .slick-next {
    right: 0 !important;
  }
  .product_slider_section .slider-container .prev-arrow {
    opacity:0.4;
    left: -40px;
  }
  .product_slider_section .slider-container .next-arrow {
      opacity:0.4;
    right: -40px;
    transform: rotate(180deg);
  }
  
  @media screen and (max-width: 767px) {
    .product_slider_section .slider-container ul .slide-content {
      width: 100%;
      flex-direction: column;
    }
    .product_slider_section .slider-container ul .slide-content .slide-content-inner{
      width: 100%;
      flex-direction: column;
    }
    .product_slider_section .slider-container ul .slide-content .slide-wrapper {
      width: 100%;
    }
    .product_slider_section .slider-container ul .slide-content .slider-text_content {
      width: 100%;
      padding: 20px;
      padding-bottom: 0;
    }
    .product_slider_section .slider-container ul .slide-content .slider-text_content .slider-text_content_inner .slider-text-more {
      margin: 20px auto 20px auto;
    }
    .product_slider_section .slider-container #product_slider_section-slick .slide-content .slide-wrapper {
      padding-top: 75%;
      margin:0 auto;
      width:80%;
    }
    .product_slider_section .slider-container #product_slider_section-thumbs {
      width: 100%;
    }
    .product_slider_section .slider-container #product_slider_section-thumbs .slide-content {
      padding: 5px;
    }
    .product_slider_section .slider-container #product_slider_section-thumbs .slide-content .slide-wrapper {
      width: 100%;
      padding-top: 80%;
    }
    .product_slider_section .slider-container .slide-arrow {
      cursor: pointer;
      position: absolute;
      top: 40%;
      z-index: 1;
      width: 30px;
      height: 30px;
      background-color: transparent;
      border-radius: 50%;
      border: 2px solid #64BCC7;
    }
    .product_slider_section .slider-container .slide-arrow .arrow-wrap {
      position: relative;
      width: 100%;
      height: 100%;
    }
    .product_slider_section .slider-container .slide-arrow .arrow-wrap::before {
      content: "";
      position: absolute;
      top: 7.5px;
      left: 9px;
      color: #64BCC7;
      width: 11px;
      height: 11px;
      border: 3px solid #64BCC7;
      border-left: 0;
      border-bottom: 0;
      transform: rotate(-135deg);
    }
    .product_slider_section .slider-container .prev-arrow {
      left: 10px !important;
    }
    .product_slider_section .slider-container .next-arrow {
      right: 10px !important;
      transform: rotate(180deg);
    }
  }

  .ec-cartNavi .ec-cartNavi__badge{
    left: -15px;
    top: -7px;
  }

  @media screen and (max-width: 767px){
    .ec-cartNaviWrap{
        display: flex;
        align-items: center;
    }
    .ec-cartNavi{
        flex-direction: column;
        align-items: center;
    }
    .ec-cartNavi__label{
        
    }
    .ec-cartNavi__price{
        font-size: 10px !important;
    }
    .ec-cartNavi{
        padding: 0.375rem 0.75rem ;
    }
  }
  
  /*header*/
header .header-container .top {
    display: flex;
    height: 100px;
    align-items: center;
    justify-content: space-between;
    /*background-image: url(../img/bg_water_3.png);*/
    background-size: cover;
    padding: 0 2rem;
  }
  header .header-container .top .top-logo {
    width: 160px;
    margin-right: auto;
  }
  header .header-container .top .top-logo img {
    width: 100%;
    height: auto;
  }
  header .header-container .top .top-nav-area {
    display: flex;
  }
  header .header-container .top .top-nav-area ul {
    display: flex;
    margin-left: auto;
    list-style: none;;
  }
  header .header-container .top .top-nav-area ul a {
    display: block;
    padding: 0 17px;
    font-weight: bold;
    line-height: 20px;
    color: #595757;
  }
  header .header-container .top .top-nav-area ul a p {
    font-size: 10px;
    text-align: center;
    margin-top: 5px;
  }
  header .header-container .top .top-nav-area .top-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 140px;
    font-weight: bold;
    border-radius: 18px;
    margin-left: 15px;
    height: 38px;
    position: relative;
    overflow: hidden;
    background-color: #F3F4F4;
  }
  header .header-container .top .top-nav-area .top-btn img {
    display: inline-block;
    width: 15px;
    height: auto;
    margin-right: 7px;
    z-index: 1;
  }
  header .header-container .top .top-nav-area .top-btn span {
    display: inline-block;
    z-index: 1;
  }
  header .header-container .top-sp {
    display: none;
    opacity: 0;
    visibility: hidden;
  }
  header .header-container .header-nav-sp {
    display: none;
    opacity: 0;
    visibility: hidden;
  }
  header .header-container .header-nav-sp {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    background-color: #EFF7F8;
    z-index: 999;
    display: flex;
    flex-direction: column;
    transition: 0.25s ease-in;
    transform: translateY(-100%);
    border-radius: 15px 0 0 15px;
    padding: 80px 12px 150px 12px;
    height: 100vh;
    overflow-y: scroll;
  }
  header .header-container .header-nav-sp .category_nav_sp {
    margin-top: 50px;
  }
  header .header-container .header-nav-sp .category_nav_sp.evidence {
    margin-top: 0px;
  }
  header .header-container .header-nav-sp .category_nav_sp .category_nav_sp_title {
    padding-bottom: 8px;
    border-bottom: 0.5px solid #595757;
    color: #595757;
  }
  header .header-container .header-nav-sp .category_nav_sp .category_nav_lists {
    display: flex;
    flex-direction: column;
    padding: 10px 0 36px 0;
    justify-content: space-between;
  }
  header .header-container .header-nav-sp .category_nav_sp .category_nav_lists .category_nav_list {
    list-style: none;
    color: #595757;
    font-size: 12px;
    padding: 12px 12px;
    color: #595757;
    margin: 8px 0;
    border-radius: 12px;
    border: 0.5px solid #595757;
    display: flex;
  }
  header .header-container .header-nav-sp .category_nav_sp .category_nav_lists .category_nav_list i{
    display: inline-block !important;
    margin-left: auto !important;
    width: 20px;
  }

  header .header-container .header-nav-sp .category_nav_sp .category_nav_lists .category_nav_list i {
    display: inline-block;
    margin-left: 6px;
  }
  header .header-container .header-nav-sp .top_regular_order_section_sp {
    margin-top: 12px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #64BCC7 ;
    padding: 12px 12px;
    justify-content: center;
  }
  header .header-container .header-nav-sp .top_regular_order_section_sp .top_regular_order_section_text {
    color: #ffffff;
    margin-right: 12px;
    font-size: 14px;
    margin-bottom: 12px;
  }
  header .header-container .header-nav-sp .top_regular_order_section_sp .top_regular_order_section_arrow_text {
    padding: 6px 12px;
    background-color: #EFF7F8;
    position: relative;
    font-size: 12px;
    color:#64BCC7;
  }
  header .header-container .header-nav-sp ul li {
    color: #ffffff;
    text-align: left;
    font-size: 16px;
    padding: 18px 10px 18px 15px;
    position: relative;
  }
  header .header-container .header-nav-sp ul li a {
    display: block;
    width: 100%;
  }
  header .header-container .header-nav-sp ul li a P {
    font-size: 12px;
    margin-top: 5px;
  }
  header .header-container .header-nav-sp ul li::before {
    position: absolute;
    left: 0;
    top: 24px;
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
  }
  header .header-container .header-nav-sp .sp-info {
    width: 300px;
    margin-top: 50px;
    padding-bottom: 20vh;
  }
  header .header-container .header-nav-sp .sp-info .tel_black {
    width: 35px;
    margin-right: 10px;
  }
  header .header-container .header-nav-sp .sp-info .sp-dt P {
    letter-spacing: 0.08em;
    font-size: 12px;
    line-height: 14px;
    margin: 7.5px 0;
    font-weight: 300;
  }
  header .header-container .sp-nav-active {
    opacity: 1;
    visibility: visible;
    transition: 0.25s ease-in;
    transform: translateX(0);
  }
  
  @media screen and (max-width: 767px) {
    header .header-container .top {
      display: none;
      opacity: 0;
      visibility: hidden;
    }
    header .header-container .top-sp {
      padding: 0 10px;
      height: 70px;
      transform: translateX(0px);
      display: flex;
      align-items: center;
      opacity: 1;
      visibility: visible;
      width: 100%;
      position: fixed;
      top: 0;
      left: 0;
      background-color: #ffffff;
      z-index: 1002;
      justify-content: space-between;
    }
    header .header-container .top-sp .top-sp-logo {
      width: 100px;
      display: inline-block;
    }
    header .header-container .top-sp .top-sp-logo img {
      width: 100%;
      height: auto;
    }

    header .header-container .top-sp-cart {
      margin-right: 12px;
      display: flex;
      opacity: 1;
      visibility: visible;
      z-index: 1000;
    }
    header .header-container .top-sp-cart .top-btn {
      font-size: 8px;
      /*width: fit-content;*/
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      margin-left: 0px;
      padding-top: 13px;
    }

    header .header-container .top-sp-cart a i{
        font-size: 22px;
        margin-bottom: 4px;
    }
    header .header-container .top-sp-cart a .spray-can{
        font-size: 20px;
    }


    header .header-container .top-sp-cart a img {
      width: 25px;
      height: auto;
    }
    header .header-container .top-sp-cart a .user_icon {
      padding: 2px;
    }
    header .header-container .top-sp .burger-icon {
      width: 30px;
      z-index: 1001;
      cursor: pointer;
    }
    header .header-container .top-sp .burger-icon .buns {
      height: 2px;
      background-color: #4894CB;
      transition: 0.25s ease-in;
      border-radius: 4px;
    }
    header .header-container .top-sp .burger-icon .patty {
      height: 2px;
      background-color: #4894CB;
      margin: 10px 0;
      transition: 0.25s ease-in;
      border-radius: 4px;
    }
    header .header-container .top-sp .burger-active .buns {
      transition: 0.25s ease-in;
      transform: translateY(-12px) rotate(-45deg);
    }
    header .header-container .top-sp .burger-active .buns:nth-child(1) {
      transform: translateY(12px) rotate(45deg);
    }
    header .header-container .top-sp .burger-active .patty {
      transition: 0.25s ease-in;
      opacity: 0;
      visibility: hidden;
    }
  }
  .category_nav_wrap .category_nav_lists {
    display: flex;
    padding: 24px 0 36px 0;
    justify-content: space-between;
  }
  .category_nav_wrap .category_nav_lists .category_nav_list i {
    display: inline-block;
    margin-left: 6px;
  }
  .top_regular_order_section{
      background-color: #64BCC7 !important;
      border: 1px solid #64BCC7 !important;
      transition: 0.25s all;
  }
  .top_regular_order_section:hover{
      transition: 0.25s all;
      background-color: #fff !important;
      color: #fff !important;
  }
  
  .top_regular_order_section:hover .top_regular_order_section_text {
    color: #64BCC7 !important;
  }
  
  .top_regular_order_section .top_regular_order_section_arrow_text{
      transition: 0.25s all;
      color: #64BCC7;
  }
  .top_regular_order_section:hover .top_regular_order_section_arrow_text{
      color: #64BCC7 !important;
      transition: 0.25s all;
      background-color: #64BCC7 !important;
      color: #fff !important;
  }
  @media screen and (max-width: 767px) {
    .category_nav_wrap {
      opacity: 0;
      visibility: hidden;
      height: 60px;
    }
  }
  .top_regular_order_section {
    display: flex;
    align-items: center;
    background-color: #4894CB;
    padding: 4px 12px;
    justify-content: center;
  }
  .top_regular_order_section .top_regular_order_section_text {
    color: #ffffff;
    margin-right: 12px;
    font-size: 14px;
  }
  .top_regular_order_section .top_regular_order_section_arrow_text {
    padding: 6px 12px;
    background-color: #EFF7F8;
    position: relative;
    font-size: 14px;
  }
  
  @media screen and (max-width: 767px) {
    .top_regular_order_section {
      display: none;
    }
  }
  /*スライドセクション*/
  .product_slider_section .slider-container ul .slide-content {
    width: 100%;
    display: flex;
  }
  .product_slider_section .slider-container ul .slide-content .slide-content-inner{
    display: flex;
  }
  .product_slider_section .slider-container ul .slide-content .slide-wrapper {
    width: 50%;
    position: relative;
    height: 0;
  }
  .product_slider_section .slider-container ul .slide-content .slide-wrapper .img-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .product_slider_section .slider-container ul .slide-content .slide-wrapper .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .product_slider_section .slider-container ul .slide-content .slider-text_content {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 50px;
  }
  .product_slider_section .slider-container ul .slide-content .slider-text_content .slider-text_content_inner .slider-text_cat {
    color: #64BCC7;
    margin-bottom: 12px;
  }
  .product_slider_section .slider-container ul .slide-content .slider-text_content .slider-text_content_inner .slider-text_title {
    margin: 16px 0;
    color: #595757;
  }
  .product_slider_section .slider-container ul .slide-content .slider-text_content .slider-text_content_inner .slider-text_desc {
    color: #D85325;
    padding-left: 32px;
  }
  .product_slider_section .slider-container ul .slide-content .slider-text_content .slider-text_content_inner .slider-text-more {
    margin: 50px auto 20px auto;
    display: block;
    padding: 12px 0;
    width: 300px;
    text-align: center;
    border: 1px solid #595757;
    font-size: 12px;
  }
  .product_slider_section .slider-container #product_slider_section-slick{
    padding: 0;
  }
  .product_slider_section .slider-container #product_slider_section-slick .slide-content .slide-wrapper {
    padding-top: 45%;
  }
  .product_slider_section .slider-container #product_slider_section-thumbs {
    width: 50%;
    padding: 0;
  }
  .product_slider_section .slider-container #product_slider_section-thumbs .slide-content {
    padding: 5px;
  }
  .product_slider_section .slider-container #product_slider_section-thumbs .slide-content .slide-wrapper {
    width: 100%;
    padding-top: 80%;
  }
  .product_slider_section .slider-container .slide-arrow {
    cursor: pointer;
    position: absolute;
    top: 40%;
    z-index: 1;
    width: 30px;
    height: 30px;
    background-color: transparent;
    border-radius: 50%;
    border: 2px solid #64BCC7;
  }
  .product_slider_section .slider-container .slide-arrow .arrow-wrap {
    position: relative;
    width: 100%;
    height: 100%;
  }
  .product_slider_section .slider-container .slide-arrow .arrow-wrap::before {
    content: "";
    position: absolute;
    top: 7.5px;
    left: 9px;
    color: #64BCC7;
    width: 11px;
    height: 11px;
    border: 3px solid #64BCC7;
    border-left: 0;
    border-bottom: 0;
    transform: rotate(-135deg);
  }
  .product_slider_section .slider-container .slide-arrow .slick-slide {
    padding: 0 10px 10px 10px;
  }
  .product_slider_section .slider-container .slide-arrow .slick-prev,
  .product_slider_section .slider-container .slide-arrow .slick-next {
    z-index: 2;
  }
  .product_slider_section .slider-container .slide-arrow .slick-prev {
    left: 0 !important;
  }
  .product_slider_section .slider-container .slide-arrow .slick-next {
    right: 0 !important;
  }
  .product_slider_section .slider-container .prev-arrow {
    left: -40px;
  }
  .product_slider_section .slider-container .next-arrow {
    right: -40px;
    transform: rotate(180deg);
  }
  
  @media screen and (max-width: 767px) {
    .product_slider_section .slider-container ul .slide-content {
      width: 100%;
      flex-direction: column;
    }
    .product_slider_section .slider-container ul .slide-content .slide-content-inner{
      width: 100%;
      flex-direction: column;
    }
    .product_slider_section .slider-container ul .slide-content .slide-wrapper {
      width: 100%;
    }
    .product_slider_section .slider-container ul .slide-content .slider-text_content {
      width: 100%;
      padding: 20px;
      padding-bottom: 0;
    }
    .product_slider_section .slider-container ul .slide-content .slider-text_content .slider-text_content_inner .slider-text-more {
      margin: 20px auto 20px auto;
    }
    .product_slider_section .slider-container #product_slider_section-slick .slide-content .slide-wrapper {
      padding-top: 75%;
    }
    .product_slider_section .slider-container #product_slider_section-thumbs {
      width: 100%;
    }
    .product_slider_section .slider-container #product_slider_section-thumbs .slide-content {
      padding: 5px;
    }
    .product_slider_section .slider-container #product_slider_section-thumbs .slide-content .slide-wrapper {
      width: 100%;
      padding-top: 80%;
    }
    .product_slider_section .slider-container .slide-arrow {
      cursor: pointer;
      position: absolute;
      top: 40%;
      z-index: 1;
      width: 30px;
      height: 30px;
      background-color: transparent;
      border-radius: 50%;
      border: 2px solid #64BCC7;
    }
    .product_slider_section .slider-container .slide-arrow .arrow-wrap {
      position: relative;
      width: 100%;
      height: 100%;
    }
    .product_slider_section .slider-container .slide-arrow .arrow-wrap::before {
      content: "";
      position: absolute;
      top: 7.5px;
      left: 9px;
      color: #64BCC7;
      width: 11px;
      height: 11px;
      border: 3px solid #64BCC7;
      border-left: 0;
      border-bottom: 0;
      transform: rotate(-135deg);
    }
    .product_slider_section .slider-container .prev-arrow {
      left: 0px;
    }
    .product_slider_section .slider-container .next-arrow {
      right: 0px;
      transform: rotate(180deg);
    }
  }

  .ec-cartNavi .ec-cartNavi__badge{
    left: -15px;
    top: -7px;
  }

  @media screen and (max-width: 767px){
    .ec-cartNaviWrap{
        display: flex;
        align-items: center;
    }
    .ec-cartNavi{
        flex-direction: column;
        align-items: center;
    }
    .ec-cartNavi__label{
        
    }
    .ec-cartNavi__price{
        font-size: 10px !important;
    }
    .ec-cartNavi{
        padding: 0.375rem 0.75rem ;
    }
  }
  
  .merit_content-sp{
          display: none;
      }
  @media screen and (max-width: 767px){
      .product_nav_container .product-nav_items{
          flex-direction: column;
      }
      .product_nav_container .product-nav_items .product-nav_item_left, .product_nav_container .product-nav_items .product-nav_item_right{
          width: 100%;
          margin-right: 0%;
      }
      .product_nav_container .product-nav_items .product-nav_item_left .product-nav_item_title, .product_nav_container .product-nav_items .product-nav_item_right .product-nav_item_title{
          padding:24px 0;
      }
      .product_nav_container .product-nav_items .product-nav_item_left .product-nav_item_inner, .product_nav_container .product-nav_items .product-nav_item_right .product-nav_item_inner{
          padding: 36px 0px 0px 0px ;
      }
      .product_nav_container .product-nav_items .product-nav_item_left .product-nav_item_inner .product-info .product-info_desc, .product_nav_container .product-nav_items .product-nav_item_right .product-nav_item_inner .product-info .product-info_desc{
          font-size:12px;
      }
      .product_nav_container .product-nav_items .product-nav_item_right{
          width: 100%;
          margin-top: 80px;
      }
      .product_nav_container .product-nav_items .product-nav_item_right .product-nav_item_inner .product-nav_item_img{
            width: 50%;
            margin: 0 auto;
            margin-bottom: 24px ;
            margin-top: 24px 
      }
      .product_starter_kid .product-nav_item_title{
          font-size:18px;
          line-height:1.5;
          padding: 15px 36px 15px 0;
      }
      .product_starter_kid .product_starter_kid_inner{
          flex-direction: column;
      }
      .product_starter_kid .product_starter_kid_inner .product_starter_kid_left{
          width: 100%;
          margin-right: 0;
      }
      .product_starter_kid .product_starter_kid_inner .product_starter_kid_left .product_starter_kid_left_block .product_starter_kid_left_block_content{
          padding: 94px 12px;
      }
      .product_starter_kid .product_starter_kid_inner .product_starter_kid_left .product_starter_kid_left_block .product_starter_kid_left_title{
          margin-right: 0;
      }
      .product_starter_kid .product_starter_kid_inner .product_starter_kid_right{
          width: 100%;
          margin-right: 0;
      }
      
      .product_nav_container .product-nav_items .product-nav_item_left .product-nav_item_inner .product-nav_item_img_wrap .product-nav_item_img_fix, .product_nav_container .product-nav_items .product-nav_item_right .product-nav_item_inner .product-nav_item_img_wrap .product-nav_item_img_fix{
          width: 25%;
          top: -40px;
      }
      .product_regular_content{
          flex-direction: column;
      }
      .product_regular_content .product_regular_content_right{
          width: 100%;
      }
      .merit_content{
          display: none;
      }
      .merit_content-sp{
          display: block;
          width: 100%;
          margin-top:50px;
      }
      .merit_content-sp img{
          width: 100%;
          height: auto;
      }
  }
  
  .ec-totalBox .ec-totalBox__btn a{
      color: #4894CB !important;
  }
  
  /*トップページ製品について*/
  .top_about_product .ec-eyecatchRole{
      margin-bottom: 0 !important;
  }
  .top_about_product .ec-eyecatchRole__intro{
      position: relative;
  }
  .top_about_product .product_back_logo{
      position: absolute;
      width: 80%;
      top: 0;
      right: 0;
      left: 0;
      margin: 0 auto;
      opacity: 0.3;
      z-index: -1;
  }
  
  .top-logo_sp{
      width: 150px;
  }
  .top-logo_sp img{
      width: 100%;
      height: auto;
  }
  
  .ec-cartRole__cart{
      margin-top: 50px !important;
  }
  .ec-cartRole__cart:nth-child(1){
      margin-top: 0 !important;
  }
  
  .ec-newsRole .ec-newsRole__news, .ec-categoryRole{
      border-radius: 24px;
  }
  
  .ec-price .ec-price__price{
      font-size: 2em;
  }
  
  .order_canceled{
      height: 40px;
      line-height:40px;
      color: #DE5D50;
    margin-top: 12px;
    text-align: center;
    border: 1px solid #DE5D50;
    border-radius: 64px;
    /*padding: 12px 0;*/
  }
  
  /*管理画面ログイン*/
  
  .login-page .field-icon{
      width: fit-content;
    position: absolute;
    top: 6px;
    right: 7px;
  }
  
  .next_delivery_date_note{
      font-size: 12px;
      color:#DE5D50;
  }
  
  
  .ec-cartNaviNull .ec-cartNaviNull__message{
      border-radius: 12px;
      background-color: #EEB0B2;
  }
  
  /*マイページ定期一覧*/
  .regular-order_lists{
      margin-bottom: 80px;
  }
  @media only screen and (min-width: 768px){
   .regular-order_lists   {
       padding-right: 26px;
   }
  }
  @media only screen and (max-width: 767px){
   .regular-order_lists   {
       padding-left: 0%;
       width: 90%;
       margin:0 auto;
   }
  }
  @media only screen and (max-width: 767px){
      #page_mypage .regular-order_td_no{
          padding-top: 4px !important;
          /*background-color: #F3F4F4;*/
          border-top:1px solid #F3F4F4 ;
          border-bottom: none;
           color:#525263;
           text-decoration:none;
           /*pointer-events:none;*/
        }
  }
  #page_mypage .regular-order_row{
        display:flex;
        border-bottom: 1px dotted #ccc;
    }
    @media only screen and (max-width: 768px){
        #page_mypage .regular-order_row{
            position: relative;
            flex-direction: column;
            /*margin-bottom: 50px;*/
            padding-bottom: 12px;
        }   
    }
  #page_mypage .regular-order_td{
        width:12%;
        padding: 8px 4px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        color:#525263;
           text-decoration:none;
           line-height:1.2;
           /*pointer-events:none;*/
    }
    #page_mypage .regular-order_td.sp-only{
        margin-top:12px;
        border-top:none;
    }
    
    #page_mypage .regular-order_td.product_td{
        width:40%;
        align-items: flex-start;
        line-height: 1.2;
    } 
    @media only screen and (max-width: 768px){
        #page_mypage .regular-order_td{
        width:100%;
        padding: 0px 0px 0px 0px;
        display: flex;
        flex-direction: column;
        justify-content: initial;
        align-items: initial;
        color:#525263;
           text-decoration:none;
           /*pointer-events:none;*/
           border-bottom: none;
           width: fit-content;
        }
        #page_mypage .regular-order_td.product_td{
        width:100%;
        align-items: flex-start;
        } 
    }
    #page_mypage .regular-order_lists_head{
        background-color: #F3F4F4;
    }
    
    @media only screen and (max-width: 768px){
       #page_mypage .regular-order_lists_head{
            display: none;
        }
    }
    
    #page_mypage .regular-hidden{
        opacity: 0;
        visibility: hidden;
        transition: 0.25s ease-in;
        height: 0;
        padding-bottom: 0;
    }
    
    #page_mypage #load-more{
        display: block;
        margin: 0 auto;
        margin-top: 18px;
        background: transparent;
        border: none;
        color: #337ab7;
        position: relative;
    }
    
    #page_mypage .load-btn-hidden{
        opacity: 0;
        visibility: hidden;
        transition: 0.25s ease-in;
    }
    
    #page_mypage .ec-historyRole__detailTitle{
        font-size: 14px;
    }
    
    #page_mypage .ec-imageGrid__content_title{
        font-weight: bold;
    }
    
    
    /*数量選択フォーム*/
      /*input[type="number"]::-webkit-inner-spin-button,*/
      /*input[type="number"]::-webkit-outer-spin-button {*/
      /*  opacity: 1;*/
      /*  margin-left: 12px;*/
      /*  background-color: transparent;*/
      /*  border-left: 2px solid #ccc;*/
      /*  display:block;*/
      /*}*/
      /*input[type="number"]::-webkit-inner-spin-button{*/
          /*transform: translateY(0px) scale(2);*/
      /*    transform: translateX(12px);*/
      /*}*/
      /*input[type="number"]::-webkit-outer-spin-button{*/
          /*transform: translateY(0px) scale(2);*/
      /*    transform: translateX(12px);*/
      /*}*/
      .ec-orderDelivery .ec-orderDelivery__title{
          display:flex;
          justify-content: space-between;
      }
      @media only screen and (max-width: 768px){
         .ec-orderDelivery .ec-orderDelivery__title{
              flex-direction: column;
          }   
          .ec-historyListHeader .ec-historyListHeader__action{
              position: absolute;
              top: 0;
              right: 0;
              margin-top: 0;
          }
          .ec-historyListHeader{
              position: relative;
          }
          .ec-historyRole .ec-historyRole__detail{
              border-top: none;
          }
          .ec-historyListHeader .ec-historyListHeader__date{
              font-size: 14px;
          }
          .regular-order_edit{
              position: absolute;
              top: 8px;
              right: 0;
              width: 100px !important;
          }
      }
      
      
      .ec-totalBox__taxRate{
          letter-spacing: 0.02rem !important;
          display: flex;
          flex-wrap: wrap;
      }
      
      
      
      .product_regular_content_price__boder{
          /*border-top: 1px dotted #ccc;*/
          display: flex;
          justify-content:space-between;
          /*padding-top: 12px;*/
          align-items: center;
          border-bottom: 1px dotted #ccc;
          padding-bottom: 12px;
      }
      @media only screen and (max-width: 980px){
          .product_regular_content_price__boder{
          /*flex-direction: column;*/
          /*align-items: flex-start;*/
         }
      }
      
      
      .product_regular_content_price__boder span{
          font-size: 14px;
          margin-top: 4px;
          display: inline-block;
      }
      @media only screen and (max-width: 980px){
          .product_regular_content_price__boder span{
          font-size: 12px;
      }
      }
      .product_regular_content_price__boder__left{
          margin-top: 4px;
          font-size: 14px;
          position: relative;
          text-align: center;
          width: fit-content;
      }
      .product_regular_content_price__boder__left:before{
          /* position: absolute;*/
          /*bottom: 5px;*/
          /*left: 0;*/
          /*content: "";*/
          /*width: 100%;*/
          /*height: 6px;*/
          /*background-color: #A7DAE7;*/
          /*z-index: -1;*/
      }
      
      .product_regular_content_price__boder__center{
          font-size: 14px;
          text-align: center;
          line-height:1.2;
      }
       @media only screen and (max-width: 980px){
           .product_regular_content_price__boder__left{
              text-align: left;
          }
          .product_regular_content_price__boder__center{
              /*margin: 20px 0px;*/
              text-align: left;
              font-size: 12px;
        }
        .product_regular_content_price__boder__right{
          text-align: left;
          font-size: 12px;
         }
      }
      
      .product_regular_content_price__boder__right{
          font-size: 14px;
          line-height:1.2;
          text-align: center;
      }
      
      @media only screen and (max-width: 768px){
          .product_regular_content_price__boder__right{
          text-align: left;
          font-size: 12px;
      }
      }
      
      .ec-AddAddress .ec-AddAddress__selectNumber{
          margin-right: 40px;
      }
/*製品紹介*/
.about-page h2, .about-page h3 {
  font-size: 24px !important;
  color: #595757 !important;
}
@media only screen and (max-width: 768px) {
  .about-page h2, .about-page h3 {
    font-size: 18px !important;
  }
}
@media only screen and (max-width: 768px) {
  .about-page h3 {
    text-align: center;
  }
}
.about-page p {
  color: #595757 !important;
  font-size: 14px !important;
  line-height: 1.8;
}
@media only screen and (max-width: 768px) {
  .about-page p {
    font-size: 13px !important;
  }
}
.about-page span {
  color: #595757 !important;
  font-size: 12px !important;
}
@media only screen and (max-width: 768px) {
  .about-page span {
    font-size: 10px !important;
  }
}
.about-page img {
  width: 100%;
  height: auto;
}
.about-page{
    position: relative;
}
.about-page .about-page-head{
    background-image: url('https://wish-s-sh.jp/html/user_data/assets/img/item/about_head_bk.png');
    background-size: cover;
    padding: 70px 0;
}
.about-page .about-page-head .about-page-head-inner .about-page-head_title {
  margin-bottom: 1em;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
.about-page .about-page-head .about-page-head-inner .about-page-head_desc {
  font-size: 14px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .about-page .about-page-head .about-page-head-inner .about-page-head_desc {
    text-align: left;
  }
}

@media only screen and (max-width: 768px) {
    .about-safety, .about-save, .about-effect, .about-page-head-inner{
        padding: 0 5%;
    }
}
.about-page .about-safety .ec-eyecatchRole {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .about-page .about-safety .ec-eyecatchRole {
    flex-direction: column;
  }
}
.about-page .about-safety .ec-eyecatchRole .ec-eyecatchRole__image {
  width: 50%;
  order: 2;
}
@media only screen and (max-width: 768px) {
  .about-page .about-safety .ec-eyecatchRole .ec-eyecatchRole__image {
    order: 2;
    width: 100%;
  }
}
.about-page .about-safety .ec-eyecatchRole .ec-eyecatchRole__intro {
  width: 50%;
  order: 1;
}
@media only screen and (max-width: 768px) {
  .about-page .about-safety .ec-eyecatchRole .ec-eyecatchRole__intro {
    order: 1;
    width: 100%;
  }
}
.about-page .about-save .ec-eyecatchRole {
  display: flex;
  justify-content: center;
  align-items: center;
}
.about-page .about-save .ec-eyecatchRole .ec-eyecatchRole__image {
  width: 50%;
  order: 1;
}
@media only screen and (max-width: 768px) {
  .about-page .about-save .ec-eyecatchRole .ec-eyecatchRole__image {
    order: 2;
    width: 100%;
  }
}
.about-page .about-save .ec-eyecatchRole .ec-eyecatchRole__intro {
  width: 50%;
  order: 2;
  padding-right: 0%;
  padding-left: 5%;
}
@media only screen and (max-width: 768px) {
  .about-page .about-save .ec-eyecatchRole .ec-eyecatchRole__intro {
    order: 1;
    width: 100%;
    padding-left: 0%;
  }
}
.about-page .about-effect .ec-eyecatchRole {
  display: flex;
  justify-content: center;
  align-items: center;
}
.about-page .about-effect .ec-eyecatchRole .ec-eyecatchRole__image {
  width: 50%;
  order: 2;
}
@media only screen and (max-width: 768px) {
  .about-page .about-effect .ec-eyecatchRole .ec-eyecatchRole__image {
    order: 2;
    width: 100%;
  }
}
.about-page .about-effect .ec-eyecatchRole .ec-eyecatchRole__intro {
  width: 60%;
  order: 1;
}
@media only screen and (max-width: 768px) {
  .about-page .about-effect .ec-eyecatchRole .ec-eyecatchRole__intro {
    order: 1;
    width: 100%;
  }
}/*# sourceMappingURL=wish_about.css.map */



/*クレカ編集画面マイページ*/
@media only screen and (max-width: 768px) {
    #page_eccube_payment_lite42_mypage_credit_card_index .ec-historyListHeader .ec-historyListHeader__action{
    position: relative;
    }
}

.registration_page .ec-reportDescription{
    text-align: left;
}

.deliver-cycle_note{
    font-size:14px;
    font-weight: 400;
    display: inline-block;
}

@media only screen and (max-width: 768px){
    .deliver-cycle_note{
        display: block;
        margin-top: 8px;
        text-align: right;
    }
}

.regular_next_deliver_hour_note{
    font-size: 14px;
    text-align: center;
    margin-bottom: 8px;
}

.regular_next_deliver_hour_note_l{
    text-align: center;
    margin-bottom: 8px;
    font-size: 16px;
}

@media only screen and (min-width: 767px){
    .history_deliver_date{
        display: flex;
    }
}

.ec-withdrawRole .ec-withdrawRole__title{
    font-size: 22px;
}


#news_readmore {
    border: none;
    border-radius: 60px;
    display: block;
    width: 200px;
    padding: 0px 12px;
    margin: 14px auto 0px;
    height: 40px !important;
    line-height: 40px !important;
}

.ec-newsRole .ec-newsRole__newsTitle{
    color: #595757 !important;
    font-weight: normal !important;
    line-height:1.2;
}

@media only screen and (max-width: 768px){
    .ec-newsRole .ec-newsRole__newsTitle{
        color: #595757 !important;
        font-size: 13px !important;
        font-weight: normal !important;
    }
    .ec-newsRole .ec-newsRole__newsDescription{
        color: #595757 !important;
        font-size: 13px;
        line-height: 1.8;
    }
}


.underLineText{
    position: relative;
    z-index: 1;
}


.underLineText::before{
    position: absolute;
      bottom: 5px;
      left: 0;
      content: "";
      width: 100%;
      height: 6px;
      background-color: #A7DAE7;
      z-index: -1;
      opacity: 0.5;
}

.regular-item-img-badge{
    position: absolute;
    top: 0;
    right: 0;
}

.regular-item-img-badge li{
    width: 125px;
    margin-bottom: 24px;
    list-style: none;
}

@media only screen and (max-width: 768px){
    .regular-item-img-badge li{
    width: 100px;
}
}

.regular-item-img-badge li img{
    width: 100%;
    height: auto;
}

.product_regular_tag_plus{
    position: absolute;
    left: 7%;
    top: 0;
    width: 9%;
}
.product_regular_tag_plus img{
    width: 100%;
    height: auto;
}

@media only screen and (max-width: 970px){
    header .header-container .top .top-nav-area ul a{
        font-size: 12px;
            padding: 0 5px;
    }
    header .header-container .top .top-nav-area .top-btn{
        width: 124px;
        margin-left: 5px;
    }
    .ec-headerNaviRole__nav span{
        font-size: 12px !important;
    }   
    header .header-container .top .top-logo{
        width: 110px;
    }
}

.product_regular_content_price_price_wrap .regular_off_text{
    position: absolute;
    top: 0;
    left: 0;
    transform: translateX(0%) translateY(-110%);
    font-size: 13px;
    color: #D85325;
    border: 1px solid #D85325;
    padding: 3px 6px;
    width: fit-content;
    line-height: 1;
    white-space: nowrap;
}
@media screen and (max-width: 767px){
    .product_regular_content_price_price_wrap .regular_off_text{
    font-size: 10px;
}
}

.language-switcher {
    margin-right: 15px;
}

.language-switcher select {
    padding: 5px 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    background-color: white;
    font-size: 14px;
}

.language_switch_wrap .ec-headerRole__actions {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-top: 24px;
    padding: 0 12px;
}

/* 言語切り替えボタンのスタイル */
.language_switch_wrap .language-switcher {
    display: flex;
    gap: 8px;
    align-items: center;
}

.language_switch_wrap .language-button {
    padding: 4px 8px;
    border: 2px solid #4894CB;
    background-color: transparent;
    color: #4894CB;
    border-radius: 6px;
    cursor: pointer;
    font-size: 12px;
    font-weight: 500;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 35px;
}

.language_switch_wrap .language-button:hover {
    background-color: #4894CB;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 123, 255, 0.3);
}

.language_switch_wrap .language-button.active {
    background-color: #4894CB;
    color: white;
    box-shadow: 0 2px 4px rgba(0, 123, 255, 0.4);
}

.language_switch_wrap .language-button.active:hover {
    background-color: #4894CB;
    transform: translateY(-1px);
}

/* セパレーター */
.language_switch_wrap .language-separator {
    color: #ccc;
    font-size: 16px;
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
    .language_switch_wrap{
        position: absolute;
        top: 0;
        right: 0;
        z-index: 1010;
    }
    .language_switch_wrap .language-button {
        padding: 4px 8px;
        font-size: 12px;
        min-width: 60px;
    }
}

.ec-telInput input{
    max-width: 13em;
}


.product_regular_content_price__boder .product_regular_content_price_price_arrow{
    margin: 0 12px;
}

.sf-minitoolbar{
    position: fixed;
    top: 0;
    z-index: 9999;
}

@media only screen and (min-width: 768px) {
    .ec-newsRole .ec-newsRole__newsDate {
        line-height: 1.2;
    }
}

#printName .print_name{
    background-color: transparent;
}



.ec-price .ec-price__tax{
    font-size: 14px;
    line-height: 14px;
    height: 14px;
    display: inline-block;
}

.bib_area_inner .ec-productRole__priceRegularTax{
    display: inline-block;
}

.shop-info .row .col-7 img{
    display: block;
    margin-bottom:6px;
}