@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;
}


/* ---------------------------------------------
 カルーセル
--------------------------------------------- */
.lp_main .slideArea {
  position: relative;
  overflow: hidden;
}
.lp_main .slideArea .swiper-button-next,
.lp_main .slideArea .swiper-button-prev {
  top: 60%;
  width: 4%;
  max-width: 60px;
  height: 10%;
  z-index: 10;
}
.lp_main .slideArea .swiper-button-next,
.lp_main .slideArea .swiper-button-prev {
  background: url(../img/slide_arrow.png) no-repeat;
  background-size: contain;
}
.lp_main .slideArea .swiper-button-next {
  right: 2%;
}
.lp_main .slideArea .swiper-button-prev {
  left: 2%;
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.lp_main .slideArea .swiper-button-next:after,
.lp_main .slideArea .swiper-button-prev:after {
  font-size: 0;
}


/* ---------------------------------------------
  fv
--------------------------------------------- */
.lp_main .fv_anime_01 {
  width: calc(352 / 750 * 100%);
  position: absolute;
  top: 29%;
  left: 0;
  right: 0;
  margin-inline: auto;
  animation: poyopoyo 2s ease-out infinite;
  opacity: 1;
}
@keyframes poyopoyo {
  0%, 40%, 60%, 80% {
    transform: scale(1.0);
  }
  50%, 70% {
    transform: scale(0.95);
  }
}
.lp_main .fv_anime_02 {
  width: calc(661 / 750 * 100%);
  position: absolute;
  top: 45%;
  left: 0;
  right: 0;
  margin-inline: auto;
}
.lp_main .fv_slide {
  position: absolute;
  top: 38%;
  left: 0;
  width: 100%;
}
.lp_main .fv_slide .swiper-slide {
  padding: 0 10%;
}
.lp_main .fv_gif {
  position: absolute;
  top: 0;
  width: calc(400 / 750 * 100%);
}
.lp_main .sec_fv .slideArea .swiper-button-next,
.lp_main .sec_fv .slideArea .swiper-button-prev {
  top: 64%;
  width: min(25 / 750 * 100vw ,25px);
  max-width: none;
  height: min(46 / 750 * 100vw ,46px);
}
.lp_main .sec_fv .slideArea .swiper-button-next,
.lp_main .sec_fv .slideArea .swiper-button-prev {
  background: url(../img/fv_slide_arrow.png) no-repeat;
  background-size: contain;
}
.lp_main .sec_fv .slideArea .swiper-button-next {
  right: 5%;
}
.lp_main .sec_fv .slideArea .swiper-button-prev {
  left: 5%;
}
/* ---------------------------------------------
  cv
--------------------------------------------- */
.lp_main .cv_btn {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 13%;
  width: calc(576 / 750* 100%);
  margin: 0 auto 2% auto;
  cursor: pointer;
}


/* ---------------------------------------------
  about
--------------------------------------------- */
.lp_main .about_head_txt01 {
  position: absolute;
  top: 5%;
  left: 4%;
  width: calc(273 / 750 * 100%);
  z-index: 3;
}
.lp_main .about_head_txt02 {
  position: absolute;
  top: 5%;
  right: 4%;
  width: calc(273 / 750 * 100%);
  z-index: 3;
}


/* ---------------------------------------------
 sns
--------------------------------------------- */
.lp_main .sns_slide {
  overflow: hidden;
}
.lp_main .sns_slide .swiper-wrapper {
  transition-timing-function: linear;
}


/* ---------------------------------------------
  magazine
--------------------------------------------- */
.lp_main .magazine_slide {
  position: absolute;
  top: 38%;
  left: 0;
  width: 100%;
}
.lp_main .magazine_slide .swiper-slide {
  padding: 0 8%;
}


/* ---------------------------------------------
 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%);
}


/* ---------------------------------------------
  point
--------------------------------------------- */
.lp_main .sec_point {
  padding-bottom: calc(900 / 750 *100%);
  background: #faeb31;
}
.lp_main .point_list {
  position: absolute;
  top: 32%;
  left: 0;
  right: 0;
  margin-inline: auto;
  width: calc(675 / 750 *100%);
}
.lp_main .point_list li:first-of-type {
  margin-bottom: calc(40 / 750 *100%);
}
.lp_main .point_anime01 {
  position: absolute;
  top: 25%;
  left: 4.4%;
  width: 43.8%;
}
.lp_main .point_anime02 {
  position: absolute;
  top: 25%;
  left: 51.8%;
  width: 43.8%;
}




/* ---------------------------------------------
 サポート
--------------------------------------------- */
.lp_main .sec_support {
  background-color: #fcf069;
}
.lp_main .sec_support h2 {
  position: relative;
  z-index: 2;
}

.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;
}


/* ---------------------------------------------
 technology
--------------------------------------------- */
.lp_main .sec_technology {
  position: relative;
  z-index: 2;
}


/* ---------------------------------------------
 howto
--------------------------------------------- */
.lp_main .sec_howto {
  position: relative;
  z-index: 2;
}


/* ---------------------------------------------
 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;
}


/* 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);
}

/* show-right
-------------------- */
.lp_main .io_showRight {
  overflow: hidden;
  clip-path: inset(0 100% 0 0);
}

.lp_main .io_showRight.is_active {
  animation: io_showRight 0.8s ease-in-out forwards;
}

@keyframes io_showRight {
  0% {
    clip-path: inset(0 100% 0 0);
  }
  100% {
    clip-path: inset(0);
  }
}

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


/* ---------------------------------------------
 アイコン
--------------------------------------------- */
/* アイコン共通 */
.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;
}
