@charset "UTF-8";

.sec_ttl{
    text-align: center;
    font-size: 3.0rem;
    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: 2px;
    background: #3a808e;
}

.lead{
    text-align: center;
    font-size: 2.0rem;
    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: 6rem;
    }
    
    .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 0 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;
    }
}



/*  sec07 sec08 -------------------------------------------*/
.sec07 .contents-block_ttl,
.sec08 .contents-block_ttl {
    box-sizing: border-box;
}
.sec07 .contents-block_ttl h2,
.sec08 .contents-block_ttl h2 {
    font-size: 1.8rem;
    text-align: center;
    letter-spacing: .1rem;
    line-height: 1.5em;
}
.sec07 .contents-block_ttl h2 .en-bold,
.sec08 .contents-block_ttl h2 .en-bold {
    display: block;
    font-size: 4.0rem;
    margin-bottom: 20px;
    letter-spacing: .4rem;
}
.sec08 .contents-block_ttl h2 .en-bold {
    text-transform: uppercase;
}

@media screen and (min-width: 768px) {
    .sec07 .contents-block_ttl h2,
    .sec08 .contents-block_ttl h2 {
        margin-bottom: 58px;
    }
}
@media screen and (max-width: 767px) {
    .sec07 .contents-block_ttl,
    .sec08 .contents-block_ttl {
        margin-top: 8rem;
    }
    .sec07 .contents-block_ttl h2,
    .sec08 .contents-block_ttl h2 {
        margin-bottom: 2.5rem;
    }
}

/*  sec07 -------------------------------------------*/
.sec07 {
    padding-top: 0 !important;
}
.sec07 .sec07-header-text-container .sec07-header-text h2,
.sec07 .sec07-header-text-container .sec07-header-text p {
    color: #fff;
}
.sec07 .sec07-header-text-container .sec07-header-text h2 {
    font-size: 8rem;
}
.sec07 .sec07-header-text-container .sec07-header-text h2 span {
    font-family: "Questrial",sans-serif;
}
.sec07 .sec07-header-text-container .sec07-header-text .sec07-header-title_small {
    margin-top: 2rem;
    font-size: 2rem;
}
.sec07 .sec07-header-text-container .sec07-header-text .sec07-header-tag span {
    margin-right: 1rem;
}
.sec07 .sec07-lead-area {
    margin-top: 80px;
}
.sec07 .sec07-lead-area h2 {
    position: relative;
    line-height: 1.7em;
}
.sec07 .sec07-lead-area h2::before,
.sec07 .sec07-lead-area h2::after {
    position: absolute;
    width: 30px;
    height: 30px;
    content: '';
}
.sec07 .sec07-lead-area h2::before {
    border-left: solid 1px;
    border-top: solid 1px;
    top: 0;
}
.sec07 .sec07-lead-area h2::after {
    border-right: solid 1px;
    border-bottom: solid 1px;
    bottom: 0;
}
.sec07 .sec07-img-area {
    margin-top: 140px;
}
.sec07 .sec07-img-area figure {
    order: 1;
}
.sec07 .sec07-img-area p {
    order: 2;
    text-align: center;
}
.sec07 .sec07-text-area h3 {
    font-size: 3.2rem;
    text-align: center;
}
.sec07 .sec07-text-area p + p {
    margin-top: 2.5rem;
}
.sec07 .sec07-highlights-area .highlights-box .highlights-number {
    font-family: "Questrial",sans-serif;
    font-size: 3rem;
}
.sec07 .sec07-highlights-area .highlights-box .highlights-number span {
    font-size: 1.6rem;
    letter-spacing: 1px;
    margin-right: 1rem;
}
.sec07 .sec07-highlights-area .highlights-box .highlights-title {
    font-size: 2rem;
}
.sec07 .sec07-highlights-area .highlights-box .highlights-text {
    margin-top: 1rem;
}
.sec07 .sec07-footer-text-container .sec07-footer-title {
    color: #fff;
    font-size: 5rem;
    letter-spacing: .4rem;
    line-height: 1.5em;
    text-align: center;
}
.sec07 .sec07-footer-text-container .sec07-footer-title .sec07-footer-title_small {
    color: #fff;
    font-size: 2.4rem;
    letter-spacing: .2rem;
    text-align: center;
}

@media screen and (min-width: 768px) {
    .sec07 {
        margin-bottom: 120px;
    }
    .sec07 .sec07-header-text-container {
        background: url("../img/product/premium/img01_sec07.png") no-repeat center center;
        background-size: cover;
        height: 800px;
    }
    .sec07 .sec07-header-text-container .sec07-header-text-container-inner {
        position: relative;
        max-width: 1500px;
        width: 100%;
        height: 800px;
        margin: 0 auto;
    }
    .sec07 .sec07-header-text-container .sec07-header-text {
        position: absolute;
        width: calc(100% - 480px);
        left: 60px;
        bottom: 110px;
        border-top: 1px solid rgba(255 255 255 / 0.7);
        padding-top: 4rem;
        z-index: 1;
    }
    .sec07 .sec07-header-text-container .sec07-header-text h2 {
        letter-spacing: 11px;
    }
    .sec07 .sec07-header-text-container .sec07-header-text .sec07-header-tag {
        margin-top: 1.5rem;
        font-size: 1.5rem;
    }
    .sec07 .sec07-header-text-container figure {
        position: absolute;
        right: 60px;
        bottom: 60px;
    }
    .sec07 .sec07-lead-area,
    .sec07 .sec07-img-area {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 20px;
    }
    .sec07 .sec07-lead-area h2,
    .sec07 .sec07-text-area figure {
        width: 600px;
    }
    .sec07 .sec07-lead-area h2 {
        padding: 20px 100px;
        font-size: 4rem;
        letter-spacing: 3px;
    }
    .sec07 .sec07-lead-area h2::before {
        left: 50px;
    }
    .sec07 .sec07-lead-area h2::after {
        right: 50px;
    }
    .sec07 .sec07-text-area h3 + p {
        margin-top: 4.2rem;
    }
    .sec07 .sec07-lead-area p {
        width: calc(100% - 620px);
    }
    .sec07 .sec07-text-area {
        margin-top: 100px;
    }
    .sec07 .sec07-text-area p {
        font-size: 1.4rem;
        text-align: center;
    }
    .sec07 .sec07-img-area p {
        width: 50%;
        font-size: 3.6rem;
    }
    .sec07 .sec07-highlights-area {
        margin-top: 100px;
    }
    .sec07 .sec07-highlights-area .highlights-box {
        display: flex;
        justify-content: space-between;
    }
    .sec07 .sec07-highlights-area .highlights-box + .highlights-box {
        margin-top: 60px;
    }
    .sec07 .sec07-highlights-area .highlights-box .highlights-text {
        font-size: 1.4rem;
    }
    .sec07 .sec07-highlights-area .highlights-box figure {
        width: 550px;
    }
    .sec07 .sec07-highlights-area .highlights-box div {
        width: 570px;
    }
    .sec07 .sec07-footer-text-container {
        position: relative;
        background: url("../img/product/premium/img08_sec07.png") no-repeat center center;
        background-size: cover;
        height: 650px;
        margin-top: 160px;
    }
    .sec07 .sec07-footer-text-container .sec07-footer-title {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateY(-50%) translateX(-50%);
        -webkit-transform: translateY(-50%) translateX(-50%);
    }
}

@media screen and (max-width: 767px) {
    .sec07 {
        margin-bottom: 16vw;
    }
    .sec07 .wrap {
        width: 86%;
    }
    .sec07 .sec07-header-text-container {
        padding: 20vw 7vw 18vw 7vw;
        background: url("../img/product/premium/img01_sec07_sp.png") no-repeat center center;
        background-size: cover;
    }
    .sec07 .sec07-header-text-container .sec07-header-text-container-inner {
        position: relative;
    }
    .sec07 .sec07-header-text-container .sec07-header-text {
        position: absolute;
        top: 0;
        left: 0;
    }
    .sec07 .sec07-header-text-container .sec07-header-text h2 {
        font-size: 12.5vw;
        letter-spacing: 4px;
    }
    .sec07 .sec07-header-text-container .sec07-header-text .sec07-header-title_small {
        font-size: 4.3vw;
    }
    .sec07 .sec07-header-text-container figure {
        margin: 0;
    }
    .sec07 .sec07-header-text-container .sec07-header-text p {
        font-size: 3.3vw;
    }
    .sec07 .sec07-lead-area h2 {
        padding: 4vw 8vw;
        font-size: 6.6vw;
        letter-spacing: 1px;
    }
    .sec07 .sec07-lead-area h2::before {
        left: 0;
    }
    .sec07 .sec07-lead-area h2::after {
        right: 0;
    }
    .sec07 .sec07-text-area h3 + p {
        margin-top: 6.8vw;
    }
    .sec07 .sec07-lead-area p {
        margin-top: 3rem;
    }
    .sec07 .sec07-img-area {
        margin-top: 6rem;
    }
    .sec07 .sec07-img-area p {
        margin-bottom: 2rem;
        font-size: 6.6vw;
    }
    .sec07 .sec07-text-area {
        margin-top: 6.8vw;
    }
    .sec07 .sec07-text-area h3 {
        font-size: 5.2vw;
        line-height: 1.75em;
    }
    .sec07 .sec07-highlights-area .highlights-box {
        margin-top: 10vw;
    }
    .sec07 .sec07-highlights-area .highlights-box .highlights-title {
        font-size: 1.8rem;
    }
    .sec07 .sec07-footer-text-container {
        margin-top: 17.2vw;
        padding: 25% 0 23% 0;
        background: url("../img/product/premium/img08_sec07_sp.png") no-repeat center center;
        background-size: cover;
    }
    .sec07 .sec07-footer-text-container .sec07-footer-title {
        font-size: 7.5vw;
        line-height: 2em;
    }
    .sec07 .sec07-footer-text-container .sec07-footer-title .sec07-footer-title_small {
        font-size: 4vw;
    }
}


/*  sec08 -------------------------------------------*/
.sec08 .sec08-contact-box div {
    background-color: #f5f5f5;
}
.sec08 .sec08-contact-box div h3 {
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 30px;
    font-size: 2.4rem;
    text-align: center;
}
.sec08 .sec08-contact-box div h3::after {
    content: '';
    width: 80px;
    height: 1px;
    display: inline-block;
    background-color: #c9c9c9;
    position: absolute;
    bottom: 0;
    left: calc(50% - 40px)
}
.sec08 .sec08-contact-box div p {
    margin-bottom: 40px;
    font-size: 1.4rem;
}
.sec08 .sec08-contact-box div ul {
    margin: 0 auto 35px;
}
.sec08 .sec08-contact-box div ul li {
    position: relative;
    padding-left: 2rem;
}
.sec08 .sec08-contact-box div ul li::after {
    content: '';
    display: block;
    position: absolute;
    top: .75em;
    left: 0;
    width: 10px;
    height: 5px;
    border-left: 2px solid #646464;
    border-bottom: 2px solid #646464;
    transform: rotate(-45deg);
}
.sec08 .sec08-contact-box div .btn {
    margin-bottom: 0;
    text-align: center;
}
.sec08 .sec08-contact-box div .btn a {
    display: block;
    width: auto;
    max-width: 280px;
    background-color: #646464;
    color: #FFF;
    margin: 0 auto;
    padding: 11px 25px;
    font-size: 1.6rem;
    border-radius: 50px;
    text-align: center;
}
.sec08 .sec08-contact-box div .btn a:before {
    display: inline-block;
    vertical-align: middle;
    content: '';
    background-size: 100% auto !important;
    margin-right: 8px;
}
.sec08 .sec08-contact-box div .btn.reservation a:before {
    position: relative;
    top: -1px;
    background: url(../img/common/icn_reservation.png) no-repeat center center;
    width: 18px;
    height: 16px;
}
.sec08 .sec08-contact-box div .btn.contact a:before {
    position: relative;
    top: -1px;
    background: url(../img/common/icn_contact.png) no-repeat center center;
    width: 18px;
    height: 16px;
}

@media screen and (min-width: 768px) {
    .sec08 .sec08-contact-box {
        display: flex;
        justify-content: space-between;
        gap: 60px;
    }
    .sec08 .sec08-contact-box div ul {
        width: 85%;
        margin: 0 auto 35px;
    }
    .sec08 .sec08-contact-box div {
        width: 50%;
        padding: 60px 40px;
    }
    .sec08 .sec08-contact-box div .btn a:after {
        margin-right: 5px;
    }
    .sec08 .sec08-contact-box div .btn a:hover:after {
        margin-left: 23px;
        margin-right: 0;
    }
}

@media screen and (max-width: 767px) {
    .sec08 {
        margin-bottom: 6rem;
    }
    .sec08.wrap {
        width: 86%;
    }
    .sec08 .sec08-contact-box div {
        padding: 4rem 5vw;
    }
    .sec08 .sec08-contact-box div:first-of-type {
        margin-bottom: 2.5rem;
    }
    .sec08 .sec08-contact-box div h3 {
        font-size: 5.5vw;
    }
    .sec08 .sec08-contact-box div .btn {
        padding: 0 4vw;
    }
    .sec08 .sec08-contact-box div .btn a {
        padding: 14px 25px;
    }
}
