.main-image{
	max-width: 700px;
	height: auto;
	margin: 45px auto 0;
}

.main-image img{
	width: 100%;
	height: auto;
	margin: 0 auto;
}

.title{
	text-align: center;
	margin: 0 auto 20px;
	max-width: 300px;
}

.title h2{
	text-align: center;
	font-size: 3.5em;
	font-weight: 600;
	position: relative;
    display: inline-block;
    margin-bottom: 6px;
}

/*以下で線を表示*/
h2:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -3px;/*線の上下位置*/
  display: inline-block;
  width: 150px;/*線の長さ*/
  height: 3px;/*線の太さ*/
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);/*位置調整*/
  background-color: #d62e86;/*線の色*/
  border-radius: 2px;/*線の丸み*/
}

.title h4{
	text-align: center;
}

.project{
	padding: 50px 0 60px;
	background-color: #efefef
}

.project-list{
	max-width: 1200px;
	margin: 0 auto;
	padding:0 20px;
}

.project-list ul{
	display: flex;
	justify-content: center;
	margin: 0 -10px 20px;
}

.project-list li{
	position: relative;
	text-align: center;
	width: 33.3%;
	margin: 10px;
	padding: 40px 10px 20px;
	background-color: #FFFFFF;
}

.project-list h3{
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 20px;
}

.project-list h5{
	position: absolute;
	top: -10px;
	left: 10px;
	font-size: 35px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #d62e86;
	padding: 5px 10px;
}

.project-list__wrapper p{
	text-align: left;
	padding: 0 10px;
	margin: 0 0 20px;
    line-height: 1.8;
}

.project-list__wrapper span{
	color: #d62e86;
}

.project-list__text{
	max-width: 1200px;
	margin: 0 auto;
	line-height:1.8;
	padding:0 20px;
}

.report{
	padding: 50px 0 60px;
}

.report-img{
    max-width: 1200px;
	margin: 0 auto;
	padding:0 20px;
}

.report-img ul{
	display: flex;
	justify-content: center;
	margin: 0 -10px;
}

.report-img li{
	text-align: center;
	width: 50%;
	margin: 10px;
}

.report-img img{
	width: 100%;
}

.report-text{
	max-width: 1200px;
	margin: 0 auto;
	padding:0 20px;
}

.report-text dl dt{
	font-weight: bold;
	margin-bottom: 10px;
	font-size:18px;
}

.report-text dl dd{
	line-height:1.8;
}

.product{
	background-color: #efefef;
	padding: 50px 0 70px;
}


.contact{
	text-align: center;
	margin: 50px auto 0;
}

.contact-button{
	width: 30%;
	max-width: 300px;
	font-size: 20px;
	font-weight: 600;
	color: #FFFFFF;
	background-color: #d62e86;
	margin: 0 auto 10px;
	padding: 10px 20px;
}

.contact-text1{
	margin-bottom: 20px;
}

.contact-text2{
	font-size: 18px;
	font-weight: 600;
}

.contact-text2 span{
	font-size: 28px;
	font-weight: 600;
}

.row{
    max-width: 1200px;
    margin: 0 auto;
}
.adidas-sis {
    width: 100%;
    overflow: hidden;
    position: relative;
}
.main-ttl{
/*    font-family: "adineuePRO", 'Poppins', sans-serif;*/
    font-size: 3.625em;
	font-weight: 600;
    text-align: center;
    padding: 55px 0 0 0;
}

.main-ttl span{
	font-size: 24px;
	/*font-weight: normal;*/
	display: block;
	margin-bottom:7px;
}

.main-jp-ttl{
    display: block;
    font-size: 14px;
    font-weight: 900;
    font-family: source-han-sans-japanese, sans-serif;
}

.sub-ttl{
    text-align: center;
    font-size: 16px;
    margin: 25px auto; 
	line-height: 230%;
}

.sub-ttl span{
	font-size: 22px;
	font-weight: bold;
}

.catch .txt-box{
    max-width: 860px;
    margin: 0 auto 50px;
    line-height: 1.8;
}

.feature-navi ul{
    margin: 0 auto 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.feature-navi ul li{
    width: 22%;
}

.feature-navi ul li a{
    display: block;
    padding: 1rem;
    text-align: center;
    border: 1px solid #121212;
    transition: 0.3s;
}

.feature-navi ul li a:hover{
    background: #121212;
    color: #ffffff;
}
.gallery{
    overflow: hidden;
    margin: 0 0 100px 0;
}
.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: 25%;
    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{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
}

.brand-ttl-wrap li{
	margin: 0 10px;
}

.brand-ttl .brand-ttl-wrap li{
    width: 45%;
}

.brand-ttl .brand-ttl-wrap li:nth-child(1){
    text-align: center;
}

.brand-ttl .ttl-bk{
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: -1;
}

.brand-catch{
    font-size: 28px;
    font-weight: 600;
    margin: 0 0 10px 0;
}
.brand-txt{
    font-size: 21px;
    font-weight: 500;
	margin: 15px 0 10px;
}

.brand-p{
    font-size: 15px;
	line-height:1.8;
}

.product-wp{
    position: relative;
    margin: -40px auto 0;
    max-width: 1200px;    
}

.product-ttl{
    font-size: 1.75em;
    font-weight: 700;
}

.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;
}

.product-catch{
    display: block;
    font-weight: 700;
    font-size: 1.15em;
    margin: 20px 0;
}

.lineup{
    padding:50px 0 0 0;
}

.lineup-ttl{
    font-size: 1.75em;
    margin: 0 0 40px 0;
    font-weight: 700;
    text-align: center;
}

.lineup-list{
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.lineup-list-col3{
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}


.lineup-list li{
    max-width: 300px;
    width: 33.3%;
    margin: 0 auto 30px;    
}

.lineup-list li img{
    width: 100%;
}

.lineup-list-col3 li{
    width: 30%;
    margin: 0 0 60px 0; 
}

.lineup-list li:nth-last-child(-n+2){
    margin: 0 auto 30px;
}

.lineup-list li p,
.lineup-list-col3 li p{
    text-align: left;
}

.lineup-list li .spec,
.lineup-list-col3 li .spec{
    font-size: 1.2em;
    font-weight: 600;
	margin:10px 0;
}
.lineup-list li .eng-name,
.lineup-list-col3 li .eng-name{
    font-size: 1.75em;
    font-family: "adineuePRO", 'Poppins', sans-serif;
    margin: 20px 0;
    color: #7f7f7f;
}

.lineup-list li .jp-name,
.lineup-list-col3 li .jp-name{
    display: block;
    font-size: 60%;
    font-family: source-han-sans-japanese, sans-serif;
}

.lineup-list li .spike,
.lineup-list-col3 li .spike{
    font-size: 1em;
	line-height:1.8;
}

.lineup-list li .price,
.lineup-list-col3 li .price{
    font-size: 1.2em;
    font-weight: 700;
    margin: 0 0 10px;
}

.lineup-list li .cart-btn a,
.lineup-list-col3 .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-col3 .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: #222;
    right: 50px;
}

.other-btn .arrow:hover.arrow:before,
.other-btn .arrow:hover.arrow:after {
    background: #646464;
}

.view-all {
    background: #fff;
    padding: 50px 0;
}
.view-all .row{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.other-btn{
    max-width: 570px;
    width: 47%;
}

.other-btn a{
    border: 1px solid #646464;
    padding: 15px 0;
    text-align: center;
    display: block;
    font-size: 1em;
    color: #222;
    transition: .3s;
}

.other-btn a:hover {
    background: #fff;
    border: 1px solid #222;
    color: #646464;
}

/*---動画---*/
.movie-wrap{
    position: relative;
    max-width: 1200px;
    width: 100%;
/*    height: 70vh;*/
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    overflow: hidden;
    margin: 0 0 50px 0;
}

.movie-wrap{
	text-align: center;
}

.movie-wrap p{
	font-size: 18px;
    font-weight: bold;
    padding: 50px 0 20px;
	}

.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;
}

/*---//動画---*/



/*-----------------------------------
スマホ用はここから
-------------------------------*/

@media screen and (max-width:768px) {
.main-image{
	width: 90%;
	height: auto;
	margin: 30px auto 0;
}
	
.catch{
	margin-bottom: 50px;
}
	
.main-ttl{
    font-size: 2em; 
	font-weight: 600;
	padding: 10px 0 0;
}
	
.sub-ttl{
    text-align: center;
    margin: 20px auto;
    font-size: 15px;
    line-height: 1.7;
}

.title{
	text-align: center;
	margin: 0 auto 20px;
	max-width: 200px;
}

.title h2{
	text-align: center;
	font-size: 2.5em;
	font-weight: 600;
	position: relative;
    display: inline-block;
    margin-bottom: 6px;
}

/*以下で線を表示*/
h2:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -3px;/*線の上下位置*/
  display: inline-block;
  width: 150px;/*線の長さ*/
  height: 3px;/*線の太さ*/
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);/*位置調整*/
  background-color: #d62e86;/*線の色*/
  border-radius: 2px;/*線の丸み*/
}

.title h4{
	text-align: center;
}
	
.project-list{
	padding: 0 20px;
}
	
.project-list ul{
	display: block;
}

.project-list li{
	width: 90%;
	margin: 30px auto;
	padding: 40px 10px 20px;
}
	
.project-list__text p{
	padding: 0 20px;
}
	
.report-img ul{
	display: block;
	margin: 0 auto;
/*	padding: 0 20px;*/
}

.report-img li{
	margin: 0 auto 20px;
	width: 100%;
}
	
.report-text{
    font-size: 16px;
    font-weight: 500;
	padding: 0 20px;
}
	
.brand-p{
	font-size: 14px;
    font-weight: 500;	
}

.price{
	margin: 10px 0;	
}

.movie-wrap p{
    font-size: 14px;
	padding:20px 0;
}
	
.row ul{
	padding: 0 20px;	
}
	
.row ul li img{
	width: 100%;	
}

.contact-button{
	width: 40%;
	font-size: 18px;
	font-weight: 600;
	color: #FFFFFF;
	background-color: #d62e86;
	margin: 0 auto 10px;
	padding: 10px 20px;
}

.contact-text1{
	margin-bottom: 0.75em;
}

.contact-text2{
	font-size: 14px;
	font-weight: 600;
}

.contact-text2 span{
	font-size: 24px;
	font-weight: 600;
}

    .feature-navi,.catch{
        padding: 0 10px;
    }

    .feature-navi ul li{
        width: 48%;
        margin: 0 0 10px 0;
    }
    .feature-navi ul li a{
        padding: .8rem;
    }

    .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{
	padding:0;
}	
    .lineup-list-col3{
        padding: 0 0 60px 0;
    }

    .lineup-list li{
        width: 100%;
        max-width: 450px;
		margin: 15px 0 40px;
		padding: 0 20px;
    }

    .lineup-list-col3 li{
        width: 45%;
        margin: 0 auto;
    }
    .lineup-list-col3 .cart-btn a{
        padding: .8rem;
    }

    .lineup-list li:nth-last-child(-n+2){
		margin: 15px 0 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;
    }
	
.project-list__wrapper p{
	font-size:15px;
}

.report-text dl dd{
	font-size:15px;
}

.sub-ttl span{
	font-size: 16px;
}

}

@media screen and (max-width:480px) {

    .main-ttl{
        font-size: 2em;
        padding: 50px 0 0 0; 
    }
	
	.main-ttl span{
		font-size: 16px;
	}	
	
    .main-jp-ttl{
        margin: 20px 0 0 0;  
    }

    .feature-navi ul li a{
        padding: .5rem;
    }

    .brand-ttl .brand-catch{
        font-size: 25px;
    }

    .lineup-list li .cart-btn a{
        width: 85%;
    }

    .brand-ttl .brand-ttl-wrap{
        padding: 10px;
    }

    .lineup-list li .eng-name{
        margin: 15px 0;  
    }

    .view-all{
        padding: 40px 0 20px 0;
    }

    /*---動画---*/
/*    .movie-wrap{
        height: 232px;
    }*/
	
    .background {
        width: 100%;
    }

.project-list__text p{
	padding:0;
}

}

@media screen and (max-width:375px) {
	
     /*---動画---*/
/*    .movie-wrap{
        height: 210px;
    }
	
	.movie-wrap p{
        font-size: 14px;
}*/
}

@media screen and (max-width:360px) {
/*    .movie-wrap{
        height: 200px;
    }*/
}

@media screen and (max-width:320px){
    .main-ttl{
        font-size: 1.7em; 
    }

     /*---動画---*/
/*    .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;
}

/*----//スクロールアニメ----*/