@charset "utf-8";
/* CSS Document */

/* 基本スタイル */
body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.content {
    position: relative; /* z-index を適用するために必要 */
    z-index: 1; /* ドロワーメニューより低い値を指定 */
}

.bottomArea .footFix_toTop{
        width: 12%;
        background-color: rgba(119, 119, 119, 0.8);
        display: block;
        border-radius: 5px;
        padding: 5px;
        text-align: center;
        color: #fff;
        font-size: 52px;
        font-weight: bold;
        line-height: 1;
        border-bottom: 3px solid #6e6e6e;
    }
    
/* 固定フッター */
.fixed-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #333;
    color: #fff;
    text-align: center;
    padding: 10px 0;
    z-index: 10;
}



/* 共通部分 */
.menu-overlay {
    opacity: 0;
    pointer-events: none; /* 初期状態でクリック不可 */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 10000;
    transition: opacity 0.3s ease-in-out;
}

.menu-overlay.open {
    opacity: 1;
    pointer-events: auto; /* クリック可能にする */
}

#menuOverlay .itemMainArea_btn_cart_txt {
margin: 3% auto;
}
#menuOverlay .itemMainArea_btn_cart_txt p {
color: #555;
line-height: 1.3;
margin-bottom: 1%;
}
#menuOverlay .checkedNone {
display: none;
}

button#closeMenu {
    background: none;
    border: none;
    font-size: 30px; /* バツマークのサイズ */
    color: black;
    position: absolute;
    top: 10px; /* メニューの上部に配置 */
    right: 10px; /* メニューの右側に配置 */
    cursor: pointer;
    transition: color 0.3s;
    color: #797979;
}
input.btn_cart {
 width: 70%;
    padding: 20px 0 20px 60px;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    background: #d41717;
    border: none;
    border-bottom: 3px solid #a81616;
    border-radius: 5px;
    display: block;
    line-height: 1;
    letter-spacing: 0.1rem;
    margin: 0 auto;
}
.btn_cart_wrap {
    position: relative;
}
.btn_cart_wrap::before {
   position: absolute;
    content: "";
    background: url(https://cdn.shopserve.jp/memoriarubutsudan.com/cdnassets/lp_campaign/cart_icon.png) no-repeat;
    background-size: contain;
    display: block;
    left: 21%;
    width: 30%;
    height: 50%;
    top: 15px;
}

.hide-footer,.include_footer_fixed_contentWrap.hide-footer {
    display: none;
}
.include_footer_fixed_contentWrap{
display: none;
}
#menuOverlay fieldset {
border: none;
padding: 0;
margin: 0 auto 1%;
}
/* PC表示用 */
/* モーダル（PC用） */
@media (min-width: 768px) {
.menu-content {
    background-color: white;
    padding: 20px;
    border-radius: 10px;
    max-width: 800px;
    width: 800px;
    margin: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: transform 0.3s ease-in-out;
}
a.footFix_toTop {
    width: 3.375rem;
    height: 3.375rem;
    background-size: 3.375rem 3.375rem;
    position: fixed;
    right: 2em;
    margin-bottom: 0;
    z-index: 200;
    transition: opacity 0.5s 0.1s;
    background-color: rgba(119, 119, 119, 0.8);
    display: block;
    border-radius: 5px;
    text-align: center;
    color: #fff;    font-weight: bold;
    line-height: 1;
    border-bottom: 3px solid #6e6e6e;
    bottom: calc(103px + 2rem);
}
a.footFix_toTop{
font-size: 50px;
color: #fff !important;
}
.cartButton {
        position: relative;
        width: 86%;
        padding: 3.5% 0 3.5% 12%;
        text-align: center;
        font-size: 40px;
        font-weight: bold;
        color: #fff;
        background: #d41717;
        border: none;
        border-bottom: 3px solid #a81616;
        border-radius: 5px;
        display: block;
        line-height: 1;
        letter-spacing: 0.1rem;
        margin: 0 auto;
}
.cartButton::before {
        position: absolute;
        content: "";
        background: url(https://cdn.shopserve.jp/memoriarubutsudan.com/cdnassets/lp_campaign/cart_icon.png) no-repeat;
        background-size: contain;
        display: block;
        left: 8%;
        width: 30%;
        height: 50%;

    }

.cartButton:hover {
    background-color: #a81616;
}

#menuOverlay fieldset .cart_selectbox_box {
color: #333;
font-size: 30px;
display: flex;
flex-wrap: nowrap;
align-items: center;
justify-content: flex-start;
margin-bottom: 3%;
}
#menuOverlay fieldset .cart_selectbox_box .cart_selectbox_left {
width: 42%;
padding-left: 3%;
font-size: 19px;
padding: 0 0 0 11px;
border-left: #077870 5px solid;
    line-height: 1;
    font-weight: bold;
}
#menuOverlay fieldset .cart_selectbox_box .cart_selectbox_left span.small {
    font-size: 13.5px;
    font-weight: normal;
    margin-left: 5px;
}
#menuOverlay fieldset .cart_selectbox_box .cart_selectbox_right select {
width: 440px;
}
#menuOverlay fieldset .cart_selectbox_box .cart_selectbox_right select.cart_selectbox_parts {
padding: 2% 4% 2% 2%;
font-size: 22px;
border: 1px solid #aaa;
border-radius: 5px;
background: #fff;
background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e6e6e6));
    background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
}
}



/* SP表示用　 */
@media (max-width: 768px) {
    .menu-content {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        background-color: white;
        border-radius: 10px 10px 0 0;
        transform: translateY(100%); /* 初期状態で画面外 */
        opacity: 0; /* 初期状態で透明 */
        transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out; /* フェードインとスライドインを組み合わせ */
    }

    .menu-overlay.open .menu-content {
        transform: translateY(0); /* 画面内に移動 */
        opacity: 1; /* 表示 */
    }
    
    .cartButton {
        position: relative;
        width: 95%;
        padding: 4% 0 2.5% 12%;
        text-align: center;
        font-size: 6.8vw;
        font-weight: bold;
        color: #fff;
        background: #d41717;
        border: none;
        border-bottom: 3px solid #a81616;
        border-radius: 5px;
        display: block;
       line-height: 1.5;
        margin: 0 auto;
    }
     .cartButton::before {
        position: absolute;
        content: "";
        background: url(https://cdn.shopserve.jp/memoriarubutsudan.com/cdnassets/lp_campaign/cart_icon.png) no-repeat;
        background-size: contain;
        display: block;
        width: 30%;
        height: 50%;

    }
.bottomArea .cartButton::before {
        left: 8%;
        width: 30%;
        height: 50%;

    }
.bottomArea .cartButton{
        width: 38%;
        line-height: 0.72;
        margin: unset;
        padding: 4% 1% 2.5% 12%;
    }
    
.small {
        font-size: 4.2vw;
    }

a.footFix_toTop {
position: fixed;
        z-index: 9999;
        right: 2%;
        bottom: 23vw;
        width: 17%;
        background-color: rgba(119, 119, 119, 0.8);
        display: block;
        border-radius: 5px;
        padding: 4% 0%;
        text-align: center;
       color: #fff !important;
        font-size: 7vw;
        font-weight: bold;
        line-height: 1;
}

}


