@charset "utf-8";

#stamp_contents {
    display: none;
}
#stamp_loader {
    min-height: calc(100vh - 130px);
}

/* ----------共通----------  */
img {
    width: 100%;
    height: auto;
}
.contents {
    border-top: 2px solid #CECAB7;
    background-color: #FFFFFF;
}
.contents p {
    line-height: 1.5;
}
a.link{
    display: inline;
    text-decoration: underline;
    color: #0073A8;
}
ul.note_list{
    width: 100%;
    padding: 3% 4%;
    margin: 0 auto;
    box-sizing: border-box;
    background-color: #fff;
}
ul.note_list li{
    padding-left: 1em;
    text-indent: calc(-1em - 5px);
    margin: 4px 0;
    line-height: 1.5;
    font-size: 12px;
}
ul.note_list li:before{
    counter-increment: none;
    content: '※';
    margin-right: 5px;
}
h2.title {
    margin-top: 9%;
    font-size: 4.8vw;
    font-weight: bold;
    text-align: center;
    background-color: #F0EEEC;
    padding: 6% 0 6% 0;
}
.inner {
    width: 92%;
    margin: 5% auto 0;
    border-radius: 15px;
    box-sizing: border-box;
}
.red {
    color: #CC0000;
}
.border_thin {
    border-top: 2px solid #F0EEEC;
}
/* アコーディオン Tabキーで要素フォーカス時 */
[tabindex="0"]:focus-visible {
    outline: 2px solid rgb(0, 95, 204);
    outline-offset: -2px;
}

@media screen and (min-width: 641px) {
    ul.note_list li{
        font-size: 13px;
    }
    h2.title {
        font-size: 22px;
        padding: 32px 0 32px 0;
    }
}
#dpaystamp_store .inner{
    display: none;
}

/* ----------スタンプカード---------- */
/* ローダー スタンプカード台紙 */
.loader-stamp-wrap {
    height: calc(31vw + 4.6vw);
    padding: 2.5% 0;
    position: relative;
}
.loader-stamp-icon::before {
    content: "";
    width: 45px;
    height: 45px;
    background-image: url(/stamp/payment/img/loader_wh_kuji.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
@media all and (min-width: 641px) {
    .loader-stamp-wrap {
        height: calc(196px + 24px);
    }
    .loader-stamp-icon::before {
        width: 65px;
        height: 65px;
    }
}
#stampcard {
    background-color: #F0EEEC;
}
#stampcard .img_title {
    width: 100%;
    margin: 0 auto;
}
#stampcard .stampcard_wrap {
    position: relative;
    width: 92%;
    margin: 0 auto 5%;
    border-radius: 17px 17px 4vw 4vw;
    overflow: hidden;
}
#stampcard .stampcard_wrap .title {
    padding: 4.5% 0 3%;
    height: 1.5em;
    font-size: 3.5vw;
    background-color: #CC0033;
    color: #fff;
    text-align: center;
    font-weight: bold;
}
#stampcard .stamp {
    padding: 0 4% 4% 4%;
    background-image: url("/stamp/payment/img/stampcard_bg.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
#stampcard .stampcard_wrap .detail {
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:justify;
    -webkit-justify-content:space-between;
    -ms-flex-pack:justify;
    justify-content:space-between;
    min-height: 4.6vw;
}
#stampcard .stampcard_wrap .sheet {
    font-size: 3.5vw;
}
#stampcard .stampcard_wrap .sheet span {
    font-size: 4vw;
    font-weight: bold;
}
#stampcard .stampcard_wrap .date {
    width: 45%;
    font-size: 3.5vw;
    font-weight: bold;
    text-align: right;
}
#stampcard .stampcard_wrap .beginDate {
    margin-right: 5%;
    padding: 0 3%;
    background-color: #F1D781;
}
/*
 メンテナンス中
 スタンプカード FV
 */
#stampcard .stampcard_maintenance,
#stampcard .stampcard_clear,
#stampcard .stampcard_limit,
#stampcard .stampcard_close,
#stampcard .stampcard_systemError,
#stampcard .stampcard_logout,
#stampcard .stampcard_nonmember {
    display: none;
}
#stampcard .stampcard_maintenance,
#stampcard .stampcard_fv {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    text-align: center;
    padding: 0 4%;
}
#stampcard .stampcard_maintenance > div,
#stampcard .stampcard_fv > div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
}
#stampcard .stampcard_maintenance h4,
#stampcard .stampcard_fv h3,
#stampcard .stampcard_fv h4 {
    line-height: 1.6;
    font-weight: bold;
}
#stampcard .stampcard_fv h3 {
    font-size: 4.7vw;
}
#stampcard .stampcard_maintenance h4,
#stampcard .stampcard_fv h4 {
    font-size: 3.5vw;
}
/*メンテナンス中*/
#stampcard .stampcard_maintenance .period {
    margin: 3% auto 0;
    padding: 4% 0;
    width: 100%;
    max-width: 440px;
    background-color: #fff;
    color: #3D3D3D;
    border-radius: 11px;
    line-height: 1.5;
    font-size: 3.2vw;
    font-weight: bold;
}
#stampcard .maintenance_text {
    padding-top: 2%;
    font-size: 2.8vw;
    font-weight: bold;
}
#stampcard .stampcard_maintenance .note_text {
    padding-top: 3.5%;
    font-size: 2.9vw;
    text-align: left;
}
/*進行中の台紙なし*/
#stampcard .stampcard_fv .stamp_clear {
    position: relative;
    color: #F9D14B;
}
#stampcard .stampcard_fv .stamp_clear::after,
#stampcard .stampcard_fv .stamp_clear::before {
    position: absolute;
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    top: -7%;
    width: 7%;
    height: 7vw;
}
#stampcard .stampcard_fv .stamp_clear::before {
    background-image: url("/stamp/payment/img/star1.png");
    left: 12%;
}
#stampcard .stampcard_fv .stamp_clear::after {
    background-image: url("/stamp/payment/img/star2.png");
    right: 12%;
}
/* システムエラー*/
#stampcard .stampcard_fv.stampcard_systemError .text {
    padding-top: 4%;
    font-size: 3.5vw;
}
/*ボタン*/
#stampcard .stampcard_fv .btn_dpt {
    margin: 2% auto 0;
    max-width: 470px;
    padding: 4.5% 6% 4%;
    border-radius: 6px;
    background-color: #fff;
    box-sizing: border-box;
}
#stampcard .stampcard_fv .btn_dpt .next {
    margin-top: 0;
    margin-bottom: 3%;
    background-color: #CC0033;
    border-color: #CC0033;
}
#stampcard .stampcard_fv .btn_dpt .next a:hover {
    opacity: 1;
}
#stampcard .stampcard_fv .btn_dpt .next p {
    font-size: 3.7vw;
    color: #FFFFFF;
}
#stampcard .stampcard_fv .btn_dpt .next p::after {
    border-color: #FFFFFF;
}
/*未ログイン*/
#stampcard .stampcard_fv .btn_dpt.logout .next p {
    padding: 3.5% 30px 3.5% 45px;
}
#stampcard .stampcard_fv .btn_dpt.logout .next p::after {
    border: none;
}
#stampcard .stampcard_fv .btn_dpt.logout .next p::before {
    position: absolute;
    content: '';
    background: url(/common/img/dpoint_login_button.png) no-repeat;
    background-size: contain;
    top: 0;
    left: 0;
    width: 15vw;
    height: 100%;
    border: 1.5px solid #CC0033;
    border-right: none;
    border-radius: 5px 0 0 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
/*ビジネス(非会員)*/
#stampcard .stampcard_fv .btn_dpt.nonmember .next p {
    padding: 3.5% 0;
}
/*エラー 未対応 対応*/
#stampcard .stampcard_fv.stampcard_notSupport .login_text,
#stampcard .stampcard_fv.stampcard_support .login_text {
    padding-top: 0.5%;
    font-size: 3.2vw;
    font-weight: bold;
}
/*エラー 未対応*/
#stampcard .stampcard_fv.stampcard_notSupport .text {
    padding-top: 3%;
    font-size: 3vw;
}
#stampcard .stampcard_fv.stampcard_notSupport .next {
    margin-top: 3.5%;
    margin-bottom: 0;
}
#stampcard .stampcard_fv.stampcard_notSupport .next p {
    padding: 3.5% 30px 3.5% 30px;
}
/*エラー 対応*/
#stampcard .stampcard_fv.stampcard_support .note_text {
    padding-top: 3%;
    font-size: 2.9vw;
}
#stampcard .stampcard_fv.stampcard_support .btn_dpt {
    margin-top: 3%;
    padding: 3.5% 6% 3%;
}
#stampcard .stampcard_fv.stampcard_support .next {
    margin-bottom: 0;
}
/*ボタン下 テキストリンク*/
#stampcard .stampcard_fv .btn_dpt .txtlinkBlock {
    text-align: center;
}
#stampcard .stampcard_fv .btn_dpt a.txtlink {
    display: inline;
    text-align: center;
    color: #0073A8;
    text-decoration: underline;
    font-size: 3vw;
    line-height: 1.3;
}
#stampcard .stampcard_fv .btn_dpt a.txtlink:hover {
    opacity: .6;
}
.stampcard_bottom_area {
    background-color: #fff;
}
/* スタンプカード下テキスト */
#stampcard .stamp_discriptions {
    margin-bottom: 5%;
}
#stampcard .discription,
#stampcard .storeStampClose_text,
#stampcard .policy_status_text,
#stampcard .overBudget_usageAlert {
    width: 92%;
    margin: 0 auto 2%;
    font-size: 14px;
    font-weight: bold;
}
#stampcard .storeStampClose_text,
#stampcard .policy_status_text,
#stampcard .overBudget_usageAlert {
    color: #CC0000;
}
#stampcard .discription:empty,
#stampcard .storeStampClose_text:empty,
#stampcard .policy_status_text:empty {
    margin: 0;
}
#stampcard .overBudget_usageAlert {
    display: none;
}
#stampcard .maintenance_info {
    font-size: 14px;
    color: #CC0000;
    font-weight: bold;
    text-decoration: underline;
    text-align: center;
    margin-top: 4%;
}
#stampcard .maintenance_info:hover {
    cursor: pointer;
}
#stampcard .stampcard_support,
#stampcard .stampcard_notSupport{
    display: none;
}
/*メンテナンス事前告知 モーダル*/
.modalWrap.maintenance_modal {
    border-radius: 8px;
}
.maintenance_modal .modal_contentWrap {
    padding: 17% 8%;
}
.maintenance_modal h4 {
    font-size: 3.5vw;
    font-weight: bold;
}
.maintenance_modal .maintenance_text {
    padding-top: 5%;
    font-size: 2.9vw;
    font-weight: bold;
}
.maintenance_modal .period {
    margin: 5.5% auto 0;
    padding: 5% 0;
    width: 100%;
    max-width: 440px;
    background-color: #F0EEEC;
    color: #3D3D3D;
    border-radius: 11px;
    line-height: 1.5;
    font-size: 3.2vw;
    font-weight: bold;
}
.maintenance_modal .note_text {
    padding-top: 6%;
    font-size: 3vw;
    text-align: left;
}
/*くじ 開く*/
#stampcard .stampcard_benefit {
    margin-top: 5%;
    padding-top: 3.5%;
    background-color: #CC0033;
    display:none;
}
#stampcard .stampcard_benefit .title {
    font-size: 3.7vw;
    color: #fff;
    text-align: center;
    font-weight: bold;
}
#stampcard .stampcard_benefit .kuji_wrap {
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    width: 92%;
    margin: 2.5% auto 0;
    padding-bottom: 2.5%;
}
#stampcard .stampcard_benefit .note_active .kuji_wrap {
    padding-bottom: 8%;
}
#stampcard .stampcard_benefit .kuji_wrap .kuji {
    margin-right: 2.5%;
    margin-bottom: 2.5%;
}
#stampcard .stampcard_benefit .kuji_wrap .kuji:nth-child(3n) {
    margin-right: 0;
}
#stampcard .stampcard_benefit .kuji_wrap .kuji_note {
    position: absolute;
    width: 70%;
    right: 0;
    left: 0;
    margin: 0 auto;
    bottom: 2vw;
    z-index: 200;
}
/*くじ アコーディオン*/
.kuji_accordion {
    position: relative;
}
.kuji_accordion .kuji_wrap {
    height: auto;
    overflow: hidden;
    max-height: 39vw; /*高さ調整（注釈なし）*/
    transition: max-height 0.8s; /*開閉時間*/
}
.kuji_accordion.note_active .kuji_wrap {
    max-height: 33vw; /*高さ調整(注釈あり)*/
}
.kuji_accordion .show_more::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    display: block;
    width: 100%;
    height: 22vw;
    transition: 1s;
    background: linear-gradient(180deg, rgba(172, 9, 49, 0.00) 0%, rgba(172, 9, 49, 0.80) 49.21%, #AC0931 90%);
}
.kuji_accordion.note_active .show_more::after {
    height: 21.5vw;
}
/*コンテンツの開閉で追加・削除するクラス*/
.kuji_accordion .kuji_wrap.open + .show_more::after {
    z-index: -1;
    opacity: 0;
}
.kuji_accordion .show_more {
    display: none;
    margin: 0 auto;
    border: 0;
    color: #fff;
    text-align: center;
}
.kuji_accordion .show_more p {
    position: absolute;
    z-index: 100;
    right: 0;
    left: 0;
    bottom: 6%;
    margin: 0 auto;
    width: 21vw;
    font-size: 3.7vw;
    font-weight: bold;
    cursor: pointer;
}
.kuji_accordion .show_more p::after {
    position: absolute;
    content: '';
    width: 1.8vw;
    height: 1.8vw;
    display: block;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    top: 38%;
    left: -17%;
    -webkit-transform: translate(0, -50%) rotate(135deg);
    transform: translate(0, -50%) rotate(135deg);
}
.kuji_accordion.note_active .show_more p {
    bottom: 20%;
}
/*宝箱*/
.kuji {
    -webkit-flex-basis: 31.5%;
    -ms-flex-preferred-size: 31.5%;
    flex-basis: 31.5%;
    width: 31.5%;
    padding: 3%;
    box-shadow: 4px 4px 0px 0px rgba(0, 0, 0, 0.20);
    border-radius: 8px;
    background-color: #FACB32;
    box-sizing: border-box;
}
.kuji:hover {
    cursor: pointer;
}
.kuji div {
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:center;
    -webkit-justify-content:center;
    -ms-flex-pack:center;
    justify-content:center;
    -webkit-box-align:center;
    -webkit-align-items:center;
    -ms-flex-align:center;
    align-items:center;
}
.kuji img {
    -webkit-flex-basis: 28%;
    -ms-flex-preferred-size: 28%;
    flex-basis: 28%;
    width: 28%;
    margin-right: 9%;
}
.kuji div p {
    height: 7.1vw;
    font-size: 5.3vw;
    font-weight: bold;
}
.kuji .date {
    display: block;
    padding-top: 10%;
    font-size: 3vw;
    text-align: center;
}
#stampcard .stampcard_benefit .kuji_note {
    display: none;
    padding-top: 2%;
    color: #fff;
    font-size: 3.5vw;
    text-align: center;
}
/* 報酬獲得エリア下注釈 */
.js-annotation {
    display: none;
}
.annotation_wrap {
    width: 100%;
    padding: 3% 4%;
    margin: 0 auto;
    box-sizing: border-box;
    background-color: #fff;
}
.annotation_wrap .annotation_content {
    font-size: 12px;
    line-height: 1.5;
}
.annotation_wrap .annotation_content a {
    display: inline;
    text-decoration: underline;
    color: #0073A8;
    cursor: pointer;
}
/*アンカーリンク*/
#stampcard .anchor_history {
    width: 100%;
    text-align: center;
    display: none;
    background-color: #FFFFFF;
    margin-bottom: 9%;
}
#stampcard .anchor_history a {
    position: relative;
    display: block;
    width: 85%;
    margin: 0 auto;
    padding: 3% 4% 3% 10%;
    font-size: 3.5vw;
    font-weight: bold;
    color: #3D3D3D;
    background-color: #fff;
    border-radius: 50px;
    box-sizing: border-box;
    border: 2px solid #A7A7A7
}
#stampcard .anchor_history a::after {
    position: absolute;
    content: '';
    width: 1.8vw;
    height: 1.8vw;
    display: block;
    border-top: 2px solid #333333;
    border-right: 2px solid #333333;
    top: 44%;
    left: 7%;
    -webkit-transform: translate(0, -50%) rotate(135deg);
    transform: translate(0, -50%) rotate(135deg);
}
@media screen and (min-width: 641px) {
    #stampcard .stampcard_wrap {
        border-radius: 17px 17px 25px 25px;
    }
    #stampcard .stampcard_wrap .title {
        padding: 20px 0 15px;
        font-size: 18px;
    }
    #stampcard .stampcard_wrap .detail {
        min-height: 24px;
    }
    #stampcard .stampcard_wrap .sheet {
        font-size: 16px;
    }
    #stampcard .stampcard_wrap .sheet span {
        font-size: 19px;
    }
    #stampcard .stampcard_wrap .date {
        font-size: 16px;
    }
    /*スタンプカード FV*/
    /*メンテナンス中*/
    #stampcard .stampcard_maintenance,
    #stampcard .stampcard_fv {
        padding: 0 25px;
    }
    #stampcard .stampcard_fv h3 {
        font-size: 28px;
    }
    #stampcard .stampcard_maintenance h4,
    #stampcard .stampcard_fv h4 {
        font-size: 20px;
    }
    /*メンテナンス中*/
    #stampcard .stampcard_maintenance .period {
        font-size: 17px;
    }
    #stampcard .stampcard_maintenance .maintenance_text,
    #stampcard .stampcard_maintenance .note_text {
        font-size: 15px;
    }
    /*進行中の台紙なし*/
    #stampcard .stampcard_fv .stamp_clear::after,
    #stampcard .stampcard_fv .stamp_clear::before {
        top: -2%;
        width: 6%;
        height: 45px;
    }
    #stampcard .stampcard_fv .stamp_clear::before {
        left: 15%;
    }
    #stampcard .stampcard_fv .stamp_clear::after {
        right: 15%;
    }
    /* システムエラー */
    #stampcard .stampcard_fv.stampcard_systemError .text {
        font-size: 20px;
    }
    /*ログインボタン*/
    #stampcard .stampcard_fv .btn_dpt {
        padding: 15px 28px 15px;
    }
    #stampcard .stampcard_fv .btn_dpt .next p {
        font-size: 16px;
    }
    #stampcard .stampcard_fv .btn_dpt .next p::before {
        width: 56px;
    }
    /*ボタン下 テキストリンク*/
    #stampcard .stampcard_fv .btn_dpt a.txtlink {
        font-size: 14px;
    }
    /* スタンプカード下テキスト */
    #stampcard .discription,
    #stampcard .storeStampClose_text,
    #stampcard .policy_status_text,
    #stampcard .overBudget_usageAlert {
        font-size: 16px;
    }
    #stampcard .maintenance_info {
        font-size: 16px;
    }
    /*メンテナンス事前告知 モーダル*/
    .maintenance_modal h4 {
        font-size: 20px;
    }
    .maintenance_modal .maintenance_text {
        font-size: 15px;
    }
    .maintenance_modal .period {
        font-size: 17px;
    }
    .maintenance_modal .note_text {
        font-size: 15px;
    }
    /*くじ 開く*/
    #stampcard .stampcard_benefit .title {
        font-size: 20px;
    }
    #stampcard .stampcard_benefit .note_active .kuji_wrap {
        padding-bottom: 7%;
    }
    #stampcard .stampcard_benefit .kuji_wrap .kuji_note {
        bottom: 15px;
    }
    /*くじ アコーディオン*/
    .kuji_accordion .kuji_wrap {
        max-height: 225px; /*高さ調整（注釈なし）*/
    }
    .kuji_accordion.note_active .kuji_wrap {
        max-height: 190px; /*高さ調整(注釈あり)*/
    }
    .kuji_accordion .show_more::after {
        height: 125px;
    }
    .kuji_accordion.note_active .show_more::after {
        height: 120px;
    }
    .kuji_accordion .show_more p {
        width: 110px;
        font-size: 18px;
    }
    .kuji_accordion .show_more p::after {
        width: 9px;
        height: 9px;
        top: 36%;
        left: -12%;
    }
    .kuji img {
        -webkit-flex-basis: 27%;
        -ms-flex-preferred-size: 27%;
        flex-basis: 27%;
        width: 27%;
    }
    .kuji div p {
        height: 42px;
        font-size: 32px;
    }
    .kuji .date {
        padding-top: 13px;
        font-size: 16px;
    }
    #stampcard .stampcard_benefit .kuji_note {
        padding-top: 1%;
        font-size: 17px;
    }
    /* 報酬獲得エリア下注釈 */
    .note_list .note_list_content {
        font-size: 13px;
    }
    /*アンカーリンク*/
    #stampcard .anchor_history a {
        width: 510px;
        padding: 15px 0 15px 30px;
        font-size: 17px;
    }
    #stampcard .anchor_history a::after {
        left: 77px;
        width: 9px;
        height: 9px;
    }
}

/* ----今月のスタンプカード履歴---- */
#stampcard_history {
    padding-bottom: 6%;
    display:none;
}
#stampcard_history h3 {
    padding: 4%;
    font-size: 4.6vw;
    font-weight: bold;
    background: #F7F5F3;
    border-bottom: 2px solid #D4D2CF;
}
#stampcard_history .history_list > li {
    border-bottom: 2px solid #D4D2CF;
}
/* アコーディオンタイトル */
#stampcard_history .history_list li .accordion_head {
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:justify;
    -webkit-justify-content:space-between;
    -ms-flex-pack:justify;
    justify-content:space-between;
    -webkit-box-align:center;
    -webkit-align-items:center;
    -ms-flex-align:center;
    align-items:center;
    padding: 3% 12% 3% 4%;
    position: relative;
    cursor: pointer;
}
#stampcard_history .history_list li .accordion_head::after {
    content: '';
    width: 2.5vw;
    height: 2.5vw;
    border: 0;
    border-bottom: solid 3px #1A1311;
    border-right: solid 3px #1A1311;
    position: absolute;
    top: 50%;
    right: 4%;
    margin-top: -10px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all .3s;
    transition: all .3s;
}
/* アコーディオン中身ない時 */
#stampcard_history .history_list li .accordion_head.no-body {
    cursor: auto;
}
#stampcard_history .history_list li .accordion_head.no-body::after {
    content: none;
}
#stampcard_history .history_list li .accordion_head.no-body .accordion_body {
    display: none;
}
/* スタンプ○個目 */
#stampcard_history .history_list .accordion_head .sheet {
    font-size: 4.27vw;
    font-weight: bold;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    width: 50%;
}
#stampcard_history .history_list .accordion_head .status {
    font-size: 3.8vw;
    font-weight: bold;
    text-align: right;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    width: 50%;
}
#stampcard_history .history_list .accordion_head .status .point {
    padding-right: 1rem;
}
/* アコーディオン中身 */
#stampcard_history .history_list .accordion_body {
    display: none;
}
/* アコーディオンオープン時 */
#stampcard_history .history_list .accordion_head.js-open::after {
    transform: rotate(-135deg);
    margin-top: -5px;
}
#stampcard_history .history_list .accordion_body.js-open {
    display: block;
}
/* アコーディオン中身リスト */
#stampcard_history .history_list .accordion_body .stamp_list > li {
    border-top: 1px solid #D4D2CF;
}
/* スタンプ○個目 */
#stampcard_history .history_list .accordion_body .stamp_count {
    background: #F7F5F3;
    padding: 2% 4%;
    font-size: 3.8vw;
}
#stampcard_history .history_list .accordion_body .stamp_detail {
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:justify;
    -webkit-justify-content:space-between;
    -ms-flex-pack:justify;
    justify-content:space-between;
    -webkit-box-align:center;
    -webkit-align-items:center;
    -ms-flex-align:center;
    align-items:center;
    padding: 3.5% 4%;
}
#stampcard_history .history_list .accordion_body .stamp_detail .text_wrap {
    width: 80%;
}
#stampcard_history .history_list .accordion_body .stamp_detail .text_wrap .title {
    font-size: 4vw;
    font-weight: bold;
}
/* 日付 */
#stampcard_history .history_list .accordion_body .stamp_detail .date {
    color: #666666;
    font-size: 3.2vw;
    line-height: 130%;
    margin-top: 5px;
}
#stampcard_history .history_list .accordion_body .stamp_detail .date span:nth-of-type(2) {
    margin-left: 2%;
}
/* アイコン画像 */
#stampcard_history .history_list .accordion_body .stamp_detail .img_wrap {
    width: 11%;
}

/* 履歴なし */
#stampcard_history .no_history {
    display: none;
    position: relative;
    width: 92%;
    margin: 3% auto 0;
    height: 38vw;
}
#stampcard_history .no_history p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    font-size: 4vw;
    font-weight: bold;
    text-align: center;
}
/* 注意事項 */
#stampcard_history .note_list {
    padding-bottom: 0;
}
#stampcard_history .note_list li {
    padding-left: 1.5em;
}

/* PC */
@media screen and (min-width: 641px) {
    #stampcard_history h3 {
        font-size: 20px;
        padding: 25px;
    }
    #stampcard_history .history_list li .accordion_head::after,
    #stampcard_history .history_list li .accordion_head.js-open::after  {
        width: 12px;
        height: 12px;
    }
    #stampcard_history .history_list .accordion_head .sheet {
        font-size: 18px;
    }
    #stampcard_history .history_list .accordion_head .status {
        font-size: 16px;
    }
    #stampcard_history .history_list .accordion_body .stamp_count {
        font-size: 16px;
    }
    #stampcard_history .history_list .accordion_body .stamp_detail .text_wrap .title {
        font-size: 18px;
    }
    #stampcard_history .history_list .accordion_body .stamp_detail .date {
        font-size: 14px;
    }
    #stampcard_history .history_list .accordion_body .stamp_detail .img_wrap {
        width: 38px;
    }
    #stampcard_history .no_history {
        height: 220px;
    }
    #stampcard_history .no_history p {
        font-size: 20px;
    }
    #stampcard_history .note_list {
        padding-top: 15px;
    }
}

/* ----スタンプ UI---- */
.stamp ul {
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    -webkit-box-pack:center;
    -webkit-justify-content:center;
    -ms-flex-pack:center;
    justify-content:center;
    -webkit-box-align:center;
    -webkit-align-items:center;
    -ms-flex-align:center;
    align-items:center;
    height: 31vw;
    padding: 2.5% 0;
}
.stamp ul li {
    position: relative;
    margin-right: 5%;
    height: 15.5vw;
   -webkit-flex-basis: 16%;
    -ms-flex-preferred-size: 16%;
    flex-basis: 16%;
    width: 16%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}
.stamp ul li:only-child {
   -webkit-flex-basis: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    width: 20%;
}
.stamp ul li:only-child,
.stamp ul li:first-child:nth-last-child(2),
.stamp ul li:first-child:nth-last-child(2) ~ li,
.stamp ul li:first-child:nth-last-child(3),
.stamp ul li:first-child:nth-last-child(3) ~ li,
.stamp ul li:first-child:nth-last-child(4),
.stamp ul li:first-child:nth-last-child(4) ~ li {
    height: 17vw;
}
.stamp ul li:first-child:nth-last-child(2),
.stamp ul li:first-child:nth-last-child(2) ~ li,
.stamp ul li:first-child:nth-last-child(3),
.stamp ul li:first-child:nth-last-child(3) ~ li {
    margin-right: 9%;
   -webkit-flex-basis: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    width: 20%;
}
.stamp ul li:first-child:nth-last-child(4),
.stamp ul li:first-child:nth-last-child(4) ~ li {
    -webkit-flex-basis: 18%;
    -ms-flex-preferred-size: 18%;
    flex-basis: 18%;
    width: 18%;
    margin-right: 5.5%;
}
/*スタンプ 上下の余白*/
.stamp ul li:only-child,
.stamp ul li:first-child:nth-last-child(2),
.stamp ul li:first-child:nth-last-child(2) ~ li,
.stamp ul li:first-child:nth-last-child(3),
.stamp ul li:first-child:nth-last-child(3) ~ li,
.stamp ul li:first-child:nth-last-child(4),
.stamp ul li:first-child:nth-last-child(4) ~ li {
    padding-top: 7.5%;
    padding-bottom: 7.5%;
    margin-bottom: 0;
}
#stampcard .stamp li:last-child {
    margin-right: 0;
}
/*ドットライン画像 (スタンプ4個～)*/
.stamp ul li::after {
    position: absolute;
    content: "";
    background-image: url("/stamp/payment/img/line2.png");
    background-repeat: no-repeat;
    background-size: 100%;
    top: 7.3vw;
    right: -26%;
    width: 21%;
    height: 10px;
}
/*ドットライン画像 (スタンプ2,3個)*/
.stamp ul li:first-child:nth-last-child(2)::after,
.stamp ul li:first-child:nth-last-child(2) ~ li::after,
.stamp ul li:first-child:nth-last-child(3)::after,
.stamp ul li:first-child:nth-last-child(3) ~ li::after {
    background-image: url("/stamp/payment/img/line1.png");
    right: -38%;
    width: 31%;
}
/*ドットライン高さ （スタンプ2,3,4個）*/
.stamp ul li:first-child:nth-last-child(2)::after,
.stamp ul li:first-child:nth-last-child(2) ~ li::after,
.stamp ul li:first-child:nth-last-child(3)::after,
.stamp ul li:first-child:nth-last-child(3) ~ li::after,
.stamp ul li:first-child:nth-last-child(4)::after,
.stamp ul li:first-child:nth-last-child(4) ~ li::after {
    top: 14.2vw;
}
/*ドットライン 画像なし*/
.stamp ul li:last-child::after,
.stamp ul li:nth-child(3):nth-last-child(3)::after,
.stamp ul li:nth-child(3):nth-last-child(4)::after,
.stamp ul li:nth-child(4):nth-last-child(4)::after,
.stamp ul li:nth-child(4):nth-last-child(5)::after,
.stamp ul li:nth-child(5):nth-last-child(5)::after,
.stamp ul li:nth-child(5):nth-last-child(6)::after {
    content: none;
}
/*スタンプ左右の幅 調整*/
/*スタンプ 5個の時*/
.stamp ul li:first-child:nth-last-child(5) {
    margin-left: 18%;
}
.stamp ul li:nth-child(3):nth-last-child(3) {
    margin-right: 18%;
}
/*6個*/
.stamp ul li:first-child:nth-last-child(6) {
    margin-left: 12%;
}
.stamp ul li:nth-child(3):nth-last-child(4) {
    margin-right: 12%;
}
/*7個*/
.stamp ul li:first-child:nth-last-child(7) {
    margin-left: 1%;
}
.stamp ul li:nth-child(4):nth-last-child(4) {
    margin-right: 1%;
}
/*8個*/
.stamp ul li:first-child:nth-last-child(8) {
    margin-left: 1%;
}
.stamp ul li:nth-child(4):nth-last-child(5) {
    margin-right: 1%;
}
/*9個*/
.stamp ul li:nth-child(5):nth-last-child(5) {
    margin-right: 0;
}
/*10個*/
.stamp ul li:nth-child(5):nth-last-child(6) {
    margin-right: 0;
}
/*スタンプ画像*/
.stamp ul li:first-of-type {
    background-image: url("/stamp/payment/img/stamp1.png");
}
.stamp ul li:nth-child(2) {
    background-image: url("/stamp/payment/img/stamp2.png");
}
.stamp ul li:nth-child(3) {
    background-image: url("/stamp/payment/img/stamp3.png");
}
.stamp ul li:nth-child(4) {
    background-image: url("/stamp/payment/img/stamp4.png");
}
.stamp ul li:nth-child(5) {
    background-image: url("/stamp/payment/img/stamp5.png");
}
.stamp ul li:nth-child(6) {
    background-image: url("/stamp/payment/img/stamp6.png");
}
.stamp ul li:nth-child(7) {
    background-image: url("/stamp/payment/img/stamp7.png");
}
.stamp ul li:nth-child(8) {
    background-image: url("/stamp/payment/img/stamp8.png");
}
.stamp ul li:nth-child(9) {
    background-image: url("/stamp/payment/img/stamp9.png");
}
.stamp ul li:nth-child(10) {
    background-image: url("/stamp/payment/img/stamp10.png");
}
.stamp ul li:only-child,
.stamp ul li:last-child {
    background-image: url("/stamp/payment/img/stamp_clear.png");
}
/*チェックマーク画像*/
.stamp ul li.stamp_check {
    background-image: url("/stamp/payment/img/stamp_check.png");
}
/*スタンプ押下時*/
.stamp ul li.stamp_get::before {
    position: absolute;
    content: '';
    background-image: url("/stamp/payment/img/stamp_get.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
/*スタンプ押下時 画像*/
/*スタンプ 1,2,3個*/
.stamp ul li:only-child::before,
.stamp ul li:first-child:nth-last-child(2)::before,
.stamp ul li:first-child:nth-last-child(2) ~ li::before,
.stamp ul li:first-child:nth-last-child(3)::before,
.stamp ul li:first-child:nth-last-child(3) ~ li::before {
    width: 26vw;
    height: 26vw;
    top: -22%;
    left: -27%;
}
/*スタンプ 4個*/
.stamp ul li:first-child:nth-last-child(4)::before,
.stamp ul li:first-child:nth-last-child(4) ~ li::before {
    width: 23vw;
    height: 23vw;
    top: -14%;
    left: -26%;
}
/*スタンプ 5個～*/
.stamp ul li::before {
    width: 20vw;
    height: 20vw;
    top: -58%;
    left: -25%;
}
@media screen and (min-width: 641px) {
    .stamp ul {
        height: 196px;
    }
    .stamp ul li {
        height: 98px;
    }
    .stamp ul li:only-child,
    .stamp ul li:first-child:nth-last-child(2),
    .stamp ul li:first-child:nth-last-child(2) ~ li,
    .stamp ul li:first-child:nth-last-child(3),
    .stamp ul li:first-child:nth-last-child(3) ~ li,
    .stamp ul li:first-child:nth-last-child(4),
    .stamp ul li:first-child:nth-last-child(4) ~ li {
        height: 110px;
    }
    /*ドットライン高さ (スタンプ5個～)*/
    .stamp ul li::after {
        top: 46px;
    }
    /*ドットライン高さ （スタンプ2,3,4個）*/
    .stamp ul li:first-child:nth-last-child(2)::after,
    .stamp ul li:first-child:nth-last-child(2) ~ li::after,
    .stamp ul li:first-child:nth-last-child(3)::after,
    .stamp ul li:first-child:nth-last-child(3) ~ li::after,
    .stamp ul li:first-child:nth-last-child(4)::after,
    .stamp ul li:first-child:nth-last-child(4) ~ li::after {
        top: 90px;
    }
    /*スタンプ押下時 画像*/
    /*スタンプ 1,2,3個*/
    .stamp ul li:only-child::before,
    .stamp ul li:first-child:nth-last-child(2)::before,
    .stamp ul li:first-child:nth-last-child(2) ~ li::before,
    .stamp ul li:first-child:nth-last-child(3)::before,
    .stamp ul li:first-child:nth-last-child(3) ~ li::before {
        width: 155px;
        height: 155px;
        top: -19%;
        left: -23%;
    }
    /*スタンプ 4個*/
    .stamp ul li:first-child:nth-last-child(4)::before,
    .stamp ul li:first-child:nth-last-child(4) ~ li::before {
        width: 150px;
        height: 150px;
        top: -15%;
        left: -28%;
    }
    /*スタンプ 5個～*/
    .stamp ul li::before {
        width: 117px;
        height: 117px;
        top: -54%;
        left: -19%;
    }
}

/* ------モーダル共通------ */
.modalWrap {
    display: none;
    width: 90%;
    max-width: 620px;
    max-height: 400px;
    max-height: 80vh;
    background: #fff;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .2);
            box-shadow: 0 0 8px rgba(0, 0, 0, .2);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    z-index: 901; /* 共通headerが888 */
}
.modalWrap.is-open {
    display: block;
}
.modal_contentWrap {
    width: 100%;
    max-height: 400px;
    max-height: 80vh;
    position: relative;
    padding: 4% 4%;
    box-sizing: border-box;
    text-align: center;
}
/* 閉じるボタン */
.modalClose_btn {
    display: block;
    background: #999;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    position: absolute;
    top: -14px;
    right: -14px;
    -webkit-transform: translate( 0, 0);
    transform: translate( 0, 0);
    -webkit-transition: background .4s ease-in-out;
    transition: background .4s ease-in-out;
    z-index: 901;
    overflow: visible;
    cursor: pointer;
}
.modalClose_btn.icon_close::before {
    content: '×';
    color: #fff;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    line-height: 24px;
}
.modalClose_btn:hover {
    background: #535353;
}
@media all and (min-width: 641px) {
    .modalWrap {
        width: 450px;
    }
    .modalClose_btn {
        width: 36px;
        height: 36px;
    }
    .modalClose_btn.icon_close::before {
        font-size: 32px;
        line-height: 36px;
    }
}
/* ------モーダル用オーバーレイ------ */
.store_modalOverlay {
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 900;
}
.is-modalOpen .store_modalOverlay {
    display: block;
}

/* ------くじ引き後 モーダル------ */
.result,
.expired_error,
.reward_acquired {
    display: none;
}
.result .win,
.result .lose,
.kuji_modal .title_ribbon {
    display: none;
}
/*モーダルの高さ*/
.kuji_modal .win,
.kuji_modal .lose {
    position: relative;
    z-index: 1;
    height: 69.9vw;
}
.kuji_modal .kuji_playing,
.kuji_modal .expired_error,
.kuji_modal .reward_acquired {
    height: 101.3vw;
}
/*画像*/
.kuji_modal .img_kujiModal {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    width: 100%;
}
@media all and (min-width: 641px) {
    .kuji_modal .win,
    .kuji_modal .lose {
        height: 375px;
    }
    .kuji_modal .kuji_playing,
    .kuji_modal .expired_error,
    .kuji_modal .reward_acquired {
        height: 550px;
    }
}
.modalWrap.kuji_modal {
    width: 78%;
    background-color: #FCF5E0;
    border-radius: 12px;
    max-height: none;
}
.kuji_modal .modal_contentWrap {
    padding: 0;
    color: #412424;
    max-height: none;
}
/*開くボタン押下後(抽選中) アニメーション*/
.kuji_modal .kuji_playing {
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    -webkit-box-pack:center;
    -webkit-justify-content:center;
    -ms-flex-pack:center;
    justify-content:center;
    -webkit-align-content:flex-end;
    -ms-flex-line-pack:end;
    align-content:flex-end;
}
.kuji_modal .kuji_playing .kuji_playing_img:first-child {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    width: 100%;
}
.kuji_modal .kuji_playing .kuji_playing_img:nth-child(2) {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    width: 100%;
}
.kuji_modal .kuji_playing .kuji_playing_img:first-child img {
    width: 68vw;
}
.kuji_modal .kuji_playing .kuji_playing_img:nth-child(2) img {
    display: block;
    width: 31vw;
    margin-top: 10%;
    margin-right: 3%;
    margin-left: auto;
}
/*くじ結果 あたり*/
.title_ribbon {
    position: absolute;
    z-index: 10;
    top: 5.5%;
    width: 100%;
    padding: 3% 0;
    background-color: #F8BE01;
}
.title_ribbon::before,
.title_ribbon::after {
    content: "";
    position: absolute;
    bottom: -1.8vw;
    border: solid #DFAC07;
    border-width: 4.7vw 2.5vw 4.7vw 2.5vw;
}
.title_ribbon::before {
    left: -6.1%;
    border-left-color: transparent;
}
.title_ribbon::after {
    right: -6.1%;
    border-right-color: transparent;
}
.title_ribbon img {
    display: block;
    width: 60%;
    margin: 0 auto;
}
.kuji_modal .win .point {
    padding-top: 23%;
    font-size: 8.5vw;
    font-weight: bold;
    color: #CC0000;
    line-height: 1.3;
}
.kuji_modal .win .text_win {
    font-size: 7vw;
    font-weight: bold;
}
.kuji_modal .win .text_note {
    padding-top: 2%;
    font-size: 3.2vw;
}
.kuji_modal .win img {
    display: block;
    margin: 2% auto 0;
    width: 70%;
}
/*くじ結果 はずれ*/
.kuji_modal .lose .text_lose {
    padding-top: 11%;
    font-size: 8vw;
    font-weight: bold;
}
.kuji_modal .lose .img_treasurebox {
    display: block;
    margin: 6% auto 0;
    width: 30.5vw;
}
.kuji_modal .lose .img_lose {
    display: block;
    margin: 6% auto 0;
    width: 21vw;
}
.kuji_modal .message_box {
    position: relative;
    z-index: 2;
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    -webkit-box-pack:center;
    -webkit-justify-content:center;
    -ms-flex-pack:center;
    justify-content:center;
    -webkit-box-align:center;
    -webkit-align-items:center;
    -ms-flex-align:center;
    align-items:center;
    min-height: 27vw;
    background-color: #F8EBC6;
    border-radius: 0 0 12px 12px;
    min-height: 31vw;
    overflow: hidden;
}
.kuji_modal .message_box .message {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    width: 100%;
    font-weight: bold;
}
/*当たり1*/
.kuji_modal .message_box .message1 {
    padding-top: 5%;
    font-size: 3.8vw;
}
.kuji_modal .message_box .kuji {
    -webkit-flex-basis: 40%;
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
    width: 40%;
    margin: 1% auto 5%;
}
.kuji_modal .message_box .kuji .date {
    padding-top: 7%;
}
/*当たり2*/
.kuji_modal .message_box .message2 {
    background-color: #FBD65C;
}
.kuji_modal .message_box .message2 .balloon {
    position: relative;
    width: 51%;
    margin: 1% auto 0;
    padding: 0.8% 0;
    color: #fff;
    font-size: 3.6vw;
    background: #E77E02;
    letter-spacing: 0.18rem;
    border-radius: 1.2vw;
    font-weight: bold;
    box-sizing: border-box;
}
.kuji_modal .message_box .message2 .balloon::before {
    content: "";
    position: absolute;
    top: 4vw;
    left: calc(50% - 2.1vw);
    border-style: solid;
    border-color: transparent #E77E02 #E77E02 transparent;
    border-width: 2.1vw;
    border-radius: 0 0 1.2vw 0;
    transform: scaleX(0.57) rotate(45deg);
}
.kuji_modal .message_box .message2 .stampcard_left {
    margin-top: 4.5%;
    font-size: 7.5vw;
    font-weight: bold;
}
.kuji_modal .message_box .message2 .stampcard_left .num {
    color: #CC0000;
}
/*当たり2 はずれ*/
.kuji_modal .message_box .message2,
.kuji_modal .message_box .message3 {
    padding: 6% 0;
    font-size: 4.5vw;
}
/*
 期限切れ
 システムエラー
 */
.kuji_modal .expired_error {
    box-sizing: border-box;
}
.kuji_modal .expired_error div {
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    -webkit-align-content:center;
    -ms-flex-line-pack:center;
    align-content:center;
    height: 100%;
}
.kuji_modal .expired_error .text_expired,
.kuji_modal .expired_error .text_error,
.kuji_modal .expired_error .text_ineligible,
.kuji_modal .expired_error .text_terminated {
    -webkit-flex-basis:100%;
    -ms-flex-preferred-size:100%;
    flex-basis:100%;
    font-size: 4.5vw;
    font-weight: bold;
}
.kuji_modal .expired_error .text_expired,
.kuji_modal .expired_error .text_ineligible {
    margin-top: 13%;
    margin-bottom: 10%;
}
.kuji_modal .expired_error .text_error,
.kuji_modal .expired_error .text_terminated {
    margin-top: 10%;
    margin-bottom: 7%;
}
.kuji_modal .expired_error .img_treasurebox {
    display: block;
    width: 16vw;
    margin: 0 auto;
}
.kuji_modal .expired_error .img_sorry {
    display: block;
    width: 37vw;
    margin: 0 auto;
}
/*
 くじ引き済み
 既に特典を獲得or報酬期限が過ぎている
*/
.kuji_modal .reward_acquired {
    font-weight: bold;
}
.kuji_modal .reward_acquired div {
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    -webkit-align-content:center;
    -ms-flex-line-pack:center;
    align-content:center;
    height: 100%;
}
.kuji_modal .reward_acquired .text_acq1,
.kuji_modal .reward_acquired .text_acq2 {
    -webkit-flex-basis:100%;
    -ms-flex-preferred-size:100%;
    flex-basis:100%;
    width: 100%;
}
.kuji_modal .reward_acquired .text_acq1 {
    font-size: 5vw;
}
.kuji_modal .reward_acquired .text_acq2 {
    font-size: 4.5vw;
}
.kuji_modal .reward_acquired img {
    display: block;
    margin: 8% auto 0;
    width: 26vw;
}
@media all and (min-width: 641px) {
    .modalWrap.kuji_modal {
        width: 450px;
    }
    /*開くボタン押下後（抽選中） アニメーション*/
    .kuji_modal .kuji_playing .kuji_playing_img:first-child img {
        width: 380px;
    }
    .kuji_modal .kuji_playing .kuji_playing_img:nth-child(2) img {
        width: 170px;
    }
    /*くじ結果 あたり*/
    .title_ribbon {
        font-size: 25px;
        padding: 13px 0;
    }
    .title_ribbon::before,
    .title_ribbon::after {
        bottom: -8px;
        border-width: 25px 15px 25px 15px;
    }
    .kuji_modal .win .point {
        font-size: 40px;
    }
    .kuji_modal .win .text_win {
        font-size: 30px;
    }
    .kuji_modal .win .text_note {
        font-size: 16px;
    }
    /*くじ結果 はずれ*/
    .kuji_modal .lose .text_lose {
        font-size: 40px;
    }
    .kuji_modal .lose .img_treasurebox {
        width: 162px;
    }
    .kuji_modal .lose .img_lose {
        width: 110px;
    }
    .kuji_modal .message_box {
        min-height: 175px;
    }
    /*当たり1*/
    .kuji_modal .message_box .message1 {
        font-size: 20px;
    }
    .kuji_modal .message_box .kuji .date {
        padding-top: 9px;
    }
    /*当たり2*/
    .kuji_modal .message_box .message2 .balloon {
        width: 210px;
        padding: 4px 0;
        font-size: 19px;
        border-radius: 7px;
    }
    .kuji_modal .message_box .message2 .balloon::before {
        top: 23px;
        left: calc(50% - 11px);
        border-width: 11px;
        border-radius: 0 0 6px 0;
    }
    .kuji_modal .message_box .message2 .stampcard_left {
        font-size: 40px;
    }
    /*当たり2 はずれ*/
    .kuji_modal .message_box .message2,
    .kuji_modal .message_box .message3 {
        font-size: 24px;
    }
    /*
     期限切れ
     システムエラー
    */
    .kuji_modal .expired_error {
        padding: 15% 0;
    }
    .kuji_modal .expired_error .text_expired,
    .kuji_modal .expired_error .text_error,
    .kuji_modal .expired_error .text_ineligible,
    .kuji_modal .expired_error .text_terminated {
        font-size: 24px;
    }
    .kuji_modal .expired_error .img_treasurebox {
        width: 75px;
    }
    .kuji_modal .expired_error .img_sorry {
        width: 190px;
    }
    /*
     くじ引き済み
     既に特典を獲得or報酬期限が過ぎている
    */
    .kuji_modal .reward_acquired img {
        width: 135px;
    }
    .kuji_modal .reward_acquired .text_acq1 {
        font-size: 28px;
    }
    .kuji_modal .reward_acquired .text_acq2 {
        font-size: 24px;
    }
}

/* ------スタンプ押下 モーダル------ */
.modalWrap.stampget_modal {
    width: 78%;
    background-color: #FCF5E0;
    border-radius: 12px;
}
.stampget_modal .modal_contentWrap {
    padding:12% 0 11%;
}
.stampget_modal .img_clear {
    display: block;
    margin: 0 auto;
    width: 80%;
    max-width: 300px;
}
.stampget_modal .kuji {
    opacity: 0;
    pointer-events: none;
    width: 55%;
    max-width: 230px;
    margin: 0 auto;
    padding: 3% 0;
    cursor: pointer;
}
.stampget_modal .kuji div p {
    font-size: 5vw;
}
.stampget_modal .due_date {
    padding-top: 3%;
    font-size: 3vw;
}
.stampget_modal .due_date .date {
    display: inline;
}
@media all and (min-width: 641px) {
    .modalWrap.stampget_modal {
        width: 450px;
    }
    .stampget_modal .kuji div p {
        font-size: 26px;
    }
    .stampget_modal .due_date {
        font-size: 16px;
    }
}

/*モーダル 画面を横にして表示した時*/
@media (orientation: landscape){
    .modal_contentWrap {
        overflow: hidden;
        overflow-y: auto;
    }
    .kuji_modal .modal_contentWrap {
        max-height: 80vh;
        border-radius: 12px;
    }
}

/*ヘッダー ポイント表示エリア*/
#wrap_page.pointDispArea header {
    position: fixed;
    background-color: #ffffff;
}
#wrap_page.pointDispArea.nofixed header {
    position: relative;
}
#wrap_page.pointDispArea #btn_entry,
#wrap_page.pointDispArea #btn_head_logout,
#wrap_page.pointDispArea #btn_head_info,
#wrap_page.pointDispArea #btn_head_hide,
#wrap_page.pointDispArea #btn_head_error {
    display: none;
}
@media screen and (min-width: 641px) {
    #wrap_page.pointDispArea ~ #load_hmenu #info_hmenu_lowerpage .list_hmenu_home,
    #wrap_page.pointDispArea ~ #load_hmenu #info_hmenu_lowerpage ul {
        max-width: 560px;
        margin-left: auto;
        margin-right: auto;
    }
}

/*--------- 緊急時お知らせ掲載エリア ---------*/
#emergencyNotice1,
#emergencyNotice2 {
    display: none;
}
.emergency_notices {
    background-color: #fff;
}
.emergency_notices .accordion_wrap {
    width: 92%;
    margin: 0 auto 5%;
    border-radius: 1.3vw;
    background-color: #F3E7E9;
}
.emergency_notices .accordion_wrap .accordion_ttl {
    padding: 2.7% 12% 2.7% 4%;
    font-size: 3.4vw;
    color: #CC0033;
    font-weight: bold;
}
.emergency_notices .accordion_wrap .accordion_ttl::after {
    width: 2vw;
    height: 2vw;
    border-color: #CC0033;
}
.emergency_notices .accordion_wrap .accordion_content {
    padding: 2.7% 4%;
    font-size: 3.1vw;
    line-height: 1.5;
}
.emergency_notices .accordion_wrap > .accordion_content:first-child {
    display: block;
    opacity: 1;
}
.emergency_notices .accordion_wrap .accordion_content:nth-child(2) {
    padding: 0 4% 2.7% 4%;
}
.emergency_notices .accordion_wrap .accordion_content a {
    display: inline;
    text-decoration: underline;
    color: #0073A8;
    cursor: pointer;
}
.emergency_notices .accordion_wrap .accordion_content a:hover {
    opacity: .6;
}
@media screen and (min-width: 641px) {
    .emergency_notices .accordion_wrap {
        border-radius: 6px;
    }
    .emergency_notices .accordion_wrap .accordion_ttl {
        padding: 13px 12% 13px 3.5%;
        font-size: 16px;
    }
    .emergency_notices .accordion_wrap .accordion_ttl::after {
        width: 9px;
        height: 9px;
    }
    .emergency_notices .accordion_wrap .accordion_content {
        padding: 13px 3.5%;
        font-size: 13px;
    }
    .emergency_notices .accordion_wrap .accordion_content:nth-child(2) {
        padding: 0 3.5% 13px 3.5%;
    }
}

/* 
  タイトル
  スタンプLPバナー
  広告エリア
 */
 #stampBanner .bnnr_title,
 #storeBanner .bnnr_title {
    margin-top: 7.5%;
    margin-bottom: 2.5%;
    padding-right: 4%;
    padding-left: 4%;
    font-weight: bold;
    text-align: center;
    color: #3D3D3D;
}
@media screen and (min-width: 641px) {
    #stampBanner .bnnr_title,
    #storeBanner .bnnr_title {
        margin-top: 40px;
    }
}

/*--------- スタンプLPバナー ---------*/
#stampBanner .bnnr_title {
    font-size: 3.6vw;
}
#stampBanner .inner {
    margin-bottom: 10%;
}
#stampBanner .bnnr_dpayStamp {
    display: block;
    width: 100%;
    border-radius: 7px;
    overflow: hidden;
    box-shadow: 1px 3px 5px 1px rgba(0, 0, 0, 0.15);
}
#stampBanner .bnnr_dpayStamp:hover {
    opacity: .6;
}
#stampBanner .detail {
    position: relative;
    background-color: #ffffff;
    padding: 6.7% 13% 6%;
    text-align: center;
    font-size: 3.6vw;
    font-weight: bold;
    color: #333333;
}
#stampBanner .detail::before {
    position: absolute;
    top: 27%;
    left: 3.5%;
    content: '';
    background-image: url("/common/img/service_icon/large/dbarai.png");
    background-repeat: no-repeat;
    background-size: 100%;
    width: 6.8vw;
    height: 6.8vw;
}
#stampBanner .detail::after {
    position: absolute;
    content: "";
    top: 50%;
    right: 6%;
    width: 2vw;
    height: 2vw;
    border-top: solid 0.6vw #333;
    border-right: solid 0.6vw #333;
    -webkit-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    vertical-align: middle;
    background: none;
}
@media screen and (min-width: 641px) {
    #stampBanner .bnnr_title {
        font-size: 24px;
    }
    #stampBanner .inner {
        margin-bottom: 55px;
    }
    #stampBanner .bnnr_dpayStamp {
        border-radius: 12px;
    }
    #stampBanner .bnnr_dpayStamp .detail {
        padding: 30px 10px 27px;
        font-size: 18px;
    }
    #stampBanner .detail::before {
        top: 20px;
        left: 53px;
        width: 35px;
        height: 35px;
    }
    #stampBanner .detail::after {
        top: 50%;
        right: 30px;
        width: 10px;
        height: 10px;
        border-top: solid 2.5px #333;
        border-right: solid 2.5px #333;
    }
}

/*--------- 広告エリア ---------*/
#storeBanner {
    display: none;
}
#storeBanner .bnnr_title {
    font-size: 4vw;
}
#storeBanner .bnnr_img {
    margin: 0 auto;
    width: 80%;
    max-width: 450px;
}
#storeBanner .bnnr_img + .bnnr_img {
    margin-top: 4.5%;
}
#storeBanner .bnnr_img a {
    display: block;
}
#storeBanner .bnnr_img a:hover {
    opacity: .6;
}
#storeBanner p.storeBanner_annotation {
    padding: 2.3% 4%;
    font-size: 12px;
}
#storeBanner p.storeBanner_annotation a {
    display: inline;
    color: #0073A8;
    text-decoration: underline;
}
#storeBanner p.storeBanner_annotation a:hover {
    opacity: .6;
}
@media screen and (min-width: 641px) {
    #storeBanner .bnnr_title {
        font-size: 24px;
    }
    #storeBanner .bnnr_img + .bnnr_img {
        margin-top: 5%;
    }
    #storeBanner p.storeBanner_annotation {
        padding: 1.8% 4%;
        font-size: 13px;
    }
}

/*--------- 汎用エリア ---------*/
#storeContents {
    display: none;
}
#storeContents .title {
    margin-top: 7%;
    padding-right: 4%;
    padding-left: 4%;
}
#storeContents > .title:first-of-type {
    margin-top: 9%;
}
#storeContents .inner:last-of-type {
    margin-bottom: 7%;
}
#storeContents .storeContents_text {
    font-size: 14px;
}
#storeContents .text_arrow_link {
    margin-right: 0;
    font-weight: bold;
}
#storeContents .description {
    margin-top: 4%;
    font-size: 3.5vw;
    font-weight: bold;
}
#storeContents .img_storeContents {
    margin-top: 4%;
}
#storeContents .storeContents_text {
    margin-top: 7%;
    font-size: 3.1vw;
}
#storeContents .storeContents_text a,
#storeContents .description a {
    display: inline;
    text-decoration: underline;
    color: #0073A8;
    cursor: pointer;
}
#storeContents .storeContents_text a:hover,
#storeContents .description a:hover {
    opacity: .6;
}
@media screen and (min-width: 641px) {
    #storeContents .description {
        margin-top: 3%;
        font-size: 17px;
    }
    #storeContents .img_storeContents {
        margin-top: 3%;
    }
    #storeContents .storeContents_text {
        margin-top: 5.5%;
        font-size: 13px;
    }
}

/*--------- 条件エリア ---------*/
#attention {
    display: none;
    margin-top: 8%;
    margin-bottom: 7.5%;
}
#attention h2 {
    font-size: 17px;
    font-weight: bold;
}
#attention h2:nth-child(n+2) {
    margin-top: 7%;
}
#attention .text_attention {
    margin-top: 3%;
    font-size: 14px;
}
#attention .text_attention a {
    display: inline;
    text-decoration: underline;
    color: #0073A8;
}
@media screen and (min-width: 641px) {
    #attention h2 {
        font-size: 20px;
    }
    #attention h2:nth-child(n+2) {
        margin-top: 6%;
    }
    #attention .text_attention {
        margin-top: 2%;
        font-size: 16px;
    }
}

/*--------- キャンペーン概要 ---------*/
#campaignOverview {
    display: none;
}
#campaignOverview .accordion_wrap .accordion_ttl {
    text-align: center;
}
#campaignOverview .accordion_wrap .accordion_content {
    padding: 20px 4%;
}
#campaignOverview .accordion_wrap .accordion_content a {
    display: inline;
    text-decoration: underline;
    color: #0073A8;
}

/*--------- キャンペーンコード ---------*/
#campaignCode .text_campaignCode {
    font-size: 14px;
}
#campaignCode .text_campaign {
    margin-top: 3%;
    font-size: 14px;
}
#campaignCode .text_campaign a {
    display: inline;
    text-decoration: underline;
    color: #0073A8;
}
@media screen and (min-width: 641px) {
    #campaignCode .text_campaignCode {
        font-size: 16px;
    }
    #campaignCode .text_campaign {
        margin-top: 2%;
        font-size: 16px;
    }
}

/*--------- エラー画面 ---------*/
#stampcard_error {
    display: none;
}
#stampcard_error .error_block {
    padding: 30px 12px 30px 12px;
}
#stampcard_error #btnDpayDcardStamp {
    display: none;
}
#stampcard_error .next p {
    font-size: 14px;
}
#stampcard_error .txtlinkBlock a.txtlink {
    font-size: 13px;
}
@media screen and (min-width: 641px) {
    #stampcard_error .next p {
        font-size: 16px;
    }
    #stampcard_error .txtlinkBlock a.txtlink {
        font-size: 14px;
    }
}