@charset 'UTF-8';

/* ===================================================================
CSS information
 file name  :  style.css
 style info :  Regain健康訴求SP style CSS
=================================================================== */
/* ---------------------------------------
header, main, footer
--------------------------------------- */
header,
main,
footer {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
  background-color: #fff;
}

* {
  box-sizing: border-box;
}

main {
  overflow-x: hidden;
}
h2 img{
  max-width: 100%;
}

/*本日の販売終了のカウントダウンバナー*/
#countdown {
  line-height: 0;
  position: relative;
  display: block;
  width: 100%;
  max-width: 750px;
  height: auto;
  margin: 0 auto;
}

#countdown.fixed {
  position: fixed;
  z-index: 1;
  top: 0;
}

#countdown input {
  width: 100%;
  border-radius: 0;
  -webkit-appearance: none;
}

#countdown ul {
  position: absolute;
  bottom: 0;
  display: flex;
  width: 7.5%;
  margin-bottom: 3.3%;
  list-style: none;
}

#countdown ul li {
  width: 100%;
  height: auto;
  margin-left: 1%;
}

#countdown ul.hour {
  right: 48.8%;
}

#countdown ul.minute {
  right: 33%;
}

#countdown ul.second {
  right: 20.6%;
}

@media only screen and (max-width: 736px) {
  #countdown ul.hour {
    right: 48%;
  }

  #countdown ul.minute {
    right: 32.3%;
  }

  #countdown ul.second {
    right: 19.8%;
  }
}

/* ---------------------------------------
MV
--------------------------------------- */
.mv {
  position: relative;
  width: 100%;
  background: url('../img/mv6.jpg?220124') no-repeat center top;
  background-size: cover;
  padding-top: 5vw;
  height: 266vw;
  text-align: center;
}


.mv .inner{
  position: relative;
  padding: 0 3% 0;
  margin: 0 auto;
}
.mv .inner p:first-child{
margin-bottom: 6vw;
}
.mv .inner p:nth-child(2){
  margin-bottom: 128vw;
  }
.mv span {
  position: absolute;
  top: -2%;
}
@media screen and (min-width: 750px) {
  .mv {
    padding-top: 30px;
height: 2000px;
  }
  .mv .inner p:first-child{
    margin-bottom: 38px;
    }
    .mv .inner p:nth-child(2){
      margin-bottom: 968px;
      }
}
/* ---------------------------------------
プレゼントエリア
--------------------------------------- */
.present {
  padding: 3% 0;
  width: 100%;
  background: url('../img/present_bg_sp2.jpg?220124') no-repeat center top;
  background-size: cover;
}
.inner_present {
  position: relative;
  /* width: 1000px; */
  padding: 3% 3% 0;
  /* height: 626px; */
  margin: 0 auto;
}

.inner_present h1,.inner_present p{
  margin-bottom: 20px;
}
/* .inner_present p:last-of-type{
  margin-bottom: 0px;
} */

.box_campain{
  background-color: #fff;
  padding:1em;
  margin-bottom: 6%;
}
.inner_present h3 img,.inner_present h4 img,.inner_present p img{
width: 100%;
}
.box_campain h4{
font-size: 16px;
font-weight: bold;
margin-bottom: .3em
}
.box_campain p{
font-size: 15px;
margin-bottom: .7em
}
.box_campain ul {
  padding-left: 1.5em;
}
.box_campain ul li{
  font-size: 15px;

}
.box_caution {
    /* width: 200px;  */
    padding:10px;
    height: 200px;
    border: 1px solid rgb(192, 192, 192); 
    overflow-y: scroll; 
  
}




/* ---------------------------------------
コンバージョンエリア
--------------------------------------- */

.cv_ttl {
  background: #000;
  padding: 5%;
}
.btnArea {
  position: relative;
}

.cv {
  /* background: linear-gradient(90deg, #b80126 0%, #b80126 8%, #b80126 92%, #9b0020 100%); */
  background: #980422 url('../img/cv_bg_sp.png?220124') no-repeat center top;
  background-size: contain;
  /* Android対策 */
  padding: 7% 5%;
}
.cv.cv2 {
  /* background: linear-gradient(90deg, #b80126 0%, #b80126 8%, #b80126 92%, #9b0020 100%); */
  background: #980422 url('../img/cv_bg_sp_2.png?220124') no-repeat center top;
  background-size: contain;

}
.cv h2{
margin-bottom: 1em;
}
.cv h2:first-child{
  margin-bottom: 15%;
}

.cv h2.anata {
  position: relative;
}

.cv h2.anata span {
  position: absolute;
  top: -24%;
}

@media screen and (min-width: 750px) {
  .cv h2.anata span {
    top: -46px;
  }
}
.cv .btnArea{
  margin-bottom: 3%;
}
.cv .btnArea form {
  position: absolute;
  width: 100%;
  text-align: center;
}

.cv1 .btnArea form {
  bottom: 2%;
  left: 0.5%;
}

.cv2 .btnArea form {
  bottom: 2%;
}

.cv .btnArea .btn {
  width: calc(602 / 750 * 100vw);
  max-width: 602px;
  border-radius: calc(10 / 750 * 100vw);
/* ボタン無効化 ここから*/
  /* opacity: .5;
  pointer-events : none; */
  /* ボタン無効化 ここまで*/
}
/* ボタン無効化 ここから*/
/* .cv .btnArea::before {
  content: '';
  position: absolute;
  top: 33vw;
  width: 60%;
  margin: 0 auto;
  left: 0;
  right: 0;
  background: url(../img/cs.png) top center no-repeat;
  background-size: contain;
  z-index: 100;
  height: 124px;
} */
/* ボタン無効化 ここまで*/

@media screen and (min-width: 750px) {
  .cv2 .btnArea form {
    bottom: 30px;
    right: -10px;
  }
  /* ボタン無効化 ここから*/
  /* .cv .btnArea::before {
    top: 260px;
  } */
  /* ボタン無効化 ここまで*/
}

/* ---------------------------------------
メディア
--------------------------------------- */
.magazine {
  background: url('../img/magazine_bg.png') top center repeat-y;
  background-size: contain;
}

/* ---------------------------------------
トリプルフォース3つのポイント
--------------------------------------- */
.point_box {
  position: relative;
}

.point_box .gif {
  position: absolute;
  bottom: 3%;
  width: 100%;
  padding: 0 7%;
  text-align: center;
}

.point_box .gif img {
  width: calc(700 / 750 * 100vw);
}

@media screen and (min-width: 750px) {
  .point_box .gif img {
    width: 650px;
  }
}

/* ---------------------------------------
3つのこだわり
--------------------------------------- */
.kodawari {
  margin-bottom: 60px;
}

@media screen and (min-width: 750px) {
  .kodawari {
    margin-bottom: calc(60 / 750 * 100vw);
  }
}

/* ---------------------------------------
糖化に着目1
--------------------------------------- */
.touka1 h2 {
  position: relative;
  width: 100%;
  margin-bottom: calc(100/750*100vw);
}

.touka1 h2 span {
  position: absolute;
  bottom: calc(-120/750*100vw);
  left: 0;
  width: 100%;
  text-align: center;
}

@media screen and (min-width: 750px) {
  .touka1 h2 span {
    bottom: calc(-90/750*100vw);
  }
}

/* ---------------------------------------
糖化に着目2
--------------------------------------- */
.touka2 h2 {
  padding-top: 20%;
}

/* ---------------------------------------
獲得
--------------------------------------- */
.kakutoku p {
  position: relative;
}

.kakutoku span.sarani {
  position: absolute;
  top: -6.5%;
}

/* ---------------------------------------
フッター
--------------------------------------- */
footer {
  padding-bottom: 10px;
}

footer h1 {
  margin-bottom: 10px;
}

footer .copyright {
  font-size: 1.0rem;
  line-height: 2.4;
  text-align: center;
}

footer .copyright a {
  text-decoration: underline;
  color: #dc143c;
}
