body {
  font-family: "Noto Sans JP", sans-serif;
  background-color: #F8F7F4;
  font-size: 16px;
}
@media screen and (max-width: 760px) {
  body {
    font-size: 14px;
  }
}

a {
  color: #1F1F1F;
  text-decoration: none;
}

ul {
  list-style: none;
}

img {
  max-width: 100%;
  vertical-align: bottom;
  -o-object-fit: cover;
     object-fit: cover;
}

.container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 80px 15px;
}

.anchor {
  height: 1px;
  scroll-margin-top: 100px;
}

/*<!-- header -->*/
#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background-color: #F8F7F4;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 80px;
  z-index: 9999;
}
@media screen and (max-width: 760px) {
  #header {
    padding: 0 15px;
  }
}
#header .site-title {
  max-width: 100%;
}
#header .site-title img {
  width: 250px;
}
#header nav {
  font-size: 24px;
  margin-bottom: 20px;
  padding: 30px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transform: translateY(-120%);
  transition: transform 0.8s cubic-bezier(0.77, 0, 0.18, 1);
  z-index: 99;
}
#header nav ul {
  padding-top: 48px;
  text-align: center;
}
#header nav ul li {
  margin-bottom: 38px;
}
#header nav ul li a:hover {
  opacity: 0.5;
}
#header nav a {
  color: #fff;
}
#header .toggle-btn {
  position: relative;
  background-color: transparent;
  border: none;
  right: 10px;
  top: 10px;
  width: 60px;
  height: 40px;
  transition: all 0.5s;
  cursor: pointer;
  z-index: 120;
}
#header .toggle-btn span {
  display: block;
  right: 15px;
  height: 1px;
  background-color: #1F1F1F;
  transition: 0.3s ease-in-out;
  position: absolute;
  z-index: 98;
}
#header .toggle-btn span:nth-child(1) {
  top: 16px;
  width: 30px;
}
#header .toggle-btn span:nth-child(2) {
  top: 24px;
  width: 20px;
}
#header .mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 95;
  background-color: rgba(108, 122, 109, 0.95);
  backdrop-filter: blur(12px);
  opacity: 0;
  transform: translateY(-120%);
  transition: all 0.8s cubic-bezier(0.77, 0, 0.18, 1);
}
#header.open .toggle-btn span {
  background-color: #fff;
  z-index: 150;
}
#header.open .toggle-btn span:nth-child(1) {
  top: 24px;
  background: #fff;
  transform: rotate(-45deg);
}
#header.open .toggle-btn span:nth-child(2) {
  top: 24px;
  background: #fff;
  width: 30px;
  transform: rotate(45deg);
}
#header.open .mask {
  cursor: pointer;
  opacity: 0.95;
  transform: translateY(0%);
}
#header.open nav {
  transform: translateY(0%);
  opacity: 1;
}

span {
  color: #5D6B5E;
}

.common {
  font-family: "Cormorant Garamond", serif;
  font-size: 24px;
  letter-spacing: 0.2em;
}

/*<!-- FV -->*/
.mainvisual {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 100px 15px 0;
  height: 100vh;
  margin: 0 auto;
}
.mainvisual .zoom {
  width: 400px;
  height: auto;
}
.mainvisual .zoom img {
  animation: animationZoom 5s ease-in-out forwards;
}
@keyframes animationZoom {
  100% {
    transform: scale(1.1);
  }
}
@media screen and (max-width: 760px) {
  .mainvisual .zoom {
    width: 82%;
    margin: 0 auto;
  }
}
.mainvisual .title {
  font-family: "Hurricane", cursive;
  font-size: 56px;
  line-height: 1.5;
  letter-spacing: 0.8em;
  left: 500px;
  z-index: 999;
}
.mainvisual .title .title.pc {
  display: block;
}
.mainvisual .title .title-sp {
  display: none;
}
.mainvisual .title .title-name {
  font-family: "Cormorant Garamond", serif;
  font-size: 32px;
  letter-spacing: 0.6em;
}
@media screen and (max-width: 760px) {
  .mainvisual {
    flex-direction: column;
    height: auto;
  }
  .mainvisual .title {
    width: 100%;
    text-align: center;
  }
  .mainvisual .title .title-pc {
    display: none;
  }
  .mainvisual .title .title-sp {
    display: block;
    font-size: 56px;
    line-height: 0.95;
    letter-spacing: 0.2em;
  }
  .mainvisual .title .title-name {
    letter-spacing: 0.25em;
    font-size: 24px;
    margin-top: 10px;
  }
}

#concept {
  z-index: 1;
}

.item {
  position: relative;
}
.item .section-title-en {
  font-family: "Cormorant Garamond", serif;
  font-size: 24px;
}
.item .section-title {
  font-size: 36px;
  padding-bottom: 40px;
}
.item .item-text {
  letter-spacing: 0.3em;
  line-height: 1.8;
}

/*<!-- WORKS -->*/
#works {
  background-color: #E0DDD8;
  z-index: 2;
}
#works .works-filter {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin: 0 0 70px;
  flex-wrap: wrap;
}
#works .works-filter button {
  font-family: "Cormorant Garamond", serif;
  font-size: 16px;
  letter-spacing: 0.12em;
  color: #1F1F1F;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0 0 6px;
  position: relative;
}
#works .works-filter button::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 0.5px;
  background-color: #5D6B5E;
  transition: 0.3s;
}
#works .works-filter button:hover, #works .works-filter button.is-active {
  color: #5D6B5E;
}
#works .works-filter button:hover::after, #works .works-filter button.is-active::after {
  width: 100%;
}
#works .works-grid {
  display: grid;
  justify-content: center;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 60px;
  grid-auto-flow: row dense;
  padding-bottom: 80px;
  align-items: start;
}
@media screen and (max-width: 760px) {
  #works .works-grid {
    grid-template-columns: 1fr;
  }
}
#works .works-grid .works-item {
  position: relative;
  background-color: #fff;
  background-size: cover;
  background-position: center;
  box-sizing: border-box;
  grid-column-start: auto;
  grid-row-start: auto;
  max-width: 420px;
  overflow: hidden;
  box-shadow: -2px 2px 10px rgba(68, 68, 68, 0.4);
  transition: 0.3s;
}
#works .works-grid .works-item::after {
  content: "";
  position: absolute;
  background-color: #1F1F1F;
  opacity: 0.3;
  transition: opacity 0.3s ease-in-out;
}
#works .works-grid .works-item:hover {
  transform: scale(1.05);
  opacity: 0.9;
}
#works .works-grid .works-item:hover::after {
  opacity: 0;
}
#works .works-grid .works-item .works-img {
  display: block;
  width: 100%;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
}
#works .works-grid .works-item.flyer .works-img {
  aspect-ratio: auto;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
#works .works-grid .works-item .works-text {
  position: relative;
  z-index: 1;
  padding: 15px;
  display: flex;
  gap: 20px;
  text-transform: lowercase;
  align-items: center;
}
#works .works-grid .works-item .works-text .category {
  font-size: 16px;
}
#works .works-grid .works-item .works-text .sp-view {
  display: none;
}
@media screen and (max-width: 760px) {
  #works .works-grid .works-item .works-text {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 6px;
  }
  #works .works-grid .works-item .works-text .company-name {
    grid-column: 1/3;
  }
  #works .works-grid .works-item .works-text .category {
    grid-column: 1;
  }
  #works .works-grid .works-item .works-text .sp-view {
    display: block;
    grid-column: 2;
    align-self: end;
    font-family: "Cormorant Garamond", serif;
    font-size: 11px;
    letter-spacing: 0.2em;
    opacity: 0.8;
    color: #5D6B5E;
  }
}
#works .works-grid .works-item a:active {
  opacity: 0.75;
}
#works .works-btn {
  display: flex;
  justify-content: center;
  position: relative;
  width: 200px;
  margin: 0 auto;
  padding: 0.9em 2em;
  border: none;
  border-bottom: 2px solid transparent;
  color: #1F1F1F;
  font-weight: 600;
  font-size: 1em;
}
#works .works-btn::after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  transform: scaleX(0);
  width: 100%;
  height: 1px;
  background-color: #5D6B5E;
  transition: transform 0.3s ease;
}
#works .works-btn:hover::after {
  transform: scaleX(1);
}

.inner {
  max-width: 990px;
  padding: 0 50px;
  margin: 0 auto;
}
@media screen and (max-width: 760px) {
  .inner {
    padding: 0 0;
  }
}

/*<!-- ABOUT -->*/
#about {
  overflow: hidden;
  background-color: #EDE8E1;
  min-height: 100svh;
  z-index: 3;
}
#about .about-box {
  display: flex;
  gap: 60px;
  align-items: center;
}
#about .about-box .about-content {
  display: flex;
  flex-direction: column;
}
#about .about-box .about-content .item-text {
  letter-spacing: 0.2em;
  line-height: 2.8;
  padding: 30px 0;
}
@media screen and (max-width: 760px) {
  #about .about-box .about-content .item-text {
    line-height: 1.8;
  }
}
#about .about-box .about-content .about-btn {
  font-size: 1em;
}
#about .about-box .about-content .about-btn a {
  position: relative;
  max-width: 240px;
  padding: 10px 25px;
  color: #1F1F1F;
  transition: 0.3s ease-in-out;
  font-weight: 600;
}
#about .about-box .about-content .about-btn a::before {
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  right: -2em;
  transform: translateY(calc(-50% - 2px)) rotate(30deg);
  width: 12px;
  height: 1px;
  background-color: #5D6B5E;
  transition: 0.3s;
}
#about .about-box .about-content .about-btn a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -2em;
  transform: translateY(-50%);
  width: 40px;
  height: 1px;
  background-color: #5D6B5E;
  transition: 0.3s;
}
#about .about-box .about-content .about-btn a:hover::before, #about .about-box .about-content .about-btn a:hover::after {
  right: -2.5em;
}
#about .about-box .about-content .about-btn a:hover {
  color: #5D6B5E;
}
@media screen and (max-width: 760px) {
  #about .about-box {
    flex-direction: column;
  }
}

.top-page #contact {
  overflow: hidden;
  min-height: 100svh;
  z-index: 4;
}
.top-page #contact .container {
  padding-top: 140px;
}

#contact {
  display: flex;
  text-align: center;
  background-color: #F8F7F4;
  z-index: 5;
}
#contact .item-text {
  padding-bottom: 40px;
  text-align: left;
}
#contact .contact-list {
  text-align: center;
}
#contact .contact-list a {
  color: #1F1F1F;
}
#contact .contact-list a:hover {
  color: #5D6B5E;
  opacity: 0.5;
}
#contact .contact-list .sns {
  font-size: 20px;
  padding-top: 20px;
}
#contact .contact-list .sns .line {
  padding-right: 20px;
}

/*<!-- FOOTER -->*/
#footer {
  font-family: "Cormorant Garamond", serif;
  font-size: 10px;
  text-align: center;
  padding-bottom: 20px;
}

/*<!-- about.html -->*/
.en {
  font-family: "Cormorant Garamond", serif;
  font-size: 1em;
  letter-spacing: 0.2em;
}

.content-title {
  font-weight: lighter;
  padding-bottom: 40px;
}

#about-lower,
#service .section-title {
  padding-bottom: 200px;
}

body:not(.top-page) .container {
  padding-top: 140px;
}
body:not(.top-page) #contact .container {
  padding-top: 80px;
}
body:not(.top-page) main {
  background-color: #F8F7F4;
}
body:not(.top-page) #about {
  overflow: visible;
  background-color: #F8F7F4;
}
body:not(.top-page) #about .section-title {
  padding-bottom: 60px;
}
body:not(.top-page) #about .design_border .border-pc {
  position: absolute;
  top: 180px;
  left: 450px;
  z-index: 1;
}
@media screen and (max-width: 760px) {
  body:not(.top-page) #about .design_border .border-pc {
    display: none;
  }
}
body:not(.top-page) #about .design_border .border-sp {
  display: none;
}
@media screen and (max-width: 760px) {
  body:not(.top-page) #about .design_border .border-sp {
    display: block;
    position: absolute;
    top: 150px;
    left: 250px;
    z-index: 9;
  }
}
@media screen and (max-width: 760px) {
  body:not(.top-page) #about .design_border {
    left: 150px;
    top: 180px;
  }
}
body:not(.top-page) #about .about_lower_layer {
  display: flex;
  justify-content: space-between;
  gap: 120px;
}
body:not(.top-page) #about .about_lower_layer .about-text-box .birth .birthdate {
  padding-bottom: 20px;
}
body:not(.top-page) #about .about_lower_layer .about-text-box .item-text {
  padding-top: 40px;
}
@media screen and (max-width: 760px) {
  body:not(.top-page) #about .about_lower_layer {
    flex-direction: column;
    gap: 60px;
  }
  body:not(.top-page) #about .about_lower_layer img {
    display: block;
    width: 50%;
    margin: 0 auto;
  }
}

.wrapper {
  max-width: 910px;
  padding: 0 150px;
  margin: 0 auto;
}
@media screen and (max-width: 760px) {
  .wrapper {
    padding: 0 0;
  }
}

.sub-category {
  text-align: center;
  padding-top: 80px;
}
.sub-category .content-title {
  text-align: left;
}

#service .service-item {
  padding-bottom: 160px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 30px;
  position: relative;
  z-index: 1;
}
#service .service-item .initial::before {
  content: "W";
  top: -100px;
  right: 300px;
  position: absolute;
  font-size: 20px;
}
@media screen and (max-width: 760px) {
  #service .service-item .initial::before {
    right: 220px;
  }
}
#service .service-item .slash::after {
  content: "";
  border-right: 0.25px solid #5D6B5E;
  height: 150px;
  transform: rotate(25deg);
  position: absolute;
  top: -100px;
}
#service .service-item p {
  line-height: 1.5;
}
@media screen and (max-width: 760px) {
  #service .service-item {
    padding-bottom: 200px;
  }
}
#service .design_border2 .border2-pc {
  position: absolute;
  bottom: -100px;
  left: 630px;
  z-index: 99;
}
@media screen and (max-width: 760px) {
  #service .design_border2 .border2-pc {
    display: none;
  }
}
#service .design_border2 .border2-sp {
  display: none;
}
@media screen and (max-width: 760px) {
  #service .design_border2 .border2-sp {
    display: block;
    position: absolute;
    bottom: -100px;
    left: 200px;
    z-index: 999;
  }
}

/*<!-- works.html -->*/
.pagination {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}
.pagination .page-numbers {
  color: #1F1F1F;
  font-size: 14px;
  position: relative;
  padding: 0 6px 8px;
  margin: 0 15px;
}
.pagination .page-numbers::after {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #1F1F1F;
  transition: 0.3s;
}
.pagination .page-numbers:hover::after {
  width: 100%;
}

.works-contact {
  background-color: #E0DDD8 !important;
}

.works-footer {
  background-color: #E0DDD8 !important;
}

/*<!-- works.project -->*/
.lower_layer .inner {
  text-align: left;
}
.lower_layer .inner .works-mainvisual {
  text-align: center;
}
.lower_layer .inner .works-mainvisual .mainvisual-link {
  position: relative;
  display: inline-block;
  overflow: hidden;
  box-shadow: -15px 5px 25px #444;
}
.lower_layer .inner .works-mainvisual img {
  display: block;
  width: 100%;
}
.lower_layer .inner .works-mainvisual.is-web img {
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
}
.lower_layer .inner .works-mainvisual.is-image img {
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.lower_layer .inner .works-mainvisual.is-image .mainvisual-link {
  max-width: 700px;
  display: inline-block;
}
.lower_layer .inner .works-mainvisual .mainvisual-link:hover img {
  filter: brightness(0.65);
  transform: scale(1.02);
}
.lower_layer .inner .works-mainvisual .mainvisual-view {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-family: "Cormorant Garamond", serif;
  font-size: 18px;
  letter-spacing: 0.12em;
  opacity: 0;
  transition: 0.4s;
  pointer-events: none;
}
.lower_layer .inner .works-mainvisual .mainvisual-view::after {
  content: "";
  display: inline-block;
  width: 38px;
  height: 1px;
  background-color: #fff;
  margin-left: 16px;
  vertical-align: middle;
}
.lower_layer .inner .works-mainvisual .mainvisual-link:hover .mainvisual-view {
  opacity: 1;
}
.lower_layer .inner .works-project .works-title {
  color: #5D6B5E;
  font-weight: 400;
  font-size: 24px;
  padding-top: 80px;
}
.lower_layer .inner .works-project .works-category {
  display: grid;
  grid-template-columns: auto 24px auto;
  justify-content: start;
  align-items: center;
  gap: 40px;
  letter-spacing: 0.1em;
  padding: 40px 0;
}
.lower_layer .inner .works-project .works-category .works-slash {
  display: block;
  width: 1px;
  height: 25px;
  background-color: #5D6B5E;
  transform: rotate(25deg);
}
.lower_layer .inner .works-project dl {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 40px 0;
}
.lower_layer .inner .works-project dl dt {
  display: flex;
  justify-content: space-between;
  width: 10%;
  padding: 20px 0;
}
.lower_layer .inner .works-project dl dt::after {
  content: ":";
  top: 0;
  right: 15px;
}
@media screen and (max-width: 760px) {
  .lower_layer .inner .works-project dl dt {
    width: 28%;
  }
}
.lower_layer .inner .works-project dl dd {
  width: 88%;
  padding: 20px 0;
}
@media screen and (max-width: 760px) {
  .lower_layer .inner .works-project dl dd {
    width: 65%;
  }
}
.lower_layer .inner .project-description {
  padding-bottom: 40px;
}
.lower_layer .inner .project-description .works-title-layer {
  color: #5D6B5E;
  font-weight: 400;
  padding-bottom: 10px;
}
.lower_layer .inner .project-description .works-text-layer {
  letter-spacing: 0.1em;
}
.lower_layer .hp-image {
  display: flex;
  gap: 80px;
}
@media screen and (max-width: 760px) {
  .lower_layer .hp-image {
    flex-direction: column;
    gap: 40px;
  }
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}

#pagetop {
  position: fixed;
  right: 40px;
  bottom: 20px;
  z-index: 5500;
  display: block;
  width: 42px;
  height: 42px;
  cursor: pointer;
  background: rgba(0, 0, 0, 0);
  border: 1px solid #5D6B5E;
  border-radius: 50%;
  opacity: 0;
  transition: 0.5s;
}

#pagetop {
  opacity: 0;
  pointer-events: none;
}

#pagetop.visible {
  opacity: 1;
  pointer-events: auto;
}

#pagetop span {
  position: absolute;
  top: 16px;
  left: 14px;
  display: block;
  width: 13px;
  height: 13px;
  content: "";
  border-top: 1px solid #5D6B5E;
  border-right: 1px solid #5D6B5E;
  transform: rotate(315deg);
}

.js-scroll-overlap:not(.is-disabled) {
  --sticky-offset: -1px;
  top: var(--sticky-offset);
  position: sticky;
}

@media screen and (max-width: 760px) {
  .js-scroll-overlap {
    position: relative !important;
    top: auto !important;
  }
}/*# sourceMappingURL=main.css.map */