/*====================================================
	common
====================================================*/

.item-lineup {
    /*    width: 95%;*/
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    padding: 15px 0 45px;
    background: #fff;
}

.item-lineup .sale-notice {
    font-size: 1.2rem;
    margin-bottom: 1em;
    padding: 0 2.5%;
    text-align: right;
}

.series_title {
    width: 90%;
    margin: auto auto 2em;
}

.seriesLogo {
    display: block;
    margin-bottom: 1em;
}

.seriesLogo img {
    max-width: 186px;
}

.series_title p {
    font-size: 1.6rem;
}

.itembox {
    position: relative;
}

.item-leadbox {
    font-size: 2.0rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 1em;
    padding: 0 3% 0;
}

.item {
    position: relative;
}

.item .item-photo {
    position: relative;
}

.item .item-photo .icon-new {
    width: 100px;
    position: absolute;
    top: 0;
    left: -30px;
    z-index: 1;
}

.item .item-photo .icon-new img {
    width: 100%;
}



.item-photo .comment {
    text-align: right;
    display: block;
}

.item-photo .balloon {
    font-family: "Sawarabi Gothic";
    color: #fff;
    font-weight: bold;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 200;
}

.special_comment {
    width: 80%;
    margin: auto auto .5em;
    padding: .5em 0;
    color: #000;
    font-weight: bold;
    text-align: center;
    background: #ffcf27;
    display: block;
    border-radius: 100%;
}



@media print,
screen and (max-width: 900px) {

    .item .item-photo .icon-new {
        width: 200px;
        position: absolute;
        top: -30px;
        left: -90px;
        z-index: 1;
    }

}



@media print,
screen and (max-width: 768px) {
    .item-lineup {
        padding: 0 1% 1em;
    }

    .item .item-photo .icon-new {
        width: 80px;
        /* width: 120px; */
        position: absolute;
        top: 0px;
        left: -30px;
        z-index: 1;
    }

    .item-photo .balloon {
        position: absolute;
        top: -1em;
        left: -2em;
        z-index: 200;
    }

    .special_comment {
        width: 95%;
    }

    dd.speciality span {
        width: 80%;
        padding-left: 2em;
        padding-right: 2em;
        display: block;
    }
}



/*------------balloon----------------*/

/* CHECK */

.balloon1 {
    position: relative;
    padding: 20px;
    width: 80px;
    height: 80px;
    line-height: 80px;
    border-radius: 50%;
    text-align: center;
    color: #ffffff;
    letter-spacing: 0.2em;
    font-size: 14px;
    background-color: #f00;
}

.balloon1::before {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    left: 2px;
    bottom: 2px;
    border-right: 20px solid #f00;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    transform: rotate(-45deg);
}


/* POINT */

.balloon2 {
    position: relative;
    padding: 10px;
    width: 90px;
    height: 90px;
    line-height: 90px;
    border-radius: 50%;
    text-align: center;
    color: #ffffff;
    letter-spacing: 0.1em;
    font-size: 16px;
    background-image: linear-gradient(-45deg,
            #ff3333 25%,
            #f00 25%, #f00 50%,
            #ff3333 50%, #ff3333 75%,
            #f00 75%, #f00);
    background-size: 15px 15px;
}

.balloon2::before {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    right: 2px;
    bottom: 2px;
    border-left: 20px solid #f00;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    transform: rotate(45deg);
}

@media print,
screen and (max-width: 768px) {
    .balloon2 {
        padding: 2px;
        width: 75px;
        height: 75px;
        line-height: 75px;
        border-radius: 50%;
        text-align: center;
        color: #fff;
        letter-spacing: 0.1em;
        font-size: 12px;
    }
}


/* LOOK */

.balloon3 {
    position: relative;
    padding: 20px;
    width: 80px;
    height: 80px;
    line-height: 80px;
    border-radius: 50%;
    text-align: center;
    color: #ffffff;
    letter-spacing: 0.2em;
    font-size: 14px;
    background-color: #f00;
}

.balloon3::before {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    left: 2px;
    top: 2px;
    border-right: 20px solid #f00;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    transform: rotate(45deg);
}


/* GOOD */

.balloon4 {
    position: relative;
    padding: 20px;
    width: 80px;
    height: 80px;
    line-height: 80px;
    border-radius: 50%;
    text-align: center;
    color: #ffffff;
    letter-spacing: 0.2em;
    font-size: 14px;
    background-color: #f00;
}

.balloon4::before {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    right: 2px;
    top: 2px;
    border-left: 20px solid #f00;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    transform: rotate(-45deg);
}

/*------------balloon end ----------------*/

/*====================================================
	// class dl.spec
====================================================*/


dl.spec {
    margin-bottom: 1em;
}





.item-photo img.soldout {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    z-index: 500;
}

p.catch {
    width: 98%;
    margin: auto auto 1em;
    padding: .5em 0;
    /*    font-size: 1.5rem;*/
    font-size: 1.4rem;
    font-weight: bold;
    text-align: center;
}

/*　.icon */

.icon {
    border-radius: .2em;
    padding: .15em .5em .1em;
}

/* // note 弦楽器　リコーダー　*/


#string dl.spec dt em {
    display: block;
}


dl.spec dt small {
    font-size: 1.4rem;
}

#string dl.spec dt .icon {
    color: #fff;
    font-size: 1.1rem;
    font-weight: normal;
    background: #af9d75;
    border-radius: .2em;
}


dd.size .icon,
.detail-icon,
dd.place span,
.material .icon {
    font-size: 1.2rem;
    font-weight: bold;
    color: #333;
    background: #f7f1eb;
}


dd.size span.icon {
    font-weight: bold;
}


.detail-icon,
dd.place span,
.material .icon {
    margin-right: .25em;
}

dd.size {
    margin-bottom: 1em;
}

dd.size span.icon {
    margin-right: .5em;
}


dl.spec .range,
dl.spec .type {
    margin-bottom: .2em !important;
    display: block;
}

dl.spec .range .icon,
dl.spec .type .icon {
    font-size: 1.2rem;
    font-weight: normal;
    color: #fff;
    background: #c1874d;
}


dl.spec dt {
    font-size: 1.6rem;
    font-weight: bold;
}

dl.spec dt .name {
    display: block;
}

dl.spec .reading {
    /*    font-size: 1.3rem;*/
    font-size: 1.4rem;
    font-weight: normal;
}

dl.spec .model small {
    font-size: 13px;
    font-weight: normal;
    display: inline-block;
    vertical-align: middle;
}


dl.spec .status {
    padding-top: 1em;
    display: block;
}

/*
dl.spec .status {
    margin-bottom: 1em;
}

dl.spec .status .stock {
    font-weight: bold;
    color: #fff;
    background: #f00;
    padding: .1em 1em;
    border-radius: 2em;
    text-align: center;
}
*/


dl.spec .condition {
    padding: 0 1em;
    margin-right: 5px;
    color: #fff;
    font-size: 1.2rem;
    font-weight: normal;
    display: inline-block;
    border-radius: .2em;
}


dl.spec .condition.used {
    background: #9c754e;
}

dl.spec .condition.new {
    background: #974551;
}

dl.spec .year {
    font-size: 1.4rem;
    /*    font-weight: normal;*/
    display: block;
    /*    vertical-align: top;*/
}

dl.spec .setname {
    display: block;
}

dl.spec dd {
    margin-bottom: .5em;
}

dl.spec dd.price {
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 15px;
}


.price_head_txt {
    font-size: 1.2rem;
    font-weight: normal;
    margin-top: 1px;
    margin-right: 3px;
    padding: .1em .5em 0;
    color: #fff;
    background: #ff3018;
    display: inline-block;
    border-radius: .2em;
    vertical-align: text-top;
}


dl.spec .red-price {
    font-size: 1.8rem;
    color: #b00;
}

dl.spec .red-price.sale {
    color: #f00;
}


dl.spec dd.price .item_tax {
    font-size: 1.3rem;
    font-weight: normal;
}


dl.spec dt .openprice {
    font-size: 1.2rem;
    font-weight: normal;
    /*    display: block;*/
    display: inline-block;
    vertical-align: middle;
}

dl.spec dd.price .red_price {
    font-size: 2.2rem;
    color: #f00;
    display: inline-block;
}

dl.spec dd.price .head_openprice {
    color: #999;
}

dl.spec dd.price i {
    padding: 0 .5em;
}



dl.spec dd.copy {
    margin-bottom: 1em;
}

dl.spec dd.copy .comment {
    padding-top: .5em;
    display: block;
}


.price-before {
    color: #999;
}

.price-red {
    color: #f00;
    font-size: 2.0rem;
    font-weight: bold;
}

.open-price {
    color: #000;
    font-weight: normal;
    font-size: 1.3rem;
}

dl.spec dd.copy .balloon-area {
    margin-bottom: .5em;
    display: block;
}

dl.spec dd.copy .balloon-area .first-balloon {
    color: #9b7c25;
    font-size: 2.0rem;
    font-weight: bold;
}

dl.spec dd.copy .balloon-area .second-balloon {
    font-weight: bold;
}

dl.spec dd.set:before {
    content: '\30BB\30C3\30C8\5185\5BB9';
    margin: 0 7px 0 0;
    padding: 0.3em 0.5em 0.2em;
    color: #fff;
    background: #b9a873;
    border-radius: 2px;
    font-size: 0.9em;
}


.item-url a {
    width: 90%;
    margin: auto;
    color: #fff;
    background: #c1974d;
    padding: .5em .25em;
    border-radius: 2em;
    text-align: center;
    display: block;
}



@media screen and (min-width: 769px) and (max-width: 1023px) {
    .item-photo img.soldout {
        width: 270px;
    }
}

@media screen and (max-width: 1023px) {
    .item-leadbox {
        font-size: 1.8rem;
        margin-bottom: 1em;
    }

    dl.spec dt {
        font-size: 1.6rem;
    }

    dl.spec .status .stock {
        font-size: 1.6rem;
        padding: .2em 1em;
        text-align: center;
    }

    .item-lineup {
        width: 95%;
        margin: auto auto 3em;
    }

    .item-lineup .sale-notice {
        font-size: 1.2rem;
        margin-bottom: 1em;
        padding: 0 5%;
        text-align: left;
    }
}

@media screen and (max-width: 768px) {
    p.catch {
        width: 98%;
        padding: .5em 0;
        font-size: 1.4rem;
    }

    dl.spec .reading {
        font-size: 1.4rem !important;
        display: block;
    }

    dl.spec {
        width: 95%;
        margin: auto auto 1em;
    }

    dl.spec .model {
        margin-left: 0;
        display: block;
    }

    dl.spec dd.price .red_price {
        font-size: 2.0rem;
    }

    .price_head {
        display: block;
    }

    .price_head_txt {
        font-size: 1.1rem;
    }

    dl.spec dd.copy {
        font-size: 1.4rem;
    }

    dl.spec dd.copy .balloon-area .first-balloon {
        font-size: 1.8rem;
    }

    .item-lineup {
        width: 90%;
        margin: auto auto 1em;
    }

    .item {
        width: 98% !important;
        padding: .5em 0 1em;
    }
}


@media screen and (max-width: 320px) {
    dl.spec dd.price {
        font-size: 1.6rem;
    }
}

/*====================================================
	.box-1 pc
====================================================*/



.box-1.itembox {
    margin: auto;
    background: #fff;
    /* padding: 0 2.5% 2em !important; */
    padding: 0 2% 2em !important;
    position: relative;
    /* border: #f00 thin solid */
}

@media screen and (max-width: 1280px) {
    .box-1.itembox {
        padding: 0 0 2em;
    }
}

@media screen and (min-width: 901px) {

    .box-1.itembox {
        margin: auto;
        background: #fff;
        /* padding: 0 5% 2em; */
        padding: 0 0 2em;
        position: relative;
    }

    .box-1 .item {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .box-1.itembox .item-photo {
        width: 35%;
        max-width: 346px;
    }

    .box-1.itembox .item-photo img {
        width: 100%;
    }

    .box-1 .item-txt {
        width: 62%;
    }

    .box-1 .price {
        margin-bottom: 1em;
    }

    .box-1.itembox figure {
        position: relative;
    }

}

@media print,
screen and (max-width: 900px) {

    .box-1.itembox {
        padding: 0 0 2em !important;
    }

}



/*====================================================
	//CLASS .box-2 pc
====================================================*/
.box-2.itembox {
    width: 100%;
    display: flex;
    /**/
    justify-content: flex-start;
    flex-wrap: wrap;
}

.box-2 .item {
    /* width: 45%;
    margin: 0 1.3% 3em; */
    width: 40%;
    margin: 0 4% 3em;
    padding: 1em 1%;
    position: relative;
    /* border: #f00 thin solid; */
}


.box-2.itembox .item-photo {
    width: auto;
    max-width: 346px;
    margin-left: auto;
    margin-right: auto;
    /* border: #f00 thin solid; */
}






@media screen and (min-width:901px) and (max-width:1024px) {

    /* ////////// pc /////////// */
    .box-2.itembox {
        width: 100%;
        display: block;
    }

    .box-2 .item {
        /* width: 100%; */
        width: 95%;
        margin-left: auto;
        margin-right: auto;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .box-2.itembox .item-photo {
        width: 35%;
        max-width: 346px;
        /* border: #f00 thin solid; */
    }

    .box-2 .item-txt {
        width: 62%;
        /* border: #f00 thin solid; */
    }


    .box-2 .item dl.spec dt {
        font-size: 1.6rem !important;
        margin-bottom: 0;
    }

    .box-2 .item dl.spec dt .openprice {
        font-weight: normal;
        font-size: 1.6rem !important;
    }

    .box-2 .item dl.spec dd.price {
        margin-bottom: .5em;
    }

    .box-2.itembox .item-photo {
        margin-bottom: 1.5em;
        text-align: center;
    }

    .box-2.itembox .item-photo img {
        width: 100%;
        max-width: 346px;

    }

}


/*====================================================
	.box-3 pc
====================================================*/
.box-3.itembox {
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    /**/
    justify-content: flex-start;
    flex-wrap: wrap;
}

.box-3 .item {

    width: 31.2%;
    margin: 0 1% 60px;
    position: relative;
    /* border:#f00 thin solid; */
}

.box-3.itembox .item-photo {
    margin-bottom: 1em;
    text-align: center;
}

.box-3.itembox .item-photo img {
    width: 100%;
    max-width: 346px;
    margin: auto;
}





@media screen and (min-width:901px) and (max-width:1024px) {

    /* ////////// pc /////////// */
    .box-3.itembox {
        width: 100%;
        display: block;
    }

    .box-3 .item {
        /* width: 100%; */
        width: 95%;
        margin-left: auto;
        margin-right: auto;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .box-3.itembox .item-photo {
        width: 35%;
        max-width: 346px;
        /* border: #f00 thin solid; */
    }

    .box-3 .item-txt {
        width: 62%;
        /* border: #f00 thin solid; */
    }


    .box-3 .item dl.spec dt {
        font-size: 1.6rem !important;
        margin-bottom: 0;
    }

    .box-3 .item dl.spec dt .openprice {
        font-weight: normal;
        font-size: 1.6rem !important;
    }

    .box-3 .item dl.spec dd.price {
        margin-bottom: .5em;
    }

    .box-3.itembox .item-photo {
        margin-bottom: 1.5em;
        text-align: center;
    }

    .box-3.itembox .item-photo img {
        width: 100%;
        max-width: 346px;

    }

}



/*====================================================
	.box-4 pc
====================================================*/

@media print,
screen and (min-width: 1024px) {

    /* ///////////// pc ////////////////////// */
    .box-4.itembox {
        width: 100%;
        display: flex;
        align-content: flex-start;
        flex-wrap: wrap;
    }

    .box-4 .item {
        width: 20%;
        margin: 0 2.5% 1em;
        background: #fff;
        padding: 2em 0;
        position: relative;
    }

    .box-4.itembox .item-photo {
        width: 100%;
        margin-bottom: 1em;
        text-align: center;
    }

    .box-4.itembox .item-photo img {
        width: 100%;
    }

    .box-4 dl.spec dt {
        font-size: 1.4rem;
    }

    .box-4 .price-red {
        display: block;
        text-align: right;

    }

    .box-4 .red-price {
        font-size: 2.0rem !important;
    }

}


/*====================================================
	.box mobile-single-setup
====================================================*/

@media screen and (max-width: 900px) {

    .mobile-single-setup .itembox {
        position: relative;
    }

    .mobile-single-setup .item {
        width: 90%;
        margin: auto auto .5em;
        padding: 60px 0;
        position: relative;
        border-bottom: #999 thin dotted;
    }

    .mobile-single-setup .itembox .item-photo {
        width: 80%;
        max-width: 690px;
        text-align: center;
        margin: auto auto 1em;
        position: relative;
    }

    .mobile-single-setup .itembox .item-photo img {
        width: 100%;
        max-width: 690px;
    }

    .mobile-single-setup .price {
        margin-bottom: .5em;
    }

}








@media print,
screen and (max-width: 768px) {



    .mobile-single-setup .item {
        padding: 45px 0 30px;
    }

}

/*====================================================
	.box mobile-side-setup
====================================================*/

@media screen and (max-width: 1023px) {

    /* /////////// mobile ///////////////////////// */
    .mobile-side-setup .itembox {
        position: relative;
    }

    .mobile-side-setup .item {
        width: 95%;
        display: flex;
        justify-content: space-between;
        margin: auto auto 1em;
        padding: 0;
        list-style: none;
        border-bottom: #999 thin dotted;
    }

    .mobile-side-setup .itembox .item-photo {
        width: 33% !important;
    }

    .mobile-side-setup .item-txt {
        width: 65%;
    }

    .mobile-side-setup .price {
        margin-bottom: 1em;
    }

}



@media screen and (max-width: 1023px) {

    /* //////////////////// mobile ///////////////////// */
    .mobile-side-setup .itembox dl.spec dt {
        font-size: 1.6rem;
    }
}