@charset "UTF-8";
body {
    font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, sans-serif;
    margin: 0;
    padding: 0;
    text-align: center;
}

@media (max-width:1024px) {
    body {
        -webkit-text-size-adjust: none;
    }
}

dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
input,
p,
blockquote,
fieldset,
div {
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

ul li,
ol li {
    list-style: none;
}

table {
    font-size: 100%;
    margin: 0;
    padding: 0;
    border-spacing: 0;
    border-collapse: collapse;
}

caption {
    text-align: left;
}

table,
pre,
code,
select,
input,
textarea,
kbd,
var,
ins,
del,
samp {
    font-size: 100%;
}

address,
cite,
dfn,
em,
strong,
var,
th,
ins,
del,
samp {
    font-weight: normal;
    font-style: normal;
}

a {
    text-decoration: none !important;
}

a img {
    border: 0;
}

hr.yjSeparation {
    display: none;
}

fieldset {
    border: none;
}

img {
    vertical-align: bottom;
}

#wrapper {
    font-size: medium;
    line-height: 1.56;
    text-align: left;
    color: #333;
}

#yjContentsBody {
    position: relative;
}

.yjGuid {
    font-size: 0;
    line-height: 0;
    display: block;
    overflow: hidden;
    height: 0;
    text-indent: -9999px;
}

.yjSkip {
    font-size: 0;
    line-height: 0;
    display: block;
    overflow: hidden;
    height: 0;
    text-indent: -9999px;
}

.yj950-1 #wrapper {
    width: 950px;
    margin: 0 auto;
    padding: 0 10px;
}

.yj950-1 #contents {
    text-align: left;
}

#yjContentsBody:after {
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: ".";
}

#yjContentsBody {
    height: 1%;
}

#yjBreadcrumbs {
    margin-bottom: 10px;
    padding-left: 7px;
}

.breadcrumbs {
    font-size: 13px;
}

#emg,
#emg2,
#emg3 {
    margin-bottom: 10px;
    text-align: center;
}

#emg2 br {
    display: none;
}

#emg>table,
#emg2>table,
#emg3>table {
    margin: 10px auto !important;
    text-align: left;
}

#emg strong,
#emg2 strong,
#emg3 strong {
    font-weight: bold;
}

.cf {
    display: inline-block;
}

.cf:after {
    font-size: 0;
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: ".";
}

* html .cf {
    height: 1%;
}

.cf {
    display: block;
}

a {
    text-decoration: none;
    color: #4083a9;
}

a:hover {
    text-decoration: underline;
}

a:visited {
    text-decoration: none;
    color: #4083a9;
}

.textBold {
    font-weight: bold;
}

.textRed {
    color: #f00;
}

.textCenter {
    text-align: center;
}

.textRight {
    text-align: right;
}

.textLeft {
    text-align: left;
}

.textTop {
    vertical-align: top;
}

.textMiddle {
    vertical-align: middle;
}

.textBottom {
    vertical-align: bottom;
}

.textXSmall {
    font-size: x-small !important;
}

.textSmall {
    font-size: small !important;
}

.textMedium {
    font-size: medium !important;
}

.textLarge {
    font-size: large !important;
}

.textXLarge {
    font-size: x-large !important;
}

.marginB10 {
    margin-bottom: 10px !important;
}

.marginB20 {
    margin-bottom: 20px !important;
}

.marginB30 {
    margin-bottom: 30px !important;
}

.marginB40 {
    margin-bottom: 40px !important;
}

.marginB50 {
    margin-bottom: 50px !important;
}

.marginB60 {
    margin-bottom: 60px !important;
}

.marginB70 {
    margin-bottom: 70px !important;
}

.marginT10 {
    margin-top: 10px !important;
}

.marginT20 {
    margin-top: 20px !important;
}

.marginT30 {
    margin-top: 30px !important;
}

.marginT40 {
    margin-top: 40px !important;
}

.marginT50 {
    margin-top: 50px !important;
}

.marginL10 {
    margin-left: 10px !important;
}

.marginL20 {
    margin-left: 20px !important;
}

.marginL30 {
    margin-left: 30px !important;
}

.marginL40 {
    margin-left: 40px !important;
}

.marginL50 {
    margin-left: 50px !important;
}

.marginR10 {
    margin-right: 10px !important;
}

.marginR20 {
    margin-right: 20px !important;
}

.marginR30 {
    margin-right: 30px !important;
}

.marginR40 {
    margin-right: 40px !important;
}

.marginR50 {
    margin-right: 50px !important;
}

.noticeList li {
    margin-left: 10px;
    text-indent: -10px;
}

.noticeList li:before {
    content: '\30FB';
    vertical-align: middle;
}

.titleLine {
    font-size: large;
    font-weight: bold;
    line-height: 2em;
    margin-bottom: 10px;
    text-align: center;
    color: #444;
    border-bottom: solid 3px #ccc;
}

hr.borderLine {
    height: 3px;
    margin: 20px 0;
    border: none;
    background: #ccc;
}

.floatL {
    float: left;
}

.floatR {
    float: right;
}

.inlineBox {
    display: inline-block;
}

.mainImg {
    width: 950px;
}

.mainImg img {
    display: block;
    width: 100%;
    max-width: 950px;
}

.contentsWrapper {
    padding: 20px 0;
}

.contentsBox {
    box-sizing: border-box;
    margin: 0 50px 30px;
    padding: 20px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: #fff;
}

.contentsBox * {
    box-sizing: border-box;
}

.campaign__headerInfo {
    font-size: 12px;
    line-height: 1;
    position: relative;
    overflow: hidden;
    padding: 10px;
    border-top: 1px solid #eee;
    background: #f6f6f6;
}

.campaign__headerDate {
    float: left;
    overflow: hidden;
    padding: 0 5px 0 0;
    letter-spacing: -0.40em;
}

.campaign__headerDate dt,
dd {
    display: inline-block;
    letter-spacing: normal;
}

.campaign__headerDetailAnchor {
    margin: 0 auto;
    text-align: center;
}

.campaign__headerDate+.campaign__headerDetailAnchor {
    float: left;
}

.campaign__headerInfo .snsBtnBox {
    position: absolute;
    top: 6px;
    right: 6px;
    padding: 0;
    text-align: right;
}

.jsMessageBox {
    margin-bottom: 10px;
    padding: 10px;
    border: 2px solid #66b853;
    background: #dcefd7;
}

.lineMessageBox {
    font-size: 14px;
    line-height: 1.2;
    margin-bottom: 20px;
    padding: 10px;
    background: #fff5e0;
}

.warningArea__historyLink+.warningArea__topLink,
.warningArea__warningText+.warningArea__historyLink,
.warningArea__warningText+.warningArea__topLink {
    padding: 10px 0 0 0;
}

.warningArea__topLink {
    font-size: 18px;
    font-weight: bold;
}

.lineMessageBox .yid--hasMessage {
    display: inline-block;
}

.is-entryDone {
    font-size: 14px;
    padding: 0 0 5px 0;
    text-align: center;
}

.tcardMessageBox {
    font-size: 13px;
    margin-bottom: 20px;
    color: #444;
}

.messageTopBox {
    line-height: 1;
    margin: 10px 0;
}

.messageTopBox .messageTopLink {
    font-size: 120%;
    font-weight: bold;
    text-decoration: underline;
}


.messageHistoryBox {
    font-size: 80%;
}

.prTcard {
    margin-bottom: 40px;
    text-align: center;
}

.lotTimes {
    margin-bottom: 20px;
    text-align: center;
}

.entryDate {
    font-weight: bold;
    margin-bottom: 10px;
    text-align: center;
}

.lotDate {
    font-weight: bold;
    margin-bottom: 40px;
    text-align: center;
}

.lotTimes dt,
.lotTimes dd,
.entryDate dt,
.entryDate dd,
.lotDate dt,
.lotDate dd {
    display: inline-block;
}

.lotTimes dd {
    font-weight: bold;
}

.entryDate dt,
.lotDate dt {
    color: #92722c;
}

.prizeInfoImg {
    margin-bottom: 40px;
    text-align: center;
}

.kujiInfoBox {
    margin-top: 40px;
}

.kujiInfoBox h2 {
    font-size: large;
    font-weight: bold;
    line-height: 2em;
    margin-bottom: 10px;
    text-align: center;
    color: #444;
    border-bottom: solid 3px #ccc;
}

.expandBox .ptsContent {
    font-size: 13px;
    padding: 15px;
    text-align: left;
    background-color: #fafafa;
}

.expandBox .ptsContent dl {
    margin-bottom: 10px;
}

.expandBox .ptsContent dl dt:before {
    font-size: 6px!important;
    display: inline;
    margin-right: 3px;
    content: "●";
    vertical-align: middle;
    color: #b2afa5;
}

.expandBox .ptsContent dd {
    font-size: 13px;
    padding-left: 10px;
    color: #666;
}

.expandBox .ptsContent dl dt {
    font-size: medium;
    font-weight: bold;
}

.promotionBox {
    margin: 20px 0;
    text-align: center;
}

.promotionBox li {
    display: inline-block;
}

.promotionBox li.typeBig {
    display: block;
    margin-bottom: 20px;
    padding: 0 50px;
}

.promotionBox li.typeSmallLeft {
    margin-right: 20px;
}

.promotionBox a img{
  display: inline-block;
  width: inherit;
  max-width: 100%;
}

.expandBox .notice {
    margin-left: 15px;
}

.kujiTopBox {
    padding-right: 20px;
    text-align: right;
}

.kujiTopBox a {
    display: inline-block;
    padding: 3px 5px;
    background: #fff;
}

.kujiTopBox a:before {
    content: "▲";
}

.spBox {
    display: none;
}

.maintenanceInfoBox {
    font-size: 13px;
    width: 700px;
    margin: 20px auto;
    padding: 5px;
    text-align: center;
    border: 2px solid #dac08b;
    background: #fff;
}

.contentsWrapperWin {
    padding: 30px 0;
    background: #ed8a0b;
}

.prizeTitle {
    margin-bottom: 20px;
    text-align: center;
}

.prizeName {
    font-size: x-large;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: center;
}

.prizeBox {
    margin-bottom: 20px;
}

.prizeImg {
    float: left;
    overflow: hidden;
    width: 400px;
    margin-right: 20px;
    text-align: center;
}

.couponBox {
    font-size: 14px;
    width: 700px;
    margin: 0 auto;
    text-align: center;
}

.prizeImg+.couponBox {
    font-size: 14px;
    float: left;
    width: 390px;
    text-align: left;
}


.hasNoPrizeImg .couponBox {
    float: none;
    width: 700px;
    margin: 0 auto;
    text-align: center;
}

.expirationDate {
    padding: 0 0 10px 0;
    text-align: center;
    color: #d70d25;
}

.prizeImg+.prizeExplanation {
    clear: both;
    width: 700px;
    margin: 0 auto;
    padding: 20px 0 0 0;
}


.couponCode {
    box-sizing: border-box;
    max-width: 420px;
    margin: 0 auto 10px auto;
    padding: 10px;
    text-align: center;
    border: 3px solid #2db200;
    background-color: #f5ffc8;
}

.couponCode p {
    font-size: 16px;
}

.couponCode__text {
    font-size: 16px;
    display: inline-block;
    padding: 0 0 0 10px;
    word-break: break-all;
}

.couponCode__label {
    font-size: 14px;
}

.prizeImg+.couponBox .couponCode__label,
.prizeImg+.couponBox .couponCode__text {
    display: block;
    padding: 0;
    text-align: center;
}

.hasNoPrizeImg .couponCode__text {
    text-align: left !important;
}

.showCoupon {
    font-size: 16px;
    padding: 5px 10px;
    text-align: center;
}

.prizePoint .prizeImg {
    float: none;
    overflow: hidden;
    margin: 0 auto;
    text-align: center;
}

.prizePoint .couponBox {
    float: none;
    width: 700px;
    margin: 20px auto;
}

.contentsWrapperLose {
    padding: 30px 0;
    background: #e8e8e8;
}

.btnBox {
    margin-bottom: 20px;
    text-align: center;
}

.baseBtn {
    font-size: 26px;
    font-weight: bold;
/*    line-height: 50px;*/
    line-height: 1.3em;
    display: inline-block;
    width: auto;
    min-width: 280px;
    max-width: 100%;
    margin: 0 auto;
/*    padding: 0 10px;*/
    padding: 10px 20px;
    cursor: pointer;
    -ms-transition: all cubic-bezier(0.62, 0.28, 0.23, 0.99) 0.2s;
    transition: all cubic-bezier(0.62, 0.28, 0.23, 0.99) 0.2s;
    text-align: center;
    border: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.baseBtn:hover {
    text-decoration: none;
}


.baseBtn.btnTypeKujiOn {
    color: #fff;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff6c3c), color-stop(88%, #ff4405));
    background: -moz-linear-gradient(center top, #ff6c3c 0%, #ff4405 88%);
    background: -ms-linear-gradient(top, #ff6c3c 0%, #ff4405 88%);
    background-color: #ff7e39;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
}

.baseBtn.btnTypeKujiOn:hover {
    -ms-transition: all cubic-bezier(0.62, 0.28, 0.23, 0.99) 0.2s;
    transition: all cubic-bezier(0.62, 0.28, 0.23, 0.99) 0.2s;
    box-shadow: 0 5px 0 rgba(0, 0, 0, 0.05);
}

.baseBtn.btnTypeKujiOn:visited {
    color: #fff;
}

.baseBtn.btnTypeKujiOnRed {
    color: #fff;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f72a1a), color-stop(88%, #de0000));
    background: -moz-linear-gradient(center top, #f72a1a 0%, #de0000 88%);
    background: -ms-linear-gradient(top, #f72a1a 0%, #de0000 88%);
    background-color: #f72a1a;
}

.baseBtn.btnTypeKujiOnRed:visited {
    color: #fff;
}

.btnTypeKujiOff {
    color: #999;
    background: #ddd;
}

a.btnTypeKujiOff {
    cursor: default;
    color: #999;
}

a.btnTypeKujiOff:visited {
    color: #999;
}

.btnTypeLogin,
.btnTypeCommon {
    color: #666;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fecf63), color-stop(88%, #fdb306));
    background: -moz-linear-gradient(center top, #fecf63 0%, #fdb306 88%);
    background: -ms-linear-gradient(top, #fecf63 0%, #fdb306 88%);
    background-color: #fdb306;
}

.baseBtn.btnTypeLogin:visited,
.baseBtn.btnTypeCommon:visited {
    color: #666;
}

.apn_and {
    font-size: 14px;
}

.apn_and ol li {
    display: inline-block;
    margin: 0 10px;
}

.apn_and img {
  max-width: 100%;
}

.snsBox {
    margin: 10px 50px;
}

.snsBox .btnTwitter {
    display: inline-block;
    width: 105px;
}

.snsBox .btnFB {
    display: inline-block;
}

#footer {
    text-align: center;
}

#footer .footerLinks {
    margin: 40px 0 5px 0;
}

#footer .footerLinks li {
    display: inline;
    padding: 0 8px;
}

#footer address {
    font-size: 13px;
    line-height: 1.4;
    padding: 10px 0 20px;
    border-top: 3px solid #ccc;
}

.tieupBnr {
    text-align: center;
}

.tieupBnr li {
    display: inline-block;
    margin: 0 10px 20px;
}

.tieupLogo {
    text-align: center;
}

.tieupLogo li {
    display: inline-block;
    margin-bottom: 5px;
}

.tieupLogo2 {
    text-align: left;
}

.tieupLogo2 li {
    display: inline-block;
    margin-bottom: 5px;
}

.keywordOn {
    display: none;
}

.errKeyword {
    display: none;
    color: red;
}

.keywordBox {
    margin-bottom: 20px;
}

.keywordBox p {
    font-weight: bold;
}

.btnActionKeyword__form {
    letter-spacing: -.40em;
}

.btnActionKeyword__form * {
    letter-spacing: normal;
}

.btnActionKeyword__inputText {
    font-size: 16px;
    line-height: 1;
    display: inline-block;
    height: 40px;
    margin: 0;
    padding: 12px 5px;
    vertical-align: top;
    letter-spacing: normal;
    border: 1px solid #aaa;
    border-radius: 2px;

    -webkit-appearance: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.btnActionKeyword__inputText[disabled] {
    background: #eee;
    color: #999;
}

.btnActionKeyword__inputText.sp_keyword_form {
    width: 100%;
}

.btnActionKeyword__buttonConfirm {
    font-size: 15px;
    font-weight: bold;
    line-height: 40px;
    display: inline-block;
    width: 70px;
    height: 40px;
    margin: 0;
    padding: 0;
    cursor: pointer;
    vertical-align: top;
    border: 1px solid #ffbd30;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    background: #ffe587;
    background: linear-gradient(center top, #ffe27a, #ffd348);
    background: -webkit-gradient(linear, left top, left bottom, from(#ffe27a), to(#ffd348));
    background: -moz-linear-gradient(center top, #ffe27a, #ffd348);
}


/* ソーシャル */

.snsBtnBox {
    font-size: 12px;
    padding: 0 0 10px 0;
}

.contentsBox .snsBtnBox {
    text-align: center;
}

.snsBtnBox__item {
    display: inline-block;
    vertical-align: middle;
}

.snsBtnBox__item {
    display: inline-block;
    vertical-align: top;
}

.snsBtnBox__item.btnFacebook {
    line-height: 20px;
    height: 20px;
    border-radius: 3px;
    background: #4267b2;
}

.snsBtnBox__item.btnFacebook:hover {
    background: #274b95;
}

.snsBtnBox__item.btnFacebook img {
    display: inline-block;
    width: 12px;
    margin: 0;
    vertical-align: top;
}

.snsBtnBox__item.btnFacebook .snsBtnBox__itemLink {
    line-height: 1;
    display: inline-block;
    padding: 0 4px;
    color: #fff;
}

.snsBtnBox__item.btnFacebook .snsBtnBox__itemLink span {
    display: inline-block;
    vertical-align: top;
}

.btnLINE img {
    display: inline-block;
    width: 82px;
    vertical-align: top;
}

.complianceArea {
    text-align: center;
    font-size: 14px;
    margin-bottom: 20px;
    padding: 10px;
    color: #444;
    border: 2px solid #dac08b;
}

.btnBox__complianceMailText,
.btnBox__optMsg {
    box-sizing: border-box;
    width: 100%;
    margin: 0 auto 20px auto;
    text-align: center;
    color: #666;
}

.btnBox__optMsg {
    font-size: 13px;
    max-width: 650px;
}

.btnBox__complianceMailText {
    font-size: 12px;
    padding: 10px 0;
    color: #b71c1c;
    border: 2px solid #ffcdd2;
    background: #ffebee;
}

.noteArea {
    font-size: 14px;
    margin-bottom: 10px;
}

div[data-area="adHtmlArea"] img{
  display: inline-block;
  max-width: 100%;
}

/* いい買い物2017履歴 */

.lstDisc li {
    padding-left: 14px;
}

.lstDisc li:before {
    content: "\30FB";
    vertical-align: middle;
    margin-left: -14px;
}


.bannerEntryDone {
    text-align: center;
    padding: 15px 0;
}

.bannerEntryDone img {
    display: inline-block;
    max-width: 100%;
}

.has-fixed-footer {
    padding-bottom: 100px;
}

.btnBox.is-fixed-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.7);
    margin: 0;
    padding: 20px 0;
    box-shadow: 0 -10px 10px rgba(0, 0, 0, 0.02);
    z-index: 1;
}


/*SBプレミアム会員判定*/

     .sbYPremium{
         text-align: center;
     }
    .sbYPremium img{
        display: inline-block;
    }
    .sbYPremium__title{
        margin-bottom: 10px;
    }
    .sbYPremium__Subtitle{
        font-weight: bold;
        margin-bottom: 10px;
    }
    .sbYPremium__Subtitle:before{
        content: "▶︎";
        font-size: 16px;
        padding-right: 5px;
    }
    .sbYPremium__text{
        width: 500px;
        display: inline-block;
        padding: 0 0 10px 0;
        font-size: 13px;
    }
    .sbYPremium__howTo{
        border: 2px solid;
        width: 450px;
        padding: 10px;
        display: inline-block;
        position: relative;
        overflow: hidden;
        background: #f5f5f5;
        text-align: left;
    }
    .sbYPremium__howToQr{
        float: left;
        width: 28%;
    }
    .sbYPremium__howToTitle,
    .sbYPremium__howToSet{
        float: right;
        line-height: 1.3;
        width: 70%;
    }
    .sbYPremium__howToTitle{
        padding: 0 0 10px 0;
        font-weight: bold;
        font-size: 14px;
    }
    .sbYPremium__howToSet{
        padding: 5px;
        font-size:13px;
    }
    .sbYPremium__howToSet li{
        margin: 0 0 5px 0;
    }

    .baseBtn span{
        font-size: 16px;
        margin-top: -5px;
        margin-bottom: -5px;
        display: block;
    }

/*APIクーポンエラー用*/

    .errorMessageBox {
        font-size: 14px;
        line-height: 1.5;
        border: 2px solid #f00;
        padding: 10px;
        color: #f00;
        background: #fff5f5;
    }

/*PayPay連携訴求モジュール*/
    .payRegBox {
        font-size: 14px;

        max-width: 500px;
        margin: 20px auto 0;
        padding: 18px 24px;

        background-color: #f6f6f6;

        text-align: left;
    }

    .payRegBox h2 {
        font-weight: bold;

        position: relative;

        margin-bottom: 8px;
        padding-left: 24px;
    }

    .payRegBox h2::before {
        position: absolute;
        top: 0;
        left: 0;

        display: block;

        width: 18px;
        height: 18px;

        content: '';

        background: url('https://s.yimg.jp/images/points/toku/campaign/pc/img/caution.png') no-repeat center;
        background-size: 18px;
    }

    .payRegLink {
        margin-top: 12px;

        border: 1px solid #157599;
        border-radius: 4px;
        background-color: #fff;
    }

    .payRegLink a {
        font-size: 16px;
        font-weight: bold;

        display: block;

        width: 100%;
        padding: 16px;

        text-align: center;
    }

    .btnBox_loginNotes {
        margin: 16px 0 0 0;
        font-size: 14px;
    }