@charset "utf-8";
/* CSS Document */


.adidas_clubbk {
    margin-left: 0;
    position: relative;

}

.sp_none {
    display: block;
}

.pc_none {
    display: none;
}

#club_bk {
background: #bdbdbd;
background: linear-gradient(23deg, rgba(189, 189, 189, 1) 0%, rgba(57, 55, 64, 1) 82%, rgba(34, 33, 39, 1) 100%);
}

*::-ms-backdrop,
.adidas_clubbk {
    margin-left: 60px;
    /* IE11 */
    position: relative;
}


.adidas_clubbk img {
    width: 100%;
}


.club_main img {
    width: 100%;
}

.club_main {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    background: #fafafa;
}


.club2021_product-date {
    line-height: 160%;
    color: #111;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    border-top: 1px solid #ccc;
    width: 90%;
    margin: 10px auto 0 auto;
    padding-top: 10px;
}



.club-fcb01 {
    position: relative;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    /*    margin-top: 55px;*/
}

.fvwrap {
    max-width: 1920px;
    overflow: visible;
}

.club-fcb01 img {
    position: relative;
    /*    left: calc( (100% - 1920px) / 2.0 );*/
    top: 0;
    width: 1920px;
}

/*----- ▼TXT ---------*/
.club1920_txtarea {
    position: relative;
    max-width: 1240px;
    padding: 35px 0;
    margin: 0 auto;
    text-align: center;
    background: #111;
    color: #fff;
}

.club1920_txtb {
    list-style: 1.5;
    padding: 0 1.2em;
    font-size: 31px;
    margin-top: 30px;
}

.club1920_txts {
    list-style: 1.5;
    padding: 0 1.2em;
    font-size: 18px;
    margin-top: 8px;
    line-height: 1.8;
}

.club1920_txt {
    line-height: 160%;
    font-size: 19px;
    color: #fff;
    padding-bottom: 10px;
    letter-spacing: 2px;
}

.club1920_txt span {
    margin-left: 5px;
}

.club1920_txt2 {
    line-height: 160%;
    font-size: 15px;
    color: #fff;
    padding-bottom: 10px;
    letter-spacing: 2px;
}

.club1920_ttl {
    font-size: 60px;
    margin-bottom: 10px;
    line-height: 100%;
    color: #fff;
    letter-spacing: 4px;
    font-family: "adineuePRO", 'Poppins', sans-serif;
}


/*----- ▲TXT ---------*/

.club2021_schedule-area {
    margin: 40px auto 0;
    padding: 0;
    width: 80%;
    max-width: 860px;
    color: #111;
    padding: 2.5em;
    text-align: center;
    background: #ececec;
    box-sizing: border-box;
}

.club2021_schedule-ttl {
    font-size: 40px;
    font-weight: bold;
    letter-spacing: 1px;
}

.club2021_schedule-ttl span {
    display: block;
    font-size: 13px;
    font-weight: bold;
    margin-left: 10px;
}

.club2021_schedule-txt {
    font-size: 14px;
    color: #111;
    line-height: 160%;
    border-bottom: 1px solid #ccc;
    padding: 15px 0 5px;
}

.club2021_schedule-txt div {
    color: #111;
    font-weight: bold;
    font-size: 16px;
}

.club2021_schedule-txts {
    font-size: 13px;
    color: #555;
    margin-top: 5px;
}

.club2021_lineup-ttl {
    font-size: 40px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    letter-spacing: 1px;
    padding-top: 30px;
}


.product_ttl_hdbn {
    margin: 60px auto 20px;
}

.club2021_product-ttl {
    color: #111;
    font-weight: bold;
    letter-spacing: 1px;
    text-align: center;
    position: relative;
    /*padding: 0 55px;*/
    line-height: 0;
    padding-top: 30px;
}

.club2021_product-ttl:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 76%;
    width: 100%;
    height: 3px;
    margin-top: -2px;
    background: #111;

}

.club2021_product-ttl .line {
    font-size: 50px;
    position: relative;
    background: #fafafa;
    padding: 5px;
    display: :block;

}

.small {
    position: relative;
    font-size: 14px;
    color: #111;
    font-weight: 600;
    display: block;
    text-align: center;
    z-index: 1;
    padding-top: 15px;
}

.club2021_product-area {
    width: 90%;
    margin: 30px auto 0;
    padding: 0;
    max-width: 1200px;
}


.club-product-img {
    position: relative;
}

.club-product-img img {
    margin: 0;
    padding: 0;
}

.club-product-img:hover .img-hover {
    opacity: 1;
}

.club-product-img .img-hover {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 2;
    transition: all .5s ease;
}



ul.club2021_product-list2,
ul.club2021_product-list3 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    margin: 25px auto 50px auto;
    justify-content: space-between;
    max-width: 800px;
}

ul.club2021_product-list3 {
    justify-content: center;
}

ul.club2021_product-list2::after {
    content: "";
    display: block;
    width: 30%;
}

ul.club2021_product-list2::before {
    content: "";
    display: block;
    width: 30%;
    order: 1;
}


ul.club2021_product-list2>li,
ul.club2021_product-list3>li {
    width: 45%;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    margin-bottom: 60px;
}

.junior-ico {
    font-size: 0.8em;
    padding: 8px;
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    color: #df3745;
    font-weight: 600;
    z-index: 3;
}

.space_height {
    height: 50px;
}

ul.club2021_product-list2 a,
ul.club2021_product-list3 a {
    text-decoration: none;
    /*	color:#fff;*/
}

ul.club2021_product-list2 a:hover,
ul.club2021_product-list3 a:hover {
    /*	color:#ccc;*/
}


ul.club2021_product-list4 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    width: 97%;
    margin: 0 auto;
}

ul.club2021_product-list4 li {
    float: left;
    width: 24%;
    margin: 0 auto 60px auto;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}


ul.club2021_product-list4::after {
    content: "";
    display: block;
    width: 24%;
}

ul.club2021_product-list4::before {
    content: "";
    display: block;
    width: 24%;
    order: 1;
}


ul.club2021_product-list4:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

ul.club2021_product-list4 a {
    text-decoration: none;
    /*color:#fff;*/
}


ul.club2021_product-iconlist {
    list-style-type: none;
    margin: 20px auto 0 auto;
    padding: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

ul.club2021_product-iconlist li {
    padding: 0;
    display: flex;
}


ul.club2021_product-iconlist-center {
    list-style-type: none;
    margin: 20px auto 0 auto;
    padding: 0;
    width: 100%;
    display: flex;
    justify-content: center;
}

ul.club2021_product-iconlist-center li {
    padding: 0;
    display: flex;
}

.club2021_product-icon30 {
    width: 33% !important;
}

.club2021_product-icon70 {
    width: 63% !important;
}

.club2021_product-icon-col1 {
    width: 60% !important;
    margin: 0 auto;
}

.club2021_product-icontxt {
    color: #fff;
    background: #000;
    width: 100%;
    font-size: 11px;
    padding: 8px 0;
    text-align: center;
    /*	min-width:140px;*/
    min-width: 108px;
}



.club2021_product-buy {
    margin: 30px auto 0;
    text-align: center;
}

.club2021_product-buy a {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    /*	border-radius:5px;*/
    padding: 17px 0;
    width: 100%;
    min-width: 215px;
    display: block;
    background: #222;
    text-align: center;
}

.club2021_product-buy a span {
    font-size: 12px;
    font-weight: normal;
    margin-left: 5px;
}

.club2021_product-buy a:hover {
    background: #fed104;
    color: #111;
}

/*.club2021_product-buy a:before{
	content: '\f105';
	display: inline-block;
	font-family: FontAwesome;
}*/

.club2021_product-name {
    font-size: 16px;
    color: #111;
    line-height: 150%;
    font-weight: bold;
    width: 90%;
    margin: 10px auto 5px auto;
}

.club2021_product-name span {
    font-size: 12px;
    color: #666;
    display: block;
    margin-top: 3px;
    line-height: 1.55;
}

.club2021_product-name2 {
    font-size: 15px;
    color: #111;
    line-height: 160%;
    width: 90%;
    margin: 10px auto 5px auto;
    font-weight: bold;
}

.club2021_product-name2 span {
    font-size: 12px;
    color: #666;
    display: block;
    margin-top: 3px;
    line-height: 1.2;
}


.club2021_product-price {
    font-size: 16px;
    color: #222;
    font-weight: bold;
    width: 90%;
    margin: 0 auto;
}

.club2021_product-price span {
    font-size: 12px;
}

.club2021_product-price2 {
    font-size: 14px;
    color: #222;
    font-weight: bold;
    width: 90%;
    margin: 0 auto;
}

.club2021_product-pric2 span {
    font-size: 11px;
}

.club2021_productlist-area {
    margin-bottom: 100px;
}


/*------▼GALLERY01--------*/
.club1920_photoarea {
    padding: 20px 0 40px;
}

ul.club1920_photo {
    list-style-type: none;
    margin: 20px auto;
    padding: 0;
    position: relative;
    display: flex;
    flex-wrap: wrap;
}

ul.club1920_photo li {
    margin: -4px auto 0;
    padding: 0;
    position: relative;
    width: 33.33%;
    overflow: hidden;
    height: auto;
}

ul.club1920_photo li img:hover {
    transform: scale(1.1, 1.1);
}


ul.club1920_photo li img {
    width: 100%;
    transition: 0.5s;
}

/*------▼GALLERY01--------*/

.club-morebt a {
    color: #fff;
    padding: 20px 0 17px 0;
    font-size: 20px;
    font-weight: bold;
    margin: 0 auto 110px auto;
    width: 650px;
    display: block;
    text-align: center;
    text-decoration: none;
    letter-spacing: 1px;
    line-height: 110%;
}

.club-morebt a:link {
    background: #222222;
}

.club-morebt a:visited {
    background: #222222;
}

.club-morebt a:hover {
    background: #fed104;
    color: #111;
}

.club-morebt span {
    display: block;
    font-size: 14px;
    font-weight: normal;
}

.club-morebt01 {
    margin-top: -70px;

}

.club-morebt01 a {
    color: #000;
    padding: 20px 0 17px 0;
    font-size: 20px;
    font-weight: bold;
    margin: 0 auto;
    width: 650px;
    display: block;
    text-align: center;
    text-decoration: none;
    letter-spacing: 1px;
    line-height: 110%;
}

.club-morebt01 a:link {
    background: #fff;
}

.club-morebt01 a:visited {
    background: #fff;
}

.club-morebt01 a:hover {
    background: #999;
}

.club-morebt01 span {
    display: block;
    font-size: 14px;
    font-weight: normal;
}

/*----------------------
　　　　　MOVIE
---------------------*/

.section {
    display: block;
    width: 100%;
    height: 600px;
    float: left;
    position: relative;
    text-align: center;
    margin: 0 auto;
    padding: 0;
    background: #000;
}

.section a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 600px;
    text-align: center;
    margin: 0 auto;
    padding: 0;
}

.section a:hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 600px;
    opacity: 0.6;
    filter: alpha(opacity=60);
    -ms-filter: "alpha(opacity=60)";
    background: #000;
}

.section img {
    margin: 0 auto;
    padding: 0;
    text-align: center;
    bottom: 250px;
    left: 0;
    position: absolute;
    width: 100%;
}

.club2021_schedule-txt-attention {
    font-size: 12px;
    color: #222;
    margin-top: 15px;
}


.club2021_product-icon {
    text-align: center;
    width: 100%;
}

.club2021_product-icon-1 {
    color: #fff;
    background: #000;
    /* width: 100%; */
    font-size: 11px;
    padding: 8px 0;
    text-align: center;
    min-width: 110px;
    display: inline-block;
    margin: 20px auto 0;
}

.senkou {
    color: #fff !important;
    background: #df3745 !important
}

.footer {
    background: #fff;
}

.club2023-txt {
    font-size: 17px;
    color: #222;
    text-align: center;
    margin: 37px 0 10px;
    line-height: 1.9;
}



/*　-------------------------
     SP スマホ
-----------------------------　*/

@media screen and (max-width: 768px) {

    .sp_none {
        display: none;
    }

    .pc_none {
        display: block;
    }


    .adidas_clubbk {
        margin-left: 0;
        position: relative;
        /*background:#000;*/
        background-size: 100%;
    }

    .club_main img {
        width: 100%;
    }

    .club-fcb01 img {
        width: 100%;
        left: 0;
    }

    .club-fcb01 {
        /*     margin-top: 50px;*/
    }

    .club1920_txtarea {
        margin: 0 auto;
        padding: 35px 10px;
    }

    .club1920_txt {
        font-size: 15px;
    }

    .club1920_ttl {
        font-size: 35px;
    }

    .club-morebt a {
        line-height: 110%;
        padding: 20px 0 17px 0;
        font-size: 22px;
        font-weight: bold;
        margin: 0 auto 60px auto;
        width: 90%;
        letter-spacing: 1px;
    }

    .club2021_schedule-area {
        margin: 50px auto;
        width: 90%;
        padding: 30px 5%;
    }

    /*
.club2021_schedule-ttl{
	font-size:30px;
	font-weight:bold;
	letter-spacing:1px;
	text-align:center;
}
.club2021_schedule-ttl span{
	font-size:12px;
	font-weight:normal;
	margin-left:10px;
	display:block;
}

.club2021_schedule-txt{
	font-size:14px;
	color:#fff;
	line-height:160%;
	border-bottom:1px solid #555;
	padding:15px 0;
}

.club2021_schedule-txt div{
	color:#ccc;
	font-weight:bold;
	font-size:13px;
	margin-bottom:3px;
}*/



    .club2021_product-ttl .line {
        font-size: 30px;
    }

    .club2021_lineup-ttl {
        font-size: 30px;
        font-weight: bold;
        color: #fff;
        text-align: center;
        letter-spacing: 1px;
        padding-top: 30px;
    }

    .club2021_product-ttl {
        font-size: 21px;
        margin-top: 50px;
    }

    .club2021_product-ttl span {
        /*font-size:12px;
	color:#fff;
	font-weight:normal;
	display:block;*/
    }

    .club2021_product-area {
        width: 95%;
        margin: 0 auto;
        padding: 0;
        max-width: 1200px;
    }

    ul.club2021_product-list2,
    ul.club2021_product-list3 {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: -moz-flex;
        display: flex;
        -webkit-box-lines: multiple;
        -moz-box-lines: multiple;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        position: relative;
        width: 90%;
        margin: 20px auto 0 auto;
    }


    ul.club2021_product-list2 li,
    ul.club2021_product-list3 li {
        /*float:left;*/
        width: 100%;
        margin: 0 auto 60px auto;
        text-align: center;
        justify-content: center;
    }


    ul.club2021_product-list2 a,
    ul.club2021_product-list3 a {
        text-decoration: none;
        /*	color:#fff;*/
    }

    ul.club2021_product-list2 a:hover,
    ul.club2021_product-list3 a:hover {
        /*	color:#ccc;*/
    }


    ul.club2021_product-list4 {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: -moz-flex;
        display: flex;
        -webkit-box-lines: multiple;
        -moz-box-lines: multiple;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        position: relative;
        /*	width:97%;*/
        margin: 20px auto 0 auto;
    }

    ul.club2021_product-list4 li {
        float: left;
        width: 49%;
        margin: 0 auto 50px auto;
        text-align: center;
    }

    ul.club2021_product-list4:after {
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
    }

    ul.club2021_product-list4 a {
        text-decoration: none;
        /*	color:#fff;*/
    }


    ul.club2021_product-iconlist {
        list-style-type: none;
        margin: 10px auto 0 auto;
        padding: 0;
        /*	width:90%;*/
    }

    ul.club2021_product-iconlist li {
        float: left;
        margin: 0 auto 5px auto;
        padding: 0;
        /*	width:100% !important;*/
    }

    ul.club2021_product-iconlist-center {
        list-style-type: none;
        margin: 10px auto 0 auto;
        padding: 0;
        /*	width:90%;*/
    }

    ul.club2021_product-iconlist-center li {
        float: left;
        margin: 0 auto 5px auto;
        padding: 0;
        /*	width:100% !important;*/
    }


    /*.club2021_product-icon30{
	width:30% !important;
}*/
    .club2021_product-icon70 {
        width: 70% !important;
    }

    .club2021_product-icontxt {
        width: 95%;
        font-size: 11px;
        text-align: center;
        margin: 0 auto;
    }

    .club2021_product-list4 .club2021_product-buy {
        width: 88%;
    }

    .club2021_product-buy {
        margin-top: 15px;
        width: 76%;
    }

    .club2021_product-buy a {
        font-size: 22px;
        font-weight: bold;
        /*	border-radius:5px;*/
        width: 100%;
        margin: 0 auto;
        display: block;
        text-align: center;
        min-width: fit-content;
    }

    .club2021_product-buy a span {
        font-size: 11px;
        font-weight: normal;
        margin-left: 5px;
    }


    .club2021_product-buy a:before {
        content: '\f105';
        display: inline-block;
        font-family: FontAwesome;
    }

    .club2021_product-name {
        font-size: 15px;
        /*	width:90%;*/
        margin: 10px auto 5px auto;
    }

    .club2021_product-name span {
        font-size: 10px;
        display: block;
        margin-top: 3px;
    }

    .club2021_product-name2 {
        font-size: 14px;
        line-height: 170%;
        width: 90%;
        margin: 10px auto 5px auto;
    }


    .club2021_product-price {
        font-size: 15px;
        /*	width:90%;*/
        margin: 0 auto;
    }

    .club2021_product-price span {
        font-size: 11px;
    }

    .club2021_product-price2 {
        font-size: 14px;
        width: 90%;
        margin: 0 auto;
    }

    .club2021_product-price2 span {
        font-size: 11px;
    }

    .club2021_productlist-area {
        margin-bottom: 50px;
    }

    .club2021_line {
        border-width: 1px 0 0 0;
        width: 95%;
        margin: 0 auto;
    }

    .club2021_morearea {
        padding-top: 30px;
    }

    .club1920_photoarea {
        padding: 0;
    }

    /*ul.club1920_photo li{
        width: 33.3%;
    }   */

    ul.club1920_photo {
        margin: 35px 0 45px;
        display: block;
        white-space: nowrap;
        /*    padding-left: 10px;*/
        overflow-x: auto;
    }

    ul.club1920_photo li {
        width: 70%;
        white-space: nowrap;
        display: inline-block;
    }


    .hacked_index-moviesp img {
        max-width: 100%;
    }

    .section {
        display: block;
        width: 100%;
        height: 400px;
        float: left;
        position: relative;
        text-align: center;
        margin: 0 auto;
        padding: 0;
    }

    .section a {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 400px;
        text-align: center;
        margin: 0 auto;
        padding: 0;
    }

    .section a:hover {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 400px;
        opacity: 0.6;
        filter: alpha(opacity=60);
        -ms-filter: "alpha(opacity=60)";
        background: #000;
    }

    .section img {
        margin: 0 auto;
        padding: 0;
        text-align: center;
        bottom: 250px;
        left: 0;
        position: absolute;
        width: 100%;
    }

    .club1920_txtb {
        padding: 0;
        font-size: 21px;
    }


    .club1920_txts {
        padding: 0 10px;
        font-size: 16px;
        margin-top: 12px
    }

    .club2021_schedule-txt div {
        font-size: 15px;
    }


    .club2023-txt {
        font-size: 13px;
        letter-spacing: 0;
        margin: 28px 0 0;
    }


    .product_ttl_hdbn {
        margin: 35px auto 20px;
    }

}