@charset "UTF-8";
/* Scss Document */
@media only screen and (max-width: 640px) {
  .header_logo {
    width: 24.6875vw;
    top: 7.34375vw;
    left: 7.34375vw;
  }
}

.mainvisual_slider {
  z-index: 0;
}
@media only screen and (max-width: 640px) {
  .mainvisual .inner {
    padding: 0;
  }
}
.mainvisual .index_nav {
  position: absolute;
  left: 9rem;
  top: 46.5rem;
  color: rgb(255, 255, 255);
  z-index: 1;
}
@media only screen and (max-width: 1580px) {
  .mainvisual .index_nav {
    bottom: 25%;
  }
}
@media only screen and (max-width: 1200px) {
  .mainvisual .index_nav {
    bottom: 20%;
  }
}
@media only screen and (max-width: 640px) {
  .mainvisual .index_nav {
    display: none;
  }
}
.mainvisual a {
  color: rgb(255, 255, 255);
  font-size: 1.8rem;
}
.mainvisual span {
  opacity: 0.3;
}
.mainvisual li + li {
  margin-top: 3.7rem;
}

.mainvisual_slider {
  width: 100%;
  height: 100svh;
  overflow: hidden;
  z-index: 0;
}
@media only screen and (max-width: 640px) {
  .mainvisual_slider {
    height: 100svh;
    width: 100%;
  }
}
.mainvisual_slider-image {
  width: 100%;
  height: 100svh;
  overflow: hidden;
  cursor: default;
}
.mainvisual_slider img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
    /* 拡大率 */
  }
}
.add-animation {
  animation: zoomUp 10s linear 0s normal both;
}

.information {
  padding: 12rem 0 17rem;
}
@media only screen and (max-width: 640px) {
  .information {
    padding: 6.25vw 0 14.84375vw;
  }
}
.information_container {
  padding: 0 0 9rem 0;
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 640px) {
  .information_container {
    flex-direction: column;
    padding-bottom: 7.8125vw;
  }
}
.information_item {
  padding: 1.25em 0;
  border-bottom: dashed 1px rgb(0, 0, 0);
  display: flex;
  min-width: 60rem;
}
@media only screen and (max-width: 640px) {
  .information_item {
    min-width: 100%;
    flex-direction: column;
    padding: 1em 0;
  }
}
.information_item dt {
  width: 8em;
}
@media only screen and (max-width: 640px) {
  .information_item dt {
    width: 100%;
  }
}
.information_item dd {
  width: calc(100% - 8em);
}
@media only screen and (max-width: 640px) {
  .information_item dd {
    width: 100%;
  }
}
.information .bottun_more__information {
  margin-bottom: 12rem;
}
@media only screen and (max-width: 640px) {
  .information .bottun_more__information {
    margin-bottom: 14.84375vw;
  }
}

@media only screen and (max-width: 640px) {
  .about .inner {
    padding: 0;
  }
}
.about_title {
  padding: 18rem 0;
  background: url(../img/bg_about.jpg) no-repeat center center;
  background-size: cover;
}
@media only screen and (max-width: 640px) {
  .about_title {
    padding: 15.625vw 0 15.625vw;
    background-position: 36% center;
  }
}
.about_container {
  position: relative;
}
.about_text {
  position: absolute;
  z-index: 1;
  color: rgb(255, 255, 255);
  width: 57rem;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 640px) {
  .about_text {
    width: 78.125vw;
  }
}
.about_copy {
  font-size: 2.8rem;
  font-weight: 400;
  margin-bottom: 5rem;
  line-height: 1.6;
}
@media only screen and (max-width: 640px) {
  .about_copy {
    font-size: 5vw;
    margin-bottom: 1em;
  }
}
@media only screen and (max-width: 640px) {
  .about p {
    line-height: 1.7;
  }
}
.about_image {
  position: relative;
  z-index: 0;
}
.about .about01 .about_text {
  top: 10.4166666667vw;
  left: 9.6875vw;
}
@media only screen and (max-width: 640px) {
  .about .about01 .about_text {
    top: 13.28125vw;
    left: 9.375vw;
  }
}
.about .about02 .about_text {
  top: 10.4166666667vw;
  right: 9.6875vw;
}
@media only screen and (max-width: 640px) {
  .about .about02 .about_text {
    top: 13.28125vw;
    left: 9.375vw;
  }
}
.about .about03 .about_text {
  bottom: 10.4166666667vw;
  left: 9.6875vw;
}
@media only screen and (max-width: 640px) {
  .about .about03 .about_text {
    top: 13.28125vw;
    left: 9.375vw;
    bottom: auto;
  }
}
.about .about_image img {
  width: 100%;
}

.gallery {
  padding: 0;
  position: relative;
  margin-top: 10.4166666667vw;
}
.gallery .content {
  padding: 10rem 0;
  min-height: 100vh;
  background: url(../img/bg_gallery.jpg) no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  width: 100%;
}
@media only screen and (max-width: 640px) {
  .gallery .content {
    padding: 15.625vw 0;
    min-height: 100vh;
  }
}

.gallery_container {
  display: flex;
  gap: 0.78125vw;
  width: fit-content;
  will-change: transform;
  padding-top: 4.1666666667vw;
}
@media only screen and (max-width: 640px) {
  .gallery_container {
    gap: 6.25vw;
    padding-top: 7.8125vw;
  }
  .gallery_container::after {
    content: "";
    display: block;
    flex-shrink: 0;
    width: 6.25vw;
    height: 1px;
  }
}
.gallery_container li {
  flex-shrink: 0;
  width: 60vh;
}
@media only screen and (max-width: 640px) {
  .gallery_container li {
    width: 100%;
  }
}
.gallery_container li img {
  width: 100%;
  height: auto;
}
.gallery__text {
  color: rgb(255, 255, 255);
  text-align: center;
  margin-top: 2em;
  font-size: 1.6rem;
  padding: 0 5.2083333333vw;
}
@media only screen and (max-width: 640px) {
  .gallery__text {
    font-size: 2.96875vw;
    padding: 0 4.6875vw;
  }
}

.archive .slick-dots {
  bottom: -6rem;
}
@media only screen and (max-width: 640px) {
  .archive .slick-dots {
    bottom: -9.375vw;
  }
}

.archive__text {
  text-align: center;
  margin-top: 2em;
  font-size: 1.6rem;
  padding: 0 5.2083333333vw;
}
@media only screen and (max-width: 640px) {
  .archive__text {
    font-size: 2.96875vw;
    padding: 0 4.6875vw;
  }
}

.cloud_funding .content {
  background: url("../img/bg_crowdfunding.jpg") no-repeat center center;
  background-size: cover;
  width: 100%;
  padding-top: 25rem;
  padding-bottom: 12rem;
}
@media only screen and (max-width: 640px) {
  .cloud_funding .content {
    background: url(../img/bg_crowdfunding_sp.jpg) no-repeat center center;
    background-size: cover;
    width: 100%;
    padding: 26.5625vw 0 18.75vw;
  }
}
.cloud_funding .title_large {
  color: rgb(255, 255, 255);
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
}
@media only screen and (max-width: 640px) {
  .cloud_funding .title_large {
    font-size: 4.375vw;
  }
}
.cloud_funding .bottun_more__cloud_funding {
  margin-top: 10rem;
}
@media only screen and (max-width: 640px) {
  .cloud_funding .bottun_more__cloud_funding {
    margin-top: 15.625vw;
  }
}
@media only screen and (max-width: 640px) {
  .cloud_funding .bottun_more__cloud_funding.bottun_more a::after {
    right: 7.8125vw;
    top: 53%;
  }
}

.archive .content {
  margin: 8.3333333333vw 0 9.8958333333vw;
}
@media only screen and (max-width: 640px) {
  .archive .content {
    margin: 18.75vw 0 18.75vw;
  }
}
.archive_item {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  line-height: 1.4;
}
@media only screen and (max-width: 640px) {
  .archive_item {
    padding: 0 9.375vw;
    width: 100%;
  }
}
.archive_item time {
  display: block;
  margin-bottom: 1em;
}
.archive_image {
  margin: 0 2em 2em;
  display: flex;
  align-items: center;
  min-height: 54rem;
}
@media only screen and (max-width: 640px) {
  .archive_image {
    margin: 0 0 1em;
    min-height: auto;
  }
  .archive_image img {
    width: 100% !important;
  }
}

.archive_slider {
  margin-top: 3.90625vw;
}
@media only screen and (max-width: 640px) {
  .archive_slider {
    margin-top: 10.15625vw;
  }
}

.slick-prev,
.slick-next {
  width: 6rem;
  height: 6rem;
  z-index: 10;
}
@media only screen and (max-width: 640px) {
  .slick-prev,
  .slick-next {
    width: 9.375vw;
    height: 9.375vw;
  }
}
.slick-prev::before,
.slick-next::before {
  display: none;
}

.slick-prev {
  left: 4.1666666667vw !important;
  background: url(../img/icon_arrow02.png) no-repeat center center/contain !important;
}
@media only screen and (max-width: 640px) {
  .slick-prev {
    top: 40%;
  }
}

.slick-next {
  right: 4.1666666667vw !important;
  background: url(../img/icon_arrow03.png) no-repeat center center/contain !important;
}
@media only screen and (max-width: 640px) {
  .slick-next {
    top: 40%;
  }
}

@media only screen and (max-width: 640px) {
  .-english .about_copy {
    font-size: 4.375vw;
  }
}
@media only screen and (max-width: 640px) {
  .-english .about_text {
    font-size: 3.125vw;
  }
}/*# sourceMappingURL=index.css.map */