@font-face {
    font-family: "adihaus";
    src: url("../../font/adihaus-din-regular.woff") format("woff");
    font-display: swap;
}

@font-face {
    font-family: "adineuePRO";
    src: url("../../font/adineuepro-boldweb.woff") format("woff"), url("../../font/adineuepro-boldweb.ttf") format("truetype");
    font-display: swap;
}

.category a {
    transition: .3s;
}

.category a:hover {
    opacity: 0.8;
}

body {
    font-family: 'Roboto',source-han-sans-japanese, sans-serif;
    color: #121212;
    letter-spacing: 1.5px;
    font-feature-settings: "palt"1;
    font-size: 0.875em;
}

a {
    color: inherit;
    text-decoration: none;
}

.pc-hide {
    display: none !important;
}

.wrap {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    box-sizing: border-box;
}


.navi li a {
    transition: .3s;
}

.navi li a:hover {
    opacity: 0.8;
}

/*--common header--*/

.hd-common {
    background: #000;
}

.hd-common-wp {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
}

.hd-common-wp .hd-list {
    max-width: 747px;
    display: flex;
    align-items: center;
}

.hd-common-wp .hd-list li img {
    vertical-align: baseline;
}

.hd-common-wp .hd-list li .ico-store,
.hd-common-wp .hd-list li .ico-login {
    padding: 0 10px 0 0;
}

.hd-common-wp .hd-list li .ico-heart {
    padding: 3px 0 0 10px;
}

.hd-common-wp .hd-list a {
    color: #ffffff;
    padding: 0 20px;
}

.adidas-sis .navi-wp {
    max-width: 1200px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    background: #ffffff;
    padding: 10px 0;
}

.hd-common-wp .search {
    position: relative;
    margin: 0 10px;
}

.hd-common-wp .search input[type="text"] {
    width: 300px;
    padding: 7px 0 7px 10px;
    font-size: 14px;
    color: #999999;
    box-sizing: initial;
    vertical-align: bottom;
    border: none;
}

.hd-common-wp .search button[type="submit"] {
    border: none;
    position: absolute;
    background: url(../images/common/search_icon.png) no-repeat #ffffff;
    background-position: center;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    right: 10px;
    top: 8px;
}

/*--common header--*/

.adidas-sis .navi-wp .logo {
    width: 31%;
    font-family: "adihaus",'Barlow Condensed', sans-serif;
}

.adidas-sis .globa-navi{
    background: #fff;
}

.adidas-sis .navi-wp .logo img {
    vertical-align: middle;
    /*min-width: 50px;*/
}

.adidas-sis .navi-wp .logo span {
    padding: 0 0 0 15px;
    letter-spacing: 0.05em;
}

.adidas-sis .navi-wp .navi {
    width: 70%;
}

.adidas-sis .navi-wp .navi ul {
    display: flex;
    justify-content: flex-end;
    width: 100%;
}

.adidas-sis .navi-wp .navi ul li {
    border-right: 1px solid #b4b4b4;
}

.adidas-sis .navi-wp .navi ul li:last-child {
    border-right: none;
}

.adidas-sis .navi-wp .navi ul li a {
    display: block;
    font-size: 14px;
    padding: 0 20px;
    box-sizing: border-box;
}

/* 固定 */
.fixed {
    position: fixed;
    top: 0;
    padding: 0;
    width: 100%;
    z-index: 1000;
    border-bottom: 1px solid #efefef;
}
/*--メガメニュー--*/
.menu-container {
    width: 100%;
    margin: 0 auto;
    background: #111;

}

.menu-mobile {
    display: none;
    padding: 20px;
}

.menu-mobile:after {
    content: "\f0c9";
    font-family: "FontAwesome";
    font-size: 1.7rem;
    padding: 0;
    float: right;
    position: relative;
    top: 50%;
}

.menu-dropdown-icon:before {
    content: "\f067";
    font-family: "FontAwesome";
    display: none;
    cursor: pointer;
    float: right;
    padding: 1em;
    background: #fff;
    color: #333;
}

.menu{
    display: flex;
    justify-content: space-around;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;

}

.menu > ul {
    margin: 0 auto;
    width: 100%;
    list-style: none;
    position: relative;
    /* IF .menu position=relative -> ul = container width, ELSE ul = 100% width */
    box-sizing: border-box;
    justify-content: flex-end;
    display: flex;
}

.menu > ul:before,
.menu > ul:after {
    content: "";
    display: table;
}

.menu > ul:after {
    clear: both;
}

.menu > ul > li {
    background: #111;
    padding: 0;
    margin: 0;
    text-transform:uppercase;
}

.menu > ul > li:first-child{
    width: 45%;
	text-align: left;/*20200819追記*/
    padding: 10px 10px 10px 0px;
}
.menu .logo span{
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    margin-left: 15px;
}

.menu .logo img{
    vertical-align: middle;
    max-width: 105px;
}

.menu .menu-ttl > a {
    text-decoration: none;
    padding: 1.4em 1em;
    display: block;
    color: #fff;
    font-weight: 600;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    overflow: hidden;
    font-size: 14px;
}

.menu .menu-ttl > a:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 100%;
    bottom: 15px;
    background: #fff;
    height: 3px;
    margin: 0 1em;    
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.menu .menu-ttl > a:hover:before, .menu .menu-ttl > a:focus:before, .menu .menu-ttl > a:active:before {
    right: 0;
}


.menu-second-wrap a:hover {
    /*background: #555;*/
    /*opacity: 0.8;*/
}

.menu .menu-second {
    display: none;
    width: 100%;
    background: #f0f0f0;
    padding: 20px;
    position: absolute;
    z-index: 99;
    left: 0;
    margin: 0;
    list-style: none;
    box-sizing: border-box;
}

.menu .menu-second:before,
.menu .menu-second:after {
    content: "";
    display: table;
}

.menu .menu-second:after {
    clear: both;
}

.menu .menu-second .menu-second-wrap ul{
    display: flex;
    justify-content: center;
}

.menu .menu-second .menu-second-wrap ul li{
    width: 10%;
    /*height: 140px;*/
    text-align: center;
}

.menu .menu-second .menu-second-wrap ul li:hover{
    opacity: 0.8;
}

.menu .menu-second .menu-second-wrap ul li span{
    font-size: 80%;
    display: block;
    text-align: center;
    margin-top: 5px;
    line-height: 1.5;
    font-weight: 600;
}

.menu .menu-second .menu-second-wrap ul li img{
    max-width: 100px;
}


/*---カテゴリー---*/

.category {
    padding: 100px 0;
    background: #efefef;
}

.category .sub-ttl {
    font-family: "adineuePRO", 'Poppins', sans-serif;
    line-height: 1.2;
    font-size: 2.5em;
    letter-spacing: 0.02em;
    text-align: center;
}

.category .sub-ttl .txt-jp {
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: normal;
    display: block;
    font-size: 14px;
}

.category .layout {
    border: 1px solid #fff;
    display: flex;
    flex-wrap: wrap;
    margin: 70px 0 0;
}

.category .layout .left,
.category .layout .center,
.category .layout .right div {
    box-sizing: border-box;
    padding: 2.5em 0 0 2.5em;
}

.category .layout .right .bottom {
    border-top: 1px solid #fff;
    width: 100%;
}

.category .layout .left {
    width: 50%;
}

.category .layout .center,
.category .layout .right {
    width: 25%;
}

.category .layout .left,
.category .layout .center {
    border-right: 1px solid #fff;
}

.category .layout .left > ul,
.category .layout .right {
    display: flex;
    flex-wrap: wrap;
}

.category .layout .left .second {
    width: 50%;
    margin: 0 0 40px 0;
}

.category .layout .left .second li,
.category .layout .center .second li {
    margin: 0 0 10px 0;
}

.category .layout .center ul {
    margin: 0 0 20px 0;
}

.category .layout .left .second li a,
.category .layout .center .second li a,
.category .layout .right .second li a{
    margin: 0 0 10px 0;
    color: #646464;
    position: relative;
    padding: 0 0 0 13px;
}

.category .layout .left .second li a::before,
.category .layout .center .second li a::before,
.category .layout .left .second li a::after,
.category .layout .center .second li a::after,
.category .layout .right .top .second li a::before,
.category .layout .right .top .second li a::after{
    content: "";
    position: absolute;
    background: #121212;
    font-weight: bold;
    width: 7px;
    height: 1px;
    top: 10px;
    left: 0;
}

.category .layout .left .second li a::before,
.category .layout .center .second li a::before,
.category .layout .right .top .second li a::before{
    right: -4px;
    transform: rotate(90deg) translateX(-4px) translateY(3px);
}

.category .layout .first {
    font-size: 90%;
    margin: 0 0 30px 0;

}

.category .layout .first span {
    font-family: "adineuePRO", 'Poppins', sans-serif;
    font-size: 18px;
    display: inline-block;
    margin: 0 10px 0 0;
    /*font-weight: 800;*/
    letter-spacing: 0.02rem;
}

.category .layout .sec-ttl {
    font-weight: bold;
    margin: 0 0 10px 0;
    padding: 0 0 0 20px;
    position: relative;
    box-sizing: border-box;
}

.category .layout .sec-ttl::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 15px;
    background: #121212;
    height: 1px;
}


/*---FOOTER---*/

.snscont {
    max-width: 510px;
    width: 80%;
    margin: 0 auto;

}

.snscont .sns_list {
    display: flex;
    justify-content: space-between;
    padding: 2rem 0;
    align-items: center;
}

.footer .contents {
    background: #121212;
    color: #fff;
    font-size: 12px;
    padding: 50px 0;
}

.footer .contlist01,
.footer .contlist02 {
    display: flex;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
}

.footer .f_navi {
    width: 100%;
}

.footer .f_navi h4 {
    border-bottom: 1px solid #fff;
    padding: 0 0 10px 0;
    margin: 0 0 20px 0;
    font-weight: bold;
    font-size: 16px;
}

.footer .contlist01 ul li a,
.footer .contlist02 ul li a {
    display: block;
    margin: 0 0 15px 0;
}

.footer .contlist02 {
    display: grid;
    grid-template-columns: 25% 25% 25% 25%;
    align-items: flex-start;
}

.footer .contlist02 .f_navi:nth-child(1) {
    grid-row: 1 / 3;
    grid-column: 1 / 2;
}

.footer .contlist02 .f_navi:nth-child(2) {
    grid-row: 1 / 2;
    grid-column: 2 / 3;
}

.footer .contlist02 .f_navi:nth-child(3) {
    grid-row: 1 / 3;
    grid-column: 3 / 4;
}

.footer .contlist02 .f_navi:nth-child(4) {
    grid-row: 2 / 3;
    grid-column: 2 / 4;
}

.footer .contlist02 .f_navi:nth-child(5) {
    grid-row: 1 / 3;
    grid-column: 4 / 4;
}

.footer .contlist02 .bnr-2col {
    display: flex;
    flex-wrap: wrap;
}

.footer .copy {
    background: #2d4c9c;
    color: #FFFFFF;
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    padding: 25px 0;
    box-sizing: border-box;
}

.footer .contlist02 .bnr-2col li {
    width: 49%;
}

.footer .contlist02 .creditcard {
    border: 1px solid #fff;
    max-width: 415px;
    padding: 20px;
    box-sizing: border-box;
}

.footer .contlist02 .creditcard p {
    line-height: 1.5;
    margin: 0 0 10px 0;
}

footer a{
    transition: .3s;
}
footer a:hover{
    color: #b9ff3c;
}

.view-all {
    background: #646464;
    padding: 50px 0;
}

.view-all .row {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.other-btn {
    max-width: 570px;
    width: 47%;
}

.other-btn a {
    border: 1px solid #fff;
    padding: 15px 0;
    text-align: center;
    display: block;
    font-size: 1.28em;
    color: #fff;
    transition: .3s;
}
.arrow {
    position: relative;
}
.arrow:before, .arrow:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    height: 1px;
    transition: .3s;
}

.arrow:before {
    width: 30px;
    transform: translate(30px, 0px);
}

.arrow:after {
    width: 10px;
    transform-origin: right center;
    transform: translate(30px, 0px) rotate(25deg);
}

.other-btn .arrow:before, .other-btn .arrow:after {
    background: #ffffff;
    right: 50px;
}
.other-btn a:hover {
    background: #fff;
    color: #646464;
}
.other-btn a:hover::before, .other-btn a:hover::after {
    background: #646464;
}

@media screen and (max-width:1024px) {

    .hd-common-wp h1,
    .adidas-sis .navi-wp .logo {
        padding: 0 0 0 10px;
    }

    .adidas-sis .navi-wp .navi ul li a {
        padding: 0 10px;
    }
    
}

/*----------------------
　　　スマホはここから
------------------------*/

@media screen and (max-width:768px) {

    /*--sp common header--*/
    .sp-hide {
        display: none !important;
    }

    .pc-hide {
        display: block !important;
    }

    .hd-common-sp-wp {
        position: relative;
        padding: 8px 15px;
        z-index: 100;
    }

    .wrap {
        padding: 0;
    }

    .hd-common-sp-wp .left,
    .hd-common-sp-wp .right {
        display: flex;
        justify-content: space-between;
    }

    .hd-common-sp-wp .right {
        width: 30%;
        max-width: 160px;
    }

    .hd-common-sp-wp .left {
        width: 20%;
        max-width: 100px;
    }

    .hd-common-sp-wp .left img,
    .hd-common-sp-wp .right img {
        vertical-align: middle;
    }

    .hd-common-sp-wp .right .cart img {
        width: 80%;
    }

    .hd-common-sp-wp .left .search img {
        width: 80%;
    }


    .hd-common-sp-wp .right li {
        box-sizing: border-box;
    }

    .hd-common-sp-wp .left li,
    .hd-common-sp-wp .right li {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        box-sizing: border-box;
    }

    .hd-common-sp-wp .right li {
        text-align: center;
    }

    .hd-common-sp-wp .right li a span {
        color: #fff;
        display: block;
        font-size: 10px;
        transform: scale(0.8);
        line-height: 1.5;
    }

    /*--//hd-common--*/


    /*--navi-wp--*/

    .adidas-sis .navi-wp {
        display: block;
        padding: 0;
    }

    .adidas-sis .navi-wp .logo {
        width: 100%;
        text-align: center;
        background: #efefef;
        padding: 10px 0;
    }

    .adidas-sis .navi-wp .navi {
        width: 100%;
        display: inline-flex;
        justify-content: center;
        overflow-y: auto;
        white-space: nowrap;
        overflow-scrolling: touch;
        -webkit-overflow-scrolling: touch;
        scroll-behavior: smooth;
    }

    .adidas-sis .navi-wp .navi ul li {
        -webkit-box-align: center;
        align-items: center;
        justify-content: center;
        display: flex;
        position: relative;
        /*padding: 8px 0;*/
        transition: all 500ms ease 0s;
        width: 100%;
    }

    .adidas-sis .navi-wp .navi ul li a {
        padding: 8px 15px;
    }


    /*--SP海外クラブチームヘッダー--*/
    .menu-container {
        display: none;
    }
    
    .pc-hide{display: block;}

    .sp-menu{
        background: #111;
    }    
    .sp-logo{
        max-height: 60px;
        padding: 10px;
        background: #111;
    }

    .sp-logo img{
        vertical-align: middle;
        width: 15%;
    }

    .sp-logo span{
        font-size: 14px;
        color: #fff;
        margin-left: 10px;
    }

    .sp-menu-wrap{
        height: 100%;
        overflow-x: hidden;
        position: relative;
        z-index: 11;
    }
    .overlay {
        content: "";
        display: block;
        width: 0;
        height: 0;
        background-color: rgba(0, 0, 0, 0.5);
        position: fixed;
        top: 0;
        left: 0;
        z-index: 1;
        opacity: 0;
        transition: opacity .5s;
    }
    .overlay.open {
        width: 100%;
        height: 100%;
        opacity: 1;
    }
    .menu-trigger {
        display: inline-block;
        width: 19px;
        height: 20px;
        vertical-align: middle;
        cursor: pointer;
        position: absolute;
        top: 15px;
        right: 15px;
        z-index: 100;
    }
    .menu-trigger span {
        display: inline-block;
        box-sizing: border-box;
        position: absolute;
        left: 0;
        width: 100%;
        height: 2px;
        background-color: #fff;
        transition: all .5s;
    }
    .menu-trigger.open span {
        background-color: #fff;
    }
    .menu-trigger span:nth-of-type(1) {
        top: 0;
    }
    .menu-trigger.open span:nth-of-type(1) {
        transform: translateY(12px) rotate(-45deg);
    }
    .menu-trigger span:nth-of-type(2) {
        top: 9px;
    }
    .menu-trigger.open span:nth-of-type(2) {
        opacity: 0;
    }
    .menu-trigger span:nth-of-type(3) {
        bottom: 0;
    }
    .menu-trigger.open span:nth-of-type(3) {
        transform: translateY(-6px) rotate(45deg);
    }

    #slide_menu {
        width: 85%;
        height: 100%;
        padding-top: 60px;
        background-color: #111;
        position: fixed;
        top: 0;
        right: 0;
        z-index: 10;
        transform: translate(110%);
        transition: all .5s;
        overflow-y: scroll;
    }
    #slide_menu.open {
        transform: translateZ(0);
    }

    
 /*--------------------------
      アコーディオン
 ---------------------------*/

 
.s_02 .accordion_one {
    max-width: 1024px;
    margin: 0 auto;
}
.s_02 .accordion_one .accordion_header {
    background-color: #111;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    padding: 1em 11%;
    text-align: center;
    position: relative;
    z-index: +1;
    cursor: pointer;
    transition-duration: 0.2s;
    border-bottom: 1px #fafafa solid;
}

.s_02 .accordion_one .accordion_header .i_box {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 55%;
    right: 5%;
    width: 20px;
    height: 20px;
    margin-top: -20px;
    box-sizing: border-box;
    
    
}
.s_02 .accordion_one .accordion_header .i_box .one_i {
    display: block;
    width: 18px;
    height: 18px;
    transform-origin: center center;
    transition-duration: 0.2s;
    position: relative;
}

.s_02 .accordion_one .accordion_header .i_box .one_i:before, .s_02 .accordion_one .accordion_header .i_box .one_i:after {
  content:"";
  display:block;
  width:8px;
  height:8px;
  border-top: #fff 2px solid;
  border-right: #fff 2px solid;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  position:absolute;
  right: 2%;
  top: 8%;
  bottom: 0;
  margin: auto;
}
    
.s_02 .accordion_one .accordion_header.open .i_box .one_i:before{
    content:none;
 }   

.s_02 .accordion_one .accordion_header.open .i_box .one_i:after{
  content:"";
  display:block;
  width:8px;
  height:8px;
  border-top: #fff 2px solid;
  border-right: #fff 2px solid;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position:absolute;
  right: 0;
  top: 10px;
  bottom: 0;
  margin: auto;

  }
    
.s_02 .accordion_one .accordion_inner {
    display: none;
    padding: 0.8em;
    box-sizing: border-box;
    background: #fafafa;
}

.s_02 .accordion_one .accordion_inner .box_one {
   /* height: 300px;*/
    overflow-y: scroll;
}
.s_02 .accordion_one .accordion_inner .txt_a_ac {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 0;
}

 .s_02 .accordion_one .accordion_inner .txt_a_ac li{
    width: 33%;
    margin-bottom: 20px;
     text-align: center;
    
}
    
    .s_02 .accordion_one .accordion_inner .txt_a_ac li img{
        width: 100%;
    }

    .s_02 .accordion_one .accordion_inner .txt_a_ac li span{
      font-size: 14px;        
    }
    
    /*---カテゴリーアコーディオン---*/

    .category {
        padding: 100px 20px;
    }

    .category .layout .left,
    .category .layout .center,
    .category .layout .right,
    .category .layout .right div {
        width: 100%;
    }

    .category .layout .left,
    .category .layout .center,
    .category .layout .right div {
        padding: 0;

    }

    .category .layout .left .second li a,
    .category .layout .center .second li a {
        margin: 0;
    }

    .category .layout .left,
    .category .layout .center,
    .category .layout .right .bottom {
        border: none;
    }

    .category .layout .sec-ttl {
        font-weight: bold;
        padding: 0 0 0 15px;
        position: relative;
        margin: 15px 0 15px 15px;
    }

    .category .layout .second .child li:first-child {
        margin: 0 15px 15px;
    }


    .category .layout .second .child li {
        margin: 15px;
    }


    .category .layout .accord02::after {
        width: 10px;
        content: "";
        position: absolute;
        left: 0;
        top: 50%;
        background: #121212;
        height: 1px;
        transform: rotate(90deg);
        transition: .3s;
    }

    .category .layout .sec-ttl::before {
        width: 10px;
    }

    .category .layout .accord01,
    .category .layout .accord02 {
        position: relative;
    }

    .category .layout .accord01::after,
    .category .layout .accord01::before {
        content: "";
        position: absolute;
        width: 1px;
        height: 15px;
        background: #121212;
        right: 20px;
        top: 0;
        bottom: 0;
        margin: auto;
        transition: .3s;
    }

    .category .accord01::after {
        transform: rotate(90deg);
    }

    .category .layout .accord02.open::after {
        height: 0px;
    }

    .category .accord01.open::before {
        width: 0px;
        height: 0px;
    }

    .category .layout .left > ul {
        display: none;
    }

    .category .layout .child {
        display: none;
    }

    .category .layout .left .second {
        width: 100%;
        margin: 0;
    }

    .category .layout .first {
        margin: 0;
        padding: 15px;
        border-top: 1px solid #fff;
    }

    .category .layout .left .first {
        border-top: none;
    }

    .category .layout .second .child a {
        display: block;
        padding: 10px 15px;
    }

    .category .layout .topmg {
        margin: 0 15px 15px;
    }

    /*---FOOTER---*/
    .sp-footer {
        background: #121212;
        color: #fff
    }

    .sp-footer .spf_navi h4 {
        font-size: 1.5em;
        font-weight: 300;
        padding: 20px 15px;
        border-bottom: 1px #3c3c3c solid;
    }

    .sp-footer .contlist h4 span {
        font-size: 60%;
        display: inline-block;
        margin: 0 0 0 10px;
        color: #98a09f;
    }

    .sp-footer .menu--child {
        padding: 0px 15px 0;
        border-bottom: 1px #3c3c3c solid;
    }

    .sp-footer .menu--child li {
        margin: 0 auto 20px;
    }
    
    .sp-footer .menu--child li a{
        position: relative;
    }

    .sp-footer .menu--child li a::before {
        content: "";
        position: inherit;
        width: 20px;
        height: 2px;
        background: #98a09f;
        top: 0;
        right: 0;
        bottom: 0;
        margin: 0 15px 4px 0;
        display: inline-block;
        transform: rotate(0);
    }
    
    .sp-footer .bnr-2col{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    
    .sp-footer .bnr-2col li{
        width: 46%;
        margin: 0 auto 20px;
    }
    .sp-footer .bnr-2col li a::before{
        content: none;
    }
    .sp-footer .contlist h4{
        position: relative;
    }

    .sp-footer .contlist h4::after, .sp-footer .contlist h4::before {
        content: "";
        position: absolute;
        width: 1px;
        height: 15px;
        background: #98a09f;
        right: 20px;
        top: 0;
        bottom: 0;
        margin: auto;
        transition: all .3s;
    }

    .sp-footer .contlist h4::after {
        transform: rotate(90deg);
    }
    .sp-footer .contlist h4.open::before{
        width: 0px;
        height: 0px;  
    }

    .other-btn {
        max-width: 570px;
        width: 90%;
        margin: 0 auto 20px;
    }

}

@media screen and (max-width:480px) {
    .category {
        padding: 60px 10px;
    }

    .category .layout {
        margin: 30px 0 0;
    }
}

@media screen and (max-width:414px) {

    .hd-common-sp-inner .sp-logo img {
        width: 25%;
    }
    .sp-logo img{width: 25%;}  

    .hd-common-sp-wp .right .store img,
    .hd-common-sp-wp .right .login img {
        width: 42%;
    }

    .adidas-sis .navi-wp .navi ul {
        justify-content: flex-start;
    }
    
    .adidas-sis .navi-wp .navi ul li a {
        width: 110px;
        text-align: center;
    }
    
    .footer .copy {
        font-size: 10px;
    }
    .snscont{
        width: 70%;
    }
    .snscont li img{
        width: 90%;
        text-align: center;
    }

}

@media screen and (max-width:360px) {
    .adidas-sis .navi-wp .logo span{
        font-size: 0.8rem;
    }
    
}

@media screen and (max-width:320px) {

    .hd-common-sp-wp{
        padding: 8px 10px;
    }
    .hd-common-sp-wp .right li {
        width: 28%;
    }
    
    .hd-common-sp-wp .right .cart img{
        width: 90%;
    }

}

/*----スクロールアニメ----*/
: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;
}

/*----//スクロールアニメ----*/