.inner{
    max-width: 1050px;
    margin: 0 auto;
}
/* fv */
.fv{
    position: relative;
    z-index: 1;
    padding: 33px 20px 25px;
}
.fv-top{
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    height: 52px;
    overflow: hidden;
  }
  .fv-top::before{
    content:"";
    position:absolute;
    left:0; right:0; top:0;
    height: 40px;
    background: linear-gradient(to right bottom, #FF7777 50%, transparent 0) left bottom / 70% 100% no-repeat, linear-gradient(to left bottom, #FF7777 50%, transparent 0) right bottom / 50% 100% no-repeat;
  }
  .fv-top::after{
    content:"";
    position:absolute;
    z-index: -1;
    left:0; right:0; top:0;
    height: 52px;
    background: linear-gradient(to right bottom, #FFE9E8 63%, transparent 0) left bottom / 50% 100% no-repeat, linear-gradient(to left bottom, #FFE9E8 52%, transparent 0) right bottom / 50% 100% no-repeat;
  }
.fv-dot{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    height: 200px;
    background-image: radial-gradient(rgba(255, 0, 0, 0.04) 26%, transparent 27%);
    background-size: 36px 36px;
}
.fv-inner{
    max-width: 1180px;
    padding-top: 37px;
    margin: 0 auto;
}
.fv-sp-phone{
    margin: 5px 0 20px;
    max-width: 450px;
}
.fv-logo-txt{
    font-size: 1rem;
    font-weight: 600;
}
.fv-logo-img{
    margin-top: 4px;
    display: flex;
    align-items: center;
}
.fv-logo-img img{
    width: 33px;
    border-radius: 7px;
}
.fv-logo-ttl{
    margin-left: 6px;
    font-size: 2.4rem;
    font-weight: 900;
}
.fv-main-txt{
    margin-top: 25px;
    font-size: 2.2rem;
    font-weight: 900;
    line-height: 1.5;
}
.fv-main-txt span{
    font-size: 1.3rem;
}
.fv-dl-icon{
    width: 120px;
    display: none;
}
.fv-dl-btn{
    width: 83%;
    margin: 0 auto;
    font-size: 1.3rem;
    color: #fff;
    font-weight: 700;
    text-align: center;
    position: relative;
    z-index: 1;
}
.fv-dl-btn::after{
    content: '';
    position: absolute;
    z-index: -1;
    top: 5px;
    left: 5px;
    width: 100%;
    height: 100%;
    border-radius: 30px;
    background-color: #000;
}
.fv-dl-btn a{
    display: block;
    width: 100%;
    background-color: #F27270;
    padding: 20px 10px;
    border-radius: 30px;
}
.fv-dl-btn i.is-left{
    padding-left: 10px;
}
.fv-dl-txt{
    margin-top: 15px;
    font-size: 1.3rem;
    line-height: 1.4;
}
.fv-dl-txt a{
    color: #1975ff;
    text-decoration: underline;
}
.fv-right{
    display: none;
}
@media (min-width: 768px){
    .fv{
        padding: 70px 30px 50px;
    }
    .fv-top{
        height: 120px;
    }
    .fv-top::before{
    height: 85px;
    }
    .fv-top::after{
    height: 85px;
    top:15px;
    background: linear-gradient(to right bottom, #FFE9E8 55%, transparent 0) left bottom / 50% 100% no-repeat, linear-gradient(to left bottom, #FFE9E8 50%, transparent 0) right bottom / 50% 100% no-repeat;
    }
    .fv-inner{
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .fv-right{
        display: block;
        width: 47%;
        max-width: 345px;
    }
    .fv-left{
        width: 53%;
        max-width: 390px;
        margin-right: 43px;
    }
    .fv-logo-txt{
        font-size: 1.4rem;
    }
    .fv-logo-img{
        margin-top: 10px;
    }
    .fv-logo-img img{
        width: 65px;
    }
    .fv-logo-ttl{
        font-size: 4.7rem;
    }
    .fv-main-txt{
        margin-top: 20px;
    }
    .fv-main-txt span{
        font-size: 1.6rem;
    }
    .fv-dl{
        margin-top: 30px;
    }
    .fv-dl-icon{
        display: block;
    }
    .fv-sp-phone,
    .fv-dl-btn{
        display: none;
    }
    .fv-dot{
        height: 120px;
        background-image: radial-gradient(rgba(255, 0, 0, 0.04) 30%, transparent 31%);
        background-size: 50px 50px;
    }
}
@media (min-width: 1024px){
    .fv{
        padding: 0 30px;
        height: 100dvh;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .fv-dot{
        background-image: radial-gradient(rgba(255, 0, 0, 0.04) 36%, transparent 37%);
        background-size: 58px 58px;
    }
    .fv-inner{
        padding-top: 63px;
    }
    .fv-left{
        width: 52%;
        max-width: 480px;
    }
    .fv-right{
        width: 48%;
        max-width: 485px;
    }
    .fv-logo-txt{
        font-size: 1.7rem;
    }
    .fv-logo-img img{
        width: 75px;
        border-radius: 20px;
    }
    .fv-logo-ttl{
        font-size: 6.2rem;
    }
    .fv-main-txt{
        font-size: 2.7rem;
    }
    .fv-dl{
        margin-top: 50px;
    }
    .fv-dl-icon{
        width: 136px;
    }
    .fv-dl-txt{
        margin-top: 20px;
        font-size: 1.4rem;
    }
}
@media (min-width: 1200px){
    .fv-left,
    .fv-right{
        max-width: none;
    }
    .fv-logo-txt{
        font-size: 1.9rem;
    }
    .fv-logo-img img{
        width: 90px;
    }
    .fv-logo-ttl{
        font-size: 7.4rem;
    }
    .fv-main-txt{
        font-size: 3.3rem;
    }
    .fv-main-txt span{
        font-size: 2.5rem;
    }
    .fv-dl-txt{
        font-size: 1.5rem;
    }
}
/* ex */
.ex{
    margin-top: 36px;
    padding: 0 20px;
}
.ex-ttl{
    width: 375px;
    max-width: 100%;
    margin: 0 auto;
}
.ex-bubble{
    width: 375px;
    max-width: 100%;
    margin: 5px auto 0;
}
.ex-lists{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.ex-list{
    width: 47%;
}
.ex-list:nth-child(n+3){
    margin-top: 33px;
}
.ex-list-img{
    position: relative;
}
.ex-list-img img{
    border-radius: 7px;
}
.ex-list-time{
    position: absolute;
    top: 5px;
    left: 5px;
    background-color: #F27270;
    border-radius: 4px;
    padding: 4px 8px;
    font-size: 1rem;
    color: #fff;
}
.ex-list-ttl{
    margin-top: 6px;
    font-size: 1.2rem;
    line-height: 1.35;
}
@media (min-width: 768px){
    .ex-ttl{
        width: 450px;
    }
    .ex-bubble{
        width: 530px;
    }
    .ex-list{
        width: 23%;
    }
    .ex-list:nth-child(n+3){
        margin-top: 0;
    }
    .ex-list:nth-child(n+5){
        margin-top: 43px;
    }
}
@media (min-width: 1024px){
    .ex{
        margin-top: 65px;
        padding: 0 30px;
    }
    .ex-ttl{
        width: 550px;
    }
    .ex-bubble{
        width: 650px;
    }
    .ex-list{
        width: 22%;
    }
    .ex-list-img img{
        border-radius: 10px;
    }
    .ex-list-time{
        top: 7px;
        left: 7px;
        border-radius: 6px;
        padding: 6px 10px;
        font-size: 1.1rem;
    }
    .ex-list-ttl{
        font-size: 1.4rem;
    }
}
/* features */
.features-main{
    text-align: center;
}
.features-main-head{
    font-size: 1.4rem;
    color: #F27270;
    font-weight: 700;
}
.features-main-ttl{
    margin-top: 8px;
    font-size: 2.4rem;
    font-weight: 900;
    line-height: 1.35;
}
.features-main-ttl span{
    display: none;
}
.features-main-txt{
    margin-top: 20px;
    font-size: 1.4rem;
    line-height: 2;
}
.features-lists{
    margin-top: 30px;
}
.features-list{
    background-color: #f5f6fa;
    border-radius: 5px;
    padding: 30px 16px;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
    box-shadow: 0 0 #0000, 0 0 #0000, 0 0 #0000, 0 0 #0000, 0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1);
}
.features-list:nth-child(n+2){
    margin-top: 20px;
}
.features-list-icon{
    width: 100px;
    margin: 0 auto;
}
.features-list-head{
    margin-top: 10px;
    font-size: 1.6rem;
    font-weight: 700;
    text-align: center;
}
.features-list-txt{
    margin-top: 10px;
    font-size: 1.3rem;
    line-height: 1.5;
}
@media (min-width: 768px){
    .features-main-head{
        font-size: 1.7rem;
    }
    .features-main-ttl{
        font-size: 2.7rem;
        line-height: 1.5;
    }
    .features-main-ttl br{
        display: none;
    }
    .features-main-ttl span{
        display: inline-block;
    }
    .features-lists{
        display: flex;
        justify-content: center;
    }
    .features-list{
        width: 29%;
    }
    .features-list:nth-child(n+2){
        margin-top: 0;
        margin-left: 30px;
    }
}
@media (min-width: 1024px){
    .features-main-ttl{
        font-size: 3.6rem;
    }
    .features-main-txt{
        font-size: 1.7rem;
    }
    .features-list-head{
        font-size: 2.1rem;
    }
    .features-list-txt{
        font-size: 1.4rem;
        line-height: 1.7;
    }
    .features-list{
        padding: 30px 25px;
    }
}
/* use */
.use,
.features{
    margin-top: 100px;
    padding: 0 20px;
}
.use-ttl{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.use-ttl-s{
    position: relative;
    font-size: 1.3rem;
    font-weight: 500;
}
.use-ttl-s::before,
.use-ttl-s::after{
    content: '';
    position: absolute;
    top: 50%;
    width: 2px;
    height: 16px;
    background-color: #000;
}
.use-ttl-s::before{
    left: -20px;
    transform: translateY(-50%) rotate(-15deg);
}
.use-ttl-s::after{
    right: -20px;
    transform: translateY(-50%) rotate(15deg);
}
.use-ttl-l{
    padding: 0 10px;
    margin-top: 7px;
    font-size: 2.5rem;
    font-weight: 900;
    background-image: linear-gradient(rgba(0, 0, 0, 0) 70%, #FFAAA7 70%);
}
.use-lists{
    margin-top: 25px;
}
.use-list{
    position: relative;
    border: 1px solid #c4c4c4;
    border-radius: 20px;
    padding: 17px 10px;
}
.use-list:nth-child(n+2)::before{
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -39px) rotate(90deg);
    background-image: url(../img/arrow.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 36px;
    height: 22px;
}
.use-list:nth-child(n+2){
    margin-top: 65px;
}
.use-list-img{
    max-width: 235px;
    margin: 0 auto;
}
.use-list:first-child .use-list-img{
    transform: translateX(-35px);
}
.use-list-body{
    margin-top: 15px;
    text-align: center;
}
.use-list-ttl{
    font-size: 1.6rem;
    font-weight: 700;
}
.use-list-txt{
    margin-top: 6px;
    font-size: 1.2rem;
}
@media (min-width: 768px){
    .use-ttl-s{
        font-size: 1.5rem;
    }
    .use-ttl-s::before,
    .use-ttl-s::after{
        height: 19px;
    }
    .use-ttl-l{
        margin-top: 12px;
        font-size: 2.9rem;
    }
    .use-lists{
        margin-top: 50px;
        display: flex;
        justify-content: space-between;
    }
    .use-list{
        width: 32%;
        border: none;
        padding: 0;
    }
    .use-list:nth-child(n+2)::before{
        top: 50%;
        left: -28px;
        transform: translateY(-50%);
    }
    .use-list:nth-child(n+2){
        margin-top: 0;
    }
    .use-list-img{
        max-width: 200px;
    }
}
@media (min-width: 1024px){
    .use,
    .features{
        margin-top: 150px;
    }
    .use-ttl-s{
        font-size: 1.7rem;
    }
    .use-ttl-s::before,
    .use-ttl-s::after{
        height: 21px;
    }
    .use-ttl-l{
        font-size: 3.5rem;
    }
    .use-list{
        width: 30%;
    }
    .use-list:nth-child(n+2)::before{
        left: -30px;
    }
    .use-list-img{
        max-width: 260px;
    }
    .use-list-body{
        margin-top: 20px;
    }
    .use-list-ttl{
        font-size: 1.8rem;
    }
    .use-list-txt{
        margin-top: 7px;
        font-size: 1.3rem;
    }
}
@media (min-width: 1200px){
    .use-ttl-l{
        font-size: 3.8rem;
    }
}
/* dl */
.dl{
    margin-top: 56px;
    background-color: #F46059;
    padding: 20px 20px 0;
}
.dl-inner{
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}
.dl-left{
    width: 36%;
}
.dl-left .pc{
    display: none;
}
.dl-right{
    flex: 1;
    margin-right: 36px;
    color: #fff;
}
.dl-head{
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1.45;
}
.dl-head span{
    display: block;
    font-size: 2rem;
    font-weight: 700;
}
.dl-txt{
    margin-top: 10px;
    font-size: 1.1rem;
    line-height: 1.4;
}
.dl-icon{
    margin-top: 20px;
    width: 110px;
}
.dl-pc{
    display: none;
}
@media (min-width: 768px){
    .dl{
        margin-top: 75px;
        padding: 36px 10px 0;
    }
    .dl-inner{
        flex-direction: row;
    }
    .dl-left{
        width: 32%;
        max-width: 100%;
        margin: 0;
    }
    .dl-left .sp,
    .dl-sp{
        display: none;
    }
    .dl-left .pc,
    .dl-pc{
        display: block;
    }
    .dl-right{
        flex: 1;
        margin-right: 0;
        margin-left: 30px;
    }
    .dl-head{
        font-size: 1.6rem;
        font-weight: 700;
    }
    .dl-txt{
        margin-top: 7px;
        font-size: 1.2rem;
    }
}
@media (min-width: 1024px){
    .dl{
        margin-top: 100px;
        padding: 44px 25px 0;
    }
    .dl-right{
        margin-left: 70px;
    }
    .dl-head{
        font-size: 2.2rem;
    }
    .dl-txt{
        margin-top: 15px;
        font-size: 1.4rem;
        line-height: 1.5;
    }
    .dl-icon{
        margin-top: 30px;
        width: 150px;
    }
}