body {
  font-size: 100%;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}

.l-main {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
}

.l-content {
  padding: 6rem 1.5rem;
  width: 100%;
}
.l-content section {
  padding-top: 6rem;
}
@media (max-width: 768px) {
  .l-content {
    padding: 3rem 1rem;
  }
  .l-content section {
    padding-top: 3rem;
  }
}

.section-description {
  font-size: 18px;
  color: #666;
  text-align: center;
  margin-bottom: 50px;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .section-description {
    font-size: 16px;
    margin-bottom: 40px;
  }
}

.c-catchphrase {
  text-align: center;
  padding: 60px 40px;
  background: linear-gradient(135deg, #1a1612 0%, #2a2621 50%, #1a1612 100%);
  border: 2px solid #d4af37;
  border-radius: 20px;
  margin: 60px 0;
  position: relative;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(212, 175, 55, 0.3), 0 0 0 1px rgba(212, 175, 55, 0.1);
}
.c-catchphrase::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at 20% 20%, rgba(212, 175, 55, 0.1) 0%, transparent 50%), radial-gradient(circle at 80% 80%, rgba(212, 175, 55, 0.1) 0%, transparent 50%), radial-gradient(circle at 40% 60%, rgba(212, 175, 55, 0.05) 0%, transparent 50%);
  pointer-events: none;
}
.c-catchphrase::after {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  border: 1px solid rgba(212, 175, 55, 0.3);
  border-radius: 15px;
  pointer-events: none;
}
.c-catchphrase__text {
  font-size: 32px;
  color: #d4af37;
  letter-spacing: 4px;
  line-height: 1.6;
  font-weight: 600;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", "HiraMinProN-W3", "Takao", "IPAexMincho", "IPA Mincho", serif;
  margin: 0;
  position: relative;
  z-index: 1;
  text-shadow: 0 0 10px rgba(212, 175, 55, 0.5), 0 2px 4px rgba(0, 0, 0, 0.3);
}
.c-catchphrase__text::before, .c-catchphrase__text::after {
  content: '"';
  font-size: 48px;
  color: rgba(212, 175, 55, 0.3);
  font-family: serif;
  position: absolute;
  top: -10px;
}
.c-catchphrase__text::before {
  left: -30px;
}
.c-catchphrase__text::after {
  right: -30px;
}
@media (max-width: 768px) {
  .c-catchphrase__text {
    font-size: 24px;
    letter-spacing: 2px;
  }
  .c-catchphrase__text::before, .c-catchphrase__text::after {
    font-size: 36px;
    top: -5px;
  }
  .c-catchphrase__text::before {
    left: -20px;
  }
  .c-catchphrase__text::after {
    right: -20px;
  }
}

.c-content-box {
  background: white;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  padding: 30px;
  margin-bottom: 30px;
}
.c-content-box__text {
  font-size: 14px;
  color: #333;
  font-weight: normal;
  margin: 0;
  line-height: 1.8;
}
.c-content-box__text--catch-copy {
  font-size: 20px;
  color: #333;
  font-weight: 500;
  margin: 0;
  text-align: center;
  margin: 20px 0;
}
.c-content-box__text--center {
  text-align: center;
}
.c-content-box--highlight {
  background: #fff8e7;
  border: 2px solid #d4af37;
}

.c-card {
  background: white;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  padding: 25px;
  text-align: center;
}
.c-card__text {
  font-size: 14px;
  color: #666;
  font-weight: normal;
  margin: 0;
}

.c-grid--2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
@media (max-width: 768px) {
  .c-grid--2 {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.c-grid--3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media (max-width: 768px) {
  .c-grid--3 {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

.c-info-list {
  display: flex;
  flex-wrap: wrap;
}
.c-info-list__label {
  font-weight: bold;
  color: #333;
  width: 25%;
  padding: 12px 0;
  border-bottom: 1px solid #f0f0f0;
}
.c-info-list__value {
  color: #666;
  width: 75%;
  text-align: left;
  padding: 12px 0;
  border-bottom: 1px solid #f0f0f0;
}
.c-info-list dt:last-of-type,
.c-info-list dd:last-of-type {
  border-bottom: none;
}

.c-cta-box__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}

.c-content-box__label {
  position: relative;
  display: inline-block;
  font-size: 14px;
  color: #d4af37;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 15px;
  padding: 8px 16px;
  background: linear-gradient(135deg, rgba(212, 175, 55, 0.1) 0%, rgba(232, 180, 184, 0.05) 100%);
  border: 1px solid rgba(212, 175, 55, 0.2);
  border-radius: 20px;
  overflow: hidden;
  transition: all 0.3s ease;
}
.c-content-box__label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 3px;
  height: 60%;
  background: linear-gradient(to bottom, #d4af37, rgba(212, 175, 55, 0.6));
  border-radius: 2px;
}
.c-content-box__label::after {
  content: "";
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 4px;
  background: #d4af37;
  border-radius: 50%;
  opacity: 0.7;
}
.c-content-box__label--fancy {
  background: linear-gradient(135deg, #d4af37 0%, rgba(232, 180, 184, 0.8) 100%);
  color: white;
  border: none;
  box-shadow: 0 2px 8px rgba(212, 175, 55, 0.3);
}
.c-content-box__label--fancy::before {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.4));
}
.c-content-box__label--fancy::after {
  background: rgba(255, 255, 255, 0.9);
}
.c-content-box__label--minimal {
  background: transparent;
  border: 1px solid #d4af37;
  color: #d4af37;
  padding: 6px 12px;
  font-size: 12px;
}
.c-content-box__label--minimal::before {
  display: none;
}
.c-content-box__label--minimal::after {
  display: none;
}

.c-section__header {
  text-align: center;
  margin-bottom: 3rem;
}
.c-section__title {
  font-size: 2.25rem;
  font-weight: 700;
  color: #2C3E50;
  margin-bottom: 1.5rem;
  position: relative;
}
.c-section__title::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 4px;
  background: linear-gradient(135deg, #FF6B9D 0%, #4ECDC4 100%);
  border-radius: 9999px;
}
.c-section__subtitle {
  font-size: 1.125rem;
  color: #7F8C8D;
  font-weight: 400;
}

.c-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 1rem 2rem;
  border: none;
  border-radius: 9999px;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  position: relative;
  overflow: hidden;
}
.c-btn--primary {
  background: linear-gradient(135deg, #FF6B9D 0%, #4ECDC4 100%);
  color: white;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}
.c-btn--primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}
.c-btn--secondary {
  background: transparent;
  color: #FF6B9D;
  border: 2px solid #FF6B9D;
}
.c-btn--secondary:hover {
  background: #FF6B9D;
  color: white;
  transform: translateY(-2px);
}
.c-btn--full {
  width: 100%;
  justify-content: center;
}

.l-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.5rem;
}
@media (max-width: 640px) {
  .l-container {
    padding: 0 1rem;
  }
}

.c-animate-on-scroll {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.6s ease-out;
}
.c-animate-on-scroll.is-animated {
  opacity: 1;
  transform: translateY(0);
}

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background: #F8F9FA;
}

::-webkit-scrollbar-thumb {
  background: linear-gradient(135deg, #FF6B9D 0%, #4ECDC4 100%);
  border-radius: 9999px;
}

::-webkit-scrollbar-thumb:hover {
  background: #E55A8A;
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.95);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  z-index: 1000;
  transition: all 0.3s ease-in-out;
}

.c-nav__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1.5rem;
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 640px) {
  .c-nav__container {
    padding: 0.5rem 1rem;
  }
}
.c-nav__logo {
  position: relative;
}
.c-nav__logo a {
  font-size: 1.875rem;
  font-weight: 800;
  color: #FF6B9D;
  background: linear-gradient(135deg, #FF6B9D 0%, #4ECDC4 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-decoration: none;
  letter-spacing: 2px;
  font-family: "Noto Sans JP", sans-serif;
  position: relative;
  display: inline-block;
  padding: 0.5rem 1rem;
  border-radius: 0.75rem;
  transition: all 0.3s ease-in-out;
}
.c-nav__logo a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(255, 107, 157, 0.1) 0%, rgba(78, 205, 196, 0.1) 100%);
  border-radius: 0.75rem;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  z-index: -1;
}
.c-nav__logo a::after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 3px;
  background: linear-gradient(135deg, #FF6B9D 0%, #4ECDC4 100%);
  border-radius: 2px;
  transition: width 0.3s ease-in-out;
}
.c-nav__logo a:hover {
  transform: translateY(-2px);
}
.c-nav__logo a:hover::before {
  opacity: 1;
}
.c-nav__logo a:hover::after {
  width: 100%;
}
@media (max-width: 768px) {
  .c-nav__logo a {
    font-size: 1.5rem;
    letter-spacing: 1px;
    padding: 0.25rem 0.5rem;
  }
}
@media (max-width: 640px) {
  .c-nav__logo a {
    font-size: 1.25rem;
    letter-spacing: 0.5px;
  }
}
.c-nav__menu {
  display: flex;
  list-style: none;
  gap: 2rem;
  margin: 0;
  padding: 0;
}
@media (max-width: 768px) {
  .c-nav__menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: white;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 3rem;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    z-index: 999;
    opacity: 0;
    visibility: hidden;
  }
  .c-nav__menu.is-active {
    opacity: 1;
    visibility: visible;
  }
}
.c-nav__item {
  margin: 0;
  padding: 0;
}
@media (max-width: 768px) {
  .c-nav__item {
    margin: 1rem 0;
  }
}
.c-nav__link {
  color: #2C3E50;
  text-decoration: none;
  font-weight: 500;
  position: relative;
  transition: color 0.15s ease-in-out;
}
.c-nav__link::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 0;
  height: 2px;
  background: linear-gradient(135deg, #FF6B9D 0%, #4ECDC4 100%);
  transition: width 0.3s ease-in-out;
}
.c-nav__link:hover {
  color: #FF6B9D;
}
.c-nav__link:hover::after {
  width: 100%;
}
.c-nav__link.is-active {
  color: #FF6B9D;
}
.c-nav__link.is-active::after {
  width: 100%;
}
@media (max-width: 768px) {
  .c-nav__link {
    font-size: 1.125rem;
  }
}
.c-nav__hamburger {
  display: none;
  flex-direction: column;
  cursor: pointer;
  gap: 4px;
  padding: 0.5rem;
  background: none;
  border: none;
}
@media (max-width: 768px) {
  .c-nav__hamburger {
    display: flex;
  }
}
.c-nav__hamburger span {
  width: 25px;
  height: 3px;
  background: #2C3E50;
  border-radius: 9999px;
  transition: all 0.3s ease-in-out;
}
.c-nav__hamburger.is-active span:nth-child(1) {
  z-index: 1000;
  transform: rotate(45deg) translate(5px, 5px);
}
.c-nav__hamburger.is-active span:nth-child(2) {
  opacity: 0;
}
.c-nav__hamburger.is-active span:nth-child(3) {
  z-index: 1000;
  transform: rotate(-45deg) translate(5px, -5px);
}

.l-hero {
  min-height: 100vh;
  display: flex;
  align-items: center;
  background: linear-gradient(135deg, #FFF8F0 0%, #F0F8FF 100%);
  position: relative;
  overflow: hidden;
  padding-top: 80px;
}
@media (max-width: 768px) {
  .l-hero {
    padding-top: 70px;
  }
}
@media (max-width: 640px) {
  .l-hero {
    padding-top: 60px;
  }
}
.l-hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="%23FF6B9D" opacity="0.1"/><circle cx="75" cy="75" r="1" fill="%234ECDC4" opacity="0.1"/><circle cx="50" cy="10" r="0.5" fill="%23FFE66D" opacity="0.1"/><circle cx="10" cy="60" r="0.5" fill="%23FF6B9D" opacity="0.1"/><circle cx="90" cy="40" r="0.5" fill="%234ECDC4" opacity="0.1"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
  opacity: 0.3;
}

.c-hero__container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6rem;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 1rem 1.5rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .c-hero__container {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 3rem;
  }
}
.c-hero__title {
  font-size: 3rem;
  font-weight: 800;
  background: linear-gradient(135deg, #FF6B9D 0%, #4ECDC4 100%);
  -webkit-background-clip: text;
          background-clip: text;
  margin-bottom: 1.5rem;
  position: relative;
  text-align: center;
  letter-spacing: 2px;
  text-shadow: 0 0 40px rgba(255, 107, 157, 0.4);
  animation: titleGlow 4s ease-in-out infinite alternate;
}
.c-hero__title::before {
  content: "";
  position: absolute;
  top: -30px;
  left: -30px;
  right: -30px;
  bottom: -30px;
  background: linear-gradient(45deg, rgba(255, 107, 157, 0.15) 0%, rgba(78, 205, 196, 0.15) 25%, rgba(255, 230, 109, 0.15) 50%, rgba(255, 107, 157, 0.15) 75%, rgba(78, 205, 196, 0.15) 100%);
  border-radius: 30px;
  z-index: -1;
  opacity: 0;
  transform: scale(0.8) rotate(-2deg);
  transition: all 0.8s ease;
  filter: blur(1px);
}
.c-hero__title:hover::before {
  opacity: 1;
  transform: scale(1) rotate(0deg);
}
.c-hero__title::after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 6px;
  background: linear-gradient(135deg, #FF6B9D 0%, #4ECDC4 100%);
  border-radius: 3px;
  animation: underlineExpand 2s ease-out 1s forwards;
  box-shadow: 0 0 20px rgba(255, 107, 157, 0.6);
}
@media (max-width: 768px) {
  .c-hero__title {
    font-size: 2.25rem;
    letter-spacing: 1px;
  }
}
@media (max-width: 640px) {
  .c-hero__title {
    font-size: 1.875rem;
    letter-spacing: 0.5px;
  }
}
.c-hero__subtitle {
  font-size: 1.25rem;
  color: #7F8C8D;
  margin-bottom: 3rem;
  line-height: 1.7;
  text-align: center;
  position: relative;
  font-weight: 300;
  letter-spacing: 1px;
}
.c-hero__subtitle::before, .c-hero__subtitle::after {
  content: '"';
  font-size: 1.5rem;
  color: rgba(255, 107, 157, 0.4);
  font-family: serif;
  position: absolute;
  top: -5px;
  animation: quoteFloat 3s ease-in-out infinite;
}
.c-hero__subtitle::before {
  left: -25px;
  animation-delay: 0s;
}
.c-hero__subtitle::after {
  right: -25px;
  animation-delay: 1.5s;
}
@media (max-width: 768px) {
  .c-hero__subtitle::before, .c-hero__subtitle::after {
    font-size: 1.25rem;
    top: -3px;
  }
  .c-hero__subtitle::before {
    left: -15px;
  }
  .c-hero__subtitle::after {
    right: -15px;
  }
}
.c-hero__buttons {
  display: flex;
  gap: 1.5rem;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 768px) {
  .c-hero__buttons {
    justify-content: center;
  }
}
@media (max-width: 640px) {
  .c-hero__buttons {
    flex-direction: column;
    align-items: center;
  }
}
.c-hero__image {
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-hero__avatar {
  position: relative;
  width: 300px;
  height: 300px;
}
@media (max-width: 640px) {
  .c-hero__avatar {
    width: 250px;
    height: 250px;
  }
}
.c-hero__photo {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  border: 8px solid white;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  transition: transform 0.5s ease-in-out;
}
.c-hero__photo:hover {
  transform: scale(1.05);
}
.c-hero__decoration {
  position: absolute;
  top: -20px;
  right: -20px;
  width: 100px;
  height: 100px;
  background: linear-gradient(135deg, #FFE66D 0%, #FF6B9D 100%);
  border-radius: 50%;
  opacity: 0.3;
  animation: float 3s ease-in-out infinite;
}
.c-hero__scroll {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  color: #7F8C8D;
  font-size: 0.875rem;
  animation: bounce 2s infinite;
  z-index: 10;
}
@media (max-width: 768px) {
  .c-hero__scroll {
    display: none;
  }
}

@keyframes float {
  0%, 100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-20px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateX(-50%) translateY(0);
  }
  40% {
    transform: translateX(-50%) translateY(-10px);
  }
  60% {
    transform: translateX(-50%) translateY(-5px);
  }
}
@keyframes titleGlow {
  0% {
    text-shadow: 0 0 40px rgba(255, 107, 157, 0.4);
    transform: scale(1);
  }
  50% {
    text-shadow: 0 0 50px rgba(255, 107, 157, 0.6), 0 0 80px rgba(78, 205, 196, 0.4);
    transform: scale(1.01);
  }
  100% {
    text-shadow: 0 0 60px rgba(255, 107, 157, 0.8), 0 0 100px rgba(78, 205, 196, 0.5);
    transform: scale(1.02);
  }
}
@keyframes underlineExpand {
  0% {
    width: 0;
  }
  100% {
    width: 200px;
  }
}
@keyframes quoteFloat {
  0%, 100% {
    transform: translateY(0px) rotate(0deg);
    opacity: 0.4;
  }
  50% {
    transform: translateY(-5px) rotate(5deg);
    opacity: 0.7;
  }
}
.l-about {
  padding: 6rem 0;
  background: #FFFFFF;
}

.c-about__content {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 6rem;
  align-items: start;
}
@media (max-width: 768px) {
  .c-about__content {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
}
.c-about__intro h3 {
  font-size: 1.5rem;
  color: #2C3E50;
  margin-bottom: 1.5rem;
}
.c-about__intro p {
  font-size: 1.125rem;
  color: #7F8C8D;
  margin-bottom: 1.5rem;
  line-height: 1.7;
}
.c-about__values h4 {
  font-size: 1.5rem;
  color: #2C3E50;
  margin-bottom: 2rem;
  font-weight: 700;
  position: relative;
  text-align: center;
}
.c-about__values h4::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 4px;
  background: linear-gradient(135deg, #FF6B9D 0%, #4ECDC4 100%);
  border-radius: 2px;
}
.c-about__values h4::before {
  content: "";
  position: absolute;
  top: -10px;
  left: -20px;
  right: -20px;
  bottom: -10px;
  background: linear-gradient(135deg, rgba(255, 107, 157, 0.05) 0%, rgba(78, 205, 196, 0.05) 100%);
  border-radius: 0.75rem;
  z-index: -1;
}
@media (max-width: 768px) {
  .c-about__values h4 {
    font-size: 1.25rem;
    margin-bottom: 1.5rem;
  }
}
.c-about__image {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}
.c-about__photo {
  position: relative;
  width: 300px;
  height: 300px;
}
@media (max-width: 768px) {
  .c-about__photo {
    width: 250px;
    height: 250px;
  }
}
@media (max-width: 640px) {
  .c-about__photo {
    width: 200px;
    height: 200px;
  }
}
.c-about__img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  border: 8px solid white;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  transition: transform 0.5s ease-in-out;
}
.c-about__img:hover {
  transform: scale(1.05);
}
.c-about__decoration {
  position: absolute;
  top: -20px;
  right: -20px;
  width: 100px;
  height: 100px;
  background: linear-gradient(135deg, #FFE66D 0%, #FF6B9D 100%);
  border-radius: 50%;
  opacity: 0.3;
  animation: float 3s ease-in-out infinite;
}

.c-about__social {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
}
.c-about__social .c-social__link {
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, #FF6B9D 0%, #4ECDC4 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}
.c-about__social .c-social__link:hover {
  transform: translateY(-5px) scale(1.1);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}
.c-about__social .c-social__link i {
  font-size: 1.25rem;
}

.c-values__item {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
  padding: 1rem;
  background: #F8F9FA;
  border-radius: 0.75rem;
  transition: transform 0.3s ease-in-out;
}
.c-values__item i {
  color: #FF6B9D;
  font-size: 1.125rem;
  width: 20px;
}
.c-values__item span {
  color: #2C3E50;
  font-weight: 500;
}

.c-highlight {
  background: linear-gradient(135deg, #FF6B9D 0%, #4ECDC4 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-weight: 600;
}

.l-portfolio {
  padding: 6rem 0;
  background: #F8F9FA;
}

.c-portfolio__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 3rem;
}
@media (max-width: 768px) {
  .c-portfolio__grid {
    grid-template-columns: 1fr;
  }
}
.c-portfolio__item {
  background: white;
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease-in-out;
}
.c-portfolio__item:hover {
  transform: translateY(-10px);
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}
.c-portfolio__image {
  position: relative;
  overflow: hidden;
}
.c-portfolio__image img {
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.5s ease-in-out;
}
.c-portfolio__item:hover .c-portfolio__image img {
  transform: scale(1.1);
}
.c-portfolio__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.c-portfolio__item:hover .c-portfolio__overlay {
  opacity: 1;
}
.c-portfolio__links {
  display: flex;
  gap: 1.5rem;
}
.c-portfolio__link {
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, #FF6B9D 0%, #4ECDC4 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  text-decoration: none;
  transition: transform 0.3s ease-in-out;
}
.c-portfolio__link:hover {
  transform: scale(1.1);
}
.c-portfolio__content {
  padding: 2rem;
}
.c-portfolio__title {
  font-size: 1.25rem;
  color: #2C3E50;
  margin-bottom: 0.5rem;
}
.c-portfolio__description {
  color: #7F8C8D;
  margin-bottom: 1rem;
  line-height: 1.6;
}
.c-portfolio__duration {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  margin-bottom: 1.5rem;
  padding: 0.25rem 0.5rem;
  background: rgba(0, 0, 0, 0.02);
  border-radius: 0.5rem;
}
.c-portfolio__duration i {
  color: #7F8C8D;
  font-size: 0.875rem;
}
.c-portfolio__duration span {
  color: #7F8C8D;
  font-size: 0.875rem;
  font-weight: 400;
}
.c-portfolio__tags {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.c-filter__btn {
  padding: 0.5rem 1.5rem;
  border: 2px solid #FF6B9D;
  background: transparent;
  color: #FF6B9D;
  border-radius: 9999px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  font-weight: 500;
}
.c-filter__btn.is-active, .c-filter__btn:hover {
  background: #FF6B9D;
  color: white;
  transform: translateY(-2px);
}
@media (max-width: 640px) {
  .c-filter__btn {
    width: 200px;
  }
}

.c-tag {
  padding: 0.25rem 1rem;
  background: #FFF8F0;
  color: #FF6B9D;
  border-radius: 9999px;
  font-size: 0.875rem;
  font-weight: 500;
}

.l-skills {
  padding: 6rem 0;
  background: linear-gradient(135deg, #FFF8F0 0%, #F0F8FF 100%);
  position: relative;
}
.l-skills::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="%23FF6B9D" opacity="0.05"/><circle cx="75" cy="75" r="1" fill="%234ECDC4" opacity="0.05"/><circle cx="50" cy="10" r="0.5" fill="%23FFE66D" opacity="0.05"/><circle cx="10" cy="60" r="0.5" fill="%23FF6B9D" opacity="0.05"/><circle cx="90" cy="40" r="0.5" fill="%234ECDC4" opacity="0.05"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
  opacity: 0.3;
}

.c-skills__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 1024px) {
  .c-skills__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 768px) {
  .c-skills__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
}
@media (max-width: 640px) {
  .c-skills__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
}

.c-skill__card {
  background: white;
  border-radius: 1rem;
  padding: 2rem;
  text-align: center;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease-in-out;
  position: relative;
  overflow: hidden;
}
@media (max-width: 640px) {
  .c-skill__card {
    padding: 1.5rem;
  }
}
.c-skill__card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(255, 107, 157, 0.05) 0%, rgba(78, 205, 196, 0.05) 100%);
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.c-skill__icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 1.5rem;
  background: #f8f9fa;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease-in-out;
  position: relative;
  z-index: 1;
}
@media (max-width: 640px) {
  .c-skill__icon {
    width: 60px;
    height: 60px;
    margin: 0 auto 1rem;
  }
}
.c-skill__icon img {
  width: 60px;
  height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 50%;
}
@media (max-width: 640px) {
  .c-skill__icon img {
    width: 45px;
    height: 45px;
  }
}
.c-skill__name {
  font-size: 1.125rem;
  font-weight: 600;
  color: #2C3E50;
  margin-bottom: 1rem;
  position: relative;
  z-index: 1;
}
.c-skill__rating {
  display: flex;
  justify-content: center;
  gap: 0.25rem;
  position: relative;
  z-index: 1;
}
.c-skill__star {
  font-size: 1.125rem;
  color: #e0e0e0;
  transition: all 0.3s ease-in-out;
}
.c-skill__star.filled {
  background: linear-gradient(135deg, #FF6B9D 0%, #4ECDC4 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-shadow: 0 0 15px rgba(255, 107, 157, 0.4);
  transform: scale(1.1);
}

.l-contact {
  padding: 6rem 0;
  background: linear-gradient(135deg, #FFF8F0 0%, #F0F8FF 100%);
}

.c-contact__content {
  display: flex;
  flex-direction: column;
  gap: 6rem;
  align-items: center;
  max-width: 800px;
  margin: 0 auto;
}
.c-contact__info {
  text-align: center;
}
.c-contact__info h3 {
  font-size: 1.5rem;
  color: #2C3E50;
  margin-bottom: 1.5rem;
}
.c-contact__info p {
  font-size: 1.125rem;
  color: #7F8C8D;
  line-height: 1.7;
}
.c-contact__form {
  width: 100%;
  max-width: 800px;
}

.c-form {
  background: white;
  padding: 3rem;
  border-radius: 1rem;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  width: 100%;
}
.c-form__group {
  margin-bottom: 2rem;
}
.c-form__label {
  display: block;
  color: #2C3E50;
  font-weight: 500;
  margin-bottom: 0.5rem;
}
.c-form__input, .c-form__textarea {
  width: 100%;
  padding: 1rem;
  border: 2px solid #F8F9FA;
  border-radius: 0.5rem;
  font-size: 1rem;
  transition: border-color 0.3s ease-in-out;
  font-family: "Noto Sans JP", sans-serif;
}
.c-form__input:focus, .c-form__textarea:focus {
  outline: none;
  border-color: #FF6B9D;
}
.c-form__textarea {
  resize: vertical;
  min-height: 120px;
}

.l-footer {
  background: #2C3E50;
  color: white;
  padding: 3rem 0;
}

.c-footer__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.5rem;
}
@media (max-width: 768px) {
  .c-footer__content {
    flex-direction: column;
    text-align: center;
  }
}
.c-footer__text p {
  margin-bottom: 0.25rem;
}
.c-footer__text p:last-child {
  margin-bottom: 0;
}
.c-footer__text i {
  color: #FF6B9D;
}
.c-footer__social {
  display: flex;
  gap: 1rem;
}/*# sourceMappingURL=main.css.map */