@charset "utf-8";

/* ==================================
goods.css
================================== */

#goods #breadcrumbs ul {
	padding: 0 14px 0 0;
	box-sizing: border-box;
}


/* ==================================
main-detail / goods-view
================================== */
#goods #main-detail {
  width:1000px;
	border-top: solid 1px #d9d9d9;
	border-bottom: solid 1px #d9d9d9;
	padding: 30px 14px 0 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: 40px;
	border-right: solid 1px #d9d9d9;
}
#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 20px;
	font-size: 0;
}
#main-detail .item-comments .app-icon img {
	display: inline;
	width: auto;
	margin: 0 2px 2px 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:405px;
	padding: 0 0 0 40px;
}
#item-side .item {
	margin: 0 0 18px;
}
#item-side .item .item-icon {
	font-size: 0;
}
#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 2px 2px 0;
	border: none;
	height: 22px;
	-webkit-backface-visibility: hidden;
}
#item-side .shop-name {
  word-wrap:break-word;
}
#item-side .shop-name a {
  text-decoration:underline;
}
#item-side .heder-item .item-ttl {
  font-size:17px;
  font-weight: bold;
  word-wrap:break-word;
}
#item-side .item-code {
	font-size: 12px;
	height: 20px;
}
#item-side .txt-price {
  font-size: 19px;
	font-weight: bold;
}
#item-side .price {
	display: inline-block;
}
#item-side .goods-info-25 {
	display:inline-block;
  margin-bottom: 0;
}
#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: -2px;
	margin-right: 8px;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}
#item-side .btn-detail-01:before {
	width: 19px;
	height: 19px;
	background-image: url(../../images/icon/arw-btn-01-btm.png);
}
#item-side .returns img {
	display: inline-block;
	vertical-align: middle;
	padding: 0 10px 0 0;
}
#item-side .form-parts dl{
	display: block;
  width:405px;
}
#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;
}
/*if txtLengh*/
#item-side .form-parts.txtLengh .txt-number {
	display: block;
	width: 100%;
	white-space: inherit;
}
#item-side .form-parts.txtLengh .form-parts {
	display: block;
	width: 100%;
}
#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: 60px;
	text-align: center;
}
/*
#item-side .form-parts .sod_select {
  padding: 5px 15px;
  width: 100%;
	cursor: default;
	box-sizing: border-box;
}
*/
#item-side .form-parts .sod_select:before {
  top:13px;
}
#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 20px;
}

#item-side .limited-item {
  margin: 0 0 9px 20px;
  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;
  border-radius:6px;
  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;
}
#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;
}
/* //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 22px 18px 0;
	padding-top: 10px;
  font-size:0;
  text-align:right;
}
#item-side .bt-sns li {
  display:inline-block;
  font-size:12px;
  margin-left:10px;
  vertical-align:middle;
} */
#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 28px;
	padding: 0 0 28px;
	border-bottom: solid 1px #d9d9d9;
	overflow: hidden;
}

/* goods-detail-01 */
#goods .goods-detail-01{
	font-size: 13px;
	padding: 30px 30px 15px;
	margin: 0 0 30px;
}
#goods .goods-detail-01 {
	background: #f4f4f0;
}

/* 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-detail-02 終了対応 */
#goods .goods-detail-02 .goods-end {
  position: relative;
}
#goods .goods-detail-02 .goods-end::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
}
#goods .goods-detail-02 .goods-end::after {
  content: '販売終了分';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 40px;
  margin: auto;
  color: #fff;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.1em;
  font-size: 40px;
  line-height: 1;
}

/* ==================================
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-bottom: -1px;
	border-top: solid 1px #000;
}
#goods #recommend .hl-01,
#goods #recently .hl-01 {
  margin-top: 37px;
}
#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;
}

/* ==================================
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;
}
#goods .ui-widget-content {
	background: none !important;
}
/* d_overlay-share-warning */
#d_overlay-share-warning {
	width: 510px;
	box-sizing: border-box;
	margin: 50px auto;
	padding: 90px 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%;
}



/* ==================================
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;
}



/* ==================================
modal
================================== */
.ui-dialog{
  width: 800px !important;
}
#warnMsgDialog{
  width: 100%;
  overflow: visible;
}
#d_overlay-share-warning.fashion {
  font-feature-settings: "palt";
  width: 100%;
  margin: auto;
  padding: 40px 50px;
  background-color: #fff;
}
#d_overlay-share-warning.fashion * {
  padding: 0;
  margin: auto;
}
#d_overlay-share-warning.fashion #d_share-warning-window-inner{
  margin: auto;
}
#d_overlay-share-warning.fashion #d_share-warning-window-inner .window-ttl{
  margin: auto;
}
#d_overlay-share-warning.fashion * {
  box-sizing: border-box;
  background-repeat: no-repeat;
}
#d_overlay-share-warning.fashion *:before, #d_overlay-share-warning.fashion *:after {
  background-repeat: no-repeat;
}

#d_overlay-share-warning.fashion .spnone {
  display: block;
}
#d_overlay-share-warning.fashion .pcnone {
  display: none !important;
}

#d_overlay-share-warning.fashion .window-modal-agree {
  width: 100%;
  margin: auto;
}
#d_overlay-share-warning.fashion .window-modal-agree h3 {
  margin-bottom: 30px;
  text-align: center;
  font-size: 20px;
  line-height: 1.5;
}
#d_overlay-share-warning.fashion .window-modal-agree .scroll_box {
  font-size: 13px;
  line-height: 1.7692307692;
  padding: 20px 20px 0;
  width: 100%;
  height: 230px;
  margin: auto;
  overflow: hidden;
  border: 1px solid #000;
}
#d_overlay-share-warning.fashion .window-modal-agree .scroll_box_inner {
  padding: 20px;
  overflow: auto;
  height: 210px;
}
#d_overlay-share-warning.fashion .window-modal-agree .scroll_box_inner > *:not(h4) {
  text-align: justify;
  text-align-last: left;
  word-break: break-all;
}
#d_overlay-share-warning.fashion .window-modal-agree .scroll_box_inner > *:not(h4):nth-last-child(1) {
  padding-bottom: 20px;
}
#d_overlay-share-warning.fashion .window-modal-agree h4 {
  margin-bottom: 30px;
  text-align: center;
}
#d_overlay-share-warning.fashion .window-modal-agree p.text {
  margin-bottom: 30px;
}
#d_overlay-share-warning.fashion .window-modal-agree dl dt {
  margin-bottom: 30px;
}
#d_overlay-share-warning.fashion .window-modal-agree dl dt:nth-of-type(n+2) {
  margin-top: 50px;
}
#d_overlay-share-warning.fashion .window-modal-agree dl dd + dd {
  margin-top: 20px;
}
#d_overlay-share-warning.fashion .window-modal-agree div.address {
  margin-top: 30px;
}
#d_overlay-share-warning.fashion div.btn-check {
  font-size: 20px;
  line-height: 1;
  margin-top: 50px;
}
#d_overlay-share-warning.fashion div.btn-check_note {
  color: red;
  font-size: 13px;
  line-height: 1;
  margin-top: 10px;
}
#d_overlay-share-warning.fashion div.btn-confirm {
  margin: 30px auto auto;
}
#d_overlay-share-warning.fashion div.btn-confirm div.btn-fixed {
  width: 100%;
  height: 50px;
  position: relative;
  margin: auto;
}
#d_overlay-share-warning.fashion div.btn-confirm div.btn-fixed:after {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
  top: 0;
  bottom: 0;
  margin: auto;
  right: 30px;
}
#d_overlay-share-warning.fashion div.btn-confirm div.btn-fixed input {
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  border: none;
  background-color: #000;
  color: #fff;
  font-size: 20px;
  border-radius: 10px;
  padding: 0;
  background-image: url('');
}
#d_overlay-share-warning.fashion div.btn-confirm div.btn-fixed input[disabled],
#d_overlay-share-warning.fashion div.btn-confirm div.btn-fixed input[disabled]:hover {
  opacity: 1;
  background-color: #999;
}
#d_overlay-share-warning.fashion div.btn-confirm div.btn-cancel {
  width: 700px;
  height: 20px;
  position: relative;
  margin: 30px auto auto;
}
#d_overlay-share-warning.fashion div.btn-confirm div.btn-cancel:after {
  content: "×";
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 300px;
  font-size: 30px;
  line-height: 1;
}
#d_overlay-share-warning.fashion div.btn-confirm div.btn-cancel input {
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  border: none;
  font-size: 15px;
  padding: 0;
  background-image: url('');
  background-color: transparent;
}
#btn-check-window,
#warnMsgDialogText,
[clear="none"]{
  display: none;
}
#d_header-category [clear="none"]{
  display: block;
}



/* 追記 */
.ui-widget.ui-widget-content[aria-describedby='warnMsgDialog'] {
  width: 800px !important;
  right: 0;
  margin: 0 auto;
}

@media screen and (max-width: 1000px) {
  #d_overlay-share-warning.fashion {
    padding: 10px 50px;
  }
  #d_overlay-share-warning.fashion .window-modal-agree h3 {
    margin-bottom: 20px;
    font-size: 16px;
  }
  #d_overlay-share-warning.fashion .window-modal-agree .scroll_box {
    height: 180px;
  }
  #d_overlay-share-warning.fashion div.btn-check {
    font-size: 16px;
    margin-top: 20px;
  }
  #d_overlay-share-warning.fashion div.btn-check_note {
    font-size: 12px;
  }
  #d_overlay-share-warning.fashion div.btn-confirm {
    margin: 10px auto auto;
  }
  #d_overlay-share-warning.fashion div.btn-confirm div.btn-fixed {
    height: 40px;
  }
  #d_overlay-share-warning.fashion div.btn-confirm div.btn-fixed input {
    font-size: 16px;
  }
  #d_overlay-share-warning.fashion div.btn-confirm div.btn-cancel{
    margin: 10px auto auto;
  }
  #d_overlay-share-warning.fashion div.btn-confirm div.btn-cancel input {
    font-size: 14px;
  }
}
/* ========================================================
.特商法改正対応
======================================================== */
#goodsSalePeriodDiv{
	margin: 1em 0;
	    line-height:1.5em;
			font-size: 12px;
}
#goodsSalePeriodDiv [clear="none"]{
	display: block;
}



/* margin */
#d_details #d_detail-right .mt0,
#d_item-summaries .mt0 {
  margin-top: 0 !important;
}
#d_details #d_detail-right .mt10,
#d_item-summaries .mt10 {
  margin-top: 10px !important;
}
#d_details #d_detail-right .mt20,
#d_item-summaries .mt20 {
  margin-top: 20px !important;
}
#d_details #d_detail-right .mt30,
#d_item-summaries .mt30 {
  margin-top: 30px !important;
}
#d_details #d_detail-right .mt40,
#d_item-summaries .mt40 {
  margin-top: 40px !important;
}
#d_details #d_detail-right .mt50,
#d_item-summaries .mt50 {
  margin-top: 50px !important;
}
#d_details #d_detail-right .mt60,
#d_item-summaries .mt60 {
  margin-top: 60px !important;
}
#d_details #d_detail-right .mt70,
#d_item-summaries .mt70 {
  margin-top: 70px !important;
}
#d_details #d_detail-right .mt80,
#d_item-summaries .mt80 {
  margin-top: 80px !important;
}
#d_details #d_detail-right .mt90,
#d_item-summaries .mt90 {
  margin-top: 90px !important;
}
#d_details #d_detail-right .mt100,
#d_item-summaries .mt100 {
  margin-top: 100px !important;
}

#d_details #d_detail-right .mb0,
#d_item-summaries .mb0 {
  margin-bottom: 0 !important;
}
#d_details #d_detail-right .mb10,
#d_item-summaries .mb10 {
  margin-bottom: 10px !important;
}
#d_details #d_detail-right .mb20,
#d_item-summaries .mb20 {
  margin-bottom: 20px !important;
}
#d_details #d_detail-right .mb30,
#d_item-summaries .mb30 {
  margin-bottom: 30px !important;
}
#d_details #d_detail-right .mb40,
#d_item-summaries .mb40 {
  margin-bottom: 40px !important;
}
#d_details #d_detail-right .mb50,
#d_item-summaries .mb50 {
  margin-bottom: 50px !important;
}
#d_details #d_detail-right .mb60,
#d_item-summaries .mb60 {
  margin-bottom: 60px !important;
}
#d_details #d_detail-right .mb70,
#d_item-summaries .mb70 {
  margin-bottom: 70px !important;
}
#d_details #d_detail-right .mb80,
#d_item-summaries .mb80 {
  margin-bottom: 80px !important;
}
#d_details #d_detail-right .mb90,
#d_item-summaries .mb90 {
  margin-bottom: 90px !important;
}
#d_details #d_detail-right .mb100,
#d_item-summaries .mb100 {
  margin-bottom: 100px !important;
}

/* ========================================================
  RemoOrderアイコン表示時の制御
======================================================== */
/* 承り案内文を表示 */
.remoorder_style p {
  margin: 15px 0 20px;
  padding: 1em 0;
  border: solid 1px #999999;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}
.remoorder_style p a {
  display: block;
  margin-top: 0.5em;
  font-weight: normal;
  font-size: 14px;
}
.remoorder_style p *[clear="none"] {
  display: block;
}
#line-btm-SP1 {
  display: none !important;
}


/* sns */
#d_item-share .bt-sns {
  margin:50px 0;
	padding-top: 10px;
  font-size:0;
  text-align:center;
}
#d_item-share .bt-sns li {
  display:inline-block;
  font-size:12px;
  margin-left:30px;
  vertical-align:middle;
}
#d_item-share .bt-sns > li:nth-child(1) {
  margin-left:0;
}

/* twitterボタン 右端かける対応 */
#d_item-share .bt-sns li.bt-twitter {
  position: relative;
}
#d_item-share .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: 20px;
  height: 20px;
  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;
}
