@charset "UTF-8";
.appear.up .item {
  transform: translateY(40px);
}

.appear.down .item {
  transform: translateY(-40px);
}

.appear.left .item {
  transform: translateX(40px);
}

.appear.right .item {
  transform: translateX(-40px);
}

.appear.zoom .item {
  transform: translateZ(40px);
}

.appear .item {
  transition: all 0.6s ease;
  transform: translate3d(0, 0, 0);
  opacity: 0;
}
.appear.inview .item {
  transform: none;
  opacity: 1;
}
.appear.inview .item:nth-child(1) {
  transition-delay: 0.2s;
}
.appear.inview .item:nth-child(2) {
  transition-delay: 0.4s;
}
.appear.inview .item:nth-child(3) {
  transition-delay: 0.6s;
}
.appear.inview .item:nth-child(4) {
  transition-delay: 0.8s;
}
.appear.inview .item:nth-child(5) {
  transition-delay: 1s;
}
.appear.inview .item:nth-child(6) {
  transition-delay: 1.2s;
}
.appear.inview .item:nth-child(7) {
  transition-delay: 1.4s;
}
.appear.inview .item:nth-child(8) {
  transition-delay: 1.6s;
}
.appear.inview .item:nth-child(9) {
  transition-delay: 1.8s;
}
.appear.inview .item:nth-child(10) {
  transition-delay: 2s;
}

.scaleDown {
  opacity: 0;
  transform: scale(1.2);
  transition: all 0.4s;
}
.scaleDown.inview {
  opacity: 1;
  transform: scale(1);
}

.fadein {
  opacity: 0;
  transition: all 0.4s 0.4s;
}
.fadein.inview {
  opacity: 1;
}

.fadedown {
  opacity: 0;
  transition: all 0.4s 0.4s;
  transform: translateY(-20px);
}
.fadedown.inview {
  opacity: 1;
  transform: translateY(0);
}

.rotate3D {
  opacity: 0;
  transform: scale(0) rotateY(0deg);
  transform-style: preserve-3d;
  transition: 0.8s cubic-bezier(0.49, 0.06, 0.02, 0.98);
}
.rotate3D.inview {
  opacity: 1;
  transform: scale(1) rotateY(360deg);
}

.animate-txt .char {
  opacity: 0;
  transform: translateY(-10px);
}

.animate-txt.inview .char {
  animation-name: kf-animate-chars;
  animation-duration: 0.8s;
  animation-timing-function: cubic-bezier(0.39, 1.57, 0.58, 1);
  animation-delay: 0.1s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: both;
}
.animate-txt.inview .char:nth-child(1) {
  animation-delay: 0.54s;
}
.animate-txt.inview .char:nth-child(2) {
  animation-delay: 0.58s;
}
.animate-txt.inview .char:nth-child(3) {
  animation-delay: 0.62s;
}
.animate-txt.inview .char:nth-child(4) {
  animation-delay: 0.66s;
}
.animate-txt.inview .char:nth-child(5) {
  animation-delay: 0.7s;
}
.animate-txt.inview .char:nth-child(6) {
  animation-delay: 0.74s;
}
.animate-txt.inview .char:nth-child(7) {
  animation-delay: 0.78s;
}
.animate-txt.inview .char:nth-child(8) {
  animation-delay: 0.82s;
}
.animate-txt.inview .char:nth-child(9) {
  animation-delay: 0.86s;
}
.animate-txt.inview .char:nth-child(10) {
  animation-delay: 0.9s;
}
.animate-txt.inview .char:nth-child(11) {
  animation-delay: 0.94s;
}
.animate-txt.inview .char:nth-child(12) {
  animation-delay: 0.98s;
}
.animate-txt.inview .char:nth-child(13) {
  animation-delay: 1.02s;
}
.animate-txt.inview .char:nth-child(14) {
  animation-delay: 1.06s;
}
.animate-txt.inview .char:nth-child(15) {
  animation-delay: 1.1s;
}
.animate-txt.inview .char:nth-child(16) {
  animation-delay: 1.14s;
}
.animate-txt.inview .char:nth-child(17) {
  animation-delay: 1.18s;
}
.animate-txt.inview .char:nth-child(18) {
  animation-delay: 1.22s;
}
.animate-txt.inview .char:nth-child(19) {
  animation-delay: 1.26s;
}
.animate-txt.inview .char:nth-child(20) {
  animation-delay: 1.3s;
}
.animate-txt.inview .char:nth-child(21) {
  animation-delay: 1.34s;
}
.animate-txt.inview .char:nth-child(22) {
  animation-delay: 1.38s;
}
.animate-txt.inview .char:nth-child(23) {
  animation-delay: 1.42s;
}
.animate-txt.inview .char:nth-child(24) {
  animation-delay: 1.46s;
}
.animate-txt.inview .char:nth-child(25) {
  animation-delay: 1.5s;
}
.animate-txt.inview .char:nth-child(26) {
  animation-delay: 1.54s;
}
.animate-txt.inview .char:nth-child(27) {
  animation-delay: 1.58s;
}
.animate-txt.inview .char:nth-child(28) {
  animation-delay: 1.62s;
}
.animate-txt.inview .char:nth-child(29) {
  animation-delay: 1.66s;
}
.animate-txt.inview .char:nth-child(30) {
  animation-delay: 1.7s;
}

@keyframes kf-animate-chars {
  0% {
    opacity: 0;
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
#contents {
  width: 100% !important;
  margin: 0;
  padding: 0;
}

.kusakari_wrapper * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  min-height: 0vw;
}

.kusakari_wrapper * {
  transition-property: all;
  transition-duration: 0.3s;
}

.kusakari_wrapper img {
  max-width: 100%;
  vertical-align: bottom;
  image-rendering: -webkit-optimize-contrast;
}

.kusakari_wrapper {
  font-size: 62.5%;
  -webkit-overflow-scrolling: touch;
  color: #3A3A3A;
  background: #f7f2ed;
}

.kusakari_wrapper, .kusakari_wrapper p {
  font-weight: 400;
  font-size: clamp(1.6rem, 1.554rem + 0.21vw, 1.8rem);
  font-family: "Noto Sans JP", sans-serif;
}

.kusakari_photo {
  width: 100%;
  height: 770px;
  background: url(../images/kusakari_hero_bg.webp) no-repeat center center/cover;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1680px) {
  .kusakari_photo {
    height: 677px;
  }
}
@media screen and (max-width: 1440px) {
  .kusakari_photo {
    height: 577px;
  }
}
@media screen and (max-width: 1024px) {
  .kusakari_photo {
    height: 515px;
  }
}
@media screen and (max-width: 1280px) {
  .kusakari_photo {
    height: 408px;
  }
}
@media screen and (max-width: 768px) {
  .kusakari_photo {
    height: auto;
    aspect-ratio: 1/1;
  }
}

.kusakari_band {
  position: relative;
  z-index: 2;
  padding: 60px 16px 26px;
  margin-top: -60px;
}

.kusakari_bandInner {
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 1280px) {
  .kusakari_bandInner {
    max-width: 90%;
  }
}

.kusakari_ttlSvg {
  display: block;
  width: 836px;
  height: auto;
  margin: -40px auto 12px;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .kusakari_ttlSvg {
    width: 90%;
  }
}
@media screen and (max-width: 480px) {
  .kusakari_ttlSvg {
    margin: -25px auto 10px;
  }
}

.kusakari_subSvg {
  display: block;
  width: 450px;
  margin: 40px auto;
}
@media screen and (max-width: 768px) {
  .kusakari_subSvg {
    width: 92%;
  }
}
@media screen and (max-width: 480px) {
  .kusakari_subSvg {
    margin: 20px auto;
  }
}

.kusakari_inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0px 0;
}
@media screen and (max-width: 1280px) {
  .kusakari_inner {
    max-width: 90%;
  }
}

/* typeMenu */
.typeMenu {
  padding: 0px 0px 0px;
}
@media screen and (max-width: 1024px) {
  .typeMenu {
    width: 600px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1280px) {
  .typeMenu {
    width: 90%;
  }
}
@media screen and (max-width: 480px) {
  .typeMenu {
    width: 100%;
  }
}

.typeMenu__inner {
  margin: 0 auto;
}

.typeMenu__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  align-items: start;
}
@media screen and (max-width: 1024px) {
  .typeMenu__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }
}

/* ===== Card ===== */
.typeCard {
  position: relative;
  text-align: center;
  padding: 85px 0 20px;
}
@media screen and (max-width: 768px) {
  .typeCard {
    padding: 60px 0 10px;
  }
}
@media screen and (max-width: 480px) {
  .typeCard {
    padding: 50px 0 10px;
  }
}

.typeCard__img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  width: 148px;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .typeCard__img {
    width: 110px;
  }
}
@media screen and (max-width: 480px) {
  .typeCard__img {
    width: 90px;
  }
}

.typeCard__img img {
  width: 100%;
  display: block;
}

/* 円グラデ */
.typeCard__circle {
  position: relative;
  z-index: 1;
  width: 240px;
  height: 240px;
  margin: 0 auto;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 22px 18px 44px;
  box-sizing: border-box;
  background: linear-gradient(160deg, #3DCBFF, #00EF5F);
}
@media screen and (max-width: 768px) {
  .typeCard__circle {
    width: 200px;
    height: 200px;
    padding: 12px 8px 20px;
  }
}
@media screen and (max-width: 480px) {
  .typeCard__circle {
    width: 160px;
    height: 160px;
  }
}

.typeCard__center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  padding: 0px;
  box-sizing: border-box;
  text-align: center;
}

.typeCard__ttl {
  margin: 4px 0 12px;
  font-size: clamp(1.4rem, 1.155rem + 1.04vw, 2.2rem);
  font-weight: 700;
  letter-spacing: 0.2em;
  color: #fff;
}
@media screen and (max-width: 480px) {
  .typeCard__ttl {
    margin: 2px 0 6px;
  }
}

p.typeCard__txt {
  margin: 0;
  font-size: clamp(1.2rem, 1.078rem + 0.52vw, 1.6rem);
  line-height: 1.4;
  color: #fff;
}

/* 二重V */
.typeCard__arrow {
  position: absolute;
  left: 50%;
  bottom: 18px;
  transform: translateX(-50%);
  width: 26px;
  height: 22px;
}

.typeCard__arrow::before,
.typeCard__arrow::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 11px;
  height: 11px;
  border-right: 3px solid rgba(255, 255, 255, 0.95);
  border-bottom: 3px solid rgba(255, 255, 255, 0.95);
  transform: translateX(-50%) rotate(45deg);
}

.typeCard__arrow::after {
  top: 8px;
}

/* hover用 */
.typeCard {
  cursor: pointer;
  transition: transform 0.35s ease;
}

.typeCard__circle {
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.typeCard__arrow {
  transition: transform 0.35s ease;
}

.typeCard:hover {
  transform: translateY(-6px);
}

.typeCard:hover .typeCard__circle {
  transform: scale(1.04);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.18);
}

.typeCard:hover .typeCard__arrow {
  transform: translateX(-50%) translateY(6px);
}

/* productHero */
.productHero {
  --accent: #FA6623;
  --gradL: #00EF5F;
  --gradR: #3DCBFF;
  max-width: 1440px;
  margin: 0 auto;
  padding: 95px 0px 94px 0px;
}
@media screen and (max-width: 768px) {
  .productHero {
    padding: 60px 0px 60px 0px;
  }
}
@media screen and (max-width: 480px) {
  .productHero {
    padding: 40px 0px 30px 0px;
  }
}

.productHero__head {
  background: var(--bg);
  padding: 10px 0px 40px;
}
@media screen and (max-width: 768px) {
  .productHero__head {
    padding: 10px 0px 20px;
  }
}

.productHero__headInner {
  text-align: center;
}

p.productHero__cat {
  margin: 0 0 10px;
  font-weight: 800;
  font-size: clamp(2.4rem, 2.216rem + 0.78vw, 3rem);
  letter-spacing: 0.2em;
}

.productHero__arrow {
  width: 22px;
  height: auto;
  display: block;
  margin: 0 auto;
}

.productHero__body {
  background: var(--bg);
  max-width: 1220px;
  margin-left: 220px;
}
@media screen and (max-width: 1280px) {
  .productHero__body {
    max-width: 90%;
    margin: 0 auto;
  }
}

.productHero__inner {
  position: relative;
  display: grid;
  grid-template-columns: 330px 1fr;
  gap: 0px;
  align-items: start;
}
@media screen and (max-width: 768px) {
  .productHero__inner {
    grid-template-columns: 1fr;
  }
}

.productHero__inner::before {
  content: "";
  position: absolute;
  left: -140px;
  top: -240px;
  width: 572px;
  height: 366px;
  background: var(--hero-bg) top center/contain no-repeat;
  pointer-events: none;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .productHero__inner::before {
    left: -30px;
    top: -170px;
    width: 303px;
    height: 194px;
  }
}
@media screen and (max-width: 480px) {
  .productHero__inner::before {
    left: -50px;
    top: -150px;
    width: 250px;
    height: 161px;
  }
}

.productHero--bg01 .productHero__inner {
  --hero-bg: url("../images/product_bg01.png");
}

.productHero--bg02 .productHero__inner {
  --hero-bg: url("../images/product_bg02.png");
}

.productHero--bg03 .productHero__inner {
  --hero-bg: url("../images/product_bg03.png");
}

.productHero--bg04 .productHero__inner {
  --hero-bg: url("../images/product_bg04.png");
}

.productHero--bg05 .productHero__inner {
  --hero-bg: url("../images/product_bg05.png");
}

.productHero__left {
  position: relative;
}

p.productHero__kicker {
  margin: 0 0 10px;
  font-weight: 800;
  font-size: clamp(1.5rem, 1.041rem + 1.96vw, 3rem);
  line-height: 1;
}

.productHero__name {
  margin: 0 0 30px;
  line-height: 1;
  position: relative;
}
@media screen and (max-width: 768px) {
  .productHero__name {
    margin: 0 0 0px;
  }
}

.productHero__nameMain {
  position: relative;
  z-index: 3;
  display: inline-block;
  font-weight: 600;
  font-size: clamp(4rem, 2.469rem + 6.53vw, 9rem);
  background: linear-gradient(160deg, var(--gradL), var(--gradR));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-family: "Alexandria", sans-serif;
  margin-right: -170px;
}

.productHero__headspace {
  padding: 30px 0;
}

.productHero__space {
  padding: 35px 0;
}

.productHero__catch {
  margin: 0 0 18px;
  font-size: clamp(2rem, 1.847rem + 0.65vw, 2.5rem);
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .productHero__catch {
    margin: 18px 0 12px;
  }
}

.productHero__points {
  margin: 0 0 40px;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 768px) {
  .productHero__points {
    margin: 0 0 20px;
  }
}

.productHero__points li {
  font-size: clamp(1.4rem, 1.216rem + 0.78vw, 2rem);
  line-height: 1.8;
  font-weight: 500;
}

.productHero__points li span {
  color: var(--accent);
}

.productHero__points li span.pointsmall {
  font-size: 80%;
  color: #3A3A3A;
}

.productHero__spec {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 270px;
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 6px;
}
@media screen and (max-width: 768px) {
  .productHero__spec {
    width: 100%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    -moz-column-gap: 6px;
         column-gap: 6px;
  }
}

.productHero__spec li {
  background: #fff;
  text-align: center;
  font-weight: 500;
  font-size: clamp(1.1rem, 0.947rem + 0.65vw, 1.6rem);
  padding: 3px 0;
}
@media screen and (max-width: 768px) {
  .productHero__spec li {
    padding: 6px 0;
  }
}

.productHero__right {
  position: relative;
  z-index: 1;
  overflow: hidden;
  min-height: 590px;
}

.product__mainImg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left center;
     object-position: left center;
}

.productHero__spimg {
  position: relative;
  z-index: 1;
}

.product__spImg {
  display: block;
  width: calc(100vw - (100vw - 100%) / 2);
  max-width: none;
  margin-left: auto;
  margin-top: -20px;
  padding-left: 10%;
}

.product__badge {
  position: absolute;
  top: 20px;
  right: 40px;
  width: 120px;
  height: auto;
  z-index: 2;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .product__badge {
    top: 0px;
    right: 20px;
    width: 90px;
  }
}

p.productHero__att {
  font-size: clamp(1rem, 0.878rem + 0.52vw, 1.4rem);
  margin: 10px 0 0;
  color: #626262;
}

/* featZigzag */
.featZigzag {
  padding: 0px 0px 110px;
}
@media screen and (max-width: 768px) {
  .featZigzag {
    padding: 0px 0px 50px;
  }
}

.featZigzag__inner {
  max-width: 1000px;
  margin: 0 auto;
  display: grid;
  gap: 58px;
}
@media screen and (max-width: 1024px) {
  .featZigzag__inner {
    max-width: 90%;
  }
}
@media screen and (max-width: 768px) {
  .featZigzag__inner {
    gap: 33px;
  }
}

.featRow {
  display: grid;
  grid-template-columns: 1fr 0.7fr;
  gap: 30px;
  align-items: start;
}
@media screen and (max-width: 1024px) {
  .featRow {
    grid-template-columns: 1fr;
    gap: 18px;
  }
}

.featRow--imgR {
  grid-template-columns: 0.7fr 1fr;
}
@media screen and (max-width: 1024px) {
  .featRow--imgR {
    grid-template-columns: 1fr;
  }
}

.featRow--imgR .featRow__img {
  order: 2;
}
@media screen and (max-width: 1024px) {
  .featRow--imgR .featRow__img {
    order: initial;
  }
}

.featRow--imgR .featRow__text {
  order: 1;
}
@media screen and (max-width: 1024px) {
  .featRow--imgR .featRow__text {
    order: initial;
  }
}

.featRow__img {
  margin: 0;
}

.featRow__img img {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0;
}

.featRow__ttl {
  margin: 0 0 28px;
  font-size: clamp(2.5rem, 1.582rem + 3.92vw, 5.5rem);
  font-weight: 900;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .featRow__ttl {
    margin: 0 0 18px;
  }
}
@media screen and (max-width: 1280px) {
  .featRow__ttl {
    margin: 0 0 12px;
  }
}

.featRow__accent {
  background: linear-gradient(160deg, #3DCBFF, #00EF5F);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  display: inline-block;
}

p.featRow__desc {
  margin: 0;
  font-size: clamp(1.2rem, 1.016rem + 0.78vw, 1.8rem);
  font-weight: 600;
  text-align: justify;
}

/* specGrid */
.specGrid {
  padding: 0px 0px 100px;
}
@media screen and (max-width: 1024px) {
  .specGrid {
    padding: 0px 0px 50px;
  }
}

.specGrid__inner {
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .specGrid__inner {
    max-width: 90%;
  }
}

.specGrid__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 50px 26px;
  align-items: start;
}
@media screen and (max-width: 768px) {
  .specGrid__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px 15px;
  }
}

.specCard {
  position: relative;
  text-align: center;
}

.specCard__img {
  margin: 0 0 18px;
}
@media screen and (max-width: 1280px) {
  .specCard__img {
    margin: 0 0 10px;
  }
}

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

.specCard__ttl {
  margin: 0 0 12px;
  font-size: clamp(1.3rem, 1.086rem + 0.91vw, 2rem);
  font-weight: 800;
  line-height: 1.5;
}

p.specCard__txt {
  margin: 0;
  font-size: clamp(1.1rem, 0.947rem + 0.65vw, 1.6rem);
  line-height: 1.45;
  text-align: justify;
}

/* ===== ページ内リンク用 ===== */
.anchor-target {
  scroll-margin-top: 50px;
}
@media screen and (max-width: 480px) {
  .anchor-target {
    scroll-margin-top: -40px;
  }
}

html {
  scroll-behavior: smooth;
}

/* youtube */
.youtube_inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0px 0 70px;
}
@media screen and (max-width: 1024px) {
  .youtube_inner {
    max-width: 90%;
  }
}
@media screen and (max-width: 480px) {
  .youtube_inner {
    padding: 0px 0 35px;
  }
}

.youtube {
  width: 100%;
  aspect-ratio: 16/9;
}

.youtube iframe {
  width: 100%;
  height: 100%;
}

/* specTbl */
.specTbl {
  position: relative;
  overflow: hidden;
  padding: 74px 0px 94px;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .specTbl {
    padding: 30px 0px;
  }
}

.specTbl__bg {
  position: absolute;
  inset: 0;
  background: var(--spec-bg) center/cover no-repeat;
  z-index: 0;
}

.specTbl--bg01 .specTbl__bg {
  --spec-bg: url("../images/spectbl_bg.webp") ;
}

.specTbl--bg02 .specTbl__bg {
  --spec-bg: url("../images/spectbl_bg02.webp") ;
}

.specTbl--bg03 .specTbl__bg {
  --spec-bg: url("../images/spectbl_bg03.webp") ;
}

.specTbl--bg04 .specTbl__bg {
  --spec-bg: url("../images/spectbl_bg04.webp") ;
}

.specTbl__inner {
  position: relative;
  z-index: 2;
  max-width: 1000px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 50px;
  align-items: start;
}
@media screen and (max-width: 1024px) {
  .specTbl__inner {
    max-width: 90%;
    grid-template-columns: 1fr;
    gap: 22px;
  }
}

.specTbl__table {
  margin: 0;
}

.specTbl__table img {
  width: 100%;
  height: auto;
  display: block;
}

.specTbl__tableTtl {
  position: relative;
  margin: 0 auto 8px;
  font-weight: 700;
  z-index: 3;
  max-width: 1000px;
  font-size: clamp(1.2rem, 1.078rem + 0.52vw, 1.6rem);
}
@media screen and (max-width: 1024px) {
  .specTbl__tableTtl {
    max-width: 90%;
  }
}

.specTbl__right {
  position: relative;
  min-height: 590px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .specTbl__right {
    min-height: auto;
    justify-content: center;
  }
}

.specTbl__product {
  margin: 0;
  max-width: 494px;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .specTbl__product {
    width: 80%;
  }
}

.specTbl__product img {
  width: 100%;
  height: auto;
  display: block;
}

.specTbl__chips {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 220px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}
@media screen and (max-width: 480px) {
  .specTbl__chips {
    width: 140px;
  }
}

.specTbl__chips li {
  background: #fff;
  border: 1px solid #3A3A3A;
  padding: 10px 10px;
  font-weight: 800;
  text-align: center;
  font-size: clamp(0.9rem, 0.686rem + 0.91vw, 1.6rem);
}
@media screen and (max-width: 768px) {
  .specTbl__chips li {
    padding: 10px 3px;
  }
}

.specTbl__chips li + li {
  margin-top: 5px;
}

/* LINEUP */
.lineup {
  background: #EDE4D7;
  padding: 0px;
  z-index: 2;
}

.lineup_bgttl {
  position: relative;
  overflow: hidden;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 1280px) {
  .lineup_bgttl {
    max-width: 95%;
  }
}

.lineup_bgttl::before {
  content: "LINE UP";
  position: absolute;
  left: 0px;
  top: -16px;
  font-family: "Alexandria", sans-serif;
  font-size: clamp(5rem, 3.469rem + 6.53vw, 10rem);
  font-weight: 600;
  line-height: 1;
  color: #FDF3E6;
  pointer-events: none;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .lineup_bgttl::before {
    top: -15px;
  }
}
@media screen and (max-width: 480px) {
  .lineup_bgttl::before {
    top: -10px;
  }
}

.lineup__inner {
  max-width: 927px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  padding: 95px 0 80px;
}
@media screen and (max-width: 1024px) {
  .lineup__inner {
    max-width: 90%;
    padding: 66px 0 40px;
  }
}

.lineup__grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 25px 35px;
  align-items: start;
}
@media screen and (max-width: 768px) {
  .lineup__grid {
    grid-template-columns: 1fr;
    gap: 25px;
  }
}

.lineup__grid > .lineupItem:only-child {
  grid-column: 1/-1;
  justify-self: center;
}

.lineupItem__model {
  margin: 0 0 12px;
  text-align: center;
  font-size: clamp(1.3rem, 0.933rem + 1.57vw, 2.5rem);
  font-weight: 600;
  font-family: "Alexandria", sans-serif;
}

.lineupCard__spec {
  margin: 0;
}

.lineupCard__spec img {
  width: 100%;
  height: auto;
  display: block;
}

.kusakari_footer {
  max-width: 1000px;
  margin: 0 auto;
  padding: 20px 0 75px;
}
@media screen and (max-width: 1024px) {
  .kusakari_footer {
    max-width: 90%;
  }
}

p.kusakari_ftatt {
  font-size: clamp(1rem, 0.878rem + 0.52vw, 1.4rem);
  text-align: justify;
}

/* ===== CTA Banner ===== */
.ctaBanner {
  position: relative;
  display: block;
  width: 395px;
  margin: 80px auto 0;
  padding: 40px 30px;
  border-radius: 9999px;
  background: linear-gradient(-160deg, #3DCBFF, #00EF5F);
  text-decoration: none;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
@media screen and (max-width: 480px) {
  .ctaBanner {
    max-width: 95%;
    margin: 50px auto 0;
    padding: 30px 15px;
  }
}

/* テキスト：完全センター */
.ctaBanner__txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  line-height: 1.2;
  font-size: clamp(1.8rem, 1.754rem + 0.21vw, 2rem);
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #fff;
  white-space: nowrap;
}

/* 矢印：右端から30px */
.ctaBanner__arrow {
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  transition: transform 0.3s ease;
}

.ctaBanner__arrowImg {
  display: block;
  width: 18px;
  height: auto;
}

/* hover */
.ctaBanner:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.25);
}

.ctaBanner:hover .ctaBanner__arrow {
  transform: translateY(-50%) translateX(6px);
}

.kusakari_wrapper .pc {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .kusakari_wrapper .pc {
    display: none;
  }
}

.kusakari_wrapper .sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .kusakari_wrapper .sp {
    display: inline-block;
  }
}/*# sourceMappingURL=style.css.map */