.menu-popup {
  text-align: left;
}
.menu-popup h2.ttl {
  font-size: 6vw;
  line-height: 1.5;
  letter-spacing: 0.23em;
}
.menu-popup .h2box {
  text-align: center;
}
.menu-popup .h2box .txtnote {
  margin-top: 10px;
  opacity: 0.7;
}
.menu-popup .set {
  margin-top: 10vw;
}
.menu-popup .menu-default dl {
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .menu-popup h2.ttl {
    font-size: 30px;
  }
  .menu-popup .menu-default dl {
    line-height: 24px;
  }
  .menu-popup .set {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
    margin-top: 50px;
  }
  .menu-popup .set .gr {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
  }
}

#sec1 {
  padding: 20vw 0;
}
#sec1 .wrap::before {
  content: "";
  width: 40vw;
  height: 40vw;
  background: url("../img/menu/sec1_deco1.png") 0 0/contain no-repeat;
  position: absolute;
  top: -15vw;
  left: 0;
  z-index: -1;
}
#sec1 .wrap::after {
  content: "";
  width: 40vw;
  height: 30vw;
  background: url("../img/menu/sec1_deco3.png") 0 0/contain no-repeat;
  position: absolute;
  bottom: -23vw;
  right: 0;
  z-index: -1;
}
#sec1 .set .imgbox, #sec1 .set .txtbox {
  margin-top: 5vw;
}
#sec1 .set .txtbxo {
  position: relative;
}
#sec1 .set .txtbxo::before {
  content: "";
  width: 20vw;
  height: 20vw;
  background: url("../img/menu/sec1_deco2.png") 0 0/contain no-repeat;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  #sec1 h2.ttl small {
    letter-spacing: 0;
  }
}
@media screen and (min-width: 768px) {
  #sec1 {
    padding: 80px 0 107px;
    position: relative;
    z-index: 0;
  }
  #sec1::before {
    content: "";
    width: 259px;
    height: 173px;
    background: url("../img/menu/sec1_deco4.png") 0 0/contain no-repeat;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
  }
  #sec1 .wrap::before {
    width: 308px;
    height: 305px;
    top: -80px;
    left: -174px;
  }
  #sec1 .wrap::after {
    width: 289px;
    height: 195px;
    bottom: -82px;
    right: -270px;
  }
  #sec1 h2.ttl small {
    line-height: 84px;
    letter-spacing: 0.1em;
  }
  #sec1 .set {
    display: grid;
    grid-template-columns: 500px 600px;
    grid-template-rows: auto 1fr;
    margin-right: -100px;
  }
  #sec1 .set .ttlbox {
    width: 700px;
    margin-top: 119px;
	margin-left: 60px;
    position: relative;
    z-index: 1;
  }
  #sec1 .set .ttlbox .txt-white {
    color: #fff;
  }
  #sec1 .set .imgbox {
    grid-area: 1/2/3/3;
    margin-top: 0;
  }
  #sec1 .set .txtbox {
    width: 415px;
    margin-top: 27px;
	margin-left: 60px;
  }
  #sec1 .set .txtbox::before {
    width: 114px;
    height: 109px;
    bottom: -30px;
    right: 0;
  }
}

#sec2 h2.ttl {
  margin: 0 auto;
}
#sec2 .blk .ttlbox, #sec2 .blk .txtbox {
  padding: 0 var(--paddingWrap);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#sec2 .blk .imgbox, #sec2 .blk .txtbox {
  margin-top: 5vw;
}
#sec2 .blk .imgbox .img {
  width: 100%;
  height: 70vw;
}
#sec2 .blk .imgbox img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 10% 50%;
     object-position: 10% 50%;
}
@media screen and (min-width: 768px) {
  #sec2 .blk {
    min-height: 700px;
    padding: 62px 150px 50px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    color: #fff;
    position: relative;
  }
  #sec2 .blk .ttlbox, #sec2 .blk .txtbox {
    width: 360px;
    margin-left: auto;
    padding: 0;
    position: relative;
    z-index: 1;
  }
  #sec2 .blk .imgbox {
    width: 100%;
    height: 100%;
    margin-top: 0;
    position: absolute;
    top: 0;
    left: 0;
  }
  #sec2 .blk .imgbox .img {
    height: 100%;
  }
  #sec2 .blk .imgbox .img img {
    -o-object-position: 50%;
       object-position: 50%;
  }
  #sec2 .blk .txtbox {
    margin-top: 34px;
  }
}

#sec3 {
  padding: 10vw 0 15vw;
}
#sec3 h2.ttl {
  margin: 0 auto;
  white-space: nowrap;
}
#sec3 .blk {
  padding: 0 var(--paddingWrap);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#sec3 .blk .ttlbox {
  position: relative;
  z-index: 0;
}
#sec3 .blk .ttlbox::before {
  content: "";
  width: 90vw;
  height: 90vw;
  background: url("../img/shared/pattern1.png");
  border-radius: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  position: absolute;
  top: -10vw;
  left: 50%;
  z-index: -1;
}
#sec3 .blk .menu1, #sec3 .blk .menu2 {
  margin-top: 10vw;
}
@media screen and (min-width: 768px) {
  #sec3 {
    padding: 140px 0 100px;
  }
  #sec3 h2.ttl {
    letter-spacing: -13px;
  }
  #sec3 h2.ttl small {
    letter-spacing: 0.05em;
  }
  #sec3 .blk {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 30px;
  }
  #sec3 .blk .ttlbox {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 200px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 200px;
            flex: 0 0 200px;
  }
  #sec3 .blk .ttlbox::before {
    width: 850px;
    height: 850px;
    top: -90px;
  }
  #sec3 .blk .menu1, #sec3 .blk .menu2 {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
    max-width: 550px;
    margin-top: 0;
    position: relative;
    z-index: 1;
  }
  #sec3 .blk .menu1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  #sec3 .blk .menu2 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  #sec3 .blk .menu-style-1 .menu-ttl {
    margin-top: 23px;
  }
}
@media screen and (min-width: 1400px) {
  #sec3 .blk {
    padding: 0 50px;
  }
  #sec3 .blk .ttlbox {
    width: 300px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 300px;
            flex: 0 0 300px;
  }
}

#sec4 .set {
  position: relative;
  z-index: 0;
}
#sec4 .set::before {
  content: "";
  width: 40vw;
  height: 40vw;
  background: url("../img/menu/sec4_deco.png") 0 0/contain no-repeat;
  position: absolute;
  top: 77vw;
  right: 0;
  z-index: -1;
}
#sec4 .set .price {
  font-weight: 600;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 0.175em;
}
#sec4 .set .price small {
  font-size: 18px;
  letter-spacing: 0.175em;
}
#sec4 .set .imgbox .img {
  width: 100%;
  height: 70vw;
}
#sec4 .set .imgbox .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 77% 50%;
     object-position: 77% 50%;
}
#sec4 .set .txtbox {
  margin-top: 5vw;
  padding: 0 var(--paddingWrap);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#sec4 .set .txtbox .txt {
  margin-top: 5vw;
}
@media screen and (min-width: 768px) {
  #sec4 h2.ttl {
    line-height: 120px;
  }
  #sec4 .set {
    width: 100%;
    max-width: 1200px;
    min-height: 600px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin: 0 auto;
    color: #fff;
    position: relative;
  }
  #sec4 .set::before {
    width: 309px;
    height: 305px;
    top: auto;
    bottom: -208px;
    right: -179px;
  }
  #sec4 .set .price {
    font-size: 36px;
  }
  #sec4 .set .price small {
    font-size: 26px;
  }
  #sec4 .set .imgbox {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  #sec4 .set .imgbox::after {
    content: "";
    width: 600px;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(#000), to(transparent));
    background: linear-gradient(to right, #000, transparent);
    opacity: 0.66;
    position: absolute;
    top: 0;
    left: 0;
  }
  #sec4 .set .imgbox .img {
    height: 100%;
  }
  #sec4 .set .imgbox .img img {
    -o-object-position: 50%;
       object-position: 50%;
  }
  #sec4 .set .txtbox {
    margin-top: 0;
    padding: 20px 44px;
    position: relative;
    z-index: 1;
  }
  #sec4 .set .txtbox .txt {
    width: 330px;
    margin-top: 18px;
  }
}

#sec5 {
  padding-top: 15vw;
}
#sec5 .set {
  position: relative;
  z-index: 0;
}
#sec5 .set::before {
  content: "";
  width: 30vw;
  height: 30vw;
  background: url("../img/menu/sec5_deco1.png") 0 0/contain no-repeat;
  position: absolute;
  bottom: -25vw;
  right: -5vw;
  z-index: -1;
}
#sec5 .set::after {
  content: "";
  width: 25vw;
  height: 25vw;
  background: url("../img/menu/sec5_deco2.png") 0 0/contain no-repeat;
  position: absolute;
  bottom: -30vw;
  left: 0;
  z-index: -1;
}
#sec5 .set .price {
  font-weight: 600;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 0.175em;
}
#sec5 .set .price small {
  font-size: 18px;
  letter-spacing: 0.175em;
}
#sec5 .set .imgbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 3vw;
     -moz-column-gap: 3vw;
          column-gap: 3vw;
  row-gap: 3vw;
}
#sec5 .set .imgbox .img1 {
  width: 100%;
}
#sec5 .set .imgbox .img2, #sec5 .set .imgbox .img3 {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  max-width: 50%;
}
#sec5 .set .txtbox {
  margin-top: 7vw;
}
#sec5 .set .txtbox .txt {
  margin-top: 5vw;
}
@media screen and (min-width: 768px) {
  #sec5 {
    padding-top: 116px;
  }
  #sec5 h2.ttl {
    line-height: 120px;
  }
  #sec5 h2.ttl small {
    letter-spacing: 0.05em;
  }
  #sec5 .wrap {
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
  }
  #sec5 .set {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #sec5 .set::before {
    width: 260px;
    height: 237px;
    bottom: 41px;
    right: 0;
  }
  #sec5 .set::after {
    width: 164px;
    height: 101px;
    bottom: -28px;
    left: auto;
    right: 307px;
  }
  #sec5 .set .price {
    font-size: 36px;
  }
  #sec5 .set .price small {
    font-size: 26px;
  }
  #sec5 .set .imgbox {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    max-width: 760px;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    row-gap: 20px;
  }
  #sec5 .set .txtbox {
    width: 482px;
    margin-top: 0;
    padding-left: 20px;
  }
  #sec5 .set .txtbox .txt {
    width: 415px;
    margin-top: 25px;
  }
}
@media screen and (min-width: 1400px) {
  #sec5 .set {
    padding: 0 77px;
  }
}

#sec6 {
  padding-top: 15vw;
}
#sec6 h2.ttl {
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
#sec6 h2.ttl .txt-white {
  color: #fff;
  text-shadow: 0 0 10px #000;
}
#sec6 .set1 .price {
  font-weight: 600;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 0.175em;
}
#sec6 .set1 .price small {
  font-size: 18px;
  letter-spacing: 0.175em;
}
#sec6 .set1 .imgbox {
  margin-top: -24vw;
}
#sec6 .set1 .imgbox .img {
  width: 100%;
  height: 67vw;
}
#sec6 .set1 .imgbox .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 55% 50%;
     object-position: 55% 50%;
}
#sec6 .set1 .txtbox {
  margin-top: 5vw;
  padding: 0 var(--paddingWrap);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#sec6 .set1 .txtbox .txt {
  margin-top: 5vw;
}
#sec6 .set2 {
  margin-top: 10vw;
}
#sec6 .set2 .btn-popup {
  margin-top: 5vw;
}
@media screen and (min-width: 768px) {
  #sec6 {
    padding-top: 3px;
  }
  #sec6 h2.ttl {
    margin: 0 88px 0 auto;
  }
  #sec6 .set1 {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    position: relative;
  }
  #sec6 .set1 .ttl {
    line-height: 1;
  }
  #sec6 .set1 .price {
    font-size: 36px;
  }
  #sec6 .set1 .price small {
    font-size: 26px;
  }
  #sec6 .set1 .imgbox {
    margin-top: 0;
    position: absolute;
    top: 165px;
    bottom: 0;
    left: 0;
  }
  #sec6 .set1 .imgbox::after {
    content: "";
    width: 600px;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(#000), to(transparent));
    background: linear-gradient(to right, #000, transparent);
    opacity: 0.66;
    position: absolute;
    top: 0;
    left: 0;
  }
  #sec6 .set1 .imgbox .img {
    height: 100%;
  }
  #sec6 .set1 .imgbox .img img {
    -o-object-position: 50%;
       object-position: 50%;
  }
  #sec6 .set1 .txtbox {
    min-height: 362px;
    margin-top: 47px;
    padding: 0 0 0 50px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    color: #fff;
    position: relative;
    z-index: 1;
  }
  #sec6 .set1 .txtbox .txt {
    width: 280px;
    margin-top: 35px;
  }
  #sec6 .set2 {
    margin-top: 71px;
  }
  #sec6 .set2 .btnbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-column-gap: 94px;
       -moz-column-gap: 94px;
            column-gap: 94px;
  }
  #sec6 .set2 .btn-popup {
    margin-top: 0;
  }
}

#sec7 {
  margin-top: 15vw;
}
#sec7 h2.ttl {
  margin: 0 auto;
}
#sec7 h2.ttl > span {
  display: inline-block;
  padding-top: 10vw;
  border-right: 1px solid;
}
#sec7 .set1 .gr {
  margin-top: 10vw;
}
#sec7 .set1 .gr .imgbox, #sec7 .set1 .gr .btnbox {
  margin-top: 5vw;
}
#sec7 .set1 .gr .imgbox {
  text-align: center;
}
#sec7 .set2 {
  margin-top: 15vw;
}
#sec7 .set2 .bnr2 {
  margin-top: 10vw;
}
@media screen and (min-width: 768px) {
  #sec7 {
    margin-top: 120px;
    padding-bottom: 150px;
  }
  #sec7 h2.ttl {
    margin: 0;
    line-height: 1;
  }
  #sec7 h2.ttl > span {
    padding: 75px 6px 0 0;
  }
  #sec7 .img-big img {
    width: 100%;
    height: 700px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #sec7 .set1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: -121px;
  }
  #sec7 .set1 .ttlbox {
    min-width: 110px;
  }
  #sec7 .set1 .gr {
    display: grid;
    grid-template-columns: 580px 350px;
    grid-template-rows: auto 1fr;
    margin: 96px 0 0 81px;
  }
  #sec7 .set1 .gr .imgbox {
    grid-area: 1/2/3/3;
    margin-top: 0;
    text-align: left;
  }
  #sec7 .set1 .gr .btnbox {
    margin-top: 39px;
  }
  #sec7 .set1 .gr .txtbox {
    width: 490px;
  }
  #sec7 .set2 {
    width: 100%;
    max-width: 1500px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-column-gap: 50px;
       -moz-column-gap: 50px;
            column-gap: 50px;
    margin: 126px auto 0;
  }
  #sec7 .set2 .bnr2 {
    margin-top: 0;
  }
}

.tyou_m {
  margin-top: 50px;
}