#key .kv {
  height: 110vw;
  background: url("../img/scene/kv.jpg") center/cover;
}
header{
  height: 110vw;
}
@media only screen and (min-width: 768px) {
  header,#key .kv {
    height: 1010px;
  }
}
@media only screen and (max-width: 768px) {
  .logo{
    top: 24vw;
  }
}

.nav-target {
  background: url("../img/shared/bg2.jpg") repeat top center;
}

.ttl {
  font-size: 8vw;
  letter-spacing: 0.2em;
  position: relative;
}
.ttl span {
  font-size: 3vw;
  letter-spacing: 0.08em;
}
@media only screen and (min-width: 768px) {
  .ttl {
    font-size: 40px;
    line-height: 44px;
  }
  .ttl span {
    font-size: 12px;
  }
}

.slider-sec .slick-dots {
  display: flex !important;
  flex-direction: column;
  left: -30px;
  bottom: 0px;
  width: 15px;
}
.slider-sec .slick-dots li {
  margin: 4px 0px 0px;
}
.slider-sec .slick-dots li button {
  width: 15px;
  height: 15px;
  background: #cdcccc;
}
.slider-sec .slick-dots li.slick-active button {
  background: #000;
}

#sec1 {
  padding: 20vw 0px 0px;
}
#sec1 .sec1-1 {
  padding: 16vw 0px 12vw;
  background: url("../img/scene/sec1_bg_sp.jpg") center/cover;
  color: #fff;
}
#sec1 h2 {
  height: 70vw;
  font-size: 5vw;
  margin: 0px auto;
  letter-spacing: 0.2em;
}
#sec1 h2 span {
  font-size: 3vw;
  letter-spacing: 0.08em;
  position: relative;
  left: -8px;
}
#sec1 .sec1-txt {
  margin: 6vw 0px 0px;
  letter-spacing: 0;
}
#sec1 .sec1-txt p:nth-child(2), #sec1 .sec1-txt p:nth-child(4) {
  margin: 2vw 0px;
}
@media only screen and (min-width: 768px) {
  #sec1 {
    padding: 147px 0px 0px;
  }
  #sec1 .sec1-1 {
    padding: 129px 0px 71px;
    background: url("../img/scene/sec1_bg.jpg") center/cover;
  }
  #sec1 h2 {
    font-size: 25px;
    line-height: 44px;
    height: 340px;
    position: absolute;
    top: -53px;
    right: 105px;
    margin: 0px;
  }
  #sec1 h2 span {
    font-size: 12px;
  }
  #sec1 .sec1-txt {
    height: 420px;
    margin: 0px 0px 0px 114px;
    letter-spacing: 0.1em;
  }
  #sec1 .sec1-txt p:nth-child(2), #sec1 .sec1-txt p:nth-child(4) {
    margin: 0px 32px;
  }
}

#sec2 {
  padding: 16vw 0px 20vw;
}
#sec2 h2 {
  width: 60%;
  margin: 0px 0px 0px 2%;
  line-height: 1.1;
}
#sec2 h2::before {
  content: "";
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 500%;
  height: 1px;
  background-color: #000;
}
#sec2 .sec2-list {
  margin: 16vw 0px 0px;
}
#sec2 .sec2-list .sec2-item {
  font-size: 4.5vw;
  letter-spacing: 0.2em;
  height: 54vw;
  text-align: center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 17%;
}
#sec2 .sec2-list .sec2-item::before, #sec2 .sec2-list .sec2-item::after {
  content: "";
  position: absolute;
  bottom: 5px;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% + 16px);
  height: 1px;
  background-color: #000;
}
#sec2 .sec2-list .sec2-item::before {
  top: -4px;
}
#sec2 .sec2-list .sec2-item span {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}
#sec2 .sec2-list .sec2-item span::before, #sec2 .sec2-list .sec2-item span::after {
  content: "";
  position: absolute;
  right: 4px;
  top: 50%;
  transform: translateY(-50%);
  height: calc(100% + 20px);
  width: 1px;
  background-color: #000;
}
#sec2 .sec2-list .sec2-item span::before {
  left: 4px;
}
#sec2 .wrap {
  z-index: 1;
}
#sec2 .wrap::before {
  content: "";
  position: absolute;
  top: -16vw;
  left: -18%;
  width: 100%;
  height: 67vw;
  background: url("..//img/scene/sec2_deco.jpg") top center/cover;
  z-index: -1;
}
@media only screen and (min-width: 768px) {
  #sec2 {
    padding: 130px 0px 192px;
  }
  #sec2 .wrap::before {
    top: -130px;
    left: -502px;
    width: 1014px;
    height: 658px;
  }
  #sec2 h2 {
    line-height: 37px;
    width: 240px;
    margin: 0px 0px 0px 35px;
  }
  #sec2 .sec2-list {
    margin: 111px 99px 0px 155px;
  }
  #sec2 .sec2-list .sec2-item {
    width: 115px;
    height: 340px;
    font-size: 30px;
  }
  #sec2 .sec2-list .sec2-item::before, #sec2 .sec2-list .sec2-item::after {
    width: calc(100% + 40px);
  }
  #sec2 .sec2-list .sec2-item span::before, #sec2 .sec2-list .sec2-item span::after {
    height: calc(100% + 40px);
  }
}

#sec3 {
  padding: 0px 0px 12vw;
}
#sec3 h2 {
  height: 74vw;
  margin: 0px 0px 0px auto;
  line-height: 1.5;
}
#sec3 h2::before {
  content: "";
  position: absolute;
  top: 0px;
  right: 45%;
  height: 100%;
  width: 1px;
  background-color: #000;
}
#sec3 .sec3-row .sec3-slide1 {
  width: 94%;
  margin: 0px 0px 0px auto;
}
#sec3 .sec3-row .sec3-box {
  margin: 6vw 0px 0px;
}
#sec3 .sec3-row .sec3-box .sec3-txt1 {
  position: relative;
  font-size: 6vw;
  letter-spacing: 0.2em;
  margin: 0px 0px 4vw;
}
#sec3 .sec3-row .sec3-box .sec3-txt1::before {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 2px;
  background-color: #000;
  width: 100%;
  height: 1px;
}
#sec3 .sec3-row2 {
  margin: 12vw 0px;
}
#sec3 .sec3-row3 .sec3-slide2 {
  position: relative;
  z-index: 1;
  width: 94%;
}
#sec3 .sec3-row3 .sec3-slide2 .slick-dots {
  right: -20px;
  left: auto;
}
#sec3 .sec3-img2 {
  width: 80%;
  margin: 12vw 0px 0px -20%;
}
#sec3 .sec3-img3 {
  width: 76%;
  margin: -12vw -45% 0px auto;
}
#sec3 .sec3-img4 {
  width: 65%;
  margin: -10vw 0px 0px 2%;
}
#sec3 .sec3-list-btn {
  margin: 16vw 0px 0px;
}
#sec3 .sec3-list-btn .sec3-btn1 {
  font-size: 5vw;
  width: 60%;
  text-align: center;
  box-sizing: border-box;
  padding: 0px 3%;
  border-bottom: 1px solid #000;
  margin: 0px auto 8vw;
  display: block;
}
#sec3 .sec3-list-btn .sec3-btn1 i {
  float: right;
  font-size: 12px;
  line-height: 12vw;
}
@media only screen and (min-width: 768px) {
  #sec3 {
    padding: 0px 0px 136px;
  }
  #sec3 h2 {
    margin: 0px -73px 0px auto;
    height: 366px;
    line-height: 60px;
  }
  #sec3 h2::before {
    right: 51px;
  }
  #sec3 .sec3-row .sec3-slide1 {
    width: 809px;
    position: relative;
    z-index: 1;
    margin: 0px -250px 0px 0px;
  }
	#sec3 .sec3-row2 .sec3-slide1 {
    width: 809px;
    position: relative;
    z-index: 1;
    margin: 0px -250px 0px -140px;
  }
  #sec3 .sec3-row .sec3-box {
    width: 350px;
    align-self: baseline;
  }
  #sec3 .sec3-row .sec3-box .sec3-txt1 {
    font-size: 30px;
    line-height: 40px;
    margin: 0px 0px 48px;
  }
  #sec3 .sec3-row .sec3-box .sec3-txt1::before {
    bottom: -24px;
  }
  #sec3 .sec3-row1, #sec3 .sec3-row3 {
    flex-direction: row-reverse;
  }
  #sec3 .sec3-row1 .sec3-box {
    margin: 103px 0px 0px;
  }
  #sec3 .sec3-row1 .sec3-box .sec3-txt1::before {
    width: 632px;
    left: -178px;
    bottom: -24px;
  }
  #sec3 .sec3-row2 {
    margin: 150px 0px 201px;
  }
  #sec3 .sec3-row2 .sec3-img1 {
    width: 1031px;
    margin: 0px 0px 0px -250px;
    position: relative;
    z-index: 1;
  }
  #sec3 .sec3-row2 .sec3-box {
    margin: 92px -194px 0px 0px;
  }
  #sec3 .sec3-row2 .sec3-box .sec3-txt1::before {
    width: 550px;
    left: -180px;
  }
  #sec3 .sec3-row3 .sec3-slide2 {
    width: 810px;
    margin: 0px -50px 0px 0px;
  }
  #sec3 .sec3-row3 .sec3-box {
    margin: 256px 0px 0px -151px;
  }
  #sec3 .sec3-row3 .sec3-box .sec3-txt1::before {
    left: -98px;
    width: 500px;
  }
  #sec3 .sec3-img2 {
    width: 600px;
    margin: 79px 0px 0px -250px;
  }
  #sec3 .sec3-img3 {
    width: 430px;
    margin: -290px -250px 0px auto;
  }
  #sec3 .sec3-img4 {
    width: 400px;
    margin: -43px 0px 0px 350px;
  }
  #sec3 .sec3-list-btn {
    margin: 140px 238px 0px;
  }
  #sec3 .sec3-list-btn .sec3-btn1 {
    font-size: 20px;
    width: 200px;
    line-height: 44px;
    padding: 0px 6px;
    margin: 0px;
  }
  #sec3 .sec3-list-btn .sec3-btn1 i {
    font-size: 12px;
    line-height: 44px;
  }
}
@media only screen and (min-width: 1000px) and (max-width: 1200px) {
  #sec3 h2 {
    margin: 0px 12px 0px auto;
  }
  #sec3 .sec3-row2 .sec3-img1 {
    margin: 0px 0px 0px -420px;
  }
  #sec3 .sec3-row2 .sec3-box {
    margin: 92px 6px 0px 0px;
  }
  #sec3 .sec3-row3 .sec3-box {
    margin: 256px 0px 0px 10px;
  }
  #sec3 .sec3-row3 .sec3-slide2 {
    margin: 0px -190px 0px 0px;
  }
}
@media only screen and (min-width: 1201px) and (max-width: 1400px) {
  #sec3 .sec3-row2 .sec3-img1 {
    margin: 0px 0px 0px -360px;
  }
  #sec3 .sec3-row2 .sec3-box {
    margin: 92px -80px 0px 0px;
  }
  #sec3 .sec3-row3 .sec3-box {
    margin: 256px 0px 0px -70px;
  }
  #sec3 .sec3-row3 .sec3-slide2 {
    margin: 0px -120px 0px 0px;
  }
}/*# sourceMappingURL=scene.css.map */