@charset "UTF-8";

/******************************************************************************
*
* [共通]ページライン
*
******************************************************************************/

.pageline {
    position: relative;
}

.pageline::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: url(../images/line1.png);
    background-repeat: no-repeat;
    background-position: bottom -1px left 0;
    background-size: 100vw;
}

.pageline.v2::before {
    background-image: url(../images/line2.png);
}


/******************************************************************************
*
* [共通]ヘッダー
*
******************************************************************************/

/*---------------------
* トップバー
---------------------*/

#topbar {
    background-image: url(../images/bg9.jpg);
    background-size: cover;
    padding: 15px 0;
    position: relative;
    border-bottom: solid 4px #000;
}

#topbar .rank {
    width: 42%;
    margin: auto;
}

#topbar .logo {
    width: 126px;
    position: absolute;
    top: 16px;
    left: 15px;
}

/*---------------------
* メイン
---------------------*/

header.hero_area {
    position: relative;
    background-image: url(../images/bg8.jpg);
    background-size: cover;
    background-position: center top;
    padding: 50px 0 50px;
}

header.hero_area::before {
    content: "";
    display: block;
    width: 100%;
    height: 100px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
}

header.hero_area .wrap {
    position: relative;
}

header.hero_area .logo {
    width: 85%;
    margin: auto;
}

header.hero_area .limit {
    width: 75%;
    margin: 0 auto 35px;
}


header.hero_area .start {
    width: 85%;
    margin: 0px auto 40px;
    filter: drop-shadow(0 0 10px rgba(232, 255, 54, 0.6));
    transform: translateZ(0);
}

header.hero_area .gift {
    width: 85%;
    margin: auto;
    filter: drop-shadow(10px 10px 20px rgba(0, 0, 0, 0.2));
    transform: translateZ(0);
}


/******************************************************************************
*
* [共通]決済
*
******************************************************************************/

/*---------------------
* 制限時間
---------------------*/

article.timer {
    padding: 50px 0 80px;
    background-image: url(../images/bg5.jpg);
    background-size: 90vw;
    background-repeat: no-repeat;
    background-position: bottom right;
}

article.timer .lead {
    width: 40%;
    margin: auto;
}

article.timer .attention {
    width: 40%;
    margin: auto;
}

/*タイマー*/

article.timer .limit {
    text-align: center;
    font-size: 180px;
    font-weight: bold;
    line-height: 1;
    margin: 15px 0 35px;
}

article.timer .c_after {
    text-align: center;
    font-size: 50px;
    font-weight: bold;
    line-height: 1.5;
}

article.timer .limit i {
    display: inline-block;
    background: -webkit-linear-gradient(0% 50% 0deg, rgba(145, 11, 13, 1) 0%, rgba(169, 14, 16, 1) 50%, rgba(107, 9, 8, 1) 100%);
    background: linear-gradient(90deg, rgba(145, 11, 13, 1) 0%, rgba(169, 14, 16, 1) 50%, rgba(107, 9, 8, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

article.timer .limit i small {
    font-size: 70%;
}


/*---------------------
*決済
---------------------*/

article.pay {
    background-image: url(../images/bg7.jpg);
    background-size: cover;
    padding-bottom: 150px;
}

article.pay#pay2 {
    padding-bottom: 40px;
}

/*リード*/

article.pay .lead {
    margin-bottom: 70px;
}

article.pay .lead .en {
    width: 280px;
    margin: 0 auto 20px;
}

article.pay .lead .ja {
    width: 56%;
    margin: 0 auto;
}

/*コンテンツ*/

article.pay .pay_list {
    display: flex;
    justify-content: space-between;
}

article.pay .pay_list .box {
    width: 48%;
    background: #fff;
}

/*提供内容*/

article.pay .pay_list .about {
    width: 90%;
    width: calc(100% - 60px);
    box-sizing: border-box;
    margin: auto;
    background: #e1e8ee;
    padding: 0 20px 10px;
}

article.pay .pay_list .about h3 {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    width: 120px;
    margin: 0 auto 10px;
    padding: 6px 0 8px;
    background: linear-gradient(90deg, rgba(1, 23, 48, 1) 0%, rgba(0, 42, 91, 1) 50%, rgba(1, 23, 48, 1) 100%);
}

article.pay .pay_list .about ol {
    counter-reset: num;
    list-style-type: none !important;
    padding: 0;
    margin: 0;
}

article.pay .pay_list .about ol li {
    position: relative;
    padding-left: 30px;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5em;
    padding: 0.5em 0.5em 0.5em 30px;
    border-bottom: dotted 1px #b3b3b3;
}

article.pay .pay_list .about ol li:last-child {
    border-bottom-width: 0;
}

article.pay .pay_list .about ol li::before {
    position: absolute;
    counter-increment: num;
    content: counter(num);
    display: inline-block;
    background: transparent;
    background: #002145;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    border-radius: 50%;
    left: 0;
    width: 22px;
    height: 22px;
    top: 12px;
}

/*詳細*/

article.pay .pay_list .info {
    background: #002145;
    margin-top: 30px;
    padding: 30px;
}

article.pay .pay_list .info dl {
    font-size: 12px;
    line-height: 1.4;
    color: #ccc;
    margin-bottom: 15px;
}

article.pay .pay_list .info dl:last-child {
    margin-bottom: 0;
}

article.pay .pay_list .info dl dt {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 5px;
}

/*メイン決済リンク*/

article.pay .pay_list .main {
    padding: 30px;
    background-image: url(../images/bg6.jpg);
    background-size: 100%;
    background-position: top 80px left 0;
}

article.pay .pay_list .main .pay_area {
    margin-top: 30px;
}

article.pay .pay_list .main .pay_area dl.c {
    margin-top: 20px
}

article.pay .pay_list .main .pay_area dl dt {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    padding: 10px 0;
    background: linear-gradient(90deg, rgba(0, 24, 101, 1) 0.05%, rgba(0, 74, 157, 1) 100%);
}

article.pay .pay_list .main .pay_area dl.c dt {
    background: linear-gradient(90deg, rgba(145, 11, 13, 1) 0%, rgba(169, 14, 16, 1) 50%, rgba(107, 9, 8, 1) 100%);
}

article.pay .pay_list .main .pay_area dl dd {
    padding: 20px;
    background: #e1e8ee;
}

article.pay .pay_list .main .pay_area dl dd .txt {
    width: 70%;
    margin: 0 auto 12px;
}

article.pay .pay_list .main .pay_area dl dd .btn {
    filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0.3));
    transform: translateZ(0);
}

article.pay .pay_list .main .pay_area dl dd .card {
    width: 60%;
    margin: 10px auto 15px;
}

article.pay .pay_list .main .pay_area dl dd ul.attention {}

article.pay .pay_list .main .pay_area dl dd ul.attention li {
    font-size: 11px;
    color: #777;
    text-indent: -1em;
    padding-left: 1em;
}

/*---------------------
*決済(カラー変更)
---------------------*/

article.pay .pay_list .box.p2 .about {
    background: #f0f0e6;
}

article.pay .pay_list .box.p2 .about h3 {
    background: linear-gradient(90deg, rgba(143, 103, 8, 1) 0%, rgba(210, 152, 27, 1) 50%, rgba(148, 107, 9, 1) 100%);
}

article.pay .pay_list .box.p2 .about ol li.l {
    color: #665128;
    font-weight: 900;
}

article.pay .pay_list .box.p2 .about ol li.l::before {
    background: #665128;
}

article.pay .pay_list .box.p2 .info {
    background: #665128;
}

article.pay .pay_list .box.p2 .main .pay_area dl dd {
    background: #f0f0e6;
}

article.pay .pay_list .box.p1 .main {
    position: sticky;
    top: 0;
}

/*---------------------
* お問い合わせ
---------------------*/

article.pay .tel {
    margin-top: 50px;
    box-sizing: border-box;
    border: solid 4px #006837;
    position: relative;
}

article.pay .tel .pc_btn {
    width: 36%;
    position: absolute;
    bottom: 6.5%;
    right: 13%;
}

article.pay .tel .pc_btn aside {
    text-align: center;
    color: #006837;
    font-size: 16px;
    line-height: 0;
    margin-top: 15px;
}


/******************************************************************************
*
* [共通]メッセージ
*
******************************************************************************/

#message {
    background-image: url(../images/bg3.jpg);
    background-size: 100%;
    position: relative;
}

#message .ava {
    width: 380px;
    position: absolute;
    top: 0;
    right: 0;
}

#message .txt {
    position: relative;
    z-index: 2;
}

#message .txt .lead {
    width: 60%;
}

#message .txt p {
    font-size: 18px;
    line-height: 1.5;
    font-weight: bold;
    color: #fff;
    margin: 80px 0 60px;
}

#message .txt .name {
    width: 260px;
    margin-left: auto;
}

/******************************************************************************
*
* [共通]特典
*
******************************************************************************/

#gift_b {
    background-image: url(../images/bg2.jpg);
    padding: 50px 0;
}

#gift_b .more {
    width: 50%;
    margin: auto;
}

/*---------------------
* メイン
---------------------*/

#gift {
    background-image: url(../images/bg4.jpg);
    background-size: cover;
    background-position: center top;
    position: relative;
}

#gift::before {
    content: "";
    display: block;
    width: 40%;
    height: 50%;
    position: absolute;
    bottom: 0;
    right: 0;
    background-image: url(../images/gift/parts.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: bottom left;
    z-index: 3;
}

/*商品*/

#gift .box {
    display: flex;
    justify-content: space-between;
}

#gift .box .title {
    width: 63%;
}

#gift .box .product {
    width: 32%;
}

/*内容*/

#gift dl.content {
    width: 80%;
    margin: 0 auto;
    position: relative;
    box-sizing: border-box;
    border: 2px solid #c21500;
    border-image: linear-gradient(to right, rgba(0, 24, 101, 1) 0%, rgba(0, 74, 157, 1) 100%);
    border-image-slice: 1;
}

#gift dl.content dt {
    background: linear-gradient(90deg, rgba(0, 24, 101, 1) 0.05%, rgba(0, 74, 157, 1) 100%);
    text-align: center;
    font-size: 30px;
    line-height: 1;
    font-weight: bold;
    color: #fff;
    padding: 30px 0;
}

#gift dl.content dd {
    background: #fff;
    padding: 50px;
}

/******************************************************************************
*
* [共通]比較
*
******************************************************************************/

#comparison {
    background-color: #fff;
    background-image: url(../images/comparison/bg.jpg);
    background-repeat: no-repeat;
    background-size: 60%;
    background-position: top left;
}

#comparison .lead {
    width: 60%;
    margin: 0 auto 50px;
    position: relative;
    padding-bottom: 50px;
}

#comparison .lead::before {
    content: "";
    display: block;
    width: 70px;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: #002145;
}

#comparison p {
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.5;
}

#comparison p.p2 {
    margin: 15px 0 30px;
}

#comparison .arrow {
    width: 200px;
    margin: 0 auto 40px;
}


/******************************************************************************
*
* [共通]レスポンシブ対応
*
******************************************************************************/

/*1920px以下*/

@media only screen and (max-width: 1920px) {}

/*1400px以下*/

@media only screen and (max-width: 1400px) {}

/*960px以下*/

@media only screen and (max-width: 960px) {}

/*644px以下*/

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

    .pageline::before {
        background-image: url(../images/line1_sp.png);
    }

    .pageline.v2::before {
        background-image: url(../images/line2_sp.png);
    }

    /*---------------------
    * [共通]トップバー
    ---------------------*/

    #topbar {
        padding: 12px 0;
        border-bottom-width: 2px;
    }

    #topbar .rank {
        width: 85%;
    }

    #topbar .logo {
        display: none;
    }

    /*---------------------
    * [共通]FV
    ---------------------*/

    header.hero_area {
        padding: 30px 0 50px;
    }

    header.hero_area::before {
        height: 100px
    }

    header.hero_area .logo {
        width: 100%;
    }

    header.hero_area .limit {
        width: 85%;
        margin: 0 auto 20px;
    }


    header.hero_area .start {
        width: 100%;
        margin: 0 auto 0;
    }

    header.hero_area .gift {
        width: 100%;
    }

    /*---------------------
    * [共通]制限時間
    ---------------------*/

    article.timer {
        padding: 10px 0 40px;
        background-size: 120vw;
        position: relative;
        z-index: 10;
    }

    article.timer .lead {
        width: 60%;
    }

    article.timer .attention {
        width: 70%;
    }

    /*タイマー*/

    article.timer .limit {
        font-size: 75px;
        margin: 10px 0 20px;
    }

    article.timer .c_after {
        font-size: 19px;
    }

    article.view {
        position: relative;
        z-index: 10;
    }

    /*---------------------
    *決済
    ---------------------*/

    article.pay {
        background-image: url(../images/bg7_sp.jpg);
        background-size: 100%;
        background-position: center top;
        padding-bottom: 50px;
        position: relative;
        z-index: 10;
        padding-top: 30px
    }

    /*リード*/

    article.pay .lead {
        top: -5px;
        margin-bottom: 40px;
    }

    article.pay .lead .en {
        width: 120px;
        margin: 0 auto 15px;
    }

    article.pay .lead .line {
        height: 20px;
    }

    article.pay .lead .ja {
        width: 80%;
        margin: 15px auto 0;
    }

    /*コンテンツ*/

    article.pay .pay_list {
        display: block;
    }

    article.pay .pay_list .box {
        width: 100%;
        box-shadow: 0 0 8px rgba(0,0,0,0.2);
    }

    /*提供内容*/

    article.pay .pay_list .about {
        width: calc(100% - 40px);
        padding: 0 15px 5px;
    }

    article.pay .pay_list .about h3 {
        font-size: 14px;
        width: 90px;
        padding: 5px 0 6px;
    }

    article.pay .pay_list .about ol li {
        font-size: 15px;
        padding: 0.7em 0.5em 0.7em 28px;
    }

    article.pay .pay_list .about ol li::before {
        font-size: 11px;
        line-height: 19px;
        width: 20px;
        height: 20px;
        top: 10px;
    }

    /*詳細*/

    article.pay .pay_list .info {
        margin-top: 20px;
        padding: 20px;
    }

    article.pay .pay_list .info dl {
        font-size: 10px;
    }

    article.pay .pay_list .info dl dt {
        font-size: 12px;
        margin-bottom: 3px;
    }

    /*メイン決済リンク*/

    article.pay .pay_list .main {
        padding: 30px 20px;
    }

    article.pay .pay_list .main .pay_area dl dt {
        font-size: 20px;
        padding: 15px 0;
    }

    article.pay .pay_list .main .pay_area dl dd {
        padding: 20px 15px;
    }

    article.pay .pay_list .main .pay_area dl dd .txt {
        width: 80%;
        margin: 0 auto 10px;
    }


    article.pay .pay_list .main .pay_area dl dd .card {
        width: 75%;
        margin: 6px auto 10px;
    }

    article.pay .pay_list .main .pay_area dl dd ul.attention li {
        font-size: 10px;
    }

    /*余白*/

    article.pay .pay_list .box.p2 {
        margin-top: 40px
    }

    /*お問い合わせ*/

    article.pay .tel {
        margin-top: 30px;
        border-width: 2px;
    }

    article.pay .tel .btn {
        background: #f8fbfd;
        padding: 20px 0 30px;
        text-align: center;
        position: relative;
    }

    article.pay .tel .btn a {
        display: inline-block;
        background: #006837;
        color: #fff;
        font-size: 20px;
        font-weight: bold;
        padding: 10px 25px;
        border-radius: 500px;
        position: relative;
    }

    article.pay .tel .btn a::before {
        content: "";
        display: block;
        width: 30px;
        height: 30px;
        position: absolute;
        bottom: -5px;
        right: -5px;
        background-image: url(../images/pay/contact_btn_f.png);
        background-size: cover;
        /* この要素のイベント無効化 */
        pointer-events: none;
    }

    /*---------------------
    * [共通]メッセージ
    ---------------------*/

    #message {
        overflow: hidden;
    }

    #message .ava {
        width: 165px;
        top: 100px;
        right: -57px;
    }

    #message .txt .lead {
        width: 100%;
    }

    #message .txt p {
        font-size: 14px;
        margin: 50px 0 40px;
    }

    #message .txt .name {
        width: 160px;
    }

    /*---------------------
    * [共通]特典
    ---------------------*/

    #gift_b {
        padding: 20px 0;
    }

    #gift_b .more {
        width: 60%;
    }

    /*メイン*/

    #gift {
        background-image: url(../images/bg4_sp.jpg);
        padding-bottom: 60px;
    }

    #gift::before {
        width: 0;
        height: 0;
    }

    /*商品*/

    #gift .box {
        display: block;
    }

    #gift .box .title {
        width: 100%;
    }

    #gift .box .product {
        width: 50%;
        margin: 30px auto 0;
    }

    /*内容*/

    #gift dl.content {
        width: 100%;
        border-width: 1px;
    }

    #gift dl.content dt {
        font-size: 20px;
        padding: 20px 0;
    }

    #gift dl.content dd {
        padding: 20px;
    }

    /*---------------------
    * [共通]比較
    ---------------------*/

    #comparison {
        background-size: 100%;
        background-position: top 0 right 50px;
        padding-bottom: 50px;
    }

    #comparison .lead {
        width: 80%;
        margin: 0 auto 40px;
        padding-bottom: 30px;
    }

    #comparison .lead::before {
        width: 40px;
    }

    #comparison p {
        font-size: 15px;
    }

    #comparison p.p2 {
        margin: 12px 0 30px;
    }

    #comparison .arrow {
        width: 150px;
        margin: 0 auto 30px;
    }


}

/*375px以下*/

@media only screen and (max-width: 375px) {}

/*360px以下*/

@media only screen and (max-width: 360px) {}

/*330px以下*/

@media only screen and (max-width: 330px) {}



/* ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */
/* 追加CSS */
/* ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */

.wapper_scrollbox {
    display: grid;
    width: 95%;
    justify-items: center;
    background-color: #f0f0f0;
    padding: 10px;
    border-radius: 5px;
    font-family: 'Times New Roman', Times, serif;
    font-weight: 600;
}
    .scrollbox {
        width: 96%;
        /* スクロールサイズ変更 */
        height: 60px;
        overflow: auto;
        border: 2px solid #ccc;
        padding: 4px;
        border-radius: 0px;
        background-color: #f7f7f7;
    }

    .scrollbox_txt {
        padding: 0px;
        font-size: 13px;
        color: #333333;
        font-family: 'Times New Roman', Times, serif;
        font-weight: 600;
    }

    input[type="checkbox"] {
        width: 20px;
    }

    .bl_form {
        display: flex;
        width: 100%;
        justify-content: center;
    }
    .agree {
        width: 110px;
    }


::-webkit-scrollbar {
    width: 5px;
    height: auto;
}

::-webkit-scrollbar-thumb {
background-color: #888;
border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
background: #555;
}

.disabled {
    pointer-events: none;
    opacity: 0.8;
}


