@charset "UTF-8";

@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    -webkit-animation-delay: -1ms;
    animation-delay: -1ms;
    -webkit-animation-duration: 1ms;
    animation-duration: 1ms;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    background-attachment: initial;
    scroll-behavior: auto;
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
    -webkit-transition-duration: 0s;
            transition-duration: 0s;
  }
}
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  margin: 0;
  padding: 0;
  border: none;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

iframe,
img,
input,
select,
textarea {
  max-width: 100%;
  height: auto;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

ol, ul {
  list-style: none;
}

img {
  image-rendering: -webkit-optimize-contrast;
}

a {
  color: inherit;
  text-decoration: none;
}

table {
  border-collapse: collapse;
}

button {
  border-radius: 0;
  text-transform: none;
  border: none;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

:root {
  --s: 1px;
  --h: 1px;
  --f: 1px;
}
@media screen and (max-width: 960px) {
  :root {
    --s: 0.16vw;
    --h: 0.16vw;
    --f: 0.22vw;
  }
}

html {
  font-family: "Noto Sans JP", sans-serif;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  text-align: justify;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: calc(var(--f) * 16);
  line-height: 1.875;
  color: #000;
}

h1, h2, h3, h4, h5, h6, b, strong, dt, th {
  font-weight: 400;
}

br.sp {
  display: none;
}

@media screen and (max-width: 960px) {
  br.pc {
    display: none;
  }
  br.sp {
    display: inline;
  }
}
span.nl {
  display: inline-block;
}

.category {
  position: relative;
  z-index: 100;
  background: #F0F0F0;
}
.category__container {
  width: 924px;
  max-width: 100%;
  padding: 0;
  margin: 0 auto 2px;
}
.category__item {
  position: relative;
}
.category__link {
  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;
  height: calc(var(--f) * 111);
  font-size: calc(var(--f) * 18);
  font-weight: bold;
  background: #F0F0F0;
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
}
.category__link::before {
  content: "";
  display: block;
  width: 1.66em;
  height: 100%;
  margin-right: 1em;
  background: url(../img/_common/nav-1.svg) center/contain no-repeat;
}
.category__link:hover {
  background: #FABE00;
}
.category__item--2 .category__link::before {
  width: 3.46em;
  background-image: url(../img/_common/nav-2.svg);
}
.category__item--3 .category__link::before {
  width: 3.16em;
  background-image: url(../img/_common/nav-3.svg);
}
.category__item--4 .category__link::before {
  width: 3.48em;
  background-image: url(../img/_common/nav-4.svg);
}
@media screen and (min-width: 960.02px) {
  .category__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 2px;
    background: #fff;
  }
  .category__item {
    width: calc((100% - 6px) / 4);
  }
  .category__child {
    position: absolute;
    left: -2px;
    top: 100%;
    overflow: hidden;
    opacity: 0;
    display: block;
    width: calc(100% + 4px);
    max-height: 0;
    padding: 2px;
    background: #fff;
    -webkit-transition-duration: 400ms;
            transition-duration: 400ms;
  }
  .category__child li {
    margin: 0 0 2px;
  }
  .category__child li:last-child {
    margin-bottom: 0;
  }
  .category__child a {
    display: block;
    padding: calc(var(--f) * 10) 0;
    font-size: calc(var(--f) * 18);
    font-weight: bold;
    text-align: center;
    background: #F0F0F0;
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
  .category__child a:hover {
    background: #FABE00;
  }
  .category__item:hover .category__child {
    opacity: 1;
    max-height: 10em;
  }
}
@media screen and (max-width: 960px) {
  .category__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 5px;
    background: #fff;
  }
  .category__item {
    width: calc((100% - 5px) / 2);
    margin: 0 0 5px;
  }
  .category__child li {
    margin: 1px 0 0;
  }
  .category__child li:last-child {
    margin-bottom: 0;
  }
  .category__child a {
    display: block;
    padding: calc(var(--f) * 10);
    text-align: center;
    background: #F0F0F0;
  }
}

.footer {
  padding: calc(var(--h) * 174) 0 calc(var(--h) * 14);
  text-align: center;
}
.footer__logo {
  margin: 0 0 calc(var(--f) * 32);
}
.footer__logo a {
  display: inline-block;
}
.footer__logo img {
  width: calc(var(--f) * 270);
}
.footer__about {
  margin: 0 0 calc(var(--f) * 12);
  font-size: calc(var(--f) * 14);
  line-height: 2.28;
}
.footer__copyright {
  font-size: calc(var(--f) * 14);
}

.header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
  width: 100%;
  background: #fff;
}
.header__logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
}
.header__logo__character {
  display: inline-block;
  width: calc(var(--f) * 46);
  margin: 0 calc(var(--f) * 16) 0 0;
}
.header__logo__text {
  display: inline-block;
  width: calc(var(--f) * 270);
  margin: calc(var(--f) * 10) 0 0;
}
@media screen and (min-width: 960.02px) {
  .header__container {
    position: relative;
    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;
    width: 924px;
    height: calc(var(--s) * 116);
    padding: 0;
    margin: 0 auto;
  }
  .header__link {
    position: absolute;
    right: 0;
    top: calc(var(--s) * 24);
  }
  .header__link__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header__link__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-line-pack: center;
        align-content: center;
    font-size: calc(var(--f) * 14);
  }
  .header__link__item::before {
    content: "";
    width: 1px;
    height: 1em;
    margin: 0 0.5em;
    background: #000;
  }
  .header__link__item:first-child::before {
    display: none;
  }
  .header__area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-line-pack: center;
        align-content: center;
    margin: calc(var(--s) * 36) 0 0;
  }
  .header__area__head {
    font-size: calc(var(--f) * 14);
  }
  .header__area__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-line-pack: center;
        align-content: center;
  }
  .header__area__item {
    margin-left: calc(var(--f) * 11);
  }
  .header__area__item a {
    display: block;
    width: calc(var(--f) * 133);
    font-weight: 700;
    line-height: 1.6875;
    text-align: center;
    background: #F0F0F0;
    border-radius: 999px;
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
  .header__area__item a:hover {
    background-color: #FABE00;
  }
}
@media screen and (max-width: 960px) {
  .header__container {
    height: calc(var(--s) * 86);
    padding: calc(var(--h) * 10) 6vw;
  }
  .header__logo__character {
    width: calc(var(--f) * 30);
  }
  .header__logo__text {
    width: calc(var(--f) * 173);
  }
  .header__link, .header__area {
    display: none;
  }
}

@media screen and (min-width: 960.02px) {
  .main {
    padding: calc(var(--s) * 116) 0 0;
  }
}
@media screen and (max-width: 960px) {
  .main {
    padding: calc(var(--s) * 86) 0 0;
  }
}

@media screen and (min-width: 960.02px) {
  .nav {
    display: none;
  }
}
@media screen and (max-width: 960px) {
  .nav {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1000;
    width: 100%;
    height: calc(var(--s) * 86);
  }
  .nav__btn {
    display: none;
  }
  .nav__label {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    width: calc(var(--s) * 86 * 0.75);
    height: calc(var(--s) * 86);
    background: #000;
  }
  .nav__label span {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 40%;
    height: 2px;
    margin: auto;
    background: #fff;
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
  .nav__label span::before, .nav__label span::after {
    content: "";
    position: absolute;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: #fff;
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
  .nav__label span::before {
    top: calc(var(--h) * -12);
  }
  .nav__label span::after {
    top: calc(var(--h) * 12);
  }
  .nav__btn:checked + .nav__label span {
    background: transparent;
  }
  .nav__btn:checked + .nav__label span::before {
    top: 0;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .nav__btn:checked + .nav__label span::after {
    top: 0;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .nav__container {
    position: absolute;
    left: 0;
    top: 100%;
    opacity: 0;
    overflow: hidden;
    pointer-events: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 0;
    padding: 0 0 calc(var(--h) * 20);
    background: rgba(255, 255, 255, 0.95);
    -webkit-transition-duration: 600ms;
            transition-duration: 600ms;
  }
  .nav__btn:checked + .nav__label + .nav__container {
    opacity: 1;
    pointer-events: all;
    height: calc(100vh - var(--s) * 86 * 1);
  }
  .nav__category {
    width: 100%;
  }
  .nav__category__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 calc(var(--h) * 20) calc(var(--h) * 20);
  }
  .nav__category__item {
    width: calc((100% - 5px) / 2);
    margin: 0 0 5px;
  }
  .nav__category__link {
    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;
    height: calc(var(--f) * 80);
    font-size: calc(var(--f) * 16);
    font-weight: bold;
    background: #F0F0F0;
  }
  .nav__category__link::before {
    content: "";
    display: block;
    width: 1.66em;
    height: 100%;
    margin-right: 1em;
    background: url(../img/_common/nav-1.svg) center/contain no-repeat;
  }
  .nav__category__item--2 .nav__category__link::before {
    width: 3.46em;
    background-image: url(../img/_common/nav-2.svg);
  }
  .nav__category__item--3 .nav__category__link::before {
    width: 3.16em;
    background-image: url(../img/_common/nav-3.svg);
  }
  .nav__category__item--4 .nav__category__link::before {
    width: 3.48em;
    background-image: url(../img/_common/nav-4.svg);
  }
  .nav__category__child li {
    margin: 1px 0 0;
  }
  .nav__category__child li:last-child {
    margin-bottom: 0;
  }
  .nav__category__child a {
    display: block;
    padding: calc(var(--f) * 10);
    font-size: calc(var(--f) * 15);
    text-align: center;
    background: #F0F0F0;
  }
  .nav__link {
    width: 100%;
  }
  .nav__link__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: calc(var(--s) * 10);
    padding: 0 calc(var(--h) * 20);
  }
  .nav__link__item {
    width: calc((100% - var(--s) * 10) / 2);
  }
  .nav__link__item a {
    display: block;
    padding: 0.25em 0;
    color: #fff;
    text-align: center;
    background: #000;
    border-radius: 999px;
  }
}

.search__container {
  padding: calc(var(--h) * 6) 0 calc(var(--h) * 24);
}
.search__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 90vw;
  height: calc(var(--f) * 35);
  margin: 0 auto;
}
.search__input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(var(--f) * 340);
  margin-right: calc(var(--f) * 6);
}
.search__input input {
  display: block;
  width: 100%;
  padding: 0 1em;
  border: 2px solid #000;
  border-radius: 999px;
}
.search__submit {
  position: relative;
  overflow: hidden;
  width: calc(var(--f) * 86);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: calc(var(--f) * 14);
  line-height: calc(var(--f) * 35);
  background: #000 url(../img/_common/search.svg) left 1.2em center/1.1em auto no-repeat;
  border-radius: 999px;
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
}
.search__submit:hover {
  background-color: #FABE00;
}
.search__submit input {
  display: block;
  width: 100%;
  padding: 0 0 0 2em;
  color: #fff;
  letter-spacing: 0.5em;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  outline: none;
  background: none;
  cursor: pointer;
}

.home-kv .search {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 100;
  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: 100%;
  height: 100%;
}
.home-kv .search__container {
  padding: 0 0 calc(var(--s) * 40);
}
.home-kv .search__form {
  height: calc(var(--f) * 49);
}
.home-kv .search__input {
  width: calc(var(--f) * 516);
}
.home-kv .search__input input {
  border-width: 3px;
}
.home-kv .search__submit {
  width: calc(var(--f) * 131);
  font-size: calc(var(--f) * 18);
  line-height: calc(var(--f) * 49);
}
@media screen and (max-width: 960px) {
  .home-kv .search__form {
    height: calc(var(--f) * 40);
  }
  .home-kv .search__submit {
    width: calc(var(--f) * 110);
    font-size: calc(var(--f) * 16);
    line-height: calc(var(--f) * 40);
  }
}

.card__character {
  padding: 0 calc(var(--f) * 40) calc(var(--f) * 24) 0;
  text-align: center;
}
.card__character img {
  display: inline-block;
  width: calc(var(--f) * 370);
}
.card__text {
  font-size: calc(var(--f) * 30);
  line-height: 1.67;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .card__character img {
    width: calc(var(--f) * 240);
  }
  .card__text {
    font-size: calc(var(--f) * 24);
  }
}

.news-list + .card {
  position: relative;
  margin-top: calc(var(--h) * -25);
}

.home-kv {
  position: relative;
  overflow: hidden;
}
.home-kv__container {
  width: 924px;
  max-width: 100%;
  margin: 0 auto calc(var(--h) * 24);
}
.home-kv__swiper .swiper-slide span {
  position: relative;
  display: block;
  padding: calc(var(--s) * 28) calc(var(--s) * 20) calc(var(--s) * 40);
}
.home-kv__swiper .swiper-slide img {
  display: block;
  width: 100%;
  -webkit-box-shadow: 0 calc(var(--s) * 20) calc(var(--s) * 20) 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 calc(var(--s) * 20) calc(var(--s) * 20) 0 rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 960px) {
  .home-kv__swiper .swiper-slide span {
    padding-right: 6vw;
    padding-left: 6vw;
  }
}

.news-list {
  position: relative;
  overflow: hidden;
  padding: calc(var(--h) * 73) 0 calc(var(--h) * 52);
  background: #FABE00;
}
.news-list__container {
  position: relative;
  width: 924px;
  max-width: 88vw;
  padding: calc(var(--h) * 32) calc(var(--s) * 60);
  margin: 0 auto calc(var(--h) * 24);
  background: #fff;
  border-radius: calc(var(--f) * 10);
}
.news-list__head {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  font-size: calc(var(--f) * 30);
  line-height: 0;
  font-weight: 700;
  text-align: center;
}
.news-list__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: calc(var(--f) * 12) 0;
  border-bottom: 1px solid #707070;
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
}
.news-list__box:hover {
  background-color: rgba(250, 190, 0, 0.25);
}
.news-list__date {
  width: calc(var(--f) * 90);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: calc(var(--f) * 14);
}
.news-list__new {
  width: calc(var(--f) * 46);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #fff;
  font-size: calc(var(--f) * 12);
  line-height: 1.5;
  text-align: center;
  background: #FABE00;
  border-radius: calc(var(--f) * 5);
}
.news-list__title {
  width: 100%;
  padding: 0 1em;
  font-weight: 700;
}
.news-list__date + .news-list__title {
  padding-left: 0;
}
.news-list__shop {
  width: calc(var(--f) * 144);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-weight: 700;
}
@media screen and (max-width: 960px) {
  .news-list__box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .news-list__title {
    padding: 0.5em 0;
    line-height: 1.5;
  }
  .news-list__shop {
    width: 100%;
    padding: 0 0 0.5em 2em;
    font-size: calc(var(--f) * 15);
    line-height: 1.5;
    font-weight: 400;
    text-align: right;
  }
}