/*foundation----------------------*/

#nb_lp {
    margin: 0 auto;
}

#nb_lp p {
    /* text-align: left; */
    line-height: 1.8;
}

#nb_lp a {
    -webkit-transition: 0.8s;
    -moz-transition: 0.8s;
    -o-transition: 0.8s;
    -ms-transition: 0.8s;
    transition: 0.8s;
}

a[target="_blank"] {
    background: none;
}

#nb_lp a:hover {
    opacity: 0.5;
}

#nb_lp img {
    width: 100%;
    height: auto;
}

.shoes_list {
    max-width: 960px;
    margin: 0 auto;
}

.shoes_list ul {
    text-align: center;
}

.shoes_list ul li {
    width: calc(30% - 20px);
    margin: 0 2% 20px;
    font-size: 12px;
    display: inline-block;
}

.shoes_list ul li p {
    font-size: 15px;
}

#nb_lp .nb_2012_text {
    max-width: 960px;
    margin: 50px auto 20px;
    text-align: center;
}

#nb_lp .nb_2012_text h1 {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 40px;
}

#nb_lp h2 {
    margin: 70px 5% 20px;
    font-size: 30px;
}

.nb_2012_text p {
    margin: 40px 5%;
    text-align: center;
    font-size: 1rem;
}

.nb_2012_text p.sub_txt {
    margin: 10px 5% 40px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    line-height: 180%;
    font-weight: bold;
    letter-spacing: 1px;
}

#nb_lp .post_title {
    font-size: 40px;
    /* line-height: 30px; */
    margin: 30px 0px;
    font-weight: bold;
    text-align: center;
    color: #fff;
}

.shoes_list h3 {
    /* font-size: 28px; */
    font-weight: bold;
    /*    text-align: left;*/
    margin-bottom: 10px;
}

.background_blue {
    background: #203864;
    padding-bottom: 50px;
}

.background_blue h3, .background_blue p, .background_blue a {
    color: #fff;
}

/*header----------------------*/

/*
.nb_header {
    width: 550px;
    margin-left: 85px;
}
*/

.nb-header img {
    width: 100%;
}

.nb-CP {
    margin-top: 100px;
}

h1 {
    font-size: 6vw;
    width: 100%;
    /*	color: #f2f0f0;*/
    color: #000;
    font-weight: bold;
    line-height: 1;
    word-break: break-all;
    margin-top: 30px;
}

#nb_lp p.sub_title {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1px;
    margin: 40px 0 0;
    line-height: 2.3;
    text-align: center;
}

#nb_lp .open_h3 {
    border-bottom: 1px solid #333;
    cursor: pointer;
    margin-bottom: 15px;
    padding: 10px;
    font-size: 18px;
    font-weight: bold;
}

#nb_lp .open_h3:after, #nb_lp .open_h3.active:after {
    font-size: 18px;
    margin-left: 10px;
}

#nb_lp .open_h3.active::after {
    content: "▲";
}

#nb_lp .open_h3::after {
    content: "▼";
}

#nb_lp .open-3 {
    padding: 0px 10px 15px 10px;
}



/*contens----------------------*/

.nb_title {
    margin: 0;
}

.nb_title h2 {
    font-size: 54px;
    z-index: 1;
    /*	color: #f2f0f0;*/
    color: #000;
    font-weight: bold;
    line-height: 0.8;
}

.nb_wrapper {
    max-width: 1100px;
    margin: 80px auto 100px;
}

/*nb_item_box----------------------*/

.nb_wrapper .sub_txt {
    max-width: 960px;
    margin: 0 60px;
    font-size: 17px;
}

.nb_item_box {
    margin: 60px 20px 60px;
    display: flex;
}

.nb_item_box figure {
    /* width: 45%; */
    width: 50%;
}

.nb_item_inner {
    width: 50%;
    margin-top: 80px;
}

.nb_item_inner h3 {
    /* font-size: 28px; */
    font-weight: bold;
    /*    text-align: left;*/
    margin-bottom: 10px;
}

.nb_item {
    width: 65%;
    margin: 30px auto 0px auto;
    display: flex;
}

/* .nb_item div {
    height: 360px;
} */

.nb_item .col_3 div {
    height: 260px;
}

/*other----------------------*/

.underline {
    border-bottom: 1px solid #fff;
    font-size: 25px;
    font-weight: bold;
    line-height: 3rem;
}

.emp_txt {
    font-size: 25px;
}

.brand-product-detail-btn, .brand-product-detail-btn-blue {
    margin-top: 40px;
}

.brand-product-detail-btn-blue a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 50px;
    border: 1px solid #fff;
    border-radius: 4px;
    background-color: #203864;
    color: #fff;
    font-size: 1.5rem;
    margin: 0 auto;
}

.brand-product-detail-btn-blue a:hover {
    background-color: #fff;
    color: #203864;
    text-decoration: none;
}

.other_item {
    display: flex;
    justify-content: space-between;
    width: 70%;
    margin: 0 auto;
}

.other_item li {
    width: 30%;
}

@media only screen and (max-width: 1200px) {
    /*contens----------------------*/
    .shoes_list ul {
        text-align: center;
    }
    .shoes_list ul li {
        width: calc(30% - 20px);
        margin: 0 2% 20px;
        font-size: 12px;
        display: inline-block;
    }
}

@media only screen and (max-width: 1100px) {
    /* .nb_item div {
        height: 30vw;
    } */
    .nb_item .col_3 div {
        height: 27vw;
    }
}

@media only screen and (max-width: 760px) {
    .nb_item .col_3 div {
        height: 35vw;
    }
}

/*footer----------------------*/

.item_btn_black {
    margin: 40px 0;
}

.item_btn_black a {
    display: block;
    width: 80%;
    color: #000;
    padding: 10px 0;
    margin: 0 auto;
    background: #fff;
    border-radius: 3px;
    opacity: 1;
    text-align: center;
    font-size: 15px;
}

.item_btn_black a:hover {
    opacity: 0.5;
    text-decoration: none;
}

.item_btn_black-footer {
    margin: 100px auto 0;
    width: 380px;
}

/*760px----------------------*/

/*760px----------------------*/

/*760px----------------------*/

@media only screen and (max-width: 760px) {
    /*header----------------------*/
    /*
    .nb_header {
        width: 94%;
        margin-left: 6%;
    }
*/
    h1 {
        font-size: 8vw;
        /*	color: #f2f0f0;*/
        /*	margin-bottom: 3vw;*/
        margin-top: 60px;
        line-height: 1.3;
    }
    .nb_header p {
        font-size: 2.7vw;
        font-weight: bold;
        letter-spacing: 1px;
        margin: 5px 0 0;
    }
    .nb-CP {
        margin-top: 7vw;
    }
    #nb_lp p.sub_title {
        font-size: 14px;
    }
    .shoes_list ul li {
        width: 70%;
        margin: 10vw auto 20vw auto;
        /* width: calc(29%);
        margin: 5vw 1% 0 1%; */
        font-size: 12px;
        display: inline-block;
    }
    .shoes_list ul li p {
        font-size: 2.6vw;
    }
    /*contens----------------------*/
    .movie_area {
        /*		background: #000;*/
        margin-top: 0vw;
        /* 背景画像指定 */
        background-position: top center;
        background-repeat: no-repeat;
        background-size: contain;
        padding: 20px 0;
    }
    .nb_item_box {
        display: flex;
        flex-direction: column;
        margin: 2vw 4%;
    }
    .nb_item_box figure {
        width: 100%;
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }
    .nb_item_inner {
        width: 100%;
        -webkit-box-ordinal-group: 21;
        -ms-flex-order: 20;
        order: 20;
        margin-top: 2vw;
    }
    .nb_item {
        width: 70%;
        margin: 0 auto;
    }
    .nb_item li {
        /* width: 70%; */
        margin: 10vw auto;
    }
    #nb_lp .nb_item li p {
        color: #9d9a9a;
        text-align: center;
    }
    .clearfix::after {
        content: "";
        display: block;
        clear: both;
    }
    .nb_title {
        margin: 60px 0 0;
    }
    .nb_title h2 {
        font-size: 8vw;
        z-index: 1;
        /*	color: #f2f0f0;*/
        color: #000;
        font-weight: bold;
        line-height: 0.8;
    }
    .nb_item_inner h3 {
        font-size: 3.4vw;
    }
    .nb_item li h3 {
        /*        text-align: left;*/
        font-size: 4.3vw !important;
        font-weight: bold;
        font-weight: normal;
        margin-top: 3vw;
        margin-bottom: 0;
        letter-spacing: 1px;
    }
    .shoes_list h3 {
        font-size: 5vw !important;
        font-weight: bold;
        font-weight: normal;
        margin-top: 3vw;
        margin-bottom: 0;
        letter-spacing: 1px;
    }
    #nb_lp p {
        /* text-align: left; */
        line-height: 1.5;
        font-size: 2.4vw
    }
    p.mb_2line {
        margin-bottom: 6.6vw;
    }
    .item_btn_black {
        /* margin: 50vw 0 5vw 0; */
        margin: 0 0 5vw 0;
    }
    .item_btn_black a {
        width: 100%;
        padding: 3vw 0;
        font-size: 4.2vw;
    }
    .item_btn_black a:hover {
        opacity: 0.5;
        text-decoration: none;
    }
    .shoes_list .item_btn_black {
        margin: 3.33333333333333vw;
        margin-top: 5vw;
    }
    .shoes_list .item_btn_black a {
        /* display: block;
        width: 100%;
        color: #fff;
        padding: 1.2vw 2.2vw;
        margin: 0 auto;
        background: #000;
        border-radius: 0.25vw;
        opacity: 1;
        text-align: center;
        font-size: 3.5vw;
        text-decoration: none; */
        width: 100%;
        padding: 3vw 0;
        font-size: 4.2vw;
    }
    #nb_lp .nb_2012_text h1 {
        font-size: 5vw;
    }
    #nb_lp p.sub_txt {
        margin: 10px 5% 40px;
        text-align: left;
        font-size: 3.8vw;
    }
    #nb_lp .post_title {
        font-size: 8vw;
        margin-bottom: 5%;
    }
    .nb_wrapper {
        margin: 30px auto;
    }
    .item_btn_black-footer {
        margin: 0 auto 0 !important;
        width: 80%;
    }
    .nb_item_inner img {
        margin: 30px 0;
    }
    .other_item {
        display: block;
    }
    .other_item li {
        width: 80%;
        margin: 0 auto;
    }
}

@media only screen and (max-width: 420px) {
    .emp_txt {
        font-size: 20px;
    }
}

.lp_pc {
    display: block;
}

.lp_sp {
    display: none;
}

@media only screen and (max-width: 760px) {
    .lp_pc {
        display: none;
    }
    .lp_sp {
        display: block;
    }
}