@charset "utf-8";
/* CSS Document */

html, body,
.wrapper_ {
    font-family: "FP-ヒラギノ角ゴ ProN W6", sans-serif;
}

.anm-slideup {
    display: inline-block;
    overflow: hidden;
}
.anm-slideup .slide_obj {
    display: inline-block;
    transform: translateY(101%);
    transition: transform 0.9s cubic-bezier(0.22, 1, 0.36, 1);
}
.anm-slideup.visible .slide_obj,
.visible > .anm-slideup .slide_obj {
    transform: translateY(0);
}

.anm-fadeup {
    opacity: 0;
    transform: translateY(25px);
    transition: opacity 0.4s, transform 0.4s;
}
.anm-fadeup.visible {
    opacity: 1;
    transform: translateY(0px);
}

@media only screen and (min-width: 751px) {
    .br_noPc {
        display: none;
    }

    #main_visual {
        position: relative;
        /* max-width: 1600px; */
        margin: 0 auto;
    }

    #main_visual #mv_inner {
        width: 100%;
        display: grid;
        padding-top: 75px;
    }

    /*==== series_navi ====*/
    #series_navi .series_list {
        display: flex;
        justify-content: space-between;
        flex-wrap: nowrap;
        align-items: center;
        width: 100%;
        max-width: 1600px;
        padding: 2.68% 0 2.8%;
        margin: 0 auto;
        box-sizing: border-box;
    }

    #series_navi .series_list li {
        list-style: none;
    }

    #series_navi .series_list li:first-of-type {
        margin-left: 8.75%;
    }

    #series_navi .series_list li:last-of-type {
        margin-right: 6.68%;
    }

    #series_navi .series_list li.logo_503 {
        width: 4.43%;
    }

    #series_navi .series_list li.logo_505 {
        width: 5.44%;
    }

    #series_navi .series_list li.logo_international_basic {
        width: 8.61%;
    }

    #series_navi .series_list li.logo_jerseys {
        width: 8.19%;
    }
    
    #series_navi .series_list li.logo_jerseys img {
        padding-top: 10%;
    }

    #series_navi .series_list li.logo_denisura {
        width: 7.06%;
    }

    #series_navi .series_list li.logo_denisura img {
        margin-bottom: 16%;
    }

    #series_navi .series_list li.logo_hatarakuro {
        width: 8.38%;
    }

    #series_navi .series_list li.logo_concept {
        width: 8.75%;
        margin-left: -1.9%;
    }

    #series_navi .series_list li img {
        width: 100%;
    }

    #series_navi .series_list li a {
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }

    #series_navi .series_list li a:hover {
        -webkit-transition: 0.3s;
        transition: 0.3s;
        opacity: 0.7;
    }

    /*==== block common ====*/
    .block_title_01 {
        position: relative;
        width: fit-content;
        margin: 0 auto;
        padding-bottom: 26px;
    }
    
    .block_title_01 .txt {
        font-family: ArialMTPro-Bold, sans-serif;
        font-size: 22px;
        color: #173b67;
        line-height: 1.1;
        padding-bottom: 0;
    }

    .block_title_01::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 50%;
        display: block;
        width: 60px;
        height: 3px;
        transform: translateX(-50%) scaleX(0);
        transform-origin: center;
        background-color: #c30e18;
        transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    }

    .block_title_01.visible::after {
        transform: translateX(-50%) scaleX(1);
    }

    .block_title_02 {
        position: relative;
        width: fit-content;
    }
    
    .block_title_02 .txt {
        font-family: "FP-ヒラギノ角ゴ StdN W8", sans-serif;
        font-size: clamp( 46px, calc( ( 100vw - 750px ) * ( ( 79 - 46 )  / ( 1600 - 750 ) ) + 46px ), 79px ); /* 幅750pxのとき46px ～ 幅1600pxのとき79px */
        color: #173b67;
        line-height: 1.1;
        letter-spacing: -0.04em;
        padding-bottom: 0;
    }

    .block_title_02 .txt_s {
        padding-left: 3%;
        font-family: "FP-ヒラギノ角ゴ StdN W8", sans-serif;
        font-size: clamp( 11px, calc( ( 100vw - 750px ) * ( ( 20 - 11 )  / ( 1600 - 750 ) ) + 11px ), 20px ); /* 幅750pxのとき11px ～ 幅1600pxのとき20px */
        color: #173b67;
        letter-spacing: -0.04em;
        opacity: 0;
        transition: opacity 0.6s;
    }

    .block_title_02.visible .txt_s {
        opacity: 1;
    }

    .btn_more {
        min-width: 190px;
        background-color: #c30e18;
        padding: 19px 30px 19px;
        display: inline-block;
        color: #fff;
        font-family: ArialMTPro-Bold, sans-serif;
        font-size: 15px;
        letter-spacing: 0.15em;
        line-height: 1.2;
        text-decoration: none;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        position: relative;
        -webkit-transition: 0.3s;
        transition: 0.3s;
        box-sizing: border-box;
    }
    .btn_more:hover {
        opacity: 0.7;
    }

    /*==== HISTORY ====*/
    #block_of_history {
        position: relative;
        padding: 113px 0 206px;
        margin: 0 auto;
        text-align: left;
    }

    #block_of_history .block_of_history_inner {
        position: relative;
        max-width: 1600px;
        margin: 0 auto;
        box-sizing: border-box;
        z-index: 2;
    }

    #block_of_history .history_swiper {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    #block_of_history .history_swiper .history_swiper_item {
        width: 100%;
        height: 100%;
    }

    #block_of_history .history_swiper .history_swiper_item img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    #block_of_history .overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #22446e;
        mix-blend-mode: multiply;
        z-index: 1;
    }

    #block_of_history .block_title_01 .txt {
        color: #fff;
    }

    #block_of_history .large_copy {
        margin-top: 80px;
        margin-left: 12.6%;
        font-family: "FP-ヒラギノ角ゴ StdN W8", sans-serif;
        font-size: clamp( 46px, calc( ( 100vw - 750px ) * ( ( 100 - 46 )  / ( 1600 - 750 ) ) + 46px ), 100px ); /* 幅750pxのとき46px ～ 幅1600pxのとき100px */
        line-height: 1.2;
        color: #fff;
        letter-spacing: -0.06em;
    }

    #block_of_history .large_copy .line:nth-child(2) .slide_obj {
        transition-delay: 0.1s;
    }

    #block_of_history .body_txt {
        margin-top: 34px;
        margin-left: 13%;
        font-size: 16px;
        color: #fff;
        line-height: 2.5;
    }

    #block_of_history .btn_more {
        margin-top: 50px;
        margin-left: 13%;
    }

    /*==== SUSTAINABLE ====*/
    #block_of_sustainable {
        position: relative;
        padding-top: 96px;
        background: url(img/sustainable/sustainable_bg.png) repeat 0 0;
        text-align: left;
        overflow: hidden;
    }

    #block_of_sustainable .bg_logo {
        position: absolute;
        bottom: -3%;
        left: 0;
        width: 100%;
        overflow: hidden;
    }

    #block_of_sustainable .bg_logo .img_set {
        width: 6885px;
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        animation: sustainable_bg 30s linear infinite;
    }

    @keyframes sustainable_bg {
        0% {
            transform: translateX(0);
        }
        100% {
            transform: translateX(-33.33%);
        }
    }

    #block_of_sustainable .bg_logo .img_set .img {
        padding-right: 200px;
        float: left;
    }
    
    #block_of_sustainable .bg_logo .img_set img {
        width: 100%;
    }

    #block_of_sustainable .block_of_sustainable_inner {
        position: relative;
        display: flex;
        justify-content: space-between;
        width: 100%;
        max-width: 1600px;
        margin: 0 auto;
        padding-top: 75px;
    }

    #block_of_sustainable .sustainable_movie {
        position: relative;
        width: 31.87%;
        height: 0;
        margin-top: 32px;
        margin-left: 6.25%;
        padding-bottom: 31.87%;
        overflow: hidden;
        border-radius: 50%;
    }

    #block_of_sustainable .sustainable_movie video {
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        width: auto;
        height: 100%;
    }

    #block_of_sustainable .sustainable_copy {
        margin-bottom: 40px;
        padding-right: 1%;
        writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
    }

    #block_of_sustainable .sustainable_copy .txt {
        font-family: "FP-ヒラギノ角ゴ StdN W8", sans-serif;
        font-size: clamp( 46px, calc( ( 100vw - 750px ) * ( ( 100 - 46 )  / ( 1600 - 750 ) ) + 46px ), 100px ); /* 幅750pxのとき46px ～ 幅1600pxのとき100px */
        line-height: 1.2;
        color: #173b67;
        letter-spacing: -0.02em;
        white-space: nowrap
    } 

    #block_of_sustainable .sustainable_copy .txt .anm-slideright {
        overflow: hidden;
        display: inline-block;
    }
    #block_of_sustainable .sustainable_copy .txt .anm-slideright .slide_obj {
        display: inline-block;
        transform: translateX(-101%);
        transition: transform 0.8s 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    }
    #block_of_sustainable .sustainable_copy .txt.visible .anm-slideright .slide_obj {
        transform: translateX(0);
    }

    #block_of_sustainable .sustainable_copy .txt .indent {
        padding-top: 1em;
    }

    #block_of_sustainable .sustainable_txt {
        align-self: center;
        width: 36.9%;
        padding-right: 5%;
        padding-bottom: 7%;
        margin-top: -4%;
        font-size: 16px;
        color: #173b67;
        line-height: 2.5;
        box-sizing: border-box;
    }

    #block_of_sustainable .sustainable_txt .btn_more {
        margin-top: 56px;
    }

    #block_of_sustainable .sustainable_txt .ib {
        display: inline-block
    }

    /*==== NEWS ====*/
    #block_of_news {
        margin: 0 auto;
        padding: 128px 0 150px;
        text-align: left;
    }

    #block_of_news .block_of_news_inner {
        display: grid;
        grid-template-columns: 26.1% 54%;
        justify-content: center;
        max-width: 1600px;
        margin: 0 auto;
    }

    #block_of_news .news_title_block .news_title {
        margin-left: 4%;
    } 

    #block_of_news .news_list_block {
        margin-top: 4px;
    }

    #block_of_news .news_list .item {
        display: grid;
        grid-template-columns: auto 1fr;
        padding: 30px 5.2% 30px 0;
        border-bottom: 1px solid #456285;
        color: #173b67;
    }

    #block_of_news .news_list .item:hover {
        opacity: 0.7;
    }

    #block_of_news .news_list .item .date {
        width: 135px;
        font-family: ArialMTPro-Bold, sans-serif;
        font-size: 13px;
        line-height: 1.85;
    }

    #block_of_news .news_list .item .txt {
        font-size: 15px;
        line-height: 1.6;
    }

    #block_of_news .btn_more {
        margin-top: 60px;
    }

}

@media only screen and (max-width: 1300px) {
    /*==== SUSTAINABLE ====*/
    #block_of_sustainable .bg_logo .img_set {
        width: 6000px;
    }

    #block_of_sustainable .bg_logo .img_set .img {
        padding-right: 200px;
    }
}

@media only screen and (max-width: 1000px) {
    .br_noTab {
        display: none;
    }

    #main_visual #mv_inner {
        padding-top: 50px;
    }

    /*==== SUSTAINABLE ====*/
    #block_of_sustainable {
        position: relative;
        background: url(img/sustainable/sustainable_bg.png) repeat 0 0;
        text-align: left;
        overflow: hidden;
    }

    #block_of_sustainable .bg_logo {
        position: absolute;
        top: 0;
        bottom: auto;
        left: 0;
        width: 100%;
        margin-top: 29.5%;
        overflow: hidden;
    }

    #block_of_sustainable .bg_logo .img_set {
        width: 5250px;
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        animation: sustainable_bg 30s linear infinite;
    }

    @keyframes sustainable_bg {
        0% {
            transform: translateX(0);
        }
        100% {
            transform: translateX(-33.33%);
        }
    }

    #block_of_sustainable .bg_logo .img_set .img {
        padding-right: 150px;
        float: left;
    }
    
    #block_of_sustainable .bg_logo .img_set img {
        width: 100%;
    }

    #block_of_sustainable .block_of_sustainable_inner {
        position: relative;
        width: auto;
        aspect-ratio: auto;
        padding-top: 0;
    }

    #block_of_sustainable .sustainable_movie {
        position: absolute;
        top: 0;
        left: 39%;
        width: 50.3%;
        height: 0;
        margin-top: 24.4%;
        margin-left: 0;
        padding-bottom: 50.3%;
        overflow: hidden;
        border-radius: 50%;
    }

    #block_of_sustainable .sustainable_movie video {
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        width: auto;
        height: 100%;
    }

    #block_of_sustainable .sustainable_copy {
        margin-bottom: 0;
        padding-right: 0;
        writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
    }

    #block_of_sustainable .sustainable_copy .txt {
        position: absolute;
        top: 0;
        left: 11.7%;
        margin-top: 3%;
        font-family: "FP-ヒラギノ角ゴ StdN W8", sans-serif;
        font-size: calc(100vw / ( 1000 / 82 )); /* 幅1000pxのとき82px */
        line-height: 1.2;
        color: #173b67;
        letter-spacing: -0.02em;
    } 

    #block_of_sustainable .sustainable_copy .txt .anm-slideright {
        overflow: hidden;
        display: inline-block;
    }
    #block_of_sustainable .sustainable_copy .txt .anm-slideright .slide_obj {
        display: inline-block;
        transform: translateX(-101%);
        transition: transform 0.8s 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    }
    #block_of_sustainable .sustainable_copy .txt.visible .anm-slideright .slide_obj {
        transform: translateX(0);
    }

    #block_of_sustainable .sustainable_copy .txt .indent {
        padding-top: 1em;
    }

    #block_of_sustainable .sustainable_txt {
        position: static;
        width: 100%;
        padding-right: 0;
        padding-top: 80%;
        padding-bottom: 120px;
        margin-top: 0;
        font-size: 16px;
        color: #173b67;
        line-height: 2.5;
        box-sizing: border-box;
        text-align: center;
    }

    #block_of_sustainable .sustainable_txt .txt {
        width: fit-content;
        margin: 0 auto;
        text-align: left;
    }
}


@media only screen and (max-width: 750px) {
    .br_noSp {
        display: none;
    }

    #main_visual {
        position: relative;
    }

    #main_visual #mv_inner {
        width: 100%;
        display: grid;
        padding-top: 50px;
    }

    /*==== series_navi ====*/
    #series_navi .series_list {
        display: flex;
        justify-content: space-between;
        flex-wrap: nowrap;
        align-items: center;
        width: 100%;
        padding: 4.5% 0 5.46%;
        box-sizing: border-box;
    }

    #series_navi .series_list li {
        list-style: none;
        font-size: 0;
    }

    #series_navi .series_list li:first-of-type {
        margin-left: 5.06%;
    }

    #series_navi .series_list li:last-of-type {
        margin-right: 4.27%;
    }

    #series_navi .series_list li.logo_503 {
        width: 6.67%;
    }

    #series_navi .series_list li.logo_505 {
        width: 8.4%;
    }

    #series_navi .series_list li.logo_international_basic {
        width: 12.8%;
    }

    #series_navi .series_list li.logo_jerseys {
        width: 12.4%;
    }
    
    #series_navi .series_list li.logo_jerseys img {
        padding-top: 10%;
    }

    #series_navi .series_list li.logo_denisura {
        width: 10.8%;
    }

    #series_navi .series_list li.logo_denisura img {
        margin-bottom: 12%;
    }

    #series_navi .series_list li.logo_hatarakuro {
        width: 12.8%;
    }

    #series_navi .series_list li.logo_concept {
        width: 13.2%;
        margin-left: -0.7%;
    }

    #series_navi .series_list li img {
        width: 100%;
    }

    #series_navi .series_list li a {
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }

    #series_navi .series_list li a:hover {
        -webkit-transition: 0.3s;
        transition: 0.3s;
        opacity: 0.7;
    }

    /*==== block common ====*/
    .block_title_01 {
        position: relative;
        width: fit-content;
        margin: 0 auto;
        padding-bottom: 11px;
    }
    
    .block_title_01 .txt {
        font-family: ArialMTPro-Bold, sans-serif;
        font-size: 15px;
        color: #173b67;
        line-height: 1.1;
        padding-bottom: 0;
    }

    .block_title_01::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 50%;
        display: block;
        width: 30px;
        height: 2px;
        transform: translateX(-50%) scaleX(0);
        transform-origin: center;
        background-color: #c30e18;
        transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    }

    .block_title_01.visible::after {
        transform: translateX(-50%) scaleX(1);
    }

    .block_title_02 {
        position: relative;
        width: fit-content;
    }
    
    .block_title_02 .txt {
        font-family: "FP-ヒラギノ角ゴ StdN W8", sans-serif;
        font-size: calc(100vw / ( 375 / 33 )); /* 幅375pxのとき33px */
        color: #173b67;
        line-height: 1.1;
        letter-spacing: -0.04em;
        padding-bottom: 0;
    }

    .block_title_02 .txt_s {
        padding-left: 3%;
        font-family: "FP-ヒラギノ角ゴ StdN W8", sans-serif;
        font-size: 11px;
        color: #173b67;
        letter-spacing: -0.04em;
        opacity: 0;
        transition: opacity 0.6s;
    }

    .block_title_02.visible .txt_s {
        opacity: 1;
    }

    .btn_more {
        min-width: 116px;
        background-color: #c30e18;
        padding: 14px 20px 12px;
        display: inline-block;
        color: #fff;
        font-family: ArialMTPro-Bold, sans-serif;
        font-size: 11px;
        line-height: 1.2;
        letter-spacing: 0.15em;
        text-decoration: none;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        position: relative;
        box-sizing: border-box;
    }

    /*==== HISTORY ====*/
    #block_of_history {
        position: relative;
        padding: 62px 0 80px;
        margin: 0 auto;
        text-align: left;
    }

    #block_of_history .block_of_history_inner {
        position: relative;
        box-sizing: border-box;
        z-index: 2;
    }

    #block_of_history .history_swiper {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    #block_of_history .history_swiper .history_swiper_item {
        width: 100%;
        height: 100%;
    }

    #block_of_history .history_swiper .history_swiper_item img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    #block_of_history .overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #22446e;
        mix-blend-mode: multiply;
        z-index: 1;
    }

    #block_of_history .block_title_01 .txt {
        color: #fff;
    }

    #block_of_history .large_copy {
        margin-top: 47px;
        margin-left: 10.27%;
        margin-bottom: 4.8%;
        font-family: "FP-ヒラギノ角ゴ StdN W8", sans-serif;
        font-size: calc(100vw / ( 375 / 26 )); /* 幅375pxのとき26px */
        line-height: 1.27;
        color: #fff;
        letter-spacing: -0.06em;
    }

    #block_of_history .body_txt {
        margin-left: 10.7%;
        margin-right: 7%;
        margin-bottom: 35px;
        font-size: 13px;
        color: #fff;
        line-height: 2.1;
    }

    #block_of_history .body_txt .ib {
        display: inline-block;
    }

    #block_of_history .btn_more {
        display: block;
        width: fit-content;
        margin: 0 auto;
    }

    /*==== SUSTAINABLE ====*/
    #block_of_sustainable {
        padding-top: 58px;
        padding-bottom: 63px;
    }

    #block_of_sustainable .bg_logo {
        position: absolute;
        top: 0;
        bottom: auto;
        left: 0;
        width: 100%;
        margin-top: 47%;
        overflow: hidden;
    }

    #block_of_sustainable .bg_logo .img_set {
        width: 2610px;
    }

    #block_of_sustainable .bg_logo .img_set .img {
        padding-right: 60px;
    }

    #block_of_sustainable .sustainable_movie {
        left: 24.8%;
        width: 66.7%;
        margin-top: 51.3%;
        padding-bottom: 66.7%;
    }

    #block_of_sustainable .sustainable_copy .txt {
        position: absolute;
        top: 0;
        left: 11.7%;
        margin-top: 8%;
        font-family: "FP-ヒラギノ角ゴ StdN W8", sans-serif;
        font-size: calc(100vw / ( 375 / 32 )); /* 幅375pxのとき32px */
    } 

    #block_of_sustainable .sustainable_txt {
        padding: 129.2% 10.4% 0 11.4%;
    }
    
    #block_of_sustainable .sustainable_txt .txt {
        font-size: 13px;
        line-height: 2;
    }

    #block_of_sustainable .btn_more {
        margin-top: 42px;
    }

    /*==== NEWS ====*/
    #block_of_news {
        margin: 0 auto;
        padding: 58px 0 62px;
    }

    #block_of_news .block_of_news_inner {
        padding: 0 9.8%;
    }

    #block_of_news .news_title_block .news_title {
        margin-bottom: 15px;
        text-align: left;
    } 

    #block_of_news .news_list {
        text-align: left;
    }

    #block_of_news .news_list .item {
        display: block;
        padding: 28px 0;
        border-bottom: 1px solid #456285;
        color: #173b67;
    }

    #block_of_news .news_list .item .date {
        width: 135px;
        margin-bottom: 4px;
        font-family: ArialMTPro-Bold, sans-serif;
        font-size: 11px;
        line-height: 1.85;
    }

    #block_of_news .news_list .item .txt {
        font-size: 11.5px;
        line-height: 1.6;
    }

    #block_of_news .btn_more {
        margin-top: 38px;
    } 

}
