@charset "UTF-8";
body {
  font-family: "Cormorant Garamond", "Noto Serif JP", sans-serif;
  color: #393939;
}
body .is-fixed {
  overflow: hidden;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 1000;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.header-inner {
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-inner .header-logo {
  font-size: 25px;
  text-align: center;
}
.header-inner .header-nav {
  display: none;
}
.header-inner .header__button {
  margin-left: auto;
}

/* drawer-menu */
.button-drawer {
  cursor: pointer;
  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;
  width: 30px;
  height: 30px;
  border: none;
  background-color: rgba(0, 0, 0, 0);
  background-size: 30px 30px;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../img/HOME/sp/drawer-menu.png);
}

.is-checked {
  background-image: url(../img/HOME/sp/cross-mark.png);
}

.drawer {
  position: fixed;
  top: 90px;
  width: 100%;
  padding: 80px 80px;
  height: calc(100% - 80px);
  background-color: #555;
  overflow-y: auto;
  z-index: 10;
  display: none;
}
.drawer.is-open {
  display: block; /* is-openクラスが付与されたときに表示 */
}

.drawer__menu {
  text-align: center;
  color: #fff;
  border-bottom: 1px solid #fff;
  padding: 25px 0;
  display: block;
  max-width: 300px;
  margin: 0 auto;
}

/*----------------------------------
// pc
----------------------------------*/
@media screen and (min-width: 768px) {
  body {
    letter-spacing: 0.05em;
  }
  .header {
    position: sticky;
  }
  .header .header-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 1080px;
    margin: auto;
  }
  .header .header-logo {
    font-size: 25px;
    text-align: center;
  }
  .header .header-nav {
    display: block;
    margin: 8px 0;
  }
  .header .header-nav .header-nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 30px;
  }
  .header .header-nav .header-nav-item {
    font-size: 16px;
  }
  .header .header-nav .header-nav-link {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .header .header-nav .header-nav-link:hover {
    opacity: 0.7;
  }
  .header .header__button {
    display: none;
  }
}
.fv {
  position: relative;
}

.fv-text-content {
  position: absolute;
  top: 55%;
  left: 13%;
  font-size: 24px;
  color: #fff;
}

.concept {
  border-bottom: 1px solid rgba(154, 144, 132, 0.5);
}
.concept .concept-inner {
  margin: 40px 40px;
}
.concept .concept-inner .concept-text {
  font-size: 12px;
  text-align: center;
  line-height: 2;
}

.container {
  margin-bottom: 40px;
  padding: 0 40px;
}
.container .section-heading {
  text-align: center;
}
.container .section-heading .section-title {
  margin: 24px 0;
  font-size: 20px;
}
.container .section-sub-title {
  font-size: 18px;
}

.list {
  padding: 18px 0;
}
.list .item {
  font-size: 14px;
  font-family: "Noto Serif JP", sans-serif;
}
.list .item + .item {
  padding-top: 9px;
}

@media screen and (min-width: 768px) {
  .fv-text-content {
    top: 45%;
  }
  .concept-inner {
    margin: 60px 40px;
  }
  .concept-inner .concept-text {
    font-size: 13px;
  }
  .container {
    padding: 15px 100px 0;
  }
  .container .section-heading {
    padding: 40px 0;
  }
}
.footer {
  background-color: #BEBFBC;
  color: #fff;
  text-align: center;
}

.footer-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 18px;
  padding-top: 24px;
}

.footer-item {
  font-size: 11px;
}

.footer-copy-wrapper {
  padding: 12px;
}

/*----------------------------------
// pc
----------------------------------*/
@media screen and (min-width: 768px) {
  .footer-item {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .footer-item:hover {
    opacity: 0.7;
  }
}
.works {
  margin-top: 30px;
}

.works-item {
  padding-top: 20px;
  list-style-type: none;
}
.works-item .works-img {
  cursor: pointer;
}
.works-item .works-name {
  text-align: center;
  padding: 10px 0;
  font-size: 17px;
}

/* モーダル */
.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
}
.modal .bigimg {
  position: absolute;
  width: 40%;
  top: 80px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
}

/* contact */
.contact-text {
  text-align: center;
  font-size: 12px;
  padding-bottom: 14px;
}

.contact-form {
  margin-bottom: 60px;
}
.contact-form .contact-item {
  cursor: pointer;
  width: 70%;
  border-radius: 20px;
  border: none;
  background-color: #adadad;
  color: #fff;
  font-family: "Cormorant Garamond", "Noto Serif JP", sans-serif;
  padding: 8px 0;
  font-size: 18px;
  display: block;
  margin: 0 auto 40px;
}

/*----------------------------------
// pc
----------------------------------*/
@media screen and (min-width: 768px) {
  .works-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 28px;
    justify-items: center;
  }
  .works-name {
    font-size: 14px;
  }
  .bigimg {
    position: absolute;
    width: 40%;
    top: 80px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    max-width: 800px;
  }
  .contact-item {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    width: 50%;
  }
  .contact-item:hover {
    opacity: 0.7;
  }
}