@charset "UTF-8";


/*---------------------------------------------------------------*\
$common
\*---------------------------------------------------------------*/

.name_product {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 1.2;
  font-size: clamp(30px, 3vw, 44px);
}


/*---------------------------------------------------------------*\
$firstview
\*---------------------------------------------------------------*/

#firstview {
  height: 680px;
  position: relative;
}

#firstview .content {
  width: calc(100% - 112px);
  max-width: 1100px;
  z-index: 1;
  margin: 80px auto 0;
  position: relative;
}

#firstview .heading {
  gap: 16px;
}

#firstview .heading * {
  font-size: clamp(42px, 11vw, 130px);
  font-weight: 420;
  letter-spacing: -.5px;
}


@media screen and (max-width: 1080px) {

  #firstview .heading * {
    text-align: left;
  }
}


@media screen and (max-width: 600px) {

  #firstview {
    display: none;
  }
}


/*---------------------------------------------------------------*\
$firstview SP
\*---------------------------------------------------------------*/

#firstview_sp {
  display: none;
}


@media screen and (max-width: 600px) {

  #firstview_sp {
    display: block;
    position: relative;
    height: 85dvh;
  }

  #firstview_sp .background {
    width: 100%;
    height: 100%;
    background-image: url('../img/firstview_sp.jpg');
    background-size: cover;
    background-position: center;
    position: relative;
  }

  #firstview_sp .background::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    /* フェードの厚みはお好みで調整 */
    pointer-events: none;
    background: linear-gradient(to bottom,
        rgba(0, 0, 0, 1) 0%,
        rgba(0, 0, 0, 0) 100%);
  }

  #firstview_sp .background::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100px;
    /* フェードの厚みはお好みで調整 */
    pointer-events: none;
    background: linear-gradient(to top,
        rgba(0, 0, 0, 1) 0%,
        rgba(0, 0, 0, 0) 100%);
  }

  #firstview_sp .content {
    width: 90%;
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    margin: auto;
  }

  #firstview_sp .heading span {
    font-size: 17vw;
    font-weight: 450;
  }

  #firstview_sp .container_05 {
    position: relative;
    height: 130px;
  }

  #firstview_sp .scrollbar-text_05 {
    color: #fff;
    font-size: 12px;
    scale: .7;
    margin: 0 0 0 auto;
    line-height: 1;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    writing-mode: vertical-lr;
  }


  #firstview_sp .scrollbar_05::after {
    content: "";
    position: absolute;
    right: 2%;
    bottom: 0;
    width: 1px;
    height: 60px;
    background: #fff;
    animation: liner 2.5s cubic-bezier(1, 0, 0, 1) infinite;
  }

  @keyframes liner {
    0% {
      transform: scale(1, 0);
      transform-origin: 0 0;
    }

    30% {
      transform: scale(1, 1);
      transform-origin: 0 0;
    }

    70% {
      transform: scale(1, 1);
      transform-origin: 0 100%;
    }

    100% {
      transform: scale(1, 0);
      transform-origin: 0 100%;
    }
  }
}


/*---------------------------------------------------------------*\
$products
\*---------------------------------------------------------------*/

#services .content {
  width: calc(100% - 80px);
  max-width: 1500px;
  position: relative;
  z-index: 5;
  margin: 0 auto;
  gap: clamp(40px, 3vw, 56px);
}

#services .each_product {
  position: relative;
  padding: 72px 10% 40px;
  justify-content: space-between;
  border: solid 1px rgba(255, 255, 255, .1);
  background: linear-gradient(180deg, rgba(14, 14, 14, .78) 0%, rgba(6, 6, 6, .9) 100%);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  overflow: hidden;
  isolation: isolate;
}

#services .each_product::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 18% 18%, rgba(255, 255, 255, .05), rgba(255, 255, 255, 0) 34%),
    linear-gradient(180deg, rgba(0, 0, 0, .08) 0%, rgba(0, 0, 0, .34) 56%, rgba(0, 0, 0, .52) 100%);
  pointer-events: none;
  z-index: 0;
}

#services .bg_blur {
  position: absolute;
  inset: -8%;
  width: auto;
  height: auto !important;
  background-size: cover;
  background-position: center;
  opacity: .62;
  filter: saturate(1.05);
  pointer-events: none;
  z-index: 0;
}

#services .bg_blur::before {
  display: none;
}

#services .name_product,
#services .description_product,
#services .neo-btn {
  position: relative;
  z-index: 1;
}

#services .description_product {
  margin: 32px 0;
  font-size: 20px;
}

#services .contact_sales {
  border-top: solid 1px #E8E8E8;
  padding-top: 24px;
  margin: 32px 0 0 0;
  font-size: 14px;
}


@media screen and (max-width: 1080px) {

  #services .content {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }

  #services .each_product {
    padding: 90px 40px 40px;
  }
}


@media screen and (max-width: 860px) {

  #services .description_product {
    height: auto;
  }

  #services .name_product {
    height: auto;
  }

  #services .button_blank {
    display: none;
  }
}


@media screen and (max-width: 600px) {

  #services .content {
    width: calc(100% - 44px);
  }

  #services .content {
    gap: 48px;
  }

  #services .each_product {
    padding: 56px 8% 40px;
  }

  #services .description_product {
    font-size: 15px;
  }

  #services .contact_sales {
    font-size: 13px;
    padding-top: 16px;
    margin: 16px 0 0 0;
  }
}
