@charset "utf-8";
/* -----------------------------------------------------------
  mv-area
-------------------------------------------------------------- */
.mv-area{
  margin: 142px 0 0;
  height: 100vh;
  height: 800px;
  position: relative;
}
.mv-area video{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mv-area .txt-box{
  position: absolute;
  left: 5%;
  bottom: 100px;
}
.mv-area .txt-box .ttl-l .jp{
  color: #fff;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 1);
}
.mv-area .txt-box .btn-more a{
  width: 250px;
  height: 80px;
}
@media screen and (max-width: 768px) {
  .mv-area{
    margin: 80px 0 0;
    height: auto;
  }
  .mv-area video{
    height: 400px;
  }
  .mv-area .txt-box{
    position: relative;
    bottom: auto;
    left: auto;
    padding: 30px 20px 30px;
  }
  .mv-area .txt-box .ttl-l .jp{
    font-size: 3.0rem;
    color: #333;
    text-shadow: none;
  }
  .mv-area .txt-box .btn-more a{
    width: 200px;
    height: 60px;
    border: solid 1px #707070;
    padding: 10px 40px 9px 20px;
  }
}

/* -----------------------------------------------------------
  news
-------------------------------------------------------------- */
.news-area{
	padding: 60px 0 0;
}
.news-area .inner{
	display: flex;
	justify-content: space-between;
	gap: 80px;
	position: relative;
	padding: 0 100px;
}
.news-area .ttl-m{
  margin: 40px 0 0;
}
.news-area .news-list {
	border-bottom: #D1C7A3 solid 1px;
	width: calc(100% - 204px);
}

.news-area .news-list li a {
	border-top: #D1C7A3 solid 1px;
	display: flex;
	width: 100%;
	align-items: flex-start;
	color: #333;
	padding: 25px 40px;
  position: relative;
}
.news-area .news-list li a::before{
  position: absolute;
  content: "";
  background-image: url(../img/arrow-blk.svg);
  background-repeat: no-repeat;
  background-position: center;
  width: 8px;
  height: 16px;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
  right: 50px;
}
.news-area .news-list li a:hover::before{
  background-image: url(../img/arrow-gold.svg);
  right: 40px;
}
.news-area .news-list li .date {
  flex-shrink: 0;
  font-size: 1.6rem;
  font-weight: 400;
  margin: 0 35px 0 0;
  color: #333;
  font-family: var(--lato);
}

.news-area .news-list li .cate {
  color: #fff;
  background-color: var(--main-color);
  border-radius: 15px;
  font-size: 1.4rem;
  font-weight: 500;
  text-align: center;
  margin: 0 35px 0 0;
  min-width: 114px;
  padding: 5px 10px;
  line-height: 1.5;
}

.news-area .news-list li .title {
	font-family: var(--basefont-jp);
	font-weight: 400;
	font-size: 1.6rem;
	max-width: 450px;
	min-width: 450px;
	line-height: 1.7;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/*リスト（マウスオン）*/
.news-area .news-list li a:hover {
  color: var(--gold03);
}
.news-area .link{
  position: absolute;
  left: 100px;
  top: 100px;
	z-index: 1;
}
.news-area .link p a{
  font-weight: bold;
  color: #333;
  text-align: left;
  border: solid 1px var(--gray);
  position: relative;
  display: inline-block;
  line-height: 1;
  width: 70px;
  height: 40px;
  padding: 10px 20px 10px 10px;
  position: relative;
}
.news-area .link p a::before{
  position: absolute;
  content: "";
  background-image: url(../img/arrow-blk.svg);
  background-repeat: no-repeat;
  background-position: center;
  width: 4px;
  height: 8px;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
  right: 13px;
  transition: all .6s ease;
  z-index: 1;
}
.news-area .link p a:hover{
  border: solid 1px var(--gold03);
  color: var(--gold03);
}
.news-area .link p a i{
  margin: 0 0 0 10px;
}
@media screen and (max-width: 768px) {
  .news-area{
    padding: 0 20px 10px;
  }
  .news-area .inner{
    flex-wrap: wrap;
    gap: 20px;
	  padding: 0;
  }
  .news-area .inner .ttl-s .jp{
    font-size: 2.6rem;
    font-weight: 600;
  }
  .news-area .link{
    top: 0px;
    left: auto;
    right: 0;
  }
  .news-area .link p a{
    height: 30px;
    padding: 5px 20px 5px 10px;
    font-weight: 400;
  }
  /*サブタイトル*/
  #news .news-subtitle {
    padding: 0 0 10px;
  }

  /*リスト*/
  .news-area .news-list {
    margin: 0 0 20px;
    width: 100%;
  }
  .news-area .news-list li a {
    padding: 20px 0;
    flex-wrap: wrap;
  }
  .news-area .news-list li a::before{
    right: 20px;
  }
  .news-area .news-list li .date {
    margin: 0 10px 0 0;
    width: auto;
  }

  .news-area .news-list li .cate {
  margin: 0;
  padding: 5px 15px;
  }

  .news-area .news-list li .title {
    line-height: 1.6;
    margin: 8px 0 0 0;
    max-width: auto;
    min-width: auto;
    width: 90%;
  }
}
/* -----------------------------------------------------------
  mv-area
-------------------------------------------------------------- */

.banner-area {
	text-align: center;
	padding: 0 0 100px;
}

.banner-area li {
	line-height: 0;
	margin: 0 0 40px;
}

.banner-area li a {
	display: block;
}

.banner-area li a:hover {
	opacity: 0.6;
}

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

	.banner-area {
		text-align: center;
		padding: 40px 20px 30px;
	}

	.banner-area li {
		line-height: 0;
		margin: 0 0 20px;
	}

	.banner-area li a img {
		width: 100%;
	}

}

/* -----------------------------------------------------------
  feature-area
-------------------------------------------------------------- */
.feature-area{
  padding: 180px 0;
  background: url(../img/bg-feature.jpg) no-repeat top center / cover;
	margin: 0 30px 0 0;
}
.feature-area .inner{
  display: flex;
	align-items: center;
  width: 1200px;
  margin: 0 auto;
  justify-content: space-between;
}
.feature-area .txt-box{
  color: #fff;
  width: 700px;
}
.feature-area .txt-box .catch-l{
  margin: 30px 0;
}
.feature-area .figure-box{
  width: 472px;
  aspect-ratio: 1;
  position: relative;
  background: url(../img/bg-feature-figure.png) no-repeat center / contain;
  background-size: 406px;
}
.feature-area .figure-box .figure-item{
	font-family: var(--basefont-jp);
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background-color: var(--beige01);
  color: var(--gold02);
  padding: 110px 0 0;
  position: absolute;
}
.feature-area .figure-box .figure-item.item01{
  background-image: url(../img/icon-topfeature01.svg);
  background-size: auto 50px;
  background-repeat: no-repeat;
  background-position: top 45px center;
  right: 0;
  left: 0;
  margin: 0 auto;
}
.feature-area .figure-box .figure-item.item02{
  background-image: url(../img/icon-topfeature03.svg);
  background-size: auto 50px;
  background-repeat: no-repeat;
  background-position: top 40px center;
  top: 125px;
  right: 0;
	padding: 100px 0 0;
}
.feature-area .figure-box .figure-item.item03{
  background-image: url(../img/icon-topfeature04.svg);
  background-size: auto 50px;
  background-repeat: no-repeat;
  background-position: top 40px center;
  right: 50px;
  bottom: -20px;
}
.feature-area .figure-box .figure-item.item04{
  background-image: url(../img/icon-topfeature02.svg);
  background-size: auto 50px;
  background-repeat: no-repeat;
  background-position: top 40px center;
  /*padding: 100px 0 0 ;*/
  left: 50px;
  bottom: -20px;
}
.feature-area .figure-box .figure-item.item05{
  background-image: url(../img/icon-topfeature06.svg);
  background-size: auto 54px;
  background-repeat: no-repeat;
  background-position: top 45px center;
  top: 125px;
  left: 0;
}
.feature-area .figure-box .figure-item .ttl-xs{
	text-align: center;
	font-size: 2.2rem;
}
.feature-area .figure-box .figure-item .ttl-xs span{
	padding: 0 0 5px;
	font-size: 1.4rem;
	display: block;
}
@media screen and (max-width: 768px) {
  .feature-area{
    padding: 50px 20px 70px;
    background: url(../img/bg-feature-sp.jpg) no-repeat top center / cover;
 	margin:0;
 }
  .feature-area .inner{
    width: 100%;
    flex-wrap: wrap;
  }
  .feature-area .txt-box{
    width: 100%;
    text-align: center;
  }
  .feature-area .figure{
    margin: 20px 0 0;
  }
  .feature-area .figure img{
    width: 100%;
  }

  .feature-area .txt-box .catch-l{
    margin: 40px 0 15px;
  }
  .feature-area .txt-box .txt{
	  text-align: left;
  }
  .feature-area .figure-box{
    display: none;
  }

}

/* -----------------------------------------------------------
  freedesign-area
-------------------------------------------------------------- */
.freedesign-area{
  /* padding: 140px 0 120px; */
  padding: 0 0 120px;
  position: relative;
}
.freedesign-area .img-box{
  position: absolute;
  top: 90px;
  width: 800px;

  width: 50%;
  height: 600px;
}
.freedesign-area .img-box img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.freedesign-area .toptxt-box{
  width: 50%;
  /*padding: 100px calc((100% - 1200px) / 2) 0 70px;*/
  padding: 50px calc((100% - 1200px) / 2) 0 50px;
  /* padding: 0 110px 0 70px; */
  margin: 0 0 0 auto;
  position: relative;
}
.freedesign-area .toptxt-box::before{
  position: absolute;
  content: "";
  width: 75%;
  min-width: 1200px;
  height: 660px;
  background-color: var(--beige01);
  top: 0px;
  right: 0;
  z-index: -1;
}
.freedesign-area .toptxt-box .catch-l{
	margin: 30px 0 10px;
	font-feature-settings: "palt";
}
.freedesign-area .toptxt-box .btn-more{

}
/* .freedesign-area .inner{
  position: relative;
} */

@media screen and (max-width: 768px) {
  .freedesign-area{
    padding: 50px 0 0;
  }
  .freedesign-area .toptxt-box{
    width: 100%;
    padding: 0 20px 50px;
  }
	.freedesign-area .toptxt-box::before{
	  width:100%;
	  min-width: 100%;
	  height: 630px;
	  top: -50px;
	}
  .freedesign-area .img-box{
    width: calc(100% - 20px);
    height: 300px;
    height: auto;
    position: relative;
    top: auto;
  }
  .freedesign-area .img-box img{
    width: 100%;
    height: 300px;
    object-fit: cover;
  }
  .freedesign-area .toptxt-box .catch-l{
    margin: 15px 0;
  }

}
/* -----------------------------------------------------------
  beginner-area
-------------------------------------------------------------- */
.beginner-area{
	padding: 0 0 190px;
	border-top: none;
}

@media screen and (max-width: 768px) {
  .beginner-area{
    padding: 50px 20px 80px;
  }
}
/* -----------------------------------------------------------
  voice-area
-------------------------------------------------------------- */
.voice-area {
  padding: 0 0 100px;
  position: relative;
}
.voice-area:before{
  position: absolute;
  content: "";
  width: calc(100% - 200px);
  height: 436px;
  background-color: #fff;
  left: 0;
  top: 365px;
  z-index: 0;
}
.voice-area .en-txt{
	position: absolute;
	right: 0;
	top: -50px;
	line-height: 0;
	z-index: -1;
}
.voice-area .imgbg-box{
  position: absolute;
  width: 100vw;
  height: 760px;
  background: url(../img/top-voicebg.jpg) no-repeat top center / cover;
  z-index: -1;
}
.voice-area .inner .toptxt-box{
  /*padding: 495px 0 0;*/
  padding: 455px 0 0;
  position: relative;
  display: flex;
}
.voice-area .inner .toptxt-box .ttl-l{
  width: 290px;
}
.voice-area .inner .toptxt-box .catch-box{
  width: calc(100% - 290px);
  width: calc(100% - 360px);
}
.voice-area .inner .toptxt-box .catch-box .catch-l{
  margin: 0 0 15px;
}
.voice-area .inner .voice-list{
  display: flex;
  gap: 20px;
  position: relative;
  margin: 40px 0 0;
}
.voice-area .inner .voice-list .voice-item{
  width: calc((100% - 40px ) / 3);
  width: 360px;
}
.voice-area .inner .voice-list .voice-item a{
  display: block;
  box-shadow: 10px 10px 30px rgba(114, 97, 69, 0.1);
  position: relative;
	transition: all .6s ease;
  border: solid 1px #fff;
}
.voice-area .inner .voice-list .voice-item a::before{
  position: absolute;
    content: "";
    background-image: url(../img/arrow-blk.svg);
    background-repeat: no-repeat;
    background-position: center;
    width: 8px;
    height: 16px;
    z-index: 1;
    bottom: 20px;
    right: 20px;
    transition: all .6s ease;
}
.voice-area .inner .voice-list .voice-item a .img{
  overflow: hidden;
  width: 100%;
}
.voice-area .inner .voice-list .voice-item a img{
  width: 100%;
	transition: all .6s ease;
}
.voice-area .inner .voice-list .voice-item a .txt-box{
  padding: 20px 20px 26px;
}
.voice-area .inner .voice-list .voice-item a .txt-box .catch-m{
  font-weight: 600;
	transition: all .6s ease;
}
.voice-area .inner .voice-list .voice-item a .txt-box .area{
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 1;
  color: var(--gold02);
  margin: 10px 0 0;
}

/* ホバー */
.voice-area .inner .voice-list .voice-item a:hover{
  box-shadow: none;
  border: solid 1px var(--gold03);
	transition: all .6s ease;
}
.voice-area .inner .voice-list .voice-item a:hover .txt-box .catch-m{
  color: var(--gold03);
	transition: all .6s ease;
}
.voice-area .inner .voice-list .voice-item a:hover::before{
  background-image: url(../img/arrow-gold.svg);
  right: 10px;
	transition: all .6s ease;
}
.voice-area .inner .voice-list .voice-item a:hover img{
  transform: scale(1.1);
	transition: all .6s ease;
}
@media screen and (max-width: 768px) {
  .voice-area{
    padding: 0 0 50px;
  }
  .voice-area:before{
    width: calc(100% - 10px);
    height: 150px;
    top: 150px;
  }
  .voice-area .en-txt{
    z-index: -1;
    font-size: 8.0rem;
    top: -20px;
    right: -20px;
  }
  .voice-area .imgbg-box{
    height: 300px;
  }
  .voice-area .inner .toptxt-box{
    flex-wrap: wrap;
    padding: 200px 20px 0;
  }
  .voice-area .inner .toptxt-box .ttl-l{
    width: 100%;
  }
  .voice-area .inner .toptxt-box .catch-box{
    width: 100%;
  }
  .voice-area .inner .toptxt-box .catch-box .catch-l{
    margin: 15px 0 0;
  }
  .voice-area .inner .voice-list{
    flex-wrap: wrap;
    padding:  0 20px;
    margin: 30px 0 0;
  }
  .voice-area .inner .voice-list .voice-item{
    width: 100%;
  }
  .voice-area .inner .voice-list .voice-item a {
    border: none;
  }
  .voice-area .inner .voice-list .voice-item a .img{
    height: 200px;
  }
  .voice-area .inner .voice-list .voice-item a img{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .voice-area .inner .voice-list .voice-item a .txt-box .catch-m{
    font-size: 1.6rem;
  }
}

/* -----------------------------------------------------------
  showroom-area
-------------------------------------------------------------- */
.showroom-area{
  padding: 100px 0 100px;
  position: relative;
}
.showroom-area::before{
  position: absolute;
  content: "";
  background-image: url(../img/bg-texture-border.jpg);
  width: calc(100% - 100px);
  height: 626px;
  margin: 0 auto;
  right: 0;
  left: 0;
  top: 0;
  z-index: -1;
}
.showroom-area .bnr-box{
  position: relative;
  width: 100%;
  height: 400px;
}
.showroom-area .bnr-box a{
	display: block;
	width: 100%;
	height: 100%;
	box-shadow: 15px 15px 20px rgba(0, 0, 0, 0.34);
	transition: all .6s ease;
	background: url("../img/arrow-wht.svg") no-repeat right 30px bottom 30px / 8px auto;;
}
.showroom-area .bnr-box img{
  position: absolute;
  z-index: -1;
}
.showroom-area .bnr-box .flex{
  position: absolute;
  bottom: 30px;
  left: 30px;
	display: flex;
	align-items: flex-end;
	justify-content: flex-start;
	gap:0 10px;
}
.showroom-area .bnr-box .txt-box{
  color: #fff;
}
.showroom-area .bnr-box .txt-box .ttl-m .jp{
  font-weight: 600;
}
.showroom-area .bnr-box .txt-box .ttl-m .en{
  color: #fff;
}
.showroom-area .bnr-box .txt-box .catch-m{
  font-size: 2.6rem;
  margin: 10px 0 0;
}
.showroom-area .bnr-box .info-box{
	color: #fff;
	font-weight: bold;
	border: #fff solid 1px;
	padding: 20px 30px;
}
.showroom-area .bnr-box .info-box ul {
	display: flex;
	text-align: center;
	padding: 5px 0 0;
}
.showroom-area .bnr-box .info-box ul li{
	width: calc( 100% / 2 );
}
.showroom-area .bnr-box .info-box ul li.time {
	border-right: #fff solid 1px;
	padding: 0 10px 0 0;
}
.showroom-area .bnr-box .info-box ul li.holiday {
	padding: 0 0 0 10px;
}
.showroom-area .bnr-box .info-box ul li .txt-01 {
	background: #F1EFEB;
	color: #726145;
	border-radius: 3px;
	line-height: 1.5;
	padding: 2px 0 0;
	margin: 0 0 5px;
}
.showroom-area .bnr-box .info-box ul li.time .txt-02 {
	font-family: var(--rubik);
	font-weight: 500;
}

/* ホバー */
.showroom-area .bnr-box a:hover{
  box-shadow: none;
	transition: all .6s ease;
}
.showroom-area .link-list{
  display: flex;
  /*gap: 15px;*/
	gap:20px;
  margin: 50px 0 0;
}
.showroom-area .link-list .link-item{
  width: calc((100% - 30px) / 2 );
  /*width: 390px;*/
  position: relative;
}
.showroom-area .link-list .link-item a{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 25px 15px 25px 25px;
  background-color: #fff;
  border: solid 1px var(--beige01);
  position: relative;
	transition: all .6s ease;
	gap:0 20px;
}
.showroom-area .link-list .link-item a::before{
  position: absolute;
    content: "";
    background-image: url(../img/arrow-blk.svg);
    background-repeat: no-repeat;
    background-position: center;
    width: 8px;
    height: 16px;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    transition: all .6s ease;
}
.showroom-area .link-list .link-item a .img{
	transition: all .6s ease;
	overflow: hidden;
	width: 100px;
	height: 100px;
}
.showroom-area .link-list .link-item a:hover .img{
  width: 120px;
}
.showroom-area .link-list .link-item a img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
/*
  width: 100%;
	transition: all .6s ease;
*/
}
.showroom-area .link-list .link-item a .txt-box{
	flex: 1;
}
.showroom-area .link-list .link-item a .ttl-xs{
	font-family: var(--basefont-jp);
	font-feature-settings: "palt";
	font-weight: 400;
	line-height: 1.3;
	white-space: nowrap;
	transition: all .6s ease;
}
.showroom-area .link-list .link-item a .catch-s{
	font-weight: 400;
	line-height: 1.25;
	margin: 10px 0 0;
}

/* ホバー */
.showroom-area .link-list .link-item a:hover{
  border: solid 1px var(--gold03);
	transition: all .6s ease;
}
.showroom-area .link-list .link-item a:hover::before{
  background-image: url(../img/arrow-gold.svg);
  right: 10px;
	transition: all .6s ease;
}
.showroom-area .link-list .link-item a:hover .ttl-xs{
  color: var(--gold03);
	transition: all .6s ease;
}
/*
.showroom-area .link-list .link-item a:hover img{
  transform: scale(1.1);
	transition: all .6s ease;
}
*/
@media screen and (max-width: 768px) {
  .showroom-area{
    padding: 50px 20px;
  }
  .showroom-area::before{
    width: 100%;
    height: calc(100% - 95px);
  }
  .showroom-area .bnr-box{
    height: 400px;
    box-shadow: none;
	  overflow: hidden;
  }
  .showroom-area .bnr-box a {
    background: url(../img/arrow-wht.svg) no-repeat center bottom 7px / 8px auto;
  }
  .showroom-area .bnr-box img{
    width: 100%;
	  height: 100%;
	  object-fit: cover;
  }
	
	.showroom-area .bnr-box .flex{
		bottom: 30px;
		left: 0;
		display: block;
		padding: 0 10px;
	}
  .showroom-area .bnr-box .txt-box .ttl-m .jp{
    font-size: 3.0rem;
    font-weight: 400;
  }
  .showroom-area .bnr-box .txt-box .catch-m{
    font-size: 1.8rem;
    font-weight: 400;
  }
	
	.showroom-area .bnr-box .info-box{
		padding: 10px;
		margin: 10px 0 0;
	}
	.showroom-area .bnr-box .info-box p{
		font-size: 1.4rem;
	}
	.showroom-area .bnr-box .info-box ul li.time {
		padding: 0 5px 0 0;
	}
	.showroom-area .bnr-box .info-box ul li.holiday {
		padding: 0 0 0 5px;
	}	
  .showroom-area .link-list{
    flex-wrap: wrap;
	  margin: 30px 0 0;
  }
  .showroom-area .link-list .link-item{
    width: 100%;
  }
  .showroom-area .link-list .link-item::before{
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
  }
  .showroom-area .link-list .link-item a{
    padding: 10px;
    gap: 10px;
  }
  .showroom-area .link-list .link-item a .img{
    width: 80px;
    height: 80px;
  }
	.showroom-area .link-list .link-item a:hover .img{
	width: 80px;
	}

  .showroom-area .link-list .link-item a img{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .showroom-area .link-list .link-item a .txt-box{
    width: calc(100% - 100px);
  }
}
/* 20260203追加 */
/* .freedesign-area .lineup-list .lineup-item.new .img {
  overflow: hidden;
  height: auto;
}
.freedesign-area .lineup-list .lineup-item .logo {
  height: 90px!important;
  overflow: hidden;
}
.freedesign-area .lineup-list .lineup-item .logo img {
  margin: 8px 0 0 10px;
  width: 50%;
}
.freedesign-area .lineup-list .lineup-item .logo {
  display: flex;
  align-items: flex-end; 
}
.freedesign-area .lineup-list .lineup-item .txt-box {
  padding: 20px 20px 40px;
}

.ttl-l.logo img {
  width: 130px;
}

@media screen and (max-width: 768px) {
  .ttl-l.logo img {
    padding-left: 36px;
  }
} */