@charset "UTF-8";

/* ==========================================================================
   #page-top（トップページ）
   HTMLの<section>/主要ブロックの出現順に合わせて配置しています。
   ========================================================================== */

.common-page-note{
  padding-bottom: 0;
}

@media screen and (max-width: 1024px) {
  .common-page-note{
    padding-bottom: 25px;
  }
}

/* ---- mv-contents（メインビジュアル） ---- */
#page-top .mv-contents {
  max-width: 100%;
  margin: auto;
  position: relative;
  z-index: 1;
}
#page-top .mv-contents .main-mv {
  width: 100%;
  overflow: hidden;
  /*max-width: 1280px;*/
  margin: auto;
}
#page-top .mv-contents .main-mv img {
  vertical-align: bottom;
  width: 100%;
}
#page-top .mv-contents .slick {
  opacity: 0;
  line-height: 1;
  font-size: 0;
  -webkit-transition: opacity 2s;
  transition: opacity 2s;
}
#page-top .mv-contents .slick img {
  vertical-align: top;
}
#page-top .mv-contents .slick.slick-initialized {
  opacity: 1;
}

/* ---- cta（資料請求バナー2枚） ---- */
#page-top main .cta {
  margin-top: 20px;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}
#page-top main .cta .cta__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#page-top main .cta .cta__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 49%;
          flex: 0 1 49%;
}
@media screen and (max-width: 1024px) {
  #page-top main .cta {
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 10px;
  }
  #page-top main .cta .cta__inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #page-top main .cta .cta__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 98%;
            flex: 0 1 98%;
    margin-bottom: 10px;
  }
}

/* ---- main-contents（section-1 / top-information-box / section-2 の外枠） ---- */
#page-top main .main-contents {
  position: relative;
  z-index: 2;
  /* padding-top: 50px; */
  /* color: #282828; */
  background: #fff;
  max-width: 100%;
}
/* @media screen and (max-width: 1024px) {
  #page-top main .main-contents {
    padding-top: 20px;
  }
} */

/* ---- section-1（区画図バナー画像） ---- */
#page-top main .section-1 {
  padding: 80px 20px;
  text-align: center;
  max-width: 700px;
  margin: auto;
}
@media screen and (max-width: 1024px) {
  #page-top main .section-1 {
    padding: 40px 20px;
  }
}

/* ---- top-information-box（資料請求受付中） ---- */
#page-top main .top-information-box {
  text-align: center;
  /* margin-bottom: 100px; */
}
#page-top main .top-information-box .top-information-box__text-1 {
  font-size: 36px;
  letter-spacing: 0.5em;
  margin-bottom: 20px;
}
#page-top main .top-information-box .top-information-box__text-2 {
  font-size: 16px;
  margin-bottom: 120px;
}
#page-top main .top-information-box .top-information-box__button {
  margin: 0 auto 20px;
  width: 95%;
}
@media screen and (max-width: 1024px) {
  /* #page-top main .top-information-box .top-information-box__inner {
    margin-bottom: 50px;
  } */
  #page-top main .top-information-box .top-information-box__text-1 {
    font-size: 24px;
    margin-bottom: 10px;
  }
  #page-top main .top-information-box .top-information-box__text-2 {
    font-size: 10px;
    margin-bottom: 20px;
  }
}

/* ---- section-2（長町南の魅力・価格帯） ---- */
#page-top main .section-2 {
  /* margin-bottom: 100px; */
  padding: 40px 0;
  background-image: linear-gradient(90deg, rgba(186, 181, 178, 0.5), rgba(225, 225, 228, 0.5) 50%, rgba(186, 181, 178, 0.5));
}
#page-top main .section-2 .section-2__heading-1 {
  font-size: 35px;
  font-weight: normal;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 50px;
}
#page-top main .section-2 .section-2__heading-1 span{
  font-size: 60px;
  line-height: 1.5;
  display: block;
}
#page-top main .section-2 .section-2__text-1 {
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 2;
  background: #025143;
  padding: 47px 0;
}
#page-top main .section-2 .section-2__text-1 .section-2__list{
  max-width: 1250px;
  width: 100%;
  margin: auto;
}
#page-top main .section-2 .section-2__text-1 .section-2__list li{
  width: calc(100% / 4);
  color: #d2d2d2;
  padding: 0 15px;
  box-sizing: border-box;
}
#page-top main .section-2 .section-2__text-1 .section-2__list li:not(:last-child){
  border-right: 0.25px solid #d2d2d2;
}
#page-top main .section-2 .section-2__text-1 .section-2__list li .ttl{
  font-size: 24px;
}
#page-top main .section-2 .section-2__text-1 .section-2__list li .ttl .fc_yellow{
  color: #ffe6bf;
}
#page-top main .section-2 .section-2__text-1 .section-2__list li .ttl .fc_big{
  font-size: 34px;
  line-height: 1;
}
#page-top main .section-2 .section-2__text-1 .section-2__list li .txt{
  font-size: 17px;
  font-family: "ヒラギノ角ゴ ProN W3";
}
#page-top main .section-2 .section-2__text-2{
  padding: 45px 0 0;
}
#page-top main .section-2 .section-2__text-2 .section-2__text-2_box{
  gap: 55px;
}
#page-top main .section-2 .section-2__text-2 .section-2__text-2_box .ttl_box{
  font-size: 41px;
  text-align: center;
}
#page-top main .section-2 .section-2__text-2 .section-2__text-2_box .ttl_box span{
  font-size: 44px;
  line-height: 1.2;
  display: block;
}
#page-top main .section-2 .section-2__text-2 .section-2__text-2_box .txt_box{
  font-size: 28px;
}
#page-top main .section-2 .section-2__text-2 .section-2__text-2_box .txt_box .price_box{
  gap: 10px;
  align-items: flex-end;
}
#page-top main .section-2 .section-2__text-2 .section-2__text-2_box .txt_box .price_box .price{
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 18px;
}
#page-top main .section-2 .section-2__text-2 .section-2__text-2_box .txt_box .price_box .price_txt{
  font-size: 33px;
}
#page-top main .section-2 .section-2__text-2 .section-2__text-2_box .txt_box .price_box .price_txt .num{
  font-size: 84px;
  color: #025143;
  line-height: 1;
  font-style: italic;
  margin-right: 10px;
}
@media screen and (max-width: 1024px) {
  #page-top main .section-2 .section-2__heading-1 {
    font-size: 24px;
    margin-bottom: 50px;
  }
  #page-top main .section-2 .section-2__text-1 {
    font-size: 12px;
  }
}
@media screen and (max-width: 840px) {
  #page-top main .section-2 .section-2__heading-1 {
    font-size:20px;
    margin-bottom: 10px;
  }
  #page-top main .section-2 .section-2__heading-1 span{
    font-size: 37px;
  }
  #page-top main .section-2 .section-2__text-1{
    padding: 25px 0;
  }
  #page-top main .section-2 .section-2__text-1 .section-2__list{
    gap: 25px 0;
  }
  #page-top main .section-2 .section-2__text-1 .section-2__list li{
    width: calc(100% / 2);
    padding: 0 10px;
  }
}
@media screen and (max-width: 640px) {
  #page-top main .section-2{
    padding: 20px 0;
  }
  #page-top main .section-2 .section-2__text-1 .section-2__list li .ttl{
    font-size: 15px;
  }
  #page-top main .section-2 .section-2__text-1 .section-2__list li .ttl .fc_big{
    font-size: 20px;
  }
  #page-top main .section-2 .section-2__text-1 .section-2__list li .txt{
    font-size: 12px;
  }
  #page-top main .section-2 .section-2__text-2 .section-2__text-2_box .ttl_box,
  #page-top main .section-2 .section-2__text-2 .section-2__text-2_box .ttl_box span{
    font-size: 28px;
  }
  #page-top main .section-2 .section-2__text-2{
    padding: 25px 0 0;
  }
  #page-top main .section-2 .section-2__text-2 .section-2__text-2_box{
    gap: 25px;
  }
  #page-top main .section-2 .section-2__text-2 .section-2__text-2_box .txt_box p{
    font-size: 22px;
    text-align: center;
  }
  #page-top main .section-2 .section-2__text-2 .section-2__text-2_box .txt_box .price_box .price{
    font-size: 14px;
    margin-bottom: 10px;
  }
  #page-top main .section-2 .section-2__text-2 .section-2__text-2_box .txt_box .price_box .price_txt .num{
    font-size: 64px;
  }
  #page-top main .section-2 .section-2__text-2 .section-2__text-2_box .txt_box .price_box .price_txt{
    font-size: 26px;
  }
}

/* ---- plan_block ---- */
#page-top main .plan_block{
  padding: 65px 0 100px;
}
#page-top main .plan_block .ttl_box{
  padding: 0 0 50px;
  gap: 100px;
}
#page-top main .plan_block .ttl_box .plan_ttl{
  font-size: 35px;
}
#page-top main .plan_block .ttl_box .btn_box.pc{
  display: block;
}
#page-top main .plan_block .btn_box.sp{
  display: none;
}

/* ---- plan_block: plan_swiper（プランのカード型スライダー / Swiper.js） ---- */
#page-top main .plan_block .plan_swiper_wrap{
  max-width: 1366px;
  width: 90%;
  margin: 0 auto;
  padding: 0 110px;
  box-sizing: border-box;
  position: relative;
  overflow: visible !important;
}
#page-top main .plan_block .plan_swiper{
  max-width: 1166px;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
#page-top main .plan_block .plan_swiper .plan_swiper__item a{
  display: block;
  color: inherit;
  text-decoration: none;
  background: linear-gradient(90deg, rgba(150, 142, 137, 0.14), rgba(199, 199, 199, 0.14) 42%, rgba(144, 136, 130, 0.14));
}
#page-top main .plan_block .plan_swiper .plan_swiper__thumb{
  width: 100%;
  height: 220px;
  overflow: hidden;
  background: #cccccc;
}
#page-top main .plan_block .plan_swiper .plan_swiper__thumb img{
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}
#page-top main .plan_block .plan_swiper .txt_box{
  position: relative;
  padding: 23px 25px 33px;
}
#page-top main .plan_block .plan_swiper .txt_box::before{
  content: "";
  position: absolute;
  bottom: 10px;
  right: 10px;
  background: #577164;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  width: 20px;
  height: 20px;
}
#page-top main .plan_block .plan_swiper .txt_box img{
  max-height: 142px;
  height: 100%;
}
/* ---- 矢印ボタンの共通スタイル ---- */
#page-top main .plan_block .plan_swiper_wrap .swiper-button-prev,
#page-top main .plan_block .plan_swiper_wrap .swiper-button-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
  width: 20px;
  height: 36px;
  box-sizing: border-box;
  z-index: 10;
  cursor: pointer;
}

#page-top main .plan_block .plan_swiper_wrap .swiper-button-prev img,
#page-top main .plan_block .plan_swiper_wrap .swiper-button-next img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#page-top main .plan_block .plan_swiper_wrap .swiper-button-prev {
  left: 0;
}
#page-top main .plan_block .plan_swiper_wrap .swiper-button-next {
  right: 0;
}
#page-top main .plan_block .plan_swiper_wrap .swiper-button-next img {
  transform: scaleX(-1);
}
#page-top main .plan_block .plan_swiper_wrap .swiper-button-prev::after,
#page-top main .plan_block .plan_swiper_wrap .swiper-button-next::after {
  content: none;
}

@media screen and (max-width: 1024px) {
  #page-top main .plan_block .plan_swiper{
    width: 85%;
  }
  #page-top main .plan_block .plan_swiper .plan_swiper__thumb{
    height: 190px;
  }

  #page-top main .plan_block .ttl_box .btn_box.pc{
    display: none;
  }
  #page-top main .plan_block .btn_box.sp{
    display: block;
    margin: 32px auto 0;
  }
}
@media screen and (max-width: 840px) {
  #page-top main .plan_block{
    padding: 35px 0 27px;
  }
  #page-top main .plan_block .ttl_box{
    padding: 0 0 20px;
  }
  #page-top main .plan_block .ttl_box .plan_ttl{
    font-size: 21px;
  }

  #page-top main .plan_block .plan_swiper_wrap {
    padding: 0;
  }
  #page-top main .plan_block .plan_swiper{
    padding: 0;
    width: 100%;
  }
  #page-top main .plan_block .plan_swiper .txt_box{
    padding: 15px 25px 20px;
  }
  #page-top main .plan_block .plan_swiper .txt_box img{
    max-height: 87px;
  }
  #page-top main .plan_block .plan_swiper_wrap .swiper-button-prev,
  #page-top main .plan_block .plan_swiper_wrap .swiper-button-next{
    display: none;
  }
}
@media screen and (max-width: 640px) {
}

/* ---- concept-mv_top ---- */
#page-top main .concept-mv_top{
}
#page-top main .concept-mv_top .under_mainvisual{
  margin-top: 0;
}
#page-top main .concept-mv_top .concept_mv_point{
  max-width: 1300px;
  width: 90%;
  margin: 40px auto 50px;
  gap: 15px;
}
#page-top main .concept-mv_top .concept_mv_point .concept_list{
  flex-direction: column;
  gap: 15px;
  width: 47%;
  margin-bottom: 35px;
}
#page-top main .concept-mv_top .concept_mv_point .concept_list li{
  position: relative;
  padding: 51px 55px 40px;
  width: 100%;
  box-sizing: border-box;
}
#page-top main .concept-mv_top .concept_mv_point .concept_list li::before{
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.56) 56%, rgba(255, 255, 255, 0));
  z-index: 1;
}
#page-top main .concept-mv_top .concept_mv_point .concept_list li img{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#page-top main .concept-mv_top .concept_mv_point .concept_list li .ttl_txt,
#page-top main .concept-mv_top .concept_mv_point .concept_list li .txt{
  color: #fff;
  position: relative;
  z-index: 2;
}
#page-top main .concept-mv_top .concept_mv_point .concept_list li .ttl_txt{
  font-size: 29px;
  margin-bottom: 10px;
}
#page-top main .concept-mv_top .concept_mv_point .concept_list li .txt{
  font-size: 18px;
  font-family: "ヒラギノ角ゴ ProN W3";
}
#page-top main .concept-mv_top .concept_mv_point .img_box{
  width: 51%;
}

@media screen and (max-width: 840px) {
  #page-top main .concept-mv_top .concept_mv_point{
    flex-direction: column-reverse;
    margin: 15px auto;
  }
  #page-top main .concept-mv_top .concept_mv_point .concept_list,
  #page-top main .concept-mv_top .concept_mv_point .img_box{
    width: 100%;
  }
  #page-top main .concept-mv_top .concept_mv_point .concept_list{
    margin-bottom: 0;
    gap: 10px;
  }
  #page-top main .concept-mv_top .concept_mv_point .concept_list li{
    padding: 30px 15px 25px;
  }
  #page-top main .concept-mv_top .concept_mv_point .concept_list li .ttl_txt{
    font-size: 18px;
    margin-bottom: 5px;
  }
  #page-top main .concept-mv_top .concept_mv_point .concept_list li .txt{
    font-size: 13px;
  }
}

/* info_block */
#page-top main .info_block .btn_wrap{
  padding: 65px 0 110px;
}

@media screen and (max-width: 1200px) {
  #page-top main .info_block .btn_wrap{
    padding: 25px 0 35px;
  }
}

.movie {
  margin: 0 auto;
}

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

@media screen and (max-width: 768px) {
  .movie{
    height: 509px;
  }
  .movie .video-js{
    height: 100%;
    width: 100%;
  }
  .movie .video-js .video-js .vjs-tech{
    object-fit: cover;
  }
  .movie .video-js .vjs-poster {
    background-size: cover;
    background-position: center;
  }
}