﻿@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: 50px;
}

.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 {
  display: grid;
  grid-template-columns: 1fr 660px;
  grid-template-rows: auto auto auto auto;
  /* IE11 */
  display: -ms-grid;
  -ms-grid-columns: 1fr 660px;
  -ms-grid-rows: auto auto auto 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%;
  margin: 14px 0 0 0;
}

.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: 400px;
  margin: 0 20px 0 0;
}

.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: 660px;
}

.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%;
}

.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 のコピー ここから */

/* ----商品詳細画面---- */

/* ここまで sys/block_goods.css のコピー */


/* usr/layout.css のコピー ここから */

.wrapper {
  background: #fff;
}

.pane-topic-path {
  background-color: transparent;
}

/* ここまで usr/layout.css のコピー */


/* usr/block.css のコピー ここから */

/*CSSによる商品詳細画面の項目の並び順変更用*/
.pane-goods-right-side form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.page-goods .block-icon-grade {
  order: 10;
}

.page-goods .block-icon {
  order: 20;
}

.pane-goods-right-side-left {
  order: 30;
}

.pane-goods-right-side-right {
  order: 40;
}

/* ここまで usr/block.css のコピー */

.block-goods_info-header {
  display: flex;
  margin-top: 20px;
}

.block-goods_info-h1 {
  display: flex;
  align-items: center;
  width: 840px;
  height: 100px;
  margin: 0;
  padding: 0 20px;
  border-radius: 4px;
  background-color: #EC9B38;
  color: #ffffff;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.4545;
  word-break: break-all;
}

.block-goods_info-header-btn {
  width: 230px;
  margin-left: auto;
}

.block-goods_info-header-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100px;
  border-radius: 4px;
  background: rgb(0, 121, 214);
  background: -moz-linear-gradient(top, rgba(0, 121, 214, 1) 0%, rgba(0, 83, 157, 1) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 121, 214, 1) 0%, rgba(0, 83, 157, 1) 100%);
  background: linear-gradient(to bottom, rgba(0, 121, 214, 1) 0%, rgba(0, 83, 157, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0079d6', endColorstr='#00539d', GradientType=0);
  color: #ffffff;
  font-size: 2rem;
  font-weight: 700;
  text-decoration: none;
}

.block-goods_info-header-btn a:hover {
  opacity: .7;
}
