@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;200;300;400;500;600;700;800;900&family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap");
body {
  margin: 0;
  padding: 0;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: #111;
}
@media only screen and (max-width: 767px) {
  body {
    overflow-x: hidden;
  }
}

.ttl {
  overflow: hidden;
  background: #643717;
  background: linear-gradient(180deg, rgb(100, 55, 23) 10%, rgb(255, 130, 4) 100%);
  position: relative;
}
.ttl::after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: url(../img/mountain.png);
  background-repeat: no-repeat;
  background-position: bottom;
}
@media only screen and (min-width: 768px) {
  .ttl::after {
    background-size: auto 750px;
  }
}
@media only screen and (max-width: 767px) {
  .ttl::after {
    background-size: auto 350px;
  }
}
@media only screen and (max-width: 767px) {
  .ttl {
    height: 400px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 768px) {
  .ttl {
    height: 800px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  .ttl__wrap {
    height: 700px;
    width: 100vw;
  }
}
@media only screen and (min-width: 768px) {
  .ttl__wrap {
    height: 700px;
    width: 100vw;
  }
}
.ttl__title {
  position: absolute;
  z-index: 10;
  top: 50px;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ttl__title img {
  max-width: 1200px;
  width: 95%;
}
.ttl__title--date {
  text-align: center;
  color: #fff;
  margin: 0 auto;
  position: absolute;
  z-index: 10;
  left: 0;
  right: 0;
}
@media only screen and (min-width: 768px) {
  .ttl__title--date {
    top: 10vh;
  }
}
@media only screen and (min-width: 768px) {
  .ttl__title--date h3 {
    font-size: 50px;
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  .ttl__title--date h3 {
    font-size: 25px;
    margin: 0 10px 0 0;
  }
}
.ttl__cloud--right {
  top: 0;
  position: absolute;
  z-index: 3;
}
@media only screen and (min-width: 768px) {
  .ttl__cloud--right {
    right: -5px;
  }
  .ttl__cloud--right img {
    height: 800px;
    width: auto;
  }
}
@media only screen and (max-width: 767px) {
  .ttl__cloud--right {
    right: -55px;
  }
  .ttl__cloud--right img {
    height: 400px;
    width: auto !important;
  }
}
.ttl__cloud--left {
  top: 0;
  z-index: 3;
  position: absolute;
}
@media only screen and (min-width: 768px) {
  .ttl__cloud--left {
    left: -5px;
  }
  .ttl__cloud--left img {
    height: 800px;
    width: auto;
  }
}
@media only screen and (max-width: 767px) {
  .ttl__cloud--left {
    left: -50px;
  }
  .ttl__cloud--left img {
    height: 400px;
    width: auto !important;
  }
}

.topics {
  border: #000 5px double;
  background-color: #ffbf10;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .topics {
    padding: 50px 0;
  }
}
@media only screen and (min-width: 768px) {
  .topics {
    padding: 100px 0;
  }
}
.topics::after {
  content: "";
  height: 100%;
  width: 100%;
  background: url(../img/bg-texture.jpg) repeat top left/250px 250px;
  mix-blend-mode: overlay;
  opacity: 0.4;
  position: absolute;
  top: 0;
  left: 0;
}
.topics__content {
  position: relative;
  z-index: 10;
}
@media only screen and (min-width: 768px) {
  .topics__content {
    max-width: 1200px;
    width: 95%;
    margin: 0 auto;
  }
}
.topics .topics-nav {
  position: relative;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .topics .topics-nav {
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 768px) {
  .topics .topics-nav {
    max-width: 750px;
    margin-bottom: 100px;
  }
}
.topics .topics-nav__list {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
  z-index: 5;
  margin: 0;
  padding: 0;
  top: -15px;
}
@media only screen and (max-width: 767px) {
  .topics .topics-nav__list {
    margin-top: 2px;
    gap: 12px 5px;
  }
}
@media only screen and (min-width: 768px) {
  .topics .topics-nav__list {
    gap: 26px 7px;
  }
}
.topics .topics-nav__item {
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .topics .topics-nav__item {
    width: 25%;
    margin: 10px;
  }
}
@media only screen and (min-width: 768px) {
  .topics .topics-nav__item {
    width: 245px;
  }
}
.topics .topics-nav__item img {
  transition: 0.3s;
}
@media only screen and (min-width: 768px) {
  .topics .topics-nav__item img {
    width: 245px;
  }
}
@media only screen and (min-width: 768px) {
  .topics .topics-nav__item:hover img {
    filter: brightness(1.2) drop-shadow(0 0 20px rgba(255, 255, 255, 0.7));
  }
}
.topics .topics-nav__item.narrow-active img {
  filter: brightness(1.2) drop-shadow(0 0 25px rgba(255, 255, 255, 0.9));
}
.topics__class {
  border: 5px solid #000;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .topics__class {
    width: 180px;
    margin: 0 auto 50px;
    padding: 3px;
  }
}
@media only screen and (min-width: 768px) {
  .topics__class {
    width: 280px;
    margin: 0 auto 70px;
    padding: 5px;
  }
}
.topics__class.class-store {
  background-color: #e53619;
}
.topics__class p {
  border: 2px solid #000;
  background-color: #fffff7;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .topics__class p {
    padding: 7px 0;
  }
}
@media only screen and (min-width: 768px) {
  .topics__class p {
    padding: 10px 0;
  }
}
@media only screen and (max-width: 767px) {
  .topics__class img {
    height: 23px;
  }
}
@media only screen and (min-width: 768px) {
  .topics__class img {
    height: 35px;
  }
}
.topics__list {
  display: grid;
  grid-auto-rows: min-content;
}
@media only screen and (max-width: 767px) {
  .topics__list {
    grid-template-columns: repeat(3, 1fr);
    gap: 30px 13px;
    margin: 0 0 40px;
  }
}
@media only screen and (min-width: 768px) {
  .topics__list {
    grid-template-columns: repeat(4, 1fr);
    gap: 35px;
    margin: 0 0 70px;
  }
}
.topics .narrow-hide {
  display: none !important;
}
.topics__item {
  position: relative;
  background-color: #fffff7;
  box-sizing: content-box;
}
@media only screen and (max-width: 767px) {
  .topics__item {
    border: 5.5px solid #000;
    padding: 3px;
  }
}
@media only screen and (min-width: 768px) {
  .topics__item {
    border: 8px solid #000;
    padding: 5px;
    transition: 0.3s;
  }
  .topics__item:hover {
    filter: brightness(0.85);
    box-shadow: 5px 5px 0 #000;
  }
}
.topics__item::after {
  content: "";
  height: 100%;
  width: 100%;
  background: url(../img/bg-texture.jpg) repeat top left/250px 250px;
  mix-blend-mode: overlay;
  opacity: 0.4;
  position: absolute;
  top: 0;
  left: 0;
}
.topics__item-content {
  position: relative;
  border: 2px solid #000;
}
.topics__category {
  background: linear-gradient(#e9546b, #fff9ea, #e3c599);
  border: 3px solid #000;
  writing-mode: vertical-rl;
  text-orientation: upright;
  position: absolute;
  font-weight: 700;
  line-height: 1;
  display: grid;
  place-content: center;
}
@media only screen and (max-width: 767px) {
  .topics__category {
    width: 30px;
    top: -25px;
    right: -20px;
    padding: 10px 0;
  }
}
@media only screen and (min-width: 768px) {
  .topics__category {
    font-size: 1.2rem;
    width: 45px;
    top: -30px;
    right: -33px;
    padding: 15px 0;
  }
}
.topics__category::after {
  content: "";
  height: 100%;
  width: 100%;
  background: url(../img/bg-texture.jpg) repeat top left/250px 250px;
  mix-blend-mode: overlay;
  opacity: 0.4;
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 767px) {
  .topics__category img {
    width: 17px;
  }
}
@media only screen and (min-width: 768px) {
  .topics__category img {
    width: 25px;
  }
}
.topics__img {
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid #000;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .topics__img {
    width: 100px;
    height: 100px;
    margin: 15px auto 10px;
  }
}
@media only screen and (min-width: 768px) {
  .topics__img {
    width: 170px;
    height: 170px;
    margin: 25px auto 20px;
  }
}
.topics__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.topics__ttl {
  font-weight: 600;
  font-feature-settings: "palt";
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .topics__ttl {
    margin: 0 0 15px;
    padding: 0 10px;
    font-size: 0.85rem;
    height: 63px;
  }
}
@media only screen and (min-width: 768px) {
  .topics__ttl {
    margin: 0 0 25px;
    padding: 0 18px;
    height: 75px;
  }
}
.topics__ttl a {
  color: #000;
}
.topics__ttl a::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.topics__date {
  font-weight: 600;
  color: #fffff7;
  background-color: #000;
  margin: 0;
  text-align: center;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .topics__date {
    font-size: 0.8rem;
    padding: 8px 0 5px;
  }
}
@media only screen and (min-width: 768px) {
  .topics__date {
    font-size: 0.9rem;
    letter-spacing: 0.1rem;
    padding: 10px 0 7px;
  }
}
.topics .link-btn {
  background: linear-gradient(hsl(39, 100%, 79%), #f3b6ad, #de381e);
}

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

.shop {
  background: #402716;
  color: #ffffff;
}
.shop__inner {
  margin: 0 auto;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .shop__inner {
    padding: 0 10px;
  }
}
@media only screen and (min-width: 768px) {
  .shop__inner {
    max-width: 1200px;
    width: calc(100% - 30px);
  }
}
.shop__ttl {
  font-family: "Noto Sans JP";
  position: absolute;
  top: -35px;
  background: #D6DBE2;
  border-radius: 10px 10px 0 0/10px 10px 0 0;
  height: 35px;
  text-align: center;
  color: #ffffff;
  font-weight: 600;
  letter-spacing: 1.5px;
}
@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: flex;
}
@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 {
    justify-content: space-between;
    padding: 40px 0 60px;
  }
}
@media only screen and (max-width: 767px) {
  .shop__item {
    width: 100%;
    margin: 0 0 35px;
  }
  .shop__item:last-child {
    margin: 0;
  }
}
@media only screen and (min-width: 768px) {
  .shop__item {
    display: flex;
    width: 100%;
  }
}
.shop__item-ttl {
  font-family: "Noto Sans JP";
  color: #ffffff;
  font-weight: bold;
  margin: 0 0 15px;
  padding: 0;
  letter-spacing: 0.07em;
}
@media only screen and (max-width: 767px) {
  .shop__item-ttl {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 768px) {
  .shop__item-ttl {
    font-size: 1.2rem;
  }
}
.shop__item-icon {
  position: relative;
  top: 1px;
}
.shop__item-icon img {
  height: auto;
}
@media only screen and (max-width: 767px) {
  .shop__item-icon img {
    width: 20px;
    margin-right: 7px;
  }
}
@media only screen and (min-width: 768px) {
  .shop__item-icon img {
    width: 25px;
    margin-right: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .shop__detail {
    padding: 30px 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .shop__detail {
    padding: 0;
    width: 100%;
  }
}
.shop__detail-name {
  font-family: "Noto Sans JP";
  font-weight: 700;
  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.5rem;
  }
}
.shop__detail-item {
  margin: 0 0 20px;
  line-height: 23px;
}
.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: 1.25rem;
    line-height: 2rem;
  }
}
.shop__detail-link {
  position: relative;
  border: #ffffff solid 3px;
  text-align: center;
  border-radius: 5px;
  box-sizing: border-box;
  padding: 7px 5px;
}
.shop__detail-link:hover {
  background: #0A1945;
  transition: 0.5s;
}
.shop__detail-link:hover a {
  color: #fff;
}
.shop__detail-link:hover .shop__detail-icon-hover {
  opacity: 1;
}
.shop__detail-link a {
  color: #ffffff;
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
}
.shop__detail-link a::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: transparent;
}
.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;
}
@media only screen and (min-width: 768px) {
  .shop__access {
    width: 100%;
  }
}

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

.global_head {
  margin: 0;
  padding: 0;
}

footer {
  margin: 0;
  padding: 0;
  background: #0A1945;
}
footer .global_foot {
  border: none;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  footer .global_foot {
    margin: 0 auto;
    padding: 30px 20px 10px;
  }
}
@media only screen and (min-width: 768px) {
  footer .global_foot {
    max-width: 1200px;
    width: calc(100% - 45px);
    margin: 0 auto;
    padding: 35px 0 25px;
  }
}
footer .global_foot .guide_container {
  display: flex;
}
@media only screen and (max-width: 767px) {
  footer .global_foot .guide_container {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 767px) {
  footer .global_foot .guide_list {
    width: 49%;
    margin: 0 0 18px;
  }
}
@media only screen and (min-width: 768px) {
  footer .global_foot .guide_list {
    margin-right: 50px;
  }
}
footer .global_foot ul {
  list-style: none;
  margin: 0;
  text-align: left;
}
footer .global_foot ul li {
  font-size: 13px !important;
  margin: 0 0 13px !important;
}
footer .global_foot ul li a {
  text-decoration: none;
  color: #fff;
}
footer .global_foot ul li a:hover {
  text-decoration: underline;
}
footer .global_foot .sns_area {
  display: flex;
}
@media only screen and (max-width: 767px) {
  footer .global_foot .sns_area .item {
    margin-right: 4px;
    text-align: left;
  }
  footer .global_foot .sns_area .item img {
    width: 80%;
  }
}
@media only screen and (min-width: 768px) {
  footer .global_foot .sns_area .item {
    margin-left: 5px;
    text-align: right;
  }
  footer .global_foot .sns_area .item img {
    width: 90%;
  }
  footer .global_foot .sns_area .item img:hover {
    opacity: 0.8;
  }
}
footer .global_foot .guide_top {
  display: flex;
}
@media only screen and (max-width: 767px) {
  footer .global_foot .guide_top {
    flex-direction: column;
    margin: 0 0 20px;
  }
}
@media only screen and (min-width: 768px) {
  footer .global_foot .guide_top {
    justify-content: space-between;
    margin: 0 0 40px;
  }
}
footer .global_foot .guide_middle .lang_area {
  display: flex;
}
@media only screen and (max-width: 767px) {
  footer .global_foot .guide_middle .lang_area {
    margin: 0 0 15px;
  }
}
@media only screen and (min-width: 768px) {
  footer .global_foot .guide_middle .lang_area {
    margin: 0 0 15px;
  }
}
footer .global_foot .guide_middle .lang_area .item {
  text-align: left;
}
@media only screen and (max-width: 767px) {
  footer .global_foot .guide_middle .lang_area .item {
    margin-right: 4px;
  }
}
@media only screen and (min-width: 768px) {
  footer .global_foot .guide_middle .lang_area .item {
    margin-right: 3px;
  }
}
footer .global_foot .guide_middle .lang_area .item img {
  border-radius: 50px;
}
@media only screen and (max-width: 767px) {
  footer .global_foot .guide_middle .lang_area .item img {
    width: 70%;
  }
}
@media only screen and (min-width: 768px) {
  footer .global_foot .guide_middle .lang_area .item img {
    width: 75%;
  }
  footer .global_foot .guide_middle .lang_area .item img:hover {
    opacity: 0.8;
  }
}
footer .global_foot .guide_bottom {
  display: flex;
}
@media only screen and (max-width: 767px) {
  footer .global_foot .guide_bottom {
    flex-direction: column;
  }
}
@media only screen and (min-width: 768px) {
  footer .global_foot .guide_bottom {
    justify-content: space-between;
  }
}
@media only screen and (max-width: 767px) {
  footer .global_foot .guide_bottom .police {
    text-align: left;
  }
}
@media only screen and (min-width: 768px) {
  footer .global_foot .guide_bottom .copyright {
    text-align: center;
  }
}
footer .global_foot .guide_bottom p {
  color: #fff;
}
@media only screen and (max-width: 767px) {
  footer .global_foot .guide_bottom p {
    font-size: 11px;
  }
}
@media only screen and (min-width: 768px) {
  footer .global_foot .guide_bottom p {
    font-size: 11px;
  }
}
footer .global_foot .guide_bottom p a {
  text-decoration: none;
  color: #fff;
}
footer .global_foot .guide_bottom p a:hover {
  text-decoration: underline;
}/*# sourceMappingURL=newstyle.css.map */