@charset "utf-8";

#vi11 a{
    text-decoration: none;
}

#vi11 .fvBnr {
    width: 850px;
}

#vi11 .contentsWrap, #vi11 .subTitle1, #vi11 h2.subTtle14 {
	font-family: "游ゴシック体", YuGothic,"游ゴシック", "Yu Gothic", "メイリオ", sans-serif!important;
}

#vi11 .itemList {
	margin-bottom: 20%;
}

#vi11 .pict {
    display: grid;
    grid-template-columns: repeat(5,1fr);
    column-gap: 0.3rem;
}

#vi11 .pict .function {
    background-color: #fffbc6;
}

#vi11 .itemList .price_info {
    text-decoration: underline;
}

#vi11 .andmore span {
    background-color: #fffbc6;
    vertical-align: bottom;
}

#vi11 .button3 {
    width: 55%;
    margin: 0 auto 10%;
}

#vi11 .boxlink_sold .price_info span:after { 
	content: "sold out";
	font-size: 14px;
}
/*------横幅が520px以下CSS（SP用記述記載）------*/
@media screen and (max-width: 520px) {

#vi11 .fvBnr {
    width: 100%;
}

#vi11 .fvText {
    font-size: 11px;
}

#vi11 .andmore {
    text-align: left !important;
}

#vi11 .andmore span {
    display: flex;
}

#vi11 .button3 {
    width: 80%;
    margin: 20% auto 45%;
}
}
