@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: #666;
}
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: 50px;
  line-height: 1;
  font-weight: bold;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .1);
          box-shadow: 0 3px 5px rgba(0, 0, 0, .1);
  font-size: 2.6rem;
  min-width: 260px;
  border: 1px solid;
  -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;
}
.sp .button {
  font-size: 1.8rem;
}
.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: #666;
  border-color: #bbb;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fafafa), to(#eee));
  background-image: -webkit-linear-gradient(top, #fafafa, #eee);
  background-image: linear-gradient(to bottom, #fafafa, #eee);
}
.button.button--primary {
  color: #333;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffee8f), to(#ffde2f));
  background-image: -webkit-linear-gradient(top, #ffee8f, #ffde2f);
  background-image: linear-gradient(to bottom, #ffee8f, #ffde2f);
  border-color: #c8b137;
}
.button.button--action {
  color: #fff;
  border-color: #cd173f;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fc1b2f), to(#ce1b2f));
  background-image: -webkit-linear-gradient(top, #fc1b2f, #ce1b2f);
  background-image: linear-gradient(to bottom, #fc1b2f, #ce1b2f);
}
.button.button--entry {
  color: #fff;
  border-color: #EA3B00;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ff6c3c), to(#ff4405));
  background-image: -webkit-linear-gradient(top, #ff6c3c, #ff4405);
  background-image: linear-gradient(to bottom, #ff6c3c, #ff4405);
}
.button.button--disabled {
  color: #888;
  background: #ebebeb;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  cursor: default;
}
.pc .button.button--normal:hover {
  border-color: #a7a7a7;
}
.pc .button.button--primary:hover {
  border-color: #8a7714;
}
.pc .button.button--action:hover {
  border-color: #670014;
}
.pc .button.button--entry:hover {
  border-color: #AB2B00;
}
.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;
}
.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;
}
.sp .stampDetail dt{
  font-weight: bold;
}
.sp .stampDetail dd{
  padding: 0 10px;
}
.stampDetail dt:before{
  content: "";
  width: 12px;
  height: 12px;
  display: inline-block;
  background: #ddd;
  border-radius: 12px;
  line-height: 1;
  margin: 0 3px 0 0 ;
}
.textBold {
  font-weight: bold;
}
.textRed {
  color: #e11c00;
}
.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 #ebebeb;
  font-weight: bold;
  font-size: 1.8rem;
  text-align: center;
  color: #444;
  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;
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 13px;
  text-align: left;
}
.couponList li {
  width: 48%;
  margin-bottom: 40px;
}
.couponList p {
  padding-top: 20px;
}
.optimalTextLayout {
  text-align: left;
}
.maintenance {
  background: #FFF;
  padding: 10px;
}
.maintenanceItems {
  text-align: center;
  border: 2px solid #DAC08B;
  border-radius: 5px;
  padding: 5px;
}
.noScript {
  margin: 10px;
  padding: 10px;
  border: 2px solid #66b853;
  background: #dcefd7;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px;
}
.content {
  border: 5px solid #ffffff;
}
.stampHeader {
  margin: 0;
  background: #fff;
}
.stampHeader__tcard {
  display: block;
  text-align: center;
  color: #004098;
  vertical-align: middle;
  background: #e0edff;
  padding: 5px 0;
  margin: 10px 5px;
  font-weight: bold;
  border-radius: 5px;
}
.stampHeader__tcard img {
  width: 32px;
  vertical-align: middle;
  margin: 0 5px 0 0;
  background: #fff;
  padding: 5px;
  border-radius: 5px;
}
.stampHeader__title {
  line-height: 1;
  padding: 10px;
  font-weight: bold;
}
.stampHeader__image {
  display: block;
  width: 100%;
}
.stampTerm {
  text-align: center;
  margin: 0 auto;
}
.stampTerm__before,
.stampTerm__endStamp,
.stampTerm__endCard {
  padding: 0 0 10px 0;
}
.stampTerm__detail {
  max-width: 320px;
  margin: 0 auto 5px auto;
  text-align: left;
  letter-spacing: -.40em;
  /*   border-radius: var(--blockRadius); */
  overflow: hidden;
}
.stampTerm__detail * {
  letter-spacing: normal;
  vertical-align: middle;
}
.stampTerm__detailTitle,
.stampTerm__detailDate {
  display: inline-block;
  line-height: 1;
  padding: 0 0 0;
  /*   border-bottom: 1px solid var(--grayDark); */
}
.stampTerm__detailTitle span,
.stampTerm__detailDate span {
  /*   display: block; */
}
.stampTerm__detailTitle:last-of-type,
.stampTerm__detailDate:last-of-type {
  border-bottom: none;
}
.stampTerm__detailTitle {
  text-align: right;
  padding: 0 10px 5px 10px;
  color: #666;
}
.stampTerm__detailDate {
  width: 100%;
  text-align: center;
  font-weight: bold;
  padding: 0 0 10px 0;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.noteArea {
  font-size: 1.4rem;
  margin: 10px 5px;
}
.sponserArea {
  margin: 0 10px 10px 10px;
  border-radius: 5px;
  background: #fafafa;
  border: 1px solid #eee;
  padding: 5px;
}
.stampConsent__text.registTCard__text {
  text-align: center;
}
.registTCard__text span {
  display: inline-block;
}
.stampShowSpecial__text:before,
.stampShowSpecial__text:after {
  content: "";
  width: 2px;
  height: 30px;
  background: #ff4405;
  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;
}
.stampConsent {
  margin: 0 10px;
  padding: 0 0 10px 0;
  border: 1px solid #ffd700;
  border-radius: 5px;
}
.stampLogin .buttonBlock {
  margin: 0 0 10px 0;
}
.stampLogin__text,
.stampConsent__text {
  font-size: 1.4rem;
  padding: 10px;
}
.stampLogin__text {
  text-align: center;
}
.stampLogin__text+.buttonBlock {
  margin: -15px 0 20px 0;
}
.stampConsent__text {
  font-size: 1.2rem;
  text-align: left;
  letter-spacing: -.2px;
}
.stampKind__title {
  text-align: center;
  font-weight: bold;
  padding-bottom: 0;
  position: relative;
  line-height: 1;
  padding: 10px 0;
  background: #ffd700;
}
/* .stampKind__title:after{
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: var(--grayDark);
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -1px 0 0 -50%;
}

.stampKind__title span{
  display: inline-block;
  background: #fff;
  padding: 0 15px;
  z-index: 1;
  position: relative;
}

.stampKind__title span:before,
.stampKind__title span:after{
  content: "";
  width: 10px;
  height: 10px;
  display: block;
  border-right: 2px solid;
  border-bottom: 2px solid ;
  border-color: var(--grayDark);
  position: absolute;
  top: 50%;
  margin: -5px 0 0 0;
}

.stampKind__title span:before{
  left: 0;
  transform: rotate(135deg);
}

.stampKind__title span:after{
  right: 0;
  transform: rotate(-45deg);
} */
.stampCardWrapper {
  -webkit-box-align:center;
  -webkit-align-items:center;
      -ms-flex-align:center;
          align-items:center;
}
.stampCodes {
  padding: 40px 10px;
}
.stampCodes img {
  max-width: 100%;
}
.stampDetail {
  padding: 0 10px;
}
.stampDetail__text {
  padding: 0 10px 10px 10px;
  word-break: break-all;
  background: #fafafa;
  border: 1px solid #eee;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}
.stampDetail__dataTitle {
  padding: 10px 0;
  line-height: 1;
  font-weight: bold;
}
.stampDetail__dataContent {
  padding: 10px 10px;
  background: #fff;
  border-radius: 5px;
}
.stampDetailAside {
  padding: 10px;
  text-align: center;
  background: #fafafa;
}
/* スタンプリスト */
.stampCard__nextSlide,
.stampCard__prevSlide {
  width: 40px;
  height: 100%;
  top: 0;
  position: absolute;
  z-index: 10;
  cursor: pointer;
}
.swiper-button-disabled {
  display: none;
  -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__prevSlide {
  background-size: contain !important;
  left: 0;
}
.stampCard__nextSlide {
  background-size: contain !important;
  right: 0;
}
.stampCard__nextSlideIcon,
.stampCard__prevSlideIcon {
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -30px;
  height: 60px;
  width: 30px;
  -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__nextSlideIcon {
  right: 0;
}
.stampCard__prevSlideIcon {
  left: 0;
}
.stampCardContainer.swiper-container {
  margin: 0 -5px 0 -5px;
  background: #f4f4f4;
  padding: 30px 0 !important;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .05);
          box-shadow: 0 0 15px rgba(0, 0, 0, .05);
}
.stampCard__counterBlock {
  text-align: center;
  position: absolute;
  width: 100%;
  bottom: 0;
  padding: 0 0 5px 0;
}
.stampCard__counter {
  display: inline-block !important;
  width: auto !important;
  line-height: 1;
  padding: 2px 5px;
  color: #666;
}
.stampCard {
  padding: 5px 5px 0 5px;
  background: #fff;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, .05);
          box-shadow: 0 0 30px rgba(0, 0, 0, .05);
  margin: 0;
  position: relative;
  overflow: hidden;
  width: 85% !important;
}
.stampCard.stampCard--firstTime {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.stampCard.swiper-slide-active {
  -webkit-transform: scale(1) !important;
          transform: scale(1) !important;
  -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.swiper-slide-prev,
.stampCard.swiper-slide-next {
  -webkit-transform: scale(0.95) !important;
          transform: scale(0.95) !important;
  -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.stampCard--firstTime {
  margin: 10px auto;
}
.stampCard__status {
  line-height: 25px;
  padding: 0 0;
  height: 25px;
  text-align: center;
  font-weight: bold;
  background: #fafafa;
}
.stampCard__status--isActive {
  color: #576832;
  background: #f2ffd7;
}
.stampCard__status--noStamp {
  color: #999;
}
.stampCard__status--isFilled {
  color: #e11c00;
  background: #fff6f6;
}
.stampCard.isApplied {
  border: 1px solid #ebebeb;
}
.stampCard__status--isUsed {
  color: #666;
  background: #ebebeb;
}
.stampCard__availableCounter {
  padding: 10px 0 0 0;
  line-height: 1;
}
.stampCardItems {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  text-align: center;
  height: auto;
  counter-reset: number;
}
.stampCardItems {
  padding: 25px 15px 5px 15px;
}
.stampCardItem {
    width: 32%;
    height: auto;
    line-height: 1;
}
.stampCardItem {
  margin: 0 2% 20px 0;
}
.stampCardItem:nth-child(3n) {
  margin: 0 0 20px 0;
}
.stampCardItem:first-child:nth-last-child(-n+2) {
  margin: 0 2% 20px auto;
}
.stampCardItem:first-child:nth-last-child(-n+2) ~ li:last-child {
  margin: 0 auto 20px 0;
}
.stampCardItem:only-child {
margin: 0 auto 20px !important;
}
.stampArea {
  position: relative;
  border-radius: 100%;
}
.stampArea:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.stampNumber:after {
  position: absolute;
  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;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.stampNumber:before {
  content: "";
  position: absolute;
  display: block;
  width: 78%;
  height: 78%;
  top: 50%;
  left: 50%;
  border:2px dashed;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 100%;
  background: #fafafa;
}
.stampNumber,
.stampGot {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 98%;
  height: 98%;
  color: #ebebeb;
  line-height: 1;
  font-size: 2rem;
  -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;
}
.stampNumber *,
.stampGot * {
  vertical-align: middle;
  display: inline-block;
  height: auto;
  max-height: 100%;
}
.stampCard.isApplied .stampGot, .stampGot {
  background: 50% 50% / 100% no-repeat;
  z-index: 1;
}
.stampGot {
  background-image: url(//s.yimg.jp/images/points/toku/stamp_ver2/img/stamp.svg);
}
.stampCard.isApplied .stampGot {
  background-image: url(//s.yimg.jp/images/points/toku/stamp_ver2/img/stamp_gray.svg);
  opacity: 0.5;
}
.stampGotDate {
  font-size: 1.1rem;
  margin: 4px 0 0 0;
  font-weight: bold;
}
.stampGotDate__detail--none {
  color: #dddddd;
}
.stampGotDate__year {
  display: block;
}
.stampGotDetail {
  position: relative;
  height: 42px;
  margin-top: 6px;
  overflow: hidden;
  text-align: justify;
  word-wrap: break-word;
  line-break: strict;
}
.addBtnHeight{
  padding: 0 0 10px 0;
}
.stampGotDetail.frameHeight--max {
  height: auto;
  min-height: 40px;
}
.stampGotDetail__text {
  position: relative;
  padding: 6px 0 0;
  line-height: 1.2;
  text-align: left;
  font-size: 1rem;
  word-break: break-all;
}
.stampGotDetail__text::before {
  position: absolute;
  top: 0;
  left: 1px;
  width: 96%;
  height: auto;
  content: '';
  border-top: 1px solid #EAEAEA;
}
.stampGotDetail .stampGotDetail__text--max {
  display: none;
}
.stampGotDetail.frameHeight--max .stampGotDetail__text--max {
  display: block;
}
.stampGotDetail.frameHeight--max .stampGotDetail__text--limited {
  display: none;
}
.stampGotDetail__btn {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.stampGotDetail__btn::after {
  position: absolute;
  bottom: 6px;
  left: 50%;
  display: block;
  width: 6px;
  height: 6px;
  content: '';
  border: 2px solid;
  border-color: transparent #666 #666 transparent;
  -webkit-transform: rotate(45deg) translate(0, 50%);
          transform: rotate(45deg) translate(0, 50%);
}
.frameHeight--max .stampGotDetail__btn::after {
  bottom: 0;
  border-color: #666 transparent transparent #666;
}
.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: 20px 0;
}
.cancel__textLink {
  display: inline-block;
  text-decoration: underline;
  font-weight: bold;
}
.stampCardAppliedDate {
  margin: 10px 0 0 0;
  display: block;
}
.stampAlert {
  margin: 10px 5px;
  border-radius: 5px;
  padding: 10px 4px;
  text-align: center;
}
.stampAlert__text {
  font-weight: bold;
  line-height: 1;
}
.stampAlert.stampTerm__endStamp {
  position: absolute;
  top: 38px;
  left: 0;
  padding: 0 !important;
  margin: 0;
  width: 100%;
  display: block;
}
.stampAlert.stampTerm__beforeUse {
  margin: 0 10px;
  padding: 10px 10px 0 10px;
}
.stampAlert.stampTerm__entry {
  letter-spacing: -0.2px;
}
.stampAlert.stampTerm__beforeUse .stampAlert__text {
  line-height: 1.2;
}
.stampAlert.stampTerm__beforeUse .stampAlert__text,
.stampAlert.stampTerm__endStamp .stampAlert__text {
  font-weight: normal;
  color: #999;
  padding: 0;
  margin: 0;
  font-size: 1.2rem;
}
.stampAlert--warning {
  background: #fff5e0;
}
.stampAlert--error {
  background: #ffebeb;
  color: #d30c1c;
}
.buttonBlock__textOptin--yj{
  text-align: left;
  margin: 0 0 10px 0;
  padding: 10px;
  background: #fafafa;
  border-radius: 5px;
}
/* content-info */
.contentInfo {
  background: #f6f6f6;
  font-size: 12px;
  padding: 4px 8px;
  text-align: center;
  line-height: 1.4;
  border-top: 1px solid #eee;
}
.contentInfo__stampTermDetail {
  padding-bottom: 4px;
  display: block;
  margin: 0 auto;
  letter-spacing: -0.40em;
}
.contentInfo__stampTermDetail dt, .contentInfo__stampTermDetail dd {
  display: inline-block;
  letter-spacing: -0.6px;
}
.contentInfo__AnchorLink {
  position: relative;
  border-top: 1px dashed #ccc;
  padding-top: 4px;
  height: auto;
  font-size: 1.3rem;
  text-align: center;
}
/* TcardCampaignAttention */
.TcardCampaignAttention{
  border: 2px solid #dac08b;
  border-radius: 5px;
  padding: 5px;
  font-size: 1.2rem;
  margin: 20px 5px;
}
/* rewardBtn Active */
.buttonSet{
  position: fixed;
  bottom: 0;
  width: 100%;
  margin: 0 -5px;
  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);
    }
}
@media screen and (orientation: landscape) {

  .stampCardItem {
    width: 15.83333%;
    margin: 0 1% 20px 0;
  }

  .stampCardItem:nth-child(3n) {
    margin: 0 1% 20px 0;
  }

  .stampCardItem:nth-child(6n) {
    margin: 0 0 20px 0;
  }

  .stampCardItem:first-child:nth-last-child(-n+5) {
    margin: 0 1% 20px auto;
  }

  .stampCardItem:first-child:nth-last-child(-n+5) ~ li:last-child {
    margin: 0 auto 20px 0;
  }
}
body.isModalOpen {
  position: fixed;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.modal {
  z-index: 9999999;
  position: fixed;
  background: rgba(0, 0, 0, .5);
  width: 100%;
  height: 100%;
  bottom: -100%;
  left: 0;
  display: block;
  -webkit-transition: all cubic-bezier(0.62, 0.28, 0.23, 0.99) 0.4s;
  transition: all cubic-bezier(0.62, 0.28, 0.23, 0.99) 0.4s;
}
.modal.isOpen {
  bottom: 0;
  -webkit-transition: all cubic-bezier(0.62, 0.28, 0.23, 0.99) 0.4s;
  transition: all cubic-bezier(0.62, 0.28, 0.23, 0.99) 0.4s;
}
.modalBox {
  -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, .1);
          box-shadow: 0 0 50px rgba(0, 0, 0, .1);
  display: block;
  width: 100%;
  height: 100%;
  margin: 0 0 0;
  text-align: center;
  background: #fff;
  overflow-y: auto;
}
.modal__textClose {
  position: absolute;
  line-height: 1;
  top: 5px;
  right: 5px;
  font-weight: bold;
  color: #666;
  padding: 5px 10px 5px 25px;
  cursor: pointer;
  font-size: 1.6rem;
  z-index: 99999;
  background: #fff;
  border-radius: 100px;
}
.modal__textClose:before,
.modal__textClose:after {
  content: "";
  width: 2px;
  height: 16px;
  background: #666;
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 15px;
  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;
  overflow: hidden;
  position: relative;
  padding: 50px 0;
}
.modalBox__headerTitle {
  font-weight: bold;
  font-size: 2rem;
  text-align: left;
  padding: 0 0 0 0;
  text-align: center;
  color: #fff;
}
.modalBox__headerImage {
  position: absolute;
  display: block;
  z-index: 1;
  top: -60px;
  left: -50px;
  width: 150px;
  -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: #666;
  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 20px 90px 20px;
}
.modalBox__detailTitle {
  font-weight: bold;
  font-size: 1.8rem;
  padding: 0 0 20px 0;
}
.modalBox__detailText {
  text-align: left;
}
.modalBox__button--close,
.modalBox__button--disabled {
  display: none;
}
.modalBox__apiMessage--error {
  background: #fff6c8;
  border: 1px solid #ffd700;
  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);
  }
}
.modalBox .buttonBlock{
  position: absolute;
  width: 100%;
  bottom: 0;
  padding-bottom: 20px;
  background: #fff;
  z-index: 1;
}
.footerDefault {
    font-size: 1.4rem;
    line-height: 1;
    text-align: center;
}
.footerDefault .footerInner {
    padding: 13px 10px 15px 10px;
    border-top: 1px solid #d4d7db;
    background: #eee;
}
.footerDefault .commonLink {
    margin-bottom: 10px;
}
.footerDefault .commonLink li {
    display: inline;
}
.footerDefault .commonLink li:first-child:after {
    content: ' | ';
}
.footerDefault .subLink {
    font-size: 1.2rem;
    margin-bottom: 10px;
}
.footerDefault .subLink li {
    display: inline;
}
.footerDefault .subLink li:after {
    content: ' - ';
}
.footerDefault .subLink li:last-child:after {
    content: '';
}
.footerDefault small {
    font-size: 1.2rem;
    display: block;
    text-align: center;
}
