@charset "UTF-8";
/* リセットCSS
===================================== */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  padding: 0;
  margin: 0;
}

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  line-height: 1.6;
  font-weight: 500;
  background: #fff;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, button, 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 {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

li, dd {
  list-style-type: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

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

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

img {
  border: none;
  vertical-align: bottom;
  width: 100%;
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
}
@media (hover: hover) {
  a:hover {
    opacity: 0.7;
  }
}

/*------------------------------
common
------------------------------*/
body {
  color: #002850;
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
}
body.is-active {
  position: fixed;
  width: 100%;
  height: 100%;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

/* スマホ用の表示の時はis-pcは非表示 */
@media (max-width: 767px) {
  .pc {
    display: none !important;
  }
} /* PC用の表示の時はis-spは非表示 */
@media (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
/* コンテンツ幅
------------------------------*/
.inner {
  width: 992px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}
@media (max-width: 767px) {
  .inner {
    width: 400px;
  }
}

@media (min-width: 768px) {
  .u-with-1000 {
    width: 1016px;
    max-width: 100%;
    margin: 0 auto;
  }
  .u-with-880 {
    width: 912px;
    max-width: 100%;
    margin: 0 auto;
  }
  .u-with-750 {
    width: 782px;
    max-width: 100%;
    margin: 0 auto;
  }
  .u-with-864 {
    width: 832px;
    max-width: 100%;
    margin: 0 auto;
  }
}
/* タイトル
------------------------------*/
.c-primary-title {
  font-size: 3.8rem;
  line-height: 1.5;
  font-weight: 900;
  text-align: center;
}
.c-primary-title small {
  font-size: 3.4rem;
}
@media (max-width: 767px) {
  .c-primary-title {
    font-size: 1.6rem;
    line-height: 1.6;
  }
  .c-primary-title small {
    font-size: 1.4rem;
  }
}

.c-primary-title__en {
  display: block;
  font-size: 4rem;
  font-weight: 900;
  font-family: "Roboto", sans-serif;
  color: #3699f1;
}
@media (max-width: 767px) {
  .c-primary-title__en {
    font-size: 1.8rem;
  }
}

.c-primary-title__emphasis {
  font-size: 6.6rem;
  line-height: 1;
}
.c-primary-title__emphasis em {
  font-size: 11.5rem;
}
@media (max-width: 767px) {
  .c-primary-title__emphasis {
    font-size: 2.2rem;
  }
  .c-primary-title__emphasis em {
    font-size: 3.8rem;
  }
}

/* テキスト色
------------------------------*/
.u-text-orange {
  color: #fd8000;
}

/* テキスト装飾
------------------------------*/
.u-text-marker {
  background: linear-gradient(transparent 60%, #fff252 60%);
}

.u-text-marker {
  position: relative;
}

.u-text-highlighter {
  background: #fff252;
}

/* グラデーション背景
------------------------------*/
.u-gradation-right {
  background: linear-gradient(to right, #50acff, #6d44ff);
}

.u-bg-gradation {
  display: inline-block;
  background: linear-gradient(to right, #50acff, #6d44ff);
  font-size: 6.2rem;
  font-weight: 900;
  line-height: 1.75;
  color: #fff252;
  padding: 0 20px;
}
@media (max-width: 767px) {
  .u-bg-gradation {
    font-size: 2.4rem;
    padding: 0 0.3em;
  }
}

.u-bg-gradation__md {
  display: inline-block;
  line-height: 1;
  font-size: 6.6rem;
}
@media (max-width: 767px) {
  .u-bg-gradation__md {
    font-size: 2.3rem;
  }
}

.u-bg-gradation__lg {
  display: inline-block;
  line-height: 1;
  font-size: 10.8rem;
}
@media (max-width: 767px) {
  .u-bg-gradation__lg {
    font-size: 4rem;
  }
}

.u-bg-gradation__80 {
  display: inline-block;
  line-height: 1;
  font-size: 8rem;
}
@media (max-width: 767px) {
  .u-bg-gradation__80 {
    font-size: 2.8rem;
  }
}

/* ボタン
------------------------------*/
.c-button {
  display: inline-block;
  font-size: 3.2rem;
  font-weight: 700;
  text-align: center;
  color: #fff;
  padding: 1em;
  border-radius: 2em;
  box-shadow: 8px 8px #bcbcbc;
  transition: all 0.3s;
  line-height: 4.5rem;
  position: relative;
  overflow: hidden; /* はみ出しを防ぐ */
}

.c-button--green {
  background: linear-gradient(to bottom, #86d664, #4db900);
  color: #fff;
  transition: all 0.3s ease-in-out;
}

.c-button--green:hover,
.c-button--green:active {
  background: #00ff7f; /* ネオングリーン */
  color: #002244; /* 近未来ブルー */  
  box-shadow: 0px 0px 20px 5px rgba(0, 255, 127, 0.9), /* 外側に光る */
              inset 0px 0px 10px rgba(0, 255, 127, 0.8); /* 内側からも光る */
  transform: scale(1.05); /* ちょっと大きくして押したくなる */
}

@media (max-width: 767px) {
.c-button {
    font-size: 1.9rem;
    line-height: 2.6rem;
}
}

/*
.c-button {
  display: inline-block;
  font-size: 3.2rem;
  font-weight: 700;
  text-align: center;
  color: #fff;
  padding: 1em 3em;
  border-radius: 2em;
  box-shadow: 8px 8px #bcbcbc;
  transition: all 0.3s;
}
.c-button sub {
  position: relative;
}
.c-button:hover {
	color: green;
    transition: color 0.3s ease;
}
@media (hover: hover) {
  .c-button:hover {
    position: relative;
    opacity: 1;
  }
  .c-button:hover::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% - 8px);
    height: calc(100% - 8px);
    background: #fff;
    border-radius: 2em;
    z-index: 0;
  }
}
@media (max-width: 767px) {
  .c-button {
    font-size: 2.0rem;
    padding: 1.5em 0;
  }
}

.c-button--orange {
  background: linear-gradient(to bottom, #ffab01, #ff830d);
}
.c-button--orange:hover {
  color: #ff830d;
}

.c-button--green {
  background: linear-gradient(to bottom, #86d664, #4db900);
}
.c-button--green:hover {
  color: #4db900;
}
*/


/* メリット・ポイントリスト
------------------------------*/
.c-list li {
  background: linear-gradient(to right, #50acff, #6d44ff);
  border-radius: 20px;
  box-shadow: 4px 4px 8px #7cc5f2;
  position: relative;
}
.c-list li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  border-radius: 16px;
  background: #fff;
}
.c-list li:nth-child(n+2) {
  margin-top: 14%;
}
.c-list li h3 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: 3.8rem;
  font-weight: 900;
  line-height: 1.4736842105;
}
.c-list li p {
  margin-top: 40px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.2;
}
@media (max-width: 767px) {
  .c-list li:nth-child(n+2) {
    margin-top: 50px;
  }
  .c-list li h3 {
    font-size: 1.6rem;
  }
  .c-list li p {
    font-size: 1.2rem;
    margin-top: 1em;
    line-height: 1.5;
  }
}

.c-item__content {
  position: relative;
  padding: 50px;
}
@media (max-width: 767px) {
  .c-item__content {
    padding: 7%;
  }
}

.c-item__media {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .c-item__media {
    margin-top: 20px;
  }
}

.c-item__emphasis {
  font-size: 3.2rem;
  line-height: 2;
  font-weight: 900;
  margin-top: 40px;
  text-align: center;
}
@media (max-width: 767px) {
  .c-item__emphasis {
    font-size: 1.3rem;
    line-height: 1.6;
    margin-top: 20px;
  }
}

.c-item__numbered-item {
  position: absolute;
  top: 0%;
  left: 0%;
  transform: translate(-25%, -25%);
  width: 138px;
  aspect-ratio: 138/138;
  border-radius: 50%;
  background: linear-gradient(135deg, #50acff, #6d44ff);
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #fff;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .c-item__numbered-item {
    width: 60px;
    font-size: 1.2rem;
  }
}

.c-item__numbered-item-nun {
  display: block;
  font-size: 6.4rem;
  font-weight: 900;
  letter-spacing: unset;
  font-family: "Roboto", sans-serif;
}
@media (max-width: 767px) {
  .c-item__numbered-item-nun {
    font-size: 2.5rem;
  }
}

/* iframe
------------------------------*/
iframe {
  width: 100%;
  aspect-ratio: 560/315;
  height: auto;
}

/* fade アニメ
------------------------------*/
.fade {
  opacity: 0;
}

/*------------------------------
fv
------------------------------*/
.fv {
  background: #d7eeff url(https://s3.ap-northeast-1.amazonaws.com/abe-labo.biz/pages/landing/images/bg_01.webp) no-repeat center center/cover;
  padding: 50px 0 90px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .fv {
    padding: 0px 0 20px;
  }
}

.fv__image img {
  max-width: unset;
  width: 104%;
}
@media (max-width: 767px) {
  .fv__image img {
    max-width: unset;
    width: 108%;
    margin-left: 50%;
    transform: translate(-50%, 1%);
  }
}

.fv__cta {
  background: linear-gradient(to right, #50acff, #6d44ff);
  border-radius: 20px;
  box-shadow: 4px 4px 8px #7cc5f2;
  padding: 45px 3.3%;
  position: relative;
}
.fv__cta::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  border-radius: 16px;
  background: #fff;
}
@media (max-width: 767px) {
  .fv__cta {
    padding: 25px 3.3%;
  }
}

.fv__cta-content {
  position: relative;
}
.fv__cta-content img {
  display: block;
  width: 58%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .fv__cta-content img {
    width: 74%;
  }
}

.fv__cta-text {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  margin: 0.5em 0;
}
.fv__cta-text em {
  display: block;
  font-size: 3.8rem;
  font-weight: 900;
  margin-bottom: 0.2em;
}
@media (max-width: 767px) {
  .fv__cta-text {
    font-size: min(1.4rem, 3.7333333333vw);
    line-height: 1.8;
  }
  .fv__cta-text em {
    font-size: min(1.6rem, 4.2666666667vw);
  }
}

.fv__cta-button {
  margin-top: 25px;
  display: flex;
  justify-content: center;
}
.fv__cta-button a {
  width: 48%;
}
@media (max-width: 767px) {
  .fv__cta-button {
    flex-direction: column;
    margin-top: 20px;
  }
  .fv__cta-button a {
    width: 96%;
    margin: 0 auto;
  }
  .fv__cta-button a:nth-child(2) {
    margin-top: 25px;
  }
}

.fv__cta-notes {
  margin-top: 45px;
  padding: 20px;
  background-color: rgba(154, 171, 255, 0.4);
}
.fv__cta-notes li {
  font-size: 1.8rem;
  font-weight: 700;
}
.fv__cta-notes li:nth-child(n+2) {
  margin-top: 15px;
}
@media (max-width: 767px) {
  .fv__cta-notes {
    margin: 15px;
    padding: 15px
  }
  .fv__cta-notes li {
    font-size: 1rem;
  }
}

/*------------------------------
problem
------------------------------*/
.problem {
  position: relative;
  line-height: 1.5;
  font-weight: 900;
  text-align: center;
  padding-top: 3.8em;
  font-size: min(3.8rem, 1.9791666667vw);
}
@media screen and (max-width: 999px) {
  .problem {
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  .problem {
    font-size: 1.6rem;
    padding-top: 4.4em;
    overflow: hidden;
  }
}

.problem__title {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0 auto;
  color: #fff;
  padding: 2em 0 3.5em;
  -webkit-clip-path: polygon(0% 0%, 0% 55%, calc(50% - min(22vw, 423px)) 55%, 50% 100%, calc(50% + min(22vw, 423px)) 55%, 100% 55%, 100% 0%);
          clip-path: polygon(0% 0%, 0% 55%, calc(50% - min(22vw, 423px)) 55%, 50% 100%, calc(50% + min(22vw, 423px)) 55%, 100% 55%, 100% 0%);
  z-index: 100;
}
.problem__title::before {
  content: "";
  position: absolute;
  background: url(https://s3.ap-northeast-1.amazonaws.com/abe-labo.biz/pages/landing/images/img_guruguru.webp) no-repeat center center/contain;
  aspect-ratio: 110/111;
  width: 1.5em;
  top: 1.8em;
  left: calc(50% - 8em);
  transform: translate(0%, -50%);
}
.problem__title::after {
  content: "";
  position: absolute;
  background: url(https://s3.ap-northeast-1.amazonaws.com/abe-labo.biz/pages/landing/images/img_underline.webp) no-repeat center center/contain;
  aspect-ratio: 966/51;
  width: 13em;
  top: 4em;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .problem__title {
    padding: 2.7em 0 4.1em;
    -webkit-clip-path: polygon(0% 0%, 0% 55%, calc(50% - 50vw) 55%, 50% 100%, calc(50% + 50vw) 55%, 100% 55%, 100% 0%);
            clip-path: polygon(0% 0%, 0% 55%, calc(50% - 50vw) 55%, 50% 100%, calc(50% + 50vw) 55%, 100% 55%, 100% 0%);
  }
  .problem__title::before {
    top: 2.3em;
    left: calc(50% - 8.4em);
  }
  .problem__title::after {
    top: 4.7em;
  }
}

.problem__image {
  background: url(https://s3.ap-northeast-1.amazonaws.com/abe-labo.biz/pages/landing/images/problem1.webp) no-repeat center center/cover;
  padding-top: min(6%, 116px);
  max-height: 797px;
}
.problem__image img {
  width: 54%;
  max-width: 1037px;
  margin: 0 auto;
  display: block;
}
@media screen and (max-width: 999px) {
  .problem__image {
    padding-top: 10%;
  }
  .problem__image img {
    width: 65%;
  }
}
@media (max-width: 767px) {
  .problem__image img {
    margin: 0;
    margin-left: 50%;
    transform: translateX(-50%);
    width: 104%;
  }
}

/*------------------------------
present
------------------------------*/
.present {
  background: #d7eeff;
  padding: 0 0 75px;
}
@media (max-width: 767px) {
  .present {
    padding: 30px 0 0;
  }
}

/*
.present__content {
  margin-top: 20%;
  position: relative;
}
.present__content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  margin-top: -13%;
  transform: translate(-50%, -50%);
  background: url(https://s3.ap-northeast-1.amazonaws.com/abe-labo.biz/pages/landing/images/icon_arrow.webp) no-repeat center center/contain;
  width: 14%;
  aspect-ratio: 248/80;
}
*/
.present__content strong {
  display: block;
  font-size: 3.2rem;
  font-weight: 900;
  line-height: 2.21875;
  text-align: center;
  margin-top: 1em;
}
@media (max-width: 767px) {
  .present__content strong {
    font-size: 1.4rem;
  }
}

.present__movie {
  position: relative;
  width: 81%;
  margin: 0 auto;
}
/*
.present__movie::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-100%);
  background: url(https://s3.ap-northeast-1.amazonaws.com/abe-labo.biz/pages/landing/images/text_check.webp) no-repeat center center/contain;
  width: 193px;
  aspect-ratio: 399/200;
  transform: translate(-32%, -120%);
  width: 25%;
}
*/
@media (max-width: 767px) {
  .present__movie {
    width: 86%;
  }
}

.present__title {
  width: 89%;
  margin: 4% auto 0;
}

.present__list {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 2% auto 0;
}
.present__list li {
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 2.5384615385;
  position: relative;
  padding-left: 2.7em;
  margin-left: -1.2em;
}
.present__list li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: url(https://s3.ap-northeast-1.amazonaws.com/abe-labo.biz/pages/landing/images/icon_check.webp) no-repeat center center/contain;
  width: 1.8em;
  aspect-ratio: 45/45;
}
@media (max-width: 767px) {
  .present__list {
    margin: 8% auto 0;
  }
  .present__list li {
    font-size: 1.2rem;
    padding-left: 2.4em;
    margin-left: 0em;
  }
}

.present__button {
  margin-top: 64px;
  display: flex;
  justify-content: center;
}
.present__button a {
  width: 44%;
}
@media (max-width: 767px) {
  .present__button {
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
  }
  .present__button a {
    width: 90%;
  }
  .present__button a:nth-child(2) {
    margin-top: 24px;
  }
}

/*------------------------------
result
------------------------------*/
.result {
  background: #d7eeff;
  padding: 60px 0 70px;
}
@media (max-width: 767px) {
  .result {
    padding-bottom: 30px;
  }
}

.result__list {
  margin-top: 100px;
}
.result__list li {
  background: linear-gradient(to right, #50acff, #6d44ff);
  border-radius: 20px;
  padding: 70px 65px;
  box-shadow: 5px 5px 10px #7cc5f2;
  position: relative;
}
.result__list li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  border-radius: 16px;
  background: #fff;
}
.result__list li::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(https://s3.ap-northeast-1.amazonaws.com/abe-labo.biz/pages/landing/images/icon_check.webp) no-repeat center center/contain;
  width: 96px;
  aspect-ratio: 96/96;
}
.result__list li:nth-child(n+2) {
  margin-top: 100px;
}
@media (max-width: 767px) {
  .result__list {
    width: 310px;
    max-width: 100%;
    margin: 40px auto 0;
  }
  .result__list li {
    padding: 10%;
  }
  .result__list li::after {
    width: 40px;
  }
  .result__list li:nth-child(n+2) {
    margin-top: 40px;
  }
}

.result__item-content {
  position: relative;
}

.result__heading {
  font-size: 3.2rem;
  font-weight: 900;
  line-height: 1.5;
  text-align: center;
  background: url(https://s3.ap-northeast-1.amazonaws.com/abe-labo.biz/pages/landing/images/img_kakko.webp) no-repeat center center/100%;
  aspect-ratio: 1240/420;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  .result__heading {
    font-size: 1.4rem;
  }
}

.result__movie {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .result__movie {
    margin-top: 20px;
  }
}

.result-message {
  margin-top: 4%;
}
@media (max-width: 767px) {
  .result-message {
    margin-top: 9%;
  }
}

.result-message__heading {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: 3.8rem;
  font-weight: 900;
  line-height: 2.2894736842;
  position: relative;
  text-align: center;
}
.result-message__heading::before, .result-message__heading::after {
  content: "";
  position: absolute;
  width: 2em;
  background: url(https://s3.ap-northeast-1.amazonaws.com/abe-labo.biz/pages/landing/images/img_bubble.webp) no-repeat center center/contain;
  aspect-ratio: 158/190;
  top: 50%;
}
.result-message__heading::before {
  left: -2.1em;
  transform: translateY(-50%);
}
.result-message__heading::after {
  right: -2.1em;
  transform: translateY(-50%) scale(-1, 1);
}
@media screen and (max-width: 999px) {
  .result-message__heading {
    font-size: 2.8rem;
  }
}
@media (max-width: 767px) {
  .result-message__heading {
    font-size: min(1.4rem, 3.7333333333vw);
  }
}

.result-message__image {
  margin-top: 75px;
}
@media (max-width: 767px) {
  .result-message__image {
    width: 100vw;
    margin-left: 50%;
    transform: translateX(-50%);
  }
}
@media (max-width: 767px) {
  .result-message__image {
    margin-top: 35px;
  }
}

.result-message__text {
  margin-top: 80px;
  font-size: 3.2rem;
  font-weight: 900;
  line-height: 1.75;
  text-align: center;
}
.result-message__text strong {
  display: block;
  font-size: 3.8rem;
}
@media (max-width: 767px) {
  .result-message__text {
    margin-top: 1.9em;
    font-size: 1.2rem;
  }
  .result-message__text strong {
    font-size: 1.5rem;
  }
}

/*------------------------------
reason01
------------------------------*/
.reason01 {
  background: url(https://s3.ap-northeast-1.amazonaws.com/abe-labo.biz/pages/landing/images/bg_02.webp) no-repeat bottom center/cover;
  padding: min(3%, 60px) 0 130px;
  overflow: hidden;
}
.reason01 h2 span::before {
  bottom: 15%;
}
@media (max-width: 767px) {
  .reason01 {
    padding-bottom: 40px;
  }
}

.reason01__list {
  display: flex;
  width: 860px;
  max-width: 100%;
  margin: 30px auto 0;
}
.reason01__list li {
  width: 33.3%;
}
@media (max-width: 767px) {
  .reason01__list {
    width: 83%;
    margin-top: 20px;
  }
}

.reason-bottom {
  position: relative;
  margin-top: 7%;
}

.reason-bottom__text {
  font-size: 3.8rem;
  font-weight: 900;
  line-height: 1.55;
  padding-left: 1em;
}
@media (max-width: 767px) {
  .reason-bottom__text {
    font-size: 1.4rem;
    padding-left: 0;
  }
}

.reason-bottom__text--dec {
  margin-top: 0.2em;
  margin-right: 0.1em;
}
@media (max-width: 767px) {
  .reason-bottom__text--dec {
    font-size: 2.3rem;
    padding: 0 0.3em;
  }
}

.reason-bottom__image {
  position: absolute;
  bottom: -130px;
  right: 0;
  width: 46%;
  transform: translateX(14%);
}
@media screen and (max-width: 999px) {
  .reason-bottom__image {
    width: 40%;
  }
}
@media (max-width: 767px) {
  .reason-bottom__image {
    bottom: -40px;
    width: calc(100vw - 220px);
    max-width: 155px;
  }
}

/*------------------------------
bg-container
------------------------------*/
.bg-container {
  background: #d7eeff url(https://s3.ap-northeast-1.amazonaws.com/abe-labo.biz/pages/landing/images/bg_01.webp) repeat center center/100%;
}

/*------------------------------
reason02
------------------------------*/
.reason02 {
  padding: min(8%, 154px) 0 min(212px, 11%);
}
@media (max-width: 767px) {
  .reason02 {
    padding: 30px 0;
  }
}

.reason02__box {
  background: linear-gradient(to right, #50acff, #6d44ff);
  border-radius: 20px;
  padding: 60px 50px;
  box-shadow: 4px 4px 8px #7cc5f2;
  position: relative;
}
.reason02__box::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  border-radius: 16px;
  background: #fff;
}
@media (max-width: 767px) {
  .reason02__box {
    padding: 7%;
  }
}

.reason02__boxed-text {
  display: inline-block;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
.reason02__boxed-text span {
  display: inline-block;
  width: 1.4em;
  aspect-ratio: 63/63;
  font-size: 4.6rem;
  font-weight: 900;
  color: #fff252;
  background: #002850;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.1em;
}
.reason02__boxed-text span:nth-last-of-type(1) {
  margin-right: 0.4em;
}
@media (max-width: 767px) {
  .reason02__boxed-text {
    margin-bottom: 10px;
  }
  .reason02__boxed-text span {
    font-size: 1.8rem;
  }
}

.reason02__content {
  position: relative;
}
.reason02__content p {
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.2;
  margin: 1.5em 0 2.7em;
  letter-spacing: 0.01em;
}
.reason02__content p:nth-of-type(2) {
  margin: 2.7em 0 4em;
}
.reason02__content p span {
  margin-top: 1em;
  display: block;
}
.reason02__content p span a {
  color: #002850;
}
@media (max-width: 767px) {
  .reason02__content p {
    font-size: 1.2rem;
    line-height: 1.6;
    margin: 1em 0 1.5em;
  }
  .reason02__content p:nth-of-type(2) {
    margin: 1.8em 0 2em;
  }
  .reason02__content p span {
    font-size: 1rem;
  }
}

.reason02-bottom {
  position: relative;
  line-height: 1.9;
}

/*------------------------------
merit
------------------------------*/
@media (max-width: 767px) {
  .merit {
    padding: 30px 0;
  }
}

.merit__content {
  margin-top: 85px;
}
.merit__content li h3 {
  margin: 0; /* 打消し */
  margin-left: 2em;
}
@media (max-width: 767px) {
  .merit__content {
    margin: 30px auto 0;
    width: 290px;
    max-width: 100%;
  }
  .merit__content li h3 {
    margin-left: 1.5em;
  }
}

/*------------------------------
point
------------------------------*/
.point {
  padding: min(212px, 11%) 0 min(7.4%, 143px);
}
@media (max-width: 767px) {
  .point {
    padding: 30px 0;
  }
}

.point__content {
  margin-top: 90px;
}
@media (max-width: 767px) {
  .point__content {
    margin: 40px auto 0;
    width: 290px;
    max-width: 100%;
  }
}

.point__button {
  margin-top: 15%;
}
.point__button a {
  width: 100%;
  padding: 1.5em 0;
}
@media (max-width: 767px) {
  .point__button {
    margin-top: 35px;
    text-align: center;
  }
  .point__button a {
    width: 88%;
  }
}

/*------------------------------
benefit
------------------------------*/
.benefit {
  background: url(https://s3.ap-northeast-1.amazonaws.com/abe-labo.biz/pages/landing/images/bg_03.webp) no-repeat center center/cover;
  padding: 110px 0;
}
.benefit h2 {
  letter-spacing: 0.05em;
}
.benefit h2 img {
  display: block;
  width: 88%;
  margin: 0 auto -4%;
}
.benefit h2 small {
  display: block;
  margin-top: 0.7em;
}
@media (max-width: 767px) {
  .benefit {
    padding: 20px 0 40px;
  }
  .benefit h2 img {
    width: 100%;
  }
}

.benefit__inner {
  width: 940px;
  max-width: 100%;
}
@media (max-width: 767px) {
  .benefit__inner {
    padding: 0 2%;
    width: 375px;
  }
}

.benefit__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 2%;
  margin-top: -6%;
}
@media (max-width: 767px) {
  .benefit__content {
    justify-content: space-between;
  }
}

.benefit__list {
  width: 60%;
  margin-top: 7%;
  flex-shrink: 0;
}
.benefit__list li {
  background: linear-gradient(180deg, rgb(55, 172, 255) 6.49%, rgb(80, 172, 255) 32.78%, rgb(63, 100, 255) 60.43%, rgb(109, 68, 255) 100%);
  border: 2px solid #fff;
  font-size: 4.9rem;
  font-weight: 900;
  color: #fff;
  text-align: center;
  border-radius: 8px;
  padding: 15px 0;
}
.benefit__list li:nth-child(n+2) {
  margin-top: 25px;
}
@media screen and (max-width: 999px) {
  .benefit__list li {
    font-size: 3rem;
  }
}
@media (max-width: 767px) {
  .benefit__list {
    width: 62%;
    flex-shrink: 0;
  }
  .benefit__list li {
    font-size: 2rem;
    padding: 0.3em 0;
  }
  .benefit__list li:nth-child(n+2) {
    margin-top: 0.5em;
  }
}

.benefit__image {
  width: 40%;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .benefit__image {
    width: 42%;
    flex-shrink: 0;
  }
}

.benefit__box {
  aspect-ratio: 911/1032;
  background: url(https://s3.ap-northeast-1.amazonaws.com/abe-labo.biz/pages/landing/images/bg_04.webp) no-repeat center center/100%;
  padding: 6% 7%;
}
@media screen and (max-width: 999px) {
  .benefit__box {
    padding: 5% 7%;
  }
}
@media (max-width: 767px) {
  .benefit__box {
    background: url(https://s3.ap-northeast-1.amazonaws.com/abe-labo.biz/pages/landing/images/bg_04_sp.webp) no-repeat center center/100%;
    background-size: 100% 100%;
  }
}

.benefit__box-head {
  text-align: center;
}
.benefit_toc-title {
  font-weight: bold;
  color: #fff;
  font-size: 2.8rem;
  text-align: center;
  position: relative;
  margin: 4% auto 3%;
}
.benefit_toc-title::before, .benefit_toc-title::after {
  content: "";
  position: absolute;
  background: url(https://s3.ap-northeast-1.amazonaws.com/abe-labo.biz/pages/landing/images/dec.webp) no-repeat center center/100%;
  aspect-ratio: 653/27;
  width: calc((100% - 5em) / 2);
  top: 50%;
}
.benefit_toc-title::before {
  left: 0%;
  transform: translate(0%, -50%);
}
.benefit_toc-title::after {
  right: 0;
  transform: translate(0%, -50%) scale(-1, 1);
}
@media (max-width: 767px) {
  .benefit_toc-title {
    font-size: 1.2rem;
    margin: 4% auto 7%;
  }
}

.benefit_toc-content {
  display: flex;
  justify-content: space-between;
}
.benefit_toc-content p {
  width: 48%;
  font-size: clamp(1.2rem, 1.4893617021vw, 1.4rem);
  font-weight: 700;
  line-height: 1.9285714286;
  color: #fff;
  white-space: pre-line;
}
@media (max-width: 767px) {
  .benefit_toc-content {
    flex-direction: column;
  }
  .benefit_toc-content p {
    width: 100%;
    font-size: 1rem;
    line-height: 1.65;
  }
}

.benefit__button {
  display: flex;
  justify-content: space-between;
  margin: min(5%, 96px) auto 0;
  width: 1024px;
  max-width: 100%;
  padding: 0 16px;
}
.benefit__button a {
  width: 45%;
}
@media (max-width: 767px) {
  .benefit__button {
    width: 340px;
    max-width: 100%;
    flex-direction: column;
    margin: 50px auto 0;
  }
  .benefit__button a {
    width: 100%;
  }
  .benefit__button a:nth-child(2) {
    margin-top: 20px;
  }
}

/*------------------------------
message
------------------------------*/
.message {
  padding: min(4.2%, 80px) 0 90px;
  background: url(https://s3.ap-northeast-1.amazonaws.com/abe-labo.biz/pages/landing/images/bg_wave.webp) no-repeat top center/100%;
}
.message h2 span {
  margin-bottom: 0.8em;
}
@media (max-width: 767px) {
  .message {
    padding-bottom: 50px;
  }
}

.message__content {
  margin-top: 70px;
}
.message__content p {
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.2;
  white-space: pre-line;
}
.message__content p:nth-of-type(n+2) {
  margin-top: 1em;
}
@media (max-width: 767px) {
  .message__content {
    margin-top: 30px;
  }
  .message__content p {
    font-size: 1.2rem;
    line-height: 1.5;
  }
}

.message__image {
  margin: 30px 0;
}
.message__image img {
  display: block;
  width: 86%;
  margin: 0 auto;
}

.message__image-note {
  display: block;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2.8888888889;
}
@media (max-width: 767px) {
  .message__image-note {
    font-size: 1rem;
    line-height: 1.6;
  }
}

.message__signature {
  text-align: right;
}
.message__signature p {
  margin: 0.3em 0;
}
.message__signature img {
  width: 223px;
}
@media (max-width: 767px) {
  .message__signature p {
    font-size: 1rem;
    margin: 3.6em 0 0.5em;
  }
  .message__signature img {
    width: 125px;
  }
}

.message__button {
  margin: 120px auto 0;
  width: 890px;
  max-width: 100%;
}
.message__button a {
  width: 100%;
  padding: 1.5em 0;
}
@media (max-width: 767px) {
  .message__button {
    margin-top: 50px;
    text-align: center;
  }
  .message__button a {
    width: 80%;
  }
}

/*------------------------------
qa
------------------------------*/
.qa {
  padding: 80px 0;
  background: #d7eeff;
}
@media (max-width: 767px) {
  .qa {
    padding: 20px 0;
  }
}

.qa__list {
  width: 860px;
  max-width: 100%;
  margin: 65px auto 0;
}
@media (max-width: 767px) {
  .qa__list {
    margin-top: 20px;
  }
}

.qa__item-q {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 2.1666666667;
  color: #fff;
  padding: 1em;
  padding-left: 3.2em;
  border-radius: 10px;
  position: relative;
}
.qa__item-q::before {
  content: "Q.";
  position: absolute;
  font-size: 3.8rem;
  line-height: 1;
  font-weight: 700;
  top: 1.2em;
  left: 0.6em;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .qa__item-q {
    font-size: 1.4rem;
    line-height: 1.5;
    padding: 0.4em 3%;
    padding-left: 9%;
    border-radius: 4px;
  }
  .qa__item-q::before {
    font-size: 1.4rem;
    top: 1em;
    left: 3%;
  }
}

.qa__item-a {
  margin: 2.2em 0;
  padding: 0 20px 0 75px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.1666666667;
  border-radius: 10px;
  position: relative;
}
.qa__item-a::before {
  position: absolute;
  top: 0.7em;
  left: 20px;
  content: "A";
  font-size: 3.8rem;
  line-height: 1;
  font-weight: 700;
  vertical-align: sub;
  color: #3699f1;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .qa__item-a {
    margin: 0.6em 0 2em;
    line-height: 1.5;
    font-size: 1.2rem;
    padding: 2% 1%;
    padding-left: 9%;
  }
  .qa__item-a::before {
    font-size: 1.4rem;
    top: 1em;
    left: 3%;
  }
}

/*------------------------------
profile
------------------------------*/
.profile {
  padding: 65px 0 60px;
  font-weight: bold;
}
.profile h2 {
  color: #3699f1;
  position: relative;
  padding: 1em 0;
}
.profile h2::before, .profile h2::after {
  content: "";
  position: absolute;
  background: linear-gradient(to right, #50acff, #6d44ff);
  width: 100%;
  left: 50%;
  height: 5px;
  transform: translate(-50%, 0%);
}
.profile h2::before {
  top: 0%;
}
.profile h2::after {
  bottom: 0;
}
@media (max-width: 767px) {
  .profile {
    padding: 30px 0;
  }
  .profile h2 {
    padding: 0.5em 0;
    line-height: 1.4;
  }
  .profile h2::before, .profile h2::after {
    height: 2px;
  }
}

@media (min-width: 768px) {
  .profile__inner {
    width: 1070px;
  }
}
.profile-body {
  display: flex;
  justify-content: space-between;
  margin-top: 5%;
}
@media (max-width: 767px) {
  .profile-body {
    flex-direction: column-reverse;
  }
}

.profile__content {
  width: 53%;
}
.profile__content p {
  font-size: 2rem;
  margin-top: 1.6em;
  line-height: 2.2;
}
@media (max-width: 767px) {
  .profile__content {
    width: 100%;
    margin-top: 6%;
  }
  .profile__content p {
    font-size: 1.2rem;
    margin-top: 1.2em;
    line-height: 1.5;
  }
}

.profile-img {
  width: 42%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .profile-img {
    width: 50%;
    margin: 0 auto;
  }
}

.profile__name ruby {
  font-size: 3rem;
}
.profile__name span {
  font-size: 1.8rem;
  display: block;
  margin-bottom: 1em;
}
@media (max-width: 767px) {
  .profile__name ruby {
    font-size: 1.5rem;
  }
  .profile__name span {
    font-size: 1rem;
  }
}


/*
.profile__media {
  border: 4px solid #002850;
  padding-bottom: 30px;
  margin-top: 5%;
}
.profile__media-title {
  color: #fff;
  background: #002850;
  width: 19.3em;
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
  height: 2.5lh;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.8rem;
  -webkit-clip-path: polygon(0% 0%, 5% 100%, 95% 100%, 100% 0%);
          clip-path: polygon(0% 0%, 5% 100%, 95% 100%, 100% 0%);
}
@media (max-width: 767px) {
  .profile__media-title {
    font-size: 1.2rem;
    height: 1.9lh;
    width: 16.3em;
  }
}

.profile__media-list {
  display: flex;
  width: 89%;
  margin: 2% auto 0;
  justify-content: space-between;
  align-items: flex-end;
}
.profile__media-list li {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.profile__media-list li:nth-child(2) img {
  width: 82%;
}
.profile__media-list li img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.profile__media-list li p {
  font-size: 2rem;
  margin-top: 2em;
}
@media (max-width: 767px) {
  .profile__media-list {
    width: 92%;
    margin: 4% auto 0;
    margin-left: 8%;
  }
  .profile__media-list li {
    position: relative;
  }
  .profile__media-list li p {
    font-size: min(1rem, 2.6666666667vw);
    position: absolute;
    bottom: -0.7em;
    transform: translate(0, 100%);
    white-space: nowrap;
  }
}

*/

/*プロフィール下*/
.profile__media {
  border: 4px solid #002850;
  padding-bottom: 30px;
  margin-top: 5%;
}

.profile__media-title {
  color: #fff;
  background: #002850;
  width: 19.3em;
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
  height: auto;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.8rem;
  -webkit-clip-path: polygon(0% 0%, 5% 100%, 95% 100%, 100% 0%);
          clip-path: polygon(0% 0%, 5% 100%, 95% 100%, 100% 0%);
}

.profile__media-content {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.profile__media-list {
  display: flex;
  flex-wrap: wrap;
  width: 89%;
  margin: 2% auto 0;
  justify-content: space-between;
  align-items: flex-start;
}

.profile__media-list li {
  width: 48%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
 
  justify-content: space-around;
  flex-wrap: nowrap;
  height: 100%;
  gap: 20px
}
.profile__media-list li img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.profile__media-list li p {
  font-size: 2rem;
  margin-top: 1.5em;
  text-align: center;
  line-height: 1.8;
}

.profile__media-list li .box p {
  margin-top: 15px !important;
}

@media (max-width: 767px) {
.profile__media {
	padding-bottom: 0;
}
.profile__media-title {
	font-size: 2rem;
    padding: 8px;
    -webkit-clip-path: none;
            clip-path: none;
}
.profile__media-content {
	flex-direction: column;
    align-items: center;
}
.profile__media-list {
    width: 92%;
    margin: 4% auto 0;
    flex-direction: column;
    align-items: center;
}
.profile__media-list li {
	width: 100%;
    margin-bottom: 20px;
}
.profile__media-list li p {
    font-size: 1.5rem;
    margin: 20px auto;
}
}

.u-text-marker {
  background: none;
}

.u-text-marker sub {
  position: relative;
}

.u-text-marker::before {
  content: "";
  position: absolute;
  background: #fff252;
  width: calc(100% + 1em);
  height: 1em;
  left: 50%;
  bottom: 0%;
  transform: translate(-50%, 40%);
}


/*------------------------------
footer
------------------------------*/
footer {
  padding: 60px 0;
  background: linear-gradient(112.2deg, rgb(55, 172, 255) 6.49%, rgb(80, 172, 255) 32.78%, rgb(63, 100, 255) 60.43%, rgb(109, 68, 255) 100%);
}
.footer_links {
  text-align: center;
  margin-bottom: 10px;
  font-size: 16px;
}
.footer_links a {
  color: #fff;
  text-decoration: none;
  margin: 0 5px;
}
.footer_links a:hover {
  text-decoration: underline;
}
.footer__copyright {
  font-size: 2rem;
  font-weight: 700;
  line-height: 3.6;
  color: #fff;
  text-align: center;
}
.u-text-marker {
  background: none;
}
.u-text-marker sub {
  position: relative;
}
.u-text-marker::before {
  content: "";
  position: absolute;
  background: #fff252;
  width: calc(100% + 1em);
  height: 1em;
  left: 50%;
  bottom: 0%;
  transform: translate(-50%, 40%);
}

/*25.2.26追加*/
.fv__cta-button2 {
	margin-top: 25px;
	text-align: center;
}
.present__button2 {
	margin-top: 64px;
	text-align: center;
}
.point__button2 {
	margin-top: 30px;
	text-align: center;
}
.benefit__button2 {
	padding: 0 16px;
	text-align: center;
	margin-top: 60px;
}
.message__button2 {
	margin: 120px auto 0;
	text-align: center;
}
.fv__cta-button2 a,
.present__button2 a,
.point__button2 a,
.benefit__button2 a{
	width: 75%;
	padding: 1.5em 0;
}
.message__button2 a {
	width: 50%;
	padding: 1.5em 0;
}
.cd-timer{
	font-size: 30px;
	color: #fff;
	line-height: 60px;
	background-color: #f00;
	padding: 10px;
	text-align: center;
}
.btn-under{
	margin: 10px auto -40px;
	display: flex;
	justify-content: center;	
}
.btn-under2{
	margin: 10px auto -40px;
	display: flex;
	justify-content: center;	
}
.btn-under3{
	margin: 10px auto -70px;
	display: flex;
	justify-content: center;	
}
.btn-under4{
	margin: 10px auto -40px;
	display: flex;
	justify-content: center;	
}

@media all and (max-width: 768px) {	
footer {
	padding: 30px 0 100px;
}
.footer_links {
	margin-bottom: 30px;
	font-size: 14px;
}
.footer_links a {
	margin: 0 5px;
}
.footer__copyright {
	font-size: 15px;
}
.fv__cta-button2 {
    margin-top: 20px;
}
.present__button2 {
    align-items: center;
    margin-top: 20px;
}
.point__button2 {
	text-align: center;
	margin-top: 35px;
}
.benefit__button2 {
	margin: 40px auto -30px;
}
.message__button2 {
	margin-top: 50px;
	text-align: center;
}
.fv__cta-button2 a,
.present__button2 a,
.point__button2 a,
.benefit__button2 a{
	width: 90%;
}
.message__button2 a {
	width: 90%;
}
.u-with-864 {
    margin-bottom: 30px;
}
.cd-timer{
	font-size: 20px;
	line-height: 30px;
	text-align: center;
	font-weight: bold;
}
.countdown-text::after {
	content: "\A";
	white-space: pre;
}
.btn-under{
	margin: 10px auto;
}
.btn-under2{
	margin: 10px auto -30px;
}
.btn-under3{
	margin: 40px auto -40px;
}
		
/* アニメーション */
.dokundokun-animation{
	animation: dokundokun 1300ms ease infinite;
}
@keyframes dokundokun {
	0%  { transform: scale(1); }
	15% { transform: scale(1.05); }
	30% { transform: scale(1); }
	45% { transform: scale(1.05); }
	70% { transform: scale(1); }
}
/*25.2.26追加ここまで*/