/* =============================================
  MAIN CSS
   ============================================= */

/* =============================================
  LAYOUT
   ============================================= */

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.l-main {
  position: relative;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0 80px;
  box-sizing: border-box;
  background: #F5F5F5;
  overflow: hidden;
}

@media (max-width: 768px) {
  body {
    overflow-x: hidden;
  }

  .l-main {
    padding: 0 20px;
    overflow: visible;
  }
}


/* =============================================
  DECORATIVE CIRCLES
   ============================================= */

.deco-circle {
  position: absolute;
  border-radius: 50%;
  background: radial-gradient(circle at 50% 50%, rgba(186, 168, 201, 1) 0%, rgba(222, 216, 226, 0.6) 50%, rgba(222, 216, 226, 0) 100%);
  pointer-events: none;
  filter: blur(20px);
  z-index: 0;
}

.deco-circle--1 {
  width: 302px;
  height: 302px;
  top: 10px;
  left: -67px;
}

.deco-circle--2 {
  width: 199px;
  height: 199px;
  top: -10px;
  right: -50px;
  z-index: 0;
}

.deco-circle--3 {
  width: 199px;
  height: 199px;
  top: -160px;
  left: -30px;
}

.deco-circle--4 {
  width: 199px;
  height: 199px;
  top: 0;
  left: calc(50% + 300px);
  z-index: 0;
}

@media (max-width: 768px) {
  .deco-circle--1 {
    width: 180px;
    height: 180px;
    top: 240px;
    left: -60px;
  }

  .deco-circle--2 {
    width: 120px;
    height: 120px;
    top: -10px;
    right: -30px;
  }

  .deco-circle--3 {
    width: 120px;
    height: 120px;
    top: -80px;
    left: -30px;
    right: auto;
  }

  .deco-circle--4 {
    width: 120px;
    height: 120px;
    top: 0;
    left: calc(50% + 80px);
  }
}


/* =============================================
  SECTION TITLE (common)
   ============================================= */

.section-title {
  display: block;
  font-family: 'Aboreto', cursive;
  font-weight: 400;
  font-size: 170px;
  line-height: 0.9;
  color: #fff;
  margin: 0;
  pointer-events: none;
  user-select: none;
  text-shadow: 0 0 40px rgba(255, 255, 255, 0.5);
}

.section-title--right {
  text-align: right;
  margin-right: 190px;
}

.section-title--center {
  text-align: center;
}

@media (max-width: 768px) {
  .section-title {
    font-size: 64px;
  }
}


/* =============================================
  FV (First View)
   ============================================= */

.fv {
  position: relative;
  width: 100%;
  min-height: 600px;
  padding-bottom: 60px;
}

/* FV Image */
.fv__image {
  position: absolute;
  top: 115px;
  right: -80px;
  width: 1000px;
  height: 500px;
  z-index: 0;
}

.fv__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}


/* FV Text */
.fv__text {
  position: relative;
  z-index: 2;
  padding-top: 157px;
  padding-left: 34px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.fv__catch {
  color: #373737;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.45;
  letter-spacing: 0.06em;
  margin: 0;
}

.fv__name {
  color: #373737;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.45;
  margin: 0;
}

/* FV Deco text */
.fv__deco {
  position: absolute;
  top: 299px;
  left: 0;
  z-index: 1;
  color: #fff;
  font-family: 'Aboreto', cursive;
  font-size: 170px;
  font-weight: 400;
  line-height: 0.9;
  margin: 0;
  pointer-events: none;
  user-select: none;
  white-space: nowrap;
  text-shadow: 0 0 40px rgba(255, 255, 255, 0.5);
}

/* Scroll Indicator */
.fv__scroll {
  position: absolute;
  bottom: 0;
  left: calc(50% + 17px);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  z-index: 3;
}

.fv__scroll-text {
  font-family: 'Aboreto', cursive;
  font-size: 12px;
  font-weight: 400;
  line-height: 0.9;
  color: #000;
  display: block;
  margin-bottom: 8px;
}

.fv__scroll-indicator {
  position: relative;
  width: 14px;
  height: 96px;
  display: block;
  margin-top: 8px;
}

.fv__scroll-line {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0.5px;
  height: 100%;
  background: #373737;
  display: block;
}

.fv__scroll-dot {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%) translateY(0);
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #373737;
  display: block;
  animation: scrollDot 1.8s ease infinite;
}

@keyframes scrollDot {
  0%   { transform: translateX(-50%) translateY(0); opacity: 1; }
  10%  { transform: translateX(-50%) translateY(0); opacity: 1; }
  55%  { transform: translateX(-50%) translateY(82px); opacity: 1; }
  70%  { transform: translateX(-50%) translateY(82px); opacity: 0; }
  100% { transform: translateX(-50%) translateY(0); opacity: 0; }
}

.fv-scroll {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 24px 0;
  transition: opacity 0.3s ease;
}

/* FV Responsive */
@media (max-width: 768px) {
  .fv {
    min-height: 360px;
    padding-bottom: 60px;
  }

  .fv__image {
    position: absolute;
    top: 65px;
    left: auto;
    right: 0;
    width: 70vw;
    height: 360px;
    margin-right: calc(-1 * (100vw - 100%) / 2 - 20px);
  }


  .fv__text {
    padding-top: 80px;
    padding-left: 0;
    gap: 8px;
  }

  .fv__catch {
    font-size: 13px;
  }

  .fv__name {
    font-size: 16px;
  }

  .fv__deco {
    font-size: 80px;
    top: auto;
    bottom: -20px;
    left: -20px;
  }

  .fv__scroll {
    display: none;
  }

  .fv-scroll {
    padding: 16px 0;
  }
}


/* =============================================
   CTA (below FV)
   ============================================= */

.cta {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 80px 0 100px;
}

.cta__box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 667px;
  height: 215px;
  padding: 0 60px 0 80px;
  background: rgba(235, 235, 235, 0.4);
  border: 0.95px solid #BAA8C9;
  border-radius: 285px;
  text-decoration: none;
  transition: opacity 0.3s ease;
  box-sizing: border-box;
}

.cta__box:hover {
  opacity: 0.75;
}

.cta__body {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.cta__lead {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 300;
  font-size: 15px;
  line-height: 1.8;
  letter-spacing: 0.9px;
  color: #373737;
  margin: 0;
}

.cta__link-text {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: normal;
  color: #BAA8C9;
  margin: 0;
}

.cta__arrow {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 78px;
  height: 62px;
}

.cta__arrow svg {
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .cta {
    padding: 40px 0 60px;
  }

  .cta__box {
    position: relative;
    width: 350px;
    height: 152px;
    padding: 28px 36px;
    border-radius: 285px;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
    gap: 16px;
  }

  .cta__body {
    gap: 16px;
  }

  .cta__lead {
    font-size: 12px;
    text-align: center;
  }

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

  .cta__arrow {
    position: absolute;
    right: 36px;
    bottom: 32px;
    width: 35px;
    height: 28px;
  }
}


/* =============================================
   PROFILE
   ============================================= */

.profile {
  position: relative;
  z-index: 1;
  padding-bottom: 120px;
  scroll-margin-top: 65px;
}

.profile .section-title {
  margin-bottom: -55px;
  position: relative;
  z-index: 1;
}

.profile__content {
  display: flex;
  gap: 54px;
  padding-left: 140px;
}

.profile__image {
  flex-shrink: 0;
  width: 445px;
  max-width: 445px;
}

.profile__image img {
  width: 100%;
  height: auto;
  display: block;
  filter: grayscale(100%);
  object-fit: cover;
}

.profile__body {
  padding-top: 80px;
  max-width: 501px;
}

.profile__subtitle {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.5;
  color: #373737;
  margin: 0 0 32px;
}

.profile__text {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.profile__text p {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.03em;
  color: #373737;
  margin: 0 0 1.6em;
  text-align: justify;
}

.profile__text p:last-child {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .profile {
    padding-bottom: 60px;
  }

  .profile .section-title {
    font-size: 48px;
    margin-bottom: -10px;
    margin-right: 0;
    text-align: right;
  }

  .profile__content {
    flex-direction: column;
    padding-left: 0;
    gap: 30px;
  }

  .profile__image {
    width: calc(100% + 20px);
    max-width: none;
    margin-left: -20px;
  }

  .profile__body {
    padding-top: 0;
    max-width: 100%;
  }

  .profile__subtitle {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .profile__text p {
    font-size: 13px;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .profile__content {
    display: block;
    padding-left: 0;
  }

  .profile__image {
    width: 100%;
    max-width: 445px;
    margin-bottom: 32px;
  }

  .profile__body {
    padding-top: 0;
    max-width: 100%;
  }
}


/* =============================================
   WORKS
   ============================================= */

.works {
  position: relative;
  z-index: 1;
  padding-bottom: 120px;
  background: #EFEDF0;
  overflow: visible;
  scroll-margin-top: 65px;
  margin-left: -80px;
  margin-right: -80px;
  padding-left: 80px;
  padding-right: 80px;
  padding-top: 1px;
}

.works .section-title {
  margin-top: -20px;
  margin-bottom: 60px;
  padding-left: 136px;
  position: relative;
  z-index: 1;
}

.works__list {
  padding: 0 140px;
}

.works__item {
  display: flex;
  gap: 80px;
  padding: 32px 0;
}

.works__item-left {
  flex-shrink: 0;
  width: 340px;
  position: relative;
}

.works__number {
  font-family: 'Aboreto', cursive;
  font-weight: 400;
  font-size: 170px;
  line-height: 0.9;
  color: #fff;
  display: block;
}

.works__name {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.06em;
  color: #373737;
  margin: 0;
  position: absolute;
  top: 28px;
  left: 120px;
  text-align: left;
  white-space: nowrap;
}

.works__item-right {
  flex: 1;
  padding-top: 28px;
}

.works__desc {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.9;
  letter-spacing: 0.03em;
  color: #373737;
  margin: 0 0 1em;
}

.works__desc:last-child {
  margin-bottom: 0;
}

.works__divider {
  border: none;
  border-top: 1px solid #BAA8C9;
  margin: 0;
}

@media (max-width: 768px) {
  .works {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 60px;
  }

  .works .section-title {
    font-size: 48px;
    padding-left: 0;
    margin-bottom: 30px;
  }

  .works__list {
    padding: 0;
  }

  .works__item {
    flex-direction: column;
    gap: 16px;
    padding: 24px 0;
  }

  .works__item-left {
    width: 100%;
    flex-direction: row;
    align-items: baseline;
    gap: 16px;
  }

  .works__number {
    font-size: 48px;
  }

  .works__name {
    font-size: 16px;
    padding-left: 0;
    top: 16px;
    left: 0;
    white-space: normal;
  }

  .works__item-right {
    padding-top: 0;
  }

  .works__desc {
    font-size: 13px;
  }
}


/* =============================================
   RECORD
   ============================================= */

.record {
  position: relative;
  z-index: 1;
  padding: 80px 0 120px;
}

.record__heading {
  position: relative;
  margin-bottom: 60px;
}

.record .section-title {
  margin-bottom: 0;
  position: relative;
  z-index: 1;
}

.record__subtitle {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0.06em;
  color: #373737;
  margin: 0;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
}

.record__grid {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  padding: 0 140px;
}

.record__line-top,
.record__line-bottom {
  position: absolute;
  left: 0;
  right: 0;
  border: none;
  border-top: 1px solid #BAA8C9;
  margin: 0;
}

.record__line-top {
  top: 0;
}

.record__line-bottom {
  bottom: 0;
}

.record__line-center {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 1px;
  background: #BAA8C9;
}

.record__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px 30px 50px;
  text-align: center;
}

.record__item-title {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: 0.06em;
  color: #373737;
  margin: 0 0 24px;
}

.record__item-image {
  margin-bottom: 24px;
}

.record__item-image img {
  width: auto;
  height: 333px;
  display: block;
  object-fit: contain;
}

.record__item-desc {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: 0.06em;
  color: #373737;
  margin: 0;
}

@media (max-width: 768px) {
  .record {
    padding: 40px 0 60px;
  }

  .record .section-title {
    font-size: 48px;
  }

  .record__subtitle {
    font-size: 16px;
    bottom: -10px;
  }

  .record__grid {
    grid-template-columns: 1fr;
    padding: 0;
  }

  .record__line-center {
    display: none;
  }

  .record__line-bottom {
    display: none;
  }

  .record__item {
    padding: 30px 0;
    border-bottom: 1px solid #BAA8C9;
  }

  .record__item:last-child {
    border-bottom: none;
  }

  .record__item-title {
    font-size: 16px;
  }

  .record__item-image img {
    height: 240px;
  }

  .record__item-desc {
    font-size: 13px;
  }

  .record__item-desc br {
    display: none;
  }
}


/* =============================================
   CONTACT CTA
   ============================================= */

.contact-cta {
  position: relative;
  z-index: 1;
  padding-bottom: 120px;
}

.contact-cta .section-title {
  margin-bottom: 40px;
  position: relative;
  z-index: 1;
}

.contact-cta__buttons {
  display: flex;
  gap: 60px;
  justify-content: center;
  padding: 0 140px;
}

.contact-cta__btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 470px;
  height: 200px;
  padding: 0 50px 0 80px;
  background: rgba(235, 235, 235, 0.4);
  border: 0.95px solid #BAA8C9;
  border-radius: 285px;
  text-decoration: none;
  transition: opacity 0.3s ease;
  box-sizing: border-box;
}

.contact-cta__btn:hover {
  opacity: 0.75;
}

.contact-cta__btn-text {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.45;
  color: #BAA8C9;
}

.contact-cta__btn-arrow {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 78px;
  height: 62px;
}

.contact-cta__btn-arrow svg {
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .contact-cta {
    padding-bottom: 60px;
  }

  .contact-cta .section-title {
    font-size: 48px;
  }

  .contact-cta__buttons {
    flex-direction: column;
    gap: 20px;
    padding: 0;
  }

  .contact-cta__btn {
    width: 100%;
    height: auto;
    padding: 28px 24px;
    border-radius: 100px;
    gap: 16px;
  }

  .contact-cta__btn-text {
    font-size: 16px;
  }

  .contact-cta__btn-arrow {
    width: 50px;
    height: 40px;
  }
}


/* =============================================
   CONTACT PAGE
   ============================================= */

.contact-page {
  position: relative;
}

.contact-intro {
  position: relative;
  min-height: 320px;
}

.contact-page__sidebar {
  position: absolute;
  top: 120px;
  left: 80px;
  z-index: 3;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.contact-page__catch {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 300;
  font-size: 20px;
  line-height: 1.45;
  letter-spacing: 0.06em;
  color: #373737;
  margin: 0;
}

.contact-page__name {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 300;
  font-size: 24px;
  line-height: 1.45;
  color: #373737;
  margin: 0;
}

.deco-circle--contact {
  width: 302px;
  height: 302px;
  top: 10px;
  left: -67px;
}

/* Contact Hero */
.contact-hero {
  position: relative;
  z-index: 1;
  padding-bottom: 80px;
}

.contact-hero .section-title {
  margin-bottom: -60px;
  padding-left: 80px;
  position: relative;
  z-index: 2;
  text-shadow: 0 0 40px rgba(255, 255, 255, 0.5);
}

.contact-hero__image {
  margin-left: 140px;
}

.contact-hero__image img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  display: block;
}

/* Contact Form Section */
.contact-form-section {
  position: relative;
  z-index: 1;
  padding-bottom: 100px;
}

.contact-form-section__lead {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0.06em;
  color: #373737;
  text-align: center;
  margin: 0 0 80px;
}

.contact-form-section__form {
  max-width: 684px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .contact-intro {
    min-height: 0;
  }

  .contact-page__sidebar {
    position: relative;
    top: auto;
    left: auto;
    padding-top: 30px;
    padding-bottom: 20px;
  }

  .contact-page__catch {
    font-size: 13px;
  }

  .contact-page__name {
    font-size: 16px;
  }

  .deco-circle--contact {
    width: 180px;
    height: 180px;
    top: 0;
    left: -60px;
  }

  .contact-hero .section-title {
    font-size: 48px;
    margin-bottom: -28px;
    position: relative;
    z-index: 2;
  }

  .contact-hero {
    padding-bottom: 40px;
  }

  .contact-hero__image {
    margin: 0 -20px;
    width: auto;
  }

  .contact-hero__image img {
    height: 250px;
  }

  .contact-form-section {
    padding-bottom: 60px;
  }

  .contact-form-section__lead {
    font-size: 14px;
    text-align: left;
    margin-bottom: 40px;
  }

  .contact-form-section__form {
    max-width: 100%;
  }
}