@charset "UTF-8";
main {
  position: relative;
}

.variation {
  background: #eceade;
}

.sup {
  font-size: 25%;
}

.mv {
  background: #FFF;
}

.img_note {
  font-size: 10px;
  color: #000;
  text-align: right;
  line-height: 1;
  margin-top: 4px;
  padding: 0 4px;
  font-weight: 600;
}
.img_note.left {
  text-align: left;
}

.img_note2 {
  font-size: 10px;
  color: #000;
  text-align: right;
  line-height: 1;
  position: absolute;
  padding: 0 4px;
  bottom: 0;
  right: 0;
}

.garamond {
  font-family: "EB Garamond", serif;
  letter-spacing: 0.1em;
  line-height: 1.2;
}

.ac-ttl {
  width: 22%;
  height: 100%;
  background: rgba(207, 206, 196, 0.8);
  position: absolute;
  top: 0;
  left: 25%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFF;
  font-size: 46px;
  line-height: 1;
  letter-spacing: 0.1em;
  text-shadow: 0 0 10px #000;
}
@media screen and (max-width: 767px) {
  .ac-ttl {
    width: 40%;
    left: 15%;
    font-size: 7vw;
  }
}

br.pc {
  display: none;
}
@media (min-width: 768px) {
  br.pc {
    display: inline;
  }
}

.text_p1 {
  color: #968d54;
  font-size: 18px;
  line-height: 1.5;
}
.text_p1.has-dec-L::after {
  content: "■";
  position: absolute;
  top: -1.5em;
  left: -1.5em;
}
.text_p1.has-dec-R::after {
  content: "■";
  position: absolute;
  top: -1.5em;
  right: 1.5em;
}

.text_p2 {
  margin-top: 1em;
  font-size: 12px;
}

.design_text {
  padding: 0 20px;
  margin: 80px auto 0;
  max-width: 960px;
}
.design_text_head {
  font-size: 20px;
  line-height: 1.5;
  text-align: center;
}
.design_text_body {
  margin-top: 30px;
  font-size: 14px;
  letter-spacing: 0;
  font-feature-settings: "palt";
  line-height: 2.5;
}
@media (min-width: 768px) {
  .design_text_body {
    text-align: center;
  }
}

.tab {
  margin: 0 auto;
  padding: 80px 20px 40px;
  width: 100%;
  max-width: 800px;
  text-align: center;
}
.tab_head {
  font-size: 24px;
  letter-spacing: 0.1em;
}
.tab_ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
}
.tab_li {
  width: 50%;
  border-left: 1px solid #FFF;
}
.tab_a {
  display: block;
  width: 100%;
  line-height: 1;
  padding: 10px;
  font-size: 14px;
  background: #cfcec4;
  color: #000;
  letter-spacing: 0.1em;
}
.tab_a.current {
  background: #796a56;
  color: #FFF;
  pointer-events: none;
}
.tab_a:hover {
  background: #796a56;
  color: #FFF;
}
@media (min-width: 580px) {
  .tab_li {
    width: 25%;
  }
}

.arch_img1 {
  margin: 50px auto 0;
  max-width: 1040px;
  padding: 0 20px;
}
@media (min-width: 580px) {
  .arch_img1.sp {
    display: none;
  }
}
.arch_text1 {
  padding: 0 20px;
}
.arch_text1_in {
  margin-top: 30px;
}
@media (min-width: 580px) {
  .arch_text1 {
    display: flex;
    justify-content: space-between;
    max-width: 1040px;
    margin: 0 auto;
  }
  .arch_text1_in {
    width: calc(50% - 30px);
    margin-top: 60px;
  }
  .arch_text1_in:nth-of-type(1)::after {
    content: "";
    width: 10px;
    height: 100%;
    position: absolute;
    top: 0;
    right: -30px;
    background: url(../images/design/bar-1.png) no-repeat center/auto 100%;
  }
}

.arch2 {
  margin: 100px auto 0;
  max-width: 1000px;
}
.arch2_img {
  margin-top: 30px;
}
.arch2_text {
  padding: 0 20px;
  margin: 30px auto 0;
  max-width: 640px;
}
.arch2_text_head {
  font-size: 32px;
  margin-bottom: 20px;
}
@media (min-width: 1100px) {
  .arch2_img {
    margin: 0;
  }
  .arch2_img::before {
    content: "";
    width: 10px;
    height: 50%;
    position: absolute;
    top: -30px;
    left: -50px;
    background: url(../images/design/bar-1.png) no-repeat center/auto 100%;
  }
  .arch2_text {
    margin: 0;
    position: absolute;
    width: 40%;
    top: 0;
    left: 0;
    z-index: 1;
  }
}

.arch3 {
  margin-top: 80px;
}
.arch3_text {
  padding: 0 20px;
}
.arch3_text_head {
  font-size: 32px;
  margin-bottom: 20px;
}
.arch3_img {
  margin-top: 30px;
}
@media (min-width: 580px) {
  .arch3_text {
    display: flex;
    max-width: 800px;
    margin: 0 auto;
  }
  .arch3_text_head {
    width: 40%;
    text-align: right;
    transform: translateY(-50px);
  }
  .arch3_text_head::after {
    content: "";
    width: 100%;
    height: 10px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: url(../images/design/bar-2.png) no-repeat center/100% auto;
  }
  .arch3_text_right {
    width: 60%;
    padding-left: 30px;
  }
}

.arch4 {
  margin-top: 80px;
}
.arch4_text {
  padding: 0 20px;
}
.arch4_text_head {
  font-size: 32px;
  margin-bottom: 20px;
}
.arch4_img {
  margin-top: 30px;
}
@media (min-width: 580px) {
  .arch4_text {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    max-width: 800px;
    margin: 0 auto;
  }
  .arch4_text_head {
    width: 40%;
  }
  .arch4_text_head::after {
    content: "";
    width: 100%;
    height: 10px;
    display: block;
    margin-top: 30px;
    background: url(../images/design/bar-2.png) no-repeat center/100% auto;
  }
  .arch4_text_left {
    width: 60%;
    padding-right: 30px;
  }
}

.land {
  padding: 0 20px;
  max-width: 1240px;
  margin: 80px auto 0;
}
.land .image_note {
  font-size: 10px;
  text-align: right;
  line-height: 1;
  padding-top: 3px;
}
.land_outer {
  width: 100%;
  overflow: hidden;
}
.land_head {
  font-size: 32px;
  text-align: center;
}
.land_dl {
  margin-top: 50px;
}
.land_item {
  margin-top: 20px;
}
.land_dt {
  line-height: 1;
  padding: 10px;
  text-align: center;
  width: 100%;
  background: #968d54;
  color: #FFF;
  font-size: 14px;
}
.land_dt::before, .land_dt::after {
  content: "";
  width: 24px;
  height: 1px;
  background: #FFF;
  position: absolute;
  top: 50%;
}
.land_dt::before {
  left: 0;
}
.land_dt::after {
  right: 0;
}
.land_dd {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 10px;
}
.land_p {
  font-size: 13px;
  width: 50%;
  line-height: 1.5;
  letter-spacing: 0;
}
.land_dl_img {
  width: calc(50% - 10px);
}
.land_note {
  font-size: 10px;
  letter-spacing: -1px;
  line-height: 1.4;
  margin-top: 10px;
  width: 100%;
}
@media (min-width: 580px) {
  .land_dl {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .land_item {
    width: calc(50% - 10px);
  }
}
@media (min-width: 768px) {
  .land_item {
    width: calc(33.33% - 15px);
  }
  .land_img {
    max-width: 600px;
    margin: 0 auto;
  }
}
@media (min-width: 1100px) {
  .land {
    display: flex;
    justify-content: space-between;
  }
  .land_item {
    width: calc(50% - 10px);
  }
  .land_left {
    width: 50%;
    z-index: 1;
  }
  .land_img {
    width: 50%;
  }
  .land_img .img100 {
    width: 130%;
    margin-left: -30px;
  }
}

.var1 {
  width: 100%;
  padding: 0 20px;
  max-width: 1340px;
  margin: 0 auto;
}
.var1_head {
  font-size: 32px;
  text-align: center;
}
.var1_img {
  margin-top: 30px;
}

.var2 {
  margin-top: 80px;
}
.var2_head {
  width: 80%;
  max-width: 500px;
  margin: 0 auto;
}
.var2_img {
  width: 100%;
  height: min(40vw, 580px);
  margin-top: 40px;
  overflow-x: scroll;
}
.var2_img_in {
  height: 100%;
  width: auto;
  aspect-ratio: 3000/580;
}
@media (min-width: 768px) {
  .var2_img {
    height: auto;
    overflow: auto;
  }
  .var2_img_in {
    width: 100%;
    height: auto;
  }
}

.var3 {
  padding: 0 20px;
}
.var3_img {
  margin-top: 30px;
  width: 100%;
  mix-blend-mode: multiply;
}
@media (min-width: 580px) {
  .var3 {
    display: flex;
    max-width: 1000px;
    margin: 0 auto;
    justify-content: space-between;
  }
  .var3_img {
    width: calc(33.33333% - 13.3333px);
  }
}

.pro_head {
  font-size: 32px;
  text-align: center;
}

.pro {
  margin-top: 30px;
  background: #000;
  padding: 80px 20px;
  color: #FFF;
}
.pro .img_note {
  color: #FFF;
}
.pro_item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 50px;
}
.pro_img1 {
  width: calc(40% - 5px);
}
.pro_text {
  width: calc(60% - 5px);
}
.pro_text::before {
  content: "■";
  color: #89877d;
  display: block;
  text-align: center;
  line-height: 1;
  margin-bottom: 20px;
  width: 70%;
}
.pro_text_role {
  font-size: 24px;
  line-height: 15px;
}
.pro_text_role .S {
  line-height: 1;
  font-size: 10px;
}
.pro_name {
  font-size: 10px;
  line-height: 15px;
  text-align: right;
  margin-top: 10px;
}
.pro_name .L {
  display: block;
  font-size: 20px;
  line-height: 1.5;
}
@media (min-width: 580px) {
  .pro_name .L {
    display: inline-block;
  }
}
.pro_content_sp {
  font-size: 12px;
  margin-top: 20px;
  line-height: 1.5;
}
@media (min-width: 580px) {
  .pro_content_sp {
    display: none;
  }
}
.pro_content_pc {
  display: none;
}
@media (min-width: 580px) {
  .pro_content_pc {
    display: block;
    font-size: 12px;
    margin-top: 20px;
    line-height: 1.5;
  }
}
.pro_img2 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.pro_img2_in {
  width: calc(50% - 5px);
}
.pro_bar {
  max-width: 1000px;
  margin: 50px auto 0;
}
@media (min-width: 580px) {
  .pro_img1 {
    width: 25%;
  }
  .pro_text {
    width: calc(75% - 20px);
  }
  .pro_img2 {
    width: 50%;
    margin: 20px auto 0;
  }
}
@media (min-width: 768px) {
  .pro_item {
    display: flex;
    max-width: 1000px;
    justify-content: space-between;
    margin: 30px auto 0;
  }
  .pro_img1 {
    width: 15%;
  }
  .pro_text {
    width: calc(60% - 40px);
  }
  .pro_img2 {
    width: 25%;
    margin: 0;
  }
}