@charset "utf-8"; :root {
    --main-color: #2813AC;
    --accent-color: #EB4600;
    --border-color: #E2E2E2;
    --black: #333333;
	--yellow: #FFDD86;
    --gray: #8E8E8E;
    --weight__regular: 400;
    --weight__medium: 600;
    --weight__bold: 800;
}

.pc_display {
    display: none;
}

.contents__box {
    position: relative;
    z-index: 999;
}

.contents__wrap img {
    width: 100%;
    height: auto;
}

.contents__wrap a {
    color: var(--black);
    transition: .3s all;
}

.contents__box * {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: var(--weight__regular);
    line-height: 1.5;
    color: var(--black);
}

.contents__box span {
    transition: .3s all;
}

.btn {
    cursor: pointer;
}

.hidden {
	display: none;
}

.login__wrap.hidden {
	display: none;
}

/*========== icon ==========*/
.icon__report {
    display: block;
    width: 24px;
    height: 24px;
    -webkit-mask-image: url(../img/icon__report.svg);
    -webkit-mask-size: contain;
    -weblit-mask-repeat: no-repeat;
    mask-image: url(../img/icon__report.svg);
    mask-size: contain;
    mask-repeat: no-repeat;
    background: var(--accent-color);
}

.icon__arrow {
    display: block;
    width: 24px;
    height: 24px;
    -webkit-mask-image: url(../img/icon__arrow.svg);
    -webkit-mask-size: contain;
    -weblit-mask-repeat: no-repeat;
    mask-image: url(../img/icon__arrow.svg);
    mask-size: contain;
    mask-repeat: no-repeat;
    background: var(--main-color);
}

.icon__key {
    content: "";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 20px;
    height: 20.91px;
    background-image: url(../img/icon__key.svg);
    position: absolute;
    top: 50%;
    left: 8px;
    transform: translateY(-50%);
}
.icon__clock {
	display: block;
	width: 14px;
	height: 14px;
	-webkit-mask-image: url(../img/icon__clock.svg);
	-webkit-mask-size: contain;
	-weblit-mask-repeat: no-repeat;
	mask-image: url(../img/icon__clock.svg);
	mask-size: contain;
	mask-repeat: no-repeat;
	background: #585858;
}
.icon__x {
	display: block;
    width: 32px;
    height: 32px;
    background: url(../img/icon__x.svg);
	background-size: contain;
	background-repeat: no-repeat;
}
.icon__fecebook  {
	display: block;
    width: 32px;
    height: 32px;
    background: url(../img/icon__facebook.svg);
	background-size: contain;
	background-repeat: no-repeat;
}
.icon__print {
	display: block;
	width: 24px;
	height: 24px;
	-webkit-mask-image: url(../img/icon__print.svg);		
	-webkit-mask-size: contain;
	-weblit-mask-repeat: no-repeat;
	mask-image: url(../img/icon__print.svg);
	mask-size: contain;
	mask-repeat: no-repeat;
	background: var(--main-color);
	}
.link__box .title span::before {
    content: "";
    display: block;
    width: 80%;
    height: 80%;
    -webkit-mask-size: contain;
    -weblit-mask-repeat: no-repeat;
    mask-size: contain;
    mask-repeat: no-repeat;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.link__box .title span.icon__event01::before {
    -webkit-mask-image: url(../img/icon_event01.svg);
    mask-image: url(../img/icon_event01.svg);
}

.link__box .title span.icon__event02::before {
    -webkit-mask-image: url(../img/icon_event02.svg);
    mask-image: url(../img/icon_event02.svg);
}

.link__box .title span.icon__event03::before {
    -webkit-mask-image: url(../img/icon_event03.svg);
    mask-image: url(../img/icon_event03.svg);
}

.link__box .title span.icon__event04::before {
    -webkit-mask-image: url(../img/icon_event04.svg);
    mask-image: url(../img/icon_event04.svg);
}

.link__box .title span.icon__event05::before {
    -webkit-mask-image: url(../img/icon_event05.svg);
    mask-image: url(../img/icon_event05.svg);
}

.link__box .title span.icon__event06::before {
    -webkit-mask-image: url(../img/icon_event06.svg);
    mask-image: url(../img/icon_event06.svg);
}

.link__box .title span.icon__event07::before {
    -webkit-mask-image: url(../img/icon_event07.svg);
    mask-image: url(../img/icon_event07.svg);
}

.link__box .title span.icon__event08::before {
    -webkit-mask-image: url(../img/icon_event08.svg);
    mask-image: url(../img/icon_event08.svg);
}

.link__box .title span.icon__event09::before {
    -webkit-mask-image: url(../img/icon_event09.svg);
    mask-image: url(../img/icon_event09.svg);
}

.link__box .title span.icon__event10::before {
    -webkit-mask-image: url(../img/icon_event10.svg);
    mask-image: url(../img/icon_event10.svg);
}

.link__box .title span.icon__event11::before {
    -webkit-mask-image: url(../img/icon_event11.svg);
    mask-image: url(../img/icon_event11.svg);
}

.link__box .title span.icon__event12::before {
    -webkit-mask-image: url(../img/icon_event12.svg);
    mask-image: url(../img/icon_event12.svg);
}

.link__box .title span.icon__event13::before {
    -webkit-mask-image: url(../img/icon_event13.svg);
    mask-image: url(../img/icon_event13.svg);
}

.link__box .title span.icon__event14::before {
    -webkit-mask-image: url(../img/icon_event14.svg);
    mask-image: url(../img/icon_event14.svg);
}

.link__box .title span.icon__event15::before {
    -webkit-mask-image: url(../img/icon_event15.svg);
    mask-image: url(../img/icon_event15.svg);
}

.link__box .title span.icon__event16::before {
    -webkit-mask-image: url(../img/icon_event16.svg);
    mask-image: url(../img/icon_event16.svg);
}

/*========== header ==========*/
.header {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.header h1 {
    font-size: clamp(21px, 2.929vw, 24px);
    font-weight: var(--weight__bold);
}

.glo__nav .btn p {
    font-size: clamp(14px, 2.083vw, 16px);
    font-weight: var(--weight__bold);
    color: var(--main-color);
    border: 2px solid var(--main-color);
    border-radius: 4px;
    padding: 6px 10px;
    text-align: center;
}
.event__nav {
	margin: 42px 0;
}
.event__nav .btn {
    margin-bottom: 42px;
    transition: .3s all;
    width: fit-content;
}

.event__nav .btn p {
    font-size: 16px;
    font-weight: var(--weight__bold);
}

.glo__nav .nav__list {
    position: absolute;
    width: 50%;
    top: 3em;
    right: 0px;
    padding: 16px;
    background: #EFEFEF;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    z-index: 999;
}

.glo__nav .nav__list li a {
    font-size: min(4.102vw, 16px);
    font-weight: var(--weight__medium);
    display: flex;
    align-items: center;
    gap: 8px;
}

.glo__nav .nav__list li a:hover {
    color: var(--main-color)
}

.glo__nav .nav__list li a:hover span {
    background: var(--main-color);
}

.glo__nav .nav__list li a span {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    border: 1px solid var(--black);
    border-radius: 50%;
}

.glo__nav .nav__list li.current a {
    color: var(--main-color);
}

.glo__nav .nav__list li.current a span {
    background: var(--main-color);
}

.event__nav .nav__list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.event__nav .nav__list li a {
    font-size: min(3.589vw, 14px);
    font-weight: var(--weight__medium);
    padding: 8px 12px;
    border: 1px solid var(--black);
    border-radius: 20px;
}

.modal__box, .accordi__box {
    display: none;
}

.accordi__btn {
    display: flex;
    gap: 12px;
    align-items: center;
}

.accordi__btn .icon {
    display: inline-block;
    width: 24px;
    height: 24px;
    border: 2px solid var(--black);
    border-radius: 50%;
    position: relative;
}

.accordi__btn .icon::before {
    content: "";
    width: 55%;
    height: 2px;
    background: var(--black);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.accordi__btn .icon::after {
    content: "";
    width: 55%;
    height: 2px;
    background: var(--black);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(90deg);
    transition: .3s all;
}

.accordi__btn.close .icon::before {
    display: none;
}

.accordi__btn.close .icon::after {
    transform: translate(-50%, -50%) rotate(180deg);
}

/*===== login__wrap =====*/
.login__wrap {
    background: #fff9f6;
    border: 2px solid var(--accent-color);
    border-radius: 4px;
    padding: 24px 16px;
    display: grid;
    place-items: center;
    gap: 16px;
    margin-top: 42px;
}

.login__text {
    position: relative;
}

.login__text .icon__report {
    position: absolute;
    top: 11px;
    left: 0;
}

.login__wrap p {
    font-size: 15px;
    padding-left: 32px;
    color: var(--accent-color);
}

.login__wrap p span {
    color: var(--accent-color);
    font-weight: var(--weight__medium);
    -webkit-text-emphasis: filled;
    text-emphasis: filled;
}

.login__wrap a {
    font-size: 14px;
    font-weight: var(--weight__medium);
    padding: 10px 24px;
    border-radius: 40px;
}

.login__wrap ul {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.login__wrap ul li:first-child a {
    color: #fff;
    background: var(--accent-color);
}

.login__wrap ul li:last-child a {
    color: var(--black);
    background: #fff;
    border: 1px solid var(--black);
}

/*========== top__link ==========*/
.link__box {
	margin-top: 42px;
}
.link__box .title {
    position: relative;
	padding: 16px 8px;
}
.link__box.kekka .title {
	padding: 16px 0;
}

.big__title {
	margin-bottom: 16px;
} 
.link__box .title span {
    display: inline-block;
    background: var(--main-color);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 8px;
    transform: translateY(-50%);
}
.link__box.kekka .title span {
	left: 0;
}
.small__title span {
    width: 36px;
    height: 36px;
}
.big__title span {
	width: 48px;
	height: 48px;
}

.link__box .title h2 {
    font-weight: var(--weight__bold);
    color: var(--accent-color);
}
.small__title h2 {
	font-size: 20px;
	padding-left: 48px;
}
.big__title h2 {
	font-size: 24px;
	padding-left: 62px;
}



.link__box .link__list li:first-child a {
    border-top: 1px solid var(--border-color);
}

.link__box .link__list li a {
    padding: 16px 8px;
    position: relative;
    width: 100%;
    border-bottom: 1px solid var(--border-color);
}

.link__box .link__list .event__title {
    font-size: 16px;
    font-weight: var(--weight__bold);
    padding-left: 32px;
}

.link__box .link__list .event__time {
    display: none;
}

.move-btn {
    margin: 32px auto 52px;
    display: flex;
    justify-content: center;
    gap: 8px;
}

.move-btn p {
    font-size: 16px;
    font-weight: var(--weight__bold);
    color: var(--main-color);
}

/*========== kekka ==========*/
.title__inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.time__wrap {
	display: flex;
	gap: 8px;
	align-items: center;
	
}
.time__wrap .event__time {
	font-size: 14px;
	color: #585858;
}
.share__wrap {
	display: flex;
	align-items: center;
	gap: 16px;
}
.kakka__title {
	font-size: 24px;
	font-weight: var(--weight__bold);
	margin-top: 16px;
}
.score__wrap {
	margin-top: 56px;
}
.score__wrap p {
	font-size: 16px;
	line-height: 1.7;
}
.sports_area_title {
	display: flex;
	flex-wrap: wrap;
	padding: min(2.0512vw, 16px);
	border: 3px solid var(--main-color);
	border-left: 8px solid var(--main-color);
	margin-top: 56px;
}
.sports_area_title li {
	font-size: 18px;
	font-weight: var(--weight__bold);
	color: var(--main-color);
	display: flex;
}
.sports_area_count {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 36px;
	flex-direction: column;
}
.sports_area_count li:first-child {
	font-size: 27px;
	font-weight: var(--weight__bold);
	color: var(--main-color);
	position: relative;
	/* padding-left: 16px; */
}
/* .sports_area_count li:first-child::before {
	content: "";
	width: 3px;
	height: 1em;
	background: var(--accent-color);
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%) rotate(20deg);
}  */
.sports_area_count li:nth-child(2) {
	font-size: 16px;
	font-weight: var(--weight__medium);
	color: var(--main-color);
}
.score__wrap table {
	margin-top: 8px;
	width: 100%;
	border: 1px solid var(--black);
	border-collapse: collapse;
}
.sports_table th, td {
  border: 1px solid var(--black);
  padding: 5px;
}
.sports_table tbody tr th:not(.sports_table tbody tr th:first-child),
.sports_table tbody tr td:not(.sports_table tbody tr td:first-child ) {
	font-size: min(3.333vw, 15px);
	text-align: center;
	vertical-align: middle;
}
.sports_table tbody tr th:first-child,
.sports_table tbody tr td:first-child {
	width: 28.089%;
	font-size: min(3.589vw, 16px);
	font-weight: var(--weight__medium);
	text-align: center;
}
.sports_table tbody tr th:not(.sports_table tbody tr th:first-child) {
	background: #F1F1F1;
}
.sports_table tbody tr td:last-child  {
	font-weight: var(--weight__bold);
}
.sports_table_appendix {
	margin-top: 24px;
	padding: 8px;
	/* border: 2px dashed var(--main-color); */
	line-height: 1.7;
	font-size: 15px;
	/* background: #f1efef; */
	border: 1px solid var(--black);
}

/*== sports_table_sc, sports_table_sc_min ==*/
.sports_table_sc tbody tr td,
.sports_table_sc_min tbody tr td {
	text-align: center;
	vertical-align: middle;
}
.sports_table_sc tbody tr td:first-child,
.sports_table_sc tbody tr td:last-child,
.sports_table_sc_min tbody tr td:first-child,
.sports_table_sc_min tbody tr td:last-child {
	width: 33.426%;
	font-size: min(4.102vw, 18px);
	font-weight: var(--weight__medium);
	padding: min(2.564vw, 10px);
	text-align: center;
	vertical-align: middle;
	height: 100%;
}
.sports_table_sc td:nth-child(2), 
.sports_table_sc td:nth-child(4) {
	   width: 9.269%;
}
.sports_table_sc td:nth-child(2),
.sports_table_sc td:nth-child(4),
.sports_table_sc_min td:nth-child(2) {
	font-size: min(5.384vw, 21px);
	font-weight: var(--weight__medium);
	background: #f1f1f1;
}
.sports_table_sc td:nth-child(3) {
	font-size: min(3.59vw, 14px);
}
.sports_table_sc_min tbody tr td:noT(.sports_table_sc_min tbody tr:first-child td) {
	font-size: min(3.59vw, 14px);
}
.sports_img {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	padding-top: 36px;
}
.sports_img a  {
	width: min(100%, 240px);
	border: 2px solid #fff;
	transition: .3s all;
}

/*=============================
min-width: 768px
==============================*/
@media (min-width: 768px) {
    .sp_display {
        display: none;
    }

    .pc_display {
        display: block;
    }

    .modal__box {
        display: block;
    }

    /*== header ==*/
    .header {
        flex-direction: column;
    }

    .header h1 {
        padding: 24px 0 36px;
    }

    .glo__nav .nav__list {
        position: static;
    }

    .glo__nav .nav__list {
        width: 100%;
        flex-direction: row;
        justify-content: space-between;
        background: none;
        border-bottom: 2px solid var(--main-color);
        border-radius: 0;
        padding: 0 8px 24px 8px;
    }

    .glo__nav .nav__list li a {
        flex-direction: column;
		font-size: min(2.0833333vw, 18px);
    }

    .glo__nav .nav__list li a span:not(.glo__nav .nav__list li.current a span) {
        border-color: #FFF;
    }

    /*== login_wrap ==*/
    .login__wrap p, .login__wrap a {
        font-size: 16px;
    }

    .login__wrap ul {
        flex-direction: row;
        gap: 40px;
    }

    /*== top__link ==*/
    .link__box .title {
        padding: 24px 0;
    }
	.big__title {
		margin-bottom: 26px;
	}
	.link__box .title span {
		left: 0;
	}
    .small__title span {
        width: 48px;
        height: 48px;
    }
	.big__title span {
		width: 64px;
		height: 64px;
	}
    .small__title h2 {
        font-size: 24px;
        padding-left: 62px;
    }
	.big__title h2 {
        font-size: 32px;
        padding-left: 80px;
    }
    .link__box .link__list li a {
        border-bottom: none;
        padding: 12px 28px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .link__box .link__list li:first-child a {
        border-top: none;
    }

    .link__box .link__list .event__title {
        font-size: 18px;
        padding-left: 0;
    }

    .link__box .link__list .event__time {
        display: block;
        font-size: 16px;
        color: var(--gray);
    }

    .link__box .link__list .event__title::before {
        content: "";
        display: inline-block;
        width: 16px;
        height: 16px;
        border: 1px solid var(--black);
        border-radius: 50%;
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        transition: .5s all;
    }
    .link__box .link__list .icon__key {
        left: 98%;
    }
	.move-btn {
		margin: 40px auto 60px;
	}
	
	/*== kekka ==*/
	.time__wrap .event__time {
		font-size: 16px;
	}
	.icon__clock {
		width: 16px;
		height: 16px;
	}
	.share__wrap li:last-child {
		font-size: 16px;
		color: var(--main-color);
		font-weight: var(--weight__medium);
		display: flex;
		gap: 8px;
		align-items: center;
	}
	.kakka__title {
		font-size: 32px;
	}
	.score__wrap table {
		margin-top: 16px;
	}
	.score__wrap p {
		font-size: 17px;
	}
	/*== sports_area ==*/
	.sports_area_title {
		justify-content: center;
		margin-top: 64px;
	}
	.sports_area_title li {
		font-size: 24px;
	}
	.sports_area_count {
		padding-top: 40px;
	}
	.sports_area_count li:first-child, {
		font-size: 24px;
	}
	.sports_area_count li:nth-child(2) {
		font-size: 21px;
	}
	.sports_table {
		margin-top: 24px;
	}
	.sports_table tbody tr th:first-child,
	.sports_table tbody tr td:first-child {
		font-size: 18px;
		text-align: center;
		padding: 10px;
	}
	.sports_table tbody tr th:not(.sports_table tbody tr th:first-child), 
	.sports_table tbody tr td:not(.sports_table tbody tr td:first-child ) {
		font-size: 16px;
	}
	.sports_table_appendix {
		padding: 16px;
		/* border: 3px dashed var(--main-color); */
		font-size: 16px;
	}
	/*== soccer ==*/
	.sports_table_sc tbody tr td:first-child, 
	.sports_table_sc tbody tr td:last-child, 
	.sports_table_sc_min tbody tr td:first-child, 
	.sports_table_sc_min tbody tr td:last-child {
		font-size: 22px;
	}
	.sports_table_sc td:nth-child(2), 
	.sports_table_sc td:nth-child(4), 
	.sports_table_sc_min td:nth-child(2) {
		font-size: 24px;
	}
	.sports_table_sc td:nth-child(3) {
		font-size: 18px;
	}
	.sports_table_sc_min tbody tr td:noT(.sports_table_sc_min tbody tr:first-child td) {
		font-size: 16px; 
	}
}

/*=============================
hover-animation
==============================*/
.contents__wrap a, .contents__wrap .btn {
    transition: .5s all;
}

.contents__wrap a:hover {
    opacity: 1;
}

@media (hover: hover) and (pointer: fine) {
    .glo__nav .nav__list li a:hover {
        color: var(--main-color)
    }

    .glo__nav .nav__list li a:hover span {
        background: var(--main-color);
    }

    .event__nav .nav__list li a:hover {
        color: #fff;
        background: var(--main-color);
    }

    .event__nav .btn:hover p {
        color: var(--main-color);
    }

    .login__wrap ul li:first-child a:hover, .login__wrap ul li:last-child a:hover {
        background: #5c5c5c;
        color: #fff;
    }

    .link__box .link__list li a:hover .event__title {
        color: var(--main-color);
    }

    .link__box .link__list li a:hover .event__title::before {
        background: var(--main-color);
    }

    .move-btn:hover .icon__arrow {
        transform: translateX(5px);
    }
	.sports_img {
		padding-top: 40px;
	}
	.share__wrap li:hover,
	.sports_img a:hover img {
		opacity: .5;
	}
	.sports_img a:hover {
		border: 2px solid var(--main-color);
	}
}
