@charset "utf-8";

/*--------- 共通 ---------*/
img {
    width: 100%;
    height: auto;
}
.contents p {
    line-height: 1.5;
}
.text_red {
    color: #CC0033 !important;
}
p.title {
    font-weight: bold;
    text-align: center;
    color: #333;
    line-height: 1.4;
}
p.subtitle {
    font-size: 3.8vw;
    text-align: center;
    color: #333;
    line-height: 1.4;
}
p.title span {
    display: inline-block;
}
ul.note_list{
    width: 100%;
    padding: 3% 5%;
    margin: 0 auto;
    box-sizing: border-box;
    font-size: 12px;
}
ul.note_list li{
    padding-left: 1em;
    text-indent: calc(-1em - 5px);
    margin: 5px 0;
    line-height: 1.4;
}
ul.note_list li:before{
    counter-increment: none;
    content: '※';
    margin-right: 5px;
}
a.link {
    display: inline;
    text-decoration: underline;
    color: #0B98D8;
}
/* 利用者情報未登録アラート */
.registrationAlert {
    display: none;
    width: 90%;
    max-width: 480px;
    margin: 15px auto 0;
    text-align: center;
}
.registrationAlert a {
    position: relative;
    background: #F3E7E9;
    border: 2px solid #CC0033;
    border-radius: 6px;
    padding: 1.5% 6% 1% 8%;
}
.registrationAlert p {
    font-size: 3vw;
    font-weight: bold;
    color: #CC0033;
    text-align: left;
}
.registrationAlert p::before {
    position: absolute;
    content: "";
    background-image: url(/common/img/icon/icon_alert.gif);
    background-size: contain;
    background-repeat: no-repeat;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 2%;
    width: 4vw;
    height: 4vw;
}
.registrationAlert p::after {
    position: absolute;
    content: "";
    top: 50%;
    right: 3%;
    width: 6px;
    height: 6px;
    border-top: solid 2px #CC0033;
    border-right: solid 2px #CC0033;
    -webkit-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
}
.headline_border {
    position: relative;
    border-top: 4px solid #6F6053;
}
.headline {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    display: inline-block;
    padding: 2vw 4vw;
    color: #fff;
    background: #6F6053;
    font-weight: bold;
    border-radius: 1.2vw;
    font-size: 5.6vw;
    white-space: nowrap;
}
.headline span {
    margin-left: 1vw;
    font-size: 8vw;
    vertical-align: -0.2vw;
}
.headline.headline_icon,
.headline.headline_text {
    display: flex;
    align-items: center;
}
.headline.headline_icon {
    justify-content: space-between;
    width: 50%;
}
.headline.headline_icon p {
    width: 80%;
    text-align: center;
    line-height: 1;
}
.headline.headline_text {
    justify-content: center;
    width: 60%;
    height: 10vw;
    max-height: 50px;
    font-size: 6.0vw;
}
/* 注釈（インデントのみ） */
.num_note_list {
    width: 100%;
    padding: 3% 3.7%;
    margin: 0 auto;
    box-sizing: border-box;
    font-size: 12px;
}
.num_note_list li {
    padding-left: 2em;
    text-indent: -2em;
    margin: 5px 0;
    line-height: 1.4;
}
/*ボタン*/
.btn_red {
    background-color: #CC0033;
    border: none;
    box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 0.20);
}
.btn_red p {
    color: #fff;
}
.btn_red p::after {
    border-color: #fff;
}
.btn_pink {
    border-color: #CC0033;
}
.btn_pink p {
    color: #CC0033;
}
.btn_pink p::after {
    border-color: #CC0033;
}
.btn_linkage p::after {
    content: '';
    width: 5vw;
    height: 5vw;
    position: absolute;
    background-image: url(/common/img/icon/next_page_w.png);
    background-size: contain;
    background-repeat: no-repeat;
    right: 3%;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    border: none;
}
.sec_step1 .next p,
.sec_step2 .next p,
.sec_returnRate .next p {
    font-size: 4.4vw;
}
/*ランクアイコン*/
.rankIcon {
    display: inline-block;
    width: 7vw;
    height: 7vw;
    margin-right: 1%;
    margin-left: 1%;
    vertical-align: -30%;
}
.rk_first, .rk_second, .rk_third, .rk_fourth, .rk_fifth { background-repeat: no-repeat; background-size: contain; }
/*1つ星*/
.rk_first { background-image: url(/common/img/rank/rank_01.png); }
/*2つ星*/
.rk_second { background-image: url(/common/img/rank/rank_02.png); }
/*3つ星*/
.rk_third { background-image: url(/common/img/rank/rank_03.png); }
/*4つ星*/
.rk_fourth { background-image: url(/common/img/rank/rank_04.png); }
/*5つ星*/
.rk_fifth { background-image: url(/common/img/rank/rank_05.png); }

@media screen and (min-width: 641px) {
    p.subtitle {
        padding-top: 5px;
        font-size: 16px;
    }
    .btn_linkage p::after {
        width: 20px;
        height: 20px;
    }
    /*利用者情報登録アラート*/
    .registrationAlert {
        width: 100%;
    }
    .registrationAlert a {
        width: 100%;
        padding: 5px 0;
    }
    .registrationAlert p {
        font-size: 14px;
        padding-left: 37px;
    }
    .registrationAlert p::before {
        width: 18px;
        height: 18px;
    }
    .headline {
        padding: 12px 24px;
        font-size: 32px;
        border-radius: 6px;
    }
    .headline span {
        margin-left: 4px;
        vertical-align: -2px;
        font-size: 48px;
    }
    .headline.headline_icon {
        width: 45%;
    }
    .headline.headline_text {
        font-size: 36px;
    }
    /* 注釈（インデントのみ） */
    .num_note_list li {
        padding-left: 2.1em;
    }
    /* ボタン */
    .sec_step1 .next p,
    .sec_step2 .next p,
    .sec_returnRate .next p {
        font-size: 20px;
    }
    .rankIcon {
        width: 30px;
        height: 30px;
    }
}

/*-------------------------
  top_area
-------------------------*/
.top_area {
    padding-bottom: 15%;
    background: #F9F3E3;
}
.top_area .title {
    font-size: 8vw;
    font-weight: 800;
}
.top_area .title span.two {
    font-size: 15vw;
    padding: 0 1%;
}
.top_area .anchorWrap {
    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;
    margin-top: 8%;
}
.top_area .anchorWrap a {
    position: relative;
    width: 43.5%;
    -webkit-flex-basis: 43.5%;
    -ms-flex-preferred-size: 43.5%;
    flex-basis: 43.5%;
    padding-top: 32px;
    border: 2px solid #D3C3B4;
    border-radius: 5px;
    background: #ffffff;
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: column;
  	flex-direction: column;
}
.top_area .anchorWrap a:first-child {
    margin-right: 3%;
}
.top_area .anchorWrap .headline {
    padding: 2vw;
    font-size: 14px;
    white-space: nowrap;
}
.top_area .anchorWrap .headline span {
    font-size: 20px;
}
.top_area .anchorWrap .title {
    padding-top: 0;
    font-size: 4.8vw;
    font-weight: 800;
}
.top_area .anchorWrap figure {
    flex-grow: 1;
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
    -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.top_area .anchorWrap figure.step1_img {
    width: 70%;
    margin: 0 auto;
}
.top_area .anchorWrap .text_arrow {
    position: relative;
    width: 50%;
    margin: 16px auto;
    padding-right: 8px;
    text-align: center;
    color: #333;
    font-size: 12px;
    font-weight: bold;
}
.top_area .anchorWrap .text_arrow::after {
    position: absolute;
    content: '';
    width: 8px;
    height: 8px;
    border-right: 2px solid #333333;
    border-bottom: 2px solid #333333;
    right: 0;
    bottom: 40%;
    transform: rotate(45deg);
}
@media screen and (min-width: 641px) {
    .top_area .title {
        font-size: 35px;
    }
    .top_area .anchorWrap {
        margin-top: 50px;
    }
    .top_area .anchorWrap a {
        width: 35%;
        -webkit-flex-basis: 35%;
        -ms-flex-preferred-size: 35%;
        flex-basis: 35%;
    }
    .top_area .anchorWrap .title {
        font-size: 21px;
    }
    .top_area .title span.two {
        font-size: 60px;
    }
    .top_area .anchorWrap .headline {
        padding: 12px 21px 13px 15px;
    }
    .top_area .anchorWrap .text_arrow {
        padding-right: 12px;
        font-size: 16px;
    }
    .top_area .anchorWrap .text_arrow::after {
        width: 10px;
        height: 10px;
    }
}

/*--------- ステップ1.2、さらにおトク 共通 ---------*/
.sec_step1,
.sec_step2,
.sec_otoku {
    padding-top: 4%;
    padding-bottom: 10%;
    margin-top: -4%;
}
.sec_step1 .headline_border,
.sec_step2 .headline_border,
.sec_otoku .headline_border {
    padding-bottom: 9%;
}
.sec_step1 .title,
.sec_step2 .title,
.sec_otoku .title {
    margin-top: 4%;
}
.sec_step1 .title,
.sec_step2 .title {
    font-size: 5.6vw;
    font-weight: 800;
}
.sec_otoku .title {
    font-size: 5vw;
    font-weight: 800;
}
.sec_step1 .title_large,
.sec_step2 .title_large,
.sec_otoku .title_large,
.sec_returnRate .title_large {
    font-size: 7.2vw;
    font-weight: 800;
}
.sec_step1 .step_img,
.sec_step2 .step_img,
.sec_otoku .sp_img {
    display: block;
    width: 70%;
    margin: 5% auto 5%;
    max-width: 260px;
}
.sec_step2 .num_note_list,
.sec_step1 .num_note_list {
    padding-top: 4%;
    padding-bottom: 4%;
}
/* タイトル アイコン */
.icon_img {
    display: inline-block;
    width: 10vw;
    max-width: 50px;
}
/* あなたが5つ星ランクなら */
.rankTextWrap {
    width: 90%;
    max-width: 480px;
    margin: 0 auto;
}
.rank_text {
    position: relative;
    z-index: 1;
    display: inline-block;
    padding: 4px 14px 4px;
    border-radius: 5px;
    background: #FFE000;
    font-weight: bold;
    font-size: 3.2vw;
    line-height: 1.0;
    white-space: nowrap;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.25);
}
.rank_text::after {
    content: "";
    position: absolute;
    bottom: -18px;
    left: 50%;
    border: 8px solid transparent;
    border-top: 16px solid #FFE000;
    transform: rotate(-30deg);
}
.rank_text .rate {
    color: #CC0033;
}
.rank_text .rankIcon {
    width: 4.7vw;
    height: 4.7vw;
    max-width: 30px;
    max-height: 30px;
}
/*還元*/
.returnRateWrap {
    position: relative;
    width: 90%;
    max-width: 480px;
    margin: 0 auto;
    padding: 1.0vw 10px;
    box-sizing: border-box;
    background-color: #F3ECE7;
    border-radius: 6px;
    text-align: center;
    font-size: 4.4vw;
    font-weight: bold;
}
.returnRateWrap .rate {
    display: inline-block;
    width: 2em;
    margin: 0 1%;
    padding: 1.5% 1% 0.5%;
    font-size: 6.3vw;
    border-radius: 4px;
    background-color: #fff;
    color: #CC0033;
}
.returnRateWrap .note {
    position: absolute;
    top: 37%;
    font-size: 2.6vw;
    font-weight: normal;
}
@media screen and (min-width: 641px) {
    .sec_step1 .headline_border,
    .sec_step2 .headline_border,
    .sec_otoku .headline_border {
        padding-bottom: 45px;
    }
    .sec_step1 .title,
    .sec_step2 .title {
        margin-top: 15px;
        font-size: 22px;
    }
    .sec_otoku .title {
        margin-top: 15px;
        font-size: 18px;
    }
    .sec_step1 .title_large,
    .sec_step2 .title_large,
    .sec_otoku .title_large,
    .sec_returnRate .title_large {
        font-size: 28px;
    }
    .rank_text {
        font-size: 16px;
    }
    /*還元*/
    .returnRateWrap {
        padding: 9px 10px;
        font-size: 22px;
    }
    .returnRateWrap .rate {
        padding: 6px 2.5% 3px;
        font-size: 27px;
    }
    .returnRateWrap .note {
        top: 34%;
        font-size: 13px;
    }
}

/*--------- ステップ1 ---------*/
.sec_step1 .login,
.sec_step1 .logout {
    display: none;
}

/*--------- さらにおトク ---------*/
.sec_otoku .payment_change_note {
    text-align: center;
    width: 90%;
    margin: 15px auto 0;
    font-size: 12px;
}

/*--------- あなたの還元率は？ ---------*/
.sec_returnRate {
    padding-top: 4%;
    margin-top: -4%;
}
.sec_returnRate .bk {
    background: #F9F3E3;
    padding-bottom: 50px;
}
.sec_returnRate .headline_border {
    padding-bottom: 13%;
}
.sec_returnRate .rankTextWrap {
    margin-top: 4%;
    margin-bottom: -0.5em;
}
.sec_returnRate .dpointReturnRate {
    position: relative;
    width: 90%;
    max-width: 480px;
    margin: 0 auto;
    padding: 5% 0 3%;
    background-color: #F3E7EA;
    border: 2px solid #fff;
    font-weight: bold;
    border-radius: 7px;
    text-align: center;
}
.sec_returnRate .dpointReturnRate .text1 {
    font-size: 4.2vw;
    line-height: 1.1;
}
.sec_returnRate .dpointReturnRate .text2 {
    margin-top: 1.5%;
    font-size: 7.5vw;
}
.sec_returnRate .dpointReturnRate .rate_num {
    position: relative;
    display: inline-block;
    min-width: 15%;
    padding: 3% 3% 2%;
    margin-top: 1.5%;
    margin-right: 1%;
    font-size: 12.5vw;
    background-color: #fff;
    border-radius: 7px;
    color: #CC0033;
}
.sec_returnRate .dpointReturnRate .rate_num::after {
    position: absolute;
    content: '%';
    font-size: 4.7vw;
    color: #333;
    right: -6.5vw;
    top: 7.0vw;
}
.sec_returnRate .dpointReturnRate .poinco {
    position: absolute;
    width: 20%;
    max-width: 90px;
}
.sec_returnRate .dpointReturnRate .poinco:first-child {
    bottom: 5%;
    left: 5%;
}
.sec_returnRate .dpointReturnRate .poinco:nth-child(2) {
    bottom: 5%;
    right: 5%;
}
/*おトクにたまる！ポイント内訳*/
.sec_returnRate .otoku_table {
    width: 90%;
    max-width: 480px;
    margin: 5% auto 0;
    background-color: #fff;
    font-weight: bold;
    border-radius: 8px;
}
.sec_returnRate .otoku_table li {
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    border-bottom: 2px solid #6F6053;
    border-right: 2px solid #6F6053;
    border-left: 2px solid #6F6053;
    position: relative;
}
.sec_returnRate .otoku_table li:first-child {
    display: block;
    border-radius: 8px 8px 0 0;
    background-color: #6F6053;
    color: #fff;
    padding: 4% 0;
    text-align: center;
    font-weight: bold;
    font-size: 3.5vw;
}
.sec_returnRate .otoku_table li:last-child {
    border-radius: 0 0 8px 8px;
}
.sec_returnRate .otoku_table li:not(:first-child):not(:last-child):before {
    position: absolute;
    content: '';
    background-image: url(/content/good_deal/img/plus.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 5.1vw;
    height: 6vw;
    bottom: -3vw;
    left: calc(50% - 4.5vw);
}
.sec_returnRate .otoku_table .table_text {
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -webkit-align-items:center;
    -ms-flex-align:center;
    align-items:center;
    width: 75%;
    -webkit-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    border-right: 1px dashed #D3C3B4;
    margin: auto;
    font-size: 3.5vw;
    min-height: 23vw;
}
.sec_returnRate .otoku_table .table_text p {
    position: relative;
    width: 100%;
    padding-left: 40px;
}
.sec_returnRate .otoku_table .table_text p::before {
    position: absolute;
    content: "";
    background-image: url(/content/good_deal/online/img/icon_dpoint.png);
    background-size: contain;
    background-repeat: no-repeat;
    top: 50%;
    transform: translateY(-50%);
    left: 9px;
    width: 22.5px;
    height: 22.5px;
}
.sec_returnRate .otoku_table .table_text p.table_icon_dpay::before {
    background-image: url(/content/good_deal/online/img/icon_dpay.png);
}
.sec_returnRate .otoku_table .table_text p.table_icon_dcard::before {
    background-image: url(/content/good_deal/online/img/icon_dcard.png);
}
.sec_returnRate .otoku_table .table_text .rankIcon {
    width: 6.5vw;
    height: 6.5vw;
    max-width: 35px;
    max-height: 35px;
}
.sec_returnRate .otoku_table .table_text .dpaynote {
    font-size: 2.8vw;
    font-weight: normal;
}
.sec_returnRate .otoku_table .returnRate {
    width: 23vw;
    -webkit-flex-basis: 23vw;
    -ms-flex-preferred-size: 23vw;
    flex-basis: 23vw;
    text-align: center;
    margin: auto;
    line-height: 1.2;
    font-size: 4.0vw;
}
.sec_returnRate .otoku_table .returnRate > div {
    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;
    position: relative;
    padding: 0 5%;
}
.sec_returnRate .otoku_table .plus {
    font-size: 5vw;
}
.sec_returnRate .otoku_table .rate_num {
    margin-left: auto;
    font-size: 6.4vw;
    color: #CC0033;
}
.sec_returnRate .otoku_table .unit {
    margin-top: auto;
    padding-left: 3%;
    font-size: 3.4vw;
    position: relative;
}
.sec_returnRate .otoku_table .unit::before {
    position: absolute;
    top: -3vw;
    left: -0.6vw;
    width: 1.8em;
    height: auto;
    font-size: 2.8vw;
}
.sec_returnRate .otoku_table .unit.unit_note1::before {
    content: "＊1";
}
.sec_returnRate .otoku_table .unit.unit_note2::before {
    content: "＊2";
}
@media screen and (min-width: 641px) {
    .sec_returnRate .headline_border {
        padding-bottom: 11%;
    }
    .sec_returnRate .dpointReturnRate .text1 {
        font-size: 19px;
    }
    .sec_returnRate .dpointReturnRate .text1 span {
        font-size: 15px;
    }
    .sec_returnRate .dpointReturnRate .text2 {
        font-size: 32px;
    }
    .sec_returnRate .dpointReturnRate .rate_num {
        margin-top: 0.5%;
        padding: 14px 10px 10px;
        font-size: 42px;
    }
    .sec_returnRate .dpointReturnRate .rate_num::after {
        right: -37px;
        top: 25px;
        font-size: 27px;
    }
    .sec_returnRate .dpointReturnRate .poinco:first-child {
        left: 60px;
    }
    .sec_returnRate .dpointReturnRate .poinco:nth-child(2) {
        right: 60px;
    }
    /*おトクにたまる！ポイント内訳*/
    .sec_returnRate .otoku_table li:first-child {
        padding: 18px 0;
        font-size: 20px;
    }
    .sec_returnRate .otoku_table li:not(:first-child):not(:last-child):before {
        bottom: -15px;
        left: calc(50% - 13px);
        width: 26px;
        height: 30px;
    }
    .sec_returnRate .otoku_table .table_text {
        min-height: 120px;
        font-size: 18px;
    }
    .sec_returnRate .otoku_table .table_text p {
        padding-left: 56px;
    }
    .sec_returnRate .otoku_table .table_text p::before {
        width: 40px;
        height: 40px;
    }
    .sec_returnRate .otoku_table .table_text .rankIcon {
        vertical-align: -5px;
    }
    .sec_returnRate .otoku_table .table_text .dpaynote {
        font-size: 12px
    }
    .sec_returnRate .otoku_table .returnRate {
        width: 25%;
        -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        font-size: 22px;
    }
    .sec_returnRate .otoku_table .plus {
        font-size: 27px;
    }
    .sec_returnRate .otoku_table .rate_num {
        font-size: 34px;
    }
    .sec_returnRate .otoku_table .unit {
        font-size: 18px;
    }
    .sec_returnRate .otoku_table .unit::before {
        top: -80%;
        left: 0;
        width: 1.9em;
        font-size: 11px;
    }
}

/*--------- もっとおトクに！ ---------*/
.sec_otoku_more .bk {
    background-color: #FBEFCF;
    padding-bottom: 5%;
}
.sec_otoku_more .headline_border {
    padding-bottom: 10%;
}
.sec_otoku_more .text_bnnr {
    font-size: 4vw;
    font-weight: bold;
    text-align: center;
}
.sec_otoku_more .otoku_bnnr {
    display: block;
    width: 90%;
    max-width: 480px;
    margin: 1% auto 0;
}
.sec_otoku_more .otoku_bnnr:hover {
    opacity: .6;
}
.sec_otoku_more .otoku_img {
    display: block;
    margin: 5% auto 0;
    width: 90%;
    max-width: 480px;
}

/* PC */
@media screen and (min-width: 641px) {
    .sec_otoku_more .text_bnnr {
        font-size: 22px;
    }
}