.wrap2 {
  position: relative;
}
@media screen and (max-width: 767px) {
  .wrap2 {
    padding: 0 3%;
  }
}
@media screen and (min-width: 768px) {
  .wrap2 {
    max-width: calc(100% - 60px);
    width: 1000px;
    box-sizing: content-box;
    margin: 0 auto;
  }
}

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

/*=============================================
 * <image object-fit responsive>
 *=============================================*/
.img-ob {
  position: relative;
}
.img-ob img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (min-width: 768px) {
  .img-ob-pc {
    position: relative;
  }
  .img-ob-pc img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (max-width: 767px) {
  .img-ob-sp {
    position: relative;
  }
  .img-ob-sp img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.nav-target {
  position: relative;
  z-index: 2;
}

#sec1_ {
  padding: 20vw 0 25vw;
}
#sec1_ .set1 h2 {
  text-align: center;
  font-size: 6vw;
  line-height: 2.67;
  letter-spacing: 0.3em;
  margin: 0 0 8vw;
}
#sec1_ .set2 {
  margin: 7vw 0 0;
}
#sec1_ .set2 .img {
  margin: 0 15vw;
}
#sec1_ .set2 .txt {
  letter-spacing: 0;
  margin: 10vw 0 0;
}
@media screen and (min-width: 768px) {
  #sec1_ {
    padding: 203px 0 250px;
  }
  #sec1_ .wrap2 {
    width: 1292px;
  }
  #sec1_ .set1 {
    max-width: 100%;
    width: 1202px;
    margin: 0 auto;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    gap: 80px;
  }
  #sec1_ .set1 .img {
    width: 900px;
    height: 530px;
    max-width: calc(100% - 260px);
  }
  #sec1_ .set1 h2 {
    text-align: right;
    height: 495px;
    font-size: 30px;
    line-height: 80px;
    margin: 0;
  }
  #sec1_ .set2 {
    margin: 81px 0 0;
    display: flex;
    align-items: flex-start;
    gap: 90px;
  }
  #sec1_ .set2 .img {
    width: 459px;
    height: 330px;
    max-width: calc(100% - 787px);
    margin: 17px 0 0;
  }
  #sec1_ .set2 .txt {
    width: 697px;
    line-height: 45px;
    margin: 0 -30px 0 0;
  }
}

#sec2 {
  position: relative;
  height: 80vw;
  color: #fff;
}
#sec2 .bg-para {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#sec2 h2 {
  position: absolute;
  z-index: 4;
  top: 0;
  left: 4vw;
  border-left: 1px solid;
  padding: 15vw 0 0 4vw;
  font-size: 6vw;
  letter-spacing: 0.3em;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  #sec2 {
    height: 600px;
  }
  #sec2 h2 {
    left: calc(50% - 434px);
    padding: 111px 0 0 20px;
    font-size: 30px;
  }
}

#sec3 {
  position: relative;
  padding: 184px 0 147px;
}
#sec3::before {
  position: absolute;
  content: "";
  top: 150vw;
  left: 0;
  background: #f6f6f6;
  right: 0;
  height: 100vw;
}
#sec3 .wrap2 {
  position: relative;
  z-index: 2;
}
#sec3 h2 {
  height: 30vw;
  margin: 0 auto;
  width: 12vw;
  font-size: 6vw;
  line-height: 2;
  letter-spacing: 0.3em;
}
#sec3 .sub-txt {
  text-align: center;
  margin: 0 0 12vw;
}
#sec3 .flex .item dl {
  margin: 3vw 0 0;
  line-height: 1.5;
  text-align: center;
}
#sec3 .flex .item dl dt {
  letter-spacing: 0.15em;
  font-size: 5vw;
}
#sec3 .flex .item dl dt small {
  font-size: 4vw;
}
#sec3 .flex .item dl dd {
  margin: 1vw 0 0;
  font-size: 5vw;
  letter-spacing: 0.15em;
}
#sec3 .flex .item dl dd small {
  font-size: 4vw;
}
#sec3 .flex .item.item2 {
  margin: 10vw 0 0;
}
#sec3 .flex .item.item3 {
  margin: 10vw 0 0;
}
#sec3 .flex .txt {
  margin: 10vw 0 0;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  #sec3 {
    padding: 184px 0 147px;
  }
  #sec3::before {
    top: 652px;
    right: calc(50% - 601px);
    height: 569px;
  }
  #sec3 h2 {
    height: 160px;
    width: 60px;
    font-size: 30px;
  }
  #sec3 .sub-txt {
    line-height: 45px;
    margin: 0 0 90px;
  }
  #sec3 .flex {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 0 60px;
    margin: 0 0 0 39px;
  }
  #sec3 .flex .item {
    width: 401px;
  }
  #sec3 .flex .item dl {
    margin: 17px 0 0;
    text-align: left;
  }
  #sec3 .flex .item dl dt {
    font-size: 23.5px;
  }
  #sec3 .flex .item dl dt small {
    font-size: 20px;
  }
  #sec3 .flex .item dl dd {
    margin: 3px 0 0;
    font-size: 22.5px;
  }
  #sec3 .flex .item dl dd small {
    font-size: 18px;
  }
  #sec3 .flex .item.item2 {
    margin: 148px 0 0;
  }
  #sec3 .flex .item.item3 {
    margin: -87px 0 0;
  }
  #sec3 .flex .txt {
    margin: 171px 0 0;
    width: 500px;
    line-height: 45px;
  }
}

#sec4 {
  padding: 0 0 20vw;
}
#sec4 .s4-js .price {
  line-height: 1.5;
  padding: 13vw 0 0;
  text-align: center;
}
#sec4 .s4-js .price dt {
  font-size: 5vw;
  letter-spacing: 0.15em;
}
#sec4 .s4-js .price dd {
  margin: 3vw 0 0;
  letter-spacing: 0.15em;
  font-size: 5vw;
}
#sec4 .s4-js .price dd small {
  font-size: 4vw;
}
#sec4 .progressBarContainer {
  display: flex;
  justify-content: center;
  bottom: auto;
  top: 56vw;
}
#sec4 .progressBarContainer div span.progressBar .inProgress {
  background: #000;
}
#sec4 .progressBarContainer div span.progressBar .inProgress::before {
  border-color: #000;
}
#sec4 .progressBarContainer div span.progressBar .inProgress.active::before {
  background: #000;
}
@media screen and (min-width: 768px) {
  #sec4 {
    padding: 0 0 153px;
  }
  #sec4 .wrap2 {
    width: 1200px;
  }
  #sec4 .sliderContainer {
    width: 1124px;
    margin: 0 0 0 auto;
  }
  #sec4 .progressBarContainer {
    display: none !important;
  }
  #sec4 .s4-js .img {
    height: 602px;
  }
  #sec4 .s4-js .price {
    position: absolute;
    z-index: 2;
    padding: 0 11px;
    text-align: left;
  }
  #sec4 .s4-js .price::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 132px;
    border-top: 1px solid;
    border-right: 1px solid;
    top: 30px;
  }
  #sec4 .s4-js .price dt {
    font-size: 21px;
  }
  #sec4 .s4-js .price dd {
    margin: 17px 0 0;
    font-size: 20px;
  }
  #sec4 .s4-js .price dd small {
    font-size: 16px;
  }
  #sec4 .s4-js .price.price1 {
    left: 59px;
    top: 211px;
    min-width: 246px;
  }
  #sec4 .s4-js .price.price2 {
    left: 272px;
    top: 105px;
    padding: 0 12px;
    min-width: 252px;
  }
  #sec4 .s4-js .price.price2 dd {
    margin: 15px 0 0;
  }
  #sec4 .s4-js .price.price3 {
    right: 196px;
    top: 58px;
    min-width: 254px;
  }
  #sec4 .s4-js .price.price3::before {
    border-right: 0;
    left: -6px;
    border-left: 1px solid;
  }
  #sec4 .s4-js .price.price4 {
    right: 102px;
    bottom: 47px;
    color: #fff;
    min-width: 266px;
  }
  #sec4 .s4-js .price.price4::before {
    top: auto;
    bottom: 37px;
    height: 151px;
    border-top: 0;
    border-bottom: 1px solid;
  }
}

#sec5 {
  background: #f6f6f6;
  padding: 15vw 0;
}
#sec5 h2 {
  line-height: 2.6;
  font-size: 6vw;
  letter-spacing: 0.3em;
  text-align: right;
  height: 60vw;
  width: 31.2vw;
  margin: 0 auto 8vw;
}
#sec5 .right .s5-js .item {
  position: relative;
}
#sec5 .right .s5-js dl {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 3vw;
  line-height: 1.5;
  letter-spacing: 0.15em;
  margin: 8vw 0 0;
}
#sec5 .right .s5-js dl dt {
  font-size: 5vw;
}
#sec5 .right .s5-js dl dd {
  font-size: 4vw;
}
#sec5 .right .s5-js dl dd small {
  font-size: 3vw;
}
#sec5 .right .progressBarContainer {
  position: absolute;
  display: flex;
  justify-content: center;
  left: 0;
  bottom: 20vw;
  right: 0;
}
#sec5 .right .txt {
  margin: 6vw 0 0;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  #sec5 {
    padding: 97px 0 104px;
  }
  #sec5 .wrap2 {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    width: 1360px;
    gap: 0 65px;
  }
  #sec5 h2 {
    line-height: 80px;
    font-size: 30px;
    height: 431px;
    width: auto;
    margin: 0;
  }
  #sec5 .right {
    width: 981px;
    max-width: calc(100% - 250px);
  }
  #sec5 .right .s5-js .img {
    height: 558px;
  }
  #sec5 .right .s5-js dl {
    position: absolute;
    z-index: 2;
    margin: 0;
    color: #fff;
    width: 805px;
    max-width: calc(100% - 30px);
    bottom: 16px;
    left: 0;
    justify-content: flex-end;
    gap: 12px;
  }
  #sec5 .right .s5-js dl dt {
    font-size: 21px;
  }
  #sec5 .right .s5-js dl dd {
    font-size: 18px;
  }
  #sec5 .right .s5-js dl dd small {
    font-size: 15px;
  }
  #sec5 .right .progressBarContainer {
    justify-content: flex-start;
    left: 30px;
    bottom: 23px;
    right: auto;
  }
  #sec5 .right .txt {
    margin: 23px 0 0;
    line-height: 45px;
  }
}

#sec6 {
  padding: 20vw 0;
}
#sec6 .set1 h2 {
  text-align: center;
  font-size: 6vw;
  line-height: 2.4;
  letter-spacing: 0.3em;
  margin: 0 0 8vw;
}
#sec6 .set1 .group-img .img {
  width: 97vw;
  height: 70vw;
}
#sec6 .set1 .group-img dl {
  line-height: 1.5;
  letter-spacing: 0.2em;
  text-align: center;
  margin: 6vw 0 0;
}
#sec6 .set1 .group-img dl dt {
  font-size: 5vw;
}
#sec6 .set1 .group-img dl dd {
  margin: 2vw 0 0;
  font-size: 5vw;
}
#sec6 .set1 .group-img dl dd small {
  font-size: 4vw;
}
#sec6 .set2 {
  margin: 12vw 3% 15vw;
}
#sec6 .set2 h3 {
  text-align: center;
  font-size: 6vw;
  line-height: 2.4;
  letter-spacing: 0.3em;
  margin: 0 0 7vw;
}
#sec6 .set2 .group {
  display: flex;
  gap: 2vw;
}
#sec6 .set2 .group .item dl {
  margin: 5vw 0 0;
  line-height: 1.5;
  letter-spacing: 0.2em;
  text-align: center;
}
#sec6 .set2 .group .item dl dt {
  font-size: 5vw;
}
#sec6 .set2 .group .item dl dd {
  font-size: 5vw;
}
#sec6 .set2 .group .item dl dd small {
  font-size: 4vw;
}
@media screen and (min-width: 768px) {
  #sec6 {
    padding: 184px 0 208px;
  }
  #sec6 .set1 {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: flex-start;
    gap: 0 66px;
  }
  #sec6 .set1 h2 {
    text-align: right;
    font-size: 25px;
    line-height: 2.4;
    letter-spacing: 0.3em;
    height: 459px;
    margin: 0;
  }
  #sec6 .set1 .group-img {
    max-width: calc(100% - 210px);
    width: calc(50% + 333px);
    position: relative;
  }
  #sec6 .set1 .group-img .img {
    height: 504px;
    width: 100%;
  }
  #sec6 .set1 .group-img dl {
    position: absolute;
    z-index: 2;
    right: 39px;
    bottom: 26px;
    margin: 0;
    text-align: left;
  }
  #sec6 .set1 .group-img dl dt {
    font-size: 21px;
  }
  #sec6 .set1 .group-img dl dd {
    margin: 6px 0 0;
    font-size: 20px;
  }
  #sec6 .set1 .group-img dl dd small {
    font-size: 16px;
  }
  #sec6 .set2 {
    margin: 97px auto 155px;
    width: 1200px;
    max-width: calc(100% - 60px);
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    gap: 0 115px;
  }
  #sec6 .set2 h3 {
    height: 434px;
    font-size: 25px;
    margin: 0;
  }
  #sec6 .set2 .group {
    gap: 19px;
  }
  #sec6 .set2 .group .item {
    width: 400px;
    position: relative;
    color: #fff;
  }
  #sec6 .set2 .group .item dl {
    bottom: 15px;
    left: 27px;
    position: absolute;
    z-index: 2;
    margin: 0;
    text-align: left;
  }
  #sec6 .set2 .group .item dl dt {
    font-size: 21px;
  }
  #sec6 .set2 .group .item dl dd {
    margin: -2px 0 0;
    font-size: 20px;
  }
  #sec6 .set2 .group .item dl dd small {
    font-size: 16px;
  }
}

#sec7 {
  padding: 15vw 0;
}
#sec7 h2 {
  text-align: center;
  letter-spacing: 0.3em;
  font-size: 6vw;
  line-height: 2.4;
  margin: 0 0 7vw;
}
#sec7 .img2 {
  margin: -4vw 30vw 0 -5vw;
}
#sec7 .group-txt {
  margin: 10vw 0 0;
}
#sec7 .group-txt .txt {
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  #sec7 {
    padding: 122px 0 109px;
  }
  #sec7 .wrap2 {
    position: relative;
    width: 1196px;
  }
  #sec7 h2 {
    text-align: right;
    position: absolute;
    top: 0;
    height: 365px;
    letter-spacing: 0.3em;
    font-size: 25px;
    line-height: 2.4;
    right: calc(50% + 379px);
    margin: 0;
  }
  #sec7 .img {
    margin: 0 0 0 auto;
    width: calc(50% + 285px);
    height: 590px;
  }
  #sec7 .img2 {
    position: absolute;
    top: 460px;
    z-index: 2;
    left: -2px;
    width: 447px;
    height: 342px;
    max-width: calc(50% - 151px);
    margin: 0;
  }
  #sec7 .group-txt {
    margin: 50px auto 0;
    width: 1000px;
    max-width: 100%;
  }
  #sec7 .group-txt .txt {
    margin: 0 0 0 auto;
    width: 545px;
    line-height: 45px;
  }
}

#sec8 {
  padding: 20vw 0;
}
#sec8 h2 {
  letter-spacing: 0.3em;
  font-size: 6vw;
  letter-spacing: 0.3em;
  line-height: 2.4;
  margin: 0 0 7vw;
  text-align: center;
}
#sec8 .sliderContainer3 {
  padding: 0 10vw;
}
#sec8 .s8-js .item dl {
  display: flex;
  justify-content: center;
  gap: 2vw;
  line-height: 1.5;
  margin: 3vw 0 0;
  letter-spacing: 0.05em;
}
#sec8 .s8-js .item dl dt {
  font-size: 4vw;
}
#sec8 .s8-js .item dl dd {
  font-size: 4vw;
}
#sec8 .progressBarContainer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: auto;
  top: 69vw;
  display: flex;
  justify-content: center;
}
#sec8 .flex {
  margin: 10vw 0 0;
}
#sec8 .flex .group-img .img {
  height: 50vw;
}
#sec8 .flex .group-img dl {
  display: flex;
  justify-content: center;
  gap: 2vw;
  line-height: 1.5;
  margin: 4vw 0 0;
  letter-spacing: 0.05em;
}
#sec8 .flex .group-img dl dt {
  font-size: 4vw;
}
#sec8 .flex .group-img dl dd {
  font-size: 4vw;
}
#sec8 .flex .txt {
  margin: 7vw 0 0;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  #sec8 {
    padding: 165px 0 133px;
  }
  #sec8 .wrap2 {
    width: 1202px;
  }
  #sec8 h2 {
    position: absolute;
    top: 16px;
    left: calc(50% + 111px);
    letter-spacing: 0.3em;
    min-width: -moz-max-content;
    min-width: max-content;
    font-size: 25px;
    margin: 0;
  }
  #sec8 .sliderContainer3 {
    padding: 0;
  }
  #sec8 .s8-js {
    margin: 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  #sec8 .s8-js .item {
    width: 350px;
    max-width: calc((100% - 60px) / 3);
  }
  #sec8 .s8-js .item .img {
    height: 350px;
  }
  #sec8 .s8-js .item dl {
    justify-content: flex-end;
    gap: 16px;
    margin: 11px 3px 0 0;
  }
  #sec8 .s8-js .item dl dt {
    font-size: 18px;
  }
  #sec8 .s8-js .item dl dd {
    font-size: 16px;
  }
  #sec8 .s8-js .item:nth-child(2) {
    margin-top: 155px;
  }
  #sec8 .s8-js .item:nth-child(3) {
    margin-top: 278px;
  }
  #sec8 .flex {
    margin: -56px auto 0;
    display: flex;
    align-items: flex-start;
    width: 1198px;
    max-width: 100%;
    gap: 125px;
  }
  #sec8 .flex .group-img {
    width: 50%;
  }
  #sec8 .flex .group-img .img {
    height: 343px;
  }
  #sec8 .flex .group-img dl {
    justify-content: flex-end;
    gap: 12px;
    margin: 24px 0 0;
  }
  #sec8 .flex .group-img dl dt {
    font-size: 18px;
  }
  #sec8 .flex .group-img dl dd {
    font-size: 16px;
  }
  #sec8 .flex .txt {
    margin: 175px 0 0;
    width: 375px;
    line-height: 45px;
  }
}