body {
  font-weight: 500;
  color: #1a1a1a;
  background: #dfdad2;
  font-size: 15px;
  line-height: 42px;
}
h1{
	width: 20px;
	height: 500px;
	position: absolute;
	left: 26px;
	top: 10px;
}
header{
	background: none;
}
#header-key{
	width: 100%;
}
header .belt{
	margin: 0 auto 30px;
}
header #key{
	width: 100%;
	margin-top: 30px;
}
header #key .deco{
	margin-left: -118px;
	margin-bottom: -38px;
	position: relative;
	z-index: 5;
}
header #key:before{
	display: none;
}
header #key:after{
	display: none;
}
a:hover {
  text-decoration: none;
}
header #key .scroll1{
    display: none;
    animation: late-open 1s ease-in 2s forwards;
}
@keyframes late-open {
  to {
    display: block;
  }
}
header #key .scroll1 li{
	margin-right: 83px;
}
.para {
  height: 600px;
  position: relative;
}
.img-parallax {
  clip: rect(0, auto, auto, 0);
  margin-bottom: 0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.img-parallax img {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  padding: 0;
  margin: 0;
  object-fit: cover;
  z-index: 0;
  transform: translateZ(0);
}

/*=============================================
 * rss
 *=============================================*/
#rss {
  position: relative;
  padding: 43px 0 151px;
}
#rss h2 {
  margin-bottom: 30px;
  line-height: 39px;
}
#rss h2::before {
  content: "";
  position: absolute;
  background: url("../img/index/rss_deco.png") no-repeat;
  left: 0;
  right: 0;
  text-align: center;
  top: -63px;
  width: 554px;
  height: 94px;
  margin: 0 auto;
  z-index: -1;
}
#rss #feed {
  margin-bottom: 14px;
  min-height: 120px;
}
#rss #feed dl {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-bottom: 20px;
  width: 500px;
  margin: 0 auto 0px;
}
#rss #feed dl dt {
  width: 135px;
}
#rss #feed dl dd {
  width: calc(100% - 150px);
}
#rss #feed dl dd:hover{
	text-decoration: underline;
}
#rss .more {
  text-align: center;
  margin-bottom: 44px;
}
#rss .more a {
  text-align: center;
  border-bottom: 1px solid;
  text-align: center;
  font-weight: 500;
  position: relative;
  padding: 5px 57px 5px 24px;
  font-size: 16px;
}
#rss .more a::after {
  content: "";
  position: absolute;
  background: url("../img/shared/icon_arrow.png") no-repeat;
  width: 18px;
  height: 13px;
  display: inline-block;
  vertical-align: middle;
  top: 8px;
  right: 24px;
  filter: invert(1);
  background-size: 100%;
}
#rss .more a:hover {
  text-decoration: none;
  border-bottom: 0;
}
#rss .sns {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  text-align: center;
  border-top: 1px solid #ACA097;
  justify-content: center;
  width: 467px;
  margin: 20px auto 20px;
  padding-top: 30px;
  justify-content: space-between;
  padding: 25px 75px;
  box-sizing: border-box;
}
#rss .sns dt {
  font-size: 19px;
  font-weight: bold;
  position: relative;
  width: 124px;
  text-align: left;
  margin-right: 20px;
  margin-left: 20px;
}
#rss .sns dt::after {
  content: "";
  width: 60px;
  height: 1px;
  background: #000;
  position: absolute;
  top: 18px;
  left: 70px;
}
#rss .sns dd{
  margin-right: 5px;
  margin-top: -6px;
}
#rss .sns dd a{
  margin: 0 14px;
}

/*=============================================
 * sec1
 *=============================================*/
#sec1 {
  position: relative;
}
#sec1 .para .ttl-shared {
  position: absolute;
  top: 225px;
  text-align: center;
  left: 0;
  right: 0;
  color: #fff;
  z-index: 5;
}
#sec1 .para .ttl-shared small {
  color: #fff;
}

/*=============================================
 * sec2
 *=============================================*/
#sec2 {
  position: relative;
  padding: 308px 0 40px;
}
#sec2 .txt {
  width: 470px;
  margin-bottom: 222px;
}
#sec2 .photo {
  position: absolute;
  top: -116px;
  right: -125px;
}
#sec2 .photo2 {
  position: absolute;
  top: 413px;
  right: 45px;
}
#sec2 .photo2::after {
  content: "";
  position: absolute;
  background: url("../img/index/sec2_deco1.png") no-repeat;
  left: 255px;
  text-align: center;
  top: 184px;
  width: 390px;
  height: 181px;
  z-index: -1;
}
#sec2 .photo3 {
  width: 574px;
  margin-left: -250px;
  margin-bottom: -64px;
}
#sec2 .photo3 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#sec2 .txt2 {
  margin-left: auto;
  width: 494px;
  margin-bottom: 165px;
}
#sec2 .photo4 {
  margin-left: 113px;
  position: relative;
  margin-bottom: 314px;
}
#sec2 .photo4::after {
  content: "";
  position: absolute;
  background: url("../img/index/sec2_deco2.png") no-repeat;
  left: -330px;
  text-align: center;
  top: -220px;
  width: 691px;
  height: 307px;
  z-index: -1;
}
#sec2 .photo5 {
  position: absolute;
  bottom: -95px;
  right: -196px;
}
#sec2 .para {
  margin-top: 50px;
}

/*=============================================
 * sec3
 *=============================================*/
#sec3 {
  position: relative;
  padding: 54px 0 177px;
}
#sec3 .wrap {
  width: 1240px;
  padding: 0 20px;
}
#sec3 h2 {
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 71px;
}
#sec3 h2 span {
  display: block;
  text-align: center;
  margin-bottom: 19px;
}
#sec3 .txt {
  text-align: center;
  margin-bottom: 82px;
}
#sec3 .list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  margin: 0 20px 64px;
}
#sec3 .list .item {
  margin-right: 90px;
  width: 340px;
  margin-bottom: 64px;
}
#sec3 .list .item .number {
  font-size: 19px;
  color: #977b69;
  margin-bottom: -2px;
  margin-left: 6px;
}
#sec3 .list .item .photo {
  margin-bottom: 20px;
  border-top-right-radius: 50px;
  overflow: hidden;
}
#sec3 .list .item .ttl {
  text-align: center;
  font-size: 19px;
  text-align: center;
  min-height: 40px;
  line-height: 33px;
}
#sec3 .list .item:nth-child(3n + 3) {
  margin-right: 0;
}
#sec3 .btn-cus {
  text-align: center;
}
#sec3 .btn-cus a {
  margin: 0 auto;
}

/*=============================================
 * sec4
 *=============================================*/
#sec4 .bnr1 {
  background: url("../img/index/sec4_bg.jpg") no-repeat center;
  background-size: cover;
}
#sec4 .bnr1 a {
  padding: 182px 0 183px;
  display: block;
}
#sec4 .bnr1 .ttl-shared {
  text-align: left;
  margin-bottom: 20px;
  max-width: 1000px;
  margin: 0 auto 35px;
}
#sec4 .bnr1 .btn-cus {
  max-width: 1000px;
  margin: 0 auto 20px;
}
#sec4 .bnr1 .btn-cus span {
  width: 300px;
}
#sec4 .bnr1:hover {
  opacity: 0.8;
}
#sec4 .g-bnr {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  padding-bottom: 108px;
}
#sec4 .g-bnr .bnr2, #sec4 .g-bnr .bnr3 {
  width: 50%;
}
#sec4 .g-bnr .bnr2 a, #sec4 .g-bnr .bnr3 a {
  padding: 118px 0 120px;
  display: block;
}
#sec4 .g-bnr .bnr2 .ttl-shared, #sec4 .g-bnr .bnr3 .ttl-shared {
  text-align: center;
  margin-bottom: 38px;
}
#sec4 .g-bnr .bnr2 .btn-cus span, #sec4 .g-bnr .bnr3 .btn-cus span {
  width: 300px;
  margin: 0 auto;
}
#sec4 .g-bnr .bnr2 a {
  background: #d4cbc2;
}
#sec4 .g-bnr .bnr3 a {
  background: #d4c8b5;
}
#sec4 .g-bnr .bnr2:hover, #sec4 .g-bnr .bnr3:hover {
  opacity: 0.8;
}