@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://use.typekit.net/ifp8qjt.css");
@keyframes slidein {
  0% {
    transform: translateX(-50px);
  }
  100% {
    transform: translateX(50px);
  }
}
main #index {
  width: 100%;
  padding: 80px 0;
  background-color: #000000;
  position: relative;
}
main #index .inner {
  width: calc(100% - 300px);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  transition: all 0.5s ease-in 0s;
  opacity: 0;
}
main #index .inner.on {
  opacity: 1;
}
main #index .inner:not(:last-child) {
  margin-bottom: 110px;
}
main #index .inner h3 {
  color: #FFFFFF;
  font-family: "Noto Serif JP", serif;
  font-size: 4rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.2em;
  font-feature-settings: "palt";
  margin-bottom: 80px;
  position: relative;
}
main #index .inner .wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  gap: 30px 0;
}
main #index .inner .wrap .banner {
  width: calc((100% - 60px) / 3);
}
main #index .inner .wrap .banner a {
  width: 100%;
  border: solid 1px #FFFFFF;
  display: block;
  position: relative;
}
main #index .inner .wrap .banner a:hover > div:nth-child(2) {
  opacity: 0.9;
}
main #index .inner .wrap .banner a > div:nth-child(1) {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
}
main #index .inner .wrap .banner a > div:nth-child(1) p:nth-child(1) {
  color: #FFFFFF;
  font-family: "Noto Serif JP", serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
  margin-bottom: 20px;
}
main #index .inner .wrap .banner a > div:nth-child(1) p:nth-child(2) {
  color: #FFFFFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.2em;
  font-feature-settings: "palt";
}
main #index .inner .wrap .banner a > div:nth-child(2) {
  width: 100%;
  opacity: 0.5;
  transition: all 0.25s ease-in 0s;
}

/* --------------------------------------- Media Queries Smartphone --------------------------------------- */
@media screen and (max-width: 768px) {
  main #index {
    padding: 40px 0;
  }
  main #index .inner {
    width: calc(100% - 40px);
  }
  main #index .inner:not(:last-child) {
    margin-bottom: 55px;
  }
  main #index .inner h3 {
    color: #FFFFFF;
    font-family: "Noto Serif JP", serif;
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.2em;
    font-feature-settings: "palt";
    margin-bottom: 40px;
    position: relative;
  }
  main #index .inner .wrap {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    gap: 0px;
  }
  main #index .inner .wrap .banner {
    width: 100%;
  }
  main #index .inner .wrap .banner:not(:last-child) {
    margin-bottom: 20px;
  }
  main #index .inner .wrap .banner:nth-child(1) a {
    background-image: url(../images/photo_index1.jpg);
  }
  main #index .inner .wrap .banner:nth-child(2) a {
    background-image: url(../images/photo_index2.jpg);
  }
  main #index .inner .wrap .banner:nth-child(3) a {
    background-image: url(../images/photo_index3.jpg);
  }
  main #index .inner .wrap .banner a {
    width: 100%;
    height: 160px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    overflow: hidden;
  }
  main #index .inner .wrap .banner a:hover > div:nth-child(2) {
    opacity: 1;
  }
  main #index .inner .wrap .banner a > div:nth-child(1) p:nth-child(1) {
    color: #FFFFFF;
    font-family: "Noto Serif JP", serif;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.1em;
    font-feature-settings: "palt";
    margin-bottom: 10px;
  }
  main #index .inner .wrap .banner a > div:nth-child(1) p:nth-child(2) {
    color: #FFFFFF;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.2em;
    font-feature-settings: "palt";
  }
  main #index .inner .wrap .banner a > div:nth-child(2) {
    display: none;
  }
}

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