@media only screen and (min-width: 768px) {
  .nav-fixed {
    top: 0px;
    visibility: visible;
  }
  .btn-fixed {
    opacity: 1;
    visibility: visible;
  }
}
#sec1 {
  padding: 6vw 0px 16vw;
}
#sec1 .sec1-img {
  margin: 0px -10% 8vw;
}
#sec1 h2 {
  font-size: 7vw;
  font-weight: 400;
  margin: 0px auto 8vw;
}
#sec1 h2 span {
  font-size: 6vw;
}
@media only screen and (min-width: 768px) {
  #sec1 {
    padding: 64px 0px 70px;
  }
  #sec1 .wrap {
    max-width: 1240px;
    padding: 0px 20px;
  }
  #sec1 .sec1-img {
    width: 998px;
    margin: 0px -70px 0px auto;
  }
  #sec1 .sec1-box {
    position: relative;
    z-index: 1;
    width: 670px;
    margin: -405px 0px 0px;
  }
  #sec1 h2 {
    font-size: 40px;
    line-height: 65px;
    margin: 0px 0px 84px;
  }
  #sec1 h2 span {
    font-size: 30px;
  }
  #sec1 .sec1-txt {
    line-height: 55px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  #sec1 .sec1-img {
    margin-right: -120px;
  }
}

#sec2 {
  position: relative;
  padding: 25vw 0px 20vw;
}
#sec2::before, #sec2::after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  -webkit-clip-path: polygon(0 9%, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 9%, 100% 0, 100% 100%, 0% 100%);
}
#sec2::after {
  -webkit-clip-path: polygon(0 0, 100% 9%, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 9%, 100% 100%, 0% 100%);
  height: 94%;
}
#sec2 .wrap {
  z-index: 1;
}
#sec2 h2 {
  text-align: center;
  font-weight: 400;
  font-size: 7vw;
}
#sec2 h2 span {
  font-size: 2.8vw;
  font-weight: 500;
}
#sec2 h2 small {
  font-size: 6vw;
}
#sec2 .sec2-txt1 {
  text-align: center;
  letter-spacing: 0.01em;
  margin: 6vw 0px;
}
#sec2 .sec2-txt1 p + p {
  margin: 2vw 0px 0px;
}
#sec2 .sec2-list1 {
  margin: 8vw 0px;
  font-weight: 400;
  line-height: 1.6;
}
#sec2 .sec2-list1 dt {
  font-size: 6.5vw;
  padding: 0px 5vw 2vw;
  margin: 0px 0px 2vw;
  border-bottom: 1px solid #fff;
}
#sec2 .sec2-list1 dt span {
  font-size: 5vw;
}
#sec2 .sec2-list1 dt small {
  font-size: 3.5vw;
  font-weight: 500;
}
#sec2 .sec2-list1 dd {
  font-size: 6vw;
  color: #d6bb90;
  padding: 0px 5vw;
}
@media only screen and (min-width: 768px) {
  #sec2 {
    padding: 205px 0px 170px;
  }
  #sec2::before {
    -webkit-clip-path: polygon(0 15%, 100% 0, 100% 100%, 0% 100%);
            clip-path: polygon(0 15%, 100% 0, 100% 100%, 0% 100%);
  }
  #sec2::after {
    height: calc(100% - 177px);
    -webkit-clip-path: polygon(0 0, 100% 15%, 100% 100%, 0% 100%);
            clip-path: polygon(0 0, 100% 15%, 100% 100%, 0% 100%);
  }
  #sec2 h2 {
    font-size: 40px;
    line-height: 70px;
  }
  #sec2 h2 span {
    font-size: 13px;
  }
  #sec2 h2 small {
    font-size: 30px;
  }
  #sec2 .sec2-txt1 {
    margin: 53px 0px 0px;
  }
  #sec2 .sec2-txt1 p + p {
    margin: 12px 0px 0px;
  }
  #sec2 .sec2-list1 {
    width: 420px;
    line-height: 32px;
  }
  #sec2 .sec2-list1 dt {
    padding: 40px 10px 16px 42px;
    font-size: 36px;
    margin: 0px 0px 16px;
  }
  #sec2 .sec2-list1 dt span {
    font-size: 26px;
  }
  #sec2 .sec2-list1 dt small {
    font-size: 16px;
  }
  #sec2 .sec2-list1 dd {
    font-size: 30px;
    padding: 0px 42px;
  }
  #sec2 .sec2-list1 dd span {
    font-size: 24px;
  }
  #sec2 .sec2-row1 {
    flex-direction: row-reverse;
  }
  #sec2 .sec2-row1 .sec2-list1 {
    margin: 194px 0px 0px -42px;
  }
  #sec2 .sec2-img1 {
    width: 759px;
    margin: -25px -131px 0px 0px;
  }
  #sec2 .sec2-row2 {
    margin: -44px 0px 0px;
  }
  #sec2 .sec2-row2 .sec2-list1 {
    margin: 213px -125px 0px 0px;
  }
  #sec2 .sec2-img2 {
    width: 822px;
    margin: 0px 0px 0px -117px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1240px) {
  #sec2 .sec2-img2 {
    margin-left: -150px;
  }
  #sec2 .sec2-row2 .sec2-list1 {
    margin-right: -40px;
  }
}

#sec3 {
  position: relative;
  background: url("../img/menu/sec3_deco1.png") no-repeat top left/10%;
  padding: 20vw 0px 16vw;
}
#sec3 h2 {
  text-align: center;
  font-weight: 400;
  font-size: 7vw;
}
#sec3 h2 span {
  font-size: 6vw;
}
#sec3 .sec3-txt1 {
  margin: 6vw 0px 8vw;
}
#sec3 .sec3-box1 {
  margin: 0px 0px 8vw;
}
#sec3 .sec3-box1 h3 {
  text-align: center;
  font-size: 6.5vw;
  font-weight: 400;
  margin: 4vw 0px 0px;
}
#sec3 .sec3-box1 h3 span {
  font-size: 5.5vw;
  color: #d6bb90;
}
#sec3 .sec3-box1 h3 span span {
  font-size: 5vw;
}
#sec3 .sec3-banner a {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 30vw 4% 4vw;
  margin: 0px auto;
  box-sizing: border-box;
}
#sec3 .sec3-banner a .sec3-img2 {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  transition: 0.5s all ease-in-out;
}
#sec3 .sec3-banner a .sec3-img2 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#sec3 .sec3-banner a h4 {
  font-size: 5vw;
  font-weight: 400;
  position: relative;
}
#sec3 .sec3-banner a h4 span {
  font-size: 2.8vw;
  font-weight: 500;
}
#sec3 .sec3-banner a::before {
  content: "";
  position: absolute;
  width: 0;
  right: 0;
  height: 0;
  bottom: 0;
  border-style: solid;
  border-width: 0 0 60px 60px;
  border-color: transparent transparent #821e1e transparent;
  z-index: 1;
}
#sec3 .sec3-banner a::after {
  content: "";
  position: absolute;
  bottom: 11px;
  right: 8px;
  width: 18px;
  height: 12px;
  background: url("../img/shared/icon_arrow2.png") center/cover;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  #sec3 {
    background-size: auto;
    padding: 202px 0px 154px;
  }
  #sec3 h2 {
    font-size: 40px;
    line-height: 65px;
    width: 430px;
    text-align: left;
    margin: 0px 0px;
  }
  #sec3 h2 span {
    font-size: 30px;
  }
  #sec3 .sec3-txt1 {
    width: 380px;
    margin: 0px 20px;
  }
  #sec3 .sec3-row1 {
    position: relative;
  }
  #sec3 .sec3-row1::before {
    content: "";
    position: absolute;
    top: -37px;
    left: 35%;
    width: 232px;
    height: 281px;
    background: url("../img/menu/sec3_line.png") center/cover;
  }
  #sec3 .sec3-row2 {
    margin: 125px -145px 119px;
  }
  #sec3 .sec3-box1 {
    width: 626px;
    margin: 0px 10px;
  }
  #sec3 .sec3-box1 h3 {
    margin: 36px 0px 0px;
    font-size: 36px;
    line-height: 60px;
  }
  #sec3 .sec3-box1 h3 span {
    font-size: 30px;
  }
  #sec3 .sec3-box1 h3 span span {
    font-size: 24px;
  }
  #sec3 .sec3-banner a {
    width: 800px;
    padding: 277px 36px 24px;
  }
  #sec3 .sec3-banner a h4 {
    font-size: 30px;
    line-height: 50px;
  }
  #sec3 .sec3-banner a h4 span {
    font-size: 13px;
  }
  #sec3 .sec3-banner a::before {
    border-width: 0 0 100px 100px;
  }
  #sec3 .sec3-banner a::after {
    bottom: 25px;
    right: 23px;
  }
  #sec3 .sec3-banner a:hover .sec3-img2 {
    transform: scale(1.1);
    transition: 0.5s all ease-in-out;
  }
  #sec3 .sec3-banner a:hover .sec3-img2 img {
    opacity: 1;
  }
}

#sec4 {
  padding: 0px 0px 12vw;
}
#sec4 .sec4-box {
  background: url("../img/shared/bg2.jpg") repeat top left;
  box-sizing: border-box;
  padding: 10vw 8%;
  margin: 10vw 0px 0px;
  color: #000;
}
#sec4 .sec4-box h2 {
  font-size: 6vw;
  font-weight: 400;
}
#sec4 .sec4-box h2 span {
  font-size: 7vw;
}
#sec4 .sec4-box h2 small {
  font-size: 5vw;
}
#sec4 .sec4-box .sec4-txt1 {
  font-weight: 400;
  font-size: 5.5vw;
  margin: 2vw 0px 3vw;
}
#sec4 .sec4-box .sec4-txt1 span {
  font-size: 5vw;
}
@media only screen and (min-width: 768px) {
  #sec4 {
    padding: 0px 0px 120px;
  }
  #sec4 .sec4-row {
    flex-direction: row-reverse;
  }
  #sec4 .sec4-img {
    width: 795px;
    margin: 0px -187px 0px 0px;
  }
  #sec4 .sec4-box {
    position: relative;
    z-index: 1;
    width: 606px;
    margin: 160px -109px 0px -100px;
    padding: 60px 100px;
  }
  #sec4 .sec4-box h2 {
    font-size: 36px;
  }
  #sec4 .sec4-box h2 span {
    font-size: 40px;
  }
  #sec4 .sec4-box h2 small {
    font-size: 30px;
  }
  #sec4 .sec4-box .sec4-txt1 {
    font-size: 30px;
    margin: 26px 0px 23px;
  }
  #sec4 .sec4-box .sec4-txt1 span {
    font-size: 24px;
  }
  #sec4 .sec4-box .sec4-txt2 {
    width: 362px;
  }
}

#sec5 {
  padding: 0px 0px 16vw;
}
#sec5 h2 {
  text-align: center;
  font-size: 7vw;
  font-weight: 400;
  color: #d6bb90;
}
#sec5 .sec5-txt1 {
  text-align: center;
  margin: 8vw 0px 6vw;
}
#sec5 .sec5-list dl {
  font-weight: 400;
  padding: 3vw 0px;
  line-height: 1.5;
  border-bottom: 1px solid #757575;
  border-top: 1px solid #757575;
  display: flex;
  justify-content: space-between;
}
#sec5 .sec5-list dl dt {
  width: 75%;
}
#sec5 .sec5-list dl dd {
  width: 25%;
  text-align: right;
}
#sec5 .sec5-toggle .toggle-link {
  font-size: 6vw;
  text-align: center;
  margin: 0px auto 4vw;
  transition: all 0.3s;
}
#sec5 .sec5-toggle.active .toggle-link {
  transition: all 0.3s;
  transform: rotate(180deg);
}
@media only screen and (min-width: 768px) {
  #sec5 {
    padding: 80px 0px 216px;
  }
  #sec5 h2 {
    font-size: 40px;
  }
  #sec5 .sec5-txt1 {
    margin: 65px 0px 50px;
  }
  #sec5 .sec5-toggle .toggle-main {
    display: block;
  }
  #sec5 .sec5-list {
    width: 468px;
    margin: 0px 10px;
  }
  #sec5 .sec5-list dl {
    line-height: 22px;
    font-size: 15px;
    padding: 13px 0px 7px;
  }
  #sec5 .sec5-list dl dt {
    width: calc(100% - 90px);
  }
  #sec5 .sec5-list dl dd {
    width: 90px;
  }
}

#sec6 {
  box-sizing: border-box;
  background: url("../img/menu/sec6_bg_sp.jpg") center/cover;
  padding: 24vw 5% 16vw;
  text-shadow: 0 0 10px #000;
}
#sec6 h2 {
  font-size: 6.5vw;
  margin: 0px 0px 4vw;
  font-weight: 400;
}
#sec6 h2 span {
  font-size: 7vw;
}
#sec6 h2 small {
  font-size: 5vw;
}
#sec6 .sec6-btn a {
  margin: 6vw auto 0px;
  text-shadow: none;
}
@media only screen and (min-width: 768px) {
  #sec6 {
    background-image: url("../img/menu/sec6_bg.jpg");
    padding: 98px 7% 73px;
  }
  #sec6 .sec6-box {
    width: 490px;
    margin: 0px 0px 0px auto;
  }
  #sec6 h2 {
    font-size: 36px;
    line-height: 60px;
    margin: 0px 0px 20px;
  }
  #sec6 h2 small {
    font-size: 30px;
  }
  #sec6 h2 span {
    font-size: 40px;
  }
  #sec6 .sec6-btn a {
    margin: 42px 0px 0px;
  }
}/*# sourceMappingURL=menu.css.map */