#fship p {
    font-family: 'Noto Sans JP', sans-serif;
    /*---letter-spacing: 0;---*/
    word-break: keep-all;
    font-weight: 400;
    letter-spacing: 0.1rem;
}

.flex {
    display: flex;
    margin: 0;
    padding: 0;
}


/*-------ここから商品リスト--------*/

/*-------------------------------------------------
送料無料：タイトル露出スペース
---------------------------------------------------*/
#fship a {
    text-decoration: none;
}

#fship a:hover {
    text-decoration: underline;
    text-decoration-color: #333;

}

#fship .ttl {
    width: 630px;
    box-sizing: border-box;
    margin-bottom: 10px;
    position: relative;
}

#head_notice {
    width: 630px;
    background: #ff6666;
    position: absolute;
    bottom: 0;
    height: 1.9em;

}

#head_notice > p {
    color: #fff;
    text-align: right;
    vertical-align: bottom;
    height: 2em;
    font-size: 0.6rem;
    line-height: 1.5rem;

}

@media screen and (max-width:600px) {
    #fship .ttl {
        width: 100%;
        height: auto;
    }

    #fship .ttl > img {
        width: 100%;
    }

    #head_notice {
        width: 100%;
        height: 1.6em;
    }

    #head_notice > p {
        font-size: 0.5rem;
        font-weight: 100;
    }

    body {
        width: 100vw;
        margin: 0;
        padding: 0;
    }
}


/*---------HOTITEM--------*/

.ttl_01 {
    /*background: #fffefa;*/
    color: inherit;
    font-weight: 400;
    font-size: 36px;
    margin-top: 0px;
    width: 630px;
    padding: 60px 0px 0;
    position: relative;
    text-align: center;
    line-height: 2.4rem;
    color: #222;
    font-family: 'Josefin Sans', sans-serif;
    letter-spacing: 0.15rem;
}


.ttl_01 > span {
    color: #111;
    letter-spacing: 0.05rem;
    font-size: 12px;
    font-family: 'Noto Sans JP', sans-serif;
}

.ttl_01::after {
    content: '';
    border-bottom: 2px #000 solid;
    position: absolute;
    width: 10px;
    height: 2px;
    z-index: 999;
    transform: translate(-50%, -50%);
    left: 31%;
    top: 64%;
}

.ttl_01::before {
    content: '';
    border-bottom: 2px #000 solid;
    position: absolute;
    width: 10px;
    height: 2px;
    z-index: 999;
    transform: translate(-50%, -50%);
    left: 69%;
    top: 64%;
}

#hotitem {
    font-size: 12px;
    /*font-size: 1.2rem;*/
    width: 630px;
    margin: 0px 0;
    padding: 20px 0px 20px;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    position: relative;
    z-index: 0;
}



#hotitem li {
    overflow: hidden;
}

#hotitem li:hover p {
    text-decoration: underline;
    text-decoration-color: #333;
}

#hotitem li:hover a img {
    transform: scale(1.03);
    transition: 300ms;
    opacity: 0.7;
}


.hotitem a,
.hot-mid_wrap a,
.fship-bnr-small a,
.hotitem a:hover,
.hot-mid_wrap a:hover,
.fship-bnr-small a:hover {
    text-decoration: none;
    cursor: pointer;
    opacity: 1.0;
    filter: alpha(opacity=100);
    background: #ffffff;
    _zoom: 1
}

.hot-big {
    display: block;
    width: 614px;
    height: 270px;
    padding: 0;
    background: #fff;
    position: relative;
    z-index: 0;
    overflow: hidden;
    border: 1px solid #ccc;
    margin: 0 auto;
    box-sizing: border-box;
}

.hot-big a:hover img {
    overflow: hidden;
    transform: scale(1.01);
    transition: 300ms;
    opacity: 0.7;
}

.txt_bnr_big {
    margin: 5px;
    justify-content: space-between;
    align-items: flex-end;
}

.hot-big .fship-big-catch {
    width: 480px;
    height: 32px;
    line-height: 26px;
    font-size: 14px;
    color: #666666;
    padding: 0 0 0 8px;
    letter-spacing: -0.01rem;
}

#hotitem .txt_bnr_big .fship-big-catch {
    letter-spacing: -0.01rem;
}

.hot-big .fship-big-price {
    height: 32px;
    line-height: 26px;
    color: #ff6666;
    font-weight: bold;
    padding: 0 8px 0 0;
    font-size: 14px;
    text-align: left;
white-space: nowrap;
}

.hot-mid_wrap {
    margin: 0 auto 10px;
    width: 614px;
    padding: 20px 0 0 0;

}

.hot-mid {
    width: 200px;
    height: 220px;
    float: left;
    margin-right: 0px;
    background: #ffffff;
    position: relative;
    border: 1px #ccc solid;
    z-index: 0;
}

.hot-mid_wrap .flex {
    justify-content: space-between;
}

.fship-catch {
    text-align: center;
    color: #666666;
    margin: 1.5rem 0 0.5rem;
    letter-spacing: -0.05rem;
}

.fship-price {
    text-align: center;
    text-decoration: none;
    color: #ff6666;
    font-weight: bold;
    font-size: 13px
}



@media screen and (max-width:600px) {
    .ttl_01 {
        width: 100%;
        font-size: 2.2rem;
        line-height: 1.8rem;
        padding: 30px 0px 0;
        margin-top: 0;
    }

    .ttl_01 > span {
        font-size: 0.8rem;
        letter-spacing: 0.08rem;
    }

    .ttl_01::after {
        top: 53%;
        left: 28%;
        width: 0.7rem;
    }

    .ttl_01::before {
        top: 53%;
        left: 71%;
        width: 0.7rem;
    }

    .hot-big {
        width: 99%;
        height: auto;
    }

    #hotitem {
        width: 100%;
        margin: 0 auto;
        padding-top: 1rem;
    }

    #hotitem img {
        width: 100%;
    }

    .txt_bnr_big {
        flex-direction: inherit;
        margin: 0.2em 0 0.5em 0;
        align-items: stretch;
        font-size: 1.2rem;
        line-height: 1.1rem;
    }

    .txt_bnr_big .fship-big-catch {
        width: 100%;
        height: auto;
        font-size: 1.0rem;
        line-height: 1.5em;
        flex: 3;
    }

    .txt_bnr_big .fship-big-price {
        width: auto;
        font-size: 1.2rem;
        line-height: 1.2em;
        height: auto;
        text-align: right;
        margin: 0.4em 0.4em 0.5em 0.0em;
        padding: 0 0.5em 0 0;
        flex: 2;
        align-self: center;
        font-weight: bold !important;
    }

    .hot-mid_wrap {
        width: 99%;
        padding: 0.5em 0 0;
    }

    .hot-mid {
        height: auto;
        width: 33%;
    }

    .hot-mid:nth-child(2) {
        border-right: none;
        border-left: none;
    }

    .fship-catch {
        font-size: 1.0rem;
        text-align: left;
        letter-spacing: 0.01em;
        width: 92%;
        margin: 0.5em auto 0.0em;
        line-height: 1.4em;
    }

    .fship-price {
        font-size: 1.2rem;
        text-align: right;
        margin: 0.3em 0.5em 0.6em 0.0em;
        font-weight: bold !important;
    }
}

@media screen and (max-width:400px) {
    .ttl_01 {
        width: 100%;
        font-size: 2.4rem;
    }

    .txt_bnr_big .fship-big-catch {
        font-size: 1.2rem;
    }

    .fship-catch {
        font-size: 1.2rem;
    }
}


/*---------PICKUP--------*/

.ttl_02 {
    width: 630px;
    font-weight: 400;
    padding-top: 50px;
    letter-spacing: 0.15rem;
    text-align: left;
    position: relative;
    display: block;
    line-height: 2.4rem;
    font-size: 36px;
    color: #222;
    font-family: 'Josefin Sans', sans-serif;
    text-align: center;
    /*    background: #f6f6f6 50% 0 ;*/
}


h2 > span,
.ttl_02 > span {
    font-size: 12px;
    letter-spacing: 0.05rem;
    font-family: 'Noto Sans JP', sans-serif;
}

.ttl_02::after {
    content: '';
    border-bottom: 2px #000 solid;
    position: absolute;
    width: 10px;
    height: 2px;
    z-index: 999;
    transform: translate(-50%, -50%);
    left: 33%;
    top: 64%;
}

.ttl_02::before {
    content: '';
    border-bottom: 2px #000 solid;
    position: absolute;
    width: 10px;
    height: 2px;
    z-index: 999;
    transform: translate(-50%, -50%);
    left: 65.8%;
    top: 64%;
}


.pick-catch {
    margin-top: 0.5em;
    text-align: center;
    line-height: 1.8em;
}


.pick-price {
    text-align: center;
    text-decoration: none;
    color: #ff6666;
    font-weight: bold;
    margin-top: 0.1em;
    font-size: 13px
}



#pickup_wrap {
    width: 630px;
    padding: 20px 0 30px;
}


#pickup_wrap .flex {
    width: 600px;
    margin: 0px auto 0px;
    flex-wrap: wrap;
    justify-content: space-between;

}

#pickup_wrap .flex li {
    width: 30%;
    margin: 10px 0 20px;
}

#pickup_wrap .flex li img {
    width: 100%;
}

#pickup_wrap .flex > li {}

#pickup_wrap li:hover img {
    transition: 300ms;
    transform: scale(1.03);
    opacity: 0.7;
}


@media screen and (max-width:600px) {
    .ttl_02 {
        width: 100%;
        font-size: 2.2rem;
        line-height: 1.8rem;
        padding-top: 1rem;
    }

    h2 > span,
    .ttl_02 > span {
        font-size: 0.8rem;
    }

    .ttl_02::after {
        top: 33%;
        left: 32%;
        width: 0.7rem;
    }

    .ttl_02::before {
        top: 33%;
        left: 67.5%;
        width: 0.7rem;
    }

    #pickup_wrap {
        width: 100%;
        padding: 0 0 0rem;
        margin-top: -0.5rem;
    }

    #pickup_wrap .flex {
        width: 97%;
    }

    #pickup_wrap .flex > li {
        margin-top: 2rem;
        margin-bottom: 2rem;
        width: 30.5%;
    }

    .pick-catch {
        font-size: 1.0rem;
        line-height: 1.5rem;
        text-align: left;
        margin: 0.5em 0 0em 0;
        height: 2.5em;
    }

    .pick-price {
        font-size: 1.1rem;
        line-height: 1.4rem;
        text-align: right;
        margin-top: 0.3em;
        font-weight: bold !important;
    }
}

@media screen and (max-width:400px) {
    .ttl_02 {
        font-size: 2.4rem;
    }

    .pick-catch {
        font-size: 1.2rem;
    }

    .ttl_02::before {
        left: 68%;
    }

}

/*---item list--*/

#free-ship_wrap {
    width: 630px;
    margin-top: 40px;
}

.ttl_03 {
    width: 630px;
    font-weight: 400;
    margin-top: 60px;
    text-align: left;
    position: relative;
    display: block;
    line-height: 2.4rem;
    font-size: 30px;
    color: #000;
    font-family: 'Josefin Sans', sans-serif;
    letter-spacing: 0.15rem;
    text-align: center;
}

h2 > span,
.ttl_03 > span {
    font-size: 12px;
    vertical-align: 0.1rem;
    letter-spacing: 0.08rem;
    font-family: 'Noto Sans JP', sans-serif;
}

.ttl_03::before {
    content: '';
    border-bottom: 1px #333 solid;
    position: absolute;
    width: 208px;
    height: 1px;
    z-index: 999;
    top: 15%;
    left: 2.0%;
}

.ttl_03::after {
    content: '';
    border-bottom: 1px #333 solid;
    position: absolute;
    width: 214px;
    height: 1px;
    z-index: 999;
    top: 15%;
    right: 2.0%;
}

.list_wrap {
    box-sizing: border-box;
    width: 590px;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 20px auto 20px;
}



.list {
    /*	width:214px;*/
    width: 174px;
    height: 280px;
    /*二重価格時 250px*/
    text-align: left;
    box-sizing: border-box;
    position: relative;
    padding: 10px;
    margin-bottom: 10px;
}



.container {
    width: 100%;
    height: 100%;
    transform: translate(-50%, 0);
    position: absolute;
    top: 0%;
    left: 50%;
    /*    overflow: hidden;*/
    margin-bottom: -2px;

}

.list a {
    text-decoration: none;
    color: #666;
    width: 100%;
    margin: 0 auto;
    /*    overflow: hidden;*/

}

.img_box {
    /*    overflow: hidden;*/
    background: #fff;
    border: none;
}

.list a img {
    width: 94%;
    height: auto;
    transition: 300ms;
    margin-bottom: -3px;
    border: #ccc solid 1px;
    padding: 4px;
    background: none;
}


/*hover*/

.list a:hover img {
    transform: scale(1.05);
    opacity: 0.8;

}

.list a:hover .item_txt {
    text-decoration: underline;
}

.list a:hover {
    background: url(../images/back.gif) repeat;
    border: 0;
    text-decoration: none;
}



.list p {
    line-height: 1.4rem;
    font-family: 'Noto Sans JP', sans-serif;
}


.item-name {
    overflow-wrap: break-word;
    word-wrap: break-word;
    color: #999;
    font-size: 12px;
    text-align: center;
    margin: 10px 0 0 0;

}


.item-catch {
    white-space: nowrap;
    font-size: 13px;
    margin: 5px -10px;
}

.item_txt {
    text-align: center;
}

.air_price {
    margin: 0px;
    padding: 0px;
    display: block;
    color: #F66;
    font-weight: 600;
    font-size: 13px;
    font-family: 'Noto Sans JP', sans-serif;
}

s_price {
    font-size: 13px;
    font-family: 'Noto Sans JP', sans-serif;
}

.air_price-outlet {
    text-align: right;
    padding-right: 20px;
    margin-top: -7px;
    color: #F66;
}


@media screen and (max-width:600px) {
    #fship p {
        word-break: normal;
        letter-spacing: 0.0rem;
    }

    .ttl_03 {
        width: 100%;
        font-size: 2.0rem;
        margin-top: 4rem;
        line-height: 1.6rem;
    }

    .ttl_03 > span {
        font-size: 0.8rem;
    }

    .ttl_03::before {
        width: 27%;
    }

    .ttl_03::after {
        width: 28.5%;
    }

    #free-ship_wrap {
        width: 100%;
        margin-top: 40px;
        /*    padding: 0 1%;*/
    }

    .list_wrap {
        box-sizing: border-box;
        width: 98%;
        flex-wrap: wrap;
        justify-content: space-between;
        /*    margin: 4% 2%;*/
    }

    .list {
        width: 31.3%;
        height: 46vw;
        margin-bottom: 2rem;
    }

    .list a img {
        margin: 0;
        width: 100%;
        padding: 0px;
        border: none;
    }

    .item-name {
        font-size: 1.0rem;
        width: 100%;
        text-align: left;
        margin: 0.5em 0.5em 0.5em 0;
        height: 2.5rem;
        overflow-wrap: break-word;
        color: #666;
        line-height: 1.2em !important;
    }


    .item-catch {
        display: none;
    }

    .air_price {
        text-align: right;
        margin: 0em 0.1em 0 0;
        padding: 0;
    }

    s_price {
        font-size: 1.1rem;
        font-weight: 600;
    }
}

.sale {
    margin-right: 17px;
    margin-bottom: -2px;
}

.sale2 {
    margin-right: 3px;
    margin-bottom: -2px;
}

.sale3 {
    margin-right: 26px;
    margin-bottom: -2px;
}

.icn {
    padding-top: 3px;
    text-align: right;
    padding-right: 35px;
}

.icn-outlet {
    padding-top: 3px;
    text-align: right;
    padding-right: 20px;
}

@media screen and (max-width:400px) {
    .ttl_03::before {
        width: 31%;
    }

    .ttl_03::after {
        width: 32%;
    }

    .ttl_03 {
        font-size: 2.2rem;
    }

    .item-name {
        font-size: 1.1rem;
    }

}

/*-------------------------------------------------------
                     btn
-------------------------------------------------------*/
.btn_1 {
    width: 90%;
    height: 8rem;
    position: relative;
    background: #ff6666;
    margin: 2rem auto 4rem;
    box-shadow: 4px 4px rgb(113, 113, 113);

}

.btn_txt_wrap {
    display: flex;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    color: #fff;
}

.txt_btn {
    font-size: 2.2rem;
    letter-spacing: 0.1em;
    margin-right: 1em;
    color: #fff;
    position: relative;
}

.icn_right .fa-caret-right {
    font-size: 2rem;
    height: 1rem;
    width: 1rem;
    position: absolute;

    color: #fff;
    z-index: 2;
}

.icn_right .fa-white::before {
    color: #fff;
font-size: 2vw;
}


@media screen and (max-width:600px) {
    .btn_1 {
        height: 5rem;
    }

    .txt_btn {
        font-size: 1.3rem;

    }

    .fa-caret-right {
        font-size: 1.4rem;
    }

}

/*-------------------------------------------------------
                     footer
-------------------------------------------------------*/
#notice {
    font-size: 0.8rem;
    line-height: 1.0em;
    width: 96%;
    margin: 0 auto;
}

#footer_link {
    margin: 3rem auto 1rem;
    text-align: center
}

#footer_link p a {
    font-size: 0.9rem;
}

.cpright {
    margin-top: 1rem;
    padding: 0.5rem 0;
    font-size: 0.8rem;
    background-color: #8b8b8b;
    color: #fff;
    font-weight: 200;

}

/*-------------------------------------------------------
                     bttom_link
-------------------------------------------------------*/


.btm_link {
    width: 630px;
    margin: 10px 0 20px;
    padding: 1rem;
    background: #ccc;
    border-bottom-left-radius: 4px 4px 4px 4px;

}

.btm_link p {
    text-align: center;
    font-size: 14px;
    font-weight: 600;
}
