@charset "UTF-8";

/* KV */
h1 {
  font-size: 4rem;
}

/* 大見出し */
h2 {
  font-size: 2rem;
}

/* 小見出し */
h3 {
  font-size: 2rem;
}

/* 本文 */
p {
  font-size: 2rem;
  line-height: 1.8;
}

.feature-page {
  max-width: 900px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .feature-page {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .feature-studio-info-contents,
  .feature-studio__gallery,
  .feature-studio__body,
  .feature-studio__main-image {
    width: 100%;
    max-width: none;
  }
}

.feature-page section {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .feature-page section {
    margin-top: 20px;
  }
}

.feature-intro h2 {
  position: relative;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 20px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .feature-intro h2 {
    font-size: 1.8rem;
  }
}

.feature-intro h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 900px;
  height: 3px;
  background: linear-gradient(
    to right,
    var(--lead-color, #EA848C) 0%,
    var(--lead-color,#EA848C) 20%,
    rgba(222, 168, 181, 0) 100%
  );
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .feature-intro h2::after {
    width: 100%;
  }
}

.feature-page p {
  font-size: 1.6rem;
  line-height: 1.8;
}

.feature-kv {
  width: 100%;
  margin-bottom: 40px;
  position: relative;
}

.feature-kv img {
  display: block;
  width: 100%;
  height: auto;
}

.feature-kv__content {
  position: absolute;
  top: 15%;
  left: 7%;
  z-index: 2;
  color: #fff;
}

.feature-kv__content h1 {
  color: #fff;
  font-size: 6rem;
  font-weight: 500;

  /* メインタイトル font */
  /* 一つだけ残してコメントアウトする */
  /* font-family: "Zen Kaku Gothic New", sans-serif; */
  /* font-family: "Zen Kaku Gothic Antique", sans-serif; */
  font-family: "Zen Old Mincho", serif;
  /* font-family: "Zen Antique", serif; */
  /* font-family: "Sawarabi Gothic", sans-serif; */
  /* font-family: "Sawarabi Mincho", serif; */
  /* font-family: "Shippori Mincho", serif; */
  /* font-family: "Shippori Antique", sans-serif; */
  /* font-family: "Kiwi Maru", serif; */
  /* font-family: "Kaisei HarunoUmi", serif; */
  /* font-family: "Kaisei Tokumin", serif; */
  /* font-family: "Yusei Magic", sans-serif; */
}
@media screen and (max-width: 768px) {
  .feature-kv__content h1 {
    font-size: 3rem;
    flex-direction: column;
  }
}

.feature-kv__content p {
  color: #fff;
  margin-top: 16px;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .feature-kv__content p {
    font-size: 1.3rem;
  }
}

.feature-intro {
  margin-bottom: 40px;
}

.richtext {
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.05em;
  padding: 0 20px 0 20px;
}
@media screen and (max-width: 768px) {
  .richtext {
    padding: 0;
    font-size: 1.2rem;
    letter-spacing: 0.03rem;
    line-height: 1.7;
  }
}

.feature-charm {
  margin-bottom: 40px;
}

.feature-studio {
  margin: 0 0 40px 0;
}

.feature-studio-title {
  text-align: left;
  margin-bottom: 20px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .feature-studio-title {
    font-size: 1.8rem;
  }
}

.feature-studio-group-title {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 10px;
  color: var(--text-color, #EA848C);
  scroll-margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .feature-studio-group-title {
    scroll-margin-top: 80px;
  }
}

.feature-studio-group-lead {
  font-size: 1.4rem;
  margin-bottom: 10px;
  letter-spacing: 0.05rem;
  line-height: 1.5;
}

.feature-studio-info {
  margin-bottom: 24px;
  padding: 40px 0 0 0;
  background-color: var(--background-color, #FDFBF1);
}
@media screen and (max-width: 768px) {
  .feature-studio-info {
    padding: 25px 0 0 0;
  }
}

.feature-studio-info-contents {
  width: 65%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .feature-studio-info-contents {
    width: 90%;
  }
}

.feature-studio__gallery {
  display: flex;
  text-align: center;
  justify-content: center;
}

.feature-studio__main-image {
  margin: 0 auto;
}

.feature-studio__main-image img {
  width: 100%;
  display: block;
}

.feature-kv .splide {
  position: relative;
  overflow: hidden;
}

.feature-kv .splide::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(
    to right,
    rgba(34, 34, 34, 0.55) 0%,
    rgba(34, 34, 34, 0.35) 30%,
    rgba(34, 34, 34, 0.15) 55%,
    rgba(34, 34, 34, 0) 100%
  );
}

.splide__arrow {
  opacity: 1;
  background: #fff;
  z-index: 2;
  width: 40px;
  height: 40px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.2);
}
@media screen and (max-width: 768px) {
  .splide__arrow {
    width: 30px;
    height: 30px;
  }
}

.splide__arrow:disabled {
  display: none;
}

.splide__arrow--prev {
  left: -20px;
}

.splide__arrow--next {
  right: -20px;
}

.splide__pagination {
  bottom: -3em;
}
@media screen and (max-width: 768px) {
  .splide__pagination {
    bottom: -2.5em;
  }
}

.feature-studio__body {
  margin: 0 auto;
  padding: 24px 0;
  font-size: 1.4rem;
}

.feature-studio__lead {
  font-size: 12px;
  text-align: center;
  margin: 20px 0 20px 0;
}

.p-studio-info {
  display: flex;
  flex-wrap: wrap;
  border-top: solid 1px #F4F4F4;
  margin: 28px auto auto;
}

.feature-studio__name {
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .feature-studio__name {
    font-size: 1.8rem;
  }
}

.feature-studio__detail {
  border-top: solid 1px #F4F4F4;
  font-size: 1.4rem;
  line-height: 1.4;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .feature-studio__detail {
    font-size: 1.2rem;
    padding: 6px 0;
  }
}

.feature-studio__row {
  display: flex;
  width: 100%;
  border-bottom: 1px solid #F4F4F4;
}

.p-feature-info__label {
  width: 35%;
  font-size: 1.4rem;
  line-height: 1.4;
  padding: 10px 0;
  display: flex;
  align-items: center;
}

.p-feature-info__label span {
  margin: auto 6px auto 0;
  color: #EA848C;
  font-size: 20px;
}

.feature-studio-info__detail {
  width: 65%;
  font-weight: normal;
  font-size: 1.4rem;
  line-height: 1.4;
  padding: 10px 0;
  border-bottom: none;
}

.feature-studio__locaction {
  font-size: 1.4rem;
  margin: 10px 0 20px 0;
  display: flex;
}
@media screen and (max-width: 768px) {
  .feature-studio__locaction {
    margin: 10px 0 10px 0;
  }
}

.feature-studio__introduce {
  margin-bottom: 30px;
  font-size: 1.4rem;
  letter-spacing: 0.05rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .feature-studio__introduce {
    margin-bottom: 0px;
    font-size: 1.2rem;
  }
}

.feature-studio__plan {
  margin: 20px 0 10px 0;
}

.feature-studio__plan span {
  font-weight: bold;
}

.feature-studio__plan-detail {
  display: grid;
  margin: 10px 0 0 0;
  grid-template-columns: 35% 1fr;
  grid-template-rows: auto auto;
  font-size: 1.2rem;
  gap: 10px;
}

.feature-studio__plan-detail img {
  width: 100%;
  height: auto;
  display: block;
}

.feature-studio__plan-image {
  grid-row: 1 / 3;
}

.feature-studio__plan-text {
  grid-column: 2;
  grid-row: 1;
  font-size: 1.4rem;
  font-weight: bold;
}

.feature-studio__plan-fee {
  grid-column: 2;
  grid-row: 2;
  font-size: 1.4rem;
  text-align: right;
  align-self: center;
  font-weight: bold;
}

.c-pr__heading {
  margin: auto;
}

.feature-studio__btn-top-text {
  margin-bottom: 10px;
  font-weight: bold;
}

.pr-feature-btn {
  display:block;
  justify-content: center;
  font-size: 1.5rem;
  align-items: center;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  transition: 0.2s;
  background-color: var(--btn_color, #ea848c);
  margin: auto;
  width: 80%;
}
@media screen and (max-width: 768px) {
  .pr-feature-btn {
    height: auto;
    width: 80%;
  }
}

.pr-feature-btn a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 15px 15px 15px 15px;
}

@media screen and (max-width: 768px) {
  .feature-html__2 {
    margin-bottom: 40px;
  }
}