.row{
    max-width: 1200px;
    margin: 0 auto;
}
.adidas-sis {
    width: 100%;
    overflow: hidden;
    position: relative;
}
.main-ttl{
/*    font-family: "adineuePRO", 'Poppins', sans-serif;*/
    font-size: 68px;
    text-align: center;
    padding: 50px 0 25px;
	color:#fff;
    font-weight: 600;
}

.main-jp-ttl{
    display: block;
    font-size: 14px;
    font-weight: 900;
    font-family: source-han-sans-japanese, sans-serif;
}

.sub-ttl{
    text-align: center;
    font-size: 1.5em;
    margin: 50px auto;  
}

.catch .txt-box{
    max-width: 860px;
    margin: 0 auto 50px;
    line-height: 1.8;
}

.feature-navi ul{
    margin: 0 auto 110px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	max-width:1000px;
	padding-top: 45px;
}

.feature-navi ul li{
    width: 24%;
    margin-bottom: 16px;
}

.feature-navi ul li a{
	display: block;
    padding: 20px 10px;
    text-align: center;
    border: 1px solid #fff;
    transition: 0.3s;
    color: #fff;
	font-size: 20px;
    font-weight: 600;
}

.feature-navi ul li a:hover{
    background: #121212;
    color: #ffffff;
}
.gallery{
    overflow: hidden;
    margin: 0 0 100px 0;
}
.gallery ul{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    overflow-x: auto;
    overflow-scrolling: touch;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
}

.gallery ul li{
    width: 25%;
    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: -40px auto 0;
    max-width: 1200px;    
}

.product-ttl{
    font-size: 1.75em;
    font-weight: 700;
}

.product-wp .product-tec{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.product-wp .product-tec:nth-child(even){
    flex-direction: row-reverse;
}

.product-wp .product-tec li:nth-child(1){
    width: 50%;
}
.product-wp .product-tec li:nth-child(2){
    width: 42%;
}
.product-txtbox{
    margin: 0 0 40px 0;
}

.product-catch{
    display: block;
    font-weight: 700;
    font-size: 1.15em;
    margin: 20px 0;
}

.lineup{
    padding:80px 0 0 0;
}

.lineup-ttl{
    font-size: 1.75em;
    margin: 0 0 40px 0;
    font-weight: 700;
    text-align: center;
}

.lineup-list{
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.lineup-list-col3{
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}


.lineup-list li{
    max-width: 450px;
    width: 42%;
    margin: 0 0 60px 0;    
}

.lineup-list-col3 li{
    width: 30%;
    margin: 0 0 60px 0; 
}

.lineup-list li:nth-last-child(-n+2){
    margin: 0 auto 100px;
}

.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: 20px 0;
    color: #7f7f7f;
}

.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 .spike,
.lineup-list-col3 li .spike{
    font-size: 1em;
}

.lineup-list li .price,
.lineup-list-col3 li .price{
    font-size: 1.2em;
    font-weight: 700;
    margin: 30px 0;
}

.lineup-list li .cart-btn a,
.lineup-list-col3 .cart-btn 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;
}

.lineup-list li .cart-btn a:hover,
.lineup-list-col3 .cart-btn a:hover{
    background: #ffffff;
    color: #121212;
}



.qatar2022_itemlist-col4{
    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;
}

.qatar2022_itemlist-col4 li{
    width:18%;
    margin: 0 0 60px 0; 
}

.qatar2022_itemlist-col4 li:last-child{
    margin: 0; 
}

.lineup-list li:nth-last-child(-n+2){
    margin: 0 auto 100px;
}

.qatar2022_itemlist-col4 li p{
    text-align: center;
}

.qatar2022_itemlist-col4 li .spec{
    font-size: 1.2em;
    font-weight: 600;
}

.qatar2022_itemlist-col4 li .name{
    font-size: 13px;
/*    font-family: "adineuePRO", 'Poppins', sans-serif;*/
    margin: 10px 0;
    color: #fff;
}

.qatar2022_itemlist-col4 li .spike{
    font-size: 1em;
}

.qatar2022_itemlist-col4 li .price{
    font-size: 17px;
    font-weight: 700;
    margin: 15px 0;
	color:#fff;
}

.qatar2022_itemlist-col4 .cart-btn 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;
}

.qatar2022_itemlist-col4 .cart-btn a:hover{
    background: #ffffff;
    color: #121212;
}

.qatar2022_itemlist-col4 li img{
	border-radius:10px;
}

.qatar2022_itemlist-col4 li .price span{
    font-size:12px;
}



.qatar2022_itemlist-col3{
    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;
}

.qatar2022_itemlist-col3 li{
    width:22%;
    margin: 0 0 60px 0; 
	text-align:center;
}

.qatar2022_itemlist-col3 li p{
    text-align: center;
}

.qatar2022_itemlist-col3 li .spec{
    font-size: 1.2em;
    font-weight: 600;
}

.qatar2022_itemlist-col3 li .name{
    font-size: 13px;
/*    font-family: "adineuePRO", 'Poppins', sans-serif;*/
    margin: 0 0 10px;
    color: #fff;
}

.qatar2022_itemlist-col3 li .kokki{
	    max-width: 150px;
    margin-top: 10px;
}

.qatar2022_itemlist-col3 li .spike{
    font-size: 1em;
}

.qatar2022_itemlist-col3 li .price{
    font-size: 17px;
    font-weight: 700;
    margin: 15px 0;
	color:#fff;
}

.qatar2022_itemlist-col3 .cart-btn 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;
}

.qatar2022_itemlist-col3 .cart-btn a:hover{
    background: #ffffff;
    color: #121212;
}

.qatar2022_itemlist-col3 li img{
	border-radius:10px;
}

.qatar2022_itemlist-col3 li .price span{
    font-size:12px;
}




/*---矢印---*/

.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;
}

/*---//動画---*/





/* QATAR2022 */
header{
    height: 60px;
}

.hd-common{
	background: #000;
    position: fixed;
    z-index: 100;
    width: 100%;
}


.qatar2022_bk{
  background: linear-gradient(#9a0c34, #26000d);
  background-attachment: fixed;
}

.feature-navi li span{
	display:block;
	font-size:11px;
    font-weight: normal;
}

.qatar2022_sub{
    color: #fff;
    text-align: center;
    margin-bottom: 45px;
    font-weight: 600;
}

.qatar2022_sub .sub-b{
	font-size:52px;
}

.qatar2022_sub .sub-s{
	font-size:12px;
}





.qatar2022_section-bk-black{
  position: relative;
  padding:40px 0 70px;
  background:#121212;
  margin:-40px 0 40px 0;
}

.qatar2022_section-bk-black:before{
	content: "";
    position: absolute;
    top: -103px;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    /* border-width: 40px 0 0 100vw; */
    border-bottom: 60px solid #121212;
    border-left: 60px solid transparent;
    border-width: 0 0 60px 100vw;
}


.qatar2022_section-bk-black-normal{
  position: relative;
  padding:0;
  background:#121212;
  margin-bottom:40px;
  padding-bottom:40px;
}


.padding-b-none{
  padding:40px 0 0 !important;
}



.qatar2022_section-bk-blue{
  position: relative;
  padding:40px 0;
  background:#28306d;
  margin:-40px 0 40px 0;
}

.qatar2022_section-bk-blue:before{
	content: "";
    position: absolute;
    top: -60px;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    /* border-width: 40px 0 0 100vw; */
    border-bottom: 60px solid #28306d;
    border-left: 60px solid transparent;
    border-width: 0 0 60px 100vw;
}



.qatar2022_section-bk-none{
  position: relative;
  padding:60px 0 100px;
/*  background:#121212;*/
  margin-bottom:40px;
}

.qatar2022_section-bk-none:before{
	content: "";
    position: absolute;
    top: -40px;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    /* border-width: 40px 0 0 100vw; */
  border-bottom: 50px solid transparent;
  border-left: 50px solid #121212;
     border-width: 0 0 60px 100vw;
}

.qatar2022_bnr{
    text-align: center;
/*    margin-bottom: 55px;*/
}

.qatar2022_bnr img{
    border: 3px solid #ccc;
	margin-bottom: 10px;
}

.border-top{
/*border-top: 1px solid #ccc;*/
    padding-top: 60px;
}

.qatar2022_bnr2{
    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;
}

.qatar2022_bnr2-item{
    width:49%;
}

.qatar2022_bnr2-item img{
    border: 3px solid #ccc;
}


.qatar2022_bnr3{
    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;
}

.qatar2022_bnr3-item{
    width: 32%;
    margin-bottom: 30px;
}

.qatar2022_bnr3-item img{
    border: 3px solid #ccc;
}

.qatar2022_spike-ttl{
	font-size: 21px;
    color: #fff;
    text-align: center;
    margin-bottom: 15px;
}
.qatar2022_spike-ttl span{
	font-size:11px;
	color:#fff;
	display:block;
}

.qatar2022_styling-txt{
    color: #fff;
    font-size: 19px;
    text-align: center;
}

.vsm-hcb-title h2, .hacobune-layout-base-bottom-html, .hacobune-layout-base-top-html{
	display:none;
}

.hacobune-app-container{
	background:none !important;
	padding: 0 0 12px;
}

.hacobune-media-post-list-item-caption{
	color:#fff !important;
}

.qatar2022_styling-more{
    font-size: 19px;
    font-weight: bold;
    color: #7f092b;
    /* border: 2px solid #fff; */
    /* border-radius: 38px; */
    padding: 15px 0;
    width: 90%;
    max-width: 530px;
    margin: 30px auto 0;
    display: block;
    background: #fff;
    text-align: center;
}

.qatar2022_styling-more a:before{
	content: '\f105';
	display: inline-block;
	font-family: FontAwesome;
}

.qatar2022_japanbnr-area{
    background: #28306d;
    padding: 70px 0;
}

.qatar2022_bnr a span{
	background: #28306d;
    padding: 50px 0;
    width: 95%;
    margin: 0 auto;
}

.qatar2022_bnr a span:before{
	content: '\f105';
	display: inline-block;
	font-family: FontAwesome;
	margin-right: 5px;
}




.qatar2022-btn {
  padding: 0 0 80px 0;
  max-width: 960px;
  margin: 0 auto;
}
.qatar2022-btn a:hover {
  background: #fff !important;
  border: 1px solid #121212 !important;
  color: #121212  !important;
}
.qatar2022-btn a {
  border: 1px solid #fff  !important;
  padding: 15px 0;
  text-align: center;
  display: block;
  font-size: 1.4em;
  color: #fff;
  transition: .3s;
}
.qatar2022-btn .arrow:before,
.qatar2022-btn .arrow:after {
    content: '';
    display: block;
    position: absolute;
    top: 48%;
    height: 2px;
    transition: .3s;
	background: #ffffff;
    right: 40px;
}
.qatar2022-btn .arrow:before {
    width: 14px;
    transform: translate(20px, 0px) rotate(315deg);
    transform-origin: right center;
}
.qatar2022-btn .arrow:after {
    width: 14px;
    transform-origin: right center;
    transform: translate(20px, 0px) rotate(45deg);
}
.qatar2022-btn .arrow:hover:before,
.qatar2022-btn .arrow:hover:after{
    background: #121212;
}


.qatar2022-btn-japan {
  padding: 0 0 55px 0;
  max-width: 960px;
  margin: 0 auto;
}
.qatar2022-btn-japan a:hover {
  background: #fff !important;
/*  border: 1px solid #121212 !important;*/
  color: #28306d  !important;
}
.qatar2022-btn-japan a {
  border: 1px solid #fff  !important;
	padding: 30px 0;
    text-align: center;
    display: block;
    font-size: 26px;
    color: #fff;
    transition: .3s;
    background: #28306d !important;
    font-weight: bold;
}
.qatar2022-btn-japan .arrow:before,
.qatar2022-btn-japan .arrow:after {
    content: '';
    display: block;
    position: absolute;
    top: 48%;
    height: 2px;
    transition: .3s;
	background: #ffffff;
    right: 40px;
}
.qatar2022-btn-japan .arrow:before {
    width: 14px;
    transform: translate(20px, 0px) rotate(315deg);
    transform-origin: right center;
}
.qatar2022-btn-japan .arrow:after {
    width: 14px;
    transform-origin: right center;
    transform: translate(20px, 0px) rotate(45deg);
}
.qatar2022-btn-japan .arrow:hover:before,
.qatar2022-btn-japan .arrow:hover:after{
    background: #28306d;
}

.qatar2022-styling-visumoarea{
	padding-bottom:70px;
}

.qatar2022_match-attention{
	font-size:14px;
	color:#fff;
	text-align:center;
}

.qatar2022_match-navi{
    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:950px;
	padding-top:30px;
	}

.qatar2022_match-navi p{
    width:12%;

	}

.qatar2022_match-kokkilist{
    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:950px;
}

.qatar2022_match-kokkilist div{
	width:21%;
}

.qatar2022_match-btn a{
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 5px;
    padding: 10px 0;
    width: 90%;
    max-width: 250px;
    margin: 10px auto 25px;
    display: block;
    text-align: center;
}

.qatar2022_match-btn a:before{
	content: '\f105';
	display: inline-block;
	font-family: FontAwesome;
}

.qatar2022_match-name{
    color: #fff;
    text-align: center;
    margin-bottom: 17px;
	}


.qatar2022_match-kokki img{
	border-radius: 9px;
    border: 1px solid #666;
    margin-bottom: 5px;
}

.qatar2022_match-qroup{
    border-top: 1px solid #666;
    max-width: 1200px;
    margin: 65px auto;
    padding: 55px 0 0;
}

.qatar2022_match-qroup-name{
    background: #cccccc;
    color: #121212;
    font-weight: bold;
    display: inline-block;
    padding: 8px 20px;
    border-radius: 5px;
    margin-bottom: 25px;
    font-size: 20px;
}

.qatar2022_table{
	color:#fff;
	max-width:1200px;
	width:100%;
	margin-bottom:30px;
}

.qatar2022_table th{
	border:1px solid #ccc;
	padding:10px;
	width:23%;
}

.qatar2022_table td{
	border:1px solid #ccc;
	padding:10px;
}

.qatar2022_table td span{
	font-weight:bold;
} 

.qatar2022_matchday{
	color:#fff;
	font-size:16px;
	font-weight:bold;
	margin-bottom:10px;
}

/* 右下ページ最上部に戻るボタン */
#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%;
}


.qatar2022_itemlist-col4 .rank{
    padding: 5px 10px;
    color: #fff;
    font-weight: bold;
    display: inline-block;
    margin-bottom: 10px;
    border-radius: 3px;
	background:#121212;
}

.qatar2022_section-sub{
	font-size:18px;
	color:#fff;
	max-width:1200px;
	margin:0 auto 30px;
	text-align:center;
}

.qatar2022_itemlist-col4 .gold{
	background:#bda45c;
}

.qatar2022_itemlist-col4 .silver{
	background:#9e9e9e;
}

.qatar2022_itemlist-col4 .copper{
	background:#5c4629;
}

.qatar2022-ft-btn a{
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    border-top: 2px solid #fff;
    padding: 15px 0;
    margin: 0 auto;
    display: block;
    position: fixed;
    bottom: 0;
    background: #28306d;
    text-align: center;
    width: 100%;
}


.qatar2022-ft-btn a:before{
	content: '\f105';
	display: inline-block;
	font-family: FontAwesome;
}

.qatar2022_table-rank{
	color:#fff;
	max-width:1200px;
	width:100%;
	margin:30px 0;
}

.qatar2022_table-rank .rank-th{
	padding:0 0 8px;
    /* width: 23%; */
    font-size: 12px;
    text-align: center;
	color:#999;
}

.qatar2022_table-rank .left{
	text-align:left !important;
}

.qatar2022_table-rank .team{
	border:1px solid #910b31;
	padding:10px;
/*	width:23%;*/
}

.qatar2022_table-rank td{
	border:1px solid #910b31;
	padding:10px;
	width:6%;
    text-align: center;
}

.qatar2022_table-rank td span{
	font-weight:bold;
}

.cup26_coming{
	font-size:40px;
	color:#ccc;
	text-align:center;
	padding-bottom:130px;
	font-style: italic;
}

.cup26_jfa-bnr{
	width:90%;
	margin:0 auto;
	max-width:800px;
	padding:50px 0 100px;
}

/*-----------------------------------
スマホ用はここから
-------------------------------*/

@media screen and (max-width:768px) {
    .main-ttl{
        font-size: 5em; 
    }
    .feature-navi,.catch{
        padding: 0 10px;
    }
	
.feature-navi ul{
    margin: 0 auto 70px;
	}

    .feature-navi ul li{
        width: 48%;
        margin: 0 0 10px 0;
    }
    .feature-navi ul li a{
        padding: .8rem;
		font-size:15px;
    }

    .gallery ul {
        display: block;
        white-space: nowrap;
        padding-left: 10px;
    }

    .gallery ul li {
        display: inline-block;
        width: 70%;
        padding-right: 10px;
    }

    .gallery ul li:last-child{
        padding-left: 10px;
    }
    .lineup-list-col3{
        padding: 0 0 60px 0;
    }

    .lineup-list li{
        width: 90%;
        max-width: 450px;
        margin: 0 auto;
    }

    .lineup-list-col3 li{
        width: 45%;
        margin: 0 auto;
    }
    .lineup-list-col3 .cart-btn a{
        padding: .8rem;
    }

    .lineup-list li:nth-last-child(-n+2){
        margin: 0 auto 60px;
    }

    .brand-ttl .brand-ttl-wrap li{
        width: 90%;
        margin: 0 auto 30px;
    }
    
    .product-wp .product-tec li:nth-child(1),
    .product-wp .product-tec li:nth-child(2){
        width: 90%;
        max-width: 600px;
        margin: 0 auto 30px;
    }
    
    .view-all {
        padding: 50px 0 30px 0;
    }

    .other-btn{
        max-width: 570px;
        width: 90%;
        margin: 0 auto 20px;
    }


/* QATAR2022 */
header{
    height: 50px;
}

.feature-navi li span{
	font-size:10px;
}


.qatar2022_sub .sub-b{
	font-size:37px;
}

.qatar2022_itemlist-col4 {
    max-width: 1200px;
    overflow-x: auto;
    display: flex;
    flex-wrap: nowrap;
    padding:0 10px 20px;
    width: 100%;
	margin-bottom:20px;
}
.qatar2022_itemlist-col4::-webkit-scrollbar{
	height: 5px;
}
.qatar2022_itemlist-col4::-webkit-scrollbar-thumb{
	background-color: #cccccc;
	border-radius: 2.5px;
    padding-top: 40px;

}

.qatar2022_itemlist-col4 li{
    width: 30%;
    margin: 0; 
	min-width:140px;
    padding: 0 7px;
}

.qatar2022_itemlist-col4 li .name{
    font-size: 11px;
}

.qatar2022_itemlist-col4 li:last-child{
        padding-left: 10px;
		min-width:0;
    }


.qatar2022_itemlist-col3 {
    max-width: 1200px;
    overflow-x: auto;
    display: flex;
    flex-wrap: nowrap;
    padding:0 10px 20px;
    width: 100%;
	margin-bottom:20px;
}
.qatar2022_itemlist-col3::-webkit-scrollbar{
	height: 5px;
}
.qatar2022_itemlist-col3::-webkit-scrollbar-thumb{
	background-color: #cccccc;
	border-radius: 2.5px;
    padding-top: 40px;
}

.qatar2022_itemlist-col3 li{
    width: 30%;
    margin: 0; 
	min-width:195px;
    padding: 0 10px;
}

.qatar2022_itemlist-col3 li .name{
    font-size: 11px;
}

.qatar2022_itemlist-col3 li:last-child{
        padding-left: 10px;
		min-width:0;
    }



.qatar2022-btn a {
	font-size: 15px;
    margin: 0 auto;
	width:90%;
}

.qatar2022-btn-japan {
  padding: 0 0 35px;
}

.qatar2022-btn-japan a {
    padding: 26px 0;
    font-size: 19px;
    width: 95%;
    margin: 0 auto;

}
.qatar2022_bnr2-item{
    width: 80%;
    margin: 0 auto 10px;
}

.qatar2022_bnr3 {
    max-width: 1200px;
    overflow-x: auto;
    display: flex;
    flex-wrap: nowrap;
    padding:0 10px 20px;
    width: 100%;
	margin-bottom:20px;
}
.qatar2022_bnr3::-webkit-scrollbar{
	height: 5px;
}
.qatar2022_bnr3::-webkit-scrollbar-thumb{
	background-color: #cccccc;
	border-radius: 2.5px;
    padding-top: 40px;
}

.qatar2022_bnr3-item{
	margin-bottom: 0;
    min-width: 280px;
	padding: 0 10px;
}


.qatar2022_bnr3-item:last-child{
	margin-bottom: 0;
    min-width: 0;
	padding: 0 10px;
}


.qatar2022_spike-ttl{
	font-size: 16px;
}

.qatar2022_styling-txt{
    font-size: 17px;
}

.hacobune-narrow-down{
	margin-bottom:20px;
}

.qatar2022-styling-visumoarea{
	padding-bottom:0;
}

.qatar2022_match-navi p{
    width:23%;
	margin-bottom:5px;
	}

.qatar2022_match-navi{
	width:80%;
	}
	
.qatar2022_match-qroup{
    	width:90%;
}

.qatar2022_match-kokkilist{
	width:80%;
}

.qatar2022_match-btn a{
	font-size:12px;
}

.qatar2022_match-kokkilist div{
	width:46%;
}

.qatar2022_table td{
	font-size:12px;
}

.qatar2022_table th{
	width: 40%;
    font-size: 12px;
}

    /* 右下ページ最上部に戻るボタン */
    #pageTop {
        position: fixed;
        bottom: 75px;
        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%;
    }

.hacobune-app-container *[data-v-1b6731e0], .hacobune-dialog-mask *[data-v-1b6731e0]{
	margin-top:10px;
}

.qatar2022_table-rank{
	color:#fff;
	max-width:1200px;
	width:100%;
	margin:30px 0;
}


.qatar2022_table-rank .team{
	font-size:12px;
}

.qatar2022_table-rank .team{
	font-size:12px;
}

.qatar2022_table-rank td{
	font-size:12px;
	padding:7px;
}

.qatar2022_table-rank td span{
	font-weight:bold;
}

.qatar2022_section-bk-black:before{
    top: -99px;
}

.cup26_coming{
	font-size:35px;
}

}

@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;
    }

    .brand-ttl .brand-catch{
        font-size: 1.5em;
    }

    .lineup-list li .cart-btn a{
        width: 85%;
    }

    .brand-ttl .brand-ttl-wrap{
        padding: 3rem 10px;
    }

    .lineup-list li .eng-name{
        margin: 15px 0;  
    }

    .lineup-list li .price{
        margin: 15px 0;
    }

    .view-all{
        padding: 40px 0 20px 0;
    }

    /*---動画---*/
    .movie-wrap{
        height: 232px;
    }
    .background {
        width: 100%;
    }

}

@media screen and (max-width:375px) {
    .main-ttl{
        font-size: 3em; 
    }

    .sub-ttl{
        margin: 30px auto;
        font-size: 1.2em;
    }

     /*---動画---*/
    .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;
}

/*----//スクロールアニメ----*/