﻿.bg_color1{
    background-color: #3c0000;
}
#cms_5-e .box_item h3.bg_color2{
    background-color: rgba(255,255,255,0.0);
}
.d-none{
    display: none;
}
/*右下固定リンク*/
#app-banner{
    position: fixed;
    padding: 5px;
    bottom: 40px;
    right: 20px;
    width: 100px;
    height: 100px;
    border-radius: 100%;
    border: solid 1.25px #fefefe;
    z-index:99;
    transition-duration: 1.0s;
}
#app-banner:hover{
    animation: hvr-anm 1.5s ease-in ;

}
@keyframes hvr-anm{
    0%{    background: none;
    transform: scale(1.0);}
    33%{    background: #e2841e;
    transform: scale(0.9);}
    66%{    background: #e2841e;
    transform: scale(0.9);}
    100%{   background: none;
    transform: scale(1.0);}
}


#app-banner.op-0{
    opacity: 0;
}
#app-banner.op-1{
    opacity: 1;
    transition-duration:1.0s;
}
#app-banner a p{
    text-align: center;
    color: #fefefe;
}
#app-banner img{
    object-fit: cover;
}
/*nav*/
@media(max-width:667px){
#sp_nav .grid_12_tb{
    padding-bottom: 150px;
}
}
/*header*/
#header h1 img{
    padding: 10px 30px;
    background-color: rgba(255,255,255,0.4);
    border-radius: 25px;
}

/*Top*/
#contents1 .con_title::before{
    content: '';
    position: absolute;
    display: inline-block;
    top: -335px;
    left: -300px;
    width: 1250px;
    height: 564px;
    background-image: url(./Dup/img/Relax.png);
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
}
#contents1 .con_box::before,#contents2 .con_box::before{
    display: none;
}
#contents2 .con_txt::before{
    content: '';
    position: absolute;
    display: inline-block;
    top: 0px;
    left: -100px;
    width: 709px;
    height: 306px;
    background-image: url(./Dup/img/Private.png);
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
}
#contents3 .con_txt::before{
    content: '';
    position: absolute;
    display: inline-block;
    top: 0px;
    left: 350px;
    width: 709px;
    height: 306px;
    background-image: url(./Dup/img/DMus.png);
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
}
#andthe{
    position: relative;
    width: 100%;
    display: block;
    text-align: right;
    padding-right: 20px;
}
#andthe img{
    position:absolute;
    right: 20px;
    max-width: 598px;
}
@media(max-width:768px){
    #andthe{
        top: -60px;
    }
}
@media(max-width:768px){
    #contents1 .con_title::before{
        top: -120px;
        left: -25px;
        width: 120vw;
    }
    #contents2 .con_txt::before{
        top: 0;
        left: 0;
        width: 80vw;   
    }
    #contents3 .con_box::before{
        display: none;
    }
    #contents3 .con_txt::before{
        top: -20px;
        left: -88px;
        width: 100vw;
    }
}
/*footer*/
@media(max-width:768px){
    #copyright.pd_b-30px{
        padding-bottom: 140px;
    } 
}
/*下層一般*/
@media(max-width:768px){
#cms_2-a .cate,#cms_3-c .cate,#cms_4-b .cate{
    margin-top: -50px;
    padding-top: 50px;
}
}
/*ブログ*/
#cms_1-a .cate_box p a{
    color: #fff;
}
/*メニュー*/
@media(max-width:667px){
#cms_3-c .font_4up_sp{
    font-size: calc(1rem + 2.95px);
    }
}
/*初めての方へ*/
#cms_5-e .number:before{
    content: "step"counter(num);
    font-family: "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";;
}
/*お問い合わせ*/
.page08 .tel a{
    color: #fff;
}

@media(max-width:389px){
#tel_contact h3.font_100per_sp{
    font-size: calc(0.725rem);
}
#tel_contact a.font_4up_sp{
    font-size: calc(0.95rem);
}
}

#banner-area{
    display: flex;
    justify-content: space-around;
    max-width: 1056px;
    margin: 0 auto 100px auto;
}
.banner-wrap{
    max-width:300px;
    max-height: 150px;
}
.banner-wrap a{
    transition-duration: 0.5s;
}
.banner-wrap a:hover{
    transform: scale(1.05);
    transition-duration: 0.5s;
}
.banner-wrap img{
    max-width: 300px;
    height: auto;
    border-radius: 20px;
}
#banner-area .banner__g-play,#banner-area .banner__app-store{
    max-width:300px;
    max-height: 150px;
}
#banner-area .banner__g-play img,#banner-area .banner__app-store img{
    object-fit: cover;
    border-radius: 20px;
}
@media(max-width:768px){
    #tel_contact.mg_b-100px{
        margin-bottom: 40px;
    }
    #banner-area{
    display: block;
    max-width: 80%;
}
#banner-area{
    margin: 0 auto 60px auto;
}
#banner-area .banner__g-play,#banner-area .banner__app-store,.banner-wrap{
    margin: 0 auto 40px auto;
}
}
/*2025/4/15*/
.tel_bt {
    display: none;
}