@charset "utf-8";

.reed-container .nowrap {
	white-space: nowrap;
}

/* .box-top */
.reed-container .box-top {
  position: relative;
  height: 250px;
}
.reed-container .box-top-cl {
  background: url(../clarinet/img/bg_cl.jpg) no-repeat right center;
  background-size: auto 250px;
}
.reed-container .box-top-sax {
  background: url(../sax/img/bg_sax.jpg) no-repeat left center;
  background-size: auto 250px;
}
.reed-container .box-top::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 80px;
  bottom: 0;
  left: 0;
}
.reed-container .box-top-cl::before {
  background: rgba(119, 66, 118, .8);
}
.reed-container .box-top-sax::before {
  background: rgba(109, 133, 57, .8);
}
.reed-container .box-top .ttl {
  font-size: 48px;
  font-family: 'Charm', cursive;
  position: absolute;
  top: 10px;
}
.reed-container .box-top-cl .ttl {
  color: rgba(119, 66, 118, .9);
  left: 23%;
}
.reed-container .box-top-sax .ttl {
  color: rgba(109, 133, 57, .9);
  right: 20%;
}
.reed-container .box-top .lead {
  font-size: 15px;
  line-height: 1.6;
  background: rgba(255,255,255,.8);
  padding: 20px;
  position: absolute;
  width: 70%;
  max-width: 800px;
  bottom: 30px;
}
.reed-container .box-top-cl .lead {
	right: 40px;
}
.reed-container .box-top-sax .lead {
	left: 40px;
}
.reed-container .img-reed {
	width: auto;
  height: 230px;
  position: absolute;
  top: 10px;
}
.reed-container .box-top-cl .img-reed {
	left: 10%;
}
.reed-container .box-top-sax .img-reed {
	right: 4%;
}
@media (width <= 600px) {
	.reed-container .box-top {
		height: auto;
		background: none;
	}
	.reed-container .box-top::before {
		content: none;
	}
	.reed-container .box-top .ttl {
		display: none;
	}
	.reed-container .box-top .lead {
		position: static;
		width: 100%;
		background: #eee;
		box-sizing: border-box;
	}
	.reed-container .box-top .img-reed {
		width: 100%;
		height: auto;
		position: static;
		margin: 0 auto;
		display: block;
	}
}

/* .sec-osusume */
.reed-container .sec-osusume {
  margin-top: 40px;
}
.reed-container .sec-osusume ul {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.reed-container .sec-osusume li {
  width: 28%;
  margin: 15px;
  text-align: left;
}
.reed-container .sec-osusume img {
  width: 100%;
  height: auto;
  transition: opacity .3s;
}
.reed-container .sec-osusume a p {
	font-weight: bold;
  font-size: 14px;
  margin-top: .3em;
  color: #555;
}
.reed-container .sec-osusume a + p {
  line-height: 1.7;
  color: #444;
  margin-top: .3em;
  font-size: 14px;
}
.reed-container .sec-osusume a:hover img {
  opacity: .6;
}
@media (width <= 600px) {
	.reed-container .sec-osusume ul {
		flex-direction: column;
		align-items: center;
		margin-inline: 16px;
	}
	.reed-container .sec-osusume li {
		width: 100%;
		margin-inline: 0;
	}
	.reed-container .sec-osusume img {
		margin-bottom: 12px;
	}
	.reed-container .sec-osusume a p {
		line-height: 1.4;
	}
}

/* ランキング */
.reed-container .sec-bestseller {
	margin-top: 40px;
}
.reed-container .sec-bestseller ul {
	display: flex;
	justify-content: center;
	gap: 16px;
}
.reed-container .sec-bestseller li {
	width: 22%;
}
.reed-container .sec-bestseller p {
	margin-top: .5em;
	text-align: center;
	color: #444;
}
.reed-container .sec-bestseller img {
	max-width: 100%;
	height: auto;
	transition: .3s;
}
.reed-container .sec-bestseller a:hover img {
	opacity: .6;
}
@media (width <= 600px) {
	.reed-container .sec-bestseller ul {
		flex-wrap: wrap;
		margin: 12px;
		gap: 12px;
	}
	.reed-container .sec-bestseller li {
		width: 44%;
	}
}

.reed-container .wrap-sel-reed {
	margin-top: 40px;
}

.reed-container .box-inst-cl {
	border-color: #774276;
}
.reed-container .box-inst-sax {
	border-color: #6d8539;
}

.reed-container .tab-type-outer {
	position: relative;
}
.reed-container .tab-type {
	margin-top: 12px;
	border-bottom: 8px transparent;
	text-align: center;
	position: relative;
}
.reed-container .tab-type::before {
	background: linear-gradient(to right, rgba(119, 66, 118, 0), rgba(119, 66, 118, .5) 10%, rgba(119, 66, 118, .5) 90%, rgba(119, 66, 118, 0));
	position: absolute;
	bottom: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 8px;
}
.reed-container .box-inst-sax .tab-type::before {
	background: linear-gradient(to right, rgba(109, 133, 57, 0), rgba(109, 133, 57, .5) 10%, rgba(109, 133, 57, .5) 90%, rgba(109, 133, 57, 0));
}
.reed-container .box-inst-cl .tab-type {
	border-bottom-color: rgba(119, 66, 118, .5);
}
.reed-container .box-inst-sax .tab-type {
	border-bottom-color: rgba(109, 133, 57, .5);
}
.reed-container .tab-type li {
	display: inline-block;
	width: 15%;
	font-size: 18px;
}
.reed-container .tab-type a {
	display: block;
	text-align: center;
	line-height: 2;
	padding: 6px 0 3px;
	transition: all .3s;
}
.reed-container .tab-type a:hover {
		text-decoration: none;
}
.reed-container #line-active {
	position: absolute;
	bottom: 0;
	height: 8px;
	background: rgba(119, 66, 118, 1);
	background: #774276;
	transition: all .5s ease;
}
.reed-container .box-inst-sax #line-active {
	background: #6d8539;
}
.reed-container .box-inst-cl .tab-type-outer .selected {
	background: none;
	color:  #774276;
}
.reed-container .box-inst-cl .tab-type a {
	color: #774276;
}
.reed-container .box-inst-sax .tab-type a {
	color: #6d8539;
}
.reed-container .box-inst .tab-type .selected {
	font-weight: bold;
}
@media (width <= 600px) {
	.reed-container .tab-type-outer {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		background: linear-gradient(to top, rgba(119,66,118,.5), rgba(119,66,118,.5) 8px, transparent 8px);
	}
	.reed-container .box-inst-sax .tab-type-outer {
		background: linear-gradient(to top, rgba(109,133,57,.5), rgba(109,133,57,.5) 8px, transparent 8px);
	}
	.reed-container .tab-type {
		white-space: nowrap;
		padding: 0 10px;
	}
	.reed-container .tab-type::before {
		content: none;
	}
	.reed-container .tab-type li {
		width: auto;
		font-size: 20px;
	}
	.reed-container .tab-type a {
		transition: all .3s;
		box-sizing: border-box;
	}
	.reed-container .tab-type a span {
		padding: 0 8px;
	}
	.reed-container #line-active {
		display: none;
	}
	.reed-container .box-inst-cl .tab-type a {
		border-bottom: 8px solid transparent;
	}
	.reed-container .box-inst-sax .tab-type a {
		border-bottom: 8px solid transparent;
	}
	.reed-container .box-inst-cl .tab-type .selected {
		border-bottom: 8px solid #774276;
	}
	.reed-container .box-inst-sax .tab-type .selected {
		border-bottom: 8px solid #6d8539;
	}
	.reed-container .box-inst .tab-type .selected span {
		font-weight: bold;
	}
}

.reed-container .box-filter {
	margin: 15px 0;
	background: #efefef;
	padding: 15px;
	text-align: center;
}
.reed-container .box-filter-inner {
	display: inline-block;
	text-align: left;
}
.reed-container .wrap-filter-brand {
  display: inline-block;
  margin-left: 12px;
  margin-bottom: 8px;
}
#globalContents .wrap-filter-brand select {
  font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic' !important;
}
.reed-container .wrap-filter-brand select {
  padding: 2px 4px;
}
.reed-container .box-filter-brand option.hide {
  display: none;
}
.reed-container .box-filter-cut,
.reed-container .box-filter-genre {
	padding: 5px;
}
.reed-container .box-filter p {
	display: inline-block;
	font-size: 14px;
	margin-right: 8px;
}
.reed-container .box-filter .label {
	font-weight: bold;
	width: 60px;
}
.reed-container .box-filter input {
	display: none;
}
.reed-container .box-filter label {
	cursor: pointer;
	padding: 3px 6px 3px 32px;
	position: relative;
}
.reed-container .box-filter label::before {
	border: 2px solid #ccc;
	content: "";
	position: absolute;
	top: 50%;
	left: 6px;
	box-sizing: border-box;
	display: block;
	width: 18px;
	height: 18px;
	margin-top: -9px;
	background: #fff;
	border-radius: 3px;
}
.reed-container .box-filter input:checked + label::after {
	left: 6px;
	width: 18px;
	height: 9px;
	margin-top: -8px;
	border-left: 5px solid;
	border-bottom: 5px solid;
	transform: rotate(-45deg);
	content: "";
	position: absolute;
	top: 50%;
	box-sizing: border-box;
	display: block;
}
.reed-container .box-inst-cl .box-filter input:checked + label::after {
	border-color: #774276;
}
.reed-container .box-inst-sax .box-filter input:checked + label::after {
	border-color: #6d8539;
}
@media (width <= 600px) {
	.reed-container .box-filter {
		padding: 15px 15px 5px;
	}
	.reed-container .box-filter-inner {
		display: block;
		text-align: center;
	}
	.reed-container .box-filter-inner > div {
		display: inline-block;
	}
	.reed-container .box-filter-brand {
		margin-bottom: 8px;
	}
	.reed-container .wrap-filter-brand {
		display: block;
		margin: 0;
	}
	.reed-container .wrap-filter-brand select {
		padding: 0;
	}
	.reed-container .box-filter-brand option.hide {
		display: none;
	}
	.reed-container .box-filter p {
		margin-right: 8px;
		margin-bottom: 13px;
	}
	.reed-container .box-filter .label {
		width: 100%;
		font-size: 16px;
		display: block;
		text-align: center;
	}
}

.reed-container #box-result {
	transition: opacity .2s;
}
.reed-container #box-result.hide {
	opacity: 0;
}
.reed-container #box-noresult {
	line-height: 300px;
	text-align: center;
	font-size: 22px;
}
.reed-container .box-list {
	display: none;
}
.reed-container .box-list.selected {
	display: block;
}
.reed-container .box-list ul {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
	gap: 16px;
}
.reed-container .box-list li {
	display: flex;
	box-sizing: border-box;
}
.reed-container .box-list li.hide {
	display: none;
}
.reed-container .box-list li a {
	display: block;
	padding: 15px;
	background: #f0f0f0;
}
.reed-container .box-list li a:hover {
	text-decoration: none;
}
.reed-container .box-list li img {
	width: 100%;
	height: auto;
	transition: all .3s;
}
.reed-container .box-list .discontinued img {
  filter: brightness(.6);
}
.reed-container .box-list li a:hover img {
	transform: scale(1.03);
}
.reed-container .box-list .maker {
	margin-top: .5em;
	text-align: center;
	font-size: 13px;
	color: #444;
}
.reed-container .box-list .name {
	margin: .1em -10px 0;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	color: #555;
}
@media (min-width: 1070px){
	.reed-container .box-list .maker,
	.reed-container .box-list .name {
		font-size: 14px;
	}
}
@media (min-width: 1100px){
	.reed-container .box-list .maker,
	.reed-container .box-list .name {
		font-size: 15px;
	}
}
@media (min-width: 1200px){
	.reed-container .box-list .maker,
	.reed-container .box-list .name {
		font-size: 13px;
	}
}
@media (min-width: 1250px){
	.reed-container .box-list .maker,
	.reed-container .box-list .name {
		font-size: 14px;
	}
}
@media (min-width: 1300px){
	.reed-container .box-list .maker,
	.reed-container .box-list .name {
		font-size: 15px;
	}
}
@media (min-width: 1345px){
	.reed-container .box-list .maker,
	.reed-container .box-list .name {
		font-size: 16px;
	}
}
.reed-container .box-list .name span {
	display: inline-block;
}
.reed-container .box-list .name .shrink {
	letter-spacing: -.1em;
}
.reed-container .box-list .genre {
	display: inline-block;
	font-size: 11px;
	padding: 1px 6px;
	margin: 6px 3px 0;
	color: #fff;
	background: #6ac9ee;
	border-radius: 9px;
}
.reed-container .box-list .cut {
	display: inline-block;
	font-size: 9px;
	padding: 1px 6px;
	margin: 6px 3px 0;
	color: #fff;
	background: #ee896a;
	border-radius: 9px;
}
@media (min-width: 1100px){
	.reed-container .box-list .cut {
		font-size: 10px;
	}
}
@media (min-width: 1320px){
	.reed-container .box-list .cut {
		font-size: 11px;
	}
}
.reed-container .box-list .comment {
	color: #444;
	margin-top: .5em;
}
@media (width <= 600px) {
	.reed-container #box-noresult {
		line-height: 150px;
		font-size: 21px;
	}
	.reed-container .box-list ul {
		margin-inline: 4px;
	}
	.reed-container .box-list ul {
		grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
		gap: 4px;
	}
	.reed-container .box-list li a {
		padding: 10px;
	}
	.reed-container .box-list .maker {
		font-size: 14px;
	}
	.reed-container .box-list .name {
		margin: .2em -4px 0;
		text-align: center;
		font-size: 14px;
		line-height: 1.2;
	}
	.reed-container .box-list .name span {
		font-weight: bold;
	}
	.reed-container .box-list .genre {
		font-size: 8.5px;
		padding: 2px 5px;
	}
	.reed-container .box-list .cut {
		font-size: 8px;
		padding: 2px 5px;
	}
	.reed-container .box-list .comment {
		line-height: 1.5;
	}
}
@media (width <= 400px) {
	.reed-container .box-list .maker {
		font-size: 13px;
	}
	.reed-container .box-list .name {
		font-size: 13px;
	}
}
@media (width <= 360px) {
	.reed-container .box-list .maker {
		font-size: 11px;
	}
	.reed-container .box-list .name {
		font-size: 11px;
	}
}

/* .ttl-headline */
.reed-container .ttl-headline {
	font-weight: bold;
	position: relative;
	font-size: 22px;
	text-align: center;
	color: #444;
	margin-bottom: 20px;
}
.reed-container .ttl-headline::before {
	background: linear-gradient(to right, rgba(119, 66, 118, 0), rgba(119, 66, 118, .5) 10%, rgba(119, 66, 118, .5) 90%, rgba(119, 66, 118, 0));
	position: absolute;
	bottom: -8px;
	left: 0;
	content: "";
	width: 100%;
	height: 8px;
}
.reed-container .ttl-headline-sax::before {
	background: linear-gradient(to right, rgba(109, 133, 57, 0), rgba(109, 133, 57, .5) 10%, rgba(109, 133, 57, .5) 90%, rgba(109, 133, 57, 0));
}
.reed-container .ttl-headline span {
	margin-bottom: -8px;
	display: inline-block;
	padding: 0 6px;
	border-bottom: 8px solid #774276;
}
.reed-container .ttl-headline-sax span {
	border-bottom-color: #6d8539;
}
@media (width <= 600px) {
	.reed-container .ttl-headline {
		font-size: 21px;
		line-height: 1.2;
		padding-bottom: 3px;
	}
	.reed-container .ttl-headline span {
		margin: 0;
		padding: 0;
		border: none;
	}
}

/* .sec-compare */
.reed-container .sec-compare {
	margin-top: 40px;
}
.reed-container .sec-compare table tr:nth-child(even) td {
	background-color: #f9d5d5;
}
.reed-container .sec-compare table tr:nth-child(odd) td {
	background-color: #ffe8e8;
}
.reed-container .sec-compare table {
	width: 1120px;
	table-layout: fixed;
}
.reed-container .sec-compare table th {
	width: 90px;
	background-color: #efefef;
	font-size: 14px;
	border: 1px solid #bbb;
}
.reed-container .sec-compare table td {
	text-align: center;
	border-top: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
}
.reed-container .sec-compare table th,
.reed-container .sec-compare table td {
	padding: 2px 4px;
}
.reed-container .sec-compare table tr td.seriesName {
	white-space:nowrap;
	width: 280px;
	text-align: left;
	background-color: #efefef;
	border: 1px solid #bbb;
}
.reed-container .sec-compare table tr td.empty {
	background-color: #ffffff;
}
.reed-container .sec-compare div {
	overflow-x: scroll;
}
.reed-container .sec-compare ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 4px 0 4px 0px;
	font-size: 14px;
}
.reed-container .sec-compare ul li span {
	font-weight: bold;
	color: #774276;
}
.reed-container .sec-compare table tr td.softer-harder {
	background-color: #efefef;
	/*background: linear-gradient(45deg, #efefef, #aaa);*/
	padding: 2px 12px;
	color: #333;
}
@media (width <= 600px) {
	.reed-container .sec-compare table {
		width: 1200px;
	}
	.reed-container .sec-compare table th {
		width: 70px;
		font-size: 14px;
	}
	.reed-container .sec-compare table th,
	.reed-container .sec-compare table td {
		padding: 4px 4px;
		font-size: 12px;
		vertical-align: middle;
	}
	.reed-container .sec-compare table tr td.seriesName {
		width: 190px;
		line-height: 1.3;
	}
	.reed-container .sec-compare div {
		margin-top: 40px;
	}
	.reed-container .sec-compare ul {
		font-size: 12px;
	}
}

/* article */
.reed-container .sec-article {
	margin-top: 40px;
}
.reed-container .box-article {
  border: 2px solid #ccc;
}
.reed-container .box-article + .box-article {
  margin-top: 16px;
}
.reed-container .box-article a {
  overflow: hidden;
  display: block;
  padding: 15px;
	transition: .4s;
}
.reed-container .box-article a:hover {
	text-decoration: none;
	background: #f5f5f5;
}
.reed-container .sec-article img {
  float: left;
  width: 250px;
	height: 137.5px;
  margin-right: 15px;
	border: 1px solid #ccc;
	box-sizing: border-box;
	object-fit: cover;
	transition: .4s;
}
.reed-container .sec-article a:hover img {
	opacity: .8;
}
.reed-container .ttl-article {
  border-left: 5px solid #795284;
  padding-left: 10px;
  line-height: 1.3;
  font-weight: bold;
  font-size: 18px;
  color: #555;
  margin-bottom: .5em;
	margin-left: 265px;
}
.reed-container .lead-article {
  color: #333;
  font-size: 15px;
  line-height: 1.6;
}
@media (width <= 600px) {
	.reed-container .box-article {
		padding: 12px;
		margin: 15px;
	}
	.reed-container .box-article a {
		padding: 0;
	}
	.reed-container .sec-article img {
		width: 120px;
		height: 66px;
		object-fit: cover;
		margin-right: 12px;
		border: none;
		margin-bottom: 0.5em;
	}
	.reed-container .ttl-article {
		border: none;
		font-weight: bold;
		padding-left: 0;
		font-size: 16px;
		margin-left: 132px;
	}
	.reed-container .lead-article {
		clear: left;
		font-size: 14px;
	}
}

.reed-container .sec-banner {
  margin-top: 32px;
}
.reed-container .sec-banner img {
  width: 100%;
  height: auto;
}
@media (width <= 600px) {
	.reed-container .sec-banner {
		margin: 16px;
	}
}