/*====================================================
	common
====================================================*/



.series {
    margin-bottom: 60px;
}

.item-lineup {
    /*    width: 95%;*/
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    padding: 3em 0 3em;
    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: 80px;
    position: absolute;
    top: -10px;
    right: 0px;
    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%;
}




dd.display span {
    font-size: 1.3rem;
    color: #fff;
    padding: 2px 30px;
}

dd.display .on_display {
    /* background: #f94747; */
    background: #cd0003;
}

dd.display .stock {
    background: #9c865b;
}



@media print,
screen and (max-width: 900px) {

    .item .item-photo .icon-new {
        width: 100px;
        position: absolute;
        top: -10px;
        left: -20px;
        z-index: 1;
    }

}



@media print,
screen and (max-width: 768px) {
    .item-lineup {
        padding: 0 1% 1em;
    }

    .item .item-photo .icon-new {
        width: 66px;
        position: absolute;
        top: -15px;
        right: -15px;
        left: auto;
        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;
    }
}


/*====================================================
	// sold out
====================================================*/


.box-3.itembox .item-photo {
    text-align: center;
    position: relative;
}


.box-3.itembox .item-photo .soldout {
    width: 85%;
    top: 15px;
    left: 7.5%;
    right: auto;
    position: absolute;
    z-index: 1;
}




/*====================================================
	// 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.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;
}


dl.spec dt .year {
    display: block;
}


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;
    margin-right: 1px;
}


dl.spec dt {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: .25em;
}

dl.spec dt .name {
    font-size: 1.8rem;
    display: block;
}

dl.spec .reading {
    font-size: 1.3rem;
    font-weight: normal;
    display: block;
}



dl.spec .sound_spec {
    display: block;
}

dl.spec .model small {
    font-size: 13px;
    font-weight: normal;
    display: inline-block;
    vertical-align: middle;
}

dl.spec .sound_spec {
    font-size: 1.6rem;
    /* font-weight: normal; */
	background: #ffc939;
	display: block;
	padding: 0 10px;
	text-align: center;
	line-height: 2em;
	width: 40%;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}



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;
}

dl.spec .setname {
    display: block;
}

dl.spec dd {
    margin-bottom: .5em;
}

dl.spec dd.price {
    margin-bottom: 1em;
    font-weight: bold;
    /*    line-height: 1.4;*/
}




dl.spec dd.price .price_note {
    display: block;
}

dl.spec dd.price s,
dl.spec dd.price .gray {
    font-size: 1.5rem;
}


.price_head_txt,
.used_header {
    font-size: 1.2rem;
    font-weight: normal;
    margin-right: 6px;
    padding: 3px 8px 2px;
    color: #fff;
    display: inline-block;
    border-radius: .2em;
    vertical-align: top;
}


.price_head_txt {
    /* background: #ff3018; */
    background: #ea2f2f;
    margin-bottom: 5px;
}


.used_header {
    background: #b28247;
}

dl.spec .red-price {
    font-size: 2.2rem;
    /* color: #ff3018; */
    color: #f00;
}

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.imgtxt {
    font-size: 1.1rem;
    text-align: right;
}




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) {


    dl.spec .red-price {
        /*display: block;*/
    }

    p.catch {
        width: 98%;
        padding: .5em 0;
        font-size: 1.4rem;
    }

    dl.spec .reading {
        font-size: 1.4rem !important;
        display: block;
    }

    dl.spec {
        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.6rem;
    }

    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: 100% !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 {
    /* width: 90%; */
    /*width: calc(90% - 36px);*/
    margin: auto;
    background: #fff;
    padding: 0 0 30px;
    position: relative;
    /* border: #f00 thin solid; */
}

.box-1 .item {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.box-1.itembox .item-photo {
    /* width: 35%; */
    max-width: 450px;
    margin-right: 45px;
}

.box-1.itembox .item-photo img {
    width: 100%;
}

.box-1 .item-txt {
    width: 67%;
	position: relative;
}

.box-1 .price {
    margin-bottom: 1em;
}

.box-1.itembox figure {
    position: relative;
}

.box-1 dl.spec {
    margin-top: 2em;
}



@media print,
screen and (max-width:768px) {

    .box-1 .item {
        display: block;
    }

    .box-1 .item-txt {
        width: auto;
    }

    .box-1 .item {
        margin: 0 1.5% 15px;
    }

    .box-1.itembox .item-photo {
        width: 100%;
        margin: auto auto 10px;
        text-align: center;
    }
}



/*====================================================
	//CLASS .box-2 pc
====================================================*/
.box-2.itembox.box-2.itembox {
    width: 100%;
    margin: auto;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    /**/
    justify-content: flex-start;
    flex-wrap: wrap;
}


.box-2 .item .item-photo .icon-new {
    width: 80px;
    position: absolute;
    top: -20px;
    right: -20px;
    z-index: 1;
}


@media screen and (max-width: 1200px) {
    .box-2 .item {
        width: 45%;
        /*margin: 0 1.3% 3em;
        padding: 1em 1%;*/
        position: relative;
        /*        border: #f00 thin solid;*/
    }
}


@media print,
screen and (min-width: 1024px) {

    /* ////////// pc /////////// */
    .box-2.itembox {
        width: 100%;
        display: table;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .box-2 .item {
        width: 44.5%;
        margin: 0 1% 30px;
        padding: 2em 2.5% 0;
        position: relative;
    }

    .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: 0;
    }

    .box-2.itembox .item-photo {
        max-width: 345px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 1.5em;
        text-align: center;
        /* border: #ddd thin solid; */
    }

    .box-2.itembox .item-photo img {
        width: 100%;
        max-width: 345px;
    }

}



@media print,
screen and (max-width:768px) {

    .box-2 .item {
        display: block;
    }

    .box-2 .item-txt {
        width: auto;
    }

    .box-2 .item {
        /*margin: 0 1.5% 15px;*/
    }

    .box-2.itembox .item-photo {
        width: 90%;
        margin: auto auto 10px;
        text-align: center;
    }
	
	.box-2.itembox.box-2.itembox {
		display: inherit;
	}
}

/*====================================================
	.box-3 pc
====================================================*/
.box-3.itembox {
    /*    width: 100%;*/
    width: 100%;
    margin: auto;
    padding: 0;
    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: /*345px;*/29.7%;
    /* margin: 0 2% 60px; */
    margin: 0 18px 60px;
    position: relative;
}

.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 (max-width: 1200px) {
    .box-3 .item {
        width: 45%;
        margin: 0 1.5% 3em;
        padding: 1em 1%;
        position: relative;
    }

}


@media print,
screen and (max-width:768px) {

    .box-3 .item {
        margin: 0 1.5% 15px;
    }

    .box-3.itembox .item-photo {
        width: 70%;
        margin: auto auto 10px;
        text-align: center;
    }
}


/*====================================================
	.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;
    }
}