@charset "UTF-8";
/* CSS Document */

#night-black h2 {
    font-family: "Alata", sans-serif;
    font-size: 4.2rem;
    letter-spacing: 7.6px;
    line-height: 1.5;
}

/*=================
FV
===================*/
/* #fv .sp600 {
    display: none;
}
@media (min-width: 601px) {
    #fv .pc {
        display: block;
    }
}
@media (max-width: 600px) {
    #fv .sp600 {
        display: block;
    }
} */

#fv {
    width: 100%;
    height: 100vh;
    overflow: hidden;
}
#fv .visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
}
#fv_swiper {
    position: relative;
    height: 100%;
}
#fv_swiper .swiper-wrapper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    vertical-align: middle;
}

/*fv catch*/
#fv_swiper .swiper-wrapper .swiper-slide {
    position: relative;
}
#fv_swiper .swiper-wrapper .swiper-slide .catch_text {
    position: absolute;
    top: 80px;
    left: 5%;
}
#fv_swiper .swiper-wrapper .swiper-slide .catch_main {
    position: absolute;
    top: 30%;
    left: 50.4%;
    transform: translateX(-50%);
    max-width: 300px;
}
#fv_swiper .swiper-wrapper .swiper-slide .catch_logo {
    position: absolute;
    bottom: 40px;
    right: 120px;
}

/* ページネーション */
#fv_swiper .swiper-pagination {
    position: absolute;
    bottom: 24px;
    left: auto;
    right: 12%;
    width: auto;
    display: inline-flex;
    align-items: center;
    pointer-events: auto;
    gap: 12px;
}

#fv_swiper .swiper-pagination-bullet {
    background-color: #E8E8E8 !important;
    height: 8px !important;
    width: 8px !important;
    border: 1px solid #E8E8E8 !important;
    border-radius: 50% !important;
    background: transparent !important;
    opacity: 1 !important;
    transition: all 0.3s !important;
}
/* アクティブのドット */
#fv_swiper .swiper-pagination-bullet-active {
    width: 10px !important;
    height: 10px !important;
    background: #E8E8E8 !important; 
    border: none !important;
}

@media (max-width: 900px) {
    #fv_swiper .swiper-wrapper .swiper-slide .catch_text {
        top: 50px;
        left: 3%;
        max-width: 200px;
    }
    #fv_swiper .swiper-wrapper .swiper-slide .catch_main {
        max-width: 280px;
    }
    #fv_swiper .swiper-wrapper .swiper-slide .catch_logo {
        bottom: 40px;
        right: 100px;
        max-width: 60px;
    }
}
@media (max-width: 768px) {
    /*共通*/
    #fv {
        height: calc(100vh - 60px);
    }
    #fv_swiper .swiper-wrapper .swiper-slide .catch_text {
        top: 30px;
        left: 6%;
        max-width: 145px;
    }
    #fv_swiper .swiper-wrapper .swiper-slide .catch_main {
        top: 53%;
        left: 50%;
        max-width: 160px;
        min-width: 100px;
        transform: translate(-50%);
    }
    #fv_swiper .swiper-wrapper .swiper-slide .catch_logo {
        bottom: 20px;
        right: 20px;
        max-width: 60px;
    }
    #fv_swiper .swiper-pagination {
        left: 50%;
        transform: translateX(-50%);
        right: inherit;
        bottom: 15px;
    }
}


/*=================
背景
===================*/
#bg_night {
    background: #010101;
    background: linear-gradient(190deg,rgba(1, 1, 1, 1) 32%, rgba(28, 39, 57, 1) 45%, rgba(31, 51, 66, 1) 57%, rgba(33, 31, 62, 1) 70%, rgba(1, 1, 1, 1) 91%);
    width: 100%;
    height: 100%;
    position: relative;
}
#bg_night::before {
    content: '';
    background: url("../img/starry-sky.webp");
    background-repeat: repeat;
    width: 100%;
    height: 100%;
    display: block;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}
#bg_night::after {
    content: '';
    background: linear-gradient(180deg,rgba(1, 1, 1, 1) 0%, rgba(1, 1, 1, 1) 100%);
    width: 100%;
    height: 150px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

@media (max-width: 768px) {
  #bg_night {
    background: linear-gradient(210deg,
  rgba(1, 1, 1, 1) 35%,
    rgba(28, 39, 57, 1) 48%,
    rgba(26, 50, 84, 1) 55%,
      rgba(20, 18, 45, 1) 80%,
      rgba(1, 1, 1, 1) 91%);
  }
  #bg_night::before {
    background-size: 230%;
  }
}


/*=================
コンセプト
===================*/
#concept {
    /* position: absolute; */
    padding-top: 260px;
    padding-bottom: 320px;
    color: #FFFFFF;
}
#concept .wrapper {
    position: relative;
    z-index: 1;
    display: flex;
    gap: 80px;
    justify-content: space-between;
    margin-right: 120px;
}
#concept .wrapper .image_wrap {
    width: calc(55% - 40px);
    position: relative;
}
#concept .wrapper .text_wrap {
    width: calc(30% - 40px);
}
#concept .wrapper .text_wrap h2 {
    text-align: right;
    margin-bottom: 130px;
}
#concept .wrapper .text_wrap p {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 1.5rem;
    line-height: 3.5;
    letter-spacing: 2px;
}
#concept .wrapper .image_wrap .img2 {
    position: absolute;
    top: 80%;
    left: 70%;
    width: 50%;
    height: auto;
}

@media (max-width: 1080px) {
    #concept .wrapper {
        gap: 40px;
        margin-right: 110px;
    }
    #concept .wrapper .image_wrap {
        width: calc(50% - 20px);
    }
    #concept .wrapper .text_wrap {
        width: calc(40% - 20px);
    }
}
@media (max-width: 900px) {
    #concept .wrapper .image_wrap .img2 {
        top: 60%;
        left: 60%;
        width: 62%;
        height: auto;
    }
}
@media (max-width: 768px) {
    #concept {
        padding-top: 96px;
        padding-bottom: 0;
    }
    #concept .wrapper {
        flex-direction: column;
        gap: 30px;
        margin-right: 0;
    }

    #concept .wrapper h2.sp { 
        text-align: right;
        padding-right: 6%;
        margin-bottom: 30px;
    }
    #concept .wrapper .image_wrap {
        width: 80%;
    }
    #concept .wrapper .text_wrap {
        width: 80%;
        padding-left: 6%;
    }
    #concept .wrapper .image_wrap.sp {
        width: 48%;
        margin-left: auto;
        padding-right: 6%;
    }
}


/*=================
プロダクト
===================*/
#products {
    position: relative;
    z-index: 1;
    margin-top: 160px;
}
#products .text_wrap {
    color: #FFFFFF;
}

/*swiper*/
#products .inner_wrapper {
  max-width: 1170px;
  margin: 0 auto;
  position: relative;
}
#products .swiper-products {
  /* padding: 0 0 57px 13vw; */
  padding-bottom: 57px;
  max-width: 100%;
  margin-right: -5%;
}
#products .swiper-slide {
  /* width: auto!important; */
  height: auto;
}

/* 前へ次への矢印カスタマイズ */
#products .navigation {
  position: absolute;
  right: 187px;
  bottom: 0;
}
#products .swiper-button-prev,
#products .swiper-button-next {
  width: 57px;
  height: 22px;
  background-color: #F5F3EE;
  top: initial;
  bottom: initial;
  left: initial;
  right: initial;
}
#products .swiper-button-prev::after,
#products .swiper-button-next::after {
  bottom: 0;
  content: "";
  height: 0;
  margin: auto;
  position: absolute;
  top: 0;
  width: 0;
}
/* 前への矢印カスタマイズ */
#products .swiper-button-prev {
  right: 8px;
}
#products .swiper-button-prev::after {
  width: 9px;
  height: 9px;
  border-top: 2px solid #252525;
  border-right: 2px solid #252525;
  transform: rotate(-135deg);
  box-sizing: border-box;
}
/* 次への矢印カスタマイズ */
#products .swiper-button-next::after {
  width: 9px;
  height: 9px;
  border-top: 2px solid #252525;
  border-right: 2px solid #252525;
  transform: rotate(45deg);
  box-sizing: border-box;
}

#products .link {
  display: block;
  text-decoration: none;
  width: 100%;
  transition: .3s;
}
#products ._w_img {
  background-color: #F5F7F7;
  position: relative;
  margin-bottom: .8rem;
  border-radius: 5px;
  /* min-width: 313.5px;
  max-width: 313.5px; */
  width: 100%;
  height: 426px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#products ._w_img img {
  display: block;
  width: 77%;
  /* width: 230px; */
  height: auto;
  display: block;
  margin: 0 auto;
  transition: .6s;
  object-fit: contain;
}
#products ._w_img img.cpf,#products ._w_img img.accessories {
    width: 88%;
}

/* ホバー時、画像を拡大 */
#products .link:hover ._w_img img {
  transform: scale(1.05);
}
#products .view {
  position: absolute;
  bottom: 24px;
  right: 27px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #121F38;
  background: linear-gradient(135deg,rgb(22, 42, 79) 0%, rgba(20, 11, 36, 1) 100%);
  transform: scale(1);
  transition: transform 0.6s, bottom 0.6s;
  overflow: hidden;
}
/* ホバー時、丸を拡大 */
#products .link:hover .view {
  transform: scale(5); /* 16px × 5 = 約80px */
}
/* 丸の中の文字は最初非表示 */
#products .view .view_text {
  font-family: 'Alata', sans-serif;
  font-weight: 400;
  font-size: .4rem;
  letter-spacing: 0.08em;
  color: #fff;
  opacity: 0;
  transition: opacity 0.4s 0.2s; /* 少し遅延させる */
  pointer-events: none;
}
/* ホバーで文字を表示 */
#products .link:hover .view .view_text {
  opacity: 1;
}
#products .name {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.25;
  color: #FFFFFF;
}
#products .number {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.3rem;
  color: #FFFFFF;
}

@media screen and (max-width: 1023px) {
  #products ._w_img img {
    width: 66%;
  }
  #products ._w_img img.cpf {
    width: 80%;
  }
}

@media (max-width: 768px) {
    #products {
        margin-top: 100px;
    }
    #products .swiper-products {
        margin-right: 0;
        margin-left: 20px;
    }
    #products .link {
        width: atuo;
    }
    #products ._w_img {
        height: 316px;
    }
    #products ._w_img img {
        width: auto;
        height: 80%;
    }
    #products ._w_img img.cpf {
        width: 92%;
    }
    #products .navigation {
        right: 100px;
    }
}



/*=================
スライドショー
===================*/
#slider {
    margin-top: 220px;
    padding-bottom: 200px;
}

#slider {
    overflow: hidden;
}
#slider .swiper-slide {
    aspect-ratio: 3 / 3.5;
}
#slider .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    vertical-align: middle;
}

@media (max-width: 768px) {
    #slider {
        margin-top: 120px;
        padding-bottom: 80px;
    }
}

#cta {
    margin-top: 0;
}