@charset "UTF-8";
/* 共通 */
.pc {
  display: none;
}

.sp {
  display: block;
}

.buttons li ~ li {
  margin-top: 10px;
}

/* !width -------------------------------------------------------------- */
.selectMusical,
.cartPreview {
  width: 96%;
}

.tabs_musical {
  height: auto;
}

.tabs_musical .indexHeadIn01 {
  width: 100%;
}

.tabs_musical .indexHeadIn01 p.cell01,
.tabs_musical .indexMain .block01 {
  width: 25%;
}

.tabs_musical .indexHeadIn01 p.cell02,
.tabs_musical .indexMain .block02 {
  width: 45%;
}

.tabs_musical .indexHeadIn01 p.cell03,
.tabs_musical .indexMain .block03 {
  width: 30%;
}

.tabs_musical .indexMain .block03 li span {
  width: auto;
}

#contentsWrap {
  min-width: 100%;
}

/* !display -------------------------------------------------------------- */
.wrapper_pages, #contentsWrap, #contentsSectionWrap, #main, #sub {
  float: none;
  overflow: hidden;
  padding: 0;
  width: auto;
}

#contentsWrap {
  padding-bottom: 40px;
}

#sub {
  display: none;
}

#sub.home {
  display: block;
}

#topic_path {
  /*display: none;*/
  margin: 10px;
  min-width: 95%;
}

#topic_path ul {
  width: 100%;
}

/* !pagination -------------------------------------------------------------- */
.paginationWrap01 {
  margin: 0 10px;
}

.paginationWrap01 ol {
  left: auto;
  margin-bottom: 2.5em;
  text-align: center;
  width: 100%;
}

.paginationWrap01 .pagination01 {
  left: auto;
  width: 100%;
}

.paginationWrap01 .prev {
  float: none;
  position: absolute;
  bottom: 0;
  left: 0;
}

.paginationWrap01 .next {
  float: none;
  position: absolute;
  bottom: 0;
  left: auto;
  right: 0;
}

/* !error -------------------------------------------------------------- */
.errorSectionIn01 {
  padding: 10px;
}

/* !0 -------------------------------------------------------------- */
.resultNone {
  padding: 20px 10px;
  text-align: left;
}

/* title
---------------------------------------------------------- */
.ttl01 {
  padding: 12px 10px 8px 45px;
  text-indent: -36px;
}

/* more
---------------------------------------------------------- */
.moreLink01 {
  padding: 0 10px 15px;
}

/* !Section
---------------------------------------------------------- */
.sectionBlock img {
  max-width: 100%;
}

/* submenu
---------------------------------------------------------- */
.menu_sp {
  display: block;
  margin: 10px 0;
}

.menu_sp .ttl {
  background: #333;
  color: #fff;
  font-weight: bold;
  padding: 10px 5px;
  position: relative;
}

.menu_sp .ttl:after {
  color: #fff;
  content: "\f0c9　";
  font-family: FontAwesome;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -12px;
}

.menu_sp .menu_list {
  display: none;
  background: #666;
  padding: 4px;
}

.menu_sp .menu_list ul li {
  background: #fff;
  border-bottom: 1px solid #666;
  line-height: 1.4;
  overflow: hidden;
  position: relative;
}

.menu_sp .menu_list ul li a {
  color: #333;
  display: block;
  padding: 10px;
  text-decoration: none;
}

.menu_sp .menu_list ul li a:after {
  color: #999;
  content: "\f105　";
  font-family: FontAwesome;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -12px;
}

.menu_sp .menu_list ul .ttl {
  background: #666;
}

.menu_sp .menu_list ul .ttl02 {
  background: #fff;
  color: #333;
}

.menu_sp .menu_list ul .ttl:after {
  content: "";
}

.menu_sp .menu_list ul li ul li ul li {
  border: none;
  padding-left: 1em;
}

/* カートボタン */
.cartFixed {
  background: rgba(0, 0, 0, 0.6);
  display: block;
  margin: 0 !important;
  position: fixed;
  bottom: 0;
  padding: 5px;
  width: 100%;
  z-index: 100;
}

.cartFixed ul {
  display: table;
  width: 100%;
}

.cartFixed li {
  display: table-cell;
  padding-left: 5px;
  vertical-align: top;
}

.cartFixed li:first-child {
  padding-left: 0;
}

.cartFixed li.btn a {
  border-radius: 2px;
  color: #fff;
  display: block;
  font-weight: bold;
  line-height: 1;
  padding: 3px 5px;
  text-align: center;
  text-decoration: none;
}

.cartFixed li.btn i {
  margin-right: 10px;
}

.cartFixed li.btn.cart a {
  background: #f86499;
  background: -moz-linear-gradient(top, #f86499 0%, #ca1a59 100%);
  background: -webkit-linear-gradient(top, #f86499 0%, #ca1a59 100%);
  background: linear-gradient(to bottom, #f86499 0%, #ca1a59 100%);
  min-width: 80px;
  max-width: 200px;
  margin: 0 auto;
}

.cartFixed li.btn.hikihodai a {
  background: #bd60bb;
  background: -moz-linear-gradient(top, #bd60bb 0%, #7e2980 100%);
  background: -webkit-linear-gradient(top, #bd60bb 0%, #7e2980 100%);
  background: linear-gradient(to bottom, #bd60bb 0%, #7e2980 100%);
  min-width: 80px;
}

.cartFixed li.btn.hikihodai span {
  font-size: 10px;
}

.cartFixed li.btn span.number {
  font-size: 10px;
  display: block;
  margin-top: 2px;
}

.cartFixed .toggle {
  position: absolute;
  top: -35px;
  left: 10px;
  height: 35px;
  overflow: hidden;
  width: 39px;
}

.cartFixed .toggle.close img {
  margin-left: -40px;
}

/* ========================================================
 UI集用スタイル
=========================================================== */
/* ui集コード表示用スタイル(pcのみ表示)
---------------------------------------------------------- */
.code_guide {
  display: none;
}

/* uiwrap(UI集用コンテンツwrap)
---------------------------------------------------------- */
#contentsWrap.ui {
  background: none;
}

/* uiTitle(UI集用タイトル)
---------------------------------------------------------- */
.uiTitle {
  padding: 77px 0 0 0;
}

/* 結果一覧系（パターンA）
---------------------------------------------------------- */
.searchTable .searchTableHead {
  display: none;
}

.searchTable .searchTableContent {
  border-bottom: 3px solid #d4d4d4;
  padding: 10px 10px 0;
}

.searchTable .searchTableContent:last-child {
  border-bottom: none;
}

.searchTable .searchTableContent .contentLeft,
.searchTable .searchTableContent .contentRight {
  display: block;
  float: none;
  background: none;
  width: 100% !important;
}

.searchTable .searchTableContent .cell01,
.searchTable .searchTableContent .cell02 {
  vertical-align: top;
  border-right: none;
}

.searchTable .searchTableContent .cell02 {
  width: auto;
  /* contentセルの横幅 */
  padding: 10px;
}

.searchTable .searchTableContent .cell02 .favorite, .searchTable .searchTableContent .cell02 .midi_nc {
  float: none;
}

.searchTable .searchTableContent .cell03 {
  display: block;
  margin: 5px 0;
  vertical-align: top;
}

.searchTable .searchTableContent .cell03 table {
  width: 100%;
  display: block;
}

.searchTable .searchTableContent .cell03 table tbody {
  display: block;
}

.searchTable .searchTableContent .cell03 table tr {
  width: 100%;
  display: table;
  background: #efefef;
  border: none;
}

.searchTable .searchTableContent .cell03 table tr + tr {
  margin-top: 10px;
}

.searchTable .searchTableContent .cell03 table tr:last-child {
  margin-bottom: 10px;
}

.searchTable .searchTableContent .cell03 .item,
.searchTable .searchTableContent .cell03 .price,
.searchTable .searchTableContent .cell03 .btn {
  border: none;
  display: table-cell;
  padding: 10px 5px 10px 10px;
  text-align: center;
  vertical-align: middle;
}

.searchTable .searchTableContent .cell03 .item {
  width: 33.3%;
  min-width: 121px;
}

.searchTable .searchTableContent .cell03 .price {
  word-break: break-all;
}

.searchTable .searchTableContent .cell03 .btn {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
  padding: 10px 10px 10px 5px;
  width: 33.4%;
}

.searchTable .searchTableContent .cell03 .btn p:first-child {
  margin-bottom: 0;
}

.searchTable .searchTableContent .cell03 .btn a {
  display: inline-block;
  width: auto;
  margin-top: 10px;
}

/* 表組系（パターンB）
---------------------------------------------------------- */
/* tableHeadUtility
---------------------------------------------------------- */
.tableHeadUtility {
  display: none;
}

/* tableUtility
---------------------------------------------------------- */
.tableUtility {
  width: 100%;
  padding: 20px 10px;
  border: none;
}

.tableUtility table tr {
  display: block;
  margin-bottom: 10px;
}

.tableUtility table td {
  display: block;
  padding: 0;
  background-color: #666666;
  overflow: hidden;
}

.tableUtility table td .text {
  background-color: #fff;
  overflow: hidden;
  padding: 13px;
}

.tableUtility table td:last-child {
  border-bottom: 1px solid #ccc;
}

.tableUtility table td:before {
  display: block;
  content: attr(data-label);
  clear: left;
  float: left;
  padding: 13px;
  margin-right: 10px;
  text-align: left;
  color: #fff;
  width: 40%;
}

.tableUtility table td.cell01, .tableUtility table td.cell02, .tableUtility table td.cell03, .tableUtility table td.cell04, .tableUtility table td.cell05 {
  text-align: left;
  max-width: 100%;
  width: 100%;
  white-space: normal;
  word-wrap: break-word;
}

.tableUtility table td.cell05 {
  border-right: 1px solid #ccc;
}

/* タブ形式集（パターンC）
---------------------------------------------------------- */
/* indexTabs01
---------------------------------------------------------- */
.indexSectionUtility {
  padding: 20px 10px;
  background-color: #fff;
}

.indexSectionUtility .indexTabs01 {
  overflow: hidden;
  margin: 0 -5px 18px;
}

.indexSectionUtility .indexTabs01 li {
  background: none;
  float: left;
  min-width: 0;
  margin-right: 0;
  width: 50%;
  padding: 0 5px;
}

.indexSectionUtility .indexTabs01 li.current {
  background: none;
}

.indexSectionUtility .indexTabs01 li:nth-child(2), .indexSectionUtility .indexTabs01 li:nth-child(3), .indexSectionUtility .indexTabs01 li:nth-child(4), .indexSectionUtility .indexTabs01 li:nth-child(5) {
  margin-left: 0;
}

.indexSectionUtility .indexTabs01 li:nth-child(n+3) {
  margin-top: 10px;
}

.indexSectionUtility .indexTabs01 li:nth-child(2n+1) {
  clear: both;
}

.indexSectionUtility .indexTabs01 li a {
  margin-right: 0;
  height: auto;
  padding: 10px;
  border-radius: 4px;
  line-height: 1.5;
  display: table;
  width: 100%;
}

.indexSectionUtility .indexTabs01 li a .text_wrap {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.indexSectionUtility .indexTabs01 li a .text_wrap_in {
  display: inline-block;
  text-align: center;
}

/* intexTabsTitle
---------------------------------------------------------- */
.indexTabsTitle {
  font-size: 14px;
  display: block;
  color: #fff;
  font-weight: bold;
  background-color: #0060a9;
  padding: 12px 10px;
  margin-bottom: 10px;
}

/* indexTabContentsWrap
---------------------------------------------------------- */
.indexTabContentsWrap {
  border: none;
  padding: 0;
}

/* !app
---------------------------------------------------------- */
.appDownload {
  display: block;
}

.appDownload .app, .appDownload .store {
  display: block;
}

.appDownload .store:before, .appDownload .store:after {
  border: none;
}

.appDownload .app {
  text-align: center;
}

.appDownload .app img {
  display: block;
  margin: 0 auto 10px;
}

/* indexSelectList01
---------------------------------------------------------- */
.indexSelectList01 select {
  padding: 0 20px 0 10px;
  border-radius: 0;
  -webkit-appearance: none;
  background: #fff url(/images/eldata/btn_select01.png) no-repeat right center;
  background-size: 17px 36px;
  cursor: pointer;
}

/* タブ形式系②（パターンD）
---------------------------------------------------------- */
/* sectionButtonWrap
---------------------------------------------------------- */
.sectionButtonWrap {
  padding: 0;
}

/* tab
---------------------------------------------------------- */
#main .sectionButtonWrap .tab {
  margin: 0;
}

#main .sectionButtonWrap .tab li {
  min-width: 0;
  margin: 0;
  width: 50%;
  padding: 0;
}

#main .sectionButtonWrap .tab li span {
  height: auto;
  font-weight: bold;
  padding: 10px 5px 4px;
  line-height: 1.2;
}

#main .sectionButtonWrap .tab li .text_enter {
  display: block;
}

#main .sectionButtonWrap .tab li:nth-child(1) span {
  border-radius: 0;
}

#main .sectionButtonWrap .tab li:nth-child(1) span:after {
  content: normal;
}

#main .sectionButtonWrap .tab li:nth-child(2) span:after {
  content: normal;
}

/* regist_only（エレクトーンデータの時のみ）
---------------------------------------------------------- */
#main .regist_only .tab li:nth-child(1) span {
  background: #bfbfbf;
  color: #ddd;
  cursor: default;
}

#main .regist_only .tab li:nth-child(1) span:after {
  content: normal;
}

/* midi_only（midiデータの時のみ）
---------------------------------------------------------- */
#main .midi_only .tab li:nth-child(1) span:after {
  content: normal;
}

#main .midi_only .tab li:nth-child(2) span {
  background: #bfbfbf;
  color: #ddd;
  cursor: default;
}

#main .midi_only .tab li:nth-child(2) span:after {
  content: normal;
}

.buttonTabWrap01 {
  padding: 0;
  border: none;
  border-top: 5px solid #00a3c5;
}

.buttonTabWrap02 {
  padding: 0;
  border: none;
  border-top: 5px solid #ff8d18;
}

.tabContentsList {
  overflow: hidden;
}

.tabContentsList > ul {
  margin: 0;
}

.tabContentsList > ul > li {
  margin: 0;
  padding: 16px 0 0;
  border-top: none;
  border-bottom: 2px solid #d4d4d4;
}

/* item_utility
---------------------------------------------------------- */
.item_utility .detail_btn {
  width: 100%;
  clear: both;
  margin-bottom: 10px;
}

.item_utility .detail_btn ul li {
  padding: 0;
  margin-bottom: 10px;
}

.item_utility .detail_btn ul li.audition {
  float: left;
  padding: 11px 10px;
  margin-right: 5px;
  width: 48%;
  /*android4.3以下非対応のブラウザ用*/
  width: calc(100%/2 - 5px);
  background-color: #efefef;
}

.item_utility .detail_btn ul li.score {
  float: left;
  width: 48%;
  /*android4.3以下非対応のブラウザ用*/
  width: calc(100%/2 - 5px);
  margin-left: 5px;
  background-color: #efefef;
  padding: 11px 10px;
}

.item_utility .detail_btn ul li.buy {
  width: 80%;
  margin: 0 auto;
  text-align: center;
}

.item_utility .detail_btn ul li.buy img {
  width: 100%;
  height: auto;
}

.item_utility .detail_btn ul li.full {
  width: 100%;
  float: none;
  margin: 0 0 10px;
}

.item_utility .detail_btn ul li.play_list {
  margin-top: 10px;
  width: 100%;
}

.item_utility .detail_btn ul li.play_list img {
  width: 100%;
  height: auto;
}

.item_utility {
  width: 100%;
}

.item_utility tr {
  padding: 0 10px;
  display: block;
  width: 100%;
}

.item_utility tr td {
  display: block;
  width: 100%;
}

.item_utility .category_icon {
  width: 75px;
  text-align: left;
  float: left;
  vertical-align: top;
  padding-right: 0;
  margin-right: 18px;
}

.item_utility .category_icon img {
  /*width: 75px;*/
  height: auto;
}

.item_utility .detail_text {
  padding: 0;
  margin-bottom: 25px;
}

.item_utility .detail_text dl {
  overflow: hidden;
}

.item_utility .detail_text dl dt {
  font-size: 18px;
}

.item_utility .detail_text dl dd {
  color: #7c7c7c;
}

.item_utility .detail_text dl dd.favorite {
  float: none;
  margin: 10px 0 0;
}

.item_utility .detail_text dl dd.midi_nc {
  float: none;
  margin: 10px 0 0;
}

.tabDate01 {
  margin: 0 0 10px;
}

.remodal.hikihodai_movie,
.remodal.hikihodai_user {
  width: 100%;
}

.remodal.hikihodai_movie iframe {
  height: auto;
  width: 100%;
}

/* ユーザーの声 */
.hikihodai_user .ttl01 {
  padding: 12px 10px 8px;
  text-indent: 0;
}

.hikihodai_user .userList .image {
  float: none;
  text-align: center;
  width: auto;
}

.hikihodai_user .userList .txt {
  float: none;
  width: auto;
}

.hikihodai_user .userList .tag {
  text-align: left;
  line-height: 3;
}

.hikihodai_user .userList .image .tag {
  text-align: center;
  margin-bottom: 10px;
}

.hikihodai_user .userList .tag span {
  margin: 0 3px;
  padding: 5px 10px;
}

/* /electonehikihodai/
---------------------------------------------------------- */
.other_service .text {
  width: auto;
}

/* !modal
---------------------------------------------------------- */
.remodal {
  padding: 40px 9px 10px;
}

.remodal.favorite {
  width: auto;
}

.remodal img {
  max-width: 100%;
}

.items_all {
  width: auto;
}

.items_all ul {
  height: auto;
  overflow: auto;
}

.scorePreview {
  width: auto;
}

.scorePreview img {
  max-width: 100%;
}

.cartPreview .btn01 li.first {
  overflow: hidden;
  text-align: center;
}

.cartPreview .btn01 li.first a {
  display: inline-block;
}

.cartPreview .btn01 li.first img {
  max-width: 145%;
  position: relative;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  margin: 0 auto;
}

.cartPreview .notice {
  padding: 15px 10px;
}

.cartPreview .notice .messageTxt {
  background: url(/images/common/ico_notes01.png) no-repeat center top;
  background-size: 32px auto;
  padding: 32px 0 0 0;
}

.cartPreview .notice .messageTxt em {
  font-size: 16px;
}

/* YAMAHA_MUSIC_ALL-1119
-------------------------------------------*/

.campaignLinks {
  text-align: center;
}

.campaignLinks_SP {
  display: block;
}