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

#sec1 {
  background: url("../img/menu/sec1_deco.png") no-repeat top left/100%;
  padding: 16vw 0px 12vw;
}
#sec1 .sec1-banner a {
  position: relative;
  width: 95%;
  box-sizing: border-box;
  background: url("../img/menu/sec1_img.png") top center/cover;
  color: #fff;
  padding: 45vw 4% 6vw;
  margin: 0px auto;
}
#sec1 .sec1-banner a::before {
  content: "";
  position: absolute;
  bottom: -12vw;
  left: 50%;
  width: 100vw;
  height: 20vw;
  background: url("../img//menu/sec1_bgdeco.png") repeat top left;
  transform: translateX(-50%);
  z-index: -1;
}
#sec1 .sec1-banner a h2 {
  font-size: 6.5vw;
  font-weight: 600;
  line-height: 1.4;
}
#sec1 .sec1-banner a h2 span {
  font-size: 7vw;
}
#sec1 .sec1-banner a h2 span span {
  font-size: 5vw;
}
#sec1 .sec1-banner a .sec1-icon {
  position: absolute;
  bottom: 8vw;
  right: -4vw;
  width: 15vw;
  height: 15vw;
  background: #845138;
  box-sizing: border-box;
  padding: 4vw;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  #sec1 {
    background-size: auto;
    padding: 78px 0px 63px;
  }
  #sec1 .sec1-banner a {
    width: 902px;
    padding: 296px 30px 29px;
  }
  #sec1 .sec1-banner a::before {
    width: 1000px;
    height: 140px;
    bottom: -66px;
  }
  #sec1 .sec1-banner a h2 {
    font-size: 48px;
    line-height: 56px;
  }
  #sec1 .sec1-banner a h2 span {
    font-size: 50px;
  }
  #sec1 .sec1-banner a h2 span span {
    font-size: 36px;
  }
  #sec1 .sec1-banner a .sec1-icon {
    width: 96px;
    height: 96px;
    padding: 20px;
    bottom: 33px;
    right: -33px;
  }
  #sec1 .sec1-banner a:hover h2 {
    opacity: 0.8;
  }
  #sec1 .sec1-banner a:hover .sec1-icon {
    background: #8d2323;
    transition: all 0.4s;
  }
}

#sec2 {
  position: relative;
  background: url("../img/menu/sec2_bg_sp.png") no-repeat top center/100% 100%;
  padding: 12vw 0px 30vw;
}
#sec2 .sec2-txt1 {
  margin: 0px 4% 4vw;
}
#sec2 h2 {
  margin: 0px 4% 8vw;
  font-size: 10vw;
  font-weight: 600;
  line-height: 1.4;
}
#sec2 h2 span {
  display: inline-block;
}
#sec2 h2 span span span {
  font-size: 6vw;
}
#sec2 h2 small {
  font-size: 6vw;
  background: #000;
  color: #fff;
  line-height: 1.5;
  padding: 0px 2vw;
  display: inline-block;
}
#sec2 h2 i {
  display: inline-block;
  width: 60%;
}
#sec2 h2 i img {
  width: 100%;
  max-width: unset;
}
#sec2 .sec2-txt2 {
  margin: 8vw auto 0px;
}
#sec2 h3 {
  font-size: 7vw;
  font-weight: 600;
  margin: 8vw 0px 4vw;
}
#sec2 h3 span {
  display: inline-block;
  border: 1px solid #000;
  background: #fff;
  line-height: 1.5;
  font-size: 5vw;
  padding: 0px 3vw;
}
#sec2 .sec2-list1 {
  font-size: 6vw;
  margin-bottom: 3vw;
  padding-bottom: 3vw;
  border-bottom: 1px solid #000;
  font-weight: 600;
}
#sec2 .sec2-list1 span {
  font-size: 5vw;
}
#sec2 .sec2-list2 {
  font-size: 5vw;
  font-weight: 600;
}
#sec2 .sec2-list2 dl {
  margin: 0px 0px 2vw;
}
#sec2 .btn-fade a {
  font-size: 4vw;
}
#sec2 .sec2-btn1 a {
  margin: 8vw auto 4vw;
}
@media only screen and (min-width: 768px) {
  #sec2 {
    background-image: url("../img/menu/sec2_bg.png");
    padding: 150px 0px 237px;
  }
  #sec2 .sec2-row1 {
    flex-direction: row-reverse;
  }
  #sec2 .sec2-txt1 {
    margin: 0px 42px -4px;
  }
  #sec2 h2 {
    font-size: 84px;
    line-height: 90px;
    width: 440px;
    margin: 11px 1% 0px -84px;
    align-self: flex-start;
    position: relative;
    z-index: 1;
  }
  #sec2 h2 span {
    display: flex;
    flex-direction: row-reverse;
    margin: 47px 0px 0px auto;
    width: 300px;
  }
  #sec2 h2 span span {
    display: inline;
    width: auto;
  }
  #sec2 h2 span span span {
    width: auto;
    font-size: 48px;
    display: inline;
    margin: 0px;
  }
  #sec2 h2 small {
    font-size: 48px;
    line-height: 60px;
    padding: 0px 6px;
  }
  #sec2 h2 i {
    width: 206px;
  }
  #sec2 .sec2-img1 {
    width: calc(99% - 400px);
  }
  #sec2 .sec2-img1 img {
    width: 100%;
    height: 732px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  #sec2 .sec2-row2 {
    margin: 1px 0px 99px;
  }
  #sec2 .sec2-box1 {
    width: 440px;
  }
  #sec2 h3 {
    font-size: 45px;
    line-height: 75px;
    margin: 0px 0px 23px;
  }
  #sec2 h3 span {
    font-size: 24px;
    line-height: 42px;
    padding: 0px 10px;
  }
  #sec2 .sec2-txt2 {
    width: 480px;
    margin: 82px 0px 0px;
  }
  #sec2 .sec2-list1 {
    font-size: 35px;
    padding: 0px 0px 37px;
    margin: 0px 0px 29px;
  }
  #sec2 .sec2-list1 span {
    font-size: 25px;
  }
  #sec2 .sec2-list2 {
    font-size: 25px;
  }
  #sec2 .sec2-list2 dl {
    margin: 0px 0px 13px;
  }
  #sec2 .btn-fade a {
    width: 530px;
    font-size: 26px;
    position: relative;
    z-index: 2;
  }
  #sec2 .sec2-btn1 a {
    margin: 0px 0px 37px 140px;
  }
  #sec2 .sec2-btn2 a {
    margin: 0px 0px 0px 335px;
  }
}

#sec3 {
  margin: -6vw 0px 0px;
  padding: 2vw 0px 16vw;
  position: relative;
  z-index: 1;
}
#sec3::before {
  content: "";
  position: absolute;
  top: 75vw;
  left: 0px;
  width: 14vw;
  height: 40vw;
  background: url("../img/menu/sec1_bgdeco.png") repeat top left;
  z-index: -1;
}
#sec3 h2 {
  width: 54%;
  margin: 0px -35% 0px 3%;
  position: relative;
  z-index: 1;
  line-height: 1.6;
  font-weight: 600;
  font-size: 9vw;
}
#sec3 h2 span {
  font-size: 6.5vw;
  display: inline-block;
  padding: 0px 3vw;
  background: #000;
  color: #fff;
  line-height: 1.6;
}
#sec3 h2 i {
  display: inline-block;
}
#sec3 .sec3-img1 {
  margin: 28vw -5% 0px 0px;
  width: 75%;
}
#sec3 .sec3-img2 {
  width: 44%;
  margin: -44vw 0px 8vw 5%;
}
#sec3 .sec3-txt1 {
  margin: 6vw 0px 0px;
}
#sec3 h3 {
  font-size: 7vw;
  font-weight: 600;
  margin: 10vw 0px 2vw;
}
#sec3 .sec3-list1 {
  font-weight: 600;
  font-size: 6vw;
}
#sec3 .sec3-list1 span {
  font-size: 5vw;
}
#sec3 h4 {
  text-align: center;
  font-size: 6vw;
  font-weight: 600;
  margin: 10vw 0px;
}
#sec3 h4 span {
  font-size: 9vw;
  width: 12vw;
  height: 12vw;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #000;
}
#sec3 .sec3-slide .slick-list {
  overflow: unset !important;
}
#sec3 .sec3-slide .sec3-box2 {
  width: 94vw !important;
  margin: 0px 2vw;
}
#sec3 .sec3-slide .sec3-box2 .sec3-img3 {
  position: relative;
}
#sec3 .sec3-slide .sec3-box2 .sec3-img3 span {
  position: absolute;
  display: inline-block;
  font-size: 4.5vw;
  font-weight: 600;
  color: #fff;
  padding: 5vw 0px;
  line-height: 2;
  background: #8d2323;
  top: -2vw;
  right: 2vw;
}
#sec3 .sec3-slide .sec3-box2 h5 {
  text-align: center;
  margin: 5vw 0px 1vw;
  font-size: 5.5vw;
  font-weight: 600;
}
#sec3 .sec3-slide .sec3-box2 .sec3-txt2 {
  font-size: 5.5vw;
  text-align: center;
  font-weight: 600;
}
#sec3 .sec3-slide .sec3-box2 .sec3-txt2 span {
  font-size: 4.5vw;
}
@media only screen and (min-width: 768px) {
  #sec3 {
    margin: -291px 0px 0px;
    padding: 0px 0px 123px;
  }
  #sec3::before {
    top: 677px;
    height: 460px;
    width: 10%;
  }
  #sec3 h2 {
    font-size: 84px;
    line-height: 110px;
    width: 675px;
    margin: 0px -340px 0px 3%;
  }
  #sec3 h2 span {
    font-size: 48px;
    line-height: 60px;
    padding: 0px 16px;
  }
  #sec3 h2 i {
    margin-top: 20px;
  }
  #sec3 .sec3-img1 {
    margin: 222px 0px 0px;
    width: calc(97% - 332px);
  }
  #sec3 .sec3-img1 img {
    width: 100%;
    height: 721px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  #sec3 .sec3-img2 {
    width: 456px;
    margin: -445px 0px 0px 3%;
  }
  #sec3 .sec3-row2 {
    margin: 59px 0px 86px;
  }
  #sec3 .sec3-box1 {
    width: 350px;
    margin: 63px 0px 0px 30px;
  }
  #sec3 .sec3-txt1 {
    width: 570px;
    letter-spacing: -1px;
    margin: 0px;
  }
  #sec3 h3 {
    font-size: 45px;
    margin: 0px 0px 40px;
    letter-spacing: -2px;
  }
  #sec3 .sec3-list1 {
    font-size: 35px;
  }
  #sec3 .sec3-list1 span {
    font-size: 25px;
  }
  #sec3 h4 {
    font-size: 36px;
    margin: 0px 0px 58px;
  }
  #sec3 h4 span {
    font-size: 80px;
    width: 90px;
    height: 90px;
  }
  #sec3 .sec3-slide {
    margin: 0px -160px;
  }
  #sec3 .sec3-slide .sec3-box2 {
    width: 430px !important;
    margin: 0px;
  }
  #sec3 .sec3-slide .sec3-box2 .sec3-img3 span {
    top: -12px;
    right: 12px;
    font-size: 22px;
    line-height: 44px;
    padding: 16px 0px;
  }
  #sec3 .sec3-slide .sec3-box2 h5 {
    font-size: 30px;
    margin: 29px 0px 21px;
  }
  #sec3 .sec3-slide .sec3-box2 .sec3-txt2 {
    font-size: 30px;
  }
  #sec3 .sec3-slide .sec3-box2 .sec3-txt2 span {
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  #sec3 .sec3-slide {
    margin: 0px -80px;
  }
  #sec3 .sec3-slide .sec3-box2 {
    margin: 0px 10px;
  }
}

#sec4 {
  background: url("../img/shared/bg3.jpg") repeat top left;
  padding: 0px 0px 16vw;
}
#sec4 .sec4-1 {
  background: url("../img/menu/sec4_bg.jpg") center/cover;
  color: #fff;
  padding: 40vw 0px 10vw;
}
#sec4 .sec4-1 .sec4-box1 {
  width: 50%;
  margin: 0px 4% 0px auto;
}
#sec4 .sec4-1 .sec4-box1 h2 {
  font-size: 6vw;
  font-weight: 600;
  margin: 0px 0px 2vw;
}
#sec4 .sec4-1 .sec4-box1 h3 {
  text-align: right;
  height: 56vw;
  font-size: 6vw;
  line-height: 1.2;
  margin: 0px 0% 0px auto;
}
#sec4 .sec4-1 .sec4-box1 h3 span {
  font-size: 20vw;
}
#sec4 .sec4-2 {
  margin: 8vw 0px 0px;
}
#sec4 .sec4-2 dl {
  font-size: 6vw;
  font-weight: 600;
  line-height: 1.5;
  margin: 0px 0px 5vw;
}
#sec4 .sec4-2 dl span {
  font-size: 5vw;
}
#sec4 .sec4-2 dl dd {
  text-align: right;
  align-self: flex-end;
}
@media only screen and (min-width: 768px) {
  #sec4 {
    padding: 0px 0px 98px;
  }
  #sec4 .sec4-1 {
    padding: 293px 0px 41px;
  }
  #sec4 .sec4-1 .sec4-box1 {
    width: 300px;
  }
  #sec4 .sec4-1 .sec4-box1 h2 {
    font-size: 36px;
    line-height: 58px;
    margin: 0px 0px 10px;
  }
  #sec4 .sec4-1 .sec4-box1 h3 {
    font-size: 36px;
    line-height: 120px;
    height: 340px;
  }
  #sec4 .sec4-1 .sec4-box1 h3 span {
    font-size: 140px;
  }
  #sec4 .sec4-2 {
    margin: 62px 0px 0px;
  }
  #sec4 .sec4-2 dl {
    width: 480px;
    margin: 1px 0px 0px 10px;
    font-size: 35px;
    line-height: 61px;
    align-self: flex-start;
    letter-spacing: -2px;
  }
  #sec4 .sec4-2 dl span {
    font-size: 25px;
  }
  #sec4 .sec4-2 .sec4-txt {
    width: 415px;
    letter-spacing: -1px;
  }
}

#sec5 {
  padding: 20vw 0px;
  position: relative;
  background: url("../img/menu/sec5_deco.png") no-repeat bottom right/80%;
}
#sec5::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 20%;
  height: 80vw;
  background: url("../img/menu/sec1_bgdeco.png") repeat top left;
}
#sec5 h2 {
  text-align: center;
  font-size: 6.5vw;
  font-weight: 600;
  margin: 8vw 0px 3vw;
}
#sec5 h2 span {
  display: inline-flex;
  width: 14vw;
  height: 14vw;
  font-size: 10vw;
  background: #000;
  color: #fff;
  align-items: center;
  justify-content: center;
}
#sec5 h3 {
  font-size: 6vw;
  font-weight: 600;
}
#sec5 .sec5-list {
  margin: 6vw 0px;
}
#sec5 .sec5-list dl {
  margin: 0px 0px 2vw;
  font-weight: 600;
  font-size: 5.5vw;
}
#sec5 .sec5-list dl span {
  font-size: 5vw;
}
#sec5 .sec5-list dl dd {
  text-align: right;
}
#sec5 .sec5-btn a {
  margin: 10vw auto 0px;
}
#sec5 .sec5-btn a::before {
  background-image: url("../img/shared/icon_popup.jpg");
}
@media only screen and (min-width: 768px) {
  #sec5 {
    background-size: auto;
    padding: 164px 0px 113px;
  }
  #sec5::before {
    height: 465px;
    width: 18%;
  }
  #sec5 .sec5-img {
    width: 750px;
    margin: 0px 0px 0px -170px;
  }
  #sec5 .sec5-box {
    width: 402px;
    margin: 23px -30px 0px 0px;
  }
  #sec5 h2 {
    font-size: 36px;
    margin: 0px 0px 68px;
  }
  #sec5 h2 span {
    font-size: 80px;
    width: 90px;
    height: 90px;
  }
  #sec5 h3 {
    font-size: 35px;
  }
  #sec5 .sec5-list {
    margin: 36px 0px 43px;
  }
  #sec5 .sec5-list dl {
    font-size: 35px;
    margin: 0px 0px 17px;
  }
  #sec5 .sec5-list dl span {
    font-size: 25px;
  }
  #sec5 .sec5-btn a {
    margin: 93px auto 0px;
  }
}

#sec6 .sec6-1 {
  position: relative;
  margin: 0px 0px 10vw;
  padding: 30vw 0px 4vw;
  color: #fff;
}
#sec6 .sec6-1 .sec6-para {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
#sec6 .sec6-1 .sec6-box1 {
  width: 70%;
  margin: 0px 5%;
  position: relative;
  z-index: 1;
}
#sec6 .sec6-1 .sec6-box1 h2 {
  font-size: 6vw;
  font-weight: 600;
  margin: 0px 5% 2vw;
}
#sec6 .sec6-1 .sec6-box1 h2 span {
  font-size: 9vw;
  display: inline-block;
  margin-left: 5%;
}
#sec6 .sec6-1 .sec6-box1 h3 {
  font-size: 25vw;
  line-height: 1;
  font-weight: 600;
}
#sec6 .sec6-2 {
  background: url("../img/shared/bg3.jpg") repeat top left;
  padding: 0px 0px 16vw;
}
#sec6 .sec6-2 .sec6-tab .tab-link {
  display: flex;
  justify-content: space-between;
}
#sec6 .sec6-2 .sec6-tab .tab-link p {
  width: 50%;
  background: url("../img/menu/sec6_panter.png") repeat top left;
  text-align: center;
  cursor: pointer;
  position: relative;
  padding: 0px 0px 6vw;
  font-size: 7vw;
  font-weight: 600;
  line-height: 1;
}
#sec6 .sec6-2 .sec6-tab .tab-link p span {
  display: inline-block;
  position: relative;
  top: -6vw;
  font-size: 3.5vw;
  color: #fff;
  line-height: 1.5;
  background: #000;
  padding: 0px 2vw;
}
#sec6 .sec6-2 .sec6-tab .tab-link p::before {
  content: "";
  position: absolute;
  bottom: -36px;
  left: 50%;
  transform: translateX(-50%);
  width: 20px;
  height: 18px;
  background: url("../img/menu/sec6_arrow.png") center/cover;
  opacity: 0;
}
#sec6 .sec6-2 .sec6-tab .tab-link p.active {
  background-image: url("../img/shared/bg3.jpg");
}
#sec6 .sec6-2 .sec6-tab .tab-link p.active::before {
  opacity: 1;
}
#sec6 .sec6-2 .sec6-tab .sec6-box2 {
  margin-top: 16vw;
}
#sec6 .sec6-2 .sec6-tab .sec6-box2 .sec6-img1 {
  position: relative;
  width: 90%;
  margin: 8vw 0px;
}
#sec6 .sec6-2 .sec6-tab .sec6-box2 .sec6-img1::before {
  content: "";
  position: absolute;
  bottom: -6vw;
  left: -6vw;
  width: 30vw;
  height: 30vw;
  background: url("../img/menu/sec6_bgdeco.jpg") repeat top left;
}
#sec6 .sec6-2 .sec6-tab .sec6-box2 .sec6-img2 {
  width: 70%;
  margin: 0px 0px 0px auto;
}
#sec6 .sec6-2 .sec6-btn a {
  margin: 8vw auto 0px;
}
#sec6 .sec6-2 .sec6-btn a::before {
  background-image: url("../img/shared/icon_popup.jpg");
}
@media only screen and (min-width: 768px) {
  #sec6 .sec6-1 {
    margin: 0px 0px 101px;
    padding: 151px 0px 36px;
  }
  #sec6 .sec6-1 .sec6-box1 {
    width: 580px;
    margin: 0px 3%;
  }
  #sec6 .sec6-1 .sec6-box1 h2 {
    font-size: 35px;
    line-height: 80px;
    margin: 0px 40px -5px;
  }
  #sec6 .sec6-1 .sec6-box1 h2 span {
    font-size: 73px;
    margin-left: 50px;
  }
  #sec6 .sec6-1 .sec6-box1 h3 {
    font-size: 290px;
    letter-spacing: -5px;
  }
  #sec6 .sec6-2 {
    padding: 0px 0px 150px;
  }
  #sec6 .sec6-2 .sec6-tab .tab-link p {
    font-size: 73px;
    line-height: 53px;
    padding: 0px 0px 51px;
  }
  #sec6 .sec6-2 .sec6-tab .tab-link p span {
    font-size: 40px;
    line-height: 50px;
    top: -38px;
    padding: 0px 16px;
  }
  #sec6 .sec6-2 .sec6-tab .tab-link p::before {
    width: 26px;
    height: 23px;
  }
  #sec6 .sec6-2 .sec6-tab .tab-link p:hover {
    opacity: 0.8;
  }
  #sec6 .sec6-2 .sec6-tab .sec6-box2 {
    margin-top: 96px;
    max-width: 1200px;
    padding: 0px 20px;
  }
  #sec6 .sec6-2 .sec6-tab .sec6-box2 .sec6-row {
    flex-direction: row-reverse;
  }
  #sec6 .sec6-2 .sec6-tab .sec6-box2 .sec6-img1 {
    width: 764px;
    margin: 0px 0px 0px -80px;
  }
  #sec6 .sec6-2 .sec6-tab .sec6-box2 .sec6-img1::before {
    width: 350px;
    height: 350px;
    bottom: -78px;
    left: -78px;
  }
  #sec6 .sec6-2 .sec6-tab .sec6-box2 .sec6-txt1 {
    width: 410px;
    margin: 103px 20px 0px;
  }
  #sec6 .sec6-2 .sec6-tab .sec6-box2 .sec6-img2 {
    width: 500px;
    margin: -165px 20px 0px auto;
  }
  #sec6 .sec6-2 .sec6-btn a {
    margin: -67px 0px 0px 40px;
  }
} /*# sourceMappingURL=menu.css.map */
