@charset "UTF-8";

/* アニメーション（アクセス時） */
.first-ani {
  width: 100vw;
  height: 100vh;
  position: fixed;
  background-color: #410905;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;
  transition: all ease .8s;
  transition-delay: 1s;
}

.first-ani.active {
  transform: translateY(-100%);
}

.first-ani__text-cover {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.first-ani__text--main {
  color: #fff;
  font-family: 'Bellefair';
  font-size: 64px;
  letter-spacing: 0;
  line-height: 1.5;
}

.first-ani__text--sub {
  color: #fff;
  font-family: 'Bellefair';
  font-size: 20px;
  line-height: 1.4;
}



/* ファーストビュー */
.fv {
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: min(120px, 15vw);
  position: relative;
}

.fv::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(https://wp.naria.me/wp-content/uploads/2026/06/fv__back-img.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  filter: brightness(34%);
  z-index: -1;
}

.fv__inner {
  width: min(100%, 1100px);
  display: flex;
  flex-direction: column;
  gap: 72px;
  color: #fff;
}

.fv__text-cover {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.fv__text--lead {
  font-size: 32px;
  font-family: 'Zen Old Mincho';
  letter-spacing: .2em;
  line-height: 1.4;
}

.fv__text--sub {
  font-size: 14px;
  font-family: 'Josefin Sans';
  letter-spacing: .2em;
  line-height: 2.5;
}

.fv__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: solid 1px #aeaeaeff;
  background-color: transparent;
  transition: all .3s ease;
  width: 174px;
  height: 42px;
}

.fv__btn:hover {
  background: #420000ff;
}

.fv__btn-text {
  font-size: 12px;
  letter-spacing: .2em;
}

.fv__btn-icon-cover {
  width: 18px;
  aspect-ratio: 1/1;
  transform: rotate(-45deg);
  overflow: hidden;
}

.fv__btn-icon-group {
  display: flex;
  gap: 2em;
  transition: all .3s ease;
  transform: translate(-2em, .2em);
}

.fv__btn:hover .fv__btn-icon-group {
  transform: translate(0, 0);
}

.fv__btn-icon {
  font-size: 18px;
  line-height: 1;
}

.fv__btn-icon--02 {
  transform: rotate(45deg) translate(-.3em, -.4em);
  transition: all .3s ease;
}

.btn:hover .fv__btn-icon--02 {
  transform: translate(0, 0) rotate(0);
}



/* メッセージ */
.message {
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  overflow: hidden;
}

.message__inner {
  width: min(100%, 1246px);
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 48px;
  position: relative;
}

.message__inner::before {
  content: "";
  background: url(https://wp.naria.me/wp-content/uploads/2026/06/message__flower.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 25px;
  left: -88px;
  width: 40%;
  aspect-ratio: 2/1;
}

.message__inner::after {
  content: "";
  background: url(https://wp.naria.me/wp-content/uploads/2026/06/message__flower.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 25px;
  right: -88px;
  width: 40%;
  aspect-ratio: 2/1;
}

.message__title-cover {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  opacity: 0;
  filter: blur(100px);
  transition: all 2s ease;
}

.message__title-cover.active {
  opacity: 1;
  filter: blur(0);
}

.message__title--en {
  font-family: 'Josefin Sans';
  font-size: 16px;
  color: #c8b489ff;
  text-align: center;
}

.message__title--jp {
  color: #505050ff;
  font-family: 'Zen Old Mincho';
  font-size: 32px;
  text-align: center;
  padding-bottom: 48px;
  position: relative;
  line-height: 1.4;
  letter-spacing: .2em;
}


.message__title--jp::after {
  content: "";
  width: 200px;
  height: 5px;
  background: url(https://wp.naria.me/wp-content/uploads/2026/06/fv__sp-img.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  opacity: .25;
}

.message__text--bottom {
  font-family: 'Josefin Sans';
  color: #505050ff;
  font-size: 16px;
  line-height: 2.00;
  text-align: center;
  opacity: 0;
  filter: blur(100px);
  transition: all 2s ease;
}

.message__text--bottom.active {
  opacity: 1;
  filter: blur(0);
}



/* 作品 */
.works {
  width: 100%;
  background-color: #410905;
  padding: 120px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 164px;
}

.works__title-block {
  width: min(100%, 1246px);
  padding: 0 120px;
}

.works__title-cover {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #fff;
  gap: 8px;
}

.works__tite-cover--en {
  padding-left: 1.6em;
  overflow: hidden;
  position: relative;
}

.works__tite-cover--en::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index:1;
  background-color: #aeaeae;
  transition: all .8s ease;
  transition-delay: .2s;
}

.works__tite-cover--en.active::before {
  transform: translateX(-120%);
}

.works__title--en {
  font-family: 'Bellefair';
  font-size: 48px;
  line-height: 1.5;
  letter-spacing: 0;
  transition: all .8s ease;
  transition-delay: .2s;
}

.works__tite-cover--en.active .works__title--en {
  transform: translateX(-.5em);
}

.works__title--en .works__title--jp {
  font-family: 'Outfit';
  letter-spacing: .1em;
  line-height: 1.4;
  font-size: 16px;
  font-weight: 300;
}

.works__btn {
  width: 288px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: solid 1px #aeaeaeff;
  background-color: transparent;
  transition: all .3s ease;
}

.works__btn:hover {
  background-color: #f6f6f63d;
}

.works__btn-text {
  color: #eeeeeeff;
  font-family: 'Josefin Sans';
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: .2em;
}

.works__btn-icon {
  color: #eeeeeeff;
  font-size: 20px;
}

.works__swiper-cover {
  width: 100%;
  overflow: hidden;
  opacity: 0;
  transition: all .8s ease;
}

.works__swiper-cover.active {
  opacity: 1;
}


.works__swiper {
  width: 100%;
}

.works__swiper-wrapper {
  transition-timing-function: linear;
}

.works__swiper-01-slide {
  width: 561px;
  height: 360px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.works__swiper-img {
  object-fit: cover;
  display: block;
}

.works__swiper-02-slide {
  width: 561px;
  height: 440px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}


/* 私について */
.about {
  width: 100%;
  padding: 120px 3vw;
  background-color: #eeeeeeff;
  display: flex;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.about::before {
  content: "";
  width: 475px;
  height: 379px;
  position: absolute;
  top: 152px;
  left: -227px;
  background: url(https://wp.naria.me/wp-content/uploads/2026/06/about__img-dec-04.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  opacity: .25;
  background-color: transparent;
}

.about::after {
  content: "";
  width: 377px;
  height: 330px;
  position: absolute;
  bottom: -106px;
  left: -107px;
  background: url(https://wp.naria.me/wp-content/uploads/2026/06/about__img-dec-04.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  opacity: .25;
  background-color: transparent;
}

.about__inner {
  width: 1280px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
	z-index:1;
}

.about__title-cover {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.about__title--en {
  font-size: 64px;
  font-family: 'Bellefair';
  color: #505050;
  line-height: 1;
}

.about__title--jp {
  font-family: 'Outfit';
  font-size: 16px;
  letter-spacing: .1em;
  line-height: 1.4;
  font-weight: 300;
  color: #505050ff;
}

.about__img-cover {
  width: clamp(250px, 30%, 293px);
  aspect-ratio: 2/3;
  filter: saturate(42%) contrast(79%);
  opacity: 0;
  transition: all 1s ease;
  overflow: hidden;
  border-radius: 165.5px 165.5px 0px 0px;
  transition-delay: .2s;
}

.about__img-cover.active {
  opacity: 1;
}

.about__img-cover::after {
  content: "";
  width: 208px;
  height: 115px;
  position: absolute;
  bottom: -60px;
  right: -21px;
  background: url(https://wp.naria.me/wp-content/uploads/2026/06/about__img-dec-04.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  filter: brightness(34%);
  filter: saturate(0%) brightness(101%);
  opacity: .5;
}

.about__img {
  width: 100%;
  object-fit: cover;
  display: block;
  scale: 1.1;
  transition: all 1.2s ease;
}

.about__img-cover.active .about__img {
  scale: 1;
}

.about__main-content {
  width: 100%;
  display: flex;
  gap: min(130px, 10%);
  justify-content: center;
  align-items: center;
  padding: 5%;
}

.about__text-cover {
  width: min(497px, 50%);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.about__text--top {
  color: #410905;
  font-size: 24px;
  font-weight: 500;
  font-family: 'Zen Old Mincho';
  letter-spacing: .05em;
  line-height: 1.5;
  text-align: center;
  position: relative;
  padding-bottom: 28px;
  white-space: nowrap;
}

.about__text--top::after {
  content: "";
  width: 171px;
  height: 5px;
  background: url(https://wp.naria.me/wp-content/uploads/2026/06/fv__sp-img.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  opacity: .25;
}

.about__text--bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2em;
  font-size: 14px;
  color: #505050;
  padding-top: 28px;
  text-align: center;
}

.about__btn {
  display: flex;
  align-items: center;
  margin-top: 28px;
}

.about__btn--text {
  color: #410905;
  letter-spacing: .05em;
  line-height: 2;
}

.about__btn--icon {
  width: 16px;
  color: #410905;
}

.about__back-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.about__back-layer::before {
  content: "";
  width: 550px;
  height: 460px;
  position: absolute;
  top: -87px;
  right: -178px;
  background: url(https://wp.naria.me/wp-content/uploads/2026/06/about__img-dec-04.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  opacity: .25;
  background-color: transparent;
}


/* サービス（上） */
.service {
  width: 100%;
}

.service__top-content {
  width: 100%;
  padding: 80px 3vw;
  display: flex;
  justify-content: center;
  background-color: #410905;
  overflow: hidden;
}

.service__top-inner {
  width: 1280px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 32px;
  position: relative;
}

.service__top-inner::after {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 170px;
  left: 0;
}

.service__top-title-cover {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #fff;
}

.service__top-title--en {
  font-family: 'Bellefair';
  font-size: 48px;
  line-height: 1.5;
  letter-spacing: 0;
}

.service__top-title--jp {
  font-family: 'Outfit';
  letter-spacing: .1em;
  line-height: 1.4;
  font-size: 16px;
  font-weight: 300;
}

.service__top-main-content {
  display: flex;
  justify-content: right;
  align-items: center;
  gap: min(130px, 5vw);
  padding-right: 15%;
}

.service__top-text-cover {
  width: 306px;
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: flex-start;
}

.service__top-text-cover--bottom {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}

.service__top-text--num {
  color: #c8b489ff;
  font-size: 32px;
  font-family: 'Bellefair';
}

.service__top-text--title-en {
  color: #fff;
  font-family: 'Bellefair';
  font-size: 24px;
}

.service__top-text--title-jp {
  color: #fff;
  font-size: 24px;
  font-family: 'Zen Old Mincho';
  letter-spacing: .05em;
  line-height: 1.5;
}

.service__top-text--explain {
  color: #fff;
  font-family: 'Josefin Sans';
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: normal;
}

.service__top-text--price {
  color: #fff;
  font-family: 'Josefin Sans';
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: normal;
}

.service__top-btn {
  color: #fff;
  font-family: 'Josefin Sans';
  font-size: 14px;
  line-height: 1.4;
  margin-top: -16px;
}

.service__top-img-cover {
  width: 294px;
  height: 358px;
  background: url(https://wp.naria.me/wp-content/uploads/2026/06/service__img-01-1.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  filter: grayscale(100%) brightness(118%) contrast(76%);
}

/* サービス（下） */
.service__bottom-content {
  width: 100%;
  padding: 80px 3vw;
  display: flex;
  justify-content: center;
  background-color: #eeeeeeff;
  overflow: hidden;
}

.service__bottom-inner {
  width: 1280px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 32px;
  position: relative;
}

.service__bottom-inner::after {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #8c6a6aff;
  position: absolute;
  bottom: 130px;
  left: 0;
}

.service__bottom-title-cover {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #410905;
}

.service__bottom-title--en {
  font-family: 'Bellefair';
  font-size: 48px;
  line-height: 1.5;
  letter-spacing: 0;
}

.service__bottom-title--jp {
  font-family: 'Outfit';
  letter-spacing: .1em;
  line-height: 1.4;
  font-size: 16px;
  font-weight: 300;
}

.service__bottom-main-content {
  display: flex;
  justify-content: right;
  align-items: center;
  gap: min(130px, 5vw);
  padding-right: 15%;
}

.service__bottom-text-cover {
  width: 306px;
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: flex-start;
}

.service__bottom-text-cover--bottom {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}


.service__bottom-text--num {
  color: #c8b489ff;
  font-size: 32px;
  font-family: 'Bellefair';
}

.service__bottom-text--title-en {
  font-family: 'Bellefair';
  font-size: 24px;
  color: #410925;
}

.service__bottom-text--title-jp {
  color: #410925;
  font-size: 24px;
  font-family: 'Zen Old Mincho';
  letter-spacing: .05em;
  line-height: 1.5;
  font-weight: 500;
}

.service__bottom-text--explain {
  color: #410925;
  font-family: 'Josefin Sans';
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: normal;
}

.service__bottom-text--price {
  color: #410925;
  font-family: 'Josefin Sans';
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: normal;
}

.service__bottom-btn {
  color: #410925;
  font-family: 'Josefin Sans';
  font-size: 14px;
  line-height: 1.4;
  margin-top: -16px;
}

.service__bottom-img-cover {
  width: 294px;
  height: 358px;
  background: url(https://wp.naria.me/wp-content/uploads/2026/06/service__img-02.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  filter: sepia(42%) brightness(61%) grayscale(88%) blur(0px);
}


/* お問い合わせ */
.contact {
  width: 100%;
  padding: 100px 3vw;
  background-color: #410905;
  display: flex;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.contact::before {
  content: "";
  background: url(https://wp.naria.me/wp-content/uploads/2026/06/contact__flower-.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 86px;
  left: -67px;
  width: 514px;
  aspect-ratio: 2/1;
  opacity: .5;
}

.contact::after {
  content: "";
  background: url(https://wp.naria.me/wp-content/uploads/2026/06/contact__flower-.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 0;
  right: -136px;
  width: 514px;
  aspect-ratio: 2/1;
  opacity: .5;
}

.contact__inner {
  width: 1280px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 48px;
  z-index:1;
}

.contact__title--en {
  color: #fff;
  font-family: 'Bellefair', 'Noto Sans JP';
  font-size: 48px;
  padding-bottom: 48px;
  position: relative;
}

.contact__title--en::after {
  content: "";
  width: 171px;
  height: 5px;
  background: url(https://wp.naria.me/wp-content/uploads/2026/06/fv__sp-img.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  filter: brightness(200%) contrast(0%) saturate(0%) sepia(100%);
}

.contact__text--lead {
  font-family: 'Zen Old Mincho';
  font-size: 24px;
  letter-spacing: .05em;
  line-height: 1.5;
  text-align: center;
  color: #fff;
}

.contact__text--bottom {
  color: #fff;
  font-size: 14px;
  letter-spacing: .15em;
  line-height: 2;
  text-align: center;
}

.contact__btn {
  margin-top: 42px;
  width: 359px;
  height: 62px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: solid 1px #aeaeaeff;
  background-color: #fff;
  transition: all .3s ease;
}

.contact__btn:hover {
  background-color: #f6f6f63d;
}

.contact__btn-text {
  color: #410905;
  font-family: 'Zen Old Mincho';
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: .05em;
}

.contact__btn-icon {
  color: #410905;
  font-size: 20px;
}

.contact__text--form {
  color: #fff;
  font-size: 14px;
  letter-spacing: .15em;
  line-height: 1.75;
  text-decoration: underline;
}



@media(max-width:900px) {

  /* サービス（上） */
  .service__top-inner {
    align-items: center;
  }

  .service__top-main-content {
    justify-content: space-between;
    padding-right: 0;
    padding-left: 6vw;
  }

  .service__top-text-cover {
    flex: 1;
    width: auto;
    display: flex;
    flex-direction: column;
    gap: 32px;
    align-items: flex-start;
  }

  .service__top-img-cover {
    width: 50%;
    height: 358px;
  }

  /* サービス（下） */
  .service__bottom-inner {
    align-items: center;
  }

  .service__bottom-main-content {
    justify-content: space-between;
    padding-right: 0;
    padding-left: 6vw;
  }

  .service__bottom-text-cover {
    flex: 1;
    width: auto;
    display: flex;
    flex-direction: column;
    gap: 32px;
    align-items: flex-start;
  }

  .service__bottom-img-cover {
    width: 50%;
    height: 358px;
  }

}


@media(max-width:800px) {
  .about__main-content {
    gap: 5%;
  }

  .about__img-cover {
    width: 180px;
  }
}


@media(max-width:540px) {

  /* アニメーション（アクセス時） */
  .first-ani__text-cover {
    gap: 8px;
  }

  .first-ani__text--main {
    color: #fff;
    font-family: 'Bellefair';
    font-size: 64px;
    line-height: 1;
  }

  .first-ani__text--sub {
    font-size: 12px;
    letter-spacing: .15em;
  }

  /* ファーストビュー */
  .fv {
    padding-left: 0;
  }

  .fv::after {
    filter: brightness(45%);
  }

  .fv__inner {
    display: flex;
    align-items: center;
    gap: 98px;
  }

  .fv__text-cover {
    gap: 0;
  }

  .fv__text--lead {
    font-size: 24px;
    text-align: center;
    line-height: 1.8;
    padding-bottom: 32px;
    position: relative;
  }

  .fv__text--lead::after {
    content: "";
    width: 200px;
    height: 5px;
    background: url(https://wp.naria.me/wp-content/uploads/2026/06/fv__sp-img.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    filter: brightness(200%) contrast(0%) grayscale(100%);
  }

  .fv__text--sub {
    font-size: 12px;
    line-height: 2;
    text-align: center;
    padding-top: 32px;
  }

  .fv__btn {
    width: 203px;
    color: #ffffffb3;
    border: solid 1px #ffffff80;
  }


  /* メッセージ */
  .message__inner {
    gap: 40px;
  }


  .message__inner::before {
    width: 377px;
    max-width: 100%;
    top: 31px;
    left: -140px;
  }

  .message__inner::after {
    width: 377px;
    max-width: 100%;
    bottom: 31px;
    right: -140px;
  }

  .message__title-cover {
    gap: 8px;
  }

  .message__title--jp {
    font-size: 24px;
    text-align: center;
    padding-bottom: 40px;
    line-height: 1.8;
  }

  .message__text--bottom {
    letter-spacing: .1em;
    font-size: 12px;
  }

  /* 作品 */
  .works {
    padding: 130px 0;
    gap: 88px;
  }

  .works__title-block {
    padding: 0 0 0 32px;
  }

  .works__title--jp {
    font-size: 14px;
  }

  .works__btn-icon {
    color: #aeaeaeff;
    font-size: 20px;
  }

  .works__swiper-01-slide {
    width: 279px;
    height: 200px;
  }

  .works__swiper-02-slide {
    width: 279px;
    height: 200px;
  }

  /* 私について */
  .about::before {
    content: "";
    width: 600px;
    height: 380px;
    position: absolute;
    top: -100px;
    left: 50%;
    transform: translateX(-50%);
    background: url(https://wp.naria.me/wp-content/uploads/2026/06/about__img-dec-sp01.svg);
    background-size: contain;
    background-position: bottom;
    background-repeat: no-repeat;
    opacity: 1;
    filter: brightness(129%);
  }

  .about::after {
    content: "";
    width: 600px;
    height: 380px;
    position: absolute;
    bottom: -100px;
    left: 50%;
    transform: translateX(-50%) rotate(180deg);
    background: url(https://wp.naria.me/wp-content/uploads/2026/06/about__img-dec-sp02.svg);
    background-size: contain;
    background-position: bottom;
    background-repeat: no-repeat;
    opacity: 1;
    filter: brightness(129%);
  }

  .about__inner {
    width: 100%;
    gap: 32px;
  }

  .about__title-cover {
    gap: 16px;
    position: relative;
    padding-bottom: 16px;
  }


  .about__title-cover::after {
    content: "";
    width: 147px;
    height: 5px;
    background: url(https://wp.naria.me/wp-content/uploads/2026/06/fv__sp-img.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    opacity: .5;
  }

  .about__img-cover {
    width: min(345px, 100%);
    height: 457px;
    aspect-ratio: auto;
  }

  .about__img-cover::after {
    display: none;
  }


  .about__main-content {
    flex-direction: column-reverse;
    gap: 48px;
    padding: 0;
  }

  .about__title--en {
    font-size: 36px;
  }

  .about__title--jp {
    font-size: 14px;
  }

  .about__text-cover {
    width: min(345px, 100%);
  }

  .about__text--top {
    font-size: 20px;
    font-family: 'Shippori Mincho';
    font-weight: 500;
    padding-bottom: 32px;
  }

  .about__text--top::after {
    width: 139px;
  }

  .about__text--bottom {
    padding-top: 32px;
    text-align: left;
    align-items: flex-start;
  }

  .about__btn {
    margin-top: 32px;
  }

  .about__btn--text {
    font-size: 14px;
  }

  .about__btn--icon {
    color: #bfbfbfff;
  }

  .about__back-layer::before {
    display: none;
  }


  /* サービス（上） */
  .service__top-content {
    width: 100%;
    padding: 56px 0 0 0;
    display: flex;
    justify-content: center;
    background-color: #410905;
  }

  .service__top-inner::after {
    display: none;
  }

  .service__top-title-cover {
    padding-left: 32px;
  }

  .service__top-main-content {
    flex-direction: column;
    padding: 0;
    gap: 104px;
  }

  .service__top-text-cover {
    width: 100%;
    padding: 0 10vw;
  }

  .service__top-text--num {
    color: #fff;
    font-size: 24px;
  }

  .service__top-btn {
    text-decoration: underline;
  }

  .service__top-img-cover {
    width: 100%;
    height: 245px;
  }

  /* サービス（下） */
  .service__bottom-content {
    width: 100%;
    padding: 56px 0 0 0;
    display: flex;
    justify-content: center;
  }

  .service__bottom-inner::after {
    display: none;
  }

  .service__bottom-title-cover {
    display: none;
  }

  .service__bottom-main-content {
    flex-direction: column;
    padding: 0;
    gap: 104px;
  }

  .service__bottom-text-cover {
    width: 100%;
    padding: 0 10vw;
  }

  .service__bottom-text--num {
    font-size: 24px;
    color: #5b0000ff;
  }

  .service__bottom-text--title-en {
    color: #5b0000ff;
  }

  .service__bottom-text--title-jp {
    color: #5b0000ff;
  }

  .service__bottom-text--explain {
    color: #5b0000ff;
  }

  .service__bottom-img-cover {
    width: 100%;
    height: 245px;
  }


  /* お問い合わせ */
  .contact {
    padding: 150px 3vw;
  }

  .contact::before {
    top: 48px;
    left: -200px;
    width: 100%;
  }

  .contact::after {
    width: auto;
    width: 100%;
    bottom: -31px;
    right: -200px;
  }


  .contact__inner {
    gap: 32px;
  }

  .contact__title--en {
    font-size: 32px;
    padding-bottom: 32px;
  }

  .contact__text--lead {
    font-family: 'Shippori Mincho';
    font-weight: 500;
    font-size: 20px;
    letter-spacing: .1em;
    line-height: 1.8;
  }

  .contact__btn {
    margin-top: 30px;
    width: min(315px, 100%);
    height: 57px;
  }

  .contact__btn-text {
    font-size: 16px;
    line-height: 1.8;
    letter-spacing: .1em;
  }

  .contact__text--form {
    text-decoration: none;
  }
}