/*
Theme Name: Lightning Child
Theme URI:
Template: lightning
Description:
Author:
*/


/*/////////////////////////////////////////////////
//下記ユーザーカスタマイズエリア
/////////////////////////////////////////////////*/
@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700;900&display=swap');

/************************************************************/
/*リセット
/************************************************************/
html,body,p,ol,ul,li,dl,dt,dd,blockquote,figure,fieldset,legend,pre,iframe,hr,h1,h2,h3,h4,h5,h6{
	margin:0;
	padding:0;
}
h1,h2,h3,h4,h5,h6{font-size:100%;}
ol,ul,li,dl{list-style-position: inside;}
button,input,select,textarea{margin:0;}
html{
	box-sizing:border-box;
	line-height:1;
	font-size: 62.5%;
}
*,*:before,*:after{box-sizing:inherit;}
img,embed,iframe,object,audio,video{max-width:100%;}
iframe{border:0;}
table{
	border-collapse:collapse;
	border-spacing:0;
}
td,th{
	padding:0;
	text-align:left;
}
hr{
	height: 0;
	border: 0;
}
.wp-block-button__link {
    font-size: 1.6rem;
}
.wp-block-buttons>.wp-block-button.has-custom-font-size .wp-block-button__link {
	font-size: 1.4rem;
}

:root {
	--vk-size-text-meta: 1.2rem;
	--vk-size-text-lg: 2.4rem;
	--vk-size-text-sm: 1.4rem;
	--vk-size-text-xs: 1.2rem;
	--wp--preset--font-size--small: 1.4rem;
	--wp--preset--font-size--large: 3.6rem;
	--wp--preset--font-size--regular: 1.6rem;
	--wp--preset--font-size--huge: 4.2rem;
    --vk-mobile-nav-menu-btn-bg-src: url(./image/header/vk-menu-btn-white.svg);
    --vk-mobile-nav-menu-btn-close-bg-src: url(./image/header/vk-menu-close-white.svg);
}

/************************************************************/
/*ベース
/************************************************************/
html {
	scroll-behavior: smooth;
}
body {
	width:100%;
	font-family: "Lato", "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo, Osaka", "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-size: 14px;
	font-weight:500;
	color:#191919;
	background:#FFF;
	word-wrap : break-word;
	overflow-wrap : break-word;
}
button, input, select, textarea{
	font-family:inherit;
	font-weight:inherit;
	font-size:  inherit;
}
a{
	color:inherit;
	text-decoration:none;
}

@media screen and (max-width: 768px) {
  .pcOnly {
    display: none!important;
  }
  .content .aligncenter .pcOnly {
    display: none!important;
  }
}

@media screen and (min-width: 769px) {
  .spOnly {
    display: none!important;
  }
  .content .aligncenter .spOnly {
    display: none!important;
  }
}


/************************************************************/
/*共通
/************************************************************/
.page-header {
    min-height: 12rem;
}
.page-header-title, h1.page-header-title {
    font-size: 3rem;
    color: #3C2378;
}
.site-body {
    padding: 0 0 6rem;
}
.wp-block-table figcaption {
    font-size: 13px;
    text-align: left;
}
.wp-block-buttons .wp-block-button__link {
    border-radius: 9999px;
    color: var(--vk-color-primary);
}
.breadcrumb-list {
    padding: 10px 0;
}
.breadcrumb-list li,
.breadcrumb-list li a {
    color: #3C2378;
    font-size: 13px;
    line-height: 1.5;
}
li a, p a {
    text-decoration: none;
}
.widget {
    margin-bottom: 40px;
}
.widget_archive > ul li {
    position: relative;
    line-height: 1.5;
}
.widget_archive > ul li::before {
    content: "・";
    position: absolute;
    left: 0;
    top: 15px;
}
.widget_archive > ul li a {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 25px;
}

input[type=date],
input[type=email],
input[type=number],
input[type=password],
input[type=tel],
input[type=text],
input[type=url],
input[type="submit"],
select,
textarea {
    font-size: 1.6rem;
    background-color: #f1f1f1;
}
input[type="submit"] {
    background-color: #3C2378;
}
.wpcf7 {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}
.wpcf7-form.sent .wpcf7-response-output {
    display: none;
}
.wpcf7-form .required {
    display: inline-block;
    background-color: #3C2378;
    color: #fff;
    font-size: 13px;
    border-radius: 4px;
    padding: 5px;
    margin-left: 10px;
    line-height: 1;
}
.wpcf7-form .wpcf7-form-control {
    margin-top: 5px !important;
}
.wpcf7-form .wpcf7-form-control-wrap:has(.wpcf7-select)::after {
    position: absolute;
    top: 6px;
    right: 15px;
    width: 10px;
    height: 7px;
    background-color: #535353;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: '';
    pointer-events: none;
}
.wpcf7-form .wpcf7-submit {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.wp-block-image img {
    max-width: 100%;
    height: auto;
}
.wp-block-image {
    margin-top:1em;
}

.u-txtShdw {
	text-shadow: 1px 1px 1px rgba(60, 1, 120, 0.5);
}
.pagetop {
    background: #d2a046 !important;
}
.breadcrumb {
    background: none;
}
.breadcrumb__item {
    color: #3c2388;
}
span.p_icon  {
    background: linear-gradient(to bottom left, transparent 50%, #FABE00 50%) top right / 100% 100% no-repeat;
}
.eyecatch:before {
    padding-top: 56%;
}
.vk_post_imgOuter_singleTermLabel {
    z-index: 2 !important;
}
.img-pc {
    display: block !important;
}
.img-sp {
    display: none !important;
}

/*取消線*/
.strike {
    text-decoration:line-through;
}



/************************************************************/
/*ヘッダーエリア
/************************************************************/
#site-header {
    z-index: 99;
}
.vk-mobile-nav {
    z-index: 100;
}
.vk-mobile-nav-menu-btn {
    z-index: 101;
}
#site-header {
    background-color: #3c2378;
}
#site-header a {
    color: #fff;
}

ul.flex {
    display: flex;
    justify-content: space-around;
}

.menu-item .menuNavi__search {
    display: block;
    background-color: #3c2378;
    border: none;
    color: #fff;
    font-size: 20px;
    padding: 20px;
    /* height: 70px; */
    cursor: pointer;
}
.site-header-container .pc-highlight-menu .menu-item:nth-child(2),
.mobile-nav-highlight-menu .menu-item:first-child {
    background-color: #D2A046;
}
.site-header-container .pc-highlight-menu .menu-item:nth-child(3),
.mobile-nav-highlight-menu .menu-item:nth-child(2)  {
    background-color: #3C2388;
}
.site-header-container .pc-highlight-menu .menu-item:nth-child(4),
.mobile-nav-highlight-menu .menu-item:nth-child(3) {
    background-color: #5838B8;
}
.site-header-container .pc-highlight-menu .menu-item a.highlight {
    display: grid;
    justify-items: center;
    line-height: 1;
    height: auto;
}
.site-header-container .pc-highlight-menu .menu-item a.highlight .highlight-icon {
    content: "";
    display: block;
    margin-bottom: 5px;
    background-repeat: no-repeat;
    background-size: contain;
    width: 34px;
    height: 34px;
}
.site-header-container .pc-highlight-menu .menu-item a.highlight:hover .highlight-icon {
    transition: 0.3s;
}
.menu-item a.highlight .header-ticket {
    background-image: url("./image/header/ticket.svg");
}
.menu-item a.highlight .highlight-icon.header-goods {
    background-image: url("./image/header/goods.svg");
}
.menu-item a.highlight .highlight-icon.header-membership {
    background-image: url("./image/header/membership.svg");
}
.site-header-container .pc-highlight-menu .menu-item:hover,
.mobile-nav-highlight-menu .menu-item:hover {
    filter: brightness(0.8);
}

.header-search[hidden] {
    display: none !important; /* 初期は閉じる（hiddenで制御） */
}

.header-search {
    position: relative;
    z-index: 3;
    padding: 1rem 0; 
    border-top: 1px solid #eee;
    background-color: #3c2378;
    height: 70px;
}
.header-search .searchform input[type=submit] {
    background-color: #D2A046;
    margin-left: 10px;
}



/************************************************************/
/*フッターエリア
/************************************************************/
.site-footer,
.site-footer .site-body-bottom {
    background-color: #252526;
}
.site-footer {
    color: #fff;
    text-align: center;
}
.site-footer .site-body-bottom .container {
    display: flex;
    gap: 80px;
    margin-top: 20px;
}
.site-footer .site-body-bottom .container .footer-logo a img {
    width: 100px;
    height: auto;
}
.site-footer  .widget_nav_menu .menu-footermenu-container > ul.menu {
    display: flex;
    color: #fff;
    gap: 80px;
}
.site-footer .widget_nav_menu .menu-footermenu-container > ul.menu li a {
    text-align: left;
    font-size: 14px;
}
.site-footer .widget_nav_menu .menu-footermenu-container > ul.menu li.menu-item-has-children > a {
    font-size: 16px;
    font-weight: bold;
}
.site-footer .widget_nav_menu .menu-footermenu-container > ul.menu li.menu-item-has-children > a:hover {
    color: #fff;
}
.site-footer .widget_nav_menu .menu-footermenu-container > ul.menu li.menu-item-has-children:last-child > a {
    display: none;
}
.site-footer .widget_nav_menu .menu-footermenu-container ul.sub-menu li a {
    padding-left: 0;
    line-height: 1.3;
    padding-top: 6px;
    padding-bottom: 6px;
}
.site-footer .widget_nav_menu .menu-footermenu-container ul.sub-menu li a:hover {
    color: #f0b200;
}
.site-footer  .widget_nav_menu .menu-footermenu-container ul.sub-menu li {
    display: list-item;
    padding: 0 0 0 20px;
}
nav.footer-sns-container {
    margin-top: 60px;
}
nav.footer-sns-container ul {
    display: flex;
    max-width: 340px;
    justify-content: space-between;
    margin: 0 auto;
}
nav.footer-sns-container li a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 45px;
    height: 45px;
    color: #000;
    background-color: #fff;
    font-size: 20px;
    border-radius: 99px;
}
.site-footer-copyright {
    padding: 40px;
}

/*ページトップ(フッターで使用)*/
.pagetop{
	position:relative;
	width:180px;
	height:60px;
	line-height:70px;
	margin:0 auto;
	background:#f0b200;
	color:#ffffff;
	text-align:center;
	border-radius:0 0 5px 5px;
}
.pagetop::before{
	content:"";
	position:absolute;
	top:15px;
	left: 50%;
	margin-left:-3px;
	width: 6px;
	height: 6px;
	border-top: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	transform: rotate(45deg);
	transition: .2s;
}
.pagetop:hover::before{top:10px;}
.pagetop__link {
	display:block;
	height:inherit;
	transition: .2s;
}
.pagetop__link:hover{background:rgba(255,255,255,0.25);	}
.pagetop__link::before {
	content:"";
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background:rgba(255,255,255,0);
	z-index:0;
    transition: .1s;
}
.pagetop__link:active::before {
	background:rgba(255,255,255,0.25);
}


/* 画面右下固定メニュー */
.floating-banner.top-fixed-menu {
    position: fixed;
    bottom: 20px;
    right: 0;
    border-radius: 10px 0  0 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    overflow: hidden;
    z-index: 100;
}
.top-fixed-menu .menu-item {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #fff;
    text-decoration: none;
    font-size: 11px;
    letter-spacing: -0.08em;
    font-weight: bold;
    width: 82px;
    height: 54px;
}
.top-fixed-menu .menu-item:hover {
    transition: 0.3s;
    opacity: 0.8;
}
.top-fixed-menu .menu-item img {
    width: 24px;
    height: 24px;
    margin-bottom: 4px;
}
.top-fixed-menu .menu-item.schedule img {
    width: 22px;
    height: 22px;
}
.top-fixed-menu .menu-item.membership img {
    margin-bottom: 2px;
}
.top-fixed-menu .menu-item.ticket {
    background-color: #D2A046;
}
.top-fixed-menu .menu-item.schedule {
    background-color: #E74C8D;
}

.top-fixed-menu .menu-item.goods {
    background-color: #3C2378;
}
.top-fixed-menu .menu-item.membership {
    background-color: #51318F;
}
/* 試合特設ページでは非表示 */
.single-schedule .floating-banner.top-fixed-menu {
  display: none !important;
}

.floating-banner .copy {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}
/************************************************************/
/*ヘッダー、フッター レスポンシブ
/************************************************************/
@media (min-width: 992px) {
    .site-header--layout--nav-float .site-header-container {
        justify-content: space-between;
        align-items: center;
    }
    .site-header-container.container {
        max-width: 100%;
        height: 70px;
        margin-right: 0;
        margin-left: 0;
        padding-right: 0;
        align-items: center;
    }
    .site-header--layout--nav-float .site-header-logo {
        margin-right: 14px;
        width: auto;
    }
    .site-header-logo {
        margin-top: 0;
        padding-top: 0;
        margin-bottom: 0;
    }
    body:not(.header_scrolled) .global-nav--layout--float-right {
        justify-content: flex-start;
        margin-left: 0;
        margin-right: auto;
    }
    .global-nav-list > .menu-item {
        height: 70px;
    }
    .global-nav-list  > .menu-item:hover {
        background-color: #5838B8;
    }
    .device-pc .global-nav-list>li>a {
        padding: 14px;
    }
    .global-nav-list .menu-item.menu-item-has-children {
        padding-right: 14px;
    }
    .global-nav-list .menu-item.menu-item-has-children > a:before {
        content: "";
        position: absolute;
        top: 50%;
        right: 0;
        background-color: #fff;
        width: 9px;
        height: 1px;
    }
    .global-nav-list .menu-item.menu-item-has-children > a::after {
        content: "";
        position: absolute;
        top: 31px;
        right: 4px;
        background-color: #fff;
        width: 1px;
        height: 9px;
        transition: .3s;
    }
    .global-nav-list .menu-item.menu-item-has-children:hover > a::after {
        transform: rotate(90deg);
    }
    .site-header-container .pc-highlight-menu {
        display: flex;
        list-style: none;
    }
    .site-header-container .pc-highlight-menu .menu-item {
        padding: 5px 0;
        width: 90px;
        height: 70px;
        font-size: 13px;
        letter-spacing: 0.02em;
    }
    .site-header-container .pc-highlight-menu .menu-item:first-child {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 60px;
    }
    /*== 2層目の設定 */
    nav li.menu-item-has-children ul{
        position: absolute;
        left:0;
        top:63px;
    }
    .global-nav-list>li>ul.sub-menu {
        background-color: #5838B8;
    }
    .global-nav-list>li>ul.sub-menu li {
        font-size: 14px;
    }
    .global-nav-list>li>ul.sub-menu li a {
        border-bottom: none;
        padding: 18px 10px;
    }
    /* スクロール時のヘッダー */
    .header_scrolled .site-header .site-header-container.container {
        padding-right: 15px;
    }
    .header_scrolled .site-header .global-nav {
        margin-right: 0;
    }
    .header_scrolled .site-header .site-header-container .pc-highlight-menu {
        margin-right: auto;
    }
    .sp-highlight-menu {
        display: none;
    }
}

@media (max-width: 991.98px) {
    #site-header {
        position: fixed;
    }
    .header_scrolled .site-header-logo {
        display: block;
    }
    .site-header-container {
        display: flex;
        justify-content: space-between;
    }
    .site-header-container .pc-highlight-menu {
        display: none;
    }
    .site-header-container .sp-highlight-menu .menu-item:first-child {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-right: 25px;
    }
    .header-search {
        position: fixed;
        top: 114px;
        left: 0;
        right: 0;
        z-index: 99;
        margin-top: 0 !important;
    }

    /* スマホメニュー */
    .vk-mobile-nav-menu-btn {
        top: 12px;
        border: none;
        background: var(--vk-mobile-nav-menu-btn-bg-src) center 50% no-repeat rgba(255, 255, 255, 0);
    }
    .vk-mobile-nav {
        padding: 60px 30px 45px 30px;
    }

    .vk-mobile-nav-menu-btn.menu-open {
        background: var(--vk-mobile-nav-menu-btn-close-bg-src) center 50% no-repeat rgb(60, 35, 120);
        border-radius: 7px;
    }
    .vk-mobile-nav nav>ul {
        border-top: none;
    }
    .vk-mobile-nav nav ul li a {
        border-bottom: none;
        font-size: 20px;
        color: #3c2378;
        font-weight: bold;
        padding-right: 0.5em;
        padding-left: 4em;
    }
    .vk-menu-acc li.menu-item-has-children>a {
        padding-right: 0.5em;
    }
    .vk-mobile-nav .acc-btn {
        border: none;
        top: 16px;
        left: 30px;
    }
    .vk-menu-acc .acc-btn {
        background: url(./image/header/plus-purple.svg) center 50% no-repeat;
    }
    .vk-menu-acc .acc-btn-close {
        background: url(./image/header/minus-purple.svg) center 50% no-repeat;
    }
    .vk-menu-acc ul.sub-menu li a {
        font-size: 16px;
        padding-left: 5em;
        background-color: #3c2378;
        color: #fff;
    }
    .mobile-nav-highlight-menu {
        list-style: none;
    }
    .mobile-nav-highlight-menu .menu-item {
        padding: 4px 20px;

    }
    .mobile-nav-highlight-menu .menu-item a.highlight {
        display: flex;
        align-items: center;
        gap: 15px;
        color: #fff;
        font-size: 20px;
        font-weight: bold;
    }
    .mobile-nav-highlight-menu .menu-item a.highlight .highlight-icon {
        content: "";
        display: block;
        margin-bottom: 5px;
        background-repeat: no-repeat;
        background-size: contain;
        width: 34px;
        height: 34px;
    }

    /* ハンバーガーメニュー出している時はヘッダーの下に余白をつける */
    .singleTitle {
        padding: 0;
        margin-top: 60px;
    }
    .breadcrumb,
    body.page-template-page-membership .full-thumb {
        padding-top: 60px; /* ヘッダー固定分 */
    }
    body.single.single-post .breadcrumb {
        padding-top: 0;
    }
    .l-main-top {
        padding-top: 60px;
    }

    /* フッター */
    .site-footer .site-body-bottom .container {
        gap: 20px;
    }
    .site-footer  .widget_nav_menu .menu-footermenu-container > ul.menu {
        gap: 20px;
    }
}

@media (max-width: 782px) {
    .admin-bar .vk-mobile-nav-menu-btn {
        top: calc(46px - 1px);
    }
}


/************************************************************/
/*ページヘッダー
/************************************************************/
 /*シングルページのタイトルボックス*/
.singleTitle{
	position:relative;
	padding:30px 0;
	background-repeat:no-repeat;
	background-position:center center;
	background-size: cover;
}
.singleTitle::before{
	content: '';
    background-color: rgba(0,0,0,0.75);
    background-image: linear-gradient(90deg, rgba(0,0,0,.15) 50%, transparent 50%), linear-gradient(rgba(0,0,0,.15) 50%, transparent 50%);
    background-size: 2px 2px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.singleTitle::after {
	content: "";
	display: block;
	clear: both;
}
.singleTitle > .container {
    position: relative;
}
.singleTitle > .container::after {
    content: "";
    display: block;
    clear: both;
}

.singleTitle__heading{
	float:left;
	width: 70%;
    padding: 0 2.5% 0 0;
}
.eyecatch.eyecatch-singleTitle{
	float:right;
	width: 27.5%;
	margin:0 0 0 2.5%;
}
.dateList{
	list-style:none;
	margin-bottom:10px;
}
.dateList.dateList-singleTitle{
    margin-top: 10px;
	margin-bottom: 0;
    background-color:#fff;
    padding: 6px 12px;
    border-radius: 20px;
    display: inline-block;
}
.dateList__item {
    display: inline-block;
    text-align: left;
    color: #7f7f7f;
    font-size: 1.2rem;
    margin-right: 10px;
    line-height: 1.5;
}
.singleTitle__heading .dateList__item > a + a::before {
content: ",";
}
.heading.heading-singleTitle {
	font-size:3rem;
	line-height:1.5;
	color:#FFF;
}
.site-body:has(.categoryBox) {
    padding-bottom: 0;
}
.categoryBox.categoryBox-gray{
	padding-top: 60px;
	background:#f7f7f7;
}
.categoryBox .heading {
    display: block;
    margin-top: 0;
    margin-bottom: 20px;
    letter-spacing: 0.5px;
    font-weight: 700;
}
.categoryBox .heading.heading-primary {
    font-size: 2.2rem;
    line-height: 1.5;
}
.categoryBox .heading.heading-primary .heading__bg {
    font-size: inherit;
    margin-left: 0;
    padding: 5px 15px;
    margin-right: 5px;
    color: #FFF;
    border-radius: 5px;
    background: #3c2378;
}
.categoryBox .heading.heading-archive {
    font-size: 1.8rem;
    line-height: 1.5;
    margin-bottom: 10px;
}
.singleTitle a:hover,
.categoryBox .heading.heading-archive a:hover {
    color: #3C2378;
}
.categoryBox__list{
	display:flex;
	flex-wrap:wrap;
	list-style:none;
	margin-left:-20px;
}
.categoryBox__list::after {
	content: "";
	display: block;
	clear: both;
}
.categoryBox__item{
	width:calc(33.3% - 20px);
	float:left;
	margin:0 0 40px 20px;
}
.eyecatch {
    position: relative;
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    overflow: hidden;
}
.eyecatch:before {
    content: "";
    display: block;
}
.eyecatch img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
    vertical-align: bottom;
    transform: scale(1);
    transition: ease-in-out .2s;
    aspect-ratio: 16/9;
}
.eyecatch img:hover {
    transform: scale(1.2);
}
.categoryBox__title{
	color:#f0b200;
	border-top:2px solid;
	font-size:1.8rem;
}
.categoryBox__titleLink{
	position:relative;
	display:block;
	padding:20px 0;
}
.categoryBox__titleLink::before{
	content:"";
	position:absolute;
	top: 50%;
	right: 10px;
	border-right: 1px solid;
	transform: rotate(45deg);
	margin-top:-3px;
	width: 6px;
	height: 6px;
	border-top: 1px solid;
	transition: .5s;
}
.categoryBox__titleLink:hover::before{
	transform: rotate(765deg);
	width: 10px;
	height: 10px;
	margin-top: -5px;
}

/*
*カスタマイズウィジェットエリア
*/
.top-fullwidth:first-child {
    margin-bottom: 10px;
}

/*
*スポンサーバナー
*/
.sponsor-logo img {
    text-align: center;
    width: 49%;
}
/*
* 背景薄紫
*/
.bg-purple-1 {
    margin: 0 calc(50% - 50vw);
    padding: 60px calc(50vw - 50%);
    background-color: #f4f1fe;
}
.section-wrapper {
    padding: 60px 0;
}
.section-wrapper.pt-0 {
    padding-top: 0;
}
.bg-purple-1 > .wp-block-group__inner-container,
.section-wrapper > .wp-block-group__inner-container {
    max-width: 1000px;
    margin: 0 auto 30px;
}

/************************************************************/
/*ニュース一覧（Archive cards）
/************************************************************/
.post-list.vk_posts-mainSection {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(10px, 2.6vw, 28px);
    max-width: 100%;        /* 親をはみ出さない */
    box-sizing: border-box; /* gap/余白を含めて幅計算 */
}

.c-card {
    position: relative;
    min-width: 0;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.c-card__thumb {
    position: relative;
    display: block;
    aspect-ratio: 16 / 9;
    overflow: hidden;
}
.c-card__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: ease-in-out .2s;
}
.c-card__img:hover {
    transform: scale(1.2);
}
.c-card__img--placeholder {
    background: url(./img/no-image.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.c-card__badge {
    position: absolute;
    right: 0;
    top: 0;
    display: inline-block;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    background: #3c2378;
}
.c-card__badge:hover {
    filter: brightness(1.1);
    color: #fff;
}
/* カテゴリ別カラー */
.badge--information   { background:#BF830E !important; } /* お知らせ */
.badge--event-report  { background:#f46f22 !important; } /* イベント報告 */
.badge--event-info    { background:#faa629 !important; } /* イベント情報 */
.badge--interview     { background:#009bde !important; } /* インタビュー */
.badge--jryouth       { background:#ff7bac !important; } /* ジュニアユース */
.badge--media         { background:#7f7f7f !important; } /* メディア掲載 */
.badge--game-info     { background:#dd3340 !important; } /* 試合情報 */
.badge--game-result   { background:#a21d48 !important; } /* 試合結果 */
.badge--important     { background:#191919 !important; } /* 重要 */

.c-card__body {
    padding: 15px 0 30px;
    display: grid;
    gap: 10px;
}
.c-card__title {
    font-size: clamp(16px, 2.1vw, 18px);
    line-height: 1.5;
    margin: 0;
}
.c-card__title a { color: inherit; text-decoration: none; }
.c-card__title a:hover { color: #3c2378; }

.c-card__excerpt {
    font-size: 14px;
    line-height: 1.5;
    color: #7f7f7f;
    margin: 0 0 8px;
}
.c-card__meta {
    font-size: 12px;
    color: #3c2378;
    display: flex;
    align-items: center;
    gap: 6px;
    flex-wrap: wrap;
    margin-right: 10px;
}

.c-card__tags { display: inline-flex; gap: 6px; flex-wrap: wrap; }
.c-card__tag {
  display: inline-block;
  font-size: 12px;
  line-height: 1;
  color: #3c2378;
  text-decoration: none;
}
.c-card__tag + .c-card__tag::before {
    content: ",";
}
.c-card__tag:hover {
    font-weight: bold;
    color: #3C2378;
}
span.tag_icon  {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10;
    width: 55px;
    height: 55px;
    background: linear-gradient(to bottom left, transparent 50%, #3c2388 50%) top right / 100% 100% no-repeat;
}
span.tag_icon  img {
    position: absolute;
    height: 32px;
    width: auto;
    padding: 3px;
    bottom: 0;
}

nav ul li a.page-numbers {
    height: auto;
    line-height: 1;
}

/* ニュース詳細 */
.c-share ul li::before {
    content: none !important;
}
ul.c-share__list  {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}
ul.c-share__list li .c-share__btn {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 26px;
    border-bottom: none;
}
.c-share__btn--fb {
    background-color: #3B5998;
}
.c-share__btn--x {
    background-color: #000;
}
.c-share__btn--line {
    background-color: #00C300;
}
ul.c-share__list li .c-share__btn:hover {
    border-bottom: none;
    background-color: #fff;
}
ul.c-share__list li .c-share__btn.c-share__btn--fb:hover {
    color: #3B5998;
    border: 1px solid #3B5998;
}
ul.c-share__list li .c-share__btn.c-share__btn--x:hover {
    color: #000;
    border: 1px solid #000;
}
ul.c-share__list li .c-share__btn.c-share__btn--line:hover {
    color: #00C300;
    border: 1px solid #00C300;
}
/************************************************************/
/*順位表
/************************************************************/
figure.ranking table td {
    border: 1px solid #e5e5e5;
}
figure.ranking table tbody tr.highlighted-team {
    background-color: #D2A046 !important;
    color: #fff;
}
.sub-section .su-posts-single-post .su-post-title,
.sub-section .su-posts-single-post .su-post-meta {
    display: none;
}
.sub-section .su-posts-single-post figure.ranking table {
    font-size: 1.3rem;
    color: #3F3F3F;
    line-height: 1.75;
}
.sub-section .su-posts-single-post figure.ranking table tbody tr:nth-child(odd) {
    background: #f7f7f7;
}
figure.ranking table tbody tr:first-child,
.sub-section .su-posts-single-post figure.ranking table tbody tr:first-child {
    background: #ccc;
    font-weight: bold;
}
.sub-section .su-posts-single-post figure.ranking table tbody td {
    padding: 0 0 0 5px;
    border: none;
}
figure.ranking + p a {
    font-weight: bold;
}
h4.widget-title.sub-section-title {
    position: relative;
    overflow: hidden;
    font-size: 1.8rem;
    padding-bottom: 10px;
}
h4.widget-title.sub-section-title::before,
h4.widget-title.sub-section-title::after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
}
h4.widget-title.sub-section-title::before {
    border-bottom: 1px solid #3c2388;
}
h4.widget-title.sub-section-title::after {
    border-bottom: 1px solid #E5E5E5;
}

/************************************************************/
/*トップページ
/************************************************************/
div#n2-ss-4 .nextend-thumbnail-vertical .n2-align-content-start {
    align-content: center !important;
}
div#n2-ss-5 .nextend-thumbnail-horizontal .n2-align-content-start {
    justify-content: center !important;
}
div#n2-ss-4 .n2-style-f58d52632d016e4532dc73de3ceef8d2-simple,
div#n2-ss-5 .n2-style-f58d52632d016e4532dc73de3ceef8d2-simple {
    background: #3A3A3A !important;
}
.font_din {
    font-family: 'DIN Alternate', sans-serif;
}
.front-page .detail-link {
    display: flex;
    justify-content: center;
}
.front-page .detail-link > a,
.league-table .inner p a {
    display: inline-block;
    position: relative;
    padding: 11px 40px;
    color: #fff;
    border: #fff 1px solid;
    transition: .2s;
    margin-top: 35px;
    font-weight: bold;
}
.front-page .detail-link > a {
    background-color: #BF830E;
    color: #fff;
    border: 1px solid #fff;
    font-size: 14px;
    padding: 17px 40px;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.front-page .detail-link > a::before,
.league-table .inner p a::before {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -3px;
    width: 6px;
    height: 6px;
    border-top: 1px solid;
    border-right: 1px solid;
    right: 16px;
    transform: rotate(45deg);
}
.front-page .detail-link > a:hover {
    background-color: #fff;
    color: #BF830E;
    border: 1px solid #BF830E;
}

.next-home-game {
    background-image: url(./image/top/bg-nexthomegame.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    color: #fff;
    padding: 80px 20px;
    position: relative;
    overflow: hidden;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
}

.next-home-game__title {
    font-size: clamp(24px, 3.12vw, 40px);
    font-weight: bold;
    letter-spacing: 0.02em;
    text-align: center;
    margin-bottom: 30px;
}

.next-home-game__detail {
    max-width: 450px;
    margin: 0 auto;
    overflow: hidden;
}
.next-home-game__label {
    display: flex;
    justify-content: center;
    font-weight: bold;
    font-size:clamp(15px, 2.6vw, 20px);
    margin-bottom: 20px;
}
.next-home-game__label .name,
.next-home-game__label .stadium {
    padding: 5px 12px;
}
.next-home-game__label .name {
    background-color: #fff;
    color: #000;
}
.next-home-game__label .stadium {
    border: 1px solid #fff;
}
.next-home-game__info {
    display: grid;
    grid-template-columns: 1fr auto;
}

.next-home-game__date {
    font-size: clamp(44px, 7.16vw, 55px);
    font-weight: bold;
}

.next-home-game__date .day,
.next-home-game__date .time {
    margin-left: 6px;
}

.next-home-game__date .day {
    font-size: clamp(25px, 4.03vw, 31px);
}
.next-home-game__date .time {
    font-size: clamp(30px, 4.81vw, 37px);
}

.next-home-game__vs {
    margin-top: 10px;
    font-weight: bold;
    text-align: left;
}

.next-home-game__vs .vs-label {
    margin-right: 8px;
    font-size: 18px;
}

.next-home-game__vs .vs-team {
    font-size: clamp(18px, 3.12vw, 24px);
}
.next-home-game__logo {
    text-align: center;
}
.next-home-game__logo img {
    width: 104px;
    height: auto;
}

.next-home-game .detail-link > a {
    display: flex !important;
    align-items: center;
    gap: 10px;
    padding-left: 18px;
    font-size: 16px;
    transition: 0.2s;
}
.next-home-game .detail-link > a,
.front-app {
    background: #4E3697;
    background: linear-gradient(180deg,rgba(78, 54, 151, 1) 100%, rgba(60, 35, 136, 1) 100%);
}

.next-home-game .detail-link > a:hover {
    transform: scale(1.1);
    border-color: #fff;
    color: #fff;
}


.color-primary {
    color: #3c2378;
}
.color-white {
    color: #fff;
}
.front-page-news {
    padding-top: 60px;
}
.front-page-news .post-list.vk_posts-mainSection {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}
.front-page .title,
.league-table .title,
.page-template-page-membership .title {
    font-size: clamp(30px, 3.12vw, 40px);
    font-weight: bold;
    letter-spacing: 0.02em;
    text-align: center;
}

.front-page .subtitle,
.page-template-page-membership .subtitle,
.league-table .su-posts-single-post .su-post-title {
    font-size: clamp(12px, 1.56vw, 16px);
    margin-bottom: 40px;
    text-align: center;
}
.front-page .subtitle span,
.page-template-page-membership .subtitle span {
    position: relative;
    display: inline-block;
    padding: 0 22px;
    margin-left: auto;
    margin-right: auto;
    color: #BF830E;
    font-weight: bold;
}
.front-page .subtitle span:before,
.page-template-page-membership .subtitle span:before,
.front-page .subtitle span:after,
.page-template-page-membership .subtitle span:after {
    content: '';
    position: absolute;
    top: 52%;
    display: inline-block;
    width: 15px;
    height: 1px;
    background-color: #BF830E;
}
.front-page .subtitle span:before,
.page-template-page-membership .subtitle span:before {
    left: 0;
}
.front-page .subtitle span:after,
.page-template-page-membership .subtitle span:after {
    right: 0;
}
.league-table {
    background-image: url(./image/top/bg-ranking.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 35px 20px 40px;
    margin-top: 80px;
}
.league-table .inner {
    display: grid;
    max-width: 1280px;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
}
.league-table .su-posts-single-post .su-post {
    margin-bottom: 0;
}
.league-table .su-posts-single-post .su-post .su-post-content {
    width: 1280px;
    max-width: 1280px;
}

.league-table .su-posts-single-post .su-post-meta {
    display: none;
}
.league-table .su-posts-single-post .su-post-title {
    color: #fff;
    margin-bottom: 35px;
}
.league-table .ranking{
    max-width: 1100px;
    margin: 0 auto;
}
.league-table .ranking table {
    border-collapse: collapse;
    display: flex;
    width: 100%;
    border: none;
}
.league-table .ranking table tbody {
    column-count: 2;
    column-gap: 40px;
}
.league-table .ranking table tbody tr {
    break-inside: avoid;
}
.league-table tbody tr td {
    color: #fff;
    border: none;
    border-bottom: 1px solid #fff;
    text-align: center;
    font-size: 16px;
    padding: 9px;
    font-family: "DIN Alternate", "Lato", "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo, Osaka", "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}
.league-table tbody tr td:nth-child(2) {
    width: 360px;
    max-width: 360px;
    text-align: left;
    font-weight: bold;
}
.league-table .ranking table tbody tr:first-child,
.inserted-header {
    background-color: #fff;
}
.league-table .ranking table tbody tr:first-child td,
.inserted-header td {
    font-weight: bold;
    color: #000 !important;
    text-wrap: nowrap;
}
.league-table .inner .heading-widget,
.league-table .inner .p-widget {
    display: none;
}
.league-table .inner p {
    text-align: center;
}
.league-table .inner p a:hover {
    background-color: #fff;
    color: #000;
    transition: 0.3s;
}
@-moz-document url-prefix() {
    /* firefoxだけ順位表が2行にならないので対応する */
    .league-table .ranking table tbody tr {
        display: inline-block;
    }
    .league-table .ranking table tbody tr td:first-child,
    .league-table .ranking table tbody tr td:nth-child(3),
    .league-table .ranking table tbody tr td:nth-child(4),
    .league-table .ranking table tbody tr td:nth-child(5) {
        width: 50px;
    }
    .league-table .ranking table tbody tr td:nth-child(2) {
        max-width: 330px;
    }

    /* レスポンシブ調整 */
    @media(max-width:768px) {
        .league-table .ranking table {
            max-width: 560px;
        }
        .league-table .ranking table tbody tr td:nth-child(2) {
            max-width: 360px;
        }
    }
}

.link-section {
    display: flex;
    flex-wrap: wrap;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
}
.link-box {
    flex: 1;
    min-width: 280px;
    height: 150px;
    position: relative;
    background-size: cover;
    background-position: center;
    text-decoration: none;
    color: #fff;
    transition: 0.3s;
}
.link-box:hover {
    color: #fff;
    opacity: 0.7;
}
.link-overlay {
    position: absolute;
    bottom: 15px;
    left: 15px;
}
.link-overlay h2 {
    font-size: 30px;
    margin: 0;
    font-weight: bold;
    line-height: 1;
}
.link-overlay p {
    font-size: 14px;
    font-weight: bold;
    margin: 0;
}

.front-app.section-wrapper {
    padding: 40px 0;
}
.front-app .title {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 25px;
    margin-bottom: 20px;
}
.front-app .title h2 {
    font-size: clamp(14px, 2.34vw, 18px);
    color: #fff;
    text-align: left;
    line-height: 1.3;
}
.front-app .title h2 span {
    display: block;
    font-size: clamp(18px, 3.12vw, 24px);
}
.app-links {
    justify-content: center;
    margin-top: 10px;
}
.app-links .wp-block-column {
    flex-basis: initial !important;
    flex-grow: initial !important;
}
.app-links .wp-block-column.is-vertically-aligned-center {
    width: auto;
}
.app-links a.apple > img {
    width: auto;
    height: 56px;
}
.app-links a.google > img {
    width: auto;
    height: 73px;
    /* margin-top: 9px; */
}
.app-links a:hover {
    opacity: 0.7;
}



/************************************************************/
/*メンバーページ
/************************************************************/
/* メンバー詳細 カテゴリへのリンクを非表示に(HOME > チーム > 名前 の構成にする) */
body.single-member ol.breadcrumb-list .breadcrumb-list__item:nth-child(3) {
    display: none;
}
.resultTable {
    margin-top:0 !important;
}
.resultTable th {
    background: #3c2388 !important;
}
.teamProfie {
    color: #3c2388;
    font-size: 1.6rem;
    line-height: 1.75;
    padding-bottom: 2em;
}
.archive-member {
    display: flex;
    flex-wrap: wrap;
    margin-left: -20px;
    margin-bottom:20px
}
.memberItem {
    width: calc(25% - 20px);
    position: relative;
    margin: 0 0 20px 20px;
}
.member-eyecatch {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
}
.member-eyecatch img {
    display: block;
    width: 100%;
    height: auto;
    transform: scale(1);
    transition: ease-in-out .2s;
    margin-bottom: -20px;
    aspect-ratio: 2 / 3;
}
.heading.heading-member-archive {
    font-size: 1.8rem;
    line-height: 1;
    margin-bottom: 0;
    color: #FFF;
    padding: 5px;
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(47, 47, 47, 0)), color-stop(85%, #3c2378), to(#3c2378));
    background-image: -webkit-linear-gradient(top, rgba(47, 47, 47, 0) 0%, #3c2378 85%, #3c2378 100%);
    background-image: linear-gradient(180deg, rgba(47, 47, 47, 0) 0%, #3c2378 85%, #3c2378 100%);
}
span.en-name {
    font-size: 1.3rem;
    line-height: 0.5px;
}
h3.team-category {
    width: 162px;
    font-size: 1.8rem;
    padding: 5px 10px;
    margin-left: auto;
    border: #3c2388 solid 3px;
    color: #3c2388;
    cursor: pointer;
}
h3.team-category:hover,
h3.team-category.active {
    color: #FFF;
    background: #3c2388;
}

/*
*メンバーページ詳細
*/
.member-main {
    width:100%;
    overflow: auto;
}
.member-profile {
    position: relative;
    color: #3c2378;
}
.member-visual {
    min-height: 600px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
}
.profile-basic {
    position: relative;
    aspect-ratio: auto;
    overflow: visible;
}
.player-detail-num {
    display: flex;
    align-items: flex-end;
}
.player-num {
    font-size: 5em;
    line-height: 1;
    margin-top: -0.05em;
    margin-bottom: 0;
    overflow-wrap: break-word;
}
.player-position {
    font-family: "Oswald", sans-serif;
    font-size: 2em;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 0;
    transform: translate(0.5em, -0.1em);
}
.player-name {
    font-size: 3em;
}
.player-en {
    font-family: "Oswald", sans-serif;
    font-size: 2em;
    font-weight: bold;
    line-height: 1;
    margin-top: 0 !important;
}
.container-box {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}
.profile-main {
    position: relative;
    z-index: 1;
    max-width:1100px;
    background-color: #fff;
}
.profile-main-indiv {
    padding-left: calc(50% + 20px);
}
.member-image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
.member-image img {
    display: block;
    width: 50%;
    height: auto;
    object-fit: contain;
    object-position: center top;
    transform: translate(15%, 0%);
    aspect-ratio: 1;
}
h1.member-title {
    font-size: 3rem;
    line-height: 1.5;
    text-align: center;
    width: 60%;
    color: #3c2388;
}
.player-detail {
    display: flex;
    flex-direction: column;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: calc(50% + 20px);
    width: 100%;
    z-index:1;
    position: relative;
}
h2.player-detail-profile {
    font-size: 1.2em !important;
}
ul.player-sns {
    display: flex;
    align-items: baseline;
    gap: 15px;
}
.content ul.player-sns li:before {
    display: none;
}
.content ul.player-sns li {
    padding: 0;
}
.content ul.player-sns li a {
    border-bottom: none;
}
ul.player-sns .icon-instagram:before,
ul.player-sns .icon-twitter:before,
ul.player-sns .icon-tiktok:before,
ul.player-sns .icon-facebook:before {
    font-size: 3rem;
}
ul.player-sns a {
    color: #3c2378 !important;
}
ul.player-sns a:hover {
    font-weight:bold;
	border-bottom:none !important;
}
table.profile-main-table {
    border-top: 1px solid #3c2378 !important;
    border-right: none !important;
}
table.profile-main-table tr:nth-child(2n+1){background: none !important;}
th.player-detail-profile-th {
    background: #3c2378 !important;
    border-right: 1px solid #3c2378 !important;
    padding: 6px 10px !important;
}
th.player-detail-profile-th:first-child {
    border-top: 1px solid #3c2378 !important;
}
th.player-detail-profile-th:last-child {
    border-bottom: 1px solid #3c2378 !important;
}

td.player-detail-profile-td {
    border-right: none !important;
    border-bottom: 1px solid #3c2378 !important;
    padding: 6px 10px !important;
}
.member-qa-box {
    padding: 3rem 0 6rem;
}
.member-qa-detail {
    max-width: 1100px;
    height:100%;
    margin: 0 auto;
    color: #3c2388;
}
.member-qa-detail h2 {
    text-align: center;
    font-family: "Oswald", sans-serif;
    font-size: 3em !important;
}
dl.member-qa_dl {
    display: flex;
    align-items: stretch;
}
dt.member-qa_dt {
    padding-right: 10px;
    position: relative;
    width: 50%;
    font-weight: bold;
}
dt.member-qa_dt:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: -4px;
    width: 0;
    height: 0;
    margin-top: -10px;
    border-style: solid;
    border-width: 10px 0 10px 8px;
    border-color: transparent transparent transparent #3c2378;
}
li.member-qa_li {
    padding-left: 0 !important;
}
li.member-qa_li:before {
    content: "" !important;
}
.member-qa {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    border: 1px solid #3c2378;
    padding: 15px 15px 15px 45px;
    font-size: 1.5rem;
    line-height: 1.35;
    word-break: break-all;
}
.member-qa:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 16px;
    margin-top: -10px;
    line-height: 1;
    font-family: "Oswald", sans-serif;
    font-weight: bold;
    font-size: 2rem;
}
.member-qa._q {
    background-color: #3c2378;
    color: #ffffff;
}
.member-qa._q:before {
    content: "Q";
}
.member-qa._a:before {
    content: "A";
}
dd.member-qa_dt {
    padding-left: 10px;
    position: relative;
    width: 50%;
}

.profileText-indiv p, .profileText-from p {
    margin-top: 3px;
}
.profileText-from, .profileText-more {
    margin-top: 7%;
}
p.profA {
    float: left;
    font-weight: bold;
    width: 40%;
}
.profileText-more p.profA {
    float:none;
    width:100%;
    margin-top: 10px;
}
.profileText-more p.profB {
    margin: 0;
}

/*
* クラブページ
*/
.originalPageTitle.philosophy:before {
    border-bottom: none;
}
#philosophyPage h5 {
    font-size: 2rem;
}
nav.clubNavi {
    display: flex;
    justify-content: flex-end;
    max-width: 1140px;
    margin: 0 auto;
}
nav.clubNavi + h5 {
    margin-top: 0;
}
nav.clubNavi ul li a {
    height: 15px;
    line-height: 15px;
}
.clubNavi__list .menu-item:first-child {
    border-left: 0;
    padding-left: 0;
}
.clubNavi__list .menu-item {
    float: left;
    height: 14px;
    line-height: 1;
    margin-bottom: 10px;
    padding: 0 15px;
    border-left: 1px solid #3f3f3f;
    transition: .2s;
    font-weight: bold;
}
ul.clubNavi__list li {
    position: unset;
}
ul.clubNavi__list li:before {
    content: none !important;
}
img#emblem,
img#story,
img#hometown,
img#category,
img#tagline {
    margin-top: 5em;
}

#back-to-top {
    display: block;
    width: 50px;
    height: 50px;
    margin-left: auto;
    margin-bottom: 15px;
    background-color: #fff;
    border: 1px solid #3C2378;
    color: #3c2378;
    text-align: center;
    line-height: 50px;
    font-size: 24px;
    border-radius: 50%;
    text-decoration: none;
    transition: 0.3s;
}
#back-to-top::after {
    content: "";
    display: inline-block;
    width: 11px;
    height: 20px;
    transform: rotate(180deg);
    background-image: url("./img/arrow-down-icon.svg");
    background-repeat: no-repeat;
    background-size: contain;
}



/*問合せバナー*/
.floating-banner {
    position: fixed;
    z-index: 100;
    bottom: 20px;
    right: 20px;
}
.floating-banner:hover {
    opacity: .9;
}
.banner {
    width: 220px;
    padding: 15px 10px;
    background: linear-gradient(86.13deg, #3c2378 -3.42%, #4e3194 59.59%);
    border-radius: 10px;
    color: #fff;
    font-weight: bold;
    text-align: center;
}
.floating-banner a {
    text-decoration: none;
}
.copy {
	font-family: "Oswald", sans-serif;
    letter-spacing: 0.02em;
    font-size: 20px;
    margin: 0 auto 10px;
    line-height: 1.6;
}
.cta {
    display: inline-block;
    width: 200px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    background: linear-gradient(270deg, #F4A240 0%, #E3A608 100%);
    box-shadow: 0px 0px 30px #3c2378;
    border-radius: 25px;
    margin: 0
}
@media screen and (max-width: 560px) {
    .floating-banner {
        display: inline-block;
        bottom:0;
        right:0;
    }
    .banner {
        width: 100vw;
        padding: 8px;
        border-radius:unset;
    }
    .copy {
        font-size: 18px;
        margin: 0 auto 6px;
    }
    .cta {
        height: 28px;
        line-height: 28px;
        font-size: 15px;
    }
}

  .p-typetab {
    display: flex;
    flex-direction: row;
    background-color: #fff !important;
    margin: 0 !important;
  }
  .p-typetab__item {
    flex: 1;
  }
  .content ul li.p-typetab__item {
    position: relative;
    line-height: 1.5;
    padding: 10px 0 0 10px;
    font-size: 2rem;
  }
  .content ul li.p-typetab__item:first-child {
    padding-left: 0;
  }
  .content ul li.p-typetab__item:before {
    content: "";
  }
  .p-typetab__link {
    position: relative;
    display: block;
    text-align:center;
    text-decoration: none;
    color: #444;
    cursor: pointer;
    padding-bottom: 5px;
  }
  .p-typetab__link:before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 50%;
    width: 0;
    height: 2px;
    background-color: #444;
    transition: all 0.4s ease-out;
  }
  .p-typetab__link:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 2px;
    background-color: #444;
    transition: all 0.4s ease-out;
  }
  .p-typetab__link.on:before {
    width: 50%;
  }
  .p-typetab__link.on:after {
    width: 50%;
  }
  .p-typetab-body {
    position: relative;
    height: auto;
  }
  .p-typetab-body__item {
    width: 100%;
    opacity: 0;
    transition: all 0.6s ease-out;
    display:none;
  }
  .p-typetab-body__item.on {
    opacity: 1;
    display:block;
  }



/*
 * 最新試合情報 
 * ウィジェット設定
 */
.result {
    display: flex;
    flex-wrap: wrap;
    margin-left: -20px;
}
.resultItem {
    width: calc(50% - 20px);
    position: relative;
    margin: 0 0 0 20px;
}


/*
 * 順位表 
 * ウィジェット設定
 */
table.ranking {
    width: 100%;
}
table.ranking td:first-child {
    text-align: center;
}
table.ranking tr.team {
    color: #ffffff;
    font-weight:  bold;
    background: #3c2388 !important;
}
table.ranking tr:nth-child(odd) {
    background: #f7f7f7;
}
tr.rank-head th{
    background: #ccc;
}
.content .su-list ul li:before {
	content: none;
}

/*
* オリジナルページ 
* page-schedule.php
*/
.originalPageTitle {
	position:relative;
}
.originalPageTitle::before {
	content: "";
	width:100%;
	position:absolute;
	bottom:0;
	border-bottom: 1px solid #E5E5E5;
	z-index:-2;
}
.originalPageTitle::after {
	content: "";
	display: block;
	clear: both;
}
.heading.heading-page.original-page {
    float: left;
    color: #3c2388;
}

/*
*お問い合わせ
*/
.contactTable__data select {
    width: 100%;
    display: block;
    border: none;
    padding: 10px;
    border-radius: 5px;
    background: #F2F2F2;
}

.contactTable tr.notice {
    display: none;
}

/*
*スケジュール　試合日程
* schedule
*/
.archive-schedule.vk_posts {
    margin-left: auto;
    margin-right: auto;
    display: block;
    max-width: 1110px;
}
.home .match-header {
    background: #3c2378;
}
.home .match-header-tag {
    color: #ffffff;
}
.match-header {
    width: 100%;
    height: 41px;
    background: rgba(223, 225, 229, 0.65);
    display: flex;
    align-items: center;
    overflow: hidden;
}
.match-header-tag {
    padding: 0 0.5rem;
    height: 100%;
    font-family: Teko, sans-serif;
    font-weight: bolder;
    font-style: normal;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000000;
    position: relative;
    padding-top: 0.3rem;
    font-size: 1.25rem;
}
.match-detail {
    display: flex;
    padding: 1.5rem 0;
    color: #3c2378;
    font-size: 1.8rem;
    font-weight: bolder;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-evenly;
}
.match-detail-coreinformation {
    display: flex;
    flex-basis: 80%;
    align-items: center;
}
.match-detail-core {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex-basis: 80%;
}
.match-detail-schedule {
    flex-basis: 50%;
}
.match-detail-schedule-item {
    display: flex;
    align-items: baseline;
    font-size:1.5em
}
.match-detail-schedule_date {
    font-size: 2em;
}
.match-detail-schedule_week {
    padding: 0 5px;
}
.sun,
.hol {
    color:#ff0000;
}
.sat {
    color:#2a8eee;
}
.fri {
    color:#d2a046;
}
.match-detail-schedule-section {
    padding-top: 5px;
}
.match-header-stadium {
    padding: 5px 0;
}
.match-detail-namePlace {
    flex-basis: 50%;
    text-align: center;
}
.match-detail-visitor {
    font-size: 1.5em;
    margin: 0.5em 0;
}
.match-result {
    display: flex;
    flex-basis: 100%;
    width: 100%;
    align-items: center;
    margin: 10px 0;
}
.match-result-detail {
    flex: 1;
}
.match-result-score {
    font-size: 3em;
    flex: 1;
    text-align: center;
}
.match-detail-emblem {
    max-width: 100px;
    flex:1;
}
.match-detail-emblem img {
    height: auto;
}
.match-detail-information {
    margin-left: auto;
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.match-detail-information-ticket {
    width: 9em;
    text-align: center;
    padding: 10px;
    color: #ffffff;
    background-color: #D2A046;
    border: 2px solid #D2A046;
}
.match-detail-information-special-button {
    width: 9em;
    text-align: center;
    padding: 10px;
    color: #ffffff;
    background-color: #3c2378;
    border: 2px solid #3c2378;
}
.match-header-information-broadcast {
    width: 9em;
    text-align: center;
    padding: 10px;
    color: #ffffff;
    background-color: #c4302b;
    border: 2px solid #c4302b;
}
.match-header-information-match_review {
    width: 9em;
    text-align: center;
    padding: 10px;
    color: #3c2378;
    background-color: #ffffff;
    border: 2px solid #3c2378;
}

.gc {
    margin-top: 3rem;
}
.gc iframe {
  width: 100%;
  min-width: 100%;
  height: 80vw;
  min-height: 100%;
}
@media screen and (min-width: 500px) {
  .gc iframe {
    max-width: 600px;
    height: calc(80vw * 3 / 4);
    max-height: 450px;
  }
}

/* プロクリアル */
body.post-name-criacao-shinjuku-procriar .wp-block-media-text .wp-block-media-text__content {
    margin-left: initial;
    margin-right: initial;
}

/*ホームタウン*/
.city-dt h3 {
    border: none !important;
    border-left: none !important;
}
.city-dt ul li {
    padding-left: 0px;
}
.city-dt ul li:before {
    content: "";
}
.wp-block-group.tw-info .blocks-gallery-item img {
    width: auto;
    object-fit: contain;
}
.wp-block-group.tw-charm {
    background: url(/wp-content/uploads/2020/12/hometown-001.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 5vw;
    color: #FFFFFF;
}
.wp-block-group.tw-info {
    background: url(/wp-content/uploads/2020/12/Hometown-info-bg.jpg);
    background-size: cover;
    padding: 5vw;
}
#mayor, #cci, #fa {
    padding: 2.5rem 0;
    border-bottom: 1px dotted;
}
.hr-tophalf {
    margin-top: 20px !important;
}

/*試合結果table対応*/
table.resultTable {
	width:100%;
	border-collapse: collapse;
}
table.resultTable thead th {
	padding:10px 15px;
}
table.resultTable tbody th {
	padding:10px 15px;
	vertical-align:top;
}
table.resultTable tbody td {
	padding:10px 15px;
	vertical-align:top;
}
table.resultTable a {
    color: #3c2388;
}

/*TopページBottom*/
.l-wrapper-bottom {
    position: relative;
    display: flex;
    justify-content: center;
    width: 1100px;
    max-width: 95%;
    margin: 0 auto;
    padding: 5px 0;
}

.top-fullwidth_bottom img {
    vertical-align: middle;
}


/*next match next year対応*/
.nm {
    position: relative;
    width: 100%;
    height: 190px;
    overflow: hidden;
}

.nm-hd {
    position: relative;
    width: 100%;
    height: 40px;
    padding: 8px 9px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.nm-bd {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1;
}

.nm-img {
    width: 26px;
    height: 26px;
    z-index: 2;
}

.nm-sc {
    width: calc(100% - 52px);
    height: 100%;
    color: #3c2378;
    font-weight: 900;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 2;
}
.nm-main {
    display: table;
    position: relative;
    width: 100%;
    height: calc(100% - 62px);
    padding: 12px 8px 18px;
}
.nm-tx {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

/*
* 1009LPページ
*/
#exLpPage h2 {
    font-size: 4rem;
}
.class_test {
    font-family: "ぽっくる";
}
.exLp-wrapper {
    position: relative;
    top: -30px;
    font-family: 'Noto Sans JP', sans-serif;
}
.lp-match-section {
    background-image: url(./img/match_base.png);
    background-size: cover;
    padding: 3em 0;
}
.lp-support {
    font-size: 1.5em;
    max-width: 1200px;
    margin: 0 auto;
}
.lp-support p {
    margin-top: 0;
}
.lp-jflsection {
    margin-bottom: 0;
}
.lp-jflsection h2#outline__1 {
    margin-left: 0.5em;
    font-size: 3rem;
}
.wp-block-columns.lp-jflsection,
.wp-block-columns.lp-mcarea  {
    display: flex;
    margin-bottom: 1.75em;
    flex-wrap: nowrap;
}
.content .lp-jflsection .alignright {
    float: right;
    margin: 0 0 0 10px;
}
.lp-data-clm p {
    line-height: 1em;
    margin-top:0;
}
.wp-block-columns.lp-mcarea {
    margin-bottom: unset;
}
.lp-mcarea .wp-block-image {
    margin-bottom: 0;
}
.content .lp-mcarea .alignright,
.content .lp-mcarea .alignleft {
    margin-bottom: 0;
}

/*
* メンバーシップページ
*/
.l-wrapper.msp {
    position: unset;
    display: block;
    max-width: 100%;
}
#funclubPage {
    width: 1100px;
    max-width: 100%;
    margin: 0 auto;
    padding: 60px 2.5%;
}
img.full-thumb {
    width: 100%;
    height: auto;
}
.defult-colmun {
    padding: 10px 10px 20px;
}
ul.defult-list li {
    line-height: 1.3;
    padding: 10px 0 0 15px;
    font-size: 1.8rem;
}
.benefit-h {
    padding: 0.3em 1.5em !important;
    margin-bottom: 1.75em;
}
.benefit-price {
    margin-top: 0 !important; 
    line-height: 1.5;
}
.inquiry-btn {
    color: #3c2388;
}
.wp-block-button.is-style-outline.inquiry-btn a:hover {
    color: #ffffff;
    background: #3c2388;
}
/*　特典一覧　*/
.mobile_table table {
    table-layout: fixed;
}
.mobile_table table tr {
    height: 70px;
}
.content .mobile_table table td {
    border: 1px solid #E5E5E5;
}

.content .mobile_table table tr:nth-child(2n+1) {
    background: none;
}
.content .mobile_table table tr:nth-child(1) {
	font-weight: bold;
}
.content .mobile_table table tr:nth-child(1) td:nth-child(2) {
	color: #3c2388;
	background-color: #ebebeb;
}
.content .mobile_table table tr:nth-child(1) td:nth-child(3) {
	color: #ffffff;
	background-color: #d9b350;
}
.content .mobile_table table tr:nth-child(1) td:nth-child(4) {
	color: #ffffff;
	background-color: #3c2388;
}
.content .mobile_table table tr:nth-child(1) td:nth-child(5) {
	color: #ffffff;
	background-color: #23bae0;
}
.content .mobile_table table tr:nth-child(1) td:nth-child(6) {
	color: #ffffff;
	background-color: #e94f7e;
}
.std-p_clm {
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgb(179 139 238 / 30%) 100%);
	background-image: linear-gradient(180deg, rgb(0 0 0 / 0%) 0%, rgb(179 139 238 / 30%) 100%);
	padding:0 5px
}
.gd-p_clm {
   	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgb(238 204 139 / 20%) 100%);
	background-image: linear-gradient(180deg, rgb(0 0 0 / 0%) 0%, rgb(238 204 139 / 20%) 100%);
	padding:0 5px
}

/*
* 採用情報
*/
.rd_tabel table tr:nth-child(2n+1) {
    background: none !important;
}
.rd_tabel table td:first-of-type {
    background: #f7f7f7;
}
.rd_tabel table td  {
    border: 1px solid #E5E5E5;
}

/*
 * レスポンシブ対応
 * max-width:1279px
 */
@media only screen and (max-width: 1279px) {
    .league-table .su-posts-single-post .su-post .su-post-content {
        width: 100%;
    }
}
/*
 * レスポンシブ対応
 * max-width:1023px
 */
@media only screen and (max-width: 1023px){
    .container {
        width: 100%;
    }
    /* メンバーページ */
    .member-image img {
        width:70%;
        aspect-ratio: 0.95;
        transform: translate(-12%, 0%);
    }
    h1.member-title {
        font-size: 2.5rem;
        width:70%;
    }
    .member-qa-detail {
        padding: 0 10px;
    }
    .profile-main-indiv {
        padding-left: calc(50% + 10px);
        padding-right: 10px;
    }

    /* 試合日程(schedule) */
    .match-detail-namePlace {
        margin: 0;
        text-align: left;
        flex-basis: 100%;
    }
}

/*
 * レスポンシブ対応
 * max-width:1023px
 */
@media only screen and (max-width: 991px) {
    /* 試合日程(schedule) */
    .match-detail-coreinformation {
        flex-basis: 100%;
    }
}

/*
 * レスポンシブ対応
 * max-width:767px
 */
@media only screen and (min-width: 767px){
    /*メンバーページ*/
    .profile-main {
        background-color: transparent;
    }
    /* メンバーシップ、パートナーは右下の固定メニューがバナーと被らないようにする */
    .post-name-membership .floating-banner.top-fixed-menu,
    .post-name-players .floating-banner.top-fixed-menu {
        bottom: 140px;
    }
    .post-name-partner .floating-banner.top-fixed-menu {
        bottom: 200px;
    }
}
     
@media only screen and (max-width: 767px){
    /* 2段目のメニュー出している時はヘッダーの下に余白をつける */
    .breadcrumb,
    body.page-template-page-membership .full-thumb {
        padding-top: 114px; /* ヘッダー固定分 */
    }
    .l-main-top {
        padding-top: 114px;
    }
    /* フッター */
    .site-footer .site-body-bottom .container {
        display: block;
    }
    .site-footer .site-body-bottom .container .footer-logo a img {
    width: 70px;
    }
    .site-footer .widget_nav_menu .menu-footermenu-container > ul.menu {
        display: grid;
        grid-template-columns:  repeat(2, 1fr);
        gap: 20px 10px;
        margin-top: 20px;
    }
    /* 固定バナー */
    .floating-banner.top-fixed-menu {
        position: fixed;
        top: 60px;
        right: 0;
        border-radius: 0;
        display: flex;
        width: 100%;
        height: 54px;
    }
    .top-fixed-menu .menu-item {
        width: calc(100% / 4);
        height: 54px;
    }

    .top-fixed-menu .menu-item img {
        width: 24px;
        height: 24px;
        margin-bottom: 4px;
    }
    .admin-bar .top-fixed-menu {
        top: 92px;
    }

    /* シングルページのタイトルボックス */
    .singleTitle {
        padding: 0;
        margin-top: 114px;
    }
	.singleTitle::before{background-color: rgba(0,0,0,0.5);}
	.singleTitle__heading{
		position:relative;
		float:none;
		width:100%;
		min-height: 180px;
		padding: 20px 0;
	}
    .eyecatch.eyecatch-singleTitle{ display:none}
    .heading.heading-singleTitle{font-size:2.4rem; margin-bottom:20px;}
    .dateList.dateList-singleTitle {
        margin-top: 0;
    }

    .categoryBox.categoryBox-gray{padding-top:40px;}
	.categoryBox__list {margin-left: -10px;}
	.categoryBox__item {
		width: calc(50% - 10px);
		margin: 0 0 20px 10px;
	}
	.categoryBox__title {font-size: 1.5rem;}
	.categoryBox__titleLink{padding:15px 0;}
    .categoryBox .heading.heading-primary {
        font-size: 1.8rem;
    }
    .categoryBox .heading.heading-archive {
    font-size: 1.5rem;
}

    /* ニュース一覧（Archive cards） */
    .vk_posts {
        margin-left: 0;
        margin-right: 0;
    }
    .c-card__title {
        font-size: 15px;
    }
    .c-card__badge {
        padding: 6px 12px;
        font-size: 12px;
    }
    .c-card__excerpt {
        display: none;
    }


    /*検索アイコン*/
    .menuNavi__link {
        height: 50px;
        line-height: 70px;
        color: #ffffff;
        font-size: 2rem;
        width: auto;
    }
     /*タグアイコン*/
     span.tag_icon  {
        width: 40px;
        height: 40px;
    }
     span.tag_icon  img {
        height: 24px;
    }
    /*ナビリスト*/
    nav ul li a {
        padding: 0;
    }
    ul.sub-menu li.menu-item a {
        display: flex;
        align-items: center;
    }


	/*サイドバナー設定*/
	.sideBanner {
        display: flex;
        flex-wrap: wrap;
        margin-left: -20px;
	}
	.sideBannerItem {
        width: calc(50% - 20px);
        position: relative;
        margin: 0 0 0 20px;
	}

    /* アンカーリンク（スマホ）位置調整 */
    body.post-name-philosophy #philosophy,
    body.post-name-philosophy #emblem,
    body.post-name-philosophy #tagline,
    body.post-name-philosophy #story,
    body.post-name-philosophy #hometown,
    body.post-name-philosophy #category,
    body.post-name-academy-2 #u-15,
    body.post-name-academy-2 #u-18 {
        padding-top: 130px;
        margin-top: -130px;
    }

    /* トップページ */
    .next-home-game {
        background-color: #3C2378;
        padding: 30px 20px;
    }
    .next-home-game__title {
        margin-bottom: 15px;
    }
    .next-home-game__label {
        margin-bottom: 10px;
    }
    .next-home-game__info {
        grid-template-columns: none;
        justify-content: center;
        align-items: center;
    }
    .next-home-game__logo {
        text-align: center;
        margin-top: 10px;
    }
    .next-home-game__logo img {
        width: 80px;
    }
    .next-home-game .detail-link > a {
        margin-top: 15px;
        padding: 11px 40px;
    }
    .next-home-game__vs {
        margin-top: 8px;
    }
    .front-page-news .post-list.vk_posts-mainSection {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .league-table {
        margin-top: 0;
    }
    .league-table figure.ranking tbody {
        column-count: 1;
    }
    .league-table tbody tr td {
        font-size: 14px;
    }
    .league-table figure.ranking table tr.inserted-header {
        display: none;
    }

	/*メンバーページ*/
	.member-detail {
        position: unset;
        top: 0;
        right: 0;
        width: 100%;
        height:auto;
        padding: 0 3%;
    }
    .member-image {
        position: relative;
    }
    .member-image img {
        width:100%;
        aspect-ratio: 1.1;
        transform: translate(10%, 0%);
    }
    .player-detail {
        padding-left: 10px;
        line-height: 2;
        position: absolute;
    }
    .player-name {
        font-size: 2.5em;
    }
    .player-en {
        font-size: 1.5em;
        background-color: rgb(255 255 255 / 35%);
        width: fit-content;
    }
    .member-eyecatch img {
        margin-bottom: 0px;
    }
    h1.member-title {
        width: 100%;
    }
    .profile-main-indiv {
        padding-right: 10px;
        padding-left: 10px;
    }

    .heading.heading-member-archive {
        font-size: 1.6rem;
    }
    
    #funclubPage {
        width: 100%;
        margin: 0 auto;
    }
    
    /* 試合日程(schedule)*/
    .match-detail {
        justify-content: left;
    }
    .match-detail-visitor {
        margin: 0.5em 0;
    }
    .match-detail-core {
        width: 100%;
    }
    .match-detail-schedule {
        flex-basis: 100%;
    }
    .match-detail-coreinformation {
        flex-basis: auto;
        align-items: end;
    }
    .match-detail-coreinformation.result-flg {
        flex-flow: column;
        flex-grow: 1;
    }
    .match-detail-namePlace {
        flex-basis: auto;
        text-align: left;
    }
    .match-detail-information {
        margin: 0.5em 0 0;
        flex-direction: row;
    }

    /* メンバーシップ(membership)*/
    .mobile_table {
        overflow: auto;
        white-space: nowrap;
        margin-bottom: 24px;
    }
    .mobile_table table {
        width: 767px;
    }
    .content .mobile_table table td:nth-child(1) {
    	position: sticky;
    	top: 0;
        left: 0;
    }
    .content .mobile_table table td:nth-child(1)::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border-right: 1px solid #E5E5E5;
      border-left: 1px solid #E5E5E5;
      background: #ffffff;
      z-index: -1;
    }

    /* 検索結果 */
    body.search-results .post-list.vk_posts-mainSection {
        grid-template-columns: repeat(1,minmax(0, 1fr)) !important;
    }
}

/*
* レスポンシブ対応
* max-width:640px
*/
@media only screen and (max-width: 640px) {

    table.resultTable thead {
    	display:none;
    }
    table.resultTable tbody th {
    	display:block;
    }
    table.resultTable tbody td {
    	display:block;
    }
    table.resultTable tbody td::before {
    	content: attr(label);
    	float: left;
    	clear:both;
    	font-weight:bold;
    }
    table.resultTable tbody td p {
    	padding-left:6em;
    }
	.content table.resultTable td:nth-child(2), .content table.resultTable td:nth-child(3), .content table.resultTable td:nth-child(4) {
    border-bottom: none !important;
	}
	.content table.resultTable td:nth-child(3), .content table.resultTable td:nth-child(4), .content table.resultTable td:nth-child(5) {
    border-top: none !important;
	}
    .sponsor-logo img {
        width: 49.5%;
    }
    h3.team-category,
    h3.partner-category {
        width: 124px;
        font-size: 1.3rem;
    }
}

/*
* レスポンシブ対応
* max-width:500px
*/
@media only screen and (max-width: 500px) {
    /*共通*/
    .page-header-title, h1.page-header-title {
        font-size: 2.5rem;
    }
    .img-pc,
    .disp-pc {
        display: none !important;
    }
    .img-sp {
        display: block !important;
    }

    /* トップページ */
    .link-box:nth-child(2) .link-overlay,
    .link-box:nth-child(4) .link-overlay {
        left: unset;
        right: 15px;
    }
    .front-app .title {
        gap: 15px;
        margin-bottom: 15px;
    }
    .front-app .title img {
        width: 58px;
        height: 58px;
    }
    .app-links a.apple > img {
        height: 45px;
    }
    .app-links a.google > img {
        height: 60px;
        margin-top: 1px;
    }

    /*メンバーページ*/
    .archive-member {
        margin-left: 0;
        margin-bottom: 0;
    }
    .archive-member .vk_posts {
        margin-left: 0;
        margin-right: 0;
        justify-content: space-between;
    }
    .memberItem {
        width: calc(50% - 10px);
        position: relative;
        margin: 0;
    }
    
    /*クラブページ*/
    .clubNavi__list .menu-item {
        padding: 0 7px;
    }
    /*ホームタウン*/
    .blocks-gallery-grid .blocks-gallery-item {
        width: 100%;
        margin-right: 0;
    }
    .wp-block-group.tw-info .blocks-gallery-item img {
        width: max-content;
        max-width: 70%;
        margin: auto;
    }
    
    /* 1009LPページ */
    #exLpPage h2 {
        font-size: 3rem;
    }

    .exLp-wrapper {
        top: -20px;
    }
    .lp-match-section {
        background-image: url(./img/match_base_mobile2.png);
        background-size: cover;
    }

    .lp-support {
        font-size: 1.5em;
    }
    p.lp-data-sp,
    p.lp-kickoff-sp {
        margin-top:0;
        line-height: 1.25em;
    }
}

/* lightningの癖を修正 */
/* 2カラムにするとコンテナからはみ出るのを修正 */
@media(min-width:1440px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1310px;
    }
    .alignwide, .alignwide:is(.vk_slider,.wp-block-image,.wp-block-cover-image,.wp-block-cover) {
        margin-left: calc((100% - 1280px) / 4);
        margin-right: calc((100% - 1280px) / 4);
        max-width: 1280px;
    }
}

@media(1200px <= width < 1440px) {
    .alignwide, .alignwide:is(.vk_slider,.wp-block-image,.wp-block-cover-image,.wp-block-cover) {
        margin-left: calc((100% - 1110px) / 4);
        margin-right: calc((100% - 1110px) / 4);
        max-width: 1110px;
    }
}

@media(992px <= width < 1280px) {
    .alignwide, .alignwide:is(.vk_slider,.wp-block-image,.wp-block-cover-image,.wp-block-cover) {
        margin-left: calc((100% - 930px) / 4);
        margin-right: calc((100% - 930px) / 4);
        max-width: 930px;
    }
}

@media(768px <= width < 992px) {
    .alignwide, .alignwide:is(.vk_slider,.wp-block-image,.wp-block-cover-image,.wp-block-cover) {
        margin-left: calc((100% - 690px) / 4);
        margin-right: calc((100% - 690px) / 4);
        max-width: 690px;
    }
}

@media(600px <= width < 768px) {
    .alignwide, .alignwide:is(.vk_slider,.wp-block-image,.wp-block-cover-image,.wp-block-cover) {
        margin-left: calc((100% - 510px) / 4);
        margin-right: calc((100% - 510px) / 4);
        max-width: 510px;
    }
}

@media(max-width:600px) {
    :is(.alignfull,.alignwide):where(:not(.is-layout-flex))>:is(div[class*=wp-container-],div[class*=wp-block-],div[class*=vk_],.alert,:where(:is(h1,h2,h3,h4,h5,h6))):where(:not(.alignfull,.alignwide,.wp-block-cover__background,.wp-block-cover__image-background,.wp-block-column,.vk_outer,.vk_slider_wrapper,.vk_gridcolcard_item,.swiper-wrapper,.swiper-pagination,.is-content-justification-right,.is-content-justification-left)) {
        margin-left: 0;
        margin-right: 0;
    }
}
