/* ---- 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;
}


.feature-navi{
	margin: 0 auto 20px;
    overflow-x: auto;
}

.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;
	width:1100px;
	margin-bottom:30px;
	}

.adidas-fede2022_list .item img{
    width:180px;
	}
	
/*------▼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{
	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;
}

.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-between;
    margin:0 auto;
	max-width:1200px;
	}

.reprica-list div{
    width:31%;
	margin-bottom: 50px;
	}


.reprica-list01{
    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-between;
    margin:0 auto;
	max-width:1200px;
	}

.reprica-list01 div{
    width:50%;
	margin: 0 auto 50px auto;
	padding: 0;
	}
	
	
.fede-team-main{
	max-width: 1200px;
    margin: 0 auto 50px;
	width:95%;
}

.switzerland .home_reprica .date,.austria .home_reprica .date,
.serbia .home_reprica .date,.czech .home_reprica .date,
.portugal .home_reprica .date,
.iceland .home_reprica .date,.korea .home_reprica .date,
.nigeria .home_reprica .date{
	color: #fff;
	border-bottom: 1px #fff solid;
	border-top: 1px #fff solid;	
	margin-top: 25px;
}


.chart_list .date{
	margin-top:10px;
}

.fed-2024_ttl{
/*  font-family: "adidas" 'Poppins', sans-serif;*/
  font-size: 75px;
  text-align:center;
  padding:40px 0;
}

.fed-2024_ttl p{
  font-size: 13px;
  text-align:center;
	font-weight:bold;
}

.fed-2024_txt{
	text-align: center;
	padding: 15px 0 60px 0;
	line-height: 180%;
	width: 95%;
	margin: 0 auto;
}

.fed-2024_txt span{
	font-size: 20px;
	font-weight: bold;
	color: #E90003;
	margin-top: 30px;
	display: block;
	line-height: 180%;
}


/* 右下ページ最上部に戻るボタン */
#pageTop {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 999;
}

#pageTop i {
    padding-top: 6px
}

#pageTop a {
    display: block;
    z-index: 999;
    /*  padding: 8px 0 0 8px;
  border-radius: 30px;*/
    width: 80px;
    height: 80px;
    /*  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%;
}


@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;
}

.reprica-list div{
    width:100%;
	margin-bottom:60px;
	}

.reprica-list01 div{
    width:100%;
	margin-bottom:60px;
	}


.fed-2024_ttl{
  font-size: 40px;
}


}



@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;
	}

.chart_list li{
	/*margin-bottom:65px;*/
	}
}

@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: 14px;
    line-height: 1.6em;
    letter-spacing: 0.02em;
}
.chart_list .i-price{
    font-size: 15px;
    line-height: 1.2em;
    letter-spacing: 0.02em;
    margin-bottom: 20px;
}

.chart_list .i-price span{
    font-size: 11px;
	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-sale span{
    font-size: 0.9em;
    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: 15px;
    letter-spacing: 0.02em;
	width: 100px;
	margin: 0 auto 20px auto;
	position: absolute;
    top: 0;
    left: 0;
}
.chart_list .j-spec{
    background-color: #fcff00;
    text-align: center;
    color: #121212;
    padding: 8px;
    font-size: 15px;
    letter-spacing: 0.02em;
	width: 100px;
	margin: 0 auto 20px auto;
	position: absolute;
    top: 0;
    left: 0;
}

.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 ---- */
.slide-box{
padding-bottom:50px;
}

.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: 0 0 40px;
}
.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;
}

img.pcslideimg {
	padding: 0 20px;
}




.fede-ttl span,
.ftw-warp .cate-ttl span{
    font-weight: normal;
	line-height: 180%;
}


/*スイス*/
.switzerland {
	background: #cd2536;
	text-align: center;
}
.switzerland .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;
}
.switzerland .fede-ttl span {
  font-size: 14px;
  display: block;
}
.switzerland .view-all {
  background: #cd2536 !important;
  padding: 0 0 80px 0;
  max-width: 960px;
  margin: 0 auto;
}
.switzerland .view-all .view-all-btn a:hover {
  background: #fff !important;
  border: 1px solid #cd2536 !important;
  color: #cd2536  !important;
}
.switzerland .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;
}

.switzerland .view-all .view-all-btn .arrow:before,
.switzerland .view-all .view-all-btn .arrow:after {
    content: '';
    display: block;
    position: absolute;
    top: 48%;
    height: 2px;
    transition: .3s;
	background: #ffffff;
    right: 40px;
}
.switzerland .view-all .view-all-btn .arrow:before {
    width: 14px;
    transform: translate(20px, 0px) rotate(315deg);
    transform-origin: right center;
}
.switzerland .view-all .view-all-btn .arrow:after {
    width: 14px;
    transform-origin: right center;
    transform: translate(20px, 0px) rotate(45deg);
}
.switzerland .view-all .view-all-btn .arrow:hover:before,
.switzerland .view-all .view-all-btn .arrow:hover:after{
    background: #cd2536;
}
/*　//スイスここまで　*/


/*アイスランド*/
.iceland {
	background: #e5363b;
	text-align: center;
}
.iceland .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;
}
.iceland .fede-ttl span {
  font-size: 14px;
  font-weight: bold;
  display: block;
}
.iceland .view-all {
  background: #e5363b !important;
  padding: 0 0 80px 0;
  max-width: 960px;
  margin: 0 auto;
}
.iceland .view-all .view-all-btn a:hover {
  background: #fff !important;
  border: 1px solid #e5363b !important;
  color: #e5363b  !important;
}
.iceland .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;
}

.iceland .view-all .view-all-btn .arrow:before,
.iceland .view-all .view-all-btn .arrow:after {
    content: '';
    display: block;
    position: absolute;
    top: 48%;
    height: 2px;
    transition: .3s;
	background: #ffffff;
    right: 40px;
}
.iceland .view-all .view-all-btn .arrow:before {
    width: 14px;
    transform: translate(20px, 0px) rotate(315deg);
    transform-origin: right center;
}
.iceland .view-all .view-all-btn .arrow:after {
    width: 14px;
    transform-origin: right center;
    transform: translate(20px, 0px) rotate(45deg);
}
.iceland .view-all .view-all-btn .arrow:hover:before,
.iceland .view-all .view-all-btn .arrow:hover:after{
    background: #de0522;
}
/*　//アイスランドここまで　*/


/*MORE*/
.more {
	background: #000;
	text-align: center;
}
.more .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;
}
.more .fede-ttl span {
  font-size: 14px;
  font-weight: bold;
  display: block;
}
.more .view-all {
  background: #000 !important;
  padding:80px 0;
  max-width: 960px;
  margin: 0 auto;
}
.more .view-all .view-all-btn a:hover {
  background: #fff !important;
  border: 1px solid #000 !important;
  color: #000  !important;
}
.more .view-all .view-all-btn a {
  border: 1px solid #fff  !important;
  padding: 15px 0;
  text-align: center;
  display: block;
  font-size: 1em;
  color: #fff;
  transition: .3s;
}

.more .view-all .view-all-btn .arrow:before,
.more .view-all .view-all-btn .arrow:after {
    content: '';
    display: block;
    position: absolute;
    top: 48%;
    height: 2px;
    transition: .3s;
	background: #ffffff;
    right: 40px;
}
.more .view-all .view-all-btn .arrow:before {
    width: 14px;
    transform: translate(20px, 0px) rotate(315deg);
    transform-origin: right center;
}
.more .view-all .view-all-btn .arrow:after {
    width: 14px;
    transform-origin: right center;
    transform: translate(20px, 0px) rotate(45deg);
}
.more .view-all .view-all-btn .arrow:hover:before,
.more .view-all .view-all-btn .arrow:hover:after{
    background: #de0522;
}
/*　//moreここまで　*/





/*韓国代表*/
.korea {
	background: #fb185a;
	text-align: center;
}
.korea .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;
}
.korea .fede-ttl span {
  font-size: 14px;
  font-weight: bold;
  display: block;
}
.korea .view-all {
  background: #fb185a !important;
  padding: 0 0 80px 0;
  max-width: 960px;
  margin: 0 auto;
}
.korea .view-all .view-all-btn a:hover {
  background: #fff !important;
  color: #fb185a  !important;
}
.korea .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;
  margin-top:50px;
}

.korea .view-all .view-all-btn .arrow:before,
.korea .view-all .view-all-btn .arrow:after {
    content: '';
    display: block;
    position: absolute;
    top: 48%;
    height: 2px;
    transition: .3s;
	background: #fb185a;
    right: 40px;
}
.korea .view-all .view-all-btn .arrow:before {
    width: 14px;
    transform: translate(20px, 0px) rotate(315deg);
    transform-origin: right center;
}
.korea .view-all .view-all-btn .arrow:after {
    width: 14px;
    transform-origin: right center;
    transform: translate(20px, 0px) rotate(45deg);
}
.korea .view-all .view-all-btn .arrow:hover:before,
.korea .view-all .view-all-btn .arrow:hover:after{
    background: #fb185a;
}
/*　//韓国代表ここまで　*/




/*ナイジェリア代表*/
.nigeria {
	background: #1f9e68;
	text-align: center;
}
.nigeria .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;
}
.nigeria .fede-ttl span {
  font-size: 14px;
  font-weight: bold;
  display: block;
}
.nigeria .view-all {
  background: #1f9e68 !important;
  padding: 0 0 80px 0;
  max-width: 960px;
  margin: 0 auto;
}
.nigeria .view-all .view-all-btn a:hover {
  background: #fff !important;
  color: #1f9e68  !important;
}
.nigeria .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;
  margin-top:50px;
}

.nigeria .view-all .view-all-btn .arrow:before,
.nigeria .view-all .view-all-btn .arrow:after {
    content: '';
    display: block;
    position: absolute;
    top: 48%;
    height: 2px;
    transition: .3s;
	background: #1f9e68;
    right: 40px;
}
.nigeria .view-all .view-all-btn .arrow:before {
    width: 14px;
    transform: translate(20px, 0px) rotate(315deg);
    transform-origin: right center;
}
.nigeria .view-all .view-all-btn .arrow:after {
    width: 14px;
    transform-origin: right center;
    transform: translate(20px, 0px) rotate(45deg);
}
.nigeria .view-all .view-all-btn .arrow:hover:before,
.nigeria .view-all .view-all-btn .arrow:hover:after{
    background: #1f9e68;
}
/*　//ナイジェリア代表ここまで　*/





/*その他各国代表*/
.other {
	background: #121212;
	text-align: center;
}
.other .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;
}
.other .fede-ttl span {
  font-size: 14px;
  font-weight: bold;
  display: block;
}
.other .view-all {
  background: #121212 !important;
  padding: 0 0 80px 0;
  max-width: 960px;
  margin: 0 auto;
}
.other .view-all .view-all-btn a:hover {
  background: #fff !important;
  border: 1px solid #121212 !important;
  color: #121212  !important;
}
.other .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;
}
.other .view-all .view-all-btn .arrow:before,
.other .view-all .view-all-btn .arrow:after {
    content: '';
    display: block;
    position: absolute;
    top: 48%;
    height: 2px;
    transition: .3s;
	background: #ffffff;
    right: 40px;
}
.other .view-all .view-all-btn .arrow:before {
    width: 14px;
    transform: translate(20px, 0px) rotate(315deg);
    transform-origin: right center;
}
.other .view-all .view-all-btn .arrow:after {
    width: 14px;
    transform-origin: right center;
    transform: translate(20px, 0px) rotate(45deg);
}
.other .view-all .view-all-btn .arrow:hover:before,
.other .view-all .view-all-btn .arrow:hover:after{
    background: #121212;
}
/*　//その他各国代表ここまで　*/



/*ポルトガル*/
.portugal {
	background: #b2312c;
	text-align: center;
}
.portugal .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;
}
.portugal .fede-ttl span {
  font-size: 14px;
  font-weight: bold;
  display: block;
}
.portugal .view-all {
  background: #b2312c !important;
  padding: 0 0 80px 0;
  max-width: 960px;
  margin: 0 auto;
}
.portugal .view-all .view-all-btn a:hover {
  background: #fff !important;
  border: 1px solid #b2312c !important;
  color: #b2312c  !important;
}
.portugal .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;
}
.portugal .view-all .view-all-btn .arrow:before,
.portugal .view-all .view-all-btn .arrow:after {
    content: '';
    display: block;
    position: absolute;
    top: 48%;
    height: 2px;
    transition: .3s;
	background: #ffffff;
    right: 40px;
}
.portugal .view-all .view-all-btn .arrow:before {
    width: 14px;
    transform: translate(20px, 0px) rotate(315deg);
    transform-origin: right center;
}
.portugal .view-all .view-all-btn .arrow:after {
    width: 14px;
    transform-origin: right center;
    transform: translate(20px, 0px) rotate(45deg);
}
.portugal .view-all .view-all-btn .arrow:hover:before,
.portugal .view-all .view-all-btn .arrow:hover:after{
    background: #b2312c;
}
/*　//ポルトガルここまで　*/









/*セルビア*/
.serbia {
	background: #892935;
	text-align: center;
}
.serbia .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;
}
.serbia .fede-ttl span {
  font-size: 14px;
  font-weight: bold;
  display: block;
}
.serbia .view-all {
  background: #892935 !important;
  padding: 0 0 80px 0;
  max-width: 960px;
  margin: 0 auto;
}
.serbia .view-all .view-all-btn a:hover {
  background: #fff !important;
  border: 1px solid #892935 !important;
  color: #892935  !important;
}
.serbia .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;
}
.serbia .view-all .view-all-btn .arrow:before,
.serbia .view-all .view-all-btn .arrow:after {
    content: '';
    display: block;
    position: absolute;
    top: 48%;
    height: 2px;
    transition: .3s;
	background: #ffffff;
    right: 40px;
}
.serbia .view-all .view-all-btn .arrow:before {
    width: 14px;
    transform: translate(20px, 0px) rotate(315deg);
    transform-origin: right center;
}
.serbia .view-all .view-all-btn .arrow:after {
    width: 14px;
    transform-origin: right center;
    transform: translate(20px, 0px) rotate(45deg);
}
.serbia .view-all .view-all-btn .arrow:hover:before,
.serbia .view-all .view-all-btn .arrow:hover:after{
    background: #892935;
}
/*　//セルビアここまで　*/




/*オーストリア*/
.austria {
	background: #222;
	text-align: center;
}
.austria .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;
}
.austria .fede-ttl span {
  font-size: 14px;
  font-weight: bold;
  display: block;
}
.austria .view-all {
  background: #222 !important;
  padding: 0 0 60px 0;
  max-width: 960px;
  margin: 0 auto;
}
.austria .view-all .view-all-btn a:hover {
  background: #fff !important;
  border: 1px solid #222 !important;
  color: #222  !important;
}
.austria .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;
}
.austria .view-all .view-all-btn .arrow:before,
.austria .view-all .view-all-btn .arrow:after {
    content: '';
    display: block;
    position: absolute;
    top: 48%;
    height: 2px;
    transition: .3s;
	background: #ffffff;
    right: 40px;
}
.austria .view-all .view-all-btn .arrow:before {
    width: 14px;
    transform: translate(20px, 0px) rotate(315deg);
    transform-origin: right center;
}
.austria .view-all .view-all-btn .arrow:after {
    width: 14px;
    transform-origin: right center;
    transform: translate(20px, 0px) rotate(45deg);
}
.austria .view-all .view-all-btn .arrow:hover:before,
.austria .view-all .view-all-btn .arrow:hover:after{
    background: #222;
}
/*　//オーストリアここまで　*/


/*チェコ*/
.czech {
	background: #222;
	text-align: center;
}
.czech .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;
}
.czech .fede-ttl span {
  font-size: 14px;
  font-weight: bold;
  display: block;
}
.czech .view-all {
  background: #222 !important;
  padding: 0 0 60px 0;
  max-width: 960px;
  margin: 0 auto;
}
.czech .view-all .view-all-btn a:hover {
  background: #fff !important;
  border: 1px solid #222 !important;
  color: #222  !important;
}
.czech .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;
}
.czech .view-all .view-all-btn .arrow:before,
.czech .view-all .view-all-btn .arrow:after {
    content: '';
    display: block;
    position: absolute;
    top: 48%;
    height: 2px;
    transition: .3s;
	background: #222;
    right: 40px;
}
.czech .view-all .view-all-btn .arrow:before {
    width: 14px;
    transform: translate(20px, 0px) rotate(315deg);
    transform-origin: right center;
}
.czech .view-all .view-all-btn .arrow:after {
    width: 14px;
    transform-origin: right center;
    transform: translate(20px, 0px) rotate(45deg);
}
.czech .view-all .view-all-btn .arrow:hover:before,
.czech .view-all .view-all-btn .arrow:hover:after{
    background: #222;
}
/*　//チェコここまで　*/




/*購入はこちら*/
/*ホームレプリカ用*/
/*黒ボタン*/
.home_reprica .item-view2 a {
    position: relative;
    display: block;
    max-width: 380px;
    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: 16px;
    transition: .3s;
    background-color: #ffffff;
    color: #121212;
    text-align: center;
	box-sizing: border-box;
	border: solid 1px #fff;
	border-radius:40px;
}

.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;*/
	margin: 40px 20px;
    display: flex;
    flex-direction: column;
	position:relative;
}

.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: #ff0000;
	border: 1px #fff solid;
    padding: 5px 5px 1px;
    font-size: 0.9em;
    margin-right: 5px;
    color: #ffffff;
    width: 140px;
    margin: 0 auto 10px;
}

.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: 14px;
	line-height: 1.6em;
	letter-spacing: 0.02em;
	color: #fff;
}



.hr_price3 {
	margin-bottom: 10px;
	font-size: 15px;
	line-height: 1.2em;
	letter-spacing: 0.02em;
	color: #fff;
}
.hr_price3 span{
	margin-left:5px;
	font-size: 11px;
}

.date{
	color: #000;
	font-weight: bold;
	border-bottom: 1px solid #222;
	border-top: 1px solid #222;	
	padding: 10px 0;
	width: 60%;
	text-align: center;
	margin: 0 auto;
}

.colombia .hr_name3,.colombia .hr_price3 {
	color: #121212 !important;
}

.hr_sale{
	margin-bottom: 20px;
	font-size: 22px;
	line-height: 1.2em;
	letter-spacing: 0.02em;
	color: #FF0004;
}



.fede-bx {
	padding: 80px 0 0 0;
}


/*　ピックアップ商品　*/
.selection {
  padding: 80px 0;
}
.ftw-warp {
    max-width: 1200px;
    margin: 0 auto;
	background: #fff;
	padding: 80px 0 60px;
    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;
  line-height: 180%;	
}
.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;
}
/*//各国代表黒ボタン*/




/*　//その他各国代表　*/








/*----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: 5vh 0;
		margin-top: -5px;
	}


	
	.switzerland .fede-ttl,
	.iceland .fede-ttl,
	.colombia .fede-ttl,
	.other .fede-ttl,
	.serbia .fede-ttl,
	.austria .fede-ttl,
	.czech .fede-ttl,
	.other_federation .fede-ttl {
    font-size: 1.8rem;
	}
	
	.switzerland .fede-ttl span,
	.iceland .fede-ttl span,
	.colombia .fede-ttl span,
	.other .fede-ttl span,
	.serbia .fede-ttl span,
	.austria .fede-ttl span,
	.czech .fede-ttl span,
	.other_federation .fede-ttl span {
    font-size: 12px;
    margin-top: 5px;
	}
	
	.switzerland .view-all .view-all-btn a,
	.iceland .view-all .view-all-btn a,
	.colombia .view-all .view-all-btn a,
	.other .view-all .view-all-btn a,
	.serbia .view-all .view-all-btn a,
	.austria .view-all .view-all-btn a,
	.czech .view-all .view-all-btn a,
	.other_federation .view-all .view-all-btn a {
		font-size: 0.9rem;
	}
	
	.switzerland .view-all,
	.iceland .view-all,
	.colombia .view-all,
	.other .view-all,
	.serbia .view-all,
	.austria .view-all,
	.czech .view-all,
	.other_federation .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;
	line-height: 180%;	
	}
	.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: 60vh;
        background-color: #fff !important;
    }
}

@media screen and (max-width:420px) {
    .slide {
        height: 30vh;
    }

   .slide .slick-slide {
        max-width: 30.4em !important;
        
    }
}

@media screen and (max-width:390px) {
    .slide {
        height: 30vh;
    }
}

@media screen and (max-width:375px) {
    .slide {
        height: 60vh;
    }

    .item-view .arrow:before,
    .item-view .arrow:after {
        right: 40px;
    }

}

@media screen and (max-width:360px) {
    .slide {
        height: 50vh;
    }

    .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;
}

/*----//スクロールアニメ----*/

