﻿@charset "UTF-8";

/* 商品詳細（ＰＣ） ファーストビュー用 */

/* sys/base_form.css のコピー ここから */

/* ----ボタン---- */

.btn-primary {
  color: #fff;
  border: solid 1px #c54f00;
  background-color: #f60;
}

/* ここまで sys/base_form.css のコピー */


/* sys/base_misc.css のコピー ここから */

/* ----テキストカラー----*/

.price {
  color: #c30;
}

/* ----商品説明リスト---- */

.goods-detail-description {
  display: table;
  width: 100%;
}

.goods-detail-description dt {
  display: table-cell;
  width: 100px;
  font-weight: bold;
}

.goods-detail-description dd {
  display: table-cell;
}

/* ----画像センタリング配置---- */

.img-center {
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
}

.img-center img {
  text-align: center;
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
}


/* ここまで sys/base_misc.css のコピー */


/* sys/layout.css のコピー ここから */

.wrapper {
  width: 100%;
}

.container {
  width: 1200px;
  margin: 0 auto;
}

.pane-header .container {
  display: flex;
  align-items: center;
  height: 90px;
}

.pane-globalnav {
  width: 100%;
}

.pane-contents {
  min-height: 600px;
  padding-bottom: 0;
}

.page-goods .pane-contents {
  padding-top: 40px;
}

.pane-contents .container {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto 1fr;
  /* IE11 */
  display: -ms-grid;
  -ms-grid-columns: auto 1fr;
  -ms-grid-rows: auto 1fr;
}

.pane-left-menu {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 1;
  grid-row-end: 3;
  /* IE11 */
  -ms-grid-column: 1;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  width: 240px;
  margin: 30px 60px 0 0;
}

.pane-main {
  display: block;
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 2;
  /* IE11 */
  -ms-grid-column: 2;
  -ms-grid-row: 1;
  width: 100%;
}

.pane-right-menu {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 2;
  grid-row-end: 3;
  /* IE11 */
  -ms-grid-column: 2;
  -ms-grid-row: 2;
  margin: 30px 0;
  width: 900px;
}

/* ----商品詳細レイアウト---- */

.page-goodspreview .pane-left-menu,
.page-goodspreview .pane-right-menu,
.page-goods .pane-left-menu,
.page-goods .pane-right-menu {
  display: none;
}

.block-goods-detail {
  width: 890px;
  grid-template-columns: 1fr 490px;
  -ms-grid-columns: 1fr 490px;
  margin-left: auto;
  margin-right: auto;
}

.pane-goods-header {
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 2;
  /* IE11 */
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  -ms-grid-row: 1;
  width: 100%;
}

.pane-goods-left-side {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 2;
  grid-row-end: 3;
  /* IE11 */
  -ms-grid-column: 1;
  -ms-grid-row: 2;
  width: 300px;
}

.pane-goods-right-side {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 2;
  grid-row-end: 3;
  /* IE11 */
  -ms-grid-column: 2;
  -ms-grid-row: 2;
  width: 400px;
}

.pane-goods-center {
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row-start: 3;
  grid-row-end: 4;
  /* IE11 */
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  -ms-grid-row: 3;
  width: 100%;
  margin-top: 60px;
}

.pane-goods-footer {
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row-start: 4;
  grid-row-end: 5;
  /* IE11 */
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  -ms-grid-row: 4;
  width: 100%;
}

/* ここまで sys/layout.css のコピー */


/* sys/block_common.css のコピー ここから */

/* ----パンくず---- */

.block-topic-path {
  padding: 12px 0;
}

.block-topic-path--list li {
  display: inline-block;
  padding-right: 5px;
}

.block-topic-path--list a {
  text-decoration: underline;
}

/* ----左メニューブロック共通---- */

.pane-left-menu .pane-block--title {
  font-size: 16px;
  border-top: #444 1px solid;
  padding: 16px 0;
  font-weight: bold;
  margin-bottom: 0;
}

.pane-block--title {
  margin: 20px 0;
  font-size: 26px;
  font-weight: normal;
}


/* ここまで sys/block_common.css のコピー */



/* sys/block_goods.css のコピー ここから */

/* ----商品詳細画面---- */

.block-goods-detail--promotion-freespace {
  margin-bottom: 10px;
}

.block-src-l figure {
  text-align: center;
}

.block-add-cart--btn {
  margin-top: 10px;
  padding: 12px 0;
  font-size: 18px;
  width: 280px;
}

.block-contact-about-goods--btn {
  margin-top: 10px;
  padding: 6px 0;
  font-size: 16px;
  width: 280px;
}

.block-goods-price {
  margin: 10px 0;
}

.block-goods-price--price {
  font-size: 24px;
  font-weight: bold;
}

.block-accessory-list {
  width: 100%;
}

.block-goods-footer-cart {
  text-align: center;
}

/* バリエーション切り替えボタン */
.block-variation--item-list {
  font-size: 0;
}

.block-variation--item {
  display: inline-block;
  font-size: 14px;
  margin-right: 5px;
}

.block-variation--item-description {
  display: none;
}

.block-variation--item dt {
  display: block;
  border: 2px solid #d0d0d0;
  background-color: #fff;
  cursor: pointer;
}

.block-variation--item.active dt {
  border: 2px solid #3fbf0d;
}

.block-color--item dt {
  width: 54;
  height: 54px;
}

.block-color--item-term img {
  max-width: 40px;
  max-height: 40px;
}

.block-color--item-term figure {
  width: 50px;
  height: 50px;
}

.block-size--item dt {
  width: 54px;
  min-height: 54px;
}

.block-size--item-term {
  min-width: 54px;
  min-height: 54px;
}

.block-size--item-term span {
  display: table-cell;
  word-break: break-all;
  text-align: center;
  vertical-align: middle;
  width: 50px;
  height: 50px;
  padding: 2px;
}

/* 商品詳細ユーザーレビュー */
.block-goods-user-review h2 {
  background-color: #f5f5f5;
  font-size: 22px;
  padding: 10px 15px;
}

/* ----アイコン---- */
.block-icon img {
  width: 32px;
}

/* ここまで sys/block_goods.css のコピー */


/* usr/layout.css のコピー ここから */

.wrapper {
  background: #fff;
}

.pane-topic-path {
  background-color: #f5f5f5;
}

.page-goods .pane-main {
  width: 1200px;
}

.block-goods-detail {
  grid-template-columns: 1fr 520px;
  -ms-grid-columns: 1fr 520px;
}

.pane-goods-left-side {
  width: 624px;
  margin: 0 56px 0 0;
}

.pane-goods-right-side {
  width: 490px;
}

/* ここまで usr/layout.css のコピー */


/* usr/block.css のコピー ここから */

.pane-goods-left-side {
  display: flex;
}

.pane-goods-left-side .block-src-l {
  width: 300px;
  margin-left: auto;
  order: 20;
}

#gallery {
  max-width: 300px;
}

.block-goods-detail--mv-wrap {
  position: relative;
  margin-bottom: 15px;
}

.block-goods-detail--mv-wrap::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  width: 30px;
  height: 30px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url('../../img/usr/common/ico_zoom.png');
}

.block-goods-detail--mv figure {
  width: 100%;
  height: 300px;
}

.block-goods-detail--mv figure img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.block-goods-detail--mv-wrap .block-icon {
  position: absolute;
  top: 0;
  left: 0;
}

.block-goods-detail--mv-wrap .block-icon span {
  margin-left: 0;
}

.block-goods-detail--mv-wrap .block-icon span img {
  height: 50px;
}

.block-goods-detail--mv-wrap .block-icon--auto-new {
  position: absolute;
  top: 0;
  right: 0;
}

.block-goods-detail--mv-wrap .block-icon--auto-new img {
  height: 50px;
}

.block-goods-detail--tn {
  margin-bottom: 20px;
}

.block-goods-detail--tn ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}

.block-goods-detail--tn li {
  width: 50px;
  height: 50px;
  margin-right: 12px;
  cursor: pointer;
}

.block-goods-detail--tn li:nth-of-type(5n) {
  margin-right: 0;
}

.block-goods-detail--tn li:nth-of-type(n+6) {
  margin-top: 12px;
}

.block-goods-detail--tn li figure {
  width: 100%;
  height: 100%;
}

.block-goods-detail--tn li figure img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  max-height: 50px;
  transition: all .6s ease;
}

.block-goods-detail--tn .view {
  position: relative;
}

#goods_image_comment {
  margin-bottom: 40px;
  font-size: 12px;
}

.block-icon {
  font-size: 0;
}

.block-icon > span + span {
  margin-left: 8px;
}

.block-icon img {
  display: inline;
}

.pane-goods-right-side > form > .block-icon {
  margin-bottom: 6px;
}

.pane-goods-right-side > form > .block-icon span {
  margin-left: 0;
  margin-right: 4px;
  margin-bottom: 4px;
}

.pane-goods-right-side > form > .block-icon img {
  height: 25px;
}

.page-goods .block-goods-name h1 {
  margin: 0 0 10px;
  padding: 0;
  font-size: 26px;
  font-weight: bold;
}

.pane-goods-right-side .revico-star {
  margin-bottom: 20px;
}

.pane-goods-right-side .revico-star .revico-star-block--rate {
  top: 0;
  transform: scale(1.0);
}

.pane-goods-right-side .revico-star .starability-result {
  width: 91px;
  height: 15px;
  background-size: auto 15px;
  background-repeat: no-repeat;
}

.pane-goods-right-side .revico-star-block--title {
  margin-left: 0;
  margin-bottom: 0;
  font-size: 15px;
  font-family: var(--en-txt);
}

.pane-goods-right-side .revico-star-block--total {
  font-size: 10px;
  font-family: var(--en-txt);
}

.block-goods-comment {
  margin: 0 0 12px;
  font-size: 14px;
}

.pane-goods-right-side .block-goods-price {
  margin-top: 0;
  margin-bottom: 30px;
  border-top: 0;
}

.block-goods-price .block-goods-price--on-sales-comment {
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: normal;
}

.pane-goods-right-side .block-icon--auto-on-sales {
  margin-bottom: 5px;
}

.pane-goods-right-side .block-icon--auto-on-sales img {
  height: 20px;
  vertical-align: bottom;
}

.block-goods-price-item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.block-goods-price-item + .block-goods-price-item {
  margin-top: 15px;
}

.block-goods-price--price {
  font-size: 24px;
  font-weight: 500;
  color: #111;
}

.block-goods-price .net-price,
.block-goods-price .default-net-price,
.block-goods-price .price,
.block-goods-price .default-price {
  font-family: var(--en-txt);
  text-decoration: none;
}

.block-goods-price .net-price,
.block-goods-price .default-net-price {
  min-width: 193px;
  margin-right: 7px;
  font-size: 16px;
}

.block-goods-price .price,
.block-goods-price .default-price {
  font-size: 14px;
}

.block-goods-price .net-price span,
.block-goods-price .default-net-price span {
  font-size: 30px;
  font-weight: 600;
}

.block-goods-price .price span,
.block-goods-price .default-price span {
  font-size: 20px;
  font-weight: 500;
}

.block-goods-price .default-net-price span,
.block-goods-price .default-price span {
  text-decoration: line-through;
}

.pane-goods-right-side .block-icon--auto-on-sales + .block-goods-price-item .net-price span,
.pane-goods-right-side .block-icon--auto-on-sales + .block-goods-price-item .price span {
  color: var(--red-color);
}

.block-goods-price .net-price::after,
.block-goods-price .default-net-price::after {
  font-size: 16px;
}

.block-goods-price .price::after,
.block-goods-price .default-price::after {
  font-size: 14px;
}

.block-goods-price .default-net-price::after,
.block-goods-price .default-price::after {
  text-decoration: line-through;
}

.default-net-price::after {
  content: "（税別）";
  font-family: var(--ja-txt);
  font-weight: 400;
}

.block-goods-point {
  display: flex;
  width: 100%;
  min-width: 100%;
  margin-top: 5px;
}

.block-goods-point.goods-detail-description dt {
  width: auto;
  min-width: auto;
}

.pane-goods-right-side .block-icon--auto-on-sales + .block-goods-price-item .block-goods-point.goods-detail-description dd {
  color: var(--red-color);
}

.pane-goods-right-side .block-icon--auto-on-sales + .block-goods-price-item + .block-goods-price-item .block-goods-point {
  text-decoration: line-through;
}

.block-icon--buying-lot {
  margin-bottom: 10px;
}

.block-icon--buying-lot img {
  height: 32px;
}

.block-goods-detail-lot {
  margin-bottom: 20px;
}

.block-goods-detail-lot-row {
  display: flex;
  justify-content: space-between;
}

.block-goods-detail-lot-row + .block-goods-detail-lot-row {
  margin-top: 10px;
}

.block-goods-detail-lot-left span {
  color: var(--main-color);
  font-family: var(--en-txt);
  font-size: 16px;
  font-weight: bold;
}

.block-goods-detail-lot-right {
  display: flex;
  align-items: flex-end;
}

.block-goods-detail-lot-right span {
  color: var(--main-color);
  font-family: var(--en-txt);
  font-size: 16px;
}

.block-goods-detail-lot-right .net-price {
  margin-right: 7px;
}

.block-goods-detail-lot-right .net-price span {
  font-size: 18px;
  font-weight: 500;
}

.block-goods-detail-qty {
  display: flex;
  justify-content: space-between;
  margin-bottom: 29px;
}

.block-goods-detail-qty-left {
  width: 280px;
}

.block-goods-detail-qty-left.print-name-item {
  width: 100%;
}

.block-goods-stock {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 5px;
}

.block-goods-detail-qty-left.print-name-item .block-goods-stock {
  justify-content: flex-start;
}

.block-goods-detail-qty-left.print-name-item .block-goods-stock > * {
  margin-right: 5px;
}

.block-goods-stock #spec_stock_msg {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 32px;
  border-radius: 4px;
  border: 1px solid #FC7733;
  font-size: 12px;
  color: #FC7733;
}

.block-goods-stock #spec_stock_msg ~ span img {
  height: 32px;
}

.block-goods-detail-qty-left .block-icon {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.block-goods-detail-qty-left.print-name-item .block-icon {
  justify-content: flex-start;
}

.block-goods-detail-qty-left .block-icon::after {
  content: '';
  display: block;
  width: 90px;
  height: 0;
}

.block-goods-detail-qty-left.print-name-item .block-icon::after {
  content: none;
}

.block-goods-detail-qty-left .block-icon span {
  width: 90px;
  margin-right: 0;
  margin-left: 0;
}

.block-goods-detail-qty-left.print-name-item .block-icon span {
  margin-right: 5px;
}

.block-goods-detail-qty-left .block-icon span img {
  height: auto;
  max-height: 32px;
}

.block-goods-detail--qty {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 179px;
}

.block-goods-detail--qty .qty-left {
  display: flex;
  flex-direction: column;
  text-align: right;
  margin-right: 15px;
}

.block-goods-detail--qty .qty-left .title {
  margin-bottom: 4px;
  font-size: 16px;
}

.block-goods-detail--qty .qty-left .qty-unit {
  font-size: 13px;
}

.block-goods-detail--qty input {
  width: 90px;
  height: 69px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  border: 1px solid #ccc;
  border-radius: 3px;
}

.block-goods-detail--qty input::-webkit-inner-spin-button,
.block-goods-detail--qty input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    appearance: none;
    margin: 0;
    -moz-appearance:textfield;
}

.block-goods-detail--date {
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}

.block-goods-detail--date.print-name-item {
  justify-content: flex-start;
  margin-bottom: 20px;
}

.block-goods-detail--estimated-arrival-date {
  margin-left: 1em;
}

.block-goods-detail-select-item-wrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}

.block-goods-detail-select-item {
  position: relative;
}

.block-goods-detail-select-item::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 16px;
  display: inline-block;
  content: "";
  width: 14px;
  height: 8px;
  margin-top: auto;
  margin-bottom: auto;
  background-image: url(../../img/usr/common/ico_arrow14x8_blue.png);
  background-repeat: no-repeat;
  background-size: contain;
  transform: rotate(180deg);
  transition: all .3s;
}

.block-goods-detail-select-item select {
  width: 330px;
  height: 60px;
  border: 1px solid var(--link-color);
  border-radius: 3px;
  font-size: 16px;
  font-weight: 500;
  appearance: none;
  text-align: center;
}

.block-goods-detail-select-item-wrap .block-goods-detail--qty {
  width: 137px;
}

.block-goods-detail-select-item-wrap .block-goods-detail--qty input {
  height: 60px;
}

.pane-goods-left-side .goods-detail-description {
  display: flex;
  padding-top: 12px;
  padding-bottom: 12px;
  border-top: 1px solid var(--line-color);
}

.pane-goods-left-side .goods-detail-description:last-of-type {
  border-bottom: 1px solid var(--line-color);
}

.goods-detail-description dt {
  display: block;
  width: 80px;
  max-width: 80px;
  font-weight: normal;
}

.block-add-cart--btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
  margin-bottom: 10px;
  border-radius: 0;
  font-size: 18px;
  font-weight: bold;
  background: var(--main-color);
  border-radius: 4px;
  border: 0;
  color: #fff;
}

.block-add-cart--btn,
.block-arrival-notice--btn,
.block-no-stock--message,
.block-outside-sales-period--message {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  border-radius: 4px;
  border: 0;
}

.block-add-cart--btn {
  background: var(--main-color);
  color: #fff;
}

.block-arrival-notice .block-arrival-notice--btn {
  color: var(--link-color);
  border: 1px solid #CCCCCC;
  background: #fff;
  color: var(--link-color);
}

.block-no-stock .block-no-stock--message,
.block-outside-sales-period--message.end-sales {
  background: #A7A7A7;
  color: #fff;
}

.block-outside-sales-period--message.before-sales {
  background: #FEDADB;
  color: #D9504E;
}

.block-add-cart--btn::before,
.block-arrival-notice .block-arrival-notice--btn::before {
  content: "";
  display: inline-block;
  margin-right: 15px;
  background-repeat: no-repeat;
  background-size: contain;
}

.block-add-cart--btn::before {
  width: 31px;
  height: 24px;
  background-image: url(../../img/usr/common/goods_cart_btn.png);
}

.block-arrival-notice .block-arrival-notice--btn::before {
  width: 25px;
  height: 24px;
  background-image: url(../../img/usr/common/arrival-notice_btn.png);
}

.block-goods-favorite--btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 60px;
  margin-top: 0;
  margin-bottom: 10px;
  border: 1px solid var(--link-color);
  border-radius: 3px;
  font-size: 16px;
  font-weight: bold;
  background: #fff;
  color: inherit;
}

.block-goods-favorite--btn::before {
  display: inline-block;
  width: 24px;
  height: 21px;
  margin-right: 15px;
  background-image: url(../../img/usr/common/goods_bookmark_btn.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
}

.block-contact-about-goods--btn {
  display: inline;
  padding: 0;
  border: 0;
  text-decoration: underline;
  font-size: 14px;
  background: none;
}

.block-goods-comment6 iframe {
  width: 100%;
  margin-bottom: 20px;
}

.block-goods-detail-print-name-comment {
  background: #F5F5F5;
  border-radius: 5px;
  margin-bottom: 20px;
  padding: 20px;
}

.block-goods-detail-print-name-comment .title {
  margin-bottom: 10px;
  color: var(--main-color);
  font-weight: bold;
  text-align: center;
}

.block-goods-detail-print-name-comment .text {
  font-size: 13px;
  line-height: 1.7;
}

.block-goods-detail-print-name-comment .text a {
  color: var(--link-color);
  text-decoration: underline;
}

.block-goods-comment1 {
  margin-bottom: 20px;
}

.block-goods-spec-link {
  margin-bottom: 30px;
  text-align: center;
}

.block-goods-spec-link a {
  display: inline-flex;
  align-items: center;
  color: var(--link-color);
  text-decoration: underline;
}

.block-goods-spec-link a::before {
  content: '';
  display: block;
  width: 10px;
  height: 6px;
  margin-right: 8px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url('../../img/usr/common/ico_arrow10x6_blue.png');
}

.block-goods-spec-link a::before {
  content: '';
  display: block;
  width: 10px;
  height: 6px;
  margin-right: 8px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url('../../img/usr/common/ico_arrow10x6_blue.png');
}

.block-goods-detail-url-copy {
  position: relative;
  margin-bottom: 20px;
}

.block-goods-detail-url-copy.copied::before {
  content: 'コピーしました';
  position: absolute;
  top: -22px;
  left: 0;
  right: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
  color: var(--main-color);
  font-weight: bold;
  text-align: center;
  font-size: 12px;
}

.block-goods-comment13 #url_copy {
  appearance: none;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 280px;
  height: 41px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  border: 1px solid var(--line-color);
  font-size: 12px;
  background: #fff;
  cursor: pointer;
}

.block-goods-comment13 #url_copy::before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 21px;
  margin-right: 12px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url('../../img/usr/common/ico_url_copy.png');
}

.block-goods-comment13 .block-goods-sns {
  display: flex;
  justify-content: center;
  align-items: center ;
}

.block-goods-comment13 .block-goods-sns li + li {
  margin-left: 22px;
}

.block-goods-comment13 .block-goods-sns li img {
  width: 22px;
}

/*CSSによる商品詳細画面の項目の並び順変更用*/
.pane-goods-right-side form {
  display: flex;
  flex-flow: column wrap;
}

.block-goods-sns {
  order: 110;
}

.pane-goods-right-side > form > .block-icon {
  order: 10;
}

.block-goods-name {
  order: 20;
}

.pane-goods-right-side .revico-star {
  order: 30
}

.block-goods-comment {
  order: 40;
}

.block-goods-price {
  order: 50;
}

.block-goods-point {
  order: 60;
}

.block-icon--buying-lot {
  order: 60;
}

.block-goods-detail-lot {
  order: 60;
}

.block-goods-detail-qty {
  order: 60;
}

.block-goods-detail--date {
  order: 60;
}

.block-goods-detail-select-item-wrap {
  order: 60;
}

.block-add-cart,
.block-arrival-notice,
.block-no-stock,
.block-outside-sales-period {
  order: 60;
}

.block-goods-favorite {
  order: 60;
}

.block-goods-comment6 {
  order: 60;
}

.block-goods-detail-print-name-comment {
  order: 60;
}

.block-goods-comment1 {
  order: 60;
}

.block-goods-spec-link {
  order: 60;
}

.block-goods-comment13 {
  order: 60;
}

.block-goods-code {
  order: 60;
}

.block-goods-code {
  order: 60;
}

.block-goods-item-code {
  order: 70;
}

.block-goods-item-code2 {
  order: 80;
}

.block-goods-item-code3 {
  order: 90;
}

.block-goods-release-dt {
  order: 100;
}

.block-goods-class1 {
  order: 110;
}

.block-goods-class2 {
  order: 120;
}

.block-goods-attr1 {
  order: 130;
}

.block-goods-attr2 {
  order: 140;
}

.block-goods-attr3 {
  order: 150;
}

.block-goods-size {
  order: 160;
}

.block-goods-color {
  order: 170;
}

.block-goods-postage {
  order: 190;
}

.block-goods-stock {
  order: 200;
}

.block-goods-spec {
  order: 210;
}

.block-goods-sales-detail-append {
  order: 220;
}

.block-variation {
  order: 230;
}

.block-custom-order {
  order: 240;
}

.block-variation-arrival-notice {
  order: 260;
}

.block-goods-store-stock {
  order: 280;
}

.block-goods-set {
  order: 290;
}

.block-accessory-list {
  order: 300;
}

.block-variation-back-order {
  order: 310;
}

.block-contact-about-goods {
  order: 330;
}

/* ここまで usr/block.css のコピー */
