@charset "UTF-8";
/* Scss Document */
/* Scss Document */
/*メディアサイズ*/
/* Scss Document */
/* Scss Document */
/*メデイアクエリブレイクポイント*/
/*clearfix*/
* {
  box-sizing: border-box;
}

.has-text-color {
  color: unset;
}

figure {
  margin: 0;
}

html {
  font-size: 100%;
}

html[data-font-scale=small] {
  font-size: 87.5%;
  /*全スマホ*/
}
@media only screen and (max-width: 40em) {
  html[data-font-scale=small] {
    font-size: 100%;
  }
}

html[data-font-scale=medium] {
  font-size: 100%;
  /*全スマホ*/
}
@media only screen and (max-width: 40em) {
  html[data-font-scale=medium] {
    font-size: 100%;
  }
}

html[data-font-scale=large] {
  font-size: 112.5%;
  /*全スマホ*/
}
@media only screen and (max-width: 40em) {
  html[data-font-scale=large] {
    font-size: 100%;
  }
}

body {
  background-color: var(--wp--preset--color--background-gray);
  color: var(--wp--preset--color--primary);
  height: 100%;
  margin-bottom: 0 !important;
}
body button {
  padding: 0;
  border: none;
  outline: none;
  font: inherit;
  color: inherit;
  background: none;
}
body .overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #000;
  z-index: 200;
}

a {
  color: var(--wp--preset--color--link-blue);
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

* {
  /* 游明朝体 */
  font-family: "Noto Sefif JP", serif;
  font-style: normal;
  font-display: swap;
  font-feature-settings: "halt";
}

/* Scss Document */
/*  ハンバーガーメニュー */
.toggle,
.toggle span {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
}

.toggle {
  opacity: 1;
  position: relative;
  width: 1.4rem;
  height: 0.6rem;
  cursor: pointer;
}
.toggle.top span {
  background-color: var(--wp--preset--color--background);
  color: var(--wp--preset--color--primary);
}
.toggle.top span:nth-of-type(4) {
  bottom: -1rem;
  border: none;
  background: none;
  height: inherit;
  font-size: 0.55rem;
}
.toggle span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 0.1rem;
  background-color: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--primary);
}
.toggle span.stop {
  background-color: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--primary);
}
.toggle span {
  border-radius: 0.1rem;
}
.toggle span:nth-of-type(1) {
  top: 0;
}
.toggle span:nth-of-type(2) {
  top: 0.3rem;
}
.toggle span:nth-of-type(3) {
  top: 0.6rem;
}
.toggle span:nth-of-type(4) {
  bottom: -1rem;
  border: none;
  background: none;
  height: inherit;
  font-size: 0.55rem;
}

.toggle.active {
  transition: 0.3s;
}
.toggle.active span {
  background-color: var(--wp--preset--color--primary);
}
.toggle.active span:nth-of-type(1) {
  -webkit-transform: translateY(0.3rem) rotate(-315deg);
  transform: translateY(0.3rem) rotate(-315deg);
}
.toggle.active span:nth-of-type(2) {
  opacity: 0;
}
.toggle.active span:nth-of-type(3) {
  -webkit-transform: translateY(-0.3rem) rotate(315deg);
  transform: translateY(-0.3rem) rotate(315deg);
}
.toggle.active span:nth-of-type(4) {
  background: none;
  color: #fff;
}

.toggle_wrap {
  border: 1px solid #6b6b6b;
  border-radius: 100%;
  height: 2.4rem;
  width: 2.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  /*全スマホ*/
}
.toggle_cover {
  display: none;
  /*全スマホ*/
}
@media only screen and (max-width: 40em) {
  .toggle_cover {
    display: block;
  }
  .toggle_cover.-open {
    position: absolute;
    top: 0;
    right: 1rem;
  }
}
.toggle_cover:hover {
  cursor: pointer;
}

.c-heading {
  font-weight: bold;
  margin-bottom: 1rem;
}
.c-heading--xl {
  font-size: 2rem;
  line-height: 2.5;
}
.c-heading--lg {
  font-size: 1.5rem;
  line-height: 2;
}
.c-heading--md {
  font-size: 1.25rem;
  line-height: 1.75;
}
.c-heading--sm {
  font-size: 1.125rem;
  line-height: 1.625;
}
.c-heading--xs {
  font-size: 1rem;
  line-height: 1.5;
}
.c-heading__subttl {
  font-size: var(--wp--preset--font-size--heading-lg);
  font-weight: bold;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
}
.c-heading__subttl--line {
  border-bottom: 3px solid var(--wp--preset--color--primary);
}

.c-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  color: var(--wp--preset--color--primary);
  text-decoration: none;
}
.c-logo__title {
  margin: 0;
  font-size: var(--wp--preset--font-size--heading-md);
  font-weight: 700;
  /*全スマホ*/
}
@media only screen and (max-width: 70em) {
  .c-logo__title {
    font-size: var(--wp--preset--font-size--heading-sm);
  }
}
.c-logo__title {
  /*全スマホ*/
}
@media only screen and (max-width: 54em) {
  .c-logo__title {
    font-size: var(--wp--preset--font-size--heading-sm);
  }
}
.c-logo {
  /*全スマホ*/
}
@media only screen and (max-width: 40em) {
  .c-logo__title {
    font-size: 0.8rem;
  }
}
.c-logo__img {
  display: block;
}

.c-search {
  --radius: calc(infinity * 1px);
}
.c-search svg {
  display: block;
}
.c-search__form {
  display: flex;
  align-items: stretch;
  width: 100%;
  max-width: 20rem;
  border-radius: 1rem;
  overflow: hidden;
  /*全スマホ*/
}
@media only screen and (max-width: 40em) {
  .c-search__form {
    width: 100%;
    max-width: 100%;
  }
}
.c-search__text {
  padding: 0.5rem 1rem;
  color: var(--wp--preset--color--text-secondary);
  font-size: var(--wp--preset--font-size--body-sm);
}
.c-search__input {
  border-radius: var(--radius) 0 0 var(--radius);
  border: 1px solid var(--wp--preset--color--tag-gray);
  padding: 0.5rem 1rem;
  margin: 0;
  /*全スマホ*/
}
@media only screen and (max-width: 40em) {
  .c-search__input {
    width: 100%;
  }
}
.c-search__submit {
  border-radius: 0 var(--radius) var(--radius) 0;
  border: 1px solid var(--wp--preset--color--tag-gray);
  background-color: var(--wp--preset--color--background);
  padding: 0.5rem 1rem;
  margin: 0;
  cursor: pointer;
  background-color: var(--wp--preset--color--tag-gray);
  /* テキストを隠す */
  overflow: hidden;
  color: #fff;
}
.c-search__submit:hover {
  background-color: var(--wp--preset--color--tag-gray);
}

.c-search-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.c-search-list__button {
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-areas: "search_img search_title" "search_img search_excerpt";
  grid-template-columns: auto 1fr;
  grid-template-rows: auto 1fr;
  padding: 2.5rem 2rem;
  column-gap: 2rem;
  transition: opacity 0.3s;
  border: 1px solid var(--wp--preset--color--news-head-gray);
  border-radius: 0.5rem;
}
.c-search-list__button:hover {
  opacity: 0.8;
  transition: opacity 0.3s;
  text-decoration: none;
}
.c-search-list__button {
  /*全スマホ*/
}
@media only screen and (max-width: 40em) {
  .c-search-list__button {
    grid-template-areas: "search_img" "search_title" "search_excerpt";
    grid-template-columns: 1fr;
    grid-template-rows: auto auto 1fr;
    row-gap: 1rem;
  }
}
.c-search-list__item {
  border-bottom: 1px solid var(--wp--preset--color--background-gray);
  background-color: var(--wp--preset--color--background);
  margin-bottom: 1rem;
  border-radius: 0.5rem;
}
.c-search-list__item:last-child {
  border-bottom: none;
}
.c-search-list__title {
  font-size: var(--wp--preset--font-size--heading-lg);
  color: var(--wp--preset--color--primary);
  text-decoration: none;
  grid-area: search_title;
  font-weight: bold;
  color: var(--wp--preset--color--link-blue);
}
.c-search-list__title:hover {
  text-decoration: none;
}
.c-search-list__title {
  /*全スマホ*/
}
@media only screen and (max-width: 40em) {
  .c-search-list__title {
    font-size: var(--wp--preset--font-size--heading-md);
  }
}
.c-search-list__excerpt {
  margin-top: 0.5rem;
  color: var(--wp--preset--color--text-secondary);
  font-size: var(--wp--preset--font-size--body-sm);
  grid-area: search_excerpt;
  color: var(--wp--preset--color--primary);
}
.c-search-list__img {
  grid-area: search_img;
}
.c-search-list__img img {
  width: 100%;
  aspect-ratio: 3/2;
  object-fit: cover;
  object-position: center;
}

.c-split {
  --grid: repeat(auto-fit, minmax(300px, 1fr));
  --gap: clamp(1rem, 2.2vw, 2.4rem);
  display: grid;
  grid-template-columns: var(--grid);
  gap: var(--gap);
}
.c-split--rules {
  --grid: repeat(auto-fit, minmax(10rem, 1fr));
  --gap: clamp(.5rem, 1vw, .8rem);
  /*全スマホ*/
}
@media only screen and (max-width: 40em) {
  .c-split--rules {
    grid-template-columns: repeat(2, 1fr);
  }
}
.c-split--in-house-news {
  --grid: repeat(auto-fill, minmax(220px, 1fr));
  --gap: clamp(1rem, 2.2vw, 1.6rem);
  margin-block: 2rem;
  /*全スマホ*/
}
@media only screen and (max-width: 40em) {
  .c-split--in-house-news {
    --grid: repeat(2, minmax(40%, 1fr));
  }
}
.c-split--top {
  --gap: clamp(1rem, 2vw, 1.6rem);
  grid-template-columns: repeat(auto-fit, minmax(12rem, 1fr)) !important;
  /*全スマホ*/
}
@media only screen and (max-width: 40em) {
  .c-split--top {
    grid-template-columns: repeat(2, 1fr) !important;
    --gap: clamp(1.1rem, 2.1vw, 1.8rem);
    margin-inline: 0.5rem;
  }
}

.c-tile {
  background-color: var(--wp--preset--color--background);
  border-radius: 1rem;
  filter: drop-shadow(0 0 0.3rem rgba(0, 0, 0, 0.1));
  aspect-ratio: 2/1.7;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--wp--preset--color--primary);
  font-size: var(--wp--preset--font-size--body-md);
  transition: color 0.3s ease-out;
}
.c-tile:hover {
  text-decoration: none;
  color: var(--wp--preset--color--tag-red);
  transition: color 0.3s ease-out;
}
.c-tile--in-house-news {
  flex-direction: column;
  gap: 0;
  border-radius: 0.5rem;
  display: grid;
  grid-template-columns: auto;
  grid-template-rows: auto auto;
  overflow: hidden;
  padding: 0;
  aspect-ratio: auto;
}
.c-tile--in-house-news img {
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 16/9;
  border-radius: 0.5rem 0.5rem 0 0;
}
.c-tile--in-house-news span {
  text-align: center;
  padding: 1rem 0;
}
.c-tile--backnumber {
  aspect-ratio: inherit;
  padding: 1rem;
  gap: 0.5rem;
}
.c-tile--backnumber:before {
  font-family: "Font Awesome 6 free";
  content: "\f15b";
  font-weight: bold;
  transition: 0.4s;
}
.c-tile--midori {
  aspect-ratio: inherit;
  padding: 1rem;
  gap: 0.5rem;
}
.c-tile--midori:before {
  font-family: "Font Awesome 6 free";
  content: "\f15b";
  font-weight: bold;
  transition: 0.4s;
}
.c-tile--rules {
  padding: 0.5rem;
}

.c-user svg {
  display: block;
}

.c-user__button {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
}

.c-user__modal {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

#hino-notification-form {
  background: #fff;
  padding: 1rem 2rem;
  border-radius: 6px;
}
#hino-notification-form h3 {
  color: var(--wp--preset--color--red);
  text-align: center;
  margin: 0 0 1rem;
}
#hino-notification-form h4 {
  margin: 0;
  margin-bottom: 0.5rem;
}
#hino-notification-form .form-group {
  display: block;
  margin-bottom: 1rem;
}
#hino-notification-form .button.button-primary {
  background-color: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--background);
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  padding: 0.5rem 0;
  cursor: pointer;
  transition: 0.4s;
}
#hino-notification-form .button.button-primary:hover {
  background-color: var(--wp--preset--color--red);
  transition: 0.4s;
}
#hino-notification-form input {
  border: 1px solid var(--wp--preset--color--news-head-gray);
  padding: 0.5rem;
}

.c-user-settings__wrap #hino-notification-form {
  background: #fff;
  padding: 3rem 4rem 4rem;
  border-radius: 6px;
}
.c-user-settings__wrap #hino-notification-form h3 {
  color: var(--wp--preset--color--red);
  font-size: var(--wp--preset--font-size--heading-lg);
  text-align: center;
  margin: 0 0 1rem;
}
.c-user-settings__wrap #hino-notification-form h4 {
  font-size: var(--wp--preset--font-size--heading-sm);
  padding-bottom: 0.5rem;
  margin: 0;
  margin-bottom: 1rem;
}
.c-user-settings__wrap #hino-notification-form .form-group {
  display: block;
  margin-bottom: 2rem;
}
.c-user-settings__wrap #hino-notification-form .form-group label {
  font-size: var(--wp--preset--font-size--body-md);
  margin-bottom: 1rem;
  cursor: pointer;
}
.c-user-settings__wrap #hino-notification-form .button.button-primary {
  background-color: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--background);
  font-size: var(--wp--preset--font-size--body-lg);
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  padding: 0.5rem 0;
  cursor: pointer;
  transition: 0.4s;
}
.c-user-settings__wrap #hino-notification-form .button.button-primary:hover {
  background-color: var(--wp--preset--color--red);
  transition: 0.4s;
}
.c-user-settings__wrap #hino-notification-form input {
  border: 1px solid var(--wp--preset--color--primary);
  padding: 0.5rem;
}

.c-user__close-button {
  font-size: 16px;
  line-height: 16px;
  color: #333333;
  text-align: center;
  margin: 1rem 0 0;
  width: 100%;
  cursor: pointer;
}

.c-news__body {
  background-color: var(--wp--preset--color--white);
  border-radius: 31px;
  display: grid;
  grid-template-columns: repeat(10, minmax(0, 1fr));
  gap: 2rem;
  padding-block: 2rem;
  align-content: center;
}
@media (max-width: 900px) {
  .c-news__body {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    padding-inline: 2rem;
    gap: 1rem;
  }
}
.c-news__box {
  grid-column: 2/10;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}
@media (max-width: 900px) {
  .c-news__box {
    grid-column: 1;
    gap: 0;
  }
}
.c-news__link {
  font-size: 1rem;
  display: grid;
  grid-template-columns: auto min-content 1fr;
  align-items: center;
  justify-content: flex-start;
  gap: 0.5rem;
  grid-template-areas: "date label title";
}
.c-news__link:hover {
  text-decoration: none;
  background-color: var(--wp--preset--color--background);
}
@media (max-width: 900px) {
  .c-news__link {
    grid-template-columns: auto 1fr;
    grid-template-areas: "date label" "title title";
    border-bottom: 1px solid var(--wp--preset--color--background);
    padding: 1.5rem 0;
  }
}
.c-news__date {
  font-weight: 700;
  grid-area: date;
}
.c-news__date:after {
  margin-inline: 1rem;
  content: "｜";
}
.c-news__label {
  background-color: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--white);
  font-size: 0.65rem;
  padding: 0.2rem 0.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  grid-area: label;
}
.c-news__title {
  grid-area: title;
  min-width: 0;
}
.c-news__button {
  grid-column: 10/11;
  margin-block: auto;
  border: 1px solid var(--wp--preset--color--primary);
  border-radius: 100%;
  padding: 0.5rem;
  height: 3rem;
  width: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-news__button:hover {
  text-decoration: none;
  background-color: var(--wp--preset--color--background);
}
@media (max-width: 900px) {
  .c-news__button {
    grid-column: 1;
    justify-self: start;
    margin-top: 1rem;
  }
}

.c-page {
  background-color: var(--wp--preset--color--background);
  padding: 2rem;
}
.c-page__head {
  margin-bottom: clamp(1rem, -0.864rem + 3.819vw, 2rem);
}
.c-page__title {
  font-size: var(--wp--preset--font-size--font-size-lg);
  border-bottom: 2px solid var(--wp--preset--color--primary);
  padding-bottom: clamp(1rem, -0.864rem + 3.819vw, 2rem);
  margin-bottom: clamp(1rem, -0.864rem + 3.819vw, 2rem);
  /*全スマホ*/
}
.c-page__label {
  background: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--white);
  padding: 0.25rem 0.75rem;
  font-size: var(--wp--preset--font-size--font-size-xs);
  line-height: 1;
}

.c-single {
  background: var(--wp--preset--color--background);
  padding: 3.5rem 3rem;
  border-radius: 1.5rem;
  /*全スマホ*/
}
@media only screen and (max-width: 40em) {
  .c-single {
    padding: 2rem 1.5rem;
  }
}
.c-single__head {
  margin-bottom: clamp(1rem, -0.864rem + 3.819vw, 2rem);
}
.c-single__title {
  font-size: var(--wp--preset--font-size--font-size-lg);
  border-bottom: 2px solid var(--wp--preset--color--primary);
  padding-bottom: clamp(1rem, -0.864rem + 3.819vw, 2rem);
  margin-bottom: clamp(1rem, -0.864rem + 3.819vw, 2rem);
  /*全スマホ*/
}
.c-single__label {
  background: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--white);
  padding: 0.25rem 0.75rem;
  font-size: var(--wp--preset--font-size--font-size-xs);
  line-height: 1;
}
.c-single__content p {
  /*全スマホ*/
}
@media only screen and (max-width: 40em) {
  .c-single__content p {
    font-size: var(--wp--preset--font-size--body-xs);
  }
}
.c-single__content h2 {
  /*全スマホ*/
}
@media only screen and (max-width: 40em) {
  .c-single__content h2 {
    font-size: var(--wp--preset--font-size--heading-md);
    margin-top: 2;
    margin-bottom: 2rem;
  }
}
.c-button {
  background-color: var(--wp--preset--color--background);
  border-radius: 1rem;
  color: var(--wp--preset--color--primary);
  filter: drop-shadow(0 0 0.3rem rgba(0, 0, 0, 0.1));
  padding: 0.5rem 1.5rem;
  position: relative;
  transition: 0.4s;
  border: 1px solid var(--wp--preset--color--background);
  display: inline-block;
}
.c-button:after {
  font-family: "Font Awesome 6 free";
  content: "\f105";
  font-weight: bold;
  transition: 0.4s;
}
.c-button:hover {
  transition: 0.4s;
  border: 1px solid var(--wp--preset--color--link-hover);
}
.c-button:hover:after {
  color: var(--wp--preset--color--link-hover);
  transition: 0.4s;
}
.c-button a:hover {
  text-decoration: none;
  color: var(--wp--preset--color--link-hover) !important;
  transition: 0.4s;
}

.c-pagenation {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-block-start: 3rem;
}
.c-pagenation__button {
  display: flex;
  width: 2rem;
  border-radius: 0.3rem;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1/1;
  background-color: var(--wp--preset--color--news-head-gray);
  color: var(--wp--preset--color--primary);
  transition: 0.3s;
}
.c-pagenation__button:hover {
  background-color: var(--wp--preset--color--red);
  color: var(--wp--preset--color--background);
  text-decoration: none;
  transition: 0.3s;
}
.c-pagenation__button.-selected {
  background-color: var(--wp--preset--color--red);
  color: var(--wp--preset--color--background);
}
.c-pagenation__button.-prev, .c-pagenation__button.-next {
  background-color: var(--wp--preset--color--background);
  border: 1px solid var(--wp--preset--color--news-head-gray);
}
.c-pagenation__button.-prev:hover, .c-pagenation__button.-next:hover {
  background-color: var(--wp--preset--color--red);
  color: var(--wp--preset--color--background);
  text-decoration: none;
  transition: 0.3s;
}
.c-pagenation__button.-noprev, .c-pagenation__button.-nonext {
  background-color: var(--wp--preset--color--background);
  border: 1px solid var(--wp--preset--color--news-head-gray);
  color: var(--wp--preset--color--news-head-gray);
  opacity: 0.8;
}
.c-pagenation__count {
  text-align: center;
  margin-top: 1rem;
  font-size: var(--wp--preset--font-size--small);
}

.c-pager {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 3rem;
  /*全スマホ*/
}
@media only screen and (max-width: 40em) {
  .c-pager {
    margin-top: 1.5rem;
    padding-bottom: 2rem;
  }
}
.c-pager__tolist {
  display: flex;
  border-radius: 0.3rem;
  align-items: center;
  justify-content: center;
  background-color: var(--wp--preset--color--news-head-gray);
  color: var(--wp--preset--color--primary);
  transition: 0.3s;
  padding: 0.7rem 3rem;
  background-color: var(--wp--preset--color--secondary);
  color: var(--wp--preset--color--background);
}
.c-pager__tolist:hover {
  text-decoration: none;
  background-color: var(--wp--preset--color--tag-red);
}
.c-pager__tolist {
  /*全スマホ*/
}
@media only screen and (max-width: 40em) {
  .c-pager__tolist {
    padding: 0.5rem 1rem;
  }
}
.c-pager__button {
  display: flex;
  border-radius: 0.3rem;
  align-items: center;
  justify-content: center;
  background-color: var(--wp--preset--color--background);
  color: var(--wp--preset--color--primary);
  transition: 0.3s;
  padding: 0.5rem 3rem;
  /*全スマホ*/
}
@media only screen and (max-width: 40em) {
  .c-pager__button {
    padding: 0.5rem 1rem;
  }
}
.c-pager__button:hover {
  background-color: var(--wp--preset--color--red);
  color: var(--wp--preset--color--background);
  text-decoration: none;
  transition: 0.3s;
}
.c-pager__button.-selected {
  background-color: var(--wp--preset--color--red);
  color: var(--wp--preset--color--background);
}
.c-pager__button.-prev, .c-pager__button.-noprev {
  border: 1px solid var(--wp--preset--color--news-head-gray);
}
.c-pager__button.-prev:before, .c-pager__button.-noprev:before {
  font-family: "Font Awesome 6 free";
  content: "\f053";
  font-weight: bold;
  margin-right: 0.3rem;
  margin-top: 0.06rem;
}
.c-pager__button.-noprev, .c-pager__button.-nonext {
  color: var(--wp--preset--color--news-head-gray);
  opacity: 0.8;
  pointer-events: none;
  display: none;
}
.c-pager__button.-noprev:hover, .c-pager__button.-nonext:hover {
  background-color: initial;
  color: initial;
}
.c-pager__button.-next:after, .c-pager__button.-nonext:after {
  font-family: "Font Awesome 6 free";
  content: "\f054";
  font-weight: bold;
  transition: 0.4s;
  display: flex;
  align-items: center;
  margin-left: 0.3rem;
  margin-top: 0.06rem;
}
.c-pager__count {
  text-align: center;
  margin-top: 1rem;
  font-size: var(--wp--preset--font-size--small);
}

.c-breadcrumbs__wrap {
  text-align: right;
}
.c-breadcrumbs {
  padding: 0 0 1.625rem;
  /*全スマホ*/
}
@media only screen and (max-width: 40em) {
  .c-breadcrumbs {
    padding: 0 0 0.875rem;
    font-size: var(--wp--preset--font-size--label-md);
  }
}
.c-breadcrumbs > span {
  margin: 0 0.5rem;
}
.c-breadcrumbs > span:first-child {
  margin-left: 0;
}

.u-spacer {
  --height: 1rem;
  height: var(--height);
  border: none;
  margin: 0;
  padding: 0;
}

.u-pc {
  display: revert;
  /*全スマホ*/
}
@media only screen and (max-width: 40em) {
  .u-pc {
    display: none;
  }
}

.u-sp {
  display: none;
  /*全スマホ*/
}
@media only screen and (max-width: 40em) {
  .u-sp {
    display: revert;
  }
}

@supports not (display: revert) {
  .u-pc {
    display: unset;
  }
}
.l-header {
  width: 100%;
  top: 0;
  left: 0;
  border-bottom: 1px solid var(--wp--preset--color--background-gray);
  /*全スマホ*/
}
@media only screen and (max-width: 40em) {
  .l-header {
    position: fixed;
    z-index: 1200;
  }
}
.l-header__top {
  background-color: var(--wp--preset--color--background);
  width: 100%;
  top: 0;
  left: 0;
  border-bottom: 1px solid var(--wp--preset--color--background-gray);
  padding: 1rem;
  display: grid;
  grid-template-columns: auto 1fr auto auto;
  align-items: center;
  gap: 1rem;
  /*PC*/
}
@media all and (min-width: 40em) {
  .l-header__top {
    grid-template-columns: auto 1fr auto auto;
    grid-template-areas: "logo search user font-size";
    row-gap: 0.5rem;
  }
}
.l-header__top {
  /*全スマホ*/
}
@media only screen and (max-width: 40em) {
  .l-header__top {
    grid-template-columns: auto 1fr auto;
    grid-template-areas: "toggle logo user" "search search search";
    grid-template-rows: auto auto;
    row-gap: 1rem;
  }
}
.l-header__bottom {
  width: 100%;
}
.l-header__toggle {
  grid-area: toggle;
  justify-self: start;
  display: none;
  /*PC*/
}
@media all and (min-width: 40em) {
  .l-header__toggle {
    display: none;
  }
}
.l-header__toggle {
  /*全スマホ*/
}
@media only screen and (max-width: 40em) {
  .l-header__toggle {
    display: block;
  }
}
.l-header__logo {
  justify-self: start;
  grid-area: logo;
  /*PC*/
}
@media all and (min-width: 40em) {
  .l-header__logo {
    grid-area: logo;
  }
}
.l-header__logo {
  /*全スマホ*/
}
@media only screen and (max-width: 40em) {
  .l-header__logo {
    grid-area: logo;
    text-align: center;
  }
}
.l-header__search {
  grid-area: search;
  /*全スマホ*/
}
@media only screen and (max-width: 40em) {
  .l-header__search {
    width: 100%;
  }
}
.l-header__nav {
  padding-top: 2rem;
  padding: 2.44444444rem 2rem 0 2rem;
  justify-self: end;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
  /*PC*/
}
@media all and (min-width: 40em) {
  .l-header__nav {
    grid-area: nav;
    margin-inline: auto;
  }
}
.l-header__nav {
  /*全スマホ*/
}
@media only screen and (max-width: 54em) {
  .l-header__nav {
    margin-inline: auto;
    padding: 1.5rem 0.5rem 0 0.5rem;
  }
}
.l-header__nav {
  /*全スマホ*/
}
@media only screen and (max-width: 40em) {
  .l-header__nav {
    padding-top: 0;
  }
}

.l-header__search,
.l-header__user {
  justify-self: end;
}

.l-header__search {
  grid-area: search;
}

.l-header__user {
  /*PC*/
}
@media all and (min-width: 40em) {
  .l-header__user {
    grid-area: user;
  }
}

.l-header__font-size {
  justify-self: end;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  /*PC*/
}
@media all and (min-width: 40em) {
  .l-header__font-size {
    grid-area: font-size;
  }
}
.l-header__font-size {
  /*全スマホ*/
}
@media only screen and (max-width: 40em) {
  .l-header__font-size {
    display: none;
  }
}

.l-col3 {
  display: flex;
  flex-direction: row;
  gap: 2rem;
}
.l-col3__left {
  flex: 1;
}
.l-col3__main {
  flex: 2;
}
.l-col3__right {
  flex: 1;
}

.l-wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100dvh;
}

:root {
  --color-primary: #0072DE;
  --color-background: #fff;
  --color-background-sub: #F1F9FF;
  --color-gray: #454545;
  --color-red: #971e17;
  --color-border: #e3e3e3;
  --color-event-xmas: #981F17;
  --color-event-xmas-gold: #968047;
  --color-event-xmas-gold-light: #B2A278;
  --font-size-base: 1rem;
  --font-size-sm: 0.875rem;
  --font-size-lg: 1.25rem;
  --font-size-xl: 1.5rem;
  --font-size-xxl: 3.3rem;
  --font-size-sp-xxl: 2.2rem;
  --font-en: 'Norican', cursive;
  /* サイドバー幅と各種トークン */
  --sidebar: clamp(200px, 20vw, 320px);
  /* だいたい300px帯 */
  --gap: clamp(12px, 2vw, 24px);
  /* サイドバーと主領域の間隔 */
  --content-max: 1000px;
  /* 商品一覧の最大幅（調整可） */
  --gutter: clamp(12px, 2vw, 24px);
  /* グリッドのカード間隔など */
}
@media (max-width: 1600px) {
  :root {
    --sidebar: clamp(200px, 18vw, 280px);
    --font-size-base: .9rem;
    --font-size-sm: 0.85rem;
    --font-size-lg: 1rem;
    --font-size-xl: 1.25rem;
    --font-size-xxl: 2.3rem;
    --font-size-sp-xxl: 1.7rem;
  }
}
@media (max-width: 950px) {
  :root {
    --font-size-base: .85rem;
    --font-size-sm: 0.75rem;
    --font-size-lg: 1.25rem;
    --font-size-xl: 1.5rem;
    --font-size-xxl: 1.3rem;
    --font-size-sp-xxl: 2.2rem;
  }
}

* {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

*:focus {
  outline: none;
}

body {
  background-color: var(--color-background);
  color: var(--color-primary);
  padding: 0;
  margin: 0;
  font-feature-settings: "halt";
  font-family: "Noto Serif JP", serif;
  height: 100%;
}

.secConcept#news {
  padding: 60px 0;
}

body {
  background-color: var(--color-background-sub);
}

#logoSlider .swiper-wrapper,
#aboutSlide .swiper-wrapper {
  height: inherit;
}

.globalNavWrap {
  top: 0;
}

.c-section {
  margin: 5em auto 0;
  padding: 0 0 2rem;
}
@media (max-width: 767px) {
  .c-section {
    margin: 8rem auto 0;
  }
}
.c-section--christmas {
  background-color: #85161B;
}

.c-head {
  font-family: var(--font-en);
  font-size: var(--font-size-xxl);
  color: var(--color-primary);
}
.c-head--christmas {
  color: var(--color-red);
  background-color: var(--color-background-sub);
  text-align: right;
  font-size: var(--font-size-lg);
}

.c-breadcrumb {
  margin-top: 1rem;
  margin-bottom: 5rem;
}
.c-breadcrumb__list {
  display: flex;
  justify-content: flex-end;
  gap: 1rem;
  list-style: none;
  margin: none;
  padding: none;
}
.c-breadcrumb__item::after {
  content: "\f105";
  font-family: "Font Awesome 7 Free";
  font-weight: bold;
}
.c-breadcrumb__item:last-child::after {
  content: "";
}

.c-event__img {
  width: 100%;
  height: auto;
}
.c-event-card {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.c-event-box {
  background-color: #fff;
  margin: 1rem 2rem;
}
.c-event-box--christmas {
  color: var(--color-event-xmas);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem 0;
  flex-direction: column;
  font-weight: bold;
  font-size: 1.2rem;
  text-align: center;
}
@media (max-width: 767px) {
  .c-event-box--christmas {
    font-size: var(--font-size-base);
    margin: 1rem;
    padding: 0.5rem 0;
  }
}
.c-event-cta {
  margin: 2rem 4rem;
}
@media (max-width: 767px) {
  .c-event-cta {
    margin: 1rem 1rem;
  }
}
.c-event-cta__ttl {
  color: var(--color-background);
  font-size: var(--font-size-xl);
  text-align: center;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .c-event-cta__ttl {
    font-size: var(--font-size-base);
    text-align: left;
    margin: 1rem 0;
  }
}
.c-event-cta__list {
  list-style: none;
  padding: 0;
  align-items: stretch;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}
@media (max-width: 767px) {
  .c-event-cta__list {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}
.c-event-cta__link {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  padding: 1rem;
}
@media (max-width: 767px) {
  .c-event-cta__link {
    padding: 0.5rem 0;
  }
}
.c-event-cta__link:hover {
  opacity: 0.8;
  transition: opacity 0.3s;
}
.c-event-cta__link--tel {
  border: 6px solid var(--color-event-xmas-gold);
  color: var(--color-event-xmas-gold);
  font-size: var(--font-size-xl);
  font-weight: bold;
}
@media (max-width: 767px) {
  .c-event-cta__link--tel {
    font-size: var(--font-size-base);
  }
}
.c-event-cta__link--shop {
  border-radius: 5rem;
  background-color: var(--color-event-xmas-gold);
  background: linear-gradient(to right, var(--color-event-xmas-gold-light), var(--color-event-xmas-gold));
  color: var(--color-background);
  font-size: 1.3rem;
}
@media (max-width: 767px) {
  .c-event-cta__link--shop {
    font-size: var(--font-size-base);
    padding: 1rem 0;
  }
}
.c-event-card {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: var(--color-background);
  gap: 1rem;
  align-items: center;
  margin: 1rem 0;
}
.c-event-card__img {
  border-radius: 1rem;
  width: 100%;
}
.c-event-card__ttl {
  font-size: 1.1rem;
  text-align: center;
}
.c-event-card__ttl br {
  display: none;
}
@media (max-width: 768px) {
  .c-event-card__ttl {
    font-size: 0.8rem;
  }
  .c-event-card__ttl br {
    display: block;
  }
}
.c-event-card__price {
  font-size: 1.5rem;
  font-weight: 600;
  margin: 0;
  text-align: center;
}
@media (max-width: 768px) {
  .c-event-card__price {
    font-size: 1rem;
  }
}
.c-event-card__txt {
  font-size: 0.8rem;
  text-align: justify;
  margin: 0;
  font-weight: normal;
}
@media (max-width: 768px) {
  .c-event-card__txt {
    font-size: 0.6rem;
    margin: 1rem 0;
  }
}
.c-event-card__btn {
  border-radius: 3rem;
  background-color: var(--color-event-xmas-gold);
  background: linear-gradient(to right, var(--color-event-xmas-gold-light), var(--color-event-xmas-gold));
  color: var(--color-background);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  width: 80%;
}
.c-event-card__btn:hover {
  opacity: 0.8;
  transition: opacity 0.3s;
}
@media (max-width: 768px) {
  .c-event-card__btn {
    font-size: 0.8rem;
    width: 100%;
    padding: 0.5rem;
  }
}
@media (max-width: 768px) {
  .c-event-card {
    gap: 0.3rem;
  }
}
.c-event-note {
  border: 1px solid var(--color-background);
  padding: 1rem 2rem;
  color: var(--color-background);
  width: 90%;
  margin-inline: auto;
  margin-block: 2rem;
  font-size: 0.9rem;
}
@media (max-width: 768px) {
  .c-event-note {
    font-size: 0.8rem;
  }
}

.c-topBanner {
  display: block;
  z-index: 100;
  position: absolute;
  bottom: 130px;
  right: 20px;
}
@media (max-width: 768px) {
  .c-topBanner {
    bottom: 100px;
    right: 10px;
    text-align: right;
  }
}
.c-topBanner:hover {
  opacity: 0.8;
  transition: opacity 0.3s;
}
.c-topBanner img {
  border-radius: 10px;
}
@media (max-width: 768px) {
  .c-topBanner img {
    width: calc(100% - 10px);
  }
}

.c-split {
  --grid: repeat(auto-fit, minmax(200px, 1fr));
  --gap: clamp(2rem, 3.2vw, 3.4rem);
  display: grid;
  grid-template-columns: var(--grid);
  gap: var(--gap);
  list-style: none;
  margin: 0;
  padding: 0;
}
.c-split--event {
  gap: 2rem;
  padding: 0 3rem;
}
@media (max-width: 768px) {
  .c-split--event {
    padding: 0 1rem;
    gap: 1rem;
  }
}
.c-split--2col {
  --grid: repeat(2, 1fr);
}
.c-split--3col {
  --grid: repeat(3, 1fr);
}
.c-split--4col {
  --grid: repeat(4, 1fr);
}
@media (max-width: 950px) {
  .c-split {
    --grid: repeat(auto-fit, minmax(40%, 1fr));
    --grid: repeat(3, 1fr);
  }
  .c-split--4col {
    --grid: repeat(4, 1fr);
  }
}
@media (max-width: 768px) {
  .c-split {
    --grid: repeat(2, 1fr);
  }
}

.l-wrap {
  display: grid;
  grid-template-columns: var(--sidebar) var(--gap) 1fr minmax(0, var(--content-max)) 1fr var(--sidebar);
  grid-template-rows: 1fr auto;
  min-height: 100vh;
}
@media (max-width: 1887px) {
  .l-wrap {
    grid-template-columns: var(--sidebar) var(--gap) 1fr minmax(0, var(--content-max)) 1fr var(--gap);
  }
}
@media (max-width: 950px) {
  .l-wrap {
    --gap: 1.5rem;
    grid-template-columns: 1fr var(--gap) minmax(0, var(--content-max)) 1fr;
    grid-template-columns: var(--gap) 1fr var(--gap);
  }
}

.l-header {
  position: fixed;
  top: 0;
  overflow: auto;
  grid-column: 1;
  grid-row: 1/3;
  padding: var(--gutter);
}
@media (max-width: 950px) {
  .l-header {
    padding-top: 5rem;
    position: fixed;
    left: calc(-1 * var(--sidebar));
    left: -100vw;
    transition: left 0.3s ease, visibility 0.3s ease, opacity 0.3s ease, background-color 0.3s ease;
    height: 100vh;
    width: 100vw;
    visibility: hidden;
    opacity: 0;
    z-index: 99;
  }
  .l-header.is-active {
    background-color: var(--color-background);
    left: 0;
    visibility: visible;
    opacity: 1;
    width: 100vw;
    transition: left 0.3s ease, visibility 0.3s ease, opacity 0.3s ease, background-color 0.3s ease;
  }
}

.l-container {
  width: 100%;
  max-width: 1200px;
  margin-inline: auto;
  background-color: var(--wp--preset--color--white);
  margin-top: 9.5rem;
  margin-top: 14rem;
  padding: clamp(1rem, -2.728rem + 7.637vw, 3rem);
  padding-bottom: clamp(3rem, -0.728rem + 7.637vw, 5rem);
  margin-bottom: clamp(3rem, -0.728rem + 7.637vw, 5rem);
  margin-bottom: var(--wp--preset--spacing--section-height-lg);
  border-radius: 1.5rem;
}
@media (max-width: 1200px) {
  .l-container {
    width: calc(100% - 2rem);
  }
}
@media (max-width: 768px) {
  .l-container {
    margin-top: 8rem;
  }
}

.l-main {
  grid-column: 4;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: var(--gutter);
}
@media (max-width: 1887px) {
  .l-main {
    grid-column: 3/5;
    max-width: var(--content-max);
  }
}
@media (max-width: 950px) {
  .l-main {
    grid-column: 2/-2;
  }
}

.l-footer {
  grid-column: 1/12;
  text-align: center;
  margin-top: 14rem;
  margin-bottom: 5rem;
  padding-top: 5.4rem;
  border-top: 1px solid var(--color-border);
}
@media (max-width: 950px) {
  .l-footer {
    margin-top: 4rem;
    margin-bottom: 2rem;
    padding-top: 2.4rem;
  }
}

.l-hero {
  grid-column: 3/7;
}
@media (max-width: 950px) {
  .l-hero {
    grid-column: 1/-1;
  }
}

.u-grid {
  display: grid;
  gap: 0;
  grid-template-columns: repeat(16, 1fr);
  align-items: center;
  --gutter: clamp(32px, 4vw, 48px);
  --max: 1280px;
  display: grid;
  grid-template-columns: 1fr repeat(16, minmax(0, calc((var(--max) - 2 * var(--gutter)) / 16))) 1fr;
  column-gap: var(--gutter);
}
.u-grid--edge {
  margin-inline: calc(var(--gutter) * -1);
}

.u-text--small {
  font-size: 60%;
}

.u-pc {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 950px) {
  .u-pc {
    opacity: 0;
    visibility: hidden;
  }
}

.u-sp {
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 950px) {
  .u-sp {
    opacity: 1;
    visibility: visible;
  }
}