@charset "utf-8";

#vi25 {
    position: relative
}

#vi25 a:hover {
    text-decoration: none;
}

#vi25 .en {
    font-style: normal
}

#vi25 .en,
#vi25 .en-italic {
    font-family: Cormorant Garamond, serif !important;
    font-weight: 400
}

#vi25 .en-italic {
    font-style: italic
}

#vi25 .serif {
    font-family: Noto Serif JP, serif !important
}

#vi25 .sans-serif,
#vi25 .serif {
    font-weight: 400;
    font-style: normal
}

#vi25 .sans-serif {
    font-family: Zen Kaku Gothic New, sans-serif !important
}

#vi25 .js-marker {
    background: -webkit-linear-gradient(left, rgb(255 181 141) 50%, transparent 50%);
    background: -moz-linear-gradient(left, rgb(255 181 141) 50%, transparent 50%);
    background: linear-gradient(left, rgb(255 181 141) 50%, transparent 50%);
    background-repeat: no-repeat;
    background-size: 200% .8em;
    background-position: 100% .5em;
    transition: 2s;
    visibility: initial !important;
    opacity: 1 !important;
}

#vi25 .js-marker.active {
    background-position: 0% .5em;
}

#vi25 .itemname {
    overflow: visible;
    white-space: normal;
    text-overflow: clip;
}

#vi25 .mainContainer .mainBox .itemname {
    font-size: 16px;
}

#vi25 .mainContainer .mainBox .price {
    font-size: 18px;
}

#vi25 .mainContainer .specBox .itemname,
#vi25 .mainContainer .specBox .price {
    font-size: 13px;
    line-height: 1.3;
}

#vi25 .mainContainer #item01,
#vi25 .mainContainer #item02,
#vi25 .mainContainer #item03 {
    margin-top: -170px;
    padding-top: 170px;
}

#vi25 .bg {
    background-color: #ffeee5;
}

#vi25 .pointBg {
    background-color: #ffddcb;
}

#vi25 .colorN {
    color: #ffb58d;
}

#vi25 .drop-shadow {
    filter: drop-shadow(5px 7px 3px #d3d3d3);
}

#vi25 .mainBox {
    display: grid;
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
}

#vi25 .box1 {
    grid-row: 1/2;
    grid-column: 1 / 2;
}

#vi25 .box2 {
    grid-row: 2 / 3;
    grid-column: 1 / 2;
    margin-top: auto;
}

#vi25 .box3 {
    grid-row: 1 / 3;
    grid-column: 2/ 3;
}

#vi25 .seriesPoint ul li {
    padding-left: 1em;
    text-indent: -1em;
}

#vi25 .itemBtn {
    background-color: #ffb58d;
}

#item03 .fabricUp li {
    position: relative;
}

#item03 .fabricUp li:after {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 10;
    background-color: #fff;
    padding: 2px 5px;
    font-size: 13px;
    margin: 5px;
    letter-spacing: 2px;
}

#item03 .fabricUp li:first-of-type:after {
    content: "表側";
}

#item03 .fabricUp li:nth-of-type(2):after {
    content: "裏側";
}

#vi25 .mainBox .section-itemlist-item-content:has(.price_down) {
    display: flex;
    justify-content: center;
}

#vi25 .price_down {
    font-size: 10px;
    padding: 1px 5px !important;
}

#vi25 .boxlink_sold .section-recommend-btn,
#vi25 .boxlink_sold .mainBox .btn {
    display: none;
}

#vi25 .boxlink_sold .mainBox .box2:before {
    content: "SOLD OUT";
    display: flex;
    justify-content: center;
    font-size: 20px;
    margin-top: 5%;
}

@media only screen and (max-width:520px) {

    #vi25 .mainContainer .specBox .itemname,
    #vi25 .mainContainer .specBox .price {
        font-size: 12px;
        line-height: 1.2;
    }

    #vi25 .mainContainer #item01,
    #vi25 .mainContainer #item02,
    #vi25 .mainContainer #item03 {
        margin-top: -190px;
        padding-top: 190px;
    }

    #vi25 .mainBox {
        display: flex;
        flex-direction: column;
    }

    #vi25 .box2 {
        order: 3;
    }
    #vi25 .slow2,#vi25 .slow3{
        transition: all 1s 0s ease-out;
    }
}