@charset "UTF-8";
/*

  トップページ のスタイル
----------------------------------------------- */
/* details と summary */
.mainContents {
  margin-left: 0;
  margin-right: 0;
  padding: 0;
}

/* -----------------------------------------------
  PARTS
----------------------------------------------- */
/* レイアウト */
@media (min-width: 769px) {
  .sec {
    margin-top: 10.2489019034vw;
    margin-left: 9.5168374817vw;
    margin-right: 9.5168374817vw;
  }
}
@media (max-width: 768px) {
  .sec {
    margin-left: 20px;
    margin-right: 20px;
  }
}

/* ドット */
@media (min-width: 769px) {
  .dots {
    position: relative;
  }
  .dots::before {
    position: absolute;
    z-index: -1;
    content: "";
    background: url(../img/common/dots.svg) no-repeat center/contain;
    width: 13.9092240117vw;
    aspect-ratio: 1;
  }
  .dots.top::before {
    top: -3.2vw;
  }
  .dots.btm::before {
    bottom: -3.2vw;
  }
  .dots.right::before {
    right: -3.2vw;
  }
  .dots.left::before {
    left: -3.2vw;
  }
}

/* イラスト */
.illustration img {
  width: 100%;
}

/* ボタン */
.btn-style {
  border: 0.25vw solid var(--color-red-a);
  background-color: #fff;
  color: var(--color-red-a);
  transition: 0.3s;
  text-decoration: none;
}
@media (max-width: 768px) {
  .btn-style {
    border-width: 3px;
  }
}
.btn-style:hover {
  background-color: var(--color-red-a);
  color: #fff;
  text-decoration: none;
}
.btn-style:hover img {
  opacity: 1;
}

.anchor .btn-style:hover {
  background-color: var(--color-red-a);
  color: #fff;
}

/* スクロール駆動 */
.intersection.fade {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  transition: 0.6s 0.2s;
}
.intersection.fade.view {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

/* バナー */
.firstBanner {
  position: fixed;
  z-index: 100;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.4s;
  display: none;
}
.firstBanner.hidden {
  opacity: 0;
  pointer-events: none;
}
@media screen and (min-width: 769px) {
  .firstBanner {
    padding-left: 9.5168374817vw;
    padding-right: 9.5168374817vw;
  }
}
@media screen and (max-width: 768px) {
  .firstBanner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.firstBanner a {
  display: block;
}
.firstBanner a:hover img {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .firstBanner a {
    max-width: 337px;
  }
}
.firstBanner .image {
  position: relative;
}
.firstBanner .btnBnrClose {
  position: absolute;
  right: 0;
}
@media screen and (min-width: 769px) {
  .firstBanner .btnBnrClose {
    top: -4.39238653vw;
    width: 3.3674963397vw;
  }
}
@media screen and (max-width: 768px) {
  .firstBanner .btnBnrClose {
    width: 31px;
    top: -40px;
  }
}

@media screen and (min-width: 769px) {
  .isBanner {
    margin-top: 6.588579795vw;
    margin-bottom: 6.588579795vw;
    padding-left: 9.5168374817vw;
    padding-right: 9.5168374817vw;
  }
  .isBanner.btm {
    margin-top: 11.7130307467vw;
    margin-bottom: 11.7130307467vw;
  }
}
@media screen and (max-width: 768px) {
  .isBanner {
    margin: 50px 20px;
  }
  .isBanner a {
    display: block;
    margin: auto;
    max-width: 337px;
  }
}

/* メインビジュアル */
@media (min-width: 769px) {
  .hero {
    display: grid;
    grid-template-columns: 7fr 3.1fr;
    align-items: center;
    align-content: center;
  }
}
@media (max-width: 768px) {
  .hero {
    display: flex;
    flex-direction: column;
    padding-top: 25px;
  }
}
.hero .image {
  background-image: linear-gradient(#FFE0E0, #FFECDD);
  overflow: hidden;
}
.hero .image .slick-slide:has(.btn-style){
    top: -2.5em !important;
}
.hero .image .slick-slide:not(:last-child) {
  position: relative;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hero .image .slick-slide:not(:last-child) img {
  width: 64%;
}
.hero .image .slick-slide:not(:last-child):hover img {
  opacity: 1;
}
.hero .image .unClickable {
  pointer-events: none;
}
.hero .image .slick-slide:not(.slick-current) {
  pointer-events: none;
}
.hero .image .caption, .hero .image figcaption {
  position: absolute;
  bottom: -2em;
  left: 50%;
  translate: -50%;
  font-size: max(1.317715959vw, 14px);
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
}
@media screen and (min-width: 769px) {
  .hero .image {
    border-top-right-radius: 60%;
  }
}
@media screen and (max-width: 768px) {
  .hero .image {
    order: 2;
    margin-right: 20px;
    border-top-right-radius: 40%;
  }
  .hero .image .caption {
    margin-bottom: 1.4641288433vw;
  }
}
.hero .image .btn-style.icon{
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    font-weight: 700;
    position: relative;
    width: 16.14vw;
    height: 3.1vw;
    font-size: 1.025vw;
    margin-top: 0.7vw;
}
.hero .image .btn-style.icon::before{
    position: absolute;
    top: 50%;
    right: 0.5vw;
    translate: 0 -50%;
    content: "\f054";
    font-size: 1.0980966325vw;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    aspect-ratio: 1;
}
.hero .image .caption:has(.btn-style){
    bottom: -5em;
}
@media screen and (max-width: 768px) {
    .slick-initialized .slick-slide:has(.btn-style){
        top: -30px!important;
    }
    .hero .image .btn-style.icon{
        width: 50%;
        height: 25px;
        font-size: 11px;
        border-width: 1.5px;
    }
    .hero .image .btn-style.icon::before{
        font-size: 8px;
    }
    .hero .image .caption:has(.btn-style){
        bottom: -4.5em;
    }
}
.hero .slick-track {
  display: flex;
  align-items: center;
}
.hero .slick-dots {
  right: inherit;
  left: max(3.6603221083vw, 20px);
  bottom: max(2.9282576867vw, 15px);
  gap: 0.7320644217vw;
}
.hero .slick-dots button {
  width: max(4.39238653vw, 40px);
  height: max(0.2196193265vw, 3px);
  border-radius: 0;
  background: #fff;
  position: relative;
}
.hero .slick-dots button::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0;
  content: "";
  background: var(--color-red-a);
}
.hero .slick-dots .slick-active button::after {
  -webkit-animation: indicator 4s linear;
          animation: indicator 4s linear;
}
.hero .slick-dots.initialized .slick-active button::after {
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
}
@media (min-width: 769px) {
  .hero .text {
    translate: -7.5vw;
    padding-right: 0.5vw;
  }
}
@media screen and (max-width: 768px) {
  .hero .text {
    order: 1;
  }
}
.hero .catch {
  font-size: max(40px, 4.9780380673vw);
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
}
.hero .catch em {
  color: var(--color-red-a);
}
@media (max-width: 768px) {
  .hero .catch {
    margin-bottom: 15px;
  }
}
@media (min-width: 769px) {
  .hero .illustration {
    margin-top: 2vw;
    margin-bottom: 3vw;
  }
}
@media (max-width: 768px) {
  .hero .illustration {
    margin-bottom: -45px;
    text-align: center;
  }
  .hero .illustration img {
    position: relative;
    z-index: 5;
    width: 280px;
  }
}
.hero .box {
  border: 0.25vw solid var(--color-red-a);
  background-color: #fff;
  display: grid;
  justify-items: center;
  gap: 0.9vw;
}
@media (max-width: 768px) {
  .hero .box {
    border-width: 3px;
  }
}
.hero .box::before {
  z-index: -10;
}
.hero .box small {
  font-weight: bold;
}
.hero .box b {
  color: var(--color-red-a);
  font-size: 1.756954612vw;
  font-weight: 700;
}
.hero .box .free {
  color: var(--color-red-a);
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .hero .box {
    border-radius: 1.7vw;
    padding: 1.9vw 2vw 2.4vw;
  }
  .hero .box.sp {
    display: none;
  }
  .hero .box img {
    width: 16vw;
  }
  .hero .box small {
    font-size: 1.0248901903vw;
  }
	
	
	
	
/*変更*/
	.hero .box .fee {
    font-size:  1.4vw;
		font-weight: bold;
		line-height: 1.4;
      text-align: center;
      margin-top: 1vw;
  }
	.hero .box .fee span {
    color: var(--color-red-a);
		font-size:  2.8vw;
  }


  .hero .box b {
    font-size: 1.756954612vw;
  }
  .hero .box .free {
    font-size: 1.1713030747vw;
  }
}
@media screen and (max-width: 768px) {
  .hero .box {
    order: 3;
    margin: 30px 20px 0;
    border-width: 3px;
    border-radius: 20px;
    gap: 10px;
    padding: 20px 20px 25px;
  }
  .hero .box.pc {
    display: none;
  }
  .hero .box img {
    width: 216px;
  }
  .hero .box small {
    font-size: 14px;
  }
	
/*変更*/
	.hero .box .fee {
    font-size: 18px;
		font-weight: bold;
		line-height: 1.6;
      text-align: center;
      margin-top: 20px;
  }
	.hero .box .fee span {
    color: var(--color-red-a);
		font-size: 34px;
  }

	
  .hero .box b {
    font-size: 20px;
  }
  .hero .box .free {
    font-size: 16px;
  }
}
.hero .scroll {
  position: absolute;
  top: 50%;
  right: 1.0980966325vw;
  translate: 0 -50%;
  align-items: center;
  gap: 0.7320644217vw;
  color: var(--color-red-a);
  font-size: 1.1713030747vw;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
.hero .scroll::after {
  translate: -0.1098096633vw;
  width: 1px;
  height: 4.6852122987vw;
  content: "";
  background: linear-gradient(to bottom, #f97253 50%, rgba(249, 114, 83, 0) 50%);
  background-position: 0 -4.6852122987vw;
  background-size: 100% 200%;
  -webkit-animation: scrolldown 2.2s cubic-bezier(0.76, 0, 0.3, 1) forwards infinite;
          animation: scrolldown 2.2s cubic-bezier(0.76, 0, 0.3, 1) forwards infinite;
}
@media (min-width: 769px) {
  .hero .scroll {
    display: flex;
  }
}
@media (max-width: 768px) {
  .hero .scroll {
    display: none;
  }
}

@-webkit-keyframes scrolldown {
  0% {
    background-position: 0 -4.6852122987vw;
  }
  75% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 4.6852122987vw;
  }
}

@keyframes scrolldown {
  0% {
    background-position: 0 -4.6852122987vw;
  }
  75% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 4.6852122987vw;
  }
}
@-webkit-keyframes indicator {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@keyframes indicator {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
/* 最新のお知らせ */
.news {
  background-color: #fff;
  display: grid;
  align-items: center;
}
@media screen and (min-width: 769px) {
  .news {
    grid-template-columns: auto 1fr;
    gap: 2.5622254758vw;
    margin-top: 5.1244509517vw;
    padding: 1.8301610542vw 2.9282576867vw;
    border-radius: 0.878477306vw;
  }
}
@media screen and (max-width: 768px) {
  .news {
    gap: 0.6em;
    margin-top: 30px;
    padding: 20px;
    border-radius: 20px;
  }
}
.news h2 {
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (min-width: 769px) {
  .news h2 {
    font-size: 1.317715959vw;
  }
}
@media screen and (max-width: 768px) {
  .news h2 {
    font-size: 14rem;
  }
}
@media screen and (min-width: 769px) {
  .news ul {
    padding-left: 2.196193265vw;
    border-left: 1px solid #C3C3C3;
  }
}
@media screen and (max-width: 768px) {
  .news ul {
    padding-top: 0.7em;
    border-top: 1px solid #C3C3C3;
  }
}
.news li {
  display: flex;
  font-size: 1.317715959vw;
  line-height: 1.6;
}
.news li + li {
  margin-top: 0.8em;
}
@media screen and (min-width: 769px) {
  .news li {
    align-items: center;
    gap: 1em;
  }
}
@media screen and (max-width: 768px) {
  .news li {
    flex-direction: column;
    font-size: 14rem;
  }
}
.news .date {
  color: var(--color-red-a);
  font-weight: bold;
}
.news .title {
  margin-right: auto;
  font-weight: 500;
  display: -webkit-box;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.news i {
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--color-red-a);
  font-size: 1.1713030747vw;
}
@media screen and (max-width: 768px) {
  .news i {
    display: none;
  }
}

/* イントロ */
.introduction {
  display: grid;
}
@media (min-width: 769px) {
  .introduction {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .introduction {
    margin-top: 45px;
    padding: 140px 0px 0;
    position: relative;
    justify-content: center;
  }
}
@media (min-width: 769px) {
  .introduction header {
    margin-right: 9.5168374817vw;
  }
}
.introduction .dots.btm::before {
  bottom: -12.4450951684vw;
}
.introduction h2 {
  margin-bottom: 5vw;
  font-size: 3.513909224vw;
  font-weight: 700;
  line-height: 1.4;
}
.introduction h2 em {
  color: var(--color-red-a);
}
@media (min-width: 769px) {
  .introduction h2 {
    text-align: center;
  }
}
@media (max-width: 768px) {
  .introduction h2 {
    font-size: 36px;
  }
}
.introduction .illustration {
  display: flex;
  justify-content: space-between;
}
.introduction .illustration .ill1 {
  width: max(127px, 13.3967789165vw);
}
.introduction .illustration .ill2 {
  width: max(113px, 12.737920937vw);
  translate: 0 50%;
}
@media (max-width: 768px) {
  .introduction .illustration {
    position: absolute;
    top: 0;
    left: 50%;
    translate: -50%;
    width: 285px;
  }
}
.introduction p {
  font-size: 1.317715959vw;
}
.introduction p em {
  color: var(--color-red-a);
  font-size: 2.3426061493vw;
  font-weight: 700;
}
@media (max-width: 768px) {
  .introduction p {
    font-size: 14px;
  }
  .introduction p em {
    font-size: 20px;
  }
}
@media (min-width: 769px) {
  .introduction .textBtm {
    grid-column: 1/3;
    text-align: center;
  }
  .introduction .textBtm p {
    margin-top: 5em;
    font-size: 1.4641288433vw;
  }
}
@media (max-width: 768px) {
  .introduction .textBtm p {
    margin-top: 3em;
  }
}

/* 動画 */
@media screen and (min-width: 769px) {
  .movie {
    margin-top: 8.78477306vw;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .movie {
    margin: 65px 20px 0;
  }
}
.movie .modaal {
  display: block;
  margin: auto;
}
@media screen and (min-width: 769px) {
  .movie .modaal {
    width: 53.8067349927vw;
  }
}
.movie .modaal img {
  width: 100%;
}

.goYoutube a {
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  font-weight: 700;
  position: relative;
}
.goYoutube i {
  position: absolute;
  top: 50%;
  translate: 0 -50%;
}
@media screen and (min-width: 769px) {
  .goYoutube {
    margin-top: 3.2942898975vw;
  }
  .goYoutube a {
    width: 29.8682284041vw;
    height: 4.6852122987vw;
    font-size: 1.317715959vw;
  }
  .goYoutube i {
    right: 1.8301610542vw;
    font-size: 1.0980966325vw;
  }
}
@media screen and (max-width: 768px) {
  .goYoutube {
    margin-top: 40px;
  }
  .goYoutube a {
    height: 50px;
    font-size: 18rem;
  }
  .goYoutube i {
    right: 15px;
    font-size: 15rem;
  }
}

.modaal-close {
  top: 4.39238653vw;
  right: 9.5168374817vw;
  width: 36px;
  height: 36px;
  border-radius: 0;
  background: url(../img/common/btn-close.svg) center/cover !important;
}
.modaal-close::before, .modaal-close::after {
  display: none;
}

.modaal-content-container {
  text-align: center;
}

.modaal-inner-wrapper {
  padding-left: 20px;
  padding-right: 20px;
}

@media screen and (max-width: 768px) {
  .modaal-video-wrap {
    margin: auto;
  }
}

/* トモプラでできること */
.feature {
  /* .anchor {
    display: grid;
    @media (min-width: $tab-plus){
      grid-template-columns: repeat(3,1fr);
      gap: 1.8vw;
      padding-bottom: 10vw;
    }
    @media (max-width: $tab){
      gap: 60px;
      padding-bottom: 20vw;
    }

    a {
      position: relative;
      border-radius: 1vw;
      display: grid;
      justify-items: center;
      gap: .3vw;
      padding: 2vw 0 2.4vw;
      font-weight: 700;
      line-height: 1.4;
      text-align: center;
      @media (max-width: $tab){
        padding: 20px 20px 40px;
        border-radius: 10px;
      }
    }

    i {
      font-size: vw(16);
      @media (max-width: $tab){
        font-size: 16px;
      }
      em {
        font-family: 'Roboto', sans-serif;
      }
    }

    span {
      font-size: vw(24);
      em {
        color: #000;
      }
      @media (max-width: $tab){
        font-size: 20px;
      }
    }

    .icon::before {
      position: absolute;
      bottom: 0;
      left: 50%;
      width: vw(44);
      background-color: #fff;
      @include border;
      color: var(--color-red-a);
      font-size: vw(17);
      translate: -50% 50%;
      @media (max-width: $tab){
        width: 44px;
        font-size: 17px;
      }
    }

  } */
  /* .link {
    margin-top: 1.5em;
    display: inline-flex;
    gap: 1em;
    align-items: center;
    font-family: 'Noto Sans JP', sans-serif;;
    font-size: vw(16);
    position: relative;
    i {
      position: absolute;
      right: -1.5em;
      top: 50%;
      translate: 0 -50%;
      color: var(--color-red-a);
      font-size: 85%;
    }
    @media (max-width: $tab){
      font-size: 14px;
    }
  } */
}
@media (max-width: 768px) {
  .feature {
    margin-top: 75px;
  }
}
.feature h2 {
  margin-bottom: 1em;
  font-size: 2.9282576867vw;
  font-weight: 700;
}
.feature h2 img {
  margin-right: 0.8vw;
  width: 17.5695461201vw;
}
.feature h2 small {
  font-size: 1.0248901903vw;
}
@media (max-width: 768px) {
  .feature h2 {
    margin-bottom: 1.1em;
    font-size: 32rem;
  }
  .feature h2 img {
    margin-right: 8px;
    width: 156px;
  }
  .feature h2 small {
    font-size: 13rem;
  }
}
@media (min-width: 769px) {
  .feature > section {
    display: flex;
    align-items: center;
  }
  .feature > section > * {
    width: 50%;
  }
  .feature > section:nth-child(even) .text {
    padding-right: 6.588579795vw;
  }
  .feature > section:nth-child(odd) {
    flex-direction: row-reverse;
  }
  .feature > section:nth-child(odd) .text {
    padding-left: 6.588579795vw;
  }
  .feature > section + section {
    margin-top: 20px;
  }
}
@media (max-width: 768px) {
  .feature > section + section {
    margin-top: 60px;
  }
}
@media (max-width: 768px) {
  .feature .text {
    margin-bottom: 50px;
  }
}
.feature .image {
  background-color: #fff;
  border-radius: 50%;
  aspect-ratio: 1;
  position: relative;
}
.feature .image img {
  width: 100%;
}
.feature .image .illustration {
  position: absolute;
}
@media (min-width: 769px) {
  .feature .image .illustration {
    width: 11.7130307467vw;
  }
}
@media (max-width: 768px) {
  .feature .image .illustration {
    width: 29.2825768668vw;
  }
}
@media (min-width: 769px) {
  .feature .image .ill1 {
    top: -1.4641288433vw;
    right: 1.8301610542vw;
  }
}
@media (max-width: 768px) {
  .feature .image .ill1 {
    top: -8%;
    left: 50%;
    margin-left: 30px;
  }
}
@media (min-width: 769px) {
  .feature .image .ill2 {
    top: 0.7320644217vw;
    left: 1.8301610542vw;
  }
}
@media (max-width: 768px) {
  .feature .image .ill2 {
    top: -9%;
    right: 50%;
    margin-right: 30px;
  }
}
@media (min-width: 769px) {
  .feature .image .ill3 {
    top: 0vw;
    right: 1.8301610542vw;
  }
}
@media (max-width: 768px) {
  .feature .image .ill3 {
    top: -8%;
    left: 50%;
    margin-left: 40px;
  }
}
.feature .number {
  font-size: 1.756954612vw;
  font-weight: 700;
}
@media (max-width: 768px) {
  .feature .number {
    font-size: 16px;
  }
}
.feature h3 {
  margin-top: 0.6em;
  margin-bottom: 0.7em;
  padding-top: 0.6em;
  border-top: 1px solid #C3C3C3;
  font-size: 2.635431918vw;
  font-weight: 700;
  line-height: 1.4;
}
.feature h3 em {
  color: var(--color-red-a);
}
@media (max-width: 768px) {
  .feature h3 {
    font-size: 24px;
  }
}
.feature p {
  font-size: 1.1713030747vw;
}
@media (max-width: 768px) {
  .feature p {
    font-size: 14px;
  }
}
.feature .btn-style {
  margin-top: 1.5em;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 4.6852122987vw;
  border-radius: 2.196193265vw;
  font-size: 1.317715959vw;
  font-weight: 700;
  position: relative;
}
.feature .btn-style::before {
  position: absolute;
  top: 50%;
  right: 2.5622254758vw;
  translate: 0 -50%;
  content: "\f054";
  font-size: 1.0980966325vw;
}
@media screen and (max-width: 768px) {
  .feature .btn-style {
    width: 288px;
    height: 50px;
    margin: 20px auto 0;
    font-size: 16px;
  }
  .feature .btn-style::before {
    font-size: 13px;
  }
}

/* 料金 */
.price {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4.39238653vw;
}
@media screen and (max-width: 768px) {
  .price {
    margin-top: 70px;
    flex-direction: column;
  }
}
.price h2 {
  width: 21.5959004392vw;
  font-size: 1.0248901903vw;
  text-align: center;
}
.price h2 img {
  margin-bottom: 0.8em;
}
@media screen and (max-width: 768px) {
  .price h2 {
    width: 322px;
    font-size: 13rem;
  }
}
.price .text {
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  .price .text {
    border-left: 1px solid #C3C3C3;
    padding-left: 4.39238653vw;
  }
}
@media screen and (max-width: 768px) {
  .price .text {
    border-top: 1px solid #C3C3C3;
    margin-top: 0.3em;
    padding-top: 1.4em;
  }
}
.price dt {
  color: var(--color-red-a);
  font-size: 1.4641288433vw;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .price dt {
    font-size: 16rem;
  }
}
.price dd {
  display: grid;
  align-items: baseline;
  flex-wrap: wrap;
  font-size: 1.756954612vw;
  line-height: 1;
  line-height: 1;
}
.price dd br {
  display: none;
}
@media screen and (max-width: 768px) {
  .price dd {
    font-size: 16rem;
  }
}
.price p {
  line-height: 1.2;
}
.price strong {
  display: inline-block;
  -webkit-transform: translateY(0.07em);
          transform: translateY(0.07em);
  margin: 0 0.09em;
  color: var(--color-red-a);
  font-size: 4.6852122987vw;
}
@media screen and (max-width: 768px) {
  .price strong {
    font-size: 40rem;
  }
}
.price small {
  display: block;
  margin-top: 0.8em;
  font-size: 1.1713030747vw;
}
@media screen and (max-width: 768px) {
  .price small {
    font-size: 16px;
  }
}
.price em {
  color: var(--color-red-a);
}

/* よくあるご質問 */
@media screen and (min-width: 769px) {
  .faq {
    padding-top: 12.4450951684vw;
  }
}
@media (max-width: 768px) {
  .faq {
    padding-top: 100px;
  }
}
.faq .content {
  background-color: #fff;
  border-radius: 2.196193265vw;
  counter-reset: number 0;
  position: relative;
}
@media screen and (min-width: 769px) {
  .faq .content {
    padding: 5.1244509517vw 6.588579795vw 7.3206442167vw;
  }
}
@media (max-width: 768px) {
  .faq .content {
    padding: 50px 20px 40px;
  }
}
.faq h2 {
  font-size: 3.2210834553vw;
}
.faq h2 em {
  color: var(--color-red-a);
}
@media (min-width: 769px) {
  .faq h2 {
    margin-bottom: 2.9282576867vw;
  }
}
@media (max-width: 768px) {
  .faq h2 {
    margin-bottom: 10px;
    font-size: 26px;
  }
}
.faq details {
  overflow: hidden;
  border-bottom: 1px solid #EDEDED;
}
.faq details summary {
  list-style-type: none;
  position: relative;
  cursor: pointer;
}
.faq details summary::-webkit-details-marker {
  display: none;
}
.faq details summary {
  padding: 2.9282576867vw 5.1244509517vw;
  font-size: 1.1713030747vw;
  font-weight: 700;
  line-height: 1.6;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .faq details summary {
    padding: 30px 60px;
    font-size: 14px;
  }
}
.faq details summary::before {
  position: absolute;
  top: 50%;
  right: 1.4641288433vw;
  translate: 0 -50%;
  width: 1.5373352855vw;
  background-color: var(--color-red-f);
  content: "+";
  color: #fff;
  font-size: 0.878477306vw;
}
@media (max-width: 768px) {
  .faq details summary::before {
    right: 15px;
    width: 21px;
    font-size: 11px;
  }
}
.faq details summary:hover {
  background-color: #F8F8F8;
}
.faq details summary i {
  position: absolute;
  top: 50%;
  left: 1.4641288433vw;
  translate: 0 -50%;
  margin-right: 0.7em;
  color: var(--color-red-f);
  font-size: 1.756954612vw;
}
.faq details summary i::after {
  counter-increment: number 1;
  content: counter(number);
}
@media (max-width: 768px) {
  .faq details summary i {
    left: 20px;
    font-size: 20px;
  }
}
.faq details[open] {
  background-color: #F8F8F8;
}
.faq details[open] summary::before {
  content: "\f068";
}
.faq details .detailsContent {
  position: relative;
}
.faq details .detailsContent p {
  translate: 0 -1.0980966325vw;
  padding: 0 5.1244509517vw 1.8301610542vw;
  font-size: 1.1713030747vw;
  font-weight: 400;
}
@media (max-width: 768px) {
  .faq details .detailsContent p {
    translate: 0 -30px;
    padding: 20px 60px 0;
    font-size: 14px;
  }
}
.faq .btn-style {
  margin: 2.9282576867vw auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 29.2825768668vw;
  height: 4.6852122987vw;
  border-radius: 2.196193265vw;
  font-size: 1.317715959vw;
  font-weight: 700;
  position: relative;
}
.faq .btn-style::before {
  position: absolute;
  top: 50%;
  right: 2.5622254758vw;
  translate: 0 -50%;
  content: "\f054";
  font-size: 1.0980966325vw;
}
@media screen and (max-width: 768px) {
  .faq .btn-style {
    margin-top: 30px;
    width: 288px;
    height: 50px;
    margin: auto;
    font-size: 16px;
  }
  .faq .btn-style::before {
    font-size: 13px;
  }
}
.faq .illustration > div {
  position: absolute;
  top: 0;
  translate: 0 -58%;
}
@media (min-width: 769px) {
  .faq .illustration .ill1 {
    left: 13.9092240117vw;
    width: 8.78477306vw;
  }
}
@media (max-width: 768px) {
  .faq .illustration .ill1 {
    left: 18px;
    width: 88px;
  }
}
@media (min-width: 769px) {
  .faq .illustration .ill2 {
    left: 24.8901903367vw;
    width: 8.78477306vw;
  }
}
@media (max-width: 768px) {
  .faq .illustration .ill2 {
    left: 110px;
    width: 77px;
  }
}

/* 動作環境 */
@media screen and (min-width: 769px) {
  .systemRequirements {
    margin-top: 0;
    padding-top: 10.2489019034vw;
  }
}
@media screen and (max-width: 768px) {
  .systemRequirements {
    padding-top: 60px;
  }
}
.systemRequirements .content {
  background-color: #fff;
  border-radius: 2.196193265vw;
}
@media screen and (min-width: 769px) {
  .systemRequirements .content {
    padding: 5.1244509517vw 6.588579795vw;
  }
}
@media (max-width: 768px) {
  .systemRequirements .content {
    padding: 40px 20px;
  }
}
.systemRequirements.btm::before {
  bottom: -22.9657393851vw;
}
.systemRequirements h2 {
  margin-bottom: 1.2em;
  color: var(--color-red-f);
  font-size: 1.756954612vw;
  font-weight: 700;
}
@media (max-width: 768px) {
  .systemRequirements h2 {
    margin-bottom: 1em;
    font-size: 24px;
  }
}
.systemRequirements dl {
  display: grid;
  border-top: 1px solid #EDEDED;
}
@media (min-width: 769px) {
  .systemRequirements dl {
    grid-template-columns: 20em auto;
  }
  .systemRequirements dl :is(dt, dd) {
    border-bottom: 1px solid #EDEDED;
    padding-top: 2em;
    padding-bottom: 1em;
    font-size: 1.1713030747vw;
  }
}
.systemRequirements dl dt {
  font-weight: 700;
}
@media (max-width: 768px) {
  .systemRequirements dl dt {
    padding-top: 20px;
  }
}
@media (max-width: 768px) {
  .systemRequirements dl dd {
    border-bottom: 1px solid #EDEDED;
    padding-top: 10px;
    padding-bottom: 20px;
    font-size: 14px;
  }
}

/* 各種ボタン */
@media (min-width: 769px) {
  .cta-buttons {
    margin-top: 10.2489019034vw;
    margin-left: 16.1054172767vw;
    margin-right: 16.1054172767vw;
  }
}
@media (max-width: 768px) {
  .cta-buttons {
    margin-top: 80px;
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cta-buttons a {
  text-decoration: none;
}
@media screen and (min-width: 769px) {
  .cta-buttons ul:nth-child(1) {
    display: flex;
    justify-content: center;
    gap: 6.588579795vw;
  }
  .cta-buttons ul:nth-child(1) li {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .cta-buttons ul:nth-child(1) {
    display: grid;
    gap: 35px;
  }
}
.cta-buttons ul:nth-child(1) li {
  display: grid;
  gap: 1.6em;
}
@media screen and (max-width: 768px) {
  .cta-buttons ul:nth-child(1) li {
    gap: 13px;
  }
}
.cta-buttons ul:nth-child(1) .label {
  font-size: 1.4641288433vw;
  font-weight: bold;
  text-align: center;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .cta-buttons ul:nth-child(1) .label {
    font-size: 16rem;
  }
}
.cta-buttons ul:nth-child(1) .btn-style {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 6.4421669107vw;
  border-radius: 6.4421669107vw;
  font-size: 1.756954612vw;
  font-weight: 700;
  position: relative;
}
.cta-buttons ul:nth-child(1) .btn-style::before {
  position: absolute;
  top: 50%;
  right: 2.5622254758vw;
  translate: 0 -50%;
  content: "\f054";
  font-size: 1.0980966325vw;
}
.cta-buttons ul:nth-child(1) .btn-style .illustration {
  position: absolute;
  left: -2.196193265vw;
  bottom: -1.0980966325vw;
}
.cta-buttons ul:nth-child(1) .btn-style .illustration.ill1 {
  width: 8.4187408492vw;
}
.cta-buttons ul:nth-child(1) .btn-style .illustration.ill2 {
  width: 7.7598828697vw;
}
@media screen and (max-width: 768px) {
  .cta-buttons ul:nth-child(1) .btn-style {
    width: 288px;
    height: 50px;
    margin: auto;
    font-size: 16px;
  }
  .cta-buttons ul:nth-child(1) .btn-style::before {
    font-size: 13px;
  }
  .cta-buttons ul:nth-child(1) .btn-style .illustration {
    bottom: -25px;
    left: -20px;
    width: 82px;
  }
  .cta-buttons ul:nth-child(1) .btn-style .illustration.ill1 {
    width: 82px;
  }
  .cta-buttons ul:nth-child(1) .btn-style .illustration.ill2 {
    width: 82px;
  }
}
.cta-buttons ul:nth-child(2) {
  display: grid;
  border-top: 1px solid #C3C3C3;
}
@media screen and (min-width: 769px) {
  .cta-buttons ul:nth-child(2) {
    margin-top: 5.8565153734vw;
    padding-top: 5.8565153734vw;
    grid-template-columns: repeat(2, 1fr);
    gap: 6.588579795vw;
  }
}
@media screen and (max-width: 768px) {
  .cta-buttons ul:nth-child(2) {
    margin-top: 70px;
    padding-top: 60px;
    gap: 35px;
  }
}
.cta-buttons ul:nth-child(2) .btn-style {
  display: grid;
  height: 100%;
  padding: 2.196193265vw 4.0263543192vw;
  border-radius: 0.7320644217vw;
  color: var(--color-base);
}
.cta-buttons ul:nth-child(2) .btn-style strong {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5em;
  margin-bottom: 0.3em;
  font-size: 1.756954612vw;
  font-weight: bold;
}
.cta-buttons ul:nth-child(2) .btn-style span {
  font-weight: 400;
  font-size: 1.1713030747vw;
  line-height: 1.6;
}
.cta-buttons ul:nth-child(2) .btn-style i {
  color: var(--color-red-a);
}
.cta-buttons ul:nth-child(2) .btn-style:hover {
  color: #fff;
}
.cta-buttons ul:nth-child(2) .btn-style:hover i {
  color: currentColor;
}
@media screen and (max-width: 768px) {
  .cta-buttons ul:nth-child(2) .btn-style {
    border-radius: 10px;
    padding: 20px 24px;
  }
  .cta-buttons ul:nth-child(2) .btn-style strong {
    font-size: 18rem;
  }
  .cta-buttons ul:nth-child(2) .btn-style span {
    font-size: 14rem;
  }
}

/* 詳細情報公開予定 */
.schedule {
  margin: 4.39238653vw 16.1054172767vw 5.8565153734vw;
  /* h2 {
    margin-bottom: 1em;
    font-size: vw(32);
    font-weight: 700;
    line-height: 1.55;
    @media (max-width: $tab){
      font-size: 26px;
    }
  }

  .txt {
    margin-bottom: 1.5em;
    font-size: vw(16);
    line-height: 1.5;
    @media (max-width: $tab){
      font-size: 14px;
    }
  }

  .btn-style {
    margin: auto;
    @include center;
    width: vw(380);
    height: vw(88);
    border-radius: vw(88);
    font-size: vw(24);
    font-weight: 700;
    position: relative;
    @media (max-width: $tab){
      width: 288px;
      height: 56px;
      font-size: 16px;
    }
    &::before {
      position: absolute;
      top: 50%;
      right: vw(35);
      translate: 0 -50%;
      content: "\f054";
      font-size: vw(15);
      @media (max-width: $tab){
        font-size: 13px;
      }
    }
    .illustration {
      position: absolute;
      left: vw(-30);
      bottom: vw(-15);
      width: vw(106);
      @media (max-width: $tab){
        bottom: -25px;
        left: -20px;
        width: 82px;
      }
    }
  } */
}
@media (max-width: 768px) {
  .schedule {
    margin: 40px 20px 60px;
  }
}
.schedule .note {
  background-color: #fff;
  padding: 2.9282576867vw;
  border-radius: 0.7320644217vw;
  font-size: 1.0248901903vw;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .schedule .note {
    border-radius: 10px;
    padding: 20px;
    font-size: 14px;
  }
}


/* みなさまの声  購入の流れ */
.voice_flow .content {
  background-color: #fff;
  border-radius: 2.196193265vw;
  display: grid;
}
@media (min-width: 769px) {
  .voice_flow .content {
    padding: 5.1244509517vw 6.588579795vw;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .voice_flow {
    margin-top: 60px;
  }
  .voice_flow .content {
    padding: 40px 20px;
  }
}
.voice_flow h2 {
  font-size: 2.635431918vw;
}
.voice_flow p {
  margin-top: 1.4em;
}
.voice_flow .btn-style {
  margin-top: 1.1em;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 4.6852122987vw;
  border-radius: 2.196193265vw;
  font-size: 1.317715959vw;
  font-weight: 700;
  position: relative;
}
.voice_flow .btn-style::before {
  position: absolute;
  top: 50%;
  right: 2.5622254758vw;
  translate: 0 -50%;
  content: "\f054";
  font-size: 1.0980966325vw;
}
@media (min-width: 769px) {
  .voice_flow .voice {
    padding-right: 6.588579795vw;
    border-right: 1px solid #C3C3C3;
  }
  .voice_flow .flow {
    padding-left: 6.588579795vw;;
  }
  .voice_flow p {
    font-size: 1.1713030747vw;
    white-space: nowrap;
  }  
}
@media (max-width: 768px) {
  .voice_flow h2 {
    font-size: 24px;
  }
  .voice_flow .voice {
    padding-bottom: 40px;
    border-bottom: 1px solid #C3C3C3;
  }
  .voice_flow .flow {
    padding-top: 40px;
  }
  .voice_flow .btn-style {
    height: 60px;
    border-radius: 30px;
    font-size: 16px;
  }
  .voice_flow .btn-style::before {
    right: 30px;
    font-size: 16px;
  }
}


