/*====================================================
	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: -webkit-flex;
  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;
    }

}

*/
