@media only screen and (min-width: 768px) {
  #key .slide1 {
    background: url("../img/menu/kv.jpg") center/cover;
  }
}

@keyframes aLine1 {
  0% {
    height: 0;
  }
}
.animateLine span {
  animation-name: aLine1 !important;
  animation-delay: 0.4s !important;
}

#sec1 {
  position: relative;
  padding: 8vw 0px 16vw;
}
#sec1 h2 {
  text-align: center;
  height: 110vw;
  line-height: 1;
  font-size: 8vw;
  position: relative;
  margin: 0px auto;
}
#sec1 h2 span {
  position: absolute;
  width: 2px;
  top: 0px;
  right: 0px;
  height: 73%;
  border-left: 1px solid #b7afa2;
  animation: 1s ease-in;
  opacity: 0;
  animation-fill-mode: backwards;
}
#sec1 h2 span.line2 {
  top: auto;
  bottom: 0px;
  right: auto;
  left: 0px;
}
#sec1 h2.animateLine span {
  opacity: 1;
}
#sec1 .sec1-img1 {
  position: relative;
  margin: 0px auto 16vw;
}
#sec1 .sec1-img1::before {
  content: "";
  position: absolute;
  bottom: -12vw;
  left: 82%;
  height: 30vw;
  width: 60vw;
  background: #2f2f2f;
}
#sec1 .sec1-txt {
  margin: 0px 0px 12vw;
}
#sec1 .sec1-txt p + p {
  margin: 4vw 0px 0px;
}
#sec1 .sec1-img3 {
  width: 80%;
  margin: 10vw auto;
}
#sec1 .sec1-img4 {
  position: relative;
}
#sec1 .sec1-img4::before {
  content: "";
  position: absolute;
  bottom: -16vw;
  right: -4vw;
  width: 100vw;
  height: 30vw;
  background: #2f2f2f;
}
@media only screen and (min-width: 768px) {
  #sec1 {
    padding: 0px 0px 120px;
  }
  #sec1 h2 {
    height: 678px;
    font-size: 40px;
  }
  #sec1 .sec1-img1 {
    margin: 0px 0px 122px;
  }
  #sec1 .sec1-img1::before {
    height: 275px;
    bottom: -122px;
  }
  #sec1 .sec1-txt {
    margin: 0px auto 20px;
  }
  #sec1 .sec1-txt p {
    height: 500px;
  }
  #sec1 .sec1-txt p + p {
    margin: 80px 40px 0px 89px;
  }
  #sec1 .sec1-img2 {
    margin: 0px;
    position: absolute;
    top: 1408px;
    left: -250px;
    width: 470px;
  }
  #sec1 .sec1-img3 {
    width: 320px;
    margin: -234px -250px 0px auto;
  }
  #sec1 .sec1-img4 {
    width: 700px;
    margin: -170px 0px 0px -50px;
  }
  #sec1 .sec1-img4::before {
    height: 280px;
    bottom: -125px;
    right: -77px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  #sec1 .sec1-img2 {
    left: -200px;
  }
  #sec1 .sec1-img3 {
    margin-right: -120px;
  }
}

#sec2 {
  padding: 16vw 0px;
  position: relative;
}
#sec2 h2 {
  text-align: center;
  font-size: 7vw;
}
#sec2 .sec2-txt1 {
  text-align: center;
  line-height: 1.4;
  font-size: 6vw;
  margin: 6vw 0px;
}
#sec2 .sec2-txt1 span {
  font-size: 5vw;
}
#sec2 .sec2-txt1 small {
  font-size: 3.5vw;
}
#sec2 .sec2-list {
  box-sizing: border-box;
  padding: 8vw 10%;
  width: 80%;
  margin: 8vw auto;
  border: 1px solid #222;
}
#sec2 h3 {
  font-size: 6vw;
  margin: 12vw auto;
}
#sec2 .sec2-slide1 {
  margin: 0px 0px 6vw;
}
#sec2 .sec2-slide1 p span {
  position: absolute;
  bottom: 2%;
  left: 2%;
  font-size: 5vw;
}
#sec2 .sec2-slide1 p span.txt-white {
  color: #fff;
}
#sec2 .sec2-slide2 .slick-track {
  width: 100% !important;
  transform: none !important;
}
#sec2 .sec2-slide2 p {
  width: 21vw !important;
  margin: 0px 1vw;
  filter: grayscale(1);
}
#sec2 .sec2-slide2 .slick-current p {
  filter: none;
}
#sec2 .slider-for2 p span {
  left: auto;
  right: 2%;
}
@media only screen and (min-width: 768px) {
  #sec2 {
    padding: 130px 0px 166px;
  }
  #sec2 h2 {
    font-size: 40px;
  }
  #sec2 .sec2-txt1 {
    font-size: 30px;
    margin: 39px 0px 50px;
    line-height: 36px;
  }
  #sec2 .sec2-txt1 span {
    font-size: 25px;
  }
  #sec2 .sec2-txt1 small {
    font-size: 15px;
  }
  #sec2 .sec2-list {
    width: 670px;
    margin: 0px auto 108px;
    padding: 48px 84px 35px;
    flex-direction: row-reverse;
  }
  #sec2 .sec2-list li {
    font-size: 15px;
    line-height: 50px;
    height: 125px;
  }
  #sec2 .sec2-slide1 {
    width: 870px;
    margin: 0px 0px 0px -150px;
  }
  #sec2 .sec2-slide1 p span {
    font-size: 25px;
  }
  #sec2 .sec2-row1, #sec2 .sec2-row2 {
    position: relative;
  }
  #sec2 .sec2-row1 {
    flex-direction: row-reverse;
    margin: 0px 0px 174px;
  }
  #sec2 h3 {
    font-size: 40px;
    margin: 109px 95px 0px;
  }
  #sec2 .sec2-slide2 {
    position: absolute;
    bottom: -64px;
    right: -13px;
    width: 400px;
  }
  #sec2 .sec2-slide2 .slick-track {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  #sec2 .sec2-slide2 p {
    margin: 8px;
    width: 180px !important;
    cursor: pointer;
  }
  #sec2 .sec2-slide2 p:hover {
    opacity: 0.8;
  }
  #sec2 .slider-for2 {
    margin: 0px -150px 0px 0px;
  }
  #sec2 .slider-nav2 {
    left: 0px;
    right: auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  #sec2 .sec2-slide1 p span {
    left: 130px;
  }
  #sec2 .slider-for2 p span {
    right: 130px;
    left: auto;
  }
}

#sec3 {
  width: 94%;
  margin: 0px auto;
  box-sizing: border-box;
  padding: 16vw 4%;
  border-top: 1px solid #b7afa2;
}
#sec3 .sec3-tel {
  text-align: center;
}
#sec3 .sec3-tel p:nth-child(1) {
  font-size: 5vw;
}
#sec3 .sec3-tel p:nth-child(2) {
  font-size: 8vw;
  letter-spacing: 0.15em;
  margin: 1vw 0px 0px;
}
#sec3 .sec3-tel p:nth-child(2) i {
  display: inline-block;
  position: relative;
  width: 20px;
  top: -2px;
  margin-right: 6px;
}
#sec3 .sec3-tel p:nth-child(3) {
  font-size: 2.8vw;
}
#sec3 .sec3-btn a {
  margin: 6vw auto 12vw;
}
#sec3 .sec3-box {
  box-sizing: border-box;
  padding: 12vw 4%;
  background: #222;
  color: #fff;
}
#sec3 .sec3-box h2 {
  text-align: center;
  font-size: 5.5vw;
  margin: 0px 0px 6vw;
}
@media only screen and (min-width: 768px) {
  #sec3 {
    width: 100%;
    max-width: 1000px;
    padding: 81px 0px 120px;
  }
  #sec3 .sec3-tel p:nth-child(1) {
    font-size: 25px;
  }
  #sec3 .sec3-tel p:nth-child(2) {
    font-size: 40px;
    margin: 20px 0px 0px;
  }
  #sec3 .sec3-tel p:nth-child(2) i {
    width: 26px;
  }
  #sec3 .sec3-tel p:nth-child(3) {
    font-size: 15px;
  }
  #sec3 .sec3-btn a {
    margin: 16px auto 83px;
    width: 370px;
    line-height: 78px;
    font-size: 24px;
  }
  #sec3 .sec3-box {
    padding: 50px 10px 48px;
  }
  #sec3 .sec3-box h2 {
    font-size: 25px;
    margin: 0px 0px 40px;
  }
  #sec3 .sec3-box .sec3-txt {
    text-align: center;
    line-height: 42px;
  }
}

#sec4 {
  width: 90%;
  margin: 0px auto;
  box-sizing: border-box;
  color: #fff;
  position: relative;
  background: url("../img/menu/sec4_bg.jpg") center/cover;
  padding: 30vw 0px;
}
#sec4 h2 {
  text-align: center;
  font-size: 6vw;
  letter-spacing: 0.15em;
}
#sec4 .txt{
  text-align: center;
}
#sec4::before, #sec4::after {
  content: "";
  position: absolute;
  width: 40%;
  height: 70%;
  top: -1px;
  left: -1px;
  border-left: 1px solid #8a8780;
  border-top: 1px solid #8a8780;
}
#sec4::after {
  top: auto;
  left: auto;
  bottom: -1px;
  right: -1px;
  border: none;
  border-right: 1px solid #8a8780;
  border-bottom: 1px solid #8a8780;
}
@media only screen and (min-width: 768px) {
  #sec4 {
    width: 800px;
    padding: 126px 10px 132px;
  }
  #sec4 h2 {
    font-size: 30px;
  }
}

#sec5 {
  position: relative;
  background: #222;
  padding: 0px 0px 16vw;
  margin: 16vw 0px 0px;
  color: #fff;
}
#sec5 .sec5-1 {
  position: relative;
  padding: 40vw 0px;
}
#sec5 .sec5-1 .sec5-para {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
#sec5 .sec5-1 h2 {
  font-size: 7vw;
}
#sec5 .sec5-2 {
  margin: 12vw 0px 0px;
}
#sec5 .sec5-2 h3 {
  position: relative;
  margin: 0px auto 8vw;
  line-height: 1;
  letter-spacing: 0.15em;
  font-size: 7vw;
}
#sec5 .sec5-2 h3::before {
  content: "";
  position: absolute;
  top: -12vw;
  right: 0px;
  width: 2px;
  height: calc(100% + 12vw);
  border-left: 1px solid #919191;
}
#sec5 .sec5-2 .sec5-img1 {
  margin: 10vw 0px;
}
#sec5 .sec5-2 .sec5-img3 {
  margin: 10vw 0px;
}
#sec5 .sec5-2 h4 {
  position: relative;
  margin: 10vw auto 16vw;
  font-size: 7vw;
  letter-spacing: 0.15em;
  line-height: 1;
}
#sec5 .sec5-2 h4::before, #sec5 .sec5-2 h4::after {
  content: "";
  position: absolute;
  top: -10vw;
  right: 0px;
  height: calc(100% + 10vw);
  width: 2px;
  border-left: 1px solid #919191;
}
#sec5 .sec5-2 h4::after {
  top: auto;
  right: auto;
  bottom: -10vw;
  left: 0px;
}
@media only screen and (max-width: 767px) {
  #sec5 .sec5-2 h4 {
    writing-mode: vertical-rl;
    -o-writing-mode: vertical-rl;
    -ms-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -moz-writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    text-orientation: upright;
    word-wrap: break-word;
  }
}
#sec5 .sec5-btn a {
  margin: 10vw auto 0px;
}
#sec5 .sec5-btn a::before {
  border: none;
  width: 18px;
  height: 18px;
  background: url("../img/shared/icon_coppy2.png") center/cover;
  right: 5%;
}
@media only screen and (min-width: 768px) {
  #sec5 {
    margin: 140px 0px 0px;
    padding: 0px 0px 120px;
  }
  #sec5 .sec5-1 {
    padding: 258px 0px 275px;
  }
  #sec5 .sec5-1 h2 {
    font-size: 40px;
  }
  #sec5 .sec5-2 {
    margin: 100px 0px 0px;
  }
  #sec5 .sec5-2 .sec5-row1 {
    flex-direction: row-reverse;
  }
  #sec5 .sec5-2 h3 {
    font-size: 40px;
    align-self: flex-start;
    margin: 96px -10px 0px 0px;
  }
  #sec5 .sec5-2 h3::before {
    height: calc(100% + 195px);
    top: -195px;
  }
  #sec5 .sec5-2 .sec5-txt1 {
    height: 275px;
    margin: 99px 0px 0px 30px;
  }
  #sec5 .sec5-2 .sec5-img1 {
    width: 667px;
    margin: 0px;
  }
  #sec5 .sec5-2 .sec5-row2 {
    flex-direction: row-reverse;
    margin: 120px 0px 80px;
  }
  #sec5 .sec5-2 h4 {
    font-size: 40px;
    align-self: center;
    margin: 0px 0px 0px -70px;
    display: inline-block;
  }
  #sec5 .sec5-2 h4::before, #sec5 .sec5-2 h4::after {
    top: 0px;
    height: 2px;
    border: none;
    border-top: 1px solid #919191;
    width: calc(100% + 30vw);
    left: 0px;
  }
  #sec5 .sec5-2 h4::after {
    left: auto;
    right: 0px;
    top: auto;
    bottom: 0px;
  }
  #sec5 .sec5-2 .sec5-img2 {
    width: 998px;
    margin: 0px -250px 0px 0px;
    position: relative;
    z-index: 1;
  }
  #sec5 .sec5-2 .sec5-row3 {
    flex-direction: row-reverse;
  }
  #sec5 .sec5-2 .sec5-txt2 {
    width: 390px;
    margin: 137px 0px 0px;
  }
  #sec5 .sec5-2 .sec5-img3 {
    width: 667px;
    margin: 0px 0px 0px -150px;
  }
  #sec5 .sec5-2 .sec5-btn a {
    margin: 80px auto 0px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  #sec5 .sec5-2 h4 {
    margin-left: -20px;
  }
}

#sec6 {
  margin: 16vw auto;
  width: 94%;
}
#sec6 .wrap {
  padding: 8vw 4%;
}
#sec6 .wrap::before, #sec6 .wrap::after {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  width: 25vw;
  height: 25vw;
  border-top: 1px solid #2f2f2f;
  border-right: 1px solid #2f2f2f;
}
#sec6 .wrap::after {
  right: auto;
  left: 0px;
  top: auto;
  bottom: 0px;
  border: none;
  border-bottom: 1px solid #2f2f2f;
  border-left: 1px solid #2f2f2f;
}
#sec6 h2 {
  text-align: center;
  font-size: 7vw;
}
#sec6 .sec6-txt {
  margin: 0px 0px 8vw;
}
#sec6 .sec6-txt p:nth-child(1) {
  font-size: 4vw;
  text-align: center;
  margin: 0px 0px 4vw;
}
#sec6 ul {
  width: 70%;
  margin: 0px auto;
}
#sec6 ul li {
  text-align: center;
  padding: 3vw 0px;
  font-size: 6vw;
  border-bottom: 1px solid #2f2f2f;
}
#sec6 ul li:last-child {
  border-bottom: none;
}
#sec6 ul li span {
  font-size: 5vw;
}
@media only screen and (min-width: 768px) {
  #sec6 {
    margin: 96px 0px 125px;
    width: 100%;
  }
  #sec6 .wrap {
    padding: 40px 0px 42px;
  }
  #sec6 .wrap::before, #sec6 .wrap::after {
    width: 205px;
    height: 205px;
  }
  #sec6 h2 {
    font-size: 40px;
  }
  #sec6 .sec6-txt {
    margin: 10px 0px 38px;
    text-align: center;
  }
  #sec6 .sec6-txt p:nth-child(1) {
    font-size: 18px;
    margin: 0px 0px 20px;
  }
  #sec6 ul {
    width: 780px;
    margin: 0px auto;
  }
  #sec6 ul li {
    width: 250px;
    padding: 20px 0px 27px;
    font-size: 30px;
    border: none;
    border-right: 1px solid #2f2f2f;
  }
  #sec6 ul li:last-child {
    border-right: none;
  }
  #sec6 ul li span {
    font-size: 25px;
  }
}/*# sourceMappingURL=menu.css.map */