@charset "UTF-8";
/*====================================================
	overwrite
====================================================*/
.tax {
  width: 95%;
  margin: auto auto 1em;
  font-size: 1.2rem;
  text-align: right;
}

a {
  transition: 0.2s linear;
}

a {
  transition: 0.2s linear;
  -webkit-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  -ms-transition: 0.2s linear;
}

a:hover {
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  opacity: 0.6;
}

a i {
  width: 6px;
  margin-right: 8px;
  display: inline-block;
  vertical-align: top;
}

.read_more {
  margin-bottom: 2em;
}

.read_more li {
  width: 70%;
  margin: auto;
  padding: 0.2em 0;
  color: #fff;
  background: #ccc;
  text-align: center;
  border-radius: 2em;
}

.flute .read_more li {
  background: #64b4dc;
}

.clarinet .read_more li {
  background: #f39800;
}

.sax .read_more li {
  background: #e65064;
}

.trumpet .read_more li {
  background: #0055aa;
}

.tb_hr_eu .read_more li {
  background: #14b48c;
}

@media print, screen and (max-width: 768px) {
  .read_more li {
    width: 70%;
    margin: auto;
    /* padding: 10px 0; */
    padding: 3px 0;
    color: #fff;
    font-size: 1.5rem;
  }
}
/*====================================================
	common
====================================================*/
.whitebox {
  font-size: 1.6rem;
  margin-bottom: 1em;
  padding: 3em 1em 0;
  background: #fff;
  overflow: hidden;
  border-radius: 10px;
}

.toSR-TOP .linkbtn {
  width: 70%;
  margin: auto auto 50px;
}

.toSR-TOP .linkbtn a {
  background-color: #c8373c;
  display: block;
  position: relative;
}

.toSR-TOP .link-lineup a {
  padding: 1em;
  /*    background:#083388;*/
  background: #3156a1;
}

.linkbtn li a {
  margin: auto auto 1.5em;
  padding: 15px 1em;
  color: #fff;
  background: #db902e;
  display: block;
  text-align: center;
  border-radius: 2em;
  /* box-shadow: 0 3px 5px 0 #aaa; */
}

.linkbtn li a i {
  position: absolute;
  top: 15%;
  left: 32%;
}

.link-selection {
  text-align: center;
  margin: auto auto 3em;
  padding: 2em 1em 2em;
  border-top: #ccc thin dotted;
  border-bottom: #ccc thin dotted;
}

.link-selection p {
  font-size: 1.8rem;
  font-weight: bold;
}

.link-selection a {
  margin: auto;
  color: #fff;
  font-size: 1.6rem;
  display: block;
  text-align: center;
  padding: 0.5em 1em;
  border-radius: 2em;
  /*    background: #083388;*/
  background: #3156a1;
  /*    box-shadow: 0 0.3em 0.3em 0 #aaa;*/
}

.flexbox {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
}

.flexbox.reverse {
  flex-direction: row-reverse;
}

.tax-container {
  width: 98%;
  max-width: 1260px;
  margin: auto auto 30px;
  font-size: 1.3rem;
}

.tax-container li {
  margin-bottom: 0.25em;
}

.commonFooter {
  background: #3c3c41;
  width: 100%;
}

@media screen and (min-width: 769px) {
  .link-selection a {
    width: 60%;
  }
}
@media screen and (max-width: 768px) {
  /*     .toSR-TOP .link-lineup {
        width: 95%;
        margin: auto;
    }

    .toSR-TOP .link-lineup li {
        width: 100%;
        margin-bottom: 1em;
    }

    .toSR-TOP .link-lineup li a {
        border-radius: 3em;
    } */
  .commonFooter footer {
    margin-bottom: 0;
  }
  .toSR-TOP .linkbtn {
    width: 95%;
    margin: 0 auto;
  }
  .linkbtn li a {
    border-radius: 3em;
  }
  .linkbtn li a i {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .whitebox {
    padding: 1em 1em 0;
  }
}
/*====================================================
	font
====================================================*/
.wf-sawarabimincho {
  font-family: "Sawarabi Mincho";
}

.red {
  color: #9e0905;
}

.red_02 {
  color: #f00;
}

.endtxt {
  color: #f00;
}

.gray {
  color: #999;
}

.light_green {
  color: #a4cec6;
}

.green {
  color: #5faa9c;
}

.pink {
  color: #ff4d4d;
}

img.arrow {
  /*    width: 1em;*/
  width: 20px;
  height: 20px;
  vertical-align: text-top;
}

/*====================================================
	header
====================================================*/
header {
  font-size: 1.4rem;
  background: #fff;
  /*    border-bottom: #e2e2e2 thin solid;*/
}

header .header-inner {
  position: relative;
}

header .header-inner .link-to-top {
  position: absolute;
  top: 2%;
  right: 0;
}

header .header-inner .link-to-top a {
  font-size: 1.2rem;
  color: #fff;
  background: #c1874d;
  padding: 0.25em 2em;
  border-radius: 0 0 0.5em 0.5em;
  transition: 0.2s linear;
  -webkit-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  -ms-transition: 0.2s linear;
}

@media print, screen and (min-width: 1024px) {
  header .header-inner {
    width: 95%;
    max-width: 1080px;
    margin: auto;
    padding: 1em 0;
  }
  header .logo {
    width: 365px;
  }
}
@media screen and (max-width: 1023px) {
  header .header-inner {
    padding: 0.5em 0.5em;
  }
  header .header-inner img.logo {
    width: 60%;
  }
  header .header-inner .link-to-top {
    position: absolute;
    top: 0.75em;
  }
  header .header-inner .link-to-top {
    width: 35%;
  }
  header .header-inner .link-to-top a {
    font-size: 1.2rem;
    text-align: center;
    margin-right: 1%;
    padding: 0.25em 0.5em;
    border-radius: 2em;
    display: block;
  }
}
/*====================================================
article 
====================================================*/
article {
  margin: auto;
  position: relative;
  font-size: 1.4rem;
  font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
}

article.common .contents-lv-02 {
  padding-bottom: 60px;
}

article img {
  width: 100%;
}

a.red {
  color: #a20000;
}

a.red:hover {
  color: #f46060;
}

a.line {
  text-decoration: underline;
}

/*====================================================
	// class .contents
====================================================*/
.contents {
  background: #8ad0e8;
}

article.common .contents {
  padding-top: 160px;
}

.contents_texture {
  padding-bottom: 60px;
}

.contents .lv_02 {
  width: 95%;
  max-width: 1260px;
  margin: auto;
  padding-top: 40px;
}

.category_outer {
  width: 95%;
  margin: auto auto 3em;
  /* padding: 60px 0; */
  padding-bottom: 15px;
  max-width: 1260px;
  background: #fff;
  border-radius: 10px;
  /* overflow: hidden; */
}

@media screen and (max-width: 1023px) {
  .pages .contents_texture {
    padding-top: 100px;
  }
}
@media screen and (max-width: 900px) {
  .contents .lv_02 {
    width: 95%;
    margin: auto;
    padding-top: 10px;
  }
  .pages .contents_texture {
    padding-top: 120px;
  }
}
@media screen and (max-width: 768px) {
  .contents .lv_02 {
    /* width: 95%; */
    width: 90%;
    margin: auto;
  }
  .pages .contents_texture {
    padding: 70px 0;
  }
  article.common .contents {
    /* padding-top: 90px; */
    padding-top: 120px;
  }
}
/*====================================================
	//ID .category
====================================================*/
.category {
  margin-bottom: 60px;
  padding: 15px 0 45px;
  /* background: #fff; */
  /* overflow: hidden; */
  position: relative;
}

.category .notice {
  width: 90%;
  margin: auto;
}

.category .lead {
  width: 80%;
  margin: auto auto 3em;
  text-align: center;
}

.category .lead p {
  font-size: 1.8rem;
}

.category p.item-notice {
  font-size: 1.3rem;
  width: 95%;
  margin: auto;
}

.category h2 {
  width: 95%;
  margin: auto auto 45px;
  /* min-height: 100px; */
  /* font-size: 4.2rem; */
  font-size: 5.6rem;
  font-weight: normal;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  padding: 30px 0;
}

.category h2 small {
  font-size: 3rem;
  display: block;
}

.category h2.line_1 {
  display: flex;
  justify-content: center;
  align-items: center;
}

.category h2 .break1 {
  margin-left: 10px;
}

.category h2 small {
  font-size: 2.6rem;
}

.category h2 .bg_h2 {
  width: 98%;
  margin: auto;
  padding: 1em 0 1em;
  /*    background: url(../img/common/bg_h2.png) no-repeat center center;*/
  background-size: contain;
  display: block;
}

.category h2 .bg_h2.line1 {
  padding: 1.25em 0;
}

.category h2 .bg_h2.line2 {
  padding: 30px 0;
}

.category .leadtxt p {
  width: 90%;
  margin: auto auto;
  padding: 1em 0;
  font-size: 1.8rem;
  line-height: 1.8;
  text-align: center;
}

.link-lineup li {
  width: 80%;
  text-align: center;
  margin: auto auto 4em;
}

.link-lineup a {
  color: #fff;
  font-size: 1.6rem;
  background: #3d62ac;
  padding: 0.5em 1.5em;
  border-radius: 2em;
  display: block;
}

.link-lineup a:hover {
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  opacity: 0.6;
}

@media screen and (max-width: 900px) {
  .category h2 {
    font-size: 2.6rem;
    margin-bottom: 0.75em;
  }
  .category h2 .break1 {
    margin-left: 0;
    display: block;
  }
  .category-lead {
    width: 100%;
  }
  .category-lead p {
    font-size: 1.5rem;
    line-height: 1.8;
    margin-bottom: 2em;
  }
  .category h2.line_2 small {
    display: block;
    margin-top: 1em;
  }
  .category h2.line_3 small {
    display: block;
    margin-top: 0.25em;
  }
}
@media screen and (max-width: 768px) {
  .category h2 {
    /* font-size: 2.6rem; */
    font-size: 3rem;
    margin-bottom: 0.75em;
  }
  .category .leadtxt p {
    width: 90%;
    margin: auto auto 0;
    font-size: 1.5rem;
    line-height: 1.6;
    text-align: center;
  }
  .category h2 small {
    font-size: 1.8rem;
  }
  .link-lineup li {
    margin: auto auto 1em;
  }
  .category-lead {
    width: 90%;
    margin: auto;
  }
}
@media screen and (max-width: 320px) {
  .category .leadtxt {
    font-size: 1.4rem;
  }
}
/*====================================================
	line.nananme
====================================================*/
.category .line.naname-1 {
  width: 100px;
  height: 100px;
  position: absolute;
  top: -10px;
  left: -10px;
  z-index: 2;
}

.category .line.naname-2 {
  width: 100px;
  height: 100px;
  position: absolute;
  top: -15px;
  right: -10px;
  z-index: 5;
}

.flute .category .line.naname-1 {
  background: linear-gradient(-45deg, transparent 49%, #64b4dc 49%, #64b4dc 51%, transparent 51%, transparent);
}

.flute .category .line.naname-2 {
  background: linear-gradient(45deg, transparent, transparent 49%, #64b4dc 49%, #64b4dc 51%, transparent 51%, transparent);
}

.clarinet .category .line.naname-1 {
  background: linear-gradient(-45deg, transparent 49%, #f37e00 49%, #f37e00 51%, transparent 51%, transparent);
}

.clarinet .category .line.naname-2 {
  background: linear-gradient(45deg, transparent, transparent 49%, #f37e00 49%, #f37e00 51%, transparent 51%, transparent);
}

.sax .category .line.naname-1 {
  background: linear-gradient(-45deg, transparent 49%, #e65064 49%, #e65064 51%, transparent 51%, transparent);
}

.sax .category .line.naname-2 {
  background: linear-gradient(45deg, transparent, transparent 49%, #e65064 49%, #e65064 51%, transparent 51%, transparent);
}

.trumpet .category .line.naname-1 {
  background: linear-gradient(-45deg, transparent 49%, #0055aa 49%, #0055aa 51%, transparent 51%, transparent);
}

.trumpet .category .line.naname-2 {
  background: linear-gradient(45deg, transparent, transparent 49%, #0055aa 49%, #0055aa 51%, transparent 51%, transparent);
}

.tb_hr_eu .category .line.naname-1 {
  background: linear-gradient(-45deg, transparent 49%, #14b48c 49%, #14b48c 51%, transparent 51%, transparent);
}

.tb_hr_eu .category .line.naname-2 {
  background: linear-gradient(45deg, transparent, transparent 49%, #14b48c 49%, #14b48c 51%, transparent 51%, transparent);
}

@media print, screen and (max-width: 768px) {
  .category .line.naname-1,
  .category .line.naname-2 {
    width: 60px;
    height: 60px;
  }
}
/*====================================================
	individual
====================================================*/
.flute .category h2 {
  color: #64b4dc;
  border-bottom: #64b4dc thin solid;
}

.flute .neko.fl {
  width: 210px;
  height: 177px;
  top: 30px;
  right: 80px;
  position: absolute;
  z-index: 1;
}

@media screen and (max-width: 1280px) {
  .flute .neko.fl {
    width: 210px;
    height: 177px;
    top: 150px;
    right: 0px;
    position: absolute;
    z-index: 1;
  }
}
@media screen and (max-width: 1023px) {
  .flute .neko.fl {
    width: 20%;
    height: auto;
    top: 100px;
    right: 15px;
    position: absolute;
    z-index: 1;
    /* border: #f00 thin solid; */
  }
}
@media screen and (max-width: 900px) {
  .flute .neko.fl {
    width: 35%;
    height: auto;
    top: 220px;
    right: 15px;
    position: absolute;
    z-index: 1;
    /* border: #f00 thin solid; */
  }
}
.clarinet .category h2 {
  color: #f39800;
  border-bottom: #f39800 thin solid;
}

.clarinet .neko.cl {
  width: 139px;
  height: 184px;
  top: 30px;
  left: 90px;
  position: absolute;
  z-index: 1;
}

@media screen and (max-width: 1280px) {
  .clarinet .neko.cl {
    width: 139px;
    height: 184px;
    top: 0px;
    left: 90px;
    position: absolute;
    z-index: 1;
  }
}
@media screen and (max-width: 1023px) {
  .clarinet .neko.cl {
    width: 15%;
    height: auto;
    top: 50px;
    left: 15px;
    position: absolute;
    z-index: 1;
  }
}
@media screen and (max-width: 900px) {
  .clarinet .neko.cl {
    width: 20%;
    height: auto;
    top: 50px;
    left: 15px;
    position: absolute;
    z-index: 1;
  }
}
.sax .category h2 {
  color: #e65064;
  border-bottom: #e65064 thin solid;
}

.sax .neko.sax {
  width: 179px;
  height: 190px;
  top: 30px;
  right: 60px;
  position: absolute;
  z-index: 1;
}

@media screen and (max-width: 1280px) {
  .sax .neko.sax {
    width: 179px;
    height: 190px;
    top: 50px;
    left: 15px;
    position: absolute;
    z-index: 1;
  }
}
@media screen and (max-width: 1023px) {
  .sax .neko.sax {
    width: 15%;
    height: auto;
    top: 80px;
    left: 10px;
    position: absolute;
    z-index: 1;
  }
}
@media screen and (max-width: 900px) {
  .sax .neko.sax {
    width: 25%;
    height: auto;
    top: 80px;
    left: 10px;
    position: absolute;
    z-index: 1;
  }
}
.trumpet .category h2 {
  color: #0055aa;
  border-bottom: #0055aa thin solid;
}

.trumpet .neko.tp {
  width: 222px;
  height: 164px;
  top: 30px;
  left: 80px;
  position: absolute;
  z-index: 1;
}

@media screen and (max-width: 1280px) {
  .trumpet .neko.tp {
    width: 222px;
    height: 164px;
    top: 100px;
    left: 15px;
    position: absolute;
    z-index: 1;
  }
}
@media screen and (max-width: 1023px) {
  .trumpet .neko.tp {
    width: 25%;
    height: auto;
    top: 120px;
    left: 20px;
    position: absolute;
    z-index: 1;
  }
}
@media screen and (max-width: 900px) {
  /* .trumpet .neko.tp {
    width: 35%;
    height: auto;
    top: 120px;
    left: 20px;
    position: absolute;
    z-index: 1;
  } */
  .trumpet .neko.tp {
    width: 35%;
    height: auto;
    top: 220px;
    left: -5px;
    position: absolute;
    z-index: 1;
  }
}
.tb_hr_eu .category h2 {
  color: #14b48c;
  border-bottom: #14b48c thin solid;
}

.tb_hr_eu .neko.tb {
  width: 200px;
  height: 105px;
  top: 90px;
  right: 80px;
  position: absolute;
  z-index: 1;
}

@media screen and (max-width: 1280px) {
  .tb_hr_eu .neko.tb {
    width: 200px;
    height: 105px;
    top: 100px;
    right: 15px;
    position: absolute;
    z-index: 1;
  }
}
@media screen and (max-width: 1023px) {
  .tb_hr_eu .neko.tb {
    width: 20%;
    height: auto;
    top: 120px;
    right: 0px;
    position: absolute;
    z-index: 1;
  }
}
@media screen and (max-width: 900px) {
  /* .tb_hr_eu .neko.tb {
        width: 35%;
        height: auto;
        top: 120px;
        right: 0px;
        position: absolute;
        z-index: 1;
    } */
  .tb_hr_eu .neko.tb {
    width: 35%;
    height: auto;
    top: 210px;
    left: -5px;
    position: absolute;
    z-index: 1;
  }
}
/* ===========================
#lineup
   ============================ */
#lineup h3,
#lineup h4 {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
}

#lineup h3 {
  width: 90%;
  font-size: 3rem;
  margin: auto auto 30px;
  padding: 10px 0;
  font-family: "Noto Sans JP", sans-serif;
  /* color: #ccc; */
  border: none;
}

@media print, screen and (max-width: 768px) {
  #lineup h3 {
    font-size: 3rem;
  }
}
/* individual colors */
#lineup.sax h3.range {
  color: #fdfab2;
  background: #faee00;
  text-shadow: 1px 1px 0 #000, -1px -1px 0 #000, -1px 1px 0 #000, 1px -1px 0 #000, 0 1px 0 #000, 0 -1px 0 #000, -1px 0 0 #000, 1px 0 0 #000;
}

/*====================================================
	.two_column
====================================================*/
.two_column .lead {
  width: auto;
  text-align: left;
}

.two_column .txtbox {
  width: calc(100% - 375px);
  /* border: #f00 thin solid; */
}

.two_column figure {
  width: 354px;
  /* border: #f00 thin solid; */
}

@media print, screen and (max-width: 768px) {
  .two_column.flexbox {
    display: block;
  }
  .two_column .txtbox {
    width: auto;
    /* border: #f00 thin solid; */
  }
  .two_column figure {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    /* border: #f00 thin solid; */
  }
}
/*====================================================
	#mkc
====================================================*/
/*

#mkc {
    background: #fff;
    font-size: 1.6rem;
    margin-bottom: 3em;
    overflow: hidden;
}

#mkc .br_se {
    display: none;
}

#mkc h3 {
    font-size: 3.0rem;
    text-align: center;
    color: #fff;
    background: #c98e2f;
    padding: 1em 1em .5em;
}


#mkc h3 small {
    font-size: 2.0rem;
}


#mkc h3 img {
    width: 50%;
}

#mkc .inside {
    width: 80%;
    margin: auto;
    padding: 2em 0 3em;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content：space-between;

}

#mkc .txt {
    width: 69%;
    margin-right: 1%;
}

#mkc figure {
    width: 30%;
    text-align: right;
}

#mkc figure img {
    width: 100%;
    max-width: 290px;
}


#mkc .catch {
    color: #9b7c25;
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 1em;
}

#mkc .free {
    color: #c00;
}

#mkc .link a {
    color: #fff;
    background: #9D4753;
    margin-bottom: 1em;
    padding: .25em 1em;
    border-radius: 2em;
}



#mkc .link a {
    margin: auto auto 1.5em;
    padding: 10px 15px;
    color: #fff;
    background: #db902e;
    display: inline-block;
    text-align: center;
    border-radius: 2em;
    box-shadow: 0 3px 5px 0 #aaa;
}


#mkc p {
    margin-bottom: 2em;
}

#mkc .link a:hover {
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;
}



@media screen and (max-width: 1023px) {

    #mkc h3 {
        padding: 1em 0 1em;
    }

    #mkc h3 img {
        width: 80%;
    }

    #mkc .link a {
        width: 60%;
        margin-left: auto;
        margin-right: auto;
        padding: 1em 1em;
        text-align: center;
        display: block;
    }

    #mkc figure {
        width: 50%;
        margin: auto;
        text-align: center;
    }

    #mkc .txt {
        width: auto;
        margin: 0 0 2em;
    }




}


@media screen and (max-width: 768px) {
    #mkc .inside {
        padding: 2em 5% 30px;
    }

    #mkc h3 img {
        width: 95%;
    }

    #mkc .link a {
        width: 90%;
        border-radius: 3em;
    }

}



@media screen and (max-width: 320px) {
    #mkc .link a {
        width: 80% !important;
        border-radius: 5em !important;
    }

    #mkc .br_se {
        display: block;
    }

}

*/
/*=====================
	// 202511 追記分
=======================*/
.neko {
  display: none;
}

.category .line.naname-1, .category .line.naname-2 {
  display: none !important;
}

#wrap {
  padding-top: 100px;
}
@media screen and (max-width: 999px) {
  #wrap {
    padding-top: 60px;
  }
}

.common #slide_nav {
  top: 100px !important;
  transition: all cubic-bezier(0.39, 0.575, 0.565, 1) 0.4s;
  background: url(../img/bg_header.png) no-repeat top center #fff !important;
  background-size: cover !important;
}
@media screen and (max-width: 999px) {
  .common #slide_nav {
    top: 60px !important;
  }
}
.common #slide_nav.hidden {
  opacity: 0;
}

#title {
  background: url(../img/top/bg_title_pc5.png) no-repeat top center !important;
  background-size: cover !important;
}
#title .bg_inst {
  background: url(../img/top/bg_title_inst_2.png) no-repeat top center !important;
  background-size: contain !important;
}
#title .inner {
  position: relative;
}
#title .inner .shoplogo.pc {
  position: absolute !important;
  right: 0;
}
#title .inner .lv-01 .txtbox {
  margin-top: 40px !important;
}
#title .inner .lv-01 .txtbox h1 {
  max-width: 500px;
  margin-bottom: 20px !important;
  margin-left: 30px !important;
}
@media screen and (max-width: 999px) {
  #title .inner .lv-01 .txtbox h1 {
    margin-left: 0 !important;
  }
}
@media screen and (max-width: 999px) {
  #title .inner .lv-01 .txtbox {
    margin-top: 0 !important;
  }
}

.contents {
  background-image: linear-gradient(0deg, #ffdca3, #ffeac8 37% 70%, #ffdca3);
}
.contents .lead_to_pages .half .item {
  box-shadow: 8px 8px 0 0 #cda959 !important;
}
.contents #special .line.naname-1, .contents #special .line.naname-2 {
  display: none;
}
.contents #special h3 {
  font-size: 32px;
}
@media screen and (max-width: 999px) {
  .contents #special h3 {
    font-size: 24px;
  }
}
.contents #special #come_on h3 {
  color: #e73828;
}
.contents #special #acce h3 {
  color: #8dc21f;
}
.contents #special #mkc h3 {
  color: #bc4b1f;
}
.contents #special #lesson h3 {
  color: #036eb7;
}
.contents #special .link {
  margin-top: 30px;
}
.contents #special .link a {
  padding: 16px 30px !important;
}
.contents #special .link a i img {
  vertical-align: middle !important;
}

.item-lineup .item_list {
  width: 100%;
  padding: 0 2%;
}
.item-lineup .item_list .listOuter {
  width: 100%;
}
.item-lineup .item_list .listOuter .rows > div {
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.item-lineup .item_list .listOuter .rows .inb {
  display: inline-block;
}
.item-lineup .item_list .listOuter .rows .box_2, .item-lineup .item_list .listOuter .rows .box_3 {
  margin-bottom: 60px !important;
}
@media screen and (max-width: 999px) {
  .item-lineup .item_list .listOuter .rows .box_2, .item-lineup .item_list .listOuter .rows .box_3 {
    margin-bottom: 20px !important;
  }
}
.item-lineup .item_list .listOuter .rows .box_2 {
  width: 48%;
  margin-right: 3.5%;
}
.item-lineup .item_list .listOuter .rows .box_2:nth-of-type(2n) {
  margin-right: 0;
}
@media screen and (max-width: 999px) {
  .item-lineup .item_list .listOuter .rows .box_2 {
    width: 98%;
    margin: 0 auto 40px !important;
    display: block;
  }
}
.item-lineup .item_list .listOuter .rows .box_3 {
  width: 32%;
  margin-right: 1.5%;
}
.item-lineup .item_list .listOuter .rows .box_3:nth-of-type(3n) {
  margin-right: 0;
}
@media screen and (max-width: 999px) {
  .item-lineup .item_list .listOuter .rows .box_3 {
    width: 98%;
    margin: 0 auto 40px !important;
    display: block;
  }
}
.item-lineup .item_list .listOuter .rows .h_01 {
  position: relative;
}
.item-lineup .item_list .listOuter .rows .h_01 .spec {
  padding: 10px 15px;
}
@media screen and (max-width: 999px) {
  .item-lineup .item_list .listOuter .rows .h_01 .spec {
    min-height: initial;
  }
}
.item-lineup .item_list .listOuter .rows .h_01 .spec dt {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.4;
  word-break: keep-all;
}
.item-lineup .item_list .listOuter .rows .h_01 .spec .price {
  margin-bottom: 0;
  font-size: 1.7rem;
  line-height: 1.4;
}
.item-lineup .item_list .listOuter .rows .h_01 .spec .price .red_price {
  color: #c00;
  text-align: right;
}
.item-lineup .item_list .listOuter .rows .h_01 .spec .price .priceTxt {
  color: #000;
  font-size: 1.5rem;
}
.item-lineup .item_list .listOuter .rows .h_01 .spec .price .arrow {
  padding: 0 0.2em 0 0.5em;
  color: #999;
}
.item-lineup .item_list .listOuter .rows .h_01 .spec .price .taxin {
  font-size: 1.1rem;
  font-weight: 400;
  color: #000;
  display: inline-block;
}
.item-lineup .item_list .listOuter .rows .h_01 .spec .icon_new {
  letter-spacing: 1px;
  line-height: 1.3;
  padding: 0.3em 0 0.2em;
  background: #2e291d;
  width: 90%;
  max-width: 250px;
  border-radius: 2em;
  font-weight: 700;
  font-size: 1.8rem;
  text-align: center;
  margin: 0.5em auto;
  position: relative;
}
.item-lineup .item_list .listOuter .rows .h_01 .spec .icon_new span {
  position: relative;
  z-index: 1;
}
.item-lineup .item_list .listOuter .rows .h_01 .spec .ribbon {
  color: #fff !important;
  background: transparent;
}
.item-lineup .item_list .listOuter .rows .h_01 .spec .ribbon::before, .item-lineup .item_list .listOuter .rows .h_01 .spec .ribbon::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 0;
  left: 0;
  right: 0;
  display: block;
  box-sizing: border-box;
  border: 1.5em solid transparent;
  border-left: 0.8em solid transparent;
  border-right: 0.8em solid transparent;
}
.item-lineup .item_list .listOuter .rows .h_01 .spec .ribbon::before {
  border-top-color: #e97644;
  top: 0;
  margin: auto;
}
.item-lineup .item_list .listOuter .rows .h_01 .spec .ribbon::after {
  border-bottom-color: #e97644;
  bottom: 0;
}
.item-lineup .item_list .listOuter .rows .h_01 .spec .detailIcon_box {
  display: table;
}
.item-lineup .item_list .listOuter .rows .h_01 .spec .detailIcon_box .detailIcon {
  display: inline-block;
  float: left;
  margin-top: 5px;
  margin-right: 5px;
  padding: 0.1em 0.5em;
  font-size: 1.2rem;
  /* background: #968e79; */
  background: #e81e26;
  color: #fff;
  font-weight: bold;
}
.item-lineup .item_list .listOuter .rows .h_01 .spec .copy {
  font-size: 1.4rem;
  padding-top: 0.5em;
  margin-bottom: 0.5em;
  line-height: 1.4;
}
.item-lineup .item_list .listOuter .rows .itemlink {
  font-size: 1.6rem;
  width: 90%;
  bottom: 0.5em;
  left: 0;
  right: 0;
  margin: auto;
}
.item-lineup .item_list .listOuter .rows .itemlink li {
  padding: 0.5em;
}
.item-lineup .item_list .listOuter .rows .itemlink li a {
  background: #d7be7a;
  color: #000 !important;
  color: #fff;
  text-align: center;
  background: #d7be7a;
  display: block;
  padding: 0.8em 1em;
  max-width: 50pc;
  margin: auto;
  font-weight: 700;
  border-radius: 2em;
}

div.cat_list > a {
  background: #d7be7a;
  color: #000 !important;
  color: #fff;
  text-align: center;
  background: #d7be7a;
  display: block;
  padding: 0.8em 1em;
  max-width: 50pc;
  margin: auto;
  font-weight: 700;
  border-radius: 2em;
  max-width: 500px;
  margin-bottom: 20px;
}

#lineup.sax h3.range {
  color: #fff !important;
  background: #f1cb85 !important;
}

@media screen and (max-width: 999px) {
  #slide_nav .menu-trigger span, div#tothetop a {
    background-color: #c5ac68 !important;
  }
}

#fl > div:nth-child(1) .spec {
  min-height: 250px;
}
@media screen and (max-width: 999px) {
  #fl > div:nth-child(1) .spec {
    min-height: initial !important;
  }
}

#fl > div:nth-child(2) .spec {
  min-height: 470px;
}
@media screen and (max-width: 999px) {
  #fl > div:nth-child(2) .spec {
    min-height: initial !important;
  }
}

#cl > div:nth-child(1) .spec {
  min-height: 300px;
}
@media screen and (max-width: 999px) {
  #cl > div:nth-child(1) .spec {
    min-height: initial !important;
  }
}

#cl > div:nth-child(2) .spec {
  min-height: 380px;
}
@media screen and (max-width: 999px) {
  #cl > div:nth-child(2) .spec {
    min-height: initial !important;
  }
}

#s_sax .rows .spec {
  min-height: 330px !important;
}
@media screen and (max-width: 999px) {
  #s_sax .rows .spec {
    min-height: initial !important;
  }
}

#a_sax .rows:nth-child(1) .spec {
  min-height: 250px !important;
}
@media screen and (max-width: 999px) {
  #a_sax .rows:nth-child(1) .spec {
    min-height: initial !important;
  }
}

#a_sax .rows:nth-child(2) .spec {
  min-height: 490px !important;
}
@media screen and (max-width: 999px) {
  #a_sax .rows:nth-child(2) .spec {
    min-height: initial !important;
  }
}

#t_sax .rows:nth-child(1) .spec {
  min-height: 250px !important;
}
@media screen and (max-width: 999px) {
  #t_sax .rows:nth-child(1) .spec {
    min-height: initial !important;
  }
}

#trumpet .rows:nth-child(1) .spec {
  min-height: 350px !important;
}
@media screen and (max-width: 999px) {
  #trumpet .rows:nth-child(1) .spec {
    min-height: initial !important;
  }
}

#trumpet .rows:nth-child(2) .spec {
  min-height: 280px !important;
}
@media screen and (max-width: 999px) {
  #trumpet .rows:nth-child(2) .spec {
    min-height: initial !important;
  }
}

#trb .rows:nth-child(1) .spec {
  min-height: 350px !important;
}
@media screen and (max-width: 999px) {
  #trb .rows:nth-child(1) .spec {
    min-height: initial !important;
  }
}

#horn .rows:nth-child(1) .spec {
  min-height: 270px !important;
}
@media screen and (max-width: 999px) {
  #horn .rows:nth-child(1) .spec {
    min-height: initial !important;
  }
}

#map_wrap .telnum strong {
  width: -moz-fit-content !important;
  width: fit-content !important;
}/*# sourceMappingURL=common.css.map */