@charset "utf-8";

/*===================
共通
===================*/
.tab-title {
  margin-bottom: clamp(39px, 4.2%, 70px);
}

.tab-title__heading {
  font-size: clamp(27px, 2vw, 32px);
  font-family: century-gothic, sans-serif;
  text-align: center;
  width: 100%;
  max-width: clamp(185px, 14.0625vw, 225px);
  padding-top: 24px;
  padding-bottom: 15px;
  position: relative;
  left: clamp(15px, 6.25vw, 100px);
  line-height: 1;
  letter-spacing: 0.1em;
}

.tab-title__heading::after {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  max-width: 225px;
  background-color: #f8f3ed;
  position: absolute;
  bottom: -2px;
  left: 0;
}

.top__inner-1760 {
  width: calc(100% - 165px);
  max-width: 1760px;
  margin: 0 auto;
}

span.top__inner-1760 {
  display: block;
}

.item-flex {
  display: flex;
}

.wide-btn {
  width: 100%;
}

.wide-btn .top__inner-1760 {
  width: calc(100% - 82.5px);
  margin: 0 auto 0 0;
}

.wide-btn__btn {
  font-size: 16px;
  display: block;
  padding-top: clamp(20px, 3.061vw, 30px);
  padding-bottom: clamp(20px, 3.061vw, 30px);
  padding-left: 82.5px;
  line-height: 1.5;
  position: relative;
}

.wide-btn__btn:hover::before {
  transform: scaleX(1);
  transform-origin: left;
}

.wide-btn__btn::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #b7a958;
  transform: scaleX(0);
  transform-origin: right;
  transition: all 0.7s ease;
  transition-property: transform;
}

.wide-btn__btn span {
  position: relative;
  display: block;
}

.wide-btn__btn span::after {
  content: "";
  display: block;
  width: 61px;
  height: 24px;
  position: absolute;
  top: 50%;
  right: 59px;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  background: url(../imgs_new/common/wide-btn_arrow_rgt.png) center center /
    cover no-repeat;
  transition: all 0.3s;
}

.section-title__en {
  font-size: clamp(78px, 9.795vw, 96px);
  font-family: century-gothic, sans-serif;
  font-weight: 700;
  text-align: center;
  padding: 24px 0;
  line-height: 1.63;
}

.section-title__ja {
  padding-top: clamp(19px, 2.551vw, 25px);
  padding-bottom: clamp(19px, 2.551vw, 25px);
}

.section-title__ja .section-title__ja-contents {
  font-size: clamp(18px, 2.244vw, 22px);
  display: block;
  line-height: 1.5;
}

/* スライド共通 ↓ */
.swiper-slide__thum-ph {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

/* スライド共通 ↑ */

.cat-list {
  width: calc(100% - 40px);
  max-width: 1350px;
  padding-bottom: 38px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 5px 18px;
  margin-bottom: 12px;
}

.cat-list02 {
  width: 100%;
  max-width: 100%;
  gap: 5px 7px;
  padding-bottom: 0;
  margin-bottom: 0;
}

.cat-list__link {
  font-size: 16px;
  display: inline-flex;
  justify-content: center;
  padding: 0 5px;
  line-height: 1.75;
  transition: opacity 0.3s;
}

.cat-list02 .cat-list__link {
  font-size: 13px;
  display: inline-flex;
  justify-content: center;
  padding: 0 5px;
  line-height: 1.75;
  transition: opacity 0.3s;
}

.cat-list__link:hover {
  text-decoration: underline;
}

.cat-list02 .cat-list__link:hover {
  text-decoration: initial;
}

.ilblk {
  display: inline-block;
}

/*===================
fv
===================*/
.fv {
  /* height: clamp(530px, 52.3125vw, 837px);
  position: relative;*/
  padding-top: clamp(20px, 2.7%, 32px);
  padding-bottom: clamp(20px, 2.7%, 32px);
  padding-left: clamp(20px, 1.8%, 30px);
  padding-right: clamp(20px, 1.8%, 30px);
  /* height: clamp(426px, 52.25vw, 836px); */
}

.fv__contentsWrap {
  position: relative;
}

.fv__img {
  /* height: clamp(530px, 52.3125vw, 837px);
  min-height: 52.312vw; */
}

.fv__img {
  /* width: 100%;
  height: clamp(483px, 48.25vw, 772px);
  min-height: 48.25vw; */
  /* height: 48.25vw;
  max-height: 772px; */
  object-fit: cover;
  -o-object-fit: cover;
  object-position: center;
  -o-object-position: center;
  border-radius: 20px;
}

.fv__img--sp {
  display: none;
}

.fv__left {
  width: clamp(279px, 30vw, 480px);
  position: absolute;
  top: 50%;
  left: clamp(0px, 3.562vw, 57px);
  z-index: 1;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.fv__rgt {
  width: clamp(240px, 24.25vw, 388px);
  position: absolute;
  bottom: clamp(15px, 2.1875vw, 35px);
  right: clamp(15px, 2.125vw, 34px);
}

.fv__rgt--sp {
  display: none;
}

/*===================
pick-up
===================*/
.pick-up {
  padding-top: clamp(40px, 5.8%, 92px);
  padding-bottom: 43px;
}

/* スライド */
.pick-up__container,
.works__container {
  width: calc(94% - 25px);
  margin: 0 0 0 auto;
  position: relative;
}

.pick-up__swiper {
}

.pick-up__swiper .swiper-slide img,
.works__swiper .swiper-slide img {
  border-radius: 10px;
  margin-bottom: 17px;
  display: block;
}

.pick-up__swiper .swiper-slide img {
  border-radius: 0;
}

.pick-up__swiperHeading,
.works__swiperHeading {
  font-size: 19px;
  font-weight: 700;
  margin-bottom: 5px;
  line-height: 1.5;
}

.pick-up__swiperText,
.works__swiperText {
  font-size: 13px;
  line-height: 1.75;
}

.pickUp__swiperBtn-wrap,
.works__swiperBtn-wrap {
  width: 132px;
  height: 67px;
  margin: 35px 0 0 auto;
  position: relative;
  right: 30px;
  border: 1px solid #181818;
  border-radius: 11px;
}

/* 前への矢印 */
.pick-up__button-prev,
.works__button-prev {
  left: 15px;
}

/* 次への矢印 */
.pick-up__button-next,
.works__button-next {
  right: 15px;
}

/* 前へ次への矢印カスタマイズ */
.pick-up__button-prev,
.pick-up__button-next,
.works__button-prev,
.works__button-next {
  width: 40px;
  height: 30px;
  top: 62%;
  z-index: 1;
}

/* 前へ次への矢印カスタマイズ */
.pick-up__button-prev:after,
.pick-up__button-next:after,
.works__button-prev:after,
.works__button-next:after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  width: 34px;
  height: 24px;
  margin: auto;
}

/* 前への矢印カスタマイズ */
.pick-up__button-prev:after,
.works__button-prev:after {
  background-image: url("../imgs_new/index/pickup_slide_arrow_prev.png");
}

/* 次への矢印カスタマイズ */
.pick-up__button-next:after,
.works__button-next:after {
  background-image: url("../imgs_new/index/pickup_slide_arrow_next.png");
}

/*===================
about-our-voiz
===================*/
.aov__inner {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto 0 0;
}

.aov__wrap {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  width: calc(100% - clamp(35px, 2.5vw, 40px));
  margin: 0 auto 0 0;
}

.aov__contentsWrap {
  width: 40.9375vw;
}

.aov__contentsEn,
.aov__contentsJa,
.aov__subHeading,
.aov__subText {
  width: calc(100% - clamp(60px, 4.375vw, 70px));
  max-width: 505px;
  margin: 0 auto;
}

.aov__contentsEn {
  font-size: clamp(58px, 6vw, 96px);
  font-family: century-gothic, sans-serif;
  font-weight: 700;
  padding-top: clamp(30px, 5.7%, 37px);
  padding-bottom: clamp(30px, 6%, 39px);
  line-height: 1.12;
}

.aov__contentsJa {
  font-size: clamp(15px, 1.125vw, 18px);
  padding-top: 1.875vw;
  padding-bottom: 1.4375vw;
  line-height: 1.55;
}

.aov__subHeading {
  font-size: clamp(30px, 2.25vw, 36px);
  font-weight: 700;
  padding-top: 3.75vw;
  margin-bottom: 1.75vw;
  line-height: 1.75;
}

.aov__subText {
  font-size: clamp(15px, 1.125vw, 18px);
  font-weight: 500;
  padding-bottom: 3.9375vw;
  line-height: 2.29;
}

.aov__imgWrap {
  width: 57.125vw;
  padding-top: clamp(30px, 2.2%, 34px);
  padding-bottom: clamp(30px, 2.2%, 34px);
  padding-left: clamp(35px, 2.5vw, 40px);
  display: flex;
  align-items: center;
  justify-content: center;
}

.aov__imgWrap img {
  border-radius: 20px;
}

.aov-sub {
  padding-top: 80px;
  padding-bottom: 70px;
  background: url("../imgs_new/index/about-our-voiz_sub-bg.jpg") center center /
    cover no-repeat;
}

.aov-sub__inner-1300 {
  width: calc(100% - 40px);
  max-width: 1300px;
  margin: 0 auto;
}

.aov-sub__heading {
  /* width: 48%; */
  width: 100%;
  max-width: 768px;
  margin: 0 auto;
}

.aov-sub__text {
  /* width: 52%; */
  width: 100%;
  max-width: 835px;
  margin: 0 auto;
}

/*===================
line-up
===================*/
.line-up__heading {
  width: 100%;
}

.line-up__heading span {
  font-size: clamp(27px, 2vw, 32px);
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  text-align: center;
  display: block;
  width: calc(100% - 40px);
  max-width: clamp(165px, 16.75vw, 268px);
  padding-top: clamp(18px, 1.5vw, 24px);
  padding-bottom: clamp(10px, 0.8125vw, 13px);
  line-height: 1.5;
}

/* スライド */
.line-up__container,
.modelhouse__container,
.sale__container {
  width: 100%;
  max-width: 1450px;
  padding-bottom: 80px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
  position: relative;
}

.line-up__swiper,
.modelhouse__swiper,
.sale__swiper {
  width: 100%;
  max-width: 1050px;
  padding-top: 115px;
  margin: 0 auto;
}

.line-up__swiper .swiper-slide,
.modelhouse__swiper .swiper-slide,
.sale__swiper .swiper-slide {
  position: relative;
}

.line-up__swiper .swiper-slide img,
.modelhouse__swiper .swiper-slide img {
  border-radius: 20px;
  margin-bottom: 19px;
  display: block;
}

.line-up__swiperHeading-wrap,
.modelhouse__swiperHeading-wrap {
  text-align: center;
  width: calc(100% - 40px);
  height: auto;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.line-up__swiperHeading,
.modelhouse__swiperHeading {
  font-size: clamp(19px, 3.367vw, 33px);
  font-weight: 700;
  text-align: center;
  display: inline-flex;
  padding-top: clamp(8px, 1%, 10px);
  padding-bottom: clamp(8px, 1%, 10px);
  padding-left: clamp(20px, 4%, 40px);
  padding-right: clamp(20px, 4%, 40px);
  line-height: 1.55;
  background-color: #fff;
  border: 1px solid #181818;
}

.line-up__swiperContents {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.line-up__swiperText01,
.line-up__swiperText02 {
  display: flex;
  align-items: center;
}

.line-up__swiperText01 {
  margin-right: clamp(10px, 1.4%, 15px);
}

.line-up__swiperText02 {
}

.line-up__swiperText01--sml {
  font-size: clamp(14px, 1.53vw, 21px);
  font-weight: 700;
  text-align: center;
  display: block;
  width: clamp(70px, 10.612vw, 104px);
  padding-top: clamp(4px, 0.51vw, 5px);
  padding-bottom: clamp(4px, 0.51vw, 5px);
  padding-left: clamp(3px, 1.02vw, 10px);
  padding-right: clamp(3px, 1.02vw, 10px);
  margin-top: clamp(10px, 1.326vw, 13px);
  margin-right: clamp(6px, 1.02vw, 10px);
  line-height: 1;
  background-color: #b7a958;
  border-radius: 6px;
}

.line-up__swiperText--med {
  font-size: clamp(21px, 3.265vw, 32px);
  font-weight: 700;
  padding-top: 10px;
  line-height: 1;
}

.line-up__swiperText--lrg {
  font-size: clamp(37px, 5.612vw, 55px);
  font-weight: 700;
  margin: 0 5px;
  line-height: 1.5;
}

/* 前への矢印 */
.line-up__button-prev,
.modelhouse__button-prev,
.sale__button-prev {
  left: 0;
}

/* 次への矢印 */
.line-up__button-next,
.modelhouse__button-next,
.sale__button-next {
  right: 0;
}

/* 前へ次への矢印カスタマイズ */
.line-up__button-prev,
.line-up__button-next,
.modelhouse__button-prev,
.modelhouse__button-next,
.sale__button-prev,
.sale__button-next {
  width: clamp(31px, 7.142vw, 70px);
  height: clamp(63px, 13.265vw, 130px);
  top: 40%;
  z-index: 1;
}

/* 前へ次への矢印カスタマイズ */
.line-up__button-prev:after,
.line-up__button-next:after,
.modelhouse__button-prev:after,
.modelhouse__button-next:after,
.sale__button-prev:after,
.sale__button-next:after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  width: clamp(23px, 6.326vw, 62px);
  height: clamp(55px, 12.448vw, 122px);
  margin: auto;
}

/* 前への矢印カスタマイズ */
.line-up__button-prev:after,
.modelhouse__button-prev:after,
.sale__button-prev:after {
  background-image: url("../imgs_new/common/slide_arrow_prev.png");
}

/* 次への矢印カスタマイズ */
.line-up__button-next:after,
.modelhouse__button-next:after,
.sale__button-next:after {
  background-image: url("../imgs_new/common/slide_arrow_next.png");
}

/*===================
event
===================*/
.event__list {
  padding-top: 63px;
  padding-bottom: 88px;
  display: flex;
  flex-wrap: wrap;
  gap: 40px 4.44%;
}

.event__item {
  width: calc(86.68% / 4);
  max-width: 312px;
}

.event__item a {
  display: block;
}

.event__itemImg {
  margin-bottom: 31px;
  overflow: hidden;
}

.event__itemImg-img {
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  transition: transform 0.5s;
  backface-visibility: hidden;
  padding-top: 76.3%;
  overflow: hidden;
}

.event__item a:hover .event__itemImg-img {
  transform: scale(1.1, 1.1);
}

.event__itemHeading {
  font-size: clamp(14px, 2.142vw, 21px);
  font-weight: 700;
  margin-bottom: 18px;
  line-height: 1.63;
  letter-spacing: 0.1em;
}

.event__itemText {
  font-size: clamp(12px, 1.428vw, 14px);
  /* width: 100%;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden; */
  line-height: 1.75;
  letter-spacing: 0.2em;
}

/*===================
modelhouse
===================*/
.modelhouse__swiperText {
  font-size: 17px;
  text-align: center;
  line-height: 1.75;
}

.modelhouse__swiper .swiper-slide img {
  margin-bottom: 40px;
}

/*===================
top-news
===================*/
.post-list__item:not(:last-child) {
  border-bottom: 1px solid #cccccc;
}

.post-list__contents {
  display: flex;
  align-items: center;
}

.post-list.--type1 .post-list__item-link {
  align-items: center;
  padding-left: clamp(20px, 3.5%, 42px);
  padding-right: clamp(30px, 2%, 24px);
}

.post-list__lft {
  width: 25.7%;
  /* max-width: 410px; */
}

.post-list__lft--sp {
  display: none;
}

.post-list.--type1 .post-list__info {
  justify-content: center;
  margin-bottom: 0;
}

.post-list__rgt {
  width: 74.3%;
}

/* .post-list.--type1 .post-list__thum {
  width: 21.5%;
} */
.post-list.--type1 .post-list__wrap {
  width: 73.4%;
}

/*===================
works
===================*/
.works {
  padding-top: 92px;
}

.works .tab-title {
  margin-bottom: 43px;
}

.works__container {
  padding-bottom: 57px;
}

.works__swiperText {
  margin-bottom: 15px;
}

/*===================
sale
===================*/
.sale {
  padding-bottom: 100px;
}

.sale-sub {
  background: url("../imgs_new/index/sale_sub-bg.jpg") center center / cover
    no-repeat;
}

.sale__inner-1240 {
  width: calc(100% - 40px);
  max-width: 1240px;
  padding-top: 100px;
  padding-bottom: 119px;
  margin: 0 auto;
  position: relative;
}

.sale-sub__text {
  width: 100%;
  max-width: 511px;
  margin: 0 auto 46px;
}

.sale-sub__heading {
  width: 100%;
  max-width: 779px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.sale-sub__text-en {
  width: 83%;
  max-width: 639px;
  margin: 0 auto;
  position: absolute;
  bottom: 56px;
  right: 0;
  z-index: 0;
}

/* 会員登録 ↓ */

.sale-login__wrap {
}

.sale-login__contents {
  width: 100%;
}

/***** スライド ↓ *****/
.sale__slide-wrap {
  padding-top: 136px;
}

.sale__container {
}

.sale__swiper {
  padding-top: 0;
}

/***** スライド ↑ *****/

/***** 会員じゃない場合 ↓ *****/
.not-member {
  position: relative;
  pointer-events: none;
  display: block;
}

.not-member:hover {
  opacity: 1 !important;
}

.not-member:hover .sale-login__imgbox img {
  transform: scale(1, 1) !important;
}

/*ぼかしあり
.not-member .post__info {
	-ms-filter: blur(6px);
	filter: blur(6px);
} */
/***** 会員じゃない場合 ↑ *****/

/***** 会員の場合の上に被さってる要素 ↓ *****/
.sale-login__member {
  background-color: rgb(0, 0, 0, 0.8);
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  padding-top: clamp(40px, 26.5%, 278px);
  border-radius: 20px;
}

.sale-login__member-inner {
  width: calc(100% - 40px);
  max-width: 700px;
  margin: 0 auto;
}

.sale-login__member-icon {
  display: block;
  width: 48px;
  margin: 0 auto 36px;
}

.sale-login__member-heading {
  color: #b7a958;
  font-size: clamp(23px, 3.673vw, 36px);
  font-weight: 700;
  text-align: center;
  margin-bottom: 15px;
  line-height: 1.75;
}

.sale-login__member-text {
  color: #fff;
  font-size: clamp(16px, 2.244vw, 22px);
  font-weight: 700;
  text-align: center;
  margin-bottom: clamp(25px, 7.346vw, 72px);
  line-height: 1.75;
}

.sale-login__btnWrap {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 700px;
}

.sale-login__btnWrap object {
  width: 48.5%;
}

.sale-login__member-btn,
.sale-login__member-btn2 {
  font-size: clamp(16px, 2.244vw, 22px);
  font-weight: 700;
  text-align: center;
  pointer-events: all;
  position: relative;
  display: block;
  width: 100%;
  max-width: 326px;
  padding-top: clamp(15px, 9.1%, 29px);
  padding-bottom: clamp(15px, 9.1%, 29px);
  padding-left: clamp(10px, 5.9%, 20px);
  padding-right: 5px;
  border-radius: 10px;
  transition: all 0.3s;
}

.sale-login__member-btn {
  border: 1px solid #fff;
  background-color: #fff;
}

.sale-login__member-btn2 {
  color: #fff;
  border: 1px solid #b7a958;
  background-color: #b7a958;
}

.sale-login__member-btn:hover {
  color: #fff;
  background-color: #181818;
}

.sale-login__member-btn2:hover {
  color: #b7a958;
  background-color: #fff;
}

.sale-login__member-btn::after,
.sale-login__member-btn2::after {
  content: "";
  display: block;
  width: 30px;
  height: 14px;
  position: absolute;
  top: 50%;
  right: 15px;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transition: all 0.3s;
}

.sale-login__member-btn::after {
  background: url("../imgs_new/index/arrow_login_bl.png") center center / cover
    no-repeat;
}

.sale-login__member-btn2::after {
  background: url("../imgs_new/index/arrow_login_wh.png") center center / cover
    no-repeat;
}

.sale-login__member-btn:hover::after {
  background: url("../imgs_new/index/arrow_login_wh.png") center center / cover
    no-repeat;
}

.sale-login__member-btn2:hover::after {
  background: url("../imgs_new/index/arrow_login_bw.png") center center / cover
    no-repeat;
}

/***** 会員の場合の上に被さってる要素 ↑ *****/

/***** 会員の場合の隠れてる中の要素 ↓ *****/
.sale-login__info {
  padding-bottom: 50px;
  position: relative;
}

.sale-login__imgbox {
  margin-bottom: clamp(18px, 3.367vw, 33px);
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}

.sale-login__imgbox img {
  backface-visibility: hidden;
  transition: transform 0.5s;
  border-radius: 20px;
}

a:hover .sale-login__imgbox img {
  transform: scale(1.1, 1.1);
}

.sale-login__info-heading {
  font-size: clamp(24px, 3.673vw, 36px);
  font-weight: 700;
  text-align: center;
  margin-bottom: 13px;
  line-height: 1.75;
}

.sale-login__info-text {
  font-size: clamp(12px, 1.734vw, 17px);
  text-align: center;
  line-height: 1.75;
}

/***** 会員の場合の隠れてる中の要素 ↑ *****/

/* 会員登録 ↑ */

/***** ご成約済み ↓ *****/
.postlist__contract a {
  pointer-events: none;
}
.postlist__contract .sale-login__btnWrap a {
  pointer-events: auto;
  position: relative;
  z-index: 10; /* 念のため上に出す */
}
.sale-login__imgboxContract {
  position: relative;
}
.contract__bnr {
  width: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
/***** ご成約済み ↑ *****/

/*===================
reason
===================*/

/***** 青い領域 ↓ *****/
.reason-sub {
  background: url("../imgs_new/index/reason_sub-bg.jpg") center center / cover
    no-repeat;
}

.reason-sub__inner-1300 {
  width: calc(100% - 40px);
  max-width: 1300px;
  padding-top: 93px;
  padding-bottom: 60px;
  margin: 0 auto;
  position: relative;
}

.reason-sub__heading01 {
  width: 768px;
  max-width: 100%;
  margin: 0 auto 40px;
  position: relative;
  z-index: 1;
}

.reason-sub__heading02 {
  width: 1031px;
  max-width: 100%;
  margin: 0 auto 44px;
  position: relative;
  z-index: 1;
}

.reason-sub__text {
  max-width: 100%;
  width: 801px;
  margin: 0 auto 46px;
}

/***** 青い領域 ↑ *****/

/*===================
company-information バナー
===================*/
.company-information {
  padding-top: 38px;
  padding-bottom: 41px;
}

.company-information__banner {
  display: block;
  width: 100%;
  max-width: 1367px;
  margin: 0 auto;
  position: relative;
}

.hover-mask {
  align-items: center;
  /* テキストの中央揃え */
  background: rgba(0, 0, 0, 0.5);
  /* マスクの色(黒の50%) */
  bottom: 0;
  color: #fff;
  /* テキストの色 */
  display: flex;
  /* テキストの中央揃え */
  height: auto;
  justify-content: center;
  /* テキストの中央揃え */
  left: 0;
  opacity: 0;
  /* 最初は透明(非表示) */
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 0.3s ease;
  /* ゆっくりopacityのみへ変化させる */
  width: 100%;
  z-index: 2;
}

.hover-mask:hover {
  opacity: 1;
  /* hoverしたら透過しない(表示させる) */
}

.company-information__contents {
  padding-top: 50px;
  background: url("../imgs_new/index/company_information_bg.jpg") center center /
    cover no-repeat;
}

.company-information__contents-text01 {
  color: #fff;
  font-size: 25px;
  font-weight: 500;
  text-align: center;
  width: 360px;
  padding-top: 2px;
  padding-bottom: 6px;
  padding-left: 10px;
  padding-right: 10px;
  line-height: 2.4;
  letter-spacing: 0.14em;
  background-color: #58a3ba;
}

.company-information__contents-heading {
  color: #fff;
  font-size: 54px;
  font-weight: 300;
  padding-top: 20px;
  padding-bottom: 265px;
  padding-left: 55px;
  line-height: 1.35;
}

.company-information__contents-text02 {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  width: 477px;
  margin: 0 0 0 auto;
  line-height: 1;
  letter-spacing: 0.14em;
}

.company-information__contents-check01,
.company-information__contents-check02 {
  padding-left: 35px;
  display: inline-block;
  background-color: #b7a958;
  position: relative;
  z-index: 1;
}

.company-information__contents-check01 {
  padding-top: 20px;
  padding-right: 36px;
}

.company-information__contents-check02 {
  padding-bottom: 8px;
  padding-right: 132px;
  display: flex;
  align-items: center;
}

.company-information__contents-check02::after {
  content: "";
  display: block;
  width: 42px;
  height: 24px;
  position: absolute;
  top: 50%;
  right: 33px;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  background: url("../imgs_new/common/arrow_wh_sml.png") center center / contain
    no-repeat;
  transition: all 0.3s;
}

.company-information__banner:hover
  .company-information__contents-check02::after {
  right: 22px;
}

.company-information__contents-check02 span {
  font-family: century-gothic, sans-serif;
  font-weight: 700;
  font-size: 43px;
  line-height: 1.35;
  letter-spacing: 0;
}

/*===================
top-staff
===================*/
.top-staff__contents {
  display: flex;
  justify-content: space-between;
}

.top-staff__contentsLft {
  width: 550px;
  padding-top: 136px;
}

.top-staff__contentsLft-en {
  font-size: 40px;
  font-family: century-gothic, sans-serif;
  font-weight: 700;
  text-align: center;
  margin-bottom: 3px;
  line-height: 1.35;
}

.top-staff__contentsLft-heading {
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  line-height: 1.75;
}

.top-staff__contentsRgt {
  width: 1050px;
}

/* スライド */
.top-staff__container {
  width: calc(100% - 20px);
  padding-top: 35px;
  padding-bottom: 28px;
  margin: 0 0 0 auto;
  position: relative;
}

.top-staff__swiper {
}

.top-staff__swiper .swiper-slide img {
  border-radius: 10px;
  display: block;
}

/* 前への矢印 */
.top-staff__button-prev {
  left: 15px;
}

/* 次への矢印 */
.top-staff__button-next {
  right: 15px;
}

/* 前へ次への矢印カスタマイズ */
.top-staff__button-prev,
.top-staff__button-next {
  width: 40px;
  height: 30px;
  top: 62%;
}

/* 前へ次への矢印カスタマイズ */
.top-staff__button-prev:after,
.top-staff__button-next:after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  width: 34px;
  height: 24px;
  margin: auto;
}

/* 前への矢印カスタマイズ */
.top-staff__button-prev:after {
  background-image: url("../imgs_new/index/pickup_slide_arrow_prev.png");
}

/* 次への矢印カスタマイズ */
.top-staff__button-next:after {
  background-image: url("../imgs_new/index/pickup_slide_arrow_next.png");
}

/*===================
support
===================*/
.support__wrap01 {
  width: 100%;
  position: relative;
  padding-top: 123px;
  padding-bottom: 113px;
  background: url("../imgs_new/index/support_bg.jpg") center center / cover
    no-repeat;
}

.support__contents01 {
  padding-left: 124px;
  position: relative;
  z-index: 1;
}

.support__contents01-heading {
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 17px;
  line-height: 2.16;
}

.support__contents01-text {
  font-size: 19px;
  line-height: 3.15;
}

.support__contents02 {
}

.support__contents-img01,
.support__contents-img02 {
  position: absolute;
  z-index: 0;
}

.support__contents-img01 {
  width: 262px;
  top: 92px;
  left: 525px;
}

.support__contents-img02 {
  width: 324px;
  top: 429px;
  left: 586px;
}

.support__wrap02 {
  /* width: 1312px; */
  width: 93%;
  padding-top: 71px;
  padding-left: 86px;
  padding-bottom: 50px;
  display: flex;
  justify-content: space-between;
}

.support__wrap02Lft {
  width: 198px;
  padding-top: 7px;
}

.support__wrap02Lft-logo {
  width: 198px;
  margin-bottom: 24px;
}

.support__wrap02Lft-text {
  font-size: 12px;
  line-height: 1.75;
}

.support__wrap02Rgt {
  width: calc(100% - 218px);
}

.support__wrap02Rgt-heading {
  font-size: 21px;
  text-align: center;
  margin-bottom: 50px;
  line-height: 2.5;
  letter-spacing: 0.2em;
}

.support__wrap02Rgt-img {
  width: 626px;
  margin: 0 auto;
}

@media screen and (max-width: 1600px) {
  /*===================
pick-up
===================*/
  /* 必要に応じて container も調整 */
  .pick-up__container,
  .top-staff__container,
  .works__container {
    overflow-x: clip;
    /* 横スクロール防止したい場合はこれでもOK */
  }

  /* swiper の親に overflow: hidden をかけないように */
  .pick-up__swiper,
  .top-staff__swiper,
  .works__swiper {
    overflow: visible;
  }

  /* Swiperラッパーをそのまま横幅広がるようにする */
  .pick-up__swiper .swiper-wrapper,
  .works__swiper .swiper-wrapper,
  .top-staff__swiper .swiper-wrapper {
    width: auto;
  }

  .pick-up__swiper .swiper-slide,
  .works__swiper .swiper-slide {
    width: 330px;
    /* お好みで調整、例えば300px幅のスライド */
    flex-shrink: 0;
    /* 幅が縮まないように */
  }

  .top-staff__swiper .swiper-slide {
    width: 267px;
    flex-shrink: 0;
    /* 幅が縮まないように */
  }
}

@media screen and (max-width: 1560px) {
}

@media screen and (max-width: 1440px) {
  /*===================
top-staff
===================*/
  .top-staff__contentsLft-en {
    font-size: 2.777777777vw;
  }

  .top-staff__contentsLft {
    width: 28%;
  }

  .top-staff__contentsRgt {
    width: 72%;
  }

  .top-staff__contentsLft-heading {
    font-size: 1.5277777777vw;
  }

  /*===================
support
===================*/
  .support__contents01 {
    padding-left: 5%;
  }

  .support__wrap02Rgt-heading {
    font-size: clamp(16px, 1.458333333333vw, 21px);
  }

  .support__wrap02Rgt-img {
    width: 100%;
  }
}

@media screen and (max-width: 980px) {
  /*===================
共通
===================*/
  .item-flex {
    display: block;
  }

  .item-flex .wide-btn__btn {
    padding-left: 20px;
  }

  .item-flex .wide-btn:first-child {
    margin-bottom: 10px;
  }

  .item-flex .wide-btn .top__inner-1760 {
    width: 100%;
    margin: 0 auto;
  }

  /*===================
aov
===================*/
  .aov__wrap {
    display: block;
    width: 100%;
    margin: 0 auto;
  }

  .aov__contentsWrap {
    width: 100%;
    padding-bottom: 43px;
    border-bottom: 1px solid #ccc;
  }

  .aov__contentsEn,
  .aov__contentsJa,
  .aov__subHeading,
  .aov__subText {
    width: calc(100% - clamp(60px, 4.375vw, 70px));
    max-width: 405px;
    margin: 0 auto;
  }

  .aov__contentsEn {
    font-size: 58px;
    max-width: 405px;
  }

  .aov__contentsJa {
    font-size: 18px;
    padding-top: 18px;
    padding-bottom: 22px;
  }

  .aov__subHeading {
    font-size: 36px;
    padding-top: 22px;
    margin-bottom: 28px;
  }

  .aov__subText {
    font-size: 18px;
    padding-bottom: 0;
  }

  .aov__imgWrap {
    width: calc(100% - 60px);
    padding-top: 36px;
    padding-bottom: 36px;
    padding-left: 0;
    margin: 0 auto;
  }

  /*===================
top-news
===================*/
  .post-list__contents {
    display: flex;
    align-items: center;
  }

  .post-list__lft {
    width: 100%;
  }

  .post-list.--type1 .post-list__info {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 16px;
  }

  .post-list.--type1 .post-list__info-line {
    width: clamp(17px, 1.25vw, 20px);
    height: 1px;
    margin: 10px 0;
  }

  .post-list.--type1 .post-list__thum {
    width: 44.7%;
  }

  .post-list.--type1 .post-list__wrap {
    width: 48%;
  }

  .post-list__lft--pc {
    display: none;
  }

  .post-list__lft--sp {
    display: block;
  }

  .post-list__rgt {
    width: 100%;
  }
  /*===================
reason
===================*/

  /*===================
support
===================*/

  .support__contents01-heading {
    font-size: clamp(29px, 3.4693877vw, 34px);
    line-height: 1.75;
  }

  .support__contents01-text {
    font-size: clamp(16px, 1.938775vw, 19px);
  }

  .support__contents-img01 {
    left: 53.571428vw;
    width: 26.73469vw;
  }

  .support__contents-img02 {
    top: 43.77551vw;
    left: 59.7959183vw;
    width: 33.061224489vw;
  }
}

@media screen and (max-width: 860px) {
  /*===================
company-information バナー
===================*/
  .company-information__contents-heading {
    font-size: clamp(47px, 6.279vw, 54px);
  }
}

@media screen and (max-width: 750px) {
  /*===================
共通
===================*/
  .tab-title__heading {
    left: 20px;
  }

  .top__inner-1760 {
    width: calc(100% - 40px);
  }

  .wide-btn .top__inner-1760 {
    width: 100%;
    margin: 0 auto;
  }

  .wide-btn__btn {
    padding-left: 20px;
  }

  .wide-btn__btn span::after {
    right: 20px;
  }

  .section-title__en {
    font-size: 58px;
    padding: 20px 0;
  }

  .cat-list {
    padding-bottom: 28px;
  }

  /*===================
fv
===================*/
  .fv {
    padding-bottom: 40px;
  }

  .fv__img {
    border-radius: 0;
  }

  .fv__img--pc {
    display: none;
  }

  .fv__img--sp {
    display: block;
  }

  .fv__left {
    width: 65%;
    max-width: 279px;
    top: auto;
    bottom: 0;
    left: 20px;
    -webkit-transform: initial;
    -ms-transform: initial;
    -moz-transform: initial;
    -o-transform: initial;
  }

  .fv__rgt--pc {
    display: none;
  }

  .fv__rgt--sp {
    display: block;
  }

  .fv__rgt {
    width: 100%;
    margin: 40px auto 0;
    position: static;
  }

  /*===================
pick-up
===================*/
  .pickUp__swiperBtn-wrap,
  .works__swiperBtn-wrap {
    margin: 35px auto 0;
    right: 15px;
  }

  .pick-up__container,
  .works__container {
    width: calc(100% - 25px);
  }

  /*===================
aov
===================*/
  .aov-sub {
    padding-top: 52px;
    padding-bottom: 64px;
  }

  /*===================
line-up
===================*/
  .line-up__container,
  .modelhouse__container,
  .sale__container {
    padding-bottom: 20px;
  }

  .line-up__swiper,
  .modelhouse__swiper,
  .sale__swiper {
    padding-top: 60px;
  }

  .sale__swiper {
    padding-top: 30px;
  }

  /*===================
event
===================*/
  .event__list {
    padding-bottom: 58px;
  }

  .event__item {
    width: calc(95.56% / 2);
  }

  .event__itemImg {
    margin-bottom: 20px;
  }

  .event__itemHeading {
    margin-bottom: 12px;
  }

  /*===================
works
===================*/
  .works .tab-title {
    margin-bottom: 25px;
  }

  /*===================
sale
===================*/
  .sale__inner-1240 {
    padding-top: 8%;
    padding-bottom: 9%;
  }

  .sale-sub__text {
    margin: 0 auto 26px;
  }

  .sale-sub__text-en {
    bottom: 10px;
  }

  .sale__slide-wrap {
    padding-top: 10%;
  }

  .sale-login__btnWrap {
    flex-direction: column;
    max-width: 326px;
    margin: 0 auto;
    gap: 15px 0;
  }

  .sale-login__btnWrap object {
    width: 100%;
    margin: 0 auto;
  }

  /*===================
reason
===================*/

  .reason-sub__inner-1300 {
    padding-top: 62px;
    padding-bottom: 62px;
  }

  .reason-sub__heading01 {
    margin: 0 auto 25px;
  }

  .reason-sub__text {
    margin-bottom: 0;
  }

  .reason-sub__heading02 {
    margin-bottom: 20px;
  }

  /*===================
company-information バナー
===================*/

  .company-information__contents {
    background: url("../imgs_new/index/company_information_bg_sp.jpg") center
      center / cover no-repeat;
  }

  .company-information__contents-heading {
    padding-bottom: 215px;
  }

  .company-information__contents-text02 {
    width: 100%;
  }

  .company-information__contents-text01,
  .company-information__contents-heading {
    padding-left: 20px;
  }

  .company-information__contents-text01 {
    text-align: left;
  }

  .company-information__contents-check02 {
    padding-right: 3%;
  }

  .top-staff__contents {
    flex-direction: column;
  }

  .top-staff__contentsLft {
    width: 100%;
    padding-top: 60px;
  }

  .top-staff__contentsRgt {
    width: 100%;
  }

  /*===================
top-staff
===================*/
  .top-staff__contentsLft-en {
    font-size: 40px;
  }

  .top-staff__contentsLft-heading {
    font-size: 22px;
  }

  /*===================
support
===================*/

  .support__contents01 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .support__wrap01 {
    padding-top: 53px;
    padding-bottom: 218px;
    background: url(../imgs_new/index/support_bg_sp.jpg) center center / cover
      no-repeat;
  }

  .support__contents01-text {
    line-height: 2;
  }

  .support__contents-img01 {
    top: auto;
    /* left: 20px; */
    left: auto;
    right: 169px;
    bottom: -178px;
    width: 262px;
    max-width: 100%;
  }

  .support__contents-img02 {
    top: auto;
    /* left: 104px; */
    left: auto;
    right: 20px;
    bottom: -398px;
    width: 323px;
    max-width: 100%;
  }

  .support__wrap02 {
    flex-direction: column;
    padding-top: 454px;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
  }

  .support__wrap02Lft {
    width: 100%;
    text-align: center;
    margin-bottom: 24px;
  }

  .support__wrap02Lft-logo {
    margin-left: auto;
    margin-right: auto;
  }

  .support__wrap02Rgt {
    width: 100%;
  }
}

@media screen and (max-width: 500px) {
  /*===================
line-up
===================*/
  .line-up__swiperContents {
    flex-direction: column;
  }
}

@media screen and (max-width: 480px) {
  /*===================
共通
===================*/
  .section-title__en {
    font-size: 47px;
    padding: 20px 0;
  }

  /*===================
pick-up
===================*/
  .pick-up__swiper .swiper-slide,
  .works__swiper .swiper-slide {
    width: 240px;
  }

  /*===================
aov
===================*/
  .aov__subHeading {
    font-size: 29px;
    margin-bottom: 18px;
  }

  .aov__subText {
    font-size: 16px;
    padding-bottom: 0;
    line-height: 2;
  }

  /*===================
line-up
===================*/
  .line-up__button-prev,
  .line-up__button-next,
  .modelhouse__button-prev,
  .modelhouse__button-next,
  .sale__button-prev,
  .sale__button-next {
    top: 42%;
  }

  .line-up__swiperContents {
    flex-direction: column;
  }

  .line-up__swiperText01--sml {
    font-size: 13px;
    margin-top: 6px;
  }

  .line-up__swiperText--med {
    font-size: 18px;
    padding-top: 7px;
  }

  .line-up__swiperText--lrg {
    font-size: 33px;
  }

  /*===================
modelhouse
===================*/
  .modelhouse__swiperText {
    font-size: 15px;
  }

  .modelhouse__swiper .swiper-slide img {
    margin-bottom: 20px;
  }

  /*===================
top-news
===================*/
  .post-list.--type1 .post-list__thum {
    width: 75%;
    margin-bottom: 20px;
  }

  .post-list.--type1 .post-list__item-link {
    flex-direction: column;
    align-items: flex-start;
  }

  .post-list.--type1 .post-list__wrap {
    width: 100%;
  }

  .post-list.--type1 .post-list__info {
    flex-direction: row;
    align-items: center;
  }

  .post-list.--type1 .post-list__info-line {
    height: clamp(17px, 1.25vw, 20px);
    width: 1px;
    margin: 0 10px;
  }

  /*===================
sale
===================*/
  .sale-login__member {
    padding-top: 40px;
  }

  .sale-login__member-icon {
    width: 38px;
    margin: 0 auto 26px;
  }

  .sale-login__member-btn,
  .sale-login__member-btn2 {
    padding-left: 0;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .sale-login__member-btn::after,
  .sale-login__member-btn2::after {
    right: 10px;
  }

  /*===================
company-information バナー
===================*/
  .company-information__contents-check01,
  .company-information__contents-check02,
  .company-information__contents-text01,
  .company-information__contents-heading {
    padding-left: 5%;
  }

  .company-information__contents-text02 {
    font-size: 4.1666vw;
  }

  .company-information__contents-check02 span {
    font-size: 8.9583vw;
  }

  .company-information__contents-check02::after {
    width: 8.75vw;
    height: 5vw;
    right: 6.875vw;
  }

  .company-information__contents-heading {
    font-size: 9.79166vw;
    padding-bottom: 45vw;
  }

  .company-information__contents-text01 {
    font-size: 5.208333vw;
    width: 75vw;
  }

  /*===================
reason
===================*/

  /*===================
support
===================*/

  .support__contents-img01 {
    top: auto;
    left: 4.1666666vw;
    bottom: -37.0833333vw;
    width: 54.5833vw;
    max-width: 100%;
  }

  .support__contents-img02 {
    top: auto;
    left: 28vw;
    bottom: -82.91666vw;
    width: 67.2916666666vw;
    max-width: 100%;
  }

  .support__wrap02 {
    padding-top: 94.5833333vw;
    padding-bottom: 100px;
  }
}
