.search-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px 10px;
    max-width: 1000px;
    margin: 0 auto 20px;
}
.search-label {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}
.search-label li select {
    padding: 3px 30px 3px 5px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAGFBMVEUAAAAZJCYWISIYIyQYIiUWIiIYIyQYIiXh0rToAAAACHRSTlMA/hTRqiinvwFkb0sAAABCSURBVHjajchBDsAgDAPBOJDw/x+XVN0icQGfPGs3i+2GEqeiLCXWLENzvdzrDfP2ls/NjfKbgimYglfBq2Dm+LwHguMA235EdKYAAAAASUVORK5CYII=);
    background-color: #fff;
    background-position: center right 5px;
    background-size: 10px 10px;
    background-repeat: no-repeat;
    font-family: "Noto Sans Japanese", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    color: #4f4f4f;
    font-size: 14px;
    border-radius: 5px;
}
.search-content .js-popup-open {
    display: block;
    background-color: transparent;
    border: none;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    font-family: "Noto Sans Japanese", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    line-height: 1 !important;
    padding: 0;
    padding-left: 30px;
    background-image: url(../images/popup-icon.svg);
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-position: center left;
    color: #4f4f4f;
}
.search-content .js-url-copy {
    display: inline-block;
    cursor: pointer;
    color: #fff;
    background-color: #8F0038;
    border: 1px solid #8F0038;
    padding: 5px 10px 7px;
    font-size: 14px;
    font-weight: 500;
    font-family: "Noto Sans Japanese", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    line-height: 1 !important;
    transition: all .5s;
    min-width: 170px;
}
.search-content .js-url-copy:hover {
    color: #8F0038;
    background-color: #fff;
    border: 1px solid #8F0038;
}
.layout-second .second-body {
    padding: 50px 30px;
}
.schedule-item {
    position: relative;
    width: 100%;
    max-width: 1000px;
    box-sizing: border-box;
    margin: 0 auto;
    margin-bottom: 15px;
    padding: 15px 20px 10px;
    background-color: #fff;
}
.schedule-item.home {
    border-left: 26px solid #8F0038;
}
.schedule-item.away {
    border-left: 26px solid #c0c0c0;
}
.schedule-item.newtral {
    border-left: 26px solid #a99c7c;
}
.bg-gold {
    border: 3px solid #cf7100;
    background-color: #f0ede4;
}
.bg-gray {
    border: 3px solid #B68F27;
    color: #000;
    background-color: #C6C6C6;
}
.bg-light-gray {
    border: 3px solid #c0c0c0;
    background-color: #e6e6e6;
}
.bg-white {
    border: 3px solid #3E3A39;
    background-color: #fbfbfb;
}

.schedule-item .schedule-label {
    position: absolute;
    top: 0;
    left: -26px;
    color: #fff;
    font-family: "abolition", sans-serif;
    font-size: 20px;
    line-height: 1 !important;
    padding: 15px 2px 15px 4px;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    transform: rotate(180deg);
    display: inline-block;
    margin-bottom: 0 !important;
}

.schedule-top-contents {
    display: flex;
    flex-wrap: wrap;
    gap: 15px 0;
    /* grid-template-columns: 150px 30px 1fr auto; */
}

.schedule-item:not(.home) .schedule-top-contents {
    /* grid-template-columns: 150px 30px 1fr; */
}

.schedule-top-contents .schedule-game {
    display: flex;
    align-items: center;
    width: 230px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.2 !important;
    margin-bottom: 0 !important;
}

.schedule-top-contents .schedule-vs {
    display: flex;
    align-items: center;
    width: 30px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2 !important;
    margin-bottom: 0 !important;
}

.schedule-top-contents .schedule-opponent {
    display: flex;
    align-items: center;
    min-width: 300px;
    flex: 1;
}
.schedule-top-contents .schedule-opponent img {
    width: 50px;
    margin: 0 15px;
}
.schedule-top-contents .schedule-opponent p {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2 !important;
    margin-bottom: 0 !important;
}
.schedule-top-contents .schedule-home-game {
    display: inline-flex;
    align-items: center;
    width: auto;
    padding: 10px 35px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    background-color: #8F0038;
    border: 1px solid #8F0038;
    transition: .5s all;
}

.schedule-top-contents .schedule-home-game:hover {
    color: #8F0038;
    background-color: #fff;
}

.schedule-bottom-contents {
    padding-top: 25px;
    display: flex;
    flex-wrap: wrap;
    gap: 15px 0;
    justify-content: space-between;
    height: 100%;
}
.schedule-item .schedule-bottom-contents + .schedule-bottom-contents {
    padding-top: 15px;
    margin-top: 15px;
}
.schedule-item.home .schedule-bottom-contents + .schedule-bottom-contents {
    border-top: 1px solid #8F0038;
}
.schedule-item.away .schedule-bottom-contents + .schedule-bottom-contents {
    border-top: 1px solid #3E3A39;
}
.schedule-item.newtral .schedule-bottom-contents + .schedule-bottom-contents {
    border-top: 1px solid #B68F27;
}
.schedule-bottom-contents-box {
    display: flex;
    flex-wrap: wrap;
    gap: 15px 0;
}
.schedule-box { 
    width: 250px;
    padding-right: 20px;
    box-sizing: border-box;
}
.schedule-box-date {
    display: flex;
    align-items: end;
    line-height: 1.2 !important;
    margin-bottom: 0 !important;
}
.schedule-box-date .date,
.schedule-box-date .time {
    font-size: 28px;
    font-weight: 700;
}

.schedule-box-date .week {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 15px;
    padding-top: 2px;
    padding-bottom: 2px;
    color: #fff;
    font-size: 13px;
    background-color: #4f4f4f;
    margin: 0 10px 8px;
}
.schedule-box-date .week.red { background-color: #E60012 !important; }
.schedule-box-date .week.blue { background-color: #2C4FDC !important; }
.schedule-box-venue {
    margin-top: 5px;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.2 !important;
    margin-bottom: 0 !important;
}
.schedule-event { height: auto; }
.schedule-event li { 
    width: 120px;
    height: 100%;
    box-sizing: border-box;
}
.schedule-event,
.schedule-event li {
    display: flex;
    align-items: center;
}
.schedule-event li + li {
    margin-left: 10px;
}
.schedule-event-label {
    color: #fff;
    background-color: #8F0038;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15px;
    height: 100%;
    min-height: 50px;
    padding: 5px 2px 5px 2px;
    margin-right: 10px;
    font-size: 10px;
    line-height: 1 !important;
    box-sizing: border-box;
}
.schedule-event-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 1;
}
.schedule-event-item a {
    display: inline-block;
    color: #B68F27;
    transition: all .5s;
}
.schedule-event-item a:hover {
    opacity: .7;
}
.schedule-event-item img {
    max-width: 100%;
}
.schedule-event-item p {
    font-size: 12px;
    margin-bottom: 0 !important;
    line-height: 1.2 !important;
    font-weight: 700;
    word-break: break-all;
}
.schedule-event-item img + p {
    font-size: 10px;
    margin-top: 5px;
}
.sample {
    width: 70px;
    height: 40px;
    background-color: #3E3A39;
    line-height: 1.2 !important;
    margin-bottom: 0 !important;
}
.schedule-game-info {
    display: flex;
    align-items: center;
    height: auto;
    box-sizing: border-box;
}
.schedule-game-info-result-box {
    min-width: 185px;
}
.schedule-game-info-result {
    display: flex;
    align-items: center;
    font-size: 30px;
    font-weight: 700;
    line-height: 1 !important;
    margin-bottom: 0 !important;
}

.schedule-game-info-result span {
    display: flex;
    align-items: center;
    font-size: 20px;
    font-weight: 400;
    margin-right: 15px;
}

.schedule-game-info-result span:before {
    content: "";
    display: inline-block;
    width: 28px;
    height: 28px;
    border-radius: 28px;
    border: 1px solid #000;
    box-sizing: border-box;
    margin-right: 10px;
}
.schedule-game-info-result span.win:before {
    background-color: #fff;
}
.schedule-game-info-result span.lose:before {
    background-color: #000;
}
.schedule-game-info-report {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    width: 100%;
    color: #8F0038;
    border: 1px solid #8F0038;
    background-color: #fff;
    box-sizing: border-box;
    margin-top: 5px;
    transition: all .5s;
}
.schedule-game-info-report:hover {
    color: #fff;
    background-color: #8F0038;
}

.schedule-game-live {
    display: flex;
    align-items: center;
    height: auto;
    width: 170px;
    margin-left: 15px;
}

.schedule-game-live-label {
    color: #fff;
    background-color: #8F0038;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 17px;
    box-sizing: border-box;
    word-break: break-all;
    height: 100%;
    min-height: 50px;
    margin-right: 10px;
    padding: 5px 2px 5px 2px;
    font-size: 12px;
    line-height: 1.2 !important;
}
.schedule-game-live-text {
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 0 !important;
    flex: 1;
    line-height: 1.4 !important;
}
.ticket-item-white,
.ticket-item-black {
    min-width: 185px;
    min-height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    padding: 3px 10px 3px 5px;
    border: 1px solid #C6C6C6;
    transition: all .5s;
}
a.ticket-item-white:hover,
a.ticket-item-black:hover {
    opacity: .8;
}
.ticket-item-white {
    background-color: #ffffff;
}
.ticket-item-black {
    background-color: #231815;
}
.ticket-item-white img,
.ticket-item-black img {
    width: 80px;
    margin-right: 10px;
}
.ticket-item-white span,
.ticket-item-black span {
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 0 !important;
    line-height: 1.2 !important;
}
.ticket-item-white span {
    color: #231815;
}
.ticket-item-black span {
    color: #ffffff;
}
.text-notice {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    margin-bottom: 30px !important;
    line-height: 1.2 !important;
}
.bg-gray .ticket-item-white,
.bg-gray .ticket-item-black {
    border: 1px solid #4f4f4f;
}
.js-popup-contents {
    display: none;
}
.js-popup-contents.is-active {
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 100%;
    background-color: rgba( 0, 0, 0, .6 );
    z-index: 999;
    padding: 10px;
    box-sizing: border-box;
}
.js-search-box {
    position: relative;
    width: 100%;
    max-width: 560px;
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
}

.js-search-box-title {
    font-size: 20px;
    font-weight: 700;
    padding: 20px 10px;
    margin-bottom: 0 !important;
    line-height: 1.2 !important;
    text-align: center;
    color: #b68f27;
    background-color: #8F0038;
}

.js-search-item {
    padding: 20px 20px 30px;
    box-sizing: border-box;
    max-height: calc( 100vh - 104px );
    overflow-y: auto;
}

.js-search-item dl {
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #e1e1e2;
    padding: 10px 0 5px;
}

.js-search-item dt {
    font-size: 14px;
    font-weight: 700;
}
/* .js-search-item dd {
    padding-right: 25px;
} */
.js-search-item dd {
    position: relative;
}
.js-search-item dd .select-label {
    color: #4f4f4f;
    display: flex;
    align-items: center;
    justify-content: end;
    position: absolute;
    right: 0;
    width: calc( 100% + 20px );
    height: 100%;
    z-index: 1;
    margin-bottom: 0 !important;
    line-height: 1 !important;
    padding: 10px 25px 10px 10px;
    box-sizing: border-box;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAGFBMVEUAAAAZJCYWISIYIyQYIiUWIiIYIyQYIiXh0rToAAAACHRSTlMA/hTRqiinvwFkb0sAAABCSURBVHjajchBDsAgDAPBOJDw/x+XVN0icQGfPGs3i+2GEqeiLCXWLENzvdzrDfP2ls/NjfKbgimYglfBq2Dm+LwHguMA235EdKYAAAAASUVORK5CYII=);
    background-position: center right;
    background-size: 10px 10px;
    background-repeat: no-repeat;
}
.js-search-item dd select {
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-align: right;
    position: relative;
    z-index: 2;
    font-size: 14px;
    opacity: 0;
    padding-right: 25px;
    /* font-weight: 700; */
    font-family: "Noto Sans Japanese", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    color: #4f4f4f;
}
.serch-btn-area {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 480px;
    margin-top: 30px;
    margin: 30px auto 0;
}
.serch-btn-area .reset-btn,
.serch-btn-area .search-btn {
    padding: 10px;
    font-size: 14px;
    font-weight: 700;
    font-family: "Noto Sans Japanese", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    border-radius: 5px;
    border: 1px solid #8F0038;
    box-sizing: border-box;
    cursor: pointer;
}
.serch-btn-area .reset-btn {
    flex: 2;
    color: #8F0038;
    background-color: #fff;
}
.serch-btn-area .search-btn {
    margin-left: 10px;
    flex: 3;
    color: #fff;
    background-color: #8F0038;
    transition: all .5s;
}
.serch-btn-area .reset-btn:hover,
.serch-btn-area .search-btn:hover {
    opacity: .7;
}

.js-popup-close {
    display: block;
    position: absolute;
    top: 23px;
    right: 20px;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.js-popup-close::before, .js-popup-close::after { /* 共通設定 */
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 3px; /* 棒の幅（太さ） */
    height: 20px; /* 棒の高さ */
    background: #fff;
}

.js-popup-close::before {
    transform: translate(-50%,-50%) rotate(45deg);
}

.js-popup-close::after {
    transform: translate(-50%,-50%) rotate(-45deg);
}

.schedule-box-date .date,
.schedule-box-date .time,
.schedule-game-info-result {
    font-family: "abolition", sans-serif;
}
/*
.schedule-game-info-result .lose {
    font-family: "Noto Sans Japanese", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
*/

.schedule-box-date.size .date,
.schedule-box-date.size .time,
.schedule-game-info-result.size {
    font-size: 40px;
    font-weight: 400;
}
.schedule-box-date .time.adjustment {
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 8px;
    font-family: "Noto Sans Japanese", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.schedule-game-ticket {
    display: flex;
    align-items: center;
    height: 100%;
}

.link-wrap {
    max-width: 1000px;
    width: 100%;
    margin: 30px auto 15px;
}

@media screen and (max-width: 767px) {
    .layout-second .second-body {
        padding: 20px 10px;
    }
    .schedule-item {
        padding: 15px 15px 10px;
    }
    .search-label li {
        font-size: 12px;
    }
    .search-content {
        align-items: end;
    }
    .search-content button {
        font-size: 16px;
        background-size: 22px 22px;
    }
    .schedule-top-contents .schedule-home-game {
        font-size: 14px;
        padding: 5px 10px;
    }
    .schedule-top-contents .schedule-game {
        width: 100%;
    }
    .schedule-top-contents .schedule-game br {
        display: none;
    }
    .schedule-top-contents .schedule-vs {
        justify-content: center;
    }
    .schedule-top-contents .schedule-opponent {
        min-width: calc( 100% - 30px );
    }
    .schedule-top-contents .schedule-opponent img {
        margin: 0 10px;
    }
    .schedule-bottom-contents { padding-top: 15px; }
    .ticket-item-white, .ticket-item-black, .schedule-game-info { margin-right: 15px; }
    .schedule-game-live { margin-left: 0; }
    .schedule-game-ticket {
        /* display: block; */
        height: auto;
    }
    .schedule-event-label,
    .schedule-game-live-label  {
        padding: 5px 2px 5px 3px;
        font-size: 12px;
    }

    .link { margin-bottom: 10px; }
    .link-wrap .size-half { width: 100%; }
    .link-wrap .size-half:first-child { margin-right: 0; }
    .link-wrap .size-half:last-child { margin-left: 0; }
}

.search-content-button {
    position: relative;
}

.success-msg {
    display: none;
    min-width: 195px;
    text-align: center;
    border-radius: 5px;
    background-color: #8F0038;
    color: #fff;
    position: absolute;
    bottom: -35px;
    left: 50%;
    transform: translateX(-50%);
    padding: 3px 5px;
    z-index: 999;
    font-size: 12px;
    font-weight: 500;
}

.search-none-text { 
    display: none;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    margin-bottom: 30px !important;
    line-height: 1.2 !important;
}