@charset "UTF-8";

html {
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.6em;
  min-width: 320px;
  background: #000;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "palt";
}

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

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}

.head-logo {
  position: absolute;
  right: 2.5%;
  top: 2.6vw;
  width: 6.5%;
}

.mw-1000 {
  width: 100%;
  max-width: 1000px;
  margin-inline: auto;
}

.fv-container {
  max-width: 1000px;
  margin-inline: auto;
}

.bnr-container {
  display: flex;
  gap: 1.5%;
  margin-bottom: 8px;
}

.item-slide {
  overflow: hidden;
}

.popup-ttl {
  max-width: 360px;
  width: 65%;
  margin-inline: auto;
  margin-bottom: 10px;
}

.swiper-pagination {
  position: relative;
  top: unset !important;
  bottom: unset !important;
  left: unset !important;
  transform: unset !important;
  margin-top: 4px;
}

.swiper-pagination-bullet {
  opacity: 1 !important;
  background: #fff !important;
}

.swiper-pagination-bullet-active {
  background: #fcd146 !important;
}

.shop-wrap {
  padding: 12px;
  border: 4px solid #fff;
  box-shadow: 0 0 8px #fff, 0 0 8px #fff, 0 0 16px #fff inset;
  border-radius: 12px;
}

.shop-inner {
  padding: 40px;
  background: #fff;
}

.shop-ttl {
  margin-bottom: 20px;
}

.tab-menu {
  display: flex;
  gap: 20px;
  align-items: center;
  margin-bottom: 12px;
}

.tab {
  width: 100%;
}

.tab a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  width: 100%;
  padding: 12px;
  font-size: 2rem;
  font-weight: 700;
  background: #fff;
  border-radius: 999px;
  box-shadow: 0 0 8px #d2c6b2;
  cursor: pointer;
  transition: 0.2s;
}

.tab a:hover {
  padding: 20px;
  color: #fff;
  background: #d33030;
}

.tab.active a {
  padding: 20px;
  color: #fff;
  background: #d33030;
  box-shadow: unset;
}

.shop-inner h3 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 12px;
  font-size: 2rem;
  font-weight: 700;
  background: #d2c6b2;
  border-radius: 999px;
}

.sticky {
  position: sticky;
  top: 12px;
}

.shop-list {
  display: none;
}

.shop-list.active {
  display: block;
}

.shop-list li + li {
  border-top: 1px solid #000;
}

.shop-notes {
  font-weight: 500;
  color: #fff;
  margin-top: 40px;
}

footer {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px 0 80px;
}

footer a {
  display: block;
  width: 80px;
}

.fixed {
  position: fixed;
  left: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 12px;
  background: #d33030;
  opacity: 0;
  transition: 0.65s;
}

.fixed.active {
  opacity: 1;
}

.fixed span {
  font-size: 2.2rem;
  font-weight: 600;
  color: #fff;
}

@media screen and (max-width: 1080px) {
  .mw-1000 {
    padding: 5%;
  }

  .head-logo {
    top: 4vw;
    width: 70px;
  }

  .fv-container img {
    min-height: 180px;
    width: 100%;
    object-fit: cover;
    object-position: center center;
  }

  .bnr-container {
    gap: 16px;
    margin-bottom: unset;
  }

  .tab-menu {
    gap: 8px;
    margin-bottom: 8px;
  }

  .tab:nth-of-type(1),
  .tab:nth-of-type(2) {
    width: 20%;
  }

  .tab:nth-of-type(3) {
    width: 60%;
  }

  .tab a {
    padding: 8px;
    font-size: 1.4rem;
  }

  .tab.active a,
  .tab a:hover {
    padding: 14px 8px;
  }

  .shop-inner h3 {
    padding: 8px;
    font-size: 1.4rem;
  }

  .shop-wrap {
    padding: 0;
  }

  .shop-inner {
    padding: 3%;
  }

  .shop-notes {
    font-size: 1.2rem;
  }

  .fixed {
    padding: 6px;
  }

  .fixed.active {
    opacity: 1;
  }

  .fixed span {
    font-size: 1.6rem;
  }
}
