@charset "UTF-8";

/******************************************************************************
*
* [共通]動画
*
******************************************************************************/

#movie {
    background: #e95550;
    padding: 20px 0 50px;
    background-image: url(../images/bg7.jpg);
    background-size: cover;
    background-position: center;
    position: relative;
}

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

#movie .wrap {
    position: relative;
}

#movie .lead {
    width: 85%;
    margin: 0 auto 20px;
}

#movie .arrow {
    width: 140px;
    margin: 0 auto 20px;
}

#movie aside {
    font-size: 12px;
    text-indent: -1em;
    padding-left: 1em;
    color: #fff;
    margin-top: 5px;
}

/*再生ボタン*/

#movie .thum {
    position: relative;
}

.pulse_btn,
#movie .thum .mov_btn {
    width: 60px;
    height: 60px;
}

#movie .thum .mov_btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
    opacity: 0.9;
}

#movie .thum .mov_btn img {
    position: relative;
    z-index: 2;
}

.pulse_btn {
    background: #fff;
    box-shadow: none;
}

.pulse_btn::before,
.pulse_btn::after {
    border-width: 0;
    background: #ffffff;
}

#movie .mov_btn2 {
    width: 90%;
    margin: 14px auto 0;
}



/******************************************************************************
*
* [共通]トピック
*
******************************************************************************/

#topic {
    background-image: url(../images/bg8.jpg);
    background-size: 100%;
    background-position: center top;
}

#topic .lead {
    width: 90%;
    margin: 0 auto 40px;
}

/*リスト*/

#topic .list dl {
    display: flex;
    justify-content: space-between;
    background: #fff;
    padding: 10px 8px;
    margin-bottom: 15px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    background-image: url(../images/bg6.jpg);
    background-size: cover;
    border: solid 4px #fff;
}

#topic .list dl:last-child {
    margin-bottom: 0;
}

#topic .list dl dt {
    width: 30%;
}

#topic .list dl dt img {
    border-radius: 3px;
}

#topic .list dl dd {
    width: 67%
}

#topic .list dl dd h3 {
    width: 100%
}

#topic .list dl dd .btn {
    width: 85%;
    margin-top: 12px;
    cursor: pointer;
}

/*テキスト*/

#topic .txt {
    text-align: center;
    margin-top: 20px;
}

#topic .txt p.p1 {
    font-size: 13px;
}

#topic .txt p.p2 {
    font-size: 16px;
    font-weight: bold;
}

#topic .txt .arrow {
    width: 140px;
    margin: 20px auto 0;
}



/******************************************************************************
*
* [共通]STEP
*
******************************************************************************/

article.step {
    background-image: url(../images/bg9.jpg);
    background-size: 100%;
    background-position: center top;
    position: relative;
}

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

article.step .wrap {
    position: relative;
}

article.step .lead {
    width: 90%;
    margin: 0 auto;
}

/*リスト*/

article.step .list dl {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    margin-bottom: 30px;
    position: relative;
}

article.step .list dl::before {
    content: "";
    display: block;
    width: 1px;
    height: 30px;
    position: absolute;
    bottom: -30px;
    left: 0;
    right: 0;
    margin: auto;
    background: #e95550;
}

article.step .list dl:last-child {
    margin-bottom: 0;
}

article.step .list dl:last-child::before {
    display: none;
}

article.step .list dl dt {
    text-align: center;
    padding: 15px 10px;
}

article.step .list dl dt .num span {
    display: inline-block;
    background: #e95550;
    color: #fff;
    font-weight: bold;
    padding: 0 8px;
    border-radius: 50px;
}

article.step .list dl dt h3 {
    font-weight: bold;
    font-size: 17px;
    margin-top: 8px;
}

article.step .list dl dd {
    position: relative;
}

article.step .list dl dd a {
    position: absolute;
    bottom: 6.5%;
    display: block;
    width: 75%;
    left: 0;
    right: 0;
    margin: auto;
}

article.step .list dl dd aside {
    padding: 10px;
}

article.step .list dl dd aside .btn {
    width: 90%;
    margin: auto;
}

/*再生ボタン*/

article.step .thum {
    position: relative;
}

article.step .thum .mov_btn {
    width: 60px;
    height: 60px;
}

article.step .thum .mov_btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
    opacity: 0.9;
}

article.step .thum .mov_btn img {
    position: relative;
    z-index: 2;
}



/******************************************************************************
*
* [共通]コンテンツ
*
******************************************************************************/

/*---------------------
* ここからコンテンツ内容
---------------------*/


/******************************************************************************
*
* [共通]コンテンツ
*
******************************************************************************/

/*---------------------
* ここからコンテンツ内容
---------------------*/


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

#gift .arrow {
    width: 150px;
    margin: 20px auto;
}

#gift .txt {
    width: 90%;
    margin: 0 auto 15px;
}

#gift aside {
    font-size: 10px;
    margin-top: 10px;
    color: #888;
}

#gift aside .box {
    text-indent: -1em;
    padding-left: 1em;
}


/******************************************************************************
*
* [共通]モーダル
*
******************************************************************************/

.modal {
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9998;
}

.modal .modal__bg {
    background: rgba(0, 0, 0, 0.9);
    height: 100vh;
    position: absolute;
    width: 100%;
}

.modal .modal__content {
    width: 94%;
    max-width: 960px;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
}

/*閉じるアイコン*/

.modal .modal__content .close {
    position: absolute;
    top: -50px;
    right: 0;
    cursor: pointer;
}

.modal .modal__content .close .icon {
    display: block;
    width: 50px;
    height: 50px;
    position: relative;
}

.modal .modal__content .close .icon::before,
.modal .modal__content .close .icon::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #fff;
    transform: rotate(45deg);
    transform-origin: 0% 50%;
    position: absolute;
    top: 0;
    left: 14%;
}

.modal .modal__content .close .icon::after {
    transform: rotate(-45deg);
    transform-origin: 100% 50%;
    left: auto;
    right: 14%;
}

@media only screen and (max-width: 640px) {
    .modal .modal__content .close {
        top: -30px;
    }

    .modal .modal__content .close .icon {
        width: 30px;
        height: 30px;
    }
}

/*ミュート*/

.modal .mute {
    position: absolute;
    top: -40px;
    left: 0;
    cursor: pointer;
    width: 130px;
}

.modal .mute {
    display: none;
}

.modal .mute.active {
    display: block;
}

/*動画本体*/

#modal_mov {
    width: 100%;
    height: auto;
    position: relative;
}

#modal_mov::before {
    content: "";
    display: block;
    padding-top: 56%;
}

#modal_mov #modal_mov_main {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*スクロール停止*/

.scroll_stop {
    overflow: hidden;
}

/*ポインター*/

.modal_start {
    cursor: pointer;
}




/******************************************************************************
*
* [共通]バナー
*
******************************************************************************/

#banner {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    z-index: 9997;
    display: none;
}

#banner .msk {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
}

/*ボックス*/

#banner .box {
    width: 80%;
    max-width: 375px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
}

#banner .box .btn {
    width: 80%;
    position: absolute;
    bottom: 5%;
    left: 0;
    right: 0;
    margin: auto;
    cursor: pointer;
}

#banner .box #close {
    width: 20px;
    position: absolute;
    top: 10px;
    right: 10px;
}


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

/*330px以下*/

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