/*---------------------------------
    ページ全体のcontentsの幅を変更
---------------------------------*/

body {
  min-width: inherit;
}

.contents {
  position: relative;

  box-sizing: border-box;
  width: 100%;
  max-width: 1360px;
  padding: 0 1vw;
}

/*---------------------------------
    パンくず
---------------------------------*/
.p_navi {
  box-sizing: border-box;
  width: calc(96% - 250px);
  max-width: 1200px;
  padding-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .p_navi.sp_only {
    float: none;

    width: 100%;
    padding-bottom: 10px;
  }

  .p_navi {
    display: none;
  }
}

/*---------------------------------
    page nation
---------------------------------*/
.pager {
  position: relative;
}

.pager .prev {
  color: #898989;
  border: none;
  border-radius: 0;
  background-color: inherit;
}

.pager .next {
  color: #898989;
  border: none;
  border-radius: 0;
  background-color: inherit;
}

.pager .first {
  color: #898989;
  border: none;
  border-radius: 0;
  background-color: inherit;
}

.pager .last {
  color: #898989;
  border: none;
  border-radius: 0;
  background-color: inherit;
}

.pager a {
  font-size: 16px;
  line-height: 2em;

  display: inline-block;

  box-sizing: border-box;
  width: auto;
  min-width: 2em;
  margin: 5px;
  padding: 0 5px;

  text-align: center;

  color: #333;
  border: none;
  border-radius: 0;
  background-color: inherit;
}

.pager span {
  line-height: 2em;

  display: inline-block;

  color: #333;
  border: none;
  background-color: inherit;
}

.pager a.current-page-num {
  color: #fff;
  background-color: #898989;
}

@media screen and (max-width: 767px) {
  .pager {
    padding: 0 32px;
  }

  .pager .prev {
    position: absolute;
    top: 50%;
    right: 0;

    margin: 0;
    margin-top: -16px;
  }

  .pager .next {
    position: absolute;
    top: 50%;
    left: 0;

    margin: 0;
    margin-top: -16px;
  }
}


/*---------------------------------
    商品情報（ページ上部グレー部分）
---------------------------------*/
.catalog_header {
  display: flex;

  width: 100%;

  background-color: #9fa0a0;
}

.catalog_header .contents {
  padding-bottom: 0;
}

@media screen and (max-width: 767px) {
  .catalog_header .contents {
    padding-left: 0;
  }
}

.catalog_header h2 {
  font-weight: normal;

  display: inline-block;

  margin: 0;
  padding-top: 7px;

  text-align: left;

  color: #fff;
}

@media screen and (max-width: 767px) {
  .catalog_header h2 {
    padding-left: 10px;
  }
}

.catalog_header h2 span {
  display: inline-block;

  padding-left: 10px;

  color: #fff;
}

.site-content .catalog_header h2:after {
  display: none;
}

.catalog_header_search {
  display: inline-block;
  float: right;

  padding-top: 10px;
}

.catalog_header_search form {
  display: inline-flex;
}

.catalog_header_search input {
  width: 400px;

  border: none;
  border-radius: unset;
}

.catalog_header_search button {
  font-size: 16px;

  height: 37px;
  margin-top: 5px;

  cursor: pointer;

  color: #fff;
  border: none;
  background-color: #777;
}

@media screen and (max-width: 767px) {
  .catalog_header_search {
    display: none;
  }

  .catalog_header_search.sp_only {
    float: none;

    padding: 1.5rem 8.2vw;

    text-align: center;
  }

  .catalog_header_search.sp_only i {
    position: absolute;
    top: 50%;
    right: 50%;

    transform: translate(50%, -50%);
  }

  .catalog_header_search.sp_only form {
    position: relative;

    width: 100%;
  }

  .catalog_header_search.sp_only input {
    font-size: 1.6rem;

    width: calc(100% - 5rem);
    margin: 0;
    padding: 1.5rem;

    border: 1px solid #777;
  }

  .catalog_header_search.sp_only button {
    font-size: 3rem;

    position: absolute;
    top: 0;
    right: 0;

    width: 5rem;
    height: 100%;
    margin: 0;
  }
}

.catalog_header_category_sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .catalog_header_category_sp {
    display: block;

    background-color: #ccc;
  }

  .catalog_header_category_sp .contents {
    padding: 0;
  }

  .catalog_header_category_sp_inner {
    text-align: right;
  }
}

/*---------------------------------
    商品情報一覧メインビジュアル部分 サムネイル表示用
---------------------------------*/
/*.contents_header {*/
/*    height: 250px;*/
/*    margin-bottom: 50px;*/
/*    background-position: center left 250px;*/
/*    background-size: cover;*/
/*    background-repeat: no-repeat;*/
/*    background-color: #e6e6e6;*/
/*}*/

/*.contents_header_long {*/
/*    background-image: url("../../ca/images/header_image2.png");*/
/*}*/

/*.contents_header_inner {*/
/*    position: relative;*/
/*    width: 250px;*/
/*    padding: 0 18px;*/
/*    box-sizing: border-box;*/
/*    height: 100%;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    background-color: #221815;*/
/*}*/

/*.contents_header_inner h3 {*/
/*    color: #fff !important;*/
/*    margin-left: 0;*/
/*}*/

/*@media screen and (max-width: 767px) {*/
/*    .contents_header {*/
/*        height: 40px;*/
/*        margin-bottom: 0;*/
/*        background: inherit;*/
/*    }*/

/*    .contents_header_inner {*/
/*        width: 100%;*/
/*        height: inherit;*/
/*        padding: 0 0 0 10px;*/
/*    }*/

/*    .contents_header_inner h3 {*/
/*        margin-top: 5px;*/
/*        margin-bottom: 5px;*/
/*        margin-left: 0;*/
/*        font-size: 18px;*/
/*    }*/
/*}*/


/*---------------------------------
    商品情報一覧メインビジュアル部分
---------------------------------*/
.contents.clearfix.series_contents {
  margin-top: 15px;
}

.contents_header {
  display: flex;

  width: calc(96% - 250px);
  height: 50px;
  margin-bottom: 50px;

  border-bottom: 3px solid #221815;
  background-position: center left 250px;
}

.contents_header_long {
  background-image: url('../../ca/images/header_image2.png');
}

.contents_header_inner::before {
  width: 50px;
  height: 100%;
  margin-right: 12px;

  content: '';

  background-color: #221815;
}

.contents_header_inner {
  display: flex;
  align-items: center;

  box-sizing: border-box;
  width: 100%;
}

.contents_header_inner h3 {
  margin: 0;

  color: #221815 !important;
}

@media screen and (max-width: 767px) {
  .contents.clearfix.series_contents {
    margin-top: 0;
  }

  .contents_header {
    float: none;

    width: 100%;
    height: 40px;
    margin: 24px 0 0;

    background: inherit;
  }

  .contents_header_inner {
    width: 100%;
    height: inherit;
    padding: 0;
  }

  .contents_header_inner h3 {
    font-size: 18px;

    margin: 5px 0;
  }
}

.contents_header_search {
  position: absolute;
  bottom: 0;

  display: flex;
  align-items: center;

  width: 100%;
  height: 50px;
  margin-left: 30px;

  cursor: pointer;

  color: #fff;
}

.contents_header_search_category {
  position: relative;
  z-index: 100;

  display: none;

  width: 70%;
  padding-top: 10px;

  text-align: left;

  color: #fff;
  background-color: #cac4b2;
}

@media screen and (max-width: 767px) {
  .contents_header_search {
    position: initial;

    width: initial;
  }

  .contents_header_search_category {
    width: 100%;
  }
}

input[type=checkbox] {
  display: none;
}

.catalog_search_checkbox_label {
  position: relative;

  display: inline-block;

  margin-right: 10px;
  margin-bottom: 10px;
  padding: 0 0 0 42px;

  white-space: nowrap;
}

.catalog_search_checkbox_label:after,
.catalog_search_checkbox_label:before {
  position: absolute;
  top: 50%;

  display: block;

  content: '';
}

.catalog_search_checkbox_label:after {
  left: 15px;

  width: 15px;
  height: 15px;
  margin-top: -10px;

  border: 2px solid #fff;
  border-radius: 6px;
  background-color: #fff;
}

.catalog_search_checkbox_label:before {
  left: 21px;

  width: 5px;
  height: 9px;
  margin-top: -7px;

  transform: rotate(45deg);

  opacity: 0;
  border-right: 3px solid #e60012;
  border-bottom: 3px solid #e60012;
}

input[type=checkbox]:checked + .catalog_search_checkbox_label:before {
  z-index: 100;

  opacity: 1;
}

.contents_header_search_category span {
  margin-left: 15px;

  border-bottom: 1px solid;
}

.contents_header_search_category button {
  font-size: 16px;

  padding: 0;

  cursor: pointer;

  color: #fff;
  border: none;
  outline: none;
  background-color: transparent;
}

.contents_header_search_category button i {
  font-size: 18px;

  margin-right: 3px;
}

/*---------------------------------
    商品情報黒帯
---------------------------------*/

.catalog_detail_header.contents {
  position: relative;

  display: inline-block;

  width: calc(96% - 250px);
  margin: 0 0 30px 0;
  padding-bottom: 0;

  background-color: #333;
}

.catalog_detail_header h1,
.catalog_detail_header h2 {
  font-size: 20px;

  display: inline-block;

  margin: 0;
  padding-top: 7px;

  text-align: left;

  color: #fff;
}

.catalog_detail_header h1 span,
.catalog_detail_header h2 span {
  display: inline-block;

  color: #fff;
}

.site-content .catalog_detail_header h1:after,
.site-content .catalog_detail_header h2:after {
  display: none;
}

@media screen and (max-width: 767px) {
  .contents_spec .catalog_detail_header.contents,
  .contents_show .catalog_detail_header.contents,
  .contents_document .catalog_detail_header.contents {
    display: block;

    width: 100%;
  }

  .catalog_detail_header.contents {
    display: none;
    float: none;

    width: calc(100% - 20px);
    margin-top: 1.5rem;
    margin-bottom: 0;
    padding: 0 0 0 10px;
  }

  .catalog_detail_header.contents.series_contents {
    float: left;

    margin-top: 70px;
    margin-bottom: 16px;
  }

  .catalog_detail_header.contents:before {
    content: none;
  }

  .catalog_detail_header h1,
  .catalog_detail_header h2 {
    font-size: 18px;
  }
}

/*---------------------------------
    標準サイズ商品一覧
---------------------------------*/

.products_standard_nav {
  display: flex;
  flex-wrap: wrap;
}

.products_standard_nav li {
  width: 20%;
  margin-bottom: 30px !important;
  padding-left: 0 !important;
}

.products_standard_nav li:nth-child(n+2) {
  margin-left: 6.66%;
}

.products_standard_nav li:nth-child(4n+1) {
  margin-left: 0;
}

@media screen and (max-width: 1200px) {
  .products_standard_nav li {
    width: 45%;
  }

  .products_standard_nav li:nth-child(n+2) {
    margin-left: 0;
  }

  .products_standard_nav li:nth-child(2n) {
    margin-left: 10%;
  }
}

/*@media screen and (max-width: 767px) {*/
/*    .products_standard_nav li {*/
/*        width: 100%;*/
/*        margin-left: 0;*/
/*        margin-bottom: 10px !important;*/
/*    }*/
/*    .products_standard_nav li:nth-child(2n) {*/
/*        margin-left: 0;*/
/*    }*/
/*}*/

ul.products_standard_nav li:before {
  display: none;
}

ul.products_standard_nav li > a > * {
  display: block;
}

ul.products_standard_nav li .special_link {
  display: block;
}

.special_link_wrap {
  padding: 10px 0;

  text-align: center;

  color: #333;
  border: 1px solid #333;
  border-radius: 5px;
}

.special_link_wrap:after {
  position: absolute;
  top: 20px;
  right: 32px;

  display: block;

  content: '';
  transform: rotate(90deg);

  border-right: 6px solid transparent;
  border-bottom: 8px solid #999;
  border-left: 6px solid transparent;
}

.special_link_wrap:hover {
  cursor: pointer;

  opacity: .7;
}

@media screen and (max-width: 767px) {
  ul.products_standard_nav li .special_link {
    font-size: 14px;

    margin-top: 4px;
  }
}

.product_standard .product_img {
  position: relative;

  display: inline-flex;
  align-items: center;

  box-sizing: border-box;
  width: 100%;
  height: 145px;

  text-align: center;

  border-bottom: 1px solid #0a0a0a;
  border-left: 1px solid #0a0a0a;
}

.product_standard img.img-thumbnail {
  max-height: 144px;
  margin-top: -1px;
}

.product_standard .product_img a {
  display: block;

  max-width: 90%;
  margin: auto;

  text-align: center;
}

.products_standard_nav h4 {
  line-height: 140%;

  margin-top: 5px;
  margin-bottom: 0 !important;

  text-align: left;

  border-bottom: none;
}

.products_standard_nav h4 span {
  font-size: 12px;
  font-weight: normal;

  display: block;
}

.product_standard li > a {
  display: block;

  width: 100%;

  text-align: left;
}

a.c-btn-white_icon {
  color: #898989;
}

/*---------------------------------
    標準サイズ商品詳細menu
---------------------------------*/
.catalog_detail_menu {
  margin-bottom: 20px;

  border-bottom: 1px solid;
}

.catalog_detail_menu ul {
  position: relative;

  display: flex;
  align-items: center;
  flex-wrap: wrap;

  height: 100%;
  margin: 0;
}

.catalog_detail_menu ul li {
  display: inline-block;

  margin: 0;
  padding-right: 1.1em;

  border-right: 1px solid;
}

.catalog_detail_menu ul li.active a {
  color: #c03;
}

.catalog_detail_menu ul li:first-of-type {
  border-left: 1px solid;
}

.catalog_detail_menu ul li:last-of-type {
  margin-left: auto;
  padding: 0;

  border: none;
}

.catalog_detail_menu ul li:before {
  display: none;
}

@media screen and (max-width: 767px) {
  .catalog_detail_menu {
    display: block;
    float: none;
    justify-content: inherit;

    margin-bottom: 32px;
    padding-bottom: 10px;
  }

  .catalog_detail_menu ul li {
    margin-bottom: 5px;
  }

  .catalog_detail_menu ul li:last-of-type {
    position: absolute;
    top: 140%;
    right: 0;

    border: none;
  }
}

/*---------------------------------
    標準サイズ商品詳細お気に入り
---------------------------------*/

.catalog_detail_like_text {
  display: inline-block;

  padding-right: 4px;

  border-right: solid 1px;
}

.catalog_detail_like_icon {
  display: inline-block;
}

.catalog_detail_like_icon .liked_button,
.catalog_detail_like_icon .like_button {
  position: relative;
  bottom: inherit;
}

@media screen and (min-width: 767px) and (max-width: 920px) {
  .catalog_detail_like {
    float: none;

    margin: 0;
  }
}

@media screen and (max-width: 767px) {
  .catalog_detail_like_icon .liked_button,
  .catalog_detail_like_icon .like_button {
    right: 8px;

    width: 14px !important;
  }

  .catalog_detail_like_icon {
    width: 15px;
  }
}


/*---------------------------------
    お気に入りボタン
---------------------------------*/

.like_button,
.liked_button {
  position: absolute;
  right: -10px;
  bottom: -3px;

  width: 20px !important;
  padding: 7px 10px;

  cursor: pointer;

  border-radius: 50%;
}

.like_button:hover,
.liked_button:hover {
  opacity: .7;
}

/*---------------------------------
    商品詳細画像
---------------------------------*/

.main_product_image {
  float: left;

  box-sizing: border-box;
  width: 100%;
  height: auto;
  padding: 20px;

  text-align: left;

  border: none;
  outline: none;
}

.main_product_image img {
  margin: auto;
}

.main_product_image_noimage {
  float: left;

  box-sizing: border-box;
  width: 30%;
  padding: 25px 0;
}

.main_product_image_noimage img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .main_product_image,
  .main_product_image_noimage {
    width: 100%;
    height: auto;
    padding: 0;
    padding-top: 20px;
  }
}

.product_detail_image {
  padding-bottom: 0;
}

.product_detail_image_inner {
  display: flex;

  width: 100%;
}

@media screen and (max-width: 767px) {
  .product_detail_image_inner {
    flex-direction: column;
  }
}

.product_detail_image_inner .main_product_image {
  min-width: 45%;
  height: auto;
  min-height: 150px;
  margin: auto;

  text-align: center;
}

.product_detail_image_inner .main_product_image img {
  max-height: 500px;
}

.product_detail_image_inner .main_product_image .image_popup_button {
  margin-top: 10px;
  margin-bottom: 10px;
}

.product_detail_image_inner .main_product_text {
  min-width: 55%;
}

.product_detail_image_inner .main_product_text .product_icon {
  position: relative;
  left: 0;

  display: inline-block;

  margin-bottom: 6px;
}

.product_detail_image_inner .main_product_text .product_icon:nth-child(n+2) {
  margin-left: 8px;
}

/*---------------------------------
    画像拡大ボタン
---------------------------------*/

.image_popup_button {
  margin: 0 5px;

  text-align: right;
}

.image_popup_button img {
  width: 20px;
}

/*---------------------------------
    商品詳細テキスト
---------------------------------*/

.main_product_text {
  float: left;

  box-sizing: border-box;
  width: 100%;
  padding: 25px;
}

.main_product_text h3 {
  font-size: 18px;
  line-height: 2.7rem;

  padding-left: 10px;

  border-bottom: none;
  border-left: 14px solid;
}

@media screen and (max-width: 767px) {
  .main_product_text {
    width: 100%;
    padding: 0;
    padding-bottom: 25px;
  }

  .main_product_text h3 {
    font-size: 18px;
  }
}

/*---------------------------------
    NEW,オススメ,キャンペーン,販売終了アイコン
---------------------------------*/
.product_icon {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 7px;

  width: auto !important;
  padding-bottom: 0 !important;
}

.product_icon_wrapper {
  margin-bottom: 4px;
}

.product_icon_float {
  float: left;

  margin-right: 8px;
}

.product_icon p {
  font-size: 1.1rem;

  margin: 0;
  padding: 0 3px !important;

  color: #fff;
}

.series_icon.salesEnd p {
  font-size: 1.1rem;

  margin: 0;
  padding: 4px 8px !important;

  color: #fff;
}

.product_icon_float.salesEnd p,
.product_icon_float.new p {
  font-size: 1.1rem;

  margin: 0;
  padding: 0 8px !important;

  color: #fff;
}

.product_img .product_icon:nth-child(2) {
  top: 24px;
}

.product_img .product_icon:nth-child(3) {
  top: 48px;
}

.product_icon.new,
.product_icon_float.new {
  background-color: #e60012;
}

.series_icon.salesEnd,
.product_icon_float.salesEnd {
  background-color: #777;
}

.catalog_detail_header .product_icon.new,
.catalog_detail_header .series_icon.salesEnd,
.product_long .product_icon.new {
  position: relative;

  display: inline-block;

  margin-top: auto;
  margin-bottom: auto;
  margin-left: 12px;
}

.product_icon.osusume {
  background-color: #ccc;
}

.product_icon.stop {
  background-color: #3c3c3c;
}

.product_name_header {
  display: flex;

  width: 95%;
  margin-top: 20px;

  background-color: #333;
}

.product_icon.campaign {
  background-color: #ef6c3c;
}

.product_icon.campaign {
  position: relative;

  display: inline-block;

  margin-top: auto;
  margin-bottom: auto;
  margin-left: 12px;
}

@media screen and (max-width: 767px) {
  .catalog_detail_header .series_icon.salesEnd {
    font-size: 18px;
  }

  .catalog_detail_header .series_icon.salesEnd p {
    background-color: #777;
  }

  .product_icon.campaign {
    position: relative;

    margin-top: 10px;
  }

  .product_long .product_icon.new {
    margin-top: 10px;
  }
}

/*---------------------------------
    商品仕様
---------------------------------*/
.specification_product_content {
  display: flex;

  width: 100%;
}

@media screen and (max-width: 767px) {
  .specification_product_content {
    flex-direction: column;
  }
}

.specification_product_content .spec_description,
.specification_product_content .price_description {
  display: block;

  margin: 12px 0 0;
}

@media screen and (max-width: 767px) {
  .specification_product_content .spec_description,
  .specification_product_content .price_description {
    font-size: 14px;
  }
}

.specification_product_image {
  box-sizing: border-box;
  width: 45%;
  padding: 20px;

  text-align: left;
}

.specification_product_text {
  box-sizing: border-box;
  width: 55%;
  padding: 25px;
}

@media screen and (max-width: 767px) {
  .specification_product_image,
  .specification_product_text {
    float: none;

    width: 100%;
    padding: 0;
  }

  .specification_product_image img {
    max-height: 300px;
  }
}

ul.specification_list {
  margin: 10px 0;
}

ul.specification_list .product_price_list .title,
ul.specification_list .product_price_list .product_price_list_body span {
  float: left;

  min-width: 160px;
}

ul.specification_list .price_description {
  margin-bottom: 0;
  padding: 16px 0 16px 16px;

  border-bottom: solid 1px #333;
}

ul.specification_list .product_price_list_body li {
  display: flex;
}

ul.specification_list li.product_size {
  margin-bottom: 14px;
  padding-bottom: 14px;

  border-bottom: solid 1px;
}

ul.specification_list li.remove_bullet {
  overflow: auto;
}

ul.specification_list li.remove_bullet {
  padding-left: 0;
}

ul.specification_list li.remove_bullet::before {
  content: inherit;
}

ul.specification_list li.price_description::before {
  top: calc(.3em + 16px);

  width: 10px;
  height: 10px;

  background-color: #333;
}

ul.specification_list li:before {
  top: .3em;

  width: 10px;
  height: 10px;

  background-color: #333;
}

i.round_bracket {
  font-style: normal;
}

.product_price_list {
  float: left;

  box-sizing: border-box;
  width: 45%;
  margin-top: 15px;
  margin-left: 15px;

  cursor: pointer;
  transition: all .3s ease 0s;
}

.specification_list .product_price_list {
  width: 100%;
  margin: 0;

  cursor: inherit;
}

@media screen and (max-width: 767px) {
  .specification_list .product_price_list {
    width: 100%;
  }
}

.specification_list .product_price_list:hover {
  background-color: inherit;
}

.specification_list .product_price_list .product_price_list_head {
  position: relative;

  padding: 12px 4px;

  cursor: pointer;
  cursor: pointer;
  transition: .3s;
}

.specification_list .product_price_list .product_price_list_head:hover {
  background-color: #ccc;
}

.specification_list .product_price_list .product_price_list_head[data-can-open=''] {
  cursor: inherit;
}

.specification_list .product_price_list .product_price_list_head[data-can-open='']:hover {
  background-color: inherit;
}

.specification_list .product_price_list .product_price_list_head[data-can-open=''] .list_head_icon {
  display: none;
}

.specification_list .product_price_list .list_head_icon {
  position: absolute;
  top: 50%;
  right: 5px;

  width: inherit;

  transform: translateY(-50%);
  text-align: right;
}

.specification_list .product_price_list .list_head_icon * {
  transition: .3s;
}

.specification_list .product_price_list:nth-child(n+2) {
  border-top: solid 1px #666;
}

.specification_list .product_price_list .product_price_list_body {
  cursor: inherit;
}

.specification_list .standard_price_text {
  font-size: 11px;

  width: 80%;
  margin-left: 18%;
}

.product_price_list:hover {
  background-color: #ccc;
}

.product_price_list .product_number {
  font-size: 12px;

  display: inline-flex;

  margin-right: 30px;
  padding: 2px 4px 2px 4px;

  color: #a48b78;
  border: 1px solid;
}

.product_number .product_number_bold {
  font-weight: bold;

  margin-left: 2px;
}

.product_price_list .product_price-wrapper {
  display: flex;
  align-items: flex-start;

  width: 450px;
}

.product_price_list .product_price {
  font-size: 12px;

  display: inline-block;

  padding-top: 2px;

  color: #a48b78;
}

.product_price_list .product-mid_price {
  flex-shrink: 0;

  margin-right: 30px;
}

ul.specification_list .product_price_list span {
  float: none;
}


/*---------------------------------
    商品資料
---------------------------------*/
.document_product_content {
  display: flex;

  width: 100%;
}

@media screen and (max-width: 767px) {
  .document_product_content {
    flex-direction: column;
  }
}

.document_product_left {
  box-sizing: border-box;
  width: 45%;
  padding: 20px;
  padding-right: 0;

  text-align: center;
}

.document_product_left img {
  max-height: 250px;
}

h2.product_detail_title {
  font-weight: normal;

  margin: 0 !important;
  padding-bottom: 0 !important;

  text-align: left;

  color: #333;
}

h2.product_detail_title:after {
  display: none;
}

.document_product_right {
  display: flex;
  flex-direction: column;

  box-sizing: border-box;
  width: 55%;
  padding: 25px;
}

@media screen and (max-width: 767px) {
  .document_product_left,
  .document_product_right {
    float: none;

    width: 100%;
    padding: 0;
  }

  .document_product_right {
    margin: 12px 0;
  }

  .document_product_left img {
    max-height: 250px;
  }
}

.product_document {
  display: inline-flex;
  align-items: center;

  padding: 4px 0;
}

@media screen and (max-width: 767px) {
  .product_document {
    padding: 6px;
  }
}

.product_document_file .file_icon {
  width: 24px;
  margin-right: 4px;

  vertical-align: baseline;
}

.product_document_file .file_icon.ext_link {
  width: 18px;
  margin-right: 3px;
  margin-left: 7px;

  vertical-align: sub;
}

@media screen and (max-width: 767px) {
  .product_document_file .file_icon.ext_link {
    width: 16px;
    margin-right: 3px;
    margin-left: 5px;
  }
}


.product_document_file_name {
  padding-left: 15px;
}

.products_long_nav {
  display: flex;

  height: 180px;
  margin-bottom: 20px;

  border-bottom: 1px solid;
  border-left: 1px solid;
}

.products_long_nav .product_img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;

  max-height: 142px;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .products_long_nav {
    flex-direction: column;

    height: inherit;
  }

  .products_long_nav:first-child {
    margin-top: 20px;
  }
}

.product_img_left {
  position: relative;

  float: left;
  align-items: center;

  width: 40%;
  min-height: 142px;

  text-align: center;
}

.products_long_nav .product_img_left {
  justify-content: center;

  box-sizing: border-box;
  margin: auto;
  padding: 8px;
}

.products_long_nav .standard_price_text {
  font-size: 10px;
}

.product_img_left .like_button {
  left: 50px;
}


/* クリックされたら、ハートのアニメーションを開始 */
.liked_button.clicked .heart {
  animation: heartAnime 800ms;
}

/* ハートのアニメーション内容 */
@keyframes heartAnime {
  0% {
    transform: scale(1);
  }
  20% {
    transform: scale(.8);
  }
  75% {
    transform: scale(1.1, .9) translate(0, 8%);
  }
  80% {
    transform: scale(.9, 1.1) translate(0, -3%);
  }
  100% {
    transform: scale(1, 1) translate(0, 0);
  }
}

.product_img_left .image_popup_button {
  position: absolute;
  bottom: 7px;
  left: 20px;
}

.products_long_nav .product_img_left .image_popup_button {
  left: 4px;
}

.product_img_left .product_number {
  font-size: 12px;

  position: absolute;
  right: 1px;
  bottom: 5px;

  display: inline-flex;

  padding: 2px 4px;

  text-align: right;

  border: 1px solid;
  background-color: #fff;
}

.standard_price_text {
  font-size: 12px;
}

.products_long_nav .product_img_left .product_number {
  bottom: 8px;
}

.product_img_right {
  float: left;
  overflow: auto;

  box-sizing: border-box;
  width: 60%;
  margin-top: 10px;
  padding-left: 3%;
}

.product_img_right p {
  font-size: 13px;

  letter-spacing: 0;
}

@media screen and (max-width: 767px) {
  .products_long_nav .product_img_left,
  .products_long_nav .product_img_right {
    width: 100%;
    padding-bottom: 3%;
  }
}

.products_long_nav h4 {
  line-height: 140%;

  display: block;

  margin-bottom: 0 !important;

  border-bottom: none;
}

.products_long_nav h4 span {
  font-size: 12px;

  display: block;
}

/*---------------------------------
    ヨシダ社員専用ページ
---------------------------------*/
.document_only_staff {
  margin-top: 10px;
  padding: 5px 0;

  color: #fff;
  background-color: #e60012;
}

.document_only_staff span {
  margin-left: 5px;
}

.document_product_price .list_price {
  font-weight: bold;

  padding: 15px;

  background-color: #dcdddd;
}

.document_product_price .campaign {
  margin-top: 20px;
  padding: 10px;

  border: 5px solid #dcdddd;
}

.document_product_price .campaign .campaign_text,
.document_product_price .campaign .campaign_date {
  font-weight: bold;

  color: #e60012;
}

.document_product_price .campaign .product_document {
  margin-top: 10px;
}

.product_document_only_staff {
  border: 1px solid #e60012;
}

.product_document_only_staff span {
  display: block;

  margin-bottom: 20px;
  padding: 5px;

  color: #fff;
  background-color: #e60012;
}

/*---------------------------------
    関連商品、関連セミナー
---------------------------------*/
#series_related_seminar,
#series_related_product {
  margin-top: -78px;
  padding-top: 78px;
}

.series_related_seminar_head,
.series_related_series_head {
  margin-top: 10px;
  padding: 5px 10px;

  color: #fff;
  background-color: #6b696a;
}

ul.series_related_seminar_list {
  margin-left: 20px;
  padding: .5em;

  list-style-type: none;
}

ul.series_related_seminar_list li {
  position: relative;

  padding: .2em .3em .3em 1.3em;
}

ul.series_related_seminar_list li:before {
  position: absolute;
  top: .5em;
  left: .2em;

  width: 0;
  height: 0;

  content: '';

  border-width: 6px 0 6px 9px;
  border-style: solid;
  border-color: transparent transparent transparent #6b696a;
  border-radius: unset;
  background: none;
}

ul.series_related_seminar_list li span {
  margin-right: 10px;
}

ul.series_related_seminar_list li span.teacher {
  margin-right: 0;
}

.series_related_series_col_wrapper {
  display: flex;
  flex-wrap: wrap;

  margin: 10px 0 20px;
}

.series_related_series_col_link {
  width: 100%;
  padding: 20px 0;

  text-align: right;
}

.series_related_series_col_wrapper .series_related_series_col.is-empty {
  height: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.series_related_series_col {
  position: relative;

  align-self: flex-start;

  box-sizing: border-box;
  width: calc(100% / 4 - 16px);
  height: 100%;
  padding: 8px;
}

.series_related_series_col:nth-child(n+2) {
  margin-left: 12px;
}

.recommend_tags .series_related_series_col {
  width: auto;
  margin-right: 16px;
}

.recommend_tags .series_related_series_col:nth-child(n+2) {
  margin-left: 0;
}

@media screen and (max-width: 767px) {
  .series_related_series_col:nth-child(n+2) {
    margin-left: inherit;
  }

  .series_related_series_col:nth-child(2n+1) {
    margin-left: 8px;
  }
}

@media screen and (max-width: 767px) {
  .series_related_series_col {
    width: calc(100% / 2 - 8px);
  }
}

.series_related_series_col_wrapper div:nth-of-type(6n+1) {
  margin-left: 0;
}

.series_related_series_col_img {
  position: relative;

  display: inline-flex;
  align-items: center;

  width: 100%;
  height: 150px;
}

.series_related_series_col_img.lineup_img {
  min-height: 170px;
}

.series_related_series_col_img img,
.series_related_series_col_img a {
  align-items: flex-start;
  flex-shrink: 0;

  max-height: 150px;
  margin: auto;
}

.series_related_series_col_name {
  font-size: 14px;
  font-weight: bold;

  text-align: left;

  color: #333;
}

.series_related_series_col_wrapper div:first-of-type {
  margin-left: 0;
}

.series_related_series_col .image_popup_button {
  position: relative;

  align-self: flex-end;

  margin: 0;

  background: #fff;
}

@media screen and (max-width: 767px) {
  .product_price_list .product_price-wrapper,
  .product_price .product-mid_price,
  .product_price-wrapper a {
    display: block;
  }

  .product_price_list .product-mid_price {
    margin: 0;
  }

  .series_related_series_col {
    width: 30%;
    margin-left: 5%;
  }

  .series_related_series_col_wrapper div:nth-of-type(3n+1) {
    margin-left: 0;
  }

  .series_related_series_col_img img,
  .series_related_series_col_img a {
    flex-shrink: inherit;
  }
}

.series_related_series_seminar {
  font-size: 14px;
  font-weight: bold;

  position: relative;

  width: 100%;
  padding: 4px 4px 4px 16px;

  color: #333;
}

.series_related_series_seminar .related_seminar {
  display: flex;
}

.series_related_series_seminar .related_seminar:nth-child(n+2) {
  margin-top: 8px;
}

.series_related_series_seminar i.arrow {
  position: relative;

  display: inline-block;

  width: 18px;
}

.series_related_series_seminar i.arrow::before {
  position: absolute;
  top: 50%;
  left: -50%;

  display: block;

  content: '';
  transform: rotate(90deg) translate(-50%, -50%);

  border-right: 6px solid transparent;
  border-bottom: 8px solid #999;
  border-left: 6px solid transparent;
}

.series_related_series_seminar .seminar_name {
  display: block;
}

.series_related_series_seminar .seminar_start_date {
  display: block;
}

/*---------------------------------
    商品詳細、動画
---------------------------------*/

.video_image_wrapper {
  text-align: center;
}

.video_image_wrapper::after {
  display: block;
  clear: both;

  content: '';
}

.video_image {
  position: relative;

  float: left;

  width: 48%;
  margin-right: 4%;
  margin-bottom: 12px;
}

.video_image img {
  width: 100%;
}

.video_image a:hover {
  opacity: inherit;
}

.video_image:hover .play_button {
  opacity: 1;
  background-color: #cd201f;
}

.play_button {
  position: absolute;
  top: 50%;
  left: 50%;

  width: 70px;
  height: 50px;

  transition: .2s;
  transform: translate(-50%, -50%);
  pointer-events: none;

  opacity: .8;
  border-radius: 15% 15% 15% 15% / 70% 70% 70% 70%;
  background-color: #333;
}

.play_button:after {
  position: absolute;
  top: 50%;
  left: calc(50% + 2px);

  width: 0;
  height: 0;

  content: '';
  transition: none;
  transform: translate(-50%, -50%);

  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #fff;
}

.specification_list_wrapper.panel {
  display: none;
}

.specification_list_wrapper.panel.is-show {
  display: block;
}

.specification_image_wrapper.image {
  display: none;
}

.specification_image_wrapper.image.is-show {
  display: block;

  text-align: center;
}

.specification_image_wrapper.image img {
  max-height: 250px;
}

/*---------------------------------
    商品TOP
---------------------------------*/

.product_top_side_menu {
  float: left;

  width: 250px;
  margin-right: 4%;
}

.top_page_contents > .product_top_side_menu {
  margin-top: 0;
  padding-top: 43px;
}

.product_top_side_menu_index {
  padding-top: 0;
}

.product_top_side_menu_header {
  display: flex;
  align-items: center;
  justify-content: center;

  height: 250px;
  margin-bottom: 20px;

  background-color: #221815;
}

.overlay {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;

  display: block;

  width: 0;
  height: 0;

  content: '';
  transition: opacity .5s;

  opacity: 0;
  background-color: rgba(0, 0, 0, .5);
}

.overlay.open {
  width: 100%;
  height: 100%;

  opacity: 1;
}

@media screen and (min-width: 768px) {
  .product_top_side_menu_index {
    padding-top: 60px;
  }

  .product_top_side_menu_list {
    display: block !important;
  }
}

@media screen and (max-width: 767px) {
  .top_page_contents {
    padding-top: 0;
  }

  .top_page_contents > .product_top_side_menu,
  .favorite_contents > .product_top_side_menu,
  .series_contents > .product_top_side_menu,
  .campaign_contents > .product_top_side_menu {
    margin-top: 0;
    padding: 0 7.2vw;
  }

  .product_top_side_menu {
    position: relative;
    top: 0;
    left: 0;

    float: none;

    box-sizing: border-box;
    width: 100%;
    padding: 0 8.2rem;

    border-top: none;
  }

  .sp_Label.product_top_side_menu_list {
    position: relative;

    display: block;

    width: 100%;
    height: 3.0rem;
    padding: 1.0rem 0;

    cursor: pointer;
    text-align: center;

    background-color: #777;
  }

  .sp_Label.product_top_side_menu_list .title {
    font-size: 1.6rem;

    position: absolute;
    top: 50%;
    left: 10px;

    display: inline-block;

    transform: translateY(-50%);

    color: #fff;
  }

  .sp_Label.product_top_side_menu_list .icon {
    position: absolute;
    top: 50%;
    right: 0;

    width: 5rem;
    height: 100%;

    transform: translate(-5%, -40%);

    color: #fff;
  }

  .sp_Label.product_top_side_menu_list .icon * {
    transition: .3s;
  }

  .product_top_side_menu_header {
    height: initial;
  }
}

.product_top_side_menu_header h3 {
  color: #fff !important;
}

.product_top_side_menu_link {
  padding: 10px 0;

  border-top: 1px solid;
}

.product_top_side_menu_link:nth-of-type(4) {
  border-bottom: 1px solid;
}

@media screen and (max-width: 767px) {
  .product_top_side_menu_link {
    font-size: 14px;
  }

  .product_top_side_menu_link:first-child {
    margin-top: 5px;

    border: none;
  }
}

@media screen and (max-width: 767px) {
  .product_top_side_menu_list {
    display: none;
  }

  .product_top_side_menu_list.active {
    display: block;

    padding: 0 2%;
  }
}

.product_top_side_menu_category {
  margin-top: 15px;

  border-bottom: 1px solid;
}

.product_top_side_menu_category:last-of-type {
  margin-bottom: 30px;
}

.product_top_side_menu_category h4 {
  margin-bottom: 0;
  padding-bottom: 0;

  border: none;
}

.product_top_side_menu_category ul li {
  margin-bottom: 10px;
  padding-right: 35px;
  padding-left: 4px;

  text-align: left;
}

.product_top_side_menu_category ul li:before {
  display: none;
}

.accordionBtn {
  position: absolute;
  top: 0;
  right: 0;

  display: block;

  width: 50px;
  height: 50px;

  cursor: pointer;
  text-align: center;
}

.accordionBtn:hover {
  opacity: .9;
}

.accordionBtn:before {
  font-family: FontAwesome;

  content: '\f067';

  color: #888;
}

.accordionBtn.active:before {
  font-family: FontAwesome;

  content: '\f068';
}

.product_top_main_contents {
  float: right;

  box-sizing: border-box;
  width: calc(96% - 250px);
  padding-left: 30px;
}

@media screen and (max-width: 767px) {
  .product_top_side_menu_category ul li {
    font-size: 14px;
  }

  .product_top_side_menu_category:last-of-type {
    margin-bottom: 0;

    border-bottom: none;
  }
}

@media screen and (max-width: 767px) {
  .product_top_main_contents {
    float: none;

    width: 100%;
    padding-top: 10px;
    padding-left: 0;
  }
}

.product_top_main_contents_col {
  margin-bottom: 30px;
}


.product_top_main_contents_col h3 {
  margin-bottom: 20px;

  border-bottom: 1px solid;
}

.topic_product_col_wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.topic_product_col_wrapper:after {
  display: block;

  width: 30%;

  content: '';
}

.topic_product_col {
  width: 30%;
  margin-bottom: 20px;
}

@media screen and (max-width: 1200px) {
  .topic_product_col {
    width: calc(50% - 20px);
  }
}

@media screen and (max-width: 767px) {
  .topic_product_col {
    width: 45%;
  }

  .topic_product_col_wrapper {
    justify-content: space-around;
  }
}

.topic_product_col img {
  width: 100%;
}

.topic_product_col {
  font-size: 16px;
  font-weight: bold;
}

.topic_product_col .topic_title {
  text-decoration: none;
}

.topic_product_col .link_light {
  font-size: unset;
  font-weight: normal;

  text-decoration: underline;
}

.link_light i.arrow {
  position: relative;

  display: inline-block;

  width: 18px;
}

.link_light i.arrow::before {
  position: absolute;
  top: -10px;
  left: 3px;

  display: block;

  content: '';
  transform: rotate(90deg);

  border-right: 6px solid transparent;
  border-bottom: 8px solid #999;
  border-left: 6px solid transparent;
}

.special_link i.arrow::before {
  border-bottom: 8px solid #8c060e;
}

.product_news_list li {
  margin-bottom: 7px !important;
  padding-left: 0 !important;
}

.product_news_list li:before {
  display: none !important;
}

.product_news_list .news_date {
  margin-right: 10px;
}

.information_col_wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
}

.information_col {
  font-size: 16px;
  font-weight: bold;

  flex-basis: calc(100% / 5);

  box-sizing: border-box;
  padding: 8px;
}

@media screen and (max-width: 767px) {
  .information_col {
    flex-basis: calc(100% / 2 - 8px);
  }
}

@media screen and (max-width: 767px) {
  .information_col:nth-child(n+2) {
    margin-left: inherit;
  }

  .information_col:nth-child(2n+1) {
    margin-left: 8px;
  }
}

/*-------------------------------
    商品詳細、画像拡大
---------------------------------*/

.mfp-image-holder .mfp-content {
  max-width: 1200px;
}

@media screen and (max-width: 1200px) {
  .mfp-image-holder .mfp-content {
    max-width: 80%;
  }
}

/*---------------------------------
    キャンペーン一覧
---------------------------------*/
.campaign_contents_header {
  margin-bottom: 14px;
}

@media screen and (max-width: 767px) {
  .campaign_contents_header {
    margin-top: 20px;
  }
}

.campaign_contents_header .campaign_contents_header_inner h3 {
  margin-bottom: 0;
  padding-left: 20px;

  color: #8c060e !important;
}

.campaign_contents_header .campaign_contents_header_inner h3::before {
  position: absolute;
  left: 0;

  display: block;

  width: 14px;
  height: 68px;

  content: '';

  background-color: #8c060e;
}

.campaign_contents_header .header_links {
  display: inline-block;

  margin-right: 20px;
  margin-left: 14px;
}

@media screen and (max-width: 767px) {
  .campaign_contents_header .header_links {
    margin-bottom: 10px;
  }
}

.campaign_contents_header .header_links a {
  font-size: 16px;

  position: relative;

  padding: 0 8px;

  text-decoration: underline;

  color: #a48b78;
}

.campaign_contents_header .header_links a:hover {
  color: inherit;
}

.campaign_contents_header .header_links a:nth-child(n+2)::after {
  position: absolute;
  left: -8px;

  content: '/';
}

.campaign_contents_header .common_campaign_info {
  display: inline-block;

  margin-bottom: 10px;

  text-align: left;

  color: #777;
}

.campaign_before:before {
  display: block;
  visibility: hidden;

  height: 98px;
  margin-top: -98px;

  content: ' ';
}

.campaign_long_nav {
  display: flex;

  margin-bottom: 20px;

  border-bottom: 1px solid;
  border-left: 1px solid;
}

@media screen and (max-width: 767px) {
  .campaign_long_nav {
    flex-direction: column;

    margin-top: 20px;
  }

  .campaign_before:before {
    display: block;
    visibility: hidden;

    height: 40px;
    margin-top: -40px;

    content: ' ';
  }
}

.campaign_img_left {
  position: relative;

  display: flex;
  align-items: center;
  flex-basis: 14%;

  min-width: 14%;
  min-height: 140px;
  padding: 8px 30px;
}

.campaign_img_left > img {
  max-height: 140px;
}

.campaign_index_header {
  margin-bottom: 40px;
  padding-left: 20px;

  border-left: 35px solid #d01027;
}

.campaign_index_header h2 {
  margin-bottom: 0;

  text-align: left;
}

.campaign_index_header h2:after {
  display: none;
}

.campaign_index_order a {
  text-decoration: underline;

  color: #a48b78;
}

.campaign_index_order span {
  font-size: 12px;

  padding-left: 20px;
}

.campaign_index_order .link_slash {
  font-size: 14px;

  padding-left: 0;

  color: #a48b78;
}

.campaign_img_left .campaign_img {
  text-align: center;
}

.campaign_img_left .campaign_img img {
  max-width: 50%;
}

.campaign_img_left .like_button {
  right: 20px;
}

.campaign_img_left .image_popup_button {
  position: absolute;
  bottom: 7px;
  left: 0;
}

.campaign_img_left .product_number {
  font-size: 12px;

  position: absolute;
  right: 1px;
  bottom: 5px;

  text-align: right;

  border: 1px solid;
}

.campaign_img_center {
  float: left;

  width: 40%;
}

.campaign_long_nav h4 {
  margin-top: 10px;
  margin-bottom: -8px !important;
  padding-bottom: 0;

  border-bottom: 0;
}

.campaign_long_nav h4 span {
  display: block;

  margin-bottom: 0;
}

.campaign_long_nav h4 span.campaign_date {
  font-size: 14px;

  color: #d01027;
}

.campaign_long_nav .campaign_texts {
  font-size: 16px;
  font-weight: bold;

  margin-bottom: 0;
  padding: 2px 8px;
}

.campaign_long_nav .flyer_code {
  display: block;

  margin-top: auto;
  padding: 2px 8px;

  text-align: right;
}

.campaign_img_right {
  display: flex;

  box-sizing: border-box;
  width: 100%;
  height: auto;
  padding-left: 1%;
}

@media screen and (max-width: 767px) {
  .campaign_img_right {
    flex-direction: column;
  }
}

.campaign_img_right .box_inner_left,
.campaign_img_right .box_inner_right {
  display: inline-flex;
  flex-direction: column;

  min-width: 50%;
}

.campaign_img_right .box_inner_right {
  box-sizing: border-box;
  padding-left: 1%;

  border-left: 1px solid #ccc;
}

@media screen and (max-width: 767px) {
  .campaign_img_right .box_inner_right {
    border-left: none;
  }
}

.campaign_img_right .list-unstyled {
  margin: 10px 0;

  list-style: none;
}

@media screen and (max-width: 767px) {
  .campaign_img_right .list-unstyled {
    margin: 5px 0;
  }
}

.campaign_img_right .list-unstyled::after {
  display: block;
  clear: both;

  content: '';
}

.campaign_img_right .list-unstyled > li {
  float: left;

  padding-left: 8px;
}

@media screen and (max-width: 767px) {
  .campaign_img_right .list-unstyled > li {
    float: left;

    margin: 5px 0;
  }
}


.campaign_img_right .list-unstyled > li::before {
  content: none;
}

.campaign_img_right .list-unstyled > li > a {
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .campaign_img_right .list-unstyled > li > a {
    font-size: 14px;
  }
}

.campaign_header {
  font-size: 16px;
  font-weight: bold;

  box-sizing: border-box;
  width: 100%;
  margin-bottom: 0;
  padding: 0 8px;
}

.campaign_header.subheader {
  font-size: 12px;
  line-height: 120%;
}

.campaign_texts {
  margin-bottom: 0;
}

.campaign_series_header {
  font-weight: bold;

  display: block;

  margin-top: 4px;
  padding: 0 8px;

  background-color: #ddd;
}

@media screen and (max-width: 767px) {
  .campaign_series_header {
    font-size: 12px;

    margin-top: 16px;
  }
}


/* g_navi 商品項目、タブ */
.g_navi_tab {
  margin-top: -16px;
}

@media screen and (max-width: 767px) {
  .g_navi_tab {
    display: none;
  }
}

.g_navi_tab li {
  float: left;

  padding: 8px 12px;

  cursor: pointer;
}

.g_navi_tab li.active {
  color: #8c060e;
}

.g_navi_tab_content {
  display: none;
}

@media screen and (max-width: 767px) {
  .bluever_header .g_navi_tab_content {
    display: inherit;
  }
}

.g_navi_tab_content.show {
  display: block;
}

.g_navi_tab_content_tag li,
.g_navi_tab_content_support li {
  display: inline-block;

  padding: 20px 20px 0;
}

@media screen and (max-width: 767px) {
  .g_navi_tab_content_tag li,
  .g_navi_tab_content_support li {
    display: block;

    padding: 20px 20px 0 28px;
  }
}

.contents_body {
  position: relative;

  float: left;

  width: calc(96% - 250px);
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .contents_body {
    float: none;

    width: 100%;
    margin-top: 16px;
    padding-top: 0;
  }

  .contents_body:before {
    display: none;
  }
}

/*---------------------------------
    ページ種類による サイドメニューの css
---------------------------------*/
@media screen and (max-width: 767px) {
  .contents_show,
  .contents_spec,
  .contents_document {
    /*margin-top: 40px;*/
  }

  .contents_show .product_top_side_menu,
  .contents_spec .product_top_side_menu,
  .contents_document .product_top_side_menu {
    left: 0;

    width: 100%;
    /*top: -40px;*/
  }
}

/*---------------------------------
    閲覧商品表示欄
---------------------------------*/
.catalog_history_col {
  margin-top: 20px;
}

.catalog_history_col_head {
  margin-top: 10px;
  margin-bottom: 20px;
  padding: 5px 10px;

  color: #fff;
  border-bottom: 1px solid;
  background-color: #6b696a;
}

.catalog_history_col_wrapper ul {
  display: flex;
}

@media screen and (max-width: 767px) {
  .catalog_history_col_wrapper ul {
    flex-wrap: wrap;
  }
}

.catalog_history_col_wrapper ul > li {
  box-sizing: border-box;
  width: calc(100% / 4 - 16px);
  padding: 8px;
}

@media screen and (max-width: 767px) {
  .catalog_history_col_wrapper ul > li {
    width: calc(100% / 2 - 8px);
  }
}

.catalog_history_col_wrapper ul > li:nth-child(n+2) {
  margin-left: 12px;
}

@media screen and (max-width: 767px) {
  .catalog_history_col_wrapper ul > li:nth-child(n+2) {
    margin-left: inherit;
  }

  .catalog_history_col_wrapper ul > li:nth-child(2n+1) {
    margin-left: 8px;
  }
}

.catalog_history_col_wrapper ul > li::before {
  content: none;
}

.catalog_history_col_wrapper .history_item_image {
  position: relative;

  height: 150px;
}

.catalog_history_col_wrapper .history_item_image img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;

  max-height: 150px;
  margin: auto;
}

.catalog_history_col_wrapper .history_item_name > * {
  font-size: 14px;
  font-weight: bold;

  text-align: left;

  color: #333;
}

.tags_wrap {
  display: block;

  margin-top: 20px;
  margin-bottom: 20px;
  padding: 16px 8px;

  text-align: left;

  border-color: #333;
  border-top: 1px solid;
  border-bottom: 1px solid;
}

.tags_wrap .tag {
  display: inline-block;

  padding: 4px;
}

.product_top_side_menu_category ul > li > a.active {
  color: #d01027;
}
