body,
html {
    background-color: #f8f8f8;
}

.l__merch__swiper{
    padding: 70px 0 0;
}
.l__merch__swiper .swiper {
    width: 100%;
}

.l__merch__swiper .swiper .swiper-wrapper {
    width: 100%;
}

.l__merch__swiper .swiper-slide {
    width: 100%;
    background-position: center;
    background-size: cover;
}

.l__merch__swiper .s__text{
    position: absolute;
    left: calc( 9.375vw + 30px);
    right: calc( 9.375vw + 30px);
    bottom: 10%;
    color: #ffffff;
    width: 100%;
}
.l__merch__swiper .s__text em{
    display: block;
    overflow: hidden;
    white-space: nowrap;
}
.l__merch__swiper .s__text p{
    font-size: 14px;
    font-weight: 600;
    transform: translateY(110%);
    transition: transform 0.4s cubic-bezier(0.61, 1, 0.88, 1) 0.2s;
}
.l__merch__swiper .s__text h3{
    font-size: 20px;
    line-height: 1;
    margin: 0;
    padding: 5px 0 15px;
    transform: translateY(110%);
    transition: transform 0.4s cubic-bezier(0.61, 1, 0.88, 1) 0.4s;
}
.l__merch__swiper .s__text span{
    width: 120px;
    height: 36px;
    display: flex;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    align-items: center;
    justify-content: center;
    font-style: normal;
    background: #000000;
    transform: translateY(110%);
    transition: transform 0.4s cubic-bezier(0.61, 1, 0.88, 1) 0.6s,background 0.4s cubic-bezier(0.61, 1, 0.88, 1);
}
.l__merch__swiper .s__text span:hover{
    background: #2c9689;
}
.l__merch__swiper .swiper-slide.ani-slide .s__text span,
.l__merch__swiper .swiper-slide.ani-slide .s__text h3,
.l__merch__swiper .swiper-slide.ani-slide .s__text p{
    transform: translateY(0);
}

.l__merch__swiper .swiper-slide img {
    width: 100%;
    user-select: none;
    object-fit: cover;
    object-position: bottom center;
}



.l__merch__swiper .swiper-button-next,
.l__merch__swiper .swiper-button-prev {
    width: 40px;
    height: 40px;
    bottom: 12%;
    top: auto;
    margin: 0;
    opacity: .5;
    z-index: 9;
    background-size: cover;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.l__merch__swiper .swiper-button-next::after,
.l__merch__swiper .swiper-button-prev::after {
    display: none;
}

.l__merch__swiper .swiper-button-prev.swiper-button-disabled,
.l__merch__swiper .swiper-button-next.swiper-button-disabled {
    opacity: .5;
}

.l__merch__swiper .swiper-button-next {
    right: 20px;
    background-image: url(../images/in_swiper_next.png);
}

.l__merch__swiper .swiper-button-prev {
    left: 20px;
    background-image: url(../images/in_swiper_prev.png);
}

.l__merch__swiper .swiper-button-next:hover,
.l__merch__swiper .swiper-button-prev:hover {
    opacity: 1;
}

.l__merch__swiper .swiper-pagination {
    height: 50%;
    width: 50px;
    right: 0;
    left: auto;
    top: 25%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    bottom: 0;
    z-index: 8;
}

.l__merch__swiper .swiper-pagination span {
    font-size: 14px;
    color: #2e9083;
    display: block;
    margin: 0;
    width: 100%;
    height: 40px;
    background: none;
    border-radius: 0;
    opacity: 1;
    line-height: 40px;
    position: relative;
    text-align: left;
    padding-left: 12px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.l__merch__swiper .swiper-pagination span::before {
    content: '';
    width: 6px;
    height: 2px;
    background: #2e9083;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -1px;
}

.l__merch__swiper .swiper-pagination .swiper-pagination-bullet-active {
    color: #ffffff;
    font-size: 20px;
}

.l__merch__swiper .swiper-pagination .swiper-pagination-bullet-active::before {
    background: #ffffff;
}

.l__merch__pc{
    display: none;
}
@media screen and (min-width: 768px) {
    .l__merch__pc{
        display: block;
    }
    .l__merch__wap{
        display: none;
    }
    .l__merch__swiper .swiper-pagination {
        width: 80px;
    }
    .l__merch__swiper .swiper-button-next{
        right: 40px;
    }
    .l__merch__swiper .swiper-button-prev {
        left: 40px;
    }

    .l__merch__swiper .s__text p{
        font-size: 18px;
    }
    .l__merch__swiper .s__text h3{
        font-size: 2.6vw;
    }
    .l__merch__swiper .s__text span{
        width: 160px;
        height: 50px;
        font-size: 14px;
    }
}
@media screen and (min-width: 992px) {
    .l__merch__swiper{
        padding: 90px 0 0;
    }
    .l__merch__swiper .swiper{
        height: calc(100vh - 90px);
    }
    .l__merch__swiper .swiper .swiper-wrapper{
        height: 100%;
    }
    .l__merch__swiper .swiper-slide img{
        height: 100%;
    }

    .l__merch__swiper .s__text span{
        width: 200px;
        height: 60px;
        font-size: 16px;
    }
    .l__merch__swiper .s__text{
        position: absolute;
        left: calc( 9.375vw);
        right: calc( 9.375vw);
        bottom: 12%;
    }
    
}


.l__merch__layout__one{
    padding: 50px 20px;
}
.l__merch__layout__one .conts{
    background: #ffffff;
}
.outdoor__title{
    padding: 50px 0 30px;
    text-align: center;
}
.outdoor__title h3{
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
}
.outdoor__title p{
    font-size: 14px;
    font-weight: 500;
    margin: 10px 0 0;
}


.outdoor__list{
    padding: 0 0 50px;
}
.swiper-slide .item__pic {
    overflow: hidden;
}
.swiper-slide .item__pic img{
    width: 100%;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.swiper-slide .item__pic a:hover img{
    transform: scale(1.08);
}
.outdoor__list .swiper-pagination{
    position: static;
    display: flex;
    margin: 50px 0 0;
    justify-content: center;
}
.outdoor__list .swiper-pagination .swiper-pagination-bullet{
    width: 10px;
    height: 10px;
    opacity: 1;
    margin: 0 5px;
    background: #e4e4e4;
}
.outdoor__list .swiper-pagination .swiper-pagination-bullet-active{
    background: #2c9689;
}
.item__details{
    width: 100%;
    display: flex;
    margin: 20px 0 0;
    padding: 0 10px;
}
.item__details .title h2{
    font-weight: 500;
    line-height: 20px;
    margin: 0 0 10px;
    font-size: 16px;
    height: 40px;
    overflow: hidden;
}
.item__details .title h2 a:hover{
    color: #2c9689;
}
.item__details .title .btns a{
    width: 130px;
    font-size: 14px;
    line-height: 40px;
    display: block;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    background: #000000;
    font-weight: 500;
}
.item__details .title .btns a:hover{
    background: #2c9689;
}
.item__details .color__option{
    display: flex;
    flex: 0 0 auto;
    margin-left: auto;
    padding-left: 10px;
}
.item__details .color__option .item{
    overflow: hidden;
}
.item__details .color__option .item img{
    width: 85px;
    height: 90px;
}
.item__details .color__option .item a{
    position: relative;
    display: block;
}
.item__details .color__option .item a:hover::after{
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    border: 1px solid #252826;
}
.item__details .color__option .item:last-child{
    margin-left: 8px;
}

@media screen and (min-width: 428px) {
    .outdoor__title h3{
        font-size: 18px;
    }
}
@media screen and (min-width: 576px) {
    .item__details .color__option{
        display: none;
    }
}
@media screen and (min-width: 768px) {
    .l__merch__layout__one{
        padding: 50px 0 50px 0;
    }
    .l__merch__layout__one .conts{
        padding-right: 30px;
    }
    .merch__classify__pic{
        height: 100%;
    }
    .merch__classify__pic img{
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }
}
@media screen and (min-width: 1200px) {
    .l__merch__layout__one .conts{
        padding-right: 50px;
    }
    .l__merch__layout__one .row{
        margin: 0 -25px;
    }
    .l__merch__layout__one .row .col{
        padding: 0 25px;
    }
    .outdoor__title h3{
        font-size: 24px;
    }
    .outdoor__title{
        padding: 80px 0 50px;
    }
    .outdoor__list .swiper-pagination{
        margin-top: 60px;
    }
    .outdoor__list{
        padding: 0 0 60px;
    }
}
@media screen and (min-width: 1440px) {
    .item__details .color__option{
        display: flex;
    }
}
@media screen and (min-width: 1680px) {
    .l__merch__layout__one .row{
        margin: 0 -50px;
    }
    .l__merch__layout__one .row .col{
        padding: 0 50px;
    }
    .l__merch__layout__one .conts{
        padding-right: 100px;
    }
}






.l__merch__layout__two{
    padding: 0 20px;
}
.l__merch__layout__two .row{
    margin: 0;
}
.l__merch__layout__two .row .col{
    padding: 0;
}
.l__merch__layout__two .row .col:first-child{
    margin: 0 0 20px;
}
.l__merch__layout__two .two__item{
    position: relative;
    overflow: hidden;
}
.l__merch__layout__two .two__item img{
    width: 100%;
    transition: all 0.3s cubic-bezier(0.61, 1, 0.88, 1);
}
.l__merch__layout__two a:hover .model{
    opacity: 1;
}
.l__merch__layout__two a:hover img{
    transform: scale(1.08);
}
.l__merch__layout__two .two__item .model{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    display: flex;
    color: #ffffff;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: rgba(0, 0, 0, 0.3);
    transition: all 0.3s cubic-bezier(0.61, 1, 0.88, 1) 0s;
}

.l__merch__layout__two .two__item .model p{
    font-size: 18px;
    font-weight: 500;
    transform: translateY(140%);
    transition: transform 0.6s cubic-bezier(0.61, 1, 0.88, 1) 0s;
}
.l__merch__layout__two .two__item .model h3{
    font-weight: 600;
    font-size: 32px;
    margin: 5px 0 15px;
    transform: translateY(140%);
    transition: transform 0.6s cubic-bezier(0.61, 1, 0.88, 1) 0.2s;
}
.l__merch__layout__two .two__item .model span{
    width: 200px;
    height: 58px;
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    justify-content: center;
    background: #000000;
    color: #ffffff;
    transform: translateY(140%);
    transition: transform 0.6s cubic-bezier(0.61, 1, 0.88, 1) 0.4s, background 0.3s cubic-bezier(0.61, 1, 0.88, 1);
}
.l__merch__layout__two .two__item .model span:hover{
    background: #2c9689;
}
.l__merch__layout__two .two__item .model em{
    font-style: normal;
    display: block;
    overflow: hidden;
}
.l__merch__layout__two a:hover .model h3,
.l__merch__layout__two a:hover .model p,
.l__merch__layout__two a:hover .model span{
    transform: translateY(0);
}
@media screen and (min-width: 768px) {
    .l__merch__layout__two{
        padding: 0;
    }
    .l__merch__layout__two .row .col:first-child{
        margin: 0;
    }
}




.l__merch__layout__item{
    padding: 50px 20px;
}
@media screen and (min-width: 768px) {
    .l__merch__layout__item{
        padding: 50px 0px;
    }
    .l__merch__layout__item .item__details{
        padding: 0 15px;
    }
}




.l__merch__layout__pic{
    position: relative;
}
.l__merch__layout__pic img{
    width: 100%;
}
.l__merch__layout__pic img.pc{
    display: none;
}
.l__merch__layout__pic .model{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    display: flex;
    color: #ffffff;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: rgba(0, 0, 0, 0.3);
    transition: all 0.3s cubic-bezier(0.61, 1, 0.88, 1) 0s;
}

.l__merch__layout__pic .model p{
    font-size: 14px;
    font-weight: 500;
    transform: translateY(140%);
    transition: transform 0.6s cubic-bezier(0.61, 1, 0.88, 1) 0s;
}
.l__merch__layout__pic .model h3{
    font-weight: 600;
    font-size: 20px;
    margin: 5px 0 15px;
    transform: translateY(140%);
    transition: transform 0.6s cubic-bezier(0.61, 1, 0.88, 1) 0.2s;
}
.l__merch__layout__pic .model span{
    width: 130px;
    height: 40px;
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    justify-content: center;
    background: #000000;
    color: #ffffff;
    transform: translateY(140%);
    transition: transform 0.6s cubic-bezier(0.61, 1, 0.88, 1) 0.4s,background 0.3s cubic-bezier(0.61, 1, 0.88, 1);
}
.l__merch__layout__pic .model span:hover{
    background-color: #2c9689;
}
.l__merch__layout__pic .model em{
    font-style: normal;
    display: block;
    overflow: hidden;
}
.l__merch__layout__pic a:hover .model h3,
.l__merch__layout__pic a:hover .model p,
.l__merch__layout__pic a:hover .model span{
    transform: translateY(0);
}
.l__merch__layout__pic a:hover .model{
    opacity: 1;
}
@media screen and (min-width: 768px) {
    .l__merch__layout__pic img.pc{
        display: block;
    }
    .l__merch__layout__pic img.wap{
        display: none;
    }
}
@media screen and (min-width: 992px) {
    .l__merch__layout__pic .model p{
        font-size: 18px;
    }
    .l__merch__layout__pic .model h3{
        font-size: 32px;
    }
    .l__merch__layout__pic .model span{
        font-size: 16px;
        height: 58px;
        width: 200px;
    }
}

.l__merch__layout__two.two{
    margin: 50px 0;
}





.l__merch__layout6{
    margin: 0 0 50px;
    padding: 0 20px;
}
.l__merch__layout6 .row{
    margin: 0;
}
.l__merch__layout6 .row .col{
    padding: 0;
    position: relative;
}
.l__merch__layout6 .row .col img{
    width: 100%;
}
.l__merch__layout6 .row .col:first-child{
    margin: 0 0 20px;
}
.l__merch__layout6 .row .col a{
    display: block;
    position: relative;
}
.l__merch__layout6 .row .col a .text{
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    color: #ffffff;
    top: 0;
    left: 0;
    flex-direction: column;
    justify-content: center;
}
.l__merch__layout6 .row .col a .text p{
    font-size: 14px;
    font-weight: 500;
}
.l__merch__layout6 .row .col a .text h2{
    margin: 10px 0 0;
    font-size: 20px;
    font-weight: 600;
    opacity: 0.38;
    text-transform: uppercase;
}
.l__merch__layout6 .row .col a:hover h2{
    opacity: 1;
}

@media screen and (min-width: 768px) {
    .l__merch__layout6 .row .col a .text p{
        font-size: 18px;
    }
    .l__merch__layout6 .row .col a .text h2{
        font-size: 32px;
    }
}
@media screen and (min-width: 992px) {
    .l__merch__layout6{
        padding: 0;
    }
    .l__merch__layout6 .row .col:first-child{
        margin: 0;
    }
}