 /* === 共通設定 === */
html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Noto Sans JP', sans-serif;
  color: #222;
  line-height: 1.6;
  margin: 0;
  padding: 0;
}

body, html {
  margin: 0;
  padding: 0;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500; /* Medium */
}

section {
  margin: 0;
  padding: 0;
  display: block;
  line-height: 0;
}

section img {
  padding: 0;
  margin: 0;
  display: block;
  width: 100%;
  height: auto;
  z-index: 1;
}

.fv {
  position: relative;
  width: 100%;
}

.fv img {
  display: block;
  width: 100%;
  height: auto;
}

.img-wrapper {
  position: relative;
  width: 100%;
}

.main-img {
  display: block;
  width: 100%;
  height: auto;
}

.bt-img-fv {
  position: absolute;
  top: 0;
  left: 0;
  /* transform: translate(-50%, -50%); */
  z-index: 2;
  width: 85%;
  height: auto;
  animation: scaleInOut 2s ease-in-out infinite;
}

@keyframes scaleInOut {
  0% {
    transform: translate(9%, 1005%) scale(1);
  }
  50% {
    transform: translate(9%, 1005%)scale(1.1);
  }
  100% {
    transform: translate(9%, 1005%)scale(1);
  }
}

.bt-img-menu {
  position: absolute;
  top: 0;
  left: 0;
  /* transform: translate(-50%, -50%); */
  z-index: 2;
  width: 85%;
  height: auto;
  animation: scaleInOut2 2s ease-in-out infinite;
}

@keyframes scaleInOut2 {
  0% {
    transform: translate(9%, 1619%) scale(1);
  }
  50% {
    transform: translate(9%, 1619%)scale(1.1);
  }
  100% {
    transform: translate(9%, 1619%)scale(1);
  }
}

.shop-info {
  margin: 0 0 32px;
  padding: 0 16px;
}

.shop-dl {
  width: 80%;
  border-collapse: collapse;
  font-size: 1.1rem;
  color: #4b3a2f;
  margin: 0 auto;
  border: 2.5px solid #4b3a2f;
  background: #fff;
}

.shop-dl > div {
  display: flex;
  border-bottom: 2.5px solid #4b3a2f;
  width: 90%;
  align-items: center;
  margin: 0 auto;
}

.shop-dl > div:last-child {
  border-bottom: none;
}

.shop-dl dt {
  min-width: 80px;
  font-weight: bold;
  padding: 16px 8px;
  background: #fff;
  border-right: none;
}

.shop-dl dd {
  flex: 1;
  margin: 0;
  padding: 16px 8px;
  border-left: none;
  line-height: 1.8;
}

.bt-img-to-you {
  position: absolute;
  top: 0;
  left: 0;
  /* transform: translate(-50%, -50%); */
  z-index: 2;
  width: 85%;
  height: auto;
  animation: scaleInOut3 2s ease-in-out infinite;
}

@keyframes scaleInOut3 {
  0% {
    transform: translate(9%, 1219%) scale(1);
  }
  50% {
    transform: translate(9%, 1219%)scale(1.1);
  }
  100% {
    transform: translate(9%, 1219%)scale(1);
  }
}