
.wapper-findyourdenim.-denimpants > h1 {
    margin-top: 9%;
    font-size: 18px;
}


.selection ul {
    margin-top: 7%;
}

.selection ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.selection li {
    width: calc(100% / 2);
    padding: 25px 10px;
    text-align: center;
}

.selection a {
    /*padding: 13% 16%;*/
    font-size: 16px;
    font-weight: bold;
}

li.bkg-blu {
    background: #2c3658;
}

li.bkg-blu a {
    color: #FFF;
}

li.bkg-gry {
    background: #F5F5F5;
}

a.bkg-blu {
    color: #FFF;
}
li.bkg-gry a {
    color: #629FEF;
    text-decoration-line: underline;
}

.triangle {
    width: 0;
    height: 0;
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    border-top: 28px solid #2c3658;
}

.triangle {
    margin-left: 13%;
}

#silhouette .triangle {
    margin-left: 67%;
}

.brand-list li {
    float: left;
    width: 46%;
    margin: 2%;
    border: 1px solid #2c3658;
    font-size: 16px;
    font-weight: bold;
    position: relative;
    text-align: left;
}

.brand-list li::after {
    content: "▼";
    display: block;
    height: 100%;
    position: absolute;
    top: 2px;
    right: 11px;
    bottom: 0px;
}

.brand-list {
    margin: 5% 10% -12%;
}

.brand-list li {
    text-transform: capitalize;
}

.brand-list a {
    padding: 4% 8%;
    display: block;
}

.item {
    margin: 26% 12% 13%;
}

.-denimpants .item h3 {
    margin-top: 6%;
}



.item img {
    width: 50%;
    margin: 7% auto;
    display: block;
}


.wapper-findyourdenim .item h1 {
    font-size: 50px;
    color: #2c3658;
    text-transform: capitalize;
    letter-spacing: 1.2px;
    margin-bottom: -2%;
}

p.hbd150 {
    text-align: center;
    font-size: 0.9rem;
    font-weight: 600;
    color: #c41230;
}

#menu .main_menu:hover, #menu .open {
    background: #2c3658 !important;
}

.main_menu {
    border-top-style: none !important;
    background-color: #2c3658 !important;
    padding-top: 13px !important;
    padding-bottom: 13px !important;
    color: #FFF;
    text-align: center;
    font-size: 14px;
}

.main_menu::before {
    border-top: solid 2px #FFF !important;
    border-right: solid 2px #FFF !important;
}

.sub_menu li a::before {
    border-left: solid 6px #2c3658 !important;
}

#category {
    margin: 2% auto 2% !important;
}

.wapper-findyourdenim h3 {
    font-weight: 600;
}



.item-all a {
    padding: 10px 20px;
    display: block;
    color: #FFF;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1.8px;
}

.item-all {
    background: #2c3658;
}


.wapper-findyourdenim.-denimpants h3 {
    font-size: 18px;
    text-align: center;
    margin-bottom: 3%;
}

.item p {
    margin: 1% 0% 10%;
}

.hotword {
    background: #F5F5F5;
    padding: 6%;
}


.hotword li {
    float: left;
    width: 30%;
    background: #FFF;
    border-radius: 53px;
}

.hotword li:not(:last-child) {
    margin-right: 3%;
}

.hotword a {
    padding: 6% 3%;
    display: block;
    text-align: center;
    font-weight: 500;
}


.hotword li:not(:nth-child(n+4)) {
    margin-bottom: 5%;
}

.-denimpants h4 {
    margin-top: 10%;
}


.item .row {
    float: left;
    width: 50%;
}

.row img {
    width: 77% !important;
}

ul.flex-wrap {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

li.row3 {
    width: calc(100% / 3);
}

.row3 img {
    width: 90% !important;
}

.item span {
    font-size: 12px;
}



.sub-brand h1 {
    font-size: 22px !important;
    font-weight: bold !important;
}

h1.capitalize.s-16 {
    font-size: 0.99rem !important;
}

#silhouette .hotword li {
    width: 100%;
}

.wapper-findyourdenim #silhouette h4 {
    font-size: 0.67rem;
    text-align: center;
    margin-top: 11%;
    margin-bottom: 2%;
}

#silhouette.sub-brand {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.sub-brand .row {
    width: calc(100%/2);
}


section#silhouette {
    padding-bottom: 21%;
}


.-denimjacket .item img {
    width: 100%;
}

.-denimjacket .item-all {
    margin-bottom: 5%;
}




section.header-area div {
    width: 50%;
    margin-top: -16%;
}

section.header-area div:nth-child(even) {
    left: 0;
    margin-left: 50%;
}





section.header-area {
    padding: 0 10%;
}

.top-link .btn01 {
    margin-bottom: 3%;
}

section.top-link {
    margin-top: 9%;
}



.wapper-findyourdenim.-denimpants {
    margin-bottom: 30%;
}



/*PC版*/

@media screen and (min-width:768px){

    .selection {
        margin-left: calc(((100vw - 100%) / 2) * -1);
        margin-right: calc(((100vw - 100%) / 2) * -1);
    }


    .triangle {
        margin-left: 22%;
    }

    #silhouette .triangle {
        margin-left: 71%;
    }

    
}