@charset "utf-8";

html,
body {
  background-color: #000;
}

.m-main {
  background-color: #fff;
}

#main.m-main .linkArea .btn {
  margin-left: auto;
  margin-right: auto;
}

.fw.vitality_products {
  background-color: #f6f6f6;
}

.fw.vitality_products.m-body {
  background-color: #f6f6f6;
}

.vitality_products .txtSquare {
  text-align: center;
}

.vitality_products .txtSquare span {
  padding: 0.5em 3.5em;
  font-size: 20px;
  line-height: 20px;
  display: inline-block;
  background-color: #e50112;
  color: #fff;
  font-weight: bold;
}

.vitality_products .ttlMain {
  margin-top: 25px;
  margin-bottom: 70px;
  font-size: 24px;
  text-align: center;
  font-weight: bold;
  line-height: 1.6;
}

.vitality_products .ttlMain .ttlRed {
  font-size: 36px;
}

.vitality_products *+.ttlCircle {
  margin-top: 40px;
}

.vitality_products .ttlCircle {
  position: relative;
  margin-bottom: 20px;
}

.vitality_products .ttlCircle .circleInner {
  background-color: #f6f6f6;
  width: 160px;
  margin: 0 auto;
  position: relative;
  z-index: 10;
  font-weight: bold;
  font-size: 20px;
}

.vitality_products .ttlCircle .circleInner span {
  width: 110px;
  height: 110px;
  margin: 0 auto;
  text-align: center;
  color: #ffffff;
  line-height: 110px;
  background-color: #e50112;
  border-radius: 100px;
  display: block;
}

.vitality_products .ttlCircle::after {
  content: '';
  height: 2px;
  position: absolute;
  background-color: #cccccc;
  left: 0;
  right: 0;
  top: 50%;
}

.vitality_products .ttlRed {
  color: #e50112;
}

.vitality_products .txtLead {
  margin-top: 33px;
}

.vitality_products #app-reward .txtLead {
  margin-top: 0;
}

.vitality_products .txtDate {
  margin-top: 30px;
  font-size: 14px;
}

.vitality_products #reward .txtDate+* {
  margin-top: 5px;
}

.vitality_products .listReward {
  margin: 30px 0 80px;
  width: 960px;
}

.vitality_products .appReward--disabled {
  display: none;
}

.vitality_products .appReward--disabled+.ttlNormal {
  margin-top: 30px;
}

.vitality_products .listReward .itemReward a {
  display: table;
  vertical-align: middle;
  padding: 20px 0 15px;
  height: 190px;
  background-color: #fff;
  position: relative;
}

.vitality_products .listReward .itemReward a:after {
  background: url('/mobile/set/data/vitality/products/lib/img/p/icon_blank.png') no-repeat;
  content: '';
  top: 12px;
  right: 12px;
  width: 16px;
  height: 16px;
  position: absolute;
}

.vitality_products .listReward .itemReward a:before {
  display: none;
}

.vitality_products .listReward .itemReward:nth-child(n+3) {
  margin-top: 10px;
}

.vitality_products .listReward .thunmbReward {
  display: table-cell;
  padding-left: 45px;
  width: 30%;
  text-align: center;
  vertical-align: middle;
}

.vitality_products .listReward .detailReward {
  display: table-cell;
  width: 70%;
  padding: 0 40px;
  vertical-align: middle;
}

.vitality_products .listReward .detailReward .nameReward {
  font-size: 22px;
  font-weight: bold;
}

.vitality_products .listReward .detailReward .listSpec {
  margin-top: 10px;
  letter-spacing: -.4em;
  padding-right: 30px;
}

.vitality_products .listReward .detailReward .listSpec li {
  display: inline-block;
  font-size: 14px;
  background-color: #dddddd;
  padding: 5px 7px;
  margin: 2px;
  letter-spacing: normal;
  line-height: 14px;
}

.vitality_products .listReward .detailReward .listSpec li.disable {
  background-color: #eeeeee;
  color: #bbbbbb;
}

.vitality_products .figCoupon+* {
  margin-top: 45px;
}

/* floatBtn */

.vitality_products #float-btn {
  background-color: rgba(000, 000, 000, 0.75);
  text-align: center;
  position: fixed;
  bottom: -150px;
  left: 0;
  width: 100%;
  padding: 20px 0;
  z-index: 100;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
}

.vitality_products #float-btn .btn {
  margin: 0 auto;
}

.vitality_products #float-btn.on {
  bottom: 0;
}

.vitality_products #overRay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
  padding: 5% 0;
  box-sizing: border-box;
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.vitality_products #modalContain {
  width: 100%;
  height: 100%;
}

.vitality_products #modalInner {
  max-width: 980px;
  width: 100%;
  margin: 0 auto;
  display: block;
  height: 100%;
  position: relative;
}

.vitality_products #modalInner:after {
  content: '';
  background: url('/mobile/set/data/vitality/products/lib/img/p/icon_close.png');
  width: 60px;
  height: 60px;
  position: absolute;
  top: -60px;
  right: -30px;
  cursor: pointer;
}

.scroll-container {
  width: 100% !important;
  height: 100% !important;
  -webkit-overflow-scrolling: touch !important;
}

.vitality_products #modalFrame {
  max-width: 980px;
  width: 100%;
  height: 100%;
}

.vitality_products .copyRight {
  font-size: 10px;
  margin-top: 20px;
  text-align: left;
  line-height: 1.5;
}

.m-bg-gray01 {
  background-color: #f6f6f6;
}

.m-bg-gray02 {
  background-color: #eee;
}

#attention {
  padding: 80px 0;
}

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

.ttlRibon {
  zoom: 100%;
}

.ttlRibonLabel {
  float: left;
  width: 96px;
  color: #fff;
  background: #00b2b0;
  position: relative;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
}

.ttlRibonLabel:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 48px 15px 48px;
  border-color: #00b2b0 #00b2b0 transparent #00b2b0;
  left: 0;
  bottom: -15px;
}

.ttlRibonTxtLeft .ttlRibonLabel {
  padding: 69px 5px 40px;
}

.ttlRibonTxt {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.5;
}

.ttlRibonTxtLeft .ttlRibonTxt {
  padding-top: 50px;
  padding-left: 125px;
  text-align: left;
  padding-bottom: 10px;
}

.ttlRibonTxtCenter .ttlRibonLabel {
  padding: 57px 5px 40px;
}

.ttlRibonTxtCenter .ttlRibonTxt {
  text-align: center;
  padding: 50px 96px 50px 96px;
}

/* floatBtn */

@media screen and (orientation: landscape) and (min-width:601px) and (max-width:989px) {

  .vitality_products #modalContain,
  .vitality_products #modalInner,
  .vitality_products .scroll-container {
    max-width: 90%;
    margin: 0 auto;
  }
}

@media (max-width: 600px) {
  .vitality_products .txtSquare span {
    font-size: 13px;
    line-height: 13px;
    padding: 0.5em 3em;
  }

  .vitality_products .ttlMain {
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 35px;
    line-height: 1.45;
  }

  .vitality_products .ttlMain .ttlRed {
    font-size: 24px;
  }

  .vitality_products *+.ttlCircle {
    margin-top: 20px;
  }

  .vitality_products .ttlCircle {
    margin-bottom: 17px;
  }

  .vitality_products .ttlCircle .circleInner {
    width: 100px;
    font-size: 14px;
  }

  .vitality_products .txtLead {
    margin-top: 28px;
  }

  .vitality_products #app-reward .txtLead {
    margin-top: 28px;
  }

  .vitality_products .ttlCircle .circleInner span {
    width: 60px;
    height: 60px;
    line-height: 60px;
  }

  .vitality_products .listReward {
    width: 100%;
    margin: 25px 0 36px;
  }

  .vitality_products .listReward .itemReward a {
    padding: 14px 0;
    height: auto;
  }

  .vitality_products .listReward .itemReward a:after {
    background: url('/mobile/set/data/vitality/products/lib/img/s/icon_blank.png') no-repeat;
    content: '';
    top: 7px;
    right: 8px;
    width: 12px;
    height: 12px;
    position: absolute;
    background-size: contain;
  }

  .vitality_products .listReward .thunmbReward {
    padding-left: 31px;
  }

  .vitality_products .listReward .thunmbReward img {
    width: 71px;
  }

  .vitality_products .listReward .detailReward {
    padding: 0 20px 0 30px;
  }

  .vitality_products .listReward .detailReward .nameReward {
    font-size: 14px;
  }

  .vitality_products .listReward .detailReward .listSpec {
    padding-right: 0;
  }

  .vitality_products .listReward .detailReward .listSpec li {
    font-size: 12px;
    line-height: 12px;
    padding: 2px 5px;
  }

  .vitality_products .listReward .itemReward:nth-child(n+2) {
    margin-top: 10px;
  }

  .vitality_products .figCoupon {
    width: 125px;
    margin: 20px auto 0;
  }

  .vitality_products .figCoupon+* {
    margin-top: 32px;
  }

  .vitality_products .copyRight {
    margin-top: 10px;
  }

  .vitality_products #overRay {
    padding: 14% 20px 7%;
  }

  .vitality_products #modalInner:after {
    content: '';
    background: url('/mobile/set/data/vitality/products/lib/img/s/icon_close.png') no-repeat;
    background-size: contain;
    width: 44px;
    height: 44px;
    position: absolute;
    top: -44px;
    right: -22px;
  }

  .scroll-container {
    width: 100% !important;
    height: 98% !important;
    -webkit-overflow-scrolling: touch !important;
    overflow: scroll;
  }

  .vitality_products #reward .txtDate {
    margin-top: 20px;
    font-size: 12px;
  }

  .ttlRibonLabel {
    width: 64px;
    font-size: 20px;
    padding: 44px 5px;
  }

  .ttlRibonLabel:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 32px 12px 32px;
    border-color: #00b2b0 #00b2b0 transparent #00b2b0;
    bottom: -12px;
  }

  .ttlRibonTxtLeft .ttlRibonLabel {
    padding: 44px 5px;
  }

  .ttlRibonTxtCenter .ttlRibonLabel {
    padding: 34px 5px 20px;
  }

  .ttlRibonTxt {
    font-size: 20px;
  }

  .ttlRibonTxtLeft .ttlRibonTxt {
    padding-top: 40px;
    padding-left: 86px;
  }

  .ttlRibonTxtCenter .ttlRibonTxt {
    padding: 30px 55px 30px 71px;
  }

  .fw#products.products_detail #main.m-main {
    padding-bottom: 130px;
  }

  #main.m-main .linkArea .btn {
    bottom: -45px;
  }
}