@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

:root {
    --main-color: #000;
    --sub-color: #fff;
}

.en {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
}

html,
body,
button,
input,
select,
textarea {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

body {
    color: #252523;
    font-size: 15px;
    line-height: 1.7;
    min-width: 1340px;
    padding-top: 100px;
}

.wrap {
    width: 1140px;
    margin: 0 auto;
}

.wrap.mid {
    width: 1240px;
}

.wrap.lr {
    width: 1340px;
}

/* PC固定ページ 共通設定 */
.common_page_main {
    padding-block: 82px;
    background: url(./image/page_fv_polygon.webp) no-repeat;
    background-size: cover;
    background-position: center;
}

.common_page_main .title_box {
    text-align: center;
}

.common_page_main .title_box .sub_title {
    font-size: 64px;
    line-height: 1.3;
    color: #40427F;
    position: relative;
    text-transform: uppercase;
    width: fit-content;
    margin: 0 auto;
    position: relative;
}

.common_page_main .title_box .sub_title:before {
    content: "UNDE";
    color: #BF203C;
    position: absolute;
    left: 0;
    top: 0;
    clip-path: polygon(0 0, 100% 0, 78% 100%, 0% 100%);
}

body.page-id-735 .common_page_main .title_box .sub_title:before {
    content: "EVE";
}

body.page-id-608 .common_page_main .title_box .sub_title:before {
    content: "MESS";
}

body.page-id-8 .common_page_main .title_box .sub_title:before {
    content: "COMP";
}

body.page-id-738 .common_page_main .title_box .sub_title:before {
    content: "SPON";
}

body.page-template-page-contact .common_page_main .title_box .sub_title:before {
    content: "CONT";
}

body.page-template-page-contact-confirm .common_page_main .title_box .sub_title:before {
    content: "CONFIR";
}

body.page-template-page-contact-thanks .common_page_main .title_box .sub_title:before {
    content: "Tha";
}

body.page-id-27 .common_page_main .title_box .sub_title:before {
    content: "SITE";
}

body.page-id-53 .common_page_main .title_box .sub_title:before {
    content: "PRIV";
}

body.archive.category-news .common_page_main .title_box .sub_title:before {
    content: "NE";
}

body.archive.category-tournament .common_page_main .title_box .sub_title:before {
    content: "tourn";
}

body.archive .common_page_main .title_box .sub_title:before {
    content: "U-";
}

.common_page_main .title_box .title {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.5;
}

.common_page_wrap {
    padding: 120px 0;
}

.not_found .text {
    text-align: center;
}

.reserve_text {
    text-align: center;
    font-size: 30px;
}

/* パンくず */
.breadcrumb {
    font-size: 12px;
    color: #252523;
    margin-bottom: 25px;
}

.breadcrumb a {
    text-decoration: none;
    color: #252523;
}

/* PC固定ページ お問い合わせ */
.contact_form_disc {
    color: #3E3E3E;
    letter-spacing: .08em;
    font-weight: 400;
    text-align: center;
    margin-block: 0 3.8em;
}

.contact_form_disc .text {
    font-size: 16px;
    margin-block: 0 1em;
}

.contact_form_disc .caution {
    font-size: 14px;
}

.common_contact_form .form_box {
    margin-block: 0 50px;
}

.common_contact_form .form_box dl {
    display: grid;
    grid-template-columns: 26.5% 1fr;
    align-items: center;
    gap: 80px;
}

.common_contact_form .form_box dl.start {
    align-items: flex-start;
}

.common_contact_form .form_box dl+dl {
    margin-block: 1.6em 0;
}

.common_contact_form .form_box dl dt {
    display: flex;
    align-items: center;
    gap: 1.3em;
    font-size: 16px;
    letter-spacing: .08em;
    font-weight: 700;
    padding-inline: 0 0.5em;
    position: relative;
}

.common_contact_form .form_box dl dt .label {
    flex-shrink: 0;
    color: #3E3E3E;
    font-size: 12px;
    letter-spacing: .2em;
    font-weight: 700;
    border-radius: 100vmax;
    padding: 0.2em 0.9em;
}

.common_contact_form .form_box dl dt .label.hissu {
    background: #C70000;
    color: #fff;
}

.common_contact_form .form_box dl dt .label.ninni {
    background: #E0E0E0;
}

.common_contact_form .form_box dl dt::after {
    content: "";
    content: "";
    width: 1px;
    height: 30px;
    background: #AAA;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.common_contact_form input[type="text"],
.common_contact_form input[type="email"],
.common_contact_form #zip {
    width: 100%;
    background: #F8F8F8;
    border: 1px solid #E6E6E6;
    border-radius: 4px;
    font-size: 14px;
    letter-spacing: .08em;
    font-weight: 400;
    padding: 0.8em 1em;
}

.common_contact_form textarea {
    width: 100%;
    height: 180px;
    background: #F8F8F8;
    border: 1px solid #E6E6E6;
    border-radius: 4px;
    padding: 1em;
    font-size: 14px;
    letter-spacing: .08em;
    font-weight: 400;
}

.common_contact_form input::placeholder,
.common_contact_form textarea::placeholder {
    color: #C7C4C4;
}

.common_contact_form select {
    width: 47.5%;
    background: #F8F8F8;
    border: 1px solid #E6E6E6;
    border-radius: 4px;
    font-size: 14px;
    letter-spacing: .08em;
    padding: 1.1em 1em;
	-webkit-appearance: auto;
	-moz-appearance: auto;
	appearance: auto;
}

.page_contact #btn_wrap {
    justify-content: center;
    text-align: right;
    width: 74%;
    margin: auto;
}

.page_contact #btn_wrap button {
    background-color: var(--main-color);
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
    color: #fff;
    display: block;
    width: 310px;
    line-height: 60px;
    font-size: 18px;
    font-weight: 900;
    transition: .3s;
    text-align: center;
    letter-spacing: .08em;
    margin: auto;
}

.page_contact #btn_wrap button[name="submitBack"] {
    background: #333;
    margin-top: 20px;
}

.page_contact #btn_wrap button:hover {
    opacity: .8;
}

.privacy_term_outer .privacy_term_inner {
    height: 138px;
    margin: auto;
    overflow: auto;
}

.privacy_term_outer .privacy_term_inner .privacy_index {
    font-size: 14px;
}

.privacy_term_outer .privacy_term_inner .main_text {
    font-size: 13px;
    margin-bottom: 25px;
}

.privacy_term_outer .privacy_term_inner dl dt {
    font-size: 13px;
    border-left: solid 3px #ccc;
    padding-left: 1em;
    margin-bottom: 5px;
}

.privacy_term_outer .privacy_term_inner dl dd {
    font-size: 13px;
}

.privacy_term_outer .privacy_term_inner dl+dl {
    margin-top: 30px;
}

.privacy_term_outer .privacy_term_inner::-webkit-scrollbar {
    width: 8px;
}

.privacy_term_outer .privacy_term_inner::-webkit-scrollbar-track {
    background: transparent;
}

.privacy_term_outer .privacy_term_inner::-webkit-scrollbar-thumb {
    background-color: #333;
    border-radius: 10px;
}

.privacy_term_outer {
    border-top: solid 1px #e3e3e3;
    padding: 30px 0;
    border-bottom: solid 1px #e3e3e3;
    width: 60%;
    margin: 0 auto 50px;
}

.privacy_check_list .mwform-checkbox-field-text {
    padding-right: 0;
}

.privacy_check_list .error {
    font-size: 12px;
}

.privacy_term_detail {
    text-align: center;
    font-size: 13px;
    margin: 20px 0;
    position: relative;
    font-weight: 600;
}

.privacy_term_detail::after {
    content: "";
    margin: 5px auto 0;
    border: solid #333;
    border-width: 2px 2px 0 0;
    width: 10px;
    aspect-ratio: 1 / 1;
    min-width: 0;
    rotate: 135deg;
    display: block;
}

.mw_wp_form_confirm .privacy_check_list,
.mw_wp_form_confirm .privacy_term_detail {
    display: none;
}

/* ラジオボタン デザイン */
.radio_btns,
.checkboxes {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5em 1.5em;
    padding: .5em 0;
}

/* ラジオボタンを隠す */
.radio_btns input[type=radio].radio_btns__item {
    display: none;
}

.radio_btns label {
    display: inline-block;
    cursor: pointer;
}

/* spanの左側にボタンを配置するスペースを作る */
.radio_btns .radio_btns__item+span {
    color: #3E3E3E;
    font-size: 15px;
    letter-spacing: .08em;
    font-weight: 600;
    padding-left: 2em;
    display: inline-block;
    position: relative;
}

/* 各パーツを作成 */
.radio_btns .radio_btns__item+span::before,
.radio_btns .radio_btns__item+span::after {
    content: '';
    display: block;
    position: absolute;
    border: 1px solid #E6E6E6;
    background: #F8F8F8;
    border-radius: 50%;
    width: 20px;
    aspect-ratio: 1;
    min-width: 0;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}

/* after上書き */
.radio_btns .radio_btns__item+span::after {
    width: 10px;
    aspect-ratio: 1;
    min-width: 0;
    top: 0px;
    left: 5px;
    border: none;
    background: #5A5A5A;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    transition: all .3s;
}

/*
  checked状態
  文字のcolorとボタンのopacityを変更
*/
.radio_btns .radio_btns__item:checked+span::after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

/* チェックボックス デザイン */
.page_contact input[type="checkbox"] {
    /* デフォルトcheckボックス非表示*/
    display: none;
}

.mwform-checkbox-field label {
    cursor: pointer;
}

.mwform-checkbox-field-text {
    color: #3E3E3E;
    font-size: 15px;
    letter-spacing: .08em;
    font-weight: 600;
    display: inline-block;
    position: relative;
    padding: 0 0 0 30px;
}

.mwform-checkbox-field-text::before,
.mwform-checkbox-field-text::after {
    content: "";
    position: absolute;
    display: block;
}

.mwform-checkbox-field-text::before {
    background: #F8F8F8;
    border: 1px solid #E6E6E6;
    border-radius: 2px;
    width: 20px;
    aspect-ratio: 1 / 1;
    min-width: 0;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.mwform-checkbox-field-text::after {
    border-width: 3px;
    border-color: transparent transparent #333 #333;
    border-style: solid;
    width: 20px;
    aspect-ratio: 2/1;
    min-width: 0;
    margin-top: -0.2em;
    top: 50%;
    left: 0;
    transform: translateY(-50%) rotate(-45deg);
    opacity: 0;
}

input[type="checkbox"]:checked+.mwform-checkbox-field-text::after {
    opacity: 1;
}

.mw_wp_form .horizontal-item {
    display: inline-block;
}

.mw_wp_form .horizontal-item+.horizontal-item {
    margin-left: 0 !important;
}

/* サンクスページ */

.page_contact .thanks_textArea .name {
    font-size: 16px;
    line-height: 2;
    text-align: center;
    margin-bottom: 20px;
}

.page_contact .thanks_textArea .contact_text {
    margin: 0 auto 50px;
    width: 62%;
}

.page_contact .thanks_textArea .ichiran_link {
    background-color: var(--main-color);
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
    color: #fff;
    display: block;
    width: 300px;
    line-height: 50px;
    border-radius: 4px;
    font-size: 16px;
    transition: .3s;
    margin: 0 auto;
    text-decoration: none;
    font-weight: 600;
    letter-spacing: .08em;
    text-align: center;
}

.page_contact .thanks_textArea .ichiran_link:hover {
    opacity: .8;
}

.page_contact .thanks_textArea .contact_text .space {
    display: block;
}

.page_contact .thanks_textArea .contact_text .space {
    display: block;
    margin-top: 10px;
}

/* ステップバー デザイン */
.page_contact .progressbar {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5.6em;
    margin-block: 0 3em;
}

.page_contact .progressbar .item {
    color: #3E3E3E;
    font-size: 14px;
    letter-spacing: .08em;
    font-weight: 400;
    text-align: center;
    line-height: 1.5;
    position: relative;
}

.page_contact .progressbar .item+.item::before {
    content: "";
    width: 50px;
    height: 1px;
    background: #E6E6E6;
    position: absolute;
    top: 64%;
    left: -5em;
}

.page_contact .progressbar .item .mark {
    width: 36px;
    aspect-ratio: 1;
    background: #fff;
    border: 1px solid #AFAFAF;
    border-radius: 50%;
    display: block;
    margin: 0 auto 0.5em;
    position: relative;
}

.page_contact .progressbar .item .mark::before {
    content: "";
    width: 41%;
    aspect-ratio: 1;
    background: #5A5A5A;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    opacity: 0;
}

.page_contact .progressbar .item.active .mark::before {
    opacity: 1;
}

.page_contact .progressbar .item .en {
    display: block;
    color: #A7A7A7;
    letter-spacing: 0;
    font-family: 'Helvetica', 'Arial', sans-serif;
}

.privacy_check_list {
    justify-content: center;
    align-items: center;
    margin-bottom: 25px;
}

.privacy_check_list .hissu {
    background: #c70200;
    color: #fff;
    padding: 2px 15px;
    font-size: 10px;
    letter-spacing: .08em;
    border-radius: 30px;
    font-weight: 600;
}

.mw_wp_form .privacy_check_list .horizontal-item {
    margin: 0;
}

/* PC固定ページ 404ページ */
#page_404 {
    text-align: center;
}

#page_404 .num {
    font-size: 100px;
    font-family: 'Montserrat', 'Noto Sans JP', sans-serif;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#page_404 .text {
    margin-bottom: 1em;
    font-size: 16px;
}

.p-authorBox .avatar {
	display: inline;
}

/* TOP CSS（PC） */

header#pc_header {
    background: #fff;
    border-top: 6px solid #40427F;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 10;
    min-width: 1340px;
}

header#pc_header:after{
    content: "";
    width: 100%;
    height: 1px;
    background: #F0F0F0;
    position: absolute;
    left: 0;
    top: 99%;
    z-index: 2;
}

header#pc_header .flex_box {
    align-items: center;
}

header#pc_header .logo a {
    width: 275px;
    display: block;
}

header#pc_header nav.header_nav {
    gap: 50px;
    align-items: center;
}

header#pc_header nav.header_nav ul.main_menu {
    gap: 50px;
}

header#pc_header nav.header_nav ul li{
    line-height: 94px;
}

header#pc_header nav.header_nav ul li.mulch {
    position: relative;
    padding-right: 20px;
}

header#pc_header nav.header_nav ul li.mulch:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    border-top: 7px solid #252523;
    border-bottom: 0;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-40%);
}

header#pc_header nav.header_nav ul li.mulch:hover::before {
    transform: translateY(-40%) scale(-1);
}

header#pc_header nav.header_nav ul li.mulch .child_menu {
    position: fixed;
    left: 50%;
    top: 100px;
    transform: translateX(-50%);
    background: #fff;
    width: 100vw;
    height: 0;
    overflow: hidden;
    pointer-events: none;
    z-index: 10;
    transition: .3s;
    opacity: 0;
    padding: 30px 0;
}

header#pc_header nav.header_nav ul li.mulch .child_menu .common_title_box .en {
    width: 266px;
}

header#pc_header nav.header_nav ul li.mulch .child_menu .common_title_box .title {
    line-height: 3;
    font-size: 16px;
}

header#pc_header nav.header_nav ul li.mulch .child_menu .common_league_list {
    width: 920px;
}

header#pc_header nav.header_nav ul li.mulch .child_menu .common_league_list li a {
    line-height: 1.7;
}

header#pc_header nav.header_nav ul li.mulch:hover .child_menu {
    height: auto;
    overflow: visible;
    pointer-events: auto;
    opacity: 1;
}

header#pc_header nav.header_nav ul li.mulch:hover .child_menu .in_cont {
    width: 1240px;
    margin: 0 auto;
}

header#pc_header nav.header_nav ul li a.parent {
    color: #252523;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: .04em;
    transition: .3s;
}

header#pc_header nav.header_nav ul li a.parent:hover {
    color: #40427F;
}

header#pc_header nav.header_nav .button a {
    width: 200px;
    line-height: 48px;
    align-items: center;
    color: #fff;
    gap: 8px;
    padding-left: 20px;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: .04em;
    background: #40427F;
    background: linear-gradient(83deg,rgba(64, 66, 127, 1) 0%, rgba(191, 32, 60, 1) 38%, rgba(127, 49, 94, 1) 73%, rgba(64, 66, 127, 1) 100%);
    background-size: 500px;
    background-position: 0;
  transition: all 0.4s ease-out;
}

header#pc_header nav.header_nav .button a:hover {
    background-position: 100%;
}

header#pc_header nav.header_nav .button a .icon {
    width: 28px;
    height: 28px;
    background-color: rgba(255,255,255,.1);
    border-radius: 100%;
    background-image: url(./image/icon_mail.svg);
    background-position: center;
    background-repeat: no-repeat;
}

section.section_fv {
    background: url(./image/fv_polygon.webp) no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 35px;
    padding-bottom: 65px;
}

section.section_fv .main_slider {
    width: 800px;
}

section.section_fv .main_slider li.slide {
    position: relative;
}

section.section_fv .main_slider li.slide .catch {
    position: absolute;
    left: 15px;
    top: 100px;
}

section.section_fv .main_slider li.slide .catch span {
    background: #40427F;
    background: linear-gradient(83deg,rgba(64, 66, 127, 1) 0%, rgba(191, 32, 60, 1) 100%);
    font-size: 28px;
    color: #fff;
    padding: 5px 20px;
    margin-top: 8px;
    display: inline-block;
}

section.section_fv .main_slider li.slide.under_8 .catch,
section.section_fv .main_slider li.slide.under_10 .catch,
section.section_fv .main_slider li.slide.under_14 .catch {
    left: auto;
    right: 15px;
    top: auto;
    bottom: 53px;
}

section.section_fv .main_slider li.slide .catch span b {
    font-size: 36px;
}

section.section_fv .main_slider .slick-dots {
    bottom: -35px;
}

section.section_fv .main_slider .slick-dots li {
    width: 40px;
    height: 5px;
    background: #CCCCCC;
}

section.section_fv .main_slider .slick-dots li.slick-active {
    background: #40427F;
}

section.section_fv .main_slider .slick-dots li button {
    width: auto;
    height: auto;
}

section.section_fv .main_slider .slick-dots li button:before {
    display: none;
}

section.section_fv .sponsor_slider {
    width: 300px;
    background: #fff;
    padding: 35px 25px;
    overflow: hidden;
    height: 550px;
    position: relative;
}

section.section_fv .sponsor_slider:before,
section.section_fv .sponsor_slider:after {
    content: "";
    width: 100%;
    height: 25px;
    background: #fff;
    position: absolute;
    left: 0;
    z-index: 1;
}

section.section_fv .sponsor_slider:before {
    top: 0;
}

section.section_fv .sponsor_slider:after {
    bottom: 0;
}

section.section_fv .sponsor_slider li.slide {
    width: 280px;
    height: 80px;
    border: 1px solid #EAEAEA;
    display: flex;
    align-items: center;
    justify-content: center;
}

section.section_fv .sponsor_slider li.slide + li.slide {
    margin-top: 10px;
}

section.section_fv .sponsor_slider .slick-list {
    overflow: visible;
}

section.section_fv .sponsor_slider .slick-arrow {
    background: #40427F;
    width: 100px;
    height: 20px;
    z-index: 2;
}

section.section_fv .sponsor_slider .slick-next {
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    top: -35px;
    border-radius: 0 0 5px 5px;
}

section.section_fv .sponsor_slider .slick-next:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-bottom: 6px solid #fff;
    border-top: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

section.section_fv .sponsor_slider .slick-prev {
    left: 50%;
    top: auto;
    transform: translateX(-50%);
    bottom: -65px;
    border-radius: 5px 5px 0 0;
    z-index: 2;
}

section.section_fv .sponsor_slider .slick-prev:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-top: 6px solid #fff;
    border-bottom: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

section.section_fv .sponsor_slider .slick-arrow:before {
    display: none;
}

.common_title_box {
    align-items: flex-end;
    gap: 10px;
    margin-bottom: 45px;
}

.common_title_box .en {
    font-size: 48px;
    color: #40427F;
    text-transform: capitalize;
    line-height: 1;
}

.common_title_box .title {
    font-size: 20px;
    font-weight: 700;
}

section.section_news {
    padding: 135px 0 100px;
}

section.section_news .wrap {
    position: relative;
}

.common_post_list ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.common_post_list ul li a {
    position: relative;
    display: block;
}

.common_post_list ul li:hover .image {
    border: 5px solid #40427F;
}

.common_post_list ul li .image {
    height: 180px;
    margin-bottom: 15px;
    transition: .3s;
}

.common_post_list ul li .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.common_post_list ul li .text_box .title {
    font-size: 17px;
    font-weight: 700;
    color: #252523;
    line-height: 1.3;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-bottom: 10px;
    transition: .3s;
    min-height: 44px;
}

.common_post_list ul li:hover .text_box .title {
    color: #40427F;
}

.common_post_list ul li .text_box .lead {
    color: #555555;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    min-height: 76.5px;
}

.common_post_list ul li .text_box .data {
    border-top: 1px solid #EAEAEA;
    padding-top: 10px;
    margin-top: 10px;
    color: #555555;
}

.common_post_list ul li a:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 10px solid #40427F;
    border-right: 0;
    position: absolute;
    right: 5px;
    bottom: 5px;
}

.common_more_button a {
    display: block;
    width: 280px;
    line-height: 65px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    padding-left: 25px;
    position: relative;
    background: #40427F;
    background: linear-gradient(83deg,rgba(64, 66, 127, 1) 0%, rgba(191, 32, 60, 1) 38%, rgba(127, 49, 94, 1) 73%, rgba(64, 66, 127, 1) 100%);
    background-size: 500px;
    background-position: 0;
  transition: all 0.2s ease-out;
}

.common_more_button a:hover {
    background-position: 100%;
}

.common_more_button a .arrow {
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 8px solid #fff;
    border-right: 0;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}

.common_more_button a:before {
    content: "";
    width: 1px;
    height: 35px;
    background: #fff;
    position: absolute;
    right: 35px;
    top: 50%;
    transform: translateY(-50%);
}

section.section_news .common_more_button a {
    position: absolute;
    right: 0;
    top: -20px;
}

section.section_league {
    margin-bottom: 30px;
}

.common_cont_box {
    padding: 80px 100px;
    background: #FAFAFA;
}

.common_cont_box .common_title_box {
    margin-bottom: 25px;
}

.common_cont_box .head_text {
    font-size: 16px;
    margin-bottom: 35px;
    line-height: 2;
}

ul.common_league_list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    width: 980px;
}

ul.common_league_list a {
    display: block;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    position: relative;
    padding: 12px 12px 15.5px 30px;
    height: 100%;
    background: #40427F;
    background: linear-gradient(83deg,rgba(64, 66, 127, 1) 0%, rgba(191, 32, 60, 1) 38%, rgba(127, 49, 94, 1) 73%, rgba(64, 66, 127, 1) 100%);
    background-size: 1000px;
    background-position: 0;
  transition: all 0.4s ease-out;
}

ul.common_league_list a:hover {
    background-position: 100%;
}

ul.common_league_list a .under_text {
    font-size: 26px;
    line-height: 1.2;
    margin-bottom: 4px;
}

ul.common_league_list a .text {
    font-size: 13px;
}

ul.common_league_list a .text span {
    background: #fff;
    color: #40427F;
    padding: 0 6px;
    border-radius: 20px;
    margin-right: 3px;
}

ul.common_league_list a .arrow {
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 8px solid #fff;
    border-right: 0;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}

ul.common_league_list a:before {
    content: "";
    width: 1px;
    height: 44px;
    background: #fff;
    position: absolute;
    right: 47px;
    top: 50%;
    transform: translateY(-50%);
}

section.section_event {
    margin-bottom: 120px;
}

section.section_event ul li a {
    width: 400px;
    align-items: center;
    color: #fff;
    gap: 15px;
    font-size: 16px;
    font-weight: 700;
    padding: 20px 30px;
    position: relative;
    background: #40427F;
    background: linear-gradient(83deg,rgba(64, 66, 127, 1) 0%, rgba(191, 32, 60, 1) 38%, rgba(127, 49, 94, 1) 73%, rgba(64, 66, 127, 1) 100%);
    background-size: 1000px;
    background-position: 0;
  transition: all 0.4s ease-out;
}

section.section_event ul li a:hover {
    background-position: 100%;
}

section.section_event ul li a .icon {
    width: 60px;
    height: 60px;
    background-color: rgba(255,255,255,.1);
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

section.section_event ul li a .under_text {
    font-size: 32px;
    line-height: 1;
    margin-bottom: 5px;
}

section.section_event ul li a .text {
    font-size: 13px;
}

section.section_event ul li a .text span {
    background: #fff;
    color: #40427F;
    padding: 0 6px;
    border-radius: 20px;
    margin-right: 3px;
}

section.section_event ul li a .arrow {
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 8px solid #fff;
    border-right: 0;
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
}

section.section_event ul li a:before {
    content: "";
    width: 1px;
    height: 60px;
    background: #fff;
    position: absolute;
    right: 57px;
    top: 50%;
    transform: translateY(-50%);
}

section.section_sns {
    background: #F0F0F0;
    padding: 60px 0;
}

section.section_sns .common_title_box {
    display: block;
    text-align: center;
    margin-bottom: 30px;
}

section.section_sns .common_title_box .en {
    margin-bottom: 14.7px;
}

section.section_sns ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
}

section.section_sns ul li {
    background: #fff;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s;
    transform: translateZ(0) scale(1);
}

section.section_sns ul li:hover {
    opacity: .7;
}

footer#main_footer {
    background-image: url(./image/footer_back.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    padding: 80px 0 50px 0;
    color: #fff;
}

footer#main_footer .company_information {
    width: 300px;
}

footer#main_footer .company_information .logo {
    margin-bottom: 10px;
}

footer#main_footer .company_information .name {
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 15px;
}

footer#main_footer .company_information .address {
    font-size: 14px;;
    margin-bottom: 10px;
}

footer#main_footer .company_information .tel {
    font-size: 26px;
    padding-left: 1em;
    background: url(./image/icon_tel.svg) no-repeat;
    background-position: 0;
    margin-bottom: 52px;
    letter-spacing: .04em;
}

footer#main_footer .copyright small {
    font-size: 12px;
}

.common_site_map {
    width: 583px;
}

.common_site_map .title {
    font-size: 18px;
    border-bottom: 2px solid;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.common_site_map a {
    transition: .3s;
}

.common_site_map a:hover {
    opacity: .7;
}

.common_site_map ul.site_menu {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 72px;
}

.common_site_map ul.site_menu li.mulch_menu {
    width: 100%;
    margin-bottom: 35px;
}

.common_site_map ul.site_menu li.mulch_menu a.parent {
    pointer-events: none;
}

.common_site_map ul.site_menu li a.parent {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    display: flex;
    align-items: center;
}

.common_site_map ul.site_menu li a.parent:before {
    content: "■";
    margin-right: 10px;
    font-size: 10px;
}

.common_site_map ul.site_menu ul.child_menu {
    gap: 50px;
    margin-top: 15px;
    margin-left: 20px;
}

.common_site_map ul.site_menu ul.child_menu a {
    color: #fff;
    font-size: 16px;
    padding-left: 15px;
    position: relative;
}

.common_site_map ul.site_menu ul.child_menu a:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 7px solid #fff;
    border-right: 0;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.common_site_map ul.other_menu {
    display: flex;
    justify-content: flex-end;
    gap: 30px;
}

.common_site_map ul.other_menu li a {
    color: #fff;
    font-size: 12px;
}

/* リーグ戦（PC） */

.page_league .section_introduction {
    margin-bottom: 115px;
}

.page_league .section_introduction .lead_box {
    background: #FAFAFA;
    padding: 60px 50px;
    margin-bottom: 60px;
}

.page_league .section_introduction .lead_box .lead {
    font-size: 16px;
    line-height: 1.85;
}

.page_league .section_introduction .button_wrap {
    justify-content: center;
    gap: 30px;
}

.page_league .common_article_list {
    border: 10px solid #FAFAFA;
    padding: 60px;
}

.page_league .common_article_list ul {
    padding-right: 50px;
    max-height: 350px;
    overflow-y: scroll;
}

.page_league .common_article_list ul::-webkit-scrollbar {
  width: 10px;
}

.page_league .common_article_list ul::-webkit-scrollbar-thumb {
  background: #40427F;
}

.page_league .common_article_list ul::-webkit-scrollbar-track {
  background: #FAFAFA;
}

.page_league .common_article_list ul li + li {
    margin-top: 27px;
}

.page_league .common_article_list ul li a {
    justify-content: space-between;
    border-bottom: 1px solid #EAEAEA;
    padding-bottom: 27px;
    padding-right: 50px;
    position: relative;
}

.page_league .common_article_list ul li a:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 10px solid #40427F;
    border-right: 0;
    position: absolute;
    right: 5px;
    top: 8px;
}

.page_league .common_article_list ul li .data {
    color: #555555;
    font-size: 16px;
    width: 96px;
}

.page_league .common_article_list ul li .title {
    color: #252523;
    font-size: 16px;
    font-weight: 700;
    width: 770px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.page_league .section_information {
    margin-bottom: 115px;
}

.page_league .section_information .common_article_list {
    margin-top: 50px;
}

.page_league .section_archive dl + dl {
    margin-top: 10px;
}

.page_league .section_archive dl dt {
    background: #40427F;
    background: linear-gradient(88deg,rgba(64, 66, 127, 1) 0%, rgba(191, 32, 60, 1) 100%);
    color: #fff;
    padding: 17.5px 50px;
    line-height: 1;
    position: relative;
}

.page_league .section_archive dl dt:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    border-top: 7px solid #fff;
    border-bottom: 0;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
}

.page_league .section_archive dl dt.nowOpen:after {
    transform: translateY(-50%) scale(-1);
}

.page_league .section_archive dl dt:before {
    content: "";
    width: 1px;
    height: 30px;
    background: #fff;
    position: absolute;
    right: 70px;
    top: 50%;
    transform: translateY(-50%);
}

.page_league .section_archive dl dt .en {
    font-size: 32px;
}

.page_league .section_archive dl dt .jp {
    font-size: 20px;
}

.page_league .section_archive dl dd p.closeBtnHat {
    display: none;
}

/* スポンサー（PC） */

.page_sponsor .section_introduction {
    padding-bottom: 100px;
}

.page_sponsor .section_introduction .catch {
    font-size: 20px;
    border-left: 5px solid #40427F;
    padding-left: 1em;
    margin-bottom: 1em;
    position: relative;
    color: #40427F;
    font-weight: 700;
}

.page_sponsor .section_introduction .lead {
    line-height: 2;
    font-size: 16px;
}

.page_sponsor .common_title_box {
    text-align: center;
}

.page_sponsor .common_title_box .en {
    width: fit-content;
    margin: 0 auto 10px;
    position: relative;
}

.page_sponsor .common_title_box .en:before {
    content: "Premium";
    color: #BF203C;
    position: absolute;
    left: 0;
    top: 0;
    clip-path: polygon(0 0, 100% 0, 78% 100%, 0% 100%);
}

.page_sponsor .top .common_title_box .en:before {
    content: "Top";
}

.page_sponsor .official .common_title_box .en:before {
    content: "official";
}

.page_sponsor .partnership .common_title_box .en:before {
    content: "partne";
}

.page_sponsor section.section_contents + section.section_contents {
    margin-top: 100px;
}

.page_sponsor section.section_contents:nth-child(even) {
    background: #FAFAFA;
    padding: 100px 0;
}

.page_sponsor section.section_contents ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
}

.page_sponsor section.section_contents ul li {
    background: #fff;
    border: 1px solid #EAEAEA;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80px;
}

.page_sponsor section.section_contents ul li img {
    max-width: 65%;
    max-height: 65%;
}

@media (max-width: 750px) {
    .wrap {
        max-width: 90%;
    }

    a[href $='.pdf']:hover {
        text-decoration: underline;
    }

    body {
        font-size: 3.5vw;
        padding-top: 55px;
        min-width: unset;
    }

    /* SPヘッダー */
    #sp_header {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        background: #fff;
        box-shadow: 0 1px 2px rgba(0,0,0,.16);
        z-index: 999;
        height: 70px;
        border-top: 5px solid #40427F;
    }

    #sp_header .logo {
        position: absolute;
        left: 3px;
        top: 12.4px;
    }

    #sp_header .logo img {
        height: 45px;
    }

    #sp_header .mail {
        position: absolute;
        right: 65px;
        top: 8px;
        font-size: 10px;
        width: 50px;
        height: 50px;
        background-color: #40427F;
        display: flex;
        align-items: flex-end;
        justify-content: center;
        color: #fff;
        text-align: center;
        padding-bottom: 6px;
        background-image: url(./image/icon_mail.svg);
        background-repeat: no-repeat;
        background-size: 18px;
        background-position: center 11.3px;
    }

    #sp_header .tel {
        right: 110px;
        top: 15px;
        font-size: 20px;
    }

    /* SP固定ページ 共通設定 */
    .common_page_main {
        padding-block: 15.2vw;
        background-image: url(./image/page_fv_polygon_sp.webp);
    }

    .common_page_main .title_box .title {
        font-size: 4.1vw;
    }

    .common_page_main .title_box .sub_title {
        font-size: 11.2vw;
    }

    .common_page_wrap {
        padding: 20vw 0;
    }

    .reserve_text {
        font-size: 6vw;
    }

    /* パンくず */
    .breadcrumb {
        font-size: 2.5vw;
    }

    /* SP固定ページ お問い合わせ */
    .contact_form_disc {
        margin-block: 0 2em;
    }

    .contact_form_disc .text {
        font-size: 3.6vw;
        margin-block: 0 0.8em;
    }

    .contact_form_disc .caution {
        font-size: 3.1vw;
        letter-spacing: .06em;
    }

    .common_contact_form .form_box {
        margin-block: 0 10vw;
    }

    .common_contact_form .form_box dl {
        grid-template-columns: 1fr;
        gap: 0.6em;
    }

    .common_contact_form .form_box dl+dl {
        margin-block: 1.3em 0;
    }

    .common_contact_form .form_box dl dt {
        flex-direction: row-reverse;
        justify-content: space-between;
        font-size: 4.1vw;
        padding-inline: 0;
    }

    .common_contact_form .form_box dl dt .label {
        font-size: 3.1vw;
    }

    .common_contact_form .form_box dl dt::after {
        content: none;
    }

    .common_contact_form input[type="text"],
    .common_contact_form input[type="email"],
    .common_contact_form #zip {
        font-size: 3.6vw;
    }

    .common_contact_form select {
        width: 100%;
        font-size: 3.6vw;
    }

    .common_contact_form textarea {
        height: 33vw;
        font-size: 3.6vw;
    }

    .radio_btns,
    .checkboxes {
        gap: 0.5em 2.5em;
    }

    .page_contact #btn_wrap button {
        width: 83%;
        line-height: 15.5vw;
        font-size: 4.6vw;
    }

    .page_contact #btn_wrap button[name="submitBack"] {
        margin-top: 4vw;
    }

    .mwform-checkbox-field.horizontal-item {
        display: block;
    }

    .page_contact #btn_wrap {
        width: 100%;
        text-align: center;
    }

    .privacy_check_list .mwform-checkbox-field-text {
        font-size: 3.8vw;
        padding-left: 11vw;
    }

    .mw_wp_form .privacy_check_list .horizontal-item {
        margin-right: 4vw;
    }

    .privacy_check_list .hissu {
        padding: 0.3vw 4vw;
    }

    .privacy_check_list {
        margin-bottom: 6vw;
    }

    .privacy_term_detail {
        font-size: 3.4vw;
        margin: 5vw 0;
    }

    .privacy_term_outer {
        width: 96%;
        padding: 5vw 0;
    }

    .privacy_term_outer .privacy_term_inner .main_text {
        font-size: 3.4vw;
        line-height: 1.6;
        margin-bottom: 5vw;
    }

    .privacy_term_outer .privacy_term_inner dl dt {
        font-size: 3.5vw;
        margin-bottom: 1.5vw;
    }

    .privacy_term_outer .privacy_term_inner dl dd {
        font-size: 3.5vw;
        line-height: 1.6;
    }

    .privacy_term_outer .privacy_term_inner dl+dl {
        margin-top: 7vw;
    }

    .privacy_term_detail::after {
        width: 2.5vw;
        margin: 1.5vw auto 0;
    }

    /* サンクスページ */
    .page_contact .thanks_textArea .name {
        font-size: 4vw;
        margin-bottom: 3vw;
    }

    .page_contact .thanks_textArea .contact_text {
        font-size: 3.5vw;
        margin-bottom: 2em;
        width: 100%;
    }

    .page_contact .thanks_textArea .ichiran_link {
        width: 80%;
        line-height: 12vw;
        font-size: 4vw;
    }

    /* ステップバー デザイン */
    .page_contact .progressbar {
        gap: 4.5em;
        margin-block: 0 2.5em;
    }

    .page_contact .progressbar .item {
        font-size: 3.1vw;
    }

    .page_contact .progressbar .item+.item::before {
        width: 5.7vw;
        top: 63%;
        left: -3.3em;
    }

    .page_contact .progressbar .item .mark {
        width: 7.7vw;
        margin: 0 auto 0.4em;
    }

    /* SP固定ページ 404ページ */
    #page_404 .num {
        font-size: 20vw;
        line-height: 1.5;
    }

    #page_404 .text {
        font-size: 3.5vw;
    }

    /* SP固定ページ サイトマップ */
    ul#sitemap_list li {
        margin: 0;
    }

    body #sitemap_list li a {
        font-size: 4vw;
        padding: 1vw 2vw;
        line-height: 9vw;
        margin-bottom: 1vw;
    }

    body #sitemap_list li.home-item {
        margin-bottom: 4vw;
    }

    body #sitemap_list {
        padding: 0;
    }

    /* TOP CSS（SP） */
    
    header#pc_header {
        display: none;
    }
    
    section.section_fv {
        background-image: url(./image/fv_polygon_sp.webp);
        padding-top: 12.8vw;
        padding-bottom: 12.8vw;
    }

    section.section_fv .main_slider {
        width: 100%;
        margin-bottom: 14.1vw;
    }

    section.section_fv .main_slider li.slide .catch {
        left: 3.8vw;
        top: 12.8vw;
    }

    section.section_fv .main_slider li.slide .catch span {
        font-size: 5.1vw;
        padding: 1.3vw 2.6vw;
        margin-top: 1.8vw;
    }

    section.section_fv .main_slider li.slide.under_8 .catch,
    section.section_fv .main_slider li.slide.under_10 .catch,
    section.section_fv .main_slider li.slide.under_14 .catch {
        right: 3.8vw;
        bottom: 12.8vw;
    }

    section.section_fv .main_slider li.slide .catch span b {
        font-size: 7.2vw;
    }

    section.section_fv .main_slider .slick-dots {
        bottom: -7.7vw;
    }

    section.section_fv .main_slider .slick-dots li {
        width: 10.3vw;
        height: 1.3vw;
    }

    section.section_fv .sponsor_slider {
        width: 100%;
        padding: 7.1vw 6.4vw;
        height: auto;
    }

    section.section_fv .sponsor_slider:before,
    section.section_fv .sponsor_slider:after {
        display: none;
    }

    section.section_fv .sponsor_slider li.slide {
        width: 28.2vw;
        height: 11.5vw;
        margin: 0 1.3vw;
    }

    section.section_fv .sponsor_slider li.slide + li.slide {
        margin-top: 0;
    }

    section.section_fv .sponsor_slider li.slide + li.slide img {
        max-width: 80%;
        max-height: 60%;
    }

    section.section_fv .sponsor_slider .slick-list {
        overflow: hidden;
    }

    section.section_fv .sponsor_slider .slick-arrow {
        width: 5.1vw;
        height: 25.6vw;
    }

    section.section_fv .sponsor_slider .slick-next {
        right: -6.4vw;
        left: auto;
        transform: translateX(0);
        top: -7.1vw;
        border-radius: 1.3vw 0 0 1.3vw;
    }

    section.section_fv .sponsor_slider .slick-next:after {
        border-top: 4px solid transparent;
        border-bottom: 4px solid transparent;
        border-left: 6px solid #fff;
        border-right: 0;
    }

    section.section_fv .sponsor_slider .slick-prev {
        left: -6.4vw;
        top: -7.1vw;
        transform: translateX(0);
        bottom: auto;
        border-radius: 0 1.3vw 1.3vw 0;
    }

    section.section_fv .sponsor_slider .slick-prev:after {
        border-top: 4px solid transparent;
        border-bottom: 4px solid transparent;
        border-right: 6px solid #fff;
        border-left: 0;
    }

    .common_title_box {
        display: block;
        margin-bottom: 3.6vw;
    }

    .common_title_box .en {
        font-size: 7.6vw;
    }

    .common_title_box .title {
        font-size: 4.1vw;
    }

    section.section_news {
        padding: 14.1vw 0;
    }

    section.section_news .common_title_box {
        text-align: center;
    }
    
    section.section_news .common_title_box .en img {
        width: 32.1vw;
    }

    .common_post_list ul {
        display: block;
        overflow: scroll;
        white-space: nowrap;
    }

    .common_post_list ul li {
        display: inline-block;
        white-space: initial;
        width: 69.2vw;
        vertical-align: top;
    }

    .common_post_list ul li + li {
        margin-left: 3.8vw;
    }

    .common_post_list ul li .image {
        border: 5px solid #40427F;
    }

    .common_post_list ul li .image {
        height: 46.2vw;
        margin-bottom: 3.8vw;
    }

    .common_post_list ul li .text_box .title {
        font-size: 4.1vw;
        margin-bottom: 1.3vw;
        color: #40427F;
        min-height: 10.3vw;
    }

    .common_post_list ul li .text_box .lead {
        min-height: 17.9vw;
    }

    .common_post_list ul li .text_box .data {
        padding-top: 2.6vw;
        margin-top: 2.6vw;
        font-size: 3.1vw;
    }

    .common_post_list ul li a:before {
        border-top: 7px solid transparent;
        border-bottom: 7px solid transparent;
        border-left: 10px solid #40427F;
        right: 1.3vw;
        bottom: 0.9vw;
    }

    .common_more_button a {
        width: 71.8vw;
        line-height: 16.7vw;
        font-size: 4.1vw;
        padding-left: 6.4vw;
        position: relative;
        background-size: 500px;
    }

    .common_more_button a:hover {
        background-position: 0;
        text-decoration: none;
    }

    .common_more_button a .arrow {
        border-top: 5px solid transparent;
        border-bottom: 5px solid transparent;
        border-left: 8px solid #fff;
        right: 3.8vw;
    }

    .common_more_button a:before {
        height: 9.0vw;
        right: 9.0vw;
    }

    section.section_news .common_more_button {
        margin-top: 6.4vw;
    }

    section.section_news .common_more_button a {
        position: relative;
        right: auto;
        top: auto;
        margin: 0 auto;
    }

    section.section_league {
        margin-bottom: 5.1vw;
    }

    section.section_league .common_title_box .en img {
        width: 66vw;
    }

    .common_cont_box {
        padding: 9.0vw 5.1vw;
    }

    .common_cont_box .common_title_box {
        margin-bottom: 3.8vw;
    }

    .common_cont_box .head_text {
        font-size: 3.6vw;
        margin-bottom: 6.4vw;
    }

    ul.common_league_list {
        grid-template-columns: repeat(1, 1fr);
        gap: 1.3vw;
        width: 100%;
    }

    ul.common_league_list a {
        padding: 3.6vw 15.6vw 3.3vw 5.1vw;
        height: 100%;
        background-size: 700px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    ul.common_league_list a:hover {
        background-position: 0;
    }

    ul.common_league_list a .under_text {
        font-size: 6.2vw;
        line-height: 1.4;
        margin-bottom: 0;
    }

    ul.common_league_list a .text {
        font-size: 3.3vw;
    }

    ul.common_league_list a .text span {
        padding: 0 1.5vw;
        border-radius: 5.1vw;
        margin-right: 0.8vw;
        color: #BF203C;
    }

    ul.common_league_list a .arrow {
        border-top: 5px solid transparent;
        border-bottom: 5px solid transparent;
        border-left: 8px solid #fff;
        right: 3.8vw;
    }

    ul.common_league_list a:before {
        height: 7.7vw;
        right: 9.5vw;
    }

    section.section_event {
        margin-bottom: 14.1vw;
    }

    section.section_event .common_title_box .en img {
        width: 33vw;
    }

    section.section_event ul li a {
        width: 79.5vw;
        gap: 2.6vw;
        padding: 3.8vw 5.1vw;
        background-size: 800px;
    }

    section.section_event ul li a:hover {
        background-position: 0;
    }

    section.section_event ul li a .icon {
        width: 12.8vw;
        height: 12.8vw;
    }

    section.section_event ul li a .icon img {
        width: 5.4vw;
    }

    section.section_event ul li a .under_text {
        font-size: 6.2vw;
        margin-bottom: 0.5vw;
        line-height: 1.4;
    }

    section.section_event ul li a .text {
        font-size: 3.3vw;
    }

    section.section_event ul li a .text span {
        color: #BF203C;
        padding: 0 1.5vw;
        border-radius: 5.1vw;
        margin-right: 0.8vw;
    }

    section.section_event ul li a .arrow {
        border-top: 5px solid transparent;
        border-bottom: 5px solid transparent;
        border-left: 8px solid #fff;
        right: 3.8vw;
    }

    section.section_event ul li a:before {
        height: 10.3vw;
        right: 9.5vw;
    }

    section.section_sns {
        padding: 14.1vw 0;
    }

    section.section_sns .common_title_box {
        margin-bottom: 6.4vw;
    }

    section.section_sns .common_title_box .en {
        margin-bottom: 2.6vw;
    }

    section.section_sns .common_title_box .en img {
        width: 17.2vw;
    }

    section.section_sns ul {
        grid-template-columns: repeat(2, 1fr);
        gap: 2.6vw;
    }

    section.section_sns ul li {
        height: 15.4vw;
        text-align: center;
    }

    section.section_sns ul li img {
        max-width: 75%;
        max-height: 75%;
    }

    section.section_sns ul li:hover {
        opacity: 1;
    }

    footer#main_footer {
        background-image: url(./image/footer_back_sp.webp);
        padding: 14.1vw 0 12.8vw;
    }

    footer#main_footer .flex_box {
        display: block;
    }

    footer#main_footer .company_information {
        width: 100%;
        text-align: center;
        margin-bottom: 9.0vw;
    }

    footer#main_footer .company_information .logo {
        margin-bottom: 3.6vw;
    }

    footer#main_footer .company_information .logo img {
        width: 66.7vw;
    }

    footer#main_footer .company_information .name {
        font-size: 4.1vw;
        margin-bottom: 3.8vw;
    }

    footer#main_footer .company_information .address {
        font-size: 3.6vw;
        margin-bottom: 2.6vw;
        text-decoration: none;
    }

    footer#main_footer .company_information .tel {
        font-size: 6.7vw;
        padding-left: 5.4vw;
        width: fit-content;
        margin: 0 auto;
        background-size: 4.1vw;
    }

    footer#main_footer .company_information .tel a {
        color: #fff;
        text-decoration: none;
    }

    footer#main_footer .copyright {
        text-align: center;
    }

    footer#main_footer .copyright small {
        font-size: 3.1vw;
    }

    .common_site_map {
        width: 100%;
        margin-bottom: 6.2vw;
    }

    .common_site_map .title {
        font-size: 4.6vw;
        border-bottom: 2px solid;
        padding-bottom: 3.8vw;
        margin-bottom: 5.1vw;
    }

    .common_site_map a:hover {
        opacity: 1;
    }

    .common_site_map ul.site_menu {
        display: block;
        margin-bottom: 12.8vw;
    }

    .common_site_map ul.site_menu li + li {
        margin-top: 7.7vw;
    }

    .common_site_map ul.site_menu li.mulch_menu {
        margin-bottom: 10.3vw;
    }

    .common_site_map ul.site_menu li a.parent {
        font-size: 4.1vw;
    }

    .common_site_map ul.site_menu li a.parent:before {
        margin-right: 2.6vw;
        font-size: 2.6vw;
    }

    .common_site_map ul.site_menu ul.child_menu {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 5.1vw 0;
        margin-top: 3.8vw;
        margin-left: 5.1vw;
    }

    .common_site_map ul.site_menu ul.child_menu li {
        margin: 0;
    }

    .common_site_map ul.site_menu ul.child_menu a {
        font-size: 4.1vw;
        padding-left: 3.8vw;
    }

    .common_site_map ul.site_menu ul.child_menu a:before {
        border-top: 5px solid transparent;
        border-bottom: 5px solid transparent;
        border-left: 7px solid #fff;
    }

    .common_site_map ul.other_menu {
        justify-content: center;
        gap: 5.1vw;
    }

    .common_site_map ul.other_menu li a {
        font-size: 3.1vw;
    }

    /* リーグ戦（SP） */
    
    .page_league .section_introduction {
        margin-bottom: 20vw;
    }
    
    .page_league .section_introduction .lead_box {
        padding: 7vw 4vw;
        margin-bottom: 10vw;
    }
    
    .page_league .section_introduction .lead_box .lead {
        font-size: 3.5vw;
    }
    
    .page_league .section_introduction .button_wrap {
        gap: 5vw;
    }
    
    .page_league .common_article_list {
        padding: 5vw;
    }
    
    .page_league .common_article_list ul {
        padding-right: 20px;
        max-height: 80vw;
    }
    
    .page_league .common_article_list ul::-webkit-scrollbar {
      width: 10px;
    }
    
    .page_league .common_article_list ul li + li {
        margin-top: 5vw;
    }
    
    .page_league .common_article_list ul li a {
        padding-bottom: 5vw;
        padding-right: 10vw;
    }
    
    .page_league .common_article_list ul li a:after {
        border-top: 1.5vw solid transparent;
        border-bottom: 1.5vw solid transparent;
        border-left: 2vw solid #40427F;
        right: 2vw;
        top: 8vw;
    }
    
    .page_league .common_article_list ul li .data {
        font-size: 3.3vw;
        width: 100%;
    }
    
    .page_league .common_article_list ul li .title {
        font-size: 3.5vw;
        width: 100%;
    }
    
    .page_league .section_information {
        margin-bottom: 20vw;
    }

    .page_league .section_information .common_title_box {
        text-align: center;
    }

    .page_league .section_information .common_title_box .en {
        margin-bottom: 2vw;
    }

    .page_league .section_information .common_title_box .en img {
        width: 66vw;
    }
    
    .page_league .section_information .common_article_list {
        margin-top: 10vw;
    }

    .page_league .section_archive .common_title_box {
        text-align: center;
    }

    .page_league .section_archive .common_title_box .en {
        margin-bottom: 2vw;
    }

    .page_league .section_archive .common_title_box .en img {
        width: 38vw;
    }
    
    .page_league .section_archive dl + dl {
        margin-top: 3vw;
    }
    
    .page_league .section_archive dl dt {
        padding: 3vw 4vw;
    }
    
    .page_league .section_archive dl dt:after {
        border-right: 1.5vw solid transparent;
        border-left: 1.5vw solid transparent;
        border-top: 2vw solid #fff;
        right: 7vw;
    }
    
    .page_league .section_archive dl dt:before {
        height: 6vw;
        right: 16vw;
    }
    
    .page_league .section_archive dl dt .en {
        font-size: 6vw;
    }
    
    .page_league .section_archive dl dt .jp {
        font-size: 4vw;
    }

    /* スポンサー（SP） */

    .page_sponsor .section_introduction {
        padding-bottom: 20vw;
    }

    .page_sponsor .section_introduction .catch {
        font-size: 4.7vw;
        border-left: 4px solid #40427F;
        line-height: 1.5;
    }
    
    .page_sponsor .section_introduction .lead {
        font-size: 3.4vw;
    }
    
    .page_sponsor .common_title_box .en {
        margin: 0 auto 2vw;
    }
    
    .page_sponsor section.section_contents + section.section_contents {
        margin-top: 20vw;
    }
    
    .page_sponsor section.section_contents:nth-child(even) {
        padding: 20vw 0;
    }
    
    .page_sponsor section.section_contents ul {
        grid-template-columns: repeat(2, 1fr);
        gap: 4vw;
    }
    
    .page_sponsor section.section_contents ul li {
        height: 14vw;
    }
}