@charset "utf-8";
@media print, screen and (min-width: 768px){

/* ========================================================================
  Common（共通部分）
======================================================================== */
body{
  min-width:1080px;
}
.sp{
  display:none;
}
.inner{
  position:relative;
  max-width:93%;
  margin:0 auto;
}
.top_inner{
  margin: 0 auto;
  color: #fff;
  position: sticky;
  top: 1rem;
}
/* ----------------------------------------
  header
---------------------------------------- */
header{
	padding: 50px 60px 10px!important;
	/*border-bottom:2px solid #DEDDD6;*/
	background-color: #fff;
}
header h1{
  position:absolute;
  top:4px;
  left:0;
  z-index:2;
  font-size: 95%;
}
header .logo,
header .logo_cnv{
  padding-top: 0px;
}
header .logo{
	float: left;
}

/***********
navi
************/
.l-navi {
  width: 100%;
  background: linear-gradient(rgba(255,255,255,0),rgba(255,255,255,0.7),rgba(255,255,255,1));
  height: 170px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 9998;
  padding: 0 60px;
}


/***********
mainVisual
************/
.mainVisual {
  position: relative;
  width: 100%;
  height: 100vh;
  background-color: #ffffff;
  color: #fff;
  overflow: hidden;
}
/* ----------------------------------------
  menu
---------------------------------------- */
#menu{
  overflow:hidden;
  height: 90px;
}
#menu a:link{
	color: #333333;
}
.top_inner #menu a:link{
  color: #fff !important;
}
.top_inner #menu a:visited{
	color:#fff !important;
}
#menu .btn{
  display:none;
}
#menu .menu{
  display:block !important;
}
#menu ul li{
  position:relative;
  float:left;
  z-index:1;
}

/* gnavi2
---------------------------------------- */
#menu .gnavi2{
  padding: 50px 0 0 50px;
}
#menu .gnavi2 li{
  border-right: 1px solid #333333;
  font-size: 2.0rem;
  color: #595243;
  text-align: center;
  line-height: 3.5rem;
  padding: 0 17px;
}
#menu .gnavi2 li a{
  text-decoration: none;
  display: inline-block;
}
#menu .gnavi2 li a:hover,
#menu .navi2 a:hover{
   opacity: 0.5;
}
#menu .gnavi2 li:nth-child(3){
  border-right: none;
}
/*#menu .gnavi2 li:nth-child(6){
  border-right: 1px solid #deddd6;
}
.top_inner #menu .gnavi2 li,
.top_inner #menu .gnavi2 li:nth-child(6){
  border-right: 1px solid #fff!important;
}*/

/* navi
---------------------------------------- */
#menu .navi{
  position:absolute;
  top:0;
  right:0;
}
/* navi2
---------------------------------------- */
#menu .navi2{
  position:absolute;
  top: 5px;
  right:130px;
  text-align: center;
}
#menu .navi2 li a{
	color: #333;
	padding: 2px 15px;
	text-decoration: none;
	font-size: 1.5rem;
}
#menu .navi2 li a::after{
	content: ">>";
	/*font-family: "Font Awesome 5 Free";
	font-weight: 700;*/
	padding-left: 0.8rem;
	letter-spacing: -0.2rem;
}
.top_inner #menu .navi2 li a{
	font-size: 1.8rem;
	background: transparent!important;
	color: #fff!important;
	font-weight: bold;
}

/* sns
---------------------------------------- */
#menu .sns{
  margin-left: 25px;
  font-size:0;
  position:absolute;
  top: 100px;
  right:70px;
  text-align: center;
}
#menu .sns li{
  width: 40px;
  display:inline-block;
  padding:0 5px;
}

/* ----------------------------------------
  contents
---------------------------------------- */
#contents{
  font-size: 1.5rem;
  overflow:hidden;
  margin:0 auto;
}
#contents #main_w{
  background: #f3f2f1;
}
#contents h2 img{
	width: 100%;
	margin: -15px auto 0;
}
#contents h2.fix{
  width:1080px;
	margin: 0 auto;
}
#contents .cntr{
  width: 1080px;
  margin: 0 auto;
}


/* pagetop
---------------------------------------- */
/*
#pagetop a{
    display: block;
    width: 60px;
    height: 60px;
    box-sizing: border-box;
    background: #162B3E;
    padding-top: 30px;
    text-align: center;
    letter-spacing: -1px;
    font-size: 85%;
    text-decoration: none;
    position: relative;
    position: fixed;
    bottom: 20px;
    right: 20px;
	z-index: 99;
}
#pagetop a{
	text-decoration: none;
	color: #FFF;
}
#pagetop a::before{
    content: "";
    display: block;
    border-top: 2px solid #FFF;
    border-right: 2px solid #FFF;
    width: 50%;
    height: 50%;
    top: 40%;
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
    transform: rotate(-45deg);
}*/

/* ----------------------------------------
  red yellow
---------------------------------------- */
.red{
	color: #ea5322;
}
.yellow{
	background: linear-gradient(transparent 60%, #fff9b0 0%);
}

/* ----------------------------------------
  path
---------------------------------------- */
#path{
  font-size: 1.2rem;
  width: 94%;
  margin: 10px auto;
  padding:0 10px 20px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
#path br{
  display:none;
}
#path li{
  display: inline;
  padding:0 0.5em 0 0;
}
#path li::after{
  content:">";
  padding:0 0 0 0.5em;
}
#path li:last-child::after{
  content:"";
  padding:0;
}
#path li a{ color:#333333; text-decoration:none; }
#path li a:hover{ text-decoration:underline; }
#path li:last-child{
    max-width: 200px; /* 省略せずに表示するサイズを指定 */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


/* ----------------------------------------
  footer
---------------------------------------- */
footer{
  font-size: 1.5rem;
  border-top:1px solid #595757;
  text-align:center;
}
/* menu
---------------------------------------- */
footer .menu{
  width: 450px;
  margin: 0 auto;
  overflow:hidden;
  padding:50px 0 60px 0;
  text-align:left;
}
footer .menu a{ color:#333333; text-decoration:none; }
footer .menu a:hover{ text-decoration:underline; }
footer .menu li{
  float:left;
  margin: 0 35px;
}

/* fix-side
---------------------------------------- */
footer .fix-side {
  position : fixed;
  right : 0;
  top : 50%;
  margin-top : -200px;
  line-height : 0.1;
  z-index : 9999;
}
footer .fix-side p {
  margin : 0;
  padding : 0;
}
footer .fix-side ul li {
  margin : 0 0 20px;
}
/* company
---------------------------------------- */
footer .company{
  padding:30px 0 25px 0;
  background:#837d77;
  color:#ffffff;
}
footer .company a{
  color: #ffffff;
  text-decoration: none;
}


/* ========================================================================
  ホーム              [ / ]
======================================================================== */
/* ----------------------------------------
  スライド
---------------------------------------- */
* html body {
  background: url(null) fixed; }
.bx-wrapper .bx-loading {
    z-index: -1!important;
}
/*トップのロゴが後から入ってくる設定*/
.logo_on {
  left: 50%;
  top: 35%;
  transform: translate(-50%, 40px) !important;
  -webkitt-transform: translate(-50%, 40px) !important;
  opacity: 1 !important;
  filter: blur(0px) !important;
  transition: 1s !important;
  -webkit-transition: 1s !important;
}
#mv {
  width: 100%;
  height: 100vh;
  position: relative;
  z-index: 1;
  text-align: center;
}
#mv ul{
	overflow: visible!important;
}
#mv .sp{
	display: none!important;
}
#mv .mv_img {
    position: relative;
    z-index: 0;
    width: 110% !important;
    max-width: none !important;
    object-fit: cover;
    height: 100vh;
    left: 0;
    -webkit-transition: all 6.5s;
    transition: all 6.5s;
}
#mv .zoomIn {
    left: -5% !important;
}
#mv .mv_logo {
    position: absolute;
    z-index: 2;
    width: 380px;
    height: auto;
    object-fit: contain;
    left: 50%;
    top: 40%;
    transform: translate(-50%, 40px);
    -webkit-transform: translate(-50%, 40px);
    opacity: 0;
    /*transition-duration: 1s;*/
}

/* ----------------------------------------
  concept
---------------------------------------- */
#home .concept{
	text-align: center;
	margin: 80px 0 100px;
}
#home .concept h2{
	font-size: 2.7rem;
	margin-bottom: 10px;
}
#home .concept h3{
	font-size: 1.9rem;
	line-height: 2.7rem;
	margin-bottom: 20px;
}
#home .concept p{
	font-size: 1.5rem;
	line-height: 2.5rem;
	margin-bottom: 100px;
}

/* ----------------------------------------
  wp
---------------------------------------- */
#home .wp{
	display: flex;
	align-items: end;
	padding: 0 20px;
	margin-bottom: 100px;
}
#home .wp .block_l{
	width: 45%;
}
#home .wp .block_l h2{
	font-size: 3.0rem;
	margin-bottom: 20px;
}
#home .wp h2 img{
	width: 200px;
	display: block;
	margin-left: 0px;
}
#home .wp .block_r{
	width: 55%;
	text-align: right;
	height: 50px;
}

/* ----------------------------------------
  about
---------------------------------------- */
#home .about h2{
	font-size: 3.0rem;
	padding: 10px 0;
	margin-bottom: 90px;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	text-align: center;
}
#home .about .image{
	width: 1200px;
	margin: 0 auto 150px;
}
#home .about .image .image_l,
#home .about .image .image_r{
	width: 47%;
}
#home .about .image .image_l{
	margin-right: 5%;
}
#home .about .block{
	display: flex;
	align-items: center;
	margin-bottom: 100px;
}
#home .about .block h3{
	font-size: 2.7rem;
	line-height: 3.7rem;
	margin-bottom: 10px;
}
#home .about .block_l{
	width: 48%;
	margin-right: 120px;
}
#home .about .block_r{
	width: 48%;
}
#home .about .block strong{
	display: block;
	font-size: 2.0rem;
	margin-bottom: 15px;
	font-weight: normal;
}

/* ----------------------------------------
  works
---------------------------------------- */
#home .works h2{
	display: none;
}
#home .works ul{
	width: 100%;
	margin-bottom: 100px;
}
#home .works .block{
	display: flex;
	align-items: end;
	padding: 0 20px;
	margin-bottom: 100px;
}
#home .works .block .block_l{
	width: 45%;
}
#home .works .block .block_l h2{
	font-size: 3.0rem;
	margin-bottom: 20px;
	line-height: 4.0rem;
}
#home .works .block h2 img{
	width: 200px;
	display: block;
	margin-left: 0px;
}
#home .works .block .block_r{
	width: 55%;
	text-align: right;
	height: 50px;
}
/* ----------------------------------------
  works スライド
---------------------------------------- */
/* カルーセル全体 */
.carousel {
  /* 水平方向中央寄せ */
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}
/* カルーセル内容 */
.contains {
  /* サイズは自由に変更してください。*/
  /* 下の.slideも同じサイズにしてください。 */
  width: 100%;
  height: 750px;
  object-fit: cover;
  overflow: hidden;
  position: relative;
  padding: 0;
  list-style: none;
}
/* スライド切り換え用ラジオボタンは常に非表示 */
.slide_select {
  display: none;
}
/* 各スライド */
.slide {
  /* サイズは自由に変更してください。*/
  /* 上の.containsも同じサイズにしてください。 */
  width: 100%;
  height: 750px;
  object-fit: cover;
  overflow: hidden;
  position: absolute;
  /* スライドの初期値は選択されていないので透明にしておく */
  opacity: 0;
}
.slide img{
  width: 100%;
  height: 750px;
  object-fit: cover;
}
/* 前へ次へボタン */
.scroll_button {
  position: absolute;
  display: block;
  height: 30px;
  width: 30px;
  /* 縦中央から20px上の位置 */
  top: 50%;
  margin-top: -20px;
/* 上辺と右辺のみ幅5pxの枠線 */
  border-width: 5px 5px 0 0;
  border-style: solid;
  border-color: #fdfdfd;
  cursor: pointer;
  /* 普段はボタンはやや薄くする */
  opacity: 0.8;
  /* スライドよりも前面にする */
  z-index: 3;
}
/* ホバー時にボタンを強調 */
.scroll_button:hover {
  opacity: 1;
}
/* 前へボタン */
.scroll_prev {
  left: 15px;
  /* 上辺と右辺の枠線を回転して"＜"にする */
  transform: rotate(-135deg);
}
/* 次へボタン */
.scroll_next {
  right: 15px;
  /* 上辺と右辺の枠線を回転して"＞"にする */
  transform: rotate(45deg);
}
/* スライド移動ボタンエリア */
.move_controler {
  position: absolute;
  bottom: 20px;
  width: 100%;
  text-align: center;
}
/* スライド移動の各ボタン */
.button_move {
  display: inline-block;
  height: 10px;
  width: 10px;
  margin: 0 2px;
  border-radius: 100%;
  cursor: pointer;
  /* 普段はやや薄くする */
  opacity: 0.5;
  /* スライドより前面にする */
  z-index: 2;
}
/* ホバー時はやや明るくする */
.button_move:hover {
  opacity: 0.5;
}
/* スライド移動ボタンの色 */
.button_move {
  background-color: #fdfdfd;
}
/* 1番目のスライド選択時 */
/* 1番目のスライドの透明度を0にして表示する */
.slide_select:nth-of-type(1):checked ~ .slide:nth-of-type(1) {
  opacity: 1;
}
/* 1番目のスライドの前へ次へボタンの領域を */
.slide_select:nth-of-type(1):checked
  ~ .move_controler
  .button_move:nth-of-type(1) {
  opacity: 1;
}
.slide_select:nth-of-type(2):checked ~ .slide:nth-of-type(2) {
  opacity: 1;
}
.slide_select:nth-of-type(2):checked
  ~ .move_controler
  .button_move:nth-of-type(2) {
  opacity: 1;
}
.slide_select:nth-of-type(3):checked ~ .slide:nth-of-type(3) {
  opacity: 1;
}
.slide_select:nth-of-type(3):checked
  ~ .move_controler
  .button_move:nth-of-type(3) {
  opacity: 1;
}
.slide_select:nth-of-type(4):checked ~ .slide:nth-of-type(4) {
  opacity: 1;
}
.slide_select:nth-of-type(4):checked
  ~ .move_controler
  .button_move:nth-of-type(4) {
  opacity: 1;
}
.slide_select:nth-of-type(5):checked ~ .slide:nth-of-type(5) {
  opacity: 1;
}
.slide_select:nth-of-type(5):checked
  ~ .move_controler
  .button_move:nth-of-type(5) {
  opacity: 1;
}
/* ----------------------------------------
  modelhouse
---------------------------------------- */
#home .modelhouse .block{
	background: url(/wbh/img/modelhouse.jpg) no-repeat center/contain;
	width: 100%;
	height: 1050px;
	position: relative;
	margin-bottom: 120px;
}
#home .modelhouse .block01{
	text-align: center;
	width: 700px;
	position: absolute;
	right: 100px;
	bottom: 20px;
}
#home .modelhouse .block01 h2{
	font-size: 2.5rem;
	margin-bottom: 10px;
}
#home .modelhouse .block01 h2 span{
	display: block;
	font-size: 3.0rem;
}
#home .modelhouse h3{
	font-size: 2.7rem;
	line-height: 3.7rem;
	margin-bottom: 10px;
}
#home .modelhouse p strong{
	display: block;
	font-weight: normal;
	font-size: 2.0rem;
	margin-bottom: 15px;
}
#home .modelhouse .naikan{
	margin-bottom: 50px;
}
#home .modelhouse .block02{
	display: flex;
	align-items: center;
	flex-direction: row-reverse;
	margin-bottom: 120px;
}
#home .modelhouse .block02 .block_l{
	width: 40%;
	margin-right: 90px;
}
#home .modelhouse .block02 .block_r{
	width: 55%;
}
#home .modelhouse .block02 span a{
	display: block;
	margin-top: 20px;
}


/* ----------------------------------------
  上へ戻るボタン
---------------------------------------- */
/* 上に戻るボタン */
.pagetop {
	color: #fff;
	background-color: #837d77;
	text-decoration: none;
	display: none;
	position: fixed;
	bottom: 1rem;
	right: 1rem;
	font-size: 3.0rem;
	width: 6rem;
	height: 6rem;
	line-height: 6rem;
	text-align: center;
	cursor: pointer;
}

.pagetop:hover {
	color: #fff !important;
	background-color: #bbb5af;
	text-decoration: none;
}




}/*end*/
