
.adidas-sis {
	width: 100%;
	overflow: hidden;
	font-family: source-han-sans-japanese, sans-serif;
}

.ftw-warp {
	max-width: 1200px;
	margin: 0 auto;
}


.schedule{
	text-align: center;
    margin: 20px 0 30px;
    color: #111;
    font-weight: 700;
    line-height: 1.8;
}

.schedule span{
    background: #fff;
    color: #63b1d8;
    display: inline-block;
    padding: 5px 10px;
    font-weight: bold;
    font-size: 21px;
}

.feature-navi{
    display: flex;
    max-width: 1200px;
    margin: 0 auto;
    justify-content: space-between;
}

.feature-navi .item{
    width: 48.5%;
}

.feature-navi .item a{
    font-family: "adineuePRO", 'Poppins', sans-serif;
    display: block;
    border: 1px solid #fff;
    color: #fff;
    padding: 10px;
    line-height: 1;
    font-size: 16px;
}

.feature-navi .item a:hover{
    background: #fff;
    color: #63b1d8;
}

.selection {
	padding: 80px 0;
}

.selec-ttl {
	font-size: 28px;
	text-align: center;
	font-weight: 600;
	margin: 0 0 40px 0;
}

.view-all {
	background: #646464;
	padding: 50px 0;
	font-size: 1rem;
}

.view-all .row {
	max-width: 960px;
	margin: 0 auto;
	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 .arrow:before,
.other-btn .arrow:after {
	background: #ffffff;
	right: 50px;
}

.arrow {
	position: relative;
}

.arrow:before,
.arrow:after {
	content: '';
	display: block;
	position: absolute;
	top: 48%;
	height: 1px;
	transition: .3s;
}

.arrow:before {
	width: 30px;
	transform: translate(30px, 0px);
}

.arrow:after {
	width: 10px;
	transform-origin: right center;
	transform: translate(30px, 0px) rotate(25deg);
}

.other-btn a:hover {
	background: #fff;
	color: #646464;
}

.other-btn a:hover::before,
.other-btn a:hover::after {
	background: #646464;
}


.adidas-fede2022_list {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	justify-content: space-between;
	padding: 40px 0 20px;
	margin: 0 auto;
	max-width: 1200px;
	box-sizing: border-box;
}

.adidas-fede2022_list .item {
	margin: 0 auto;
	width: 30%;
}

.adidas-fede2022_list .item a {
	display: block;
	border: 1px solid #fff;
	padding: 10px;
	font-size: 16px;
	color: #fff;
	box-sizing: border-box;
	font-weight: bold;
    transition: .3s;
}

.adidas-fede2022_list .item a:hover{
    background: #fff;
    color: #63b1d8;
}


/*------▼GALLERY01--------*/
.club1920_photoarea {
	padding: 20px 0 40px;
	max-width: 1200px;
	margin: 0 auto;
}

ul.club1920_photo {
	list-style-type: none;
	margin: 20px auto;
	padding: 0;
	position: relative;
	display: flex;
	flex-wrap: wrap;
}

ul.club1920_photo li {
	padding: 0;
	position: relative;
	width: 33.33%;
	overflow: hidden;
	height: auto;
}

ul.club1920_photo li img:hover {
	transform: scale(1.1, 1.1);
}


ul.club1920_photo li img {
	width: 100%;
	display: block;
	transition: 0.5s;
}

.reprica-list_home {
	display: flex;
    flex-wrap: wrap;
    position: relative;
    justify-content: space-evenly;
    margin: 80px auto;
    max-width: 500px;
    padding: 0px;
    background-color: #ffffff;
}

.reprica-list {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	justify-content: space-evenly;
	margin: 0 auto;
	max-width: 1200px;
	padding: 80px 0;
	background-color: #ffffff;
}

.reprica-list div {
	width:36%;
	background-color: #fff;
}

.fede-team-main {
	max-width: 1200px;
	margin: 0 auto 50px;
}



.catchArea {
	background: #63b1d8;
	padding: 100px 50px 50px 0;
}

.catchArea_germany {
	background: #333333;
	padding: 100px 50px 50px 0;
}

.catchArea_italy {
	background: #1860aa;
	padding: 100px 50px 50px 0;
}

.catchArea_spain {
	background: #ad272f;
	padding: 100px 50px 50px 0;
}

.catchArea_mexico {
	background: #0d6355;
	padding: 100px 50px 50px 0;
}

.catchArea_other {
	background: #121212;
	padding: 100px 50px 50px 0;
}



.maintitle {
	font-family: "adineuePRO", 'Poppins', sans-serif;
	font-size: 4em;
	color: #fff;
	text-align: center;
	margin: 0 0 0;
    line-height: 1.2;
}

.maincatch {
	color: #fff;
	text-align: center;
	font-size: 15px;
	line-height: 1.6;
}

.spslideimg {
	display: none !important;
}

img.pcslideimg {
	display: block;
}

.fede-ttl span,
.ftw-warp .cate-ttl span {
	font-weight: normal;
}


.contents {
	text-align: center;
	background: #63b1d8;
}

.contents_germany {
	text-align: center;
	background: #333333;
}

.contents_italy {
	text-align: center;
	background: #1860aa;
}

.contents_spain {
	text-align: center;
	background: #ad272f;
}

.contents_mexico {
	text-align: center;
	background: #0d6355;
}

.contents_other {
	text-align: center;
	background: #121212;
}

.contents .fede-ttl {
	font-family: "adineuePRO", 'Poppins', sans-serif;
	font-size: 3.6em;
	text-align: center;
	line-height: 1.2;
	margin: 0 0 40px 0;
	color: #fff;
}

.contents .fede-ttl span {
	font-size: 14px;
	font-weight: bold;
	display: block;
}

.view-all {
	background: #333333 !important;
	padding: 30px 0;
	margin: 0 auto;
}

.view-all .view-all-btn a:hover {
	background: #fff !important;
	border: 1px solid #333333 !important;
	color: #333333 !important;
}

.view-all .view-all-btn a {
	border: 1px solid #fff !important;
	padding: 15px 0;
	text-align: center;
	display: block;
	font-size: 1.4em;
	color: #fff;
	transition: .3s;
}

.view-all .view-all-btn .arrow:before,
.view-all .view-all-btn .arrow:after {
	content: '';
	display: block;
	position: absolute;
	top: 48%;
	height: 2px;
	transition: .3s;
	background: #ffffff;
	right: 40px;
}

.view-all .view-all-btn .arrow:before {
	width: 14px;
	transform: translate(20px, 0px) rotate(315deg);
	transform-origin: right center;
}

.view-all .view-all-btn .arrow:after {
	width: 14px;
	transform-origin: right center;
	transform: translate(20px, 0px) rotate(45deg);
}

.view-all .view-all-btn .arrow:hover:before,
.view-all .view-all-btn .arrow:hover:after {
	background: #333333;
}



/*購入はこちら*/
/*ホームレプリカ用*/
/*黒ボタン*/
.buybtn a {
	position: relative;
	display: block;
	max-width: 400px;
	padding: 16px 20px;
	box-sizing: border-box;
	margin: 20px auto 30px;
	font-size: 16px;
	line-height: 1;
	transition: .3s;
	background-color: #121212;
	color: #ffffff;
	text-align: center;
	border: solid 1px #121212;
}

.buybtn a::after {
	content: "";
	position: absolute;
	right: 20px;
	width: 5px;
	height: 5px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.buybtn a:hover {
	background: #fff;
	color: #121212;
}

.buybtn a:hover::after {
	border-top: 1px solid #121212;
	border-right: 1px solid #121212;
}

/*//黒ボタン*/

.buybtn_big a {
	position: relative;
	display: block;
	max-width: 400px;
	padding: 16px 20px;
	box-sizing: border-box;
	margin: 20px auto 30px;
	font-size: 18px;
	line-height: 1;
	transition: .3s;
	background-color: #121212;
	color: #ffffff;
	text-align: center;
	border: solid 1px #121212;
}

.buybtn_big a::after {
	content: "";
	position: absolute;
	right: 20px;
	width: 5px;
	height: 5px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.buybtn_big a:hover {
	background: #fff;
	color: #121212;
}

.buybtn_big a:hover::after {
	border-top: 1px solid #121212;
	border-right: 1px solid #121212;
}


.hr_itemimg, .hr_itemimg2 {
	margin-bottom: 20px;
}

.hr_name, .hr_name2 {
	margin-bottom: 10px;
	font-weight: normal;
	font-size: 16px;
	line-height: 1.6em;
	letter-spacing: 0.02em;
}

.hr_name3 span, .i-name span {
	display: block;
	background-color: #4fffa1;
	padding: 5px;
	font-size: 0.9em;
	margin-right: 5px;
    color: #121212;
	max-width: 60%;
	margin: 10px auto;
    font-weight: bold;
}

.hr_price, .hr_price2 {
	margin-bottom: 20px;
	font-size: 22px;
	line-height: 1.2em;
	letter-spacing: 0.02em;
}

.hr_name3 {
	margin-bottom: 20px;
	font-weight: 500;
	font-size: 18px;
	line-height: 1.5;
	letter-spacing: 0.02em;
	color: #000000;
}

.hr_price3 {
	margin-bottom: 30px;
	font-size: 14px;
	line-height: 1.2em;
	letter-spacing: 0.02em;
	color: #000000;
}

.hr_price3 span {
	font-size: 60%;
}

.hr_sale {
	margin-bottom: 20px;
	font-size: 22px;
	line-height: 1.2em;
	letter-spacing: 0.02em;
	color: #FF0004;
}



.fede-bx {
	padding: 30px 0 0 0;
    border-top: 3px solid #fff;
	margin-top:40px;
}


/*　ピックアップ商品　*/

.other .selection {
	padding: 0 0 80px;
}

.selection {
	padding: 80px 0;
}

.selection .ftw-warp {
	max-width: 1200px;
	margin: 0 auto;
	background: #fff;
	padding: 80px 0 60px;
}

.cate-ttl {
	font-family: "adineuePRO", 'Poppins', sans-serif;
	font-size: 2.875em;
	text-align: center;
	line-height: 1.2;
	margin: 0 0 60px 0;
}

.cate-ttl span {
	font-size: 14px;
	display: block;
}

.chart_unit {
	position: relative;
	width: 100%;
	max-width: 1200px;
	/*padding-top: 40px;*/
	box-sizing: border-box;
}

/*　//ピックアップ商品　*/



/*スクロールダウン全体の場所*/
.scrolldown2 {
	/*描画位置※位置は適宜調整してください*/
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
    z-index: 5;
}

/*Scrollテキストの描写*/
.scrolldown2 span {
	/*描画位置*/
	position: absolute;
	left: -35px;
	bottom: 10px;
	/*テキストの形状*/
	color: #8f8f8f;
	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: #8f8f8f;
	/*丸の動き1.6秒かけて透過し、永遠にループ*/
	animation:
		circlemove 2.6s ease-in-out infinite,
		cirlemovehide 2.6s ease-out infinite;
}


.maincatch span{
	font-size:20px;
	margin-bottom:15px;
	display:block;
}

.italia-awey_coming-txt{
    font-size: 30px;
    color: #fff;
    padding-bottom: 100px;
    letter-spacing: 3px;
    margin-top: -15px;
}

.italia-awey_coming-txt span{
    display:block;
	font-size:18px;
	margin-top:5px;
}


/*下からの距離が変化して丸の全体が上から下に動く*/
@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: #8f8f8f;
}


.of-bx>.scrolldown2 {
	/*SPのみ*/
	display: none;
}

.chart_list {
	max-width: 1100px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	padding: 0 0 20px;
}

.chart_list .item {
	width: 28%;
	max-width: 400px;
	margin: auto auto 60px auto;
}

.other .chart_list {
	padding: 0 20px 20px;
}

.other .chart_list .item {
	width: 30%;
	max-width: 400px;
	margin: auto auto 40px auto;
}

.chart_list .i-price {
	font-weight: bold;
	font-size: 22px;
	margin-bottom: 20px;
}

.chart_list .i-price span {
	font-size: 60%;
}


.chart_list .i-sale {
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 20px;
	color:#FF0004;
}

.chart_list .i-sale span {
	font-size: 60%;
}


.chart_list .c-model {
	position: relative;
}

.chart_list .c-model .ico-genre {
	position: absolute;
	top: 0;
	left: 0;
	color: #fff;
	font-weight: bold;
	display: inline-block;
	padding: 5px;
	line-height: 1;
}

.chart_list .c-model .kidtag {
	background: #019f4b;
}

.chart_list .c-model .womentag {
	background: #e2219c;
}

.footer .contlist01 ul li a, .footer .contlist02 ul li a{
	text-align:left;
}
.footer .f_navi h4{
	text-align:left;
}


/*----RWD----*/

.pc_none {
    display: none;
}


@media screen and (max-width:820px) {
	.ftw-warp {
		width: 85%;
	}

	.other_federation_list {
		justify-content: space-between;
		width: 94%;
		margin: 0 auto;
	}

	.other_federation_list li {
		width: 48%;
		margin: 0 0 60px 0;
	}

    .pc_none {
        display: block;
    }

}

@media screen and (max-width:768px) {

    .sp_none {
		display: none;
	}

	.club1920_photoarea {
		padding: 0;
	}

	ul.club1920_photo {
		margin: 0 0 45px;
		display: block;
		white-space: nowrap;
		/*    padding-left: 10px;*/
		overflow-x: auto;
	}

    ul.club1920_photo li {
		width: 30%;
		white-space: nowrap;
		display: inline-block;
	}

	.reprica-list div {
		width: 95%;
        margin: 0 auto 0px;
	}

    .feature-navi{
        margin: 0 10px;
    }

    .hr_name3 span, .i-name span{
        max-width: 80%;
    }


	.ftw-warp {
		width: 95%;
	}

	.chart_unit {
		overflow-x: auto;
		padding: 0;
	}

	.other .chart_list,
	.chart_list {
		white-space: nowrap;
		padding: 40px 0 20px 0;
		display: block;
	}

	.other .chart_list .item,
	.chart_list .item {
		width: 240px;
		display: inline-block;
	}

	.chart_list::-webkit-scrollbar {
		height: 5px;
	}

	.chart_list::-webkit-scrollbar-thumb {
		background-color: #cccccc;
		border-radius: 2.5px;
		padding-top: 40px;
	}


	.chart_unit .item:first-child {
		margin: 0 40px 0 20px;
	}

	.chart_unit .item {
		margin: 0 40px 0 0;
	}

    .catchArea,.catchArea_germany,.catchArea_italy,.catchArea_spain,.catchArea_mexico,.catchArea_other{
        padding: 60px 0 40px;
    }

    .maintitle{
        font-size: 3.4em;
    }

/*    .maincatch{
        text-align: left;
    }*/

	.pcslideimg {
		display: none !important;
	}

	.spslideimg {
		display: block !important;
	}

	.slide {
		width: 100% !important;
		margin: 0 auto;
	}

	.slide .item img {
		width: 100% !important;
	}


	.slide .slick-dots {
		bottom: 20px !important;
	}

	.slide .slick-dots li button:before {
		font-size: 20px !important;
	}

	.slide .item {
		width: 100% !important;
	}

	.slide-navi-bg {
		display: none !important;
	}

	.slick-dotted.slick-slider {
		margin-bottom: 0 !important;
	}

	/*---------------------------------------*/

	.view-all {
		padding: 30px 0;
	}

	.view-all .view-all-btn {
		padding: 0 20px;
	}

	.view-all .view-all-btn a {
		font-size: 14px;
		margin: 0 auto;
	}

	.view-all-btn .arrow:before,
	.view-all-btn .arrow:after {
		right: 80px;
	}

	.selection {
		padding: 0 0 6vh;
	}

	.fede-bx {
		padding: 5vh 0;
		margin-top: -5px;
	}


	.hr_itemimg {
		margin: 0 auto 20px;
		width: 100%;
	}

	.hr_price, .hr_price2, .hr_price3, .hr_sale {
		font-size: 18px;
	}


    .cate-ttl {
		font-size: 1.8rem;
	}

	.cate-ttl span {
		font-size: 12px;
	}

	.chart_list .i-name {
		font-size: 0.8rem;
		margin-bottom: 1vh;
	}

	.chart_list .i-price {
		font-size: 1rem;
		margin-bottom: 20px;
	}

	.chart_list .i-sale {
		font-size: 1rem;
		margin-bottom: 20px;
	}

	.chart_list .c-spec {
		margin-bottom: 1vh;
		font-size: 12px;
	}

	.chart_list .w-spec, .chart_list .m-spec {
		margin-bottom: 1vh;
		font-size: 12px;
	}

	.chart_list .j-spec {
		margin-bottom: 1vh;
		font-size: 12px;
	}

	.chart_unit .item .item-view a {
		padding: 13px 20px;
		font-size: 1em;
	}

	.other_federation {
		padding-top: 8%;
	}

	.of-bx {
		width: 90%;
		max-width: none;
		margin: 0 auto;
		position: relative;
	}

	.of-bx>.scrolldown2 {
		/*描画位置※位置は適宜調整してください*/
		position: absolute;
		top: 10px;
		left: 50%;
		margin: 0;
		display: block;
	}


	.hr_itemimg2 {
		margin: 0 auto 10px auto;
		width: none !important;
	}


	.hr_name2 {
		line-height: 1.6em;
		letter-spacing: 0.02em;
		font-size: 0.8rem;
		margin-bottom: 0.5vh;
	}

	.hr_price2 {
		margin-bottom: 20px;
		font-size: 1rem;
		line-height: 1.2em;
		letter-spacing: 0.02em;
	}
	
.maincatch span{
	font-size:16px;
	text-align:center;
	letter-spacing:0;
}

.italia-awey_coming-txt{
    font-size: 23px;
    letter-spacing: 0;
}

.italia-awey_coming-txt span{
    font-size: 13px;
}

.schedule span{
    font-size: 18px;
	letter-spacing:0;
}

}


@media screen and (max-width:480px) {

    ul.club1920_photo li {
        width: 80%;
    }
}









/*----スクロールアニメ----*/
: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;
}

/*----//スクロールアニメ----*/


/* 251029追記 */

.country_jp{
	margin: 0 auto;
	text-align: center;
	font-size: 16px;
	color: #ffffff;
	margin-top: 10px;
}

.image-slider {
  width: auto;
  height: 500px;
  position: relative;
}

.slider-track {
  display: flex;
  width: max-content;
  animation: slide-loop 15s linear infinite;
}

.slider-track img {
  width: auto;
  height: 500px;
  object-fit: cover;
  flex-shrink: 0;
}

.image-slider:hover .slider-track {
  animation-play-state: paused;
}


@keyframes slide-loop {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

.other_title,.other_title_germany,.other_title_germany,.other_title_italy,.other_title_spain,.other_title_mexico,.other_title_other{
	font-size: 38px;
	font-weight: bold;
	color: #000000;
	padding: 60px 0 0px;
	background-color: #ffffff;
	max-width: 1200px;
	margin: 0 auto;
}

.other_title p{
	font-size: 14px;
	color: #000000;
	background-color: #ffffff;
	max-width: 1200px;
	margin: 0 auto;
}

.other_title_germany p{
	font-size: 14px;
	color: #000000;
	background-color: #ffffff;
	max-width: 1200px;
	margin: 0 auto;
}

.other_title_italy p{
	font-size: 14px;
	color: #000000;
	background-color: #ffffff;
	max-width: 1200px;
	margin: 0 auto;
}

.other_title_spain p{
	font-size: 14px;
	color: #000000;
	background-color: #ffffff;
	max-width: 1200px;
	margin: 0 auto;
}

.other_title_mexico p{
	font-size: 14px;
	color: #000000;
	background-color: #ffffff;
	max-width: 1200px;
	margin: 0 auto;
}

.other_title_other p{
	font-size: 14px;
	color: #000000;
	background-color: #ffffff;
	max-width: 1200px;
	margin: 0 auto;
}


.adidas-italy_main {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  position: relative;
  overflow: hidden;
}

.adidas-italy_main img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

/* ===== SELECT ナビセクション ===== */

.bgcolor{
	background-color: #63b1d8;
	padding:100px 0 0 0;
	max-width: 100%;
	margin: 0 auto;
}

.bgcolor_germany{
	background-color: #333333;
	padding:100px 0 0 0;
	max-width: 100%;
	margin: 0 auto;
}

.bgcolor_italy{
	background-color: #1860aa;
	padding:100px 0 0 0;
	max-width: 100%;
	margin: 0 auto;
}

.bgcolor_spain{
	background-color: #ad272f;
	padding:100px 0 0 0;
	max-width: 100%;
	margin: 0 auto;
}

.bgcolor_mexico{
	background-color: #0d6355;
	padding:100px 0 0 0;
	max-width: 100%;
	margin: 0 auto;
}

.bgcolor_other{
	background-color: #121212;
	padding:100px 0 0 0;
	max-width: 100%;
	margin: 0 auto;
}

.slect {
  background: #fff;
  padding: 80px 0;
  text-align: center;
}

.slecttitle {
  font-size: 28px;
  font-weight: 700;
  font-family: "adineuePRO", 'Poppins', sans-serif;
  margin-bottom: 40px;
  color: #111;
  background-color: #ffffff;
  margin-bottom: 30px;
}

.select-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* PCでは3カラム */
  gap:20px 40px;;
  justify-content: center;
  max-width: 1000px;
  margin: 0 auto;
  list-style: none;
  padding: 0;
}

.select-grid li {
  background: #f9f9f9;
  border: 1px solid #000000;
  transition: all 0.3s ease;
}

.select-grid li a {
  display: block;
  padding: 15px 0px;
  font-size: 20px;
  font-weight: bold;
  font-family: "adineuePRO", 'Poppins', sans-serif;
  color: #000000;
  text-decoration: none;
}

.select-grid li a span {
  display: block;
  font-size: 13px;
  color: #000000;
}

.select-grid li:hover {
  background-color: #000;   /* 背景を黒に */
}

.select-grid li:hover a {
  color: #fff;              /* 文字を白に */
}

.select-grid li:hover a span {
  color: #fff;              /* サブテキストも白に */
}

/* --- SP（スマホ）--- */
@media screen and (max-width: 768px) {
  .select-grid {
    grid-template-columns: repeat(2, 1fr); /* 2カラム固定 */
    gap: 20px;
    justify-content: start; /* 左寄せ */
    max-width: 95%;
	margin-bottom: 0px;
  }

  .select-grid li a {
    padding: 15px 10px;
    font-size: 18px;
  }

  .country_jp {
	margin-top: 0	;
  }

  .buybtn a {
    position: relative;
    display: block;
    max-width: 400px;
    padding: 15px 10px;
    box-sizing: border-box;
    margin: 0px 10px 20px;
    font-size: 12px;
    line-height: 1;
    transition: .3s;
    background-color: #121212;
    color: #ffffff;
    text-align: center;
    border: solid 1px #121212;
}

.slect {
    background: #fff;
    padding: 60px 0 80px;
    text-align: center;
}

.other_title,.other_title_germany,.other_title_italy,.other_title_spain,.other_title_mexico,.other_title_other {
    padding: 0px 0 0px;
	font-size: 38px;
    font-weight: bold;
    color: #ffffff;
    padding: 0px 0 0px;
    max-width: 1200px;
    margin: 0 auto;
}

.other_title {
    background-color: #63b1d8;
}

.other_title_germany {
    background-color: #333333;
}

.other_title_italy {
    background-color: #1860aa;
}

.other_title_spain {
    background-color: #ad272f;
}

.other_title_mexico {
    background-color: #0d6355;
}

.other_title_other {
    background-color: #121212;
}

.other_title p {
    font-size: 14px;
	font-weight: normal;
    color: #ffffff;
    background-color: #63b1d8;
    max-width: 1200px;
    margin: 0 auto;
}


.other_title_germany p {
    font-size: 14px;
	font-weight: normal;
    color: #ffffff;
    background-color: #333333;
    max-width: 1200px;
    margin: 0 auto;
}

.other_title_italy p {
    font-size: 14px;
	font-weight: normal;
    color: #ffffff;
    background-color: #1860aa;
    max-width: 1200px;
    margin: 0 auto;
}

.other_title_spain p {
    font-size: 14px;
	font-weight: normal;
    color: #ffffff;
    background-color: #ad272f;
    max-width: 1200px;
    margin: 0 auto;
}

.other_title_mexico p {
    font-size: 14px;
	font-weight: normal;
    color: #ffffff;
    background-color: #0d6355;
    max-width: 1200px;
    margin: 0 auto;
}

.other_title_other p {
    font-size: 14px;
	font-weight: normal;
    color: #ffffff;
    background-color: #121212;
    max-width: 1200px;
    margin: 0 auto;
}

.select-grid li a span {
    font-size: 12px;
	font-family: normal;
}

.bgcolor,.bgcolor_germany,.bgcolor_italy,.bgcolor_spain,.bgcolor_mexico,.bgcolor_other{
	padding:0 0 0 0;
}

.buybtn_big a {
	position: relative;
	display: block;
	max-width: 400px;
	padding: 16px 20px;
	box-sizing: border-box;
	margin: 0px 10px 20px;
	font-size: 18px;
	line-height: 1;
	transition: .3s;
	background-color: #121212;
	color: #ffffff;
	text-align: center;
	border: solid 1px #121212;
}

}

   /* REPRICA LIST（共通レイアウト） */

.reprica-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 60px;
	max-width: 1200px;
	margin: 0 auto;
	padding: 60px 0 50px;
	background-color: #ffffff;
  }
  
  .reprica-list .home_reprica {
	width: 400px;
	background-color: #fff;
	box-sizing: border-box;
	padding: 20px 20px 0;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
  }
  
  .reprica-list .home_reprica:hover {
	transform: translateY(-4px);
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  }
  
  .reprica-list .hr_itemimg {
	margin-bottom: 10px;
  }
  
  .reprica-list .hr_name3 {
	margin-bottom: 20px;
	font-size: 16px;
	line-height: 1.6;
	color: #000;
  }
  
  .reprica-list .hr_price3 {
	margin-bottom: 30px;
	font-size: 14px;
	color: #111;
  }

  @media screen and (max-width: 768px) {
	.reprica-list {
	  display: grid;
	  grid-template-columns: repeat(2, 1fr);
	  gap: 30px 10px;
	  justify-content: center;
	  max-width: 95%;
	  margin: 0 auto;
	  padding: 40px 0 60px;
	  background-color: var(--theme-color, #63b1d8);
	}
  
	.reprica-list .home_reprica {
	  width: 100%;
	  max-width: none;
	  background-color: #fff;
	  padding: 0;
	}
  
	.reprica-list .hr_name3 {
	  font-size: 12px;
	  padding: 0 10px;
	  margin-bottom: 15px;
	  line-height: 1.4;
	}
  
	.reprica-list .hr_price3 {
	  font-size: 13px;
	  margin-bottom: 20px;
	}
  }

  /* ドイツ */
  .reprica-list_germany {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 60px;
	max-width: 1200px;
	margin: 0 auto;
	padding: 60px 0 50px;
	background-color: #ffffff;
  }
  
  .reprica-list_germany .home_reprica {
	width: 400px;
	background-color: #fff;
	box-sizing: border-box;
	padding: 20px 20px 0;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
  }
  
  .reprica-list_germany .home_reprica:hover {
	transform: translateY(-4px);
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  }
  
  .reprica-list_germany .hr_itemimg {
	margin-bottom: 10px;
  }
  
  .reprica-list_germany .hr_name3 {
	margin-bottom: 20px;
	font-size: 16px;
	line-height: 1.6;
	color: #000;
  }
  
  .reprica-list_germany .hr_price3 {
	margin-bottom: 30px;
	font-size: 14px;
	color: #111;
  }

  @media screen and (max-width: 768px) {
	.reprica-list_germany {
	  display: grid;
	  grid-template-columns: repeat(2, 1fr);
	  gap: 30px 10px;
	  justify-content: center;
	  max-width: 95%;
	  margin: 0 auto;
	  padding: 40px 0 60px;
	  background-color: var(--theme-color, #333333);
	}
  
	.reprica-list_germany .home_reprica {
	  width: 100%;
	  max-width: none;
	  background-color: #fff;
	  padding: 0;
	}
  
	.reprica-list_germany .hr_name3 {
	  font-size: 12px;
	  padding: 0 10px;
	  margin-bottom: 15px;
	  line-height: 1.4;
	}
  
	.reprica-list_germany .hr_price3 {
	  font-size: 13px;
	  margin-bottom: 20px;
	}

	.reprica-list_home {
	 width: 95%;
	}
  }

  /* イタリア */
  .reprica-list_italy {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 60px;
	max-width: 1200px;
	margin: 0 auto;
	padding: 60px 0 50px;
	background-color: #ffffff;
  }
  
  .reprica-list_italy .home_reprica {
	width: 400px;
	background-color: #fff;
	box-sizing: border-box;
	padding: 20px 20px 0;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
  }
  
  .reprica-list_italy .home_reprica:hover {
	transform: translateY(-4px);
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  }
  
  .reprica-list_italy .hr_itemimg {
	margin-bottom: 10px;
  }
  
  .reprica-list_italy .hr_name3 {
	margin-bottom: 20px;
	font-size: 16px;
	line-height: 1.6;
	color: #000;
  }
  
  .reprica-list_italy .hr_price3 {
	margin-bottom: 30px;
	font-size: 14px;
	color: #111;
  }

  @media screen and (max-width: 768px) {
	.reprica-list_italy {
	  display: grid;
	  grid-template-columns: repeat(2, 1fr);
	  gap: 30px 10px;
	  justify-content: center;
	  max-width: 95%;
	  margin: 0 auto;
	  padding: 40px 0 60px;
	  background-color: var(--theme-color, #1860aa);
	}
  
	.reprica-list_italy .home_reprica {
	  width: 100%;
	  max-width: none;
	  background-color: #fff;
	  padding: 0;
	}
  
	.reprica-list_italy .hr_name3 {
	  font-size: 12px;
	  padding: 0 10px;
	  margin-bottom: 15px;
	  line-height: 1.4;
	}
  
	.reprica-list_italy .hr_price3 {
	  font-size: 13px;
	  margin-bottom: 20px;
	}

	.reprica-list_home {
	 width: 95%;
	}

.schedule{
	font-size:12px;
}

  }

  /* スペイン */
  .reprica-list_spain {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 60px;
	max-width: 1200px;
	margin: 0 auto;
	padding: 60px 0 50px;
	background-color: #ffffff;
  }
  
  .reprica-list_spain .home_reprica {
	width: 400px;
	background-color: #fff;
	box-sizing: border-box;
	padding: 20px 20px 0;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
  }
  
  .reprica-list_spain .home_reprica:hover {
	transform: translateY(-4px);
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  }
  
  .reprica-list_spain .hr_itemimg {
	margin-bottom: 10px;
  }
  
  .reprica-list_spain .hr_name3 {
	margin-bottom: 20px;
	font-size: 16px;
	line-height: 1.6;
	color: #000;
  }
  
  .reprica-list_spain .hr_price3 {
	margin-bottom: 30px;
	font-size: 14px;
	color: #111;
  }

  @media screen and (max-width: 768px) {
	.reprica-list_spain {
	  display: grid;
	  grid-template-columns: repeat(2, 1fr);
	  gap: 30px 10px;
	  justify-content: center;
	  max-width: 95%;
	  margin: 0 auto;
	  padding: 40px 0 60px;
	  background-color: var(--theme-color, #ad272f);
	}
  
	.reprica-list_spain .home_reprica {
	  width: 100%;
	  max-width: none;
	  background-color: #fff;
	  padding: 0;
	}
  
	.reprica-list_spain .hr_name3 {
	  font-size: 12px;
	  padding: 0 10px;
	  margin-bottom: 15px;
	  line-height: 1.4;
	}
  
	.reprica-list_spain .hr_price3 {
	  font-size: 13px;
	  margin-bottom: 20px;
	}

	.reprica-list_home {
	 width: 95%;
	}
  }

    /* メキシコ */
	.reprica-list_mexico {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		gap: 60px;
		max-width: 1200px;
		margin: 0 auto;
		padding: 60px 0 50px;
		background-color: #ffffff;
	  }
	  
	  .reprica-list_mexico .home_reprica {
		width: 400px;
		background-color: #fff;
		box-sizing: border-box;
		padding: 20px 20px 0;
		transition: transform 0.3s ease, box-shadow 0.3s ease;
	  }
	  
	  .reprica-list_mexico .home_reprica:hover {
		transform: translateY(-4px);
		box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
	  }
	  
	  .reprica-list_mexico .hr_itemimg {
		margin-bottom: 10px;
	  }
	  
	  .reprica-list_mexico .hr_name3 {
		margin-bottom: 20px;
		font-size: 16px;
		line-height: 1.6;
		color: #000;
	  }
	  
	  .reprica-list_mexico .hr_price3 {
		margin-bottom: 30px;
		font-size: 14px;
		color: #111;
	  }
	
	  @media screen and (max-width: 768px) {
		.reprica-list_mexico {
		  display: grid;
		  grid-template-columns: repeat(2, 1fr);
		  gap: 30px 10px;
		  justify-content: center;
		  max-width: 95%;
		  margin: 0 auto;
		  padding: 40px 0 60px;
		  background-color: var(--theme-color, #0d6355);
		}
	  
		.reprica-list_mexico .home_reprica {
		  width: 100%;
		  max-width: none;
		  background-color: #fff;
		  padding: 0;
		}
	  
		.reprica-list_mexico .hr_name3 {
		  font-size: 12px;
		  padding: 0 10px;
		  margin-bottom: 15px;
		  line-height: 1.4;
		}
	  
		.reprica-list_mexico .hr_price3 {
		  font-size: 13px;
		  margin-bottom: 20px;
		}
	
		.reprica-list_home {
		 width: 95%;
		}
	}
		

	     /* その他各国 */
	.reprica-list_other {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		gap: 60px;
		max-width: 1200px;
		margin: 0 auto;
		padding: 60px 0 50px;
		background-color: #ffffff;
	  }
	  
	  .reprica-list_other .home_reprica {
		width: 400px;
		background-color: #fff;
		box-sizing: border-box;
		padding: 20px 20px 0;
		transition: transform 0.3s ease, box-shadow 0.3s ease;
	  }
	  
	  .reprica-list_other .home_reprica:hover {
		transform: translateY(-4px);
		box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
	  }
	  
	  .reprica-list_other .hr_itemimg {
		margin-bottom: 10px;
	  }
	  
	  .reprica-list_other .hr_name3 {
		margin-bottom: 20px;
		font-size: 16px;
		line-height: 1.6;
		color: #000;
	  }
	  
	  .reprica-list_other .hr_price3 {
		margin-bottom: 30px;
		font-size: 14px;
		color: #111;
	  }
	
	  @media screen and (max-width: 768px) {
		.reprica-list_other {
		  display: grid;
		  grid-template-columns: repeat(2, 1fr);
		  gap: 30px 10px;
		  justify-content: center;
		  max-width: 95%;
		  margin: 0 auto;
		  padding: 40px 0 60px;
		  background-color: var(--theme-color, #121212);
		}
	  
		.reprica-list_other .home_reprica {
		  width: 100%;
		  max-width: none;
		  background-color: #fff;
		  padding: 0;
		}
	  
		.reprica-list_other .hr_name3 {
		  font-size: 12px;
		  padding: 0 10px;
		  margin-bottom: 15px;
		  line-height: 1.4;
		}
	  
		.reprica-list_mexico .hr_price3 {
		  font-size: 13px;
		  margin-bottom: 20px;
		}
	
		.reprica-list_home {
		 width: 95%;
		}
	}


	/* =============================
   固定ナビ（PC）
============================= */
.side-nav {
	position: fixed;
	top: 50%;
	left: 20px;
	transform: translateY(-50%);
	z-index: 9999;
  }
  .side-nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
  }
  .side-nav li {
	margin-bottom: 10px;
  }
  .side-nav a {
	display: flex;
	align-items: center;
	gap: 8px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	padding: 6px 10px;
	border-radius: 4px;
	text-decoration: none;
	transition: background 0.3s;
  }
  .side-nav a:hover {
	color: #000000;
  }
  .side-nav img {
	width: 28px;
	height: 28px;
	border-radius: 3px;
  }
  
  /* =============================
	 SPナビ
  ============================= */
  .sp-nav-tab {
	position: fixed;
	bottom: 488px;
	right: 20px;
	background: #63b1d8;
	color: #fff;
	padding: 10px 16px;
	border-radius: 50px;
	font-weight: bold;
	cursor: pointer;
	z-index: 10000;
  }
  .sp-nav-menu {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	width: 80%;
	height: 100vh;
	background: #fff;
	z-index: 10001;
	overflow-y: auto;
	box-shadow: -2px 0 10px rgba(0,0,0,0.3);
  }
  .sp-nav-menu.active {
	display: block;
  }
  .sp-nav-menu ul {
	list-style: none;
	padding: 80px 20px;
  }
  .sp-nav-menu li {
	margin-bottom: 20px;
  }
  .sp-nav-menu a {
	color: #111;
	text-decoration: none;
	font-size: 18px;
	font-weight: bold;
	display: flex;
	align-items: center;
	gap: 10px;
  }
  .sp-nav-close {
	position: absolute;
	top: 15px;
	right: 20px;
	font-size: 28px;
	cursor: pointer;
  }
  @media screen and (max-width: 768px) {
	.side-nav {
	  display: none;
	}
  }

  /* ========== 固定ナビ（PC版）indexと同デザイン ========== */
.side-nav {
	position: fixed;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	z-index: 1000;
	background: #fff;
	padding: 20px 10px 15px 10px;
	box-shadow: 2px 2px 6px rgba(0,0,0,0.1);
  }
  .side-nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
  }
  .side-nav li {
	margin-bottom: 8px;
  }
  .side-nav a {
	display: flex;
	align-items: center;
	font-size: 13px;
	font-weight: 500;
	color: #999999;
	text-decoration: none;
	letter-spacing: 0.05em;
	transition: 0.3s;
  }
  .side-nav a:hover {
	opacity: 0.7;
  }
  .side-nav img {
	width: 26px;
	height: 26px;
	margin-right: 6px;
  }
  
  /* ========== SPナビ ========== */
  .sp-nav-tab {
	position: fixed;
    right: 0;
    transform: translateY(100%);
    background: #000;
    color: #fff;
    padding: 35px 12px;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    font-weight: bold;
    letter-spacing: 0.1em;
    border-radius: 6px 0 0 6px;
    cursor: pointer;
    z-index: 1001;
  }
  .sp-nav-menu {
	display: none;
    position: fixed;
    top: 10%;
    right: 0px;
    width: 52%;
    height: 52vh;
    background: #fff;
    z-index: 999;
    padding-top: 70px;
    overflow-y: auto;
  }
  .sp-nav-menu.active {
	display: block;
  }
  .sp-nav-close {
	position: absolute;
	top: 12px;
	right: 15px;
	font-size: 26px;
	font-weight: bold;
	cursor: pointer;
  }
  .sp-nav-menu ul {
	list-style: none;
	padding: 0 20px;
  }
  .sp-nav-menu li {
	margin-bottom: 20px;
  }
  .sp-nav-menu a {
	display: flex;
	align-items: center;
	gap: 8px;
	color: #111;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
  }
  .sp-nav-menu a img {
	width: 32px;
	height: 32px;
  }

  /* ナビの表示・非表示アニメーション */
.side-nav,
.sp-nav-tab {
  transition: opacity 0.4s ease;
}

.pcnone{
	display: none;
  }
/* PCではSPナビ非表示 */
@media screen and (min-width: 769px) {
  .sp-nav-tab {
    display: none;
  }
}

/* SPではPCナビ非表示 */
@media screen and (max-width: 768px) {
  .side-nav {
    display: none;
  }
  .pcnone{
	display: block;
  }
}

.side-nav,
.sp-nav-tab {
  transition: opacity 0.4s ease;
}

.image-slider {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.slider-track {
  display: flex;
  gap: 0;
  will-change: transform;
}

.slider-track img {
  width: auto;
  height: 500px;
  object-fit: cover;
  flex-shrink: 0;
}
/* JS制御に切り替えるためCSSアニメを無効化 */
.slider-track {
  animation: none !important;
}



/* ▼ 商品タグ（KIDS・WOMEN） */
.home_reprica {
  position: relative;
}

.home_reprica .tag {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  padding: 4px 8px;
  z-index: 3;
  letter-spacing: 0.5px;
}

.home_reprica .tag.kids {
  background-color: #e09900;
}

.home_reprica .tag.women {
  background-color: #e4007f;
}

/* SP調整 */
@media screen and (max-width: 768px) {
  .home_reprica .tag {
    font-size: 10px;
    top: 0;
    left: 0;
    padding: 3px 6px;
  }
}

.side-nav span{
	font-size: 12px;
}

@media screen and (max-width: 768px) {

.sp-nav-menu span{
  font-size: 12px;
}
}



.kv-wrap { position: relative; width: 100%; overflow: hidden; }
.kv-slider { width: 100%; margin: 0 auto; box-sizing: border-box; }
.kv-slider > div { display: block; width: 100%; }
.kv-slider img { width: 100%; height: auto; display: block; object-fit: cover; }

.pc-only { display: block !important; }
.sp-only { display: none !important; }
@media screen and (max-width: 768px) {
  .pc-only { display: none !important; }
  .sp-only { display: block !important; }
}

.slick-slide { display: block; }
.slick-list, .slick-track { box-sizing: border-box; }

.kv-wrap {
  line-height: 0;
  overflow: hidden;
}

.kv-slider {
  margin-bottom: 0 !important;
}

.kv-slider img {
  display: block;
  width: 100%;
  height: auto;
  vertical-align: bottom; 
}

.titletxt{
	font-size: 40px;
	font-weight: bold;
	text-align: center;
	color: white;
}

@media screen and (max-width: 768px) {
.titletxt{
	font-size: 34px;
}

.slider-track img {
  width: auto;
  height: 375px;
  object-fit: cover;
  flex-shrink: 0;
}

.image-slider {
  width: auto;
  height: 375px;
  position: relative;
}

}

