/* Theme Name: デアエルミカタテーマ
Theme URI: 
Author: 
Author URI: 
Description: 
Version: 1.0
License: 
License URI: 
Tags: 
Text Domain:  */

body .container{
    padding: 0 18px;
}
.container-fluid .col-md-12{
    padding-right: 0;
    padding-left: 0;
}
.container-fluid .logo div{
    padding-top: 43px;
    padding-bottom: 28px;
    padding-left: 36px;
}
.pc-br{
    display: none;
}
@media (min-width: 768px){
    .pc-br{
        display: block;
    }
}
.fv-img{
    width: 100%;
}
.imgbox source{
    width: 100%;
}
picture img{
    width: 100%;
}
.sp-only{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 35.6px;
}
.sp-only h1{
    font-size: 42px;
    font-weight: bold;
    color: #0F155D;
    margin-bottom: 20px;
}
.sp-only img{
    margin-bottom: 20px;
}
.sp-only ul{
    padding-left: 25px;
}
.sp-only li{
    font-size: 14px;
    font-weight: bold;
    color: #0F155D;
    position: relative;
}
.sp-only li img{
    position: absolute;
    left: -25px;
    top: 2px;
}
.sp-only p{
    font-size: 9px;
    color: #6C6C6C;
}
@media (min-width: 768px) {
    .container-fluid .logo div{
        padding-left: 120px;
    }
    .sp-only{
        display: none;
    }
}
.about{
    margin-top: 0px;
    margin-bottom: 15px;
    width: 100%;
    height: auto;
}
.lead{
    margin-bottom:28px;
}
.lead p{
    text-align: justify;
    line-height: 1.5;
}
@media (min-width: 768px) {
    .about{
        margin-top: 99px;
        margin-bottom: 46.6px;
        width: 55.4286%;
    }
    .lead{
        margin-bottom: 73px;
    }
    .lead p{
        text-align: center;
    }
    #about .banner{
        margin-top: 119px;
        max-width: 689px;
        margin-bottom: 24px;
        
    }
}
#feature{
    position: relative;
    padding-top: 40px;
    padding-bottom: 78px;
}
#feature .h2{
    margin-top: 36px;
}
#feature h3{
    margin-bottom: 0;
    font-size: 50px;
}
#feature .img-wrap{
    padding-left: 0;
}
.feature-bi.pc{
    position: absolute;
    top: -127px;
    right: -59px;
    width: 90%;
}
.feature-bi.pc{
    display: none;
}
.feature-bi.sp{
    position: absolute;
    top: 24px;
    right: 0px;
    width: 90%;
}

@media (min-width: 768px){
    #feature{
        padding-top: 73px;
        padding-bottom: 78px;
    }
    #feature .h2{
        margin-top: 83px;
    }
    .feature-bi.pc{
        display: block;
    }
    .feature-bi.sp{
        display: none;
    }
    #feature .img-wrap{
        padding-left: 30px;
        padding-top: 56px;
    } 
}
#step{
    background-color: #FAE2E2;
    padding-top: 67px;
    padding-bottom: 0px;
}
#step h3{
    font-size: 39px;
}
.shop {
    display: flex;
    flex-direction: column;
    position: relative;
    margin-bottom: 24px;
}
.shop img{
    border-radius: 24px;
}
.shop a{
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 204px;
}
.shop p{
    position: absolute;
    color: #fff;
    text-shadow: 0px 3px 6px #0000001c;
    font-weight: bold;
    font-size: 28px;
    left: 38px;
    font-family: Hiragino Kaku Gothic ProN;
}
.penalty{
    justify-content: space-around;
    color: #0F155D;
    margin-top: 8px;
    padding: 0 15px;
}
#step .pc-step{
    display: none;
}
#step .slide-wrapper {
    height: 600px;
}
@media (min-width: 768px) {
    #step{
        padding-top: 139px;
        padding-bottom: 138px;
    }
    #step h3{
        font-size: 50px;
    }
    #step .pc-step{
        display: flex;
    }
    #step .slide-wrapper {
       display: none;
    }
    .penalty{
        justify-content: space-around;
        color: #0F155D;
        margin-top: 48px;
    }
}
#step #slide .slide-content div{
    width: 269px;
    justify-content: flex-start;
}
#step #slide .slide-content .step-wrap{
    height: unset;
}
#step #slide .slide-content a{
    width: 160px;
    position: relative;
}
#safety-support{
    padding-top: 74px;
}
#safety-support h3{
    font-size: 40px;
}
@media (min-width: 768px){
    #safety-support{
        padding-top: 141px;
        padding-bottom: 136px;
    }
    #safety-support h3{
        font-size: 50px;
    } 
}
#banner{
    position: relative;
}
#banner .btn{
    position: absolute;
    top: unset;
    left: 50%;
    transform: translateX(-50%);
    bottom: 142px;
}

@media (min-width: 768px){
    #banner .btn{
        position: absolute;
        top: 67%;
        left: -28%;
        transform: none;
    }
    #banner .sp-only{
        display: none;
    }
}

footer{
    padding-top: 40px;
}
footer ul{
    column-count: 2;
    margin-bottom: 55px;
}
footer ul li{
    font-size: 14px;
    margin-bottom: 6px;
}
@media (min-width: 768px){
    .br-sp{
        display: none;
    }
}