@charset "UTF-8";

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

html {
  overflow-y: scroll;
  font-size: 62.5%;
}

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-style: normal;
  font-weight: 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 * {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

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

.yjSeparation {
  display: none;
}

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

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

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

.mainContents .contentBlock {
  width: 100%;
  padding-bottom: 42px;
  margin: 0 auto;
}

ul {
  padding: 0;
}

.noScript {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 730px;
  padding: 10px;
  margin: 10px auto;
  font-size: 1.4rem;
  background: #DCEFD7;
  border: 2px solid #66B853;
}

/* jsMessageBox */

.jsMessageBox {
  width: 950px;
  padding: 10px;
  margin: 0 auto 10px;
  font-size: medium;
  background: #DCEFD7;
  border: 2px solid #66B853;
}

.textBold {
  font-weight: bold;
}

.maintenanceInfo {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 730px;
  padding: 10px;
  margin: 10px auto;
  font-size: 14px;
  font-size: 1.4rem;
  background: #FFF;
  border: 2px solid #DAC08B;
}

.maintenanceInfo dt {
  display: none;
}

.maintenanceInfo a {
  display: block;
  text-align: center;
}

.everylot__done {
  display: block;
  width: 270px;
  height: 60px;
  padding: 18px;
  margin: 0 0 8px 3px;
  font-size: 1.6rem;
  font-size: 16px;
  font-weight: bold;
  color: #444;
  text-align: center;
  background-color: #CCC;
  border-radius: 5px;
}

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

.newCmp__title {
  padding-bottom: 5px;
  font-size: 1.6rem;
  font-size: 16px;
  color: #FFF;
}

.newCmp__articleBox {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  height: 55px;
  padding: 5px;
  border-top: solid 1px #FFF;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

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

.newCmp .newCmp__icon {
  position: relative;
  z-index: 1;
  display: inline-block;
  width: auto;
  padding: 4px;
  margin-right: 5px;
  font-size: 1.2rem;
  font-size: 12px;
  line-height: 1;
  color: #FFF;
  text-align: center;
  background-color: #FF8400;
  border-radius: 8px;
}

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

.newCmp .newCmp__icon::after {
  position: absolute;
  bottom: -5px;
  left: 12px;
  z-index: -3;
  display: block;
  margin-left: 0;
  content: " ";
  border: 5px solid transparent;
  border-right: 5px solid #FF8400;
}

.newCmp__article {
  display: inline-block;
  width: 240px;
  font-size: 1.4rem;
  font-size: 14px;
}

.newCmp__article::after {
  position: absolute;
  top: 45%;
  right: 5px;
  width: 4px;
  height: 4px;
  content: " ";
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

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

.newCmp__none {
  padding-top: 10px;
  font-size: 1.4rem;
  font-size: 14px;
  color: #FFF;
  text-align: center;
  border-top: solid 1px #FFF;
}

/* お知らせ */

.infoWrapper {
  padding: 16px 0 24px;
  background: #E9F1F6;
}

.importantNotice {
  padding: 24px 0 24px;
  font-size: 1.6rem;
  font-size: 16px;
  text-align: center;
  background: #FFF;
  border-radius: 8px;
}

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

.mainContents {
  width: 100%;
  margin: -1px 0 0 0;
  background-color: #E9F1F6;
}

/* カードデザイン */

.cmpListBlock {
  width: 100%;
  background: #FFF;
}

.cmpList {
  position: relative;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
  width: 990px;
  padding: 0 20px 36px 20px;
  margin: 0 auto;
  overflow: hidden;
  background-color: #FFF;
}

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

.cmpList.isActive {
  display: block;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

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

.cmpList__listContent {
  margin-bottom: 36px;
}

.noCamp {
  display: none;
  width: 100%;
  padding-bottom: 24px;
  clear: both;
  font-size: 14px;
  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 {
  display: none;
  font-size: 1.6rem;
  font-size: 16px;
  color: #666;
  text-align: center;
}

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

.loginBox__btn:link,
.historyBox__btn:link,
.loginBox__btn:hover,
.historyBox__btn:hover,
.loginBox__btn:visited,
.historyBox__btn:visited {
  color: #FFF;
  text-decoration: none;
}

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

.cmpBox {
  position: relative;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: calc(100% / 4 - 16px);
  min-height: 296px;
  margin: 36px 16px 0 0;
  font-size: 13px;
  background-color: #FFF;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 3px 0.2px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0 1px 3px 0.2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 3px 0.2px rgba(0, 0, 0, 0.3);
  -webkit-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;
}

.cmpBox a {
  padding: 8px;
}

.cmpBox:hover {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -webkit-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;
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

/* 吹き出し */

.cmpBox__topTag {
  display: flex;
  position: absolute;
}

.cmpBox__tagEndSoon,
.cmpBox__tagNew,
.cmpBox__tagPickup,
.cmpBox__pvCount {
  position: relative;
  top: -30px;
  left: -10px;
  float: left;
  width: 66px;
  margin-right: 5px;
  border-radius: 26px;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -ms-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

.cmpBox__tagEndSoon p,
.cmpBox__tagNew p,
.cmpBox__tagPickup p,
.cmpBox__pvCount p {
  position: relative;
  z-index: 1;
  padding: 6px 0 6px 0;
  font-size: 1.4rem;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}

.cmpBox__tagEndSoon + .cmpBox__bnr,
.cmpBox__tagNew + .cmpBox__bnr,
.cmpBox__tagPickup + .cmpBox__bnr,
.cmpBox__pvCount + .cmpBox__bnr {
  top: -26px;
  margin: 0 0 -26px;
}

.cmpBox__tagEndSoon {
  color: #00AAD1;
  background-color: #FFF;
  border: 1px solid #00AAD1;
}

.cmpBox__tagNew {
  color: #FE7622;
  background-color: #FFF;
  border: 1px solid #FE7622;
}

.cmpBox__tagPickup {
  color: #FF095F;
  background-color: #FFF;
  border: 1px solid #FF095F;
}

.cmpBox__pvCount {
  width: auto;
  padding: 0 7px 0 25px;
  color: #FE7622;
  border: 1px solid #A5A5A5;
  background-color: #FFF;
  background-image: url(https://s.yimg.jp/images/points/toku/portal/img/campaignlist/icon_pv.svg);
  background-position: 7px center;
  background-size: 13px 13px;
  background-repeat: no-repeat;
}

.cmpBox__tagNew::before {
  position: absolute;
  bottom: -9px;
  left: 42%;
  z-index: 2;
  display: block;
  margin-left: 0;
  content: " ";
  border: 5px solid transparent;
  border-top: 6px solid #FFF;
}

.cmpBox__tagNew::after {
  position: absolute;
  bottom: -11px;
  left: 42%;
  z-index: 1;
  display: block;
  margin-left: 0;
  content: " ";
  border: 5px solid transparent;
  border-top: 6px solid #FE7622;
}

.cmpBox__tagPickup::before {
  position: absolute;
  bottom: -9px;
  left: 42%;
  z-index: 2;
  display: block;
  margin-left: 0;
  content: " ";
  border: 5px solid transparent;
  border-top: 6px solid #FFF;
}

.cmpBox__tagPickup::after {
  position: absolute;
  bottom: -11px;
  left: 42%;
  z-index: 1;
  display: block;
  margin-left: 0;
  content: " ";
  border: 5px solid transparent;
  border-top: 6px solid #FF095F;
}

.cmpBox__tagEndSoon::before {
  position: absolute;
  bottom: -9px;
  left: 42%;
  z-index: 2;
  display: block;
  margin-left: 0;
  content: " ";
  border: 5px solid transparent;
  border-top: 6px solid #FFF;
}

.cmpBox__tagEndSoon::after {
  position: absolute;
  bottom: -11px;
  left: 42%;
  z-index: 1;
  display: block;
  margin-left: 0;
  content: " ";
  border: 5px solid transparent;
  border-top: 6px solid #00AAD1;
}

.cmpBox__pvCount::before {
  position: absolute;
  bottom: -9px;
  left: 42%;
  z-index: 2;
  display: block;
  margin-left: 0;
  content: " ";
  border: 5px solid transparent;
  border-top: 6px solid #FFF;
}

.cmpBox__pvCount::after {
  position: absolute;
  bottom: -11px;
  left: 42%;
  z-index: 1;
  display: block;
  margin-left: 0;
  content: " ";
  border: 5px solid transparent;
  border-top: 6px solid #A5A5A5;
}

.doneCard .cmpBox__pvCount {
  display: none;
}

/* 履歴カード */

.cmpBox__history {
  margin: 0 8px;
  text-align: center;
  vertical-align: middle;
  border-top: 1px dashed #CCC;
}

.cmpBox__history a {
  position: relative;
  display: block;
  font-size: 14px;
  color: #157599 !important;
  letter-spacing: 0;
}

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

.cmpBox__bnr {
  position: relative;
  min-height: 183px;
}

.cmpBox__bnr img {
  display: block;
  width: 100%;
  height: inherit;
}

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

.cmpBox__title {
  width: 194px;
  height: 55px;
  margin: 7px auto 0;
  line-height: 1.4;
}

.cmpBox a:link,
.cmpBox a:visited,
.cmpBox a:hover {
  display: block;
  width: 100%;
  height: 100%;
  color: #444;
  text-decoration: none;
}

.done .cmpBox a:link,
.doneCard a:link {
  height: auto;
}

/* カードボトム */

.cmpBox__bottomTag {
  position: absolute;
  bottom: 8px;
  width: 200px;
  font-size: 1.2rem;
  font-size: 12px;
  line-height: 1;
  letter-spacing: -0.4em;
  border-top: none;
}

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

.bottomContents {
  max-width: 950px;
  margin: 20px auto;
  overflow: hidden;
  font-size: 1.4rem;
  font-size: 14px;
}

.cmpBox__tagOk,
.cmpBox__tagTcard,
.cmpBox__tagCondition,
.cmpBox__tagPrivilege,
.cmpBox__tagDiscount,
.cpprTag,
.cmpBox__tagMobile,
.cmpBox__tagTarget,
.cmpBox__tagParticipant,
.cmpBox__tagPaypay {
  display: inline-block;
  padding: 4px;
  margin-right: 5px;
  color: #757575;
  letter-spacing: normal;
  border: solid 1px;
  border-color: #757575;
  border-radius: 3px;
}

.cmpBox__count {
  position: absolute;
  top: -10px;
  right: -10px;
  display: block;
  width: 20px;
  height: 20px;
  text-indent: -9999px;
  background-color: #FFF;
  border-radius: 50px;
}

.cmpBox__count::before {
  position: absolute;
  top: 2px;
  right: 2px;
  display: block;
  width: 16px;
  height: 16px;
  content: "";
  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,
.sns__title,
.x__title {
  margin-top: 24px;
  font-size: 16px;
  color: #4A4A4A;
  letter-spacing: 0.5px;
}

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.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;
}

h2.x__title span::before {
  width: 16px;
  height: 16px;
  background-image: url(https://s.yimg.jp/images/points/toku/portal/img/campaignlist/icon_sns.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_mypage_b.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

/* フッターコンテンツお知らせ */

.info__article {
  height: 63px;
  overflow: hidden;
  border-bottom: dashed 1px #DCDCDC;
}

.info__article a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

.moreinfo:hover,
.info__article a span:last-child: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;
  background: #FFF;
  border-radius: 4px;
}

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

span.info__date {
  display: inline-block;
  float: none;
  width: 90px;
  height: auto;
  color: #444;
  letter-spacing: 0.5px;
  vertical-align: top;
}

.info__date {
  display: block;
  float: left;
  width: 90px;
  height: 35px;
  font-size: 1.4rem;
  font-size: 14px;
  color: #444;
}

.info__dtl {
  margin: 10px;
  text-align: center;
}

.setting__dtl a,
.biz__dtl a {
  display: inline-block;
  padding: 2px 25px;
  font-size: 1.4rem;
  font-size: 14px;
  color: #FFF;
  background-color: #52C5EB;
  border-radius: 3px;
}

.info__dtl a {
  display: inline-block;
  padding: 6px 25px;
  font-size: 1.4rem;
  font-size: 14px;
  color: #FFF;
  background-color: #52C5EB;
  border-radius: 3px;
}

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

/* 友達に知らせる */

.sns__shareBox {
  position: static;
  display: table;
  width: 450px;
  height: 110px;
  padding: 12px 16px;
  margin: auto;
  overflow: hidden;
  background-color: #FFF;
  border-radius: 4px;
}

.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;
  padding: 32px 16px;
  margin: 0 auto;
  background-color: #FFF;
  border-radius: 4px;
}

.setting__box.is-flex-center {
  display: flex;
  align-items: center;
  height: auto;
  min-height: 110px;
  padding: 16px;
}

.setting__box.is-flex-center img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 5px;
}

.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 {
  position: static;
  right: auto;
  display: block;
  float: none;
  padding: 8px 12px;
  font-size: 1.4rem;
  font-size: 14px;
  text-align: center;
  background-color: #FFF;
  border: 1px solid #157599;
  border-radius: 3px;
}

.stampLink__dtl a:hover,
.setting__dtl a:hover {
  background-color: #E9F1F6;
  opacity: 1;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
}

/* バナー */

.bottomBnrs {
  width: 950px;
  padding: 0 0 20px 0;
  margin: 0 auto;
}

.bottomBnrs ul {
  overflow: hidden;
  text-align: center;
  letter-spacing: -0.4em;
}

.bottomBnrs li {
  display: inline-block;
  padding: 0 5px;
  letter-spacing: normal;
}

#ultra {
  width: 950px;
  margin: 20px auto 0 auto;
  overflow: hidden;
}

/* emg */

#emg,
#emg2,
#emg3 {
  width: 950px;
  margin: 0 auto;
  font-size: 1.6rem;
  font-size: 16px;
  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;
}

#emg3 p {
  text-align: center;
}

#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 {
  position: relative;
  display: inline-block;
  width: 100%;
  padding-bottom: 8px;
  margin: 42px 0 4px;
  overflow: hidden;
  font-size: 20px;
  font-weight: bold;
  color: #333;
}

.section__titleLink {
  position: absolute;
  top: 44px;
  right: 24px;
  padding: 0 16px 0 0;
  font-size: 18px;
  background: none;
  border: none;
  border-radius: 3px;
}

.section__titleLink::after {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 8px;
  height: 100%;
  content: "";
  background: url(https://s.yimg.jp/images/points/toku/portal/img/campaignlist/icon_nav_next.svg) no-repeat center/8px auto;
}

.section__titleLink:hover {
  text-decoration: underline;
  background: none;
  opacity: 1;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
}

/* トップ用セクション */

.section__linkBtn {
  position: relative;
  display: block;
  width: 500px;
  padding: 16px 36px 16px 32px;
  margin: 0 auto;
  font-size: 16px;
  color: #157599;
  text-align: center;
  background: #FFF;
  border: 1px solid;
  border-radius: 4px;
}

.section__linkBtn::after {
  position: absolute;
  top: 0;
  right: 16px;
  display: block;
  width: 8px;
  height: 100%;
  content: "";
  background: url(https://s.yimg.jp/images/points/toku/portal/img/campaignlist/icon_nav_next.svg) no-repeat center/8px auto;
}

.section__linkBtn:hover {
  text-decoration: none;
  background-color: #E9F1F6;
  opacity: 1;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
}

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 {
  position: absolute;
  top: 2px;
  right: 20px;
  padding: 8px 32px 8px 17px;
  font-size: 14px;
  background-color: #FFF;
  border: 1px solid #157599;
  border-radius: 3px;
}

.cmpList__btn:hover {
  text-decoration: none;
  background-color: #E9F1F6;
  opacity: 1;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
}

.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 {
  position: relative;
  width: 500px;
  max-width: 500px;
  padding-left: 32px;
  margin: 36px auto 0;
  font-size: 18px;
  color: #FFF;
  text-align: center;
  background-color: #23A0CD;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.campaignListButton a::before {
  position: absolute;
  top: 16px;
  left: 114px;
  display: block;
  width: 25px;
  height: 28px;
  content: "";
  background: url(https://s.yimg.jp/images/points/toku/portal/img/campaignlist/icon_badge_mato.svg) no-repeat 0 0/25px auto;
}

.campaignListButton a:link,
.campaignListButton a:visited {
  display: block;
  padding: 20px 0;
  font-weight: bold;
  color: #FFF;
  text-decoration: none;
}

.campaignListButton:hover {
  opacity: 0.6;
}

/* フッターコンテンツ */

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

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

#footer {
  margin: 20px 0 0 0;
  color: #333;
  text-align: center;
}

#footer address {
  padding: 10px 0 20px;
  font-size: small;
  font-style: normal;
}

#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;
  border-top: 1px solid #CCC;
}

.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;
  vertical-align: middle;
  content: "";
  background-repeat: no-repeat;
}

.info {
  position: relative;
}

.info a.moreinfo {
  position: absolute;
  top: 7px;
  right: 16px;
  font-size: 14px;
}

.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: 40px;
  width: 381px;
}

.mvRight {
  position: absolute;
  top: 13px;
  right: 140px;
  width: 306px;
}

.mainTitle {
  height: 137px;
  overflow: hidden;
  text-indent: -9999px;
  background: url("https://s.yimg.jp/images/points/toku/portal/img/pc/maintitle_v2.png") no-repeat;
  background-size: 381px 137px;
}

/* 定常くじエリア */

.topLotArea {
  padding: 35px 12px 15px;
  margin: 38px 0 0;
  background: repeat center/100% url("https://s.yimg.jp/images/points/toku/portal/img/pc/lotArea_bg.png"), #E9F1F6;
  border-radius: 8px;
}

.lotAreaTitle {
  position: relative;
}

.lotAreaTitle img {
  position: absolute;
  top: -62px;
  left: 50%;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
}

.topLotAreaBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.kujiBtnBox {
  text-align: center;
}

.PPbonusBox {
  width: 40%;
}

.everydayBox,
.scratchBox {
  width: 30%;
}

.txtImgBox {
  margin-top: 8px;
}

.txtImgBox img {
  height: 14px;
  vertical-align: top;
}

.everydaylotArea.active img,
.PPbonuslotArea.active img,
.scratchlotArea.active img {
  -webkit-filter: drop-shadow(0 2px 1px rgba(108, 108, 108, 0.7));
  -moz-filter: drop-shadow(0 2px 1px rgba(108, 108, 108, 0.7));
  -ms-filter: drop-shadow(0 2px 1px rgba(108, 108, 108, 0.7));
  filter: drop-shadow(0 2px 1px rgba(108, 108, 108, 0.7));
}

.lotAreaBtn {
  width: 61px;
}

/* 赤バッジ */
a.everylot__btn--login.isActive,
a.PPbonuslot__btn--login.isActive,
a.scratchlot__btn--login.isActive {
  position: relative;
}

a.everylot__btn--login.isActive::before,
a.PPbonuslot__btn--login.isActive::before,
a.scratchlot__btn--login.isActive::before {
  position: absolute;
  top: -55px;
  right: -5px;
  z-index: 9999;
  display: block;
  width: 16px;
  height: 16px;
  content: "";
  background-color: #FF0032;
  border: 2px solid #FFF;
  border-radius: 100%;
}

/* Swiper */

.slideArea {
  padding: 36px 0 0;
  overflow: hidden;
  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;
  -webkit-animation: swiper-fadein 0.3s ease 0s 1 normal;
  animation: swiper-fadeIn 0.3s ease 0s 1 normal;
}

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

  100% {
    opacity: 1;
  }
}

@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;
  opacity: 0.5;
  width: 473px !important;
  max-height: 168px !important;
  border: 5px #FFF solid;
  background-color: #E9F1F6;
  object-fit: contain;
  aspect-ratio: 990 / 350;
}

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

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

.swiper-slide-active img {
  opacity: 1 !important;
  width: 630px !important;
  max-height: 223px !important;
  background-color: #E9F1F6;
  object-fit: contain;
  aspect-ratio: 990 / 350;
}

.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: -50px;
  background-color: #59636F;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.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;
  border-left: 2px solid #FFF;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.swiper-button-next span::after {
  left: 5px;
  border-right: 2px solid #FFF;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

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

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

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

/* トップに戻る */

.goTop {
  position: fixed;
  right: 5%;
  bottom: 2%;
  z-index: 1;
  width: 55px;
  height: 55px;
  pointer-events: none;
  cursor: pointer;
  visibility: hidden;
  background: url("https://s.yimg.jp/images/points/toku/portal/img/campaignlist/icon_gotop.svg") center no-repeat;
  background-color: #585856;
  background-size: 26px;
  border-radius: 100%;
  -webkit-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.07);
  -ms-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.07);
  box-shadow: 0 3px 0 rgba(0, 0, 0, 0.07);
  opacity: 0.8;
  -webkit-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;
}

.goTop:hover {
  opacity: 1;
  -webkit-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;
}

.goTop a {
  display: block;
}

.goTop.fadeIn {
  pointer-events: auto;
  visibility: visible;
  -webkit-animation: fadein 0.3s ease 0s 1 normal;
  animation: fadeIn 0.3s ease 0s 1 normal;
}

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

  100% {
    opacity: 0.8;
  }
}

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

  100% {
    opacity: 0.8;
  }
}

.yads_ad_img_res_s img {
  display: block;
  width: 64px;
}

.yads_ad_img_res_s {
  float: left;
  width: content;
  height: content;
  padding-right: 10px;
}

.yads_ad_title_res_s {
  float: left;
  width: calc(100% - 74px);
  margin: 2px 0;
  font-size: 12px;
  text-align: left;
}

.yads_ad_item_res_s.yads_ad_item_has_image {
  display: block;
  width: 100%;
  padding: 4px;
  overflow: hidden;
  border-radius: 3px;
}

.yads_ad_adv_res_s {
  float: left;
  margin: 4px 0;
  font-size: 10px;
}

.yads_ad_res_s * {
  line-height: 1.1;
  color: #333;
}

.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;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  padding: 0;
  margin: 0 auto;
  background: #FFF;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  border-radius: 3px;
}

.cmpList__adBlock {
  background: #E9F1F6;
}

.cmpList__ad {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  width: 950px;
  padding-top: 36px;
  margin: 0 auto 36px auto;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
}

.cmpList__ad > div {
  width: 49%;
}

.cmpList__ad > span {
  display: none;
}

.cmpList ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -16px 0 0;
}

.modalBg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999999;
  width: 100%;
  height: 100%;
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.modalBg.isActive {
  position: fixed;
  visibility: visible;
  opacity: 1;
}

.modal {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 999999999;
  width: calc(100% - 32px);
  max-width: 640px;
  max-height: 92%;
  overflow-y: auto;
  visibility: hidden;
  border-radius: 10px;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0s ease 0.3s;
  transition: opacity 0.3s, -webkit-transform 0s ease 0.3s;
  transition: opacity 0.3s, transform 0s ease 0.3s;
  transition: opacity 0.3s, transform 0s ease 0.3s, -webkit-transform 0s ease 0.3s;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}

#previousModal2, #previousModal3 {
  position: absolute;
  z-index: 1;
}

.modal::-webkit-scrollbar { /* Chrome, Safari 対応 */
  display: none;
}

.modal.isActive {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 0.3s, -webkit-transform 0s ease 0s;
  transition: opacity 0.3s, -webkit-transform 0s ease 0s;
  transition: opacity 0.3s, transform 0s ease 0s;
  transition: opacity 0.3s, transform 0s ease 0s, -webkit-transform 0s ease 0s;
  -webkit-transform: scale(1) translate(-50%, -50%);
  transform: scale(1) translate(-50%, -50%);
}

.modalBox {
  position: relative;
  height: 100%;
  margin: 0 auto;
  overflow-y: scroll;
  color: #333;
  background: #FFF;
  border-color: #FBFCFB;
  border-radius: 10px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.modalBox__closeBtn {
  display: block;
  padding: 24px 24px 0 0;
  font-size: 16px;
  text-align: right;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.modalBox__imgArea {
  text-align: center;
}

.modalBox__imgArea img {
  width: 70%;
}

.modalBox__footer {
  padding: 24px;
  background: #E9F1F6;
}

.modalBox__introText p {
  text-align: center;
}

.modalBox__introTitle {
  padding-bottom: 20px;
  font-size: 24px;
  font-weight: bold;
}

.modalBox__introTextTitle {
  padding-bottom: 20px;
  font-size: 16px;
}

.modalBox__introBtnBox {
  margin: 0 auto 20px;
}

.modalBox__introBtn {
  display: block;
  width: 200px;
  height: auto;
  padding: 14px 0;
  font-size: 18px;
  font-weight: bold;
  color: #FFF;
  text-align: center;
  border-radius: 28.5px;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
}

.modalBox__footer a:link,
.modalBox__footer a:visited {
  color: #FFF;
}

.modalBox__introLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.modalBox__introLink a {
  cursor: pointer;
}

.modalBox__introBtn--next {
  background-color: #23A0CD;
}

.modalBox__introBtn--action {
  background-color: #F37427;
}

.modalBox__introBtn--back {
  display: block;
  width: 17px;
  height: 26px;
  margin-top: 12px;
  font-size: 0;
  background: url(https://s.yimg.jp/images/points/toku/portal/img/campaignlist/icon_nav_next_left.svg) left/16px auto no-repeat;
}

.modalBox__pagination {
  z-index: 10;
  text-align: center;
  -webkit-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.pagination__bullet {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0 2px;
  background: #000;
  border-radius: 100%;
  opacity: 0.2;
}

.pagination__bullet--active {
  opacity: 0.5;
}

.bodyOverflowHidden {
  position: fixed;
  left: 0;
  width: 100%;
  overflow: hidden;
}

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

/* shp広告モーダル */
.matildaModalBg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999999;
  width: 100%;
  height: 100%;
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.matildaModalBg.isActive {
  position: fixed;
  visibility: visible;
  opacity: 1;
}

.matildaModal {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 999999999;
  width: calc(100% - 56px);
  max-width: 800px;
  max-height: 92%;
  overflow-y: auto;
  visibility: hidden;
  background: #FFF;
  border-radius: 10px;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0s ease 0.3s;
  transition: opacity 0.3s, -webkit-transform 0s ease 0.3s;
  transition: opacity 0.3s, transform 0s ease 0.3s;
  transition: opacity 0.3s, transform 0s ease 0.3s, -webkit-transform 0s ease 0.3s;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}

.matildaModal::-webkit-scrollbar { /* Chrome, Safari 対応 */
  display: none;
}

.matildaModal.isActive {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 0.3s, -webkit-transform 0s ease 0s;
  transition: opacity 0.3s, -webkit-transform 0s ease 0s;
  transition: opacity 0.3s, transform 0s ease 0s;
  transition: opacity 0.3s, transform 0s ease 0s, -webkit-transform 0s ease 0s;
  -webkit-transform: scale(1) translate(-50%, -50%);
  transform: scale(1) translate(-50%, -50%);
}

.matildaModal__title {
  position: relative;
  padding: 16px;
  font-size: 18px;
  color: #666;
  text-align: center;
}

.matildaModal__closeBtn {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 54px;
  height: 54px;
  font-size: 13px;
  text-align: right;
  background: url(https://s.yimg.jp/images/points/toku/portal/img/closeBtn.png) no-repeat center/16px auto;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.matildaModal__closeBtn a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  font-size: 0;
  text-align: center;
}

.matildaModal__content a {
  display: block;
  text-decoration: none;
}

.matildaModal__imgArea {
  position: relative;
  width: 100%;
}

.matildaModal__imgArea::after {
  display: block;
  width: 100%;
  padding-top: calc(100% * 350 / 950);
  content: "";
}

.matildaModal__imgArea.matildaModal__imgArea--990::after {
  padding-top: calc(100% * 350 / 990);
}

.matildaModal__imgArea img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.matildaModal__campTitle {
  padding: 16px;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.4;
  color: #157599;
  text-align: center;
  background: #E9F1F6;
}

.matildaModal__btn {
  padding: 24px;
}

.matildaModal__btnLink {
  display: block;
  width: 300px;
  padding: 12px 24px;
  margin: auto;
  font-size: 18px;
  font-weight: bold;
  color: #FFF;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  background-color: #23A0CD;
  border-radius: 100px;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.matildaModal__btnLink:hover {
  opacity: 0.6;
}

.matildaModal__introBtn--action {
  background-color: #F37427;
}
