.footer {
	background: #fff;
}

.kv-slider {
	background: #121212;
}

.kv-slider li {
	max-width: 1024px;
	width: 80%;
	padding: 10px 5px;
}

.row {
	max-width: 1200px;
	margin: 0 auto;
}

.adidas-sis {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.catch {
	max-width: 1000px;
	margin: 0 auto;
    padding: 0 0 80px;
	color: #121212;
}

.main-ttl {
	font-family: "adineuePRO", 'Poppins', sans-serif;
	font-size: 78px;
	text-align: center;
	padding: 80px 0 20px 0;
	margin: 0 0 10px;
	line-height: 1;
}

.main-image img{
	width: 100%;
}

.main-jp-ttl {
	display: block;
	font-size: 14px;
	font-weight: 900;
	font-family: source-han-sans-japanese, sans-serif;
	margin: 10px 0 0;
}

.sub-ttl {
	text-align: center;
	font-size: 23px;
	margin: 0 auto 25px;
	font-weight: bold;
	line-height: 1.8;
}

.catch .txt-box {
	line-height: 1.9;
	text-align: center;
	font-size: 17px;
}

.catch .date {
	text-align: center;
}

.catch .date span {
	background: #e3127e;
	color: #fff;
	padding: 10px;
	display: inline-block;
	margin: 10px 0 0;
	font-size: 16px;
}

.club-logo{
	max-width: 100px;
	margin: 0 auto 10px;
}
.club-logo img{
	max-width: 100%;
}

.feature-navi {
	margin:0 auto 40px;
	overflow-x: auto;
}

.feature-navi ul {
	margin: 0 auto 50px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	max-width: 1200px;
}

.feature-navi ul li {
	/* width: 33%; */
	/* width: 25%; */
	width: 24%;
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 20px;
	border: 1px solid #121212;
}

.feature-navi ul li:nth-child(1),
.feature-navi ul li:nth-child(2){
	border-right: none;
}

.feature-navi ul li a {
	padding: 1rem;
	text-align: center;
	transition: 0.3s;
	font-size: 12px;
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

.feature-navi ul li a .navi-en {
	display: block;
	font-size: 18px;
	font-family: "adineuePRO", 'Poppins', sans-serif;
	line-height: 1.2;
	width: 100%;
}

.feature-navi ul li a:hover {
	background: #121212;
	color: #ffffff;
}

.gallery {
	overflow: hidden;
	padding-top: 40px;
}

.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: calc(100% / 3);
	overflow: hidden;
}

.gallery ul li img {
	transition: 0.5s;
	display: block;
}

.gallery ul li img:hover {
	transform: scale(1.1, 1.1);
}


.item-ttl {
	text-align: center;
	margin: 0 0 40px;
}

.unit-block .item-ttl,
.lastblock .item-ttl {
	color: #ffffff;
}

.item-ttl .item-ttl-en {
	font-family: "adineuePRO", 'Poppins', sans-serif;
	font-size: 50px;
	display: block;
	line-height: 1;
	margin: 0 0 10px;
}

.item-list-box {
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
}

.carousel__arrow {
	fill: #ffffff;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
	transition: .3s;
}

.carousel__arrow[aria-disabled=true] {
	opacity: 0.5;
    cursor: unset;
}

.prev-arrow {
	left: -50px;
}

.next-arrow {
	right: -50px;
}



.item-list-box li a {
	background: #fff;
	display: block;
	padding: 20px 10px 30px;
	box-sizing: border-box;
	text-align: center;
	position: relative;
	overflow: hidden;
	margin: 0 auto;
}

.item-list-box li a:hover{
	transform: rotate(-3deg);
	transition: .3s;
}

.item-list-box li a::after {
	content: "";
	height: 40px;
	width: 40px;
	position: absolute;
	right: -20px;
	bottom: -20px;
	transform: rotate(45deg);
}

.item-list{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	margin:0 auto;
	max-width:800px;
}

/* .asroma .item-list{
	max-width: 350px;
	margin: auto;
} */

.unit-block .item-list::before{
	content: "";
    display: block;
	width: 50%;
	max-width: 350px;
    order: 1;
}

.unit-block .item-list::after{
    content: "";
    display: block;
	width: 50%;
	max-width: 350px;
}


.item-list li{
	max-width: 350px;
	width: 50%;
	margin: 0 0 40px;
	display: flex;
}

.asroma .item-list li{
	width: 100%;
}

.lastblock-box .item-list li{
	max-width: 350px;
	width: 100%;
	margin: 0 auto;
}

.Juventus .item-list-box li a::after {
	background: #bda247;
}
.Juventus .item-list-box li a {
	border-top: 10px solid #bda247;
}
.manchester_united .item-list-box li a::after{
    background: #d83642;
}
.manchester_united .item-list-box li a {
	border-top: 10px solid #d83642;
}
.Manchester .item-list-box li a::after{
    background: #f3bf3c;
}
.Manchester .item-list-box li a {
	border-top: 10px solid #f3bf3c;
}

.Arsenal .item-list-box li a::after{
    background: #484647;
}
.Arsenal .item-list-box li a {
	border-top: 10px solid #484647;
}

.bayern .item-list-box li a::after{
    background: #c84228;
}
.bayern .item-list-box li a {
	border-top: 10px solid #c84228;
}
.newcastle .item-list-box li a::after{
    background: #00c8d6;
}
.newcastle .item-list-box li a {
	border-top: 10px solid #00c8d6;
}
.Real .item-list-box li a::after{
    background: #ffae00;
}
.Real .item-list-box li a {
	border-top: 10px solid #ffae00;
}

.italy .item-list-box li a::after{
    background: #0cae55;
}
.italy .item-list-box li a {
	border-top: 10px solid #0cae55;
}

.celtic .item-list-box li a::after{
    background: #121212;
}
.celtic .item-list-box li a {
	border-top: 10px solid #121212;
}

.ajax .item-list-box li a::after,
.arsenal .item-list-box li a::after{
    background: #183d74;
}
.ajax .item-list-box li a ,
.arsenal .item-list-box li a {
	border-top: 10px solid #183d74;
}


.item-list-box li .item-name {
	font-size: 14px;
	margin: 10px 0;
}

.item-price {
	font-size: 16px;
	font-weight: bold;
}

.item-date {
	font-size:12px;
	margin-top:10px;
	font-weight:bold;
	color:#666;
}

.item-price .taxin {
	font-size: 60%;
}

.Juventus::before,
.Juventus::after {
	background-color: #292b3a;
}

.manchester_united::before,
.manchester_united::after {
	background-color: #252526;
}
.Manchester::before,
.Manchester::after {
	background-color: #4b474e;
}

.Arsenal::before,
.Arsenal::after{
	background-color: #ad3750;
}

.bayern::before,
.bayern::after{
	background-color: #788072;
}

.newcastle::before,
.newcastle::after{
	background-color: #b6d6d8;
}

.Real::before,
.Real::after{
	background-color: #0064c5;
}


.arsenal::before,
.arsenal::after  {
	background-color: #7a80ba;
}

.arsenal .date{
	font-weight: 600;
	text-align: center;
    margin: auto;
    margin-bottom: 40px;
    padding: 15px;
    background: #f2142b;
    width: 460px;
    color: #fff;
}


.italy::before,
.italy::after {
	background-color: #2f52b8;
}

.unit-block {
	position: relative;
	padding: 60px 0;
}


.unit-block::after,
.unit-block::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	transform: skewY(-2deg);
	z-index: -1;
	/* background-image: url(../img/bk_grunge.png); */
    background-repeat: repeat;
	background-size: 100%;
    background-position: center center;
}

.unit-block::before {
	transform-origin: top left;
}

.unit-block::after {
	transform-origin: bottom right;
}

.staff-styling {
	padding: 60px 0 50px;
	margin: 0 0 100px;
	position: relative;
}

.staff-styling::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 50%;
	background: #f1f1f1;
	bottom: 0;
	z-index: -1;
}

/* .staff-styling::after {
	content: "";
	position: absolute;
	width: 1px;
	height: 100px;
	background: #121212;
	left: 50%;
	transform: translateX(-50%);
	bottom: -80px;
} */

.style-list {
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.style-list li {
	overflow: hidden;
	width:25%;
}

.style-list li img{
	display: block;
}

.style-list li a:hover img {
	transform: scale(1.1);
	transition: .3s;
}

.lastblock-box{
    margin: 60px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 1200px;
}

.lastblock{
    width: 50%;
    padding: 60px 0;
}

.celtic{
    background-color: #408e64;
}
.ajax{
    background-color: #7b1117;
}

/*---矢印---*/

.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;
}

.junior-ico {
	font-size: 14px;
	line-height: 1;
	padding: 10px;
	background: #33368a;
	position: absolute;
	left: 0;
	top: 0;
	color: #ffffff;
	font-weight: 600;
	z-index: 3;
}

.eventbn{
	background: #000;
}
.eventbn a{
	display: block;
	padding: 0;
	max-width: 750px;
	margin: 0 auto;
}


.sp-none {
	display: block !important;
}

.pc-none {
	display: none !important;
}


.sold img,.sold p{
	opacity: 0.5; /** 画像の透明度 */
}

.sold div{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 30px;
    font-weight: 600;
	font-family: "adineuePRO", 'Poppins', sans-serif;
}




/* 右下ページ最上部に戻るボタン */
#pageTop {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 999;
}

#pageTop i {
    padding-top: 6px
}

#pageTop a {
    display: block;
    z-index: 999;
    /*  padding: 8px 0 0 8px;
  border-radius: 30px;*/
    width: 60px;
    height: 60px;
    /*  background-color: #9FD6D2;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;*/
}

#pageTop a:hover {
    text-decoration: none;
    opacity: 0.7;
}

#pageTop img {
    width: 100%;
    opacity: 0.8;
}


/*-----------------------------------
スマホ用はここから
-------------------------------*/

@media screen and (max-width:768px) {
	.pc-none {
		display: block !important;
	}

	.sp-none {
		display: none !important;
	}

	.main-ttl {
		font-size: 36px;
		padding: 40px 0 15px;
		margin-bottom: 30px;
	}

	.feature-navi ul {
		/*width: 1200px;*/
		/*margin-left:10px;*/
		width:95%;
		margin:0 auto;
	}

	.item-list {
		padding:0 10px;
		margin: 40px 0 0;
	}

	.item-list li{
		width: 48%;
	}

	.unit-block .item-list::before,
	.unit-block .item-list::after{
		width: 48%;
	}


    .lastblock-box .item-list li{
        margin: 0 auto;
		width: 70%;
    }

	.item-list-box li a p {
		width: 100%;
	}

	.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: 14px;
		padding: 0 10px;
	}

	.sub-ttl {
		font-size: 15px;
	}


	.prev-arrow {
		left: 10px;
	}

	.next-arrow {
		right: 10px;
	}

	.scrolldownbox {
		position: relative;
		padding: 40px 0 0;
	}

	.scrolldown2 {
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		z-index: 5;
	}


	.scrolldown2 span {
		position: absolute;
		left: -35px;
		bottom: 10px;
		color: #ffffff;
		font-size: 1rem;
		letter-spacing: 0.05em;
		font-family: "adineuePRO", 'Poppins', sans-serif;
	}

	.scrolldown2:before {
		content: "";
		position: absolute;
		bottom: -4px;
		left: 0;
		width: 10px;
		height: 10px;
		border-radius: 50%;
		background: #ffffff;
		animation: circlemove 2.6s ease-in-out infinite,
			cirlemovehide 2.6s ease-out infinite;
	}

    @keyframes circlemove {
		0% {
			left: 90px;
		}
		100% {
			left: -90px;
		}
	}


	@keyframes cirlemovehide {
		0% {
			opacity: 0
		}
		50% {
			opacity: 1;
		}
		80% {
			opacity: 0.9;
		}
		100% {
			opacity: 0;
		}
	}

	.scrolldown2:after {
		content: "";
		position: absolute;
		bottom: 0;
		left: -90px;
		width: 180px;
		height: 2px;
		background: #ffffff;
	}


	.of-bx>.scrolldown2 {
		display: none;
	}

    .style-list-box{
        overflow-x: auto;
    }

    .style-list{
        display: block;
        white-space: nowrap;
        padding: 0 0 0 10px;
    }

    .style-list li{
        display: inline-block;
        width: 40%;
        margin-right: 5px;
    }

    .style-list li:last-child{
        margin-right: 0;
    }

    .lastblock{
        width: 100%;
        padding: 60px auto;
    }

    .item-ttl .item-ttl-en{
        font-size: 40px;
    }
    .arsenal.unit-block,
    .italy.unit-block {
        margin: 0;
    }

	.arsenal .date{
	width: 350px;
	}

.catch {
    padding: 0 0 45px;
}

.feature-navi ul li{
width: 80%;
margin-bottom: 10px;
}

.feature-navi ul li:nth-child(1),
.feature-navi ul li:nth-child(2),
.feature-navi ul li:nth-child(4){
	border-right: 1px solid #121212;
}


}

@media screen and (max-width:480px) {


	.main-ttl {
		font-size: 41px;
		/*		line-height:1;*/
	}

	.main-jp-ttl {
		margin: 10px 0 0 0;
	}

	.feature-navi ul li a {
		padding: .5rem;
	}

	.view-all {
		padding: 40px 0 20px 0;
	}

	.item-list-box li .item-name {
		font-size: 12px;
	}
	
}


@media screen and (max-width:375px) {


	.main-ttl {
		font-size: 41px;
	}
	.item-ttl .item-ttl-en{
		font-size: 32px;
	}

}

@media screen and (max-width:360px) {}

@media screen and (max-width:320px) {}

/*----スクロールアニメ----*/
: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;
}
@keyframes flipInY {
	from {
	  -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
	  transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
	  -webkit-animation-timing-function: ease-in;
	  animation-timing-function: ease-in;
	  opacity: 0;
	}

	40% {
	  -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
	  transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
	  -webkit-animation-timing-function: ease-in;
	  animation-timing-function: ease-in;
	}

	60% {
	  -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
	  transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
	  opacity: 1;
	}

	80% {
	  -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
	  transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
	}

	to {
	  -webkit-transform: perspective(400px);
	  transform: perspective(400px);
	}
  }
  .flipInY {
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: flipInY;
	animation-name: flipInY;
  }
/*----//スクロールアニメ----*/