@charset "UTF-8";

.wrapper {
  background: #fff;
}

.pane-globalnav {
  display: block;
  margin: 40px auto 0;
  width: 612px;
}

/* .pane-topic-path {
  background-color: #f5f5f5;
} */

.pane-topic-path .container {
  width: 1200px;
  margin: 0 auto;
}

.pane-header {
  position: static;
  width: 100%;
  border-bottom: 1px solid #dad5d5;
  background: #FFF;
  z-index: 9999;
}

.pane-header .container {
  display: block;
  height: auto;
}

.pane-order-header {
  border-bottom: 2px solid #666;
}

.pane-landingpage-contents {
  background: #eee;
  border: 1px solid #eee;
}

.block-member-info,
.block-member-info-confirmation,
.block-member-registration-completed,
.block-shipping-address,
.block-credit-card-confirmation,
.block-inquiry,
.block-inquiry-history,
.block-mail-address,
.block-member-password,
.block-reset-password,
.block-user-review,
.block-mail-news {
  width: 1200px;
  margin: 0 auto;
}

.h1.block-category-list--header,
.h1.block-event-page--header,
.h1.block-genre-page--header {
  margin-top: 25px;
  height: 170px;
  width: 100%;
  background-color: #C9C2BC;
  font-size: 44px;
  text-align: center;
  line-height: 170px;
  color: #eee;
}

.h1.block-category-list--header-img,
.h1.block-event-page--heade-img {
  background-image: url(../../img/usr/common/free_space_3.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 25px;
  height: 300px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
}

.block-category-list--comment {
  width: 1200px;
  margin: 0 auto;
}

.pane-main{
  width: 1200px;
  margin: 0 auto;
}

.page-top .pane-main,
.page-category .pane-main,
.page-event .pane-main,
.page-genre .pane-main,
.page-goods .pane-main{
  width: 100%;
  margin: 0;
}

.pane-goods-right-side {
  background: #f8f4f5;
}

.pane-goods-right-side--left {
  display: flex;
  flex-direction: column;
  width: calc(50% - 25px);
  margin-right: 50px;
}

.pane-goods-right-side--right {
  display: flex;
  flex-direction: column;
  width: calc(50% - 25px);
  margin-right: 0;
}
