@charset "UTF-8";
:root {
  --theme-orange: #ef9e41;
  --theme-yellow: #efe641;
  --theme-green: #41efce;
  --theme-blue: #5ed4ff;
  --theme-purple: #d798ff;
  --theme-red: #fc898b;
  --theme-color: #F18D00;
  --zen-kaku: "Zen Kaku Gothic New", sans-serif;
  --zen-antique: "Zen Kaku Gothic Antique", sans-serif;
  --outfit: "Outfit", sans-serif;
  --shippori: "Shippori Mincho", serif;
  --font-color: #222222;
  --sat-color: #5ED4FF;
  --sun-color: #FC898B;
  --from-color: #F18D00;
  --to-color: #E95383;
  --link-color: #0068B7;
}

a:focus-visible, label:focus-visible {
  outline: solid 0.2rem blue;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 5rem;
  font-size: 62.5%;
}
html.is-hidden body {
  pointer-events: none;
}

body {
  font-family: var(--zen-kaku);
  font-size: 1.6rem;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  margin: 0;
  color: var(--font-color);
  opacity: 0;
  transition: opacity 0.5s;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}
body.is-active {
  opacity: 1;
}
body.is-menu-open {
  height: 100vh;
  overflow: hidden;
}

:where(a) {
  text-decoration: none;
}
:where(a):visited, :where(a):link {
  color: inherit;
}

button {
  background-color: transparent;
  border: none;
  padding: 0;
  cursor: pointer !important;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6,
div,
dl,
dt,
dd,
p {
  padding: 0;
  margin: 0;
}

ul,
ol,
li {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
}

em {
  font-style: normal;
}

img {
  vertical-align: bottom;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

picture {
  display: inline-block;
  width: 100%;
  height: auto;
}

figure {
  padding: 0;
  margin: 0;
}

label {
  cursor: pointer;
  display: block;
}

fieldset {
  border: none;
  padding: 0;
  margin: 0;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
          appearance: none;
  margin: 0;
}

input[type=number] {
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
}

.l-main {
  line-height: 1.2;
}

svg,
img {
  max-width: 100%;
}

@media screen and (max-width: 767px) {
  html,
  body {
    width: 100%;
    height: 100%;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  div,
  dl,
  dt,
  dd,
  p {
    padding: 0;
    margin: 0;
  }
  img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
  }
}
@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  [href*="tel:"] {
    pointer-events: none;
  }
  .sp {
    display: none !important;
  }
}
[x-cloak] {
  display: none !important;
}

.grecaptcha-badge {
  visibility: hidden;
}

.sr-only {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
  border: 0;
  padding: 0;
  margin: -1px;
}

.focus-only {
  opacity: 0;
  overflow: hidden;
  height: 0;
}
.focus-only:focus {
  opacity: 1;
  overflow: auto;
  height: auto;
}

.js-inview[data-inview=fade] {
  opacity: 0;
  transition: opacity 1s;
}
.js-inview[data-inview=fade].is-inview {
  opacity: 1;
}
.js-inview[data-inview=fade-top] {
  opacity: 0;
  transition: opacity 1s, transform 1s;
  transform: translateY(30px);
}
.js-inview[data-inview=fade-top].is-inview {
  opacity: 1;
  transform: translateY(0);
}
.js-inview[data-inview=fade-left] {
  opacity: 0;
  transition: opacity 0.5s, transform 0.5s;
  transform: translateX(-30px);
}
.js-inview[data-inview=fade-left].is-inview {
  opacity: 1;
  transform: translateX(0);
}
.js-inview[data-inview=fade-right] {
  opacity: 0;
  transition: opacity 0.5s, transform 0.5s;
  transform: translateX(30px);
}
.js-inview[data-inview=fade-right].is-inview {
  opacity: 1;
  transform: translateX(0);
}
.js-inview[data-inview=fade-bottom] {
  opacity: 0;
  transition: opacity 0.8s, transform 0.8s;
  transform: translateY(-30px);
}
.js-inview[data-inview=fade-bottom].is-inview {
  opacity: 1;
  transform: translateY(0);
}
.js-inview[data-inview=btn] a::before,
.js-inview[data-inview=btn] button::before {
  transition: transform 0.4s;
  transform: scale(0, 1);
  transform-origin: left top;
}
.js-inview[data-inview=btn] span {
  opacity: 0;
  transition: opacity 0.5s 0.3s, transform 0.5s 0.3s;
  transform: translateY(10px);
}
.js-inview[data-inview=btn] i {
  opacity: 0;
  transition: opacity 0.5s 0.3s, transform 0.5s 0.3s;
  transform: translateY(10px);
}
.js-inview[data-inview=btn].is-inview a::before,
.js-inview[data-inview=btn].is-inview button::before {
  transform: scale(1, 1);
}
.js-inview[data-inview=btn].is-inview span {
  opacity: 1;
  transform: translateY(0);
}
.js-inview[data-inview=btn].is-inview i {
  opacity: 1;
  transform: translateY(0);
}
.js-inview[data-inview=btn-border] a::after,
.js-inview[data-inview=btn-border] button::after {
  transition: transform 0.4s;
  transform: scale(0, 1);
  transform-origin: left top;
}
.js-inview[data-inview=btn-border] span {
  opacity: 0;
  transition: opacity 0.8s 0.3s, transform 0.5s 0.3s;
  transform: translateY(10px);
}
.js-inview[data-inview=btn-border].is-inview a::after,
.js-inview[data-inview=btn-border].is-inview button::after {
  transform: scale(1, 1);
}
.js-inview[data-inview=btn-border].is-inview span {
  opacity: 1;
  transform: translateY(0);
}
.js-inview[data-inview=bg]::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  transition: transform 0.4s;
  transform: scale(1, 1);
  transform-origin: right top;
}
.js-inview[data-inview=bg].is-inview::after {
  transform: scale(0, 1);
}
.js-inview[data-inview=bg-white]::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #fff;
  transition: transform 0.4s;
  transform: scale(1, 1);
  transform-origin: right top;
}
.js-inview[data-inview=bg-white].is-inview::after {
  transform: scale(0, 1);
}
.js-inview[data-inview=bg-scale]::before {
  transition: transform 0.8s;
  transform: translate(-50%, -50%) scale(0.5);
  transform-origin: center center;
}
.js-inview[data-inview=bg-scale].is-inview::before {
  transform: translate(-50%, -50%) scale(1);
}
.js-inview-photo[data-inview=scale-small] {
  transition: transform 1s;
  transform: scale(1.5);
}
.is-inview .js-inview-photo[data-inview=scale-small] {
  transform: scale(1);
}

.js-inview-photo-img[data-inview=scale-small] {
  transition: transform 1s;
  transform: translateX(-50%) scale(1.5);
}
.is-inview .js-inview-photo-img[data-inview=scale-small] {
  transform: translateX(-50%) scale(1);
}

.js-inview-eachItem[data-inview=fade] {
  opacity: 0;
  transition: opacity 0.8s;
}
.js-inview-eachItem[data-inview=fade].is-inview {
  opacity: 1;
}
.js-inview-eachItem[data-inview=fade-top] {
  opacity: 0;
  transition: opacity 0.8s, transform 0.8s;
  transform: translateY(30px);
}
.js-inview-eachItem[data-inview=fade-top].is-inview {
  opacity: 1;
  transform: translateY(0);
}
.js-inview-eachItem[data-inview=fade-bottom] {
  opacity: 0;
  transition: opacity 0.8s, transform 0.8s;
  transform: translateY(-30px);
}
.js-inview-eachItem[data-inview=fade-bottom].is-inview {
  opacity: 1;
  transform: translateY(0);
}
.js-inview-eachItem[data-inview=fade-right] {
  opacity: 0;
  transition: opacity 0.8s, transform 0.8s;
  transform: translateX(30px);
}
.js-inview-eachItem[data-inview=fade-right].is-inview {
  opacity: 1;
  transform: translateX(0);
}
.js-inview-eachItem[data-inview=btn] a::before,
.js-inview-eachItem[data-inview=btn] button::before {
  transition: transform 0.4s;
  transform: scale(0, 1);
  transform-origin: left top;
}
.js-inview-eachItem[data-inview=btn] span {
  opacity: 0;
  transition: opacity 0.8s 0.3s, transform 0.5s 0.3s;
  transform: translateY(10px);
}
.js-inview-eachItem[data-inview=btn].is-inview a::before,
.js-inview-eachItem[data-inview=btn].is-inview button::before {
  transform: scale(1, 1);
}
.js-inview-eachItem[data-inview=btn].is-inview span {
  opacity: 1;
  transform: translateY(0);
}
.js-inview-eachItem[data-inview=btn-border] a::after,
.js-inview-eachItem[data-inview=btn-border] button::after {
  transition: transform 0.4s;
  transform: scale(0, 1);
  transform-origin: left top;
}
.js-inview-eachItem[data-inview=btn-border] span {
  opacity: 0;
  transition: opacity 0.8s 0.3s, transform 0.5s 0.3s;
  transform: translateY(10px);
}
.js-inview-eachItem[data-inview=btn-border].is-inview a::after,
.js-inview-eachItem[data-inview=btn-border].is-inview button::after {
  transform: scale(1, 1);
}
.js-inview-eachItem[data-inview=btn-border].is-inview span {
  opacity: 1;
  transform: translateY(0);
}
.js-inview-eachItem[data-inview=list-border]::before {
  transition: transform 0.8s;
  transform: scale(0, 1);
  transform-origin: left top;
}
.js-inview-eachItem[data-inview=list-border] span,
.js-inview-eachItem[data-inview=list-border] figure,
.js-inview-eachItem[data-inview=list-border] a {
  opacity: 0;
  transition: opacity 0.8s, transform 0.8s;
  transform: translateY(30px);
}
.js-inview-eachItem[data-inview=list-border] i {
  opacity: 0;
  transition: opacity 0.8s, transform 0.8s;
  transform: translateX(-20px) rotate(45deg);
}
.js-inview-eachItem[data-inview=list-border].is-inview::before {
  transform: scale(1);
}
.js-inview-eachItem[data-inview=list-border].is-inview span,
.js-inview-eachItem[data-inview=list-border].is-inview figure,
.js-inview-eachItem[data-inview=list-border].is-inview a {
  opacity: 1;
  transform: translateY(0);
}
.js-inview-eachItem[data-inview=list-border].is-inview i {
  opacity: 1;
  transform: translateX(-10px) rotate(45deg);
}
.js-inview-eachItem-fast[data-inview=fade-top] {
  opacity: 0;
  transition: opacity 0.5s, transform 0.5s;
  transform: translateY(10px);
}
.js-inview-eachItem-fast[data-inview=fade-top].is-inview {
  opacity: 1;
  transform: translateY(0);
}
.js-inview-eachItem-delay[data-inview=fade] {
  opacity: 0;
  transition: transform 0.8s;
}
.js-inview-eachItem-delay[data-inview=fade].is-inview {
  opacity: 1;
  transform: translateY(0);
}
.js-inview-eachItem-delay[data-inview=fade-top] {
  opacity: 0;
  transition: opacity 0.8s, transform 0.8s;
  transform: translateY(30px);
}
.js-inview-eachItem-delay[data-inview=fade-top].is-inview {
  opacity: 1;
  transform: translateY(0);
}
.js-inview-eachItem-delay[data-inview=fade-right] {
  opacity: 0;
  transition: opacity 0.8s, transform 0.8s;
  transform: translateX(30px);
}
.js-inview-eachItem-delay[data-inview=fade-right].is-inview {
  opacity: 1;
  transform: translateY(0);
}
.js-inview-eachItem-delay[data-inview=fade-bottom] {
  opacity: 0;
  transition: opacity 0.8s, transform 0.8s;
  transform: translateY(-30px);
}
.js-inview-eachItem-delay[data-inview=fade-bottom].is-inview {
  opacity: 1;
  transform: translateY(0);
}

.js-inview-all[data-inview=btn] a::before,
.js-inview-all[data-inview=btn] button::before {
  transition: transform 0.4s;
  transform: scale(0, 1);
  transform-origin: left top;
}
.js-inview-all[data-inview=btn] span {
  opacity: 0;
  transition: opacity 0.8s 0.3s, transform 0.5s 0.3s;
  transform: translateY(10px);
}
.js-inview-all[data-inview=btn].is-inview a::before,
.js-inview-all[data-inview=btn].is-inview button::before {
  transform: scale(1, 1);
}
.js-inview-all[data-inview=btn].is-inview span {
  opacity: 1;
  transform: translateY(0);
}
.js-inview-all[data-inview=btn-border] a::after,
.js-inview-all[data-inview=btn-border] button::after {
  transition: transform 0.4s;
  transform: scale(0, 1);
  transform-origin: left top;
}
.js-inview-all[data-inview=btn-border] span {
  opacity: 0;
  transition: opacity 0.8s 0.3s, transform 0.5s 0.3s;
  transform: translateY(10px);
}
.js-inview-all[data-inview=btn-border].is-inview a::after,
.js-inview-all[data-inview=btn-border].is-inview button::after {
  transform: scale(1, 1);
}
.js-inview-all[data-inview=btn-border].is-inview span {
  opacity: 1;
  transform: translateY(0);
}

_:-ms-lang(x)::-ms-backdrop,
.js-inview-photo[data-inview=scale-small] {
  transform: scale(1);
}

_:-ms-lang(x)::-ms-backdrop,
.js-inview-photo-img[data-inview=scale-small] {
  transform: translateX(-50%) scale(1);
}

.l-page {
  padding-top: 12rem;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .l-page {
    padding-top: 8rem;
  }
}
.l-page__contents-wrapper {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .l-page__contents-wrapper {
    flex-direction: column;
  }
}
.l-page__main-contents {
  flex-grow: 1;
  padding-bottom: 7rem;
}
@media screen and (max-width: 1280px) {
  .l-page__main-contents {
    width: calc(100% - 30rem);
  }
}
@media screen and (max-width: 768px) {
  .l-page__main-contents {
    width: 100%;
    max-width: 100%;
    padding-inline: 0;
    padding-bottom: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .l-page__contents-inner {
    padding-inline: 2rem;
  }
}
.l-page__sidebar {
  width: 30rem;
  flex-shrink: 0;
  position: sticky;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .l-page__sidebar {
    display: none;
  }
}

.l-sidebar {
  width: 30rem;
  align-self: flex-end;
  position: sticky;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .l-sidebar {
    display: none;
  }
}

.l-inner {
  width: 94rem;
  max-width: calc(100% - 4rem);
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .l-inner {
    max-width: 100%;
  }
}

.c-header {
  padding-top: 6rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .c-header {
    padding-top: 2rem;
  }
}
.c-header__logo-wrapper {
  display: flex;
  align-items: center;
  gap: 3.7rem;
  pointer-events: auto;
}
@media screen and (max-width: 768px) {
  .c-header__logo-wrapper {
    margin-left: 0;
    gap: 2rem;
  }
}
.c-header__logo-wrapper .in-logo {
  width: 12.7rem;
}
@media screen and (max-width: 768px) {
  .c-header__logo-wrapper .in-logo {
    width: 7.7rem;
  }
}
.c-header__logo {
  display: flex;
  align-items: center;
}
.c-header__logo svg {
  width: 10.5rem;
}
.c-header__site-name {
  font-size: 1.2rem;
}
.c-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 2.2rem;
  margin-inline: auto;
  width: 122rem;
  max-width: calc(100% - 4rem);
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-header__inner {
    padding-left: 0;
  }
}
.c-header__toggle-button {
  display: none;
}
@media screen and (max-width: 768px) {
  .c-header__toggle-button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.6rem;
    width: 7.2rem;
    height: 5.2rem;
    background-color: var(--font-color);
    color: white;
    border-radius: 0.5rem 0 0 0.5rem/0.5rem 0 0 0.5rem;
    pointer-events: auto;
    position: fixed;
    right: 0;
    top: 2rem;
    z-index: 2;
  }
}
.c-header__toggle-button > .in-text {
  font-size: 1.1rem;
}
.c-header__toggle-button-bars {
  position: relative;
  display: block;
  width: 1.1rem;
  height: 0.6rem;
}
.c-header__toggle-button-bars > .in-bar {
  background-color: white;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
}
.c-header__toggle-button-bars > .in-bar--top {
  top: 0;
}
.c-header__toggle-button-bars > .in-bar--middle {
  top: 50%;
}
.c-header__toggle-button-bars > .in-bar--bottom {
  bottom: 0;
  transform: translate(-50%, 50%);
}
.c-header--subpage {
  height: 12rem;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .c-header--subpage {
    height: 9.2rem;
  }
}
.c-header--subpage .c-header__logo-wrapper {
  margin-left: 0;
  gap: 3rem;
}
@media screen and (max-width: 768px) {
  .c-header--subpage .c-header__logo-wrapper {
    gap: 1.5rem;
  }
}
.c-header--subpage .c-header__logo img {
  width: 8.5rem;
}
@media screen and (max-width: 768px) {
  .c-header--subpage .c-header__logo img {
    width: 6rem;
  }
}
.c-header--subpage .c-header__inner {
  height: 100%;
  display: flex;
  align-items: center;
  padding-inline: 0;
  width: 128rem;
}
@media screen and (max-width: 768px) {
  .c-header--subpage .c-header__inner {
    padding-left: 0;
  }
}

.c-footer {
  padding-block: 12.3rem 4rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-footer {
    padding-top: 4rem;
  }
}
.c-footer__inner {
  width: 120rem;
  max-width: calc(100% - 4rem);
  margin-inline: auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 5.7rem;
}
@media screen and (max-width: 1280px) {
  .c-footer__inner {
    justify-content: center;
  }
}
@media screen and (max-width: 1080px) {
  .c-footer__inner {
    flex-direction: column;
    max-width: calc(100% - 6rem);
    align-items: center;
    gap: 2.6rem;
  }
}
.c-footer__logo-nav-wrapper {
  width: 51rem;
  max-width: 100%;
}
.c-footer__aside-link-list {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 2rem;
  margin-bottom: 3.4rem;
}
@media screen and (max-width: 1080px) {
  .c-footer__aside-link-list {
    margin-bottom: 0;
    justify-content: center;
  }
}
.c-footer__aside-link-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  border: solid 1px var(--font-color);
  border-radius: 0.5rem;
  width: 22rem;
  height: 18rem;
  gap: 1.7rem;
  background-color: white;
  overflow: hidden;
  transition: border-color 0.3s;
}
@media (hover: hover) {
  .c-footer__aside-link-item:hover {
    border-color: transparent;
  }
  .c-footer__aside-link-item:hover::after {
    border-color: #e5e5e5;
    background-color: #e5e5e5;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border-color: transparent;
  }
}
@media screen and (max-width: 768px) {
  .c-footer__aside-link-item {
    width: 14rem;
    height: 14rem;
    padding-bottom: 1rem;
  }
}
.c-footer__aside-link-item::after {
  content: "";
  display: block;
  border: solid 0.5rem transparent;
  border-bottom-color: var(--font-color);
  border-right-color: var(--font-color);
  position: absolute;
  bottom: 1.2rem;
  right: 1.2rem;
  width: 1rem;
  height: 1rem;
  transform-origin: bottom right;
  transition: bottom 0.3s, right 0.3s, width 0.3s, height 0.3s, background-color 0.3s, border-color 0.2s;
}
@media screen and (max-width: 768px) {
  .c-footer__aside-link-item::after {
    border-width: 0.45rem;
  }
}
.c-footer__aside-link-item > .in-icon-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 5.5rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .c-footer__aside-link-item > .in-icon-wrapper {
    height: 4rem;
  }
}
.c-footer__aside-link-item > .in-icon-wrapper > .in-logo {
  position: relative;
  z-index: 1;
}
.c-footer__aside-link-item > .in-icon-wrapper > .in-logo img {
  width: 9rem;
}
@media screen and (max-width: 768px) {
  .c-footer__aside-link-item > .in-icon-wrapper > .in-logo img {
    width: 5.1rem;
  }
}
.c-footer__aside-link-item > .in-icon-wrapper > .in-chat {
  width: 4.4rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .c-footer__aside-link-item > .in-icon-wrapper > .in-chat {
    width: 3.2rem;
  }
}
.c-footer__aside-link-item > .in-icon-wrapper > .in-text {
  font-size: max(1rem, 10px);
  font-weight: bolder;
  letter-spacing: -0.1rem;
  line-height: 1.2;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .c-footer__aside-link-item > .in-icon-wrapper > .in-text {
    font-size: 0.8rem;
  }
}
.c-footer__aside-link-item > .in-link-text {
  font-size: max(1.4rem, 10px);
  text-align: center;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .c-footer__aside-link-item > .in-link-text {
    font-size: max(1.2rem, 10px);
  }
}
.c-footer__logo-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 2.3rem;
  margin-bottom: 1.6rem;
  padding-right: 1rem;
}
@media screen and (max-width: 768px) {
  .c-footer__logo-wrapper {
    justify-content: center;
    gap: 1.8rem;
    margin-bottom: 2.4rem;
    margin-inline: auto;
  }
}
.c-footer__logo {
  width: 8.5rem;
  display: flex;
  align-items: center;
}
.c-footer__site-name {
  font-size: max(1.2rem, 10px);
  font-weight: 900;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .c-footer__site-name {
    font-weight: 700;
  }
}
.c-footer__genre-search-wrapper {
  width: 51rem;
}
@media screen and (max-width: 768px) {
  .c-footer__genre-search-wrapper {
    width: 100%;
    margin-bottom: 1rem;
    padding-inline: 2rem;
  }
}
.c-footer__genre-search-title {
  font-size: max(1.8rem, 10px);
  letter-spacing: 0.3rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .c-footer__genre-search-title {
    font-size: max(1.4rem, 10px);
  }
}
.c-footer__genre-search-list {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0.6rem;
}
@media screen and (max-width: 768px) {
  .c-footer__genre-search-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
.c-footer__copy-nav-wrapper {
  width: 73rem;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
  position: relative;
}
@media screen and (max-width: 1280px) {
  .c-footer__copy-nav-wrapper {
    width: 50rem;
  }
}
@media screen and (max-width: 768px) {
  .c-footer__copy-nav-wrapper {
    width: 100%;
  }
}
.c-footer__hata {
  width: 29rem;
  position: absolute;
  left: 0;
  top: -5rem;
}
@media screen and (max-width: 1280px) {
  .c-footer__hata {
    top: 0;
    left: auto;
    right: 34rem;
    width: 17rem;
  }
}
@media screen and (max-width: 768px) {
  .c-footer__hata {
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    width: 7.8rem;
  }
}
.c-footer__copy-wrapper {
  padding-left: 9.2rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .c-footer__copy-wrapper {
    padding-left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.3rem;
    padding-bottom: 5rem;
    position: relative;
    margin-inline: auto;
  }
  .c-footer__copy-wrapper::after {
    content: "";
    display: block;
    width: calc(100% + 6rem);
    height: 1px;
    background-color: var(--font-color);
    position: absolute;
    bottom: 2.4rem;
    left: -3rem;
  }
  .c-footer__copy-wrapper .c-footer__hata .c-hata {
    width: 7.8rem;
    aspect-ratio: 78/94;
  }
}
.c-footer__copy {
  font-size: max(2.7rem, 10px);
  font-family: var(--zen-antique);
  letter-spacing: 0.3rem;
  transform: scaleY(0.9);
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .c-footer__copy {
    font-size: 2rem;
    line-height: 1.5;
  }
}
.c-footer__copy .c-text-bg-gradient {
  margin-inline: -0.5rem;
}
.c-footer__copy .c-text-bg-gradient::before {
  width: calc(100% - 1.4rem);
  left: 0.5rem;
}
.c-footer__copy-label {
  font-size: max(2rem, 10px);
}
@media screen and (max-width: 768px) {
  .c-footer__copy-label {
    font-size: max(1.1rem, 10px);
    margin-top: 0.3rem;
  }
}
.c-footer__page-list-translate-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-top: 3rem;
}
@media screen and (max-width: 1280px) {
  .c-footer__page-list-translate-wrapper {
    max-width: 46rem;
    margin-inline: auto;
  }
}
@media screen and (max-width: 768px) {
  .c-footer__page-list-translate-wrapper {
    justify-content: center;
  }
}
.c-footer__page-list {
  width: 24rem;
  margin-top: -1.3rem;
}
@media screen and (max-width: 768px) {
  .c-footer__page-list {
    width: 100%;
    padding-inline: 2rem;
    margin-top: 0.5rem;
  }
}
.c-footer__page-list .c-page-link {
  height: 5rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .c-footer__page-list .c-page-link {
    border-bottom: dashed 1px var(--font-color);
    padding-right: 1.2rem;
  }
}
.c-footer__page-list .c-page-link__text {
  font-size: max(1.6rem, 10px);
}
.c-footer__language-box-wrapper {
  margin-block: 2rem;
  width: 100%;
}
.c-footer__language-box-wrapper .c-language-box {
  margin-inline: auto;
}
.c-footer__copyright-nav-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 4.7rem;
  margin-inline: auto;
  gap: 3rem;
  padding-bottom: 3rem;
  border-bottom: solid 1px #7B7C86;
  margin-bottom: 4rem;
  width: 100%;
  padding-inline: max(50vw - 60rem, 4rem);
}
@media screen and (max-width: 768px) {
  .c-footer__copyright-nav-wrapper {
    margin-top: 1.6rem;
    flex-direction: column-reverse;
    gap: 1.2rem;
    max-width: 100%;
    padding-inline: 5rem;
  }
}
.c-footer__copyright {
  font-size: max(1.2rem, 10px);
}
.c-footer__aside-nav {
  font-size: max(1.2rem, 10px);
  display: flex;
  gap: 0.5rem 2.4rem;
  flex-wrap: wrap;
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  .c-footer__aside-nav {
    flex-direction: column;
    gap: 0.5rem;
    width: 100%;
  }
}
.c-footer__aside-nav a {
  color: #494E56;
  transition: opacity 0.3s;
}
@media (hover: hover) {
  .c-footer__aside-nav a:hover {
    opacity: 0.7;
  }
}
.c-footer__main-logo {
  margin-inline: auto;
  margin-bottom: 1rem;
  width: 120rem;
  max-width: 100%;
}
@media screen and (max-width: 1280px) {
  .c-footer__main-logo {
    width: 50rem;
    margin-inline: auto;
  }
}
@media screen and (max-width: 768px) {
  .c-footer__main-logo {
    text-align: center;
    margin-bottom: 2rem;
  }
}
.c-footer__main-logo img {
  width: 15.8rem;
  transition: opacity 0.3s;
}
@media (hover: hover) {
  .c-footer__main-logo img:hover {
    opacity: 0.7;
  }
}
.c-footer__logo-list {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 1rem 1.6rem;
  margin-inline: auto;
  margin-bottom: 1rem;
  width: 120rem;
  max-width: 100%;
}
@media screen and (max-width: 1280px) {
  .c-footer__logo-list {
    grid-template-columns: repeat(4, 1fr);
    width: 50rem;
    margin-inline: auto;
  }
}
@media screen and (max-width: 768px) {
  .c-footer__logo-list {
    width: 25rem;
    grid-template-columns: repeat(2, 1fr);
  }
}
.c-footer__logo-list a {
  text-align: center;
}
.c-footer__logo-list img {
  width: 10rem;
  transition: opacity 0.3s;
}
@media (hover: hover) {
  .c-footer__logo-list img:hover {
    opacity: 0.7;
  }
}

.c-ham-menu {
  position: fixed;
  top: 0;
  right: 0;
  width: 30rem;
  height: 100vh;
  max-height: 100vh;
  overflow-x: hidden;
  overflow-y: scroll;
  background-color: white;
  border-left: solid 1px var(--font-color);
  clip-path: inset(0 0 0 100%);
  transition: clip-path 0.3s;
  padding-top: 13rem;
  pointer-events: auto;
  z-index: 1;
}
.c-ham-menu.is-open {
  clip-path: inset(0 0 0 0);
}
.c-ham-menu .c-sidebar {
  background-image: none;
  padding: 0;
  border-left: none;
}
.c-ham-menu .c-sidebar::before {
  display: none;
}
.c-ham-menu .c-sidebar .c-search-genre {
  padding-inline: 2.5rem;
  margin-bottom: 2.5rem;
}
.c-ham-menu .c-sidebar .c-search-genre__title .in-text {
  font-size: 1.4rem;
}
.c-ham-menu .c-sidebar__page-list {
  padding: 0;
}
.c-ham-menu .c-sidebar__page-list .c-page-link {
  padding-left: 3.2rem;
  height: 5rem;
  border-bottom: dashed 1px var(--font-color);
}
.c-ham-menu .c-sidebar__aside-link {
  padding-inline: 2.5rem;
}

.c-search-genre__title {
  display: flex;
  align-items: center;
  gap: 0.3rem;
  margin-bottom: 1rem;
}
.c-search-genre__title > .in-icon {
  display: flex;
  align-items: center;
}
.c-search-genre__title > .in-icon svg {
  width: 2.4rem;
}
.c-search-genre__title > .in-text {
  font-size: max(1.4rem, 10px);
}
.c-search-genre__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.6rem;
}

.c-genre-card {
  border: solid 1px var(--font-color);
  border-radius: 1rem;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-size: max(1.3rem, 10px);
  font-weight: bold;
  line-height: 1.2;
  transition: border-color 0.3s;
  background-color: white;
}
.c-genre-card__genre-name {
  position: relative;
  z-index: 1;
}
.c-genre-card__angle {
  display: block;
  border: solid 0.5rem transparent;
  border-bottom-color: var(--genre-color);
  border-right-color: var(--genre-color);
  position: absolute;
  bottom: 0.6rem;
  right: 0.6rem;
  width: 1rem;
  height: 1rem;
  transition: border 0.3s, bottom 0.3s, right 0.3s, width 0.3s, height 0.3s, background-color 0.3s, opacity 0.3s;
}
@media (hover: hover) {
  .c-genre-card:hover {
    border-color: transparent;
  }
  .c-genre-card:hover .c-genre-card__angle {
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border-radius: 1rem;
    border-color: transparent;
    background-color: var(--genre-color);
    opacity: 0.7;
  }
}

.c-page-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-inline: 0.6rem 2.4rem;
  height: 3.6rem;
  transition: opacity 0.3s;
}
.c-page-link__text {
  font-size: max(1.6rem, 10px);
  font-weight: 500;
  letter-spacing: 0.4rem;
}
@media screen and (max-width: 768px) {
  .c-page-link__text {
    font-size: max(1.3rem, 10px);
  }
}
.c-page-link__angle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  aspect-ratio: 1/1;
  border-radius: 0.2rem;
  background-color: var(--font-color);
}
.c-page-link__angle::before {
  content: "";
  border: solid 0.4rem transparent;
  border-left: solid 0.6rem white;
  transform: translate(0.2rem, 0);
}
@media (hover: hover) {
  .c-page-link:hover {
    opacity: 0.7;
  }
}

.c-sidebar {
  width: 30rem;
  border-left: solid 2px var(--font-color);
  position: relative;
  background-image: url(../images/sidebar/menu-bg.png);
  background-size: 25.2rem auto;
  background-repeat: no-repeat;
  background-position: right top;
  padding-block: 3.9rem 2.5rem;
  padding-left: 4.8rem;
}
.c-sidebar::before {
  content: "";
  display: block;
  width: 4rem;
  height: 100%;
  background-color: var(--font-color);
  position: absolute;
  left: 0;
  top: 0;
}
.c-sidebar__page-list {
  padding-inline: 0.6rem;
}
.c-sidebar__aside-link {
  margin-top: 1rem;
}
.c-sidebar__aside-link a {
  font-size: max(1.2rem, 10px);
  color: #494E56;
  transition: opacity 0.3s;
}
@media (hover: hover) {
  .c-sidebar__aside-link a:hover {
    opacity: 0.7;
  }
}
.c-sidebar .c-search-genre {
  margin-bottom: 5.4rem;
  padding-inline: 1.5rem;
}
.c-sidebar .c-search-genre__title > .in-text {
  font-size: 1.8rem;
}

.c-support-search-form {
  border: solid 0.5rem #F2F2F2;
  border-radius: 1rem;
  padding: 4rem;
  background-color: white;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-support-search-form {
    padding: 2.4rem;
  }
}
.c-support-search-form::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #F2F2F2;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
  z-index: 1;
}
.c-support-search-form.is-busy::after {
  opacity: 0.6;
  pointer-events: auto;
  cursor: wait;
}
.c-support-search-form__annotation {
  text-align: center;
  font-size: max(1.2rem, 10px);
  margin-bottom: 0.5rem;
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .c-support-search-form__annotation {
    font-size: 1.2rem;
  }
}
.c-support-search-form__list {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.c-support-search-form__item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}
@media screen and (max-width: 1280px) {
  .c-support-search-form__item {
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .c-support-search-form__item {
    flex-direction: column;
  }
}
.c-support-search-form__item-title {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  flex-grow: 1;
  padding-top: 0.5rem;
}
@media screen and (max-width: 1280px) {
  .c-support-search-form__item-title {
    width: 100%;
  }
}
.c-support-search-form__item-title > .in-icon svg {
  width: 2rem;
  display: flex;
  align-items: center;
}
.c-support-search-form__item-title > .in-icon svg path, .c-support-search-form__item-title > .in-icon svg circle, .c-support-search-form__item-title > .in-icon svg line {
  stroke: var(--theme-color);
}
.c-support-search-form__item-title > .in-text {
  font-size: max(1.5rem, 10px);
}
.c-support-search-form__item-data {
  width: 65rem;
  max-width: 100%;
}
@media screen and (max-width: 1280px) {
  .c-support-search-form__item-data {
    width: 100%;
  }
}
.c-support-search-form__item-data--genre {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0.6rem;
}
@media screen and (max-width: 1080px) {
  .c-support-search-form__item-data--genre {
    grid-template-columns: repeat(3, 1fr);
  }
}
.c-support-search-form__item-data--support {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.8rem;
}
.c-support-search-form__genre-label {
  display: flex;
  align-items: center;
  justify-content: center;
  border: solid 1px #7B7C86;
  border-radius: 1rem;
  color: #7B7C86;
  aspect-ratio: 103/59;
  font-size: max(1.3rem, 10px);
  transition: background-color 0.3s, color 0.3s, border-color 0.3s;
  padding-inline: 1rem;
  text-align: center;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  contain: paint;
}
.c-support-search-form__genre-label input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.c-support-search-form__genre-label::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  background-color: var(--genre-color);
  opacity: 0;
  transition: opacity 0.3s;
  transform: translateZ(0);
}
.c-support-search-form__genre-label:has(:focus-visible) {
  outline: solid 0.2rem blue;
}
.c-support-search-form__genre-label:has(input:checked) {
  color: var(--font-color);
  border-color: var(--genre-color);
}
.c-support-search-form__genre-label:has(input:checked)::before {
  opacity: 0.7;
}
@media (hover: hover) {
  .c-support-search-form__genre-label:not(:has(input:checked)):hover {
    color: var(--font-color);
    border-color: var(--genre-color);
  }
  .c-support-search-form__genre-label:not(:has(input:checked)):hover::before {
    opacity: 0.7;
  }
}
.c-support-search-form__genre-label > .in-text {
  word-break: break-all;
  line-break: anywhere;
  pointer-events: none;
  position: relative;
  z-index: 1;
}
.c-support-search-form__support-label {
  display: flex;
  align-items: center;
  justify-content: center;
  border: solid 1px #7B7C86;
  padding-inline: 1.2rem;
  border-radius: 6.5rem;
  color: #7B7C86;
  height: 2.7rem;
  font-size: max(1.3rem, 10px);
  transition: background-color 0.3s, color 0.3s, border-color 0.3s;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-support-search-form__support-label {
    font-size: 1.2rem;
  }
}
.c-support-search-form__support-label input {
  position: absolute;
  opacity: 0;
}
.c-support-search-form__support-label:has(:focus-visible) {
  outline: solid 0.2rem blue;
}
.c-support-search-form__support-label:has(input:checked) {
  background-color: var(--font-color);
  color: white;
  border-color: var(--font-color);
}
@media (hover: hover) {
  .c-support-search-form__support-label:not(:has(input:checked)):hover {
    background-color: var(--font-color);
    color: white;
    border-color: var(--font-color);
  }
}
.c-support-search-form__support-label > .in-text {
  word-break: break-all;
  line-break: anywhere;
}
.c-support-search-form__keyword-wrapper {
  position: relative;
  width: 100%;
}
.c-support-search-form__keyword-wrapper > .in-input {
  width: 100%;
  padding: 0.8rem 1rem;
  border: solid 1px #7B7C86;
  border-radius: 8rem;
  font-size: max(1.3rem, 10px);
}
.c-support-search-form__keyword-wrapper > .in-input::-moz-placeholder {
  color: #7B7C86;
}
.c-support-search-form__keyword-wrapper > .in-input::placeholder {
  color: #7B7C86;
}
.c-support-search-form__keyword-wrapper > .in-button {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--font-color);
  border-radius: 8rem;
  position: absolute;
  top: 0;
  right: 0;
  width: 10rem;
  height: 100%;
}
.c-support-search-form__keyword-wrapper > .in-button > .in-text {
  font-size: max(1.3rem, 10px);
  color: white;
  letter-spacing: 0.5rem;
}
.c-support-search-form__keyword-wrapper > .in-button > .in-icon svg {
  width: 1.5rem;
}
.c-support-search-form__keyword-wrapper > .in-button > .in-icon svg circle, .c-support-search-form__keyword-wrapper > .in-button > .in-icon svg line {
  stroke: white;
}

.c-support-result__head {
  display: flex;
  gap: 2.1rem;
}
@media screen and (max-width: 768px) {
  .c-support-result__head {
    flex-direction: column;
    gap: 1rem;
  }
}
.c-support-result__num-wrapper {
  flex-shrink: 0;
}
.c-support-result__num {
  font-size: max(3.2rem, 10px);
  font-weight: bold;
  font-family: var(--outfit);
}
.c-support-result__unit {
  font-size: max(1.4rem, 10px);
}
.c-support-result__support-list {
  flex-grow: 1;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.8rem;
}
@media screen and (max-width: 768px) {
  .c-support-result__support-list {
    gap: 0.5rem;
  }
}
.c-support-result__support-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding-inline: 1.2rem;
  height: 2.7rem;
  border-radius: 6.5rem;
  border: solid 1px var(--font-color);
  transition: opacity 0.3s;
  background-color: white;
}
@media screen and (max-width: 768px) {
  .c-support-result__support-item {
    font-size: 1.1rem;
  }
}
.c-support-result__support-item > .in-close {
  display: block;
  position: relative;
  width: 1rem;
  aspect-ratio: 1/1;
  transform: rotate(45deg);
}
.c-support-result__support-item > .in-close::before, .c-support-result__support-item > .in-close::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: var(--font-color);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.c-support-result__support-item > .in-close::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
@media (hover: hover) {
  .c-support-result__support-item:hover {
    opacity: 0.5;
  }
}
.c-support-result__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4rem 2.4rem;
  margin-top: 2.5rem;
}
@media screen and (max-width: 1080px) {
  .c-support-result__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .c-support-result__list {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
.c-support-result__view-more-button {
  margin-top: 3.2rem;
}
.c-support-result__view-more-button .c-button-angle {
  margin-inline: auto;
}
.c-support-result__pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.2rem;
  margin-top: 4rem;
}
.c-support-result__page-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.4rem;
  aspect-ratio: 1/1;
  font-size: 2rem;
  transition: opacity 0.3s;
}
.c-support-result__page-button--current {
  color: #7B7C86;
  text-decoration: underline;
  text-underline-offset: 0.5rem;
  pointer-events: none;
}
@media (hover: hover) {
  .c-support-result__page-button:hover {
    opacity: 0.5;
  }
}

.c-card-support {
  display: flex;
  flex-direction: column;
  position: relative;
}
.c-card-support__flag {
  position: absolute;
  top: 0.3rem;
  left: 1rem;
}
.c-card-support__flag svg {
  width: 3rem;
  height: auto;
}
.c-card-support__flag svg .cloth {
  fill: var(--genre-color);
}
.c-card-support__tab {
  padding-inline: 0.6rem;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 0.1rem;
  padding-left: 4.6rem;
  margin-bottom: 0.6rem;
}
.c-card-support__genre {
  display: flex;
  align-items: center;
  height: 2.6rem;
  font-size: max(1.1rem, 10px);
  font-weight: bold;
  padding-top: 0.05rem;
}
.c-card-support__status {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 12rem;
  height: 2.6rem;
  border-radius: 0.5rem;
  font-size: max(1.1rem, 10px);
  font-weight: bold;
}
.c-card-support__status--before {
  background-color: white;
  border: solid 1px var(--genre-color);
}
.c-card-support__status--close {
  background-color: #E5E5E5;
  color: #494E56;
}
.c-card-support__status--between {
  background-color: white;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.c-card-support__status--between::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: var(--genre-color);
  opacity: 0.7;
  position: absolute;
  z-index: -1;
}
.c-card-support__inner {
  background-color: white;
  border: solid 1px var(--font-color);
  border-radius: 1rem;
  padding: 2.4rem 2.4rem 2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1;
}
@media screen and (max-width: 768px) {
  .c-card-support__inner {
    flex-grow: 1;
    min-height: 30rem;
  }
}
.c-card-support__head {
  display: flex;
  align-items: flex-start;
  gap: 1.6rem;
  margin-bottom: 0.8rem;
}
.c-card-support__logo {
  width: 6rem;
  flex-shrink: 0;
}
.c-card-support__support-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  padding-top: 0.2rem;
}
.c-card-support__support-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 2rem;
  padding-inline: 0.7rem;
  border: solid 1px #7B7C86;
  color: #7B7C86;
  font-size: max(1.1rem, 10px);
  border-radius: 6.5rem;
}
.c-card-support__title {
  font-size: max(1.6rem, 10px);
  font-weight: bold;
}
.c-card-support__division {
  font-size: max(1rem, 10px);
  color: #7B7C86;
  text-align: right;
  margin-bottom: 1rem;
}
.c-card-support__overview-list {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  padding-bottom: 1rem;
  border-bottom: dotted 1px #7B7C86;
}
.c-card-support__overview-item {
  display: flex;
  align-items: flex-start;
  gap: 0.4rem;
  font-size: max(1.1rem, 10px);
  line-height: 1.3;
}
.c-card-support__overview-item-title {
  width: 4.5em;
  flex-shrink: 0;
  font-weight: bold;
}
.c-card-support__overview-text {
  color: #60666F;
  font-size: max(1.1rem, 10px);
  padding-top: 1rem;
}
.c-card-support__link-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1.5rem;
  justify-content: flex-end;
  margin-top: 2rem;
}
.c-card-support__link-text {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.2rem;
  transition: opacity 0.3s;
}
.c-card-support__link-text > .in-text {
  font-size: max(1.1rem, 10px);
  color: #494E56;
  text-decoration: underline;
}
.c-card-support__link-text > .in-blank {
  display: flex;
  align-items: center;
}
.c-card-support__link-text > .in-blank svg {
  width: 1rem;
}
.c-card-support__link-text > .in-pdf {
  display: flex;
  align-items: center;
}
.c-card-support__link-text > .in-pdf svg {
  width: 1.5rem;
}
@media (hover: hover) {
  .c-card-support__link-text:hover {
    opacity: 0.7;
  }
}

.c-card-news {
  border-top: solid 1px #7B7C86;
  padding-block: 2.5rem;
  transition: opacity 0.3s;
}
@media screen and (max-width: 768px) {
  .c-card-news {
    padding: 1.6rem 2.4rem;
  }
}
@media (hover: hover) {
  .c-card-news:not(.c-card-news--no-hover):hover {
    opacity: 0.6;
  }
}
.c-card-news__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.c-card-news__time {
  font-size: max(1.4rem, 10px);
  color: #60666F;
  font-family: var(--outfit);
}
.c-card-news__cat {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.c-card-news__cat-color {
  display: block;
  width: 0.6rem;
  aspect-ratio: 1/1;
  background-color: var(--news-cat-color);
}
.c-card-news__cat-text {
  font-size: max(1.2rem, 10px);
  color: var(--font-color);
}
.c-card-news__title {
  font-size: max(1.4rem, 10px);
  color: var(--font-color);
}
@media screen and (max-width: 768px) {
  .c-card-news__title {
    font-size: max(1.2rem, 10px);
  }
}
.c-card-news__icon {
  text-align: right;
}

.c-heading-bg-text {
  max-width: 100%;
  margin-inline: auto;
  position: relative;
  display: flex;
  align-items: center;
  gap: 1rem;
}
@media screen and (max-width: 768px) {
  .c-heading-bg-text {
    gap: 0.7rem;
  }
}
.c-heading-bg-text .c-icon-flag {
  position: relative;
  z-index: 1;
}
.c-heading-bg-text__text {
  font-size: 2.4rem;
  position: relative;
  z-index: 1;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .c-heading-bg-text__text {
    font-size: 2rem;
  }
}
.c-heading-bg-text__bg {
  position: absolute;
  left: 0;
  top: 40%;
  transform: translate(0, -50%);
  width: 48rem;
  height: 8rem;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .c-heading-bg-text__bg {
    width: 25rem;
    height: 8rem;
  }
}
.c-heading-bg-text__bg svg {
  position: absolute;
  top: 0;
  left: 0;
}
.c-heading-bg-text--information .c-heading-bg-text__bg {
  width: 63rem;
}
.c-heading-bg-text--information .c-heading-bg-text__fill svg path {
  fill: #F2F2F2;
}

.c-button-angle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 24rem;
  height: 6rem;
  background-color: var(--font-color);
  border-radius: 0.5rem;
  color: white;
  font-family: var(--outfit);
  font-size: max(1.8rem, 10px);
  padding-inline: 2.4rem;
  letter-spacing: 0.3rem;
  border: solid 1px var(--font-color);
  transition: background-color 0.3s, color 0.3s;
}
.c-button-angle__icon {
  border: solid 0.5rem transparent;
  border-left: solid 0.7rem white;
  transition: border-color 0.3s;
}
@media (hover: hover) {
  .c-button-angle:hover {
    background-color: white;
    color: var(--font-color);
  }
  .c-button-angle:hover .c-button-angle__icon {
    border-left-color: var(--font-color);
  }
}

.c-breadcrumb__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0.8rem 8rem;
  font-weight: 500;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  border-top: 0.1rem solid #222222;
  border-bottom: 0.1rem solid #222222;
  gap: 0.5rem 0;
}
@media screen and (max-width: 768px) {
  .c-breadcrumb__list {
    padding: 0.5rem 2rem;
  }
}
.c-breadcrumb__item {
  color: #7B7C86;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .c-breadcrumb__item {
    color: #222222;
  }
}
.c-breadcrumb__item a {
  text-decoration: underline;
  color: var(--link-color);
  margin-right: 0.8rem;
  font-size: 1.2rem;
  transition: opacity 0.3s;
}
@media (hover: hover) {
  .c-breadcrumb__item a:hover {
    opacity: 0.7;
  }
}
.c-breadcrumb__item + .c-breadcrumb__item::before {
  content: "";
  display: inline-block;
  border: solid 0.4rem transparent;
  border-left: solid 0.6rem #222222;
  margin: 0 0.5em;
  font-size: 0.8rem;
}

.c-heading-title {
  font-size: 3.6rem;
  max-width: 100%;
  margin-inline: 2.5rem auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-heading-title {
    margin-left: 1rem;
    font-size: 2.8rem;
  }
}
.c-heading-title::before {
  content: "";
  display: block;
  width: 4.5rem;
  height: 1px;
  background-color: var(--font-color);
  position: absolute;
  top: 50%;
  right: calc(100% + 2rem);
}
@media screen and (max-width: 768px) {
  .c-heading-title::before {
    right: calc(100% + 1rem);
  }
}
.c-heading-title::after {
  content: "";
  display: block;
  width: 0.3rem;
  aspect-ratio: 1/1;
  border-radius: 100%;
  background-color: var(--font-color);
  position: absolute;
  right: calc(100% + 2rem);
  top: calc(50% - 0.1rem);
}
@media screen and (max-width: 768px) {
  .c-heading-title::after {
    right: calc(100% + 1rem);
  }
}
.c-heading-title.--mb30 {
  margin-bottom: 3rem;
}

.c-sub-page {
  padding: 13.5rem 0rem 6rem;
  width: 94rem;
  max-width: calc(100% - 34rem);
}
@media screen and (max-width: 768px) {
  .c-sub-page {
    padding-bottom: 4rem;
    padding-top: 10rem;
    padding-inline: 2rem;
    max-width: 100%;
  }
}
.c-sub-page :where(h2) {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.5;
  color: #222222;
}
@media screen and (max-width: 768px) {
  .c-sub-page :where(h2) {
    font-size: 2rem;
  }
}
.c-sub-page :where(p) {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0;
  color: #222222;
}
@media screen and (max-width: 768px) {
  .c-sub-page :where(p) {
    font-size: 1.3rem;
  }
}
.c-sub-page :where(p + p) {
  margin-top: 0.8rem;
}
@media screen and (max-width: 768px) {
  .c-sub-page :where(p + p) {
    margin-top: 1rem;
  }
}
.c-sub-page :where(ul) {
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.7;
  letter-spacing: 0;
}

.c-content-title {
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 1.5;
  color: #222222;
  margin-top: 4rem;
  margin-bottom: 1.2rem;
}
@media screen and (max-width: 768px) {
  .c-content-title {
    font-size: 2rem;
    line-height: 1.7;
    margin-bottom: 0.8rem;
  }
}

.c-support-calendar {
  width: 94rem;
  max-width: 100%;
  margin-inline: auto;
}
.c-support-calendar .ec-toolbar {
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  .c-support-calendar .ec-toolbar {
    margin-bottom: 1.5rem;
  }
}
.c-support-calendar .ec-toolbar .ec-end {
  display: flex;
  align-items: center;
  gap: 2.2rem;
}
@media screen and (max-width: 768px) {
  .c-support-calendar .ec-toolbar .ec-end {
    width: 100%;
    justify-content: center;
    gap: 1rem;
  }
}
.c-support-calendar .ec-toolbar .ec-button {
  margin: 0;
  display: flex;
  width: 3rem;
  aspect-ratio: 1/1;
  border: solid 1px var(--font-color);
  border-radius: 100%;
  background-image: url(../svg/ic-angle.svg);
  background-size: 0.65rem auto;
  background-repeat: no-repeat;
  background-position: center;
}
.c-support-calendar .ec-toolbar .ec-button i {
  display: none;
}
.c-support-calendar .ec-toolbar .ec-button.ec-next {
  transform: rotate(180deg);
}
.c-support-calendar .ec-toolbar .ec-title {
  margin: 0;
  font-family: var(--outfit);
  display: flex;
  align-items: center;
  gap: 2rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .c-support-calendar .ec-toolbar .ec-title {
    flex-direction: column;
    gap: 0;
  }
}
.c-support-calendar .ec-toolbar .ec-title > .in-year {
  font-size: 2.8rem;
}
@media screen and (max-width: 768px) {
  .c-support-calendar .ec-toolbar .ec-title > .in-year {
    font-size: 2rem;
  }
}
.c-support-calendar .ec-toolbar .ec-title > .in-month {
  font-size: 8rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .c-support-calendar .ec-toolbar .ec-title > .in-month {
    font-size: 5rem;
    margin-top: -0.5rem;
  }
}
.c-support-calendar .ec-header {
  text-transform: uppercase;
  border-top: none;
  border-right: none;
  border-left: none;
  padding-bottom: 1.5rem;
}
@media screen and (max-width: 768px) {
  .c-support-calendar .ec-header {
    padding-bottom: 0.5rem;
  }
}
.c-support-calendar .ec-header .ec-day {
  border: none;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .c-support-calendar .ec-header .ec-day {
    font-size: 1.2rem;
  }
}
.c-support-calendar .ec-header .ec-day.ec-sun {
  color: var(--sun-color);
}
.c-support-calendar .ec-header .ec-day.ec-sat {
  color: var(--sat-color);
}
.c-support-calendar .ec-body {
  background-color: white;
}
.c-support-calendar .ec-body .ec-day {
  padding: 1rem 2rem;
  height: 9rem;
}
@media screen and (max-width: 1080px) {
  .c-support-calendar .ec-body .ec-day {
    padding: 0.5rem;
    height: auto;
    aspect-ratio: 1/1;
    min-height: 0;
  }
}
.c-support-calendar .ec-body .ec-day .ec-day-head {
  font-size: max(1.4rem, 10px);
  font-family: var(--outfit);
  margin-bottom: 1rem;
  width: 100%;
  gap: 1rem;
  flex-direction: column;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .c-support-calendar .ec-body .ec-day .ec-day-head {
    font-size: 1.3rem;
    margin-bottom: 0.5rem;
  }
}
.c-support-calendar .ec-body .ec-day .ec-event {
  display: none;
}
.c-support-calendar .ec-body .ec-day .ec-event-num {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border: solid 1px #B5B5B5;
  border-radius: 4rem;
  width: 100%;
  height: 2.6rem;
  font-size: max(1.2rem, 10px);
  transition: opacity 0.3s;
}
@media screen and (max-width: 768px) {
  .c-support-calendar .ec-body .ec-day .ec-event-num {
    height: auto;
    border: none;
    font-size: 1.1rem;
    white-space: nowrap;
    justify-content: center;
  }
}
@media (hover: hover) {
  .c-support-calendar .ec-body .ec-day .ec-event-num:hover {
    opacity: 0.7 !important;
  }
}
.c-support-calendar .ec-body .ec-day .ec-event-num::before {
  content: "";
  display: block;
  width: 1.4rem;
  aspect-ratio: 1/1;
  background-image: url(../svg/ic-event.svg);
  background-size: contain;
}
.c-support-calendar .ec-body .ec-day.ec-today {
  background-color: transparent;
}
.c-support-calendar .ec-body .ec-day .ec-day-foot {
  display: none;
}
.c-support-calendar .ec-body .ec-bg-events {
  background-color: transparent;
  pointer-events: none;
}

.c-sub-page-list {
  margin-top: 0.8rem;
  padding-left: 1rem;
  list-style: none;
}
.c-sub-page-list__item {
  position: relative;
  padding-left: 1.6rem;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .c-sub-page-list__item {
    font-size: 1.3rem;
  }
}
.c-sub-page-list__item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.8em;
  transform: translateY(-50%);
  width: 0.25rem;
  height: 0.25rem;
  border-radius: 50%;
  background: #222222;
}

.c-site-link {
  position: relative;
  margin-right: 4.1rem;
  transition: all;
  transition-duration: 0.3s;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.05em;
  text-decoration: none;
  color: #333;
}
@media screen and (max-width: 768px) {
  .c-site-link {
    font-size: 1.4rem;
  }
}
.c-site-link::before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  transform: translateY(-50%);
  left: -1.3rem;
  border: solid 0.5rem transparent;
  border-left: solid 0.7rem #222222;
}
.c-site-link:last-child {
  margin-right: 0;
}
.c-site-link:hover {
  opacity: 0.8;
}
.c-site-link:hover::before {
  opacity: 0.8;
}

.c-hata {
  aspect-ratio: 475/609;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  perspective: 700px;
  --easing: linear;
}
.c-hata__pole {
  width: 16.5%;
  height: 100%;
  background-color: black;
}
.c-hata__hata {
  width: 78.5%;
  aspect-ratio: 374/356;
  -webkit-mask-image: url(../images/common/hata/hata-mask.svg);
          mask-image: url(../images/common/hata/hata-mask.svg);
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  background: linear-gradient(140deg, #0068B7, #208DE0);
  position: relative;
  transform-origin: left center;
  animation: flag-wind-soft 4s infinite;
  overflow: hidden;
}
.c-hata__shadow {
  animation: shadow_move 4s infinite var(--easing);
  white-space: nowrap;
  height: 100%;
  aspect-ratio: 210/36;
  background-image: url(../images/common/hata/hata-shadow.png);
  background-size: auto 120%;
  background-position: left center;
  opacity: 0.4;
  margin-top: -1rem;
}

@keyframes shadow_move {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-50%, 0);
  }
}
@keyframes flag-wind-soft {
  0% {
    transform: rotateY(0deg) scaleX(1) translateY(0);
    animation-timing-function: cubic-bezier(0.45, 0.05, 0.55, 0.95); /* なめらか */
  }
  20% {
    transform: rotateY(2deg) scaleX(0.996) translateY(-0.5px);
    animation-timing-function: cubic-bezier(0.45, 0.05, 0.55, 0.95);
    @media screen and (max-width: 768px) {
      transform: rotateY(3deg) scaleX(0.996) translateY(-0.5px);
    }
  }
  50% {
    transform: rotateY(-4deg) scaleX(0.992) translateY(0.5px);
    animation-timing-function: cubic-bezier(0.45, 0.05, 0.55, 0.95);
    @media screen and (max-width: 768px) {
      transform: rotateY(-5deg) scaleX(0.992) translateY(0.5px);
    }
  }
  80% {
    transform: rotateY(3deg) scaleX(0.998) translateY(0);
    animation-timing-function: cubic-bezier(0.45, 0.05, 0.55, 0.95);
  }
  100% {
    transform: rotateY(0deg) scaleX(1) translateY(0);
  }
}
@media screen and (max-width: 768px) {
  .c-icon-flag svg {
    width: 1.8rem;
    height: auto;
  }
}
.c-icon-flag__cloth {
  fill: var(--theme-color);
}

.c-language-box {
  border: solid 1px var(--font-color);
  border-radius: 6rem;
  width: 18rem;
  transition: border-radius 0.3s;
  padding: 0.8rem 1rem;
}
.c-language-box.is-open {
  border-radius: 1rem;
}
.c-language-box.is-open .c-language-box__button {
  border-bottom-color: #494E56;
  padding-bottom: 0.5rem;
}
.c-language-box.is-open .c-language-box__arrow {
  border-left-color: transparent;
}
.c-language-box.is-open .c-language-box__arrow::before {
  transform: rotate(180deg);
}
.c-language-box__button {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  position: relative;
  width: 100%;
  border-bottom: solid 1px transparent;
  transition: border-color 0.3s, padding 0.3s;
}
.c-language-box__icon {
  width: 1.9rem;
}
.c-language-box__language {
  font-size: 1.3rem;
  font-weight: 500;
}
.c-language-box__arrow {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 2.4rem;
  height: 2.2rem;
  position: absolute;
  right: 0;
  top: 0;
  border-left: solid 1px #7B7C86;
  transition: border-color 0.3s;
}
.c-language-box__arrow::before {
  content: "";
  display: block;
  border: solid 0.6rem transparent;
  border-top: solid 0.9rem var(--font-color);
  border-bottom: none;
  transition: transform 0.3s;
}
.c-language-box__list {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding-inline: 0.5rem;
}
.c-language-box__item {
  font-size: 1.3rem;
  color: #494E56;
}
.c-language-box__item:first-of-type {
  margin-top: 0.8rem;
}
.c-language-box__item img {
  display: none;
}
.c-language-box__item a {
  display: block;
  width: 100%;
}

.c-text-bg-gradient {
  position: relative;
  z-index: 1;
  margin-inline: 0.5rem;
}
.c-text-bg-gradient::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -0.5rem;
  width: calc(100% + 1rem);
  height: 100%;
  background: linear-gradient(140deg, var(--from-color), var(--to-color));
  z-index: -1;
  opacity: 0.6;
}
.c-text-bg-gradient--sm {
  margin-inline: 0;
}
.c-text-bg-gradient--sm::before {
  width: calc(100% - 1rem);
  left: 0.5rem;
}

.c-translate__visible {
  display: none;
}

.c-genre-flag {
  transition: transform 0.3s, opacity 0.3s;
}
@media (hover: hover) {
  .c-genre-flag:hover {
    opacity: 0.7;
    transform: translateY(-1rem);
  }
}

.c-dl {
  display: grid;
  grid-template-columns: 30rem 1fr;
  font-size: 1.4rem;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .c-dl {
    grid-template-columns: 1fr;
  }
}
.c-dl__title {
  padding: 1rem 2rem;
  border-top: solid 1px #B5B5B5;
  font-weight: bold;
}
.c-dl__title:last-of-type {
  border-bottom: solid 1px #B5B5B5;
}
@media screen and (max-width: 768px) {
  .c-dl__title {
    padding: 0.8rem 1.5rem;
  }
}
.c-dl__data {
  padding: 1rem 3rem 1rem 2rem;
  border-top: solid 1px #B5B5B5;
  background-color: #F2F2F2;
}
.c-dl__data:last-of-type {
  border-bottom: solid 1px #B5B5B5;
}
@media screen and (max-width: 768px) {
  .c-dl__data {
    border-top: none;
    padding: 0.8rem 1.5rem;
  }
}

.c-table {
  width: 100%;
  font-size: 1.4rem;
  border-collapse: collapse;
  margin-block: 2rem;
}
.c-table thead th {
  background-color: #494E56;
  color: white;
  text-align: center;
  padding: 1rem 0.5rem;
  font-weight: bold;
  border: solid 1px white;
}
.c-table thead th:first-child {
  position: sticky;
  left: 0;
  z-index: 1;
}
.c-table tbody th {
  text-align: center;
  border-top: solid 1px #B5B5B5;
  border-bottom: solid 1px #B5B5B5;
  background-color: white;
}
.c-table tbody th:first-of-type {
  position: sticky;
  left: -1px;
  z-index: 1;
}
.c-table tbody td {
  padding: 1rem 1.4rem;
  background-color: #F2F2F2;
  border: solid 1px white;
  border-top: solid 1px #B5B5B5;
  border-bottom: solid 1px #B5B5B5;
}

.c-skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
}
.c-skip-link:focus {
  left: 0;
  z-index: 1000;
  padding: 0.75rem 1rem;
  background: #fff;
}

.c-site-links {
  width: 100%;
}
.c-site-links__list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}
.c-site-links__item {
  padding-left: 1.5rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  border-bottom: 0.1rem solid #7B7C86;
  flex: 0 0 100%;
  width: 100%;
}
.c-site-links__item:nth-child(3) {
  flex: 0 0 13rem;
}
.c-site-links__item:nth-child(4) {
  flex: 0 0 calc(100% - 13rem);
}
.c-site-links__item--no-border {
  border-bottom: none;
  padding-top: 0;
  padding-bottom: 1.6rem;
}
.c-site-links__item--no-border:first-child {
  padding-top: 2.4rem;
}
.c-site-links__item--top-padding {
  padding-top: 2.4rem;
}
.c-site-links__sub-list {
  margin-top: 1.6rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 6rem;
}

.c-editor-contents :where(a):not([class]) {
  color: var(--link-color);
  transition: opacity 0.3s;
  text-decoration: underline;
}
@media (hover: hover) {
  .c-editor-contents :where(a):not([class]):hover {
    opacity: 0.7;
  }
}

.c-support-loading {
  position: relative;
}
.c-support-loading__search-loading {
  display: none;
  padding-block: 2rem;
  text-align: center;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.c-support-loading__search-loading img {
  width: 2rem;
}
.c-support-loading__result-wrapper {
  position: relative;
  transition: opacity 0.3s;
}
.c-support-loading.is-busy .c-support-loading__search-loading {
  display: block;
}
.c-support-loading.is-busy .c-support-loading__result-wrapper {
  opacity: 0.4;
  pointer-events: none;
}

.p-top {
  padding-top: 17rem;
}
@media screen and (max-width: 768px) {
  .p-top {
    padding-top: 16rem;
  }
}
.p-top__mv-wrapper {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: 117rem;
  margin-inline: auto;
  max-width: calc(100% - 4rem);
}
@media screen and (max-width: 1280px) {
  .p-top__mv-wrapper {
    transform: none;
  }
}
@media screen and (max-width: 768px) {
  .p-top__mv-wrapper {
    flex-direction: column;
    align-items: center;
    gap: 2rem;
    padding-right: 0;
  }
}
.p-top__hata {
  width: 47.5rem;
  flex-shrink: 0;
}
@media screen and (max-width: 1280px) {
  .p-top__hata {
    width: 35vw;
    transform: translateY(-5rem);
  }
}
@media screen and (max-width: 768px) {
  .p-top__hata {
    width: 17.2rem;
    transform: none;
  }
}
.p-top__mv-content-wrapper {
  width: 100%;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  gap: 3rem;
}
@media screen and (max-width: 768px) {
  .p-top__mv-content-wrapper {
    position: relative;
    z-index: 1;
    width: 100%;
    margin-left: 0;
    margin-top: 0;
  }
}
.p-top__mv-copy {
  font-size: 7.7rem;
  font-family: var(--zen-antique);
  letter-spacing: 1.5rem;
  line-height: 1.5;
  margin-inline: auto;
  transform: translateX(0.4em);
}
@media screen and (max-width: 768px) {
  .p-top__mv-copy {
    font-size: 3.2rem;
    order: 2;
    letter-spacing: 0.4rem;
    transform: translateX(0);
  }
}
.p-top__mv-copy > .c-text-bg-gradient {
  margin-inline: -1.5rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-top__mv-copy > .c-text-bg-gradient {
    margin-right: -0.5rem;
  }
}
.p-top__mv-copy > .c-text-bg-gradient::before {
  content: "";
  display: block;
  width: calc(100% - 4rem);
  height: 100%;
  background: linear-gradient(140deg, var(--from-color), var(--to-color));
  position: absolute;
  top: 0;
  left: 2rem;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .p-top__mv-copy > .c-text-bg-gradient::before {
    width: calc(100% - 2rem);
    left: 1rem;
  }
}
.p-top__mv-annotation {
  text-align: center;
  font-size: 1.4rem;
  opacity: 0.7;
}
.p-top__mv-genre-list {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 2.7rem;
  width: 71.3rem;
  max-width: 100%;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .p-top__mv-genre-list {
    gap: 2rem;
    grid-template-columns: repeat(3, 1fr);
    width: 100%;
    order: 1;
    width: 24.4rem;
  }
}
.p-top__mv-genre-list .c-genre-card {
  border-color: var(--genre-color);
  border-width: 0.2rem;
}
@media screen and (max-width: 768px) {
  .p-top__mv-genre-list .c-genre-card {
    font-size: 1rem;
  }
}
.p-top__mv-genre-list .c-genre-card:not(.is-current, :hover) {
  border-color: #E5E5E5;
  border-width: 1px;
}
.p-top__mv-genre-list .c-genre-card:not(.is-current, :hover) .c-genre-card__angle {
  --genre-color: #E5E5E5 !important;
}
.p-top__mv-news {
  display: flex;
  align-items: center;
  gap: 1rem;
  width: 100%;
  margin-top: 3.5rem;
}
@media screen and (max-width: 768px) {
  .p-top__mv-news {
    flex-wrap: wrap;
    padding: 1.2rem 1.6rem;
    border-top: solid 1px #222222;
    border-bottom: solid 1px #222222;
    gap: 0.3rem 1rem;
    order: 3;
  }
}
.p-top__mv-news > .in-time {
  margin-right: 1rem;
  font-size: max(1.4rem, 10px);
  color: #60666F;
  font-family: var(--outfit);
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .p-top__mv-news > .in-time {
    font-size: 1.2rem;
  }
}
.p-top__mv-news > .in-cat-wrapper {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-shrink: 0;
}
.p-top__mv-news > .in-cat-wrapper > .in-cat-color {
  display: block;
  width: 0.6rem;
  aspect-ratio: 1/1;
  background-color: var(--news-cat-color);
}
.p-top__mv-news > .in-cat-wrapper > .in-cat-name {
  font-size: max(1.2rem, 10px);
}
.p-top__mv-news > .in-title {
  font-size: max(1.4rem, 10px);
  font-weight: normal;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-top__mv-news > .in-title {
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
.p-top__mv-news > .in-icon {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p-top__mv-news > .in-icon {
    margin-left: auto;
  }
}
.p-top__mv-illust {
  margin-top: -11rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-top__mv-illust {
    margin-top: 0;
    margin-inline: auto;
  }
  .p-top__mv-illust img {
    width: 22rem;
    margin-inline: auto;
  }
}
.p-top__mv-illust > .in-image-wrapper {
  display: none;
}
.p-top__mv-illust > .in-image-wrapper.is-current {
  display: block;
}
.p-top__scroll-bar-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  gap: 0.5rem;
  position: absolute;
  top: 48rem;
  right: 2.9rem;
}
@media screen and (max-width: 768px) {
  .p-top__scroll-bar-wrapper {
    right: 0.5rem;
    top: 19.5rem;
  }
}
.p-top__scroll-bar-wrapper > .in-text {
  writing-mode: vertical-rl;
  font-size: 1.1rem;
  letter-spacing: 0.5rem;
  font-family: var(--outfit);
}
.p-top__scroll-bar-wrapper > .in-bar-wrapper {
  width: 2rem;
  height: 11.5rem;
  overflow: hidden;
  position: relative;
  padding-block: 0.2rem;
}
.p-top__scroll-bar-wrapper > .in-bar-wrapper > .in-bar {
  display: block;
  width: 1px;
  height: 100%;
  background-color: #222222;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
.p-top__scroll-bar-wrapper > .in-bar-wrapper > .in-bullet {
  display: block;
  width: 0.5rem;
  aspect-ratio: 1/1;
  background-color: #222222;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0) rotate(45deg);
  animation: scroll-bullet 1.5s infinite linear;
}
.p-top__sr-toc {
  height: 0;
  opacity: 0;
  overflow: hidden;
  width: 77rem;
  margin-inline: auto;
  transform: translateX(-3.5rem);
  max-width: 100%;
}
.p-top__sr-toc:focus-within {
  padding: 1rem;
  display: block;
  height: auto;
  opacity: 1;
  margin-bottom: 4.6rem;
}
@media screen and (max-width: 1280px) {
  .p-top__sr-toc:focus-within {
    transform: none;
    padding-inline: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .p-top__sr-toc:focus-within {
    padding-inline: 2.2rem;
  }
}
.p-top__sr-toc > .in-list {
  display: flex;
  align-items: center;
  gap: 1.9rem;
  flex-wrap: wrap;
}
.p-top__sr-toc > .in-list a {
  color: var(--link-color);
  display: flex;
  align-items: center;
  gap: 1rem;
}
.p-top__sr-toc > .in-list a::before {
  content: "";
  border: solid 0.6rem transparent;
  border-bottom: 0;
  border-top: solid 1rem var(--link-color);
  transform: translateY(0.2rem);
}
.p-top__contents-wrapper {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-top: 12rem;
}
@media screen and (max-width: 768px) {
  .p-top__contents-wrapper {
    margin-top: 3rem;
  }
}
.p-top__main-contents-wrapper {
  width: 110rem;
  max-width: 100%;
  flex-grow: 1;
}
@media screen and (max-width: 1280px) {
  .p-top__main-contents-wrapper {
    width: calc(100% - 30rem);
  }
}
@media screen and (max-width: 768px) {
  .p-top__main-contents-wrapper {
    width: 100%;
  }
}
.p-top__intro-wrapper {
  position: relative;
  padding-bottom: 20rem;
}
@media screen and (max-width: 768px) {
  .p-top__intro-wrapper {
    padding-bottom: 8rem;
  }
}
.p-top__intro-inner {
  position: relative;
  z-index: 1;
}
.p-top__intro-desc-wrapper {
  width: 75rem;
  margin-inline: auto;
  transform: translateX(-3.5rem);
  max-width: 100%;
}
@media screen and (max-width: 1280px) {
  .p-top__intro-desc-wrapper {
    transform: none;
    padding-inline: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .p-top__intro-desc-wrapper {
    padding-inline: 2.2rem;
  }
}
.p-top__intro-desc-wrapper :where(p) {
  font-size: 2.6rem;
  font-family: var(--zen-antique);
  margin-bottom: 2.6rem;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .p-top__intro-desc-wrapper :where(p) {
    font-size: 1.4rem;
    line-height: 2;
    margin-bottom: 1.2rem;
  }
}
.p-top__intro-desc-wrapper :where(p) > .in-left {
  margin-left: -2rem;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .p-top__intro-desc-wrapper :where(p) > .in-left {
    margin-left: -0.5rem;
  }
}
.p-top__intro-desc-wrapper :where(p) > .in-left--xs {
  margin-left: -1rem;
}
.p-top__intro-desc-wrapper :where(p):last-of-type {
  margin-bottom: 0;
}
.p-top__intro-desc-wrapper :where(p).is-copy {
  font-size: 6.5rem;
  line-height: 1.7;
  margin-bottom: 1.5rem;
  letter-spacing: 1rem;
}
@media screen and (max-width: 768px) {
  .p-top__intro-desc-wrapper :where(p).is-copy {
    font-size: 3.2rem;
    letter-spacing: 0.4rem;
  }
}
.p-top__intro-desc-wrapper :where(p).is-site-name img {
  width: 44.5rem;
}
@media screen and (max-width: 768px) {
  .p-top__intro-desc-wrapper :where(p).is-site-name img {
    width: 25rem;
  }
}
.p-top__sidebar {
  width: 30rem;
  position: sticky;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .p-top__sidebar {
    display: none;
  }
}
.p-top__search-wrapper {
  background: linear-gradient(to bottom, transparent 28rem, #F2F2F2 28rem);
}
.p-top__search-title {
  border-top: solid 2px var(--font-color);
  border-bottom: solid 1px var(--font-color);
  text-align: center;
  font-size: 3.6rem;
  letter-spacing: 1rem;
  padding-block: 1.5rem;
  font-weight: 500;
  margin-bottom: 3.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}
@media screen and (max-width: 768px) {
  .p-top__search-title {
    font-size: 2rem;
    margin-bottom: 1.6rem;
    gap: 1.5rem;
  }
}
.p-top__search-intro {
  text-align: center;
  font-size: max(1.4rem, 10px);
  margin-bottom: 1.6rem;
}
.p-top__serach-loading {
  text-align: center;
  margin-top: 4rem;
  display: none;
}
.p-top__serach-loading img {
  width: 2rem;
  margin-right: 1rem;
}
.p-top__support-result-wrapper {
  margin-top: 4rem;
}
@media screen and (max-width: 768px) {
  .p-top__support-result-wrapper {
    padding-inline: 3rem;
    margin-top: 2rem;
  }
}
.p-top__calendar-wrapper {
  padding-block: 12rem 8rem;
  background-color: #F2F2F2;
}
@media screen and (max-width: 768px) {
  .p-top__calendar-wrapper {
    padding-bottom: 4rem;
    padding-top: 8rem;
    padding-inline: 2.5rem;
  }
}
@media screen and (max-width: 768px) {
  .p-top__calendar-wrapper .c-heading-bg-text {
    margin-bottom: 2rem;
  }
}
.p-top__calendar-wrapper .c-support-calendar {
  margin-top: -6rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-top__calendar-wrapper .c-support-calendar {
    margin-top: 0;
  }
}
.p-top__information-wrapper {
  margin-top: 15rem;
  margin-bottom: 5rem;
  width: 116rem;
  max-width: calc(100% - 4rem);
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .p-top__information-wrapper {
    margin-bottom: 2rem;
    margin-top: 5rem;
  }
}
.p-top__information-wrapper .c-heading-bg-text {
  margin-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  .p-top__information-wrapper .c-heading-bg-text {
    margin-bottom: 2rem;
  }
}
.p-top__information-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem 2.9rem;
}
@media screen and (max-width: 768px) {
  .p-top__information-list {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.p-top__information-archive-button .c-button-angle {
  margin-inline: auto;
}

@keyframes scroll-bullet {
  0% {
    top: 0%;
  }
  100% {
    top: 100%;
  }
}
.p-about {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-about {
    flex-direction: column;
    align-items: flex-start;
  }
}
.p-about__contents-wrapper {
  margin-inline: auto;
}
.p-about__genre-search-wrapper {
  width: 100%;
  max-width: 51rem;
  height: auto;
  margin-top: 1.6rem;
  margin-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  .p-about__genre-search-wrapper {
    width: 100%;
  }
}
.p-about__genre-search-list {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0.6rem;
}
@media screen and (max-width: 768px) {
  .p-about__genre-search-list {
    grid-template-columns: repeat(3, 8rem);
    justify-content: center;
  }
}
.p-about__data-list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0.5rem 1.2rem;
  margin-bottom: 1.6rem;
}
@media screen and (max-width: 1280px) {
  .p-about__data-list {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media screen and (max-width: 768px) {
  .p-about__data-list {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.1rem;
    margin-bottom: 1.2rem;
  }
}
.p-about__data-list-title {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0;
  padding: 0.1rem 1rem;
  border: solid 0.1rem #222222;
  border-radius: 3.5rem;
}
@media screen and (max-width: 768px) {
  .p-about__data-list-title {
    font-size: 1.2rem;
    padding: 0 0.8rem;
  }
}
.p-about__data-list-content {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .p-about__data-list-content {
    font-size: 1.3rem;
  }
}

.p-inquiry {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-inquiry {
    margin-top: 2rem;
    flex-direction: column;
  }
}
.p-inquiry__contents-wrapper {
  margin: 0 auto;
}
.p-inquiry__contact-form {
  max-width: 100%;
  margin-block: 3rem;
  padding: 4rem 6rem;
  border: solid 0.1rem #222;
  border-radius: 1rem;
}
@media screen and (max-width: 768px) {
  .p-inquiry__contact-form {
    max-width: 100%;
    margin: 2rem auto 0;
    padding: 2rem;
  }
}
.p-inquiry__contact-form .wpcf7 {
  display: flex;
  flex-direction: column;
}
.p-inquiry__contact-form .wpcf7-form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 3rem;
}
.p-inquiry__contact-form .wpcf7-form .form-request {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.6rem 2rem;
  /* ラベル */
}
@media screen and (max-width: 768px) {
  .p-inquiry__contact-form .wpcf7-form .form-request {
    grid-template-columns: 1fr;
  }
}
.p-inquiry__contact-form .wpcf7-form .form-request .form-label {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.05em;
  margin-bottom: 0.7rem;
  /* 必須マーク */
}
@media screen and (max-width: 768px) {
  .p-inquiry__contact-form .wpcf7-form .form-request .form-label {
    margin-bottom: 0.5rem;
  }
}
.p-inquiry__contact-form .wpcf7-form .form-request .form-label .form-required {
  color: #FC898B;
  font-size: 1.3rem;
  padding: 0.05rem 0.8rem;
  border: solid 0.1rem #FC898B;
  border-radius: 3.5rem;
  margin-left: 1rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .p-inquiry__contact-form .wpcf7-form .form-request .form-label .form-required {
    font-size: 1.2rem;
    padding-inline: 0.5rem;
    margin-left: 0.5rem;
  }
}
.p-inquiry__contact-form .wpcf7-form .form-request .form-label--2col {
  grid-column: 1/-1;
}
.p-inquiry__contact-form .wpcf7-form textarea {
  min-height: 12.2rem;
  -ms-grid-column-span: 2;
}
.p-inquiry__contact-form .wpcf7-form select {
  color: #7B7C86;
  position: relative;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  /* IE10以上の場合 */
}
.p-inquiry__contact-form .wpcf7-form select select::-ms-expand {
  display: none;
}
.p-inquiry__contact-form .wpcf7-form .select-wrapper {
  position: relative;
}
.p-inquiry__contact-form .wpcf7-form .select-wrapper::after {
  content: "";
  background-color: #222222;
  width: 1rem;
  height: 0.6rem;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  top: 2.5rem;
  left: 1.6rem;
}
.p-inquiry__contact-form .wpcf7-form input,
.p-inquiry__contact-form .wpcf7-form select,
.p-inquiry__contact-form .wpcf7-form textarea {
  width: 100%;
  padding: 1.3rem 1.6rem 1.3rem 1.6rem;
  border: 1px solid #ccc;
  color: #222222;
  border-radius: 0.4rem;
  font-size: 1.4rem;
  margin-top: 0.6rem;
}
.p-inquiry__contact-form .wpcf7-form select {
  padding-left: 3.8rem;
}
.p-inquiry__contact-form .wpcf7-form .form-select:invalid {
  color: #aaa;
}
.p-inquiry__contact-form .wpcf7-form input::-moz-placeholder, .p-inquiry__contact-form .wpcf7-form textarea::-moz-placeholder {
  font-size: 1.3rem;
  color: #7B7C86;
  opacity: 0.8;
}
.p-inquiry__contact-form .wpcf7-form input::placeholder,
.p-inquiry__contact-form .wpcf7-form textarea::placeholder {
  font-size: 1.3rem;
  color: #7B7C86;
  opacity: 0.8;
}
.p-inquiry__contact-form .wpcf7-form .form-acceptance {
  font-size: 1.3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
.p-inquiry__contact-form .wpcf7-form .form-acceptance-rule {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
}
.p-inquiry__contact-form .wpcf7-form .form-acceptance-rule span:nth-child(1) {
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-inquiry__contact-form .wpcf7-form .form-acceptance-rule input {
  width: auto;
  margin: 0;
}
.p-inquiry__contact-form .wpcf7-form .wpcf7-list-item > label {
  display: flex;
  align-items: center;
  gap: 1.4rem;
}
.p-inquiry__contact-form .wpcf7-form .form-privacy-note {
  font-size: 1.2rem;
  line-height: 1.6;
}
.p-inquiry__contact-form .wpcf7-form .form-privacy-note > a {
  text-decoration: underline;
}
.p-inquiry__contact-form .wpcf7-form-form-control-wrap {
  width: 100%;
}
.p-inquiry__contact-form .wpcf7-form-list-item label {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-inquiry__contact-form .wpcf7-form-list-item-label {
  width: 20rem;
}
.p-inquiry__contact-form .wpcf7-form .form-submit {
  width: 23.7rem;
  height: 6rem;
  transition: all;
  transition-duration: 0.3s;
  position: relative;
}
.p-inquiry__contact-form .wpcf7-form .form-submit .wpcf7-spinner {
  display: none;
}
.p-inquiry__contact-form .wpcf7-form .form-submit:hover:not(:has(:disabled)) input[type=submit] {
  background-color: #fff;
  color: #000;
}
.p-inquiry__contact-form .wpcf7-form .form-submit:hover:not(:has(:disabled)) span.right-arrow {
  border-left-color: #000;
}
.p-inquiry__contact-form .wpcf7-form .form-submit input[type=submit] {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.28;
  letter-spacing: 0.1em;
  text-align: left;
  color: #fff;
  background-color: #000;
  border: solid 0.1rem #000;
  border-radius: 0.4rem;
  transition-duration: 0.3s;
  padding-right: 2rem;
  padding-left: 2.4rem;
  cursor: pointer;
}
.p-inquiry__contact-form .wpcf7-form .form-submit input[type=submit]:disabled {
  background-color: #ccc !important;
  border-color: #ccc !important;
  cursor: default;
}
.p-inquiry__contact-form .wpcf7-form span.right-arrow {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-20%);
  right: 2.5rem;
  width: 0;
  height: 0;
  border-top: 0.7rem solid transparent;
  border-bottom: 0.7rem solid transparent;
  border-left: 0.7rem solid #fff;
  transition: all;
  transition-duration: 0.3s;
  pointer-events: none;
}
.p-inquiry__annotation {
  font-size: 1.4rem;
}

.p-inquiry-check {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-inquiry-check {
    margin-top: 2rem;
    flex-direction: column;
  }
}
.p-inquiry-check__contents-wrapper {
  margin: 0 auto;
}
.p-inquiry-check__contact-form {
  max-width: 90%;
  margin-block: 3rem;
  margin-inline: auto;
  padding: 4rem 6rem;
  border: solid 0.1rem #222;
  border-radius: 1rem;
}
@media screen and (max-width: 768px) {
  .p-inquiry-check__contact-form {
    max-width: 100%;
    margin: 2rem auto;
    padding: 2rem;
  }
}

.p-inquiry__confirm {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 3rem;
}
.p-inquiry__confirm-inner {
  width: 100%;
}
.p-inquiry__confirm-title {
  text-align: center;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.7;
  letter-spacing: 0.05em;
  margin-bottom: 1.6rem;
}
.p-inquiry__confirm-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 4.2rem;
}
.p-inquiry__confirm-item {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}
.p-inquiry__confirm-item #cf7msm_text-area {
  max-width: 100%;
  overflow-wrap: break-word;
}
.p-inquiry__confirm-item .form-required {
  color: #FC898B;
  font-size: 1.3rem;
  padding: 0.05rem 0.8rem;
  border: solid 0.1rem #FC898B;
  border-radius: 3.5rem;
  margin-left: 1rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .p-inquiry__confirm-item .form-required {
    font-size: 1.2rem;
    padding-inline: 0.5rem;
    margin-left: 0.5rem;
  }
}
.p-inquiry__confirm-item:nth-child(5) {
  grid-column: 1/-1;
  margin-bottom: 3rem;
  height: auto;
}
.p-inquiry__confirm-acceptance {
  font-size: 1.3rem;
  text-align: center;
  margin-bottom: 3rem;
}
.p-inquiry__confirm-btn-wrapper {
  width: 100%;
  display: grid;
  grid-template-columns: 12.6rem 21.7rem;
  grid-template-rows: 6rem;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.28;
  letter-spacing: 0.1em;
}
.p-inquiry__confirm-btn-wrapper .previous-btn {
  display: block;
  background-color: #fff;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.28;
  letter-spacing: 0.1em;
  height: 100%;
  width: 100%;
  text-align: start;
  position: relative;
  cursor: pointer;
  border-radius: 1rem;
}
.p-inquiry__confirm-btn-wrapper .previous-btn:hover::after {
  background-color: #fff;
}
.p-inquiry__confirm-btn-wrapper .previous-btn:hover .wpcf7-previous {
  background-color: #222;
  color: #fff;
}
.p-inquiry__confirm-btn-wrapper .previous-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2.5rem;
  transform: translateY(-50%);
  width: 1rem;
  height: 1rem;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  background-color: #222;
  transition: all;
  transition-duration: 0.3s;
}
.p-inquiry__confirm-btn-wrapper .previous-btn .wpcf7-previous {
  transition: all;
  transition-duration: 0.3s;
  border-radius: 1rem;
  display: block !important;
  text-align: start;
  padding: 1.2rem 0 1.2rem 2.4rem;
  height: 100%;
  width: 100%;
  background-color: #fff;
  cursor: pointer;
}
.p-inquiry__confirm-btn-wrapper .submit-btn {
  display: block;
  height: 100%;
  border-radius: 1rem;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.28;
  letter-spacing: 0.1em;
  text-align: start;
  position: relative;
}
.p-inquiry__confirm-btn-wrapper .submit-btn:hover::after {
  background-color: #222;
}
.p-inquiry__confirm-btn-wrapper .submit-btn:hover .wpcf7-submit {
  background-color: #fff;
  color: #222;
}
.p-inquiry__confirm-btn-wrapper .submit-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2.5rem;
  transform: translateY(-50%);
  width: 1rem;
  height: 1rem;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  background-color: #fff;
}
.p-inquiry__confirm-btn-wrapper .submit-btn .wpcf7-submit {
  padding: 1.2rem 0 1.2rem 2.4rem;
  background-color: #222222;
  color: #ffffff;
  text-align: start;
  border-radius: 1rem;
  height: 100%;
  width: 100%;
  transition: all;
  transition-duration: 0.3s;
  cursor: pointer;
}
.p-inquiry__confirm-btn-wrapper .submit-btn .wpcf7-submit:hover {
  background-color: #fff;
  color: #222;
}
.p-inquiry__confirm-btn-wrapper .wpcf7-spinner {
  display: none;
}

.p-inquiry-thanks {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-inquiry-thanks {
    margin-top: 2rem;
    flex-direction: column;
  }
}
.p-inquiry-thanks__contents-wrapper {
  margin: 0 auto;
}
.p-inquiry-thanks__contact-form {
  max-width: 100%;
  margin-block: 3rem;
  padding: 10.65rem 6rem 12.65rem;
  border: solid 0.1rem #222;
  border-radius: 1rem;
}
@media screen and (max-width: 768px) {
  .p-inquiry-thanks__contact-form {
    max-width: 100%;
    margin: 2rem auto;
    padding: 2rem;
  }
}
.p-inquiry-thanks__contact-form .wpcf7 {
  display: flex;
  flex-direction: column;
}
.p-inquiry-thanks__contact-form .p-thanks-form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.p-inquiry-thanks__contact-form .p-thanks-form__form-title {
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.7;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .p-inquiry-thanks__contact-form .p-thanks-form__form-title {
    font-size: 2rem;
  }
}
.p-inquiry-thanks__contact-form .p-thanks-form__form-message {
  line-height: 1.7;
  letter-spacing: 0.05em;
  font-weight: 500;
  font-size: 1.4rem;
  text-align: center;
  margin-top: 3rem;
}
@media screen and (max-width: 768px) {
  .p-inquiry-thanks__contact-form .p-thanks-form__form-message {
    text-align: left;
  }
}
.p-inquiry-thanks__contact-form .p-thanks-form__form-btn {
  margin-top: 6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3rem;
  background-color: #222;
  border-radius: 1rem;
  width: 23.5rem;
  height: 6rem;
  transition: all;
  transition-duration: 0.3s;
  position: relative;
  margin-inline: auto;
  border: solid 0.1rem #222;
}
.p-inquiry-thanks__contact-form .p-thanks-form__form-btn a {
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.28;
  letter-spacing: 0.1em;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-right: 2rem;
  transition-duration: 0.3s;
}
.p-inquiry-thanks__contact-form .p-thanks-form__form-btn span {
  content: "";
  position: absolute;
  top: 50%;
  right: 2.9rem;
  transform: translateY(-50%);
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 0.7rem solid transparent;
  border-bottom: 0.7rem solid transparent;
  border-left: 0.7rem solid #fff;
  transition-duration: 0.3s;
}
.p-inquiry-thanks__contact-form .p-thanks-form__form-btn:hover {
  background-color: #fff;
}
.p-inquiry-thanks__contact-form .p-thanks-form__form-btn:hover a {
  color: #222;
}
.p-inquiry-thanks__contact-form .p-thanks-form__form-btn:hover span {
  border-left-color: #222;
}

.p-privacy {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-privacy {
    flex-direction: column;
    align-items: flex-start;
  }
}
.p-privacy__contents-wrapper {
  margin: 0 auto;
}
.p-privacy li {
  margin-bottom: 1.2rem;
}
.p-privacy li:last-child {
  margin-bottom: 0;
}

.p-rss {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-rss {
    flex-direction: column;
    align-items: flex-start;
  }
}
.p-rss__contents-wrapper {
  margin: 0 auto 6rem;
}
.p-rss__strong-letter {
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.7;
  letter-spacing: 0;
  margin-top: 0;
}
.p-rss__content-explanation-tag {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 0.7rem;
}
.p-rss__content-explanation-tag > img {
  width: 1.56rem;
  height: auto;
}
.p-rss__content-explanation-tag > a {
  font-size: 1.5rem;
  text-decoration: underline;
  text-underline-offset: 0.3rem;
  transition: color 0.3s ease;
}
.p-rss__content-list {
  padding-left: 2rem;
}
.p-rss__content-list-item {
  list-style: disc;
}
.p-rss__content-list-item::marker {
  font-size: 1rem;
}

.p-webaccessibility {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-webaccessibility {
    flex-direction: column;
    align-items: flex-start;
  }
}
.p-webaccessibility__contents-wrapper {
  margin: 0 auto;
}
.p-webaccessibility__contents-wrapper a {
  text-decoration: underline;
}
.p-webaccessibility__data-heading {
  margin-block: 1rem;
  font-size: 1.4rem;
  font-weight: 500;
}
.p-webaccessibility__scroll-table {
  max-width: 100%;
  overflow-x: scroll;
}
@media screen and (max-width: 768px) {
  .p-webaccessibility__scroll-table table {
    width: 250%;
  }
}
.p-webaccessibility .c-table thead th:nth-of-type(1) {
  width: 9rem;
}
.p-webaccessibility .c-table thead th:nth-of-type(2) {
  width: 26.6rem;
}
.p-webaccessibility .c-table thead th:nth-of-type(3) {
  width: 9rem;
}
.p-webaccessibility .c-table thead th:nth-of-type(4) {
  width: 6rem;
}
.p-webaccessibility .c-table thead th:nth-of-type(5) {
  width: 6rem;
}
.p-webaccessibility .c-table tbody td:nth-of-type(2), .p-webaccessibility .c-table tbody td:nth-of-type(3), .p-webaccessibility .c-table tbody td:nth-of-type(4) {
  text-align: center;
}

.p-support .c-heading-title {
  margin-top: 0;
}
.p-support__main-contents {
  background: linear-gradient(to bottom, transparent 20rem, #F2F2F2 20rem);
}
.p-support__search-result {
  margin-top: 3.6rem;
}
.p-support__calendar {
  margin-top: 10rem;
}
.p-support__calendar .c-support-calendar {
  margin-top: -4rem;
}
@media screen and (max-width: 768px) {
  .p-support__calendar .c-support-calendar {
    margin-top: 2rem;
    width: 100%;
    max-width: 100%;
  }
}
.p-support__view-more-button {
  margin-top: 3.2rem;
}
.p-support__view-more-button .c-button-angle {
  margin-inline: auto;
}

.p-sitemap {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-sitemap {
    flex-direction: column;
    align-items: flex-start;
  }
}
.p-sitemap__contents-wrapper {
  margin: 0 auto;
}
.p-sitemap__section {
  padding-left: 1rem;
  border-top: 1px solid #7B7C86;
  padding-top: 2.4rem;
  padding-bottom: 2.4rem;
}
.p-sitemap__link-list {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
.p-sitemap__sub-link-list {
  display: flex;
  gap: 0.8rem;
}
@media screen and (max-width: 768px) {
  .p-sitemap__sub-link-list {
    width: 90%;
    display: grid;
    grid-template-columns: repeat(3, auto);
    grid-template-rows: repeat(2, 1fr);
  }
}
.p-sitemap__sub-link-list-item {
  margin-right: 3rem;
}
@media screen and (max-width: 768px) {
  .p-sitemap__sub-link-list-item {
    margin-right: 0;
  }
}
.p-sitemap__section-calendar {
  display: flex;
  gap: 4.5rem;
}

.p-404 {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-404 {
    flex-direction: column;
    align-items: flex-start;
  }
}
.p-404__title-description {
  margin-bottom: 4rem;
}
.p-404__contents-wrapper {
  margin: 0 auto;
}
.p-404__section {
  padding-left: 1rem;
  border-top: 1px solid #7B7C86;
  padding-top: 2.4rem;
  padding-bottom: 2.4rem;
}
.p-404__link-list {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
.p-404__sub-link-list {
  display: flex;
  gap: 0.8rem;
}
@media screen and (max-width: 768px) {
  .p-404__sub-link-list {
    width: 90%;
    display: grid;
    grid-template-columns: repeat(3, auto);
    grid-template-rows: repeat(2, 1fr);
  }
}
.p-404__sub-link-list-item {
  margin-right: 3rem;
}
@media screen and (max-width: 768px) {
  .p-404__sub-link-list-item {
    margin-right: 0;
  }
}
.p-404__section-calendar {
  display: flex;
  gap: 4.5rem;
}

.p-archive {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-archive {
    flex-direction: column;
    align-items: flex-start;
  }
}
.p-archive__contents-wrapper {
  margin-inline: auto;
}
.p-archive .c-card-news {
  padding-top: 2.4rem;
  padding-bottom: 2.8rem;
  border-top: solid 0.1rem #7B7C86;
}
.p-archive .c-card-news__head {
  display: flex;
  gap: 3rem;
  margin-bottom: 0.5rem;
  justify-content: flex-start;
  align-items: center;
}
.p-archive .c-card-news__time {
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.05em;
}
.p-archive__list-link:hover {
  opacity: 0.8;
}
.p-archive__pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 2.4rem;
  margin-bottom: 6rem;
}
.p-archive__pagination-list {
  display: flex;
  align-items: end;
  gap: 1.5rem;
}
.p-archive__pagination-item {
  font-weight: 500;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0;
  color: #222222;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .p-archive__pagination-item {
    font-size: 1.6rem;
  }
}
.p-archive__pagination-item span.current {
  text-decoration: underline;
  text-decoration-style: solid #7B7C86;
  text-decoration-thickness: 5%;
  text-underline-offset: 0.2em;
  color: #7B7C86;
}

.p-calendar .c-heading-title {
  margin-top: 0;
}
.p-calendar__main-contents {
  background: linear-gradient(to bottom, transparent 20rem, #F2F2F2 20rem);
}
.p-calendar__search-result {
  margin-top: 3.6rem;
}
.p-calendar__calendar {
  margin-top: 10rem;
}
.p-calendar__calendar .c-support-calendar {
  margin-top: -4rem;
}
@media screen and (max-width: 768px) {
  .p-calendar__calendar .c-support-calendar {
    margin-top: 2rem;
    width: 100%;
    max-width: 100%;
  }
}
.p-calendar__calendar .c-support-calendar .ec-toolbar {
  justify-content: center;
}
.p-calendar__date-list {
  margin-top: 6rem;
  background-color: white;
}
.p-calendar__date-item {
  display: flex;
  align-items: flex-start;
  gap: 2rem;
  padding: 2.4rem 3rem;
  border-top: solid 1px #B5B5B5;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-calendar__date-item {
    gap: 0;
    flex-direction: column;
    padding: 1.4rem;
  }
}
.p-calendar__date-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  line-height: 1;
  gap: 0.2rem;
  width: 5rem;
}
@media screen and (max-width: 768px) {
  .p-calendar__date-title {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-end;
    gap: 0.5rem;
    width: 100%;
  }
}
.p-calendar__date-title > .in-date > .in-num {
  font-size: 2.4rem;
  font-weight: bold;
  font-family: var(--outfit);
}
@media screen and (max-width: 768px) {
  .p-calendar__date-title > .in-date > .in-num {
    font-size: 1.8rem;
  }
}
.p-calendar__date-title > .in-date > .in-unit {
  font-size: 1.4rem;
  font-weight: bold;
  margin-left: -0.4rem;
}
@media screen and (max-width: 768px) {
  .p-calendar__date-title > .in-date > .in-unit {
    font-size: 1.2rem;
  }
}
.p-calendar__date-title > .in-dow {
  font-size: 1.4rem;
  font-weight: 600;
  font-family: var(--outfit);
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .p-calendar__date-title > .in-dow {
    font-size: 1rem;
    font-weight: normal;
  }
}
.p-calendar__date-title--sat {
  color: var(--sat-color);
}
.p-calendar__date-title--sun {
  color: var(--sun-color);
}
.p-calendar__date-desc {
  width: calc(100% - 7rem);
  overflow-x: hidden;
}
@media screen and (max-width: 768px) {
  .p-calendar__date-desc {
    width: 100%;
  }
}
.p-calendar__date-desc .swiper {
  padding-right: 50rem;
}
@media screen and (max-width: 1280px) {
  .p-calendar__date-desc .swiper {
    padding-right: 30rem;
  }
}
@media screen and (max-width: 1080px) {
  .p-calendar__date-desc .swiper {
    padding-right: 20%;
  }
}
@media screen and (max-width: 768px) {
  .p-calendar__date-desc .swiper {
    padding-right: 7rem;
  }
}
.p-calendar__date-desc .swiper::after {
  content: "";
  display: block;
  width: 15rem;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  background: linear-gradient(to right, transparent, white);
  transition: opacity 0.3s;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .p-calendar__date-desc .swiper::after {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .p-calendar__date-swiper {
    width: 100%;
    padding-top: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .p-calendar__date-swiper .c-card-support__inner {
    padding: 1.6rem;
  }
}
.p-calendar__date-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5rem;
  margin-top: 2rem;
  padding-right: 7rem;
}
@media screen and (max-width: 768px) {
  .p-calendar__date-footer {
    padding-right: 0;
  }
}
.p-calendar__date-progressbar {
  width: 63rem;
  border-radius: 1rem;
  position: relative;
  --swiper-pagination-progressbar-size: 0.4rem;
  --swiper-pagination-progressbar-bg-color: #E5E5E5;
  --swiper-pagination-color: var(--font-color);
}
.p-calendar__date-navigation {
  display: flex;
  align-items: center;
  gap: 1.8rem;
}
.p-calendar__date-prev, .p-calendar__date-next {
  display: flex;
  width: 3rem;
  aspect-ratio: 1/1;
  border: solid 1px var(--font-color);
  border-radius: 100%;
  background-image: url(../svg/ic-angle.svg);
  background-size: 0.65rem auto;
  background-repeat: no-repeat;
  background-position: center;
  transition: opacity 0.3s, background-color 0.3s;
}
@media (hover: hover) {
  .p-calendar__date-prev:hover, .p-calendar__date-next:hover {
    opacity: 0.6;
    background-color: #eeeeee;
  }
}
.p-calendar__date-next {
  transform: rotate(180deg);
}
.p-calendar__date-fraction {
  font-size: 1.2rem;
  font-family: var(--outfit);
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 1.2rem;
}

.p-single-news {
  width: 100%;
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .p-single-news {
    flex-direction: column;
  }
}
.p-single-news__contents-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1;
  padding-bottom: 6rem;
  width: 100%;
  height: 100%;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p-single-news__contents-wrapper {
    padding-inline: 0;
  }
}
.p-single-news__content {
  width: 100%;
}
.p-single-news__contents-title-wrapper {
  width: 94rem;
  max-width: calc(100% - 4rem);
  margin-inline: auto;
}
.p-single-news__contents-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 3rem;
  padding-bottom: 2rem;
  border-bottom: solid 0.1rem #222;
  width: 100%;
}
.p-single-news .c-news-detail__title {
  margin-top: 0.4rem;
  font-weight: 700;
  font-size: 2.8rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .p-single-news .c-news-detail__title {
    font-size: 2.2rem;
  }
}
.p-single-news .c-news-detail__meta {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 2rem;
}
.p-single-news .c-news-detail__date {
  color: #60666F;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.05em;
}
.p-single-news .c-news-detail__category {
  color: #222;
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 2;
  letter-spacing: 0.05em;
  position: relative;
  padding-left: 1.5rem;
}
.p-single-news .c-news-detail__category::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0.6rem;
  height: 0.6rem;
  background-color: var(--category-color);
}
.p-single-news .c-news-detail__navigation {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4rem;
  margin: 4rem auto 0;
}
.p-single-news .c-news-detail__nav-item:nth-child(1), .p-single-news .c-news-detail__nav-item:nth-child(3) {
  width: 3rem;
  height: 3rem;
  border: solid 0.1rem #222;
  border-radius: 9999rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-single-news .c-news-detail__nav-item:nth-child(2) {
  width: 13.5rem;
  height: 5.4rem;
  background-color: #222;
  border-radius: 0.5rem;
}
.p-single-news .c-news-detail__nav-item:nth-child(2) a {
  color: white;
}
.p-single-news .c-news-detail__nav-item a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.p-single-news .c-news-detail__nav-arrow {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-single-news .c-news-detail__nav-arrow img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1rem;
  height: 1.5rem;
  display: block;
}
.p-single-news .c-news-detail__nav-link--disabled {
  cursor: default;
  display: none;
}
.p-single-news .c-news-detail__nav-link--disabled .c-news-detail__nav-arrow img {
  opacity: 0.8;
}
.p-single-news .c-news-detail__nav-item:has(.c-news-detail__nav-link--disabled) {
  border: none;
}
.p-single-news .c-news-detail__content {
  width: 94rem;
  margin-inline: auto;
  max-width: calc(100% - 4rem);
}
.p-single-news .c-news-detail__content h2.wp-block-heading {
  margin-top: 4rem;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .p-single-news .c-news-detail__content h2.wp-block-heading {
    font-size: 2rem;
  }
}
.p-single-news .c-news-detail__content h3.wp-block-heading {
  margin-top: 2.5rem;
  font-size: 2rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .p-single-news .c-news-detail__content h3.wp-block-heading {
    font-size: 2rem;
  }
}
.p-single-news .c-news-detail__content p {
  margin-top: 1.2rem;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.7;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .p-single-news .c-news-detail__content p {
    font-size: 1.3rem;
  }
}
.p-single-news .c-news-detail__content p + p {
  margin-top: 0.8rem;
}
@media screen and (max-width: 768px) {
  .p-single-news .c-news-detail__content p + p {
    margin-top: 1rem;
  }
}
.p-single-news .c-news-detail__content a {
  color: #222;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.7;
  letter-spacing: 0;
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
  text-decoration-color: #222;
  transition: color 0.25s ease, text-decoration-color 0.25s ease;
}
.p-single-news .c-news-detail__content a:hover {
  color: #555;
  text-decoration-color: #555;
}
.p-single-news .c-news-detail__content ul.wp-block-list {
  padding-left: 2rem;
  margin-top: 1rem;
}
.p-single-news .c-news-detail__content ul.wp-block-list li {
  list-style: disc;
}
.p-single-news .c-news-detail__content ul.wp-block-list li::marker {
  font-size: 1rem;
}
.p-single-news .c-news-detail__content ol.wp-block-list {
  padding-left: 2rem;
  margin-top: 1rem;
}
.p-single-news .c-news-detail__content ol.wp-block-list li {
  list-style: decimal;
}
.p-single-news .c-news-detail__content ol.wp-block-list li::marker {
  font-size: 1.4rem;
}
.p-single-news .c-news-detail__content .wp-block-image {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-inline: auto;
}
.p-single-news .c-news-detail__content .wp-block-image img {
  width: 100%;
  height: 100%;
}

.translated-ltr {
  letter-spacing: 0;
}
.translated-ltr .p-top__mv-copy {
  width: 64rem;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .translated-ltr .p-top__mv-copy {
    width: 100%;
    text-align: center;
  }
}
.translated-ltr .p-top__intro-desc-wrapper {
  width: 76rem;
}
@media screen and (max-width: 768px) {
  .translated-ltr .p-top__intro-desc-wrapper {
    width: 100%;
  }
}
.translated-ltr .p-top__intro-desc-wrapper .is-copy {
  letter-spacing: 0;
}
.translated-ltr .p-top__search-title {
  letter-spacing: 0;
}
.translated-ltr .c-text-bg-gradient::before {
  width: 100%;
  left: 0;
}
.translated-ltr .c-translate__disable {
  display: none;
}
.translated-ltr .c-translate__visible {
  display: inline;
}
.translated-ltr .c-card-support__title {
  line-height: 1.5;
  margin-bottom: 2rem;
}
.translated-ltr .c-card-support__overview-item {
  flex-direction: column;
}
.translated-ltr .c-card-support__overview-item-title {
  width: 100%;
}
.translated-ltr .c-card-support__overview-item-data {
  width: 100%;
}
.translated-ltr .c-card-support__status {
  font-size: 1.1rem;
  text-align: center;
  line-height: 1.1;
  height: auto;
  padding-block: 0.3rem;
}
.translated-ltr .c-card-support__support-item {
  font-size: 1rem;
  line-height: 1.1;
  padding-block: 0.3rem;
  height: auto;
}
.translated-ltr .c-search-genre {
  padding-inline: 0.5rem;
}
.translated-ltr .c-genre-card {
  font-size: 1rem;
  text-align: center;
}
.translated-ltr .c-page-link__text {
  font-size: 1.4rem;
  letter-spacing: 0;
}
.translated-ltr .c-footer__copy {
  text-align: right;
}
.translated-ltr .c-footer__copy-label {
  text-align: right;
}
@media screen and (min-width: 768px) {
  .translated-ltr .c-footer__site-name {
    width: 13rem;
  }
}
.translated-ltr .c-footer__copy {
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .translated-ltr .c-footer__copy {
    width: 26rem;
  }
}
.translated-ltr .c-support-search-form__genre-label .in-text {
  line-height: 1.5;
}
.translated-ltr .c-support-search-form__keyword-wrapper .in-text {
  letter-spacing: 0.2rem;
}/*# sourceMappingURL=styles.css.map */