@charset "utf-8";

.login,
.logout,
.registrationAlert,
.sec6 #btn_check {
    display: none;
}
#returnRateTextLogin,
#returnRateTextLogout,
#dpointReturnRateLogin,
#dpointReturnRateLogout,
#rankTextWrapLogout,
#returnRateTableLogin,
#returnRateTableLogout {
    display: none;
}
/*共通*/
img {
    width: 100%;
    height: auto;
}
.contents p {
    line-height: 1.5;
}
.text_red {
    color: #CC0033 !important;
}
.super {
    vertical-align: super;
    font-size: 10px;
}
p.title {
    font-weight: bold;
    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;
}
ul.num_note_list {
    width: 100%;
    padding: 3% 6%;
    margin: 0 auto;
    box-sizing: border-box;
    font-size: 12px;
}
ul.num_note_list li {
    padding-left: 1em;
    text-indent: -2em;
    margin: 5px 0;
    line-height: 1.4;
}

a.link {
    display: inline;
    text-decoration: underline;
    color: #0B98D8;
}
.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: 6px;
    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;
}
/*ボタン*/
.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;
}
.sec3 .next p,
.sec4 .next p,
.sec5 .next p,
.sec6 .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) {
    .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;
}
.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 .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);
}
.sec3,
.sec4,
.sec5,
.sec6 {
    padding-top: 4%;
    padding-bottom: 15%;
    margin-top: -4%;
}
.sec3 .headline_border,
.sec4 .headline_border {
    padding-bottom: 9%;
}
.sec3 .title,
.sec4 .title,
.sec5 .title {
    margin-top: 4%;
}
.sec3 .title,
.sec4 .title {
    font-size: 5.6vw;
    font-weight: 800;
}
.sec5 .title {
    font-size: 4.6vw;
    font-weight: 600;
}
.sec3 .title_large,
.sec4 .title_large,
.sec5 .title_large {
    font-size: 7.2vw;
    font-weight: 800;
}
.sec3 .step_img,
.sec4 .step_img {
    display: block;
    width: 70%;
    margin: 5% auto 0;
    max-width: 260px;
}
.otokuShopping_img {
    position: relative;
    width: 100%;
    padding-top: 5%;
    background-color: #F9F3E3;
}
.otokuShopping_img img {
    display: block;
    margin: 0 auto;
    width: 100%;
    /* max-width: 520px; */
}
.otokuShopping_img p {
    position: absolute;
    top: 25%;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    text-align: center;
    font-size: 4.5vw;
    font-weight: bold;
}
.icon_img {
    display: inline-block;
    width: 10vw;
    max-width: 50px;
}
.login {
    margin-bottom: 5%;
}
.login,
.logout,
.sec4 .returnRateWrap {
    margin-top: 8%;
}
.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 .note {
    position: absolute;
    bottom: 1.1vw;
    font-size: 3vw;
}
.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: 38%;
    font-size: 2.0vw;
}
/*利用者情報登録アラート*/
.registrationAlert {
    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);
}

/* さらにおトク！ */
#btnDcardApply,
#btnChangePaymentMethod {
    display: none;
}
#bnnrDcard,
#bnnrPlatinum,
#bnnrGold,
#bnnrGoldU {
    display: none;
}
.sec5 .headline_border {
    padding-bottom: 8%;
}
.sec5 .sp_img {
    display: block;
    margin: 5% auto 0;
    width: 70%;
    max-width: 280px;
}
.sec5 .subttl {
    margin-top: 5%;
    font-size: 3.5vw;
    font-weight: bold;
    text-align: center;
}
.sec5 .returnRateWrap {
    position: relative;
}
.sec5 .bnnrWrap {
    padding-bottom: 50px;
    background: #F5F5F5;
}
.sec5 .bnnrWrap p.text_bnnr {
    font-size: 4vw;
    font-weight: bold;
    text-align: center;
    margin-bottom: 1%;
}
.sec5 .bnnrWrap a {
    width: 90%;
    max-width: 480px;
    margin: 0 auto 20px;
    display: block;
}
.sec5 .bnnrWrap a:hover {
    opacity: .6;
}
.sec5 .payment_change_note {
    text-align: center;
    width: 90%;
    margin: 15px auto 0;
    font-size: 12px;
}

/* あなたの還元率は？ */
.sec6  {
    padding-bottom: 0;
}
.sec6 .bk {
    background: #F9F3E3;
    padding-bottom: 5%;
}
.sec6 .headline_border {
    padding-bottom: 17%;
}
.sec6 h3 {
    font-size: 4.6vw;
    text-align: center;
    font-weight: bold;
}
.sec6 .dpointReturnRate {
    position: relative;
    width: 90%;
    max-width: 480px;
    margin: 4% auto 0;
    margin-top: 4%;
    padding: 5% 0 3%;
    background-color: #F3E7EA;
    border: 2px solid #fff;
    font-weight: bold;
    border-radius: 7px;
    text-align: center;
}
.sec6 #rankTextWrapLogout {
    margin-top: 4%;
    margin-bottom: -0.5em;
}
.sec6 #dpointReturnRateLogout.dpointReturnRate {
    margin-top: 0;
}
.sec6 .dpointReturnRate .text1 {
    font-size: 4.0vw;
}
.sec6 .dpointReturnRate .text2 {
    margin-top: 1.5%;
    font-size: 7.5vw;
}
.sec6 .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;
}
.sec6 .dpointReturnRate .rate_num::after {
    position: absolute;
    content: '%';
    font-size: 4.7vw;
    color: #333;
    right: -6.5vw;
    top: 7.0vw;
}
.sec6 .dpointReturnRate .poinco {
    position: absolute;
    width: 20%;
    max-width: 90px;
}
.sec6 .dpointReturnRate .poinco:first-child {
    bottom: 5%;
    left: 5%;
}
.sec6 .dpointReturnRate .poinco:nth-child(2) {
    bottom: 5%;
    right: 5%;
}
/*おトクにたまる！ポイント内訳*/
.sec6 .otoku_table {
    width: 90%;
    max-width: 480px;
    margin: 5% auto 0;
    background-color: #fff;
    font-weight: bold;
    border-radius: 8px;
}
.sec6 .otoku_table li {
    position: relative;
    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;
}
.sec6 .otoku_table li.table_th {
    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;
}
.sec6 .otoku_table li:last-child {
    border-radius: 0 0 8px 8px;
}
.sec6 .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;
    /* line-height: 1.7; */
    min-height: 20.0vw;
}
.sec6 .otoku_table .table_text p {
    position: relative;
    width: 100%;
    padding-left: 40px;
}
.sec6 .otoku_table .table_text p::before {
    position: absolute;
    content: "";
    background-image: url(/content/good_deal/img/icon_dpoint.png);
    background-size: contain;
    background-repeat: no-repeat;
    top: 50%;
    transform: translateY(-50%);
    left: 9px;
    width: 22.5px;
    height: 22.5px;
}
.sec6 .otoku_table .table_text p.table_icon_dpay::before {
    background-image: url(/content/good_deal/img/icon_dpay.png);
}
.sec6 .otoku_table .table_text p.table_icon_dcard::before {
    background-image: url(/content/good_deal/img/ico_dcard.png);
}
.sec6 .otoku_table .table_text .rankIcon {
    width: 6.5vw;
    height: 6.5vw;
    max-width: 35px;
    max-height: 35px;
}
.sec6 .otoku_table .returnRate {
    width: 25%;
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    text-align: center;
    margin: auto;
    line-height: 1.2;
}
.sec6 .otoku_table .returnRate p {
    line-height: 1.1;
}
.sec6 .otoku_table .returnRate div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-box-pack: flex-end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: flex-end;
    justify-content: flex-end;
    width: 72%;
    margin: 0 auto;
    text-align: right;
}
/* 還元 */
.sec6 .otoku_table .returnRate > p:last-child {
    font-size: 4.0vw;
}
.sec6 .otoku_table .rate_num {
    margin-right: 2%;
    font-size: 6.6vw;
    color: #CC0033;
}
.sec6 .otoku_table p.unit {
    position: relative;
    font-size: 3.4vw;
}
.sec6 .otoku_table p.unit::before {
    position: absolute;
    top: -3vw;
    left: -0.6vw;
    width: 1.8em;
    height: auto;
    font-size: 2.8vw;
}
.sec6 .otoku_table li:nth-child(n+2):nth-last-child(n+2)::before,
.sec6 #maxReturnRateTable .otoku_table li:nth-child(n+2)::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;
    left: calc(50% - 4.5vw);
}
.sec6 .otoku_table li:nth-child(n+2):nth-last-child(n+2)::before {
    top: 86%;
}
.sec6 #maxReturnRateTable .otoku_table li:nth-child(n+2)::before {
    top: -16%;
}
/* さらに最大2％還元にするには */
.sec6 #maxReturnRateTable {
    display: none;
}
.sec6 #maxReturnRateTable .subtitle {
    margin-top: 5%;
    margin-bottom: 2.5%;
    font-size: 4.6vw;
    text-align: center;
    font-weight: bold;
}
.sec6 #maxReturnRateTable .otoku_table li:first-child {
    border-top: 2px solid #6F6053;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
.sec6 #maxReturnRateTable .otoku_table li:last-child {
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
}
.sec6 .otoku_table .unit.unit_note1::before {
    content: "＊1";
}
.sec6 .otoku_table .unit.unit_note2::before {
    content: "＊2";
}

/*--------- モスバーガーキャンペーン ---------*/
.sec6 .campaign {
    width: 90%;
    margin: 10% auto 0;
}
.sec6 .campaign .camp_title {
    width: 80%;
    display: block;
    margin: 0 auto;
}
.sec6 .campaign_list {
    padding-top: 7%;
}
.sec6 .campaign_list li {
    margin-bottom: 15px;
}
.sec6 .campaign_list li:last-of-type {
    margin-bottom: 0;
}

@media screen and (min-width: 570px) and (max-width: 640px) {
    .sec6 .otoku_table .table_text {
        font-size: 3.1vw;
    }
    .sec6 .otoku_table .rate_num {
        font-size: 5.6vw;
    }
    .sec6 .otoku_table p.unit {
        font-size: 3.1vw;
    }
    .sec6 .otoku_table p.unit::before {
        top: -2.3vw;
    }
}
@media screen and (min-width: 500px) and (max-width: 640px) {
    .sec6 .otoku_table p.unit::before {
        left: 0;
        font-size: 12px;
    }
}

@media screen and (min-width: 641px) {
    .headline {
        padding: 12px 24px;
        font-size: 32px;
    }
    .headline span {
        margin-left: 4px;
        vertical-align: -2px;
        font-size: 48px;
    }
    .headline.headline_icon {
        width: 45%;
    }
    .headline.headline_text {
        font-size: 36px;
    }
    .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;
    }
    .sec3 .headline_border,
    .sec4 .headline_border {
        padding-bottom: 45px;
    }
    .sec3 .title,
    .sec4 .title,
    .sec5 .title {
        margin-top: 15px;
        font-size: 22px;
    }
    .sec3 .title_large,
    .sec4 .title_large,
    .sec5 .title_large {
        font-size: 28px;
    }
    .otokuShopping_img p {
        font-size: 24px;
    }
    .login {
        margin-bottom: 20px;
    }
    .login, .logout {
        margin-top: 30px;
    }
    .rank_text {
        font-size: 16px;
    }
    .rank_text .note {
        bottom: 4px;
        font-size: 12px;
    }
    /*還元*/
    .returnRateWrap {
        padding: 9px 10px;
        font-size: 22px;
    }
    .returnRateWrap .rate {
        padding: 6px 2.5% 3px;
        font-size: 27px;
    }
    .returnRateWrap .note {
        font-size: 11px;
    }
    /*利用者情報登録アラート*/
    .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;
    }
    .sec5 .subttl {
        font-size: 18px;
    }
    .sec5 .returnRate {
        margin-top: 30px;
    }
    .sec5 .bnnrWrap p.text_bnnr {
        font-size: 20px;
    }
    .sec5 .bnnrWrap a {
        margin-bottom: 30px;
    }

    /* あなたの還元率は？ */
    .sec6 .headline_border {
        padding-bottom: 95px;
    }
    .sec6 h3 {
        font-size: 28px;
    }
    .sec6 .dpointReturnRate .text1 {
        font-size: 18px;
    }
    .sec6 .dpointReturnRate .text2 {
        font-size: 32px;
    }
    .sec6 .dpointReturnRate .rate_num {
        padding: 14px 10px 10px;
        font-size: 42px;
    }
    .sec6 .dpointReturnRate .rate_num::after {
        right: -37px;
        top: 25px;
        font-size: 27px;
    }
    .sec6 .dpointReturnRate .poinco:first-child {
        left: 60px;
    }
    .sec6 .dpointReturnRate .poinco:nth-child(2) {
        right: 60px;
    }
    /*おトクにたまる！ポイント内訳*/
    .sec6 .otoku_table li.table_th {
        padding: 18px 0;
        font-size: 20px;
    }
    .sec6 .otoku_table .table_text {
        min-height: 108px;
        font-size: 18px;
    }
    .sec6 .otoku_table .table_text p {
        padding-left: 56px;
    }
    .sec6 .otoku_table .table_text p::before {
        width: 40px;
        height: 40px;
    }
    .sec6 .otoku_table .table_text .rankIcon {
        vertical-align: -5px;
    }
    .sec6 .otoku_table .returnRate div {
        width: 69%;
    }
    .sec6 .otoku_table .returnRate > p:last-child {
        font-size: 21px;
    }
    .sec6 .otoku_table .rate_num {
        font-size: 33px;
    }
    .sec6 .otoku_table p.unit {
        font-size: 17px;
    }
    .sec6 .otoku_table p.unit::before {
        top: -80%;
        left: 0;
        width: 1.9em;
        font-size: 11px;
    }
    .sec6 .otoku_table li:nth-child(n+2):nth-last-child(n+2)::before,
    .sec6 #maxReturnRateTable .otoku_table li:nth-child(n+2)::before {
        left: calc(50% - 13px);
        width: 26px;
        height: 30px;
    }
    .sec6 .otoku_table li:nth-child(n+2):nth-last-child(n+2)::before {
        top: 94px;
    }
    .sec6 #maxReturnRateTable .otoku_table li:nth-child(n+2)::before {
        top: -17px;
    }
    /* さらに最大2％還元にするには */
    .sec6 #maxReturnRateTable .subtitle {
        font-size: 28px;
    }
    /* モスバーガーキャンペーン */
    .sec6 .campaign {
        max-width: 480px;
    }
    /* ボタン */
    .sec3 .next p,
    .sec4 .next p,
    .sec5 .next p,
    .sec6 .next p {
        font-size: 20px;
    }
}


