@charset 'UTF-8';

* {
    margin: 0;
    padding: 0;
    word-break: break-all;
}

html {
    font-size: 62.5%;

    overflow-y: scroll;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, sans-serif;

    background-color: #fff;
}

p,
li,
dt,
dd,
table {
    text-align: justify;
    text-justify: inter-ideograph;

    line-break: strict;
}

img {
    border: 0;
}

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

table {
    border-spacing: 0;
    border-collapse: collapse;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
    font-weight: normal;
    font-style: normal;
}

select option {
    padding: 0 5px;
}

form label {
    cursor: pointer;
}

a {
    text-decoration: none;

    outline: none;
}

a:link,
a:visited {
    color: #157599;
}

a:hover {
    text-decoration: underline;
}

.contentBlock *,
.topContainer * {
    box-sizing: border-box;

    -ms-box-sizing: border-box;
}

.yjGuid,
.yjSkip {
    font-size: 0;
    line-height: 0;

    display: block;
    overflow: hidden;

    height: 0;

    text-indent: -9999px;
}

.yjSeparation {
    display: none;
}

#wrapper {
    width: 100%;
    min-width: 950px;
}

#headerWrap {
    width: 950px;
    margin: 0 auto;
}

.contentBlock {
    width: 950px;
    margin: 0 auto;
}

ul {
    padding: 0;
}

.noScript {
    font-size: 1.4rem;

    box-sizing: border-box;
    width: 730px;
    margin: 10px auto;
    padding: 10px;

    border: 2px solid #66b853;
    background: #dcefd7;
}

/* jsMessageBox */
.jsMessageBox {
    font-size: medium;

    width: 950px;
    margin: 0 auto 10px;
    padding: 10px;

    border: 2px solid #66b853;
    background: #dcefd7;
}

.textBold {
    font-weight: bold;
}

.maintenanceInfo {
    font-size: 14px;
    font-size: 1.4rem;

    box-sizing: border-box;
    width: 730px;
    margin: 10px auto;
    padding: 10px;

    border: 2px solid #dac08b;
    background: #fff;
}

.maintenanceInfo dt {
    display: none;
}

.maintenanceInfo a {
    display: block;

    text-align: center;
}

.everylot__done {
    font-size: 1.6rem;
    font-size: 16px;
    font-weight: bold;

    display: block;

    width: 270px;
    height: 60px;
    margin: 0 0 8px 3px;
    padding: 18px;

    text-align: center;

    color: #444;
    border-radius: 5px;
    background-color: #ccc;

    -ms-border-radius: 5px;
}


.newCmp {
    width: 300px;
    margin: 0 auto;
    padding-top: 20px;
}

.newCmp__title {
    font-size: 1.6rem;
    font-size: 16px;

    padding-bottom: 5px;

    color: #fff;
}

.newCmp__articleBox {
    position: relative;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    height: 55px;
    padding: 5px;

    border-top: solid 1px #fff;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.newCmp__articleBox:last-child {
    border-bottom: solid 1px #fff;
}

.newCmp .newCmp__icon {
    font-size: 1.2rem;
    font-size: 12px;
    line-height: 1;

    position: relative;
    z-index: 1;

    display: inline-block;
    float: left;

    width: auto;
    margin-right: 5px;
    padding: 4px;

    text-align: center;

    color: #fff;
    border-radius: 8px;
    background-color: #ff8400;

    -ms-border-radius: 8px;
}

.newCmp .newCmp__icon:hover {
    text-decoration: none;
}


.newCmp .newCmp__icon::after {
    position: absolute;
    z-index: -3;
    bottom: -5px;
    left: 12px;

    display: block;

    margin-left: 0;

    content: ' ';

    border: 5px solid transparent;
    border-right: 5px solid #ff8400;
}

.newCmp__article {
    font-size: 1.4rem;
    font-size: 14px;

    display: inline-block;

    width: 240px;
}

.newCmp__article::after {
    position: absolute;
    top: 45%;
    right: 5px;

    width: 4px;
    height: 4px;

    content: ' ';
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);

    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}

.newCmp__article:link,
.newCmp__article:visited {
    color: #fff;
}


.newCmp__none {
    font-size: 1.4rem;
    font-size: 14px;

    padding-top: 10px;

    text-align: center;

    color: #fff;
    border-top: solid 1px #fff;
}

.importantNotice {
    font-size: 1.6rem;
    font-size: 16px;

    margin-bottom: 24px;
    padding: 0 0 24px;

    text-align: center;
}

.importantNotice__title {
    font-size: 1.6rem;
    font-size: 16px;

    display: inline;
}

.mainContents {
    width: 100%;
    margin: -1px 0 0 0;

    background-color: #fff;
}

/*カードデザイン*/
.cmpList {
    position: relative;
    display: none;
    overflow: hidden;
    box-sizing: border-box;
    width: 950px;
    margin: 0 auto;
    padding: 0 0 60px 20px;
    background-color: #fff;
    -ms-box-sizing: border-box;
}

.cmpList.list,
.cmpList.chosen {
    opacity: 0;
}

.cmpList.isActive {
    display: block;
    transition: .2s;
}

.cmpList.isActive.anime {
    opacity: 1;
}

.noCamp {
    font-size: 14px;

    display: none;
    clear: both;

    width: 100%;
    padding-bottom: 24px;

    color: #666;
}

.cmpPossible .noCamp {
    padding: 0;
}

.cmpList .noCamp {
    padding-top: 24px;
    padding-right: 20px;
    padding-bottom: 0;
}

.noCamp * {
    text-align: center;
}

.noCamp__link {
    display: inline-block;

    margin: 10px 0 0 0;
}

.cmpDone__linkEverydayHistory {
    font-size: 1.6rem;
    font-size: 16px;

    display: none;

    text-align: center;

    color: #666;
}

.chosen__block .cmpList {
    padding: 0 0 24px 20px;
}

.loginBox__btn:link,
.historyBox__btn:link,
.loginBox__btn:hover,
.historyBox__btn:hover,
.loginBox__btn:visited,
.historyBox__btn:visited {
    text-decoration: none;

    color: #fff;
}

.loginBox__btn:hover,
.historyBox__btn:hover {
    opacity: .6;
}

.cmpBox {
    font-size: 13px;

    position: relative;

    float: left;

    box-sizing: border-box;
    width: 215px;
    height: 280px;
    margin: 36px 16px 0 0;
    padding: 8px;

    -ms-transition: all cubic-bezier(.62, .28, .23, .99) .2s;
    transition: all cubic-bezier(.62, .28, .23, .99) .2s;

    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 1px 3px .2px rgba(0, 0, 0, .3);

    -ms-box-sizing: border-box;
    -ms-box-shadow: 0 1px 3px .2px rgba(0, 0, 0, .3);
}

.cmpBox:hover {
    -ms-transition: all cubic-bezier(.62, .28, .23, .99) .2s;
    transition: all cubic-bezier(.62, .28, .23, .99) .2s;
    -ms-transform: scale(1.05);
    transform: scale(1.05);

    box-shadow: 0 0 10px rgba(0, 0, 0, .2);

    -ms-box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}

/*吹き出し*/
.cmpBox__tagEndSoon,
.cmpBox__tagNew,
.cmpBox__tagPickup {
    position: relative;
}

.cmpBox__tagEndSoon p,
.cmpBox__tagNew p,
.cmpBox__tagPickup p {
    font-size: 1.4rem;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;

    position: relative;
    z-index: 1;
    top: -30px;
    left: -10px;

    display: inline-block;
    float: left;

    width: 60px;
    margin-right: 5px;
    padding: 6px 0 6px 0;

    text-align: center;

    color: #fff;
    border-radius: 4px;
    box-shadow: 0 0 0 rgba(0, 0, 0, .0);

    -ms-border-radius: 8px;
    -ms-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}

.cmpBox__tagEndSoon p {
    color: #00aad1;
    border: 1px solid #00aad1;
    background-color: #fff;
}

.cmpBox__tagNew p {
    color: #fe7622;
    border: 1px solid #fe7622;
    background-color: #fff;
}

.cmpBox__tagPickup p {
    color: #ff095f;
    border: 1px solid #ff095f;
    background-color: #fff;
}

.cmpBox__tagNew p::before {
    position: absolute;
    z-index: 2;
    bottom: -9px;
    left: 42%;

    display: block;

    margin-left: 0;

    content: ' ';

    border: 5px solid transparent;
    border-top: 6px solid #fff;
}

.cmpBox__tagNew p::after {
    position: absolute;
    z-index: 1;
    bottom: -11px;
    left: 42%;

    display: block;

    margin-left: 0;

    content: ' ';

    border: 5px solid transparent;
    border-top: 6px solid #fe7622;
}


.cmpBox__tagPickup p::before {
    position: absolute;
    z-index: 2;
    bottom: -9px;
    left: 42%;

    display: block;

    margin-left: 0;

    content: ' ';

    border: 5px solid transparent;
    border-top: 6px solid #fff;
}

.cmpBox__tagPickup p::after {
    position: absolute;
    z-index: 1;
    bottom: -11px;
    left: 42%;

    display: block;

    margin-left: 0;

    content: ' ';

    border: 5px solid transparent;
    border-top: 6px solid #ff095f;
}

.cmpBox__tagEndSoon p::before {
    position: absolute;
    z-index: 2;
    bottom: -9px;
    left: 42%;

    display: block;

    margin-left: 0;

    content: ' ';

    border: 5px solid transparent;
    border-top: 6px solid #fff;
}

.cmpBox__tagEndSoon p::after {
    position: absolute;
    z-index: 1;
    bottom: -11px;
    left: 42%;

    display: block;

    margin-left: 0;

    content: ' ';

    border: 5px solid transparent;
    border-top: 6px solid #00aad1;
}

/*履歴カード*/
.cmpBox__history {
    padding: 6px 0 0 0;

    text-align: center;
    vertical-align: middle;

    border-top: 1px dashed #ccc;
}

.cmpBox__history a {
    font-size: 14px;

    position: relative;

    display: block;

    vertical-align: middle;
    letter-spacing: 0;

    color: #157599 !important;
}

.cmpBox__history a:hover {
    text-decoration: none;
}

.cmpBox__bnr {
    position: relative;

    width: 200px;
    height: 175px;
}

.cmpBox__bnr img {
    position: absolute;

    display: block;

    width: 100%;
    height: inherit;
    margin: 0 auto;
}

.doneCard .cmpBox__bnr,
.doneCard .cmpBox__title {
    opacity: .5;
}

.cmpBox__title {
    line-height: 1.4;

    width: 194px;
    height: 55px;
    margin: 7px auto 0;
}

.cmpBox a:link,
.cmpBox a:visited,
.cmpBox a:hover {
    display: block;

    text-decoration: none;

    color: #444;
}

/*カードボトム*/
.cmpBox__bottomTag {
    font-size: 1.2rem;
    font-size: 12px;
    line-height: 1;

    width: 200px;
    margin: 0 auto;
    padding: 6px 0 0 0;

    letter-spacing: -.40em;

    border-top: none;
}

.cmpBox__bottomTag .cpprTag {
    letter-spacing: normal;
}

.bottomContents {
    font-size: 1.4rem;
    font-size: 14px;

    overflow: hidden;

    max-width: 950px;
    margin: 20px auto;
}

.cmpBox__tagOk,
.cmpBox__tagTcard,
.cmpBox__tagCondition,
.cmpBox__tagPrivilege,
.cmpBox__tagDiscount,
.cpprTag,
.cmpBox__tagMobile,
.cmpBox__tagTarget,
.cmpBox__tagParticipant {
    display: inline-block;

    margin-right: 5px;
    padding: 4px;

    letter-spacing: normal;

    color: #757575;
    border: solid 1px;
    border-color: #757575;
    border-radius: 3px;

    -ms-border-radius: 3px;
}

.cmpBox__count {
    position: absolute;
    top: -10px;
    right: -10px;
    display: block;
    width: 20px;
    height: 20px;
    background-color: #fff;
    border-radius: 50px;
    text-indent: -9999px;
}
.cmpBox__count::before {
    position: absolute;
    top: 2px;
    right: 2px;
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    background-color: #ff0032;
    border-radius: 50px;
}


li[id^='everyday20'] div[class^='cmpBox__tagEndSoon'],
li[id^='00everyday'] div[class^='cmpBox__tagEndSoon'],
li[id^='everyday20'] div[class^='cmpBox__tagNew'],
li[id^='00everyday'] div[class^='cmpBox__tagNew'] {
    display: none;
}

.bottomLeft {
    float: left;

    width: 450px;
}

.bottomRight {
    float: right;

    width: 450px;
}

.info__title,
.setting__title,
.stampLink__title,
.tpointTips__title,
.sns__title {
    font-size: 16px;

    margin-top: 24px;

    letter-spacing: .5px;

    color: #4a4a4a;
}

h2.info__title span:before {
    width: 16px;
    height: 16px;

    background-image: url(https://s.yimg.jp/images/points/toku/portal/img/campaignlist/icon_notification.svg);
    background-repeat: no-repeat;
    background-size: 16px;
}

h2.setting__title span:before {
    width: 15px;
    height: 16px;

    background-image: url(https://s.yimg.jp/images/points/toku/portal/img/campaignlist/icon_settings.svg);
    background-repeat: no-repeat;
    background-size: 15px auto;
}

h2.stampLink__title span:before {
    width: 14px;
    height: 19px;

    background-image: url(https://s.yimg.jp/images/points/toku/portal/img/campaignlist/icon_stamp.svg);
    background-repeat: no-repeat;
    background-size: 14px auto;
}

h2.tpointTips__title span:before {
    width: 18px;
    height: 19px;

    background-image: url(https://s.yimg.jp/images/points/toku/portal/img/campaignlist/icon_smile.svg);
    background-repeat: no-repeat;
    background-size: 18px auto;
}

h2.sns__title span:before {
    width: 16px;
    height: 17px;

    background-image: url(https://s.yimg.jp/images/points/toku/portal/img/campaignlist/icon_share.svg);
    background-repeat: no-repeat;
    background-size: 16px auto;
}

.history h2.setting__title span:before {
    width: 18px;
    height: 19px;
    background-image: url(https://s.yimg.jp/images/points/toku/portal/img/campaignlist/icon_history_b.svg);
    background-repeat: no-repeat;
    background-size: contain;
}

/*フッターコンテンツお知らせ*/
.info__article {
    overflow: hidden;

    height: 63px;

    border-bottom: dashed 1px #dcdcdc;
}

.info__article a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    width: 100%;
    height: 100%;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.moreinfo:hover,
.info__article a span:last-child:hover,
.tpointTips__link a:hover {
    text-decoration: underline !important;
}

.info__article:last-child {
    border: none;
}

.info__article span {
    padding: 10px 0;

    letter-spacing: normal;
}

.info__article span:hover {
    text-decoration: none;
}

.info__article span:last-child {
    display: inline-block;
    float: none;

    width: 473px;
}

.info__article.is-noArticle {
    position: absolute;
    top: 44%;
    width: 96%;
    text-align: center;
}

.info__articleBox {
    position: relative;

    min-height: 195px;
    padding: 0 12px;

    vertical-align: middle;

    border-radius: 4px;
    background: #fff;
}

span.info__date:hover {
    text-decoration: none;
}

span.info__date {
    display: inline-block;
    float: none;

    width: 90px;
    height: auto;

    vertical-align: top;
    letter-spacing: .5px;

    color: #444;
}

.info__date {
    font-size: 1.4rem;
    font-size: 14px;

    display: block;
    float: left;

    width: 90px;
    height: 35px;

    color: #444;
}

.info__dtl {
    margin: 10px;

    text-align: center;
}

.setting__dtl a,
.biz__dtl a {
    font-size: 1.4rem;
    font-size: 14px;

    display: inline-block;

    padding: 2px 25px;

    color: #fff;
    border-radius: 3px;
    background-color: #52c5eb;

    -ms-border-radius: 3px;
}

.info__dtl a {
    font-size: 1.4rem;
    font-size: 14px;

    display: inline-block;

    padding: 6px 25px;

    color: #fff;
    border-radius: 3px;
    background-color: #52c5eb;

    -ms-border-radius: 3px;
}

.info__dtl a:hover,
.setting__dtl a:hover,
.biz__dtl a:hover {
    text-decoration: none;

    opacity: .6;
}

/*友達に知らせる*/
.sns__shareBox {
    position: static;

    display: table;
    overflow: hidden;

    width: 450px;
    height: 110px;
    margin: auto;
    padding: 12px 16px;

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

.sns__share {
    display: table-cell;
    float: none;

    margin: 10px 10px;
}

.sns__share img {
    display: table-cell;
    float: none;

    width: 50px;
}

.sns__shareBox ul {
    display: table-cell;
    float: none;

    margin: auto;

    vertical-align: middle;
}

.sns__share.twitter {
    padding-right: 16px;
}

/*通知設定*/
/*フッターコンテンツログインスタンプ*/
.setting {
    overflow: hidden;
}

.stampLink__box,
.setting__box {
    position: static;

    display: table;

    width: 450px;
    height: 110px;
    margin: 0 auto;
    padding: 32px 16px;

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

.stampLink__box {
    background-image: url('https://s.yimg.jp/images/points/toku/portal/img/campaignlist/bg_stamp.png');
    background-repeat: no-repeat;
    background-position: -24px 15px;
}

.stampLink__box p {
    display: table-cell;
    float: none;

    vertical-align: middle;
}

.setting__box p {
    display: table-cell;
    float: none;

    vertical-align: middle;
}

.stampLink__dtl,
.setting__dtl {
    display: table-cell;

    text-align: right;
    vertical-align: middle;
}

.stampLink__dtl a,
.setting__dtl a {
    font-size: 1.4rem;
    font-size: 14px;

    position: static;
    right: auto;

    display: block;
    float: none;

    padding: 8px 12px;

    text-align: center;
    vertical-align: middle;

    border: 1px solid #157599;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #fff;

    -ms-border-radius: 3px;
}

.setting__dtl a {
    /* padding: 8px 24px; */
}

.stampLink__dtl a:hover,
.setting__dtl a:hover {
    transition: background-color .5s;

    opacity: 1.0;
    background-color: #e9f1f6;
}

/*Tポイント情報*/
.tpointsTips__box {
    position: static;

    display: table;

    width: 450px;
    height: 110px;
    margin: 0 auto;
    padding: 12px 16px;

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

.tpointTips {
    overflow: hidden;
}

.tpointTips ul {
    margin: auto;
}

.tpointTips__link {
    position: relative;

    padding: 10px 0 10px 32px;

    border-bottom: dashed 1px #dcdcdc;
}

.tpointTips__link:last-child {
    border-bottom: 0;
}

.tpointTips__link a img {
    width: 40px;
    height: auto;
    margin-right: 10px;
    margin-bottom: 5px;

    vertical-align: middle;
}

.tpointTips__link a {
    font-size: 1.4rem;
    font-size: 14px;

    padding-bottom: 18px;
}

.tpointTips__link:before {
    position: absolute;
    top: 9px;
    left: 0;

    display: inline-block;

    width: 20px;
    height: 20px;

    content: '';

    background-image: url('https://s.yimg.jp/images/points/toku/portal/img/campaignlist/icon_tlogo.png');
    background-repeat: no-repeat;
    background-size: contain;
}

.tpointTips__link:first-child::after {
    position: absolute;
    top: 13px;

    display: inline-block;

    width: 16px;
    height: 14px;
    margin-left: 2px;

    content: '';

    background-image: url('https://s.yimg.jp/images/points/toku/portal/img/campaignlist/icon_link.svg');
    background-repeat: no-repeat;
    background-size: contain;
}

/*バナー*/
.bottomBnrs {
    width: 950px;
    margin: 0 auto;
    padding: 0 0 20px 0;
}

.bottomBnrs ul {
    overflow: hidden;

    text-align: center;
    letter-spacing: -.40em;
}

.bottomBnrs li {
    display: inline-block;

    padding: 0 5px;

    letter-spacing: normal;
}

#ultra {
    overflow: hidden;

    width: 950px;
    margin: 20px auto 0 auto;
}

/*emg*/
#emg,
#emg2,
#emg3 {
    font-size: 1.6rem;
    font-size: 16px;

    width: 950px;
    margin: 0 auto;

    text-align: center;
}

#emg2 br,
#emg3 br {
    display: none;
}

#emg2>table,
#emg3>table,
#emg>table {
    width: 720px;
    margin: 10px auto !important;

    text-align: left;

    border: 2px solid;
}

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



#sbox-bot {
    padding: 20px 0 0 0;
}

a[href='http://toku.yahoo.co.jp/00everyday201701/'] .cmpBox__tagEndSoon {
    display: none;
}

.ultraBox {
    width: 950px;
    margin: 10px auto;
}

/* トップ用セクション */
h2.section__title__top {
    font-size: 20px;
    font-weight: bold;

    position: relative;

    display: inline-block;
    overflow: hidden;

    width: 910px;
    margin: 14px 0 4px;
    padding-bottom: 8px;

    color: #333;
}

h2.section__title__top::before,
h2.section__title__top::after {
    position: absolute;
    bottom: 0;

    content: '';
}

h2.section__title__top:before {
    width: 100%;

    border-bottom: 2px solid #23a0cd;
}

h2.section__title__top:after {
    width: 100%;

    border-bottom: 2px solid #d5d5d5;
}

.cmpList__btn {
    font-size: 14px;

    position: absolute;
    top: 2px;
    right: 20px;

    padding: 8px 32px 8px 17px;

    border: 1px solid #157599;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #fff;

    -ms-border-radius: 3px;
}

.cmpList__btn:hover {
    transition: background-color .5s;
    text-decoration: none;

    opacity: 1.0;
    background-color: #e9f1f6;
}

.cmpList__btn::after {
    position: absolute;
    top: 50%;
    right: 16px;

    display: block;

    width: 7px;
    height: 12px;
    margin-top: -7px;

    content: '';

    background: url('https://s.yimg.jp/images/points/toku/portal/img/campaignlist/icon_nav_next.svg') no-repeat;
    background-size: auto 12px;
}


.campaignListButton {
    font-size: 18px;
    width: 324px;
    max-width: 324px;
    margin: 16px auto 76px;
    transition: .5s;
    text-align: center;
    color: #fff;
    border-radius: 5px;
    background-color: #23a0cd;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .3);
    -ms-border-radius: 8px;
}

.campaignListButton a:link,
.campaignListButton a:visited {
    display: block;

    padding: 20px 0;

    text-decoration: none;
    font-weight: bold;

    color: #fff;
}

.campaignListButton:hover {
    opacity: .6;
}

/*フッターコンテンツ*/
.bottomContents a:link,
.bottomContents a:visited {
    color: #157599;
}

.bottomContents a:hover {
    transition: .5s;
    text-decoration: none;
}

#footer {
    margin: 20px 0 0 0;

    text-align: center;

    color: #333;
}

#footer address {
    font-size: small;
    font-style: normal;

    padding: 10px 0 20px;
}

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

#footer .footerLinks li {
    display: inline;

    padding: 0 8px;
}

.footerLinks li {
    display: inline;

    padding: 0 8px;
}

.bottomContentsBlock.footerYdn {
    background: #fff;
}

#footerWrap {
    border-top: 1px solid #ccc;
}

.topAd {
    margin-top: 24px;
}

.bottomContentsBlock {
    padding: 24px 0 24px;

    background: #f2f2f2;
}

.bottomContentsBlock .bottomContents {
    margin-top: 0;
}

.bottomWrapper:after {
    display: block;
    clear: both;

    content: '';
}



.bottomContentsBlock h2 {
    margin-bottom: 24px;

    border-bottom: 2px solid #d5d5d5;
}

.bottomContentsBlock h2 span {
    position: relative;
    bottom: -2px;

    display: inline-block;

    padding-bottom: 4px;

    border-bottom: 2px solid #23a0cd;
}

.bottomContentsBlock h2 span:before {
    display: inline-block;

    margin-top: -3px;
    margin-right: 8px;

    content: '';
    vertical-align: middle;

    background-repeat: no-repeat;
    /* background-size: 100%; */
}



.info {
    position: relative;
}

.info a.moreinfo {
    font-size: 14px;

    position: absolute;
    top: 7px;
    right: 16px;
}

.info a.moreinfo:after {
    position: absolute;
    top: 4px;
    right: -14px;

    display: inline-block;

    width: 7px;
    height: 12px;

    content: '';

    background: url('https://s.yimg.jp/images/points/toku/portal/img/campaignlist/icon_nav_next.svg') no-repeat;
    background-position: center;
    background-size: auto 12px;
}

.bottomLeft.wide {
    width: 600px;
}

.bottomRight.narrow {
    width: 300px;
}

/*ログインスタンプモジュール*/

body {
    padding-bottom: 100px;
}

.stampNotify a {
    color: #333;
}

/* セクションの検索でエラーが発生した場合の表示 */
.sectionError {
    margin: 20px auto;

    text-align: center;
}

.sectionError>.decFontBold {
    font-size: 16px;
    font-weight: bold;
}

.sectionError>img {
    width: 143px;
    margin: 30px auto;
}

/*mainvisual*/
.mvArea {
    background-color: #a1dde9;
}

.mvAreaInner {
    height: 236px;

    background: url('https://s.yimg.jp/images/points/toku/portal/img/pc/mainvisual_kenen.png') no-repeat center top;
}

.mvAreaInner .contentBlock {
    position: relative;
}

.mvLeft {
    position: absolute;
    top: 50px;
    left: 20px;
    width: 381px;
}

.mvRight {
    position: absolute;
    top: 13px;
    right: 120px;

    width: 306px;
}

.mainTitle {
    overflow: hidden;

    height: 137px;

    text-indent: -9999px;

    background: url('https://s.yimg.jp/images/points/toku/portal/img/pc/maintitle_v2.png') no-repeat;
    background-size: 381px 137px;
}

.everylotArea {
    padding: 18px 15px 10px;

    border-radius: 6px;
    background-color: rgba(255, 255, 255, .8);
}

.everylotArea a{
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}
.everylotBtn--login::before {
    position: absolute;
    top: -10px;
    right: -6px;
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background-color: #fff;
    border-radius: 100px;
}
.everylotBtn--login::after {
    position: absolute;
    top: -8px;
    right: -4px;
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    background-color: #ff0032;
    border-radius: 100px;
}

.everylotBtn:hover {
    transition: .5s;

    opacity: .6;
}

.everylotBalloon {
    position: relative;
    top: 22px;

    text-align: center;
}

/*Swiper*/
.slideArea {
    overflow: hidden;
    margin-bottom: 24px;
    padding: 36px 0 0;
    background-color: #e9f1f6;
}

.swiper-container {
    position: relative;
    left: 50%;
    width: 1920px;
    height: 282px;
    margin-left: -960px;
}

.swiper-container.hidden {
    visibility: hidden;
}

.swiper-container.fadeIn {
    visibility: visible;

    animation: swiper-fadeIn .3s ease 0s 1 normal;
}

@keyframes swiper-fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.swiper-slide {
    width: 640px !important;
    margin-top: 30px;
}

.swiper-slide a {
    width: 0;
}

.swiper-slide img {
    display: block;

    width: 473px !important;

    opacity: .5;
    border: 5px #fff solid;
}

.swiper-slide-active {
    margin-top: 0 !important;
}

.swiper-slide-active a {
    width: 640px !important;
}

.swiper-slide-active img {
    width: 630px !important;

    opacity: 1 !important;
}

.swiper-slide-prev img {
    margin: 0 0 0 auto;
}

.swiper-slide-next img {
    margin: 0 auto 0 0;
}

.swiper-button-prev,
.swiper-button-next {
    width: 615px;
    height: 100%;
    margin-top: -139px;

    background-color: rgba(0, 0, 0, 0);
    background-image: none;
}

.swiper-button-prev span,
.swiper-button-next span {
    position: absolute;
    top: 50%;
    display: block;
    width: 30px !important;
    height: 42px !important;
    margin-top: -40px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    border-radius: 4px;
    background-color: #59636f;
}

.swiper-button-prev span {
    right: 0;
}

.swiper-button-next span {
    left: 0;
}

.swiper-button-prev span:hover,
.swiper-button-next span:hover {
    background-color: #767f8a;
}

.swiper-button-prev span:after,
.swiper-button-next span:after {
    position: absolute;
    top: 50%;

    display: inline-block;

    width: 12px;
    height: 12px;
    margin-top: -6px;

    content: '';

    border-bottom: 2px solid #fff;
}

.swiper-button-prev span:after {
    right: 5px;

    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);

    border-left: 2px solid #fff;
}

.swiper-button-next span:after {
    left: 5px;

    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);

    border-right: 2px solid #fff;
}

.swiper-pagination-bullets {
    bottom: 14px !important;
}

.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
}

.swiper-pagination-bullet-active {
    background-color: #666 !important;
}

/*トップに戻る*/
.goTop {
    position: fixed;
    z-index: 1;
    right: 5%;
    bottom: 2%;

    visibility: hidden;

    width: 55px;
    height: 55px;

    cursor: pointer;
    -ms-transition: all cubic-bezier(.62, .28, .23, .99) .2s;
    transition: all cubic-bezier(.62, .28, .23, .99) .2s;
    pointer-events: none;

    opacity: .8;
    border-radius: 100%;
    background: url('https://s.yimg.jp/images/points/toku/portal/img/campaignlist/icon_gotop.svg') center no-repeat;
    background-color: #585856;
    background-size: 26px;
    box-shadow: 0 3px 0 rgba(0, 0, 0, .07);

    -ms-border-radius: 100%;
    -ms-box-shadow: 0 3px 0 rgba(0, 0, 0, .07);
}

.goTop:hover {
    -ms-transition: all cubic-bezier(.62, .28, .23, .99) .2s;
    transition: all cubic-bezier(.62, .28, .23, .99) .2s;

    opacity: 1;
}

.goTop a {
    display: block;
}

.goTop.fadeIn {
    visibility: visible;

    animation: fadeIn .3s ease 0s 1 normal;
    pointer-events: auto;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: .8;
    }
}

.yads_ad_img_res_s img {
  width: 64px;
  display: block;
}
.yads_ad_img_res_s {
  float: left;
  padding-right: 10px;
  width: content;
  height: content;
}
.yads_ad_title_res_s {
  float: left;
  width: calc(100% - 74px);
  font-size: 12px;
  margin: 2px 0;
}
.yads_ad_item_res_s.yads_ad_item_has_image {
  overflow: hidden;
  display: block;
  -webkit-box-shadow: 0 1px 3px .2px rgba(0, 0, 0, .3);
  box-shadow: 0 1px 3px .2px rgba(0, 0, 0, .3);
  padding: 4px;
  border-radius: 3px;
  width: 100%;
}
.yads_ad_adv_res_s {
  float: left;
  font-size: 10px;
  margin: 4px 0;
}
.yads_ad_res_s * {
  color: #333;
  line-height: 1.1;
}
.yads_ad_info_res_s {
  position: absolute;
  right: 4px;
  bottom: 4px;
}
.yads_ad_info_res_s * {
  font-size: 11px;
}
.yads_ad_info_res_s a {
  display: block;
}
.yads_ad_info_res_s a:link {
    color: #333;
}
.yads_ad_info_res_s a:hover {
    text-decoration: none;
}
.yads_ad_info_res_s a span{
  vertical-align: middle;
}
.yads_ad_info_res_s a span:hover{
  text-decoration: underline;
}
.yads_ad_info_res_s a img{
  vertical-align: middle;
}

.yads_ad_res_s {
  position: relative;
  margin: 0 auto;
  padding: 24px 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.cmpList__ad {
    width: 908px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.cmpList__ad > div {
    width: 49%;
}

.cmpList__ad > span {
    display: none;
}