@charset "UTF-8";

#header{
    position: relative;
    z-index: 99;
}

/*--透過マウスオーバー--*/
.uniform-list li a,
.shop-view a,
.category a {
    transition: .3s;
}

.uniform-list li a:hover,
.category a:hover {
    opacity: 0.8;
}

.mid-hide {
    display: none !important;
}

.adidas-sis {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.sub-ttl {
    font-size: 1.75em;
    text-align: center;
    font-weight: bold;
}

/*---背景3本線---*/

.p-lines {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
}

.p-lines::before,
.p-lines::after {
    content: '';
    width: 1px;
    height: 100%;
    position: absolute;
    bottom: 0;
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

.p-lines::before {
    left: 25%;
}

.p-lines::after {
    left: 50%;
    z-index: 0;
}

.p-lines {
    z-index: 1;
}

.p-lines__inner::before {
    content: '';
    width: 1px;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 75%;
    z-index: 0;
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

/*-----ここまでは共通-----*/

.footwear .p-lines::before,
.footwear .p-lines::after,
.footwear .p-lines__inner::before,
.new-item .p-lines::before,
.new-item .p-lines::after,
.new-item .p-lines__inner::before {
    background: #ffffff;
}

.wear .p-lines::before,
.wear .p-lines::after,
.wear .p-lines__inner::before {
    background: #efefef;
}

.pack-theme-outter .p-lines::before,
.pack-theme-outter .p-lines::after,
.pack-theme-outter .p-lines__inner::before {
    background: #efefef;
}



/*---//背景3本線---*/
.main-image {

    position: relative;
    z-index: 2;
}
.main-image img {
    display: block;
    width: 100%;
}


/*---FOOTWEAR---*/

.footwear {
    background: #efefef;
    overflow: hidden;
    padding: 100px 0;
    position: relative;
}

.footwear .wrap .box {
    margin: 60px 0 0 0;
    display: flex;
    flex-wrap: nowrap;
    justify-content: unset;
}

.footwear .wrap .box li {
    min-width: 50%;
    position: relative;
}

.footwear .wrap .box .info {
    padding: 0 20px 0 20px;
    box-sizing: border-box;
}

.footwear .wrap .box .info .check {
    text-align: right;
    padding: 0 3.75rem 0 0;
}

.footwear .wrap .box .info .check span {
    display: block;
    width: 0.875rem;
    height: 2px;
    background: #121212;
    margin: 5px 0 0 0;
    transition: .3s;
}

.footwear .wrap .box .info a:hover span {
    width: 100%;
}

.wear .wrap .box {
    margin: 60px 0 0 0;
    display: flex;
    flex-wrap: nowrap;
    justify-content: unset;
}

.wear .wrap .box li {
    min-width: 50%;
    position: relative;
}

.wear .wrap .box .info {
    padding: 0 20px 0 20px;
    box-sizing: border-box;
}

.wear .wrap .box .info .check {
    text-align: right;
    padding: 0 3.75rem 0 0;
}

.wear .wrap .box .info .check span {
    display: block;
    width: 0.875rem;
    height: 2px;
    background: #121212;
    margin: 5px 0 0 0;
    transition: .3s;
}

.pack-theme .wrap .box .info a:hover span,
.wear .wrap .box .info a:hover span {
    width: 100%;
}


.pack-theme .box {
    margin: 60px 0 0 0;
}

.pack-theme .box .info .check span {
    display: block;
    width: 0.875rem;
    height: 2px;
    background: #121212;
    margin: 5px 0 0 0;
    transition: .3s;
}

.pack-theme .wrap{
    max-width: 1333px;
    margin: 0 auto;
    position: relative;
    left: 200px;
}

.pack-theme .wrap .image{
    overflow: hidden;
}

.pack-theme .wrap .box .info .check{
    text-align: right;
    padding: 0 3.75rem 0 0;
}




/*---矢印---*/

.arrow {
    position: relative;
    display: inline-block;
}

.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;
}

.check .arrow:before,
.check .arrow:after {
    background: #121212;
    right: -10px;
}

.contact .arrow:before,
.contact .arrow:after {
    background: #121212;
    right: 50px;
}

.view-all-btn .arrow:before,
.view-all-btn .arrow:after {
    background: #fff;
    right: 50px;
}

.check .arrow:hover.arrow:before,
.check .arrow:hover.arrow:after {
    right: -20px;
}

.contact .arrow:hover.arrow:before,
.contact .arrow:hover.arrow:after {
    background: #fff;
}

.view-all-btn .arrow:hover.arrow:before,
.view-all-btn .arrow:hover.arrow:after {
    background: #646464;
}


.footwear .wrap .box .image img {
    position: relative;
    right: calc((100% - 600px) / 2.0);
    top: 0;
    min-width: 960px;
}

.footwear .info h2 img {
    margin: 0 20px 0 0;
}

.footwear .info .txt01 {
    font-weight: bold;
    font-size: 1.5em;
    margin: 10px 0 20px;
    text-align: center;
    letter-spacing: 0.3rem;
}

.footwear .info .txt02 {
    background: #ffffff;
    display: inline-block;
    padding: 0.5rem 1rem;
    margin: 20px 0;
    font-size: 1em;
    letter-spacing: 0.15rem;
}

.footwear .info .txtbox {
    line-height: 1.8;
    text-align: center;
}

.footwear .wrap .box li .ttl {
    margin: -20px 0 0 0;
    padding: 0 0 0 50px;
}

.footwear .info .date {
    font-family: "adihaus", 'Barlow Condensed', sans-serif;
    font-size: 3.125em;
    text-align: center;
    border: 1px solid #161616;
    border-radius: 50%;
    line-height: 0.8em;
    height: 9rem;
    width: 9rem;
    box-sizing: border-box;
    position: relative;
}

.footwear .info .date p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.footwear .info .date span {
    display: block;
    font-size: 50%;
    width: 100%;
}



.wear .wrap .box .image img:not(.adjust) {
    position: relative;
    right: calc((100% - 600px) / 2.0);
    top: 0;
    min-width: 960px;
}

.pack-theme .info h2 img,
.wear .info h2 img {
    margin: 0 20px 0 0;
}

.pack-theme .info .txt01,
.wear .info .txt01 {
    font-weight: bold;
    font-size: 1.5em;
    margin: 10px 0 20px;
    text-align: center;
    letter-spacing: 0.3rem;
}

.pack-theme .info .txt02,
.wear .info .txt02 {
    background: #ffffff;
    display: inline-block;
    padding: 0.5rem 1rem;
    margin: 20px 0;
    font-size: 1em;
    letter-spacing: 0.15rem;
}

.pack-theme .info .txtbox,
.wear .info .txtbox {
    line-height: 1.8;
}

.pack-theme .wrap .box li .ttl,
.wear .wrap .box li .ttl {
    margin: -20px 0 0 0;
    padding: 0 0 0 50px;
}


.pack-theme .info .date,
.wear .info .date {
    font-family: "adihaus", 'Barlow Condensed', sans-serif;
    font-size: 3.125em;
    text-align: center;
    border: 1px solid #161616;
    border-radius: 50%;
    line-height: 0.8em;
    height: 9rem;
    width: 9rem;
    box-sizing: border-box;
    position: relative;
}

.pack-theme .info .date,
.wear .info .date p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.pack-theme .info .date span,
.wear .info .date span {
    display: block;
    font-size: 50%;
    width: 100%;
}


/*--slider--*/

.main-image .swiper-wrapper{
    width: 100%;
}

.pack-theme {
    position: relative;
    padding: 50px 0 120px;
}

.pack-theme .sub-ttl{
    margin: 60px 0 0 0;
}

.pack-theme .wrap .box{
    display: flex;
}

.pack-theme .wrap .box .info{
    width: 45%;
    min-width: 600px;
}

.pack-theme .wrap .box .image .css-slider{
    position: relative;
    top: 0;
    height: 490px;
}

.wear .wrap .box .image .css-slider a{
    display: block;
}

.wear .wrap .box .image .css-slider img {
    position: absolute;
    width: 100%;
    height: 490px;
    /* right: calc((100% - 600px) / 2.0); */
    min-width: 960px;
    object-fit: cover;
    opacity: 0;
    animation : slideshow1 10s infinite;
}

.css-slider img:nth-child(1) {
    animation-delay: 0s;
}

.css-slider img:nth-child(2) {
    animation-delay: 1s;
}

.css-slider img:nth-child(3) {
    animation-delay: 3s;
}

@keyframes slideshow1 {
    0%   { opacity: 0; }
    28%  { opacity: 1; }
    50%  { opacity: 1; }
    75%  { opacity: 0; }
    100% { opacity: 0; }
}


@media screen and (max-width: 768px) {
    .pack-theme .wrap .box{
        flex-wrap: wrap;
    }
    .pack-theme .wrap .box .info{
        width: 100%;
        min-width: unset;
        margin: 0 0 30px;
    }
    .pack-theme .wrap{
        left: 0;
    }

    .pack-theme .wrap .box .image{
        width: 90%;
        margin: 0 auto;
    }

    .pack-theme .wrap .box li .ttl{
        margin: 0;
        padding: 0;
    }
}



.footwear .p-lines__inner::before,
.footwear .p-lines::before,
.footwear .p-lines::after {
    background: #fff;
}

.footwear .modal-search {
    margin: 100px 0 0px;
}

.modal-search .brand {
    display: flex;
    max-width: 900px;
    /*width: 100%;*/
    margin: 40px auto 0;
    justify-content: space-between;
}

.modal-search .brand li {
    max-width: 23.5%;
    width: 100%;
    position: relative;
}

.modal-search .brand li img {
    display: block;
}

.modal-search .brand a {
    box-shadow: 0px 5px 8px rgba(202, 196, 191, 1), -1px -1px 8px rgba(202, 196, 191, 1);
    position: relative;
    top: -5px;
    left: 0;
    transition-duration: 0.2s;
    display: block;
}

.modal-search .brand a:hover {
    left: 0;
    top: 0;
    box-shadow: 0 0 0px rgba(202, 196, 191, 1), 0px 0px 0px rgba(202, 196, 191, 1);
}

/*---//FOOTWEAR---*/


/*---WEAR---*/

.wear {
    position: relative;
    padding: 50px 0 100px;
}

.training-ttl {
    margin-top: 40px;
}

.training {
    font-family: "adineuePRO", 'Poppins', sans-serif;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 40px 0 0;
}

.training li {
    width: 80%;
}

.training li a {
    display: block;
    border: 1px solid #121212;
    font-size: 1.25em;
    text-align: center;
    padding: 10px 20px;
    transition: .3s;
    font-weight: bold;
    margin-top: 20px;
}

.training li a:hover {
    border: 1px solid #121212;
    background: #121212;
    color: #fff;
}

.wear .sub-ttl {
    margin: 60px 0 0 0;
}

/*---//WEAR---*/

/*---UNIFORM/WEAR---*/

.uniform {
    position: relative;
    padding: 100px 0;
    background: #121212;
}

.uniform-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 80px auto 0;
}

.uniform-list li {
    max-width: 270px;
    width: 24%;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
}

.uniform-list li img {
    display: block;
}

.uniform-list .japan {
    position: relative;
}

.uniform-list .note {
    display: block;
    /*transform-origin: left center;*/
    color: #d3d3d3;
    letter-spacing: 0;
    line-height: 1;
    margin: 0 auto;
    white-space: nowrap;
    position: absolute;
    right: 50%;
    transform: translateX(50%) scale(0.55);
}

.uniform-list li a {
    background: #fff;
    padding: 10px;
    box-sizing: border-box;
    text-align: center;
    display: block;
}

.uniform-list li .cate {
    font-size: 1.25em;
    font-weight: bold;
    margin: 30px 0 0;
}

.uniform-list li .cate-en {
    font-family: "adihaus", 'Barlow Condensed', sans-serif;
    color: #d3d3d3;
    margin: 10px 0 20px 0;
    letter-spacing: 0.05rem;
}

/*---//UNIFORM/WEAR---*/

/*---NEW ITEM---*/

.new-item {
    width: 100%;
    overflow: hidden;
    position: relative;
    background: #efefef;
    padding: 100px 0 20px;
    z-index: 3;
}

.new-item .dec-ttl {
    margin-bottom: 60px;
}

.new-item .sub-ttl {
    margin: 0;
}

.new-item .product,
.wear .product {
    text-align: center;
    margin: 20px 0 0 0;
}

.new-item .product span,
.wear .product span {
    display: block;
}




.item-view {
    max-width: 330px;
    margin: 80px auto 0;
}

.item-view a {
    position: relative;
    display: block;
    text-align: center;
    border: 1px solid #121212;
    padding: 8px 0;
    transition: .3s;
}

.item-view a span {
    display: inline-block;
    padding: 0 0 0 10px;
}

.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: #fff;
}

.item-view a:hover::before {
    background: #fff;
}


/*---スライダー---*/

.swiper-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 30px 0 0 0;
}

.slider01 .swiper-wrapper {
    flex-direction: row;
    left: calc((100% - 10px) / 2.0);
}

.quantity9 .swiper-wrapper {
    /*padding: 0 0 0 320px;*/
    padding: 0 0 0 900px;
}

.swiper-button-prev,
.swiper-button-next {
    width: 32px;
    height: 9px;
}

.swiper-button-prev {
    background: url(../images/common/arrow-prev.png) no-repeat;
}

.swiper-button-prev::after {
    content: "";
}

.swiper-button-next {
    background: url(../images/common/arrow-next.png) no-repeat;
}

.swiper-button-next::after {
    content: "";
}
/* .wear .swiper-slide, */
.new-item .swiper-slide {
    max-width: 300px !important;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-container-wp {
    position: relative;
    z-index: 5;
    padding-bottom: 80px;
}

.arrow-wp {
    max-width: 1200px;
    margin: 0 auto 20px;
    position: relative;
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 5;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    left: 10px;
    right: auto;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    right: 10px;
    left: auto;
}


/*--スライダー--*/




/*---過去のキャンペーン一覧---*/
.campaign {
    padding: 100px 0;
    width: 100%;
    overflow: hidden;
}

.campaign .pick {
    width: 100%;
    overflow-x: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    overflow-scrolling: touch;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
    margin: 40px 0 0 0;
}

.campaign .pick li {
    width: 23%;
    margin-bottom: 40px;
}

.campaign .pick li a {
    transition: .3s;
    /* display: flex; */
    flex-wrap: wrap;
    align-items: flex-start;
}

.campaign .pick li a:hover {
    opacity: 0.8;
}


.limited-notice {
    display: block;
    padding: 5px 0;
    color: #d8202e;
    font-size: .8em;
}

/*---過去のキャンペーン一覧---*/

/*---EXPERIENCE---*/

.experience {
    position: relative;
    padding: 100px 0 200px;
    width: 100%;
    overflow: hidden;
}

.experience-bk {
    position: absolute;
    background: linear-gradient(#ffffff 60px, #121212 60px);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

.experience .sub-catch-box {
    position: relative;
    width: 75rem;
}

.experience .sub-catch-box .shop-img {
    position: absolute;
    right: calc((100% - 1902px) / 2.0);
    bottom: -80px;
}

.experience .sub-catch-box .txt-img-box {
    position: relative;
    z-index: 5;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
    margin: 100px 0 0 0;
}

.experience .txt-img-box .txt-img {
    width: 60%;
}

.experience .txt-img-box .txt-img img {
    display: block;
}

.experience .txt-img-box .shop-view {
    width: 30%;
}

.shop-view a {
    position: relative;
    display: block;
    color: #fff;
    background: rgba(18, 18, 18, 0.3);
    border: 1px solid #fff;
    text-align: center;
    max-width: 440px;
    padding: 15px 0;
    font-size: 1.125em;
    margin: 0 auto;
}

.shop-view a:hover {
    border: 1px solid #fff;
    background: rgba(255, 255, 255, 0.8);
    color: #121212;
}

.shop-view .arrow:hover.arrow:before,
.shop-view .arrow:hover.arrow:after {
    background: #121212;
}

.shop-view .arrow:before,
.shop-view .arrow:after {
    background: #fff;
    right: 3.125rem;
}

.experience .shop-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin: 150px 0 0 0;
    text-align: center;
}

.experience .shop-list li {
    width: 48%;
}

.experience .sub-catch-box {
    width: 100%;
}

.experience .shop-list li p {
    color: #fff;
    text-align: center;
    margin: 10px 0 0 0;
}

.order {
    width: 100%;
    overflow-x: hidden;
    overflow-y: visible;
    position: relative;
    margin: -100px 0 0 0;
}

.order .wrap {
    /*overflow-y: visible;
    overflow-x: hidden;*/
}

.order ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
}

.order ul .order-img {
    width: 65%;
    position: relative;
}

.order ul .order-img img {
    position: relative;
    left: calc((100% - 1550px) / 2.0);
    min-width: 1059px;
    /*top: -100px;*/
    display: block;
}

.order ul .order-txt-box {
    width: 35%;
    text-align: center;
    padding: 60px 0 0 0;
}

.order ul .order-txt-box .order-ttl {
    font-size: 1.75em;
    margin: 0 auto 50px;
    padding: 0 20px;
}

.order ul .order-txt-box .order-txt {
    font-size: 1.125em;
    margin: 0 auto 50px;
    padding: 0 20px;
    letter-spacing: 0.15rem;
    line-height: 1.8rem;
}

.order .contact a {
    display: block;
    max-width: 400px;
    border: 1px solid #000;
    padding: 13px 20px;
    box-sizing: border-box;
    margin: 0 auto;
    font-size: 1.125em;
    transition: .3s;
}

.order .contact a:hover {
    color: #fff;
    border: 1px solid #fff;
    background: #121212;
}

.view-all {
    background: #646464;
    padding: 60px 0;
}

.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;
}

/*---背景英文字---*/

.dec-ttl {
    position: relative;
    z-index: 3;
}

.dec-ttl:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    top: 50%;
    left: 0;
}

.dec-ttl span {
    font-family: "adineuePRO", 'Poppins', sans-serif;
    font-size: 8em;
    text-transform: uppercase;
    font-weight: bold;
    display: inline-block;
    z-index: 1;
    position: relative;
    line-height: 1;
    white-space: nowrap;
    letter-spacing: 0.02rem;
}

.dec-ttl-wrap {
    max-width: 1920px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    z-index: 5;
}

/*---//ここまで共通---*/

.footwear .dec-ttl {
    text-align: right;
    right: calc((100% - 600px) / 2.0);
}

.footwear .dec-ttl span {
    background: #efefef;
    color: #d3d3d3;
    padding: 0 0 0 10px;
}

.footwear .dec-ttl:after {
    background-color: #fff;
}

.wear .dec-ttl,
.new-item .dec-ttl {
    color: #d3d3d3;
    left: calc((100% - 1200px) / 2.0);
}

.wear .dec-ttl span {
    background: #fff;
    padding: 0 10px 0 0;
}

.wear .dec-ttl:after {
    background-color: #efefef;
}


.uniform .dec-ttl {
    text-align: right;
    right: calc((100% - 1200px) / 2.0);
    color: #fff;
}

.uniform .dec-ttl span {
    background: #121212;
    padding: 0 0 0 10px;
}

.uniform .dec-ttl span b {
    transform: scale(0.64);
    display: inline-block;
}

.uniform .dec-ttl:after {
    background-color: #fff;
}

.new-item .dec-ttl span {
    background: #efefef;
    padding: 0 10px 0 0;
}

.new-item .dec-ttl:after {
    background-color: #fff;
}

.experience .dec-ttl {
    text-align: right;
    right: calc((100% - 1200px) / 2.0);
    color: #fff;
    margin: 30px 0 0 0;
}

.experience .dec-ttl:after {
    background-color: #fff;
}

.experience .dec-ttl:after {
    width: 64%;
}


/*----POPUPバナー---*/

.overlay {
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
}

.bn_area {
    width: 80%;
    max-width: 500px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    padding: 20px;
}

.close-btn {
    position: absolute;
    top: 0;
    right: 0;
}

.bn_area .close {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    line-height: 1;
    width: 20px;
    height: 2px;
    background: currentColor;
    border-radius: 0.1em;
    position: relative;
    transform: rotate(45deg);
    cursor: pointer;
}

.bn_area .close::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: inherit;
    border-radius: inherit;
    transform: rotate(90deg);
}


/*---POPUPバナー---*/

/*---動画---*/
.background-wrap {
    position: relative;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 110vh;
    background: #000;
    overflow: hidden;
}

.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;
}

#background-movie-player {
    min-width: 100%;
    min-height: 100vh;
    z-index: 1;
}



.ecbn-selection-title,
.ecbn-selection-description {
    display: none;
}

.instagram .wrap {
    padding-bottom: 100px;
}

.instagram .sub-ttl {
    font-size: 2.3em;
    margin-bottom: 20px;
}


.campaign-bnr {
    margin: 25px auto -50px;
    max-width: 1000px;
}

.campaign-linktxt {
    text-align: center;
    font-size: 14px;
    color: #444;
    margin-top: 10px;
}

.ttl h2 {
    font-family: "adineuePRO", 'Poppins', sans-serif;
    font-size: 3.5em;
    text-align: center;
}

/* sale.kids */

.new-item-img {
    position: relative;
}

.junior-ico {
    font-size: 0.8em;
    padding: 8px;
    background: #00b73c;
    position: absolute;
    left: 0;
    top: 0;
    color: #222;
    font-weight: 600;
    z-index: 3;
}

.new-item .product .price-sale {
    color: #ff1d3d;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 5px;
}

.new-item .product .price-sale-text {
    color: #fff;
    font-size: 0.8em;
    padding: 5px;
    background: #ff1d3d;
    font-weight: 600;
    margin-right: 0.4rem;
}

.spikeshoes{
	text-align:center;
	margin:30px auto 100px;
}

.training-img{
    width: 80%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

/*---//動画---*/
@media screen and (max-width:1920px) {

    .background {
        width: calc(100vh * 3.56)
    }

    #background-movie-player {
        height: 120vh;
    }
}

@media screen and (max-width:1440px) {
    .experience .dec-ttl:after {
        width: 53%;
    }
}

/*---//背景英文字---*/

@media screen and (max-width:1366px) {

    .wid-hide {
        display: none !important;
    }

    .mid-hide {
        display: block !important;
    }

    .footwear .wrap .box .image img {
        right: calc((100% - 600px) / 2.0);
        min-width: 684px;
    }

    .wear .wrap .box .image img {
        right: calc((100% - 600px) / 2.0);
        min-width: 684px;
    }

    .slider01 .swiper-wrapper {
        flex-direction: row;
        left: calc((100% - 410px) / 2.0);
    }

    .experience .dec-ttl:after {
        width: 51%;
    }

}

@media screen and (max-width:1280px) {

    .experience .dec-ttl:after {
        width: 47%;
    }
}

@media screen and (max-width:1024px) {
    .wrap {
        padding: 0 10px;
    }

    #background-movie-player {
        height: 80vh;
    }

    .modal-search .brand a {
        width: 90%;
        margin: 0 auto;
    }


    .experience .sub-catch-box .shop-img {
        right: calc((100% - 1024px) / 2.0);
    }

    .uniform .dec-ttl,
    .experience .dec-ttl,
    .footwear .dec-ttl {
        right: 20px;
    }

    .wear .dec-ttl,
    .new-item .dec-ttl {
        left: 20px;
    }

    .experience .dec-ttl:after {
        width: 31%;
    }


}

/*-------------------------------
スマホはここから
--------------------------------*/

@media screen and (max-width:768px) {

    .training li {
    width: 100%;
    }

    .training-img{
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    }


    .wear .wrap .box .image .css-slider img{
        right: 0;
    }

    .background-wrap {
        height: 70vh;
    }

    #background-movie-player {
        height: 75vh;
    }

    /*---背景英文字---*/
    .dec-ttl span {
        font-size: 5.5em;
    }

    .footwear .dec-ttl,
    .uniform .dec-ttl,
    .experience .dec-ttl {
        right: 20px;
    }

    .wear .dec-ttl,
    .new-item .dec-ttl {
        left: 20px;
    }

    .experience .dec-ttl:after {
        width: 40%;
    }

    /*---FOOTWEAR---*/

    .footwear .wrap .box {
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }

    .footwear .wrap .box li {
        width: 100%;
    }

    .footwear .wrap .box .image img {
        position: static;
        width: 90%;
        min-width: unset;
        margin: 0 auto;
    }

    .footwear .info h2 img {
        margin: 0;
    }

    .footwear .info .date {
        width: 29%;
        font-size: 2.5em;
        text-align: center;
        border: 1px solid #161616;
        border-radius: 50%;
        height: 9rem;
        width: 9rem;
    }



    .footwear .info .ttl {
        /*        width: 70%;*/
    }

    .footwear .wrap .box li .ttl {
        margin: 0;
        padding: 15px 0 0;
    }

    .info-ttl-wp {
        display: flex;
        align-items: center;
        justify-content: space-around;
    }

    .modal-search .brand {
        width: 60%;
        padding: 0 20px;
        flex-wrap: wrap;
    }

    .modal-search .brand li {
        max-width:50%;
        margin: 0 0 20px 0;
    }

    .modal-search .brand a {
        position: relative;
    }

    .modal-search .brand img {
        width: 100%;
    }

    .footwear .wrap .box .image {
        margin: 0 0 30px 0;
    }



    .wear .wrap .box {
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }

    .wear .wrap .box li {
        width: 100%;
    }

    .wear .wrap .box .image img {
        position: static;
        width: 90%;
        min-width: unset;
        margin: 0 auto;
    }

    .wear .info h2 img {
        margin: 0;
    }

    .wear .info .date {
        width: 29%;
        font-size: 2.5em;
        text-align: center;
        border: 1px solid #161616;
        border-radius: 50%;
        height: 9rem;
        width: 9rem;
    }


    .wear .info .ttl {
        /*        width: 70%;*/
    }

    .wear .wrap .box li .ttl {
        margin: 0;
        padding: 15px 0 0;
    }

    .wear .wrap .box .image {
        margin: 0 0 30px 0;
    }


    /*--WEAR--*/

    .training {
        padding: 0 20px;
    }

    /*------*/
    .uniform-list {
        width: 80%;
        padding: 0 20px;
        box-sizing: border-box;
    }

    .uniform-list li {
        width: 48%;
        margin: 0 0 20px 0;
    }

    .uniform-list .note {
        transform: translateX(50%) scale(0.3);
    }

    /*---NEW ITEM---*/

    .slider01 .swiper-wrapper {
        left: 0px;
    }

    .quantity9 .swiper-wrapper {
        padding: 0;
    }

    .slider01 {
        padding: 40px 20px 0 0;
    }

    .slider02 {
        padding: 40px 0 0 20px;
    }

    /*---過去キャンペーン一覧---*/

    .campaign .pick {
        display: block;
        white-space: nowrap;
        padding-left: 10px;
    }

    .campaign .pick li {
        display: inline-block;
        width: 40%;
        padding-right: 10px;
    }

    /*------*/
    .experience {
        padding: 100px 0 30px;
    }

    .experience-bk {
        background: linear-gradient(#ffffff 150px, #121212 150px);
    }

    .experience .dec-ttl {
        margin: 50px 0 0 0;
    }

    .experience .sub-catch-box .shop-img {
        right: calc((100% - 768px) / 2.0);
        bottom: 100px;
    }

    .experience .txt-img-box .txt-img {
        width: 100%;
        margin: 0 0 80px 0;
        padding: 0 20px;
    }

    .experience .txt-img-box .shop-view {
        width: 100%;
        padding: 0 20px;
    }

    .experience .shop-list li {
        width: 90%;
        margin: 0 auto 40px;
    }

    .experience .shop-list {
        margin: 60px 0 0 0;
    }

    .order {
        margin: 0 auto;
    }

    .order ul .order-img img {
        position: static;
        min-width: unset;
        width: 100%;
    }

    .order ul .order-img,
    .order ul .order-txt-box {
        width: 100%;
        padding: 0;
    }

    .order ul .order-txt-box .order-ttl {
        margin: 30px auto 20px;
    }

    .order ul .order-txt-box .contact {
        padding: 0 10px;
    }

    .view-all {
        margin: 30px auto 0;
        padding: 30px 0;
    }

    .view-all .view-all-btn a {
        font-size: 1.125em;
        margin: 0 auto;
    }

    .view-all .view-all-btn {
        padding: 0 20px;
    }

    .campaign-bnr {
        margin: 25px auto -10px;
    }

    .campaign-linktxt {
        font-size: 13px;
    }

    .ttl h2 {
        font-size: 2.5em;
    }


}



@media screen and (max-width:480px) {

    .sub-ttl {
        font-size: 1.4em;
    }

    /*---動画---*/
    .background-wrap {
        height: 232px;
    }

    .background {
        width: 100%;
    }

    #background-movie-player {
        width: calc(100vh * 1.78);
        height: 40vh;
    }

    /*---//動画---*/

    .dec-ttl span {
        font-size: 3.2em;
    }

    .uniform-list {
        padding: 0 10px;
    }

    .footwear,
    .wear,
    .campaign {
        padding: 60px 0;
    }

    .uniform {
        padding: 60px 0 40px;
    }

    .footwear .wrap .box {
        margin: 30px 0 0 0;
    }

    .footwear .info .txt01 {
        font-size: 1em;
        margin: 10px auto;
    }

    .footwear .info .date {
        font-size: 2em;
        text-align: center;
        border: 1px solid #161616;
        border-radius: 50%;
        height: 6rem;
        width: 6rem;
    }

    .wear .wrap .box {
        margin: 30px 0 0 0;
    }

    .wear .info .txt01 {
        font-size: 1em;
        margin: 10px auto;
    }

    .wear .info .date {
        font-size: 2em;
        text-align: center;
        border: 1px solid #161616;
        border-radius: 50%;
        height: 6rem;
        width: 6rem;
    }


    .footwear .modal-search {
        margin: 60px 0 0px;
    }

    .modal-search .brand,
    .uniform-list {
        width: unset;
        padding: 0 10px;
    }

    .wear .sub-ttl {
        margin: 30px 0 0 0;
    }

    .training {
        margin: 30px 0 0;
    }

    .uniform-list {
        margin: 30px auto 0;
    }

    .new-item {
        padding: 60px 0 20px;
    }

    .new-item .dec-ttl {
        margin-bottom: 40px;
    }

    .swiper-container-wp {
        padding-bottom: 60px;
    }

    .slider01 {
        padding: 20px 10px 0 0;
    }

    .slider02 {
        padding: 20px 0 0 10px;
    }

    .campaign .pick {
        margin: 30px 0 0 0;
        padding: 0 0 20px 0;
    }

    .campaign .pick li {
        margin-bottom: 0;
    }

    .experience {
        padding: 30px 0 30px;
    }

    .experience-bk {
        background: -webkit-linear-gradient(#ffffff 60px, #121212 60px);
        background: -o-linear-gradient(#ffffff 60px, #121212 60px);
        background: linear-gradient(#ffffff 60px, #121212 60px);
    }

    .experience .sub-catch-box .txt-img-box {
        margin: 80px 0 0 0;
    }

    .uniform .dec-ttl,
    .experience .dec-ttl,
    .footwear .dec-ttl {
        right: 10px;
    }

    .wear .dec-ttl,
    .new-item .dec-ttl {
        left: 10px;
    }

    .experience .dec-ttl:after {
        width: 36%;
    }

    .order ul .order-txt-box .order-ttl {
        font-size: 1.5em;
    }

    .order ul .order-txt-box .order-txt {
        padding: 0 10px;
        font-size: 1em;
    }

    .category {
        padding: 60px 10px;
    }

    .view-all .view-all-btn {
        padding: 0 10px;
    }

    .item-view {
        margin: 40px auto 0;
    }

    .category .layout {
        margin: 30px 0 0;
    }

    .uniform .dec-ttl span {
        font-size: 2.7em;
    }

    .dec-ttl span {
        font-size: 3.1em;
    }

}

@media screen and (max-width:375px) {
    .background-wrap {
        height: 210px;
    }

    .footwear .info .txt01 {
        letter-spacing: 0.2rem;
    }

    .experience .dec-ttl:after {
        width: 22%;
    }

    .footwear .info .date {
        font-size: 1.7rem;
        height: 5rem;
        width: 5rem;
        line-height: 1.4rem;
        letter-spacing: 0.05rem;
    }

    .footwear .wrap .box .info .check {
        margin: 20px 0 0;
    }

    .wear .info .date {
        font-size: 1.7rem;
        height: 5rem;
        width: 5rem;
        line-height: 1.4rem;
        letter-spacing: 0.05rem;
    }

    .wear .wrap .box .info .check {
        margin: 20px 0 0;
    }

}

@media screen and (max-width:360px) {
    .background-wrap {
        height: 200px;
    }

    .order ul .order-txt-box .order-txt {
        font-size: 1em;
        letter-spacing: 0.05rem;
    }

    .footwear .info .txt01 {
        letter-spacing: 0.15rem;
    }

    .uniform-list li .cate {
        font-size: 1.2em;
    }

    .experience .dec-ttl:after {
        width: 26%;
    }
}

@media screen and (max-width:320px) {
    .uniform-list li .cate {
        font-size: 1em;
    }

    .uniform-list li .cate-en {
        font-size: 0.8em;
    }

    .background-wrap {
        height: 180px;
    }

    .footwear .info .txt01 {
        font-size: 0.8em;
    }

    .footwear .info .txt02 {
        font-size: 1em;
    }

    .uniform .dec-ttl span {
        font-size: 2.7em;
    }

    .dec-ttl span {
        font-size: 3em;
    }

    .order ul .order-txt-box .order-ttl {
        font-size: 1.4em;
    }

    .experience .dec-ttl:after {
        width: 18%;
    }

}


/*----スクロールアニメ----*/
: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;
}

/*----//スクロールアニメ----*/



/* 0216追記_画面幅CSS */

.footwear .wrap .box .image,
.wear .wrap .box .image {
    display: flex;
    justify-content: flex-end; /* 右固定 */
    align-items: center;
}

.footwear .wrap .box .image img,
.wear .wrap .box .image img {
    position: static !important;
    right: auto !important;
    min-width: 0 !important;
    width: 100%;
    height: auto;
    max-width: 100%;
    display: block;
}


.pack-theme .wrap {
    left: 0;
}
.slider04 {
    width: 100%;
}

.slider04 .swiper-wrapper {
    width: 100%;
}

.slider04 .swiper-slide {
    width: 100% !important;
}

.slider04 img {
    width: 100%;
    height: auto;
    display: block;
}

/* 0216追記_画面幅CSSここまで */
