@charset "UTF-8";
/*
Theme Name: asexualroom 1.2-2
Author: Aroom
Description: ポータルサイト用のカスタムテーマです。
Version: 1.2-2
*/
body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.08em;
  background-color: #f3f3f3;
  line-height: 2;
}

a {
  cursor: pointer;
}

.l-main {
  width: 100%;
  padding: 0 24px 64px;
  box-sizing: border-box;
  overflow-x: clip;
}

.c-box--white {
  background-color: #ffffff;
  border-radius: 10px;
  padding: 40px 24px;
}

.c-btn {
  font-size: 12px;
  display: inline-block;
  background-color: #771CFE;
  color: #ffffff;
  padding: 12px 64px;
  border-radius: 100px;
  text-decoration: none;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
}
@media (hover: hover) {
  .c-btn {
    transition: opacity 0.8s ease;
  }
  .c-btn:hover {
    opacity: 0.5;
  }
}

.br-pc {
  display: none;
}

.p-hero {
  padding: 60px auto 40px;
  text-align: center;
}
.p-hero__inner {
  max-width: 800px;
  margin: 120px auto 0px;
}
.p-hero__tagline {
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 24px;
}
.p-hero .__logo {
  max-width: 300px;
  margin: 0 auto 40px;
}
.p-hero .__logo img {
  width: 100%;
  height: auto;
  display: block;
}
.p-hero__img-wp {
  width: 100%;
  margin: 24px auto 0;
}
.p-hero__img {
  width: 100%;
  height: auto;
  display: block;
}

.bg-img-01 {
  width: 120px;
  position: absolute;
  right: -14px;
  top: -40px;
  z-index: 100;
}

.bg-img-02 {
  width: 120px;
  position: absolute;
  left: -18px;
  bottom: -78px;
  z-index: 100;
}

.bg-img-03 {
  width: 120px;
  position: absolute;
  right: -18px;
  bottom: -120px;
  z-index: 100;
}

.bg-img-04 {
  width: 120px;
  position: absolute;
  left: -20px;
  bottom: -40px;
  z-index: 100;
}

.bg-img-05 {
  width: 120px;
  position: absolute;
  right: -50px;
  bottom: -120px;
  z-index: 100;
}

.bg-img-06 {
  width: 140px;
  position: absolute;
  left: -40px;
  bottom: -100px;
  z-index: 100;
}

.bg-img-07 {
  width: 120px;
  position: absolute;
  left: -50px;
  bottom: -80px;
  z-index: 100;
}

.bg-img-08 {
  width: 120px;
  position: absolute;
  right: -70px;
  bottom: -170px;
  z-index: 100;
}

.bg-img-09 {
  width: 140px;
  position: absolute;
  left: -40px;
  bottom: -100px;
  z-index: 100;
}

.bg-img-10 {
  width: 120px;
  position: absolute;
  right: -18px;
  bottom: -120px;
  z-index: 100;
}

.scroll-fade {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.scroll-fade.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.img-column {
  display: block;
  width: 200px;
  z-index: 100;
  position: relative;
  right: -100px;
  -webkit-animation: yurayura 2s ease-in-out infinite;
          animation: yurayura 2s ease-in-out infinite;
  margin-top: 16px;
  margin-bottom: -90px;
}

@media (hover: hover) {
  .img-column {
    transition: opacity 0.8s ease;
  }
  .img-column:hover {
    opacity: 0.5;
  }
}
.p-about {
  position: relative;
}
.p-about__inner {
  text-align: center;
}
.p-about__title {
  font-size: 20px;
  font-weight: bold;
  margin: 0 auto 16px;
}
.p-about__title img {
  width: 100%;
  height: auto;
  display: block;
}
.p-about__body {
  text-align: left;
}
.p-about__body p {
  margin-bottom: 12px;
}
.p-about__body p:last-child {
  margin-bottom: 0;
}

.p-definition {
  position: relative;
  margin: 64px 0;
  text-align: center;
}
.p-definition__title {
  font-size: 20px;
  font-weight: bold;
  margin: 0 auto 16px;
}
.p-definition__title img {
  width: 100%;
  height: auto;
  display: block;
}
.p-definition__body {
  text-align: left;
  margin: 0 auto 24px;
}
.p-definition__body p {
  margin-bottom: 12px;
}
.p-definition__body p:last-child {
  margin-bottom: 0;
}

.p-column {
  position: relative;
  margin: 64px 0;
  text-align: center;
}
.p-column__title {
  font-size: 20px;
  font-weight: bold;
  margin: 0 auto 16px;
}
.p-column__title img {
  width: 100%;
  height: auto;
  display: block;
}
.p-column__lead {
  margin-bottom: 24px;
  text-align: left;
}
.p-column__list {
  margin-bottom: 24px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.p-column__item {
  display: block;
  text-decoration: none;
}
@media (hover: hover) {
  .p-column__item {
    transition: opacity 0.8s ease;
  }
  .p-column__item:hover {
    opacity: 0.5;
  }
}
.p-column__img-wrapper {
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
  border-radius: 10px;
}
.p-column__img-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-column__item-title {
  margin-top: 4px;
  font-weight: bold;
}
.p-column__date {
  font-size: 12px;
  background-color: #F2E8FF;
  color: #771CFE;
  border-radius: 100px;
  padding: 4px 8px;
  font-weight: bold;
}
.p-column__body {
  text-align: left;
  margin-top: 16px;
}

.p-column-list {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

@media (hover: hover) {
  .p-column-list__item {
    transition: opacity 0.8s ease;
  }
  .p-column-list__item:hover {
    opacity: 0.5;
  }
}

.p-column-list__img-wrapper {
  width: 100%;
  aspect-ratio: 16/9;
  flex-shrink: 0;
}
.p-column-list__img-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}

.p-column-list__text {
  font-weight: bold;
  margin-top: 5px;
}

.p-events {
  position: relative;
  margin: 64px 0;
}
.p-events__inner {
  text-align: center;
}
.p-events__title {
  font-size: 32px;
  font-weight: bold;
  margin: 0 auto 16px;
  font-family: "Jost", sans-serif;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  line-height: 1.5;
  text-transform: uppercase;
  font-weight: 900;
}
.p-events__title img {
  width: 100%;
  height: auto;
  display: block;
}
.p-events__badge {
  display: inline-block;
  background-color: #E5E5E5;
  color: #771CFE;
  padding: 4px 12px;
  border-radius: 20px;
  margin-bottom: 8px;
  font-weight: bold;
}
.p-events-list {
  display: flex;
  margin: 24px 0;
  justify-content: center;
  gap: 18px;
  text-align: left;
  flex-direction: column;
}
.p-events-list__link {
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 20px;
}
.p-events-list__item {
  max-width: 350px;
  width: 100%;
  box-shadow: 0px 0px 15px 5px #eee;
  border-radius: 10px;
  display: block;
  margin: 0 auto;
}
@media (hover: hover) {
  .p-events-list__item {
    transition: opacity 0.8s ease;
  }
  .p-events-list__item:hover {
    opacity: 0.5;
  }
}
.p-events-list__date {
  font-weight: bold;
  min-width: 75px;
}
.p-events-list__text {
  display: block;
  margin-top: 4px;
}
.p-events-list__title {
  text-decoration: none;
  flex: 1;
  min-width: 180px;
}
.p-events__btn-area {
  text-align: center;
}

.p-page-btn {
  margin: 0 auto 32px;
  text-align: center;
}

.p-clubs {
  position: relative;
  margin: 64px 0;
  text-align: center;
  background: #ffffff;
  padding: 64px 24px 40px;
  border-radius: 10px;
}
.p-clubs__title {
  font-size: 20px;
  font-weight: bold;
  margin: 0 auto 16px;
}
.p-clubs__title img {
  width: 100%;
  height: auto;
  display: block;
}
.p-clubs__lead {
  margin-bottom: 24px;
  text-align: left;
}
.p-clubs__list {
  margin-bottom: 24px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  justify-content: center;
}
.p-clubs__btn-area {
  margin-top: 24px;
}

.p-club-card__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 16/9;
}
.p-club-card__img-wp {
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
  margin-bottom: 8px;
  border-radius: 10px;
}
@media (hover: hover) {
  .p-club-card {
    transition: opacity 0.8s ease;
  }
  .p-club-card:hover {
    opacity: 0.5;
  }
}
.p-club-card__name {
  font-weight: bold;
}

.p-orgs {
  position: relative;
  margin: 64px 0;
  text-align: center;
}
.p-orgs__title {
  font-size: 20px;
  font-weight: bold;
  margin: 0 auto 16px;
}
.p-orgs__title img {
  width: 100%;
  height: auto;
  display: block;
}
.p-orgs__lead {
  margin-bottom: 24px;
  text-align: left;
}
.p-orgs__list {
  margin-bottom: 24px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.p-org-card {
  display: block;
  margin: 0 auto;
  width: 100%;
  border-radius: 10px;
}
@media (hover: hover) {
  .p-org-card {
    transition: opacity 0.8s ease;
  }
  .p-org-card:hover {
    opacity: 0.5;
  }
}
.p-org-card__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-org-card__img-wp {
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
  margin-bottom: 8px;
  border-radius: 10px;
}
.p-org-card__name {
  text-align: center;
  font-weight: bold;
}

.p-news {
  position: relative;
  margin: 64px 0;
  text-align: center;
}
.p-news__inner {
  text-align: left;
}
.p-news__title {
  font-size: 20px;
  font-weight: bold;
  margin: 0 auto 16px;
}
.p-news__title img {
  width: 100%;
  height: auto;
  display: block;
}
.p-news-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.p-news-list__item {
  padding: 24px 0;
  border-bottom: 2px dashed #ddd;
  position: relative;
}
@media (hover: hover) {
  .p-news-list__item {
    transition: opacity 0.8s ease;
  }
  .p-news-list__item:hover {
    opacity: 0.5;
  }
}
.p-news-list__item:first-child .p-news-list__link {
  padding-top: 0;
}
.p-news-list__item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.p-news-list__item:last-child .p-news-list__link {
  padding-bottom: 0;
}
.p-news-list__link {
  display: flex;
  flex-direction: column;
  gap: 4px;
  text-decoration: none;
}
.p-news-list__date {
  display: block;
}
.p-news__btn-area {
  margin-top: 24px;
  text-align: center;
}

@-webkit-keyframes yurayura {
  0%, 100% {
    transform: rotate(-2deg);
  }
  50% {
    transform: rotate(2deg);
  }
}

@keyframes yurayura {
  0%, 100% {
    transform: rotate(-2deg);
  }
  50% {
    transform: rotate(2deg);
  }
}
.p-support {
  position: relative;
  margin: 64px 0;
  text-align: left;
}
.p-support__flex {
  display: flex;
  flex-direction: column;
}
.p-support__img {
  max-width: 200px;
  margin: 24px auto -100px;
  z-index: 200;
  -webkit-animation: yurayura 2s ease-in-out infinite;
          animation: yurayura 2s ease-in-out infinite;
}
.p-support__img img {
  display: block;
  width: 100%;
  height: auto;
}
.p-support__body p {
  text-align: left;
  margin-bottom: 12px;
}
.p-support__body p:last-child {
  margin-bottom: 0;
}
.p-support__btn-area {
  text-align: center;
}
.p-support__btn-area a {
  margin-top: 24px;
}

.p-application {
  position: relative;
  margin: 64px 0;
  text-align: center;
}
.p-application__title {
  font-size: 20px;
  font-weight: bold;
  margin: 0 auto 16px;
}
.p-application__title img {
  width: 100%;
  height: auto;
  display: block;
}
.p-application__list {
  list-style: none;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.p-application__item {
  width: 100%;
}
.p-application__body {
  margin-bottom: 24px;
  text-align: left;
}

.c-btn-capsule {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 14px 20px;
  background-color: #771CFE;
  color: #ffffff;
  border-radius: 100px;
}
@media (hover: hover) {
  .c-btn-capsule {
    transition: opacity 0.8s ease;
  }
  .c-btn-capsule:hover {
    opacity: 0.5;
  }
}

.p-contact {
  position: relative;
  margin: 64px 0 0;
}
.p-contact__inner {
  text-align: center;
  padding-top: 64px;
}
.p-contact__title {
  font-size: 20px;
  font-weight: bold;
  margin: 0 auto 16px;
}
.p-contact__title img {
  width: 100%;
  height: auto;
  display: block;
}
.p-contact__body {
  margin-bottom: 24px;
  text-align: left;
}
.p-contact__body p {
  margin-bottom: 12px;
}
.p-contact__body p:last-child {
  margin-bottom: 0;
}
.p-contact__btn-area {
  text-align: center;
}

.sub__title {
  font-size: 14px;
  font-weight: bold;
  font-family: "Zen Kaku Gothic New", sans-serif;
  text-transform: none;
}

.l-footer {
  padding: 32px 0 32px;
  text-align: center;
  background: #111111;
  color: #ffffff;
  margin-top: 64px;
}
.l-footer__copyright {
  font-size: 10px;
  margin: 0;
}
.l-footer__pp {
  font-size: 12px;
  display: block;
}
@media (hover: hover) {
  .l-footer__pp {
    transition: opacity 0.8s ease;
  }
  .l-footer__pp:hover {
    opacity: 0.5;
  }
}

.p-hamburger {
  position: fixed;
  top: 32px;
  right: 24px;
  z-index: 9999;
  width: 32px;
  height: 32px;
  font-size: 22px;
  font-weight: bold;
  border: none;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-hamburger__line {
  display: block;
  width: 32px;
  height: 2px;
  background-color: #111111;
  position: relative;
  transition: background-color 0.3s ease;
}
.p-hamburger__line::before, .p-hamburger__line::after {
  content: "";
  position: absolute;
  width: 32px;
  height: 2px;
  background-color: #111111;
  transition: transform 0.3s ease;
}
.p-hamburger__line::before {
  top: -8px;
  left: 0;
}
.p-hamburger__line::after {
  top: 8px;
  left: 0;
}
.p-hamburger.is-open .p-hamburger__line {
  background-color: transparent;
}
.p-hamburger.is-open .p-hamburger__line::before {
  background-color: #ffffff;
  transform: translateY(8px) rotate(45deg);
}
.p-hamburger.is-open .p-hamburger__line::after {
  background-color: #ffffff;
  transform: translateY(-8px) rotate(-45deg);
}

.l-header__nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9998;
  background-color: #8B5CF6;
  padding: 120px 24px 0;
  overflow-y: auto;
  padding-bottom: env(safe-area-inset-bottom, 0px);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.l-header__nav.is-open {
  opacity: 1;
  visibility: visible;
  padding-bottom: 120px;
}

.p-global-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 28px;
}
.p-global-menu__item {
  width: 100%;
}
.p-global-menu__item a {
  color: #ffffff;
  text-decoration: none;
  font-size: 16px;
  display: block;
  text-align: left;
}
.p-global-menu__item a::before {
  content: "・";
  margin-right: 4px;
}
@media (hover: hover) {
  .p-global-menu__item a {
    transition: opacity 0.8s ease;
  }
  .p-global-menu__item a:hover {
    opacity: 0.5;
  }
}

.p-global-menu__btn {
  display: block;
  background-color: #ffffff;
  border-radius: 50px;
  font-weight: bold;
  padding: 12px 32px;
  max-width: 240px;
  text-align: center;
}
@media (hover: hover) {
  .p-global-menu__btn {
    transition: opacity 0.8s ease;
  }
  .p-global-menu__btn:hover {
    opacity: 0.5;
  }
}

.p-entry {
  padding: 120px 0 0;
}
.p-entry__header {
  margin-bottom: 40px;
}
.p-entry__date {
  font-size: 12px;
  display: inline-block;
  background-color: #F2E8FF;
  color: #771CFE;
  padding: 2px 12px;
  border-radius: 100px;
  margin-bottom: 8px;
}
.p-entry__title {
  font-size: 20px;
  padding-bottom: 8px;
  font-weight: bold;
  background-image: radial-gradient(circle, #771CFE 2px, transparent 2px);
  background-position: bottom;
  background-size: 8px 5px;
  background-repeat: repeat-x;
  border-bottom: none;
}
.p-entry__body {
  /* 2. アイキャッチ（.p-entry__img）の中の画像だけは、別ルールで上書きする */
}
.p-entry__body h2 {
  font-size: 16px;
  position: relative;
  padding-left: 12px;
  margin-top: 24px;
  margin-bottom: 16px;
  font-weight: bold;
}
.p-entry__body h2::before {
  content: "";
  position: absolute;
  box-sizing: content-box;
  top: 2px;
  left: 0;
  width: 4px;
  height: 1.8rem;
  background-color: #771CFE;
  border-radius: 2px;
}
.p-entry__body p {
  margin-bottom: 16px;
}
.p-entry__body p:last-child {
  margin-bottom: 0;
}
.p-entry__body p a {
  color: #771CFE;
  overflow-wrap: anywhere;
  word-break: break-word;
}
@media (hover: hover) {
  .p-entry__body p a {
    transition: opacity 0.8s ease;
  }
  .p-entry__body p a:hover {
    opacity: 0.5;
  }
}
.p-entry__body img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  margin: 24px 0;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-entry__body .p-entry__img {
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 24px;
}
.p-entry__body .p-entry__img img {
  /* アイキャッチ用：16:9に強引に合わせる */
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
  -o-object-position: center !important;
     object-position: center !important;
  margin: 0 !important;
  border-radius: 0; /* 親が角丸なので中は直角でOK */
}

.p-entry__body .p-entry__img img {
  -o-object-fit: cover !important;
     object-fit: cover !important;
  -o-object-position: center !important;
     object-position: center !important;
}

.p-entry__organizer a {
  color: #771CFE;
  overflow-wrap: anywhere;
  word-break: break-word;
}
@media (hover: hover) {
  .p-entry__organizer a {
    transition: opacity 0.8s ease;
  }
  .p-entry__organizer a:hover {
    opacity: 0.5;
  }
}

.p-page-title {
  margin-top: 120px;
  margin-bottom: 24px;
  text-align: center;
}
.p-page-title img {
  display: block;
  margin: 0 auto;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-page-title_sub {
  font-weight: bold;
  font-size: 22px;
  margin-top: 120px;
  margin-bottom: 24px;
  text-align: center;
}

.p-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin: 40px 0;
}
.p-pagination__item, .p-pagination .page-numbers {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  line-height: 1;
  transition: all 0.3s ease;
}
.p-pagination .page-numbers:not(.next):not(.prev), .p-pagination__item:not(.p-pagination__next):not(.p-pagination__prev) {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #ddd;
  color: #111111;
}
.p-pagination .page-numbers:not(.next):not(.prev).is-active, .p-pagination .page-numbers:not(.next):not(.prev).current, .p-pagination__item:not(.p-pagination__next):not(.p-pagination__prev).is-active, .p-pagination__item:not(.p-pagination__next):not(.p-pagination__prev).current {
  background-color: #771CFE;
  color: #ffffff;
}
@media (hover: hover) {
  .p-pagination .page-numbers:not(.next):not(.prev):hover, .p-pagination__item:not(.p-pagination__next):not(.p-pagination__prev):hover {
    background-color: #771CFE;
    color: #ffffff;
  }
}
.p-pagination__next, .p-pagination .next {
  margin-left: 8px;
  background: none !important;
  color: #111111 !important;
  width: auto !important;
  height: auto !important;
}
@media (hover: hover) {
  .p-pagination__next:hover, .p-pagination .next:hover {
    color: #771CFE !important;
  }
}

.p-news-list__item {
  border-bottom: 2px dashed #DDD;
}
.p-news-list__item a {
  display: flex;
  align-items: flex-start;
  gap: 4px;
  text-decoration: none;
  color: inherit;
}
@media (hover: hover) {
  .p-news-list__item a {
    transition: opacity 0.8s ease;
  }
  .p-news-list__item a:hover {
    opacity: 0.5;
  }
}
.p-news-list__item:first-child {
  padding-top: 0;
}
.p-news-list__item:last-child {
  border-bottom: none;
}
.p-news-list__date {
  flex-shrink: 0;
  display: inline-block;
  background-color: #F2E8FF;
  color: #771CFE;
  font-size: 12px;
  font-weight: bold;
  padding: 4px 12px;
  border-radius: 100px;
  text-align: center;
  margin-bottom: 4px;
}
.p-news-list__text {
  margin: 0;
}

.p-event-filter {
  margin-bottom: 24px;
  margin-top: 40px;
  text-align: left;
}
.p-event-filter select {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  width: 130px;
  height: 36px;
  line-height: 36px;
  padding: 0 38px 0 18px;
  border: none;
  border-radius: 100px;
  background-color: #ddd;
  color: #771CFE;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' fill='none' stroke='%237d647c' stroke-width='2'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 10px;
}
.p-event-filter select:focus {
  outline: none;
}

.p-event-month {
  margin-bottom: 40px;
}
.p-event-month:last-child {
  margin-bottom: 0;
}
.p-event-month__title {
  position: relative;
  text-align: left;
  margin: 0 0 20px;
  padding-left: 14px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
}
.p-event-month__title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 4px;
  height: 28px;
  transform: translateY(-50%);
  background-color: #771CFE;
  border-radius: 2px;
}

.p-event-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.p-event-card {
  background-color: #fff;
  border-radius: 14px;
  overflow: hidden;
}
.p-event-card__link {
  display: block;
  padding: 18px;
  color: inherit;
  text-decoration: none;
}
@media (hover: hover) {
  .p-event-card__link {
    transition: opacity 0.3s ease;
  }
  .p-event-card__link:hover {
    opacity: 0.6;
  }
}
.p-event-card__meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 8px;
}
.p-event-card__date {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  padding: 0 12px;
  border-radius: 100px;
  background-color: #F2E8FF;
  color: #771CFE;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
}
.p-event-card__area {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 60px;
  height: 30px;
  padding: 0 12px;
  border-radius: 100px;
  background-color: #E5E5E5;
  color: #771CFE;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
}
.p-event-card__title {
  margin: 0;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.8;
  padding-bottom: 8px;
  border-bottom: 1px solid #ddd;
  text-align: left;
}
.p-event-card__content {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-top: 16px;
}
.p-event-card__eyecatch {
  width: 50%;
  max-width: 50%;
  flex-shrink: 0;
}
.p-event-card__eyecatch img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left top;
     object-position: left top;
  border-radius: 8px;
}
.p-event-card__details {
  font-size: 12px;
  flex: 1;
  min-width: 0;
  text-align: left;
  display: flex;
  flex-direction: column;
  flex-direction: column;
  gap: 4px;
}

.p-event-none {
  margin: 0;
  padding: 40px 20px;
  text-align: center;
  font-size: 14px;
}

.p-org-archive__lead {
  margin-bottom: 24px;
}

.p-org-archive-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 8px;
  margin-bottom: 32px;
}

@media (hover: hover) {
  .p-org-archive-card:hover {
    opacity: 0.5;
  }
}
.p-org-archive-card__title {
  font-size: 16px;
  font-weight: 700;
  position: relative;
  margin-bottom: 32px;
}
.p-org-archive-card__eyecatch {
  width: 100%;
  margin-bottom: 8px;
  aspect-ratio: 16/9;
  border-radius: 10px;
  overflow: hidden;
}
.p-org-archive-card__eyecatch img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-org-archive-card__btn-wrap {
  display: flex;
  justify-content: center;
}

.c-btn-more {
  display: inline-block;
  background-color: #771CFE;
  color: #ffffff;
  font-size: 12px;
  font-weight: bold;
  padding: 12px 64px;
  border-radius: 100px;
  text-align: center;
}
@media (hover: hover) {
  .c-btn-more {
    transition: opacity 0.8s ease;
  }
  .c-btn-more:hover {
    opacity: 0.5;
  }
}

.p-club-archive__lead {
  margin-bottom: 24px;
  text-align: left;
}

.p-club-archive-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 8px;
  margin-bottom: 32px;
}
.p-club-archive-tabs .p-org-tabs__btn {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  outline: none;
  cursor: pointer;
  background-color: #ddd;
  font-size: 12px;
  font-weight: 700;
  padding: 8px 16px;
  border-radius: 100px;
  transition: all 0.3s ease;
}
.p-club-archive-tabs .p-org-tabs__btn.is-active {
  background-color: #771CFE;
  color: #ffffff;
}
@media (hover: hover) {
  .p-club-archive-tabs .p-org-tabs__btn:hover {
    background-color: #771CFE;
    color: #ffffff;
  }
}

@media (hover: hover) {
  .p-club-archive-card:hover {
    opacity: 0.5;
  }
}
.p-club-archive-card__title {
  font-size: 16px;
  font-weight: 700;
  position: relative;
  margin-bottom: 32px;
}
.p-club-archive-card__eyecatch {
  width: 100%;
  margin-bottom: 8px;
  aspect-ratio: 16/9;
  border-radius: 10px;
  overflow: hidden;
}
.p-club-archive-card__eyecatch img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-blogcard {
  display: block;
  align-items: center;
  padding: 16px;
  border: 2px solid #ddd;
  border-radius: 10px;
  text-decoration: none;
  margin: 20px 0;
  max-width: 500px;
  /* ホバーしたときの動き */
}
@media (hover: hover) {
  .p-blogcard {
    transition: opacity 0.8s ease;
  }
  .p-blogcard:hover {
    opacity: 0.5;
  }
}

.p-blogcard__img {
  width: 100%;
  flex-shrink: 0;
  max-width: 500px;
}
.p-blogcard__img img {
  width: 100%;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
  margin: 0 0 12px;
}

.p-blogcard__title {
  font-weight: bold;
}

.p-author-box {
  background-color: #ffffff;
  border-radius: 10px;
  padding: 24px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05); /* ほんのり影をつけてカード感を出します */
  margin: 24px 0;
}

.p-author-box__title {
  font-weight: bold;
  margin-bottom: 4px;
  display: block;
}

.p-author-box .p-author-box__text {
  font-size: 12px !important;
  margin: 0 !important;
}

/* 中身が空のpタグを消す */
.p-author-box p:empty {
  display: none;
}

/* 1. まず、main自体が画面いっぱいの高さを確保するようにする */
.l-main {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  gap: 64px;
}
.l-main > section {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/* 2. フッターのmargin-topを「auto」にする */
.l-footer {
  margin-top: auto;
}

/* 1. まず、main自体が画面いっぱいの高さを確保するようにする */
.l-main {
  display: flex;
  flex-direction: column;
  min-height: calc(100vh - 40px);
  gap: 64px;
}
.l-main > section {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.p-mypage {
  max-width: 640px;
  margin: 0 auto;
  width: 100%;
}

.p-mypage__profile {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 40px 0 32px;
}

.p-mypage__user {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  font-weight: bold;
}

.p-mypage__user img {
  width: 40px;
  height: 40px;
}

.p-mypage__setting {
  flex-shrink: 0;
  margin-left: 8px;
}

.p-mypage__setting img {
  width: 28px;
  top: 4px;
  position: relative;
}

.p-mypage__post {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 100;
}

.no-post {
  background-color: #ffffff;
  padding: 24px;
  border-radius: 10px;
}

.p-mypage__post img {
  display: block;
  width: 64px;
  height: auto;
}

.sp_none {
  display: none;
}

.p-mypage__title {
  margin-bottom: 16px;
}

.p-mypage__list {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}

.p-mypage__link {
  font-size: 16px;
  font-weight: bold;
}

.p-mypage__date {
  font-size: 14px;
}

.p-mypage__status {
  margin-top: 8px;
  font-size: 14px;
}

.p-mypage__edit {
  display: inline-block;
  margin-top: 16px;
  margin-right: 4px;
  padding: 4px 16px;
}

.p-mypage__delete {
  display: inline-block;
  margin-top: 16px;
  padding: 4px 16px;
  background: #ddd;
  color: #111111;
}

.p-mypage__copy {
  display: inline-block;
  margin-top: 16px;
  padding: 4px 16px;
  background: #ffffff;
  color: #111111;
  border: solid 2px #771CFE;
}

.p-mypage__item {
  position: relative;
  background: #ffffff;
  border-radius: 10px;
  padding: 40px 24px 24px;
  margin-bottom: 16px;
}

.p-mypage__menu {
  position: absolute;
  top: 16px;
  right: 16px;
}

.p-mypage__menu-btn {
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
  line-height: 1;
  color: #999;
}

.p-mypage__dropdown {
  display: none;
  position: absolute;
  top: 32px;
  right: 0;
  width: 120px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  z-index: 9999;
}

.p-mypage__dropdown a {
  display: block;
  padding: 12px 16px;
  color: #111111;
  text-decoration: none;
}

.p-mypage__dropdown a:hover {
  background: #f5f5f5;
}

.p-mypage__dropdown.is-open {
  display: block;
}

.p-mypage__dropdown {
  display: none;
}

.p-mypage__dropdown.is-open {
  display: block;
}

.p-login {
  width: 100%;
  max-width: 460px;
  margin: 0 auto;
}

.p-login__text {
  margin: 24px 0 32px;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.8;
}

.p-login__error {
  margin-bottom: 24px;
  padding: 12px 16px;
  border-radius: 8px;
  background: #fff2f2;
  color: #d32f2f;
  text-align: center;
}

.p-auth__link {
  font-size: 14px;
  text-align: center;
}

.p-auth__link a {
  background: #ddd;
  color: #111111;
  margin-top: 12px;
}

.p-form {
  width: 100%;
  max-width: 400px;
  margin: 32px auto;
}

.p-form__item {
  margin-bottom: 24px;
}

.p-form__label {
  display: block;
  margin-bottom: 8px;
  font-weight: bold;
  font-size: 14px;
  text-align: left;
}

.p-form__input,
.p-form__textarea {
  width: 100%;
  padding: 4px 12px;
  border: 1px solid #ccc;
  border-radius: 10px;
  box-sizing: border-box;
  font-size: 16px;
  background: #ffffff;
}

input[type=date] {
  display: block;
  width: 100%;
  min-height: 40px;
  padding: 0 12px;
  box-sizing: border-box;
  -webkit-appearance: none;
}

.p-form__input:focus,
.p-form__textarea:focus {
  outline: none;
  border-color: #111111;
}

.p-form__textarea {
  min-height: 180px;
  resize: vertical;
}

.p-form__submit {
  margin-top: 32px;
  display: flex;
  gap: 12px;
  justify-content: center;
}

.p-form__submit .c-btn {
  padding: 12px 24px;
}

.p-form__submit .register-btn {
  padding: 12px 80px;
  margin-top: -16px;
}

.p-form__submit .login-btn {
  padding: 12px 80px;
}

.p-form__delete {
  text-align: center;
  font-weight: bold;
  margin-top: 32px;
  text-decoration: underline;
}
@media (hover: hover) {
  .p-form__delete {
    transition: opacity 0.8s ease;
  }
  .p-form__delete:hover {
    opacity: 0.5;
  }
}

.p-register {
  width: 100%;
  max-width: 430px;
  margin: 0 auto;
}

.p-register__text {
  margin: 24px 0 32px;
}

.p-register__error {
  margin-bottom: 24px;
  text-align: center;
  color: #d32f2f;
}

.p-event-post {
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
}

.p-event-post__text {
  margin: 24px 0 32px;
  text-align: center;
}

.p-event-post__message {
  margin: 16px 0 32px;
  text-align: center;
}

.p-event-post__complete {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}

.p-event-post__buttons {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 0 auto;
  max-width: 300px;
}

.p-event-delete {
  text-align: center;
}

.p-event-delete__cancel {
  background-color: #ddd;
  color: #111111;
  margin-right: 16px;
}

.p-form__input::-moz-placeholder, .p-form__textarea::-moz-placeholder {
  color: #bbb;
}

.p-form__input::placeholder,
.p-form__textarea::placeholder {
  color: #bbb;
}

.p-entry__date__in {
  margin: 16px 0;
}

.p-entry__date-area {
  display: flex;
  align-items: center;
  gap: 12px;
}

.p-entry__info {
  display: flex;
  gap: 4x;
  flex-direction: column;
}

.p-form__preview {
  margin: 24px 0;
}
.p-form__preview img {
  display: block;
  max-width: 500px;
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.cf-turnstile {
  text-align: center;
}

.return-btn {
  margin-bottom: 24px;
}

.p-form__agree {
  margin: 24px 0;
  font-size: 14px;
  line-height: 1.8;
}
.p-form__agree label {
  cursor: pointer;
}
.p-form__agree input[type=checkbox] {
  -moz-appearance: auto;
       appearance: auto;
  -webkit-appearance: checkbox;
  width: 18px;
  height: 18px;
  margin-right: 8px;
  position: relative;
  top: 3px;
}
.p-form__agree a {
  color: #771CFE;
  text-decoration: underline;
}
@media (hover: hover) {
  .p-form__agree a {
    transition: opacity 0.8s ease;
  }
  .p-form__agree a:hover {
    opacity: 0.5;
  }
}

.p-delete-account {
  max-width: 500px;
  margin: 0 auto;
}

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

.c-btn--solid {
  background-color: #f3f3f3;
  border: #7E637D solid 2px;
  color: #111111;
}

.p-form__error {
  color: #CE4B4B;
}

.p-login__forgot {
  margin-top: 16px;
  text-align: center;
}
.p-login__forgot a {
  color: #111111;
  text-decoration: underline;
}
@media (hover: hover) {
  .p-login__forgot a {
    transition: opacity 0.8s ease;
  }
  .p-login__forgot a:hover {
    opacity: 0.5;
  }
}

.p-password__text {
  margin: 24px 0 32px;
  text-align: center;
}

.p-form__preview {
  display: block;
  width: 100%;
  height: auto;
  margin-top: 16px;
  border-radius: 10px;
}

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

.p-account__text {
  text-align: center;
}

.account-btn {
  max-width: 250px;
  width: 100%;
}

.account-logout-btn {
  max-width: 250px;
  width: 100%;
  background: #f3f3f3;
  color: #111111;
  border: #bbbbbb solid 2px;
}

.c-btn--gray {
  background: #ddd;
  color: #111111;
  border: transparent;
}

.c-box--purple {
  background-color: #e8e8e8;
  border-radius: 10px;
  padding: 40px 24px;
  text-align: center;
}

.form-group {
  margin-bottom: 24px;
}

.form-group label {
  display: block;
  margin-bottom: 8px;
  font-weight: bold;
  font-size: 14px;
  text-align: left;
}

.c-input {
  width: 100%;
  padding: 4px 12px;
  border: 1px solid #ccc;
  border-radius: 10px;
  box-sizing: border-box;
  font-size: 16px;
  background: #ffffff;
}

.c-input::-moz-placeholder {
  color: #ccc;
}

.c-input::placeholder {
  color: #ccc;
}

.c-input:focus {
  outline: none;
  border-color: #111111;
}

.c-input.textarea-1,
.c-input.textarea-2 {
  width: 100%;
  box-sizing: border-box;
  resize: vertical;
  min-height: 0;
}

.file-item {
  display: block;
  width: 100%;
  padding: 8px 12px;
  border: 1px solid #ccc;
  border-radius: 10px;
  box-sizing: border-box;
  background: #ffffff;
  margin-bottom: 8px;
}

.wpcf7-acceptance input[type=checkbox] {
  -moz-appearance: auto;
       appearance: auto;
  -webkit-appearance: checkbox;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 8px;
  position: relative;
  top: 2px;
}

.wpcf7-radio {
  display: flex;
  gap: 12px;
  margin-top: 8px;
}

.wpcf7-list-item {
  margin: 0;
}

.wpcf7-list-item label {
  display: flex;
  align-items: center;
  gap: 6px;
  margin: 0;
  font-weight: normal;
  font-size: 14px;
  cursor: pointer;
}

.wpcf7-list-item input[type=radio] {
  -moz-appearance: auto;
       appearance: auto;
  -webkit-appearance: radio;
  width: 16px;
  height: 16px;
  margin: 0;
}

@media screen and (min-width: 800px) {
  .p-mypage__post {
    display: none;
  }
  .sp_none {
    display: block;
    margin-bottom: 32px;
    max-width: 250px;
  }
  .br-pc {
    display: block;
  }
  body {
    background-color: #f3f3f3;
    margin: 0;
    padding: 0;
  }
  .l-header {
    position: relative; /* スクロールで上に流れる設定 */
    width: 100%;
    z-index: 1000;
  }
  .l-header__inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 24px; /* PCで見ても貧相にならない上品な高さ */
    display: flex;
    align-items: center;
    justify-content: flex-end; /* ハンバーガーボタンを右端に寄せる */
  }
  .l-main {
    margin: 0 auto;
    padding: 64px 24px 120px;
    max-width: 800px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: 80px; /* 各セクションの間隔をゆったり確保 */
  }
  .p-application__list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 16px;
  }
  .p-application__list .p-application__item {
    width: calc((100% - 16px) / 2);
  }
  .p-hero {
    padding: 20px 0;
  }
  .p-hero__inner {
    margin: 0 auto;
    max-width: 800px;
  }
  .p-hero__img-wp {
    max-width: 1024px;
  }
  .p-hero__tagline {
    font-size: 14px;
  }
  .l-footer {
    margin-top: auto;
    padding: 40px 0;
  }
  #global-nav {
    left: auto !important;
    right: 0 !important;
    width: 400px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 60px 40px;
    box-sizing: border-box;
  }
  .p-global-menu {
    display: flex;
    flex-direction: column;
    gap: 28px;
    width: 100%;
  }
  .p-global-menu__item {
    width: 100%;
  }
  .p-global-menu__item a {
    font-size: 16px;
    display: block;
  }
  .p-global-menu__item a::before {
    content: "・";
    margin-right: 4px;
  }
  .c-box--white, .c-box--purple {
    padding: 40px;
  }
  .p-definition__body, .p-column__lead, .p-clubs__lead, .p-orgs__lead, .p-application__body,
.p-event-archive, .p-news-archive {
    text-align: center;
  }
  .p-definition__body p {
    text-align: center;
  }
  .p-about__body p {
    text-align: center;
  }
  .p-contact__body p {
    text-align: center;
  }
  .p-contact__inner {
    padding-top: 40px;
  }
  .p-entry__img {
    max-width: 500px;
  }
  .p-column {
    padding-bottom: 0;
  }
  .p-column__list {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
    gap: 32px 24px !important;
    justify-content: center;
  }
  .p-column__item {
    width: calc((100% - 24px) / 2) !important;
    margin: 0 !important;
  }
  .p-column__img-wrapper {
    width: 100% !important;
    height: auto !important;
  }
  .p-column__img-wrapper img {
    width: 100% !important;
    height: auto !important;
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  .p-column-archive .p-column-list {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
    gap: 32px 24px !important;
  }
  .p-column-archive .p-column-list__item {
    width: calc((100% - 24px) / 2) !important;
    margin: 0 !important;
  }
  .p-column-archive .p-column-list__img-wrapper {
    width: 100% !important;
    height: auto !important;
  }
  .p-column-archive .p-column-list__img-wrapper img {
    width: 100% !important;
    height: auto !important;
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  .l-main > .p-clubs .p-clubs__list, .l-main > .p-clubs .p-orgs__list,
.l-main > .p-orgs .p-clubs__list,
.l-main > .p-orgs .p-orgs__list {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
    gap: 24px !important;
    justify-content: center !important;
  }
  .l-main > .p-clubs .p-club-card, .l-main > .p-clubs .p-org-card,
.l-main > .p-orgs .p-club-card,
.l-main > .p-orgs .p-org-card {
    width: calc((100% - 24px) / 2) !important;
    margin: 0 !important;
    text-align: center !important;
    text-decoration: none !important;
  }
  .l-main > .p-clubs .p-club-card img, .l-main > .p-clubs .p-org-card img,
.l-main > .p-orgs .p-club-card img,
.l-main > .p-orgs .p-org-card img {
    width: 100% !important;
    height: auto !important;
    border-radius: 10px;
  }
  .p-org-archive .p-org-list,
.p-club-archive .p-club-list {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    grid-auto-rows: -webkit-max-content -webkit-max-content -webkit-max-content !important;
    grid-auto-rows: max-content max-content max-content !important;
    gap: 0 24px;
    align-items: start !important;
  }
  .p-org-archive-card, .p-club-archive-card {
    grid-row: span 3;
    margin: 0 !important;
  }
  .p-org-archive-card__title, .p-club-archive-card__title {
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    flex-grow: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 32px !important;
    display: flex !important;
    align-items: flex-start !important;
    gap: 8px !important;
    padding-left: 0 !important;
    line-height: 1.5;
  }
  .p-org-archive-card__eyecatch, .p-club-archive-card__eyecatch {
    margin-top: 0 !important;
    margin-bottom: 8px !important;
    aspect-ratio: 16/9;
    border-radius: 10px;
    overflow: hidden;
  }
  .p-org-archive-card__eyecatch img, .p-club-archive-card__eyecatch img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .p-org-archive-card__btn-wrap, .p-club-archive-card__btn-wrap {
    margin-top: 0 !important;
    margin-bottom: 56px !important;
    display: flex !important;
    justify-content: center;
  }
  /* 最後の行だけmargin-bottomをなくす */
  .p-org-archive-card:nth-last-child(-n+2) .p-org-archive-card__btn-wrap,
.p-club-archive-card:nth-last-child(-n+2) .p-club-archive-card__btn-wrap {
    margin-bottom: 0 !important;
  }
  .p-org-archive-card,
.p-club-archive-card {
    height: -webkit-max-content !important;
    height: -moz-max-content !important;
    height: max-content !important;
    align-self: start !important;
  }
  .p-entry__body img {
    width: auto;
    height: auto;
    margin: 0 0 24px 0;
  }
  .p-events-list {
    justify-content: center;
    gap: 32px;
    flex-direction: row;
  }
  .p-clubs {
    padding: 64px;
  }
  .p-events__title {
    font-size: 48px;
  }
  .sub__title {
    font-size: 14px;
  }
  .p-support {
    margin: 64px 0;
  }
  .p-support h2 {
    align-items: start;
  }
  .p-support__flex {
    flex-direction: row;
  }
  .p-support__img {
    max-width: 250px;
    margin: 0 0 0 24px;
  }
  .p-support__btn-area {
    text-align: left;
  }
  .bg-img-01 {
    width: 180px;
    right: 24px;
    top: -40px;
  }
  .bg-img-02 {
    width: 200px;
    left: 16px;
    bottom: -140px;
  }
  .bg-img-03 {
    width: 180px;
    right: 16px;
    bottom: -200px;
  }
  .bg-img-04 {
    width: 180px;
    left: 24px;
    bottom: -180px;
  }
  .bg-img-05 {
    width: 180px;
    right: 24px;
    bottom: -140px;
  }
  .bg-img-06 {
    width: 200px;
    left: 16px;
    bottom: -140px;
  }
  .bg-img-07 {
    width: 160px;
    left: 24px;
    bottom: -120px;
  }
  .bg-img-08 {
    width: 180px;
    right: 24px;
    bottom: -250px;
    z-index: -1;
  }
  .bg-img-09 {
    width: 170px;
    left: 16px;
    bottom: -200px;
  }
  .bg-img-10 {
    width: 180px;
    right: 16px;
    bottom: -160px;
  }
  .img-column {
    position: absolute;
    width: 200px;
    bottom: -30px;
    right: 24px;
  }
  .p-club-archive__lead {
    text-align: center;
  }
  .p-blogcard {
    display: block;
    align-items: center;
    padding: 16px;
    border: 2px solid #ddd;
    border-radius: 10px;
    text-decoration: none;
    max-width: 500px;
  }
  .p-blogcard__img {
    width: 100%;
  }
  .p-blogcard__img img {
    width: 100%;
    aspect-ratio: 16/9;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 10px;
    margin: 0 0 12px;
  }
  .p-clubs__list {
    flex-direction: row;
  }
}
/*# sourceMappingURL=style.css.map */