html {
    scroll-snap-type: y proximity;
    scroll-padding-top: 100px;
}

body{
    width: 100vw;
    font-family: "Inter", sans-serif;

}

header{
    height: 80px;
    width: 100%;
    background-color: #fff;
}

.header-title{
    width: 400px;
    height: 75px;
    margin: 0 auto;
}

.header-title img{
    width: 100%;
    object-fit: cover;
}
.header-menu{
    display: none;
}

/* headerはここまで */

 /* フェードイン */


 [data-fadeIn]{
    opacity: 0;
    transition: all 2.0s;
}


[data-fadeIn].is-over{
    opacity: 1;
    
}

.content{
    position: relative;
    background: linear-gradient(90deg, rgba(224, 234, 252, 1), rgba(207, 222, 243, 1));

}

.keyvisual{
    display: flex;
    width: 100%;
}

aside{
    width: 25%;
    height: auto;
}
.sitelogo{
    width: 13.8vw;
    margin: 0 auto;
    margin-bottom: 15px;
    margin-top: 10px;
}

.sitelogo img{
    width: 100%;
    object-fit: cover;

}

.logo-text{
    font-size: 1.2vw;
    font-weight: bold;
    color: #000;
    text-align: center;
    margin-bottom: 2.5vw;
}

.logo-links{
    text-align: center;
}

.logo-links li{
    margin-bottom: 40px;
}


.line-link{
    width: 9.7vw;
    margin: 0 auto;
}



.inst-link{
    width: 10.4vw;
    margin: 0 auto;
}

.line-link img{
    width: 100%;
    object-fit: cover;
}

.inst-link img{
    width: 100%;
    object-fit: cover;
}
.logo-links li{
    margin-bottom: 3.5vw;
}

.keyvisual-img{
    width: 74%;
    height: 44.16vw;
    margin:30px 0;
    line-height: 0;

}


.keyvisual-img img{
    width: 100%;
    height: 96%;
    border: 10px solid rgba(163, 155, 155, 1);
    border-radius: 50px;

}


/* ここからページリンク */

.page-links{
    position: relative;
    height: 130px;
    width: 100%;
    background-color: rgba(38, 136, 255, 1);
}

.page-link-logo1{
    position: absolute;
    top: 50%;
    left: 5%;
    width: 100px;
    transform: translateY(-50%);
}
.page-link-logo1 img{
    width: 100%;
    object-fit: cover;
}

.page-link-logo2{
    position: absolute;
    top: 50%;
    right: 5%;
    width: 100px;
    transform: translateY(-50%);
}

.page-link-logo2 img{
    width: 100%;
    object-fit: cover;
}

.page-link-detail ul{
    display: flex;
    text-align: center;
}

.page-link-detail{
    position: absolute;
    top: 50%;
    left: 15%;
    transform: translateY(-50%);
}

.page-link-detail li{
    margin-right: 3.0vw;

}

.page-link-detail li a{
    font-size: 2.3vw;
    color: #fff;
    text-decoration: none;

}

/* ページリンクはここまで */

/* ここから内容 */

.plan{
    padding: 60px 0;
}

.title{
    text-align: center;
    font-size: 3.3vw;
    color: #000;
    margin-bottom: 95px;
}

.title span{
    color: red;
    font-size: 2.3vw;
}

.charge-detail{
    padding: 0 120px;
    margin-bottom: 60px;
}

.charge-detail ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;

}

[data-kaitenIn]{
    opacity: 0;
    transition: all 2.0s;
    rotate: y 70deg;
}


[data-kaitenIn].is-over{
    opacity: 1;
    rotate: y 0deg;
}


.charge-detail li{
    width: calc(100% / 2 - 30px);
    margin-bottom: 40px;
    background-color: #fff;
    padding: 30px 0;
    border-radius: 50px;
    border: 10px solid rgba(163, 155, 155, 1);

}

.charge-detail li a{
    text-decoration: none;
}

.charge-img{
    width: 80%;
    margin:  0 auto;
    margin-bottom: 38px;
}
.charge-img img{
    width: 100%;
    object-fit: cover;
}

.charge-detail-title{
    font-size: 1.5vw;
    color: #000;
    text-align: center;
    margin-bottom: 40px;
}
.charge-detail-title span{
    color: red;
    font-weight: bold;
}

.charge-price{
    font-size: 2.2vw;
    color: #000;
    border-bottom: 3px solid #000;
    text-align: center;
    margin: 0 80px;
}

.charge-price span{
    text-decoration: line-through;
}

.plan-text{
    padding: 0 120px;
    color: red;
    font-size: 2.0vw;
    font-weight: bold;
    line-height: 120%;
    text-align: left;

}

.plan-text li{
    margin-bottom: 50px;
}

.wake{
    width: 100%;

}

.wake img{
    width: 100%;
    object-fit: cover;
}

/* ここからプラン内容 */

.kihon{
    margin:  0 120px;
    border-bottom: 2px solid #000;
    border-top: 2px solid #000;
}

.title2{
    font-size: 2.5vw;
    margin: 24px 0;
}

.kihon-list{
    font-size: 2.2vw;
    color: #000;
}

.kihon-list li{
    margin-bottom: 40px;
}

.other{
    margin:  0 120px;
    border-bottom: 2px solid #000;
    margin-bottom: 50px;
}

.other-list{
    font-size: 2.2vw;
    color: #000;
    margin-bottom: 40px;
}

.other-list li{
    margin-bottom: 30px;
}


.other-text{
    color: red;
}

.option{
    padding: 60px 0;
}

.option-price{
    margin: 0 120px;
    border-bottom: 2px solid #000;
    border-top: 2px solid #000;
    margin-bottom: 50px;
}

.option-list{
    font-size: 2.2vw;
    color: #000;
    margin-bottom: 40px;
    
}

.option-list li{
    margin-bottom: 40px;
}

.option-list span{
    color: red;
}

/* ここから支払いについて */

.pay-text{
    font-size: 2.5vw;
    color: #000;
    padding: 0 120px;
    line-height: 140%;
    margin-bottom: 50px;
}

/* ここからキャンペーン */

.campain{
    padding: 60px 0;
}
.campain-detail{
    padding: 0 120px;
}

.campain-detail-text{
    font-size: 2.3vw;
    line-height: 140%;
    margin-bottom: 50px;
}

/* ここから比較表 */

.hikakuhyou{
    padding: 0 80px 50px 80px;
}


.design10 {
    width: 100%;
    text-align: center;
    align-items: center center;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 1.5vw;
   }
   .design10 th {
    padding: 30px;
    border-bottom: solid 4px #778ca3;
    color: #778ca3;
    
   }
   .design10 td {
    padding: 20px;
    border-bottom: solid 1px #778ca3;

   }



/* ここから問い合わせ */

.contact{
    width: 100%;
    height: 35vw;
    background-image: url(../img/contact.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    
}

.toumei{
    background-color: rgba(0, 0, 0, 0.6);
    width: 100%;height: 100%;

  }

.contact-title{
    font-size: 3.3vw;
    color: #fff;
    text-align: center;
    margin-bottom: 4.5vw;
    padding-top: 7vw;
}

.contact-text{
    font-size: 2.8vw;
    color: #fff;
    text-align: center;
    margin-bottom: 4.6vw;
}

.contact-link{
    display: flex;
    font-size: 3.3vw;
    color: #fff;
   align-items: center;
   margin-left: 35vw;
}

.contact-link-line{
    width: 9.6vw;
    margin-left: 3.5vw;
}
.contact-link-line img{
    width: 100%;
    object-fit: cover;
}

/* ここかフッター */

footer{
    background: linear-gradient(90deg, rgba(224, 234, 252, 1), rgba(207, 222, 243, 1));
    padding: 60px 120px;

}
.footer-bunkai{
    width: 100%;
    display: flex;
}

.footer-title{
    margin-bottom: 63px;
}

.footer-link{
    width: 50%;
}

.inner3{
    font-size: 3.3vw;
    color: #000;
    margin-bottom: 60px;
}

.footer-link-list li{
    margin-bottom: 26px;
    font-size: 3.0vw;
    color: #000;
    
}
.footer-link-list li a{
    text-decoration: none;
    color: #000;

}

.footer-baby{
    width: 50%;
    text-align: center;
}


.baby-link{
    display: flex;
    justify-content: space-between;
}

.inner4{
    width: 10vw;
}
.inner4 img{
    width: 100%;
    object-fit: cover;
}

@media screen and (max-width: 768px) {

    header{
        height: 40px;
        position: relative;
    }
    
    .header-title{
        width: 200px;
        height: 35px;
    }
    
    .header-menu{
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 3%;
        width: 14%;
        display: block;
        border: 1px solid #000;
        border-radius: 500px;
        padding: 3px 5px;

    }

    /* ヘッダーはここまで */

    .content{
        padding-top: 0px;
    
    }

    .keyvisual{
        position: relative;
        display: flex;
        width: 100%;
    }
    
    aside{
        position: absolute;
        width: 25%;
        top: 10%;
        right:-3%;
        height: auto;
        z-index: 999;
    }
    .sitelogo{
        display: none;
    }
    
    
    .logo-text{
        display: none;
        
    }
    
    .logo-links{
        text-align: center;
    }
    
    .logo-links li{
        margin-bottom: 40px;
    }
    
    
    .line-link{
        width: 9.7vw;
        margin: 0 auto;
    }
    
    
    
    .inst-link{
        width: 10.4vw;
        margin: 0 auto;
    }
    
    .line-link img{
        width: 100%;
        object-fit: cover;
    }
    
    .logo-links li{
        margin-bottom: 3.5vw;
    }
    
    .keyvisual-img {
        margin: 0px;
        width: 100%;
        height: auto;
    }

    .keyvisual-img img{
        border: none;
        border-radius: 0%;
    }


    /* * ここからページリンク */

    .page-links{
        height: 50px;
    }

    .page-link-logo1{
        position: absolute;
        top: 50%;
        left: 0%;
        width: 70px;
        transform: translateY(-50%);
    }

    .page-link-logo2{
        position: absolute;
        top: 50%;
        right: 0%;
        width: 70px;
        transform: translateY(-50%);
    }


    .page-link-detail{
        position: absolute;
        top: 50%;
        left: 17%;
        transform: translateY(-50%);
    }

    .page-link-detail li{
        margin-right: 2.5vw;

    }

    /* ここから内容 */

.plan{
    padding: 15px 0;
}

.title{
    text-align: center;
    font-size: 3.3vw;
    color: #000;
    margin-bottom: 20px;
}

.charge-detail{
    padding: 0 30px;
    margin-bottom: 20px;
}

.charge-detail ul{
    display: block;

}

.charge-detail li{
    width: 100%;
    margin-bottom: 10px;
    padding: 15px 0;
    border-radius: 0px;
    border: 5px solid rgba(163, 155, 155, 1);

}


.charge-img{
    width: 90%;
    margin-bottom: 10px;
}
.charge-img img{
    width: 100%;
    object-fit: cover;
}

.charge-detail-title{
    font-size: 3.5vw;
    color: #000;
    text-align: center;
    margin-bottom: 15px;
}

.charge-price{
    font-size: 4.2vw;
    margin: 0 40px;
}

.plan-text{
    background-color: #fff;
    font-size: 3.0vw;
    padding: 10px;
    margin: 0 20px;
    border: 3px solid rgba(163, 155, 155, 1);;
    
}

.plan-text li{
    margin-bottom: 20px;
}


/* ここからプラン内容 */

.kihon{
    margin:  0 40px;
}

.title2{
    font-size: 3.5vw;
    margin: 10px 0;
}

.kihon-list{
    font-size: 2.6vw;
    color: #000;
}

.kihon-list li{
    margin-bottom: 15px;
}

.other{
    margin:  0 40px;
    border-bottom: 2px solid #000;
    margin-bottom: 20px;
}

.other-list{
    font-size: 2.6vw;
    color: #000;
    margin-bottom: 20px;
}

.other-list li{
    margin-bottom: 10px;
}


.option{
    padding: 20px 0;
}

.option-price{
    margin: 0 40px;
    margin-bottom: 20px;
}

.option-list{
    font-size: 2.6vw;
    color: #000;
    margin-bottom: 20px;
    
}

.option-list li{
    margin-bottom: 20px;
}


/* ここから支払いについて */

.pay-text{
    font-size: 2.6vw;
    color: #000;
    padding: 0 40px;
    line-height: 140%;
    margin-bottom: 20px;
}

/* * ここからキャンペーン */ 

.campain{
    padding: 20px 0;
}
.campain-detail{
    padding: 0 30px;
}

.campain-detail-text{
    font-size: 2.5vw;
    color: #000;
    line-height: 140%;
    margin-bottom: 20px;
}

/* ここから比較表 */

.hikakuhyou{
    padding: 0 5px 20px 5px;
}


.design10 {
    width: 100%;
    text-align: center;
    align-items: center center;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 2.0vw;
   }
   .design10 th {
    padding: 10px;
    border-bottom: solid 4px #778ca3;
    color: #778ca3;
    
   }
   .design10 td {
    padding: 10px;
    border-bottom: solid 1px #778ca3;

   }

   /* * ここから問い合わせ */

.contact{
    height: 40vw;
}


.contact-title{
    font-size: 4.0vw;
}

.contact-text{
    font-size: 3.5vw;
    
}

.contact-link{
    font-size: 3.5vw;
    
}



/* ここかフッター */

footer{
    padding: 15px 40px;

}

.footer-title{
    margin-bottom: 15px;
}

.footer-link{
    width: 50%;
}

.inner3{
    font-size: 3.3vw;
    margin-bottom: 15px;
}

.footer-link-list li{
    margin-bottom: 10px;
    font-size: 3.0vw;
    
}

.inner4{
    width: 12vw;
}

}


   