/*=============================================
 * key
 *=============================================*/
#key-box {
  background: url("../img/scene/key.jpg") no-repeat right 56% bottom 0;
  background-size: cover;
}
@media only screen and (min-width: 768px) {
  #key-box {
    background-position: center;
  }
}

/*=============================================
 * sec 1 
 *=============================================*/
#sec1 {
  position: relative;
  padding: 15vw 0 29vw;
}
#sec1:before {
  content: "";
  background: url("../img/scene/sec1_deco1.png") no-repeat;
  width: 110%;
  height: 100vw;
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#sec1:after {
  content: "";
  background: url("../img/scene/sec1_deco2.png") no-repeat center bottom;
  width: 50%;
  height: 100vw;
  background-size: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
}
#sec1 h2 {
  font-size: 6vw;
  width: 26%;
  height: 60vw;
  margin: 0 auto 10vw;
  letter-spacing: 0.3em;
}
#sec1 h2 small {
  margin: 0 -35%;
  width: 178%;
  display: inline-block;
}
#sec1 .txt {
  margin-bottom: 6vw;
}
#sec1 .catch {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  z-index: 5;
}
#sec1 .catch li {
  width: 49%;
  margin-bottom: -8vw;
}
#sec1 .catch li:nth-child(1) {
  margin-top: 10vw;
}
#sec1 .catch li:nth-child(3) {
  margin-top: 10vw;
}
@media only screen and (min-width: 768px) {
  #sec1 {
    padding: 84px 0 70px;
  }
  #sec1:before {
    width: 1049px;
    left: -177px;
    height: 1013px;
    top: -50px;
  }
  #sec1:after {
    width: 572px;
    height: 842px;
  }
  #sec1 h2 {
    font-size: 38px;
    width: 141px;
    height: 414px;
    margin: 0;
    margin-left: 232px;
    letter-spacing: 8px;
  }
  #sec1 h2 span {
    width: 100px;
    height: 370px;
    line-height: 74px;
  }
  #sec1 h2 small {
    margin: 0;
    width: 204px;
    margin-left: -70px;
    margin-bottom: 18px;
  }
  #sec1 .txt {
    margin-bottom: 30px;
    width: 540px;
  }
  #sec1 .catch {
    position: absolute;
    left: 517px;
    top: -20px;
    width: 580px;
  }
  #sec1 .catch li {
    margin-bottom: 0;
    width: 278px;
  }
  #sec1 .catch li:nth-child(1) {
    margin-top: 139px;
  }
  #sec1 .catch li:nth-child(3) {
    margin-top: 31px;
    margin-left: 80px;
  }
  #sec1 .catch li:nth-child(4) {
    margin-top: -400px;
    margin-left: 313px;
    margin-right: -20px;
  }
}

/*=============================================
 * sec 2 
 *=============================================*/
#sec2 {
  position: relative;
  padding: 15vw 0 40vw;
  background: url("../img/shared/bg2.jpg") repeat;
  color: #fff;
}
#sec2:before {
  content: "";
  background: url("../img/scene/sec2_deco1.png") no-repeat;
  width: 38%;
  height: 100vw;
  background-size: 100%;
  position: absolute;
  top: -13vw;
  left: 0;
  z-index: 5;
}
#sec2:after {
  content: "";
  background: url("../img/scene/sec2_deco2.png") no-repeat center bottom;
  width: 23%;
  height: 70vw;
  background-size: 100%;
  position: absolute;
  bottom: -24vw;
  left: 0;
  z-index: 6;
}
#sec2 h2 {
  font-size: 6vw;
  margin-bottom: 6vw;
  letter-spacing: 0.2em;
}
#sec2 h2 span {
  background: #fff;
  color: #107110;
}
#sec2 .btn-cus {
  position: absolute;
  top: 5vw;
  left: 500%;
}
#sec2 .js {
  margin-bottom: 5vw;
  position: relative;
}
#sec2 .js .slick-dots {
  bottom: 6vw;
}
#sec2 .js:before {
  content: "";
  border: 1px solid #d8d4cf;
  position: absolute;
  top: 10px;
  left: 10px;
  bottom: 20px;
  right: 10px;
  z-index: 5;
}
#sec2 .js .slick-slide li {
  height: 50vw;
}
#sec2 .js .slick-slide li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (min-width: 768px) {
  #sec2 {
    padding: 90px 0 160px;
  }
  #sec2 .wrap {
    width: 1140px;
    padding: 0 20px;
  }
  #sec2:before {
    width: 295px;
    height: 190px;
    top: -100px;
    left: calc(50% - 670px);
  }
  #sec2:after {
    width: 303px;
    height: 559px;
    bottom: -120px;
  }
  #sec2 h2 {
    font-size: 38px;
    margin-bottom: 20px;
    line-height: 74px;
    margin-left: 200px;
  }
  #sec2 h2 span {
    display: inline-block;
    line-height: 1.2;
    padding: 0 5px;
    letter-spacing: 0;
  }
  #sec2 .js {
    margin-bottom: 23px;
  }
  #sec2 .js .slick-dots {
    bottom: 38px;
  }
  #sec2 .js:before {
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 34px;
  }
  #sec2 .js .slick-slide li {
    height: 488px;
  }
  #sec2 .txt {
    text-align: center;
    line-height: 33px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1300px) {
  #sec2:after {
    max-width: 22%;
  }
}

/*=============================================
 * sec 3
 *=============================================*/
#sec3 {
  position: relative;
  padding: 35vw 0 15vw;
}
#sec3:before {
  content: "";
  background: url("../img/scene/sec3_deco1.png") no-repeat;
  width: 38%;
  height: 100vw;
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}
#sec3:after {
  content: "";
  background: url("../img/scene/sec3_deco3.png") no-repeat center bottom;
  width: 40%;
  height: 70vw;
  background-size: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
#sec3 h2 {
  font-size: 6vw;
  text-align: center;
  margin-bottom: 6vw;
  position: relative;
  letter-spacing: 0.2em;
}
#sec3 h2:before {
  content: "";
  background: url("../img/scene/sec3_deco2.png") no-repeat;
  width: 38%;
  height: 60vw;
  background-size: 100%;
  position: absolute;
  top: -23vw;
  right: -13%;
  z-index: 5;
}
#sec3 h2 span {
  position: absolute;
  width: 62%;
  top: -21vw;
  left: 15%;
}
#sec3 .photo {
  margin-bottom: 6vw;
}
#sec3 .txt {
  margin-bottom: 8vw;
}
#sec3 .col .photo2 {
  width: 80%;
  margin: 1px auto 10vw;
}
#sec3 .bnr {
  position: relative;
}
#sec3 .bnr h3 {
  position: absolute;
  top: 9vw;
  left: 40%;
  width: 57%;
  z-index: 5;
  color: #fff;
  font-size: 5vw;
}
#sec3 .bnr h3 small {
  margin-bottom: -25vw;
  display: inline-block;
  margin-left: -37%;
  width: 85%;
  position: absolute;
  top: -6vw;
}
#sec3 .bnr h3 span {
  background: #fff;
  color: #107110;
}
@media only screen and (min-width: 768px) {
  #sec3 {
    padding: 196px 0 110px;
  }
  #sec3:before {
    width: 771px;
    height: 439px;
  }
  #sec3:after {
    width: 840px;
    height: 660px;
  }
  #sec3 h2 {
    font-size: 35px;
    margin-bottom: 50px;
    line-height: 60px;
  }
  #sec3 h2:before {
    width: 249px;
    height: 172px;
    top: -82px;
    right: -57px;
  }
  #sec3 h2 span {
    top: -115px;
    width: auto;
    left: 111px;
  }
  #sec3 .photo {
    margin-bottom: 30px;
    position: absolute;
    left: 343px;
    width: 833px;
  }
  #sec3 .txt {
    margin-bottom: 50px;
    width: 360px;
  }
  #sec3 .col .photo2 {
    margin: 1px auto 90px -126px;
  }
  #sec3 .bnr h3 {
    font-size: 38px;
    top: 160px;
    left: auto;
    right: 98px;
    width: auto;
    letter-spacing: 4px;
  }
  #sec3 .bnr h3 small {
    margin-bottom: -30px;
    width: auto;
    top: -104px;
    margin-left: -284px;
  }
  #sec3 .bnr h3 span {
    display: inline-block;
    padding: 0 10px 5px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1300px) {
  #sec3:before {
    max-width: 42%;
  }
}

/*=============================================
 * sec 5
 *=============================================*/
#sec5 {
  position: relative;
}
#sec5 .bnr-shared {
  flex-direction: column;
}
#sec5 .bnr-shared .item:nth-child(1) {
  background: url("../img/scene/sec5_bnr1.jpg") no-repeat center;
  background-size: cover;
}
#sec5 .bnr-shared .item:nth-child(2) {
  background: url("../img/scene/sec5_bnr2.jpg") no-repeat center;
  background-size: cover;
}
#sec5 .bnr-shared .item {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  #sec5 .bnr-shared {
    flex-direction: row;
  }
}


/*=============================================
 * sec 6 
 *=============================================*/
#sec6 {
  position: relative;
  padding: 15vw 0 5vw;
}
#sec6:before {
  content: "";
  background: url("../img/scene/sec6_bg.png") no-repeat;
  width: 100%;
  height: 50vw;
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}
#sec6 h2 {
  font-size: 6vw;
  margin-bottom: 6vw;
  letter-spacing: 0.2em;
  line-height: 1.6;
}
#sec6 h2 small {
  position: absolute;
  width: 19%;
  top: -7vw;
  right: 14%;
}
#sec6 h2 > span {
  margin-left: 10%;
}
#sec6 h2 > span span {
  margin-left: 18%;
}
#sec6 .txt {
  margin-bottom: 6vw;
}
#sec6 .photo {
  margin-bottom: 6vw;
}
@media only screen and (min-width: 768px) {
  #sec6 {
    padding: 191px 0 46px;
  }
  #sec6 .wrap {
    width: 1200px;
  }
  #sec6:before {
    height: 581px;
    background-position: center top;
    top: -131px;
  }
  #sec6 h2 {
    font-size: 35px;
    margin-bottom: 10px;
    width: 250px;
    margin-left: auto;
  }
  #sec6 h2 small {
    width: auto;
    top: -72px;
    right: 70px;
  }
  #sec6 h2 > span {
    margin-left: -10px;
    width: 115px;
    height: 433px;
    letter-spacing: 7px;
	line-height: 60px;  
  }
  #sec6 h2 > span span {
    margin-left: 20px;
    letter-spacing: 7px;
    margin-top: 44px;
  }
  #sec6 .txt {
    margin-bottom: 30px;
    width: 380px;
    margin-left: auto;
  }
  #sec6 .photo {
    margin-bottom: 30px;
    position: absolute;
    left: calc(50% - 50vw);
    top: -60px;
    right: 466px;
    height: 674px;
    z-index: 5;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1300px) {
  #sec6 .txt {
    margin-right: 50px;
  }
}

/*=============================================
 * sec 7
 *=============================================*/
#sec7 {
  padding: 5vw 0 15vw;
}
#sec7 h2 {
  font-size: 6vw;
  color: #2d2d2d;
  margin-bottom: 6vw;
  text-align: center;
}
#sec7 .photo {
  margin-bottom: 8vw;
  height: 55vw;
}
#sec7 .photo img {
  object-position: right 11% top 0;
}
#sec7 .btn-cus a:after {
    filter: invert(1);
  }
@media only screen and (min-width: 768px) {
  #sec7 {
    padding: 180px 0 202px;
    background: url(../img/scene/sec7_bg.jpg) no-repeat;
    background-size: cover;
  }
  #sec7 h2 {
    font-size: 35px;
    margin-bottom: 45px;
    color: #fff;
    text-align: left;
    letter-spacing: 7px;
    margin-left: -20px;
  }
  #sec7 .photo {
    margin-bottom: 30px;
    height: 510px;
  }
  #sec7 .photo img {
    object-position: center;
  }
  
}
@media only screen and (min-width: 768px) and (max-width: 1300px) {
  #sec7 h2 {
    margin-left: 50px;
  }
  #sec7 .btn-cus {
    margin-left: 110px;
  }
}


.box_m {
  display: flex;
  justify-content: center;
}
.tyou_m {
  position: absolute;
  margin-top: -120px;
}

@media only screen and (min-width: 768px) {
  .tyou_m {
    margin-top: -120px;
  }
}

