@charset "shift-jis";

/*基本設定*/
#ruffmew {
    max-width: 900px;
    margin: auto;
}
#ruffmew img {
    width: 100%;
}

/*価格プロ*/
#ruffmew .spesicalprice {
    display: none;
}
#ruffmew .buy_price>ul .price {
    font-size: 25px;
    color: #ea0012;
}
#ruffmew .buy_price>ul .intax {
    font-size: 10px;
    color: #ea0012;
}

/*コンセプト*/
#ruffmew .concept {
    background-color: #f1eee4;
    padding: 2%;
    text-align: center;
}
#ruffmew .concept h2 {
    font-size: 30px;
    color: #3d3535;
    margin-bottom: 10px;
}
#ruffmew .concept p {
    font-size: 15px;
    color: #3d3535;
    font-weight: 500;
}

/*見出し*/
#ruffmew h3 {
    position: relative;
    padding: 0 65px;
    text-align: center;
    margin-bottom: 10px;
}
#ruffmew h3:before {
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
    width: 100%;
    height: 2px;
    content: '';
    background: #000;
}
#ruffmew h3 span {
    position: relative;
    padding: 0 1em;
    background: #fff;
    font-size: 30px;
    color: #3d3535;
}

/*ラインアップ 商品*/
#ruffmew .lineup {
    text-align: center;
    padding: 2% 0;
}
#ruffmew .lineup .item_1 {
    background-color: #e9dece;
}
#ruffmew .lineup .item_2 {
    background-color: #cddde5;
}
#ruffmew .lineup .item_3 {
    background-color: #e9e9ea;
}
#ruffmew .lineup .item_4 {
    background-color: #ebd5c4;
}
#ruffmew .lineup .item_5 {
    background-color: #eae9e6;
}
#ruffmew .lineup .img_txt {
    display: flex;
}
#ruffmew .lineup .img_txt > li {
    width: 50%;
}
#ruffmew .lineup > div:nth-child(2n) .img_txt > li:last-child {
    padding: 1%;
    text-align: center;
    align-content: center;
    box-sizing: border-box;
}
#ruffmew .lineup > div:nth-child(2n-1) .img_txt > li:first-child {
    padding: 1%;
    text-align: center;
    align-content: center;
    box-sizing: border-box;
}
#ruffmew .lineup .img_txt > li dt {
    font-size: 20px;
    color: #3d3535;
    margin-bottom: 10px;
}
#ruffmew .lineup .img_txt > li .info {
    margin-bottom: 10px;
    font-weight: 500;
}
#ruffmew .lineup .img_txt li .size {
    text-align: center;
    border-bottom: solid 1px;
    margin-bottom: 5px;
    position: relative;
    font-weight: 500;
}
#ruffmew .lineup .img_txt li .size::after {
    content: "≫";
    position: absolute;
    top: 50%;
    right: 10%;
    transform: translateY(-50%);
    font-size: 20px;
}
#ruffmew .lineup .img_txt li .size:nth-child(3) {
    margin: 0;
}
#ruffmew .lineup .img_txt li .size a {
    display: flex;
    align-items: center;
    justify-content: center;
}
#ruffmew .lineup .img_txt li .size a p {
    /* width: 160px; */
    margin-right: 15px;
}

/*おすすめ特集*/
#ruffmew .event .col_3 {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 15px;
}