.page-background {
    background: #ffffff;
    max-width: 1200px;
    margin: 0 auto;
}

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;
}

.pc-hide{
    display: none;
}

.douga{
    max-width: 1000px;
    margin:40px auto 120px;
}

.sp-br{
    display: none;
}

.pc-br{
    display: block;
}

.main-image img{
	border-bottom:2px solid #666;
}

.schedule-text{
    background: linear-gradient(45deg, #B67B03 0%, #DAAF08 45%, #f5da79 70%, #DAAF08 85%, #B67B03 90% 100%);
    color: #121212;
    display: inline-block;
    margin: 0 auto 60px;
    text-align: center;
    font-size: 19px;
    padding: 7px 22px 9px;
}

@media screen and (max-width:768px){
    .sp-hide{
        display: none;
    }

    .pc-hide{
        display: block;
    }
}

@media screen and (max-width:768px){
    .sp-br{
        display: block;
    }

    .pc-br{
        display: none;
    }
}

.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: 2.8em;
    text-align: center;
    padding: 50px 0 0 0;
    color:#fff;
}

.decode-text{
	margin-bottom:20px;
}

.decode-text span{
	font-size:1.2em;
}

.main-jp-ttl {
    display: block;
    font-size: 18px;
    /*font-weight: 700;*/
    font-family: source-han-sans-japanese, sans-serif;
    color: #ffffff;
    line-height: 1.7;
	margin-bottom:50px;
}
.catch{
    margin: 0 0 0;
}

.catch .sub-ttl{
    color: #fff;
    font-weight: 700;
}
.sub-ttl {
    text-align: center;
    font-size: 1.4em;
    margin: 15px auto -80px;
}

.catch .txt-box {
    max-width: 860px;
    margin: 0 auto 30px;
    line-height: 1.8;
    text-align: center;
	font-size: 15px;
    color: #fff;
	padding:20px 0;
}

.catch .txt-box .lead {
    font-size: 125%;
    font-weight: bold;
}

.catch .notice{
    font-size: 14px;
    color: #fff;
    text-align: center;
	margin:5px auto 30px;
}

.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;
}

.gallery {
    overflow: hidden;
    margin: 80px auto 40px;
    max-width: 1200px;
}

.gallery ul {
    width: 100%;
    display: flex;
    flex-wrap:wrap;
    overflow-x: auto;
    overflow-scrolling: touch;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
    max-width: 1200px;
}

.gallery ul li {
    width: calc(100% / 3);
    overflow: hidden;
}

.gallery ul li img {
    transition: 0.5s;
    display: block;
}

.gallery ul li img:hover {
    transform: scale(1.1, 1.1);
}

.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-catch {
    font-size: 1.75em;
    font-weight: 500;
    margin: 0 0 30px 0;
}

.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;
    font-size: 16px;
    line-height: 1.9;
    padding: 0 30px;
}

.product-catch {
    display: block;
    font-weight: 700;
    font-size: 1.15em;
    margin: 20px 0;
}

.lineup {
    padding: 50px 30px 0;
    box-sizing: border-box;
}

.lineup-ttl {
    font-size: 2em;
    margin: 0 0 40px 0;
    font-weight: 700;
    text-align: center;
    position: relative;
    padding: 0 0 30px;
}


.lineup-txt {
    font-size: 16px;
    text-align: center;
}



.lineup-ttl::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background: #121212;
    width: 50px;
    height: 2px;
}


.lineup-list {
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.col1 {
    justify-content: center;
}


.lineup-list-col3 {
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.lineup-list-col3::before {
    content: "";
    display: block;
    width: 30%;
    order: 1;
}

.lineup-list-col3::before {
    content: "";
    display: block;
    width: 30%;
}

.lineup-list li {
    max-width: 450px;
    width: 42%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    position: relative;
}

.lineup-list li a,
.lineup-list-col3 li a{
    position: relative;
}

.lineup-list li .price .tax{
    font-size: 60%;
}

.lineup-list li .spike,
.lineup-list li .price,
.lineup-list li .cart-btn,
.lineup-list-col3 .spike,
.lineup-list-col3 .price,
.lineup-list-col3 .cart-btn {
    width: 100%;
}

.lineup-list-col3 li {
    width: 30%;
    margin: 0 0 60px 0;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    justify-content: center;
}


.lineup-list li p,
.lineup-list-col3 li p {
    text-align: center;
}

.lineup-list li .spec,
.lineup-list-col3 li .spec {
    font-size: 1.2em;
    font-weight: 600;
}

.lineup-list li .eng-name,
.lineup-list-col3 li .eng-name {
    font-size: 1.75em;
    font-family: "adineuePRO", 'Poppins', sans-serif;
    margin: 0 0 20px ;
    color: #00031f;
}

.lineup-list li .jp-name,
.lineup-list-col3 li .jp-name {
    display: block;
    font-size: 60%;
    font-family: source-han-sans-japanese, sans-serif;
}

.lineup-list li .jp-name2,
.lineup-list-col3 li .jp-name2 {
    font-size:17px;
	margin-top:20px;
}

.lineup-list li .spike,
.lineup-list-col3 li .spike {
    font-size: 1em;
}

.lineup-list li .price,
.lineup-list-col3 li .price {
    font-size: 1.4em;
    font-family: "adineuePRO", 'Poppins', sans-serif;
    font-weight: 700;
    margin: 10px 0 20px;
}

.lineup-list li .cart-btn a,
.lineup-list-col3 .cart-btn a {
    background:linear-gradient(45deg, #B67B03 0%, #DAAF08 45%, #FEE9A0 70%, #DAAF08 85%, #B67B03 90% 100%);;
    border: 1px solid #DAAF08;
    display: block;
    padding: 1.2em;
    font-size: 1.125em;
    max-width: 370px;
    margin: 0 auto;
    color: #121212;
    transition: .3s;
    font-weight: bold;
    line-height: 1;
}

.lineup-list li .pre-order{
    background: #ccc;
    padding: 1.2em;
    font-size: 1.125em;
    width: 100%;
    margin: 0 auto;
}


.lineup-list li .cart-btn a:hover,
.lineup-list-col3 .cart-btn a:hover {
    background: #ffffff;
    color:#DAAF08;
}

.copabana{
	text-align:center;
	margin:80px auto 0;
}

.tirobana{
	text-align:center;
	margin:80px auto ;
}

.kamoorigin02{
	text-align:center;
	margin:60px auto ;
    max-width: 1200px;
    background-color: white;
    padding:60px 0 60px 0;
}

.kamoorigin02txt{
    font-family: "adineuePRO", 'Poppins', sans-serif;
    font-size: 38px;
    text-align: center;
    padding: 0 0 10px 0;
    font-weight: bold;
}


/*--商品画像マウスオーバー--*/
.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.1em;
    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;
}



.catch .logo {
    width: 90%;
    max-width: 590px;
    margin: 0 auto;
    padding: 70px 0 0;
}

.catch .logo img {
    max-width: 100%;
    margin: 0 auto;
    display: block;
}

.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: #df3a28;
    display: inline-block;
    padding: 10px;
}


.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: #121212;
    padding: 10px;
    color: #fff;
    text-align: center;
    line-height: 1;
    position: absolute;
    font-size: 12px;
    top: 0;
    right: 0;
    z-index: 9;
    font-weight: bold;
    margin: 0;
}

.icon2{
    background: #121212;
    padding: 10px;
    color: #fff;
    text-align: center;
    line-height: 1;
    font-size: 12px;
    font-weight: bold;
    margin: 0 auto 10px;
	display:inline-block;
}

.icon-rogo {
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9;
    max-width: 9em;
    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: 740px;
    margin: 0 auto;
    color: #ffffff;
    font-weight: bold;
    transition: .3s;
    text-align: center;
    width: 85%;
}

.collection-ichiran a:hover {
    background: #df3a28;
    border: 1px solid #df3a28;
    color: #fff;
}


.campaign .collection-ichiran {
    padding: 30px 0 0;
}

.campaign .collection-ichiran a {
    background: #df3a28;
    border: 1px solid #df3a28;
    display: block;
    padding: 1.2rem 0;
    font-size: 1.125em;
    max-width: 800px;
    margin: 0 auto;
    color: #00031f;
    font-weight: bold;
    transition: .3s;
    text-align: center;
    width: 85%;
}

.campaign .collection-ichiran a:hover {
    background: #ccc;
    border: 1px solid #ccc;
    color: #00031f;
}


.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: #df3a28;
    border: 1px solid #df3a28;
    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%;
}


/*.campaign{
	padding:100px 0 40px;
}*/

.campaign-btn a {
    background: #121212;
    border: 1px solid #121212;
    display: block;
    padding: 1.2rem 0;
    font-size: 1.125em;
    max-width: 800px;
    margin: 0 auto;
    color: #fff;
    transition: .3s;
    text-align: center;
    width: 85%;
}

.campaign-btn a:hover {
    background: #fff;
    color: #121212;
}

.review-subttl {
    font-size: 13px;
    color: #121212;
    text-align: center;
    padding: 0 15px;
}

.campaign-image {
    margin: 30px auto;
    max-width: 1200px;
}

.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;
}

.campaign {
    text-align: center;
    padding: 0;
}

.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: 0;
    transform: skewY(2deg);
    /*transform-origin: top right;*/
    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{
    background: linear-gradient(#121212, #fafafa,#121212);
	padding:60px 0;
}

.second-bg {
    margin-bottom: 65px;
}


.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:15px;
    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:#121212;
    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: 900px;
    margin: 0 auto;
    padding: 40px 0 0;
}

.hacobune-app-container[data-v-d7985e46] {
    background: #fff!important;
}

.hacobune-app-container{
	height:auto !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;
}

.lineup-list li .price span,
.lineup-list-col3 li .price span {
    font-size: 11px;
}



.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:#df3a28 !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;
}

#campaign .cate-ttl {
    margin: 0;
    padding: 30px 0;
}

.history-btn{
    border: 1px solid #fff;
    background: #121212;
    display: block;
    padding: 1.0rem 0;
    font-size: 1.125em;
    max-width: 250px;
    margin: 0 auto 40px;
    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;
}

.ev_month{
    display: block;
    max-width: 980px;
    width: 94%;
    margin: 60px auto;
    padding-bottom: 60px;
}

.staff-comment01{
    margin: 100px auto 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	align-items: center;
    background: linear-gradient(218deg, #B67B03 0%, #DAAF08 45%, #f5da79 70%, #DAAF08 85%, #B67B03 90% 100%);
    padding: 40px 40px;
    max-width: 1200px;
	color:#121212;
}

.staff-comment01:nth-child(even){
    flex-direction:row-reverse;
}

.staff-comment01 .staff-comment01-img{
    width:49%;
}
.staff-comment01 .staff-comment01-txt{
    width:47%;
	color:#121212;
line-height: 1.8;
}

.hacobune-app-container,.hacobune-unit-video-outline{
	padding:0 !important;
}

.hacobune-unit-video-wrap{
	margin:0 0 -20px !important;
}

.review-visumo{
	padding:100px 0 0;
}

.staff-comment01-ttl{
	font-size:24px;
    font-weight: bold;
	margin-bottom:20px;
    line-height: 1.5;
}

.balloon1 {
    position: relative;
    display: inline-block;
    padding: 7px 13px;
    min-width: 120px;
    max-width: 100%;
    color: #ba8104;
    font-size: 14px;
    background: #fff;
    margin-bottom:15px;
    font-weight: 700;
  }
  
  .balloon1:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -10px;
    border: 10px solid transparent;
    border-top: 10px solid #fff;
  }

  .comment{
    max-width: 1200px;
    color: #fff;
    margin: 0 auto;
  }



html { scroll-behavior: smooth;}


/*-----------------------------------
スマホ用はここから
-------------------------------*/
@media screen and (max-width:1000px) {



.view-all .row{
    margin: 0 3%;
}

.page-background{
    margin: 0 2% 40px;
}

.collection-ichiran{
    /* padding: 0 0 60px; */
    padding:60px 0 30px;
}


.review-visumo{
    padding: 0 0 60px;
}


}


@media screen and (max-width:768px) {

    .icon-rogo {
        max-width: 7em;
    }

    .staff-comment01 .staff-comment01-img{
        width:90%;
    }


    .staff-comment01{
        margin: 0px auto 0px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        padding: 20px 0px 50px;
    }
    

    .staff-comment01-img{
        width:90%;
        margin:0 auto;
        font-size:14px;
    }
    
    .hacobune-app-container{
        width:100% !important;
    }
    
    .hacobune-univideo {
        padding: 0;
    }
    
    .staff-comment01 .staff-comment01-txt{
        width: 90%;
        margin: 25px auto;
        font-size: 15px;
        line-height: 1.65;
    }
    
    .staff-comment01-ttl{
        font-size:26px;
        line-height: 1.45;
    }

    .balloon1 {
    position: relative;
    display: inline-block;
    padding: 10px 13px;
    min-width: 120px;
    max-width: 100%;
    color: #ba8104;
    font-size: 14px;
    background: #fff;
    margin-bottom:25px;
    font-weight: 700;
  }
  
  .balloon1:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -10px;
    border: 10px solid transparent;
    border-top: 10px solid #fff;
  }

    .alrihla-pack_bk{
        background-size: cover;
    }

    .douga{
        max-width: 1000px;
        margin:40px auto 70px;
    }


    .main-ttl {
        font-size: 5em;
        padding: 50px 0 0 0;
    }

    .feature-navi,
    .catch {
        padding: 0 10px;
    }

    .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 {
    margin: 50px auto 40px;
}

    .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;
    }

    .lineup{
        padding:35px 10px 0;
    }

    /* .lineup-list-col3 {
        padding: 0 0 60px 0;
    } */

    .lineup-list li {
        width: 90%;
        max-width: 450px;
        margin: 0 auto 60px;
    }

    .lineup-list img {
        width: 100%;
    }

    .lineup-list-col3 li {
        width: 45%;
        margin: 0 auto 50px;
    }

    .lineup-list-col3 .cart-btn a {
        padding: .8rem;
        font-size: 1em;
    }

    .lineup-list-col3::before{
        width: 45%;
    }

    .lineup-list li:last-child {
        margin: 0 auto;
    }


.lineup-txt {
    font-size: 14px;
}

    .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:10px 0 0;
    }

    ul.review-list li {
        width: 100%;
        margin-bottom: 20px;
    }

    .lineup-ttl {
        font-size: 1.4em;
        margin: 0 0 20px 0;
        border-top: 2px solid #ccc;
        padding-top: 40px;
    }

    .review-movie-ttl {
        font-size: 25px;
    }

    .graph {
        margin: 50px auto 0;
    }

    .adidas-campaign_txt {
        padding: 25px 10px 30px;
        text-align: left;
    }

    .adidas-campaign_txt {
        font-size: 14px;
    }

    .adidas-campaign_linkbtn a {
        font-size: 17px;
    }

    .player-comment_photo {
        width: 90%;
        margin: 0 auto;
    }

    .player-comment_txtarea {
        padding: 20px 20px 0;
    }

    .lineup-list-col3 li .eng-name {
        font-size: 18px;
    }

    .product-txtbox {
        line-height: 1.65;
        font-size: 15px;
        padding: 0;
        margin-top: 5px;
    }


    .movie-wrap {
        margin: 0;
    }


    .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;
    }

    /*.predator-bg{
	border-top:1px solid #eee;
}*/


    /* 右下ページ最上部に戻るボタン */
    #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;
    }

    /*.campaign{
	padding:0 0 55px;
}*/

    .x-sppedflow_movie-txt {
        text-align: left;
    }

    .x-sppedflow_movie-list {
        padding: 20px 0 0;
        margin: 20px 0 0;
    }

    .player-img {
        padding: 0 10px;
    }

    .campaign {
        padding: 0 10px;
    }

    .player-box .player-txtbox {
        padding: 0 20px;
        margin: 0 auto 40px auto;
    }

.catch .txt-box {
	font-size: 13px;
}

.ttl-jp{
    padding-top: 20px;
}

.ttl-jp-x{
    font-size: 27px;
}

.product-ttl {
    font-size: 1.4em;
}

    .sub-ttl {
        font-size: 1.2em;
    }

.schedule-text{
    font-size: 17px;
	margin-top:30px;
}


}

@media screen and (max-width:480px) {

    .main-ttl {
        font-size: 2.2em;
    }

    .main-jp-ttl {
        margin: 20px 0 50px 0;
        font-size: 14px;
        line-height: 1.6;
    }

    .feature-navi ul li a {
        padding: .5rem;
    }

    .brand-ttl .brand-catch {
        font-size: 1.5em;
    }

    .lineup-list li .cart-btn a {
        width: 85%;
    }

    .lineup-list-col3 .cart-btn a {
        padding: .5rem;
    }

    .brand-ttl .brand-ttl-wrap {
        padding: 3rem 10px;
    }

    .lineup-list li .eng-name {
        margin: 15px 0;
    }

    .lineup-list li .price {
        margin: 15px 0;
    }

    .tirobana{
        margin:80px 2% ;
    }
    .kamoorigin02{
        margin: 20px 0%;
        padding: 20px;
    }
    .kamoorigin02txt{
    font-size: 30px;
}

    
    .view-all {
        padding: 40px 0 20px 0;
    }

    /*---動画---*/
    .movie-wrap {
        height: 232px;
    }

    .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リンク---*/

}

@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;
}

/*----//スクロールアニメ----*/