@charset "utf-8";


/* 共通 */
.welcart,
.cart-page,
.member-page {
    max-width: 1200px;
    margin: 0 auto;
}

.cart_page_title,
.member_page_title {
    text-align: center;
    margin-bottom: 40px;
}

.welcart .welcart_sub_menu {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    align-items: center;
}

.welcart .welcart_sub_menu li a {
    display: block;
    background-color: #f0f0f0;
    border-radius: 5px;
    color: #333;
    padding: 5px 30px;
    margin-right: 5px;
    font-weight: bold;
    text-align: center;
}

.welcart .currency_code {
    display: none;
}

.welcart table {
    background-color: #fff;
    border-collapse: collapse;
    border-spacing: 0;
    margin: auto;
}

table.customer_form {
    margin: auto;
    width: 100%;
}

.welcart .ec_item-list {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: flex-start;
}

.welcart .ec_item-list li {
    width: calc(25% - 160px / 4);
    margin: 20px 20px 40px 20px;
}

.welcart .ec_item-list li img {
    width: 100%;
    height: calc(38vh * 0.5);
    object-fit: cover;
}

body.archive .shop-wrap .under-v,
body.single .shop-wrap .under-v {
    background-image: url(../img/low-fv-onlineshop.png);
    background-position-x: 70%;
}




/* 詳細ページ */
.item_wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-top: 28px;
}

.item_L {
    width: 46%;
    max-width: 543px;
}

.item_R {
    width: 51%;
    margin-top: 10px;
}

.item_R h2 {
    margin-top: 0;
    font-size: 20px;
    margin-bottom: 7px;
    font-weight: bold;
}

.item_R .item-description {
    margin-bottom: 20px;
}

.item_R .skuform {
    margin-bottom: 60px;
}

.item_R .skuname {
    font-weight: bold;
    font-size: 1.4rem;
}

.item_R .field .zaikostatus {
    text-align: right;
}

#itempage .itemimg img,
#itempage .itemsubimg img {
    height: 100%;
}

#itempage .item_R .field .field_cprice {
    font-size: 1rem;
    text-decoration: line-through;
}

#itempage .item_R .c-box {
    text-align: left;
    margin-top: 40px;
}

#itempage .item_R .c-box .cart-button input {
    border-radius: .4rem;
    border: none;
    color: #FFF;
    transition: all 0.2s ease 0s;
    background-color: var(--basic);
    width: 24rem;
    display: block;
    padding: 1.6rem;
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
    margin-top: 20px;

}

#itempage .item_R .c-box .cart-button input:hover {
    cursor: pointer;
    opacity: 0.7;
}

.welcart-container.inner {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}

.welcart-sidebar {
    max-width: 202px;
    width: 100%;
}

ul.welcart_sub_menu {
    margin-bottom: 12px;
    display: flex;
    justify-content: space-between;
}

.welcart-sidebar h3 {
    position: relative;
    padding: 1.6rem .8rem;
    margin-bottom: 1.2rem;
    border-bottom: .1rem solid var(--basic);
    font-size: 1.6rem;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
}

.welcart-sidebar h3::before,
.welcart-sidebar h3::after {
    content: '';
    width: 1.2rem;
    height: 1.2rem;
    background-color: var(--basic);
    transform: rotate(45deg);
    position: absolute;
    bottom: -.6rem;
}

.welcart-sidebar h3::before {
    left: 0;
}

.welcart-sidebar h3::after {
    right: 0;
}

.category-item {
    padding: 0 .8rem;
}

body.category-item {
    padding: 0;
}

li.category-item a,
button.accordion-toggle {
    display: block;
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
    font-size: 1.6rem;
    width: 100%;
    text-align: left;
}


#itempage .field {
    height: auto;
    width: auto;
    margin: 0px;
    border: none !important;
}



/* カート */
.cart-page h1,
.member-page h1,
.logged-in h1 {
        text-align: center;
    margin-bottom: 5.6rem;
    font-size: 4rem;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
}

.logged-in .other_mv h1 {
    margin-bottom: 0;
}

body div.usccart_navi li.usccart_cart,
body div.usccart_navi li.usccart_customer,
body div.usccart_navi li.usccart_delivery {
        background-image: none;
    background-color: #810009;
}

body div.usccart_navi li.ucart,
#wc_confirm .cart_navi ul li {
    padding: .8rem .4rem;
        display: flex;
    justify-content: center;
    align-items: center;

}

.upbutton input {
        padding: .2rem .8rem;
    font-size: 1.6rem;
    line-height: 1;
}

body #inside-cart .send {
    border-top: none;
}

body #inside-cart .no_cart {
    color: var(--bg-red);
}

/* .cart-page .cart_navi ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.cart-page .cart_navi ul li {
    background-color: #fff;
    font-weight: bold;
    color: black;
    padding: 10px;
    width: 24%;
    text-align: center;
    border: 1px solid;
}

.cart-page .cart_navi ul li.current {
    background-color: black;
    color: #fff;
} */


.cart-page .send {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
}

#newmember .send input[type=submit],
.cart-page .send input[type=submit],
.cart-page .send input[type=button],
.member-page .loginbox #member_login {
    display: block;
    text-decoration: none;
    text-align: center;
    border: none;
    border-radius: 5px;
    background-color: #898989;
    color: #FFF;
    font-weight: bold;
    width: 300px;
    padding: 20px 40px;
    cursor: pointer;
    margin: 5px;
    transition: all 0.2s ease 0s;
    border-radius: 0;
}

#newmember .send input[type=submit] {
    margin: 5px auto;
    background-color: var(--basic);
}

.cart-page .send input:hover,
.member-page .loginbox #member_login:hover {
    opacity: 0.8;
}

.member-page .loginbox #member_login {
    width: 60% !important;
    margin: 0 auto;
    padding: 20px !important;
}

.cart-page .send input.to_customerinfo_button,
.cart-page .send input.to_memberlogin_button,
.cart-page .send input.to_deliveryinfo_button,
.cart-page .send input.to_reganddeliveryinfo_button,
.cart-page .send input.to_confirm_button,
.cart-page .send input.checkout_button,
.member-page .loginbox #member_login {
    background: #5acda5;
}

.cart-page .send input.to_customerinfo_button,
.cart-page .send input.to_memberlogin_button,
.cart-page .send input.to_deliveryinfo_button,
.cart-page .send input.to_reganddeliveryinfo_button,
.cart-page .send input.to_confirm_button,
.cart-page .send input.checkout_button,
.member-page .loginbox #member_login {
    background: black;
}


/* お客様情報 */
#customer-info form {
    margin-bottom: 60px !important;
}

#customer-info h5 {
        background-color: #810009 !important;
    border-radius: .4rem;
    padding: 10px !important;
    font-weight: bold;
    color: #fff;
        font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
}

body #customer-info .send,
body #delivery-info .send,
body #info-confirm .send {
    border: none;
        display: flex;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 1.2rem;
}

#customer-info .send input,
#delivery-info .send input,
#memberedit .send input {
        background-color: var(--basic);
    color: var(--white);
    font-weight: 700;
    width: 24rem;
    padding: 1.6rem;
    border: none;
}

#customer-info .send input.back_cart_button,
#delivery-info .send input.back_to_customer_button,
#memberedit .send input.top,
#memberedit .send input.back {
    background-color: #B3B3B3;
}

/* テーブル */
/* #customer-info th,
#newmember th {
    font-size: 12px;
    line-height: 150%;
    font-weight: bold;
    color: #4c4d25;
    text-align: left;
    margin-right: auto;
    margin-left: auto;
    border: 1px solid #e6e6e6;
    background-color: #f3f3f3;
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
    width: 25%;
} */

body #customer-info th,
body #delivery-info th,
body #newmember table th {
    font-size: 1.6rem;
    font-weight: bold;
    color: var(--basic);
    text-align: left;
    padding: .6rem 1rem;
    width: 25%;
    background-color: unset;
    border: none;
}

body #customer-info td,
body #delivery-info td,
body #newmember td {
        font-size: 1.6rem;
        text-align: left;
    color: var(--basic);
    border: none;
    padding: 1.2rem;
}

body #customer-info td input {
    height: 4.8rem;
}

#content #wc_cart img,
#content #wc_confirm img {
    height: auto;
}

.cart-page table {
    width: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    margin-bottom: 41px;
}

#newmember table th {
    width: 36%;
}

.cart-page table th,
.cart-page table td,
#newmember table th,
#newmember table td {
    padding: 2rem !important;
    font-size: 1.6rem !important;
}

/* 確認画面 */
.confiem_notice {
    margin-bottom: 2.4rem;
}

#wc_confirm .cart_navi ul {
    display: flex;
    display: block;
    height: 31px;
    width: 100%;
    margin-top: 10px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0;
}

#wc_confirm .cart_navi ul li {
    width: 25%;
        padding: .8rem .4rem;
            background-color: #B3B3B3;
    float: left;
    margin: 0px;
    color: #FFFFFF;
    font-weight: bold;
    text-align: center;
}

#wc_confirm .cart_navi ul li.current {
        background-image: none;
    background-color: #810009;
}

#wc_confirm #cart {
        margin-top: 4rem;
}

body #confirm_table .ttl {
    background-color: var(--bg-red);
}

body #confirm_table h3 {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    color: var(--white);
    font-weight: 700;
}

body #confirm_table th {
    color: var(--basic);
}

/* 完了画面 */
#wc_ordercompletion .cart_page_title {
    display: none;
}

#wc_ordercompletion #cart_completion h3 {
        text-align: center;
}

#wc_ordercompletion .back_to_top_button {
    border-bottom: .1rem solid var(--basic);
}


/* フォーム */
.customer_form input,
.customer_form textarea {
    width: 100% !important;
    background-color: var(--white);
    border: .1rem solid var(--beige);
    border-radius: 5px;
    padding: 10px;
}

.customer_form input[type=radio] {
    width: auto !important;
}

#delivery-info .customer_form dt {
    font-size: 1.6rem !important;
}




/* ログイン */
body #memberpages div.loginbox {
    width: 100% !important;
    max-width: 50rem;
    margin-top: 0 !important;
    padding: 0 !important;
    margin: auto;
        background-color: unset;
    border: none;
    font-size: 1.6rem;
}

.member-page .loginbox p {
    font-size: 1.6rem !important;
    margin-bottom: 23px;
}

.member-page .loginbox p.nav {
    display: inline-flex;
    flex-direction: column;
    gap: .8rem;
}

.member-page .loginbox p.nav a {
    width: fit-content;
}

.member-page .loginbox p.nav br {
    display: none;
}

.member-page .loginbox input {
    width: 100% !important;
    background-color: #dedede;
    border: none;
    border-radius: 5px;
    padding: 10px !important;
}

#memberpages div.loginbox a {
    border-bottom: .1rem solid var(--basic);
}

.member-page .loginbox input[type=checkbox] {
    width: auto !important;
}

.member-page .new-entry {
    display: none;
}

#memberpages input.loginmail,
.member-page .loginbox input {
    line-height: 30px !important;
}

@media only screen and (max-width: 821px) {
    .member-page .loginbox {
        width: 100% !important;
    }
}



/* 会員情報登録 */
#newmember .header_explanation li {
    font-size: 1.6rem;
}

#newmember table.customer_form .name_td .member_name,
#memberinfo table.customer_form .name_td .member_name {
    padding-left: 0;
}

#memberedit .send input.top,
#memberedit .send input.back,
#memberedit .send input.editmember,
#memberedit .send input.deletemember {
    margin-bottom: .8rem;
}

#memberedit .send input.deletemember {
    background-color: var(--bg-red);
}

#wc_newcompletion #memberpages p {
    text-align: center;
}

#wc_newcompletion #memberpages a {
    font-size: 1.6rem;
    border-bottom: .1rem solid var(--basic);
}


/*編集*/



ul.ec_item-list li a img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

ul.ec_item-list li {
    max-width: 31.7%;
    margin-right: 13px;
    width: 100%;
}

ul.ec_item-list li a {
    display: block;
    aspect-ratio: 1;
}

ul.ec_item-list li .ec_item-list_info a {
    aspect-ratio: unset;
}

.ec_item-list_info {
    margin-top: 3px;
    max-width: 257px;
    margin-bottom: 22px;
}

.ec_item-list_info h3 {
    font-size: 17px;
}

.item-price span {
    color: #1b1917;
}

.item-options {
    margin: 30px 0 19px;
}


/*タブを横並びに*/
.tab-label {
    display: block;
    float: left;
}


/*ラジオボタンを全て非表示に*/
input[name="tab-radio"] {
    display: none;
}

.tab-label {
    color: #cdcdcd !important;
    cursor: pointer !important;
    padding: 0px 20px 13px;
    transition: .3s;
    font-size: 18px;
    border-bottom: 2px solid #cdcdcd;
    width: 50%;
    text-align: center;
    font-weight: normal;
    letter-spacing: 4px;
}

.tab-label:hover {
    opacity: .7 !important;
}

/* 選択されたタブの見た目 */
input:checked+h2>.tab-label {
    color: #000 !important;
    transition: .3s;
    width: 50%;
    border-bottom: 2px solid;
    text-align: center;
}

.tab-panel {
    clear: both;
    display: none;
    padding-top: 27px;
    line-height: 2;
    font-size: 16px;
}

/* 選択されているチェックボックスに応じてパネルを表示 */
#tab-a:checked~.panel-a,
#tab-b:checked~.panel-b,
#tab-c:checked~.panel-c {
    display: block;
}

.tab-panel&gt;

div {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
}

dl.item-option dd {
    display: flex;
}

label.iopt_radio_label {
    border: 1px solid;
    border-radius: 30px;
    padding: 1px 10px;
    margin-right: 6px;
}

dl.item-option dt {
    margin-bottom: 15px;
    color: #cdcdcd;
    font-size: 14px;
}

label.iopt_radio_label:checked+label {
    background-color: black;
}

ul.ec_item-list {
    display: flex;
    flex-wrap: wrap;
}


.welcart-content {
    max-width: 858px;
    width: 100%;
}

.item-price {
    font-size: 24px;
    margin-bottom: 40px;
}

#mainSlider .main-slide {
    display: none;
}

#mainSlider .main-slide img {
    width: 100%;
    max-width: 100%;
    height: auto;
}

#thumbSlider {
    display: flex;
    gap: 6px;
    margin-top: 2px;
}

#thumbSlider .thumb-slide img {
    object-fit: cover;
}

#thumbSlider .thumb-slide {
    width: 100px;
    cursor: pointer;
    opacity: 0.6;
    transition: opacity 0.3s;
}

#thumbSlider .thumb-slide.active,
#thumbSlider .thumb-slide:hover {
    opacity: 1;
}

.header_explanation {
    max-width: 830px;
    margin: 0 auto 29px;
}

.other_mv h1 {
    text-align: center;
    padding-top: 119px;
}

div#primary input.quantity {
    max-width: 28px;
}

#cart th,
#cart td {
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #FFFFFF;
    border-right-color: #CCCCCC;
    border-bottom-color: #CCCCCC;
    border-left-color: #FFFFFF;
    padding-top: 3px;
    padding-right: 5px;
    padding-bottom: 3px;
    padding-left: 5px;
    vertical-align: middle;
    text-align: center;
    white-space: normal;
    word-break: break-all;
}

.cart-page table {
    width: 100%;
    background-color: rgba(255, 255, 255, 0.8);
}

#cart th,
#cart td {
    border-left: 1px solid #CCCCCC;
    border-top: 1px solid #CCCCCC;
    border-bottom: none;
}

#cart th {
    color: #FFFFFF;
    background-color: #999999;
    white-space: nowrap;
    font-weight: normal;
    font-size: 0.9em;
}

#cart .thumbnail {
    padding: .8rem !important;
}

#cart .thumbnail a {
        display: block;
    width: 100%;
    height: 100%;
}

.upbutton {
    max-width: fit-content;
    margin: 0 0 9px auto;
}

div#primary {
    padding-top: 60px;
    margin: auto;
    padding: 70px 0 43px;
        width: 90%;
    max-width: unset;
}

ul.welcart_sub_menu li {
    max-width: 48%;
    width: 100%;
}

input#search-keyword {
    border: none;
    max-width: 100%;
    padding: 2px 5px 3px;
    margin-top: 4px;
    width: 100%;
}

body div.usccart_navi ol.ucart,
#wc_confirm .cart_navi ul {
    display: flex;
    align-items: stretch;
    height: unset;
}

.kensaku-wrap button {
    background: #fff;
    border: 1px solid;
    text-align: center;
    max-width: 100%;
    width: 100%;
    padding: 8px;
    border-radius: 3px;
    margin-top: 12px;
    font-size: 12px;
}

.search-keyword-wrap label,
.search-cat-wrap label {
    display: inline-block;
    line-height: 1;
    margin-bottom: 10px;
}

select#search-cat {
    border: none;
    width: 100%;
    padding: 3px;
}

.search-keyword-wrap,
.search-cat-wrap {
    margin-bottom: 10px;
}

.wc_ubmenu-wrap {
    background: #E6E6E6;
    padding: 15px;
    margin-bottom: 15px;
    font-size: 14px;
}

ul.welcart_sub_menu li a i {
    margin-right: .8rem;
}

ul.welcart_sub_menu li a {
    background: var(--basic);
    color: var(--white);
    display: block;
    width: 100%;
    border-radius: .4rem;
    padding: .6rem .4rem;
    font-size: 1.2rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
}

ul.policy-tokusyo-wrap {
    padding-top: 4px;
}

ul.policy-tokusyo-wrap li a {
    font-size: 1.4rem;
    display: block;
    margin-bottom: 7px;
}

ul.category-list {
    margin-bottom: 30px;
}

ul.policy-tokusyo-wrap li a {
    font-size: 13px;
    display: block;
    margin-bottom: 11px;
}

ul.category-list>ul>li>ul>li {
    display: block;
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
    font-size: 14px;
}

.accordion-toggle {
    background: none;
    border: none;
    cursor: pointer;
    position: relative;
    padding: 0 20px 0 0;
}

.accordion-toggle::before,
.accordion-toggle::after {
    content: "";
    position: absolute;
    right: 5px;
    top: 50%;
    width: 12px;
    height: 1px;
    background-color: #333;
    transition: all 0.2s;
}

.accordion-toggle::after {
    transform: rotate(90deg);
}

.accordion-toggle.open::after {
    transform: rotate(0deg);
    /* 横線だけ残す → 「−」 */
}

div#img-box {
    max-width: 550px;
    margin: 0 auto;
}

.modal {
    display: none;
    position: fixed;
    z-index: 10000;
    padding-top: 60px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.9);
}

.modal-content {
    margin: auto;
    display: block;
    max-width: 90%;
    max-height: 80%;
}

.modal-close {
    position: absolute;
    top: 30px;
    right: 35px;
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
}

body input#search_zipcode {
    /*    background: black;
    color: #fff;
    margin-top: 10px;
    border-radius: 0px;
    cursor: pointer;*/
    display: none;
}

/* マイページ */
body #memberinfo table {
    background-color: var(--white);
    border-radius: .4rem;
    overflow: hidden;
    margin-bottom: .8rem;
}

body #memberinfo tr:first-child {
    border-bottom: .1rem solid var(--beige);
}

body #memberinfo th {
        font-size: 1.6rem;
    color: var(--white);
    border: none;
        background-color: var(--basic);
    width: 15%;
}

body #memberinfo td {
    font-size: 1.6rem;
    color: var(--basic);
    border: none;
    padding: .8rem 1rem;
    width: 35%;
}

body #memberpages #memberinfo ul {
    display: flex;
    align-items: flex-start;
    column-gap: 1.6rem;
    padding-left: .8rem;
}

body #memberpages #memberinfo li {
        font-size: 1.6rem;
    line-height: 1.5;
    color: var(--basic);
}

body #memberpages #memberinfo li a {
    border-bottom: .1rem solid var(--basic);
}

body #memberinfo h3 {
        background-color: var(--bg-red);
    font-size: 1.6rem;
    font-family: "Noto Sans JP", sans-serif;
    padding: 1rem;
    border-radius: .4rem;
    height: auto;
}

body #memberinfo .history-area {
    height: auto;
}

/* 会員認証 */
#wc_member #memberpages {
        max-width: 72rem;
    margin: auto;
}

#wc_member #memberedit h2 {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2.4rem;
    text-align: center;
    margin-bottom: 4rem;
}

/* 会員情報編集 */
body #memberpages .customer_form th,
body #memberpages .customer_form td {
    padding: 1.2rem 0;
}

body #memberpages .customer_form td {
    text-align: left;
}


/* body #memberinfo table .num {
        font-size: 1.6rem;
    color: var(--basic);
    border: none;
} */

/* ==============================
    タブレット縦のみ
============================== */

@media (max-width: 1286px) and (min-width: 800px) {

    ul.ec_item-list {
        display: flex;
        flex-wrap: wrap;
    }

    .welcart-container {
        padding-bottom: 45px;
    }

    .welcart,
    .cart-page,
    .member-page {
        max-width: 1100px;
        margin: 0 auto;
        width: 90%;
    }

    .item_wrap {
        justify-content: center;
    }

    ul.ec_item-list li a {
        display: block;
        width: 100%;
    }



}


/* ==============================
    タブレット横のみ
============================== */

@media (max-width: 1500px) and (min-width: 800px) {
    ul.ec_item-list li {
        max-width: 47%;
        margin-right: 11px;
    }

    .welcart,
    .cart-page,
    .member-page {
        max-width: 1100px;
        margin: 0 auto;
        width: 90%;
    }

    .item_R {
        width: 100%;
        margin-top: 10px;
        margin-left: 20px;
    }

    .item_L {
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
    }
}


@media screen and (max-width: 1000px) {
    ul.ec_item-list li {
        max-width: 48%;
        margin-right: 13px;
    }

    ul.ec_item-list li:nth-of-type(2n) {
        margin-right: 0;
    }

    .welcart-sidebar {
        max-width: 247px;
        width: 100%;
        padding-left: 26px;
    }

    ul.policy-tokusyo-wrap li a {
        font-size: 12px;
    }

    .welcart-sidebar {
        margin: 0 0 0 auto;
    }

        .cart-page thead {
        display: none;
    }

        .cart-page #cart tbody td {
        width: 100%;
        display: block;
        text-align: left;
    }

    .cart-page #cart tbody td.num {
    background-color: var(--basic);
    color: var(--white);
    }


    .cart-page tbody .thumbnail img {
        height: auto;
    }

    .cart-page table {
        table-layout: fixed;
        width: 100%;
    }

    .cart-page th,
    .cart-page td {
        width: 100% !important;
        display: block;
    }

    .cart-page tfoot .num,
    .cart-page tfoot .thumbnail,
    .cart-page tfoot .stock,
    .cart-page tfoot .action {
        display: none;
    }

    div#cart {
        max-width: 72rem;
        margin: 0 auto;
    }

body #cart .upbutton {
        text-align: left;
    padding-right: 0;
            margin-left: 0;
}

#cart .upbutton input {
    display: block;
}

}

/* ==============================
    スマホ
============================== */

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

    .other_mv h1 {
        text-align: center;
        padding-top: 90px;
    }

    .cart-page .cart_navi ul li {
        width: 48%;
        margin-bottom: 2%;
    }


    .cart-page .send input {
        width: 100% !important;
    }

    .item_wrap {
        display: block;
    }

    .item_L {
        width: 100%;
        max-width: 100%;
    }

    .item_R {
        width: 100%;
    }

    ul.policy-tokusyo-wrap {
        padding-top: 24px;
    }

    dl.item-option {
        margin-bottom: 15px;
    }

    h2.wp-block-heading.has-text-align-center.under-title.product-title:before {
        font-size: 15px;
    }

    a.wp-block-button__link.wp-element-button.hurusato {
        padding-top: 17px;
    }

    .welcart-container.inner {
        display: block;
    }

    .welcart-sidebar {
        max-width: 100%;
        width: 100%;
        margin: 39px auto 0;
        padding: 0;
    }


    ul.welcart_sub_menu li {
        max-width: 49%;
    }

    ul.welcart_sub_menu {
        display: flex;
        justify-content: space-between;
        margin-bottom: 35px;
        max-width: 100%;
        margin: 0 auto 35px;
    }

    ul.category-list {
        max-width: 100%;
        margin: 0 auto;
        line-height: 1.5;
        font-size: 14px;
    }

    .ec_item-list_info {
        margin-top: 3px;
        margin-bottom: 15px;
    }

    ul.ec_item-list li:nth-of-type(3n) a {
        margin-right: 9px;
    }

    .ec_item-list_info h3 {
        font-size: 14px;
        line-height: 1;
    }

    .ec_item-list .ec_price {
        font-size: 16px;
    }

    a.wp-block-button__link.wp-element-button.hurusato {
        padding-top: 23px;
        height: 65px;
        margin-bottom: 18px;
        font-size: 16px;
        max-width: 300px;
    }

    .welcart {
        width: 100%;
        margin: 0 auto;
    }

    .main-slider img {
        width: 100%;
        height: auto;
    }

    .item_R h2 {
        margin-top: 0;
        font-size: 16px;
        margin-bottom: 1px;
    }

    #itempage .item_R .c-box {
        text-align: left;
        margin-top: 0;
    }

    .item-price {
        font-size: 19px;
        margin-bottom: 11px;
        text-align: right;
    }

    #itempage .item_R .c-box .cart-button input {
        border-radius: .4rem;
        border: none;
        color: #FFF;
        transition: all 0.2s ease 0s;
        background-color: var(--basic);
        width: 24rem;
        display: block;
        border: none;
        padding: 1.6rem;
        font-size: 18px;
        font-weight: bold;
        line-height: 1;
        margin-top: 20px;
    }

    input:checked+h2>.tab-label {
        color: #000 !important;
        transition: .3s;
        width: 50%;
        border-bottom: 2px solid;
        text-align: center;
        font-size: 14px;
    }

    .tab-label {
        padding: 0px 12px 9px;
        letter-spacing: 4px;
        font-size: 14px;
    }

    .item_wrap {
        padding-bottom: 61px;
    }

    div#primary {
        max-width: 500px;
        margin: 0 auto;
        width: 90%;
        padding: 27px 0 87px;
    }

    .cart-page table th,
    .cart-page table td,
    #newmember table th,
    #newmember table td {
        padding: 12px !important;
    }

    table.customer_form tr,
    tr#name_row {
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    body #customer-info tbody,
    body #delivery-info tbody,
    body #newmember tbody {
    display: flex !important;
    flex-direction: column;
    gap: 1.6rem;
    }

    body #customer-info th,
    body #delivery-info th,
    body #newmember table th {
        padding: 0 !important;
    margin: unset;
    width: auto;
    }

    body #customer-info td,
    body #delivery-info td,
    body #newmember td {
        padding: 0 !important;
    }

    div#newmember tbody {
        display: block;
    }

    #newmember table th {
        width: 100%;
        display: block;
    }

    .cart_navi {
        width: 100%;
        max-width: 500px;
        margin: 0 auto;
    }

    .send {
        max-width: 500px;
        margin: 0 auto;
    }

    .welcart,
    .cart-page,
    .member-page {
        max-width: 1200px;
        margin: 0 auto;
        width: 100%;
    }

    div#primary {
        padding-top: 77px;
    }

    #usces-cart div#primary {
        padding-bottom: 0;
    }


}

@media screen and (max-width: 710px) {
    body.archive .shop-wrap .under-v,
    body.single .shop-wrap .under-v {
    background-image: url(../img/low-fv-onlineshop-sp.png);
}

}