#sec1 {
  background: url("../img/menu/sec1_bg_sp.jpg") no-repeat center top/100% auto;
  padding: 15vw 0 20vw;
}

#sec1 h2 {
  text-align: center;
  line-height: 1.5;
}

#sec1 .sec1-txt1 {
  margin-top: 5vw;
}

#sec1 h3 {
  margin: 10vw auto 8vw;
  line-height: 2;
}

#sec1 h3 p {
  position: relative;
  display: table;
}

#sec1 h3 p:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0.7vw;
  width: 1px;
  height: 100%;
  background: #5f5d5c;
}

#sec1 h3 p:nth-child(2) {
  margin-top: 7vw;
}

#sec1 h3 p:nth-child(3) {
  margin-top: 14vw;
}

#sec1 .sec1-img2 {
  margin-top: -41vw;
  position: relative;
}

#sec1 .sec1-img2 .sec1-line {
  position: absolute;
  z-index: 0;
  left: -5%;
  top: 0;
  width: 120%;
}

#sec1 .sec1-img2 p:nth-child(2) {
  width: 80%;
  position: relative;
  z-index: 1;
}

#sec1 .sec1-img2 .sec1-txt3 {
  position: absolute;
  z-index: 2;
  bottom: 55vw;
  right: 23%;
  font-size: 90%;
}

#sec1 .sec1-img2 .sec1-txt3 span {
  font-size: 130%;
}

#sec1 .sec1-img2 .sec1-txt4 {
  position: absolute;
  border: 1px solid #a29f9e;
  bottom: 10vw;
  right: 0;
  padding: 2vw 5vw;
  z-index: 3;
}

#sec1 .sec1-img2 .sec1-txt4:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 21vw;
  background-color: #a29f9e;
  transform: rotate(-45deg);
  top: -15vw;
  left: 10vw;
}

@media only screen and (max-width: 768px) {
  #sec1 .sec1-img2 p:nth-child(2) {
    z-index: -1;
  }

  #sec3 .sec3_img1 p:first-child img {
    object-fit: cover;
    width: 85%;
    height: 57vw;
  }

  #sec3 .sec3_img3 img {
    object-fit: cover;
    width: 85%;
    height: 57vw;
  }

  #sec3 .sec3_img1 .sec3-txt1 {
    right: -1% !important;
  }
}

@media only screen and (min-width: 768px) {
  #sec1 {
    background: url("../img/menu/sec1_bg.jpg") no-repeat center top;
    padding: 100px 30px 156px;
  }

  #sec1 h2 {
    line-height: 61px;
    position: relative;
    z-index: 1;
    letter-spacing: 8px;
  }

  #sec1 h2 .shop_name {
    display: inline-block;
    letter-spacing: 2px;
  }

  #sec1 .sec1-img1 {
    position: absolute;
    top: 10px;
    left: 540px;
    width: 670px;
  }

  #sec1 .sec1-txt1 {
    margin: 63px 0 0 161px;
    height: 487px;
  }

  #sec1 .sec1-txt1 .txt1 {
    margin-top: -11px;
  }

  #sec1 h3 {
    order: 2;
    margin: -19px 0 0 0;
    line-height: 71px;
    letter-spacing: 7px;
  }

  #sec1 h3 p:before {
    right: 6px;
  }

  #sec1 h3 p:nth-child(2) {
    margin-top: 45px;
  }

  #sec1 h3 p:nth-child(3) {
    margin-top: 89px;
  }

  #sec1 .sec1-2 {
    justify-content: flex-start;
  }

  #sec1 .sec1-txt2 {
    width: 374px;
    margin: 37px 30px 0 0;
  }

  #sec1 .sec1-txt2 p:nth-child(2) {
    margin: 115px 22px 0 0;
  }

  #sec1 .sec1-img2 {
    margin: -221px 0 0 63px;
    width: 445px;
    order: -1;
  }

  #sec1 .sec1-img2 p:nth-child(2) {
    width: 100%;
  }

  #sec1 .sec1-img2 .sec1-txt3 {
    bottom: 269px;
    right: 30px;
    font-size: 18px;
    line-height: 31px;
    letter-spacing: 3.5px;
  }

  #sec1 .sec1-img2 .sec1-txt3 span {
    font-size: 24px;
  }

  #sec1 .sec1-img2 .sec1-txt4 {
    bottom: 105px;
    right: -133px;
    line-height: 44px;
    padding: 15px 0 10px 32px;
    box-sizing: border-box;
    width: 322px;
    height: 126px;
    letter-spacing: 5px;
  }

  #sec1 .sec1-img2 .sec1-txt4:before {
    height: 103px;
    transform: rotate(-34deg);
    top: -82px;
    left: 49px;
  }

  #sec1 .sec1-img3 {
    position: absolute;
    bottom: -15px;
    right: 83px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1230px) {
  #sec1 .sec1-img2 {
    margin-left: 0;
  }

  #sec1 .sec1-img3 {
    right: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1100px) {
  #sec1 .sec1-img2 .sec1-txt4 {
    bottom: 0;
    width: 310px;
    right: -95px;
  }

  #sec1 .sec1-img3 {
    width: 326px;
  }

  #sec1 .sec1-txt2 {
    width: 394px;
    margin-right: 10px;
  }
}

#sec2 {
  background: url("../img/menu/sec2_bg.jpg") no-repeat center top/100% auto;
  padding: 20vw 0;
}

#sec2 h2 {
  text-align: center;
  margin-bottom: 7vw;
}

#sec2 h2 .sec2-ttl1 {
  margin: 0 auto 5vw;
  width: 40%;
}

#sec2 h2 .sec2-ttl2 span {
  display: inline-block;
  border: 1px solid #999796;
  line-height: 1.5;
  padding: 0 2vw 0 3vw;
}

#sec2 h2 .sec2-ttl3 {
  line-height: 1.5;
  margin-top: 1vw;
}

#sec2 .sec2-group {
  position: relative;
  margin-top: 10vw;
  z-index: 0;
  padding: 10vw 5%;
  text-align: center;
}

#sec2 .sec2-group:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  width: 120%;
  height: 100%;
  background: url("../img/menu/sec2_bg2.png") repeat center;
}

#sec2 .sec2-group h3 {
  margin-bottom: 5vw;
}

@media only screen and (min-width: 768px) {
  #sec2 {
    background: url("../img/menu/sec2_bg.jpg") no-repeat center top;
    padding: 126px 30px 40px;
  }

  #sec2 h2 {
    margin-bottom: 29px;
  }

  #sec2 h2 .sec2-ttl1 {
    margin: 0 auto 32px;
    width: 338px;
  }

  #sec2 h2 .sec2-ttl2 span {
    line-height: 30px;
    padding: 0 8px;
    letter-spacing: 3px;
  }

  #sec2 h2 .sec2-ttl3 {
    margin-top: -1px;
    letter-spacing: 6px;
  }

  #sec2 .sec2-txt1 {
    text-align: center;
  }

  #sec2 .sec2-group {
    margin-top: 106px;
    z-index: 0;
    padding: 80px 70px 60px;
  }

  #sec2 .sec2-group:before {
    right: -50px;
    width: 150%;
  }

  #sec2 .sec2-group h3 {
    margin-bottom: 72px;
  }

  #sec2 .sec2-group .df-pc {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
    -moz-column-gap: 28px;
    column-gap: 28px;
    row-gap: 25px;
    margin-top: 33px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1150px) {
  #sec2 .sec2-group {
    padding: 80px 0 60px;
  }
}

#sec3 {
  margin-bottom: 20vw;
}

#sec3 .sec3-1 {
  position: relative;
  z-index: 0;
  color: #fff;
}

#sec3 .sec3-deco1 {
  position: absolute;
  z-index: -1;
  bottom: -12vw;
  left: -14%;
  width: 100%;
}

#sec3 h2 {
  margin: 0 auto 10vw;
  line-height: 2;
}

#sec3 h2 p:nth-child(2) {
  margin-top: 10vw;
}

#sec3 h2 p:nth-child(3) {
  margin-top: 44vw;
  margin-right: 1vw;
  display: table;
  position: relative;
}

#sec3 h2 p:nth-child(3):before {
  content: "";
  position: absolute;
  top: -5vw;
  right: 1vw;
  width: 1px;
  height: calc(100% + 8vw);
  background: #8d8c8b;
}

#sec3 h2 p:nth-child(3) span {
  display: inline-block;
  letter-spacing: -0.2em;
  margin-top: -3vw;
}

#sec3 .dl_file {
  margin-bottom: 10vw;
}

#sec3 .dl_file dd {
  font-size: 4.8vw;
  line-height: 1.9;
  margin-top: 2vw;
}

#sec3 .sec3-txt1 {
  position: absolute;
  line-height: 1.5;
  z-index: 1;
}

#sec3 .sec3-txt1:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.5);
  width: 100%;
  height: 1px;
}

#sec3 .sec3-txt1.txt-vertical:before {
  width: 1px;
  height: 100%;
}

#sec3 .sec3_img1 {
  width: 72%;
  position: relative;
  margin-bottom: 10vw;
}

#sec3 .sec3_img1 .sec3-txt1 {
  bottom: -1vw;
  right: 10%;
}

#sec3 .sec3_img2 {
  position: relative;
}

#sec3 .sec3_img2 .sec3-txt1 {
  bottom: 5vw;
  left: 5%;
}

#sec3 .sec3_img3 {
  position: relative;
  margin-top: 7vw;
}

#sec3 .sec3_img3 .sec3-txt1 {
  bottom: 5vw;
  right: 7%;
}

#sec3 .sec3_img4 {
  justify-content: flex-end;
  align-items: flex-end;
  margin-top: 7vw;
}

#sec3 .sec3_img4 .sec3-txt1 {
  position: relative;
  margin: 0 5vw;
}

#sec3 .sec3-2 {
  position: relative;
  padding-top: 10vw;
}

#sec3 .sec3-deco2 {
  position: absolute;
  z-index: -1;
  top: -12vw;
  left: -14%;
  width: 100%;
}

#sec3 .sec3_img5 {
  position: relative;
}

#sec3 .sec3_img5 .sec3-txt1 {
  position: relative;
  z-index: 2;
  margin: -21vw 0 0 6vw;
}

#sec3 .sec3_img5 .slick-dots {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 16vw;
}

#sec3 .sec3_img6 {
  margin: 10vw 0;
}

#sec3 .sec3_img6 p:nth-child(1) {
  width: 65%;
  margin-left: auto;
}

#sec3 .sec3_img6 .sec3-txt1 {
  position: relative;
  z-index: 2;
  margin-top: -10vw;
  display: table;
}

#sec3 .sec3_img7 {
  width: 80%;
  position: relative;
}

#sec3 .sec3_img7 .sec3-txt1 {
  bottom: 5vw;
  right: 7%;
}

@media only screen and (min-width: 768px) {
  #sec3 {
    margin-bottom: 105px;
    padding: 0 30px;
  }

  #sec3 .sec3-deco1 {
    bottom: -327px;
    left: 91px;
    width: 523px;
  }

  #sec3 .dl_file {
    margin-bottom: 0;
    position: absolute;
  }

  #sec3 .dl_file dt {
    letter-spacing: 5px;
  }

  #sec3 .dl_file dd {
    font-size: 29px;
    line-height: 56px;
    margin-top: 16px;
    letter-spacing: 5.2px;
  }

  #sec3 .sec3-1 {
    padding-top: 101px;
  }

  #sec3 .sec3-1 .df-pc {
    justify-content: flex-start;
    align-items: flex-start;
  }

  #sec3 .sec3-1 .dl_file {
    left: 92px;
    bottom: 197px;
  }

  #sec3 h2 {
    position: absolute;
    top: -126px;
    right: 0;
    margin: 0;
    line-height: 65px;
    letter-spacing: 6px;
  }

  #sec3 h2 p:nth-child(2) {
    margin-top: 43px;
  }

  #sec3 h2 p:nth-child(3) {
    margin-top: 243px;
    margin-right: 10px;
  }

  #sec3 h2 p:nth-child(3):before {
    top: -26px;
    right: 8px;
    height: calc(100% + 30px);
  }

  #sec3 h2 p:nth-child(3) span {
    letter-spacing: -5px;
    margin-top: -10px;
  }

  #sec3 .sec3-txt1 {
    line-height: 37px;
    letter-spacing: 4px;
  }

  #sec3 .sec3-txt1:before {
    right: 0;
  }

  #sec3 .sec3-txt1.txt-vertical:before {
    right: -6px;
  }

  #sec3 .sec3_img1 {
    width: 269px;
    margin-bottom: 0;
    margin-left: 85px;
  }

  #sec3 .sec3_img1 .sec3-txt1 {
    bottom: -27px;
    right: 41px;
  }

  #sec3 .sec3_img2 {
    width: 457px;
    margin: 93px 25px 0 25px;
  }

  #sec3 .sec3_img2 .sec3-txt1 {
    bottom: 20px;
    left: 25px;
  }

  #sec3 .sec3_img3 {
    margin: 233px -150px 0 0;
    width: 493px;
  }

  #sec3 .sec3_img3 .sec3-txt1 {
    bottom: -101px;
    right: 296px;
  }

  #sec3 .sec3_img4 {
    margin: -116px 252px 0 0;
  }

  #sec3 .sec3_img4 .sec3-txt1 {
    margin: 0 16px;
  }

  #sec3 .sec3_img4 .sec3-txt1:before {
    right: -2px;
  }

  #sec3 .sec3-2 {
    padding-top: 137px;
  }

  #sec3 .sec3-2 .df-pc {
    align-items: flex-start;
    justify-content: flex-start;
  }

  #sec3 .sec3-2 .dl_file {
    text-align: center;
    top: 215px;
    right: -18px;
  }

  #sec3 .sec3-deco2 {
    top: -163px;
    left: calc(50% + 15px);
    width: 732px;
  }

  #sec3 .sec3_img5 {
    width: calc(50% - 20px);
    margin-left: 6px;
  }

  #sec3 .sec3_img5 .sec3-txt1 {
    margin: -115px 0 0 0;
    width: 192px;
  }

  #sec3 .sec3_img5 .slick-dots {
    bottom: 89px;
  }

  #sec3 .sec3_img5 .slide-img p:nth-child(1) {
    height: 474px;
    width: 100%;
  }

  #sec3 .sec3_img5 .slide-img p:nth-child(1) img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  #sec3 .sec3_img6 {
    margin: 280px 30px 0 30px;
    width: 244px;
    position: relative;
  }

  #sec3 .sec3_img6 p:nth-child(1) {
    width: 100%;
  }

  #sec3 .sec3_img6 .sec3-txt1 {
    position: absolute;
    margin-top: 0;
    bottom: -37px;
    left: -117px;
    min-width: 232px;
  }

  #sec3 .sec3_img6 .sec3-txt1:before {
    bottom: -4px;
  }

  #sec3 .sec3_img7 {
    width: 323px;
    margin: 369px -14px 0 0;
  }

  #sec3 .sec3_img7 .sec3-txt1 {
    bottom: -22px;
    right: 18px;
    letter-spacing: 2.5px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1250px) {
  #sec3 .sec3_img1 {
    margin-left: 0;
  }

  #sec3 .sec3-1 .dl_file {
    bottom: 278px;
    left: 0;
  }

  #sec3 .sec3_img5 {
    margin-left: 0;
    width: calc(50% - 100px);
  }

  #sec3 .sec3_img5 .sec3-txt1 {
    width: 140px;
  }

  #sec3 .sec3-2 .dl_file {
    right: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1100px) {
  #sec3 .sec3_img4 {
    margin-top: -60px;
  }

  #sec3 .sec3-1 .dl_file {
    bottom: 306px;
  }
}

#banner .btn-zoom {
  text-align: center;
}

#banner .btn-zoom .btn-txt {
  position: absolute;
  z-index: 1;
  top: 5vw;
  left: 0;
  width: 100%;
  font-size: 4.5vw;
  line-height: 2;
  letter-spacing: 0.12em;
}

#banner .btn-zoom .btn-arrow {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 6vw;
  width: 6vw;
  z-index: 1;
}

@media only screen and (min-width: 768px) {
  #banner .btn-zoom {
    width: 50%;
    height: 292px;
  }

  #banner .btn-zoom .btn-txt {
    letter-spacing: 2px;
    font-size: 29px;
    top: 60px;
  }

  #banner .btn-zoom .btn-arrow {
    bottom: 59px;
    width: 48px;
  }
}

#sec4 {
  background: url("../img/menu/sec4_bg.jpg") no-repeat center/cover;
  padding: 20vw 0 15vw;
  text-align: center;
  color: #fff;
}

#sec4 .sec4-ttl1 {
  margin: 0 auto 5vw;
  width: 45%;
}

#sec4 .sec4-ttl2 {
  letter-spacing: 0.12em;
  margin-bottom: 10vw;
  font-size: 5.5vw;
  line-height: 1.8;
}

#sec4 .col {
  margin: 0 auto 10vw;
  width: 85%;
}

#sec4 h3 {
  border-bottom: 1px solid #fff;
  padding-bottom: 3vw;
  margin-bottom: 5vw;
}

#sec4 .tel p {
  justify-content: center;
}

#sec4 .tel small {
  margin-top: 1vw;
  display: block;
  letter-spacing: 0;
  font-size: 78%;
}

#sec4 .btn-reverse {
  margin: 0 auto;
  width: 85%;
  height: 50px;
}

@media only screen and (min-width: 768px) {
  #sec4 {
    padding: 126px 30px 175px;
  }

  #sec4 .sec4-ttl1 {
    margin: 0 auto 10px;
    width: 188px;
  }

  #sec4 .sec4-ttl2 {
    letter-spacing: 4px;
    margin-bottom: 75px;
    font-size: 31px;
  }

  #sec4 .sec4-group {
    margin: 0 auto;
    width: 860px;
    position: relative;
  }

  #sec4 .sec4-group:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 1px;
    height: 100%;
    background-color: #6e6e6e;
  }

  #sec4 .col {
    margin: 0;
    width: 380px;
  }

  #sec4 h3 {
    line-height: 50px;
    padding-bottom: 14px;
    margin-bottom: 35px;
  }

  #sec4 .tel {
    margin-top: -7px;
  }

  #sec4 .tel p {
    font-size: 27px;
    letter-spacing: 3px;
  }

  #sec4 .tel p span {
    font-size: 19px;
  }

  #sec4 .tel small {
    letter-spacing: 1.5px;
    margin-top: 5px;
    font-size: 12px;
  }

  #sec4 .btn-reverse {
    width: 292px;
  }
}

#sec5 {
  background: url("../img/menu/sec5_deco.png") no-repeat top right/50% auto, url("../img/menu/sec5_deco2.png") no-repeat top left/30% auto;
  padding: 8vw 0 15vw;
}

#sec5 .wrap {
  padding-top: 2vw;
}

#sec5 .sec5-txt {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  z-index: -1;
}

#sec5 h2 {
  text-align: center;
}

#sec5 .sec5-ttl1 span {
  display: inline-flex;
  align-items: center;
}

#sec5 .sec5-ttl1 span:before,
#sec5 .sec5-ttl1 span:after {
  content: "";
  display: block;
  height: 1px;
  width: 5vw;
  background-color: #fff;
}

#sec5 .sec5-ttl1 span:before {
  margin-right: 4vw;
}

#sec5 .sec5-ttl1 span:after {
  margin-left: 2vw;
}

#sec5 .sec5-txt1 {
  margin: 8vw 0 10vw;
}

#sec5 .sec5-item {
  margin-bottom: 10vw;
  position: relative;
}

#sec5 .sec5-item dl {
  text-align: center;
  margin: 5vw 5% 0;
  border-bottom: 1px solid #959493;
  padding-bottom: 2vw;
  margin-bottom: 5vw;
}

#sec5 .btn-popup {
  margin-bottom: 5vw;
}

@media only screen and (min-width: 768px) {
  #sec5 {
    background: none;
    padding: 0 30px;
  }

  #sec5 .wrap {
    padding: 136px 0 107px;
    z-index: 0;
  }

  #sec5 .wrap:before,
  #sec5 .wrap:after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
  }

  #sec5 .wrap:before {
    background: url("../img/menu/sec5_deco2.png") no-repeat left top;
    width: 310px;
    height: 410px;
    left: 100px;
  }

  #sec5 .wrap:after {
    background: url("../img/menu/sec5_deco.png") no-repeat right;
    width: 735px;
    height: 1134px;
    left: calc(50% + 262px);
  }

  #sec5 .sec5-txt {
    top: 100px;
    width: 1047px;
    z-index: 0;
  }

  #sec5 h2 {
    text-align: center;
  }

  #sec5 .sec5-ttl1 {
    letter-spacing: 7px;
  }

  #sec5 .sec5-ttl1 span:before,
  #sec5 .sec5-ttl1 span:after {
    width: 34px;
  }

  #sec5 .sec5-ttl1 span:before {
    margin-right: 20px;
  }

  #sec5 .sec5-ttl1 span:after {
    margin-left: 20px;
  }

  #sec5 .sec5-ttl2 {
    margin-top: 37px;
    letter-spacing: 5.5px;
  }

  #sec5 .sec5-txt1 {
    text-align: center;
    margin: 45px 0 81px;
  }

  #sec5 .df-pc {
    margin: 0 auto 78px;
    max-width: 1000px;
  }

  #sec5 .sec5-item {
    margin-bottom: 0;
    width: calc(50% - 27px);
    background: #000;
    border: 1px solid transparent;
    -o-border-image: url("../img/shared/patent1.png") 1 stretch;
    border-image: url("../img/shared/patent1.png") 1 stretch;
    box-sizing: border-box;
  }

  #sec5 .sec5-item dl {
    margin: 0;
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 27px;
  }

  #sec5 .sec5-item dl dt {
    letter-spacing: 5px;
    line-height: 35px;
  }

  #sec5 .sec5-item dl dd {
    margin-top: 16px;
    letter-spacing: 3px;
  }

  #sec5 .sec5-item .sec5-info {
    opacity: 0;
    transition: ease-in-out 0.3s;
    position: relative;
    z-index: 1;
    padding: 66px 30px 60px;
  }

  #sec5 .sec5-item .sec5-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transition: ease-in-out 0.3s;
  }

  #sec5 .sec5-item .btn-arrow {
    position: absolute;
    z-index: 1;
    right: 0;
    bottom: 0;
    width: 46px;
    transition: opacity 0.3s;
  }

  #sec5 .sec5-item .fnt-shippori.item-ttl {
    position: absolute;
    z-index: 1;
    bottom: 35px;
    left: 0;
    width: 100%;
    margin-bottom: 0;
  }

  #sec5 .sec5-item:hover .sec5-info {
    opacity: 1;
  }

  #sec5 .sec5-item:hover .sec5-img {
    opacity: 0.2;
  }

  #sec5 .sec5-item:hover .fnt-shippori.item-ttl,
  #sec5 .sec5-item:hover .btn-arrow {
    opacity: 0;
  }

  #sec5 .btn-popup {
    padding: 15px 0;
    margin-bottom: 27px;
  }

  #sec5 .btn2 {
    width: 324px;
  }
}

#sec6 {
  background: url("../img/index/sec3_bg2.jpg") repeat center;
  padding: 20vw 0;
  color: #252525;
  position: relative;
}

#sec6 .sec6-deco {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 70%;
}

#sec6 h2 {
  position: relative;
  padding-bottom: 5vw;
  margin-bottom: 9vw;
  text-align: center;
}

#sec6 h2:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 1px;
  width: 20vw;
  background: #7c7a76;
}

#sec6 h2 .fz33,
#sec6 h2 .fz25 {
  color: #252525;
}

#sec6 h2 p:nth-child(1) {
  margin: 0 auto 3vw;
  width: 50%;
}

#sec6 .sec6-img {
  position: relative;
}

#sec6 .sec6-txt1 {
  text-align: center;
  color: #fff;
  border-radius: 50%;
  background: url("../img/shared/bg.jpg") repeat center;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-size: 4.5vw;
  position: absolute;
  z-index: 1;
  bottom: -9vw;
  right: -4%;
  border: 1px solid #fff;
  width: 35vw;
  height: 35vw;
  display: flex;
  align-items: center;
  justify-content: center;
}

#sec6 .sec6-txt2 {
  margin: 10vw 0;
}

#sec6 .sec6-2 {
  background: rgba(255, 255, 255, 0.65);
  box-sizing: border-box;
  padding: 8vw 5%;
}

#sec6 .sec6-col1 {
  text-align: center;
  font-size: 4.5vw;
  border-bottom: 1px solid #a3a2a0;
  padding-bottom: 7vw;
  margin-bottom: 8vw;
}

#sec6 .sec6-col1 h3 {
  font-size: 6vw;
  margin-bottom: 3vw;
}

#sec6 .sec6-col1 .df {
  justify-content: center;
  line-height: 1.7;
}

#sec6 .sec6-col1 p span {
  font-size: 80%;
}

#sec6 .btn-link {
  margin-top: 10vw;
  color: #000;
}

@media only screen and (min-width: 768px) {
  #sec6 {
    padding: 109px 30px 118px;
  }

  #sec6 .sec6-deco {
    right: auto;
    left: calc(50% + 330px);
    bottom: 0;
    width: 420px;
  }

  #sec6 h2 {
    float: right;
    width: 486px;
    padding-bottom: 35px;
    margin-bottom: 30px;
    margin-top: 36px;
  }

  #sec6 h2:before {
    width: 112px;
  }

  #sec6 h2 p:nth-child(1) {
    margin: 0 auto 33px;
    width: 278px;
  }

  #sec6 h2 p:nth-child(2) {
    letter-spacing: 6px;
  }

  #sec6 .sec6-img {
    position: relative;
    float: left;
    width: 53.2%;
    margin-left: 3.5%;
  }

  #sec6 .sec6-txt1 {
    line-height: 31px;
    letter-spacing: 2px;
    font-size: 20px;
    bottom: -20px;
    right: -43px;
    width: 166px;
    height: 166px;
  }

  #sec6 .sec6-txt2 {
    margin: 0 35px 0 0;
    float: right;
    width: 408px;
  }

  #sec6 .sec6-2 {
    padding: 30px 20px 30px 0;
    margin: 87px auto 52px;
    max-width: 1020px;
  }

  #sec6 .sec6-col1 {
    font-size: 22px;
    padding: 16px 0 0 0;
    margin-bottom: 0;
    width: 380px;
    border: none;
  }

  #sec6 .sec6-col1 h3 {
    font-size: 31px;
    margin-bottom: 23px;
    letter-spacing: 6px;
  }

  #sec6 .sec6-col1 .df {
    line-height: 36px;
  }

  #sec6 .sec6-col1 p span {
    font-size: 21px;
  }

  #sec6 .sec6-col2 {
    width: calc(100% - 380px);
    border-left: 1px solid #a3a2a0;
    box-sizing: border-box;
    padding: 9px 0 15px 22px;
  }

  #sec6 .btn-popup {
    margin-top: 53px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1250px) {
  #sec6 .sec6-img {
    margin-left: -30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1100px) {
  #sec6 h2 {
    width: 420px;
  }

  #sec6 .sec6-txt2 {
    width: 380px;
    margin-right: 18px;
  }

  #sec6 .sec6-col1 {
    width: 335px;
  }

  #sec6 .sec6-col2 {
    width: calc(100% - 335px);
  }

  #sec6 .sec6-col2 p:nth-child(1) {
    margin-right: 10px;
    width: 168px;
  }
}

#sec7 {
  background: url("../img/menu/sec7_bg.jpg") no-repeat center/cover;
  padding: 17vw 0 20vw;
}

#sec7 h2 {
  text-align: center;
}

#sec7 h2 p {
  display: inline-block;
  padding: 2vw 5vw;
  position: relative;
}

#sec7 h2 p:before,
#sec7 h2 p:after {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 10vw;
  border: 1px solid rgba(255, 255, 255, 0.5);
}

#sec7 h2 p:before {
  border-right: none;
  left: 0;
}

#sec7 h2 p:after {
  border-left: none;
  right: 0;
}

#sec7 .sec7-txt {
  margin: 7vw 0 10vw;
}

@media only screen and (min-width: 768px) {
  #sec7 {
    padding: 122px 0 113px;
    text-align: center;
  }

  #sec7 h2 {
    letter-spacing: 6.5px;
  }

  #sec7 h2 p {
    padding: 7px 13px;
  }

  #sec7 h2 p:before,
  #sec7 h2 p:after {
    width: 10px;
  }

  #sec7 .sec7-txt {
    margin: 37px 0 47px;
  }

  #sec7 .btn-link {
    width: 324px;
    height: 51px;
  }
}

/*# sourceMappingURL=menu.css.map */