#key {
  height: 79vw;
}

#key .bg {
  height: 100%;
  -webkit-clip-path: url(#my-clip-path);
  clip-path: url(#my-clip-path);
}

@media screen and (min-width: 1000px) {
  #key {
    height: 686px;
  }
}

.btn-shared a {
  position: relative;
  display: block;
  overflow: hidden;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  border-radius: 47px;
  text-align: center;
  padding: 5vw 0 6vw;
  font-size: 16px;
  line-height: 1;
  transition: 0.3s color;
}

.btn-shared a::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  border-radius: 100%;
  background: #8b2d0c;
  -webkit-transform: scale(0);
  transform: scale(0);
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

.btn-shared a:after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 22px;
  height: 22px;
  top: 50%;
  right: 6.3%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.btn-shared a:hover {
  color: #fff !important;
}

.btn-shared a:hover::before {
  -webkit-transform: scale(2);
  transform: scale(2);
}

.btn-shared a:hover:after {
  background-image: url("../img/shared/btn_arrow.png") !important;
}

.btn-shared.type-1 a {
  background: #d66d48;
  color: #fff;
}

.btn-shared.type-1 a::before {
  background: #8b2d0c;
}

.btn-shared.type-1 a:after {
  background-image: url("../img/shared/btn_arrow.png");
}

.btn-shared.type-2 a {
  background: #fff;
  color: #000;
}

.btn-shared.type-2 a:after {
  background-image: url("../img/shared/btn_arrow2.png");
}

.btn-shared.type-3 a {
  background: #000;
  color: #fff;
}

.btn-shared.type-3 a:after {
  display: none;
}

@media screen and (min-width: 1000px) {
  .btn-shared a {
    padding: 31px 0 38px;
    font-size: 26px;
  }

  .btn-shared a:after {
    width: 44px;
    height: 44px;
    right: 58px;
  }
}

.box-parallax {
  border-top: 13px solid #d66d48;
  height: 70vw;
}

.box-parallax .ttl-lead {
  position: relative;
  height: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.box-parallax .ttl-lead span {
  display: block;
}

.box-parallax .ttl-lead span.en {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
  color: rgba(195, 172, 104, 0.61);
  font-size: 25vw;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0;
}

.box-parallax .ttl-lead span.jp {
  text-align: center;
  color: #fff;
  font-size: 6.46vw;
  font-weight: 900;
  line-height: 1.3636363636;
}

@media screen and (min-width: 1000px) {
  .box-parallax {
    height: 712px;
  }

  .box-parallax .ttl-lead span.en {
    font-size: 212.29px;
    left: calc(50% - 9px);
  }

  .box-parallax .ttl-lead span.jp {
    font-size: 44px;
    line-height: 60px;
  }
}

.bnr {
  border: 4px solid #17120d;
  border-radius: 25px;
  background: url("../img/menu/bnr_bg.jpg") no-repeat center top/cover;
  padding: 10vw 4vw;
  margin: 15vw 3.33% 0;
}

.bnr h2 {
  padding: 0 3.33% 0;
}

.bnr .btn-shared {
  margin-top: -5vw;
}

@media screen and (min-width: 1000px) {
  .bnr {
    max-width: 1196px;
    padding: 0 0 0;
    margin: 129px auto 0;
  }

  .bnr .inner {
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
    padding-bottom: 23px;
  }

  .bnr h2 {
    padding: 0 0 0 38px;
  }

  .bnr .photo {
    position: absolute;
    bottom: 0;
    right: -36px;
    z-index: 1;
  }

  .bnr .btn-shared {
    width: 350px;
    margin: 0 0 0 84px;
  }

  .bnr .btn-shared a {
    font-size: 20px;
    padding: 21px 0 24px;
    letter-spacing: -0.12em;
  }

  .bnr .btn-shared a:after {
    width: 30px;
    height: 30px;
    right: 29px;
  }
}

#lead {
  padding-bottom: 12vw;
}

#lead .deco {
  position: absolute;
  z-index: -1;
}

#lead .deco.deco1 {
  width: 20%;
  top: 5vw;
  left: 3%;
}

#lead .deco.deco2 {
  width: 30%;
  top: 62vw;
  right: 0;
}

#lead .deco.deco3 {
  width: 50%;
  top: 45vw;
  left: -6%;
}

#lead .lead .ttl-h2 {
  padding: 12vw 0;
}

#lead .lead .ttl-h2 span {
  display: block;
  text-align: center;
}

#lead .lead .ttl-h2 span.ttl-img {
  width: 64%;
  margin: 0 auto -1vw;
}

#lead .lead .ttl-h2 span:nth-child(n+2) {
  line-height: 1.6;
}

#lead .lead .ttl-h2 span.t1 {
  margin-left: 18%;
  font-size: 4vw;
  line-height: 1;
}

#lead .lead .ttl-h2 span.t2 {
  font-size: 6.4vw;
}

#lead .lead .ttl-h2 span.t3 {
  font-size: 8vw;
}

#lead .lead .ttl-h2 span.t3 i {
  font-size: 6.4vw;
}

#lead .group-link {
  margin-top: 12vw;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#lead .group-link li {
  width: 49%;
  min-height: 31vw;
}

#lead .group-link li a {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  text-align: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  height: 100%;
  padding-bottom: 13vw;
  border-radius: 17px;
  text-shadow: 0px 4px 12px rgba(0, 0, 0, 0.3);
  color: #fff;
  font-size: 4vw;
  line-height: 1.57;
  font-weight: 900;
}

#lead .group-link li a::before {
  content: "";
  position: absolute;
  background: url("../img/shared/btn_arrow4.png") no-repeat;
  background-size: 100%;
  width: 6.85vw;
  height: 6.85vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 4vw;
  z-index: 1;
}

#lead .group-link li a:hover {
  opacity: 0.8;
}

#lead .group-link li:nth-child(1) a {
  background-image: url("../img/menu/lead_img1.jpg");
}

#lead .group-link li:nth-child(2) a {
  background-image: url("../img/menu/lead_img2.jpg");
}

@media screen and (min-width: 1000px) {
  #lead {
    padding-bottom: 118px;
  }

  #lead .wrap {
    max-width: 1234px;
    padding: 0 20px 0;
  }

  #lead .deco.deco1 {
    width: auto;
    top: 83px;
    left: -61px;
  }

  #lead .deco.deco2 {
    width: auto;
    top: 101px;
    right: -56px;
  }

  #lead .deco.deco3 {
    width: auto;
    top: 445px;
    left: -72px;
  }

  #lead .lead {
    max-width: 1036px;
    margin: 0 auto;
    padding: 97px 0px 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  #lead .lead .ttl-h2 {
    padding: 0;
  }

  #lead .lead .ttl-h2 span {
    text-align: left;
  }

  #lead .lead .ttl-h2 span.ttl-img {
    width: auto;
    margin: 0 0 0 0;
  }

  #lead .lead .ttl-h2 span.t1 {
    margin: -3px 0 0 153px;
    font-size: 18px;
  }

  #lead .lead .ttl-h2 span.t2 {
    margin: -7px 0 0 28px;
    font-size: 36px;
  }

  #lead .lead .ttl-h2 span.t3 {
    margin: 8px 0 0 28px;
    font-size: 48px;
    line-height: 75px;
  }

  #lead .lead .ttl-h2 span.t3 i {
    font-size: 36px;
  }

  #lead .lead .txt {
    max-width: 655px;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 57px 17px 0 20px;
  }

  #lead .group-link {
    margin-top: 89px;
  }

  #lead .group-link li {
    width: 46.81%;
    min-height: 381px;
  }

  #lead .group-link li a {
    padding-bottom: 86px;
    font-size: 36.41px;
  }

  #lead .group-link li a::before {
    width: 44px;
    height: 44px;
    bottom: 23px;
  }
}

#unagi {
  overflow: hidden;
  padding-bottom: 15vw;
}

#unagi .set1 {
  padding: 0 3.33%;
}

#unagi .set1 h2 {
  position: relative;
  padding: 10vw 0 7.5vw 3%;
}

#unagi .set1 h2 * {
  letter-spacing: 0.1em;
}

#unagi .set1 h2::after {
  content: "";
  position: absolute;
  border: 2px solid #000;
  border-right: none;
  height: 6px;
  bottom: 0;
  left: 0;
  right: calc(-50vw + 50%);
}

#unagi .set1 h2 span {
  display: block;
  line-height: 1.16;
}

#unagi .set1 h2 span:nth-child(1) {
  font-size: 6.4vw;
}

#unagi .set1 h2 span:nth-child(2) {
  font-size: 10.93vw;
}

#unagi .set1 h2 span:nth-child(2) i {
  font-size: 9.6vw;
}

#unagi .set1 .right .scroll {
  margin-top: 15vw;
}

#unagi .set1 .right .scroll .photo1 img {
  border-radius: 29px;
}

#unagi .set1 .right .scroll .inner {
  position: relative;
  background: #d66d48;
  color: #fff;
  border-radius: 35px;
  margin: 15vw 3.33% 0;
  padding: 29vw 5% 12vw;
}

#unagi .set1 .right .scroll .inner .deco-txt {
  position: absolute;
  top: -9.5vw;
  left: -8%;
  font-weight: bold;
  font-size: 30.76vw;
  line-height: 1;
}

#unagi .set1 .right .scroll .inner .deco-img {
  position: absolute;
  width: 32.94%;
  top: -7vw;
  right: -6%;
}

#unagi .set1 .right .scroll .inner h3 {
  font-size: 5.5vw;
  line-height: 1.11;
}

#unagi .set1 .right .scroll .inner .txt {
  margin: 8vw 0;
}

#unagi .set1 .right .scroll .inner .photo2 img {
  border-radius: 29px;
}

#unagi .set {
  padding: 15vw 3.33% 0;
}

#unagi .set .ttl-img h2 {
  position: relative;
  z-index: 1;
  text-align: center;
  margin-bottom: -4vw;
  font-size: 16vw;
  font-weight: 500;
  line-height: 1;
}

#unagi .set .ttl-img .img img {
  border-radius: 33px;
}

#unagi .set .gr-txt .lead {
  margin-top: 10vw;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#unagi .set .gr-txt .lead .note {
  flex: 1;
  font-size: 12px;
  margin-top: 15vw;
}

#unagi .set .gr-txt .lead .txt-deco {
  background: url("../img/menu/unagi_bg_txt.png") no-repeat center top/100%;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 5.5vw 4% 10vw;
  font-size: 4vw;
  line-height: 1.5;
}

#unagi .set .gr-txt .name-price {
  border-left: 4px solid #d66d48;
  margin-top: 5vw;
  padding: 0 0 1vw 5%;
}

#unagi .set .gr-txt .name-price dt span {
  display: block;
  line-height: 1.11;
}

#unagi .set .gr-txt .name-price dt span:nth-child(1) {
  font-size: 6.4vw;
}

#unagi .set .gr-txt .name-price dt span:nth-child(1) small {
  font-size: 4.26vw;
}

#unagi .set .gr-txt .name-price dt span:nth-child(2) {
  margin-top: 5vw;
  font-size: 4vw;
}

#unagi .set .gr-txt .name-price dd {
  font-size: 5.6vw;
  text-align: right;
}

#unagi .set .gr-txt .name-price dd small {
  font-size: 4.26vw;
}

#unagi .set .gr-txt .name-price.name-price-1 {
  border: none;
  padding: 0;
}

#unagi .set .gr-txt .name-price.name-price-1 dt {
  border-left: 4px solid #d66d48;
  padding: 0 0 2vw 5%;
}

#unagi .set .gr-txt .name-price.name-price-1 dd {
  padding-left: 5%;
}

#unagi .set .gr-txt .txt {
  padding: 3vw 0 3vw 5%;
}

#unagi .set3 {
  padding: 15vw 3.33% 0;
}

#unagi .set3 .lead h2 {
  background: url("../img/menu/unagi_icon_tll.png") no-repeat center left/9vw auto;
  padding: 0 0 1vw 11vw;
  font-size: 6.26vw;
}

#unagi .set3 .lead h2 span {
  color: #d66d48;
}

#unagi .set3 .lead .txt {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 5vw;
  font-size: 13px;
  border-bottom: 2px solid #e86c3f;
}

#unagi .set3 .lists {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  row-gap: 6vw;
  border-radius: 25px;
  border: 4px solid #e86c3f;
  padding: 6vw 0;
  margin-top: 25vw;
}

#unagi .set3 .lists::before {
  content: "";
  position: absolute;
  background: url("../img/menu/unagi_deco.png") no-repeat;
  background-size: 100%;
  width: 19vw;
  height: 22vw;
  top: -17.5vw;
  right: 0;
  z-index: 1;
}

#unagi .set3 .lists .item {
  width: 50%;
  padding: 0 3.5vw 0;
}

#unagi .set3 .lists .item .tit {
  text-align: center;
  color: #d66d48;
  font-weight: bold;
  line-height: 1;
}

#unagi .set3 .lists .item .tit dt {
  font-size: 6.93vw;
}

#unagi .set3 .lists .item .tit dd {
  font-size: 4.53vw;
  margin: 4vw 0;
}

#unagi .set3 .lists .item:nth-child(odd) {
  border-right: 2px dashed #d66d48;
}

#unagi .set4 .ttl-img h2 {
  text-align: left;
  margin: 0 0 -7.5vw 8%;
}

#unagi .set4 .gr-txt .ttl {
  margin-top: 10vw;
  text-align: right;
  font-size: 6.4vw;
  line-height: 1.11;
}

@media screen and (min-width: 1000px) {
  #unagi {
    overflow: visible;
    padding-bottom: 134px;
  }

  #unagi .set1 {
    position: relative;
  }

  #unagi .set1 .unagi-js {
    max-width: 1290px;
    margin: 0 auto;
    padding: 0 0 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  #unagi .set1 .ttl {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }

  #unagi .set1 h2 {
    position: absolute;
    top: 0;
    left: calc(50% + 37px);
    padding: 99px 0 38px 16px;
  }

  #unagi .set1 h2::after {
    height: 7px;
  }

  #unagi .set1 h2 span {
    line-height: 75px;
  }

  #unagi .set1 h2 span:nth-child(1) {
    font-size: 36px;
  }

  #unagi .set1 h2 span:nth-child(2) {
    font-size: 70px;
  }

  #unagi .set1 h2 span:nth-child(2) small {
    font-size: 60px;
  }

  #unagi .set1 .left {
    max-width: 52.7%;
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    left: 0;
    margin: 70px 0 0 -86px;
  }

  #unagi .set1 .left .photos li img {
    border-radius: 36px;
    width: 100%;
  }

  #unagi .set1 .left .photos li {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: 0.5s;
    z-index: 9;
  }

  #unagi .set1 .left .photos li img {
    width: 100%;
  }

  #unagi .set1 .left .photos li.show {
    opacity: 1;
  }

  #unagi .set1 .left .photos li:last-child {
    position: relative;
  }

  #unagi .set1 .right {
    max-width: 47%;
    width: 100%;
    margin: 380px 0 0 auto;
  }

  #unagi .set1 .right .scroll {
    margin-top: 0;
  }

  #unagi .set1 .right .scroll .inner {
    margin: 0 0 0;
    padding: 0 20px 87px;
  }

  #unagi .set1 .right .scroll .inner .deco-txt {
    top: -64px;
    left: -45px;
    font-size: 218.72px;
  }

  #unagi .set1 .right .scroll .inner .deco-img {
    width: auto;
    top: -49px;
    right: -37px;
  }

  #unagi .set1 .right .scroll .inner h3 {
    max-width: 456px;
    margin: 0 auto 0;
    padding-top: 199px;
    font-size: 36px;
    line-height: 40px;
    letter-spacing: -0.075em;
  }

  #unagi .set1 .right .scroll .inner .txt {
    max-width: 456px;
    margin: 45px auto 54px;
    font-size: 18px;
    letter-spacing: -0.05em;
  }

  #unagi .set1 .right .scroll .inner .photo2 {
    text-align: center;
    max-width: 500px;
    margin: 0 auto;
  }

  #unagi .set1 .right .scroll .inner .photo2 img {
    width: 100%;
  }

  #unagi .set1 .right .scroll+.scroll {
    margin-top: 87px;
  }

  #unagi .set {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 1264px;
    margin: 0 auto;
    padding: 73px 20px 0;
  }

  #unagi .set .ttl-img {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 820px;
    margin: 0 20px 0 -120px;
  }

  #unagi .set .ttl-img h2 {
    margin: 0 0 -40px 8px;
    font-size: 150px;
    letter-spacing: -0.07em;
  }

  #unagi .set .ttl-img .img {
    height: 653px;
  }

  #unagi .set .ttl-img .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  #unagi .set .gr-txt {
    width: 434px;
  }

  #unagi .set .gr-txt .lead {
    margin-top: 20px;
  }

  #unagi .set .gr-txt .lead .note {
    font-size: 14px;
    margin: 79px 0 0 -3px;
    letter-spacing: 0;
  }

  #unagi .set .gr-txt .lead .txt-deco {
    width: 198px;
    padding: 25px 8px 51px 0;
    font-size: 24px;
    line-height: 36px;
    letter-spacing: -0.05em;
  }

  #unagi .set .gr-txt .name-price {
    padding: 0 0 4px 39px;
    margin-top: 0;
  }

  #unagi .set .gr-txt .name-price dt span:nth-child(1) {
    font-size: 36px;
    letter-spacing: -0.04em;
  }

  #unagi .set .gr-txt .name-price dt span:nth-child(1) small {
    font-size: 20px;
    margin-left: -7px;
  }

  #unagi .set .gr-txt .name-price dt span:nth-child(2) {
    margin-top: 27px;
    font-size: 18px;
    letter-spacing: -0.087em;
  }

  #unagi .set .gr-txt .name-price dd {
    font-size: 30px;
    padding: 4px 44px 0 0;
  }

  #unagi .set .gr-txt .name-price dd small {
    font-size: 20px;
  }

  #unagi .set .gr-txt .name-price.name-price-1 {
    padding: 23px 0 0;
  }

  #unagi .set .gr-txt .name-price.name-price-1 dt {
    padding: 0 0 7px 39px;
  }

  #unagi .set .gr-txt .name-price.name-price-1 dd {
    padding: 13px 43px 0 0;
  }

  #unagi .set .gr-txt .name-price.name-price-3 {
    margin-top: 48px;
  }

  #unagi .set .gr-txt .txt {
    font-size: 18px;
    padding: 19px 46px 46px;
    letter-spacing: -0.07em;
  }

  #unagi .set3 {
    max-width: 1200px;
    padding: 0;
    margin: 60px auto 0;
  }

  #unagi .set3 .lead {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  #unagi .set3 .lead h2 {
    background-size: auto;
    padding: 0 0 0 74px;
    margin-left: 16px;
    font-size: 34.9px;
    line-height: 70px;
    letter-spacing: -0.05em;
  }

  #unagi .set3 .lead h2 span {
    margin-right: 10px;
    letter-spacing: -0.05em;
  }

  #unagi .set3 .lead .txt {
    margin: 10px 153px 0 0;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    font-size: 16px;
    line-height: 34px;
    letter-spacing: -0.05em;
  }

  #unagi .set3 .lists {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    row-gap: 0;
    padding: 25px 0 34px;
    margin: 19px 2px 0;
  }

  #unagi .set3 .lists::before {
    width: 116px;
    height: 118px;
    top: -103px;
    right: 5px;
  }

  #unagi .set3 .lists .item {
    width: 25%;
    padding: 0 0 13px;
  }

  #unagi .set3 .lists .item .tit dt {
    font-size: 40px;
  }

  #unagi .set3 .lists .item .tit dd {
    font-size: 22px;
    margin: 22px 0;
  }

  #unagi .set3 .lists .item .txt {
    max-width: 180px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 30px;
  }

  #unagi .set3 .lists .item:not(:last-child) {
    border-right: 1px dashed #d66d48;
  }

  #unagi .set4 {
    padding-top: 66px;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  #unagi .set4 .ttl-img h2 {
    margin: 0 0 -76px 55px;
  }

  #unagi .set4 .ttl-img .img {
    height: 575px;
  }

  #unagi .set4 .gr-txt .ttl {
    margin: 130px 25px 0 0;
    font-size: 36px;
    letter-spacing: -0.07em;
  }

  #unagi .set4 .gr-txt .name-price.name-price-2 {
    margin-top: 15px;
  }

  #unagi .set4 .gr-txt .name-price.name-price-3 {
    margin-top: 41px;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1462px) {
  #unagi .set .ttl-img {
    margin-left: calc(-50vw + 50%);
  }
}

@media screen and (min-width: 1000px) and (max-width: 1250px) {
  #unagi .set1 h2 span {
    line-height: 1.5;
  }

  #unagi .set1 h2 span:nth-child(1) {
    font-size: 2.7vw;
  }

  #unagi .set1 h2 span:nth-child(2) {
    font-size: 5.4vw;
  }

  #unagi .set1 h2 span:nth-child(2) small {
    font-size: 4.6vw;
  }

  #unagi .set2 .ttl-img h2 {
    margin-left: 0;
    font-size: 11vw;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1130px) {
  #unagi .set1 .right .scroll .inner .deco-img {
    right: -25px;
  }

  #unagi .set1 .right .scroll .inner .deco-txt {
    left: -33px;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1060px) {
  #unagi .set3 .lead h2 {
    font-size: 3vw;
  }
}

#maguro {
  padding-bottom: 15vw;
}

#maguro .set1 .photo {
  margin: 13vw 0 7vw;
}

#maguro .set1 .photo img {
  border-radius: 19px;
}

#maguro .set1 .gr-txt h3 {
  font-size: 6.93vw;
  line-height: 1.75;
}

#maguro .set1 .gr-txt .txt {
  margin-top: 5vw;
}

#maguro .set2 {
  margin-top: 10vw;
}

#maguro .set2 .ttl-img {
  position: relative;
  padding: 5vw 0 0 9%;
}

#maguro .set2 .ttl-img dt {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  font-size: 16vw;
  font-weight: bold;
  line-height: 1;
}

#maguro .set2 .ttl-img dd img {
  border-radius: 16.5px;
}

#maguro .set2 .gr-txt .name-price {
  border-left: 4px solid #f86d36;
  padding-left: 5%;
  margin: 7vw 0;
  line-height: 1.5;
}

#maguro .set2 .gr-txt .name-price dt {
  font-size: 6.4vw;
}

#maguro .set2 .gr-txt .name-price dd {
  text-align: right;
  font-size: 5.6vw;
}

#maguro .set2 .gr-txt .name-price dd small {
  font-size: 4.26vw;
}

#maguro .btn-shared {
  width: 71.5%;
  margin: 10vw auto 0;
}

@media screen and (min-width: 1000px) {
  #maguro {
    padding-bottom: 139px;
  }

  #maguro .wrap {
    max-width: 100%;
  }

  #maguro img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  #maguro .set1 {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 1112px;
    margin: 0 auto;
    padding: 0 20px 0;
  }

  #maguro .set1 .photo {
    margin: 0;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 631px;
    height: 419px;
    margin: 63px 20px 0 -111px;
  }

  #maguro .set1 .photo img {
    border-radius: 38px;
  }

  #maguro .set1 .gr-txt {
    margin-top: 104px;
  }

  #maguro .set1 .gr-txt h3 {
    font-size: 40px;
    line-height: 70px;
  }

  #maguro .set1 .gr-txt .txt {
    margin-top: 33px;
    width: 453px;
    font-size: 18px;
    letter-spacing: -0.04em;
  }

  #maguro .set2 {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 1242px;
    padding: 0 20px 0;
    margin: 0 auto;
  }

  #maguro .set2 .ttl-img {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 820px;
    margin: 77px -95px 0 30px;
    padding: 0;
  }

  #maguro .set2 .ttl-img dt {
    font-size: 150px;
    top: -46px;
    left: -82px;
  }

  #maguro .set2 .ttl-img dd {
    height: 520px;
  }

  #maguro .set2 .ttl-img dd img {
    border-radius: 33px;
  }

  #maguro .set2 .gr-txt {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    margin-top: 239px;
  }

  #maguro .set2 .gr-txt .name-price {
    padding-left: 40px;
    margin: 0;
    line-height: 1;
  }

  #maguro .set2 .gr-txt .name-price dt {
    font-size: 36px;
    letter-spacing: -0.05em;
  }

  #maguro .set2 .gr-txt .name-price dd {
    font-size: 30px;
    margin: 28px 8px 0 0;
  }

  #maguro .set2 .gr-txt .name-price dd small {
    font-size: 20px;
  }

  #maguro .set2 .gr-txt .txt {
    width: 354px;
    margin: 41px 0 0 45px;
    font-size: 18px;
    letter-spacing: -0.065em;
  }

  #maguro .btn-shared {
    width: 100%;
    max-width: 1200px;
    margin-top: 94px;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1300px) {
  #maguro .set1 .photo {
    margin-left: calc(-50vw + 50% + 10px);
  }
}

@media screen and (min-width: 1000px) and (max-width: 1392px) {
  #maguro .set2 .ttl-img {
    margin-right: calc(-50vw + 50% + 10px);
  }
}

#sake {
  padding-bottom: 15vw;
}

#sake .set1 .photo {
  margin: 13vw 0 7vw;
}

#sake .set1 .photo img {
  border-radius: 16.5px;
}

#sake .set1 .gr-txt h3 {
  font-size: 6.93vw;
  line-height: 1.75;
}

#sake .set1 .gr-txt .txt {
  margin-top: 5vw;
}

#sake .set2 {
  margin-top: 12vw;
}

#sake .set2 .col .name-price {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-left: 4px solid #fa6f37;
  margin-top: 7vw;
  padding: 0 4% 1vw;
  line-height: 1.3;
}

#sake .set2 .col .name-price dt {
  font-size: 5.3vw;
}

#sake .set2 .col .name-price dd {
  text-align: right;
}

#sake .set2 .col .name-price dd p {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#sake .set2 .col .name-price dd span.t1 {
  font-size: 3.96vw;
}

#sake .set2 .col .name-price dd span.t2 {
  font-size: 4.76vw;
}

#sake .set2 .col .name-price dd span.t2 small {
  font-size: 3.96vw;
}

#sake .set2 .col .note {
  text-align: center;
  margin-top: 5vw;
  font-size: 13px;
}

#sake .set2 .col:nth-child(2) {
  margin-top: 10vw;
}

#sake .btn-popup {
  width: 71.5%;
  margin: 12vw auto 0;
}

@media screen and (min-width: 1000px) {
  #sake {
    padding-bottom: 91px;
  }

  #sake .wrap {
    max-width: 100%;
  }

  #sake .set1 {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 1107px;
    padding: 0 20px 0;
    margin: 0 auto;
  }

  #sake .set1 .photo {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    margin: 77px -120px 0 30px;
    height: 452px;
    max-width: 685px;
  }

  #sake .set1 .photo img {
    border-radius: 33px;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  #sake .set1 .gr-txt {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    margin-top: 103px;
  }

  #sake .set1 .gr-txt h3 {
    font-size: 40px;
  }

  #sake .set1 .gr-txt .txt {
    width: 453px;
    margin-top: 34px;
    font-size: 18px;
    letter-spacing: -0.07em;
  }

  #sake .set2 {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 1200px;
    margin: 78px auto 0;
  }

  #sake .set2 .col {
    width: 48.16%;
  }

  #sake .set2 .col .photo img {
    width: 100%;
  }

  #sake .set2 .col .name-price {
    margin: 50px 40px 0 25px;
    padding: 0 0 6px 30px;
    min-height: 112px;
  }

  #sake .set2 .col .name-price dt {
    font-size: 30px;
    letter-spacing: -0.04em;
  }

  #sake .set2 .col .name-price dd {
    line-height: 33px;
  }

  #sake .set2 .col .name-price dd p+p {
    margin-top: 0;
  }

  #sake .set2 .col .name-price dd span.t1 {
    font-size: 20px;
  }

  #sake .set2 .col .name-price dd span.t2 {
    font-size: 26px;
  }

  #sake .set2 .col .name-price dd span.t2 small {
    font-size: 20px;
  }

  #sake .set2 .col .note {
    text-align: left;
    margin: 23px 0 0 64px;
    font-size: 18px;
    letter-spacing: -0.08em;
  }

  #sake .set2 .col:nth-child(2) {
    margin-top: 0;
  }

  #sake .btn-popup {
    max-width: 1200px;
    width: 100%;
    margin-top: 86px;
  }

  #sake .bnr {
    margin-top: 105px;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1328px) {
  #sake .set1 .photo {
    margin-right: calc(-50vw + 50% + 20px);
  }
}

@media screen and (min-width: 1000px) and (max-width: 1140px) {
  #sake .set2 .col .name-price {
    margin-right: 20px;
    margin-left: 20px;
    padding-left: 20px;
  }

  #sake .set2 .col .name-price dt {
    font-size: 28px;
  }

  #sake .set2 .col .name-price dd span.t1 {
    font-size: 18px;
  }

  #sake .set2 .col .name-price dd span.t2 {
    font-size: 24px;
  }

  #sake .set2 .col .name-price dd span.t2 small {
    font-size: 18px;
  }
}

#floor {
  padding-bottom: 15vw;
}

#floor .floor-js {
  margin-right: calc(-50vw + 50%);
}

#floor .floor-js .sl {
  height: 70vw;
}

#floor .floor-js .sl img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left;
}

#floor .floor-js .slick-dots {
  position: absolute;
  top: 5vw;
  left: 5vw;
  z-index: 1;
}

#floor .group h2 {
  margin-top: 5vw;
  text-align: center;
  font-weight: bold;
  font-size: 10.4vw;
  letter-spacing: 0.01em;
}

#floor .group h2 span {
  letter-spacing: 0.01em;
}

#floor .group .map {
  margin: 7vw -3%;
}

@media screen and (min-width: 1000px) {
  #floor {
    padding-bottom: 89px;
  }

  #floor .wrap {
    max-width: 1200px;
  }

  #floor .floor-js {
    margin-left: 0;
  }

  #floor .floor-js .sl {
    height: 600px;
  }

  #floor .floor-js .sl img {
    border-radius: 41px 0 0 41px;
  }

  #floor .floor-js .slick-dots {
    top: 37px;
    left: 53px;
  }

  #floor .group {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
    padding-right: 53px;
  }

  #floor .group h2 {
    position: relative;
    z-index: 1;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
    margin: -218px 0px 0 0;
    font-size: 66px;
    height: 430px;
    letter-spacing: 0.01em;
  }

  #floor .group h2 span {
    color: #fff;
  }

  #floor .group .map {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    margin: -122px 0 0 -86px;
    max-width: 593px;
  }

  #floor .group .map img {
    width: 100%;
  }

  #floor .group .txt {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    max-width: 464px;
    margin: 60px 34px 0 40px;
    font-size: 18px;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1390px) {
  #floor .floor-js {
    margin-left: calc(-50vw + 50% + 86px);
  }

  #floor .group .map {
    margin-left: calc(-50vw + 50% + 30px);
  }
}

#footer .ft-top .left .col:nth-child(2) .btn-reserve {
  margin-bottom: 6vw;
}

#footer .ft-top .left .col:nth-child(2) .info {
  text-align: center;
  font-size: 13px;
  font-weight: 400;
}

#footer .ft-mid {
  margin-top: 13vw;
}

@media screen and (min-width: 1000px) {
  #footer .ft-top .left .col:nth-child(2) .btn-reserve {
    margin-bottom: 0;
  }

  #footer .ft-top .left .col:nth-child(2) .info {
    margin: 36px 0 0 65px;
    text-align: left;
    font-size: 16px;
    line-height: 30px;
  }

  #footer .ft-top .left .col:nth-child(2) .info span {
    margin-left: 51px;
  }

  #footer .ft-mid {
    margin-top: 77px;
  }
}