/* Start reset CSS*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

/* Body defaults */
body {
  line-height: 1;
}

/* Lists */
ol, ul {
  list-style: none;
}

/* Blockquotes & quotes */
blockquote, q {
  quotes: none;
}

blockquote::before, blockquote::after,
q::before, q::after {
  content: "";
  content: none;
}

/* Tables */
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Reset form elements */
button,
input,
optgroup,
select,
textarea {
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/* Links */
a {
  text-decoration: none;
  color: inherit;
}

/* Images */
img {
  max-width: 100%;
  display: block;
  height: auto;
}

/* Box sizing */
*, *::before, *::after {
  box-sizing: border-box;
}

/* End reset CSS */
img,
video {
  width: 100%;
  display: block;
}

a {
  text-decoration: none;
}

body {
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  body::-webkit-scrollbar {
    width: 0;
    opacity: 0;
  }
}

.l-container {
  max-width: 750px;
  margin: 0 auto;
  font-feature-settings: "palt";
}

@keyframes bounce {
  0% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-10%);
  }
  60% {
    transform: translateY(-10%);
  }
  100% {
    transform: translateY(0);
  }
}
.header {
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .header {
    padding: 26px 25px;
  }
  .header-logo {
    width: 181px;
  }
}
@media screen and (max-width: 767px) {
  .header {
    padding: 3.4666666667vw 3.3333333333vw;
  }
  .header-logo {
    width: 24.1333333333vw;
  }
}

.cta {
  position: relative;
  z-index: 1;
}
.cta::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  background: url("../img/cta_bg.png") no-repeat center/cover;
}
.cta-subscription {
  background: #001495;
}
.cta-subscription .subscription-wrapper {
  position: relative;
  z-index: 1;
}
.cta-subscription .subscription-wrapper::after {
  content: "";
  position: absolute;
  bottom: 0;
  z-index: -1;
  background: #fff;
  box-shadow: 0 0 46px 19px rgba(0, 0, 0, 0.16);
}
.cta-btn {
  display: block;
  margin: auto;
  transition: all 0.3s ease;
}
.cta-btn.animation {
  animation: bounce 2s infinite;
}
.cta-btn:hover {
  opacity: 0.8;
}
.cta-note {
  color: #fff;
  font-weight: 400;
  line-height: 1.4444444444;
}
@media screen and (min-width: 768px) {
  .cta::after {
    height: 1890px;
  }
  .cta-subscription {
    padding-bottom: 46px;
  }
  .cta-subscription .subscription-wrapper {
    padding-bottom: 22px;
  }
  .cta-subscription .subscription-wrapper::after {
    left: 15px;
    right: 15px;
    top: 114px;
  }
  .cta-subscription .subscription-plan {
    padding-bottom: 42px;
  }
  .cta-btn {
    margin-top: 35px;
    width: 608px;
  }
  .cta-note {
    font-size: 18px;
    padding: 30px 30px 0;
  }
  .cta-info {
    margin: 22px 0 46px;
  }
}
@media screen and (max-width: 767px) {
  .cta::after {
    height: 252vw;
  }
  .cta-subscription {
    padding-bottom: 6.1333333333vw;
  }
  .cta-subscription .subscription-wrapper {
    padding-bottom: 2.9333333333vw;
  }
  .cta-subscription .subscription-wrapper::after {
    left: 2vw;
    right: 2vw;
    top: 15.2vw;
  }
  .cta-subscription .subscription-plan {
    padding-bottom: 5.6vw;
  }
  .cta-btn {
    margin-top: 4.6666666667vw;
    width: 81.0666666667vw;
  }
  .cta-note {
    font-size: 2.4vw;
    padding: 4vw 4vw 0;
  }
  .cta-info {
    margin: 2.9333333333vw 0 6.1333333333vw;
  }
}

.slider-common {
  width: 100%;
}
.slider-common .swiper-pagination {
  position: static !important;
}
.slider-common .swiper-pagination-bullet {
  opacity: 1;
}
.slider-common .swiper-pagination-bullet-active {
  background: #000 !important;
}
.slider-common .swiper-button {
  z-index: 1;
  cursor: pointer;
}
.slider-common .swiper-button-prev {
  transform: rotate(180deg);
}
.slider-common .swiper-button::after {
  display: none !important;
}
@media screen and (min-width: 768px) {
  .slider-common .swiper-pagination {
    margin-top: 4px;
  }
  .slider-common .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 15px !important;
  }
  .slider-common .swiper-button {
    width: 32px;
    height: 50px;
  }
}
@media screen and (max-width: 767px) {
  .slider-common .swiper-pagination {
    margin-top: 0.5333333333vw;
  }
  .slider-common .swiper-pagination-bullet {
    width: 1.0666666667vw;
    height: 1.0666666667vw;
    margin: 0 2vw !important;
  }
  .slider-common .swiper-button {
    width: 4.2666666667vw;
    height: 6.6666666667vw;
  }
}

.symptom {
  background: url("../img/symptom_bg.png") no-repeat center/cover;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.symptom-slider .swiper-button {
  background: url("../img/arrow_01.png") no-repeat center 100%/100%;
}
.symptom-slider .swiper-pagination-bullet {
  background: #ababab;
}
@media screen and (min-width: 768px) {
  .symptom {
    padding: 60px 0 130px;
  }
  .symptom-slider {
    margin-bottom: 40px;
  }
  .symptom-slider .swiper-slide {
    padding: 0 56px;
  }
  .symptom-slider .swiper-button {
    top: 48%;
  }
  .symptom-slider .swiper-button-prev {
    left: 20px;
  }
  .symptom-slider .swiper-button-next {
    right: 20px;
  }
  .symptom-title {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .symptom {
    padding: 8vw 0 17.3333333333vw;
  }
  .symptom-slider {
    margin-bottom: 5.3333333333vw;
  }
  .symptom-slider .swiper-slide {
    padding: 0 7.4666666667vw;
  }
  .symptom-slider .swiper-button {
    top: 48%;
  }
  .symptom-slider .swiper-button-prev {
    left: 2.6666666667vw;
  }
  .symptom-slider .swiper-button-next {
    right: 2.6666666667vw;
  }
  .symptom-title {
    margin-bottom: 5.3333333333vw;
  }
}

.chart {
  position: relative;
}
.chart-arrow {
  position: absolute;
  top: 39%;
  left: 50%;
  transform: scale(0);
  transform-origin: top center;
}
.chart-note {
  position: absolute;
  top: 35%;
  transform: scale(0);
  transition: 0.3s all 1s;
}
.chart.js-observe .chart-arrow {
  animation: scale 0.8s ease-in forwards;
}
.chart.js-observe .chart-note {
  transform: scale(1);
}
@media screen and (min-width: 768px) {
  .chart-arrow {
    width: 50px;
  }
  .chart-note {
    width: 261px;
    right: 34px;
  }
}
@media screen and (max-width: 767px) {
  .chart-arrow {
    width: 6.6666666667vw;
  }
  .chart-note {
    width: 34.8vw;
    right: 4.5333333333vw;
  }
}

@keyframes scale {
  0% {
    transform: scale(0);
  }
  80% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
.uservoice {
  background: url("../img/uservoice_bg.png") no-repeat center/cover;
}
.uservoice-title {
  margin: auto;
}
.uservoice-slider .swiper-button {
  background: url("../img/arrow_03.png") no-repeat center 100%/100%;
}
.uservoice-slider .swiper-pagination-bullet {
  background: #af9b77;
}
.uservoice-slider .swiper-slide {
  padding: 0 26px;
}
.uservoice-note {
  color: #000;
  line-height: 1.3333333333;
}
@media screen and (min-width: 768px) {
  .uservoice {
    padding: 100px 0 54px;
  }
  .uservoice-note {
    font-size: 15px;
    padding: 0 50px;
  }
  .uservoice-slider {
    margin-bottom: 20px;
  }
  .uservoice-slider .swiper-button {
    top: 39%;
  }
  .uservoice-slider .swiper-button-prev {
    left: 25px;
  }
  .uservoice-slider .swiper-button-next {
    right: 25px;
  }
}
@media screen and (max-width: 767px) {
  .uservoice {
    padding: 13.3333333333vw 0 7.2vw;
  }
  .uservoice-note {
    font-size: 2vw;
    padding: 0 6.6666666667vw;
  }
  .uservoice-slider {
    margin-bottom: 2.6666666667vw;
  }
  .uservoice-slider .swiper-button {
    top: 39%;
  }
  .uservoice-slider .swiper-button-prev {
    left: 3.3333333333vw;
  }
  .uservoice-slider .swiper-button-next {
    right: 3.3333333333vw;
  }
}

.qa {
  font-feature-settings: normal;
}
.qa-question {
  display: flex;
  align-items: center;
  font-weight: 400;
  color: #fff;
  background: #2f3d96;
  border: 2px solid #2f3d96;
  border-bottom: 0;
  letter-spacing: 0.1em;
  line-height: 1.9285714286;
  position: relative;
  cursor: pointer;
}
.qa-question::before {
  content: "Q";
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: #2f3d96;
  letter-spacing: 0.1em;
  line-height: 1;
  overflow: hidden;
  border-radius: 100%;
}
.qa-question::after {
  content: "";
  position: absolute;
  background: url("../img/arrow_04.png") no-repeat center 100%/100%;
  transform: scale(-1);
  transition: all 0.3s ease;
}
.qa-question.active::after {
  transform: scale(1);
}
.qa-item {
  overflow: hidden;
}
.qa-answer {
  max-height: 0;
  color: #000;
  letter-spacing: 0.05em;
  transition: all 0.3s ease;
}
.qa-answer .answer-inner {
  overflow: hidden;
  border: 2px solid #af9b77;
  border-top: 0;
  position: relative;
}
.qa-answer .answer-inner::before {
  content: "A";
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #af9b77;
  color: #fff;
  letter-spacing: 0.1em;
  line-height: 1;
  overflow: hidden;
  border-radius: 100%;
}
.qa-answer .answer-text.large {
  line-height: 1.4583333333;
}
.qa-answer .answer-text.small {
  line-height: 1.5217391304;
}
.qa-answer .text-border {
  color: #2f3d96;
  border: 2px solid #2f3d96;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .qa {
    padding-bottom: 50px;
  }
  .qa-list {
    padding: 0 32px;
    margin-top: 44px;
  }
  .qa-item {
    border-radius: 10px;
  }
  .qa-item:not(:last-child) {
    margin-bottom: 20px;
  }
  .qa-question {
    font-size: 28px;
    min-height: 90px;
    padding: 10px 96px;
  }
  .qa-question::before {
    font-size: 28px;
    width: 40px;
    height: 40px;
    padding-bottom: 5px;
    top: 26px;
    left: 38px;
  }
  .qa-question::after {
    width: 29px;
    height: 15px;
    top: 38px;
    right: 40px;
  }
  .qa-answer .answer-text.large {
    font-size: 24px;
  }
  .qa-answer .answer-text.small {
    font-size: 23px;
  }
  .qa-answer .answer-inner {
    padding: 15px 20px 26px 102px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }
  .qa-answer .answer-inner::before {
    font-size: 28px;
    width: 40px;
    height: 40px;
    padding-bottom: 5px;
    padding-left: 2px;
    top: 20px;
    left: 38px;
  }
  .qa-answer .text-border {
    margin: 15px 0;
    padding: 2px 10px;
  }
  .qa-answer .answer-img {
    margin-top: 20px;
    width: 525px;
  }
}
@media screen and (max-width: 767px) {
  .qa {
    padding-bottom: 6.6666666667vw;
  }
  .qa-list {
    padding: 0 4.2666666667vw;
    margin-top: 5.8666666667vw;
  }
  .qa-item {
    border-radius: 1.3333333333vw;
  }
  .qa-item:not(:last-child) {
    margin-bottom: 2.6666666667vw;
  }
  .qa-question {
    font-size: 3.7333333333vw;
    min-height: 12vw;
    padding: 1.3333333333vw 12.8vw;
    border-width: 0.2666666667vw;
  }
  .qa-question::before {
    font-size: 3.7333333333vw;
    width: 5.3333333333vw;
    height: 5.3333333333vw;
    padding-bottom: 0.6666666667vw;
    top: 3.4666666667vw;
    left: 5.0666666667vw;
  }
  .qa-question::after {
    width: 3.8666666667vw;
    height: 2vw;
    top: 5.0666666667vw;
    right: 5.3333333333vw;
  }
  .qa-answer .answer-text.large {
    font-size: 3.2vw;
  }
  .qa-answer .answer-text.small {
    font-size: 3.0666666667vw;
  }
  .qa-answer .answer-inner {
    padding: 2vw 1.5vw 3.4666666667vw 12.5vw;
    border-bottom-left-radius: 1.3333333333vw;
    border-bottom-right-radius: 1.3333333333vw;
    border-width: 0.2666666667vw;
  }
  .qa-answer .answer-inner::before {
    font-size: 3.7333333333vw;
    width: 5.3333333333vw;
    height: 5.3333333333vw;
    padding-bottom: 0.6666666667vw;
    padding-left: 0.2666666667vw;
    top: 2.6666666667vw;
    left: 5.0666666667vw;
  }
  .qa-answer .text-border {
    margin: 2vw 0;
    padding: 0.2666666667vw 1.3333333333vw;
    border-width: 0.2666666667vw;
  }
  .qa-answer .answer-img {
    margin-top: 2.6666666667vw;
    width: 70vw;
  }
}

.functional {
  color: #000;
  font-weight: 500;
  font-feature-settings: normal;
}
.functional-ingredients {
  display: flex;
}
.functional-ingredients .ingredients-title {
  line-height: 1.2;
  font-weight: 700;
}
.functional-ingredients .ingredients-text {
  line-height: 1.5714285714;
  letter-spacing: 0.02em;
}
.functional-disclaimer {
  line-height: 1.8;
  border: 1px solid #000;
}
.functional-logo {
  flex-shrink: 0;
}
.functional-note {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.02em;
  line-height: 2.6;
}
@media screen and (min-width: 768px) {
  .functional {
    padding: 33px 24px 88px;
  }
  .functional-logo {
    width: 256px;
    margin-right: 24px;
  }
  .functional-ingredients {
    margin-bottom: 22px;
  }
  .functional-ingredients .ingredients-label {
    width: 147px;
    margin-bottom: 12px;
  }
  .functional-ingredients .ingredients-title {
    font-size: 24px;
    margin-bottom: 4px;
  }
  .functional-ingredients .ingredients-text {
    font-size: 14px;
  }
  .functional-disclaimer {
    font-size: 15px;
    padding: 15px 30px 22px;
    margin-bottom: 12px;
  }
  .functional-note {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .functional {
    padding: 4.4vw 3.2vw 11.7333333333vw;
  }
  .functional-logo {
    width: 34.1333333333vw;
    margin-right: 3.2vw;
  }
  .functional-ingredients {
    margin-bottom: 2.9333333333vw;
  }
  .functional-ingredients .ingredients-label {
    width: 19.6vw;
    margin-bottom: 1.6vw;
  }
  .functional-ingredients .ingredients-title {
    font-size: 3.2vw;
    margin-bottom: 0.5333333333vw;
  }
  .functional-ingredients .ingredients-text {
    font-size: 1.8666666667vw;
  }
  .functional-disclaimer {
    font-size: 2vw;
    padding: 2vw 4vw 2.9333333333vw;
    margin-bottom: 1.6vw;
    border-width: 0.1333333333vw;
  }
  .functional-note {
    font-size: 2.6666666667vw;
  }
}

.floating {
  position: fixed;
  background: #fff;
  z-index: 999;
  width: 100%;
  left: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(200%);
  transition: all 0.3s ease-in-out;
}
.floating.on {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition: all 0.3s ease-in-out;
}
.floating-btn {
  display: block;
  margin: auto;
  transition: all 0.3s ease;
}
.floating-btn:hover {
  filter: brightness(1.2);
}
.floating-btn {
  padding: 2% 0 1.5%;
}
.floating-btn img {
  max-width: 70%;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .floating-btn {
    max-width: 750px;
  }
}
@media screen and (max-width: 767px) {
  .floating-btn {
    max-width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .floating-btn img {
    max-width: 60%;
  }
}

.cta-trial {
  position: relative;
}

.cta-trial a {
  position: absolute;
  left: 50%;
  top: 68%;
  transform: translateX(-50%);
  margin: 0;
}

.cta-trial .cta-connect {
  position: absolute;
  right: 21.7%;
  top: 36.5%;
  font-size: 32px;
  line-height: calc(38 / 32);
  width: 73px;
  height: 64px;
  text-align: center;
}

.cta-trial .cta-connect select {
  border: 0;
  outline: 0;
  width: 100%;
  height: 100%;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 10px;
  padding-bottom: 2px;
  text-align-last: center;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .cta-trial .cta-connect {
    font-size: calc(32 / 750 * 100vw);
    width: calc(73 / 750 * 100vw);
    height: calc(64 / 750 * 100vw);
  }

  .cta-trial .cta-connect select {
    padding-right: calc(10 / 750 * 100vw);
    padding-bottom: calc(2 / 750 * 100vw);
  }
}