@charset "UTF-8";

/*================================================= reset*/

/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}

input, select {
    vertical-align: middle;
}


/*================================================= slick*/


.dots-wrap {
    margin: 0;
    position: absolute;
    right: 2%;
    top: 25px;
}

.dots-wrap li {
    width: 10px;
    height: 10px;
    background-color: #ffffff;
    border-radius: 50%;
    margin-bottom: 10px;
    cursor: pointer;
    opacity: 0.45;
}

.dots-wrap li.slick-active,
.dots-wrap li:hover {
    opacity: 1;
}

.dots-wrap li:last-child {
    margin-bottom: 0;
}

.dots-wrap li button {
    display: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    padding: 0;
    border: none;
    background-color: transparent;
}



/*================================================= common*/

@keyframes Gradient {
    0% {
        background-position: 0% 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0% 50%
    }
}



/*================================================= common*/
:root {
    --main_width: 1200px
}

.wrap img {
    max-width: 100%;
    height: auto;
}

.wrap {
    display: grid;
    grid-template-rows: auto 1fr auto;
    min-height: 100vh;
    background-color: #ffffff;
    color: #333333;
    overflow-x: hidden;

    background-image: url(../images/bg_left_b.webp),
        url(../images/bg_right_b.webp);
    background-repeat: repeat-y;
    background-size: 30% auto;
    background-position: left top, right top;
}


.wrap h2 {
    text-align: center;
    padding: 0 20px;
}

.wrap h2 img {
    min-height: 30px;
    max-height: 80px;
    margin-bottom: -10px;
}


/*================================================= header*/
.wrap header {
    background: linear-gradient(270deg, #0c9ac1fa, #0266a9fa);
    animation: Gradient 5s ease infinite;
    background-size: 200% 200%;
    width: 100%;
    box-shadow: 0px 2px 10px #738f98;
    overflow: hidden;
}


.wrap header::before {
    content: " ";
    position: absolute;
    width: 100%;
    height: 100%;
    max-height: 512px;
    top: 0;

    background-image:
        url(../images/bg_left_w.webp),
        url(../images/bg_right_w.webp);

    background-repeat: repeat-y;
    background-size: 30% auto, 30% auto;
    background-position: left top, right top;
}


.wrap header .header-inner {
    max-width: var(--main_width);
    margin: 0 auto;
    padding: 40px 20px 40px 20px;
    display: grid;
    justify-items: center;
    text-align: center;
    gap: 12px;
    position: relative;
    z-index: 2;
}

.wrap header .header-inner .date {
    color: #ffffff;
    font-size: clamp(14px, 0.693rem + 0.909vw, 22px);
    font-weight: bold;
    letter-spacing: 0.05em;
    text-shadow: 3px 3px 5px rgb(10, 61, 139);
}

.wrap header .header-inner .date .time-num {
    font-family: "Open Sans", sans-serif;
    font-weight: 800;
    font-size: clamp(22px, 1.148rem + 1.136vw, 32px);
    margin: 0 4px;
}


.wrap header .header-inner .menu {
    display: grid;
    grid-template-columns: repeat(2, 250px);
    gap: 15px;
    margin-top: 25px;
    width: 100%;
    justify-content: center;
}

@media (max-width: 800px) {
    .wrap header .header-inner .menu {
        grid-template-columns: repeat(2, 1fr);
        /* max-width: 320px; */
    }
}

.menu-btn {
    display: block;
    transform: skewX(-25deg);
    padding: 10px 0;
    font-size: clamp(14px, 0.693rem + 0.909vw, 22px);
    font-weight: 900;
    text-align: center;
    text-decoration: none;
    border-radius: 2px;
    transition: transform 0.1s ease, box-shadow 0.1s ease, opacity 0.2s ease;

    background-image: linear-gradient(45deg,
            hsl(0deg 0% 100%) 0%,
            hsl(208, 68%, 89%)100%);
    color: #005c97;

    text-shadow: 2px 2px 0px #ffffff;
    box-shadow: 6px 6px 0px #dcbd23;
}

.menu-btn:hover {
    opacity: 0.9;
    transform: skewX(-25deg) translate(4px, 4px);
    box-shadow: 2px 2px 0px #dcbd23;
}

.menu-btn:active {
    transform: skewX(-25deg) translate(6px, 6px);
    box-shadow: none;
}

.menu-btn span {
    display: inline-block;
    transform: skewX(25deg);
}

.sports {
    /* background-color: #2ca1dc; */
    background-image: linear-gradient(45deg,
            hsl(200deg 53% 75%) 0%,
            hsl(200deg 72% 52%) 100%);
    color: #ffffff;
    text-shadow: 2px 2px 0px #0c9ac1;
}

/*================================================= mian*/

.wrap main {
    width: 100%;
    z-index: 2;
}

.wrap main .main-inner {
    max-width: var(--main_width);
    margin: 0 auto;
    padding: 40px 0;
    display: grid;
    gap: 50px;
}

.wrap main .main-inner .nextup-card {
    border: 10px solid #005c97;
    border-left: none;
    border-radius: 0 35px 35px 0;
    padding: 25px;
    background-color: #ffffff;
    margin: 0 20px;
    position: relative;
    display: grid;
    gap: 25px;
}

@media screen and (max-width: 800px) {
    .wrap main .main-inner .nextup-card {
        padding: 15px;
        margin: 0px 10px 0 0;
    }
}

.wrap main .main-inner .nextup-card::before {
    content: "";
    position: absolute;
    top: -10px;
    bottom: -10px;
    right: 100%;
    width: 50vw;
    border-top: 10px solid #005c97;
    border-bottom: 10px solid #005c97;
    pointer-events: none;

    background-image: linear-gradient(270deg,
            rgb(255, 255, 255) 0%,
            rgba(255, 255, 255, 0.398) 70%,
            rgba(255, 255, 255, 0) 100%);
}

/* youtube  */
.wrap main .main-inner .nextup-card .youtube {
    width: 100%;
    display: block;
    border-radius: 16px;
    overflow: hidden;
    margin: 0px auto;
}

.wrap main .main-inner .nextup-card .youtube .size {
    padding-bottom: 56.25%;
    height: 0px;
    position: relative;
}

.wrap main .main-inner .nextup-card .youtube .size iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* detail-section  */

.wrap main .main-inner .nextup-card .detail-section {
    border-radius: 8px;
    display: grid;
    grid-template-rows: auto 1fr;
}

.wrap main .main-inner .nextup-card .detail-section h3 {
    background: linear-gradient(270deg, #0c9ac1, #005e99);
    animation: Gradient 5s ease infinite;
    background-size: 200% 200%;
    padding: clamp(10px, 0.398rem + 1.136vw, 20px);
    color: #fff;
    border-radius: 15px 15px 0 0;
}

.wrap main .main-inner .nextup-card .detail-section .detail-body {
    background-color: #ebf3f9;
    padding: clamp(10px, 0.398rem + 1.136vw, 20px);
    line-height: 1.5;
    border-radius: 0 0 15px 15px;
    display: grid;
    grid-template-columns: 40% 1fr;
    gap: 20px;
}

@media (max-width: 640px) {
    .wrap main .main-inner .nextup-card .detail-section .detail-body {
        grid-template-columns: 1fr;
    }
}

.wrap main .main-inner .nextup-card .detail-section .detail-body .slider {
    overflow: hidden;
    border-radius: 15px;
    margin: 0;
    padding: 0;
    line-height: 0;
}

.wrap main .main-inner .nextup-card .banner li {
    text-align: center;
    margin-bottom: 10px;
}

/* sns */

.sns-card {
    background-color: #005c97;
    border-radius: 35px 0 0 35px;
    padding: 45px 20px 40px 20px;
    margin: 0 20px;
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, 200px);
    grid-template-rows: auto auto;
    gap: 50px;
    justify-items: center;
    justify-content: center;
}

@media (max-width: 500px) {
    .sns-card {
        grid-template-columns: 200px;
    }
}

.sns-card::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 100%;
    width: 50vw;
    background-color: #005c97;
    pointer-events: none;
}

.wrap main .sns-section .sns-circles-grid {
    display: grid;
    grid-template-columns: repeat(2, 200px);
    gap: 50px;
    justify-content: center;
}


.sns-column {
    display: grid;
    gap: 15px;
    justify-items: start;
}


.sns-circle {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    color: #dcbd23;
}


.sns-circle img {
    background-color: #ffffff;
    aspect-ratio: 1;
    border-radius: 50%;
    overflow: hidden;
    width: 100%;
}

.sns-link {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    gap: 8px;
    color: #ffffff;
    text-decoration: none;
    font-size: 13px;
    font-weight: bold;
}

.sns-link:hover {
    text-decoration: underline;
}

.sns-icon {
    width: 20px;
    height: 20px;
    fill: #ffffff;
    display: block;
}


/* footer  */
.footer-outer {
    background-image: url(../images/footer_bg.webp);
    background-color: #1e1e1e;
    width: 100%;
    overflow: hidden;
}

.footer-inner {
    max-width: 800px;
    margin: 0 auto;
    padding: 70px 20px;
    display: grid;
    gap: 20px;
    grid-template-rows: 200px 500px;
    place-items: center;

    min-height: 0;
}

@media screen and (max-width: 800px) {
    .footer-inner {
        padding: 40px 20px;
        grid-template-rows: 100px 320px;
    }
}

.footer-inner img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}