/* Scss Document */
/* Scss Document */
#key {
  background: url("../img/menu/key_img.jpg") no-repeat center/cover; }

#sec1 {
  background: url("../img/menu/sec1_bg.jpg") no-repeat top center;
  padding-top: 79px;
  margin-bottom: 12px; }
  #sec1 .sec1Info {
    padding-top: 169px;
    width: 500px; }
  #sec1 .sec1_txt {
    width: 100%;
    height: 365px;
    margin-top: 36px;
    position: relative;
    letter-spacing: 2.3px; }
    #sec1 .sec1_txt p {
      height: 100%;
      position: absolute;
      top: 0;
      left: 50%;
      transform: translateX(-50%); }
  #sec1 .sec1_txt2 {
    line-height: 108px; }

#sec2 {
  position: relative; }
  #sec2:before {
    content: url("../img/menu/sec2_deco.png");
    top: -94px;
    right: -122px;
    position: absolute; }
  #sec2 .sec2Info {
    position: absolute;
    z-index: 1;
    right: 0;
    top: 57px;
    width: 450px; }
    #sec2 .sec2Info p {
      margin: 26px 0 0 1px;
      width: 460px; }
  #sec2 #sec2Slider {
    position: relative;
    z-index: 0;
    width: 1110px;
    margin-left: -91px; }
    #sec2 #sec2Slider .sec2Price {
      position: absolute;
      color: #fff;
      left: 131px;
      bottom: 47px;
      background: rgba(0, 0, 0, 0.8);
      width: 420px;
      height: 130px;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-wrap: wrap; }
      #sec2 #sec2Slider .sec2Price dl {
        font-size: 22px;
        line-height: 35px;
        font-weight: bold;
        text-align: center; }
        #sec2 #sec2Slider .sec2Price dl span {
          font-size: 16px; }
      #sec2 #sec2Slider .sec2Price:before {
        content: "";
        top: 5px;
        left: 5px;
        position: absolute;
        border: 1px solid #fff;
        width: calc(100% - 12px);
        height: calc(100% - 12px); }
  #sec2 .slick-dots {
    margin-left: 81px;
    margin-top: -11px; }
  #sec2 .slick-dots button {
    width: 204px;
    height: 142px; }
  #sec2 .slick-dots li {
    margin: 0;
    transition: all 0.3s; }
    #sec2 .slick-dots li:nth-child(1) button {
      background: url(../img/menu/sec2_thumb1.png) no-repeat center; }
    #sec2 .slick-dots li:nth-child(2) button {
      background: url(../img/menu/sec2_thumb2.png) no-repeat center; }
    #sec2 .slick-dots li:nth-child(3) button {
      background: url(../img/menu/sec2_thumb3.png) no-repeat center; }
    #sec2 .slick-dots li:nth-child(4) button {
      background: url(../img/menu/sec2_thumb4.png) no-repeat center; }
    #sec2 .slick-dots li:nth-child(5) button {
      background: url(../img/menu/sec2_thumb5.png) no-repeat center; }
    #sec2 .slick-dots li:nth-child(1).slick-active button {
      background: url(../img/menu/sec2_thumb1_on.png) no-repeat center; }
    #sec2 .slick-dots li:nth-child(2).slick-active button {
      background: url(../img/menu/sec2_thumb2_on.png) no-repeat center; }
    #sec2 .slick-dots li:nth-child(3).slick-active button {
      background: url(../img/menu/sec2_thumb3_on.png) no-repeat center; }
    #sec2 .slick-dots li:nth-child(4).slick-active button {
      background: url(../img/menu/sec2_thumb4_on.png) no-repeat center; }
    #sec2 .slick-dots li:nth-child(5).slick-active button {
      background: url(../img/menu/sec2_thumb5_on.png) no-repeat center; }

.price {
  width: 416px;
  height: 126px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #000;
  position: relative; }
  .price:before {
    content: "";
    top: 2px;
    left: 2px;
    position: absolute;
    border: 1px solid #000;
    width: calc(100% - 8px);
    height: calc(100% - 8px); }
  .price dl {
    font-size: 22px;
    line-height: 35px;
    font-weight: bold;
    text-align: center; }
    .price dl span {
      font-size: 16px; }

#sec3 {
  position: relative;
  z-index: 1; }
  #sec3 #sec3_1 {
    position: relative;
    margin-top: 78px;
    padding-bottom: 68px;
    z-index: 1; }
    #sec3 #sec3_1:before {
      content: "";
      top: -210px;
      left: 0;
      position: absolute;
      width: 100%;
      height: 706px;
      background: url("../img/menu/sec3_bg.png") no-repeat top center;
      pointer-events: none; }
    #sec3 #sec3_1 .wrap {
      box-sizing: border-box;
      padding-left: 39px;
      z-index: 0; }
    #sec3 #sec3_1 .price {
      margin: 34px 0 20px 2px; }
      #sec3 #sec3_1 .price:after {
        content: url("../img/menu/sec3_deco1.png");
        top: 45px;
        left: -90px;
        position: absolute; }
    #sec3 #sec3_1 .sec3_txt1 {
      width: 430px;
      letter-spacing: 1.9px; }
    #sec3 #sec3_1 .sec3_img1 {
      top: 0;
      right: -321px;
      position: absolute;
      z-index: -1; }
  #sec3 #sec3_2 {
    background: url("../img/menu/sec3_bg2.jpg") no-repeat top center;
    color: #fff;
    padding-top: 98px;
    box-sizing: border-box;
    height: 650px; }
    #sec3 #sec3_2 .price, #sec3 #sec3_2 .price:before {
      border-color: #fff; }
    #sec3 #sec3_2 h3 {
      text-align: right;
      margin-right: 82px; }
    #sec3 #sec3_2 .price {
      margin: 35px 40px 21px auto; }
    #sec3 #sec3_2 .sec3_txt2 {
      margin: 0 35px 0 auto;
      width: 424px; }
  #sec3 #sec3_3 {
    background: url("../img/menu/sec3_bg3.jpg") no-repeat bottom center;
    padding: 97px 0 72px; }
    #sec3 #sec3_3 .wrap {
      box-sizing: border-box;
      padding-left: 40px; }
    #sec3 #sec3_3 h3 {
      margin-left: 3px; }
    #sec3 #sec3_3 .price {
      margin: 37px 0 21px 0; }
    #sec3 #sec3_3 .sec3_txt3 {
      width: 426px; }
  #sec3 #sec3_4 {
    padding-top: 115px;
    box-sizing: border-box; }
    #sec3 #sec3_4 h3 {
      text-align: right;
      margin-right: 42px; }
    #sec3 #sec3_4 .price {
      margin: 36px 40px 21px auto; }
    #sec3 #sec3_4 .sec3_txt4 {
      margin: 0 36px 0 auto;
      width: 423px; }
    #sec3 #sec3_4 .wrap {
      z-index: 0; }
      #sec3 #sec3_4 .wrap:before {
        content: url("../img/menu/sec3_img2.png");
        top: -141px;
        left: -117px;
        position: absolute;
        z-index: -1; }
  #sec3 #sec3_5 {
    padding-top: 132px; }
    #sec3 #sec3_5:before {
      content: url("../img/menu/sec3_deco3.png");
      top: -141px;
      right: -400px;
      position: absolute; }
    #sec3 #sec3_5 h3 {
      margin-bottom: 49px; }
    #sec3 #sec3_5 .sec3Group {
      display: flex;
      justify-content: space-between; }
      #sec3 #sec3_5 .sec3Group .sec3Col {
        position: relative;
        width: 480px;
        box-sizing: border-box;
        padding: 357px 34px 32px 42px; }
        #sec3 #sec3_5 .sec3Group .sec3Col:before {
          content: "";
          top: 10px;
          left: 10px;
          position: absolute;
          border: 2px solid #fff;
          width: calc(100% - 24px);
          height: calc(100% - 24px); }
        #sec3 #sec3_5 .sec3Group .sec3Col:nth-child(1) {
          background: #748080 url("../img/menu/sec3_bg4.jpg") no-repeat top center;
          color: #fff; }
          #sec3 #sec3_5 .sec3Group .sec3Col:nth-child(1):after {
            content: url("../img/menu/sec3_deco4.png");
            top: 357px;
            left: -60px;
            position: absolute; }
        #sec3 #sec3_5 .sec3Group .sec3Col:nth-child(2) {
          background: #c3c1c0 url("../img/menu/sec3_bg5.jpg") no-repeat top center; }
          #sec3 #sec3_5 .sec3Group .sec3Col:nth-child(2):after {
            content: url("../img/menu/sec3_deco5.png");
            top: 275px;
            right: -48px;
            position: absolute; }
    #sec3 #sec3_5 h4, #sec3 #sec3_5 .sec3_price {
      font-size: 22px;
      line-height: 35px;
      font-weight: bold; }
      #sec3 #sec3_5 h4 span, #sec3 #sec3_5 .sec3_price span {
        font-size: 16px; }
    #sec3 #sec3_5 .sec3_price {
      margin-bottom: 11px; }

#sec4 {
  background: url("../img/menu/sec4_bg.jpg") no-repeat center/cover;
  margin-top: -51px;
  color: #fff;
  box-sizing: border-box;
  padding: 100px 79px 53px;
  position: relative; }
  #sec4 .sec4_txt {
    margin: 16px 28px 0 0;
    width: 300px;
    height: 530px; }
  #sec4 .btn_link {
    width: 166px;
    height: 160px;
    background: url("../img/menu/sec4_btn.png") no-repeat center;
    bottom: 116px;
    right: 507px;
    position: absolute; }
    #sec4 .btn_link span {
      display: block;
      margin-top: -23px; }

#sec5 {
  background: url("../img/menu/sec5_bg2.jpg") repeat-x top center, url("../img/menu/sec5_bg1.jpg") repeat top center;
  padding: 80px 0 54px; }
  #sec5 .sec5_txt {
    line-height: 72px;
    margin-bottom: 11px; }
  #sec5 .sec5List {
    display: flex;
    justify-content: space-between; }
    #sec5 .sec5List .col {
      width: 320px; }
  #sec5 .menuList {
    margin-bottom: 28px; }
    #sec5 .menuList dt {
      width: 230px; }
