@charset "UTF-8";
@-webkit-keyframes glitch-anim-1 {
  0% {
    clip-path: inset(40% 0 61% 0);
    -webkit-transform: translate(-2px, 2px);
            transform: translate(-2px, 2px);
  }
  20% {
    clip-path: inset(92% 0 1% 0);
    -webkit-transform: translate(2px, -2px);
            transform: translate(2px, -2px);
  }
  40% {
    clip-path: inset(43% 0 1% 0);
    -webkit-transform: translate(-2px, 2px);
            transform: translate(-2px, 2px);
  }
  60% {
    clip-path: inset(25% 0 58% 0);
    -webkit-transform: translate(2px, -2px);
            transform: translate(2px, -2px);
  }
  80% {
    clip-path: inset(54% 0 7% 0);
    -webkit-transform: translate(-2px, 2px);
            transform: translate(-2px, 2px);
  }
  100% {
    clip-path: inset(58% 0 43% 0);
    -webkit-transform: translate(2px, -2px);
            transform: translate(2px, -2px);
  }
}
@keyframes glitch-anim-1 {
  0% {
    clip-path: inset(40% 0 61% 0);
    -webkit-transform: translate(-2px, 2px);
            transform: translate(-2px, 2px);
  }
  20% {
    clip-path: inset(92% 0 1% 0);
    -webkit-transform: translate(2px, -2px);
            transform: translate(2px, -2px);
  }
  40% {
    clip-path: inset(43% 0 1% 0);
    -webkit-transform: translate(-2px, 2px);
            transform: translate(-2px, 2px);
  }
  60% {
    clip-path: inset(25% 0 58% 0);
    -webkit-transform: translate(2px, -2px);
            transform: translate(2px, -2px);
  }
  80% {
    clip-path: inset(54% 0 7% 0);
    -webkit-transform: translate(-2px, 2px);
            transform: translate(-2px, 2px);
  }
  100% {
    clip-path: inset(58% 0 43% 0);
    -webkit-transform: translate(2px, -2px);
            transform: translate(2px, -2px);
  }
}
@-webkit-keyframes glitch-anim-2 {
  0% {
    clip-path: inset(65% 0 5% 0);
    -webkit-transform: translate(2px, -2px);
            transform: translate(2px, -2px);
  }
  20% {
    clip-path: inset(45% 0 40% 0);
    -webkit-transform: translate(-2px, 2px);
            transform: translate(-2px, 2px);
  }
  40% {
    clip-path: inset(14% 0 71% 0);
    -webkit-transform: translate(2px, -2px);
            transform: translate(2px, -2px);
  }
  60% {
    clip-path: inset(80% 0 10% 0);
    -webkit-transform: translate(-2px, 2px);
            transform: translate(-2px, 2px);
  }
  80% {
    clip-path: inset(12% 0 78% 0);
    -webkit-transform: translate(2px, -2px);
            transform: translate(2px, -2px);
  }
  100% {
    clip-path: inset(38% 0 40% 0);
    -webkit-transform: translate(-2px, 2px);
            transform: translate(-2px, 2px);
  }
}
@keyframes glitch-anim-2 {
  0% {
    clip-path: inset(65% 0 5% 0);
    -webkit-transform: translate(2px, -2px);
            transform: translate(2px, -2px);
  }
  20% {
    clip-path: inset(45% 0 40% 0);
    -webkit-transform: translate(-2px, 2px);
            transform: translate(-2px, 2px);
  }
  40% {
    clip-path: inset(14% 0 71% 0);
    -webkit-transform: translate(2px, -2px);
            transform: translate(2px, -2px);
  }
  60% {
    clip-path: inset(80% 0 10% 0);
    -webkit-transform: translate(-2px, 2px);
            transform: translate(-2px, 2px);
  }
  80% {
    clip-path: inset(12% 0 78% 0);
    -webkit-transform: translate(2px, -2px);
            transform: translate(2px, -2px);
  }
  100% {
    clip-path: inset(38% 0 40% 0);
    -webkit-transform: translate(-2px, 2px);
            transform: translate(-2px, 2px);
  }
}
/* トップページ
******************************************************************************************** */
.p-index {
  margin-top: 70px;
}
/* ヒーローセクション（サイバーパンク風）
******************************************************************************************** */
.hero {
  background: #0a0a0a;
  min-height: 100vh;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.hero__label {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  color: #8B1538;
  margin-bottom: 20px;
  display: inline-block;
  padding: 6px 14px;
  border-radius: 999px;
  border: 1px solid rgba(139, 21, 56, 0.7);
  background: rgba(10, 10, 10, 0.8);
}
.hero::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 800px;
  height: 800px;
  background-image: url("../img/common/logo-bg.webp");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.08;
  z-index: 0;
  -webkit-animation: logo-glitch 8s infinite;
          animation: logo-glitch 8s infinite;
  -webkit-filter: blur(2px);
          filter: blur(2px);
}
.hero::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: repeating-linear-gradient(0deg, transparent, transparent 50px, rgba(139, 21, 56, 0.03) 50px, rgba(139, 21, 56, 0.03) 51px), repeating-linear-gradient(90deg, transparent, transparent 50px, rgba(139, 21, 56, 0.03) 50px, rgba(139, 21, 56, 0.03) 51px);
  z-index: 1;
}
@-webkit-keyframes logo-glitch {
  0%, 100% {
    opacity: 0.08;
    -webkit-filter: blur(2px);
            filter: blur(2px);
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
  10% {
    opacity: 0.12;
    -webkit-filter: blur(1px) hue-rotate(10deg);
            filter: blur(1px) hue-rotate(10deg);
    -webkit-transform: translate(-48%, -52%) scale(1.02);
            transform: translate(-48%, -52%) scale(1.02);
  }
  20% {
    opacity: 0.06;
    -webkit-filter: blur(3px);
            filter: blur(3px);
    -webkit-transform: translate(-52%, -48%) scale(0.98);
            transform: translate(-52%, -48%) scale(0.98);
  }
  30% {
    opacity: 0.1;
    -webkit-filter: blur(2px) hue-rotate(-10deg);
            filter: blur(2px) hue-rotate(-10deg);
    -webkit-transform: translate(-50%, -50%) scale(1.01);
            transform: translate(-50%, -50%) scale(1.01);
  }
  50% {
    opacity: 0.08;
    -webkit-filter: blur(2px);
            filter: blur(2px);
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
}
@keyframes logo-glitch {
  0%, 100% {
    opacity: 0.08;
    -webkit-filter: blur(2px);
            filter: blur(2px);
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
  10% {
    opacity: 0.12;
    -webkit-filter: blur(1px) hue-rotate(10deg);
            filter: blur(1px) hue-rotate(10deg);
    -webkit-transform: translate(-48%, -52%) scale(1.02);
            transform: translate(-48%, -52%) scale(1.02);
  }
  20% {
    opacity: 0.06;
    -webkit-filter: blur(3px);
            filter: blur(3px);
    -webkit-transform: translate(-52%, -48%) scale(0.98);
            transform: translate(-52%, -48%) scale(0.98);
  }
  30% {
    opacity: 0.1;
    -webkit-filter: blur(2px) hue-rotate(-10deg);
            filter: blur(2px) hue-rotate(-10deg);
    -webkit-transform: translate(-50%, -50%) scale(1.01);
            transform: translate(-50%, -50%) scale(1.01);
  }
  50% {
    opacity: 0.08;
    -webkit-filter: blur(2px);
            filter: blur(2px);
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
}
.hero__inner {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 50px;
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 clamp(40px, 8vw, 120px);
  width: 100%;
}
.hero__content {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  position: relative;
  margin-right: auto;
}
.hero__content::before {
  content: "";
  position: absolute;
  top: -50px;
  left: 0;
  width: 600px;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, from(#8B1538), to(transparent));
  background: linear-gradient(90deg, #8B1538 0%, transparent 100%);
}
.hero__content::after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50px;
  width: 400px;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(50%, #8B1538), to(transparent));
  background: linear-gradient(90deg, transparent 0%, #8B1538 50%, transparent 100%);
}
.hero__title {
  font-size: 96px;
  font-size: 9.6rem;
  font-weight: 900;
  color: #ffffff;
  margin-bottom: 40px;
  line-height: 1.1;
  letter-spacing: -0.02em;
  position: relative;
  text-shadow: 0 0 20px rgba(139, 21, 56, 0.5), 0 0 40px rgba(139, 21, 56, 0.3);
}
.hero__title--glitch {
  -webkit-animation: glitch-text 5s infinite;
          animation: glitch-text 5s infinite;
}
.hero__title--glitch::before, .hero__title--glitch::after {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
}
.hero__title--glitch::before {
  left: 3px;
  text-shadow: -3px 0 #8B1538;
  clip: rect(24px, 9999px, 90px, 0);
  animation: glitch-anim-1 3s infinite linear alternate-reverse;
}
.hero__title--glitch::after {
  left: -3px;
  text-shadow: 3px 0 rgba(92, 10, 10, 0.8);
  clip: rect(85px, 9999px, 140px, 0);
  -webkit-animation: glitch-anim-2 2.5s infinite linear alternate;
          animation: glitch-anim-2 2.5s infinite linear alternate;
}
@-webkit-keyframes glitch-text {
  0%, 100% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  20% {
    -webkit-transform: translate(-2px, 2px);
            transform: translate(-2px, 2px);
  }
  40% {
    -webkit-transform: translate(-2px, -2px);
            transform: translate(-2px, -2px);
  }
  60% {
    -webkit-transform: translate(2px, 2px);
            transform: translate(2px, 2px);
  }
  80% {
    -webkit-transform: translate(2px, -2px);
            transform: translate(2px, -2px);
  }
}
@keyframes glitch-text {
  0%, 100% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  20% {
    -webkit-transform: translate(-2px, 2px);
            transform: translate(-2px, 2px);
  }
  40% {
    -webkit-transform: translate(-2px, -2px);
            transform: translate(-2px, -2px);
  }
  60% {
    -webkit-transform: translate(2px, 2px);
            transform: translate(2px, 2px);
  }
  80% {
    -webkit-transform: translate(2px, -2px);
            transform: translate(2px, -2px);
  }
}
.hero__subtitle {
  font-size: 20px;
  font-size: 2rem;
  color: #e0e0e0;
  margin-bottom: 50px;
  line-height: 1.8;
  opacity: 0.9;
  font-weight: 300;
  max-width: 600px;
}
.hero__devices {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 500px;
          flex: 0 1 500px;
  position: relative;
  height: 600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: clamp(20px, 3vw, 50px);
}
.hero__devices::before {
  content: "";
  position: absolute;
  right: 20%;
  top: 0;
  width: 2px;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(40%, #8B1538), to(transparent));
  background: linear-gradient(180deg, transparent 0%, #8B1538 40%, transparent 100%);
  opacity: 0.5;
}
.hero__mockup {
  position: relative;
  width: 100%;
  height: 100%;
}
.hero__screen--main {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) perspective(1000px) rotateY(-10deg);
          transform: translate(-50%, -50%) perspective(1000px) rotateY(-10deg);
  width: 400px;
  height: 280px;
  background: linear-gradient(145deg, rgba(26, 26, 26, 0.9) 0%, rgba(10, 10, 10, 0.95) 100%);
  border: 2px solid #8B1538;
  border-radius: 8px;
  -webkit-box-shadow: 0 30px 80px rgba(92, 10, 10, 0.5), inset 0 0 30px rgba(139, 21, 56, 0.1);
          box-shadow: 0 30px 80px rgba(92, 10, 10, 0.5), inset 0 0 30px rgba(139, 21, 56, 0.1);
  overflow: hidden;
  z-index: 3;
}
.hero__screen--main::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: repeating-linear-gradient(0deg, transparent, transparent 30px, rgba(139, 21, 56, 0.05) 30px, rgba(139, 21, 56, 0.05) 31px), repeating-linear-gradient(90deg, transparent, transparent 30px, rgba(139, 21, 56, 0.05) 30px, rgba(139, 21, 56, 0.05) 31px);
}
.hero__screen--main::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(50%, #8B1538), to(transparent));
  background: linear-gradient(90deg, transparent 0%, #8B1538 50%, transparent 100%);
  -webkit-animation: scan-line 4s linear infinite;
          animation: scan-line 4s linear infinite;
}
.hero__screen--sub-1 {
  position: absolute;
  top: 10%;
  right: 5%;
  width: 180px;
  height: 120px;
  background: rgba(26, 26, 26, 0.8);
  border: 1px solid rgba(139, 21, 56, 0.6);
  border-radius: 5px;
  -webkit-box-shadow: 0 10px 30px rgba(92, 10, 10, 0.3);
          box-shadow: 0 10px 30px rgba(92, 10, 10, 0.3);
  z-index: 2;
}
.hero__screen--sub-2 {
  position: absolute;
  bottom: 15%;
  right: -5%;
  width: 160px;
  height: 100px;
  background: rgba(26, 26, 26, 0.7);
  border: 1px solid rgba(139, 21, 56, 0.5);
  border-radius: 5px;
  -webkit-box-shadow: 0 10px 30px rgba(92, 10, 10, 0.3);
          box-shadow: 0 10px 30px rgba(92, 10, 10, 0.3);
  z-index: 1;
}
.hero__screen--sub-3 {
  position: absolute;
  bottom: 0%;
  left: 0%;
  width: 140px;
  height: 90px;
  background: rgba(26, 26, 26, 0.6);
  border: 1px solid rgba(139, 21, 56, 0.4);
  border-radius: 5px;
  -webkit-box-shadow: 0 10px 30px rgba(92, 10, 10, 0.2);
          box-shadow: 0 10px 30px rgba(92, 10, 10, 0.2);
  z-index: 1;
}
.hero__screen--phone {
  position: absolute;
  top: 8%;
  left: -3%;
  width: 90px;
  height: 180px;
  background: linear-gradient(145deg, rgba(26, 26, 26, 0.85) 0%, rgba(10, 10, 10, 0.95) 100%);
  border: 2px solid rgba(139, 21, 56, 0.7);
  border-radius: 12px;
  -webkit-box-shadow: 0 15px 40px rgba(92, 10, 10, 0.4), inset 0 0 20px rgba(139, 21, 56, 0.15);
          box-shadow: 0 15px 40px rgba(92, 10, 10, 0.4), inset 0 0 20px rgba(139, 21, 56, 0.15);
  z-index: 4;
  overflow: hidden;
}
.hero__screen--phone::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: repeating-linear-gradient(0deg, transparent, transparent 15px, rgba(139, 21, 56, 0.08) 15px, rgba(139, 21, 56, 0.08) 16px), repeating-linear-gradient(90deg, transparent, transparent 15px, rgba(139, 21, 56, 0.08) 15px, rgba(139, 21, 56, 0.08) 16px);
}
.hero__screen--phone::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(50%, #8B1538), to(transparent));
  background: linear-gradient(90deg, transparent 0%, #8B1538 50%, transparent 100%);
  -webkit-animation: scan-line 3.5s linear infinite;
          animation: scan-line 3.5s linear infinite;
}
.hero__screen--tablet {
  position: absolute;
  top: 80%;
  left: 3%;
  -webkit-transform: translateY(-50%) perspective(800px) rotateY(8deg);
          transform: translateY(-50%) perspective(800px) rotateY(8deg);
  width: 220px;
  height: 160px;
  background: linear-gradient(145deg, rgba(26, 26, 26, 0.8) 0%, rgba(10, 10, 10, 0.9) 100%);
  border: 2px solid rgba(139, 21, 56, 0.6);
  border-radius: 10px;
  -webkit-box-shadow: 0 20px 60px rgba(92, 10, 10, 0.35), inset 0 0 25px rgba(139, 21, 56, 0.12);
          box-shadow: 0 20px 60px rgba(92, 10, 10, 0.35), inset 0 0 25px rgba(139, 21, 56, 0.12);
  z-index: 2;
  overflow: hidden;
}
.hero__screen--tablet::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: repeating-linear-gradient(0deg, transparent, transparent 25px, rgba(139, 21, 56, 0.06) 25px, rgba(139, 21, 56, 0.06) 26px), repeating-linear-gradient(90deg, transparent, transparent 25px, rgba(139, 21, 56, 0.06) 25px, rgba(139, 21, 56, 0.06) 26px);
}
.hero__screen--tablet::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(50%, #8B1538), to(transparent));
  background: linear-gradient(90deg, transparent 0%, #8B1538 50%, transparent 100%);
  -webkit-animation: scan-line 4.5s linear infinite;
          animation: scan-line 4.5s linear infinite;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
@-webkit-keyframes scan-line {
  0% {
    top: 0;
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    top: 100%;
    opacity: 0;
  }
}
@keyframes scan-line {
  0% {
    top: 0;
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    top: 100%;
    opacity: 0;
  }
}

/* About セクション（自己紹介＋イントロ）
******************************************************************************************** */
.about-intro {
  background: #0a0a0a;
  position: relative;
}
.about-intro::before {
  content: "";
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(45deg, transparent, transparent 60px, rgba(139, 21, 56, 0.03) 60px, rgba(139, 21, 56, 0.03) 120px);
  opacity: 0.25;
}
.about-intro__inner {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  padding: 40px 40px 32px;
  border-radius: 16px;
  background: radial-gradient(circle at top left, rgba(139, 21, 56, 0.08), transparent 55%), radial-gradient(circle at bottom right, rgba(92, 10, 10, 0.12), transparent 55%), rgba(42, 42, 42, 0.9);
  border: 1px solid rgba(139, 21, 56, 0.25);
  -webkit-box-shadow: 0 24px 60px rgba(92, 10, 10, 0.35);
          box-shadow: 0 24px 60px rgba(92, 10, 10, 0.35);
}
.about-intro__inner::after {
  content: "";
  display: block;
  clear: both;
}
.about-intro__label {
  font-size: 14px;
  font-size: 1.4rem;
  color: #8B1538;
  text-align: left;
  margin-bottom: 8px;
  letter-spacing: 0.16em;
  font-weight: 700;
  opacity: 0.9;
  position: relative;
  z-index: 1;
}
.about-intro__title {
  text-align: left;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.about-intro__title-main {
  font-size: 40px;
  font-size: 4rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  display: block;
  color: #ffffff;
}
.about-intro__title-sub {
  font-size: 13px;
  font-size: 1.3rem;
  display: block;
  margin-top: 6px;
  letter-spacing: 0.12em;
  color: rgba(224, 224, 224, 0.9);
}
.about-intro__lead {
  font-size: 18px;
  font-size: 1.8rem;
  max-width: 900px;
  margin: 0 0 16px;
  text-align: left;
  line-height: 1.9;
  color: #e0e0e0;
  opacity: 0.9;
  font-weight: 500;
  position: relative;
  z-index: 1;
  margin-right: 20%;
  text-shadow: 0 0 8px rgba(10, 10, 10, 0.8);
}
.about-intro__text {
  font-size: 16px;
  font-size: 1.6rem;
  max-width: 900px;
  margin: 0;
  text-align: left;
  line-height: 1.9;
  color: #e0e0e0;
  opacity: 0.85;
  position: relative;
  z-index: 1;
  margin-right: 20%;
  text-shadow: 0 0 8px rgba(10, 10, 10, 0.9), 0 0 16px rgba(10, 10, 10, 0.7);
}
.about-intro__photo {
  position: absolute;
  right: 0;
  bottom: -30px;
  width: min(440px, 45%);
  text-align: center;
  z-index: 0;
}
.about-intro__photo img {
  width: 100%;
  border-radius: 12px;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* サービス紹介セクション
******************************************************************************************** */
.services {
  padding: 120px 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#0a0a0a), color-stop(50%, #1a1a1a), to(#0a0a0a));
  background: linear-gradient(180deg, #0a0a0a 0%, #1a1a1a 50%, #0a0a0a 100%);
  position: relative;
}
.services::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: repeating-linear-gradient(45deg, transparent, transparent 50px, rgba(139, 21, 56, 0.02) 50px, rgba(139, 21, 56, 0.02) 100px);
  opacity: 0.5;
}
.services__inner {
  position: relative;
  z-index: 1;
}
.services__title {
  font-size: 56px;
  font-size: 5.6rem;
  font-weight: 900;
  color: #ffffff;
  text-align: center;
  margin-bottom: 80px;
  letter-spacing: 0.08em;
  position: relative;
  text-shadow: 0 0 30px rgba(139, 21, 56, 0.3);
}
.services__title::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100px;
  height: 3px;
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(50%, #8B1538), to(transparent));
  background: linear-gradient(90deg, transparent 0%, #8B1538 50%, transparent 100%);
}
.services__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
.services__card {
  background: linear-gradient(145deg, rgba(42, 42, 42, 0.6) 0%, rgba(10, 10, 10, 0.8) 100%);
  padding: 45px 35px;
  border-radius: 15px;
  border: 1px solid rgba(139, 21, 56, 0.3);
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.services__card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  border-top: 2px solid #8B1538;
  border-left: 2px solid #8B1538;
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.services__card::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 30px;
  height: 30px;
  border-bottom: 2px solid #8B1538;
  border-right: 2px solid #8B1538;
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.services__card:hover {
  -webkit-transform: translateY(-15px) scale(1.02);
  transform: translateY(-15px) scale(1.02);
  border-color: #8B1538;
  -webkit-box-shadow: 0 25px 50px rgba(92, 10, 10, 0.4), inset 0 0 20px rgba(139, 21, 56, 0.1);
          box-shadow: 0 25px 50px rgba(92, 10, 10, 0.4), inset 0 0 20px rgba(139, 21, 56, 0.1);
  background: linear-gradient(145deg, rgba(42, 42, 42, 0.8) 0%, rgba(10, 10, 10, 0.9) 100%);
}
.services__card:hover::before, .services__card:hover::after {
  opacity: 1;
}
.services__card:hover-icon {
  -webkit-transform: scale(1.2) rotate(5deg);
          transform: scale(1.2) rotate(5deg);
}
.services__card-icon {
  font-size: 56px;
  font-size: 5.6rem;
  margin-bottom: 25px;
  display: block;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-filter: drop-shadow(0 0 10px rgba(139, 21, 56, 0.3));
          filter: drop-shadow(0 0 10px rgba(139, 21, 56, 0.3));
}
.services__card-name {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 18px;
  letter-spacing: 0.05em;
}
.services__card-desc {
  font-size: 14px;
  font-size: 1.4rem;
  color: #e0e0e0;
  opacity: 0.85;
  line-height: 1.7;
}

/* 制作実績プレビューセクション
******************************************************************************************** */
.portfolio {
  padding: 120px 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#1a1a1a), color-stop(50%, rgba(92, 10, 10, 0.1)), to(#0a0a0a));
  background: linear-gradient(180deg, #1a1a1a 0%, rgba(92, 10, 10, 0.1) 50%, #0a0a0a 100%);
  position: relative;
}
.portfolio::before {
  content: "";
  position: absolute;
  top: 10%;
  right: 0;
  width: 200px;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, from(transparent), to(#8B1538));
  background: linear-gradient(90deg, transparent 0%, #8B1538 100%);
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  opacity: 0.5;
}
.portfolio__title {
  font-size: 56px;
  font-size: 5.6rem;
  font-weight: 900;
  color: #ffffff;
  text-align: center;
  margin-bottom: 80px;
  letter-spacing: 0.08em;
  position: relative;
  text-shadow: 0 0 30px rgba(139, 21, 56, 0.3);
}
.portfolio__title::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100px;
  height: 3px;
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(50%, #8B1538), to(transparent));
  background: linear-gradient(90deg, transparent 0%, #8B1538 50%, transparent 100%);
}
.portfolio__note {
  margin: 0.5rem 0 1.5rem;
  color: #e0e0e0;
  text-align: center;
  opacity: 0.85;
}
.portfolio__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 35px;
  margin-bottom: 70px;
}
.portfolio__item {
  background: rgba(42, 42, 42, 0.4);
  border-radius: 15px;
  border: 1px solid rgba(139, 21, 56, 0.3);
  overflow: hidden;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  position: relative;
}
.portfolio__item::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(139, 21, 56, 0.1) 0%, transparent 70%);
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.portfolio__item:hover {
  -webkit-transform: translateY(-10px) scale(1.03);
  transform: translateY(-10px) scale(1.03);
  border-color: #8B1538;
  -webkit-box-shadow: 0 20px 40px rgba(92, 10, 10, 0.4), inset 0 0 30px rgba(139, 21, 56, 0.1);
          box-shadow: 0 20px 40px rgba(92, 10, 10, 0.4), inset 0 0 30px rgba(139, 21, 56, 0.1);
}
.portfolio__item:hover::before {
  opacity: 1;
}
.portfolio__item:hover .portfolio__image {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.portfolio__item:hover .portfolio__image::after {
  opacity: 0.5;
}
.portfolio__item .portfolio__image {
  width: 100%;
  height: 280px;
  position: relative;
  overflow: hidden;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.portfolio__item .portfolio__image--no-thumb {
  background: linear-gradient(135deg, rgba(92, 10, 10, 0.4) 0%, rgba(10, 10, 10, 0.9) 100%), repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(139, 21, 56, 0.05) 10px, rgba(139, 21, 56, 0.05) 20px);
}
.portfolio__item .portfolio__image--no-thumb::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: repeating-linear-gradient(0deg, transparent, transparent 20px, rgba(139, 21, 56, 0.1) 20px, rgba(139, 21, 56, 0.1) 21px), repeating-linear-gradient(90deg, transparent, transparent 20px, rgba(139, 21, 56, 0.1) 20px, rgba(139, 21, 56, 0.1) 21px);
}
.portfolio__item .portfolio__image--no-thumb::after {
  content: "Coming Soon";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.2em;
  opacity: 0.3;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.portfolio__item .portfolio__name {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 700;
  color: #ffffff;
  padding: 25px 25px 10px;
  margin-bottom: 0;
  letter-spacing: 0.05em;
}
.portfolio__item .portfolio__desc {
  font-size: 14px;
  font-size: 1.4rem;
  color: #e0e0e0;
  opacity: 0.75;
  padding: 0 25px 25px;
  line-height: 1.6;
}

/* お問い合わせ導線（CTA セクション）
******************************************************************************************** */
.cta {
  padding: 100px 0;
  background: radial-gradient(circle at top center, rgba(139, 21, 56, 0.12), transparent 55%), -webkit-gradient(linear, left top, left bottom, from(#1a1a1a), to(#0a0a0a)), repeating-linear-gradient(45deg, transparent, transparent 40px, rgba(139, 21, 56, 0.03) 40px, rgba(139, 21, 56, 0.03) 41px);
  background: radial-gradient(circle at top center, rgba(139, 21, 56, 0.12), transparent 55%), linear-gradient(180deg, #1a1a1a 0%, #0a0a0a 100%), repeating-linear-gradient(45deg, transparent, transparent 40px, rgba(139, 21, 56, 0.03) 40px, rgba(139, 21, 56, 0.03) 41px);
  text-align: center;
  position: relative;
  overflow: hidden;
}
.cta::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 2px;
  height: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(45%, #8B1538), to(transparent));
  background: linear-gradient(180deg, transparent 0%, #8B1538 45%, transparent 100%);
  opacity: 0.45;
  pointer-events: none;
}
.cta::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at center, rgba(139, 21, 56, 0.22) 0%, transparent 60%);
  opacity: 0.35;
  mix-blend-mode: screen;
  pointer-events: none;
}
.cta__inner {
  position: relative;
  z-index: 1;
}
.cta__title {
  font-size: 48px;
  font-size: 4.8rem;
  font-weight: 900;
  color: #ffffff;
  margin-bottom: 20px;
  letter-spacing: 0.05em;
  text-shadow: 0 0 24px rgba(139, 21, 56, 0.35);
  position: relative;
}
.cta__title::after {
  content: "";
  display: block;
  width: 80px;
  height: 2px;
  margin: 20px auto 0;
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(50%, #8B1538), to(transparent));
  background: linear-gradient(90deg, transparent 0%, #8B1538 50%, transparent 100%);
}
.cta__desc {
  font-size: 18px;
  font-size: 1.8rem;
  color: #e0e0e0;
  opacity: 0.85;
  margin: 0 auto 40px;
  max-width: 640px;
  line-height: 1.8;
}
.cta__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  position: relative;
  z-index: 1;
}
.cta__buttons .button--cta {
  -webkit-box-shadow: 0 0 18px rgba(92, 10, 10, 0.65), 0 0 32px rgba(139, 21, 56, 0.5);
          box-shadow: 0 0 18px rgba(92, 10, 10, 0.65), 0 0 32px rgba(139, 21, 56, 0.5);
}
.cta__buttons .button--outline {
  -webkit-box-shadow: 0 0 16px rgba(139, 21, 56, 0.35);
          box-shadow: 0 0 16px rgba(139, 21, 56, 0.35);
}
.cta__buttons .button--outline:hover {
  -webkit-box-shadow: 0 0 20px rgba(139, 21, 56, 0.5), 0 0 32px rgba(92, 10, 10, 0.3);
          box-shadow: 0 0 20px rgba(139, 21, 56, 0.5), 0 0 32px rgba(92, 10, 10, 0.3);
}/*# sourceMappingURL=index.css.map */