@charset "UTF-8";
html {
  font-size: 1.3333333333vw;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  background-color: #EEE5C9;
  font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴシック", sans-serif;
  font-size: 16px;
  color: #333333;
  overflow-x: hidden;
}

*.sp-only {
  display: block;
}
@media screen and (min-width: 891px) {
  *.sp-only {
    display: none;
  }
}

*.pc-only {
  display: none;
}
@media screen and (min-width: 891px) {
  *.pc-only {
    display: block;
  }
}

html {
  font-size: 10px !important;
}
@media screen and (max-width: 890px) {
  html {
    font-size: 5px !important;
  }
}
@media screen and (min-width: 480px) and (max-width: 890px) {
  html {
    font-size: 7.4074074074px !important;
  }
}

body {
  background-color: #fff !important;
}

.mv {
  padding-top: 12rem;
  padding-bottom: 5.7rem;
  background-image: url(/assets/img/common/bg7.png);
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 890px) {
  .mv {
    padding-top: 19rem;
    padding-bottom: 7.5rem;
  }
}
@media screen and (min-width: 1600px) {
  .mv {
    background-size: contain;
  }
}
.mv__container {
  max-width: 48rem;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 890px) {
  .mv__container {
    max-width: 58rem;
  }
}
.mv__title {
  width: 100%;
}
.mv__text-area {
  position: relative;
  margin-top: 3.5rem;
}
@media screen and (max-width: 890px) {
  .mv__text-area {
    margin-top: 2rem;
  }
}
.mv__text-area figure {
  position: absolute;
  bottom: -1.4rem;
  right: -5rem;
  max-width: 9.1rem;
}
@media screen and (max-width: 890px) {
  .mv__text-area figure {
    max-width: 11.3rem;
    right: -7rem;
  }
}
.mv__text {
  text-align: center;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 890px) {
  .mv__text {
    font-size: 2rem;
    font-feature-settings: "palt";
  }
}

.news-wrap {
  padding-top: 7.5rem;
  padding-bottom: 9.5rem;
}

.news-container {
  max-width: 88rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 2rem;
}
@media screen and (max-width: 890px) {
  .news-container {
    padding: 0 4rem;
  }
}

.news-btns {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 890px) {
  .news-btns {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    column-gap: 2rem;
    row-gap: 5rem;
  }
}

.news-btn {
  width: calc(20% - 2.2rem);
  text-align: center;
  border-radius: 5px;
}
@media screen and (max-width: 890px) {
  .news-btn {
    width: 100%;
  }
}
.news-btn--all {
  background-color: #0050b4;
}
.news-btn--all button {
  color: #fff;
}
.news-btn--event {
  background-color: #ffff64;
}
.news-btn--store {
  background-color: #80d9ff;
}
.news-btn--important {
  background-color: #ffa08c;
}
.news-btn--else {
  background-color: #e6e6e6;
}
.news-btn button {
  width: 100%;
  padding: 1.2rem 0;
  font-size: 1.6rem;
}
@media screen and (max-width: 890px) {
  .news-btn button {
    font-size: 2.2rem;
    line-height: 1;
    padding: 1.5rem 0;
  }
}

.pagination {
  display: flex;
  align-items: center;
  /*column-gap: 2.6rem;*/
  /*width: calc(100% - (100% - 28.1rem)); del  */
  margin: 0 auto;
}
@media screen and (max-width: 890px) {
  .pagination {
    width: 40.2rem;
  }
}
.pagination .num-box {
  display: grid;
  place-items: center;
  min-width: 3rem;
  min-height: 3rem;
  width: 100%;
  height: 100%;
  border: 2px solid #333333;
  font-size: 1.6rem;
  color: #333333;
}
@media screen and (max-width: 890px) {
  .pagination .num-box {
    width: 4.2rem;
    height: 4.2rem;
    font-size: 2.2rem;
  }
}
.pagination .num-box.is-active {
  background-color: #0050b4;
  border-color: #0050b4;
  color: #fff;
}
.pagination .arrow {
  flex-shrink: 0;
  width: 1.4rem;
  height: 1.4rem;
  border-top: 1px solid #333333;
  border-left: 1px solid #333333;
  border-bottom: 1px solid transparent;
  border-right: 1px solid transparent;
  cursor: pointer;
}
@media screen and (max-width: 890px) {
  .pagination .arrow {
    width: 1.6rem;
    height: 1.6rem;
  }
}
.pagination .arrow--prev {
  transform: rotate(-45deg);
}
.pagination .arrow--next {
  transform: rotate(135deg);
}
.pagination .arrow.disactive {
  pointer-events: none;
  border-top-color: #e6e6e6;
  border-left-color: #e6e6e6;
}
.pagination .point-leader {
  display: flex;
  justify-content: center;
  column-gap: 0.57rem;
  max-width: 3rem;
  width: 100%;
  flex-shrink: 0;
}
.pagination .point-leader span {
  display: block;
  width: 0.3rem;
  height: 0.3rem;
  background-color: #333333;
}
.pagination__num-flex {
  display: flex;
  align-items: center;
  column-gap: 1.28rem;
  width: 100%;
}
@media screen and (max-width: 890px) {
  .pagination__num-flex {
    justify-content: center;
    column-gap: 1.8rem;
  }
}