@import url('https://fonts.googleapis.com/css2?family=M+PLUS+1p&family=Noto+Sans+JP:wght@100..900&display=swap');
body {
    font-family: YakuHanJP, "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: 1.4rem;
    line-height: 1.8;
    font-weight: 400;
    color: #252525;
}
.sp {
    display: none;
}
.inner {
    width: 1000px;
    margin: 0 auto;
}
img {
    max-width: 100%;
}
.fixed-bg {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
}
.fixed-bg img {
    width: 100%;
    height: 130%;
    object-fit: cover;
}
a {
    transition: all .2s;
}
a:hover {
    opacity: .8;
}
@media screen and (max-width:640px) {
    .inner {
        width: 100%;
        padding: 0 3%;
        margin: 0 auto;
    }
    .sp {
        display: block;
    }
    .pc {
        display: none;
    }
    .fixed-bg {
        height: 100lvh;
    }
}

#kv {
    background: linear-gradient(90deg,rgba(220, 220, 225, 1) 0%, rgba(251, 251, 251, 1) 50%, rgba(203, 203, 210, 1) 100%);
    position: relative;
    min-height: 40vw;
}
#kv .kv-inner {
    display: flex;
}
#kv .catch-area {
    width: 38%;
    position: absolute;
    top: 50%;
    left: 10%;
    transform: translateY(-50%);
    z-index: 2;
}
#kv .mv-area {
    position: absolute;
    right: 2%;
    bottom: -1px;
    z-index: 1;
    width: 50%;
}

@media screen and (max-width:640px) {
    #kv {
        padding: 60px 0 0;
    }
    #kv .kv-inner {
        flex-direction: column;
        width: 100%;
    }
    #kv .catch-area {
        width: 100%;
        padding: 0 5%;
        position: relative;
        top: unset;
        left: unset;
        transform: unset;
        margin-bottom: 20px;
    }
    #kv .mv-area {
        position: relative;
        right: unset;
        bottom: -1px;
        z-index: 1;
        width: 100%;
    }
}

.section-title {
    text-align: center;
    margin-bottom: 60px;
}
.section-title-en {
    width: 400px;
    margin: 0 auto;
}
.section-title-jp {
    font-size: 2rem;
    font-weight: 700;
    color: #fff;
    margin-top: 15px;
}

@media screen and (max-width:640px) {
    .section-title {
        margin-bottom: 30px;
    }
    .section-title-en {
        width: 300px;
    }
    .section-title-jp {
        font-size: 1.8rem;
        margin-top: 10px;
    }
}

#diary {
    padding: 100px 0;
}
#diary-slider-01 {
    display: flex;
}
.diary-slider-item {
    width: 330px;
    background-color: #fff;
    margin: 0 2px;
    display: flex;
    flex-direction: column;
}
.diary-slider-item .thumbnail {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
}
.diary-slider-item .thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.diary-slider-item .text-wrap {
    padding: 20px;
    display: flex;
    flex-direction: column;
}
.diary-slider-item .text-wrap .date {
    font-size: 1.2rem;
    font-weight: 500;
}
.diary-slider-item .text-wrap .article-title {
    font-size: 1.7rem;
    font-weight: 700;
    line-height: 1.5;
    margin: 10px 0;
}
.diary-slider-item .text-wrap .description {
    color: #666666;
    margin-bottom: 20px;
}
.diary-slider-item .text-wrap .more-btn {
    width: 100%;
    display: block;
    background-color: #ff8a00;
    color: #fff;
    text-align: center;
    padding: 15px 0;
    margin-top: auto;
}
.read-more {
    display: block;
    width: 300px;
    padding: 12px;
    text-align: center;
    color: #fff;
    background-color: #ff8a00;
    font-size: 1.5rem;
    font-weight: 600;
    border-radius: 50px;
    margin: 60px auto 0;
}
.slide-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}
.prev-arrow {
    left: -50px;
    width: 30px;
    height: 50px;
    background: url(../images/prev-arrow.svg) no-repeat;
    background-size: contain;
}
.next-arrow {
    right: -50px;
    width: 30px;
    height: 50px;
    background: url(../images/next-arrow.svg) no-repeat;
    background-size: contain;
}
.slider-dots {
    display: flex;
    justify-content: center;
    gap: 16px;
    margin-top: 20px;
}
.slider-dots ul {
    display: flex;
    gap: 10px;
}
.slider-dots li {
    width: 8px;
    height: 8px;
    background: #fff;
    cursor: pointer;
    border-radius: 50%;
}
.slider-dots li:hover,
.slider-dots li.slick-active {
    background: #ff8a00;
}
.slider-dots li button {
    display: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    padding: 0;
    border: none;
    background-color: transparent;
}


@media screen and (max-width:640px) {
    #diary {
        padding: 60px 0;
    }
    .slide-arrow {
        display: none;
    }
    .diary-slider-item {
        width: 340px;
        margin: 0 20px;
    }
    .read-more {
        margin-top: 30px;
    }
}

#match-information {
    background: url(../images/match-info-bg.svg) no-repeat;
    min-height: 668px;
    background-size: 1920px;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width:640px) {
    #match-information {
        min-height: unset;
        background-size: 1000px;
        padding: 80px 0;
    }
    #match-information .inner {
        padding: 0;
    }
}

#profile {
    padding: 100px 0;
}
#profile-tabs {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}
#profile-tabs .profile-tab-btn {
    width: calc(50% - 10px);
    background-color: #fff;
    text-align: center;
    padding: 10px 0;
    font-size: 1.6rem;
    font-weight: 700;
    clip-path: polygon(2% 0, 100% 0, 98% 100%, 0 100%);
    cursor: pointer;
    transition: all .2s;
}
#profile-tabs .profile-tab-btn .min {
    font-size: 1.4rem;
    margin-left: 20px;
}
#profile-tabs .profile-tab-btn.active,
#profile-tabs .profile-tab-btn:hover {
    color: #fff;
    background-color: #ff8a00;
}
.profile-content {
    display: none;
    max-width: 750px;
    margin: 60px auto 0;
}
.profile-content.show {
    display: block;
}
.profile-content .profile-name {
    margin: 20px auto;
    padding: 10px 0;
    width: 500px;
    background-color: #fff;
    text-align: center;
    font-size: 2.4rem;
    font-weight: 700;
    color: #003f75;
    clip-path: polygon(2% 0, 100% 0, 98% 100%, 0 100%);
}
.profile-content .profile-name .min {
    font-size: 1.6rem;
    margin-left: 20px;
}
.profile-content .status {
    font-size: 1.4rem;
    font-weight: 400;
    color: #ffffff;
    text-align: center;
    margin-bottom: 10px;
}
.profile-content .profile-details {
    color: #fff;
    font-size: 1.6rem;
    line-height: 2;
}

@media screen and (max-width:640px) {
    #profile {
        padding: 60px 0;
    }
    #profile-tabs {
        flex-direction: column;
    }
    #profile-tabs .profile-tab-btn {
        width: 100%;
    }
    .profile-content {
        margin-top: 30px;
    }
    .profile-content .profile-name {
        width: 100%;
    }
}

#sns {
    padding: 100px 0;
    background: url(../images/sns-bg.jpg) no-repeat;
    background-size: cover;
}
.sns-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
}
.sns-content .sns-item {
    width: 40%;
}
.sns-content .sns-item .sns-link {
    color: #fff;
    font-size: 1.4rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 20px;
}
.sns-content .sns-item.x .sns-link .sns-icon,
.sns-content .sns-item.insta .sns-link .sns-icon {
    display: block;
    width: 20px;
}
.other-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
    margin-top:40px;
}
.other-content .sns-other-link {
    width: 400px;
    padding: 20px;
    background-color: #fff;
    border-radius: 50px;
    color: #252525;
    display: flex;
    font-size: 1.6rem;
    font-weight: 600;
    justify-content: center;
}
.other-content .sns-other-link.x {
    background-color: #000;
    color: #fff;
}
.other-content .sns-other-link .sns-icon {
    display: block;
    width: 36px;
    margin-right: 20px;
}
.other-content .sns-other-link .sns-icon.note {
    width: 24px;
}

@media screen and (max-width:640px) {
    #sns {
        padding: 60px 0;
    }
    .sns-content {
        gap: 20px;
    }
    .sns-content .sns-item {
        width: 100%;
    }
    .other-content {
        flex-wrap: wrap;
        width: 100%;
    }
    .other-content .sns-other-link {
        width: 100%;
    }
}

#tpt-links-section {
    padding: 100px 0;
}
.tpt-link-content {
    max-width: 600px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

footer {
    background-color: #fff;
}
footer .footer-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    padding: 60px 0;
}
footer .footer-inner .footer-logo {
    width: 160px;
}
footer .footer-inner .footer-title {
    width: 400px;
}
.copyright {
    background-color: #252525;
    padding: 10px 0;
    text-align: center;
    color: #fff;
    font-size: 1.2rem;
}

@media screen and (max-width:640px) {
    #tpt-links-section {
        padding: 60px 0;
    }

    footer .footer-inner {
        flex-direction: column;
        padding: 30px 5%;
        gap: 20px;
    }
    footer .footer-inner .footer-logo {
        width: 120px;
    }
    footer .footer-inner .footer-title {
        width: 100%;
    }
}
