@charset "UTF-8";
/*--------------------------------------*
 * foundation
 *--------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Cormorant:ital,wght@0,300..700;1,300..700&family=Shippori+Mincho:wght@400;600&display=swap");
@font-face {
  font-family: "Shippori Mincho", serif;
  font-style: normal;
  font-weight: 500;
  display: swap;
}
@font-face {
  font-family: "Shippori Mincho", serif;
  font-style: normal;
  font-weight: 600;
  display: swap;
}
@font-face {
  font-family: "Cormorant", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}
html {
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.1em;
  scroll-behavior: smooth;
  overflow-x: hidden;
}
@media screen and (max-width: 640px) {
  html {
    font-size: 15px;
  }
}

html.loading #home {
  display: none;
}

html.loading #loader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

img {
  width: 100%;
}

.inner {
  width: calc(100% - 100px);
  max-width: 1280px;
  margin: 0 auto;
}
@media screen and (max-width: 959px) {
  .inner {
    width: calc(100% - 40px);
  }
}
a {
  text-decoration: none;
  -webkit-transition: all 1s;
  transition: all 1s;
}

@media screen and (min-width: 641px) {
  .is-hidePcTab {
    display: none;
  }
}

#loader {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  color: #fff;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 9999;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

.progress-bar {
  width: 80%;
  height: 1px;
  overflow: hidden;
  background: #FFFF00;
  margin-bottom: 20px;
}

.progress {
  height: 100%;
  width: 0;
  background: -webkit-gradient(linear, left top, right top, from(#FFFF00), color-stop(50%), color-stop(60%, #00FFFF), color-stop(65%, #FF0000), color-stop(75%, #FF0000), color-stop(80%, #00FFFF), color-stop(90%, #FFFF00));
  background: linear-gradient(90deg, #FFFF00, 50%, #00FFFF 60%, #FF0000 65%, #FF0000 75%, #00FFFF 80%, #FFFF00 90%);
  -webkit-transition: width 1s ease;
  transition: width 1s ease;
}

#percentage {
  font-size: 24px;
  font-weight: bold;
  font-family: "Times New Roman";
  font-family: Cormorant;
}

.top-contents {
  background-color: #fff;
  text-align: left;
}
@media screen and (max-width: 640px) {
  .top-contents {
    margin-top: 60px;
  }
}
.top-contents .top-common__ttl {
  font-size: 25px;
  margin-bottom: 50px;
}
@media screen and (max-width: 640px) {
  .top-contents .top-common__ttl {
    margin-bottom: 30px;
  }
}
.top-contents .top-common__roma {
  display: block;
  margin-top: 10px;
  font-size: 15px;
  color: #808080;
  font-weight: 700;
  font-family: Cormorant;
}
.top-contents .top-common__heading {
  font-size: 20px;
  margin-bottom: 20px;
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
}
.top-contents .top-common__text {
  font-size: 15px;
  line-height: 2;
}
.top-contents .top-common__text:nth-child(n+2) {
  margin-top: 30px;
}
.top-contents .top-mainvisual {
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 641px) {
  .top-contents .top-mainvisual {
    margin: 100px 0 0;
  }
}
@media screen and (max-width: 640px) {
  .top-contents .top-mainvisual {
    margin: 60px 0 0;
  }
}
@media screen and (max-width: 640px) {
  .top-contents .top-mainvisual .top-mainvisual__wrap {
    margin: 100px 0 0;
  }
}
.top-contents .top-mainvisual .top-mainvisual__title {
  position: absolute;
  top: 0;
  left: 10%;
  z-index: 1;
  display: inline-block;
  max-width: 240px;
}
@media screen and (max-width: 959px) {
  .top-contents .top-mainvisual .top-mainvisual__title {
    max-width: 180px;
  }
}
@media screen and (max-width: 959px) {
  .top-contents .top-mainvisual .top-mainvisual__title {
    left: 5%;
  }
}
.top-contents .top-mainvisual .top-mainvisual__title .top-mainvisual__titleWrap {
  margin: 0 auto;
  display: block;
  text-align: center;
}
.top-contents .top-works,
.top-contents .top-profile,
.top-contents .top-contact {
  margin: 0 auto;
  padding: 130px 0;
}
@media screen and (max-width: 640px) {
  .top-contents .top-works,
  .top-contents .top-profile,
  .top-contents .top-contact {
    padding: 60px 0;
  }
}
.top-contents .top-works {
  position: relative;
  background-color: #000;
  color: #fff;
}
.top-contents .top-works:before, .top-contents .top-works:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 56px;
  background: url("../img/bg01.png") repeat-x center/contain;
  z-index: 1;
  mix-blend-mode: multiply;
}
@media screen and (max-width: 640px) {
  .top-contents .top-works:before, .top-contents .top-works:after {
    height: 63px;
  }
}
.top-contents .top-works:before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  top: -53px;
}
@media screen and (max-width: 640px) {
  .top-contents .top-works:before {
    top: -51px;
  }
}
.top-contents .top-works:after {
  bottom: -53px;
}
@media screen and (max-width: 640px) {
  .top-contents .top-works:after {
    bottom: -51px;
  }
}
.top-contents .top-works .splide-main {
  max-width: 750px;
  margin: 0 auto;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  pointer-events: none;
  -webkit-transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, transform 0.6s ease;
  transition: opacity 0.6s ease, transform 0.6s ease, -webkit-transform 0.6s ease;
}
@media screen and (max-width: 959px) and (min-width: 641px) {
  .top-contents .top-works .splide-main {
    max-width: 540px;
  }
}
.top-contents .top-works .splide-main.show {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  pointer-events: auto;
}
.top-contents .top-works .splide__slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  text-align: left;
}
.top-contents .top-works .splide__slide .top-works__wrap {
  display: block;
}
.top-contents .top-works .top-works__title {
  font-size: 32px;
  margin: 20px 0;
}
@media screen and (max-width: 640px) {
  .top-contents .top-works .top-works__title {
    font-size: 21px;
  }
}
.top-contents .top-works .top-works__text {
  font-size: 18px;
}
@media screen and (max-width: 640px) {
  .top-contents .top-works .top-works__text {
    font-size: 15px;
  }
}
.top-contents .top-works .splide-thumb {
  width: 100%;
  margin: 60px auto 0;
}
.top-contents .top-works .splide-thumb .splide__slide {
  border: 0;
}
.top-contents .top-works .splide-thumb .splide__slide.is-active {
  border: 0;
}
.top-contents .top-works .splide-thumb img {
  width: 100%;
}
.top-contents .top-works .line-container {
  position: relative;
  width: 100%;
  height: 2px;
  background-color: #FFFF00;
  overflow: hidden;
  margin-top: 40px;
}
.top-contents .top-works .line-container .line {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#FFFF00), color-stop(50%), color-stop(60%, #00FFFF), color-stop(65%, #FF0000), color-stop(75%, #FF0000), color-stop(80%, #00FFFF), color-stop(90%, #FFFF00));
  background: linear-gradient(90deg, #FFFF00, 50%, #00FFFF 60%, #FF0000 65%, #FF0000 75%, #00FFFF 80%, #FFFF00 90%);
}
.top-contents .top-profile {
  position: relative;
  background-color: #F2F2F2;
}
@media screen and (max-width: 640px) {
  .top-contents .top-profile {
    padding: 100px 0 60px;
  }
}
.top-contents .top-profile:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -100px;
  width: 100%;
  height: 100px;
  background: url("../img/bg02.jpg") repeat-x center/cover;
}
@media screen and (max-width: 640px) {
  .top-contents .top-profile:after {
    bottom: -50px;
    height: 50px;
  }
}
.top-contents .top-profile .top-profile__list {
  display: block;
  max-width: 540px;
  margin-bottom: 60px;
}
.top-contents .top-profile .top-profile__item {
  display: block;
}
@media screen and (max-width: 640px) {
  .top-contents .top-profile .top-profile__item {
    display: block;
  }
}
.top-contents .top-profile .top-profile__item:nth-child(n+2) {
  margin-top: 30px;
}
@media screen and (max-width: 640px) {
  .top-contents .top-profile .top-profile__item:nth-child(n+2) {
    margin-top: 20px;
  }
}
.top-contents .top-profile .top-profile__item .top-profile__title {
  margin-top: 5px;
}
.top-contents .top-profile .top-history__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 640px) {
  .top-contents .top-profile .top-history__item {
    display: block;
  }
}
.top-contents .top-profile .top-history__item:nth-child(n+2) {
  margin-top: 16px;
}
@media screen and (max-width: 640px) {
  .top-contents .top-profile .top-history__item:nth-child(n+2) {
    margin-top: 20px;
  }
}
.top-contents .top-profile .top-history__dt {
  width: 80px;
}
@media screen and (max-width: 640px) {
  .top-contents .top-profile .top-history__dt {
    text-align: left;
  }
}
.top-contents .top-profile .top-history__dd {
  text-align: left;
  width: calc(100% - 100px);
}
@media screen and (max-width: 640px) {
  .top-contents .top-profile .top-history__dd {
    width: 100%;
    margin-top: 5px;
  }
}
.top-contents .top-profile .top-history__dd li:nth-child(n+2) {
  margin-top: 16px;
}
@media screen and (max-width: 640px) {
  .top-contents .top-profile .top-history__dd li:nth-child(n+2) {
    margin-top: 20px;
  }
}
.top-contents .top-profile .top-gallery {
  margin: 70px 0 0;
}
.top-contents .top-profile .top-gallery .top-gallery__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 640px) {
  .top-contents .top-profile .top-gallery .top-gallery__list {
    display: block;
    max-width: 375px;
  }
}
@media screen and (max-width: 375px) {
  .top-contents .top-profile .top-gallery .top-gallery__list {
    max-width: 320px;
  }
}
.top-contents .top-profile .top-gallery .top-gallery__item {
  width: 33.3333333333%;
}
@media screen and (max-width: 640px) {
  .top-contents .top-profile .top-gallery .top-gallery__item {
    width: 100%;
  }
}
@media screen and (min-width: 641px) {
  .top-contents .top-profile .top-gallery .top-gallery__item:nth-child(n+2) {
    margin-left: 20px;
  }
}
@media screen and (max-width: 640px) {
  .top-contents .top-profile .top-gallery .top-gallery__item:nth-child(n+2) {
    margin-top: 50px;
  }
}
.top-contents .top-profile .top-gallery .top-gallery__img {
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-filter: drop-shadow(4px 4px 3px #aaa9be);
          filter: drop-shadow(4px 4px 3px #aaa9be);
}
.top-contents .top-profile .top-gallery .top-gallery__text {
  margin-top: 20px;
}
.top-contents .top-contact .top-contact__form input,
.top-contents .top-contact .top-contact__form textarea {
  width: 100%;
  padding: 14px 16px;
  background-color: #F5F5F5;
  margin-bottom: 20px;
  font-family: sans-serif;
}
.top-contents .top-contact .top-contact__form input:focus,
.top-contents .top-contact .top-contact__form textarea:focus {
  outline: none;
  -webkit-box-shadow: 0px 0px 3px 0px #AAA9BE;
          box-shadow: 0px 0px 3px 0px #AAA9BE;
}
.top-contents .top-contact .top-contact__form textarea {
  height: 200px;
  resize: none;
  margin-bottom: 0;
  text-align: justify;
}
@media screen and (max-width: 640px) {
  .top-contents .top-contact .top-contact__form textarea {
    height: 200px;
  }
}
.top-contents .top-contact .top-contact__form .top-contact__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 10px;
}
.top-contents .top-contact .top-contact__form .top-contact__box .top-contact__name {
  color: #999;
}
.top-contents .top-contact .top-contact__form .top-contact__box .top-contact__name .roma {
  margin-left: 16px;
  font-size: 14px;
  color: #808080;
  font-family: Cormorant;
}
.top-contents .top-contact .top-contact__form .top-contact__box .required {
  background-color: #aaa9be;
  color: #fff;
  padding: 0 5px 1px;
  margin-left: 10px;
  border-radius: 5px;
  font-size: 13px;
  display: inline-block;
}
.top-contents .top-contact .top-contact__form .top-contact__privacy {
  border-top: 1px solid #999;
  width: 100%;
  padding: 16px;
  background-color: #F5F5F5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 640px) {
  .top-contents .top-contact .top-contact__form .top-contact__privacy {
    display: block;
    text-align: center;
  }
}
.top-contents .top-contact .top-contact__form .top-contact__privacy .top-contact__text {
  color: #999;
  vertical-align: top;
}
.top-contents .top-contact .top-contact__form .top-contact__privacy .modal-open {
  display: inline-block;
  border-bottom: 1px solid #999;
  vertical-align: bottom;
}
.top-contents .top-contact .top-contact__form .top-contact__privacy .modal {
  position: fixed;
  inset: 0;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.7);
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s cubic-bezier(0.4, 0.4, 0, 1);
  transition: 0.3s cubic-bezier(0.4, 0.4, 0, 1);
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.top-contents .top-contact .top-contact__form .top-contact__privacy .modal.is-open {
  opacity: 1;
  visibility: visible;
}
.top-contents .top-contact .top-contact__form .top-contact__privacy .modal-container {
  cursor: default;
  background: #fff;
  padding: 20px;
  max-width: 750px;
  width: calc(100% - 40px);
  height: 70vh;
  overflow-y: scroll;
  border-radius: 10px;
  position: relative;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
  text-align: left;
}
.top-contents .top-contact .top-contact__form .top-contact__privacy .modal-container::-webkit-scrollbar {
  display: none;
}
.top-contents .top-contact .top-contact__form .top-contact__privacy .top-privacy__heading {
  font-size: 20px;
  margin-bottom: 10px;
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
}
@media screen and (max-width: 640px) {
  .top-contents .top-contact .top-contact__form .top-contact__privacy .top-privacy__heading {
    font-size: 18px;
  }
}
.top-contents .top-contact .top-contact__form .top-contact__privacy .top-privacy__heading:nth-child(n+2) {
  margin-top: 40px;
}
@media screen and (max-width: 640px) {
  .top-contents .top-contact .top-contact__form .top-contact__privacy .top-privacy__heading:nth-child(n+2) {
    margin-top: 30px;
  }
}
.top-contents .top-contact .top-contact__form .top-contact__privacy .top-privacy__text > a {
  font-family: Cormorant;
  text-decoration: underline;
}
.top-contents .top-contact .top-contact__form .top-contact__privacy .top-privacy__list .top-privacy__item {
  position: relative;
  padding-left: 11px;
  text-indent: -8px;
}
.top-contents .top-contact .top-contact__form .top-contact__privacy .top-privacy__list .top-privacy__item:before {
  content: "・";
}
.top-contents .top-contact .top-contact__form .top-contact__privacy .modal-close {
  position: absolute;
  top: 10px;
  right: 15px;
  cursor: pointer;
  font-size: 20px;
}
.top-contents .top-contact .top-contact__form .top-contact__privacy .top-contact__submit {
  padding: 5px 10px;
  border: 1px solid #000;
  -webkit-transition: 0.3s cubic-bezier(0.4, 0.4, 0, 1);
  transition: 0.3s cubic-bezier(0.4, 0.4, 0, 1);
}
@media screen and (max-width: 640px) {
  .top-contents .top-contact .top-contact__form .top-contact__privacy .top-contact__submit {
    margin: 20px auto 0;
  }
}
.top-contents .top-contact .top-contact__form .top-contact__privacy .top-contact__submit:hover {
  background-color: #000;
  color: #fff;
}