#key .slide-fade li:nth-child(1) {
  background: url("../img/index/key_01.jpg") no-repeat center/cover;
}

#key .slide-fade li:nth-child(2) {
  background: url("../img/index/key_02.jpg") no-repeat center/cover;
}

#key .slide-fade li:nth-child(3) {
  background: url("../img/index/key_03.jpg") no-repeat center/cover;
}

.newsbnr a {
  width: 320px;
  position: absolute;
  left: 0px;
  top: 200px;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 1.00);
  color: #fff;
  text-align: center;
  padding: 10px 0;
  font-weight: bold;
  font-size: 18px;
  display: block;
}

.newsbnr a:hover {
  background-color: rgba(0, 0, 0, 0.8);
  text-decoration: none;
}

#sec1 {
  padding-bottom: 115px;
  background: url("../img/index/sec1_deco.png") no-repeat center top, url("../img/index/sec1_img1.png") no-repeat center bottom/100%;
}

#sec1 h2 {
  float: right;
  margin-right: -15px;
}

#sec1 .txt-vertical {
  float: right;
  width: 380px;
  height: 380px;
  margin: 190px 20px 0 0;
  letter-spacing: 2.4px;
}

#sec1 .sec1_btn {
  float: left;
  padding: 247px 0 0 184px;
}

#sec2 {
  position: relative;
  background: url("../img/index/sec2_bg.jpg") repeat-x center top;
}

#sec2 .wrap {
  z-index: 2;
}

#sec2 h2 {
  margin-left: -300px;
}

#sec2 .txt {
  width: 639px;
  margin-top: -100px;
}

#sec2 .sec2_btn {
  margin: 11px 0 0 -30px;
}

#sec2 .img1 {
  position: absolute;
  top: -178px;
  right: -490px;
}

#sec3 {
  position: relative;
  min-height: 393px;
  background-image: url("../img/index/sec3_img2.jpg");
}

#sec3:before {
  content: '';
  position: absolute;
  top: -180px;
  left: 0;
  width: 100%;
  height: 575px;
  background: url("../img/index/sec4_bg.png") no-repeat center top/cover;
}

#sec3 .wrap:before {
  content: '';
  position: absolute;
  top: -148px;
  right: 0;
  width: 380px;
  height: 360px;
  background: url("../img/index/sec3_img1.png") no-repeat center top/cover;
}

#sec4 .box {
  width: 50%;
  color: #fff;
  text-align: center;
  padding: 50px 0 58px;
  position: relative;
  cursor: pointer;
}

#sec4 .box:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
  opacity: 0;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

#sec4 .box:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border: 4px solid #af8e40;
  z-index: 1;
}

#sec4 .box * {
  position: relative;
  z-index: 2;
}

#sec4 .box .txt {
  padding: 50px 0 66px;
  opacity: 0;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

#sec4 .box:hover:before {
  opacity: 1;
}

#sec4 .box:hover .txt {
  opacity: 1;
}

#sec4 .fl {
  background: url("../img/index/sec4_img_01.jpg") no-repeat center/cover;
}

#sec4 .fl:after {
  border-right: 2px solid #af8e40;
}

#sec4 .fr {
  background: url("../img/index/sec4_img_02.jpg") no-repeat center/cover;
}

#sec4 .fr:after {
  border-left: 2px solid #af8e40;
}

@media screen and (max-width:1200px) {
  #sec4 .box h3 img {
    width: 100%;
    height: auto;
  }
}

#sec5 {
  padding: 103px 0 107px;
  background: url("../img/index/sec5_deco.png") no-repeat center top;
}

#sec5 .fr {
  margin-right: -15px;
  width: 515px;
}

#sec5 .txt {
  padding: 26px 0 29px 3px;
}

#sec5 .img1 {
  position: absolute;
  top: -79px;
  left: -230px;
}

#sec6 {
  position: relative;
  padding-bottom: 114px;
}

#sec6 .feed_ {
  background: url("../img/index/bg-1.jpg") repeat-x center top;
  box-shadow: 0px 0px 9px 1px rgba(0, 0, 0, 0.08);
  padding: 0 30px 40px 30px;
  margin-top: 70px;
}

/* #sec6:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 1000px;
  height: calc(100% - 73px);
  background: url("../img/index/bg-1.jpg") repeat-x center top;
} */

#sec6 .wrap:before {
  content: '';
  position: absolute;
  top: 160px;
  left: -301px;
  width: 301px;
  height: 280px;
  background: url("../img/index/sec6_deco.png") no-repeat center top;
}

#sec6 h3 {
  text-align: center;
  border-bottom: 2px solid #6c6e5e;
}

#sec6 #feed {
  line-height: 22px;
  border-bottom: 2px solid #6c6e5e;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  gap: 20px;
}

#sec6 #feed dl {
  padding: 10px 0 10px 5px;
  border-bottom: 1px dotted #98997d;
  width: calc(1000px / 4);
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
#sec6 #feed dl .photo span:hover{
  opacity: 0.8;
}
#sec6 #feed dl .date {
  font-size: 12px;
  padding-top: 4px;
}

.bnr_area {
  margin: -90px -21px 40px auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
}

.bnr_area .fl02 {
  float: left;
  margin-top: 61px;
}

.bnr_area .fr02 {
  float: left;
  margin-top: 61px;
}

.botan_event a {
  margin: 0px 0px 0px 20px;
  padding: 25px 0;
  display: block;
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
  text-align: center;
  text-decoration: none;
  font-size: 20px;
  background-image: linear-gradient(45deg, #3d8100 0%, #91cc35 100%);
  border-bottom: 6px solid #314413;
  -webkit-border-radius: 2px;
  border-radius: 0;
  box-sizing: border-box;
  font-weight: bold;
  width: 480px;
  line-height: 45px;
}

.botan_event span {
  font-size: 16px;
  line-height: 28px;
}

.campaign a {
  margin: 40px auto 20px;
  width: 500px;
  display: block;
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
  text-align: center;
  font-size: 24px;
  background-color: #af2719;
  border-radius: 0px;
  padding: 20px 0;
  text-decoration: none;
  box-sizing: border-box;
  line-height: 35px;
  box-shadow: 0px 0px 0px 6px #af2719;
  border: solid 1px #FFF;
  font-weight: bold;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}


/*# sourceMappingURL=index.css.map */