@charset "UTF-8";
/* top-style追加CSS 商品一覧ページ用 */
#shop #main > article > .w-container {
  background-image: url("../img/shop/mb-olshop_bg.png");
  background-repeat: no-repeat;
  background-position: right top 2rem;
  background-size: 50% auto;
}
.shop-container {
  display: flex;
  flex-direction: column-reverse;
}
@media (min-width: 768px) {
#shop #main > article > .w-container {
  background-position: right 10% top;
  background-size: 260px auto;
}
.shop-container {
  display: flex;
  flex-direction: row-reverse;
  position: relative;
}
.shop-container .item-container {
  width: 78%;
}
.shop-container aside {
  width: 22%;
  min-width: 245px;
  padding: 0 2em 0 0;
}
.shop-container aside .sub-nav {
  position: sticky;
  top: 0;
}
}
.sub-nav h3 {
  padding: .25em 1em;
  color: #222222;
  font-weight: normal;
  border-bottom: 1px solid #AAAAAA;
}
@media (min-width: 768px) {
.sub-nav h3 {
  padding: .25em .5em;
}
}
.shop-container .sub-nav .category {
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
}
.shop-container .sub-nav .category li {
  display: flex;
  flex-grow: 2;
  flex-basis: 25%;
  margin: .25em 2% .25em 0;
}
.shop-container .sub-nav .category li a {
  display: block;
  width: 100%;
  padding: 0 .5em;
  color: inherit;
  font-size: .9em;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  line-height: 2.4;
  background-color: #FFFFFF;
  border-radius: .5em;
  border: 1px solid #AAAAAA;
  transition: .5s;
}
.shop-container .sub-nav .category li a:hover,
.shop-container .sub-nav .category li a:active {
  background-color: #FFFDE6;
  border: 1px solid #C49770;
}
.w-container > .sub-nav {
  margin-top: var(--v-space);
}
.w-container .sub-nav .payment-info {
  padding: .25em 1em;
}
.w-container .sub-nav .payment-info li a {
  color: inherit;
  line-height: 2.4;
}
.shop-container .item-container h3 {
  padding: .25em 1em;
  color: #222222;
  font-weight: normal;
  border-left: 4px solid #AAAAAA;
}
.shop-container #piano h3 {
  border-left-color: #AE2500;
}
.shop-container #violin h3 {
  border-left-color: #A96F0B;
}
.shop-container #guitar h3 {
  border-left-color: #AA330B;
}
.shop-container #ukulele h3 {
  border-left-color: #00A896;
}
.shop-container #sax h3 {
  border-left-color: #EB4008;
}
.shop-container #oboe h3 {
  border-left-color: #5C397B;
}
.shop-container #camera h3 {
  border-left-color: #353C73;
}
.shop-container #tozan h3 {
  border-left-color: #609337;
}
.shop-container #score h3 {
  border-left-color: #FF797B;
}
.shop-container .itembox {
  display: flex;
  flex-direction: column;
  padding: 1em 0 0;
  margin-bottom: 1em;
}
.shop-container .itembox.hidden {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}
@media (min-width: 768px) {
.shop-container .shopbox {
  display: grid;
  gap: 0 16px;
  grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
}
.shop-container .itembox {
  font-size: .8em;
}
}
.shop-container .itembox .item-caption {
  margin-bottom: 1em;
  padding: 0 1em;
}
.shop-container .itembox .item-caption p {
  margin: 0;
  line-height: 1.5;
}
.shop-container .itembox h4 {
  padding: .25em 1em;
  color: #222222;
  font-size: 1rem;
  background-color: #FFFDE6;
  border-top: 2px solid #C49770;
  border-bottom: 2px solid #C49770;
}
@media (min-width: 768px) {
.shop-container .itembox h4 {
  font-size: .86rem;
}
}
.shop-container .item-container h4 + p {
  text-align: center;
}
.shop-container .item-container h4 + p img {
  width: auto;
  height: 180px;
}
.shop-container .itembox h5 {
  padding: 0 1em;
  color: #222222;
  font-weight: normal;
  font-size: 1rem;
  border-bottom: 1px solid #3F2107;
}
.shop-container .itembox h5 + ul {
  padding: 0 1em;
}
.shop-container .itembox .item-btn {
  order: 3;
}
.shop-container .itembox ul.hrz li {
  display: inline;
}
.shop-container .itembox ul.slash li::after {
  content: "/";
  padding: 0 .25em;
}
.shop-container .itembox ul.comma li::after {
  content: "、";
}
.shop-container .itembox ul li:last-child::after {
  content: "";
  padding: 0;
}
@media (min-width: 768px) {
.shop-container .itembox .item-caption {
  min-height: 6rem;
}
.shop-container .itembox .item-caption.free-h {
  min-height: 1.5rem;
}
.shop-container .itembox ul.item-set {
  min-height: 5rem;
}
.shop-container .itembox ul.m-list {
  min-height: 8rem;
}
.shop-container .itembox ul li {
  line-height: 1.5;
}
.shop-container .itembox .item-btn {
  width: 80%;
  margin: 0 auto;
  order: unset;
}
}
.shop-container .item-btn a {
  display: block;
  width: 100%;
  margin: .5em auto;
  padding: 0 1em;
  color: #FFFFFF;
  font-size: 1.2em;
  text-align: center;
  text-decoration: none;
  line-height: 2.4;
  border-radius: 1.2em;
  transition: .5s;
}
.shop-container .item-btn a:hover,
.shop-container .item-btn a:active {
  opacity: .8;
  transform: scale(96%);
}
.shop-container .item-btn .lp-btn a {
  text-shadow: 0 0 5px #A73712;
  background-color: rgba(252,105,0,1.00);
  border: 1px solid #470505;
}
.shop-container .item-btn .ord-btn a {
  text-shadow: 0 0 5px #376C14;
  background-color: rgba(60,153,12,1.00);
  border: 1px solid #2E5422;
}
.shop-container .item-btn .ord-btn.gset a {
  padding: .25em 1em;
  line-height: 1.2;
}


