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

/* HTML5 display role reset for older browsers */
:where(article, aside, details, figcaption, figure,
footer, header, h4, menu, nav, section) {
  display: block;
}

:where(ol, ul) {
  list-style: none;
}

:where(blockquote, q) {
  quotes: none;
}

:where(blockquote, q)::before, :where(blockquote, q)::after {
  content: "";
  content: none;
}

:where(table) {
  border-collapse: collapse;
  border-spacing: 0;
}

/* フォーム部品の初期化 */
:where(input, button, select, textarea) {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  -webkit-appearance: none;
          appearance: none;
}

:where(button) {
  cursor: pointer;
}

/* 画像のレスポンシブ化 */
:where(img, svg, video) {
  max-width: 100%;
  max-height: 100%;
  height: auto;
  vertical-align: top;
}

/* ユーザー選択の許可 */
*, *::before, *::after {
  box-sizing: border-box;
}

:where(a) {
  text-decoration: none;
  cursor: pointer;
}

.c-kv {
  position: relative;
}
@media print, screen and (min-width: 751px) {
  .c-kv {
    aspect-ratio: 1420/403;
    width: calc(100% - 20px);
    margin: 0 10px;
  }
}
@media screen and (max-width: 750px) {
  .c-kv {
    min-height: 63.4666666667vw;
    margin: 0 1.3333333333vw;
  }
}
.c-kv__bg {
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.c-kv__bg__image {
  width: 100%;
  height: 100%;
}
.c-kv__bg__cover {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: var(--color-bg-kv-cover);
  opacity: 0.6;
}
.c-kv__fg {
  position: relative;
  z-index: 1;
}
@media print, screen and (min-width: 751px) {
  .c-kv__fg {
    min-height: 403px;
  }
}
@media screen and (max-width: 750px) {
  .c-kv__fg {
    min-height: 63.4666666667vw;
  }
}
.c-kv__fg__inner {
  position: absolute;
  margin: auto;
}
@media print, screen and (min-width: 1441px) {
  .c-kv__fg__inner {
    width: 1280px;
    left: -9999px;
    right: -9999px;
    top: auto;
    bottom: 65px;
    padding-bottom: 38px;
  }
}
@media print, screen and (min-width: 751px) and (max-width: 1440px) {
  .c-kv__fg__inner {
    left: 70px;
    right: 70px;
    top: auto;
    bottom: 65px;
    padding-bottom: 38px;
  }
}
@media screen and (max-width: 750px) {
  .c-kv__fg__inner {
    left: 5.3333333333vw;
    right: 5.3333333333vw;
    top: auto;
    bottom: 9.8666666667vw;
    padding-bottom: 3.2vw;
  }
}
.c-kv__fg__inner {
  flex-grow: 1;
}
.c-kv__fg__inner:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  background-color: var(--color-border1);
}
@media print, screen and (min-width: 751px) {
  .c-kv__fg__inner:after {
    height: 0;
  }
}
@media screen and (max-width: 750px) {
  .c-kv__fg__inner:after {
    height: 0vw;
  }
}
.c-kv__title__sub {
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  color: var(--color-text-kv);
  line-height: 1.2;
}
@media print, screen and (min-width: 751px) {
  .c-kv__title__sub {
    font-size: 32px;
  }
}
@media screen and (max-width: 750px) {
  .c-kv__title__sub {
    font-size: 5.8666666667vw;
  }
}
.c-kv__title__main {
  font-family: "Lexend Giga", "Zen Old Mincho", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  color: var(--color-text-kv);
  line-height: 1;
}
@media print, screen and (min-width: 751px) {
  .c-kv__title__main {
    font-size: 18px;
    margin-top: 22px;
  }
}
@media screen and (max-width: 750px) {
  .c-kv__title__main {
    font-size: 3.4666666667vw;
    margin-top: 5.0666666667vw;
  }
}
.c-kv__title__main small {
  font-family: "Lexend Giga", "Zen Old Mincho", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
}
@media print, screen and (min-width: 751px) {
  .c-kv__title__main small {
    font-size: 18px;
  }
}
@media screen and (max-width: 750px) {
  .c-kv__title__main small {
    font-size: 3.4666666667vw;
  }
}

.c-image {
  --excess-height: 50%;
}
.c-image__image {
  width: 100%;
  height: 100%;
}
.c-image--cover .c-image__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-image--parallax:not(.has-caption) {
  position: relative;
  overflow: hidden;
}
.c-image--parallax:not(.has-caption) .c-image__image {
  --translateY: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: calc(100% + var(--excess-height));
  will-change: transform;
  transform: translate3d(0, var(--translateY), 0);
}
@media print, screen and (min-width: 751px) {
  .c-image--parallax:not(.has-caption) .c-image__image {
    height: calc(100% + var(--excess-height-pc));
  }
}
@media screen and (max-width: 750px) {
  .c-image--parallax:not(.has-caption) .c-image__image {
    height: calc(100% + var(--excess-height-sp));
  }
}
.c-image--parallax:not(.has-caption) .c-image__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-image--parallax.has-caption {
  overflow: visible;
}
.c-image--parallax.has-caption .c-image {
  --translateY: 0;
}
.c-image--parallax.has-caption .c-image__image {
  position: relative;
  overflow: hidden;
}
.c-image--parallax.has-caption .c-image__image img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  max-height: 9999px;
  height: calc(100% + var(--excess-height));
  object-fit: cover;
  will-change: transform;
  transform: translate3d(0, var(--translateY), 0);
}
.c-image--horizontal {
  display: flex;
}
@media screen and (max-width: 750px) {
  .c-image--horizontal {
    flex-direction: column;
  }
}
.c-image--horizontal .c-image__image {
  flex-shrink: 0;
}
.c-image--horizontal .c-image__caption {
  flex-grow: 1;
}
@media print, screen and (min-width: 751px) {
  .c-image--horizontal.reverse {
    flex-direction: row-reverse;
  }
}
@media print, screen and (min-width: 751px) {
  .c-image--horizontal.align-center {
    align-items: center;
  }
}
@media print, screen and (min-width: 751px) {
  .c-image.align-end {
    align-items: flex-end;
  }
}

.c-icon {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: var(--width-icon-default);
  height: var(--height-icon-default);
  flex-shrink: 0;
}
.c-icon svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
}
.c-icon--medium {
  width: var(--width-icon-medium);
  height: var(--height-icon-medium);
}
.c-icon--large {
  width: var(--width-icon-large);
  height: var(--height-icon-large);
}
.c-icon--small {
  width: var(--width-icon-small);
  height: var(--height-icon-small);
}

.c-icon--arrow {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: var(--width-icon-default);
  height: var(--height-icon-default);
}
.c-icon--arrow svg {
  position: absolute;
  transition: all 0.4s;
  width: 100%;
  height: 100%;
}
.c-icon--arrow svg.s1 {
  left: 0;
  top: 0;
  transform: translate3d(0, 0, 0);
}
.c-icon--arrow svg.s2 {
  opacity: 0;
  left: 0;
  top: 0;
}
.c-icon--arrow--medium {
  width: var(--width-icon-medium);
  height: var(--height-icon-medium);
}
.c-icon--arrow--large {
  width: var(--width-icon-large);
  height: var(--height-icon-large);
}
.c-icon--arrow--small {
  width: var(--width-icon-small);
  height: var(--height-icon-small);
}
.c-icon--arrow.c-icon__up svg.s2 {
  transform: translate3d(0, 66%, 0);
}
.c-icon--arrow.c-icon__right svg.s2 {
  transform: translate3d(-66%, 0, 0);
}
.c-icon--arrow.c-icon__down svg.s2 {
  transform: translate3d(0, -66%, 0);
}
.c-icon--arrow.c-icon__left svg.s2 {
  transform: translate3d(66%, 0, 0);
}
.c-icon--arrow.upwards {
  rotate: -90deg;
}
.c-icon--arrow.downwards {
  rotate: 90deg;
}
.c-icon--arrow.backwards {
  rotate: 180deg;
}

.c-icon-text {
  display: inline-flex;
  align-items: center;
}
@media print, screen and (min-width: 751px) {
  .c-icon-text {
    gap: 5px;
  }
}
@media screen and (max-width: 750px) {
  .c-icon-text {
    gap: 1.3333333333vw;
  }
}
.c-icon-text .c-icon svg {
  fill: currentColor;
}
.c-icon-text--reverse {
  flex-direction: row-reverse;
}
.c-icon-text--vertical {
  flex-direction: column;
}
.c-icon-text--vertical.c-icon-text--reverse {
  flex-direction: column-reverse;
}

a:hover .c-icon--arrow.c-icon__up svg.s1,
button:hover .c-icon--arrow.c-icon__up svg.s1 {
  animation: cIconArrow1Up 0.4s forwards;
}
a:hover .c-icon--arrow.c-icon__up svg.s2,
button:hover .c-icon--arrow.c-icon__up svg.s2 {
  animation: cIconArrow2Up 0.4s 0.2666666667s forwards;
}
a:hover .c-icon--arrow.c-icon__right svg.s1,
button:hover .c-icon--arrow.c-icon__right svg.s1 {
  animation: cIconArrow1Right 0.4s forwards;
}
a:hover .c-icon--arrow.c-icon__right svg.s2,
button:hover .c-icon--arrow.c-icon__right svg.s2 {
  animation: cIconArrow2Right 0.4s 0.2666666667s forwards;
}
a:hover .c-icon--arrow.c-icon__down svg.s1,
button:hover .c-icon--arrow.c-icon__down svg.s1 {
  animation: cIconArrow1Down 0.4s forwards;
}
a:hover .c-icon--arrow.c-icon__down svg.s2,
button:hover .c-icon--arrow.c-icon__down svg.s2 {
  animation: cIconArrow2Down 0.4s 0.2666666667s forwards;
}
a:hover .c-icon--arrow.c-icon__left svg.s1,
button:hover .c-icon--arrow.c-icon__left svg.s1 {
  animation: cIconArrow1Left 0.4s forwards;
}
a:hover .c-icon--arrow.c-icon__left svg.s2,
button:hover .c-icon--arrow.c-icon__left svg.s2 {
  animation: cIconArrow2Left 0.4s 0.2666666667s forwards;
}

@keyframes cIconArrow1Up {
  0% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  100% {
    transform: translate3d(0, -66%, 0);
    opacity: 0;
  }
}
@keyframes cIconArrow2Up {
  0% {
    transform: translate3d(0, 66%, 0);
    opacity: 0;
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes cIconArrow1Right {
  0% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  100% {
    transform: translate3d(66%, 0, 0);
    opacity: 0;
  }
}
@keyframes cIconArrow2Right {
  0% {
    transform: translate3d(-66%, 0, 0);
    opacity: 0;
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes cIconArrow1Down {
  0% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  100% {
    transform: translate3d(0, 66%, 0);
    opacity: 0;
  }
}
@keyframes cIconArrow2Down {
  0% {
    transform: translate3d(0, -66%, 0);
    opacity: 0;
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes cIconArrow1Left {
  0% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  100% {
    transform: translate3d(-66%, 0, 0);
    opacity: 0;
  }
}
@keyframes cIconArrow2Left {
  0% {
    transform: translate3d(66%, 0, 0);
    opacity: 0;
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.c-tag {
  display: inline-flex;
  align-items: center;
  background-color: transparent;
  color: var(--color-text-default);
  font-family: "Lexend Giga", "Zen Old Mincho", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
}
@media print, screen and (min-width: 751px) {
  .c-tag {
    padding: 7px 10px;
    gap: 4px;
    border-radius: 8px;
  }
}
@media screen and (max-width: 750px) {
  .c-tag {
    padding: 1.8666666667vw 2.6666666667vw;
    gap: 1.0666666667vw;
    border-radius: 2.1333333333vw;
  }
}
.c-tag .icon {
  flex-shrink: 0;
  -webkit-user-select: none;
          user-select: none;
}
@media print, screen and (min-width: 751px) {
  .c-tag .icon {
    width: 15px;
    height: 15px;
  }
}
@media screen and (max-width: 750px) {
  .c-tag .icon {
    width: 4vw;
    height: 4vw;
  }
}
.c-tag .icon svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
}
.c-tag .label {
  flex-grow: 1;
  color: currentColor;
  -webkit-user-select: none;
          user-select: none;
  line-height: 1.125;
}
@media print, screen and (min-width: 751px) {
  .c-tag .label {
    font-size: 12px;
  }
}
@media screen and (max-width: 750px) {
  .c-tag .label {
    font-size: 2.6666666667vw;
  }
}
.c-tag--border {
  border-style: solid;
  border-color: var(--color-grey4);
}
@media print, screen and (min-width: 751px) {
  .c-tag--border {
    border-width: 1px;
  }
}
@media screen and (max-width: 750px) {
  .c-tag--border {
    border-width: 0.2666666667vw;
  }
}
.c-tag--checkbox {
  cursor: pointer;
  position: relative;
}
.c-tag--checkbox input {
  position: absolute;
  left: -100px;
  top: -100px;
}
.c-tag--checkbox:has(input:checked) {
  background: var(--color-bg-checkbox-checked);
}

button.c-tag {
  cursor: pointer;
  font: inherit;
}

.c-button {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: var(--color-button-default);
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  background-color: var(--color-bg-button-default);
  border-style: solid;
  border-color: var(--color-border-button-default);
}
@media print, screen and (min-width: 751px) {
  .c-button {
    border-width: 1px;
    padding: 17px 26px;
    gap: 30px;
  }
}
@media screen and (max-width: 750px) {
  .c-button {
    border-width: 0.2666666667vw;
    padding: 4.5333333333vw 6.9333333333vw;
    gap: 5.3333333333vw;
  }
}
.c-button:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: var(--color-bg-button-default-hover);
  opacity: 0;
  transition: opacity var(--duration-default);
}
.c-button .label {
  font-size: var(--font-size-button-default);
  line-height: var(--line-height-button-default);
}
@media print, screen and (min-width: 751px) {
  .c-button:hover:before {
    opacity: 1;
  }
}
.c-button--black {
  color: var(--color-button-black);
  background-color: var(--color-bg-button-black);
  border-color: var(--color-border-button-black);
}
.c-button--black:before {
  background: var(--color-bg-button-black-hover);
}
.c-button--transparent {
  background-color: transparent;
}
.c-button--transparent:before {
  background: transparent;
}
.c-button--spread {
  width: 100%;
}
@media print, screen and (min-width: 751px) {
  .c-button--slim {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
@media screen and (max-width: 750px) {
  .c-button--slim {
    padding-top: 3.2vw;
    padding-bottom: 3.2vw;
  }
}

@media print, screen and (min-width: 1441px) {
  .c-nextpage-link__inner {
    width: 1280px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media print, screen and (min-width: 751px) and (max-width: 1440px) {
  .c-nextpage-link__inner {
    margin-left: 70px;
    margin-right: 70px;
  }
}
@media screen and (max-width: 750px) {
  .c-nextpage-link__inner {
    margin-left: 5.3333333333vw;
    margin-right: 5.3333333333vw;
  }
}
.c-nextpage-link__inner .c-card {
  background-color: var(--color-bg-black0);
  color: var(--color-text-white);
}
@media print, screen and (min-width: 751px) {
  .c-nextpage-link__inner .c-card {
    padding: 25px 20px;
  }
}
@media screen and (max-width: 750px) {
  .c-nextpage-link__inner .c-card {
    padding: 4.5333333333vw 3.4666666667vw;
  }
}
@media print, screen and (min-width: 751px) {
  .c-nextpage-link__inner .c-card .c-image {
    gap: 40px;
    align-items: center;
  }
}
@media screen and (max-width: 750px) {
  .c-nextpage-link__inner .c-card .c-image {
    gap: 5.3333333333vw;
  }
}
@media print, screen and (min-width: 751px) {
  .c-nextpage-link__inner .c-card .c-image__image {
    width: 528px;
    height: 306.7184466019px;
  }
}
@media screen and (max-width: 750px) {
  .c-nextpage-link__inner .c-card .c-image__image {
    width: 82.4vw;
    height: 47.8666666667vw;
  }
}
.c-nextpage-link__inner .c-card .c-image__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media print, screen and (min-width: 751px) {
  .c-nextpage-link__inner .c-card .c-image__caption {
    padding: 0 30px;
  }
}
.c-nextpage-link__inner .c-card .c-image__caption .title {
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  line-height: var(--line-height-default);
}
@media print, screen and (min-width: 751px) {
  .c-nextpage-link__inner .c-card .c-image__caption .title {
    font-size: 40px;
  }
}
@media screen and (max-width: 750px) {
  .c-nextpage-link__inner .c-card .c-image__caption .title {
    font-size: 6.4vw;
  }
}
@media print, screen and (min-width: 751px) {
  .c-nextpage-link__inner .c-card .c-image__caption .title + .link {
    margin-top: 24px;
  }
}
@media screen and (max-width: 750px) {
  .c-nextpage-link__inner .c-card .c-image__caption .title + .link {
    margin-top: 3.4666666667vw;
  }
}
@media print, screen and (min-width: 751px) {
  .c-nextpage-link:last-child {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 750px) {
  .c-nextpage-link:last-child {
    margin-bottom: 21.3333333333vw;
  }
}
@media print, screen and (min-width: 751px) {
  .c-nextpage-link.no-image .c-nextpage-link__inner {
    width: 800px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 750px) {
  .c-nextpage-link.no-image .c-nextpage-link__inner {
    margin-left: 5.3333333333vw;
    margin-right: 5.3333333333vw;
  }
}
.c-nextpage-link.no-image .content {
  background-color: var(--color-bg-black0);
  color: var(--color-text-white);
}
@media print, screen and (min-width: 751px) {
  .c-nextpage-link.no-image .content {
    padding: 25px 95px 45px 95px;
  }
}
@media screen and (max-width: 750px) {
  .c-nextpage-link.no-image .content {
    padding: 2.4vw 3.4666666667vw 6.6666666667vw 3.4666666667vw;
  }
}
.c-nextpage-link.no-image .content .title {
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  line-height: var(--line-height-default);
}
@media print, screen and (min-width: 751px) {
  .c-nextpage-link.no-image .content .title {
    font-size: 40px;
  }
}
@media screen and (max-width: 750px) {
  .c-nextpage-link.no-image .content .title {
    font-size: 6.4vw;
  }
}
@media print, screen and (min-width: 751px) {
  .c-nextpage-link.no-image .content .title + .link {
    margin-top: 24px;
  }
}
@media screen and (max-width: 750px) {
  .c-nextpage-link.no-image .content .title + .link {
    margin-top: 3.4666666667vw;
  }
}

@media print, screen and (min-width: 751px) {
  * + .c-nextpage-link {
    margin-top: 162px;
  }
}
@media screen and (max-width: 750px) {
  * + .c-nextpage-link {
    margin-top: 13.3333333333vw;
  }
}

.c-pumpup {
  --pumpup-reveal-inset: max(0px, calc((100% - 250px) / 2));
  --pumpup-image-scale: 0.5;
  --pumpup-parallax-offset: 0px;
  --pumpup-story-height: 0px;
  position: relative;
  overflow: hidden;
  scroll-margin-top: 0;
  color: var(--color-text-white);
}
@media print, screen and (min-width: 751px) {
  .c-pumpup {
    --pumpup-reveal-inset: max(0px, calc((100% - 1000px) / 2));
  }
}
.c-pumpup.is-reveal-ready .c-pumpup__visual {
  transform: none;
}
@media print, screen and (min-width: 751px) {
  .c-pumpup.is-story-ready {
    height: max(var(--pumpup-story-height) + 164px, 100dvh - var(--height-site-header-shrink));
  }
}
@media (prefers-reduced-motion: reduce) {
  .c-pumpup .s-pumpup__stage {
    -webkit-clip-path: none;
            clip-path: none;
  }
  .c-pumpup .s-pumpup__visual img {
    transform: none;
  }
}
@media print, screen and (min-width: 751px) {
  .c-pumpup {
    height: 1017px;
  }
}
@media screen and (max-width: 750px) {
  .c-pumpup {
    height: 200vw;
  }
}
.c-pumpup__stage {
  position: relative;
  height: 100%;
  overflow: hidden;
}
.c-pumpup__visual {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.c-pumpup__visual .c-image__image,
.c-pumpup__visual picture {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.c-pumpup__visual img {
  position: absolute;
  top: -40px;
  left: 0;
  display: block;
  width: 100%;
  height: calc(100% + 80px);
  max-height: none;
  object-fit: cover;
  transform: translate3d(0, var(--history-parallax-offset), 0);
  will-change: transform;
}
@media print, screen and (min-width: 751px) {
  .c-pumpup__visual img {
    top: -60px;
    height: calc(100% + 120px);
  }
}
.c-pumpup__inner {
  position: relative;
  z-index: 1;
  height: 100%;
}
@media print, screen and (min-width: 1441px) {
  .c-pumpup__inner {
    width: 1280px;
    margin-inline: auto;
  }
}
@media print, screen and (min-width: 751px) and (max-width: 1440px) {
  .c-pumpup__inner {
    margin-inline: 70px;
  }
}
@media screen and (max-width: 750px) {
  .c-pumpup__inner {
    margin-inline: 5.3333333333vw;
  }
}
@media print, screen and (min-width: 751px) {
  .c-pumpup__content {
    position: absolute;
    top: var(--pumpup-content-top, 82px);
  }
}
@media screen and (max-width: 750px) {
  .c-pumpup__content {
    position: absolute;
    top: var(--pumpup-mobile-content-top, 96vw);
    width: 100%;
  }
}
@media print, screen and (min-width: 751px) {
  .c-pumpup--left .c-pumpup__content {
    left: 0;
  }
}
@media print, screen and (min-width: 751px) {
  .c-pumpup--right .c-pumpup__content {
    right: -4px;
  }
}
.c-pumpup--relaxation {
  --pumpup-content-top: 102px;
}
@media screen and (max-width: 750px) {
  .c-pumpup--relaxation {
    --pumpup-mobile-content-top: 98.1333333333vw;
  }
}
.c-pumpup--work {
  --pumpup-content-top: 106px;
}
@media screen and (max-width: 750px) {
  .c-pumpup--work {
    --pumpup-mobile-content-top: 100.8vw;
  }
}
.c-pumpup--future {
  --pumpup-content-top: 163px;
}
@media screen and (max-width: 750px) {
  .c-pumpup--future {
    --pumpup-mobile-content-top: 95.7333333333vw;
  }
}
@media screen and (max-width: 750px) {
  .c-pumpup--day-trip .c-pumpup__visual img {
    object-position: 58% center;
  }
}
@media screen and (max-width: 750px) {
  .c-pumpup--relaxation .c-pumpup__visual img {
    object-position: 19% center;
  }
}
@media screen and (max-width: 750px) {
  .c-pumpup--work .c-pumpup__visual img {
    object-position: 82% center;
  }
}
@media screen and (max-width: 750px) {
  .c-pumpup--future .c-pumpup__visual img {
    object-position: 29% center;
  }
}
@media print, screen and (min-width: 751px) {
  .c-pumpup__header {
    padding-left: 6px;
  }
}
.c-pumpup__heading {
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
}
@media print, screen and (min-width: 751px) {
  .c-pumpup__heading {
    font-size: 40px;
    line-height: 1.4;
  }
}
@media screen and (max-width: 750px) {
  .c-pumpup__heading {
    font-size: 8.5333333333vw;
    line-height: 1.2;
  }
}
.c-pumpup__description {
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
}
@media print, screen and (min-width: 751px) {
  .c-pumpup__description {
    margin-top: 8px;
    font-size: 16px;
    line-height: 1.8;
  }
}
@media screen and (max-width: 750px) {
  .c-pumpup__description {
    margin-top: 7.2vw;
    font-size: 16px;
    line-height: 1.8;
  }
  .c-pumpup__description br {
    display: none;
  }
}
.c-pumpup__rule {
  height: 1px;
  background-color: rgba(255, 255, 255, 0.3);
}
@media print, screen and (min-width: 751px) {
  .c-pumpup__rule {
    margin-top: 54px;
  }
}
@media screen and (max-width: 750px) {
  .c-pumpup__rule {
    margin-top: 7.2vw;
  }
}
.c-pumpup__events {
  position: relative;
}
@media print, screen and (min-width: 751px) {
  .c-pumpup__events {
    margin-top: 40px;
  }
}
@media screen and (max-width: 750px) {
  .c-pumpup__events {
    display: none;
    flex-direction: column;
    gap: 7.4666666667vw;
    margin-top: 7.4666666667vw;
  }
}
.c-pumpup__events::before {
  content: "";
  position: absolute;
  left: 0;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.3);
}
@media print, screen and (min-width: 751px) {
  .c-pumpup__events::before {
    top: 16px;
    bottom: 0;
  }
}
@media screen and (max-width: 750px) {
  .c-pumpup__events::before {
    top: 2.6666666667vw;
    bottom: 0;
  }
}
@media print, screen and (min-width: 751px) {
  .c-pumpup__details {
    display: contents;
  }
}
@media screen and (max-width: 750px) {
  .c-pumpup__details {
    display: none;
  }
}
.c-pumpup__link {
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: var(--color-text-white);
}
@media print, screen and (min-width: 751px) {
  .c-pumpup__link {
    gap: 30px;
    height: 40px;
    margin-top: 17px;
    padding: 0 26px;
    font-size: 14px;
    line-height: 1;
  }
}
@media screen and (max-width: 750px) {
  .c-pumpup__link {
    gap: 3.2vw;
    min-height: 12.8vw;
    margin-top: 8.5333333333vw;
    padding: 2.4vw 3.7333333333vw;
    font-size: 3.2vw;
    line-height: 1.5;
    text-align: center;
  }
}
@media print, screen and (min-width: 751px) {
  .c-pumpup__link .c-icon {
    width: 10px;
    height: 10px;
  }
}
@media screen and (max-width: 750px) {
  .c-pumpup__link .c-icon {
    width: 2.6666666667vw;
    height: 2.6666666667vw;
  }
}
.c-pumpup__toggle {
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
}
@media screen and (max-width: 750px) {
  .c-pumpup__toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5.3333333333vw;
    width: 100%;
    height: 10.6666666667vw;
    margin-top: 9.0666666667vw;
    border: 1px solid rgba(255, 255, 255, 0.5);
    color: var(--color-text-white);
    font-size: 3.2vw;
    line-height: 1;
  }
}
@media screen and (max-width: 750px) {
  .c-pumpup__toggle .c-icon {
    width: 2.6666666667vw;
    height: 2.6666666667vw;
    transition: rotate 0.3s ease;
  }
}
@media screen and (max-width: 750px) {
  .c-pumpup.is-open {
    height: auto;
    min-height: 200vw;
  }
}
@media screen and (max-width: 750px) {
  .c-pumpup.is-open .c-pumpup__inner {
    height: auto;
    padding-top: var(--pumpup-mobile-content-top, 96vw);
    padding-bottom: 11.2vw;
  }
}
@media screen and (max-width: 750px) {
  .c-pumpup.is-open .c-pumpup__content {
    position: static;
  }
}
@media screen and (max-width: 750px) {
  .c-pumpup.is-open .c-pumpup__events {
    display: flex;
  }
}
@media screen and (max-width: 750px) {
  .c-pumpup.is-open .c-pumpup__details {
    display: block;
  }
}
@media screen and (max-width: 750px) {
  .c-pumpup.is-open .c-pumpup__toggle .c-icon {
    rotate: 180deg;
  }
}

.c-text-link {
  --text-link-line: 1px;
  background-image: linear-gradient(currentColor, currentColor);
  background-repeat: no-repeat;
  background-size: 0 var(--text-link-line);
  background-position: right 100%;
  transition: background-size var(--duration-default) linear;
}
@media screen and (max-width: 750px) {
  .c-text-link {
    --text-link-line: 0.2666666667vw;
  }
}
@media print, screen and (min-width: 751px) {
  .c-text-link:not(.c-text-link--active):hover, a:hover .c-text-link:not(.c-text-link--active) {
    background-size: 100% var(--text-link-line);
    background-position: left 100%;
  }
}
.c-text-link--active {
  background-size: 100% var(--text-link-line);
  background-position: left 100%;
  transition: none;
}

.c-youtube {
  width: -webkit-max-content;
  width: max-content;
  display: flex;
  flex-direction: column;
}
@media print, screen and (min-width: 751px) {
  .c-youtube {
    gap: 10px;
  }
}
@media screen and (max-width: 750px) {
  .c-youtube {
    gap: 1.6vw;
  }
}
.c-youtube.is-reverse {
  flex-direction: column-reverse;
}
.c-youtube__inner {
  position: relative;
  aspect-ratio: 560/315;
}
.c-youtube__player {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.c-youtube__player iframe {
  display: block;
  max-width: 100%;
  width: 100%;
  height: 100%;
}
.c-youtube__poster {
  position: absolute;
  inset: 0;
  z-index: 1;
  transition: opacity var(--duration-default);
}
.c-youtube__poster.hidden {
  opacity: 0;
}
.c-youtube__poster .c-image {
  width: 100%;
  height: 100%;
}
.c-youtube__poster .c-image__image {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.c-youtube__poster .c-image__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform var(--duration-default);
  transform-origin: center center;
}
.c-youtube__poster__button {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 9999px;
  border-style: solid;
  border-color: var(--color-border2);
  background-color: var(--color-bg-grey2);
  cursor: pointer;
}
@media print, screen and (min-width: 751px) {
  .c-youtube__poster__button {
    width: 80px;
    height: 80px;
    border-width: 1px;
  }
}
@media screen and (max-width: 750px) {
  .c-youtube__poster__button {
    width: 16vw;
    height: 16vw;
    border-width: 0.2666666667vw;
  }
}
@media print, screen and (min-width: 751px) {
  .c-youtube__poster__button .c-icon {
    width: 17px;
    height: 17px;
  }
}
@media screen and (max-width: 750px) {
  .c-youtube__poster__button .c-icon {
    width: 3.7333333333vw;
    height: 3.7333333333vw;
  }
}
.c-youtube__poster__button .c-icon svg {
  fill: var(--color-white);
}
.c-youtube__poster:has(.c-youtube__poster__button:hover) .c-image__image img {
  transform: var(--scale-hover-default);
}

@media print, screen and (min-width: 751px) {
  .l-layout + .l-layout {
    margin-top: 40px;
  }
}
@media screen and (max-width: 750px) {
  .l-layout + .l-layout {
    margin-top: 10.6666666667vw;
  }
}
.l-layout .l-layout__inner {
  margin: 0 auto;
}
@media print, screen and (min-width: 1441px) {
  .l-layout .l-layout__inner {
    width: 1200px;
  }
}
@media print, screen and (min-width: 751px) and (max-width: 1440px) {
  .l-layout .l-layout__inner {
    width: auto;
    margin-left: 70px;
    margin-right: 70px;
  }
}
@media screen and (max-width: 750px) {
  .l-layout .l-layout__inner {
    width: 94.6666666667vw;
  }
}
.l-layout .l-layout__inner:has(.l-layout--col-3--shrink) {
  display: flex;
  justify-content: center;
}

@media print, screen and (min-width: 751px) {
  .s-section {
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media screen and (max-width: 750px) {
  .s-section {
    margin-left: 1.3333333333vw;
    margin-right: 1.3333333333vw;
  }
}
@media print, screen and (min-width: 1441px) {
  .s-section__inner {
    width: 1280px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media print, screen and (min-width: 751px) and (max-width: 1440px) {
  .s-section__inner {
    margin-left: 70px;
    margin-right: 70px;
  }
}
@media screen and (max-width: 750px) {
  .s-section__inner {
    margin-left: 5.3333333333vw;
    margin-right: 5.3333333333vw;
  }
}
.s-section--black {
  background-color: var(--color-bg-black2);
  color: var(--color-text-white);
}
.s-section--white {
  background-color: var(--color-bg-white);
  color: var(--color-text-default);
}

@media print, screen and (min-width: 751px) {
  * + .s-section {
    margin-top: 10px;
  }
}
@media screen and (max-width: 750px) {
  * + .s-section {
    margin-top: 1.3333333333vw;
  }
}

:root {
  --color-white: #ffffff;
  --color-white2: #F7F4EF;
  --color-black0: #000000;
  --color-black: #212121;
  --color-black2: #0E0E10;
  --color-black3: #16140F;
  --color-grey1: #C8C8C8;
  --color-grey2: rgba(0, 0, 0, 0.5);
  --color-grey3: #d7d7d7;
  --color-grey4: rgba(153, 153, 153, 0.5);
  --color-grey5: #707070;
  --color-grey6: rgba(153, 153, 153, 0.5);
  --color-bg-base: var(--color-white2);
  --color-bg-base-transparent: rgba(247, 244, 239, 0);
  --color-bg-black0: var(--color-black0);
  --color-bg-black2: var(--color-black2);
  --color-bg-white: var(--color-white);
  --color-bg-grey2: var(--color-grey2);
  --color-bg-button-default: var(--color-white);
  --color-bg-button-default-hover: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  --color-bg-button-black: var(--color-black0);
  --color-bg-button-black-hover: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 100%);
  --color-bg-footer: var(--color-black2);
  --color-bg-spnavi-button-bar: var(--color-black0);
  --color-bg-spnavi-button-bar-white: var(--color-white);
  --color-bg-checkbox-checked: var(--color-grey6);
  --color-bg-kv-cover: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 20%, black 100%);
  --color-border1: rgba(255, 255, 255, 0.3);
  --color-border2: rgba(255, 255, 255, 0.5);
  --color-border3: var(--color-grey3);
  --color-border5: var(--color-grey5);
  --color-border-button-default: var(--color-grey1);
  --color-border-button-black: rgba(255, 255, 255, 0.5);
  --color-text-default: var(--color-black);
  --color-text-white: var(--color-white);
  --color-text-header-nav: var(--color-black3);
  --color-text-footer: var(--color-white);
  --color-text-kv: var(--color-white);
  --color-button-default: var(--color-black);
  --color-button-black: var(--color-white);
  --line-height-default: 1.8;
  --line-height-button-default: 1.0714285714;
  --duration-default: 0.4s;
  --opacity-hover: 0.7;
  --scale-hover-default: scale(1.03);
}
@media print, screen and (min-width: 751px) {
  :root {
    --font-size-default: 16px;
    --font-size-header-nav-label: 16px;
    --font-size-header-nav-sub: 16px;
    --font-size-button-default: 14px;
    --width-icon-default: 10px;
    --width-icon-medium: 18px;
    --width-icon-large: 23px;
    --width-icon-small: 10px;
    --height-icon-default: var(--width-icon-default);
    --height-icon-medium: var(--width-icon-medium);
    --height-icon-large: var(--width-icon-large);
    --height-icon-small: var(--width-icon-small);
    --height-site-header: 155px;
    --height-site-header-shrink: 80px;
    --height-site-footer: 200px;
  }
}
@media screen and (max-width: 750px) {
  :root {
    --font-size-default: 4.2666666667vw;
    --font-size-header-nav-label: 5.3333333333vw;
    --font-size-header-nav-sub: 3.4666666667vw;
    --font-size-button-default: 3.7333333333vw;
    --width-icon-default: 2.6666666667vw;
    --width-icon-medium: 4.8vw;
    --width-icon-large: 6.1333333333vw;
    --width-icon-small: 2.6666666667vw;
    --height-icon-default: var(--width-icon-default);
    --height-icon-medium: var(--width-icon-medium);
    --height-icon-large: var(--width-icon-large);
    --height-icon-small: var(--width-icon-small);
    --height-site-header: 21.3333333333vw;
    --height-site-header-shrink: 21.3333333333vw;
    --height-site-footer: 110.1333333333vw;
  }
}

.gooddayexpress .site-header {
  position: fixed;
  z-index: 6000;
  left: 0;
  top: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: var(--height-site-header);
  background-color: var(--color-bg-base);
  transition: all var(--duration-default);
}
@media print, screen and (min-width: 751px) {
  .gooddayexpress .site-header {
    height: 155px;
  }
}
@media screen and (max-width: 750px) {
  .gooddayexpress .site-header {
    height: 21.3333333333vw;
  }
}
.gooddayexpress .site-header > .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
}
@media print, screen and (min-width: 751px) {
  .gooddayexpress .site-header > .inner {
    height: 80px;
    margin: 0 60px;
  }
}
.gooddayexpress .site-header > .inner .logo {
  flex-shrink: 0;
  position: relative;
  z-index: 6010;
  transition: all var(--duration-default);
}
@media print, screen and (min-width: 751px) {
  .gooddayexpress .site-header > .inner .logo {
    width: 80px;
    height: 45.0666666667px;
  }
}
@media screen and (max-width: 750px) {
  .gooddayexpress .site-header > .inner .logo {
    width: 12.5333333333vw;
    height: 7.0604444444vw;
    margin-left: 6.6666666667vw;
  }
}
.gooddayexpress .site-header > .inner .logo svg {
  width: 100%;
  height: 100%;
  transition: all var(--duration-default);
  fill: var(--color-black);
}
@media print, screen and (min-width: 751px) {
  .gooddayexpress .site-header > .inner .pc-navi ul {
    display: flex;
    align-items: center;
    gap: 35px;
  }
  .gooddayexpress .site-header > .inner .pc-navi ul li a {
    font-family: "Zen Old Mincho", serif;
    font-weight: 500;
    font-size: var(--font-size-header-nav-label);
    color: var(--color-text-header-nav);
    transition: all var(--duration-default);
  }
  .gooddayexpress .site-header > .inner .sp-navi {
    display: none;
  }
}
@media screen and (max-width: 750px) {
  .gooddayexpress .site-header > .inner .pc-navi {
    display: none;
  }
  .gooddayexpress .site-header > .inner .sp-navi {
    pointer-events: all;
  }
  .gooddayexpress .site-header > .inner .sp-navi .sp-navi-content {
    position: absolute;
    z-index: 6008;
    background-color: var(--color-bg-base);
    overflow: auto;
    left: -9999px;
    top: -9999px;
    opacity: 0;
    width: calc(100% - 5.3333333333vw);
  }
  .gooddayexpress .site-header > .inner .sp-navi .sp-navi-content > .wrap {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: calc(100dvh - 5.3333333333vw);
  }
  .gooddayexpress .site-header > .inner .sp-navi .sp-navi-content > .wrap .link {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 9.8666666667vw;
  }
  .gooddayexpress .site-header > .inner .sp-navi .sp-navi-content > .wrap .link li a {
    color: var(--color-text-header-sp);
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2.6666666667vw;
  }
  .gooddayexpress .site-header > .inner .sp-navi .sp-navi-content > .wrap .link li a .label {
    font-family: "Zen Old Mincho", serif;
    font-weight: 500;
    font-size: var(--font-size-header-nav-label);
    line-height: 1;
  }
  .gooddayexpress .site-header > .inner .sp-navi .sp-navi-content > .wrap .link li a .sub {
    font-family: "Lexend Giga", "Zen Old Mincho", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-size: var(--font-size-header-nav-sub);
    line-height: 1;
  }
  .gooddayexpress .site-header > .inner .sp-navi .sp-navi-curtain {
    position: absolute;
    z-index: 6007;
    background-color: var(--color-bg-base);
    width: 100%;
    height: 100dvh;
    overflow: auto;
    left: -9999px;
    top: -9999px;
    opacity: 0;
  }
  .gooddayexpress .site-header > .inner .sp-navi .sp-navi-button {
    position: relative;
    z-index: 6009;
    width: 6.6666666667vw;
    height: 6.6666666667vw;
    margin-right: 6.6666666667vw;
  }
  .gooddayexpress .site-header > .inner .sp-navi .sp-navi-button button {
    width: 100%;
    height: 100%;
    background-color: transparent;
    border-width: 0;
    padding: 0;
    margin: 0;
    cursor: pointer;
    position: relative;
  }
  .gooddayexpress .site-header > .inner .sp-navi .sp-navi-button button .icon .bar {
    position: absolute;
    margin: auto;
    top: -9999px;
    bottom: -9999px;
    left: -9999px;
    right: -9999px;
    display: block;
    background-color: var(--color-bg-spnavi-button-bar);
    transition: all var(--duration-default);
    width: 3.3333333333vw;
    height: 0.2666666667vw;
  }
  .gooddayexpress .site-header > .inner .sp-navi .sp-navi-button button .icon .bar.b1L {
    transform: translate3d(-1.6666666667vw, -1.3333333333vw, 0);
    transform-origin: right bottom;
  }
  .gooddayexpress .site-header > .inner .sp-navi .sp-navi-button button .icon .bar.b1R {
    transform: translate3d(1.6666666667vw, -1.3333333333vw, 0);
    transform-origin: left bottom;
  }
  .gooddayexpress .site-header > .inner .sp-navi .sp-navi-button button .icon .bar.b2 {
    width: 6.6666666667vw;
    transform: translate3d(0, 0, 0);
    transform-origin: center center;
  }
  .gooddayexpress .site-header > .inner .sp-navi .sp-navi-button button .icon .bar.b3L {
    transform: translate3d(-1.6666666667vw, 1.3333333333vw, 0);
    transform-origin: right top;
  }
  .gooddayexpress .site-header > .inner .sp-navi .sp-navi-button button .icon .bar.b3R {
    transform: translate3d(1.6666666667vw, 1.3333333333vw, 0);
    transform-origin: left top;
  }
  .gooddayexpress .site-header > .inner .sp-navi.is-show .sp-navi-content {
    animation: spNaviShowSP forwards var(--duration-default);
  }
  .gooddayexpress .site-header > .inner .sp-navi.is-show .sp-navi-curtain {
    animation: spNaviCurtainShow forwards var(--duration-default);
  }
  .gooddayexpress .site-header > .inner .sp-navi.is-show .sp-navi-button button .icon .bar.b1L {
    transform: translate3d(-1.6666666667vw, 0, 0) rotate(30deg);
  }
  .gooddayexpress .site-header > .inner .sp-navi.is-show .sp-navi-button button .icon .bar.b1R {
    transform: translate3d(1.6666666667vw, 0, 0) rotate(-30deg);
  }
  .gooddayexpress .site-header > .inner .sp-navi.is-show .sp-navi-button button .icon .bar.b2 {
    width: 0;
  }
  .gooddayexpress .site-header > .inner .sp-navi.is-show .sp-navi-button button .icon .bar.b3L {
    transform: translate3d(-1.6666666667vw, 0, 0) rotate(-30deg);
  }
  .gooddayexpress .site-header > .inner .sp-navi.is-show .sp-navi-button button .icon .bar.b3R {
    transform: translate3d(1.6666666667vw, 0, 0) rotate(30deg);
  }
}
@media screen and (max-width: 750px) and (min-width: 751px) {
  .gooddayexpress .site-header > .inner .sp-navi.is-hide .sp-navi-content {
    animation: spNaviHidePC forwards var(--duration-default);
  }
}
@media screen and (max-width: 750px) and (max-width: 750px) {
  .gooddayexpress .site-header > .inner .sp-navi.is-hide .sp-navi-content {
    animation: spNaviHideSP forwards var(--duration-default);
  }
}
@media screen and (max-width: 750px) {
  .gooddayexpress .site-header > .inner .sp-navi.is-hide .sp-navi-curtain {
    animation: spNaviCurtainHide forwards var(--duration-default);
  }
}
.gooddayexpress .site-header.shrink {
  height: var(--height-site-header-shrink);
  background-color: var(--color-bg-base);
}
.gooddayexpress .site-header.shrink > .inner .logo {
  flex-shrink: 0;
  position: relative;
  z-index: 6010;
}
@media print, screen and (min-width: 751px) {
  .gooddayexpress .site-header.shrink > .inner .logo {
    width: 61px;
    height: 34.3633333333px;
  }
}
@media screen and (max-width: 750px) {
  .gooddayexpress .site-header.shrink > .inner .logo {
    width: 10.4vw;
    height: 5.8586666667vw;
    margin-left: 6.6666666667vw;
  }
}
.gooddayexpress .site-header.shrink > .inner .logo svg {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 750px) {
  .gooddayexpress .site-header.shrink > .inner .sp-navi .sp-navi-button button .icon .bar {
    background-color: var(--color-bg-spnavi-button-bar);
  }
}

@keyframes spNaviShowPC {
  0% {
    left: -9999px;
    top: -9999px;
    opacity: 0;
  }
  0.1% {
    left: 10px;
    top: 10px;
    opacity: 0;
  }
  100% {
    left: 10px;
    top: 10px;
    opacity: 1;
  }
}
@keyframes spNaviHidePC {
  0% {
    left: 10px;
    top: 10px;
    opacity: 1;
  }
  99.9% {
    left: 10px;
    top: 10px;
    opacity: 0;
  }
  100% {
    left: -9999px;
    top: -9999px;
    opacity: 0;
  }
}
@keyframes spNaviShowSP {
  0% {
    left: -9999px;
    top: -9999px;
    opacity: 0;
  }
  0.1% {
    left: 2.6666666667vw;
    top: 2.6666666667vw;
    opacity: 0;
  }
  100% {
    left: 2.6666666667vw;
    top: 2.6666666667vw;
    opacity: 1;
  }
}
@keyframes spNaviHideSP {
  0% {
    left: 2.6666666667vw;
    top: 2.6666666667vw;
    opacity: 1;
  }
  99.9% {
    left: 2.6666666667vw;
    top: 2.6666666667vw;
    opacity: 0;
  }
  100% {
    left: -9999px;
    top: -9999px;
    opacity: 0;
  }
}
@keyframes spNaviCurtainShow {
  0% {
    left: -9999px;
    top: -9999px;
    opacity: 0;
  }
  0.1% {
    left: 0;
    top: 0;
    opacity: 0;
  }
  100% {
    left: 0;
    top: 0;
    opacity: 1;
  }
}
@keyframes spNaviCurtainHide {
  0% {
    left: 0;
    top: 0;
    opacity: 1;
  }
  99.9% {
    left: 0;
    top: 0;
    opacity: 0;
  }
  100% {
    left: -9999px;
    top: -9999px;
    opacity: 0;
  }
}
.gooddayexpress .foot-animation {
  overflow: hidden;
  max-width: 100%;
}
@media print, screen and (min-width: 751px) {
  .gooddayexpress .foot-animation {
    margin-top: 176px;
    margin-bottom: 67px;
  }
}
@media screen and (max-width: 750px) {
  .gooddayexpress .foot-animation {
    margin-top: 27.7333333333vw;
    margin-bottom: 10.1333333333vw;
  }
}
.gooddayexpress .foot-animation > .wrap {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
}
@media print, screen and (min-width: 751px) {
  .gooddayexpress .foot-animation > .wrap {
    width: 4326px;
  }
}
@media screen and (max-width: 750px) {
  .gooddayexpress .foot-animation > .wrap {
    width: 539.7333333333vw;
  }
}
.gooddayexpress .foot-animation > .wrap span {
  display: block;
  flex-shrink: 0;
  animation: footAnimation 30s linear infinite 0.5s both;
}
@media print, screen and (min-width: 751px) {
  .gooddayexpress .foot-animation > .wrap span {
    width: 2086px;
    height: 94px;
    padding-right: 77px;
  }
}
@media screen and (max-width: 750px) {
  .gooddayexpress .foot-animation > .wrap span {
    width: 260.2666666667vw;
    height: 11.7282198786vw;
    padding-right: 9.6vw;
  }
}
@media print, screen and (min-width: 751px) {
  .gooddayexpress .foot-animation > .wrap span img {
    width: 2086px;
    height: 94px;
  }
}
@media screen and (max-width: 750px) {
  .gooddayexpress .foot-animation > .wrap span img {
    width: 260.2666666667vw;
    height: 11.7282198786vw;
  }
}
.gooddayexpress .site-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--color-bg-footer);
  color: var(--color-text-footer);
  height: var(--height-site-footer);
}
@media print, screen and (min-width: 751px) {
  .gooddayexpress .site-footer {
    margin: 10px 10px 10px 10px;
  }
}
@media screen and (max-width: 750px) {
  .gooddayexpress .site-footer {
    margin: 1.3333333333vw 1.3333333333vw 1.3333333333vw 1.3333333333vw;
  }
}
.gooddayexpress .site-footer .inner {
  flex-grow: 1;
  display: grid;
}
@media print, screen and (min-width: 751px) {
  .gooddayexpress .site-footer .inner {
    margin: 0 70px;
    grid-template: "logo siteNavi cjrcNavi" auto "logo siteNavi disclaimer" auto "logo siteNavi copyright" auto/143px 1fr auto;
    gap: 20px 60px;
  }
}
@media screen and (max-width: 750px) {
  .gooddayexpress .site-footer .inner {
    grid-template: "logo" 9.6vw "siteNavi" 1fr "cjrcNavi" auto "disclaimer" auto "copyright" auto/auto;
  }
}
.gooddayexpress .site-footer .inner .logo {
  grid-area: logo;
}
@media print, screen and (min-width: 751px) {
  .gooddayexpress .site-footer .inner .logo {
    align-self: center;
  }
}
@media screen and (max-width: 750px) {
  .gooddayexpress .site-footer .inner .logo {
    justify-self: center;
  }
}
.gooddayexpress .site-footer .inner .logo a {
  display: block;
}
@media print, screen and (min-width: 751px) {
  .gooddayexpress .site-footer .inner .logo a {
    width: 143px;
    height: 35.75px;
  }
}
@media screen and (max-width: 750px) {
  .gooddayexpress .site-footer .inner .logo a {
    height: 9.6vw;
    width: 38.4vw;
  }
}
.gooddayexpress .site-footer .inner .logo a img {
  width: 100%;
  height: 100%;
}
.gooddayexpress .site-footer .inner .site-navi {
  grid-area: siteNavi;
}
@media print, screen and (min-width: 751px) {
  .gooddayexpress .site-footer .inner .site-navi {
    align-self: center;
  }
}
@media screen and (max-width: 750px) {
  .gooddayexpress .site-footer .inner .site-navi {
    justify-self: center;
    margin-top: 12.5333333333vw;
  }
}
.gooddayexpress .site-footer .inner .site-navi ul {
  display: flex;
  line-height: 1;
}
@media print, screen and (min-width: 751px) {
  .gooddayexpress .site-footer .inner .site-navi ul {
    flex-direction: row;
    gap: 35px;
    font-size: 16px;
  }
}
@media screen and (max-width: 750px) {
  .gooddayexpress .site-footer .inner .site-navi ul {
    flex-direction: column;
    align-items: center;
    gap: 5.3333333333vw;
    font-size: 3.7333333333vw;
  }
}
.gooddayexpress .site-footer .inner .site-navi ul li a {
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  color: var(--color-text-footer);
}
.gooddayexpress .site-footer .inner .cjrc-navi {
  grid-area: cjrcNavi;
}
@media print, screen and (min-width: 751px) {
  .gooddayexpress .site-footer .inner .cjrc-navi {
    align-self: center;
  }
}
@media screen and (max-width: 750px) {
  .gooddayexpress .site-footer .inner .cjrc-navi {
    justify-self: center;
    margin-top: 14.9333333333vw;
  }
}
.gooddayexpress .site-footer .inner .cjrc-navi ul {
  display: flex;
  line-height: 1;
}
@media print, screen and (min-width: 751px) {
  .gooddayexpress .site-footer .inner .cjrc-navi ul {
    gap: 28px;
    font-size: 13px;
  }
}
@media screen and (max-width: 750px) {
  .gooddayexpress .site-footer .inner .cjrc-navi ul {
    gap: 6.6666666667vw;
    font-size: 3.2vw;
  }
}
.gooddayexpress .site-footer .inner .cjrc-navi ul li a {
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  color: var(--color-text-footer);
}
.gooddayexpress .site-footer .inner .disclaimer {
  grid-area: disclaimer;
}
@media print, screen and (min-width: 751px) {
  .gooddayexpress .site-footer .inner .disclaimer {
    align-self: center;
    justify-self: end;
  }
}
@media screen and (max-width: 750px) {
  .gooddayexpress .site-footer .inner .disclaimer {
    justify-self: center;
    margin-top: 5.3333333333vw;
  }
}
.gooddayexpress .site-footer .inner .disclaimer p {
  color: var(--color-text-footer);
  line-height: 1;
  padding-left: 1.1em;
  position: relative;
}
.gooddayexpress .site-footer .inner .disclaimer p:before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}
@media print, screen and (min-width: 751px) {
  .gooddayexpress .site-footer .inner .disclaimer p {
    font-size: 12px;
  }
}
@media screen and (max-width: 750px) {
  .gooddayexpress .site-footer .inner .disclaimer p {
    font-size: 3.2vw;
  }
}
.gooddayexpress .site-footer .inner .copyright {
  grid-area: copyright;
}
@media print, screen and (min-width: 751px) {
  .gooddayexpress .site-footer .inner .copyright {
    align-self: center;
    justify-self: end;
  }
}
@media screen and (max-width: 750px) {
  .gooddayexpress .site-footer .inner .copyright {
    justify-self: center;
    margin-top: 5.3333333333vw;
  }
}
.gooddayexpress .site-footer .inner .copyright p {
  color: var(--color-text-footer);
  line-height: 1;
}
@media print, screen and (min-width: 751px) {
  .gooddayexpress .site-footer .inner .copyright p {
    font-size: 13px;
  }
}
@media screen and (max-width: 750px) {
  .gooddayexpress .site-footer .inner .copyright p {
    font-size: 3.2vw;
  }
}

@keyframes footAnimation {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
body {
  width: 100%;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-size: var(--font-size-default);
  line-height: var(--line-height-default);
  -webkit-font-smoothing: antialiased;
  color: var(--color-text-default);
  background-color: var(--color-bg-base);
}
body.scroll-lock {
  position: fixed;
  width: 100vw;
}
body * {
  scroll-margin-top: var(--height-site-header-shrink);
}
@media screen and (max-width: 750px) {
  body *.pc {
    display: none;
  }
}
@media print, screen and (min-width: 751px) and (max-width: 1440px) {
  body *.ppc {
    display: none;
  }
}
@media screen and (max-width: 750px) {
  body *.ppc {
    display: none;
  }
}
@media print, screen and (min-width: 1441px) {
  body *.not-pc {
    display: none;
  }
}
@media print, screen and (min-width: 751px) {
  body *.sp {
    display: none;
  }
}
@media screen and (max-width: 750px) {
  body *.not-sp {
    display: none;
  }
}
@media print, screen and (min-width: 1441px) {
  body *.tb {
    display: none;
  }
}
@media screen and (max-width: 750px) {
  body *.tb {
    display: none;
  }
}
@media print, screen and (min-width: 751px) {
  body *.pc-mt0 {
    margin-top: 0;
  }
}
@media screen and (max-width: 750px) {
  body *.sp-mt0 {
    margin-top: 0;
  }
}
body .svg-symbols {
  width: 0;
  height: 0;
  overflow: hidden;
}
body > main {
  padding-top: var(--height-site-header);
}

.screen-reader-text {
  position: absolute;
  top: -200px;
  transition: position 0.5s ease;
}