﻿@charset "UTF-8";

/* 商品一覧 */
table.goodslist_ {
  text-align: left;
  margin-bottom: 10px;
  font-size: 12px;
}

table.goodslist_ {
  border: 1px solid #ccc;
}

table.goodslist_ td {
  padding: 3px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

table.goodslist_ .goods_ {
  width: 20%;
}

table.goodslist_ .item_code_ {
  width: 20%;
}

table.goodslist_ .name_ {
  width: 35%;
}

table.goodslist_ .qty_ {
  width: 16%;
  text-align: right;
}

table.goodslist_ .amt_ {
  width: 20%;
  text-align: right;
}

table.goodslist_ .money_ {
  width: 20%;
  text-align: right;
}

table.goodslist_ th,
table.goodslist_ .title_ {
  text-align: left;
  white-space: nowrap;
  font-weight: normal;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  background-color: #eef8f5;
  padding: 3px;
  padding: 8px 8px 6px;
}

/* --------------------------------------------------------------------
  商品系共通
--------------------------------------------------------------------- */

/* セミクローズドサイト時ログインボタン */
.btn_login {
  background-color: #577cc6;
  color: white;
  border: none;
  border-radius: 3px;
}

.btn_login_s {
  font-size: 11px;
  height: 30px;
  width: 60px;
}

.btn_login_m {
  font-size: 14px;
  height: 40px;
  width: 160px;
}

.btn_login_l {
  font-size: 15px;
  height: 50px;
  width: 220px;
}

.btn_login_0 {
  font-size: 14px;
  height: 40px;
  width: 200px;
}

/* --------------------------------------------------------------------
  商品詳細
--------------------------------------------------------------------- */
div.goods_ {
  clear: both;
}

div.goodsproductdetail_ {
  margin-bottom: 10px;
  width: 100%;
  overflow: hidden;
}

table.goodsproductdetail_ {
  width: 100%;
}

table.goodsproductdetail_ td {
  vertical-align: top;
}

/* お気に入り登録ボタン、商品問い合わせボタン */
.btn-add-bookmark,
.btn-contact-goods {
  display: inline-block;
  border: 1px solid #333;
  padding: 7px 4px 6px 4px;
  height: 20px;
  width: 270px;
  margin: 2px auto;
  text-align: center;
}

.btn-add-bookmark::before {
  content: "";
  background: url(../../img/usr/sp/icon_add_bookmark.png);
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  display: block;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 50px;
  transform: translateY(30%);
}

.btn-contact-goods::before {
  content: "";
  background: url(../../img/usr/sp/icon_mail.png);
  background-repeat: no-repeat;
  width: 18px;
  height: 18px;
  display: block;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 50px;
  transform: translateY(50%);
}

.btn-add-bookmark.btn-registed-bookmark {
  border: 1px solid #d53100;
  background: #fff2ef;
  color: #d53100;
}

.btn-add-bookmark.btn-registed-bookmark::before {
  background: url(../../img/usr/sp/icon_registed_bookmark.png);
  width: 21px;
}

.btn-add-bookmark.disp_none_ {
  display: none;
}

/* 商品画像 */
.goodsproductdetail_ .goodsimg_ {
  width: 100%;
  height: 100%;
  display: block;
  user-select: none;
}

.goodsproductdetail_ .goodsimg_ .comment_ {
  margin-top: 2vw;
  text-align: left;
}

.goodsproductdetail_ .goodsimg_ .img_c_ {
  margin-bottom: 10px;
}

.goodsproductdetail_ .goodsimg_ .swiper-slider-main {
  text-align: center;
  margin-bottom: 2vw;
}

.goodsproductdetail_ .goodsimg_ .swiper-slider-main img {
  width: 100vw;
  height: 100vw;
  object-fit: contain;
}

.goodsproductdetail_ .goodsimg_ .swiper-slider-thumbnail {
  margin-bottom: 5vw;
}

.goodsproductdetail_ .goodsimg_ .swiper-slider-thumbnail .swiper-slide {
  width: 15vw;
  height: 15vw;
  border: solid 1px #d4d4d4;
  box-sizing: border-box;
}

.goodsproductdetail_ .goodsimg_ .swiper-slider-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* 商品添付ファイル */
div.goods-affix-list {
  margin-bottom: 10px;
}

div.goods-affix-list--item {
  margin: 0 0 5px 0;
}

div.goods-affix-list--item--name {
  padding: 0 0 5px 25px;
  font-weight: bold;
  background: url(../../img/sys/file.gif) 0 0 no-repeat;
  background-size: auto 21px;
  border-bottom: 1px dotted #ccc;
  margin-bottom: 5px;
}

div.goods-affix-list--item--comment {
  padding: 0 0 0 10px;
}

/* 商品スペック */
div.goodsspec_ {
  margin-bottom: 8vw;
}

dl.goodsspec_ {
  margin-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
}

dl.goodsspec_ dt,
dl.goodsspec_ dd {
  display: inline-block;
}

dl.goodsspec_ dt {
  font-size: 3.733vw;
  padding: 1.33vw 1.33vw 1.6vw 4.266vw;
  color: #333;
  border-left: 5px solid #676767;
  width: 32vw;
  box-sizing: border-box;
  margin-bottom: 5px;
  word-wrap: break-word;
}

dl.goodsspec_ dd {
  font-size: 3.733vw;
  padding: 1.066vw 4.266vw 1.33vw 4.266vw;
  width: 61.33vw;
  box-sizing: border-box;
  background: #f6f6f6;
  margin-bottom: 2.133vw;
  word-break: break-all;
}

div.goodsspec_ div.to_detaillink_ {
  text-align: right;
}

.togetherlist_ .g_price_::after {
  content: none;
}

/* セット商品 */
div.goodsset_ {
  margin-bottom: 10px;
}

h2.goodsset_title_ {
  margin: 0;
  padding: 4px 0;
  font-size: 13px;
  font-weight: bold;
}

dl.goodsset_ {
  margin: 0 10px;
}

dl.goodsset_ dt,
dl.goodsset_ dd {
  display: block;
  white-space: nowrap;
}

dl.goodsset_ dt {
  font-size: 13px;
  padding: 1px 2px 1px 12px;
  background-color: #ffe6e0;
  border: 1px solid #ffe6e0;
}

dl.goodsset_ dd {
  font-size: 13px;
  padding: 2px 2px 2px 12px;
  border: 1px solid #ffe6e0;
}

dl.goodsset_ dt:first-child {
  -webkit-border-top-left-radius: 8px;
  -webkit-border-top-right-radius: 8px;
  -moz-border-radius: 8px 8px 0 0;
  border-radius: 8px 8px 0 0;
}

dl.goodsset_ dd:last-child {
  -webkit-border-bottom-left-radius: 8px;
  -webkit-border-bottom-right-radius: 8px;
  -moz-border-radius: 0 0 8px 8px;
  border-radius: 0 0 8px 8px;
}

/* カートボタン関係 */
div.cartbox_ {
  text-align: center;
  vertical-align: middle;
  margin-bottom: 5.333vw;
}

div.cartvariation_ {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  margin-bottom: 4vw;
}

div.cartvariation_ ul.cartvariation_ {
  overflow: hidden;
  text-align: left;
  background-color: #fff;
  padding-top: 5.866vw;
  padding-left: 2.66vw;
  padding-right: 2.66vw;
}

div.cartvariation_ ul.cartvariation_ .msg_ {
  margin-left: 5.6vw;
}

div.cartvariation_ ul.cartvariation_ .msg_ .name_ a {
  color: #333;
  font-size: 3.466vw;
  margin-top: 6px;
  margin-bottom: 6px;
  display: block;
}

div.cartvariation_ ul.cartvariation_ .msg_ .g_price_ .price_ {
  font-size: 4.266vw;
}

div.cartvariation_ ul.cartvariation_ li {
  width: 100%;
  border-bottom: 1px solid #cbcbcb;
  position: relative;
}

div.cartvariation_ ul.cartvariation_ li .link_ {
  position: absolute;
  left: 5px;
  top: 5px;
  min-width: 110px;
  min-height: 110px;
  font-size: 0;
  color: transparent;
}

div.cartvariation_ ul.cartvariation_ li .block_ {
  display: block;
  padding-left: 110px;
  padding-top: 4px;
  padding-right: 10px;
  min-height: 110px;
  background-repeat: no-repeat;
  background-position: 5px 50%;
  background-size: 100px auto;
  font-size: 13px;
}

div.cartvariation_ ul.cartvariation_ li:last-child {
  border-bottom-style: none;
}

div.cartvariation_ .original_price_ {
  display: block;
  font-size: 12px;
}

div.cartvariation_ div.variation_ {
  font-size: 3.733vw;
  font-weight: 600;
  text-align: right;
}

div.cartvariation_ ul.cartvariation_ .cartbutton_ {
  text-align: right;
  margin-top: 1.866vw;
}

div.goodscomment1_ {
  margin-bottom: 10px;
  padding: 0 3.46vw;
}

div.goodscomment2_ {
  margin-bottom: 6.66vw;
}

div.goodscomment3_ {
  margin-bottom: 10px;
}

div.goodscomment4_ {
  margin-bottom: 10px;
}

div.goodscomment5_ {
  margin-bottom: 10px;
}

div.goods_ div.accessory_list_ {
  margin: 10px 0;
}

.option_buttons_ {
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
}

.option_buttons_ li a {
  color: #000;
  text-decoration: none;
}

.option_buttons_ li:last-child {
  order: -1;
}

div.cartbox_ input[type="text"] {
  padding: 6px 3px;
  width: 40px;
  text-align: right;
}

/* --------------------------------------------------------------------
  商品一覧
-------------------------------------------------------------------- */
div.goods_ {
  background-color: #fff;
}

ul.goods_p_ {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  text-align: left;
  background-color: #fff;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

ul.goods_p_ li {
  width: calc(50% - 10px);
  padding: 9px 0 9px 10px;
}

ul.goods_p_ li .block_ {
  display: flex;
  flex-direction: column;
}

ul.goods_p_ li .block_ .goods_img_ {
  height: 30vw;
  object-fit: contain;
}

ul.goods_p_ li .block_ div.goods_detail_ {
  flex-grow: 1;
  padding: 5px 0;
}

.page-category ul.goods_p_ li .block_ {
  background-size: 110px;
}

ul.goods_p_ li .block_ .name_ {
  font-size: 3.466vw;
  color: #333;
  margin-top: 1.6vw;
  margin-bottom: 1.6vw;
  font-weight: normal;
  text-overflow: ellipsis;
  overflow: hidden;
}

.page-category ul.goods_p_ li .block_ .name_ {
  padding-bottom: 70px;
}

.event_ ul.goods_p_ li .block_ .name_ {
  margin-top: 1.6vw;
  margin-bottom: 1.6vw;
  text-overflow: ellipsis;
  display: inline-block;
  overflow: hidden;
}

ul.goods_p_ li .block_ .comment_ {
  display: none;
}

ul.goods_p_ li .block_ .g_price_ .price_ {
  color: #333;
}

ul.goods_p_ li .block_ .g_price_ .price_ .large_ {
  font-size: inherit;
}

ul.goods_p_ li .block_ .semiclosed_value_,
ul.goods_p_ li .block_ .maker_price_ {
  color: #333;
}

ul.goods_p_ li:last-child {
  border-bottom-style: none;
}

ul.goods_l_ {
  overflow: hidden;
  text-align: left;
  background-color: #fff;
}

ul.goods_l_ li {
  width: 100%;
  border-bottom: 1px solid #cbcbcb;
}

ul.goods_l_ li .block_ {
  padding: 4px 20px 4px 4px;
  padding: 4px 10px 4px 10px;
}

ul.goods_l_ li .block_ .goods_detail_ {
  overflow: hidden;
}

ul.goods_l_ li .block_ .left_ {
  display: inline-block;
  float: left;
  min-width: 40%;
}

ul.goods_l_ li .block_ .semiclosed_value_,
ul.goods_l_ li .block_ .maker_price_ {
  color: #333;
}

ul.goods_l_ li .block_ .comment_ {
  display: inline-block;
  color: #333;
  text-align: right;
}

ul.goods_l_ li .block_ .qty_ {
  float: left;
  display: inline;
  text-align: right;
  width: 50%;
}

ul.goods_l_ li .block_ .cart_ {
  float: right;
  display: inline;
  text-align: right;
}

ul.goods_l_ .name_ {
  color: #333;
  display: block;
}

.semiclosed_value_ {
  word-break: break-all;
}

/* --------------------------------------------------------------------
  関連商品
--------------------------------------------------------------------- */
div.title_block_ {
  color: #404040 !important;
  font-weight: bold;
  font-size: 16px;
  padding: 10px 0 10px 10px;
  position: relative;
  background: #f6f6f6 !important;
  margin: 10px;
}

.title_decoration_.title_block_::before {
  content: "";
  width: 6px;
  height: 30px;
  background: #4cae8d;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.accessory_list_ .g_price_::after {
  content: none;
}

.category-list-content {
  display: flex;
}

.category-name {
  display: grid;
  margin-left: 10px;
  width: 60%;
  align-content: center;
  word-break: break-all;
}

.genre-list-content {
  display: flex;
}

.genre-name {
  display: grid;
  margin-left: 10px;
  width: 60%;
  align-content: center;
  word-break: break-all;
}
