@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Open+Sans&family=Zen+Maru+Gothic:wght@700&display=swap');

.main-article img{
    width: 100%;
}
.main-article{
    padding: 0;
    font-family: "Noto Sans JP",  "游ゴシック体", "Yu Gothic", "Hiragino Kaku Gothic Pro",sans-serif;
}
a,
a:visited,
a:hover,
a:active {
  color: inherit;
}

@media screen and (max-width: 768px){
    .only-pc{
        display: none!important;
    }
}
@media screen and (min-width:769px){
    .only-sp{
        display: none!important;
    }
}
@media screen and (max-width:1260px){
    body{
        min-width: auto;
    }
}
footer{
    min-width: auto;
}
.footerInner{
    width: auto;
}


/* モーダル */
/* sp */
.orig_modal_area{
    display: none;
    position: fixed;
    z-index: 15;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.orig_modal_contents{
    position: absolute;
    top: 12vh;
    left: 6vw;
    background-color: #fff;
    border-radius: 4vw;
    width: 88vw;
    padding: 2.667vw 6vw;
    margin: 0 auto;
}
.orig_modal_inner{
    position: relative;
}
.orig_modal_ttl{
    color: #D00F31;
    font-size: 4vw;
    font-weight: 700;
    margin-bottom: 1.2vw;
}
.orig_modal_contents .orig_modal_btn{
    display: block;
    position: relative;
    width: 100%;
    line-height: 12vw;
    border: #00618B 2px solid;
    color: #00618B;
    background-color: #fff;
    font-size: 4.8vw;
    font-weight: 700;
    text-align: center;
    margin-bottom: 1.5vw;
}
.orig_modal_btn_arrow{
    position: absolute;
    top: 4.5vw;
    right: 2vw;
    content: "";
    display: inline-block;
    width: 3vw;
    height: 3vw;
    border-top:3px solid #00618B;
    border-right: 3px solid #00618B;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.orig_modal_x_btn_position{
    position: absolute;
    top: -3vw;
    right: -4vw;
    cursor: pointer;
}
.orig_modal_x_btn{
    display: block;
    position: relative;
    width: 13vw;
    height: 13vw;
    border: 4px solid #fff;
    border-radius: 50%; 
    background-color: #00618B;
}
.orig_modal_x_btn::before, .orig_modal_x_btn::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 2vw; 
    height:8vw;
    background: #fff;
} 
.orig_modal_x_btn::before {
    transform: translate(-50%,-50%) rotate(45deg);
}
.orig_modal_x_btn::after {
    transform: translate(-50%,-50%) rotate(-45deg);
}
.modalBg {
    width: 100%;
    height: 100%;
    background-color: rgba(30,30,30,0.9);
}
.orig_modal_scroll{
    overflow-y: auto;
    height: 70vh;
}

/* pc */
@media screen and (min-width:769px){
    .orig_modal_contents{
        width: 75vw;
        padding: 3vw 21vw 7vw 17vw;
        border-radius: 2vw;
        left: 11vw;
    }
    .orig_modal_ttl{
        position: absolute;
        top: 3vw;
        left: 2vw;
        width:15vw;
        height: 15vw;
        border-radius: 50%;
        background-color: #D00F31;
        background-image:
        radial-gradient(#D42746 20%, transparent 20%),
        radial-gradient(#D42746 20%, transparent 20%);
        background-size: 1.6vw 1.6vw;
        background-position: 0 0, 0.8vw 0.8vw;
        color: #fff;
        font-size: 1.5vw;
        padding-top: 4.5vw;
        text-align: center;
    }
    .orig_modal_contents .orig_modal_btn{
        position: absolute;
        width: 14vw;
        line-height: 5vw;
        border: #00618B 3px solid;
        color: #00618B;
        background-color: #fff;
        font-size: 1.7vw;
        font-weight: 700;
        text-align: center;
        padding-right: 0.5vw;
        margin-bottom: 0;
    }
    .orig_modal_btn_arrow{
        content: "";
        display: inline-block;
        width: 1vw;
        height: 1vw;
        border-top:3px solid #00618B;
        border-right: 3px solid #00618B;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        top: 2.1vw;
        right: 0.6vw;
    }
    .orig_modal_x_btn_position{
        top: -1.5vw;
        right: -1.5vw;
    }
    .orig_modal_x_btn{
        width:4vw;
        height: 4vw;
        border: 4px solid #fff;
    }
    .orig_modal_x_btn::before, .orig_modal_x_btn::after {
        width: 0.5vw; 
        height:2.5vw;
    }     
    .orig_modal_btn_hokkaido{
        top: 3.5vw;
        right: 7.2vw;
    }
    .orig_modal_btn_tohoku{
        top: 12.5vw;
        right: 7.2vw;
    }
    .orig_modal_btn_kanto{
        top: 19.5vw;
        right: 8.2vw;
    }
    .orig_modal_btn_hokuriku{
        top: 6.8vw;
        right: 32.8vw;
    }
    .orig_modal_btn_tokai{
        top: 26.5vw;
        right: 11.5vw;
    }
    .orig_modal_btn_kansai{
        top: 32.5vw;
        right: 23vw;
    }
    .orig_modal_btn_shikoku{
        top: 32.5vw;
        right: 38.5vw;
    }
    .orig_modal_btn_chugoku{
        top: 13vw;
        right: 42vw;
    }
    .orig_modal_btn_kyusyu{
        top: 20vw;
        right: 57.5vw;
    }
}

/* KV */
.orig_shop_bg{
    background-color: #D00F31;
    background-image:
    radial-gradient(#D42746 20%, transparent 20%),
    radial-gradient(#D42746 20%, transparent 20%);
    background-size: 5vw 5vw;
    background-position: 0 0, 2.5vw 2.5vw;
    padding-bottom: 13.333vw;
}
.orig_shop_kv{
    position: relative;
    height:165vw;
}
.orig_shop_kv_bg{
    position: absolute;
}
.orig_shop_kv_ttl{
    position: absolute;
    width: 90.667vw;
    top: 9.067vw;
    left: 50%;
    transform: translateX(-50%);
}
.orig_shop_kv_cta_btn{
    position: absolute;
    z-index: 5;
    color: #fff;
    background-color: #2F5EA8;
    border-radius: 11.467vw;
    width: 90.667vw;
    height: 22.933vw;
    top: 128.267vw;
    left: 50%;
    transform: translateX(-50%);
    font-weight: 700;
    font-size: 5.3vw;
    text-align: center;
    letter-spacing: -0.28vw;
    font-family: "Noto Sans JP",  "游ゴシック体", "Yu Gothic", "Hiragino Kaku Gothic Pro",sans-serif;
    border: none;
    padding-top: 2vw;
    line-height: 6.5vw;
}
.orig_shop_kv_cta_btn_notes{
    font-weight: 500;
    font-size: 3vw;
    letter-spacing: -0;
    color: #fff;
    font-family: "Noto Sans JP",  "游ゴシック体", "Yu Gothic", "Hiragino Kaku Gothic Pro",sans-serif;
}
.orig_shop_kv_cta_btn_notes sup{
    color: #fff;
    font-family: "Noto Sans JP",  "游ゴシック体", "Yu Gothic", "Hiragino Kaku Gothic Pro",sans-serif;
}
.orig_shop_kv_shopman{
    position: absolute;
    width: 24vw;
    top: 3.733vw;
    right: 3.467vw;
}
.orig_shop_kv_shopai{
    position: absolute;
    width: 52vw;
    top: 92vw;
    right: 7.333vw;
}
.orig_shop_kv_shopwoman{
    position: absolute;
    width: 65vw;
    top: 78vw;
    left: -12vw;
}
/* pc */
@media screen and (min-width:769px){
    .orig_shop_bg{
        background-image:
        radial-gradient(#D42746 20%, transparent 20%),
        radial-gradient(#D42746 20%, transparent 20%);
        background-size: 1.6vw 1.6vw;
        background-position: 0 0, 0.8vw 0.8vw;
        padding-bottom: 7.321vw;
    }
    .orig_shop_kv{
        height:56.8vw;
    }    
    .orig_shop_kv_ttl{
        width: 65.886vw;
        top: 5.564vw;
        right: 3.807vw;
        transform: none;
        left: auto;
    }
    .orig_shop_kv_cta_btn{
        border-radius: 11.467vw;
        width: 45.608vw;
        height: 8.272vw;
        top: 42.679vw;
        right: 11.933vw;
        font-size: 2.635vw;
        letter-spacing: -0.105vw;
        transform: none;
        left: auto;
        padding-top: 0.5vw;
        line-height: 2.5vw;
    }
    .orig_shop_kv_cta_btn_notes{
        font-size: 1.318vw;
    }
    .orig_shop_kv_shopman{
        width: 14.641vw;
        top: 3.221vw;
        right:8.785vw;
    }
    .orig_shop_kv_shopai{
        width: 32.211vw;
        top: 3.075vw;
        left: 3.294vw;
    }
    .orig_shop_kv_shopwoman{
        width: 30.113vw;
        top: 20.32vw;
        left: 7.321vw;
    }    
}

/* メリット */
.orig_shop_contents_bg{
    background-color: #fff;
    margin: 0 auto;
    width: 86.667vw;
    padding: 6.667vw 0 8.667vw;
    border-radius: 4vw;
}
.orig_shop_merit{
    position: relative;
}
.orig_shop_merit_ttl{
    text-align: center;
    font-weight: 700;
    color: #00618B;
    font-size: 7.333vw;
    margin-bottom: 3.2vw;
    line-height: 1.5;
}
.orig_shop_merit_logo{
    display: inline-block;
    width: 40vw;
}
.orig_shop_merit_txt{
    text-align: center;
    color: #1D1D1D;
    font-size: 4.8vw;
    line-height: 1.8;
    margin-bottom: 30vw;
}
.orig_shop_merit_txt_emp{
    font-weight: 700;
}
.orig_shop_merit_ai{
    position: absolute;
    width: 72vw;
    top: 85vw;
    left: 48%;
    transform: translateX(-50%);
    z-index: 1;
}
.orig_shop_merit_lead{
    background-color: #FFFBEF;
    padding-top: 36vw;
    padding-bottom: 13.333vw;
    margin-bottom: 11.333vw;
}
.orig_shop_merit_lead_ttl{
    color: #00618B;
    font-weight: 700;
    font-size: 5.333vw;
    margin-left: 5.333vw;
    margin-bottom: 5.067vw;
}
.orig_shop_merit_lead_ai{
    width: 53.333vw;
    margin: 0 auto 4.8vw;
}
.orig_shop_merit_lead_txt{
    color: #1D1D1D;
    width: 76vw;
    font-size: 3.733vw;
    margin: 0 auto;
}
/* pc */
@media screen and (min-width:769px){
    .orig_shop_contents_bg{
        width: 88.287vw;
        padding: 6.589vw 0 3.294vw;
        border-radius: 2.196vw;
    }
    .orig_shop_merit_ttl{
        font-size: 3.514vw;
        margin-bottom: 2.782vw;
    }
    .orig_shop_merit_logo{
        width: 18.887vw;
    }
    .orig_shop_merit_logo img{
        vertical-align: text-bottom;
    }
    .orig_shop_merit_txt{
        font-size: 2.05vw;
        line-height: 1.8;
        margin-bottom: 24.524vw;
    }
    .orig_shop_merit_ai{
        width: 49.78vw;
        top: 22vw;
        z-index: 1;
    }
    .orig_shop_merit_lead{
        padding-top: 18.887vw;
        padding-bottom: 10vw;
        position: relative;
        padding-bottom: 7.321vw;
    }
    .orig_shop_merit_lead_ttl{
        font-size: 2.635vw;
        margin-left: 11.201vw;
        margin-bottom: 2vw;
    }
    .orig_shop_merit_lead_ai{
        width: 24.012vw;
        margin: 0;
        position: absolute;
        top: 18.887vw;
        left: 53.075vw;
    }
    .orig_shop_merit_lead_txt{
        width: 38.287vw;
        font-size: 1.757vw;
        margin: 0;
        margin-left: 11.201vw;
    }    
}

/* service */
.orig_shop_service{
    margin-bottom: 17.333vw;
}
.orig_shop_service_ttl{
    color: #00618B;
    font-weight: 700;
    text-align: center;
    font-size: 7.333vw;
    margin-bottom: 5.333vw;
    line-height: 1.5;
}
.orig_shop_service_ttl_logo{
    display: inline-block;
    width: 80vw;
}
.orig_shop_service_listitem{
    width: 70.667vw;
    border-radius: 2.667vw;
    border: 2px #3692BA solid;
    margin: 0 auto;
    padding: 0 4.667vw;
    margin-bottom: 2.667vw;
    height: fit-content;
}
.orig_shop_service_clickarea_ttl{
    color: #1D1D1D;
    font-weight: 700;
    font-size: 5.333vw;
    height: 21.6vw;
    border-bottom: solid 2px #3692BA;
    display: flex;
    justify-content:center;
    align-items: center;
    text-align: center;
}
.orig_shop_service_clickarea_ttl .marusapo_logo{
    width: 55.067vw;
}
.orig_shop_service_clickarea_ttl .dx_welfare_logo{
    width: 44vw;
}
.orig_shop_service_clickarea_ttl .dx_subsidy_application_logo{
    width: 52vw;
}
.orig_shop_service_clickarea_ttl .dx_remote_desktop_logo{
    width: 61.333vw;
}
.orig_shop_service_clickarea_ttl .newspics_logo{
    width: 44.933vw;
}
.orig_shop_service_clickarea_ttl .bizd_logo{
    width: 50.667vw;
}
.orig_shop_service_clickarea_lead{
    color: #00618B;
    font-weight: 500;
    font-size: 4.2vw;
    height: 16.4vw;
    display: flex;
    align-items: center;
    position: relative;
}
.orig_shop_service_clickarea_plus{
    position: absolute;
    display: block;
    border-radius: 50%;
    width: 5.333vw;
    height: 5.333vw;
    border: 2px solid #3692BA;
    right: 0;
}
.orig_shop_service_clickarea_plus::before,.orig_shop_service_clickarea_plus::after{
    display: block;
	content: "";
	position: absolute;
	top: 42%;
	left: 15%;
	width: 70%;
	height: 16%;
    background:#3692BA ;
}
.orig_shop_service_clickarea_plus::after{
    transform: rotate(90deg);
}
.open .orig_shop_service_clickarea_plus::after,.open .orig_shop_service_clickarea_plus::before{
    animation:.3s linear rotation1;
}
.open .orig_shop_service_clickarea_plus::after{
    transform: rotate(0);
}
.close .orig_shop_service_clickarea_plus::after,.close .orig_shop_service_clickarea_plus::before{
    animation:.3s linear rotation2;
}
@keyframes rotation1{
    0%{ transform:rotate(0);}
    100%{ transform:rotate(360deg); }
}
@keyframes rotation2{
    0%{ transform:rotate(360deg);}
    100%{ transform:rotate(0); }
}
.orig_shop_service_openarea{
    display: none;
    text-align: center;
    padding-bottom: 6.4vw;
    cursor: default;
}
.orig_shop_service_openarea_listitem{
    display: flex;
    align-items: center;
    margin-bottom: 3vw;
}
.orig_shop_service_openarea_check{
    width: 6.667vw;
    margin-right: 1.8vw;
}
.orig_shop_service_openarea_txt{
    color: #1D1D1D;
    font-weight: 500;
    font-size: 3.2vw;
    text-align: left;
}
.orig_shop_service_openarea .orig_shop_service_openarea_link{
    color: #3692BA;
    font-weight: 500;
    font-size: 3.2vw;
    border-bottom: 1px solid #3692BA;
    position: relative;
    cursor: pointer;
}
.orig_shop_service_openarea_link::before{
    content: "";
    position: absolute;
    width: 2vw;
    height: 2vw;
    border-top: 2px solid #3692BA;
    border-right: 2px solid #3692BA;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 1.6vw;
    right: -2vw;
}
.orig_shop_service_listitem:last-of-type{
    border: none;
}
/* pc */
@media screen and (min-width:769px){
    .orig_shop_service{
        margin-bottom: 7.321vw;
    }
    .orig_shop_service_ttl{
        font-size: 3.514vw;
        margin-bottom: 3.66vw;
    }
    .orig_shop_service_ttl_logo{
        width: 36.603vw;
    }
    .orig_shop_service_list{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 0 4.392vw;
    }
    .orig_shop_service_listitem{
        width: 25.476vw;
        border-radius: 1.464vw;
        padding: 0 1.757vw;
        margin: 0;
        margin-bottom: 1.464vw;
        cursor: pointer;
    }
    .orig_shop_service_clickarea_ttl{
        font-size: 1.757vw;
        height: 6.589vw;
    }
    .orig_shop_service_clickarea_ttl .marusapo_logo{
        width: 17.204vw;
    }
    .orig_shop_service_clickarea_ttl .dx_welfare_logo{
        width: 12.445vw;
    }
    .orig_shop_service_clickarea_ttl .dx_subsidy_application_logo{
        width: 14.641vw;
    }
    .orig_shop_service_clickarea_ttl .dx_remote_desktop_logo{
        width: 21.962vw;
    }
    .orig_shop_service_clickarea_ttl .newspics_logo{
        width: 13.177vw;
    }
    .orig_shop_service_clickarea_ttl .bizd_logo{
        width: 15.373vw;
    }
    .orig_shop_service_clickarea_lead{
        font-size: 1.55vw;
        height: 5.857vw;
    }
    .orig_shop_service_clickarea_plus{
        width: 2vw;
        height: 2vw;
    }
    .orig_shop_service_openarea{
        padding-bottom: 2.5vw;
    }
    .orig_shop_service_openarea_listitem{
        margin-bottom: 1.464vw;
    }
    .orig_shop_service_openarea_check{
        width: 2.196vw;
        margin-right: 1vw;
    }
    .orig_shop_service_openarea_txt{
        font-size: 1.15vw;
    }
    .orig_shop_service_openarea .orig_shop_service_openarea_link{
        font-size: 1.171vw;
    }
    .orig_shop_service_openarea_link::before{
        width: 0.8vw;
        height: 0.8vw;
        top: 0.6vw;
        right: -1vw;
    }      
}

/* search */
.orig_shop_search{
    margin-bottom: 17.333vw;
}
.orig_shop_search_ttl{
    color: #00618B;
    font-weight: 700;
    text-align: center;
    font-size: 7.333vw;
    margin-bottom: 5.333vw;
    line-height: 1.5;
}
.orig_shop_search_ttl_logo{
    display: inline-block;
    width: 68vw;
}
.orig_shop_search_txt{
    color: #1D1D1D;
    text-align: center;
    font-size: 4.8vw;
    line-height: 1.8;
    margin-bottom: 9.067vw;
}
.orig_shop_search_listitem{
    margin-bottom: 2.667vw;
}
.orig_shop_search_listitem .orig_shop_search_listitem_link{
    display: block;
    background-color: #2F5EA8;
    width: 70.667vw;
    line-height: 16vw;
    color: #fff;
    text-align: center;
    margin: 0 auto;
    font-size: 5.333vw;
    font-weight: 500;
    position: relative;
}
.orig_shop_search_listitem_link::before{
    content: "";
    position: absolute;
    width: 3vw;
    height: 3vw;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 7vw;
    right: 5vw;
}
/* pc */
@media screen and (min-width:769px){
    .orig_shop_search{
        margin-bottom: 5.124vw;
    }
    .orig_shop_search_ttl{
        font-size: 3.514vw;
        margin-bottom: 2.562vw;
    }
    .orig_shop_search_ttl_logo{
        width: 32.943vw;
    }
    .orig_shop_search_txt{
        font-size: 2.05vw;
        margin-bottom: 4.392vw;
    }
    .orig_shop_search_list{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 0 4.392vw;
    }
    .orig_shop_search_listitem{
        margin-bottom: 2.196vw;
    }
    .orig_shop_search_listitem .orig_shop_search_listitem_link{
        width: 25.476vw;
        line-height: 7.321vw;
        margin: 0;
        font-size: 2.635vw;
    }
    .orig_shop_search_listitem_link::before{
        width: 1vw;
        height: 1vw;
        top: 3.5vw;
        right: 2.5vw;
    }    
}

/* contact */
.orig_shop_contact{
    margin-top: 12vw;
    text-align: center;
    margin-bottom: 13.6vw;
}
.orig_shop_contact_ttl{
    color: #00618B;
    font-weight: 700;
    font-size: 5.333vw;
    margin-bottom: 4.8vw;
}
.orig_shop_contact_txt{
    font-weight: 500;
    font-size: 4.8vw;
    margin-bottom: 3.2vw;
}
.orig_shop_contact_formarea{
    margin-bottom: 10.4vw;
}
.orig_shop_contact .orig_shop_contact_form_btn{
    display: block;
    margin: 0 auto;
    background-color: #1D1D1D;
    color: #fff;
    width: 70.667vw;
    line-height: 12vw;
    border-radius: 5.333vw;
    font-weight: 700;
    font-size: 4.533vw;
}
.orig_shop_contact_tel{
    font-size: 3.733vw;
    margin-bottom: 3.2vw;
}
.orig_shop_contact_tel_num{
    display: block;
    margin: 0 auto;
    width: 56vw;
}
.orig_shop_contact_time{
    font-size: 2.667vw;
    margin-bottom: 1.867vw;
}
.orig_shop_contact_notes{
    text-align: left;
    margin: 0 auto;
    width: 70.667vw;
    font-size: 2.4vw;
}
/* pc */
@media screen and (min-width:769px){
    .orig_shop_contact{
        margin-top: 8.419vw;
        margin-bottom: 7vw;
    }    
    .orig_shop_contact_ttl{
        font-size: 2.635vw;
        margin-bottom: 2.928vw;
    }
    .orig_shop_contact_txt{
        font-size: 2.05vw;
        margin-bottom: 1.757vw;
    }
    .orig_shop_contact_flex{
        display: flex;
        justify-content: center;
    }
    .orig_shop_contact_formarea{
        margin: 0 2.562vw 0 0;
    }
    .orig_shop_contact .orig_shop_contact_form_btn{
        margin: 2.635vw 0 0 0;
        width: 35.139vw;
        line-height: 5.124vw;
        border-radius: 3.294vw;
        font-size: 1.83vw;
    }
    .orig_shop_contact_telarea{
        margin-left:2.562vw;
    }
    .orig_shop_contact_tel{
        font-size: 1.318vw;
        margin-bottom: 1.611vw;
    }
    .orig_shop_contact_tel_num{
        margin: 0 auto;
        width: 24.89vw;
    }
    .orig_shop_contact_time{
        font-size: 1.245vw;
        margin-bottom: 0.878vw;
    }
    .orig_shop_contact_notes{
        margin: 0;
        width: auto;
        font-size: 1.025vw;
    }
}

/* notes */
.orig_shop_notes{
    color: #1D1D1D;
    font-weight: 500;
    font-size: 2.4vw;
    width: 76vw;
    margin: 0 auto;
}
/* pc */
@media screen and (min-width:769px){
    .orig_shop_notes{
        font-size: 1.025vw;
        width: 78.917vw;
    }
    .orig_shop_notes p{
        line-height: 1.2;
    }
}
/* フローティング */
.orig_modal_fl img{
    width: 100%;
    opacity: 0;
}
.orig_modal_fl{
    width: 16vw;
    position: fixed;
    bottom: 2vw;
    right: 0;
    z-index: 13;
	transform: translateX(500px);
    cursor: pointer;
}
@media screen and (min-width:769px){
    .orig_modal_fl{
        width: 18vw;
    }    
}
/*　左の動き　*/

.orig_modal_fl.LeftMove{
	animation: LeftAnime 0.4s forwards;
}
.orig_modal_fl.LeftMove img{
	animation: LeftAnimeOP 0.4s forwards;
}

@keyframes LeftAnime{
  from {
	transform: translateX(500px);
  }
  to {
	transform: translateX(0);
  }
}

@keyframes LeftAnimeOP{
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }

/*　右の動き　*/
.orig_modal_fl.RightMove{
	animation: RightAnime 0.4s forwards;
}
.orig_modal_fl.RightMove img{
	animation: RightAnimeOP 0.4s forwards;
}

@keyframes RightAnime{
  from {
	transform: translateX(0);
  }
  to {
	transform: translateX(500px);
  }
}
@keyframes RightAnimeOP{
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}
  

/* ホバー */
.orig_shop_kv_cta_btn:hover{
    opacity: .7;
    cursor: pointer;
}
.orig_shop_search_listitem_link:hover{
    color: #fff;
    opacity: .7;
}
.orig_modal_contents .orig_modal_btn:hover{
    color: #fff;
    background-color: #00618B;
}
.orig_modal_btn:hover .orig_modal_btn_arrow{
    border-top:3px solid #fff;
    border-right: 3px solid #fff;
}