/*! Writen	by SCSS */
/* ===================================
Plan
=================================== */
.mv-wrap {
  height: 322px;
  background: url(../images/plan/mv.png) 50% 50%/cover no-repeat;
  position: relative;
}

.mv-wrap::after {
  position: absolute;
  content: "image photo";
  font-size: 10px;
  bottom: 5px;
  right: 20px;
  color: #000;
}

.mv-wrap .page-ttl {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  text-align: center;
  font-size: 38px;
  color: #000;
}

.mv-wrap .page-ttl::first-letter {
  font-size: 67px;
}

.lead {
  font-size: 25px;
  text-align: center;
  padding-top: 130px;
  padding-bottom: 100px;
}

@media screen and (max-width: 767px) {
  .mv-wrap {
    height: 200px;
  }
  .mv-wrap .page-ttl {
    font-size: 30px;
  }
  .mv-wrap .page-ttl::first-letter {
    font-size: 48px;
  }
  .lead {
    font-size: 20px;
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
main {
  overflow: hidden;
}

.lead + .img-area {
  position: relative;
}

.lead + .img-area::after {
  position: absolute;
  content: "all Image photo";
  bottom: -25px;
  right: 10px;
  color: #000;
}

.sec-wrap {
  background: rgba(146, 146, 146, 0.1);
}

.sec-inner {
  padding-top: 120px;
  padding-bottom: 100px;
  /* padding-left: 80px; */
  position: relative;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6%;
}

.flex .text-area {
  width: 100%;
  max-width: 247px;
}

.type-ttl {
  font-size: 29px;
  color: #fff;
  background: url(../images/plan/plan_ttl_bg.png) 50% 50%/cover no-repeat;
  line-height: 1;
  text-align: center;
  padding: 10px;
  margin-bottom: 20px;
}

.type-ttl span {
  font-size: 60px;
  padding-right: 10px;
}

.area-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 16px;
  line-height: 1;
  padding-bottom: 15px;
  border-bottom: 1px solid #000;
}

.area-info .big {
  font-size: 85px;
}

.area-info .middle {
  font-size: 43px;
}

.area-info .small {
  font-size: 30px;
}

.area-info span:last-child {
  display: block;
  width: 100%;
  text-align: right;
  padding-top: 10px;
}

.plan-info {
  font-size: 45px;
  padding: 15px 0;
  border-bottom: 1px solid #000;
}

.plan-info .big {
  font-size: 60px;
}

.balcony-info {
  padding: 15px 0;
  border-bottom: 1px solid #000;
}

.balcony-info + .text {
  padding-top: 20px;
  letter-spacing: -1px;
}

.sec01 .sec-inner {
  background: rgba(172, 172, 172, 0.1);
}

.sec01 .sec-inner::before {
  position: absolute;
  content: "";
  top: 0;
  right: 100%;
  width: calc((100vw - 100%) / 2);
  height: 100%;
  background: rgba(172, 172, 172, 0.1);
}

.sec02 .sec-inner {
  padding-left: 0;
  padding-right: 80px;
}

.sec02 .sec-inner::before {
  position: absolute;
  content: "";
  top: 0;
  right: 100%;
  width: calc((100vw - 100%) / 2);
  height: 100%;
  background: #fff;
}

.sec03 {
  padding-bottom: 110px;
}

.sec03 .sec-inner {
  background: rgba(172, 172, 172, 0.1);
}

.sec03 .sec-inner::before {
  position: absolute;
  content: "";
  top: 0;
  right: 100%;
  width: calc((100vw - 100%) / 2);
  height: 100%;
  background: rgba(172, 172, 172, 0.1);
}

.sec03 .sec-inner::after {
  position: absolute;
  content: "";
  top: 100%;
  right: 100%;
  width: calc((100vw - 100%) / 2);
  height: 110px;
  background: #fff;
}

.plan-note {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px;
  font-size: 10px;
  line-height: 1.2;
  margin-bottom: 20px;
}

.plan-note li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}

.page-note p {
  text-align: right;
}

@media screen and (max-width: 767px) {
  .sec-inner {
    padding: 50px 10px;
  }
  .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .flex .text-area {
    max-width: 100%;
  }
  .type-ttl {
    font-size: 24px;
  }
  .type-ttl span {
    font-size: 45px;
  }
  .area-info .big {
    font-size: 60px;
  }
  .area-info .middle {
    font-size: 30px;
  }
  .area-info .small {
    font-size: 20px;
  }
  .plan-info {
    font-size: 30px;
    text-align: center;
  }
  .plan-info .big {
    font-size: 45px;
  }
  .balcony-info + .text {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .sec02 .sec-inner {
    padding: 50px 10px;
  }
  .sec02 .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .plan-note {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .page-note {
    padding: 70px 20px 10px;
  }
  .page-note .content-wrap {
    width: 100%;
  }
  .page-note p {
    text-align: left;
  }
}
/* 0916FIX */
.bnr_360_wrap {
  max-width: 690px;
  margin: 40px auto 0;
}
.bnr_360_wrap .cap_l {
  font-size: 12px;
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  .bnr_360_wrap .cap_l {
    font-size: 10px;
  }
}

.bnr_360 {
  background: #000;
}
.bnr_360 a:hover {
  opacity: 0.6;
}

.tabs-wrap {
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 604px;
  width: calc(100% - 40px);
  grid-template-columns: repeat(3, 1fr);
  gap: 2px 2px;
  margin: 50px auto;
}
.tabs-wrap li {
  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;
  padding: 10px;
  font-size: 20px;
  line-height: 1.2;
  text-align: center;
  color: #fff;
  background: #012D27;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .tabs-wrap li {
    font-size: 18px;
    padding: 10px 0.3em;
  }
}
.tabs-wrap li:hover, .tabs-wrap li.active {
  opacity: 0.8;
}

.sec-inner .flex {
  height: 0;
  padding: 0 20px;
  overflow: hidden;
  opacity: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .sec-inner .flex {
    padding: 0;
  }
  .sec-inner .flex.content02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.sec-inner .flex.is-show {
  height: auto;
  opacity: 1;
  -webkit-transition: 0.5s opacity;
  transition: 0.5s opacity;
}
.sec-inner .flex.landplan_content {
  max-width: 800px;
  width: calc(100% - 40px);
  padding: 0;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .sec-inner .flex.landplan_content {
    width: 100%;
  }
}