html {
  font-size: 62.5%;
  display:flex;
  justify-content: center;
}

#tblLayout {
 margin: auto;
}

@media screen and (max-width: 1200px) {
  html {
    font-size: calc(10 * (100vw / 1200));
  }
}

@media screen and (max-width: 768px) {
  html {
    font-size: 62.5%;
  }
}


/* SP */
@media screen and (max-width: 375px) {
  html {
    font-size: calc(10 * (100vw / 375));
  }
}

.l-container {
  max-width: 75rem;
  margin: 0 auto;
  background-color: #fbfffd;
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
  font-weight: 500;
  color: #000;
  letter-spacing: 0;
}

.l-container img {
  width: 100%;
  display: block;
}

.l-container a {
  text-decoration: none;
}

.l-container .pink {
  color: #ff6458;
}

.l-container .highlight {
  background: #fffbc9;
}

.l-container .txt-regular {
  display: block;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: calc(22 / 15);
  margin-top: 10px ;
}

.l-container .txt-medium {
  font-size: 2.8rem;
  line-height: calc(40 / 28);
}

.l-container .w450 {
  width: 45rem;
}

.l-container .icon {
  width: 12rem;
  height: 12rem;
  border-radius: 100%;
  overflow: hidden;
  padding: 0;
}

.l-container .fv h1 {
  position: relative;
  z-index: 2;
  padding: 0;
}

.l-container .survey {
  position: relative;
  z-index: 1;
  padding: 3rem 0;
}

.l-container .survey::after {
  content: "";
  position: absolute;
  z-index: -1;
  background: url("../img/bg.png") repeat-y 0 0 / auto auto;
  top: -8rem;
  left: 0;
  bottom: 0;
  width: 100%;
}

.l-container .survey-box {
  display: none;
  justify-content: space-between;
  padding: 0 4rem 0 3.2rem;
  margin-bottom: 3rem;
}

.l-container .survey-box.active {
  display: flex !important;
}

.l-container .survey-content {
  width: 51rem;
}

.l-container .question-block {
  background-color: #fff1dc;
  border-radius: 1rem;
  position: relative;
  padding: 2rem 3rem 2rem 4rem;
  margin-bottom: 2.4rem;
  min-height: 12rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.l-container .question-block::before {
  content: "";
  position: absolute;
  border-top: 1.5rem solid transparent;
  border-right: 2.8rem solid #fff1ce;
  border-bottom: 1.5rem solid transparent;
  left: -2.4rem;
  top: 4.5rem;
}

.l-container .question-text {
  font-size: 2.8rem;
  line-height: calc(40 / 28);
}

.l-container .question-text p {
  margin-bottom: 4rem;
  letter-spacing: 0;
}

.l-container .question-text p:last-child {
  margin-bottom: 1.5rem;
}

.l-container .question-heading {
  font-size: 4.2rem;
  font-weight: 700;
  font-family: "Arial", "Helvetica", sans-serif;
  font-style: italic;
}

.l-container .answer {
  border: .2rem solid #c7c7c7;
  border-radius: 1rem;
  background-color: #fff;
  padding: 2rem 3rem 2rem 3.9rem;
  margin-bottom: 2.6rem;
}

.l-container .answer label {
  font-size: 3.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  background-color: #fff0ef;
  text-align: center;
  padding: 1.5rem .5rem;
  margin: 2.2rem 0;
  min-height: 7.9rem;
  border-radius: 1rem;
}

.l-container .answer input {
  display: none;
}

.l-container .answer input:checked ~ label {
  background-color: #ff6458;
  color: #fff;
}

.l-container .video_01 {
  margin-left: -1rem;
}

.l-container .img_01 {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

.l-container .img_02 {
  margin: -2.2rem 0 2.4rem -1rem !important;
}

.img_04 {
  margin: -1.9rem -1.6rem 1rem -2.8rem !important;
}

.l-container small {
  font-size: 1.8rem;
}

.l-container .answer-note {
  margin: 2.5rem -1rem 2.3rem;
  font-size: 1.8rem;
  line-height: calc(26 / 18);
  font-weight: 400;
}

.l-container sub {
  font-weight: 400;
  bottom: 0;
}

.l-container .question-note {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: calc(20 / 16);
  margin: 0 -1rem 4rem;
}

.l-container .cta {
  display: none;
}

.l-container .cta-content {
  position: relative;
}

.l-container .cta-btn {
  position: absolute;
  top: 75%;
  left: 50%;
  transform: translateX(-50%);
  width: 60.8rem;
  animation: move 1.5s ease infinite;
}

.l-container .cta-btn:hover {
  opacity: 0.7;
}

@keyframes move {
  0% {
    transform: translateY(0) translateX(-50%);
  }
  50% {
    transform: translateY(-5%) translateX(-50%);
  }
  100% {
    transform: translateY(0) translateX(-50%);
  }
}

.l-container .loading-progress {
  font-weight: 500;
  font-size: 2rem;
  display: flex;
  align-items: center;
  padding: 0 4rem 0 3.2rem;
  display: none;
}

.l-container .loading-dots {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  display: inline-block;
  margin-left: 3rem;
  position: relative;
  color: #ff6458;
  box-sizing: border-box;
  animation: animloader 2s linear infinite;
}

@keyframes animloader {
  0% {
    box-shadow: 2.2rem 0 0 -0.1rem,  7rem 0 0 -0.1rem,  -2.2rem 0 0 -0.1rem;
  }
  25% {
    box-shadow: 2.2rem 0 0 -0.1rem,  7rem 0 0 -0.1rem,  -2.2rem 0 0 -0.1rem;
  }
  50% {
    box-shadow: 2.2rem 0 0 -0.1rem,  7rem 0 0 -0.1rem,  -2.2rem 0 0 .1rem;
  }
  75% {
    box-shadow: 2.2rem 0 0 .1rem,  7rem 0 0 -0.1rem,  -2.2rem 0 0 -0.1rem;
  }
  100% {
    box-shadow: 2.2rem 0 0 -0.1rem,  7rem 0 0 .1rem,  -2.2rem 0 0 -0.1rem;
  }
}

.l-container .after {
  opacity: 0;
  transform: translateY(200px);
  -webkit-transform: translateY(200px);
  transition: 1s;
}

.l-container .after.show {
  opacity: 1;
  transform: translateY(0);
  -webkit-transform: translateY(0);
}

.l-container .pt44 {
  padding-top: 4.4rem;
}

.l-container .metabolic {
  margin: .8rem -0.7rem 2.8rem -0.4rem;
}

.l-container .metabolic dl {
  font-size: 2.3rem;
  line-height: calc(40 / 23);
  text-align: center;
  margin-bottom: 3.4rem;
}

.l-container .metabolic dt {
  background-color: #ff6458;
  font-weight: 500;
  color: #fff;
  padding: .2rem 1rem;
}

.l-container .metabolic dd {
  background-color: #fff;
  padding: .8rem 1rem;
}

.l-container .metabolic p {
  text-align: center;
  font-size: 3.8rem;
}

.l-container .metabolic p span {
  font-size: 2.8rem;
}

.l-container .survey-point {
  margin-left: -1rem;
  padding-bottom: 1.5rem;
}

.l-container .point-list > li:not(:last-child) {
  margin-bottom: 4.2rem;
}

.l-container .point-number {
  color: #ff6458;
  font-weight: 700;
  font-style: italic;
  font-family: "Arial", "Helvetica", sans-serif;
  font-size: 4.2rem;
  line-height: calc(50 / 42);
  text-align: center;
  position: relative;
  margin-bottom: 2.2rem;
}

.l-container .point-number::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: .3rem;
  top: 50%;
  transform: translateY(-50%);
  background-color: #ff6458;
}

.l-container .point-number span {
  position: relative;
  z-index: 1;
  background-color: #fff1dc;
  padding: 0 1.5rem;
}

.l-container .point-text {
  font-size: 28px;
  line-height: calc(40 / 28);
  text-align: center;
}

.l-container .point-text p:not(:last-child) {
  margin-bottom: 3rem;
}

.l-container .ingredient {
  margin: 2.7rem -0.6rem 4rem;
}

.l-container .ingredient p {
  text-align: left;
}

.l-container .ingredient ul {
  margin-bottom: -0.5rem;
}

.l-container .ingredient li {
  position: relative;
  padding-left: 4rem;
  margin-bottom: 1.6rem;
}

.l-container .ingredient li:last-child {
  margin-bottom: 0;
}

.l-container .ingredient li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .6rem;
  width: 3.2rem;
  height: 3.1rem;
  background: url("../img/check.png") no-repeat center / contain;
}

.l-container .thanks {
  padding: 0;
  margin-bottom: -8rem;
}

@media screen and (max-width: 768px) {
  .l-container {
    max-width: calc(750 / 750 * 100vw);
  }

  .l-container .txt-regular {
    font-size: calc(15 / 750 * 100vw);
    margin-top: calc(8 / 750 * 100vw); ;
  }

  .l-container .txt-medium {
    font-size: calc(28 / 750 * 100vw);
  }

  .l-container .w450 {
    width: calc(450 / 750 * 100vw);
  }

  .l-container .icon {
    width: calc(120 / 750 * 100vw);
    height: calc(120 / 750 * 100vw);
  }

  .l-container .survey {
    padding: calc(30 / 750 * 100vw) 0;
  }

  .l-container .survey::after {
    top: calc(-8 / 750 * 100vw);
  }

  .l-container .survey-box {
    padding: 0 calc(40 / 750 * 100vw) 0 calc(32 / 750 * 100vw);
    margin-bottom: calc(30 / 750 * 100vw);
  }

  .l-container .survey-content {
    width: calc(510 / 750 * 100vw);
  }

  .l-container .question-block {
    border-radius: calc(10 / 750 * 100vw);
    padding: calc(20 / 750 * 100vw) calc(30 / 750 * 100vw) calc(20 / 750 * 100vw) calc(40 / 750 * 100vw);
    margin-bottom: calc(24 / 750 * 100vw);
    min-height: calc(120 / 750 * 100vw);
  }

  .l-container .question-block::before {
    border-top: calc(15 / 750 * 100vw) solid transparent;
    border-right: calc(28 / 750 * 100vw) solid #fff1ce;
    border-bottom: calc(15 / 750 * 100vw) solid transparent;
    left: calc(-24 / 750 * 100vw);
    top: calc(45 / 750 * 100vw);
  }

  .l-container .question-text {
    font-size: calc(28 / 750 * 100vw);
    line-height: calc(40 / 28);
  }

  .l-container .question-text p {
    margin-bottom: calc(40 / 750 * 100vw);
  }

  .l-container .question-text p:last-child {
    margin-bottom: calc(15 / 750 * 100vw);
  }

  .l-container .question-heading {
    font-size: calc(42 / 750 * 100vw);
  }

  .l-container .answer {
    border: calc(2 / 750 * 100vw) solid #c7c7c7;
    border-radius: calc(10 / 750 * 100vw);
    padding: calc(20 / 750 * 100vw) calc(30 / 750 * 100vw) calc(20 / 750 * 100vw) calc(40 / 750 * 100vw);
    margin-bottom: calc(26 / 750 * 100vw);
  }

  .l-container .answer label {
    font-size: calc(35 / 750 * 100vw);
    padding: calc(15 / 750 * 100vw) calc(5 / 750 * 100vw);
    margin: calc(22 / 750 * 100vw) 0;
    border-radius: calc(10 / 750 * 100vw);
    min-height: calc(79 / 750 * 100vw);
  }

  .l-container .video_01 {
    width: calc(450 / 750 * 100vw);
    margin-left: calc(-10 / 750 * 100vw);
  }

  .l-container .img_01 {
    margin-left: calc(-5 / 750 * 100vw);
    margin-right: calc(-5 / 750 * 100vw);
  }

  .l-container .img_02 {
    margin: calc(-22 / 750 * 100vw) 0 calc(24 / 750 * 100vw) calc(-10 / 750 * 100vw) !important;
  }

  .l-container .img_03 {
    margin: calc(5 / 750 * 100vw) 0 calc(24 / 750 * 100vw) calc(-14 / 750 * 100vw) !important;
  }

  .l-container .img_04 {
    margin: calc(-19 / 750 * 100vw) calc(-16 / 750 * 100vw) calc(10 / 750 * 100vw) calc(-28 / 750 * 100vw) !important;
  }

  .l-container small {
    font-size: calc(18 / 750 * 100vw);
  }

  .l-container .answer-note {
    margin: calc(25 / 750 * 100vw) calc(-10 / 750 * 100vw) calc(23 / 750 * 100vw);
    font-size: calc(18 / 750 * 100vw);
  }

  .l-container .question-note {
    font-size: calc(16 / 750 * 100vw);
    margin: 0 calc(-10 / 750 * 100vw) calc(40 / 750 * 100vw);
  }

  .l-container .cta-btn {
    width: calc(608 / 750 * 100vw);
  }

  .l-container .loading-progress {
    font-size: calc(20 / 750 * 100vw);
    padding: 0 calc(40 / 750 * 100vw) 0 calc(32 / 750 * 100vw);
  }

  .l-container .loading-dots {
    width: calc(20 / 750 * 100vw);
    height: calc(20 / 750 * 100vw);
    margin-left: calc(30 / 750 * 100vw);
    animation: animloader_sp 2s linear infinite;
  }

  @keyframes animloader_sp {
    0% {
      box-shadow: calc(22 / 750 * 100vw) 0 0 -1px,  calc(70 / 750 * 100vw) 0 0 -1px,  calc(-22 / 750 * 100vw) 0 0 -1px;
    }
    25% {
      box-shadow: calc(22 / 750 * 100vw) 0 0 -1px,  calc(70 / 750 * 100vw) 0 0 -1px,  calc(-22 / 750 * 100vw) 0 0 -1px;
    }
    50% {
      box-shadow: calc(22 / 750 * 100vw) 0 0 -1px,  calc(70 / 750 * 100vw) 0 0 -1px,  calc(-22 / 750 * 100vw) 0 0 1px;
    }
    75% {
      box-shadow: calc(22 / 750 * 100vw) 0 0 1px,  calc(70 / 750 * 100vw) 0 0 -1px,  calc(-22 / 750 * 100vw) 0 0 -1px;
    }
    100% {
      box-shadow: calc(22 / 750 * 100vw) 0 0 -1px,  calc(70 / 750 * 100vw) 0 0 1px,  calc(-22 / 750 * 100vw) 0 0 -1px;
    }
  }

  .l-container .pt44 {
    padding-top: calc(44 / 750 * 100vw);
  }

  .l-container .metabolic {
    margin: calc(8 / 750 * 100vw) calc(-7 / 750 * 100vw) calc(28 / 750 * 100vw) calc(-4 / 750 * 100vw);
  }

  .l-container .metabolic dl {
    font-size: calc(23 / 750 * 100vw);
    margin-bottom: calc(34 / 750 * 100vw);
  }

  .l-container .metabolic dt {
    padding: calc(2 / 750 * 100vw) calc(10 / 750 * 100vw);
  }

  .l-container .metabolic dd {
    padding: calc(8 / 750 * 100vw) calc(10 / 750 * 100vw);
  }

  .l-container .metabolic p {
    font-size: calc(38 / 750 * 100vw);
  }

  .l-container .metabolic p span {
    font-size: calc(28 / 750 * 100vw);
  }

  .l-container .survey-point {
    margin-left: calc(-10 / 750 * 100vw);
    padding-bottom: calc(15 / 750 * 100vw);
  }

  .l-container .point-list > li:not(:last-child) {
    margin-bottom: calc(42 / 750 * 100vw);
  }

  .l-container .point-number {
    font-size: calc(42 / 750 * 100vw);
    margin-bottom: calc(22 / 750 * 100vw);
  }

  .l-container .point-number::before {
    height: calc(3 / 750 * 100vw);
  }

  .l-container .point-number span {
    padding: 0 calc(15 / 750 * 100vw);
  }

  .l-container .point-text {
    font-size: calc(28 / 750 * 100vw);
  }

  .l-container .point-text p:not(:last-child) {
    margin-bottom: calc(30 / 750 * 100vw);
  }

  .l-container .ingredient {
    margin: calc(27 / 750 * 100vw) calc(-6 / 750 * 100vw) calc(40 / 750 * 100vw);
  }

  .l-container .ingredient ul {
    margin-bottom: calc(-5 / 750 * 100vw);
  }

  .l-container .ingredient li {
    padding-left: calc(40 / 750 * 100vw);
    margin-bottom: calc(16 / 750 * 100vw);
  }

  .l-container .ingredient li:last-child {
    margin-bottom: 0;
  }

  .l-container .ingredient li::before {
    top: calc(6 / 750 * 100vw);
    width: calc(32 / 750 * 100vw);
    height: calc(31 / 750 * 100vw);
  }

  .l-container .thanks {
    padding: 0;
    margin-bottom: calc(-80 / 750 * 100vw);
  }
}