@charset "UTF-8";
/* Reset
   ----------------------------------------------------------------- */
*, *::before, *::after {
  box-sizing: border-box;
}

body {
  margin: 0;
}

ul[role=list], ol[role=list] {
  list-style: none;
}

html:focus-within {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
}

img, picture {
  max-width: 100%;
  display: block;
}

input, button, textarea, select {
  font: inherit;
}

@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
/* Base
   ----------------------------------------------------------------- */
*, ::after, ::before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: geometricPrecision;
  -webkit-tap-highlight-color: transparent;
  min-height: 0vw; /* Safari clamp関数対策 */
}

html {
  font-size: 62.5%;
  -webkit-overflow-scrolling: touch;
}

body {
  width: 100%;
  margin: 0;
  background: #FFFFFF;
  font-size: 1.6rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  color: #000000;
  letter-spacing: 0.05em;
  line-height: 1.67;
  font-feature-settings: "palt" 1;
  word-break: break-all;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
  -webkit-overflow-scrolling: touch;
  -webkit-text-size-adjust: 100%;
}
body.is-fixed {
  position: absolute;
  top: 0;
  overflow: hidden;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media all and (-ms-high-contrast: none) {
  body {
    overflow-x: hidden;
  }
}
picture, img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

iframe {
  width: 100%;
  height: 100%;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

@media (max-width: 1279.98px) {
  p {
    word-break: break-word;
  }
}

input, button, select, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox], input[type=radio] {
  display: none;
}

input[type=submit], input[type=button], label, button, select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

a {
  user-select: none;
  outline: none;
}

.js-delay-1 {
  -webkit-transition-delay: 0.1s !important;
  transition-delay: 0.1s !important;
}
.js-delay-1::after, .js-delay-1 *::after {
  -webkit-transition-delay: 0.1s !important;
  transition-delay: 0.1s !important;
}
.js-delay-2 {
  -webkit-transition-delay: 0.2s !important;
  transition-delay: 0.2s !important;
}
.js-delay-2::after, .js-delay-2 *::after {
  -webkit-transition-delay: 0.2s !important;
  transition-delay: 0.2s !important;
}
.js-delay-3 {
  -webkit-transition-delay: 0.3s !important;
  transition-delay: 0.3s !important;
}
.js-delay-3::after, .js-delay-3 *::after {
  -webkit-transition-delay: 0.3s !important;
  transition-delay: 0.3s !important;
}
.js-delay-4 {
  -webkit-transition-delay: 0.4s !important;
  transition-delay: 0.4s !important;
}
.js-delay-4::after, .js-delay-4 *::after {
  -webkit-transition-delay: 0.4s !important;
  transition-delay: 0.4s !important;
}
.js-delay-5 {
  -webkit-transition-delay: 0.5s !important;
  transition-delay: 0.5s !important;
}
.js-delay-5::after, .js-delay-5 *::after {
  -webkit-transition-delay: 0.5s !important;
  transition-delay: 0.5s !important;
}
.js-delay-6 {
  -webkit-transition-delay: 0.6s !important;
  transition-delay: 0.6s !important;
}
.js-delay-6::after, .js-delay-6 *::after {
  -webkit-transition-delay: 0.6s !important;
  transition-delay: 0.6s !important;
}
.js-delay-7 {
  -webkit-transition-delay: 0.7s !important;
  transition-delay: 0.7s !important;
}
.js-delay-7::after, .js-delay-7 *::after {
  -webkit-transition-delay: 0.7s !important;
  transition-delay: 0.7s !important;
}
.js-delay-8 {
  -webkit-transition-delay: 0.8s !important;
  transition-delay: 0.8s !important;
}
.js-delay-8::after, .js-delay-8 *::after {
  -webkit-transition-delay: 0.8s !important;
  transition-delay: 0.8s !important;
}
.js-delay-9 {
  -webkit-transition-delay: 0.9s !important;
  transition-delay: 0.9s !important;
}
.js-delay-9::after, .js-delay-9 *::after {
  -webkit-transition-delay: 0.9s !important;
  transition-delay: 0.9s !important;
}
.js-delay-10 {
  -webkit-transition-delay: 1s !important;
  transition-delay: 1s !important;
}
.js-delay-10::after, .js-delay-10 *::after {
  -webkit-transition-delay: 1s !important;
  transition-delay: 1s !important;
}
.js-delay-11 {
  -webkit-transition-delay: 1.1s !important;
  transition-delay: 1.1s !important;
}
.js-delay-11::after, .js-delay-11 *::after {
  -webkit-transition-delay: 1.1s !important;
  transition-delay: 1.1s !important;
}
.js-delay-12 {
  -webkit-transition-delay: 1.2s !important;
  transition-delay: 1.2s !important;
}
.js-delay-12::after, .js-delay-12 *::after {
  -webkit-transition-delay: 1.2s !important;
  transition-delay: 1.2s !important;
}
.js-delay-13 {
  -webkit-transition-delay: 1.3s !important;
  transition-delay: 1.3s !important;
}
.js-delay-13::after, .js-delay-13 *::after {
  -webkit-transition-delay: 1.3s !important;
  transition-delay: 1.3s !important;
}
.js-delay-14 {
  -webkit-transition-delay: 1.4s !important;
  transition-delay: 1.4s !important;
}
.js-delay-14::after, .js-delay-14 *::after {
  -webkit-transition-delay: 1.4s !important;
  transition-delay: 1.4s !important;
}
.js-delay-15 {
  -webkit-transition-delay: 1.5s !important;
  transition-delay: 1.5s !important;
}
.js-delay-15::after, .js-delay-15 *::after {
  -webkit-transition-delay: 1.5s !important;
  transition-delay: 1.5s !important;
}
.js-delay-16 {
  -webkit-transition-delay: 1.6s !important;
  transition-delay: 1.6s !important;
}
.js-delay-16::after, .js-delay-16 *::after {
  -webkit-transition-delay: 1.6s !important;
  transition-delay: 1.6s !important;
}
.js-delay-17 {
  -webkit-transition-delay: 1.7s !important;
  transition-delay: 1.7s !important;
}
.js-delay-17::after, .js-delay-17 *::after {
  -webkit-transition-delay: 1.7s !important;
  transition-delay: 1.7s !important;
}
.js-delay-18 {
  -webkit-transition-delay: 1.8s !important;
  transition-delay: 1.8s !important;
}
.js-delay-18::after, .js-delay-18 *::after {
  -webkit-transition-delay: 1.8s !important;
  transition-delay: 1.8s !important;
}
.js-delay-19 {
  -webkit-transition-delay: 1.9s !important;
  transition-delay: 1.9s !important;
}
.js-delay-19::after, .js-delay-19 *::after {
  -webkit-transition-delay: 1.9s !important;
  transition-delay: 1.9s !important;
}
.js-delay-20 {
  -webkit-transition-delay: 2s !important;
  transition-delay: 2s !important;
}
.js-delay-20::after, .js-delay-20 *::after {
  -webkit-transition-delay: 2s !important;
  transition-delay: 2s !important;
}
.js-delay-21 {
  -webkit-transition-delay: 2.1s !important;
  transition-delay: 2.1s !important;
}
.js-delay-21::after, .js-delay-21 *::after {
  -webkit-transition-delay: 2.1s !important;
  transition-delay: 2.1s !important;
}
.js-delay-22 {
  -webkit-transition-delay: 2.2s !important;
  transition-delay: 2.2s !important;
}
.js-delay-22::after, .js-delay-22 *::after {
  -webkit-transition-delay: 2.2s !important;
  transition-delay: 2.2s !important;
}
.js-delay-23 {
  -webkit-transition-delay: 2.3s !important;
  transition-delay: 2.3s !important;
}
.js-delay-23::after, .js-delay-23 *::after {
  -webkit-transition-delay: 2.3s !important;
  transition-delay: 2.3s !important;
}
.js-delay-24 {
  -webkit-transition-delay: 2.4s !important;
  transition-delay: 2.4s !important;
}
.js-delay-24::after, .js-delay-24 *::after {
  -webkit-transition-delay: 2.4s !important;
  transition-delay: 2.4s !important;
}
.js-delay-25 {
  -webkit-transition-delay: 2.5s !important;
  transition-delay: 2.5s !important;
}
.js-delay-25::after, .js-delay-25 *::after {
  -webkit-transition-delay: 2.5s !important;
  transition-delay: 2.5s !important;
}
.js-delay-26 {
  -webkit-transition-delay: 2.6s !important;
  transition-delay: 2.6s !important;
}
.js-delay-26::after, .js-delay-26 *::after {
  -webkit-transition-delay: 2.6s !important;
  transition-delay: 2.6s !important;
}
.js-delay-27 {
  -webkit-transition-delay: 2.7s !important;
  transition-delay: 2.7s !important;
}
.js-delay-27::after, .js-delay-27 *::after {
  -webkit-transition-delay: 2.7s !important;
  transition-delay: 2.7s !important;
}
.js-delay-28 {
  -webkit-transition-delay: 2.8s !important;
  transition-delay: 2.8s !important;
}
.js-delay-28::after, .js-delay-28 *::after {
  -webkit-transition-delay: 2.8s !important;
  transition-delay: 2.8s !important;
}
.js-delay-29 {
  -webkit-transition-delay: 2.9s !important;
  transition-delay: 2.9s !important;
}
.js-delay-29::after, .js-delay-29 *::after {
  -webkit-transition-delay: 2.9s !important;
  transition-delay: 2.9s !important;
}
.js-delay-30 {
  -webkit-transition-delay: 3s !important;
  transition-delay: 3s !important;
}
.js-delay-30::after, .js-delay-30 *::after {
  -webkit-transition-delay: 3s !important;
  transition-delay: 3s !important;
}
.js-delay-31 {
  -webkit-transition-delay: 3.1s !important;
  transition-delay: 3.1s !important;
}
.js-delay-31::after, .js-delay-31 *::after {
  -webkit-transition-delay: 3.1s !important;
  transition-delay: 3.1s !important;
}
.js-delay-32 {
  -webkit-transition-delay: 3.2s !important;
  transition-delay: 3.2s !important;
}
.js-delay-32::after, .js-delay-32 *::after {
  -webkit-transition-delay: 3.2s !important;
  transition-delay: 3.2s !important;
}
.js-delay-33 {
  -webkit-transition-delay: 3.3s !important;
  transition-delay: 3.3s !important;
}
.js-delay-33::after, .js-delay-33 *::after {
  -webkit-transition-delay: 3.3s !important;
  transition-delay: 3.3s !important;
}
.js-delay-34 {
  -webkit-transition-delay: 3.4s !important;
  transition-delay: 3.4s !important;
}
.js-delay-34::after, .js-delay-34 *::after {
  -webkit-transition-delay: 3.4s !important;
  transition-delay: 3.4s !important;
}
.js-delay-35 {
  -webkit-transition-delay: 3.5s !important;
  transition-delay: 3.5s !important;
}
.js-delay-35::after, .js-delay-35 *::after {
  -webkit-transition-delay: 3.5s !important;
  transition-delay: 3.5s !important;
}
.js-delay-36 {
  -webkit-transition-delay: 3.6s !important;
  transition-delay: 3.6s !important;
}
.js-delay-36::after, .js-delay-36 *::after {
  -webkit-transition-delay: 3.6s !important;
  transition-delay: 3.6s !important;
}
.js-delay-37 {
  -webkit-transition-delay: 3.7s !important;
  transition-delay: 3.7s !important;
}
.js-delay-37::after, .js-delay-37 *::after {
  -webkit-transition-delay: 3.7s !important;
  transition-delay: 3.7s !important;
}
.js-delay-38 {
  -webkit-transition-delay: 3.8s !important;
  transition-delay: 3.8s !important;
}
.js-delay-38::after, .js-delay-38 *::after {
  -webkit-transition-delay: 3.8s !important;
  transition-delay: 3.8s !important;
}
.js-delay-39 {
  -webkit-transition-delay: 3.9s !important;
  transition-delay: 3.9s !important;
}
.js-delay-39::after, .js-delay-39 *::after {
  -webkit-transition-delay: 3.9s !important;
  transition-delay: 3.9s !important;
}
.js-delay-40 {
  -webkit-transition-delay: 4s !important;
  transition-delay: 4s !important;
}
.js-delay-40::after, .js-delay-40 *::after {
  -webkit-transition-delay: 4s !important;
  transition-delay: 4s !important;
}

.js-fadein {
  opacity: 0;
  -webkit-transform: translate3d(0, 40px, 0);
  transform: translate3d(0, 40px, 0);
  -webkit-transition: 650ms cubic-bezier(0.25, 0.45, 0.45, 0.95);
  transition: 650ms cubic-bezier(0.25, 0.45, 0.45, 0.95);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.js-fadein-l {
  opacity: 0;
  -webkit-transform: translate3d(-40px, 0, 0);
  transform: translate3d(-40px, 0, 0);
  -webkit-transition: 650ms cubic-bezier(0.25, 0.45, 0.45, 0.95);
  transition: 650ms cubic-bezier(0.25, 0.45, 0.45, 0.95);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.js-fadein-r {
  opacity: 0;
  -webkit-transform: translate3d(40px, 0, 0);
  transform: translate3d(40px, 0, 0);
  -webkit-transition: 650ms cubic-bezier(0.25, 0.45, 0.45, 0.95);
  transition: 650ms cubic-bezier(0.25, 0.45, 0.45, 0.95);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.js-fade {
  opacity: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: 650ms cubic-bezier(0.25, 0.45, 0.45, 0.95);
  transition: 650ms cubic-bezier(0.25, 0.45, 0.45, 0.95);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.js-appear {
  position: relative;
}
.js-appear::after {
  content: "";
  width: 100%;
  height: 100%;
  padding-top: 0;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #FFFFFF;
  transition: width 1.2s cubic-bezier(0.77, 0, 0.175, 1);
  transition-delay: 0.2s;
  transform-origin: 100% 100%;
}
.js-appear.is-shown::after, .js-appear.is-loaded::after {
  width: 0;
}

.is-shown .js-appear::after, .is-loaded .js-appear::after {
  width: 0;
}

.is-shown .js-fade, .is-shown.js-fade,
.is-shown .js-fadein, .is-shown.js-fadein,
.is-shown .js-fadein-l, .is-shown.js-fadein-l,
.is-shown .js-fadein-r, .is-shown.js-fadein-r {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.is-loaded .js-fade, .is-loaded.js-fade,
.is-loaded .js-fadein, .is-loaded.js-fadein,
.is-loaded .js-fadein-l, .is-loaded.js-fadein-l,
.is-loaded .js-fadein-r, .is-loaded.js-fadein-r {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.l-breadcrumb {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  touch-action: pan-x pan-y;
  padding-bottom: 0.5em;
  margin: 3em 0;
  /*スクロールバー非表示（IE・Edge）*/
  -ms-overflow-style: thin;
  /*スクロールバー非表示（Firefox）*/
  scrollbar-width: thin;
}
.l-breadcrumb::-webkit-scrollbar {
  display: thin;
  width: 3px;
  height: 3px;
}
.l-breadcrumb::-webkit-scrollbar-track {
  background-color: #FFFFFF;
  border-radius: 100px;
}
.l-breadcrumb::-webkit-scrollbar-thumb {
  border-radius: 100px;
  background-color: #c0c0c0;
  box-shadow: inset 1px 1px 2px 0 rgba(239, 239, 239, 0.5);
}
.l-breadcrumb ol {
  display: flex;
  width: 100%;
  width: 100%;
  min-width: 870px;
  list-style: none;
  padding: 0;
  margin: 1em 0 0;
  border-radius: 3px;
  background-color: #EFEFEF;
  font-size: 1.4rem;
  overflow: hidden;
  position: relative;
}
@media (min-width: 768px) and (max-width: 1279.98px) {
  .l-breadcrumb ol {
    max-width: 960px;
    margin: 0 auto;
  }
}
@media (min-width: 1280px) {
  .l-breadcrumb ol {
    max-width: 870px;
    margin: 0 20px;
  }
}
.l-breadcrumb li {
  display: flex;
  align-items: center;
  position: relative;
  padding-right: 20px;
}
.l-breadcrumb li::before, .l-breadcrumb li::after {
  content: "";
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  position: absolute;
}
.l-breadcrumb li:not(:last-child)::before {
  border-left: 10px solid #FFFFFF;
  right: 0;
}
.l-breadcrumb li:not(:last-child)::after {
  right: 2px;
  border-left: 10px solid #EFEFEF;
}
.l-breadcrumb a {
  padding: 8px 0 8px 18px;
  color: #27903A;
  text-decoration: none;
  white-space: nowrap;
}

.l-container {
  height: auto;
  min-height: 100vh;
  transition: margin-top 230ms linear;
  position: relative;
}
@media (max-width: 767.98px) {
  .l-container {
    margin-top: 63px;
  }
}
@media (min-width: 768px) and (max-width: 1279.98px) {
  .l-container {
    margin-top: 111px;
  }
}
@media (min-width: 1280px) {
  .l-container {
    margin-top: 156px;
  }
}
.l-container.is-scroll {
  margin-top: 0;
}
@media (max-width: 767.98px) {
  .l-container > div.u-inner_1440 {
    padding-top: 24px;
    padding-bottom: 48px;
  }
}
@media (min-width: 768px) and (max-width: 1279.98px) {
  .l-container > div.u-inner_1440 {
    padding-top: 36px;
    padding-bottom: 72px;
  }
}
@media (min-width: 1280px) {
  .l-container > div.u-inner_1440 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 48px;
    padding-bottom: 96px;
  }
}

.l-footer_top ul {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 767.98px) {
  .l-footer_top ul {
    flex-wrap: wrap;
    padding-bottom: 36px;
  }
}
@media (min-width: 768px) and (max-width: 1279.98px) {
  .l-footer_top ul {
    padding-bottom: 48px;
  }
}
@media (min-width: 1280px) {
  .l-footer_top ul {
    padding-bottom: 54px;
  }
}
@media (max-width: 767.98px) {
  .l-footer_top li {
    width: calc(50% - 5px);
    transition: opacity 230ms ease;
  }
  .l-footer_top li:nth-child(odd) {
    margin-right: 10px;
  }
  .l-footer_top li:nth-child(n+3) {
    margin-top: 10px;
  }
}
@media (min-width: 768px) {
  .l-footer_top li {
    width: calc(25% - 15px);
  }
  .l-footer_top li:not(:last-child) {
    margin-right: 20px;
  }
}
.l-footer_top a {
  display: block;
  border: 5px solid #EFEFEF;
  transition: opacity 230ms ease;
}
.l-footer_top a:hover {
  opacity: 0.5;
}
.l-footer_banner {
  background-color: #EFEFEF;
}
@media (max-width: 767.98px) {
  .l-footer_banner {
    padding: 36px 48px 48px;
  }
  .l-footer_banner .c-slider_banner {
    max-width: 220px;
    margin: 0 auto;
  }
}
@media (min-width: 768px) and (max-width: 1279.98px) {
  .l-footer_banner {
    padding: 48px 25px 54px;
  }
}
@media (min-width: 1280px) {
  .l-footer_banner {
    padding: 54px 25px 63px;
  }
}
.l-footer_band {
  background-color: #27903A;
}
@media (max-width: 767.98px) {
  .l-footer_band {
    padding: 0 5px;
  }
}
@media (max-width: 1279.98px) {
  .l-footer_band {
    height: 68px;
  }
}
@media (min-width: 1280px) {
  .l-footer_band {
    height: 96px;
  }
  .l-footer_band a {
    transition: opacity 230ms ease;
  }
  .l-footer_band a:hover {
    opacity: 0.5;
  }
}
.l-footer_band > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: inherit;
}
@media (max-width: 1279.98px) {
  .l-footer_logo {
    width: 54px;
  }
}
@media (min-width: 1280px) {
  .l-footer_logo {
    width: 74px;
  }
}
.l-footer_pagetop {
  height: inherit;
}
.l-footer_pagetop a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: inherit;
  text-decoration: none;
  color: #FFFFFF;
}
@media (max-width: 1279.98px) {
  .l-footer_pagetop img {
    width: 28px;
    margin-top: 6px;
  }
}
@media (min-width: 1280px) {
  .l-footer_pagetop img {
    width: 33px;
  }
}
.l-footer_pagetop span {
  display: block;
  white-space: nowrap;
}
@media (max-width: 1279.98px) {
  .l-footer_pagetop span {
    margin-top: 5px;
    font-size: 1rem;
    transform: scale(0.8);
  }
}
@media (min-width: 1280px) {
  .l-footer_pagetop span {
    margin-top: 6px;
    font-size: 1.2rem;
  }
}
@media (max-width: 767.98px) {
  .l-footer_main {
    padding: 36px 0;
  }
}
@media (min-width: 768px) and (max-width: 1279.98px) {
  .l-footer_main {
    padding: 48px 0;
  }
}
@media (min-width: 1280px) {
  .l-footer_main {
    padding: 54px 0;
  }
}
.l-footer_main ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.l-footer_main li {
  margin: 1em 0;
}
.l-footer_main h2, .l-footer_main a, .l-footer_main span {
  white-space: nowrap;
  text-decoration: none;
  color: #71686C;
}
.l-footer_main h2 {
  font-weight: 500;
}
.l-footer_main p a {
  display: inline-block;
  margin-right: 1.5em;
}
@media (min-width: 1280px) {
  .l-footer_main a {
    transition: color 230ms ease;
  }
  .l-footer_main a:hover {
    color: #000000;
  }
}
@media (max-width: 767.98px) {
  .l-footer_main .u-inner_1280 > div:nth-of-type(1), .l-footer_main .u-inner_1280 > div:nth-of-type(2), .l-footer_main .u-inner_1280 > div:nth-of-type(3) {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1279.98px) {
  .l-footer_main .u-inner_1280 {
    display: flex;
    flex-wrap: wrap;
  }
  .l-footer_main .u-inner_1280 > div {
    display: block;
    width: 33%;
  }
  .l-footer_main .u-inner_1280 > div:last-of-type {
    width: 50%;
    margin-top: 48px;
  }
}
@media (min-width: 1280px) {
  .l-footer_main .u-inner_1280 {
    display: flex;
  }
  .l-footer_main .u-inner_1280 > div {
    display: block;
    width: 25%;
  }
}
.l-footer_sub {
  background-color: #EFEFEF;
}
@media (max-width: 767.98px) {
  .l-footer_sub .u-inner_1280 {
    max-width: 375px;
    margin: 0 auto;
  }
}
.l-footer_sub ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 1.5em 0;
  margin: 0;
}
@media (max-width: 767.98px) {
  .l-footer_sub li:nth-child(2), .l-footer_sub li:nth-child(4) {
    border-left: 1px solid #71686C;
  }
}
@media (min-width: 768px) {
  .l-footer_sub li:not(:first-child) {
    border-left: 1px solid #71686C;
  }
}
@media (max-width: 1279.98px) {
  .l-footer_sub li {
    margin: 0.5em 0;
  }
}
@media (min-width: 1280px) {
  .l-footer_sub li {
    margin: 0.5em 0 0;
  }
}
.l-footer_sub a {
  display: block;
  padding: 0 1em;
  color: #71686C;
  text-decoration: none;
  white-space: nowrap;
}
@media (max-width: 1279.98px) {
  .l-footer_sub a {
    font-size: 1.2rem;
  }
}
@media (min-width: 1280px) {
  .l-footer_sub a {
    font-size: 1.3rem;
    transition: color 230ms ease;
  }
  .l-footer_sub a:hover {
    color: #000000;
  }
}
.l-footer_copy .u-inner_1280 {
  display: flex;
}
@media (max-width: 767.98px) {
  .l-footer_copy .u-inner_1280 {
    flex-direction: column-reverse;
  }
}
@media (min-width: 768px) {
  .l-footer_copy .u-inner_1280 {
    justify-content: space-between;
    align-items: center;
    height: 68px;
  }
}
.l-footer_copy ul {
  display: flex;
  list-style-image: url(../images/icon-link.svg);
  padding: 0;
}
@media (max-width: 767.98px) {
  .l-footer_copy ul {
    flex-wrap: wrap;
  }
}
@media (max-width: 767.98px) {
  .l-footer_copy li {
    margin: 1em 0 0 3em;
  }
}
@media (min-width: 768px) {
  .l-footer_copy li {
    margin-left: 4em;
  }
}
.l-footer_copy p {
  white-space: nowrap;
}
@media (max-width: 767.98px) {
  .l-footer_copy p {
    text-align: center;
  }
}
.l-footer_copy a {
  color: #71686C;
  text-decoration: none;
  white-space: nowrap;
}
.l-footer_copy a span {
  display: inline-block;
  transform: translateY(-10%);
}
@media (min-width: 1280px) {
  .l-footer_copy a {
    transition: color 230ms ease;
  }
  .l-footer_copy a:hover {
    color: #000000;
  }
}

.l-header {
  display: flex;
  justify-content: space-between;
  background-color: #FFFFFF;
  border-bottom: 1px solid #EFEFEF;
  width: 100%;
  z-index: 1000;
  position: fixed;
}
@media (max-width: 767.98px) {
  .l-header {
    height: 72px;
    top: 0;
  }
}
@media (min-width: 768px) and (max-width: 1279.98px) {
  .l-header {
    height: 72px;
    top: 48px;
    transition: top 130ms linear;
  }
  .l-header.is-scroll {
    top: 0;
  }
}
@media (min-width: 1280px) {
  .l-header {
    height: 108px;
    top: 48px;
    transition: top 130ms linear, height 130ms linear;
  }
  .l-header.is-scroll {
    height: 88px;
    top: 0;
  }
  .l-header.is-scroll .l-header_login p {
    margin: 0.5em 0;
  }
}
.l-header_logo {
  display: flex;
  align-items: center;
}
@media (max-width: 1279.98px) {
  .l-header_logo {
    width: 58px;
    height: 72px;
    margin-left: 15px;
  }
}
@media (min-width: 1280px) {
  .l-header_logo {
    width: 88px;
    height: 100%;
    margin-left: 72px;
    transition: opacity 230ms ease;
  }
  .l-header_logo:hover {
    opacity: 0.6;
  }
}
.l-header_logo img.logo_color {
  display: block;
}
.l-header_logo img.logo_wht {
  display: none;
}
.l-header_logo a {
  display: block;
  width: 100%;
}
.l-header_logo img {
  width: 100%;
  aspect-ratio: 74/59;
}
@media (min-width: 1280px) {
  .l-header_login {
    width: clamp(210px, 14.0625vw, 270px);
    padding: 8px;
  }
}
.l-header_login a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 1em 0;
  border-left: 1px solid #71686C;
  transition: margin 130ms linear;
  text-decoration: none;
  color: #000000;
}
.l-header_login img {
  display: inline-block;
  width: 30px;
}
@media (min-width: 1280px) {
  .l-header_login img {
    margin-right: 8px;
  }
}
.l-header_login span {
  font-weight: 700;
  white-space: nowrap;
}
.l-header_login small {
  display: inline-block;
  width: 100%;
  font-size: 1.2rem;
  text-align: center;
}
@media (max-width: 1279.98px) {
  .l-header_login {
    position: absolute;
    right: 63px;
  }
  .l-header_login a {
    width: 63px;
    height: 72px;
    padding-top: 13px;
    margin: 0;
  }
  .l-header_login span {
    display: block;
    font-size: 1rem;
    transform: scale(0.7);
  }
  .l-header_login small {
    display: none;
  }
}
@media (min-width: 1280px) {
  .l-header_login {
    cursor: pointer;
  }
  .l-header_login p {
    width: 210px;
  }
  .l-header_login span {
    font-size: 1.6rem;
  }
  .l-header_login img, .l-header_login span, .l-header_login small {
    transition: opacity 230ms ease;
  }
  .l-header_login:hover img, .l-header_login:hover span, .l-header_login:hover small {
    opacity: 0.5;
  }
}
.l-header_toggle {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 63px;
  height: 72px;
  background-color: #27903A;
  cursor: pointer;
  user-select: none;
}
@media (max-width: 1279.98px) {
  .l-header_toggle {
    display: flex;
    pointer-events: all;
  }
}
@media (min-width: 1280px) {
  .l-header_toggle {
    display: none;
    pointer-events: none;
  }
}
.l-header_toggle span {
  display: inline-block;
  width: 28px;
  height: 3px;
  background-color: #FFFFFF;
  position: relative;
  transform: translateY(-3px);
  transition: all 230ms ease;
}
.l-header_toggle span::before, .l-header_toggle span::after {
  content: "";
  display: inline-block;
  width: 28px;
  height: 3px;
  background-color: #FFFFFF;
  position: absolute;
  transition: all 230ms ease;
  transform-origin: center center;
}
.l-header_toggle span::before {
  top: -8px;
}
.l-header_toggle span::after {
  top: 8px;
}
.l-header_toggle.is-open span {
  background-color: transparent;
}
.l-header_toggle.is-open span::before {
  top: 0;
  transform: rotate(45deg);
}
.l-header_toggle.is-open span::after {
  top: 0;
  transform: rotate(-45deg);
}
.l-header_toggle i {
  font-size: 1rem;
  font-style: normal;
  color: #FFFFFF;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transform: scale(0.8);
  position: absolute;
  bottom: 3px;
}

.top .l-header {
  top: 0;
}
@media (min-width: 1280px) {
  .top .l-header.on-video {
    border-bottom: none;
    background: linear-gradient(rgba(0, 0, 0, 0.01) 0%, rgba(239, 239, 239, 0) 100%);
  }
  .top .l-header.on-video .l-header_login a {
    border-left: none;
  }
  .top .l-header.on-video .logo_wht {
    display: block;
  }
  .top .l-header.on-video .logo_color {
    display: none;
  }
  .top .l-header.on-video .l-navi_item > a, .top .l-header.on-video .l-navi_item > span {
    color: #FFFFFF;
  }
  .top .l-header.on-video .l-header_login a {
    color: #FFFFFF;
  }
  .top .l-header.on-video .l-header_login img {
    filter: invert(100%);
  }
}

.l-main {
  position: relative;
  z-index: 0;
}
@media (max-width: 767.98px) {
  .l-main {
    margin-top: 63px;
  }
}
@media (min-width: 768px) and (max-width: 1279.98px) {
  .l-main {
    margin-top: 111px;
  }
}
@media (min-width: 1280px) {
  .l-main {
    margin-top: 156px;
  }
}

@media (min-width: 768px) and (max-width: 1279.98px) {
  .top .l-main {
    margin-top: 72px;
  }
}
@media (min-width: 1280px) {
  .top .l-main {
    margin-top: 0;
  }
}

.l-message {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 48px;
  background-color: #EFEFEF;
  position: fixed;
  top: 0;
  z-index: 2;
  transition: 130ms linear top;
}
.l-message.is-scroll {
  top: -48px;
}
@media (max-width: 767.98px) {
  .l-message {
    display: none;
  }
}
.l-message p {
  margin: 0;
  font-weight: 700;
  color: #71686C;
}
@media (max-width: 1279.98px) {
  .l-message p {
    font-size: 1.2rem;
  }
}
@media (min-width: 1280px) {
  .l-message p {
    font-size: 1.8rem;
  }
}
.l-message span {
  display: inline-block;
}
@media (min-width: 768px) and (max-width: 1279.98px) {
  .l-message span {
    font-size: 1rem;
    margin-left: 25px;
  }
}
@media (min-width: 1280px) {
  .l-message span {
    margin-left: 50px;
    font-size: 1.4rem;
  }
}

@media (min-width: 1280px) {
  .top .l-message {
    display: none;
  }
}

.l-navi {
  position: absolute;
  z-index: 1;
}
@media (max-width: 1279.98px) {
  .l-navi {
    display: block;
    width: 100%;
    height: calc(100vh - 72px);
    top: 72px;
    background-color: #FFFFFF;
    overflow-y: scroll;
    opacity: 0;
    pointer-events: none;
    transition: opacity 430ms ease;
  }
  .l-navi.is-open {
    opacity: 1;
    pointer-events: all;
  }
}
@media (min-width: 1280px) {
  .l-navi {
    left: 50%;
    transform: translateX(-50%);
  }
}
.l-navi_list {
  padding: 0;
  margin: 0;
  list-style: none;
}
@media (max-width: 1279.98px) {
  .l-navi_list {
    display: flex;
    flex-wrap: wrap;
    max-width: 800px;
    padding: 0 15px 60px;
    margin: 30px auto;
  }
  .l-navi_list li {
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .l-navi_list li:nth-child(n+6) a {
    font-size: 1.2rem !important;
  }
}
@media (min-width: 768px) and (max-width: 1279.98px) {
  .l-navi_list {
    justify-content: space-between;
  }
}
@media (min-width: 1280px) {
  .l-navi_list {
    display: flex;
    position: relative;
  }
}
@media (max-width: 1279.98px) {
  .l-navi_item {
    border-bottom: 1px solid #71686C;
  }
  .l-navi_item:nth-child(6), .l-navi_item:nth-child(16), .l-navi_item:nth-child(22) {
    margin-top: 30px;
  }
}
@media (min-width: 768px) and (max-width: 1279.98px) {
  .l-navi_item:nth-child(n+6) {
    width: calc(50% - 5px);
    border-bottom: 1px dashed #EFEFEF;
  }
  .l-navi_item:nth-child(n+6) a {
    font-size: 1.4rem !important;
  }
  .l-navi_item:nth-child(7), .l-navi_item:nth-child(17), .l-navi_item:nth-child(23) {
    margin-top: 30px;
  }
}
@media (min-width: 1280px) {
  .l-navi_item {
    height: 108px;
  }
}
.l-navi_item > a, .l-navi_item > span {
  display: flex;
  align-items: center;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  color: #000000;
  white-space: nowrap;
  user-select: none;
}
@media (max-width: 1279.98px) {
  .l-navi_item > a, .l-navi_item > span {
    padding: 1em 2em;
    letter-spacing: 0.1em;
  }
}
@media (max-width: 767.98px) {
  .l-navi_item > a, .l-navi_item > span {
    font-size: 1.4rem;
  }
}
@media (min-width: 768px) and (max-width: 1279.98px) {
  .l-navi_item > a, .l-navi_item > span {
    font-size: 1.8rem;
  }
}
@media (min-width: 1280px) {
  .l-navi_item > a, .l-navi_item > span {
    justify-content: center;
    height: 108px;
    padding: 1em 0.25em;
    margin: 0 1.75em;
    font-size: 1.6rem;
    transition: color 230ms ease, height 230ms ease;
    position: relative;
  }
  .l-navi_item > a::after, .l-navi_item > span::after {
    content: "";
    width: 0;
    height: 4px;
    background-color: #27903A;
    border-radius: 2px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, 24px);
    transition: width 230ms ease;
  }
  .l-navi_item > a:hover, .l-navi_item > span:hover {
    color: #27903A;
  }
  .l-navi_item > a:hover::after, .l-navi_item > span:hover::after {
    width: 40px;
  }
}
.l-navi_parent {
  position: relative;
}
.l-navi_parent > span {
  position: relative;
}
@media (max-width: 1279.98px) {
  .l-navi_parent > span::before, .l-navi_parent > span::after {
    content: "";
    width: 0.45em;
    height: 0.1em;
    background-color: #000000;
    position: absolute;
    top: 1.75em;
  }
  .l-navi_parent > span::before {
    right: 1em;
    transform: rotate(-45deg);
  }
  .l-navi_parent > span::after {
    right: 1.25em;
    transform: rotate(45deg);
  }
}
@media (min-width: 1280px) {
  .l-navi_parent > span::after {
    display: none;
  }
}
.l-navi_parent ol {
  list-style: none;
}
@media (max-width: 1279.98px) {
  .l-navi_parent ol {
    display: block;
    max-height: 0;
    padding-left: 0;
    transition: max-height auto 230ms ease-in-out;
    overflow: hidden;
    position: relative;
  }
}
@media (min-width: 1280px) {
  .l-navi_parent ol {
    display: block;
    padding: 1.5em 5px 5px;
    margin: -36px 0 0;
    pointer-events: none;
    transition: opacity 0.1s ease-in;
    opacity: 0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
  .l-navi_parent ol::before {
    content: "";
    display: block;
    width: 100%;
    height: calc(100% - 1.1em);
    background-color: #FFFFFF;
    border-radius: 8px;
    border: 1px solid #EFEFEF;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
  }
  .l-navi_parent ol::after {
    content: "";
    display: block;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-bottom: 30px solid #27903A;
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.l-navi_parent ol li {
  position: relative;
  z-index: 2;
}
@media (max-width: 1279.98px) {
  .l-navi_parent ol li {
    max-height: 0;
    background-color: #EFEFEF;
    transition: auto 230ms ease-in-out;
    transition-property: max-height;
    pointer-events: none;
  }
  .l-navi_parent ol li:first-child {
    border-top: none;
  }
  .l-navi_parent ol li:not(:last-child) {
    border-bottom: 1px dashed #71686C;
  }
}
@media (min-width: 1280px) {
  .l-navi_parent ol li {
    text-align: center;
  }
  .l-navi_parent ol li:first-child {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
  }
  .l-navi_parent ol li:last-child {
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
  }
  .l-navi_parent ol li:not(:last-child) {
    border-bottom: 1px dashed #EFEFEF;
  }
  .l-navi_parent ol li:hover {
    background-color: #EFEFEF;
    color: #27903A;
  }
}
.l-navi_parent ol a {
  display: block;
  white-space: nowrap;
  color: inherit;
  font-weight: 700;
  text-decoration: none;
}
@media (max-width: 1279.98px) {
  .l-navi_parent ol a {
    font-size: 1.4rem;
    transition: padding 230ms ease-in-out;
  }
}
@media (max-width: 767.98px) {
  .l-navi_parent ol a {
    padding: 0 1em 0 3em;
  }
}
@media (min-width: 768px) and (max-width: 1279.98px) {
  .l-navi_parent ol a {
    padding: 0 1em 0 4.5em;
  }
}
@media (min-width: 1280px) {
  .l-navi_parent ol a {
    padding: 0.5em 1em;
    font-size: 1.3rem;
  }
}
@media (min-width: 1280px) {
  .l-navi_parent:hover ol {
    pointer-events: all;
    opacity: 1;
  }
}
@media (min-width: 1280px) {
  .l-navi.is-scroll .l-navi_item {
    height: 88px;
  }
}
@media (min-width: 1280px) {
  .l-navi.is-scroll .l-navi_item > a, .l-navi.is-scroll .l-navi_item > span {
    height: 88px;
  }
}

@media (max-width: 1279.98px) {
  .l-navi_parent.is-open ol {
    max-height: 100%;
  }
  .l-navi_parent.is-open li {
    max-height: 100%;
    pointer-events: all;
  }
}
@media (max-width: 767.98px) {
  .l-navi_parent.is-open a {
    padding: 1em 1em 1em 3em;
  }
}
@media (min-width: 768px) and (max-width: 1279.98px) {
  .l-navi_parent.is-open a {
    padding: 1em 1em 1em 4.5em;
  }
}

.l-pageheader {
  position: relative;
}
@media (max-width: 1279.98px) {
  .l-pageheader {
    height: 210px;
  }
}
@media (min-width: 1280px) {
  .l-pageheader {
    height: 160px;
    max-width: 910px;
    margin-left: 7.8125vw;
  }
}
.l-pageheader .u-inner_1580 {
  height: inherit;
}
.l-pageheader h1, .l-pageheader p {
  margin: 0;
  text-transform: uppercase;
}
.l-pageheader h1 {
  padding: 1em 0 0.63em;
  border-bottom: 6px solid #EFEFEF;
  font-weight: 700;
  text-align: center;
  position: relative;
}
.l-pageheader h1::after {
  content: "";
  display: block;
  width: 40%;
  height: 6px;
  background-color: #27903A;
  position: absolute;
  bottom: -6px;
  left: 50%;
  z-index: 1;
  transform: translateX(-50%);
}
@media (max-width: 767.98px) {
  .l-pageheader h1 {
    font-size: 2.4rem;
  }
}
@media (min-width: 768px) and (max-width: 1279.98px) {
  .l-pageheader h1 {
    font-size: 2.8rem;
  }
}
@media (min-width: 1280px) {
  .l-pageheader h1 {
    font-size: 3.6rem;
  }
}

.l-pagination {
  padding: 0 20px;
  position: relative;
  z-index: 2;
}
@media (max-width: 767.98px) {
  .l-pagination {
    margin-top: 36px;
  }
}
@media (min-width: 768px) and (max-width: 1279.98px) {
  .l-pagination {
    margin-top: 48px;
  }
}
@media (min-width: 1280px) {
  .l-pagination {
    margin-top: 60px;
  }
}
.l-pagination ol {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 8px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.l-pagination a {
  display: flex !important;
  justify-content: center;
  align-items: center;
  width: 2.5em;
  height: 2.5em;
  border-radius: 2px;
  background-color: #EFEFEF;
  color: #27903A;
  text-decoration: none;
}
.l-pagination a::after {
  display: none !important;
}
.l-pagination a:hover {
  background-color: #c0c0c0;
}
.l-pagination a::after {
  display: none;
}
.l-pagination .current a {
  background-color: #27903A;
  color: #FFFFFF;
  pointer-events: none;
}

.l-screen {
  width: 100%;
  aspect-ratio: 16/9;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  max-height: 100vh;
}
.l-screen_inner {
  width: 100%;
  height: 100%;
  position: relative;
}
@media (min-width: 1280px) {
  .l-screen_inner::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.09);
    position: absolute;
  }
}
.l-screen img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center bottom;
}
.l-screen video, .l-screen iframe {
  width: 100%;
  aspect-ratio: 16/9;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.l-screen_scroll {
  width: 14px;
  height: 266px;
  padding-bottom: 200px;
  position: absolute;
  top: auto;
  bottom: 0;
  z-index: 3;
  user-select: none;
  pointer-events: none;
  transition-delay: 1.5s !important;
}
@media (max-width: 767.98px) {
  .l-screen_scroll {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1279.98px) {
  .l-screen_scroll {
    display: block;
    right: 7%;
    transform: scale(0.8);
    transform-origin: center bottom;
  }
}
@media (min-width: 1280px) {
  .l-screen_scroll {
    display: block;
    right: 5%;
  }
}
.l-screen_scroll::before {
  content: "";
  display: block;
  width: 2px;
  height: 0;
  background-color: #FFFFFF;
  position: absolute;
  left: 50%;
  bottom: 190px;
  transform: translateX(-50%);
  animation: prompt 2s ease-in-out infinite;
  animation-delay: 2s;
}
@media (min-width: 768px) and (max-width: 1279.98px) {
  .l-screen_scroll::before {
    transform: scale(0.5, 1);
    transform-origin: center bottom;
  }
}
.l-screen_scroll span {
  display: block;
  font-weight: 700;
  writing-mode: vertical-rl;
  text-orientation: sideways;
  text-transform: uppercase;
  white-space: nowrap;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #FFFFFF;
}

@keyframes prompt {
  0% {
    height: 0;
    bottom: 190px;
  }
  50% {
    height: 190px;
    bottom: 0;
  }
  99% {
    height: 0;
    bottom: 0;
  }
  100% {
    height: 0;
    bottom: 190px;
  }
}
@media (max-width: 767.98px) {
  .l-section {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}
@media (min-width: 768px) and (max-width: 1279.98px) {
  .l-section {
    padding-top: 72px;
    padding-bottom: 72px;
  }
}
@media (min-width: 1280px) {
  .l-section {
    padding-top: 96px;
    padding-bottom: 96px;
  }
}

.l-sidebar {
  position: relative;
  z-index: 0;
}
@media (max-width: 767.98px) {
  .l-sidebar {
    width: 100%;
    margin: auto;
  }
}
@media (min-width: 768px) and (max-width: 1279.98px) {
  .l-sidebar {
    max-width: 600px;
    margin: auto;
  }
}
@media (min-width: 1280px) {
  .l-sidebar {
    max-width: 290px;
  }
  .l-sidebar a {
    transition: filter 230ms ease;
  }
  .l-sidebar a:hover {
    filter: grayscale(40%);
  }
}
@media (max-width: 767.98px) {
  .l-sidebar_store {
    margin: 48px auto 0;
  }
}
@media (min-width: 768px) and (max-width: 1279.98px) {
  .l-sidebar_store {
    margin: 72px auto 0;
  }
}
.l-sidebar_store_btn {
  display: none;
}
@media (min-width: 768px) and (max-width: 1279.98px) {
  .l-sidebar_store_btn {
    display: block;
  }
}
.l-sidebar_store_btn_sp {
  display: block;
}
@media (min-width: 768px) and (max-width: 1279.98px) {
  .l-sidebar_store_btn_sp {
    display: none;
  }
}
.l-sidebar_main {
  list-style: none;
  padding: 0;
}
@media (max-width: 1279.98px) {
  .l-sidebar_main {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media (max-width: 767.98px) {
  .l-sidebar_main {
    margin-top: 40px;
  }
  .l-sidebar_main li {
    width: calc(50% - 6px);
    margin-bottom: 12px;
  }
}
@media (min-width: 768px) and (max-width: 1279.98px) {
  .l-sidebar_main {
    margin-top: 72px;
  }
  .l-sidebar_main li {
    width: calc(50% - 10px);
    margin-bottom: 20px;
  }
}
@media (min-width: 1280px) {
  .l-sidebar_main {
    margin-top: 3em;
  }
  .l-sidebar_main li {
    width: 290px;
    margin: 16px 0 0;
  }
}
.l-sidebar_main li a {
  background-color: #EFEFEF;
  text-decoration: none;
  color: #242424;
}
@media (max-width: 767.98px) {
  .l-sidebar_main li a {
    display: block;
    padding: 12px 10px 10px;
    text-align: center;
  }
}
@media (min-width: 768px) {
  .l-sidebar_main li a {
    display: flex;
    align-items: center;
    border: 1px solid #27903A;
  }
}
@media (max-width: 767.98px) {
  .l-sidebar_main li img {
    margin-bottom: 4px;
  }
}
@media (min-width: 768px) {
  .l-sidebar_main li img {
    width: 48.96551%;
    height: auto;
  }
}
.l-sidebar_main li p {
  margin: 0;
  font-weight: 700;
  white-space: nowrap;
}
@media (max-width: 767.98px) {
  .l-sidebar_main li p {
    font-size: 1rem;
  }
}
@media (min-width: 768px) {
  .l-sidebar_main li p {
    padding: 0.75em;
    font-size: 1.3rem;
  }
}
@media (min-width: 768px) {
  .l-sidebar_main li small {
    display: block;
    font-size: 70%;
  }
}
@media (max-width: 767.98px) {
  .l-sidebar_sub {
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 768px) and (max-width: 1279.98px) {
  .l-sidebar_sub {
    width: 290px;
    margin-top: 3em;
  }
}
@media (min-width: 1280px) {
  .l-sidebar_sub {
    margin-top: 3em;
  }
}
.l-sidebar_sub h2 {
  margin: 0;
  border-bottom: 1px solid #c0c0c0;
  color: #000000;
  line-height: 2.5;
  text-align: center;
  white-space: nowrap;
  font-weight: 700;
}
@media (max-width: 767.98px) {
  .l-sidebar_sub h2 {
    font-size: 1.4rem;
  }
}
@media (min-width: 768px) and (max-width: 1279.98px) {
  .l-sidebar_sub h2 {
    font-size: 1.5rem;
  }
}
@media (min-width: 1280px) {
  .l-sidebar_sub h2 {
    font-size: 1.6rem;
  }
}
.l-sidebar_sub ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.l-sidebar_sub li {
  padding: 0.75em 0.5em;
  border-bottom: 1px dashed #c0c0c0;
}
@media (max-width: 767.98px) {
  .l-sidebar_sub li {
    font-size: 1.3rem;
  }
}
@media (min-width: 768px) and (max-width: 1279.98px) {
  .l-sidebar_sub li {
    font-size: 1.4rem;
  }
}
@media (min-width: 1280px) {
  .l-sidebar_sub li {
    font-size: 1.5rem;
  }
}
.l-sidebar_sub a {
  display: inline-block;
  padding-bottom: 2px;
  font-size: inherit;
  color: #27903A;
  text-decoration: none;
  line-height: inherit;
  position: relative;
}
.l-sidebar_sub a::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  border-bottom: 2px dotted #27903A;
  position: absolute;
  bottom: 2px;
}
@media (max-width: 767.98px) {
  .l-sidebar_post {
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 768px) and (max-width: 1279.98px) {
  .l-sidebar_post {
    width: 290px;
    margin-top: 3em;
  }
}
@media (min-width: 1280px) {
  .l-sidebar_post {
    margin-top: 3em;
  }
}
.l-sidebar_post h2 {
  margin-top: 0;
  text-align: center;
}
@media (max-width: 767.98px) {
  .l-sidebar_post h2 {
    font-size: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 1279.98px) {
  .l-sidebar_post h2 {
    font-size: 1.7rem;
  }
}
@media (min-width: 1280px) {
  .l-sidebar_post h2 {
    font-size: 1.8rem;
  }
}
.l-sidebar_post ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.l-sidebar_post li {
  padding: 0.75em 0.5em;
  border-bottom: 1px dashed #c0c0c0;
}
.l-sidebar_post li:first-of-type {
  border-top: 1px dashed #c0c0c0;
}
@media (max-width: 767.98px) {
  .l-sidebar_post li {
    font-size: 1.2rem;
  }
}
@media (min-width: 768px) and (max-width: 1279.98px) {
  .l-sidebar_post li {
    font-size: 1.3rem;
  }
}
@media (min-width: 1280px) {
  .l-sidebar_post li {
    font-size: 1.4rem;
  }
}
.l-sidebar_post a {
  font-size: inherit;
  text-decoration: none;
}
@media (min-width: 1280px) {
  .l-sidebar_post a:hover p {
    color: #71686C;
  }
}
.l-sidebar_post time {
  color: #71686C;
}
.l-sidebar_post span.p-post_cat {
  transform: scale(0.8);
}
.l-sidebar_post p {
  margin: 0;
  color: #000000;
}

.c-button {
  display: flex;
  justify-content: center;
  margin: 0;
}
.c-button a {
  padding: 0.5em;
  margin: auto;
  border: 1px solid #000000;
  border-radius: 4px;
  text-decoration: none;
  color: #000000;
  text-align: center;
}
@media (max-width: 767.98px) {
  .c-button a {
    width: 240px;
    margin-top: 36px;
  }
}
@media (min-width: 768px) and (max-width: 1279.98px) {
  .c-button a {
    width: 280px;
    margin-top: 54px;
  }
}
@media (min-width: 1280px) {
  .c-button a {
    width: 300px;
    margin-top: 64px;
    transition: opacity 230ms ease;
  }
  .c-button a:hover {
    opacity: 0.6;
  }
}
.c-button a::after {
  display: none !important;
}
.c-button_store {
  padding: 0 15px;
  margin: auto;
  position: relative;
  z-index: 1;
}
@media (max-width: 767.98px) {
  .c-button_store {
    max-width: 440px;
    margin-top: 40px;
  }
}
@media (min-width: 768px) and (max-width: 1279.98px) {
  .c-button_store {
    max-width: 640px;
    margin-top: 60px;
  }
}
@media (min-width: 1280px) {
  .c-button_store {
    max-width: 840px;
    margin-top: 80px;
    transition: opacity 230ms ease;
  }
  .c-button_store:hover {
    opacity: 0.6;
  }
}
.c-button_store a::after {
  display: none !important;
}
.c-button_more {
  margin: 1.67em 0 0;
}
.c-button_more a {
  display: block;
  padding: 0.5em;
  background-color: #f08519;
  border-radius: 4px;
  text-decoration: none;
  color: #FFFFFF;
  transition: opacity 230ms ease;
  position: relative;
}
@media (max-width: 767.98px) {
  .c-button_more a {
    padding: 1em 0.5em;
  }
}
.c-button_more a:hover {
  opacity: 0.6;
}
.c-button_more a::after {
  content: "";
  width: 1.5em;
  height: 1.5em;
  position: absolute;
  top: 50%;
  right: 1em;
  transform: translateY(-50%);
}

.c-card a {
  display: block;
  background-color: #EFEFEF;
  text-decoration: none;
  color: inherit;
}
@media (max-width: 767.98px) {
  .c-card a {
    padding: 15px;
  }
}
@media (min-width: 768px) and (max-width: 1279.98px) {
  .c-card a {
    padding: 15px;
  }
}
@media (min-width: 1280px) {
  .c-card a {
    padding: 20px;
  }
}
.c-card_img {
  width: 100%;
  aspect-ratio: 1/1;
  background-color: #71686C;
}
.c-card_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}
.c-card_booklet {
  width: 100%;
  aspect-ratio: 160/227;
  background-color: #FFFFFF;
}
.c-card_booklet img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}
.c-card_txt time {
  display: block;
  margin: 1em 0 0.5em;
  line-height: 1;
}
.c-card_txt h2 {
  display: block;
  height: 3em;
  margin: 0.63em 0;
  font-weight: 700;
  line-height: 1.5;
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .c-card_txt h2 {
    font-size: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 1279.98px) {
  .c-card_txt h2 {
    font-size: 1.7rem;
  }
}
@media (min-width: 1280px) {
  .c-card_txt h2 {
    font-size: 1.8rem;
  }
}

input, button, select, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

.c-form th {
  text-align: left;
  font-weight: 700 !important;
}
@media (max-width: 767.98px) {
  .c-form th {
    display: block;
    font-size: 1.4rem !important;
    border-width: 0px !important;
  }
}
@media (min-width: 768px) {
  .c-form th {
    width: 220px;
  }
}
.c-form th small, .c-form th span {
  font-weight: 400 !important;
}
.c-form th span {
  display: inline-block;
  margin-left: 0.5em;
  font-size: 90%;
  color: #D90060;
}
@media (max-width: 767.98px) {
  .c-form td {
    display: block;
    border-width: 0px !important;
  }
}
.c-form input, .c-form textarea, .c-form select {
  display: block;
  width: 100%;
  padding: 0.125em 0.25em;
  background-color: #FFFFFF;
  outline: #c0c0c0;
  font-size: 1.6rem;
  line-height: 1.9;
  color: #000000;
}
.c-form textarea {
  resize: vertical;
  min-height: 13.36em;
}
.c-form a {
  text-decoration: none;
}
.c-form input[type=submit] {
  max-width: 500px;
  background-color: #27903A;
  color: #FFFFFF;
}
@media (max-width: 767.98px) {
  .c-form input[type=submit] {
    height: 64px;
  }
}
@media (min-width: 768px) {
  .c-form input[type=submit] {
    height: 72px;
  }
}
@media (min-width: 1280px) {
  .c-form input[type=submit] {
    transition: background-color 430ms ease;
  }
  .c-form input[type=submit]:hover {
    background-color: #7ea828;
  }
}
.c-form input[type=button] {
  max-width: 500px;
  background-color: #c0c0c0;
  color: #FFFFFF;
}
@media (max-width: 767.98px) {
  .c-form input[type=button] {
    height: 64px;
  }
}
@media (min-width: 768px) {
  .c-form input[type=button] {
    height: 72px;
  }
}
@media (min-width: 1280px) {
  .c-form input[type=button] {
    transition: background-color 430ms ease;
  }
  .c-form input[type=button]:hover {
    background-color: #000000;
  }
}
.c-form_2 input[type=submit] {
  display: block;
  width: 100px;
  padding: 0 0.5em;
  border-radius: 2px;
  background-color: #EFEFEF;
  border: 1px solid #242424;
  margin: 1em auto 0;
}
.c-form_2 input[type=submit]:hover {
  filter: brightness(90%);
}
.c-form_2 + p {
  margin-top: 10px !important;
}

.c-select {
  position: relative;
}
.c-select::before, .c-select::after {
  content: "";
  width: 9px;
  height: 6px;
  background-color: #535353;
  position: absolute;
  right: 15px;
  pointer-events: none;
}
.c-select::before {
  top: calc(50% - 9px);
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
}
.c-select::after {
  bottom: calc(50% - 9px);
  clip-path: polygon(0 0, 50% 100%, 100% 0);
}
.c-select select {
  min-width: 230px;
  height: 2.8em;
  padding: 0.4em calc(0.8em + 30px) 0.4em 0.8em;
  border-radius: 0;
  cursor: pointer;
}
.c-select option {
  border-radius: 0;
}

.c-radio {
  display: flex;
  flex-wrap: wrap;
  gap: 0.3em 2em;
  border: none;
}
.c-radio label {
  display: flex;
  gap: 0 0.5em;
  align-items: center;
  position: relative;
  cursor: pointer;
  user-select: none;
}
.c-radio label::before, .c-radio label:has(:checked)::after {
  content: "";
  display: block;
  border-radius: 50%;
}
.c-radio label::before {
  width: 18px;
  height: 18px;
  background-color: #FFFFFF;
}
.c-radio label:has(:checked)::after {
  width: 10px;
  height: 10px;
  background-color: #27903A;
  position: absolute;
  top: 50%;
  left: 9px;
  transform: translate(-50%, -50%);
  animation: radio 0.3s linear;
}
@keyframes radio {
  0% {
    box-shadow: 0 0 0 1px transparent;
  }
  50% {
    box-shadow: 0 0 0 8px rgba(42, 224, 103, 0.2);
  }
  100% {
    box-shadow: 0 0 0 8px transparent;
  }
}
.c-radio input {
  display: none;
}

.checkbox label {
  margin-right: 1em;
}
.checkbox input {
  display: none;
}
.checkbox span {
  display: inline-block;
  padding: 0 0 0 2em;
  cursor: pointer;
  position: relative;
  user-select: none;
  pointer-events: all;
}
.checkbox span::before {
  content: "";
  display: inline-block;
  width: 21px;
  height: 21px;
  background-color: #FFFFFF;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.checkbox span::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 18px;
  height: 10px;
  top: 7px;
  left: 2px;
  border-left: 3px solid #27903A;
  border-bottom: 3px solid #27903A;
  transform: rotate(-45deg);
  opacity: 0;
}
.checkbox input[type=checkbox]:checked + span::after {
  opacity: 1;
}

.radio label {
  margin-right: 1em;
}
.radio input {
  display: none;
}
.radio span {
  display: inline-block;
  padding: 0 0 0 2em;
  cursor: pointer;
  position: relative;
  user-select: none;
  pointer-events: all;
}
.radio span::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-color: #FFFFFF;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.radio span::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #27903A;
  border-radius: 50%;
  top: 50%;
  left: 3px;
  opacity: 0;
  transform: translateY(-50%);
}
.radio input[type=radio]:checked + span::after {
  opacity: 1;
}

label.error {
  display: block;
  padding: 0.5em;
  background: #D90060 !important;
  color: #FFFFFF !important;
  font-weight: 700 !important;
}

#formButton {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 500px;
  margin: auto;
  border-radius: 4px;
  overflow: hidden;
}

.c-heading_1 {
  padding: 0 0 0.63em;
  margin: 0;
  border-bottom: 6px solid #EFEFEF;
  font-weight: 700;
  text-align: center;
  position: relative;
}
.c-heading_1::after {
  content: "";
  display: block;
  width: 40%;
  height: 6px;
  background-color: #27903A;
  position: absolute;
  bottom: -6px;
  left: 50%;
  z-index: 1;
  transform: translateX(-50%);
}
@media (max-width: 767.98px) {
  .c-heading_1 {
    font-size: 2.4rem;
  }
}
@media (min-width: 768px) and (max-width: 1279.98px) {
  .c-heading_1 {
    font-size: 2.8rem;
  }
}
@media (min-width: 1280px) {
  .c-heading_1 {
    font-size: 3.6rem;
  }
}
.c-heading_1 small {
  display: block;
  font-size: 60%;
  color: #c0c0c0;
}
.c-heading_2 {
  width: 100%;
  padding-bottom: 0 !important;
  border: none !important;
  position: relative;
}
@media (max-width: 767.98px) {
  .c-heading_2 {
    height: 190px;
  }
}
@media (min-width: 768px) and (max-width: 1279.98px) {
  .c-heading_2 {
    height: 250px;
  }
}
@media (min-width: 1280px) {
  .c-heading_2 {
    height: 250px;
  }
}
.c-heading_2::after {
  display: none !important;
}
.c-heading_2 span {
  display: inline-block;
  padding: 0.5em 1em;
  background-color: #27903A;
  color: #FFFFFF;
  font-weight: 400;
  line-height: 1.5;
  white-space: nowrap;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media (max-width: 767.98px) {
  .c-heading_2 span {
    font-size: 1.6rem;
  }
}
@media (min-width: 768px) and (max-width: 1279.98px) {
  .c-heading_2 span {
    font-size: 1.8rem;
  }
}
@media (min-width: 1280px) {
  .c-heading_2 span {
    font-size: 2rem;
  }
}
.c-heading_2 > img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}

.c-icon {
  display: flex !important;
  flex-wrap: wrap;
}
.c-icon span + img {
  margin-left: 1em;
}
.c-icon img {
  width: auto;
  height: 1.5em;
}
.c-icon img + span {
  margin-left: 1em;
}

.c-row {
  margin: 2em 0;
}
@media (min-width: 768px) {
  .c-row_30 {
    display: flex;
    justify-content: space-between;
    position: relative;
  }
  .c-row_30 > div:first-of-type {
    width: calc(30% - 10px);
  }
  .c-row_30 > div:last-of-type {
    width: calc(70% - 10px);
  }
}
@media (min-width: 768px) {
  .c-row_35 {
    display: flex;
    justify-content: space-between;
    position: relative;
  }
  .c-row_35 > div:first-of-type {
    width: calc(35% - 10px);
  }
  .c-row_35 > div:last-of-type {
    width: calc(65% - 10px);
  }
}
@media (min-width: 768px) {
  .c-row_40 {
    display: flex;
    justify-content: space-between;
    position: relative;
  }
  .c-row_40 > div:first-of-type {
    width: calc(40% - 10px);
  }
  .c-row_40 > div:last-of-type {
    width: calc(60% - 10px);
  }
}
@media (min-width: 768px) {
  .c-row_50 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
  }
  .c-row_50 > div {
    width: calc(50% - 10px);
  }
  .c-row_50 > div:nth-of-type(n + 3) {
    margin-top: 20px;
  }
}
@media (min-width: 768px) {
  .c-row_70 {
    display: flex;
    justify-content: space-between;
    position: relative;
  }
  .c-row_70 > div:first-of-type {
    width: calc(70% - 10px);
  }
  .c-row_70 > div:last-of-type {
    width: calc(30% - 10px);
  }
}
/* --- 修正前（参考用） ---
.c-row_3 {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
-------------------------- */

/* ✅ 2025/05/19 修正後：画像を横並びにし、重なりを防止 */
@media (min-width: 768px) {
  .c-row_3 {
    display: flex;
    flex-wrap: wrap;
    gap: 20px; /* 画像の間に余白 */
    position: relative;
  }

  .c-row_3 > div {
    width: calc(50% - 10px); /* 横並びにして、余白を考慮 */
  }
}
@media (max-width: 767.98px) {
  .c-row_3 > div {
    width: calc(50% - 6px);
  }
  .c-row_3 > div:nth-of-type(odd) {
    margin-right: 12px;
  }
  .c-row_3 > div:nth-of-type(n + 3) {
    margin-top: 12px;
  }
  .c-row_3 > div img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
@media (min-width: 768px) {
  .c-row_3 > div {
    width: calc((100% - 24px) / 3);
  }
  .c-row_3 > div:not(:nth-of-type(3n)) {
    margin-right: 12px;
  }
  .c-row_3 > div:nth-of-type(n + 4) {
    margin-top: 12px;
  }
}
@media (min-width: 768px) {
  .c-row_r {
    flex-direction: row-reverse;
  }
}
.c-row_img {
  width: 100%;
  aspect-ratio: 4/3;
}
.c-row_img img {
  width: 100% !important;
  height: 100%;
  max-width: 10000px !important;
  object-fit: cover;
}
.c-row_captions {
  margin: 0.67em 0 1.33em !important;
}
@media (max-width: 767.98px) {
  .c-row_captions {
    font-size: 1.2rem !important;
  }
}
@media (min-width: 768px) and (max-width: 1279.98px) {
  .c-row_captions {
    font-size: 1.3rem !important;
  }
}
@media (min-width: 1280px) {
  .c-row_captions {
    font-size: 1.4rem !important;
  }
}
.c-row p {
  margin: 0.5em 0 0 !important;
}
.c-row ul, .c-row ol {
  margin-top: 1em !important;
}
.c-row img {
  height: 100%;
  margin: 0 !important;
}

.c-share {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767.98px) {
  .c-share {
    width: 100%;
    margin-bottom: 36px;
  }
}
@media (min-width: 768px) and (max-width: 1279.98px) {
  .c-share {
    width: 100%;
    max-width: 960px;
    margin: 0 auto 54px;
  }
}
@media (min-width: 1280px) {
  .c-share {
    width: 100vw;
    max-width: 910px;
    padding: 20px;
    margin-bottom: 72px;
  }
}
.c-share span {
  font-weight: 700;
  text-align: center;
}
@media (max-width: 767.98px) {
  .c-share span {
    display: block;
    width: 100%;
    margin-bottom: 1em;
    font-size: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 1279.98px) {
  .c-share span {
    font-size: 1.7rem;
  }
}
@media (min-width: 1280px) {
  .c-share span {
    font-size: 1.8rem;
  }
}
@media (max-width: 767.98px) {
  .c-share a:not(:first-of-type) {
    margin-left: 1em;
  }
}
@media (min-width: 768px) {
  .c-share a {
    margin-left: 1.5em;
  }
}
@media (min-width: 1280px) {
  .c-share a {
    transition: opacity 430ms ease;
  }
  .c-share a:hover {
    opacity: 0.5;
  }
}
.c-share a img {
  width: 1.6em;
  height: 1.6em;
}

@media (max-width: 767.98px) {
  .c-slider_pickup {
    padding-top: 40px;
  }
}
@media (min-width: 768px) and (max-width: 1279.98px) {
  .c-slider_pickup {
    padding-top: 60px;
  }
}
@media (min-width: 1280px) {
  .c-slider_pickup {
    padding-top: 80px;
  }
}
.c-slider_pickup .c-slider_dots {
  bottom: -30px;
}
@media (max-width: 767.98px) {
  .c-slider_pickup .c-slider_prev {
    left: -12px;
  }
}
@media (min-width: 768px) {
  .c-slider_pickup .c-slider_prev {
    left: -48px;
  }
}
@media (max-width: 767.98px) {
  .c-slider_pickup .c-slider_next {
    right: -12px;
  }
}
@media (min-width: 768px) {
  .c-slider_pickup .c-slider_next {
    right: -48px;
  }
}
.c-slider_item {
  transition: opacity 230ms ease;
}
@media (max-width: 767.98px) {
  .c-slider_item {
    padding: 0 24px;
  }
}
@media (min-width: 768px) {
  .c-slider_item {
    padding: 0 10px;
  }
}
.c-slider_item:hover {
  opacity: 0.6;
}
.c-slider_arrow {
  display: block;
  width: 48px;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  z-index: 1;
}
@media (min-width: 768px) {
  .c-slider_arrow {
    filter: grayscale(100%);
    opacity: 0.3;
  }
}
.c-slider_arrow:hover {
  filter: grayscale(0);
  opacity: 1;
}
.c-slider_prev {
  background: url(../images/prev.svg) no-repeat center/contain;
  background-size: 80% 80%;
  left: -48px;
}
.c-slider_next {
  background: url(../images/next.svg) no-repeat center/contain;
  background-size: 80% 80%;
  right: -48px;
}
.c-slider_dots {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  position: absolute;
  left: 50%;
  bottom: -20px;
  transform: translateX(-50%);
}
.c-slider_dots li {
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background-color: #71686C;
  transition: width 230ms ease;
  cursor: pointer;
}
.c-slider_dots li:hover {
  background-color: #27903A;
}
.c-slider_dots li.slick-active {
  width: 28px;
  height: 8px;
  background-color: #27903A;
  cursor: auto;
  pointer-events: none;
}
.c-slider_dots li:not(:last-child) {
  margin-right: 10px;
}
.c-slider_dots button {
  display: none;
  border: none;
  outline: none;
}

.slick-track {
  display: flex !important;
  align-items: center;
}

.slick-slide {
  float: none !important;
}

.slick-disabled {
  opacity: 0 !important;
  user-select: none;
  cursor: auto;
}

.c-tab {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767.98px) {
  .c-tab {
    margin-top: 40px;
  }
}
@media (min-width: 768px) and (max-width: 1279.98px) {
  .c-tab {
    margin-top: 60px;
  }
}
@media (min-width: 1280px) {
  .c-tab {
    margin-top: 80px;
  }
}
.c-tab > label {
  flex: 1 1;
  order: -1;
  padding: 0.75em 0;
  margin: 0 1px;
  background-color: #EFEFEF;
  border-style: solid;
  border-width: 4px 1px 1px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  color: #71686C;
  font-weight: 700;
  white-space: nowrap;
  text-align: center;
  cursor: pointer;
  user-select: none;
}
@media (max-width: 767.98px) {
  .c-tab > label {
    font-size: 1rem;
  }
}
@media (min-width: 768px) {
  .c-tab > label {
    font-size: 1.4rem;
  }
}
.c-tab > label:nth-of-type(1) {
  border-color: #71686C #EFEFEF #FFFFFF;
}
.c-tab > label:nth-of-type(2) {
  border-color: #f08519 #EFEFEF #FFFFFF;
}
.c-tab > label:nth-of-type(3) {
  border-color: #27903A #EFEFEF #FFFFFF;
}
.c-tab > label:nth-of-type(4) {
  border-color: #D90060 #EFEFEF #FFFFFF;
}
.c-tab > label:nth-of-type(5) {
  border-color: #1E73BE #EFEFEF #FFFFFF;
}
.c-tab > label:hover {
  background-color: #c0c0c0;
}
.c-tab > label:has(:checked) {
  background-color: #FFFFFF;
  border-style: solid;
  border-width: 4px 1px 1px;
  color: #000000;
}
.c-tab > label:has(:checked) + div {
  display: block;
  border: 1px solid #EFEFEF;
  border-color: #FFFFFF #EFEFEF #EFEFEF;
}
.c-tab input {
  display: none;
}
.c-tab > div {
  display: none;
  width: 100%;
  background-color: #FFFFFF;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
@media (max-width: 767.98px) {
  .c-tab > div {
    padding: 1em 1em;
  }
}
@media (min-width: 768px) {
  .c-tab > div {
    padding: 1em 2em 2em;
  }
}
.c-tab_2 {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767.98px) {
  .c-tab_2 {
    margin-top: 15px;
  }
}
@media (min-width: 768px) and (max-width: 1279.98px) {
  .c-tab_2 {
    margin-top: 20px;
  }
}
@media (min-width: 1280px) {
  .c-tab_2 {
    margin-top: 30px;
  }
}
.c-tab_2 > label {
  flex: 1 1;
  order: -1;
  padding: 0.75em 0;
  margin: 0 1px;
  background-color: #EFEFEF;
  border-style: solid;
  border-color: #71686C #EFEFEF #FFFFFF;
  border-width: 4px 1px 1px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  color: #71686C;
  font-weight: 700;
  white-space: nowrap;
  text-align: center;
  cursor: pointer;
  user-select: none;
}
@media (max-width: 767.98px) {
  .c-tab_2 > label {
    font-size: 1rem;
  }
}
@media (min-width: 768px) {
  .c-tab_2 > label {
    font-size: 1.4rem;
  }
}
.c-tab_2 > label:hover {
  background-color: #c0c0c0;
}
.c-tab_2 > label:has(:checked) {
  border-color: #27903A #EFEFEF #FFFFFF;
  background-color: #FFFFFF;
  border-style: solid;
  border-width: 4px 1px 1px;
  color: #000000;
}
.c-tab_2 > label:has(:checked) + div {
  display: block;
  border: 1px solid #EFEFEF;
  border-color: #FFFFFF #EFEFEF #EFEFEF;
}
.c-tab_2 input {
  display: none;
}
.c-tab_2 > div {
  display: none;
  width: 100%;
  background-color: #FFFFFF;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
@media (max-width: 767.98px) {
  .c-tab_2 > div {
    padding: 1em 1em;
  }
}
@media (min-width: 768px) {
  .c-tab_2 > div {
    padding: 1em 2em 2em;
  }
}

.c-table {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  touch-action: pan-x pan-y;
  padding-bottom: 0.5em;
  margin: 3em 0;
  /*スクロールバー非表示（IE・Edge）*/
  -ms-overflow-style: thin;
  /*スクロールバー非表示（Firefox）*/
  scrollbar-width: thin;
}
.c-table::-webkit-scrollbar {
  display: thin;
  width: 3px;
  height: 3px;
}
.c-table::-webkit-scrollbar-track {
  background-color: #FFFFFF;
  border-radius: 100px;
}
.c-table::-webkit-scrollbar-thumb {
  border-radius: 100px;
  background-color: #c0c0c0;
  box-shadow: inset 1px 1px 2px 0 rgba(239, 239, 239, 0.5);
}
.c-table table {
  width: 100%;
  min-width: 750px;
  margin: 0 !important;
}

.c-table .centre {
  
  text-align: center;
}


.c-timeline {
  display: flex;
  justify-content: center;
  padding: 0 !important;
  margin: 5em 0 3em !important;
  list-style-type: none;
}
.c-timeline li {
  display: flex;
  flex: 1 1;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 1;
  color: #c0c0c0;
  font-size: 0.8em;
  font-weight: 700 !important;
}
.c-timeline li.prev, .c-timeline li.current {
  color: #27903A;
}
.c-timeline li.prev::before, .c-timeline li.current::before {
  border-color: #27903A;
}
.c-timeline li::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-bottom: 6px;
  background-color: #FFFFFF;
  border: 3px solid #c0c0c0;
  border-radius: 50%;
}
.c-timeline li:not(:last-child)::after {
  content: "";
  width: 100%;
  height: 3px;
  background-color: #c0c0c0;
  position: absolute;
  top: 8px;
  left: 50%;
  z-index: -1;
}
.c-timeline li.current::before, .c-timeline li.prev::after {
  background-color: #27903A;
}

.p-article {
  background-color: #FFFFFF;
  border-radius: 20px;
  position: relative;
}
@media (max-width: 767.98px) {
  .p-article {
    width: 100%;
    margin-bottom: 48px;
  }
}
@media (min-width: 768px) and (max-width: 1279.98px) {
  .p-article {
    width: 100%;
    max-width: 960px;
    margin: 0 auto 72px;
  }
}
@media (min-width: 1280px) {
  .p-article {
    width: 100vw;
    max-width: 910px;
    padding: 20px;
    margin-bottom: 96px;
  }
  .p-article:has(+ .c-share) {
    margin-bottom: 0;
  }
}
.p-article_info {
  display: flex;
  align-items: center;
  margin: 1.75em 0 4em !important;
  font-size: 90%;
}
.p-article_info span {
  display: inline-block;
  margin-left: 20px;
  font-size: 70%;
}
.p-article abbr, .p-article address, .p-article blockquote, .p-article cite, .p-article code, .p-article dd, .p-article dl, .p-article dt, .p-article em, .p-article fieldset, .p-article figcaption, .p-article figure, .p-article i, .p-article iframe, .p-article img, .p-article ins, .p-article kbd, .p-article ol, .p-article p, .p-article pre, .p-article q, .p-article sub, .p-article sup, .p-article tbody, .p-article td, .p-article tfoot, .p-article th, .p-article thead, .p-article time, .p-article tr, .p-article ul, .p-article var {
  word-break: break-all;
  font-weight: 500;
  line-height: 1.9;
}
@media (max-width: 767.98px) {
  .p-article abbr, .p-article address, .p-article blockquote, .p-article cite, .p-article code, .p-article dd, .p-article dl, .p-article dt, .p-article em, .p-article fieldset, .p-article figcaption, .p-article figure, .p-article i, .p-article iframe, .p-article img, .p-article ins, .p-article kbd, .p-article ol, .p-article p, .p-article pre, .p-article q, .p-article sub, .p-article sup, .p-article tbody, .p-article td, .p-article tfoot, .p-article th, .p-article thead, .p-article time, .p-article tr, .p-article ul, .p-article var {
    font-size: 1.4rem;
  }
}
@media (min-width: 768px) and (max-width: 1279.98px) {
  .p-article abbr, .p-article address, .p-article blockquote, .p-article cite, .p-article code, .p-article dd, .p-article dl, .p-article dt, .p-article em, .p-article fieldset, .p-article figcaption, .p-article figure, .p-article i, .p-article iframe, .p-article img, .p-article ins, .p-article kbd, .p-article ol, .p-article p, .p-article pre, .p-article q, .p-article sub, .p-article sup, .p-article tbody, .p-article td, .p-article tfoot, .p-article th, .p-article thead, .p-article time, .p-article tr, .p-article ul, .p-article var {
    font-size: 1.5rem;
  }
}
@media (min-width: 1280px) {
  .p-article abbr, .p-article address, .p-article blockquote, .p-article cite, .p-article code, .p-article dd, .p-article dl, .p-article dt, .p-article em, .p-article fieldset, .p-article figcaption, .p-article figure, .p-article i, .p-article iframe, .p-article img, .p-article ins, .p-article kbd, .p-article ol, .p-article p, .p-article pre, .p-article q, .p-article sub, .p-article sup, .p-article tbody, .p-article td, .p-article tfoot, .p-article th, .p-article thead, .p-article time, .p-article tr, .p-article ul, .p-article var {
    font-size: 1.6rem;
  }
}
.p-article li, .p-article dd, .p-article dt, .p-article th, .p-article td, .p-article tr {
  margin-bottom: 0;
}
.p-article b, .p-article strong {
  margin-bottom: 1em;
  word-break: break-all;
  font-weight: 700;
  line-height: 1.66667;
}
.p-article h1 {
  padding: 1em 0 0.63em;
  margin: 0 0 2.5em;
  border-bottom: 6px solid #EFEFEF;
  font-weight: 700;
  text-align: center;
  position: relative;
}
.p-article h1::after {
  content: "";
  display: block;
  width: 40%;
  height: 6px;
  background-color: #27903A;
  position: absolute;
  bottom: -6px;
  left: 50%;
  z-index: 1;
  transform: translateX(-50%);
}
@media (max-width: 767.98px) {
  .p-article h1 {
    font-size: 2.4rem;
  }
}
@media (min-width: 768px) and (max-width: 1279.98px) {
  .p-article h1 {
    font-size: 2.6rem;
  }
}
@media (min-width: 1280px) {
  .p-article h1 {
    font-size: 2.8rem;
  }
}
.p-article h1:has(+ .p-article_info) {
  margin-bottom: 0;
}
.p-article h2 {
  padding-bottom: 0.25em;
  margin: 2.8em 0 0;
  border-bottom: 6px solid #EFEFEF;
  font-weight: 700;
  position: relative;
}
.p-article h2::after {
  content: "";
  display: block;
  width: 60px;
  height: 6px;
  background-color: #27903A;
  position: absolute;
  left: 0;
  bottom: -6px;
}
@media (max-width: 767.98px) {
  .p-article h2 {
    font-size: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 1279.98px) {
  .p-article h2 {
    font-size: 2.2rem;
  }
}
@media (min-width: 1280px) {
  .p-article h2 {
    font-size: 2.4rem;
  }
  .p-article h2::after {
    width: 90px;
  }
}
.p-article h3 {
  padding: 0.25em 0.75em;
  margin: 2.5em 0 0;
  background-color: #EFEFEF;
  border-left: 4px solid #27903A;
  font-weight: 700;
}
@media (max-width: 767.98px) {
  .p-article h3 {
    font-size: 1.6rem;
  }
}
@media (min-width: 768px) and (max-width: 1279.98px) {
  .p-article h3 {
    font-size: 1.7rem;
  }
}
@media (min-width: 1280px) {
  .p-article h3 {
    font-size: 1.8rem;
  }
}
.p-article h4 {
  margin: 2em 0 1em;
  font-weight: 700;
}
@media (max-width: 767.98px) {
  .p-article h4 {
    font-size: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 1279.98px) {
  .p-article h4 {
    font-size: 1.7rem;
  }
}
@media (min-width: 1280px) {
  .p-article h4 {
    font-size: 1.8rem;
  }
}
.p-article p {
  margin: 1.75em 0;
  line-height: 1.9;
}
@media (max-width: 767.98px) {
  .p-article p {
    font-size: 1.4rem;
  }
}
@media (min-width: 768px) and (max-width: 1279.98px) {
  .p-article p {
    font-size: 1.5rem;
  }
}
@media (min-width: 1280px) {
  .p-article p {
    font-size: 1.6rem;
  }
}
.p-article span {
  display: inline-block;
}
.p-article a {
  display: inline-block;
  padding-bottom: 2px;
  font-size: inherit;
  color: #27903A;
  text-decoration: none;
  line-height: inherit;
  position: relative;
}
.p-article a::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  border-bottom: 2px dotted #27903A;
  position: absolute;
  bottom: 2px;
}
@media (max-width: 1279.98px) {
  .p-article a[href*="tel:"] {
    display: inline-block;
    padding-bottom: 2px;
    font-size: inherit;
    color: #27903A;
    text-decoration: none;
    line-height: inherit;
    position: relative;
  }
  .p-article a[href*="tel:"]::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    border-bottom: 2px dotted #27903A;
    position: absolute;
    bottom: 2px;
  }
}
.p-article ul, .p-article ol {
  margin: 1.75em 0;
}
.p-article ul.u-list_margin > li, .p-article ol.u-list_margin > li {
  margin: 1em 0;
}
.p-article ul h4, .p-article ol h4 {
  margin: 1em 0;
}
@media (max-width: 767.98px) {
  .p-article ul h4, .p-article ol h4 {
    font-size: 1.4rem;
  }
}
@media (min-width: 768px) and (max-width: 1279.98px) {
  .p-article ul h4, .p-article ol h4 {
    font-size: 1.5rem;
  }
}
@media (min-width: 1280px) {
  .p-article ul h4, .p-article ol h4 {
    font-size: 1.6rem;
  }
}
.p-article ul p, .p-article ol p {
  margin: 1em 0;
}
.p-article ul {
  padding-left: 0;
  list-style: none;
}
/* ==== 追記開始: 2025/03/11 ==== */
.p-article ul.u-circle {
  list-style: circle !important;  /* circleの優先度を高める */
  list-style-position: inside;  /* マーカーをテキスト内に配置 */
  padding-left: 1.5em;  /* マーカーとテキストの間隔を調整 */
}

.p-article ul.u-circle li {
  position: relative;
  padding-left: 0;  /* マーカーとテキストの間隔を再調整 */
}

/* ここでは、::before 擬似要素を削除または無効化して重複したマーカーを防ぐ */
.p-article ul.u-circle li::before {
  content: "";  /* 擬似要素を無効化してマーカーを二重にしない */
}
/* ==== 追記終了 ==== */
.p-article ul li {
  padding-left: 1.85em;
  position: relative;
}
.p-article ul li::before {
  content: "・";
  position: absolute;
  left: 0.7em;
}
.p-article ol {
  padding-left: 1.85em;
}
.p-article ol ul {
  margin: 1em 0;
}
.p-article ol ol {
  margin: 1em 0;
}
.p-article ol.u-brackets {
  padding-left: 0 !important;
  list-style: none;
  counter-reset: number;
}
.p-article ol.u-brackets > li {
  padding-left: 1.85em;
  position: relative;
}
.p-article ol.u-brackets > li::before {
  counter-increment: number;
  content: "（" counter(number) "）";
  position: absolute;
  left: 0;
}
.p-article ol.u-round {
  padding-left: 0 !important;
  list-style: none;
  counter-reset: number;
}
.p-article ol.u-round > li {
  padding-left: 1.5em;
  position: relative;
}
.p-article ol.u-round > li::before {
  counter-increment: number;
  content: counter(number);
  position: absolute;
  top: 0.65em;
  left: 0;
  width: 1.33em;
  height: 1.33em;
  border: 1px solid #000;
  border-radius: 50%;
  font-size: 1.2rem;
  text-align: center;
  line-height: 1.2;
}
.p-article ol.u-lower_roman {
  list-style: lower-roman;
}
.p-article ol.u-katakana {
  list-style: katakana;
}
.p-article dt {
  font-weight: 700;
}
.p-article dd {
  display: inline-block;
}
.p-article table {
  border-spacing: 0;
  width: 100%;
  margin: 3em 0;
  position: relative;
}
@media (max-width: 767.98px) {
  .p-article table {
    font-size: 1.4rem;
  }
}
@media (min-width: 768px) and (max-width: 1279.98px) {
  .p-article table {
    font-size: 1.5rem;
  }
}
@media (min-width: 1280px) {
  .p-article table {
    font-size: 1.6rem;
  }
}
.p-article th {
  padding: 0.75em;
  background-color: #d3d3d3;
  border: 1px solid #FFFFFF;
  white-space: nowrap;
  font-size: 90%;
}
.p-article td {
  padding: 0.75em;
  background-color: #EFEFEF;
  border: 1px solid #FFFFFF;
  font-size: 90%;
}
.p-article td ul, .p-article td li {
  font-size: inherit;
}
.p-article thead th {
  background-color: #888888;
}
.p-article thead td {
  background-color: #c0c0c0;
}
.p-article img {
  width: auto !important;
  max-width: 100%;
}
.p-article .c-table {
  margin: 1.5em 0;
}
@media (min-width: 1280px) {
  .p-article .c-table {
    font-size: 90%;
  }
}
.p-article .u-box {
  display: block;
  background-color: #EFEFEF;
  padding: 1em;
  margin: 1.5em 0;
}
@media (min-width: 1280px) {
  .p-article .u-box {
    font-size: 1.5rem;
  }
}
.p-article .u-box_2 {
  display: block;
  background-color: #EFEFEF;
  margin: 1.5em 0;
}
@media (max-width: 767.98px) {
  .p-article .u-box_2 {
    padding: 1em;
    font-size: 1.2rem;
  }
}
@media (max-width: 767.98px) {
  .p-article .u-box_2 {
    padding: 1.5em;
    font-size: 1.3rem;
  }
}
@media (min-width: 1280px) {
  .p-article .u-box_2 {
    padding: 2em;
    font-size: 1.4rem;
  }
}
.p-article .u-box_overflow {
  display: block;
  width: 100%;
  margin: 1.5em 0;
  border: 1px solid #c0c0c0;
  overflow-y: scroll;
}
@media (max-width: 767.98px) {
  .p-article .u-box_overflow {
    height: 300px;
    padding: 1em;
    font-size: 1.2rem;
  }
}
@media (max-width: 767.98px) {
  .p-article .u-box_overflow {
    height: 400px;
    padding: 1.5em;
    font-size: 1.3rem;
  }
}
@media (min-width: 1280px) {
  .p-article .u-box_overflow {
    height: 500px;
    padding: 2em;
    font-size: 1.4rem;
  }
}

.p-cooking {
  margin-bottom: 0 !important;
}
.p-cooking h1 {
  margin: 0 0 1.33em;
}
.p-cooking .l-pagination {
  margin: 36px 0;
}
.p-cooking .l-pagination ol {
  margin: 0;
}
.p-cooking > h2 {
  position: relative;
}
.p-cooking > h2::before {
  content: "";
  display: block;
  width: 100%;
}
@media (max-width: 767.98px) {
  .p-cooking > h2::before {
    height: 150px;
    margin-top: -150px;
  }
}
@media (min-width: 768px) and (max-width: 1279.98px) {
  .p-cooking > h2::before {
    height: 200px;
    margin-top: -200px;
  }
}
@media (min-width: 1280px) {
  .p-cooking > h2::before {
    height: 250px;
    margin-top: -250px;
  }
}
.p-cooking_link {
  display: flex;
  justify-content: center;
}
.p-cooking_link > div:not(:last-of-type) {
  margin-right: 15px;
}
.p-cooking_link a {
  display: block;
  padding: 0.25em 0.75em;
  background-color: #EFEFEF;
  border-radius: 4px;
  color: #27903A;
  font-size: 90%;
  white-space: nowrap;
}
.p-cooking_link a::after {
  display: none;
}
.p-cooking_link a:hover {
  filter: brightness(95%);
}
.p-cooking_tag {
  display: flex;
  flex-wrap: wrap;
  padding: 0 !important;
  list-style: none;
  position: relative;
  z-index: 2;
}
.p-cooking_tag:has(+ .p-cooking_list) {
  margin-bottom: 4em !important;
}
.p-cooking_tag + h2 {
  margin-top: 0;
}
.p-cooking_tag li {
  padding-left: 0 !important;
}
.p-cooking_tag li::before {
  display: none;
}
@media (max-width: 767.98px) {
  .p-cooking_tag li {
    margin: 0 12px 12px 0;
  }
}
@media (min-width: 768px) {
  .p-cooking_tag li {
    margin: 0 1em 1em 0;
  }
}
.p-cooking_tag a {
  display: block;
  padding: 0 0.25em;
  margin: 0;
  border-radius: 4px;
  background-color: #EFEFEF;
  white-space: nowrap;
  font-size: 90%;
}
.p-cooking_tag a:hover {
  background-color: #d3d3d3;
}
.p-cooking_tag a:after {
  display: none;
}
.p-cooking_list {
  display: flex;
  flex-wrap: wrap;
  padding: 0 !important;
  list-style: none;
  position: relative;
  z-index: 2;
}
.p-cooking_list li {
  padding-left: 0 !important;
}
.p-cooking_list li::before {
  display: none;
}
@media (max-width: 767.98px) {
  .p-cooking_list li {
    width: calc(50% - 10px);
  }
  .p-cooking_list li:nth-child(n+3) {
    margin-top: 25px;
  }
  .p-cooking_list li:nth-child(odd) {
    margin-right: 20px;
  }
}
@media (min-width: 768px) {
  .p-cooking_list li {
    width: calc((100% - 60px) / 4);
  }
  .p-cooking_list li:nth-child(n+5) {
    margin-top: 25px;
  }
  .p-cooking_list li:not(:nth-child(4n)) {
    margin-right: 20px;
  }
}
.p-cooking_list a {
  display: block;
  margin: 0 !important;
}
@media (min-width: 1280px) {
  .p-cooking_list a:hover .p-cooking_img {
    filter: brightness(80%);
  }
}
.p-cooking_list a:after {
  display: none;
}
.p-cooking_img {
  display: block;
  width: 100%;
  aspect-ratio: 4/3;
  transition: filter 230ms ease;
}
.p-cooking_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-cooking_txt h3 {
  padding: 0;
  margin: 0.5em 0 0;
  line-height: 1.3 !important;
  background-color: transparent;
  border: none;
  font-weight: 400;
}
@media (max-width: 767.98px) {
  .p-cooking_txt h3 {
    font-size: 1.2rem !important;
  }
}
@media (min-width: 768px) and (max-width: 1279.98px) {
  .p-cooking_txt h3 {
    font-size: 1.3rem !important;
  }
}
@media (min-width: 1280px) {
  .p-cooking_txt h3 {
    font-size: 1.4rem !important;
  }
}

#tag_search {
  display: inline-block;
  width: 20em;
  padding: 0.5em 0.5em;
  margin-top: 24px;
  border: 1px solid #27903A;
  border-radius: 0;
  font-size: 1.6rem;
}
#tag_search::placeholder {
  color: #27903A;
  font-size: 1.6rem;
}

.p-event th {
  width: 180px;
}

.p-life a {
  display: inline-block;
  margin-bottom: 0.8em;
  white-space: nowrap;
}
.p-life a:has(+ a) {
  margin-right: 1.5em;
  position: relative;
}
.p-life a:has(+ a)::before {
  content: "/";
  display: inline-block;
  position: absolute;
  top: 0;
  right: -1em;
}
.p-life ul li:not(:first-child) {
  margin-top: 20px;
}

.p-link ul {
  list-style: none;
  padding-left: 0;
}
.p-link ul:last-of-type {
  margin-bottom: 0;
}
.p-link li {
  padding: 0.5em 0.5em;
  border-bottom: 3px solid #EFEFEF;
  padding-left: 0 !important;
}
.p-link li::before {
  display: none;
}
.p-link li:not(:first-child) {
  margin-top: 20px;
}
@media (max-width: 767.98px) {
  .p-link li span {
    display: block;
  }
}
@media (min-width: 768px) {
  .p-link li span {
    display: inline-block;
    margin-right: 20px;
  }
}

.p-moshimo_link {
  margin: 1.5em 0 4em;
}
.p-moshimo_link ul {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}
.p-moshimo_link li {
  padding-left: 0 !important;
  margin: 0.8em 0.8em 0 0;
}
.p-moshimo_link li::before {
  display: none;
}
.p-moshimo_link a {
  display: inline-block;
  min-width: 70px;
  padding: 0.5em 0.75em;
  border-radius: 4px;
  background-color: #EFEFEF;
  text-align: center;
}
.p-moshimo_link a::after {
  display: none;
}
@media (max-width: 767.98px) {
  .p-moshimo_link a {
    font-size: 1.2rem;
  }
}
@media (min-width: 768px) and (max-width: 1279.98px) {
  .p-moshimo_link a {
    font-size: 1.3rem;
  }
}
@media (min-width: 1280px) {
  .p-moshimo_link a {
    font-size: 1.4rem;
  }
  .p-moshimo_link a:hover {
    filter: brightness(70%);
  }
}
@media (max-width: 767.98px) {
  .p-moshimo section:nth-of-type(n + 2) h1:first-of-type {
    margin-top: 48px !important;
  }
}
@media (min-width: 768px) and (max-width: 1279.98px) {
  .p-moshimo section:nth-of-type(n + 2) h1:first-of-type {
    margin-top: 54px !important;
  }
}
@media (min-width: 1280px) {
  .p-moshimo section:nth-of-type(n + 2) h1:first-of-type {
    margin-top: 72px !important;
  }
}
.p-moshimo th {
  width: 180px;
}

.p-other {
  display: grid;
}
@media (max-width: 767.98px) {
  .p-other {
    margin-top: 40px;
    grid-template-columns: 1fr 1fr;
    grid-gap: 12px;
  }
}
@media (min-width: 768px) and (max-width: 1279.98px) {
  .p-other {
    margin-top: 60px;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 15px;
  }
}
@media (min-width: 1280px) {
  .p-other {
    margin-top: 80px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 20px;
  }
}
.p-other_item {
  aspect-ratio: 4/3;
  position: relative;
  overflow: hidden;
}
.p-other_item:nth-of-type(5), .p-other_item:nth-of-type(6) {
  aspect-ratio: auto;
  background-color: #71686C;
  color: #FFFFFF;
  text-align: center;
}
@media (max-width: 767.98px) {
  .p-other_item:nth-of-type(5) {
    grid-row: 3/5;
    grid-column: 1/3;
    padding: 12px;
  }
}
@media (min-width: 768px) and (max-width: 1279.98px) {
  .p-other_item:nth-of-type(5) {
    grid-row: 2/4;
    grid-column: 1/3;
    padding: 15px;
  }
}
@media (min-width: 1280px) {
  .p-other_item:nth-of-type(5) {
    grid-row: 1/3;
    grid-column: 1/3;
    order: 9;
    padding: 15px;
  }
}
@media (max-width: 767.98px) {
  .p-other_item:nth-of-type(6) {
    grid-row: 8/10;
    grid-column: 1/3;
    padding: 12px;
  }
}
@media (min-width: 768px) {
  .p-other_item:nth-of-type(6) {
    grid-row: 4/6;
    grid-column: 2/4;
    padding: 15px;
  }
}
@media (min-width: 1280px) {
  .p-other_item:nth-of-type(6) {
    grid-row: 3/5;
    grid-column: 3/5;
    order: 10;
    padding: 15px;
  }
}
.p-other_item a {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #EFEFEF;
  color: #000000;
  text-align: center;
  text-decoration: none;
}
@media (max-width: 767.98px) {
  .p-other_item a {
    padding: 12px 10px 10px;
  }
}
@media (min-width: 768px) {
  .p-other_item a {
    padding: 15px;
  }
}
@media (min-width: 1280px) {
  .p-other_item a:hover {
    filter: grayscale(30%);
  }
}
.p-other_item h2 {
  margin: 0.5em 0 0;
  font-weight: 700;
}
@media (max-width: 767.98px) {
  .p-other_item h2 {
    font-size: 1.6rem;
  }
  .p-other_item h2 + p {
    margin: 1em 0 0;
    font-size: 1rem;
    position: relative !important;
  }
}
@media (min-width: 768px) and (max-width: 1279.98px) {
  .p-other_item h2 {
    font-size: 1.9rem;
  }
  .p-other_item h2 + p {
    margin: 1em 0 0;
    font-size: 1.1rem;
    position: relative !important;
  }
}
@media (min-width: 1280px) {
  .p-other_item h2 {
    font-size: 2.2rem;
  }
  .p-other_item h2 + p {
    margin: 1em 0 0;
    font-size: 1.3rem;
    position: relative !important;
  }
}
.p-other_item p {
  margin: 0;
  white-space: nowrap;
  font-weight: 700;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767.98px) {
  .p-other_item p {
    font-size: 1rem;
    bottom: 8px;
  }
}
@media (min-width: 768px) and (max-width: 1279.98px) {
  .p-other_item p {
    font-size: 1.2rem;
    bottom: 10px;
  }
}
@media (min-width: 1280px) {
  .p-other_item p {
    font-size: 1.4rem;
    bottom: 12px;
  }
}
.p-other_img {
  display: block;
  width: 100%;
  position: relative;
}
@media (max-width: 767.98px) {
  .p-other_img {
    aspect-ratio: 16/9;
  }
}
@media (min-width: 768px) {
  .p-other_img {
    aspect-ratio: 13/8;
  }
}
.p-other_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-other_video {
  display: block;
  width: 100%;
  aspect-ratio: 16/9;
  margin-top: 16px;
  position: relative;
}
.p-other_video iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.p-post {
  background-color: #FFFFFF;
  border-radius: 20px;
  position: relative;
}
@media (max-width: 767.98px) {
  .p-post {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1279.98px) {
  .p-post {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
  }
}
@media (min-width: 1280px) {
  .p-post {
    width: 100vw;
    max-width: 910px;
    padding: 20px;
  }
}
.p-post h1 {
  padding: 1em 0 0.63em;
  margin: 0 0 2.5em;
  border-bottom: 6px solid #EFEFEF;
  font-weight: 700;
  text-align: center;
  position: relative;
}
.p-post h1::after {
  content: "";
  display: block;
  width: 40%;
  height: 6px;
  background-color: #27903A;
  position: absolute;
  bottom: -6px;
  left: 50%;
  z-index: 1;
  transform: translateX(-50%);
}
@media (max-width: 767.98px) {
  .p-post h1 {
    font-size: 2.4rem;
  }
}
@media (min-width: 768px) and (max-width: 1279.98px) {
  .p-post h1 {
    font-size: 2.6rem;
  }
}
@media (min-width: 1280px) {
  .p-post h1 {
    font-size: 2.8rem;
  }
}
.p-post_item {
  padding: 0.5em 0.5em;
  background-color: #FFFFFF;
  border-bottom: 2px dashed #71686C;
}
.p-post_item a {
  margin: 0;
  text-decoration: none;
}
.p-post_item p {
  margin: 1em 0 0;
}
@media (max-width: 767.98px) {
  .p-post_item p {
    font-size: 1.2rem;
  }
}
@media (min-width: 768px) and (max-width: 1279.98px) {
  .p-post_item p {
    font-size: 1.3rem;
  }
}
@media (min-width: 1280px) {
  .p-post_item p {
    font-size: 1.4rem;
  }
}
.p-post_item time {
  display: inline-block;
  margin-right: 1em;
  font-size: 1em;
  color: #71686C;
}
.p-post_item h2 {
  color: #000000;
  font-weight: 700;
}
@media (max-width: 767.98px) {
  .p-post_item h2 {
    font-size: 1.4rem;
  }
}
@media (min-width: 768px) and (max-width: 1279.98px) {
  .p-post_item h2 {
    font-size: 1.5rem;
  }
}
@media (min-width: 1280px) {
  .p-post_item h2 {
    font-size: 1.6rem;
  }
}
.p-post_cat {
  display: inline-block;
  padding: 0 0.5em;
  border-radius: 4px;
  text-align: center;
  color: #FFFFFF;
  font-size: 0.9em;
}
@media (max-width: 767.98px) {
  .p-post_cat {
    width: 80px;
  }
}
@media (min-width: 768px) and (max-width: 1279.98px) {
  .p-post_cat {
    width: 100px;
  }
}
@media (min-width: 1280px) {
  .p-post_cat {
    width: 120px;
  }
}
.p-post_cat_news {
  background-color: #f08519;
}
.p-post_cat_event {
  background-color: #27903A;
}
.p-post_cat_campaign {
  background-color: #D90060;
}
.p-post_cat_notice {
  background-color: #1E73BE;
}

.p-present {
  background: url(../images/present_bg.webp) no-repeat center/cover;
}
.p-present_box {
  display: flex;
  flex-wrap: wrap;
  max-width: 810px;
  margin: 0 auto;
  background-color: #EFEFEF;
  border-radius: 8px;
}
.p-present_header {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0.5em 0.5em;
  background-color: #FFFFFF;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  text-align: center;
}
@media (max-width: 767.98px) {
  .p-present_header {
    flex-direction: column;
  }
}
.p-present_header h1 {
  margin: 0;
}
@media (max-width: 767.98px) {
  .p-present_header h1 {
    display: block;
    width: 100%;
    font-size: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 1279.98px) {
  .p-present_header h1 {
    display: inline;
    font-size: 1.8rem;
  }
}
@media (min-width: 1280px) {
  .p-present_header h1 {
    display: inline;
    font-size: 2rem;
  }
}
.p-present_header p {
  font-family: "Noto Serif JP", serif;
}
@media (max-width: 767.98px) {
  .p-present_header p {
    display: block;
    margin: -4px 0 0;
    font-size: 1.4rem;
  }
}
@media (min-width: 768px) and (max-width: 1279.98px) {
  .p-present_header p {
    display: inline-block;
    margin: 0 0 0 15px;
    font-size: 1.5rem;
  }
}
@media (min-width: 1280px) {
  .p-present_header p {
    display: inline-block;
    margin: 0 0 0 15px;
    font-size: 1.6rem;
  }
}
.p-present_header p small {
  color: inherit;
}
@media (max-width: 767.98px) {
  .p-present_img {
    width: 100%;
    padding: 15px;
  }
}
@media (min-width: 768px) {
  .p-present_img {
    width: 50%;
    padding: 20px;
  }
}
.p-present_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-present_txt {
  text-align: center;
  position: relative;
}
@media (max-width: 767.98px) {
  .p-present_txt {
    width: 100%;
    padding: 15px 15px 20px;
  }
}
@media (min-width: 768px) {
  .p-present_txt {
    width: 50%;
    padding: 20px 20px 20px 0;
  }
}
.p-present_txt h2 {
  margin: 0;
}
@media (max-width: 767.98px) {
  .p-present_txt h2 {
    font-size: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 1279.98px) {
  .p-present_txt h2 {
    font-size: 1.8rem;
  }
}
@media (min-width: 1280px) {
  .p-present_txt h2 {
    font-size: 2rem;
  }
}
@media (max-width: 767.98px) {
  .p-present_txt p {
    font-size: 1.2rem;
  }
}
@media (min-width: 768px) and (max-width: 1279.98px) {
  .p-present_txt p {
    font-size: 1.3rem;
  }
}
@media (min-width: 1280px) {
  .p-present_txt p {
    font-size: 1.4rem;
  }
}
.p-present_txt .c-button_more {
  max-width: 260px;
  margin: 1.67em auto 0;
}

@media (max-width: 767.98px) {
  .p-products .c-row_3 > div {
    width: calc(50% - 5px);
  }
  .p-products .c-row_3 > div:nth-of-type(n + 3) {
    margin-top: 20px;
  }
  .p-products .c-row_3 > div:nth-of-type(odd) {
    margin-right: 10px;
  }
}
@media (min-width: 768px) {
  .p-products .c-row_3 > div:nth-of-type(n + 4) {
    margin-top: 40px;
  }
}
.p-products .c-row_3 a {
  width: 100%;
  text-align: center;
}
.p-products .c-row_3 a::after {
  display: none;
}
@media (min-width: 1280px) {
  .p-products .c-row_3 a:hover {
    color: #785a3c;
  }
  .p-products .c-row_3 a:hover .c-row_img {
    filter: brightness(90%);
  }
}
.p-products .c-row_35 p {
  margin: 0 0 1em !important;
}
.p-products .c-table {
  margin: 5em 0;
}
.p-products .c-table th {
  width: 160px;
}
.p-products .c-table th.u-width_auto {
  width: auto;
}
.p-products .c-table small {
  font-size: 95%;
}
.p-products_link {
  margin: 1.5em 0;
}
.p-products_link ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}
.p-products_link li {
  padding-left: 0 !important;
}
.p-products_link li::before {
  display: none;
}
@media (max-width: 767.98px) {
  .p-products_link li {
    margin: 12px 12px 0 0;
  }
}
@media (min-width: 768px) {
  .p-products_link li {
    margin: 1em 1em 0 0;
  }
}
.p-products_link a {
  display: inline-block;
  min-width: 70px;
  padding: 0.25em 0.5em;
  margin: 0;
  background-color: #EFEFEF;
  border-radius: 4px;
  text-align: center;
}
.p-products_link a::after {
  display: none;
}
@media (max-width: 767.98px) {
  .p-products_link a {
    font-size: 1.2rem;
  }
}
@media (min-width: 768px) and (max-width: 1279.98px) {
  .p-products_link a {
    font-size: 1.3rem;
  }
}
@media (min-width: 1280px) {
  .p-products_link a {
    font-size: 1.4rem;
  }
  .p-products_link a:hover {
    filter: brightness(95%);
  }
}

@media (min-width: 768px) {
  .p-recommend {
    position: relative;
    overflow: hidden;
  }
  .p-recommend::before {
    content: "";
    display: block;
    width: 100%;
    background: linear-gradient(white, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0)), url(../images/recommend_bg.png) no-repeat 50% 100%/cover;
    position: absolute;
    left: 0;
  }
  .p-recommend::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
  }
}
@media (min-width: 768px) and (max-width: 1279.98px) {
  .p-recommend::before {
    height: 43%;
    top: 33.33%;
  }
}
@media (min-width: 1280px) {
  .p-recommend::before {
    top: 28%;
    height: 46%;
  }
}
.p-recommend_list {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767.98px) {
  .p-recommend_list {
    padding: 40px 0;
  }
}
@media (min-width: 768px) and (max-width: 1279.98px) {
  .p-recommend_list {
    padding: 60px 0;
  }
}
@media (min-width: 1280px) {
  .p-recommend_list {
    padding: 80px 0;
  }
}
.p-recommend_card {
  position: relative;
  z-index: 1;
}
@media (max-width: 767.98px) {
  .p-recommend_card {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .p-recommend_card {
    width: 25%;
  }
}
.p-recommend_card a {
  display: block;
  width: 100%;
  background-color: #71686C;
  color: #000000;
  text-decoration: none;
  font-family: "Noto Serif JP", serif;
  position: relative;
}
.p-recommend_card a::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #000000;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 230ms ease;
}
.p-recommend_card a:hover::after {
  opacity: 0.15;
}
@media (max-width: 767.98px) {
  .p-recommend_card a {
    height: 50vh;
    max-height: 320px;
  }
}
@media (min-width: 768px) and (max-width: 1279.98px) {
  .p-recommend_card a {
    height: 580px;
  }
}
@media (min-width: 1280px) {
  .p-recommend_card a {
    height: 660px;
  }
}
.p-recommend_card:nth-of-type(1) a {
  background: url(../images/recommend_01.png) no-repeat center/cover;
}
.p-recommend_card:nth-of-type(2) a {
  background: url(../images/recommend_02.png) no-repeat center/cover;
}
.p-recommend_card:nth-of-type(3) a {
  background: url(../images/recommend_03.png) no-repeat center/cover;
}
.p-recommend_card:nth-of-type(4) a {
  background: url(../images/recommend_04.png) no-repeat center/cover;
}
.p-recommend_card h2 {
  display: block;
  height: 15em;
  padding: 1em 0.5em;
  margin: 0;
  background-color: white;
  white-space: nowrap;
  -webkit-writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  position: absolute;
  z-index: 2;
}
@media (max-width: 767.98px) {
  .p-recommend_card h2 {
    font-size: 1.5rem;
    top: 1em;
    left: 1em;
  }
}
@media (min-width: 768px) and (max-width: 1279.98px) {
  .p-recommend_card h2 {
    font-size: 2rem;
    top: 1em;
    right: 1em;
  }
}
@media (min-width: 1280px) {
  .p-recommend_card h2 {
    font-size: 2.4rem;
    top: 1em;
    right: 1em;
  }
}
.p-recommend_wrapper {
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) and (max-width: 1279.98px) {
  .p-recommend_wrapper {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (min-width: 1280px) {
  .p-recommend_wrapper {
    max-width: 1580px;
    padding-left: 40px;
    padding-right: 40px;
  }
}

.p-recruit .c-row a {
  text-align: center;
}
.p-recruit .c-row a::after {
  display: none;
}
@media (max-width: 767.98px) {
  .p-recruit .c-row_70 img {
    margin: 1em auto !important;
  }
}
.p-recruit .c-row_70 div:last-of-type {
  text-align: center;
}
@media (max-width: 767.98px) {
  .p-recruit .c-row_35 a, .p-recruit .c-row_35 img {
    width: 100%;
    max-width: 450px;
  }
}
@media (max-width: 767.98px) {
  .p-recruit .c-row_35 a:first-of-type {
    margin-bottom: 20px;
  }
}
.p-recruit th {
  width: 180px;
}
.p-recruit .c-map {
  margin-bottom: 0 !important;
}

.p-sdgs .c-table {
  margin-bottom: 0;
}
.p-sdgs table td {
  vertical-align: top;
  font-size: 83%;
}
.p-sdgs table td:nth-of-type(1) {
  width: 180px;
}
.p-sdgs table td:nth-of-type(3) {
  width: 360px;
}

.p-sitemap ul {
  list-style-type: disc;
  padding-left: 30px;
}
.p-sitemap ul ul {
  list-style-type: circle;
  margin: 1em 0;
}
.p-sitemap ul ul ul {
  list-style-type: square;
}
.p-sitemap li {
  padding-left: 0 !important;
}
@media (max-width: 767.98px) {
  .p-sitemap li {
    margin: 1em 0;
  }
}
.p-sitemap li::before {
  display: none;
}

.p-store_link {
  margin: 1.5em 0 4em;
}
.p-store_link li {
  padding-left: 0 !important;
}
.p-store_link li::before {
  display: none;
}
.p-store_link h4 {
  display: none;
}
.p-store_link p {
  margin-bottom: 0;
}
.p-store_link p span {
  display: inline-block;
  margin-right: 20px;
  font-weight: 700;
}
@media (max-width: 767.98px) {
  .p-store_link p span {
    font-size: 1.3rem;
  }
}
@media (min-width: 768px) and (max-width: 1279.98px) {
  .p-store_link p span {
    font-size: 1.4rem;
  }
}
@media (min-width: 1280px) {
  .p-store_link p span {
    font-size: 1.6rem;
  }
}
.p-store_link p span:first-of-type {
  color: rgba(240, 133, 25, 0.8);
}
.p-store_link p span:last-of-type {
  color: rgba(39, 144, 58, 0.8);
}
.p-store_link ul {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}
.p-store_link li {
  margin: 0.8em 0.8em 0 0;
}
.p-store_link a {
  display: inline-block;
  min-width: 70px;
  padding: 0.25em 0.5em;
  border-radius: 4px;
  background-color: #EFEFEF;
  text-align: center;
}
.p-store_link a::after {
  display: none;
}
@media (max-width: 767.98px) {
  .p-store_link a {
    font-size: 1.2rem;
  }
}
@media (min-width: 768px) and (max-width: 1279.98px) {
  .p-store_link a {
    font-size: 1.3rem;
  }
}
@media (min-width: 1280px) {
  .p-store_link a {
    font-size: 1.4rem;
  }
  .p-store_link a:hover {
    filter: brightness(70%);
  }
}
.p-store th, .p-store td {
  font-size: 83%;
}
.p-store th {
  width: 160px;
}
.p-store .c-map {
  margin: 2em 0 3em;
}
.p-store section:last-of-type .p-store_link {
  margin-bottom: 0 !important;
}

.u-anchor_link {
  display: block;
}
@media (max-width: 1279.98px) {
  .u-anchor_link {
    padding-top: 108px;
    margin-top: calc(-108px - 2em);
  }
}
@media (min-width: 1280px) {
  .u-anchor_link {
    padding-top: 200px;
    margin-top: calc(-200px - 2em);
  }
}
@media (max-width: 1279.98px) {
  .u-anchor_link_2 {
    padding-top: 108px;
    margin-top: -108px;
  }
}
@media (min-width: 1280px) {
  .u-anchor_link_2 {
    padding-top: 100px;
    margin-top: -100px;
  }
}
.u-anchor_noborder::after {
  display: none !important;
}

@media (max-width: 767.98px) {
  .is-sp {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .is-sp {
    display: none !important;
  }
}

@media (max-width: 767.98px) {
  .is-tb {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1279.98px) {
  .is-tb {
    display: block !important;
  }
}
@media (min-width: 1280px) {
  .is-tb {
    display: none !important;
  }
}

@media (max-width: 1279.98px) {
  .is-tb_in {
    display: block !important;
  }
}
@media (min-width: 1280px) {
  .is-tb_in {
    display: none !important;
  }
}

@media (max-width: 767.98px) {
  .is-tb_ge {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .is-tb_ge {
    display: block !important;
  }
}

@media (max-width: 1279.98px) {
  .is-pc {
    display: none !important;
  }
}
@media (min-width: 1280px) {
  .is-pc {
    display: block !important;
  }
}

.u-bg_wht {
  background-color: #FFFFFF;
}
.u-bg_smk {
  background-color: #EFEFEF;
}
.u-bg_slv {
  background-color: #c0c0c0;
}
.u-bg_gry {
  background-color: #71686C;
}
.u-bg_drk {
  background-color: #242424;
}
.u-bg_lgr {
  background-color: #f5fae2;
}
.u-bg_paper {
  background: url(../images/p0401_s.png) repeat;
}

.u-font_en {
  font-family: "Noto Serif JP", serif;
}
.u-font_bold {
  font-weight: 700;
}

.u-inner_1580 {
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@media (max-width: 767.98px) {
  .u-inner_1580 {
    max-width: 480px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 768px) and (max-width: 1279.98px) {
  .u-inner_1580 {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (min-width: 1280px) {
  .u-inner_1580 {
    max-width: 1580px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
.u-inner_1440 {
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@media (max-width: 767.98px) {
  .u-inner_1440 {
    max-width: 480px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 768px) and (max-width: 1279.98px) {
  .u-inner_1440 {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (min-width: 1280px) {
  .u-inner_1440 {
    max-width: 1440px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
.u-inner_1280 {
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@media (max-width: 767.98px) {
  .u-inner_1280 {
    max-width: 480px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 768px) and (max-width: 1279.98px) {
  .u-inner_1280 {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (min-width: 1280px) {
  .u-inner_1280 {
    max-width: 1280px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
.u-inner_1080 {
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@media (max-width: 767.98px) {
  .u-inner_1080 {
    max-width: 480px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 768px) and (max-width: 1279.98px) {
  .u-inner_1080 {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (min-width: 1280px) {
  .u-inner_1080 {
    max-width: 1080px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
.u-inner_880 {
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@media (max-width: 767.98px) {
  .u-inner_880 {
    max-width: 480px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 768px) and (max-width: 1279.98px) {
  .u-inner_880 {
    max-width: 880px;
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (min-width: 1280px) {
  .u-inner_880 {
    max-width: 880px;
    padding-left: 40px;
    padding-right: 40px;
  }
}

.u-margin_0 {
  margin: 0 !important;
}
.u-margin_1 {
  margin: 1em 0 !important;
}
.u-margin_2 {
  margin: 2em 0 !important;
}
.u-margin_auto {
  margin: auto;
}
.u-margin_top_0 {
  margin-top: 0 !important;
}
.u-margin_top_1 {
  margin-top: 1em;
}
@media (max-width: 767.98px) {
  .u-margin_top_50 {
    margin-top: 28px !important;
  }
}
@media (min-width: 768px) and (max-width: 1279.98px) {
  .u-margin_top_50 {
    margin-top: 36px !important;
  }
}
@media (min-width: 1280px) {
  .u-margin_top_50 {
    margin-top: 50px !important;
  }
}
@media (max-width: 767.98px) {
  .u-margin_top_60 {
    margin-top: 36px !important;
  }
}
@media (min-width: 768px) and (max-width: 1279.98px) {
  .u-margin_top_60 {
    margin-top: 48px !important;
  }
}
@media (min-width: 1280px) {
  .u-margin_top_60 {
    margin-top: 60px !important;
  }
}
@media (max-width: 767.98px) {
  .u-margin_top_90 {
    margin-top: 48px !important;
  }
}
@media (min-width: 768px) and (max-width: 1279.98px) {
  .u-margin_top_90 {
    margin-top: 72px !important;
  }
}
@media (min-width: 1280px) {
  .u-margin_top_90 {
    margin-top: 90px !important;
  }
}
@media (max-width: 767.98px) {
  .u-margin_top_120 {
    margin-top: 60px !important;
  }
}
@media (min-width: 768px) and (max-width: 1279.98px) {
  .u-margin_top_120 {
    margin-top: 90px !important;
  }
}
@media (min-width: 1280px) {
  .u-margin_top_120 {
    margin-top: 120px !important;
  }
}
.u-margin_bottom_0 {
  margin-bottom: 0 !important;
}
@media (max-width: 767.98px) {
  .u-margin_bottom_120 {
    margin-bottom: 60px !important;
  }
}
@media (min-width: 768px) and (max-width: 1279.98px) {
  .u-margin_bottom_120 {
    margin-bottom: 90px !important;
  }
}
@media (min-width: 1280px) {
  .u-margin_bottom_120 {
    margin-bottom: 120px !important;
  }
}

.u-padding_0 {
  padding: 0 !important;
}
.u-padding_top_0 {
  padding-top: 0 !important;
}
.u-padding_bottom_0 {
  padding-bottom: 0 !important;
}
@media (max-width: 767.98px) {
  .u-padding_top_80 {
    padding-top: 40px;
  }
}
@media (min-width: 768px) and (max-width: 1279.98px) {
  .u-padding_top_80 {
    padding-top: 60px;
  }
}
@media (min-width: 1280px) {
  .u-padding_top_80 {
    padding-top: 80px;
  }
}
@media (max-width: 767.98px) {
  .u-padding_top_120 {
    padding-top: 60px;
  }
}
@media (min-width: 768px) and (max-width: 1279.98px) {
  .u-padding_top_120 {
    padding-top: 90px;
  }
}
@media (min-width: 1280px) {
  .u-padding_top_120 {
    padding-top: 120px;
  }
}
@media (max-width: 767.98px) {
  .u-padding_bottom_80 {
    padding-bottom: 40px;
  }
}
@media (min-width: 768px) and (max-width: 1279.98px) {
  .u-padding_bottom_80 {
    padding-bottom: 60px;
  }
}
@media (min-width: 1280px) {
  .u-padding_bottom_80 {
    padding-bottom: 80px;
  }
}
@media (max-width: 767.98px) {
  .u-padding_bottom_120 {
    padding-bottom: 60px;
  }
}
@media (min-width: 768px) and (max-width: 1279.98px) {
  .u-padding_bottom_120 {
    padding-bottom: 90px;
  }
}
@media (min-width: 1280px) {
  .u-padding_bottom_120 {
    padding-bottom: 120px;
  }
}
@media (max-width: 767.98px) {
  .u-padding_80 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (min-width: 768px) and (max-width: 1279.98px) {
  .u-padding_80 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (min-width: 1280px) {
  .u-padding_80 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (max-width: 767.98px) {
  .u-padding_120 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (min-width: 768px) and (max-width: 1279.98px) {
  .u-padding_120 {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}
@media (min-width: 1280px) {
  .u-padding_120 {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
@media (max-width: 767.98px) {
  .u-padding_160 {
    padding-top: 72px;
    padding-bottom: 72px;
  }
}
@media (min-width: 768px) and (max-width: 1279.98px) {
  .u-padding_160 {
    padding-top: 108px;
    padding-bottom: 108px;
  }
}
@media (min-width: 1280px) {
  .u-padding_160 {
    padding-top: 160px;
    padding-bottom: 160px;
  }
}

@media (max-width: 767.98px) {
  .u-size_12 {
    font-size: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 1279.98px) {
  .u-size_12 {
    font-size: 1.1rem;
  }
}
@media (min-width: 1280px) {
  .u-size_12 {
    font-size: 1.2rem;
  }
}
@media (max-width: 767.98px) {
  .u-size_14 {
    font-size: 1.2rem;
  }
}
@media (min-width: 768px) and (max-width: 1279.98px) {
  .u-size_14 {
    font-size: 1.3rem;
  }
}
@media (min-width: 1280px) {
  .u-size_14 {
    font-size: 1.4rem;
  }
}
@media (max-width: 767.98px) {
  .u-size_15 {
    font-size: 1.4rem;
  }
}
@media (min-width: 768px) and (max-width: 1279.98px) {
  .u-size_15 {
    font-size: 1.4rem;
  }
}
@media (min-width: 1280px) {
  .u-size_15 {
    font-size: 1.5rem;
  }
}
@media (max-width: 767.98px) {
  .u-size_16 {
    font-size: 1.4rem;
  }
}
@media (min-width: 768px) and (max-width: 1279.98px) {
  .u-size_16 {
    font-size: 1.5rem;
  }
}
@media (min-width: 1280px) {
  .u-size_16 {
    font-size: 1.6rem;
  }
}
@media (max-width: 767.98px) {
  .u-size_18 {
    font-size: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 1279.98px) {
  .u-size_18 {
    font-size: 1.7rem;
  }
}
@media (min-width: 1280px) {
  .u-size_18 {
    font-size: 1.8rem;
  }
}
@media (max-width: 767.98px) {
  .u-size_20 {
    font-size: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 1279.98px) {
  .u-size_20 {
    font-size: 1.8rem;
  }
}
@media (min-width: 1280px) {
  .u-size_20 {
    font-size: 2rem;
  }
}
@media (max-width: 767.98px) {
  .u-size_24 {
    font-size: 1.8rem;
  }
}
@media (min-width: 768px) and (max-width: 1279.98px) {
  .u-size_24 {
    font-size: 2rem;
  }
}
@media (min-width: 1280px) {
  .u-size_24 {
    font-size: 2.4rem;
  }
}
@media (max-width: 767.98px) {
  .u-size_28 {
    font-size: 1.8rem;
  }
}
@media (min-width: 768px) and (max-width: 1279.98px) {
  .u-size_28 {
    font-size: 2.4rem;
  }
}
@media (min-width: 1280px) {
  .u-size_28 {
    font-size: 2.8rem;
  }
}
@media (max-width: 767.98px) {
  .u-size_36 {
    font-size: 2.4rem;
  }
}
@media (min-width: 768px) and (max-width: 1279.98px) {
  .u-size_36 {
    font-size: 2.8rem;
  }
}
@media (min-width: 1280px) {
  .u-size_36 {
    font-size: 3.6rem;
  }
}
@media (max-width: 767.98px) {
  .u-size_45 {
    font-size: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 1279.98px) {
  .u-size_45 {
    font-size: 3rem;
  }
}
@media (min-width: 1280px) {
  .u-size_45 {
    font-size: 4.5rem;
  }
}
@media (max-width: 767.98px) {
  .u-size_56 {
    font-size: 3rem;
  }
}
@media (min-width: 768px) and (max-width: 1279.98px) {
  .u-size_56 {
    font-size: 4rem;
  }
}
@media (min-width: 1280px) {
  .u-size_56 {
    font-size: 5.6rem;
  }
}

.u-text_upper {
  text-transform: uppercase;
}
.u-text_center {
  text-align: center;
}
.u-text_right {
  text-align: right;
}
.u-text_lede {
  font-weight: 500;
  line-height: 2.2;
}
.u-text_pnk {
  color: #D90060;
}

.c-map {
  width: 100%;
  margin: 3em 0;
}
@media (max-width: 767.98px) {
  .c-map {
    height: 280px;
  }
}
@media (min-width: 768px) and (max-width: 1279.98px) {
  .c-map {
    height: 320px;
  }
}
@media (min-width: 1280px) {
  .c-map {
    height: 360px;
  }
}
.c-map iframe {
  width: 100%;
  height: 100%;
}

.c-movie {
  width: 100%;
  aspect-ratio: 16/9;
  margin: 2em 0 0;
  position: relative;
}
.c-movie iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.u-border_smk {
  border-top: 1px solid #EFEFEF;
  border-bottom: 1px solid #EFEFEF;
}

/* --- 修正前（参考用） ---
.u-width_100 {
  width: 100% !important;
  max-width: 10000px !important;
}
-------------------------- */

/* ✅ 2025/05/19 修正後：過剰な拡大を防ぎ、画像を親要素内に収める */
.u-width_100 {
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  display: block !important;
}

@media (max-width: 767.98px) {
  #present .c-button_store {
    margin: 60px 0 0 !important;
  }
}
@media (min-width: 768px) and (max-width: 1279.98px) {
  #present .c-button_store {
    margin: 90px 0 0 !important;
  }
}
@media (min-width: 1280px) {
  #present .c-button_store {
    margin: 120px 0 0 !important;
  }
}

.p-fascilities_list {
  margin: 1.5em 0;
}
.p-fascilities_list ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}
.p-fascilities_list li {
  padding-left: 0 !important;
}
.p-fascilities_list li::before {
  display: none;
}
@media (max-width: 767.98px) {
  .p-fascilities_list li {
    margin: 0 12px 12px 0;
  }
}
@media (min-width: 768px) {
  .p-fascilities_list li {
    margin: 0 1em 1em 0;
  }
}
.p-fascilities_list li:nth-child(1) a {
  background-color: #f08519;
}
.p-fascilities_list li:nth-child(2) a {
  background-color: #f08519;
}
.p-fascilities_list li:nth-child(3) a {
  background-color: #f08519;
}
.p-fascilities_list li:nth-child(4) a {
  background-color: #4b0082;
}
.p-fascilities_list li:nth-child(5) a {
  background-color: #D90060;
}
.p-fascilities_list li:nth-child(6) a {
  background-color: #1E73BE;
}
.p-fascilities_list li:nth-child(7) a {
  background-color: #27903A;
}
.p-fascilities_list li:nth-child(8) a {
  background-color: #71686C;
}
.p-fascilities_list a {
  display: inline-block;
  min-width: 70px;
  padding: 0.25em 0.5em;
  margin: 0;
  border-radius: 4px;
  color: #FFFFFF;
  text-align: center;
}
.p-fascilities_list a::after {
  display: none;
}
@media (max-width: 767.98px) {
  .p-fascilities_list a {
    font-size: 1.2rem;
  }
}
@media (min-width: 768px) and (max-width: 1279.98px) {
  .p-fascilities_list a {
    font-size: 1.3rem;
  }
}
@media (min-width: 1280px) {
  .p-fascilities_list a {
    font-size: 1.4rem;
  }
  .p-fascilities_list a:hover {
    filter: brightness(95%);
  }
}

#table_1 h2::after, #table_2 h2::after, #table_3 h2::after {
  background-color: #f08519;
}

#table_4 h2::after {
  background-color: #4b0082;
}

#table_5 h2::after {
  background-color: #D90060;
}

#table_6 h2::after {
  background-color: #1E73BE;
}

#table_7 h2::after {
  background-color: #27903A;
}

#table_8 h2::after {
  background-color: #71686C;
}

@media (max-width: 767.98px) {
  .p-jabank li:has(> a) {
    margin: 1em 0;
  }
}

@-moz-document url-prefix() {
  .c-tab label.is-checked {
    background-color: #FFFFFF;
    border-style: solid;
    border-width: 4px 1px 1px;
    color: #000000;
  }
  .c-tab label.is-checked + div {
    display: block;
    border: 1px solid #EFEFEF;
    border-color: #FFFFFF #EFEFEF #EFEFEF;
  }
  .c-tab_2 label.is-checked {
    border-color: #27903A #EFEFEF #FFFFFF;
    background-color: #FFFFFF;
    border-style: solid;
    border-width: 4px 1px 1px;
    color: #000000;
  }
  .c-tab_2 label.is-checked + div {
    display: block;
    border: 1px solid #EFEFEF;
    border-color: #FFFFFF #EFEFEF #EFEFEF;
  }
  .p-vegetable a:not(:last-of-type) {
    margin-right: 1.5em;
    position: relative;
  }
  .p-vegetable a:not(:last-of-type)::before {
    content: "/";
    display: inline-block;
    position: absolute;
    top: 0;
    right: -1em;
  }
  @media (max-width: 767.98px) {
    .p-article_info {
      margin-top: -60px;
    }
  }
  @media (min-width: 768px) and (max-width: 1279.98px) {
    .p-article_info {
      margin-top: -65px;
    }
  }
  @media (min-width: 1280px) {
    .p-article_info {
      margin-top: -70px;
    }
  }
  .p-cooking_tag + .p-cooking_list {
    margin-top: 4em !important;
  }
}/*# sourceMappingURL=app.css.map */