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

* {
  margin: 0;
  padding: 0;
}

html {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
   -ms-text-size-adjust: 100%;
       text-size-adjust: 100%;
}

body {
  min-height: 100dvh;
  line-height: 1.5;
  width: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
}

ul, ol {
  list-style: none;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
  height: auto;
}

img {
  vertical-align: bottom;
}

svg {
  vertical-align: bottom;
}

p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
}

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

dl, dt, dd {
  margin: 0;
  padding: 0;
}

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

th {
  font-weight: inherit;
  text-align: left;
}

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

button {
  border: none;
  background: none;
  cursor: pointer;
  line-height: inherit;
}

em {
  font-style: normal;
  font-weight: bold;
}

hr {
  display: none;
}

form, label, fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

:focus:not(:focus-visible) {
  outline: none;
}

:root {
  --wp--preset--font-size--medium: sizeRem(sp, 16px, wide, 20px);
  --wp--preset--font-size--small: sizeRem(sp, 14px, wide, 18px);
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 0px;
  background-color: #EFEFEF;
  font-weight: 400;
  text-autospace: normal;
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
}
@media screen and (min-width: 768px) {
  html {
    scroll-padding-top: 0px;
  }
}

body {
  color: #000000;
  font-family: "MFW-PA1GothicStd-Light", sans-serif;
  line-height: 1.75;
  font-size: 1rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  body {
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 960px) {
  body {
    line-height: 2;
  }
}

@media (any-hover: hover) {
  a {
    -webkit-transition: 0.2s opacity;
    transition: 0.2s opacity;
  }
  a:hover {
    opacity: 0.7;
  }
}
a {
  color: #000;
}

button {
  color: #000;
}

:focus-visible {
  outline: 2px solid #000000;
  outline-offset: 2px;
}

.l-container--full, .l-container--wide, .l-container {
  position: relative;
  margin-inline: auto;
}

.l-container {
  width: 82vw;
}
@media screen and (min-width: 960px) {
  .l-container {
    width: 76vw;
  }
}
.l-container--wide {
  width: 91vw;
}
.l-container--full {
  width: 100%;
}
@media screen and (min-width: 960px) {
  .l-container--lap {
    width: 76vw;
  }
}

.l-inset--large, .l-inset--medium, .l-inset--small {
  margin-inline: var(--inset-size);
}

.l-inset--small {
  --inset-size: 2vw;
}
.l-inset--medium {
  --inset-size: 5vw;
}
.l-inset--large {
  --inset-size: 10vw;
}
.l-inset--right {
  margin-left: 0;
}
.l-inset--left {
  margin-right: 0;
}

.l-post {
  max-width: 800px;
  margin-inline: auto;
  padding-inline: clamp(1rem, 2.21vw, 30px);
}
@media screen and (min-width: 960px) {
  .l-post {
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    padding-inline: 60px;
  }
}

.l-contents-header {
  display: -ms-grid;
  display: grid;
  row-gap: 30px;
}

.l-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 30;
  width: 100%;
  background-color: #000000;
}
.l-header__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding-block: 0;
  padding-inline: calc(env(safe-area-inset-left) + clamp(1rem, 2.21vw, 30px));
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 960px) {
  .l-header__inner {
    padding-inline: 0;
  }
}
.l-header__logo a {
  display: block;
}
@media (any-hover: hover) {
  .l-header__logo a {
    -webkit-transition: 0.2s opacity;
    transition: 0.2s opacity;
  }
  .l-header__logo a:hover {
    opacity: 0.7;
  }
}
.l-header__logo img {
  height: auto;
}
.l-footer {
  position: relative;
  z-index: 1;
}
.l-footer__logo {
  width: 100%;
  margin-top: 50vw;
}
@media screen and (min-width: 960px) {
  .l-footer__logo {
    width: calc(50% - 40px);
    margin: 40vh 0 0 auto;
  }
}
.l-footer__logo img {
  width: 100%;
}
@media screen and (min-width: 960px) {
  .l-footer__comment {
    width: calc(50% - 40px);
  }
}
.l-footer__copyright {
  font-size: clamp(0.75rem, 0.38vw + 0.6625rem, 1rem);
  letter-spacing: 0.05em;
  text-align: right;
  margin: 1em 0 3em;
  display: block;
}

.l-spacer--small {
  --l-spacer-size: clamp(36px, 5.07vw + 17px, 90px);
  padding-block: var(--l-spacer-size) 0;
}
.l-spacer--medium {
  --l-spacer-size: clamp(50px, 4.69vw + 32.4px, 100px);
  padding-block: var(--l-spacer-size) 0;
}
.l-spacer--large {
  --l-spacer-size: clamp(130px, 7.51vw + 101.8px, 210px);
  padding-block: var(--l-spacer-size) 0;
}
.l-spacer--both {
  padding-block: var(--l-spacer-size, 0px);
}
.l-spacer--bottom {
  padding-block: 0 var(--l-spacer-size, 0px);
}

@-webkit-keyframes slide-right {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes slide-right {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes slide-left {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes slide-left {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@-webkit-keyframes slide-down {
  from {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes slide-down {
  from {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes slide-up {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}
@keyframes slide-up {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}
@-webkit-keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes fade-in-up {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fade-in-up {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes scale-in {
  from {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes scale-in {
  from {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.c-button {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 0.375rem;
     -moz-column-gap: 0.375rem;
          column-gap: 0.375rem;
  width: min(320px, 100%);
  padding: 0.875rem 2rem;
  background-color: #000000;
  color: #FFFFFF;
  border-radius: 999px;
  font-size: 0.9375rem;
  letter-spacing: 0.05em;
  -webkit-transition: 0.2s opacity;
  transition: 0.2s opacity;
}
@media screen and (min-width: 768px) {
  .c-button {
    padding: 1rem 2.5rem;
    font-size: 1rem;
  }
}
@media (any-hover: hover) {
  .c-button:hover {
    opacity: 0.75;
  }
}
.c-button--ghost {
  background-color: transparent;
  border: 1px solid #000000;
  color: #000000;
}
.c-button--secondary {
  background-color: #000000;
  color: #FFFFFF;
}
.c-button--wide {
  width: min(400px, 100%);
}
.c-button__icon {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

.c-button-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 1rem;
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .c-button-wrap {
    margin-top: 45px;
  }
}
.c-button-wrap--center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-button-wrap--right {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.c-breadcrumb {
  width: 100%;
  overflow-x: auto;
}
.c-breadcrumb__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.25em;
  font-size: 0.8571428571rem;
  color: #666666;
}
@media screen and (min-width: 768px) {
  .c-breadcrumb__list {
    font-size: 0.8125rem;
  }
}
.c-breadcrumb__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.c-breadcrumb__item:not(:last-child)::after {
  content: "/";
  margin-left: 0.5em;
  color: #CCCCCC;
}
.c-breadcrumb__item a {
  color: #000000;
}
@media (any-hover: hover) {
  .c-breadcrumb__item a {
    -webkit-transition: 0.2s color;
    transition: 0.2s color;
  }
  .c-breadcrumb__item a:hover {
    color: #000000;
  }
}
.c-breadcrumb__item:last-child {
  color: #AAAAAA;
}

.c-card {
  display: -ms-grid;
  display: grid;
  -ms-grid-row-span: 5;
  grid-row: span 5;
  -ms-grid-rows: subgrid;
  grid-template-rows: subgrid;
}
.c-card__anchor {
  display: -ms-grid;
  display: grid;
  row-gap: 0.5em;
  -ms-grid-row-span: 4;
  grid-row: span 4;
  -ms-grid-rows: subgrid;
  grid-template-rows: subgrid;
}
@media screen and (min-width: 768px) and (any-hover: hover) {
  .c-card__anchor {
    -webkit-transition: 0.2s opacity;
    transition: 0.2s opacity;
  }
  .c-card__anchor:hover {
    opacity: 0.7;
  }
}
.c-card__image {
  overflow: hidden;
}
.c-card__image img {
  width: 100%;
  aspect-ratio: var(--card-ratio, 16/10);
  -o-object-fit: cover;
     object-fit: cover;
}
.c-card__image--radius img {
  border-radius: 8px;
}
.c-card__date {
  font-size: 0.75rem;
  color: #666666;
  line-height: 1.3;
}
.c-card__title {
  line-height: 1.5;
  font-size: 1.2857142857rem;
  word-break: auto-phrase;
}
@media screen and (min-width: 768px) {
  .c-card__title {
    font-size: 1.25rem;
  }
}
.c-card__text {
  font-size: 0.875rem;
  line-height: 1.8;
  letter-spacing: 0;
  text-align: justify;
  color: #666666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
}
.c-card__terms {
  margin-top: 0.5em;
  padding-top: 0.75em;
  border-top: 1px solid #CCCCCC;
  font-size: 0.75rem;
  -ms-grid-row: 5;
  grid-row: 5;
  -ms-grid-row-align: start;
      align-self: start;
}
.c-card__terms a {
  display: inline-block;
  padding: 0.2em 0.75em;
  background-color: #F5F5F5;
  border-radius: 999px;
}
@media (any-hover: hover) {
  .c-card__terms a {
    -webkit-transition: 0.2s background-color;
    transition: 0.2s background-color;
  }
  .c-card__terms a:hover {
    background-color: #CCCCCC;
  }
}

.c-list--dot > li {
  padding-left: 1em;
  position: relative;
}
.c-list--dot > li::before {
  content: "・";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}

.c-list--circle > li {
  padding-left: 1em;
  position: relative;
}
.c-list--circle > li::before {
  content: "●";
  display: inline-block;
  margin-left: -1em;
  width: 1em;
}

.c-list--num {
  counter-reset: listnum;
}
.c-list--num > li {
  counter-increment: listnum;
  padding-left: 2em;
}
.c-list--num > li::before {
  content: counter(listnum) ".";
  width: 2em;
  margin-left: -2em;
  display: inline-block;
}

.c-list--note > li {
  padding-left: 1em;
  position: relative;
  font-size: 0.8125rem;
  color: #666666;
}
.c-list--note > li::before {
  content: "※";
  margin-left: -1em;
  display: inline-block;
  width: 1em;
}

.c-list--row-comma > li {
  display: inline;
}
.c-list--row-comma > li:not(:last-child)::after {
  content: "、";
}

.c-list--dl {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: var(--lwidth, 8em) var(--gap, 0.5em 1.5em) minmax(0, 1fr);
  grid-template-columns: var(--lwidth, 8em) minmax(0, 1fr);
  gap: var(--gap, 0.5em 1.5em);
}
.c-list--dl--center {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-list--space > li + li {
  margin-top: 1em;
}

.c-loading {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #000000;
  -webkit-transition: opacity 0.4s ease, visibility 0.4s ease;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}
.is-loaded .c-loading {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.c-loading__spinner {
  width: 40px;
  height: 40px;
  border: 3px solid #F5F5F5;
  border-top-color: #000000;
  border-radius: 50%;
  -webkit-animation: rotate 0.8s linear infinite;
          animation: rotate 0.8s linear infinite;
}

.c-pagination {
  margin-block: 50px;
}
@media screen and (min-width: 768px) {
  .c-pagination {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: minmax(-webkit-max-content, 1fr) 40px auto 40px minmax(-webkit-max-content, 1fr);
    -ms-grid-columns: minmax(max-content, 1fr) 40px auto 40px minmax(max-content, 1fr);
    grid-template-columns: minmax(-webkit-max-content, 1fr) auto minmax(-webkit-max-content, 1fr);
    grid-template-columns: minmax(max-content, 1fr) auto minmax(max-content, 1fr);
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    justify-items: center;
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
    margin-block: 80px;
  }
}
.c-pagination__pager {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .c-pagination__pager {
    display: contents;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .c-pagination__pager .page-numbers {
    padding-block: 0.5em;
  }
}
@media screen and (min-width: 768px) {
  .c-pagination__pager .page-numbers.prev {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 1/1/2/2;
    -ms-grid-column-align: end;
        justify-self: end;
  }
}
@media screen and (min-width: 768px) {
  .c-pagination__pager .page-numbers.next {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-area: 1/3/2/4;
    -ms-grid-column-align: start;
        justify-self: start;
  }
}
@media (any-hover: hover) {
  .c-pagination__pager .page-numbers {
    -webkit-transition: 0.2s color;
    transition: 0.2s color;
  }
  .c-pagination__pager .page-numbers:hover {
    color: #000000;
  }
}
@media screen and (min-width: 768px) {
  .c-pagination__numbers {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-area: 1/2/2/3;
  }
}
.c-pagination__numbers > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-pagination__numbers .page-numbers {
  display: block;
  padding-inline: 0.5em;
  color: #CCCCCC;
  font-size: 1.2857142857rem;
}
.c-pagination__numbers .page-numbers.current {
  color: #000000;
}
@media (any-hover: hover) {
  .c-pagination__numbers .page-numbers:not(.current) {
    -webkit-transition: 0.2s color;
    transition: 0.2s color;
  }
  .c-pagination__numbers .page-numbers:not(.current):hover {
    color: #000000;
  }
}

.c-post-pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1em;
  margin-block: 50px;
  padding-top: 1.5em;
  border-top: 1px solid #CCCCCC;
}
@media screen and (min-width: 768px) {
  .c-post-pagination {
    margin-block: 80px;
  }
}
.c-post-pagination__prev, .c-post-pagination__next {
  max-width: 45%;
}
@media (any-hover: hover) {
  .c-post-pagination a {
    -webkit-transition: 0.2s color;
    transition: 0.2s color;
  }
  .c-post-pagination a:hover {
    color: #000000;
  }
}

.c-title__en {
  display: block;
  font-size: 0.6875rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 0.5em;
}
.c-title__text {
  font-size: clamp(24px, 1.5vw + 18.4px, 40px);
  line-height: 1.3;
  letter-spacing: 0.05em;
}
.c-title__lead {
  margin-top: 1em;
  font-size: 0.9375rem;
  line-height: 1.8;
  color: #666666;
}

.c-section-title {
  font-size: clamp(20px, 0.75vw + 17.2px, 28px);
  line-height: 1.4;
}
.c-section-title__en {
  font-size: 0.8125rem;
  letter-spacing: 0;
  font-family: "termina", sans-serif;
  margin-bottom: 0.5625rem;
  font-weight: 400;
  text-indent: 0.2em;
}
@media screen and (min-width: 960px) {
  .c-section-title__en {
    font-size: 1.25rem;
    margin-bottom: 0.6875rem;
  }
}
.c-section-title__ja {
  font-size: 2.25rem;
  font-family: "MFW-PA1MinchoStdN-Bold", serif;
  font-weight: bold;
  -webkit-transform: scaleY(0.8);
          transform: scaleY(0.8);
  margin: -0.1em 0;
}
.c-section-title__ja.img-title {
  -webkit-transform: initial;
          transform: initial;
  padding: 0.3em 0 0 0;
}
@media screen and (min-width: 960px) {
  .c-section-title__ja {
    font-size: 2.8125rem;
  }
}
.p-history .c-section-title__en {
  margin-bottom: 0;
}

.c-text__invert {
  color: #fff;
}
.c-text__lead {
  font-size: 1.0625rem;
  font-family: "MFW-PA1MinchoStdN-Bold", serif;
  font-weight: 700;
}
@media screen and (min-width: 960px) {
  .c-text__lead {
    font-size: 1.375rem;
  }
}

@media screen and (min-width: 768px) {
  .c-conversation__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.c-conversation__item + .c-conversation__item {
  margin-top: 20px;
}
.c-conversation__item.right {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.c-conversation__icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.5em;
}
@media screen and (min-width: 768px) {
  .c-conversation__icon {
    display: block;
    margin: 0;
  }
}
.c-conversation__icon img {
  width: clamp(40px, 3.76vw + 25.9px, 80px);
  height: clamp(40px, 3.76vw + 25.9px, 80px);
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  margin: 0 0.5em 0 0;
  border: 1px solid #FFF;
}
.p-contents__detail-body .c-conversation__icon img {
  margin: 0 0.5em 0 0;
}
@media screen and (min-width: 768px) {
  .c-conversation__icon img {
    margin: 0;
  }
}
.c-conversation__name {
  font-size: clamp(0.8125rem, 0.19vw + 0.76875rem, 0.9375rem);
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-conversation__name {
    font-size: clamp(0.625rem, 0.74vw + 0.26875rem, 0.9375rem);
    width: clamp(40px, 3.76vw + 25.9px, 80px);
  }
}
.p-contents__detail-body .c-conversation__name {
  margin: 0;
}
.c-conversation__body {
  position: relative;
  background: #FFF;
  padding: 1em;
  border-radius: 0 1em 1em 1em;
  font-family: "MFW-PA1GothicStd-Light", sans-serif;
}
@media screen and (min-width: 768px) {
  .c-conversation__body {
    width: calc(100% - (clamp(60px, 3.76vw + 45.9px, 100px) * 2 + 20px));
    min-height: clamp(40px, 5.63vw + 18.9px, 100px);
  }
}
@media screen and (min-width: 768px) {
  .right .c-conversation__body {
    border-radius: 1em 0 1em 1em;
  }
}

.c-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.c-modal[aria-hidden=false] {
  opacity: 1;
  visibility: visible;
}
.c-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(46, 46, 46, 0.85);
}
.c-modal__content {
  position: absolute;
  inset: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 80%;
  margin: auto;
  z-index: 1;
  outline: none;
}
.c-modal__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
}
.c-modal__close {
  position: fixed;
  top: clamp(30px, 2.82vw + 19.4px, 60px);
  right: clamp(20px, 4.69vw + 2.4px, 70px);
  width: clamp(40px, 3.76vw + 25.9px, 80px);
  height: clamp(30px, 2.82vw + 19.4px, 60px);
  font-size: 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
}
.c-modal__close::before, .c-modal__close::after {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  background: #FFFFFF;
  position: absolute;
  inset: 0;
  margin: auto;
}
.c-modal__close::before {
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}
.c-modal__close::after {
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
}

body.modal-open {
  overflow: hidden;
}

body[data-modaltype=contents-posts] .c-modal__content > .c-modal__close {
  display: none;
}

.c-comment {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: clamp(10px, 1.71vw + 3.6px, 20px);
     -moz-column-gap: clamp(10px, 1.71vw + 3.6px, 20px);
          column-gap: clamp(10px, 1.71vw + 3.6px, 20px);
}
@media screen and (min-width: 960px) {
  .c-comment {
    grid-area: comment;
  }
}
.c-comment__member {
  display: -ms-grid;
  display: grid;
  justify-items: center;
}
.c-comment__member img {
  width: clamp(55px, 2.56vw + 45.4px, 70px);
}
.c-comment__img {
  border-radius: 100vmax;
}
.c-comment__name {
  font-size: clamp(0.8125rem, 0.51vw + 0.69375rem, 1rem);
}
.c-comment__text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-family: "MFW-PA1GothicStd-Light", sans-serif;
  border-radius: 0 20px 20px 20px;
  background: #FFF;
  line-height: 1.6;
  padding: 20px clamp(20px, 1.71vw + 13.6px, 30px);
}
.c-comment__text--gray {
  background: #EFEFEF;
}
@media screen and (min-width: 960px) {
  .c-comment--right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .c-comment--right .c-comment__text {
    border-radius: 20px 0px 20px 20px;
  }
}

.p-bg {
  width: 100%;
}
.p-bg::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  background-image: url("../img/common/bg-texture.png");
  background-repeat: repeat;
  background-size: cover;
  mix-blend-mode: multiply;
  pointer-events: none;
  opacity: 0.3;
}
.p-bg__line {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100vh;
  z-index: -1;
  pointer-events: none;
}
.p-bg__line .p-bg__line-small,
.p-bg__line .p-bg__line-large {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  pointer-events: none;
}
.p-bg__line .p-bg__line-small .opening-lines,
.p-bg__line .p-bg__line-large .opening-lines {
  display: block;
  width: 100%;
  height: 100%;
}
.p-bg__line .p-bg__line-small img,
.p-bg__line .p-bg__line-large img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.p-bg__line .p-bg__line-small {
  display: block;
}
@media screen and (min-width: 960px) {
  .p-bg__line .p-bg__line-small {
    display: none;
  }
}
.p-bg__line .p-bg__line-large {
  display: none;
}
@media screen and (min-width: 960px) {
  .p-bg__line .p-bg__line-large {
    display: block;
  }
}

.p-frame {
  position: fixed;
  inset: 0.625rem;
  z-index: 10;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  pointer-events: none;
}
.p-frame--invert {
  -webkit-filter: invert(1);
          filter: invert(1);
}
.p-frame__inner {
  position: absolute;
  width: calc(100% - 16px);
  height: calc(100% - 16px);
  border: 1px solid #000000;
  right: 50%;
  top: 50%;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}
.p-frame__inner::before {
  content: "";
  position: absolute;
  inset: -4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 2px solid #000000;
}
@media screen and (min-width: 960px) {
  .p-frame__inner::before {
    inset: -6px;
    border: 3px solid #000000;
  }
}
.p-frame__nav {
  display: none;
}
@media screen and (min-width: 960px) {
  .p-frame__nav {
    display: block;
    position: fixed;
    top: 50%;
    left: 0.625rem;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 10;
    pointer-events: auto;
    position: absolute;
    left: 0;
    height: 100%;
    border-right: 1px solid #000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 3.75rem;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.p-frame__nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  padding: 1.5rem 0.5rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-font-feature-settings: initial;
          font-feature-settings: initial;
}
.p-frame__nav li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-frame__nav li:not(:last-child)::after {
  content: "";
  display: block;
  width: 0.3125rem;
  height: 0.3125rem;
  border-radius: 50%;
  background: #000000;
  margin-top: 1rem;
}
.p-frame__nav li.is-active a {
  color: #fff;
}
.p-frame__nav li.is-active a::before {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
  -webkit-transform-origin: center top;
          transform-origin: center top;
}
.p-frame__nav a {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-family: "MFW-PA1MinchoStdN-Bold", serif;
  font-weight: 700;
  font-size: 1.125rem;
  letter-spacing: 0.03em;
  color: #000000;
  -webkit-transform: scale(1.2, 1);
          transform: scale(1.2, 1);
}
@media (any-hover: hover) {
  .p-frame__nav a {
    -webkit-transition: 0.2s opacity;
    transition: 0.2s opacity;
  }
  .p-frame__nav a:hover {
    opacity: 0.7;
  }
}
.p-frame__nav a {
  line-height: 1.2;
  padding: 0.4em 0;
}
.p-frame__nav a::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background-color: #000;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
.p-frame__deco-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem 0.875rem;
  border-bottom: 1px solid #000000;
  width: 100%;
}
@media screen and (min-width: 960px) {
  .p-frame__deco-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    padding: 1rem 1rem;
    border-left: 1px solid #000000;
    border-bottom: initial;
    width: initial;
    position: absolute;
    right: 0;
    height: 100%;
    width: 3.75rem;
  }
}
.p-frame__deco-title, .p-frame__deco-year {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.p-frame__deco-title img, .p-frame__deco-year img {
  display: block;
  height: auto;
}
.p-frame__deco-title img {
  width: 1.625rem;
}
@media screen and (min-width: 960px) {
  .p-frame__deco-title {
    inset: auto 1.5rem 1.5rem auto;
  }
  .p-frame__deco-title img {
    width: 12.5rem;
  }
}
.p-frame__deco-year {
  inset: auto 1.5rem 1.5rem auto;
}
.p-frame__deco-year img {
  width: 1.5625rem;
}
@media screen and (min-width: 960px) {
  .p-frame__deco-year {
    inset: 1.5rem 1.5rem auto auto;
  }
  .p-frame__deco-year img {
    width: 5.25rem;
  }
}

.p-mv {
  position: relative;
}
@media screen and (min-width: 960px) {
  .p-mv__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.p-mv__logo {
  width: 100%;
  margin-inline: auto;
  padding-block: 8.5rem 1.3125rem;
  padding-inline: 4.5vw;
  max-width: 38.75rem;
}
@media screen and (min-width: 960px) {
  .p-mv__logo {
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    width: 42%;
    margin-inline: 0;
    padding-block: 20% 0;
    max-width: initial;
    padding-inline: initial;
  }
}
.p-mv__logo img {
  display: block;
  width: 100%;
  height: auto;
}
.p-mv__body {
  padding-inline: 4.5vw;
  font-size: 1.0625rem;
  max-width: 38.75rem;
  margin: 0 auto;
}
@media screen and (min-width: 960px) {
  .p-mv__body {
    padding-inline: 0;
    margin: 25.625rem 0 0;
    width: 46%;
    max-width: initial;
  }
}
.p-mv__catch {
  max-width: 26.625rem;
  width: 89%;
  display: none;
}
@media screen and (min-width: 960px) {
  .p-mv__catch {
    width: 76%;
    display: block;
  }
}
.p-mv__catch img {
  display: block;
  width: 100%;
  height: auto;
}
.p-mv__lead {
  margin-top: 1.5rem;
  color: #000;
  line-height: 2;
}
.p-mv__lead p + p {
  margin-top: 1.5em;
}
@media screen and (min-width: 960px) {
  .p-mv__lead {
    margin-top: 3.6875rem;
  }
}

.p-event {
  position: relative;
  background: url("../img/event/office-bg.jpg") center center/cover no-repeat;
  color: #fff;
}
.p-event::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  pointer-events: none;
}
@media screen and (min-width: 960px) {
  .p-event {
    height: 100vh;
  }
  .p-event .l-container {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.p-event__head {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-event__body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.875rem;
  margin-top: 2.5rem;
}
@media screen and (min-width: 960px) {
  .p-event__body {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: minmax(0, 1fr) 6% minmax(0, 1fr) 6% minmax(0, 1fr);
    grid-template-columns: repeat(3, minmax(0, 1fr));
    -webkit-column-gap: 6%;
       -moz-column-gap: 6%;
            column-gap: 6%;
    -webkit-box-align: start;
    -webkit-align-items: start;
        -ms-flex-align: start;
            align-items: start;
    margin-top: 3.75rem;
  }
}
.p-event__item {
  width: 100%;
  max-width: 33.8125rem;
  margin-left: auto;
}
@media screen and (min-width: 960px) {
  .p-event__item {
    max-width: initial;
    margin-left: initial;
  }
}
.p-event__item .c-btn {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.4em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-height: 3.125rem;
  padding: 0.875rem 1.5625rem;
  border: 0.0625rem solid #000;
  border-radius: 15vw;
  background-color: #fff;
  color: #000;
  font-size: 0.9375rem;
  line-height: 1.4;
  text-decoration: none;
  -webkit-transition: color 0.3s ease, background-color 0.3s ease;
  transition: color 0.3s ease, background-color 0.3s ease;
}
@media screen and (min-width: 960px) {
  .p-event__item .c-btn {
    min-height: 3rem;
    padding: 0.625rem 1.5rem;
    gap: 0.25rem;
    font-size: 1rem;
  }
}
.p-event__item .c-btn--external .c-btn__icon {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 1em;
  height: 1em;
}
@media (hover: hover) {
  .p-event__item .c-btn:hover {
    opacity: 0.8;
  }
}
.p-event__item.desc .c-btn-wrapper {
  margin-top: 1.5rem;
}
.p-event__item.desc .p-event__note {
  margin-top: 1.5rem;
}
@media screen and (min-width: 960px) {
  .p-event__item.desc .p-event__note {
    margin-top: 2rem;
  }
}
.p-event__item.info .img-area {
  width: 100%;
  aspect-ratio: 2/1;
  overflow: hidden;
}
.p-event__item.info .img-area img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-event__item.info .text-area {
  margin-top: 0.875rem;
}
.p-event__item.info .text-area p {
  line-height: 1.8;
}
@media screen and (min-width: 960px) {
  .p-event__item.info .text-area {
    margin-top: 1.25rem;
  }
}
.p-event__item.info .text-area__title {
  margin-bottom: 0.3em;
  font-size: 1.25rem;
  font-family: "MFW-PA1MinchoStdN-Bold", serif;
}
@media screen and (min-width: 960px) {
  .p-event__item.info .text-area__title {
    font-size: 1.375rem;
  }
}
.p-event__note {
  width: 100%;
  font-size: 13px;
  line-height: 1.8;
}

.p-history-img--small, .p-history-img--vertical, .p-history-img {
  border-top: 10px solid #fff;
  border-bottom: 10px solid #fff;
  border-left: 5px solid #fff;
  border-right: 5px solid #fff;
  -webkit-filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.25));
  max-width: 488px;
  width: 100%;
}
@media screen and (min-width: 960px) {
  .p-history-img--small, .p-history-img--vertical, .p-history-img {
    border-width: 20px 10px;
  }
}

.p-history-tab--5, .p-history-tab--4, .p-history-tab--3, .p-history-tab--2, .p-history-tab--1 {
  position: relative;
  z-index: 8;
  width: clamp(135px, 5.98vw + 112.6px, 170px);
  height: 34px;
}
@media screen and (max-width: 959px) {
  .p-history-tab--5, .p-history-tab--4, .p-history-tab--3, .p-history-tab--2, .p-history-tab--1 {
    margin-top: -34px;
  }
}
.p-history-tab--5, .p-history-tab--4, .p-history-tab--3, .p-history-tab--2, .p-history-tab--1 {
  font-family: "termina", sans-serif;
  font-size: 14px;
  font-weight: 600;
}
@media screen and (min-width: 960px) {
  .p-history-tab--5, .p-history-tab--4, .p-history-tab--3, .p-history-tab--2, .p-history-tab--1 {
    height: 53px;
    position: absolute;
    top: -53px;
    font-size: 18px;
  }
}
.p-history-tab--5::before, .p-history-tab--4::before, .p-history-tab--3::before, .p-history-tab--2::before, .p-history-tab--1::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  border-radius: 5px 5px 0 0;
  -webkit-transform: perspective(50px) rotateX(15deg);
          transform: perspective(50px) rotateX(15deg);
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
}
.p-history-tab--5 span, .p-history-tab--4 span, .p-history-tab--3 span, .p-history-tab--2 span, .p-history-tab--1 span {
  display: -ms-grid;
  display: grid;
  justify-items: center;
  -webkit-box-align: end;
  -webkit-align-items: end;
      -ms-flex-align: end;
          align-items: end;
  height: 100%;
}

.p-history-body--sec5, .p-history-body--sec4, .p-history-body--sec3, .p-history-body--sec2, .p-history-body--sec1 {
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 960px) {
  .p-history-body--sec5, .p-history-body--sec4, .p-history-body--sec3, .p-history-body--sec2, .p-history-body--sec1 {
    height: 80vh;
    max-height: 610px;
  }
}
@media screen and (min-width: 1280px) {
  .p-history-body--sec5, .p-history-body--sec4, .p-history-body--sec3, .p-history-body--sec2, .p-history-body--sec1 {
    max-height: 700px;
  }
}

.p-history-era {
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 960px) {
  .p-history-sec {
    position: -webkit-sticky;
    position: sticky;
    top: 90px;
  }
}
.p-history__header {
  position: relative;
  z-index: 5;
  padding-block: 5.625rem 44px;
  z-index: 1;
}
@media screen and (min-width: 960px) {
  .p-history__header {
    padding-bottom: 66px;
    padding-top: 10rem;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279px) {
  .p-history-tab--1 {
    right: calc(clamp(60px, 12.15vw + 14.4px, 170px) * 4 + 60px);
  }
}
@media screen and (min-width: 1280px) {
  .p-history-tab--1 {
    left: 33%;
  }
}
.p-history-tab--1::before {
  background-color: #A790FF;
}
@media screen and (max-width: 959px) {
  .p-history-tab--2 {
    left: clamp(60px, 12.15vw + 14.4px, 170px);
  }
}
@media screen and (min-width: 960px) and (max-width: 1279px) {
  .p-history-tab--2 {
    right: calc(clamp(60px, 12.15vw + 14.4px, 170px) * 3 + 60px);
  }
}
@media screen and (min-width: 1280px) {
  .p-history-tab--2 {
    left: calc(clamp(60px, 12.15vw + 14.4px, 170px) + 33%);
  }
}
.p-history-tab--2::before {
  background-color: #F8F878;
}
@media screen and (max-width: 959px) {
  .p-history-tab--3 {
    left: calc(clamp(60px, 12.15vw + 14.4px, 170px) * 2);
  }
}
@media screen and (min-width: 960px) and (max-width: 1279px) {
  .p-history-tab--3 {
    right: calc(clamp(60px, 12.15vw + 14.4px, 170px) * 2 + 60px);
  }
}
@media screen and (min-width: 1280px) {
  .p-history-tab--3 {
    left: calc(clamp(60px, 12.15vw + 14.4px, 170px) * 2 + 33%);
  }
}
.p-history-tab--3::before {
  background-color: #77D6F8;
}
@media screen and (max-width: 959px) {
  .p-history-tab--4 {
    left: calc(clamp(60px, 12.15vw + 14.4px, 170px) * 3);
  }
}
@media screen and (min-width: 960px) and (max-width: 1279px) {
  .p-history-tab--4 {
    right: calc(clamp(60px, 12.15vw + 14.4px, 170px) + 60px);
  }
}
@media screen and (min-width: 1280px) {
  .p-history-tab--4 {
    left: calc(clamp(60px, 12.15vw + 14.4px, 170px) * 3 + 33%);
  }
}
.p-history-tab--4::before {
  background-color: #FA9EBC;
}
@media screen and (max-width: 959px) {
  .p-history-tab--5 {
    left: calc(clamp(60px, 12.15vw + 14.4px, 170px) * 4);
  }
}
@media screen and (min-width: 960px) and (max-width: 1279px) {
  .p-history-tab--5 {
    right: 60px;
  }
}
@media screen and (min-width: 1280px) {
  .p-history-tab--5 {
    left: calc(clamp(60px, 12.15vw + 14.4px, 170px) * 4 + 33%);
  }
}
.p-history-tab--5::before {
  background-color: #81F993;
}
.p-history-body--sec1 {
  background-color: #A790FF;
}
.p-history-body--sec2 {
  background-color: #F8F878;
}
.p-history-body--sec3 {
  background-color: #77D6F8;
}
.p-history-body--sec4 {
  background-color: #FA9EBC;
}
.p-history-body--sec5 {
  z-index: 8;
  background-color: #81F993;
}
.p-history__inner {
  display: -ms-grid;
  display: grid;
  row-gap: clamp(20px, 1.71vw + 13.6px, 30px);
  padding-bottom: clamp(66px, 4.62vw + 48.7px, 93px);
}
@media screen and (min-width: 960px) {
  .p-history__inner {
        grid-template-areas: "title image" "text image" "comment image";
    -ms-grid-columns: 1fr min(5.1020408163vw, 80px) 0.6fr;
    grid-template-columns: 1fr 0.6fr;
    -webkit-box-align: start;
    -webkit-align-items: start;
        -ms-flex-align: start;
            align-items: start;
    -webkit-column-gap: min(5.1020408163vw, 80px);
       -moz-column-gap: min(5.1020408163vw, 80px);
            column-gap: min(5.1020408163vw, 80px);
  }
  .c-comment {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
}
@media screen and (min-width: 1280px) {
  .p-history__inner {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
.p-history-title {
  line-height: 1;
  display: -ms-grid;
  display: grid;
  row-gap: 10px;
}
@media screen and (min-width: 960px) {
  .p-history-title {
    grid-area: title;
  }
}
.p-history-title__text {
  font-family: "termina", sans-serif;
  font-size: clamp(2.8125rem, 1.66vw + 2.425rem, 3.75rem);
  font-weight: 600;
}
.p-history-title__ja {
  font-family: "MFW-PA1MinchoStdN-Bold", serif;
  font-size: clamp(1rem, 0.22vw + 0.95rem, 1.125rem);
  font-weight: 550;
}
.p-history-images {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  position: relative;
}
@media screen and (min-width: 960px) {
  .p-history-images {
    grid-area: image;
    margin-right: 0;
  }
}
.p-history-img:first-child {
  width: 90%;
}
@media screen and (min-width: 960px) {
  .p-history-img:first-child {
    width: 100%;
    margin-right: 45px;
  }
}
.p-history-img:last-child {
  width: 50%;
  max-width: 234px;
  right: 0;
  bottom: 0;
  margin-top: -20%;
  margin-inline: auto 0;
}
.p-history-img--vertical {
  border-width: 5px 10px;
  width: 62%;
  margin-left: 14px;
}
@media screen and (min-width: 960px) {
  .p-history-img--vertical {
    border-width: 10px 20px;
  }
}
.p-history-img--small {
  width: 40%;
  position: absolute;
  right: 14px;
  bottom: 0;
  translate: 0 -20%;
}
.p-history-text {
  font-family: "MFW-PA1GothicStd-Light", sans-serif;
  font-size: clamp(0.9375rem, 0.51vw + 0.81875rem, 1.125rem);
}
@media screen and (min-width: 960px) {
  .p-history-text {
    grid-area: text;
    margin-top: 10px;
  }
}
.p-history-text__title {
  font-family: "MFW-PA1MinchoStdN-Bold", serif;
  font-size: clamp(1.5rem, 0.99vw + 1.26875rem, 2.0625rem);
  font-weight: 550;
  line-height: 1.4;
}
.p-history-text p {
  margin-top: 1em;
  line-height: 1.6;
  font-size: clamp(1rem, 0.22vw + 0.95rem, 1.125rem);
}
@media screen and (min-width: 960px) and (max-width: 1279px) {
  .p-history-text p {
    font-size: 0.875rem;
  }
}
.p-history-comment {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: clamp(10px, 1.71vw + 3.6px, 20px);
     -moz-column-gap: clamp(10px, 1.71vw + 3.6px, 20px);
          column-gap: clamp(10px, 1.71vw + 3.6px, 20px);
  font-family: "MFW-PA1GothicStd-Light", sans-serif;
}
@media screen and (min-width: 960px) {
  .p-history-comment {
    grid-area: comment;
  }
}
@media screen and (min-width: 960px){
  .p-history-title {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-history-images {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 3;
  }
  .p-history-text {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .p-history-comment {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
}
.p-history-comment__member {
  display: -ms-grid;
  display: grid;
  justify-items: center;
}
.p-history-comment__member img {
  width: clamp(55px, 2.56vw + 45.4px, 70px);
}
.p-history-comment__img {
  border-radius: 100vmax;
}
.p-history-comment__name {
  font-size: clamp(0.8125rem, 0.51vw + 0.69375rem, 1rem);
}
.p-history-comment__text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-radius: 0 20px 20px 20px;
  background: #FFF;
  line-height: 1.6;
  padding: 20px clamp(20px, 1.71vw + 13.6px, 30px);
}
@media screen and (min-width: 960px) and (max-width: 1279px) {
  .p-history-comment__text {
    font-size: 0.875rem;
  }
}

.p-blank__inner {
  padding-top: 80vw;
}
@media screen and (min-width: 768px) {
  .p-blank__inner {
    padding-top: 50vh;
  }
}
@media screen and (min-width: 960px) {
  .p-blank__comment {
    width: calc(50% - 40px);
    margin: 0 0 0 auto;
  }
}

.p-contents__button--archive, .p-contents__category-list .item--archive::before {
  background: #A790FF;
}

.p-contents__button--culture, .p-contents__category-list .item--culture::before {
  background: #F8F878;
}

.p-contents__button--ultra, .p-contents__category-list .item--ultra::before {
  background: #77D6F8;
}

.p-contents__button--creative, .p-contents__category-list .item--creative::before {
  background: #FA9EBC;
}

.p-contents__button--future, .p-contents__category-list .item--future::before {
  background: #81F993;
}

.p-contents__category-list .item--future, .p-contents__category-list .item--creative, .p-contents__category-list .item--ultra, .p-contents__category-list .item--culture, .p-contents__category-list .item--archive {
  font-size: clamp(0.8125rem, 0.28vw + 0.74375rem, 1rem);
  line-height: 1.5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.p-contents__category-list .item--future::before, .p-contents__category-list .item--creative::before, .p-contents__category-list .item--ultra::before, .p-contents__category-list .item--culture::before, .p-contents__category-list .item--archive::before {
  content: "";
  width: 0.8em;
  height: 0.8em;
  display: block;
  border-radius: 50%;
  margin-right: 0.5em;
}

.p-contents {
  background: #FFF;
}
.p-contents__title {
  border-bottom: 1px solid;
  padding-bottom: clamp(20px, 1.31vw + 15.1px, 34px);
  margin-bottom: clamp(34px, -1.03vw + 48.9px, 45px);
}
@media screen and (min-width: 768px) {
  .p-contents__title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
.p-contents__edit {
  margin-top: 5em;
  background: #000000;
  color: #FFFFFF;
  padding: 0.5em 2em;
  font-size: 0.875rem;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.p-contents__category-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: clamp(5px, 0.47vw + 3.2px, 10px);
  margin: 1em 0;
  gap: 0.5em 1em;
}
@media screen and (min-width: 768px) {
  .p-contents__category-list {
    margin-top: 0;
  }
}
.p-contents__list {
  gap: 10px;
}
@media screen and (min-width: 768px) {
  .p-contents__list {
    display: contents;
  }
}
.p-contents__list--hidden {
  height: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: height 0.35s ease, opacity 0.25s ease;
  transition: height 0.35s ease, opacity 0.25s ease;
}
@media screen and (min-width: 768px) {
  .p-contents__list--hidden {
    display: contents;
  }
}
@media screen and (min-width: 768px) {
  .p-contents__list-wrap {
    gap: 10px;
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
}
@media screen and (min-width: 960px) {
  .p-contents__list-wrap {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
  }
}
.p-contents__accordion-trigger {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  padding: 0.7em 1.5em;
  font-size: clamp(15px, 0.09vw + 14.7px, 16px);
  background: #FFFFFF;
  border: 1px solid #000000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 2em;
}
.p-contents__accordion-trigger::before {
  content: "";
  width: 0.4em;
  height: 0.4em;
  display: inline-block;
  vertical-align: middle;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-right: 0.5em;
  display: block;
  border-right: 1px solid;
  border-bottom: 1px solid;
  -webkit-transform: translateY(-25%) rotate(45deg);
          transform: translateY(-25%) rotate(45deg);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.p-contents__accordion-trigger[aria-expanded=true]::before {
  -webkit-transform: translateY(25%) rotate(-135deg);
          transform: translateY(25%) rotate(-135deg);
}
@media (hover: hover) {
  .p-contents__accordion-trigger:hover::before {
    -webkit-transform: translateY(0) rotate(45deg);
            transform: translateY(0) rotate(45deg);
  }
  .p-contents__accordion-trigger:hover[aria-expanded=true]::before {
    -webkit-transform: translateY(0) rotate(-135deg);
            transform: translateY(0) rotate(-135deg);
  }
}
@media screen and (min-width: 768px) {
  .p-contents__accordion-trigger {
    display: none;
  }
}
.p-contents__button, .p-contents__button--future, .p-contents__button--creative, .p-contents__button--ultra, .p-contents__button--culture, .p-contents__button--archive {
  border-radius: 10px;
  padding: 1em 0.9em 1em 1.2em;
  width: 100%;
  margin-bottom: 10px;
  text-align: left;
  font-size: clamp(0.9375rem, 0.75vw + 0.7625rem, 1.4375rem);
  line-height: 1.4;
  position: relative;
  -webkit-transition: -webkit-transform 0.3s, -webkit-box-shadow 0.3s;
  transition: -webkit-transform 0.3s, -webkit-box-shadow 0.3s;
  transition: transform 0.3s, box-shadow 0.3s;
  transition: transform 0.3s, box-shadow 0.3s, -webkit-transform 0.3s, -webkit-box-shadow 0.3s;
  font-family: "MFW-PA1GothicStd-Regular", sans-serif;
}
@media (hover: hover) {
  .p-contents__button:hover, .p-contents__button--future:hover, .p-contents__button--creative:hover, .p-contents__button--ultra:hover, .p-contents__button--culture:hover, .p-contents__button--archive:hover {
    -webkit-box-shadow: 0 4px 0 #C4C4C4;
            box-shadow: 0 4px 0 #C4C4C4;
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
  }
}
.p-contents__detail {
  width: 82vw;
  height: 100%;
  overflow-y: scroll;
  padding-block: 2rem;
  background: #FFFFFF;
  -webkit-box-shadow: 0 0 0 1px currentColor;
          box-shadow: 0 0 0 1px currentColor;
}
@media screen and (min-width: 768px) {
  .p-contents__detail {
    padding-block: 3rem;
  }
}
@media screen and (min-width: 960px) {
  .p-contents__detail {
    width: 76vw;
    padding-block: 4rem;
  }
}
.p-contents__detail--plain {
  overflow: auto;
  background: none;
  max-width: 770px;
  margin: 0 auto;
  width: 100%;
  max-height: none;
  height: auto;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
}
.p-contents__detail.archive {
  border-left: 10px solid #A790FF;
}
.p-contents__detail.culture {
  border-left: 10px solid #F8F878;
}
.p-contents__detail.ultra {
  border-left: 10px solid #77D6F8;
}
.p-contents__detail.creative {
  border-left: 10px solid #FA9EBC;
}
.p-contents__detail.future {
  border-left: 10px solid #81F993;
}
.p-contents__detail-title {
  font-size: clamp(1.25rem, 1.22vw + 0.9625rem, 2.0625rem);
  border-bottom: 1px solid;
  padding-bottom: 0.5em;
  margin-bottom: 1em;
  line-height: 1.6;
  font-family: "MFW-PA1GothicStd-Regular", sans-serif;
}
.p-contents__detail-inner {
  max-width: 770px;
  width: 90%;
  margin: 0 auto;
}
.p-contents__detail-body {
  font-size: clamp(0.875rem, 0.19vw + 0.83125rem, 1rem);
  font-family: "MFW-PA1GothicStd-Light", sans-serif;
}
.p-contents__detail-body h2 {
  font-size: clamp(1.125rem, 0.56vw + 0.99375rem, 1.5rem);
  margin-bottom: 0.5em;
  font-family: "MFW-PA1GothicStd-Regular", sans-serif;
}
.p-contents__detail-body h3 {
  font-size: clamp(1rem, 0.38vw + 0.9125rem, 1.25rem);
  margin-bottom: 0.5em;
  font-family: "MFW-PA1GothicStd-Regular", sans-serif;
}
.p-contents__detail-body h4 {
  font-size: clamp(0.9375rem, 0.19vw + 0.89375rem, 1.0625rem);
  font-family: "MFW-PA1GothicStd-Regular", sans-serif;
  margin-bottom: 0.5em;
}
.p-contents__detail-body p {
  margin-bottom: 2.5em;
}
.p-contents__detail-body .wp-block-image {
  margin: 1em 0 1.5em;
}
.p-contents__detail-body .wp-block-button {
  line-height: 1.5;
  margin: 1em 0;
}
.p-contents__detail-body .wp-block-button a {
  padding: 1em 2em;
}
.p-contents__detail-body .wp-block-button a[target=_blank]::after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-left: 0.4em;
  background: url("../img/common/icon-externallink.svg") no-repeat center/contain;
}
.p-contents__detail-body ul > li {
  padding-left: 1.3em;
  position: relative;
}
.p-contents__detail-body ul > li::before {
  content: "";
  width: 0.3em;
  height: 0.3em;
  border-radius: 50%;
  display: inline-block;
  background: currentColor;
  margin-right: 1em;
  margin-left: -1em;
  margin-top: 0.3em;
  vertical-align: text-top;
}
.p-contents__detail-body ol {
  counter-increment: listnum;
}
.p-contents__detail-body ol > li {
  padding-left: 1.5em;
  position: relative;
  counter-increment: listnum;
}
.p-contents__detail-body ol > li::before {
  content: counter(listnum) ".";
  color: currentColor;
  position: absolute;
  left: 0;
}
.p-contents__detail .c-modal__close {
  position: absolute;
  right: 0;
  top: -40px;
  width: 40px;
  height: 40px;
  display: block;
  border-bottom: none;
}
@media screen and (min-width: 768px) {
  .p-contents__detail .c-modal__close {
    top: 0;
    left: 100%;
    right: auto;
    width: clamp(40px, 3.76vw + 25.9px, 80px);
    height: clamp(40px, 3.76vw + 25.9px, 80px);
    border-left: none;
  }
}
.p-contents__detail .c-modal__close::before, .p-contents__detail .c-modal__close::after {
  width: 60%;
  background: currentColor;
}
.p-contents__detail .c-modal__close::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.p-contents__detail .c-modal__close::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.archive .c-modal__close {
  background: #A790FF;
}

.culture .c-modal__close {
  background: #F8F878;
}

.ultra .c-modal__close {
  background: #77D6F8;
}

.creative .c-modal__close {
  background: #FA9EBC;
}

.future .c-modal__close {
  background: #81F993;
}

.p-ultral__inner {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
}
.p-ultral__button {
  background: #FFF;
  border-radius: 10px;
  font-size: clamp(0.9375rem, 0.09vw + 0.91875rem, 1rem);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: left;
  padding: 1.5em 2em;
  position: relative;
}
.p-ultral__button::before, .p-ultral__button::after {
  content: "";
  width: 12px;
  height: 1px;
  display: block;
  background: #000000;
  position: absolute;
  right: 0.8em;
  bottom: 1.3em;
  margin: auto;
}
.p-ultral__button::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
@media (hover: hover) {
  .p-ultral__button:hover::before {
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .p-ultral__button:hover::after {
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg);
  }
}
.p-ultral__img {
  width: clamp(70px, 2.82vw + 59.4px, 100px);
  margin-left: clamp(20px, 0.94vw + 16.5px, 30px);
}
.p-ultral__modal-inner {
  display: none;
}
.p-ultral__modal .p-ultral__modal-inner {
  display: block;
  padding: clamp(30px, 2.82vw + 19.4px, 60px);
  border-radius: 10px;
  background: #FFF;
  max-width: 633px;
}
.p-ultral__modal .p-ultral__modal-inner .c-comment__text {
  background: #F6F6F6;
}
.p-ultral__comic {
  width: calc(100% - clamp(65px, 3.29vw + 52.7px, 100px));
  display: block;
  margin: 2em 0 0 auto;
  text-align: center;
}
.p-ultral__comic img {
  width: 80%;
  display: block;
  margin: 0 auto;
}

.p-gallery {
  background: #FFFFFF;
}
@media screen and (min-width: 960px) {
  .p-gallery__head {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.p-gallery__head .c-comment {
  margin: 30px 0 0;
}
@media screen and (min-width: 960px) {
  .p-gallery__head .c-comment {
    width: calc(50% - 20px);
    margin: 0 0 0 auto;
  }
}
.p-gallery__imgs {
  position: relative;
  width: 100%;
  aspect-ratio: 10/13;
  margin-top: 5vw;
}
@media screen and (min-width: 768px) {
  .p-gallery__imgs {
    aspect-ratio: 10/8;
  }
}
@media screen and (min-width: 960px) {
  .p-gallery__imgs {
    aspect-ratio: 10/5;
  }
}
.p-gallery__img {
  position: absolute;
  width: 50%;
  aspect-ratio: 4/3;
  -o-object-fit: contain;
     object-fit: contain;
  cursor: pointer;
  -webkit-transition: z-index 0.3s ease, -webkit-transform 0.3s ease;
  transition: z-index 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, z-index 0.3s ease;
  transition: transform 0.3s ease, z-index 0.3s ease, -webkit-transform 0.3s ease;
  border-width: clamp(10px, 0.94vw + 6.5px, 20px) clamp(5px, 0.47vw + 3.2px, 10px);
  border-style: solid;
  border-color: #FFFFFF;
  background: #FFFFFF;
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
.p-gallery__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-gallery__img:nth-child(1) {
  top: 0;
  left: 0;
  -webkit-transform: rotate(-8deg);
          transform: rotate(-8deg);
}
.p-gallery__img:nth-child(2) {
  top: -2%;
  right: 0%;
  -webkit-transform: rotate(6deg);
          transform: rotate(6deg);
}
.p-gallery__img:nth-child(3) {
  top: 23%;
  left: 4%;
  -webkit-transform: rotate(5deg);
          transform: rotate(5deg);
}
.p-gallery__img:nth-child(4) {
  top: 20%;
  right: 5%;
  -webkit-transform: rotate(-7deg);
          transform: rotate(-7deg);
}
.p-gallery__img:nth-child(5) {
  top: 48%;
  left: 0%;
  -webkit-transform: rotate(-5deg);
          transform: rotate(-5deg);
}
.p-gallery__img:nth-child(6) {
  top: 46%;
  right: 1%;
  -webkit-transform: rotate(8deg);
          transform: rotate(8deg);
}
.p-gallery__img:nth-child(7) {
  top: 73%;
  left: 2%;
  -webkit-transform: rotate(6deg);
          transform: rotate(6deg);
}
.p-gallery__img:nth-child(8) {
  top: 70%;
  right: 0%;
  -webkit-transform: rotate(-6deg);
          transform: rotate(-6deg);
}
@media screen and (min-width: 768px) {
  .p-gallery__img {
    width: 36%;
  }
  .p-gallery__img:nth-child(1) {
    top: 0%;
    left: 0%;
    right: auto;
    -webkit-transform: rotate(-8deg);
            transform: rotate(-8deg);
  }
  .p-gallery__img:nth-child(2) {
    top: 0%;
    left: 33%;
    -webkit-transform: rotate(6deg);
            transform: rotate(6deg);
  }
  .p-gallery__img:nth-child(3) {
    top: 1%;
    right: 0%;
    left: auto;
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  .p-gallery__img:nth-child(4) {
    top: 31%;
    left: 16%;
    -webkit-transform: rotate(7deg);
            transform: rotate(7deg);
  }
  .p-gallery__img:nth-child(5) {
    top: 34%;
    left: 53%;
    -webkit-transform: rotate(-6deg);
            transform: rotate(-6deg);
  }
  .p-gallery__img:nth-child(6) {
    top: 65%;
    left: -4%;
    right: auto;
    -webkit-transform: rotate(8deg);
            transform: rotate(8deg);
  }
  .p-gallery__img:nth-child(7) {
    top: 64%;
    left: 33%;
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  .p-gallery__img:nth-child(8) {
    top: 67%;
    right: 0%;
    -webkit-transform: rotate(6deg);
            transform: rotate(6deg);
  }
}
@media screen and (min-width: 960px) {
  .p-gallery__img {
    width: 30%;
  }
  .p-gallery__img:nth-child(1) {
    top: -4%;
    left: -3%;
    -webkit-transform: rotate(-8deg);
            transform: rotate(-8deg);
  }
  .p-gallery__img:nth-child(2) {
    top: 2%;
    left: 24%;
    -webkit-transform: rotate(6deg);
            transform: rotate(6deg);
    z-index: 2;
  }
  .p-gallery__img:nth-child(3) {
    top: -3%;
    left: 50%;
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  .p-gallery__img:nth-child(4) {
    top: 2%;
    left: auto;
    right: -3%;
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  .p-gallery__img:nth-child(5) {
    top: 40%;
    left: 2%;
    -webkit-transform: rotate(3deg);
            transform: rotate(3deg);
  }
  .p-gallery__img:nth-child(6) {
    top: 43%;
    left: 28%;
    -webkit-transform: rotate(-8deg);
            transform: rotate(-8deg);
    z-index: 2;
  }
  .p-gallery__img:nth-child(7) {
    top: 49%;
    left: 50%;
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  .p-gallery__img:nth-child(8) {
    top: 43%;
    right: -3%;
    -webkit-transform: rotate(-6deg);
            transform: rotate(-6deg);
  }
}
.p-gallery__img:hover {
  z-index: 2;
  -webkit-transform: rotate(0deg) scale(1.005);
          transform: rotate(0deg) scale(1.005);
}
.p-gallery__reload {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  padding: 0.7em 1.5em;
  font-size: clamp(15px, 0.09vw + 14.7px, 16px);
  background: #FFFFFF;
  border: 1px solid #000000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 2em;
}
.p-gallery__reload img {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-right: 0.5em;
  display: block;
}
@media (hover: hover) {
  .p-gallery__reload:hover img {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
  }
}
.p-gallery__zoomimg {
  width: min(80vw, 100vh);
  aspect-ratio: 4/3;
  margin: 0 auto;
}
.p-gallery__zoomimg img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  border-width: clamp(10px, 0.94vw + 6.5px, 20px) clamp(5px, 0.47vw + 3.2px, 10px);
  border-style: solid;
  border-color: #FFFFFF;
  background: #FFFFFF;
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

.p-teaser {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100vh;
}
.p-teaser__inner {
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.p-teaser__logo {
  width: 50vw;
  max-width: 60vh;
  height: auto;
  display: block;
}
.p-teaser__logo img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-teaser__text {
  font-size: clamp(1.25rem, 0.94vw + 1.03125rem, 1.875rem);
  font-weight: bold;
  text-align: center;
  margin-top: 2em;
}

.p-op-animation {
  position: fixed;
  inset: 0;
  z-index: 10000;
  width: 100%;
  height: 100dvh;
  overflow: hidden;
  background-color: #EFEFEF;
}
.p-op-animation__bg::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  background-image: url("../img/common/bg-texture.png");
  background-repeat: repeat;
  background-size: cover;
  mix-blend-mode: multiply;
  pointer-events: none;
  opacity: 0.3;
}
.p-op-animation__lines {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.p-op-animation__svg {
  display: block;
  width: 100%;
  height: 100%;
}
.p-op-animation__content {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  padding: 1.5rem;
}
.p-op-animation__logo {
  position: relative;
  z-index: 2;
  width: 19.5rem;
}
@media screen and (min-width: 960px) {
  .p-op-animation__logo {
    width: 31.625rem;
  }
}
.p-op-animation__logo img {
  display: block;
  width: 100%;
  height: auto;
}
.p-op-animation__progress {
  position: absolute;
  left: 50%;
  bottom: 15%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.125rem;
  width: min(80%, 31.25rem);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 960px) {
  .p-op-animation__progress {
    bottom: 15%;
    gap: 1.5rem;
  }
}
.p-op-animation__year {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  font-size: 1.125rem;
  line-height: 1;
  color: #000000;
  font-family: "MFW-PA1MinchoStdN-Bold", serif;
}
@media screen and (min-width: 960px) {
  .p-op-animation__year {
    font-size: 1.875rem;
  }
}
.p-op-animation__progress-line {
  position: relative;
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 0.25rem;
}
.p-op-animation__progress-line::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 0.125rem;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-op-animation__progress-bar {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 0.25rem;
  background-color: #000000;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left center;
          transform-origin: left center;
}
.p-op-animation__skip {
  position: absolute;
  left: 50%;
  bottom: 7%;
  padding: 0;
  border: 0;
  border-bottom: 1px solid currentColor;
  background: transparent;
  color: #000;
  font-family: inherit;
  font-size: 1.125rem;
  letter-spacing: 0.05em;
  line-height: 1.4;
  cursor: pointer;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media screen and (min-width: 960px) {
  .p-op-animation__skip {
    font-size: 1.25rem;
  }
}
@media (hover: hover) {
  .p-op-animation__skip:hover {
    opacity: 0.5;
  }
}
.p-op-animation.is-finished {
  pointer-events: none;
}

.u-display--wsp-hide {
  display: none;
}
@media screen and (min-width: 520px) {
  .u-display--wsp-hide {
    display: block !important;
  }
}

@media screen and (max-width: 767px) {
  .u-display--tab-show {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .u-display--tab-hide {
    display: none !important;
  }
}

@media screen and (max-width: 959px) {
  .u-display--lap-show {
    display: none !important;
  }
}

@media screen and (min-width: 960px) {
  .u-display--lap-hide {
    display: none !important;
  }
}

.u-screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.u-screen-reader-text:focus {
  position: static;
  width: auto;
  height: auto;
  padding: 0.5em 1em;
  margin: 0;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.u-text-center {
  text-align: center !important;
}

.u-text-left {
  text-align: left !important;
}

.u-text-right {
  text-align: right !important;
}

.u-bold {
  font-weight: 700 !important;
}

.u-hidden {
  display: none !important;
}

.u-overflow-hidden {
  overflow: hidden !important;
}

.u-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.u-flex-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.u-flex-between {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.u-mt-0 {
  margin-top: 0 !important;
}

.u-mt-1 {
  margin-top: 1em !important;
}

.u-mt-2 {
  margin-top: 2em !important;
}

/* CSS Document */
.c-color-hara {
  background: #abe2fc;
}
.c-color-nagahari {
  background: #bbb6fb;
}
.c-color-yamagishi {
  background: #c0e685;
}
.c-color-kurihara {
  background: #9dd2c4;
}
.c-color-momose {
  background: #9ecdfb;
}
.c-color-jimbo {
  background: #ef99b5;
}
.c-color-akiba {
  background: #deb2dd;
}
.c-color-unno {
  background: #f3f27e;
}
.c-color-yoshiike {
  background: #fffc51;
}
.c-color-aki {
  background: #fbe81b;
}
/*# sourceMappingURL=common.css.map */