@charset "utf-8";
/* CSS Document */

/*------------------------------
	       top 2024/03
--------------------------------*/

.contents .innerBoxTop {
	max-width: 100%;
  padding-bottom: 150px;
}
.contents .innerBox .lineup_02, .contents .innerBox .lineup_03 {
	display: flex;
	flex-direction: column;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.contents .innerBox .lineup_02 div, .contents .innerBox .lineup_03 div {
	width: 100%;
	text-align: center;
	border: 1px solid #FFF;
	margin-bottom: 50px;
}
.contents .innerBox .lineup_02 div img, .contents .innerBox .lineup_03 div img {
	display: inline-block;
	max-width: 60%;
	margin-bottom: 10px;
	padding: 20px;
	background: #F7F7F7;
}
.contents .innerBox .lineup_02 div h3, .contents .innerBox .lineup_03 div h3 {
	font-size: 2.2rem;
	line-height: 1.1em;
	font-weight: normal;
	letter-spacing: 0.1em;
	font-family: 'Marcellus', serif;
}
.contents .innerBox .lineup_02 div h3 span, .contents .innerBox .lineup_03 div h3 span {
	font-size: 1.2rem;
	font-family: Copperplate Gothic Light;
	display: block;
}
.contents .innerBox .lineupWrap .category {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.6rem;
  letter-spacing: normal;
  margin: 5px 0 30px;
  white-space: nowrap;
  font-family: 'Marcellus', serif;
  width: 100%;
}
.contents .innerBox .lineupWrap .category:before, .contents .innerBox .lineupWrap .category.category:after {
  border-top: 1px solid;
  content: "";
  width: 100%; /* 線の長さ */
}
.contents .innerBox .lineupWrap .category:before {
  margin-right: 1em; /* 文字の右隣 */
}
.contents .innerBox .lineupWrap .category:after {
  margin-left: 1em; /* 文字の左隣 */
}
.quality {
  margin-top: 40px;
  font-family: "BIZ UDPMincho";
  letter-spacing: 0.1em;
}
.quality img{
  margin-bottom: 40px;  
}
.quality h3, .maestros h3 {
  text-align: center;
  font-size: 2.8rem;
  line-height: 1.1em;
  font-weight: normal;
  letter-spacing: 0.1em;
}
.quality .catch, .maestros .catch {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  margin-top: 15px;
}
.quality .catch:before, .quality .catch:after, .maestros .catch:before, .maestros .catch:after {
  border-top: 1px solid;
  content: "";
  width: 2.5em; /* 線の長さ */
}
.quality .catch:before, .maestros .catch:before {
  margin-right: 0.5em; /* 文字の右隣 */
}
.quality .catch:after, .maestros .catch:after {
  margin-left: 0.5em; /* 文字の左隣 */
}
.quality p {
  font-size: 1.7rem;
  line-height: 1.8em;
  margin: 30px auto 0;
  width: 90%;
}
.quality .txtBoxWrap {
  margin: 15px auto 40px;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.quality .txtBoxWrap .txtBox  {
  font-size: 1.6rem;
  line-height: 1.7em;
  margin: 20px auto 0;
  width: 90%;
}
.quality .txtBoxWrap .catch {
  font-size: 2.0rem;
  margin-bottom: 20px;
  white-space: nowrap;
}
.quality .txtBoxWrap .catch:before, .quality .txtBoxWrap .catch:after {
  border-top: 1px solid;
  content: "";
  width: 100%; /* 線の長さ */
}

/*||||||　@media 767以下　||||||*/
@media screen and (max-width: 767px) {
.contents .innerBox .lineupWrap .category_02, .contents .innerBox .lineupWrap .category_04 {
  margin-top: 70px;
}
.contents .innerBox .lineupWrap .category_03 {
  display: none;
}
  }

/*||||||　@media 768以上　||||||*/
@media screen and (min-width: 768px) {
.contents .innerBoxTop {
	max-width: 1000px; 
}
.contents .innerBox .lineup_02, .contents .innerBox .lineup_03 {
	display: flex;
	flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 15px;
}
.contents .innerBox .lineup_03 {
	/*width: 66%;*/
  padding: 0 15px;
  margin-top: 70px;
}
.contents .innerBox .lineup_02 div, .contents .innerBox .lineup_03 div {
  width: 32%;
	max-width: 280px;
	text-align: center;
	border: 1px solid #FFF;
	margin-bottom: 0;
}
.contents .innerBox .lineup_02 div img, .contents .innerBox .lineup_03 div img {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 10px;
	padding: 20px;
	background: #F7F7F7;
	-webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.contents .innerBox .lineup_02 div img:hover, .contents .innerBox .lineup_03 div img:hover {
	background-color: rgba(247,247,247,0.00);
}
.contents .innerBox .lineup_02 div h3, .contents .innerBox .lineup_03 div h3 {
	font-size: 2.2rem;
	line-height: 1.1em;
	font-weight: normal;
	letter-spacing: 0.1em;
	font-family: 'Marcellus', serif;
}
.contents .innerBox .lineup_02 div h3 span, .contents .innerBox .lineup_03 div h3 span {
	font-size: 1.2rem;
	font-family: Copperplate Gothic Light;
	display: block;
}
.contents .innerBox .lineupWrap .category_02 {
  width: 65%;
}
.contents .innerBox .lineupWrap .category_03 {
  width: 32%;
  max-width: 280px;
}
.contents .innerBox .lineupWrap .category_04 {
  display: none;
}
.quality {
  margin-top: 100px;
}
.quality img{
  margin-bottom: 60px;  
}
.quality h3, .maestros h3 {
  font-size: 3.2rem;
  line-height: 1.1em;
}
.quality .catch, .maestros .catch {
  font-size: 2.0rem;
}
.quality p {
  font-size: 1.8rem;
  line-height: 2.0em;
  margin: 30px auto 40px;
  width: 90%;
}
.quality .txtBoxWrap {
  margin: 30px auto 40px;
  width: 98%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.quality .txtBoxWrap .txtBox  {
  font-size: 1.6rem;
  line-height: 1.6em;
  margin-top: 0;
  width: 30%;
}
	}




.maestros {
  margin-top: 80px;
  font-family: "BIZ UDPMincho";
  letter-spacing: 0.1em;
}
.maestros h3 {
  font-family: 'Marcellus', serif;
}
.maestros p {
  font-size: 1.6rem;
  line-height: 1.8em;
  margin: 30px auto 20px;
  width: 90%;
}
.maestros p:last-of-type {
  margin-bottom: 40px;
}
.maestros .profileBox {
  position: relative;
	padding: 40px 30px;
	background-color: #808080;
  color: #F1F1F1;
}
.maestros .profileBox .profInner:first-of-type {
  margin-top: 40px;
}
.maestros .profileBox:nth-child(even) {
	background-color: #E7E7E7;
  color: #000;
}
.maestros .profileBox .category {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  background: #C00000;
  /*padding: 5px;*/
  border: 5px solid #C00000;
  text-align:center;
}
.maestros .profileBox .category img {
  border: 1px solid #BBB;
  vertical-align:top;
  max-width: 140px;
}
.maestros .profileBox .profInner {
  display: flex;
	justify-content: space-between;
  margin-bottom: 30px;
}
.maestros .profileBox .profInner:last-child {
  margin-bottom: 0;
}
.maestros .profileBox .profInner .boxL {
  width: 25%;
}
.maestros .profileBox .profInner .boxR {
  width: 70%;
}
.maestros .profileBox .profInner .boxR p {
  margin: 10px 0 0;
  font-size: 1.4rem;
  line-height: 1.6;
  width: 95%;
}
.maestros .profileBox .profInner .flexBox {
  display: flex;
  margin-bottom: 15px;
}
.maestros .profileBox .profInner .flexBox .itmName {
  display: flex;
  align-items: center;
  padding: 10px 20px;
  margin-right: 10px;
  border: 1px solid #F1F1F1;
  font-size: 1.0rem;
  text-align: center;
}
.maestros .profileBox:nth-child(even) .profInner .flexBox .itmName {
	border: 1px solid #000;
}
.maestros .profileBox .profInner p.maestroName {
  font-size: 1.8rem;
  margin: 5px 0 5px;
}


/*||||||　@media 600以下　||||||*/
@media screen and (max-width: 600px) {
  
.maestros {
  margin-top: 60px;
}
.maestros .profileBox {
  position: relative;
	padding: 40px 0;
  margin-bottom: 0;
	background-color: #808080;
  color: #F1F1F1;
}
.maestros .profileBox .profInner {
  display: flex;
  flex-direction: column;
	flex-wrap: wrap;
  margin-bottom: 10px;
}
.maestros .profileBox .profInner .boxL {
  margin-top: 40px;
  width: 100%;
}
.maestros .profileBox .profInner .boxL img {
  max-width: 280px;
  display: block;
  margin: 0 auto;
}
.maestros .profileBox .profInner .boxR {
  width: 100%;
}
.maestros .profileBox .profInner .boxR p {
  font-size: 1.4rem;
  margin: 10px auto 0;
  width: 90%;
}
.maestros .profileBox .profInner .flexBox {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 15px;
}
.maestros .profileBox .profInner .flexBox .itmName {
  display: flex;
  align-items: center;
  padding: 10px 20px;
  margin-right: 10px;
  border: 1px solid #F1F1F1;
  font-size: 1.0rem;
  text-align: center;
}
.maestros .profileBox .profInner .flexBox .itmName:last-child {
  margin-right: 0;
}
.maestros .profileBox:nth-child(even) .profInner .flexBox .itmName {
	border: 1px solid #000;
}
.maestros .profileBox .profInner p.maestroName {
  font-size: 1.8rem;
  text-align: center;
}
.maestros .profileBox .profInner p.maestroName span {
  display: inline-block;
}
	}