﻿@charset "utf-8";

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

/* ========================================================================
  Common（共通部分）
======================================================================== */
header, #contents, footer{
  position:relative;
  width:100%;
  margin:0 auto;
}
.pc{
  display:none;
}
.more-btn{
  text-align: center;
  margin: 20px 0 60px 0;
}
.more-btn a{
  padding: 7px 20px 7px 40px;
  text-decoration: none;
  font-weight: bold;
  position: relative;
  border: 1px solid #cccccc;
  border-radius:4px;
}
.more-btn a:before{
  content: '';
  width: 20px;
  height: 20px;
  background: url(/img/common/icon_yaji_g.png) center center no-repeat;
  background-size: 15px 15px;
  position: absolute;
  left: 15px;
  top: 50%;
  margin-top: -10px;
}
.more-btn a:hover{
  text-decoration: none;
  opacity: 0.7;
}
.more-btn + a{
  margin-left: 20px;
}
/* ----------------------------------------
  header
---------------------------------------- */
header {
  position: fixed;
  top: 0px;
  z-index: 999;
  border-bottom:1px solid #aaabab;
  background-color: rgba(255,255,255,0.7);
}
header h1{
  padding:0 10px 0 15px;
  background:#333;
  font-size: 80%;
  color: #fff
}
header .logo,
header .logo_cnv{
  padding:10px 0 5px 10px;
  padding-top: 10px;
}
header .logo img,
header .logo_cnv img{
  width:135px;
}
.gnavi sp {
  margin-bottom: 5px;
}
.anchor{
    display: block;
    padding-top: 75px;
    margin-top: -75px;
}
/***********
navi
************/
.l-navi {
  width: 100%;
  height: 75px;
  position: sticky;
  left: 0;
  top: 0;
  z-index: 9990;
}
body.home .l-navi {
  margin-top: -70px;
}

/***********
mainVisual
************/
.mainVisual {
  position: relative;
  width: 100%;
  height: 100vh;
  background-color: #000;
  color: #fff;
  overflow: hidden;
}
/* ----------------------------------------
  menu
---------------------------------------- */
/* l-drawer
---------------------------------------- */
#menu{
  position: absolute;
  right: 10px;
  top: 22px;
}
.l-drawer__checkbox {
  display: none;
}
.l-drawer__icon {
  cursor: pointer;
  display: block;
  width: 50px;
  height: 50px;
}

.l-drawer__icon-parts, .l-drawer__icon-parts:before, .l-drawer__icon-parts:after {
  background-color: #000;
  display: block;
  width: 26px;
  height: 2px;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
.l-drawer__icon-parts:before, .l-drawer__icon-parts:after {
  content: " ";
}
.l-drawer__icon-parts:before {
  top: 17px;
}
.l-drawer__icon-parts:after {
  top: -17px;
}
.l-drawer__overlay {
  background: #000;
  opacity: 0;
  pointer-events: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
}
.l-drawer__menu {
  background: #837d77;
  color: #000;
  max-width: 100%;
  width: 100%;
  height: 100vh;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  position: fixed;
  top: 0;
  left: -1000px;
}
.l-drawer__icon {
  z-index: 4;
}
.l-drawer__menu {
  z-index: 3;
}
.l-drawer__overlay {
  z-index: 2;
}
.l-drawer__checkbox:checked ~ .l-drawer__icon .l-drawer__icon-parts {
  background: transparent;
}
.l-drawer__checkbox:checked ~ .l-drawer__icon .l-drawer__icon-parts:before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: -22px;
  background-color: #fff!important;
  z-index: 9999;
}
.l-drawer__checkbox:checked ~ .l-drawer__icon .l-drawer__icon-parts:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -22px;
  background-color: #fff!important;
  z-index: 9999;
}
.l-drawer__checkbox:checked ~ .l-drawer__overlay {
  opacity: 0.1;
  pointer-events: auto;
}
.l-drawer__checkbox:checked ~ .l-drawer__menu {
  left: 0;
}
.l-drawer__icon-parts, .l-drawer__icon-parts:after, .l-drawer__icon-parts:before, .l-drawer__overlay, .l-drawer__menu {
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}

/* gnavi
---------------------------------------- */
#menu .gnavi{
  padding: 100px 50px 0 30px;
  margin-bottom: 50px;
}
#menu .gnavi img{
  display:none;
}
#menu .gnavi li{
  border-bottom: 1px solid #d1ccc8;
}
#menu .gnavi li a{
  display:block;
  padding:0 10px;
  font-size:1.4rem;
  color:#ffffff;
  line-height:50px;
  text-decoration:none;
}
#contents,#contents2{
  margin-top: 70px;
}
/* navi2
---------------------------------------- */
#menu .navi2{
  margin: 20px 0 20px 15px;
  display: flex;
  text-align: center;
}
#menu .navi2 li{
  margin:0 2%;
  border: 1px solid #fff;
  width: 40%;
}
#menu .navi2 li a{
  color: #fff;
  padding: 6px auto;
  text-decoration: none;
}
/* navi3
---------------------------------------- */
#menu .navi3{
  margin: 20px 0 20px 15px;
  display: flex;
  text-align: center;
  font-size: 1.5rem;
}
#menu .navi3 li{
  margin:0 8px;
  border: 1px solid #fff;
  width: 84%;
}
#menu .navi3 li a{
  color: #fff;
  padding: 6px auto;
  text-decoration: none;
}
#menu .navi3 li a::before{
	font-family: "Font Awesome 5 Free";
	content: "\f0e0";
	font-weight: Regular;
	margin-right: 10px;
}
/* sns
---------------------------------------- */
#menu .sns{
  margin-left: 20px;
  font-size:0;
}
#menu .sns li{
  width: 50px;
  display:inline-block;
  padding:0 10px;
}

/* ----------------------------------------
  contents
---------------------------------------- */
#contents,
#contents p{
  font-size: 1.5rem;
}
#contents .cntr,
#contents #home ul.cntr{
  width: 95%;
  margin: 0 auto;
}

/* ----------------------------------------
  main
---------------------------------------- */
#main{
  padding:0 10px;
}

/* pagetop
---------------------------------------- */
#pagetop{
	display: none;
}
.pagetop{
	display: none;
}

/* ----------------------------------------
  path
---------------------------------------- */
#path{
  width: 95%;
  margin-bottom: 10px;
  padding:5px 0 5px 10px;
  font-size: 0.8em;
  white-space: nowrap;
  /*display: flex;
  justify-content: flex-end;
  align-items: center;*/
}
#path br{
  display:none;
}
#path li{
  display: inline;
  padding:0 0.3em 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;
}
#path li:last-child{
    max-width: 50px; /* 省略せずに表示するサイズを指定 */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
/* ----------------------------------------
  footer
---------------------------------------- */
footer{
  border-top:1px solid #595757;
  text-align:center;
  padding-bottom: 20px;
  font-size: 1.3rem;
  width: 100%;
}
/* menu
---------------------------------------- */
footer .menu{
  overflow:hidden;
  padding:20px 10px 0 25px;
  text-align:left;
}
footer .menu a{ color:#333333; text-decoration:none; }
footer .menu a:hover{ text-decoration:underline; }
footer .menu > ul{
  float:left;
  padding:20px 0 20px 0;
  height: 90px;
}
footer .menu > ul.wide01{
	width: 100%;
	margin: 0 auto;
}
footer .menu li{
	float: left;
	margin-right: 30px;
}
footer .menu li:last-child{
	margin-right: 0px;
}


/* company
---------------------------------------- */
footer .company{
  padding:0 10px 20px;
  background:#837d77;
  color:#ffffff;
}
footer .company img{
	width: 80%;
	margin: 20px auto 0;
}
footer .company a{
  color: #ffffff;
  text-decoration: none;
}
footer .company h3,p{
  font-size:1.0rem;
}
/* ========================================================================
  ホーム              [ / ]
======================================================================== */
/* ----------------------------------------
  スライド
---------------------------------------- */
* html body {
  background: url(null) fixed; }
.bx-wrapper .bx-loading {
    z-index: -1!important;
}
/*トップのロゴが後から入ってくる設定*/
.logo_on {
    left: 50%;
	bottom: 50%;
    transform: translate(-50%, 50%);
    -webkit-transform: translate(-50%, 50%);
  opacity: 1 !important;
  filter: blur(0px) !important;
  transition: 1s !important;
  -webkit-transition: 1s !important;}

#mv {
  width: 100%;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  position: relative;
  z-index: 1;
  text-align: center; }
#mv ul{
	overflow: visible!important;
}
#mv .pc{
	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;
	object-position: left bottom;
    -webkit-transition: all 6.5s;
    transition: all 6.5s; }
#mv .zoomIn {
    left: -5% !important; }
#mv .mv_logo {
    position: absolute;
    z-index: 2;
    width: 55%;
    height: auto;
    object-fit: contain;
    left: 50%;
	bottom: 50%;
    transform: translate(-50%, 50%);
    -webkit-transform: translate(-50%, 50%);
    opacity: 0;
    transition-duration: 1s; }

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

/* ----------------------------------------
  wp
---------------------------------------- */
#home .wp{
	padding: 0 20px;
	margin-bottom: 80px;
}
#home .wp .block_l h2{
	font-size: 2.5rem;
	margin-bottom: 20px;
}
#home .wp h2 img{
	width: 50%;
	display: block;
	margin-left: 0px;
}
#home .wp .block_r a{
	width: 95%;
	margin: 0 auto;
	margin-top: 30px;
}

/* ----------------------------------------
  about
---------------------------------------- */
#home .about h2{
	font-size: 2.5rem;
	line-height: 3.5rem;
	padding: 10px 0;
	margin-bottom: 70px;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	text-align: center;
}
#home .about .image{
	width: 100%;
	margin: 0 auto 70px;
}
#home .about .image .image_l,
#home .about .image .image_r{
	width: 100%;
	margin-bottom: 20px;
}

#home .about .block{
	margin-bottom: 90px;
}
#home .about .block h3{
	font-size: 2.5rem;
	line-height: 3.5rem;
	margin-bottom: 10px;
}
#home .about .block_l{
	width: 100%;
}
#home .about .block_r{
	width: 100%;
	margin-top: 30px;
}
#home .about .block strong{
	display: block;
	font-size: 1.8rem;
	line-height: 2.8rem;
	margin-bottom: 15px;
	font-weight: normal;
}

/* ----------------------------------------
  works
---------------------------------------- */
#home .works h2{
	display: none;
}
#home .works ul{
	width: 100%;
	margin-bottom: 50px;
}
#home .works .block{
	padding: 0 20px;
	margin-bottom: 50px;
}
#home .works .block .block_l{
	width: 100%;
}
#home .works .block .block_l h2{
	font-size: 2.5rem;
	margin-bottom: 20px;
	line-height: 3.5rem;
}
#home .works .block h2 img{
	width: 100%;
	display: block;
	margin-left: 0px;
}
#home .works .block .block_r a{
	width: 95%;
	margin: 0 auto;
	margin-top: 30px;
}

/* ----------------------------------------
  works スライド
---------------------------------------- */
/* カルーセル全体 */
.carousel {
  /* 水平方向中央寄せ */
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}
/* カルーセル内容 */
.contains {
  /* サイズは自由に変更してください。*/
  /* 下の.slideも同じサイズにしてください。 */
  width: 100%;
  height: 400px;
  overflow: hidden;
  position: relative;
  padding: 0;
  list-style: none;
}
/* スライド切り換え用ラジオボタンは常に非表示 */
.slide_select {
  display: none;
}
/* 各スライド */
.slide {
  /* サイズは自由に変更してください。*/
  /* 上の.containsも同じサイズにしてください。 */
  width: 100%;
  height: 400px;
  overflow: hidden;
  position: absolute;
  /* スライドの初期値は選択されていないので透明にしておく */
  opacity: 0;
}
/* 前へ次へボタン */
.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 top center/contain;
	width: 100%;
	height: 600px;
	position: relative;

}
#home .modelhouse .block01{
	width: 100%;
	text-align: center;
	margin-bottom: 50px;
	position: absolute;
	left: 0;
	top: 150px;
}
#home .modelhouse .block01 h2{
	font-size: 2.5rem;
	margin-bottom: 10px;
}
#home .modelhouse .block01 h2 span{
	display: block;
	font-size: 2.5rem;
}
#home .modelhouse h3{
	font-size: 2.0rem;
	line-height: 3.0rem;
	margin-bottom: 10px;
}
#home .modelhouse p strong{
	display: block;
	font-weight: normal;
	font-size: 1.8rem;
	line-height: 1.8rem;
	margin-bottom: 15px;
}
#home .modelhouse .naikan{
	margin-bottom: 50px;
}
#home .modelhouse .block02{
	margin-bottom: 70px;
}
#home .modelhouse .block02 .block_l{
	width: 100%;
	margin-top: 30px;
}
#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: 2.5rem;
	width: 4rem;
	height: 4rem;
	line-height: 4rem;
	text-align: center;
	cursor: pointer;
}

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



}/*end*/
