@charset "utf-8";
/* CSS Document */


@media only screen and (min-width: 751px) {
    #FV_area {
        width: 100%;
        padding-top: 70px;
        background: #eee;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    #FV_brand {
        background: #fff;
        width: 25%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 10;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        border-top: 5px solid #c30d18;
    }

    #FV_brand .banner {
        width: 100%;
        height: 100%;
    }

    #FV_brand .banner li {
        margin: 0 auto;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding-top: 13%;
        list-style: none;
        width: 55%;
    }

    #FV_brand .banner li:first-child {
        padding-top: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 100px;
        width: 40%;
        margin: 0 auto;
    }

    #FV_brand .banner li.logo_jerseys img {
        width: 65%;
    }

    #FV_brand .banner li.logo_503 img {
        width: 35%;
    }

    #FV_brand .banner li.logo_denisura img {
        width: 60%;
    }

    #FV_brand .banner li.logo_hatarakuro img {
        width: 75%;
    }

    #FV_brand .banner li.logo_fle img {
        width: 45%;
    }

    #FV_brand .banner li.logo_concept img {
        width: 55%;
    }

    #FV_brand .banner li img {
        width: 100%;
    }

    #FV_brand .banner li a {
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }

    #FV_brand .banner li a:hover {
        -webkit-transition: 0.3s;
        transition: 0.3s;
        opacity: 0.8;
    }

    #FV_area #FV_main {
        width: 100%;
        text-align: center;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        margin: 0 auto;
        background-color: #fff;
        position: relative;
    }

    #FV_area #FV_main .top_navi {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 30px;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        list-style: none;
        position: absolute;
        width: 71.4%;
        top: 0;
        left: 19.3%;
        z-index: 100;
    }

    #FV_area #FV_main .top_navi li a {
        display: inline-block;
        text-decoration: none;
        color: #000;
        padding: 5px 0;
        position: relative;
        cursor: pointer;
        text-decoration: none;
    }

    #FV_area #FV_main .top_navi li a::before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: -5px;
        width: 60%;
        height: 3px;
        background-color: #c30d18;
        -webkit-transform: scale(0, 1);
        transform: scale(0, 1);
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transition: -webkit-transform 0.2s;
        transition: -webkit-transform 0.2s;
        transition: transform 0.2s;
        transition: transform 0.2s, -webkit-transform 0.2s;
        margin: 0 auto;
    }

    #FV_area #FV_main .top_navi li a:hover::before {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    #FV_area #FV_main .top_navi li:last-child {
        margin-left: 2%;
    }

    #FV_area #FV_main .top_navi li:last-child a {
        border: 1px solid #000;
        padding: 5px 20px;
        position: relative;
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }

    #FV_area #FV_main .top_navi li:last-child a:hover {
        border: 1px solid #c30d18;
        color: #fff;
        -webkit-transition: 0.3s;
        transition: 0.3s;
        background-color: #c30d18;
    }

    #FV_area #FV_main .top_navi li:last-child a::before {
        content: "";
        position: static;
    }

    #FV_area #FV_main .top_navi li:last-child a::after {
        content: "";
        background-image: url("/common/img/link_ex_icon.png");
        display: inline-block;
        background-repeat: no-repeat;
        background-size: contain;
        vertical-align: middle;
        width: 15px;
        height: 15px;
        -webkit-transition: 0.3s;
        transition: 0.3s;
        margin-left: 15px;
    }

    #FV_area #FV_main .top_navi li:last-child a:hover::after {
        -webkit-filter: invert();
        filter: invert();
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }

    #FV_area #FV_main #promo_movie {
        position: relative;
        width: 100%;
        height: 0;
        padding-bottom: 56.25%;
    }

    #FV_area #FV_main #promo_movie .movie_inner {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    #FV_area #FV_main #promo_movie .overlay,
    #FV_area #FV_main #promo_movie #yt_player_pc,
    #FV_area #FV_main #promo_movie #yt_player_sp {
        width: 100%;
        height: 100%;
    }
    
    #FV_area #FV_main #promo_movie .overlay{
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
    }

    #FV_area #FV_main #promo_movie #yt_player_sp {
        display: none;
    }

    #FV_area #FV_main #promo_banner {
        margin-top: 60px;
        background-color: #f5f5f5;
    }
    
    #FV_area #FV_main #promo_banner img {
        width: 100%;
    }

    #FV_area #FV_main #promo_banner .title {
        margin-top: 20px;
    }
    
    #FV_area #FV_main #promo_banner .title .txt_l {
        font-size: 29px;
        font-weight: bold;
        line-height: 1.6;

    }

    #FV_area #FV_main #promo_banner .title .txt_s {
        margin-top: 6px;
        font-size: 12px;
        line-height: 1.7;
    }

    /*==== CONTENTS ====*/
    .container_ h2 {
        position: relative;
        padding: 0 0 0 42px;
        margin-bottom: 40px;
        font-size: 34px;
        font-weight: 700;
        text-align: left;
        letter-spacing: 0.05em;
    }

    .container_ h2::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        width: 28px;
        height: 2px;
        background-color: #000;
        margin-top: -1px;
    }

    .btn_viewmore {
        padding-top: 40px;
        text-align: right;
        font-size: 18px;
        font-weight: 500;
        font-family: var(--font_family_en);
    }

    .btn_viewmore a {
        position: relative;
        padding: 5px 48px 5px 0;
    }

    .btn_viewmore a .arrow {
        position: absolute;
        bottom: 50%;
        right: 4px;
        width: 35px;
        height: 7px;
        margin-bottom: -1px;
    }

    .btn_viewmore a .arrow::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-right: 1px solid #000;
        border-bottom: 1px solid #000;
        transform: skew(40deg);
        box-sizing: border-box;
    }

    .btn_viewmore a:hover .arrow::after {
        animation: anm_btn_viewmore 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    }

    @keyframes anm_btn_viewmore {
        0% {
            width: 100%;
        }
        1% {
            width: 0px;
        }
        100% {
            width: 100%;
        }
        
    }
    
    #block_of_top_free1 {
        padding: 100px 0;
        margin: 0 auto;
    }

    .top_wrap_.topbg_ {
        width: 90%;
        max-width: 1800px;
        margin: 0 auto;
    }

    .features_line_ ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .features_line_ ul li {
        width: 32%;
        list-style: none;
        margin-top: 2em;
        margin-right: 2%;
        text-align: left;
        padding-bottom: 1%;
    }

    .features_line_ ul li:nth-child(3n) {
        margin-right: 0;
    }

    .features_line_ ul li p {
        padding: 0.25em;
    }
    
    .features_line_ ul li .txt_l {
        padding-top: 0.5em;
        font-size: 18px;
        font-weight: bold;
        line-height: 1.5;
    }

    .features_line_ ul li .txt_s {
        padding-top: 0;
        font-size: 12px;
        letter-spacing: normal;
        line-height: 1.7;
    }

    .features_line_ ul li img {
        width: 100%;
    }

    /*==== NEWS ====*/
    #block_of_topic .topiclist_ {
        width: 90%;
        max-width: 1800px;
    }

    #block_of_topic .topiclist_ .topiclist_body_ {
        padding-bottom: 0;
    }

    #block_of_topic .topicline_ {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        list-style: none;
    }

    #block_of_topic .topicline_ li {
        width: 47.5%;
        margin: 2.5% 5% 2.5% 0;
    }

    #block_of_topic .topicline_ li:nth-child(2n) {
        margin-right: 0;
    }

    #block_of_topic .topicline_ li a {
        color: #000;
        text-decoration: none;
        -webkit-transition: 0.3s;
        transition: 0.3s;
        overflow: hidden;
    }

    #block_of_topic .topicline_ li a:hover {
        -webkit-transition: 0.3s;
        transition: 0.3s;
        text-decoration: underline;
    }

    #block_of_topic .topicline_ li a:hover .img_,
    #block_of_topic .topicline_ li a:hover .desc_ {
        -webkit-transition: 0.3s;
        transition: 0.3s;
        opacity: 0.8;
    }

    #block_of_topic .topicline_ .item_ {
    }

    #block_of_topic .topicline_ .img_ {
        width: 47%;
        float: left;
    }

    #block_of_topic .topicline_ .img_ img {
        width: 100%;
        border: 1px solid #ececec;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    #block_of_topic .topicline_ .desc_ {
        text-align: left;
        display: block;
        width: 47%;
        position: relative;
        float: right;
    }

    #block_of_topic .topicline_ .desc_ .day_ {
        margin-top: 5px;
        font-size: 11pt;
        font-weight: 400;
    }

    #block_of_topic .topicline_ .desc_ .icon_ {
        position: absolute;
        right: 0;
        top: 0;
        display: block;
    }

    #block_of_topic .topicline_ .desc_ .icon_ img {
        height: 23px;
        width: auto;
    }

    #block_of_topic .topicline_ .desc_ .title_ {
        margin-top: 0px;
        font-size: 18px;
        font-weight: 700;
        line-height: 1.5;
    }

    #block_of_topic .topicline_ .desc_ .text_ {
        margin-top: 8px;
        font-size: 12px;
        line-height: 1.7;
        letter-spacing: normal;
    }

    #block_of_topic .view_all_ {
        margin-top: 60px;
        font-size: 12pt;
    }

    /*==== HISTORY ====*/
    #block_of_history {
        width: 90%;
        max-width: 1800px;
        margin: 0 auto 160px;
    }

    #block_of_history .history_bnr {
        width: 100%;
        vertical-align: bottom;
    }

    #block_of_history .history_txt {
        padding-top: 24px;
        font-size: 12px;
    }


    .sp {
        display: none !important;
    }
}

@media only screen and (max-width: 750px) {
    .pc {
        display: none !important;
    }

    #header {
        display: block;
    }

    #FV_area {
        width: 100%;
        padding-top: 42px;
        background: #eee;
        position: relative;
    }


    #FV_area #FV_main {
        height: 100%;
        text-align: center;
        margin-left: 0px;
        background-color: #fff;
    }

    #FV_area #FV_main #promo_movie {
        position: relative;
        width: 100%;
        height: auto;
        aspect-ratio: 9 / 16;
    }

    #FV_area #FV_main #promo_movie .movie_inner {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    #FV_area #FV_main #promo_movie .overlay,
    #FV_area #FV_main #promo_movie #yt_player_pc,
    #FV_area #FV_main #promo_movie #yt_player_sp {
        width: 100%;
        height: 100%;
    }
    
    #FV_area #FV_main #promo_movie .overlay{
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
    }

    #FV_area #FV_main #promo_movie #yt_player_pc {
        display: none;
    }

    #FV_area #FV_main #promo_movie #yt_player_sp {
        display: block;
    }

    #FV_area #FV_main #promo_banner {
        margin-top: 12%;
        padding-bottom: 6%;
        background-color: #f5f5f5;
    }
    
    #FV_area #FV_main #promo_banner img {
        width: 100%;
    }

    #FV_area #FV_main #promo_banner .title {
        margin-top: 14px;
    }
    
    #FV_area #FV_main #promo_banner .title .txt_l {
        font-size: 28px;
        font-weight: bold;
        line-height: 1.6;
    }

    #FV_area #FV_main #promo_banner .title .txt_s {
        padding-top: 2px;
        font-size: 12px;
        line-height: 1.7;
    }

    /*==== CONTENTS ====*/
    .container_ h2 {
        position: relative;
        padding: 0 0 0 calc(28px + 3%);
        margin-bottom: 30px;
        font-size: 24px;
        font-weight: 700;
        text-align: left;
        letter-spacing: 0.05em;
    }

    .container_ h2::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 3%;
        width: 20px;
        height: 2px;
        background-color: #000;
        margin-top: -1px;
    }

    .btn_viewmore {
        padding: 35px 3% 0 0;
        text-align: right;
        font-size: 0.95em;
        font-weight: 500;
        font-family: var(--font_family_en);
    }

    .btn_viewmore a {
        position: relative;
        padding: 5px 38px 5px 0;
    }

    .btn_viewmore a .arrow {
        position: absolute;
        bottom: 50%;
        right: 4px;
        width: 25px;
        height: 5px;
        margin-bottom: -1px;
    }

    .btn_viewmore a .arrow::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-right: 1px solid #000;
        border-bottom: 1px solid #000;
        transform: skew(40deg);
        box-sizing: border-box;
    }

    #block_of_top_free1 {
        padding: 120px 0;
        width: 100%;
        margin: 0 auto;
    }

    #block_of_top_free1 .anniv_60th {
        width: 100%;
    }

    .features_line_ ul {
        display: flex;
        flex-wrap: wrap;
        padding: 2% 3%;
    }

    .features_line_ ul li {
        list-style: none;
        width: 48.7%;
        margin-top: 3%;
        margin-right: 2.6%;
        font-size: 1em;
        text-align: left;
        /* border-radius: 5%; */
        position: relative;
        padding-bottom: 1em;
        /* box-shadow: 2px 2px 2px #ececec */
    }

    .features_line_ ul li:nth-child(2n) {
        margin-right: 0;
    }

    .features_line_ ul li a {
        color: #000;
    }

    .features_line_ ul li p {
        padding: 0.8em 0.2em 0.4em;
        box-sizing: border-box;
        display: block;
        width: 100%;
        /* background: linear-gradient(0deg, rgb(255, 255, 255, 1), rgb(255, 255, 255, 1) 70%, rgb(255, 255, 255, 0.5) 90%, rgb(255, 255, 255, 0) 100%); */
    }

    .features_line_ ul li .txt_l {
        font-size: 15px;
        font-weight: bold;
        line-height: 1.6;
    }

    .features_line_ ul li .txt_s {
        padding-top: 0;
        font-size: 10px;
        line-height: 1.7;
        letter-spacing: normal;
    }


    .features_line_ ul li img {
        width: 100%;
        vertical-align: bottom;
        /* border-radius: 5px 5px 0 0; */
    }

    /*==== NEWS ====*/
    #block_of_topic {
        margin: 0 auto;
    }

    #block_of_topic .topiclist_ .topiclist_head_ h2 {
        font-size: 25px;
    }

    #block_of_topic .topiclist_ .topiclist_head_ h2 span {
        font-size: 12pt;
        display: block;
        font-weight: 400;
        margin-top: 10px;
    }

    #block_of_topic .topicline_ {
        list-style: none;
        padding: 2%;
    }

    #block_of_topic .topicline_ li {
        width: 100%;
        margin-right: 2%;
        margin-top: 5%;
        min-width: 200px;
        overflow: hidden;
    }

    #block_of_topic .topicline_ li:first-child {
        margin-top: 2%;
    }

    #block_of_topic .topicline_ li a {
        color: #000;
        text-decoration: none;
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }

    #block_of_topic .topicline_ li a:hover {
        -webkit-transition: 0.3s;
        transition: 0.3s;
        text-decoration: underline;
    }

    #block_of_topic .topicline_ li a:hover .img_,
    #block_of_topic .topicline_ li a:hover .desc_ {
        -webkit-transition: 0.3s;
        transition: 0.3s;
        opacity: 0.8;
    }

    #block_of_topic .topicline_ .img_ {
        width: 45%;
        float: left;
    }

    #block_of_topic .topicline_ .img_ img {
        width: 100%;
        border: 1px solid #ececec;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    #block_of_topic .topicline_ .desc_ {
        text-align: left;
        display: block;
        width: 49%;
        margin-top: -4px;
        position: relative;
        float: right;
    }

    #block_of_topic .topicline_ .desc_ .day_ {
        margin-top: 2px;
        font-size: 8.5pt;
        font-weight: 400;
        text-align: left;
    }

    #block_of_topic .topicline_ .desc_ .icon_ {
        position: absolute;
        right: 0;
        top: 0;
        display: block;
    }

    #block_of_topic .topicline_ .desc_ .icon_ img {
        height: 23px;
        width: auto;
    }

    #block_of_topic .topicline_ .desc_ .title_ {
        margin-top: 0px;
        font-size: 15px;
        font-weight: 700;
        line-height: 1.6;
    }

    #block_of_topic .topicline_ .desc_ .text_ {
        margin-top: 8px;
        font-size: 10px;
        line-height: 1.7;
        letter-spacing: normal;
    }


    /*==== HISTORY ====*/
    #block_of_history {
        width: 94%;
        margin: 0 auto 75px;
    }

    #block_of_history .history_bnr {
        vertical-align: bottom;
        width: 100%;
    }

    #block_of_history .history_txt {
        padding-top: 18px;
        font-size: 12px;
    }

}