.page-background {
    max-width: 1200px;
    margin: 0 auto;
    position: relative; /* ← 追加 */
}

.page-background ul{
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    gap: 90px;
    margin: 0 auto 80px;
}

.page-background li{
    width: 570px;
}

.page-background::after {
    content: "";
    position: absolute;
    top: 3%;
    left: 50%;
    transform: translateX(-50%);
    width: 2px;
    height: 97%;
    background: #3d3d3d;
    pointer-events: none;
}


body,ul,li,p{
    padding: 0;
    margin: 0;
}
ul,li{
    list-style: none;
}

a{
    color: inherit;
    text-decoration: none;
}
img{
    max-width: 100%;
    height: auto;
}

.douga{
    max-width: 1000px;
    margin:40px auto 70px;
}

.view-all .row{
    background: unset;
    max-width: 1200px;
    margin: 0 auto;
}

.adidas-sis {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.main-ttl {
    font-family: "adineuePRO", 'Poppins', sans-serif;
    font-size: 6.625em;
    text-align: center;
    padding: 100px 0 0 0;
}

.main-jp-ttl {
    display: block;
    font-size: 14px;
    font-weight: 900;
    font-family: source-han-sans-japanese, sans-serif;
}

.feature-navi {
    max-width: 600px;
    margin: 0 auto;
}

.feature-navi ul {
    margin: 0 auto 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.feature-navi ul li {
    width: 48%;
}

.feature-navi ul li a {
    display: block;
    padding: 1rem;
    text-align: center;
    border: 1px solid #121212;
    transition: 0.3s;
}

.feature-navi ul li a:hover {
    background: #121212;
    color: #ffffff;
}

.brand-ttl {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.brand-ttl .brand-ttl-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 4.375rem 0;
}

.brand-ttl .brand-ttl-wrap li {
    width: 50%;
    color: #ffffff;
}

.brand-ttl .brand-ttl-wrap li:nth-child(1) {
    text-align: center;
}

.brand-ttl .ttl-bk {
    background: #000000;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: -1;
}

.brand-ttl .brand-txt {
    font-size: 1em;
    font-weight: 500;
}

.product-wp {
    position: relative;
    margin: 0 auto 0;
    max-width: 1200px;
    background: #fff;
}

.product-ttl {
    font-size: 1.75em;
    font-weight: 700;
    margin: 0 0 20px;
    line-height: 1.5;
}

.product-wp .product-tec {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.product-wp .product-tec img {
    display: block;
}

.product-wp .product-tec:nth-child(even) {
    flex-direction: row-reverse;
}

.product-wp .product-tec li {
    width: 50%;
}

.product-txtbox {
    max-width: 500px;
    margin: 0 auto;
}

.ftw-product-img {
    position: relative;
}

.ftw-product-img img{
    display: block;
}

.ftw-product-img .img-hover {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 2;
    transition: all .5s ease;
}

.ftw-product-img:hover .img-hover {
    opacity: 1;
}

/*--//商品画像マウスオーバー--*/

/*---矢印---*/

.arrow {
    position: relative;
}

.arrow:before {
    width: 30px;
    transform: translate(30px, 0px);
}

.arrow:after {
    width: 10px;
    transform-origin: right center;
    transform: translate(30px, 0px) rotate(25deg);
}

.arrow:before,
.arrow:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    height: 1px;
    transition: .3s;
}

.other-btn .arrow:before,
.other-btn .arrow:after {
    background: #ffffff;
    right: 50px;
}

.other-btn .arrow:hover.arrow:before,
.other-btn .arrow:hover.arrow:after {
    background: #646464;
}

.view-all {
    background: #646464;
    padding: 50px 0;
}

.view-all .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.other-btn {
    max-width: 570px;
    width: 47%;
}

.other-btn a {
    border: 1px solid #fff;
    padding: 15px 0;
    text-align: center;
    display: block;
    font-size: 1.28em;
    color: #fff;
    transition: .3s;
}

.other-btn a:hover {
    background: #fff;
    border: 1px solid #646464;
    color: #646464;
}

/*---動画---*/
.movie-wrap {
    position: relative;
    max-width: 1200px;
    width: 100%;
    height: 70vh;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    background: #000;
    overflow: hidden;
    margin: 0 0 100px 0;
}

.background-movie {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.background {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    margin: auto;
    z-index: -2;
    width: calc(100vh * 1.78);
    margin: 0 auto;
    overflow: hidden;
}

#movie-player {
    min-width: 100%;
    min-height: 100vh;
    z-index: 1;
}

#sb-wrapper-inner {
    top: 20px !important;
}



/*---YouTubeリンク---*/
.adidas-x_review-ttl{
	font-size:52px;
	font-weight:bold;
	color:#333;
	text-align:center;
	letter-spacing:1px;
	margin: 30px 0 0;
}

.adidas-x_review-ttl span{
	font-size:12px;
	font-weight:normal;
	display:block;
}

ul.adidas-x_reviewlist{
    list-style-type:none;
    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;
    margin:30px auto;
    padding:0;
	width:90%;
	max-width:1200px;
	}
ul.adidas-x_reviewlist li{
	margin:0 auto 30px;
	padding:0;
	width:50%;
}
ul.adidas-x_reviewlist li img{
	margin:0 auto;
	padding:0;
	width:95%;
}
/*---//YouTubeリンク---*/



/*---//動画---*/


.collection {
    width: 100%;
    max-width: 1200px;
    margin: 90px auto 150px;
    padding: 0;
}

.collection img {
    width: 100%;
    margin-bottom: 30px;
}


.collection p a {
    background: #121212;
    border: 1px solid #121212;
    display: block;
    padding: 1.2rem;
    font-size: 1.125em;
    max-width: 370px;
    margin: 0 auto;
    color: #ffffff;
    transition: .3s;
    text-align: center;
    width: 70%;
}

.collection p a:hover {
    background: #fff;
    color: #121212;
}

.review-ttl {
    font-family: "adineuePRO", 'Poppins', sans-serif;
    line-height: 1.2;
    font-size: 2.5em;
    letter-spacing: 0.02em;
    text-align: center;
    padding-bottom: 40px;
}

.review-ttl span {
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: normal;
    display: block;
    font-size: 14px;
}

.review-movie-ttl {
    /*	font-family: "adineuePRO", 'Poppins', sans-serif;*/
    line-height: 1.2;
    font-size: 32px;
    letter-spacing: 0.02em;
    text-align: center;
    padding-bottom: 20px;
    font-weight: bold;
}

.review-movie-ttl span {
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: normal;
    display: block;
    font-size: 14px;
    margin-top: 10px;
}

.review {
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 0 0px;
}

ul.review-list {
   display: flex;
    flex-wrap: wrap;
    position: relative;
    margin: 0 auto;
    padding: 0 30px;
}

ul.review-list li {
    width: 50%;
    text-align: center;
}

ul.review-list li img {
    width: 95%;
}
.line-up-subtxt{
    display: block;
    text-align: center;
}
.line-up-subtxt span {
    font-size: 15px;
    line-height: 1.8;
    font-weight: bold;
	color:#121212;
    background: #d3d74f;
    display: inline-block;
    padding: 10px 20px;
}


.line-up-subtxt-index {
    font-size: 1.3em;
    font-weight: normal;
    text-align: center;
    color: #f14141;
    margin-top: 20px;
    line-height: 1.8;
}

.line-up-subtxt-index span {
    font-size: 15px;
    font-weight: bold;
    display: block;
    color: #121212;
}

.icon {
    background: #d3d74f;
    padding: 15px;
    color: #121212;
    text-align: center;
    line-height: 1;
    position: absolute;
    font-size: 12px;
    top: 0;
    right: 0;
    z-index: 9;
    font-weight: bold;
    margin: 0;
}

.originalicon {
    background: #e73333;
    padding: 15px;
    color: #ffffff;
    text-align: center;
    line-height: 1;
    position: absolute;
    font-size: 12px;
    top: 0;
    left: 0px;
    z-index: 10;
    font-weight: bold;
    margin: 0;
}

.date {
    font-size: 1.2em;
    font-weight: bold;
    margin-top: 10px;
}

.collection-ichiran {
    padding: 50px 0 80px;
}

.collection-ichiran a {
    background: #00031f;
    border: 1px solid #00031f;
    display: block;
    padding: 1.2rem 0;
    font-size: 1.125em;
    max-width: 800px;
    margin: 0 auto;
    color: #ffffff;
    font-weight: bold;
    transition: .3s;
    text-align: center;
    width: 85%;
}

.collection-ichiran a:hover {
    background: #e73333;
    border: 1px solid #e73333;
    color: #fff;
}

.chart-link-btn a {
    background: #00031f;
    border: 1px solid #00031f;
    display: block;
    padding: 1.2rem 0;
    font-size: 1.125em;
    max-width: 800px;
    margin: 0 auto 40px;
    color: #ffffff;
    font-weight: bold;
    transition: .3s;
    text-align: center;
    width: 85%;
}

.chart-link-btn a:hover {
    background: #e73333;
    border: 1px solid #e73333;
    color: #fff;
}




.graph {
    width: 100%;
    max-width: 1200px;
    margin: 90px auto 0;
    padding: 0;
}

.graph img {
    width: 100%;
    /*	margin-bottom:30px;*/
}



.cate-ttl {
    font-family: "adineuePRO", 'Poppins', sans-serif;
    font-size: 2.875em;
    text-align: center;
    line-height: 1.2;
    margin: 60px 0 30px 0;
}

.cate-ttl span {
    font-size: 14px;
    font-weight: bold;
    display: block;
}


.player-box {
    padding: 60px 0 !important;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}



/* 右下ページ最上部に戻るボタン */
#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%;
}


.review-subttl {
    font-size: 13px;
    color: #121212;
    text-align: center;
    padding: 0 15px;
}

.x-sppedflow_movie-list {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    margin: 20px 0 0;
}

.x-sppedflow_movie-list-item {
    width: 100%;
    text-align: center;
    padding-bottom: 55px;
}

.x-sppedflow_movie-list-item video {
    /*    max-width:800px;*/
    width: 95%;
}

.x-sppedflow_movie-youtube img {
    width: 95%;
    margin: 0 auto;
}

.x-sppedflow_movie-txt {
    margin: 15px auto 0;
    /*    border-bottom: 1px solid #ccc;*/
    padding-bottom: 30px;
    width: 95%;
}

.x-sppedflow_movie-txt span {
    font-weight: bold;
    font-size: 1.2em;
}


.fxbn_navi{
    position: fixed;
    left: 0;
    top:200px;
    z-index: 99;
}
.fxbn_navi ul li a{
    display: block;
    margin: 0 0 15px;
/*    background: #00e3db;*/
    width: 80px;
    height: 80px;
    line-height: 80px;
    border-radius: 999px;
    text-align: center;
}
.fxbn_navi ul li a:hover{
    transform: translateY(-10px);
    transition: .3s;
}
.footer{
    background: #fff;
}

/*---相互リンク---*/
.block {
    position: relative;
    z-index: 0;
}
.block::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0px;
    z-index: -1;
    width: 100%;
    height: 100%;
}

.nemesis-bg::after {
    transform-origin: top right;
}
.predator-bg::after{
    background: #fafafa;
}
.copa-bg::after,
.x-bg::after {
    background: #efefef;
}
.copa-bg .player-box,
.x-bg .player-box {
    flex-direction: row-reverse;
}
.x-bg .player-box {
    padding: 60px 0 120px;
}
.player-box {
    padding: 60px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.player-txtbox img {
    display: block;
    margin: 0 auto;
}
.player-box .player-txtbox {
    max-width: 600px;
    margin: 0 auto;

}
.player-txtbox .player-ttl {
    text-align: center;
    font-size: 1.75em;
    font-weight: bold;
    margin: 20px 0 30px;
}

.item-view a {
    position: relative;
    display: block;
    text-align: center;
    border: 1px solid #121212;
    padding: 10px;
    transition: .3s;
    width: 280px;
    margin: 60px auto 0;
}

.item-view a::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 1px;
    background: #121212;
    left: 20px;
}

.item-view a:hover {
    background: #121212;
    color: #fafafa;
}

.item-view a:hover::before {
    background: #fafafa;
}
.ftw-warp {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.line-bg{
	padding:140px 0 0;
    background-color: #2b2b2b;
}

.player-comment_area {
    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;
    margin: 0 auto;
    align-items: center;
    padding: 20px 0 0;
}

.player-comment_txtarea {
    max-width: 750px;
    padding: 0 20px;
    margin: 0 auto;
}

.player-comment_ttl {
    font-weight: bold;
    font-size: 20px;
    padding-bottom: 15px;
}

.player-comment_txt {
    line-height: 1.8;
}

.player-comment_photo img{
	width:100%;
	max-width:340px;
}


.product-icon{
	font-size:13px;
    line-height: 1;
	background:#121212;
	font-weight:bold;
	padding:5px 10px;
	text-align:center;
	display:inline-block;
	color:#fff;
	margin-bottom:10px;
}

.junior-icon{
    font-size: 13px;
    line-height: 1;
    background: #121212;
    font-weight: bold;
    padding:10px;
    text-align: center;
    display: inline-block;
    color: #fff;
    margin-bottom: 10px;
    position: absolute;
    top: 0;
    left: 0;
}

.player-comment{
	padding:80px 0 0 0;
}

.player-lineup_txt{
	width:90%;
	max-width:1200px;
	margin:0 auto;
	line-height:1.8;
}

.copa-bg .player-box,
.x-bg .player-box {
    flex-direction: row-reverse;
}
.x-bg .player-box {
    padding: 60px 0 120px;
}
.player-box {
    padding: 60px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.player-txtbox img {
    display: block;
    margin: 0 auto;
}
.player-box .player-txtbox {
    max-width: 600px;
    margin: 0 auto;

}
.player-txtbox .player-ttl {
    text-align: center;
    font-size: 1.75em;
    font-weight: bold;
    margin: 20px 0 30px;
}

.player-txt {
    text-align: center;
    /*max-width: 190px;*/
    margin: 0 auto;
    font-size: 18px;
    line-height: 1.8;
    /*background: #121212;*/
    color: #121212;
    padding: 3px 0;;
}

.alrihla-pack_bk{
	background-color:#2b2b2b;
    position: relative;
}

.ttl-jp{
    color: #fff;
    font-size: 35px;
    font-weight: bold;
    text-align: center;
    padding-top: 43px;
}

.ttl-jp-x{
    color: #fff;
    font-size: 35px;
    font-weight: bold;
    text-align: center;
    padding-top: 15px;
}


.hacobune-univideo {
    max-width: 1200px;
    margin: 0 auto;
    /* padding: 40px 0 40px; */
	width:100%;
}

.hacobune-app-container{
	width:100%!important;
    background: #fff!important;
	height:auto !important;
	padding:0 !important;
}

.hacobune-app-main{
	height:auto !important;
}

.copa-pure_logo{
    text-align: center;
	margin:50px auto 0;
}

.copa-pure_logo img{
	max-width:400px;
	width:80%;
}

.copa-pure_logo-txt{
    font-size: 20px;
    font-weight: bold;
    margin: 10px 0 20px;
}


.i-spec-ttl_01-1{
	background-color:#29a500 !important;
	display:block !important;
	color:#fff !important;
	border:none !important;
	font-size:13px !important;
	margin-bottom:5px;
}
.i-spec-ttl_01-2{
	background-color:#e73333 !important;
	display:block !important;
	color:#fff !important;
	border:none !important;
	font-size:13px !important;
	margin-bottom:5px;
}
.i-spec-ttl_02-1{
	background-color:#ff5400 !important;
	display:block !important;
	color:#fff !important;
	border:none !important;
	font-size:13px !important;
	margin-bottom:5px;
}
.i-spec-ttl_02-2{
	background-color:#ffa500 !important;
	display:block !important;
	color:#fff !important;
	border:none !important;
	font-size:13px !important;
	margin-bottom:5px;
}
.i-spec-ttl_02-3{
	background-color:#ffcd16 !important;
	display:block !important;
	color:#fff !important;
	border:none !important;
	font-size:13px !important;
	margin-bottom:5px;
}
.i-spec-ttl_03-1{
	background-color:#1d74cd !important;
	display:block !important;
	color:#fff !important;
	border:none !important;
	font-size:13px !important;
	margin-bottom:5px;
}
.i-spec-ttl_03-2{
	background-color:#35b5e7 !important;
	display:block !important;
	color:#fff !important;
	border:none !important;
	font-size:13px !important;
	margin-bottom:5px;
}

#history .cate-ttl {
    margin: 0;
    padding: 80px 0 30px;
}

.history-btn{
    border: 1px solid #fff;
    background: #121212;
    display: block;
    padding: 1.0rem 0;
    font-size: 1.125em;
    max-width: 250px;
    margin: 0 auto 15px;
    color: #ffffff;
    font-weight: bold;
    transition: .3s;
    text-align: center;
    width: 85%;
}

.history-btn:hover{
    border: 1px solid #fff;
    background: #ffffff;
    color: #121212;
}

.predator-cp_img{
	margin:0 auto;
	text-align:center;
	max-width:1000px;
	width:95%;
}

.predator-cp_txt{
	font-size:13px;
	margin:10px auto 0;
	max-width:1000px;
	width:93%;
	line-height:1.6;
}

.predator-cp_txt a{
	text-decoration:underline;
	margin:10px 0;
	display:block;
}


.product-note{
    background: #ff7662;
    padding: 8px 15px;
    display: inline-block;
    margin-top: 15px;
}

/* トップページ ハンバーガーメニュー内アコーディオン(cssのみ使用) */
.ready-for-sport_actab {
	position: relative;
	overflow: hidden;
	margin: 30px auto;
	color: #fff;
    border: 1px solid #fff;
	width:90%;
}
.ready-for-sport_actab input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}
.ready-for-sport_actab label {
	position: relative;
    display: block;
    padding: 15px;
    cursor: pointer;
    margin: 0 auto;
    font-size: 16px;
}
.ready-for-sport_actab .ready-for-sport_actab-content {
	overflow: hidden;
	max-height: 0;
	-webkit-transition: max-height 0.35s;
	transition: max-height 0.35s;
}

/* :checked */
.ready-for-sport_actab input:checked ~ .ready-for-sport_actab-content {
	max-height: 90em;
}
/* Icon */
.ready-for-sport_actab label::after {
	line-height: 3;
	position: absolute;
	top: 2px;
	right: 0;
	display: block;
	width: 3em;
	height: 3em;
	-webkit-transition: all 0.35s;
	transition: all 0.35s;
	text-align: center;
}
.ready-for-sport_actab input[type=checkbox] + label::after {
	font-family:FontAwesome;
	content: '\f078';
}
.ready-for-sport_actab input[type=checkbox]:checked + label::after {
	transform: rotate(180deg);
}

.spike-txt{
padding:10px 0;
line-height:1.7;
}

.spike-txt span{
font-weight:bold;
color:#ff0000;
}

.fact-carousel {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
  gap: 16px;
  padding-bottom: 10px;

  /* スクロールバー非表示 */
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE/Edge */
}
.fact-carousel::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Opera */
}

.fact-slide {
  flex: 0 0 100%;
  scroll-snap-align: start;
}

.comment{
    max-width: 1200px;
    color: #000000;
    margin: 0 auto;
    margin: 80px auto 40px;
  }


.staff-comment01{
    margin: 0px auto 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	align-items: center;
    background-color:#ffffff;
    padding: 20px 40px;
    max-width: 1200px;
	color:#ffffff;
}

.staff-comment01:nth-child(even){
    flex-direction:row-reverse;
}

.staff-comment01 .staff-comment01-img{
    width:49%;
}
.staff-comment01 .staff-comment01-txt{
    width:47%;
	color:#111111;
line-height: 1.8;
}
.staff-comment01-ttl{
	font-size:24px;
    font-weight: bold;
	margin-bottom:20px;
    line-height: 1.5;
}

.balloon1 {
    position: relative;
    display: inline-block;
    padding: 10px 120px;
    min-width: 120px;
    max-width: 100%;
    color: #02f503;
    font-size: 16px;
    background: #000000;
    margin-bottom:15px;
    font-weight: 700;
  }

html { scroll-behavior: smooth;}

    .player-img img{
       width:540px;
    }


.yoyaku{
	padding:5px 20px;
	max-width:100px;
	background:#1c188d;
	color:#fff;
	font-size:12px;
	margin:0 auto;
}

/*-----------------------------------
スマホ用はここから
-------------------------------*/
@media screen and (max-width:1000px) {

.view-all .row{
    margin: 0 3%;
}

.page-background{
    margin: 0 0 40px;
}

.collection-ichiran{
    /* padding: 0 0 60px; */
    padding:60px 0 30px;
}

.ready-for-sport_actab {
	width:100%;
}

/* :checked */
.ready-for-sport_actab input:checked ~ .ready-for-sport_actab-content {
	max-height: 200em;
}

}


@media screen and (max-width:768px) {

    .alrihla-pack_bk{
        background-size: cover;
        padding: 0 15px;
    }

    .douga{
        max-width: 1000px;
        margin:40px auto 70px;
    }

    .fact{
    margin: 0px auto 30px;
    text-align: center;
    }


    .main-ttl {
        font-size: 5em;
    }

    .feature-navi ul li {
        width: 48%;
        margin: 0 0 10px 0;
    }

    .feature-navi ul li a {
        padding: .8rem;
    }

    .feature-navi ul {
        margin: 0 auto 10px;
    }

    .gallery ul {
        display: block;
        white-space: nowrap;
        padding-left: 15px;
        margin: 0 auto;
    padding-top: 15px;
    }

    .gallery ul li {
        display: inline-block;
        width: 70%;
        padding-right: 10px;
    }

    .gallery ul li:last-child {
        padding-left: 10px;
    }

    .brand-ttl .brand-ttl-wrap li {
        width: 90%;
        margin: 0 auto 30px;
    }
    .product-wp{
        padding: 20px 0 0;
    }
    .product-wp .product-tec{
        margin: 0 0 40px;
    }
    .product-wp .product-tec li:nth-child(1),
    .product-wp .product-tec li:nth-child(2) {
        width: 90%;
        max-width: 600px;
        margin: 0 auto 10px;
    }

    .view-all {
        padding: 50px 0 30px 0;
    }

    .other-btn {
        max-width: 570px;
        width: 90%;
        margin: 0 auto 20px;
    }


    .line-up-subtxt {
        /*	font-size:0.875em;*/
/*        text-align: left;*/
        width: 95%;
        margin: 0 auto 10px;
		letter-spacing:0;
    }

    .line-up-subtxt-index {
        font-size: 1.1em;
        text-align: left;
        width: 95%;
        margin: 20px auto 0;
    }

    .line-up-subtxt-index span {
        margin-top: 10px;
    }

    .review {
        padding:50px 0 0;
    }

    ul.review-list li {
        width: 100%;
        margin-bottom: 20px;
    }
    .graph {
        margin: 50px auto 0;
    }

    .player-comment_photo {
        width: 90%;
        margin: 0 auto;
    }

    .player-comment_txtarea {
        padding: 20px 20px 0;
    }


    .product-txtbox {
        line-height: 1.7;
    }


    .movie-wrap {
        margin: 0;
    }

    .f50_predator-cp_txt {
        width: 100%;
    }


    .meteorite_concept {
        background: url(../img/whitespark/whitespark-x_concept01sp.jpg) no-repeat top center #0d0c0a;
        background-size: 100%;
        text-align: center;
        position: relative;
        height: auto;
        margin: 60px 0;
    }

    .meteorite_concept-txtwidth {
        width: 90%;
        margin: 0 auto;
        max-width: 1000px;
        text-align: center;
        position: relative;
    }

    .meteorite_concept-txtarea {
        position: relative;
        max-width: 600px;
        width: auto;
        color: #222;
        text-align: left;
        line-height: 1.8;
        padding: 230px 0 155px;
    }

    .meteorite_mantra {
        margin: 60px 0;
    }


    .meteorite_mantra-txtarea {
        font-size: 14px;
        padding: 50px 0;
    }

    .meteorite_mantra-txtarea span {
        font-size: 19px;
    }


    /* 右下ページ最上部に戻るボタン */
    #pageTop {
        position: fixed;
        bottom: 15px;
        right: 15px;
    }

    #pageTop i {
        padding-top: 6px
    }

    #pageTop a {
        display: block;
        z-index: 999;
        /*  padding: 8px 0 0 8px;
  border-radius: 30px;*/
        width: 60px;
        height: 60px;
        /*  background-color: #9FD6D2;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;*/
    }

    #pageTop img {
        width: 100%;
    }


    .date {
        font-size: 14px;
    }

    .x-sppedflow_movie-txt {
        text-align: left;
    }

    .x-sppedflow_movie-list {
        padding: 20px 0 0;
        margin: 20px 0 0;
    }

    .player-img {
        padding: 0 10px;
    }

    .player-box .player-txtbox {
        padding: 0 20px;
        margin: 0 auto 40px auto;
    }

.ttl-jp{
    padding-top: 30px;
    font-size: 38px;
}

.ttl-jp-x{
    font-size: 27px;
}

.product-ttl {
    font-size: 1.4em;
}

    .sub-ttl {
        font-size: 1em;
    }

.player-img img{
       width:auto;
    }

}

@media screen and (max-width:480px) {

    .main-ttl {
        font-size: 3.5em;
        padding: 60px 0 0 0;
    }

    .main-jp-ttl {
        margin: 20px 0 0 0;
    }

    .feature-navi ul li a {
        padding: .5rem;
    }

    .background {
        width: 100%;
    }


	/*---YouTubeリンク---*/
	.adidas-x_review-ttl{
	font-size:33px;
    }

	ul.adidas-x_reviewlist{
	width:80%;
	}
    ul.adidas-x_reviewlist li{
	width:100%;
    }
	/*---//YouTubeリンク---*/

    .staff-comment01 .staff-comment01-img{
        width:100%;
    }


    .staff-comment01{
        margin: 0px auto 0px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        padding: 0px 0px 30px;
        flex-direction: column-reverse !important;
    }
    

    .staff-comment01-img{
        width:100%;
        margin:0 auto;
        font-size:14px;
    }
    
    .hacobune-app-container{
        width:100% !important;
    }

    .comment{
    max-width: 100%;
    margin: 60px auto 0px;
}
  
    
.hacobune-univideo {
    min-width: 200px;
    padding:0;
}
    
    .staff-comment01 .staff-comment01-txt{
        width: 90%;
        margin: 15px auto;
        font-size: 15px;
        line-height: 1.5;
    }
    
    .staff-comment01-ttl{
        font-size:26px;
        line-height: 1.45;
    }
}

@media screen and (max-width:375px) {
    .main-ttl {
        font-size: 3em;
    }



    /*---動画---*/
    .movie-wrap {
        height: 210px;
    }
}

@media screen and (max-width:360px) {
    .movie-wrap {
        height: 200px;
    }
}

@media screen and (max-width:320px) {
    .main-ttl {
        font-size: 2.5em;
    }

    /*---動画---*/
    .movie-wrap {
        height: 180px;
    }
}

/*----スクロールアニメ----*/
:root {
    --animate-duration: 1s;
    --animate-delay: 1s;
    --animate-repeat: 1;
}

.wow {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-duration: var(--animate-duration);
    animation-duration: var(--animate-duration);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
}

@-webkit-keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
}

/*----//スクロールアニメ----*/


/* 260218追記 */

.main-image{
  width:100vw;
  margin-left:calc(50% - 50vw);
  margin-right:calc(50% - 50vw);
}

.main-image img{
  width:100%;
  height:auto;
  display:block;
}

.copa-wrap {
  background: #2b2b2b;
  padding: 50px 0 60px;
  color: #fff;
}

.copa-inner{
  display:flex;
  gap:80px;
  align-items:stretch; /* 高さを揃える */
}

.copa-card{
  flex:1;
  display:flex;
  flex-direction:column;
}

.copa-header{
  text-align:center;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:flex-start;
  min-height:140px; /* ←ロゴ＋キャッチ高さ固定 */
}

.copa-logo{
  height:140px;
  object-fit:contain;
  margin-bottom:15px;
}

.copa-sub {
  font-size: 20px;
  letter-spacing: 2px;
  margin-bottom: 15px;
}

.copa-sub.icon {
  font-size: 26px;
  letter-spacing: 8px;
}

.copa-catch{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  font-size: 24px;
  font-weight: 600;
}

.copa-image{
  margin-top:20px;
  display:flex;
  justify-content:center;
}

.copa-image img{
  max-height:100%;
  object-fit:contain;
}

.copa-desc {
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 40px;
    opacity: 0.9;
    margin: 20px 0;
    min-height: 80px;
    font-weight: 500;
}

.copa-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
  color: #fff;
  font-size: 18px;
  border-bottom: 2px solid #919191;
  padding-bottom: 15px;
  transition: 0.3s;
}


.arrow-circle {
  width: 36px;
  height: 36px;
  border: 1px solid #fff;
  border-radius: 50%;
  position: relative;
}

.arrow-circle::after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  top: 50%;
  left: 45%;
  transform: translate(-50%, -50%) rotate(45deg);
}

.copa-cp{
    max-width: 1000px;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    margin-bottom: 80px;
}

.copa-cp-card{
    max-width: 100%;
    display: flex;
    background-color: rgb(238, 238, 238);
    padding: 80px 0;
}

.copa-cp-card ul{
    max-width: 1200px;
    display: flex;
    gap: 60px;
    margin: 0 auto;
}

.copa-cp-card li{
    width: 570px;
    display: block;
}

.copa-cp-card img{
    width: 100%;
    margin-bottom: 20px;
}

.copa-cp-card h3{
    text-align: left;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
}

.copa-cp-card p{
    text-align: left;
    font-size: 14px;
    letter-spacing: 1.3px;
    line-height: 1.5;
}

body {
  margin: 0;
  background: #000;
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
}

.copa-container {
  width: 1200px;
  margin: 0 auto;
}

.hero {
  display: flex;
  align-items: center;
  padding: 100px 0 50px;
  align-items:center;
  justify-content:space-between;
}

.hero-left {
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:center;
  text-align:center;
  width:50%;
}

.copa-logo {
  width: 320px;
  margin-bottom: 20px;
  margin: 0 auto;
}

.hero-sub {
  font-size: 22px;
  margin-bottom: 15px;
  color: #ffffff;
  margin: 0 auto;
}

.hero-catch {
  font-size: 24px;
  font-weight: 600;
  margin: 15px 0 40px;
  color: #ffffff;
}

.hero-btn {
  display: inline-flex;
  align-items: center;
  padding: 15px 60px;
  border: 1px solid #fff;
  border-radius: 30px;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  position:relative;
  display:flex;
  justify-content:center;
  padding:18px 60px;
  border: 1px solid #fff;
}

.hero-btn::after {
  content: "";
  position: absolute;
  right: 30px;
  top: 46%;
  width: 6px;
  height: 6px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  transform: rotate(45deg);
  transition: .3s;
}

.hero-btn{
  transition: .3s;
  background: transparent;
}

.hero-btn:hover{
  background:#ffffff;
  color:#000000;
}

.hero-btn:hover::after{
  border-top: 2px solid #000000;
  border-right: 2px solid #000000;
  transform: translateX(6px) rotate(45deg);
}


.hero-right img {
  width: 600px;
}


.feature {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}

.feature.reverse {
  flex-direction: row-reverse;
}

.feature-img img {
  width: 600px;
}

.feature-text {
  width: 540px;
  color: #ffffff;
  margin: 30px;
}

.feature-text h3 {
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: 700;
}

.feature-text p {
  font-size: 15px;
  line-height: 1.8;
}

.bottom-btn {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  background: #e6e6e6;
  color: #000;
  padding: 18px 60px;
  border-radius: 40px;
  text-decoration: none;
  font-weight: bold;
  margin-top: 80px;
}

.copa-products-inner{
  width:980px;
  margin:0 auto;
}

.copa-products-ttl{
  text-align:center;
  color:#fff;
  font-size:28px;
  font-weight:700;
  letter-spacing:2px;
  margin: 60px 0 30px;
}

.copa-products-list{
  display:flex;
  justify-content:space-between;
  margin-bottom:60px;
  gap: 40px;
}

.copa-product-card{
  list-style:none;
}

.copa-product-card a{
  text-decoration:none;
  color:#fff;
  display:block;
}

.copa-product-img{
  width:100%;
  display:flex;
  align-items:center;
  justify-content:center;
  margin-bottom: 20px;
  overflow:hidden;
}

.copa-product-img img{
  max-width:100%;
  height:auto;
  transition: transform .4s ease;
}

.copa-product-card:hover .copa-product-img img{
  transform: scale(1.15);
}

.copa-product-name-en{
  font-size:16px;
  font-weight:700;
  letter-spacing:1px;
  margin-bottom:6px;
  text-align: center;
}

.copa-product-name-jp{
  font-size:14px;
  margin-bottom:15px;
  text-align: center;
}

.copa-product-price{
  font-size:16px;
  font-weight:500;
  text-align: center;
}

.copa-product-price span{
  font-size:12px;
  font-weight:500;
  margin-left: -5px;
}

.copa-products-btn-wrap{
  text-align:center;
}

.copa-products-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:640px;
  height:70px;
  background:#ffffff;
  border-radius:50px;
  font-size:18px;
  font-weight:700;
  color:#2b2b2b;
  text-decoration:none;
  position:relative;
  border:1px solid #ffffff;
  transition: background .3s, color .3s, border .3s;
}

.copa-products-btn:hover{
  background:#2b2b2b;
  color:#ffffff;
  border:1px solid #ffffff;
}

.pc-none{
    display: block;
}

.sp-none{
    display: none;
}

.movie{
    margin: 80px auto;
    width: 400px;
}

.hacobune-unit-video-outline{
    display: none !important;
}

@media screen and (max-width:768px){
    

  .copa-gallery{
      width: 100vw;
      margin-left: calc(50% - 50vw);
      margin-right: calc(50% - 50vw);
      padding: 0;
  }

  .gallery-track{
      padding: 0;
  }


   .movie{
   margin: 50px auto;
   width:100%;
  }

  .hacobune-app-container{
      background: transparent !important;
      padding: 0 !important;
  }

  .hacobune-univideo{
      padding: 0 !important;
  }

.pc-none{
    display: none;
}

.sp-none{
    display: block;
}

.copa-inner{
  flex-direction:column;
  gap:60px;
}

.copa-card{
  width:100%;
}


.copa-cp-card ul{
  flex-direction:column;
}

.copa-cp-card ul li{
  width:100%;
}


.copa-pure .hero{
  flex-direction:column;
  text-align:center;
  padding: 100px 0 40px;
}

.copa-pure .hero-left,
.copa-pure .hero-right{
  width:100%;
}

.copa-pure .hero-right{
  margin-top: 50px;
}

.feature{
  flex-direction:column;
}

.feature.reverse{
  flex-direction:column;
}

.feature-img,
.feature-text{
  width:100%;
}

.copa-products-inner{
  width:100%;
}

.copa-products-list{
  display:flex;
  overflow-x:auto;
  scroll-snap-type:x mandatory;
  padding-bottom:10px;
  -webkit-overflow-scrolling: touch;
  scrollbar-width:none;
  margin-bottom: 40px;
  gap: 30px;
}

.copa-products-list::-webkit-scrollbar{
  display:none;
}

.copa-product-card{
  flex:0 0 80%;
  scroll-snap-align:start;
}

.copa-products-btn{
  width: 100%;
  height: 70px;
  font-size: 18px;
}

.copa-wrap {
  padding: 40px 0 0;
}

.copa-logo {
    width: 260px;
}

.copa-logo {
    height: 90px;
}

.copa-catch {
    margin-top: 15px;
    font-size: 20px;
}

.copa-desc {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 0px;
    margin: 15px 0 20px;
    min-height: 0px;
}

.copa-cp {
    max-width: 100%;
    margin: 80px 0 60px;
}

.copa-cp-card {
    padding: 10px 10px 60px;
}

.copa-cp-card h3 {
    font-size: 24px;
}

.copa-cp-card ul {
    gap: 60px;
}

.copa-cp-card p {
    font-size: 16px;
    line-height: 1.7;
}

.copa-container {
    width: 100%;
}

.feature-text h3 {
    font-size: 20px;
}

.feature-text p {
    font-size: 15px;
    line-height: 1.7;
}

.hero {
    padding: 80px 0 40px;
}

.feature-text {
    margin: 15px 0 0;
}

.copa-product-img {
    display: block;
}

.copa-product-name-en {
    text-align: left;
}

.copa-product-name-jp {
    text-align: left;
}

.copa-product-price {
    text-align: left;
}

.line-bg {
    padding: 100px 0 0;
}

.hero-btn::after {
    top: 44%;
}

}

.copa-image{
  overflow:hidden;
}

.copa-image img{
  transition: transform .6s cubic-bezier(.19,1,.22,1);
}

.arrow-circle{
  width:34px;
  height:34px;
  border: 1px solid #ffffff;
  border-radius:50%;
  position:relative;
  transition: background .3s ease, border .3s ease;
}

.arrow-circle::after{
  content:"";
  position:absolute;
  top:50%;
  left: 48%;
  width:6px;
  height:6px;
  border-top:2px solid #ffffff;
  border-right:2px solid #ffffff;
  transform:translate(-50%,-50%) rotate(45deg);
  transition:border .3s ease;
}

.copa-link{
  position:relative;
  padding-bottom:6px;
  border-bottom:1px solid #888;
}

.copa-link::after{
  content:"";
  position:absolute;
  left:0;
  bottom:-1px;
  width:100%;
  height:1px;
  background:#fff;
  transform: scaleX(0);
  transform-origin:left;
  transition: transform .5s cubic-bezier(.19,1,.22,1);
}

.copa-card:hover .copa-image img{
  transform: scale(1.08);
}

.copa-card:hover .arrow-circle{
  background:#ffffff;
  border-color:#ffffff;
}

.copa-card:hover .arrow-circle::after{
  border-top:2px solid #000000;
  border-right:2px solid #000000;
}

.copa-card:hover .copa-link::after{
  transform: scaleX(1);
}


.copa-gallery {
  width: 100%;
  overflow: hidden;
  background: #eeeeee;
  padding: 80px 0;
}

.gallery-track {
  display: flex;
  width: max-content;
  animation: gallery-scroll 30s linear infinite;
}

.gallery-item {
  flex: 0 0 auto;
  width: 400px;
  margin-right: 20px;
}

.gallery-item img {
  width: 100%;
  height: auto;
  display: block;
}

.copa-tec{
    max-width: 100%;
    margin: 0px auto 80px;
    display: flex;
    justify-content: center;
}

.copa-tec ul{
    max-width: 1200px;
    gap: 60px;
    display: flex;
}

.copa-tec li{
    width: 570px;
}

@keyframes gallery-scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

@media screen and (max-width:768px){
  .gallery-item {
    width: 260px;
    margin-right: 15px;
  }

  .page-background::after {
    display: none;
  }

  .page-background ul {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    gap: 15px;
    margin: 50px auto;
 }

  .page-background ul::-webkit-scrollbar{
    display: none;
  }

  .page-background li {
    flex: 0 0 85%;
    width: auto;
    scroll-snap-align: center;
  }

  .page-background::after{
    display: none;
  }

    .copa-gallery {
        padding: 50px 0;
        width: 110%;
    }

    .main-slider{
    width: 100vw;
    max-width: none;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }

}

/* =========================
   KV FADE SLIDER
========================= */

.kv-slider{
  position: relative;
  width: 100%;
  aspect-ratio:16 / 9; 
  overflow: hidden;
}

.kv-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  transition: opacity 1s ease;
}
.kv-slide a{
  display:block;
  width:100%;
  height:100%;
}


.kv-slide.is-active {
  position: relative;
  opacity: 1;
  z-index: 2;
}

.kv-slide img{
  width:100%;
  height:100%;
  object-fit: contain;
}

/* ===========================
   COPA PRODUCT SLIDER
=========================== */

@media screen and (min-width:769px){

.copa-products-slider-wrap{
  position: relative;
}

.copa-products-slider-viewport{
  overflow: hidden;
}

.copa-products-slider-track{
  display:flex;
  gap:24px;
  transition: transform .5s ease;
}

.copa-products-slider-track .copa-product-card{
  flex:0 0 calc((100% - 48px)/3);
}

/* ナビボタン */

.copa-slider-nav{
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  width:45px;
  height:45px;
  background-color: #ffffff;
  border:none;
  cursor:pointer;
  opacity:.6;
  transition:.3s;
  z-index:10;
  border-radius: 50px;
}

.copa-slider-nav:hover{
  opacity:1;
}

.copa-slider-prev{ left:-65px; }
.copa-slider-next{ right:-65px; }

.copa-slider-nav::after {
        content: "";
        position: absolute;
        top: 50%;
        left: 49%;
        width: 7px;
        height: 7px;
        border-top: 2px solid #424242;
        border-right: 2px solid #424242;
    }

.copa-slider-prev::after{
  transform:translate(-40%,-50%) rotate(-135deg);
}

.copa-slider-next::after{
  transform:translate(-60%,-50%) rotate(45deg);
}

.copa-slider-nav.is-hidden{
  opacity:.5;
  pointer-events:none;
}


.copa-slider-nav.swiper-button-disabled,
.copa-slider-next.swiper-button-disabled {
  opacity: 0 !important;
  pointer-events: none;
}

.copa-slider-nav,
.copa-slider-next {
  background: #fff;
  color: #000;
  opacity: 1;
}

.copa-slider-nav svg,
.copa-slider-next svg {
  fill: #000 !important;
}

.copa-slider-nav.is-hidden {
  display: none;
}
}

@media screen and (max-width:768px){
  .kv-slider {
    aspect-ratio: 0;
  }
}
