.remodal-is-locked .ft_bnr_fixed {
  opacity: 0;
}

#top.article #key {
  background-image: url(../img/wine/key_p1.jpg);
}

#top.article .logo {
  right: unset;
  left: 0;
}

#top.article .txt-gr .ttl {
  top: 89vw;
  left: 5vw;
  font-size: 7vw;
  margin: 0 auto;
  text-shadow: 2px 3px 1px #000;
  color: #efefef;
  font-weight: 500;
}

#top.article .txt-gr .ttl span {
  display: block;
  margin-right: 3%;
}

#top.article .txt-gr .ttl span:nth-child(2) {
  margin-top: 8vw;
}

#top.article .txt-gr .ttl span:nth-child(3) {
  margin-top: 16vw;
}

#top.article .txt-gr .txt {
  font-weight: 300;
}

#top.article .txt-gr .txt-deco {
  width: 50vw;
}

@media (min-width: 1000px) {
  #top.article {
    height: 1015px;
  }
  #top.article #key {
    height: 1015px;
  }
  #top.article .txt-gr {
    top: 78px;
    left: calc(50% + 82px);
    bottom: unset;
    max-width: 530px;
  }
  #top.article .txt-gr .ttl {
    top: 0px;
    font-size: 34px;
    margin: 0 0 20px;
    letter-spacing: 0.2em;
    right: unset;
    position: static;
    text-shadow: none;
    line-height: 60px;
  }
  #top.article .txt-gr .ttl span {
    margin-right: 42px;
  }
  #top.article .txt-gr .ttl span:nth-child(2) {
    margin-top: 54px;
  }
  #top.article .txt-gr .ttl span:nth-child(3) {
    margin-top: 110px;
  }
  #top.article .txt-gr .txt {
    margin: 0;
  }
  #top.article .txt-gr .txt-deco {
    left: -453px;
    bottom: -268px;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1300px) {
  #top.article .txt-gr {
    left: calc(50% - 30px);
  }
}
#sec1 {
  padding-bottom: 20vw;
  position: relative;
  z-index: 1;
}
#sec1::before {
  content: "";
  position: absolute;
  width: 50%;
  top: 0;
  bottom: 160vw;
  right: 0;
  background: url(../img/shared/bg_deco2.png) repeat;
  opacity: 0.15;
  z-index: -1;
}
#sec1::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(../img/wine/sec1_p4.png) no-repeat;
  background-size: cover;
  height: 140vw;
  z-index: -1;
}
#sec1 .en {
  margin: 8vw -6% -10vw;
  font-size: 12.5vw;
  text-align: center;
  font-weight: bold;
  opacity: 0.08;
  color: #000;
}
#sec1 .row1 {
  margin-bottom: 10vw;
}
#sec1 .row1 .img {
  margin-bottom: 2vw;
}
#sec1 .row1 .desc {
  position: relative;
}
#sec1 .row1 .desc h2 {
  text-align: center;
  font-size: 6vw;
  font-weight: 600;
  letter-spacing: 0.26em;
  margin-bottom: 6vw;
  color: #0a050a;
}
#sec1 .row1 .desc .txt {
  color: #000;
  font-weight: 300;
}
#sec1 .row2 {
  background-color: #000;
  box-sizing: border-box;
  padding: 11vw 5%;
  position: relative;
  margin-bottom: 10vw;
}
#sec1 .row2 .ttl{
  position:absolute;
  top: -9vw;
  right: 26vw;
  left: 7vw;
  z-index: 1;
}
#sec1 .row2 .img {
  margin-bottom: 5vw;
}
#sec1 .row2 .desc {
  color: #efefef;
}
#sec1 .row2 .desc h3 {
  text-align: center;
  font-weight: 500;
  font-size: 5vw;
  letter-spacing: 0.2em;
  margin-bottom: 4vw;
  padding-bottom: 6vw;
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
}
#sec1 .row2 .desc h3 span{
  font-size:70%;
}
#sec1 .row2 .desc h3::before {
  content: "";
  position: absolute;
  background: url(../img/wine/sec1_deco1.png) no-repeat;
  background-size: contain;
  aspect-ratio: 443/76;
  width: 65vw;
  height: auto;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
}
#sec1 .row2 .desc .txt {
  font-weight: 300;
}
#sec1 .row3 .img {
  margin-bottom: 6vw;
}
#sec1 .row3 .desc .ttl {
  width: 50vw;
  margin: 0 auto 8vw;
}
#sec1 .row3 .desc h3 {
  color: #000;
  text-align: center;
  font-weight: 500;
  font-size: 5vw;
  letter-spacing: 0.2em;
  position: relative;
  z-index: 1;
}
#sec1 .row3 .desc h3::before {
  content: "";
  position: absolute;
  background: #fff;
  width: 36vw;
  height: 11vw;
  left: 12%;
  bottom: -2vw;
  z-index: -1;
}
@media only screen and (min-width: 1000px) {
  #sec1 {
    padding-top: 165px;
    padding-bottom: 107px;
  }
  #sec1::before {
    bottom: unset;
    height: 1064px;
  }
  #sec1::after {
    height: 620px;
  }
  #sec1 .en {
    margin: 0 -245px;
    font-size: min(14vw, 210px);
    white-space: nowrap;
    letter-spacing: -0.04em;
    position: absolute;
    top: -2.2vw;
    right: 0;
    left: -15px;
  }
  #sec1 .row1 {
    display: flex;
    margin: 0 -100px 52px -160px;
  }
  #sec1 .row1 .img {
    margin-bottom: 0;
  }
  #sec1 .row1 .desc {
    width: 400px;
    margin-top: 108px;
    margin-left: -51px;
    flex-shrink: 0;
  }
  #sec1 .row1 .desc h2 {
    text-align: left;
    font-size: 40px;
    margin-bottom: 25px;
    line-height: 80px;
  }
  #sec1 .row2 {
    display: flex;
    flex-direction: row-reverse;
    padding: 40px 40px 40px 40px;
    margin: 0 -100px 65px;
  }
  #sec1 .row2 .ttl{
  top: -83px;
  /* right: 206px; */
  left: 80px;
}
  #sec1 .row2 .img {
    margin-bottom: 0;
  }
  #sec1 .row2 .desc {
    width: 390px;
    flex-shrink: 0;
    margin-right: 97px;
    margin-top: 47px;
  }
  #sec1 .row2 .desc h3 {
    font-size: 30px;
    letter-spacing: 0.4em;
    margin-bottom: 27px;
    padding-bottom: 58px;
    margin-left: 22px;
    line-height:160%;
  }
  #sec1 .row2 .desc h3::before {
    width: 443px;
    left: -43px;
  }
  #sec1 .row3 {
    display: flex;
  }
  #sec1 .row3 .img {
    margin-left: 11px;
    margin-bottom: 0;
  }
  #sec1 .row3 .desc {
    margin-top: 6px;
    margin-left: -46px;
  }
  #sec1 .row3 .desc .ttl {
    width: 384px;
    margin: 0 -15px 87px auto;
  }
  #sec1 .row3 .desc h3 {
    font-size: 34px;
    text-align: right;
  }
  #sec1 .row3 .desc h3::before {
    width: 251px;
    height: 66px;
    left: -12px;
    bottom: -16px;
  }
}

#sec2 {
  padding: 16vw 0;
}
#sec2 h2 {
  font-size: 6vw;
  letter-spacing: 0.2em;
  font-weight: 400;
  text-align: center;
  margin-bottom: 4vw;
  color: #000;
}
#sec2 .note {
  text-align: center;
  margin-bottom: 8vw;
  color: #000;
}
#sec2 .list .item {
  margin-bottom: 6vw;
}
#sec2 .list .item:last-child {
  margin-bottom: 0;
}
#sec2 .list .item .tit {
  text-align: center;
  font-size: 5vw;
  color: #000;
  letter-spacing: 0.2em;
  padding-bottom: 2vw;
  border-bottom: 2px solid #7b7b7b;
  font-family: "Noto Serif JP", serif;
}
#sec2 .list .item .dish dl {
  color: #000;
  font-family: "Noto Serif JP", serif;
  font-size: 14px;
  font-weight: 300;
  padding: 10px 0;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #7b7b7b;
  letter-spacing: normal;
}
#sec2 .list .item .dish dl dt {
  text-align: left;
}
#sec2 .list .item .dish dl dd {
  text-align: right;
  letter-spacing: 0.1em;
}
#sec2 .list .item .dish dl dd span{
  font-size:70%;
}
@media only screen and (min-width: 1000px) {
  #sec2 {
    padding: 146px 0 131px;
  }
  #sec2 h2 {
    font-size: 36px;
    margin-bottom: 27px;
  }
  #sec2 .note {
    margin-bottom: 54px;
    letter-spacing: 0.2em;
  }
  #sec2 .list {
    display: flex;
    justify-content: center;
    gap: 38px;
  }
  #sec2 .list .item {
    margin-bottom: 0;
    width: 467px;
  }
  #sec2 .list .item:last-child {
    margin-bottom: 0;
  }
  #sec2 .list .item .tit {
    font-size: 24px;
    padding-bottom: 15px;
  }
  #sec2 .list .item .dish dl {
    line-height: 1.5em;
    font-size: 16px;
    padding: 10px 0;
  }
}

#sec3 {
  padding: 10vw 0 16vw;
  position: relative;
  z-index: 1;
}
#sec3::before {
  content: "";
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 55vw;
  right: 0;
  background: #000;
  z-index: -1;
}
#sec3 .en {
  display: none;
  position: absolute;
  top: -50px;
  right: 0;
  font-size: 14vw;
  font-weight: bold;
  opacity: 8%;
  color: #feefef;
  line-height: 1em;
  z-index: 1;
}
#sec3 .en .txt-latin {
  letter-spacing: normal;
}
#sec3 .row1 .img {
  margin-bottom: 6vw;
}
#sec3 .row1 h2 {
  margin: 0 auto;
  color: #fff;
  font-size: 6vw;
  font-weight: 600;
  letter-spacing: 0.26em;
  margin-bottom: 6vw;
  width: 19.2vw;
  height: 54.4vw;
  white-space: nowrap;
}
#sec3 .row1 h2 .rv {
  padding: 2vw 0 0;
  margin-top: 22vw;
  display: inline-block;
  color: #000;
  position: relative;
  z-index: 1;
}
#sec3 .row1 h2 .rv::before {
  content: "";
  position: absolute;
  background: #fff;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  z-index: -1;
}
#sec3 .row2 {
  padding-bottom: 10vw;
  position: relative;
  z-index: 1;
}
#sec3 .row2::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -5.5%;
  right: -5.5%;
  background: url(../img/shared/bg_deco2.png) repeat;
  opacity: 0.1;
  z-index: -1;
}
#sec3 .row2 .txt {
  color: #fff;
  margin-bottom: 6vw;
}
#sec3 .row2 .img{
  margin: 0 8vw;
}
@media only screen and (min-width: 1000px) {
  #sec3 {
    padding: 90px 0 53px;
  }
  #sec3::before {
    width: calc(50% + 86px);
    height: 1059px;
    bottom: unset;
  }
  #sec3 .en {
    display: block;
    top: -111px;
    right: calc(50% - 50vw - 16px);
    font-size: 246px;
    line-height: 1em;
  }
  #sec3 .en .txt-latin {
    letter-spacing: -0.02em;
  }
  #sec3 .row1 {
    position: relative;
    display: flex;
  }
  #sec3 .row1 .img {
    margin-bottom: 0;
    position: absolute;
    top: 0;
    left: calc(50% - 50vw);
    right: calc(50% - 411px);
    height: 730px;
  }
  #sec3 .row1 .img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  #sec3 .row1 h2 {
    margin: 97px -24px 219px auto;
    font-size: 40px;
    width: 160px;
    height: 352px;
    line-height: 80px;
  }
  #sec3 .row1 h2 .rv {
    padding: 0;
    margin-top: 150px;
  }
  #sec3 .row1 h2 .rv::before {
    width: 61px;
    height: 266px;
    left: 12px;
    bottom: -28px;
  }
  #sec3 .row2 {
    display: flex;
    justify-content: space-between;
    padding-bottom: 40px;
    margin-left: -60px;
    margin-right: -55px;
  }
  #sec3 .row2::before {
    left: calc(50% - 50vw);
    right: calc(50% - 250px);
  }
  #sec3 .row2 .txt {
    margin-top: 134px;
    color: #000;
    font-weight: 300;
    flex-shrink: 0;
    width: 390px;
    margin-bottom: 0;
    margin-right: 50px;
  }
}

#sec4 {
  padding: 4vw 0 16vw;
}
#sec4 .row {
  margin-bottom: 11vw;
}
#sec4 .row .img {
  margin-bottom: 6vw;
}
#sec4 .row .desc .en {
  width: 50vw;
  margin: -42px 0px 1vw 140px;
}
#sec4 .row .desc h2 {
  font-weight: 500;
  font-size: 5.6vw;
  line-height: 2.2em;
  letter-spacing: 0.2em;
  margin-bottom: 4vw;
  position: relative;
  color: #000;
}
#sec4 .row .desc h2 .rv {
  position: relative;
  z-index: 1;
}
#sec4 .photo2{
  margin: 10vw 20vw 0;
}
#sec4 .row .desc h2 .rv::before {
  content: "";
  position: absolute;
  background: #fff;
  height: 10vw;
  left: -3%;
  right: -3%;
  bottom: -1vw;
  z-index: -1;
}
#sec4 .row .desc .txt {
  margin-bottom: 6vw;
  color: #000;
  font-weight: 300;
}
#sec4 .btn-popup a {
  position: relative;
  font-size: 5vw;
  border-bottom: 1px solid currentColor;
  color: #000;
  padding: 2vw 0;
  display: block;
  text-align: center;
  font-weight: 700;
}
#sec4 .btn-popup a::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 5vw;
  height: 5vw;
  background: url(../img/shared/icon_open.png) no-repeat top center/100%;
  right: 5vw;
}
@media only screen and (min-width: 1000px) {
  #sec4 {
    padding: 0 0 159px;
    position: relative;
  }
  #sec4 .row {
    display: flex;
    margin: 0 -47px 130px -102px;
  }
  #sec4 .row .img {
    margin-bottom: 0;
    margin-top: 138px;
  }
  #sec4 .row .desc {
    width: 580px;
    flex-shrink: 0;
    margin-left: -34px;
  }
  #sec4 .row .desc .en {
    width: 382px;
    margin: 0 0 15px 134px;
  }
  #sec4 .row .desc h2 {
    font-size: 34px;
    line-height: 86px;
    margin-bottom: 23px;
    margin-left: 107px;
  }
  #sec4 .row .desc h2 .rv::before {
    width: 447px;
    height: 66px;
    right: unset;
    left: -22px;
    bottom: -8px;
  }
  #sec4 .row .desc .txt {
    width: 390px;
    margin: 0 auto 51px;
    padding-left: 38px;
  }
  #sec4 .photo2{
    position:absolute;
    bottom: 180px;
    left: 100px;
    margin:0;
}
  #sec4 .btn-popup {
    text-align: center;
    margin-left: 23px;
  }
  #sec4 .btn-popup a {
    display: inline-block;
    font-size: 30px;
    padding: 35px 0;
    font-weight: bold;
    min-width: 520px;
    letter-spacing: 0.2em;
  }
  #sec4 .btn-popup a:hover {
    opacity: 0.8;
  }
  #sec4 .btn-popup a::before {
    width: 29px;
    height: 26px;
    background: url(../img/shared/icon_open.png) no-repeat top center/100%;
    right: 10px;
    top: 51%;
    opacity: 0.7;
  }
}

#sec5 {
  padding: 0 0 16vw;
  position: relative;
  z-index: 1;
}
#sec5::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url(../img/wine/sec5_deco.jpg) repeat;
  z-index: -1;
}
#sec5 .en {
  color: #efefef;
  line-height: 1em;
  font-size: 15vw;
  margin: 0 -5.5%;
  text-align: center;
  font-weight: bold;
  position: relative;
  top: -3.1vw;
}
#sec5 .row1 {
  margin-bottom: 10vw;
}
#sec5 .row1 .desc {
  margin-bottom: 6vw;
}
#sec5 .row1 .desc .sub {
  color: #c7291e;
  text-align: center;
  font-weight: 600;
  font-size: 5vw;
  letter-spacing: 0.2em;
  margin-bottom: 4vw;
  padding-bottom: 6vw;
  position: relative;
  z-index: 1;
}
#sec5 .row1 .desc .sub::before {
  content: "";
  position: absolute;
  background: url(../img/wine/sec5_deco1.png) no-repeat;
  background-size: contain;
  aspect-ratio: 383/76;
  width: 60vw;
  height: auto;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  z-index: -1;
}
#sec5 .row1 .desc h2 {
  font-weight: 600;
  font-size: 4.2vw;
  letter-spacing: 0.2em;
  margin-bottom: 6vw;
  color: #000;
}
#sec5 .row1 .desc h2 .big {
  font-size: 160%;
}
#sec5 .row1 .desc .txt {
  color: #000;
  font-weight: 300;
}
#sec5 .row1 .img {
  margin-bottom: 6vw;
}
#sec5 .row1 .dish {
  padding: 8vw 5%;
  background: #fff;
}
#sec5 .row1 .dish .price {
  font-weight: 500;
  letter-spacing: 0.2em;
  font-size: 4.1vw;
  color: #000;
}
#sec5 .row1 .dish .price span {
  font-size: 80%;
}
#sec5 .row2 h3 {
  text-align: center;
  font-size: 6vw;
  font-weight: 400;
  letter-spacing: 0.2em;
  margin-bottom: 6vw;
  color: #000;
}
#sec5 .row2 .list {
  margin-bottom: 8vw;
}
#sec5 .row2 .list .item {
  margin-bottom: 8vw;
}
#sec5 .row2 .list .item:last-child {
  margin-bottom: 0;
}
#sec5 .row2 .list .item .tit {
  text-align: center;
  font-size: 5vw;
  letter-spacing: 0.2em;
  margin-bottom: 4vw;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  color: #000;
}
#sec5 .row2 .list .item ul {
  padding: 4vw 0;
  border-top: 2px solid #7b7b7b;
  border-bottom: 1px solid #7b7b7b;
}
#sec5 .row2 .list .item ul li {
  color: #000;
  font-family: "Noto Serif JP", serif;
}
#sec5 .row2 .box {
  color: #fff;
  background: #000;
  padding: 8vw 5%;
  margin-bottom: 8vw;
}
#sec5 .row2 .box .tit {
  text-align: center;
  font-size: 5.4vw;
  letter-spacing: 0.2em;
  margin-bottom: 4vw;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
}
#sec5 .row2 .box ul li {
  font-weight: 300;
  text-indent: -1em;
}
@media only screen and (min-width: 1000px) {
  #sec5 {
    padding: 164px 0 91px;
  }
  #sec5 .en {
    font-size: min(16.4vw, 246px);
    top: max(-185px, -12.3vw);
    letter-spacing: -0.04em;
    margin: 0 -250px;
    position: absolute;
    right: 0;
    left: -26px;
    white-space: nowrap;
  }
  #sec5 .row1 {
    display: flex;
    margin: 0 0 140px 0;
    position: relative;
    padding-bottom: 232px;
  }
  #sec5 .row1 .desc {
    flex-shrink: 0;
    width: 400px;
    margin-bottom: 0;
    margin-left: -96px;
  }
  #sec5 .row1 .desc .sub {
    margin-top: -6px;
    font-size: 24px;
    padding-bottom: 53px;
    margin-bottom: 20px;
    line-height: 44px;
    letter-spacing: 0.4em;
  }
  #sec5 .row1 .desc .sub::before {
    width: 383px;
    right: 0;
    left: 0;
  }
  #sec5 .row1 .desc h2 {
    font-size: 25px;
    line-height: 55px;
    margin-left: 10px;
    letter-spacing: 0.3em;
    margin-bottom: 25px;
  }
  #sec5 .row1 .desc h2 .big {
    line-height: 1em;
    letter-spacing: 0.27em;
  }
  #sec5 .row1 .img {
    margin-bottom: 0;
    position: absolute;
    top: 0;
    right: calc(50% - 50vw);
    left: calc(50% - 66px);
    z-index: 2;
    height: 693px;
  }
  #sec5 .row1 .img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  #sec5 .row1 .dish {
    padding: 0;
    background: transparent;
    position: absolute;
    bottom: 0;
    left: -71px;
    z-index: 1;
  }
  #sec5 .row1 .dish::before {
    content: "";
    position: absolute;
    background-color: #fff;
    width: 749px;
    height: 222px;
    top: -43px;
    left: -77px;
    z-index: -1;
  }
  #sec5 .row1 .dish .price {
    font-size: 25px;
    line-height: 40px;
  }
  #sec5 .row2 h3 {
    font-size: 36px;
    margin-bottom: 45px;
  }
  #sec5 .row2 .list {
    display: flex;
    justify-content: center;
    margin-bottom: 79px;
    gap: 38px;
  }
  #sec5 .row2 .list .item {
    margin-bottom: 0;
    width: 467px;
  }
  #sec5 .row2 .list .item:last-child {
    margin-bottom: 0;
  }
  #sec5 .row2 .list .item .tit {
    font-size: 24px;
    padding-bottom: 15px;
    margin-bottom: 0;
  }
  #sec5 .row2 .list .item ul {
    padding: 9px 0;
  }
  #sec5 .row2 .list .item ul li {
    letter-spacing: normal;
    line-height: 23px;
  }
  #sec5 .row2 .box {
    display: flex;
    align-items: center;
    padding: 55px 76px 57px 118px;
    margin-bottom: 64px;
  }
  #sec5 .row2 .box .tit {
    text-align: left;
    font-size: 25px;
    margin-bottom: 0;
    margin-right: 73px;
    flex-shrink: 0;
  }
  #sec5 .row2 .box ul {
    width: 613px;
  }
  #sec5 .btn-shared a {
    padding: 20px 20px;
    min-width: 340px;
  }
}

#sec6 {
  padding: 18vw 0;
}
#sec6 .info {
  margin-bottom: 8vw;
}
#sec6 .info .sub {
  width: 50vw;
  position: absolute;
  top: 0;
  right: 10%;
}
#sec6 .info h2 {
  text-align: center;
  font-weight: 600;
  font-size: 5vw;
  letter-spacing: 0.27em;
  margin-bottom: 6vw;
  padding-top: 20vw;
  color: #000;
}
#sec6 .info .txt {
  color: #000;
  font-weight: 300;
}
#sec6 .list {
  margin-bottom: 10vw;
}
#sec6 .list li {
  margin-bottom: 4vw;
  box-shadow: -1px 2px 23px rgba(0, 0, 0, 0.3);
}
#sec6 .box {
  box-sizing: border-box;
  padding: 0 5% 8vw;
  position: relative;
}
#sec6 .box::before, #sec6 .box::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
}
#sec6 .box::before {
  background: #eae8e8;
}
#sec6 .box::after {
  background: url(../img/shared/bg_deco2.png) repeat;
  opacity: 0.1;
}
#sec6 .box .en {
  position: relative;
  top: -1vw;
  line-height: 1em;
  font-size: 10vw;
  margin-bottom: 4vw;
  text-align: center;
  font-weight: bold;
  color: #efefef;
}
#sec6 .box .txt {
  color: #000;
  font-weight: 300;
}
@media only screen and (min-width: 1000px) {
  #sec6 {
    padding: 100px 0 100px;
  }
  #sec6 .info {
    margin-bottom: 81px;
  }
  #sec6 .info .sub {
    width: 254px;
    top: 0;
    right: 175px;
  }
  #sec6 .info h2 {
    font-size: 30px;
    margin-bottom: 36px;
    padding-top: 93px;
  }
  #sec6 .info .txt {
    text-align: center;
  }
  #sec6 .list {
    display: flex;
    margin: 0 -60px;
    justify-content: center;
    gap: 60px;
    margin-bottom: 100px;
  }
  #sec6 .list li {
    margin-bottom: 0;
  }
  #sec6 .box {
    margin: 0 -100px;
    padding: 0 30px 83px;
  }
  #sec6 .box .en {
    top: -10px;
    font-size: 151px;
    margin-bottom: -12px;
    letter-spacing: -0.04em;
  }
  #sec6 .box .txt {
    text-align: center;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1280px) {
  #sec1 .row1 .desc {
    margin-left: -75px;
  }
  #sec3 .row2 {
    margin-left: 0;
  }
  #sec5 .row1 .desc {
    margin-left: 0;
  }
  #sec5 .row1 .dish {
    bottom: -35px;
    left: 0;
  }
  #sec6 .list {
    margin: 0 0 100px;
  }
  #sec6 .list li {
    width: 50%;
  }
  #sec6 .list li img {
    object-fit: contain;
    width: 100%;
    height: auto;
  }
}
