@charset "UTF-8";
/* -------------------------
 * 共通
 * ------------------------- */
.under .project-main {
  overflow: clip;
  font-weight: 500;
}

.project__sec-ttl--en {
  font-size: 1.5rem;
  margin-bottom: 2.5rem;
}
@media (max-width: 834px) {
  .project__sec-ttl--en {
    font-size: 1.3rem;
    margin-bottom: 1rem;
  }
}

.project__sec-ttl--ja {
  font-size: clamp(2.4rem, 4vw, 4.2rem);
  line-height: 1.3;
  font-weight: 600;
}

.project-detail {
  margin-bottom: 12rem;
  border-bottom: 1px solid #e5e7eb;
  border-top: 1px solid #e5e7eb;
}
@media (max-width: 834px) {
  .project-detail {
    margin-bottom: 6rem;
  }
}
.project-detail .js-location-content:not(:last-child) {
  border-bottom: none;
}
.project-detail .js-location-content {
  padding-bottom: 0;
}
.project-detail .js-location-content:last-child {
  padding-bottom: 16rem;
}
@media (max-width: 834px) {
  .project-detail .js-location-content:last-child {
    padding-bottom: 4rem;
  }
}
/* -------------------------
 * トップMV
 * ------------------------- */
.project-top-mv {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 834px) {
  .project-top-mv {
    grid-template-columns: 1fr;
  }
}

.project-top-mv__item {
  color: #fff;
  position: relative;
  aspect-ratio: 840/660;
  width: 100%;
  height: auto;
  padding: 4% 6%;
}
@media (max-width: 834px) {
  .project-top-mv__item {
    aspect-ratio: 840/330;
    padding: 3rem 5%;
  }
}
.project-top-mv__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 40%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(transparent));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7), transparent);
  pointer-events: none;
  z-index: 0;
}

.project-top-mv__item__ttl-wrap {
  position: relative;
  z-index: 1;
}

.project-top-mv__item__ttl--en {
  font-size: clamp(2.4rem, 4vw, 4.2rem);
  line-height: 1.3;
}

.project-top-mv__item--housing {
  background: url(../img/project/top-mv_housing.webp) no-repeat center center/cover;
}

.project-top-mv__item--office {
  background: url(../img/project/top-mv_office.webp) no-repeat center center/cover;
}

/* -------------------------
 * イントロ
 * ------------------------- */
.project-intro {
  padding-block: 12rem;
}
@media (max-width: 834px) {
  .project-intro {
    padding-block: 4rem;
  }
}

.project-intro__flex {
  display: grid;
  grid-template-columns: 52% minmax(auto, 300px);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 834px) {
  .project-intro__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 3rem;
  }
}

.project-intro__ttl {
  font-size: clamp(1.6rem, 2vw, 2.4rem);
}

.project-intro__catch {
  font-size: clamp(2.2rem, 4vw, 4.2rem);
  letter-spacing: -0.03em;
  margin-bottom: 3rem;
}
@media (max-width: 834px) {
  .project-intro__catch {
    margin-bottom: 2rem;
  }
}

.project-intro__lead {
  margin-top: -15rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 834px) {
  .project-intro__lead {
    max-width: 17rem;
    width: 35%;
    margin-inline: auto;
    margin-top: -5.5rem;
  }
}

@media (max-width: 834px) {
  .project-intro__lead--pc {
    display: none;
  }
}

.project-intro__lead--sp-wrap {
  display: none;
}
@media (max-width: 834px) {
  .project-intro__lead--sp-wrap {
    display: block;
    margin-block: -1rem 6rem;
  }
}
@media (max-width: 640px) {
  .project-intro__lead--sp-wrap {
    margin-block: 2rem 6rem;
  }
}
@media (max-width: 834px) {
  .project-intro__lead--sp-wrap .project-intro__lead {
    margin-top: 0;
  }
}

/* -------------------------
 * STYLE
 * ------------------------- */
.project-style {
  background-color: #f7f7f7;
  padding-block: 12rem;
}
@media (max-width: 834px) {
  .project-style {
    padding-block: 4rem;
  }
}

@media (max-width: 834px) {
  .project-style__body {
    display: contents;
  }
}

@media (max-width: 834px) {
  .project-style__flex .project__sec-ttl-wrap {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 3rem;
  }
}
@media (max-width: 834px) {
  .project-style__flex .project-style__txt {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
@media (max-width: 834px) {
  .project-style__flex .project-style-detail {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}
@media (max-width: 834px) {
  .project-style__flex .project-style__img {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.project-style__flex {
  display: grid;
  grid-template-columns: 650fr 746fr;
  gap: 5rem 7%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 9rem;
}
@media (max-width: 834px) {
  .project-style__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 6rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    row-gap: 0rem;
  }
}

.project-style__txt {
  margin-block: 6rem 8rem;
}
@media (max-width: 834px) {
  .project-style__txt {
    margin-block: 3rem 5rem;
  }
}

.project-style-detail {
  display: grid;
  grid-template-columns: 302fr 390fr;
  gap: 3rem 2%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 499px) {
  .project-style-detail {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 499px) {
  .project-style-detail__img {
    width: 60%;
    margin: 0 auto;
  }
}

.project-style-detail__item-name {
  font-size: clamp(1.8rem, 2vw, 2.1rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5em;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  line-height: 1.3;
}
@media (max-width: 834px) {
  .project-style-detail__item-name {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.project-style-detail__item-name .code {
  font-size: 1.2rem;
  color: #999;
  padding-bottom: 0.2em;
}

.project-style-detail__list {
  border-top: 1px solid #eee;
  margin-top: 2rem;
}
.project-style-detail__list > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1.5rem 1em;
  border-bottom: 1px solid #eee;
}

.project-style-detail__list-head {
  font-size: 1.5rem;
}

.project-style-detail__list-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.3em;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.project-style-detail__list-price .value {
  font-size: 1.6rem;
}
.project-style-detail__list-price .tax {
  font-size: 1rem;
  margin-bottom: 0.4em;
}

/* -------------------------
 * 詳細（共通）
 * ------------------------- */
.project-detail__item-ttl {
  font-size: clamp(2rem, 2.4vw, 4rem);
  font-weight: 600;
  margin-bottom: 3rem;
}
@media (max-width: 834px) {
  .project-detail__item-ttl {
    margin-bottom: 1.5rem;
  }
}

.project-detail__txt .note {
  font-size: 1.2rem;
}

.project-detail__sub-ttl {
  margin-block: 8rem 3rem;
  font-size: clamp(2rem, 1.7vw, 2.4rem);
}
@media (max-width: 834px) {
  .project-detail__sub-ttl {
    margin-block: 4rem 1.5rem;
  }
}

/* -------------------------
 * 01.サブスクサービスについて
 * ------------------------- */
.project-detail01__service-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 3rem 2%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 834px) {
  .project-detail01__service-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.project-detail01__service-list > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}

.project-detail01__service-ttl {
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.3;
}
.project-detail01__service-ttl .note {
  font-size: 1.2rem;
}

/* 法人の方へ */
.project-for-corp {
  margin-top: 7rem;
}
@media (max-width: 834px) {
  .project-for-corp {
    margin-top: 5rem;
  }
}

.project-for-corp__label {
  background-color: #000;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 10rem;
  height: auto;
  aspect-ratio: 1;
  position: absolute;
  top: -1.6rem;
  left: -1.6rem;
}
@media (max-width: 834px) {
  .project-for-corp__label {
    width: 8.5rem;
    top: -1.3rem;
    left: -1.3rem;
  }
}

.project-for-corp__label-txt {
  font-size: 1.5rem;
}
@media (max-width: 834px) {
  .project-for-corp__label-txt {
    font-size: 1.3rem;
  }
}

.project-for-corp__cont {
  position: relative;
  background: url(../img/project/detail01_cont02-bg.webp) no-repeat center center/cover;
  padding: 8rem 5%;
  color: #fff;
}
@media (max-width: 834px) {
  .project-for-corp__cont {
    padding-bottom: 4rem;
  }
}

.project-for-corp__ttl {
  font-size: clamp(2rem, 1.5vw, 2.4rem);
  text-align: center;
}

.project-for-corp__type-list {
  margin-block: 2.5rem 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5rem;
}
.project-for-corp__type-list > li {
  padding: 8px 5px 4px;
  border-radius: 3px;
  background-color: #fff;
  color: #222;
  font-size: 1.5rem;
  width: 15rem;
  text-align: center;
}
@media (max-width: 834px) {
  .project-for-corp__type-list > li {
    font-size: 1.2rem;
    width: 10rem;
  }
}

.project-for-corp__type-list-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

.project-for-corp__merit-list {
  margin-top: 3.5rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 834px) {
  .project-for-corp__merit-list {
    grid-template-columns: 1fr;
    margin-top: 2rem;
    gap: 1rem;
  }
}
.project-for-corp__merit-list > li {
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.4);
  grid-template-columns: 1fr;
  padding: 3.5rem 9%;
}
@media (max-width: 834px) {
  .project-for-corp__merit-list > li {
    padding: 2rem;
  }
}

.project-for-corp__merit-label {
  background: -webkit-gradient(linear, left bottom, left top, from(#4eb9ea), to(#08449b));
  background: linear-gradient(to top, #4eb9ea, #08449b);
  padding: 0.8rem 1.3rem 0.5rem;
  border-radius: 50px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1rem;
}

.project-for-corp__merit-ttl {
  margin-block: 1.3rem 1.8rem;
  font-size: clamp(1.6rem, 1.3vw, 2.1rem);
}

/* -------------------------
 * 02.サービスフロー
 * ------------------------- */
.project-detail02__img {
  margin-top: 6rem;
}
@media (max-width: 834px) {
  .project-detail02__img {
    margin-top: 3rem;
  }
}

/* -------------------------
 * 03.保証について
 * ------------------------- */
.project-detail03__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem 2%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 6rem;
}
@media (max-width: 834px) {
  .project-detail03__list {
    margin-top: 3rem;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 499px) {
  .project-detail03__list {
    grid-template-columns: 1fr;
  }
}
.project-detail03__list > li {
  padding: 5rem 13%;
  border-radius: 10px;
  background-color: #f7f7f7;
  position: relative;
}
.project-detail03__list > li::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 2rem;
  right: 2rem;
  z-index: 1;
  width: 15%;
}
@media (max-width: 834px) {
  .project-detail03__list > li::after {
    top: 1.2rem;
    right: 1.2rem;
    width: 8%;
  }
}
@media (max-width: 499px) {
  .project-detail03__list > li::after {
    width: 2.5rem;
  }
}
@media (max-width: 834px) {
  .project-detail03__list > li {
    padding: 2rem;
  }
}
.project-detail03__list > li:nth-child(1) {
  position: relative;
}
.project-detail03__list > li:nth-child(1)::after {
  background: url(../img/project/detail03_icon01.webp) no-repeat center;
  background-size: contain;
  max-width: 3.6rem;
  aspect-ratio: 1;
}
.project-detail03__list > li:nth-child(2) {
  position: relative;
}
.project-detail03__list > li:nth-child(2)::after {
  background: url(../img/project/detail03_icon02.webp) no-repeat center;
  background-size: contain;
  max-width: 4rem;
  aspect-ratio: 40/30;
}
.project-detail03__list > li:nth-child(3) {
  position: relative;
}
.project-detail03__list > li:nth-child(3)::after {
  background: url(../img/project/detail03_icon03.webp) no-repeat center;
  background-size: contain;
  max-width: 3.4rem;
  aspect-ratio: 34/35;
}

.project-detail03__item-ttl {
  color: #2a7dc1;
  font-size: clamp(1.6rem, 1.3vw, 2.1rem);
  margin-bottom: 1rem;
}
@media (max-width: 834px) {
  .project-detail03__item-ttl {
    margin-bottom: 0.5rem;
  }
}

/* -------------------------
 * 04.お申し込みの流れ
 * ------------------------- */
/* ステップ */
.project-detail03__step-list > li {
  padding: 4rem 4%;
  border-radius: 10px;
  background-color: #f7f7f7;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 9%;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
@media (max-width: 1024px) {
  .project-detail03__step-list > li {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 834px) {
  .project-detail03__step-list > li {
    padding: 2rem;
  }
}
.project-detail03__step-list > li.project-detail03__step-item--note {
  background-color: #1457a8;
  color: #fff;
}
.project-detail03__step-list > li.project-detail03__step-item--note .project-detail03__step-ttl {
  color: #fff;
}
.project-detail03__step-list > li + li {
  margin-top: 2rem;
}

.project-detail03__step-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5em;
  font-size: clamp(1.6rem, 1.3vw, 2.1rem);
  color: #2a7dc1;
  min-width: 18rem;
}
.project-detail03__step-ttl .num {
  background-image: -webkit-gradient(linear, left top, right top, from(#4eb9ea), to(#08449b));
  background-image: linear-gradient(to right, #4eb9ea, #08449b);
  border-radius: 50px;
  display: inline-block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  min-width: 4rem;
  padding: 0.5rem 1.2rem;
  font-size: 1rem;
  color: #fff;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

/* 返却について */
.project-detail03__return {
  margin-top: 8rem;
}
@media (max-width: 834px) {
  .project-detail03__return {
    margin-top: 4rem;
  }
}

.project-detail03__return-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.3em;
  font-size: clamp(2rem, 1.4vw, 2.4rem);
  margin-bottom: 2.5rem;
}
@media (max-width: 834px) {
  .project-detail03__return-ttl {
    margin-bottom: 2rem;
  }
}

.project-detail03__return-list > li {
  margin-top: 3rem;
}
@media (max-width: 834px) {
  .project-detail03__return-list > li {
    margin-top: 2rem;
  }
}

.project-detail03__return-item-ttl {
  font-size: clamp(1.8rem, 1.4vw, 2.1rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.35em;
  margin-bottom: 0.8rem;
}
.project-detail03__return-item-ttl .head-circle--gradient {
  margin-top: 0.3em;
}

/* -------------------------
 * SUBSCRIPTION
 * ------------------------- */
.project-subscription__flex {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 2rem 15%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-block: 12rem;
}
@media (max-width: 834px) {
  .project-subscription__flex {
    padding-block: 4rem;
  }
}
@media (max-width: 834px) {
  .project-subscription__flex {
    grid-template-columns: 1fr;
  }
}

/* -------------------------
 * SUBSCRIPTION スライダー
 * ------------------------- */
.swiper-area {
  position: relative;
  z-index: 49;
}
.swiper-area:hover {
  cursor: pointer;
}

.swiper-slide img {
  height: auto;
  width: 100%;
}

.swiper-slide {
  /*スライドの幅を指定*/
  position: relative;
  width: min(90%, 1500px);
}

.swiper-pagination {
  position: static;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  opacity: 1;
}

.swiper-pagination-bullet {
  width: 5rem;
  height: 20px;
  position: relative;
  border-radius: 0;
  background: transparent;
  opacity: 1;
}
.swiper-pagination-bullet::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 5rem;
  height: 0.3rem;
  background-color: #dfdfdf;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 0.3rem;
}

.swiper-pagination-bullet-active::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 5rem;
  height: 0.3rem;
  background-color: #000;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.swiper-button-prev,
.swiper-button-next {
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: 0;
}

.swiper-button-disabled {
  pointer-events: none;
  opacity: 0.5;
}

/* マウスストーカー */
/* CSS追加 */
.swiper-area__swiper-pagination-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 13px;
  margin-bottom: 1.6rem;
}
@media (max-width: 834px) {
  .swiper-area__swiper-pagination-container {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.swiper-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

.swiper-button-prev,
.swiper-button-next {
  width: 80px;
  height: 34px;
  border-radius: 50px;
  background: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: static;
  margin: 0;
}
@media (max-width: 834px) {
  .swiper-button-prev,
  .swiper-button-next {
    width: 65px;
    height: 28px;
  }
}

/* デフォルトの矢印を非表示 */
.swiper-button-prev::after,
.swiper-button-next::after {
  display: none;
}

.swiper-button-prev span,
.swiper-button-next span {
  font-size: 16px;
  color: #fff;
}
@media (max-width: 834px) {
  .swiper-button-prev span,
  .swiper-button-next span {
    font-size: 13px;
  }
}

/* bボタン */
.swiper-slide__btn {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 55px;
  height: 55px;
  font-size: 40px;
  border-radius: 50%;
  background-color: #fff;
  color: #002b43;
  cursor: pointer;
  z-index: 1;
  overflow: visible; /* 波紋がはみ出しても表示 */
}
@media (max-width: 834px) {
  .swiper-slide__btn {
    width: 20px;
    height: 20px;
  }
}
.swiper-slide__btn .material-icons-outlined {
  font-size: 2rem;
}
@media (max-width: 834px) {
  .swiper-slide__btn .material-icons-outlined {
    font-size: 1.4rem;
  }
}

.swiper-slide__btn::before,
.swiper-slide__btn::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 55px;
  height: 55px;
  top: 0;
  left: 0;
  border-radius: 50%;
  background: #fff;
}
@media (max-width: 834px) {
  .swiper-slide__btn::before,
  .swiper-slide__btn::after {
    width: 20px;
    height: 20px;
  }
}

.swiper-slide__btn::before {
  -webkit-animation: anime 1s ease-out infinite;
          animation: anime 1s ease-out infinite;
}

.swiper-slide__btn::after {
  -webkit-animation: anime 1s ease-out 1s infinite;
          animation: anime 1s ease-out 1s infinite;
}

@-webkit-keyframes anime {
  0% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
    opacity: 1;
  }
  90% {
    opacity: 0.1;
  }
  100% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    opacity: 0;
  }
}

@keyframes anime {
  0% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
    opacity: 1;
  }
  90% {
    opacity: 0.1;
  }
  100% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    opacity: 0;
  }
}
/* ボタン スライド01 */
.swiper-slide__btn--01-01 {
  top: 27%;
  left: 12.5%;
}

.swiper-slide__btn--01-02 {
  top: 21%;
  left: 30.5%;
}

.swiper-slide__btn--01-03 {
  top: 66%;
  left: 31%;
}

.swiper-slide__btn--01-04 {
  top: 25%;
  left: 67%;
}

.swiper-slide__btn--01-05 {
  top: 69%;
  left: 74%;
}

/* ボタン スライド02 */
.swiper-slide__btn--02-01 {
  top: 78%;
  left: 11.5%;
}

.swiper-slide__btn--02-02 {
  top: 43%;
  left: 51%;
}

.swiper-slide__btn--02-03 {
  top: 33%;
  left: 68%;
}

.swiper-slide__btn--02-04 {
  top: 70%;
  left: 75%;
}

/* ボタン スライド02 */
.swiper-slide__btn--02-01 {
  top: 78%;
  left: 11.5%;
}

.swiper-slide__btn--02-02 {
  top: 43%;
  left: 51%;
}

.swiper-slide__btn--02-03 {
  top: 33%;
  left: 68%;
}

.swiper-slide__btn--02-04 {
  top: 70%;
  left: 75%;
}

/* ボタン スライド03 */
.swiper-slide__btn--03-01 {
  top: 38%;
  left: 9.5%;
}

.swiper-slide__btn--03-02 {
  top: 52%;
  left: 19%;
}

.swiper-slide__btn--03-03 {
  top: 80%;
  left: 46%;
}

/* ボタン スライド04 */
.swiper-slide__btn--04-01 {
  top: 52%;
  left: 31.5%;
}

.swiper-slide__btn--04-02 {
  top: 43%;
  left: 62%;
}

.swiper-slide__btn--04-03 {
  top: 30%;
  left: 68%;
}

/* モーダル */
.modal {
  display: none;
  position: fixed;
  z-index: 8887;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

.modal-content {
  background: #fff;
  color: #222;
  overflow-y: auto;
  padding: 5rem 2%;
  border-radius: 10px;
  width: 90%;
  max-width: 28rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  -webkit-animation: show 0.6s linear 0s;
          animation: show 0.6s linear 0s;
}

.modal-content__img {
  max-width: 12.9rem;
  width: 100%;
  margin-inline: auto;
}

.modal-content__ttl-wrap {
  text-align: center;
  font-weight: 500;
}

.modal-content__code {
  font-family: "Albert Sans", sans-serif;
  font-size: 1.2rem;
  color: #999;
  font-weight: 500;
  margin-block: 2.5rem 0.3rem;
}

.modal-content__ttl {
  font-size: 1.4rem;
}

.modal-content__ttl-sub {
  font-size: 1.2rem;
  line-height: 1.3;
}

.modal-content__price {
  font-size: 1.6rem;
  text-align: center;
  margin-block: 0.5rem 2rem;
  font-family: "Albert Sans", sans-serif;
}
.modal-content__price .unit {
  font-size: 1rem;
  font-family: "IBM Plex Sans JP", sans-serif;
}

.modal-content__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1;
  margin-inline: auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-bottom: 1px solid #000;
}

@-webkit-keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}/*# sourceMappingURL=project.css.map */