@charset "utf-8";

/* ヘッダー */
@media screen and (max-width: 767px) {
    header .brand-logo {
        margin-right: 0px;
    }
}

/* コンテナ */
@media screen and (max-width: 767px) {
    .campaign-container {
        padding-right: 20px !important;
        padding-left: 20px !important;
    }
}

/**
 * 背景色
 */
/* 緑 */
.background-color-green {
    background-color: #36B38C;
    background-size: 10px 10px;
    background-position: 0 0, 5px 5px;
}

/* 画像 */
.background-img {
    background-image: url("../img/bg_omobook.png");
}

/**
 * 会員登録ボタン
 */
.regist-btn {
    height: 76px;
    width: 370px;
    border-style: Solid;
    border-width: 1px;
    border-radius: 7px;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease 0s;

    /* ボタン文字 */
    line-height: 25px;
    font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;  
    font-weight: bold;
    color: #FFF;

    outline: none !important;
}

.regist-btn-red {
    background: #D56382;
    border-color: #e8979f;
}
.regist-btn-green {
    background: #36B38C;
    border-color: #36B38C;
}

.regist-btn:hover {
    box-shadow: 3px 3px 6px 0 rgba(0, 0, 0, 0.1);
    transform: translateY(-0.1875em);
}

.regist-btn-large {
    width: 454px;
}

/* 登録ボタン上部の文字：会員登録して */
.regist-btn .text-small {
    font-size: 14px;
    letter-spacing: 2.76px;
    text-indent: 7.76px;
    display: inline-block;
    width: 100%;
}

/* 登録ボタン下部の文字：応募する */
.regist-btn .text-large {
    font-size: 22px;
    letter-spacing: 4.33px;
    text-indent: 9.33px;
    display: inline-block;
}

@media screen and (max-width: 767px) {
    .regist-btn {
        width: 100%;
        max-width: 315px;
    }
    
    .regist-btn-large {
        width: 100%;
        max-width: 454px;
    }
}

/* 吹き出し(キャンペーンの申し込みはこちらから！) */
.campaign-allowbox {
    margin-top: 60px;
    margin-bottom: 20px;
}
.campaign-allowbox-1st {
    margin-top: 42px;
}

.campaign-allowbox-detail {
    margin-right: auto;
    margin-left: auto;
    padding: 8px 10px;
    width: 454px;
	position: relative;
	background: #fff;
    border-radius: 6px;
    border: 1px solid #BEBEBE;

    /* 文字設定 */
    font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: bold;
    font-size: 16px;
    color: #2F1C14;
}

@media screen and (max-width: 767px) {
    .campaign-allowbox-detail {
        width: 100%;
        max-width: 454px;
    }
}
.campaign-allowbox-detail:before {
    content: '';
    position: absolute;
    display: block;
    z-index: 1;
    border-style: solid;
    border-color: #FFF transparent;
    border-width: 15px 21px 0 0;
    bottom: -14px;
    left: 50%;
    margin-left: -10px;
}
.campaign-allowbox-detail:after {
    content: '';
    position: absolute;
    display: block;
    z-index: 0;
    border-style: solid;
    border-color: #BEBEBE transparent;
    border-width: 15px 20px 0 0;
    bottom: -16px;
    left: 50%;
    margin-left: -11px;
}

/**
 * 見出し
 */
.caption-inner {
    position: relative;
    margin: auto;
    overflow: hidden;
    padding-top: 54px;
    padding-bottom: 54px;
    font-family: Hiragino Maru Gothic Std;
}
.caption-img {
    margin: 0 15px;
}
.caption-img img {
    width: 100%;
}
.caption-img div:nth-of-type(2) {
    margin: 0 35px;
}
.caption-img div:nth-of-type(3) {
    padding-right: 74px;
    text-align: left;
}
.caption-img-sp {
    text-align: center;
    margin-bottom: 38px;
}
.caption-img-sp img {
    width: 100%;
}
.caption-text-img {
    margin-left: 15px;
    margin-right: 15px;
}
.caption-text-img img {
    max-width: 550px;
    width: 100%;
}
@media screen and (max-width: 767px) {
    .caption-img div:nth-of-type(2) {
        margin: 0 15px;
    }
    .caption-text-img img {
        max-width: 350px;
        width: 100%;
    }
    .caption-img-sp div:first-of-type {
        margin-left: 15px;
    }
}

/* 見出し：背景画像 */
@media screen and (max-width: 767px) {
    .caption-main-img {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        overflow: hidden;
    }
    .caption-main-img img {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }
}
@media screen and (max-width: 767px) {
    .caption-img img:nth-of-type(2) {
        margin: 0;
        max-width: 315px;
    }
}

/* 見出し：会員済みテキスト */
.caption-text {
    color: #DC0000;
    font: normal normal bold 16px Yu Gothic;
    margin-bottom: 38px;
}
@media screen and (max-width: 767px) {
    .caption-text {
        margin: 0 auto 20px auto;
        max-width: 315px;
        text-align: left;
    }
}

/* 見出し：登録ボタン */
.caption-button {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
    .caption-button{
        top: 417px;
        margin-bottom: 20px;
    }
}

/* サンプル画像 */
.sample-img {
    text-align: center;
    margin-top: 54px;
}
.regist-btn-sample {
    background: #F0EBBA;
    border-color: #F0EBBA;
    width: 216px;
    height: 46px;
    color: #595757;
}
.regist-btn-sample img {
    margin-right: 20px;
}
@media screen and (max-width: 767px) {
    .sample-img img {
        max-width: 100%;
    }
}

/* 注記 */
.campaign-note {
    margin-top: 30px;
    font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: 19px; 
}

/**
 * キャンペーン当選の流れ
 */
@media screen and (max-width: 767px) {
    .campaign-process {
        padding: 0 !important;
    }
}

.campaign-process {
    margin-top: 66px;
}

.campaign-process-inner {
    margin-bottom: 30px;
    padding-left: 24px;
    padding-right: 24px;
    padding-bottom: 24px;
}

.campaign-process-title {
    padding-top: 20px;
    padding-bottom: 20px;

    /* 文字設定 */
    font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 4.33px;
}

.campaign-process dl {
    position: relative;
    margin-bottom: 24px;
    padding: 30px;
    background: #fff;
}

.campaign-process dl:last-of-type {
    margin-bottom: 0px;
}

@media screen and (max-width: 767px) {
    .campaign-process dl {
        padding: 24px;
        padding-bottom: 30px;
        margin-bottom: 30px;
    }
}

.campaign-process dt {
    float: left;
    font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: normal;
    font-size: 40px;
    line-height: 30px;
    color: #333333;
    padding-top: 10px;
}

@media screen and (max-width: 767px) {
    .campaign-process dt {
        float: none;
        padding-top: 0;
        text-align: center;
        margin-bottom: 24px;
    }
}

.campaign-process dd {
    margin-bottom: 20px;
    margin-left: 55px;
    font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: bold;
    font-size: 18px;
    line-height: 30px;
    color: #333333;
}

@media screen and (max-width: 767px) {
    .campaign-process dd {
        margin-left: 0;
    }
}
.campaign-process dd:last-of-type {
    margin-bottom: 0;
}
.campaign-process dd:nth-of-type(2) {
    margin-bottom: 0px;
    line-height: 23px;

    font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: normal;
    font-size: 14px;
    color: #333333;
}