<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#key .slide1 {
  background-image: url("../img/index/key_slide1.jpg");
}

#key .slide2 {
  background-image: url("../img/index/key_slide2.jpg");
}

#key .slide3 {
  background-image: url("../img/index/key_slide3.jpg");
}

#key .slick-dots {
  position: absolute;
  top: 140px;
  right: -55px;
}

#key .slick-dots li {
  margin: 10px 0;
  padding: 5px;
}

#sec1 {
  padding-bottom: 58px;
  color: #fff;
  position: relative;
  background: url("../img/shared/bg1.jpg");
}

#sec1:before {
  content: "";
  z-index: 1;
  position: absolute;
  top: -272px;
  right: 0;
  bottom: 478px;
  left: 0;
  background: url("../img/index/sec1_bg1.png") no-repeat bottom center/cover;
}

#sec1 h2 {
  position: relative;
  z-index: 1;
  margin-bottom: -40px;
}

#sec1 .wrap {
  z-index: 3;
}

#sec1 .txt {
  height: 410px;
  margin-top: 90px;
  margin-left: 43px;
  line-height: 2.55;
  letter-spacing: 0.14em;
}

#sec1 .img {
  margin-left: -100px;
}

#sec1 .bg {
  background: url("../img/index/sec1_deco2.png") no-repeat center bottom 36px, url("../img/index/sec1_bg2.jpg") no-repeat center bottom/cover;
  position: absolute;
  top: 280px;
  right: 0;
  bottom: 22px;
  left: 0;
}
#sec1 .btn-link{
  margin: 0 auto 50px;
  /* padding-bottom: 30px; */
  background-color: #000000bf;
}
#sec2 {
  color: #fff;
  background: url("../img/index/sec2_img.png") no-repeat center top, url("../img/index/sec2_bg.jpg") no-repeat center/cover;
  position: relative;
}

#sec2:before {
  content: "";
  height: 20px;
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  background: url("../img/shared/bg3.jpg");
}

#sec2 .txt {
  width: 385px;
  line-height: 2.2;
	text-shadow: 1px 2px 3px #808080; 
}

#sec2 .btn-link {
  margin-top: 40px;
}

#sec2 .btn-link a {
  padding-right: 20px;
}

#sec2 .txtArea {
  padding: 10px 0 83px 50px;
  padding-bottom: 83px;
  background: url("../img/index/sec2_deco.jpg") repeat-y left;
}

#sec3 {
  position: relative;
  overflow: hidden;
}

#sec3:before {
  content: "";
  transform-origin: bottom;
  position: absolute;
  top: 0;
  right: 630px;
  bottom: 16px;
  left: 0;
  pointer-events: none;
  z-index: 1;
  background: url("../img/shared/bg3.jpg");
}

#sec3:after {
  content: "";
  transform: skewY(35deg);
  transform-origin: right;
  width: 30px;
  position: absolute;
  top: 0;
  right: 630px;
  bottom: 16px;
  pointer-events: none;
  z-index: 1;
  background: #000;
}

#sec3 .imgArea {
  position: absolute;
  top: 0;
  right: 413px;
  bottom: 35px;
  left: 0;
  transform: skewX(17.2deg);
  transform-origin: bottom;
  overflow: hidden;
  z-index: 2;
}

#sec3 .imgArea .img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: skewX(-17.2deg);
  z-index: 1;
  transform-origin: bottom;
  background: url("../img/index/sec3_img.jpg") no-repeat center/cover;
}

#sec3 .txtArea {
  color: #fff;
  width: 670px;
  margin-left: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 50px 53px 0;
  text-align: right;
  background: url("../img/index/sec3_deco.png") no-repeat top right #000;
}

#sec3 .txtArea .inner {
  width: 430px;
  margin-left: auto;
}

#sec3 .txtArea .txt {
  margin-top: 40px;
  margin-right: 40px;
  margin-bottom: 50px;
  height: 265px;
  letter-spacing: 0.14em;
  line-height: 2.3;
}

#sec3 .txtArea .txt &gt; p {
  text-align: left;
  margin-left: auto;
}

#sec3 .txtArea .btn-link {
  width: 330px;
  margin-left: auto;
}

#sec4 {
  position: relative;
  overflow: hidden;
}

#sec4:before {
  content: "";
  transform-origin: bottom;
  position: absolute;
  top: 0;
  right: 630px;
  bottom: 16px;
  left: 0;
  pointer-events: none;
  z-index: 1;
  background: url("../img/shared/bg3.jpg");
}

#sec4:after {
  content: "";
  transform: skewY(35deg);
  transform-origin: right;
  width: 30px;
  position: absolute;
  top: 0;
  right: 630px;
  bottom: 16px;
  pointer-events: none;
  z-index: 1;
  background: #342a27;
}

#sec4 .imgArea {
  position: absolute;
  top: 0;
  right: 413px;
  bottom: 35px;
  left: 0;
  transform: skewX(17.2deg);
  transform-origin: bottom;
  overflow: hidden;
  z-index: 2;
}

#sec4 .imgArea .img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: skewX(-17.2deg);
  z-index: 1;
  transform-origin: bottom;
  background: url("../img/index/sec4_img.jpg") no-repeat center/cover;
}

#sec4 .txtArea {
  color: #fff;
  width: 670px;
  margin-left: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 50px 53px 0;
  text-align: right;
  background: url("../img/index/sec4_deco.png") no-repeat top right #342a27;
}

#sec4 .txtArea .inner {
  width: 435px;
  margin-left: auto;
}

#sec4 .txtArea .txt {
  margin-top: 40px;
  margin-right: 40px;
  margin-bottom: 35px;
  height: 280px;
  letter-spacing: 0.14em;
  line-height: 2.3;
}

#sec4 .txtArea .txt &gt; p {
  text-align: left;
  margin-left: auto;
}

#sec4 .txtArea .btn-link {
  width: 330px;
  margin-left: auto;
}

#sec5 {
  text-align: center;
  position: relative;
  z-index: 0;
  padding-top: 50px;
  background-image: url("../img/shared/bg.jpg");
  background-size: auto;
  background-repeat: repeat;
}

#sec5 .prr {
  position: relative;
  z-index: -1;
  padding-top: 42px;
  padding-bottom: 90px;
  height: 580px;
  background-image: url("../img/index/sec5_ttl.png");
  background-size: auto;
  background-position: center;
}

#sec5 .imgArea {
  position: relative;
  margin-top: 112px;
}

#sec5 .photo {
  height: 650px;
  margin: 0 50px;
  background: url("../img/index/sec5_bg.jpg") no-repeat center/cover;
}

#sec5 .border {
  z-index: 1;
  pointer-events: none;
  position: absolute;
  top: -112px;
  right: 106px;
  bottom: 50px;
  left: 0;
}

#sec5 .border span {
  background: url("../img/index/sec5_bd.jpg");
  position: absolute;
}

#sec5 .border span:nth-child(1) {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 63px;
}

#sec5 .border span:nth-child(2) {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 63px;
}

#sec5 .border span:nth-child(3) {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 63px;
}

#sec5 .text {
  font-size: 24px;
  letter-spacing: 0.15em;
  color: #fff;
  margin: auto;
  z-index: 1;
  width: 610px;
  margin: auto;
  text-align: center;
  position: absolute;
  top: 252px;
  right: 0;
  left: 0;
  height: 66px;
  line-height: 66px;
  background: url("../img/index/sec5_txt.png") no-repeat center;
}

#sec6 {
  text-align: center;
  padding-top: 80px;
  padding-bottom: 90px;
  position: relative;
}

#sec6:before {
  content: "";
  z-index: -1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: -6vw;
  left: 0;
  background: url("../img/index/sec6_bg.png") repeat-x center top/cover;
}

#sec6 h2 {
  font-size: 26px;
  margin-bottom: 70px;
}

#sec6 .btn-more {
  margin: 60px auto 0;
  width: 375px;
}

#sec6 .btn-more a {
  font-size: 22px;
  letter-spacing: 0.14em;
  text-align: left;
  border: 1px solid #000;
  display: block;
  padding: 8px 0 10px 45px;
  position: relative;
}

#sec6 .btn-more a:before {
  content: "&gt;&gt;";
  font-size: 20px;
  line-height: 1;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  right: 50px;
  letter-spacing: 0;
}

#sec6 .btn-more a:hover {
  text-decoration: none;
  opacity: 0.8;
}

#feed dl {
  background: #fff;
  width: 325px;
  min-height: 350px;
  position: relative;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  letter-spacing: 0.14em;
  padding: 14px 12px;
}

#feed dl + dl {
  margin-left: 12px;
}

#feed .img {
  margin-bottom: 25px;
}

#feed .img span {
  display: block;
  width: 300px;
  height: 200px;
  background: url("../img/index/no_img.jpg") no-repeat center/cover;
}

#feed .date {
  color: #613e12;
  margin-bottom: 20px;
}


#sec7 {
	 background:  url("../img/index/sec2_bg.jpg") no-repeat center/cover;
	 padding: 130px 0 100px;
}
#sec7 .d-flex{
	display: flex;
	
	
}
#sec7 .d-flex .box{
	width: 400px;
}
#sec7 .d-flex .box h2{
	margin: 20px 0 40px 0;
	position: relative;
}
#sec7 .d-flex .box h2:before{
	content: "";
	background:
	url("../img/index/sec07_ttl_deco.png") no-repeat;
	width: 456px;
	height: 289px;
	position: absolute;
	top: -80px;
	right: -100px;
}
#sec7 .d-flex .box .txt{
	margin: 0 0 40px 0;
	color: #fff;
	line-height: 2.2;
}
#sec7 .d-flex .img{
	margin: 0 0 0px 70px;
}
#sec7 .btn-link{
  margin: 0 auto 50px;
  /* padding-bottom: 30px; */
  background-color: #000000bf;
	color: #fff;
}







</pre></body></html>