.top-fv{
    height: 85vh;
}

.top-shadow{
    left:0;
    bottom: -15px;
}

.top-fv-right-deco{
    top:12vh;
    height: 60vh;
    left: calc(50% - 4rem);
}

.drawer-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.drawer-menu li {
    margin-bottom: 1rem; /* mb-4 相当 */
    text-align: center;  /* mx-auto + block */
}

.drawer-menu a {
    display: block;
    font-size: 1.125rem; /* text-lg */
    font-weight: 600;    /* font-semibold */
}

/* デフォルトの 781px を打ち消す */
@media (max-width: 781px) {
    .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
        flex-basis: 0 !important;
    }
}

/* 779px の代わりに 767px を使う */
@media (max-width: 760px) {
    .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
        flex-basis: 100% !important;
    }
}

.teams_section .wp-block-columns,
.match-results .wp-block-columns {
    gap: 3.0rem; /* カラム間の余白 */
}

.match-results-columns + .match-results-columns{
    margin-top: 3.0rem;
}

.match-results-columns > .wp-block-column{
    margin-bottom: 4.0rem;
}

.teams-group{
    margin-bottom: 2.0rem;
}

.teams-group p{
    margin-bottom: 0.5rem;
}

.movie-section{
    max-width: 1000px!important;
    width: 100%;
    margin: 0 auto;
}

/* 疑似要素で下矢印 */
.down-arrow-btn__text::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    border-top: 11px solid #ffffff;
    margin-left: 10px;
    display: inline-block;
}

  /* スマホサイズで小さくする */
@media (max-width: 768px) {
    .down-arrow-btn__text::after {
        border-right: 4px solid transparent;
        border-left: 4px solid transparent;
        border-top: 9px solid #ffffff;
    }
}

/* ラッパーをアスペクト比コンテナ化 */
.wp-block-embed.is-type-video.wp-embed-aspect-16-9 .wp-block-embed__wrapper {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
    margin-bottom: 0.625rem;
}

/* iframeを中で100%表示 */
.wp-block-embed.is-type-video.wp-embed-aspect-16-9 .wp-block-embed__wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Contact Form 7 */
input,
textarea{
    color: #000000;
}

.form__list {
    margin-top: 3.75rem;
}

.form__field {
    display: flex;
    align-items: flex-start;
}
@media screen and (max-width: 768px) {
    .form__field {
        flex-direction: column;
    }
}

.form__label {
    min-width: 300px;
}
@media screen and (max-width: 768px) {
    .form__label {
    min-width: unset;
    }
}

.form__field + .form__field {
    margin-top: 1.875rem;
}
@media screen and (max-width: 768px) {
    .form__field + .form__field {
    margin-top: 1.25rem;
    }
}

.form__data {
    flex-grow: 1;
    width: 100%;
}
@media screen and (max-width: 768px) {
    .form__data {
        margin-top: 0.625rem;
    }
}

.form__acceptance {
    margin-top: 2.25rem;
    text-align: center;
}
@media screen and (max-width: 768px) {
    .form__acceptance {
        margin-top: 1.875rem;
    }
}

.form__input::-moz-placeholder, .form__textarea::-moz-placeholder {
    color: #999999;
}

.form__input::placeholder,
.form__textarea::placeholder {
    color: #999999;
}

.form__textarea {
    height: 15.625rem;
    resize: none;
}

.form__label {
    font-size: 1.125rem;
    line-height: 1.8;
    font-weight: 600;
}
.form__label .require {
    font-size: 0.75rem;
    font-weight: 500;
    line-height: 2;
    margin-left: 0.75rem;
    color: #ffffff;
    background-color: var(--color-main-orange);
    padding: 0.0625rem 0.3125rem;
}
@media screen and (max-width: 375px) {
    .form__label {
        font-size: 1rem;
    }
}

.form__label label {
    display: flex;
    align-items: center;
}

.form__input,
.form__select,
.form__textarea,
.form__acceptance-text {
    font-size: 1.125rem;
    width: 100%;
    padding: 0.625rem 0.9375rem;
    border: 1px solid #E3E3E3;
    background-color: #F8F8F8;
    border-radius: 0.25rem;
}
@media screen and (max-width: 375px) {
    .form__input,
    .form__select,
    .form__textarea,
    .form__acceptance-text {
        padding: 0.5rem 0.9375rem;
        font-size: 1rem;
    }
}

.form__data-select {
    position: relative;
    color: #000000;
}

.form__data-select::after {
    position: absolute;
    top: 60%;
    right: 15px;
    width: 0;
    height: 0;
    margin-top: -3px;
    border-width: 6px 6px 0 6px;
    border-style: solid;
    border-color: var(--color-primary) transparent transparent transparent;
    content: "";
    pointer-events: none;
}

.form__data-select option{
    color: #000000;
}

.form__data-radio {
    display: flex;
    flex-wrap: wrap;
}

.form__privacy-text {
    font-size: 1rem;
    font-weight: 500;
    margin-left: 0.9375rem;
    color: var(--color-primary);
    line-height: 1.8;
    letter-spacing: 0.06em;
}
@media screen and (max-width: 375px) {
    .form__privacy-text {
        font-size: 0.875rem;
        margin-left: 0.5rem;
    }
}

.form__privacy-note {
    font-size: 0.875rem;
    font-weight: 300;
    margin-top: 0.9375rem;
}

.wpcf7-list-item {
    margin: 0;
}

.wpcf7-form-control-wrap[data-name="privacy"] input[type="checkbox"] {
    display: none; /* 元のチェックボックスを消す */
}

.wpcf7-form-control-wrap[data-name=privacy] .wpcf7-list-item-label {
    position: relative;
    display: inline-block;
    padding-left: 1.5rem;
}

.wpcf7-form-control-wrap[data-name=privacy] .wpcf7-list-item-label::before {
    position: absolute;
    top: 5px;
    left: 0;
    width: 1.25rem;
    height: 1.25rem;
    content: "";
    border: 1px solid #ffffff;
}

.wpcf7-form-control-wrap[data-name=privacy] .wpcf7-list-item-label::after {
    position: absolute;
    content: "";
    top: 9px;
    left: 3px;
    width: 0.9375rem;
    height: 0.5rem;
    transform: rotate(-45deg);
    opacity: 0;
    border-bottom: 2px solid #ffffff;
    border-left: 2px solid #ffffff;
}

.form__checkbox:checked + .wpcf7-list-item-label::after {
    opacity: 1;
}

.form__privacy-link {
    display: inline-block;
    color: #ffffff;
    font-weight: 500;
    border-bottom: 1px solid #ffffff;
    padding-bottom: 2px;
}

.form__submit-button {
    padding: 1rem 1.375rem;
    max-width: 21.875rem;
    margin: 3.125rem auto 0;
    background-color: var(--color-main-orange);
    font-size: 1.5rem;
    font-weight: 700;
    text-align: center;
    line-height: 1.2;
    letter-spacing: 0.1em;
    border-radius: 50px;
    color: #ffffff;
}
@media screen and (max-width: 768px) {
    .form__submit-button {
        font-size: 1.25rem;
    }
}
@media screen and (max-width: 375px) {
    .form__submit-button {
        font-size: 1.125rem;
        max-width: 100%;
    }
}

.form__submit-button:hover {
    opacity: 0.7;
}

.form__submit-button input {
    color: #ffffff;
}

.form-slidein-button .wpcf7-submit {
    all: unset;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 80px;
    font-family: var(--font-noto-sans-jp);
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    cursor: pointer;
    position: relative;
    z-index: 1;
}

.form-slidein-button {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 380px;
    width: 100%;
    min-height: 80px;
    font-family: var(--font-noto-sans-jp);
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    color: #fff;
    border: 1px solid var(--color-main-orange);
    border-radius: 40px;
    overflow: hidden;
    transition: all 0.3s;
    margin: 3.125rem auto 0;
    letter-spacing: 0.05em;
}

/* スライド背景 */
.form-slidein-button::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 50%;
    width: calc(100% + 30%);
    height: calc(100% + 2px);
    clip-path: polygon(0 0, 100% 0, 80% 100%, 0% 100%);
    background-color: var(--color-main-orange);
    transform: translateX(-100%);
    transition: all 0.4s;
}

.form-slidein-button::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.5rem;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background-image: url("../images/right-arrow-w.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.form-slidein-button:hover::before {
    transform: translateY(0);
}

.form-slidein-button:hover {
    color: #fff;
    border-color: #000;
}

  /* サイズ調整 */
.form-slidein-button.size-small { max-width: 240px; }
.form-slidein-button.size-medium { max-width: 380px; }
.form-slidein-button.size-large { max-width: 500px; }
.form-slidein-button.size-full { max-width: none; }

.form__note {
    font-size: 0.875rem;
    color: #ffffff;
    line-height: 1.8;
    letter-spacing: 0.06em;
    margin-top: 1.25rem;
    text-align: center;
}

.wpcf7 .wpcf7-submit:disabled {
    color: #ffffff;
}

.wpcf7-spinner {
    display: none;
}

.wpcf7-form.sent .wpcf7-response-output {
    display: none;
}


.single-nav__items {
    margin-top: 90px;
    max-width: 600px;
    margin-inline: auto;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(calc(33.3333333333% - 20px), 1fr));
    -moz-column-gap: 20px;
    column-gap: 20px;
    justify-items: center;
    align-items: center;
}

@media screen and (max-width: 768px) {
    .single-nav__items {
        margin-top: 3.4375rem;
        grid-template-columns: 1fr;
        row-gap: 1.6875rem;
    }
}

.single-nav__item {
    width: 100%;
}

.page-nav-button {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    font-weight: 500;
    border: 1px solid #ffffff;
    color: #ffffff;
    padding: 0.625rem 1.25rem;
}

.page-nav-button:hover {
    opacity: 1;
    border: 1px solid var(--color-main-orange);
}

.page-nav-button:hover span {
    color: var(--color-main-orange)!important;
}

.page-numbers{
    padding: 0.625rem 1rem;
    border: 1px solid #ffffff;
}

.page-numbers:hover{
    color: var(--color-main-orange);
    border: 1px solid var(--color-main-orange);
    opacity: 1;
}
.page-numbers + .page-numbers{
    margin-left: 0.625rem;
}

.img-title::after{
    height: 0!important;
    padding-bottom:0!important;
}

.kaihan-japan-cup-subtitle{
    border: unset;
}

.common-content h1{
    font-family: var(--font-roboto);
}

.common-content h2,
.common-content h3,
.common-content h4,
.common-content h5,
.common-content h6{
    font-family: var(--font-roboto-noto-sans);
}

/* Snow Monkey Editorで文字サイズを変えた部分のフォントをRobotoに指定 */
.common-content h1 span[class*="sme-"]{
    font-family: var(--font-roboto) !important;
    line-height: 1.2!important;
}

.common-content h2 span[class*="sme-"],
.common-content h3 span[class*="sme-"],
.common-content h4 span[class*="sme-"],
.common-content h5 span[class*="sme-"],
.common-content h6 span[class*="sme-"] {
    font-family: var(--font-roboto-noto-sans) !important;
}

.common-content h1{
    color: var(--color-main-orange);
    font-size: 3.75rem;
    font-weight: 700;
    line-height: 1.2;
}
@media screen and (max-width: 768px) {
    .common-content h1{
        font-size: 2.5rem;
    }
}

.common-content h2 {
    position: relative;
    text-align: center;
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.2!important;
    letter-spacing: 0.05em;
    padding-bottom: 27px;
    color: #fff;
}
.common-content h2::after {
    position: absolute;
    content: '';
    height: 3px;
    width: 50px;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    background-color: var(--color-main-orange);
}
@media screen and (max-width: 768px) {
    .common-content h2 {
        font-size: 25px;
    }
}

.common-content h3 {
    position: relative;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.8;
    padding-top: 3.125rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid #fff;
}
@media screen and (max-width: 768px) {
    .common-content h3 {
        font-size: 1.25rem;
    }
}

.common-content h4 {
    position: relative;
    font-size: 1.125rem;
    line-height: 1.8;
    font-weight: 500;
    padding-left: 1.0rem;
    padding-top: 1.25rem;
}

.common-content h4::after{
    position: absolute;
    content: '';
    height: 32px;
    width: 6px;
    left: 0;
    bottom: 0;
    background-color: var(--color-main-orange);
}

@media screen and (max-width: 768px) {
    .common-content h4 {
        font-size: 1.0rem;
    }
}

.common-content h5 {
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 1.2;
}
@media screen and (max-width: 768px) {
    .common-content h5 {
        font-size: 1.0rem;
    }
}
@media screen and (max-width: 375px) {
    .common-content h5 {
        font-size: 1.125rem;
    }
}

.common-content h6 {
    font-size: 1.0rem;
    font-weight: 700;
    line-height: 1.6;
}
@media screen and (max-width: 768px) {
    .common-content h6 {
        font-size: 0.825rem;
    }
}

.site-content h2{
    margin-bottom: 3.125rem;
}
.site-content h3 {
    margin-bottom: 1.875rem;
}

.site-content p,
.site-content h4,
.site-content h5,
.site-content h6,
.site-content img,
.site-content ul,
.site-content ol,
.site-content table,
.site-content .wp-block-group {
    margin-bottom: 1.25rem;
}

@media screen and (max-width: 768px) {
    .site-content p,
    .site-content h4,
    .site-content h5,
    .site-content h6,
    .site-content img,
    .site-content ul,
    .site-content ol,
    .site-content table,
    .site-content .wp-block-group {
        margin-bottom: 1.0rem;
    }    
}

.site-content p {
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.8!important;
    letter-spacing: 0;
}
@media screen and (max-width: 768px) {
    .site-content p {
        font-size: 0.875rem;
    }
}

.navigation{
    margin-top: 3.5rem;
    text-align: center;
}

.site-content p {
    font-family: var(--font-noto-sans-jp);
    font-weight: 500;
    font-size: 1rem;
    line-height: 2;
    letter-spacing: 0;
}
@media screen and (max-width: 768px) {
    .site-content p {
        font-size: 0.875rem;
    }
}

.site-content ul {
    list-style: none;
    padding-left: 2.25rem;
}
@media screen and (max-width: 768px) {
    .site-content ul {
        padding-left: 0.9375rem;
    }
}

.site-content ul li {
    font-size: 1rem;
    display: flex;
    align-items: baseline;
}
@media screen and (max-width: 768px) {
    .site-content ul li {
        align-items: baseline;
    }
}

.site-content ul li::before {
    content: "⚫︎";
    color: #ffffff;
    font-size: 0.5em;
    margin-right: 1em;
}

.site-content ul li:not(:first-child) {
    margin-top: 0.625rem;
}

.site-content ol {
    counter-reset: number;
    list-style-type: none !important;
    padding-left: 1.25rem;
}

.site-content ol li {
    position: relative;
    line-height: 1.6;
    padding-left: 2.1875rem;
}

.site-content ol li:not(:first-child) {
    margin-top: 0.625rem;
}

.site-content ol li:before {
    position: absolute;
    counter-increment: number;
    content: counter(number);
    display: inline-block;
    background-color: var(--color-main-orange);
    color: #ffffff;
    font-weight: 500;
    font-size: 1rem;
    left: 0;
    width: 1.5625rem;
    height: 1.5625rem;
    line-height: 25px;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
}

.site-content table table {
    border: none;
}

.site-content table thead {
    border-bottom: 1px solid #ffffff;
}

.site-content table th {
    background: var(--color-main-orange);
    color: #ffffff;
}

.site-content table td {
    border: 1px solid #ffffff;
}

.site-content a {
    color: #ffffff;
    text-decoration: underline;
    word-break: break-all;
}

@media screen and (max-width: 768px) {
    .site-content figure {
        text-align: center;
    }
}

.site-content figure.wp-block-image img {
    width: auto !important;
    max-width: 100%;
    height: auto;
    display: inline-block;
}

/* YouTube iframe対応（レスポンシブ） */
.site-content iframe {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
    aspect-ratio: 16/9; /* CSSでアスペクト比を維持 */
    margin-bottom: 0.9375rem;
}

/* 旧ブラウザ対応が必要な場合はwrapで対応 */
.site-content .video-wrap {
    position: relative;
    width: 100%;
    padding-top: 56.25%; /* 16:9のアスペクト比 */
    margin-bottom: 0.9375rem;
}

.site-content .video-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* カバーブロックを画面いっぱいに広げる */
.wp-block-cover.alignfull {
    width: 100vw !important;
    max-width: 100vw !important;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
}

.team-group{
    margin-bottom: 0.625rem!important;
}

.team-column{
    gap: 0.625rem;
    margin-bottom: 0;
}

.team-column img{
    width: 60px;
    height: 60px;
    object-fit: contain;
}

.team-column p{
    font-size: 0.75rem;
}

.fade-up-box {
    opacity: 0;
    transform: translateY(40px);
    animation: fadeUp 0.6s ease-out forwards;
}

@keyframes fadeUp {
    0% {
        opacity: 0;
        transform: translateY(40px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.slidein-button{
    padding: 0 1.0rem;
    width: 100%;
}
.slidein-button a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 80px;
    font-family: var(--font-noto-sans-jp);
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    color: #fff;
    border: 1px solid var(--color-main-orange);
    border-radius: 40px;
    overflow: hidden;
    transition: all 0.3s;
    max-width: 380px;
    letter-spacing: 0.05em;
}

.slidein-button.is-bg-black a {
    background-color: #000;
}

.slidein-button.is-bg-transparent a {
    background-color: transparent;
}

.slidein-button.size-small a {
    max-width: 240px;
}

.slidein-button.size-medium a {
    max-width: 380px;
}

.slidein-button.size-large a {
    max-width: 500px;
}

.slidein-button.size-full a {
    max-width: none;
}

.slidein-button a span {
    position: relative;
    z-index: 1;
}

.slidein-button a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 50%;
    width: calc(100% + 30%);
    height: calc(100% + 2px);
    clip-path: polygon(0 0, 100% 0, 80% 100%, 0% 100%);
    background-color: var(--color-main-orange);
    transform: translateX(-100%);
    transition: all 0.4s;
}

.slidein-button a:hover {
    color: #fff;
    border: 1px solid #000;
    opacity: 1;
}

.slidein-button a:hover::before {
    transform: translateY(0);
}

.slidein-button a img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 1.5rem;
    width: 24px;
    height: 24px;
}

.slidein-button a.align-left {
    margin-left: 0;
    margin-right: auto;
}

.slidein-button a.align-center {
    margin-left: auto;
    margin-right: auto;
}

.slidein-button a.align-right {
    margin-left: auto;
    margin-right: 0;
}


@media screen and (max-width: 760px) {
    .slidein-button a.align-left {
        margin-left: auto;
        margin-right: auto;
    }
    .slidein-button a.align-right {
        margin-left: auto;
        margin-right: auto;
    }
}

/* .section-title.visible {
    opacity: 1;
    transform: translateY(0);
} */

.section-title {
    text-align: center;
    color: #fff;
    opacity: 0; /* デフォルトは非表示 */
    transition: opacity 3.5s ease-out;
}

/* ---- アニメーションが「なし」の場合 ---- */
.section-title:not(.fadein--up):not(.fadein--left) {
    opacity: 1 !important;
    transition: none !important;
}

/* AOSが発火して .aos-animate が付いたら透明度1に */
.section-title.aos-animate {
opacity: 1;
}

/* 通常の画像部分 */
.section-title__en {
    display: inline-block;
    position: relative;
}

/* 下線ON時のみ */
.section-title__en.has-underline::after {
    content: "";
    position: absolute;
    bottom: -12px;
    left: 0;
    width: 100%;
    height: 4px;
    background: #fff;
}

.section-title__en img {
    display: block;
    height: auto;
    margin-bottom: 0;
}

h2.section-title__ja {
    margin-top: 28px;
    font-family: var(--font-noto-sans-jp);
    font-size: 20px;
    line-height: 1.4!important;
    letter-spacing: 0.05em;
    font-weight: bold;
    padding-bottom: 0;
}

h2.section-title__ja::after{
    height: 0;
}

@media screen and (max-width: 760px) {
    .section-title__en img {
        width: 83%;
        margin-inline: auto;
    }    
    .section-title__en.has-underline::after {
        left: 5%;
        width: 90%;
    }
}

.fadein {
    opacity: 0; 
    animation-delay: 0.3s;
}

  /* 下から（ふわっと） */
.fadein--up.is-in{ 
    animation: title-slide-up 0.8s cubic-bezier(0, 0, 0.2, 1) forwards;
}

/* 左から（ふわっと） */
.fadein--left.is-in {
    animation: title-slide-left 0.8s cubic-bezier(0, 0, 0.2, 1) forwards;
}

/* 可視化後（共通） */
.fadein.is-in {
    opacity: 1;
    transform: translate3d(0,0,0);
}

@keyframes title-slide-up {
    0% {
      opacity: 0;
      transform: translateY(50px);
    }
    75% {
        opacity: 0.7;
    }
    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }
  
  @keyframes title-slide-left {
    0% {
      opacity: 0;
      transform: translateX(-50px);
    }
    75% {
      opacity: 0.7;
    }
    100% {
      opacity: 1;
      transform: translateX(0);
    }
}

/* FAQ */
.faq{
    padding-top: 6.25rem;
    padding-bottom: 8.75rem;
}

.faq__items {
    margin-top: 2.5rem;
}

.faq__item {
    width: 100%;
}

.faq__item:not(:first-child) {
    margin-top: 1.25rem;
}
@media screen and (max-width: 430px) {
    .faq__item:not(:first-child) {
        margin-top: 0.625rem;
    }
}

.faq-item__title {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    cursor: pointer;
    padding: 15px 10px 15px 68px;
    background-color: #121212;
}

@media screen and (max-width: 760px) {
    .faq-item__title {
        align-items: baseline;
    }
}

.faq-item__title::before {
    content: url(../images/question/faq-q-icon.png);
    top: 18px;
}

.faq-item__title::before,
.faq-item__content::before {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 25px;
}
@media screen and (max-width: 760px) {
    .faq-item__title::before,
    .faq-item__content::before {
        left: 20px;
    }
}

.faq-item__title-text {
    text-align: justify;
    font-family: var(--font-noto-sans-jp);
    font-size: 17px;
    font-weight: 700;
    line-height: 1.6;
}

.faq-item__toggle-icon {
    position: relative;
    display: inline-block;
    width: 26px;
    height: 26px;
    margin-left: 1.5625rem;
    background-color: #fff;
    flex-shrink: 0;
}

/* ＋ を擬似要素2本で作る */
.faq-item__toggle-icon::before,
.faq-item__toggle-icon::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 12px;
    height: 2px;
    background: #000;
    transform-origin: center;
    transition: transform 0.25s ease;
}

.faq-item__toggle-icon::before {
    transform: translate(-50%, -50%) rotate(0deg);
}

.faq-item__toggle-icon::after {
    transform: translate(-50%, -50%) rotate(90deg);
}

.faq-item__title.is-open .faq-item__toggle-icon::before {
    transform: translate(-50%, -50%) rotate(180deg);
}

.faq-item__title.is-open .faq-item__toggle-icon::after {
    display: none;
}

.faq-item__content {
    display: none;
    position: relative;
    width: 100%;
    padding: 30px 30px 30px 66px;
    background-color: #D9D9D9;
}

.faq-item__content::before {
    content: url(../images/question/faq-a-icon.png);
    top: 27px;
}

.faq-item__content-text {
    text-align: justify;
    font-family: var(--font-noto-sans-jp);
    font-size: 12px;
    font-weight: 700;
    line-height: 1.6;
    color: #000000;
}

/* EC情報 */
.sea-sail-online-inner{
    max-width: 56.25rem;
    width: 100%;
    margin: 0 auto;
}

@media screen and (max-width: 760px) {
    .sea-sail-online-title{
        width: 100%;
    }
}

/* サポーター情報 */
.supporter{
    padding: 6.25rem 0 5rem;
}
.supporter-inner{
    max-width: 56.25rem;
    width: 100%;
    margin: 0 auto;
}

.supporter-inner img{
    margin: 0 auto;
}

.supporter-title-ja{
    font-size: 1.875rem!important;
    font-weight: 700!important;
    line-height: 1.4!important;
    text-align: right!important;
    margin-top: 0.9375rem;
    padding-bottom: 0!important;
    padding-right: 0.625rem;
}

.supporter-title-ja::after{
    height: 0!important;
}
@media screen and (max-width: 760px) {
    .supporter-title{
        width: 100%;
    }
    .supporter-title-ja{
        font-size: 1.5rem!important;
        text-align: center!important;
        padding-right: 0;
    }
}

.information-banner {
    max-width: 100%;
    text-align: center;
}

.information-banner img {
    max-width: 100%;
    height: auto;
    display: inline-block;
}

.ssu-section{
    padding: 5rem 1rem 7.5rem;
}

.ssu-section-sub-title{
    position: relative;
    display: inline-block;
    font-family: var(--font-noto-serif-jp)!important;
    font-size: 30px!important;
    font-weight: 700!important;
    letter-spacing: 0.05em!important;
    padding-bottom: 0!important;
    margin-top: 25px;
}

.ssu-section-sub-title::before{
    position: absolute;
    content: '';
    height: 1px;
    width: 85px;
    background-color: #fff;
    top: 50%!important;
    transform: translateY(-50%)!important;
    left: calc(-85px - 30px);
}

.ssu-section-sub-title::after{
    position: absolute;
    content: '';
    height: 1px!important;
    width: 85px!important;
    background-color: #fff!important;
    top: 50%!important;
    transform: translateY(-50%)!important;
    right: calc(-85px - 30px)!important;
    left: unset!important;
}

.ssu-section-text{
    font-family: var(--font-noto-sans-jp);
    font-size: 18px;
    font-weight: 500;
    line-height: 1.8;
}

.ssu-section-btn {
    position: relative;
    overflow: visible;
}

.ssu-section-btn a{
    border: 1px solid #00A0E8;
}

.ssu-section-btn a::before {
    background-color: #00A0E8;
}

/* バルーン本体 */
.ssu-section-btn::after {
    content: "SEA SAIL UNITED FC についてはこちら";
    position: absolute;
    bottom: calc(100% - 15px);
    left: 50%;
    transform: translateX(-50%) translateY(10px);
    background-color: #FF6900;
    color: #fff;
    font-family: var(--font-noto-sans-jp);
    font-size: 18px;
    font-weight: 900;
    padding: 12px 24px;
    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.35s ease, transform 0.35s ease;
    z-index: 5;
}

.ssu-section-btn::before {
    content: "";
    position: absolute;
    bottom: calc(100% - 31px);
    left: 50%;
    transform: translateX(-50%) translateY(10px);
    border: 10px solid transparent;
    border-top-color: #FF6900;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.35s ease, transform 0.35s ease;
    z-index: 5;
}

/* ← これで「a の上にいる間だけ」バルーンを表示 */
.ssu-section-btn:has(a:hover)::after,
.ssu-section-btn:has(a:hover)::before {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
}

@media screen and (max-width: 760px) {
    .ssu-section-sub-title{
        font-size: calc(30vw / 760 * 100)!important;
    }
    .ssu-section-sub-title::before{
        position: absolute;
        width: 45px;
        left: calc(-45px - 15px);
    }
    .ssu-section-sub-title::after{
        width: 45px!important;
        right: calc(-45px - 15px)!important;
    }
    .ssu-section-text{
        font-size: 1rem;
    }
}

@media screen and (max-width: 375px) {
    .ssu-section-sub-title{
        font-size: 1.125rem!important;
    }
    .ssu-section-sub-title::before{
        position: absolute;
        width: 20px;
        left: calc(-20px - 5px);
    }
    .ssu-section-sub-title::after{
        width: 20px!important;
        right: calc(-20px - 5px)!important;
    }
    .ssu-section-text{
        font-size: 0.875rem;
    }
}