#item {
  display: flex;
  justify-content: center;
  margin: 0 auto 6% auto;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
}
@media screen and (max-width: 1000px) {
  #item {
    flex-direction: column;
    margin: 0 auto 4% auto;
  }
}
#item div {
  display: none;
  font-size: 1.2em;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  #item div {
    display: block;
  }
}
#item div span {
  display: inline-block;
  padding: 0 24px 0 0;
  margin: 0 0 10% 0;
  line-height: 1;
  position: relative;
}
@media screen and (max-width: 1000px) {
  #item div span {
    margin: 0 0 4% 0;
  }
}
#item div span:after {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  right: 1px;
  top: 1px;
  border-top: solid 1px #000;
  border-right: solid 1px #000;
  transform: rotate(135deg);
  transition: 0.2s;
}
#item div span.open:after {
  transform: rotate(-45deg);
  top: 45%;
}
#item ul {
  display: flex;
  justify-content: center;
  gap: 40px;
}
@media screen and (max-width: 1000px) {
  #item ul {
    display: none;
    flex-direction: column;
    text-align: center;
    gap: 0;
  }
}
#item ul li {
  line-height: 1;
  margin: 0 0 2px 0;
}
@media screen and (max-width: 1000px) {
  #item ul li {
    margin: 0 0 5% 0;
  }
}
#item ul li span:hover {
  cursor: pointer;
  opacity: 0.5;
  transition: 0.3s;
}
#item ul li span.current {
  border-bottom: 1px solid #000;
}
#item ul li span.current:hover {
  cursor: auto;
  opacity: 1;
}

#kv {
  margin: 0 0 8% 0;
}

.title {
  font-family: "Inter", sans-serif;
  font-size: 1.3em;
  font-weight: 900;
  line-height: 1;
  text-align: left;
  text-transform: uppercase;
  margin: 0 0 5% 0 !important;
}

#summary {
  padding: 0 40% 0 15%;
  margin: 0 0 6% 0;
}
@media screen and (max-width: 1000px) {
  #summary {
    padding: 0 6%;
  }
}
#summary p {
  margin: 0 0 3% 0;
}
#summary #spec_jp {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10%;
  padding: 2% 0 0 0;
}
@media screen and (max-width: 1000px) {
  #summary #spec_jp {
    gap: 0;
    font-size: 80%;
  }
}
#summary #spec_jp dl {
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 1000px) {
  #summary #spec_jp dl {
    gap: 5px;
  }
}
#summary #spec_jp dl dt {
  width: 5em;
  font-weight: 500;
}
#summary #spec_en {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10%;
  padding: 2% 0 0 0;
}
@media screen and (max-width: 1000px) {
  #summary #spec_en {
    gap: 0;
    font-size: 0.7em;
  }
}
#summary #spec_en div:last-child dl dt {
  width: 5.5em;
}
@media screen and (max-width: 1000px) {
  #summary #spec_en div:last-child dl dt {
    width: 5em;
  }
}
#summary #spec_en div:last-child dl dd {
  width: 14em;
}
#summary #spec_en dl {
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 1000px) {
  #summary #spec_en dl {
    gap: 5px;
  }
}
#summary #spec_en dl dt {
  width: 3.5em;
  font-weight: 500;
}
@media screen and (max-width: 1000px) {
  #summary #spec_en dl dt {
    width: 4.5em;
  }
}

#detail_1 {
  display: flex;
  flex-direction: column;
}
#detail_1 div {
  margin: 0 0 50px 0;
}
@media screen and (max-width: 1000px) {
  #detail_1 div {
    margin: 0 0 30px 0;
  }
}
#detail_1 div:last-child {
  margin: 0;
}
#detail_1 .layout_1 {
  padding: 0 15%;
}
@media screen and (max-width: 1000px) {
  #detail_1 .layout_1 {
    padding: 0;
  }
}
#detail_1 .layout_2 {
  padding: 0 39.7% 0 15%;
}
@media screen and (max-width: 1000px) {
  #detail_1 .layout_2 {
    padding: 0;
  }
}
#detail_1 .layout_3 {
  padding: 0 15% 0 39.7%;
}
@media screen and (max-width: 1000px) {
  #detail_1 .layout_3 {
    padding: 0;
  }
}
#detail_1 .layout_4_1 {
  display: flex;
  justify-content: space-between;
  gap: 6%;
  padding: 0 15%;
}
@media screen and (max-width: 1000px) {
  #detail_1 .layout_4_1 {
    flex-direction: column;
    gap: 0;
    padding: 0;
  }
}
#detail_1 .layout_4_1 p {
  width: 33.3%;
}
@media screen and (max-width: 1000px) {
  #detail_1 .layout_4_1 p {
    width: 100%;
    margin: 0 0 6% 0;
  }
}
@media screen and (max-width: 1000px) {
  #detail_1 .layout_4_1 p:last-child {
    margin: 0;
  }
}
#detail_1 .layout_4_2 {
  display: flex;
  gap: 6%;
  padding: 0 15%;
}
@media screen and (max-width: 1000px) {
  #detail_1 .layout_4_2 {
    flex-direction: column;
    gap: 0;
    padding: 0;
  }
}
#detail_1 .layout_4_2 p {
  width: 29.2%;
}
@media screen and (max-width: 1000px) {
  #detail_1 .layout_4_2 p {
    width: 100%;
    margin: 0 0 6% 0;
  }
}
@media screen and (max-width: 1000px) {
  #detail_1 .layout_4_2 p:last-child {
    margin: 0;
  }
}
#detail_1 .layout_4_3 {
  display: flex;
  justify-content: end;
  gap: 6%;
  padding: 0 15%;
}
@media screen and (max-width: 1000px) {
  #detail_1 .layout_4_3 {
    flex-direction: column;
    gap: 0;
    padding: 0;
  }
}
#detail_1 .layout_4_3 p {
  width: 29.2%;
}
@media screen and (max-width: 1000px) {
  #detail_1 .layout_4_3 p {
    width: 100%;
    margin: 0 0 6% 0;
  }
}
@media screen and (max-width: 1000px) {
  #detail_1 .layout_4_3 p:last-child {
    margin: 0;
  }
}
#detail_1 .layout_5_1 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 15%;
}
@media screen and (max-width: 1000px) {
  #detail_1 .layout_5_1 {
    flex-direction: column;
    padding: 0;
  }
}
#detail_1 .layout_5_1 p:first-child {
  width: 64.6%;
}
@media screen and (max-width: 1000px) {
  #detail_1 .layout_5_1 p:first-child {
    width: 100%;
  }
}
#detail_1 .layout_5_1 p:last-child {
  width: 29.3%;
}
@media screen and (max-width: 1000px) {
  #detail_1 .layout_5_1 p:last-child {
    width: 100%;
  }
}
@media screen and (max-width: 1000px) {
  #detail_1 .layout_5_1 p {
    margin: 0 0 6% 0;
  }
}
@media screen and (max-width: 1000px) {
  #detail_1 .layout_5_1 p:last-child {
    margin: 0;
  }
}
#detail_1 .layout_5_2 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 15%;
}
@media screen and (max-width: 1000px) {
  #detail_1 .layout_5_2 {
    flex-direction: column;
    padding: 0;
  }
}
#detail_1 .layout_5_2 p:first-child {
  width: 29.3%;
}
@media screen and (max-width: 1000px) {
  #detail_1 .layout_5_2 p:first-child {
    width: 100%;
  }
}
#detail_1 .layout_5_2 p:last-child {
  width: 64.6%;
}
@media screen and (max-width: 1000px) {
  #detail_1 .layout_5_2 p:last-child {
    width: 100%;
  }
}
@media screen and (max-width: 1000px) {
  #detail_1 .layout_5_2 p {
    margin: 0 0 6% 0;
  }
}
@media screen and (max-width: 1000px) {
  #detail_1 .layout_5_2 p:last-child {
    margin: 0;
  }
}
#detail_1 .footage_trigger {
  display: inline-block;
  cursor: pointer;
  transition: 0.3s;
}
#detail_1 .footage_trigger:hover {
  opacity: 0.7;
}
#detail_1 .modal {
  margin: 0;
}
#detail_1 .modal section {
  width: 100%;
  height: 100%;
  text-align: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1002;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0;
  visibility: hidden;
  overflow: auto;
  transition: 0.5s;
}
#detail_1 .modal section::before {
  content: "";
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
#detail_1 .modal section::after {
  content: "";
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
#detail_1 .modal section.active {
  opacity: 1;
  visibility: visible;
}
#detail_1 .modal section.active article {
  transform: translate(0, 0);
}
#detail_1 .modal section.active::before {
  filter: blur(5px);
}
#detail_1 .modal section article {
  width: 70%;
  padding: 20px;
  margin: 20px 0;
  text-align: justify;
  display: inline-block;
  vertical-align: middle;
  background-color: #fff;
  transform: translate(0, 30px);
  transition: 0.5s;
}
@media screen and (max-width: 1000px) {
  #detail_1 .modal section article {
    width: 98%;
    padding: 10px;
  }
}
#detail_1 .modal section article .close {
  width: 40px;
  height: 40px;
  padding: 10px;
  border-radius: 50%;
  background-color: #fff;
  position: fixed;
  right: -20px;
  top: -20px;
  cursor: pointer;
  transition: 0.2s;
}
@media screen and (max-width: 1000px) {
  #detail_1 .modal section article .close {
    width: 30px;
    height: 30px;
    padding: 5px;
    border-radius: 0%;
    right: 0;
    top: 0;
  }
}
#detail_1 .modal section article .close:hover {
  transform: rotate(180deg);
}
@media screen and (max-width: 1000px) {
  #detail_1 .modal section article .close:hover {
    transform: rotate(0deg);
  }
}
#detail_1 .youtube {
  width: 100%;
  padding: 0 15%;
}
@media screen and (max-width: 1000px) {
  #detail_1 .youtube {
    padding: 0;
  }
}
#detail_1 .youtube .footage {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding: 0 0 56.25% 0;
  position: relative;
}
#detail_1 .youtube .footage iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
#detail_1 #interiors {
  padding: 0 15%;
}
@media screen and (max-width: 1000px) {
  #detail_1 #interiors {
    padding: 6% 6% 0 6%;
  }
}
#detail_1 #interiors #list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
  font-family: "Inter", sans-serif;
  font-size: 1.5em;
  font-weight: 500;
  color: #fff;
  line-height: 1;
  text-transform: uppercase;
}
@media screen and (max-width: 1000px) {
  #detail_1 #interiors #list {
    gap: 30px;
  }
}
#detail_1 #interiors #list figure {
  position: relative;
}
#detail_1 #interiors #list figure a {
  color: #fff;
}
#detail_1 #interiors #list figure figcaption {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.2);
  transition: 0.3s;
  opacity: 0;
}
@media screen and (max-width: 1000px) {
  #detail_1 #interiors #list figure figcaption {
    opacity: 1;
  }
}
#detail_1 #interiors #list figure:hover figcaption {
  opacity: 1;
}
#detail_1 aside {
  padding: 0 15%;
  display: grid;
  gap: 40px;
}
@media screen and (max-width: 1000px) {
  #detail_1 aside {
    padding: 0 6%;
    gap: 20px;
  }
}
#detail_1 aside h2 {
  font-family: "Inter", sans-serif;
  font-size: 1.3em;
  font-weight: 900;
  line-height: 1;
  text-align: left;
  text-transform: uppercase;
}
#detail_1 aside section {
  display: grid;
}
#detail_1 aside section dl {
  display: flex;
  line-height: 2.5;
}
@media screen and (max-width: 1000px) {
  #detail_1 aside section dl {
    line-height: 1.5;
    margin: 0 0 5% 0;
  }
  #detail_1 aside section dl:last-child {
    margin: 0;
  }
}
#detail_1 aside section dl dt {
  width: 8%;
}
@media screen and (max-width: 1000px) {
  #detail_1 aside section dl dt {
    width: 12%;
  }
}
#detail_1 aside section dl dd {
  width: 92%;
  text-align: left;
}
@media screen and (max-width: 1000px) {
  #detail_1 aside section dl dd {
    width: 88%;
  }
}
#detail_1 aside section dl dd span {
  display: block;
}
@media screen and (max-width: 1000px) {
  #detail_1 aside section dl dd span {
    display: block;
    margin: 0 0 2% 0;
  }
}
#detail_1 aside section dl dd a {
  color: #000;
  margin: 0 0 0 10px;
}
@media screen and (max-width: 1000px) {
  #detail_1 aside section dl dd a {
    display: block;
    margin: 0;
  }
}
#detail_1 aside section dl dd a::before {
  content: "> ";
}
#detail_1 aside section dl dd a.link {
  text-decoration: underline;
  margin: 0 !important;
}
#detail_1 aside section dl dd a.link::before {
  content: none;
}/*# sourceMappingURL=projects.css.map */