@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;500;600;700;800&display=swap");

/* =======================================================
/* root
======================================================= */
:root {
  --color-black: #333333;
  --color-white: #ffffff;
  --color-gray: #f3f3f3;
  --color-dark-gray: #888888;
  --color-blue: #0070c0;
  --color-light-blue: #42bdd8;
  --color-red: #ab0000;
  --color-yellow: #f9d005;
  --color-light-yellow: #fffbc7;
  --color-white-yellow: #fffff8;
  --color-theme-color: #00a9c9;
  --color-focus-bg: #e1f0f8;
  --color-focus-outline: #83c0de;
  --color-navy: #003a57;
}

/* =======================================================
#　utility
======================================================= */
.mbs-0 {
  margin-block-start: 0 !important;
}

.mbs-5 {
  margin-block-start: 5px !important;
}

.mbs-10 {
  margin-block-start: 10px !important;
}

.mbs-15 {
  margin-block-start: 15px !important;
}

.mbs-20 {
  margin-block-start: 20px !important;
}

.mbs-25 {
  margin-block-start: 25px !important;
}

.mbs-30 {
  margin-block-start: 30px !important;
}

.mbs-35 {
  margin-block-start: 35px !important;
}

.mbs-40 {
  margin-block-start: 40px !important;
}

.mbs-45 {
  margin-block-start: 45px !important;
}

.mbs-50 {
  margin-block-start: 50px !important;
}

.mbs-55 {
  margin-block-start: 55px !important;
}

.mbs-60 {
  margin-block-start: 60px !important;
}

.mbs-65 {
  margin-block-start: 65px !important;
}

.mbs-70 {
  margin-block-start: 70px !important;
}

.mbs-75 {
  margin-block-start: 75px !important;
}

.mbs-80 {
  margin-block-start: 80px !important;
}

.mbs-85 {
  margin-block-start: 85px !important;
}

.mbs-90 {
  margin-block-start: 90px !important;
}

.mbs-95 {
  margin-block-start: 95px !important;
}

.mbs-100 {
  margin-block-start: 100px !important;
}

@media screen and (max-width: 767px) {
  .mbs-25 {
    margin-block-start: 12.5px !important;
  }

  .mbs-30 {
    margin-block-start: 15px !important;
  }

  .mbs-35 {
    margin-block-start: 17.5px !important;
  }

  .mbs-40 {
    margin-block-start: 20px !important;
  }

  .mbs-45 {
    margin-block-start: 22.5px !important;
  }

  .mbs-50 {
    margin-block-start: 25px !important;
  }

  .mbs-55 {
    margin-block-start: 27.5px;
  }

  .mbs-60 {
    margin-block-start: 30px;
  }

  .mbs-65 {
    margin-block-start: 32.5px;
  }

  .mbs-70 {
    margin-block-start: 35px;
  }

  .mbs-75 {
    margin-block-start: 37.5px;
  }

  .mbs-80 {
    margin-block-start: 40px;
  }

  .mbs-85 {
    margin-block-start: 42.5px;
  }

  .mbs-90 {
    margin-block-start: 45px;
  }

  .mbs-95 {
    margin-block-start: 47.5px;
  }

  .mbs-100 {
    margin-block-start: 50px;
  }
}

.mbe-0 {
  margin-block-end: 0 !important;
}

/* max-width
======================================================= */
.mw-50 {
  max-inline-size: 50% !important;
  display: block;
  margin: 0 auto;
}

.mw-60 {
  max-inline-size: 60% !important;
  display: block;
  margin: 0 auto;
}

.mw-80 {
  max-inline-size: 80% !important;
  display: block;
  margin: 0 auto;
}

.mw-90 {
  max-inline-size: 90% !important;
  display: block;
  margin: 0 auto;
}

@media screen and (width <=768px) {
  .mw-50 {
    max-inline-size: 100% !important;
  }

  .mw-50_sp {
    max-inline-size: 50% !important;
  }

  .mw-60 {
    max-inline-size: 100% !important;
  }

  .mw-60_sp {
    max-inline-size: 60% !important;
  }

  .mw-80 {
    max-inline-size: 100% !important;
  }

  .mw-90 {
    max-inline-size: 100% !important;
  }
}

/* font-size
======================================================= */
@media screen and (width <=768px) {
  .fs-10 {
    font-size: 10px;
  }

  .fs-12 {
    font-size: 12px;
  }

  .fs-14 {
    font-size: 14px;
  }
}

/* =======================================================
#　font-family
======================================================= */
.Hiragino {
  font-family: "Hiragino Sans", sans-serif;
}

/* =======================================================
#　bgColor
======================================================= */
.pastelBlue {
  background: #d8edff;
  padding: 15px;
}

/* =======================================================
#　color
======================================================= */
.white {
  color: var(--color-white);
}

.black {
  color: var(--color-black);
}

/* =======================================================
#　delimiter
======================================================= */
.delimiter {
  border: solid 1px #888888;
  margin: 40px auto;
  max-inline-size: 50%;
}

/* #components
======================================================= */
#components {
  inline-size: 100%;
  block-size: auto;
}

/* =======================================================
#　c-parts heading-LV2
======================================================= */
#components .heading-LV2 {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 28px !important;
  text-align: center;
  border: none;
  font-weight: bold;

  &::before,
  &::after {
    content: "";
    inline-size: 70px;
    block-size: 3px;
    background-color: var(--color-white);
  }

  &::before {
    margin-inline-end: 20px;
  }

  &::after {
    margin-inline-start: 20px;
  }
}

@media (max-width: 767px) {
  #components .heading-LV2 {
    font-size: 20px !important;
  }
}

/* =======================================================
#　c-parts shippori-LV2
======================================================= */
#components .shippori-LV2 {
  font: 600 32px / 1 "Shippori Mincho", serif;
  font-style: normal;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
}

#components .shippori {
  font: 400 16px / 1 "Shippori Mincho", serif;
  font-style: normal;
  text-align: center;
  line-height: 1.5;
}

@media screen and (width <=768px) {
  #components .shippori-LV2 {
    font-size: 18px;
  }
}

/* =======================================================
#　c-parts br
======================================================= */
#components .br_pc {
  display: block;
}

#components .br_sp {
  display: none;
}

@media screen and (width <=768px) {
  #components .br_pc {
    display: none;
  }

  #components .br_sp {
    display: block;
  }
}

/* =======================================================
#　c-parts ttl
======================================================= */
@media screen and (width <=768px) {
  #components .ttl_center_en .ttl {
    font-size: 1.5em;
  }
}

/* =======================================================
#　c-parts ul
======================================================= */
#components ul {
  margin: 0 !important;
  padding: 0 !important;

  & li {
    list-style: none;
  }
}

/* =======================================================
#　c-parts indent
======================================================= */
#components .indent {
  text-indent: -1em;
  padding-inline-start: 1em;
}

/* =======================================================
#　c-parts txt
======================================================= */
#components .txt {
  font-size: 16px;
  text-align: center;
}

@media (max-width: 767px) {
  #components .txt {
    font-size: 14px;
  }
}

/* =======================================================
#　c-parts justify-center
======================================================= */
#components .justify-center {
  justify-content: center !important;
}

/* =======================================================
/* c-parts c-parts_bgBlue
======================================================= */
.c-parts_bg-lightBlue {
  background: var(--color-light-blue);
  padding: 50px;
}

@media screen and (width <=768px) {
  .c-parts_bg-lightBlue {
    padding: 10px;
  }
}

/* =======================================================
/* c-parts c-parts_bgWhite
======================================================= */
.c-parts_bg-White {
  background: var(--color-white-yellow);
  padding: 50px;
}

@media screen and (width <=768px) {
  .c-parts_bg-White {
    padding: 10px;
  }
}

/* =======================================================
#　c-parts col-1
======================================================= */
.c-parts_col-1 {
  display: grid;
  place-items: center;

  & img {
    max-width: 100%;
  }

  & .button_blue a {
    width: 600px;
    max-width: 600px;
  }

  & .secTitle {
    border: none !important;
    font-size: 50px !important;
    padding: 0 !important;
  }

  & h3 {
    font-size: 24px !important;
    margin-block: 0 15px !important;
  }
}

@media screen and (width <=768px) {
  .c-parts_col-1 {
    & .button_blue a {
      width: 320px;
      max-width: 100%;
    }

    & h2 {
      font-size: 35px;
    }
  }
}

/* =======================================================
#　c-parts col-2
======================================================= */
.c-parts_col-2 {
  width: 100%;

  & ul {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 50px;

    & li {
      width: calc(100% / 2 - 25px);
    }
  }
}

@media (max-width: 767px) {
  .c-parts_col-2 {
    & ul {
      flex-direction: column;
      gap: 25px;

      & li {
        width: 100%;

        & img {
          max-width: 100%;
        }
      }
    }
  }
}

/* =======================================================
#　c-parts col-4
======================================================= */
.c-parts_col-4 {
  inline-size: 100%;

  & ul {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 30px;

    & li {
      inline-size: calc(100% / 4 - 23px);
      list-style: none !important;

      & dl {
        line-height: 1.2;
        margin-block-start: 10px;
        text-align: center;

        & dt {
          font-size: 18px;
          font-weight: bold;
        }

        & dd span {
          font-size: 32px;
          font-weight: bold;
        }
      }
    }
  }
}

@media screen and (width <=768px) {
  .c-parts_col-4 {
    inline-size: 100%;

    & ul {
      & li {
        inline-size: calc(100% / 2 - 15px);

        & dl {
          font-size: 14px;

          & dt {
            font-size: 18px;
            font-weight: bold;
          }

          & dd span {
            font-size: 21px;
          }
        }
      }
    }
  }
}

/* =======================================================
#　c-parts link
======================================================= */
.link {
  width: 100%;
  height: auto;

  & a {
    display: block;
    max-width: 600px;
    padding: 15px;
    margin: 30px auto 0;
    background-color: #595757;
    color: #fff;
    font-weight: bold;
    text-align: center;
    text-decoration: none !important;

    &:hover {
      border: solid 1px #595757;
      background-color: #fff;
      color: #595757;
      transition: all 0.5s ease;
      cursor: pointer;
    }
  }
}

/* c-parts flex
======================================================= */
#components .flex {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-block-start: 50px;
}

@media screen and (max-width: 767px) {
  #components .flex {
    flex-direction: column;
  }
}

/* c-parts slick-content
======================================================= */
#components .slick-content {
  inline-size: 60%;
  margin-inline-end: 40px;

  & .slick-img:last-of-type {
    display: none;
  }

  & .thumbnail-img:last-of-type {
    display: none;
  }
}

#components .slick-txt {
  width: calc(100% - 60%);
  display: grid;
  place-items: center;

  & img {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  #components .slick-content {
    width: 100%;
    margin-block-end: 20px;
  }

  #components .slick-txt {
    width: 100%;
  }
}

.thumbs_dots {
  margin: 10px 0 0;
}

.thumbs_dots_02 {
  margin: 10px 0 0;
}

.thumbs_dots_03 {
  margin: 10px 0 0;
}

.thumbs_dots_04 {
  margin: 10px 0 0;
}

.thumbs_list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 20px;
}

.thumbs_list_02 {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 20px;
}

.thumbs_list_03 {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 20px;
}

.thumbs_list_04 {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 20px;
}

.thumbs_list li {
  inline-size: calc(100% / 5 - 16px);
  block-size: 80px;
  opacity: 0.4;
  cursor: pointer;
  transition: opacity 0.3s;
}

.thumbs_list_02 li {
  inline-size: calc(100% / 5 - 16px);
  block-size: 80px;
  opacity: 0.4;
  cursor: pointer;
  transition: opacity 0.3s;
}

.thumbs_list_03 li {
  inline-size: calc(100% / 5 - 16px);
  block-size: 80px;
  opacity: 0.4;
  cursor: pointer;
  transition: opacity 0.3s;
}

.thumbs_list_04 li {
  inline-size: calc(100% / 5 - 16px);
  block-size: 80px;
  opacity: 0.4;
  cursor: pointer;
  transition: opacity 0.3s;
}

.thumbs_list li:last-of-type {
  margin-inline-end: 0;
}

.thumbs_list_02 li:last-of-type {
  margin-inline-end: 0;
}

.thumbs_list_03 li:last-of-type {
  margin-inline-end: 0;
}

.thumbs_list_04 li:last-of-type {
  margin-inline-end: 0;
}

.thumbs_list li.slick-active {
  opacity: 1;
}

.thumbs_list_02 li.slick-active {
  opacity: 1;
}

.thumbs_list_03 li.slick-active {
  opacity: 1;
}

.thumbs_list_04 li.slick-active {
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .thumbs_list li {
    inline-size: calc(100% / 3 - 14px);
    block-size: 55px;
    opacity: 0.4;
    transition: opacity 0.3s;
  }

  .thumbs_list_02 li {
    inline-size: calc(100% / 3 - 14px);
    block-size: 55px;
    opacity: 0.4;
    transition: opacity 0.3s;
  }

  .thumbs_list_03 li {
    inline-size: calc(100% / 3 - 14px);
    block-size: 55px;
    opacity: 0.4;
    transition: opacity 0.3s;
  }

  .thumbs_list_04 li {
    inline-size: calc(100% / 3 - 14px);
    block-size: 55px;
    opacity: 0.4;
    transition: opacity 0.3s;
  }

  .thumbs_list li.slick-active {
    opacity: 1;
  }

  .thumbs_list_02 li.slick-active {
    opacity: 1;
  }

  .thumbs_list_03 li.slick-active {
    opacity: 1;
  }

  .thumbs_list_04 li.slick-active {
    opacity: 1;
  }
}

/* =======================================================
#　c-parts_detached_list
======================================================= */
#components .c-parts_detached_list {
  inline-size: 100%;
  margin: 0 auto 50px;

  & ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 60px 30px;

    & li {
      inline-size: calc(100% / 4 - 22.5px);
      background-color: #fff;
      box-shadow: 0 0 8px rgba(0, 0, 0, 0.16);
      text-decoration: none;

      &:hover {
        transform: translateY(-5px);
        box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08);
        transition: all 0.5s;
      }

      & img {
        max-inline-size: 100%;
      }

      & .infoBox {
        padding: 10px;

        & .title {
          font-weight: bold;
        }

        & .price {
          font-size: 32px;
          font-weight: bold;
          color: #ab0000;
          line-height: 1.2;
        }

        & .date {
          display: inline-block;
          font-weight: bold;
          background: linear-gradient(transparent 50%, #ffee00 50%);
        }
      }

      & .floorBox {
        padding: 10px;
      }

      & .linkBox {
        padding: 10px;

        & a {
          position: relative;
          color: #444444;
          background: #ffffff;
          font-weight: bold;
          border: solid 1px #444444;
          border-radius: 9999px;
          display: flex;
          justify-content: space-around;
          align-items: center;
          padding: 10px 50px;
          text-decoration: none;
          transition: 0.3s ease-in-out;

          &:hover {
            background: #444444;
            color: #fff;

            &::after {
              right: 10px;
            }
          }

          &::after {
            content: "";
            position: absolute;
            top: 50%;
            right: 20px;
            display: flex;
            justify-content: center;
            align-items: center;
            transition: right 0.3s;
            width: 10px;
            height: 10px;
            border-top: solid 2px currentColor;
            border-right: solid 2px currentColor;
            transform: translateY(-50%) rotate(45deg);
          }
        }
      }
    }
  }
}

@media screen and (max-width: 767px) {
  #components .c-parts_detached_list {
    inline-size: 100%;

    & ul {
      flex-direction: row;
      flex-wrap: nowrap;
      overflow-x: scroll;
      align-items: center;
      justify-content: space-between;
      gap: 30px;

      & li {
        inline-size: 80%;
        flex-shrink: 0;

        & img {
          max-inline-size: 100%;
        }

        & .floorBox {
          font-size: 14px;
        }
      }
    }
  }
}

/* =======================================================
#　c-parts_map
======================================================= */
#components .c-parts_map {
  inline-size: 100%;

  & iframe {
    inline-size: 100%;
    block-size: 400px;
    aspect-ratio: 16 / 9;
  }
}

@media screen and (max-width: 767px) {
  #components .c-parts_map {
    inline-size: 100%;

    & iframe {
      inline-size: 100%;
      block-size: 400px;
      aspect-ratio: 16 / 9;
    }
  }
}

/* -------------------------------------------------
# Download Button
--------------------------------------------------*/
.download_btn a {
  position: relative;
  font-size: 18px;
  color: #fff;
  background: #00a9c9;
  font-weight: bold;
  border-radius: 9999px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 50px;
  text-decoration: none !important;
  width: 500px;

  & img {
    width: 20px;
    height: auto;
    margin-inline-start: 10px;
  }
}

@media (max-width: 767px) {
  .download_btn a {
    font-size: 14px;
    max-width: 300px;
  }
}

/* =======================================================
#　c-parts_detached_template
======================================================= */
#components .c-parts_detached_template {
  inline-size: 100%;
  margin: 0 auto 50px;

  & ul {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    gap: 30px;

    & li {
      position: relative;
      inline-size: calc(100% / 2 - 15px);
      background-color: #fff;
      box-shadow: 0 0 8px rgba(0, 0, 0, 0.16);
      text-decoration: none;

      & .horizontal {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        padding-inline: 15px;
        padding-block: 15px 0;
        min-block-size: 260px;

        & .imgBox {
          inline-size: 35%;

          & .title {
            font-size: 20px;
            font-weight: bold;
            line-height: 1;
            margin-block-end: 10px;
          }

          & img {
            max-inline-size: 100%;
          }

          & .campaign {
            position: relative;
            display: grid;
            place-items: center;
            color: #fff;
            background: #00a9c9;
            margin-block-start: 10px;
            padding: 5px 0;
            inline-size: 100%;

            & a {
              color: #ffffff;
              text-decoration: none;

              &::before {
                content: "";
                position: absolute;
                inset: -5px;
              }
            }
          }
        }

        & .pointBox {
          inline-size: calc(100% - 40%);

          & h4 {
            font-size: 18px;
            font-weight: bold;
            line-height: 1;
            padding-block-end: 10px;
            margin-block-end: 10px;
            border-bottom: solid 1px #003a57;
          }

          & ol {
            margin: 0;
            padding: 0;
            min-block-size: 125px;

            & .item {
              inline-size: 100%;
              box-shadow: none;
              background: none;
              font-size: 14px;
              text-indent: -1em;
              padding-inline-start: 1em;
            }
          }

          & .detailsLink a {
            position: relative;
            color: #ffffff;
            background: #003a57;
            font-weight: bold;
            border: solid 1px #003a57;
            display: flex;
            justify-content: space-around;
            align-items: center;
            padding: 10px 50px;
            text-decoration: none;
            transition: 0.3s ease-in-out;
            font-size: 16px;

            &:hover {
              background: #ffffff;
              color: #003a57;

              &::after {
                right: 10px;
              }
            }

            &::after {
              content: "";
              position: absolute;
              top: 50%;
              right: 20px;
              display: flex;
              justify-content: center;
              align-items: center;
              transition: right 0.3s;
              width: 10px;
              height: 10px;
              border-top: solid 2px currentColor;
              border-right: solid 2px currentColor;
              transform: translateY(-50%) rotate(45deg);
            }
          }
        }
      }

      & .cvBox {
        inline-size: 100%;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 0 30px;
        padding: 15px;

        & .reserveLink a {
          position: relative;
          color: #ffffff;
          background: #00a79e;
          font-weight: bold;
          border: solid 1px #00a79e;
          display: flex;
          justify-content: space-around;
          align-items: center;
          padding: 10px 50px;
          text-decoration: none;
          transition: 0.3s ease-in-out;
          font-size: 16px;

          &:hover {
            background: #ffffff;
            color: #00a79e;

            &::after {
              right: 10px;
            }
          }

          &::after {
            content: "";
            position: absolute;
            top: 50%;
            right: 20px;
            display: flex;
            justify-content: center;
            align-items: center;
            transition: right 0.3s;
            width: 10px;
            height: 10px;
            border-top: solid 2px currentColor;
            border-right: solid 2px currentColor;
            transform: translateY(-50%) rotate(45deg);
          }
        }

        & .contactLink a {
          position: relative;
          color: #ffffff;
          background: #ff9100;
          font-weight: bold;
          border: solid 1px #ff9100;
          display: grid;
          place-items: center;
          padding: 10px 50px;
          text-decoration: none;
          transition: 0.3s ease-in-out;
          font-size: 16px;

          &:hover {
            background: #ffffff;
            color: #ff9100;

            &::after {
              right: 10px;
            }
          }

          &::after {
            content: "";
            position: absolute;
            top: 50%;
            right: 20px;
            display: flex;
            justify-content: center;
            align-items: center;
            transition: right 0.3s;
            width: 10px;
            height: 10px;
            border-top: solid 2px currentColor;
            border-right: solid 2px currentColor;
            transform: translateY(-50%) rotate(45deg);
          }
        }
      }
    }
  }
}

@media (max-width: 767px) {
  #components .c-parts_detached_template {
    inline-size: 100%;

    & ul {
      flex-direction: row;
      overflow-x: scroll;
      flex-wrap: nowrap;

      & li {
        inline-size: 80%;
        flex-shrink: 0;
        background-color: #fff;
        box-shadow: 0 0 8px rgba(0, 0, 0, 0.16);
        text-decoration: none;

        & .horizontal {
          flex-direction: column;

          & .imgBox {
            inline-size: 100%;
          }

          & .pointBox {
            inline-size: 100%;
            margin-inline: 0;
            margin-block: 20px 0;

            & h4 {
              font-size: 18px;
              font-weight: bold;
              line-height: 1;
              padding-block-end: 10px;
              margin-block-end: 10px;
              border-bottom: solid 1px #003a57;
            }

            & ol {
              margin: 0;
              padding: 0;

              & .item {
                inline-size: 100%;
                box-shadow: none;
                background: none;
                padding-block-end: 10px;
                font-size: 14px;
                text-indent: -1em;
                padding-inline-start: 1em;
              }
            }

            & .detailsLink a {
              inline-size: 100% !important;
              padding: 10px 0;
            }
          }
        }

        & .cvBox {
          inline-size: 100%;
          display: grid;
          grid-template-columns: repeat(1, 1fr);
          gap: 15px 0;
        }
      }
    }
  }
}

/* =======================================================
#　Show Room Parts
======================================================= */
.modelhouse_top .txt .lead {
  margin-block-end: 15px;
  line-height: 1.5;
  text-align: center;
}

/* =======================================================
#　c-parts_slick_fullScreen
======================================================= */
#components .c-parts_slick_fullScreen {
  & .slick-list {
    overflow: visible;
  }

  &.slider {
    max-width: 300px;
    margin: 0 auto;
  }
}

/*====================================================================
slick
====================================================================*/
.fullSliderArea {
  max-width: 100%;
  margin: 0 auto;

  &.w300 {
    max-width: 300px;
  }
}

.slick-slide {
  margin: 0 15px;
  transition: all ease-in-out 0.3s;
  opacity: 1;

  & img {
    inline-size: 100%;
    block-size: auto;
  }
}

.slick-prev,
.slick-next {
  z-index: 1;
}

.slick-prev {
  left: 0 !important;

  &::before {
    color: #00a9c9 !important;
    opacity: 1 !important;
    font-size: 40px !important;
  }
}

.slick-next {
  right: 0 !important;

  &::before {
    color: #00a9c9 !important;
    opacity: 1 !important;
    font-size: 40px !important;
  }
}

.slick-arrow-brown::before {
  color: #5e3127 !important;
}

/* 画像を含まないslick-slide要素を非表示にする */
/* .slick-slide:not(:has(img)) {
  display: none;
}
*/

/* fullSliderArea直下に余計な<p>タグがある場合、それを非表示にする */
.fullSliderArea > p:empty {
  display: none !important;
}

.fullSliderArea {
  & .slick-slide:not(:has(img)) {
    display: none;
  }
}

/* ====================================================================
/* astoCity用
==================================================================== */
#components .oswald {
  font-family: "Oswald", sans-serif;
  font-weight: bold;
}

#components img[src$=".svg"] {
  display: block;
  inline-size: 100%;
  block-size: auto;
  flex-shrink: 0;
}

#components .col_b {
  color: #0e6ddd;
}

#components .col_p {
  color: #e85298;
}

#components .col_g {
  color: #18943b;
}

#components .col_o {
  color: #ff9b00;
}

#components .col_t {
  color: #00a9c9;
}

#components .txtWrap {
  display: flex;
  justify-content: flex-end;
  gap: 45px;

  & .imgBox {
    margin-inline-start: calc(50% - 37vw);
    position: relative;

    &::before {
      content: "";
      display: inline-block;
      width: 209px;
      height: 316px;
      background-image: url(https://noblehome.helena.jp/wp2024/wp-content/uploads/2025/06/good_access_illustrator01.png);
      background-repeat: no-repeat;
      background-size: contain;
      vertical-align: middle;
      position: absolute;
      right: -45px;
      bottom: -45px;
      z-index: 1;
    }

    .img1 {
      inline-size: 660px;
    }
  }

  & .txtBox {
    & {
      img.img2 {
        inline-size: 445px;
        margin-block-start: 45px;
      }
    }

    & .sectionTitle h2 {
      font-size: 26px;
      font-weight: bold;
      letter-spacing: -1px;

      & span {
        font-size: 50px;
        display: block;
        line-height: 1;
        margin-bottom: 20px;
        letter-spacing: 4.88px;
      }
    }

    & .txtWrap2 {
      margin-block-start: 80px;

      & .txt {
        font-size: 12px;
        margin-block-start: 15px;
      }
    }
  }
}

@media screen and (width <=768px) {
  #components .txtWrap {
    flex-flow: column-reverse;
    gap: 20px;

    & .imgBox {
      inline-size: 100vw;
      margin: 0;

      &::before {
        inline-size: 146px;
        block-size: 221px;
        right: 0;
      }

      & .img1 {
        inline-size: 100%;
      }
    }

    & .txtBox {
      & img.img2 {
        margin-block-start: 20px;
      }

      & .sectionTitle h2 {
        font-size: 19px;

        & span {
          font-size: 50px;
        }
      }
    }

    & .txtWrap3 {
      margin-block-start: 65px;

      & .img2 {
        margin-block-start: 30px;
      }

      & .txt {
        font-size: 12px;
        margin-block-start: 15px;
        letter-spacing: -1px;
      }
    }
  }
}

/* =======================================================
#　bubble
======================================================= */
.bubble {
  inline-size: 100%;
  position: relative;
  display: inline-block;
  margin-bottom: 15px;
  padding: 20px;
  border-radius: 5px;
  background-color: var(--color-light-yellow);
  text-align: left;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.5;
  color: var(--color-black);
  text-align: center;
  margin-block: 100px 60px !important;

  &::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    border-style: solid;
    border-width: 15px 7.5px 0 7.5px;
    border-color: var(--color-light-yellow) transparent transparent;
    translate: -50% 100%;
  }
}

.bubble.blue {
  inline-size: 100%;
  position: relative;
  display: inline-block;
  margin-bottom: 15px;
  padding: 20px;
  border-radius: 5px;
  background-color: #32a0da;
  text-align: left;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.5;
  color: #ffffff;
  text-align: center;
  margin-block: 100px 60px !important;

  &::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    border-style: solid;
    border-width: 15px 7.5px 0 7.5px;
    border-color: #32a0da transparent transparent;
    translate: -50% 100%;
  }
}
