@charset "utf-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);

html {
  font-size: 100%;
  width: 100%;
}

body {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 20px;
  margin: 0 auto;
  color: #333;
  color: #333333;
  width: 750px;
  max-width: 100%;
  line-height: 1.5;
  box-sizing: border-box;
}

* {
  box-sizing: border-box;
}

a {
  text-decoration: none;
  display: block;
  color: #333;
}

p {
  margin-top: 0px;
  margin-bottom: 0px;
}

div img {
  vertical-align: top;
  width: 750px;
}

.center {
  text-align: center !important;
}

.box2 {
  position: relative;
}

.btn1 {
  position: absolute;
  top: 71%;
  width: 100%;
  margin: 0 auto;
}

.btn1 img {
  width: 90%;
}

.box23 {
  position: relative;
}

.btn2 {
  position: absolute;
  top: 77%;
  width: 100%;
  margin: 0 auto;
}

.btn2 img {
  width: 90%;
}

.serum {
  position: relative;
}

.btn4 {
  position: absolute;
  top: 40%;
  right:0%;
  width: 70%;
}

.btn4 img {
  width: 90%;
}
.btn5 {
  position: absolute;
  top: 77%;
  right:0%;
  width: 70%;
}

.btn5 img {
  width: 90%;
}
.cream {
  position: relative;
}

.btn6 {
  position: absolute;
  top: 39%;
  right:0%;
  width: 70%;
}

.btn6 img {
  width: 90%;
}
.btn7 {
  position: absolute;
  top: 77%;
  right:0%;
  width: 70%;
}

.btn7 img {
  width: 90%;
}

.box35 {
  position: relative;
}

.btn3 {
  position: absolute;
  top: 15%;
  width: 100%;
  margin: 0 auto;
}

.btn3 img {
  width: 90%;
}

.box4 img, .box5 img, .box8 img .box12 img, .box13 img, .box17 img, .box18 img, .box19 img, .box21 img, .box22 img {
  display: block !important;
}

/* 動画 */
.box22 {
  position: relative;
}

.movie-box {
  position: absolute;
  margin: 0 auto !important;
  top: 6%;
  left: 0 !important;
  right: 0 !important;
  text-align: center;
}


/* ボタンキラリ */
.kirari {
  overflow: hidden;
}

/* 画像ブロックの下マージンなし ※背景色が白の場合はコレなくていいかも */

.kirari::before {
  content: "";
  height: 100%;
  width: 30px;
  position: absolute;
  top: -180px;
  left: 0;
  background: rgba(255, 255, 255, 0.5);
  opacity: 0;
  -webkit-transform: rotate(45deg);
  -webkit-animation: kirari 2s ease-in-out infinite;
}

@keyframes kirari {
  0% {
    -webkit-transform: scale(0) rotate(25deg);
    opacity: 0;
  }

  75% {
    -webkit-transform: scale(0) rotate(25deg);
    opacity: 0.5;
  }

  76% {
    -webkit-transform: scale(4) rotate(25deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(50) rotate(25deg);
    opacity: 0;
  }
}


footer {
  background-color: #F2E9E9;
  margin: 0 auto;
  text-align: center;
  line-height: 3;
}

footer p {
  margin-top: 0;
  margin-bottom: 0;
  color: #707070;
  font-size: 14px;
}

/* 追従ボタン */

.fixed {
  position: fixed;
  width: 100%;
  bottom: 0;
  right: 0;
  text-align: right;
}

.fixed .btn_fix {
  display: inline-block;
  width: 100%;
}

.btn_fix img {
  max-width: 425px;
}

/* 特商法 */
.tokushou {
  padding: 20px;
  font-size: 14px;
  text-align: center;
  color: #707070 !important;
}

.tokushou a {
  color: #707070;
}


@media print,
screen and (min-width: 768px) {
  body .fixed {
    bottom: 5px;
    right: 5px;
  }
}



/* レスポンシブデザイン */
@media screen and (max-width: 768px) {


  .content {
    max-width: 100%;
  }

  img {
    max-width: 100%;
    height: auto;
  }




  footer {
    max-width: 100%;
    font-size: 0.4rem;
    height: 150px;
  }


  .btn_fix img {
    width: 100%;
  }

  .footer-p {
    font-size: 13px;
  }

  .copy p {
    font-size: 0.7rem;
  }

  /* 特商法 */
  .tokushou {
    font-size: 12px;
  }
}