@charset "utf-8";

/* ---------------------------------------------
  reset
--------------------------------------------- */
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  padding: 0;
}
.lp_main {
  width: 100%;
  max-width: 750px;
  margin: 0 auto 10% auto;
}
.lp_main *,
.lp_main *::before,
.lp_main *::after {
  box-sizing: border-box;
}
.lp_main h1,
.lp_main h2,
.lp_main h3,
.lp_main p,
.lp_main ul,
.lp_main li,
.lp_main dl,
.lp_main dd,
.lp_main dt{
  margin: 0;
  padding: 0;
  font-size: 0;
  line-height: 0;
}
.lp_main ul {
  list-style: none;
}
.lp_main img {
  display: block;
  vertical-align: bottom;
  width: 100%;
  max-width: 100%;
  height: auto;
}
.lp_main .p_box {
  position: relative;
}

/* 共通のスタイル調整 */
.l-contents {
  background-color: #fff !important;
}
.l-contents__frame {
  padding-top: 0 !important;
}

/* ---------------------------------------------
  cv
--------------------------------------------- */
.lp_main .sec_cv {
  background-color: #fffcdb;
}
.lp_main .cv_btn {
  width: calc(699 / 750 * 100%);
  margin: 5% auto;
  cursor: pointer;
}
.lp_main .cv_btn_normal {
  position: absolute;
  top: 60%;
  left: 0;
  right: 0;
  width: calc(637 / 750 * 100%);
  margin: 0 auto;
  cursor: pointer;
}


/* ---------------------------------------------
  sec_fv
--------------------------------------------- */
.lp_main .bnr_area {
  position: fixed;
  bottom: 26%;
  right: 0;
  left: 0;
  margin: 0 auto;
  max-width: 750px;
  z-index: 11;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease-in-out, visibility 0s 0.5s;
}
.lp_main .bnr_area.is_show {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.5s ease-in-out;
}
.lp_main .bnr_lineBtn {
  position: absolute;
  top: 0;
  right: 3%;
  width: calc(210 / 750 * 100%);
}
@media (width < 1135px) {
  .lp_main .bnr_area {
    bottom: 34%;
  }
}
@media (width < 580px) {
  .lp_main .bnr_area {
    bottom: 26%;
  }
}
.l-footer__pagetop {
  display: none !important;
}


/* ---------------------------------------------
  sec_fv
--------------------------------------------- */
.lp_main .sec_fv video {
  display: block;
  max-width: 100%;
  vertical-align: bottom;
  line-height: 0;
  font-size: 0;
}

/* ---------------------------------------------
  soldout
--------------------------------------------- */
.lp_main .sec_soldout {
  position: relative;
  background-color: #f0e457;
  margin-top: -1px;
  overflow: hidden;
}
.lp_main .soldout_lineTxt {
  position: absolute;
  top: 5%;
  left: 0;
  width: calc(4915 / 750 * 100%);
  -webkit-animation: lineText 30s 0s linear infinite;
  animation: lineText 30s 0s linear infinite;
}
.lp_main .soldout_lineTxt02 {
  top: 85%;
}
@-webkit-keyframes lineText {
  0% {
    left: 0
  }
  100% {
    left: calc((2457.5 / 750 * 100%) * -1)
  }
}
@keyframes lineText {
  0% {
    left: 0
  }
  100% {
    left: calc((2457.5 / 750 * 100%) * -1)
  }
}

.lp_main .soldout_txt {
  position: absolute;
  left: 9%;
  width: calc(260 / 750 * 100%);
  font-family: 'Noto Sans JP', sans-serif;
  font-size: clamp(16px, calc((32 / 750) * 100vw), 32px);
  font-weight: bold;
  line-height: 1;
  color: #fff;
  letter-spacing: 3px;
  text-align: center;
}
.lp_main .soldout_txt span {
  font-size: clamp(22px, calc((44 / 750) * 100vw), 44px);
}
.lp_main .soldout_txt_01 {
  top: 38%;
}
.lp_main .soldout_txt_02 {
  top: 50.2%;
}
.lp_main .soldout_txt_03 {
  top: 65.2%;
}
.lp_main .soldout_txt_04 {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: clamp(10px, 12 / 750 * 100vw ,12px);
  line-height: 1;
  position: absolute;
  top: 80%;
  left: 4%;
}
.lp_main .soldout_txt_05 {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: min(16 / 750 * 100vw ,16px);
  line-height: 1;
  letter-spacing: 0.1em;
  position: absolute;
  right: 3%;
}
.lp_main .soldout_txt_05:nth-of-type(1) {
  top: 93.5%;
  width: min(320 / 750 * 100vw ,320px);
}
.lp_main .soldout_txt_05:nth-of-type(2) {
  top: 95.25%;
  width: min(320 / 750 * 100vw ,320px);
}
.lp_main .soldout_txt_05:nth-of-type(3) {
  top: 97%;
}
.lp_main .soldout_ver02 .soldout_txt_02 {
  top: 44%;
}
.lp_main .soldout_ver02 .soldout_txt_03 {
  top: 60.5%;
}
.lp_main .soldout_ver03 .soldout_txt_02 {
  top: 37%;
}
.lp_main .soldout_ver03 .soldout_txt_03 {
  top: 47.5%;
}
.lp_main .soldout_ver04 .soldout_txt_02 {
  top: 38.5%;
}
.lp_main .soldout_ver04 .soldout_txt_03 {
  top: 49.5%;
}


/* ---------------------------------------------
  soldout line
--------------------------------------------- */
.lp_main .soldout_line {
  position: relative;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: clamp(16px, calc((32 / 750)* 100vw), 32px);
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
}
.lp_main .soldout_line_txt_01 {
  position: absolute;
  top: 52%;
  left: 9%;
}
.lp_main .soldout_line_txt_02 {
  position: absolute;
  top: 78%;
  left: 9%;
}
.lp_main .soldout_line_bg{
  background-color: #f0e457;
  padding: 2% 5% 10% 5%;
}
.lp_main .soldout_line_txt {
  font-size: clamp(9px, 12 / 750* 100vw, 12px);
  line-height: 1.6;
  text-align: right;
}



/* ---------------------------------------------
  popular
--------------------------------------------- */
.lp_main .popular_slide {
  position: absolute;
  top: 42%;
  left: 0;
  right: 0;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.lp_main .popular_slide .swiper-wrapper {
  transition-timing-function: linear;
}

.lp_main .popular_video {
  padding: 10% 0;
  background-color: #fbf283;
}
.lp_main .popular_video video {
  display: block;
  width: calc(473 / 750 * 100%);
  margin: 0 auto;
  border-radius: min(calc((10 / 750)* 100vw), 10px);
  overflow: hidden;
}


/* ---------------------------------------------
  popular
--------------------------------------------- */
.lp_main .sec_magazine {
  background: url(../img/magazine_bg.jpg) repeat-y;
  background-size: contain;
  padding-bottom: 10%;
  border-bottom: min(calc((74 / 750)* 100vw), 74px) solid #f0e130;
}


/* ---------------------------------------------
 sns
--------------------------------------------- */
.lp_main .sns_slide {
  overflow: hidden;
}
.lp_main .sns_slide .swiper-wrapper {
  transition-timing-function: linear;
}
.lp_main .sns_txt01 {
  position: absolute;
  top: 35%;
  right: 4%;
  width: calc(331 / 750 * 100%);
}
.lp_main .sns_txt02 {
  position: absolute;
  top: 28%;
  left: 4%;
  width: calc(331 / 750 * 100%);
}
.lp_main .sns_txt03 {
  position: absolute;
  top: 27%;
  right: 4%;
  width: calc(331 / 750 * 100%);
}
.lp_main .sns_txt03_y {
  position: absolute;
  top: 35%;
  right: 4%;
  width: calc(331 / 750 * 100%);
}
.lp_main .sns_txt04 {
  position: absolute;
  top: 21%;
  left: 4%;
  width: calc(332 / 750 * 100%);
}
.lp_main .sns_txt04_y {
  position: absolute;
  top: 27%;
  left: 4%;
  width: calc(331 / 750 * 100%);
}


/* ---------------------------------------------
 question
--------------------------------------------- */
.lp_main .sec_question {
  position: relative;
  z-index: 2;
}

.lp_main .sec_question input {
  display: none;
}
.lp_main .question_list {
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 53%;
  left: 0;
  right: 0;
  width: calc(570 / 750 * 100%);
  margin: 0 auto;
}
.lp_main .question_list li {
  width: 48%;
}
.lp_main .question_input:checked + .question_btn img {
  opacity: 0;
}
.lp_main .question_btn {
  display: block;
  cursor: pointer;
}
.lp_main .question_btn_yes {
  background: url(../img/question_btn_yes_on.png) no-repeat;
  background-size: contain;
}
.lp_main .question_btn_no {
  background: url(../img/question_btn_no_on.png) no-repeat;
  background-size: contain;
}

/* ビタミンC理解度 */
.lp_main .question_result.is_active img {
  opacity: 0;
}
.lp_main .question_result.level_0 {
  background: url(../img/question_a_0.jpg) no-repeat;
  background-size: contain;
}
.lp_main .question_result.level_30 {
  background: url(../img/question_a_30.jpg) no-repeat;
  background-size: contain;
}
.lp_main .question_result.level_70 {
  background: url(../img/question_a_70.jpg) no-repeat;
  background-size: contain;
}
.lp_main .question_result.level_100 {
  background: url(../img/question_a_100.jpg) no-repeat;
  background-size: contain;
}


/* ---------------------------------------------
 doctors
--------------------------------------------- */
.lp_main .sec_doctors {
  position: relative;
  z-index: 2;
}


/* ---------------------------------------------
 誕生
--------------------------------------------- */
.lp_main .sec_birth {
  background-color: #faea30;
}
.lp_main .birth_stickyArea {
  position: absolute;
  top: -104%;
  left: 0;
  width: 100%;
  height: 204%;
  z-index: 1;
}
.lp_main .birth_item {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  width: calc(550 / 750 * 100%);
  margin: 0 auto;
}
.lp_main .birth_txt {
  position: absolute;
  top: 12%;
  left: 5%;
  width: calc(165 / 750 * 100%);
}


/* ---------------------------------------------
 サポート
--------------------------------------------- */
.lp_main .sec_support {
  background-color: #fcf069;
}
.lp_main .sec_support h2 {
  position: relative;
  z-index: 2;
}
.lp_main .support_head_txt01 {
  position: absolute;
  top: 5%;
  left: 4%;
  width: calc(273 / 750 * 100%);
  z-index: 3;
}
.lp_main .support_head_txt02 {
  position: absolute;
  top: 5%;
  right: 4%;
  width: calc(273 / 750 * 100%);
  z-index: 3;
}

.lp_main .support_fixArea {
  position: relative;
  z-index: 3;
  margin-top: -25%;
}

.lp_main .support_item_stickyArea {
  position: absolute;
  top: -20%;
  left: 0;
  width: 100%;
  height: 117%;
  z-index: 1;
}

.lp_main .support_item {
  position: -webkit-sticky;
  position: sticky;
  top: 15%;
  margin: 0 auto;
  width: calc((249 / 750)* 100%);
  -webkit-transform: translateX(calc(44 / 750* 100%));
  transform: translateX(calc(44 / 750* 100%));
  z-index: 2;
}

.lp_main .support_txt {
  position: absolute;
  top: 75%;
  left: 13%;
  width: calc(149 / 750* 100%);
}


/* ---------------------------------------------
 uv
--------------------------------------------- */
.lp_main .sec_uv {
  background-color: #faed55;
}
.lp_main svg {
  width: 100%;
  height: auto;
}
.lp_main .uv_graph {
  width: clamp(324px, calc((648 / 782)* 100vw), 648px);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  margin: 8% auto 0 auto;
}
.lp_main .el_circle {
  stroke: #fff;
  stroke-width: 16px;
  fill: transparent;
  stroke-dasharray: 426px;
  stroke-dashoffset: 408px;
}
.lp_main .uv_graph_txt00 {
  position: absolute;
  top: 37%;
  left: 0;
  right: 0;
  width: calc(298 / 750 * 100%);
  margin: 0 auto;
  z-index: 2;
}
.lp_main .uv_graph_txt01 {
  position: absolute;
  top: 48%;
  left: 0;
  right: 0;
  width: calc(298 / 750 * 100%);
  margin: 0 auto;
}
.lp_main .uv_graph_txt02 {
  position: absolute;
  top: 54%;
  left: 0;
  right: 0;
  width: 100%;
  margin: 0 auto;
  font-family: "Roboto", sans-serif;
  font-size: clamp(140px, calc((250 / 750) * 100vw), 250px);
  font-weight: 700;
  line-height: 1;
  text-align: center;
  letter-spacing: -5px;
}
.lp_main .uv_graph_txt02_small {
  font-size: clamp(70px, calc((140 / 750) * 100vw), 140px);
  font-weight: 900;
  position: relative;
  z-index: 2;
}
.lp_main .uv_img {
  position: relative;
  z-index: 2;
  margin-top: -32%;
}

/* カルーセル */
.lp_main .uv_slide {
  position: relative;
  margin-top: 10%;
  overflow: hidden;
}

.lp_main .uv_slide .swiper-slide {
  padding: 0 2%;
}
.lp_main .uv_slide .swiper-button-next,
.lp_main .uv_slide .swiper-button-prev {
  top: 70%;
  width: 8%;
  max-width: 60px;
  height: 10%;
  z-index: 10;
}
.lp_main .uv_slide .swiper-button-next,
.lp_main .uv_slide .swiper-button-prev {
  background: url(../img/uv_slide_arrow.png) no-repeat;
  background-size: 100%;
}
.lp_main .uv_slide .swiper-button-next {
  right: 8%;
}
.lp_main .uv_slide .swiper-button-prev {
  left: 8%;
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.lp_main .uv_slide .swiper-button-next:after,
.lp_main .uv_slide .swiper-button-prev:after {
  font-size: 0;
}


/* ---------------------------------------------
 point
--------------------------------------------- */
.lp_main .point_anime01 {
  position: absolute;
  top: 10.1%;
  left: 8%;
  width: calc(289 / 750 * 100%);
}
.lp_main .point_anime02 {
  position: absolute;
  top: 43.4%;
  left: 8%;
  width: calc(630 / 750 * 100%);
}


/* ---------------------------------------------
 about
--------------------------------------------- */
.lp_main .sec_about {
  padding-bottom: 15%;
}

/* ---------------------------------------------
 QA
--------------------------------------------- */
.lp_main .sec_qa {
  background-color: #fffbbd;
  padding-bottom: 15%;
}
.lp_main .qa_list {
  width: calc(690 / 750* 100%);
  margin: 0 auto;
}
.lp_main .qa_list dt:not(:first-child) {
  margin-top: 5%;
}


/* ---------------------------------------------
 アニメーション
--------------------------------------------- */
/* アニメーション共通 */
.lp_main .io {
  transition: all 1s ease;
}


/* 円グラフ
-------------------- */
.lp_main .io_pieGraph.is_active circle {
  -webkit-animation: circleAnim 2s forwards;
  animation: circleAnim 2s forwards;
}

@-webkit-keyframes circleAnim {
  to {
    stroke-dashoffset: 30px;
  }
}

@keyframes circleAnim {
  to {
    stroke-dashoffset: 30px;
  }
}

/* fade-in
-------------------- */
.lp_main .io_fadeIn {
  opacity: 0;
  transition-delay: .5s !important;
}

.lp_main .io_fadeIn.is_active {
  opacity: 1;
}


/* fade-up
-------------------- */
.lp_main .io_fadeUp {
  opacity: 0;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
}

.lp_main .io_fadeUp.is_active {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

/* fade-left
-------------------- */
.lp_main .io_fadeLeft {
  opacity: 0;
  -webkit-transform: translateX(-20px);
  transform: translateX(-20px);
}

.lp_main .io_fadeLeft.is_active {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}


/* fade-right
-------------------- */
.lp_main .io_fadeRight {
  opacity: 0;
  -webkit-transform: translateX(20px);
  transform: translateX(20px);
}

.lp_main .io_fadeRight.is_active {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

/* ディレイ
-------------------- */
.lp_main .anime-delay-1000 {
  -webkit-animation-delay: 1s !important;
          animation-delay: 1s !important;
  transition-delay: 1s !important;
}

/* ---------------------------------------------
 追従ボタン
--------------------------------------------- */
.bl_floatArea {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
  z-index: 999;
  visibility: hidden;
  opacity: 0;
  transition: visibility .4s , opacity .4s;
  box-sizing: border-box;
}
.bl_floatArea.is_show {
  visibility: visible;
  opacity: 1;
}
.bl_floatArea_inner {
  max-width: 750px;
  margin: auto;
  padding: 10px;
  box-sizing: border-box;
}

/* ボタン */
.bl_floatArea_btn {
  display: block;
}
.bl_floatArea_btn img {
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

/* 背景色付き ver */
.bl_floatArea.bl_floatArea__bg {
  background-color: #fffcdb;
}
/* パディングなし ver */
.bl_floatArea.bl_floatArea__p0 .bl_floatArea_inner {
  padding: 0;
}

/* ---------------------------------------------
 アイコン
--------------------------------------------- */
/* アイコン共通 */
.lp_main .icn_area {
  display: flex;
  position: absolute;
  top: 50%;
  right: 3%;
  width: 5%;
  height: 38%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  align-items: center;
  justify-content: center;
}

/* アイコン プラス */
.lp_main .icn__plus::before,
.lp_main .icn__plus::after {
  content: " ";
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background: #000;
}
.lp_main .icn__plus::before {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.lp_main .icn__plus.is_active::before {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

/* ---------------------------------------------
 アコーディオン
--------------------------------------------- */
.lp_main .aco_btn {
  position: relative;
  cursor: pointer;
}
.lp_main .aco_contents {
  display: none;
}


/* ---------------------------------------------
 utility
--------------------------------------------- */
.lp_main .pb5 {
  padding-bottom: 5% !important;
}