@charset "utf-8";
@media screen and (min-width: 750px) {
  #ctl00_ContentPlaceHolder1_upUpdatePanel,
  .wrap-order,
  .order-unit{
    width: 75rem !important;
    display: block;
    margin: 0 auto !important;
  }
}
#conversion {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  width: 75rem;
  margin: 0 auto;
  /* display: none; */
  background: rgba(255, 255, 255, 0.7);
  padding-top: 1.5rem;
}

#conversion {
  display: none;
}

#conversion.is-visible {
  display: block;
}

#conversion.fade {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease;
}
#conversion.is-visible.fade {
  opacity: 1;
  visibility: visible;
}

/*きらっと光る*/
.btnshine {
  position: relative;
  display: inline-block;
  color: #fff;
  text-decoration: none;
  outline: none;
  overflow: hidden;
  border-radius: 5.9rem;
}

/*キラッと光る*/
.btnshine::before {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.3) 100%
  );
  transform: skewX(-25deg);
  z-index: 5;
}

/*hoverした際の移動のアニメーション*/
.btnshine::before {
  animation: shine 1.5s infinite;
}

@keyframes shine {
  100% {
    left: 125%;
  }
}

.fuwafuwa {
  animation: fuwafuwa 3s ease-in-out infinite alternate;
  display: inline-block;
  transition: 1.5s ease-in-out;
}

@keyframes fuwafuwa {
  0% {
    transform: translate(0, 0) rotate(-7deg);
  }

  50% {
    transform: translate(0, -7px) rotate(0deg);
  }

  100% {
    transform: translate(0, 0) rotate(7deg);
  }
}

.bounce {
  animation: bounce 2s ease-in-out;
}

@keyframes bounce {
  0% {
    transform: translateY(-45%);
    animation-timing-function: ease-in;
    opacity: 1;
  }

  24% {
    opacity: 1;
  }

  40% {
    transform: translateY(-24%);
    animation-timing-function: ease-in;
  }

  65% {
    transform: translateY(-12%);
    animation-timing-function: ease-in;
  }

  82% {
    transform: translateY(-6%);
    animation-timing-function: ease-in;
  }

  93% {
    transform: translateY(-4%);
    animation-timing-function: ease-in;
  }

  25%,
  55%,
  75%,
  87% {
    transform: translateY(0%);
    animation-timing-function: ease-out;
  }

  100% {
    transform: translateY(0%);
    animation-timing-function: ease-out;
    opacity: 1;
  }
}

sup {
  vertical-align: super;
  font-size: smaller;
  position: relative;
  top: -2rem;
}

/* gblock */
.gBlock {
  position: relative;
  padding: 3rem 0 0;
}

.gBlock01 {
  margin-top: -12rem;
  padding: 10rem 0 3rem 0;
  background: url(../img/gbBlock01Bg.webp);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
}

.gBlockTT {
  position: relative;
  display: inline-block;
  left: 50%;
  transform: translateX(-50%);
  padding: 0 3rem;
  /* background: url(../img/gBlockTTBg.webp); */
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
}

.gBlockTT span:last-child {
  display: inline-block;
  color: #fff893;
  background-color: #e53469;
  padding: 0 0.7rem 0;
  line-height: 1.2;
}

.gBtn {
  display: block;
  margin: 0.5rem auto 0;
  width: 68.5rem;
  margin-bottom: 1.8rem;
}

.gBtn a {
  display: flex;
  align-items: center;
  height: 13.85rem;
  text-decoration: none;
  /* background: url(../img/btnGbBg.webp) no-repeat center; */
  background-size: 100% 100%;
}

.gBtn a span {
  margin-top: -1.1rem;
  margin-left: 14rem;
}

.gPhone {
  display: block;
  margin: 0 3.5rem;
  padding: 2rem 1rem;
  background-color: #dcf0b9;
  border-radius: 1rem;
}

.gPhoneTT {
  display: inline-block;
  left: 50%;
  transform: translateX(-50%);
  padding: 0 1rem 1rem 1rem;
  border-bottom: 0.4rem dotted #68a400;
}

.gPhoneNumber {
  display: block;
  color: #271500;
  text-decoration: none;
  padding-top: 0.8rem;
}

/* header */
header {
  position: relative;
  /* display: flex;
  justify-content: center;
  align-items: center;
  background: url(../img/headerBg.webp);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center; */
  padding: 0;
  z-index: 1;
}
/* fv */
.fv {
  position: relative;
  overflow: hidden;
  width: 100%;
  background: url(../img/fvBg.webp);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position-y: 5rem;
}

.fvTxt {
  position: relative;
  display: block;
  margin: -3.2rem auto 0;
  width: 100%;
  z-index: 2;
}

.fvContent {
  position: relative;
  display: block;
  margin: -14.5rem 0 0 auto;
  width: 69.8rem;
  z-index: 1;
}
/* end fv */

/* commit */
.commit {
  position: relative;
  background: url(../img/commitBg.webp);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding-bottom: 3rem;
}

.commit img {
  display: block;
  margin: 0 auto;
  width: 100%;
}

.commit p {
  width: 70.8rem;
  display: block;
  margin: 0 auto;
  margin-top: -2rem;
}
/* end commit */

/* onlyWeb */
.onlyWeb {
  position: relative;
  background: url(../img/onlyWebBg.webp);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  padding-top: 6rem;
}

.onlyWebImg {
  display: block;
  margin: 0 auto;
  width: 100%;
}
/* end onlyWeb */

/* body */
.body {
  position: relative;
  background: url(../img/bodyBg.webp);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  padding: 8rem 0 7.5rem;
  z-index: 3;
}

.bodyTT {
  display: block;
  margin: 0 auto;
  width: 55.6rem;
}

.bodyContent p {
  width: 55rem;
  position: absolute;
  left: 14rem;
}

.bodyContent p:nth-child(2) {
  top: 12.8rem;
}

.bodyContent p:nth-child(3) {
  top: 23.8rem;
}

.bodyContent p:nth-child(4) {
  top: 35rem;
}

.bodyContent p:last-child {
  top: 47.5rem;
}
/* end body */

/* important */
.important {
  position: relative;
  background: url(../img/importantBg.webp);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  padding: 20rem 0 11rem 0;
}

.importantTT {
  display: block;
  margin: 0 auto;
  width: 62rem;
}

.importantItem {
  width: 67rem;
  display: block;
  margin: 0 auto;
  padding: 14rem 0 2rem;
}

.importantItem01 {
  background: url(../img/importantItem01.webp);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
}

.importantItem02 {
  background: url(../img/importantItem02.webp);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  margin-top: 3.5rem;
}

.importantItem03 {
  background: url(../img/importantItem03.webp);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  margin-top: 3.5rem;
}

.importantImg {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 42rem;
}
/* end feature */

/* careful */
.careful {
  background: url(../img/carefulBg.webp);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  background-position-y: -4rem;
  margin-top: -8rem;
}

.carefulTT {
  position: relative;
  display: block;
  margin: 0 auto 5.5rem;
  width: 63rem;
}

.carefulImg {
  display: block;
  margin: 0 auto;
  width: 67.5rem;
}
/* end careful */

/* whiteAll */
.whiteAll {
  background: url(../img/whiteAllBg.webp);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  margin-top: -5rem;
  padding-top: 37rem;
}

.whiteAllTT {
  display: block;
  margin: 0 auto;
  width: 52.6rem;
}

.whiteAllTxt {
  display: block;
  margin: 0 0 0 auto;
  width: 36rem;
}

.whiteAllImg {
  display: block;
  margin: 4rem auto 0 1rem;
  width: 100%;
}

.whiteAllImg02 {
  display: block;
  margin: 3.5rem auto 0;
  width: 90%;
}
/* end whiteAll */

/* userVoice */
.userVoice {
  background: url(../img/userVoiceBg.webp);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  padding-top: 4rem;
  padding-bottom: 5rem;
}

.userVoiceTT {
  display: block;
  margin: 0 auto 6rem;
  width: 43rem;
}

.userVoiceItem {
  position: relative;
  height: 86rem;
}

.userVoice .item01 {
  background: url(../img/voiceItem01.webp);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
}

.userVoice .item02 {
  background: url(../img/voiceItem02.webp);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  position: relative;
  left: 0.5rem;
}

.userVoice .item03 {
  background: url(../img/voiceItem03.webp);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
}

.userVoiceHead {
  width: 62rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #b2882e;
  position: relative;
  top: 5rem;
  left: 7rem;
}

.userVoice .item03 .userVoiceHead {
  top: 4rem;
}

.userVoiceNum {
  position: relative;
}

.userVoiceNum::before {
  content: "VOICE";
  position: absolute;
  font-size: 3.5rem;
  font-family: "Cinzel", sans-serif;
  color: #b2882e;
  top: -1.5rem;
  left: 50%;
  transform: translateX(-50%);
}

.userVoiceText {
  width: 32.5rem;
  position: relative;
  top: 18rem;
  left: 38rem;
}

.userVoice .item02 .userVoiceText {
  left: 7rem;
}

.userVoiceNote {
  position: absolute;
  width: 60rem;
  bottom: 5rem;
  left: 9rem;
}

.userVoice .item03 .userVoiceNote {
  bottom: 3.5rem;
}
/* end userVoice */

/* medic */
.medic {
  background: url(../img/medicBg.webp);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  padding-top: 5rem;
  padding-bottom: 2rem;
}

.medicTT::before {
  content: "";
  position: absolute;
  width: 9rem;
  height: 0.2rem;
  background-color: #ffff;
  left: 7rem;
  top: 50%;
  transform: translateX(-50%);
}

.medicTT::after {
  content: "";
  position: absolute;
  width: 9rem;
  height: 0.2rem;
  background-color: #ffff;
  right: -2rem;
  top: 50%;
  transform: translateX(-50%);
}

.medicContent {
  position: relative;
}

.medicTxt {
  width: 70rem;
  display: block;
  margin: 0 auto;
  padding: 2rem;
  background-color: rgba(255, 255, 255, 0.6);
  position: absolute;
  top: 62rem;
  left: 50%;
  transform: translateX(-50%);
  line-height: 1.4;
}

.medicContent .gBlock {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
}
/* end medic */

/* step */
.step {
  background: url(../img/stepBg.webp);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
}

.stepDose {
  display: inline-block;
  position: absolute;
  top: 44.5rem;
  left: 17rem;
}

.stepTxt {
  display: inline-block;
  position: absolute;
  text-align: left;
  line-height: 1.4;
  width: 63rem;
  top: 61rem;
  left: 50%;
  transform: translateX(-50%);
  padding: 2rem;
}

.stepGif {
  position: absolute;
  width: 62rem;
  top: 78.5rem;
  left: 50%;
  transform: translateX(-50%);
}

.step02 .stepDose {
  display: block;
  position: absolute;
  top: 39.5rem;
  left: 16rem;
}

.step02 .stepTxt {
  top: 57rem;
}

.step02 .stepGif {
  top: 88rem;
}

.step03 .stepDose {
  width: 63rem;
  top: 40rem;
  line-height: 1;
  left: 50%;
  transform: translateX(-50%);
}
/* end step */

/* trust */
.trust {
  background: url(../img/trustBg.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  padding: 26rem 0 5rem;
}

.trustTT {
  display: block;
  margin: 0 auto;
  width: 63rem;
}

.trustContent {
  display: block;
  width: 63rem;
  margin: 0 auto;
  padding: 5rem 2rem 2rem;
  background-color: rgba(255, 255, 255, 0.6);
}

.trustContentTT {
  display: block;
  margin: 0 auto;
  width: 57.3rem;
}

.trustNote {
  margin-top: 3rem;
  padding: 3.5rem 3rem;
  color: #fff;
  background-color: #accae5;
}
/* end trust */

/* result */
.result {
  background: url(../img/resultBg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-top: -1.5rem;
  padding-bottom: 10rem;
}

.resultContent {
  position: relative;
  display: block;
  margin: 0 auto;
  width: 100%;
  z-index: 2;
}

.resultImg {
  position: relative;
  display: block;
  margin: -6rem auto 0;
  width: 67rem;
  z-index: 1;
}
/* end result */

/* qa */
.qa {
  padding: 6rem 0;
}

.qaTT h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  line-height: 0.5;
}

.qaTT h2 span.cinzel {
  color: #becde3;
}

.qaTT img {
  width: 8.7rem;
  display: block;
}

.qaQ {
  position: relative;
  width: 71rem;
  height: 15rem;
  background-color: #dce6f3;
  padding: 0 10rem 0 3rem;
  cursor: pointer;
  display: flex;
  align-items: center;
}

.qaQ::before {
  content: "";
  position: absolute;
  width: 3.3rem;
  height: 3.3rem;
  background: url(../img/arrUp.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  top: 50%;
  right: 3rem;
  transform: translateY(-50%);
  transition: transform 0.3s ease-in-out;
}

.qaQ.active::before {
  background: url(../img/arrDown.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transition: 0.3s ease-in-out;
}

.qaA {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.qaA.active {
  opacity: 1;
}
/* end qa */

/* product */
.product{
  padding-bottom: 5rem;
}

.productLabel {
  background-color: #587284;
}

table {
  width: 63rem;
  margin: 0 auto;
  border-collapse: collapse;
  border: 1px solid #587284;
}

th,
td {
  border: 1px solid #587284;
  text-align: center;
  vertical-align: middle;
}

thead th {
  background-color: #587284;
  color: #fff;
  padding: 1.2rem 0;
}

thead th:first-child {
  border-right: 1px solid #fff;
}
thead th:last-child {
  border-left: 1px solid #fff;
}

tbody td {
  background-color: #fff;
  color: #587284;
  padding: 2.5rem 0;
}

.productFirstTbl thead th:first-child,
.productFirstTbl tbody td:first-child {
  width: 70%;
  text-align: left;
  padding-left: 3rem;
}

.productFirstTbl thead th:last-child,
.productFirstTbl tbody td:last-child {
  width: 40%;
}

thead th:last-child,
tbody td:last-child {
  width: 40%;
}

.coha::after {
  position: absolute;
  content: "（天然型ビタミンE）";
  width: 14rem;
  font-size: 1.4rem;
  left: 50%;
  transform: translateX(-50%);
  bottom: -1.5rem;
}

table.dose-table {
  width: 63rem;
  margin: 0 auto;
  border-collapse: collapse;
}

.dose-table thead th + th {
  border-left: 1px solid #fff;
}

.dose-table thead th:nth-child(1),
.dose-table tbody td:nth-child(1) {
  width: 40%;
}
.dose-table thead th:nth-child(2),
.dose-table tbody td:nth-child(2) {
  width: 30%;
}
.dose-table thead th:nth-child(3),
.dose-table tbody td:nth-child(3) {
  width: 30%;
}

.dose-tableTH {
  position: relative;
}

.dose-tableTH::before {
  content: "";
  position: absolute;
  height: 5.579rem;
  width: 0.1rem;
  background-color: #fff;
  top: 50%;
  transform: translateY(-50%);
  left: -0.1rem;
}

.productLastTbl thead th:first-child,
.productLastTbl tbody td:first-child {
  width: 40%;
}

.productLastTbl thead th:last-child,
.productLastTbl tbody td:last-child {
  width: 60%;
}
.productLastTbl tbody td:last-child {
  text-align: left;
  padding-left: 3rem;
}

.productDetails .productItem .productNote {
  width: 63rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  margin-top: 5rem;
  padding: 2rem 0;
  background-color: #dce6f3;
  line-height: 1.4;
}
/* end product */
