@charset "UTF-8";
html,body,p,ol,ul,li,dl,dt,dd,blockquote,figure,fieldset,legend,textarea,pre,iframe,table,address,hr,h1,h2,h3,h4,h5,h6 {margin: 0;padding: 0;}
h1,h2,h3,h4,h5,h6 {font-size: 100%;font-weight: normal;}
ul, ol {list-style: none;}
a {margin: 0;padding: 0;border: 0;vertical-align: baseline;background: transparent;}
button,input,select,textarea {margin: 0;outline: none;}
input,select{vertical-align: middle;}
input{border-radius: 0;-webkit-appearance: none;}
html {-webkit-box-sizing: border-box;box-sizing: border-box;}
*,*:before,*:after {-webkit-box-sizing: inherit;box-sizing: inherit;}
iframe {border: 0;}
table {border-collapse: collapse;border-spacing: 0;}
td,th {padding: 0;text-align: left;}
html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
}
body {
  font-family: -apple-system, BlinkMacSystemFont, 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', "Segoe UI", Meiryo, メイリオ, 'Helvetica Neue', sans-serif;
  font-size: 1.4rem;
  margin: 0;
  padding: 0;
  color: #333;
}
small {
  font-size: inherit;
}
a {
  color: #157599;
  text-decoration: none;
  outline: none;
}
.pc a:hover {
  color: #157599;
  text-decoration: underline;
}
.pc a.modal__textClose:hover {
  color: #fff;
}
a img {
  border: none;
  outline : none;
}
.yjGuid,
.yjSkip {
  display: none;
}
.buttonBlock {
  text-align: center;
  padding: 20px 0;
}
.pc .statusButton {
  padding: 0 0 20px 0;
  text-align: center;
}
.sp .buttonBlock {
  padding: 10px 0;
}
.sp .buttonBlock.buttonSet {
  padding: 15px 0;
}
.sp .statusButton {
  margin: 20px 0;
  text-align: center;
}
.button {
  display: inline-block;
  padding: 15px 20px;
  margin: 0;
  border-radius: 5px;
  line-height: 1;
  font-weight: bold;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .2);
          box-shadow: 0 3px 5px rgba(0, 0, 0, .2);
  font-size: 2.6rem;
  min-width: 260px;
  -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;
  highlight-color: rgba(0, 0, 0, 0);
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  outline: 0;
  border: none;
}
.pc .button:hover {
  -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, .1);
          box-shadow: 0 3px 15px rgba(0, 0, 0, .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;
  text-decoration: none;
}
.button.button--normal {
  color: #333;
  border: 1px solid #bbb;
  background-color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 50px;
}
.button.button--primary {
  color: #666;
  background-color: #fec643;
}
.button.button--action,
.button.button--entry {
  color: #fff;
  background-color: #ff4405;
  border-radius: 50px;
}
.button.button--normal:hover {
  color: #333;
}
.button.button--primary:hover {
  color: #666;
}
.button.button--action:hover,
.button.button--entry:hover {
  color: #fff;
}
.button.button--disabled {
  color: #a3a3a3;
  background: #eaeaea;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: default;
  border-radius: 50px;
}
.pc .button.button--disabled:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.button--disabled.isAppliedDate {
  font-size: 1.6rem;
  padding-top: 21px;
  padding-bottom: 21px;
}
@media (max-width: 388px) {
  .registTCard__button {
    font-size: 2rem;
  }
}
.snsBlock {
  padding: 18px 0;
}
.pc .snsBlock {
  padding: 20px 0 0 0;
}
.sns {
  letter-spacing: -.40em;
  text-align: center;
}
.sns * {
  letter-spacing: normal;
}
.snsText{
  padding: 0 0 14px 0;
  text-align: center;
  line-height: 1;
  font-weight: bold;
}
.pc .snsText{
  font-size: 1.6rem;
  padding: 0 0 16px 0;
}
.sns__item {
  display: inline-block;
  margin: 0 20px 0 0;
  vertical-align: middle;
}
.sns__item:last-child {
  margin: 0;
}
.sns__itemLink {
  display: block;
  line-height: 1;
}
.pc .sns__itemLink:hover {
  text-decoration: none;
  color: #fff;
  opacity: 0.9;
}
.pc .sns__item--line {
  display: none;
}
.sns__itemLinkImg{
  width: 34px;
  display: block;
}
@charset "UTF-8";
.stampDetail {
  background: #fafafa;
  padding: 20px;
  border-radius: 5px;
}
.sp .stampDetail {
  padding: 10px;
}
.stampDetail dl {
  margin-bottom: 10px;
}
.stampDetail dt {
  font-weight: bold;
  font-size: 1.6rem;
}
.stampDetail dt * {
  vertical-align: middle;
}
.stampDetail dd {
  padding: 0 0 0 10px;
  font-size: 1.4rem;
  color: #666;
}
.sp .stampDetail dt {
  font-weight: bold;
}
.sp .stampDetail dd {
  padding: 0 10px;
}
.stampDetail dt:before {
  display: inline;
  margin-right: 3px;
  font-size: 6px !important;
  font-size: 0.6rem !important;
  color: #b2afa5;
  vertical-align: middle;
  content: "●";
}
.textBold {
  font-weight: bold;
}
.textRed {
  color: #d61900;
}
.textCenter {
  text-align: center;
}
.textRight {
  text-align: right;
}
.textLeft {
  text-align: left;
}
.textTop {
  vertical-align: top;
}
.textMiddle {
  vertical-align: middle;
}
.textBottom {
  vertical-align: bottom;
}
.text12 {
  font-size: 1.2rem !important;
}
.text14 {
  font-size: 1.4rem !important;
}
.text16 {
  font-size: 1.6rem !important;
}
.textXSmall {
  font-size: 1rem !important;
}
.textSmall {
  font-size: 1.2rem !important;
}
.textMedium {
  font-size: 1.4rem !important;
}
.textLarge {
  font-size: 1.6rem !important;
}
.textXLarge {
  font-size: 2rem !important;
}
.textXXLarge {
  font-size: 2.6rem !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;
}
.floatL {
  float: left;
}
.floatR {
  float: right;
}
.inlineBox {
  display: inline-block;
}
.Android .iphoneBox,
.iPhone .androidBox,
.sp .pcBox,
.pc .spBox {
  display: none;
}
.apn_and img {
  width: 100%;
}
.apn_and ol li:nth-of-type(1) {
  margin-bottom: 20px;
}
.iPhone .apn_and ol li:nth-of-type(2) {
  display: none;
}
.Android .apn_and ol li:nth-of-type(1) {
  display: none;
}
.tieupBnr {
  text-align: center;
}
.tieupBnr li {
  display: inline-block;
  margin: 0 10px 20px;
}
.tieupLogo {
  text-align: center;
}
.tieupLogo li {
  margin-bottom: 5px;
}
.tieupLogo2 {
  text-align: left;
}
.tieupLogo2 li {
  display: inline-block;
  margin-bottom: 10px;
}
.noticeList li,
.noteList li,
.attentionList li {
  padding-left: 14px;
}
.noticeList li:before {
  vertical-align: middle;
  content: "\30FB";
  margin-left: -14px;
}
.noteList li::before {
  vertical-align: top;
  content: '\30FC';
  margin-left: -14px;
}
.attentionList li::before {
  vertical-align: baseline;
  vertical-align: initial;
  content: '\203B';
  margin-left: -14px;
}
/* 入れ子で「・」を使う場合 */
.noteList li .noticeList li::before,
.attentionList li .noticeList li::before {
  vertical-align: middle;
  content: "\30FB";
  margin-left: -14px;
}
/* 入れ子で「ー」を使う場合 */
.noticeList li .noteList li::before,
.attentionList li .noteList li::before {
  vertical-align: top;
  content: '\30FC';
  margin-left: -14px;
}
/* 入れ子で「※」を使う場合 */
.noticeList li .attentionList li::before,
.noteList li .attentionList li::before {
  vertical-align: baseline;
  vertical-align: initial;
  content: '\203B';
  margin-left: -14px;
}
.titleLine {
  margin-bottom: 10px;
  border-bottom: solid 3px #ccc;
  font-weight: bold;
  font-size: 1.8rem;
  text-align: center;
  color: #333;
  padding: 10px 0;
}
.couponList {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  display: -ms-flexbox;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  text-align: left;
}
.couponList li {
  width: 250px;
  margin: 0 30px 40px 0;
}
.couponList li:nth-child(3n) {
  margin-right: 0;
}
.couponList p {
  padding-top: 20px;
}
.optimalTextLayout {
  text-align: center;
}
#wrapper {
  width: 100%;
  margin: 0 auto;
}
.msthdWrapper {
  background: #fff;
}
.msthdBlock {
  width: 990px;
  margin: 0 auto;
  padding-bottom: 10px;
}
#msthd .logo img {
  width: 207px;
}
.emg{
  font-size: 1.6rem ;
}
.emg * {
  text-align: center;
}
#emg2 br {
  display: none;
}
#emg .yjEmgInfo {
    color: #333;
}
.emg__item > table {
  margin: 10px auto 0 auto !important;
  text-align: left;
  border: 2px solid;
  text-align: center;
  width: 728px;
}
.maintenance {
  background: #FFF;
  padding: 10px 0 20px 0;
}
.maintenanceItems {
  text-align: center;
  padding: 5px;
  width: 990px;
  margin: 0 auto;
  border: 2px solid #DAC08B;
  border-radius: 5px;
}
.noScript {
  width: 990px;
  padding: 10px 0;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.noScript__text {
  padding: 10px;
  border: 2px solid #34b906;
  background: #e7fdef;
  border-radius: 5px;
}
body {
  background: #ffffff;
}
.contentBox {
  padding: 20px 0;
}
.content {
  padding: 20px;
  background: #fff;
  width: 990px;
  margin:0 auto;
}
.stampHeader {
  margin: 0 auto;
  width: 990px;
}
.stampHeader__image {
  display: block;
  width: 100%;
}
.content__tcard {
  margin: 0 0 20px 0;
  display: block;
  padding: 5px;
  color: #004098;
  font-weight: bold;
  text-align: center;
  background: #e0edff;
  border-radius: 5px;
}
.content__tcard p {
  line-height: 40px;
  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;
}
.content__tcard p:before {
  content:"";
  width: 40px;
  height: 40px;
  margin-right: 5px;
  background-color: #fff;
  background-image: url("https://s.yimg.jp/images/points/toku/stamp_ver2/img/show_tcard.png");
  background-size: 75%;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: middle;
  border-radius: 5px;
}
.content__tcard img {
  width: 40px;
  vertical-align: middle;
  margin: 0 5px 0 0;
  background: #fff;
  padding: 5px;
  border-radius: 5px;
  position: relative;
  z-index: 0;
}
.stampContent {
  margin: 0 auto;
  background: #fff;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.stampTerm {
  text-align: center;
  margin: 0 auto;
}
.stampTerm__detail {
  width: 470px;
  letter-spacing: -.40em;
  overflow: hidden;
  margin: 0 auto;
  position: relative;
}
.stampTerm__detail * {
  letter-spacing: normal;
}
.stampTerm__detailTitle,
.stampTerm__detailDate {
  line-height: 1;
  padding: 5px 0;
}
.stampTerm__detailTitle {
  width: 120px;
  text-align: right;
  color: #666;
  position: absolute;
}
.stampTerm__detailDate {
  font-weight: bold;
  text-align: left;
  padding-left: 130px;
}
.noteArea {
  font-size: 14px;
  margin-bottom: 20px;
}
.sponserArea {
  margin: 10px auto;
  border-radius: 5px;
  background: #fafafa;
  border: 1px solid #ebebeb;
  padding: 5px;
  width: 600px;
}
.stampLogin,
.stampConsent,
.stampShowSpecial {
  text-align: center;
}
.stampConsent {
  border-radius: 5px;
  border: 1px solid #ffd700;
  width: 600px;
  margin: 20px auto;
  padding: 0 0 10px 0;
}
.stampTerm+.stampConsent {
  margin-top: 0px;
}
.stampKind__title {
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1;
  padding: 10px 0;
  background: #ffd700;
  color: #333;
}
.stampShowSpecial__text {
  font-size: 2rem;
  font-weight: bold;
  position: relative;
  display: inline-block;
  color: #ff4405;
}
.stampShowSpecial__text:before,
.stampShowSpecial__text:after {
  content: "";
  width: 2px;
  height: 30px;
  background: #ff0033;
  display: block;
  bottom: 0;
  position: absolute;
  border-radius: 5px;
}
.stampShowSpecial__text:before {
  -webkit-transform: rotate(-35deg);
          transform: rotate(-35deg);
  left: -10px;
}
.stampShowSpecial__text:after {
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
  right: -5px;
}
.stampLogin__text,
.stampConsent__text {
  font-size: 1.4rem;
  padding: 10px;
}
.stampLogin__text {
  padding: 0;
  line-height: 1;
}
.stampConsent__text {
  text-align: left;
  margin: 0 auto;
  font-size: 1.2rem;
}
.stampConsent__text.registTCard__text {
  text-align: center;
}
.stampCodes {
  padding: 50px 0;
  width: 810px;
  margin: 0 auto;
}
.stampCodes img {
  max-width: 100%;
}
.stampDetail__text {
  padding: 20px 20px 0 20px;
  word-break: break-all;
  background: #fafafa;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}
.stampDetail__dataTitle {
  padding: 0 10px;
  line-height: 40px;
  font-weight: bold;
  border-radius: 5px;
  font-size: 1.6rem;
  width: 200px;
  float: left;
  text-align: right;
  height: 40px;
}
.stampDetail__dataContent {
  padding: 10px 10px;
  margin: 0 0 20px 0;
  width: 710px;
  float: left;
  position: relative;
  background: #fff;
  border-radius: 5px;
}
.stampDetail__dataContent:after {
  content: "";
  width: 910px;
  height: 1px;
  display: block;
  position: absolute;
  bottom: -20px;
  left: -200px;
  margin: 0 0 10px 0;
}
.stampDetail__dataContent:last-of-type:after {
  display: none;
}
.stampDetail__tCardKind {
  text-align: center;
  font-weight: bold;
  clear: both;
  position: relative;
}
.stampDetail__tCardKind span {
  display: inline-block;
  background: #fafafa;
  line-height: 1;
  padding: 10px;
  position: relative;
}
.stampDetail__tCardKind:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #ebebeb;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -1px 0 0 -50%;
}
.stampDetail__tCardKind span {
  display: inline-block;
  padding: 0 15px;
  z-index: 1;
  position: relative;
}
.stampDetail__tCardKind span:before,
.stampDetail__tCardKind span:after {
  content: "";
  width: 10px;
  height: 10px;
  display: block;
  border-right: 2px solid;
  border-bottom: 2px solid;
  border-color: #ebebeb;
  position: absolute;
  top: 50%;
  margin: -5px 0 0 0;
}
.stampDetail__tCardKind span:before {
  left: 0;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.stampDetail__tCardKind span:after {
  right: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.stampDetail__dataContent--investStartEnd,
.stampDetail__dataContent--useStartEnd {
  line-height: 40px;
  height: 40px;
  padding: 0 10px;
}
.stampDetailAside {
  background: #fafafa;
  padding: 20px 0;
  margin: 0 auto;
  text-align: center;
}
.stampCardContainer {
  padding: 40px 52px 30px 52px !important;
  background: #ededed;
}
.stampCard {
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  letter-spacing: normal;
  -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;
}
.stampCard__status {
  line-height: 44px;
  height: 44px;
  margin: 0 0 10px 0;
  text-align: center;
  font-weight: bold;
  background: #fafafa;
  font-size: 2rem;
}
.stampCard__status--noStamp {
  color: #999;
}
.stampCard__status--isActive {
  color: #576832;
  background: #f2ffd7;
}
.stampCard.isFilledStampCount {
  /*   border-color: #ffdede; */
}
.stampCard__status--isFilled {
  color: #e11c00;
  background: #fff6f6;
}
.stampCard__status--isUsed {
  color: #666;
  background: #ebebeb;
}
.stampCard.stampCard--firstTime {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.stampCard__availableCounter {
  padding: 0 0 20px 0;
  line-height: 1;
}
.stampCardItems {
  text-align: center;
  padding: 10px 0 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  counter-reset: number;
}
.stampCardItem {
  position: relative;
  width: 19%;
  height: auto;
  line-height: 1;
  margin: 0 0.5% 10px 0.5%;
}
.stampArea {
  position: relative;
  width: 100%;
  height: auto;
  z-index: 1;
  background-color: #fafafa;
}
.stampArea:before {
  content: "";
  padding-top: 100%;
  display: block;
}
.stampNumber {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  line-height: 2rem;
  font-size: 2rem;
  color: #dddddd;
}
.stampNumber:before {
  content: "";
  position: absolute;
  display: block;
  width: 60%;
  height: 60%;
  top: 46%;
  left: 50%;
  background: #ffffff;
  border-radius: 100%;
  border: 2px dashed #dddddd;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.stampNumber:after {
  position: absolute;
  width: 100%;
  height: 100%;
  top: -4%;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  counter-increment: number;
  content: counter(number);
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.stampGot, .stampUsed {
  position: absolute;
  width: 71%;
  height: 71%;
  top: 46%;
  left: 50%;
  z-index: 3;
  line-height: 1;
  font-weight:bold;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: 50% 50% / 100% no-repeat;
}
.stampGot {
  background-image: url(//s.yimg.jp/images/points/toku/stamp_ver2/img/stamp.svg);
}
.stampUsed {
  background-image: url(//s.yimg.jp/images/points/toku/stamp_ver2/img/stamp_gray.svg);
  opacity: 0.5;
}
.stampPremium {
  background: url(//s.yimg.jp/images/points/toku/stamp_ver2/img/premium_icon.svg) 50% 50% no-repeat;
  position: absolute;
  width: 30%;
  height: 50%;
  top: 45%;
  left: 50%;
  background-size: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  line-height: 1;
  z-index: 3;
}
.stampPremiumLabel__img--got, .stampPremiumLabel__img--used {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 5;
  margin: 3px;
}
.stampPremiumLabel__img--got {
  padding: 6%;
  width: 20px;
  height: 20px;
  background: url(//s.yimg.jp/images/points/toku/stamp_ver2/img/premium_label.svg) 50% 50% no-repeat;
}
.stampPremiumLabel__img--used {
  padding: 8%;
  width: 25px;
  height: 25px;
  background: url(//s.yimg.jp/images/points/toku/stamp_ver2/img/premium_label_used.svg) 50% 50% no-repeat;
}
.stampPremiumLabel__background--got {
  position: absolute;
  width:0;
  height:0;
  top: 0;
  right: 0;
  z-index: 4;
  border-left: 50px solid transparent;
  border-top: 50px solid #ff0033;
}
.stampUsedDetails {
  position: absolute;
  width:100%;
  top: 46%;
  left: 50%;
  z-index: 6;
  color:#444444;
  background-color: #dddddd;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.stampUsedDetails__list {
  padding: 4px 0;
}
.stampUsedDetails__day {
  padding: 4px 0;
}
.stampGotDate {
  position: absolute;
  word-break: break-all;
  display: inline-block;
  width: 100%;
  left: 0;
  bottom: 0;
}
.stampGotDate__detail, .stampGotDate__detail--none, .stampGotDetail, .stampGotDetail--none {
  color: #666666;
  font-size: 1.3rem;
}
.stampGotDate__detail, .stampGotDate__detail--none {
  margin: 0 0 8px 0;
}
.stampGotDetail {
  position: relative;
  text-align: left;
  line-break: strict;
  word-break: break-word;
  height: 50px;
  padding: 8px 14px 16px 14px ;
  background-color: #fafafa;
}
.stampGotDetail:before{
  content: '';
  position: absolute;
  border-top: 1px dashed #eaeaea;
  width: 83%;
  height: auto;
  top:0;
  left: auto;
}
.stampGotDetail.frameHeight--max{
    height: auto;
}
.stampGotDate__detail--none {
  color: #dddddd;
}
.stampGotDetail .stampGotDetail__text--max {
    display: none;
}
.stampGotDetail.frameHeight--max .stampGotDetail__text--max {
    display: block;
}
.stampGotDetail.frameHeight--max .stampGotDetail__text--limited {
    display: none;
}
/* stampDetail */
.stampGotDetail__btn{
    width:100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}
.stampGotDetail__btn:after {
  content: '';
  position: absolute;
  display: block;
  width: 9px;
  height: 9px;
  border: 2px solid;
  bottom: 6px;
  left: 47%;
  border-color: transparent #666 #666 transparent;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.frameHeight--max .stampGotDetail__btn:after {
    bottom: -1px;
    border-color: #666 transparent transparent #666;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
}
/* info */
.info {
  background: #e5f1fe;
  padding: 10px;
  margin: 0 0 10px 0;
  border-radius: 5px;
  border: 1px solid #bfd7f2;
}
.info h1 {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
  padding: 0 0 10px 0;
}
.info h2 {
  font-size: 1.8rem;
  font-weight: bold;
  padding: 0 0 10px 0;
}
.cancel {
  line-height: 1;
  text-align: center;
  padding: 30px;
}
.cancel__textLink {
  display: inline-block;
  text-decoration: underline;
  font-weight: bold;
}
.stampCardWrapper {
  position: relative;
}
.stampCard__investAt {
  text-align: center;
  padding: 15px 0 0 0;
  margin: 0 0 5px 0;
  font-size: 1.2rem;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  color: #666;
}
.stampCardAppliedDate {
  padding: 20px 0 0 0;
  line-height: 1;
}
.stampAlert {
  border-radius: 5px;
  padding: 10px;
  text-align: center;
}
.stampAlert+.buttonBlock {
  padding: 0;
}
.stampAlert__text {
  line-height: 1;
}
.stampAlert.stampTerm__endStamp, .stampAlert.stampTerm__beforeUse{
  width: auto;
}
.stampAlert.stampTerm__endStamp {
  margin: 0 auto !important;
  padding: 0 !important;
}
.stampAlert.stampTerm__beforeUse {
  padding: 16px 0 0 0;
  margin-bottom: 0;
}
.stampAlert.stampTerm__beforeUse .stampAlert__text,
.stampAlert.stampTerm__endStamp .stampAlert__text {
  font-weight: normal;
}
.stampAlert.stampTerm__beforeUse .stampAlert__text {
  color: #666;
  line-height: 1.2;
}
.stampAlert.stampTerm__endStamp .stampAlert__text {
  color: #444;
}
.stampAlert--warning {
  background: #fff5e0;
  margin: 0 auto 20px auto;
}
.stampAlert--error {
  background: #ffebeb;
  color: #d61900;
  border: 2px solid #ea3323;
  margin: 0 auto 10px auto;
}
.icon {
  display: inline-block;
  width: 14px;
  height: 14px;
  vertical-align: middle;
  background: 0;
  margin: 0 3px 0 0;
  position: relative;
  font-style: normal;
}
.icon.icon--warning {
  border-bottom: 14px solid #ffb100;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}
.icon.icon--error {
  border-bottom: 14px solid #d30c1c;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}
.icon.icon--warning:before,
.icon.icon--error:before {
  content: "!";
  display: block;
  color: #fff;
  position: absolute;
  bottom: -13px;
  left: -2px;
  z-index: 1;
  font-size: 10px;
  font-size: 1rem;
  text-decoration: none;
}
.buttonBlock__textOptin--yj{
  width: 600px;
  text-align: left;
  margin: 0 auto 15px auto;
  padding: 10px;
  background: #fafafa;
  border-radius: 5px;
}
/* content-info */
.contentInfo {
  width: 990px;
  margin: 0 auto;
  background: #f6f6f6;
  letter-spacing:-.40em;
  padding: 10px;
  line-height:1;
  overflow: hidden;
  font-size: 12px;
}
.contentInfo__stampTermDetail {
  float:left;
  padding: 0 5px 0 0;
}
.contentInfo__stampTermDetail dt, .contentInfo__stampTermDetail dd {
  display:inline-block;
  letter-spacing: normal;
}
.contentInfo__AnchorLink {
  letter-spacing: normal;
}
/* Tcard-content */
.TcardCampaignAttention{
  padding: 10px;
  margin-bottom: 20px;
  text-align: center;
  border: 2px solid #DAC08B;
  border-radius: 4px;
}
/* rewardButton Active */
.buttonSet{
  position: fixed;
  bottom: 0;
  width: 990px;
  margin: 0 -20px;
  z-index: 1000;
  background: rgba(255, 255, 255, .9);
  -webkit-animation-name:fadein;
          animation-name:fadein;
  -webkit-animation-duration:1s;
          animation-duration:1s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-delay:0;
          animation-delay:0;
  -webkit-animation-iteration-count:1;
          animation-iteration-count:1;
  -webkit-animation-direction:normal;
          animation-direction:normal;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
@-webkit-keyframes fadein {
    0% {
      opacity: 0;
      -webkit-transform: translate3d(0,20px,0);
              transform: translate3d(0,20px,0);
    }
    100% {
      opacity: 1;
      -webkit-transform: translate3d(0,0,0);
              transform: translate3d(0,0,0);
    }
}
@keyframes fadein {
    0% {
      opacity: 0;
      -webkit-transform: translate3d(0,20px,0);
              transform: translate3d(0,20px,0);
    }
    100% {
      opacity: 1;
      -webkit-transform: translate3d(0,0,0);
              transform: translate3d(0,0,0);
    }
}
.isModalOpen {
  overflow: hidden;
}
.modal {
  z-index: 99998;
  position: fixed;
  background: rgba(0, 0, 0, .5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: none;
}
.cancelClose{
  z-index: 99999;
  position: fixed;
  background: rgba(0, 0, 0, 0);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.modal.isOpen {
  display: block;
}
.modalBox {
  position: fixed;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, .1);
          box-shadow: 0 0 50px rgba(0, 0, 0, .1);
  top: 20%;
  left: 50%;
  display: block;
  width: 600px;
  margin: 0 0 0 -300px;
  text-align: center;
  background: #fff;
}
.modal.isOpen .modalBox {
  opacity: 1;
  -webkit-animation: modalFadeIn 0.3s forwards;
          animation: modalFadeIn 0.3s forwards;
}
.modal__textClose {
  position: absolute;
  line-height: 1;
  top: -25px;
  right: 0;
  font-weight: bold;
  color: #fff;
  padding: 0 0 0 10px;
  cursor: pointer;
  font-size: 1.6rem;
}
.modal__textClose:before,
.modal__textClose:after {
  content: "";
  width: 2px;
  height: 16px;
  background: #fff;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 100px;
}
.modal__textClose:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.modal__textClose:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.modalBox__header {
  background: #e91b2f;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  overflow: hidden !important;
  position: relative;
  padding: 20px;
}
.modalBox__headerTitle {
  font-weight: bold;
  font-size: 2.4rem;
  text-align: left;
  padding: 0 0 0 0;
  text-align: center;
  color: #fff;
}
.modalBox__headerImage {
  position: absolute;
  display: none;
  z-index: 1;
  top: -60px;
  right: -50px;
  width: 200px;
  -webkit-transform: rotate(10deg);
          transform: rotate(10deg);
  background: #fff;
  border-radius: 100px;
  padding: 10px;
}
.modalBox.isApplied .modalBox__header {
  background: #ffe500;
}
.modalBox.isApplied .modalBox__headerTitle {
  color: #333;
  position: relative;
  z-index: 2;
}
.modalBox.isApplied .modalBox__headerImage {
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0 0 0 1 0" /></filter></svg>#filter');
  filter: grayscale(100%);
  opacity: 0.3;
}
.modalBox.isApplied .modalBox__button--apply {
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0 0 0 1 0" /></filter></svg>#filter');
  filter: grayscale(100%);
  opacity: 0.5;
}
.modalBox__detail {
  padding: 20px;
}
.modalBox__detailTitle {
  font-weight: bold;
  font-size: 1.8rem;
  padding: 0 0 20px 0;
}
.modalBox__detailText {
  text-align: left;
}
.modalBox__button--apply,
.modalBox__button--close {
  margin: 0 0 20px 0;
}
.modalBox__button--close,
.modalBox__button--disabled {
  display: none;
}
.modalBox__apiMessage--error {
  background: #ffebeb;
  border: 2px solid #ea3323;
  color: #d61900;
  padding: 10px 0;
  margin: -20px 20px 10px 20px;
  border-radius: 5px;
  -webkit-animation: notify 0.3s forwards;
          animation: notify 0.3s forwards;
}
.modalBox__apiMessage--error a {
  display: block;
  margin-top: 10px !important;
}
@-webkit-keyframes notify {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  30% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes notify {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  30% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes modalFadeIn {
  0% {
    top: 30%;
    opacity: 0;
  }
  1% {
    opacity: 1;
  }
  100% {
    top: 10%;
    opacity: 1;
  }
}
@keyframes modalFadeIn {
  0% {
    top: 30%;
    opacity: 0;
  }
  1% {
    opacity: 1;
  }
  100% {
    top: 10%;
    opacity: 1;
  }
}
.footerDefault {
    font-size: 1.6rem;
    line-height: 1;
    text-align: center;
}
.footerDefault .footerInner {
    padding: 20px 10px 20px 10px;
    background: #fff;
}
.footerDefault .commonLink {
    margin-bottom: 20px;
}
.footerDefault .commonLink li {
    display: inline;
}
.footerDefault .commonLink li:first-child:after {
    content: ' | ';
}
.footerDefault .subLink {
    font-size: 1.3rem;
    padding: 12px 0 8px;
    border-top: 1px solid #d4d7db;
}
.footerDefault .subLink li {
    display: inline;
}
.footerDefault .subLink li:after {
    content: ' - ';
}
.footerDefault .subLink li:last-child:after {
    content: '';
}
.footerDefault small {
    font-size: 1.3rem;
    display: block;
    text-align: center;
}
