.body-wrapper {
    text-align: center;
    margin: 0 auto;
    padding: 0 5%;
    max-width: 750px;
}

a {
    text-decoration: none;
}

.section-top {
    margin-bottom: 100px;
}

.top_img {
    max-width: 750px;
    display: block;
    width: 100%;
    margin: 0 auto 50px;
}

h1 {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}

.message {
    font-size: 16px;
    font-weight: 500;
    margin: 0 auto 40px;
    line-height: 2.0;
    color: #000;
    text-align: left;
}

.balloon1 {
    position: relative;
    display: inline-block;
    margin: 1.5em 0;
    padding: 7px 10px;
    min-width: 120px;
    max-width: 100%;
    color: #333;
    font-size: 16px;
    border: solid 3px #cee9ff;
    box-sizing: border-box;
    background: #cee9ff;
    border-radius: 10px;
}

.balloon1:before {
    content: "";
    position: absolute;
    bottom: -24px;
    left: 50%;
    margin-left: -15px;
    border: 12px solid transparent;
    border-top: 12px solid #cee9ff;
    z-index: 2;
}

.balloon1:after {
    content: "";
    position: absolute;
    bottom: -30px;
    left: 50%;
    margin-left: -17px;
    border: 15px solid transparent;
    border-top: 15px solid #cee9ff;
    z-index: 1;
}

.balloon1 p {
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-weight: bold;
}

.reco-item_box {
    display: flex;
    justify-content: space-between;
}

.reco-item_box_s {
    width: 45%;
    margin-bottom: 40px;
    min-width: 150px;   
}

.reco-item_box_s a {
    text-decoration: none;
    color: #000;
    transition: .3s;
}

.reco-item_box_s a:hover {
    opacity: 0.7;
}

.reco-item_box_s img {
    width: 85%;
    margin-bottom: 10px;
}


.inner-box_s_title {
    margin-bottom: 0;
    font-size: 0.9rem;
    font-weight: bold;
    text-decoration: underline;
}

.section-item {
    margin-bottom: 120px;
}

.section-item_top {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-bottom: 50px;
}

.nylon_cate {
    font-size: 1.1rem;
    font-weight: bold;
    font-weight: bold;
}

.nylon_cate_sub {
    font-size: 1rem;
    margin-bottom: 20px;
}

.nylon_cate p {
    margin-bottom: 30px;
}

.section-item_top h2 {
    font-size: 20px;
    font-weight: bold;
}

.h2_detail {
    font-size: 1rem;
}

.section-item_top img {
    width: 30%;
}

.section-item_top:before,
.section-item_top:after {
    border-top: 3px solid #333;
    content: "";
    width: 5%;
}

.section-item_top:before {
    margin-right: 1em;
}

.section-item_top:after {
    margin-left: 1em;
}


.section-item_box {
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
}

.section-item_box_margin30 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.section-item_box_down {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 60px;
}

.form {
    width: 45%;
}

.form_h3 {
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 8px;
}

.form_big {
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0 0 8px;
}

.form_middle {
    font-size: 18px;
    font-weight: bold;
    text-transform: capitalize;
    margin: 0 0 8px;
}

.form_north {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0 0 8px;
}

.form img {
    display: block;
    width: 100%;
    min-width: 130px;
    margin-bottom: 15px;
}

.form_detail {
    border-left: 1px solid #000;
    margin: 0 5px 15px 0;
}

section#short-pants form img {
    width: 90%;
    margin: 0 auto 8px;
}

.form_span {
    display: block;
    text-align: left;
    margin-left: 10px;
}

.brand {
    font-size: 12px;
    font-weight: bold;
}

.cate {
    font-size: 0.8rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.cate:before {
    border-top: 1px solid #000;
    content: "";
    width: 1rem;
    margin-right: 5px;
}

.price {
    font-size: 16px;
}

.form_a {
    display: block;
    width: 100%;
    padding: 8px 0;
    background-color: #000;
    box-shadow: 0px 2px 6px 0px rgb(0 0 0 / 20%);
}

.form a {
    transition: .3s;
}

.form a:hover {
    opacity: 0.7;
}

.form_more {
    color: #FFF;
    font-weight: bold;
    text-decoration: none;

}

.a_all {
    display: block;
    padding: 14px 20px 11px;
    background-color: #e06e1d;
    text-decoration: none;
    margin: 0 auto;
    box-shadow: 0px 2px 6px 0px rgb(0 0 0 / 20%);
    transition: .3s;
}

.a_all:hover {
    background-color: #777;
}

.a_all span {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 3px;
    color: #FFF;
}

.break::before {
    content: "\A";
    white-space: pre;
}

.balloon2 {
    position: relative;
    display: inline-block;
    margin: 0 0 1.5rem 0;
    padding: 7px 10px;
    min-width: 120px;
    max-width: 100%;
    color: #333;
    font-size: 16px;
    border: solid 3px #cee9ff;
    box-sizing: border-box;
    background: #cee9ff;
    border-radius: 10px;
}

.balloon2:before {
    content: "";
    position: absolute;
    bottom: -24px;
    left: 50%;
    margin-left: -15px;
    border: 12px solid transparent;
    border-top: 12px solid #cee9ff;
    z-index: 2;
}

.balloon2:after {
    content: "";
    position: absolute;
    bottom: -30px;
    left: 50%;
    margin-left: -17px;
    border: 15px solid transparent;
    border-top: 15px solid #cee9ff;
    z-index: 1;
}

.balloon2 p {
    margin: 0;
    padding: 0;
    font-size: 12px;
    font-weight: bold;
}



@media screen and (min-width:750px) {

    .reco-item_box_s img {
        width: 70%;
    }

    .section-item {
        margin-bottom: 200px;
    }

    .page-link a {
        width: 60px;
    }

    .break::before {
        content: "";
        white-space: pre-wrap;
    }

}

/*ページ内リンクタブ*/

/*リンクの形状*/
.page-link a {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
    background: #12cad9;
    width: 60px;
    height: 60px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 0.8rem;
    font-weight: bold;
    transition: all 0.3s;
    box-shadow: 0px 2px 6px 0px rgb(0 0 0 / 20%);
}

.page-link a:hover {
    background: #777;
}

.page-link {
    position: fixed;
    right: 10px;
    bottom: 10px;
    z-index: 2;
    opacity: 0;
    transform: translateX(100px);
}

.page-link.LeftMove {
    animation: LeftAnime 0.5s forwards;
}

@keyframes LeftAnime {
    from {
        opacity: 0;
        transform: translateX(100px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.page-link.RightMove {
    animation: RightAnime 0.5s forwards;
}

@keyframes RightAnime {
    from {
        opacity: 1;
        transform: translateX(0);
    }

    to {
        opacity: 1;
        transform: translateX(100px);
    }
}

h4 {
    font-size: 16px;
    font-weight: bold;
}

.hot-itemlist {
    background-color: #ECECEC;
    border-radius: 8px;
    padding: 20px 20px;
    margin-bottom: 30px;
}

.hot-itemlist li {
    float: left;
    max-width: 35%;
    font-size: 10px;
    background-color: #FFF;
    border-radius: 3px;
    font-weight: bold;
    margin-right: 2%;
}

.catemain-item {
    list-style: none;
}

.catemain-item a {
    padding: 5px 5px;
    display: block;
    color: #000;
}

.section-item_military {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 10px 15px;
    box-shadow: 0px 2px 6px 0px rgb(0 0 0 / 20%);
    margin-bottom: 30px;
}
.section-item_military img {
    width: 50%;
    max-width: 280px;
}
