/*
Theme Name: Original
*/
/* Variables
   ----------------------------------------------------------------- */
:root {
  --color-text: #222222;
  --color1: #1D2088;
  --color2: #FADCE9;
  --color3: #06C755;
  --color4: #5D81B8;
  --color5: #DFCBD5;
  --light-gray: #EEEEEE;
  --white: #ffffff;
  --font-normal: 400;
  --font-medium: 500;
  --font-bold: 700;
  --font-black: 900;
  --leading-extra-tight: 1.3;
  --leading-tight: 1.8;
  --leading-default: 2;
  --font-noto-sans-jp: "Noto Sans JP", sans-serif;
  --font-zen-old-mincho: "Zen Old Mincho", serif;
  --duration-default: .25s;
  --opacity-default: 0.8;
  --fz12: calc(( 12 / 16 ) *1rem);
  --fz14: calc(( 14 / 16 ) *1rem);
  --fz15: calc(( 15 / 16 ) *1rem);
  --fz16: calc(( 16 / 16 ) *1rem);
  --fz18: calc(( 18 / 16 ) *1rem);
  --fz20: calc(( 20 / 16 ) *1rem);
  --fz24: calc(( 24 / 16 ) *1rem);
  --fz26: calc(( 26 / 16 ) *1rem);
  --fz28: calc(( 28 / 16 ) *1rem);
  --fz32: calc(( 32 / 16 ) *1rem);
  --fz40: calc(( 40 / 16 ) *1rem);
  --fz42: calc(( 42 / 16 ) *1rem);
  --fz48: calc(( 48 / 16 ) *1rem);
  --fz54: calc(( 54 / 16 ) *1rem);
  --fz58: calc(( 58 / 16 ) *1rem);
  --fz80: calc(( 80 / 16 ) *1rem);
  --fz96: calc(( 96 / 16 ) *1rem);
}

/* Reset
   ----------------------------------------------------------------- */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* # =================================================================
	 # Forms
	 # ================================================================= */
input {
  border-radius: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto; /* Correct the cursor style of increment and decrement buttons in Chrome */
}

[type=search] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; /* Remove the inner padding in Chrome and Safari on macOS */
}

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge 18- and IE */
}

::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

/* org-add */
*,
*::before,
*::after {
  background-repeat: no-repeat;
  box-sizing: border-box;
}

::before,
::after {
  text-decoration: inherit;
  vertical-align: inherit;
}

@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
    user-select: initial;
    -webkit-user-select: initial;
  }
}
textarea, input[type=text], input[type=tel], input[type=email] {
  font-size: max(1.15rem, 16px);
}

@media (min-width: 768px) {
  textarea, input[type=text], input[type=tel], input[type=email] {
    font-size: max(1rem, 16px);
  }
}
/* Base
   ----------------------------------------------------------------- */
body {
  font-size: var(--fz16);
  background-color: var(--white);
  color: var(--color-text);
  font-family: var(--font-noto-sans-jp);
  font-weight: var(--font-medium);
  line-height: var(--leading-default);
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

main {
  flex: 1;
}

a {
  color: var(--color-text);
  cursor: pointer;
  text-decoration: none;
  vertical-align: bottom;
}

p {
  text-align: justify;
}

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

figure {
  margin: 0;
}

figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

input, textarea {
  cursor: pointer;
  -webkit-appearance: none;
}

button[type=submit] {
  -webkit-appearance: none;
  appearance: none;
}

/* Header
----------------------------------------------------------------- */
.l-header {
  width: 100%;
}

.l-header.l-header--fixed {
  position: fixed;
  top: 0;
  z-index: 10;
}

/* Footer
   ----------------------------------------------------------------- */
.l-footer {
  background-color: var(--color1);
  position: relative;
}

/* Layout
   ----------------------------------------------------------------- */
/**
* Container
*/
.l-container {
  width: 100%;
  max-width: 1030px;
  padding: 0 15px;
  margin-right: auto;
  margin-left: auto;
}

.l-container--wide {
  max-width: 1350px;
}

/**
* Section
*/
.l-section {
  padding-top: 40px;
  padding-bottom: 40px;
  scroll-margin-top: 45px;
}
@media (min-width: 768px) {
  .l-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (min-width: 1025px) {
  .l-section {
    scroll-margin-top: 65px;
  }
}

/**
* c-text
*/
.c-text {
  color: var(--color-text);
  font-size: var(--fz14);
  font-weight: var(--font-medium);
  line-height: var(--leading-tight);
}
@media (min-width: 768px) {
  .c-text {
    font-size: var(--fz16);
    line-height: var(--leading-default);
  }
}

.c-text-wrapper {
  display: grid;
  gap: 1em;
}
@media (min-width: 768px) {
  .c-text-wrapper {
    gap: 2em;
  }
}

.c-text-sm {
  font-size: var(--fz12);
}
@media (min-width: 768px) {
  .c-text-sm {
    font-size: var(--fz14);
  }
}

/**
 * Heading
 */
.c-heading-h2 {
  display: grid;
  place-content: center;
  position: relative;
  color: var(--white);
  font-size: var(--fz24);
  font-weight: var(--font-bold);
  font-family: var(--font-zen-old-mincho);
  line-height: 1;
  text-align: center;
  margin: 0 auto 15px;
  height: 48px;
  position: relative;
  z-index: 1;
}
.c-heading-h2--sm {
  font-size: var(--fz15);
}
@media (min-width: 768px) {
  .c-heading-h2 {
    font-size: var(--fz24);
    margin: 0 auto 40px;
    height: 54px;
  }
  .c-heading-h2--mb-sm {
    margin: 0 auto 10px;
  }
}

@media screen and (min-width: 1000px) {
  .c-heading-h2 {
    font-size: var(--fz28);
    height: 68px;
  }
}
.c-heading-h2::before {
  position: absolute;
  content: "";
  display: block;
  background: linear-gradient(90deg, rgb(93, 129, 184) 0%, rgb(93, 129, 184) 50%, rgb(229, 47, 49) 50%, rgb(229, 47, 49) 100%);
  width: 100%;
  height: 2px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.c-heading-h2::after {
  position: absolute;
  content: "";
  display: block;
  background: linear-gradient(90deg, rgb(93, 129, 184) 0%, rgb(130, 89, 156) 33%, rgb(162, 76, 142) 66%, rgb(229, 47, 49) 100%);
  width: 230px;
  aspect-ratio: 320/68;
  height: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
@media (min-width: 768px) {
  .c-heading-h2::after {
    width: clamp(15.9375rem, 2.4892rem + 28.0172vw, 20rem);
    height: 54px;
  }
  .c-heading-h2--wide::after {
    width: 90%;
  }
}

@media screen and (min-width: 1000px) {
  .c-heading-h2--wide::after {
    width: 80%;
  }
}


.c-heading-32 {
  font-size: var(--fz24);
  font-weight: var(--font-bold);
  line-height: var(--leading-extra-tight);
}
@media (min-width: 768px) {
  .c-heading-32 {
    font-size: clamp(1.5rem, -0.1552rem + 3.4483vw, 2rem);
  }
}

.c-heading-20 {
  font-size: var(--fz18);
  font-weight: var(--font-bold);
  line-height: var(--leading-extra-tight);
}
@media (min-width: 768px) {
  .c-heading-20 {
    font-size: clamp(1.125rem, 0.7112rem + 0.8621vw, 1.25rem);
  }
}

/**
 * Button
 */
.c-btn-wrapper {
  text-align: center;
}

.c-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 300px;
  background: var(--color1);
  color: var(--white);
  font-size: var(--fz16);
  font-weight: var(--font-bold);
  text-align: center;
  line-height: 1;
  border: 1px solid var(--color1);
  border-radius: 50em;
  transition: var(--duration-default);
  padding: 21px 40px;
}

.c-btn::after {
  position: absolute;
  content: "";
  background-color: var(--white);
  -webkit-mask-image: url(images/icon-arrow.svg);
  mask-image: url(images/icon-arrow.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: cover;
  mask-size: cover;
  width: 7px;
  height: 14px;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  transition: var(--duration-default);
}

@media (any-hover: hover) {
  .c-btn:hover {
    background-color: var(--white);
    color: var(--color1);
    transition: var(--duration-default);
  }
  .c-btn:hover::after {
    background-color: var(--color1);
    transition: var(--duration-default);
  }
}
/**
 * header
 */
.c-header {
  background-color: var(--white);
  height: 45px;
}
@media (min-width: 1025px) {
  .c-header {
    height: 65px;
  }
}

.c-header__inner {
  width: 100%;
  height: 100%;
  max-width: 1350px;
  padding-right: 15px;
  padding-left: 15px;
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.c-header__logo-wrapper {
  position: relative;
}

.c-header__logo-img {
  display: block;
  width: auto;
  height: 30px;
}
@media (min-width: 1025px) {
  .c-header__logo-img {
    height: 40px;
  }
}

.c-header__logo-link {
  position: absolute;
  content: "";
  inset: 0;
}

/**
* c-nav
*/
@media (max-width: 1024px) {
  .c-nav {
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 45px;
    right: 0;
    width: 270px;
    height: 100%;
    background-color: var(--white);
    overflow-y: auto;
    transition: ease var(--duration-default);
    transform: translateX(270px);
    z-index: 5;
  }
}

.c-nav__menu {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-bottom: 80px;
}
@media (min-width: 1025px) {
  .c-nav__menu {
    flex-direction: row;
    min-height: auto;
    height: 100%;
    padding-bottom: 0;
    gap: 48px;
  }
}

.c-nav__item {
  display: block;
  position: relative;
  width: 100%;
  border-bottom: 1px solid var(--light-gray);
}
@media (min-width: 1025px) {
  .c-nav__item {
    width: auto;
    border-bottom-width: 0;
  }
}

.c-nav__link {
  display: block;
  font-size: var(--fz16);
  font-weight: var(--font-medium);
  line-height: 1;
  padding: 1.125em 20px;
  transition: var(--duration-default);
  color: #231815;
}
@media (min-width: 1025px) {
  .c-nav__link {
    padding: 0;
    text-align: left;
  }
}

@media (any-hover: hover) {
  .c-nav__link:hover {
    color: var(--color1);
    transition: var(--duration-default);
  }
}
.is-menu-panel-open {
  transform: translateX(0);
}

.is-noscroll {
  overflow: hidden;
}

/**
* c-overlay
*/
.c-overlay {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  inset: 0;
  top: 45px;
  opacity: 0;
  z-index: 2;
  transition: var(--duration-default);
  pointer-events: none;
}

.is-overlay-appear {
  opacity: 1;
  transition: var(--duration-default);
  pointer-events: all;
}

/**
 * Hamburger-button
 */
.c-hamburger-button {
  display: block;
  position: relative;
  z-index: 9999;
  cursor: pointer;
  width: 30px;
  height: 20px;
  padding: 0;
}
@media (min-width: 1025px) {
  .c-hamburger-button {
    display: none;
  }
}

.c-hamburger-button__line {
  display: inline-block;
  transition: var(--duration-default);
  position: absolute;
  left: 0;
  height: 2px;
  border-radius: 1px;
  background-color: var(--color1);
  width: 100%;
}

.c-hamburger-button__line:nth-of-type(1) {
  top: 0;
}

.c-hamburger-button__line:nth-of-type(2) {
  top: 50%;
  transform: translateY(-50%);
}

.c-hamburger-button__line:nth-of-type(3) {
  bottom: 0;
}

.is-hamburger-button-open .c-hamburger-button__line:nth-of-type(1) {
  top: 50%;
  transform: rotate(-45deg);
}
.is-hamburger-button-open .c-hamburger-button__line:nth-of-type(2) {
  opacity: 0;
}
.is-hamburger-button-open .c-hamburger-button__line:nth-of-type(3) {
  top: 50%;
  transform: rotate(45deg);
}

/**
* c-box
*/
.c-box {
  background: rgba(255, 255, 255, 0.9);
  padding: 20px;
}
@media (min-width: 768px) {
  .c-box {
    padding: 40px;
  }
}

/**
* c-vertical-posts
*/
.c-vertical-posts {
  display: grid;
  gap: 8px;
}

.c-vertical-posts__item {
  padding-bottom: 8px;
  border-bottom: 1px solid var(--color1);
}
@media (min-width: 768px) {
  .c-vertical-posts__item {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 4em;
  }
}

/**
* c-info
*/
.c-info {
  display: grid;
  row-gap: 10px;
  justify-content: start;
}
@media (min-width: 768px) {
  .c-info {
    row-gap: 16px;
  }
}

.c-info__item {
  display: grid;
  grid-template-columns: subgrid;
  grid-column: span 2;
  column-gap: 10px;
  align-items: baseline;
}
@media (min-width: 768px) {
  .c-info__item {
    column-gap: 20px;
  }
}

.c-info__dt,
.c-info__dd {
  color: var(--color-text);
  font-size: var(--fz14);
  font-weight: var(--font-medium);
  line-height: var(--leading-extra-tight);
}
.p-top-event__info .c-info__dt {
  font-size: var(--fz14);
  font-weight: var(--font-medium);
  display: inline-block;
  background-color: var(--color4);
  color: var(--white);
  font-weight: var(--font-bold);
  line-height: 1;
  padding: 6px 15px;
  text-align: center;
  font-family: var(--font-zen-old-mincho);
}
@media (min-width: 768px) {
  .c-info__dt,
  .c-info__dd {
    font-size: var(--fz16);
  }
}

/**
* c-flex
*/
.c-flex {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/**
* c-totop
*/
.c-totop {
  position: fixed;
  right: 10px;
  bottom: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: var(--white);
  border: 1px solid var(--color1);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: var(--duration-default) background-color ease-out;
  z-index: 1;
}

@media (min-width: 768px) {
  .c-totop {
    width: 65px;
    height: 65px;
    right: min(3.125vw, 60px);
    bottom: 20px;
  }
}
.c-totop[aria-hidden=false] {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  animation: 0.5s toTopFadeIn both;
}

.c-totop::before {
  content: "";
  display: inline-block;
  background-image: url(images/icon_totop.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 20px;
  height: auto;
  aspect-ratio: 26/14;
}

@keyframes toTopFadeIn {
  0% {
    visibility: hidden;
    opacity: 0;
  }
  1% {
    visibility: visible;
    opacity: 0;
  }
  100% {
    visibility: visible;
    opacity: 1;
  }
}
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

/**
* p-top
*/
/* mv */
.p-top-mv {
  margin-top: 45px;
}
@media (min-width: 1025px) {
  .p-top-mv {
    margin-top: 65px;
  }
}
.p-top-mv__img{
  width:100%;
  height:auto;
}

/* theme */
.p-top-theme {
  width: 100%;
  display: grid;
  grid-template-rows: max-content;
  position: relative;
  z-index: 1;
  margin-top: 100px;
}

.p-top-theme > * {
  grid-row: 1/1;
  grid-column: 1/1;
}

.p-top-theme__inner {
  height: fit-content;
}

.p-top-theme__img {
  display: block;
  width: 501px;
  margin: 0 auto 20px;
}
@media (min-width: 768px) {
  .p-top-theme__img {
    margin: 0 auto 40px;
  }
}

.p-top-theme__video {
  overflow: hidden;
  position: relative;
  z-index: -1;
}

.p-top-theme__video::after {
  position: absolute;
  content: "";
  inset: 0;
  background-color: rgba(0, 0, 0, 0.3);
}

.p-top-theme__video video {
  width: 100%;
  height: 100%;
  vertical-align: bottom;
  object-fit: cover;
  transform: scale(1.3);
}

.p-top-theme__contents {
  display: grid;
  gap: 20px;
}
.p-top-theme__slogan {
  color: var(--color1);
  font-size: var(--fz24);
  font-family: var(--font-zen-old-mincho);
  line-height: 1.5;
  text-align: center;
}

/* news */
.p-top-news__posts {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .p-top-news__posts {
    margin-bottom: 40px;
  }
}

/* banners */
.p-top-banners {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (min-width: 768px) {
  .p-top-banners {
    gap: 20px;
  }
}
.p-top-banners__item img {
  display: block;
}

/* schedule */
.p-top-schedule__box {
  display: grid;
  grid-template: "time1 time1" auto "jikanjiku1 vertical1" auto "time2 time2" auto "jikanjiku2 vertical2" auto/auto 1fr;
}
@media (min-width: 768px) {
  .p-top-schedule__box {
    grid-template: ". time1 time2" auto "jikanjiku1 vertical1 vertical2" auto/auto 1fr 1fr;
    row-gap: 80px;
  }
}

.p-top-schedule__time--1 {
  grid-area: time1;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .p-top-schedule__time--1 {
    margin-bottom: 0;
  }
}
.p-top-schedule__time--2 {
  grid-area: time2;
  margin-top: 40px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .p-top-schedule__time--2 {
    margin-top: 0;
    margin-bottom: 0;
  }
}

.p-top-schedule__time-day {
  font-size: var(--fz58);
  font-weight: var(--font-bold);
  line-height: 1;
  margin-bottom: 20px;
  text-align: center;
}
@media (min-width: 768px) {
  .p-top-schedule__time-day {
    font-size: clamp(3.625rem, -4.2371rem + 16.3793vw, 6rem);
  }
}

.p-top-schedule__time-day--sm {
  font-size: var(--fz26);
}
@media (min-width: 768px) {
  .p-top-schedule__time-day--sm {
    font-size: clamp(1.625rem, -2.9267rem + 9.4828vw, 3rem);
  }
}

.p-top-schedule__time-list {
  display: grid;
  gap: 20px;
  justify-items: center;
}

.p-top-schedule__time-list-item {
  display: grid;
  gap: 8px;
  justify-items: center;
}

.p-top-schedule__time-heading {
  text-align: center;
}

.p-top-schedule__time-text {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-align: center;
}

.p-top-schedule__time-text::before {
  content: "";
  background-image: url(images/icon-pin.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 13px;
  height: 20px;
  flex-shrink: 0;
}

.p-top-schedule__vertical {
  margin-top: 8px;
  margin-bottom: 8px;
}
.p-top-schedule__vertical--1 {
  grid-area: vertical1;
}
.p-top-schedule__vertical--2 {
  grid-area: vertical2;
}

.p-top-schedule__table {
  width: 100%;
}

.p-top-schedule__table,
.p-top-schedule__table td,
.p-top-schedule__table th {
  position: relative;
  border: 1px dashed var(--color1);
  border-collapse: collapse;
  border-left-width: 0;
  border-right-width: 0;
}

@media (min-width: 768px) {
  .p-top-schedule__vertical--1 .p-top-schedule__table,
  .p-top-schedule__vertical--1 .p-top-schedule__table td,
  .p-top-schedule__vertical--1 .p-top-schedule__table th {
    border-right-width: 1px;
  }
}

.p-top-schedule__table tr {
  position: relative;
  height: 76px;
}

.p-top-schedule__contents {
  position: absolute;
  width: 47%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  border-radius: 5px;
}
@media (min-width: 1025px) {
  .p-top-schedule__contents {
    width: 34.0425531915%;
  }
}

.p-top-schedule__contents--blue {
  background-color: var(--color1);
}

.p-top-schedule__contents--gray {
  background-color: var(--light-gray);
}

.p-top-schedule__contents-heading {
  font-size: var(--fz14);
  font-weight: var(--font-bold);
  line-height: 1;
}
@media (min-width: 768px) {
  .p-top-schedule__contents-heading {
    font-size: var(--fz16);
  }
}

.p-top-schedule__contents--blue .p-top-schedule__contents-heading {
  color: var(--white);
}

.p-top-schedule__contents--gray .p-top-schedule__contents-heading {
  color: var(--color-text);
}

.p-top-schedule__contents-time {
  color: var(--white);
  font-size: var(--fz12);
  font-weight: var(--font-medium);
  line-height: 1;
}
@media (min-width: 768px) {
  .p-top-schedule__contents-time {
    font-size: var(--fz16);
  }
}

.p-top-schedule__contents--blue .p-top-schedule__contents-time {
  color: var(--white);
}

.p-top-schedule__contents--gray .p-top-schedule__contents-time {
  color: var(--color-text);
}

.p-top-schedule__contents-text {
  font-size: var(--fz12);
  font-weight: var(--font-medium);
  line-height: var(--leading-extra-tight);
}
@media (min-width: 768px) {
  .p-top-schedule__contents-text {
    font-size: var(--fz14);
  }
}

.p-top-schedule__contents--1 {
  height: 180px;
  left: 2.0689655172%;
  top: 33px;
}
@media (min-width: 1025px) {
  .p-top-schedule__contents--1 {
    left: 10.6382978723%;
  }
}

.p-top-schedule__contents--2 {
  height: 50px;
  right: 2.0689655172%;
  top: 0;
}
@media (min-width: 1025px) {
  .p-top-schedule__contents--2 {
    right: 12.7659574468%;
  }
}

.p-top-schedule__contents--3 {
  height: 80px;
  right: 2.0689655172%;
  top: 57px;
}
@media (min-width: 1025px) {
  .p-top-schedule__contents--3 {
    right: 12.7659574468%;
  }
}

.p-top-schedule__contents--4 {
  height: 195px;
  left: 2.0689655172%;
  top: 0;
}
@media (min-width: 1025px) {
  .p-top-schedule__contents--4 {
    left: 10.6382978723%;
  }
}

.p-top-schedule__contents--5 {
  height: 141px;
  right: 2.0689655172%;
  top: -22px;
}
@media (min-width: 1025px) {
  .p-top-schedule__contents--5 {
    right: 12.7659574468%;
  }
}

.p-top-schedule__contents--6 {
  height: 135px;
  right: 2.0689655172%;
  top: 7px;
}
@media (min-width: 1025px) {
  .p-top-schedule__contents--6 {
    right: 12.7659574468%;
  }
}

.p-top-schedule__contents--7 {
  height: 151px;
  right: 2.0689655172%;
  top: 30px;
}
@media (min-width: 1025px) {
  .p-top-schedule__contents--7 {
    right: 12.7659574468%;
  }
}

.p-top-schedule__contents--8 {
  height: 114px;
  left: 2.0689655172%;
  top: -76px;
}
@media (min-width: 1025px) {
  .p-top-schedule__contents--8 {
    left: 12.7659574468%;
  }
}

.p-top-schedule__contents--9 {
  height: 152px;
  right: 2.0689655172%;
  top: 35px;
}
@media (min-width: 1025px) {
  .p-top-schedule__contents--9 {
    right: 10.6382978723%;
  }
}

.p-top-schedule__contents--10 {
  height: 380px;
  left: 2.0689655172%;
  top: 0;
}
@media (min-width: 1025px) {
  .p-top-schedule__contents--10 {
    left: 12.7659574468%;
  }
}

.p-top-schedule__contents--11 {
  height: 345px;
  right: 2.0689655172%;
  top: 36px;
  gap: 20px;
}
@media (min-width: 1025px) {
  .p-top-schedule__contents--11 {
    right: 10.6382978723%;
  }
}

.p-top-schedule__contents--11 .c-flex {
  gap: 8px;
}

.p-top-schedule__contents--12 {
  height: 151px;
  right: 2.0689655172%;
  top: 0;
}
@media (min-width: 1025px) {
  .p-top-schedule__contents--12 {
    right: 10.6382978723%;
  }
}

.p-top-schedule__contents--13 {
  height: 107px;
  left: 2.0689655172%;
  top: 44px;
}
@media (min-width: 1025px) {
  .p-top-schedule__contents--13 {
    left: 10.6382978723%;
  }
}

.p-top-schedule__contents--14 {
  height: 114px;
  left: 2.0689655172%;
  top: 37px;
}
@media (min-width: 1025px) {
  .p-top-schedule__contents--14 {
    left: 10.6382978723%;
  }
}

.p-top-schedule__contents--15 {
  height: 65px;
  right: 2.0689655172%;
  top: 0;
}
@media (min-width: 1025px) {
  .p-top-schedule__contents--15 {
    right: 10.6382978723%;
  }
}

.p-top-schedule__jikanjiku {
  display: grid;
  gap: 60px;
  margin-right: 10px;
}
@media (min-width: 768px) {
  .p-top-schedule__jikanjiku {
    margin-right: 18px;
  }
}
.p-top-schedule__jikanjiku--1 {
  grid-area: jikanjiku1;
}
.p-top-schedule__jikanjiku--2 {
  grid-area: jikanjiku2;
}
@media (min-width: 768px) {
  .p-top-schedule__jikanjiku--2 {
    display: none;
  }
}

.p-top-event__schedule-title {
  font-size: var(--fz14);
  font-weight: var(--font-medium);
  display: inline-block;
  background-color: var(--color4);
  color: var(--white);
  font-weight: var(--font-bold);
  line-height: 1;
  padding: 6px 15px;
  text-align: center;
  font-family: var(--font-zen-old-mincho);
}
@media (min-width: 768px) {
  .p-top-event__schedule-title {
    font-size: var(--fz16);
  }
}

/* movie */
.p-top-movie__wrapper {
  width: 100%;
  aspect-ratio: 1000/565;
}

.p-top-movie__wrapper > * {
  width: 100%;
  height: 100%;
  vertical-align: bottom;
}

/* greeting */
.p-top-greeting__box {
  display: grid;
  gap: 20px;
}
@media (min-width: 768px) {
  .p-top-greeting__box {
    grid-template-columns: 500fr 460fr;
    gap: clamp(0.625rem, -5.5819rem + 12.931vw, 2.5rem);
    align-items: start;
  }
}

.p-top-greeting__img-wrapper {
  display: grid;
  gap: 10px;
}
@media (min-width: 768px) {
  .p-top-greeting__img-wrapper {
    gap: 20px;
  }
}

.p-top-greeting__img {
  width: 100%;
  aspect-ratio: 500/375;
  object-fit: cover;
  object-position: center;
}

/* event */
.p-top-event {
  background-image: url(images/event-bg_img.jpg);
  background-repeat: repeat;
  background-position: center center;
  background-size: contain;
  position: relative;
  z-index: 1;
}

.p-top-event__box {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.p-top-event__item {
  display: flex;
  flex-direction: column;
  gap: 20px;
  background-color: var(--white);
  padding: 15px;
}
@media (min-width: 768px) {
  .p-top-event__item {
    gap: 40px;
    padding: 40px;
  }
}

.p-top-event__bunkakai-number {
  text-align: center;
  font-family: var(--font-zen-old-mincho);
}
.p-top-event__bunkakai-number span {
  font-size: var(--fz40);
}
@media screen and (min-width: 768px) {
  .p-top-event__bunkakai-number {
    font-size: var(--fz32);
    line-height: 1.5;
  }
  .p-top-event__bunkakai-number span {
    font-size: var(--fz80);
  }
}
.p-top-event__bunkakai-title {
  width: fit-content;
  margin: 0 auto;
  font-size: calc(( 28 / 375 ) * 100vw);
  font-family: var(--font-zen-old-mincho);
  text-align: center;
  background: linear-gradient(90deg, rgb(93, 129, 184) 0%, rgb(130, 89, 156) 33%, rgb(162, 76, 142) 66%, rgb(229, 47, 49) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (min-width: 768px) {
  .p-top-event__bunkakai-title {
    font-size: var(--fz54);
  }
}
.p-top-event__bunkakai-subtitle {
  font-family: var(--font-zen-old-mincho);
  text-align: center;
}
.p-top-event__bunkakai-purpose {
  display: flex;
  font-family: var(--font-zen-old-mincho);
  line-height: 1.5;
  border-top: 1px solid;
  border-bottom: 1px solid;
  padding: .5em 0;
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .p-top-event__bunkakai-purpose {
    padding: 10px 0;
    justify-content: center;
    line-height: var(--leading-default);
  }
}
.p-top-event__bunkakai-purpose span {
  flex-shrink: 0;
}

.p-top-event__item-head {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-start;
}
@media (min-width: 768px) {
  .p-top-event__item-head {
    flex-direction: row;
    gap: 25px;
  }
}
@media screen and (min-width: 1025px) {
  .p-top-event__item-head {
    gap: 100px;
  }
}

.p-top-event__img-wrapper {
  display: grid;
  gap: 10px;
}

@media screen and (min-width: 768px) {
  .p-top-event__img-wrapper--normal {
    width: 48.9130434783%;
  }
}

.p-top-event__img-wrapper--normal img {
  width: 100%;
}

@media (min-width: 768px) {
  .p-top-event__img-wrapper--column {
    gap: 20px;
    width: 48.9130434783%;
  }
}

.p-top-event__img-wrapper--column img {
  width: 100%;
  height: auto;
  aspect-ratio: 450/240;
  object-fit: cover;
  object-position: center;
}

.p-top-event__img-wrapper--row {
  grid-template-columns: repeat(3, 1fr);
}
@media (min-width: 768px) {
  .p-top-event__img-wrapper--row {
    gap: 25px;
    grid-template-columns: repeat(3, 1fr);
  }
}

.p-top-event__img-wrapper--row img {
  width: 100%;
  height: auto;
  aspect-ratio: 290/250;
  object-fit: cover;
  object-position: center;
}

.p-top-event__img-wrapper--row img.p-top-event__img-md-center {
  grid-column: 1/4;
}
@media (min-width: 768px) {
  .p-top-event__img-wrapper--row img.p-top-event__img-md-center {
    grid-column: 2;
  }
}

.p-top-event__info-wrapper {
  display: grid;
  gap: 20px;
  flex: 1;
}
@media screen and (min-width: 768px) {
  .p-top-event__info-wrapper {
    gap: 40px;
  }
}

.p-top-event__info-title {
  display: inline-block;
  margin-bottom: 10px;
  background: linear-gradient(90deg, rgb(93, 129, 184) 0%, rgb(130, 89, 156) 33%, rgb(162, 76, 142) 66%, rgb(229, 47, 49) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (min-width: 768px) {
  .p-top-event__info-title {
    margin-bottom: 20px;
  }
}

.p-top-event__text-wrapper {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (min-width: 768px) {
  .p-top-event__text-wrapper {
    gap: 20px;
  }
}

.p-top-event__bunkakai1-contents {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 10px;
}
@media screen and (min-width: 768px) {
  .p-top-event__bunkakai1-contents {
    align-items: center;
  }
}
.p-top-event__bunkakai1-contents img {
  width: 30%;
}
@media screen and (min-width: 768px) {
  .p-top-event__bunkakai1-contents img {
    width: 20%;
  }
}
.p-top-event__bunkakai1-name {
  font-size: var(--fz14);
  font-weight: var(--font-medium);
  display: inline-block;
  background-color: var(--color5);
  font-weight: var(--font-bold);
  line-height: 1.4;
  padding: 6px 15px;
  text-align: center;
  font-family: var(--font-zen-old-mincho);
}
@media (min-width: 768px) {
  .p-top-event__bunkakai1-name {
    font-size: var(--fz16);
  }
}
.p-top-event__bunkakai2-imgs {
  display: grid;
  gap: 5px;
}
.p-top-event__bunkakai3-imgs {
  display: grid;
  grid-template:
  "img1 img3"50%
  "img1 img2"50%/
  1fr 1fr;
  gap: 5px;
}
.p-top-event__bunkakai3-imgs img:nth-of-type(1) {
  grid-area: img1;
  height: 100%;
    object-fit: cover;
    object-position: 72%;
}
.p-top-event__bunkakai3-imgs img:nth-of-type(2) {
  grid-area: img2;
}
.p-top-event__bunkakai3-imgs img:nth-of-type(3) {
  grid-area: img3;
}
.p-top-event__bunkakai4-imgs {
  display: grid;
  grid-template:
  "img1 img2"50%
  "img3 img4"50%/
  1fr 1fr;
  gap: 5px;
}
.p-top-event__bunkakai4-imgs img {
  height: 100%;
  object-fit: cover;
}
.p-top-event__bunkakai4-imgs img:nth-of-type(1) {
  grid-area: img1;
}
.p-top-event__bunkakai4-imgs img:nth-of-type(2) {
  grid-area: img2;
}
.p-top-event__bunkakai4-imgs img:nth-of-type(3) {
  grid-area: img3;
}
.p-top-event__bunkakai4-imgs img:nth-of-type(4) {
  grid-area: img4;
}
.p-top-event__bunkakai5-contents {
  border: 1px solid var(--color1);
  border-radius: 15px;
  padding: 10px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-top-event__bunkakai5-contents {
    padding: 15px 10px;
  }
}
.p-top-event__bunkakai5-contents-head {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: white;
}
@media screen and (min-width: 768px) {
  .p-top-event__bunkakai5-contents-head {
    flex-direction: row;
    justify-content: center;
    gap: 10px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -15px;
    padding: 0 20px;
    width: max-content;
  }
}
.p-top-event__bunkakai5-contents-title {
  font-family: var(--font-zen-old-mincho);
  text-align: center;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-top-event__bunkakai5-contents-title {
    font-size: var(--fz18);
  }
}
.p-top-event__bunkakai5-contents-body {
  display: grid;
  justify-items: center;
  gap: 10px;
  margin-top: 15px;
}
@media screen and (min-width: 1025px) {
  .p-top-event__bunkakai5-contents-body {
    grid-template-columns: auto auto 1fr;
    justify-items: start;
    gap: 20px;
  }
}
@media screen and (min-width: 1025px) {
  .p-top-event__bunkakai5-contents-item:not(:last-child) {
    position: relative;
  }
  .p-top-event__bunkakai5-contents-item:not(:last-child)::before {
    position: absolute;
    content: '';
    top: 50%;
    transform: translateY(-50%);
    right: -11px;
    height: 85%;
    border-left: 1px dashed var(--color-text);
  }
}
@media screen and (min-width: 1025px) {
  .p-top-event__bunkakai5-text {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.p-top-event__bunkakai5-imgs {
  display: grid;
  grid-template:
  "img3 img1"50%
  "img3 img2"50%/
  1fr 1fr;
  gap: 5px;
}
.p-top-event__bunkakai5-imgs img {
  height: 100%;
  object-fit: cover;
}
.p-top-event__bunkakai5-imgs img:nth-of-type(1) {
  grid-area: img1;
}
.p-top-event__bunkakai5-imgs img:nth-of-type(2) {
  grid-area: img2;
}
.p-top-event__bunkakai5-imgs img:nth-of-type(3) {
  grid-area: img3;
}
.p-top-event__bunkakai6-imgs {
  display: grid;
  grid-template:
  "img3 img4 img2"50%
  "img5 img1 img1"50%/
  1fr 1fr 1fr;
  gap: 5px;
}
.p-top-event__bunkakai6-imgs img {
  height: 100%;
  object-fit: cover;
}
.p-top-event__bunkakai6-imgs img:nth-of-type(1) {
  grid-area: img1;
}
.p-top-event__bunkakai6-imgs img:nth-of-type(2) {
  grid-area: img2;
}
.p-top-event__bunkakai6-imgs img:nth-of-type(3) {
  grid-area: img3;
}
.p-top-event__bunkakai6-imgs img:nth-of-type(4) {
  grid-area: img4;
}
.p-top-event__bunkakai6-imgs img:nth-of-type(5) {
  grid-area: img5;
}
.p-top-event__bunkakai7-imgs {
  display: grid;
  grid-template:
  "img1 img3"50%
  "img1 img2"50%/
  2fr 1fr;
  gap: 5px;
}
.p-top-event__bunkakai7-imgs img {
  height: 100%;
  object-fit: cover;
}
.p-top-event__bunkakai7-imgs img:nth-of-type(1) {
  grid-area: img1;
}
.p-top-event__bunkakai7-imgs img:nth-of-type(2) {
  grid-area: img2;
}
.p-top-event__bunkakai7-imgs img:nth-of-type(3) {
  grid-area: img3;
}
.p-top-event__bunkakai8-imgs {
  display: grid;
  grid-template:
  "img1 img2 img4"50%
  "img1 img2 img3"50%/
  1fr 1fr 1fr;
  gap: 5px;
}
.p-top-event__bunkakai8-imgs img {
  height: 100%;
  object-fit: cover;
}
.p-top-event__bunkakai8-imgs img:nth-of-type(1) {
  grid-area: img1;
}
.p-top-event__bunkakai8-imgs img:nth-of-type(2) {
  grid-area: img2;
}
.p-top-event__bunkakai8-imgs img:nth-of-type(3) {
  grid-area: img3;
}
.p-top-event__bunkakai8-imgs img:nth-of-type(4) {
  grid-area: img4;
}
.p-top-event__bunkakai9-imgs {
  display: grid;
  grid-template:
  "img1 img3 img4"auto
  "img1 img3 img2"auto/
  1fr 1fr 1fr;
  gap: 5px;
}
.p-top-event__bunkakai9-imgs img {
  height: 100%;
  object-fit: cover;
}
.p-top-event__bunkakai9-imgs img:nth-of-type(1) {
  grid-area: img1;
}
.p-top-event__bunkakai9-imgs img:nth-of-type(2) {
  grid-area: img2;
}
.p-top-event__bunkakai9-imgs img:nth-of-type(3) {
  grid-area: img3;
}
.p-top-event__bunkakai9-imgs img:nth-of-type(4) {
  grid-area: img4;
}

/* exhibition */
.p-top-exhibition {
  width: 100%;
  display: grid;
  grid-template-rows: max-content;
}

.p-top-exhibition > * {
  grid-row: 1/1;
  grid-column: 1/1;
}

.p-top-exhibition__inner {
  height: fit-content;
}

.p-top-exhibition__video {
  overflow: hidden;
  position: relative;
  z-index: -1;
}

.p-top-exhibition__video::after {
  position: absolute;
  content: "";
  inset: 0;
  background-color: rgba(0, 0, 0, 0.2);
}

.p-top-exhibition__video video {
  width: 100%;
  height: 100%;
  vertical-align: bottom;
  object-fit: cover;
  transform: scale(1.4);
}

.p-top-exhibition__box {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.p-top-exhibition__item {
  display: flex;
  flex-direction: column;
  gap: 20px;
  scroll-margin-top: 45px;
}
@media (min-width: 768px) {
  .p-top-exhibition__item {
    gap: 40px;
  }
}
@media screen and (min-width: 1025px) {
  .p-top-exhibition__item {
    scroll-margin-top: 65px;
  }
}

.p-top-exhibition__item-head {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 768px) {
  .p-top-exhibition__item-head {
    flex-direction: row;
    align-items: center;
    gap: 80px;
  }
}

.p-top-exhibition__item-img {
  width: 100%;
}
@media (min-width: 768px) {
  .p-top-exhibition__item-img {
    width: 54.347826087%;
  }
}

.p-top-exhibition__body {
  display: grid;
  gap: 20px;
}

@media (min-width: 768px) {
  .p-top-exhibition__info {
    flex: 1;
  }
}

.p-top-exhibition__text-wrapper {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (min-width: 768px) {
  .p-top-exhibition__text-wrapper {
    gap: 20px;
  }
}

.p-top-exhibition__heading {
  font-family: var(--font-zen-old-mincho);
  text-align: center;
}

.p-top-exhibition__img-wrapper {
  display: grid;
  gap: 10px;
  justify-items: center;
  grid-template-columns: 316fr 161fr 393fr;
}
@media (min-width: 768px) {
  .p-top-exhibition__img-wrapper {
    gap: 25px;
  }
}

.p-top-exhibition__imgs {
  display: grid;
  grid-template:
  "img3 img1"50%
  "img3 img2"50%/
  1.5fr 1fr;
  gap: 5px;
}
.p-top-exhibition__imgs img {
  height: 100%;
  object-fit: cover;
}
.p-top-exhibition__imgs img:nth-of-type(1) {
  grid-area: img1;
}
.p-top-exhibition__imgs img:nth-of-type(2) {
  grid-area: img2;
}
.p-top-exhibition__imgs img:nth-of-type(3) {
  grid-area: img3;
}


/* access */
.p-top-access__body {
  display: grid;
  gap: 40px;
}
@media (min-width: 768px) {
  .p-top-access__body {
    gap: 80px;
  }
}

.p-top-access__item {
  display: grid;
  gap: 20px;
  scroll-margin-top: 45px;
}
@media (min-width: 768px) {
  .p-top-access__item {
    gap: 40px;
  }
}
@media screen and (min-width: 1025px) {
  .p-top-access__item {
    scroll-margin-top: 65px;
  }
}

.p-top-access__item-title {
  text-align: center;
}

.p-top-access__map-wrapper iframe {
  width: 100%;
  aspect-ratio: 1;
  vertical-align: bottom;
}
@media (min-width: 768px) {
  .p-top-access__map-wrapper iframe {
    aspect-ratio: 1000/565;
  }
}
.p-top-access__btn {
  border: 1px solid #8e8e8e;
  background-color: var(--light-gray);
  color: var(--color-text);
  border-radius: 2px;
  justify-self: start;
}

.p-top-access__info-item {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (min-width: 768px) {
  .p-top-access__info-item {
    gap: 20px;
  }
}
.p-top-access__info-item--sub .c-info {
  position: relative;
}
.p-top-access__info-item--sub .c-info::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 2px;
  background-color: var(--color-text);
  top: -8px;

}
.p-top-access__info-title--sub {
  margin-bottom: 10px;
}


.p-top-access__info-list {
  display: none;
  gap: 40px;
}
@media (min-width: 768px) {
  .p-top-access__info-list {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 100px;
  }
}
.is-toggle-cnt--open {
  display: grid;
}

.p-top-access__caution {
  display: flex;
  justify-content: flex-end;
}


/* sponsored */
.p-top-sponsored__contents {
  display: grid;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .p-top-sponsored__contents {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: repeat(5, auto);
    gap: 45px 20px;
  }
  .p-top-sponsored__item:nth-last-child(-n+2)	 {
    grid-column: 1 / 3;
  }
  .p-top-sponsored__item .c-text {
    text-align: center;
  }
}

/* footer */
.p-footer {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (min-width: 768px) {
  .p-footer {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.p-footer__top {
  display: grid;
  justify-items: start;
  row-gap: 40px;
}
@media (min-width: 768px) {
  .p-footer__top {
    grid-template-columns: auto auto;
    justify-content: space-between;
  }
}

.p-footer__box {
  display: grid;
  justify-items: start;
  row-gap: 20px;
}
@media (min-width: 768px) {
  .p-footer__box {
    row-gap: 40px;
  }
}

.p-footer__logo {
  width: auto;
  height: 60px;
}
@media (min-width: 768px) {
  .p-footer__logo {
    height: 80px;
  }
}

.p-footer__address-wrapper {
  display: grid;
  row-gap: 3px;
}
@media (min-width: 768px) {
  .p-footer__address-wrapper {
    row-gap: 8px;
  }
}

.p-footer__name a {
  color: var(--white);
  font-size: var(--fz28);
}
@media (min-width: 768px) {
  .p-footer__name a {
    font-size: var(--fz32);
  }
}

.p-footer__address {
  color: var(--white);
}

.p-footer__tel {
  color: var(--white);
}

.p-footer__tel a {
  color: var(--white);
}

.p-footer-nav {
  display: grid;
  row-gap: 16px;
  column-gap: 40px;
}
@media (min-width: 768px) {
  .p-footer-nav {
    grid-template-rows: repeat(3, auto);
    grid-auto-flow: column;
  }
}

.p-footer-nav__item {
  line-height: 1;
}

@media screen and (min-width: 1200px) {
  .p-footer-nav__item--narrow {
    margin-right: -33px;
  }
}

.p-footer-nav__link {
  color: var(--white);
  font-size: var(--fz14);
  line-height: 1.44;
  transition: var(--duration-default);
}
@media (min-width: 768px) {
  .p-footer-nav__link {
    font-size: var(--fz16);
  }
}
@media (hover: hover) {
  .p-footer-nav__link:focus, .p-footer-nav__link:hover {
    opacity: 0.5;
    transition: var(--duration-default);
  }
}

.p-footer__bottom {
  padding-top: 40px;
  text-align: center;
}
@media (min-width: 768px) {
  .p-footer__bottom {
    padding-top: 170px;
  }
}

.p-footer__copyright {
  color: var(--white);
  font-size: var(--fz12);
}
@media (min-width: 768px) {
  .p-footer__copyright {
    font-size: initial;
  }
}

.p-footer__img {
  padding-top: 40px;
  transform: translateY(1.6vw);
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .p-footer__img {
    transform: translateY(0.78125vw);
  }
}

.p-footer__banner-area {
  margin-top: 40px;
}
.p-footer__banners {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.p-footer__banner-link {
  transition: var(--duration-default);
}
@media (hover: hover) {
  .p-footer__banner-link:focus, .p-footer__banner-link:hover {
    opacity: 0.5;
    transition: var(--duration-default);
  }
}
.p-footer__banner-link img {
  width: min(100%, 300px);
}

/* p-movie */
.p-movie__copy{
  font-size: clamp(var(--fz14),2.34vw,var(--fz18));
  color: var(--color1);
  font-weight: var(--font-bold);
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 2px;
  line-height: 1.4;
}
.p-movie__copy::before,.p-movie__copy::after{
  content: '〜';
  display: block;
  flex: none;
}

/**
* utility
*/
/* u-display */
.u-hidden {
  display: none;
}

.u-block {
  display: block;
}

.u-inline-block {
  display: inline-block;
}

.u-inline {
  display: inline;
}

.u-flex {
  display: flex;
}

.u-grid {
  display: grid;
}

.u-justify-items-start {
  justify-items: start;
}

.u-shrink-0 {
  flex-shrink: 0;
}

@media (min-width: 768px) {
  .md\:u-hidden {
    display: none;
  }
  .md\:u-block {
    display: block;
  }
  .md\:u-inline-block {
    display: inline-block;
  }
  .md\:u-inline {
    display: inline;
  }
  .md\:u-flex {
    display: flex;
  }
  .md\:u-grid {
    display: grid;
  }
}
@media (min-width: 1025px) {
  .lg\:u-hidden {
    display: none;
  }
  .lg\:u-block {
    display: block;
  }
  .lg\:u-inline-block {
    display: inline-block;
  }
  .lg\:u-inline {
    display: inline;
  }
  .lg\:u-flex {
    display: flex;
  }
  .lg\:u-grid {
    display: grid;
  }
}
/* margin */
.u-mt-0 {
  margin-top: 0;
}

.u-mr-0 {
  margin-right: 0;
}

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

.u-ml-0 {
  margin-left: 0;
}

.u-mx-atuo {
  margin-right: auto;
  margin-left: auto;
}

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

/* u-textalign */
.u-text-center {
  text-align: center;
}

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

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

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

.u-align-items-end {
  align-items: end;
}

/* u-weight */
.u-font-light {
  font-weight: 300;
}

.u-font-normal {
  font-weight: 400;
}

.u-font-medium {
  font-weight: 500;
}

.u-font-semibold {
  font-weight: 600;
}

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

.u-font-black {
  font-weight: 900;
}

/* leading */
.u-leading-none {
  line-height: 1;
}

.u-leading-extra-tight {
  line-height: var(--leading-extra-tight);
}

.u-leading-tight {
  line-height: var(--leading-tight);
}

/* color */
.u-color-link {
  color: var(--link);
}

.u-color1 {
  color: var(--color1);
}

.u-color2 {
  color: var(--color2);
}

.u-color3 {
  color: var(--color3);
}

/* border */
.u-border-bottom {
  border-bottom: 1px solid var(--color-text);
}

/* background */
.u-bgc-light-gray {
  background-color: var(--light-gray);
}

.u-bg-col1 {
  background-color: var(--color1);
}

.u-bg-col2 {
  background-color: var(--color2);
}

/* u-cursor */
.u-cursor-pointer {
  cursor: pointer;
}

.u-pointer-events-none {
  pointer-events: none;
}

.u-pointer-events-none a {
  pointer-events: none;
}

.u-select-none {
  user-select: none;
  -webkit-user-select: none;
}

.u-indent {
  padding-left: 1em;
  text-indent: -1em;
}

/* width */
.u-w-full {
  width: 100%;
}

/* scrollmargin */
.u-scroll-mt {
  scroll-margin-top: 45px;
}
@media (min-width: 1025px) {
  .u-scroll-mt {
    scroll-margin-top: 65px;
  }
}

.u-text-link {
  color: var(--color1);
  text-decoration: underline;
  transition: var(--duration-default);
}
@media (any-hover: hover) {
  .u-text-link:hover {
    transition: var(--duration-default);
    opacity: var(--opacity-default);
  }
}