
    
    .shopdojo_wrap {
        border-radius: 20px;
        overflow: hidden;
        position: relative;
        margin-top: 100px;
    }
    .shopdojo_wrap::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, .6);
        pointer-events: none;
    }
    .shopdojo_wrap .shopdojo__listItems{
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
        text-align: center;
        background-color: #e6e6e6;
    }
    .shopdojo_wrap .shopdojo__listItems li {
        width: 33.33%;
        height: 350px;
        padding: 30px 30px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .shopdojo_wrap .shopdojo__listItems li img {
        width: auto;
        height: auto;
    }
    .shopdojo_wrap .shopdojo__listItems .shopdojo__itemInner {
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .shopdojo_wrap .shopdojo__listItems li.bg_gray {
        background-color: #d9d9d9;
    }
    .shopdojo_wrap .shopdojo__listItems li img {
        transition: all .4s ease;
        max-height: 100%;
    }
    .shopdojo_wrap .shopdojo__listItems li:hover img {
        transform: scale(1.07);
    }
    .shopdojo_wrap .shopdojo_gotoshop {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        display: flex;
        align-items: flex-start;
        width: 100%;
        height: 100%;
        flex-direction: column;
        justify-content: center;
        text-align: left;
        padding-left: 80px;
        color: #FFF;
    }
    .shopdojo_wrap .shopdojo_gotoshop .shopdojo_title {
        font-size: 35px;
        text-transform: uppercase;
    }
    .shopdojo_wrap .shopdojo_gotoshop .shopdojo_desc {
        font-size: 32px;
        margin-bottom: 30px;
    }
    .shopdojo_wrap .shopdojo_gotoshop .btn-comp01 {
        color: #fdf449;
        font-size: 30px;
        padding-bottom: 20px;
    }
    .shopdojo_wrap .shopdojo_gotoshop .btn-comp01::after {
        background: url('../img/common/ico-arr-r-y.png') no-repeat;
        width: 298px;
        height: 19px;
        background-size: contain;
    }
    .shopdojo_wrap.shopdojo_wrapSmall {
        margin-top: 0;
        margin-bottom: 80px;
        border-radius: 0;
    }
    .shopdojo_wrap.shopdojo_wrapSmall .shopdojo__listItems {
        border-radius: 20px;
        overflow: hidden;
    }
    .shopdojo_wrap.shopdojo_wrapSmall:before {
        display: none;
    }
    .shopdojo_wrap.shopdojo_wrapSmall .shopdojo__listItems li {
        height: 200px;
        padding: 20px;
    }
    .shopdojo_wrap.shopdojo_wrapSmall .shopdojo__listItems li .shopdojo__itemInner {
        height: 100%;
    }
    #btnBookNow {
        position: fixed;
        bottom: 30px;
        left: 0;
        right: 0;
        width: 480px;
        max-width: 100%;
        margin: auto;
        z-index: 10000;
        text-align: center;
        padding: 0 20px;
    }
    #btnBookNow a {
        background-color: #ffaf00;
        border-radius: 10px;
        color: #FFF;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 28px;
        text-transform: uppercase;
        width: 100%;
        height: 60px;
        box-shadow: 1px 3px 12px #666;
    }
    .area-news {
        padding-top: 100px;
    }
    .area-intro .area-intro__cnt {
        padding-top: 130px;
    }
    .area-intro .area-intro__cnt .shop_cnt {
        padding-bottom: 320px !important;
    }
    html[lang="ja"] .area-intro .area-intro__cnt .shop_cnt {
        padding-bottom: 260px !important;
    }
    #pnlForm input#btnRegister {
        color: #000 !important;
    }
    .shop_cnt span {
        display: block;
        margin-bottom: 14px !important;
    }
    
    html[lang="ja"] .shop_cnt span {
        font-weight: bold;
    }
    @media (max-width: 1480px) {
        .shopdojo_wrap.shopdojo_wrapSmall .shopdojo__listItems li {
            height: 160px;
        }
        .area-intro .area-intro__cnt {
            padding-top: 40px;
        }
        html[lang="ja"] .area-intro .area-intro__cnt {
            padding-top: 80px;
        }
        #btnBookNow {
            width: 400px;
        }
        #btnBookNow a {
            font-size: 24px;
            height: 54px;
        }
        .area-intro .area-intro__cnt .shop_cnt {
            padding-bottom: 260px !important;
        }
        html[lang="ja"] .area-intro .area-intro__cnt .shop_cnt {
            padding-bottom: 200px !important;
        }
        .shopdojo_wrap .shopdojo__listItems li {
            height: 280px;
        }
    }

    @media (max-width: 1280px) {
        .shopdojo_wrap.shopdojo_wrapSmall .shopdojo__listItems li {
            height: 140px;
            padding: 15px;
        }
        .area-intro .area-intro__cnt .shop_cnt {
            padding-bottom: 190px !important;
        }
        html[lang="ja"] .area-intro .area-intro__cnt .shop_cnt {
            padding-bottom: 140px !important;
        }
        .shopdojo_wrap .shopdojo__listItems li {
            height: 250px;
        }
    }

    @media (max-width: 991px) {
        .shopdojo_wrap.shopdojo_wrapSmall .shopdojo__listItems li {
            padding: 10px;
        }
        .area-intro__cnt:before {
            display: none !important;
        }
        .shopdojo_wrap.shopdojo_wrapSmall {
            margin-bottom: 0;
        }
        #btnBookNow a {
            font-size: 24px;
        }
        .shopdojo_wrap .shopdojo_gotoshop {
            padding-left: 30px;
        }
        .shopdojo_wrap .shopdojo_gotoshop .shopdojo_title {
            font-size: 21px;
            margin-bottom: 5px;
        }
        .shopdojo_wrap .shopdojo_gotoshop .shopdojo_desc {
            font-size: 18px;
            margin-bottom: 20px;
            white-space: normal;
        }
        .shopdojo_wrap .shopdojo_gotoshop .btn-comp01 {
            font-size: 21px;
        }
        .shopdojo_wrap .shopdojo_gotoshop .btn-comp01::after {
            width: 180px;
        }
        .shopdojo_wrap .shopdojo__listItems li {
            height: 200px;
            padding: 20px;
        }
        .area-intro {
            padding-bottom: 0 !important;
        }
        .area-faq {
            padding-top: 10px !important;
            padding-bottom: 70px !important;
        }
        .area-belt img {
            width: 100%;
            padding-right: 20px;
        }
        .shopdojo_wrap .shopdojo__listItems li {
            height: 160px;
            padding: 10px;
        }
        .area-instagram .list-gallery-insta img {
            width: 100%;
        }
        .sec-mv .slick-dots {
            bottom: 140px !important;
            right: 10px;
        }
        .shop_cnt span {
            font-size: 2.5rem;
        }
        html[lang="ja"] .sec-mv .slick-dots {
            bottom: 80px !important;
        }   
        html.no-scroll #btnBookNow {
            display: none;
        }    
    }