@charset "UTF-8";
@media only screen and (min-width:1441px) {
  /* 1441px以上 */
}
@media (max-width:1280px) {
  /* 1280px以下 */
}
@media (max-width:1100px) {
  /* 1100px以下 */
}
@media (max-width:960px) {
  /* 960px以下 */
}
@media (max-width: 768px) {
  /* 768px以下 */
}
@media (any-hover:hover) {
  /* hover action */
}
.top__heading {
  color: var(--color-text-blue);
  font-family: var(--font-family-en);
  font-size: 40px;
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 1;
  text-transform: uppercase;
}
.top__heading span {
  margin-left: 25px;
  color: var(--color-text-black);
  font-size: 16px;
  font-weight: 300;
  letter-spacing: normal;
  line-height: 1.8;
}
.top__heading.-white {
  color: var(--color-text-white);
}
.top__heading.-white span {
  color: var(--color-text-white);
}

@media (max-width: 768px) {
  .top__heading {
    font-size: 30px;
  }
  .top__heading span {
    margin-top: 8px;
    margin-left: 0;
    font-size: 14px;
    display: block;
  }
}
.top__mv {
  min-height: 696px;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  padding-top: 128px;
}
.top__mv__outer {
  height: 100%;
  padding: 0 30px 30px;
}
.top__mv__hero {
  position: relative;
  height: 100%;
  overflow: hidden;
}
.top__mv__hero__slider {
  height: 100%;
}
.top__mv__hero__item {
  position: relative;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: 16px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
}
.top__mv__hero__item__inner {
  width: 100%;
  padding: 42px min(4.86112vw, 70px) 50px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.72) 20%, rgba(102, 102, 102, 0) 100%);
}
.top__mv__hero__item.-slide01 {
  background-image: url(../img/top/img_main_01.jpg);
}
.top__mv__hero__item.-slide02 {
  background-image: url(../img/top/img_main_02.jpg);
}
.top__mv__hero__heading {
  color: var(--color-text-white);
  font-family: var(--font-family-en);
  font-size: 56px;
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 1;
}
.top__mv__hero__heading span {
  margin-left: 34px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.01em;
}
.top__mv__hero__pagination {
  position: absolute;
  right: 22px;
  bottom: 58px;
  width: 196px;
  height: 2px;
  z-index: 10;
}
.top__mv__hero__pagination .swiper-pagination {
  position: relative;
  top: auto;
  bottom: auto;
  display: flex;
  gap: 4px;
}
.top__mv__hero__pagination .swiper-pagination .swiper-pagination-bullet {
  width: 96px;
  height: 2px;
  margin: 0;
  background-color: #969696;
  border-radius: 0;
  opacity: 1;
}
.top__mv__hero__pagination .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--color-bg-white);
}

@media (max-width:1280px) {
  .top__mv__hero__heading {
    font-size: 32px;
  }
}
@media (max-width:1100px) {
  .top__mv {
    padding-top: 66px;
  }
}
@media (max-width:960px) {
  .top__mv__hero__item__inner {
    padding: 32px 24px 67px;
  }
  .top__mv__hero__pagination {
    width: 100px;
    right: 24px;
    bottom: 24px;
  }
  .top__mv__hero__pagination .swiper-pagination-bullet {
    width: 48px;
  }
}
@media (max-width: 768px) {
  .top__mv {
    min-height: auto;
  }
  .top__mv__outer {
    padding: 0 20px 20px;
  }
  .top__mv__hero__heading span {
    margin-top: 16px;
    margin-left: 0;
    display: block;
  }
  .top__mv__hero__item.-slide01 {
    background-image: url(../img/top/img_main_01_sp.jpg);
  }
  .top__mv__hero__item.-slide02 {
    background-image: url(../img/top/img_main_02_sp.jpg);
  }
}
.top__case {
  margin-top: 54px;
  padding-top: 63.5px;
  padding-bottom: 64px;
  border-top: solid 1px #E0E0E0;
}
.top__case__contents {
  position: relative;
  padding-top: 32px;
}
.top__case__slider {
  overflow: hidden;
}
.top__case__slider__ctrl {
  position: absolute;
  top: -32px;
  right: 40px;
  width: 199px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.top__case__slider__ctrl__bar {
  position: relative;
  width: 103px;
  height: 2px;
  background-color: var(--color-bg-lightGray);
}
.top__case__slider__ctrl__bar span {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 8px;
  height: 8px;
  margin: auto;
  background-color: var(--color-bg-black);
  border-radius: 50%;
  display: block;
  transition: left 0.5s cubic-bezier(0.16, 1, 0.3, 1);
  z-index: 1;
}
.top__case__slider .swiper-button-prev,
.top__case__slider .swiper-button-next {
  position: relative;
  top: auto;
  width: 32px;
  height: 32px;
  margin: 0;
  border: solid 1px #000;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
}
.top__case__slider .swiper-button-prev::after,
.top__case__slider .swiper-button-next::after {
  width: 8px;
  height: 16px;
  background-repeat: no-repeat;
  background-size: 8px auto;
  background-position: center center;
  content: "";
}
.top__case__slider .swiper-button-prev {
  left: 0;
}
.top__case__slider .swiper-button-prev::after {
  margin-right: 4px;
  background-image: url(../img/icon_prev.svg);
}
.top__case__slider .swiper-button-next {
  right: 0;
}
.top__case__slider .swiper-button-next::after {
  margin-left: 4px;
  background-image: url(../img/icon_next.svg);
}
.top__case__slider .swiper-pagination {
  position: relative;
  top: auto;
  left: auto;
  width: 103px;
  height: 2px;
  margin: auto;
  background-color: var(--color-bg-lightGray);
}
.top__case__slider .swiper-pagination .swiper-pagination-progressbar-fill {
  background-color: var(--color-bg-black);
}

@media (any-hover:hover) {
  .top__case__slider__item__wrap .c-img__head img {
    transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
  }
  .top__case__slider__item__wrap:hover .c-img__head img {
    transform: scale(1.1);
  }
  .top__case__slider .swiper-button-prev,
.top__case__slider .swiper-button-next {
    transition: background-color 0.5s cubic-bezier(0.16, 1, 0.3, 1);
  }
  .top__case__slider .swiper-button-prev::after,
.top__case__slider .swiper-button-next::after {
    transition: background-image 0.5s cubic-bezier(0.16, 1, 0.3, 1);
  }
  .top__case__slider .swiper-button-prev:hover,
.top__case__slider .swiper-button-next:hover {
    background-color: #202020;
  }
  .top__case__slider .swiper-button-prev:hover::after {
    background-image: url(../img/icon_prev-white.svg);
  }
  .top__case__slider .swiper-button-next:hover::after {
    background-image: url(../img/icon_next-white.svg);
  }
}
@media (max-width: 768px) {
  .top__case {
    margin-top: 40px;
    padding-top: 37px;
    padding-bottom: 32px;
  }
  .top__case__slider__ctrl {
    position: relative;
    top: auto;
    right: auto;
    margin-top: 16px;
    margin-inline: auto;
  }
}
.top__products {
  padding-top: 96px;
  padding-bottom: 97px;
  background-color: var(--color-bg-dark);
}
.top__products .top__heading {
  font-size: 56px;
}
.top__products__title {
  color: var(--color-text-white);
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
}
.top__products__box {
  margin-top: 56px;
}
.top__products__box + .top__products__box {
  margin-top: 64px;
}
.top__products__box__column {
  margin-top: 32px;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.top__products__box__column.-col2 .top__products__box__col {
  width: calc(50% - 16px + 8px);
}
.top__products__box__column.-col3 .top__products__box__col {
  width: calc(33.3333333333% - 16px + 5.3333333333px);
}
.top__products__box__col {
  border-radius: 8px;
  overflow: hidden;
}

@media (max-width:1280px) {
  .top__products__box__column.-col3 {
    flex-direction: column;
  }
  .top__products__box__column.-col3 .top__products__box__col {
    width: 100%;
  }
  .top__products__box__column.-col3 .top__products__box__col .c-img__layer__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .top__products__box__column.-col3 .top__products__box__col .c-img__layer__bg figure {
    position: relative;
    height: 100%;
    overflow: hidden;
  }
  .top__products__box__column.-col3 .top__products__box__col .c-img__layer__bg figure img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .top__products__box__column.-col3 .top__products__box__col .c-img__layer__inner {
    position: relative;
    min-height: 260px;
  }
}
@media (max-width: 768px) {
  .top__products {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .top__products .top__heading {
    font-size: 30px;
  }
  .top__products__title {
    font-size: 20px;
  }
  .top__products__box {
    margin-top: 40px;
  }
  .top__products__box + .top__products__box {
    margin-top: 48px;
  }
  .top__products__box__column {
    margin-top: 24px;
  }
  .top__products__box__column.-col2 {
    flex-direction: column;
  }
  .top__products__box__column.-col2 .top__products__box__col {
    width: 100%;
  }
}
.top__about {
  background-color: var(--color-bg-blue);
}
.top__about__row {
  display: flex;
  overflow: hidden;
}
.top__about__head {
  position: relative;
  width: 54.0972222222%;
  padding-top: 128px;
  padding-right: min(8.3334vw, 120px);
  padding-bottom: 136px;
  padding-left: min(8.3334vw, 120px);
  box-shadow: 0px 4px 88px 0px rgba(0, 0, 0, 0.5);
}
.top__about__head::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/top/bg_about.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  content: "";
}
.top__about__head__inner {
  position: relative;
  padding-left: 50px;
  z-index: 1;
}
.top__about__body {
  width: 45.9027777778%;
  padding-top: 148px;
  padding-right: min(8.3334vw, 120px);
  padding-bottom: 170px;
  padding-left: min(7.708334vw, 111px);
}
.top__about__body__inner {
  padding-right: 48px;
}
.top__about .top__heading {
  font-size: 48px;
}
.top__about__catch {
  margin-top: 80px;
  color: var(--color-text-white);
  font-size: 24px;
  font-weight: 500;
}
.top__about__summary {
  margin-top: 80px;
  color: var(--color-text-white);
  font-size: 16px;
}
.top__about__item + .top__about__item {
  margin-top: 120px;
}
.top__about__item__label {
  color: var(--color-text-white);
  font-family: var(--font-family-en);
  font-size: 24px;
  letter-spacing: 0.03em;
  line-height: 1;
  text-align: left;
}
.top__about__item .u-icon__link {
  position: relative;
  margin-top: 40px;
  padding-bottom: 32px;
  display: flex;
  justify-content: flex-end;
}
.top__about__item .u-icon__link::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: var(--color-bg-white);
  content: "";
}

@media (any-hover:hover) {
  .top__about__item .u-icon__link::after {
    transform: scale(1, 1);
    transform-origin: left top;
    transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
  }
  .top__about__item .u-icon__link:hover::after {
    transform: scale(0, 1);
    transform-origin: right top;
  }
}
@media (max-width:1280px) {
  .top__about__head {
    padding-left: 56px;
  }
  .top__about__head__inner {
    padding-left: 0;
  }
  .top__about__body {
    padding-right: 56px;
  }
}
@media (max-width:960px) {
  .top__about__head {
    padding-right: 30px;
    padding-left: 30px;
  }
  .top__about__body {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media (max-width: 768px) {
  .top__about__row {
    display: block;
  }
  .top__about__head {
    width: 100%;
    padding-top: 48px;
    padding-right: 20px;
    padding-bottom: 48px;
    padding-left: 20px;
  }
  .top__about__head__inner {
    padding-left: 0;
  }
  .top__about__body {
    width: 100%;
    padding-top: 48px;
    padding-right: 20px;
    padding-bottom: 48px;
    padding-left: 20px;
  }
  .top__about__body__inner {
    padding-right: 0;
  }
  .top__about .top__heading {
    font-size: 30px;
  }
  .top__about__catch {
    margin-top: 40px;
    font-size: 20px;
  }
  .top__about__summary {
    margin-top: 40px;
  }
  .top__about__item + .top__about__item {
    margin-top: 48px;
  }
  .top__about__item__label {
    font-size: 20px;
  }
  .top__about__item .u-icon__link {
    margin-top: 24px;
    padding-bottom: 24px;
  }
}
.top__news {
  margin-top: 98px;
}
.top__news__head {
  padding: 0 68px;
}
.top__news__head__row {
  display: flex;
  justify-content: space-between;
}
.top__news__body {
  margin-top: 64px;
}
.top__news__body__inner {
  margin-top: 2px;
  padding: 39px 0 38px;
  background-color: var(--color-bg-gray);
}
.top__news__contents {
  padding: 0 68px;
}
.top__news .top__heading {
  font-size: 48px;
}
.top__news__btn {
  text-align: center;
}

@media (max-width:960px) {
  .top__news__head {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .top__news {
    margin-top: 48px;
  }
  .top__news__head__row {
    display: block;
  }
  .top__news__head__row .c-sort__btns {
    margin-top: 16px;
    justify-content: flex-end;
  }
  .top__news__body {
    margin-top: 24px;
  }
  .top__news__body__inner {
    padding: 24px 0;
  }
  .top__news .top__heading {
    font-size: 30px;
  }
}

/*# sourceMappingURL=top.css.map */
