@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: url(../img/frame.png), url(../img/bg-topics.jpg);
  background-repeat: repeat-x, repeat;
  background-position: bottom left, top left;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .topics {
    background-size: 140px, auto;
    padding: 45px 0 55px;
  }
}
@media only screen and (min-width: 768px) {
  .topics {
    background-size: 180px, auto;
    padding: 70px 0 110px;
  }
}
.topics__name {
  display: flex;
}
.topics__inner {
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .topics__inner {
    padding: 0 10px;
  }
}
@media only screen and (min-width: 768px) {
  .topics__inner {
    max-width: 1150px;
    width: calc(100% - 30px);
  }
}
.topics__ttl {
  text-align: center;
  color: #043464;
}
@media only screen and (max-width: 767px) {
  .topics__ttl {
    margin: 0 0 30px;
  }
}
@media only screen and (min-width: 768px) {
  .topics__ttl {
    margin: 0 0 50px;
  }
}
@media only screen and (max-width: 767px) {
  .topics__ttl img {
    width: 55px;
  }
}
@media only screen and (min-width: 768px) {
  .topics__ttl img {
    width: 75px;
  }
}
.topics__nav {
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .topics__nav {
    margin: 0 0 35px;
    gap: 8px;
  }
}
@media only screen and (min-width: 768px) {
  .topics__nav {
    margin: 0 0 55px;
    gap: 13px;
  }
}
.topics__nav .tab {
  text-align: center;
  border-radius: 5px;
  font-weight: 600;
  box-sizing: border-box;
  line-height: 1.2;
  padding: 0 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background: url(../img/tab-topics.png) no-repeat center/contain;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .topics__nav .tab {
    width: 120px;
    height: 48px;
    font-size: 0.85rem;
  }
}
@media only screen and (min-width: 768px) {
  .topics__nav .tab {
    width: 125px;
    height: 55px;
    font-size: 0.9rem;
  }
}
.topics__nav .tab:hover {
  transition: 0.2s;
  filter: brightness(1.1);
}
.topics__nav .narrow-active {
  filter: brightness(1.1);
}
.topics__nav .narrow-active:hover {
  opacity: 1;
}
.topics .narrow-hide {
  display: none !important;
}
@media only screen and (max-width: 767px) {
  .topics__area {
    margin: 0 0 30px;
  }
}
@media only screen and (min-width: 768px) {
  .topics__area {
    margin: 30px 0 20px;
  }
}
.topics__area ul {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  display: -ms-flexbox;
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .topics__area ul {
    justify-content: space-between;
    gap: 13px 0;
  }
}
@media only screen and (min-width: 768px) {
  .topics__area ul {
    -webkit-justify-content: center;
    justify-content: center;
    gap: 25px;
  }
}
.topics__area ul .topic {
  background: #fff;
  border: 7px solid #D3102B;
  box-sizing: border-box;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .topics__area ul .topic {
    width: 48.5%;
  }
}
@media only screen and (min-width: 768px) {
  .topics__area ul .topic {
    width: calc((100% - 80px) / 4);
  }
}
.topics__area ul .topic:first-child {
  margin-top: 0;
}
.topics__area ul .topic:hover {
  box-shadow: 5px 5px 0 #d3102b;
  transition: 0.3s;
}
.topics__area ul .topic figure {
  width: 100%;
  position: relative;
  overflow: hidden;
  background: #f1f1f1;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .topics__area ul .topic figure {
    height: 145px;
  }
}
@media only screen and (min-width: 768px) {
  .topics__area ul .topic figure {
    height: 220px;
  }
}
.topics__area ul .topic figure a {
  display: block;
}
.topics__area ul .topic figure a img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
.topics__area ul .topic figure .noimg {
  color: #97a5b7;
  font-size: 1.3rem;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .topics__area ul .topic figure .noimg {
    font-size: 1.1rem;
  }
}
@media only screen and (min-width: 768px) {
  .topics__area ul .topic figure .noimg {
    font-size: 1.3rem;
  }
}
.topics__area ul .topic__caption {
  box-sizing: border-box;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .topics__area ul .topic__caption {
    padding: 13px 12px 10px;
  }
}
@media only screen and (min-width: 768px) {
  .topics__area ul .topic__caption {
    padding: 15px 15px 13px;
  }
}
.topics__area ul .topic__category {
  position: absolute;
  margin: 0;
  background: #D3102B;
  color: #fff;
  font-weight: 600;
  border-radius: 0 0 40px 0;
  line-height: 1;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .topics__area ul .topic__category {
    font-size: 12px;
    padding: 5px 10px 10px 0;
  }
}
@media only screen and (min-width: 768px) {
  .topics__area ul .topic__category {
    font-size: 13px;
    width: 60px;
    height: 53px;
    padding: 0 7px 0 0;
  }
}
.topics__area ul .topic__text {
  background: #fff;
  color: #333;
  font-weight: bold;
  width: 100%;
  padding: 0;
  margin: 0;
  text-overflow: ellipsis;
  overflow: hidden;
  font-feature-settings: "palt";
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
@media only screen and (max-width: 767px) {
  .topics__area ul .topic__text {
    -webkit-line-clamp: 2;
    font-size: 14px;
    height: 45px;
    line-height: 22px;
  }
}
@media only screen and (min-width: 768px) {
  .topics__area ul .topic__text {
    -webkit-line-clamp: 2;
    font-size: 16px;
    height: 45px;
    line-height: 26px;
  }
}
.topics__area ul .topic__text:hover {
  text-decoration: none !important;
}
.topics__area ul .topic__text a {
  color: #111;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .topics__area ul .topic__text a {
    text-overflow: ellipsis;
    white-space: normal;
  }
}
.topics__area ul .topic__text a:hover {
  text-decoration: none !important;
}
.topics__area ul .topic__text a::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.topics__area ul .topic__date {
  text-align: right;
  color: #c2272d;
  letter-spacing: 0.07em;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .topics__area ul .topic__date {
    margin: 15px 0 0;
    font-size: 14px;
  }
}
@media only screen and (min-width: 768px) {
  .topics__area ul .topic__date {
    margin: 20px 0 0;
    font-size: 0.85rem;
  }
}
.topics__soon {
  text-align: center;
  font-family: "Noto Sans JP";
}
@media only screen and (max-width: 767px) {
  .topics__soon {
    margin: 30px 0 60px;
  }
}
@media only screen and (min-width: 768px) {
  .topics__soon {
    margin: 50px 0 80px;
    font-size: 1.1rem;
  }
}

.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;
  }
}/*# sourceMappingURL=style.css.map */