@charset "UTF-8";
/* 1365pxより小さい場合 */
/* 1020pxより小さい場合 */
/* 840pxより小さい場合 */
/* 640pxより小さい場合 */
/* 1366pxより大きい場合 */
.pc_none {
  display: none;
}
@media (max-width: 1365px) {
  .pc_none {
    display: block;
  }
}

.pc_blo {
  display: block;
}
@media (max-width: 1365px) {
  .pc_blo {
    display: none;
  }
}

.pc_tb {
  display: block;
}
@media (max-width: 1020px) {
  .pc_tb {
    display: none;
  }
}

.tb_pc {
  display: none;
}
@media (max-width: 1020px) {
  .tb_pc {
    display: block;
  }
}

.tb_pc_sp {
  display: none;
}
@media (max-width: 1020px) {
  .tb_pc_sp {
    display: block;
  }
}
@media (max-width: 840px) {
  .tb_pc_sp {
    display: none;
  }
}

.pc_tb_sp {
  display: block;
}
@media (max-width: 1020px) {
  .pc_tb_sp {
    display: none;
  }
}
@media (max-width: 840px) {
  .pc_tb_sp {
    display: block;
  }
}

.sp {
  display: none;
}
@media (max-width: 840px) {
  .sp {
    display: block;
  }
}

.pc {
  display: block;
}
@media (max-width: 840px) {
  .pc {
    display: none;
  }
}

.ssp {
  display: block;
}
@media (max-width: 640px) {
  .ssp {
    display: none;
  }
}

.ppc {
  display: none;
}
@media (max-width: 640px) {
  .ppc {
    display: block;
  }
}

.sp_ssp {
  display: none;
}
@media (max-width: 840px) {
  .sp_ssp {
    display: block;
  }
}
@media (max-width: 640px) {
  .sp_ssp {
    display: none;
  }
}

/*-------------------------
 *ファーストビュー
 --------------------------*/
.top_cpmpany {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  position: relative;
}

.top_company img {
  max-width: none;
  width: 100%;
  display: block;
}

.top_h1 {
  position: absolute;
  top: 2.6vw;
  right: 1.5vw;
}

/* --------------------------
   動画
---------------------------- */
.hero {
  background-color: #0c0c0c;
  width: 100%;
  height: 80vh;
  aspect-ratio: 16/9;
  overflow: hidden;
  position: relative;
}

video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 640px) {
.hero {
height: 40vh;
}
}


/*-------------------------
 *新築分譲住宅～～～
 --------------------------*/
.new_build_wrap {
  margin-bottom: 5vw;
}
@media (max-width: 640px) {
  .new_build_wrap {
    margin-bottom: 0;
  }
}

.new_build {
  width: 100vw;
  margin-left: calc(50% - 50vw);
}

.new_build img {
  max-width: none;
  width: 100%;
  display: block;
}

.info_new_build {
  background-image: url(../images_pc/completed2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  padding: 100px 0 50px;
}

.info_new_build img {
  display: block;
  max-width: 1200px;
  width: 90%;
  margin: auto;
}

/*-------------------------
 *たまプラーザに誕生
 --------------------------*/
.series_wrap {
  background-image: url(../images_pc/intro_bg.jpg);
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  height: 85vw;
  padding: 2.6vw 2.6vw 0;
  margin-bottom: 6vw;
}
@media (max-width: 640px) {
  .series_wrap {
    padding: 9vw 5vw;
    background-image: url(../images_pc/z_5intro.jpg);
    height: 262vw;
    margin-bottom: 0;
  }
}

.series_top_box {
  position: relative;
  height: 52vw;
}
@media (max-width: 640px) {
  .series_top_box {
    height: 125vw;
  }
}

.img_intro1 {
  position: absolute;
  top: 0;
  left: 23.3%;
  width: 50vw;
}
@media (max-width: 640px) {
  .img_intro1 {
    width: 73vw;
    left: 10%;
  }
}

.img_intro2 {
  position: absolute;
  top: 6vw;
  left: 0;
  width: 29vw;
}
@media (max-width: 640px) {
  .img_intro2 {
    top: 34vw;
    width: 40vw;
  }
}

.img_intro3 {
  position: absolute;
  top: 14vw;
  right: 0;
  width: 30vw;
}
@media (max-width: 640px) {
  .img_intro3 {
    top: 45vw;
    width: 45vw;
  }
}

.js-popup {
  opacity: 0;
  transform: translateY(30px) scale(0.95);
}

.js-popup.is-show {
  -webkit-animation: popup 0.8s ease-out forwards;
          animation: popup 0.8s ease-out forwards;
}

.delay1 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.delay2 {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.delay3 {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

@-webkit-keyframes popup {
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes popup {
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
.series_text {
  font-size: 4.1vw;
  font-weight: 500;
  color: #fff;
text-shadow:
  0 0 14px rgba(102, 102, 102, 0.45),
  2px 2px 4px rgba(102, 102, 102, 0.55),
  6px 4px 6px rgba(102, 102, 102, 0.7);
  padding-bottom: 7.6vw;
}

.series_bottom_box {
  position: relative;
  height: 42vw;
}
@media (max-width: 640px) {
  .series_bottom_box {
    height: 86.8vw;
  }
}

.img_intro4 {
  position: absolute;
  top: 0;
  left: 14%;
  width: 36vw;
}
@media (max-width: 640px) {
  .img_intro4 {
    left: 0;
    width: 65vw;
  }
}

.img_intro5 {
  position: absolute;
  top: 0;
  right: 18%;
  width: 25vw;
}
@media (max-width: 640px) {
  .img_intro5 {
    top: 32vw;
    right: 0;
    width: 45vw;
  }
}

/*-------------------------
 *CONCEPT
 --------------------------*/
.concept_wrap {
  background-image: url(../images_pc/concept_bg.jpg);
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  height: 62vw;
  margin-bottom: 4vw;
  position: relative;
}
@media (max-width: 640px) {
  .concept_wrap {
    background-image: url(../images_pc/z_6concept.jpg);
    height: 269vw;
    margin-bottom: 0;
  }
}

.concept_text_box {
  position: absolute;
  top: 39vw;
  left: 8vw;
  width: 36vw;
}
@media (max-width: 640px) {
  .concept_text_box {
    top: 88vw;
    left: 50%;
    transform: translateX(-50%);
    width: 88vw;
  }
}
.concept_text_box .concept_title {
  font-size: 1.7vw;
}
@media (max-width: 640px) {
  .concept_text_box .concept_title {
    font-size: 5.8vw;
    letter-spacing: normal;
    font-weight: 500;
  }
}
.concept_text_box .text_c {
  font-size: 1.1vw;
}
@media (max-width: 640px) {
  .concept_text_box .text_c {
    font-size: 4vw;
  }
}

.concept_1 {
  position: absolute;
  top: 6vw;
  right: 8vw;
  width: 37vw;
}
@media (max-width: 640px) {
  .concept_1 {
    top: 166vw;
    width: 70vw;
  }
}

.concept_2 {
  position: absolute;
  top: 33vw;
  right: 23vw;
  width: 22vw;
}
@media (max-width: 640px) {
  .concept_2 {
    top: 206vw;
    right: 0;
    left: 8vw;
    width: 50vw;
  }
}

/*-------------------------
 *ACCESS
 --------------------------*/
.access_wrap {
  background-image: url(../images_pc/access_bg.jpg);
}
@media (max-width: 640px) {
  .access_wrap {
    background-image: url(../images_pc/z_7access4.jpg);
    height: 294vw;
  }
}

.access_text_box {
  position: absolute;
  top: 39vw;
  right: 8vw;
  width: 36vw;
  width: 32vw;
}
@media (max-width: 640px) {
  .access_text_box {
    top: 88vw;
    left: 50%;
    transform: translateX(-50%);
    width: 88vw;
  }
}

.access_1 {
  position: absolute;
  top: 6vw;
  left: 6vw;
  width: 40vw;
}
@media (max-width: 640px) {
  .access_1 {
    top: 166vw;
    right: 10vw;
    width: 80vw;
  }
}

.access_2 {
  position: absolute;
  top: 35vw;
  left: 6vw;
  width: 40vw;
}
@media (max-width: 640px) {
  .access_2 {
    top: 224vw;
    right: 10vw;
    width: 80vw;
  }
}

/*-------------------------
 *LOCATION
 --------------------------*/
.location_wrap {
  background-image: url(../images_pc/location_bg.jpg);
}
@media (max-width: 640px) {
  .location_wrap {
    background-image: url(../images_pc/z_8loca2.jpg);
    height: 294vw;
  }
}

.location_text_box {
  width: 32vw;
  left: 10vw;
}
@media (max-width: 640px) {
  .location_text_box {
    top: 94vw;
    left: 50%;
    transform: translateX(-50%);
    width: 88vw;
  }
}

.location_text {
  text-shadow: 0 0 28px rgba(255, 255, 255, 0.9), 4px 4px 8px rgba(255, 255, 255, 0.95), 10px 8px 14px rgba(255, 255, 255, 0.8);
}

.location_1 {
  position: absolute;
  top: 7vw;
  right: 18vw;
  width: 28vw;
}
@media (max-width: 640px) {
  .location_1 {
    top: 166vw;
    right: 30vw;
    width: 60vw;
  }
}

.location_2 {
  position: absolute;
  top: 24vw;
  right: 5vw;
  width: 41vw;
}
@media (max-width: 640px) {
  .location_2 {
    top: 204vw;
    right: 10vw;
    width: 80vw;
  }
}

.lo_rink {
  position: absolute;
  bottom: 3vw;
  left: 50%;
  transform: translateX(-50%);
  width: 40vw;
}
@media (max-width: 640px) {
  .lo_rink {
    width: 88vw;
    bottom: 14vw;
  }
}
.lo_rink a {
  padding: clamp(10px, 0.8vw, 16px) clamp(10px, 10vw, 20px);
}
.lo_rink a p {
  font-size: clamp(1rem, 1.2vw, 1.8rem);
}
@media (max-width: 640px) {
  .lo_rink a p {
    font-size: 1.4rem;
  }
}

/*-------------------------
 *PLAN&DESIGN
 --------------------------*/
.plan_title_wrap {
  background-image: url(../images/bg_plan.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 5vw 50px 7vw;
}
@media (max-width: 1365px) {
  .plan_title_wrap {
    padding: 60px 50px 100px;
  }
}
@media (max-width: 1020px) {
  .plan_title_wrap {
    padding: 60px 50px 80px;
  }
}
@media (max-width: 640px) {
  .plan_title_wrap {
    padding: 40px 20px 60px;
  }
}

.plan_en_title {
  color: #fff;
  font-size: 11rem;
  font-weight: 500;
  line-height: 1.1;
  padding-bottom: 20px;
}
@media (max-width: 1365px) {
  .plan_en_title {
    font-size: 10rem;
  }
}
@media (max-width: 1020px) {
  .plan_en_title {
    font-size: 8rem;
  }
}
@media (max-width: 840px) {
  .plan_en_title {
    font-size: 7rem;
  }
}
@media (max-width: 640px) {
  .plan_en_title {
    font-size: 5rem;
  }
}

.plan_title_box {
  max-width: 1060px;
  margin: auto;
  background-color: rgba(19, 29, 61, 0.76);
  padding: 40px 30px 50px;
}
@media (max-width: 1020px) {
  .plan_title_box {
    padding: 30px 20px 40px;
  }
}
@media (max-width: 640px) {
  .plan_title_box {
    padding: 24px 16px 30px;
  }
}
.plan_title_box .title {
  font-size: 3.6rem;
  color: #fff;
  padding-bottom: 20px;
  font-weight: 400;
}
@media (max-width: 1365px) {
  .plan_title_box .title {
    font-size: 3.4rem;
  }
}
@media (max-width: 1020px) {
  .plan_title_box .title {
    font-size: 3rem;
    letter-spacing: normal;
  }
}
@media (max-width: 840px) {
  .plan_title_box .title {
    font-size: 2.6rem;
  }
}
@media (max-width: 640px) {
  .plan_title_box .title {
    font-size: 2.4rem;
  }
}
.plan_title_box p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  color: #fff;
  line-height: 1.8;
}
@media (max-width: 840px) {
  .plan_title_box p {
    font-size: 1.6rem;
  }
}

.build1_wrap {
  background-image: url(../images_pc/plan&design.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 6.2vw 50px;
}
@media (max-width: 1365px) {
  .build1_wrap {
    padding: 100px 50px;
  }
}
@media (max-width: 1020px) {
  .build1_wrap {
    padding: 80px 50px;
  }
}
@media (max-width: 840px) {
  .build1_wrap {
    padding: 60px 50px 80px;
  }
}
@media (max-width: 640px) {
  .build1_wrap {
    padding: 40px 20px 60px;
  }
}

.build_inner {
  width: 85vw;
  margin: auto;
  display: flex;
  justify-content: center;
  gap: 4vw;
  padding-bottom: 80px;
  color: #fff;
}
@media (max-width: 1020px) {
  .build_inner {
    padding-bottom: 30px;
  }
}
@media (max-width: 840px) {
  .build_inner {
    max-width: 600px;
    flex-direction: column;
    gap: 0;
  }
}

.build_text_box {
  width: 500px;
}
@media (max-width: 1365px) {
  .build_text_box {
    width: 400px;
    flex-shrink: 0;
  }
}
@media (max-width: 1020px) {
  .build_text_box {
    width: 320px;
  }
}
@media (max-width: 840px) {
  .build_text_box {
    width: 100%;
  }
}
.build_text_box .text_section {
  font-size: 3rem;
  padding-left: 14px;
  line-height: 1.1;
}
@media (max-width: 1365px) {
  .build_text_box .text_section {
    font-size: 2.4rem;
  }
}
@media (max-width: 840px) {
  .build_text_box .text_section {
    font-size: 1.8rem;
    padding-left: 8px;
  }
}
.build_text_box .text {
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  padding-bottom: 6px;
}
@media (max-width: 1365px) {
  .build_text_box .text {
    font-size: 2.2rem;
  }
}
.build_text_box .text2 {
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  padding-bottom: 10px;
}
@media (max-width: 1365px) {
  .build_text_box .text2 {
    font-size: 1.8rem;
  }
}
.build_text_box .text2 span {
  font-size: 1.4rem;
}
.build_text_box .text3 {
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  padding-bottom: 50px;
}
@media (max-width: 1365px) {
  .build_text_box .text3 {
    font-size: 1.8rem;
    padding-bottom: 30px;
  }
}
.build_text_box .text3 span {
  font-size: 4.8rem;
}
@media (max-width: 1365px) {
  .build_text_box .text3 span {
    font-size: 4.2rem;
  }
}
@media (max-width: 840px) {
  .build_text_box .text3 span {
    font-size: 3.8rem;
  }
}

.build_title {
  font-size: 4.8rem;
  font-weight: 500;
  color: #BFA54F;
  letter-spacing: 0.1em;
  padding-bottom: 30px;
}
@media (max-width: 1365px) {
  .build_title {
    font-size: 4.2rem;
    padding-bottom: 20px;
  }
}
@media (max-width: 840px) {
  .build_title {
    font-size: 3.6rem;
    border-bottom: #BFA54F 1px solid;
    padding-bottom: 0;
    margin-bottom: 20px;
  }
}

.build_point_wrap {
  display: flex;
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
}
@media (max-width: 1020px) {
  .build_point_wrap {
    max-width: 400px;
    margin: 0 auto 60px;
  }
}
@media (max-width: 640px) {
  .build_point_wrap {
    flex-direction: column;
    margin-bottom: 40px;
  }
}
.build_point_wrap .title {
  border: #fff 1px solid;
  display: grid;
  place-items: center;
  padding: 20px;
}
@media (max-width: 640px) {
  .build_point_wrap .title {
    padding: 10px;
  }
}

.build_point {
  margin-left: 24px;
  border-top: #fff 1px solid;
  border-bottom: #fff 1px solid;
  padding: 10px 0;
}
@media (max-width: 640px) {
  .build_point {
    margin-left: 0;
    border-top: none;
  }
}
.build_point li {
  padding-bottom: 6px;
}
@media (max-width: 1365px) {
  .build_point li {
    padding-bottom: 3px;
  }
}
.build_point li::before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 6px;
  background-image: url("../images/point.png");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}

.build2_wrap {
  background-image: url(../images_pc/plan&design.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 30px 30px 120px;
}
@media (max-width: 1365px) {
  .build2_wrap {
    padding: 30px 50px 100px;
  }
}
@media (max-width: 1020px) {
  .build2_wrap {
    padding: 20px 50px 80px;
  }
}
@media (max-width: 640px) {
  .build2_wrap {
    padding: 20px 20px 60px;
  }
}

.pers_build {
  width: 55vw;
}
@media (max-width: 840px) {
  .pers_build {
    width: 100%;
    max-width: 600px;
    margin: auto;
  }
}

.youtube {
  max-width: 1000px;
  margin: auto;
}

.youtube iframe {
  width: 100%;
  aspect-ratio: 16/9;
  display: block;
  border: none;
}

/*-------------------------
 *リファ
 --------------------------*/
.refa {
  max-width: 1260px;
  margin: auto;
  padding: 60px 30px;
  margin-top: 80px;
  margin-bottom: 100px;
  background-color: #EBF2ED;
}
@media (max-width: 640px) {
  .refa {
    margin-top: 40px;
    margin-bottom: 60px;
    padding: 40px 16px;
  }
}

.refa h2 {
  font-family: "Noto Serif JP", serif;
  font-size: clamp(23px, 2.1vw, 26px);
  line-height: 1.3;
  padding-bottom: 60px;
  font-weight: 500;
  text-align: center;
}
@media (max-width: 1020px) {
  .refa h2 {
    padding-bottom: 40px;
  }
}

.refa h2 span {
  font-size: 1.6rem;
}

.refa_top {
  padding-bottom: 60px;
}
@media (max-width: 1020px) {
  .refa_top {
    padding-bottom: 40px;
  }
}

.refa_text {
  max-width: 600px;
  margin: auto;
  font-family: "Noto Sans JP", sans-serif;
}
@media (max-width: 840px) {
  .refa_text {
    max-width: 400px;
  }
}

.refa_main_img img {
  width: 100%;
  height: auto;
  display: block;
}

.refa_text p {
  padding-bottom: clamp(20px, 2.3vw, 30px);
  font-size: clamp(15px, 1.5vw, 18px);
  line-height: 1.5;
}

.refa_bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: clamp(6px, 1.5vw, 20px);
}
@media (max-width: 640px) {
  .refa_bottom {
    gap: 20px;
    justify-content: center;
  }
}

.refa_item {
  width: 18.4%;
}
@media (max-width: 640px) {
  .refa_item {
    width: 40%;
  }
}

.refa_item img {
  display: block;
  width: 100%;
}

.refa_item p {
  margin: 6px 0 10px;
  font-size: 14px;
  line-height: 1.3;
  padding: 0;
  font-family: "Noto Sans JP", sans-serif;
}
@media (max-width: 640px) {
  .refa_item p {
    margin: 6px 0 0;
  }
}

.refa_life {
  padding-bottom: 50px;
  display: flex;
}
@media (max-width: 1020px) {
  .refa_life {
    padding-bottom: 30px;
  }
}
@media (max-width: 640px) {
  .refa_life {
    flex-direction: column;
    padding-bottom: 0;
  }
}
.refa_life li {
  width: 20%;
  border-left: #B79478 1px solid;
  padding: 10px 6px 10px 20px;
  font-family: "Noto Sans JP", sans-serif;
}
.refa_life li:last-child {
  border-right: #B79478 1px solid;
}
@media (max-width: 640px) {
  .refa_life li:last-child {
    border-right: none;
  }
}
@media (max-width: 1020px) {
  .refa_life li {
    font-size: 1.4rem;
    padding: 6px 6px 6px 10px;
  }
}
@media (max-width: 640px) {
  .refa_life li {
    width: 100%;
    max-width: 400px;
    margin: auto;
    border-left: none;
    text-align: center;
    border-bottom: #B79478 1px solid;
    padding: 10px 0;
  }
}

.refa_life2 {
  padding-bottom: 25px;
  border-bottom: #B79478 1px solid;
  margin-bottom: 25px;
}
@media (max-width: 640px) {
  .refa_life2 {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}

/*-------------------------
 *BUILDING PERFORMANCE
 --------------------------*/
.performance_wrap {
  background-image: url(../images/bg_performance.jpg);
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 6.9vw 5vw 9vw;
}
@media (max-width: 1365px) {
  .performance_wrap {
    padding: 60px 30px 100px;
  }
}
@media (max-width: 1020px) {
  .performance_wrap {
    padding: 60px 30px 80px;
  }
}
@media (max-width: 840px) {
  .performance_wrap {
    padding: 60px 20px 80px;
  }
}
@media (max-width: 640px) {
  .performance_wrap {
    padding: 40px 20px 60px;
  }
}

.en_title2 {
  font-size: 5.6vw;
  font-weight: 500;
  line-height: 1.2;
  padding-bottom: 1.6vw;
}
@media (max-width: 640px) {
  .en_title2 {
    font-size: 3.8rem;
    padding-bottom: 30px;
  }
}

.no_ssp {
  display: none;
}
@media (max-width: 640px) {
  .no_ssp {
    display: block;
  }
}

.performance_inner {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 2.6vw;
  justify-content: center;
  margin-bottom: 40px;
  margin-top: 20px;
}
@media (max-width: 840px) {
  .performance_inner {
    margin-bottom: 20px;
  }
}
@media (max-width: 640px) {
  .performance_inner {
    flex-direction: column;
    max-width: 400px;
    margin: auto;
    gap: 0;
    margin-bottom: 20px;
    margin-top: 0;
  }
}

.performance_item {
  width: 30%;
  padding-bottom: 30px;
}
@media (max-width: 1365px) {
  .performance_item {
    width: 30%;
  }
}
@media (max-width: 840px) {
  .performance_item {
    padding-bottom: 20px;
  }
}
@media (max-width: 640px) {
  .performance_item {
    width: 100%;
    padding-bottom: 20px;
  }
}
.performance_item .title {
  height: 73px;
  background-color: #131D3D;
  display: grid;
  place-items: center;
  padding: 0 20px;
  margin-bottom: 10px;
}
@media (max-width: 640px) {
  .performance_item .title {
    padding: 16px 10px;
    height: auto;
  }
}
.performance_item .title p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  color: #fff;
  line-height: 1.2;
  letter-spacing: 0.1em;
}
@media (max-width: 1365px) {
  .performance_item .title p {
    font-size: 1.8rem;
    letter-spacing: normal;
  }
}
.performance_item .title p span {
  font-size: 1.4rem;
}
.performance_item .text {
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: normal;
  font-weight: 500;
}

.architect_wrap {
  max-width: 660px;
  margin: auto;
  margin-bottom: 80px;
  border: #131D3D 1px solid;
  padding: 20px;
  display: flex;
  justify-content: center;
  gap: 40px;
}
@media (max-width: 840px) {
  .architect_wrap {
    margin-bottom: 60px;
  }
}
@media (max-width: 640px) {
  .architect_wrap {
    flex-direction: column;
    gap: 20px;
    margin-bottom: 40px;
  }
}

.architect_title {
  max-width: 368px;
  padding: 15px 20px;
  background-color: #131D3D;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  color: #fff;
  letter-spacing: 0.1em;
}

.architect_text {
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: normal;
  padding-top: 10px;
  font-weight: 500;
}

.architect_img {
  width: 140px;
  margin: 0 20px;
}
@media (max-width: 640px) {
  .architect_img {
    margin: auto;
  }
}

/*-------------------------
 *DAIWA QUALITY
 --------------------------*/
.quality_wrap {
  background-image: url(../images/bg_quality.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 6.9vw 50px 9vw;
}
@media (max-width: 1365px) {
  .quality_wrap {
    padding: 70px 50px 100px;
  }
}
@media (max-width: 1020px) {
  .quality_wrap {
    padding: 60px 50px 80px;
  }
}
@media (max-width: 640px) {
  .quality_wrap {
    padding: 40px 20px 60px;
  }
}

.quality_inner {
  margin-bottom: 80px;
}
@media (max-width: 1365px) {
  .quality_inner {
    margin-bottom: 60px;
  }
}
@media (max-width: 840px) {
  .quality_inner {
    max-width: 530px;
    margin: auto;
  }
}
@media (max-width: 640px) {
  .quality_inner {
    margin-bottom: 40px;
  }
}

.quality_en_title {
  font-size: 6.4vw;
  text-align: center;
  padding-bottom: 2.6vw;
}
@media (max-width: 640px) {
  .quality_en_title {
    font-size: 5rem;
    line-height: 1.1;
    padding-bottom: 30px;
  }
}

.quality_box {
  display: flex;
  justify-content: center;
  gap: 30px;
}
@media (max-width: 840px) {
  .quality_box {
    flex-direction: column;
  }
}

.quality_left {
  width: 35vw;
}
@media (max-width: 1365px) {
  .quality_left {
    width: 40vw;
  }
}
@media (max-width: 840px) {
  .quality_left {
    width: 100%;
  }
}

.quality_item_wrap {
  width: 35vw;
  padding-top: 20px;
}
@media (max-width: 1365px) {
  .quality_item_wrap {
    padding-top: 0;
  }
}
@media (max-width: 840px) {
  .quality_item_wrap {
    width: 100%;
    max-width: 400px;
    margin: auto;
  }
}

.quality_item {
  background-color: #131D3D;
  padding: 10px;
  margin-bottom: 15px;
}
@media (max-width: 1365px) {
  .quality_item {
    margin-bottom: 10px;
  }
}
.quality_item p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  color: #fff;
  text-align: center;
}
@media (max-width: 1365px) {
  .quality_item p {
    font-size: 1.6rem;
  }
}
@media (max-width: 1365px) {
  .quality_item p span {
    font-size: 1.2rem;
  }
}

@media (max-width: 1365px) {
  .quality_img {
    width: 50vw;
    height: 476px;
    overflow: hidden;
  }
  .quality_img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (max-width: 1365px) and (max-width: 840px) {
  .quality_img {
    height: auto;
    -o-object-fit: initial;
       object-fit: initial;
  }
}
@media (max-width: 840px) {
  .quality_img {
    width: 100%;
    max-width: 430px;
    margin: auto;
    height: auto;
  }
}



.hero__copy {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  transform: translate(-50%, -50%);
  margin: 0;
  color: #fff;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  white-space: nowrap;   /* ←追加 */
  font-size: clamp(24px, 2vw, 42px);
  font-weight: 400;
  line-height: 2.8;
  letter-spacing: 0.2em;
  opacity: 0;
  filter: blur(8px);
  animation: copyFade 6.5s cubic-bezier(.22,.61,.36,1) forwards;
  animation-delay: 0.8s;
}

@media (max-width: 640px) {
.hero__copy {
 font-size: clamp(16px, 2vw, 24px);
 letter-spacing: 0.1em;
 top: 45%;
}
}

.hero__main {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  animation: mainFade 2s ease forwards;
  animation-delay: 4s;
}

.hero__emb {
  position: absolute;
  top: 6%;
  right: 6%;
  z-index: 2;
  width: clamp(120px, 16vw, 280px);
  opacity: 0;
  transform: translateY(20px);
  animation: embFade 1.8s ease forwards;
  animation-delay: 5.6s;
}

@media (max-width: 640px) {
.hero__emb {
 width: clamp(90px, 10vw, 150px);
  top: 5%;
  right: 5%;
}
}

@keyframes copyFade {
  0% {
    opacity: 0;
    filter: blur(8px);
    transform: translate(-50%, -45%);
  }

  20% {
    opacity: 0;
    filter: blur(8px);
  }

  45% {
    opacity: 1;
    filter: blur(0);
    transform: translate(-50%, -50%);
  }

  75% {
    opacity: 1;
    filter: blur(0);
  }

  100% {
    opacity: 0;
    filter: blur(4px);
    transform: translate(-50%, -55%);
  }
}

@keyframes mainFade {
  from {
    opacity: 0;
    transform: scale(1.04);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes embFade {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/*-------------------------
メインビジュアル
 --------------------------*/

#mainimage {
  opacity: 1;
  padding: 0;
  position: relative;
  background-image: url("image/main_bg.jpg");
  background-size: cover;
  height: 100%;
  text-align: center;
  overflow: hidden;
}


#mainimage dl {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  opacity: 0;
  display: none; /* GSAPでflexに切り替える */
  flex-wrap: wrap;
  justify-content: space-between;
}

#mainimage #opening {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#mainimage #opening .text {
  color: #fff;
  font-size: clamp(1rem, -0.143rem + 2.86vw, 2rem);
  line-height: 1.8em;
  margin: 1em auto 0;
}

#mainimage dt {
  background-color: #0D0F20;
  background-size: cover;
  text-align: center;
  width: 25%;
  box-sizing: border-box;
  padding: 0 2vw;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#mainimage dt .logo {
  text-align: center;
  margin: 0 auto;
  width: 90%;
  max-width: 70%;
}

#mainimage dt .logo img {
  width: 100%;
  height: auto;
}

#mainimage dt h2 {
  color: #fff;
  text-align: center;
  font-size: clamp(1rem, -0.143rem + 2.86vw, 2.5rem);
  line-height: 1.6em;
  margin: 4vw auto 0;
}

#mainimage dd {
  max-width: 100%;
  width: 75%;
  margin: 0;
}

#mainimage dd img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;

  /* 追加 */
  object-position: 35% 42%;
}

/* ==============================
   SP: 640px and down
   ============================== */
@media screen and (max-width: 640px) {

  #mainimage {
    width: 100%;
    height: 100%;
    min-height: 0;
    position: relative;
    overflow: hidden;
  }

  #mainimage #opening {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    padding: 20px;
    box-sizing: border-box;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    transform: none;
    z-index: 2;
  }

  #mainimage #opening .logo {
    width: min(80%, 300px);
    max-height: 50%;
    margin: 0 auto;

    display: flex;
    align-items: center;
    justify-content: center;
  }

  #mainimage #opening .logo img {
    display: block;
    width: 100%;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
  }

  #mainimage #opening .text {
    width: 100%;
    box-sizing: border-box;
    color: #fff;
    font-size: 15px;
    line-height: 1.5;
    margin: 0.8em auto 0;
    padding: 0 1em;
    text-align: center;
  }


  #mainimage dl {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    flex-wrap: nowrap;
  }

  #mainimage dt {
    width: 30%;
    max-width: 30%;
    height: 100%;
    padding: 1em 0.5em;
    box-sizing: border-box;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  #mainimage dt .logo {
    width: 80%;
    max-width: none;
    margin: 0 auto;
  }

  #mainimage dt .logo img {
    display: block;
    width: 100%;
    height: auto;
  }

  #mainimage dt h2 {
    font-size: 13px;
    line-height: 1.3;
    margin: 1em 0 0;
  }

  #mainimage dd {
    width: 70%;
    max-width: 70%;
    height: 100%;
    margin: 0;
    overflow: hidden;
  }

  #mainimage dd img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 42% center;
  }
}

/*# sourceMappingURL=top.css.map */