.ttl {
  font-size: 48px;
  letter-spacing: 0.08em;
  line-height: 1.33;
}

.ttl small {
  font-size: 36px;
  letter-spacing: 0.08em;
  line-height: 1.77;
}

.ttl span {
  font-size: 42px;
  line-height: 1.52;
  letter-spacing: 0.08em;
}

.bgsec-parallax {
  position: relative;
  overflow: hidden;
}

.img-parallax {
  clip: rect(0, auto, auto, 0);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.img-parallax img {
  width: 100%;
  height: 100vh;
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 0;
  margin: 0;
  object-fit: cover;
  z-index: -1;
  transform: translateZ(0);
}

#key .slide {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

#key .slide1 {
  background-image: url(../img/index/kv1.jpg);
}

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

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

#key .slide4 {
  background-image: url(../img/index/kv4.jpg);
}

#rss {
  text-align: center;
}

#rss .wrap {
  padding: 35px 0px 86px;
}

#rss .wrap:before {
  content: "";
  position: absolute;
  top: 0px;
  left: -389px;
  background-image: url(../img/index/rss_deco1.png);
  width: 461px;
  height: 255px;
  background-position: center top;
  background-repeat: no-repeat;
  z-index: -1;
}

#rss .wrap:after {
  content: "";
  position: absolute;
  bottom: 0px;
  right: -398px;
  background-image: url(../img/index/rss_deco2.png);
  width: 460px;
  height: 449px;
  background-position: center top;
  background-repeat: no-repeat;
  z-index: -1;
}

#rss h2 {
  font-size: 42px;
  line-height: 1.52;
}

#rss .rss-img {
  width: fit-content;
  margin: 17px auto 0px;
}

#rss .rss-img span:hover {
  opacity: 0.8;
}

#rss .date {
  margin-top: 18px;
}

#rss .date{
  display: block;
}

#rss .btn {
  width: 320px;
  margin: 30px auto 0px;
}

#sec1 {
  color: #fff;
  background-image: url(../img/shared/bg_7.jpg);
  background-position: center top;
  background-repeat: repeat;
}

#sec1 .wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 82px 0px 73px;
  z-index: 0;
}

#sec1 .wrap:before {
  content: "";
  position: absolute;
  top: 14px;
  left: 189px;
  background-image: url(../img/index/sec1_deco1.png);
  width: 430px;
  height: 433px;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: -1;
}

#sec1 .col-left {
  width: 466px;
  margin: 0px 0px 0px -115px;
  position: relative;
}

#sec1 .col-left:before {
  content: "";
  position: absolute;
  left: 121px;
  bottom: -41px;
  background-image: url(../img/index/sec1_deco2.png);
  width: 125px;
  height: 232px;
  background-position: center center;
  background-repeat: no-repeat;
}

#sec1 h2 {
  border-bottom: 1px solid #c3a574;
  padding-bottom: 38px;
}

#sec1 .txt {
  margin: 32px 0px 0px 7px;
  font-feature-settings: "palt"; 
}

#sec1 .txt li + li {
  margin-top: 16px;
}

#sec1 .btn {
  margin: 35px 0px 0px 8px;
  width: 320px;
}

#sec1 .col-right {
  width: 770px;
  margin: 0px -201px 0px 0px;
}

#sec1 .sec1-img1 {
  margin: 0px 0px 0px 70px;
}

#sec1 .sec1-img2 {
  margin-top: 28px;
}

@media only screen and (min-width: 768px) and (max-width: 1250px) {
  #sec1 .col-left {
    margin-left: 10px;
  }
  #sec1 .col-right {
    margin-right: -316px;
  }
}
#sec2 {
  background: #000;
  color: #fff;
}

#sec2 .wrap {
  padding: 85px 0px 84px;
  z-index: 0;
}

#sec2 .wrap:before {
  content: "";
  position: absolute;
  top: 0px;
  right: -251px;
  background-image: url(../img/index/sec2_deco1.png);
  width: 875px;
  height: 595px;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: -1;
}

#sec2 .wrap:after {
  content: "";
  position: absolute;
  left: -357px;
  bottom: 268px;
  background-image: url(../img/index/sec2_deco2.png);
  width: 631px;
  height: 402px;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: -1;
}

#sec2 .inner {
  display: flex;
  justify-content: space-between;
}

#sec2 .sec2-img1 {
  margin-left: -150px;
}

#sec2 .sec2-img2 {
  margin: 23px 0px 0px 71px;
}

#sec2 .col-right {
  width: 543px;
  margin: 27px -47px 0px 0px;
}

#sec2 .txt {
  margin-top: 32px;
}

#sec2 .sec2-btn {
  margin-top: 48px;
  width: 320px;
}

#sec2 .sec2-btn li + li {
  margin-top: 21px;
}

#sec2 .sec2-bnr {
  width: 1000px;
  margin: 51px auto 0px;
}

#sec2 .sec2-bnr a {
  display: block;
  position: relative;
  border: 5px solid #ab2413;
  background-image: url(../img/index/sec2_bnr.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  color: #000;
  box-sizing: border-box;
  transition: all 0.3s;
  padding: 45px 0px 37px;
}

#sec2 .sec2-bnr a:hover {
  text-decoration: none;
  opacity: 0.8;
}

#sec2 .sec2-bnr .ttls {
  font-size: 18px;
  font-weight: 600;
  line-height: 2.11;
  letter-spacing: 0;
  margin-top: 15px;
}

#sec2 .sec2-bnr .col-txt {
  width: 377px;
  margin: 0px 30px 0px auto;
}

#sec2 .sec2-bnr .btn {
  width: 320px;
  margin: 20px 0px 0px 5px;
}

#sec3 {
  border-bottom-width: 15px;
}

#sec3 .bgsec-parallax {
  height: 500px;
}

#sec3 .wrap {
  display: flex;
  justify-content: space-between;
  padding-bottom: 104px;
}

#sec3 .col-right {
  width: 497px;
  margin: -72px 0px 0px 0px;
}

#sec3 .sec3-img {
  margin: -53px 0px 0px -150px;
}

#sec3 h2 small {
  color: #fff;
}

#sec3 .txt {
  margin-top: 34px;
}

#sec3 .btn {
  margin-top: 33px;
  width: 320px;
}

#sec4 {
  background-image: url(../img/shared/bg_4.jpg);
  background-position: center top;
  background-repeat: repeat;
  border-image: url("../img/index/line_red.jpg") round 10;
  text-align: center;
}

#sec4 .wrap {
  padding: 66px 0px 108px;
}

#sec4 .sec4-img {
  margin: 0px -100px;
  position: relative;
}

#sec4 .sec4-img:before {
  content: "";
  position: absolute;
  right: -92px;
  bottom: -283px;
  background-image: url(../img/index/sec4_deco.png);
  width: 355px;
  height: 355px;
  background-position: center center;
  background-repeat: no-repeat;
}

#sec4 h2 {
  width: fit-content;
  margin: 27px auto 0px;
  border-bottom: 1px solid #917c59;
  padding-bottom: 16px;
}

#sec4 .txt {
  margin-top: 29px;
}

#sec4 .btn {
  width: 320px;
  margin: 27px auto 0px;
}

#sec5 {
  background-image: url(../img/shared/bg_13.jpg);
  background-image: url(../img/index/sec5_bg.jpg);
  background-position: center top;
  background-repeat: repeat;
}

#sec5 .wrap {
  padding: 91px 0px 110px;
}

#sec5 .wrap:before {
  content: "";
  position: absolute;
  top: 76px;
  left: -422px;
  background-image: url(../img/index/sec5_deco.png);
  width: 460px;
  height: 460px;
  background-position: center center;
  background-repeat: no-repeat;
}

#sec5 .col-txt {
  width: 518px;
}

#sec5 h2 {
  position: relative;
  width: 675px;
  padding-bottom: 16px;
}

#sec5 h2:before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  border-bottom: 1px solid #917c59;
  width: 518px;
}

#sec5 .txt {
  margin-top: 25px;
  position: relative;
  z-index: 10000;
}

#sec5 .txt li + li {
  margin-top: 34px;
}

#sec5 .btn {
  width: 320px;
  margin-top: 51px;
}

#sec5 .sec5-img {
  position: absolute;
  top: 181px;
  right: -200px;
}

#bnr {
  width: 700px;
  margin: 60px auto 76px;
}

#bnr a {
  color: #fff;
  box-sizing: border-box;
  border: 4px solid #20264b;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 33px;
  letter-spacing: 0.08em;
  line-height: 1.42;
  transition: all 0.3s;
  background-image: url(../img/index/bnr_img.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 280px;
  text-align: center;
}

#bnr a:hover {
  text-decoration: none;
  opacity: 0.8;
}