@charset "utf-8";
/* CSS Document */

:root {
  --text-color: #737373;
  /*メイン色*/
  --main-color: #B4B4B4;
  /*サブ色*/
  --sub-color: #ABD5E3;
  /*サイドメニュー・レイアウト類の背景色*/
  --bg-color: #DFE9F6;
  /*境界線色*/
  --border-color: #B4B4B4;
}

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

body {
  font-family: futura-pt, yu-gothic-pr6n, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: var(--text-color);
  font-size: 1.1979166666666667vw;
  line-height: 1.95652173913;
  text-align: justify;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

iframe {
  max-width: 100%;
  vertical-align: top;
}

a {
  color: var(--main-color);
  text-decoration: none;
}

a:hover {
  color: var(--sub-color);
}

/*tel*/
[href^="tel"]:hover {
  cursor: default;
}

a[href="tel:準備中"] {
  pointer-events: none;
}

::selection {
  background-color: var(--sub-color);
}

::-moz-selection {
  background-color: var(--sub-color);
}

@media print {
  html {
    -webkit-print-color-adjust: exact;
  }

  body {
    zoom: 80%;
  }

  .fixed {
    position: inherit !important;
  }
}

/* 画像のにじみ（大きい画像を小さく表示した時等）対策 */
.visibility {
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  backface-visibility: hidden;
}

/* 共通パーツ */
.inner {
  padding: 0 5vw;
}

/* header 
===================================================================*/
.floating_menu {
  position: fixed;
  right: 0;
  bottom: 30px;
  z-index: 10;
  transition: .7s;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 3)
}

.floating_menu a {
  position: relative;
  display: block;
  width: 15.7vw;
  transition: .7s;
}

.floating_menu .close {
  position: absolute;
  top: -2.34375vw;
  right: 0.26041666666666663vw;
  cursor: pointer;
}

.floating_menu span {
  position: relative;
  display: inline-block;
  width: 2.34375vw;
  height: 2.34375vw;
}

.floating_menu span:before {
  position: absolute;
  right: 0;
  top: 50%;
  content: "";
  width: 2.34375vw;
  height: 2px;
  background: var(--border-color);
  transform: translateY(-50%) rotate(-45deg);
}

.floating_menu span:after {
  position: absolute;
  left: 0;
  top: 50%;
  content: "";
  width: 2.34375vw;
  height: 2px;
  background: var(--border-color);
  transform: translateY(-50%) rotate(45deg);
}

.floating_menu a:hover {
  opacity: .8;
}

.floating_menu .search_btn,
.search_btn a {
  position: relative;
  font-size: min(1.19791666667vw, 23px);
  color: #fff;
  text-align: center;
  line-height: 1.4347826087;
  font-family: yu-gothic-pr6n, sans-serif;
  font-weight: 400;
  font-style: normal;
  background: #000;
  padding: 0.78125vw 0;
}

.floating_menu .search_btn::before, .search_btn a:before {
  position: relative;
  top: 0.26041666666vw;
  display: inline-block;
  content: "";
  width: 1.40625vw;
  height: 1.40625vw;
  mask-image: url(../images/btn_search.png);
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: cover;
  background: #fff;
  margin-right: 0.20833333333vw;
}

/* main
===================================================================*/
/* mv */
.mv_wrap {
  position: relative;
  width: 100%;
  min-height: 100vh;
  background: var(--sub-color) url(../images/mv_img.jpg) no-repeat right 14.322916666666666% center/33.541666666666664vw auto;
  background-attachment: fixed;
}

.logo01 {
  width: 12vw;
  margin-bottom: 2.5vw;
}

.mv_inner {
  width: 50%;
  padding: 7vw 0 1.8229166666666667vw 10vw;
  background-attachment: fixed;
}

.mv_content h2 {
  font-size: min(2.4479166666666665vw, 47px);
  line-height: 1.37;
  letter-spacing: .07em;
  color: #fff;
  margin-bottom: 1.40625vw;
}

.mv_content p {
  font-size: min(1.1979166666666667vw, 23px);
  color: #fff;
  line-height: 1.68;
  letter-spacing: .22em;
  margin-bottom: 2.083333333333333vw;
}

.mv_content .btn {
  width: fit-content;
  margin-bottom: 3vw;
}

.mv_content .btn a {
  position: relative;
  display: flex;
  align-items: center;
  width: fit-content;
  font-size: min(1.4583333333333333vw, 28px);
  line-height: 1.68;
  letter-spacing: .13em;
  color: #fff;
  background: rgba(0, 0, 0, .3);
  padding: 0.33vw 1.6vw;
}

.mv_content .btn a:hover,
.choose_box ul li a:hover,
.answer_content .btn a:hover {
  background: #79B1C7 !important;
}

.mv_content .btn a:after {
  position: relative;
  display: inline-block;
  content: "";
  width: 1.3020833333333335vw;
  height: 1.40625vw;
  mask-image: url(../images/btn_arrow.png);
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: cover;
  -webkit-mask-image: url(../images/btn_arrow.png);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: cover;
  background: #fff;
  margin-left: 0.78125vw;
}

.mv_scroll p {
  position: relative;
  width: 8vw;
  margin-bottom: 0;
}

.mv_scroll p:before {
  position: absolute;
  top: 0;
  left: -0.65vw;
  content: "Scroll";
  font-size: min(0.8vw, 24px);
  color: #fff;
  line-height: 1;
  letter-spacing: .14em;
  transform: rotate(180deg);
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  animation:
    circlemove 2s .5s ease-in-out infinite,
    cirlemovehide 2s .5s ease-out infinite;
}

@keyframes circlemove {
  0% {
    bottom: 5vw;
  }

  100% {
    bottom: -5px;
  }
}

@keyframes cirlemovehide {
  0% {
    opacity: 0
  }

  50% {
    opacity: 1;
  }

  80% {
    opacity: 0.9;
  }

  100% {
    opacity: 0;
  }
}

/* 肌質チェック */
.choose_box {
  position: relative;
  display: none;
  width: 45.5%;
  padding: 7vw 0 1.8229166666666667vw 10vw;
}

.logo02 {
  width: 17vw;
  margin-bottom: 8vw;
}

.logo02.answer_logo {
  margin-bottom: 2.5vw;
}

.question_num {
  margin-bottom: 4.6875vw;
}

.answer_content .question_num {
  margin-bottom: 2.083333333333333vw;
}

.question_num p {
  display: flex;
  align-items: center;
  gap: 2px;
  font-size: min(0.9895833333333333vw, 19px);
  line-height: 2.5;
  letter-spacing: .1em;
  color: #fff;
  padding: 0.41vw 3px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  background: url(../images/question01.png) no-repeat right center / 9.27272727273% auto;
  font-weight: 300;
}

[id^="q_02"] .question_num p {
  background: url(../images/question02.png) no-repeat right center/9.27272727273% auto;
}

[id^="q_03"] .question_num p {
  background: url(../images/question03.png) no-repeat right center/9.27272727273% auto;
}

.question_num p span {
  font-size: 2.47em;
  line-height: 1;
}

.answer_content .question_num p {
  padding: 0.1vw 3px;
  font-size: min(1.25vw, 24px);
  background: url(../images/answer.png) no-repeat right center / 9.27272727273% auto;
}

.question_text {
  font-size: min(2.4479166666666665vw, 47px);
  line-height: 1.51;
  letter-spacing: .07em;
  color: #fff;
  margin-bottom: 3.90625vw;
}

.choose_box ul {
  display: flex;
  justify-content: space-between;
  gap: 4%;
  padding-bottom: 2.1vw;
  border-bottom: 1px solid #fff;
}

.choose_box ul li {
  width: 48%;
}

.choose_box ul li a {
  width: 100%;
  color: #fff;
  display: block;
  padding: 0 20px;
  line-height: 2;
  text-align: center;
  letter-spacing: .08em;
  background-color: rgba(0, 0, 0, .3);
  font-size: min(1.4583333333333333vw, 28px);
  transition: .7s;
  cursor: pointer;
}

.btn_cl_change,
.btn_cl_change:hover:after {
  transition: .7s;
}

body .btn_cl_change:hover:after {
  transform: translateX(5px);
}

.answer_content .result_wrap p {
  font-size: min(1.4583333333333333vw, 28px);
  color: #fff;
  letter-spacing: .1em;
  line-height: 1.8;
  text-align: center;
  margin-bottom: 2.083333333333333vw;
}

.answer_content .result_wrap p:not(:last-of-type) {
  margin-bottom: 1.6vw;
}

.answer_content .result_wrap p span {
  font-size: min(3vw, 90px);
  line-height: 1.4;
  letter-spacing: .1em;
  background: linear-gradient(to bottom, transparent 75%, rgba(255, 255, 255, .25) 75%);
}

.answer_content .result_wrap p.advice {
  font-size: min(1.1666666666666667vw, 35px);
  line-height: 1.5;
  text-align: left;
  letter-spacing: .1em;
}

.answer_content .btn {
  margin-bottom: 1.0666666666666667vw;
}

.answer_content .btn:last-of-type {
  padding-bottom: 1.6666666666666667vw;
  border-bottom: 1px solid #fff;
  margin-bottom: 0;
}

.answer_content .btn a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: min(1.3541666666666667vw, 26px);
  line-height: 1.68;
  letter-spacing: .07em;
  color: #fff;
  background: rgba(0, 0, 0, .3);
  padding: 0.33vw 0.9vw;
}

/* menu */
.top_menu {
  padding: 5vw 0;
  margin-bottom: 5vw;
  height: auto;
}

.top_menu h2 {
  font-size: min(3vw, 90px);
  letter-spacing: .17em;
  line-height: 1.47;
  margin-bottom: 0.5208333333333333vw;
  font-weight: 300;
  font-style: normal;
}

.menu_title_wrap {
  display: flex;
  margin-bottom: 0.26041666666666663vw;
}

.menu_title_wrap>div {
  font-size: min(0.8vw, 24px);
  line-height: 2.604166666666667vw;
  letter-spacing: .22em;
  color: #97BCDC;
  border-top: 1px solid var(--border-color);
  border-bottom: 1px solid var(--border-color);
}

.menu_title01 {
  width: 20.0347423277%;
}

.menu_title02 {
  width: 29.6467863347%;
}

.menu_title03 {
  width: calc(100% - 20.0347423277% - 29.6467863347%);
}

.menu_flex_wrap {
  display: flex;
  padding-bottom: 10px;
}

.menu_flex_wrap:has(.sub_program_content) {
  padding: 10px 0;
  border-top: solid 1px var(--border-color);
}

.program_title {
  width: 15.5182397221%;
  display: grid;
  place-items: center;
  background: var(--bg-color);
}

.program_title.color02 {
  background: #DEE4F5;
}

.program_title.color03 {
  background: #E9E6F3;
}

.program_title.color04 {
  background: #F5DCDC;
}

.program_title p {
  font-size: min(1.3333333333333335vw, 40px);
  text-align: center;
  line-height: 2;
  letter-spacing: 0.22em;
}

.sub_program_content {
  display: flex;
  width: calc(100% - 15.5182397221%);
  justify-content: space-between;
  align-items: center;
  padding: 1vw 0 1vw 2.65625vw;
  margin-left: 1.447596989%;
}

.sub_program_tit {
  font-size: min(1.4000000000000001vw, 42px);
  letter-spacing: .1em;
}

.sub_program_text {
  position: relative;
  width: 60.409252669%;
  padding-right: 7vw;
}

.sub_program_text:after {
  position: absolute;
  bottom: 0;
  right: 0;
  content: "無料";
  font-size: min(1.4000000000000001vw, 42px);
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: center;
  color: #fff;
  width: 6.666666666666667vw;
  line-height: 6.666666666666667vw;
  background: #F09191;
  border-radius: 50%;
}

.sub_program_text p {
  position: relative;
  align-items: center;
  display: flex;
  font-size: min(1.0666666666666667vw, 32px);
  margin-bottom: 0.9vw;
  line-height: 1.72;
  letter-spacing: .1em;
}

.sub_program_text .btn01 a {
  font-size: min(1.0666666666666667vw, 32px);
  color: var(--text-color);
  border-bottom: 1px solid #1E1E1E;
  transition: 0.7s;
}

.sub_program_text .btn01 a:hover {
  color: #F09191;
  border-color: #F09191;
}

/* アコーディオン */
.program_content {
  width: calc(100% - 15.5182397221%);
  margin-left: 1.447596989%;
}

.accordion-area li>div:not(:last-of-type) {
  border-bottom: 1px solid var(--border-color);
}

.sub_accordion-area li:first-of-type>div {
  border-bottom: 1px solid var(--border-color);
}

.sub_accordion-area li:last-of-type>div {
  border-bottom: none;
}

.accordion-area section {
  border: 1px solid #ccc;
}

.viewmore_box .price_flex_wrap>div:not(.price) p span {
  color: #B4A0BE;
}

.accordion_title {
  position: relative;
  display: flex;
  cursor: pointer;
  transition: all .5s ease;
}

.accordion_title.no_close {
  cursor: inherit;
}

.accordion_title p {
  display: flex;
  align-items: center;
  font-size: min(1.4000000000000001vw, 42px);
  letter-spacing: .1em;
  min-height: 6.333333333333334vw;
}

.accordion_title .menu {
  width: 39.4277739009%;
  padding-left: 2.65625vw;
}

.accordion_title .features {
  width: calc(100% - 39.4277739009%);
  font-size: min(1.0666666666666667vw, 32px);
}

.view_more {
  position: relative;
  display: grid;
  place-items: center;
  font-size: min(1.5625vw, 30px);
  letter-spacing: .1em;
  min-height: 5.333333333333334vw;
  text-align: center;
  color: #fff;
  transition: 0.7s;
  background: var(--main-color);
  cursor: pointer;
}

.view_more:hover {
  background: #D2D2D2;
}

.accordion_title:before,
.view_more:before {
  position: absolute;
  top: 50%;
  right: 44px;
  transform: translateY(-50%);
  content: "";
  width: 1.5666666666666667vw;
  height: 0.9666666666666667vw;
  background: url(../images/btn_view_more.png) no-repeat center/cover;
}

.view_more:before {
  background: url(../images/btn_view_more02.png) no-repeat center/cover;
}

.accordion_title.close::before,
.view_more.close::before {
  transform: translateY(-50%) rotate(180deg);
}

.accordion_title.no_close:before {
  content: none;
}

/*アコーディオンで現れるエリア*/
.accordion_box {
  display: none;
}

.menu_flex {
  display: flex;
  align-items: flex-end;
  margin-left: 2.65625vw;
  justify-content: space-between;
  padding-top: 1.6666666666666667vw;
  margin-bottom: 4.333333333333334vw;
}

.content_left {
  width: 66.6666666667%;
}

.content_left .text {
  margin-bottom: 4vw;
}

.content_left .text p {
  font-size: min(1.2vw, 36px);
  letter-spacing: .1em;
  line-height: 1.97;
}

.content_left .text p sup {
  font-size: 60%;
}

.list_sup li {
  position: relative;
  margin-bottom: 5px;
  font-size: 80%;
  padding-left: 1em;
  text-indent: -1em;
}

.list_sup li::before {
  content: "※";
  display: inline;
}

.price_flex_wrap {
  display: flex;
  min-height: 5.333333333333334vw;
}

.price_flex_wrap .price {
  display: grid;
  place-items: center;
  width: 13.88888888888889%;
  background: var(--main-color);
  clip-path: polygon(86% 0, 100% 50%, 86% 100%, 0 100%, 0 0);
}

.price_flex_wrap .price p {
  font-size: min(1.0666666666666667vw, 32px);
  letter-spacing: .13em;
  color: #fff;
}

.price_flex_wrap>div:not(.price) {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 21%;
  padding-top: 0.5vw;
}

.price_flex_wrap>div:not(.price):before {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  width: 4px;
  height: 100%;
  border-right: 4px dotted #C8C8C8;
}

.price_flex_wrap>div:not(.price) p {
  font-size: min(1.3333333333333335vw, 40px);
  line-height: 1;
  letter-spacing: .1em;
  text-align: center;
}

.price_flex_wrap>div:not(.price) p span {
  display: inline-block;
  font-size: 80%;
  line-height: 1;
  color: #97BCDC;
}

.price_flex_wrap>div:not(.price) p span:not(.small) {
  margin-bottom: 0.7666666666666666vw;
}

.price_flex_wrap>div:not(.price) p span.small {
  font-size: 60%;
  padding-top: 0.5vw;
  color: var(--text-color);
}

.content_right {
  width: 28.7037037037%;
}

.viewmore_box {
  display: none;
  height: auto;
}

.viewmore_box .menu_flex_wrap {
  padding: 10px 0;
  border-bottom: solid 1px var(--border-color);
  margin-bottom: 0;
}

.sub_accordion_title {
  display: flex;
}

.sub_accordion_title p {
  display: flex;
  align-items: center;
  font-size: min(1.4000000000000001vw, 42px);
  letter-spacing: .1em;
  min-height: 6.333333333333334vw;
}

.sub_accordion_title .menu {
  width: 39.4277739009%;
  padding-left: 2.65625vw;
}

.sub_accordion_title .features {
  width: calc(100% - 39.4277739009%);
  font-size: min(1.0666666666666667vw, 32px);
}

/*examination*/
.examination {
  text-align: center;
  width: 80%;
  margin: 0 auto;
}

.sp_examination {
  width: 100%;
  text-align: center;
}


/* Message */
.message_content {
  display: grid;
  place-items: center;
  height: 120vh;
}

.message_content p {
  font-size: min(2.0416666666666665vw, 50px);
}

/* belief */
.top_belief {
  padding: 0 0 8.333333333333332vw;
}

.belief_mv {
  position: relative;
  width: 100%;
  height: 48.333333333333336vw;
  background: url(../images/belief_mv.jpg) no-repeat left top / contain;
  margin-bottom: 3.64583333333vw;
  background-attachment: fixed;
  overflow: hidden;
}

.mv_tit {
  position: absolute;
  top: 39.8706896552%;
  right: 6vw;
}

.mv_tit h2 {
  font-size: min(1.866666666666667vw, 56px);
  font-weight: bold;
  letter-spacing: .17em;
  line-height: 1.57;
}


.mv_tit p {
  font-size: min(2.666666666666667vw, 80px);
  letter-spacing: .17em;
  line-height: 1;
  text-align: right;
  color: #fff;
  font-weight: 300;
  font-style: normal;
  padding-right: 1vw;
  margin-bottom: 1vw;
}

/* .top_belief .inner {
  background: url(../images/belif_img01.jpg) no-repeat left 11.25vw top 9.53125vw/18.125vw, url(../images/belif_img02.jpg) no-repeat left 33.07291666666667vw bottom/18.125vw;
} */

.top_belief .inner {
  position: relative;
}

.top_belief .inner div.img01 {
  position: absolute;
  top: 9.53125vw;
  left: 11.25vw;
  content: "";
  width: 18.125vw;
  height: 25.767071494vw;
  background: url(../images/belif_img01.jpg) no-repeat center/cover;
}

.top_belief .inner div.img02 {
  position: absolute;
  bottom: 0;
  left: 33.07291666666667vw;
  content: "";
  width: 18.125vw;
  height: 25.767071494vw;
  background: url(../images/belif_img02.jpg) no-repeat center/cover;
}

@keyframes fadein-top {
  0% {
    opacity: 0;
    transform: translateY(-100px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
    /* 終了時の位置をデフォルトに */
  }
}

.belief_content {
  display: flex;
  justify-content: flex-end;
}

.belief_text {
  margin-bottom: 5.208333333333334vw;
  overflow: hidden;
}

.belief_text p {
  font-size: min(1.3333333333333335vw, 40px);
  letter-spacing: .1em;
  line-height: 1.93;
  text-align: right;
}

.belief_text p:not(:last-of-type) {
  margin-bottom: 2.7666666666666666vw;
}

/* belief */
.top_advantage {
  padding: 0 0 4.739583333333333vw;
}

.top_advantage .inner {
  padding: 0 8.3vw;
}

.advantage_mv {
  position: relative;
  width: 100%;
  height: 48.333333333333336vw;
  background: url(../images/advantage_mv.jpg) no-repeat left top / contain;
  margin-bottom: 6.666666666666667vw;
  overflow: hidden;
  background-attachment: fixed;
}

.advantage_mv .mv_tit {
  top: 36.4224137931%;
  left: 5.729166666666666vw;
  right: auto;
}

.advantage_mv .mv_tit p {
  text-align: left;
}

/* .advantage_mv .mv_tit h2:before {
  left: 5px;
  right: auto;
  content: "Advantage";
} */

.advantage_item {
  display: flex;
}

.advantage_item:not(:last-of-type) {
  margin-bottom: 6.666666666666667vw;
}

.advantage_num {
  width: calc(100% - 62.5% - 34.375%);
  border-right: 1px solid var(--border-color);
  overflow: hidden;
}

.advantage_num p {
  text-align: center;
}

.advantage_num span {
  display: grid;
  place-items: center;
  width: 100%;
  font-size: min(0.7333333333333333vw, 22px);
  letter-spacing: .17em;
  text-align: center;
  line-height: 1;
  padding-bottom: 9px;
  margin-bottom: 0.2vw;
  border-bottom: 1px solid var(--border-color);
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

.advantage_num p em {
  font-size: min(2.3333333333333335vw, 70px);
  letter-spacing: 0;
  line-height: 1;
}

.advantage_text {
  width: 62.5%;
  padding-left: 3.5000000000000004%;
  overflow: hidden;
}

.advantage_text h3 {
  font-size: min(1.3333333333333335vw, 43px);
  line-height: 1.68;
  letter-spacing: .1em;
  padding-right: 20px;
  margin-bottom: 15px;
}

.advantage_text p {
  position: relative;
  font-size: min(1vw, 30px);
  letter-spacing: .1em;
  line-height: 1.63;
  padding: 0 23% 0 0;
}

.advantage_item:first-of-type .advantage_text p {
  background: url(../images/oricon_img.png) no-repeat right 3% bottom .8vw / 18.9618644068% auto;
}

.advantage_item:nth-of-type(2) .advantage_text p {
  padding-bottom: .8vw;
  background: url(../images/best_cocsmetic.png) no-repeat right 4% bottom / 16.6313559322% auto;
}

.advantage_item:nth-of-type(3) .advantage_text p {
  padding-right: 7%;
}

.advantage_text p sup {
  font-size: 50%;
  letter-spacing: 0;
  vertical-align: bottom;
  position: relative;
  bottom: 1.5em;
}

.advantage_text p span {
  font-size: 66%;
}

.advantage_img_box {
  display: flex;
  gap: 13px;
  width: 34.375%;
  overflow: hidden;
}

/* step */
.top_step {
  padding: 0 0 4.739583333333333vw;
}

.step_mv {
  position: relative;
  width: 100%;
  height: 48.333333333333336vw;
  background: url(../images/flow_mv.jpg) no-repeat left top / contain;
  margin-bottom: 3.02083333333vw;
  overflow: hidden;
  background-attachment: fixed;
}

.step_mv .mv_tit {
  top: 38.7931034483%;
  text-align: right;
}

/* .step_mv .mv_tit h2:before {
  content: "Basic Step";
} */

.step_intro {
  font-size: min(1.6vw, 40px);
  line-height: 1.6;
  letter-spacing: .1em;
  padding: 0 4.166666666666666vw;
  margin-bottom: 6.25vw;
}

.top_step .inner {
  width: 85.83333333333333%;
  margin: 0 auto;
  padding: 0;
  counter-reset: number 0;
}

.step_content {
  width: 84.81553398058253%;
  margin: 0 auto;
}

.step_content h3 {
  position: relative;
  font-size: min(1.9791666666666665vw, 38px);
  line-height: 1;
  margin-bottom: 1.0666666666666667vw;
  padding-right: 12vw;
}

.step_content h3 span {
  display: inline-block;
  letter-spacing: .1em;
  padding: 0 0.16666666666666669vw 0.4vw;
  border-bottom: solid var(--border-color) 2px;
}

.step_content h3:before {
  display: inline-block;
  counter-increment: number 1;
  content: "STEP "counter(number);
  letter-spacing: .1em;
  padding-right: 1.2666666666666666vw;
  padding-bottom: 1.35vw;
  background: url(../images/step_bottom.png) no-repeat right bottom / 100% 0.9666666666666667vw;
}

.step_text.flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1.7187500000000002vw;
}

.step_text.flex p {
  font-size: min(1.1458333333333333vw, 22px);
  letter-spacing: .1em;
  line-height: 1.55;
}

.step_text.flex .search_btn a {
  font-size: min(0.9895833333333333vw, 19px);
  background: #727171;
  padding: 0.63vw 2.18vw;
  border: 1px solid #727171;
}

.step_text.flex .search_btn a:before {
  top: 0.4vw;
  width: 1.5104166666666667vw;
  height: 1.5104166666666667vw;
}

.step_text.flex .search_btn a:hover {
  background: #969696;
}

.step_text {
  margin-top: 1.25vw;
}

.step_text p {
  font-size: min(1.1458333333333333vw, 22px);
  letter-spacing: .19em;
  line-height: 1.68;
}

/* slick */
.slider {
  width: 100%;
  margin: 0 auto;
}

.slider img {
  width: 100%;
  height: auto;
}

/*　背景画像設定　*/
.step_img {
  width: 100%;
  height: 35vw;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.step01 .step_img {
  background-image: url(../images/flow01_img.jpg);
}

.step02 .step_img {
  background-image: url(../images/flow02_img.jpg);
}

.step03 .step_img {
  background-image: url(../images/flow03_img.jpg);
}

.step04 .step_img {
  background-image: url(../images/flow04_img.jpg);
}

.step05 .step_img {
  background-image: url(../images/flow05_img.jpg);
}

.step06 .step_img {
  background-image: url(../images/flow06_img.jpg);
}

.step07 .step_img {
  background-image: url(../images/flow07_img.jpg);
}

.step08 .step_img {
  background-image: url(../images/flow08_img.jpg);
}

.step09 .step_img {
  background-image: url(../images/flow09_img.jpg);
}

.step10 .step_img {
  background-image: url(../images/flow10_img.jpg);
}

.step11 .step_img {
  background-image: url(../images/flow11_img.jpg);
}

.step12 .step_img {
  background-image: url(../images/flow12_img.jpg);
}

.step13 .step_img {
  background-image: url(../images/flow13_img.jpg);
}

/*矢印の設定*/
.slick-prev,
.slick-next {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  cursor: pointer;
  width: calc(7.633333333333334vw / 2);
  height: calc(2.2666666666666666vw / 2);
  background: url(../images/slider_back.png) no-repeat center/cover;
}

.slick-next {
  left: auto;
  right: 0;
  background: url(../images/slider_next.png) no-repeat center/cover;
}

.slick-disabled:first-of-type,
.slick-disabled:last-of-type {
  display: none !important;
}

/*ドットナビゲーションの設定*/

.slick-dots {
  position: absolute;
  top: 0.85vw;
  right: calc((100% - 84.81553398058253%) / 2);
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: auto;
  z-index: 3;
  text-align: center;
}

.slick-dots li {
  display: inline-block;
  cursor: pointer;
}

.slick-dots li:not(:last-of-type) {
  margin-right: 0.6vw;
}

.slick-dots li.slick-active {
  margin-right: 0.6vw;
}

.slick-dots button {
  color: transparent;
  outline: none;
  width: 0.4vw;
  height: 0.4vw;
  padding: 0;
  display: block;
  border-radius: 50%;
  background: #DCDCDC;
  border-color: transparent;
  cursor: pointer;
}

.slick-dots .slick-active button {
  width: 0.6vw;
  height: 0.6vw;
  background: #969696;
}

/* Media */
.top_media {
  padding: 4.533333333333333vw 0 7.8vw;
}

.tit03 h3 {
  display: grid;
  place-items: center;
  min-height: 4.833333333333333vw;
  font-size: min(2.666666666666667vw, 80px);
  letter-spacing: .17em;
  line-height: 1.81;
  text-align: center;
  color: #fff;
  background: #C8C8C8;
  padding: 0 1.25vw;
  margin-bottom: 6vw;
  font-weight: 300;
  font-style: normal;
}

.youtube_content a {
  display: block;
  width: 57.77777777777777%;
  margin: 0 auto 6.833333333333333vw;
}

.media_thumbnail {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: calc((100% - (31.222515391380826737% * 3)) / 2);
  padding: 0 11.09375vw 5vw;
  border-bottom: 1px solid var(--border-color);
}

.media_thumbnail>div {
  width: 31.222515391380826737%;
  border: 2px solid #C8C8C8;
}

.media_thumbnail>div a {
  transition: .7s;
}

.media_thumbnail>div a:hover {
  opacity: .7;
}

/* モーダル */
.modal {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
  z-index: 1000;
  overflow-y: scroll;
}

.modal>div {
  position: relative;
  text-align: center;
}

#youtube01>div {
  width: 50%;
  height: auto;
  aspect-ratio: 16 / 9;
}

#media01>div, #media02>div {
  width: 45%;
  height: auto;
  aspect-ratio: 1 / 1;
}

.modal video, .modal iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  border: none;
}

div[id^="media"].modal iframe {
  aspect-ratio: 1/1;
}

.close-modal {
  position: absolute;
  top: -0.26041666666666663vw;
  right: -2.604166666666667vw;
  cursor: pointer;
  line-height: 1;
}

.close-modal>div {
  position: relative;
  display: inline-block;
  width: 2.34375vw;
  height: 2.34375vw;
}

.close-modal>div span:before {
  position: absolute;
  right: 0;
  top: 50%;
  content: "";
  width: 2.34375vw;
  height: 2px;
  background: #fff;
  transform: translateY(-50%) rotate(-45deg);
}

.close-modal>div span:after {
  position: absolute;
  left: 0;
  top: 50%;
  content: "";
  width: 2.34375vw;
  height: 2px;
  background: #fff;
  transform: translateY(-50%) rotate(45deg);
}

/* 肌診断のモーダル */
.mv_modal_content {
  background: #fff;
  width: 85%;
  max-height: 80%;
  margin: 0 auto;
  padding: 3vw;
  overflow-y: scroll;
}

.mv_modal_content h3 {
  position: relative;
  text-align: left;
  font-size: min(2.1333333333333333vw, 64px);
  letter-spacing: .17em;
  line-height: 1.7;
  border-bottom: 1px solid var(--border-color);
  margin-bottom: 0.5vw;
}

.mv_modal_content .close-modal {
  position: absolute;
  top: 4vw;
  right: 3vw;
  cursor: pointer;
  line-height: 1;
}

.mv_modal_content .close-modal>div span:before {
  background: var(--border-color);
}

.mv_modal_content .close-modal>div span:after {
  background: var(--border-color);
}

/* Benefit */
.top_benefit {
  padding: 0 0 6.9vw;
}

.top_benefit .tit03 h3 {
  margin-bottom: 0.5666666666666667vw;
}

.benefit_flex {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 2px solid var(--border-color)
}

/* .benefit_flex:before {
  position: absolute;
  top: 0;
  left: calc(50% - 2px);
  transform: translateX(-50%);
  content: "";
  width: 4px;
  height: calc(100% - 15px);
  border-right: 4px dotted #C8C8C8;
} */

.benefit_flex>div {
  width: 97%;
}

.line_campaign {
  padding: 2.666666666666667vw 0;
}

.monthly_campaign .img {
  width: 97.703703703703703704%;
  margin: 0 auto;
}

.line_campaign h4 {
  font-size: min(2.604166666666667vw, 50px);
  line-height: 1.44;
  letter-spacing: .1em;
  color: #04BA00;
  text-align: center;
  margin-bottom: 0.6666666666666667vw;
}

.line_campaign h4 span {
  background: linear-gradient(to bottom, transparent 70%, #d5f1d4 70%);
}

.line_campaign p {
  font-size: min(1.9791666666666665vw, 38px);
  text-align: center;
  margin-bottom: 3vw;
}

.line_campaign p span {
  background: linear-gradient(to bottom, transparent 70%, #d5f1d4 70%);
}

.line_campaign_text {
  font-weight: bold;
}

.line_campaign .img {
  margin: 0 auto 1.1vw;
}

.line_campaign .btn01 {
  margin-bottom: 3vw;
}

.line_campaign .btn01 a {
  display: block;
  width: fit-content;
  font-size: min(1vw, 30px);
  line-height: 1;
  color: #1E1E1E;
  text-align: center;
  margin: 0 auto 3vw;
  border-bottom: 1px solid #1E1E1E;
  transition: .7s;
}

.line_campaign .btn01 a:hover {
  color: var(--main-color);
  border-color: var(--main-color);
}

.friends {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.left {
  width: 45%;
}

.left img {
  width: 100%;
}

.center {
  width: 10%;
}

.right {
  width: 45%;
}

.right img {
  width: 100%;
}

.campaign_left {
  width: 60%;
}

.campaign_left img {
  width: 80%;
}

.campaign_right {
  width: 50%;
  text-align: right;
}

.campaign_right img {
  width: 70%;
}

.spare {
  width: 40%;
}


/* Question */
.top_qa {
  padding: 0 0 4.666666666666667vw;
  margin-bottom: 3.5999999999999996vw;
}

.top_qa .tit03 h3 {
  font-size: min(2vw, 60px);
  line-height: 2.42;
  letter-spacing: .1em;
  margin-bottom: 4vw;
}

.qa_wrap {
  text-align: center;
  margin-bottom: 3.6666666666666665vw;
}

.qa_wrap:last-of-type {
  margin-bottom: 0;
}

.qa_wrap .question {
  font-size: min(2vw, 42px);
  letter-spacing: 0.22em;
  line-height: 1.67;
  margin-bottom: 0.6666666666666667vw;
}

.qa_wrap .answer {
  font-size: min(1.3333333333333335vw, 28px);
  letter-spacing: 0.1em;
  line-height: 1.55;
}

.top_qa .btn02 {
  text-align: center;
}

.top_qa .btn02 a {
  position: relative;
  display: flex;
  align-items: center;
  width: fit-content;
  font-size: min(2vw, 42px);
  line-height: 1.68;
  color: #fff;
  background: #727171;
  border: 1px solid #727171;
  padding: 0.26vw 3.7vw;
  margin: 0 auto;
  transition: .7s;
}

.top_qa .btn02 a:hover {
  background: #969696;
}

.top_qa .btn02 a:after {
  position: relative;
  display: inline-block;
  content: "";
  width: 1.9270833333333335vw;
  height: 2.03125vw;
  mask-image: url(../images/btn_arrow.png);
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: cover;
  -webkit-mask-image: url(../images/btn_arrow.png);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: cover;
  background: #fff;
  margin-left: 0.78125vw;
}

.top_qa .search_btn {
  position: relative;
  margin-top: 6vw;
  padding-top: 10vw;
}

.top_qa .search_btn::before {
  position: absolute;
  top: 0;
  left: 50%;
  content: "";
  transform: translateX(-50%);
  width: 100%;
  height: 1px;
  background: var(--border-color);
}

.top_qa .search_btn a {
  display: block;
  width: 40.3%;
  margin: 0 auto;
  font-size: min(1.9791666666666665vw, 38px);
  line-height: 1.68;
  color: #fff;
  background: #727171;
  padding: 0.4vw 0;
  transition: .7s;
}

.top_qa .search_btn a:hover {
  background: #969696;
}

.top_qa .search_btn a:before {
  width: 2vw;
  height: 2vw;
  mask-image: url(../images/btn_search.png);
  margin-right: 1vw;
}

/* caution */
.list_caution {
  width: 80%;
  margin: 0 auto 27px;
  display: flex;
  flex-wrap: wrap;
}

.list_caution:after {
  display: block;
  clear: both;
  content: "";
}

.list_caution li {
  position: relative;
  float: left;
  font-size: 13px;
  margin-bottom: 8px;
  padding-left: 0.9em;
  padding-right: 5%;
  list-style-type: none;
  color: #b7b7b7;
}

.list_caution li:before {
  display: block;
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 3px;
  height: 3px;
  background-color: var(--main-color);
  border: 1px solid var(--main-color);
  border-radius: 100%;
}

.list_caution p:last-of-type {
  margin-bottom: 0;
}

/* =====================================
　common
=======================================*/

.pc_inline {
  display: inline !important
}

.sp_inline {
  display: none !important
}

.sp_inline_ip {
  display: none !important
}

.pc_table {
  display: none !important
}

.sp_table {
  display: none !important
}

.w010par {
  width: 10%
}

.w020par {
  width: 20%
}

.w025par {
  width: 25%
}

.w050par {
  width: 50%
}

.w075par {
  width: 75%
}

.w100par {
  width: 100%
}

.w010 {
  width: 10px
}

.w020 {
  width: 20px
}

.w030 {
  width: 30px
}

.w040 {
  width: 40px
}

.w050 {
  width: 50px
}

.w060 {
  width: 60px
}

.w070 {
  width: 70px
}

.w080 {
  width: 80px
}

.w090 {
  width: 90px
}

.w100 {
  width: 100px
}

.w110 {
  width: 110px
}

.w120 {
  width: 120px
}

.w130 {
  width: 130px
}

.w140 {
  width: 140px
}

.w150 {
  width: 150px
}

.w160 {
  width: 160px
}

.w170 {
  width: 170px
}

.w180 {
  width: 180px
}

.w190 {
  width: 190px
}

.w200 {
  width: 200px
}

.w210 {
  width: 210px
}

.w220 {
  width: 220px
}

.w230 {
  width: 230px
}

.w240 {
  width: 240px
}

.w250 {
  width: 250px
}

.w255 {
  width: 255px
}

.w260 {
  width: 260px
}

.w270 {
  width: 270px
}

.w280 {
  width: 280px
}

.w290 {
  width: 290px
}

.w300 {
  width: 300px
}

.w305 {
  width: 305px
}

.w310 {
  width: 310px
}

.w320 {
  width: 320px
}

.w330 {
  width: 330px
}

.w340 {
  width: 340px
}

.w350 {
  width: 350px
}

.w360 {
  width: 360px
}

.w365 {
  width: 365px
}

.w370 {
  width: 370px
}

.w380 {
  width: 380px
}

.w390 {
  width: 390px
}

.w400 {
  width: 400px
}

.w410 {
  width: 400px
}

.w415 {
  width: 415px
}

.w420 {
  width: 420px
}

.w430 {
  width: 430px
}

.w435 {
  width: 435px
}

.w440 {
  width: 440px
}

.w450 {
  width: 450px
}

.w460 {
  width: 460px
}

.w470 {
  width: 470px
}

.w480 {
  width: 480px
}

.w490 {
  width: 490px
}

.w500 {
  width: 500px
}

.w510 {
  width: 510px
}

.w520 {
  width: 520px
}

.w530 {
  width: 530px
}

.w540 {
  width: 540px
}

.w550 {
  width: 550px
}

.w560 {
  width: 560px
}

.w570 {
  width: 570px
}

.w580 {
  width: 580px
}

.w590 {
  width: 590px
}

.w600 {
  width: 600px
}

.w610 {
  width: 610px
}

.w620 {
  width: 620px
}

.w630 {
  width: 630px
}

.w640 {
  width: 640px
}

.w650 {
  width: 650px
}

.w660 {
  width: 660px
}

.w670 {
  width: 670px
}

.w680 {
  width: 680px
}

.w690 {
  width: 690px
}

.w700 {
  width: 700px
}

.w710 {
  width: 710px
}

.w720 {
  width: 720px
}

.w730 {
  width: 730px
}

.w740 {
  width: 740px
}

.w750 {
  width: 750px
}

.w760 {
  width: 760px
}

.w765 {
  width: 765px
}

.w960 {
  width: 960px
}

.w980 {
  width: 980px
}

.h030 {
  height: 30px
}

.h180 {
  height: 180px
}

.h190 {
  height: 190px
}

.h200 {
  height: 200px
}

.h240 {
  height: 240px
}

.h250 {
  height: 250px
}

.h280 {
  height: 280px
}

.h300 {
  height: 300px
}

.h350 {
  height: 350px
}

.mt00 {
  margin-top: 0 !important
}

.mt01 {
  margin-top: 1px
}

.mt02 {
  margin-top: 2px
}

.mt03 {
  margin-top: 3px
}

.mt04 {
  margin-top: 4px
}

.mt05 {
  margin-top: 5px
}

.mt06 {
  margin-top: 6px
}

.mt07 {
  margin-top: 7px
}

.mt08 {
  margin-top: 8px
}

.mt09 {
  margin-top: 9px
}

.mt10 {
  margin-top: 10px
}

.mt15 {
  margin-top: 15px
}

.mt20 {
  margin-top: 20px
}

.mt25 {
  margin-top: 25px
}

.mt30 {
  margin-top: 30px
}

.mt35 {
  margin-top: 35px
}

.mt40 {
  margin-top: 40px
}

.mt45 {
  margin-top: 45px
}

.mt50 {
  margin-top: 50px
}

.mt60 {
  margin-top: 60px
}

.mt70 {
  margin-top: 70px
}

.mt80 {
  margin-top: 80px
}

.mt90 {
  margin-top: 90px
}

.mt100 {
  margin-top: 100px
}

.mt110 {
  margin-top: 110px
}

.mt120 {
  margin-top: 120px
}

.mr00 {
  margin-right: 0 !important
}

.mr01 {
  margin-right: 1px
}

.mr02 {
  margin-right: 2px
}

.mr03 {
  margin-right: 3px
}

.mr04 {
  margin-right: 4px
}

.mr05 {
  margin-right: 5px
}

.mr06 {
  margin-right: 6px
}

.mr07 {
  margin-right: 7px
}

.mr08 {
  margin-right: 8px
}

.mr09 {
  margin-right: 9px
}

.mr10 {
  margin-right: 10px
}

.mr15 {
  margin-right: 15px
}

.mr20 {
  margin-right: 20px
}

.mr25 {
  margin-right: 25px
}

.mr30 {
  margin-right: 30px
}

.mr35 {
  margin-right: 35px
}

.mr40 {
  margin-right: 40px
}

.mr45 {
  margin-right: 45px
}

.mr50 {
  margin-right: 50px
}

.mr60 {
  margin-right: 60px
}

.mr70 {
  margin-right: 70px
}

.mr80 {
  margin-right: 80px
}

.mr90 {
  margin-right: 90px
}

.mr100 {
  margin-right: 100px
}

.mb00 {
  margin-bottom: 0 !important
}

.mb01 {
  margin-bottom: 1px
}

.mb02 {
  margin-bottom: 2px
}

.mb03 {
  margin-bottom: 3px
}

.mb04 {
  margin-bottom: 4px
}

.mb05 {
  margin-bottom: 5px
}

.mb06 {
  margin-bottom: 6px
}

.mb07 {
  margin-bottom: 7px
}

.mb08 {
  margin-bottom: 8px
}

.mb09 {
  margin-bottom: 9px
}

.mb10 {
  margin-bottom: 10px
}

.mb15 {
  margin-bottom: 15px
}

.mb20 {
  margin-bottom: 20px
}

.mb25 {
  margin-bottom: 25px
}

.mb30 {
  margin-bottom: 30px
}

.mb35 {
  margin-bottom: 35px
}

.mb40 {
  margin-bottom: 40px
}

.mb45 {
  margin-bottom: 45px
}

.mb50 {
  margin-bottom: 50px
}

.mb60 {
  margin-bottom: 60px
}

.mb70 {
  margin-bottom: 70px
}

.mb80 {
  margin-bottom: 80px
}

.mb90 {
  margin-bottom: 90px
}

.mb100 {
  margin-bottom: 100px
}

.ml00 {
  margin-left: 0 !important
}

.ml01 {
  margin-left: 1px
}

.ml02 {
  margin-left: 2px
}

.ml03 {
  margin-left: 3px
}

.ml04 {
  margin-left: 4px
}

.ml05 {
  margin-left: 5px
}

.ml06 {
  margin-left: 6px
}

.ml07 {
  margin-left: 7px
}

.ml08 {
  margin-left: 8px
}

.ml09 {
  margin-left: 9px
}

.ml10 {
  margin-left: 10px
}

.ml12 {
  margin-left: 12px
}

.ml15 {
  margin-left: 15px
}

.ml20 {
  margin-left: 20px
}

.ml25 {
  margin-left: 25px
}

.ml30 {
  margin-left: 30px
}

.ml35 {
  margin-left: 35px
}

.ml40 {
  margin-left: 40px
}

.ml45 {
  margin-left: 45px
}

.ml50 {
  margin-left: 50px
}

.ml60 {
  margin-left: 60px
}

.ml70 {
  margin-left: 70px
}

.ml80 {
  margin-left: 80px
}

.ml90 {
  margin-left: 90px
}

.ml100 {
  margin-left: 100px
}

.ml140 {
  margin-left: 140px
}

.ml160 {
  margin-left: 160px
}

.ma10 {
  margin: 10px
}

.ma15 {
  margin: 15px
}

.ma_auto {
  margin-left: auto;
  margin-right: auto
}

.pt00 {
  padding-top: 0 !important
}

.pt01 {
  padding-top: 1px
}

.pt02 {
  padding-top: 2px
}

.pt03 {
  padding-top: 3px
}

.pt04 {
  padding-top: 4px
}

.pt05 {
  padding-top: 5px
}

.pt06 {
  padding-top: 6px
}

.pt07 {
  padding-top: 7px
}

.pt08 {
  padding-top: 8px
}

.pt09 {
  padding-top: 9px
}

.pt10 {
  padding-top: 10px
}

.pt15 {
  padding-top: 15px
}

.pt20 {
  padding-top: 20px
}

.pt25 {
  padding-top: 25px
}

.pt30 {
  padding-top: 30px
}

.pt35 {
  padding-top: 35px
}

.pt40 {
  padding-top: 40px
}

.pt45 {
  padding-top: 45px
}

.pt50 {
  padding-top: 50px
}

.pt60 {
  padding-top: 60px
}

.pt70 {
  padding-top: 70px
}

.pt80 {
  padding-top: 80px
}

.pt90 {
  padding-top: 90px
}

.pt100 {
  padding-top: 100px
}

.pt120 {
  padding-top: 120px
}

.pr00 {
  padding-right: 0 !important
}

.pr01 {
  padding-right: 1px
}

.pr02 {
  padding-right: 2px
}

.pr03 {
  padding-right: 3px
}

.pr04 {
  padding-right: 4px
}

.pr05 {
  padding-right: 5px
}

.pr06 {
  padding-right: 6px
}

.pr07 {
  padding-right: 7px
}

.pr08 {
  padding-right: 8px
}

.pr09 {
  padding-right: 9px
}

.pr10 {
  padding-right: 10px
}

.pr15 {
  padding-right: 15px
}

.pr20 {
  padding-right: 20px
}

.pr25 {
  padding-right: 25px
}

.pr30 {
  padding-right: 30px
}

.pr35 {
  padding-right: 35px
}

.pr40 {
  padding-right: 40px !important
}

.pr45 {
  padding-right: 45px
}

.pr50 {
  padding-right: 50px
}

.pr60 {
  padding-right: 60px
}

.pr70 {
  padding-right: 70px
}

.pr80 {
  padding-right: 80px
}

.pr90 {
  padding-right: 90px
}

.pr100 {
  padding-right: 100px
}

.pb00 {
  padding-bottom: 0 !important
}

.pb01 {
  padding-bottom: 1px
}

.pb02 {
  padding-bottom: 2px
}

.pb03 {
  padding-bottom: 3px
}

.pb04 {
  padding-bottom: 4px
}

.pb05 {
  padding-bottom: 5px
}

.pb06 {
  padding-bottom: 6px
}

.pb07 {
  padding-bottom: 7px
}

.pb08 {
  padding-bottom: 8px
}

.pb09 {
  padding-bottom: 9px
}

.pb10 {
  padding-bottom: 10px
}

.pb15 {
  padding-bottom: 15px
}

.pb20 {
  padding-bottom: 20px
}

.pb25 {
  padding-bottom: 25px
}

.pb30 {
  padding-bottom: 30px
}

.pb35 {
  padding-bottom: 35px
}

.pb40 {
  padding-bottom: 40px
}

.pb45 {
  padding-bottom: 45px
}

.pb50 {
  padding-bottom: 50px
}

.pb60 {
  padding-bottom: 60px
}

.pb70 {
  padding-bottom: 70px
}

.pb80 {
  padding-bottom: 80px
}

.pb90 {
  padding-bottom: 90px
}

.pb100 {
  padding-bottom: 100px
}

.pl00 {
  padding-left: 0 !important
}

.pl01 {
  padding-left: 1px
}

.pl02 {
  padding-left: 2px
}

.pl03 {
  padding-left: 3px
}

.pl04 {
  padding-left: 4px
}

.pl05 {
  padding-left: 5px
}

.pl06 {
  padding-left: 6px
}

.pl07 {
  padding-left: 7px
}

.pl08 {
  padding-left: 8px
}

.pl09 {
  padding-left: 9px
}

.pl10 {
  padding-left: 10px
}

.pl15 {
  padding-left: 15px
}

.pl20 {
  padding-left: 20px
}

.pl25 {
  padding-left: 25px
}

.pl30 {
  padding-left: 30px
}

.pl35 {
  padding-left: 35px
}

.pl40 {
  padding-left: 40px
}

.pl45 {
  padding-left: 45px
}

.pl50 {
  padding-left: 50px
}

.pl60 {
  padding-left: 60px
}

.pl70 {
  padding-left: 70px
}

.pl80 {
  padding-left: 80px
}

.pl90 {
  padding-left: 90px
}

.pl100 {
  padding-left: 100px
}

.pa01 {
  padding: 1px
}

.pa02 {
  padding: 2px
}

.pa03 {
  padding: 3px
}

.pa04 {
  padding: 4px
}

.pa05 {
  padding: 5px
}

.pa10 {
  padding: 10px
}

.pa15 {
  padding: 15px
}

.fr {
  float: right
}

.fl {
  float: left
}

.fr10 {
  float: right;
  margin-left: 10px
}

.fr15 {
  float: right;
  margin-left: 15px
}

.fr30 {
  float: right;
  margin-left: 15px
}

.fl10 {
  float: left;
  margin-right: 10px
}

.fl15 {
  float: left;
  margin-right: 15px
}

.fl30 {
  float: left;
  margin-right: 30px
}

.txt10 {
  font-size: 10px
}

.txt11 {
  font-size: 11px
}

.txt12 {
  font-size: 12px
}

.txt13 {
  font-size: 13px
}

.txt14 {
  font-size: 14px
}

.txt15 {
  font-size: 15px
}

.txt16 {
  font-size: 16px
}

.txt17 {
  font-size: 17px
}

.txt18 {
  font-size: 18px
}

.txt19 {
  font-size: 19px
}

.txt20 {
  font-size: 20px
}

.txt21 {
  font-size: 21px
}

.txt22 {
  font-size: 22px
}

.txt23 {
  font-size: 23px
}

.txt24 {
  font-size: 24px
}

.txt25 {
  font-size: 25px
}

.txt26 {
  font-size: 26px
}

.txt27 {
  font-size: 27px
}

.txt28 {
  font-size: 28px
}

.txt29 {
  font-size: 29px
}

.txt30 {
  font-size: 30px
}

.txt31 {
  font-size: 31px
}

.txt32 {
  font-size: 32px
}

.txt33 {
  font-size: 33px
}

.txt34 {
  font-size: 34px
}

.txt35 {
  font-size: 35px
}

.txt36 {
  font-size: 36px
}

.txt37 {
  font-size: 37px
}

.txt38 {
  font-size: 38px
}

.txt39 {
  font-size: 39px
}

.txt40 {
  font-size: 40px
}

.bold {
  font-weight: 700
}

.left {
  text-align: left !important
}

.center {
  text-align: center !important
}

.right {
  text-align: right
}

.clear {
  clear: both
}

.v_top {
  vertical-align: top
}

.v_mid {
  vertical-align: middle
}

.v_btm {
  vertical-align: bottom
}

.color_red {
  color: #f33
}

.color_pink {
  color: #ed8c96
}

.color_blue {
  color: #00408f
}

.color_green {
  color: #479f9d
}

.color_ore {
  color: #ff8327
}

.color_yellow {
  color: #ffeb8b
}

.color_beige {
  color: #dac58b
}

.color_brown {
  color: #9b8052
}

.color_navy {
  color: #1f2774
}

.color_black {
  color: #333
}

.ls_0 {
  letter-spacing: 0
}

.ls_1 {
  letter-spacing: 1px
}

.indent {
  margin-left: 1em !important;
  text-indent: -1em
}

.line_h_2 {
  line-height: 2 !important
}

.clearfix:after {
  display: block;
  clear: both;
  content: ""
}

.sp {
  display: none !important
}

/* スマホ設定 */

@media screen and (max-width: 750px) {
  .sp {
    display: block !important
  }

  .pc {
    display: none !important
  }

  /* ヘッダー */

  .floating_menu {
    bottom: 0;
  }

  .floating_menu a {
    width: 100%;
  }

  /* MV */
  .mv_wrap {
    width: 100%;
    height: 100svh;
    min-height: unset;
    background: var(--sub-color);
  }

  .mv_inner,
  .choose_box {
    width: 100%;
    padding: 0;
  }

  .logo01 {
    display: flex !important;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: unset;
    height: 54.15384615384615svh;
    margin-bottom: 0;
    background: var(--sub-color) url(../images/mv_img_sp.png) no-repeat left top / cover;
  }

  .choose_box .logo01 {
    margin-bottom: 0;
  }

  .logo01 img {
    max-width: 34.8vw;
  }

  .mv_content {
    text-align: center;
  }

  .mv_content h2 {
    font-size: 5.866666666666666vw;
    margin-bottom: 3.6666666666666665vw;
    letter-spacing: .05em;
  }


  .mv_content p {
    font-size: 2.666666666666667vw;
    margin-bottom: 3.6666666666666665vw;
    letter-spacing: .04em;
  }

  .mv_content .btn {
    margin: 0 auto 4.266667vw;
  }

  .mv_content .btn a {
    font-size: 3.2vw;
    margin: 0 auto;
    padding: 0.6vw 5vw;
  }

  .mv_content .btn a:after {
    width: 3vw;
    height: 3.21428571429vw;
  }

  .mv_scroll p {
    position: relative;
    width: 33vw;
    margin: 0 auto 0;
  }

  .mv_scroll p:before {
    font-size: 1.6vw;
    top: 29%;
    left: calc(50% - 7%);
    animation: circlemove_sp 1.5s .5s ease-in-out infinite,
      cirlemovehide 1.5s .5s ease-out infinite;
  }

  @keyframes circlemove_sp {
    0% {
      top: 29%;
    }

    100% {
      top: 70%;
    }

  }

  .question_content {
    width: 73.33333333333333%;
    margin: 0 auto;
  }

  .question_num p {
    font-size: 2.666666666666667vw;
    border-width: 1px;
    padding: 2.4vw 0;
    margin-bottom: 5.3333vw;
  }

  .question_text {
    font-size: 5.6000000000000005vw;
    margin-bottom: 3.6vw;
  }

  .choose_box ul {
    display: flex;
    justify-content: space-between;
    padding-bottom: 3.3333333333333335vw;
    border-width: 1px;
  }

  .choose_box ul li {
    width: calc((100% - 5px) / 2);
  }

  .choose_box ul li a {
    font-size: 4vw;
  }

  .answer_content .question_num, .answer_content .btn {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .answer_content .result_wrap {
    width: 80%;
    margin: 0 auto 5vw;
  }

  .mv_wrap.no_bg {
    display: flex;
    align-items: center;
    background: var(--sub-color);
  }

  .answer_content .question_num p {
    font-size: 3.3333333333333335vw;
    padding: 1.57vw 0;
  }

  .answer_content .result_wrap p,
  .answer_content .result_wrap p.advice {
    font-size: 4vw;
    letter-spacing: .05em;
  }

  .answer_content .result_wrap p:not(:last-of-type) {
    margin-bottom: 5vw;
  }

  .answer_content .result_wrap p span {
    font-size: 6.666666666666667vw;
    line-height: 1.6;
  }

  .answer_content .btn:last-of-type {
    padding-bottom: 4vw;
    border-width: 1px;
    margin-bottom: 0;
  }

  .answer_content .btn a {
    width: 100%;
    justify-content: center;
    font-size: 3.733333333333334vw;
  }

  .mv_modal_content {
    width: 85.29411764705883%;
    padding: 5.88235294117647vw;
  }

  .mv_modal_content h3 {
    font-size: 3.2vw;
    margin-bottom: 4.411764705882353vw;
  }

  .mv_modal_content .close-modal {
    top: 7.4vw;
    right: 6.2vw;
  }

  .close-modal {
    top: 0;
    right: -4.5vw;
  }

  .close-modal>div {
    width: 4vw;
    height: 4vw;
  }

  .close-modal>div span::before,
  .close-modal>div span:after {
    width: 4vw;
    height: 1px;
  }

  .mv_modal_content .menu_flex_wrap {
    flex-direction: column;
  }

  .mv_modal_content .program_title {
    width: 100%;
  }

  .mv_modal_content .program_content {
    width: 100%;
    margin-left: 0;
  }

  .mv_modal_content .program_title p {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 1vw 2.666666666666667vw;
  }

  .mv_modal_content .accordion_title, .mv_modal_content .sub_accordion_title {
    flex-direction: row;
    gap: 2vw;
  }

  .mv_modal_content .accordion_title .menu,
  .mv_modal_content .accordion_title .features {
    width: auto;
    padding: 0;
  }

  .mv_modal_content .accordion-area li>div {
    border: none;
    border-left: #dfe9f6 1px solid;
    padding-left: 2.666666666666667vw;
  }

  .mv_modal_content .menu_flex {
    margin-left: 0;
  }

  /* Message*/
  .message_content {
    height: 100svh;
  }

  .message_content p {
    font-size: 4.266666666666667vw;
  }

  /* Belief */
  .inner {
    padding: 0 4.666666666666667vw;
  }

  .top_belief {
    padding: 0 0 6vw;
  }

  .belief_mv {
    position: relative;
    height: 63.33333333333333vw;
    margin-bottom: 6.666666666666667vw;
    background: url(../images/belief_mv_sp.jpg) no-repeat left top / cover;
  }

  .mv_tit {
    position: absolute;
    right: 5.333333333333334vw;
    top: 50% !important;
    transform: translateY(-50%);
  }

  .mv_tit p {
    font-size: 4.8vw;
    line-height: 1;
    letter-spacing: .17em;
  }

  .mv_tit h2 {
    display: none;
  }

  .top_belief .inner div.img01 {
    top: 11.600000000000001vw;
    left: auto;
    right: 4.666666666666667vw;
    width: 23.133333333333333vw;
    height: 32.89270833333333286vw;
    background: url(../images/belif_img01_sp.jpg) no-repeat center/cover;
  }

  .top_belief .inner div.img02 {
    right: 4.666666666666667vw;
    left: auto;
    width: 23.133333333333333vw;
    height: 32.89270833333333286vw;
    background: url(../images/belif_img02_sp.jpg) no-repeat center/cover;
  }

  .belief_content {
    flex-direction: column;
    justify-content: flex-start;
    margin-bottom: 21.333333333333336vw;
  }

  .sp_tit {
    font-size: 3.733333333333334vw;
    letter-spacing: .05em;
    margin-bottom: 3.6666666666666665vw;
  }

  .belief_text {
    width: fit-content;
    margin: 0 3vw 0 0;
  }

  .belief_text p[data-aos=fade-left] {
    transform: translate3d(-100px, 0, 0);
  }

  .belief_text p {
    font-size: 2.666666666666667vw;
    letter-spacing: .05em;
    text-align: left;
  }

  .belief_text p:not(:last-of-type) {
    margin-bottom: 5.333333333333334vw;
  }

  /* Advantage */
  .top_advantage {
    padding: 0 0 9.333333333333334vw;
  }

  .advantage_mv {
    position: relative;
    height: 63.33333333333333vw;
    margin-bottom: 6.666666666666667vw;
    background: url(../images/advantage_mv_sp.jpg) no-repeat left top / cover;
  }

  .advantave_content .sp_tit {
    margin-bottom: 6.666666666666667vw;
  }

  .top_advantage .inner {
    padding: 0 5.866666666666666vw;
  }

  .advantave_content {
    margin-bottom: 7vw;
  }

  .advantage_item {
    position: relative;
    justify-content: space-between;
    padding-top: 9vw;
  }

  /* .advantage_item:before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    content: "";
    width: 100%;
    height: 5.6000000000000005vw;
    background: url(../images/advantage_num01.png) no-repeat left top / cover;
  }

  .advantage_item:nth-of-type(2):before {
    background: url(../images/advantage_num02.png) no-repeat left top / cover;
  }

  .advantage_item:nth-of-type(3):before {
    background: url(../images/advantage_num03.png) no-repeat left top / cover;
  } */

  .advantage_item:not(:last-of-type) {
    margin-bottom: 11.866666666666667vw;
  }

  .advantage_num {
    position: absolute;
    top: 0px;
    left: 0;
    display: block;
    content: "";
    width: 100%;
    height: 5.6000000000000005vw;
    background: url(../images/advantage_num01.png) no-repeat left top / cover;
    border: none;
  }

  .advantage_item:nth-of-type(2) .advantage_num {
    background: url(../images/advantage_num02.png) no-repeat left top / cover;
  }

  .advantage_item:nth-of-type(3) .advantage_num {
    background: url(../images/advantage_num03.png) no-repeat left top / cover;
  }

  .advantage_num span,
  .advantage_num em {
    display: none;
  }

  .advantage_text {
    width: 72.3146747352%;
    padding-left: 0;
  }

  .advantage_text h3 {
    font-size: 2.933333333333333vw;
    line-height: 1.5;
    letter-spacing: .02em;
    padding-right: 0;
    margin-bottom: 1.6666666666666667vw;
  }

  .advantage_text h3 sup {
    font-size: 70%;
  }

  .float_img.sp {
    position: relative;
    left: 1vw;
    width: 13.933333333333334vw;
    height: 14.799999999999999vw;
    float: right;
    clear: both;
  }

  .advantage_text p {
    font-size: 2.666666666666667vw;
    line-height: 1.57;
    letter-spacing: .0;
    padding: 0;
  }

  .advantage_item:first-of-type .advantage_text p {
    background: transparent;
  }

  .advantage_item:nth-of-type(2) .advantage_text p {
    background: transparent;
  }

  .advantage_text p span {
    font-size: 80%;
  }

  .advantage_img_box {
    flex-direction: column;
    gap: 1.3333333333333335vw;
    width: 23.8275340393%;
  }

  /* Menu */
  .top_menu h2 {
    font-size: 5.6000000000000005vw;
  }

  .menu_title_wrap>div {
    font-size: 2.1333333333333333vw;
    padding: 1vw 0;
  }

  .program_title {
    width: 23.14814814814815%;
  }

  .menu_title01 {
    width: 27.1%;
  }

  .menu_title02 {
    width: 34.4%;
  }

  .menu_title03 {
    width: calc(100% - 27.1% - 34.4%);
  }

  .menu_title03 p {
    display: none;
  }

  .program_title p {
    font-size: 2.666666666666667vw;
    line-height: 1.5;
    letter-spacing: 0.14em;
  }

  .program_content {
    width: calc(100% - 23.0946882217%);
    margin-left: 2.2666666666666666vw;
  }

  .accordion_title .menu {
    font-size: 3.7037037037037033vw;
  }

  .accordion_title .features {
    font-size: 2.666666666666667vw;
  }

  .accordion_title .menu, .sub_accordion_title .menu, .accordion_title .features {
    width: 100%;
    padding-left: 1.5333333333333332vw;
    min-height: unset;
  }

  .accordion_title, .sub_accordion_title {
    padding: 2.5vw 0;
    flex-direction: column;
  }

  .accordion_title p,
  .sub_accordion_title p {
    font-size: 2.3333333333333335vw;
    letter-spacing: .07em;
  }

  .accordion_title:before, .view_more:before {
    right: 4vw;
    width: 12px;
    height: 7px;
  }

  .menu_flex {
    position: relative;
    padding-top: 0;
    margin-left: 1.5333333333333332vw;
  }

  .content_right {
    position: absolute;
    top: 2.666666666666667vw;
    right: 2.666666666666667vw;
    width: 24vw;
  }

  .content_left {
    width: 100%;
  }

  .content_left .text {
    padding-right: 29vw;
    min-height: 19vw;
    margin: 2.666666666666667vw 0 7.000000000000001vw;
  }

  .content_left .text p {
    font-size: 2.666666666666667vw;
    letter-spacing: .07em;
    line-height: 1.56;
    text-align: left;
  }

  .list_sup li {
    font-size: 2.3vw;
  }

  .price_flex_wrap {
    position: relative;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 1.6vw 0 0 3vw;
    gap: 0;
    border: 1px solid var(--border-color);
    border-right: none;
  }

  .price_flex_wrap:before {
    position: absolute;
    top: 1.6vw;
    left: calc(50% - 2px);
    transform: translateX(-50%);
    content: "";
    width: 1px;
    height: 30%;
    border-right: 1px dotted #C8C8C8;
  }

  .price_flex_wrap:after {
    position: absolute;
    bottom: 1.6vw;
    left: calc(50% - 2px);
    transform: translateX(-50%);
    content: "";
    width: 1px;
    height: 30%;
    border-right: 1px dotted #C8C8C8;
  }

  .price_flex_wrap .price {
    position: absolute;
    top: 0;
    left: -1px;
    transform: translateY(-100%);
    clip-path: polygon(80% 0, 100% 100%, 100% 100%, 0 100%, 0 0);
  }

  .price_flex_wrap .price p {
    font-size: 2.4vw;
    line-height: 1.5;
  }


  .price_flex_wrap>div:not(.price) {
    display: block;
    width: 50%;
    text-align: left;
    padding-top: 0.3vw;
  }

  .price_flex_wrap>div:not(.price):before {
    content: none;
  }

  .price_flex_wrap>div:last-of-type:before {
    content: none !important;
  }

  .price_flex_wrap>div.price01,
  .price_flex_wrap>div.price02 {
    border-bottom: 1px dotted #C8C8C8;
  }

  .price_flex_wrap>div:not(.price) p {
    font-size: 2.933333333333333vw;
    text-align: left;
    padding: 1.6vw 0 1.6vw 33%;
  }

  .price_flex_wrap>div:not(.price) p span.small {
    display: block;
    font-size: 60%;
    padding-top: 0.5vw;
    color: var(--text-color);
  }

  .price_flex_wrap>div:not(.price) p span:not(.small) {
    position: absolute;
    left: 0;
    top: 50%;
    text-align: center;
    transform: translateY(-50%);
    margin-bottom: 0;
    font-size: 2.4vw;
    width: 33.0357142857%;
  }

  .view_more {
    font-size: 2.666666666666667vw;
    padding: 1.9vw 0;
  }

  .sub_accordion_title {
    margin-left: 1.5333333333333332vw;
  }

  .sub_accordion_title .menu {
    font-size: 3.7037037037037033vw;
    padding-left: 0;
  }

  .sub_accordion_title .features {
    width: 100%;
    font-size: 2.666666666666667vw;
    letter-spacing: .07em;
    padding-left: 0;
    min-height: unset;
  }

  .sub_program_content {
    justify-content: space-between;
    padding: 3vw 0 3vw 2.65625vw;
    width: calc(100% - 23.0946882217%);
    margin-left: 2.2666666666666666vw;
  }

  .sub_program_tit {
    font-size: 2.3333333333333335vw;
    letter-spacing: .07em;
  }

  .sub_program_text {
    width: 80%;
  }

  .sub_program_text {
    padding-right: 15vw;
  }

  .sub_program_text p {
    font-size: 2.666666666666667vw;
    letter-spacing: .07em;
    line-height: 1.56;
  }

  .sub_program_text:after {
    bottom: 50%;
    transform: translateY(50%);
    margin-left: 1vw;
    width: 12vw;
    line-height: 12vw;
    font-size: 2.666666666666667vw;
  }


  .sub_program_text .btn01 a {
    font-size: 2.666666666666667vw;
  }

  .btn02 {
    font-size: 2.666666666666667vw;
  }

  /* examination */
  .examination {
    width: 95%;
  }

  /* steps */
  .step_mv {
    position: relative;
    height: 63.33333333333333vw;
    margin-bottom: 6.666666666666667vw;
    background: url(../images/flow_mv_sp.jpg) no-repeat left top / cover;
  }

  .top_step .sp_tit {
    padding: 0 6.133333333333333vw;
    margin-bottom: 2.666666666666667vw;
  }

  .step_intro {
    font-size: 2.666666666666667vw;
    padding: 0 6.133333333333333vw;
  }

  .top_step .inner {
    width: 88%;
  }

  .step_content {
    width: 100%;
  }

  .step_content h3 {
    font-size: 2.666666666666667vw;
    padding-right: 27vw;
  }

  .step_content h3 span {
    border-width: 1px;
  }

  .step_content h3:before {
    padding-bottom: 2.0374vw;
    background: url(../images/step_bottom.png) no-repeat right bottom / 100% 0.9666666666666667vw;
  }

  .step_content h3:before {
    background: url(../images/step_bottom_sp.png) no-repeat right bottom / 100% 1.866666666666667vw;
  }

  .step_text p {
    font-size: 2.666666666666667vw;
  }

  .slick-dots {
    top: 0.9vw;
    right: 0;
  }

  .slick-dots li:not(:last-of-type) {
    margin-right: 1vw;
  }

  .slick-dots button {
    width: 0.5333333333333333vw;
    height: 0.5333333333333333vw;
  }

  .slick-dots li.slick-active {
    margin-right: 0.6933333333333334vw;
  }

  .slick-dots .slick-active button {
    width: 1.4vw;
    height: 1.4vw;
  }

  .slick-dots li.slick-active {
    margin-right: 1.2vw;
  }

  .step_img {
    height: 48.266666666666666vw;
  }

  .step_text.flex {
    flex-direction: column;
    align-items: flex-start;
    gap: 2vw;
  }

  .step_text.flex p {
    font-size: 2.666666666666667vw;
    letter-spacing: .05em;
  }

  .step_text.flex .search_btn a {
    font-size: 2.666666666666667vw;
  }

  .step_text.flex .search_btn a:before {
    top: 0.4vw;
    width: 3vw;
    height: 3vw;
    margin-right: 1vw;
  }

  .slick-prev, .slick-next {
    top: 44%;
    left: -4vw;
    width: 2.00312vw;
    height: 4.00624vw;
    background: url(../images/slider_back_sp.png) no-repeat center / cover;
  }

  .slick-next {
    left: auto;
    right: -4vw;
    background: url(../images/slider_next_sp.png) no-repeat center / cover;
  }

  /* media */
  .top_media {
    padding-bottom: 13vw;
  }

  .tit03 h3 {
    font-size: 4vw;
    margin-bottom: 8vw;
  }

  .youtube_content a {
    width: 80.88235294117648%;
    margin-bottom: 8vw;
  }

  .media_thumbnail {
    width: 80.88235294117648%;
    margin: 0 auto;
    padding: 0 0 13vw;
    gap: 3.5294117647058822vw;
  }

  .media_thumbnail>div {
    width: calc((100% - 3.5294117647058822vw) / 2);
    border: 1px solid #C8C8C8;
  }

  #youtube01>div {
    width: 90%;
  }

  #media01>div, #media02>div {
    width: 70%;
  }

  /* benefit */
  .top_benefit {
    padding: 0 0 12.941176470588237vw;
  }

  .benefit_flex {
    border-bottom: 1px solid var(--border-color);
  }

  .benefit_flex>div {
    width: 100%;
    padding-bottom: 8vw;
  }

  .line_campaign h4 {
    font-size: 4.8vw;
    letter-spacing: 0;
  }

  .line_campaign .img {
    width: 100%;
    margin: 0 auto 8vw;
  }

  .line_campaign .btn01 {
    margin-bottom: 3vw;
  }

  .line_campaign .btn01 a {
    font-size: 3vw;
  }

  .line_sp {
    text-align: center;
  }

  /* Question */
  .top_qa {
    margin-bottom: 7vw;
  }

  .top_qa .tit03 h3 {
    font-size: 4vw;
    line-height: 1.8;
    margin-bottom: 7.352941176470589vw;
  }

  .qa_wrap {
    margin-bottom: 8.823529411764707vw;
  }

  .qa_wrap .question {
    font-size: 3.5294117647058822vw;
    letter-spacing: 0.1em;
  }

  .qa_wrap .answer {
    font-size: 2.666666666666667vw;
    line-height: 1.4;
  }

  .top_qa .search_btn a {
    font-size: 3.2352941176470593vw;
    width: 58%;
  }

  .top_qa .search_btn {
    position: relative;
    margin-top: 8.823529411764707vw;
    padding-top: 8.823529411764707vw;
  }

  .top_qa .search_btn a:before {
    top: 0.4vw;
    width: 3vw;
    height: 3vw;
    margin-right: 1vw;
  }

  .top_qa .btn02 a {
    font-size: 3.2352941176470593vw;
  }

  /* caution */

  .list_caution {
    width: 100%;
  }

  .list_caution li {
    font-size: 3vw;
  }
}