@charset "UTF-8";
/*=====================================
カラー
=====================================*/
:root {
  --color-base: #FFF9F5;
  --color-main: #FF8C42;
  --color-primary: #ffe6d3;
  --color-white: #FFFFFF;
  --color-black: #000000;
  --color-text-base: #4A3828;
  --color-text-reverse: #FFFFFF;
}

/*=====================================
タイポグラフィ
=====================================*/
/*=====================================
コンテンツ幅
=====================================*/
:root {
  --header-height: 50px;
}

/*=====================================
Z-index
=====================================*/
/*=====================================
ブレイクポイント
=====================================*/
/*=====================================
メディアクエリ
=====================================*/
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

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

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

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

html {
  scroll-behavior: smooth;
  scroll-padding-top: 64px;
}

body {
  font-family: "BIZ UDPGothic", "Atma", sans-serif;
  line-height: 1;
  background-color: var(--color-base);
  color: var(--color-text-base);
  letter-spacing: 0.03em;
}

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

.l-inner {
  width: min(100%, 1132px);
  margin-inline: auto;
  padding-inline: 16px;
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
  width: 100%;
  height: var(--header-height);
  background-color: var(--color-white);
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}

.l-main {
  padding-top: var(--header-height);
}

.l-main > :nth-child(odd):not(:first-child) {
  background-color: var(--color-primary);
}

.l-section {
  padding-block: 80px;
}
@media ( width >= 768px ) {
  .l-section {
    padding-block: 100px;
  }
}

.c-logo__link {
  display: block;
}
.c-logo__link img {
  display: block;
  width: 100%;
}

.c-drawer-button {
  position: relative;
  width: var(--header-height);
  aspect-ratio: 1;
}

.c-drawer-button__line {
  --border-height: 3px;
  --duration: 0.3s;
  --easing: ease;
  --gap: 8px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 50%;
  height: var(--border-height);
  background-color: var(--color-main);
  -webkit-transition: background-color var(--duration) var(--easing), opacity var(--duration) var(--easing), -webkit-transform var(--duration) var(--easing);
  transition: background-color var(--duration) var(--easing), opacity var(--duration) var(--easing), -webkit-transform var(--duration) var(--easing);
  transition: background-color var(--duration) var(--easing), opacity var(--duration) var(--easing), transform var(--duration) var(--easing);
  transition: background-color var(--duration) var(--easing), opacity var(--duration) var(--easing), transform var(--duration) var(--easing), -webkit-transform var(--duration) var(--easing);
}
.c-drawer-button__line::before, .c-drawer-button__line::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: var(--border-height);
  background-color: var(--color-main);
  -webkit-transition: -webkit-transform var(--duration) var(--easing);
  transition: -webkit-transform var(--duration) var(--easing);
  transition: transform var(--duration) var(--easing);
  transition: transform var(--duration) var(--easing), -webkit-transform var(--duration) var(--easing);
}
.c-drawer-button__line::before {
  -webkit-transform: translateY(calc(var(--gap) * -1));
          transform: translateY(calc(var(--gap) * -1));
}
.c-drawer-button__line::after {
  -webkit-transform: translateY(var(--gap));
          transform: translateY(var(--gap));
}

/*===========================================
is-open
===========================================*/
.c-drawer-button[aria-expanded=true] .c-drawer-button__line {
  background-color: transparent;
}
.c-drawer-button[aria-expanded=true] .c-drawer-button__line::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.c-drawer-button[aria-expanded=true] .c-drawer-button__line::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.c-section-heading {
  display: grid;
  gap: 8px;
  text-align: center;
}

.c-section-heading__main {
  font-size: clamp(1.5rem, -0.234939759rem + 3.6144578313vw, 2.25rem);
}

.c-section-heading__sub {
  color: var(--color-main);
  font-family: "Atma";
  font-size: clamp(1.375rem, 0.5075301205rem + 1.8072289157vw, 1.75rem);
  text-transform: capitalize;
}

.c-button {
  --border-width: 3px;
  --duration: 0.3s;
  --easing: ease;
  display: inline-block;
  width: min(100%, 300px);
  padding-block: calc(1em - var(--border-width));
  padding-inline: 1em;
  background-color: var(--color-main);
  color: var(--color-text-reverse);
  font-size: 1.25rem;
  font-weight: bold;
  text-align: center;
  border: var(--border-width) solid var(--color-main);
  border-radius: 2em;
  -webkit-transition: background-color var(--duration) var(--easing), border-color var(--duration) var(--easing), color var(--duration) var(--easing);
  transition: background-color var(--duration) var(--easing), border-color var(--duration) var(--easing), color var(--duration) var(--easing);
}
@media (any-hover: hover) {
  .c-button:hover {
    background-color: var(--color-text-reverse);
    color: var(--color-main);
  }
}

.c-button.c-button--small {
  width: min(100%, 240px);
  padding-block: calc(0.75em - var(--border-width));
  font-size: 1.125rem;
}

.p-header {
  height: 100%;
}

.p-header__inner {
  display: grid;
  grid-template-columns: auto auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding-left: 16px;
}
@media ( width >= 768px ) {
  .p-header__inner {
    padding-inline: 16px;
  }
}

.p-header__logo {
  width: min(100%, clamp(8.6875rem, 6.0038167939rem + 11.4503816794vw, 11.5rem));
}
@media ( width >= 768px ) {
  .p-header__logo {
    width: min(100%, clamp(11.5rem, 8.0301204819rem + 7.2289156627vw, 13rem));
  }
}

@media ( width >= 768px ) {
  .p-header__drawer-button {
    display: none;
  }
}

.p-header-menu {
  --duration: 0.3s;
  --easing: ease-in-out;
  position: fixed;
  top: var(--header-height);
  inset-inline: 0;
  display: grid;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  height: calc(100dvh - var(--header-height));
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity var(--duration) var(--easing), visibility var(--duration) var(--easing);
  transition: opacity var(--duration) var(--easing), visibility var(--duration) var(--easing);
}
@media ( width >= 768px ) {
  .p-header-menu {
    position: static;
    height: 100%;
    background-color: transparent;
    opacity: 1;
    visibility: visible;
  }
}

.p-header-menu__inner {
  width: 300px;
  height: 100%;
  padding-top: 32px;
  background-color: var(--color-white);
  translate: 300px 0;
  -webkit-transition: translate var(--duration) var(--easing);
  transition: translate var(--duration) var(--easing);
}
@media ( width >= 768px ) {
  .p-header-menu__inner {
    width: auto;
    height: auto;
    padding-top: 0;
    translate: 0 0;
    background-color: transparent;
  }
}

.p-header-menu__list {
  display: grid;
  border-bottom: 1px solid var(--color-text-base);
}
@media ( width >= 768px ) {
  .p-header-menu__list {
    grid-template-columns: repeat(5, auto);
    height: 100%;
    border: none;
  }
}

.p-header-menu__list li a {
  display: block;
  padding-top: calc(1em - 1px);
  padding-bottom: 1em;
  padding-inline: 16px;
  font-size: 1.125rem;
  border-top: 1px solid var(--color-text-base);
}
@media ( width >= 768px ) {
  .p-header-menu__list li a {
    display: grid;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
    padding: 0;
    padding-inline: clamp(0.5rem, -0.656626506rem + 2.4096385542vw, 1rem);
    font-size: clamp(1rem, 0.421686747rem + 1.2048192771vw, 1.25rem);
    border: none;
  }
}

/*===========================================
メニュー開
===========================================*/
.p-header-menu[aria-hidden=false] {
  opacity: 1;
  visibility: visible;
}
.p-header-menu[aria-hidden=false] .p-header-menu__inner {
  translate: 0 0;
}

.p-footer {
  padding-block: 60px;
  background-color: var(--color-text-base);
  color: var(--color-text-reverse);
}

.p-footer__content {
  position: relative;
  display: grid;
  justify-items: center;
  gap: 48px;
  padding-bottom: 48px;
}
@media ( width >= 992px ) {
  .p-footer__content {
    grid-template-columns: repeat(2, auto);
    justify-items: start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 0;
  }
}
.p-footer__content::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  translate: -50% 0;
  width: 50%;
  height: 1px;
  background-color: var(--color-primary);
}
@media ( width >= 992px ) {
  .p-footer__content::before {
    translate: 0 -50%;
    width: 1px;
    height: 50%;
  }
}

.p-footer__logo {
  width: min(100%, clamp(15.5rem, 14.3556338028rem + 4.882629108vw, 18.75rem));
  margin-inline: auto;
}

.p-footer__list {
  display: grid;
  gap: 1rem;
}
@media ( width >= 992px ) {
  .p-footer__list {
    justify-items: start;
  }
}

.p-footer__list a {
  display: block;
  padding-block: 0.5rem;
  text-align: center;
}

.p-footer__sns-icon {
  display: block;
  width: 44px;
  aspect-ratio: 1;
  margin-top: 48px;
  margin-inline: auto;
}
.p-footer__sns-icon img {
  display: block;
  width: 100%;
}

.p-footer__copyright {
  margin-top: 64px;
  text-align: center;
}

.p-mv {
  position: relative;
  min-height: calc(667px - var(--header-height));
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: transparent;
  color: var(--color-text-reverse);
  overflow: hidden;
}

@-webkit-keyframes mv-slide {
  0% {
    opacity: 1;
  }
  10% {
    opacity: 1;
  }
  15% {
    opacity: 0;
  }
  95% {
    opacity: 0;
  }
}

@keyframes mv-slide {
  0% {
    opacity: 1;
  }
  10% {
    opacity: 1;
  }
  15% {
    opacity: 0;
  }
  95% {
    opacity: 0;
  }
}
.p-mv__bg {
  position: absolute;
  inset: 0;
  z-index: -1;
}
.p-mv__bg::after {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.2);
}
.p-mv__bg img {
  --animation-duration: 45s;
  --animation-delay: ;
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-animation: mv-slide var(--animation-duration) 0s linear infinite;
          animation: mv-slide var(--animation-duration) 0s linear infinite;
}
.p-mv__bg img:nth-child(1) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  z-index: 10;
}
.p-mv__bg img:nth-child(2) {
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
  z-index: 9;
}
.p-mv__bg img:nth-child(3) {
  -webkit-animation-delay: 10s;
          animation-delay: 10s;
  z-index: 8;
}
.p-mv__bg img:nth-child(4) {
  -webkit-animation-delay: 15s;
          animation-delay: 15s;
  z-index: 7;
}
.p-mv__bg img:nth-child(5) {
  -webkit-animation-delay: 20s;
          animation-delay: 20s;
  z-index: 6;
}
.p-mv__bg img:nth-child(6) {
  -webkit-animation-delay: 25s;
          animation-delay: 25s;
  z-index: 5;
}
.p-mv__bg img:nth-child(7) {
  -webkit-animation-delay: 30s;
          animation-delay: 30s;
  z-index: 4;
}
.p-mv__bg img:nth-child(8) {
  -webkit-animation-delay: 35s;
          animation-delay: 35s;
  z-index: 3;
}
.p-mv__bg img:nth-child(9) {
  -webkit-animation-delay: 40s;
          animation-delay: 40s;
  z-index: 2;
}

.p-mv__content {
  display: grid;
  gap: 32px;
}

.p-mv__image {
  max-width: 576px;
  margin-inline: auto;
}
.p-mv__image img {
  display: block;
  width: 100%;
}

.p-mv__text {
  font-size: clamp(1.125rem, 0.8864503817rem + 1.0178117048vw, 1.375rem);
  line-height: 1.8;
  text-align: center;
}

.p-mv__price {
  justify-self: center;
  padding: 1rem;
  background-color: var(--color-base);
  color: var(--color-text-base);
  border-radius: 1rem;
  text-align: center;
}

.p-news__lead {
  margin-top: 48px;
  text-align: center;
}

.p-news__instagram {
  margin-top: 48px;
  padding: 20px;
  background-color: var(--color-primary);
  text-align: center;
  border-radius: 2rem;
}
@media ( width >= 768px ) {
  .p-news__instagram {
    padding: clamp(1.25rem, -2.7981927711rem + 8.4337349398vw, 3rem);
  }
}

.p-program__lead {
  margin-top: 48px;
  text-align: center;
}

.p-program__table {
  margin-top: 48px;
}

.p-program-table {
  display: grid;
  grid-template-columns: -webkit-max-content min(100%, 9em) auto;
  grid-template-columns: max-content min(100%, 9em) auto;
  width: 100%;
  background-color: var(--color-base);
  line-height: 1.8;
  border-radius: 1rem;
  overflow: hidden;
}
@media ( width >= 768px ) {
  .p-program-table {
    grid-template-columns: -webkit-max-content -webkit-max-content auto;
    grid-template-columns: max-content max-content auto;
  }
}
.p-program-table thead {
  display: grid;
  grid-template-columns: subgrid;
  grid-column: span 3;
}
.p-program-table thead tr {
  display: grid;
  grid-template-columns: subgrid;
  grid-column: span 3;
}
.p-program-table thead td {
  padding-block: 1em;
  padding-inline: 0.5em;
  background-color: var(--color-main);
  color: var(--color-text-reverse);
}
@media ( width >= 768px ) {
  .p-program-table thead td {
    padding-inline: clamp(0.5rem, -1.813253012rem + 4.8192771084vw, 1.5rem);
    font-size: clamp(1rem, 0.7108433735rem + 0.6024096386vw, 1.125rem);
  }
}
.p-program-table tbody {
  display: grid;
  grid-template-columns: subgrid;
  grid-column: span 3;
}
.p-program-table tbody tr {
  position: relative;
  display: grid;
  grid-template-columns: subgrid;
  grid-column: span 3;
}
.p-program-table tbody tr::before {
  content: "";
  display: block;
  position: absolute;
  inset-inline: 0;
  margin-inline: auto;
  bottom: 0;
  width: calc(100% - 32px);
  height: 2px;
  background-color: var(--color-primary);
}
.p-program-table tbody td {
  padding-block: 0.5em;
  padding-inline: 0.5em;
}
@media ( width >= 768px ) {
  .p-program-table tbody td {
    padding-block: 1em;
    padding-inline: clamp(0.5rem, -1.813253012rem + 4.8192771084vw, 1.5rem);
    font-size: clamp(1rem, 0.7108433735rem + 0.6024096386vw, 1.125rem);
  }
}

.p-event__lead {
  margin-top: 48px;
  text-align: center;
}

.p-event__slider {
  margin-top: 48px;
}
.p-event__slider .swiper-slide {
  height: auto;
}
.p-event__slider .swiper-slide > * {
  height: 100%;
}
.p-event__slider .swiper-button-prev,
.p-event__slider .swiper-button-next {
  position: static;
  display: grid;
  place-items: center;
  margin-top: 0;
  background-color: var(--color-main);
  border-radius: 50%;
}
.p-event__slider .swiper-button-prev::before,
.p-event__slider .swiper-button-next::before {
  content: "";
  display: block;
  width: 14px;
  height: 20px;
  background-color: var(--color-white);
  clip-path: polygon(0 50%, 80% 0, 80% 100%);
}
.p-event__slider .swiper-button-prev svg,
.p-event__slider .swiper-button-next svg {
  display: none;
}
.p-event__slider .swiper-button-next::before {
  rotate: 180deg;
}

.p-event__swiper-buttons {
  display: grid;
  grid-template-columns: repeat(2, auto);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 24px;
  margin-top: 24px;
}

.p-event__button-wrapper {
  display: grid;
  justify-items: center;
  margin-top: 48px;
}

.p-sponsor__lead {
  margin-top: 48px;
  text-align: center;
}

.p-sponsor__cards {
  margin-top: 48px;
  display: grid;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: repeat(auto-fit, min(100%, 343px));
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  row-gap: 32px;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
}

.p-sponsor__empty-text {
  padding: 2rem;
  background-color: var(--color-white);
  border-radius: 2rem;
  text-align: center;
  line-height: 1.8;
}

.p-sponsor__button-wrapper {
  display: grid;
  justify-items: center;
  margin-top: 48px;
}

.p-access__lead {
  margin-top: 48px;
  text-align: center;
}

.p-access__container {
  display: grid;
  gap: 48px;
}
@media ( width >= 768px ) {
  .p-access__container {
    grid-template-columns: repeat(2, auto);
    gap: 4%;
  }
}

.p-access__content {
  padding: 1.5em;
  background-color: var(--color-primary);
  border-radius: 2em;
}

.p-access__heading {
  font-size: 1.25rem;
  text-align: center;
}

.p-access__info {
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 36px;
}

.p-access__map iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 4/3;
}
@media ( width >= 768px ) {
  .p-access__map iframe {
    height: 100%;
    aspect-ratio: auto;
  }
}

.p-access-info {
  display: grid;
  gap: 24px;
}

.p-access-info__row {
  display: grid;
  gap: 12px;
}
.p-access-info__row dd {
  line-height: 1.8;
}

.p-event-card {
  display: grid;
  -ms-flex-line-pack: start;
      align-content: start;
  gap: 1em;
  background-color: var(--color-white);
  border: 3px solid var(--color-primary);
  border-radius: 1em;
  overflow: hidden;
}

.p-event-card__thumbnail {
  width: 100%;
  aspect-ratio: 16/9;
}
.p-event-card__thumbnail img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-event-card__body {
  padding-inline: 1em;
  padding-bottom: 1.5em;
}

.p-event-card__title {
  font-size: clamp(1.25rem, 0.671686747rem + 1.2048192771vw, 1.5rem);
  font-weight: bold;
  letter-spacing: 0.05em;
  text-align: center;
  line-height: 1.5;
}

.p-event-card__category {
  display: inline-block;
  margin-top: 1em;
  padding: 0.5em;
  background-color: var(--color-main);
  color: var(--color-white);
  border-radius: 0.5em;
}

.p-event-card__text {
  margin-top: 1em;
  line-height: 1.8;
}

.p-sponsor-card {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 4;
  row-gap: 0;
  background-color: var(--color-base);
  border-radius: 0.75em;
  overflow: hidden;
}

.p-sponsor-card__thumbnail {
  aspect-ratio: 4/3;
  overflow: hidden;
}
.p-sponsor-card__thumbnail img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-sponsor-card__body {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  margin-top: 1em;
  padding-inline: 1em;
  padding-bottom: 1.5em;
}

.p-sponsor-card__title {
  font-size: clamp(1.25rem, 0.671686747rem + 1.2048192771vw, 1.5rem);
  font-weight: bold;
  letter-spacing: 0.05em;
  text-align: center;
}

.p-sponsor-card__text {
  margin-top: 1em;
  line-height: 1.8;
}

.p-sponsor-card__button-wrapper {
  display: grid;
  justify-items: center;
  margin-top: 1.5em;
}