@charset "utf-8";

@media screen and (max-width:768px) {
    h4 {
        font-size: 1.7rem;
        margin: .5em 0
    }
}

@media screen and (min-width:769px) {
    h4 {
        font-size: 2rem;
        margin-bottom: .5em;
        text-align: center
    }
}

.sub_nav li {
    word-break: keep-all;
    position: relative;

}


.sub_nav li {
    width: 19%;
}



.sub_nav li a {
    color: #854c21;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    line-height: 1.2;
    height: 100%;
    padding: 10px 0;
    /* background:#BC7C9C; */
    background:#fdf9a2;
    transition: .2s ease-in-out;
    -webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    border-radius: 2em;
	/*border: solid 2px #e9c560;*/
    /* box-shadow: 0 2px 0 0 #0d380d; */
}

.sub_nav li a:hover {
    /* border: #79b159 thin solid;
    background: #79b159;
    color: #fff; */
    opacity: 0.6;
}

.sub_nav .arrow_icon {
    display: inline-block
}

@media screen and (max-width:768px) {
    .sub_nav {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        width: 95%;
        margin-left: auto;
        margin-right: auto;
    }

    .sub_nav li {
        width: 49%;
        font-size: 1.2rem;
        margin-bottom: .5em
    }
}

@media print,
screen and (min-width:769px) {
    .sub_nav {
        display: table;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%;/*90*/
        margin: auto
    }

}

@media screen and (max-width:768px) {
    .rows {
        width: 100%
    }
}

@media screen and (min-width:769px) {
    .categorybox {
        width: 100%;
        margin: auto
    }

    .rows {
        display: table;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin: 30px 0;
        height: 100%
    }
}

dl.spec {
    font-size: 1.3rem
}

dl.spec dt {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.4;
    word-break: keep-all
}

dl.spec dd.price {
    margin-bottom: 0;
    font-size: 1.7rem;
    line-height: 1.4
}

.priceTxt {
    margin-right: .4em
}

.priceTxt,
.priceType {
    font-size: 1.3rem;
    vertical-align: middle
}

.priceType {
    padding-right: .4em;
    color: #333
}

.taxin {
    margin-left: .3em
}

dl.spec dd.icon {
    margin-bottom: .5em;
    font-size: 1.6rem;
    padding-top: .5em;
    font-weight: 700
}

dl.spec dd.icon span {
    color: #fff;
    background: #e50065;
    padding: .2em 1em;
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    -ms-border-radius: 2em;
    border-radius: 2em
}

dl.spec dd.copy {
    font-size: 1.4rem;
    padding-top: .5em;
    margin-bottom: .5em;
    line-height: 1.4
}

dl.spec dd.copy a,
dl.spec dd.copy a .arrow_icon {
    text-decoration: underline
}

dl.spec dd.detailIcon_box {
    display: table
}

dl.spec dd.detailIcon_box span {
    margin-top: 5px
}

dl.spec dd.detailIcon_box .detailIcon,
dl.specList dd.detailIcon_box .detailIcon {
    display: inline-block;
    float: left;
    margin-top: 5px;
    margin-right: 5px;
    padding: .1em .5em;
    font-size: 1.2rem;
    /* background: #968e79; */
    background: #e81e26;
    color: #fff;
	font-weight: bold;
}

dl.specList dd.detailIcon_box .detailIcon {
    margin-bottom: -3px
}

dl.spec dd.attention {
    font-size: .9em
}

dl.spec dd.attention ul li {
    margin-left: 1em
}

dl.spec dd.attention ul li:before {
    content: '\203B';
    margin-left: -1em
}

s {
    color: #999
}

.red_price {
    color: #c00;
    text-align: right
}

dd.price .arrow {
    padding: 0 .2em 0 .5em;
    color: #999
}

@media screen and (max-width:768px) {
    dl.spec {
        width: 95%;
        margin: auto;
        padding: 10px 0 0
    }

    dl.spec dd.price {
        line-height: 1.3;
        padding-top: .5em;
        font-size: 1.5rem
    }

    .red_price {
        font-size: 2.1rem;
        display: inline-block
    }
}

@media screen and (min-width:769px) {
    dl.spec {
        padding: 10px 15px 0
    }


    dl.spec small {
        font-size: 1.2rem;
    }

    img.photo {
        margin-bottom: 1em
    }

    .pre_order {
        padding: .5em 1em;
        font-size: 14px;
        font-size: 1.4rem
    }

    .openprice {
        color: #000;
        font-size: 1.4rem;
        font-weight: 400
    }

    .red_price {
        font-size: 2.2rem;
        display: inline-block
    }
}

.soldout:before {
    content: '';
    background: rgba(255, 216, 0, .76);
    width: 80%;
    height: 5pc;
    top: 50%;
    bottom: 0
}

.soldout:after,
.soldout:before {
    position: absolute;
    display: block;
    text-align: center;
    z-index: 1;
    left: 0;
    right: 0;
    margin: auto;
    transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -webkit-transform: rotate(-10deg)
}

.soldout:after {
    content: 'SOLD OUT!!';
    color: #c00;
    font-weight: 700;
    font-size: 4rem;
    line-height: 2.2em;
    height: 1em;
    top: 70%
}

#guitar .soldout ul.itemlink a,
#piano .soldout ul.itemlink a,
#strings .soldout ul.itemlink a,
#winds .soldout ul.itemlink a {
    position: relative;
    pointer-events: none;
    background: 0;
    background-image: -moz-linear-gradient(top, #848484, #d3d3d3);
    background-image: -ms-linear-gradient(top, #848484, #d3d3d3);
    background-image: -o-linear-gradient(top, #848484, #d3d3d3);
    background-image: -webkit-linear-gradient(top, #848484, #d3d3d3);
    background-image: linear-gradient(top, #848484, #d3d3d3)
}

.mobile_singleSetUp dt {
    font-weight: 700
}

.mobile_singleSetUp dd.price {
    margin-bottom: 1em;
    font-weight: 700;
    color: #900
}

.mobile_singleSetUp .taxin {
    font-size: 1.1rem;
    font-weight: 400;
    color: #000;
    display: inline-block
}

p.link a {
    color: #5148d0
}

.icon_new {
    letter-spacing: 1px;
    line-height: 1.3;
    padding: .3em 0 .2em;
    background: #2e291d;
    width: 90%;
    max-width: 250px;
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    -ms-border-radius: 2em;
    border-radius: 2em;
    font-weight: 700;
    font-size: 1.8rem;
    text-align: center;
    margin: .5em auto;
    position: relative
}

.icon_new,
.icon_new.pk {
    color: #fff;
    text-shadow: 1px 1px 0 #000
}

.icon_new.pk {
    background: #539900
}


/* .icon_new.pk.storeprice,
.icon_new.storeprice {
    background: #0f2a67;
    color: #fff;
    text-shadow: 1px 1px 0 #000;
    width: 90%
} */

.icon_new.pk.storeprice {
    /* background: #0f2a67;
    color: #fff;
    text-shadow: 1px 1px 0 #000;
    width: 90% */
    margin-left: auto;
    margin-right: auto;
}



.icon_new.storeprice {
    background: none;
    color: #dc1045;
    text-shadow: none;
    /**/
    margin-left: auto;
    margin-right: auto;
}

.icon_new.storeprice::before {
    /*《*/
    content: '\300A';
}

.icon_new.storeprice::after {
    /*》*/
    content: '\300B';
}


.icon_new.storeprice.ribbon {
    background: 0
}

.icon_new span {
    position: relative;
    z-index: 1
}

.ribbon {
    color: #fff !important;
    background: transparent
}

.ribbon:after,
.ribbon:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 0;
    left: 0;
    right: 0;
    display: block;
    box-sizing: border-box;
    border: 1.5em solid transparent;
    border-left: .8em solid transparent;
    border-right: .8em solid transparent
}

.ribbon:before {
    border-top-color: #e97644;
    top: 0;
    margin: auto;
    /* content: none; */
}

.ribbon:after {
    border-bottom-color: #e97644;
    bottom: 0;
    /* content: none; */
}


.icon_new.storeprice.ribbon::before {
    /*《*/
    content: '';
}

.icon_new.storeprice.ribbon::after {
    /*》*/
    content: '';
}




.balloon:before {
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    content: '';
    border: solid 10px #d30f80;
    top: -2pc;
    bottom: 0;
    right: 12%;
    margin: auto;
    border-left: solid 8px #d30f80;
    border-right: solid 8px transparent;
    border-top-color: transparent
}


.mobile_singleSetUp figure .icon.new {
    position: absolute;
    top: 23px;
    left: 10px;
    z-index: 1;
    /* width: 80px;
    height: 80px; */
    width: 20%;
    max-width: 75px;
    height: auto;

}

@media screen and (max-width:768px) {

    .mobile_singleSetUp .box_1,
    .mobile_singleSetUp .box_2,
    .mobile_singleSetUp .box_3,
    .mobile_singleSetUp .box_3_last,
    .mobile_singleSetUp .box_4,
    .mobile_singleSetUp .box_4_last {
        width: 100%;
        margin: auto auto 1em;
        padding: 1em 2.5%;
        background: #fff;
        border-bottom: #b59952 1px dotted
    }

    .mobile_singleSetUp .box_1 figure,
    .mobile_singleSetUp .box_2 figure,
    .mobile_singleSetUp .box_3 figure,
    .mobile_singleSetUp .box_3_last figure,
    .mobile_singleSetUp .box_4 figure,
    .mobile_singleSetUp .box_4_las figure,
    .mobile_singleSetUp .box_5 figure {
        width: 90%;
        margin: auto;
        position: relative;
    }
}

@media screen and (min-width:769px) {

    .mobile_singleSetUp .box_1,
    .mobile_singleSetUp .box_2,
    .mobile_singleSetUp .box_3,
    .mobile_singleSetUp .box_4,
    .mobile_singleSetUp .box_5 {
        float: left;
        position: relative;
        padding-bottom: 70px;
        background: #fff;
        /* border-right: solid 1px #32291f */
        border-right: solid 1px #ddd
    }

    .mobile_singleSetUp .box_1:last-child,
    .mobile_singleSetUp .box_2:last-child,
    .mobile_singleSetUp .box_3:last-child,
    .mobile_singleSetUp .box_4:last-child,
    .mobile_singleSetUp .box_5:last-child {
        border-right: 0
    }

    .mobile_sideSetUp .box_1,
    .mobile_sideSetUp .box_2,
    .mobile_sideSetUp .box_3,
    .mobile_sideSetUp .box_4,
    .mobile_sideSetUp .box_5 {
        float: left;
        position: relative;
        padding-bottom: 75px;
        background: #fff
    }
}

@media screen and (min-width:769px) and (max-width:959px) {
    .ribbon {
        width: 90%
    }
}

.mobile_sideSetUp dd.price {
    margin-bottom: 1em;
    font-weight: 700;
    color: #900
}

.mobile_sideSetUp .taxin {
    font-size: 1.1rem;
    font-weight: 400;
    color: #000;
    display: inline-block
}

@media screen and (max-width:768px) {

    .mobile_sideSetUp .box_1,
    .mobile_sideSetUp .box_2,
    .mobile_sideSetUp .box_3,
    .mobile_sideSetUp .box_4 {
        width: 94%;
        margin: auto;
        padding: 1em 0 2em;
        border-bottom: #b59952 1px dotted
    }

    .mobile_sideSetUp .box_1 dl,
    .mobile_sideSetUp .box_2 dl,
    .mobile_sideSetUp .box_3 dl,
    .mobile_sideSetUp .box_4 dl {
        display: table-cell;
        vertical-align: top;
        width: 60%;
        padding-left: 2%
    }

    .mobile_sideSetUp figure {
        display: table-cell;
        vertical-align: top;
        width: 40%
    }
}

@media screen and (min-width:769px) {
    .box_1 {
        background: #fff;
        margin-bottom: 15px;
        padding: 30px;
        width: 93%
    }

    .categorybox .box_1 .spec {
        float: none;
        display: table-cell;
        vertical-align: middle;
        padding-left: 2%;
        width: 50%
    }

    .box_1 dl.spec dd.price {
        margin-bottom: .5em;
        font-family: Arial, Helvetica, "sans-serif";
        font-size: 1.8rem
    }

    .categorybox .box_1 figure {
        float: none;
        display: table-cell;
        vertical-align: middle;
        width: 50%;
        text-align: center
    }

    .categorybox .box_1 figure img {
        max-width: 25pc
    }

    .box_1 figure img {
        width: 100%
    }

    .box_1 .photo_box {
        float: left;
        display: block;
        width: 50%;
        max-width: 460px
    }
}

@media screen and (min-width:769px) {
    .box_2 {
        width: 50%;
        padding: 0
    }

    .box_2:last-child {
        margin-right: 0
    }

    .box_2 figure {
        width: 86%;
        margin: auto;
        padding: 10px 0;
        text-align: center
    }

    .box_2 figure img {
        width: inherit
    }

    .box_2 dl.spec {
        width: 90%;
        margin: auto
    }

    .box_2 dl.spec dt {
        font-size: 1.6rem
    }
}

@media screen and (min-width:769px) {
    .box_3 {
        width: 33.3%;
        background: #fff
    }

    .box_3:last-child {
        margin-right: 0
    }

    .box_3 figure {
        width: 96%;
        margin: 20px auto 0
    }

    .box_3 figure img {
        width: 94%;
        margin: 0 3%
    }
}

@media screen and (min-width:769px) {
    .box_4 {
        width: 25%;
        padding: 0;
        float: left
    }

    .box_4:last-child {
        margin-right: 0
    }

    .box_4 .photo,
    .box_4_last .photo {
        width: 100%
    }

    .box_4 figure img {
        width: 90%;
        margin: 0 5%
    }
}

@media screen and (min-width:769px) {
    .box_5 {
        width: 20%;
        padding: 0;
        float: left
    }

    .box_5:last-child {
        margin-right: 0
    }

    .box_5 .photo,
    .box_5_last .photo {
        width: 100%
    }

    .box_5 figure img {
        width: 90%;
        margin: 0 5%
    }
}

@media screen and (max-width:768px) {
    .blank {
        display: none
    }
}

@media screen and (min-width:769px) {
    .blank {
        background: transparent !important;
        border: 0 0 !important;
        box-shadow: none !important
    }
}

.categorybox .itemlink li {
    padding: .5em
}

.categorybox .itemlink a {
    /* -webkit-border-radius: .5em;
    -moz-border-radius: .5em;
    -ms-border-radius: .5em;
    border-radius: .5em; */
    max-width: 460px;
    position: relative;
}

/* 
.categorybox .itemlink a::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    border-bottom: 15px solid #ebc676;
    border-left: 15px solid transparent;
} */

.categorybox .itemlink_s li {
    font-size: 1.4rem
}

.categorybox .itemlink_s li:last-child {
    margin-bottom: 0
}

.categorybox .itemlink_s li a {
    color: #fff;
    background: #ff7d26;
    -webkit-border-radius: 1em;
    -moz-border-radius: 1em;
    -ms-border-radius: 1em;
    border-radius: 1em
}

.categorybox .itemlink_s li a:hover {
    color: #fff;
    background: #f60;
    text-decoration: none
}

@media screen and (max-width:768px) {
    .categorybox .itemlink {
        font-size: 1.5rem
    }

    .categorybox .itemlink a {
        padding: .5em
    }

    .categorybox .itemlink_s {
        margin: auto 5% 2em
    }

    .categorybox .itemlink_s li {
        margin-bottom: 1em
    }

    .categorybox .itemlink_s li a {
        padding: .5em 2em
    }
}

@media print,
screen and (min-width:769px) {
    .categorybox .itemlink {
        font-size: 1pc;
        font-size: 1.6rem;
        position: absolute;
        width: 90%;
        bottom: .5em;
        left: 0;
        right: 0;
        margin: auto
    }

    .categorybox .itemlink a {
        padding: .5em 1em
    }

    .categorybox .itemlink_s li {
        margin-bottom: .5em
    }

    .categorybox .itemlink_s li a {
        padding: 0 2em
    }
}

.pagelink ul a,
ul.itemlink a {
    color: #854c21;
    text-align: center;
    background: #fdf9a2;
    display: block;
    padding: .8em 1em;
    max-width: 50pc;
    margin: auto;
    font-weight: 700;
    border-radius: 2em;
}

.pagelink ul a:hover,
ul.itemlink a:hover {
    text-decoration: none;
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;
}

.triBtn {
    text-align: left
}

.triBtn .de {
    font-size: .8em;
    padding: 0 .3em
}

.triBtn li {
    position: relative;
    padding-left: 26px;
    margin-bottom: .5em;
    line-height: 1.2
}

.triBtn li:after,
.triBtn li:before {
    position: absolute;
    display: block;
    content: '';
    border: solid 8px transparent;
    top: -2px;
    bottom: 0;
    margin: auto;
    pointer-events: none
}

.triBtn li:before {
    left: 0;
    width: 5px;
    height: 5px;
    background: #c00;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out
}

.triBtn li:hover:before {
    background: #ed2525
}

.triBtn li:after {
    width: 0;
    height: 0;
    left: 8px;
    border-top: solid 5px transparent;
    border-bottom: solid 5px transparent;
    border-left-color: #fff
}

.triBtn li a {
    margin-left: -30px;
    padding-left: 30px
}

@media screen and (max-width:768px) {
    .triBtn {
        display: block;
        width: 95%;
        margin: .8em auto 0
    }
}

@media print,
screen and (min-width:769px) {
    .triBtn {
        display: inline-block;
        position: absolute;
        bottom: .5em;
        padding: 0 15px
    }
}

.ecTxt {
    font-size: 1.2rem;
    text-align: center;
    margin-top: 1em;
    margin-bottom: 0
}

#contents .ecBtn {
    display: table;
    width: 100%;
    max-width: 460px;
    margin: auto
}

#contents .ecBtn li {
    float: left;
    height: 57px
}

#contents .ecBtn li:first-child {
    padding-right: 0
}

#contents .ecBtn li:last-child {
    padding-left: .3em
}

.yahoo {
    width: 59%
}

.rakuten {
    width: 41%
}

#contents .ecBtn li a {
    padding-left: .5em;
    padding-right: .5em
}

@media screen and (max-width:330px) {

    .rakuten .hideTxt,
    .yahoo .hideTxt {
        display: none
    }
}

@media print,
screen and (min-width:769px) {

    .slideBtn .btnSecond .hideTxt,
    .slideBtn .btnSecond:hover {
        display: none
    }
}

@media screen and (min-width:769px) and (max-width:959px) {
    #contents .ecBtn li .hideTxt {
        display: none
    }
}

.members {
    background: #fff
}

@media screen and (max-width:768px) {
    .members {
        width: 85%;
        margin: auto auto 1em;
        padding: 1em 2.5%
    }
}

@media screen and (min-width:769px) {
    .members {
        width: 930px;
        padding: 15px;
        margin-bottom: 15px
    }
}

.pagelink {
    background: hsla(0, 0%, 100%, .8);
    margin: 3em 0
}

.pagelink p {
    margin-bottom: 1em;
    font-weight: 700
}

.pagelink p,
.pagelink_s {
    font-size: 1.4rem
}

.pagelink a {
    padding: 1em 0;
    font-weight: 700;
    text-align: center;
    display: block
}

.pagelink a:hover {
    text-decoration: none
}

@media screen and (max-width:768px) {
    .pagelink {
        padding: 0 5%;
        font-size: 1.6rem;
        line-height: 1.4
    }
}

@media screen and (min-width:769px) {
    .pagelink {
        width: 100%;
        font-size: 1.6rem;
        padding: 30px 0;
        box-sizing: border-box;
        border-top: dotted 2px;
        border-bottom: dotted 2px;
        border-color: #333
    }

    .pagelink p {
        text-align: center
    }

    .pagelink li {
        padding: 0 30px
    }

    .pagelink img.lpt_camp {
        width: 60pc;
        margin: 0 auto
    }
}

.listOuter {
    /* margin: 30px 0 0; */
    padding-top: 145px;
    padding-bottom: 1px;
    clear: both;
	margin-top: -100px;
}

.listOuter .h3_box {
    text-align: center;
    padding: 15px 15px 10px;
    background: #fff;
    border:#000 thin solid;
    border-left: none;
    border-right: none;
}

.listOuter h3 {
    color: #000;
}

.cate_lead {
    width: 94%;
    margin: .8em auto
}


/******************** 768 *************************/

@media screen and (max-width:768px) {
    .listOuter h3 {
        font-size: 2rem;
        margin-bottom: 0;
    }

    .cate_lead {
        font-size: 1.6rem
    }
}


/******************** 640 *************************/

@media screen and (max-width:640px) {
    .listOuter {
        padding-top:15px;
    }
}




@media print,
screen and (min-width:769px) {
    .listOuter h3 {
        font-size: 3.4rem
    }

    .cate_lead {
        font-size: 1.7rem;
        text-align: center
    }
}

#end_message {
    background: #fff
}

@media screen and (min-width:769px) {
    #end_message {
        width: 900px;
        margin: auto auto 30px;
        padding: 60px 30px;
        font-size: 1.4rem;
        text-align: center
    }
}








.link.link_to_top {
    text-align: center;
    margin-bottom: 60px;
}


.link.link_to_top a {
    width: 60%;
    font-size: 1.6rem;
    font-weight: bold;
    color: #fff;
    background-color: #e97644;
    padding: 10px 30px;
    border-radius: 3em;
    display: inline-block;
}


.link.link_to_top a:hover {
    opacity: 0.6;
    transition: .2s linear;
}


@media print,
screen and (max-width: 768px) {

    .link.link_to_top a {
        width: 90%;
        font-size: 1.5rem;
    }
}