@charset "UTF-8";
/*Goods CSS Document */

/*main*/
/*header_title*/
div.header_title {
    background-image: url(../image/h_titileBg_goods.jpg);
}

div.header_title div.inner_box img {
    width: 72px;
    height: 80px;
}

/*~header_title*/

/* goods_section */
#goods_section h2 {
    margin-bottom: 30px;
}

#goods_section h2+p {
    font-size: 20px;
    color: #E50050;
    font-weight: bold;
}

#lead_eng {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}
#lead_eng p {
    font-size: 20px;
    color:#E50050;
    font-weight: bold;
}

#goods_section .contents_box {
    width: 1280px;
    margin: 0 auto;
}

#goods_ul {
    margin: 50px 50px 100px;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 20px;
}

#goods_ul li {
    width: 280px;
}

#goods_ul li a {
    display: block;
    width: 282px;
    height: 212px;
    border: 1px solid #EB3F7B;
}

#goods_ul li a:hover img {
    opacity: 0.7;
    cursor: pointer;
}

#goods_ul li a img {
    width: 280px;
    height: 210px;
}

#goods_ul li h3 {
    margin: 20px 0;
    font-weight: bold;
    color: #E50050;
}

#goods_ul li .price {
    font-size: 25px;
    font-weight: bold;
    color: #E50050;
    text-align: center;
    margin-bottom: 20px;
}

#goods_ul li .price span {
    font-size: 16px;
    display: inline-block;
    margin-right: 15px;
}

#goods_ul li .goods_desc {
    text-align: left;
    font-weight: bold;
}

#goods_ul li .goods_desc p {
    margin-bottom: 1em;
}

#linestamp_section h2 {
    margin-bottom: 30px;
}

#ls_d {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
}

#ls_d p {
    font-size: 20px;
    font-weight: bold;
    color: #E50050;
}

#ls_d a:hober {
    opacity: 0.7;
}

#linestamp_link_wrap {
    text-align: center;
    margin-top: 30px;
}

#linestamp_link_wrap a {
    display: inline-block;
    padding: 5px 70px;
    background: #E50050;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    border-radius: 30px;
    position: relative;
}

#linestamp_link_wrap a::after {
    content: "";
    position: absolute;
    right: 30px;
    top: 50%;
    margin-top: -10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 17.3px;
    border-color: transparent transparent transparent #ffffff;
}

#linestamp_link_wrap a:hover {
    opacity: 0.7;
}

#linestamp_link_wrap a span {
    display: inline-block;
    font-size: 24px;
    margin-left: 15px;
}