@charset "utf-8";
/*------基本CSS（PC用記述記載）------*/

/* 共通CSS */
#outdoorwear-men {
    font-size: 16px;
    color: #000000;
    overflow: hidden;
}

#outdoorwear-men a {
    text-decoration: none;
    color: #000000;
}

#outdoorwear-men img {
    width: 100%;
    height: auto;
}

#outdoorwear-men .imgContainer2 li:hover,
#outdoorwear-men .click:hover{
    opacity: 0.75;
}

/* パンくず */
#outdoorwear-men .breadcrumb_list2 {
    display: flex;
    float: none;
}

#outdoorwear-men h1 {
    display: block;
    color: #000000;
    line-height: normal;
}

/* FV */
#outdoorwear-men .fvBnr {
    margin-bottom: 150px;
    text-align: center;
    line-height: 1.5;
}

#outdoorwear-men .fvBnr .spBnr {
    display: none;
}

#outdoorwear-men .fvBnr img {
    margin-bottom: 50px;

}

#outdoorwear-men .fvText br {
    display: none;
}

#outdoorwear-men .fvBnr .fvText {
    font-size: 25px;
    margin-bottom: 20px;
    font-weight: bold;
}

#outdoorwear-men .fvBnr .fvSubText {
    line-height: 2;
}

/*　ナビ */
#outdoorwear-men .navi_button {
    display: flex;
    justify-content: space-evenly;
    margin-bottom: 15%;
}

#outdoorwear-men .navi_button li {
    width: 15%;
}

/* 商品陳列　共通CSS */

#outdoorwear-men .itemname {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 12px;
}

#outdoorwear-men .price_info {
    margin-top: 3px;
}

#outdoorwear-men .saleprice {
    margin-top: 3px;
    display: block;
    color: #fb0000;
}


#outdoorwear-men .price {
    font-size: 12px;
}

#outdoorwear-men .price:after {
    content: '（税込）';
    font-size: 10px;
}

#outdoorwear-men .price_down {
    color: #fb0000;
    padding: 2px 4px;
    display: block;
    font-size: 12px;
}


#outdoorwear-men .itemList7 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 2% 15%;
    position: relative;
}

#outdoorwear-men .itemList7 .subTtleArea {
    width: 100%;
    margin-bottom: 25%;
}

#outdoorwear-men .itemList7 .subTtleArea .subTtle {
    font-size: 50px;
    margin-left: 50px;
}

#outdoorwear-men .itemList7 .subTtleArea .subTtleCopy {
    margin: 55px 0;
    font-size: 36px;
    line-height: 1.8;
    letter-spacing: 1.5px;
    color: #fff;
}


#outdoorwear-men .itemList7 .subcopy {
    width: 50%;
    line-height: 1.8;
}

#outdoorwear-men .itemList7 .itemImg7 {
    width: 44%;
    position: absolute;
    right: 0;
    z-index: -1;
}

#outdoorwear-men .itemList4 {
    display: flex;
    justify-content: center;
}

click  {
    width: 25%;
    margin-right: 5%;
    display: flex;
    flex-direction: column;
}

#outdoorwear-men .itemList4 li {
    width: 25%;
    margin-right: 5%;
    display: flex;
    flex-direction: column;
}

#outdoorwear-men .itemList4 li:last-child {
    margin-right: 0;
}

#outdoorwear-men .itemList4 .copy {
    margin: 3% 0 5%;
    font-size: 11px;
    line-height: 1.6;
}

#outdoorwear-men .itemList4 .itemSpec3 {
    margin-top: auto;
    text-align: center;
}

#outdoorwear-men .itemList4 .click {
    background-color: #000000;
    width: 70%;
    color: #fff;
    padding: 5px 0;
    font-size: 14px;
    letter-spacing: 1.2px;
    margin: 15px auto 0;
    border-radius: 5px;
    text-align: center;
}

#outdoorwear-men .click a {
    color: #fff!important;
}

#outdoorwear-men .itemList4 .boxlink_sold .copy,
#outdoorwear-men .itemList4 .boxlink_sold .click {
    display: none;
}

/*パララックスデザイン*/
#outdoorwear-men .bgextend {
    animation-name: bgextendAnimeBase;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    position: relative;
    overflow: hidden;
    /*　はみ出た色要素を隠す　*/
    opacity: 0;
    padding: 0.5% 0 0.5% 0;
}

@keyframes bgextendAnimeBase {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/*中の要素*/
#outdoorwear-men .bgappear {
    animation-name: bgextendAnimeSecond;
    animation-duration: 2s;
    animation-delay: 0.6s;
    animation-fill-mode: forwards;
    opacity: 0;
    position: relative;
    top: 5px;
    left: 1%;
}

@keyframes bgextendAnimeSecond {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

/*左から右*/
#outdoorwear-men .bgLRextend::before {
    animation-name: bgLRextendAnime;
    animation-duration: 2s;
    animation-fill-mode: forwards;
    content: "";
    position: absolute;
    width: 105%;
    height: 100%;
    background-color: #487a6f;
    top: 5px;
    padding: 7px;
    /*伸びる背景色の設定*/
}


@keyframes bgLRextendAnime {
    0% {
        transform-origin: left;
        transform: scaleX(0);
    }

    50% {
        transform-origin: left;
        transform: scaleX(1);
    }

    50.001% {
        transform-origin: right;
    }

    100% {
        transform-origin: right;
        transform: scaleX(1);
    }
}

/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
#outdoorwear-men .bgappearTrigger,
#outdoorwear-men .bgLRextendTrigger {
    opacity: 0;
}

/*------横幅が520px以下CSS（SP用記述記載）------*/
@media screen and (max-width: 520px) {

/* 共通CSS */
#outdoorwear-men {
    width: 100%;
    margin: 0 auto;
    max-width: 750px;
    color: #000;
    overflow: hidden;
}

#outdoorwear-men img {
    width: 100%;
    height: auto;
}

#outdoorwear-men a {
    text-decoration: none;
    color: #000;
}

/* パンくず */
#outdoorwear-men .breadcrumb_list2 {
    font-size: 10px;
    padding-bottom: 10px;
}

#outdoorwear-men .breadcrumb_list2 a {
    color: #000;
    font-weight: normal;
}

#outdoorwear-men .breadcrumb_list2 h1 {
    display: inline-block;
    color: #000;
}

/* FV */
#outdoorwear-men .fvBnr {
    margin-bottom: 20%;
}

#outdoorwear-men .fvBnr .pcBnr {
    display: none;
}

#outdoorwear-men .fvBnr .fvText {
    margin: 40px 10px 60px;
    font-size: 19px;
    line-height: 1.5;
    font-weight: bold;
    text-align: center;
}

#outdoorwear-men .fvSubText br {
    display: none;
}

#outdoorwear-men .fvBnr .fvSubText {
    margin: 0 3%;
    line-height: 1.7;
    font-size: 13px;
    margin-top: 5%;
}

/*ナビ*/
#outdoorwear-men .navi_button {
    display: flex;
    justify-content: space-around;
    margin-bottom: 10%;
}

#outdoorwear-men .navi_button li {
    width: 26%;
}



/* 商品陳列　共通CSS */

#outdoorwear-men .itemname {
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 15px;
}

#outdoorwear-men .price_info {
    margin-top: 3px;
}

#outdoorwear-men .salepricebox {
    margin-top: 3px;
    display: block;
    color: #fb0000;
}

#outdoorwear-men .price_down {
    color: #fb0000;
    padding: 3px 5px;
    display: block;
    font-size: 12px;
}

#outdoorwear-men .price {
    font-size: 14px;
}


#outdoorwear-men .price:after {
    content: '（税込）';
    font-size: 10px;
}

#outdoorwear-men .itemList7 {
    margin: 0 5% 35%;
	display: block;
	position: static;
	justify-content: initial;
}
	
#outdoorwear-men .itemList7 .subcopy{
	width: auto;
	font-size: 14px;
}

#outdoorwear-men .itemList7 .subTtleArea {
    margin-bottom: 10%;
}

#outdoorwear-men .itemList7 .subTtleArea .subTtle {
    font-size: 40px;
    text-align: center;
	margin: 0;
}

#outdoorwear-men .itemList7 .subTtleArea .subTtleCopy {
    margin: 2% 0 7%;
    font-size: 20px;
    line-height: 2.3;
	font-weight: bold;
    color: #fff;
}

#outdoorwear-men .itemList7 .itemImg7 {
    width: 70%;
    margin: 0 auto 15%;
	position: static;
}

#outdoorwear-men .itemList4 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#outdoorwear-men .itemList4 li {
    display: flex;
    flex-direction: column;
    width: 48%;
    margin: 0 0 10% 0;
}


#outdoorwear-men .itemList3Wrap .copy {
    margin: 5% 0;
    font-size: 11px;
    line-height: 1.5;
}

#outdoorwear-men .itemSpec3 {
    margin-top: auto;
}

#outdoorwear-men .itemList .subcopy {
    line-height: 1.7;
}

#outdoorwear-men .click {
    background-color: #000;
    width: 70%;
    padding: 5px 0;
    margin: 15px auto 0;
    border-radius: 5px;
    text-align: center;
    font-size: 12px;
}
#outdoorwear-men .itemList4 .boxlink_sold .copy,
#outdoorwear-men .itemList4 .boxlink_sold .click {
    display: none;
}



/*パララックスデザイン*/
#outdoorwear-men .bgextend {
    animation-name: bgextendAnimeBase;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    position: relative;
    overflow: hidden;
    /*　はみ出た色要素を隠す　*/
    opacity: 0;
}

@keyframes bgextendAnimeBase {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/*中の要素*/
#outdoorwear-men .bgappear {
    animation-name: bgextendAnimeSecond;
    animation-duration: 2s;
    animation-delay: 0.6s;
    animation-fill-mode: forwards;
    opacity: 0;
    position: relative;
    top: 5px;
    left: 1%;
}

@keyframes bgextendAnimeSecond {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

/*左から右*/
#outdoorwear-men .bgLRextend::before {
    animation-name: bgLRextendAnime;
    animation-duration: 2s;
    animation-fill-mode: forwards;
    content: "";
    position: absolute;
    width: 105%;
    height: 100%;
    background-color: #487a6f;
    top: 5px;
    padding: 6px;
    /*伸びる背景色の設定*/
}


@keyframes bgLRextendAnime {
    0% {
        transform-origin: left;
        transform: scaleX(0);
    }

    50% {
        transform-origin: left;
        transform: scaleX(1);
    }

    50.001% {
        transform-origin: right;
    }

    100% {
        transform-origin: right;
        transform: scaleX(1);
    }
}

/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
#outdoorwear-men .bgappearTrigger,
#outdoorwear-men .bgLRextendTrigger {
    opacity: 0;
}


}
