#header #key .img img {
  -o-object-position: 40% center;
     object-position: 40% center;
}

#lead {
  margin: 15vw 0 0;
  padding: 6.5vw 0 0;
  text-align: center;
}
#lead h2 {
  font-size: 5vw;
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin: 0 -4vw 12vw;
}
#lead h2 span {
  display: inline-block;
  margin: 0 -1vw 0 -2vw;
  font-size: 7vw;
}
#lead h3 {
  margin: 12vw 0 0;
  font-size: 5vw;
  letter-spacing: 0.1em;
  line-height: 2.167;
  position: relative;
  z-index: 2;
}
#lead .txt {
  margin: 8vw 0 0;
  letter-spacing: 0.1em;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  #lead {
    margin: 100px 0 0;
    padding: 50px 0 0;
  }
  #lead h2 {
    font-size: 36px;
    margin: 0 0 100px;
    letter-spacing: 0.1em;
  }
}
@media screen and (min-width: 768px) and (max-height: 750px) {
  #lead h2 {
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 768px) {
  #lead h2 span {
    margin: 0 0 0 -5px;
    font-size: 50px;
  }
  #lead .img {
    height: 600px;
    max-height: calc(100vh - 230px);
  }
  #lead h3 {
    margin: 107px 0 0;
    font-size: 30px;
    line-height: 65px;
  }
  #lead .txt {
    margin: 62px 0 0;
    text-align: inherit;
  }
}

#reco {
  position: relative;
  margin: 20vw 0 0;
  padding: 6vw 0 0;
  text-align: center;
}
#reco::before {
  content: "";
  position: absolute;
  background: url("../img/concept/reco_deco.png") no-repeat top right/150% auto;
  left: 0;
  height: 120vw;
  top: -40vw;
  mix-blend-mode: overlay;
  right: 10vw;
}
#reco .tit {
  position: relative;
  z-index: 2;
  font-size: 4.5vw;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
#reco h2 {
  text-align: center;
  margin: 6vw 12vw 13vw;
}
#reco .reco-js {
  position: relative;
  display: flex;
}
#reco .reco-js .left, #reco .reco-js .right {
  width: 50%;
  transition: all 0.5s;
  height: 100vw;
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  overflow: hidden;
}
#reco .reco-js .left::before, #reco .reco-js .right::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.28);
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}
#reco .reco-js .left .img, #reco .reco-js .right .img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#reco .reco-js .left .title, #reco .reco-js .right .title {
  position: absolute;
  top: 30vw;
  right: 5vw;
  transition: all 0.5s;
  z-index: 2;
  width: 22vw;
}
#reco .reco-js .left .title:after, #reco .reco-js .right .title:after {
  content: "";
  position: absolute;
  bottom: -9vw;
  right: -2vw;
  background: url("../img/concept/reco_arrow.png") no-repeat right bottom/100% auto;
  width: 11vw;
  height: 3vw;
}
#reco .reco-js .left .group-content, #reco .reco-js .right .group-content {
  position: relative;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s, visibility 0.5s;
  width: 100vw;
  padding: 0 var(--wrapPadding) 5vw;
  box-sizing: border-box;
}
#reco .reco-js .left .group-content h3, #reco .reco-js .right .group-content h3 {
  font-size: 7vw;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
#reco .reco-js .left .group-content h3 small, #reco .reco-js .right .group-content h3 small {
  display: block;
  font-size: 5vw;
  margin: 0 0 1vw;
}
#reco .reco-js .left .group-content .txt, #reco .reco-js .right .group-content .txt {
  margin: 8vw 0 0;
  line-height: 2;
  letter-spacing: 0.1em;
}
#reco .reco-js .btn-back {
  position: absolute;
  top: 5vw;
  width: 9vw;
  padding: 5vw 0 0;
  line-height: 1.5;
  text-align: center;
  font-size: 3vw;
  letter-spacing: 0.025em;
  background: url("../img/concept/reco_arrow.png") no-repeat top right/100% auto;
  opacity: 0;
  visibility: hidden;
  z-index: 3;
  right: 5vw;
  cursor: pointer;
}
#reco .reco-js .right .title {
  right: auto;
  left: 5vw;
}
#reco .reco-js .right .title:after {
  right: auto;
  left: -2vw;
  background: url("../img/concept/reco_arrow2.png") no-repeat bottom left/100% auto;
}
#reco .reco-js.active-left .btn-back, #reco .reco-js.active-right .btn-back {
  opacity: 1;
  visibility: visible;
}
#reco .reco-js.active-right .btn-back {
  right: auto;
  left: 5vw;
  background-image: url("../img/concept/reco_arrow.png");
}
#reco .reco-js.active-right .right {
  width: 100%;
}
#reco .reco-js.active-right .right::before {
  opacity: 1;
  visibility: visible;
}
#reco .reco-js.active-right .right .title {
  opacity: 0;
  visibility: hidden;
}
#reco .reco-js.active-right .right .group-content {
  opacity: 1;
  visibility: visible;
}
#reco .reco-js.active-right .left {
  width: 0;
  visibility: hidden;
}
#reco .reco-js.active-left .btn-back {
  background-image: url("../img/concept/reco_arrow3.png");
}
#reco .reco-js.active-left .left {
  width: 100%;
}
#reco .reco-js.active-left .left::before {
  opacity: 1;
  visibility: visible;
}
#reco .reco-js.active-left .left .title {
  opacity: 0;
  visibility: hidden;
}
#reco .reco-js.active-left .left .group-content {
  opacity: 1;
  visibility: visible;
}
#reco .reco-js.active-left .right {
  width: 0;
  visibility: hidden;
}
@media screen and (min-width: 768px) {
  #reco {
    margin: 144px 0 0;
    padding: 50px 0 0;
  }
  #reco::before {
    background: url("../img/concept/reco_deco.png") no-repeat top center;
    width: 1178px;
    height: 1133px;
    left: auto;
    top: -293px;
    right: calc(50% - 428px);
    max-width: calc(50% + 428px);
  }
  #reco .tit {
    font-size: 24px;
  }
  #reco h2 {
    margin: 36px 0 95px;
  }
  #reco .reco-js .left, #reco .reco-js .right {
    height: 800px;
  }
  #reco .reco-js .left .title, #reco .reco-js .right .title {
    top: 299px;
    right: 40px;
    width: auto;
  }
  #reco .reco-js .left .title:after, #reco .reco-js .right .title:after {
    bottom: -107px;
    right: -10px;
    width: 86px;
    height: 20px;
  }
  #reco .reco-js .left .title:hover, #reco .reco-js .right .title:hover {
    opacity: 0.8;
  }
  #reco .reco-js .left .group-content, #reco .reco-js .right .group-content {
    padding: 0 0 25px;
  }
  #reco .reco-js .left .group-content h3, #reco .reco-js .right .group-content h3 {
    font-size: 50px;
  }
  #reco .reco-js .left .group-content h3 small, #reco .reco-js .right .group-content h3 small {
    font-size: 30px;
    margin: 0 0 9px;
  }
  #reco .reco-js .left .group-content .txt, #reco .reco-js .right .group-content .txt {
    text-align: inherit;
    margin: 40px 0 0;
    font-size: 20px;
    line-height: 2;
  }
  #reco .reco-js .btn-back {
    top: 63px;
    width: 86px;
    padding: 45px 0 0;
    font-size: 24px;
    right: 91px;
  }
  #reco .reco-js .right .title {
    right: auto;
    left: 40px;
  }
  #reco .reco-js .right .title:after {
    left: -24px;
  }
  #reco .reco-js.active-left .btn-back:hover, #reco .reco-js.active-right .btn-back:hover {
    opacity: 0.8;
  }
  #reco .reco-js.active-right .btn-back {
    left: 64px;
  }
}

#meat {
  padding: 20vw 0 0;
  position: relative;
}
#meat::before {
  content: "";
  position: absolute;
  background: url("../img/index/floor_deco.jpg");
  right: 45vw;
  top: 50vw;
  left: 0;
  height: 60vw;
}
#meat .set2 {
  margin: 20vw var(--wrapPadding) 0;
}
#meat .set2 h3 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 5px;
  font-size: 5vw;
  line-height: 1.5;
  letter-spacing: 0.14em;
  margin: 0 0 6vw;
}
#meat .set2 h3 span {
  min-width: -moz-max-content;
  min-width: max-content;
}
#meat .set2 h3::before {
  content: "";
  height: 1px;
  background: #bfb298;
  width: 100vw;
}
@media screen and (max-width: 767px) {
  #meat .set2 .flex .item {
    margin: 0 5vw;
  }
  #meat .set2 .flex .item + .item {
    margin-top: 8vw;
  }
}
#meat .set2 .flex .item .tit {
  text-align: center;
  color: #baab99;
  font-size: 7vw;
  line-height: 1.5;
  margin: 0 0 6vw;
}
#meat .set2 .flex .item .txt {
  margin: 5vw 0 0;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  #meat {
    padding: 169px 0 0;
  }
  #meat::before {
    right: calc(50% + 319px);
    top: 646px;
    height: 476px;
  }
  #meat .set2 {
    margin: 144px auto 0;
    max-width: calc(100% - 60px);
    width: 1200px;
  }
  #meat .set2 h3 {
    font-size: 36px;
    margin: 0 0 36px;
  }
  #meat .set2 h3::before {
    width: 128px;
  }
  #meat .set2 .flex {
    display: flex;
    gap: 22px;
    align-items: flex-start;
  }
  #meat .set2 .flex .item {
    width: 385px;
    max-width: calc((100% - 44px) / 3);
  }
  #meat .set2 .flex .item .tit {
    font-size: 40px;
    margin: 0 0 47px;
  }
  #meat .set2 .flex .item .txt {
    margin: 30px 0 0;
    font-size: 15px;
  }
  #meat .set2 .flex .item:nth-child(2) {
    margin-top: 50px;
  }
  #meat .set2 .flex .item:nth-child(3) {
    margin-top: 114px;
  }
  #meat .set2 .flex .item:nth-child(3) .tit {
    margin-bottom: 37px;
  }
  #meat .set2 .flex .item:nth-child(3) .txt {
    margin: 29px 0 0 18px;
  }
}

.set-common {
  position: relative;
  margin: 0 var(--wrapPadding);
}
.set-common .title {
  position: relative;
  font-size: 4.5vw;
  letter-spacing: 0.1em;
  display: flex;
  align-items: center;
  gap: 4vw;
}
@media screen and (max-width: 767px) {
  .set-common .title {
    overflow: hidden;
  }
}
.set-common .title::before {
  content: "";
  width: 1vw;
  height: 1vw;
  background: #fff;
}
.set-common .title span {
  display: inline-block;
  position: relative;
  letter-spacing: 0.18em;
}
.set-common .title span:after {
  content: "";
  position: absolute;
  left: calc(100% + 2vw);
  height: 1px;
  background: #fff;
  opacity: 0.4;
  width: 100vw;
  margin: auto 0;
  top: 0;
  bottom: 0;
}
.set-common .img {
  margin: 5vw 0 0;
  position: relative;
}
.set-common .row {
  margin: 10vw 3vw 0;
  position: relative;
}
.set-common .row h2 {
  font-size: 7vw;
  line-height: 1.2;
  letter-spacing: 0.16em;
  text-align: center;
}
.set-common .row .txt {
  margin: 6vw 0 0;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .set-common {
    max-width: calc(100% - 60px);
    width: 1320px;
    margin: 0 auto;
  }
  .set-common .title {
    position: absolute;
    left: 13px;
    top: 10px;
    font-size: 24px;
    letter-spacing: 0.1em;
    margin: 0;
    display: block;
  }
  .set-common .title::before {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -29px;
    width: 9px;
    height: 9px;
  }
  .set-common .title span:after {
    top: calc(100% + 13px);
    width: 1px;
    height: 273px;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: auto;
  }
  .set-common .img {
    width: calc(50% + 500px);
    height: 660px;
    max-width: calc(100% - 160px);
    margin: 0 0 0 auto;
    position: relative;
  }
  .set-common .row {
    width: 1200px;
    max-width: 100%;
    margin: 83px auto 0;
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
  }
  .set-common .row h2 {
    font-size: 50px;
    width: 400px;
    text-align: left;
  }
  .set-common .row .txt {
    margin: 7px 0 0;
    width: 688px;
    max-width: calc(100% - 400px);
  }
}

#rice {
  position: relative;
  margin: 20vw 0 0;
  padding: 20vw 0 0;
}
#rice::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  opacity: 0.2;
  background: #dcc2a6;
  width: 92vw;
  margin: 0 auto;
}
#rice::after {
  content: "";
  position: absolute;
  background: url("../img/index/floor_deco.jpg");
  right: 0;
  top: 50vw;
  left: 45vw;
  height: 60vw;
}
#rice .set1 {
  position: relative;
  z-index: 2;
}
#rice .set2 {
  margin: 10vw var(--wrapPadding) 0;
  display: flex;
  gap: 5vw;
  justify-content: flex-end;
  align-items: flex-start;
}
#rice .set2 .img + .img {
  margin-top: 7vw;
}
@media screen and (min-width: 768px) {
  #rice {
    margin: 167px 0 0;
    padding: 140px 0 0;
  }
  #rice::before {
    width: 1260px;
    max-width: calc(100% - 60px);
  }
  #rice::after {
    top: 614px;
    left: calc(50% + 322px);
    height: 476px;
  }
  #rice .set1 .title {
    top: 3px;
  }
  #rice .set1 .row {
    margin-top: 73px;
  }
  #rice .set1 .row h2 {
    width: 296px;
  }
  #rice .set1 .row .txt {
    width: 800px;
    max-width: calc(100% - 296px);
  }
  #rice .set2 {
    margin: 73px auto 0;
    width: 1258px;
    max-width: 100%;
    display: flex;
    gap: 53px;
    justify-content: flex-end;
    align-items: flex-start;
  }
  #rice .set2 .img + .img {
    margin-top: 68px;
  }
}

#dasi {
  margin: 20vw var(--wrapPadding) 0;
  background: rgba(220, 194, 166, 0.13);
  padding: 8vw var(--wrapPadding);
}
#dasi .group-content {
  margin: 0 0 7vw;
}
#dasi .group-content h3 {
  font-size: 6.5vw;
  line-height: 1.5;
  padding: 0 0 4vw;
  letter-spacing: 0.17em;
  border-bottom: 1px solid rgba(201, 193, 188, 0.6);
}
#dasi .group-content h3 small {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin-right: 3vw;
  font-size: 4vw;
  letter-spacing: 0.16em;
  top: -2px;
}
#dasi .group-content .txt {
  letter-spacing: 0.1em;
  margin: 6vw 0 0;
  line-height: 2.25;
}
@media screen and (min-width: 768px) {
  #dasi {
    margin: 132px auto 0;
    width: 1260px;
    max-width: calc(100% - 60px);
    padding: 65px 30px 62px;
    box-sizing: border-box;
  }
  #dasi .inner {
    width: 1068px;
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
  #dasi .group-content {
    width: 460px;
    margin: 18px 0 0;
  }
  #dasi .group-content h3 {
    font-size: 40px;
    padding: 0 0 28px 6px;
  }
  #dasi .group-content h3 small {
    margin-right: 21px;
    font-size: 20px;
  }
  #dasi .group-content .txt {
    margin: 34px 0 0;
  }
  #dasi .img {
    width: 484px;
    height: 333px;
    margin-right: 15px;
    max-width: calc(100% - 500px);
  }
}

.banner {
  margin: 20vw var(--wrapPadding) 15vw;
}
.banner a {
  text-decoration: none;
  position: relative;
  display: block;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .banner a {
    height: 60vw;
  }
}
.banner a img {
  opacity: 1 !important;
  transition: all 0.5s;
}
.banner a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: all 0.5s;
  z-index: 1;
  background: rgba(0, 0, 0, 0.28);
}
.banner a span {
  position: absolute;
  z-index: 2;
  text-align: center;
  left: 0;
  right: 0;
  top: 47%;
  transform: translateY(-50%);
  font-size: 5vw;
  letter-spacing: 0.1em;
  line-height: 1.67;
}
.banner a span:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 10vw;
  height: 10vw;
  border-radius: 50%;
  background: url("../img/shared/arrow.png") no-repeat center/5vw auto, #c7b9b3;
  bottom: -15vw;
}
@media screen and (min-width: 768px) {
  .banner {
    margin: 111px auto 89px;
    width: 1400px;
    max-width: calc(100% - 60px);
  }
  .banner a span {
    font-size: 36px;
    line-height: 60px;
  }
  .banner a span:after {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    background: url("../img/shared/arrow.png") no-repeat center/30px auto, #c7b9b3;
    bottom: -107px;
  }
  .banner a:hover::before {
    opacity: 0;
  }
  .banner a:hover img {
    transform: scale(1.14);
  }
}