@charset "UTF-8";

.sec_ttl{
    text-align: center;
    font-size: 3.0rem;
    font-weight: 700;
    margin-bottom: 80px;
}
.sec_ttl .en{
    position: relative;
    font-size: 4.0rem;
}
.sec_ttl .jp{
    position: absolute;
    left: 0;
    right: 0;
    top: -25px;
    text-align: center;
    font-size: 1.8rem;
    font-weight: 700 !important;
    font-family: '游ゴシック体', 'Yu Gothic', YuGothic, sans-serif !important;
}
.sec_ttl:after{
    display: block;
    content: '';
    margin: 15px auto 0 auto;
    width: 200px;
    height: 5px;
    background: #3a808e;
}

.lead{
    text-align: center;
    font-size: 2.0rem;
    font-weight: 700;
    margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
    .sec_ttl{
        font-size: 6.4vw;
        line-height: 1.5;
        margin-bottom: 12%;
    }
    .sec_ttl .en{
        font-size: 7.8vw;
    }
    .sec_ttl .jp{
        top: -6vw;
        font-size: 3.8vw;
    }
    .sec_ttl:after{
        margin: 10px auto 0 auto;
        width: 45vw;
    }

    .lead{
        font-size: 5vw;
        margin-bottom: 8%;
    }
}
/*  sec01 -------------------------------------------*/
.sec01{
    position: relative;
    padding: 0 0 50px 0;
    box-sizing: border-box;
}

.sec01 .main{
    width: 100%;
}
.sec01 .main img{
    display: block;
    width: 100%;
    max-width: inherit;
}
.sec01 .mainBtm{
    position: relative;
    background: #3a808e;
    box-sizing: border-box;
}
.sec01 .mainBtm .flex{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row-reverse;
    max-width: 1180px;
    padding: 34px 0 0 0;
    box-sizing: border-box;
}
.sec01 .mainBtm .flex .img{
    position: relative;
    margin-bottom: -134px;
    width: 48%;
    max-width: 562px;
}
.sec01 .mainBtm .flex .txt{
    width: 52%;
    padding-left: 40px;
    box-sizing: border-box;
}
.sec01 .mainBtm .flex .txt p{
    color: #FFF;
    font-size: 1.4rem;
    line-height: 2.1;
}
.sec01 .mainBtm .flex .txt .subttl{
    font-size: 2.0rem;
    font-weight: 700;
    margin-bottom: 5px;
}
.sec01 .mainBtm .flex .txt h2{
    color: #FFF;
    font-size: 3.0rem;
    font-weight: 700;
    font-feature-settings: "palt";
    margin-bottom: 20px;
    letter-spacing: .5rem;
}
.sec01 .mainBtm .flex .txt h2 .en{ font-size: 4.0rem;}
.sec01 .mainBtm .flex .txt h2 .small{
    font-size: 2.0rem;
}
.sec01 .mainBtm .flex .txt .catch{
    font-size: 2.0rem;
    font-weight: 700;
    margin-bottom: 5px;
}

.sec01 .box{
    margin-top: 35px;
    padding-left: 40px;
    box-sizing: border-box;
}
.sec01 .box p{
    font-size: 1.4rem;
    line-height: 2.14;
}

@media screen and (max-width: 1180px) {
    .sec01 .box .tab{ display: block;}
}

@media screen and (max-width: 767px) {
    .sec01{
        padding: 0 0 8% 0;
    }

    .sec01 .mainBtm .flex{
        display: block;
        max-width: inherit;
        padding: 12% 0 8% 0;
    }
    .sec01 .mainBtm .flex.wrap{ width: 86%;}
    .sec01 .mainBtm .flex .img{
        margin: 0 auto 5% auto;
        bottom: 0;
        width: 100%;
        max-width: 501px;
    }
    .sec01 .mainBtm .flex .txt{
        width: 100%;
        padding-left: 0;
        box-sizing: border-box;
    }
    .sec01 .mainBtm .flex .txt p{
        font-size: 3.7vw;
        line-height: 2;
    }
    .sec01 .mainBtm .flex .txt .subttl{
        font-size: 4.8vw;
        text-align: center;
        margin-bottom: 10vw;
    }
    .sec01 .mainBtm .flex .txt h2{
        position: relative;
        text-align: center;
        font-size: 6vw;
        margin-bottom: 7%;
        letter-spacing: .5rem;
    }
    .sec01 .mainBtm .flex .txt h2 .en{ font-size: 7vw;}
    .sec01 .mainBtm .flex .txt h2 .small{
        position: absolute;
        top: -8vw;
        left: 28vw;
        font-size: 3.8vw;
    }
    .sec01 .mainBtm .flex .txt .catch{
        font-size: 5vw;
        line-height: 1.6;
        margin-bottom: 5%;
        text-align: center;
    }
    .sec01 .box{
        margin-top: 8%;
        padding-left: 0;
    }
    .sec01 .box.wrap{
        width: 86%;
    }
    .sec01 .box p{
        font-size: 3.6vw;
        line-height: 2;
        margin-top: 4%;
    }

}

/*  sec02 -------------------------------------------*/
.sec02{
    position: relative;
    padding:130px 0 80px 0;
    margin-bottom: 55px;
    box-sizing: border-box;
}
.sec02:after{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    content: '';
    background: #3a808e;
    width: 100%;
    height: 150px;
    z-index: -1;
}

.bg_white{
    display: inline-block;
    background: #FFF;
    padding: 7px 15px 3px 15px;
    box-sizing: border-box;
}
.ie .bg_white{
    padding: 7px 15px 0 15px;
}

.sec02 .box_wrap{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.sec02 .box{
    position: relative;
    width: 49.2%;
    max-width: 580px;
}

.sec02 .box .txt{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    z-index: 3;
}
.sec02 .box .txt p{
    font-size: 1.6rem;
    font-weight: 500;
}
.sec02 .box .txt p.catch{
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 14px;
}
.sec02 .box .txt h3{
    font-size: 4.0rem;
    margin-bottom: 14px;
}
.sec02 .box .txt h3 .bg_white{padding: 7px 15px 5px 15px;}
.ie .sec02 .box .txt h3 .bg_white{padding: 7px 15px 7px 15px;}

.sec02 .box .img{
    position: relative;
    z-index: 1;
}

@media screen and (max-width: 767px) {
    .sec02{
        padding:12% 0 12% 0;
        margin-bottom: 0;
    }
    .sec02 .wrap{ width: 86%;}
    .sec02:after{
        display: none;
    }

    .bg_white{
        padding: 5px 10px 3px 10px;
    }

    .sec02 .box_wrap{
        display: block;
    }
    .sec02 .box{
        position: relative;
        width: 100%;
        max-width: inherit;
    }
    .sec02 .box+.box{ margin-top: 5%;}

    .sec02 .box .txt p{
        font-size: 3.4vw;
    }
    .sec02 .box .txt p.catch{
        font-size: 3.5vw;
        font-feature-settings: "palt";
        margin-bottom: 10px;
    }
    .mobile.android .sec02 .box .txt p.catch,
    .mobile.android .sec-main .ttl p{ font-size: 3.3vw;}

    .sec02 .box .txt h3{
        font-size: 8.6vw;
        margin-bottom: 10px;
    }
    .sec02 .box .txt h3 .bg_white{padding: 5px 10px;}

}
/*  sec03/sec04 -------------------------------------------*/
.sec03,
.sec04{
    position: relative;
    margin-bottom: 65px;
    box-sizing: border-box;
}
.sec-main{
    position: relative;
}
.sec-main .ttl{
    max-width: 1180px;
    width: 94%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 3;
}

.sec-main .ttl p{
    font-size: 1.8rem;
    font-weight: 500;
}
.sec-main .ttl p.catch{
    font-size: 2.2rem;
    font-weight: 700;
    margin-bottom: 14px;
}
.sec-main .ttl h2{
    font-size: 4.5rem;
    margin-bottom: 14px;
}
.sec-main .ttl h2 .bg_white{padding: 7px 15px 5px 15px;}
.ie .sec-main .ttl h2 .bg_white{padding: 7px 15px 7px 15px;}

.sec-main .img{
    position: relative;
    z-index: 1;
}
.sec-main .img img{
    display: block;
    width: 100%;
    max-width: inherit;
}

.sec03 .box_wrap,
.sec04 .box_wrap{
    background: #e9e9e9;
    padding: 40px 0 30px 0;
    box-sizing: border-box;
}
.sec03 .box,
.sec04 .box{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.sec03 .box .txt,
.sec04 .box .txt{
    width: 59%;
    padding-top: 15px;
    padding-right: 4%;
    box-sizing: border-box;
}
.sec04 .box .txt{
    width: 45%;
    padding-right: 0;
}
.sec03 .box .txt p,
.sec04 .box .txt p{
    font-size: 1.4rem;
    line-height: 2.14;
}
.sec03 .box .img,
.sec04 .box .img{
    width: 41%;
    max-width: 480px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.sec04 .box .img{
    width: 55%;
    max-width: 640px;
}

.sec03 .box .img p{
    font-size: 1.6rem;
    margin-top: 10px;
}

.sec03 .bnr{ margin-bottom: 30px;}

.sec03 .btn_wrap{ margin-top: 70px;}
.sec03 .btn_wrap .btn a{
    margin: 0 auto;
    background: #646464;
    border: none;
    color: #FFF;
    padding: 25px 0 24px 0;
}
@media screen and (max-width: 1200px) {
    .sec04 .box .img{
        width: 53%;
    }
}

@media screen and (max-width: 1180px) {
    .sec03 .box .img{ width: 55%;}
}

@media screen and (max-width: 767px) {
    .sec03,
    .sec04{
        margin-bottom: 7%;
    }

    .sec-main .ttl{
        max-width: inherit;
        width: 100%;
        padding: 7% 7% 20% 7%;
        position: relative;
        background-size: cover !important;
        box-sizing: border-box;
    }
    .sec03 .sec-main .ttl{ background: url("../img/product/premium/img01_sec03_sp.jpg") no-repeat center center;}
    .sec04 .sec-main .ttl{ background: url("../img/product/premium/img01_sec04_sp.jpg") no-repeat center center;}

    .sec-main .img{
        display: none;
    }

    .sec-main .ttl p{
        font-size: 3.6vw;
    }
    .sec-main .ttl p.catch{
        font-size: 4vw;
        margin-bottom: 10px;
        font-feature-settings: "palt";
    }
    .mobile.android .sec-main .ttl p.catch,
    .mobile.android .sec-main .ttl p{ font-size: 3.2vw;}
    .sec-main .ttl h2{
        font-size: 8vw;
        margin-bottom: 10px;
    }
    .sec-main .ttl h2 .bg_white{padding: 5px 10px;}
    .sec03 .box_wrap,
    .sec04 .box_wrap{
        padding: 8% 4%;
    }
    .sec03 .box,
    .sec04 .box{
        display: block;
    }
    .sec03 .box .txt,
    .sec04 .box .txt{
        width: 100%;
        margin: 0 auto 8% auto;
        padding-top: 0;
        padding-right: 0;
    }
    .sec04 .box .txt{
        width: 100%;
    }

    .sec03 .box .txt p,
    .sec04 .box .txt p{
        font-size: 3.6vw;
        line-height: 2;
    }
    .sec03 .box .img,
    .sec04 .box .img{
        width: 100%;
        max-width: inherit;
    }
    .sec03 .box .img{ justify-content: center;}
    .sec04 .box .img{
        width: 100%;
        max-width: inherit;
    }
    .sec03 .box .img div{
        width: auto;
    }
    .sec03 .box .img div+div{ margin-left: 4%;}

    .sec03 .box .img img{
        width: auto;
        height: 46.5vw;
    }

    .sec03 .box .img p{
        font-size: 2.8vw;
    }
    .sec03 .btn_wrap{
        margin: 8% auto 0 auto;
    }

    .sec03 .btn_wrap .btn a{
        width: 70%;
        max-width: inherit;
        padding: 5% 0;
    }
    .sec03 .btn_wrap .btn a:after{
        position: absolute;
        right: 5%;
        top: 50%;
        margin-left: 0;
        margin-top: -2vw;
    }

}

/*  sec05 -------------------------------------------*/
.sec05{
    position: relative;
    padding: 90px 0 0 0;
    margin-bottom: 40px;
    box-sizing: border-box;
}
.sec05 .sec_ttl .en{ letter-spacing: .3rem;}

.sec05 .img{
    width: 94%;
    text-align: center;
    margin: 0 auto;
}
@media screen and (max-width: 767px) {
    .sec05{
        padding: 8% 0 0 0;
        margin-bottom: 12%;
    }
    .sec05 .img{
        width: 86%;
        max-width: 798px;
    }

}

/*  sec06 -------------------------------------------*/
.sec06{
    position: relative;
    padding: 90px 0 50px 0;
    box-sizing: border-box;
}
.sec06 .lead{ margin-bottom: 85px;}

.sec06 .bg_wrap{
    position: relative;
    padding: 0 0 60px 0;
    margin-bottom: 70px;
    box-sizing: border-box;
}
.sec06 .bg_wrap:after{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    display: block;
    content: '';
    width: 100%;
    height: 480px;
    background: #e9e9e9;
    z-index: -1;
}

.sec06 .box_wrap{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.sec06 .box{
    width: 49%;
    max-width: 560px;
}
.sec06 .box .img{
    margin-bottom: 35px;
}
.sec06 .box .txt h3{
    font-size: 1.6rem;
    font-weight: 700;
    margin-bottom: 30px;
}
.sec06 .box .txt h3 span{
    display: block;
    font-size: 3.5rem;
    margin-bottom: 35px;
}
.sec06 .box .txt p{
    font-size: 1.4rem;
    line-height: 2.14;
}


.sec06 .btn a{
    margin: 30px auto 0 auto;
    background: #646464;
    border: none;
    color: #FFF;
    padding: 25px 0 24px 0;
}

@media screen and (max-width: 767px) {
    .sec06{
        padding: 12% 0 10% 0;
    }
    .sec06 .lead{ margin-bottom: 12%;}
    .sec06 .wrap{ width: 100%;}
    .sec06 .bg_wrap{
        padding: 0;
        margin-bottom: 0;
    }
    .sec06 .bg_wrap:after{
        display: none;
    }

    .sec06 .box_wrap{
        display: block;
    }
    .sec06 .box{
        width: 100%;
        max-width: inherit;
    }
    .sec06 .box+.box{ margin-top: 4%;}
    .sec06 .box .img{
        position: relative;
        margin-bottom: 0;
        padding: 0 7%;
        box-sizing: border-box;
    }
    .sec06 .box .img:after{
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        margin: 0 auto;
        display: block;
        content: '';
        width: 100%;
        height: 22vw;
        background: #e9e9e9;
        z-index: -1;
    }
    .sec06 .box .txt{
        padding: 8% 7% 6% 7%;
        background: #e9e9e9;
        box-sizing: border-box;
    }
    .sec06 .box .txt h3{
        font-size: 3.8vw;
        margin-bottom: 7%;
    }
    .sec06 .box .txt h3 span{
        font-size: 7vw;
        margin-bottom: 5%;
    }
    .sec06 .box .txt p{
        font-size: 3.6vw;
        line-height: 2;
    }
    .sec06 .btn a{
        margin: 6% auto 0 auto;
        width: 70%;
        max-width: inherit;
        padding: 5% 0;
    }
    .sec06 .btn a:after{
        position: absolute;
        right: 5%;
        top: 50%;
        margin-left: 0;
        margin-top: -2vw;
    }
}




