@charset "UTF-8";
:root {
  --breakPoint-tablet-ls: 1024px;
  --breakPoint-tablet: 768px;
  --breakPoint-sp-l: 480px;
  --breakPoint-sp: 375px;
  --breakPoint-minWidth: 320px;
}

:root {
  --clr-base-sage: #bbb791;
  --clr-base-sage-rgb: 187, 183, 145;
  --clr-base-green: #2e6f40;
  --clr-base-green-rgb: 46, 111, 64;
  --clr-base-ebony: #5d6658;
  --clr-base-ebony-rgb: 93, 102, 88;
  --clr-base-yellow: #ffbf00;
  --clr-base-yellow-rgb: 255, 191, 0;
  --clr-base-tan: #d6b588;
  --clr-base-tan-rgb: 214, 181, 136;
  --clr-base-bronze: #c68346;
  --clr-base-bronze-rgb: 198, 131, 70;
  --clr-base-sunset: #fd5e53;
  --clr-base-sunset-rgb: 253, 94, 83;
  --clr-base-orange: #e84b3d;
  --clr-base-orange-rgb: 232, 75, 61;
  --clr-base-rosegold: #dea193;
  --clr-base-rosegold-rgb: 222, 161, 147;
  --clr-base-pink: #ff91a4;
  --clr-base-pink-rgb: 255, 145, 164;
  --clr-base-mahogany: #c04000;
  --clr-base-mahogany-rgb: 192, 64, 0;
  --clr-base-red: #ed2100;
  --clr-base-red-rgb: 237, 33, 0;
  --clr-base-wine: #722f37;
  --clr-base-wine-rgb: 114, 47, 55;
  --clr-base-burgundy: #660033;
  --clr-base-burgundy-rgb: 102, 0, 51;
  --clr-base-slateblue: #557c99;
  --clr-base-slateblue-rgb: 85, 124, 153;
  --clr-base-blue: #4166f5;
  --clr-base-blue-rgb: 65, 102, 245;
  --clr-base-navy: #272757;
  --clr-base-navy-rgb: 39, 39, 87;
  --clr-base-lilac: #a47dab;
  --clr-base-lilac-rgb: 164, 125, 171;
  --clr-base-purple: #9966cc;
  --clr-base-purple-rgb: 153, 102, 204;
  --clr-base-white: #fff;
  --clr-base-white-rgb: 255, 255, 255;
  --clr-base-offwhite: #f2f0ef;
  --clr-base-offwhite-rgb: 242, 240, 239;
  --clr-base-gray: #898989;
  --clr-base-gray-rgb: 137, 137, 137;
  --clr-base-slate: #6d8196;
  --clr-base-slate-rgb: 109, 129, 150;
  --clr-base-gunmetal: #353e43;
  --clr-base-gunmetal-rgb: 53, 62, 67;
  --clr-base-black: #252525;
  --clr-base-black-rgb: 37, 37, 37;
  --clr-light-lightgreen: #88e788;
  --clr-light-lightgreen-rgb: 136, 231, 136;
  --clr-light-lightseagreen: #20b2aa;
  --clr-light-lightseagreen-rgb: 32, 178, 170;
  --clr-light-lightyellow: #ffffc5;
  --clr-light-lightyellow-rgb: 255, 255, 197;
  --clr-light-lightorange: #ffdbbb;
  --clr-light-lightorange-rgb: 255, 219, 187;
  --clr-light-lightpink: #ffb5c0;
  --clr-light-lightpink-rgb: 255, 181, 192;
  --clr-light-lightblue: #90d5ff;
  --clr-light-lightblue-rgb: 144, 213, 255;
  --clr-light-lightpurple: #dab1da;
  --clr-light-lightpurple-rgb: 218, 177, 218;
  --clr-light-lightgray: #d3d3d3;
  --clr-light-lightgray-rgb: 211, 211, 211;
  --clr-pastel-pastelgreen: #80ef80;
  --clr-pastel-pastelgreen-rgb: 128, 239, 128;
  --clr-pastel-pastelyellow: #ffee8c;
  --clr-pastel-pastelyellow-rgb: 255, 238, 140;
  --clr-pastel-pastelorange: #ffc067;
  --clr-pastel-pastelorange-rgb: 255, 192, 103;
  --clr-pastel-pastelpink: #ffc5d3;
  --clr-pastel-pastelpink-rgb: 255, 197, 211;
  --clr-pastel-pastelred: #ff746c;
  --clr-pastel-pastelred-rgb: 255, 116, 108;
  --clr-pastel-pastelblue: #b3ebf2;
  --clr-pastel-pastelblue-rgb: 179, 235, 242;
  --clr-pastel-pastelpurple: #b39eb5;
  --clr-pastel-pastelpurple-rgb: 179, 158, 181;
  --clr-kssc-main: #3fe2ce;
  --clr-kssc-main-rgb: 63, 226, 206;
  --clr-kssc-mainDarken: #39cbb9;
  --clr-kssc-mainDarken-rgb: 57, 203, 185;
}

/*
Theme Name: KSSC2025
Description: South-Kinokuni SoccerClub Themes(2025)
Author: Masato Goto
Author URI: https://re-side.net/
Version: 1.4
*/
ol {
  padding-left: 24px;
}

a {
  color: #4166f5;
}
a.uline {
  background: linear-gradient(currentColor, currentColor) no-repeat;
  background-size: 100% 2px;
  background-position: bottom 0px left 0px;
  padding-bottom: 2px;
}

:root {
  --base-fontSize: 16px;
  --element-width: calc(100% - (var(--element-marginColumn) * 2));
  --element-maxWidth: 1024px;
  --element-minWidth: calc(var(--breakPoint-minWidth) - (var(--element-marginColumn) * 2));
  --element-marginColumn: 16px;
  --border-radius-value: 16px;
  --border-radius-value-s: 8px;
  --border-radius-value-xs: 4px;
  --box-shadow-color: rgba(37, 37, 37, 0.16);
  --box-shadow-value: 0 2px 5px var(--box-shadow-color);
  --text-shadow-color: rgba(37, 37, 37, 0.16);
  --text-shadow-value: 0 1px 2px var(--text-shadow-color);
  --hover-opacity-value: 0.8;
  --hover-opacity-transition: 0.2s;
}

@media (max-width: 768px) {
  :root {
    --base-fontSize: 15px;
  }
}
@media (max-width: 375px) {
  :root {
    --base-fontSize: 14px;
  }
}
.list-disc {
  list-style: disc;
  padding-left: 24px;
}
.list-remark > li {
  position: relative;
  padding-left: 24px;
}
.list-remark > li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "※";
  width: 24px;
  text-align: center;
}

body {
  position: relative;
  width: 100%;
  min-width: var(--breakPoint-minWidth);
  background: #3fe2ce;
  color: #252525;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-size: var(--base-fontSize);
}

:root {
  --header-bgClr-opacity: 1;
  --header-default-bgClr-opacity: 1;
  --header-shrink-bgClr-opacity: 0.8;
  --header-default-height: calc(var(--page-title-fontSize) * 3);
  --header-shrink-height: 48px;
  --header-height: calc(var(--page-title-fontSize) * 3);
}

#globalHeader {
  z-index: 99;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
}

.globalnav {
  position: relative;
  width: 100%;
  height: var(--header-height);
  background: rgba(63, 226, 206, var(--header-bgClr-opacity));
  -webkit-backdrop-filter: saturate(180%) blur(20px);
          backdrop-filter: saturate(180%) blur(20px);
}
.globalnav-content {
  z-index: 2;
  position: relative;
  width: 100%;
  max-width: var(--element-maxWidth);
  height: var(--header-height);
  margin-right: auto;
  margin-left: auto;
}
.globalnav-identity {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: var(--header-height);
  padding-right: 6px;
  padding-left: 6px;
}
.globalnav-identity-logo {
  height: var(--header-height);
  margin-top: 6px;
}
.globalnav-identity-text {
  pointer-events: none;
  position: absolute;
  width: 1px;
  height: 1px;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(0 0 99.9% 99.9%);
  overflow: hidden;
}
.globalnav-identity-link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}
@media (hover: hover) {
  .globalnav-identity-link:hover ~ .identity-logo {
    opacity: 0.8;
    transition: 0.32s opacity ease-out;
  }
}
.globalnav-menutrigger-button {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: block;
  width: var(--header-shrink-height);
  height: var(--header-shrink-height);
}
.globalnav-menutrigger-button-bread {
  position: absolute;
  left: 13px;
  width: 22px;
  height: 2px;
  border-radius: 1px;
  background: #fff;
}
.globalnav-menutrigger-button-bread-top {
  top: 16px;
}
.globalnav-menutrigger-button-bread-middle {
  top: 23.5px;
}
.globalnav-menutrigger-button-bread-bottom {
  top: 31px;
}
.globalnav-menu {
  visibility: hidden;
  opacity: 0;
  z-index: 1;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  height: var(--header-height);
  background: rgba(63, 226, 206, 0.8);
  color: #fff;
  transition: visibility 0s 0.64s linear, opacity 0s 0.64s linear, height 0.44s 0s ease-out, background 0.2s 0.44s;
}
.globalnav-menu-noscroll {
  overflow: hidden;
}
.globalnav-menu-expanded .globalnav-menu {
  visibility: visible;
  opacity: 1;
  height: 100dvh;
  background: #3fe2ce;
  transition: height 0.56s 0.24s ease-out, background 0.24s 0s ease-out;
}
.globalnav-menu-expanded .globalnav-menutrigger-button-bread-top {
  transform: translateY(7.5px) rotate(-45deg);
}
.globalnav-menu-expanded .globalnav-menutrigger-button-bread-middle {
  opacity: 0;
}
.globalnav-menu-expanded .globalnav-menutrigger-button-bread-bottom {
  transform: translateY(-7.5px) rotate(45deg);
}
.globalnav-menu-expanded .globalnav-curtain {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.24s 0s ease-out;
}
.globalnav-menu-content {
  position: absolute;
  top: var(--header-height);
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: var(--element-maxWidth);
  margin-right: auto;
  margin-left: auto;
  overflow-y: scroll;
}
.globalnav-list {
  container-type: inline-size;
  container-name: gnav-list-container;
  padding-top: 16px;
  padding-bottom: 16px;
}
.globalnav-item {
  position: relative;
  line-height: 1.4;
  text-shadow: var(--text-shadow-value);
  font-weight: 400;
  font-size: 24px;
  color: #fff;
  padding-right: 16px;
  padding-left: 16px;
}
@container gnav-list-container (max-width: 768px) {
  .globalnav-item {
    font-size: 20px;
  }
}
@container gnav-list-container (max-width: 375px) {
  .globalnav-item {
    font-size: 18px;
  }
}
.globalnav-item:not(:last-of-type) {
  margin-bottom: 16px;
}
.globalnav-item-link {
  line-height: inherit;
  text-shadow: inherit;
  font-weight: 500;
  font-size: inherit;
  color: inherit;
}
.globalnav-link {
  display: flex;
  align-items: center;
  color: #fff;
  padding: 8px;
}
@media (hover: hover) {
  .globalnav-link:hover::after {
    opacity: 0.8;
    transition: 0.32s opacity ease-out;
  }
}
.globalnav-link::after {
  line-height: 1;
  font-family: "Font Awesome 6 Brands";
  color: inherit;
}
.globalnav-link-list {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  height: var(--header-height);
}
.globalnav-link-item {
  position: relative;
}
.globalnav-link-instagram .globalnav-link::after {
  content: "\f16d";
  font-weight: 400;
  font-size: 18px;
}
.globalnav-link-tiktok .globalnav-link::after {
  content: "\e07b";
  font-weight: 400;
  font-size: 16px;
}
.globalnav-link-youtube .globalnav-link::after {
  content: "\f167";
  font-weight: 400;
  font-size: 18px;
}
.globalnav-curtain {
  z-index: 98;
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  background: rgba(37, 37, 37, 0.2);
  transition: visibility 0s 0.64s linear, opacity 0.2s 0.44s linear;
}

.identity-logo {
  pointer-events: none;
  aspect-ratio: 467/581;
  display: block;
  background-image: url("assets/img/logo/kssc.png");
  background-position: center top;
  background-size: contain;
  background-repeat: no-repeat;
}

.firsttime-banner {
  visibility: hidden;
  z-index: 200;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.firsttime-banner-noscroll {
  overflow: hidden;
}
.firsttime-banner-enabled > *:not(#firstTimeBnr) {
  visibility: hidden;
  opacity: 0;
}
.firsttime-banner.is-playing {
  visibility: visible;
}
.firsttime-banner.is-disabled {
  display: none;
}
.firsttime-banner-texts {
  text-align: center;
  padding: 16px;
}
.firsttime-banner-text {
  font-weight: 600;
  font-size: 36px;
}
@media (max-width: 1280px) {
  .firsttime-banner-text {
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  .firsttime-banner-text {
    font-size: 24px;
  }
}
@media (max-width: 375px) {
  .firsttime-banner-text {
    font-size: 18px;
  }
}
.firsttime-banner-text-wrap {
  z-index: 2;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: row wrap;
  max-width: var(--element-maxWidth);
  margin-right: auto;
  margin-left: auto;
}
.firsttime-banner-text.group-02 span {
  display: inline-block; /* ←必須 */
}
.firsttime-banner-background {
  z-index: 1;
  pointer-events: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #3fe2ce;
  color: #252525;
}
.firsttime-banner-image {
  opacity: 0;
  display: block;
  aspect-ratio: 467/581;
  width: 52%;
  max-width: 240px;
  background-image: url("assets/img/logo/kssc.png");
  background-position: center top;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: auto;
  margin-left: auto;
}

main {
  padding-top: var(--header-default-height);
  padding-bottom: var(--header-shrink-height);
}
@container main-container (max-width: 768px) {
  main {
    padding-bottom: 32px;
  }
}

.main-container {
  container-type: inline-size;
  container-name: main-container;
}

:root {
  --page-header-minHeight: 160px;
  --page-title-fontSize: 28px;
}

@media (max-width: 768px) {
  :root {
    --page-header-minHeight: 140px;
    --page-title-fontSize: 24px;
  }
}
@media (max-width: 480px) {
  :root {
    --page-header-minHeight: 120px;
    --page-title-fontSize: 22px;
  }
}
.page-header {
  position: relative;
  display: flex;
  align-items: center;
  width: var(--element-width);
  max-width: var(--element-maxWidth);
  min-height: var(--page-header-minHeight);
  margin-right: auto;
  margin-left: auto;
}
.page-title {
  line-height: 1.4;
  text-shadow: var(--text-shadow-value);
  font-weight: 500;
  font-size: var(--page-title-fontSize);
  color: #fff;
  padding-top: 1em;
  padding-bottom: 1.5em;
}

.link-button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 400px;
  min-height: 44px;
  line-height: 1.3;
  border-radius: var(--border-radius-value);
  background: #3fe2ce;
  text-shadow: var(--text-shadow-value);
  color: #fff;
  font-weight: 500;
  font-size: inherit;
  margin-right: auto;
  padding: 0.5em 16px;
}
.link-button-container {
  container-type: inline-size;
  container-name: link-button-container;
  position: relative;
}
.link-button-container .link-button {
  font-size: 16px;
}
@container link-button-container (max-width: 768px) {
  .link-button-container .link-button {
    font-size: 15px;
  }
}
@container link-button-container (max-width: 375px) {
  .link-button-container .link-button {
    font-size: 14px;
  }
}
.link-button-container.center .link-button {
  margin-right: auto;
  margin-left: auto;
}
.link-button-container.marginTop {
  margin-top: 8px;
}
.link-button-container.marginBottom {
  margin-bottom: 8px;
}
.link-button-text {
  display: inline-block;
  line-height: inherit;
  text-shadow: inherit;
  font-weight: inherit;
  font-size: inherit;
  color: inherit;
}
.link-button.external::after {
  content: "\f08e";
  line-height: inherit;
  text-shadow: inherit;
  font-family: "Font Awesome 6 Free";
  font-weight: bold;
  font-size: 90%;
  color: inherit;
  margin-left: 4px;
}
@media (hover: hover) {
  .link-button:hover::after,
  .link-button:hover .link-button-text {
    opacity: var(--hover-opacity-value);
    transition: opacity var(--hover-opacity-transition) ease-out;
  }
}

.section-column {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  width: 100%;
  max-width: var(--element-maxWidth);
  margin-right: auto;
  margin-left: auto;
}
@container main-container (max-width: 768px) {
  .section-column {
    grid-template-columns: minmax(0, 1fr);
  }
}
.section-container {
  container-type: inline-size;
  container-name: section-container;
}
.section-header {
  display: flex;
  align-items: center;
  -moz-column-gap: 16px;
       column-gap: 16px;
  width: var(--element-width);
  margin-right: auto;
  margin-left: auto;
  padding-top: 16px;
  padding-bottom: 16px;
}
@container main-container (max-width: 375px) {
  .section-header {
    -moz-column-gap: 8px;
         column-gap: 8px;
  }
}
.section-header-link {
  flex-shrink: 0;
  display: inline-block;
  line-height: 1.32;
  font-weight: 500;
  font-size: 15px;
  border-radius: var(--border-radius-value);
  background: #3fe2ce;
  color: #fff;
  padding: 0.5em 0.8em;
}
@container main-container (max-width: 768px) {
  .section-header-link {
    font-size: 14px;
  }
}
@container main-container (max-width: 375px) {
  .section-header-link {
    font-size: 13px;
  }
}
.section-header-link::after {
  content: "\f054";
  font-family: "Font Awesome 6 Free";
  font-weight: bold;
  margin-left: 3px;
}
.section-title {
  line-height: 1.3;
  font-weight: 700;
  font-size: 32px;
  color: #3fe2ce;
}
@container main-container (max-width: 768px) {
  .section-title {
    font-size: 28px;
  }
}
@container main-container (max-width: 480px) {
  .section-title {
    font-size: 24px;
  }
}
@container main-container (max-width: 375px) {
  .section-title {
    font-size: 21px;
  }
}
.section-description {
  line-height: 1.4;
  font-weight: 600;
  font-size: var(--base-fontSize);
  color: #898989;
  margin-top: 0.4em;
}
.section-content {
  position: relative;
  width: var(--element-width);
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 16px;
}
.section-content.flex {
  display: flex;
  flex-flow: row wrap;
  gap: 16px;
}
.section-text {
  width: calc(67% - 16px);
}
@container home-section-container (max-width: 768px) {
  .section-text {
    order: 2;
    width: 100%;
  }
}
.section-text > p {
  line-height: 1.6;
}
.section-text > p:not(:last-of-type) {
  margin-bottom: 0.5em;
}
.section-image {
  flex-shrink: 0;
  width: 33%;
  margin-left: auto;
}
.section-image-picture {
  display: block;
  aspect-ratio: 3/2;
  width: 100%;
  max-width: 320px;
  min-width: 240px;
  border-radius: var(--border-radius-value);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
.section-image-picture.stick {
  position: sticky;
  top: calc(var(--header-shrink-height) + 16px);
}
@container home-section-container (max-width: 768px) {
  .section-image {
    order: 1;
    flex-shrink: initial;
    width: 100%;
  }
}

.post-title {
  color: inherit;
}
.post-sticky-item {
  container-type: inline-size;
  container-name: post-sticky-item-container;
  position: relative;
}
.post-sticky-link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  border-radius: inherit;
  color: inherit;
}
.post-sticky-text {
  pointer-events: none;
  position: relative;
  color: inherit;
}

.single-container {
  container-type: inline-size;
  container-name: single-container;
}

/* ----------
Slide
---------- */
:root {
  --slide-navigation-width: 36px;
  --slide-navigation-height: 48px;
  --slide-navigation-width-tablet: 32px;
  --slide-navigation-height-tablet: 44px;
  --slide-navigation-width-sp: 24px;
  --slide-navigation-height-sp: 40px;
  --slide-navigation-chevron-fontSize: 18px;
  --slide-navigation-chevron-fontSize-small: 16px;
  --slide-progress-bar-height: 32px;
  --slide-progress-bar-height-tablet: 28px;
  --slide-progress-bar-height-sp: 24px;
  --slide-navigation-floating-width: 36px;
  --slide-navigation-floating-height: 32px;
  --slide-navigation-floating-width-sp: 32px;
  --slide-navigation-floating-height-sp: 28px;
  --slide-navigation-floating-chevron-fontSize: 16px;
  --slide-navigation-floating-chevron-fontSize-sp: 14px;
}

.slide-navigation {
  z-index: 2;
  pointer-events: auto;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: var(--slide-navigation-width);
  height: var(--slide-navigation-height);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
          backdrop-filter: saturate(180%) blur(20px);
  background: rgba(255, 255, 255, 0.8);
}
@container slide-navigation-container (max-width: 768px) {
  .slide-navigation {
    width: var(--slide-navigation-width-tablet);
    height: var(--slide-navigation-height-tablet);
  }
}
@container slide-navigation-container (max-width: 375px) {
  .slide-navigation {
    width: var(--slide-navigation-width-sp);
    height: var(--slide-navigation-height-sp);
  }
}
.slide-navigation::after {
  display: inline-block;
  font-family: "Font Awesome 6 Free";
  font-weight: bold;
  font-size: var(--slide-navigation-chevron-fontSize);
  color: #252525;
}
@container slide-navigation-container (max-width: 375px) {
  .slide-navigation::after {
    font-size: var(--slide-navigation-chevron-fontSize-small);
  }
}
@media (hover: hover) {
  .slide-navigation:hover::after {
    opacity: var(--hover-opacity-value);
    transition: opacity var(--hover-opacity-transition) ease-out;
  }
}
.slide-navigation-container {
  container-type: inline-size;
  container-name: slide-navigation-container;
}
.slide-navigation-prev {
  left: 0;
  border-radius: 0 var(--border-radius-value-s) var(--border-radius-value-s) 0;
}
.slide-navigation-prev::after {
  content: "\f053";
}
.slide-navigation-next {
  right: 0;
  border-radius: var(--border-radius-value-s) 0 0 var(--border-radius-value-s);
}
.slide-navigation-next::after {
  content: "\f054";
}
.slide-pagination-container {
  container-type: inline-size;
  container-name: slide-pagination-container;
}

:root {
  --cta-post-sticky-height: 48px;
  --cta-post-sticky-navigation-width: 32px;
}

.cta {
  z-index: 97;
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
}
.cta-enabled {
  padding-bottom: var(--cta-height);
}
.cta-enabled .cta-content {
  transform: translateY(0);
  transition: transform 0.44s ease-out;
}
.cta-enabled .cta-post-sticky {
  visibility: visible;
  opacity: 1;
  transition: all 0.24s 0.44s ease-out;
}
.cta-enabled .global-footer-legal {
  margin-bottom: 8px;
}
.cta-content {
  z-index: 2;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  transform: translateY(100%);
  width: 100%;
}
.cta-background {
  pointer-events: none;
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 44px;
  background: linear-gradient(to top, rgba(37, 37, 37, 0.36), transparent);
}
.cta-text-adjust {
  display: -webkit-box;
  line-height: 1.2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
  overflow: hidden;
}
.cta-post-sticky {
  visibility: hidden;
  opacity: 0;
  pointer-events: auto;
  height: 100%;
  border-radius: inherit;
  transition: all 0.16s ease-out;
}
.cta-post-sticky-background {
  position: relative;
  width: calc(100% - 16px);
  max-width: 480px;
  height: var(--cta-post-sticky-height);
  border-radius: calc(var(--cta-post-sticky-height) / 2);
  filter: drop-shadow(var(--box-shadow-value));
  background: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
          backdrop-filter: saturate(180%) blur(20px);
  color: #252525;
  margin-right: auto;
  margin-bottom: 8px;
  margin-left: auto;
}
.cta-post-sticky .post-sticky-lists {
  border-radius: inherit;
}
.cta-post-sticky .post-sticky-lists + .post-sticky-navigation-wrap .slide-navigation {
  width: var(--cta-post-sticky-navigation-width);
  height: var(--cta-post-sticky-height);
  -webkit-backdrop-filter: none;
          backdrop-filter: none;
  background: transparent;
}
.cta-post-sticky .post-sticky-lists + .post-sticky-navigation-wrap .slide-navigation::after {
  font-size: 15px;
  margin-bottom: 2px;
}
@container slide-navigation-container (max-width: 375px) {
  .cta-post-sticky .post-sticky-lists + .post-sticky-navigation-wrap .slide-navigation::after {
    font-size: 14px;
  }
}
.cta-post-sticky .post-sticky-lists + .post-sticky-navigation-wrap .slide-navigation-prev {
  border-radius: 24px 0 0 24px;
}
.cta-post-sticky .post-sticky-lists + .post-sticky-navigation-wrap .slide-navigation-next {
  border-radius: 0 24px 24px 0;
}
.cta-post-sticky .post-sticky-lists ~ .post-sticky-pagination-wrap {
  pointer-events: none;
  z-index: 2;
  position: absolute;
  bottom: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2px;
}
.cta-post-sticky .post-sticky-lists ~ .post-sticky-pagination-wrap .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
}
.cta-post-sticky .post-sticky-lists .post-sticky-link {
  right: var(--cta-post-sticky-navigation-width);
  left: var(--cta-post-sticky-navigation-width);
}
.cta-post-sticky .post-sticky-lists .post-sticky-text {
  width: calc(100% - var(--cta-post-sticky-navigation-width) * 2);
  margin-right: auto;
  margin-bottom: 2px;
  margin-left: auto;
}
.cta-post-sticky .post-sticky-list {
  height: inherit;
  border-radius: inherit;
}
.cta-post-sticky .post-sticky-list .post-sticky-text {
  width: var(--element-width);
  margin-right: auto;
  margin-left: auto;
}
.cta-post-sticky .post-sticky-item {
  display: flex;
  align-items: center;
  height: inherit;
  border-radius: inherit;
}
.cta-post-sticky .post-sticky-text {
  text-align: center;
}
.cta-post-sticky .post-sticky-date {
  display: none;
  line-height: 1.2;
  font-size: 14px;
  color: inherit;
}
@container post-sticky-item-container (max-width: 375px) {
  .cta-post-sticky .post-sticky-date {
    font-size: 13px;
  }
}
.cta-post-sticky .post-sticky-title {
  text-align: left;
  display: inline-block;
}
.cta-post-sticky .post-sticky-title .adjust {
  display: -webkit-box;
  line-height: 1.2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
  font-weight: 500;
  font-size: 14px;
  color: inherit;
  overflow: hidden;
}
@container post-sticky-item-container (max-width: 375px) {
  .cta-post-sticky .post-sticky-title .adjust {
    font-size: 13px;
  }
}

.slide-pagination.swiper-pagination-bullets {
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 4px;
       column-gap: 4px;
  width: auto;
}
.slide-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  opacity: 1;
  pointer-events: auto;
  position: relative;
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background: #898989;
  margin: 0;
  transition: width 0.2s ease-out;
  overflow: hidden;
}
.slide-pagination.swiper-pagination-bullets .swiper-pagination-bullet-active {
  background: #3fe2ce;
}

.global-footer {
  container-type: inline-size;
  container-name: gf-container;
}
.global-footer-nav {
  position: relative;
  width: var(--element-width);
  max-width: var(--element-maxWidth);
  margin-right: auto;
  margin-left: auto;
}
@container gf-container (max-width: 768px) {
  .global-footer-nav {
    width: 100%;
  }
}
.global-footer-nav-column .global-footer-nav-item:not(:last-of-type) {
  margin-bottom: 16px;
}
@container gf-container (max-width: 768px) {
  .global-footer-nav-column .global-footer-nav-item:not(:last-of-type) {
    margin-bottom: 0;
  }
}
.global-footer-nav-list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
  margin-top: var(--header-shrink-height);
}
@container gf-container (max-width: 768px) {
  .global-footer-nav-list {
    grid-template-columns: minmax(0, 1fr);
    gap: 0;
    max-width: 400px;
    margin-top: 16px;
    margin-right: auto;
    margin-left: auto;
  }
}
.global-footer-nav-item {
  container-type: inline-size;
  container-name: gf-nav-item-container;
  position: relative;
  line-height: 1.4;
  font-weight: 500;
  font-size: 18px;
  color: #fff;
}
.global-footer-nav-item-header {
  position: relative;
  display: inline-block;
  font-size: 18px;
}
@container gf-container (max-width: 768px) {
  .global-footer-nav-item-header {
    display: flex;
    align-items: center;
    min-height: 36px;
  }
}
@container gf-nav-item-container (max-width: 375px) {
  .global-footer-nav-item-header {
    font-size: 16px;
  }
}
@container gf-container (max-width: 768px) {
  .global-footer-nav-item-header:has(.global-footer-nav-item-header-link):has(.global-footer-nav-submenu-trigger) .global-footer-nav-item-header-text {
    margin-right: 56px;
  }
}
@container gf-container (max-width: 768px) {
  .global-footer-nav-item-header:has(.global-footer-nav-item-header-link):has(.global-footer-nav-submenu-trigger) .global-footer-nav-item-header-link {
    right: 48px;
  }
}
.global-footer-nav-item-header:has(.global-footer-nav-item-header-link):has(.global-footer-nav-submenu-trigger) .global-footer-nav-submenu-trigger {
  top: 50%;
  transform: translateY(-50%);
  padding-left: 2px;
}
.global-footer-nav-item-header:has(.global-footer-nav-item-header-link):has(.global-footer-nav-submenu-trigger) .global-footer-nav-submenu-trigger::before {
  content: "";
}
.global-footer-nav-item-header:has(.global-footer-nav-item-header-link):not(:has(.global-footer-nav-submenu-trigger)) .global-footer-nav-item-header-link {
  right: 0;
}
.global-footer-nav-item-header:not(:has(.global-footer-nav-item-header-link)):has(.global-footer-nav-submenu-trigger) {
  display: flex;
}
.global-footer-nav-item-header:not(:has(.global-footer-nav-item-header-link)):has(.global-footer-nav-submenu-trigger) .global-footer-nav-item-title {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
}
.global-footer-nav-item-header:not(:has(.global-footer-nav-item-header-link)):has(.global-footer-nav-submenu-trigger) .global-footer-nav-submenu-trigger {
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.global-footer-nav-item-header:not(:has(.global-footer-nav-item-header-link)):has(.global-footer-nav-submenu-trigger) .global-footer-nav-submenu-trigger::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 48px;
  height: 36px;
}
.global-footer-nav-item-header-text {
  pointer-events: none;
  display: inline-block;
  line-height: 1.4;
  text-shadow: var(--text-shadow-value);
  font-weight: inherit;
  font-size: inherit;
  color: inherit;
  overflow-wrap: break-word;
  word-break: break-all;
}
@container gf-container (max-width: 768px) {
  .global-footer-nav-item-header-text {
    margin-right: 48px;
    margin-left: 16px;
    padding-top: 0.3em;
    padding-bottom: 0.3em;
  }
}
.global-footer-nav-item-header-link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
}
.global-footer-nav-item-title {
  pointer-events: none;
}
.global-footer-nav-submenu {
  --gf-nav-submenu-baseFontSize: 15px;
}
@container gf-nav-item-container (max-width: 768px) {
  .global-footer-nav-submenu {
    --gf-nav-submenu-baseFontSize: 14px;
  }
}
@container gf-nav-item-container (max-width: 375px) {
  .global-footer-nav-submenu {
    --gf-nav-submenu-baseFontSize: 13px;
  }
}
.global-footer-nav-submenu[aria-hidden=true] {
  visibility: hidden;
  opacity: 0;
  z-index: -1;
  position: absolute;
  top: 100%;
  transform: translateY(-100px);
  width: 100%;
  margin-top: 0;
  padding-bottom: 12px;
  overflow: hidden;
}
.global-footer-nav-submenu[aria-hidden=false] {
  visibility: visible;
  opacity: 1;
  z-index: 1;
  position: static;
  transform: none;
  transition: opacity 0.2s 0.24s ease-out, transform 0.44s ease-out;
}
.global-footer-nav-submenu[aria-hidden=false] .global-footer-nav-submenu-content {
  margin-top: 8px;
}
@container gf-container (max-width: 768px) {
  .global-footer-nav-submenu[aria-hidden=false] .global-footer-nav-submenu-content {
    margin-top: 0;
  }
}
.global-footer-nav-submenu-trigger {
  position: absolute;
  right: 0;
  width: 48px;
  height: 36px;
}
.global-footer-nav-submenu-trigger[aria-expanded=true]::after {
  content: "\f077";
}
.global-footer-nav-submenu-trigger:disabled {
  display: none;
}
.global-footer-nav-submenu-trigger::before {
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  content: none;
  width: 2px;
  height: 1em;
  border-radius: 1px;
  background: rgba(255, 255, 255, 0.8);
}
.global-footer-nav-submenu-trigger::after {
  pointer-events: none;
  content: "\f078";
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Font Awesome 6 Free";
  font-weight: bold;
  font-size: 16px;
}
.global-footer-nav-submenu-content {
  font-size: var(--gf-nav-submenu-baseFontSize);
}
@container gf-container (max-width: 768px) {
  .global-footer-nav-submenu-content {
    margin-bottom: 8px;
    padding-left: 16px;
  }
}
.global-footer-nav-submenu-item {
  position: relative;
  display: block;
  font-weight: 400;
  font-size: inherit;
}
.global-footer-nav-submenu-item:not(:last-of-type) {
  margin-bottom: 8px;
}
@container gf-container (max-width: 768px) {
  .global-footer-nav-submenu-item:not(:last-of-type) {
    margin-bottom: 0;
  }
}
.global-footer-nav-submenu-item-text {
  pointer-events: none;
  display: inline-block;
  line-height: 1.4;
  font-weight: inherit;
  font-size: inherit;
  color: inherit;
  overflow-wrap: break-word;
  word-break: break-all;
}
@container gf-container (max-width: 768px) {
  .global-footer-nav-submenu-item-text {
    display: block;
    width: var(--element-width);
    margin-right: auto;
    margin-left: auto;
    padding-top: 0.3em;
    padding-bottom: 0.3em;
  }
}
.global-footer-nav-submenu-item-link {
  position: relative;
  display: inline-block;
  color: inherit;
}
@container gf-container (max-width: 768px) {
  .global-footer-nav-submenu-item-link {
    display: block;
    width: 100%;
  }
}
.global-footer-nav-info-list.info-archive-list:not(.grid) {
  display: block;
}
.global-footer-nav-info-list.info-archive-list:not(.grid) .info-archive-item {
  padding-top: 0;
  padding-bottom: 0;
}
.global-footer-nav-info-list.info-archive-list:not(.grid) .info-archive-item:not(:last-of-type) {
  margin-bottom: 8px;
}
@container gf-container (max-width: 768px) {
  .global-footer-nav-info-list.info-archive-list:not(.grid) .info-archive-item:not(:last-of-type) {
    margin-bottom: 0;
  }
}
.global-footer-nav-info-list.info-archive-list:not(.grid) .info-archive-item:not(:last-of-type)::after {
  display: none;
}
.global-footer-nav-info-list.info-archive-list:not(.grid) .info-archive-item .info-article {
  width: 100%;
}
@container gf-container (max-width: 768px) {
  .global-footer-nav-info-list.info-archive-list:not(.grid) .info-archive-item .info-article {
    width: var(--element-width);
  }
}
.global-footer-nav-info-list.info-archive-list:not(.grid) .info-archive-item .info-article .info-content {
  --info-base-fontSize: var(--gf-nav-submenu-baseFontSize);
}
@container gf-container (max-width: 768px) {
  .global-footer-nav-info-list.info-archive-list:not(.grid) .info-archive-item .info-article .info-content {
    padding-top: 0.3em;
    padding-bottom: 0.3em;
  }
}
.global-footer-nav-info-list.info-archive-list:not(.grid) .info-title {
  margin-top: 2px;
}
.global-footer-nav-sns-item {
  display: block;
}
@container gf-container (min-width: 769px) {
  .global-footer-nav-sns-item {
    font-size: 18px;
  }
  @container gf-nav-item-container (max-width: 375px) {
    .global-footer-nav-sns-item {
      font-size: 16px;
    }
  }
}
.global-footer-nav-sns-item:not(:last-of-type) {
  margin-bottom: 16px;
}
@container gf-container (max-width: 768px) {
  .global-footer-nav-sns-item:not(:last-of-type) {
    margin-bottom: 0;
  }
}
.global-footer-nav-sns-item .global-footer-nav-submenu-item-text {
  display: flex;
  align-items: center;
  -moz-column-gap: 0.3em;
       column-gap: 0.3em;
  font-size: inherit;
  color: inherit;
}
.global-footer-nav-sns-item .global-footer-nav-submenu-item-text::before {
  display: inline-block;
  width: 1em;
  line-height: 1;
  text-align: center;
  font-family: "Font Awesome 6 Brands";
  font-size: inherit;
}
.global-footer-nav-sns-instagram .global-footer-nav-submenu-item-text::before {
  content: "\f16d";
  font-weight: 400;
}
.global-footer-nav-sns-youtube .global-footer-nav-submenu-item-text::before {
  content: "\f167";
  font-weight: 400;
}
.global-footer-nav-sns-tiktok .global-footer-nav-submenu-item-text::before {
  content: "\e07b";
  font-weight: 400;
}
.global-footer-nav-sns.global-footer-nav-item .global-footer-nav-item-header {
  display: none;
}
@container gf-container (max-width: 768px) {
  .global-footer-nav-sns.global-footer-nav-item .global-footer-nav-item-header {
    display: flex;
  }
}
.global-footer-nav-sns .global-footer-nav-submenu .global-footer-nav-submenu-content {
  margin-top: 0;
}
.global-footer-legal {
  position: relative;
  display: flex;
  align-items: center;
  flex-flow: row wrap;
  width: var(--element-width);
  max-width: var(--element-maxWidth);
  margin-top: 32px;
  margin-right: auto;
  margin-bottom: 32px;
  margin-left: auto;
}
@container gf-container (max-width: 768px) {
  .global-footer-legal {
    display: block;
    width: 100%;
    max-width: 400px;
    margin-top: 16px;
    padding-right: 16px;
    padding-left: 16px;
  }
}
.global-footer-legal-links {
  line-height: 1.4;
  font-weight: 400;
  font-size: 14px;
  color: #fff;
  margin-left: auto;
}
@container gf-container (max-width: 768px) {
  .global-footer-legal-links {
    font-size: 12px;
    margin-top: 4px;
  }
}
.global-footer-legal-link {
  color: inherit;
}
.global-footer-identity {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: auto;
  margin-left: auto;
}
.global-footer-identity-content {
  pointer-events: none;
  display: flex;
  align-items: center;
  -moz-column-gap: 16px;
       column-gap: 16px;
}
.global-footer-identity-logo {
  height: 120px;
}
@container gf-container (max-width: 768px) {
  .global-footer-identity-logo {
    height: 100px;
  }
}
@container gf-container (max-width: 375px) {
  .global-footer-identity-logo {
    height: 80px;
  }
}
.global-footer-identity-name {
  line-height: 1.3;
  font-weight: 500;
  font-size: 24px;
  color: #fff;
}
@container gf-container (max-width: 768px) {
  .global-footer-identity-name {
    font-size: 21px;
  }
}
@container gf-container (max-width: 375px) {
  .global-footer-identity-name {
    font-size: 18px;
  }
}
.global-footer-identity-slogan {
  display: inline-block;
  line-height: 1.2;
  border-radius: var(--border-radius-value-s);
  background: #fff;
  color: #3fe2ce;
  font-weight: 600;
  font-size: 13px;
  margin-bottom: 4px;
  padding: 4px 8px;
}
@container gf-container (max-width: 768px) {
  .global-footer-identity-slogan {
    font-size: 12px;
  }
}
@container gf-container (max-width: 375px) {
  .global-footer-identity-slogan {
    font-size: 11px;
  }
}
.global-footer-identity-link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
}
@media (hover: hover) {
  .global-footer-identity-link:hover ~ .global-footer-identity-content {
    opacity: 0.8;
    transition: 0.32s opacity ease-out;
  }
}
.global-footer-copyright {
  line-height: 1.3;
  font-weight: 400;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.8);
}
.global-footer-privacy {
  display: inline-block;
}

.share-items {
  position: relative;
  display: flex;
  align-items: center;
  flex-flow: row wrap;
  row-gap: 8px;
  -moz-column-gap: 0.8em;
       column-gap: 0.8em;
  font-size: 1.25em;
}
@media (hover: hover) {
  .share-items-color .share-item:has(.share-link):hover {
    opacity: var(--hover-opacity);
    transition: opacity var(--hover-opacity-transition) ease-out;
  }
}
.share-items-color .share-x .share-link {
  color: #000;
}
.share-items-color .share-facebook .share-link {
  color: #1877f2;
}
.share-items-color .share-line .share-link {
  color: #06c755;
}
.share-items-color .share-pocket .share-link {
  color: #ef4056;
}
.share-items-label {
  -moz-column-gap: 0;
       column-gap: 0;
}
.share-items-label .share-item {
  width: 2.2em;
}
.share-items-label .share-link-text-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.share-item {
  position: relative;
  min-width: 1em;
}
@media (hover: hover) {
  .share-item:has(.share-link):hover .share-link {
    transition: color 0.2s ease-out;
  }
}
.share-link {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 1;
  text-align: center;
  color: #898989;
}
.share-link-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1em;
}
.share-link-icon::after {
  font-family: "Font Awesome 6 Brands";
}
.share-link-text {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
  font-weight: 700;
  font-size: 1em;
  padding-right: 4px;
  padding-left: 4px;
  overflow: hidden;
}
.share-link-text-wrap {
  display: none;
  height: 2em;
  font-size: 0.5em;
  margin-top: 4px;
}
.share-x .share-link-icon::after {
  content: "\e61b";
}
@media (hover: hover) {
  .share-x:has(.share-link) .share-link:hover {
    color: #000;
  }
}
.share-facebook .share-link-icon::after {
  content: "\f39e";
}
@media (hover: hover) {
  .share-facebook:has(.share-link) .share-link:hover {
    color: #1877f2;
  }
}
.share-line .share-link-icon::after {
  content: "\f3c0";
}
@media (hover: hover) {
  .share-line:has(.share-link) .share-link:hover {
    color: #06c755;
  }
}
.share-pocket .share-link-icon::after {
  content: "\f265";
}
@media (hover: hover) {
  .share-pocket:has(.share-link) .share-link:hover {
    color: #ef4056;
  }
}

/* ----------
ACM
---------- */
:root {
  --acm-anchor-width: 44px;
  --acm-anchor-width-sp: 40px;
  --acm-anchor-height: 44px;
  --acm-anchor-height-sp: 40px;
  --acm-count-minWidth: var(--acm-anchor-width);
  --acm-count-minWidth-sp: var(--acm-anchor-width-sp);
  --acm-expanded-opacity-dulation: 0.44s;
  --acm-expanded-opacity-delay: 0.36s;
  --acm-expanded-transform-dulation: 0.36s;
  --acm-expanded-transform-delay: 0.2s;
  --acm-expanded-height-dulation: 0.2s;
  --acm-expanded-height-delay: 0s;
  --acm-collapsed-opacity-dulation: 0.2s;
  --acm-collapsed-opacity-delay: 0s;
  --acm-collapsed-transform-dulation: 0.56s;
  --acm-collapsed-transform-delay: 0s;
  --acm-collapsed-height-dulation: 0.36s;
  --acm-collapsed-height-delay: 0.2s;
}

.acm-expandable.acm-expanded .acm-anchor::after {
  content: "\f077";
}
.acm-expandable.acm-expanded .acm-content {
  transform: translateY(0);
  transition: transform var(--acm-expanded-transform-dulation) var(--acm-expanded-transform-delay) ease-out;
}
.acm-expandable.acm-expanded .acm-content-container {
  opacity: 1;
  transition: opacity var(--acm-expanded-opacity-dulation) var(--acm-expanded-opacity-delay) ease-out, max-height var(--acm-expanded-height-dulation) var(--acm-expanded-height-delay) ease-out;
}
.acm-expandable .acm-head:has(.acm-anchor):has(.acm-link):has(.acm-count) .acm-text {
  padding-right: 0;
}
.acm-expandable .acm-head:has(.acm-anchor):has(.acm-link):has(.acm-count) .acm-count-wrap {
  min-width: auto;
}
.acm-expandable .acm-head:has(.acm-anchor):not(:has(.acm-link)):has(.acm-count) .acm-text {
  width: 100%;
}
.acm-expandable .acm-head:has(.acm-anchor):not(:has(.acm-link)):has(.acm-count) .acm-anchor, .acm-expandable .acm-head:has(.acm-anchor):not(:has(.acm-link)):not(:has(.acm-count)) .acm-anchor {
  width: 100%;
  text-align: left;
}
@container acm-item-container (max-width: 375px) {
  .acm-expandable .acm-head:has(.acm-anchor):not(:has(.acm-link)):has(.acm-count) .acm-anchor, .acm-expandable .acm-head:has(.acm-anchor):not(:has(.acm-link)):not(:has(.acm-count)) .acm-anchor {
    min-height: var(--acm-anchor-height-sp);
  }
}
.acm-expandable .acm-head:has(.acm-anchor):not(:has(.acm-link)):has(.acm-count) .acm-anchor::before, .acm-expandable .acm-head:has(.acm-anchor):not(:has(.acm-link)):not(:has(.acm-count)) .acm-anchor::before {
  display: none;
}
.acm-expandable .acm-head:has(.acm-anchor):not(:has(.acm-link)):has(.acm-count) .acm-anchor::after, .acm-expandable .acm-head:has(.acm-anchor):not(:has(.acm-link)):not(:has(.acm-count)) .acm-anchor::after {
  flex-shrink: 0;
  display: table;
  width: var(--acm-anchor-width);
  text-align: center;
  margin-left: auto;
}
@container acm-item-container (max-width: 375px) {
  .acm-expandable .acm-head:has(.acm-anchor):not(:has(.acm-link)):has(.acm-count) .acm-anchor::after, .acm-expandable .acm-head:has(.acm-anchor):not(:has(.acm-link)):not(:has(.acm-count)) .acm-anchor::after {
    width: var(--acm-anchor-width-sp);
  }
}
.acm-expandable .acm-anchor {
  flex-shrink: 0;
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: var(--acm-anchor-width);
  min-height: var(--acm-anchor-height);
}
@container acm-item-container (max-width: 375px) {
  .acm-expandable .acm-anchor {
    width: var(--acm-anchor-width-sp);
    min-height: var(--acm-anchor-height-sp);
  }
}
@media (hover: hover) {
  .acm-expandable .acm-anchor:hover::after {
    opacity: var(--hover-opacity);
    transition: opacity var(--hover-opacity-transition) ease-out;
  }
}
.acm-expandable .acm-anchor:disabled {
  display: none;
}
.acm-expandable .acm-anchor::before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  content: "";
  width: 1px;
  height: 50%;
  background: #d3d3d3;
}
@container acm-item-container (max-width: 375px) {
  .acm-expandable .acm-anchor::before {
    height: calc(var(--acm-anchor-height-sp) / 2);
  }
}
.acm-expandable .acm-anchor::after {
  position: relative;
  content: "\f078";
  line-height: 1;
  font-family: "Font Awesome 6 Free";
  font-weight: bold;
  font-size: 15px;
  color: inherit;
}
.acm-expandable .acm-content {
  transform: translateY(-100%);
  transition: transform var(--acm-collapsed-transform-dulation) var(--acm-collapsed-transform-delay) ease-out;
}
.acm-expandable .acm-content-container {
  opacity: 0;
  position: relative;
  max-height: 0;
  overflow: hidden;
  transition: opacity var(--acm-collapsed-opacity-dulation) var(--acm-collapsed-opacity-delay) ease-out, max-height var(--acm-collapsed-height-dulation) var(--acm-collapsed-height-delay) ease-out;
}
.acm-item {
  --acm-base-fontSize: 16px;
  container-type: inline-size;
  container-name: acm-item-container;
  position: relative;
}
.acm-item:not(:first-of-type) {
  padding-top: 1px;
}
.acm-item:not(:first-of-type)::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 16px;
  content: "";
  height: 1px;
  background: #d3d3d3;
}
.acm-head {
  position: relative;
  display: flex;
  align-items: center;
  font-size: inherit;
  color: #252525;
}
@media (hover: hover) {
  .acm-head:hover:has(.acm-link) .acm-text, .acm-head:hover:has(.acm-link) .acm-count {
    opacity: var(--hover-opacity);
    transition: opacity var(--hover-opacity-transition) ease-out;
  }
  .acm-head:hover:not(:has(.acm-link)) .acm-anchor::after, .acm-head:hover:not(:has(.acm-link)) .acm-text, .acm-head:hover:not(:has(.acm-link)) .acm-count {
    opacity: var(--hover-opacity);
    transition: opacity var(--hover-opacity-transition) ease-out;
  }
}
.acm-content {
  font-size: var(--acm-base-fontSize);
}
.acm-text {
  display: flex;
  align-items: center;
  line-height: 1.3;
  color: inherit;
  font-size: inherit;
  word-break: break-all;
  padding-top: 0.5em;
  padding-right: 16px;
  padding-bottom: 0.5em;
  padding-left: 16px;
}
.acm-link {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: var(--acm-anchor-height);
  color: inherit;
}
@container acm-item-container (max-width: 375px) {
  .acm-link {
    min-height: var(--acm-anchor-height-sp);
  }
}
.acm-count-wrap {
  flex-shrink: 0;
  width: -moz-fit-content;
  width: fit-content;
  min-width: var(--acm-count-minWidth);
  line-height: 0;
  text-align: center;
  margin-left: auto;
  padding: 0.4em 8px;
}
@container acm-item-container (max-width: 375px) {
  .acm-count-wrap {
    min-width: var(--acm-count-minWidth-sp);
  }
}
.acm-count-wrap .count {
  margin-left: 0;
}

.count {
  flex-shrink: 0;
  display: inline-block;
  line-height: 1;
  border-radius: var(--border-radius-value-xs);
  background: #3fe2ce;
  color: #fff;
  font-weight: 600;
  font-size: 0.8em;
  margin-left: 0.4em;
  padding: 0.1em 0.5em;
}
.count-category {
  background: #3fe2ce;
  color: #fff;
}
.count-category-reverse {
  background: #fff;
  color: #252525;
}
.count-tag {
  background: #fff;
  color: #252525;
}
.count-tag-reverse {
  background: #252525;
  color: #fff;
}
.count-archive {
  background: #252525;
  color: #fff;
}

/* ----------
Pagination
---------- */
:root {
  --pagination-ctrl-btn-width: 44px;
  --pagination-ctrl-btn-height: 44px;
  --pagination-ctrl-input-width: 48px;
  --pagination-ctrl-input-height: var(--pagination-ctrl-btn-height);
}

.pagination-ctrl {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: var(--breakPoint-minWidth);
  margin-right: auto;
  margin-left: auto;
}
.pagination-ctrl-container {
  container-type: inline-size;
  container-name: pagination-container;
}
.pagination-ctrl-info {
  display: flex;
  flex: 1 0 1px;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
}
.pagination-ctrl-btn {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
  width: var(--pagination-ctrl-btn-width);
  height: var(--pagination-ctrl-btn-height);
  line-height: 1.3;
  border-radius: calc(var(--pagination-ctrl-btn-height) / 2);
}
@media (hover: hover) {
  .pagination-ctrl-btn:hover .pagination-ctrl-btn-chevron::after {
    opacity: var(--hover-opacity);
    transition: opacity var(--hover-opacity-transition) ease-out;
  }
}
.pagination-ctrl-btn-disabled {
  pointer-events: none;
  background: none;
  opacity: 0.3;
}
.pagination-ctrl-btn-label {
  display: none;
  font-weight: 500;
  font-size: 15px;
  color: #252525;
}
@container pagination-container (max-width: 375px) {
  .pagination-ctrl-btn-label {
    font-size: 13px;
  }
}
.pagination-ctrl-btn-label-prev {
  order: 2;
}
.pagination-ctrl-btn-label-next {
  order: 1;
}
.pagination-ctrl-btn-chevron::after {
  font-family: "Font Awesome 6 Free";
  font-weight: bold;
  font-size: 18px;
  color: #252525;
}
.pagination-ctrl-btn-chevron-prev {
  order: 1;
}
.pagination-ctrl-btn-chevron-prev::after {
  content: "\f053";
}
.pagination-ctrl-btn-chevron-next {
  order: 2;
}
.pagination-ctrl-btn-chevron-next::after {
  content: "\f054";
}
.pagination-ctrl-input[type=text] {
  width: var(--pagination-ctrl-input-width);
  height: var(--pagination-ctrl-input-height);
  text-align: center;
  line-height: 1.3;
  border-radius: var(--border-radius-value-s);
  border: var(--input-borderWidth) solid #898989;
  background: #fff;
  color: #252525;
  font-weight: 600;
  font-size: 18px;
  padding: 0;
}
@media (hover: hover) {
  .pagination-ctrl-input[type=text]:hover {
    filter: brightness(0.96);
    transition: filter 0.3s ease-out;
  }
}
.pagination-text {
  display: flex;
  align-items: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
  line-height: 1.2;
}
.pagination-text-separator {
  font-size: 18px;
  color: #898989;
}
.pagination-text-total {
  font-size: 18px;
  color: #252525;
  word-break: break-all;
}

.sidebar {
  container-type: inline-size;
  container-name: sidebar-container;
  position: relative;
}
.sidebar-content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
@container sidebar-container (max-width: 768px) {
  .sidebar-content {
    grid-template-columns: repeat(2, 1fr);
  }
}
@container sidebar-container (max-width: 480px) {
  .sidebar-content {
    grid-template-columns: minmax(0, 1fr);
  }
}
.sidebar-item {
  container-type: inline-size;
  container-name: sidebar-item-container;
  position: relative;
  border-radius: var(--border-radius-value);
  box-shadow: var(--box-shadow-value);
  background: #fff;
}
.sidebar-item-header {
  width: var(--element-width);
  margin-right: auto;
  margin-left: auto;
  padding-top: 16px;
  padding-bottom: 16px;
}
.sidebar-item-title {
  display: inline-block;
  line-height: 1.3;
  font-weight: 700;
  font-size: 32px;
  color: #3fe2ce;
}
@container sidebar-item-container (max-width: 768px) {
  .sidebar-item-title {
    font-size: 28px;
  }
}
@container sidebar-item-container (max-width: 480px) {
  .sidebar-item-title {
    font-size: 24px;
  }
}
@container sidebar-item-container (max-width: 375px) {
  .sidebar-item-title {
    font-size: 21px;
  }
}

:root {
  --checkbox-width: 24px;
  --checkbox-height: var(--checkbox-width);
  --checkbox-label-lineHeight: 1.3;
  --checkbox-label-fontsize: 13px;
  --checkbox-label-fontsize-sp: 12px;
  --checkbox-toggleswitch-width: 36px;
  --checkbox-toggleswitch-height: var(--checkbox-height);
  --checkbox-toggleswitch-borderRadius: var(--checkbox-toggleswitch-height);
  --checkbox-toggleswitch-switch-width: calc(
      var(--checkbox-toggleswitch-height) - var(--checkbox-toggleswitch-marginValue) * 2
  );
  --checkbox-toggleswitch-switch-height: var(--checkbox-toggleswitch-switch-width);
  --checkbox-toggleswitch-switch-borderRadius: calc(var(--checkbox-toggleswitch-switch-width) / 2);
  --checkbox-toggleswitch-marginValue: 2px;
  --radiobutton-width: 24px;
  --radiobutton-height: var(--radiobutton-width);
  --input-lineHeight: 1.5;
  --input-borderWidth: 1px;
  --input-fontSize: 16px;
  --input-paddingColumn: 16px;
  --input-paddingRow: calc(var(--input-fontSize) * var(--input-lineHeight) / 2);
  --input-placeholder-focus-fontSize: 12px;
  --input-placeholder-focus-paddingColumn: 2px;
}

input[type=radio] {
  position: relative;
  min-width: var(--radiobutton-width);
  min-height: var(--radiobutton-height);
}
input[type=radio]::before {
  z-index: 1;
  top: 0;
  left: 0;
  width: var(--radiobutton-width);
  height: var(--radiobutton-height);
  border: 2px solid #898989;
  background: #fff;
  transition: border-color 0.16s 0s ease-out;
}
input[type=radio]::after {
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  top: 4px;
  left: 4px;
  width: calc(var(--radiobutton-width) - 8px);
  height: calc(var(--radiobutton-height) - 8px);
  background: #4166f5;
  transition: all 0.16s 0s ease-out;
}
input[type=radio]::before, input[type=radio]::after {
  pointer-events: none;
  position: absolute;
  content: "";
  display: inline-block;
  border-radius: calc(var(--radiobutton-width) / 2);
}
input[type=radio]:checked::before {
  border-color: #4166f5;
  transition: border-color 0.12s 0s ease-out;
}
input[type=radio]:checked::after {
  visibility: visible;
  opacity: 1;
  background: #4166f5;
  transition: all 0.12s 0.12s ease-out;
}
input[type=checkbox] {
  position: absolute;
}
input[type=checkbox]:not(.checkbox-toggleswitch) {
  display: inline-flex;
}
input[type=checkbox]:not(.checkbox-toggleswitch)::before {
  top: 0;
  left: 0;
  width: var(--checkbox-width);
  height: var(--checkbox-height);
  border: 2px solid #898989;
  border-radius: var(--border-radius-value-s);
  background: #fff;
  transition: border-color 0.08s 0.24s ease-out, background 0.12s 0.12s ease-out;
}
input[type=checkbox]:not(.checkbox-toggleswitch)::after {
  opacity: 0;
  transition: opacity 0.12s 0s ease-out;
}
input[type=checkbox]:not(.checkbox-toggleswitch):checked::before {
  border-color: #3fe2ce;
  background: #3fe2ce;
  transition: border-color 0.08s 0s ease-out, background 0.12s 0.08s ease-out;
}
input[type=checkbox]:not(.checkbox-toggleswitch):checked::after {
  opacity: 1;
  z-index: 1;
  position: absolute;
  top: -2px;
  left: 9px;
  transform: rotate(45deg);
  content: "";
  display: block;
  width: 12px;
  height: 20px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transition: opacity 0.12s 0.2s ease-out;
}
input[type=checkbox]:not(.checkbox-toggleswitch) + label {
  min-height: var(--checkbox-height);
  padding-left: calc(var(--checkbox-width) + 4px);
}
input[type=checkbox]::before, input[type=checkbox]::after {
  pointer-events: none;
  position: absolute;
  content: "";
  display: block;
}
input[type=checkbox] + label {
  display: inline-block;
  line-height: var(--checkbox-label-lineHeight);
  color: #252525;
  font-weight: 500;
  font-size: var(--checkbox-label-fontsize);
  padding-top: calc((var(--checkbox-toggleswitch-height) - var(--checkbox-label-lineHeight) * var(--checkbox-label-fontsize)) / 2);
}
@container post-comment-container (max-width: 375px) {
  input[type=checkbox] + label {
    font-size: var(--checkbox-label-fontsize-sp);
    padding-top: calc((var(--checkbox-toggleswitch-height) - var(--checkbox-label-lineHeight) * var(--checkbox-label-fontsize-sp)) / 2);
  }
}
input[type=checkbox] + label:has(> a:hover) {
  opacity: initial;
}
input[type=checkbox] + label:has(> a:hover) > a {
  opacity: var(--hover-opacity);
  transition: opacity var(--hover-opacity-transition) ease-out;
}
@media (hover: hover) {
  input[type=checkbox]:hover + label {
    cursor: pointer;
    opacity: var(--hover-opacity);
    transition: opacity var(--hover-opacity-transition) ease-out;
  }
}
input[type=text], input[type=name], input[type=email], input[type=tel], input[type=url] {
  width: 100%;
  line-height: var(--input-lineHeight);
  border-radius: var(--border-radius-value-s);
  border: var(--input-borderWidth) solid #898989;
  background: #fff;
  color: #252525;
  font-weight: 400;
  font-size: var(--input-fontSize);
  padding: var(--input-paddingRow) var(--input-paddingColumn);
}
input[type=text]:focus, input[type=name]:focus, input[type=email]:focus, input[type=tel]:focus, input[type=url]:focus {
  border-color: #3fe2ce;
}
@media (hover: hover) {
  input[type=text]:hover, input[type=name]:hover, input[type=email]:hover, input[type=tel]:hover, input[type=url]:hover {
    opacity: var(--hover-opacity);
    transition: opacity var(--hover-opacity-transition) ease-out;
  }
}
input[type=submit] {
  width: 100%;
  min-height: 44px;
  line-height: 1.3;
  border-radius: var(--border-radius-value-s);
  text-shadow: var(--text-shadow-value);
  color: #fff;
  font-weight: 500;
  font-size: inherit;
  white-space: inherit;
  padding: 8px 16px;
  transition: all 0.2s ease-out;
}
input[type=submit]:disabled {
  background: #898989;
  color: rgba(255, 255, 255, 0.4);
  transition: all 0.12s ease-out;
}
@media (hover: hover) {
  input[type=submit]:not(:disabled):hover {
    cursor: pointer;
    opacity: 1;
    color: rgba(255, 255, 255, 0.8);
    transition: opacity 0.2s ease-out, color 0.2s ease-out;
  }
}

textarea {
  field-sizing: content;
  width: 100%;
  min-height: calc(var(--input-lineHeight) * 1em * 5 + var(--input-paddingRow) * 2 + var(--input-borderWidth) * 2);
  line-height: var(--input-lineHeight);
  border-radius: var(--border-radius-value-s);
  border: var(--input-borderWidth) solid #898989;
  background: #fff;
  color: #252525;
  font-weight: 400;
  font-size: var(--input-fontSize);
  padding: var(--input-paddingRow) var(--input-paddingColumn);
}
textarea:focus {
  border-color: #3fe2ce;
}
@media (hover: hover) {
  textarea:hover {
    opacity: var(--hover-opacity);
    transition: opacity var(--hover-opacity-transition) ease-out;
  }
}

.ground-list {
  container-type: inline-size;
  container-name: ground-container;
}
.ground-item {
  container-type: inline-size;
  container-name: ground-item-container;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 180px;
  -moz-column-gap: 16px;
       column-gap: 16px;
}
.ground-item:not(:last-of-type) {
  margin-bottom: 16px;
}
@container ground-container (max-width: 375px) {
  .ground-item {
    grid-template-columns: minmax(0, 1fr);
  }
}
.ground-detail {
  --ground-detail-base-fontSize: 16px;
  font-size: var(--ground-detail-base-fontSize);
}
@container ground-container (max-width: 768px) {
  .ground-detail {
    --ground-detail-base-fontSize: 15px;
  }
}
@container ground-container (max-width: 375px) {
  .ground-detail {
    --ground-detail-base-fontSize: 14px;
  }
}
.ground-name {
  line-height: 1.4;
  font-weight: 400;
  font-size: var(--ground-detail-base-fontSize);
}
.ground-address {
  display: block;
  line-height: 1.3;
  font-style: italic;
  font-weight: 300;
  font-size: calc(var(--ground-detail-base-fontSize) - 4px);
  margin-top: 0.3em;
}
.ground-access {
  font-size: calc(var(--ground-detail-base-fontSize) - 4px);
  margin-top: 8px;
}
.ground-access-head {
  position: relative;
  display: flex;
  align-items: center;
  line-height: 1.3;
  font-weight: 400;
  font-size: inherit;
}
.ground-access-head.car::before {
  content: "\f1b9";
}
.ground-access-head.bus::before {
  content: "\f207";
}
.ground-access-head.train::before {
  content: "\f239";
}
.ground-access-head::before {
  display: inline-block;
  width: 24px;
  text-align: center;
  font-family: "Font Awesome 6 Free";
  font-weight: bold;
  font-size: 0.9em;
}
.ground-access-item {
  font-weight: inherit;
  font-size: inherit;
}
.ground-access-item:not(:last-of-type) {
  margin-bottom: 4px;
}
.ground-access-detail-list {
  font-weight: 300;
  margin-top: 2px;
}
.ground-map {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ground-map-wrap {
  aspect-ratio: 16/10;
  position: relative;
  max-height: 160px;
  border-radius: var(--border-radius-value);
  overflow: hidden;
}
@container ground-container (max-width: 375px) {
  .ground-map-wrap {
    margin-top: 8px;
  }
}/*# sourceMappingURL=style.css.map */