/******************
TOP
******************/


html {
    scroll-snap-type: y proximity;
    scroll-padding-top: 140px;
    scroll-behavior: smooth;
}


.line_bg {
    background: url(../img/line_bg.png) repeat-x center center;
    background-size: auto 100%;
    height: 5vh;
    position: relative;
    z-index: 1;
    text-align: center;
    display: flex;
    flex-flow: wrap;
    align-items: center;
    justify-content: center;
}


.line_bg span {
    color: #fff;
}

#main_block .wrap {
    background: url(../img/main_bg.jpg) no-repeat center bottom;
    background-size: cover;
    position: relative;
}

#main_block .wrap.page {
    background: url(../img/page_main.bg.jpg) no-repeat center bottom;
    background-size: cover;
    position: relative;
}

#main_block .wrap .img01 {
    text-align: center;
    margin: 0 auto;
    max-width: 1250px;
    position: relative;
    z-index: 2;
    top: -2vh;
}

#main_block .wrap .img02 {
    text-align: center;
    margin: 0 auto;
    max-width: 780px;
    position: relative;
    z-index: 3;
    top: -15vh;
}

#main_block .wrap .img03 {
    max-width: 28vw;
    position: absolute;
    z-index: 4;
    bottom: -15vh;
    left: 0;
    transform: translateY(-50%);
    animation: slideLoop 8s ease-in-out infinite;
    z-index: 2;
    transform-origin: left bottom;
    /* 左下を支点に揺れる */
}





/* アニメーション定義 */
@keyframes slideLoop {
    0% {
        transform: translateX(0) translateY(-50%) rotate(0deg);
    }

    /* 初期表示 */
    37.5% {
        transform: translateX(0) translateY(-50%) rotate(0deg);
    }

    /* 3秒ステイ */
    62.5% {
        transform: translateX(-50%) translateY(-50%) rotate(0deg);
    }

    /* 半分左にスライドアウト */
    67.5% {
        transform: translateX(0) translateY(-50%) rotate(0deg);
    }

    /* 右に戻る */

    /* 小刻みに振れる（手を振るイメージ） */
    69% {
        transform: translateX(0) translateY(-50%) rotate(-2deg);
    }

    70% {
        transform: translateX(0) translateY(-50%) rotate(2deg);
    }

    71% {
        transform: translateX(0) translateY(-50%) rotate(-3deg);
    }

    72% {
        transform: translateX(0) translateY(-50%) rotate(3deg);
    }

    73% {
        transform: translateX(0) translateY(-50%) rotate(-2deg);
    }

    74% {
        transform: translateX(0) translateY(-50%) rotate(2deg);
    }

    75% {
        transform: translateX(0) translateY(-50%) rotate(0deg);
    }

    /* 揺れ終了 */

    100% {
        transform: translateX(0) translateY(-50%) rotate(0deg);
    }

    /* ①に戻る */
}


#block01 {
    margin-bottom: 50px;
}

#block01 .wrap {
    padding: 30px 0;
    background: #0D277C;
}

#block01 .wrap section {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    align-items: center;
}

#block01 .wrap section .label {
    color: #032980;
    font-weight: bold;
    background: #fff;
    text-align: center;
    width: 170px;
    border-radius: 20px;
    font-size: 26px;
    height: 10vh;
    display: flex;
    flex-flow: wrap;
    align-items: center;
    justify-content: center;
}

#block01 .wrap section .img01 {
    width: calc(100% - 240px);
}




#block02 {
    background: url(../img/block02_bg.jpg) no-repeat center top;
    background-size: cover;
    padding: 55px 0;
}

#block02 .pay_wrap {}

#block02 .pay_wrap .pay_title {
    background: #0057B5;
    text-align: center;
    color: #fff;
    font-weight: bold;
    padding: 10px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

#block02 .pay_wrap .pay_title h1 {
    font-size: 30px;
}

#block02 .pay_wrap .pay_title h2 {
    font-size: 50px;
}

#block02 .pay_wrap .pay_body {
    border-left: 4px solid #0057B5;
    border-right: 4px solid #0057B5;
    border-bottom: 4px solid #0057B5;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    background: #FDFDD8;
    padding: 4vh;
}

#block02 .pay_wrap .pay_body .box_wrap {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    margin-bottom: 50px;
}

#block02 .pay_wrap .pay_body .box {
    width: 31%;
    background: #fff;
    padding: 30px 30px 0 30px;
}

#block02 .pay_wrap .pay_body .box.box4 {
    width: 100%;
    padding: 30px;
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
}

#block02 .pay_wrap .pay_body .box .title {
    margin-bottom: 20px
}

#block02 .pay_wrap .pay_body .box .title img {
    height: 40px;
    width: auto;
}

#block02 .pay_wrap .pay_body .box.box1 .img01 {
    text-align: center;
    margin-bottom: 10px;
}

#block02 .pay_wrap .pay_body .box.box1 .img01 img {
    max-width: 100px;
}

#block02 .pay_wrap .pay_body .box.box1 .text02 {
    color: #888888;
    text-align: center;
    margin-bottom: 10px;
}

#block02 .pay_wrap .pay_body .box.box1 .wrap {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    margin-bottom: 30px;
}

#block02 .pay_wrap .pay_body .box.box1 .wrap .left {
    width: 40%;
}

#block02 .pay_wrap .pay_body .box.box1 .wrap .right {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#block02 .pay_wrap .pay_body .box.box1 .wrap .right a {
    margin-bottom: 10px;
}

#block02 .pay_wrap .pay_body .box.box1 .wrap .right a:last-child {
    margin-bottom: 0;
}

#block02 .pay_wrap .pay_body .box.box2,
#block02 .pay_wrap .pay_body .box.box3 {
    position: relative;
}

#block02 .pay_wrap .pay_body .box.box2 .img,
#block02 .pay_wrap .pay_body .box.box3 .img {
    position: absolute;
    bottom: 0;
}

#block02 .pay_wrap .pay_body .box.box2 .img img,
#block02 .pay_wrap .pay_body .box.box3 .img img {
    max-width: calc(100% - 30px);
}


#block02 .pay_wrap .pay_body .box.box4 .ptext {
    margin: 0;
    width: 48%;
}

#block02 .pay_wrap .pay_body .box.box4 .btn {
    margin: 15px 0 0 0;
    width: 48%;
}


.btn a {
    background: #fff;
    color: #222222;
    border: 2px solid #1E4268;
    border-radius: 20px;
    text-align: center;
    padding: 20px;
    display: block;
    font-size: 20px;
    box-shadow: 0px 0px 6px 2px #eee;
    -moz-box-shadow: 0px 0px 6px 2px #eee;
    -webkit-box-shadow: 0px 0px 6px 2px #eee;
    -webkit-transition-property: background;
    -webkit-transition-duration: 0.2s;
    -webkit-transition-timing-function: linear;

}

.btn a:hover {
    background: #FDFDD8;
}






#scrollmenu {
    background: #fff;
    padding: 40px 0;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 5;
}

#scrollmenu section ul {
    display: flex;
    flex-flow: wrap;
    margin: 0;
    padding: 0;
    justify-content: space-between;
}

#scrollmenu section ul li {
    margin: 0;
    padding: 0;
    text-align: center;
    width: calc(100% /7);
}

#scrollmenu section ul li a {
    color: #0057B5;
    font-weight: bold;
}

#scrollmenu section ul li .img img {
    max-height: 100px;
}

#scrollmenu-sticky-wrapper.sticky-wrapper.is-sticky #scrollmenu {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    transition: all 0.3s;
    padding: 20px 0;
}

#scrollmenu-sticky-wrapper.sticky-wrapper.is-sticky #scrollmenu section ul li .img img {
    max-height: 50px;
    transition: all 0.3s;
}




.title_wide {
    margin-bottom: 60px;
}



#block3 {
    margin-bottom: 60px;
}

#block3 section {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
}

#block3 .text {
    width: 55%;
}

#block3 .img {
    width: 40%;
}

#block3 .text dl {}

#block3 .text dl dt {
    margin-bottom: 15px;
}

#block3 .text dl dt span {
    background: #D5E9FF;
    color: #0057B5;
    font-size: 20px;
    padding: 10px;
    min-width: 220px;
    border-radius: 20px;
    display: inline-block;
    text-align: center;
}

#block3 .text dl dd {
    margin-bottom: 25px;
    padding-left: 30px;
}




#block4 {
    margin-bottom: 60px;
}

#block4 .box_wrap {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    gap: 2%;
}

#block4 .box_wrap .box {
    background: #D5E9FF;
    padding: 20px;
    width: 19%;
}

#block4 .box_wrap .yaji {
    width: 3%;
    display: flex;
    flex-flow: wrap;
    align-items: center;
}


#block4 .box_wrap .box .label {
    text-align: centger;
    font-weight: bold;
    color: #0057B5;
    margin-bottom: 10px;
    font-size: 22px;
    text-align: center;
}

#block4 .box_wrap .box .img {
    border-radius: 20px;
    background: #fff;
    padding: 15px;
    margin-bottom: 20px;
    text-align: center;
    box-shadow: 0px 2px 6px 0px #aaa;
    -moz-box-shadow: 0px 2px 6px 0px #aaa;
    -webkit-box-shadow: 0px 2px 6px 0px #aaa;
}

#block4 .box_wrap .box .img img {
    max-height: 115px;
}

#block4 .box_wrap .box .text {
    text-align: center;
    font-size: 14px;
}






#block5 {
    margin-bottom: 60px;
    background: #D5E9FF;
    padding: 60px 0;
}

#block5 .title {
    display: flex;
    flex-flow: wrap;
    align-items: center;
    margin-bottom: 30px;
}

#block5 .title .img {
    max-width: 200px;
    margin-right: 20px;
}

#block5 .title .img span {}

#block5 .title .label {
    color: #0057B5;
    font-weight: bold;
    font-size: 25px;
}

#block5 .img_wrap {
    background: #fff;
    border-radius: 20px;
    padding: 25px;
}


#block6 {
    margin-bottom: 80px;
}

#block6 .title_wrap {
    position: relative;
}

#block6 .title_wrap .title {
    font-size: 165%;
    z-index: 2;
    position: absolute;
    left: 39%;
    top: 23%;
}

#block6 .title_wrap .bg {
    z-index: 1;
    position: relative;
}




#block7 {
    margin-bottom: 80px;
}


#block7 .shop_wrap {
    display: flex;
    flex-flow: wrap;
    gap: 9%;
}

#block7 .shop_wrap .box {

    width: 27%;
    margin-bottom: 40px;
}

#block7 .shop_wrap .box:nth-child(3n) {
    margin-right: 0%;
}

#block7 .shop_wrap .box .title {
    margin-bottom: 20px;
}

#block7 .shop_wrap .box .title h3 {
    background: #D5E9FF;
    width: 100%;
    color: #1E4268;
    font-size: 20px;
    border-radius: 10px;
    padding: 15px 25px;
    min-height: 82px;
    display: flex;
    flex-flow: wrap;
    align-items: center;
    font-weight: bold;
}

#block7 .shop_wrap .box .title h3 span {}

#block7 .shop_wrap .box .info_wrap {
    padding-left: 0%;
    position: relative;
}


#block7 .shop_wrap .box .info_wrap .yotei_box {
    position: absolute;
    z-index: 2;
    background: rgba(255, 255, 255, 0.85);
    display: flex;
    width: 100%;
    height: 100%;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    pointer-events: none;
}

#block7 .shop_wrap .box .info_wrap .yotei_box .text {
    font-size: 130%;
    font-weight: bold;
    color: #0057B5;
}



#block7 .shop_wrap .box .info_wrap .info_box {
    position: relative;
    z-index: 1;
}



#block7 .shop_wrap .box .info_wrap .address {
    margin-bottom: 20px;
}

#block7 .shop_wrap .box .info_wrap .img {
    margin-bottom: 20px;
}

#block7 .shop_wrap .box .info_wrap .img a {
    display: block;
    position: relative;
}

#block7 .shop_wrap .box .info_wrap .img a .images {
    position: relative;
    z-index: 2;
}

#block7 .shop_wrap .box .info_wrap .img a .url {
    position: absolute;
    z-index: 3;
    color: #fff;
    font-weight: bold;
    background: #1E4268;
    bottom: 0;
    right: 0;
    padding: 10px 12px 10px 15px;
    border-top-left-radius: 15px;
    border-top: 4px solid #fff;
    border-left: 4px solid #fff;
}




#block7 .shop_wrap .box .info_wrap .telmap {
    margin-bottom: 20px;
    display: flex;
    flex-flow: wrap;
}

#block7 .shop_wrap .box .info_wrap .telmap .telnum {
    width: calc(100% - 100px);
}

#block7 .shop_wrap .box .info_wrap .telmap .map {
    width: 90px;
}

#block7 .shop_wrap .box .info_wrap .telmap .map a {
    background: #1E4268;
    color: #fff;
    font-weight: bold;
    border-radius: 100px;
    display: block;
    text-align: center;
}

#block7 .shop_wrap .box .info_wrap .telmap .map a span.icon {
    background: url(../img/block06_icon.png) no-repeat left center;
    background-size: 13px auto;
    display: inline-block;
    padding: 2px 0 2px 17px;
}

#block7 .shop_wrap .box .info_wrap .info {}


/* #block7 .shop-list-btn{
max-width:500px;
margin:0 auto 100px auto;
} */

.shop-list-btn {
    text-align: center;
    margin: 0 auto 100px auto;

}

.shop-list-btn a {
    display: inline-block;
    padding: 10px 40px 10px 60px;
    background: url(../img/block03_title03.png) no-repeat 20px center;
    background-size: 20px 20px;
    color: #0D277C;
    text-decoration: none;
    border-radius: 6px;
    background-color: #D5E9FF;
    margin: 0 auto;
}

.shop-list-btn a:hover {
    background: #FDFDD8 url(../img/block03_title03.png) no-repeat 20px center;
    background-size: 20px 20px;
}



#block7 .btn_wrap {
    width: 90%;
    margin: 0 auto 70px auto;
}

#block7 .btn_wrap dl {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    align-items: center;
}

#block7 .btn_wrap dl dd {
    width: 48%;
    text-align: center;
}

#block7 .btn_wrap dl dd img {
    max-width: 300px;
}


#block7 h3.howto {
    background: #0D277C;
    border-radius: 20px;
    color: #fff;
    text-align: center;
    padding: 20px;
    margin-bottom: 40px;
    font-weight: bold;
    font-size: 26px;
}

#block7 .app-img_wrap {
    background: #F4FBFF;
    padding: 30px;
    text-align: center;
    margin-bottom: 30px;
}

#block7 .app-img_wrap img {
    max-width: 780px;
}


#block7 .commoney {
    margin-bottom: 70px;
}

.btn.commoney a {
    border: none;
    color: #fff;
    font-weight: bold;
    background: #EA545E;
    width: 70%;
    padding: 35px;
    margin: 0 auto 0 auto;
    -webkit-transition-property: opacity;
    -webkit-transition-duration: 0.2s;
    -webkit-transition-timing-function: linear;
}



#block7 h3.atte {
    display: flex;
    flex-flow: wrap;
    margin-bottom: 35px;
    align-items: center;
}

#block7 h3.atte span.icon {
    margin-right: 20px;
}

#block7 h3.atte span.icon img {
    width: 70px;
}

#block7 h3.atte span.label {
    font-size: 26px;
    font-weight: bold;
}


#block8 {}

#block8 .faq_wrap {
    background: #D5E9FF;
    border-radius: 20px;
    padding: 60px;
    margin-bottom: 100px;
}

#block8 .faq_wrap p {
    margin: 0;
    color: #1E4268;
}

#block8 .faq_wrap dl {
    margin: 0 0 30px 0;
}

#block8 .faq_wrap dl dt {
    margin: 0 0 15px 0;
    padding: 0;
    color: #1E4268;
}

#block8 .faq_wrap dl dt:before {
    content: 'Q.';
    margin-right: 10px;
}

#block8 .faq_wrap dl dd {
    margin: 0;
    padding: 30px;
    margin-bottom: 20px;
    background: #fff;
    font-size: 14px;
    color: #1E4268;
}

#block8 .faq_wrap dl dd .bg {
    text-indent: -26px;
    margin-left: 25px;
}

#block8 .faq_wrap dl dd .bg:before {
    content: 'A.';
    margin-right: 10px;
}





#block8 #contact {
    display: flex;
    flex-flow: wrap;
    margin-bottom: 70px;
}

#contact .img {
    width: 48%;
    text-align: center;
}

#contact .img img {
    max-width: 330px;
}

#contact .text {
    width: 48%;
}

#contact .text .kazari {
    margin-bottom: 50px;
}

#contact .text .p1 {
    padding-left: 16%;
    color: #1E4268;
    font-size: 26px;
    font-weight: bold;
}

#contact .text .p2 {
    margin-bottom: 0px;
    padding-left: 16%;
}





#footer_block01 {}


#footer_block01 .wrap {
    background: #D5E9FF;
    padding: 50px;

}

#footer_block01 .wrap section {
    display: flex;
    flex-flow: wrap;
    align-items: center;
    padding: 0 5%;
}

#footer_block01 .wrap .text {
    width: 48%;
}

#footer_block01 .wrap .text p.p1 {
    font-size: 24px;
    margin-bottom: 10px;
}

#footer_block01 .wrap .btn {
    width: 48%;
}

#footer_block01 .wrap .btn img {
    max-height: 50px;
}


#footer_block02 {
    text-align: center;
    padding: 50px 0;
}

#footer_block02 .title {
    margin-bottom: 10px;
}

#footer_block02 ul {
    display: flex;
    flex-flow: wrap;
    justify-content: center;
    margin-bottom: 10px;
}

#footer_block02 ul li:after {
    content: '/';
    color: #8DBEF4;
    margin: 0 10px;
}

#footer_block02 ul li:last-child:after {
    content: none;
}

#footer_block02 ul li a {
    text-decoration: undeline;
    color: #8DBEF4;
}

#footer_block02 p.p2,
#footer_block02 p.p3 {
    font-size: 85%;
    margin-bottom: 20px;
}


.shop_wrap .box.hidden {
    display: none !important;
}

.category-box {
    display: flex;
    align-items: flex-start;
    border: 2px solid #0057B5;
    padding: 20px;
    border-radius: 15px;
    gap: 20px;
    background-color: #D5E9FF;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 50px;
}

.category-left {
    flex-shrink: 0;
    position: relative;
    width: 150px;
    height: 150px;
}

.category-left .category-character {
    position: absolute;
    top: 74%;
    left: 60%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    height: auto;
}


/* .category-character {
            width: 180px;
            height: auto;
        } */

.category-right {
    flex-grow: 1;
}


.category-title {
    margin: 0 0 30px 0;
    padding-left: 20px;
    font-size: 1.3rem;
    font-weight: bold;
    color: #0057B5;
    font-family: 'ヒラギノ丸ゴ Pro', 'Comic Sans MS', sans-serif;
    text-align: center;
}


.category-buttons {
    display: flex;
    /* justify-content: center; */
    /* margin-bottom: 20px; */
    flex-wrap: wrap;
    justify-content: start;
    gap: 15px 4%;
}

.category-item {
    text-align: center;
    /* width: 22%; */
    flex: 1 1 calc(25% - 10px);
    min-width: 120px;
}

.category-item button {
    min-height: 60px;
}

.category-item .count {
    margin-top: -15px;
    color: #555;
}


.category-buttons button {
    padding: 10px;
    /*margin-bottom: 20px;*/
    width: 100%;
    font-size: 15px;
    cursor: pointer;
    border: 1px solid #fff;
    background-color: #fff;
    border-radius: 5px;
    transition: background-color 0.3s, color 0.3s;
    min-height: 64px;
}

.category-buttons button.mixitup-control-active {
    background: #0057B5;
    color: white;
    border-color: #1E4268;
}


.category-buttons button.mixitup-control-active {
    background: #0057B5;
    color: white;
    border-color: #1E4268;
}

#block7 .shop_wrap {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 40px !important;
    justify-content: flex-start !important;
}

#block7 .shop_wrap .box {
    width: calc((100% - 80px) / 3) !important;
    flex-shrink: 0 !important;
    margin-right: 0 !important;
}


#block7 .shop_wrap .box:nth-child(3n) {
    margin-right: 0 !important;
}


#block7 .shop_wrap .box .info_wrap {
    width: 90%;
    margin: 0 auto;
}




.newsrelease_wrap {
    width: 90%;
    margin: 0 auto 70px auto;
}

.newsrelease_wrap.top {
    width: 100%;
}

.newsrelease_wrap dl {
    display: flex;
    flex-flow: wrap;
    gap: 3%;
    border-bottom: 1px dotted #ccc;
    padding: 0 0 10px 0;
    margin-bottom: 10px;
}

.newsrelease_wrap dl dt {
    width: 15%;
}

.newsrelease_wrap dl dd {
    width: 82%;
}

.newsrelease_wrap dl dd a {
    text-decoration: underline;
}

.newsrelease_detail_title {
    border-bottom: 1px dotted #ccc;
    padding: 0 0 10px 0;
    width: 90%;
    margin: 0 auto 10px auto;
}

.newsrelease_detail_title h3 {
    font-weight: bold;
    font-size: 180%;
}

.newsrelease_detail_date {
    text-align: right;
    font-size: 110%;
    width: 90%;
    margin: 0 auto 50px auto;
}

.newsrelease_detail_body {
    width: 70%;
    margin: 0 auto 70px auto;
}



















/**********************************************************************/

/* for TB & SP CSS   */

/**********************************************************************/








/******************/
/* TB    */
/******************/

@media only screen and (min-width: 781px) and (max-width: 1019px) {}









/******************
SP
******************/
@media only screen and (max-width: 780px) {




    #main_block {
        margin-top: 80px;
    }



    #main_block .wrap {
        background: url(../img/main_bg_sp.jpg) no-repeat center bottom;
        background-size: cover;
        padding-bottom: 10vh;
    }

    #main_block.page .wrap {
        padding-bottom: 0;
        margin-bottom: -3vh;
    }

    #main_block .wrap .img01 img {
        width: 70%;
        margin: 0 auto;
    }

    #main_block.page .wrap .img01 img {
        width: 100%;
        margin: 0 auto;
    }








    #main_block .wrap .img03 {
        max-width: 58vw;
        bottom: -13vh;
    }

    #block01 .wrap section {
        flex-flow: column;
    }

    #block01 .wrap section .label {
        width: 60%;
        font-size: 26px;
        height: 6vh;
        margin-bottom: 20px;
    }

    #block01 .wrap section .img01 {
        width: 60%;
    }

    #block02 .pay_wrap .pay_title h1 {
        font-size: 16px;
    }

    #block02 .pay_wrap .pay_title h2 {
        font-size: 30px;
    }


    #block02 .pay_wrap .pay_body .box_wrap {
        flex-flow: column;
        margin-bottom: 0px;
    }

    #block02 .pay_wrap .pay_body .box {
        width: 100%;
        margin-bottom: 20px;
    }

    #block02 .pay_wrap .pay_body .box.box1 .wrap .left {}

    #block02 .pay_wrap .pay_body .box.box2 .img,
    #block02 .pay_wrap .pay_body .box.box3 .img {
        position: static;
    }

    #block02 .pay_wrap .pay_body .box.box2 .img img,
    #block02 .pay_wrap .pay_body .box.box3 .img img {
        max-width: 100%;
    }

    #block02 .pay_wrap .pay_body .box.box4 {
        flex-flow: column;
    }

    #block02 .pay_wrap .pay_body .box.box4 .ptext {
        width: 100%;
    }

    #block02 .pay_wrap .pay_body .box.box4 .btn {
        width: 100%;
    }


    #block3 section {
        flex-flow: column;
    }

    #block3 .text {
        width: 100%;
    }

    #block3 .img {
        width: 90%;
        margin: 0 auto;
    }






    #scrollmenu {
        margin: 0;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        font-size: 60%;
        padding: 15px 0;
        opacity: 1;
    }

    #scrollmenu.sticky-active {
        opacity: 1;
    }

    #scrollmenu section {
        width: 100%;
    }

    #scrollmenu section ul li .img img {
        max-height: 35px;
    }

    #scrollmenu-sticky-wrapper.sticky-wrapper.is-sticky #scrollmenu section ul li .img img {
        max-height: 35px;
    }

    #scrollmenu-sticky-wrapper.sticky-wrapper.is-sticky #scrollmenu {
        padding: 15px 0;
    }




    #block4 .box_wrap {
        flex-flow: column;
        gap: 2%;
    }

    #block4 .box_wrap .box {
        width: 100%;
    }

    #block4 .box_wrap .yaji {
        width: 100%;
        padding: 15px;
        display: block;
    }

    #block4 .box_wrap .yaji img {
        width: 10%;
        margin: 0 auto;
    }

    #block4 .box_wrap .box {
        display: flex;
        flex-flow: wrap;
        justify-content: space-between;
        padding: 20px 10%;
    }

    #block4 .box_wrap .box .img {
        order: 2;
        width: 45%;
    }

    #block4 .box_wrap .box .text {
        order: 1;
        width: 45%;
        text-align: left;

    }

    #block4 .box_wrap .box .label {
        text-align: left;
    }

    #block5 .title {
        flex-flow: column;
        align-items: start;
    }


    #block6 .title_wrap .title {
        font-size: 140%;
        left: 30%;
    }


    .title_wide {
        width: 94%;
        margin: 0 auto 60px auto;
    }

    #block7 .shop_wrap {
        flex-flow: column;
        width: 90%;
        margin: 0 auto;
    }

    #block7 .shop_wrap .box {
        margin-right: 0;
        width: 100%;
        margin-bottom: 40px;
    }

    #block7 .shop_wrap .box .title h3 {
        min-height: unset;
    }


    #block7 .btn_wrap dl {
        flex-flow: column;
        width: 94%;
        margin: 0 auto;
    }

    #block7 .btn_wrap dl dd {
        width: 100%;
        margin-bottom: 30px;
    }

    #block7 .app-img_wrap img {
        max-width: 100%;
    }


    .shop-list-btn a {
        padding: 20px 40px 20px 60px;
    }


    .btn.commoney a {
        width: 100%;
        padding: 35px 25px;
    }

    #block8 .faq_wrap {
        padding: 40px 30px;
    }

    #block8 .faq_wrap dl dd {
        padding: 15px;
    }


    #block8 #contact {
        flex-flow: column;
    }

    #contact .img {
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }

    #contact .img img {
        max-width: 200px;
    }

    #contact .text {
        width: 100%;
    }

    #contact .text .p1 {
        padding-left: 0;
        text-align: center;
    }

    #contact .text .p2 {
        padding-left: 0;
        text-align: center;
    }


    .btn a {
        display: block;
        font-size: 17px;
    }

    #footer_block01 .wrap section {
        flex-flow: column;
    }

    #footer_block01 .wrap .text {
        width: 100%;
    }

    #footer_block01 .wrap .btn {
        width: 100%;
    }

    #footer_block01 .wrap {
        padding: 50px 0%;
    }

    .line_bg {
        font-size: 11px;
    }



    #block7 .shop_wrap .box {
        width: 100% !important;

    }

    .category-box {
        flex-direction: column;
    }

    .category-character {
        width: 120px;
        height: auto;
    }

    .category-left {
        margin: 0 auto;
        display: none;
    }

    .category-buttons {
        margin-bottom: 0px;
        gap: 5px 4%;
    }

    .category-buttons button {
        margin-bottom: 10px;
        font-size: 13px;
    }

    .category-title {
        padding-left: 0;
        text-align: center;
    }

    #block7 .shop_wrap .box.hidden {
        display: none;
    }


    .category-item {
        width: 48%;
    }


    .newsrelease_wrap dl {
        flex-flow: column;
    }

    .newsrelease_wrap dl dt {
        width: 88%;
        margin-bottom: 5px;
    }

    .newsrelease_wrap dl dd {
        width: 100%;
    }

    .newsrelease_detail_body {
        width: 90%;
    }


}



/* 加盟店募集CTA */
.cta-container {
    display: grid;
    grid-template-columns: 1.2fr 3fr;
    align-items: center;
    background-color: #E6F0FF;
    padding: 20px 30px;
    border-radius: 12px;
    max-width: 1000px;
    margin: 20px auto;
    gap: 20px;
}

.cta-left {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-left: 20px;
}


.deadline {
    font-size: 1.2rem;
    font-weight: bold;
    color: red;
    margin: 0;
}

.cta-button {
    display: inline-block;
    padding: 12px 28px;
    background-color: #0057B5;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    border-radius: 8px;
    transition: background-color 0.3s ease, transform 0.2s ease;
    max-width: 220px;
}

.cta-button:hover {
    background-color: #004494;
    transform: translateY(-2px);
}

.cta-illustration {
    width: 90%;
    height: auto;
    object-fit: contain;
    display: block;
    margin: 0 auto;
}

@media (max-width: 768px) {
    .cta-container {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .cta-left {
        align-items: center;
        margin-left: 0;
    }

    .cta-button {
        width: 100%;
    }
}

/* 加盟店募集CTA ここまで */


/* 登録店舗数 */

.category-title .store-count {
    display: inline-block;
    font-weight: 700;
    font-size: clamp(1.25rem, 3.0vw, 2rem);
    margin: 0 .25ch;
    vertical-align: baseline;
    padding: .08em .22em;
    border-bottom: 5px dotted #0057B5;
}

.category-title.top {
    text-align: center;
    margin-top: 20px;
}


@media (max-width: 420px) {
    .category-title {
        font-size: 1.2rem;
    }
}

/* SP時のれん　up */

@media (max-width: 768px) {

    img.sponly.mar-t {
        margin-top: -100px;
    }

    .event_bnr {
        width: 80% !important;
        margin-bottom: 40px;
    }


}

/* イベントバナー */


.event_bnr {
    width: 60%;
    margin: 0 auto;
    margin-bottom: 60px;
}



/* map部分 */


body {
    --wp--style--global--content-size: 1000px;
}

.map-layout {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    max-width: 1200px;
    margin: 20px auto;
}

.map-tab-buttons {
    display: flex;
    gap: 16px;
    justify-content: space-around;
    flex-wrap: wrap;
}

.map-tab-btn {
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden;
    border: none;
    background: #D5E9FF;
    border-radius: 30px;
    cursor: pointer;
    padding: 10px 14px;
    transition: all 0.3s ease;
    color: #0057B5;
    font-weight: 600;
}

.map-tab-btn .icon {
    font-size: 20px;
    width: 26px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
}

.map-tab-btn span {
    opacity: 0;
    width: 0;
    white-space: nowrap;
    overflow: hidden;
    transition: all 0.35s ease;
}

.map-tab-btn:hover {
    background: #0057B5;
    color: #fff;
    padding-right: 20px;
}

.map-tab-btn:hover span {
    opacity: 1;
    width: auto;
    margin-left: 8px;
}

.map-tab-btn:hover .icon {
    transform: translateX(3px);
}

.map-tab-btn.active {
    background: #0057B5;
    color: #fff;
}

#map {
    width: 100%;
    height: 600px;
    min-height: 400px;
    margin-bottom: 50px;
    border-radius: 12px;
    border: 1px solid #ddd;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.info-window {
    min-width: 300px;
    padding: 14px 18px;
    background: #fff;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.25);
    font-family: 'Noto Sans JP', sans-serif;
}

.info-window h3 {
    margin: 0 0 8px 0;
    font-size: 17px;
    font-weight: 600;
}

.info-window p {
    margin: 0 0 10px 0;
    font-size: 14px;
    color: #555;
}

.info-window .category-label {
    display: inline-block;
    padding: 4px 10px;
    font-size: 12px;
    font-weight: 500;
    border-radius: 10px;
    color: #fff;
    background-color: #0057B5;
}


.search-map-toggle {
    text-align: center;
    margin-bottom: 30px;
}


.toggle-btn.active {
    background: #0057B5;
    color: white;
}

.toggle-btn {
    padding: 20px 60px;
    background: #f5f5f5;
    color: #333;
    border: none;
    cursor: pointer;
    margin-right: 5px;
    transition: 0.3s;
}

@media (max-width: 768px) {
    .map-tab-buttons {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 8px;
        width: 100%;
    }

    .map-tab-btn {
        justify-content: center;
        border-radius: 10px;
        padding: 8px 0;
    }

    .map-tab-btn span {
        display: none;
    }

    #map {
        height: 400px !important;
    }

    .map-tab-btn .icon {
        display: none;
    }

    .map-tab-btn span {
        opacity: 1 !important;
        width: auto !important;
        margin-left: 0 !important;
        display: inline !important;
        overflow: visible !important;
    }

    .toggle-btn {
        min-width: 280px;
    }
}



/**** youtube ****/


.old-town-pay {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem 0;
    box-sizing: border-box;
}


.old-town-pay .video-wrap {
    width: 60%;
    max-width: 900px;
    min-width: 280px;
    position: relative;
    padding-top: 40%;
    overflow: hidden;
    border-radius: 8px;
    background: #000;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
}


.old-town-pay .video-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
}

/* 利用方法 */

.old-town-pay--manual {
    width: 60%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 0.4rem;
    padding: 1.5rem 0;
    box-sizing: border-box;
    margin-top: 30px;
}


.old-town-pay--manual .video-wrap {
    width: 60%;
    position: relative;
    padding-top: 34%;
    overflow: hidden;
    border-radius: 8px;
    background: #000;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.old-town-pay--manual .video-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.old-town-pay--manual .manual-message {
    width: 30%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.old-town-pay--manual .bubble {
    position: relative;
    background: #005795;
    color: #fff;
    border-radius: 10px;
    padding: 1.4rem 2.2rem;
    font-size: 0.95rem;
    line-height: 1.5;
    font-weight: 500;
    text-align: center;
    box-shadow: 0 3px 8px rgba(0, 87, 149, 0.2);
    white-space: nowrap;
    text-align: left;
}

.old-town-pay--manual .bubble p {
    margin: 0;
}


.old-town-pay--manual .bubble::before {
    content: '';
    position: absolute;
    left: -8px;
    top: 50%;
    transform: translateY(-50%);
    border-width: 8px 8px 8px 0;
    border-style: solid;
    border-color: transparent #005795 transparent transparent;
}


@media screen and (max-width: 768px) {
    .old-town-pay .video-wrap {
        width: 100%;
        min-width: 0;
        padding-top: 56.25%;
    }


    .old-town-pay--manual {
        width: 90%;
        flex-direction: column;
        gap: 16px;
    }


    .old-town-pay--manual .manual-message {
        width: 100%;
    }

    .old-town-pay--manual .bubble {
        order: 2;
        width: 100%;
    }

    .old-town-pay--manual .video-wrap {
        order: 1;
        padding-top: 56.25%;
    }

    .old-town-pay--manual .bubble::before {
        display: none;
    }

}


@media (min-width: 1600px) {
    .old-town-pay .video-wrap {
        max-width: 1000px;
    }
}




/* 販売終了バナー */


.container-close {
    align-items: center;
    padding: 20px 30px;
    max-width: 800px;
    margin: 20px auto;
}


/* 利用終了 */

#block01 .wrap section .img01 {
    position: relative;
  }

#block01 .wrap section .img01::after {
    content: "終了しました";
    position: absolute;
    bottom: 0px;
    right: 38%;
    background: rgb(255 46 24 / 95%);
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    padding: 18px 48px;
    border-radius: 6px;
    z-index: 5;
    transform: rotate(-12deg);
    letter-spacing: 0.08em;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
}


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

    #block01 .wrap section .img01::after {
        content: "終了しました";
        position: absolute;
        bottom: 60px;
        right: 13%;
        background: rgb(255 46 24 / 95%);
        color: #fff;
        font-size: 18px;
        font-weight: 700;
        padding: 18px 28px;
        border-radius: 6px;
        z-index: 5;
        transform: rotate(-12deg);
        letter-spacing: 0.08em;
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
    }

}
