@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;
  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: 20px;
    left: -40px;
    width: 170px;
  }
}
@media only screen and (min-width: 768px) {
  .hero-kumo_01 {
    top: 100px;
    left: calc(50% - 780px);
    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% + 370px);
    width: 380px;
  }
}

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

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

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

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

.hero {
  margin: 0;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .hero {
    order: 0 !important;
  }
}
.hero__content {
  background-image: url(../img/bg-hero-frame.png), url(../img/bg-topics.jpg);
  background-repeat: repeat-x, repeat;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .hero__content {
    background-position: top 130px left, top left;
    background-size: auto 90px, auto;
    padding: 210px 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .hero__content {
    background-position: top 420px left, top left;
    background-size: auto;
    padding: 550px 0 0;
  }
}
.hero__bg {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}
@media only screen and (max-width: 767px) {
  .hero__bg {
    width: 500px;
  }
}
@media only screen and (min-width: 768px) {
  .hero__bg {
    width: 1400px;
  }
}
.hero__main {
  background-color: #f5f4f3;
  background-image: url(../img/bg-noise.png), url(../img/hero-frame.png);
  background-repeat: repeat, repeat-x;
  background-position: top left, bottom left;
  position: relative;
  z-index: 10;
}
@media only screen and (max-width: 767px) {
  .hero__main {
    background-size: auto, auto 45px;
    padding: 270px 0 100px;
  }
}
@media only screen and (min-width: 768px) {
  .hero__main {
    background-size: auto;
    padding: 350px 0 150px;
  }
}
.hero h1 {
  margin: 0 auto;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 15;
}
@media only screen and (max-width: 767px) {
  .hero h1 {
    width: 85%;
    top: 130px;
  }
}
@media only screen and (min-width: 768px) {
  .hero h1 {
    width: 700px;
    top: 280px;
  }
}
.hero .note {
  margin: 0 auto;
  position: relative;
  z-index: 20;
}
@media only screen and (min-width: 768px) {
  .hero .note {
    max-width: 800px;
  }
}
.hero .note__ttl {
  position: relative;
  z-index: 22;
}
@media only screen and (max-width: 767px) {
  .hero .note__ttl {
    width: 150px;
    margin: 0 auto -30px;
  }
}
@media only screen and (min-width: 768px) {
  .hero .note__ttl {
    width: 200px;
    margin: 0 auto -50px;
  }
}
.hero .note__content {
  background: #fff url(../img/bg-note.png) repeat center;
  border: 2px solid #111;
  box-sizing: border-box;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .hero .note__content {
    width: 90%;
    padding: 50px 25px 30px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 768px) {
  .hero .note__content {
    padding: 75px 30px 40px;
  }
}
.hero .note__content::after {
  content: "";
  border: 1px solid #111;
  position: absolute;
  top: 4.5px;
  left: 5px;
}
@media only screen and (max-width: 767px) {
  .hero .note__content::after {
    width: 96.9%;
    height: 95.1%;
  }
}
@media only screen and (min-width: 768px) {
  .hero .note__content::after {
    width: 98.5%;
    height: 94.5%;
  }
}
.hero .note__content ul {
  margin: 0 0 0 15px;
  padding: 0;
  position: relative;
  z-index: 1;
}
.hero .note__content ul li {
  margin: 0 0 10px;
}
.hero .note__content ul li:last-child {
  margin: 0;
}

.topics {
  background: url(../img/bg-topics.jpg);
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .topics {
    padding: 45px 0 55px;
  }
}
@media only screen and (min-width: 768px) {
  .topics {
    padding: 70px 0;
  }
}
.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: 100px;
    height: 45px;
    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.15);
}
.topics__nav .narrow-active {
  filter: brightness(1.15);
}
.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 .topics-list {
  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 .topics-list {
    justify-content: space-between;
    gap: 13px 0;
  }
}
@media only screen and (min-width: 768px) {
  .topics__area .topics-list {
    -webkit-justify-content: center;
    justify-content: center;
    gap: 25px;
  }
}
.topics__area .topics-list .topic {
  background: #fff;
  border: 7px solid #c1272d;
  box-sizing: border-box;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .topics__area .topics-list .topic {
    width: 48.5%;
  }
}
@media only screen and (min-width: 768px) {
  .topics__area .topics-list .topic {
    width: calc((100% - 80px) / 4);
  }
}
.topics__area .topics-list .topic:first-child {
  margin-top: 0;
}
.topics__area .topics-list .topic:hover {
  box-shadow: 5px 5px 0 #c1272d;
  transition: 0.3s;
}
.topics__area .topics-list .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 .topics-list .topic figure {
    height: 145px;
  }
}
@media only screen and (min-width: 768px) {
  .topics__area .topics-list .topic figure {
    height: 220px;
  }
}
.topics__area .topics-list .topic figure a {
  display: block;
  text-decoration: none;
}
.topics__area .topics-list .topic figure a img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
.topics__area .topics-list .topic figure .noimg {
  color: #97a5b7;
  font-size: 1.3rem;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .topics__area .topics-list .topic figure .noimg {
    font-size: 1.1rem;
  }
}
@media only screen and (min-width: 768px) {
  .topics__area .topics-list .topic figure .noimg {
    font-size: 1.3rem;
  }
}
.topics__area .topics-list .topic__caption {
  box-sizing: border-box;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .topics__area .topics-list .topic__caption {
    padding: 13px 12px 10px;
  }
}
@media only screen and (min-width: 768px) {
  .topics__area .topics-list .topic__caption {
    padding: 15px 15px 13px;
  }
}
.topics__area .topics-list .topic__category {
  position: absolute;
  margin: 0;
  background: #c1272d;
  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 .topics-list .topic__category {
    font-size: 12px;
    padding: 5px 12px 10px 0;
  }
}
@media only screen and (min-width: 768px) {
  .topics__area .topics-list .topic__category {
    font-size: 13px;
    width: 60px;
    height: 53px;
    padding: 0 15px 5px 0;
  }
}
.topics__area .topics-list .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 .topics-list .topic__text {
    -webkit-line-clamp: 2;
    font-size: 14px;
    height: 45px;
    line-height: 22px;
  }
}
@media only screen and (min-width: 768px) {
  .topics__area .topics-list .topic__text {
    -webkit-line-clamp: 2;
    font-size: 16px;
    height: 45px;
    line-height: 26px;
  }
}
.topics__area .topics-list .topic__text:hover {
  text-decoration: none !important;
}
.topics__area .topics-list .topic__text a {
  color: #111;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .topics__area .topics-list .topic__text a {
    text-overflow: ellipsis;
    white-space: normal;
  }
}
.topics__area .topics-list .topic__text a:hover {
  text-decoration: none !important;
}
.topics__area .topics-list .topic__text a::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.topics__area .topics-list .topic__date {
  text-align: right;
  color: #c2272d;
  letter-spacing: 0.07em;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .topics__area .topics-list .topic__date {
    margin: 15px 0 0;
    font-size: 14px;
  }
}
@media only screen and (min-width: 768px) {
  .topics__area .topics-list .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 */