@charset "UTF-8";
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-tap-highlight-color: transparent; /* 3 */
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%; /* 2 */
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  padding: 0;
  margin: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  margin: 0;
  overflow: visible; /* 2 */
  clear: both;
  color: inherit;
  border-top-width: 1px;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  color: inherit;
  text-decoration: none;
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  padding: 0;
  margin: 0;
  font: inherit;
  color: inherit;
  text-align: inherit;
  vertical-align: middle;
  background: transparent;
  border-radius: 0;
  outline: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
     -moz-appearance: checkbox;
          appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
     -moz-appearance: radio;
          appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  color: inherit; /* 2 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
          appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
          appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-spacing: 0;
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  padding: 0;
  vertical-align: top;
}

th {
  font-weight: bold;
  text-align: left;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* ------------------------------
font-face
------------------------------ */
/* noto-sans-jp-100 - japanese_latin */
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 100;
  src: url("../fonts/noto-sans-jp-v52-japanese_latin-100.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
}
/* noto-sans-jp-200 - japanese_latin */
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 200;
  src: url("../fonts/noto-sans-jp-v52-japanese_latin-200.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
}
/* noto-sans-jp-300 - japanese_latin */
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/noto-sans-jp-v52-japanese_latin-300.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
}
/* noto-sans-jp-regular - japanese_latin */
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/noto-sans-jp-v52-japanese_latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
}
/* noto-sans-jp-500 - japanese_latin */
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/noto-sans-jp-v52-japanese_latin-500.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
}
/* noto-sans-jp-600 - japanese_latin */
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/noto-sans-jp-v52-japanese_latin-600.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
}
/* noto-sans-jp-700 - japanese_latin */
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/noto-sans-jp-v52-japanese_latin-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
}
/* noto-sans-jp-800 - japanese_latin */
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/noto-sans-jp-v52-japanese_latin-800.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
}
/* noto-sans-jp-900 - japanese_latin */
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/noto-sans-jp-v52-japanese_latin-900.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
}
html {
  font-size: 625%;
}
@media (min-width: 769px) and (max-width: 1200px) {
  html {
    font-size: 8.3333333333vw;
  }
}
@media (max-width: 768px) {
  html {
    font-size: 13.0208333333vw;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.18rem;
  font-weight: 400;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 1.8;
  color: #fff;
  letter-spacing: 0.02em;
  word-break: break-word;
  overflow-wrap: break-word;
  background: #fff;
}
@media (max-width: 768px) {
  body {
    font-size: 0.32rem;
  }
}
body.modal-open {
  height: 100%;
  overflow: hidden;
  -ms-touch-action: none;
      touch-action: none; /* スマホでのスクロールも防ぐ */
}

.wrapper {
  position: relative;
  min-height: 100dvh;
}

main {
  position: relative;
  padding: 0 0 1.1rem;
  overflow: visible;
  background: url("../img/bg_ptrn.png") repeat 0 0/3.84rem 3.84rem;
}

.inner {
  max-width: 11rem;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .inner {
    padding: 0 0.4rem;
  }
}

img,
canvas {
  width: 100%;
  height: auto;
}

svg {
  display: block;
}

picture {
  display: block;
}

@media (max-width: 768px) {
  .pc {
    display: none;
  }
}

@media (min-width: 769px) {
  .sp {
    display: none;
  }
}

.pagetop {
  position: fixed;
  right: 0.6rem;
  bottom: 0.6rem;
  z-index: 200;
  display: inline-block;
  width: 1rem;
}
@media (max-width: 768px) {
  .pagetop {
    right: 0.24rem;
    bottom: 0.24rem;
    width: 1.2rem;
  }
}

.btn_link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 2.7rem;
  height: 0.5rem;
  margin: auto;
  font-size: 0.21rem;
  font-weight: 700;
  line-height: 1;
  color: #15359e;
  background-color: #fff;
  border: #15359e solid 0.02rem;
  border-radius: 0.25rem;
}
@media (max-width: 768px) {
  .btn_link {
    width: 5.4rem;
    height: 1rem;
    font-size: 0.42rem;
    border-width: 0.04rem;
    border-radius: 0.5rem;
  }
}
.btn_link::after {
  position: absolute;
  top: 0;
  right: 0.06rem;
  bottom: 0;
  width: 0.32rem;
  height: 0.32rem;
  margin: auto;
  content: "";
  background: url("../img/ic_btn_link.svg") no-repeat center center/cover;
}
@media (max-width: 768px) {
  .btn_link::after {
    right: 0.12rem;
    width: 0.64rem;
    height: 0.64rem;
  }
}

.store_nav_area {
  position: sticky;
  top: 0;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 0.7rem;
  padding: 0.17rem 0.2rem;
  background-color: #000;
}
@media (max-width: 768px) {
  .store_nav_area {
    height: 1rem;
  }
}
.store_nav_area.fixed {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 10000;
}
.store_nav_area .store_logo {
  width: 1.31rem;
}
@media (max-width: 768px) {
  .store_nav_area .store_logo {
    width: 1.56rem;
  }
}
.store_nav_area .store_nav {
  position: absolute;
  left: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 768px) {
  .store_nav_area .store_nav {
    top: 1rem;
    left: 0;
    z-index: -1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    max-height: 0;
    overflow: hidden;
    text-align: center;
    background-color: #000;
    opacity: 0;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  .store_nav_area .store_nav.open {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-height: 100dvh;
    opacity: 1;
  }
  .store_nav_area .store_nav.open + .store_nav_btn::after {
    content: "▲";
  }
}
.store_nav_area .store_nav li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0.2em 2em;
  font-size: 0.16rem;
  font-weight: bold;
  border-right: 1px solid #fff;
}
@media (max-width: 768px) {
  .store_nav_area .store_nav li a {
    padding: 0.5em;
    font-size: 0.4rem;
    border-top: 0.02rem solid #fff;
    border-right: none;
  }
}
@media (min-width: 769px) {
  .store_nav_area .store_nav li:last-child a {
    border: none;
  }
}
.store_nav_area .store_nav_btn {
  display: none;
}
@media (max-width: 768px) {
  .store_nav_area .store_nav_btn {
    display: block;
  }
  .store_nav_area .store_nav_btn::after {
    display: inline-block;
    margin-left: 0.5em;
    content: "▼";
    -webkit-transition: -webkit-transform 0.2s ease;
    transition: -webkit-transform 0.2s ease;
    transition: transform 0.2s ease;
    transition: transform 0.2s ease, -webkit-transform 0.2s ease;
  }
}

.item-list {
  display: grid;
  grid-template-columns: repeat(3, 3.36rem);
  gap: 0.5rem 0.46rem;
}
@media (max-width: 768px) {
  .item-list {
    grid-template-columns: repeat(2, 3.32rem);
    gap: 0.5rem 0.24rem;
  }
}
.item-list .item-card {
  position: relative;
  overflow: hidden;
  color: #fff;
  background-color: #fff;
  border-radius: 0.15rem;
}
.item-list .item-card:hover .item_img > img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.item-list .item-card:hover .item_info {
  opacity: 0.9;
}
.item-list .item-card .item_img {
  height: 3.36rem;
  padding: 0.1rem;
}
.item-list .item-card .item_img > img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.item-list .item-card .item_info {
  padding: 0.6em 1em;
  font-size: 0.2rem;
  background-color: #000;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
@media (max-width: 768px) {
  .item-list .item-card .item_info {
    font-size: 0.24rem;
  }
}
.item-list .item-card .item_info .name {
  display: -webkit-box;
  min-height: 4.8em;
  overflow: hidden;
  font-weight: 700;
  line-height: 1.6;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3; /* 最大行数を指定 */
}
.item-list .item-card .item_info .price {
  margin-top: 0.1rem;
  font-weight: 500;
  line-height: 1;
  text-align: right;
}
.item-list .item-card .item_txt {
  height: 100%;
  padding: 1em;
  overflow: hidden;
  font-size: 0.15rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  background-color: #15359e;
}
@media (max-width: 768px) {
  .item-list .item-card .item_txt {
    font-size: 0.2rem;
  }
}
.item-list .item-card button.open-modal {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.1rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 0.5rem;
  font-size: 0.2rem;
  font-weight: 500;
  text-align: center;
}
@media (max-width: 768px) {
  .pagination {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0.3rem 0.2rem;
    margin-top: 0.8rem;
    font-size: 0.4rem;
  }
}
.pagination .page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 0.5rem;
  height: 0.5rem;
  color: #15359e;
  background: #fff;
  border-radius: 0.25rem;
}
@media (max-width: 768px) {
  .pagination .page-numbers {
    width: 1rem;
    height: 1rem;
    border-radius: 0.5rem;
  }
}
.pagination .page-numbers:hover {
  background: #fdd400;
}
.pagination .page-numbers.current {
  font-weight: bold;
  color: #fff;
  background: #15359e;
}
.pagination .page-numbers.dots {
  color: #fff;
  background: none;
}
.pagination .page-numbers.prev, .pagination .page-numbers.next {
  width: 0.8rem;
}
@media (max-width: 768px) {
  .pagination .page-numbers.prev, .pagination .page-numbers.next {
    width: 1.6rem;
  }
}
.pagination .page-numbers.prev img, .pagination .page-numbers.next img {
  width: 0.24rem;
}
@media (max-width: 768px) {
  .pagination .page-numbers.prev img, .pagination .page-numbers.next img {
    width: 0.48rem;
  }
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.1rem;
  overflow-y: auto;
  background: rgba(0, 0, 0, 0.8);
}

.modal-content {
  position: relative;
  top: 0;
  max-height: 90vh;
  padding: 0.5rem;
  overflow-y: auto;
  /* スクロールバーを隠す */
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE 10+ */
}
.modal-content::-webkit-scrollbar {
  display: none; /* Chrome, Safari */
}
@media (max-width: 768px) {
  .modal-content {
    padding: 1.2rem 0.3rem 0.3rem;
  }
}
.modal-content .modal-inner {
  width: 7.48rem;
  overflow: hidden;
  background-color: #fff;
  border-radius: 0.2rem;
}
@media (max-width: 768px) {
  .modal-content .modal-inner {
    width: 100%;
  }
}
.modal-content .modal-inner .modal-info {
  padding: 1em;
  color: #fff;
  background: #15359e;
}
.modal-content .modal-inner .modal-info .name {
  font-size: 0.24rem;
  font-weight: 700;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .modal-content .modal-inner .modal-info .name {
    font-size: 0.28rem;
  }
}
.modal-content .modal-inner .modal-info .price {
  margin-top: 0.1rem;
  font-size: 0.2rem;
  font-weight: 500;
  line-height: 1;
}
@media (max-width: 768px) {
  .modal-content .modal-inner .modal-info .price {
    font-size: 0.24rem;
  }
}
.modal-content .modal-inner .modal-info .txt {
  margin-top: 0.1rem;
  font-size: 0.15rem;
}
@media (max-width: 768px) {
  .modal-content .modal-inner .modal-info .txt {
    margin-top: 0.3rem;
    font-size: 0.2rem;
  }
}

.modal-close {
  position: absolute;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 0.5rem;
  height: 0.5rem;
  padding: 0.1em 0.1em 0.2em;
  font-size: 0.4rem;
  line-height: 1;
  color: #fff;
  cursor: pointer;
  background: #15359e;
  border-radius: 50%;
}
@media (max-width: 768px) {
  .modal-close {
    right: 0.2rem;
    width: 1rem;
    height: 1rem;
    padding: 0.2em 0.2em 0.3em;
    font-size: 0.8rem;
  }
}

/* ------------------------------
header
------------------------------ */
.site_hd {
  position: relative;
  z-index: 9999;
  font-weight: 700;
  color: #15359e;
  background: #fdd400;
}
@media (min-width: 769px) {
  .site_hd {
    height: 1rem;
  }
}
@media (max-width: 768px) {
  .site_hd .logo_toggle_wrap {
    position: relative;
    z-index: 1;
    height: 1.2rem;
    background: #fdd400;
  }
}
.site_hd .site_name {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0.2rem;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: auto;
  font-size: 0.14rem;
  letter-spacing: 0.1em;
}
@media (max-width: 768px) {
  .site_hd .site_name {
    top: 0.12rem;
    left: 0.4rem;
    font-size: 0.24rem;
  }
}
.site_hd .site_name a {
  display: block;
  -webkit-transition: -webkit-filter 0.4s;
  transition: -webkit-filter 0.4s;
  transition: filter 0.4s;
  transition: filter 0.4s, -webkit-filter 0.4s;
}
@media (hover: hover) {
  .site_hd .site_name a:hover {
    -webkit-filter: opacity(60%);
            filter: opacity(60%);
  }
}
@media (hover: none) {
  .site_hd .site_name a:active {
    -webkit-filter: opacity(60%);
            filter: opacity(60%);
  }
}
.site_hd .site_name img {
  display: block;
  width: 1.45rem;
  margin: 0 0 0.05rem;
}
@media (max-width: 768px) {
  .site_hd .site_name img {
    width: 2.3rem;
  }
}

/* ------------------------------
nav
------------------------------ */
@media (min-width: 769px) {
  .site_nav {
    display: block !important;
  }
}
@media (max-width: 768px) {
  .site_nav {
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    width: 100dvw;
    height: 100dvh;
    padding: 1.2rem 0 0;
    overflow-y: scroll;
    background: #fdd400;
  }
}
@media (min-width: 769px) {
  .site_nav .nav_dropdown {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    margin: auto;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
  }
}
@media (max-width: 768px) {
  .site_nav .nav_dropdown {
    padding: 0.54rem 0.4rem 0.4rem;
    background: #15359e;
  }
}
@media (min-width: 769px) {
  .site_nav .gnav-links-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0.36rem 0.44rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 12.8rem;
    margin: auto;
  }
}
.site_nav .gnav-links-menu .menu-item {
  position: relative;
  padding-bottom: 1.5em;
}
@media (max-width: 768px) {
  .site_nav .gnav-links-menu .menu-item {
    padding: 0.34rem 0;
  }
}
.site_nav .gnav-links-menu .menu-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 2.42rem;
  height: 1.5rem;
  background-color: #fff;
  border-radius: 0.75rem;
}
@media (max-width: 768px) {
  .site_nav .gnav-links-menu .menu-item a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 100%;
    height: auto;
    padding: 0;
    border-radius: 0;
  }
}
.site_nav .gnav-links-menu .menu-item a .menu-image {
  width: 1.5rem;
}
@media (max-width: 768px) {
  .site_nav .gnav-links-menu .menu-item a .menu-image {
    display: none;
  }
}
.site_nav .gnav-links-menu .menu-item a .menu-image-title {
  position: absolute;
  font-weight: 400;
  letter-spacing: 0.1em;
}
@media (min-width: 769px) {
  .site_nav .gnav-links-menu .menu-item a .menu-image-title {
    bottom: 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin: 0.14rem 0 0;
    font-size: 0.15rem;
    color: #fff;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .site_nav .gnav-links-menu .menu-item a .menu-image-title {
    position: static;
    font-size: 0.32rem;
  }
}
.site_nav .gnav-links-menu .menu-item a .menu-ttl {
  display: none;
}
@media (max-width: 768px) {
  .site_nav .gnav-links-menu .menu-item a .menu-ttl {
    display: block;
    font-size: 0.4rem;
  }
}
@media (min-width: 769px) {
  .site_nav .nav_dropdown_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
  }
}
@media (min-width: 769px) {
  .site_nav .nav_dropdown_border + .nav_dropdown_border {
    border-left: 1px solid #fff;
  }
}
@media (max-width: 768px) {
  .site_nav .nav_dropdown_border + .nav_dropdown_border {
    margin: 0.74rem 0 0;
  }
}
.site_nav .nav_dropdown_btn {
  position: relative;
}
@media (min-width: 769px) {
  .site_nav .nav_dropdown_btn {
    display: grid;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    width: 1.16rem;
    height: 1rem;
    padding: 0 0 1.6em;
    font-size: 0.12rem;
    line-height: 1.4;
    text-align: center;
    -webkit-transition: color 0.4s, background-color 0.4s;
    transition: color 0.4s, background-color 0.4s;
  }
}
@media (max-width: 768px) {
  .site_nav .nav_dropdown_btn {
    display: block;
    padding: 0 0 0 1rem;
    margin: 0 0 0.4rem;
    font-size: 0.5rem;
    color: #fdd400;
  }
}
.site_nav .nav_dropdown_btn::before {
  position: absolute;
  margin: auto;
  content: "";
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
}
@media (min-width: 769px) {
  .site_nav .nav_dropdown_btn::before {
    right: 0;
    left: 0;
  }
}
@media (max-width: 768px) {
  .site_nav .nav_dropdown_btn::before {
    top: 0;
    bottom: 0;
    left: 0;
  }
}
@media (min-width: 769px) {
  .site_nav .nav_dropdown_btn.amusement, .site_nav .nav_dropdown_btn.athletics {
    padding: 0 0 0.9em;
  }
}
@media (min-width: 769px) {
  .site_nav .nav_dropdown_btn.amusement::before {
    top: 0.22rem;
    width: 0.3rem;
    height: 0.28rem;
    background-image: url("../img/ic_nav_amusement_blue.svg");
  }
}
@media (max-width: 768px) {
  .site_nav .nav_dropdown_btn.amusement::before {
    width: 0.76rem;
    height: 0.69rem;
    background-image: url("../img/ic_nav_amusement_yellow.svg");
  }
}
@media (min-width: 769px) {
  .site_nav .nav_dropdown_btn.athletics::before {
    top: 0.24rem;
    width: 0.29rem;
    height: 0.25rem;
    background-image: url("../img/ic_nav_athletics_blue.svg");
  }
}
@media (max-width: 768px) {
  .site_nav .nav_dropdown_btn.athletics::before {
    width: 0.72rem;
    height: 0.62rem;
    background-image: url("../img/ic_nav_athletics_yellow.svg");
  }
}
@media (min-width: 769px) {
  .site_nav .nav_dropdown_btn.shop::before {
    top: 0.24rem;
    width: 0.24rem;
    height: 0.24rem;
    background-image: url("../img/ic_nav_shop_blue.svg");
  }
}
@media (max-width: 768px) {
  .site_nav .nav_dropdown_btn.shop::before {
    width: 0.58rem;
    height: 0.62rem;
    background-image: url("../img/ic_nav_shop_yellow.svg");
  }
}
@media (min-width: 769px) {
  .site_nav .nav_dropdown_btn.cafe::before {
    top: 0.26rem;
    left: calc(50% - 0.54rem);
    width: 0.26rem;
    height: 0.22rem;
    background-image: url("../img/ic_nav_cafe_blue.svg");
  }
}
@media (max-width: 768px) {
  .site_nav .nav_dropdown_btn.cafe::before {
    width: 0.66rem;
    height: 0.53rem;
    background-image: url("../img/ic_nav_cafe_yellow.svg");
  }
}
@media (min-width: 769px) {
  .site_nav .nav_dropdown_btn.news::before {
    top: 0.24rem;
    left: calc(50% - 0.52rem);
    width: 0.24rem;
    height: 0.24rem;
    background-image: url("../img/ic_nav_news_blue.svg");
  }
}
@media (max-width: 768px) {
  .site_nav .nav_dropdown_btn.news::before {
    width: 0.61rem;
    height: 0.61rem;
    background-image: url("../img/ic_nav_news_yellow.svg");
  }
}
@media (min-width: 769px) {
  .site_nav .nav_dropdown_btn:hover, .site_nav .nav_dropdown_btn:active, .site_nav .nav_dropdown_btn:focus, .site_nav .nav_dropdown_btn:focus-within {
    color: #fdd400;
    background-color: #15359e;
  }
  .site_nav .nav_dropdown_btn:hover.amusement::before, .site_nav .nav_dropdown_btn:active.amusement::before, .site_nav .nav_dropdown_btn:focus.amusement::before, .site_nav .nav_dropdown_btn:focus-within.amusement::before {
    background-image: url("../img/ic_nav_amusement_yellow.svg");
  }
  .site_nav .nav_dropdown_btn:hover.athletics::before, .site_nav .nav_dropdown_btn:active.athletics::before, .site_nav .nav_dropdown_btn:focus.athletics::before, .site_nav .nav_dropdown_btn:focus-within.athletics::before {
    background-image: url("../img/ic_nav_athletics_yellow.svg");
  }
  .site_nav .nav_dropdown_btn:hover.shop::before, .site_nav .nav_dropdown_btn:active.shop::before, .site_nav .nav_dropdown_btn:focus.shop::before, .site_nav .nav_dropdown_btn:focus-within.shop::before {
    background-image: url("../img/ic_nav_shop_yellow.svg");
  }
  .site_nav .nav_dropdown_btn:hover.cafe::before, .site_nav .nav_dropdown_btn:active.cafe::before, .site_nav .nav_dropdown_btn:focus.cafe::before, .site_nav .nav_dropdown_btn:focus-within.cafe::before {
    background-image: url("../img/ic_nav_cafe_yellow.svg");
  }
  .site_nav .nav_dropdown_btn:hover.news::before, .site_nav .nav_dropdown_btn:active.news::before, .site_nav .nav_dropdown_btn:focus.news::before, .site_nav .nav_dropdown_btn:focus-within.news::before {
    background-image: url("../img/ic_nav_news_yellow.svg");
  }
  .site_nav .nav_dropdown_btn:hover + .nav_dropdown_child, .site_nav .nav_dropdown_btn:active + .nav_dropdown_child, .site_nav .nav_dropdown_btn:focus + .nav_dropdown_child, .site_nav .nav_dropdown_btn:focus-within + .nav_dropdown_child {
    visibility: visible;
    opacity: 1;
  }
}
@media (min-width: 769px) {
  .site_nav .nav_dropdown_child {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 0.4rem;
    visibility: hidden;
    background: #15359e;
    opacity: 0;
    -webkit-transition: visibility 0.4s, opacity 0.4s;
    transition: visibility 0.4s, opacity 0.4s;
  }
  .site_nav .nav_dropdown_child:hover, .site_nav .nav_dropdown_child:active, .site_nav .nav_dropdown_child:focus, .site_nav .nav_dropdown_child:focus-within {
    visibility: visible;
    opacity: 1;
  }
}
@media (max-width: 768px) {
  .site_nav .nav_dropdown_child {
    padding: 0 0.3rem;
    background: #fff;
    border-radius: 0.2rem;
  }
}
@media (max-width: 768px) {
  .site_nav .nav_dropdown_child li + li {
    border-top: 0.02rem solid #15359e;
  }
}
.site_nav .nav_dropdown_child a {
  -webkit-transition: -webkit-filter 0.4s;
  transition: -webkit-filter 0.4s;
  transition: filter 0.4s;
  transition: filter 0.4s, -webkit-filter 0.4s;
}
@media (min-width: 769px) {
  .site_nav .nav_dropdown_child a {
    display: grid;
  }
  .site_nav .nav_dropdown_child a:hover, .site_nav .nav_dropdown_child a:active, .site_nav .nav_dropdown_child a:focus, .site_nav .nav_dropdown_child a:focus-within {
    opacity: 0.8;
  }
}
@media (max-width: 768px) {
  .site_nav .nav_dropdown_child a {
    position: relative;
    display: block;
    padding: 0.34rem 0;
  }
  .site_nav .nav_dropdown_child a::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 0.4rem;
    height: 0.4rem;
    margin: auto;
    content: "";
    border-top: 0.04rem solid #15359e;
    border-right: 0.04rem solid #15359e;
    -webkit-transition: -webkit-transform 0.4s;
    transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .site_nav .nav_dropdown_child a:hover, .site_nav .nav_dropdown_child a:active {
    -webkit-filter: opacity(80%);
            filter: opacity(80%);
  }
  .site_nav .nav_dropdown_child a:hover::after, .site_nav .nav_dropdown_child a:active::after {
    -webkit-transform: translateX(-0.4em) rotate(45deg);
            transform: translateX(-0.4em) rotate(45deg);
  }
}
.site_nav .nav_dropdown_child .nav_dropdown_sub {
  font-weight: 400;
  letter-spacing: 0.1em;
}
@media (min-width: 769px) {
  .site_nav .nav_dropdown_child .nav_dropdown_sub {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin: 0.14rem 0 0;
    font-size: 0.15rem;
    color: #fff;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .site_nav .nav_dropdown_child .nav_dropdown_sub {
    font-size: 0.32rem;
  }
}
@media (min-width: 769px) {
  .site_nav .nav_dropdown_child .nav_dropdown_name {
    display: grid;
    place-items: center;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 2.42rem;
    height: 1.5rem;
    font-size: 0;
    color: transparent;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 9999px;
  }
}
@media (max-width: 768px) {
  .site_nav .nav_dropdown_child .nav_dropdown_name {
    display: block;
    font-size: 0.4rem;
    font-weight: 700;
  }
}
@media (min-width: 769px) {
  .site_nav .nav_dropdown_child .nav_dropdown_name.am-news, .site_nav .nav_dropdown_child .nav_dropdown_name.shop-news {
    position: relative;
    font-size: 0.18rem;
    color: inherit;
    text-align: center;
  }
  .site_nav .nav_dropdown_child .nav_dropdown_name.am-news::after, .site_nav .nav_dropdown_child .nav_dropdown_name.shop-news::after {
    position: absolute;
    top: 0;
    right: 1em;
    bottom: 0;
    width: 1em;
    height: 1em;
    margin: auto;
    content: "";
    border-top: 0.02rem solid #15359e;
    border-right: 0.02rem solid #15359e;
    -webkit-transition: -webkit-transform 0.4s;
    transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .site_nav .nav_dropdown_child .nav_dropdown_name.am-news:hover::after, .site_nav .nav_dropdown_child .nav_dropdown_name.am-news:active::after, .site_nav .nav_dropdown_child .nav_dropdown_name.shop-news:hover::after, .site_nav .nav_dropdown_child .nav_dropdown_name.shop-news:active::after {
    -webkit-transform: translateX(-0.4em) rotate(45deg);
            transform: translateX(-0.4em) rotate(45deg);
  }
}
@media (min-width: 769px) {
  .site_nav .nav_secondary {
    position: absolute;
    top: 0;
    right: 0;
  }
}
@media (max-width: 768px) {
  .site_nav .nav_secondary {
    padding: 0.8rem 0.4rem;
  }
}
@media (min-width: 769px) {
  .site_nav .nav_secondary.co {
    right: 0.955rem;
  }
}
@media (min-width: 769px) {
  .site_nav .nav_secondary ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1px;
  }
}
@media (max-width: 768px) {
  .site_nav .nav_secondary ul {
    display: grid;
    gap: 0.6rem;
  }
}
.site_nav .nav_secondary a {
  position: relative;
  display: grid;
  line-height: 1.4;
  text-align: center;
  background: #fff;
}
@media (min-width: 769px) {
  .site_nav .nav_secondary a {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    width: 0.94rem;
    height: 1rem;
    padding: 0 0 1.6em;
    font-size: 0.12rem;
    -webkit-transition: color 0.4s, background-color 0.4s;
    transition: color 0.4s, background-color 0.4s;
  }
}
@media (max-width: 768px) {
  .site_nav .nav_secondary a {
    position: relative;
    place-items: center;
    height: 1.4rem;
    font-size: 0.4rem;
    border-radius: 0.2rem;
  }
}
.site_nav .nav_secondary a::before {
  position: absolute;
  margin: auto;
  content: "";
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
}
@media (min-width: 769px) {
  .site_nav .nav_secondary a::before {
    right: 0;
    left: 0;
  }
}
@media (max-width: 768px) {
  .site_nav .nav_secondary a::before {
    top: 0;
    bottom: 0;
  }
}
@media (max-width: 768px) {
  .site_nav .nav_secondary a::after {
    position: absolute;
    top: 0;
    right: 0.4rem;
    bottom: 0;
    width: 0.4rem;
    height: 0.4rem;
    margin: auto;
    content: "";
    border-top: 0.04rem solid #15359e;
    border-right: 0.04rem solid #15359e;
    -webkit-transition: -webkit-transform 0.4s;
    transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}
.site_nav .nav_secondary a:hover::after, .site_nav .nav_secondary a:active::after {
  -webkit-transform: translateX(-0.4em) rotate(45deg);
          transform: translateX(-0.4em) rotate(45deg);
}
.site_nav .nav_secondary a.top {
  font-size: 0.5rem;
}
@media (min-width: 769px) {
  .site_nav .nav_secondary a.top {
    display: none;
  }
}
.site_nav .nav_secondary a.search {
  color: #fdd400;
  background-color: #15359e;
}
@media (min-width: 769px) {
  .site_nav .nav_secondary a.search {
    padding: 0 0 0.9em;
  }
}
.site_nav .nav_secondary a.search::before {
  background-image: url("../img/ic_nav_search_yellow.svg");
}
@media (min-width: 769px) {
  .site_nav .nav_secondary a.search::before {
    top: 0.22rem;
    left: calc(50% - 0.52rem);
    width: 0.26rem;
    height: 0.26rem;
  }
}
@media (max-width: 768px) {
  .site_nav .nav_secondary a.search::before {
    left: 0.52rem;
    width: 0.68rem;
    height: 0.68rem;
  }
}
@media (max-width: 768px) {
  .site_nav .nav_secondary a.search::after {
    border-color: #fdd400;
  }
}
@media (min-width: 769px) {
  .site_nav .nav_secondary a.search:hover, .site_nav .nav_secondary a.search:active, .site_nav .nav_secondary a.search:focus-within {
    color: #15359e;
    background-color: #fff;
  }
  .site_nav .nav_secondary a.search:hover::before, .site_nav .nav_secondary a.search:active::before, .site_nav .nav_secondary a.search:focus-within::before {
    background-image: url("../img/ic_nav_search_blue.svg");
  }
}
.site_nav .nav_secondary a.recruit::before {
  background-image: url("../img/ic_nav_recruit_blue.svg");
}
@media (min-width: 769px) {
  .site_nav .nav_secondary a.recruit::before {
    top: 0.22rem;
    width: 0.53rem;
    height: 0.25rem;
  }
}
@media (max-width: 768px) {
  .site_nav .nav_secondary a.recruit::before {
    left: 0.3rem;
    width: 1.07rem;
    height: 0.49rem;
  }
}
.site_nav .nav_secondary a.contact::before {
  background-image: url("../img/ic_nav_contact_blue.svg");
}
@media (min-width: 769px) {
  .site_nav .nav_secondary a.contact::before {
    top: 0.24rem;
    width: 0.28rem;
    height: 0.24rem;
  }
}
@media (max-width: 768px) {
  .site_nav .nav_secondary a.contact::before {
    left: 0.48rem;
    width: 0.73rem;
    height: 0.62rem;
  }
}
@media (min-width: 769px) {
  .site_nav .nav_secondary a:hover, .site_nav .nav_secondary a:active, .site_nav .nav_secondary a:focus-within {
    color: #fdd400;
    background-color: #15359e;
  }
  .site_nav .nav_secondary a:hover.recruit::before, .site_nav .nav_secondary a:active.recruit::before, .site_nav .nav_secondary a:focus-within.recruit::before {
    background-image: url("../img/ic_nav_recruit_yellow.svg");
  }
  .site_nav .nav_secondary a:hover.contact::before, .site_nav .nav_secondary a:active.contact::before, .site_nav .nav_secondary a:focus-within.contact::before {
    background-image: url("../img/ic_nav_contact_yellow.svg");
  }
}

/* ------------------------------
toggle
------------------------------ */
.toggle {
  position: absolute;
  top: 0;
  right: 0;
  width: 1.2rem;
  height: 1.2rem;
  background: #15359e;
}
@media (min-width: 769px) {
  .toggle {
    display: none;
  }
}
.toggle span {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 0.72rem;
  height: 0.06rem;
  margin: auto;
  background: #fff;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}
.toggle span:nth-child(1) {
  -webkit-transform: translateY(-0.12rem);
          transform: translateY(-0.12rem);
}
.toggle span:nth-child(2) {
  -webkit-transform: translateY(0.12rem);
          transform: translateY(0.12rem);
}
.toggle.close span:nth-child(1) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.toggle.close span:nth-child(2) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

/* ------------------------------
footer
------------------------------ */
footer .ft_bg_blue {
  padding: 0.6rem 0.4rem;
  font-size: 0.14rem;
  line-height: 1.4;
  color: #fff;
  background: #15359e;
}
@media (max-width: 768px) {
  footer .ft_bg_blue {
    padding-top: 0.9rem;
    padding-bottom: 0.9rem;
    font-size: 0.28rem;
  }
}
footer a {
  -webkit-transition: -webkit-filter 0.4s;
  transition: -webkit-filter 0.4s;
  transition: filter 0.4s;
  transition: filter 0.4s, -webkit-filter 0.4s;
}
@media (hover: hover) {
  footer a:hover {
    -webkit-filter: opacity(80%);
            filter: opacity(80%);
  }
}
@media (hover: none) {
  footer a:active {
    -webkit-filter: opacity(80%);
            filter: opacity(80%);
  }
}
footer .site_name {
  display: grid;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media (min-width: 769px) {
  footer .site_name {
    grid-template-columns: repeat(2, auto);
    gap: 0.8em;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 0 0.44rem;
  }
}
@media (max-width: 768px) {
  footer .site_name {
    gap: 0.4em;
    margin: 0 0 0.94rem;
    font-size: 0.28rem;
  }
}
footer .site_name img {
  display: block;
  width: 1.45rem;
  margin: 0 0 0.05rem;
}
@media (max-width: 768px) {
  footer .site_name img {
    width: 2.6rem;
  }
}
footer .general_sitemap {
  display: grid;
}
@media (min-width: 769px) {
  footer .general_sitemap {
    grid-template-columns: repeat(3, 1fr);
    gap: 0.9em 0;
    max-width: 6.6rem;
    margin: 0 0 0.7rem;
  }
}
@media (max-width: 768px) {
  footer .general_sitemap {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.8em 0;
    margin: 0 0 1.3rem;
  }
}
footer .facility_sitemap {
  display: grid;
}
@media (min-width: 769px) {
  footer .facility_sitemap {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media (max-width: 768px) {
  footer .facility_sitemap {
    gap: 2.8em;
  }
}
@media (min-width: 769px) {
  footer .facility_sitemap dl + dl {
    padding: 0 0 0 2em;
    border-left: 1px solid #fff;
  }
}
@media (max-width: 768px) {
  footer .facility_sitemap dl + dl {
    padding: 2.8em 0 0;
    border-top: 0.02rem solid #fff;
  }
}
footer .facility_sitemap dt {
  position: relative;
  padding: 0 0 0 1.8em;
  margin: 0 0 1.2em;
  font-size: 0.16rem;
  font-weight: 700;
  line-height: 1;
  color: #fdd400;
  letter-spacing: 0.1em;
}
@media (max-width: 768px) {
  footer .facility_sitemap dt {
    padding: 0 0 0 1.5em;
    margin: 0 0 1.4em;
    font-size: 0.38rem;
  }
}
footer .facility_sitemap dt::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
}
footer .facility_sitemap dt.amusement::before {
  width: 0.18rem;
  height: 0.17rem;
  background-image: url("../img/ic_nav_amusement_yellow.svg");
}
@media (max-width: 768px) {
  footer .facility_sitemap dt.amusement::before {
    width: 0.43rem;
    height: 0.4rem;
  }
}
footer .facility_sitemap dt.athletics::before {
  width: 0.22rem;
  height: 0.19rem;
  background-image: url("../img/ic_nav_athletics_yellow.svg");
}
@media (max-width: 768px) {
  footer .facility_sitemap dt.athletics::before {
    width: 0.41rem;
    height: 0.45rem;
  }
}
footer .facility_sitemap dt.shop::before {
  width: 0.16rem;
  height: 0.17rem;
  background-image: url("../img/ic_nav_shop_yellow.svg");
}
@media (max-width: 768px) {
  footer .facility_sitemap dt.shop::before {
    width: 0.38rem;
    height: 0.4rem;
  }
}
footer .facility_sitemap dt.cafe::before {
  width: 0.2rem;
  height: 0.17rem;
  background-image: url("../img/ic_nav_cafe_yellow.svg");
}
@media (max-width: 768px) {
  footer .facility_sitemap dt.cafe::before {
    width: 0.48rem;
    height: 0.39rem;
  }
}
footer .facility_sitemap dt.news::before {
  width: 0.2rem;
  height: 0.2rem;
  background-image: url("../img/ic_nav_news_yellow.svg");
}
@media (max-width: 768px) {
  footer .facility_sitemap dt.news::before {
    width: 0.48rem;
    height: 0.48rem;
  }
}
footer .facility_sitemap ul {
  display: grid;
  gap: 0.8em;
}
@media (max-width: 768px) {
  footer .facility_sitemap ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.8em 0;
  }
}
footer .facility_sitemap a.menu-image-title-below {
  text-align: left;
}
@media (min-width: 769px) {
  footer .facility_sitemap a {
    font-size: 0.12rem;
  }
}
footer .copyright {
  padding: 0.8em 0.4rem;
  font-size: 0.1rem;
  line-height: 1;
  color: #004097;
  text-align: center;
  background: #fff;
}
@media (max-width: 768px) {
  footer .copyright {
    font-size: 0.24rem;
  }
}

/* ------------------------------
お知らせ共通
------------------------------ */
.page_ttl {
  width: 1.8rem;
  margin: 1.3rem auto 0.8rem;
}
@media (max-width: 768px) {
  .page_ttl {
    width: 3.07rem;
  }
}

/* ------------------------------
お知らせ一覧ページ
------------------------------ */
main {
  background: url("../img/bg_ptrn.png") repeat 0 0/3.84rem 3.84rem;
}

.news_list {
  border-top: 0.02rem solid #cbcbcb;
}
.news_list .news_item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.3rem;
  padding: 0.3rem 0;
  border-bottom: 0.02rem solid #cbcbcb;
}
@media (max-width: 768px) {
  .news_list .news_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0.5rem 0.3rem 0.3rem;
  }
}
.news_list .news_item .news_tmb {
  width: 1.98rem;
}
@media (max-width: 768px) {
  .news_list .news_item .news_tmb {
    width: 100%;
    overflow: hidden;
    border-radius: 0.2rem;
  }
}
.news_list .news_item .news_info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #fff;
}
.news_list .news_item .news_info dt {
  line-height: 1;
}
.news_list .news_item .news_info dd {
  margin-top: 0.1rem;
}
.news_list .news_item a {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
}

/* ------------------------------
お知らせ記事ページ
------------------------------ */
@media (max-width: 768px) {
  .news_detail_area .inner {
    padding: 0;
  }
}
.news_detail_area .btn_link {
  margin-top: 0.5rem;
}
@media (max-width: 768px) {
  .news_detail_area .btn_link {
    margin-top: 1.3rem;
  }
}

.news_article_wrap {
  padding: 0.5rem;
  background-color: #000;
}

.news_atf .date {
  font-size: 0.22rem;
  font-weight: bold;
  color: #fdd400;
}
@media (max-width: 768px) {
  .news_atf .date {
    font-size: 0.3rem;
  }
}
.news_atf .article_ttl {
  padding-bottom: 0.2rem;
  margin-bottom: 0;
  font-size: 0.36rem;
  font-weight: bold;
  line-height: 1.6;
  color: #fff;
  text-align: left;
  border-bottom: 1px solid #cbcbcb;
}
@media (max-width: 768px) {
  .news_atf .article_ttl {
    font-size: 0.4rem;
  }
}
.news_atf .eyecatch {
  padding: 0.5rem 0;
}

.news_article {
  padding-bottom: 0.5rem;
  color: #fff;
  border-bottom: 1px solid #cbcbcb;
}
.news_article p {
  margin-top: 1em;
}
.news_article p a {
  font-weight: 700;
  color: #fdd400;
  text-decoration: underline;
}
.news_article p a:hover {
  -webkit-text-decoration: dashed underline;
          text-decoration: dashed underline;
}
.news_article ul.wp-block-list {
  margin-top: 0.2rem;
}
.news_article ul.wp-block-list li {
  position: relative;
  padding-left: 0.2rem;
}
@media (max-width: 768px) {
  .news_article ul.wp-block-list li {
    padding-left: 0.3rem;
  }
}
.news_article ul.wp-block-list li::before {
  position: absolute;
  top: 0.2em;
  left: 0;
  font-size: 0.15rem;
  color: #fdd400;
  content: "●";
}
@media (max-width: 768px) {
  .news_article ul.wp-block-list li::before {
    top: 0.5em;
    font-size: 0.22rem;
  }
}
.news_article ul.wp-block-list li:not(li:last-child) {
  margin-bottom: 0.5em;
}
.news_article .wp-block-image {
  padding: 0.4rem 0;
}
.news_article h3.wp-block-heading {
  padding: 0.08rem 0.2rem;
  margin: 0.35rem auto 0.5rem;
  font-size: 0.3rem;
  font-weight: bold;
  color: #15359e;
  background-color: #cbcbcb;
  border-left: 0.24rem solid #15359e;
  border-radius: 0.15rem;
}
@media (max-width: 768px) {
  .news_article h3.wp-block-heading {
    padding: 0.15rem 0.2rem;
    font-size: 0.36rem;
    border-left-width: 0.2rem;
  }
}

/* ------------------------------
旧お知らせ記事ページ（2025/4/09以前の記事）
------------------------------ */
#mt.news_article img {
  display: block;
  float: none !important;
  width: auto !important;
  max-width: 100% !important;
  height: auto !important;
  vertical-align: bottom;
}
@media (max-width: 768px) {
  #mt.news_article img {
    width: 100% !important;
    height: auto !important;
  }
}

#mt.news_article [style],
#mt.news_article [width],
#mt.news_article [height],
#mt.news_article [align],
#mt.news_article [border],
#mt.news_article [valign],
#mt.news_article [cellpadding],
#mt.news_article [cellspacing] {
  all: revert;
}

#mt.news_article table {
  width: 100% !important;
  table-layout: auto !important;
  border-spacing: 0;
  border-collapse: collapse;
  border: none;
}
#mt.news_article table col {
  width: auto !important;
}

#mt.news_article td,
#mt.news_article th {
  padding: 0;
  border: none;
}