@import url("https://use.fontawesome.com/releases/v6.4.2/css/all.css");
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@500;800&display=swap");
@import url("https://use.fontawesome.com/releases/v6.4.2/css/all.css");
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@500;800&display=swap");
body {
  margin: 0;
  padding: 0;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  background: radial-gradient(#D3102B, #A6171D);
  color: #111;
  text-align: left;
}

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

.global_head {
  margin: 0;
}

figure {
  margin: 0;
  padding: 0;
}

.wrap {
  position: relative;
  overflow: hidden;
}

.kumo {
  position: absolute;
}

.hero-kumo_01 {
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .hero-kumo_01 {
    top: 110px;
    left: -40px;
    width: 170px;
  }
}
@media only screen and (min-width: 768px) {
  .hero-kumo_01 {
    top: 200px;
    left: calc(50% - 700px);
    width: 390px;
  }
}

.hero-kumo_02 {
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .hero-kumo_02 {
    top: 20px;
    right: -60px;
    width: 180px;
  }
}
@media only screen and (min-width: 768px) {
  .hero-kumo_02 {
    top: 140px;
    left: calc(50% + 240px);
    width: 380px;
  }
}

.hero-kumo_03 {
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .hero-kumo_03 {
    top: 450px;
    left: -5px;
    width: 110px;
  }
}
@media only screen and (min-width: 768px) {
  .hero-kumo_03 {
    top: 550px;
    left: calc(50% - 692px);
    width: 300px;
  }
}

.kumo_01 {
  z-index: 15;
}
@media only screen and (max-width: 767px) {
  .kumo_01 {
    top: 20px;
    left: -90px;
    width: 180px;
  }
}
@media only screen and (min-width: 768px) {
  .kumo_01 {
    top: 80px;
    left: calc(50% - 750px);
    width: 440px;
  }
}

.kumo_02 {
  z-index: 15;
}
@media only screen and (max-width: 767px) {
  .kumo_02 {
    display: none;
    top: 440px;
    right: -40px;
    width: 130px;
  }
}
@media only screen and (min-width: 768px) {
  .kumo_02 {
    top: 570px;
    left: calc(50% + 300px);
    width: 360px;
  }
}

.kumo_03 {
  z-index: 15;
}
@media only screen and (max-width: 767px) {
  .kumo_03 {
    top: 400px;
    right: -70px;
    width: 180px;
  }
}
@media only screen and (min-width: 768px) {
  .kumo_03 {
    top: 850px;
    left: calc(50% + 470px);
    width: 420px;
  }
}

.hero {
  background: url(../img/frame.png), url(../img/bg-hero.png);
  background-repeat: repeat-x, repeat;
  background-position: bottom left, top left;
  margin: 0;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .hero {
    background-size: 140px, auto;
    order: 0 !important;
    padding: 50px 0 130px;
  }
}
@media only screen and (min-width: 768px) {
  .hero {
    background-size: 180px, auto;
    padding: 80px 0 150px;
  }
}
.hero h1 {
  margin: 0 auto;
  position: relative;
  z-index: 15;
}
@media only screen and (max-width: 767px) {
  .hero h1 {
    width: 93%;
  }
}
@media only screen and (min-width: 768px) {
  .hero h1 {
    width: 650px;
  }
}
.hero h1 img {
  filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.2));
}

.topics {
  background-image: url(../img/bg-topics.jpg);
}
.topics__title {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 50px;
  text-align: center;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .topics__title {
    padding: 0 20px;
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 768px) {
  .topics__title {
    padding: 0 40px;
  }
}
.topics__title h2 {
  display: inline-block;
  background: rgba(255, 255, 255, 0.95);
  padding: 20px 50px 20px 60px;
  border-radius: 50px;
  font-size: 32px;
  font-weight: 800;
  color: #f71820;
  margin: 20px 0 0;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
  position: relative;
  letter-spacing: 0.05em;
  backdrop-filter: blur(10px);
  border: 2px solid rgba(247, 24, 32, 0.1);
  transition: all 0.3s ease;
}
@media only screen and (max-width: 767px) {
  .topics__title h2 {
    font-size: 24px;
    padding: 16px 30px 16px 40px;
    margin-top: 15px;
  }
}
.topics__title h2::before {
  content: "\f0a1";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 24px;
  color: #f71820;
}
@media only screen and (max-width: 767px) {
  .topics__title h2::before {
    font-size: 18px;
    left: 15px;
  }
}
.topics__title h2::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background: #f71820;
  border-radius: 50%;
  animation: pulse 2s infinite;
}
@media only screen and (max-width: 767px) {
  .topics__title h2::after {
    width: 6px;
    height: 6px;
    right: 15px;
  }
}
@keyframes pulse {
  0%, 100% {
    opacity: 1;
    transform: translateY(-50%) scale(1);
  }
  50% {
    opacity: 0.5;
    transform: translateY(-50%) scale(1.2);
  }
}
@media only screen and (max-width: 767px) {
  .topics {
    padding: 40px 0 50px;
  }
}
@media only screen and (min-width: 768px) {
  .topics {
    padding: 60px 0 80px;
  }
}
.topics__container {
  max-width: 1200px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .topics__container {
    padding: 0 15px;
  }
}
@media only screen and (min-width: 768px) {
  .topics__container {
    padding: 0 40px;
  }
}
.topics__top {
  display: none;
}
.topics__bottom {
  display: none;
}
.topics__item {
  position: relative;
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  padding: 3px;
  background-image: linear-gradient(#fff, #fff), linear-gradient(135deg, #f71820, #ff6b6b);
  background-origin: border-box;
  background-clip: padding-box, border-box;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  transition: all 0.4s ease;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .topics__item {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .topics__item {
    margin-bottom: 0;
  }
}
.topics__item:hover {
  transform: translateY(-8px) rotate(1deg);
  box-shadow: 0 12px 40px rgba(247, 24, 32, 0.3);
}
.topics__item .topics__pic {
  border-radius: 17px;
}
.topics__item .topics__ttl {
  border-radius: 0 0 17px 17px;
}
.topics__pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  background: linear-gradient(135deg, #363939 0%, #1a1a1a 100%);
}
@media only screen and (max-width: 767px) {
  .topics__pic {
    height: 180px;
  }
}
@media only screen and (min-width: 768px) {
  .topics__pic {
    height: 240px;
  }
}
.topics__pic::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.4) 100%);
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: 1;
}
.topics__pic a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.topics__pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.topics__ttl {
  position: relative;
  padding: 20px;
  flex-grow: 1;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .topics__ttl {
    padding: 16px;
  }
}
.topics__ttl a {
  color: #333;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.3s ease;
  display: block;
  width: 100%;
  line-height: 1.5;
  font-size: 0.95rem;
}
@media only screen and (max-width: 767px) {
  .topics__ttl a {
    font-size: 0.9rem;
  }
}
.topics__ttl a p {
  margin: 0;
  padding: 0;
  text-align: left;
  display: block;
}
.topics__ttl a::after {
  display: none;
}

#list {
  display: grid;
  gap: 24px;
}
@media only screen and (max-width: 767px) {
  #list {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
@media only screen and (min-width: 768px) {
  #list {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 30px;
  }
}

.narrow-hide {
  display: none !important;
}

.shop {
  background: #bc1f18 url(../img/bg-noise.png);
  color: #fff;
}
.shop__inner {
  margin: 0 auto;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .shop__inner {
    padding: 0 15px;
  }
}
@media only screen and (min-width: 768px) {
  .shop__inner {
    max-width: 1200px;
    width: calc(100% - 30px);
  }
}
.shop__ttl {
  font-family: "Raleway";
  position: absolute;
  top: -35px;
  background: #bc1f18 url(../img/bg-noise.png);
  border-radius: 10px 10px 0 0/10px 10px 0 0;
  height: 35px;
  text-align: center;
  font-weight: 600;
  letter-spacing: 1.5px;
  z-index: 10;
}
@media only screen and (max-width: 767px) {
  .shop__ttl {
    left: 10px;
    width: 200px;
    font-size: 14px;
    line-height: 50px;
  }
}
@media only screen and (min-width: 768px) {
  .shop__ttl {
    left: 0;
    width: 210px;
    font-size: 16px;
    line-height: 45px;
  }
}
.shop__container {
  display: grid;
}
@media only screen and (max-width: 767px) {
  .shop__container {
    flex-direction: column;
    padding: 0 0 30px;
  }
}
@media only screen and (min-width: 768px) {
  .shop__container {
    padding: 40px 0 60px;
    grid-template-columns: 0.5fr 1fr;
    gap: 0 40px;
  }
}
@media only screen and (max-width: 767px) {
  .shop__item {
    width: 100%;
    margin: 0 0 35px;
  }
  .shop__item:last-child {
    margin: 0;
  }
}
.shop__item-ttl {
  font-family: "Noto Sans JP";
  font-weight: 700;
  margin: 0 0 15px;
  letter-spacing: 0.07em;
}
@media only screen and (max-width: 767px) {
  .shop__item-ttl {
    font-size: 1.05rem;
  }
}
@media only screen and (min-width: 768px) {
  .shop__item-ttl {
    font-size: 1.4rem;
  }
}
.shop__item-ttl::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .shop__item-ttl::before {
    font-size: 1.1rem;
    top: 1px;
    margin-right: 8px;
  }
}
@media only screen and (min-width: 768px) {
  .shop__item-ttl::before {
    font-size: 1.3rem;
    top: 1px;
    margin-right: 10px;
  }
}
.shop__item-ttl.icon-access::before {
  content: "\f3c5";
}
@media only screen and (max-width: 767px) {
  .shop__detail {
    padding: 30px 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .shop__detail {
    padding: 0;
  }
}
.shop__detail-name {
  font-family: "Noto Sans JP";
  font-weight: 700;
  border-bottom: #fff solid 1px;
  margin: 0 0 15px;
  padding: 0 0 8px;
}
@media only screen and (max-width: 767px) {
  .shop__detail-name {
    font-size: 1.15rem;
  }
}
@media only screen and (min-width: 768px) {
  .shop__detail-name {
    font-size: 1.3rem;
  }
}
.shop__detail-item {
  margin: 0 0 15px;
}
.shop__detail-item:last-child {
  margin: 0;
}
.shop__detail-item p {
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .shop__detail-item p {
    font-size: 0.9rem;
    line-height: 1.7rem;
  }
}
@media only screen and (min-width: 768px) {
  .shop__detail-item p {
    font-size: 0.9rem;
    line-height: 1.7rem;
  }
}
.shop__detail-link {
  position: relative;
  border: #fff solid 2px;
  text-align: center;
  border-radius: 5px;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .shop__detail-link {
    margin: 15px 0 0;
    height: 50px;
  }
}
@media only screen and (min-width: 768px) {
  .shop__detail-link {
    margin: 20px 0 0;
    height: 60px;
  }
}
.shop__detail-link:hover {
  background: #fff;
  transition: 0.5s;
}
.shop__detail-link:hover a {
  color: #bc1f18;
}
.shop__detail-link:hover .shop__detail-icon-hover {
  opacity: 1;
}
.shop__detail-link a {
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .shop__detail-link a {
    font-size: 0.9rem;
  }
}
@media only screen and (min-width: 768px) {
  .shop__detail-link a {
    font-size: 0.95rem;
  }
}
.shop__detail-link a::before {
  font-family: "Font Awesome 6 Free";
  content: "\f015";
  font-weight: 900;
  margin-right: 7px;
}
@media only screen and (max-width: 767px) {
  .shop__detail-link a::before {
    font-size: 0.9rem;
    position: relative;
    top: 1px;
  }
}
@media only screen and (min-width: 768px) {
  .shop__detail-link a::before {
    font-size: 1rem;
  }
}
.shop__detail-icon {
  position: relative;
  top: -4px;
}
.shop__detail-icon img {
  margin-right: 7px;
}
.shop__detail-icon-hover {
  position: absolute;
  left: 0;
  top: 4px;
  opacity: 0;
  transition: 0.5s;
}

.pager {
  list-style: none;
  display: flex;
  justify-content: center;
  display: none;
}
@media only screen and (min-width: 768px) {
  .pager {
    margin: 50px 0 0;
    padding: 0;
  }
}
.pager__item {
  border-radius: 50%;
  background-color: #fff;
  border: 2px solid #043464;
  display: grid;
  place-content: center;
}
@media only screen and (min-width: 768px) {
  .pager__item {
    width: 40px;
    height: 40px;
    margin: 0 5px;
  }
}

@media only screen and (min-width: 768px) {
  .sponly {
    display: none;
  }
}

.topics__filters {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 20px 0 30px;
  justify-content: center;
}

.filter-btn {
  font-family: inherit;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.05em;
  padding: 10px 18px;
  border-radius: 999px;
  border: 1px solid #222;
  background: #fff;
  color: #222;
  cursor: pointer;
  transition: all 0.2s ease;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.15);
}

.filter-btn:hover {
  background: #222;
  color: #fff;
  transform: translateY(-1px);
  box-shadow: 0 4px 0 rgba(0, 0, 0, 0.2);
}

.filter-btn:active {
  transform: translateY(1px);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}

/* Active state (optional but recommended) */
.filter-btn.is-active {
  background: #222;
  color: #fff;
  border-color: #e60000;
}

/* Mobile tuning */
@media (max-width: 768px) {
  .filter-btn {
    font-size: 13px;
    padding: 9px 14px;
  }
}/*# sourceMappingURL=style.css.map */