@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);
  }
}
/* 下層ページ共通レイアウト
******************************************************************************************** */
/* ページ共通ヘッダー（上部ビジュアル）
******************************************************************************************** */
.page-header {
  background: -webkit-gradient(linear, left top, left bottom, from(#1a1a1a), to(#0a0a0a));
  background: linear-gradient(180deg, #1a1a1a 0%, #0a0a0a 100%);
  padding: 150px 0 80px;
  text-align: center;
  border-bottom: 2px solid rgba(139, 21, 56, 0.3);
}
.page-header__title {
  font-size: 56px;
  font-size: 5.6rem;
  font-weight: 900;
  color: #ffffff;
  margin-bottom: 15px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.page-header__subtitle {
  font-size: 18px;
  font-size: 1.8rem;
  color: #e0e0e0;
  opacity: 0.7;
  letter-spacing: 0.2em;
}

/* コンテンツセクション共通余白
******************************************************************************************** */
.content-section {
  padding: 80px 0;
  background: #1a1a1a;
}

/* 共通コンテンツボックス（About / Company / Pricing 共用）
******************************************************************************************** */
.content-box {
  background: rgba(42, 42, 42, 0.3);
  padding: 60px;
  border-radius: 10px;
  border: 1px solid rgba(139, 21, 56, 0.2);
  margin-bottom: 40px;
}
.content-box__profile {
  float: right;
  max-width: 270px;
  margin-left: 30px;
  margin-bottom: 10px;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(139, 21, 56, 0.5);
  -webkit-box-shadow: 0 18px 35px rgba(92, 10, 10, 0.45);
          box-shadow: 0 18px 35px rgba(92, 10, 10, 0.45);
  position: relative;
  background: radial-gradient(circle at top, rgba(139, 21, 56, 0.2), rgba(10, 10, 10, 0.9));
}
.content-box__profile img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 14px;
  -webkit-filter: saturate(0.9) contrast(1.05);
          filter: saturate(0.9) contrast(1.05);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.content-box__profile::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(10, 10, 10, 0) 0%, rgba(10, 10, 10, 0.4) 60%, rgba(139, 21, 56, 0.4) 100%);
  mix-blend-mode: soft-light;
  pointer-events: none;
}
.content-box__profile:hover {
  -webkit-box-shadow: 0 22px 45px rgba(92, 10, 10, 0.6);
          box-shadow: 0 22px 45px rgba(92, 10, 10, 0.6);
  border-color: #8B1538;
}
.content-box__profile:hover img {
  -webkit-transform: translateY(-2px) scale(1.02);
          transform: translateY(-2px) scale(1.02);
}
.content-box__image {
  margin-bottom: 30px;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid rgba(139, 21, 56, 0.5);
  -webkit-box-shadow: 0 18px 35px rgba(92, 10, 10, 0.45);
          box-shadow: 0 18px 35px rgba(92, 10, 10, 0.45);
  position: relative;
  background: radial-gradient(circle at top, rgba(139, 21, 56, 0.25), rgba(10, 10, 10, 0.95));
}
.content-box__image img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-filter: grayscale(0.15) contrast(1.05) brightness(0.96);
          filter: grayscale(0.15) contrast(1.05) brightness(0.96);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.content-box__image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(10, 10, 10, 0) 0%, rgba(10, 10, 10, 0.4) 60%, rgba(139, 21, 56, 0.4) 100%);
  mix-blend-mode: soft-light;
  pointer-events: none;
}
.content-box__image:hover {
  -webkit-box-shadow: 0 22px 45px rgba(92, 10, 10, 0.6);
          box-shadow: 0 22px 45px rgba(92, 10, 10, 0.6);
  border-color: #8B1538;
}
.content-box__image:hover img {
  -webkit-transform: translateY(-2px) scale(1.02);
          transform: translateY(-2px) scale(1.02);
}
.content-box__image--partners {
  background: radial-gradient(circle at 0 0, rgba(139, 21, 56, 0.35), transparent 60%), radial-gradient(circle at 100% 100%, rgba(92, 10, 10, 0.4), transparent 55%), linear-gradient(135deg, rgba(10, 10, 10, 0.96), rgba(42, 42, 42, 0.96));
}
.content-box__text--right {
  text-align: right;
}
.content-box__text--profile {
  font-size: 15px;
  font-size: 1.5rem;
  opacity: 0.9;
  margin-top: 10px;
}
.content-box__text--motto {
  font-size: 14px;
  font-size: 1.4rem;
  color: #8B1538;
  font-weight: 600;
  border-top: 1px solid rgba(139, 21, 56, 0.4);
  padding-top: 20px;
  margin-top: 30px;
  text-align: center;
}
.content-box__heading {
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 30px;
  padding-bottom: 15px;
  border-bottom: 2px solid #8B1538;
}
.content-box__text {
  font-size: 16px;
  font-size: 1.6rem;
  color: #e0e0e0;
  line-height: 1.8;
  margin-bottom: 20px;
}
.content-box--process {
  position: relative;
  overflow: hidden;
}
.content-box--process::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 0% 0%, rgba(139, 21, 56, 0.18), transparent 60%), radial-gradient(circle at 100% 100%, rgba(92, 10, 10, 0.22), transparent 55%), linear-gradient(135deg, rgba(10, 10, 10, 0.96), rgba(42, 42, 42, 0.96));
  z-index: 0;
}
.content-box--process::after {
  content: "";
  position: absolute;
  left: -12%;
  right: -12%;
  bottom: 28px;
  height: 3px;
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(50%, rgba(139, 21, 56, 0.9)), to(transparent));
  background: linear-gradient(90deg, transparent 0%, rgba(139, 21, 56, 0.9) 50%, transparent 100%);
  -webkit-box-shadow: 0 0 22px rgba(92, 10, 10, 0.85), 0 0 55px rgba(139, 21, 56, 0.7);
          box-shadow: 0 0 22px rgba(92, 10, 10, 0.85), 0 0 55px rgba(139, 21, 56, 0.7);
  opacity: 0.8;
  -webkit-transform: rotate(2.5deg);
          transform: rotate(2.5deg);
  z-index: 0;
}
.content-box--process > * {
  position: relative;
  z-index: 1;
}

.content-box--accent {
  background: radial-gradient(circle at top, rgba(139, 21, 56, 0.25), rgba(42, 42, 42, 0.85));
  border-color: rgba(139, 21, 56, 0.6);
  -webkit-box-shadow: 0 18px 40px rgba(92, 10, 10, 0.35);
          box-shadow: 0 18px 40px rgba(92, 10, 10, 0.35);
}

/* 会社情報テーブル
******************************************************************************************** */
.info-table {
  width: 100%;
  border-collapse: collapse;
}
.info-table__row {
  border-bottom: 1px solid rgba(139, 21, 56, 0.2);
}
.info-table__header {
  font-size: 14px;
  font-size: 1.4rem;
  color: #8B1538;
  text-align: left;
  padding: 20px 20px 20px 0;
  font-weight: 700;
  width: 150px;
}
.info-table__data {
  font-size: 16px;
  font-size: 1.6rem;
  color: #e0e0e0;
  padding: 20px 0;
}

/* アクセスマップ用ラッパー
******************************************************************************************** */
.map-wrapper {
  margin-top: 30px;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(139, 21, 56, 0.4);
  -webkit-box-shadow: 0 22px 45px rgba(92, 10, 10, 0.45);
          box-shadow: 0 22px 45px rgba(92, 10, 10, 0.45);
  position: relative;
  background: radial-gradient(circle at top, rgba(139, 21, 56, 0.25), transparent 60%), linear-gradient(135deg, rgba(10, 10, 10, 0.9), rgba(42, 42, 42, 0.9));
}
.map-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: -40%;
  width: 40%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(139, 21, 56, 0.15)), to(transparent));
  background: linear-gradient(90deg, rgba(139, 21, 56, 0.15), transparent);
  mix-blend-mode: screen;
  pointer-events: none;
}
.map-wrapper__inner {
  position: relative;
}
.map-wrapper__inner iframe {
  display: block;
  width: 100%;
  height: 350px;
  -webkit-filter: grayscale(1) contrast(1.15) brightness(0.9);
          filter: grayscale(1) contrast(1.15) brightness(0.9);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.map-wrapper__inner::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(10, 10, 10, 0.5)), color-stop(35%, transparent), color-stop(65%, transparent), to(rgba(10, 10, 10, 0.8)));
  background: linear-gradient(180deg, rgba(10, 10, 10, 0.5) 0%, transparent 35%, transparent 65%, rgba(10, 10, 10, 0.8) 100%);
  mix-blend-mode: multiply;
}
.map-wrapper:hover {
  border-color: #8B1538;
  -webkit-box-shadow: 0 26px 55px rgba(92, 10, 10, 0.6);
          box-shadow: 0 26px 55px rgba(92, 10, 10, 0.6);
}
.map-wrapper:hover .map-wrapper__inner iframe {
  -webkit-filter: grayscale(0.2) contrast(1.1) brightness(0.95);
          filter: grayscale(0.2) contrast(1.1) brightness(0.95);
}

/* About／共通コンテンツブロック
******************************************************************************************** */
.about-building {
  margin: 40px 0 50px;
  position: relative;
}
.about-building__inner {
  position: relative;
  overflow: hidden;
  border-radius: 14px;
  border: 1px solid rgba(139, 21, 56, 0.4);
  -webkit-box-shadow: 0 20px 45px rgba(92, 10, 10, 0.45);
          box-shadow: 0 20px 45px rgba(92, 10, 10, 0.45);
  background: radial-gradient(circle at top, rgba(139, 21, 56, 0.2), rgba(10, 10, 10, 0.95));
}
.about-building__inner img {
  display: block;
  width: 100%;
  height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-filter: grayscale(0.2) contrast(1.05) brightness(0.95);
          filter: grayscale(0.2) contrast(1.05) brightness(0.95);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.about-building::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 10%;
  width: 30%;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, from(#8B1538), to(transparent));
  background: linear-gradient(90deg, #8B1538, transparent);
  opacity: 0.7;
}
.about-building::after {
  content: "";
  position: absolute;
  bottom: -12px;
  right: 12%;
  width: 26%;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, from(transparent), to(#8B1538));
  background: linear-gradient(90deg, transparent, #8B1538);
  opacity: 0.7;
}
.about-building:hover img {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
  -webkit-filter: grayscale(0) contrast(1.05) brightness(1);
          filter: grayscale(0) contrast(1.05) brightness(1);
}

/* サービス詳細（Services ページ）
******************************************************************************************** */
.services-detail-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.service-detail-card {
  background: rgba(42, 42, 42, 0.3);
  padding: 40px 30px;
  border-radius: 10px;
  border: 1px solid rgba(139, 21, 56, 0.2);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.service-detail-card:hover {
  border-color: #8B1538;
  -webkit-box-shadow: 0 10px 30px rgba(92, 10, 10, 0.2);
          box-shadow: 0 10px 30px rgba(92, 10, 10, 0.2);
}
.service-detail-card .service-icon-large {
  font-size: 50px;
  font-size: 5rem;
  margin-bottom: 20px;
  display: inline;
  line-height: 1;
  margin-right: 20px;
}
.service-detail-card__img {
  margin: 20px 0 20px;
  border-radius: 10px;
  overflow: hidden;
}
.service-detail-card__img img {
  display: block;
  width: 100%;
  height: auto;
}
.service-detail-card__title {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 15px;
  display: inline;
}
.service-detail-card__text {
  font-size: 15px;
  font-size: 1.5rem;
  color: #e0e0e0;
  opacity: 0.8;
  line-height: 1.7;
  margin-bottom: 20px;
}
.feature-list {
  list-style: none;
  padding: 0;
}
.feature-list__item {
  font-size: 14px;
  font-size: 1.4rem;
  color: #e0e0e0;
  opacity: 0.8;
  padding: 8px 0 8px 20px;
  position: relative;
}
.feature-list__item::before {
  content: "▸";
  position: absolute;
  left: 0;
  color: #8B1538;
}

/* 制作実績（Works ページ）
******************************************************************************************** */
.filter-tabs {
  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: 15px;
  margin-bottom: 50px;
  flex-wrap: wrap;
}
.filter-tabs__tab {
  font-size: 14px;
  font-size: 1.4rem;
  padding: 10px 25px;
  background: rgba(42, 42, 42, 0.3);
  color: #e0e0e0;
  border: 1px solid rgba(139, 21, 56, 0.2);
  border-radius: 25px;
  cursor: pointer;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.filter-tabs__tab:hover, .filter-tabs__tab.active {
  background: #8B1538;
  color: #ffffff;
  border-color: #8B1538;
}

.works-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.pagination {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
}
.pagination .page-numbers {
  font-size: 14px;
  font-size: 1.4rem;
  padding: 8px 14px;
  border-radius: 20px;
  border: 1px solid rgba(139, 21, 56, 0.2);
  background: rgba(42, 42, 42, 0.4);
  color: #e0e0e0;
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.pagination .page-numbers:hover {
  border-color: #8B1538;
  color: #ffffff;
}
.pagination .page-numbers.current {
  background: #8B1538;
  border-color: #8B1538;
  color: #ffffff;
  font-weight: 700;
}
.pagination .page-numbers.prev, .pagination .page-numbers.next {
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.work-item {
  background: rgba(42, 42, 42, 0.3);
  border-radius: 10px;
  border: 1px solid rgba(139, 21, 56, 0.2);
  overflow: hidden;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  display: block;
  text-decoration: none;
}
.work-item:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  border-color: #8B1538;
  -webkit-box-shadow: 0 15px 30px rgba(92, 10, 10, 0.3);
          box-shadow: 0 15px 30px rgba(92, 10, 10, 0.3);
}
.work-item--link {
  cursor: pointer;
}
.work-item--link:hover .work-info__title {
  color: #8B1538;
}
.work-item__image {
  width: 100%;
  height: 250px;
  overflow: hidden;
  background: linear-gradient(135deg, rgba(92, 10, 10, 0.3) 0%, rgba(10, 10, 10, 0.8) 100%);
}
.work-item__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.work-item__info {
  padding: 20px;
}

.work-info__category {
  font-size: 12px;
  font-size: 1.2rem;
  color: #8B1538;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  display: block;
  margin-bottom: 10px;
}
.work-info__title {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 5px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.work-info__client {
  font-size: 14px;
  font-size: 1.4rem;
  color: #e0e0e0;
  opacity: 0.7;
  margin: 0;
}

/* 料金ページ（Pricing Page）
******************************************************************************************** */
.pricing-note {
  margin-bottom: 40px;
}
.pricing-note__text {
  font-size: 15px;
  font-size: 1.5rem;
  text-align: center;
  width: 100%;
  color: #e0e0e0;
  opacity: 0.8;
  background: rgba(42, 42, 42, 0.3);
  padding: 15px 30px;
  border-radius: 8px;
  border: 1px solid rgba(139, 21, 56, 0.2);
  display: inline-block;
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-bottom: 60px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.pricing-lp {
  max-width: 1120px;
  margin: 0 auto 50px;
}

.pricing-card {
  background: rgba(42, 42, 42, 0.3);
  padding: 40px 30px;
  border-radius: 10px;
  border: 1px solid rgba(139, 21, 56, 0.2);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  text-align: center;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 520px;
}
.pricing-card--lp {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 48px 40px;
  min-height: auto;
  /* LPだけ2カラムレイアウトにする */
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1.5fr);
  -webkit-column-gap: 32px;
     -moz-column-gap: 32px;
          column-gap: 32px;
  text-align: left;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  /* 画像は左カラムに固定 */
  /* テキスト系は右カラムにまとめる（LP） */
  /* LP専用: おすすめエリアは2カラム下に全幅で表示 */
}
.pricing-card--lp .pricing-card__image {
  grid-column: 1;
  grid-row: 1/span 3;
  margin: 0;
  align-self: stretch;
}
.pricing-card--lp .pricing-card__title,
.pricing-card--lp .pricing-card__price,
.pricing-card--lp .pricing-card__features,
.pricing-card--lp .button {
  grid-column: 2;
}
.pricing-card--lp .pricing-card__recommend {
  grid-column: 1/-1;
  margin-top: 24px;
}
.pricing-card--lp .pricing-card__price {
  margin-top: 6px;
}
.pricing-card.featured {
  border-color: #8B1538;
  -webkit-box-shadow: 0 20px 40px rgba(92, 10, 10, 0.3);
          box-shadow: 0 20px 40px rgba(92, 10, 10, 0.3);
}
.pricing-card.featured .badge {
  position: absolute;
  top: -15px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  background: #8B1538;
  color: #ffffff;
  font-size: 12px;
  font-size: 1.2rem;
  padding: 5px 20px;
  border-radius: 20px;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.pricing-card:hover {
  border-color: #8B1538;
  -webkit-box-shadow: 0 10px 30px rgba(92, 10, 10, 0.2);
          box-shadow: 0 10px 30px rgba(92, 10, 10, 0.2);
}
.pricing-card__title {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 20px;
}
.pricing-card__price {
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: 900;
  color: #8B1538;
}
.pricing-card__image {
  margin: 20px 0;
  border-radius: 8px;
  overflow: hidden;
}
.pricing-card__image img {
  display: block;
  width: 100%;
  height: auto;
}
.pricing-card__recommend {
  margin-top: 30px;
  margin-bottom: 24px;
  padding: 20px 24px;
  text-align: left;
  border-top: none;
  border-radius: 8px;
  background: rgba(10, 10, 10, 0.35);
  border: 1px solid rgba(139, 21, 56, 0.25);
}
.pricing-card--lp .pricing-card__recommend {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr);
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pricing-card__recommend-visual {
  border-radius: 8px;
  overflow: hidden;
  min-height: 120px;
  background: radial-gradient(circle at 0 0, rgba(139, 21, 56, 0.35), transparent 60%), radial-gradient(circle at 100% 100%, rgba(92, 10, 10, 0.4), transparent 55%), linear-gradient(135deg, rgba(10, 10, 10, 0.96), rgba(42, 42, 42, 0.96));
  position: relative;
}
.pricing-card__recommend-visual img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.9;
  mix-blend-mode: screen;
}
.pricing-card__recommend-title {
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 700;
  color: #8B1538;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
}

.button {
  margin-top: auto;
  text-align: center;
}

.pricing-card--lp .button {
  grid-column: 1/-1;
  justify-self: center;
  margin-top: 32px;
}

.pricing-features {
  list-style: none;
  padding: 0;
  margin-bottom: 40px;
  text-align: left;
}
.pricing-features__item {
  font-size: 14px;
  font-size: 1.4rem;
  color: #e0e0e0;
  opacity: 0.8;
  padding: 12px 0 12px 25px;
  border-bottom: 1px solid rgba(139, 21, 56, 0.1);
  position: relative;
}
.pricing-features__item::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #8B1538;
  font-weight: 700;
}

.additional-pricing {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  margin-top: 30px;
}
.pricing-item {
  position: relative;
  background: rgba(10, 10, 10, 0.3);
  padding: 28px 26px 26px 56px;
  border-radius: 8px;
  border: 1px solid rgba(139, 21, 56, 0.2);
}
.pricing-item::before {
  content: "◆";
  position: absolute;
  top: 24px;
  left: 22px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1px solid rgba(139, 21, 56, 0.7);
  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;
  font-size: 12px;
  font-size: 1.2rem;
  color: #8B1538;
  background: rgba(10, 10, 10, 0.8);
}
.pricing-item__title {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(139, 21, 56, 0.2);
}
.pricing-item__note {
  font-size: 12px;
  font-size: 1.2rem;
  color: #e0e0e0;
  opacity: 0.6;
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid rgba(139, 21, 56, 0.1);
}

.pricing-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.pricing-list__item {
  font-size: 15px;
  font-size: 1.5rem;
  color: #e0e0e0;
  opacity: 0.9;
  padding: 12px 0 12px 20px;
  border-bottom: 1px solid rgba(139, 21, 56, 0.1);
  position: relative;
}
.pricing-list__item::before {
  content: "▸";
  position: absolute;
  left: 0;
  color: #8B1538;
}
.pricing-list__item:last-child {
  border-bottom: none;
}
.pricing-list--addon {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 30px;
  margin-top: 20px;
}
.pricing-list--addon .pricing-list__item {
  border-bottom: none;
  padding-left: 46px;
  padding-right: 14px;
  background: rgba(10, 10, 10, 0.4);
  border-radius: 6px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.pricing-list--addon .pricing-list__item::before {
  content: "＋";
  font-weight: 900;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 1px solid rgba(139, 21, 56, 0.7);
  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;
  top: 50%;
  left: 16px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: rgba(10, 10, 10, 0.8);
}
.pricing-list--services {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 30px;
  margin-top: 20px;
}
.pricing-list--services .pricing-list__item {
  border-bottom: none;
  padding: 10px 0 10px 22px;
}
.pricing-list--services .pricing-list__item::before {
  content: "✦";
}

.pricing-label {
  display: inline-block;
  font-weight: 600;
}

.pricing-price {
  display: inline-block;
  font-size: 14px;
  font-size: 1.4rem;
  color: #ffffff;
  font-weight: 700;
}

.pricing-note-inline {
  display: inline-block;
  font-size: 12px;
  font-size: 1.2rem;
  color: #e0e0e0;
  opacity: 0.7;
}

.pricing-desc {
  display: inline-block;
  font-size: 14px;
  font-size: 1.4rem;
  color: #e0e0e0;
  opacity: 0.85;
}

.process-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 40px;
}
.process-step {
  text-align: center;
  position: relative;
  /* パートナー紹介（Partners ページ）
  ******************************************************************************************** */
}
.process-step::after {
  content: "➝";
  position: absolute;
  top: 50%;
  right: -10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 18px;
  font-size: 1.8rem;
  color: #8B1538;
}
.process-step__number {
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: 900;
  color: #8B1538;
  margin-bottom: 15px;
}
.process-step__title {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 10px;
}
.process-step__text {
  font-size: 13px;
  font-size: 1.3rem;
  color: #e0e0e0;
  opacity: 0.7;
  line-height: 1.6;
  margin: 0;
}

/* 3番目のステップは下向き矢印（1→2→3↓→4→5 の流れ） */
.process-steps__step:nth-child(3) .process-step::after {
  content: "↓";
  top: auto;
  bottom: -12px;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

/* 最後のステップは矢印なし */
.process-steps__step:last-child .process-step::after {
  content: "";
}

.partners-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  margin: 40px 0;
}

.partner-card {
  background: rgba(42, 42, 42, 0.3);
  padding: 40px 30px;
  border-radius: 10px;
  border: 1px solid rgba(139, 21, 56, 0.2);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  /* お問い合わせページ（Contact ページ）
  ******************************************************************************************** */
}
.partner-card:hover {
  border-color: #8B1538;
  -webkit-box-shadow: 0 10px 30px rgba(92, 10, 10, 0.2);
          box-shadow: 0 10px 30px rgba(92, 10, 10, 0.2);
}
.partner-card__title {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 15px;
  letter-spacing: normal;
}
.partner-card__text {
  font-size: 15px;
  font-size: 1.5rem;
  color: #e0e0e0;
  opacity: 0.8;
  line-height: 1.7;
  margin-bottom: 20px;
}
.contact-wrapper {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 40px;
}

.contact-form-container {
  background: rgba(42, 42, 42, 0.3);
  padding: 50px 40px;
  border-radius: 10px;
  border: 1px solid rgba(139, 21, 56, 0.2);
}
.contact-form-container__title {
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 30px;
  border: none;
  padding: 0;
}
.form-group {
  margin-bottom: 25px;
}
.form-group__label {
  font-size: 14px;
  font-size: 1.4rem;
  color: #e0e0e0;
  display: block;
  margin-bottom: 8px;
  font-weight: 500;
}
.form-group__input, .form-group__select, .form-group__textarea {
  width: 100%;
  padding: 12px 15px;
  background: rgba(10, 10, 10, 0.3);
  border: 1px solid rgba(139, 21, 56, 0.3);
  border-radius: 5px;
  color: #e0e0e0;
  font-size: 15px;
  font-size: 1.5rem;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.form-group__input:focus, .form-group__select:focus, .form-group__textarea:focus {
  outline: none;
  border-color: #8B1538;
  background: rgba(10, 10, 10, 0.5);
}
.form-group__textarea {
  resize: vertical;
}
.form-group__label--checkbox {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  margin-bottom: 0;
}
.form-group__checkbox {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 3px;
  border: 1px solid rgba(139, 21, 56, 0.7);
  background: rgba(10, 10, 10, 0.6);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  position: relative;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.form-group__checkbox:focus-visible {
  outline: 2px solid rgba(139, 21, 56, 0.9);
  outline-offset: 2px;
}
.form-group__checkbox:checked {
  background: #8B1538;
  border-color: #8B1538;
}
.form-group__checkbox:checked::after {
  content: "✓";
  font-size: 12px;
  font-size: 1.2rem;
  color: #ffffff;
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}

.contact-info {
  background: rgba(42, 42, 42, 0.3);
  padding: 50px 40px;
  border-radius: 10px;
  border: 1px solid rgba(139, 21, 56, 0.2);
}
.contact-info__title {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 30px;
}
.contact-info__note {
  font-size: 12px;
  font-size: 1.2rem;
  color: #e0e0e0;
  opacity: 0.6;
  line-height: 1.6;
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid rgba(139, 21, 56, 0.2);
}
.contact-info__lead {
  font-size: 13px;
  font-size: 1.3rem;
  color: #e0e0e0;
  opacity: 0.75;
  line-height: 1.8;
  margin-bottom: 20px;
}

.info-item {
  margin-bottom: 25px;
}
.info-item__title {
  font-size: 14px;
  font-size: 1.4rem;
  color: #8B1538;
  margin-bottom: 8px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.info-item__text {
  font-size: 15px;
  font-size: 1.5rem;
  color: #e0e0e0;
  margin: 0;
}

/* 制作実績詳細ページ（Work Detail）
******************************************************************************************** */
.work-detail {
  display: grid;
  grid-template-columns: 1fr 400px;
  gap: 40px;
  /* TOPページ Recent Works サムネイル用補正
     - 実績に画像がある場合は Coming Soon オーバーレイを非表示
     - 画像がないプレースホルダだけオーバーレイを表示
  ******************************************************************************************** */
  /* デフォルトでは擬似要素を殺しておく（index側の ::before を上書き） */
  /* 画像が無い場合だけ Coming Soon オーバーレイを出す */
}
.work-detail__image-gallery {
  margin-bottom: 40px;
}
.work-detail__image {
  width: 100%;
  background: linear-gradient(135deg, rgba(92, 10, 10, 0.3) 0%, rgba(10, 10, 10, 0.8) 100%);
  border-radius: 10px;
  margin-bottom: 20px;
  border: 1px solid rgba(139, 21, 56, 0.2);
  overflow: hidden;
  position: relative;
}
.work-detail__image img {
  width: 100%;
  height: auto;
  display: block;
}
.work-detail__image--hero {
  max-height: 1000px;
}
.work-detail__image--hero img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.work-detail .portfolio__image {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.work-detail .portfolio__image::before {
  content: none !important;
}
.work-detail .portfolio__image--no-thumb {
  background: radial-gradient(circle at top, rgba(139, 21, 56, 0.25), rgba(10, 10, 10, 0.95));
  border-radius: 10px;
}
.work-detail .portfolio__image--no-thumb::before {
  content: "Coming Soon";
  position: absolute;
  inset: 0;
  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;
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(224, 224, 224, 0.85);
}
.work-detail__thumbnails {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}
.work-detail__thumbnail {
  height: 120px;
  background: linear-gradient(135deg, rgba(92, 10, 10, 0.2) 0%, rgba(10, 10, 10, 0.7) 100%);
  border-radius: 8px;
  border: 1px solid rgba(139, 21, 56, 0.2);
  cursor: pointer;
  overflow: hidden;
  position: relative;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.work-detail__thumbnail img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.work-detail__thumbnail:hover {
  border-color: #8B1538;
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
}
.work-detail__thumbnail.is-active {
  border-color: #8B1538;
  -webkit-box-shadow: 0 0 0 1px rgba(139, 21, 56, 0.5);
          box-shadow: 0 0 0 1px rgba(139, 21, 56, 0.5);
}
.work-detail__content {
  background: rgba(42, 42, 42, 0.3);
  padding: 40px;
  border-radius: 10px;
  border: 1px solid rgba(139, 21, 56, 0.2);
}
.work-detail__heading {
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 20px;
  margin-top: 40px;
  padding-bottom: 15px;
  border-bottom: 2px solid #8B1538;
}
.work-detail__heading:first-child {
  margin-top: 0;
}
.work-detail__text {
  font-size: 16px;
  font-size: 1.6rem;
  color: #e0e0e0;
  line-height: 1.8;
  margin-bottom: 20px;
  opacity: 0.9;
}
.work-detail__list {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}
.work-detail__list-item {
  font-size: 15px;
  font-size: 1.5rem;
  color: #e0e0e0;
  opacity: 0.9;
  padding: 12px 0 12px 25px;
  border-bottom: 1px solid rgba(139, 21, 56, 0.1);
  position: relative;
}
.work-detail__list-item::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #8B1538;
  font-weight: 700;
}
.work-detail__results {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  margin-top: 30px;
}
.work-detail__result-item {
  text-align: left;
  padding: 24px 24px 22px;
  background: rgba(10, 10, 10, 0.3);
  border-radius: 8px;
  border: 1px solid rgba(139, 21, 56, 0.2);
}
.work-detail__result-icon {
  font-size: 18px;
  font-size: 1.8rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid rgba(139, 21, 56, 0.5);
  color: #8B1538;
  margin-bottom: 10px;
}
.work-detail__result-number {
  display: block;
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: 900;
  color: #8B1538;
  margin-bottom: 10px;
}
.work-detail__result-label {
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  color: #e0e0e0;
  opacity: 0.8;
}
.work-detail__result-text {
  font-size: 15px;
  font-size: 1.5rem;
  color: #e0e0e0;
  line-height: 1.8;
  opacity: 0.9;
  text-align: left;
}
.work-detail__info-box {
  background: rgba(42, 42, 42, 0.3);
  padding: 30px;
  border-radius: 10px;
  border: 1px solid rgba(139, 21, 56, 0.2);
  margin-bottom: 30px;
}
.work-detail__info-title {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(139, 21, 56, 0.2);
}
.work-detail__info-list {
  margin: 0;
}
.work-detail__info-label {
  font-size: 13px;
  font-size: 1.3rem;
  color: #8B1538;
  font-weight: 700;
  margin-top: 15px;
  margin-bottom: 5px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.work-detail__info-label:first-of-type {
  margin-top: 0;
}
.work-detail__info-data {
  font-size: 15px;
  font-size: 1.5rem;
  color: #e0e0e0;
  opacity: 0.9;
  margin: 0;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(139, 21, 56, 0.1);
}
.work-detail__link {
  color: #8B1538;
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.work-detail__link:hover {
  color: rgb(183.30625, 27.69375, 73.85);
  text-decoration: underline;
}
.work-detail__tech-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.work-detail__tech-item {
  font-size: 14px;
  font-size: 1.4rem;
  color: #e0e0e0;
  opacity: 0.9;
  padding: 12px 15px;
  background: rgba(10, 10, 10, 0.3);
  border-radius: 5px;
  margin-bottom: 10px;
  border: 1px solid rgba(139, 21, 56, 0.1);
}
.work-detail__cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}
.work-detail__cta .button {
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
}/*# sourceMappingURL=pages.css.map */