@charset "utf-8";

/* ==================================
goods.css
================================== */

#goods #breadcrumbs ul {
	padding: 0 14px 0 0;
	box-sizing: border-box;
}

#goods h3.hl{
	font-size: 22px;
	font-weight: bold;
	color: #333333;
	background: url(../../images/common/st_line.png) left top no-repeat;
	padding: 20px 0 30px;
}

/* ==================================
main-detail / goods-view
================================== */
#goods #main-detail {
  width:1000px;
	border-bottom: solid 1px #d9d9d9;
	padding: 0;
	margin:0 auto 30px;
	box-sizing: border-box;
}
#goods #goods-view {
	display: table;
	width: 100%;
  margin-bottom:30px;
}

/* ==================================
item-main
================================== */
#main-detail #item-main {
	display: table-cell;
	vertical-align: top;
  position:relative;
  width:500px;
	padding-right: 50px;
}
#sec-oss + #main-detail {
	margin-top:10px;
}



/* ==================================
item-comments
================================== */
#main-detail .item-comments {
  line-height:2;
}
#main-detail .item-comments .app-icon {
	margin: 0 0 10px;
	font-size: 0;
}
#main-detail .item-comments .app-icon img {
	display: inline;
	width: auto;
	margin: 0 4px 4px 0;
	border: none;
	-webkit-backface-visibility: hidden;
}
#main-detail .item-comments p {
  margin-top:2em;
}
#main-detail .item_irodama {
  margin:50px 0;
}

/* ==================================
item-side
================================== */
#main-detail #item-side {
	display: table-cell;
	vertical-align: top;
	width:450px;
}
#item-side .item {
	margin: 0 0 18px;
}
#item-side .item.item_icon {
	font-size: 0;
	margin-bottom: 0;
}
#item-side .item.item_icon img{
	margin-bottom: 5px;
}
#item-side hr {
	display: block !important;
	margin: 28px 0;
	height: 1px;
	border: none;
	background: #d9d9d9;
}
#item-side .item_icon img{
	display: inline;
	width: auto;
	margin: 0 4px 4px 0;
	border: none;
	height: 22px;
	-webkit-backface-visibility: hidden;
}
#item-side #d_add-favorite-shop dl{
	overflow: hidden;
	border-bottom: solid 1px #d9d9d9;
	margin-bottom: 20px;
	padding-bottom: 15px;
}
#item-side #d_add-favorite-shop dt{
	font-size: 12px;
	color: #666;
	float: left;
	width: 110px;
	margin-top: 2px;
}
#item-side #d_add-favorite-shop dd{
	font-size: 14px;
	float: left;
}
#item-side #d_add-favorite-shop dd a{
	text-decoration: underline;
}
#item-side .shop-name {
  word-wrap:break-word;
	margin: 5px 0;
}
#item-side .shop-name a {
  text-decoration:underline;
	color: #10ad3c;
}
#item-side .heder-item .item-ttl {
  font-size:18px;
  font-weight: bold;
  word-wrap:break-word;
}
#item-side .heder-item .item_icon {
	margin-top: 10px;
	margin-bottom: 5px;
}
#item-side .item-code {
	font-size: 12px;
	height: 20px;
}
#item-side .txt-price {
  font-size: 24px;
	font-weight: bold;
}
#item-side .txt-price .tax {
	font-size: 14px;
	font-weight: normal;
}
#item-side .sale-price {
	color: #ff0000;
	font-weight: bold;
}
#item-side .sale-price .memo-price {
	font-size: 15px;
}
#item-side .message {
	font-size: 12px;
}
#item-side .color-red {
  color:#ff0101;
}
/*
#box-order .txt-price span.tax {
  font-size:12px;
}
#box-order .price-supp {
  position:absolute;
  top:27px;
  right:30px;
}
#box-order .price-supp li {
  display:inline-block;
  padding:0 10px;
  background:#000;
  line-height:22px;
  font-size:9px;
  color:#fff;
}
*/
#item-side .btn-detail-01:before {
	content: "";
	display: inline-block;
	position: relative;
	top: 0;
	margin-right: 8px;
	vertical-align: middle;
	width: 22px;
	height: 22px;
	background: url(../../images/goods/arrow_down.png) no-repeat;
}

#item-side .returns img {
	display: inline-block;
	vertical-align: middle;
	padding: 0 10px 0 0;
}
#item-side .form-parts dl{
	display: block;
  width:450px;
}
#item-side .form-parts .txt-number,
#item-side .form-parts .form-parts {
	display: inline-flex;
  padding:0 0 10px 0;
  text-align:left;
  word-wrap:break-word;
  box-sizing:border-box;
}
/*ifnot txtLengh*/
#item-side .form-parts .txt-number {
  vertical-align: baseline;
	font-weight: normal;
	white-space: nowrap;
	box-sizing: border-box;
}
#item-side .form-parts .form-parts {
  padding:0 0 10px 0;
	width: 100%;
}
/*if txtLengh*/
#item-side .form-parts.txtLengh .txt-number {
	width: 100%;
	white-space: inherit;
}
#item-side .form-parts select,
#item-side .form-parts input {
	width: 100%;
	border: solid 1px #ccc;
	padding: 5px 7px;
	box-sizing: border-box;
  vertical-align:top;
}
#item-side .form-parts input {
	padding: 10px 7px;
}
#item-side .form-parts .item-type {
	display:block;
	padding:20px 25px;
	word-wrap:break-word;
	-webkit-box-sizing:border-box; box-sizing:border-box;
}
#item-side .form-parts .item-type  .txt-number {
	display: inline-flex;
	width:auto;
	min-width:4.5em;
	max-width:100%;
	padding:0;
	-webkit-box-sizing:border-box; box-sizing:border-box;
	vertical-align:middle;
}
#item-side .form-parts .item-type .form-parts {
	display: inline-flex;
	width: 78%;
	padding:0;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	vertical-align:middle;
}
#item-side .form-parts.amount .txt-number {
	width: 12%;
}
#item-side .form-parts.amount input {
	width: 100px;
	text-align: center;
	padding: 15px 7px;
	font-size: 16px;
}


#item-side .form-parts .sod_select {
  padding: 15px 15px;
  width: 100%;
	box-sizing: border-box;
}

#item-side .form-parts .sod_select:before {
	top:21px;
	right: 10px;
}
#item-side .form-parts .sod_list_wrapper {
  box-sizing:content-box;
  width:100%;
}
#item-side .form-parts .number .form-parts .sod_select {
  width:77px;
}
#item-side .form-area {
	padding: 0 0 10px;
	text-align: center;
}

#item-side .limited-item {
  margin:22px 0 10px;
  font-size:16px;
  font-weight: bold;
}




/* bt-cart */
#goods .bt-cart li button {
  background:none;
  border:none;
  cursor:pointer;
  outline:none;
	vertical-align: bottom;
  appearance:none;
  transition: opacity .2s;
	padding: 0;
}
#goods .bt-cart li button:hover {
	opacity: .7;
}
#goods .bt-cart li button.btn-disabled {
  display:inline-block;
  width:100%;
  padding:0;
  background:#d9d9d9;
  border:none;
  color:#868686;
  height:63px;
  line-height:63px;
  text-align:center;
  font-size:16px;
	font-weight: bold;
  cursor:pointer;
  outline:none;
  appearance:none;
  transition:background .2s;
}
#goods .bt-cart li button.btn-disabled,
#goods .bt-cart li button.btn-disabled:hover,
#goods .bt-cart li button[disabled],
#goods .bt-cart li button[disabled]:hover {
	cursor:default;
  background:#ddd!important;
  color:#868686;
	opacity: 1;
}
#goods .bt-cart li button.btn-disabled.display_none{
  display: none;
}
#item-side .bt-cart li {
  margin-bottom:10px;
}
#item-side .bt-cart li.favorite {
	margin-bottom: 0;
}
#item-side .bt-cart li.favorite button.btn-favorite{
	background: none;
	color: #999;
	text-align: left;
	padding-top: 10px;
}
#item-side .form-area .bt-cart p {
	margin-top:5px;
	text-align:right;
  font-size:12px;
}
#item-side .form-area .bt-cart p a {
  text-decoration:underline;
}
#goods #main .bt-cart ul {
	margin: 0 auto;
}
#goods #main .bt-cart li {
	float: left;
}
#goods #main .bt-cart li:nth-child(2n) {
	float: right;
}
#goods #main .lower-cart-area .bt-cart li img{
	width: 380px;
}

/* //bt-cart */


#item-side .form-area .txt-cart li {
  float:right;
  font-size:12px;
}
#item-side .form-area .txt-cart li:first-child {
  float:left;
}
#item-side .form-area .txt-cart a {
  text-decoration:underline;
}
/* #item-side .bt-sns {
  margin:0 0 18px 0;
	padding-top: 10px;
  font-size:0;
  text-align:right;
}
#item-side .bt-sns a{
  display: inline;
}
#item-side .bt-sns li {
  display:inline-block;
  font-size:12px;
  margin-left:10px;
  vertical-align:text-top;
} */

/* twitterボタン 右端かける対応 */
/* #item-side .bt-sns li.bt-twitter {
  position: relative;
}
#item-side .bt-sns li.bt-twitter iframe {
  width: 83px !important;
  height: 21px !important;
  position: relative;
  z-index: 2;
}
#item-side .bt-sns li.bt-twitter::after {
  content: '';
  display: block;
  width: 83px;
  height: 21px;
  background-color: #1d9bf0;
  border-radius: 9999px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
#item-side .bt-sns li.bt-twitter:hover::after {
  background-color: #0c7abf;
}
 */

#item-side .pluginCountButtonNub {
  border-color: transparent #9197a3;
  border-style: solid;
  border-width: 4px 5px 4px 0;
  display: inline-block;
  position: relative;
  width: 5px;
  z-index: 2;
}
#item-side .pluginCountButton {
  background: white;
  border: 1px solid #9197a3;
  border-radius: 2px;
  color: #4e5665;
  display: inline-block;
  font-size: 11px;
  height: auto;
  line-height: 18px;
  min-width: 15px;
  padding: 0 3px;
  text-align: center;
  white-space: nowrap;
  position:relative;
}
#item-side .stock-list {
  margin-top:25px;
}
#item-side .stock-list dd {
	position:relative;
  margin-top:15px;
  padding-bottom:36px;
  overflow:hidden;
}
#item-side .stock-list-detail {
  width:100%;
  table-layout:fixed;
  border:1px solid #bdbdbd;
  font-size:12px;
  transition:all 1s;
}
#item-side .stock-list-detail a {
  text-decoration:underline;
}
#item-side .stock-list-detail th,
#item-side .stock-list-detail td {
  width:25%;
  height:36px;
  padding:8px 2px;
  border:1px solid #bdbdbd;
  line-height:18px;
  text-align:center;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
  word-wrap:break-word;
  vertical-align:middle;
}
#item-side .stock-list-detail thead th {
  background:#757575;
  color:#fff;
  font-weight:normal;
}
#item-side .stock-list-detail tbody tr:nth-child(even) td {
  background:#eee;
}
/*#item-side .stock-list-detail tbody tr:nth-child(n+7) td {
  display:none;
}
#item-side .stock-list-detail.active tbody tr:nth-child(n+7) td {
  display:table-cell;
}
*/

#item-side .stock-list .bt-more {
  position:absolute;
  bottom:0;
  width:100%;
  height:36px;
  padding:8px;
  background:#fff ;
  border:1px solid #bdbdbd;
  font-size:12px;
  text-align:center;
  cursor:pointer;
  transition:all .2s;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
}
#item-side .stock-list .bt-more:hover {
  background:#f5f5f5;
}
#item-side .stock-list .bt-more span:after {
  content:"";
  display:inline-block;
  width:14px;
  height:8px;
  margin-left:10px;
  background:url(../../images/icon/icon_accordion_arrow.png) no-repeat;
}
#item-side .stock-list .bt-more.active span:after {
  background-position:0 -10px;
}


/* ==================================
#main
================================== */
#goods #main .item {
	margin: 0 0 16px;
}
#goods #main hr {
	display: block !important;
	margin: 28px 0;
	height: 1px;
	border: none;
	background: #d9d9d9;
}
#goods #main .item.innerunit {
	margin: 0 0 22px;
	overflow: hidden;
}

/* goods-detail-01 */
#goods .goods-detail-01,
#goods .goods-detail-02{
	font-size: 14px;
	line-height: 2;
}
#goods .goods-detail-01 .item:last-child,
#goods .goods-detail-02 .item:last-child{
	border-bottom: 1px solid #d9d9d9;
	padding: 0 0 15px;
	margin: 0 0 30px;
}
#goods .goods-detail-01 .d_goodsdetail {
  overflow: hidden;
}
#goods .goods-detail-01 .d_goodsdetail img {
  float: left;
  margin: 0 20px 10px 0;
  border: 1px solid #d9d9d9;
}

/* goods-detail-02 */
#goods .goods-detail-02 table {
	width: 696px;
	table-layout: fixed;
}
#goods .goods-detail-02 .goods-detail02-typeA,
#goods .goods-detail-02 .goods-detail02-typeB {
	margin: 0 30px;
}
#goods .goods-detail-02 .goods-detail02-typeA td {
	vertical-align: top;
	width: 416px;
}
#goods .goods-detail-02 .goods-detail02-typeA td.photo {
	width: 250px;
}
#goods .goods-detail-02 .goods-detail02-typeA td:first-child {
	padding-right: 30px;
}
#goods .goods-detail-02 .goods-detail02-typeB td {
	width: 100%;
}
#goods .goods-detail-02 .d_goodsdetail {
  overflow: hidden;
}
#goods .goods-detail-02 .d_goodsdetail img {
  float: left;
  margin: 0 20px 10px 0;
  border: 1px solid #d9d9d9;
}

/* d_goodsdetailCol3 */
#goods ul.d_goodsdetailCol3 {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
#goods ul.d_goodsdetailCol3 li {
  width: 30%;
  margin-right: 5%;
  margin-bottom: 20px;
  text-align: center;
}
#goods ul.d_goodsdetailCol3 li:nth-of-type(3n) {
  margin-right: 0;
}
#goods ul.d_goodsdetailCol3 li img {
  width: 100%;
  margin-bottom: 0;
}
#goods ul.d_goodsdetailCol3 li span {
  display: block;
  line-height: 1.5;
  margin-top: 5px;
}

/* d_goodsdetailTable1 */
#goods .d_goodsdetailTable1 {
  display: table;
}
#goods .d_goodsdetailTable1 > div {
  display: table-cell;
  vertical-align: middle;
}
#goods .d_goodsdetailTable1 .dImg {
  width: 50%;
}
#goods .d_goodsdetailTable1 .dImg img {
  width: 100%;
}
#goods .d_goodsdetailTable1 .dText {
  padding-left: 4%;
}
#goods .d_goodsdetailTable1 .dText .ttl {
  display: inline-block;
  margin-bottom: 5px;
}

/* ==================================
sec-oss
================================== */
#goods #sec-oss {
  padding:15px 0;
  background:#eee;
  border-bottom:1px solid #e6e6e6;
}
#goods #sec-oss .inner {
  width:1000px;
  margin:0 auto;
  color:#b71c1c;
}



/* ==================================
recommend / recently
================================== */
#goods #recommend,
#goods #recently {
	margin-top: 60px;
}
#goods #recommend .bx-viewport,
#goods #recently .bx-viewport {
  padding-top:25px;
}
#goods #recommend .bx-wrapper .bx-controls-direction a,
#goods #recently .bx-wrapper .bx-controls-direction a {
  top: 58px;
}
#goods #recommend .slick-track,
#goods #recently .slick-track{
	margin-left: 0;
	margin-right: 0;
}
#goods #recommend .slick-list,
#goods #recently .slick-list{
	margin: 0 20px;
}
#goods #recommend .slick-prev,
#goods #recently .slick-prev{
	font-size: 0;
	border: none;
	position: absolute;
	left: 0;
	top: 73px;
	background: url("../../images/button/arrow_prev.png") center left / 24px 37px no-repeat;
	width: 24px;
	height: 37px;
	cursor: pointer;
	z-index: 50;
}
#goods #recommend .slick-next,
#goods #recently .slick-next{
	font-size: 0;
	border: none;
	position: absolute;
	right: 0;
	top: 73px;
	background: url("../../images/button/arrow_next.png") center right / 24px 37px no-repeat;
	width: 24px;
	height: 37px;
	cursor: pointer;
	z-index: 60;
}

/* ==================================
recommend / modal-window
================================== */
#goods #modal-window {
  display:none;
  position:fixed;
  top:0;
  left:0;
  width:100%;
  height:100%;
  z-index:999999;
}
#goods .overlay {
  content:"";
  display:block;
  position:fixed;
  width:100%;
  height:100%;
  background:rgba(0,0,0,0.8);
}
#goods #modal-window .modal-contents {
  position:absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  width:400px;
  height:300px;
  padding:50px 50px;
  margin:auto;
  background:#fff;
  box-sizing:border-box;
}
#goods #modal-window .ttl {
  margin-bottom:20px;
  padding-bottom:70px;
  text-align:center;
  font-size:16px;
  background:url(../../images/icon/icon_mail.png) center bottom no-repeat;
}
#goods #modal-window .supp {
  margin-top:20px;
  font-size:12px;
}
#goods #modal-window .bt-closed {
  position:absolute;
  top:-50px;
  right:-50px;
  width:50px;
  height:50px;
  background:url(../../images/button/bt_closed.png) center no-repeat;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  cursor:pointer;
}
#goods #modal-window .bt-closed:hover {
  opacity:.7;
}



/* ==================================
warnMsgDialog
================================== */

/* templete */
#goods .ui-dialog {
 	/* width: 100% !important;  */
   position: fixed;
}
#goods .ui-widget-content {
	background: none !important;
  overflow-y: auto;
  max-height: 90%;
}
.ui-widget.ui-widget-content {
  top: 50vh;
  transform: translateX(-50%) translateY(-50%);
}
/* d_overlay-share-warning */
#d_overlay-share-warning {
	width: 510px;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 70px 40px 40px;
	background: #fff;
	text-align: center;
}
#d_overlay-share-warning #btn-check-window{
	position: absolute;
	top: 22px;
	right: 22px;
	cursor: pointer;
	width: 50px;
	height: 50px;
	background: #6e6e6e;
}
#d_share-warning-window-inner .window-ttl {
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 30px;
}
#d_share-warning-window-inner .btn-confirm {
    text-align: center;
		margin: 30px 0 0;
}
#d_share-warning-window-inner .btn-confirm div {
	display: inline-block;
}
#d_share-warning-window-inner .btn-confirm div:first-child {
	margin: 0 20px 0 0;
}
#d_share-warning-window-inner .btn-confirm input {
	display: inline-block;
	width: 200px;
	background:#6e6e6e;
	padding: 20px 30px 20px 10px;
	font-size: 16px;
	text-align: center;
	color: #fff;
	border: none;
  cursor: pointer;
}
#d_share-warning-window-inner .btn-confirm input:hover {
  opacity: .8;
 }
#d_share-warning-window-inner .btn-confirm input {
	background: #6e6e6e url(../../images/icon/arw-btn-02-r.png) no-repeat center right 30%;
}
#d_share-warning-window-inner .btn-confirm .btn-cancel input {
	color: #333;
	background: #d2d2d2 url(../../images/icon/arw-btn-02-r.png) no-repeat center right 30%;
}
.ui-draggable .ui-dialog-titlebar {
  display: none;
}



/* ==================================
ebCustomGoods
================================== */
.ebCustomGoods-attention {
	font-size: 12px;
	color: #d02323;
	line-height: 1.5;
}
#item-side .item.ebCustomGoods{
	margin: 25px 0 18px;
}
#item-side .item.ebCustomGoods input {
	transition: opacity .2s;
}
#item-side .item.ebCustomGoods input:hover {
	opacity: .7;
}
#item-side .item.ebCustomGoods .ebCustomGoods-change {
	margin-top: 40px;
}
#item-side .item.ebCustomGoods .ebCustomGoods-change [type="submit"]{
	background: none;
	border: none;
	text-decoration: underline;
	color: #333;
	cursor: pointer;
}




/* ==================================
clearfix
================================== */
#goods-view:after,
#item-side:after,
#main-detail:after,
#item-side .form-area .txt-cart:after,
#main-detail .how-to-use:after {
  content:"";
  clear:both;
  display:block;
}


/* ==================================
mobile_order
================================== */
ul.mobile_order{
  clear: both;
  margin-top: 35px;
  text-align: right;
}
#goMobileOrderSearchPage{
  height: 34px;
  background-color: #ff6600;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  position: relative;
  padding: 0 40px;
  border-radius: 17px;
  -webkit-transition: opacity 300ms;
  transition: opacity 300ms;
}
#goMobileOrderSearchPage:hover{
  opacity: 0.7;
}
#goMobileOrderSearchPage span:after{
  content: "";
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 8px;
  height: 8px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
}
/* ========================================================
.特商法改正対応
======================================================== */
#goodsSalePeriodDiv{
  margin-top: 1em;
}


/* sns */
#box-order .bt-sns {
  margin:20px 0 30px;
	padding-top: 10px;
  font-size:0;
  text-align:center;
}
#box-order .bt-sns li {
  display:inline-block;
  font-size:12px;
  margin-left:30px;
  vertical-align:middle;
}
#box-order .bt-sns > li:nth-child(1) {
  margin-left:0;
}

/* twitterボタン 右端かける対応 */
#box-order .bt-sns li.bt-twitter {
  position: relative;
}
#box-order .bt-sns li.bt-twitter iframe {
  width: 83px !important;
  height: 21px !important;
  position: relative;
  z-index: 2;
}



/* 商品詳細ページ　画像モーダル */
#d_content-layout.detail #d_content-layout-inner #d_details #d_detail-left #d_item-images #d_item-image {
  position: relative;
}
#d_content-layout.detail #d_content-layout-inner #d_details #d_detail-left #d_item-images #d_item-image .lightbox::before {
  content: '';
  display: block;
  width: 32px;
  height: 32px;
  background: url(/ec/shop/fashion/images/detail/icon-zoom.png) no-repeat;
  background-size: 100% auto;
  position: absolute;
  left: 10px;
  bottom: 10px;
}
.pswp__top-bar::before {
  content: '画像を拡大できます。';
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
  background-color: #333;
  position: absolute;
  top: 0;
  color: #fff;
  text-align: center;
}
.pswp__custom-caption {
  display: flex;
  align-items: center;
  width: 100%;
  height: 40px;
  margin: auto;
  background-color: #333;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  color: #fff;
}
.pswp::before {
  content: '';
  display: block;
  width: 100%;
  height: 40px;
  background-color: #333;
  position: absolute;
  bottom: 0;
  z-index: 2;
}


/* おすすめ商品の価格赤文字 */
.recommended-price .price{
  color: red;
}
