/*foundation----------------------*/

#reebok_lp {
    margin: 0 auto;
}

#reebok_lp p {
    /* text-align: left; */
    line-height: 1.8;
}

#reebok_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;
}

#reebok_lp a:hover {
    opacity: 0.5;
}

#reebok_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;
}

#reebok_lp .reebok_2012_text {
    max-width: 960px;
    margin: 50px auto 20px;
    text-align: center;
}

#reebok_lp .reebok_2012_text h1 {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 40px;
}

#reebok_lp h2 {
    margin: 70px 5% 20px;
    font-size: 30px;
}

.reebok_2012_text p {
    margin: 40px 5%;
    text-align: left;
    font-size: 1rem;
}

.reebok_2012_text p.sub_txt {
    margin: 10px 5% 40px;
    /* text-align: center; */
    color: #000;
    font-size: 18px;
    line-height: 180%;
    letter-spacing: 1px;
}

#reebok_lp .post_title {
    font-size: 32px;
    line-height: 160%;
    margin: 30px 0px;
    font-weight: bold;
    text-align: center;
    color: #000;
}

#reebok_lp .item_info {
    font-size: 22px;
    /* line-height: 30px; */
    margin: 30px 0px;
    font-weight: bold;
    text-align: center;
    color: #000;
}

.shoes_list h3 {
    /* font-size: 28px; */
    font-weight: bold;
    /*    text-align: left;*/
    margin-bottom: 10px;
}

.item_btn_black-footer{width:50%; margin:0px auto;}

/*header----------------------*/

/*
.reebok_header {
    width: 550px;
    margin-left: 85px;
}
*/

.reebok_header img {
    width: 100%;
}

.reebok_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;
}

#reebok_lp p.sub_title {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1px;
    margin: 40px 0 0;
    line-height: 2.3;
    text-align: center;
}

#reebok_lp .open_h3 {
    border-bottom: 1px solid #333;
    cursor: pointer;
    margin-bottom: 15px;
    padding: 10px;
    font-size: 18px;
    font-weight: bold;
}

#reebok_lp .open_h3:after, #reebok_lp .open_h3.active:after {
    font-size: 18px;
    margin-left: 10px;
}

#reebok_lp .open_h3.active::after {
    content: "▲";
}

#reebok_lp .open_h3::after {
    content: "▼";
}

#reebok_lp .open-3 {
    padding: 0px 10px 15px 10px;
}


/*contens----------------------*/

.reebok_title {
    margin: 0;
}

.reebok_title h2 {
    font-size: 54px;
    z-index: 1;
    /*	color: #f2f0f0;*/
    color: #000;
    font-weight: bold;
    line-height: 0.8;
}

.reebok_wrapper {
    max-width: 1100px;
    margin: 80px auto 100px;
}

/*reebok_item_box----------------------*/

.reebok_wrapper .sub_txt {
    max-width: 960px;
    margin: 0 60px;
    font-size: 17px;
}

.reebok_item_box {
    margin: 60px 20px 60px;
    display: flex;
}

.reebok_item_box figure {
    width: 50%;
}

.reebok_item_inner {
    width: 50%;
    margin-top: 80px;
}

.reebok_item_inner h3 {
    /* font-size: 28px; */
    font-weight: bold;
    /*    text-align: left;*/
    margin-bottom: 10px;
}

.reebok_item {
    width: 70%;
    margin: 50px auto 0px auto;
    display: flex;
}

.reebok_item div {
    height: 360px;
}

.reebok_item .col_3 div {
    height: 260px;
}

.text_under {
    text-decoration: underline;
    text-align: center !important;
}

.lp_sp {
    display: none;
}

@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;
    }
    .reebok_item_inner {
        margin-top: 0px;
    }
    
    /* .lp_sp {
        display: block;
    } */
}

@media only screen and (max-width: 1100px) {
    .reebok_item div {
        height: 30vw;
    }
    .reebok_item .col_3 div {
        height: 27vw;
    }
}

@media only screen and (max-width: 760px) {
    .reebok_item .col_3 div {
        height: 35vw;
    }
}

/*footer----------------------*/

.item_btn_black {
    margin: 40px 0;
}

.item_btn_black a {
    display: block;
    width: 80%;
    color: #fff;
    padding: 10px 0;
    margin: 0 auto;
    background: #000;
    border-radius: 3px;
    opacity: 1;
    text-align: center;
    font-size: 15px;
}

.item_btn_black a:hover {
    opacity: 0.5;
    text-decoration: none;
}

/*760px----------------------*/

/*760px----------------------*/

/*760px----------------------*/

@media only screen and (max-width: 760px) {
    /*header----------------------*/
    /*
    .reebok_header {
        width: 94%;
        margin-left: 6%;
    }
*/
    h1 {
        font-size: 8vw;
        /*	color: #f2f0f0;*/
        /*	margin-bottom: 3vw;*/
        margin-top: 60px;
        line-height: 1.3;
    }
    .reebok_header p {
        font-size: 2.7vw;
        font-weight: bold;
        letter-spacing: 1px;
        margin: 5px 0 0;
    }
    .reebok_CP {
        margin-top: 7vw;
    }
    #reebok_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;
    }
    .reebok_item_box {
        display: flex;
        flex-direction: column;
        margin: 2vw 4%;
    }
    .reebok_item_box figure {
        width: 100%;
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }
    .reebok_item_inner {
        width: 100%;
        -webkit-box-ordinal-group: 21;
        -ms-flex-order: 20;
        order: 20;
        margin-top: 2vw;
    }
    .reebok_item {
        width: 95%;
        margin: 0 auto;
    }
    .reebok_item li {
        /* width: 70%; */
        margin: 0vw auto;
    }
    #reebok_lp .reebok_item li p {
        color: #9d9a9a;
        text-align: center;
    }
    .clearfix::after {
        content: "";
        display: block;
        clear: both;
    }
    .reebok_title {
        margin: 60px 0 0;
    }
    .reebok_title h2 {
        font-size: 8vw;
        z-index: 1;
        /*	color: #f2f0f0;*/
        color: #000;
        font-weight: bold;
        line-height: 0.8;
    }
    .reebok_item_inner h3 {
        font-size: 3.4vw;
    }
    .shoes_list h3 {
        font-size: 5vw !important;
        font-weight: bold;
        font-weight: normal;
        margin-top: 3vw;
        margin-bottom: 0;
        letter-spacing: 1px;
    }
    #reebok_lp p {
        /* text-align: left; */
        line-height: 1.5;
        font-size: 2.4vw
    }
    p.mb_2line {
        margin-bottom: 6.6vw;
    }
    .item_btn_black {
        margin: 0vw 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;
    }
    #reebok_lp .reebok_2012_text h1 {
        font-size: 5vw;
    }
    #reebok_lp p.sub_txt {
        margin: 10px 5% 40px;
        text-align: left;
        font-size: 3.8vw;
    }
    #reebok_lp .post_title {
        font-size: 4.7vw;
        margin-bottom: 5%;
    }
    
    #reebok_lp .item_info {
        font-size: 4.7vw;
        margin-top: 0%;
        margin-bottom: 7%;
    }
    .reebok_wrapper {
        margin: 30px auto;
    }
}


@media only screen and (max-width: 760px) {
    .lp_pc {
        display: none;
    }
    .lp_sp {
        display: block;
    }
}