/*reset*/

hr {
    height: 0;
    /*高さをリセット*/
    margin: 0;
    /*マージンをリセット*/
    padding: 0;
    /*パディングをリセット*/
    border: 0;
    /*ボーダーをリセット*/
}

h1, h2, h3, h4, h5, h6, .sub-ttl{
    font-weight: bold !important;
}


.category .layout .first span{
    font-weight: bold !important;
}
/*reset*/

.adidas-sis {
    width: 100%;
    overflow: hidden;
    font-family: source-han-sans-japanese, sans-serif;
}


.main-wp {
    width: 100%;
}

/* ---- slide ---- */

.spslideimg {
    display: none !important;
}

.slide {
    height: 480px;
    background-color: #121212;
    overflow: hidden;
}

.slide .item img {
    opacity: 0.5;
}

.slide-box{
	/*margin: 70px 0 0;*/
	margin: 0;
}

.slide-box .slide .slick-current img {
    opacity: 1;
}

.slide-box .slide-navi-bg {
    width: 100%;
    background-color: #121212;
    padding: 40px 0;
}

.slide-navigation {
    width: 750px;
    margin: 0 auto;
}

.slide-navigation .slick-prev::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -10px;
    margin: auto;
    content: "";
    background: url("https://www.sskamo.co.jp/images/top/common/slide_bar.png");
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-size: auto;
    width: 35px;
    height: 30px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}


.slide-navigation .slick-next::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -15px;
    margin: auto;
    content: "";
    background: url("https://www.sskamo.co.jp/images/top/common/slide_bar.png");
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-size: auto;
    width: 35px;
    height: 30px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    transform: rotate(180deg);
}

.slide-box .slide-navigation .item {
    cursor: pointer;
    transition: all .3s;
}

.slide-box .slide-navigation .item .image {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}


.slide-box .slide-navigation .slick-current {
    transition: all .2s;
}

.slide-box .slide-navigation .item .image::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    content: "";
    opacity: .3;
    background: #000;
}

.slide-box .slide-navigation .slick-current .image::after {
    opacity: 0;
}

.main-ct {
    width: 100%;
    max-width: 1200px;
    margin: 60px auto;
}


.main-ttl {
    font-family: Arial, Helvetica, "sans-serif";
    font-size: 2.875em;
    text-align: center;
    line-height: 1.0em;
    letter-spacing: 0em;
    margin: 0 auto 30px;
}

.main-ttl span {
    font-size: 14px;
    font-weight: normal;
    display: block;
}


/*UNIFORM COLLECTION*/


.ufcl {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}


.ufcl b {
    font-weight: normal;
}

.ufcl .uf {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 2px;
}

.ufcl .uf-r {
    flex-direction: row-reverse;
}

.uf li {
    width: calc((100% - 186px) / 3);
    padding: 13px 0;
}


.uf li.uf_ttl {
    width: 180px;
    display: flex;
    align-items: center;
	z-index: 999;
}

.uf-r .uf_ttl {
    text-align: right;
    justify-content: flex-end;
}

.uf-r .uf_ttl span {
    display: flex;
    justify-content: flex-end;
}

.uf li.uf_ttl .line {
    display: block;
    border-bottom: 2px solid #121212;
    width: 60px;
    margin: 0 0 25px;
}

.uf li.uf_ttl h3 {
    font-family:  Arial, Helvetica, "sans-serif";
    font-size: 2.0em;
    letter-spacing: 0em;
    line-height: 1em;
}

.uf li.uf_ttl h3.small {
    font-size: 1.6em;
}

.uf li.uf_ttl h3 .rubi {
    font-size: 12px;
    text-align: left;
    font-weight: bold;
    line-height: 1.5em;
}

.uf-r .uf_ttl h3 .rubi {
    text-align: right !important;
}

.uf li img {
    width: 215px;
    display: block;
    margin: 0 auto;
}

.uf li b {
    font-family: Arial, Helvetica, "sans-serif";
    font-size: 1.14em;
    letter-spacing: 0.05em;
    display: block;
    text-align: center;
    margin-top: 6px;
}


.uf li.home {
    background-color: #fcfcfc
}

.uf li.away {
    background-color: #f8f8f8
}

.uf li.u3rd {
    background-color: #f3f3f3
}


.ticl {
    max-width: 1200px;
    width: 100%;
    margin: 80px auto 0;
}

.ticl .ti-uni {
    max-width: 1120px;
    width: 100%;
    margin: 0px auto 80px;
    background-color: #f8f8f8;
    padding: 40px;
}

.ticl .ti-uni .ti-ttl {
    font-family: Arial, Helvetica, "sans-serif";
    font-size: 2.0em;
    letter-spacing: 0em;
    margin-bottom: 15px;
}

.ticl .ti-uni .ti-ttl .rubi {
    font-size: 12px;
    text-align: left;
    font-weight: normal;
    line-height: 1.0em;
    letter-spacing: 0.05em;
}

.ti-uni .wrap {
    width: 100%;
    max-width: 1020px;
}

.ti-uni .wrap .slide2 {
    width: 100%;
    margin: 0 auto;
}

.ti-uni .wrap .slide2 .slick-slide {
    margin: 0 20px;
}

.ti-uni .wrap .slide2 li {
    background-color: #ffffff;
    padding: 15px 0;
}

.ti-uni .wrap .slide2 li a {
    max-width: 300px;
    display: block;
}

.ti-uni .wrap .slide2 li img {
    margin: 5px auto;
    max-width: 270px;
}

.slide2 .ti-ge {
    display: block;
    text-align: center;
    letter-spacing: 0.01em;
}

.slide2 .ti-cv {
    letter-spacing: 0.01em;
    display: inline-block;
    float: right;
    margin-right: 20px;
    border-bottom: 1px #cccccc solid;
}

.ti-uni .wrap .slide2 li a:hover {
    opacity: .7;
}

/* 矢印用スタイル */
.ti-uni .wrap .slide2 .prev-arrow,
.ti-uni .wrap .slide2 .next-arrow {
    position: absolute;
    top: 50%;
    margin: 0;
    padding: 0;
    line-height: 1;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    font-weight: bold;
}

.ti-uni .wrap .slide2 .prev-arrow {
    left: -50px;
}

.ti-uni .wrap .slide2 .next-arrow {
    right: -50px;
}

/* ここまで */

.ti-uni .ti-te {
    max-width: 1040px;
    width: 100%;
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ti-uni .ti-te .ti-tx {
    margin-left: 40px;
    line-height: 2.0em;
}

.ti-uni .ti-te2 {
    max-width: 1040px;
    width: 100%;
    margin: 30px auto;
    display: block;
}

.ti-uni .ti-te2 .ti-tx2 {
    line-height: 2.0em;
}

.ti-uni .item-view a,.ti-uni .item-view2 a {
    position: relative;
    display: block;
    max-width: 320px;
    padding: 13px 20px;
    box-sizing: border-box;
    margin: 40px auto 0;
    font-size: 1.125em;
    transition: .3s;
    background-color: #121212;
    color: #ffffff;
    text-align: center;
}

.ti-uni .item-view a:hover, .ti-uni .item-view2 a:hover {
    background-color: #f8f8f8;
    color: #121212;
    border: solid 1px #121212;
}

.item-view .arrow:before,
.item-view .arrow:after,
.item-view2 .arrow:before,
.item-view2 .arrow:after{
    background: #ffffff;
    right: 50px;
}

.item-view .arrow:hover:before,
.item-view .arrow:hover:after,
.item-view2 .arrow:hover:before,
.item-view2 .arrow:hover:after{
    background: #121212;
}

.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);
}

.slide3 .slick-dots {
    bottom: -33px;
}

.slide3 .slick-dots li {
    position: relative;
    display: inline-block;
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

.slide3 .slick-dots li button {
    font-size: 0;
    line-height: 0;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: 0;
    text-indent: -9999px;
    display: block;
    width: 120px;
    height: 4px;
    margin: 0 3px;
    outline: 0;
    transition-duration: 0.3s;
    background: #efefef;
}

.slide3 .slick-dots li button:before {
    content: none;
    background: #f5d1c3;
}

.slide3 .slick-dots li button:hover,
.slide3 .slick-dots li.slick-active button {
    border-radius: 0px;
    background: #efefef;
}

.slide3 .slick-dots li.slick-active button {
    background: #646464;
}

/*クラブチームカテゴリ*/
.ctcl {
    margin: 100px 0 0;
    border-top: 1px solid #e2e2e2;
}

.ctcl .ctcl_uni {
    display: flex;
    justify-content: space-between;
    margin: 40px 0 0;
}

.ctcl .ctcl_uni .sec-ttl {
    font-weight: bold;
    margin: 0 0 10px 0;
    padding: 0 0 0 20px;
    position: relative;
    box-sizing: border-box;
}

.ctcl .ctcl_uni .sec-ttl::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 15px;
    background: #121212;
    height: 1px;
}


.ctcl .ctcl_uni .child li {
    margin: 0 0 10px 0;
}

.ctcl .ctcl_uni .child li a::before,
.ctcl .ctcl_uni .child li a::before {
    right: -4px;
    transform: rotate(90deg) translateX(-4px) translateY(3px);
}

.ctcl .ctcl_uni .child li a::before,
.ctcl .ctcl_uni .child li a::before,
.category .ctcl .ctcl_uni .child li a::after,
.ctcl .ctcl_uni .child li a::after {
    content: "";
    position: absolute;
    background: #121212;
    font-weight: bold;
    width: 7px;
    height: 1px;
    top: 10px;
    left: 0;
}

.ctcl .ctcl_uni .child li a {
    margin: 0 0 10px 20px;
    color: #646464;
    position: relative;
    padding: 0 0 0 13px;
}

.ctcl .ctcl_uni a:hover{
    opacity: 0.7;
}

.view-all {
    background: #646464;
    padding: 60px 0;
}

.view-all .wrap {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    box-sizing: border-box;
}

.view-all-btn .arrow:before,
.view-all-btn .arrow:after {
    background: #fff;
    right: 50px;
}

.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);
}

.view-all .wrap {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    box-sizing: border-box;
}

.view-all .view-all-btn a {
    border: 1px solid #fff;
    padding: 15px 0;
    text-align: center;
    display: block;
    font-size: 1.875em;
    color: #fff;
    transition: .3s;
}

.view-all .view-all-btn a:hover {
    background: #fff;
    border: 1px solid #646464;
    color: #646464;
}

.view-all-btn .arrow:hover.arrow:before,
.view-all-btn .arrow:hover.arrow:after {
    background: #646464;
}


@media screen and (max-width:1200px) {
    .uf .uf_ttl h3 {
        margin-left: 20px;
    }

    .uf-r .uf_ttl h3 {
        margin-right: 20px;
    }
}

@media screen and (max-width:768px) {
    .main-ttl {
        margin: 0 auto 20px;
    }
	

    .slide {
        margin-bottom: 60px !important;
    }

    .slide .slick-dots {
        bottom: 10px !important;

    }
    
    .slide .slick-dots li button:before{
	font-size:40px!important;
}

    .slide .item {
        width: 100% !important;
    }
	
	.slide-box{
		/*margin: 50px 0 0;*/
		margin: 0;
	}

    .slide-navi-bg {
        display: none !important;
    }

    .ufcl .uf {
        width: 100%;
        margin-bottom: 40px;
    }

    .uf li {
        width: calc((100% - 2px) / 2);
        padding: 10px 0;
    }

    .uf li img {
        width: 60%;
    }

    .ticl {
        width: 94%;
        margin: 80px auto 0;
    }

    .ti-uni .wrap {
        margin: 0 auto;
    }

    .ticl .ti-uni {
        padding:12% 6%;
        width: 88%;
    }

    .ti-uni .wrap .slide2 li {
        margin-left: -80px;
    }

    .ti-uni .wrap .slide2 li img {
        width: 90%;
    }

    .ti-uni .ti-te {
        margin: 4% 0;
    }
    
    .slide3 .slick-dots li button{
        width: 60px !important;
    }

    .slide3 .slick-dots{
        bottom: -30px !important;
    }

    /*---------------------------------------*/

    .ctcl .ctcl_uni {
        display: block;
        width: 100%;
        margin: 0;
    }

    .ctcl .ctcl_uni .sec-ttl {
        font-weight: bold;
        padding: 0 0 0 15px;
        position: relative;
        margin: 18px 0 18px 30px;
    }


    .ctcl .ctcl_uni .sec-ttl a {
        margin: 0 0 0 6%;
    }

    .ctcl_uni .second {
        margin: 0 0 20px 0;
        border-bottom: 1px solid #e2e2e2;
    }
    
    .ctcl_uni .second:first-child {
        margin: 15px 0 0 ;
        }
    
    .ctcl_uni .second .child{
        display: none;
    }

    .ctcl_uni .second .child li:first-child {
        margin: 0 15px 15px;
    }


    .ctcl_uni .second .child li {
        margin: 15px;
    }


    .ctcl_uni .accord02::after {
        width: 14px;
        content: "";
        position: absolute;
        left: 0;
        top: 50%;
        background: #121212;
        height: 1px;
        transform: rotate(90deg);
        transition: .3s;
    }

    .ctcl_uni .sec-ttl::before {
        width: 10px;
    }

    .ctcl_uni .accord02 {
        position: relative;
    }



    .ctcl_uni .accord02.open::after {
        height: 0px;
    }
    
    .ctcl .ctcl_uni .child li a{
         margin: 0 0 20px 20px;
    }
    
    .ctcl_uni .second .child a {
        display: block;
        padding: 10px 15px;
    }

    .ctcl_uni .topmg {
        margin: 0 15px 15px;
    }
    
    

    /*---------------------------------------*/


    .view-all {
        margin: 30px auto 0;
        padding: 30px 0;
    }

    .view-all .view-all-btn {
        padding: 0 20px;
    }

    .view-all .view-all-btn a {
        font-size: 1.125em;
        margin: 0 auto;
    }

    .view-all-btn .arrow:before,
    .view-all-btn .arrow:after {
        right: 80px;
    }

}

@media screen and (max-width:480px) {
    .pcslideimg {
        display: none !important;
    }

    .spslideimg {
        display: block !important;
    }

    .slide {
        background-color: #ffffff;
        height: 80vh;
        width: 100% !important;
        margin: 0 auto;
    }


    
    .slide .item img {
        width: 100% !important;
    }

    .ticl .ti-uni {
        position: relative;
    }

    .ti-uni .ti-te {
        display: flex;
        align-items: flex-start;
        flex-direction: column-reverse;
        margin: 6% 0;
    }

    .ti-uni .ti-te img {
        width: 30%;
        margin-top: 10px;
    }

    .ti-uni .ti-tx {
        margin: 0 !important;
    }

    .ti-uni .item-view {
        /*position: absolute;
        bottom: 6%;
        right: 6%;
        width: 55%;*/
        width: 80%;
        margin: 0 auto; 
    }
    
    .ti-uni .item-view2 {
        width: 80%;
        margin: 0 auto;
    }

    .ti-uni .item-view a, .ti-uni .item-view2 a {
        text-align: left;
    }
    
    .ticl .ti-uni .ti-ttl{
        line-height: 1.0em;
    }

}

@media screen and (max-width:420px) {
    .slide {
        height: 80vh;
    }

   .slide .slick-slide {
        max-width: 30.4em;
         !important;
    }

    .ti-uni .wrap .slide2 .slick-slide {
        margin: 0 10px;
    }
    
    
    .ti-uni .item-view a {
        padding: 13px 15px;
        font-size: 1em;
    }
    
    .ti-uni .wrap .slide2 li {
        margin-left: -70px;
    }
}

@media screen and (max-width:390px) {
    .slide {
        height:80vh;
    }
}

@media screen and (max-width:375px) {
    .slide {
        height:80vh;
    }

    /*.slide .slick-slide {
        max-width: 28.4em;
         !important;
    }*/

    .uf .uf_ttl h3 {
        margin-left: 10px;
    }

    .ticl .ti-uni .ti-ttl {
        font-size: 1.6em;
    }

    .ti-uni .ti-te img {
        width: 25%;
    }

    .ti-uni .item-view {
        width: 60%;
    }

    .arrow:before {
        width: 25px;
    }

    .item-view .arrow:before,
    .item-view .arrow:after {
        right: 40px;
    }


    .slide2 .ti-cv {
        margin-right: 10px;
    }
    
    .slide2 .ti-ge{
        font-size: 0.8em;
    }

}

@media screen and (max-width:360px) {
    .slide {
        height: 110vh;
    }

    .slide .slick-slide {
        max-width: 26.4em;
         !important;
    }

}







/*----スクロールアニメ----*/
:root {
    --animate-duration: 1s;
    --animate-delay: 1s;
    --animate-repeat: 1;
}

.wow {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-duration: var(--animate-duration);
    animation-duration: var(--animate-duration);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
}

@-webkit-keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
}

/*----//スクロールアニメ----*/
