@charset "utf-8";
/* CSS Document */


@media only screen and (min-width: 751px) {
    #FV_area {
        width: 100%;
        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 #KeyVisual {
        width: 100%;
        display: grid;
        padding-top: 85px;
    }

    #FV_area #KeyVisual .swiper-container {
        width: 100%;
        top: 0;
        left: 0;
        position: relative;
    }

    #FV_area #KeyVisual .swiper-container .swiper-wrapper {
        width: 100%;
        top: 0;
        left: 0;
    }

    #FV_area #KeyVisual .swiper-container .swiper-wrapper .swiper-slide img {
        width: 100%;
    }

    /*==== CONTENTS ====*/
    #block_of_top_free1 {
        padding: 100px 0;
        margin: 0 auto;
    }

    .top_wrap_.topbg_ {
        width: 100%;
        max-width: 1000px;
        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;
    }

    .features_line_ ul li:nth-child(3n) {
        margin-right: 0;
    }

    .features_line_ ul li p {
        padding: 0.25em;
    }


    /*==== NEWS ====*/

    #block_of_topic .topiclist_ .topiclist_head_ h2 {
        font-size: 22pt;
    }

    #block_of_topic .topiclist_ .topiclist_head_ h2 span {
        font-size: 12pt;
        display: block;
        font-weight: 400;
        margin-top: 10px;
    }

    #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: 19%;
        margin-right: 1.25%;
        margin-top: 5%;
    }

    #block_of_topic .topicline_ li:nth-child(5n) {
        margin-right: 0;
    }

    #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_ 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: 100%;
        position: relative;
    }

    #block_of_topic .topicline_ .desc_ .day_ {
        margin-top: 5px;
        font-size: 11pt;
    }

    #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_ p {
        margin-top: 5px;
        font-size: 12pt;
    }

    #block_of_topic .view_all_ {
        margin-top: 60px;
        font-size: 12pt;
    }

    .sp {
        display: none !important;
    }
}

@media only screen and (max-width: 750px) {
    .pc {
        display: none !important;
    }

    #header {
        display: block;
    }

    #FV_area {
        width: 100%;
        margin-top: 57px;
        background: #eee;
        position: relative;
    }


    #FV_area #FV_main {
        height: 100%;
        text-align: center;
        margin-left: 0px;
        background-color: #fff;
    }

    #FV_area #FV_main #KeyVisual {
        width: 100%;
        position: relative;
        height: 100%;
    }

    #FV_area #KeyVisual .swiper-container {
        width: 100%;
        top: 0;
        left: 0;
        position: relative;
    }

    #FV_area #KeyVisual .swiper-container .swiper-wrapper {
        width: 100%;
        top: 0;
        left: 0;
    }

    #FV_area #KeyVisual .swiper-container .swiper-wrapper .swiper-slide img {
        width: 100%;
    }

    #FV_area #KeyVisual .swiper-container .swiper-button-next,
    #FV_area #KeyVisual .swiper-container .swiper-button-prev {
        display: none;
    }

    /*==== CONTENTS ====*/
    #block_of_top_free1 {
        padding: 120px 0;
        width: 100%;
        margin: 0 auto;
    }

    #block_of_top_free1 .anniv_60th {
        width: 100%;
    }

    .features_line_ ul {
        padding: 3%;
    }

    .features_line_ ul li {
        list-style: none;
        margin-top: 1em;
        text-align: center;
        border-radius: 5%;
        position: relative;
        padding-bottom: 1.2em;
        box-shadow: 2px 2px 2px #ececec
    }

    .features_line_ ul li a {
        color: #000;
    }

    .features_line_ ul li:nth-child(3n) {
        margin-right: 0;
    }

    .features_line_ ul li p {
        padding: 1.2em;
        box-sizing: border-box;
        position: absolute;
        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%);
        bottom: 0;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
    }


    .features_line_ ul li img {
        border-radius: 5px;
    }

    /*==== NEWS ====*/
    #block_of_topic {
        margin: 0 auto;
    }

    #block_of_topic .topiclist_ .topiclist_head_ h2 {
        font-size: 22pt;
    }

    #block_of_topic .topiclist_ .topiclist_head_ h2 span {
        font-size: 12pt;
        display: block;
        font-weight: 400;
        margin-top: 10px;
    }

    #block_of_topic .topicline_ {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        list-style: none;
        overflow-x: scroll;
        -webkit-overflow-scrolling: touch;
        padding: 2%;
    }

    #block_of_topic .topicline_ li {
        width: 30%;
        margin-right: 2%;
        margin-top: 5%;
        min-width: 200px;
    }

    #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_ 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: 100%;
        position: relative;
    }

    #block_of_topic .topicline_ .desc_ .day_ {
        margin-top: 5px;
        font-size: 11pt;
    }

    #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_ p {
        margin-top: 5px;
        font-size: 12pt;
    }

    #block_of_topic .view_all_ {
        margin-top: 60px;
        font-size: 12pt;
    }

    #block_of_topic .view_all_ a {
        color: #000;
        text-decoration: none;
        border: 1px solid #000;
        display: inline-block;
        padding: 10px 25px;
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }
}