@charset "UTF-8";
/* --------------------------------------------------
 ※※※※※※※※※※※※※※※※※※※※※※※※
 共通ページ用
 このファイルはsassでコンパイルされています
 以下の内容を変更したい場合は構成するscssファイルを
 ご確認ください
 ※※※※※※※※※※※※※※※※※※※※※※※※
-------------------------------------------------- */
@import "https://fonts.googleapis.com/css2?family=Zen+Old+Mincho&display=swap";
@import "https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap";
@import url("https://cdn.jsdelivr.net/npm/@splidejs/splide@4.1.4/dist/css/splide.min.css");
@media (width <= 749.9px) {
  /* ------------------------------
  function SP
  ------------------------------ */
  /* ------------------------------
  base SP
  ------------------------------ */
  html {
    background: #fff;
  }
  html.is-fixed {
    height: 100%;
    overflow: hidden;
  }
  body {
    box-sizing: border-box;
    color: #00101f;
    font-family: "Zen Old Mincho", serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.5;
    word-wrap: break-word;
    overflow-wrap: break-word;
    image-rendering: auto;
  }
  .is-fixed body {
    position: fixed;
    width: 100%;
  }
  *:focus-visible {
    border-radius: 4px;
    outline: 4px solid #17349c;
  }
  h1 {
    margin: 0;
    padding: 0;
  }
  img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
    image-rendering: auto;
  }
  a {
    transition: 0.3s ease;
  }
  button {
    transition: 0.3s ease;
  }
  button:hover {
    cursor: pointer;
  }
  .only-pc {
    display: none !important;
  }
  .only-sr {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    border: 0;
    pointer-events: none;
  }
  .main {
    flex: 1;
  }
  /* ------------------------------
  ly SP
  ------------------------------ */
  .ly-wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100svh;
  }
  .ly-section {
    margin-bottom: 5.3333333333vw;
  }
  .ly-section:last-child {
    margin-bottom: 0;
  }
  /* ------------------------------
  footer SP
  ------------------------------ */
  .footer {
    box-sizing: border-box;
    margin: 0 auto;
    padding: 10.6666666667vw 6.4vw 0;
    background: #00101f;
    text-align: center;
  }
  .footer__inner {
    box-sizing: border-box;
    margin: 0 auto;
    padding: 6.4vw;
  }
  .footer__copy {
    display: block;
    margin: 0 0 13.3333333333vw;
    padding: 0;
    color: #a78b0f;
    font-family: "Zen Old Mincho", serif;
    font-size: 2.6666666667vw;
    font-weight: 500;
    text-align: center;
  }
  .footer-sns {
    display: flex;
    justify-content: center;
    margin: 6.4vw 0 0;
    gap: 9.6vw;
  }
  .footer-list {
    margin: 6.4vw 0 0;
    padding: 0;
    list-style: none;
  }
  .footer-list__link {
    display: block;
    padding: 3.2vw 5.3333333333vw;
    border-bottom: 0.5px solid #ffe399;
    background-color: #00101f;
    color: #ffe399;
    font-size: 4.2666666667vw;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
  }
  .footer-list__link:hover {
    opacity: 0.7;
  }
  .footer-box {
    display: flex;
    align-items: center;
    padding: 2.6666666667vw;
    gap: 2.6666666667vw;
    border-bottom: 0.5px solid #ffe399;
  }
  .footer-box--noline {
    border: none;
  }
  .footer-box__image {
    width: 32vw;
    min-width: 32vw;
    height: auto;
  }
  .footer-box__text {
    color: #ffe399;
    font-size: 2.6666666667vw;
    text-align: left;
  }
  .footer-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    line-height: 0;
  }
  .footer-logo__images {
    margin: 6.4vw 0;
    padding: 0;
    text-align: center;
  }
  .footer-logo__images p {
    margin: 0;
    padding: 0;
    line-height: 0;
  }
  .footer-logo__images img {
    display: block;
    width: 21.6vw;
    height: 4.2666666667vw;
    margin: 0;
    padding: 0;
  }
  /* ------------------------------
  about SP
  ------------------------------ */
  .about {
    box-sizing: border-box;
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .about::after {
    content: "";
    display: inline-block;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: url("../images/about/img_item.png") no-repeat center/cover;
  }
  .about__inner {
    z-index: 1;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
  }
  /* ------------------------------
  button SP
   ------------------------------ */



 .button{
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    width: 340px;
    min-height: 60px;
    background-color: #ffe399;
    background-image: linear-gradient(to bottom, #ffe399 20%, #d09908 78%, #ebb117 94%, #fac000 100%);
    border: 1px solid #fff;
    color: #00101f;
    font-size: 20px;
    text-decoration: none;
    border-radius: 60px;
    font-weight: 600;
    text-align: center;
  }

      .button p {
      margin: 10px;
      text-align: center;
  }
  .button p span{
    font-size: 28px;
  }
  .button::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 3.2vw;
    width: 3.7333333333vw;
    height: 3.7333333333vw;
    background: url("../images/button/ico_arrow.svg") no-repeat center/contain;
    transform: translateY(-50%);
  }

  
  .button.button--cta p{
    font-weight: 600;
  }
  .button.seriestext{
    font-weight: 400;
  
  }


  /* ------------------------------
  compare SP
   ------------------------------ */
  .compare {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .compare__inner {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
  }
  /* ------------------------------
  developer SP
   ------------------------------ */
  .developer {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .developer__inner {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
  }
  /* ------------------------------
  fadein SP
   ------------------------------ */
  .js-fadein {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 1s ease, transform 1s ease;
  }
  /* アニメーションの終了状態（元の位置で、不透明） */
  .js-fadein.is-active {
    opacity: 1;
    transform: translateY(0);
  }
  /* ------------------------------
  feature SP
   ------------------------------ */
  .feature {
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
    width: 100%;
    margin: 0;
    padding: 21.3333333333vw 0;
    background: url("../images/feature/img_bg.jpg") no-repeat center/cover;
  }
  .feature__inner {
    display: flex;
    position: relative;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    gap: 16vw;
  }
  .feature__slide {
    box-sizing: border-box;
    overflow-x: auto;
    display: flex;
    flex-direction: row;
    width: 100%;
    margin-left: 13.3333333333vw;
    gap: 6.1333333333vw;
  }
  .feature__item {
    width: 33.6vw;
    height: auto;
    flex-shrink: 0;
  }
  .feature__slide {
    cursor: grab; /* ← カーソルを「掴む手」の形にする */
    user-select: none; /* ← ドラッグ中にテキストが選択されるのを防ぐ */
  }
  .feature__slide.is-grabbing {
    cursor: grabbing; /* ← ドラッグ中は「掴んでいる手」の形にする */
  }
  /* ------------------------------
  faq SP
   ------------------------------ */
  .faq {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .faq__inner {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
  }
  /* ------------------------------
  fixed SP
  ------------------------------ */
  #fixed-container {
    z-index: 1000;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    flex-direction: column;
    position: fixed;
    width: 100%;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0 auto;
    padding: 0;
    padding: 6.4vw 4.2666666667vw;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 80%, rgba(0, 0, 0, 0));
    gap: 3.2vw;
    transition: opacity 0.3s ease-out, transform 0.3s ease-out;
  }
  .cta-text {
        margin: 0.6666666667vw;
        left: 3.93333333vw;
        color: #ffe399;
        font-size: 4vw;
        text-align: center;
  }
  .cta-tag {
    margin: 0 1.3333333333vw;
    padding: 1.0666666667vw 2.6666666667vw;
    border: 1px solid #ffe399;
    font-size: 3.2vw;
  }
  /* ------------------------------
  hook SP
   ------------------------------ */
  .hook {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .hook__inner {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
  }
  .hook__button {
    position: absolute;
    bottom: 26.6666666667vw;
    left: 50%;
    transform: translateX(-50%);
  }
  /* ------------------------------
  line-up SP
   ------------------------------ */
  .line-up {
    width: 100%;
    margin: 0;
    padding: 10.6666666667vw 0 21.3333333333vw;
    background: url("../images/line-up/img_bg.jpg") no-repeat center/cover;
  }
  .line-up__inner {
    display: flex;
    position: relative;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    gap: 8.5333333333vw;
  }
  .line-up__image {
    width: 100%;
  }
  /* カードのデザイン */
  .line-up-list {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #fff;
    padding: 5.3333333333vw 13.8666666667vw;
  }
  .line-up-list__body {
    display: flex;
    position: relative;
    flex-direction: column;
    margin-top: 9.3333333333vw;
    gap: 2.1333333333vw;
  }
  .line-up-list__image {
    display: inline-block;
    margin: 0;
    width: 64vw;
  }
  .line-up-list__image img {
    width: 100%;
    height: auto;
    display: block;
  }
  .splide {
    width: 100%;
  }
  /* ページネーション（下部の点々）のスタイル */
  .splide__pagination {
    position: relative;
    margin-top: 8.5333333333vw;
    gap: 5.3333333333vw;
  }
  .splide__pagination__page {
    width: 8px;
    height: 8px;
    background: #675e45;
  }
  .splide__pagination__page.is-active {
    opacity: 1;
    transform: scale(1.5);
    background-color: #f0c34d; /* アクティブな点の色 */
  }
  /* 矢印アイコン（SVG）のスタイル */
  .splide__arrow svg {
    display: none;
  }
  .splide__arrow {
    top: auto;
    bottom: -3.2vw;
    background-color: transparent; /* 背景色を透明に */
    background-repeat: no-repeat;
    background-position: center;
    background-size: 3.2vw; /* オリジナル矢印の表示サイズ */
    width: 10.6666666667vw; /* ボタンのクリック領域の幅 */
    height: 10.6666666667vw; /* ボタンのクリック領域の高さ */
    transform: none;
  }
  .splide__arrow--next {
    background-image: url("../images/common/ico_slider-arrow.svg");
  }
  .splide__arrow--prev {
    background-image: url("../images/common/ico_slider-arrow.svg");
    transform: rotate(180deg);
  }
  /* ------------------------------
  note SP
   ------------------------------ */
  .note {
    width: 100%;
    margin: 0;
    padding: 10.6666666667vw 0;
    background: linear-gradient(to bottom, #00101f, #09345d);
  }
  .note__inner {
    display: flex;
    position: relative;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    gap: 10.6666666667vw;
  }
  .note__image {
    width: 100%;
  }
  /* ------------------------------
  point SP
   ------------------------------ */
  .point {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .point__inner {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
  }
  .point__image {
    box-sizing: border-box;
    position: absolute;
    left: 0;
    width: 100%;
    height: auto;
  }
  .point__image--01 {
    top: 49.8666666667vw;
    padding: 0 2.1333333333vw;
  }
  .point__image--02 {
    top: 186.6666666667vw;
    padding: 0 2.1333333333vw;
  }
  .point__image--03 {
    top: 461.3333333333vw;
  }
  .point__image--04 {
    top: 524vw;
  }
  .point__image--05 {
    top: 552vw;
  }
  .point__movie {
    position: absolute;
    width: 100%;
    height: auto;
    top: 400vw;
    left: 0;
  }
  /* ------------------------------
  problem SP
   ------------------------------ */
  .problem {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .problem__inner {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
  }
  .problem__button {
    position: absolute;
    bottom: 26.6666666667vw;
    left: 50%;
    transform: translateX(-50%);
  }
  /* ------------------------------
  series SP
   ------------------------------ */
  .series {
    width: 100%;
    margin: 0;
    padding: 10.6666666667vw 0 0;
    background: #00101f;
  }
  .series__inner {
    display: flex;
    position: relative;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    gap: 4.2666666667vw;
  }
  .series__image {
    width: 100%;
  }
  /* ------------------------------
  sns SP
  ------------------------------ */
  .sns {
    display: flex;
    justify-content: center;
    padding: 10.6666666667vw;
  }
  .sns__inner {
    display: flex;
    gap: 8vw;
  }
  .sns__link {
    width: 13.3333333333vw;
  }
  /* ------------------------------
  step SP
   ------------------------------ */
  .step {
    box-sizing: border-box;
    position: relative;
    width: 100%;
    margin: 0;
    padding: 21.3333333333vw 4.2666666667vw;
    background: linear-gradient(to bottom, #00101f, #09345d);
  }
  .step__inner {
    display: flex;
    position: relative;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    gap: 16vw;
  }
  /* ------------------------------
  top SP
  ------------------------------ */
  .top {
    z-index: 1;
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .top__inner {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
  }
  .top__fv {
    width: 100%;
    height: auto;
    object-fit: cover;
  }
  .top__image {
    box-sizing: border-box;
    position: absolute;
    margin: 0 auto;
  }
  .top__image--01 {
    top: 18.6666666667vw;
  }
  .top__image--02 {
    top: 61.8666666667vw;
    width: 58.6666666667vw;
  }
  .top__image--03 {
    bottom: 9.3333333333vw;
  }
  /* ------------------------------
  trial SP
   ------------------------------ */
  .trial {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .trial__inner {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
  }
  .trial__button {
    position: absolute;
    bottom: 19.3333333333vw;
    left: 50%;
    transform: translateX(-50%);
  }
  /* ------------------------------
  voice PC
   ------------------------------ */
  .voice {
    box-sizing: border-box;
    position: relative;
    width: 100%;
    margin: 0;
    padding: 32vw 4.2666666667vw 21.3333333333vw;
    background: url("../images/voice/img_bg.jpg") no-repeat center/cover;
  }
  .voice::after {
    content: "";
    position: absolute;
    top: -0.2666666667vw;
    right: 0;
    left: 0;
    width: 100%;
    height: 7.4666666667vw;
    background: url("../images/step/img_divider.svg") no-repeat center/contain;
  }
  .voice__inner {
    display: flex;
    position: relative;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    gap: 8.5333333333vw;
  }
  .voice__title img {
    width: 64vw;
    height: auto;
    text-align: center;
  }
  .voice__note {
    box-sizing: border-box;
    width: 100%;
    padding: 2.1333333333vw;
    text-align: left;
  }
  .voice__note img {
    width: 160vw;
    height: auto;
  }
  /* --- スライダーコンテンツのスタイル --- */
  .voice-list {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5.3333333333vw; /* プロフィールとコメントの間隔 */
  }
  .voice-list__profile {
    text-align: center;
    flex-shrink: 0;
  }
  .voice-list__avatar {
    width: 21.3333333333vw;
    height: 21.3333333333vw;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto 10px;
  }
  .voice-list__avatarimg {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .voice-list__age {
    font-size: 3.7333333333vw;
  }
  .voice-list__comment {
    position: relative;
    background-color: #fff;
    padding: 20px;
    color: #00101f;
    font-size: 0.9rem;
    line-height: 1.7;
  }
  .voice-list__comment::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -10px;
    transform: translateY(-50%);
    border-style: solid;
    border-width: 2.6666666667vw 2.6666666667vw 2.6666666667vw 0;
    border-color: transparent #fff transparent transparent;
  }
  /* ページネーション（下部の点々）のスタイル */
  .voice .splide__pagination {
    position: relative;
    margin-top: 8.5333333333vw;
    gap: cw(20);
  }
  .voice .splide__pagination__page {
    width: 2.1333333333vw;
    height: 2.1333333333vw;
    background: #675e45;
  }
  .voice .splide__pagination__page.is-active {
    opacity: 1;
    transform: scale(1.5);
    background-color: #00101f; /* アクティブな点の色 */
  }
  .voice {
    /* 矢印ボタンの基本スタイル */
  }
  .voice .splide__arrow {
    width: 13.3333333333vw; /* クリック領域の幅 */
    height: 13.3333333333vw; /* クリック領域の高さ */
    background: transparent; /* 背景を透明に */
    opacity: 0.8;
    transition: opacity 0.3s;
  }
  .voice .splide__arrow:hover {
    opacity: 1; /* ホバー時に少し濃くする */
  }
  .voice .splide__arrow:disabled {
    opacity: 0.3; /* 最初/最後のスライドで無効になった時の透明度 */
  }
  .voice {
    /* 矢印アイコン（SVG）のスタイル */
  }
  .voice .splide__arrow svg {
    display: none;
  }
  .voice .splide__arrow {
    top: auto;
    bottom: -10px;
    background-color: transparent; /* 背景色を透明に */
    background-repeat: no-repeat;
    background-position: center;
    background-size: 5.3333333333vw; /* オリジナル矢印の表示サイズ */
    width: 13.3333333333vw; /* ボタンのクリック領域の幅 */
    height: 13.3333333333vw; /* ボタンのクリック領域の高さ */
    transform: none;
  }
  .voice .splide__arrow--next {
    background-image: url("../images/common/ico_slider-arrow02.svg");
  }
  .voice .splide__arrow--prev {
    background-image: url("../images/common/ico_slider-arrow02.svg");
    transform: rotate(180deg);
  }
  /* ------------------------------
  top SP
  ------------------------------ */
  .top {
    z-index: 1;
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .top__inner {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
  }
  .top__fv {
    width: 100%;
    height: auto;
    object-fit: cover;
  }
  .top__image {
    box-sizing: border-box;
    position: absolute;
    margin: 0 auto;
  }
  .top__image--01 {
    top: 18.6666666667vw;
  }
  .top__image--02 {
    top: 61.8666666667vw;
    width: 58.6666666667vw;
  }
  .top__image--03 {
    bottom: 9.3333333333vw;
  }
}
@media (750px <= width) {
  /* ------------------------------
  base PC
  ------------------------------ */
  html {
    background: #fff;
  }
  html.is-fixed {
    height: 100%;
    overflow: hidden;
  }
  body {
    box-sizing: border-box;
    color: #00101f;
    font-family: "Zen Old Mincho", serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.5;
    word-wrap: break-word;
    overflow-wrap: break-word;
    image-rendering: auto;
  }
  .is-fixed body {
    position: fixed;
    width: 100%;
  }
  *:focus-visible {
    border-radius: 4px;
    outline: 4px solid #17349c;
  }
  h1 {
    margin: 0;
    padding: 0;
  }
  img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
    image-rendering: auto;
  }
  a {
    transition: 0.3s ease;
  }
  button {
    transition: 0.3s ease;
  }
  button:hover {
    cursor: pointer;
  }
  .only-pc {
    display: none !important;
  }
  .only-sr {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    border: 0;
    pointer-events: none;
  }
  .main {
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: center;
  }
  /* ------------------------------
  footer PC
  ------------------------------ */
  .footer {
    box-sizing: border-box;
    width: 750px;
    margin: 0 auto;
    padding: 40px 24px 0;
    background: #00101f;
    text-align: center;
  }
  .footer__inner {
    box-sizing: border-box;
    max-width: 750px;
    margin: 0 auto;
    padding: 24px;
  }
  .footer__copy {
    display: block;
    margin: 0 0 50px;
    padding: 0;
    color: #a78b0f;
    font-family: "Zen Old Mincho", serif;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
  }
  .footer-sns {
    display: flex;
    justify-content: center;
    margin: 24px 0 0;
    gap: 36px;
  }
  .footer-list {
    margin: 24px 0 0;
    padding: 0;
    list-style: none;
  }
  .footer-list__link {
    display: block;
    padding: 12px 20px;
    border-bottom: 0.5px solid #ffe399;
    background-color: #00101f;
    color: #ffe399;
    font-size: 26px;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
  }
  .footer-list__link:hover {
    opacity: 0.6;
  }
  .footer-box {
    display: flex;
    align-items: center;
    padding: 10px;
    gap: 10px;
    border-bottom: 0.5px solid #ffe399;
  }
  .footer-box--noline {
    border: none;
  }
  .footer-box__image {
    width: 142px;
    min-width: 142px;
    height: auto;
  }
  .footer-box__text {
    color: #ffe399;
    font-size: 16px;
    text-align: left;
  }
  .footer-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    line-height: 0;
  }
  .footer-logo__images {
    margin: 24px 0;
    padding: 0;
    text-align: center;
  }
  .footer-logo__images p {
    margin: 0;
    padding: 0;
    line-height: 0;
  }
  .footer-logo__images img {
    display: block;
    width: 81px;
    height: 16px;
    margin: 0;
    padding: 0;
  }
  /* ------------------------------
  ly PC
  ------------------------------ */
  .ly-wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100svh;
  }
  .ly-section {
    margin-bottom: 40px;
  }
  .ly-section:last-child {
    margin-bottom: 0;
  }
  .ly-content {
    max-width: 750px;
  }
  /* ------------------------------
  about PC
  ------------------------------ */
  .about {
    box-sizing: border-box;
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .about::after {
    content: "";
    display: inline-block;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 750px;
    height: 100%;
    background: url("../images/about/img_item.png") no-repeat center/cover;
  }
  .about__inner {
    z-index: 1;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
  }
  /* ------------------------------
  button PC
   ------------------------------ */
  .button{
        display: flex;
        position: relative;
        align-items: center;
        justify-content: center;
        width: 650px;
        min-height: 60px;
        margin: 0 auto;
        background-color: #ffe399;
        background-image: linear-gradient(to bottom, #ffe399 20%, #d09908 78%, #ebb117 94%, #fac000 100%);
        border: 1px solid #fff;
        color: #00101f;
        font-size: 35px;
        text-decoration: none;
        border-radius: 100px;
        font-weight: 600;
        line-height: 1.2;
    }
    .button p {
      margin: 25px;
      text-align: center;
  }
  .button p span{
    font-size: 60px;
  }
  .button::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 12px;
    width: 28px;
    height: 28px;
    background: url("../images/button/ico_arrow.svg") no-repeat center/contain;
    transform: translateY(-50%);
  }

  .button.button--cta{
    width: 650px;
    font-weight: 600;
    font-size: 24px;
  }

  .button.seriestext{
    font-weight: 400;
    font-size: 21px;
  }

  /* ------------------------------
  compare PC
   ------------------------------ */
  .compare {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .compare__inner {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
  }
  /* ------------------------------
  developer PC
   ------------------------------ */
  .developer {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .developer__inner {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
  }
  /* ------------------------------
  fadein PC
   ------------------------------ */
  .js-fadein {
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 1s ease, transform 1s ease;
  }
  /* アニメーションの終了状態（元の位置で、不透明） */
  .js-fadein.is-active {
    opacity: 1;
    transform: translateY(0);
  }
  /* ------------------------------
  feature PC
   ------------------------------ */
  .feature {
    box-sizing: border-box;
    position: relative;
    width: 100%;
    margin: 0;
    padding: 80px 0;
    background: url("../images/feature/img_bg.jpg") no-repeat center/cover;
  }
  .feature img {
    width: 100%;
    height: auto;
  }
  .feature__inner {
    display: flex;
    position: relative;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 60px;
    width: 100%;
    height: auto;
  }
  .feature__slide {
    box-sizing: border-box;
    overflow-x: auto;
    display: flex;
    flex-direction: row;
    width: calc(100% + 50px);
    max-width: 700px;
    margin-left: 50px;
    gap: 23px;
  }
  .feature__item {
    width: 250px;
    height: auto;
    flex-shrink: 0;
  }
  .feature__slide {
    cursor: grab; /* ← カーソルを「掴む手」の形にする */
    user-select: none; /* ← ドラッグ中にテキストが選択されるのを防ぐ */
  }
  .feature__slide.is-grabbing {
    cursor: grabbing; /* ← ドラッグ中は「掴んでいる手」の形にする */
  }
  /* ------------------------------
  faq PC
   ------------------------------ */
  .faq {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .faq__inner {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
  }
  /* ------------------------------
  fixed PC
  ------------------------------ */
  #fixed-container {
    z-index: 1000;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    position: fixed;
    width: 100%;
    right: 0;
    bottom: 0;
    left: 0;
    max-width: 750px;
    margin: 0 auto;
    padding: 0;
    padding: 24px 16px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 80%, rgba(0, 0, 0, 0));
    gap: 12px;
    transition: opacity 0.3s ease-out, transform 0.3s ease-out;
  }
  .cta-text {
    margin: 0 0 5px 0;
    left: 12px;
    color: #ffe399;
    font-size: 19px;
    text-align: center;
  }
  .cta-tag {
    margin: 0 5px;
    padding: 4px 10px;
    border: 1px solid #ffe399;
    font-size: 17px;
  }
  /* ------------------------------
  hook SP
   ------------------------------ */
  .hook {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .hook__inner {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
  }
  /* ------------------------------
  lineup PC
   ------------------------------ */
  .line-up {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 40px 0 80px;
    background: url("../images/line-up/img_bg.jpg") no-repeat center/cover;
  }
  .line-up__inner {
    display: flex;
    position: relative;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    gap: 32px;
  }
  .line-up__image {
    width: 100%;
  }
  /* カードのデザイン */
  .line-up-list {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 52px;
    color: #fff;
    gap: 24px;
  }
  .line-up-list__body {
    display: flex;
    position: relative;
    flex-direction: column;
    gap: 8px;
  }
  .line-up-list__image {
    width: 400px;
    margin: 0;
  }
  .line-up-list__image img {
    width: 100%;
    height: auto;
  }
  .splide {
    max-width: 750px;
  }
  .splide__pagination {
    position: relative;
    margin-top: 32px;
    gap: 20px;
  }
  .splide__pagination__page {
    width: 8px;
    height: 8px;
    background: #675e45;
  }
  .splide__pagination__page.is-active {
    opacity: 1;
    transform: scale(1.5);
    background-color: #f0c34d; /* アクティブな点の色 */
  }
  .splide__arrow {
    top: auto;
    bottom: -10px;
    width: 50px; /* クリック領域の幅 */
    height: 50px; /* クリック領域の高さ */
    background-color: transparent; /* 背景色を透明に */
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px; /* オリジナル矢印の表示サイズ */
    opacity: 0.8;
    transform: none;
    transition: opacity 0.3s;
  }
  .splide__arrow:hover {
    opacity: 1; /* ホバー時に少し濃くする */
  }
  .splide__arrow:disabled {
    opacity: 0.3; /* 最初/最後のスライドで無効になった時の透明度 */
  }
  .splide__arrow svg {
    display: none;
  }
  .splide__arrow--next {
    background-image: url("../images/common/ico_slider-arrow.svg");
  }
  .splide__arrow--prev {
    background-image: url("../images/common/ico_slider-arrow.svg");
    transform: rotate(180deg);
  }
  /* ------------------------------
  note SP
   ------------------------------ */
  .note {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 40px 0;
    background: linear-gradient(to bottom, #00101f, #09345d);
  }
  .note__inner {
    display: flex;
    position: relative;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    gap: 40px;
  }
  /* ------------------------------
  point PC
   ------------------------------ */
  .point {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .point__inner {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
  }
  .point__image {
    position: absolute;
    width: 100%;
    height: auto;
    left: 0;
  }
  .point__image--01 {
    top: 330px;
  }
  .point__image--02 {
    top: 1360px;
  }
  .point__image--03 {
    top: 3450px;
  }
  .point__image--04 {
    top: 3930px;
  }
  .point__image--05 {
    top: 4140px;
  }
  .point__movie {
    position: absolute;
    width: 100%;
    height: auto;
    top: 3000px;
    left: 0;
  }
  /* ------------------------------
  problem PC
   ------------------------------ */
  .problem {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .problem__inner {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
  }
  .problem__button {
    position: absolute;
    bottom: 220px;
    left: 50%;
    transform: translateX(-50%);
  }
  /* ------------------------------
  series SP
   ------------------------------ */
  .series {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 40px 0 0;
    background: #00101f;
  }
  .series__inner {
    display: flex;
    position: relative;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    gap: 16px;
  }
  .series__image {
    width: 100%;
  }
  /* ------------------------------
  sns PC
  ------------------------------ */
  .sns {
    display: flex;
    justify-content: center;
    padding: 80px;
  }
  .sns__inner {
    display: flex;
    gap: 60px;
  }
  .sns__link {
    width: 100px;
  }
  .sns__link:hover {
    opacity: 0.6;
  }
  /* ------------------------------
  step PC
   ------------------------------ */
  .step {
    box-sizing: border-box;
    position: relative;
    width: 100%;
    margin: 0;
    padding: 80px 16px;
    background: #00101f;
    background-image: linear-gradient(to bottom, #00101f, #09345d);
  }
  .step__inner {
    display: flex;
    position: relative;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    gap: 20px;
  }
  /* ------------------------------
  top PC
  ------------------------------ */
  .top {
    position: relative;
    z-index: 1;
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .top__inner {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
  }
  .top__fv {
    width: 100%;
    height: auto;
    object-fit: cover;
  }
  .top__image {
    box-sizing: border-box;
    position: absolute;
    margin: 0 auto;
    padding: 0 30px;
  }
  .top__image--01 {
    top: 140px;
  }
  .top__image--02 {
    top: 440px;
  }
  .top__image--03 {
    bottom: 70px;
  }
  /* ------------------------------
  trial PC
   ------------------------------ */
  .trial {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .trial__inner {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
  }
  .trial__button {
    position: absolute;
    bottom: 125px;
    left: 50%;
    transform: translateX(-50%);
  }
  /* ------------------------------
  voice PC
   ------------------------------ */
  .voice {
    box-sizing: border-box;
    position: relative;
    width: 100%;
    margin: 0;
    padding: 120px 0 80px;
    background: url("../images/voice/img_bg.jpg") no-repeat center/cover;
  }
  .voice::after {
    content: "";
    position: absolute;
    top: -1px;
    right: 0;
    left: 0;
    width: 750px;
    height: 53px;
    background: url("../images/step/img_divider.svg") no-repeat center/contain;
  }
  .voice__inner {
    display: flex;
    position: relative;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    gap: 32px;
  }
  .voice__title img {
    width: 350px;
    height: auto;
    text-align: center;
  }
  .voice__note {
    box-sizing: border-box;
    width: 100%;
    padding: 40px;
    text-align: left;
  }
  .voice__note img {
    width: 600px;
    height: auto;
  }
  /* --- スライダーコンテンツのスタイル --- */
  .voice-list {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px; /* プロフィールとコメントの間隔 */
  }
  .voice-list__profile {
    text-align: center;
    flex-shrink: 0;
  }
  .voice-list__avatar {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto 10px;
  }
  .voice-list__avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .voice-list__age {
    font-size: 16px;
  }
  .voice-list__comment {
    position: relative;
    background-color: #fff;
    padding: 20px;
    max-width: 400px;
    color: #00101f;
    font-size: 20px;
    line-height: 1.7;
  }
  .voice-list__comment::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -10px;
    transform: translateY(-50%);
    border-style: solid;
    border-width: 10px 10px 10px 0;
    border-color: transparent #fff transparent transparent;
  }
  /* ページネーション（下部の点々）のスタイル */
  .voice .splide {
    max-width: 750px;
    margin: 0 auto;
  }
  .voice .splide__pagination {
    position: relative;
    margin-top: 32px;
    gap: 20px;
  }
  .voice .splide__pagination__page {
    width: 8px;
    height: 8px;
    background: #675e45;
  }
  .voice .splide__pagination__page.is-active {
    opacity: 1;
    transform: scale(1.5);
    background-color: #00101f; /* アクティブな点の色 */
  }
  .voice {
    /* 矢印ボタンの基本スタイル */
  }
  .voice .splide__arrow {
    width: 50px; /* クリック領域の幅 */
    height: 50px; /* クリック領域の高さ */
    background: transparent; /* 背景を透明に */
    opacity: 0.8;
    transition: opacity 0.3s;
  }
  .voice .splide__arrow:hover {
    opacity: 1; /* ホバー時に少し濃くする */
  }
  .voice .splide__arrow:disabled {
    opacity: 0.3; /* 最初/最後のスライドで無効になった時の透明度 */
  }
  .voice {
    /* 矢印アイコン（SVG）のスタイル */
  }
  .voice .splide__arrow svg {
    display: none;
  }
  .voice .splide__arrow {
    top: auto;
    bottom: -10px;
    background-color: transparent; /* 背景色を透明に */
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px; /* オリジナル矢印の表示サイズ */
    width: 50px; /* ボタンのクリック領域の幅 */
    height: 50px; /* ボタンのクリック領域の高さ */
    transform: none;
  }
  .voice .splide__arrow--next {
    background-image: url("../images/common/ico_slider-arrow02.svg");
  }
  .voice .splide__arrow--prev {
    background-image: url("../images/common/ico_slider-arrow02.svg");
    transform: rotate(180deg);
  }
  /* ------------------------------
  top PC
  ------------------------------ */
  .top {
    position: relative;
    z-index: 1;
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .top__inner {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
  }
  .top__fv {
    width: 100%;
    height: auto;
    object-fit: cover;
  }
  .top__image {
    box-sizing: border-box;
    position: absolute;
    margin: 0 auto;
    padding: 0 30px;
  }
  .top__image--01 {
    top: 140px;
  }
  .top__image--02 {
    top: 440px;
  }
  .top__image--03 {
    bottom: 70px;
  }
}
