.fz30 {
  font-size: 6vw;
  line-height: 8.67vw;
}

.wrap-bg {
  background: var(--bg2);
}

.ttl-line {
  position: relative;
  z-index: 1;
}

.ttl-line::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 50vw;
  height: 1px;
  background: url(../img/menu/s3_line.png) no-repeat center top;
  background-size: 100% 100%;
  z-index: -1;
}

/*--------------------------------------
    sec1
--------------------------------------*/
#sec1 {
  padding: 14vw 0 24vw;
  position: relative;
  z-index: 1;
}

#sec1:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 61%;
  height: 60vw;
  background: url(../img/menu/s1_deco.jpg) no-repeat center top;
  background-size: contain;
  z-index: -1;
}

#sec1 h2 {
  line-height: 2.2;
  margin: 0 auto;
}

#sec1 h2 span {
  display: inline-block;
  position: relative;
}

#sec1 h2 span:before {
  content: "";
  position: absolute;
  top: -1vw;
  right: 0;
  width: 1px;
  bottom: -5vw;
  background: url(../img/menu/s1_line.png) no-repeat center top;
  background-size: 100% 100%;
  -webkit-filter: invert(1);
  filter: invert(1);
}

#sec1 h2 span:nth-child(3) {
  margin-top: 6vw;
}

#sec1 h2 span:nth-child(5) {
  margin-top: 21vw;
}

#sec1 .bg {
  margin: 10vw -20% 10vw -10%;
}

#sec1 .row {
  gap: 7vw;
}

/*--------------------------------------
    sec2
--------------------------------------*/
#sec2 {
  position: relative;
  padding-bottom: 14vw;
  z-index: 1;
}

#sec2:before {
  content: "";
  position: absolute;
  top: -23vw;
  left: 0;
  width: 100%;
  height: 92vw;
  background: url(../img/menu/s2_bg.jpg) no-repeat center top;
  background-size: contain;
  mix-blend-mode: overlay;
  z-index: -2;
}

#sec2 h2 {
  margin: 0 auto 5vw;
  height: 40vw;
  position: relative;
  z-index: 3;
}

#sec2 .photo {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

#sec2 .photo p {
  position: relative;
  z-index: 1;
}

#sec2 .photo p:nth-child(2) {
  margin-top: 10vw;
}

#sec2 .photo p:nth-child(1) {
  margin-top: 20vw;
}

#sec2 .photo p:nth-child(1):before {
  content: "";
  position: absolute;
  bottom: -5.5vw;
  left: -2vw;
  width: 27vw;
  height: 27vw;
  background: url(../img/menu/s2_deco2.jpg) no-repeat center top;
  background-size: 100%;
  z-index: -1;
}

#sec2 .txt {
  margin-top: 8vw;
  position: relative;
  z-index: 1;
}

#sec2 .txt:before {
  content: "";
  position: absolute;
  top: -20vw;
  right: 0;
  width: 40vw;
  height: 40vw;
  background: url(../img/menu/s2_deco.png) no-repeat center top;
  background-size: contain;
  z-index: -1;
}

/*--------------------------------------
    sec3
--------------------------------------*/
#sec3 {
  padding: 20vw 0 16vw;
  position: relative;
  text-align: center;
}

#sec3:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 21px;
  background: url(../img/menu/s3_pattern.png) repeat-x center top;
  background-size: auto 100%;
}

#sec3 h3 {
  font-size: 5.5vw;
}

#sec3 .price {
  border-bottom: 1px solid #9c9997;
  padding-bottom: 5vw;
  margin-bottom: 5vw;
  font-size: 4.5vw;
}

#sec3 .price .mr {
  margin-right: 20px;
}

#sec3 h2 {
  padding: 13vw 0 3vw;
}

#sec3 h2:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0vw;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 66vw;
  height: 66vw;
  background: url(../img/menu/s3_tt_deco.png) no-repeat center top;
  background-size: contain;
  z-index: -2;
}

#sec3 .note {
  position: relative;
  z-index: 2;
  margin: 7vw 0 12vw;
}

#sec3 .txt {
  text-align: justify;
}

#sec3 .set1 .row {
  position: relative;
  z-index: 1;
  padding: 7vw 0;
  gap: 7vw;
}

#sec3 .set1 .row::before {
  content: "";
  position: absolute;
  top: 0;
  right: -5%;
  left: -5%;
  height: 100%;
  background: var(--bg2);
  z-index: -2;
}

#sec3 .set1 .row-deco:after {
  content: "";
  position: absolute;
  top: -15.3vw;
  right: -2vw;
  width: 74vw;
  height: 28vw;
  background: url(../img/menu/s3_deco.png) no-repeat center top;
  background-size: contain;
  z-index: -1;
}

#sec3 .set1 .row-deco:last-child:after {
  top: auto;
  bottom: -13vw;
  background: url(../img/menu/s3_deco2.png) no-repeat center top;
  background-size: contain;
}

#sec3 .set1 .row2 {
  margin: 10vw 0;
}

#sec3 .set1 .row2::before {
  display: none;
}

#sec3 .set2 {
  margin: 20vw 0 13vw;
}

#sec3 .set2 .row {
  gap: 10vw;
}

#sec3 .set2 .row .photo {
  margin-bottom: 3vw;
}

#sec3 .set3 {
  position: relative;
  z-index: 1;
  padding: 10vw 0;
  margin-bottom: 10vw;
}

#sec3 .set3:before {
  content: "";
  position: absolute;
  top: 0;
  right: -5%;
  left: -5%;
  height: 100%;
  background: var(--bg2);
  z-index: -2;
}

#sec3 .set3 .s3-js {
  line-height: 1;
}

#sec3 .set3 .s3-js .slick-dots {
  position: absolute;
  bottom: 3vw;
}

#sec3 .set3 .s3-js .slick-dots li button {
  border-color: #fff;
}

#sec3 .set3 .s3-js .slick-dots li.slick-active button {
  background: #fff;
}

#sec3 .set3 h3 {
  margin: 5vw 0;
  padding-bottom: 4vw;
}

#sec3 .set3 h3:after {
  width: 65vw;
}

/*--------------------------------------
    sec4
--------------------------------------*/
#sec4 .content {
  position: relative;
  z-index: 1;
  background: #f1f1f1;
  text-align: center;
  padding: 15vw 4% 20vw;
}

#sec4 .content:before,
#sec4 .content:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 40vw;
  height: 40vw;
  background: url(../img/menu/s4_deco.png) no-repeat center top;
  background-size: contain;
  z-index: -1;
}

#sec4 .content:after {
  top: auto;
  bottom: 0;
  left: auto;
  right: 0;
  -webkit-transform: scale(-1);
  transform: scale(-1);
}

#sec4 .content h2 {
  font-size: 6.2vw;
  letter-spacing: 0.1em;
}

#sec4 .content .logo {
  margin: 2vw 0 5vw 0;
}

#sec4 .content .set {
  border-top: 1px solid #a9a9a9;
  padding: 8vw 0;
}

#sec4 .content .set:last-child {
  border-bottom: 1px solid #a9a9a9;
}

#sec4 .content .set h3 {
  font-size: 17px;
}

#sec4 .content .set .txt-center {
  font-size: 15px;
  margin: 4vw 0;
}

/*--------------------------------------
    sec5
--------------------------------------*/
#sec5 {
  padding-bottom: 14vw;
}

#sec5 .bg {
  padding: 30vw 0;
  background: url(../img/menu/s5_bg.jpg) no-repeat center top;
  background-size: cover;
  margin-bottom: 12vw;
}

#sec5 .bg h2 {
  text-align: center;
  font-size: 5.9vw;
}

#sec5 .bg h2 span {
  background: #fff;
  padding: 2px 20px 5px;
}

#sec5 .row {
  gap: 6vw;
}

#sec5 .row .photo {
  margin: 0 10%;
}

#sec5 .photo2 {
  margin-top: 9vw;
  position: relative;
  z-index: 1;
}

#sec5 .photo2:before {
  content: "";
  position: absolute;
  top: -10vw;
  right: -15vw;
  width: 40vw;
  height: 40vw;
  background: url(../img/menu/s2_deco.png) no-repeat center top;
  background-size: contain;
  z-index: -1;
}

#sec5 .bg2 {
  background: #fff;
  position: relative;
  z-index: 2;
  margin: -10vw 5% 0;
  text-align: center;
  padding: 5vw 0;
}

#sec5 .bg2 h3 {
  font-size: 4.5vw;
  margin-bottom: 2vw;
}

#sec5 .bg2 dl {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: space-between;
  width: 90%;
  margin: 0 auto;
  gap: 10%;
  border-bottom: 1px solid #989898;
  padding-bottom: 2px;
  margin-bottom: 2px;
  text-align: start;
}

@media screen and (min-width: 768px) {
  .fz30 {
    font-size: 30px;
    line-height: 65px;
    letter-spacing: 0.12em;
  }

  .ttl-line:after {
    width: 313px;
  }

  /*--------------------------------------
    sec1
  --------------------------------------*/
  #sec1 {
    padding: 118px 0 0;
    position: relative;
    z-index: 2;
  }

  #sec1:before {
    width: 803px;
    height: 807px;
    z-index: -2;
  }

  #sec1 h2 {
    margin-right: 54px;
    color: #fff;
    padding-top: 74px;
    line-height: 65px;
    width: 195px;
    height: 487px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  #sec1 h2 span {
    line-height: 50px;
  }

  #sec1 h2 span:before {
    -webkit-filter: none;
    filter: none;
    top: -4px;
    bottom: -30px;
  }

  #sec1 h2 span:nth-child(1)::before {
    right: -3px;
  }

  #sec1 h2 span:nth-child(3) {
    margin-top: 36px;
  }

  #sec1 h2 span:nth-child(5) {
    margin-top: 144px;
  }

  #sec1 .bg {
    position: absolute;
    z-index: -1;
    margin: 0;
    top: 0;
    right: calc(50% - 50vw);
    left: calc(50% - 653px);
    height: 598px;
  }

  #sec1 .bg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  #sec1 .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    gap: 20px;
    margin-top: 200px;
    margin-left: 49px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  #sec1 .row .txt {
    width: 490px;
  }

  #sec1 .row .photo {
    margin: -138px -83px 0 0;
  }

  /*--------------------------------------
    sec2
  --------------------------------------*/
  #sec2 {
    padding-top: 159px;
    padding-bottom: 168px;
  }

  #sec2:before {
    width: 1110px;
    top: -54px;
    height: 998px;
  }

  #sec2:after {
    width: 619px;
    height: 238px;
    top: -54px;
    left: calc(50% - 533px);
  }

  #sec2 .wrap {
    width: 1100px;
  }

  #sec2 .row {
    gap: 88px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  #sec2 .row h2 {
    margin: 116px 0 0 20px;
    height: auto;
  }

  #sec2 .row .photo {
    margin-right: -31px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    gap: 14px;
  }

  #sec2 .row .photo p:nth-child(1) {
    margin-top: 136px;
    margin-right: 1px;
  }

  #sec2 .row .photo p:nth-child(1)::before {
    width: 199px;
    height: 172px;
    bottom: -15px;
    left: -15px;
  }

  #sec2 .row .photo p:nth-child(2) {
    margin-top: 67px;
  }

  #sec2 .txt {
    margin: 52px 0 0 auto;
    width: 657px;
  }

  #sec2 .txt:before {
    width: 304px;
    height: 294px;
    top: -160px;
    right: -39px;
  }

  /*--------------------------------------
    sec3
  --------------------------------------*/
  #sec3 {
    padding: 126px 0 218px;
  }

  #sec3 .wrap {
    width: 1162px;
  }

  #sec3 h2 {
    padding: 98px 0 7px 4px;
  }

  #sec3 h2:before {
    width: 401px;
    height: 400px;
  }

  #sec3 h3 {
    font-size: 26px;
    line-height: 50px;
    letter-spacing: 0.12em;
  }

  #sec3 .price {
    font-size: 21px;
    line-height: 35px;
    margin-top: 2px;
    padding-bottom: 31px;
    margin-bottom: 33px;
    letter-spacing: 0.12em;
  }

  #sec3 .price small {
    font-size: 18px;
  }

  #sec3 .price .mr {
    margin-right: 23px;
  }

  #sec3 .note {
    margin: 54px 0 124px 14px;
  }

  #sec3 .set1 .row {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 50px 0;
    gap: 20px;
  }

  #sec3 .set1 .row:before {
    left: calc(50% - 50vw);
    right: -48px;
  }

  #sec3 .set1 .row .photo {
    margin-left: 21px;
    height: 470px;
  }

  #sec3 .set1 .row .photo img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  #sec3 .set1 .row .content {
    width: 450px;
    padding-top: 49px;
    min-width: 410px;
  }

  #sec3 .set1 .row .content h3 {
    margin-left: 10px;
  }

  #sec3 .set1 .row:last-child {
    padding: 48px 0 52px;
  }

  #sec3 .set1 .row:last-child .photo {
    margin-left: 20px;
  }

  #sec3 .set1 .row:last-child .content {
    padding-top: 31px;
  }

  #sec3 .set1 .row:last-child::before {
    left: -39px;
    right: calc(50% - 50vw);
  }

  #sec3 .set1 .row-deco:after {
    width: 619px;
    top: -131px;
    right: -8px;
    height: 238px;
  }

  #sec3 .set1 .row-deco:last-child:after {
    bottom: -106px;
    right: calc(50% - 421px);
  }

  #sec3 .set1 .row2 {
    margin: 24px -12px 23px 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    gap: 53px;
  }

  #sec3 .set1 .row2 .photo {
    margin-left: 0;
  }

  #sec3 .set2 {
    margin: 160px auto 143px;
    width: 100%;
    max-width: 962px;
  }

  #sec3 .set2 .row {
    gap: 38px;
  }

  #sec3 .set2 .row .item {
    width: 50%;
  }

  #sec3 .set2 .row .item .photo {
    margin-bottom: 31px;
  }

  #sec3 .set2 .row .item h3 {
    margin-left: 9px;
  }

  #sec3 .set2 .row .item .price {
    padding-bottom: 20px;
    margin: 3px 10px 34px;
  }

  #sec3 .set2 .row .item .txt {
    margin: 0 6px;
  }

  #sec3 .set3 {
    padding: 59px 0 83px 2px;
    width: 987px;
    margin: 0 auto 100px;
  }

  #sec3 .set3:before {
    right: -59px;
    left: -57px;
  }

  #sec3 .set3 .s3-js .slick-dots {
    bottom: 29px;
  }

  #sec3 .set3 .s3-js .slick-dots li {
    margin: 0 9px;
  }

  #sec3 .set3 .s3-js .slick-dots li button {
    width: 14px;
    height: 14px;
  }

  #sec3 .set3 .s3-js .slick-dots li:hover {
    opacity: 0.8;
  }

  #sec3 .set3 h3 {
    margin: 60px 0 28px 4px;
    padding-bottom: 9px;
  }

  #sec3 .set3 h3::after {
    width: 313px;
  }

  #sec3 .set3 .txt {
    text-align: center;
    margin-left: 3px;
  }

  /*--------------------------------------
    sec4
  --------------------------------------*/
  #sec4 {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    overflow: hidden;
  }

  #sec4 .content {
    width: calc(50% + 6px);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 132px 0 146px;
  }

  #sec4 .content:before,
  #sec4 .content:after {
    width: 248px;
    height: 246px;
  }

  #sec4 .content h2 {
    line-height: 1;
    font-size: 32px;
    letter-spacing: 0.11em;
    margin-left: -2px;
  }

  #sec4 .content .logo {
    margin: 45px 0 45px -6px;
  }

  #sec4 .content .set {
    margin: 0 auto;
    width: 100%;
    max-width: 550px;
    padding: 53px 0;
  }

  #sec4 .content .set h3 {
    font-size: 22px;
    letter-spacing: 0.12em;
    margin-left: -6px;
  }

  #sec4 .content .set .txt-center {
    font-size: 20px;
    margin: 27px 0 31px -6px;
    letter-spacing: 0.12em;
  }

  #sec4 .content .set .txt:not(.txt-center) {
    text-align: justify;
    margin: 0 19px;
  }

  #sec4 .content .set:last-child {
    padding-bottom: 62px;
  }

  #sec4 .content .set:last-child .txt {
    letter-spacing: 0.1em;
  }

  #sec4 .photo {
    width: calc(50% - 6px);
    height: calc(100vh - 106px);
  }

  #sec4 .photo img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  #sec4 .photo.active {
    position: fixed;
    right: 0;
    top: 106px;
  }

  /*--------------------------------------
    sec5
  --------------------------------------*/
  #sec5 {
    position: relative;
    padding-bottom: 170px;
    z-index: 2;
    background: url(../img/shared/bg.jpg) repeat;
  }

  #sec5 .bg {
    padding: 268px 0 257px;
    margin-bottom: 73px;
  }

  #sec5 .bg h2 {
    font-size: 28px;
    line-height: 60px;
    letter-spacing: 0.12em;
    margin-left: 4px;
  }

  #sec5 .bg h2 span {
    padding: 2px 16px 7px;
  }

  #sec5 .row {
    gap: 20px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  #sec5 .row .photo {
    margin: 0 0 0 49px;
  }

  #sec5 .row .txt {
    width: 414px;
    padding-top: 2px;
    margin-right: -16px;
  }

  #sec5 .photo2 {
    text-align: center;
    margin-top: 95px;
  }

  #sec5 .photo2:before {
    width: 304px;
    top: -125px;
    right: -35px;
    height: 294px;
  }

  #sec5 .bg2 {
    width: 670px;
    margin: -45px auto 0;
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
    padding: 34px 0 37px;
  }

  #sec5 .bg2 h3 {
    letter-spacing: 0.12em;
    font-size: 24px;
    margin-bottom: 15px;
  }

  #sec5 .bg2 dl {
    line-height: 38px;
    font-size: 20px;
    gap: 24px;
    width: 80%;
    padding-bottom: 0px;
    margin-bottom: 0;
  }

  #sec5 .bg2 dl dt {
    font-size: 19px;
  }

  #sec5 .bg2 dl dd small {
    font-size: 18px;
  }
}

.min_ttl {
  font-size: 20px;
  margin-bottom: 30px;
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .min_ttl {
    font-size: 5vw;
    margin-bottom: 5vw;
  }
}

.s3-banner {
  position: relative;
  margin-top: 60px;
  display: inline-block;

  p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    font-size: 23px;
    color: #fff;
  }

  p:before {
    position: absolute;
    content: "";
    width: 270px;
    height: 1px;
    background-color: #fff;
    bottom: -5px;
    left: -8px;
  }

  p::after {
    content: "▶";
    position: absolute;
    color: #fff;
    display: inline-block;
    font-size: 13px;
    margin-left: 20px;
  }

}

@media screen and (max-width: 768px) {

  .s3-banner p {
    font-size: 4.5vw;
  }

  .s3-banner p:before {
    position: absolute;
    content: "";
    width: 57vw;
    height: 1px;
    background-color: #fff;
    bottom: -5px;
    left: -20px;
  }

  p::after {
    font-size: 3vw !important;
    top: 2vw;
  }

  header .logo {
    top: 35.5%;
  }
}