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

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

html {
  overflow-y: scroll;
  font-size: 10px;
  font-family: fot-tsukuaoldmin-pr6n, amiri, serif;
}
@media (min-width: 1400px) {
  html {
    font-size: 0.7142857143vw;
  }
}
@media (min-width: 1368px) {
  html {
    font-size: 0.8333333333vw;
  }
}
@media (max-width: 480px) {
  html {
    font-size: 2.6666666667vw;
  }
}
@media (max-width: ) {
  html {
    font-size: 2.380952381vw;
  }
}
html.is-on {
  overflow: hidden;
}

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

input, textarea {
  margin: 0;
  padding: 0;
}

*:focus {
  outline: none;
}

ol, ul {
  list-style: none;
}

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

caption, th {
  text-align: left;
}

body {
  font-size: 1.6rem;
  line-height: 1.85;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: 100%;
  color: #000;
  background-color: #CFCAB3;
  font-family: fot-tsukuaoldmin-pr6n, amiri, serif;
}

b, strong, .bold {
  font-weight: bold;
}

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

a[tabindex="-1"] {
  pointer-events: none;
  text-decoration: none;
}

.l-header {
  position: fixed;
  width: 100%;
  padding-top: 4rem;
  padding-left: 4rem;
  padding-right: 4rem;
  top: 0;
  z-index: 100;
  height: 12.3rem;
}
@media (max-width: 480px) {
  .l-header {
    padding-top: 2rem;
    padding-left: 2rem;
    padding-right: 2rem;
    height: 7.7rem;
  }
}
.l-header__logo {
  height: 8.3rem;
}
@media (max-width: 480px) {
  .l-header__logo {
    height: 5.7rem;
  }
}
.l-header__menu {
  right: 4rem;
  top: 4rem;
}
@media (max-width: 480px) {
  .l-header__menu {
    right: 2rem;
    top: 2rem;
  }
}

.l-page-main {
  padding-top: calc( 12.3rem + 10.4rem );
}
@media (max-width: 1024px) {
  .l-page-main {
    padding-top: calc( 12.3rem + 12.4rem );
  }
}
@media (max-width: 480px) {
  .l-page-main {
    padding-top: calc( 7.7rem + 5.7rem );
  }
}

.l-page-about {
  padding-top: calc( 12.3rem + 18.4rem );
}
@media (max-width: 480px) {
  .l-page-about {
    padding-top: calc( 7.7rem + 8.4rem );
  }
}

.l-page-event-detail {
  padding-top: calc( 12.3rem);
}
@media (max-width: 1024px) {
  .l-page-event-detail {
    padding-top: calc( 12.3rem + 10.4rem );
  }
}
@media (max-width: 480px) {
  .l-page-event-detail {
    padding-top: calc( 7.7rem + 8.7rem );
  }
}

.l-nav-wrap {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
}
@media (max-width: 768px) {
  .l-nav-wrap {
    height: var(--100vh, 100vh);
  }
}

.l-main {
  overflow: hidden;
}

.is-hidden {
  display: none;
}

.l-overlay__logo {
  position: fixed;
  bottom: 4rem;
  left: 4.8rem;
  width: 13.1rem;
}
@media (max-width: 768px) {
  .l-overlay__logo {
    left: 3.2rem;
    bottom: 3.2rem;
    width: 10.5rem;
  }
}

.l-content {
  width: 100%;
  margin: 0 auto;
  margin: 0 auto;
  margin-bottom: 3rem;
}
@media (min-width: 1113px) {
  .l-content {
    width: 98.24rem;
  }
}
@media (max-width: 1112px) {
  .l-content {
    width: 100%;
    padding-right: 8rem;
    padding-left: 8rem;
  }
}
@media (max-width: 1024px) {
  .l-content {
    width: 100%;
    padding-right: 8rem;
    padding-left: 8rem;
  }
}
@media (max-width: 480px) {
  .l-content {
    width: 100%;
    padding-right: 2rem;
    padding-left: 2rem;
  }
}

.l-footer {
  width: 100%;
  padding: 4rem;
  padding-top: 8rem;
  padding-bottom: 1.8rem;
  font-size: 1.4rem;
  background: #CFCAB3;
}
@media (max-width: 768px) {
  .l-footer {
    padding: 8rem 2rem 2rem 2rem;
  }
}
@media (max-width: 480px) {
  .l-footer {
    padding: 7.2rem 2rem 2rem 2rem;
    font-size: 1.4rem;
  }
}

.p-footer__upper {
  padding: 0 0 8rem 0;
  display: flex;
  gap: 12%;
  justify-content: flex-start;
}
@media (max-width: 768px) {
  .p-footer__upper {
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 6rem;
  }
}
@media (max-width: 480px) {
  .p-footer__upper {
    padding: 0;
    gap: 4rem;
  }
  .p-footer__upper.c-inner {
    padding: 0;
  }
}
.p-footer__upper li {
  margin-bottom: 2.6rem;
  line-height: 1;
  white-space: nowrap;
}
.p-footer__upper li:last-child {
  margin-bottom: 0;
}
.p-footer__upper li a {
  text-decoration: underline;
}
@media (max-width: 768px) {
  .p-footer__upper__nav {
    flex: 1;
  }
}
.p-footer__archive {
  margin-top: 6rem;
}
.p-footer__archive ul {
  display: flex;
  margin-top: 1em;
}
.p-footer__archive ul li {
  font-size: 1.2rem;
}
.p-footer__archive ul li::after {
  content: " / ";
}
.p-footer__archive ul li:last-child::after {
  display: none;
}
.p-footer__menu {
  padding: 2rem 1.6rem;
  border: solid 1px rgba(36, 36, 36, 0.4);
  height: fit-content;
}
.p-footer__menu__title {
  font-size: 1.4rem;
  margin-bottom: 1em;
  white-space: nowrap;
}
.p-footer__menu__list li > time, .p-footer__menu__list li > span {
  font-size: 1.2rem;
}
.p-footer__menu__list li a {
  text-decoration: underline;
  font-size: 1.4rem;
  margin-top: 0.2rem;
  display: inline-block;
}
.p-footer__menu__list li a[tabindex="-1"] {
  text-decoration: none;
}
.p-footer__menu__list li {
  margin-bottom: 1rem;
}
.p-footer__menu__list li:last-child {
  margin-bottom: 0;
}
.p-footer__lower {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.2rem;
  text-align: right;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  line-height: 1.6;
}
@media (max-width: 480px) {
  .p-footer__lower {
    flex-direction: column;
    margin-top: 5.6rem;
  }
  .p-footer__lower > div:first-child {
    align-self: flex-start;
  }
  .p-footer__lower > div :last-child {
    align-self: flex-end;
  }
}
.p-footer__lower__producer {
  font-size: 1.7rem;
  line-height: 1.6;
}
@media (max-width: 480px) {
  .p-footer__lower__producer {
    margin-top: 9.2rem;
  }
}
.p-footer__logo {
  width: 20rem;
}
.p-footer__contact {
  text-align: right;
}
@media (max-width: 1024px) {
  .p-footer__contact {
    text-align: left;
  }
}
.p-footer__contact > p {
  width: 26rem;
  display: inline-block;
  text-align: left;
  margin-bottom: 3.2rem;
}
@media (max-width: 1024px) {
  .p-footer__contact > p {
    display: block;
  }
}
.p-footer__contact > .c-button {
  width: 26rem;
  display: inline-block;
}
@media (max-width: 1024px) {
  .p-footer__contact > .c-button {
    width: 20rem;
  }
}
.p-footer__contact .c-button__icon {
  height: 1.2rem;
  width: 1.2rem;
  margin-left: 2rem;
  margin-bottom: 0.2rem;
}

.c-nav {
  background: #085276;
}
.c-nav::before {
  width: 55rem;
  height: 39rem;
  display: block;
  position: absolute;
  bottom: 3.2rem;
  left: 3.6rem;
  background: url(src/images/logo-nagano.webp) center center/cover no-repeat;
}
.c-nav__inner {
  width: 80%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 43% 1fr 26rem;
  height: 100%;
  padding-top: 8rem;
}
@media (max-width: 1024px) {
  .c-nav__inner {
    grid-template-columns: 20% 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .c-nav__inner {
    height: auto;
    padding-top: calc(12.3rem + 4rem);
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    padding-bottom: 7.7rem;
  }
}
@media (max-width: 480px) {
  .c-nav__inner {
    width: 100%;
    padding: 0 2rem;
    gap: 2rem;
    padding-top: calc(7.7rem + 2rem + 3.2rem);
  }
}

.c-nav-main {
  font-size: 1.6rem;
  text-align: left;
  justify-self: center;
  align-self: center;
  height: 60vh;
}
@media (max-width: 768px) {
  .c-nav-main {
    grid-row: 2/3;
    grid-column: 1/2;
    justify-self: flex-start;
    align-self: flex-start;
    height: auto;
  }
}
@media (max-width: 480px) {
  .c-nav-main {
    font-size: 1.7rem;
    grid-column: 1/3;
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
  }
}
.c-nav-main__imgWrap {
  align-self: center;
}
@media (max-width: 768px) {
  .c-nav-main__imgWrap {
    grid-row: 1/2;
    grid-column: 1/3;
    align-self: flex-start;
  }
}
.c-nav-main__image {
  width: 100%;
  background: url(src/images/hero.webp) center center/cover no-repeat;
  background-size: 60%;
  background-color: #085276;
  color: #F4F3EF;
  height: 65vh;
  align-self: center;
  padding: 6rem 5rem 6rem 5rem;
  position: relative;
}
.c-nav-main__image > div {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .c-nav-main__image {
    align-self: start;
    height: calc(var(--init100vh, 100vh) - 32.5rem);
    display: none;
  }
}
@media (max-width: 768px) {
  .c-nav-main__image {
    padding: 2rem 2rem 2rem 2rem;
    height: 34rem;
    background-size: 40%;
  }
}
@media (max-width: 480px) {
  .c-nav-main__image {
    padding: 1.5rem;
    height: 19rem;
  }
}
.c-nav-main__image__date {
  line-height: 1;
  width: 100%;
}
.c-nav-main__image__date:nth-of-type(2) {
  width: fit-content;
  align-self: flex-end;
}
@media (max-width: 768px) {
  .c-nav-main__image__date:nth-of-type(3) {
    margin-left: 16%;
  }
}
@media (max-width: 480px) {
  .c-nav-main__image__date:nth-of-type(1) {
    transform: translateY(10%);
  }
  .c-nav-main__image__date:nth-of-type(2) {
    transform: translateX(-4rem);
    position: absolute;
  }
  .c-nav-main__image__date:nth-of-type(3) {
    margin-left: 7%;
    transform: translateY(-1rem);
  }
}
.c-nav-main__image__date p {
  font-size: 2rem;
}
@media (max-width: 768px) {
  .c-nav-main__image__date p {
    font-size: 2.8rem;
  }
}
@media (max-width: 480px) {
  .c-nav-main__image__date p {
    font-size: 1.4rem;
  }
}
.c-nav-main__image__date time {
  display: block;
  font-size: 3.9rem;
}
@media (max-width: 768px) {
  .c-nav-main__image__date time {
    font-size: 5.7rem;
  }
}
@media (max-width: 480px) {
  .c-nav-main__image__date time {
    font-size: 2.8rem;
  }
}
.c-nav-main__image__date small {
  font-size: 1.5rem;
}
@media (max-width: 768px) {
  .c-nav-main__image__date small {
    font-size: 2.3rem;
  }
}
@media (max-width: 480px) {
  .c-nav-main__image__date small {
    font-size: 1.2rem;
  }
}
.c-nav-main__image__title {
  position: absolute;
  bottom: 2rem;
  right: 0;
  font-size: 5.3rem;
  writing-mode: vertical-rl;
  line-height: 0.7;
  align-self: flex-start;
  white-space: nowrap;
  letter-spacing: -0.12em;
}
@media (max-width: 768px) {
  .c-nav-main__image__title {
    font-size: 5.6rem;
  }
}
@media (max-width: 480px) {
  .c-nav-main__image__title {
    font-size: 3.8rem;
    transform: translateY(1rem);
  }
}
.c-nav-main__image__title small {
  font-size: 2.3rem;
  letter-spacing: 0em;
}
@media (max-width: 768px) {
  .c-nav-main__image__title small {
    font-size: 2.8rem;
  }
}
@media (max-width: 480px) {
  .c-nav-main__image__title small {
    font-size: 1.5rem;
  }
}
.c-nav-main a {
  color: #000;
}
.c-nav-main__list {
  margin-bottom: 2em;
}
.c-nav-main__list:last-of-type {
  margin-bottom: 0;
}
@media (max-width: 480px) {
  .c-nav-main__list {
    margin-bottom: 1em;
  }
}
.c-nav-main__list__item {
  margin-bottom: 0.4rem;
}
@media (max-width: 768px) {
  .c-nav-main__list__item {
    margin-bottom: 0.5em;
  }
}
@media (max-width: 480px) {
  .c-nav-main__list__item {
    margin-bottom: 0.25em;
  }
}
.c-nav-main__list__item a {
  font-size: 1.8rem;
  position: relative;
  display: inline-block;
  line-height: 1;
}
@media (max-width: 480px) {
  .c-nav-main__list__item a {
    font-size: 1.6rem;
  }
}
.c-nav-main__list__item a::before {
  display: inline-block;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #000;
  bottom: 0;
  left: 0;
  position: absolute;
}
.c-nav-main__archive-list {
  display: inline-flex;
}
.c-nav-main__archive-list li {
  text-decoration: none;
}
.c-nav-main__archive-list li a {
  text-decoration: underline;
}
.c-nav-main__archive-list li::after {
  content: " / ";
}
.c-nav-main__archive-list li:last-child::after {
  display: none;
}

.c-nav-imgwrap {
  overflow: hidden;
}
.c-nav-imgwrap img, .c-nav-imgwrap source {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.c-nav-footer {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 60vh;
  align-self: center;
}
@media (max-width: 768px) {
  .c-nav-footer {
    grid-row: 2/3;
    grid-column: 2/3;
    height: auto;
    align-self: flex-start;
  }
}
@media (max-width: 480px) {
  .c-nav-footer {
    grid-row: 3/4;
    grid-column: 1/3;
    position: absolute;
    bottom: 2rem;
  }
}
.c-nav-footer__logo img {
  height: 4.5rem;
}
@media (min-width: 481px) {
  .c-nav-footer__logo {
    display: none;
  }
}
.c-nav-footer__list {
  margin-bottom: 4rem;
}
@media (max-width: 768px) {
  .c-nav-footer__list {
    margin-bottom: 0;
    white-space: nowrap;
  }
}
.c-nav-footer__list__item {
  font-size: 1.6rem;
  text-align: right;
  margin-bottom: 0.4rem;
}
@media (max-width: 768px) {
  .c-nav-footer__list__item {
    display: inline-block;
    margin-bottom: 0.8rem;
    margin-right: 2.4rem;
  }
  .c-nav-footer__list__item:last-child {
    margin-right: 0;
  }
}
@media (max-width: 480px) {
  .c-nav-footer__contact {
    display: none;
  }
}
.c-nav-footer__contact .c-button {
  text-align: left;
  margin-top: 3.2rem;
}
.c-nav-footer__sskk {
  display: flex;
  font-size: 1rem;
}
@media (max-width: 480px) {
  .c-nav-footer__sskk {
    display: none;
  }
}
.c-nav-footer__sskk > p {
  flex: 1;
}

.c-nav-this-year {
  padding: 2rem 1.6rem;
  border: solid 1px rgba(36, 36, 36, 0.4);
  height: fit-content;
  margin-bottom: 2rem;
}
@media (max-width: 480px) {
  .c-nav-this-year {
    order: 3;
  }
}
.c-nav-this-year__menu__title {
  font-size: 1.4rem;
  margin-bottom: 1em;
}
.c-nav-this-year__menu__list li > time, .c-nav-this-year__menu__list li > span {
  font-size: 1.6rem;
  line-height: 1.2;
}
.c-nav-this-year__menu__list li a {
  text-decoration: underline;
  font-size: 1.8rem;
  margin-top: 0.2rem;
  display: inline-block;
  line-height: 1.2;
}
.c-nav-this-year__menu__list li {
  margin-bottom: 1rem;
  line-height: 1;
}
.c-nav-this-year__menu__list li:last-child {
  margin-bottom: 0;
}
.c-text-link {
  position: relative;
  color: #000;
  text-decoration: none;
  display: inline-block;
}
.c-text-link:hover, .c-text-link:active, .c-text-link:visited {
  color: #000;
}
@media (max-width: 480px) {
  .c-text-link {
    text-decoration: underline;
    text-underline-offset: 0.2em;
  }
}
@media (min-width: 481px) {
  .c-text-link::after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: rgba(36, 36, 36, 0.4);
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 0.3s;
  }
  .c-text-link:hover::after {
    transform: scaleX(0);
  }
}

.c-external-link {
  padding-right: 2rem;
}
.c-external-link::after {
  content: "";
  width: 1.2rem;
  height: 1.2rem;
  position: static;
  display: inline-block;
  margin-left: 0.4rem;
  background: url(src/images/external-link-b.svg) center center/contain no-repeat;
}
.c-external-link--small::after {
  width: 1.2rem;
  height: 1.2rem;
  margin-left: 0.2rem;
  transform: translateY(-0.25em);
}

.u-underline {
  text-decoration: underline;
}

.c-hgroup__heading {
  font-size: 2rem;
  line-height: 1.4;
  white-space: nowrap;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}
@media (max-width: 768px) {
  .c-hgroup__heading {
    font-size: 2.8rem;
    margin-bottom: 6.4rem;
  }
}
@media (max-width: 480px) {
  .c-hgroup__heading {
    font-size: 2.4rem;
    margin-bottom: 2.4rem;
  }
}
.c-hgroup__page-title {
  font-size: 3.2rem;
  line-height: 1.56;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .c-hgroup__page-title {
    margin-bottom: 6.8rem;
  }
}
@media (max-width: 480px) {
  .c-hgroup__page-title {
    font-size: 3.2rem;
    margin-bottom: 3.6rem;
  }
}

.c-heading {
  font-size: 2.2rem;
}

.c-heading-vertical {
  font-size: 4.4rem;
  writing-mode: vertical-rl;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 1;
}
@media (max-width: 480px) {
  .c-heading-vertical {
    font-size: 3.7rem;
  }
}

.c-heading-small {
  font-size: 2.2rem;
  margin-bottom: 1em;
}
.c-heading-small:last-of-type {
  margin-top: 4rem;
}
@media (max-width: 480px) {
  .c-heading-small {
    margin-top: 4rem;
  }
}

.c-outer {
  width: 14.4rem;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 1367px) {
  .c-outer {
    width: 100%;
  }
}

.c-inner {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
@media (min-width: 1113px) {
  .c-inner {
    width: 98.24rem;
  }
}
@media (max-width: 1112px) {
  .c-inner {
    width: 100%;
    padding-right: 8rem;
    padding-left: 8rem;
  }
}
@media (max-width: 1024px) {
  .c-inner {
    width: 100%;
    padding-right: 8rem;
    padding-left: 8rem;
  }
}
@media (max-width: 480px) {
  .c-inner {
    width: 100%;
    padding-right: 2rem;
    padding-left: 2rem;
  }
}

.c-paragraph-ja {
  font-family: fot-tsukuaoldmin-pr6n, serif;
  line-heihgt: 2;
  font-size: 1.4rem;
  margin-bottom: 4.8rem;
}

.c-paragraph-en {
  font-family: amiri, serif;
  line-heihgt: 1.71;
  font-size: 1.4rem;
  margin-bottom: 4.8rem;
}

.c-section {
  position: relative;
}
.c-section--invalid {
  opacity: 0.3;
  color: black;
}
.c-section--padding {
  padding-bottom: 28rem;
}
@media (max-width: 768px) {
  .c-section--padding {
    padding-bottom: 20rem;
  }
}
@media (max-width: 480px) {
  .c-section--padding {
    padding-bottom: 16rem;
  }
}
@media (max-width: 480px) {
  .c-section--padding + .c-section--padding .c-section__inner--vertical {
    padding-top: 0rem;
  }
}
.c-section--padding .c-hgroup {
  margin-bottom: 8rem;
}
@media (max-width: 768px) {
  .c-section--padding .c-hgroup {
    margin-bottom: 0;
  }
}
.c-section__inner {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  position: relative;
}
@media (min-width: 1113px) {
  .c-section__inner {
    width: 98.24rem;
  }
}
@media (max-width: 1112px) {
  .c-section__inner {
    width: 100%;
    padding-right: 8rem;
    padding-left: 8rem;
  }
}
@media (max-width: 1024px) {
  .c-section__inner {
    width: 100%;
    padding-right: 8rem;
    padding-left: 8rem;
  }
}
@media (max-width: 480px) {
  .c-section__inner {
    width: 100%;
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
@media (max-width: 768px) {
  .c-section__inner {
    flex-direction: column;
  }
}
.c-section__inner--vertical {
  display: block;
}
.c-section__body {
  width: 69%;
  line-height: 1.8;
}
@media (max-width: 768px) {
  .c-section__body {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .c-section__body {
    line-height: 1.8;
  }
}
.c-section__body__heading {
  font-size: 3.6rem;
  line-height: 1.59;
  margin-bottom: 5.2rem;
}
@media (max-width: 480px) {
  .c-section__body__heading {
    font-size: 2.6rem;
    margin-bottom: 1.2rem;
  }
}
.c-section__heading {
  flex: 1;
}
.c-section--archive {
  padding-top: 8rem;
  background: linear-gradient(180deg, #F4F3EF 0%, #F4F3EF 64.5rem, #F4F3EF 64.5rem, #F4F3EF 100%);
}
@media (max-width: 768px) {
  .c-section--archive {
    padding-top: 10rem;
  }
}

.c-button {
  color: #000;
  border: solid 1px #000;
  border-radius: 1rem;
  width: 100%;
  height: auto;
  padding: 1ch;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  transition: color 0.3s, border 0.3s, background 0.3s;
}
.c-button:hover {
  cursor: pointer;
  color: #CFCAB3;
  border: solid 1px #CFCAB3;
  background: #000;
}
.c-button__icon {
  height: 1.6rem;
  width: 1.6rem;
  margin-left: 0.5ch;
  vertical-align: middle;
  vertical-align: -10%;
  transition: fill 0.3s;
}
.c-button:hover .c-button__icon {
  fill: #CFCAB3;
  transition: fill 0.3s;
}
.c-button--year .c-button__icon {
  fill: #D1313E;
}
.c-button--year:hover {
  color: #085276;
  border: solid 1px #085276;
  background: #d2b47f;
}
.c-button--year:hover .c-button__icon {
  fill: #085276;
}
.c-button--lg {
  height: 30rem;
}
@media (max-width: 480px) {
  .c-button--lg {
    height: 13rem;
  }
}

.c-button-sq {
  color: #000;
  border: solid 1px #000;
  background-color: transparent;
  font-size: 1.8rem;
  line-height: 1;
  height: 7rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 0 3.5rem;
  position: relative;
  transform: rotate(5deg);
  transition: all 0.1s;
  box-sizing: border-box;
}
@media (max-width: 480px) {
  .c-button-sq {
    height: 6rem;
    font-size: 1.4rem;
  }
}
.c-button-sq:hover {
  cursor: pointer;
  transform: rotate(0deg);
}
.c-button-sq::after {
  content: "→";
  width: 7rem;
  height: 7rem;
  display: inline-block;
  box-sizing: border-box;
  color: #000;
  border: solid 1px #000;
  background-color: transparent;
  display: inline-flex;
  position: absolute;
  justify-content: center;
  align-items: center;
  text-align: center;
  right: 0;
  transform: translate(88%, 30%) rotate(16deg);
}
@media (max-width: 480px) {
  .c-button-sq::after {
    width: 6rem;
    height: 6rem;
  }
}
.c-button-sq:hover::after {
  transform: translate(100%, 0%) rotate(0deg);
  transition: all 0.1s;
}
.c-button-sq--w {
  color: white;
  border-color: white;
}
.c-button-sq--w::after {
  color: #fff;
  border-color: #fff;
}

small .c-button__icon {
  transform: scale(0.7);
}

.c-hum-menu {
  position: absolute;
  display: flex;
  align-items: center;
}
.c-hum-menu:hover {
  cursor: pointer;
}
@media (max-width: 768px) {
  .c-hum-menu {
    flex-direction: column;
    justify-content: center;
  }
}
.c-hum-menu__button {
  width: 49px;
  position: relative;
  margin-right: 8px;
}
@media (max-width: 768px) {
  .c-hum-menu__button {
    width: 32px;
    margin-right: 0;
    margin-bottom: 0.4px;
  }
}
.c-hum-menu__button span {
  height: 1px;
  width: 100%;
  display: block;
  background: #000;
  margin-bottom: 10px;
}
.c-hum-menu__text {
  font-size: 1.3rem;
}

.c-breadcrumb {
  position: fixed;
  top: 12.3rem;
  margin-top: 4.5rem;
  padding-left: 4rem;
  z-index: 100;
}
.c-breadcrumb li {
  display: inline-block;
  font-size: 1.4rem;
}
.c-breadcrumb li br {
  display: none;
}
.c-breadcrumb li a {
  text-decoration: underline;
}
@media (max-width: 1024px) {
  .c-breadcrumb {
    top: 14.3rem;
    margin-top: 1.2rem;
  }
}
@media (max-width: 480px) {
  .c-breadcrumb {
    top: 9.3rem;
    padding-left: 2rem;
    margin-top: 1.2rem;
  }
}

.c-table {
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  margin-top: 8rem;
  width: 100%;
  font-size: 1.6rem;
}
@media (max-width: 480px) {
  .c-table {
    margin-top: 6rem;
  }
}
.c-table td, .c-table th {
  border: solid 1px #000;
  padding: 0.5ch 1ch;
}
.c-table td {
  text-align: center;
}

html.is-deactive {
  position: fixed;
  overflow: hidden;
  /* when modal active */
  touch-action: none;
  -webkit-overflow-scrolling: none;
  overflow: hidden;
  /* Other browsers */
  overscroll-behavior: none;
}

.js-body.is-active {
  position: fixed;
  left: 0;
  width: 100%;
  height: 100%;
  /* when modal active */
  touch-action: none;
  -webkit-overflow-scrolling: none;
  overflow: hidden;
  /* Other browsers */
  overscroll-behavior: none;
}

.js-modal {
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
  transition-delay: 0s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.js-modal.is-active {
  visibility: visible;
  opacity: 1;
  transition: all 0.3s;
  transition-delay: 0.1s;
  /* when modal active */
  touch-action: none;
  -webkit-overflow-scrolling: none;
  overflow: hidden;
  /* Other browsers */
  overscroll-behavior: none;
}

.c-modal {
  width: 100vw;
  height: var(--100vh 100vh);
  min-height: var(--100vh, 100vh);
  background-color: #085276;
  z-index: 100;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.c-modal__detail {
  background-color: #F4F3EF;
  width: calc(100% - 5.2rem);
  height: calc(100% - 5.2rem);
  margin: auto;
  display: flex;
  flex-direction: column;
  padding: 2.4rem 0.4rem 2.4rem 2.4rem;
  margin-top: 2.8rem;
  color: #000;
  overflow: scroll;
  position: relative;
  opacity: 0;
  transition: all 0.8s;
  transition-delay: 0.1s;
  transform: scale(0.92);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: opacity, transform;
}
@media (min-width: 769px) {
  .c-modal__detail {
    width: 78.3vw;
    height: 90vh;
    margin: auto;
    flex-direction: row;
    padding: 3.5rem 5rem;
  }
}

.js-modal.is-active .c-modal__detail {
  opacity: 1;
  transform: scale(1);
  transition-delay: 0s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: opacity, transform;
}

.c-modal__main {
  position: relative;
  overflow: scroll;
  padding-right: 2rem;
}
@media (min-width: 769px) {
  .c-modal__main {
    width: 76.8%;
    padding-right: 0;
  }
}
@media (max-width: 1024px) {
  .c-modal__main {
    width: 100%;
  }
}

.c-modal__header {
  padding-top: 7.4rem;
  position: relative;
}
@media (min-width: 769px) {
  .c-modal__header {
    padding-left: 0;
    width: calc(100% - 5rem);
    padding-top: 3rem;
  }
}
.c-modal__header > img {
  position: absolute;
  width: 8rem;
  height: auto;
  top: 0rem;
  margin-bottom: 1rem;
}
@media (min-width: 769px) {
  .c-modal__header > img {
    width: 12.4rem;
    padding-top: 3rem;
  }
}
.c-modal__header time {
  font-size: 2.1rem;
  padding-left: 10rem;
  display: inline-block;
  line-height: 1.4;
  margin-bottom: 1rem;
  position: absolute;
  top: 0;
}
@media (min-width: 769px) {
  .c-modal__header time {
    position: relative;
    font-size: 2rem;
    top: auto;
    padding-left: 14.4rem;
  }
}
.c-modal__header .c-modal__title img {
  margin-bottom: 1rem;
  width: 100%;
  margin-top: 2rem;
}
@media (min-width: 481px) {
  .c-modal__header .c-modal__title img {
    width: 75%;
  }
}
@media (min-width: 769px) {
  .c-modal__header .c-modal__title img {
    width: auto;
    height: 6rem;
  }
}
.c-modal__header .c-modal__title--large img {
  width: 60%;
  height: auto;
}
@media (max-width: 768px) {
  .c-modal__header .c-modal__time-no-padding {
    padding-left: 0;
  }
}
@media (min-width: 769px) {
  .c-modal__header .c-modal__title {
    padding-left: 14.4rem;
    margin-bottom: 2rem;
  }
}
.c-modal__header p {
  font-size: 1.4rem;
  line-height: 1.5;
  margin-bottom: 3.2rem;
  text-align: justify;
}
@media (min-width: 481px) {
  .c-modal__header p {
    font-size: 2rem;
  }
}
@media (min-width: 769px) {
  .c-modal__header p {
    font-size: 1.5rem;
  }
}
@media (min-width: 769px) {
  .c-modal__header .c-modal__title--large + p {
    padding-left: 14.4rem;
    margin-bottom: 2rem;
  }
}

.c-modal__header--no-icon .c-modal__title {
  padding-left: 0;
}
.c-modal__header--no-icon time {
  padding-left: 0;
}
.c-modal__header--no-icon .c-modal__title img {
  height: 10rem;
}

@media (min-width: 769px) {
  .c-modal__speakers {
    display: flex;
  }
}

.c-modal__guests, .c-modal__facilitator {
  font-size: 1.4rem;
}
@media (min-width: 481px) {
  .c-modal__guests, .c-modal__facilitator {
    font-size: 2rem;
  }
}
@media (min-width: 769px) {
  .c-modal__guests ul, .c-modal__facilitator ul {
    display: flex;
  }
}
.c-modal__guests ul li, .c-modal__facilitator ul li {
  display: flex;
  flex-direction: column;
  margin-bottom: 2.4rem;
}
@media (min-width: 481px) {
  .c-modal__guests ul li, .c-modal__facilitator ul li {
    margin-bottom: 3.2rem;
  }
}
@media (min-width: 769px) {
  .c-modal__guests ul li, .c-modal__facilitator ul li {
    display: block;
    width: 33.3%;
  }
}
.c-modal__guests ul li:first-child .c-modal__guests__type,
.c-modal__guests ul li:first-child .c-modal__facilitator__type, .c-modal__facilitator ul li:first-child .c-modal__guests__type,
.c-modal__facilitator ul li:first-child .c-modal__facilitator__type {
  display: block;
}
.c-modal__guests .c-modal__facilitator__type, .c-modal__facilitator .c-modal__facilitator__type {
  display: block;
}
.c-modal__guests__header, .c-modal__facilitator__header {
  display: flex;
}
@media (min-width: 769px) {
  .c-modal__guests__header, .c-modal__facilitator__header {
    flex-direction: column;
    width: calc(100% - 5rem);
  }
}
.c-modal__guests__img-wrapper, .c-modal__facilitator__img-wrapper {
  width: 41%;
  margin-right: 1.7rem;
}
.c-modal__guests__img-wrapper img, .c-modal__facilitator__img-wrapper img {
  width: 100%;
}
@media (min-width: 769px) {
  .c-modal__guests__img-wrapper, .c-modal__facilitator__img-wrapper {
    width: 100%;
    margin-bottom: 1em;
  }
}
.c-modal__guests__name, .c-modal__facilitator__name {
  font-size: 1.5rem;
}
@media (min-width: 769px) {
  .c-modal__guests__name, .c-modal__facilitator__name {
    font-size: 2rem;
    margin-bottom: 0.3em;
  }
}
.c-modal__guests__role, .c-modal__facilitator__role {
  font-size: 1rem;
  line-height: 1.2;
  display: inline-block;
}
@media (min-width: 481px) {
  .c-modal__guests__role, .c-modal__facilitator__role {
    font-size: 1.4rem;
  }
}
.c-modal__guests__text, .c-modal__facilitator__text {
  line-height: 1.52;
  font-size: 1.3rem;
}
@media (min-width: 481px) {
  .c-modal__guests__text, .c-modal__facilitator__text {
    font-size: 1.6rem;
  }
}
@media (min-width: 769px) {
  .c-modal__guests__text, .c-modal__facilitator__text {
    font-size: 1.5rem;
    width: calc(100% - 5rem);
    margin-top: 0.5em;
  }
}

.c-modal__guests.c-modal__guests--single li {
  width: 100%;
  display: grid;
  grid-template-columns: 33% 1fr;
  gap: 2rem;
}
@media (max-width: 480px) {
  .c-modal__guests.c-modal__guests--single li {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.c-modal__guests.c-modal__guests--single .c-modal__guests__header {
  display: grid;
  grid-column: 1/2;
  grid-row: 1/2;
  width: 100%;
}
@media (max-width: 480px) {
  .c-modal__guests.c-modal__guests--single .c-modal__guests__header {
    display: flex;
    gap: 1rem;
  }
}
.c-modal__guests.c-modal__guests--single .c-modal__guests__text {
  grid-column: 2/3;
  grid-row: 1/3;
  margin-top: 0;
}
@media (max-width: 480px) {
  .c-modal__guests.c-modal__guests--single .c-modal__guests__text {
    grid-column: 1/2;
    grid-row: 2/3;
  }
}
.c-modal__guests.c-modal__guests--single .c-modal__guests__info {
  line-height: 1;
}
.c-modal__guests.c-modal__guests--single .c-modal__guests__img-wrapper {
  margin-bottom: 0;
  width: 100%;
}
@media (max-width: 480px) {
  .c-modal__guests.c-modal__guests--single .c-modal__guests__img-wrapper {
    width: 40%;
    margin-right: 0;
  }
}

.c-modal__guests__type,
.c-modal__facilitator__type {
  font-size: 1.4rem;
  text-decoration: underline;
  margin-bottom: 1em;
  display: none;
}
@media (min-width: 481px) {
  .c-modal__guests__type,
  .c-modal__facilitator__type {
    margin-bottom: 1em;
  }
}
@media (min-width: 769px) {
  .c-modal__guests__type,
  .c-modal__facilitator__type {
    display: block;
    font-size: 1.3rem;
    margin-bottom: 1em;
  }
}

.c-modal__guests__info {
  flex: 1;
}

.c-modal__footer {
  text-align: right;
  margin-top: 3rem;
}
.c-modal__footer img {
  width: 9.5rem;
}
@media (min-width: 769px) {
  .c-modal__footer {
    position: relative;
    flex: 1;
    align-self: flex-end;
  }
  .c-modal__footer img {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 15.5rem;
  }
}

.c-modal__close {
  position: relative; /*ボタン内側の基点となるためrelativeを指定*/
  width: 50px;
  height: 50px;
  cursor: pointer;
  background: transparent;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}

/*ボタン内側*/
.c-modal__close span {
  display: inline-block;
  transition: all 0.4s; /*アニメーションの設定*/
  position: absolute;
  left: 13px;
  height: 2px;
  background-color: #000;
}

.c-modal__close span:nth-of-type(1) {
  top: 22px;
  width: 50%;
}

.c-modal__close span:nth-of-type(2) {
  top: 29px;
  width: 30%;
}

/*activeクラスが付与されると線が回転して×に*/
.c-modal__close.is-active span:nth-of-type(1) {
  top: 20px;
  left: 16px;
  transform: translateY(6px) rotate(-45deg);
  width: 35%;
}

.c-modal__close.is-active span:nth-of-type(2) {
  top: 32px;
  left: 16px;
  transform: translateY(-6px) rotate(45deg);
  width: 35%;
}

.slick-slide .c-card {
  margin-right: 2rem;
}
@media (max-width: 480px) {
  .slick-slide .c-card {
    margin-right: 0;
  }
}

.c-card {
  background: #085276;
  padding: 2.4rem 2.4rem 3.5rem 2.4rem;
  position: relative;
  width: 46.5rem;
  border: solid 3px transparent;
  display: block;
  color: white;
}
.c-card:hover {
  cursor: pointer;
  border: solid 3px #D1313E;
}
@media (max-width: 768px) {
  .c-card {
    width: 32.5rem;
    padding: 2rem 2rem 3.5rem 2rem;
  }
}
@media (max-width: 480px) {
  .c-card {
    width: 100%;
    margin-bottom: 1.1rem;
    padding: 1.6rem 1.6rem 3.5rem 1.6rem;
  }
}
.c-card > span {
  font-size: 1.2rem;
  writing-mode: vertical-rl;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  position: absolute;
  left: 0.8rem;
  top: 1rem;
  line-height: 1;
  color: white;
}
.c-card__heading {
  display: flex;
  justify-content: space-between;
  min-height: 10rem;
}
@media (max-width: 480px) {
  .c-card__heading {
    pmin-height: 9rem;
  }
}
.c-card__heading img {
  height: 9rem;
}
@media (max-width: 480px) {
  .c-card__heading {
    padding-left: 2.4rem;
  }
}
.c-card__heading span {
  color: white;
}
.c-card--lg {
  padding: 2rem 2rem 3.5rem 2rem;
}
.c-card--lg .c-card__heading {
  justify-content: flex-end;
}
.c-card__title {
  margin-top: 1rem;
}
.c-card__title img {
  width: 100%;
}
.c-card__body {
  color: white;
  font-size: 1.6rem;
  line-height: 1.5;
  margin-top: 1em;
}
@media (max-width: 480px) {
  .c-card__body {
    margin-top: 0.5rem;
    font-size: 1.6rem;
  }
}
.c-card__footer > p {
  font-size: 1.6rem;
  color: white;
  margin-top: 3.5rem;
}
@media (max-width: 480px) {
  .c-card__footer > p {
    margin-top: 1.7rem;
  }
}
.c-card__pplWrapper {
  display: flex;
  gap: 2rem;
  justify-content: space-between;
}
.c-card__imgWrapper {
  position: relative;
  flex: 1;
  max-width: calc(50% - 1rem);
}
.c-card__imgWrapper img {
  width: 100%;
}
.c-card__imgWrapper > p {
  display: block;
  position: absolute;
  width: 100%;
  bottom: -1ch;
  left: 0;
  background-color: #D1313E;
  color: white;
  font-size: 1.6rem;
  line-height: 1;
  padding: 0.25rem;
}
.c-card__link {
  position: absolute;
  bottom: 0;
  right: 1rem;
  color: #D1313E;
  display: inline-block;
  width: 100%;
  text-align: right;
  font-size: 1.4rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}

.c-detail-list dt {
  font-size: 1.6rem;
  position: relative;
  margin-bottom: 0.8rem;
}
@media (max-width: 1024px) {
  .c-detail-list dt {
    font-size: 1.8rem;
  }
}
.c-detail-list dt::after {
  content: "";
  width: 8ch;
  height: 1px;
  font-weight: bold;
  background-color: #000;
  position: absolute;
  top: 50%;
  margin-left: 2ch;
  transform: translate();
}
.c-detail-list dd {
  font-size: 2.2rem;
  margin-bottom: 3.5rem;
  line-height: 1.4;
}
@media (max-width: 1024px) {
  .c-detail-list dd {
    font-size: 1.8rem;
  }
}
@media (max-width: 480px) {
  .c-detail-list dd {
    line-height: 1.5;
  }
}
.c-detail-list dd small {
  font-size: 1.4rem;
}
@media (max-width: 480px) {
  .c-detail-list dd small {
    font-size: 1.3rem;
  }
}
.c-detail-list dd strong {
  font-size: 2.4rem;
  font-weight: normal;
}
@media (max-width: 480px) {
  .c-detail-list dd strong {
    font-size: 1.8rem;
  }
}
.c-detail-list dd:last-child {
  margin-bottom: 0;
}
.c-detail-list dd a {
  text-decoration: underline;
}
.c-detail-list + .c-text-enhance {
  font-size: 4rem;
  position: relative;
  font-weight: normarl;
}
@media (max-width: 480px) {
  .c-detail-list + .c-text-enhance {
    font-size: 2.6rem;
  }
}
.c-detail-list + .c-text-enhance::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #000;
  position: absolute;
  bottom: -2px;
  left: 0;
}
@media (max-width: 480px) {
  .c-detail-list + .c-text-enhance::after {
    bottom: -4px;
  }
}
.c-detail-list + .c-text-enhance::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #000;
  position: absolute;
  bottom: -10px;
  left: 0;
}
@media (max-width: 480px) {
  .c-detail-list + .c-text-enhance::before {
    bottom: -8px;
  }
}

.c-people-list__item {
  display: grid;
  grid-template-rows: max-content max-content max-content;
  grid-template-columns: 26.4rem 1fr;
  column-gap: 1.6rem;
  margin-bottom: 3.8rem;
}
@media (max-width: 768px) {
  .c-people-list__item {
    grid-template-columns: min(40%, 26.4rem) 1fr;
  }
}
@media (max-width: 480px) {
  .c-people-list__item {
    grid-template-columns: 14.5rem 1fr;
    grid-template-rows: 1.5em auto;
    row-gap: 1rem;
  }
}
.c-people-list__item:last-child {
  margin-bottom: 0;
}
.c-people-list__img {
  grid-row: 1/4;
  grid-column: 1/2;
}
@media (max-width: 480px) {
  .c-people-list__img {
    grid-row: 1/3;
  }
}
.c-people-list__img > img {
  width: 100%;
}
.c-people-list__title {
  grid-row: 1/2;
  grid-column: 2/3;
  font-size: 2rem;
  margin-bottom: 1.6rem;
  line-height: 1;
}
@media (max-width: 480px) {
  .c-people-list__title {
    font-size: 2.2rem;
    line-height: 1;
  }
}
.c-people-list__role {
  grid-row: 2/3;
  grid-column: 2/3;
  font-size: 1.6rem;
  margin-bottom: 2.6rem;
  line-height: 1;
}
@media (max-width: 480px) {
  .c-people-list__role {
    font-size: 1.7rem;
  }
}
.c-people-list__body {
  grid-row: 3/4;
  grid-column: 2/3;
  font-size: 1.2rem;
  line-height: 1.5;
}
@media (max-width: 480px) {
  .c-people-list__body {
    grid-column: 1/3;
    font-size: 1.4rem;
    margin-top: 1em;
  }
}

dd .c-people-list {
  margin-top: 3.8rem;
}

.c-people-list--wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
.c-people-list--wrap .c-people-list__item {
  grid-template-columns: 14.8rem 1fr;
  grid-template-rows: max-content max-content max-content;
  width: calc(50% - 2rem);
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  .c-people-list--wrap .c-people-list__item {
    width: 100%;
    grid-template-columns: 30% 1fr;
  }
}

.p-hero {
  width: 14.4rem;
  margin: 0 auto;
  height: var(--100vh, 100vh);
  width: 100%;
}
@media (max-width: 1367px) {
  .p-hero {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .p-hero {
    height: auto;
  }
}
.p-hero__inner {
  display: grid;
  grid-template-columns: 1fr 54% 1fr;
  padding-right: 4rem;
  padding-left: 4rem;
  height: var(--init100vh, 100vh);
}
@media (orientation: portrait) and (max-width: 1024px) {
  .p-hero__inner {
    padding-right: 4rem;
    grid-template-columns: 1fr 9rem;
    padding-left: 4rem;
    padding-top: calc(12.3rem + 4rem);
    height: auto;
  }
}
@media (orientation: portrait) and (max-width: 768px) {
  .p-hero__inner {
    padding-right: 4rem;
    grid-template-columns: 1fr 6.2rem;
    padding-left: 4rem;
    padding-top: calc(12.3rem + 4rem);
    height: auto;
  }
}
@media (max-width: 480px) {
  .p-hero__inner {
    padding-right: 0;
    grid-template-columns: 1fr 6.2rem;
    padding-left: 2rem;
    padding-top: calc(7.7rem + 2rem);
    height: auto;
  }
}
.p-hero__menu {
  align-self: end;
  margin-bottom: 4rem;
}
.p-hero__menu__box {
  padding: 3.6rem 3rem;
  border: solid 1px rgba(36, 36, 36, 0.4);
  width: calc(100% + 2rem);
}
.p-hero__menu__title {
  font-size: 1.6rem;
  margin-bottom: 1em;
}
.p-hero__menu li > time, .p-hero__menu li > span {
  font-size: 1.4rem;
}
.p-hero__menu li a {
  text-decoration: underline;
  line-height: 1.5;
  font-size: 2rem;
}
.p-hero__menu li a::after {
  content: " →";
  display: inline-block;
}
.p-hero__menu li a[tabindex="-1"]::after {
  display: none;
}
.p-hero__menu li a[tabindex="-1"] {
  pointer-events: none;
}
.p-hero__menu li a[tabindex="-1"]:hover {
  cursor: default;
}
.p-hero__menu li {
  margin-bottom: 0.4rem;
}
.p-hero__menu li:last-child {
  margin-bottom: 0;
}
@media (orientation: portrait) and (max-width: 1024px) {
  .p-hero__menu {
    display: none;
  }
}
.p-hero__right {
  align-self: center;
  margin-left: 7rem;
}
@media (orientation: portrait) and (max-width: 1024px) {
  .p-hero__right {
    align-self: start;
    margin-left: 0rem;
  }
}
@media (max-width: 480px) {
  .p-hero__right {
    align-self: start;
    margin-left: 0rem;
  }
}
.p-hero__image {
  width: 100%;
  color: #F4F3EF;
  height: 85vh;
  align-self: center;
  position: relative;
}
.p-hero__image.is-active {
  opacity: 0;
}
@media (orientation: landscape) and (min-width: 1025px) {
  .p-hero__image {
    padding: 8rem 4rem 9rem 5rem;
  }
}
@media (orientation: landscape) and (max-width: 1024px) {
  .p-hero__image {
    padding: 4rem 4rem 9rem 2rem;
  }
}
@media (orientation: portrait) and (max-width: 1024px) {
  .p-hero__image {
    padding: 4rem 4rem 9rem 2rem;
    height: calc(var(--init100vh, 100vh) - 42rem);
  }
}
@media (max-width: 480px) {
  .p-hero__image {
    width: 100%;
    background-size: 86%;
    background-position: 40%;
    min-height: 36rem;
    margin-top: 6rem;
    min-height: 36rem;
    margin-top: 6rem;
    height: calc(var(--init100vh, 100vh) - 6rem - 7.7rem - 1ch - 6.2rem);
  }
}
.p-hero__image__date {
  width: 50%;
}
@media (orientation: portrait) and (max-width: 1024px) {
  .p-hero__image__date {
    width: 50%;
    height: auto;
  }
}
@media (orientation: landscape) and (max-width: 1024px) {
  .p-hero__image__date {
    height: 80%;
  }
}
@media (orientation: portrait) and (max-width: 768px) {
  .p-hero__image__date {
    width: auto;
    height: 100%;
  }
}
@media (max-width: 480px) {
  .p-hero__image__date {
    width: 60%;
    height: auto;
  }
}
.p-hero__image__title {
  position: absolute;
  bottom: 5rem;
  right: 4rem;
  font-size: 8.6rem;
  writing-mode: vertical-rl;
  line-height: 0.7;
  align-self: flex-start;
  letter-spacing: -0.12em;
  display: flex;
  align-items: center;
}
@media (orientation: portrait) and (max-width: 1024px) {
  .p-hero__image__title {
    font-size: 12.6rem;
  }
}
@media (orientation: portrait) and (max-width: 768px) {
  .p-hero__image__title {
    font-size: 9.6rem;
  }
}
@media (max-width: 480px) {
  .p-hero__image__title {
    font-size: 5.6rem;
    bottom: 3rem;
    right: 2rem;
  }
}
.p-hero__image__title small {
  font-size: 3.8rem;
  letter-spacing: 0em;
  writing-mode: initial;
  line-height: 1.5;
}
@media (orientation: portrait) and (max-width: 1024px) {
  .p-hero__image__title small {
    font-size: 4.8rem;
  }
}
@media (orientation: portrait) and (max-width: 768px) {
  .p-hero__image__title small {
    font-size: 3.8rem;
  }
}
@media (max-width: 480px) {
  .p-hero__image__title small {
    font-size: 2.5rem;
  }
}

.p-top-news {
  align-self: center;
}
@media (max-width: 768px) {
  .p-top-news {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
  }
}
.p-top-news__heading {
  font-size: 1.8rem;
  margin: 0 auto;
  margin-bottom: 1.4rem;
}
@media (orientation: portrait) and (max-width: 1024px) {
  .p-top-news__heading {
    writing-mode: vertical-rl;
  }
}
@media (max-width: 480px) {
  .p-top-news__heading {
    writing-mode: vertical-rl;
  }
}
.p-top-news__heading a {
  text-decoration: underline;
}
@media (max-width: 480px) {
  .p-top-news__heading a {
    text-decoration: overline;
  }
}
.p-top-news__list {
  width: 100%;
}
.p-top-news__item {
  margin: 0 auto;
  margin-bottom: 1rem;
}
@media (max-width: 1024px) {
  .p-top-news__item {
    writing-mode: vertical-rl;
  }
}
.p-top-news__date {
  font-size: 1rem;
  margin-bottom: 0.2rem;
  line-height: 1;
  display: block;
}
.p-top-news__title {
  font-size: 1.2rem;
}

.p-top-sskk {
  position: absolute;
  bottom: 4rem;
  font-size: 1rem;
  display: flex;
  padding-right: 4rem;
}
@media (orientation: landscape) and (max-width: 1024px) {
  .p-top-sskk {
    width: 22rem;
    right: 0;
  }
}
@media (orientation: portrait) and (max-width: 1024px) {
  .p-top-sskk {
    width: 40rem;
    right: 0;
  }
}
@media (max-width: 480px) {
  .p-top-sskk {
    display: none;
    left: 2rem;
    right: 2rem;
    padding-right: 0;
  }
}
.p-top-sskk p {
  flex: 1;
}
@media (max-width: 768px) {
  .p-top-sskk p {
    align-self: flex-end;
  }
}
.p-top-sskk__img {
  display: inline-block;
  width: 5.6rem;
  margin-left: 2rem;
}

.p-top-about {
  color: #000;
  width: 40.9%;
  margin: 0rem auto;
  padding-top: 12rem;
  padding-bottom: 17rem;
}
@media (max-width: 1024px) {
  .p-top-about {
    width: 60.8%;
    height: auto;
    padding-top: 28rem;
    padding-bottom: 12rem;
  }
}
@media (max-width: 768px) {
  .p-top-about {
    width: calc(100% - 13rem);
  }
}
@media (max-width: 480px) {
  .p-top-about {
    width: 100%;
    padding: 28rem 2rem 8rem 2rem;
  }
}
.p-top-about__heading {
  font-size: 5.4rem;
  line-height: 1.4;
  margin-bottom: 5.5rem;
}
@media (max-width: 480px) {
  .p-top-about__heading {
    font-size: 4.8rem;
    letter-spacing: -4px;
    margin-bottom: 2.7rem;
  }
}
.p-top-about p {
  font-size: 1.6rem;
  line-height: 1.85;
  margin-bottom: 1em;
}
@media (max-width: 768px) {
  .p-top-about p {
    width: calc(100% - 8rem);
  }
}
@media (max-width: 480px) {
  .p-top-about p {
    width: 100%;
    font-size: 1.6rem;
  }
}
.p-top-about__footer {
  width: 100%;
  text-align: right;
  padding-right: 2rem;
  margin-top: 4rem;
}
@media (max-width: 1024px) {
  .p-top-about__footer {
    padding-right: 6rem;
  }
}
@media (max-width: 480px) {
  .p-top-about__footer {
    padding-right: 0rem;
    text-align: center;
  }
}
.p-top-about__link {
  display: inline-block;
  margin-top: 2.8rem;
  width: 30.3rem;
  height: 8.9rem;
  color: transparent;
  background: url(src/images/button-about.svg) center center/cover no-repeat;
}
.p-top-about__link:hover {
  color: transparent;
}

.p-top-2025 {
  width: 100%;
  min-height: var(--100vh, 100vh);
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #F4F3EF;
  position: relative;
  /* 最小アスペクト比 */
}
@media (orientation: landscape) and (min-width: 769px) {
  .p-top-2025 {
    padding: 8rem 4rem 9rem 5rem;
  }
}
.p-top-2025__image {
  width: calc(54% - 4rem);
  margin: 0 auto;
  background: url(src/images/hero.webp) center center/cover no-repeat;
  background-size: 80%;
  background-position-y: bottom;
  background-color: #085276;
  position: fixed;
  top: 6rem;
  z-index: -1;
  height: 85vh;
  align-self: center;
  padding: 3rem 2rem 3rem 3rem;
  will-change: width, top, left, height;
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: all 0.7s cubic-bezier(0, 0.35, 0.49, 1);
}
.p-top-2025__image.is-active {
  opacity: 0;
}
.p-top-2025__image.is-big {
  width: 100%;
  height: 100vh;
  background-size: 85%;
  transform: translateY(-6rem);
}
@media (orientation: portrait) and (max-width: 1024px) {
  .p-top-2025__image {
    width: calc(100% - 13rem - 4rem);
    align-self: start;
    left: 4rem;
    top: calc(12.3rem + 4rem);
    height: calc(var(--init100vh, 100vh) - 42rem);
  }
  .p-top-2025__image.is-big {
    transform: translate(calc( 4rem * -1), calc((12.3rem + 4rem) * -1));
  }
}
@media (orientation: portrait) and (max-width: 768px) {
  .p-top-2025__image {
    width: calc(100% - 8.2rem - 8rem);
    height: calc(var(--init100vh, 100vh) - 42rem);
  }
}
@media (max-width: 480px) {
  .p-top-2025__image {
    width: calc(100% - 8rem);
    min-height: 36rem;
    margin-top: 6rem;
    top: calc(7.7rem + 2rem);
    height: calc(var(--init100vh, 100vh) - 6rem - 7.7rem - 1ch - 6.2rem);
    left: 2rem;
    background-size: 86%;
    background-position: 40%;
  }
  .p-top-2025__image.is-big {
    transform: translate(calc( 2rem * -1), calc((7.7rem + 2rem + 6rem) * -1));
  }
}
@media (max-width: 480px) {
  .p-top-2025 {
    padding-bottom: 16rem;
  }
}
.p-top-2025__events {
  display: flex;
  gap: 6rem;
  width: 100%;
  justify-content: center;
}
@media (max-width: 480px) {
  .p-top-2025__events {
    padding: 2rem;
  }
}
.p-top-2025__year {
  font-size: 11rem;
  line-height: 1;
  display: block;
}
@media (max-width: 480px) {
  .p-top-2025__year {
    font-size: 6.6rem;
  }
}
.p-top-2025__date {
  font-size: 7.1rem;
  display: block;
  line-height: 1;
}
@media (max-width: 480px) {
  .p-top-2025__date {
    font-size: 4rem;
  }
}
.p-top-2025__place {
  font-size: 4.3rem;
}
@media (max-width: 480px) {
  .p-top-2025__place {
    font-size: 3.3rem;
  }
}
.p-top-2025__arrow {
  font-size: 35rem;
  line-height: 0.5;
  transition: all 0.7s cubic-bezier(0, 0.35, 0.49, 1);
}
.p-top-2025__arrow:hover {
  transform: translateX(2rem);
}
@media (max-width: 480px) {
  .p-top-2025__arrow {
    font-size: 28rem;
  }
}
.p-top-2025__title {
  font-size: 11rem;
  writing-mode: vertical-rl;
  line-height: 0.75;
  display: inline-block;
}
@media (max-width: 480px) {
  .p-top-2025__title {
    font-size: 6.8rem;
  }
}
.p-top-2025__heading {
  font-size: 4rem;
  line-height: 1.4;
}
@media (max-width: 480px) {
  .p-top-2025__heading {
    font-size: 4rem;
  }
}
.p-top-2025__link {
  position: absolute;
  color: #F4F3EF;
  bottom: 4rem;
  right: 4rem;
  transition: all 0.7s cubic-bezier(0, 0.35, 0.49, 1);
}
.p-top-2025__link:hover {
  transform: translateX(2rem);
}
@media (max-width: 480px) {
  .p-top-2025__link {
    bottom: 2rem;
    right: 2rem;
  }
}

.p-top-program {
  padding: 28rem 0;
  background: #CFCAB3;
}
@media (max-width: 480px) {
  .p-top-program {
    padding-top: 16rem;
    padding-bottom: 12rem;
  }
}
.p-top-program__inner {
  display: grid;
  gap: 0;
  grid-template-columns: 1fr 49%;
  position: relative;
}
@media (max-width: 1024px) {
  .p-top-program__inner {
    display: block;
  }
}
@media (max-width: 480px) {
  .p-top-program__inner {
    padding-bottom: 8rem;
  }
}
.p-top-program__inner::before {
  content: "";
  width: 12rem;
  height: 15rem;
  position: absolute;
  top: 0;
  right: 0;
  background: url(src/images/pattern-01.webp) center center/cover no-repeat;
}
@media (max-width: 480px) {
  .p-top-program__inner::before {
    top: auto;
    bottom: 18rem;
    right: 2rem;
  }
}
@media (max-width: 1112px) {
  .p-top-program__inner::before {
    right: 4rem;
  }
}
.p-top-program__subheading {
  font-size: 3.4rem;
  line-height: 1.4;
  grid-row: 1/2;
  grid-column: 1/2;
}
@media (max-width: 480px) {
  .p-top-program__subheading {
    font-size: 2.8rem;
  }
}
.p-top-program__heading {
  font-size: 7rem;
  grid-row: 2/3;
  grid-column: 1/2;
  line-height: 1;
  margin: 4rem 0 5.3rem 0;
}
@media (max-width: 480px) {
  .p-top-program__heading {
    font-size: 5.6rem;
  }
}
.p-top-program__body {
  font-size: 1.6rem;
  grid-row: 3/4;
  grid-column: 1/2;
}
@media (max-width: 1024px) {
  .p-top-program__body {
    margin-bottom: 9.2rem;
  }
}
.p-top-program__shoin {
  grid-row: 1/4;
  grid-column: 2/3;
  text-align: right;
  align-self: end;
}
@media (max-width: 1024px) {
  .p-top-program__shoin {
    width: 100%;
    position: relative;
  }
}
@media (max-width: 1024px) and (max-width: 1024px) {
  .p-top-program__shoin::before {
    content: "";
    width: 12rem;
    height: 15rem;
    position: absolute;
    left: 0;
    background: url(src/images/pattern-01.svg) center center/cover no-repeat;
  }
}
@media (max-width: 480px) {
  .p-top-program__shoin {
    margin-top: 18rem;
  }
}
.p-top-program .p-button-shoin {
  opacity: 0.5;
  pointer-events: none;
  transform: translateX(-7rem);
}
@media (max-width: 480px) {
  .p-top-program .p-button-shoin {
    transform: translateX(-6rem);
  }
}

.p-top-archive {
  position: relative;
  padding: 24rem 0 8rem 0;
  background: #F4F3EF;
}
@media (max-width: 480px) {
  .p-top-archive {
    padding: 10rem 0;
  }
}
.p-top-archive__inner {
  display: flex;
  gap: 8%;
  justify-content: space-between;
  margin-bottom: 12.6rem;
}
.p-top-archive__inner:last-child {
  margin-bottom: 0rem;
}
@media (max-width: 1024px) {
  .p-top-archive__inner {
    flex-direction: column;
  }
}
@media (max-width: 480px) {
  .p-top-archive__inner {
    margin-bottom: 6rem;
  }
}
.p-top-archive__heading {
  display: grid;
  padding-top: 2.4rem;
  grid-template-rows: auto 1fr;
  row-gap: 7.2rem;
}
@media (max-width: 1024px) {
  .p-top-archive__heading {
    grid-template-rows: auto;
    grid-template-columns: auto auto 1fr;
    align-items: center;
    padding-left: 4rem;
    margin-bottom: 4rem;
  }
}
@media (max-width: 768px) {
  .p-top-archive__heading {
    margin-bottom: 2.8rem;
  }
}
@media (max-width: 480px) {
  .p-top-archive__heading {
    margin-bottom: 0.8rem;
  }
}
.p-top-archive__heading img {
  grid-row: 1/2;
  grid-column: 1/2;
  margin-right: 2.4rem;
  width: 17.7rem;
}
@media (max-width: 768px) {
  .p-top-archive__heading img {
    width: 9.1rem;
  }
}
@media (max-width: 480px) {
  .p-top-archive__heading img {
    width: 8rem;
    margin-right: 1.8rem;
  }
}
.p-top-archive__heading__year {
  grid-row: 1/2;
  grid-column: 2/3;
  align-self: center;
}
.p-top-archive__heading__link {
  grid-row: 2/3;
  grid-column: 1/2;
}
@media (max-width: 1024px) {
  .p-top-archive__heading__link {
    grid-row: 1/2;
    grid-column: 3/4;
    text-align: right;
  }
}
.p-top-archive__heading__year strong {
  font-size: 5.2rem;
  display: block;
}
@media (max-width: 1024px) {
  .p-top-archive__heading__year strong {
    display: inline-block;
  }
}
@media (max-width: 768px) {
  .p-top-archive__heading__year strong {
    margin-right: 1.6rem;
  }
}
@media (max-width: 480px) {
  .p-top-archive__heading__year strong {
    font-size: 4.6rem;
    line-height: 1;
  }
}
.p-top-archive__heading__year p {
  font-size: 3.8rem;
  white-space: nowrap;
  line-height: 1;
}
@media (max-width: 1024px) {
  .p-top-archive__heading__year p {
    display: inline-block;
  }
}
@media (max-width: 480px) {
  .p-top-archive__heading__year p {
    font-size: 3.3rem;
  }
}
.p-top-archive__heading__year p span {
  font-size: 1.5rem;
  display: block;
  line-height: 1;
}
.p-top-archive__heading__link a {
  line-height: 1;
  display: inline-block;
  text-align: center;
}
.p-top-archive__heading__link a:hover span {
  transform: translateX(2rem);
}
@media (max-width: 480px) {
  .p-top-archive__heading__link small {
    display: none;
  }
}
.p-top-archive__heading__link span {
  font-size: 10rem;
  display: block;
  line-height: 0.6;
  transition: all 0.7s cubic-bezier(0, 0.35, 0.49, 1);
}
@media (max-width: 768px) {
  .p-top-archive__heading__link span {
    font-size: 5.9rem;
  }
}
@media (max-width: 480px) {
  .p-top-archive__heading__link span {
    font-size: 4.7rem;
  }
}
.p-top-archive__list {
  width: 58%;
}
@media (max-width: 1024px) {
  .p-top-archive__list {
    width: 100%;
    padding-left: 4rem;
    margin-bottom: 9rem;
  }
  .p-top-archive__list:last-child {
    margin-bottom: 0rem;
  }
}
.p-top-archive__list li {
  margin-bottom: 2rem;
}
.p-top-archive__list li:last-child {
  margin-bottom: 0rem;
}
.p-top-archive__list li a {
  display: block;
}
.p-top-archive__list li img {
  max-width: 100%;
}

.p-about-sskk {
  font-size: 3rem;
  display: flex;
}
@media (max-width: 1024px) {
  .p-about-sskk {
    width: auto;
  }
}
@media (max-width: 768px) {
  .p-about-sskk {
    font-size: 2.4rem;
  }
}
.p-about-sskk p {
  width: 80%;
  margin-right: 2.4rem;
  line-height: 1.4;
  font-size: 1.6rem;
}
.p-about-sskk p strong {
  font-weight: bold;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}
@media (max-width: 768px) {
  .p-about-sskk p {
    align-self: flex-start;
  }
}
@media (max-width: 480px) {
  .p-about-sskk p {
    font-size: 1.4rem;
    margin-right: 0.9rem;
  }
}
.p-about-sskk img {
  flex: 1;
}

.p-about__body {
  padding-top: 16rem;
  padding-bottom: 16rem;
  position: relative;
  font-size: 1.6rem;
}
@media (max-width: 768px) {
  .p-about__body {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }
}
@media (max-width: 480px) {
  .p-about__body {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}
.p-about__body::after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #000;
}
.p-about__body p {
  margin-bottom: 1em;
  line-height: 1.85;
}

@media (max-width: 480px) {
  .p-about-sskk + .p-about__body {
    padding-top: 6rem;
  }
}

.p-about-icon {
  padding-top: 16rem;
}
@media (max-width: 768px) {
  .p-about-icon {
    padding-top: 12rem;
  }
}
@media (max-width: 480px) {
  .p-about-icon {
    padding-top: 8rem;
  }
}
.p-about-icon img {
  width: 8.4rem;
}
@media (max-width: 480px) {
  .p-about-icon img {
    width: 6.2rem;
  }
}

.p-about + .p-about .p-about__body::after {
  display: none;
}

.p-about-2023 {
  width: 100%;
  min-height: 100vh;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #F4F3EF;
  position: relative;
  padding-top: 8rem;
  padding-bottom: 8rem;
  background: url(src/images/hero.webp) center center/cover no-repeat;
  background-size: 60%;
  background-color: #085276;
}
@media (max-width: 480px) {
  .p-about-2023 {
    padding-bottom: 16rem;
  }
}
.p-about-2023__year {
  font-size: 8rem;
  line-height: 1;
  display: block;
}
@media (max-width: 480px) {
  .p-about-2023__year {
    font-size: 7.6rem;
  }
}
.p-about-2023__date {
  font-size: 5.6rem;
  display: block;
  line-height: 1;
}
@media (max-width: 480px) {
  .p-about-2023__date {
    font-size: 5rem;
  }
}
.p-about-2023__arrow {
  font-size: 35rem;
  line-height: 0.5;
}
.p-about-2023__title {
  font-size: 8rem;
  writing-mode: vertical-rl;
  line-height: 0.75;
  align-self: flex-start;
  display: inline-block;
}
@media (max-width: 480px) {
  .p-about-2023__title {
    font-size: 6.8rem;
  }
}
.p-about-2023__heading {
  font-size: 2.6rem;
  line-height: 1;
}
.p-about-2023__link {
  position: absolute;
  color: #F4F3EF;
  bottom: 4rem;
  right: 4rem;
}
@media (max-width: 480px) {
  .p-about-2023__link {
    bottom: 2rem;
    right: 2rem;
  }
}

.p-shoin-heading__copy {
  font-size: 3.4rem;
  margin-bottom: 5rem;
  line-height: 1.5;
}
@media (max-width: 480px) {
  .p-shoin-heading__copy {
    font-size: 2.4rem;
    margin-bottom: 2.7rem;
  }
}
.p-shoin-heading__title {
  display: block;
  font-weight: normal;
  line-height: 1;
  font-size: 7.1rem;
  margin-bottom: 5.3rem;
}
@media (max-width: 480px) {
  .p-shoin-heading__title {
    margin-bottom: 3.4rem;
  }
}

.p-shoin-apply {
  background-color: white;
  padding-top: 21rem;
  padding-bottom: 19rem;
}
@media (max-width: 480px) {
  .p-shoin-apply {
    padding-bottom: 16rem;
  }
}
.p-shoin-apply .c-detail-list {
  margin-bottom: 6.2rem;
}
.p-shoin-apply__button {
  height: 30rem;
}
.p-shoin-apply .c-button__icon {
  fill: #000;
}
.p-shoin-apply .c-button:hover {
  color: #CFCAB3;
  border-color: #CFCAB3;
  background: #000;
}
.p-shoin-apply .c-button:hover .c-button__icon {
  fill: #CFCAB3;
}

.p-shoin-teacher {
  margin-bottom: 10rem;
}
@media (max-width: 480px) {
  .p-shoin-teacher {
    margin-bottom: 8rem;
  }
}

.p-program-heading {
  width: 100%;
  padding-top: 46%;
  background: url(src/images/2024/main_ina.webp) 90% 3rem/40% no-repeat;
  background-color: #085276;
  margin-bottom: 6rem;
}
@media (max-width: 1024px) {
  .p-program-heading {
    margin-bottom: 3rem;
  }
}
@media (max-width: 480px) {
  .p-program-heading {
    margin-bottom: 1.6rem;
  }
}

.p-program-heading--tokyo {
  background: url(src/images/2024/main_tokyo.webp) 90% 3rem/40% no-repeat;
  background-color: #085276;
}

.p-program-heading--marche {
  background: url(src/images/2024/main_marche.webp) 92% 2rem/55% no-repeat;
  background-color: #C89478;
}

.p-program-date-location {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: flex-end;
}

.p-program-date {
  line-height: 1.1;
}
.p-program-date span:first-child {
  font-size: 2.8rem;
  display: block;
}
@media (max-width: 1024px) {
  .p-program-date span:first-child {
    font-size: 2.8rem;
    line-height: 1.3;
  }
}
@media (max-width: 480px) {
  .p-program-date span:first-child {
    font-size: 2rem;
    line-height: 1.5;
  }
}
.p-program-date span:nth-child(2) {
  font-size: 6.7rem;
}
@media (max-width: 1024px) {
  .p-program-date span:nth-child(2) {
    font-size: 5.4rem;
  }
}
@media (max-width: 480px) {
  .p-program-date span:nth-child(2) {
    font-size: 3.8rem;
  }
}

.p-program-place {
  font-size: 5.7rem;
  line-height: 1;
}
@media (max-width: 1024px) {
  .p-program-place {
    font-size: 4.4rem;
  }
}
@media (max-width: 480px) {
  .p-program-place {
    font-size: 3rem;
  }
}

.p-program-title {
  font-size: 7.1rem;
  line-height: 1;
  margin-top: 4.2rem;
  text-decoration: underline;
  text-decoration-thickness: from-font;
  margin-bottom: 11rem;
}
@media (max-width: 1024px) {
  .p-program-title {
    font-size: 4.5rem;
    margin-top: 3.5rem;
    margin-bottom: 13.5rem;
  }
}
@media (max-width: 480px) {
  .p-program-title {
    font-size: 4rem;
    margin-top: 2rem;
    margin-bottom: 7rem;
  }
}

.p-program-title--marche {
  font-size: 6.8rem;
}
@media (max-width: 1024px) {
  .p-program-title--marche {
    font-size: 4.2rem;
  }
}
@media (max-width: 480px) {
  .p-program-title--marche {
    font-size: 3.6rem;
  }
}

.p-program-recommend {
  border: solid 1px #000;
  padding: 2.4rem;
  margin-top: 2em;
}
.p-program-recommend strong {
  font-weight: 500;
  font-size: 2.4rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  display: inline-block;
  margin-bottom: 1rem;
}
.p-program-recommend ul {
  list-style: disc;
  padding-left: 2ch;
}
@media (max-width: 480px) {
  .p-program-recommend ul {
    font-size: 1.6rem;
  }
}

.p-program-apply {
  background-color: white;
  padding-top: 21rem;
  padding-bottom: 19rem;
}
@media (max-width: 480px) {
  .p-program-apply {
    padding-bottom: 16rem;
  }
}
.p-program-apply .c-detail-list {
  margin-bottom: 6.2rem;
}
.p-program-apply__button {
  height: 30rem;
}
.p-program-apply .c-button__icon {
  fill: #000;
}
.p-program-apply .c-button:hover {
  color: #CFCAB3;
  border-color: #CFCAB3;
  background: #000;
}
.p-program-apply .c-button:hover .c-button__icon {
  fill: #CFCAB3;
}

.p-program-schedule li {
  font-size: 2.4rem;
  list-style: none;
  display: flex;
  align-items: center;
  margin-bottom: 2.8rem;
}
@media (max-width: 480px) {
  .p-program-schedule li {
    font-size: 2rem;
  }
}
.p-program-schedule time {
  font-size: 1.6rem;
  margin-right: 1.5rem;
}
@media (max-width: 480px) {
  .p-program-schedule time {
    font-size: 1.4rem;
  }
}
.p-program-schedule small {
  display: block;
  font-size: 1.6rem;
  line-height: 0.7;
}
@media (max-width: 480px) {
  .p-program-schedule small {
    font-size: 1.4rem;
  }
}

.p-shoin-item-list li {
  margin-bottom: 7rem;
}
@media (max-width: 768px) {
  .p-shoin-item-list li {
    margin-bottom: 4.5rem;
  }
}

.p-shoin-item {
  display: flex;
  gap: 3rem;
}
.p-shoin-item p {
  margin-bottom: 1em;
}
.p-shoin-item__heading {
  border-top: solid 1px #000;
  padding-top: 2.8rem;
  font-size: 2rem;
  min-width: 15rem;
  width: 15rem;
}
.p-shoin-item__heading h3 {
  white-space: nowrap;
  font-size: 2.6rem;
}
.p-shoin-item__imgwrapper {
  display: flex;
  gap: 1rem;
  justify-content: space-between;
}
.p-shoin-item__imgwrapper img {
  flex: 1;
  max-width: calc(50% - 1rem);
}

.p-archive-breadcrumbs a {
  text-decoration: underline;
  font-size: 2.4rem;
}
@media (max-width: 480px) {
  .p-archive-breadcrumbs {
    margin-bottom: 6rem;
  }
}

.p-archive {
  padding-top: 18rem;
  padding-bottom: 16rem;
  background-color: #F4F3EF;
}
@media (max-width: 480px) {
  .p-archive {
    padding-top: 7.2rem;
  }
  .p-archive .c-hgroup__page-title {
    margin-bottom: 2rem;
  }
}
.p-archive__heading {
  display: grid;
  padding-top: 2.4rem;
  grid-template-rows: auto 1fr;
  row-gap: 7.2rem;
}
@media (max-width: 1024px) {
  .p-archive__heading {
    grid-template-rows: auto;
    grid-template-columns: auto auto 1fr;
    align-items: center;
  }
}
@media (max-width: 768px) {
  .p-archive__heading {
    margin-bottom: 2.8rem;
  }
}
@media (max-width: 480px) {
  .p-archive__heading {
    margin-bottom: 0.8rem;
  }
}
.p-archive__heading img {
  grid-row: 1/2;
  grid-column: 1/2;
  margin-right: 2.4rem;
  width: 17.7rem;
}
@media (max-width: 768px) {
  .p-archive__heading img {
    width: 9.1rem;
  }
}
@media (max-width: 480px) {
  .p-archive__heading img {
    width: 8rem;
    margin-right: 1.8rem;
  }
}
.p-archive__heading__year {
  grid-row: 1/2;
  grid-column: 2/3;
}
.p-archive__heading__link {
  grid-row: 2/3;
  grid-column: 1/2;
}
@media (max-width: 1024px) {
  .p-archive__heading__link {
    grid-row: 1/2;
    grid-column: 3/4;
    text-align: right;
  }
}
.p-archive__heading__year strong {
  font-size: 5.2rem;
  display: block;
}
@media (max-width: 1024px) {
  .p-archive__heading__year strong {
    display: inline-block;
  }
}
@media (max-width: 768px) {
  .p-archive__heading__year strong {
    margin-right: 1.6rem;
  }
}
@media (max-width: 480px) {
  .p-archive__heading__year strong {
    font-size: 4.6rem;
    line-height: 1;
    display: block;
  }
}
.p-archive__heading__year p {
  font-size: 3.8rem;
  white-space: nowrap;
  line-height: 1;
}
@media (max-width: 1024px) {
  .p-archive__heading__year p {
    display: inline-block;
  }
}
@media (max-width: 480px) {
  .p-archive__heading__year p {
    font-size: 3.3rem;
  }
}
.p-archive__heading__year p span {
  font-size: 1.5rem;
  display: block;
  line-height: 1;
}
.p-archive__heading__link a {
  line-height: 1;
  display: inline-block;
  text-align: center;
  transition: all 0.7s cubic-bezier(0, 0.35, 0.49, 1);
}
.p-archive__heading__link a:hover {
  transform: translateX(2rem);
}
@media (max-width: 480px) {
  .p-archive__heading__link small {
    display: none;
  }
}
.p-archive__heading__link span {
  font-size: 10rem;
  display: block;
  line-height: 0.6;
}
@media (max-width: 768px) {
  .p-archive__heading__link span {
    font-size: 5.9rem;
  }
}
@media (max-width: 480px) {
  .p-archive__heading__link span {
    font-size: 4.7rem;
  }
}

.p-archive-year {
  padding-bottom: 7.5rem;
  border-bottom: solid 1px #032E08;
}
@media (max-width: 1112px) {
  .p-archive-year {
    border-bottom: 0;
  }
}
@media (max-width: 1024px) {
  .p-archive-year {
    flex-direction: column;
  }
  .p-archive-year .c-section__body {
    width: 100%;
  }
}
.p-archive-year:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.p-archive-year + .p-archive-year {
  padding-top: 3.5rem;
}

.p-archive-list {
  color: #032E08;
}
.p-archive-list.--2024 {
  color: #523354;
}
.p-archive-list__item {
  display: grid;
  grid-template-rows: max-content max-content max-content max-content;
  grid-template-columns: 27rem max-content 1fr;
  column-gap: 1.6rem;
  margin-bottom: 3.8rem;
  margin-left: 8.8rem;
  padding-bottom: 4.5rem;
  padding-top: 4.5rem;
  border-bottom: solid 1px #032E08;
}
@media (max-width: 1024px) {
  .p-archive-list__item {
    margin-left: 0rem;
  }
}
@media (max-width: 480px) {
  .p-archive-list__item {
    grid-template-row: smax-content max-content max-content max-content max-content;
    grid-template-columns: 27rem auto;
    padding-bottom: 2rem;
    padding-top: 2rem;
    margin-bottom: 2rem;
  }
}
.p-archive-list__item:last-child {
  margin-bottom: 0;
}
.p-archive-list__img {
  grid-row: 1/4;
  grid-column: 1/2;
}
@media (max-width: 480px) {
  .p-archive-list__img {
    grid-row: 1/2;
    margin-bottom: 1rem;
  }
}
.p-archive-list__img > img {
  width: 100%;
}
.p-archive-list__category {
  grid-row: 1/4;
  grid-column: 2/3;
  font-size: 1.2rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  writing-mode: vertical-rl;
}
@media (max-width: 480px) {
  .p-archive-list__category {
    grid-row: 1/2;
    grid-column: 2/3;
  }
}
.p-archive-list__title {
  grid-row: 1/2;
  grid-column: 3/4;
  margin-bottom: 1.2rem;
}
@media (max-width: 480px) {
  .p-archive-list__title {
    grid-row: 2/3;
    grid-column: 1/2;
  }
}
.p-archive-list__title > img {
  width: 100%;
}
.p-archive-list__body {
  grid-row: 2/3;
  grid-column: 3/4;
  font-size: 1.4rem;
  line-height: 1.64;
  margin-bottom: 1.8rem;
}
@media (max-width: 480px) {
  .p-archive-list__body {
    grid-row: 3/4;
    grid-column: 1/3;
  }
}
.p-archive-list__guest {
  grid-row: 3/4;
  grid-column: 3/4;
  font-size: 1.4rem;
  margin-bottom: 1rem;
}
.p-archive-list__guest span {
  font-size: 1.2rem;
}
@media (max-width: 480px) {
  .p-archive-list__guest {
    grid-row: 4/5;
    grid-column: 1/3;
  }
}
.p-archive-list__link {
  grid-row: 4/5;
  grid-column: 3/4;
  font-size: 1.4rem;
  justify-self: flex-end;
}
.p-archive-list__link svg {
  fill: #d2b47f;
  margin-right: 0.8rem;
}
@media (max-width: 480px) {
  .p-archive-list__link {
    grid-row: 5/6;
    grid-column: 1/3;
  }
}

@media (max-width: 480px) {
  .p-archive .p-top-archive__heading {
    padding-left: 0;
  }
}

.p-event__inner {
  display: flex;
  flex-direction: row-reverse;
  gap: 6.9rem;
  padding-top: 28rem;
  padding-bottom: 15rem;
}
@media (max-width: 768px) {
  .p-event__inner {
    flex-direction: column;
    padding-top: 14rem;
    padding-bottom: 20rem;
    padding-right: 8rem;
    padding-left: 8rem;
    gap: 6rem;
  }
}
@media (max-width: 480px) {
  .p-event__inner {
    padding-right: 2rem;
    padding-left: 2rem;
    padding-bottom: 0rem;
  }
}
.p-event__heading {
  font-size: 3.2rem;
  writing-mode: vertical-rl;
  line-height: 1;
  white-space: nowrap;
}
.p-event__heading h2 {
  margin-left: 1rem;
}
@media (max-width: 480px) {
  .p-event__heading h2 {
    margin-left: 1.8rem;
  }
}
@media (max-width: 480px) {
  .p-event__heading {
    font-size: 3.3rem;
  }
}
.p-event__heading strong {
  font-size: 11.1rem;
  font-weight: normal;
}
@media (max-width: 768px) {
  .p-event__heading strong {
    transform: translateY(2ch);
    font-size: 8.8rem;
  }
}
@media (max-width: 480px) {
  .p-event__heading strong {
    font-size: 7.2rem;
  }
}
.p-event__body {
  text-align: right;
  line-height: 2.31;
}
@media (max-width: 768px) {
  .p-event__body {
    text-align: left;
  }
}
@media (max-width: 480px) {
  .p-event__body {
    font-size: 1.6rem;
    line-height: 1.8;
  }
}
.p-event__info {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 7rem;
}
@media (max-width: 480px) {
  .p-event__info {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 4rem;
    margin-top: 7rem;
  }
}
.p-event__info.p-event__info-caption {
  margin-top: 3rem;
}
.p-event__info-caption {
  margin-bottom: 7rem;
}
.p-event__date small {
  font-size: 4.8rem;
  display: block;
  line-height: 1;
}
@media (max-width: 480px) {
  .p-event__date small {
    font-size: 3.8rem;
  }
}
.p-event__date span {
  font-size: 8.7rem;
  line-height: 1;
}
@media (max-width: 480px) {
  .p-event__date span {
    font-size: 7.7rem;
  }
}
.p-event__place {
  font-size: 7.7rem;
  line-height: 1;
}
@media (max-width: 480px) {
  .p-event__place {
    font-size: 6.7rem;
  }
}

.p-event-hero {
  width: 14.4rem;
  margin: 0 auto;
  height: var(--init100vh, 100vh);
  width: 100%;
  background: url(src/images/hero.webp) center center/cover no-repeat;
  background-size: 36%;
  background-color: #085276;
}
@media (max-width: 1367px) {
  .p-event-hero {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .p-event-hero {
    background-size: 80%;
  }
}
@media (max-width: 480px) {
  .p-event-hero {
    padding: 0;
    padding-top: 7.7rem;
    background-position: center calc(50% + 6rem);
  }
}
.p-event-hero__inner {
  display: flex;
  justify-content: space-between;
  height: 100%;
  padding: 4rem;
}
@media (max-width: 480px) {
  .p-event-hero__inner {
    padding: 2rem;
    padding-top: 6rem;
  }
}
.p-event-hero__dates {
  display: flex;
  text-align: right;
  align-self: flex-end;
  gap: 6rem;
}
@media (max-width: 480px) {
  .p-event-hero__dates {
    align-self: flex-start;
    flex-direction: column;
    gap: 2rem;
  }
}
.p-event-hero__year {
  font-size: 8.8rem;
  line-height: 0.6;
  width: 100%;
  text-align: center;
  color: white;
  line-height: 1;
  opacity: 0.5;
}
.p-event-hero__year.is-active {
  opacity: 1;
}
@media (max-width: 768px) {
  .p-event-hero__year {
    font-size: 7rem;
  }
}
@media (max-width: 480px) {
  .p-event-hero__year {
    font-size: 6.2rem;
    align-self: flex-start;
    text-align: right;
  }
}
.p-event-hero__year small {
  font-size: 5.6rem;
  display: block;
}
@media (max-width: 768px) {
  .p-event-hero__year small {
    font-size: 4.8rem;
  }
}
@media (max-width: 480px) {
  .p-event-hero__year small {
    font-size: 4.2rem;
  }
}
.p-event-hero__year span {
  font-size: 3.2rem;
  display: block;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .p-event-hero__year span {
    font-size: 2.8rem;
  }
}
@media (max-width: 480px) {
  .p-event-hero__year span {
    font-size: 2.2rem;
  }
}
.p-event-hero__title {
  font-size: 11.1rem;
  text-align: center;
  line-height: 0.75;
  align-self: flex-end;
  white-space: nowrap;
  color: white;
}
@media (max-width: 768px) {
  .p-event-hero__title {
    font-size: 8.8rem;
  }
}
@media (max-width: 480px) {
  .p-event-hero__title {
    font-size: 7.2rem;
  }
}
.p-event-hero__title small {
  font-size: 5.2rem;
  display: block;
  line-height: 1.2;
}
@media (max-width: 480px) {
  .p-event-hero__title small {
    font-size: 4.2rem;
  }
}
.p-event-hero__title span {
  writing-mode: vertical-rl;
  line-height: 1;
}

.p-event-summary .c-text-enhance {
  display: inline-block;
  margin-top: 2.4rem;
  font-size: 2.3rem;
}
@media (max-width: 480px) {
  .p-event-summary .c-text-enhance {
    margin-top: 4rem;
  }
  .p-event-summary small {
    font-size: 1.6rem;
  }
}

.p-event-timetable {
  width: 100%;
  display: block;
  margin-top: 4rem;
}
.p-event-timetable source, .p-event-timetable img {
  width: 100%;
  display: block;
}

.p-event-apply {
  background-color: #085276;
  padding-top: 16rem;
  padding-bottom: 16rem;
  color: white;
}
@media (max-width: 768px) {
  .p-event-apply {
    padding-top: 15rem;
    padding-bottom: 15rem;
  }
}
@media (max-width: 480px) {
  .p-event-apply {
    padding-top: 11rem;
    padding-bottom: 11rem;
  }
}
.p-event-apply .c-detail-list dt::after {
  background-color: white;
}
@media (max-width: 480px) {
  .p-event-apply .c-detail-list small {
    font-size: 1.4rem;
  }
}
.p-event-apply .c-button__icon {
  fill: white;
}
.p-event-apply__button {
  color: #D1313E;
  border: solid 1px #D1313E;
  background-color: white;
  transition: all 0.3s;
  margin-top: 8.2rem;
}
.p-event-apply__button .c-button__icon {
  fill: #D1313E;
}
.p-event-apply__button:hover {
  opacity: 0.5;
  background-color: white;
  color: #D1313E;
  border: solid 1px #D1313E;
}
.p-event-apply__button:hover .c-button__icon {
  fill: #D1313E;
}
@media (max-width: 768px) {
  .p-event-apply__button {
    margin-top: 14rem;
  }
}
@media (max-width: 480px) {
  .p-event-apply__button {
    margin-top: 9rem;
    height: 13rem;
  }
}

.p-2025 {
  width: 100%;
  min-height: 100vh;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #F4F3EF;
  position: relative;
  padding-top: 8rem;
  padding-bottom: 8rem;
  background: url(src/images/hero.webp) center center/cover no-repeat;
  background-size: 33%;
  background-color: #085276;
}
@media (max-width: 1024px) {
  .p-2025 {
    background-size: 70%;
  }
}
@media (max-width: 768px) {
  .p-2025 {
    background-size: 80%;
  }
}
@media (max-width: 480px) {
  .p-2025 {
    background-size: 90%;
  }
}
.p-2025__image {
  width: 100%;
  background: url(src/images/hero.webp) center center/cover no-repeat;
  background-size: 33%;
  background-color: #085276;
  z-index: -1;
  height: 100vh;
  position: absolute;
  align-self: center;
  padding: 3rem 2rem 3rem 3rem;
  will-change: width, top, left, height;
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media (max-width: 480px) {
  .p-2025__image {
    background-size: 86%;
    background-position: 40%;
  }
}
.p-2025__image.is-active {
  transform: translateY(0) scale(1.2);
}
.p-2025__events {
  display: flex;
  gap: 6rem;
  width: 100%;
  justify-content: center;
}
@media (max-width: 480px) {
  .p-2025__events {
    padding: 2rem;
    gap: 3rem;
  }
}
.p-2025__year {
  font-size: 11rem;
  line-height: 1;
  display: block;
}
@media (max-width: 480px) {
  .p-2025__year {
    font-size: 7.6rem;
  }
}
.p-2025__date {
  font-size: 7.1rem;
  display: block;
  line-height: 1;
}
@media (max-width: 480px) {
  .p-2025__date {
    font-size: 5rem;
  }
}
.p-2025__place {
  font-size: 4.3rem;
}
.p-2025__arrow {
  font-size: 35rem;
  line-height: 0.5;
}
@media (max-width: 480px) {
  .p-2025__arrow {
    font-size: 26rem;
  }
}
.p-2025__title {
  font-size: 11rem;
  writing-mode: vertical-rl;
  line-height: 0.75;
  display: inline-block;
}
@media (max-width: 480px) {
  .p-2025__title {
    font-size: 6.8rem;
  }
}
.p-2025__heading {
  font-size: 4rem;
  line-height: 1;
}
@media (max-width: 480px) {
  .p-2025__heading {
    font-size: 4rem;
  }
}
.p-2025__link {
  position: absolute;
  color: #F4F3EF;
  bottom: 4rem;
  right: 4rem;
}
@media (max-width: 480px) {
  .p-2025__link {
    bottom: 2rem;
    right: 2rem;
  }
}

.p-event-previous {
  background-color: white;
  padding-top: 16rem;
  padding-bottom: 16rem;
  color: black;
}
@media (max-width: 768px) {
  .p-event-previous {
    padding-top: 15rem;
    padding-bottom: 15rem;
  }
}
@media (max-width: 480px) {
  .p-event-previous {
    padding-top: 11rem;
    padding-bottom: 11rem;
  }
}

.p-contact__body p {
  margin-bottom: 1em;
}
.p-contact .c-button__icon {
  fill: #000;
}
.p-contact .c-button:hover {
  color: #CFCAB3;
  border-color: #CFCAB3;
  background: #000;
}
.p-contact .c-button:hover .c-button__icon {
  fill: #CFCAB3;
}

.p-news-list {
  padding-bottom: 4.2rem;
}
.p-news-list__item {
  padding-bottom: 4.5rem;
  padding-top: 4.5rem;
  border-bottom: solid 1px rgba(36, 36, 36, 0.4);
}
.p-news-list__item:first-child {
  padding-top: 0;
}
.p-news-list__item:last-child {
  margin-bottom: 0;
}
.p-news-list__date {
  font-size: 2rem;
  display: inline-block;
  margin-bottom: 3.5rem;
}
.p-news-list__title {
  font-size: 2.4rem;
  margin-bottom: 4.2rem;
}
.p-news-list__title > img {
  width: 100%;
}
.p-news-list__body {
  font-size: 1.6rem;
  line-height: 1.6;
}
.p-news-list__body p + img {
  margin-top: 4.5rem;
}
.p-news-list__body a {
  text-decoration: underline;
}
.p-single {
  width: 100%;
}
.p-single::before {
  content: "";
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  z-index: -1;
  background: linear-gradient(180deg, #F4F3EF 0%, #F4F3EF 35.5rem, #F4F3EF 35.5rem, #F4F3EF 100%);
}
@media (max-width: 480px) {
  .p-single__cover {
    padding: 0;
    height: calc(var(--init100vh, 100vh) - 18rem - 7.7rem);
  }
}
.p-single__thumbnail {
  width: 100%;
}
@media (max-width: 480px) {
  .p-single__thumbnail {
    object-fit: cover;
    height: 100%;
    width: 100%;
  }
}
.p-single__header {
  background: #F4F3EF;
  padding-bottom: 16rem;
}
@media (max-width: 480px) {
  .p-single__header {
    padding-bottom: 12rem;
  }
}
.p-single__inner {
  position: relative;
  display: grid;
  gap: 10.6rem;
  grid-template-columns: 31.8rem 1fr;
  background: #F4F3EF;
  padding-top: 7.2rem;
}
@media (max-width: 768px) {
  .p-single__inner {
    grid-template-columns: 20rem 1fr;
    gap: 4.2rem;
  }
}
@media (max-width: 480px) {
  .p-single__inner {
    padding: 0rem;
    background: #F4F3EF;
    grid-template-columns: none;
  }
}

.p-single-hgroup {
  border-bottom: solid 1px rgba(36, 36, 36, 0.4);
  width: 100%;
  align-self: baseline;
  padding-bottom: 6.4rem;
}
@media (max-width: 480px) {
  .p-single-hgroup {
    width: 50%;
    padding-bottom: 3.2rem;
    padding-top: 4rem;
    margin-left: 3.2rem;
  }
}
.p-single-hgroup__title {
  font-size: 2rem;
}
@media (max-width: 480px) {
  .p-single-hgroup__title {
    font-size: 1.8rem;
  }
}
.p-single-hgroup__category {
  font-size: 1.2rem;
  color: #CFCAB3;
}

@media (max-width: 480px) {
  .p-single-summary {
    background: #F4F3EF;
    padding-right: 3rem;
    padding-left: 3rem;
    padding-top: 7.7rem;
  }
}
@media (max-width: 480px) and (max-width: ) {
  .p-single-summary {
    padding-right: 2.4rem;
    padding-left: 2.4rem;
  }
}
@media (max-width: 480px) {
  .p-single-summary__link {
    text-align: center;
    width: 100%;
  }
}

.p-single-detail {
  background: #F4F3EF;
  padding-top: 16rem;
  padding-bottom: 16rem;
}
@media (max-width: 480px) {
  .p-single-detail {
    padding-top: 12rem;
  }
}
.p-single-detail__inner {
  display: grid;
  gap: 10.6rem;
  grid-template-columns: 31.8rem 1fr;
  margin-bottom: 12rem;
}
@media (max-width: 768px) {
  .p-single-detail__inner {
    grid-template-columns: 20rem 1fr;
    gap: 4.2rem;
    margin-bottom: 8rem;
  }
}
@media (max-width: 480px) {
  .p-single-detail__inner {
    grid-template-columns: 4.2rem 1fr;
    gap: 1rem;
  }
}
.p-single-detail__heading span {
  font-size: 1.8rem;
  display: block;
  display: flex;
  align-items: center;
  font-family: amiri, serif;
}
@media (max-width: 480px) {
  .p-single-detail__heading span {
    position: relative;
    height: 100%;
    flex-direction: column;
    align-items: flex-start;
  }
}
.p-single-detail__heading span::after {
  content: "";
  width: 100%;
  margin-left: 1ch;
  height: 1px;
  position: relative;
  display: inline-block;
  background: rgba(36, 36, 36, 0.4);
  vertical-align: middle;
}
@media (max-width: 480px) {
  .p-single-detail__heading span::after {
    width: 1px;
    height: 100%;
    margin-left: 1ch;
    margin-top: 1ch;
  }
}
@media (max-width: 480px) {
  .p-single-detail__content {
    margin-top: 9.5rem;
  }
}
.p-single-detail__content img {
  width: 100%;
}

@media (max-width: 480px) {
  .p-single-table {
    display: block;
  }
}
.p-single-table th {
  font-size: 1.6rem;
  padding-right: 5.6rem;
  font-family: amiri, serif;
}
@media (max-width: 480px) {
  .p-single-table th {
    display: block;
    padding-right: 0rem;
  }
}
.p-single-table td {
  font-size: 1.4rem;
  padding-bottom: 5.6rem;
  word-break: break-all;
}
@media (max-width: 480px) {
  .p-single-table td {
    display: block;
  }
}
.p-single-table td small {
  font-family: amiri, serif;
}
.p-single-table td p {
  margin-bottom: 1.6rem;
}
.p-single-table td small {
  color: #CFCAB3;
}
.p-single-table__team strong {
  color: #CFCAB3;
}

.p-single-content img {
  width: 100%;
}

.p-single-footer {
  margin-top: 12rem;
}

.p-single-next .c-section__body {
  margin-top: 0;
}
.p-single-next__hgroup {
  display: flex;
  align-items: center;
  margin-bottom: 4rem;
  margin-top: 0.5em;
}
@media (max-width: 480px) {
  .p-single-next__hgroup {
    flex-direction: column;
    align-items: flex-start;
  }
}
.p-single-next__title {
  font-size: 2rem;
  line-height: 1;
  margin-right: 3.2rem;
}
@media (max-width: 480px) {
  .p-single-next__title {
    margin-bottom: 0.8rem;
  }
}
.p-single-next__client {
  color: #CFCAB3;
  line-height: 1;
}
.p-single-next__summary {
  margin-bottom: 4rem;
}
.p-single-next__summary p:last-child {
  margin-bottom: 0;
}
.p-single-next__thumbnail {
  width: 100%;
  margin-bottom: 5rem;
}

.p-marche-list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  column-count: 2;
}
.p-marche-list--thanks {
  flex-direction: column;
}
.p-marche-list--thanks .p-marche-list__item {
  width: 100%;
  margin-bottom: 0.8rem;
}

.p-marche-list__item {
  width: 50%;
  box-sizing: border-box;
  margin-bottom: 2.8rem;
}
@media (max-width: 480px) {
  .p-marche-list__item {
    width: 100%;
    font-size: 1.8rem;
    margin-bottom: 1.4rem;
  }
}

.p-marche-list__title {
  font-size: 1.6rem;
}
.p-marche-list__title small {
  font-size: 1rem;
}
.p-marche-list__title small::before {
  content: " ";
  display: inline-block;
  width: 1ch;
  height: 1ch;
}
@media (max-width: 360px) {
  .p-marche-list__title {
    font-size: 1.8rem;
    line-height: 1.2;
  }
}

.p-marche-list__text {
  font-size: 1.3rem;
}
@media (max-width: 360px) {
  .p-marche-list__text {
    font-size: 1.2rem;
  }
}

.p-marche-list__link {
  border: 1px solid #000000;
  border-radius: 1.6rem;
  opacity: 1;
  font-size: 1.4rem;
  padding: 0 1.6rem;
  display: inline-block;
  margin-top: 0.8rem;
}
@media (max-width: 360px) {
  .p-marche-list__link {
    font-size: 1rem;
    margin-top: 0.4rem;
  }
}

.p-marche-footer {
  aspect-ratio: 2.26;
  flex: 1;
  padding: 3.6rem;
  opacity: 1;
  justify-content: center;
  display: flex;
  flex-direction: column;
  position: relative;
  color: white;
}
.p-marche-footer__arrow {
  transition: all 0.3s;
}
.p-marche-footer:hover .p-marche-footer__arrow {
  transform: translateX(50%);
}
.p-marche-footer[tabindex="-1"] {
  pointer-events: none;
}
@media (max-width: 1024px) {
  .p-marche-footer {
    height: auto;
    width: 100%;
    padding: 10.8rem 2.4rem 3.2rem 2.4rem;
    aspect-ratio: initial;
  }
}
@media (max-width: 480px) {
  .p-marche-footer {
    padding: 2.4rem 2.4rem 3.2rem 2.4rem;
  }
}
.p-marche-footer__date {
  line-height: 1.1;
}
.p-marche-footer__date p {
  font-size: 3.6rem;
}
.p-marche-footer__date date {
  font-size: 5rem;
}
.p-marche-footer__date small {
  font-size: 3rem;
}
@media (max-width: 1024px) {
  .p-marche-footer__date {
    margin-bottom: 8.2rem;
  }
  .p-marche-footer__date p {
    font-size: 2.1rem;
  }
  .p-marche-footer__date date {
    font-size: 3rem;
    display: block;
  }
  .p-marche-footer__date small {
    font-size: 1.7rem;
  }
}
.p-marche-footer__title {
  position: absolute;
  bottom: 4rem;
  font-size: 4rem;
  display: inline-flex;
  justify-content: space-between;
  width: calc(100% - 8rem);
  align-items: center;
  line-height: 1;
}
@media (max-width: 768px) {
  .p-marche-footer__title {
    font-size: 2.5rem;
    bottom: 3.2rem;
  }
}
@media (max-width: 480px) {
  .p-marche-footer__title {
    width: calc(100% - 5rem);
  }
}
.p-marche-footer__text {
  font-size: 1.6rem;
}
.p-marche-footer:nth-of-type(1) {
  opacity: 1;
  background-image: url(src/images/2024/main_tokyo.webp);
  background-size: 40%;
  background-position: 4rem 4rem;
  background-color: #C9923D;
  background-repeat: no-repeat;
  justify-content: center;
}
@media (max-width: 1024px) {
  .p-marche-footer:nth-of-type(1) {
    background-size: 60%;
    background-position: 90% 4rem;
  }
}
@media (max-width: 480px) {
  .p-marche-footer:nth-of-type(1) {
    background-size: 85%;
    background-position: center;
  }
}

.slick-list {
  overflow: visible;
}

.slick-track {
  display: flex;
  align-items: flex-start;
}

.slick-slide {
  height: auto !important;
}

.js-slider-buttons {
  width: 100%;
  text-align: right;
  margin-bottom: 1.2rem;
  position: relative;
  z-index: 100;
  transition: opacity 0.3s;
  transition-delay: 1.2s;
}
.js-slider-buttons button {
  appearance: none;
  border: 0;
  background: transparent;
  font-size: 4rem;
}
.js-slider-buttons button:hover {
  cursor: pointer;
}
.js-slider-buttons button.slick-disabled {
  cursor: initial;
  opacity: 0.5;
}

body.is-open .js-slider-buttons {
  opacity: 0;
  visibility: hidden;
}

@keyframes menu-bg-open {
  0% {
    transform: translateY(100%);
    transform-origin: bottom center;
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: translateY(0%);
  }
}
@keyframes menu-bg-close {
  0% {
    transform: translateY(0%);
    transform-origin: bottom center;
    opacity: 1;
  }
  33% {
    opacity: 1;
  }
  70% {
    opacity: 0;
  }
  100% {
    transform: translateY(100%);
    opacity: 0;
  }
}
@keyframes menu-content-open {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes menu-content-close {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
#js-nav.c-nav {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
#js-nav.c-nav::after {
  background: #CFCAB3;
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  lett: 0;
  right: 0;
  display: block;
  margin: auto;
  z-index: -1;
}

#js-nav.is-open {
  display: block;
  opacity: 1;
}

#js-nav.c-nav.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
@media (max-width: 480px) {
  #js-nav.c-nav.is-open {
    z-index: 30;
  }
}

#js-nav.c-nav.is-close {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

#js-nav.c-nav .c-nav-main * {
  opacity: 0;
  transition: opacity 0.3s 0s, transform 0.1s 0s;
}
#js-nav.c-nav .c-nav-main__imgWrap * {
  opacity: 0;
  transition: opacity 0.3s 0s, transform 0.1s 0s;
}
#js-nav.c-nav .c-nav-footer * {
  opacity: 0;
  transition: opacity 0.3s 0s, transform 0.1s 0s;
}

#js-nav.c-nav.is-open .c-nav-main * {
  opacity: 1;
  transition: opacity 0.3s 0.3s, transform 0.1s 0.3s;
}
#js-nav.c-nav.is-open .c-nav-main__imgWrap * {
  opacity: 1;
  transition: opacity 0.3s 0.3s, transform 0.1s 0.3s;
}
#js-nav.c-nav.is-open .c-nav-footer * {
  opacity: 1;
  transition: opacity 0.3s 0.3s, transform 0.1s 0.3s;
}

.js-hover-img-wrap {
  overflow: hidden;
}
.js-hover-img-wrap .js-hover-img {
  transition: all 0.3s;
}
.js-hover-img-wrap:hover .js-hover-img {
  transform: scale(1.05);
}

@keyframes menu-hover-first-line {
  100% {
    transform: translateY(-2px);
  }
}
@keyframes menu-hover-secound-line {
  100% {
    transform: translateY(2px);
  }
}
@keyframes menu-out-first-line {
  0% {
    transform: translateY(-2px);
  }
  50% {
    transform: translateY(4px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes menu-out-secound-line {
  0% {
    transform: translateY(2px);
  }
  50% {
    transform: translateY(-4px);
  }
  100% {
    transform: translateY(0px);
  }
}
.c-hum-menu.js-menu-button .c-hum-menu__button {
  transition: transform 0.3s;
}
.c-hum-menu.js-menu-button .c-hum-menu__text {
  font-size: 1.3rem;
}
.c-hum-menu.js-menu-button .c-hum-menu__button span {
  transition: all 0.3s;
}
@media (min-width: 481px) {
  .c-hum-menu.js-menu-button.is-hovered .c-hum-menu__button span:first-child {
    transform: translateY(-2px);
  }
  .c-hum-menu.js-menu-button.is-hovered .c-hum-menu__button span:last-child {
    transform: translateY(2px);
  }
  .c-hum-menu.js-menu-button.is-removed .c-hum-menu__button span:first-child {
    animation-name: menu-out-first-line; /*アニメーションの定義名*/
    animation-duration: 0.3s; /*アニメーション変化時間 ※デフォルト*/
  }
  .c-hum-menu.js-menu-button.is-removed .c-hum-menu__button span:last-child {
    animation-name: menu-out-secound-line; /*アニメーションの定義名*/
    animation-duration: 0.3s; /*アニメーション変化時間 ※デフォルト*/
  }
}
.c-hum-menu.js-menu-button.is-open .c-hum-menu-button {
  transform: translateX(-3px);
}
.c-hum-menu.js-menu-button.is-open .c-hum-menu__button span:first-child {
  margin-bottom: 0.8rem;
  transform: translateY(10.5px) rotate(-20deg);
  animation-name: none;
  transition: transform 0.3s;
}
.c-hum-menu.js-menu-button.is-open .c-hum-menu__button span:nth-child(2) {
  opacity: 0;
  animation-name: none;
  transition: transform 0.3s;
}
.c-hum-menu.js-menu-button.is-open .c-hum-menu__button span:last-child {
  margin-top: 0rem;
  transform: translateY(-10.5px) rotate(20deg);
  animation-name: none;
  transition: transform 0.3s;
}
.c-hum-menu.js-menu-button.is-open.is-hovered .c-hum-menu__button span:first-child {
  margin-bottom: 0.8rem;
  transform: translateY(10.5px) rotate(-26deg);
  animation-name: none;
  transition: transform 0.3s;
}
.c-hum-menu.js-menu-button.is-open.is-hovered .c-hum-menu__button span:last-child {
  margin-top: 0rem;
  transform: translateY(-10.5px) rotate(26deg);
  animation-name: none;
  transition: transform 0.3s;
}

#js-theme-title {
  opacity: 0;
  transform: translateY(10rem);
  transition: all 0.3s;
}

#js-theme-title.is-active {
  opacity: 1;
  transform: translateY(0);
}

#js-theme-body {
  opacity: 0;
  transform: translateY(10rem);
  transition: all 0.3s;
  transition-delay: 0.1s;
}

#js-theme-body.is-active {
  transform: translateY(0);
  opacity: 1;
}

@keyframes loaded {
  from {
    opacity: 1;
    visibility: visible;
  }
  to {
    opacity: 0;
    visibility: none;
  }
}
#js-logo {
  z-index: 101;
}

#js-overlay {
  display: block;
  position: fixed;
  background: rgb(255, 255, 255);
  z-index: 100;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  opacity: 1;
  transition: all 2s;
  top: 0;
  left: 0;
}
#js-overlay.is-loaded {
  opacity: 0;
  visibility: hidden;
}

.is-loaded .js-menu-button {
  opacity: 1;
  visibility: visible;
}

.u-visible-tab-p {
  display: none;
}
@media (min-width: 769px) {
  .u-visible-tab-p {
    display: block;
  }
}

.u-hidden-tab-p {
  display: block;
}
@media (min-width: 769px) {
  .u-hidden-tab-p {
    display: none;
  }
}

.u-hidden-sm {
  display: none;
}
@media (min-width: 481px) {
  .u-hidden-sm {
    display: block;
  }
}

.u-visible-sm {
  display: block;
}
@media (min-width: 481px) {
  .u-visible-sm {
    display: none;
  }
}

.u-visible-lg {
  display: block;
}
@media (max-width: 480px) {
  .u-visible-lg {
    display: none;
  }
}

.u-hidden-tab {
  display: block;
}
@media (max-width: 1024px) {
  .u-hidden-tab {
    display: none;
  }
}

span.u-visible-tab-p {
  display: none;
}
@media (min-width: 769px) {
  span.u-visible-tab-p {
    display: inline-block;
  }
}

span.u-hidden-tab-p {
  display: block;
}
@media (min-width: 769px) {
  span.u-hidden-tab-p {
    display: inline-block;
  }
}

.u-visible-tab-p.u-d-inline {
  display: none;
}
@media (min-width: 769px) {
  .u-visible-tab-p.u-d-inline {
    display: inline;
  }
}

.u-hidden-tab-p.u-d-inline {
  display: inline;
}
@media (min-width: 769px) {
  .u-hidden-tab-p.u-d-inline {
    display: none;
  }
}

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

@media (max-width: 480px) {
  .u-sp-left {
    text-align: left;
  }
}

@media (max-width: 480px) {
  .u-sp-hide {
    display: none;
  }
}

.u-sp-show {
  display: none;
}
@media (max-width: 480px) {
  .u-sp-show {
    display: block;
  }
}

.u-w-100 {
  width: 100%;
}

.u-mb-0 {
  margin-bottom: 0;
}

.u-pb-0 {
  padding-bottom: 0;
}

.u-relative {
  position: relative;
}

.u-text-secondary {
  color: #CFCAB3;
}

.u-underline {
  text-decoration: underline;
}

/*
Theme Name: SHISHIKOTSUKOTSU
Theme URL:
Description:
Author: k.hashi
Version: 1.0
Tags:
License:
License URI:
*/
