/* PLP */
.section__inner {
    padding: unset;
}
.box .box__inner {
    padding: 3px 3px 6px;
}

.box .box__image img {
    border-radius: 16px;
}

.box .box__name {
    line-height: 1;
    max-height: 3em;
    overflow: hidden;
}

.boxlist .box .box__image img {
    border: 1px solid #222222;
}

.boxlist .box .box__name {
    font-family: 'MPLUS1';
    font-weight: 400;
    color: #222222;
    margin-bottom: 2px;
}

.boxlist .box .box__price {
    color: #5EB246;
    font-family: 'AbadiMT';
    font-size: 20px;
    margin-bottom: 0px;
}

.boxlist .box {
    float: right;
    width: 49%;
}

.box .new_tag {
    color: #FF003D;
    font-family: 'Grinched';
    text-transform: lowercase;
    display: block;
    font-size: 26px;
    line-height: 1;
}

.boxlist .u-tile:nth-child(odd) {
    clear: none;
    float: left;
}

.boxlist .u-tile:nth-child(2) {
    margin-top: 20px;
}

.boxlist img.new_mark_img1 { display:none !important; }

.my-result {
    color: #F7BED8;
    text-align: left;
    border: none;
    border-radius: 0;
    max-width: calc(100% - 30px);
    margin: 0 auto;
    margin-top: 6px;
}

.my-result span.my-result-num {
    font-family: inherit;
    margin-left: 20px;
}

.outer {
    padding-top: 85px !important;
}

.site_header {
    padding: 10px 10px 30px !important;
    background: url(https://perfectworld.tokyo/perfectworld_new/images/plp_header_bg-mobile.png) no-repeat center bottom / cover !important;
}

.boxlist a:hover {
    text-decoration: none;
    color: inherit;
}