@media screen and (max-width: 767px) {
  header .content-scroll-wrapper .img1 {
    margin: 0 10px 0 5px;
  }
  header .content-scroll-wrapper .img1 img {
    width: 17vw;
  }
  header .content-scroll-wrapper .img2 {
    margin: 0 10px 0 5px;
  }
  header .content-scroll-wrapper .img2 img {
    width: 17vw;
  }
}
@media screen and (min-width: 768px) {
  header .content-scroll-wrapper .img1 {
    margin: 30px 0;
  }
  header .content-scroll-wrapper .img2 {
    margin: 30px 0;
  }
}

#sec1 {
  padding: 10vw 0 20vw;
  position: relative;
  z-index: 0;
}
#sec1::before {
  content: "";
  background: #222;
  clip-path: polygon(0 0, 100% 3%, 100% 100%, 0% 100%);
  position: absolute;
  inset: 0;
  z-index: -1;
}
#sec1 h2.ttl {
  margin-top: 5vw;
  text-align: center;
}
#sec1 .set1 {
  position: relative;
}
#sec1 .set1::before {
  content: "";
  width: 90vw;
  height: 70vw;
  background: url("../img/menu/sec1_bgi2.png") 0 0/contain no-repeat;
  position: absolute;
  top: 26vw;
  right: -15vw;
  z-index: -1;
}
#sec1 .set1 .gr1 .ttl {
  margin-top: -15vw;
  font-size: 6vw;
  line-height: 1.5;
  letter-spacing: 0.1em;
  position: relative;
  z-index: 1;
}
#sec1 .set1 .gr1 .ttl > span {
  display: inline-block;
  padding: 5px;
  background: #fff;
  color: #222;
}
#sec1 .set1 .gr1 .ttl > span ~ span {
  margin-top: 5px;
}
#sec1 .set1 .gr1 .img {
  width: 90vw;
  margin-left: -18vw;
}
#sec1 .set1 .gr2 .txt {
  margin-top: 10vw;
}
#sec1 .set2 {
  margin-top: 10vw;
  position: relative;
}
#sec1 .set2::before {
  content: "";
  width: 90vw;
  height: 70vw;
  background: url("../img/menu/sec1_bgi1.png") 0 0/contain no-repeat;
  position: absolute;
  top: -30vw;
  right: -30vw;
  z-index: -1;
}
#sec1 .set2 .gr1 .img {
  width: 60vw;
  position: relative;
  z-index: 1;
}
#sec1 .set2 .gr2 .imgbox {
  margin-top: -5vw;
  position: relative;
}
#sec1 .set2 .gr2 .imgbox .ttl {
  width: 35%;
  min-height: 47vw;
  font-size: 6vw;
  line-height: 1.6;
  letter-spacing: 0.18em;
  position: absolute;
  top: 13vw;
  left: 0;
  z-index: 2;
}
#sec1 .set2 .gr2 .imgbox .ttl .txt-indent {
  margin-top: 6vw;
}
#sec1 .set2 .gr2 .imgbox .img {
  width: 60%;
  margin: 0 var(--paddingWrap-negative) 0 auto;
}
#sec1 .set2 .gr2 .txtbox {
  margin-top: 10vw;
}
#sec1 .set2 .gr2 .txtbox .btn-link {
  margin-top: 10vw;
}
@media screen and (min-width: 768px) {
  #sec1 {
    padding: 70px 0 100px;
  }
  #sec1::before {
    clip-path: polygon(0 0, 100% 200px, 100% 100%, 0% 100%);
  }
  #sec1 h2.ttl {
    margin: 0 0 0 -252px;
  }
  #sec1 .wrap {
    width: 100%;
    max-width: 1380px;
  }
  #sec1 .set1 {
    max-width: 1000px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 auto;
  }
  #sec1 .set1::before {
    width: 868px;
    height: 579px;
    top: 43px;
    right: -274px;
  }
  #sec1 .set1 .gr1 {
    width: 390px;
    padding-top: 418px;
    position: relative;
  }
  #sec1 .set1 .gr1 .ttl {
    min-width: 135px;
    min-height: 340px;
    margin: 0 0 0 auto;
    font-size: 40px;
    line-height: 60px;
    text-align: right;
  }
  #sec1 .set1 .gr1 .ttl > span {
    padding: 19px 0 13px;
  }
  #sec1 .set1 .gr1 .ttl > span ~ span {
    margin: 0 15px 0 0;
  }
  #sec1 .set1 .gr1 .img {
    width: auto;
    margin-left: 0;
    position: absolute;
    top: 0;
    left: -344px;
  }
  #sec1 .set1 .gr1 .img img {
    max-width: none;
  }
  #sec1 .set1 .gr2 {
    width: 500px;
    margin-top: 117px;
  }
  #sec1 .set1 .gr2 .txt {
    margin-top: 38px;
    text-align: justify;
  }
  #sec1 .set2 {
    margin-top: 61px;
    padding-left: 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #sec1 .set2::before {
    width: 832px;
    height: 555px;
    top: -388px;
    right: auto;
    left: -251px;
  }
  #sec1 .set2 .gr1 .img {
    width: auto;
  }
  #sec1 .set2 .gr2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    margin-top: 47px;
  }
  #sec1 .set2 .gr2 .imgbox {
    width: calc(100% - 710px);
    max-width: 501px;
    margin-top: -364px;
    padding-top: 118px;
  }
  #sec1 .set2 .gr2 .imgbox .ttl {
    width: 285px;
    min-height: 383px;
    font-size: 50px;
    line-height: 80px;
    top: 0;
  }
  #sec1 .set2 .gr2 .imgbox .ttl .txt-indent {
    margin-top: 88px;
  }
  #sec1 .set2 .gr2 .imgbox .img {
    width: auto;
    margin: 0;
  }
  #sec1 .set2 .gr2 .imgbox .img img {
    width: 100%;
    min-height: 600px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #sec1 .set2 .gr2 .txtbox {
    width: 688px;
    margin-top: 0;
  }
  #sec1 .set2 .gr2 .txtbox .btn-link {
    margin-top: 46px;
  }
}
@media screen and (min-width: 1300px) {
  #sec1 .set2 {
    padding-left: 91px;
  }
}

#sec2 .deco-scroll-wrapper {
  padding: 5vw 0;
  background: var(--bg1);
}
#sec2 .deco-scroll-wrapper .img {
  margin: 0 5vw;
}
#sec2 .deco-scroll-wrapper .img img {
  width: 70vw;
}
#sec2 .wrap {
  padding-top: 30vw;
}
#sec2 h2.ttl {
  text-align: center;
  position: relative;
  z-index: 1;
}
#sec2 .imgbox {
  margin-top: 10vw;
  padding-bottom: 15vw;
  position: relative;
  z-index: 0;
}
#sec2 .imgbox::before {
  content: "";
  width: 100vw;
  height: 100%;
  background: url("../img/menu/sec2_deco2.png") center bottom/contain no-repeat;
  position: absolute;
  left: -5vw;
  bottom: 0;
  z-index: -1;
}
#sec2 .imgbox::after {
  content: "";
  width: 146vw;
  height: 100%;
  background: url("../img/menu/sec2_deco1.png") center bottom/contain no-repeat;
  position: absolute;
  bottom: 0;
  left: -30vw;
}
#sec2 .imgbox .img img {
  -webkit-filter: drop-shadow(0 0 10px rgba(55, 21, 11, 0.39));
          filter: drop-shadow(0 0 10px rgba(55, 21, 11, 0.39));
}
#sec2 .imgbox .img1 {
  width: 50vw;
  position: absolute;
  top: -66vw;
  left: -25vw;
}
#sec2 .imgbox .img2 {
  width: 40vw;
  position: absolute;
  top: -53vw;
  right: -13vw;
}
#sec2 .imgbox .img3 {
  width: 52vw;
}
#sec2 .imgbox .img4 {
  width: 40vw;
  margin: -10vw -3vw 0 auto;
}
#sec2 .imgbox .img5 {
  width: 40vw;
  margin: 10vw 0 0 15vw;
}
@media screen and (min-width: 768px) {
  #sec2 .deco-scroll-wrapper {
    padding: 38px 0;
  }
  #sec2 .deco-scroll-wrapper .img {
    margin: 0 50px;
  }
  #sec2 .deco-scroll-wrapper .img img {
    width: auto;
  }
  #sec2 .wrap {
    padding-top: 89px;
  }
  #sec2 .imgbox {
    margin-top: 47px;
    padding-bottom: 99px;
  }
  #sec2 .imgbox::before {
    width: 1007px;
    height: 426px;
    left: 3px;
  }
  #sec2 .imgbox::after {
    width: 1505px;
    height: 695px;
    left: -250px;
  }
  #sec2 .imgbox .img1 {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    top: -348px;
    left: -117px;
  }
  #sec2 .imgbox .img2 {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    top: -194px;
    right: -56px;
  }
  #sec2 .imgbox .img3 {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin-left: 142px;
  }
  #sec2 .imgbox .img4 {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: -100px 204px 0 auto;
  }
  #sec2 .imgbox .img5 {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: 19px 0 0 164px;
  }
}

#sec3 {
  padding-top: 10vw;
  background: #222;
}

#sec3 h2.ttl {
  margin: 0 var(--paddingWrap-negative) 0 -10vw;
  font-size: 33vw;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
  opacity: 0.5;
}
#sec3 #sec3Slide {
  margin: -15vw var(--paddingWrap-negative) 0;
}
#sec3 #sec3Slide .gr .inner {
  display: flex !important;
  column-gap: 10px;
  margin-right: 10px;
}
#sec3 #sec3Slide .slide-item .img {
  width: 40vw;
  position: relative;
  z-index: 0;
}
#sec3 #sec3Slide .slide-item .img img {
  display: block;
  position: relative;
  z-index: -1;
}
#sec3 #sec3Slide .slide-item .img::after {
  content: "";
  width: 30px;
  height: 30px;
  display: block;
  border-radius: 100%;
  background: url('../img/shared/icon_plus.png') center/100% no-repeat, var(--bg2);
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  #sec3 {
    padding-top: 53px;
  }
  #sec3 .wrap {
    width: 100%;
    max-width: 1500px;
  }
  #sec3 h2.ttl {
    margin: 0 -27px 0 -57px;
    font-size: 500px;
  }
  #sec3 #sec3Slide {
    margin: -235px 0 0;
  }
  #sec3 #sec3Slide .gr .inner {
    column-gap: 29px;
    margin-right: 29px;
  }
  #sec3 #sec3Slide .slide-item {
    width: 400px !important;
  }
  #sec3 #sec3Slide .slide-item .img {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
  #sec3 #sec3Slide .slide-item .img::after {
    width: 80px;
    height: 80px;
    top: 20px;
    left: 20px;
  }
}

#sec4 {
  padding: 15vw 0;
  background: #222;
}
#sec4 .wrap {
  padding-top: 10vw;
  padding-bottom: 10vw;
  z-index: 0;
}
#sec4 .wrap::before {
  content: "";
  height: 100%;
  background: url("../img/menu/sec4_bg.jpg") center/cover no-repeat;
  position: absolute;
  inset: 0 3vw;
  z-index: -1;
}
#sec4 h2.ttl {
  margin-top: 10vw;
  font-size: 7vw;
  line-height: 1.3333333333;
  letter-spacing: 0.18em;
  text-align: center;
}
#sec4 h2.ttl small {
  font-size: 6vw;
  letter-spacing: 0.18em;
}
#sec4 .set1 .img1, #sec4 .set1 .img2 {
  text-align: center;
}
#sec4 .set1 .img2 {
  margin-top: 10vw;
}
#sec4 .set2 {
  margin-top: 10vw;
}
#sec4 .set2 .btn-popup {
  margin-top: 10vw;
}
@media screen and (min-width: 768px) {
  #sec4 {
    padding: 130px 0 123px;
  }
  #sec4 .wrap {
    padding-top: 87px;
    padding-bottom: 85px;
  }
  #sec4 .wrap::before {
    inset: 0 -200px;
  }
  #sec4 h2.ttl {
    min-width: 160px;
    min-height: 602px;
    margin-top: 0;
    font-size: 60px;
    line-height: 80px;
    text-align: left;
  }
  #sec4 h2.ttl small {
    font-size: 50px;
  }
  #sec4 .set1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #sec4 .set1 .img1, #sec4 .set1 .img2 {
    margin-top: 38px;
  }
  #sec4 .set1 .img1 {
    margin-left: -250px;
  }
  #sec4 .set1 .img2 {
    margin-right: -250px;
  }
  #sec4 .set2 {
    margin-top: 30px;
    text-align: center;
  }
  #sec4 .set2 .btn-popup {
    margin-top: 40px;
  }
}

#sec5 .bgi img {
  width: 100%;
  height: 120vw;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 82% 50%;
     object-position: 82% 50%;
}
#sec5 h2.ttl {
  font-size: 9vw;
  line-height: 1.3;
  letter-spacing: 0;
}
#sec5 h2.ttl small {
  font-size: 6vw;
}
#sec5 .set {
  margin-top: 10vw;
}
#sec5 .set .txt {
  margin-top: 7vw;
}
#sec5 .imgbox {
  width: 60vw;
  margin: 10vw var(--paddingWrap-negative) 0 auto;
}
#sec5 .imgbox .slick-dots {
  z-index: 7;
}
@media screen and (max-width: 767px) {
  #sec5 .imgbox .slick-dots {
    width: auto;
    bottom: 10px;
    left: 10px;
  }
  #sec5 .imgbox .slick-dots li {
    display: block;
    margin: 10px 0;
  }
}
@media screen and (min-width: 768px) {
  #sec5 {
    padding: 65px 0;
    position: relative;
  }
  #sec5 .wrap {
    width: 100%;
    max-width: 1440px;
    padding: 0 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #sec5 .bgi {
    position: absolute;
    inset: 0;
    z-index: -1;
  }
  #sec5 .bgi img {
    height: 100%;
    -o-object-position: 50%;
       object-position: 50%;
  }
  #sec5 h2.ttl {
    font-size: 90px;
    line-height: 94px;
  }
  #sec5 h2.ttl small {
    font-size: 60px;
  }
  #sec5 .set {
    margin-top: 390px;
  }
  #sec5 .set .txt {
    width: 569px;
    margin-top: 41px;
  }
  #sec5 .imgbox {
    width: 750px;
    margin: 0;
    position: absolute;
    bottom: -470px;
    right: 28px;
  }
}

#sec6 {
  background: var(--bg);
}
#sec6 .wrap {
  padding-top: 30vw;
  padding-bottom: 30vw;
  z-index: 0;
}
#sec6 .wrap .catch {
  font-size: 35vw;
  line-height: 1;
  letter-spacing: 0.1em;
  opacity: 0.5;
  position: absolute;
  bottom: -9vw;
  left: 0;
  z-index: -1;
}
#sec6 h2.ttl {
  text-align: center;
}
#sec6 .set2 {
  margin-top: 7vw;
}
#sec6 .set2 h3.ttl {
  font-size: 6vw;
  line-height: 1.3;
  letter-spacing: 0.1em;
}
#sec6 .set2 .imgbox {
  position: relative;
}
#sec6 .set2 .imgbox .img1 {
  width: 90vw;
  position: absolute;
  top: -97vw;
  left: -42vw;
  z-index: 2;
}
#sec6 .set2 .imgbox .img2 {
  width: 100%;
  text-align: center;
  position: absolute;
  top: -46vw;
  left: 0;
  z-index: 1;
}
#sec6 .set2 .imgbox .img2 img {
  width: 6vw;
}
#sec6 .set2 .imgbox .img3 {
  text-align: center;
}
#sec6 .set2 .imgbox .img3 img {
  width: 40vw;
}
#sec6 .set2 .txtbox {
  margin-top: 10vw;
}
#sec6 .set2 .txtbox .txt {
  margin-top: 7vw;
}
#sec6 .set2 .txtbox .btn-popup {
  margin-top: 7vw;
}
@media screen and (min-width: 768px) {
  #sec6 .wrap {
    width: 100%;
    max-width: 1380px;
    padding: 624px 70px 76px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #sec6 .wrap .catch {
    font-size: 300px;
    bottom: -72px;
    left: -67px;
  }
  #sec6 .set2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    margin-top: 71px;
  }
  #sec6 .set2 h3.ttl {
    font-size: 30px;
  }
  #sec6 .set2 .imgbox .img1 {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    top: -1082px;
    left: auto;
    right: 115px;
  }
  #sec6 .set2 .imgbox .img2 {
    width: auto;
    top: -513px;
    left: auto;
    right: 149px;
  }
  #sec6 .set2 .imgbox .img2 img {
    width: auto;
  }
  #sec6 .set2 .imgbox .img3 {
    text-align: left;
  }
  #sec6 .set2 .imgbox .img3 img {
    width: auto;
  }
  #sec6 .set2 .txtbox {
    -ms-flex-item-align: center;
        align-self: center;
    width: 425px;
    padding: 20px 0 88px;
  }
  #sec6 .set2 .txtbox .txt {
    margin-top: 33px;
  }
  #sec6 .set2 .txtbox .btn-popup {
    margin-top: 43px;
  }
}

.popup-menu-style-1 {
  padding: 5vw var(--paddingWrap) 10vw;
  background: var(--bg3);
  color: #fff;
}
.popup-menu-style-1 h2.ttl {
  margin-top: 10vw;
  font-size: 6vw;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
.popup-menu-style-1 .price {
  margin-top: 3vw;
  font-size: 20px;
  line-height: 1.1;
  letter-spacing: 0.18em;
}
.popup-menu-style-1 .price small {
  font-size: 18px;
  letter-spacing: 0.18em;
}
.popup-menu-style-1 .price small.xs {
  font-size: 14px;
  letter-spacing: 0.1em;
}
.popup-menu-style-1 hr {
  margin-top: 5vw;
  border: 0;
  border-top: 1px solid;
  opacity: 0.4;
}
.popup-menu-style-1 .txt {
  margin-top: 5vw;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .popup-menu-style-1 {
    padding: 30px 30px 90px;
  }
  .popup-menu-style-1 h2.ttl {
    margin-top: 40px;
    font-size: 35px;
  }
  .popup-menu-style-1 .price {
    margin-top: 20px;
    font-size: 35px;
  }
  .popup-menu-style-1 .price small {
    font-size: 30px;
  }
  .popup-menu-style-1 .price small.xs {
    font-size: 20px;
  }
  .popup-menu-style-1 hr {
    max-width: 750px;
    margin: 40px auto 0;
  }
  .popup-menu-style-1 .txt {
    margin-top: 30px;
    text-align: center;
  }
}

.menu-style {
  margin-top: 10vw;
}
.menu-style .menu-ttl {
  padding-bottom: 10px;
  border-bottom: 1px solid;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.15em;
  text-align: center;
}
.menu-style .menu-detail dl {
  padding: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  font-weight: 500;
  line-height: 1.3;
}
.menu-style .menu-detail dl dt {
  margin-right: 5px;
  font-size: 13px;
  letter-spacing: 0.15em;
}
.menu-style .menu-detail dl dd {
  font-size: 14px;
  letter-spacing: 0.15em;
  text-align: right;
  white-space: nowrap;
}
.menu-style .menu-detail .menu-img {
  margin-top: 15px;
}
.menu-style .menu-list {
  margin-top: 20px;
  font-weight: 500;
  line-height: 1.3;
  text-align: center;
}
.menu-style .menu-detail-box {
  margin-top: 20px;
  padding: 10px 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: rgba(255, 255, 255, 0.2);
  font-weight: 500;
  text-align: center;
}
.menu-style .menu-detail-box + .menu-detail-box {
  margin-top: 10px;
}
.menu-style .menu-detail-box p + p {
  margin-top: 10px;
}
.menu-style .menu-detail-box .txt {
  text-align: left;
}
@media screen and (min-width: 768px) {
  .menu-style {
    margin-top: 30px;
  }
  .menu-style .menu-ttl {
    padding-bottom: 15px;
    font-size: 25px;
  }
  .menu-style .menu-detail dl {
    padding: 15px 0;
    line-height: 25px;
  }
  .menu-style .menu-detail dl dt {
    font-size: 17px;
  }
  .menu-style .menu-detail dl dd {
    font-size: 18px;
  }
  .menu-style .menu-detail .menu-img {
    margin-top: 20px;
  }
  .menu-style .menu-list {
    margin-top: 20px;
    font-size: 17px;
    line-height: 25px;
    letter-spacing: 0.15em;
  }
  .menu-style .menu-detail-box {
    max-width: 733px;
    margin: 20px auto 0;
    padding: 25px;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: 0.15em;
  }
  .menu-style .menu-detail-box + .menu-detail-box {
    margin-top: 10px;
  }
  .menu-style .menu-detail-box p + p {
    margin-top: 20px;
  }
  .menu-style .menu-detail-box .txt {
    text-align: center;
  }
}

.popup-menu {
  text-align: left;
}
.popup-menu h2.ttl {
  font-size: 7vw;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.popup-menu .h2box {
  text-align: center;
}
.popup-menu .h2box .txtnote {
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .popup-menu h2.ttl {
    font-size: 40px;
  }
  .popup-menu .h2box .txtnote {
    margin-top: 10px;
  }
  .popup-menu .set {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 28px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .popup-menu .set .gr {
    width: 443px;
  }
}

#popup8 .set {
  display: block;
}
#popup8 .set .gr {
  width: 100%;
  max-width: 733px;
  margin: 0 auto;
}