@charset "utf-8";
/* ====================
item.css
==================== */

.wrap-itempage {
  margin: 0 auto 20px;
  overflow: hidden;
  max-width: 1025px;
  position: relative;
  background: #fff;
  border-top: 1px solid #ccc;
}
.wrap-itempage-inner {
}
.container-itempage {
  max-width: 600px;
  margin: 0 auto;
}
.box-itempage-info {
  max-width: 600px;
  margin: 0 auto;
}
.wrap-itempage-bottom {
  background: #ccc;
}
.box-itempage-bottom {
  margin: 0 auto;
  max-width: 1340px;
  overflow: hidden;
}
.message {
  text-align: center;
  font-size: 26px;
  color: #31c557;
  font-weight: bold;
  margin: 1em 1em 0;
}
@media (min-width: 768px) {
  .message {
    margin: 1em;
  }
}
.btn-disabled {
  background: #ccc;
}
.ttl-item-name {
  line-height: 1.3;
  font-size: 18px;
  padding: 15px;
  text-align: center;
}
.box-itempage-pricedown {
  padding-top: 20px;
  padding-bottom: 2px;
  text-decoration: line-through;
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  color: #999;
}
.box-itempage-price {
  padding: 20px 0;
  text-align: center;
  font-size: 44px;
  font-weight: bold;
}
.box-itempage-pricedown + .box-itempage-price {
  padding-top: 0;
}
.box-itempage-price span {
  padding: 3px 6px;
  font-size: 13px;
  margin-left: 5px;
  display: inline-block;
  vertical-align: middle;
  font-weight: normal;
}
@media (min-width: 768px) {
  .box-itempage-pricedown {
    padding-top: 0;
    font-size: 23px;
  }
  .box-itempage-price {
    padding: 0 0 10px;
    font-size: 38px;
  }
}
@media (min-width: 835px) {
  .box-itempage-pricedown {
    font-size: 24px;
  }
  .box-itempage-price {
    padding: 0 0 20px;
    font-size: 40px;
  }
}
@media (min-width: 968px) {
  .box-itempage-pricedown {
    font-size: 26px;
  }
  .box-itempage-price {
    font-size: 44px;
  }
}

/* sp-drawer表示 */
@media (max-width: 767px) {
  #sp-drawer-btn {
    display: block;
  }
}

.box-itempage-assessment-outer {
  text-align: center;
  margin-top: -10px;
}
.box-itempage-assessment-inner {
  display: inline-block;
  color: #999;
  background: url(../img/icon_soundmart.png) no-repeat left center;
  background-size: 16px auto;
  padding: 5px 0 5px 22px;
}
.box-itempage-assessment-inner span {
  font-size: 15px;
  margin-left: 7px;
}
.btn-cart {
  background: #fc8f24;
  padding: 0;
  line-height: 55px;
}
.btn-cart:hover {
  opacity: .6;
}
.btn-cart.btn-disabled {
    background: #ccc;
    cursor: default;
}
.btn-cart.btn-disabled:hover {
  opacity: 1;
}
.btn-cart img {
  height: 28px;
  vertical-align: middle;
  margin-right: 6px;
  margin-top: -5px;
}
.btn-soldout {
  background: #aaa9a9;
  padding: 0;
  line-height: 55px;
  font-size: 32px;
  color: #ececec;
}
.btn-discount {
  display: block;
  border: 1px solid #fc8f24;
  text-align: center;
  color: #999;
  font-size: 18px;
  font-weight: bold;
  margin-top: 20px;
  line-height: 45px;
}
.btn-discount.btn-disabled {
  border-color: #999;
  background: none;
}
.btn-discount.btn-active {
  background-color: #fb3a68;
  border-color: #fb3a68;
  color: #fff;
}
.btn-discount:hover {
  opacity: .6;
}
.btn-discount.btn-disabled:hover,
.btn-discount.btn-active:hover {
  opacity: 1;
}
.win-modal-discount p {
  font-size: 15px;
  margin-bottom: 12px;
}
.win-modal-discount .textarea {
  min-height: 150px;
}
@media (min-width: 768px) {
  .btn-cart,
  .btn-soldout {
    margin-top: 15px;
    line-height: 50px;
  }
  .btn-discount {
    margin-top: 10px;
    line-height: 33px;
    font-size: 15px;
  }
  .win-modal-discount p {
    font-size: 18px;
  }
}
@media (min-width: 968px) {
  .btn-cart,
  .btn-soldout {
    margin-top: 20px;
    line-height: 55px;
  }
  .btn-discount {
    margin-top: 12px;
    line-height: 35px;
  }
}

.sp-itempage-padding {
  padding: 0 16px;
}
@media (min-width: 768px) {
  .sp-itempage-padding {
    padding: 0;
  }
}

.box-itempage-favorite {
  text-align: center;
  font-size: 14px;
  margin: 25px 0;
}
.box-itempage-favorite a {
  background: url(../img/icon_favorite.png) no-repeat left center;
  background-size: 23px auto;
  color: #555;
  display: inline-block;
  padding-left: 28px;
}
.box-itempage-favorite a.checked {
  background-image: url(../img/icon_favorite_on.png);
}
.box-itempage-favorite span {
  margin-left: 5px;
}
.box-itempage-favorite a:hover {
  opacity: .6;
}

.box-itempage-seller {
  background: #eee;
  padding: 20px;
}
.box-itempage-seller .seller-name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
  height: 25px;
}
.box-itempage-seller .seller-name a:hover {
  text-decoration: underline;
}
img.excellent {
  width: 20px;
  vertical-align: middle;
  margin-right: 6px;
}
.box-itempage-seller .seller-rate {
  text-align: center;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 8px;
  margin-top: .1em;
}
.box-itempage-seller span {
  line-height: 20px;
}
.box-itempage-seller .star {
  color: #31c557;
  font-size: 20px;
}
.box-itempage-seller .star-active {
  color: #31c557;
}
.box-itempage-seller .num {
  margin-left: 6px;
}
.seller-rate a:hover {
  color: #31c557;
}
.seller-rate .num a:hover {
  color: #1614a3;
  text-decoration: underline;
}
@media (min-width: 768px) {
  .box-itempage-seller {
    padding: 15px;
  }
}
@media (min-width: 835px) {
}
@media (min-width: 968px) {
  .box-itempage-seller {
    padding: 20px;
  }
}

.box-itempage-follow {
  text-align: center;
  max-width: 240px;
  margin: 0 auto;
}
.box-itempage-follow a {
  background: #fff;
  border-radius: 20px;
  line-height: 30px;
  padding: 6px 30px;
  text-align: center;
  display: block;
  color: #333;
  transition: .3s;
  border: 1px solid #fff;
}
.box-itempage-follow a .off {
  display: inline-block;
  width: 90px;
  text-align: left;
}
.box-itempage-follow a .on {
  display: none;
}
.box-itempage-follow a.active {
  border: 1px solid #fc8f24;
}
.box-itempage-follow a:hover {
  border: 1px solid #ccc;
}
.box-itempage-follow a.active .on {
  display: inline-block;
  width: 90px;
  text-align: left;
}
.box-itempage-follow a.active .off {
  display: none;
}
.box-itempage-follow a .num {
  font-size: 15px;
}
@media (min-width: 768px) {
  .box-itempage-follow a {
    padding: 6px 25px;
  }
}
@media (min-width: 835px) {
  .box-itempage-follow a {
    padding: 6px 30px;
  }
}
.box-itempage-follow img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  vertical-align: middle;
}
.box-itempage-follow span {
  margin-left: 10px;
}
.box-itempage-follow a.disabled span {
  display: inline-block;
  width: 80px;
  text-align: left;
}
.box-itempage-follow a.disabled span.num {
  display: inline;
}
.box-itempage-follow a.disabled:hover {
  border: 1px solid #fff;
  cursor: default;
}
.box-itempage-favorite a.disabled:hover {
  cursor: default;
  opacity: 1;
}

.tbl-item {
  margin-top: 30px;
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #ccc;
}
.tbl-item th,
.tbl-item td {
  border-bottom: 1px solid #ccc;
  padding: 15px 20px;
  line-height: 1.3;
}
.tbl-item th {
  background: #eee;
  width: 120px;
  text-align: left;
  font-size: 13px;
  font-weight: normal;
}
.tbl-item td {
  font-size: 14px;
}
.tbl-item .valuated {
  background: url(../img/icon_soundmart.png) no-repeat 12px center;
  background-size: 18px auto;
  padding-left: 34px;
}
.tbl-item a:hover {
  text-decoration: underline;
}
@media (min-width: 768px) {
  .tbl-item {
    margin-top: 20px;
  }
  .tbl-item th,
  .tbl-item td {
    padding: 12px 14px;
  }
}
@media (min-width: 835px) {
}
@media (min-width: 968px) {
  .tbl-item {
    margin-top: 30px;
  }
  .tbl-item th,
  .tbl-item td {
    padding: 12px 14px;
  }
}

.box-description {
  margin: 30px 0;
}
.box-description h2 {
  font-size: 14px;
  background: #f0f0f0;
  padding: 9px 20px 8px;
  margin-bottom: 12px;
}
.box-description .box-toggle-outer {
  font-size: 14px;
  padding: 5px 20px 0;
  height: 250px;
}
.box-description .box-toggle-outer.open {
  height: auto;
}
.box-description .txt-right {
  margin-top: 10px;
}
.box-description .box-toggle-inner {
  line-height: 1.7;
}
@media (min-width: 640px) {
  .box-description h2 {
    font-size: 16px;
    padding: 5px 12px 4px;
  }
  .box-description .box-toggle-outer {
    font-size: 16px;
    height: 240px;
    padding: 0 12px;
  }
}
@media (min-width: 768px) {
  .box-description h2 {
    line-height: 21px;
    border-left: 4px solid orange;
  }
}

.box-message {
  margin: 30px 0;
}
.box-message h2 {
  font-size: 14px;
  background: #f0f0f0;
  padding: 9px 20px 8px;
  margin-bottom: 20px;
}
.list-message {
  margin: 0 15px;
}
.box-btn-comment {
  position: absolute;
  bottom: 11px;
  right: 15px;
}
.box-btn-comment a + a {
    margin-left: 8px;
}
.box-btn-comment img {
  height: 16px;
}
.box-btn-comment a:hover img {
  opacity: .6;
}
.deleted {
  text-align: center;
}
.deleted .comment-inner {
  display: inline-block;
  background: #f5f5f5;
  padding: 12px;
  font-size: 13px;
}
.deleted .comment-inner > span {
  margin-left: 10px;
}
@media (min-width: 375px) {
  .deleted .comment-inner {
    font-size: 14px;
    padding: 15px;
  }
  .list-message {
    margin: 0 20px;
  }
}
@media (min-width: 640px) {
  .box-message h2 {
    font-size: 16px;
    padding: 5px 12px 4px;
  }
  .list-message {
    margin: 0 12px;
  }
}
@media (min-width: 768px) {
  .list-message {
    margin: 0;
  }
  .box-message h2 {
    line-height: 21px;
    border-left: 4px solid orange;
  }
  .box-btn-comment {
    bottom: 16px;
    right: 20px;
  }
}

.btn-more {
  width: 80%;
  max-width: 320px;
  margin: 30px auto;
  padding: 10px;
  text-align: center;
  font-size: 14px;
  display: block;
  border: 1px solid #ccc;
  border-radius: 15px;
  background: #fff;
  color: #555;
}
.input-itempage-message {
  height: 120px;
}
.box-message .btn-sub {
  margin-top: 12px;
}
.container-itempage .btn-sub:hover {
  opacity: .6;
}
.box-itempage-note {
  margin: 0 16px;
  padding: 10px 10px 0;
  text-align: right;
}
.box-itempage-note a + a {
  margin-left: 8px;
}
.box-itempage-note img {
  height: 20px;
}
.box-itempage-note a:hover img {
  opacity: .6;
}
@media (min-width: 768px) {
  .box-itempage-note {
    margin: 0;
  }
}

.box-sns {
  margin: 0 auto 20px;
  max-width: 600px;
  padding: 0 16px;
}
@media (min-width: 768px) {
  .box-sns {
    margin: 30px 0;
    padding: 0;
  }
}
.btn-sns {
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  max-width: 600px;
  margin: 0 auto;
}
.btn-sns li {
  width: 31%;
}
.btn-sns li img {
  width: 100%;
}
.btn-sns a:hover img {
  opacity: .6;
}

.box-itempage-btnlink {
  border-top: 1px solid #ccc;
  margin: 30px 0;
}
.box-itempage-btnlink div {
  border-bottom: 1px solid #ccc;
}
.box-itempage-btnlink a {
  display: block;
  padding: 16px;
  color: #666;
  position: relative;
}
.box-itempage-btnlink a:hover {
  opacity: .6;
}
.box-itempage-btnlink a::after {
  display: inline-block;
  content: "\E315";
  font-family: "Material Icons";
  margin-top: -12px;
  position: absolute;
  right: 8px;
  top: 50%;
  font-size: 28px;
  color: #888;
}
.box-itempage-btnlink .link-item-sh {
  background: url(../img/icon_soundhouse.png) no-repeat 16px center;
  background-size: 18px auto;
  font-size: 14px;
  text-align: center;
  letter-spacing: 5px;
}
.box-itempage-btnlink .link-item-sm {
  background: url(../img/icon_soundmart.png) no-repeat 16px center;
  background-size: 18px auto;
  font-size: 14px;
  letter-spacing: 3px;
  text-align: center;
}
@media (max-width: 834px) {
  .box-itempage-btnlink .link-item-sh {
    padding-left: 48px;
    letter-spacing: 5px;
  }
  .box-itempage-btnlink .link-item-sm {
    padding-left: 46px;
    letter-spacing: 3px;
  }
}
@media (max-width: 767px) {
  .box-itempage-btnlink .link-item-sh {
    padding-left: 44px;
    letter-spacing: .1em;
    text-align: left;
  }
  .box-itempage-btnlink .link-item-sm {
    padding-left: 44px;
    letter-spacing: .1em;
    text-align: left;
  }
}
@media (min-width: 768px) {
  .box-itempage-btnlink {
    border: 0;
  }
  .box-itempage-btnlink div {
    border: 1px solid #ccc;
    margin-bottom: 8px;
  }
  .box-itempage-btnlink a::after {
    /*
    content: none;
    */
  }
}

.box-itempage-other h2 {
  font-size: 14px;
  padding: 15px 12px;
  background: #f0f0f0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  text-align: center;
}
.box-itempage-other li {
  border-bottom: 1px solid #ccc;
}
.box-itempage-other a {
  display: block;
  padding: 8px 20px;
  overflow: hidden;
}
.box-itempage-other a:hover {
  opacity: .6;
}
.box-itempage-other img {
  width: 46px;
  float: right;
}
.box-itempage-other p.price {
  font-size: 13px;
  color: #333;
  display: table-cell;
  padding-top: 2px;
}
.box-itempage-other .price span {
  color: #fc8f24;
  font-size: 20px;
  margin-right: 8px;
  vertical-align: middle;
}
.box-itempage-other .name {
  font-size: 14px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: .1em;
}

.box-itempage-bottom h2 {
  padding: 16px 8px 3px;
  font-size: 16px;
}

@media (min-width: 480px) {
  .list-item li:nth-child(n+10) {
    display: none;
  }
}
@media (min-width: 667px) {
  .list-item li:nth-child(n+9) {
    display: none;
  }
}
@media (min-width: 768px) {
  .wrap-itempage {
    margin: 30px auto;
    padding: 30px 50px;
    border: 0;
  }
  .wrap-itempage-inner {
    display: table;
    width: 100%;
    table-layout: fixed;
  }
  .container-itempage {
    display: table-cell;
    vertical-align: top;
  }
  .side-itempage {
    display: table-cell;
    width: 290px;
    padding-left: 40px;
  }
  .ttl-item-name {
    padding: 0;
    font-size: 30px;
    margin-bottom: 20px;
  }
  .list-item li {
    width: 25%;
  }
  .box-itempage-bottom h2 {
    font-size: 21px;
  }
  .box-itempage-other a {
    padding: 8px;
  }
}
@media (min-width: 835px) {
  .side-itempage {
    width: 310px;
    padding-left: 40px;
  }
}
@media (min-width: 968px) {
  .side-itempage {
    width: 325px;
    padding-left: 45px;
  }
  .list-item li {
    width: 20%;
  }
  .list-item li:nth-child(n+9) {
    display: flex;
  }
}
@media (min-width: 1220px) {
}

/* fotorama */
.fotorama__stage {
  background: #f0f0f0;
}
.fotorama__thumb-border {
  border-color: #fc8f24;
}
.fotorama__thumb-border,
.fotorama__thumb {
  /*
  border-radius: 6px;
  */
}
.fotorama__nav--thumbs .fotorama__nav__frame {
}
.fotorama__nav img:hover {
  opacity: .6;
}

/* box-edit */
.box-edit {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .box-edit {
    margin: 30px 15px 0;
  }
}
.box-edit ul {
  overflow: hidden;
}
.box-edit .edit .btn {
  background: #fc8f24;
  margin-top: 0;
}
.box-edit .stop,
.box-edit .reopen,
.box-edit .delete {
  float: left;
  width: 50%;
}
.box-edit .stop,
.box-edit .reopen {
    padding-right: 5px;
}
.box-edit .delete {
  padding-left: 5px;
}
.box-edit .delete.wide {
	padding: 0;
	float: none;
	width: 100%;
}
.box-edit .stop .btn,
.box-edit .delete .btn {
  margin-top: 10px;
  background: #aaa9a9;
}
.box-edit .reopen .btn {
  margin-top: 10px;
  background: #fc8f24;
}
.win-modal-delete, /*コメント削除と共通クラス*/
.win-modal-report,
.win-modal-discount {
  width: 90%;
    max-width: 480px;
}
.win-modal-delete-inner,
.win-modal-report-inner,
.win-modal-discount-inner {
  padding: 10px 0;
  max-width: 340px;
  margin: 0 auto;
}
.win-modal-delete p,
.win-modal-report p,
.win-modal-discount p {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}
.win-modal-delete .confirm-btn,
.win-modal-report .confirm-btn,
.win-modal-discount .confirm-btn {
  overflow: hidden;
}
.win-modal-delete .confirm-btn li,
.win-modal-report .confirm-btn li,
.win-modal-discount .confirm-btn li {
  float: left;
  width: 47%;
  margin: 0;
  font-size: 13px;
}
.win-modal-delete .confirm-btn li + li,
.win-modal-report .confirm-btn li + li,
.win-modal-discount .confirm-btn li + li {
  margin-left: 6%;
}
.win-modal-report .form {
  margin-top: 30px;
}
.win-modal-report .form dt {
  font-weight: bold;
}
.win-modal-report textarea {
  min-height: 120px;
}
@media (min-width: 375px) {
  .win-modal-delete .confirm-btn li,
  .win-modal-report .confirm-btn li,
  .win-modal-discount .confirm-btn li {
    font-size: 14px;
  }
}
@media (min-width: 480px) {
  .win-modal-delete p,
  .win-modal-report p,
  .win-modal-discount p {
    font-size: 16px;
  }
}

.fotorama.stopped .fotorama__stage::before {
  display: block;
  content: "";
  background-color: rgba(34,24,20,0.8);
  color: #fff;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
}
.fotorama.stopped .fotorama__stage::after {
  display: block;
  content: "出品停止中";
  margin: auto;
  top: 50%;
  bottom: 0;
  left: 0;
  right: 0;
  color: #fff;
  width: 100%;
  text-align: center;
  font-size: 22px;
  margin-top: -11px;
}

.ttl-item-delete {
  color: #31c557;
  font-size: 23px;
  text-align: center;
  line-height: 1.5;
  margin: 40px 20px 30px;
}
.link-item-delete {
  margin: 10px;
  text-align: center;
}
.link-item-delete a:hover {
    text-decoration: underline;
}
.link-item-delete:last-child {
  margin-bottom: 30px;
}
@media (min-width: 375px) {
  .ttl-item-delete {
  }
}
@media (min-width: 600px) {
  .ttl-item-delete {
    font-size: 24px;
  }
}
@media (min-width: 768px) {
  .ttl-item-delete {
    font-size: 30px;
    margin: 60px 20px 60px;
  }
  .link-item-delete:last-child {
    margin-bottom: 50px;
  }
}
