@charset "UTF-8";
/*! Writen  by SCSS */
/* ムービー
video {
  width: 100%;
  max-width: 800px;
  height: auto;
  aspect-ratio: 16 / 9; /* 動画のアスペクト比 
  display: block;
  margin: auto;
}
video {
  width: 100%;
  max-width: 1920px;
  height: auto;
  display: block;
  margin: auto;
}*/
/* CSS Document */
/* フローティング*/
/* ナビゲーションバー */
.footer_menu_fixed {
  position: fixed;
  bottom: -150px;
  left: 0;
  width: 100%;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  z-index: 999;
  transition: all 0.5s; }

.fixed-footer-menu_fixed {
  top: 0;
  transition: all 1s ease;
  opacity: 0.6; }

#gnav {
  position: fixed;
  top: -150px;
  left: 0;
  width: 100%;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  z-index: 999;
  transition: all 0.5s; }

.fixed-gnav {
  top: 0;
  transition: all 1s ease;
  opacity: 0.6; }

@media screen and (max-width: 767px) {
  .topobibg {
    background-color: #1b4d00;
    width: 100%;
    padding: 0;
    margin: 0px 0px 0px 0px;
    text-align: center; }

  .topobi {
    width: 98%;
    margin: 0px auto 0px auto; }

  .topobi2bg {
    background-color: #8cb808;
    width: 100%;
    padding: 0px 0px;
    margin: 0px 0px 0px 0px;
    text-align: center; }

  .topobi2 {
    width: 90%;
    margin: 0px auto 0px auto;
    padding: 0px 0px 0px 0px; }

  .item {
    text-align: center;
    width: 100%;
    background-color: #231815;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 5px 0px; }

  .item2 {
    text-align: center;
    width: 100%;
    background-color: #231815;
    padding: 30px 0px 30px 0px;
    margin: 0px 0px 5px 0px; }

  .item-space {
    text-align: center;
    width: 80%;
    margin: 0% auto 20px auto; }

  .img36 {
    width: 36%;
    margin: 0px auto 0px auto; }

  .img40 {
    width: 40%;
    margin: 0px auto 0px auto; }

  .img56 {
    width: 56%;
    margin: 0px auto 0px auto; }

  .img70 {
    width: 70%;
    margin: 0px auto 0px auto; }

  .img100 {
    width: 100%;
    margin: 0px 0 0px 0;
    padding: 0px 0px; }

  .sb30 {
    margin: 0px auto 30px auto; }

  .st10 {
    margin: 10px auto 0px auto; }

  .topfont1 {
    font-weight: 700;
    color: #fff;
    font-size: clamp(14px, 1vw, 25px);
    line-height: 1.7; }

  .pc {
    display: none; }

  .sp {
    display: block; }

  .video-sp {
    width: 100%;
    z-index: 10;
    min-height: 900px;
    height: auto;
    margin: 0px;
    padding: 0px; }

  video {
    width: 100%;
    height: auto;
    display: block;
    margin: 0px auto 0px auto;
    z-index: 10; }

  /*スクロールダウン全体の場所*/
  .scrolldown1 {
    /*描画位置※位置は適宜調整してください*/
    position: absolute;
    left: 50%;
    bottom: 10px;
    /*全体の高さ*/
    height: 50px; }

  /*Scrollテキストの描写*/
  .scrolldown1 span {
    /*描画位置*/
    position: absolute;
    left: -20px;
    top: -15px;
    /*テキストの形状*/
    color: #eee;
    font-size: 0.9rem;
    letter-spacing: 0.05em; }

  /* 線の描写 */
  .scrolldown1::after {
    content: "";
    /*描画位置*/
    position: absolute;
    top: 0;
    /*線の形状*/
    width: 1px;
    height: 30px;
    background: #eee;
    /*線の動き1.4秒かけて動く。永遠にループ*/
    animation: pathmove 1.4s ease-in-out infinite;
    opacity: 0; } }
/*高さ・位置・透過が変化して線が上から下に動く*/
@keyframes pathmove {
  0% {
    height: 0;
    top: 0;
    opacity: 0; }
  30% {
    height: 30px;
    opacity: 1; }
  100% {
    height: 0;
    top: 50px;
    opacity: 0; } }
@media screen and (min-width: 768px) {
  .box1 {
    padding: 120px 0px 0px 0px; }

  .topobibg {
    background-color: #1b4d00;
    width: 100%;
    padding: 0;
    margin: 0px 0px;
    text-align: center; }

  .topobi {
    max-width: 1000px;
    width: 50%;
    margin: 0px auto 0px auto; }

  .topobi2bg {
    background-color: #8cb808;
    width: 100%;
    padding: 0px 0px;
    margin: 0px 0px;
    text-align: center; }

  .topobi2 {
    width: 70%;
    margin: 0px auto 0px auto;
    display: flex;
    lex-wrap: wrap; }

  .item {
    text-align: center;
    width: 50%;
    background-color: #231815;
    margin: 0px auto 10px auto; }

  .item-space {
    text-align: center;
    width: 80%;
    margin: 100px auto 70px auto; }

  .img36 {
    width: 36%;
    margin: 0px auto 0px auto; }

  .img40 {
    width: 40%;
    margin: 0px auto 0px auto; }

  .img56 {
    width: 56%;
    margin: 0px auto 0px auto; }

  .img70 {
    width: 70%;
    margin: 0px auto 0px auto; }

  .img100 {
    width: 100%;
    margin: 0px 0 0px 0;
    padding: 0px 0px; }

  .b40 {
    margin: 0px auto 40px auto; }

  .topfont1 {
    font-weight: 700;
    color: #fff;
    font-size: clamp(15px, 1vw, 25px);
    line-height: 1.7; }

  .pc {
    display: block; }

  .sp {
    display: none; }

  /*
  video {
    width: auto;
    height: 100vh;
    display: block;
    margin: 0 auto 0px auto;padding: 0px 0px;
  }*/
  /* wrap */
  /* video */
           /*
.video-pc {
  position: relative;z-index: 2
}

.video-box {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100vh;
} 
.video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);z-index: 2
}*/
  .overlay::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    content: ""; }

  /* text */
  .text-box {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

  h1 {
    font-family: Roboto;
    font-size: 60px;
    font-weight: bold;
    line-height: 1.2;
    padding: 0 50px;
    text-align: center;
    color: #fff; }

  /*スクロールダウン全体の場所*/
  .scrolldown2 {
    /*描画位置※位置は適宜調整してください*/
    position: absolute;
    bottom: 120px;
    left: 50%; }

  /*Scrollテキストの描写*/
  .scrolldown2 span {
    /*描画位置*/
    position: absolute;
    left: 10px;
    bottom: 20px;
    /*テキストの形状*/
    color: #eee;
    font-size: 0.7rem;
    letter-spacing: 0.05em;
    /*縦書き設定*/
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl; }

  /* 丸の描写 */
  .scrolldown2:before {
    content: "";
    /*描画位置*/
    position: absolute;
    bottom: 0;
    left: -4px;
    /*丸の形状*/
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #eee;
    /*丸の動き1.6秒かけて透過し、永遠にループ*/
    animation: circlemove 1.9s ease-in-out infinite, cirlemovehide 1.9s ease-out infinite; }

  /* 線の描写 */
  .scrolldown2:after {
    content: "";
    /*描画位置*/
    position: absolute;
    bottom: -100;
    left: 0;
    /*線の形状*/
    width: 2px;
    height: 100px;
    background: #eee; }

  a img.opacity, .hoverimg a img {
    -webkit-transition: all .3s ease;
    transition: all .3s ease; }

  .hoverimg a:hover img {
    opacity: 0.7; }

  a img.opacity:hover {
    opacity: 0.3; } }
/*下からの距離が変化して丸の全体が上から下に動く*/
@keyframes circlemove {
  0% {
    bottom: -5px; }
  100% {
    bottom: -100px; } }
/*上から下にかけて丸が透過→不透明→透過する*/
@keyframes cirlemovehide {
  0% {
    opacity: 0; }
  50% {
    opacity: 1; }
  80% {
    opacity: 0.9; }
  100% {
    opacity: 0; } }
.circle {
  width: 140px;
  height: 140px;
  background-color: #1b4d00;
  border-radius: 50%;
  animation: pulse 2s infinite alternate;
  bottom: -70px;
  left: 50%;
  margin-left: -70px;
  opacity: 0.7;
  position: absolute;
  z-index: 99; }

@keyframes pulse {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(1.2); } }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .item-space {
    text-align: center;
    width: 80%;
    margin: 30px auto 30px auto; } }
/* フローティング*/
@media screen and (min-width: 768px) {
  .sidebanner {
    width: 15vw;
    position: fixed;
    top: 12vw;
    left: 0;
    z-index: 1000;
    text-align: left; }

  .sidebanner img {
    min-width: 80px;
    width: 5vw;
    max-width: 200px;
    z-index: 1000; } }
@media screen and (max-width: 767px) {
  .sidebanner {
    width: 15vw;
    position: fixed;
    top: 12vw;
    left: 0;
    z-index: 99;
    text-align: left; }

  .sidebanner img {
    min-width: 80px;
    width: 5vw;
    max-width: 200px; } }
/* フローティング キャンペーン*/
.videospace > div {
  transition: opacity 1s ease-in-out;
  opacity: 1; }

.hidden {
  opacity: 0;
  pointer-events: none; }

@media screen and (max-width: 768px) {
  .videospace {
    width: 100%;
    height: auto;
    position: relative; }

  .videospace:before {
    content: "";
    display: block;
    padding-top: 177.0%; }

  #video-container2 {
    display: none; }

  #video-container {
    padding: 0 0px 0px;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: 5;
    background: rgba(0, 0, 0, 0.8);
    display: flex;
    justify-content: center;
    align-items: center; }

  #skipButton {
    position: absolute;
    top: 50%;
    right: -27px;
    width: 9%;
    background-color: #fff;
    color: #000;
    transform: translate(-50%, -50%);
    padding: 10px 0px 10px 10px;
    padding: 10px 10px 10px 5px;
    cursor: pointer;
    border: none;
    outline: none;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝","ＭＳ 明朝", serif;
    line-height: 150%;
    font-fauture-settings: initial;
    font-size: 90%;
    text-align: center;
    z-index: 999; }

  .ft {
    font-fauture-settings: initial;
    writing-mode: vertical-rl;
    text-orientation: upright; }

  #static-image {
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    overflow: hidden;
    z-index: 10;
    width: 100%;
    height: 100%;
    min-height: 900px; } }
@media screen and (min-width: 769px) {
  .videospace {
    width: 100%;
    height: auto;
    position: relative; }

  .videospace:before {
    content: "";
    display: block;
    padding-top: 48.0%; }

  #video-container {
    display: none; }

  #video-container2 {
    position: relative;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: 5; }

  #skipButton2 {
    position: absolute;
    bottom: 20px;
    right: 0px;
    background-color: #fff;
    color: #000;
    padding: 5px 20px;
    transform: translate(-50%, -50%);
    cursor: pointer;
    border: none;
    outline: none;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝","ＭＳ 明朝", serif;
    line-height: 100%;
    font-size: 100%;
    z-index: 999; } }
#video {
  width: 100%;
  height: 100%;
  position: relative;
  object-fit: cover; }

.video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  vertical-align: bottom;
  object-fit: cover; }

#static-image {
  display: none;
  position: absolute;
  bottom: 0px;
  right: 0px;
  overflow: hidden;
  z-index: 5;
  width: 100%;
  height: 100%; }

/*＝＝＝＝プロモ追加＝＝＝＝*/
.topobi {
  padding: 30px 0 0 0; }

/*----------------------------------------
GW、お盆の休暇（プロモ追加）
----------------------------------------*/
.holiday {
    margin: 0 auto 60px;
    text-align: center;
}

.holiday .border {
	display: inline-block;
	padding: 20px 50px;
	border: 2px solid #3e3a39;
}

.holiday .title {
	font-size: 18px;
	margin-bottom: 10px;
}

.holiday p {
	font-size: 16px;
	font-weight: 600;
	line-height: 1.8;
}

.holiday .textSmall {
	font-size: 14px;
}



@media screen and (min-width: 320px) and (max-width: 767px)  {
	.holiday {
		margin: 50px auto 50px
	}

	.holiday .border {
		padding: 20px 25px;
	}
	
	.holiday .title {
		font-size: 16px;
	}

	.holiday p {
		font-size: 14px;
		font-weight: 600;
	}

	.holiday .textSmall {
		font-size: 12px;
	}
	

}


@media screen and (max-width: 768px) {
  .topobi {
    width: 90%;
    margin: 0px auto 0px auto; }

}
@media screen and (max-width: 767px) {
  .topobibg {
    background-color: #1b4d00;
    width: 100%;
    padding: 0;
    margin: 0px 0px 0px 0px;
    text-align: center; } }
@media screen and (min-width: 768px) {
  .topobibg {
    background-color: #1b4d00;
    width: 100%;
    padding: 0;
    margin: 0px 0px;
    text-align: center; } }
.info {
  text-align: center;
  background: #231815;
  padding: 40px 0; }
  @media screen and (max-width: 480px) {
    .info {
      padding: 30px 20px; } }
  .info img {
    max-width: 100%; }

.obi {
  padding: 15px 20px 30px; }
  @media screen and (max-width: 480px) {
    .obi {
      padding: 15px 60px 30px; } }
  .obi img {
    max-width: 100%; }

.float {
  position: fixed;
  z-index: 999;
  bottom: 16px;
  left: 16px;
  line-height: 0;
  font-size: 0;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: .5s; }
  .float img {
    max-width: 100%;
    height: auto; }
  .float .f_close {
    cursor: pointer;
    position: absolute;
    top: 1px;
    right: 1px;
    width: calc(18% / 5.6); }
  @media screen and (max-width: 768px) {
    .float {
      width: calc(100% - 140px);
      left: 70px;
      right: auto;
      bottom: 80px; }
      .float .f_close {
        width: calc(18% / 2.5); } }
  .float.fl_v {
    visibility: visible;
    opacity: 1;
    pointer-events: auto; }

.top_sns_wrap {
  background: #fff;
  padding: 50px 0 80px; }

.top_sns {
  width: 90%;
  max-width: 1046px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 auto; }

.top_sns h2 {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px 0;
  padding: 0 0 0 0;
  font-weight: 600;
  letter-spacing: 2px;
  font-size: 30px;
  text-align: center; }

.top_sns h2::before,
.top_sns h2::after {
  background-color: #000;
  border-radius: 3px;
  content: "";
  height: 3px;
  width: 30px; }

.top_sns h2::before {
  margin-right: 10px;
  transform: rotate(60deg); }

.top_sns h2::after {
  margin-left: 10px;
  transform: rotate(-60deg); }

.top_sns ul {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  list-style: none; }

.top_sns ul li {
  width: 33.33%;
  display: flex !important;
  justify-content: center !important;
  align-items: center;
  flex-wrap: wrap;
  border: 1px solid #fff; }

.top_sns ul li a {
  width: 100%;
  height: 110px;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  flex-wrap: wrap;
  transition: all 0.5s ease 0s; }

.top_sns ul li a:hover {
  opacity: 0.7; }

.top_sns ul li.youtube {
  background: #EFE8E3;
  text-align: center; }

.top_sns ul li.youtube img {
  max-width: 205px;
  max-height: 47px;
  width: 75%; }

.top_sns ul li.instagram {
  background: url("../images/top/sns_insta_bg.jpg") no-repeat 50% 50%;
  background-size: cover;
  text-align: center; }

.top_sns ul li.instagram img {
  max-width: 70px;
  max-height: 70px;
  width: 25%; }

.top_sns ul li.tiktok {
  background: #000;
  text-align: center; }

.top_sns ul li.tiktok img {
  max-width: 56px;
  max-height: 64px;
  width: 25%; }

@media screen and (max-width: 768px) {
  .top_sns_wrap {
    padding: 10px 0 30px; }

  .top_sns h2 {
    font-size: 16px;
    letter-spacing: 0; }

  .top_sns ul li a {
    height: 55px; } }
/*----------------------------------------
乾太くんバナー
----------------------------------------*/
.topBnr {
  text-align: center;
  margin: 0 auto 0;
  background: #fff;
  padding: 60px 20px 0; }

.topBnr img {
  width: auto;
  max-width: 1120px; }

@media screen and (max-width: 768px) {
  .topBnr {
    margin: 0 auto 0;
    padding: 40px 5% 0; }

  .topBnr img {
    width: 100%; } }
/*----------------------------------------
モデルハウスプラン
----------------------------------------*/
.modelplan_wrap {
  background: #000; }
  .modelplan_wrap img {
    max-width: 100%;
    height: auto; }
  @media screen and (min-width: 768px) {
    .modelplan_wrap a {
      transition: all 0.3s ease-in-out; }
      .modelplan_wrap a:hover {
        opacity: 0.6; } }
  .modelplan_wrap .inner {
    width: 70%;
    margin: 0 auto;
    padding: 40px 20px 0;
    background: url("../images/top/mhp_bg.png") center center/100% auto no-repeat;
    background-color: #fff;
    text-align: center; }
    @media screen and (max-width: 768px) {
      .modelplan_wrap .inner {
        width: 100%;
        background: url("../images/top/mhp_bg_sp.png") center 12%/100% auto no-repeat;
        background-color: #fff; } }
    .modelplan_wrap .inner .text_1 {
      margin-bottom: 30px;
      color: #1b4d00;
      font-size: 42px; }
      @media screen and (max-width: 768px) {
        .modelplan_wrap .inner .text_1 {
          margin-bottom: 15px;
          font-size: 26px; } }
    .modelplan_wrap .inner .text_2 {
      color: #8a846f;
      font-weight: bold;
      font-size: 20px;
      line-height: 1.8;
      margin-bottom: 50px; }
      @media screen and (max-width: 768px) {
        .modelplan_wrap .inner .text_2 {
          font-size: 14px;
          margin-bottom: 30px; } }
    .modelplan_wrap .inner .cont {
      width: 100%;
      max-width: 770px;
      margin: 0 auto;
      background: #fff;
      border: solid 1px #231816;
      border-bottom: none;
      padding: 9px 9px 50px; }
      @media screen and (max-width: 768px) {
        .modelplan_wrap .inner .cont {
          width: 86%;
          padding: 9px 9px 35px; } }
      .modelplan_wrap .inner .cont ul li {
        margin-bottom: 50px; }
        @media screen and (max-width: 768px) {
          .modelplan_wrap .inner .cont ul li {
            margin-bottom: 35px; } }
        .modelplan_wrap .inner .cont ul li a {
          display: flex; }
          @media screen and (max-width: 768px) {
            .modelplan_wrap .inner .cont ul li a {
              display: block; } }
        .modelplan_wrap .inner .cont ul li .img {
          width: calc(510% / 7.5); }
          @media screen and (max-width: 768px) {
            .modelplan_wrap .inner .cont ul li .img {
              width: 100%; } }
        .modelplan_wrap .inner .cont ul li .txt {
          width: calc(240% / 7.5); }
          @media screen and (max-width: 768px) {
            .modelplan_wrap .inner .cont ul li .txt {
              width: 100%; } }
      .modelplan_wrap .inner .cont .btn {
        text-align: center; }

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



/*----------------------------------------
TVCM
----------------------------------------*/

.tvcm {
    margin: 0 auto 80px;
    text-align: center;
	font-weight: 600;
}

.tvcm p {
    line-height: 1.6;
}

.tvcm .cm_img {
	width: 90%;
	max-width: 500px;
	margin: 40px auto 0;
	cursor: pointer;
}

@media screen and (min-width: 320px) and (max-width: 768px)  {

	.tvcm {
		margin: 40px auto ;
	}
	

	.tvcm p {
		line-height: 1.6;
	}
	
	
}
