/*ハンバーガーメニューが開く時にmainが右にスライド*/
#main_contents {
    position: relative;
    top: 0;
    left: 0;
    transition: .5s ease;
    /* overflow-x: hidden; */
}

#main_contents.active {
    transform: translateX(20%);
}
@media (max-width: 599px) {
    #main_contents.active {
        transform: translateX(-20%);
    }
}

.qrsessed_headermenu_default_block {
    position: fixed;
    z-index: 6000;
    display: block;
    top: 39px;
    right: 115px;
    opacity: 0;
    transition: .5s ease;
}
.qrsessed_headermenu_default_block.active {
    opacity: 1;
}
.qrsessed_headermenu_default_block.no-animation {
    transition: none !important;
}

@media (max-width: 599px) {
    .qrsessed_headermenu_default_block {
        display: none;
    }
}

.qrsessed_headermenu_default {
    width: 100%;
}

.qrsessed_headermenu_default ul {
    display: flex;
    gap: calc((30 / 1280) * 100vw);
}

.qrsessed_headermenu_default ul li {
    color: #D08980;
    font-size: 14px;
}

.qrsessed_headerbtn_block {
    position: fixed;
    z-index: 9999;
    display: block;
    /* top: 59px; */
    top: 19px;
    right: 0;
    opacity: 0;
    transition: .5s ease;
}

.qrsessed_headerbtn_block.active {
    opacity: 1;
    /* top: 19px; */
}

.qrsessed_headerbtn_block.no-animation {
    transition: none !important;
}

.qrsessed_headerbtn {
    cursor: pointer;
    border-radius: 5px;
    height: 60px;
    width: 76px;
}

.qrsessed_headerbtn span {
    display: inline-block;
    transition: all .4s;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 2px;
    border-radius: 2px;
    background: #AA342E;
    width: 36px;
}
@media (max-width: 599px) {
    .qrsessed_headerbtn span {
        width: 24px;
    }
}

.qrsessed_headerbtn.active span {
    background: #000000;
}

.qrsessed_headerbtn span:nth-of-type(1) {
    top: 20px;
}

.qrsessed_headerbtn span:nth-of-type(2) {
    top: 30px;
}

.qrsessed_headerbtn span:nth-of-type(3) {
    top: 40px;
}

/*activeクラスが付与されると線が回転して×に*/

.qrsessed_headerbtn.active span:nth-of-type(1) {
    top: 50%;
    left: 25%;
    transform: translateY(-50%) rotate(-45deg);
    width: 36px;
}
@media (max-width: 599px) {
    .qrsessed_headerbtn.active span:nth-of-type(1) {
        left: 35%;
        width: 24px;
    }
}

.qrsessed_headerbtn.active span:nth-of-type(2) {
    opacity: 0;
    /*真ん中の線は透過*/
}

.qrsessed_headerbtn.active span:nth-of-type(3) {
    top: 50%;
    left: 25%;
    transform: translateY(-50%) rotate(45deg);
    width: 36px;
}
@media (max-width: 599px) {
    .qrsessed_headerbtn.active span:nth-of-type(3) {
        left: 35%;
        width: 24px;
    }
}




/*<!--humbergur menu-inner-->*/
.qrsessed_headermenu {
    background-color: #AA342E;
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100vh;
    z-index: 7000;
    transition: .5s ease;
}
@media (max-width: 599px) {
    .qrsessed_headermenu {
        left: initial;
        right: -100%;
        /* height: 100vh; */
        width: calc((320 / 376) * 100vw);

        
    }
}

.qrsessed_headermenu.active {
    left: 0;
}
@media (max-width: 599px) {
    .qrsessed_headermenu.active {
        left: initial;
        right: 0;
    }
}

.qrsessed_headermenu_cover {
    background-color: #921E1C;
    position: absolute;
    top: 0;
    left: 0;
    width: calc((922 / 1280) * 100vw);
    height: 100%;
    mix-blend-mode: multiply;
}
@media (max-width: 599px) {
    .qrsessed_headermenu_cover {
        display: none;
    }
}

.qrsessed_headermenu_left_cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 492px;
}
@media (max-width: 599px) {
    .qrsessed_headermenu_left_cover {
        display: none;
    }
}


.qrsessed_headermenu_left_logo {
    position: absolute;
    top: 21.28px;
    left: 14.57px;
    width: 182.54px;
}
@media (max-width: 599px) {
    .qrsessed_headermenu_left_logo {
        display: none;
    }
}

.qrsessed_headermenu_left_main_v {
    width: calc((922 / 1280) * 100vw);
    height: 100%;
}
@media (max-width: 599px) {
    .qrsessed_headermenu_left_main_v {
        display: none;
    }
}


.qrsessed_headermenu_right_contents {
    position: absolute;
    top: 134px;
    left: calc((978 / 1280) * 100vw);
}
@media (max-width: 599px) {
    .qrsessed_headermenu_right_contents {
        top: calc((98 / 376) * 100vw);
        left: calc((52 / 376) * 100vw);
    }
}

.qrsessed_headermenu_right_contents ul li {
    color: #000000;
    font-size: 28px;
    margin-bottom: 15px;
}
@media (max-width: 803px) {
    .qrsessed_headermenu_right_contents ul li {
        font-size: 24px;
    }
}
@media (max-width: 599px) {
    .qrsessed_headermenu_right_contents ul li {
        font-size: calc((28 / 376) * 100vw);
        margin-bottom: calc((15 / 376) * 100vw);
    }
}



.qrsessed_headermenu_sns_contents {
    position: absolute;
    bottom: 102px;
    left: calc((978 / 1280) * 100vw);
}
@media (max-width: 599px) {
    .qrsessed_headermenu_sns_contents {
        bottom: calc((52 / 376) * 100vw);
        left: calc((62 / 376) * 100vw);
    }
}

.qrsessed_headermenu_sns_insta {
    margin-bottom: 30px;
}
@media (max-width: 599px) {
    .qrsessed_headermenu_sns_insta {
        margin-bottom: calc((30 / 376) * 100vw);
    }
}

.qrsessed_headermenu_sns_insta_img,
.qrsessed_headermenu_sns_x_img {
    margin-bottom: 14px;
}
@media (max-width: 599px) {
    .qrsessed_headermenu_sns_insta_img,
    .qrsessed_headermenu_sns_x_img {
        margin-bottom: calc((14 / 376) * 100vw);
    }
}

.qrsessed_headermenu_sns_insta_img img {
    width: 22.37px;
}
@media (max-width: 599px) {
    .qrsessed_headermenu_sns_insta_img img {
        width: calc((22.37 / 376) * 100vw);
    }
}

.qrsessed_headermenu_sns_insta_link,
.qrsessed_headermenu_sns_x_link {
    display: flex;
    gap: 35px;
}

.qrsessed_headermenu_sns_insta_link a,
.qrsessed_headermenu_sns_x_link a {
    color: #000000;
    border-bottom: 1px solid #000000;
    /* 線の太さ 線の種類 線の色 */
    padding-bottom: 6px;
    /* テキストと下線との距離 */
    font-size: 12px;
}

@media (max-width: 810px) {
    .qrsessed_headermenu_sns_insta_link,
    .qrsessed_headermenu_sns_x_link {
        display: block;
        gap: 0;
    }
    .qrsessed_headermenu_sns_insta_link a,
    .qrsessed_headermenu_sns_x_link a {
        margin-bottom: 16px;
    }
}
@media (max-width: 599px) {
    .qrsessed_headermenu_sns_insta_link,
    .qrsessed_headermenu_sns_x_link {
        display: flex;
        gap: calc((28 / 376) * 100vw);
    }

    .qrsessed_headermenu_sns_insta_link a,
    .qrsessed_headermenu_sns_x_link a {
        margin-bottom: 0;
    }
}


.qrsessed_headermenu_sns_x_img img {
    width: 20px;
}
@media (max-width: 599px) {
    .qrsessed_headermenu_sns_x_img img {
        width: calc((20 / 376) * 100vw);
    }
}



.store_fixed_block {
    position: fixed;
    width: 100%;
    height: 50px;
    left: 0;
    bottom: 0;
    z-index: 3000;
    opacity: 0;
    /* 初期状態で非表示 */
    transition: opacity 0.5s ease;
    /* フェードイン・アウトのアニメーション */
    pointer-events: none;
}
@media (max-width: 599px) {
    .store_fixed_block {
        height: calc((50 / 376) * 100vw);
    }
}

.store_fixed_block.active {
    opacity: 1;
    /* 表示時 */
    pointer-events: auto;
}

.store_fixed_contents {
    width: 100%;
    height: 100%;
    border-top: 1px solid #AA342E;
    position: relative;
}

.store_fixed {
    position: absolute;
    right: 30px;
    bottom: 12px;
}
@media (max-width: 599px) {
    .store_fixed {
        right: calc((30 / 376) * 100vw);
        bottom: calc((12 / 376) * 100vw);
    }
}

.store_fixed p {
    font-size: 18px;
    color: #AA342E;
}