.day {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}
.day h1 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  margin: auto;
  width: fit-content;
  height: 37rem;
}
.day .visual img {
  width: auto;
  width: 100%;
  height: 100svh;
  object-fit: cover;
}
@media only screen and (max-width: 980px) {
  .day h1 {
    left: 1.5rem;
    right: 1.5rem;
    height: 19rem;
  }
  .day button {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 6rem;
    margin: auto;
    width: 4.4rem;
    height: 4.4rem;
  }
}

.contents {
  position: relative;
  margin-top: 100svh;
  background-color: #F5F4F0;
}
.contents .shop {
  position: relative;
  padding: 6rem 0 8rem;
}
.contents .shop .heading {
  padding: 1.6rem 2.4rem;
}
.contents .shop .heading span {
  width: 20rem;
  text-align: center;
}
.contents .shop h2 {
  position: absolute;
  top: 6rem;
  left: 0;
  right: 0;
  display: block;
  margin: auto;
  width: fit-content;
  height: fit-content;
  z-index: 1;
}
.contents .shop h2 .title {
  display: block;
  margin: auto;
  width: auto;
  height: 44rem;
}
.contents .shop h2 .logo {
  position: absolute;
  display: block;
  margin: auto;
}
.contents .shop .wrap {
  position: relative;
}
.contents .shop .wrap .visual img {
  width: auto;
  height: 55rem;
}
.contents .shop .wrap a {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 2.4rem;
  display: block;
  margin: auto;
  width: fit-content;
  color: #BA1C22;
}
.contents .shop .wrap a:hover {
  color: #E7D31B;
}
.contents .shop .text {
  padding: 3.5rem 2.4rem;
  text-align: center;
}
.contents .shop .text span:not(.en) {
  width: 20rem;
  text-align: center;
}
.contents .shop .text .information a {
  display: inline-block;
  line-height: 1;
}
.contents .shop .text .information .en {
  display: inline-block;
  margin-right: 0.6rem;
  font-size: 1.1rem;
  line-height: 1;
}
.contents .shop .text .information .en.close {
  margin-left: 0.6rem;
}
@media only screen and (max-width: 980px) {
  .contents .shop {
    padding: 9.6rem 0 3.5rem;
  }
  .contents .shop .heading {
    display: none;
  }
  .contents .shop h2 {
    left: 1.5rem;
    right: 1.5rem;
    width: calc(100% - 3rem);
  }
  .contents .shop h2 .title {
    height: 24rem;
  }
  .contents .shop .visual img {
    height: 39rem;
  }
  .contents .shop .text {
    padding: 3.5rem 3rem;
  }
  .contents .shop .text span:not(.en) {
    margin: auto;
    width: auto;
  }
  .contents .shop .text .information {
    margin-top: 3.5rem;
  }
}

.napa h2 .logo {
  right: 5rem;
  bottom: 8rem;
  width: 22rem;
  transform: rotate(8deg);
}
@media only screen and (max-width: 980px) {
  .napa h2 .logo {
    right: 1.6rem;
    bottom: 2rem;
    width: 16rem;
    transform: rotate(6deg);
  }
}

.shichi_hachi h2 .logo {
  top: 1rem;
  right: 22rem;
  width: 11rem;
  transform: rotate(-22deg);
}
@media only screen and (max-width: 980px) {
  .shichi_hachi h2 .logo {
    top: 2rem;
    right: 11rem;
    width: 8rem;
  }
}

footer {
  position: relative;
  padding: 2.4rem;
  background-color: #000000;
}
footer * {
  font-size: 1.2rem;
  color: #F5F4F0;
}
footer button {
  position: relative;
  display: block;
  margin: auto;
  padding-left: 2.4rem;
  width: fit-content;
}
footer button:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  display: block;
  margin: auto;
  width: 1.5rem;
  height: 1.5rem;
  background-image: url("../../image/footer/arrow.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
footer nav {
  position: relative;
  margin: 7rem auto;
  padding-bottom: 8.6rem;
  width: fit-content;
}
footer nav img {
  position: absolute;
  top: 10rem;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  margin: auto;
  width: auto;
  height: calc(100% - 10rem);
}
footer nav * {
  position: relative;
  display: block;
  margin: auto;
  margin-bottom: 1.2rem;
  font-size: 5rem;
  line-height: 1;
  text-align: center;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
}
footer nav .now {
  position: relative;
  padding: 3.3rem 0 2.4rem;
  width: 26rem;
  background-image: url("../../image/footer/day.svg");
}
footer nav .now:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  margin: auto;
  width: 20rem;
  background-image: url("../../image/footer/now.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
footer nav .to_napa {
  padding: 2rem 0;
  width: 25rem;
  background-image: url("../../image/footer/napa.svg");
}
footer nav .to_78 {
  padding: 2.4rem 0 2rem 2rem;
  width: 30rem;
  background-image: url("../../image/footer/shichi_hachi.svg");
}
footer .credit {
  position: relative;
}
footer .credit * {
  display: inline-block;
}
footer .credit .address {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  margin: auto;
  width: fit-content;
}
@media only screen and (max-width: 980px) {
  footer nav {
    margin: 4.8rem auto;
    padding-bottom: 6.4rem;
  }
  footer nav img {
    top: 8rem;
    height: calc(100% - 8rem);
  }
  footer nav * {
    margin-bottom: 1rem;
    font-size: 3.9rem;
  }
  footer nav .now {
    padding: 2.5rem 0 2rem;
    width: 20rem;
  }
  footer nav .now:after {
    width: 16rem;
  }
  footer nav .to_napa {
    padding: 1.2rem 0;
    width: 19rem;
  }
  footer nav .to_78 {
    padding: 2rem 0 1.6rem 1.6rem;
    width: 22rem;
  }
  footer .credit {
    text-align: center;
  }
  footer .credit * {
    margin: auto;
  }
  footer .credit .address {
    position: relative;
    margin: 0.4rem auto;
  }
}