ul{padding: 0;}
.aln-c{text-align: center;}
.intro{padding: 6vw;font-size: 17px;color: #d4282d;background: #f5f5f5;text-shadow: 1px 1px 0 #fff;}
.intro i{font-style: italic !important;font-size: 120%;}
.content{max-width: 1200px;margin: 0 auto;}
.content ul {margin: 0;padding: 0;}
#floor0{padding-top: 20px;}

ul li,.c_floor ul li{list-style: none !important;}
.content li img,.floor_es img {display: block;padding: 0 !important;}

.hero_l img.banner_desktop{display: none;}
.hero_l img.banner_mobile{display: block;}
.nav_f{position: fixed;box-shadow:0 10px 10px rgb(0 0 0 / 7%);background: #fff;width: 100%;transition: all .2s;left: 0;z-index: 10;top: -100%;
    /*display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;*/}
.nav_f.on{top: 0;}
.nav_f a{
    font-size: 16px;
    padding: 1rem 2rem;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    white-space: nowrap;
    animation: all .2s;
}
.nav_f a:hover{background: #000;color: #fff;}
.floor.floor_gift .wrap{padding: 2vw;}
.floor.floor_gift .wrap li{background: #fff;margin: 0 2vw;}
.wrap{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    align-items: flex-start;
    justify-content: space-between;
    justify-content: center;
}
.wrap li{position: relative;}
.wrap li .tag{position: absolute;top: 10px;left: 10px;font-size: 12px;color: #fff;background: #db323f;border-radius: 4px;padding: 0 6px;}
.floor .wrap{background: #fff;padding: 0 6px;}
.c_floor{background: #fff;padding-bottom: 20px;}
.floor li{width: 50%;padding: 10px;}
.products ul.color-con{display: none;}
.product-txt-con{padding: 0 10px 10px;text-align: center;}
.floor .link-product{display: inline-block;}
.price-con{margin-top: 6px;}
.products .discount{margin-bottom: 10px;}
.discount span{font-weight: bold;}
.floor li h3{font-size: 20px;}
.app__product__title{text-transform: uppercase;margin-bottom: 0;color: #333;}
.price{color: #d4282d;}
.floor li h3.product_t{font-size: 18px;color: #333;}
.floor_es {width: 100%;overflow: hidden;font-weight: bold;padding: 20px;margin: 20px 0;}
.floor_business{background: #37538e;}
.floor_lifestyle{background: #ea608e;}
.floor_sports{background: #fabf13;}
.floor_outdoor{background: #26b7bc;}
.floor h2{font-size: 18px;margin-bottom: 0;font-weight: bold !important;}
.floor h2.es_n{/*padding: 0 33px;*/font-size: 20px;color: #fff;text-align: center;}
.floor .floor_sports h2{color: #000;}

.wrap li img{background: #fff;}
.wrap li:hover .txt i{display: block;}
.ruleWrap {background: #f5f5f5;padding: 30px 20px;color: #666;}
.ruleWrap table{background: #fff;}
.ruleWrap table span{display: inline-table;}

.products h3.products-name {
    text-transform: uppercase;
    color: #000;
    margin-bottom: 0;
}

.products .discount {
    color: #d4282d;
    font-size: 18px;
}

.products .old-price {
    text-decoration: line-through;
    color: #999;
    margin-bottom: 5px;
    font-size: 16px
}

.products .sale-price {
    font-weight: bold;
    margin-bottom: 5px;
    font-size: 18px;
    color: #000;
}


.content-product-l .promo-product{width: calc(100% - 20px);margin: 10px;position: relative;box-shadow: 0 2px 4px 1px rgb(0 0 0 / 20%);}
.content-product-l .product-image-con,.content-product-l .product-txt-con{width: 50%;float: left;}
.content-product-l .product-image-con{padding: 10px;}
.content-product-l .product-txt-con{text-align: left;}

nav.nav_f a:nth-child(1){ color:#37538E;background:rgba(55,83,142,0);}
nav.nav_f a:nth-child(2){ color:#EA608E;background:rgba(234,96,142,0);}
nav.nav_f a:nth-child(3){ color:#26B7BC;background:rgba(38,183,188,0);}
nav.nav_f a:nth-child(4){ color:#FABF13;background:rgba(250,191,19,0);}

@media (max-width: 760px){
    /*.nav_f.on {justify-content: flex-start;}*/
    .nav_f a{padding: 1rem;}
}

@media screen and (min-width: 769px){
    .content{margin: 0 auto 40px;}
    .content-product-l .promo-product{width: calc(50% - 20px);}
    .product-txt-con{padding: .5rem 10px 1.5rem;}
    /*.price-con{display: block;}*/
    /*.products .discount{margin-bottom: 16px;}*/
    .intro{padding: 4vw 2vw;font-size: 30px !important;}
    .floor li{width: 25%;padding: 10px;}
    .floor li h3{font-size: 24px;}
    .floor li h3.product_t{font-size: 20px;}
    .floor h2.es_n{/*padding: 10px 38px;*/font-size: 26px;}
    .hero_l img.banner_desktop{display: block;}
    .hero_l img.banner_mobile{display: none;}
    .wrap li .tag{font-size: 15px;}
}

@media screen and (min-width: 991px){
    .container{width: 100%;}
    .floor{padding: 0;width: 100%;margin-bottom: 20px;}
}

.nav_f::-webkit-scrollbar {
    display: none;
}



/*select*/
@media (min-width: 768px){

.select{margin-bottom: 25px;}
.select ul{
    margin-top:60px;
        display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction:row;
    -webkit-flex-wrap: wrap;
    flex-wrap:wrap;
    align-items: center;
    align-items:flex-start;
    justify-content: space-between;/*-- 両端揃え --*/
    justify-content: left;/*-- 左揃え --*/
    justify-content: center;/*-- 中央揃え --*/
    padding:0;
    max-width:1180px;
    margin-right:auto;
    margin-left:auto;
}
.select ul li{
    margin:40px 10px;
}

.scene_head#business-athlete,
.select ul li:nth-child(1) a{
    background-color:#37538E;
}
.select ul li:nth-child(1) a:hover{
    background-color:rgba(55,83,142,0.8);
}
.scene_head#lifestyle,
.select ul li:nth-child(2) a{
    background-color:#EA608E;
}
.select ul li:nth-child(2) a:hover{
    background-color:rgba(234,96,142,0.8);
}
.scene_head#outdoor-casual,
.select ul li:nth-child(3) a{
    background-color:#26B7BC;
}
.select ul li:nth-child(3) a:hover{
    background-color:rgba(38,183,188,0.8);
}
.scene_head#sports,
.select ul li:nth-child(4) a{
    background-color:#FABF13;
}
.select ul li:nth-child(4) a{
    background-image:url(../images/arr_down_b.png);
}
.select ul li:nth-child(4) a:hover{
    background-color:rgba(250,191,19,0.8);
}
.select ul li a{
    display:block;
    position:relative;
    background-image:url(../images/arr_down_w.png);
    background-size:18px auto;
    background-repeat:no-repeat;
    background-position:center 133px;   
    transition: all 0.2s;
    box-shadow: 5px 5px 10px rgba(0,0,0,0.05);
}
.select ul li:hover a{
    background-position:center 140px;   
}
.select ul li .pic{
    position:absolute;
      position: absolute;
  left: 50%;
  top: -65px;
  -webkit-transform: translate(-50%,0%);
  -ms-transform: translate(-50%,0%);
  transform: translate(-50%,0%);
}
.select ul li a .pic img{
    transition: all 0.2s;
}
.select ul li a:hover .pic img{
    transform:scale(1.05);
    transform-origin:center center;
}
.select ul li .title{
    font-size:18px;
    line-height:1.6 !important;
    color:#fff;
    font-weight:bold;
    padding: 55px 45px 0;
}
.select ul li:nth-child(4) .title{
    color:#000;
}
}

@media (min-width: 768px) and (max-width: 1180px ) {
.select ul li a{
    width:230px;
    height:144px;
    background-position: center 120px;
}
.select ul li:hover a{
    background-position:center 125px;   
}
.select ul li .title{
    font-size:15px;
    padding: 55px 40px 0;
}
}
@media (min-width: 1181px) {    
.select ul li a{
    width:273px;
    height:164px;
}
}

@media (max-width: 767px){

.select{
    margin-bottom:4vw;
}

.select ul{
    padding:0;
    margin: 0 4vw;
}
.select ul li{
    margin-bottom:2vw;
}

.scene_head#business-athlete,
.select ul li:nth-child(1) a{
    background-color:#37538E;
}
.scene_head#lifestyle,
.select ul li:nth-child(2) a{
    background-color:#EA608E;
}
.scene_head#outdoor-casual,
.select ul li:nth-child(3) a{
    background-color:#26B7BC;
}
.scene_head#sports,
.select ul li:nth-child(4) a{
    background-color:#FABF13;
}
.select ul li:nth-child(4) a{
    background-image:url(../images/arr_down_b.png);
}
.select ul li a{
    height:16vw;
    display:block;
    position:relative;
    background-image:url(../images/arr_down_w.png);
    background-size:4vw auto;
    background-repeat:no-repeat;
    background-position:right 5vw center;   
    transition: all 0.2s;
    border-radius:50px;
}
.select ul li .pic{
      position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0%,-50%);
  -ms-transform: translate(0%,-50%);
  transform: translate(0%,-50%);
}
.select ul li a .pic img{
    transition: all 0.2s;
    width:16vw;
}
.select ul li .tile{
    position:relative;
    height:16vw;
    overflow: hidden;
}
.select ul li .title{
      position: absolute;
      width:92vw;
      left: 18vw;
      top: 50%;
      -webkit-transform: translate(0%,-50%);
      -ms-transform: translate(0%,-50%);
      transform: translate(0%,-50%);
    font-size:3.6vw;
    line-height:1.6 !important;
    color:#fff;
    font-weight:bold;
    text-align: left;
}
.select ul li:nth-child(4) .title{
    color:#000;
}
}