.row{
    max-width: 1200px;
    margin: 0 auto;
}
.adidas-sis {
    width: 100%;
    overflow: hidden;
    position: relative;
}
.main-ttl{
    font-size: 57px;
    text-align: center;
    padding:40px 0;
	font-weight:bold;
}

.main-jp-ttl{
    display: block;
    font-size: 14px;
    font-weight: 900;
    font-family: source-han-sans-japanese, sans-serif;
}

.catch .txt-box{
    max-width: 860px;
    margin: 0 auto 50px;
    line-height: 1.8;
}

.gallery{
    overflow: hidden;
    margin: 0 auto 20px;
	width:95%;
}
.gallery ul{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    overflow-x: auto;
    overflow-scrolling: touch;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
}

.gallery ul li{
    width: 33.3%;
    overflow: hidden;
}
.gallery ul li img{
transition: 0.5s;
display: block;
}

.gallery ul li img:hover{
	transform: scale(1.1, 1.1);
}
.brand-ttl{
    position: relative;
    width: 100%;
    overflow: hidden;
}


.brand-ttl .brand-ttl-wrap li{
    width: 50%;
    color: #ffffff;
}

.brand-ttl .brand-ttl-wrap li:nth-child(1){
    text-align: center;
}

.brand-ttl .ttl-bk{
    background: #000000;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: -1;
}

.product-wp{
    position: relative;
    margin: -40px auto 0;
    max-width: 1200px;    
}

.product-wp .product-tec{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.product-wp .product-tec:nth-child(even){
    flex-direction: row-reverse;
}

.product-wp .product-tec li:nth-child(1){
    width: 50%;
}
.product-wp .product-tec li:nth-child(2){
    width: 42%;
}
.product-txtbox{
    margin: 0 0 40px 0;
}

.lineup{
    padding:0;
}

.lineup-list{
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.lineup-list-col3,
.lineup-list-col4{
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.lineup-list-col2{
    max-width: 800px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;	
}



.lineup-list li{
    max-width: 450px;
    width: 42%;
    margin: 0 0 60px 0;
}

.lineup-list-col2 li{
    width: 40%;
    margin: 0 0 60px 0; 
}

.lineup-list-col3 li{
    width: 30%;
    margin: 0 0 60px 0; 
}

.lineup-list-col4 li{
    width: 19%;
    margin: 0 0 60px 0; 
}

.lineup-list-col4 li:last-child{
    margin: 0;
	display:none;}

.lineup-list li:nth-last-child(-n+2){
    margin: 0 auto 60px;
}

.lineup-list li p,
.lineup-list-col2 li p,
.lineup-list-col3 li p,
.lineup-list-col4 li p{
    text-align: center;
}


.lineup-list li .eng-name,
.lineup-list-col2 li .eng-name,
.lineup-list-col3 li .eng-name{
    font-size: 1.75em;
    margin: 20px 0;
    color: #7f7f7f;
}



.lineup-list li .jp-name,
.lineup-list-col2 li .jp-name,
.lineup-list-col3 li .jp-name,
.lineup-list-col4 li .jp-name{
    display: block;
    font-size: 60%;
    font-family: source-han-sans-japanese, sans-serif;
}

.lineup-list li .spike,
.lineup-list-col2 li .spike,
.lineup-list-col3 li .spike,
.lineup-list-col4 li .spike{
    font-size: 1em;
}

.lineup-list li .price,
.lineup-list-col2 li .price,
.lineup-list-col3 li .price,
.lineup-list-col4 li .price{
    font-size: 1.1em;
    font-weight: 700;
    margin:0;
}

.lineup-list li .price span,
.lineup-list-col2 li .price span,
.lineup-list-col3 li .price span,
.lineup-list-col4 li .price span{
    font-size:11px;
	margin-left:5px;
}

.lineup-list li .cart-btn a,
.lineup-list-col2 .cart-btn a,
.lineup-list-col3 .cart-btn a,
.lineup-list-col4 .cart-btn a{
    background: #121212;
    border: 1px solid #121212;
    display: block;
    padding: 1.2rem;
    font-size: 1.125em;
    max-width: 370px;
    margin: 0 auto;
    color: #ffffff;
    transition: .3s;
}

.lineup-list li .cart-btn a:hover,
.lineup-list-col2 .cart-btn a:hover,
.lineup-list-col3 .cart-btn a:hover,
.lineup-list-col4 .cart-btn a:hover{
    background: #ffffff;
    color: #121212;
}


/*---矢印---*/

.arrow {
    position: relative;
}

.arrow:before {
    width: 30px;
    transform: translate(30px, 0px);
}

.arrow:after {
    width: 10px;
    transform-origin: right center;
    transform: translate(30px, 0px) rotate(25deg);
}

.arrow:before,
.arrow:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    height: 1px;
    transition: .3s;
}

.other-btn .arrow:before,
.other-btn .arrow:after {
    background: #ffffff;
    right: 50px;
}

.other-btn .arrow:hover.arrow:before,
.other-btn .arrow:hover.arrow:after {
    background: #646464;
}

.view-all {
    background: #646464;
    padding: 50px 0;
}
.view-all .row{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.other-btn{
    max-width: 570px;
    width: 47%;
}

.other-btn a{
    border: 1px solid #fff;
    padding: 15px 0;
    text-align: center;
    display: block;
    font-size: 1.28em;
    color: #fff;
    transition: .3s;
}

.other-btn a:hover {
    background: #fff;
    border: 1px solid #646464;
    color: #646464;
}

/*---動画---*/
.movie-wrap{
    position: relative;
    max-width: 1200px;
    width: 100%;
    height: 70vh;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    background: #000;
    overflow: hidden;
    margin: 0 0 100px 0;
}

.background-movie {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.background {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    margin: auto;
    z-index: -2;
    width: calc(100vh * 1.78);
    margin: 0 auto;
    overflow: hidden;
}

#movie-player {
    min-width: 100%;
    min-height: 100vh;
    z-index: 1;
}

#sb-wrapper-inner{
    top: 20px !important;
}

/*---//動画---*/

.slider-2{
/*	max-width:900px;*/
}

.slider-2 li{
	text-align:center;
	font-size:11px;
	letter-spacing:1px;
}

.slider-2 .slick-slide {
  width: 110px;
/*  height: 400px;*/
  margin: 0 10px;
  position: relative;
  overflow: hidden;
}

.slider-2 .slick-arrow {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #fff;
  cursor: pointer;
  border: none;
  outline: none;
  font-size: 0;
  position: absolute;
  top: 33px;
  z-index: 1;
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
}
.slider-2 .slick-arrow::before {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border: 1px solid #09000d;
  border-width: 3px 3px 0 0;
  position: absolute;
  top: 15px;
  transform: rotate(45deg);
}
.slider-2 .slick-next {
  right: 10px;
}
.slider-2 .slick-prev {
  left: 10px;
}
.slider-2 .slick-next::before {
  left: 13px;
}
.slider-2 .slick-prev::before {
  border-width: 0 0 3px 3px;
  right: 13px;
}
.dots-2 .slick-dots {
  text-align: center;
}
.dots-2 .slick-dots li {
  display: inline-block;
}
.dots-2 .slick-dots button {
  display: block;
  width: 10px;
  height: 10px;
  margin: 6px;
  font-size: 0;
  padding: 0;
  border: 0;
  outline: none;
  cursor: pointer;
  background: #bcbcbc;
  border-radius: 50%;
}
.dots-2 .slick-dots .slick-active button {
  background: #0a467d;
}


.j2024-uniform_navi{
	max-width:1200px;
	margin:0 auto 35px;
	padding: 0;
	width: 100%;
}

.item01{
	justify-content: center;
}

.item02{
	justify-content: center;
}

.item02 li{
	margin: 0 20px 60px 20px;
}


.j2024-uniform_team-contents{
	padding:60px 0;
    max-width: 1200px;
    margin: 0 auto;
	width:95%;
}

.j2024-uniform_team-name{
	font-size: 25px;
	border-bottom:2px solid #121212;
    padding-bottom: 15px;
	margin-bottom:30px;
}

.j2024-uniform_team-name .sub{
	font-size:13px;
    margin-top: 3px;
}

.j2024-uniform_team-txt{
    font-size: 15px;
    padding: 15px 0;
}

.j2024-uniform_team-txt span{
    font-weight: bold;
}

.j2024-uniform_team-mainimg{
	text-align:center;
	margin-bottom:35px;
}

.lineup-list li .eng-name,
.lineup-list-col3 li .eng-name{
    font-size: 16px;
    margin: 15px 0;
    color: #121212;
}






.schedule{
	font-size:16px;
	font-weight:bold;
	color:#666;
	margin-top:15px;
}

.j2024-uniform_team-link{
	margin-top:30px;
}

.j2024-uniform_team-link a{
    background: #121212;
    border: 1px solid #121212;
    display: block;
    padding: 1.2rem;
    font-size: 1.125em;
    max-width: 800px;
    margin: 0 auto;
    color: #ffffff;
    transition: .3s;
	text-align:center;
}

.j2024-uniform_team-link a:before{
	content: '\f105';
	display: inline-block;
	font-family: FontAwesome;
}

/* 先頭に戻るボタン */
.modoru_navi {
 position: fixed;
 bottom: 10px;
 right: 10px;
 }

.modoru_navi img{
	opacity: 0.8;
	 filter: alpha(opacity=80);
	 -ms-filter: "alpha(opacity=80)";
	width:50px;
	height:50px;}
	


.lineup-list-col4 li .eng-name{
    font-size: 13px;
    margin: 15px 0;
    color: #121212;
	letter-spacing:0;
}

.j-top-space{
    padding-top: 30px;
}


/* 数が少ない場合のPCナビゲーション */
ul.j2024-uniform_navi2{
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	max-width:1000px;
}
.j2024-uniform_navi2 li{
    max-width:110px;
	font-size: 12px;
	text-align:center;
}


.jleague-navi{
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	max-width:1000px;
	/*max-width:1200px;*/	
	padding:30px 0 0;
}

.jleague-navi li{
    width:10%;
    /*width:6%;*/	
	padding:0 5px;
	font-size:8px;
	text-align:center;
	margin:0 auto 30px;
}


.jleague-navi li a:hover{
    opacity: 0.7;
}

.hacobune-app-container{
	padding:0 !important;}

.hacobune-layout-base-bottom-html, .hacobune-layout-base-top-html{
	display:none !important;
}

.hacobune-grid-row .hacobune-grid-col{
	flex: 1 1 calc((100% - 50px) / 5) !important;
	max-width: calc((100% - 50px) / 5) !important;
	margin-bottom:30px;
}

.hacobune-media-post-list-item-caption{
	padding:0 !important;}
}

.hacobune-app-main .hacobune-media-post-list-item-caption span{
        font-size: 12px !important;
        line-height: 0.3 !important;
}

.hacobune-narrow-down-form{
	display:none !important;
}

.hacobune-media-post-list-item-img{
	z-index:5 !important;
}

.hacobune-media-post-list-item-shopname{
	margin-top:0 !important;
}


/*-----------------------------------
スマホ用はここから
-------------------------------*/

@media screen and (max-width:768px) {
    .main-ttl{
        padding: 30px 0;
		font-size:28px;
    }

    .gallery ul {
        display: block;
        white-space: nowrap;
        /*padding-left: 10px;*/
    }

    .gallery ul li {
        display: inline-block;
        width: 70%;
        padding-right: 10px;
    }

    .gallery ul li:last-child{
        padding-left: 10px;
    }



.lineup-list-col4 {
    max-width: 1200px;
    overflow-x: auto;
    display: flex;
    flex-wrap: nowrap;
    padding:0 10px 20px;
    width: 100%;
	margin-bottom:20px;
    justify-content:space-between;
}
.lineup-list-col4::-webkit-scrollbar{
	height: 5px;
}
.lineup-list-col4::-webkit-scrollbar-thumb{
	background-color: #cccccc;
	border-radius: 2.5px;
    padding-top: 40px;

}

.lineup-list-col4 li{
    width: 30%;
    margin: 0; 
	min-width:140px;
    padding: 0 7px;
}

.lineup-list-col4 li:last-child{
        padding-left: 10px;
		min-width:0;
		display:block;
    }



.lineup-list li{
	max-width: 300px;
    width: 70%;
	margin:0 auto 40px;
}

/*    .lineup-list-col3,
    .lineup-list-col4{
        padding: 0 0 60px 0;
    }




    .lineup-list-col2 li,
    .lineup-list-col3 li,
    .lineup-list-col4 li{
        width: 45%;
        margin: 0 auto 60px;
    }
	.lineup-list-col2 .cart-btn a,
    .lineup-list-col3 .cart-btn a,
    .lineup-list-col4 .cart-btn a{
        padding: .8rem;
    }*/

    .lineup-list li:nth-last-child(-n+2){
        margin: 0 auto 40px;
    }

    .brand-ttl .brand-ttl-wrap li{
        width: 90%;
        margin: 0 auto 30px;
    }
    
    .product-wp .product-tec li:nth-child(1),
    .product-wp .product-tec li:nth-child(2){
        width: 90%;
        max-width: 600px;
        margin: 0 auto 30px;
    }
    
    .view-all {
        padding: 50px 0 30px 0;
    }

    .other-btn{
        max-width: 570px;
        width: 90%;
        margin: 0 auto 20px;
    }
    
.slider-2 .slick-slide {
  width: 80px;
}

.slider-2 li{
	font-size:10px;
	letter-spacing:0;
}


.j2024-uniform_team-name {
    margin: 0 15px 15px;
	font-size:18px;
}

.j2024-uniform_team-name .sub{
	font-size:8px;
}

.j2024-uniform_team-txt{
    padding: 10px 20px 35px;
	font-size: 14px;
    line-height: 1.8;
}
	

.j2024-uniform_team-txt span{
    font-weight: bold;
}
	

.j2024-uniform_team-link{
	margin-top:0;
}

.item01{
	justify-content: space-between;
}

.item02{
	justify-content: space-between;
}

.item02 li{
	margin: 0 auto 10px;
}

.j2024-uniform_team-mainimg{
    width: 90%;
    margin: 10px auto 20px;
}

.j2024-uniform_team-mainimg img{
    border: 1px solid #eee;
}

.lineup-list-col4 .schedule{
	font-size:13px;
}


.lineup-list-col4 li .eng-name{
    font-size: 12px;
}

.jleague-navi {
    max-width: 1200px;
    overflow-x: auto;
    display: flex;
    flex-wrap: nowrap;
    padding:15px 10px 0;
    width: 100%;
	margin-bottom:20px;
    justify-content:space-between;
}

.jleague-navi::-webkit-scrollbar{
	height: 5px;
}
.jleague-navi::-webkit-scrollbar-thumb{
	background-color: #cccccc;
	border-radius: 2.5px;
    padding-top: 40px;

}

.jleague-navi li{
    width: 15%;
    margin: 0; 
	min-width:70px;
    padding: 0 4px;
}


.hacobune-grid-content .hacobune-grid-row{
    max-width: 1200px !important;
    overflow-x: auto !important;
    flex-wrap: nowrap !important;
    padding:15px 10px 0;
    width: 100%;
	margin-bottom:20px;
}

.hacobune-grid-row .hacobune-grid-col{
	flex: 0 0 calc((100% - 15px) / 2) !important;
        max-width: calc((100% - 15px) / 2) !important;
}

.hacobune-grid-content .hacobune-grid-row, .hacobune-layout-base-main-contents{
        padding: 0 !important;
}

.j2024-uniform_team-link a{
    font-size: 15px;
}

}

@media screen and (max-width:480px) {
    .main-ttl{
        font-size: 28px; 
    }



    .main-jp-ttl{
        margin: 20px 0 0 0;  
    }



    .lineup-list li .cart-btn a{
        width: 85%;
    }



    .lineup-list li .eng-name{
        margin: 15px 0;  
    }

    .lineup-list li .price{
        margin: 15px 0;
    }

    .view-all{
        padding: 40px 0 20px 0;
    }

    /*---動画---*/
    .movie-wrap{
        height: 232px;
    }
    .background {
        width: 100%;
    }

}

@media screen and (max-width:375px) {



     /*---動画---*/
    .movie-wrap{
        height: 210px;
    }
}

@media screen and (max-width:360px) {
    .movie-wrap{
        height: 200px;
    }
}

@media screen and (max-width:320px){
     /*---動画---*/
    .movie-wrap{
        height: 180px;
    }
} 

/*----スクロールアニメ----*/
:root {
    --animate-duration: 1s;
    --animate-delay: 1s;
    --animate-repeat: 1;
}

.wow {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-duration: var(--animate-duration);
    animation-duration: var(--animate-duration);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
}

@-webkit-keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
}

/*----//スクロールアニメ----*/