:root{
    --dimesion-step-block: 40px;
}

.menu-tab__imageWrap {
    text-align: center;
}

.section-tabMenu {
    width: 100%;
}

.image_content_section {
    width: 100%;
}

.group_text_application_recommend {
    padding: 10px 20px 10px 20px;font-size: 23px;
}

.group_text_application_recommend_site_name {
    padding: 10px 20px 10px 20px;font-size: 23px;
}

.image_content_section:hover{
    opacity: 1;
}

.button_customer_top_relax {
    position: relative;
    width: 388px;
    height: 70px;
    border-radius: 35px;
    background: linear-gradient(334.72deg, #2CC900 -88.36%, #27BE00 -8.51%, #18CA00 96.17%);
    font-size: 28px;
    font-weight: 600;
    color: white;
    box-shadow: 0 10px 0 0 #0D2F00, 0 0 20px 0 #052200 inset;
    margin-bottom: 20px;
    border: 0;
}

.href_customer_top_relax {
    text-decoration: none;
    color: white;
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
}

.tooltip_container_customer_top_relax {
    position: relative;
    display: inline-block;
}

.tooltip_customer_top_relax {
    position: absolute;
    left: 50%;
    bottom: 100%;
    transform: translateX(-50%) translateY(5px);
    color: #fb4e16;
    border-radius: 6px;
    white-space: nowrap;
    font-size: 23px;
    font-weight: 600;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    opacity: 1;
    visibility: visible;
    z-index: 10;
    pointer-events: none;
    background: white;
    border: 2px solid black;
    width: 285px;
    height: 50px;
    text-align: center;
}

.tooltip_customer_top_relax::before {
    content: '';
    position: absolute;
    top: 96%;
    width: 20px;
    display: block;
    height: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 100;
    background: white;
    rotate: 45deg;
    border-bottom: 2px solid black;
    border-right: 2px solid black;
}

.list-card .list {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding-bottom: 10px;
}

.list-card .item {
    flex: 0 0 50%;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
}

.list-card .item img {
    width: 100%;
    height: auto;
    display: block;
}

.list-card .list .nav-element {
   cursor: pointer;
}

.floating-shopsearch__note-sp {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 5px;
}

.floating-shopsearch__content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 960px;
    margin: 0 auto;
    padding: 25px 20px;
}

@media screen and (max-width: 767px) {
    .floating-shopsearch__content {
        display: block;
        padding: 22px 15px 1px 15px;
    }
}

.floating-shopsearch__note-sp.note-above {
    position: relative;
    padding-bottom: 0px !important;
    padding-top: 0px !important;
    display: flex;
    justify-content: center;
}

.mv-sp.float_image{
    position: absolute;
    top: 0;
    right: 0;
    width: 40%;
    margin: 5%;
}

.mv-sp {
    display: none;
}

.section.section-mv{
    position: relative;
    background-color: white;
}

.section.section-mv .content{
    width: 100%;
    max-width: none;
}

#main_image-block {
    width: 100%;
}

#main_image-block:hover{
    opacity: 1;
}

.floating-shopsearch__note-sp.note-above::after, .floating-shopsearch__note-sp.note-above::before{
    content: '';
    display: block;
    width: 2px;
    border-radius: 1px;
    height: 100%;
    background-color: #303030;
    position: absolute;
}

.floating-shopsearch__note-sp.note-above::before{
    left: 36px;
    rotate: -40deg;
}

.floating-shopsearch__note-sp.note-above::after{
    right: 36px;
    rotate: 40deg;
}

.floating-shopsearch{
    z-index: 100000 !important;
}

.floating-shopsearch__note-sp .text_above {
    font-size: 30px;
}
.floating-shopsearch__note-sp .text {
    font-size: 24px;
}

.floating-shopsearch__note-sp .scrolltop_new_sp {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ababac;
    color: white;
    height: 40px;
    padding: 0px 10px 0 10px;
    border-radius: 20px;
    line-height: 1;
    margin-left: 8px;
    font-size: 24px;

}

.floating-shopsearch__note-sp .scrolltop_new_sp img{
    height: 24px;
    width: 24px;
    display: block;
}

.floating-shopsearch__note-sp.note-above::after, .floating-shopsearch__note-sp.note-above::before{
    content: '';
    display: block;
    width: 2px;
    border-radius: 1px;
    height: 100%;
    background-color: #303030;
    position: absolute;
}

.floating-shopsearch__note-sp.note-above::before{
    left: 36px;
    rotate: -40deg;
}

.floating-shopsearch__note-sp.note-above::after{
    right: 36px;
    rotate: 40deg;
}

.btn-shopsearch__link img{
    width: 500px;
}

@media screen and (max-width: 767px) {
    .group_text_application_recommend_site_name {
        padding: 10px 20px 10px 20px;font-size: 12px;
    }

    .group_text_application_recommend {
        padding: 10px 25px 0 25px;font-size: 12px;
    }
    
    .title_site_name {
        font-weight: bold;
        font-size: 15px;
        text-align: center;
    }

    .rlx-footer-heading {
        display: flex;
        align-items: center;
        flex-direction: column;
        padding: 20px 20px;
    }
    
    .tooltip_container_customer_top_relax {
        margin-bottom: 35px;
        margin-top: 35px;
    }

    .clone-div {
        margin-bottom: 5px;
        margin-top: 5px;
    }

    .clone-div .button_customer_top_relax {
        margin-bottom: 5px;
    }
    
    .floating-shopsearch__note-sp .text_above {
        font-size: 5vw;
    }

    .section.section-mv{
        position: relative;
    }

    .btn-lp-3600 .btn-new{
        padding: 20px;
    }

    .section.section-mv .float_image-block{
        width: initial !important;
    }

    .section.section-mv .content a{
        width: 100%;
    }

    .mv-pc {
        display: none !important;
    }
    .mv-sp {
        display: block !important;
    }

    .mv-sp.main_image{
        width: 100%;
    }

    .mv-sp.float_image{
        position: absolute;
        top: 0;
        right: 0;
        width: 40%;
        margin: 5%;
    }

    a:hover{
        opacity: 1;        
    }

    .floating-shopsearch__scrolltop{
        display: none;
    }

    .floating-shopsearch__redirection-link{
        width: 100%;
        justify-content: center;
        display: flex;
    }
    
    .floating-shopsearch__note-sp {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding-bottom: 5px;
    }

    .floating-shopsearch__note-sp .text_above {
        font-size: 5vw;
    }

    .floating-shopsearch__note-sp .scrolltop_new_sp {
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #ababac;
        color: white;
        height: 28px;
        padding: 0px 8px 0 8px;
        border-radius: 18px;
        line-height: 1;
        margin-left: 8px;

    }
    .floating-shopsearch__note-sp .scrolltop_new_sp {
        height: 28px;
        padding: 0px 8px 0 8px;
        border-radius: 18px;
        font-size: 12px;
        line-height: 1;
        margin-left: 8px;
    } 

    .btn-shopsearch__link img{
        width: initial;
    }

    .floating-shopsearch__note-sp .scrolltop_new_sp img{
        height: 15px;
        width: 15px;
        display: block;
    }
    
    .floating-shopsearch__note-sp.note-above::after, .floating-shopsearch__note-sp.note-above::before{
        content: '';
        display: block;
        width: 2px;
        border-radius: 1px;
        height: 100%;
        background-color: #303030;
        position: absolute;
    }

    .floating-shopsearch__note-sp.note-above::before{
        left: 36px;
        rotate: -40deg;
    }
    
    .floating-shopsearch__note-sp.note-above::after{
        right: 36px;
        rotate: 40deg;
    }

    .floating-shopsearch__note-sp.note-above{
        position: relative;
        padding-bottom: 12px !important;
        padding-top: 0px !important;
        display: flex;
        justify-content: center;
    }

    .floating-shopsearch__note-sp .text{
        font-size: calc(2.8vw + 2px) !important;
    }
}

.introducelp15_1 .icon-google-play-badge--sm, .introducelp15_1 .icon-app-store-badge--sm {
    height: 60px;
}
.introducelp15_1 .lst-badge__item:first-child {
    margin-right: 16px;
}

.lst-flow.four-point .lst-flow__item .wraper-step{
    display: flex;
    justify-content: center;
    width: 100%;
}
.lst-flow.four-point .lst-flow__item .wraper-step .step{
    display: flex;
    justify-content: center;
    align-items: center;
    width:  var(--dimesion-step-block);
    height:  var(--dimesion-step-block);
    border-radius: calc( var(--dimesion-step-block) / 2);
    font-size: 16px;
    font-family: "Montserrat", sans-serif;
    background-color: black;
    color: white;
}

.lst-flow.four-point .lst-flow__item::after{
    display: none;
}
.lst-flow.four-point .lst-flow__item{
   text-align: center;
}

.lst-flow.four-point .lst-flow__item .lst-flow__title.sub{
    font-size: 16px;
    padding-top: 0;
}
.lst-flow.four-point .lst-flow__item .lst-flow__title{
    border: 0;
}

@media print, screen and (min-width: 1023px) {
    .menu-tab__Wrap {
        width: 45%;
    }
}

@media print, screen and (min-width: 1023px) {
    .menu-tab__imageWrap {
         width: 49%; 
    }
}

.floating-shopsearch__search:hover {
    background-color: #a16a37;
}

.floating-shopsearch__scrolltop {
    display: inline-block;
    width: 6%;
    text-align: right;
    vertical-align: middle;
}

@media screen and (max-width: 767px) {
    .floating-shopsearch__scrolltop {
        width: 18%;
    }
}

.floating-shopsearch__redirection-link {
    display: none;
}

@media screen and (max-width: 767px) {
    .floating-shopsearch__redirection-link {
        width: 80%;
        max-width: 80%;
        display: inline-block;
        vertical-align: middle;
    }
}

.floating-shopsearch__note-sp {
    display: none;
}

@media screen and (max-width: 767px) {
    .floating-shopsearch__note-sp {
        font-size: 12px;
        color: #333333;
        display: block;
        padding: 10px 0 0;
    }
}

.relax-search-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    background: linear-gradient(90deg, #17325c 0%, #0046a4 100%);
    border: none;
    border-radius: 32px;
    padding: 10px 20px;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(0,0,0,0.07);
    transition: filter 0.2s;
}

.relax-search-btn:hover {
    filter: brightness(1.05);
    opacity: .7;
    transition: 0.3s;
}

.relax-search-btn__text {
    font-size: 24px;
}

.relax-search-btn__icon {
    display: flex;
    align-items: center;
}

@media screen and (max-width: 767px) {
    .relax-search-btn {
        width: 100%;
    }
    .relax-search-btn__text {
        font-size: 16px;
    }
    .btn-shopsearch {
        margin-top: 0 !important;
        margin-bottom: 15px !important;
        width: 100%;
        max-width: 100%;
        display: inline-block;
        vertical-align: middle;
    }
}

.btn-shopsearch {
    width: 100%;
    max-width: 100%;
}