/*================== sec1 ====================*/
h1 {
  display: none;
}

#sec1 {
  position: relative;
  padding: 80vh 0 0;
  background: url(../img/menu/key.jpg) no-repeat top center;
  background-size: 100% auto;
}

#sec1 .block {
  background: url(../img/menu/sec1_deco.png) no-repeat bottom center #000;
  background-size: 200% auto;
  color: #fff;
}

#sec1 h2 {
  position: relative;
  font-size: 5vw;
  padding: 14vw 0 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}

#sec1 h2 span {
  font-size: 6.5vw;
}

#sec1 h2 i {
  display: block;
  color: #b11c1c;
  font-size: 9.5vw;
  padding-top: 5px;
}

#sec1 h2 i small {
  font-size: 6.5vw;
  color: #fff;
}

#sec1 h3 {
  font-size: 5vw;
  letter-spacing: 0.15em;
  padding-bottom: 4vw;
  margin-bottom: 4vw;
  border-bottom: 1px solid rgba(0, 0, 0, 0.6);
}

#sec1 h3 span {
  font-size: 6.5vw;
}

#sec1 h3 i {
  padding-left: 25%;
  display: block;
}

#sec1 .list {
  font-size: 14px;
  line-height: 26px;
  padding-bottom: 10vw;
}

#sec1 .list p {
  margin-bottom: 6vw;
}

@media screen and (min-width: 767px) {
  #sec1 {
    position: relative;
    padding: 0;
    background: none;
  }
  #sec1::before {
    background: url(../img/menu/key.jpg) no-repeat center;
    background-size: cover;
    width: calc(50% - 60px);
    height: 1231px;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    z-index: 2;
  }
  #sec1 .block {
    background: url(../img/menu/sec1_deco.png) no-repeat bottom center #000;
    background-size: auto;
    color: #fff;
  }
  #sec1 h2 {
    position: relative;
    font-size: 36px;
    letter-spacing: 0.15em;
    line-height: 66px;
    padding: 116px 0 51px 19px;
    margin-left: 495px;
    margin-bottom: 51px;
    width: 610px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  }
  #sec1 h2 span {
    font-size: 52px;
  }
  #sec1 h2 i {
    display: block;
    color: #b11c1c;
    font-size: 84px;
    padding-top: 15px;
  }
  #sec1 h2 i small {
    font-size: 48px;
    color: #fff;
  }
  #sec1 h3 {
    font-size: 36px;
    letter-spacing: 0.1em;
    padding-bottom: 0px;
    margin-left: 495px;
    margin-bottom: 41px;
  }
  #sec1 h3 span {
    font-size: 48px;
  }
  #sec1 h3 i {
    padding-left: 119px;
    line-height: 60px;
    padding-top: 10px;
  }
  #sec1 .list {
    font-size: 15px;
    line-height: 32px;
    padding-bottom: 40px;
    margin-left: 515px;
  }
  #sec1 .list p {
    margin-bottom: 30px;
  }
}

/*================== sec2 ====================*/
#sec2 {
  position: relative;
  padding: 25vw 0 18vw;
  background: url(../img/menu/sec1_bg.jpg) no-repeat top center;
  background-size: 200% auto;
}

#sec2 h2 {
  font-size: 7.5vw;
  letter-spacing: 0.13em;
  padding-bottom: 2vw;
  margin-bottom: 4vw;
  border-bottom: 1px solid rgba(0, 0, 0, 0.6);
  text-align: right;
  margin-left: 20%;
  text-shadow: 0 0 5px #fff;
}

#sec2 h2 span {
  font-size: 6vw;
}

#sec2 h2 i {
  font-size: 5vw;
}

#sec2 .note {
  text-align: right;
  color: #fff;
}

@media screen and (min-width: 767px) {
  #sec2 {
    position: relative;
    padding: 250px 0 270px;
    background: url(../img/menu/sec1_bg.jpg) no-repeat top center;
    background-size: auto;
  }
  #sec2 h2 {
    font-size: 68px;
    letter-spacing: 0.13em;
    padding-bottom: 0;
    margin-bottom: 20px;
    border-bottom: none;
    text-align: right;
    text-shadow: 0 0 0 #fff;
    margin-right: -20px;
    margin-left: 0;
  }
  #sec2 h2::before {
    background: rgba(0, 0, 0, 0.6);
    width: 200%;
    height: 1px;
    position: absolute;
    bottom: 45px;
    left: 380px;
    content: "";
    z-index: 2;
  }
  #sec2 h2 span {
    font-size: 53px;
  }
  #sec2 h2 i {
    font-size: 40px;
  }
  #sec2 .note {
    text-align: right;
    color: #fff;
    padding-top: 15px;
  }
}

/*================== sec3 ====================*/
#sec3 {
  position: relative;
  padding: 5vw 0 15vw;
  background: url(../img/menu/sec3_bg.jpg) no-repeat top 30vw left;
  background-size: 200% auto;
}

#sec3 h2 {
  margin: 0 34% 34vw 31%;
}

#sec3 .slide-box .slick-dots {
  justify-content: center;
  padding-top: 13vw;
}

#sec3 .slide-box dl {
  display: flex;
  justify-content: space-between;
  margin-top: 5vw;
  position: relative;
  width: 80%;
}

#sec3 .slide-box dl::before {
  background: #000;
  opacity: 0.6;
  width: 100%;
  height: 1px;
  left: 0;
  top: 32px;
  content: "";
  position: absolute;
}

#sec3 .slide-box dl dt {
  font-size: 5.5vw;
  padding-right: 10%;
}

#sec3 .slide-box dl dd {
  font-size: 4vw;
}

#sec3 .slide-box dl dd span {
  border-bottom: 1px solid;
  display: inline-block;
  padding-bottom: 1px;
}

#sec3 .slide-box dl dd.pr {
  padding-right: 10%;
}

#sec3 .text {
  padding-top: 11vw;
}

#sec3 .slick-arrow {
  font-size: 0;
  width: 32px;
  height: 50px;
  line-height: 0;
  position: absolute;
  z-index: 7;
  bottom: -3vw;
  border: none;
}

#sec3 .slick-arrow.slick-prev {
  background: url("../img/menu/left.jpg") no-repeat center;
  background-size: 100% auto;
  left: 30%;
}

#sec3 .slick-arrow.slick-next {
  background: url("../img/menu/right.jpg") no-repeat center;
  background-size: 100% auto;
  right: 30%;
}

@media screen and (min-width: 767px) {
  #sec3 {
    position: relative;
    padding: 0 0 50px;
    background: url(../img/menu/sec3_bg.jpg) no-repeat top 205px center;
    background-size: auto;
  }
  #sec3 h2 {
    margin: 0;
    position: absolute;
    top: 30px;
    left: 0;
  }
  #sec3 .slide-box {
    width: 940px;
    margin-left: 310px;
  }
  #sec3 .slide-box .slick-dots {
    justify-content: left;
    padding-top: 38px;
    padding-left: 60px;
  }
  #sec3 .slide-box dl {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
    position: relative;
    width: 450px;
  }
  #sec3 .slide-box dl::before {
    background: #000;
    opacity: 0.6;
    width: 100%;
    height: 1px;
    left: 0;
    top: 36px;
    content: "";
    position: absolute;
  }
  #sec3 .slide-box dl dt {
    font-size: 30px;
    padding-right: 0;
  }
  #sec3 .slide-box dl dd {
    font-size: 22px;
  }
  #sec3 .slide-box dl dd span {
    border-bottom: 1px solid;
    display: inline-block;
    padding-bottom: 1px;
    padding-top: 5px;
  }
  #sec3 .slide-box dl dd.pr {
    padding-right: 100px;
  }
  #sec3 .text {
    padding-top: 53px;
    margin-left: 310px;
  }

  #sec3 .slick-arrow {
    font-size: 0;
    width: 32px;
    height: 51px;
    line-height: 0;
    position: absolute;
    z-index: 7;
    bottom: -14px;
    border: none;
  }
  #sec3 .slick-arrow.slick-prev {
    background: url("../img/menu/left.jpg") no-repeat center;
    background-size: 100% auto;
    left: 22px;
  }
  #sec3 .slick-arrow.slick-next {
    background: url("../img/menu/right.jpg") no-repeat center;
    background-size: 100% auto;
    right: 765px;
  }
}

/*================== sec4 ====================*/
#sec4 {
  position: relative;
  padding: 5vw 0 15vw;
}

#sec4 h2 {
  margin: 0 6% 9vw;
}

#sec4 .slide-box {
  width: 106%;
}

#sec4 .slide-box .photo {
  position: relative;
}

#sec4 .slide-box .photo span {
  display: block;
  padding-right: 20%;
}

#sec4 .slide-box .photo i {
  display: block;
  width: 64%;
  position: absolute;
  top: 0;
  right: 0;
  left: 60%;
}

#sec4 .slide-box dl {
  position: relative;
  z-index: 3;
  background: url(../img/menu/sec3_bg_slide.jpg) repeat;
  color: #fff;
  margin: 5vw 5% 0 0;
  border: 1px solid rgba(0, 0, 0, 0.6);
}

#sec4 .slide-box dl dt {
  text-align: center;
  padding: 20px 20px 14px;
  font-size: 5vw;
  margin: 0 5% 15px;
  border-bottom: 1px solid #999;
}

#sec4 .slide-box dl dt span {
  display: block;
}

#sec4 .slide-box dl dd {
  padding: 0 20px 20px;
  text-align: justify;
}

#sec4 .slick-dots {
  justify-content: center;
  padding-top: 10vw;
}

#sec4 .slick-dots li button {
  border: 1px solid #46403b;
}

#sec4 .slick-dots li.slick-active button {
  background: #46403b;
}

#sec4 .slick-arrow {
  font-size: 0;
  width: 32px;
  height: 50px;
  line-height: 0;
  position: absolute;
  z-index: 7;
  bottom: -3vw;
  border: none;
}

#sec4 .slick-arrow.slick-prev {
  background: url("../img/menu/left.jpg") no-repeat center;
  background-size: 100% auto;
  left: 25%;
}

#sec4 .slick-arrow.slick-next {
  background: url("../img/menu/right.jpg") no-repeat center;
  background-size: 100% auto;
  right: 25%;
}

@media screen and (min-width: 767px) {
  #sec4 {
    position: relative;
    padding: 70px 0 50px;
  }
  #sec4 h2 {
    margin: 0 0 40px;
    text-align: center;
  }
  #sec4 .slide-box {
    width: 1284px;
    margin-left: -35px;
  }
  #sec4 .slide-box .photo {
    position: relative;
  }
  #sec4 .slide-box .photo span {
    display: block;
    padding-right: 0;
    width: 871px;
  }
  #sec4 .slide-box .photo i {
    display: block;
    width: 498px;
    position: absolute;
    top: 0;
    right: 0;
    left: 786px;
  }
  #sec4 .slide-box dl {
    position: relative;
    z-index: 3;
    background: url(../img/menu/sec3_bg_slide.jpg) repeat;
    color: #fff;
    margin: 20px 0 0 0;
    border: 1px solid rgba(0, 0, 0, 0.6);
    width: 1080px;
  }
  #sec4 .slide-box dl dt {
    text-align: center;
    padding: 36px 24px 31px;
    font-size: 30px;
    margin: 0 130px 15px;
    border-bottom: 1px solid #999;
    letter-spacing: 0.25em;
  }
  #sec4 .slide-box dl dt span {
    display: inline-block;
    font-size: 22px;
    margin-left: 30px;
  }
  #sec4 .slide-box dl dd {
    padding: 0 20px 40px;
    text-align: center;
  }
  #sec4 .slick-dots {
    justify-content: center;
    padding-top: 46px;
    width: 1100px;
  }
  #sec4 .slick-dots li button {
    border: 1px solid #46403b;
  }
  #sec4 .slick-dots li.slick-active button {
    background: #46403b;
  }
  #sec4 .slick-arrow {
    font-size: 0;
    width: 32px;
    height: 51px;
    line-height: 0;
    position: absolute;
    z-index: 7;
    bottom: -15px;
    border: none;
  }
  #sec4 .slick-arrow.slick-prev {
    background: url("../img/menu/left.jpg") no-repeat center;
    background-size: 100% auto;
    left: 450px;
  }
  #sec4 .slick-arrow.slick-next {
    background: url("../img/menu/right.jpg") no-repeat center;
    background-size: 100% auto;
    right: 635px;
  }
}

/*================== sec5 ====================*/
#sec5 {
  position: relative;
  padding: 8vw 0 25vw;
  overflow: hidden;
}

#sec5 h2 {
  margin: 0 28% 5vw;
}

#sec5 dl {
  background: url(../img/index/sec3_bg_box.png) repeat;
  color: #fff;
  padding: 25px 5%;
  position: relative;
}

#sec5 dl::before {
  background: url(../img/menu/sec5_deco.png) no-repeat bottom right;
  background-size: 200px auto;
  width: 598px;
  height: 285px;
  position: absolute;
  bottom: -10vw;
  right: -10%;
  content: "";
}

#sec5 dl dt {
  padding-bottom: 10px;
  margin-bottom: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  font-size: 6vw;
}

#sec5 dl dt span {
  font-size: 5vw;
  display: inline-block;
  margin-left: 5%;
}

@media screen and (min-width: 767px) {
  #sec5 {
    position: relative;
    padding: 100px 0 85px;
    overflow: hidden;
  }
  #sec5 h2 {
    margin: 0 0 55px;
  }
  #sec5 .photo {
    position: absolute;
    top: 55px;
    right: -250px;
  }
  #sec5 dl {
    background: url(../img/index/sec3_bg_box.png) repeat;
    color: #fff;
    padding: 43px 43px;
    box-sizing: border-box;
    position: relative;
    z-index: 2;
    width: 660px;
    height: 310px;
  }
  #sec5 dl::before {
    background: url(../img/menu/sec5_deco.png) no-repeat bottom right;
    background-size: auto;
    width: 598px;
    height: 285px;
    position: absolute;
    bottom: 0;
    right: -385px;
    content: "";
  }
  #sec5 dl dt {
    padding-bottom: 14px;
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.6);
    font-size: 30px;
  }
  #sec5 dl dt span {
    font-size: 22px;
    display: inline-block;
    margin-left: 50px;
    letter-spacing: 0.25em;
  }
  #sec5 dl dd {
    position: relative;
    z-index: 2;
  }
}

/*================== sec6 ====================*/
#sec6 {
  position: relative;
  padding: 0vw 0 10vw;
  overflow: hidden;
  background: url(../img/menu/sec6_bg.jpg) no-repeat top center, url(../img/menu/sec6_bg_re.jpg) repeat top center;
  background-size: 200% auto, auto;
}

#sec6 h2 {
  width: 30%;
  position: absolute;
  top: 0;
  right: 0;
}

#sec6 .photo {
  padding-top: 18vw;
  margin: 0 30% 7vw -6%;
}

#sec6 .price {
  border-bottom: 1px solid rgba(0, 0, 0, 0.6);
  padding-bottom: 10px;
  margin-bottom: 30px;
  padding-left: 10%;
}

#sec6 .price.bottom {
  padding-left: 0;
  width: 40%;
}

#sec6 .price dt {
  font-size: 5.5vw;
  margin-bottom: 5px;
}

#sec6 .price dd {
  font-size: 4.2vw;
}

#sec6 .item {
  background: url(../img/index/sec3_bg_box.png) repeat;
  color: #fff;
  padding: 25px 5%;
  position: relative;
  margin-bottom: 10vw;
}

#sec6 .item .deco {
  width: 35%;
  position: relative;
}

#sec6 .item .deco::before {
  background: #fff;
  width: 300%;
  height: 1px;
  position: absolute;
  bottom: 0;
  right: 0;
  content: "";
}

#sec6 .item h3 {
  font-size: 5vw;
  padding: 10px 0 15px;
}

#sec6 .item h3 span {
  font-size: 6.5vw;
}

#sec6 .photo1 {
  margin-bottom: 30px;
}

@media screen and (min-width: 767px) {
  #sec6 {
    position: relative;
    padding: 0 0 185px;
    overflow: hidden;
    background: url(../img/menu/sec6_bg.jpg) no-repeat top center, url(../img/menu/sec6_bg_re.jpg) repeat top center;
    background-size: 100% auto, auto;
  }
  #sec6 h2 {
    width: auto;
    position: relative;
    top: 0;
    right: 0;
    text-align: right;
    margin-right: 52px;
    margin-bottom: 115px;
  }
  #sec6 .photo {
    padding-top: 0;
    margin: 0;
    position: absolute;
    top: 150px;
    left: -250px;
  }
  #sec6 .price {
    border-bottom: 1px solid rgba(0, 0, 0, 0.6);
    padding-bottom: 10px;
    margin-bottom: 0px;
    margin-left: 677px;
    line-height: 37px;
    padding-left: 30px;
    width: 320px;
    letter-spacing: 0.25em;
  }
  #sec6 .price.bottom {
    padding-left: 0;
    width: 180px;
    margin-left: 115px;
  }
  #sec6 .price dt {
    font-size: 30px;
  }
  #sec6 .price dd {
    font-size: 22px;
  }
  #sec6 .item {
    background: url(../img/index/sec3_bg_box.png) repeat;
    color: #fff;
    padding: 23px 31px 46px 58px;
    position: relative;
    width: 515px;
    margin-bottom: 87px;
    margin-left: -90px;
    box-sizing: border-box;
    z-index: 3;
  }
  #sec6 .item .deco {
    width: auto;
    position: relative;
  }
  #sec6 .item .deco::before {
    background: #fff;
    width: 300%;
    height: 1px;
    position: absolute;
    bottom: 0;
    right: 225px;
    content: "";
  }
  #sec6 .item h3 {
    font-size: 30px;
    padding: 29px 0 28px 13px;
    letter-spacing: 0.15em;
  }
  #sec6 .item h3 span {
    font-size: 40px;
  }
  #sec6 .item .txt {
    padding: 0 50px 0 20px;
  }
  #sec6 .photo1 {
    margin-bottom: 0;
    position: absolute;
    top: 980px;
    right: -250px;
  }
}

/*================== sec7 ====================*/
#sec7 {
  position: relative;
  padding: 0vw 0 17vw;
  overflow: hidden;
  background: url(../img/menu/sec7_deco.jpg) no-repeat top left, url(../img/menu/sec7_bg_sp.jpg) no-repeat top 35vw right #000000;
  background-size: 30% auto, 145% auto;
}

#sec7 h2 {
  margin: 0 44% 6vw;
}

#sec7 h3 {
  margin: 0 8% 45vw;
}

#sec7 .item {
  color: #fff;
}

#sec7 .item h4 {
  font-size: 6vw;
  padding: 10px 0 15px;
}

#sec7 .item h4 span {
  font-size: 4.5vw;
  display: block;
}

#sec7 .btn-link {
  margin: 7vw 5% 0;
}

@media screen and (min-width: 767px) {
  #sec7 {
    position: relative;
    padding: 0 0 70px;
    overflow: hidden;
    background: url(../img/menu/sec7_bg.jpg) no-repeat top 0 center #000000;
  }
  #sec7 h2 {
    margin: 0;
    position: absolute;
    top: 0;
    left: -30px;
  }
  #sec7 h3 {
    margin: 0 0 45px 339px;
    padding-top: 70px;
  }
  #sec7 .item {
    color: #fff;
    margin-left: 35px;
  }
  #sec7 .item h4 {
    font-size: 30px;
    padding: 10px 0 15px;
  }
  #sec7 .item h4 span {
    font-size: 22px;
    display: block;
    padding: 19px 0 10px;
    letter-spacing: 0.25em;
  }
  #sec7 .btn-link {
    margin: 20px 0 0;
  }
  #sec7 .btn-link a {
    box-sizing: border-box;
  }
}

/*================== sec8 ====================*/
#sec8 {
  position: relative;
  padding: 50px 0 50px;
  overflow: hidden;
  background: url(../img/menu/sec8_bg.jpg) no-repeat bottom center;
  background-size: 100% auto;
}

#sec8 .note {
  text-align: center;
  line-height: 32px;
  font-size: 15px;
  margin: -10px 0 30px;
}

#sec8 .item {
  color: #fff;
}

#sec8 .item dl {
  background: url(../img/index/sec3_bg_box.png) repeat;
  color: #fff;
  padding: 30px 7%;
  position: relative;
}

#sec8 .item dl::before {
  border: 1px solid #fff;
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
  content: "";
}

#sec8 .item dl dt {
  padding-bottom: 10px;
  margin-bottom: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  font-size: 5.5vw;
}

#sec8 .item dl dt span {
  font-size: 4.5vw;
  display: block;
}

#sec8 .item dl dd {
  letter-spacing: 0.05em;
  font-size: 14px;
}

#sec8 .item dl dd span {
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}

#sec8 .slick-dots {
  justify-content: center;
  padding-top: 6vw;
}

#sec8 .slick-dots li {
  margin: 0 8px;
}

#sec8 .slick-dots li button {
  border: 1px solid #fff;
}

#sec8 .slick-dots li.slick-active button {
  background: #fff;
}

#sec8 .slick-arrow {
  font-size: 0;
  width: 32px;
  height: 50px;
  line-height: 0;
  position: absolute;
  z-index: 7;
  bottom: -4vw;
  border: none;
}

#sec8 .slick-arrow.slick-prev {
  background: url("../img/menu/left.jpg") no-repeat center;
  background-size: 100% auto;
  left: 20%;
}

#sec8 .slick-arrow.slick-next {
  background: url("../img/menu/right.jpg") no-repeat center;
  background-size: 100% auto;
  right: 20%;
}

@media screen and (min-width: 767px) {
  #sec8 {
    position: relative;
    padding: 80px 0 75px;
    overflow: hidden;
    background: url(../img/menu/sec8_bg.jpg) no-repeat bottom center;
    background-size: 100% auto;
  }
  #sec8 h2 {
    text-align: center;
  }
  #sec8 .note {
    text-align: center;
    line-height: 32px;
    font-size: 13px;
    margin: -18px 0 35px;
  }
  #sec8 .slide-box {
    width: 1180px;
    margin-left: -100px;
  }
  #sec8 .item {
    color: #fff;
    display: flex !important;
    justify-content: space-between;
  }
  #sec8 .item .photo {
    width: 700px;
  }
  #sec8 .item dl {
    width: calc(100% - 700px);
    background: url(../img/index/sec3_bg_box.png) repeat;
    color: #fff;
    padding: 117px 56px 40px;
    position: relative;
    box-sizing: border-box;
  }
  #sec8 .item dl::before {
    border: 1px solid #fff;
    position: absolute;
    top: 20px;
    right: 20px;
    bottom: 20px;
    left: 20px;
    content: "";
  }
  #sec8 .item dl dt {
    padding: 0 10px 25px;
    margin-bottom: 25px;
    letter-spacing: 0.15em;
    border-bottom: 1px solid rgba(255, 255, 255, 0.6);
    font-size: 33px;
  }
  #sec8 .item dl dt span {
    font-size: 27px;
    display: block;
    padding-top: 18px;
  }
  #sec8 .item dl dd {
    letter-spacing: 0.05em;
    font-size: 15px;
    margin: 0 10px;
  }
  #sec8 .item dl dd span {
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  }
  #sec8 .slick-dots {
    justify-content: center;
    padding-top: 38px;
  }
  #sec8 .slick-dots li {
    margin: 0 14px;
  }
  #sec8 .slick-dots li button {
    border: 1px solid #71665d;
  }
  #sec8 .slick-dots li.slick-active button {
    background: #71665d;
  }
  #sec8 .slick-arrow {
    font-size: 0;
    width: 32px;
    height: 50px;
    line-height: 0;
    position: absolute;
    z-index: 7;
    bottom: -20px;
    border: none;
  }

  #sec8 .slick-arrow.slick-prev {
    background: url("../img/menu/left.jpg") no-repeat center;
    background-size: 100% auto;
    left: 450px;
  }

  #sec8 .slick-arrow.slick-next {
    background: url("../img/menu/right.jpg") no-repeat center;
    background-size: 100% auto;
    right: 450px;
  }
}

/*================== sec9 ====================*/
#sec9 {
  position: relative;
  padding: 0 0 15vw;
  overflow: hidden;
  background: url(../img/menu/sec9_bg.jpg) no-repeat top right;
  background-size: 130% auto;
}

#sec9 h2 {
  margin: 0 -8% 0vw 0;
}

@media screen and (min-width: 767px) {
  #sec9 {
    position: relative;
    padding: 0;
    overflow: hidden;
    background: url(../img/menu/sec9_bg.jpg) no-repeat top center;
    min-height: 1575px;
    background-size: auto;
  }
  #sec9 h2 {
    margin: 0;
    width: 1250px;
  }
  #sec9 .text {
    margin: -171px 0 0 280px;
  }
}

/*================== sec10 ====================*/
#sec10 {
  position: relative;
  z-index: 3;
  padding: 0 0 30px;
  margin-top: -10vw;
}

#sec10 h2 {
  font-size: 9vw;
  text-align: center;
  position: relative;
  padding-bottom: 5px;
  margin-bottom: 6vw;
  line-height: 44px;
  letter-spacing: 0.15em;
}

#sec10 h2::before {
  width: 100px;
  height: 1px;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -50px;
  content: "";
}

#sec10 .note {
  text-align: right;
  margin-bottom: 10px;
  font-size: 14px;
}

#sec10 .list {
  position: relative;
  background: url(../img/menu/bg_menu.jpg) repeat;
  padding: 25px 6% 1px;
}

#sec10 .list::before {
  border: 1px solid #fff;
  position: absolute;
  top: 3px;
  left: 3px;
  right: 3px;
  bottom: 3px;
  content: "";
}

#sec10 .list .item {
  margin-bottom: 20px;
  border: 1px solid rgba(0, 0, 0, 0.6);
  background: rgba(255, 255, 255, 0.5);
  padding: 25px;
  text-align: center;
}

#sec10 .list .item h3 {
  background: url(../img/menu/bg_ttl.jpg) repeat;
  line-height: 36px;
  height: 36px;
  display: inline-block;
  min-width: 120px;
  padding: 0 25px;
  text-align: center;
  font-size: 16px;
  margin-bottom: 20px;
  color: #fff;
}

#sec10 .list .item dl {
  text-align: left;
  padding: 0 0 2px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.6);
  margin-bottom: 20px;
  position: relative;
}

#sec10 .list .item dl::after {
  content: "." !important;
  clear: both !important;
  display: block !important;
  height: 0 !important;
  visibility: hidden !important;
}

#sec10 .list .item dl dt {
  float: left;
}

#sec10 .list .item dl dd {
  float: right;
  text-align: right;
}

#sec10 .list .item dl dd.bottom {
  position: absolute;
  bottom: 2px;
  right: 0;
}

#sec10 .list .item dl.line-dt {
  border-bottom: none;
}

#sec10 .list .item dl.line-dt dt {
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.6);
}

#sec10 .list .item dl.line-dt dt span {
  border-bottom: 1px solid rgba(0, 0, 0, 0.6);
  display: block;
}

#sec10 .list .item dl.line-dt dd span {
  padding: 0 0 2px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.6);
  display: inline-block;
}

#sec10 .list .item .price {
  text-align: right;
  margin: -20px 0 20px;
}

#sec10 .list .item .price span {
  padding: 0 0 2px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.6);
  display: inline-block;
}

#sec10 .list .item p {
  text-align: left;
}

@media screen and (min-width: 767px) {
  #sec10 {
    position: relative;
    z-index: 3;
    padding: 0 0 30px;
    margin-top: -175px;
  }
  #sec10 h2 {
    font-size: 84px;
    text-align: center;
    position: relative;
    padding-bottom: 25px;
    margin-bottom: 50px;
    line-height: 84px;
    letter-spacing: 0.15em;
  }
  #sec10 h2::before {
    width: 150px;
    height: 1px;
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -75px;
    content: "";
  }
  #sec10 .note {
    text-align: right;
    margin-bottom: 10px;
    font-size: 15px;
  }
  #sec10 .list {
    position: relative;
    background: url(../img/menu/bg_menu.jpg) repeat;
    padding: 95px 90px 80px;
    width: 1260px;
    margin-left: -130px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
  }
  #sec10 .list::before {
    border: 1px solid #fff;
    position: absolute;
    top: 25px;
    left: 30px;
    right: 30px;
    bottom: 25px;
    content: "";
  }
  #sec10 .list .item {
    margin-bottom: 20px;
    border: 1px solid rgba(0, 0, 0, 0.6);
    background: rgba(255, 255, 255, 0.5);
    padding: 25px 65px 20px;
    text-align: center;
    box-sizing: border-box;
    width: 348px;
  }
  #sec10 .list .item h3 {
    background: url(../img/menu/bg_ttl.jpg) repeat;
    line-height: 36px;
    height: 36px;
    display: inline-block;
    min-width: 70px;
    padding: 0 25px;
    text-align: center;
    font-size: 20px;
    margin-bottom: 30px;
    color: #fff;
  }
  #sec10 .list .item dl {
    text-align: left;
    padding: 0 0 2px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.6);
    margin-bottom: 29px;
    position: relative;
  }
  #sec10 .list .item dl::after {
    content: "." !important;
    clear: both !important;
    display: block !important;
    height: 0 !important;
    visibility: hidden !important;
  }
  #sec10 .list .item dl dt {
    float: left;
  }
  #sec10 .list .item dl dd {
    float: right;
    text-align: right;
  }
  #sec10 .list .item dl dd.bottom {
    position: absolute;
    bottom: 2px;
    right: 0;
  }
  #sec10 .list .item dl.line-dt {
    border-bottom: none;
  }
  #sec10 .list .item dl.line-dt dt {
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.6);
  }
  #sec10 .list .item dl.line-dt dt span {
    border-bottom: 1px solid rgba(0, 0, 0, 0.6);
    display: block;
  }
  #sec10 .list .item dl.line-dt dd span {
    padding: 0 0 2px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.6);
    display: inline-block;
  }
  #sec10 .list .item .price {
    text-align: right;
    margin: -28px 0 28px;
  }
  #sec10 .list .item .price span {
    padding: 0 0 2px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.6);
    display: inline-block;
  }
  #sec10 .list .item p {
    text-align: left;
  }
}

/*================== sec11 ====================*/
#sec11 {
  position: relative;
  z-index: 3;
  padding: 20vw 0 0;
  margin-top: -10vw;
}

#sec11 h2 {
  font-size: 9vw;
  text-align: center;
  position: relative;
  padding-bottom: 5px;
  margin-bottom: 6vw;
  line-height: 44px;
  letter-spacing: 0.15em;
}

#sec11 h2::before {
  width: 100px;
  height: 1px;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -50px;
  content: "";
}

#sec11 .note {
  text-align: right;
  margin-bottom: 10px;
  font-size: 14px;
}

#sec11 .list {
  position: relative;
  background: url(../img/menu/bg_menu.jpg) repeat;
  padding: 25px 6% 1px;
}

#sec11 .list::before {
  border: 1px solid #fff;
  position: absolute;
  top: 3px;
  left: 3px;
  right: 3px;
  bottom: 3px;
  content: "";
}

#sec11 .list .item {
  margin-bottom: 20px;
  border: 1px solid rgba(0, 0, 0, 0.6);
  background: rgba(255, 255, 255, 0.5);
  padding: 25px;
  text-align: center;
}

#sec11 .list .item h3 {
  background: url(../img/menu/bg_ttl.jpg) repeat;
  line-height: 36px;
  height: 36px;
  display: inline-block;
  min-width: 120px;
  padding: 0 25px;
  text-align: center;
  font-size: 16px;
  margin-bottom: 20px;
  color: #fff;
}

#sec11 .list .item dl {
  text-align: left;
  padding: 0 0 2px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.6);
  margin-bottom: 20px;
  position: relative;
}

#sec11 .list .item dl::after {
  content: "." !important;
  clear: both !important;
  display: block !important;
  height: 0 !important;
  visibility: hidden !important;
}

#sec11 .list .item dl dt {
  float: left;
}

#sec11 .list .item dl dd {
  float: right;
  text-align: right;
}

#sec11 .list .item dl dd.bottom {
  position: absolute;
  bottom: 2px;
  right: 0;
}

#sec11 .list .item dl.line-dt {
  border-bottom: none;
}

#sec11 .list .item dl.line-dt dt {
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.6);
}

#sec11 .list .item dl.line-dt dt span {
  border-bottom: 1px solid rgba(0, 0, 0, 0.6);
  display: block;
}

#sec11 .list .item dl.line-dt dd span {
  padding: 0 0 2px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.6);
  display: inline-block;
}

#sec11 .list .item .price {
  text-align: right;
  margin: -20px 0 20px;
}

#sec11 .list .item .price span {
  padding: 0 0 2px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.6);
  display: inline-block;
}

#sec11 .list .item p {
  text-align: left;
}

#sec11 .list .item p.desc {
  text-align: center;
  margin: -10px 10% 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.6);
}

@media screen and (min-width: 767px) {
  #sec11 {
    position: relative;
    z-index: 3;
    padding: 100px 0 0;
    margin-top: 0;
  }
  #sec11 h2 {
    font-size: 84px;
    text-align: center;
    position: relative;
    padding-bottom: 25px;
    margin-bottom: 40px;
    line-height: 84px;
    letter-spacing: 0.15em;
  }
  #sec11 h2::before {
    width: 150px;
    height: 1px;
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -75px;
    content: "";
  }
  #sec11 .note {
    text-align: right;
    margin-bottom: 10px;
    font-size: 15px;
  }
  #sec11 .list {
    position: relative;
    background: url(../img/menu/bg_menu.jpg) repeat;
    padding: 95px 90px 80px;
    width: 1260px;
    margin-left: -130px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
  }
  #sec11 .list::before {
    border: 1px solid #fff;
    position: absolute;
    top: 25px;
    left: 30px;
    right: 30px;
    bottom: 25px;
    content: "";
  }
  #sec11 .list .item {
    margin-bottom: 20px;
    border: 1px solid rgba(0, 0, 0, 0.6);
    background: rgba(255, 255, 255, 0.5);
    padding: 25px 65px 20px;
    text-align: center;
    box-sizing: border-box;
    width: 348px;
  }
  #sec11 .list .item.is-item {
    padding: 25px 45px 20px;
  }
  #sec11 .list .item h3 {
    background: url(../img/menu/bg_ttl.jpg) repeat;
    line-height: 36px;
    height: 36px;
    display: inline-block;
    min-width: 70px;
    padding: 0 25px;
    text-align: center;
    font-size: 20px;
    margin-bottom: 30px;
    color: #fff;
  }
  #sec11 .list .item h4 {
    font-size: 17px;
    width: 348px;
    margin: -20px 0 35px -65px;
  }
  #sec11 .list .item dl {
    text-align: left;
    padding: 0 0 2px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.6);
    margin-bottom: 29px;
    position: relative;
  }
  #sec11 .list .item dl::after {
    content: "." !important;
    clear: both !important;
    display: block !important;
    height: 0 !important;
    visibility: hidden !important;
  }
  #sec11 .list .item dl dt {
    float: left;
  }
  #sec11 .list .item dl dd {
    float: right;
    text-align: right;
  }
  #sec11 .list .item dl dd.bottom {
    position: absolute;
    bottom: 2px;
    right: 0;
  }
  #sec11 .list .item dl.line-dt {
    border-bottom: none;
  }
  #sec11 .list .item dl.line-dt dt {
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.6);
  }
  #sec11 .list .item dl.line-dt dt span {
    border-bottom: 1px solid rgba(0, 0, 0, 0.6);
    display: block;
  }
  #sec11 .list .item dl.line-dt dd span {
    padding: 0 0 2px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.6);
    display: inline-block;
  }
  #sec11 .list .item .price {
    text-align: right;
    margin: -20px 0 20px;
  }
  #sec11 .list .item .price span {
    padding: 0 0 2px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.6);
    display: inline-block;
  }
  #sec11 .list .item p {
    text-align: left;
  }
  #sec11 .list .item p.desc {
    text-align: center;
    margin: -10px 10% 30px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.6);
  }
}

/*================== sec12 ====================*/
#sec12 {
  padding: 20vw 0 12vw;
  background: url(../img/menu/bg_bottom.jpg) no-repeat bottom center;
  background-size: 150% auto;
}

@media screen and (min-width: 767px) {
  #sec12 {
    padding: 417px 0 95px;
    background: url(../img/menu/bg_bottom.jpg) no-repeat bottom center;
    background-size: 100% auto;
    margin-top: -225px;
  }
  #sec12 p {
    width: 1185px;
    margin-left: -90px;
  }
}
