@charset "UTF-8";
/*TOPページだけナビゲーションバーが浮いてる対策*/
.pagetemp-top .siteblock-header {
  top: 0;
}

/*slider*/
.siteblock-bottom {
  padding-top: 0;
}

.lay-container {
  max-width: 100% !important;
}
.lay-container .slick .slick-slide img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.lay-container .slick-dots li button {
  display: none;
}
.lay-container .slick-next::before,
.lay-container .slick-prev::before {
  display: none;
}
.lay-container .sks_mv {
  position: relative;
  background-color: #eee;
  height: 90vh;
  overflow: hidden;
  margin-right: -15px;
  margin-left: -15px;
}
.lay-container .sks_mv img.sks_mv_img {
  position: absolute;
  top: 0;
  right: 0;
  height: 90%;
  width: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.lay-container .sks_mv img.sks_mv_txt {
  width: 40%;
  position: absolute;
  left: 5%;
  top: 30%;
  z-index: 10;
}

@media screen and (max-width: 1260px) {
  .lay-container .sks_mv img.sks_mv_img {
    top: unset;
    bottom: 0;
    height: 70%;
  }
  .lay-container .sks_mv img.sks_mv_txt {
    width: 50%;
    top: 5%;
  }
}
@media screen and (max-width: 991px) {
  .siteblock-main {
    margin-bottom: -40px;
    padding-bottom: 0;
  }
  .siteblock-bottom {
    padding-top: 0;
  }
  .lay-container .slick .slick-slide img {
    width: 100%;
    height: 100vw !important;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .siteblock-bottom {
    padding-top: 40px;
  }
  .lay-container .sks_mv {
    padding: 30px 10px 0 10px;
    height: auto;
  }
  .lay-container .sks_mv img.sks_mv_txt {
    position: unset;
    width: 80%;
    height: auto;
  }
  .lay-container .sks_mv img.sks_mv_img {
    position: unset;
    width: 100%;
    height: auto;
  }
}
/*topics*/
.home_post_newstext {
  display: flex;
  align-items: center;
  letter-spacing: 0.1em;
  margin-bottom: 70px;
  max-width: 1140px;
  margin: -30px auto;
}
.home_post_newstext h2 {
  font-size: 3em;
  text-transform: uppercase;
  margin: 0;
  border-bottom: 2px solid #000;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  padding: 10px 20px 10px 0;
}
.home_post_newstext h2:after {
  background-color: initial;
  width: 0;
}
.home_post_newstext .topics_detail {
  margin-left: 30px;
}
.home_post_newstext .post_date {
  color: #fff;
  background-color: #404040;
  padding: 5px 10px;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 15px;
  margin-top: 10px;
}
.home_post_newstext .topics_btn {
  color: #000;
  position: relative;
  display: inline-block;
  padding: 0 30px 0 16px;
  vertical-align: middle;
  text-decoration: none;
  font-size: 15px;
  margin: 0 0 0 auto;
  transition: 0.3s all;
}
.home_post_newstext .topics_btn:before, .home_post_newstext .topics_btn:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.home_post_newstext .topics_btn:before {
  box-sizing: border-box;
  width: 20px;
  height: 20px;
  border: 1px solid #000;
  border-radius: 50%;
}
.home_post_newstext .topics_btn:after {
  left: 7px;
  width: 7px;
  height: 7px;
  right: -96px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(45deg);
}
.home_post_newstext .topics_btn:hover {
  opacity: 0.7;
  text-decoration: none;
}
.home_post_newstext .topics_btn:hover:before, .home_post_newstext .topics_btn:hover:after {
  background-color: #bf010b;
  border-color: #fff;
}

@media screen and (max-width: 767px) {
  .home_post_newstext {
    display: block;
    margin-bottom: 50px;
  }
  .home_post_newstext .topics_detail {
    margin-left: 0;
  }
  .home_post_newstext h2 {
    width: 100%;
    padding: 0;
    text-align: center;
    border-right: none;
    font-size: 1.5em;
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
  }
  .home_post_newstext h2:after {
    display: initial;
    width: 0;
    margin: 0;
  }
  .home_post_newstext .post_date {
    text-align: center;
    margin: 10px auto;
  }
  .home_post_newstext .topics_btn {
    margin: 20px 0 0 auto;
    width: 126px;
    display: block;
  }
  .home_post_newstext .post_title {
    padding-top: 0;
    text-align: center;
  }
}
/*見出し*/
.section_title {
  margin: 50px auto 30px;
  border-bottom: 2px solid #000;
  width: -moz-fit-content;
  width: fit-content;
  text-transform: uppercase;
}
.section_title:after {
  background-color: initial;
  margin: 0;
}

.post_title {
  color: #000;
  padding-top: 10px;
}

/*ボタン*/
.btn_1 {
  position: relative;
  display: flex;
  color: #404040;
  align-items: center;
  padding: 10px 20px;
  justify-content: center;
  border: 2px solid #404040;
  border-radius: 25px;
  margin: 50px auto;
  transition: 0.3s all;
}
.btn_1:before, .btn_1:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.btn_1:after {
  right: 20px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #404040;
  border-right: 2px solid #404040;
  transform: rotate(45deg);
}
.btn_1:hover {
  background-color: #bf010b;
  border-color: #bf010b;
  color: #fff;
  text-decoration: none;
}
.btn_1:hover:after {
  border-color: #fff;
}

/*イベント*/
.section_topics .section_blog .slide_col3 .prevBtn,
.section_topics .section_blog .slide_col3 .nextBtn {
  top: 35%;
}
.section_topics .section_blog .slide_col3 .prevBtn {
  left: -30px;
}
.section_topics .section_blog .slide_col3 .nextBtn {
  right: -30px;
}

/*ブログ*/
.section_blog {
  margin: 100px auto;
}
.section_blog .slide_col3 {
  position: relative;
}
.section_blog .slide_col3 .post {
  display: block;
  margin: 0 auto;
  width: calc(100% - 20px);
}
.section_blog .slide_col3 .prevBtn {
  position: absolute;
  top: -20%;
  left: 10px;
  width: 50px;
  height: 50px;
  background-image: url(../images/slide_prev.svg);
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
  z-index: 2;
}
.section_blog .slide_col3 .nextBtn {
  position: absolute;
  top: -20%;
  right: 10px;
  width: 50px;
  height: 50px;
  background-image: url(../images/slide_next.svg);
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
  z-index: 2;
}
.section_blog .slide_col3 .topicsDigestBox {
  margin-bottom: 0;
}
.section_blog .btn_area .btn_1 {
  width: 200px;
}

.post_thumbnail img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 3/2;
}

@media screen and (max-width: 800px) {
  .section_blog {
    margin: 50px auto;
  }
  .slide_col3 .post {
    width: 100%;
  }
  .siteblock-bottom .lay-container .section_blog:nth-child(3) .container {
    width: auto;
  }
}
/* ---------------------------------------------
トップページ・コンセプト
--------------------------------------------- */
.siteblock-bottom .top_concept {
  position: relative;
}
.siteblock-bottom .parts_free_type05_photo {
  background-color: #fff;
}
.siteblock-bottom .parts_free_type05_photo img {
  width: auto;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 1170px;
}
.siteblock-bottom .parts_free_type05_text {
  width: 50%;
  min-width: 500px;
  max-width: 1140px;
  text-align: left;
  margin: auto;
  position: absolute;
  top: 0;
  height: auto;
  background: none;
}
.siteblock-bottom .parts_free_type05_text h1 {
  color: #fff;
  line-height: 1.4;
  font-weight: normal;
  text-align: left;
}
.siteblock-bottom .parts_free_type05_text h1:after {
  content: none;
}
.siteblock-bottom .parts_free_type05_text p {
  font-size: 1.2rem;
  color: #fff;
}
.siteblock-bottom .parts_free_type05_text p a {
  width: 200px;
  color: #fff;
  padding: 15px 20px;
  border: 2px solid #fff;
  border-radius: 25px;
  margin: 20px auto;
  transition: 0.3s all;
  background-color: initial;
}
.siteblock-bottom .parts_free_type05_text p a:before, .siteblock-bottom .parts_free_type05_text p a:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.siteblock-bottom .parts_free_type05_text p a:after {
  right: 20px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}
.siteblock-bottom .parts_free_type05_text p a:hover {
  background-color: #404040;
  color: #fff;
  text-decoration: none;
}
.siteblock-bottom .parts_free_type05_text p a:hover:after {
  border-color: #fff;
}

@media screen and (max-width: 767px) {
  .parts_free_type05 {
    position: relative;
    padding: 60px 0;
  }
  .parts_free_type05 .parts_free_type05_photo {
    position: absolute;
    top: 0;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 0);
  }
  .parts_free_type05 .parts_free_type05_photo img {
    width: -moz-fit-content;
    width: fit-content;
    max-width: inherit;
    height: 100%;
  }
  .parts_free_type05 .parts_free_type05_text {
    position: inherit;
    margin: auto;
    max-width: 95%;
    min-width: unset;
    width: 95%;
  }
  .parts_free_type05 .parts_free_type05_text h1 {
    padding-top: 50px;
  }
}
.lay-img-width--max img {
  height: 100% !important;
  width: auto !important;
  max-width: 100% !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
}

.sks_nr_content .lay-img-width--max img {
  height: auto !important;
  width: 100% !important;
}

.sks_top_cp01 {
  background-color: #555 !important;
  text-align: center;
  padding: 100px 0 !important;
}
.sks_top_cp01 .sks_bg_red {
  font-size: 1.8em;
  margin: 50px auto;
  padding: 30px;
  border-radius: 100px;
  width: 900px;
  max-width: 90%;
}

.sks_top_cp01_img {
  display: flex;
  justify-content: center;
  margin-left: -15px;
  margin-right: -15px;
}
.sks_top_cp01_img img {
  width: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}

.sks_top_cp02 {
  background-color: #ececec;
  margin: 0 -15px;
  padding: 80px 5%;
}
.sks_top_cp02 .lay-margin-b--3 {
  margin-bottom: 30px !important;
}
.sks_top_cp02 .sks_top02_cp {
  width: 100%;
  margin: 0 auto;
  justify-content: space-between;
  flex-wrap: nowrap;
}
.sks_top_cp02 .sks_top02_cp .sks_top02 {
  background-color: #fff;
  padding: 30px 10px;
  border-radius: 20px;
  flex-basis: 31%;
}
.sks_top_cp02 .sks_top02_cp .cparts-txt-block {
  width: 90%;
  margin: 0 auto;
}
.sks_top_cp02 .sks_top02_cp img {
  width: 300px !important;
  max-width: 100% !important;
}
.sks_top_cp02 .sks_top02_ttl {
  margin-bottom: 1em;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
}
.sks_top_cp02 .sks_top02_ttl .top02_red {
  color: #bf010b;
}

.sks_top03 {
  background-color: #bf010b;
}
.sks_top03 .content {
  background-color: #fff;
  padding: 50px 20px;
  border-radius: 20px;
}
.sks_top03 .content p.ttl {
  text-align: center;
  font-weight: bold;
  font-size: 26px;
  margin-bottom: 60px;
}
.sks_top03 .content .top02_red {
  color: #bf010b;
}

.sks_top04 {
  background-color: #ececec !important;
  padding: 100px 8% !important;
}
.sks_top04 .p1 {
  font-size: 1.1em;
}

.sks_top05 .cparts-txt-block {
  padding: 60px 20px;
}
.sks_top05 .sks_span {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: left;
  margin-bottom: 10px !important;
  flex-wrap: wrap;
}
.sks_top05 .sks_span img {
  margin: 0 0.5em 0.5em 0;
}
.sks_top05 p {
  line-height: 2.5;
  font-size: 1.2em;
  font-weight: bold;
}

.lay-margin-b--3 {
  margin-bottom: 6em !important;
}

.sks_top06 {
  margin: 0 -15px;
}
.sks_top06 .cparts-txt-block {
  background-color: #fff;
  border-radius: 20px;
  width: 620px;
  max-width: 90%;
}

.sks_top_link1 {
  background-color: #bf010b !important;
  border-radius: 10px !important;
}
.sks_top_link1.btn_1::before {
  background-color: #fff;
  width: 1.1em;
  height: 1.1em;
  right: unset;
  left: 12.2em;
  border-radius: 100%;
}
.sks_top_link1.btn_1::after {
  right: unset;
  left: 12.4em;
  border-color: #bf010b;
}

.sks_top_link2 {
  background-color: #404040 !important;
  padding: 1em !important;
  width: 620px;
  cursor: pointer;
}
.sks_top_link2 a {
  color: #fff;
  position: relative;
  margin: 0 auto;
  width: 13em;
  font-size: 16px;
}
.sks_top_link2 .btn_1::before {
  background-color: #fff;
  width: 1.2em;
  height: 1.2em;
  right: unset;
  left: 12.2em;
  border-radius: 100%;
}
.sks_top_link2 .btn_1::after {
  right: unset;
  left: 12.4em;
  border-color: #404040;
}
.sks_top_link2 .btn_1:hover {
  background-color: unset;
  border-color: #404040;
}

@media screen and (max-width: 767px) {
  .sks_top_cp01 .sks_bg_red {
    font-size: 1.4em;
  }
  .sks_top_cp02 .sks_top02_cp {
    display: block;
  }
  .sks_top05 .sks_span img {
    width: 140px;
  }
}
/* ---------------------------------------------
トップページ・モデルハウス
--------------------------------------------- */
.sec_modelhouse {
  color: #fff;
  max-width: 1090px;
  margin: 0 auto 80px;
}
.sec_modelhouse > div {
  position: relative;
  padding: 60px;
}
.sec_modelhouse > div .sec_modelhouse_img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.sec_modelhouse > div .sec_modelhouse_img:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #404040;
  opacity: 0.6;
  mix-blend-mode: multiply;
}
.sec_modelhouse > div .sec_modelhouse_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec_modelhouse > div .sec_modelhouse_txt {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  padding: 150px 60px;
  border: 2px solid #fff;
}
.sec_modelhouse > div .sec_modelhouse_txt .title_area {
  margin-bottom: 40px;
}
.sec_modelhouse > div .sec_modelhouse_txt .title_area h2 {
  font-size: 3rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.2;
  letter-spacing: 0.1em;
  color: #fff;
}
.sec_modelhouse > div .sec_modelhouse_txt .title_area h2:after {
  content: none;
}
.sec_modelhouse > div .sec_modelhouse_txt .title_area .sub_title {
  margin: 12px 0 40px;
  font-size: 2rem;
  font-weight: 400;
  text-align: center;
}
.sec_modelhouse > div .sec_modelhouse_txt .content_area {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
  align-items: flex-end;
}
.sec_modelhouse > div .sec_modelhouse_txt .content_area h3 {
  font-size: 1.1rem;
  text-align: left;
  color: #fff;
  margin: 0 0 10px 10px;
}
.sec_modelhouse > div .sec_modelhouse_txt .content_area table tr th {
  text-align: left;
  vertical-align: top;
  white-space: nowrap;
  padding: 10px;
}
.sec_modelhouse > div .sec_modelhouse_txt .content_area table tr td {
  display: grid;
  grid-template-columns: 8px 1fr;
  vertical-align: top;
  padding: 10px;
}
.sec_modelhouse > div .sec_modelhouse_txt .content_area table tr td:before {
  content: ":";
}
.sec_modelhouse > div .sec_modelhouse_txt .content_area a {
  position: relative;
  display: inline-block;
  padding: 0.5em 4em 0.5em 2em;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 3em;
  text-decoration: none;
  line-height: 1.8;
  transition: 0.5s all;
  top: -40px;
}
.sec_modelhouse > div .sec_modelhouse_txt .content_area a:after {
  content: "";
  position: absolute;
  top: calc(50% - 8px);
  right: 2em;
  width: 8px;
  height: 14px;
  background-image: url(../images/btn_arrow_white.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.sec_modelhouse > div .sec_modelhouse_txt .content_area a:hover {
  background-color: #404040;
  border-color: #404040;
  color: var(--text-color);
}

@media screen and (max-width: 800px) {
  .sec_modelhouse > div {
    padding: 20px;
  }
  .sec_modelhouse > div .sec_modelhouse_txt {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    padding: 20px;
    border: 2px solid #fff;
  }
  .sec_modelhouse > div .sec_modelhouse_txt .title_area {
    margin-bottom: 40px;
  }
  .sec_modelhouse > div .sec_modelhouse_txt .title_area h2 {
    font-size: 2rem;
    font-weight: 500;
    text-align: center;
    line-height: 1.2;
    letter-spacing: 0.1em;
  }
  .sec_modelhouse > div .sec_modelhouse_txt .title_area .sub_title {
    margin: 8px 0 20px;
    font-size: 1.4rem;
    font-weight: 400;
    text-align: center;
    line-height: 1.4;
  }
  .sec_modelhouse > div .sec_modelhouse_txt .content_area {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 20px;
  }
  .sec_modelhouse > div .sec_modelhouse_txt .content_area h3 {
    font-size: 1.1rem;
  }
  .sec_modelhouse > div .sec_modelhouse_txt .content_area div:last-child {
    text-align: center;
  }
}
.siteblock-bottom {
  padding-bottom: 0;
}/*# sourceMappingURL=atract-top.css.map */