@charset "UTF-8";
a {
  color: inherit;
  text-decoration: none;
}

li {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

h1 {
  font-size: 2.5rem;
}

.section-title {
  font-size: 48px;
  letter-spacing: 0.1em;
  margin-bottom: 50px;
  text-align: center;
}
@media (max-width: 480px) {
  .section-title {
    font-size: 32px;
    margin-bottom: 0;
  }
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
  background-color: #e5eee5;
}

@font-face {
  font-family: AkazukinPop;
  src: url("../fonts/AkazukinPOP2/");
  font-weight: normal;
  font-style: normal;
}
.wrapper {
  max-width: 1020px;
  margin-inline: auto;
}

.section-title {
  opacity: 0;
  -webkit-transition: all 1.2s ease-out;
  transition: all 1.2s ease-out;
}

.slideTitle {
  -webkit-animation: slideInRight 1s ease forwards;
          animation: slideInRight 1s ease forwards;
}

@-webkit-keyframes slideInRight {
  from {
    opacity: 0;
    -webkit-transform: translateX(200px);
            transform: translateX(200px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes slideInRight {
  from {
    opacity: 0;
    -webkit-transform: translateX(200px);
            transform: translateX(200px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
/* ================================
   パンくずリスト
================================ */
.breadcrumb {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  margin: auto 0;
  padding: 2rem 13rem;
}
@media (max-width: 480px) {
  .breadcrumb {
    padding: 1rem 25px;
    font-size: 0.85rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0.3rem;
  }
}
.breadcrumb .breadcrumb-item a {
  text-decoration: none;
  color: #007bff;
}
.breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: ">";
  margin: 0 0.5rem;
  color: #666;
}
@media (max-width: 480px) {
  .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    margin: 0 0.3rem;
  }
}
.breadcrumb .breadcrumb-item.active {
  color: #333;
  font-weight: 600;
}

.deco {
  position: absolute;
  display: inline-block;
  width: 230px;
  z-index: 0;
}
@media (max-width: 480px) {
  .deco {
    width: 160px;
  }
}
.deco {
  opacity: 0;
  -webkit-transform: scale(0.8) translateY(20px);
          transform: scale(0.8) translateY(20px);
  -webkit-transition: opacity 0.6s ease, -webkit-transform 0.8s cubic-bezier(0.34, 1.56, 0.64, 1);
  transition: opacity 0.6s ease, -webkit-transform 0.8s cubic-bezier(0.34, 1.56, 0.64, 1);
  transition: transform 0.8s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.6s ease;
  transition: transform 0.8s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.6s ease, -webkit-transform 0.8s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.deco.is-show {
  opacity: 1;
  -webkit-transform: scale(1) translateY(0);
          transform: scale(1) translateY(0);
}
.deco.is-show.flower-1, .deco.is-show.flower-2, .deco.is-show.flower-3, .deco.is-show.flower-5, .deco.is-show.flower-6 {
  opacity: 0.6;
}
.deco.is-show.flower-4 {
  opacity: 0.7;
}

#main .mainvisual {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
#main .mainvisual img {
  width: 100%;
  height: 100%;
}
#main .hero {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  z-index: 2;
}
@media (max-width: 480px) {
  #main .hero {
    width: 100%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    text-align: center;
  }
}
#main .hero-title {
  text-align: center;
}
#main .hero-title h1 {
  opacity: 0;
  -webkit-animation: fadeUp 1s ease forwards;
          animation: fadeUp 1s ease forwards;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
  text-shadow: 0 0 17px #c68283, 0 3px 10px rgba(0, 0, 0, 0.3);
}
#main .hero-title h2 {
  text-align: center;
  opacity: 0;
  -webkit-animation: fadeUp 1s ease forwards;
          animation: fadeUp 1s ease forwards;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  text-shadow: 0 0 22px #c68283, 0 0 5px rgba(198, 130, 131, 0.8), 0 3px 10px rgba(0, 0, 0, 0.4);
}
#main .hero-title .hero-sub {
  font-size: 0.9rem;
  letter-spacing: 0.12em;
  line-height: 1.8;
  text-align: center;
  opacity: 0;
  -webkit-animation: fadeUp 1s ease forwards;
          animation: fadeUp 1s ease forwards;
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.55);
}
#main .menu-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  margin-top: 40px;
}
@media (max-width: 480px) {
  #main .menu-buttons {
    -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;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 16px;
  }
}
#main .menu-buttons a {
  display: inline-block;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  line-height: 100px;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  opacity: 0;
  -webkit-animation: fadeUp 0.8s ease forwards;
          animation: fadeUp 0.8s ease forwards;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.25, 1, 0.5, 1), -webkit-box-shadow 0.4s ease;
  transition: -webkit-transform 0.4s cubic-bezier(0.25, 1, 0.5, 1), -webkit-box-shadow 0.4s ease;
  transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1), box-shadow 0.4s ease;
  transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1), box-shadow 0.4s ease, -webkit-transform 0.4s cubic-bezier(0.25, 1, 0.5, 1), -webkit-box-shadow 0.4s ease;
}
#main .menu-buttons a:nth-child(1) {
  background-color: #7D8059;
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
}
#main .menu-buttons a:nth-child(2) {
  background-color: #D9CCB9;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
#main .menu-buttons a:nth-child(3) {
  background-color: #D9B5B5;
  -webkit-animation-delay: 2.2s;
          animation-delay: 2.2s;
}
#main .menu-buttons a:nth-child(4) {
  background-color: #C7A0A0;
  -webkit-animation-delay: 2.4s;
          animation-delay: 2.4s;
}
#main .menu-buttons a:hover {
  -webkit-transform: translateY(-10px) scale(1.12);
          transform: translateY(-10px) scale(1.12);
  -webkit-box-shadow: 0 0 15px rgba(255, 255, 255, 0.8), 0 6px 12px rgba(198, 130, 131, 0.4);
          box-shadow: 0 0 15px rgba(255, 255, 255, 0.8), 0 6px 12px rgba(198, 130, 131, 0.4);
  -webkit-filter: brightness(1.1);
          filter: brightness(1.1);
}
@-webkit-keyframes fadeUp {
  from {
    opacity: 0;
    translate: 0 20px;
  }
  to {
    opacity: 1;
    translate: 0 0;
  }
}
@keyframes fadeUp {
  from {
    opacity: 0;
    translate: 0 20px;
  }
  to {
    opacity: 1;
    translate: 0 0;
  }
}

/* ABOUT
-------------------------------------- */
#about {
  position: relative;
  padding: 80px 0;
  background-image: url(../../img/back.svg);
  background-repeat: repeat;
  text-align: center;
}
@media (max-width: 820px) {
  #about {
    padding: 64px 0;
  }
}
#about .about-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
@media (max-width: 820px) {
  #about .about-top {
    gap: 24px;
    -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;
  }
}
@media (max-width: 480px) {
  #about .about-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
#about .about-image img {
  margin-top: -50px;
}
@media (max-width: 480px) {
  #about .about-image img {
    width: 80%;
    margin: 0 auto 40px;
    display: block;
  }
}
@media (max-width: 480px) {
  #about .about-content {
    padding: 0 20px;
  }
}
#about .about-catch {
  font-size: 1.7rem;
  letter-spacing: 0.08em;
  line-height: 1.6;
  margin-bottom: 12px;
}
@media (max-width: 820px) {
  #about .about-catch {
    font-size: 1.4rem;
  }
}
@media (max-width: 480px) {
  #about .about-catch {
    font-size: 1.2rem;
    line-height: 1.5;
  }
}
#about .about-role {
  font-size: 0.8rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  opacity: 0.6;
  margin-bottom: 20px;
}
#about .about-service {
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  line-height: 1.8;
  margin-bottom: 24px;
  color: #9C5257;
  opacity: 0.85;
  text-align: center;
}
#about .about-text {
  max-width: 520px;
  margin: 0 auto;
  font-size: 0.95rem;
  line-height: 1.9;
  text-align: left;
}
@media (max-width: 820px) {
  #about .about-text {
    font-size: 0.9rem;
  }
}
@media (max-width: 480px) {
  #about .about-text {
    font-size: 0.85rem;
    line-height: 1.8;
  }
}
#about .about-career {
  margin-top: 20px;
  font-size: 0.9rem;
  line-height: 1.9;
  color: #7a4a4d;
  opacity: 0.85;
}
@media (max-width: 480px) {
  #about .about-career {
    font-size: 0.85rem;
  }
}

.flower-1 {
  top: 0;
  right: 0;
  opacity: 0.6;
}

/* 波線
-------------------------------------- */
.wave-wrap {
  position: relative;
}
.wave-wrap .wave {
  position: relative;
}
.wave-wrap .wave svg {
  position: absolute;
  left: 0;
  bottom: -154px;
  width: 100%;
}
@media (max-width: 480px) {
  .wave-wrap .wave svg {
    bottom: -61px;
  }
}
.wave-wrap .wave .wave-line {
  -webkit-transform: rotate(-3deg);
          transform: rotate(-3deg);
  -webkit-transform-origin: center;
          transform-origin: center;
  pointer-events: none;
}

/* SKILLS
-------------------------------------- */
#skills {
  position: relative;
  text-align: center;
  padding-top: 80px;
  background-color: #e5eee5;
  z-index: 1;
}
@media (max-width: 480px) {
  #skills {
    padding-top: 20px;
  }
}
#skills .flower-2 {
  top: 0;
  left: 0;
  opacity: 0.6;
  z-index: 1;
}
@media (max-width: 480px) {
  #skills .flower-2 {
    top: -94px;
  }
}
#skills .flower-3 {
  top: 470px;
  right: 0;
  opacity: 0.6;
  z-index: 1;
}
@media (max-width: 480px) {
  #skills .flower-3 {
    top: -25px;
    width: 140px;
  }
}
#skills .contents {
  position: relative;
  max-width: 960px;
  margin: 40px auto 100px;
  padding: 48px 120px;
  background-color: #fff;
  border-radius: 24px;
}
@media (max-width: 820px) {
  #skills .contents {
    max-width: 670px;
  }
}
@media (max-width: 480px) {
  #skills .contents {
    margin: 30px 16px;
    padding: 20px 30px;
  }
}
#skills .contents h2 {
  font-size: 1.8rem;
  margin-bottom: 28px;
}
#skills .text {
  max-width: 600px;
  margin: 32px auto 0;
}
#skills .text h3 {
  font-size: 16px;
  font-weight: 500;
  white-space: nowrap;
}
@media (max-width: 480px) {
  #skills .text h3 {
    white-space: normal;
  }
}
#skills .boxed-1,
#skills .boxed-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  margin-bottom: 20px;
}
@media (max-width: 480px) {
  #skills .boxed-1,
  #skills .boxed-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
#skills .boxed-1 h3,
#skills .boxed-2 h3 {
  width: 120px;
  text-align: left;
}
@media (max-width: 480px) {
  #skills .boxed-1 h3,
  #skills .boxed-2 h3 {
    width: auto;
    margin-bottom: 8px;
  }
}
#skills .boxed-1 p,
#skills .boxed-2 p {
  margin: 0;
  padding: 4px 10px;
  font-size: 14px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 6px;
}
#skills .boxed-2 {
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
#skills .boxed-3 p {
  max-width: 600px;
  font-size: 0.95rem;
  line-height: 1.9;
  text-align: left;
  margin: 32px auto 0;
  color: #555;
}
@media (max-width: 480px) {
  #skills .boxed-3 p {
    font-size: 0.9rem;
  }
}

.section-divider {
  margin: -1px;
}
.section-divider .wave-line {
  -webkit-transform: rotate(-3deg);
          transform: rotate(-3deg);
  -webkit-transform-origin: center;
          transform-origin: center;
  pointer-events: none;
}

/* WORKS
-------------------------------------- */
#works {
  position: relative;
  text-align: center;
  padding: 80px 0;
  background-color: #e5eee5;
}
@media (max-width: 480px) {
  #works {
    padding-top: 20px;
  }
}
#works p {
  max-width: 600px;
  margin: 50px auto;
  text-align: center;
  font-size: 0.95rem;
  line-height: 1.9;
  color: #555;
}
@media (max-width: 480px) {
  #works p {
    margin: 32px 20px;
    font-size: 0.9rem;
  }
}
#works .flower-4 {
  top: 0;
  left: 0;
  opacity: 0.7;
}
@media (max-width: 480px) {
  #works .flower-4 {
    top: -60px;
    width: 130px;
  }
}
#works .works-slider {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
  padding: 0 80px;
}
@media (max-width: 480px) {
  #works .works-slider {
    padding: 0 16px;
  }
}
#works .wrapper.works-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  overflow-x: auto;
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  padding-bottom: 60px;
  max-width: 960px;
  margin: 0 auto;
}
@media (max-width: 820px) {
  #works .wrapper.works-track {
    gap: 20px;
  }
}
@media (max-width: 480px) {
  #works .wrapper.works-track {
    gap: 16px;
    max-width: 100%;
    padding-bottom: 40px;
  }
}
#works::-webkit-scrollbar {
  display: none;
}
#works .arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: #9C5257;
  background-color: rgba(255, 255, 255, 0.55);
  border: none;
  cursor: pointer;
  z-index: 5;
}
@media (max-width: 480px) {
  #works .arrow {
    display: none;
  }
}
#works .arrow.left {
  left: 30px;
}
#works .arrow.right {
  right: 30px;
}
#works .arrow:hover {
  -webkit-transform: translateY(-50%) scale(1.1);
          transform: translateY(-50%) scale(1.1);
}
#works .work-item .title {
  position: absolute;
  top: 45%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  font-size: 18px;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  pointer-events: none;
  z-index: 2;
}
#works .work-item:hover .title {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#works .work-item {
  width: 300px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  scroll-snap-align: start;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
}
@media (max-width: 480px) {
  #works .work-item {
    width: 240px;
  }
}
#works .work-item img {
  width: 100%;
  height: 200px;
  margin: 0 auto;
  border-radius: 8px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media (max-width: 480px) {
  #works .work-item img {
    height: 160px;
  }
}
#works .work-item::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0);
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
  border-radius: 8px;
  z-index: 1;
}
#works .work-item .title {
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
  text-align: center;
  color: #fff;
  font-size: 18px;
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  pointer-events: none;
  z-index: 2;
}
#works .work-item:hover {
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
  -webkit-box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
          box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}
#works .work-item:hover img {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}
#works .work-item:hover::before {
  background: rgba(0, 0, 0, 0.4);
}
#works .work-item:hover .title {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/* CONTACT
-------------------------------------- */
#contact {
  position: relative;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 80px;
  background: linear-gradient(45deg, #F8EDEB, #F1DDDD);
}
#contact .contact-inner {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#contact .contact-actions {
  margin-top: 40px;
  text-align: center;
}
@media (max-width: 480px) {
  #contact .contact-actions {
    margin-top: 10px;
  }
}
#contact {
  /* 共通ボタン */
}
#contact .btn {
  display: inline-block;
  min-width: 220px;
  padding: 14px 28px;
  border-radius: 999px;
  text-decoration: none;
  font-size: 0.95rem;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
#contact {
  /* メインボタン */
}
#contact .btn-primary {
  background: transparent;
  border: 1.5px solid #c58b8b;
  color: #c58b8b;
  font-weight: 500;
}
#contact .btn-primary:hover {
  background: #c58b8b;
  color: #fff;
}
#contact {
  /* サブ説明 */
}
#contact .contact-sub-text {
  margin: 24px 0 12px;
  font-size: 0.8rem;
  margin-bottom: 6px;
  color: #888;
}
#contact {
  /* サブボタン群 */
}
#contact .contact-sub-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#contact {
  /* サブボタン */
}
#contact .btn-secondary {
  border: 1px solid #d8bcbc;
  color: #a87c7c;
  font-size: 0.75rem;
  padding: 10px 20px;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  opacity: 0.75;
}
#contact .btn-secondary:hover {
  background: #f3e6e6;
  opacity: 1;
}
#contact .flower-5 {
  top: 10px;
  right: 0;
  opacity: 0.6;
}
#contact .flower-6 {
  top: 60%;
  left: 0;
  opacity: 0.6;
}
#contact h1 {
  font-size: 118px;
  color: #FCF7F3;
  -webkit-text-stroke: 1px #9C5257;
  text-align: center;
  font-family: AkazukinPop, sans-serif;
  -webkit-animation: seesaw-natural 8s linear infinite;
          animation: seesaw-natural 8s linear infinite;
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
@-webkit-keyframes seesaw-natural {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(1.8deg);
            transform: rotate(1.8deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  75% {
    -webkit-transform: rotate(-1.8deg);
            transform: rotate(-1.8deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@keyframes seesaw-natural {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(1.8deg);
            transform: rotate(1.8deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  75% {
    -webkit-transform: rotate(-1.8deg);
            transform: rotate(-1.8deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
#contact p {
  line-height: 30px;
  text-align: center;
  padding: 15px;
}

/* FOOTER
-------------------------------------- */
footer {
  position: relative;
  width: 100%;
  background-color: #d8a9ab;
  text-align: center;
  z-index: 6;
}
footer .copy {
  font-size: 12px;
}

/* SCROLL CIRCLE
-------------------------------------- */
.scroll-circle {
  position: fixed;
  bottom: 100px;
  right: 100px;
  width: 200px;
  height: 200px;
  display: block;
  cursor: pointer;
}
@media (max-width: 480px) {
  .scroll-circle {
    width: 22vw;
    height: 22vw;
    max-width: 110px;
    max-height: 110px;
    bottom: 50px;
    right: 4vw;
  }
}
.scroll-circle:hover .circle-text {
  -webkit-animation-duration: 8s;
          animation-duration: 8s;
}
.scroll-circle .circle-text {
  width: 100%;
  height: 100%;
  -webkit-animation: rotate-circle 20s linear infinite;
          animation: rotate-circle 20s linear infinite;
}
.scroll-circle .circle-text text {
  font-family: "Cormorant", "Times New Roman", serif;
  font-size: 22px;
  letter-spacing: 9.5px;
  fill: #c68283;
  opacity: 0.85;
}
.scroll-circle {
  /* 上向き矢印 */
}
.scroll-circle .arrow-up {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 50px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-animation: arrow-up-move 2.5s infinite;
          animation: arrow-up-move 2.5s infinite;
}
@media (max-width: 480px) {
  .scroll-circle .arrow-up {
    width: 18px;
    height: 32px;
  }
}
.scroll-circle .arrow-up::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 100%;
  background-color: #c68283;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.scroll-circle .arrow-up::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 50%;
  width: 12px;
  height: 12px;
  border-top: 1px solid #c68283;
  border-right: 1px solid #c68283;
  -webkit-transform: translateX(-50%) rotate(-45deg);
          transform: translateX(-50%) rotate(-45deg);
}
@media (max-width: 480px) {
  .scroll-circle .arrow-up::after {
    width: 8px;
    height: 8px;
  }
}
.scroll-circle {
  /* animations */
}
@-webkit-keyframes rotate-circle {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotate-circle {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes arrow-up-move {
  0% {
    -webkit-transform: translate(-50%, -50%) translateY(10px);
            transform: translate(-50%, -50%) translateY(10px);
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) translateY(-10px);
            transform: translate(-50%, -50%) translateY(-10px);
    opacity: 0;
  }
}
@keyframes arrow-up-move {
  0% {
    -webkit-transform: translate(-50%, -50%) translateY(10px);
            transform: translate(-50%, -50%) translateY(10px);
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) translateY(-10px);
            transform: translate(-50%, -50%) translateY(-10px);
    opacity: 0;
  }
}

#about,
#skills,
#works,
#contact {
  position: relative;
}

/* ================================
   z-index 管理（下 → 上）
================================ */
#main {
  z-index: 1;
}

#about {
  z-index: 2;
}

#skills {
  z-index: 3;
}

#works {
  z-index: 4;
}

#contact {
  z-index: 5;
}

/* ================================
   余白調整（sticky対策）
================================ */
#about {
  padding-bottom: 150px;
}
@media (max-width: 480px) {
  #about {
    padding-bottom: 60px;
  }
}

.flower-3,
.flower-6 {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.flower-4 {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

#header {
  position: relative;
  width: 100%;
  height: 200px;
  overflow: hidden;
}
#header img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
#header .hero {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: min(90%, 1200px);
  max-width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
}
@media (max-width: 480px) {
  #header .hero {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#header .hero h1 {
  opacity: 0;
  -webkit-animation: fadeUp 1s ease forwards;
          animation: fadeUp 1s ease forwards;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
  text-shadow: 0 0 22px #c68283, 0 0 5px rgba(198, 130, 131, 0.8), 0 3px 10px rgba(0, 0, 0, 0.4);
}
#header .hero h2 {
  opacity: 0;
  -webkit-animation: fadeUp 1s ease forwards;
          animation: fadeUp 1s ease forwards;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  text-shadow: 0 0 17px #c68283, 0 3px 10px rgba(0, 0, 0, 0.3);
}

/* ================================
   works
================================ */
.works-detail {
  margin: 0 auto;
}
@media (max-width: 480px) {
  .works-detail {
    padding: 0 25px;
  }
}
.works-detail .mockup {
  text-align: center;
}
.works-detail .mockup img {
  max-width: 760px;
  margin: 0 auto;
  margin-top: 80px;
}
@media (max-width: 480px) {
  .works-detail .mockup img {
    max-width: 100%;
    width: 100%;
    margin-top: 40px;
  }
}
.works-detail .visit-site {
  text-align: center;
  margin-top: 40px;
}
@media (max-width: 480px) {
  .works-detail .visit-site {
    margin-top: 32px;
  }
}
.works-detail .visit-site a {
  display: inline-block;
  padding: 14px 44px;
  border-radius: 999px;
  font-size: 14px;
  letter-spacing: 0.08em;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: rgba(255, 255, 255, 0.55);
  border: 1px solid #9bbf9c;
  color: #6f9c76;
}
@media (max-width: 480px) {
  .works-detail .visit-site a {
    width: 100%;
    max-width: 320px;
    padding: 12px 0;
    font-size: 13px;
  }
}
.works-detail .visit-site a:hover {
  background-color: rgba(155, 191, 156, 0.15);
}
.works-detail .info {
  max-width: 760px;
  margin: 0 auto;
  padding: 80px 0;
}
@media (max-width: 480px) {
  .works-detail .info {
    padding: 40px 0;
  }
}
.works-detail .info dl {
  display: grid;
  grid-template-columns: 160px 1fr;
  gap: 0 24px;
  padding: 20px 0;
  border-bottom: 1px solid #dcdcdc;
}
@media (max-width: 480px) {
  .works-detail .info dl {
    grid-template-columns: 1fr;
    gap: 8px 0;
    padding: 16px 0;
  }
}
.works-detail .info dl dt {
  font-weight: 600;
  color: #333;
  letter-spacing: 0.03em;
  font-size: 1rem;
}
@media (max-width: 480px) {
  .works-detail .info dl dt {
    font-size: 0.9rem;
  }
}
.works-detail .info dl dd {
  color: #555;
  line-height: 1.7;
  letter-spacing: 0.02em;
  font-size: 0.95rem;
}
@media (max-width: 480px) {
  .works-detail .info dl dd {
    font-size: 0.85rem;
  }
}
.works-detail .info dl:last-child {
  border-bottom: none;
}

.process {
  margin: 120px auto;
  max-width: 760px;
  text-align: center;
}
@media (max-width: 480px) {
  .process {
    margin: 40px auto;
    padding: 0 25px;
  }
}
.process .section-title {
  margin-bottom: 60px;
}
@media (max-width: 480px) {
  .process .section-title {
    margin-bottom: 30px;
  }
}
.process .process-steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
.process .process-step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 24px;
  text-align: left;
}
@media (max-width: 480px) {
  .process .process-step {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 12px;
  }
}
.process .step-number {
  font-family: "Montserrat", sans-serif;
  font-size: 2.5rem;
  font-weight: 600;
  color: #9bb89d;
  line-height: 1;
}
@media (max-width: 480px) {
  .process .step-number {
    font-size: 2rem;
  }
}
.process .step-content h3 {
  font-size: 1.2rem;
  margin-bottom: 8px;
  letter-spacing: 0.05em;
}
@media (max-width: 480px) {
  .process .step-content h3 {
    font-size: 1.05rem;
  }
}
.process .step-content p {
  font-size: 0.95rem;
  line-height: 1.8;
  color: #555;
}
@media (max-width: 480px) {
  .process .step-content p {
    font-size: 0.9rem;
  }
}

/* ================================
   wave
================================ */
.showcase {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 80px;
}
@media (max-width: 480px) {
  .showcase {
    padding: 0 25px;
  }
}
.showcase .boxed-pc {
  width: 450px;
  margin-right: 40px;
}
.showcase .boxed-sp {
  width: 250px;
}

@media (max-width: 480px) {
  #contact {
    padding-top: 30px;
    min-height: auto;
  }
  #contact h1 {
    font-size: 56px;
    -webkit-text-stroke: 0.8px #9C5257;
  }
  #contact p {
    font-size: 0.9rem;
    line-height: 1.8;
    padding: 10px 20px;
  }
}
#contact {
  /* ======================
     contact-form
  ====================== */
}
@media (max-width: 480px) {
  #contact .contact-form dl {
    padding: 20px;
  }
}
#contact .contact-form dt {
  width: 24%;
  font-size: 14px;
  padding: 15px 0 5px 0;
}
@media (max-width: 480px) {
  #contact .contact-form dt {
    width: 100%;
    font-size: 13px;
    padding: 12px 0 4px;
  }
}
#contact .contact-form dd {
  border: 1px solid #c8c8c8;
  width: 100%;
  padding: 10px;
  background-color: #fff;
}
@media (max-width: 480px) {
  #contact .contact-form dd {
    width: 100%;
    padding: 10px;
  }
}
#contact .contact-form textarea {
  height: 180px;
}
@media (max-width: 480px) {
  #contact .contact-form textarea {
    height: 140px;
  }
}
#contact .contact-form .form-actions {
  text-align: center;
  margin-top: 50px;
}
#contact .contact-form .form-actions .btn {
  min-width: 240px;
}
#contact input,
#contact textarea {
  width: 100%;
}
#contact .contact-sub-actions {
  margin-bottom: 30px;
  text-align: center;
}
@media (max-width: 480px) {
  #contact .contact-sub-actions {
    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: 10px;
    margin-bottom: 20px;
  }
}/*# sourceMappingURL=style.css.map */