@charset "utf-8";

.fwB {
    font-weight: bold;
}
.fwSB {
    font-weight: 600;
}

.sports_wrapper {
    font-family: 'Noto Sans JP', sans-serif;
}

section,
article {
    display: block;
    width: 100%;
    max-width: 1000px;
}

.sports_header {
    background-image: url('../img/header.jpg');
    background-position: left top;
    background-size: auto 100%;
    background-repeat: no-repeat;
    position: relative;
    aspect-ratio: 1920/660;
}
.sports_header_inner {
    width: min(100%, min(32vw, 470px));
    position: absolute;
    right: 4.5%;
    top: 50%;
    transform: translateY(-50%);
}
    .sports_header_inner h1 {
        font-family: 'Noto Sans JP', sans-serif;
        font-weight: bold;
        text-align: left;
        font-size: clamp(4.0rem, 4.0vw, 6.0rem);
        color: #044AA0;
        line-height: 1.5;
        padding: 0;
        margin: 0;
    }
    .sports_header_inner h1::after {
        display: none;
    }
        .sports_header_inner h1 span {
            font-family: 'Noto Sans JP', sans-serif;
            font-weight: bold;
            font-size: 0.67em;
            color: #044AA0;
            letter-spacing: 0.1em;;
        }
    .sports_header_inner p {
        font-size: clamp(1.6rem, 2.0vw, 3.0rem);
        line-height: 1.3;
        font-weight: normal;
    }

@media screen and (max-width: 768px) {
.sports_header {
    background-size: cover;
    aspect-ratio: 3000/1333;
}
.sports_header_inner {
    width: min(100%, min(50vw, 280px));
    padding: 15px;
    top: 20px;
    right: 3%;
    transform: none;
    box-sizing: border-box;
    background-color: rgba(255,255,255,0.8);
}
    .sports_header_inner h1 {
        font-size: 3.0rem;
        line-height: 1.3;
    }
}
@media screen and (max-width: 600px) {
.sports_header {
    margin-bottom: 200px;
}
.sports_header_inner {
    width: 100%;
    right: 0;
    top: auto;
    bottom: 0;
    transform: translateY(calc(100% + 10px));
}
    .sports_header_inner h1 {
        font-size: clamp(2.6rem, 7.0vw, 3.0rem);
    }
        .sports_header_inner h1 br {
            display: none;
        }
}
.sports_inner {
    width: calc(100% - 20px);
    margin: 0 auto;
}
.sports_01 {
    max-width: 100%;
    margin: 0;
}
.sports_h2 {
    color: #044AA0;
    border: none;
    font-size: clamp(2.4rem, 3.0vw, 4.0rem);
    font-family: 'Noto Sans JP', sans-serif;
    line-height: 1.4;
}
.sports_h2.quot {
    background-image: url('../img/quot_01.png'), url('../img/quot_02.png');
    background-position: left calc(50% - max(min(19vw, 240px), 150px)) top 0, right calc(50% - max(min(19vw, 240px), 150px)) bottom 10px;
    background-size: max(min(5vw, 65px), 45px) auto;
    background-repeat: no-repeat;
}
.sports_h2.support {
    min-height: 130px;
    background-image: url('../img/h2_support.png');
    background-position: center top;
    background-size: max(min(44vw, 581px), 320px) auto;
    background-repeat: no-repeat;
    transform: translateY(max(-3vw, -40px));
    box-sizing: border-box;
}
.sports_h2.benefits {
    min-height: 130px;
    background-image: url('../img/h2_benefits.png');
    background-position: center top;
    background-size: max(min(44vw, 585px), 320px) auto;
    background-repeat: no-repeat;
    transform: translateY(max(-3vw, -40px));
    box-sizing: border-box;
}
.sports_h2.activities {
    min-height: 130px;
    background-image: url('../img/h2_activities.png');
    background-position: center top;
    background-size: max(min(50vw, 669px), 368px) auto;
    background-repeat: no-repeat;
    transform: translateY(max(-3vw, -40px));
    box-sizing: border-box;
}
.sports_01_text {
    font-size: clamp(1.6rem, 2.0vw, 1.8rem);
    line-height: 2.2;
}
.sports_02 {
    max-width: 1600px;
    background-color: #F9FCFF;
    border-radius: min(9vw, 120px);
}
.sports_02_text {
    font-size: clamp(1.8rem, 2.0vw, 2.6rem);
    line-height: 2.2;
}
.sports_02_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: min(100%, 1000px);
    margin: 0 auto;
}
.sports_02_column {
    width: 32%;
}
.sports_02_img {
    display: block;
    width: 100%;
    border-radius: max(min(1.5vw, 20px), 10px);
}
.sports_02_cate {
    font-size: clamp(1.6rem, 2.0vw, 1.8rem);
}
.sports_02_title {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: clamp(2.0rem, 2.0vw, 2.6rem);
    color: #044AA0;
    letter-spacing: 0.05em;
}
.sports_02_detail {
    width: 93.75%;
    margin: 0 auto;
    font-size: 1.5rem;
    line-height: 1.6;
    text-align: left;
    letter-spacing: 0.05em;
}
.sports_03 {
    max-width: 100%;
}
.sports_03_list {
    width: min(90%, 1000px);
    margin: 0 auto;
}
.sports_03_column {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    text-align: left;
}
.sports_03_column:not(:first-child) {
    margin-top: 60px;
}
.sports_03_column:nth-child(2n) {
    flex-direction: row-reverse;
}
.sports_03_img {
    width: 46%;
    border-radius: max(min(1.5vw, 20px), 10px);
}
.sports_03_wrapper {
    width: 46%;
}
    .sports_03_cate span {
        display: inline-block;
        border: 1px #044AA0 solid;
        padding: 5px 10px;
        font-size: clamp(1.4rem, 2.0vw, 1.8rem);
        border-radius: 3px;
        box-sizing: border-box;
    }
.sports_03_title {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: clamp(2.0rem, 2.0vw, 2.6rem);
    color: #044AA0;
    letter-spacing: 0.05em;
}
.sports_03_detail {
    font-size: 1.5rem;
    line-height: 1.6;
    letter-spacing: 0.02em;
}
.sports_04 {
    max-width: 1600px;
    background-color: #F9FCFF;
    border-radius: min(9vw, 120px);
}
.sports_04_text {
    font-size: clamp(1.8rem, 2.0vw, 2.6rem);
    line-height: 2.2;
}
.sports_04_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: min(100%, 1000px);
    margin: 0 auto;
}
.sports_04_column {
    width: 32%;
}
.sports_04_img {
    display: block;
    width: 100%;
    border-radius: max(min(1.5vw, 20px), 10px);
}
.sports_04_title {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: clamp(1.8rem, 2.0vw, 2.2rem);
    color: #044AA0;
    letter-spacing: 0.05em;
}



@media screen and (max-width: 768px) {
.sports_02_list {
    width: min(100%, 450px);
    row-gap: 10vw;
}
.sports_02_column {
    width: 100%;
}
.sports_04_list {
    width: min(100%, 450px);
    row-gap: 10vw;
}
.sports_04_column {
    width: 100%;
}
}
@media screen and (max-width: 600px) {
.sports_03_list {
    width: min(100%, 450px);
}
.sports_03_column {
    row-gap: 20px;
}
.sports_03_column:not(:first-child) {
    margin-top: 40px;
}
.sports_03_img {
    width: 100%;
}
.sports_03_wrapper {
    width: 100%;
}
}




/*既存コンテンツ補正*/
header {
    margin-bottom: 0;
    position: relative;
}

#header_box {
    overflow: hidden;
    width: calc(100% - 20px);
    max-width: 1000px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#logo {
    width: 100%;
    max-width: 240px;
    float: none;
}

nav {
    width: calc(100% - 310px);
    max-width: 574px;
    float: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}
    nav ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items :center;
        width: 100%;
    }

        nav ul li {
            width: auto;
            margin-right: 8px;
        }
        
        nav ul li.instagram {
            position: absolute;
            right: 20px;
            top: 10px;
            display: block;
            width: 80px;
            height: auto;
            margin: 0;
            border: none;
        }
        
        nav ul li.instagram a {
            display: block;
            width: 100%;
            height: auto;
            margin: 0;
        }

        nav ul li.instagram a:hover {
            opacity: 0.5;
        }

            nav ul li.instagram img{
                display: block;
                width: 100%;
            }
        
        nav ul li a,
        nav ul li a:link,
        nav ul li a:visited {
            width: auto;
        }

#pankuzu ul li {
    text-align: left;
}


@media screen and (max-width: 1200px) {
        nav ul li.instagram {
            position: relative;
            width: 60px;
            right: 0;
            top: 0;
        }
}
@media screen and (max-width: 900px) {
nav {
    width: 100%;
    max-width: 100%;
    justify-content: flex-end;
    margin: 10px 0 0;
}
    nav ul {
        width: min(100%, 600px);
    }
}

@media screen and (max-width: 600px) {
    nav ul {
        justify-content: center;
        column-gap: 20px;
    }
        nav ul li {
            margin: 0;
        }
        
        nav ul li:nth-child(4) {
            margin-right: 0;
        }
}

/* ------------------------------------- /
/   pc-none、sp-none
/* ------------------------------------- */
.pc-none {
    display: none;
}
.pc-none768 {
    display: none;
}
.pc-none__inline {
    display: none;
}
.pc-none__inline768 {
    display: none;
}
.pc-none__inline1200 {
    display: none;
}
@media screen and (max-width:1200px){
.pc-none__inline1200 {
    display: inline;
}
.sp-none1200 {
    display: none;
}
}
@media screen and (max-width:768px){
.pc-none768 {
    display: block;
}
.pc-none__inline768 {
    display: inline;
}
.sp-none768 {
    display: none;
}
}
@media screen and (max-width:600px){
.pc-none {
    display: block;
}
.pc-none__inline {
    display: inline;
}
.sp-none {
    display: none !important;
}
}