/* ---- ftw-style_220815.css のコピー ---- */
.adidas-sis {
    width: 100%;
    overflow: hidden;
    font-family: source-han-sans-japanese, sans-serif;
}
.ftw-warp {
    max-width: 1200px;
    margin: 0 auto;
}
.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:-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;
    justify-content:center;
    margin:20px auto;
	width:90%;
	}
	
/*------▼GALLERY01--------*/	
.club1920_photoarea	{
	padding:20px 0 0;
	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{
	margin:-4px auto 0;
	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%;
    transition: 0.5s;
    vertical-align: top;
}

/* .reprica-list{
    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;
    justify-content:space-evenly;
    margin:0 auto;
	max-width:1000px;
	} */

	
.fede-team-main{
    width: 100%;
}

.maintxt {
  padding:50px 0;
}

.main-ttl {
    font-family: "adineuePRO", 'Poppins', sans-serif;
    font-size: 6em;
    text-align: center;
    line-height: 0.9;
}

.sub-ttl {
  font-size: 16px;
  text-align: center;
  font-weight:bold;
  margin-bottom: 7px;
}

.main-txt {
  font-size: 1.2em;
  text-align: center;
  line-height: 1.2;
  margin-top: 30px;
}

.product-txt{
	font-size:16px;
	color:#fff;
	text-align:center;
	margin-bottom:20px;
}

.reprica-list .date{
	color: #ffed79;
    font-size: 22px;
    font-weight: bold;
}

.item .date{
	margin-top:15px;
}


@media screen and (min-width:769px) {

.pc_none{
	display:none;
}
	
	}

@media screen and (max-width:768px) {

.adidas-fede2022_list .item{
    width:50%;
	}

.sp_none{
	display:none;
}

.club1920_photoarea	{
	padding:0;
}
    
/*ul.club1920_photo li{
        width: 33.3%;
    }   */

	
ul.club1920_photo{
	margin:35px 0 45px;
	display: block;
    white-space: nowrap;
/*    padding-left: 10px;*/
	overflow-x: auto;
}

ul.club1920_photo li{
    width: 70%;
	white-space: nowrap;
	display: inline-block;
}



.main-ttl {
  font-size: 5em;
}

.sub-ttl {
  font-size: 1.4em;
}

.main-txt {
  font-size: 1.1em;
  line-height:1.7;
}


}



@media screen and (min-width:768px) {
.chart_list{
    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;
    justify-content:center;
    margin:0 auto;
	}


}

@media screen and (max-width:480px) {
    .view-all {
        padding: 40px 0 20px 0;
    }

    .selection{
        padding: 30px 0;
    }

    .cate-ttl{
        margin: 0 0 30px 0;
    }

    .selec-ttl{
        margin: 0 0 30px 0;
    }


}

@media screen and (max-width:360px) {
    .line-up-subtxt-index {
        font-size: 15px;
    }
}

@media screen and (max-width:320px) {

    .selec-ttl {
        font-size: 24px;
    }

    .other-btn a {
        font-size: 1em;
    }

}




/*--------2208霑ｽ蜉�縲繝√Ε繝ｼ繝医Θ繝九ャ繝�--------*/

/*chart繝輔か繝ｼ繝�*/

.chart_list .is-hide {
    display: none;
}

.s-child, .s-child02{
    display: flex;
    align-items: center;
    padding: 20px;
    width: 90%;
    }

.search-box input{
    margin-right: 10px;
}



.f-cate{
display: flex;
align-items: center;
margin-right: 30px;
}

.f-cate img{
    height: 40px;
    margin-right: 10px;
}

.f-cate span{
    font-weight: bold;
    line-height: 1.4em;
}

.chart_unit{
    position: relative;
    width: 100%;
    max-width: 1200px;
    padding-top:40px;
}
/*.chart_list{
    width: 100%;
    max-width: 1200px;
    overflow-x: auto;
    display: flex;
    flex-wrap: nowrap;
    padding-bottom: 30px;
}*/

.chart_list::-webkit-scrollbar{
	height: 5px;
}

.chart_list::-webkit-scrollbar-thumb{
	background-color: #cccccc;
	border-radius: 2.5px;
    padding-top: 40px;

}

.chart_list .item .c-list-chi{
    width: 320px;
    display: flex;
    flex-direction: column;
}

.c-list-chi li{
    letter-spacing: 0.02em;
}


.c-list-chi .c-model{
padding: 0 0 20px 0;
height: 320px;
position: relative;
}

.c-list-chi .top{
    background-color: #35b5e7;
    padding: 3px;
    text-align: center;
}
.c-list-chi .entry{
    background-color: #71bb38;
    padding: 3px;
    text-align: center;
}

.c-list-chi .tothless {
    background-color: #003864;
    margin: 5px 0 0 5px;
    padding: 1px 4px 3px;
    display: inline-block;
}

.chart_list .item img{
    /*width: 200px;*/
    display: block;
    /*margin: 0 auto;
    position: absolute;
    bottom: 0;
    left: 5%;*/
}
.chart_list .i-name, .chart_list .i-price, .chart_list.i-sale, .chart_list .i-txt{
    text-align: center;
}
.chart_list .i-name {
    font-size: 16px;
    line-height: 1.6em;
    letter-spacing: 0.02em;
}
.chart_list .i-price{
    font-size: 17px;
    line-height: 1.2em;
    letter-spacing: 0.02em;
    margin-bottom: 20px;
}

.chart_list .i-price span{
    font-size: 13px;
	margin-left:5px;
}

.chart_list .i-sale{
    font-size: 22px;
    line-height: 1.2em;
    letter-spacing: 0.02em;
    margin-bottom: 20px;
	color: #FF0004;
}
.chart_list .i-name span, .chart_list .i-price span, .chart_list .i-sale span{
    font-size: 0.8em;
    letter-spacing: 0.02em;
}
.chart_list .i-name, .chart_list .i-txt{
    margin-bottom: 20px;
    flex-grow: 1;
}



.chart_list .c-spec{
    background-color: #00f6ff;
    text-align: center;
    color: #28306d;
    padding: 8px;
    font-size: 16px;
    letter-spacing: 0.02em;
	width: 150px;
	margin: 0 auto 20px auto;
}
.chart_list .w-spec{
    background-color: #ff2c7b;
    text-align: center;
    color: #fff;
    padding: 8px;
    font-size: 16px;
    letter-spacing: 0.02em;
	width: 150px;
	margin: 0 auto 20px auto;
}
.chart_list .j-spec{
    background-color: #fcff00;
    text-align: center;
    color: #121212;
    padding: 8px;
    font-size: 16px;
    letter-spacing: 0.02em;
	width: 150px;
	margin: 0 auto 20px auto;
}

.chart_list .m-spec{
    background-color: #0c35ff;
    text-align: center;
    color: #ffffff;
    padding: 8px;
    font-size: 16px;
    letter-spacing: 0.02em;
	width: 150px;
	margin: 0 auto 20px auto;
}

.chart_list .i-spec {
    padding: 0;
}
.chart_list .i-spec span{
    background-color: #eeeeee;
    font-weight: bold;
    display: block;
    text-align: center;
    padding: 5px;
    font-size: 16px;
    letter-spacing: 0.02em;
}
.chart_list .i-spec p{
    padding: 10px;
}
.chart_list .i-spec p.ta-c{
    text-align: center;
}
/*.chart_list .last-item{
    width: 1px;
    background-color: #cccccc;
}
*/


@media screen and (max-width:820px) {
    .c-f-unit{
        width: 96%;
        margin: 0 auto;
    }

    .c-f-unit .search-box .search-box_label{
        width: 20%;
    }

    .s-child, .s-child02{
        width: 80%;
        display: flex;
        flex-wrap: wrap;
        padding: 12px 20px;
    }

    .f-cate{
        margin-bottom: 10px;
        margin-top: 10px;
    }
    .chart_list{
        width: 96%;
        margin: 0 auto;
    }

}

@media screen and (max-width:768px  ) {
    .f-cate img{
        height: 30px;
    }


}

@media screen and (max-width:480px  ) {
    .chart_from{
        margin-bottom: 70px;
    }
    
    .chart_unit{
        padding-top: 20px;
    }

}
/* ---- ftw-style_220815.css のコピーおわり ---- */






/* ---- slide ---- */
.spslideimg {
    display: none !important;
}
.slide {
    /*height: 480px;*/
    background-color: #fff !important;
    overflow: hidden;
}
.slide .item img {
    opacity: 0.5;
}
.slide-box .slide .slick-current img {
    opacity: 1;
}
.slide-box .slide-navi-bg {
    width: 100%;
    background-color: #fff !important;
    padding: 40px 0;
}
.slide-navigation {
    width: 750px;
    margin: 0 auto;
}
.slide-navigation .slick-prev::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -10px;
    margin: auto;
    content: "";
    background: url("../images/slide_bar.png") !important;
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-size: auto;
    width: 35px !important;
    height: 30px !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    background-position: center !important;
}
.slide-navigation .slick-next::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -15px;
    margin: auto;
    content: "";
    background: url("../images/slide_bar.png") !important;
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-size: auto;
    width: 35px !important;
    height: 30px !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    background-position: center !important;
    transform: rotate(180deg);
}
.slide-box .slide-navigation .item {
    cursor: pointer;
    transition: all .3s;
}
.slide-box .slide-navigation .item .image {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}
.slide-box .slide-navigation .slick-current {
    transition: all .2s;
}
.slide-box .slide-navigation .item .image::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    content: "";
    opacity: .3;
    background: #fff;
}
.slide-box .slide-navigation .slick-current .image::after {
    opacity: 0;
}


.fede-ttl span,
.ftw-warp .cate-ttl span{
    font-weight: normal;
}


/*アルゼンチン*/
.argentine {
	background: #2a83ea;
	text-align: center;
}

/*メキシコ*/
.mexico {
	background: #005937;
	text-align: center;
}

/*コロンビア*/
.colombia {
	background: #b67800;
	text-align: center;
}

/* チェルー */
.chile {
	background: #681716;
	text-align: center;
}



/*購入はこちら*/
/*ホームレプリカ用*/
/*黒ボタン*/
.home_reprica .item-view2 a {
    position: relative;
    display: block;
    max-width: 400px;
    padding: 16px 20px;
    box-sizing: border-box;
    margin: 30px auto 0;
    font-size: 1.4em;
    transition: .3s;
    background-color: #121212;
    color: #ffffff;
    text-align: center;
	box-sizing: border-box;
	border: solid 1px #121212;
}
.home_reprica .item-view2 a:hover,
.home_reprica .item-view3 a:hover {
    opacity: 0.7;
}
.home_reprica .item-view2 .arrow:before,
.home_reprica .item-view2 .arrow:after {
    content: '';
    display: block;
    position: absolute;
    top: 48%;
    height: 2px;
    transition: .3s;
	background: #ffffff;
    right: 40px;
}
.home_reprica .item-view2 .arrow:before {
    width: 14px;
    transform: translate(20px, 0px) rotate(315deg);
    transform-origin: right center;
}
.home_reprica .item-view2 .arrow:after {
    width: 14px;
    transform-origin: right center;
    transform: translate(20px, 0px) rotate(45deg);
}

/*//黒ボタン*/


/*SOLD OUT*/
/*黒ボタン*/
.home_reprica .item-soldout a {
    position: relative;
    display: block;
    max-width: 400px;
    padding: 16px 20px;
    box-sizing: border-box;
    margin: 30px auto 0;
    font-size: 1.4em;
    transition: .3s;
    background-color: #000;
    color: #fff;
    text-align: center;
	box-sizing: border-box;
	border: solid 1px #fff;
}
.home_reprica .item-soldout a:hover,
.home_reprica .item-view3 a:hover {
    opacity: 0.7;
}
.home_reprica .item-soldout .arrow:before,
.home_reprica .item-soldout .arrow:after {
    content: '';
    display: block;
    position: absolute;
    top: 48%;
    height: 2px;
    transition: .3s;
	background: #ffffff;
    right: 40px;
}
.home_reprica .item-soldout .arrow:before {
    width: 14px;
    transform: translate(20px, 0px) rotate(315deg);
    transform-origin: right center;
}
.home_reprica .item-soldout .arrow:after {
    width: 14px;
    transform-origin: right center;
    transform: translate(20px, 0px) rotate(45deg);
}
/*//SOLD OUT*/


/*白ボタン*/
.home_reprica .item-view3 a {
    position: relative;
    display: block;
    max-width: 400px;
    padding: 16px 20px;
    box-sizing: border-box;
    margin: 30px auto 0;
    font-size: 1.4em;
    transition: .3s;
    background-color: #ffffff;
    color: #121212;
    text-align: center;
	box-sizing: border-box;
	border: solid 1px #fff;
}

.home_reprica .item-view3 .arrow:before,
.home_reprica .item-view3 .arrow:after {
    content: '';
    display: block;
    position: absolute;
    top: 48%;
    height: 2px;
    transition: .3s;
	background: #121212;
    right: 40px;
}
.home_reprica .item-view3 .arrow:before {
    width: 14px;
    transform: translate(20px, 0px) rotate(315deg);
    transform-origin: right center;
}
.home_reprica .item-view3 .arrow:after {
    width: 14px;
    transform-origin: right center;
    transform: translate(20px, 0px) rotate(45deg);
}

/*//白ボタン*/
/*//ホームレプリカ用*/



/*ピックアップ用*/
.chart_unit .item .item-view a {
  position: relative;
  display: block;
  padding: 13px 20px;
  box-sizing: border-box;
  font-size: 1.125em;
  transition: .3s;
  background-color: #121212;
  color: #ffffff;
  text-align: center;
  box-sizing: border-box;
}

.chart_unit .item{
    width: 320px;
    margin-right: 40px;
    display: flex;
    flex-direction: column;
	margin-bottom:60px;
}

.chart_unit .item .i-link{
    flex-grow: 1;
    display: flex;
}

.chart_unit .item .item-view a:hover {
	background-color: #595959;
    color: #ffffff;
}
.chart_unit .item .item-view .arrow:before,
.chart_unit .item .item-view .arrow:after{
    background: #ffffff;
    right: 45px;
}
.chart_unit .item .item-view .arrow:hover:before,
.chart_unit .item .item-view .arrow:hover:after{
    background: #ffffff;
}
/*//ピックアップ用*/


.chart_unit .item .item-view .arrow:before,
.chart_unit .item .item-view .arrow:after {
    content: '';
    display: block;
    position: absolute;
    top: 48%;
    height: 2px;
    transition: .3s;
}
.chart_unit .item .item-view .arrow:before {
    width: 10px;
    transform: translate(30px, 0px) rotate(315deg);
	transform-origin: right center;
}
.chart_unit .item .item-view .arrow:after {
    width: 10px;
    transform-origin: right center;
    transform: translate(30px, 0px) rotate(45deg);
}
/*　//購入はこちら　*/



.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_name span, .hr_name2 span, .hr_name3 span, .i-name span {
    display: block;
    background-color: #ff3f3f;
    padding: 0 5px 1px;
    font-size: 0.9em;
    margin-right: 5px;
    color: #ffffff;
    width: 64px;
    margin: 0 auto 5px;
}

.hr_price, .hr_price2 {
	margin-bottom: 20px;
	font-size: 22px;
	line-height: 1.2em;
	letter-spacing: 0.02em;
}

.hr_name3 {
	margin-bottom: 10px;
	font-weight: normal;
	font-size: 16px;
	line-height: 1.6em;
	letter-spacing: 0.02em;
	color: #fff;
}
.hr_price3 {
	margin-bottom: 10px;
	font-size: 17px;
	line-height: 1.2em;
	letter-spacing: 0.02em;
	color: #fff;
}

.hr_price3 span{
	font-size: 13px;
	margin-left:5px;
}

.hr_sale{
	margin-bottom: 20px;
	font-size: 22px;
	line-height: 1.2em;
	letter-spacing: 0.02em;
	color: #FF0004;
}



.fede-bx {
	padding: 0;
}


/*　ピックアップ商品　*/
.ftw-warp {
    max-width: 1200px;
    margin: 0 auto;
	background: #fff;
	padding: 20px 0 0;
    width: 85%;
}
.cate-ttl {
  font-family: "adineuePRO", 'Poppins', sans-serif;
  font-size: 2.875em;
  text-align: center;
  line-height: 1.2;
  margin: 0 0 60px 0;
	padding-right: 60px ;
}
.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;
	top:0px;
	left:50%;
	margin-left: -30px;
}

/*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;
}

/*下からの距離が変化して丸の全体が上から下に動く*/
@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;
}





/*その他各国代表*/
.other_federation {
	background: #fff;
	text-align: center;
}
.other_federation .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:#121212;
  font-weight: bold;
}
.other_federation .fede-ttl span {
  font-size: 14px;
  display: block;
  font-weight: normal;
}
.other_federation .view-all {
  background: #fff !important;
  padding: 0 0 80px 0;
  max-width: 960px;
  margin: 0 auto;
}
.other_federation .view-all .view-all-btn a {
  background: #121212 !important;
  border: 1px solid #121212  !important;
  padding: 15px 0;
  text-align: center;
  display: block;
  font-size: 1.4em;
  color: #fff;
  transition: .3s;
}
.other_federation .view-all .view-all-btn a:hover {
  background: #fff !important;
  border: 1px solid #121212 !important;
  color: #121212  !important;
}
.other_federation .view-all .view-all-btn .arrow:before,
.other_federation .view-all .view-all-btn .arrow:after {
    content: '';
    display: block;
    position: absolute;
    top: 48%;
    height: 2px;
    transition: .3s;
	background: #fff;
    right: 40px;
}
.other_federation .view-all .view-all-btn .arrow:before {
    width: 14px;
    transform: translate(20px, 0px) rotate(315deg);
    transform-origin: right center;
}
.other_federation .view-all .view-all-btn .arrow:after {
    width: 14px;
    transform-origin: right center;
    transform: translate(20px, 0px) rotate(45deg);
}
.other_federation .view-all .view-all-btn .arrow:hover:before,
.other_federation .view-all .view-all-btn .arrow:hover:after{
    background: #121212;
}


.of-bx {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
}
.other_federation_list {
	display: flex;
	flex-wrap: wrap;
}
.other_federation_list li {
	margin: 0 60px 60px 0;
	width: 360px;
    display: flex;
    flex-direction: column;
}

.other_federation_list li:nth-of-type(3n) {
	margin: 0 0 60px 0;
	
}


.of-bx > .scrolldown2 {
    /*SPのみ*/
	display: none;
}

.other_federation .home_reprica{
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.other_federation .home_reprica a{
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.other_federation .home_reprica a .hr_name2{
    flex-grow: 1;
    margin-bottom: 20px;
}

/*各国代表黒ボタン*/
.home_reprica .item-view4 a {
    position: relative;
    display: block;
    max-width: 400px;
    padding: 16px 20px;
    box-sizing: border-box;
    margin: 0 auto;
    font-size: 1.4em;
    transition: .3s;
    background-color: #121212;
    color: #ffffff;
    text-align: center;
}
.home_reprica .item-view4 a:hover {
    background-color: #707070;
    color: #fff;
}
.home_reprica .item-view4 .arrow:before,
.home_reprica .item-view4 .arrow:after {
    content: '';
    display: block;
    position: absolute;
    top: 48%;
    height: 2px;
    transition: .3s;
	background: #ffffff;
    right: 40px;
}
.home_reprica .item-view4 .arrow:before {
    width: 14px;
    transform: translate(20px, 0px) rotate(315deg);
    transform-origin: right center;
}
.home_reprica .item-view4 .arrow:after {
    width: 14px;
    transform-origin: right center;
    transform: translate(20px, 0px) rotate(44deg);
}
.home_reprica .item-view4 .arrow:hover:before,
.home_reprica .item-view4 .arrow:hover:after{
    background: #fff;
}


/* 260108追記 */

.goods_list, .goods_list02{
    display: flex;
    max-width: 1140px;
    width: 100%;
    align-items: center;
}

.fast_section{
    width: 50%;
    margin: 0 30px;
}

.second_section{
    width: 50%;
    margin: 0 30px;
	text-align:left;
}

.goods_name{
    font-size: 24px;
    font-weight: 700;
    color: #ffffff;
    text-align: left;
    line-height: 1.4;
    margin-bottom: 10px;
}

.good_tax{
    font-size: 20px;
    font-weight: 600;
    color: #ffffff;
    text-align: left;
    margin-bottom: 20px;
}

.goods_txt{
    font-size: 14px;
    color: #ffffff;
    text-align: left;
    letter-spacing: 1.6px;
    line-height: 1.8;
    margin-bottom: 30px;
}

.good_btn{
    width: 100%;
    background-color: #ffffff;
    display: inline-block;
    padding: 15px 0;
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
	text-align:center;
}


.smalltxt{
    font-size: 14px;
}

.line {
    border-bottom: 1px solid #ffffff;
    margin: 0px auto 20px;
}

.longline {
    border-bottom: 1.5px solid #ffffff;
    margin: 50px auto;
    width: 1200px;
}

.fast_section {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.fede-team-thumb {
  display: flex;
  gap: 5px;
  margin-top: 5px;
  padding: 0;
  list-style: none;
  width: 100%;
  max-width: 540px;
}

.fede-team-thumb li.is-active {
  border-color: #000;
}

.fede-team-thumb img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  display: block;
}

/* SP */
@media screen and (max-width: 768px) {
  .fede-team-thumb {
    grid-template-columns: repeat(3, 1fr);
  }
}

.reprica-list{
    display: flex;
    justify-content: center;
}

/* 左右を反転 */
.goods_list02 .fast_section {
  order: 2;
}

.goods_list02 .second_section {
  order: 1;
}

.reprica-list-section{
  padding: 60px 0 100px;
}

.fede-loop-slider {
  width: 100%;
  overflow: hidden;
  margin-top: 40px;
}

.fede-loop-track {
  display: flex;
  will-change: transform;
}

.loop-item {
  height: 550px;
  margin-right: 20px;
  flex-shrink: 0;
}

.loop-item img {
  height: 100%;
  width: auto;
  display: block;
  object-fit: cover;
}

@media screen and (max-width: 768px) {
  .loop-item {
    height: 320px;
  }
}

.select{
    text-align: center;
    font-size: 26px;
    font-weight: 800;
    margin-bottom: 15px;
}

.navibotan {
  max-width: 1140px;
  margin: 0 auto 120px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  /*grid-template-columns: repeat(3, 1fr);*/
  gap: 20px;
  padding: 0;
}

.navibotan li {
  list-style: none;
}

.navibotan li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 5px 0;
  border: 1px solid #121212;
  text-decoration: none;
  color: #121212;
  text-align: center;
  transition: background-color 0.25s ease, color 0.25s ease;
}

.navibotan li a p {
  font-size: 18px;
  font-weight: 800;
  margin: 0;
}

.navibotan li a span {
  font-size: 12px;
}

@media screen and (max-width: 768px) {
  .navibotan {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px 10px;
  }

  .navibotan {
    margin: 0 auto 80px;
}

.navibotan li a p {
  font-size: 15px;
}

.navibotan li a span {
  font-size: 10px;
}

}

.navibotan li a:hover {
  background-color: #121212;
  color: #ffffff;
}

.navibotan li a:hover p,
.navibotan li a:hover span {
  color: #ffffff;
}


/* 固定ナビ（最初は非表示） */
.fixed-nav {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 999;
  opacity: 0;
  pointer-events: none;
  transform: translateY(100%);
  transition: opacity 0.3s ease, transform 0.3s ease;
  box-shadow: 0 -4px 10px rgba(0,0,0,0.1);
}

/* 表示状態 */
.fixed-nav.is-show {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

/* 固定ナビ内の navibotan 調整 */
.fixed-nav .navibotan {
  margin: 0 auto;
  padding: 15px 0px 22px;
}

/* SP */
@media screen and (max-width: 768px) {
  .fixed-nav .navibotan {
    padding: 10px 20px calc(20px + env(safe-area-inset-bottom));
  }
}


/* 画面下 固定ナビ */
.fixed-nav .navibotan li a p {
  font-size: 14px;
  letter-spacing: 0.06em;
}

.fixed-nav .navibotan li a span {
  font-size: 10px;
}

.fixed-nav .navibotan li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 3px 0;
  border: 1px solid #121212;
  text-decoration: none;
  color: #121212;
  text-align: center;
  transition: background-color 0.25s ease, color 0.25s ease;
}

@media screen and (max-width: 768px) {
  .fixed-nav .navibotan li a p {
    font-size: 11px;
  }

  .fixed-nav .navibotan li a span {
    font-size: 8px;
  }
}


/* アルゼンチン */
.argentine .good_btn {
  color: #2a83ea;
  border: solid 1px #2a83ea;
}

/* メキシコ */
.mexico .good_btn {
  color: #005937;
  border: solid 1px #005937;
  text-align:center;
}

/* コロンビア */
.colombia .good_btn {
  color: #b67800;
  border: solid 1px #b67800;
}

/* チリ */
.chile .good_btn {
  color: #681716;
  border: solid 1px #681716;
}


.argentine .good_btn:hover {
  background-color: #2a83ea;
  color: #ffffff;
  border: solid 1px #ffffff;
}

.mexico .good_btn:hover {
  background-color: #005937;
  color: #ffffff;
  border: solid 1px #ffffff;
}

.colombia .good_btn:hover {
  background-color: #b67800;
  color: #ffffff;
  border: solid 1px #ffffff;
}

.chile .good_btn:hover {
  background-color: #681716;
  color: #ffffff;
  border: solid 1px #ffffff;
}

/* TOPへ戻るボタン */
.back-to-top {
  position: fixed;
  right: 3%;
  bottom: 12%;
  width: 60px;
  height: 60px;
  background: #121212;
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  z-index: 1000;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease, transform 0.3s ease;
  border-radius: 10%;
}

/* 表示状態 */
.back-to-top.is-show {
  opacity: 1;
  pointer-events: auto;
}

/* hover */
.back-to-top:hover {
  opacity: 0.8;
}





/*----RWD----*/
@media screen and (max-width:1200px) {
}

@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;
    }
}

@media screen and (max-width:768px) {


.chart_list {
    max-width: 1200px;
    overflow-x: auto;
    display: flex;
    flex-wrap: nowrap;
    padding-bottom: 20px;
    width: 100%;
}
.chart_list::-webkit-scrollbar{
	height: 5px;
}
.chart_list::-webkit-scrollbar-thumb{
	background-color: #cccccc;
	border-radius: 2.5px;
    padding-top: 40px;

}


	.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 {
        margin: 30px auto 0;
        padding: 30px 0;
    }
    .view-all .view-all-btn {
        padding: 0 20px;
    }
    .view-all .view-all-btn a {
        font-size: 1.125em;
        margin: 0 auto;
    }
    .view-all-btn .arrow:before,
    .view-all-btn .arrow:after {
        right: 80px;
    }
	
	.selection {
        padding: 0 0 6vh;
	}
	
	.fede-bx {
		padding: 0 0;
		margin-top: -5px;
	}


	
	.argentine .fede-ttl,
	.mexico .fede-ttl,
	.colombia .fede-ttl,
	.belgium .fede-ttl,
	.germany .fede-ttl,
	.spain .fede-ttl,
	.other_federation .fede-ttl,
	.italy .fede-ttl,
	.jamaica .fede-ttl {
    font-size: 1.8rem;
	}
	
	.argentine .fede-ttl span,
	.mexico .fede-ttl span,
	.colombia .fede-ttl span,
	.belgium .fede-ttl span,
	.germany .fede-ttl span,
	.spain .fede-ttl span,
	.other_federation .fede-ttl span,
	.italy .fede-ttl span,
	.jamaica .fede-ttl span{
    font-size: 12px;
    margin-top: 5px;
	}
	
	.argentine .view-all .view-all-btn a,
	.mexico .view-all .view-all-btn a,
	.colombia .view-all .view-all-btn a,
	.belgium .view-all .view-all-btn a,
	.germany .view-all .view-all-btn a,
	.spain .view-all .view-all-btn a,
	.other_federation .view-all .view-all-btn a,
	.italy .view-all .view-all-btn a,
	.jamaica .view-all .view-all-btn a {
		font-size: 1rem;
	}
	
	.argentine .view-all,
	.mexico .view-all,
	.colombia .view-all,
	.belgium .view-all,
	.germany .view-all,
	.spain .view-all,
	.other_federation .view-all,
	.italy .view-all,
	.jamaica .view-all {
		padding: 0 0 60px 0;
	}


	
	.hr_itemimg {
    margin: 0 auto 20px;
    width: 80%;
	}
	
	.hr_price, .hr_price2, .hr_price3, .hr_sale{
    font-size: 18px;
	}
	
	.home_reprica .item-view2 a {
    max-width: 240px;
	margin: 20px auto 0;
    padding: 14px 20px;
    font-size: 1.1em;
	}
	
	.home_reprica .item-view3 a {
    max-width: 240px;
	margin: 20px auto 0;
    padding: 14px 20px;
    font-size: 1.1em;
	}
	
	.home_reprica .item-view4 a {
    max-width: 240px;
    padding: 13px 20px;
    font-size: 1em;
	}
	
	.home_reprica .item-soldout a {
    max-width: 240px;
	margin: 20px auto 0;
    padding: 14px 20px;
    font-size: 1.1em;
	}
	
	.ftw-warp {
		padding: 12% 0 5% 5%;
	}
	
	.scrolldown2{
	margin-left: -10px;	
	}
	
	.chart_list {
		width: auto;
	}
	.chart_unit {
		padding-bottom: 20px;
	}
	.cate-ttl {
		padding-right: 5% ;
		font-size: 1.8rem;
	}
	.cate-ttl span {
    font-size: 12px;
	}
	.chart_list .item img {
		width: 200px;
	}
	.c-list-chi .c-model {
		height: auto;
	}
	.chart_list .item .c-list-chi {
    width: 200px;
	}
	.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;
	}
	
	.other_federation_list {
  	/*width: 1200px;*/	
  	overflow-x: auto;
  	display: flex;
  	flex-wrap: nowrap;
  	position: relative;
  	padding-top: 50px;
    width: 100%;
	}
	
	.other_federation_list li {
	margin: 0 30px 40px 0;
	width: 300px;	
	}
	.other_federation_list li img {
	width: 300px;
	}
	.other_federation_list li:nth-of-type(3n) {
	margin: 0 30px 40px 0;
	}
	.other_federation .home_reprica {
		width: 200px;
	}
	
	.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;
	}
	
	.home_reprica .item-view4 .arrow:before,
	.home_reprica .item-view4 .arrow:after {
    content: '';
    display: block;
    position: absolute;
    top: 48%;
    height: 2px;
    transition: .3s;
	}
	.home_reprica .item-view4 .arrow:before {
    width: 10px;
    transform: translate(30px, 0px) rotate(315deg);
	transform-origin: right center;
	}
	.home_reprica .item-view4 .arrow:after {
    width: 10px;
    transform-origin: right center;
    transform: translate(30px, 0px) rotate(45deg);
	}


}


@media screen and (max-width:480px) {
    .slide{
        height: 120vh;
        background-color: #75c6e3 !important;
    }
}

@media screen and (max-width:420px) {
    .slide {
        height: 63.5vh;
    }

   .slide .slick-slide {
        max-width: 30.4em !important;
        
    }
}

@media screen and (max-width:390px) {
    .slide {
        height:67.5vh;
    }
}

@media screen and (max-width:375px) {
    .slide {
        height:70.5vh;
    }

    .item-view .arrow:before,
    .item-view .arrow:after {
        right: 40px;
    }

}

@media screen and (max-width:360px) {
    .slide {
        height: 66.5vh;
    }

    .slide .slick-slide {
        max-width: 26.4em !important;
    }

}







/*----スクロールアニメ----*/
: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;
}

/*----//スクロールアニメ----*/





.kv-loop {
  width: 100%;
  display: flex;
  justify-content: center;
}

.kv-loop__viewport {
  width: 100%;
  max-width: 1000px;
  overflow: hidden;
}


.kv-loop__track {
  display: flex;
  will-change: transform;
}


.kv-loop__item {
  flex-shrink: 0;
}


.kv-loop__item img {
  width: 1000px; 
  max-width: 100%; 
  height: auto;   
  display: block;
}

/* ===== KV サムネ ===== */
.kv-loop-thumb {
  max-width: 1000px;
  margin: 12px auto 0;
  display: flex;
  gap: 8px;
  justify-content: center;
  list-style: none;
  padding: 0;
}

.kv-loop-thumb li {
  width: 140px;
  cursor: pointer;
  opacity: 0.5;
  border: 2px solid transparent;
  transition: opacity .2s ease, border-color .2s ease;
}

.kv-loop-thumb li.is-active {
  opacity: 1;
}

.kv-loop-thumb img {
  width: 100%;
  height: auto;
  display: block;
}

/* SP */
@media screen and (max-width: 768px) {
  .kv-loop-thumb li {
    width: 90px;
  }
}



.kv-loop {
  width: 100%;
  display: flex;
  flex-direction: column; 
  align-items: center;
}

.kv-loop-thumb {
  max-width: 1000px;
  width: 100%;
  margin: 10px auto 80px;
  display: flex;
  gap: 8px;
  justify-content: center;
  list-style: none;
  padding: 0;
}

.kv-loop__viewport {
  margin-bottom: 8px;
}


.kv-loop__viewport {
  position: relative;
}


.kv-arrow {
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  transform: translateY(-50%);
  
  border: none;
  background: rgba(0,0,0,0.35);
  cursor: pointer;
  z-index: 5;
  display: grid;
  place-items: center;
}


.kv-arrow--prev { left: -22px; }
.kv-arrow--next { right: -22px; }


.kv-arrow::before {
  content: "";
  width: 12px;
  height: 12px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.kv-arrow--prev::before {
  transform: rotate(-135deg);
}

.kv-arrow--next::before {
  transform: rotate(45deg);
}

/* SPでは非表示（スワイプのみ） */
@media screen and (max-width: 768px) {
  .kv-arrow {
    display: none;
  }
}

/* ===== KV 矢印を画像に被せる ===== */

/* スライダーの基準 */
.kv-loop__viewport {
  position: relative;
  overflow: hidden;
}

/* 矢印ボタン共通 */
.kv-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 42px;
  height: 42px;
  /* border-radius: 50%; */
  border: none;
  background: rgba(0, 0, 0, 0.45);
  cursor: pointer;
  z-index: 10; /* ← 画像より上 */
  display: flex;
  align-items: center;
  justify-content: center;
}

/* 左右位置（画像に少し被せる） */
.kv-arrow--prev {
  left: 12px;
}

.kv-arrow--next {
  right: 12px;
}

/* 矢印アイコン */
.kv-arrow::before {
  content: "";
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.kv-arrow--prev::before {
  transform: rotate(-135deg);
}

.kv-arrow--next::before {
  transform: rotate(45deg);
}

/* hover */
.kv-arrow:hover {
  background: rgba(0, 0, 0, 0.65);
}

/* SPは非表示（スワイプのみ） */
@media screen and (max-width: 768px) {
  .kv-arrow {
    display: none;
  }

  .kv-loop__item img {
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block;
}

.navi{
    width: 95%;
    margin: 0 auto;
}

.longline {
    width: 95%;
}

.goods_list, .goods_list02 {
    display: block;
}

.second_section {
    width: 95%;
    margin: 0 auto;
}

.fast_section {
    width: 95%;
    margin: 0 auto;
}

.reprica-list-section{
  padding: 60px 0 70px;
}

.goods_name {
    margin-top: 20px;
}

}

/* =========================
   KVスライダー SP調整
   ========================= */

@media screen and (max-width: 768px) {

  /* KV全体 */
  .kv-loop {
    width: 100%;
    overflow: hidden;
  }

  
  .kv-loop__viewport {
    width: 100vw;
    max-width: 100vw;
    margin: 0 auto;
    touch-action: pan-y;
  }

  
  .kv-loop__track {
    display: flex;
    will-change: transform;
  }

  
  .kv-loop__item {
    flex: 0 0 100vw;
  }

  
  .kv-loop__item img {
    width: 100%;
    height: auto;
    display: block;
  }

  
  .kv-arrow {
    display: none;
  }

  .kv-loop-thumb {
    max-width: 1000px;
    width: 100%;
    margin: 15px auto 40px;
    display: flex;
    gap: 8px;
    justify-content: center;
    list-style: none;
    padding: 0;
}

.back-to-top {
  bottom: 9%;
}

.goods_txt{
    font-size: 13px;
}
}

@media screen and (max-width: 768px) {
  .kv-loop__viewport {
    width: 100vw;
    max-width: 100vw;
    overflow: hidden;
    touch-action: pan-x;
  }

  .kv-loop__item {
    flex: 0 0 100vw; 
  }

  .kv-loop__item img {
    width: 100%;
    height: auto;
    display: block;
  }
}

.staff{
    margin: 80px auto 60px;
    text-align: center;
}

.staff img{
    width: 30%;
}