.row {
	max-width: 1200px;
	margin: 0 auto;
}

.adidas-sis {
	width: 100%;
	overflow: hidden;
	position: relative;
}
.footer{
	background: #ffffff;
}

.main-ttl {
	font-family: "adineuePRO", 'Poppins', sans-serif;
	font-size: 6em;
	text-align: center;
	margin: 80px 0 45px 0;
	line-height: 1.2;
    color:transparent;
	/* color: #a4aa8a; */
    background: url(../img/text-bg.jpg) 0 100% no-repeat;
    background-clip: text;
    -webkit-background-clip: text;
    background-size:cover;
}

.main-jp-ttl {
	display: block;
	font-size: 14px;
	font-weight: 900;
	font-family: source-han-sans-japanese, sans-serif;
}

.predator_swarovski .brand-catch {
	text-align: center;
	font-size: 20px;
	margin: 0 auto 60px;
	line-height: 1.8;
	color: #ffffff;
}

.brand-catch sup {
    font-size: small;
}

.catch .txt-box {
	max-width: 860px;
	margin: 0 auto;
	line-height: 1.9;
	text-align: center;
	font-size: 15px;
}

.feature-navi {
	margin-top: 30px;
}

.feature-navi ul {
	margin: 0 auto 50px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 600px;
}

.feature-navi ul li {
	width: 47%;
}

.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;
	max-width: 1200px;
	margin: 0 auto;
}

.gallery ul li {
	width: 33.33%;
	overflow: hidden;
}

.gallery ul li img {
	transition: 0.5s;
	display: block;
}

.gallery ul li img:hover {
	transform: scale(1.1, 1.1);
}

.seven-gallery ul li {
	width: 14.28%;
	overflow: hidden;
}

.product-wp {
	position: relative;
	margin: 75px auto 0;
	max-width: 1200px;
}

.product-ttl {
	font-size: 1.75em;
	font-weight: 700;
	margin-bottom: 20px;
}

.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:80px 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;
	padding-bottom: 90px;
}


.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;
}



.lineup-list li p,
.lineup-list-col3 li p {
	text-align: center;
}

.lineup-list li .spec,
.lineup-list-col3 li .spec {
	font-size: 15px;
	font-weight: 600;
	margin-top: 20px;
}

.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 .jp-name2,
.lineup-list-col3 li .jp-name2 {
	display: block;
	font-size: 18px;
	font-family: source-han-sans-japanese, sans-serif;
	font-weight: bold;
	color: #7f7f7f;
	margin: 20px 0 0;
}

.lineup-list li .spike,
.lineup-list-col3 li .spike {
	font-size: 1em;
	margin-top: 15px;
}

.lineup-list li .price,
.lineup-list-col3 li .price {
	font-size: 1.2em;
	font-weight: 700;
	margin: 12px 0 30px;
}

.lineup-list li .price span,
.lineup-list-col3 li .price span {
	font-size: 11px;
	margin-left: 5px;
}

.lineup-list li .price2,
.lineup-list-col3 li .price2 {
	font-size: 1.2em;
	font-weight: 700;
	margin: 5px 0 30px;
}

.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 .date,
.lineup-list-col3 li .date {
	font-size: 1.1em;
	color: #d1383d;
	font-weight: bold;
	padding: 10px 0 0;
}

.lineup-list li .junior,
.lineup-list-col3 li .junior {
	background: #d1383d;
	color: #fff;
	text-align: center;
	position: absolute;
	width: 120px;
	top: 0;
	left: 0;
	padding: 8px 0;
	font-weight: bold;
}

.lineup-list-4 {
	max-width: 1000px;
	margin: 0 auto;
}

.lineup-list-4 li {
	max-width: 450px;
	width: 42%;
	margin: 0 auto 60px;
}

.lineup-list-4 li p {
	text-align: center;
}

.lineup-list-4 li .spec {
	font-size: 15px;
	font-weight: 600;
	margin-top: 20px;
}

.lineup-list-4 li .eng-name {
	font-size: 1.75em;
	font-family: "adineuePRO", 'Poppins', sans-serif;
	margin: 20px 0;
	color: #7f7f7f;
}

.lineup-list-4 li .item-name {
	font-size: 18px;
	font-weight: bold;
	margin-top: 20px;
}

.lineup-list-4 li .jp-name {
	display: block;
	font-size: 60%;
	font-family: source-han-sans-japanese, sans-serif;
}

.lineup-list-4 li .jp-name2 {
	display: block;
	font-size: 18px;
	font-family: source-han-sans-japanese, sans-serif;
	font-weight: bold;
	color: #7f7f7f;
	margin: 20px 0 0;
}

.lineup-list-4 li .spike {
	font-size: 1em;
	margin-top: 15px;
}

.lineup-list-4 li .price {
	font-size: 1.2em;
	font-weight: 700;
	margin: 12px 0 30px;
}

.lineup-list-4 li .price span {
	font-size: 11px;
	margin-left: 5px;
}

.lineup-list-4 li .price2 {
	font-size: 1.2em;
	font-weight: 700;
	margin: 5px 0 30px;
}

.lineup-list-4 li .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-4 li .cart-btn a:hover {
	background: #ffffff;
	color: #121212;
}

.lineup-list-4 li .date {
	font-size: 1.1em;
	color: #d1383d;
	font-weight: bold;
	padding: 10px 0 0;
}

.lineup-list-4 li .junior {
	background: #d1383d;
	color: #fff;
	text-align: center;
	position: absolute;
	width: 120px;
	top: 0;
	left: 0;
	padding: 8px 0;
	font-weight: bold;
}


/*---矢印---*/

.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;
}

/*---//動画---*/



.edge-of-darkness_logo {
	width: 80%;
	max-width: 368px;
	margin: 0 auto;
	padding-top: 100px;
}

.edge-of-darkness_logo img {
	width: 100%;
	margin: 0 auto;
}

.marvel-xmen_txt {
	/*	font-size:1.2em;*/
	text-align: center;
	padding: 30px 0;
	line-height: 1.8;
}

.marvel-xmen_ttl {
	font-size: 1.8em;
	font-weight: 600;
	padding: 0 0 10px;
}

.marvel-xmen_predator-main {
	max-width: 1200px;
	margin: 0 auto;
	width: 90%;
	padding-top: 35px;
}

.marvel-xmen_predator-main img {
	max-width: 100%;
	margin: 0 auto;
}


.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;
}

.lineup-list li .item-name {
	font-size: 18px;
	font-weight: bold;
	margin-top: 20px;
}

.junior-ico {
	font-size: 15px;
	padding: 13px;
	background: #018b3e;
	position: absolute;
	left: 0;
	top: 0;
	color: #ffffff;
	font-weight: 600;
	z-index: 3;
}


.predator_swarovski {
	font-family: source-han-sans-japanese, sans-serif;
}

.content-wrap {
	background: #ffffff;
	max-width: 1200px;
	margin: 0 auto;
}

.clearfix::after {
    content: " ";
    display: block;
    clear: both;
}

.kv-slider > li{
	float: left;
}

.kv-slider .slick-dots{
    position: relative;
    display: flex;
    margin:-40px auto 0;
    max-width: 600px;
    box-sizing: border-box;
    justify-content: space-between;
}

.kv-slider .slick-dots li{
    width: 24%;
}

.kv-slider .slick-dots li button{
    font-size: 0;
    line-height: 0;
    padding: 0;
    cursor: pointer;
    background: #bbb;
    border: 0;
    text-indent: -9999px;
    display: block;
    width: 100%;
    height: 4px;
    margin: 0 5px;
    outline: 0;

}

.kv-slider .slick-dots li.slick-active button {
    background: #fff;
    transition: ease-in 0.3s;
}

/*-----------------------------------
スマホ用はここから
-------------------------------*/

@media screen and (max-width:768px) {

	.main-ttl {
		font-size: 36px;
		margin: 60px 0 45px;
	}

	.kv-slider img{
		width: 100%;
	}

	.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{
        margin: 60px 0;
    }

	.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: 30px 0 0 0;
	}

	.lineup-list-col3 {
		padding: 0 0 60px 0;
	}

	.lineup-list li, .lineup-list-4 li {
		width: 90%;
		max-width: 450px;
		margin: 0 auto;
	}

	.lineup-list-col3 li {
		width: 45%;
		margin: 0 auto 60px;
	}

	.lineup-list-col3 .cart-btn a {
		padding: .8rem;
	}

	.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 .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;
	}

	.catch .txt-box {
		text-align: left;
		font-size: 12px;
		padding: 0 10px;
	}

	.marvel-xmen_txt {
		/*	font-size:1.2em;*/
		text-align: left;
		padding: 30px 10px;
	}

	.marvel-xmen_ttl {
		text-align: center;
	}


	.lineup-list li .jp-name2,
	.lineup-list-col3 li .jp-name2,
	.lineup-list-4 li .jp-name2 {
		font-size: 15px;
	}

	.lineup-list li .price2,
	.lineup-list-col3 li .price2,
	.lineup-list-4 li .price2 {
		margin: 10px 0 30px;
	}

	.brand-catch {
		font-size: 16px;
	}

	.content-wrap{
		margin: 0 10px;
	}

}

@media screen and (max-width:480px) {


	.main-ttl {
		font-size: 36px;
		line-height: 1;
	}

	.main-jp-ttl {
		margin: 10px 0 0 0;
	}

	.feature-navi ul li a {
		padding: .5rem;
	}

	.lineup-list li .cart-btn a, .lineup-list-4 li.cart-btn a {
		width: 85%;
	}

	.brand-ttl .brand-ttl-wrap {
		padding: 3rem 10px;
	}

	.lineup-list li .eng-name, .lineup-list-4 li .eng-name {
		margin: 15px 0;
	}

	.lineup-list li .price, .lineup-list-4 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) {

	.main-ttl {
		font-size: 36px;
	}

	/*---動画---*/
	.movie-wrap {
		height: 210px;
	}
}

@media screen and (max-width:360px) {



	.movie-wrap {
		height: 200px;
	}
}

@media screen and (max-width:320px) {

	/*    .main-ttl{
        font-size: 30px;
    }*/

	/*---動画---*/
	.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;
}

/*----//スクロールアニメ----*/


/*--キラキラ背景--*/

/* ---- reset ---- */
canvas {
	display: block;
	vertical-align: bottom;
}

/* ---- particles.js container ---- */
#particles-js {
	position: fixed;
	width: 100%;
	height: 100%;
	background:linear-gradient(63deg, rgba(51,51,51,1) 0%, rgba(91,91,91,1) 61%, rgba(48,48,48,1) 100%);
}

.js-count-particles {
	font-size: 1.1em;
}

.count-particles {
	border-radius: 0 0 3px 3px;
}

/*--//キラキラ背景--*/