@import url('https://fonts.googleapis.com/css2?family=Jost:wght@400;500;600;700;900&family=Noto+Serif+JP:wght@400;500;600;700;900&family=Zen+Old+Mincho:wght@400;500;600;700;900&display=swap');

.forcms_block {
  font-family: "Noto Serif JP", sans-serif,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,'ＭＳ Ｐゴシック';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html { 
  scroll-behavior: smooth;
  font-size: 62.5%;
}

.pc{
	display: block !important;
}
.sp{
	display: none !important;
}

.l-free-main{
  width: 100%;
  margin: 0;
  overflow: hidden;
/*  background: url(../img/bg1.webp) center top fixed;*/
  background-size: 100% auto;
  color: #3C3C3C;
}
.bg-fixed{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/bg1.webp) center top no-repeat;
  background-size: cover;
  z-index: -1;
}

.l-free-main a{
  text-decoration: none;
  transition: 0.3s;
}
.l-free-main img {
  user-drag: none;
  user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.clear{
	clear: both;
	line-height: 1;
	height: 1px;
}

.nav-sp{
  display: none;
}
.Toggle-sp-wrap{
  display: none;
}

ul.menu1{
  width: 100px;
  z-index: 99;
  position: fixed;
  top: 180px;
  right: 30px;
  opacity: 0;
  transition: opacity 0.6s ease;
}
ul.menu1.show {
  opacity: 1;
}
ul.menu1 li{
  text-align: right;
  font-family: "Jost", sans-serif;
  padding: 6px 0;
}
ul.menu1 li a{
  font-size: 20px;
  color: #8F866E;
  font-weight: 500;
  display: inline-block;
  padding: 4px 0;
}
ul.menu1 li a:hover{
  background-color: rgba(143, 134, 110, 0.5);
  color: #ffffff;
}


section.kv{
  width: 100%;
  position: relative;
  text-align: center;
}
section.kv img{
  width: 100%;
}
section.kv h1{
  width: 100%;
  position: relative;
  z-index: 1;
}

.l-free-main h2{
  font-weight: 400;
  font-size: 50px;
  color: #3C3C3C;
  font-family: "Jost", sans-serif;
  text-align: center;
}

section.concept{
  text-align: center;
  padding: 255px 0;
}
section.concept h2{
  font-family: "Zen Old Mincho", serif;
  font-size: 30px;
  font-weight: bold;
  color: #8F866E;
  padding: 0 0 72px 0;
}
section.concept p{
  font-family: "Zen Old Mincho", serif;
  text-align: center;
  font-size: 20px;
  color: #3c3c3c;
  line-height: 2.4em;
  padding-bottom: 50px;
}
section.concept .btn1{
  width: 223px;
  height: 22px;
  background-color: rgba(143, 134, 110, 0.5);
  margin: 0 auto;
  position: relative;
  transition: 0.3s;
}
section.concept .btn1 a{
  color: #ffffff;
  position: relative;
  font-size: 18px;
  line-height: 22px;
  width: 100%;
  text-align: center;
  font-family: "Jost", sans-serif;
  display: block;
}
section.concept .btn1:hover{
  background-color: #ffffff;
}
section.concept .btn1:hover a{
  color: #8F866E;
}
.arrow {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 1px;
  margin: 3.6px 0 3.6px 6px;
  border-radius: 9999px;
  background-color: #ffffff;
  top: -3px;
  transition: 0.3s;
}
.arrow::before,
.arrow::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.5px);
  right: 0;
  width: 6px;
  height: 1px;
  border-radius: 9999px;
  background-color: #ffffff;
  transform-origin: calc(100% - 0.5px) 50%;
}
.arrow::before {
  transform: rotate(45deg);
}
.arrow::after {
  transform: rotate(-45deg);
}
section.concept .btn1:hover .arrow{
  background-color: #8F866E;
}
section.concept .btn1:hover .arrow::before,
section.concept .btn1:hover .arrow::after{
  background-color: #8F866E;
}

section.about{
  text-align: center;
  font-family: "Zen Old Mincho", serif;
  padding: 158px 0;
  background-color: #EBE9E4;
}
section.about .txt1{
  padding: 80px 0 40px 0;
  font-size: 24px;
  font-weight: bold;
  color: #8F866E;
  line-height: 1.8em;
}
section.about ul{
  width: 510px;
  margin: 0 auto;
  padding: 0 0 50px 0;
  text-align: left;
}
section.about ul li{
  font-size: 20px;
  font-family: "Noto Serif JP", serif;
  color: #000000;
  padding: 0 0 18px 52px;
  background: url('../img/icon_chk1.webp') left 2px no-repeat;
  background-size: 22px;
}
section.about .txt2{
  font-size: 30px;
  font-weight: bold;
  color: #8F866E;
  line-height: 1.8em;
}

section.features{
  text-align: center;
  font-family: "Zen Old Mincho", serif;
  background: url('../img/features_bg.webp') top center no-repeat;
  background-size: 100% auto;
  max-width: 1100px;
  margin: 190px auto 220px auto;
  padding: 130px 0 140px 0;
}
section.features ul.fslider{
  width: 1008px;
  margin: 124px auto 0 auto;
  overflow: hidden;
}
section.features ul.fslider li{
  width: 260px;
  float: left;
  text-align: center;
  color: #3c3c3c;
  margin: 0 38px;
}
section.features ul.fslider li .no{
  font-family: "Jost", sans-serif;
  font-size: 45px;
  color: #8F866E;
  padding: 0 0 20px 0;
}
section.features ul.fslider li h3{
  font-family: "Zen Old Mincho", serif;
  font-size: 20px;
  font-weight: bold;
  padding: 0 0 30px 0;
}
section.features ul.fslider li .ftxt1{
  font-size: 15px;
  text-align: left;
  line-height: 1.8em;
  padding: 0 0 10px 0;
}
section.features ul.fslider li img{
  width: 100%;
}

section.lineup{
  max-width: 1440px;
  margin: 0 auto;
  overflow: hidden;
}
section.lineup h2{
  padding: 0 0 100px 0;
}
section.lineup ul.lumenu{
  width: 888px;
  margin: 0 auto 216px auto;
  padding: 0 0 30px 0;
  height: 163px;
}
section.lineup ul.lumenu li{
  width: 186px;
  float: left;
  margin: 0 48px 0 0;
  position: relative;
  transition: 0.3s;
}
section.lineup ul.lumenu li a{
  display: block;
  width: 163px;
  height: 163px;
  background-color: #ffffff;
  text-align: center;
  position: relative;
  margin: 0 auto;
}
section.lineup ul.lumenu li .luimg{
  width: 186px;
  left: -11px;
  position: relative;
  padding: 28px 0 0 0;
}
section.lineup ul.lumenu li .luimg img{
  width: 100%;
}
section.lineup ul.lumenu li:last-child{
  margin: 0;
}
section.lineup ul.lumenu li .lutxt1{
  font-size: 15px;
  font-weight: bold;
  color: #8F866E;
  padding: 20px 0 0 0;
}
section.lineup ul.lumenu li:nth-child(3) .lutxt1{
  font-size: 14px;
}
.arrow2 {
  position: relative;
  display: inline-block;
  width: 1px;
  height: 36px;
  margin: 0 3.6px;
  border-radius: 9999px;
  background-color: #8f866e;
  bottom: -16px;
}
.arrow2::before,
.arrow2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(50% - 0.5px);
  width: 1px;
  height: 6px;
  border-radius: 9999px;
  background-color: #8f866e;
  transform-origin: 50% calc(100% - 0.5px);
}
.arrow2::before {
  transform: rotate(45deg);
}
.arrow2::after {
  transform: rotate(-45deg);
}

/* larea1 */
section.lineup .larea1{
  width: 100%;
  position: relative;
  margin: 0 0 164px 0;
}
section.lineup .larea1 img{
  width: 78%;
  position: relative;
  left: 22%;
}
section.lineup .larea1 .larea1ttl{
  width: 728px;
  height: 334px;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.4);
  z-index: 2;
  top: 296px;
  color: #3C3C3C;
  font-family: "Zen Old Mincho", serif;
}
section.lineup .larea1 .larea1ttl h3{
  padding: 40px 0 0 100px;
  font-size: 42px;
  font-weight: bold;
  line-height: 1.4em;
}
section.lineup .larea1 .larea1txt{
  font-size: 20px;
  line-height: 1.8em;
  padding: 16px 0 0 100px;
}
section.lineup .larea1 .larea1att{
  font-size: 18px;
  color: #ffffff;
  position: absolute;
  right: 10px;
  bottom: 16px;
  z-index: 2;
}

section.lineup #larea3 .larea1ttl{
  height: 287px;
  top: 291px;
}
section.lineup #larea3 .larea1att{
  color: #3C3C3C;
}

/*larea1sub*/
section.lineup .larea1sub{
  max-width: 1114px;
  margin: 0 auto 160px auto;
/*  overflow: hidden;*/
  position: relative;
}
section.lineup .larea1sub .larea1subl{
  float: left;
  width: 43%;
  position: relative;
}
section.lineup .larea1sub .larea1subl img{
  width: 100%;
  position: relative;
}
section.lineup .larea1sub .larea1subr{
  float: right;
  width: 50%;
}
section.lineup .larea1sub .larea1subr .itemslider{
  width: 71.4%;
  position: relative;
  margin: 0 auto;
  opacity: 0;
  padding-top: 228px;
  z-index: 2;
}
section.lineup .larea1sub .larea1subr .itemslider.slick-initialized{
  opacity: 1;
}

/* larea2 */
section.lineup .larea2{
  width: 100%;
  position: relative;
  margin: 0 0 164px 0;
}
section.lineup .larea2 img{
  width: 78%;
  position: relative;
}
section.lineup .larea2 .larea2ttl{
  width: 798px;
  height: 287px;
  position: absolute;
  background-color: rgba(208, 188, 157, 0.36);
  z-index: 2;
  top: 296px;
  color: #3C3C3C;
  font-family: "Zen Old Mincho", serif;
  right: 0;
}
section.lineup .larea2 .larea2ttl h3{
  padding: 40px 0 0 48px;
  font-size: 42px;
  font-weight: bold;
  line-height: 1.4em;
}
section.lineup .larea2 .larea2txt{
  font-size: 20px;
  line-height: 1.8em;
  padding: 16px 0 0 48px;
}
section.lineup .larea2 .larea2att{
  font-size: 18px;
  color: #3C3C3C;
  position: absolute;
  left: 10px;
  bottom: 16px;
  z-index: 2;
}

/*larea2sub*/
section.lineup .larea2sub{
  max-width: 1114px;
  margin: 0 auto 160px auto;
/*  overflow: hidden;*/
  position: relative;
}
section.lineup .larea2sub .larea2subl{
  float: right;
  width: 43%;
  position: relative;
}
section.lineup .larea2sub .larea2subl img{
  width: 100%;
  position: relative;
}
section.lineup .larea2sub .larea2subr{
  float: left;
  width: 50%;
}
section.lineup .larea2sub .larea2subr .itemslider{
  width: 71.4%;
  position: relative;
  margin: 0 auto;
  opacity: 0;
  padding-top: 228px;
  z-index: 2;
}
section.lineup .larea2sub .larea2subr .itemslider.slick-initialized{
  opacity: 1;
}

.larea1sub .arrow_box1{
  position: absolute;
  width: 100%;
  top: 48%;
}
.larea2sub .arrow_box2{
  position: absolute;
  width: 100%;
  top: 48%;
}
.larea1sub .arrow_box3{
  position: absolute;
  width: 100%;
  top: 48%;
}
.larea2sub .arrow_box4{
  position: absolute;
  width: 100%;
  top: 48%;
}

section.lineup .slick-slide {
  margin: 0px;
}
section.lineup .slick-slide img {
  width: 100%;
}

.prev-arrow,
.next-arrow {
  position: absolute;
  display: inline-block;
  width: 50px;
  height: 50px;
  cursor: pointer;
  background: linear-gradient(#8F866E, #8F866E) no-repeat left 50% / 50px 1px;
  z-index: 3;
}
.prev-arrow {
  transform: rotate(180deg);
  left: 0;
}
.next-arrow{
/*  left: 45%;*/
  right: 0;
}
.prev-arrow::before,
.prev-arrow::after,
.next-arrow::before,
.next-arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 6px;
  height: 1px;
  border-radius: 9999px;
  background-color: #8F866E;
  transform-origin: calc(100% - 0.5px) 50%;

  background-image:
    linear-gradient(#8F866E, #8F866E),
    linear-gradient(#ffffff, #ffffff);
  background-repeat: no-repeat, no-repeat;
  background-size: 50px 1px, 50px 50px;
  background-position: left center, right center;
}
.prev-arrow::before,
.next-arrow::before {
  transform: translateY(-50%) rotate(45deg);
}
.prev-arrow::after,
.next-arrow::after {
  transform: translateY(-50%) rotate(-45deg);
}

.larea1subr .wbox_prev,
.larea1subr .wbox_next,
.larea2subr .wbox_prev,
.larea2subr .wbox_next{
  width: 50px;
  height: 50px;
  background-color: #ffffff;
  position: absolute;
  top: 44%;
  z-index: 1;

  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.larea1subr .wbox_prev{
  left: -25px;
}
.larea1subr .wbox_next{
/*  left: 47.3%;*/
  right: -25px;
}
.larea2subr .wbox_prev{
  left: -25px;
}
.larea2subr .wbox_next{
/*  left: 47.3%;*/
  right: -25px;
}

section.lineup .slick-dots {
  position: absolute;
  bottom: -84px;
  width: 100%;
  text-align: center;
}
section.lineup .slick-dots li {
  display: inline-block;
  margin: 0 15px;
}
section.lineup .slick-dots button {
  -webkit-appearance: none;
  appearance: none;
  background: none transparent;
  margin: 0;
  padding: 0;
  vertical-align: middle;
  color: inherit;
  box-sizing: content-box;
  font: inherit;
  -webkit-tap-highlight-color: transparent;
  box-sizing: content-box;
  height: 40px;
  width: 40px;
  color: #fff;
  border-radius: 50%;
  font-size: 0;
  cursor: pointer;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  border: solid 3px transparent;
}
section.lineup .itemslider .slick-dots .slick-active button {
  border: solid 3px #3C3C3C;
}

section.lineup .lcolor1{
  width: 100%;
  position: relative;
  text-align: center;
  padding: 110px 0 0 0;
  display: block;
  font-size: 18px;
  font-weight: 500;
}
section.lineup .more1{
  width: 160px;
  height: 22px;
  background-color: rgba(143, 134, 110, 0.5);
  margin: 45px auto 0 auto;
  position: relative;
  transition: 0.3s;
}
section.lineup .more1 a{
  color: #ffffff;
  position: relative;
  font-size: 18px;
  line-height: 22px;
  width: 100%;
  text-align: center;
  font-family: "Jost", sans-serif;
  display: block;
}
section.lineup .more1:hover{
  background-color: #ffffff;
}
section.lineup .more1:hover a{
  color: #8F866E;
}
section.lineup .more1 a .arrow {
  top: -2px;
}
section.lineup .more1:hover .arrow{
  background-color: #8F866E;
}
section.lineup .more1:hover .arrow::before,
section.lineup .more1:hover .arrow::after{
  background-color: #8F866E;
}


section.lineup #larea1sub .itemslider .slick-dots li:nth-child(1) button {
  background-color: #DAB19D;
}
section.lineup #larea1sub .itemslider .slick-dots li:nth-child(2) button {
  background-color: #DECCAF;
}
section.lineup #larea1sub .itemslider .slick-dots li:nth-child(3) button {
  background-color: #765240;
}

section.lineup #larea2sub .itemslider .slick-dots li:nth-child(1) button {
  background-color: #BC927D;
}
section.lineup #larea2sub .itemslider .slick-dots li:nth-child(2) button {
  background-color: #C5C5C5;
}
section.lineup #larea2sub .itemslider .slick-dots li:nth-child(3) button {
  background-color: #5D3019;
}

section.lineup #larea3sub .itemslider .slick-dots li:nth-child(1) button {
  background-color: #BC927D;
}
section.lineup #larea3sub .itemslider .slick-dots li:nth-child(2) button {
  background-color: #78674E;
}
section.lineup #larea3sub .itemslider .slick-dots li:nth-child(3) button {
  background-color: #5D3019;
}

section.lineup #larea4sub .itemslider .slick-dots li:nth-child(1) button {
  background-color: #BC927D;
}
section.lineup #larea4sub .itemslider .slick-dots li:nth-child(2) button {
  background-color: #BD857C;
}
section.lineup #larea4sub .itemslider .slick-dots li:nth-child(3) button {
  background-color: #000000;
}


section.shop{
  width: 100%;
  position: relative;
  color: #3C3C3C;
  padding: 60px 0 160px 0;
  background-color: #EBE9E4;
}
section.shop h2{
  padding: 0 0 50px 0;
}
.shoparea {
/*  width: 1100px;*/
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.shoparea .shopinfo {
  width: 70%;
  max-width: 1100px;
  margin: 0 auto;
}
.shoparea .shopinfo nav {
  width: 100%;
  overflow: hidden;
  padding-bottom: 40px;
}
.shoparea .shopinfo nav ul {
  width: 100%;
}
.shoparea .shopinfo nav ul li{
  float: left;
  width: 14.2%;
  height: 30px;
  border-left: solid 8px #EBE9E4;
  box-sizing: border-box;
  text-align: center;
  background-color: #FFFFFF;
}
.shoparea .shopinfo nav ul li:first-child{
  border: none;
}
.shoparea .shopinfo nav ul li:last-child{
  width: 14.7%;
}
.shoparea .shopinfo nav ul li a {
  color: #3c3c3c;
  text-decoration: none;
  display: block;
  text-align: center;
  width: 100%;
  line-height: 30px;
  font-size: 1.8rem;
  font-weight: bold;
  cursor: pointer;
}
.shoparea .shopinfo nav ul li a.active,
.shoparea .shopinfo nav ul li a:hover {
  background-color: rgba(143, 134, 110, 0.5);
}
.shoparea .shopinfo .tbl {
  width: 100%;
  border-top: solid 1px #8F866E;
  box-sizing: border-box;
}
.shoparea .shopinfo .tbl td {
  padding: 14px 0;
  font-size: 1.6rem;
}
.shoparea .shopinfo .tbl td.todofuken{
  font-size: 1.8rem;
  vertical-align: middle;
  font-weight: bold;
}
.shoparea .shopinfo .tbl td{
  border-bottom: solid 1px #8F866E;
  box-sizing: border-box;
}
.shoparea .shopinfo .tbl .todofuken {
  width: 250px;
  line-height: 1.9em;
  text-align: center;
}
.shoparea .shopinfo .tbl .shopname {
  width: 732px;
  text-align: left;
  line-height: 1.9em;
  padding-right: 18px;
}
.shoparea .shopinfo .tbl td a{
  text-decoration: none;
  font-weight: 500;
}
.shoparea .shopinfo .tbl td a:hover{
  background-color: rgba(143, 134, 110, 0.5);
  display: inline;
}
.area-content {
  display: none;
}
.area-content h3{
  font-size: 2.2rem;
  font-weight: bold;
  padding-bottom: 14px;
  text-align: center;
  color: #8F866E;
}
#area1 {
  display: block;
}


section.banner{
  width: 608px;
  margin: 0 auto;
  padding: 188px 0 134px 0;
}
section.banner .bnr1{
  width: 100%;
}
section.banner .bnr1 img{
  width: 100%;
}
section.banner .bnr1 a{
  display: block;
  transition: 0.3s;
}
section.banner .bnr1 a:hover{
  opacity: 0.7;
  -moz-opacity: 0.7;
  filter: alpha(opacity=70);
}
section.banner .bnr1txt{
  font-size: 16px;
  color: #8F866E;
  text-align: center;
  padding: 28px 0 0 0;
}

@media screen and (max-width: 1090px) {
  .shoparea .shopinfo nav ul li:first-child a{
    font-size: 1.6em;
  }
}

@media screen and (max-width: 900px) {
/*
  .l-free-main{
    max-width: 430px;
    margin: 0 auto;
  }
*/

	.pc{
		display: none !important;
  }	
	.sp{
		display: block !important;
	}

  .nav-sp{
    display: block;
  }
  .Toggle-sp-wrap{
    width: 64px;
		position: fixed;
		top: 12%;
		right: 2%;
		z-index: 103;
    display: block;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    z-index: 101;
  }
	.Toggle-sp-wrap .menutxt{
		font-family: "Jost", sans-serif;
		font-size: 1.3rem;
		top:0;
		opacity: 1;
		transition: 0.3s;
    color: #8F866E;
    display: inline;
    margin-right: 5px;
	}
	.Toggle-sp{
    position: relative;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);			
		width: 20px;
		height: 20px;
		-webkit-transition: background 0.3s;
		transition: background 0.3s;
    display: inline;
    z-index: 102;
	}
	.Toggle-sp span{
		display: block;
		position: absolute;
		left: 0;
		width: 20px;
		height: 2px;
		cursor: pointer;
		background: #8F866E;
		-webkit-transition-duration: 0.3s, 0.3s;
		transition-duration: 0.3s, 0.3s;
		-webkit-transition-delay: 0.3s, 0;
		transition-delay: 0.3s, 0;
	}
	.Toggle-sp span:nth-child(1){
		top: 25%;
	}
	.Toggle-sp span:nth-child(2){
		top: 71%;		
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
	}
	.Toggle-sp.active span{
		background: #8F866E;
	}
	.Toggle-sp.active span:nth-child(1){
		top: 45%;
		width: 20px;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);			
		-webkit-transform: rotate(-35deg);
		-moz-transform: rotate(-35deg);
		transform: rotate(-35deg);
	}	
	.Toggle-sp.active span:nth-child(2){
		top: 45%;
		width: 20px;	
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);	
		-webkit-transform: rotate(35deg);
		-moz-transform: rotate(35deg);
		transform: rotate(35deg);
	}
	.gnav{
		position: fixed;
		width: 36.1%;
		height: 100vh;
		right: 0;
		top: 0;
		opacity: 0;
		visibility: hidden;
		transition: opacity 0.3s ease, visibility 0.3s ease;
    z-index: 100;
    background-color: #E8E2D8;
		font-family: "Jost", sans-serif;
	}
	.gnav_inner{
		padding-right: 0;
		display: block;
		position: absolute;
		width: 100%;
		top: 38%;
		left: 50%;
		transform: translateY(-50%) translateX(-50%);
		-webkit-transform: translateY(-50%) translateX(-50%);	
		text-align: left;
	}
	.gnav_inner ul{
		width: 91%;
		display: block;
	}
	.gnav_inner li{
		line-height: 1;
		padding: 0;
		text-align: right;
	}
	.gnav_inner li a{
		display: block;
		padding: 0 0 28px 0;
    text-align: right;
    color: #8F866E;
		font-size: 2.0rem;
		font-weight: 500;
	}

	.fade-in-menu {
		opacity: 1;
		visibility: visible;
	}


  .l-free-main h2{
    font-size: 40px;
  }

  ul.menu1{
    width: 100px;
    z-index: 99;
    position: fixed;
    top: 70px;
    right: 30px;
    opacity: 0;
    transition: opacity 0.6s ease;
    display: none;
  }
  ul.menu1.show {
    opacity: 1;
  }
  ul.menu1 li{
    text-align: right;
    font-family: "Jost", sans-serif;
    padding: 6px 0;
  }
  ul.menu1 li a{
    font-size: 20px;
    color: #8F866E;
    font-weight: 500;
    display: inline-block;
    padding: 4px 0;
  }


  ul.spmenu1{
    width: 82%;
    margin: 0 auto;
    padding: 15px 0 0 0;
  }
  ul.spmenu1 li{
    display: inline-block ;
    height: 20px;
    margin-right: 4%;
    font-family: "Jost", sans-serif;
  }
  ul.spmenu1 li:last-child{
    margin: 0;
  }
  ul.spmenu1 li a{
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 20px;
    color: #8F866E;
  }
  ul.spmenu1 li a:hover{
    background-color: rgba(143, 134, 110, 0.5);
    color: #ffffff;
  }


  section.concept{
    padding: 96px 0 90px 0;
  }
  section.concept h2{
    font-size: 24px;
    padding: 0 0 54px 0;
    line-height: 1.6em;
  }
  section.concept p{
    font-size: 16px;
    line-height: 2.2em;
    padding-bottom: 50px;
  }
  section.concept .btn1{
    width: 174px;
    height: 16px;
  }
  section.concept .btn1 a{
    font-size: 13px;
    line-height: 16px;
  }
  .arrow {
    width: 15px;
    top: 0px;
  }
  

  section.about{
    padding: 180px 0;
  }
  section.about .txt1{
    padding: 48px 0 30px 0;
    font-size: 16px;
  }
  section.about ul{
    width: 83%;
    padding: 0 0 28px 0;
  }
  section.about ul li{
    font-size: 13px;
    padding: 0 0 10px 20px;
    background: url('../img/icon_chk1.webp') left top no-repeat;
    background-size: 14px;
  }
  section.about .txt2{
    font-size: 15px;
    line-height: 1.8em;
  }
  

  section.features{
    background: url('../img/sp/features_bg_sp.webp') top center no-repeat;
    background-size: cover;
    width: 95%;
    margin: 140px auto 200px auto;
    padding: 76px 0 20px 0;
  }
  section.features ul.fslider{
    width: 100%;
    margin: 46px auto 0 auto;
    overflow: hidden;
  }
  section.features ul.fslider li .no{
    padding: 0 0 30px 0;
  }
  section.features ul.fslider li .ftxt1{
    font-size: 14px;
    line-height: 1.7em;
    padding: 0 0 8px 0;
  }
  section.features ul.fslider .slick-dots {
    position: relative;
    clear: both;
    z-index: 99;
    width: 74%;
    margin: 0 auto;
  }
  section.features ul.fslider .slick-dots li{
    display: inline;
    width: 33.3%;
    margin: 0;
  }
  section.features ul.fslider .slick-dots button {
    margin: 0;
    padding: 0;
    height: 3px;
    width: 100%;
    border-radius: 0;
    cursor: pointer;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    border: 0;
    text-indent: 9999;
    color: transparent;
    background-color: #D9D9D9;
  }
  section.features ul.fslider .slick-dots .slick-active button {
    border: none;
    background-color: #8F866E;
  }


  section.lineup h2{
    padding: 0 0 30px 0;
  }
  section.lineup ul.lumenu{
    width: 88%;
    margin: 0 auto;
    padding: 0;
  }
  section.lineup ul.lumenu li{
    width: 45%;
    height: auto;
    margin: 0 0 30px 0;
    position: relative;
  }
  section.lineup ul.lumenu li:nth-child(2n) {
    float: right;
  }
  section.lineup ul.lumenu li a{
    width: 100%;
    height: auto;
  }
  section.lineup ul.lumenu li .luimg{
    width: 114%;
    left: -7%;
    position: relative;
    padding: 28px 0 0 0;
  }
  section.lineup ul.lumenu li .lutxt1{
    font-size: 13px;
    padding: 16px 0 0 0;
  }
  section.lineup ul.lumenu li:nth-child(3) .lutxt1{
    font-size: 12px;
  }
  .arrow2 {
    height: 30px;
    bottom: -14px;
  }


  /* larea1 */
  section.lineup .larea1{
    margin: 180px 0 130px 0;
    position: relative;
  }
  section.lineup .larea1 img{
    width: 100%;
    left: 0;
  }
  section.lineup .larea1 .larea1ttl{
    width: 83.3%;
    height: 138px;
    top: 83%;
  }
  section.lineup .larea1 .larea1ttl h3{
    padding: 12px 0 0 15px;
    font-size: 19px;
    line-height: 1.3em;
  }
  section.lineup .larea1 .larea1txt{
    font-size: 13px;
    line-height: 1.5em;
    padding: 8px 0 0 15px;
  }

  section.lineup #larea3{
    margin: 120px 0 130px 0;
  }
  section.lineup #larea3 .larea1ttl{
    width: 83.3%;
    height: 138px;
    top: 83%;
  }
  section.lineup #larea3 .larea1ttl h3{
    padding: 15px 0 0 15px;
  }
  section.lineup #larea3 .larea1txt{
    padding: 10px 0 0 15px;
  }

  /*larea1sub*/
  section.lineup .larea1sub{
    margin: 0 auto 120px auto;
  }
  section.lineup .larea1sub .larea1subl{
    float: none;
    width: 67%;
    margin: 0 auto;
  }
  section.lineup .larea1sub .larea1subl .larea1subatt{
    font-size: 11px;
    color: #ffffff;
    position: absolute;
    right: 6px;
    bottom: 5px;
    z-index: 2;
  }
  section.lineup .larea1sub .larea1subr{
    float: none;
    width: 100%;
  }
  section.lineup .larea1sub .larea1subr .itemslider{
    width: 100%;
    padding-top: 30px;
  }


  /* larea2 */
  section.lineup .larea2{
    margin: 0 0 130px 0;
    position: relative;
  }
  section.lineup .larea2 img{
    width: 100%;
    left: 0;
  }
  section.lineup .larea2 .larea2ttl{
    width: 83.3%;
    height: 138px;
    top: 83%;
  }
  section.lineup .larea2 .larea2ttl h3{
    padding: 15px 0 0 15px;
    font-size: 19px;
    line-height: 1.3em;
  }
  section.lineup .larea2 .larea2txt{
    font-size: 13px;
    line-height: 1.5em;
    padding: 10px 0 0 15px;
  }

  /*larea2sub*/
  section.lineup .larea2sub{
    margin: 0 auto 120px auto;
  }
  section.lineup .larea2sub .larea2subl{
    float: none;
    width: 67%;
    margin: 0 auto;
  }
  section.lineup .larea2sub .larea2subl .larea2subatt{
    font-size: 11px;
    color: #3C3C3C;
    position: absolute;
    left: 6px;
    bottom: 5px;
    z-index: 2;
  }
  section.lineup .larea2sub .larea2subr{
    float: none;
    width: 100%;
  }
  section.lineup .larea2sub .larea2subr .itemslider{
    width: 100%;
    padding-top: 30px;
  }

  section.lineup #larea4sub .larea2subl .larea2subatt{
    right: 6px;
    text-align: right;
  }


  section.lineup .lcolor1{
    padding: 18px 0 0 0;
    font-size: 10px;
  }
  section.lineup .more1{
    width: 108px;
    height: 16px;
    margin: 18px auto 0 auto;
  }
  section.lineup .more1 a{
    font-size: 13px;
    line-height: 16px;
  }
  section.lineup .more1 a .arrow{
    top: 0px;
  }


  section.shop{
    padding: 70px 0 60px 0;
  }
  section.shop h2{
    padding: 0 0 20px 0;
  }
  .shoparea .shopinfo {
    width: 100%;
  }
  .shoparea .shopinfo nav {
    width: 92.3%;
    margin: 0 auto;
    padding-bottom: 22px;
  }
  .shoparea .shopinfo nav ul {
    text-align: center;
  }
  .shoparea .shopinfo nav ul li{
    width: 23.8%;
    height: 20px;
    margin: 0 1.6% 10px 0;
    border: none;
  }
  .shoparea .shopinfo nav ul li:nth-child(4),
  .shoparea .shopinfo nav ul li:last-child{
    width: 23.8%;
    margin: 0 0 10px 0;
  }
  .shoparea .shopinfo nav ul li:nth-child(5){
    margin: 0 1.6% 10px 14%;
  }
  .shoparea .shopinfo nav ul li a,
  .shoparea .shopinfo nav ul li:first-child a{
    line-height: 20px;
    font-size: 1.2rem;
  }
  .shoparea .shopinfo .tbl th,
  .shoparea .shopinfo .tbl td {
    padding: 10px 0;
    font-size: 1.4rem;
  }
  .shoparea .shopinfo .tbl td.todofuken {
    width: 17%;
    line-height: 2.0em;
    font-weight: 500;
    font-size: 1.4rem;
    vertical-align: top;
  }
  .shoparea .shopinfo .tbl .shopname {
    width: 80%;
    text-align: left;
    line-height: 2.0em;
    padding-left: 3%;
  }
  .area-content h3{
    font-size: 1.8rem;
    padding-bottom: 8px;
  }


  section.banner{
    width: 100%;
    padding: 80px 0;
  }
  section.banner .bnr1txt{
    font-size: 14px;
    padding: 10px 0 0 0;
    line-height: 1.6em;
  }
  img {
    width: revert-layer;
  }

}


@media screen and (min-width: 750px) and (max-width: 899px) {

  section.about ul{
    width: 320px;
    margin: 0 auto;
  }
  section.features {
      width: 50%;
  }

  section.lineup ul.lumenu{
    width: 44%;
    margin: 0 auto;
    padding: 0;
  }

}

@media screen and (max-width: 350px) {
  section.lineup ul.lumenu li:nth-child(3) .lutxt1 {
      font-size: 11px;
  }
}

@media screen and (max-width: 900px) {
  section.features{margin: 140px auto 20px auto;}
  section.lineup{padding: 180px 0 0;}
  section.shop {padding: 180px 0 60px 0;}
}

@media screen and (min-width: 901px) {
  html{scroll-padding-top: 95px;}
  section.lineup{padding: 120px 0 0;}
  section.features{
    margin: 190px auto 100px auto;
    padding: 100px 0 20px 0;
  }
  section.shop{padding: 120px 0 160px 0;}
}