@charset "utf-8";

body {
  font-family: sans-serif;
}

img {
  width: 100%;
  vertical-align: bottom;
}

main {
  font-size: 0;
  line-height: 0;
}

main > img {
  display: block;
  margin-bottom: -1px;
}
header {
  font-family: "Noto Serif JP", serif;
  text-align: center;
  font-size: 4.5vw;
  font-weight: bold;
  padding: 2.5% 0;
  color: #84604c;
  letter-spacing: 0.05em;
}
.fv {
  position: relative;
}
.fv .fv_text {
  position: absolute;
  bottom: -6%;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5%;
}
.fv .fv_text li {
  width: 48%;
  height: 12vw;
  font-size: 3.6vw;
  line-height: 1.4;
  background: #fff;
  padding: 1.5%;
  box-shadow: 0 0 1px 0.5px rgba(255, 255, 255, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.fv .fv_text li .color {
  color: #ff5124;
}

.cta {
  background: #353d5e;
  padding: 6% 7% 8% 3%;
}
.cta a {
  display: block;
  animation: btn 2s ease-out infinite;
}

@keyframes btn {
  0% {
    transform: scale(1);
  }
  10% {
    transform: scale(0.9);
  }
  20% {
    transform: scale(1);
  }
  30% {
    transform: scale(0.9);
  }
  40% {
    transform: scale(1);
  }
}

.btn {
  display: flex;
  justify-content: center;
  gap: 2%;
  padding: 5% 3% 7%;
}
.approach {
  position: relative;
}

.approach_video {
  position: absolute;
  bottom: -1.5%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
}

.approach_video video {
  width: 100%;
  height: auto;
}

.arukeru_video {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

.arukeru_video video {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}

.sports {
  position: relative;
}

.swiper2 {
  overflow: hidden;
  margin: -1px 0;
}

.swiper2 .swiper-slide img {
  height: auto;
  aspect-ratio: 782 / 1130;
  object-fit: cover;
}

.sports .video_container {
  position: absolute;
  bottom: 1%;
  left: 50%;
  transform: translateX(-50%);
  width: 92%;
  border: 2px solid #fff1ce;
  background: #fff1ce;
  padding: 10px 0px 10px 0px;
}

.sports .video {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
}

.sports .video iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
}

.shop_info_container {
  background-color: #ffdf92;
  padding: 10% 3%;
}
.shop_info {
  padding: 20px;
  background-color: #fff;
  line-height: 1.6;
}

.shop_info p {
  font-size: 16px;
  margin: 1em 0;
}

.shop_info h3 {
  text-align: center;
  font-size: 27px;
  text-shadow: 3px 3px 0 #ffd4c1;
  font-weight: bold;
}

.shop_info h4 {
  font-size: 18px;
  font-weight: normal;
  margin: 16px 0;
}
.shop_info .color {
  color: #ff5534;
}
.shop_info .border_black {
  display: inline-block;
  margin: 3px 3px 3px 0;
  padding: 0px 6px;
  border: solid 1px #000;
}
.shop_info .border_color {
  display: inline-block;
  padding: 0px 6px;
  margin: 3px 3px 3px 0;
  color: #ff7234;
  border: solid 1px #ff5534;
}
.shop_info_container .map {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  margin-top: 5%;
}

.shop_info_container .map iframe {
  position: absolute;
  width: 100%;
  height: 100%;
}
.shop_info_container .shop_info_btn {
  padding: 5% 4% 0% 0%;
  animation: btn 2s ease-out infinite;
}

.fixed_cta {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 750px;
  z-index: 9999;
  padding: 3%;
  background: #353d5e;
  display: flex;
  justify-content: center;
  gap: 2%;
}

.fixed_cta a {
  display: block;
  width: 48%;
  animation: btn 2s ease-out infinite;
}

.fixed_cta a img {
  width: 100%;
  height: auto;
}

main {
  padding-bottom: 80px;
}

@media (min-width: 769px) {
  body {
    width: 750px;
    margin: auto;
  }

  header {
    font-size: 33px;
  }
  .fv .fv_text li {
    height: 85px;
    font-size: 28px;
  }
  .shop_info p {
    font-size: 28px;
  }

  .shop_info h3 {
    font-size: 40px;
  }

  .shop_info h4 {
    font-size: 28px;
  }
}
