body {
  background-color: #c2e2ff;
}
#wrapper {
    box-shadow:0px 5px 8px 0px rgba(0, 0, 0, 0.2);
    border-radius: 0 0 5px 5px;
}

#wrapperInner {
  padding: 0 !important;
  width: 1000px !important;
}
#mainStageWide {
  width: 100% !important;
}
.jack {
  display: none;
}
.kanren-banner,
.sp_bannerItem {
  width: 100%;
}

.buyBtn.FLAC384:before {
  content: "FLAC 384kHz";
}
.buyBtn.FLAC96:before {
  content: "FLAC 96kHz";
}
.buyBtn.DSD56:before {
  content: "DSD 5.6MHz";
}
.buyBtn.DSD28:before {
  content: "DSD 2.8MHz";
}
.buyBtn.DSD112:before {
  content: "DSD 11.2MHz";
}
.buyBtn {
  background-color: #ffffff;
}
.pannaviItem {
  background-color: transparent !important;
}
ul.pannavi li a {
  /*color: #fff;*/
}
.mainContestsB {
  /*width: 83%; padding: 40px 0 0 30px;*/
  padding: 0 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.productWrapper {
  background: #f3f3f3;
  width: 100%;
  padding-bottom:40px;
}

/*mainHeaderWide */
.mainHeaderWide {
  width: 1000px;
  margin: 10px auto 0;
  background: #fff;
  border-radius: 5px 5px 0 0;
  box-shadow:0px 5px 8px 0px rgba(0, 0, 0, 0.2);
}

.mainHeaderWide a {
    transition: opacity 0.3s ease; /* 変化を0.3秒で滑らかに */
}

.mainHeaderWide a:hover {
    opacity:0.7;
}

.mainHeaderWide img {
  width: 100%;
  height: auto;
  border-radius: 5px 5px 0 0;
}

/*subHeader */
.subHeader {
  padding: 20px;
}

.subHeader img {
  width: 100%;
}

.subHeader a {
    transition: opacity 0.3s ease; /* 変化を0.3秒で滑らかに */
}

.subHeader a:hover {
  opacity: 0.7;
}

/*subHeader text only 240129 */
.subHeader02 {
  background:#FFE500;
  padding: 10px;
  color: #481B01;
  font-size: 16px;
  text-align:center;
  font-weight: bold;
}

.subHeader02 a {
  text-decoration: underline;
  color: #481B01;
  transition: opacity 0.3s ease; /* 変化を0.3秒で滑らかに */
}

.subHeader02 a:hover {
  text-decoration: none;
  opacity: 0.7;
}

/*sp_mainHeader 調整*/
/*削除ここから
.sp_mainHeader {margin: 0 auto; border-radius:5px 0;}
/*header*/
.sp_mainHeader .comment {
  margin: 20px auto;
  text-align: center;
  font-size: 16px;
  width: 70%;
}
.sp_mainHeader .comment span {
  display: block;
}
.comment a {
  color: tomato;
  text-decoration: underline;
}
/*削除ここまで*/

/*キャンペーンリンク*/
.sp_mainHeader .CPLink p {
  margin: 3% auto;
}
.sp_mainHeader .CPLink span {
  display: block;
  font-size: 14px;
  font-weight: bold;
  color: tomato;
  padding-bottom: 10px;
}
.CPLink {
  width: 95%;
  margin: 2% auto;
}
.CPLink a {
  display: inline-block;
  margin: 5px 5px;
  padding: 5px 16px;
  border-radius: 5px;
  color: tomato;
  border: 3px solid;
  font-size: 20px;
  box-shadow: 1px 1px 3px #9e9e9e;
  font-weight: bold;
  transition: opacity 0.3s ease; /* 変化を0.3秒で滑らかに */
}
.CPLink a:hover {
  opacity: 0.7;
}
/*特集ナビエリア*/
.priceoffMenu {
  width: 100%;
  padding-top: 20px;
}
.priceoffMenu_title {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  list-style: none;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
}
.priceoffMenu_title li {
  font-size: 15px;
  margin: 0 3px;
  background-color: #f3f3f3;
}
.priceoffMenu_title li a {
    transition: opacity 0.3s ease; /* 変化を0.3秒で滑らかに */
    display: block;
    padding: 10px 20px;
}

.priceoffMenu_title li a:hover {
  opacity: 0.7;
}
.priceoffMenu_title .current {
  background-color: #ffffff;
  border-bottom: 10px solid #122A88;
  padding: 10px 20px;
}
/*検索エリア*/
.search-wrapper {
  margin: 20px auto;
  width: 100%;
  padding: 0;
  display: flex;
  justify-content: center;
}
.search-header {
  font-size: 16px;
  font-weight: bold;
  line-height: 45px;
}
.search-block {
  margin-left: 20px;
}
.search-notice {
  margin-top: 10px;
  text-align:right;
  font-size: 12px;
  color: #333;
}
.search-notice span {
  font-size: 10px;
}
.search-wrapper input {
  padding: 10px;
  font-size: 16px;
  width: 320px;
  margin-right: 5px;
}
.search-wrapper button {
  font-size: 16px;
  cursor: pointer;
  border-radius: 3px;
  transition: opacity 0.3s ease; /* 変化を0.3秒で滑らかに */
}
.search-wrapper button:hover {
  opacity: 0.7;
}
.search-wrapper #searchButton {
  background: #333333;
  color: white;
  padding: 5px 30px;
}
.search-wrapper #resetButton {
  background: #fff;
  color: #333;
  padding: 5px 10px;
}
/* 検索結果がない場合*/
#search-error {
  display: none; /* 初期は非表示 */
  margin: 40px auto;
  text-align: center;
  font-size: 16px;
}
#search-error p {
  margin: 10px 0;
  line-height: 1.5;
}

/*カナblock */
.kanaBlock {
  width:100%;
  display:flex;
  align-items:center;
  /*padding-bottom:20px;*/
}

/*カテゴリ内　遷移*/
.naviAria-A ul {
  padding: 0%;
  display: inline-block;
  margin: 20px auto;
}
.nav-secondary li a {
  border-radius: 30px;
}
.naviAria-A {
  width:auto;
  text-align: center;
}
.naviAria-A li {
  float: none;
}
.naviAria-A li a {
  border: 1px solid #999;
  background-color: #ffffff;
  color: #333;
}
.naviAria-A li a:hover {
  background-color: #e5e5e5;
}

/*カナナビ　補足*/
.kana-text {
  font-size:12px;
  padding-right:40px;
}

/*カテゴリ五十音*/
.theme-subTxt {
  text-align: right;
  font-size: 12px;
  padding: 20px 60px 0 0;
}

.theme-subTxt02 {
  text-align: right;
  font-size: 12px;
  padding: 0 60px 0 0;
} 

.sort {
  width: 90%;
  text-align: right;
  margin: 0 auto;
  color: #999;
}
#mainContestsB h2 {
  width: 100%;
  border: none;
  background: transparent;
  font-size: 16px;
  line-height: 2;
  color: #333;
  padding: 20px 0;
}
#mainContestsB h2 span {
  display: block;
  background-color: #fff;
}
/* 50音の見出し */
#productList .theme {
  width: 100%;
  display: block;
  margin: 20px auto 20px;
  color: #333;
  font-size: 16px;
  line-height: 2;
  text-indent: 35px;
}
#productList .theme span {
  display: block;
  background-color: #fff;
}
/*パッケージ*/
.buyBtnBox {
  position: static;
  width: 100%;
}
.partsBShorttext {
  font-size: 14px;
  display: inline-block;
}
.partsBShorttext span {
  font-weight: bold;
  color: #d61a0d;
}
.partsBShorttext + .buyBtnBox {
  margin: -2px 0 10px 0;
}
.partsB {
  margin-bottom: 20px;
  min-height:auto;
}
.partsB img {
  height: 130px;
  object-fit: contain;
}
/*関連*/
.kanren-banner h3 {
  font-size: 20px;
  margin: 40px 0 20px;
  text-align: center;
}
.kanren-banner {
  margin: 0 auto;
  padding: 0 40px;
  width: calc(100% - 80px);
}
.kanren-banner ul {
  display: flex;
  flex-wrap: wrap;
}
.kanren-banner li {
    margin-bottom: 10px;
    width: 32% !important;
}
.kanren-banner li:nth-child(3n){
    margin-right: 0;
}

.kanren-banner li a {
    transition: opacity 0.3s ease; /* 変化を0.3秒で滑らかに */
}

.kanren-banner li a:hover {
    opacity:0.7;
}


ul.pannavi li {
  /*color: #fff;*/
}
/*相互リンク*/
.sub_contents {
  margin: 0 auto;
  padding: 0 0 20px;
  text-align: center;
  width: 80%;/*240726追加*/
}
.sub_contents a {
  font-size: 14px;
  border: 1px solid #c0c0c0;
  border-radius: 25px;
  padding: 0.3rem 1rem;
  margin: 0.4rem 0.2rem;
  display: inline-block;
  background: #fff;
}
.sub_contents a:hover {
  background-color: #e7e7e7;
}

/*topicリンク メインビジュアル下*/
.sub_contents2 {
  margin: 0 auto;
  padding: 0;
  text-align: center;
}
.sub_contents2 a {
  font-size: 14px;
  border-radius: 25px;
  padding: 0.3rem 1rem;
  margin: 0.4rem 0.2rem;
  display: inline-block;
  background: #fff;
  text-decoration:none;
}

/*ソーシャルボタンエリア*/
.snsButtons {
  position: relative;
  margin: 0 auto;
  width: 1000px;
  display: block;
}
/*おすすめ商品*/
.osusumeContents {
  padding: 20px 40px 40px;
  background: #f3f3f3;
}

.osusumeWrapper {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  /*gap: 30px 60px;*/
}

.osusumeTheme {
  width: calc(50% - 60px);
  max-width: 430px;
  flex-grow: 1;
  margin-bottom:40px;
  margin-right: 60px;
}

.osusumeTheme:nth-child(2n) {
  margin-right: 0;
}

/*追加 240216*/
.osusumeTheme h2, .osusumeTheme--one h2 {
  font-size: 24px;
  text-align: center;
  padding-bottom:20px;
  /*margin-top: 40px;*/
}

/*1カラム用 240216*/
.osusumeTheme--one {
  width: 100%;
  max-width: 920px;
  flex-grow: 1;
  margin-bottom:40px;
}

/*追加 241025 リンク*/
.osusumeLink, .pickupLink, .productLink {
    display:block;
    transition: opacity 0.3s ease; /* 変化を0.3秒で滑らかに */
}

/*a.osusumeLink:nth-of-type(2n), .pickupLink:nth-of-type(2n), .productLink:nth-of-type(2n) {
    padding-top:5px;
}*/

.osusumeLink:hover, .pickupLink:hover, .productLink:hover {
    opacity: 0.7;
}

.osusumeLink:hover .osusumeTitle, 
.osusumeLink:hover .osusumeArtist, 
.pickupLink:hover .pickupTitle, 
.pickupLink:hover .pickupArtist, 
.productLink:hover .partsBTitle,
.productLink:hover .partsBArtist {
    text-decoration: underline;
}

.osusumeList {
  display: flex;
  flex-wrap: wrap;
  justify-content:center; /*追加240216*/
  /*gap: 24px 20px;*/
}

.osusumeProduct {
  width: 200px;
  max-width: 200px;
  margin: 0 24px 30px 0;
  flex-grow: 1;
  /*flex: 1 0 auto;
  min-height: 370px;*/
}

.osusumeProduct:nth-child(2n) {
  margin-right: 0;
}

/*1カラム用 240216*/
.osusumeProduct--one {
  width: 200px;
  max-width: 200px;
  margin: 0 24px 30px 0;
  flex-grow: 1;
  /*flex: 1 0 auto;
  min-height: 370px;*/
}

.osusumeProduct--one:nth-child(4n) {
  margin-right: 0;
}

.osusumeProduct img {
  width:200px;
  height:200px;
}

.osusumeProduct img, .osusumeProduct--one img {
  width: 100%;
  box-shadow: 1px 1px 3px #9e9e9e;
}
.osusumeTitle,
.osusumeArtist {
  font-size: 14px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 18px;
  letter-spacing: 0.05em;
}
.osusumeTitle {
  margin-top: 7px;
}
.osusumeArtist {
  font-weight: bold;
}
.osusumeShorttext {
  font-size: 14px;
  /*color: #d61a0d;*/
  display: inline-block;
}
.osusumeShorttext span {
  font-weight: bold;
}
.osusumeShorttext + .buyBtnBox {
  margin: -2px 0 10px 0;
}
.osusumeMore {
  display: block;
  width: 100%;
  padding: 8px 0;
  margin: 0 auto;
  background: #122A88;
  border-radius: 3px;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  font-weight:bold;
  text-shadow: #333 1px 1px 2px;
  transition: opacity 0.3s ease; /* 変化を0.3秒で滑らかに */
}
.osusumeMore:hover {
  opacity: 0.7;
}

.mt20 {
    margin-top: 20px;
}

/*割引・料金 240129*/
.discountWrapper {
  display:flex;
  align-items: center;
  flex-wrap:wrap;
  margin-top:10px;
}


.discountRate {
  background: #D61A0D;
  padding: 2px 4px;
  margin-right: 5px;
  color: #fff;
  font-weight: bold;
  font-size: 12px;
}

.discountPrice {
  font-size: 12px;
  display: inline-block;
}
.discountPrice span {
  font-weight: bold;
  color: #d61a0d;
  font-size: 14px;
}
.discountPrice + .buyBtnBox {
  margin: -2px 0 10px 0;
}


/*20240129 スペックボタン追加 ここから*/
.buyBtn.aac:before {content: "AAC";}
.buyBtn.hires:before {content: "Hi-Res";}
.buyBtn.lossless:before{content: "Lossless";}
.buyBtn.dsd:before{content: "DSD";}
.buyBtn.lossless441:before{content: "Lossless 44.1kHz";}
.buyBtn.lossless480:before{content: "Lossless 48.0kHz";}
.buyBtn.hires441:before{content: "Hi-Res 44.1kHz";}
.buyBtn.hires480:before{content: "Hi-Res 48.0kHz";}
.buyBtn.hires882:before{content: "Hi-Res 88.2kHz";}
.buyBtn.hires960:before{content: "Hi-Res 96.0kHz";}
.buyBtn.hires1764:before{content: "Hi-Res 176.4kHz";}
.buyBtn.hires1920:before{content: "Hi-Res 192.0kHz";}
.buyBtn.hires3840:before{content: "Hi-Res 384.0kHz";}
.buyBtn.hires3528:before{content: "Hi-Res 352.8kHz";}
.buyBtn.dsd28:before{content: "DSD 2.8MHz";}
.buyBtn.dsd56:before{content: "DSD 5.6MHz";}
.buyBtn.dsd112:before{content: "DSD 11.2MHz";}
.buyBtn.dsd112:before{content: "DSD 11.2MHz";}
.buyBtn.HiRes-F96:before {content: "Hi-Res [Hi-Res 96]";}/*Hard Rock Heavy Metal*/
.buyBtn.HiRes-F192:before {content: "Hi-Res [Hi-Res 192]";}/*Hard Rock Heavy Metal*/
/*20240129 スペックボタン追加 ここまで*/


/*おすすめ商品 240129 ここから*/
.pickupWrapper {
  padding:20px 40px;
  background:#f3f3f3;
}

.pickupWrapper h2.pickup-header2 {
  font-size: 24px;
  font-weight: bold;
  padding:20px 0;
  text-align: center;
  margin: 0 auto;
}

.pickupWrapper h2.pickup-header2 span {
  font-size:12px;
  font-weight:normal;
  margin-left:10px;
}

.productWrapper h2.product-header2 {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin: 0 auto;
}

.pickupList {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap:20px;
}

.pickupProduct {
  border-radius: 5px;
  width: 190px;
  /*margin-right: 20px;*/
  flex-grow: 1;
  background: #fff;
  padding: 10px;
  box-shadow:1px 1px 3px #9E9E9E;
}

.pickupProduct:nth-child(4) {
  margin-right: 0;
}

.pickupProduct img {
  width: 195px;
  height:195px;
}
.pickupTitle,
.pickupArtist {
  font-size: 14px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 18px;
  letter-spacing: 0.05em;
}
.pickupTitle {
  margin-top: 7px;
}
.pickupArtist {
  font-weight: bold;
}

/*おすすめ商品 240129 ここまで*/


/* 終了後コンテンツ*/
.mainContentsC {
  padding: 20px 40px 40px;
}
.saleEnd {
  padding: 20px;
  border: 1px solid #CC2626;
  margin-bottom: 40px; 
}
#mainStageWide .saleEnd .saleEndMessage {
  color: #CC2626;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  background: transparent;
  height: auto;
  margin-bottom: 0;
}
/* 最新情報 */
.newInfoHeader {
  padding: 10px 20px;
  background: #ececec;
  font-size: 18px;
  line-height: 1;
  font-weight: bold;
  color: #08112E;
  margin-bottom: 24px;
}
.newInfoWrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin-bottom: 32px;
}
.newInfoBlock {
  width: 30%;
  font-size: 16px;
}

.newInfoBlock a {
  display: block;
  transition: opacity 0.3s ease; /* 変化を0.3秒で滑らかに */
}

.newInfoBlock a:hover {
  opacity: .7;
}
.newInfoBlock img {
  width: 100%;
  margin-bottom: 10px;
}

.newInfoBlock h3 {
  font-size: 16px;
  margin-bottom: 5px;
}

.newInfoBlock p {
  font-size: 14px;
}

.newInfoMore {
  display: block;
  padding: 10px;
  background:#08112E;
  border-radius: 3px;
  text-align: center;
} 

.newInfoMore a {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  display: block;
  transition: opacity 0.3s ease; /* 変化を0.3秒で滑らかに */
}

.newInfoMore a:hover {
  opacity:.7;
}

/* 注意事項 240425 addition*/
.priceNotice {
  font-size: 10px; 
  color: #333;
  text-align: center;
  padding:10px;
  margin:0 auto;
}

/* スクロールで上部固定 */
.anchor-search.fixed {
  position:fixed;
  z-index:6001;
  top:0;
  left:0;
  background:#f3f3f3;
  width:100%;
  height:200px;
  box-shadow:0px 10px 10px -5px gray;
}

/* スクロールで上部固定 /pc/special/bigsale/07a専用 */
.upper-fix.fixed {
  position:fixed;
  z-index:6001;
  top:0;
  left:0;
  background:#f3f3f3;
  width:100%;
  height:110px;
  box-shadow:0px 10px 10px -5px gray;
}


/*更新日時*/
.update-info {
  text-align: right;
  font-size: 12px;
  /*padding-bottom:15px;*/
}

/*更新日時*/
.update-day {
  text-align: right;
  font-size: 12px;
  padding:15px 0 5px 0;
}

/*カウントダウン*/
.countdown {
    height:100%;
    font-size: 24px;
    font-weight: bold;
    background-color: #fff900;
    padding: 10px;
    /*display: flex; 終了5日前に表示*/
    display:none; /*終了5日前に非表示*/
    justify-content: center;
    align-items: center;
}

.countdown span {
    margin: 0 5px;
    font-size: 36px;
    line-height:48px;
    display:inline-block;
    vertical-align:middle;
}
