.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: 5em;
    text-align: center;
    padding: 100px 0 0 0;
	font-weight:bold;
}

.main-image02{
	width: 100%;
	/*max-width: 1200px;*/
    margin: 0 auto;
    position: relative;
    z-index: 2;	
	background: #fff;
}

.main-image02 img{
	display: block;
	width: 100%;
	max-width: 1200px;
	padding-top: 15px;
}



.main-image02{;
	max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 2;	
}

.main-image02 img{
	display: block;
}



.main-jp-ttl{
    display: block;
    font-size: 18px;
    font-weight: 900;
    font-family: source-han-sans-japanese, sans-serif;
}

.sub-ttl{
    text-align: center;
    font-size: 18px;
    margin: 50px auto;
	line-height:1.8;
	font-weight: bold;
}

.sub-ttl span{
	display: block;
	color: #1b2c58;
}

.catch .txt-box{
    max-width: 860px;
    margin: 0 auto 40px auto;
    line-height: 1.8;
	text-align:center;
	font-size:16px;
	font-weight:bold;
	/*background: #608d84;*/
	color: #a0001a;
/*	border-bottom: 2px #222 solid;
	border-top: 2px #222 solid;*/
	padding: 10px;
}

.catch .txt-box01{
    max-width: 800px;
    margin: 0 auto;
    line-height: 1.8;
	text-align:center;
	font-size:20px;
	font-weight:bold;
	color: #fff;
	background: #000;
	padding: 10px 0;
}

.txt-box03{
    width: 90%;
    margin: 0 auto;
    line-height: 1.8;
	text-align:center;
	font-size:18px;
	font-weight:normal;
	color: #2d1f5b;
/*	background: #2d1f5b;*/
	padding: 10px 0;	
}

.harajuku-shop{
max-width: 860px;
	background: #1b2c58;
	margin: 0 auto 60px auto;
	padding: 10px;
}

.harajuku-shop .harajuku-shop-ttl{
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	padding: 30px 0 20px 0;
}

.harajuku-shop .harajuku-shop-txt{
	font-size: 22px;
	color: #fff;
	text-align: center;
	padding-bottom: 40px;
	margin: 10px auto 0 auto;
}

.harajuku-shop .harajuku-shop-list img{
	display: block;
	width: 50%;
	margin: 0 auto;
	padding: 10px 0;
	
}

.harajuku-shop .harajuku-shop-txt span a{
	display: block;
	width: 30%;
	color: #1b2c58;
	font-size:20px;
	font-weight: bold;
	padding: 10px;
	margin: 20px auto 0 auto;
border-radius: 30px;
	background: #fff;
	text-align: center;
}


.feature-navi ul{
    margin: 50px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
	position: relative;	/*「new-ico」位置*/
}

.feature-navi ul li{
    width: 48%;
	margin: 10px auto;
}

.feature-navi ul li a{
    display: block;
    padding: 1rem;
    text-align: center;
    border: 1px solid #121212;
    transition: 0.3s;
	font-size: 28px;
	font-weight: bold;
}

.feature-navi ul li a span{
	display: block;
	font-size: 18px;
	font-weight: normal;
}

.feature-navi ul li a:hover{
    background: #121212;
    color: #ffffff;
}


.new-ico,
.new-ico-anime{
    font-size: 1em;
    padding: 10px 0;
	margin: 0 auto;
	text-align: center;
    background: #f92d26;
    position: absolute;
    left: 0;
    top: 0;
    color: #ffffff;
    font-weight: 600;
	width: 10%;
	/*height: 30px;*/
    z-index: 3;
	/*border-radius: 20% 20% 0 20%;*/
}

/* 新着アイコン */
.lineup-list li .new-ico,
.lineup-list-col3 .new-ico{
    width: 20%;
}

.lineup-list li .new-ico-anime{
    width: 25%;
    animation: tilt 1s infinite;
}

  /* 新着アイコンアニメーションの定義 */
  @keyframes tilt {
    0% {
      transform: rotate(0deg); /* 初期状態 */
    }
    25% {
      transform: rotate(-3deg); /* 左に傾く */
    }
    50% {
      transform: rotate(3deg); /* 右に傾く */
    }
    75% {
      transform: rotate(-3deg); /* 左に戻る */
    }
    100% {
      transform: rotate(0deg); /* 元の位置に戻る */
    }
  }



.gallery{
    overflow: hidden;
    margin: 30px 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: 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{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 4.375rem 0;
}

.brand-ttl .brand-ttl-wrap li{
    width: 49%;
    color: #222;
}

.brand-ttl .brand-ttl-wrap li:nth-child(1){
    text-align: center;
}

.brand-ttl .ttl-bk{
    background: #fff;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: -1;
}

.brand-ttl .brand-catch{
    font-size: 1.55em;
    font-weight: bold;
    margin: 0 0 30px 0;
}
.brand-ttl .brand-txt{
    font-size: 1em;
    font-weight: 500;
	line-height: 180%;
}

.product-wp{
    position: relative;
    margin: 80px auto 0;
    max-width: 1200px;    
}

.product-ttl{
    font-size: 1.55em;
    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: 20px 0 40px 0;
	line-height:1.8;
}

.product-txtbox span{
	display: block;
	font-weight: bold;
	background: #2d1f5b;
	color: #fff;
	width: 60%;
	margin: 10px 0 0 0;
	padding: 5px;
	text-align: center;
}

.product-catch{
    display: block;
    font-weight: 700;
    font-size: 1.15em;
    margin: 20px 0;
}

.lineup{
    padding:40px 0 0 0;
}

.lineup-ttl{
    font-size: 2.55em;
    margin: 20px auto;
    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: 1000px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
	justify-content:center;
}


.lineup-list li{
    max-width: 450px;
    width: 42%;
    margin: 0 0 60px 0; 
    position: relative; 
}

.lineup-list-col3 li{
    width: 30%;
    margin: 0 0 60px 0; 
	padding: 0 15px;
    position: relative;
}

.lineup-list li:nth-last-child(-n+2){
    margin: 0 auto 100px;
}

.lineup-list li p,
.lineup-list-col3 li p{
    text-align: center;
}

.lineup-list li .spec,
.lineup-list-col3 li .spec{
    font-size: 1.2em;
    font-weight: 600;
	padding-top:10px;
	
}

.lineup-list li .spec01,
.lineup-list-col3 li .spec01{
    font-size: 1em;
    font-weight: 600;
	color: #fff;
	background: #FF0004;
/*	border-bottom: 1px #FF0004 solid;
	border-top: 1px #FF0004 solid;*/
	padding: 10px;
	margin: 10px auto;
	width: 50%;
	
}


.lineup-list li .spec01 a,
.lineup-list-col3 li .spec01 a{
	/*border: 1px #FF0004 solid;*/
	padding: 10px;
	margin: 10px auto;
	display: block;
	max-width: 200px;
	background: #FF0004;
	color: #fff;
	border-radius: 30px;
	
}


.lineup-list li .eng-name,
.lineup-list-col3 li .eng-name{
    font-size: 1.45em;
/*    font-family: "adineuePRO", 'Poppins', sans-serif;*/
    margin: 20px 0;
    color: #7f7f7f;
	font-weight:bold;
}

.lineup-list li .jp-name,
.lineup-list-col3 li .jp-name{
    display: block;
    font-size: 60%;
    font-family: source-han-sans-japanese, sans-serif;
	font-weight:normal;
}

.lineup-list li .spike,
.lineup-list-col3 li .spike{
    font-size: 1em;
}

.lineup-list li .price,
.lineup-list-col3 li .price{
    font-size: 1.2em;
    font-weight: 700;
    margin: 30px 0;
}

.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;
}


.lineup-list li .sold-btn a,
.lineup-list-col3 .sold-btn a{
    background: #ffffff;
    border: 1px solid #121212;
    display: block;
    padding: 1.35rem;
    font-size: 1.125em;
    max-width: 370px;
    margin: 0 auto;
    color: #121212;
    transition: .3s;
}

.lineup-list li .sold-btn a:hover,
.lineup-list-col3 .sold-btn a:hover{
    background: #121212;
    color: #ffffff;
}

.flare-njr-area-btn a{
    background: #121212;
    border: 1px solid #121212;
    display: block;
    padding: 1.2rem;
    font-size: 2em;
    max-width: 900px;
	text-align: center;
    margin: 30px auto 50px auto;
	letter-spacing:6px;
    color: #ffffff;
    transition: .3s;	
}

.flare-njr-area-btn a:hover{
    background: #ffffff;
    color: #121212;	
}

.lineup-list li .date,
.lineup-list-col3 li .date{
	font-size: 1.2em;
    font-weight: 600;
	border-top: 1px solid #333;
    padding: 10px;
}



/*---矢印---*/

.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{
    max-width: 800px;
    width: 100%;
    height: 70vh;
   /* transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    /*background: #000;*/
    /*overflow: hidden;*/
    margin: 30px auto 30px auto;
}

.movie-wrap img{
   width: 80%;
    margin: 0 auto;
}

.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;
}

/*---//動画---*/

	
.flare-njr-area{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0;
	}	


.flare-njr-ttl{
font-size: 2em;
font-weight: bold;
border-top:1px #222 solid;
padding: 15px;	
}


.flare-njr-ttl span{
font-size: 14px;
font-weight: normal;
}


.glow-pack-line{
	border-top: 2px #ccc solid;
	margin: 80px auto;
}


/*--------------------ジュニアのビジュアル
.img{
  background-image: url(https://stg.sskamo.co.jp/asics/ds-light/img/DSLjr_banner_1.jpg);
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100vh;
}
.img::before{
  content: '';
  display: block;
  padding-top: 50%;
}
-------------------------------*/


.img{
	width: 100%;
}


ul.reviewlist{
    list-style-type:none;
    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:10px auto;
    padding:0;
	width:90%;
	max-width:1200px;
	}
ul.reviewlist li{
	margin:0 auto 30px;
	padding:0;
	width:50%;
	text-align: center;
}
ul.reviewlist li img{
	margin:0 auto;
	padding:0;
	width:90%;
}

.movie-txt{
	text-align: center;
	margin: 10px auto;
	padding: 0;
	width: 100%;
}

.asics-all-bt-txt a{
    background: #121212;
    border: 1px solid #121212;
    display: block;
    padding: 1.2rem;
    font-size: 2em;
	font-weight: bold;
    width: 80%;
	text-align: center;
    margin: 0 auto 80px auto;
    color: #ffffff;
    transition: .3s;
}

.asics-all-bt-txt a:hover{
    background: #ffffff;
    color: #121212;
}




/*-----------------------------------
スマホ用はここから
-------------------------------*/

@media screen and (max-width:768px) {
    .main-ttl{
        font-size: 4em; 
    }
    .feature-navi .catch{
        padding: 0 10px;
    }

    .feature-navi ul li{
        width: 90%;
        margin: 0 0 10px 0;
    }
    .feature-navi ul li a{
        padding: .8rem;
		font-size: 18px;
    }

    .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-col3{
        padding: 0 0 60px 0;
    }

    .lineup-list li{
        width: 90%;
        max-width: 450px;
        margin: 0 auto;
    }

    .lineup-list-col3 li{
        width: 40%;
        margin: 40px auto 0;
		padding: 0 10px;
    }
    .lineup-list-col3 .cart-btn a{
        padding: .7rem;
		font-size: 0.8rem;
    }
	
    .asics-all-bt-txt a{
        padding: .7rem;
		font-size: 1.3rem;
    }
		
	
	.lineup-list-col3 .sold-btn a{
        padding: .8rem;
		font-size: 0.8rem;
    }
	
    .flare-njr-area-btn a{
        padding: .8rem;
		font-size: 18px;
    }

    .lineup-list li:nth-last-child(-n+2){
        margin: 0 auto 60px;
    }

    .brand-ttl .brand-ttl-wrap li{
        width: 90%;
        margin: 0 auto 30px;
    }
	
	.product-wp{
		margin: 20px auto 0 auto;
	}
    
    .product-wp .product-tec li:nth-child(1),
    .product-wp .product-tec li:nth-child(2){
        width: 90%;
        max-width: 600px;
        margin: 0 auto;
    }
    
    .view-all {
        padding: 50px 0 30px 0;
    }

    .other-btn{
        max-width: 570px;
        width: 90%;
        margin: 0 auto 20px;
    }
	
.catch .txt-box{
	font-size:18px;
}
 

.flare-njr-ttl{
font-size: 2em;
font-weight: bold;
border-top:1px #222 solid;
padding: 10px;	
}

.flare-njr-ttl span{
font-size: 14px;
font-weight: normal;
display: block;	
}

.glow-pack-line{
	margin-top: 50px;
}
	

.lineup-ttl{
    font-size: 2.0em;
}
	

.feature-navi ul li a span{
	font-size: 18px;
}
	
	

.new-ico,
.new-ico-anime{
    font-size: 1em;
    padding: 10px 0;
	margin: 0 auto;
	text-align: center;
    background: #f92d26;
    position: absolute;
    left: 0;
    top: 0;
    color: #ffffff;
    font-weight: 600;
	width: 20%;
	/*height: 50px;*/
    z-index: 3;
	/*border-radius: 50% 50% 0 50%;*/
}
	
	.sub-ttl{
		font-size: 18px;
	}	
	

.sub-ttl span{
	margin-top: 15px;	
	}	
	
.harajuku-shop .harajuku-shop-list img{
	width: 90%;	
	} 	
	
.harajuku-shop .harajuku-shop-txt span a{
	width: 75%;			
	}	
	
	
ul.reviewlist{
	width:95%;
	}
ul.reviewlist li{
	width:100%;
}	

.lineup-list li .spec,
.lineup-list-col3 li .spec{
    font-size: 0.8em;
    font-weight: 600;
	padding-top:10px;
	
}
	
	
	
	
	
}

@media screen and (max-width:480px) {

    .main-ttl{
        font-size: 3.5em;
        padding: 60px 0 0 0; 
    }

    .main-jp-ttl{
        margin: 10px 0 0 0;  
    }

    .feature-navi ul li a{
        padding: 1.5rem;
		font-size: 22px;
    }

    .brand-ttl .brand-catch{
        font-size: 1.2em;
    }

    .lineup-list li .cart-btn a{
        width: 85%;
    }

    .asics-all-bt-txt a{
        width: 90%;
    }
		
	.lineup-list li .sold-btn a{
        width: 85%;
    }

    .flare-njr-area-btn a{
		font-size: 18px;
        width: 85%;
    }	
	
    .brand-ttl .brand-ttl-wrap{
        padding: 1rem 10px;
    }

    .lineup-list li, .eng-name{
        margin: 15px 0; 
		font-size: 1.2rem;
    }
	
	.lineup-list li .jp-name,
    .lineup-list-col3 li .jp-name{
    display: block;
    font-size: 50%;
    font-family: source-han-sans-japanese, sans-serif;
	font-weight:normal;
	padding-top: 10px;
}

    .lineup-list li .price,
	.lineup-list-col3 li .price{
        margin: 15px 0;
    }

    .view-all{
        padding: 40px 0 20px 0;
    }

    /*---動画---*/
    .movie-wrap{
        height: 232px;
    }
    .background {
        width: 100%;
    }
	
.flare-njr-ttl{
font-size: 1.5em;
font-weight: bold;
border-top:1px #222 solid;
padding: 8px;	
}

.flare-njr-ttl span{
font-size: 10px;
font-weight: normal;
display: block;	
}

.lineup-ttl{
    font-size: 2.0em;
}

.catch .txt-box01{
	font-size:20px;
	padding: 10px;
}

.catch .txt-box{
	font-size:18px;
	width: 90%;
}

.feature-navi ul li a span{
	font-size: 14px;
}
	

.new-ico,
.new-ico-anime{
    font-size: 12px;
    padding: 10px 0;
	margin: 0 auto;
	text-align: center;
    background: #f92d26;
    position: absolute;
    left: 10px;
    top: -10px;
    color: #ffffff;
    font-weight: 600;
	width: 25%;
	/*height: 50px;*/
    z-index: 3;
	/*border-radius: 50% 50% 0 50%;*/
}
	
	.sub-ttl{
		font-size: 16px;
	}	
 
.sub-ttl span{
	margin-top: 15px;	
	}	
	
.harajuku-shop .harajuku-shop-list img{
	width: 90%;	
	} 	
	
.harajuku-shop .harajuku-shop-txt span a{
	width: 75%;			
	}	

.txt-box03{
    width: 90%;
    margin: 0 auto;
    line-height: 1.8;
	text-align:left;
	font-size:16px;
	font-weight:bold;
	color: #2d1f5b;
/*	background: #2d1f5b;*/
	padding: 10px 0;	
}
				

}

@media screen and (max-width:375px) {
    .main-ttl{
        font-size: 3em; 
    }

    .sub-ttl{
        margin: 30px auto;
        font-size: 1.5em;
    }

     /*---動画---*/
    .movie-wrap{
        height: 210px;
    }

.flare-njr-ttl{
font-size: 1.5em;
font-weight: bold;
border-top:1px #222 solid;
padding: 10px;	
}

.flare-njr-ttl span{
font-size: 10px;
font-weight: normal;
display: block;	
}

.lineup-ttl{
    font-size: 2.0em;
}

.catch .txt-box01{
	font-size:18px;
	padding: 10px;
}

	
.catch .txt-box{
	font-size:18px;
	width: 90%;
}

.feature-navi ul li a span{
	font-size: 14px;
}

.sub-ttl span{
	margin-top: 15px;	
	}	
	
.harajuku-shop .harajuku-shop-list img{
	width: 90%;	
	} 	
	
.harajuku-shop .harajuku-shop-txt span a{
	width: 90%;			
	}	

@media screen and (max-width:360px) {
    .movie-wrap{
        height: 200px;
    }
}

@media screen and (max-width:320px){
    .main-ttl{
        font-size: 2em; 
    }

     /*---動画---*/
    .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;
}

/*----//スクロールアニメ----*/