
html{
  scroll-behavior: smooth;
}

body{
  font-family: 'Noto Sans JP',  'Quicksand', sans-serif;
  box-sizing: border-box;
}

header{
  width:100%;
  height:80px;
  position:fixed;
  top:0px;
  z-index:10;
  background-color:#fcfcfc;
}

.header__container{
  max-width:1500px;
  height:80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  background-color: #ffffff;
}

.nav__wrapper--sp{
  display:none;
}

.burger-btn{
  display: none;
}

.header__nav--list{
  display:flex;
  align-items: center;
  list-style:none;
}

.header__nav--list a{
    text-decoration: none;
    color: #333333;
}

.nav-item {
    font-size:15px;
    font-weight:Bold;
    text-align:left;
    line-height:1;
    letter-spacing:0.05em;
    margin-right:39px;
}

.header__logo{
  margin-left: 40px;
}

.header__logo img{
  width:145px;
  height:23px;
}

.nav-item-store a{
  font-family: 'Quicksand';
  padding: 36px 25px 29px 23px;
  font-size: 15px;
  font-weight:500;
  letter-spacing: 0.05em;
  background-color: #24a2b3;
  color: #ffffff;
}

.nav-item-store img{
  margin-right: 13px;
  width: 20px;
  height: 21px;
}

.nav-item-contact a{
  font-family: Noto Sans CJK JP;
  padding: 33px 26px 30px 25px;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.05em;
  background-color: #aa8f7b;
  color: #ffffff;
}

.nav-item-contact img{
  margin-right: 15px;
  width: 18px;
  height: 13px;
}

.fv {
   width: 100%;
   height: 100vh;
    /*display: flex;
    align-items: center;
    justify-content: center;*/
    position: relative;
    /*background-image: url("../img/bg_hero_01.jpg");
    background-position:center;
    background-size: cover;*/
}

.sp{
  display: none;
}

.slider{
  width: 100%;
  height: 100%;
}

.slider li{
  list-style: none;
}

.slider img{
  width: 100%;
  height: 100vh;
  object-fit: cover;
}

.slick-dots{
	bottom: 120px!important;
}

.slider-sp{
  display: none;
}

.fv__wrapper {
    position: absolute;
    top:50%;
    left:111px;
}

.fv__wrapper--title h1{
  font-family: 'Noto Serif JP';
   color:#fefefe;
   font-size:36px;
   font-weight:500;
  letter-spacing: 0.2em;
  line-height: 1.5;
}


.news__container{
  position: absolute;
  top:100%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  background-color: #fcfcfc;
  max-width:960px;
  width:100%;
  height:590px;
  margin-top:-100px;
  padding-top:80px;
}

.news__wrapper--main h2{
  color:#333333;
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.15em;
  line-height:0.625;
  margin-bottom: 21px;
}

.news__wrapper--sub h3{
  font-family: 'Quicksand';
  color:#aa8f7b;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height:1;
}

.news__container--contents{
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
  padding-right:83px;
}

.news__contents{
  flex:auto;
  width:50%;
  padding-left:83px;
  margin-bottom: 50px;
}

.news__contents--top{
  display: flex;
  align-items: center;
}

.news__contents--date p{
  font-family: 'Quicksand';
  color: #333333;
  font-size: 14px;
  letter-spacing: 0.05em;
  font-weight: bold;
}

.news__contents--title{
  background-color:#24a2b3;
  padding: 5px 9px 5px 11px;
  margin-left: 17px;
}

.news__contents--title p{
  font-size: 12px;
  letter-spacing: 0.05em;
  font-weight: 500;
  color: #ffffff;
}

.news__contents--news p{
  font-size:14px;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #333333;
  line-height:1.71;
  margin-top: 20px;
}

.btn{
  display: block;
  width:220px;
  height:53px;
  margin: auto;
  text-align: center;
  padding: 17px 0;
  border: 2px solid #333333;
  text-decoration: none;
  font-size: 15px;
  letter-spacing: 0.1em;
  font-weight: bold;
  color: #333333;
  line-height: 1;
}

.blank{
  width: 100vw;
  height:610px;
  background-color: #f7f6f5;
}

.furniture__container{
  max-width: 1500px;
  width: 100%;
  margin: auto;
  padding:82px 110px 100px 110px;
}

.furniture__wrapper--main h2{
  color:#333333;
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.15em;
  line-height:0.625;
  margin-bottom: 19px;
}

.furniture__wrapper--sub h3{
  font-family: 'Quicksand';
  color:#aa8f7b;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height:1;
}

.furniture__contents{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top:48px;
  margin-bottom:80px;
}

.furniture__contents-term{
  padding-left: 60px;
}

.furniture__contents-title h3{
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 0.625;
  color: #292929;
  margin-bottom: 40px;
}

.furniture__contents-text p{
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 2;
  color: #292929;
}

.furniture-btn{
  margin: 0;
  margin-top:61px;
}

.reverse{
  flex-direction:row-reverse;
}

.furniture__contents-color{
  padding-right: 60px;
}

.furnitures{
  max-width:1280px;
  width: 100%;
  display: flex;
  justify-content:space-between;
}

.furniture__content{
  width:380px;
}
.furniture__content img{
  width: 380px;
  height: 380px;
  margin-bottom: 38px;
}

.scene h3{
  font-size: 20px;
  line-height: 0.75;
}

.furnitures-btn{
  margin: auto;
  margin-top: 61px;
}

.shop{
  background-color: #f7f6f5;
}

.list__wrapper{
  max-width: 1280px;
  width: 100%;
  margin: auto;
  display:flex;
  padding:80px 0px 0 110px;
}

.list__wrapper img{
  width:380px;
  height:200px;
}

.list__contents-wrapper{
  margin-left: 70px;
}

.list-btn{
  text-decoration: none;
  font-size: 15px;
  letter-spacing: 0.05em;
  color:#333333;
  font-weight: bold;
  line-height: 2;
}
.special{
  display: flex;
  align-items: flex-end;
}
span {
  display: inline-block;
  width: 20px;
  height: 5px;
  margin-left: 10px;
  margin-bottom: 17px;
}

.store__wrapper{
  max-width: 1280px;
  width: 100%;
  margin: auto;
  display:flex;
  padding:80px 0px 101px 110px;
}

.store__wrapper img{
  width:380px;
  height:200px;
}

.list-text{
  margin-bottom:24px;
}

.employment__container{
  padding-bottom: 70px;
  width: 100%;
  background-image: url("../img/bg_recruit.jpg");
  background-position: center;
  background-size: cover;
}

.employment__wrapper--main h2{
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.15em;
  line-height: 0.625;
  color: #ffffff;
  padding-top: 80px;
}

.employment__wrapper--sub h3{
  font-family: 'Quicksand';
  color:#ffffff;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height:1;
  margin-top: 19px;
  margin-bottom: 55px;
}

.employment__text p{
  font-size: 16px;
  letter-spacing: 0.2em;
  color: #ffffff;
  font-weight: 500;
  text-align: center;
  line-height: 2;
}

.employment-btn{
  margin-top: 61px;
  color: #ffffff;
  border-color: #ffffff;
}

footer{
  background-color: #292929;
}

.footer__top{
  margin: auto;
  max-width: 1280px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 70px 110px 0 110px;
}

.address p{
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.05em;
  color:#ffffff;
  line-height: 1.71;
  margin-top: 31px;
}

.tel p{
  font-weight: 400;
  font-family: 'Quicksand';
  color: #ffffff;
  letter-spacing: 0.05em;
  margin-top: 30px;
}

.link {
  display: flex;
}

.link__left{
  margin-right: 67px;
}

.link__left--info a{
  text-decoration: none;
  color:#ffffff;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.93;
}

.link__left--center{
  margin-top: 27px;
  margin-bottom: 19px;
}

.link__left--bottom{
  margin-left: 10px;
  margin-bottom: 15px;
}
.link__left--bottom a{
font-size: 13px;
}

.link-btn span{
  display: none;
}

.links-btn hr{
  display: none;
}

.link__right--info a{
  text-decoration: none;
  color:#ffffff;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.93;
}
.link__right--center{
  margin-top: 27px;
  margin-bottom: 27px;
}

.footer__bottom{
  margin: auto;
  max-width: 1280px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 100px 110px 33px 110px;
}

.inc p{
  color: #ffffff;
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 2;
}

.privacy a{
  text-decoration: none;
  color: #ffffff;
  font-size:12px;
  letter-spacing: 0.05em;
  line-height: 2.25;
}
