@charset "UTF-8";
/* fonts */
/*
min-font-size ($font_size, $min_font_size)

$font_size (vw):     可変フォントサイズ
$min_font_size (px): 最小フォントサイズ
*/
/*
max-font-size ($font_size, $max_font_size)

$font_size (vw):     可変フォントサイズ
$max_font_size (px): 最大フォントサイズ
*/
/*
@mixin clamp-font-size ($min_font_size, $font_size, $max_font_size)

$min_font_size (px): 最小フォントサイズ
$font_size (vw):     可変フォントサイズ
$max_font_size (px): 最大フォントサイズ
*/
.l-main {
  width: 100dvw;
  height: auto;
  background: #b50008;
  position: relative;
  z-index: 1;
  margin-bottom: 5%;
}
.l-main__bg {
  width: 100dvw;
  height: 100dvh;
  position: fixed;
  left: 0;
  top: 0;
  pointer-events: none;
  z-index: -1;
}
.l-main__content {
  width: 100%;
  max-width: 1200px;
  height: auto;
  margin-inline: auto;
}
.t-footer {
  position: relative;
  z-index: 10;
}

.p-bg {
  width: 100dvw;
  height: 100dvh;
}
.p-bg div {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.p-bg div:first-child {
  filter: blur(2px);
}
.p-bg div:nth-child(3) {
  opacity: 0.7;
}
.p-bg div:nth-child(4) {
  opacity: 0.9;
}
.p-bg div:nth-child(5) {
  opacity: 0.2;
}
.p-bg div:nth-child(6) {
  opacity: 0.5;
}
.p-bg div:nth-child(7) {
  opacity: 0.4;
}

.p-about {
  width: 100%;
  padding-block: 4%;
}
.p-about__image {
  width: 100%;
  height: auto;
}

.p-product {
  width: 100%;
  padding-block: 4% 8%;
}
.p-product__inner {
  width: 92.5%;
  height: auto;
  margin-inline: auto;
}
.p-product__title {
  width: 44.7747747748%;
  height: auto;
  margin-inline: auto;
}
.p-product__slider {
  width: 100%;
  height: auto;
  margin-top: 5%;
  position: relative;
}
.p-product__slide a {
  display: block;
  width: 100%;
  height: auto;
  opacity: 1;
  transition: opacity 0.3s ease;
}
.p-product__slide a:hover {
  opacity: 0.7;
}
.p-product__slide img {
  transform: scale(0.8);
  transition: transform 0.7s ease;
}
.p-product__slide.is-active img {
  transform: scale(1);
}
.p-product__arrows {
  width: 39%;
  height: -moz-fit-content;
  height: fit-content;
  position: absolute;
  inset: 0;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.p-product__arrow {
  width: 5%;
  cursor: pointer;
  opacity: 1;
  transition: opacity 0.3s ease;
}
.p-product__arrow:hover {
  opacity: 0.7;
}

.p-navi {
  background: #faebcd;
  padding-block: 4%;
}
.p-navi a {
  opacity: 1;
  transition: opacity 0.3s ease;
}
.p-navi a:hover {
  opacity: 0.7;
}
.p-navi__inner {
  width: 87.5%;
  height: auto;
  margin-inline: auto;
}
.p-navi__top {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1%;
}
@media screen and (max-width: 669px ) {
  .p-navi__top {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr;
    gap: 3%;
  }
}
.p-navi__topItem a {
  display: block;
}
@media screen and (max-width: 669px ) {
  .p-navi__topItem:nth-child(1) {
    grid-column: 1/3;
    grid-row: 1/2;
  }
}
@media screen and (max-width: 669px ) {
  .p-navi__topItem:nth-child(2) {
    grid-column: 1/3;
    grid-row: 2/3;
  }
}
@media screen and (max-width: 669px ) {
  .p-navi__topItem:nth-child(3) {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}
@media screen and (max-width: 669px ) {
  .p-navi__topItem:nth-child(4) {
    grid-column: 2/3;
    grid-row: 3/4;
  }
}
.p-navi__middle {
  margin-top: 4%;
  width: 62.2857142857%;
  height: auto;
  margin-inline: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 669px ) {
  .p-navi__middle {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 3%;
  }
}
.p-navi__middleItem {
  width: 40.2140672783%;
}
@media screen and (max-width: 669px ) {
  .p-navi__middleItem {
    width: 100%;
  }
}
.p-navi__mobile {
  margin-top: 4%;
  width: 100%;
  position: relative;
}
.p-navi__mobileImage {
  width: 100%;
  height: auto;
}
.p-navi__mobileButton {
  width: 42.8571428571%;
  height: -moz-fit-content;
  height: fit-content;
  position: absolute;
  right: 6%;
  bottom: 20%;
}

.p-gotop {
  position: fixed;
  width: 7.75%;
  max-width: 90px;
  height: -moz-fit-content;
  height: fit-content;
  bottom: 0.8333333333%;
  right: 0.8333333333%;
  z-index: 1000;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
}
@media screen and (max-width: 669px ) {
  .p-gotop {
    width: 15.5%;
    max-width: 100%;
  }
}
.p-gotop.is-active {
  opacity: 1;
  pointer-events: all;
}
.p-gotop a {
  display: block;
  width: 100%;
  height: auto;
  transform: translateY(0);
  transition: all 0.3s;
}
.p-gotop a:hover {
  transform: translateY(3px);
}

/* #pcsp
----------------------------------------------------------------- */
@media screen and (min-width: 670px) {
  .u-pcNone {
    display: none !important;
  }
}
@media screen and (max-width: 669px) {
  .u-spNone {
    display: none !important;
  }
}
/* ==========================================================================
 #Layout
========================================================================== */
/* ==========================================================================
 #Project
========================================================================== */
/* ==========================================================================
 #Utility
========================================================================== */