@charset "UTF-8";

img{max-width: 100%;}

.pc_hide{display: none;}

body{background: #a01208;}

.cont{
    font-family: 'Noto Sans JP', sans-serif;
    box-sizing:border-box;
    max-width: 1200px;
	margin: 0 auto;
    width: 100%;
}

/*---header---*/
#header{
	background: #000000;
}
#header .cont{
	font-family: 'Noto Sans JP', sans-serif;
	color: #ffffff;
}

#header .cont .logo{
	max-width: 110px;
}

#header .cont .txt{
	font-weight: 500;
    font-size: 1em;
    letter-spacing: 2px;
}

#header .nike_logo{
	display: inline-block;
	margin-right: 10px;
}

#header .cont ul{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

/*---//header---*/

.MainImage img{width: 100%;}

.main-ttl h1,.main-ttl p{
    color: #ffffff;
    text-align: center;
    
}
.main-ttl{
    padding-top: 2.5rem;
    
}

.main-ttl h1{
    font-family: 'Roboto', sans-serif; 
    font-weight: bold;
    font-size: 1.875em;
    margin: 3rem auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.main-ttl h1 img{
    margin-right: 10px;
    height: 30px;
}

.main-ttl p{
    font-size: 1.5em;
    font-weight: 500;
    font-family: 'Noto Sans JP', sans-serif;
}

.federation-navi-list{
    margin-top: 3.75rem;
    margin-bottom: 7.1875rem;
}

.col4{
    margin-bottom: 4rem;
}

.federation-navi-list li{
    font-family: 'Noto Sans JP', sans-serif;
    display: inline-block;
    border: 1px solid #ffffff;
    margin-bottom: 1.875rem;
    margin-right: 4.17%;
}

.federation-navi-list li{
    width: 30%; 
}

.col4 li{
    width: 23%;
    margin-right: 2% !important;
}

.col4 li:nth-child(4n){
    margin-right: 0 !important;
}

.federation-navi-list li:nth-child(3n){
    margin-right: 0;
}

.federation-navi-list li a{
    color: #ffffff;
    display: block;
    text-align: center;
    padding:1rem 0.8rem;
    overflow: hidden;
    position: relative;
}

.federation-navi-list li a:after {
    background: #fff;
    content: "";
    height: 155px;
    left: -75px;
    opacity: .2;
    position: absolute;
    top: -50px;
    transform: rotate(35deg);
    transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
    width: 50px;
    z-index: -10;
  }

.federation-navi-list li a:hover:after{
    left: 110%;
    transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  }

.unit_title{
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-size: 6.75em;
    text-align: center;
    font-weight: 100;
}
.sub-ttl,.sub-txt{
    color: #ffffff;
    text-align: center;
    font-weight: 500;
    letter-spacing: 2.2px;
}

.sub-ttl{
    font-size: 1.25rem;
    margin-top: 1rem;
    margin: 1.7rem 0;
}

.sub-txt{
    font-size: 1rem;
    margin-bottom:3.125rem;
    line-height: 1.75;
}

.uniform-image ul{
    display: flex;
    justify-content: center;;
    margin-bottom: 4.652rem;
}

.uniform-image ul li{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
}

.reverse ul{
    flex-direction: row-reverse;
}
#DESIGN{
    margin-bottom: 9rem;
}
.uniform-image ul li{
    width: 50%;
    padding: 2% 5%;
    box-sizing: border-box;
}

.uniform-image ul li:nth-child(even){
    border-left: 1px solid #ffffff;
}

.uniform-image ul .pic-ttl{
    font-family: 'Roboto', sans-serif; 
    font-weight: bold;
    font-size: 2.125em;
    color: #ffffff;
    text-align: center;
    margin: 30px auto;;
    width: 100%;    
}


.uniform-image ul .pic-txt{
    font-size: 1em;
    color: #ffffff;
    letter-spacing: 2.5px;
    text-align:justify;
    line-height: 1.8;
}

.all-item{
    width: 70%;
    margin: 0 auto;
}

.all-item a{
    font-size: 1.0em;
    color: #ffffff;
    display: block;
    text-align: center;
    padding:1.2rem 0.8rem;
    overflow: hidden;
    position: relative;
    border: 1px solid #ffffff;
    max-width: 680px;
    margin: 30px auto 0;
    letter-spacing: 2.5px;
}

.all-item a:after{
    background: #fff;
    content: "";
    height: 155px;
    left: -75px;
    opacity: .2;
    position: absolute;
    top: -50px;
    transform: rotate(35deg);
    transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
    width: 50px;
    z-index: -10;
}

.all-item a:hover:after{
    left: 110%;
    transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  }

.concept,#LINEUP{
    margin-bottom: 9.375rem;
}

.concept ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.concept ul li{
    width: 50%;
    box-sizing: border-box;
}

.concept ul li.con-txtbox{
    color: #ffffff;
    padding-left: 5%;
    text-align: justify;
    letter-spacing: 2.5px;
    line-height: 1.8;
}

.concept ul li .con-ttl{
    font-size: 2.25em;
    font-weight: bold;
    margin-bottom: 2rem;
}

.lineup_cont{
    background: #ffffff;
    padding: 3.75rem;
}

.lineup_cont li{
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}

.lineup_cont li p{
    width: 100%;
}

.lineup_cont .home,
.lineup_cont .away{
    border-bottom: 1px solid #a01208;
}


.lineup_cont .away ul, .lineup_cont .home ul, .lineup_cont .other ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 3.75rem;
    margin: 0 auto 3.75rem;
    max-width: 840px;
}

.lineup_cont .away li, .lineup_cont .home li, .lineup_cont .other li {
    max-width: 320px;
    width: 50%;
}


.lineup_cont .other li:nth-child(n+9){
    margin-bottom: 0;
}

.uniform_title{
   font-family: 'Roboto', sans-serif; 
   font-size: 3.375em;
   font-weight: 100; 
   color: #a01208;
   margin: 3.75rem auto;
    text-align: center;
}

.ico-wrap{
   text-align: center; 
   margin: 20px auto 0;
}
.ico-wrap span{
    display: inline-block;
    font-size: .8em;
    padding: 3px 5px;
    margin-right: 10px;
}

.ico-wrap span:last-child{
    margin-right: 0px;
}

.icotxt-home{
    background: #a01208;
    color: #ffffff;
}

.icotxt-away{
    border: 1px solid #a01208;
    color: #a01208;
    box-sizing: border-box;
}

.icotxt-junior{
    background: #b9ff3c;
    color: #001f9a;
  }


.item-ttl{
    margin: 20px auto;
    font-weight: 400;
    font-size: 1em;
    text-align: center;
}

.item-eng{
    font-family: 'Roboto', sans-serif; 
    font-size: 0.875em;
    margin-bottom: 20px;
    font-weight: 500;
    text-transform:uppercase;
    color: #8a8a8a;
    font-weight: 300;
}

.price{
    font-size: 1.125rem;
    font-weight: 700;    
}

.cart-btn a{
    display: block;
    max-width: 296px;
    padding: .8rem;
    border: 2px solid #64b7b7;
    box-sizing: border-box;
    margin: 20px auto 0;
    color: #64b7b7;
    
}

.cart-btn a:hover{
    background: #64b7b7;
    color: #ffffff;
}


/*--GALLERY--*/

h3#GALLERY{
    color: #ffffff;
    margin: 7.5rem auto 3.125rem;
}
.gallery{
    margin-bottom:4.5rem; 
}

.gallery .photo{
    padding: 0;
    position: relative;
    display: flex;
    flex-wrap: wrap;
}

.gallery .photo li{
    margin: 0 auto;
    padding: 0;
    position: relative;
    width: 25%;
    overflow: hidden;
    height: auto;
}
.gallery .photo li img{
    width: 100%;
    transition: 0.5s;
}
.gallery .photo li img:hover{
    transform: scale(1.1, 1.1);
}

.gallery .notice{
    color: #ffffff;
    font-size: .8rem;
    margin-top: 20px;
}

/*--FOOTER--*/

footer .copyright{
    background: #2e2e2e;
    padding: 10px 0;
 
}
footer .cont_copyright{
    max-width: 1200px;
    width: 100%;
    position: relative;
    margin: 0 auto;
}

footer .copyright p{
    color: #ffffff;
    font-size: 12px;
    text-align: center;
}

footer .copyright ul{
    position: absolute;
    right: 0px;
    top:-3px;
    display: flex;
    width: 8%;
    justify-content: space-between;
}

.copyright ul li img{
    width: 20px;
}

/*--//FOOTER--*/

@media screen and (max-width:768px){
    .pc_hide{display: block;}
    .sp_hide{display: none;}
    .cont{padding: 0 20px;}
    
    
    #header .cont .txt{
        font-size: .8rem;
        text-align: right;
    }
    #header .cont .logo{
        width: 25%;
    }
    #header .nike_logo{
        width: 20%;
    }
    
    /*--MENU--*/
    
    .child {
    display: none;
}
    
    .sp-federation-navi-list{
        font-family: 'Noto Sans JP', sans-serif;
        margin: 0 auto;
        width: 80%;
        margin-top: 3.75rem;
        margin-bottom: 7.1875rem;
        border: 1px solid #ffffff;

    }
    .sp-federation-navi-list .menu{
        position: relative;
        display:block;
    }
    .sp-federation-navi-list .menu::after{
        content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
  -ms-transform: rotate(136deg);
  -webkit-transform: rotate(136deg);
  transform: rotate(136deg);
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -6px;
    }
    
     .sp-federation-navi-list .menu.active::after{
      -ms-transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg);
    }
    
    .sp-federation-navi-list li a{
        color: #ffffff;
        display: block;
        text-align: center;
        padding: 1rem 0.8rem;
    }
    
    .sp-federation-navi-list .child li a{
         border-bottom: 1px dotted #ffffff;
    }
    .sp-federation-navi-list .child li:last-child a{
         border-bottom: 0;
    }
    
    
    /*--//MENU--*/
    
    .unit_title{
        font-size: 3.75em;
    }
    .uniform_title{
        margin: 2rem auto;
    }

    .uniform-image ul{
        flex-wrap: wrap;
        margin-bottom: 0;
    }
    .uniform-image ul li{
        width: 100%;
        padding: 5%;
        align-items: flex-start;
    }
    
    .uniform-image ul li:nth-child(even){
       border-left: none;
       border-top: 1px solid #ffffff;
        padding-top: 4rem;
    }
    
    .uniform-3col-list ul li{
        width: 49%;
        padding: 30px 10px;
        margin-bottom: 20px;
    }
    #DESIGN{
        margin-bottom: 3rem;
    }
    .concept ul li{
        width: 100%;
        text-align: center;
    }
    .concept ul li.con-txtbox{
      padding-top: 2rem;
      padding-left: 0;  
    }
    
    .concept ul li .con-ttl{
        font-size: 1.8rem;
    }
    
    .lineup_cont{
        padding: 30px 20px;
    }
    
    .lineup_cont .home ul,
    .lineup_cont .away ul,
    .lineup_cont .other ul{
        padding-bottom: 2rem;
        margin:0 auto;
    }
    .lineup_cont li{
        align-items: flex-start;
    }
    
    .lineup_cont .home li,
    .lineup_cont .away li{
        width: 90%;
        margin:0 auto 30px;
    }    
    
    .lineup_cont .other li{
        width: 48%;
    }
    
    .lineup_cont .other li:nth-child(odd){
        margin-right: 4%;
    }
    
    .concept, #LINEUP{
        margin-bottom: 4rem;
    }
    
    .list-ttl,.price{
        font-size: 1em;
    }
    .list-txt{
        font-size: 0.8em;
    }
    
    .cart-btn a{
        padding: .5rem;
    }
    
    .all-item a{
        font-size: 1em;
    }
    .gallery{
        margin-bottom: 2rem;
    }
    .gallery .photo li{
        width: 50%;
    }
    
    .navi-bottom{
       margin-bottom: 4rem ;
    }
    
    footer .copyright ul{
        position: static;
        width: 15%;
        margin: 0 auto 10px;
    }    
      
}

@media screen and (max-width: 414px) {
    .cont{padding: 0 10px;}
    .all-item a{
        margin-bottom: 4rem;
    }
    main .uniform-3col-list:last-child{
        margin-bottom: 4rem;
    }
    
    footer .copyright ul{
        width: 23%;        
    }
    
    .uniform-image ul .pic-ttl{
        font-size: 1.6em;
        letter-spacing: 1.2px;
    }
    
    .sub-txt{
        text-align: left;
    }
    
    .all-item{
        width: 90%;
    }
}

@media screen and (max-width: 360px) {
    .all-item{
        font-size: 0.9em;
    }
    }