@charset "UTF-8";
@font-face {
  font-family: "Yu Gothic";
  src: url("../font/Yu Gothic/Yu Gothic Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Yu Gothic";
  src: url("../font/Yu Gothic/Yu Gothic Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Yu Mincho";
  src: url("../font/Yu Mincho/Yu Mincho Demibold.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Yu Mincho";
  src: url("../font/Yu Mincho/Yu Mincho Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Times New Roman";
  src: url("../font/Times New Roman/Times New Roman.ttf") format("trueype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Times New Roman";
  src: url("../font/Times New Roman/Times New Roman Italic.ttf") format("trueype");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "Times New Roman";
  src: url("../font/Times New Roman/Times New Roman Bold.ttf") format("trueype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Times New Roman";
  src: url("../font/Times New Roman/Times New Roman Bold Italic.ttf") format("trueype");
  font-weight: 700;
  font-style: italic;
}
:root {
  --header_height: 80px;
}
@media (max-width: 767px) {
  :root {
    --header_height: 65px;
  }
}

/**************************************************
* ページ: TOP
**************************************************/
/*------------------------------
fv
------------------------------*/
.fv {
  height: calc(100vh - var(--header_height) - 60px);
  height: calc(100svh - var(--header_height) - 60px);
  position: relative;
  clip-path: inset(0);
}
@keyframes zoomout {
  0% {
    transform: scale(1.25);
  }
  100% {
    transform: scale(1);
  }
}
.fv .swiper-slide-active img,
.fv .swiper-slide-duplicate-active img,
.fv .swiper-slide-prev img {
  animation: zoomout 7s linear 0s normal both;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .fv {
    height: calc(100vh - var(--header_height));
    height: calc(100svh - var(--header_height));
  }
}

.swiper-pagination[class][class] {
  top: unset;
  bottom: unset;
  left: unset;
  right: unset;
  position: relative;
  margin-top: 35px;
}

.swiper-pagination-bullet[class][class] {
  top: unset;
  bottom: unset;
  left: unset;
  right: unset;
  width: unset;
  height: unset;
  margin: 0;
  opacity: 1;
  background: #fff;
  border: 1px solid #008378;
  width: 11px;
  aspect-ratio: 1/1;
  margin: 0 10px;
}
.swiper-pagination-bullet[class][class].swiper-pagination-bullet-active {
  background: #1A1311;
}

.fvSwiper {
  overflow: hidden;
  width: 100%;
  height: 100vh;
  height: 100svh;
  left: 0;
  top: 0;
  z-index: -1;
  position: fixed;
}

.fv__content {
  position: absolute;
  z-index: 10;
  top: 157px;
  left: 2.4%;
  color: #fff;
  font-family: "Yu Mincho", sans-serif;
  letter-spacing: 0.5em;
  transition: opacity 1.2s;
  opacity: 0;
}
.fv__content.act {
  opacity: 1;
}
@media (max-width: 767px) {
  .fv__content {
    top: 100px;
    left: 6.4%;
    letter-spacing: 0.15em;
    line-height: 1.3;
  }
}

.fv__heading {
  font-size: 2.5622254758vw;
  font-weight: 600;
}
@media (max-width: 767px) {
  .fv__heading {
    font-size: 7.4666666667vw;
  }
}

.fv__subheading {
  font-size: 1.6837481698vw;
  margin-top: 1em;
}
@media (max-width: 767px) {
  .fv__subheading {
    font-size: 4vw;
  }
}

.fv__button {
  z-index: 10;
  position: absolute;
  bottom: 90px;
  left: 50%;
  transform: translate(-50%, 0%);
}

/*------------------------------
concept
------------------------------*/
.concept {
  padding: 90px 0 140px;
}
@media (max-width: 767px) {
  .concept {
    padding: 45px 0 80px;
  }
}

.concept__wrapper {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .concept__wrapper {
    display: block;
  }
}

.concept__logo {
  width: 220px;
}
@media (max-width: 767px) {
  .concept__logo {
    width: 100%;
    text-align: center;
  }
  .concept__logo img {
    max-width: 200px;
  }
}

.concept__content {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.08em;
  width: 480px;
  max-width: 100%;
}
@media screen and (max-width: 999px) {
  .concept__content {
    max-width: 50%;
  }
}
@media (max-width: 767px) {
  .concept__content {
    max-width: 100%;
    margin-top: 30px;
    font-size: 1.4rem;
  }
}

/*------------------------------
about
------------------------------*/
.about {
  background: #008378;
  padding: 70px 0 100px;
}
@media (max-width: 767px) {
  .about {
    padding: 40px 0;
  }
}

.about__title {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2.2222222222;
  color: #fff;
  font-family: "Times New Roman", sans-serif;
  text-align: center;
  letter-spacing: 0.1em;
}

.about__list {
  display: flex;
  flex-wrap: wrap;
  margin: 80px auto 0;
  width: 870px;
  max-width: 90%;
}
@media (max-width: 767px) {
  .about__list {
    margin-top: 45px;
    display: block;
  }
}

.about__item {
  width: calc(50% - 10px);
  position: relative;
}
@media (hover: hover) {
  .about__item:hover a {
    opacity: 1;
  }
}
@media (min-width: 768px) {
  .about__item:nth-child(2n) {
    margin-left: 20px;
  }
  .about__item:nth-child(n+3) {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .about__item {
    width: 100%;
  }
  .about__item:nth-child(n+2) {
    margin-top: 20px;
  }
}

.about__thumbnail {
  aspect-ratio: 425/260;
  overflow: hidden;
  border-radius: 5px;
  position: relative;
}
.about__thumbnail::after {
  content: "";
  position: absolute;
  background: #1A1311;
  width: 100%;
  height: 100%;
  left: 0%;
  top: 0%;
  opacity: 0.3;
  mix-blend-mode: multiply;
  transition: all 1s;
}
.about__thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 1s;
}
@media (hover: hover) {
  .about__thumbnail:hover::after {
    opacity: 0.5;
  }
  .about__thumbnail:hover img {
    transform: scale(1.1);
  }
}

.about__label {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2.2222222222;
  letter-spacing: 0.1em;
  color: #fff;
  font-family: "Times New Roman", sans-serif;
}

.about__button {
  text-align: center;
  margin-top: 115px;
}
@media (max-width: 767px) {
  .about__button {
    margin-top: 50px;
  }
}/*# sourceMappingURL=top.css.map */