@charset "UTF-8";
/*--------------------------------
INDEX
--------------------------------*/
.bg-figure-main {
  display: none;
}

/* Pop upバナー */
.index .modaal-container {
  background-color: transparent !important;
}

/*  Title
--------------------------------*/
.c-title {
  color: #641B0C;
  text-align: center;
  position: relative;
  margin-bottom: 60px;
  z-index: 1;
}
@media screen and (min-width: 1025px) {
  .c-title {
    margin-bottom: 120px;
  }
}
.c-title::before {
  content: "";
  display: block;
  width: 80%;
  max-width: 350px;
  height: auto;
  aspect-ratio: 578/213;
  max-height: 213px;
  background-image: url(../img/top/title-news.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center top;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
@media screen and (min-width: 768px) {
  .c-title::before {
    width: 40%;
  }
}
@media screen and (min-width: 1025px) {
  .c-title::before {
    max-width: 578px;
  }
}
.c-title.title-news {
  margin-top: -60px;
}
.c-title.title-project::before {
  background-image: url(../img/top/title-project.svg);
  aspect-ratio: 705/277;
  max-height: 277px;
  max-width: 450px;
  width: 90%;
}
@media screen and (min-width: 768px) {
  .c-title.title-project::before {
    width: 50%;
  }
}
@media screen and (min-width: 1025px) {
  .c-title.title-project::before {
    max-width: 705px;
  }
}
.c-title.title-comment {
  padding-bottom: 10px;
}
.c-title.title-comment::before {
  background-image: url(../img/top/title-comment.svg);
  aspect-ratio: 530/231;
  max-height: 231px;
  max-width: 350px;
}
@media screen and (min-width: 768px) {
  .c-title.title-comment::before {
    width: 40%;
  }
}
@media screen and (min-width: 1025px) {
  .c-title.title-comment::before {
    max-width: 530px;
  }
}
.c-title span {
  display: block;
  position: relative;
  z-index: 2;
}
.c-title span.en {
  font-family: "Jost", sans-serif;
  font-size: 3rem;
  letter-spacing: 0.05em;
  font-weight: 700;
  line-height: 0.9em;
  margin-bottom: 5px;
}
@media screen and (min-width: 1025px) {
  .c-title span.en {
    margin-bottom: 10px;
    font-size: 5.8rem;
  }
}
.c-title span.jp {
  font-size: 1.4rem;
  font-weight: 700;
  padding: 0;
  margin: 0;
  line-height: 1em;
}
@media screen and (min-width: 1025px) {
  .c-title span.jp {
    font-size: 2.2rem;
  }
}

/*  Hero
--------------------------------*/
.page-title-bg {
  display: none;
}

.section-hero {
  padding: 30px 0 25vw;
}
@media screen and (min-width: 768px) {
  .section-hero {
    padding: 0 0 200px;
  }
}
@media screen and (min-width: 1025px) {
  .section-hero {
    padding: 0 0 150px;
  }
}
.section-hero::before {
  content: "";
  display: block;
  width: 100%;
  height: 50%;
  background-image: url(../img/top/garland.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center top;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.section-hero__inner {
  background-image: url(../img/top/hero-image.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center top;
  width: 100%;
  height: auto;
  aspect-ratio: 2000/1415;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (min-width: 1025px) {
  .section-hero__inner {
    width: 100%;
  }
}

.logo-mv {
  width: 70%;
  max-width: 500px;
}
@media screen and (min-width: 1025px) {
  .logo-mv {
    width: 50%;
  }
}

.title-hero {
  width: 95%;
  max-width: 850px;
  margin-bottom: -21vw;
}
@media screen and (min-width: 1025px) {
  .title-hero {
    margin-top: 0;
    margin-bottom: 8vw;
  }
}
.title-hero .hero-catch {
  width: 100%;
  display: block;
  -webkit-filter: drop-shadow(0px 0px 10px #fff, 0px 0px 10px #fff);
          filter: drop-shadow(0px 0px 10px #fff, 0px 0px 10px #fff);
}

/*  Introduction
--------------------------------*/
.section-intro {
  padding-top: 0;
  padding-bottom: 85vw;
  background-image: url(../img/top/img-intro.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center bottom;
  position: relative;
  z-index: 1;
  margin-bottom: 100px;
}
@media screen and (min-width: 768px) {
  .section-intro {
    background-position: right top 30px;
    background-size: 60% auto;
    padding-bottom: 80px;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1025px) {
  .section-intro {
    background-position: right top;
    background-size: 60% auto;
    padding-bottom: 180px;
    margin-bottom: 0;
  }
}
.section-intro .circle-dots-pink {
  width: 180px;
  height: 180px;
  top: 20px;
  left: -70px;
}
@media screen and (min-width: 768px) {
  .section-intro .circle-dots-pink {
    width: 247px;
    height: 247px;
    top: -50px;
    left: -150px;
  }
}
@media screen and (min-width: 1025px) {
  .section-intro .circle-dots-pink {
    width: 347px;
    height: 347px;
    top: -100px;
    left: -100px;
  }
}
.section-intro .intro-text {
  width: 100%;
  margin-right: -10%;
  z-index: 2;
  font-weight: 600;
  line-height: 1.7em;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .section-intro .intro-text {
    width: 48%;
    margin-right: -10%;
    line-height: 1.7em;
  }
}
@media screen and (min-width: 1025px) {
  .section-intro .intro-text {
    font-size: 1.8rem;
  }
}
.section-intro .intro-text .title-intro {
  display: block;
  width: 55%;
  height: auto;
  margin: 0 auto 20px;
}
@media screen and (min-width: 768px) {
  .section-intro .intro-text .title-intro {
    margin: 0 0 20px;
    width: 75%;
  }
}

/*  News
--------------------------------*/
.section-news {
  position: relative;
  padding: 40px 0 70px;
  margin-bottom: 50px;
}
@media screen and (min-width: 1025px) {
  .section-news {
    margin-bottom: 100px;
    padding: 40px 0 100px;
  }
}
.section-news::before {
  content: "";
  display: block;
  width: 95%;
  height: 100%;
  background-color: #FAE7CE;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (min-width: 1025px) {
  .section-news::before {
    width: 90%;
  }
}
.section-news .square-stripe-blue {
  width: 180px;
  height: 180px;
  top: -100px;
  left: -100px;
}
@media screen and (min-width: 1025px) {
  .section-news .square-stripe-blue {
    width: 347px;
    height: 347px;
    top: -100px;
    left: -100px;
  }
}
.section-news .circle-dots-orange {
  width: 180px;
  height: 180px;
  top: -100px;
  right: -100px;
}
@media screen and (min-width: 1025px) {
  .section-news .circle-dots-orange {
    width: 347px;
    height: 347px;
    top: -100px;
    right: -100px;
  }
}
.section-news .top-news-list {
  margin-bottom: 30px;
}

/*  Anniversary Project
--------------------------------*/
.section-project {
  position: relative;
  z-index: 1;
}
.section-project .triangle-stripe-pink {
  width: 200px;
  height: 200px;
  top: -50px;
  left: -50px;
}
@media screen and (min-width: 1025px) {
  .section-project .triangle-stripe-pink {
    width: 347px;
    height: 347px;
    top: -100px;
    left: -100px;
  }
}
.section-project .bg-kazuma {
  width: 187px;
  height: 286px;
  top: -100px;
  right: -30px;
}
@media screen and (min-width: 1025px) {
  .section-project .bg-kazuma {
    width: 367px;
    height: 572px;
    top: -270px;
    right: -30px;
  }
}

.project-list {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .project-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0;
  }
}
.project-list__item {
  padding: 15px 15px 100px 15px;
  width: 100%;
  position: relative;
}
@media screen and (min-width: 768px) {
  .project-list__item {
    width: 50%;
    padding: 20px 20px 80px 20px;
  }
}
@media screen and (min-width: 1025px) {
  .project-list__item {
    padding: 30px;
  }
}
.project-list__item .text-block {
  position: absolute;
  width: 90%;
  padding: 10px 10px 15px 15px;
  border-radius: 15px;
  bottom: 0;
  left: 0;
  z-index: 1;
  color: #fff;
  background-color: #36A3D1;
  height: 10em;
}
@media screen and (min-width: 768px) {
  .project-list__item .text-block {
    width: 80%;
    padding: 10px 20px 30px 15px;
    height: 10em;
    border-radius: 20px;
  }
}
@media screen and (min-width: 1025px) {
  .project-list__item .text-block {
    width: 64%;
    padding: 20px 20px 30px 30px;
    height: 9em;
  }
}
.project-list__item .text-block h3 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 5px;
  line-height: 1.4em;
}
@media screen and (min-width: 768px) {
  .project-list__item .text-block h3 {
    font-size: 1.8rem;
    margin-bottom: 8px;
  }
}
@media screen and (min-width: 1025px) {
  .project-list__item .text-block h3 {
    font-size: 2.1rem;
    margin-bottom: 10px;
  }
}
.project-list__item .text-block p {
  margin: 0;
  padding: 0;
  font-size: 1.2rem;
  line-height: 1.5em;
}
@media screen and (min-width: 768px) {
  .project-list__item .text-block p {
    font-size: 1.3rem;
    line-height: 1.4em;
  }
}
@media screen and (min-width: 1025px) {
  .project-list__item .text-block p {
    font-size: 1.4rem;
  }
}
.project-list__item--event {
  background-color: #36A3D1;
}
.project-list__item--exhibition {
  background-color: #8FC73E;
}
.project-list__item--exhibition .text-block {
  background-color: #8FC73E;
}
.project-list__item a {
  text-decoration: none;
  color: #fff;
  display: block;
  width: 100%;
  height: 100%;
}
.project-list__thumb {
  width: 100%;
  height: 100%;
  aspect-ratio: 16/10;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border-radius: 15px;
}
@media screen and (min-width: 1025px) {
  .project-list__thumb {
    border-radius: 20px;
  }
}
.project-list__thumb-event {
  background-image: url(../img/top/anniv-event.jpg);
}
.project-list__thumb-exhibition {
  background-image: url(../img/top/anniv-ex.jpg);
}
.project-list__thumb:hover {
  opacity: 0.8;
}
.project-list .h2-project {
  font-family: "Jost", sans-serif;
  font-size: 16vw;
  font-weight: 700;
  line-height: 1em;
  position: absolute;
  top: -2vw;
  left: -1vw;
  z-index: 1;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .project-list .h2-project {
    font-size: 7vw;
    top: -1vw;
    left: -0.5vw;
  }
}

/*  Comment
--------------------------------*/
.section-comment {
  position: relative;
  z-index: 1;
}
.section-comment .bg-aqua {
  width: 170px;
  height: 304px;
  top: -90px;
  left: -20px;
}
@media screen and (min-width: 1025px) {
  .section-comment .bg-aqua {
    width: 367px;
    height: 664px;
    top: -100px;
    left: -50px;
  }
}
.section-comment .square-stripe-green {
  width: 200px;
  height: 200px;
  top: -150px;
  right: -50px;
}
@media screen and (min-width: 1025px) {
  .section-comment .square-stripe-green {
    width: 347px;
    height: 347px;
    top: -150px;
    right: -100px;
  }
}
.section-comment .bg-megmin {
  width: 150px;
  height: 250px;
  bottom: -170px;
  left: -20px;
  z-index: 1;
}
@media screen and (min-width: 1025px) {
  .section-comment .bg-megmin {
    width: 311px;
    height: 533px;
    bottom: -200px;
    left: 40px;
  }
}
.section-comment .bg-dakness {
  width: 200px;
  height: 260px;
  bottom: -150px;
  right: -50px;
  z-index: 1;
}
@media screen and (min-width: 1025px) {
  .section-comment .bg-dakness {
    width: 365px;
    height: 450px;
    bottom: -200px;
    right: -100px;
  }
}

.comment-list-bg {
  padding: 20px 0;
  background-image: url(../img/top/bg-comment.jpg);
  background-repeat: no-repeat;
  background-size: 180% auto;
  background-position: bottom 0 center;
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .comment-list-bg {
    padding: 20px 0;
    background-size: 90% auto;
  }
}
@media screen and (min-width: 1025px) {
  .comment-list-bg {
    padding: 40px 0;
    background-size: 90% auto;
  }
}

.comment-list {
  margin-bottom: 40px;
}

.comment-box {
  width: 100%;
  height: 100%;
  aspect-ratio: 16/12;
  background-color: #FFF8E7;
  padding: 8vw 7vw;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-image: url(../img/top/frame-comment.png);
  background-repeat: no-repeat;
  background-size: 97% 95%;
  background-position: center center;
  position: relative;
}
@media screen and (min-width: 768px) {
  .comment-box {
    background-size: 95% 92%;
    aspect-ratio: 16/10;
    padding: 6vw;
  }
}
@media screen and (min-width: 1025px) {
  .comment-box {
    background-size: 95% 92%;
    aspect-ratio: 16/10;
    padding: 7% 7%;
  }
}
.comment-box::before {
  content: "";
  display: block;
  background-image: url(../img/top/stamp-mono.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center center;
  position: absolute;
  width: 90px;
  height: 90px;
  top: -10px;
  left: -10px;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .comment-box::before {
    width: 149px;
    height: 149px;
    top: -10px;
    left: -10px;
  }
}
.comment-box .text-area {
  width: 100%;
  position: relative;
  z-index: 1;
}
.comment-box .text-area h3 {
  font-size: 4.6vw;
  line-height: 1em;
  font-weight: 700;
  margin-bottom: 2vw;
  color: #641B0C;
  border-bottom: 1px solid #641B0C;
  padding-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .comment-box .text-area h3 {
    margin-bottom: 15px;
    font-size: 3vw;
    padding-bottom: 10px;
  }
}
@media screen and (min-width: 1025px) {
  .comment-box .text-area h3 {
    margin-bottom: 15px;
    font-size: 2.8rem;
  }
}
.comment-box .text-area h3 span {
  font-size: 2.6vw;
  margin-bottom: 5px;
  line-height: 1em;
}
@media screen and (min-width: 768px) {
  .comment-box .text-area h3 span {
    margin-bottom: 8px;
    font-size: 1.8rem;
  }
}
.comment-box p {
  margin: 0;
  padding: 0;
  font-size: 2.7vw;
  line-height: 1.7em;
}
@media screen and (min-width: 768px) {
  .comment-box p {
    font-size: 1.8vw;
    line-height: 1.8em;
  }
}
@media screen and (min-width: 1025px) {
  .comment-box p {
    font-size: 1.1vw;
    line-height: 1.8em;
  }
}

.swiper-button-next, .swiper-button-prev {
  background-color: #641B0C;
  color: #fff;
  padding: 10px;
  width: 50px !important;
  height: 50px !important;
}

.swiper-button-next:after, .swiper-button-prev:after {
  color: #fff;
  font-size: 20px !important;
}/*# sourceMappingURL=index.css.map */