<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* -----------------------------------------------------------
CSS Information

 File name:      detail.css
 Update:         2017.6.15
 Style Info:     スタイルCSSファイル
----------------------------------------------------------- */
/********************************************
モバイルファースト
*********************************************/
.saletag {
  display: inline-block;
  background-color: #bf0020;
  color: white;
  font-weight: bold;
  padding: 3px 10px;
  text-align: center;
  border-radius: 1px; /* 角を少し丸めたい場合 */
}
h2 {
    text-align: center;
    font-size: 3.2rem;
}
/*パンくず*/
#bread_crump_wrap {
	width: 100%;
	height: auto;
	padding: 3px 0;
	margin-top: 56px;
	background: #2d1e86;
	box-sizing: border-box;
	font-family: 'Yu Gothic','游ゴシック','ヒラギノ角ゴシック','Hiragino Sans','メイリオ', Meiryo,"TBUD丸ゴシック R",sans-serif;	
}
#bread_crump_wrap ul {
	width: 95%;
	margin: 0 auto;
	white-space: nowrap;
	overflow-x: scroll;
	-ms-overflow-style: none;
	scrollbar-width: none;
}
#bread_crump_wrap ul::-webkit-scrollbar{
  display: none;
}
#bread_crump_wrap ul li {
	display: inline-block;
	padding-right: 15px;
	position: relative;
	font-size: 1.2rem;
	color: #FFF;
}
#bread_crump_wrap ul li a {
	display: block;
	color: #FFF;
}
#bread_crump_wrap ul li a:after {
	content: "&gt;";
	position: absolute;
	right: 0;
}

/*商品詳細*/
.product_title {
	font-family: 'Yu Gothic','游ゴシック','ヒラギノ角ゴシック','Hiragino Sans','メイリオ', Meiryo,"TBUD丸ゴシック R",sans-serif;	
}
.product_title h2 {
	font-size: 1.8rem;
}
.product_title.pc {
	display: none;
}
.product_title.sp {
	margin: 10px 5px;
/*	text-align: center;*/
}
.product_title h2 {
	display: inline-block;
	text-align: left;
}
.product_title p.product_price small {
	margin-left: 5px;
    font-size: 1.4rem;
    font-weight: normal;
}
.product_title p.product_price {
	margin: 10px 0 0 0;
	text-align: left;
	font-size: 2.0em;
	font-weight: bold;
}
.product_title p.is_pricedown {
  color: #bf0020;
  margin-top: -2px;
}
.product_title p.product_price_sale {
	margin: 10px 0;
	text-align: left;
	font-weight: bold;
}

.product_title p.product_fixed_price {
	margin: 10px 0;
	text-align: left;
	color: #AFAFAF;
	font-weight: normal;
}
/* 廃止する pからspanに変えるので
.product_title p.product_price_sale_rate {
	margin: 0 0 10px 0;
	font-size: 1.4rem;
	text-align: left;
	font-weight: bold;
    display: inline-block;
    border: 1px solid #bf0020;
    border-radius: 2px;
    padding: 4px 4px;
    background-color: #fff0f0;
}
*/

/* 親：バッジを横に並べる */
.product_title .product_badges {
  display: flex;
  gap: 8px;           /* バッジ同士の間隔 */
  flex-wrap: wrap;    /* スマホで折り返し対応 */
  margin-top: 5px;
}

/* 共通のバッジデザイン（送料無料など） */
.product_title .product_badges .product_badge {
  display: inline-block;
  padding: 4px 6px;
  font-size: 1.4rem;
  font-weight: bold;
  border-radius: 2px;
  background-color: #f0fff0;
  color: #007a00;
  border: 1px solid #007a00;
}

/* 既存の割引のOFF 用スタイルもこのままOK */
.product_title .product_badges .product_price_sale_rate {
  display: inline-block;
  padding: 4px 6px;
  font-size: 1.4rem;
  font-weight: bold;
  border-radius: 2px;
  background-color: #fff0f0;
  color: #bf0020;
  border: 1px solid #bf0020;
}
/* 送料無料のスタイル */
.product_title .product_badges .product_postage {
  display: inline-block;
  padding: 4px 6px;
  font-size: 1.4rem;
  font-weight: normal;
  border-radius: 2px;
  background-color: #e8f1ff;
  color: #3879D9;
  border: 1px solid #3879D9;
}
/* ポイントのスタイル */
.product_title .product_badges .product_point {
  display: inline-block;
  padding: 4px 6px;
  font-size: 1.4rem;
  font-weight: bold;
  border-radius: 2px;
  background-color: #fffae4;
  color: #ffb12d;
  border: 1px solid #ffb12d;
}
/* お気に入りのスタイル */
.product_title .product_badges .product_favorite {
  display: inline-block;
  padding: 4px 6px;
  font-size: 1.4rem;
  font-weight: normal;
  border-radius: 2px;
  background-color: #ebfff6;
  color: #00ac5d;
  border: 1px solid #00ac5d;
}
.product_title .product_badges .product_favorite_del{
  display: inline-block;
  padding: 4px 6px;
  font-size: 1.4rem;
  font-weight: normal;
  border-radius: 2px;
  background-color: #dadada;
  color: #a5a5a5;
  border: 1px solid #a5a5a5;
}
/* 再入荷のスタイル */
#product_size .container .inner .radiobutton span.restock {
  display: inline-block;
  padding: 2px 3px;
  font-size: 0.95rem;
  font-weight: normal;
  border-radius: 2px;
  background-color: #0080CC;
  color: #FFFFFF;
}


.product_title .product_badges .product_point small {
	margin-left: 5px;
    font-size: 0.7em;
    font-weight: normal;
}
.icon-stack {
    font-size: 0.7em;
}
.product_title p.product_point {
	margin: 5px 0;
	text-align: left;
	color: #ffb12d;
	font-size: 1.2em;
	font-weight: bold;
}
.product_title p.product_point small {
	margin-left: 5px;
    font-size: 0.7em;
    font-weight: normal;
}
/* 廃止予定 pからspanにする 
.product_title p.product_postage {
	margin: 10px 0;
	text-align: left;
}
*/
.product_title p.product_no {
	margin: 10px 0;
	text-align: left;
	font-weight: normal;
}
/*商品スライダー*/
#detail_wrap {
	padding: 10px;
	box-sizing: border-box;
	overflow: hidden;
	font-family: 'Yu Gothic','游ゴシック','ヒラギノ角ゴシック','Hiragino Sans','メイリオ', Meiryo,"TBUD丸ゴシック R",sans-serif;	
}
#detail_wrap #product_slide {
	padding-bottom: 10px;
}
#detail_wrap .slide {
 	display: none;
}
#detail_wrap .slide li {
 	list-style: none;
}
#detail_wrap .slide.slick-initialized {
 	display: block;
}

#detail_wrap .slick-dots {
	padding-top: 5px;
	margin-left: -5px;
	margin-right: -5px;
	bottom: 0px;
	display: flex;
	/* 追加 */
	overflow-x: auto;
	overflow-y: hidden;
	flex-wrap: nowrap;
	justify-content: flex-start;
	-webkit-overflow-scrolling: touch; /* iOSスムーズスクロール */
    scrollbar-width: none; /* Firefox非表示 */
/*	gap: 8px;*/
	margin: 0 auto;
/*	padding: 10px 0;*/
	position: relative;
}
#detail_wrap .slick-dots::-webkit-scrollbar {
	display: none; /* Chrome Safari 非表示 */
}
#detail_wrap .slick-dots li {
	list-style: none;
	display: inline-block;
	width: 80px;
	height: 80px;
	margin: 5px;
	background: #000;
	flex: 0 0 auto;
}
#detail_wrap .slick-dots li img {
	opacity: 0.75;
	width: 100%;
	height: auto;
}
#detail_wrap .slick-dots li.slick-active img {
  opacity: 1;
}

/*商品カラー*/
#product_color {
	margin: 30px 10px;
	padding: 15px 0;
	border-top: 1px solid #c2c2c2;
	border-bottom: 1px solid #c2c2c2;
}
#product_color .panel .panel-item {
	position: relative;
	padding-left: 60px;
}
#product_color .panel .panel-item:before {
	content: "カラー：";
	position: absolute;
	left: 0;
	font-weight: bold;
}
#product_color .tab {
	margin-top: 10px;
}
#product_color .tab ul{
	display: flex;
	justify-content: flex-start;
	flex-wrap: nowrap;
}
#product_color .tab ul li {
	width: 50px;
	height: 50px;
	margin-right: 5px;
}
#product_color .tab ul li a{
	display: block;
	width: 100%;
	height: 100%;
	border: 1px solid #c2c2c2;
}
#product_color .tab ul li a.select{
	border: 1px solid #000000;
}

/*サイズ*/
#product_size {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	column-gap: 7.5px;
	position: relative;
	margin-top: 30px;
	margin-bottom: 30px;
/*	justify-content: space-between;*/
}
#product_size .container {
	width: 18.3%;
	margin-bottom: 5px;
	position: relative;
}
#product_size .container:before {
	content: "";
    display: block;
    padding-top: 100%;
}
#product_size .container:nth-last-child(-n+3) {
	display: none;
}
#product_size .container .inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#product_size .visually-hidden {
	display: none;
}
#product_size label {
	background: #fff;
	text-align: center;
	display: block;
	width: 100%;
	height: 100%;
	border: 1px solid #a5a5a5;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
#product_size label:hover {
    background-color: #e0e0e0;
}
#product_size .visually-hidden:checked + label {
	background: #0080cc;
}
#product_size .visually-hidden:disabled + label {
	background: #dadada;
	color: #a5a5a5;
}

/*カートに入れる*/
#btn_cart {
	text-align: center;
	margin-bottom: 20px;
}
#btn_cart a {
	display: inline-block;
	padding: 10px 50px;
	background: #0080cc;
	color: #FFF;
	border-radius: 24px;
	font-weight: bold;
	transition: background 0.3s;
}
#btn_cart a:hover {
	background: #000;
}

/*商品説明*/
#product_description {
	padding: 15px 0;
	border-top: 1px solid #c2c2c2;
	border-bottom: 1px solid #c2c2c2;
}

/*商品素材*/
#product_material h3 {
	padding: 10px 0;
	position: relative;
	cursor: pointer;
}
#product_material h3:after {
	content: "&gt;";
	display: block;
	width: 16px;
	height: 16px;
	position: absolute;
	top: 5px;
	right: 2px;
	bottom: 0;
	margin: auto;
	transform:rotate(90deg);
}
#product_material h3.open:after {
	transform:rotate(-90deg);
	top: 0;
	right: 10px;
	bottom: 10px;
	margin: auto;
}
#product_material ul {
	display: none;
}

#product_material ul li {
	margin-bottom: 5px;
	padding-left: 15px;
	position: relative;
}
#product_material ul li:after {
	content: '・';
	position: absolute;
	left: 0;
}

/*最近チェックした商品*/
#last_check_wrap {
	margin:30px 10px;
	padding: 15px 0 0;
	border-top: 1px solid #000000;
}
#last_check_wrap #list {
	margin: 15px 0;
	font-family: 'Yu Gothic','游ゴシック','ヒラギノ角ゴシック','Hiragino Sans','メイリオ', Meiryo,"TBUD丸ゴシック R",sans-serif;
}
#last_check_wrap #list &gt; div {
	margin-bottom: 15px;
	text-align: right;
	position: relative;
	display: flex;
	flex-direction: column;
}
#last_check_wrap #list .slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: 0;
    margin-right: auto;
}
#last_check_wrap #list &gt; div p {
	margin-bottom: 5px;
	padding: 0 5px;
}
#last_check_wrap #list &gt; div p.thumb_product {
	text-align: center;
}
#last_check_wrap #list &gt; div p.name_product {
	text-align: left;
	flex-grow:1;
}
#last_check_wrap #list &gt; div p.price_product {
	display: inline-block;
	position: relative;
	box-sizing: border-box;
	font-weight: bold;
	margin-top: auto;
}
#last_check_wrap #list &gt; div a {
	display: block;
	position: absolute;
	width: 100%;
	height:100%;
	top: 0;
	left: 0;
}
#last_check_wrap #list &gt; div.soldout .thumb_product {
	position: relative;
}
#last_check_wrap #list &gt; div.soldout .thumb_product:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.52);
}
#last_check_wrap #list &gt; div.soldout .price_product:before {
	content: "";
	display: inline-block;
	width: 40px;
	height: 13px;
	padding-right: 5px;
	background: url("../img/shoes/tag_soldout.png")no-repeat;
	background-size: contain;
}

#last_check_wrap #list .slick-dots {
	bottom:-35px;
}
#last_check_wrap #list .slick-dots li {
	width: 10px;
	height: 10px;
}
#last_check_wrap #list .slick-dots li button:before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 5px;
    content: '';
    text-align: center;
    background: #FFF;
	border: 2px solid #c2c2c2;
	border-radius: 50%;
}
#last_check_wrap #list .slick-dots li.slick-active button:before {
    background: #c2c2c2;
}

/*一覧へ*/
.btn_go_list {
	margin: 80px 0 25px;
	text-align: center;
	position: relative;
}
.btn_go_list a {
	display: inline-block;
	padding: 10px 60px;
	color: #FFF;
	background: #000;
	position: relative;
}
.btn_go_list a:after {
	content: "";
	display: block;
	position: absolute;
	width: 5px;
    height: 5px;
	top:0;
	left: 10px;
	bottom: 0;
	margin: auto;
    border-left: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
    transform: rotate(45deg);
}

/********************************************
ランドスケープ
*********************************************/
@media screen and (min-width:480px){
	/*サイズ*/
	#product_size .container {
		width: 15%;
	}
	/*商品説明*/
	#product_description {
		margin-top: 40px;
	}
}


/********************************************
ランドスケープ
*********************************************/
@media screen and (min-width:640px){
	/*サイズ*/
	#product_size .container {
		width: 13%;
	}
	#product_size .container:nth-last-child(-n+3) {
		display: block;
	}
	#product_size .container:nth-last-child(-n+2) {
		display: none;
	}
}

/********************************************
タブレット
*********************************************/
@media screen and (min-width:768px){
	/*商品詳細*/
	.product_title {
		font-family: 'Yu Gothic','游ゴシック','ヒラギノ角ゴシック','Hiragino Sans','メイリオ', Meiryo,"TBUD丸ゴシック R",sans-serif;	
	}
	.product_title h2 {
		font-size: 1.8rem;
	}
	.product_title.pc {
		display: block;
	}
	.product_title.sp {
		display: none;
	}
	.product_title h2 {
		display: inline-block;
		text-align: left;
	}
	.product_title p.product_price {
		margin: 10px 0 0 0;
		text-align: left;
		font-size: 2.0em;
		font-weight: bold;
	}
	.product_title p.product_price_sale {
		margin: 10px 0;
		text-align: left;
		font-weight: bold;
	}
	.product_title p.product_fixed_price {
		margin: 10px 0;
		text-align: left;
		color: #AFAFAF;
		font-weight: normal;
	}
	.product_title p.product_point {
		margin: 5px 0;
		text-align: left;
	}
	.product_title p.product_no {
		margin: 10px 0;
		text-align: left;
		font-weight: normal;
	}
	/*商品スライダー*/
	#detail_wrap {
		margin-top: 30px;
		display: flex;
		justify-content: space-between;
		flex-wrap: nowrap;
	}
	#detail_wrap #product_slide {
		width: 50%;
	}
	#detail_wrap .slick-dots {
		bottom:inherit;
		display: flex;
		justify-content: left;
		/* 追加 */
		flex-wrap: wrap;
		gap: 8px;
		margin: 0 auto;
		padding: 10px 0;
		position: relative;
	}
	#detail_wrap .slick-dots li {
		list-style: none;
		display: inline-block;
		width: 80px;
		height: 80px;
		margin: 5px;
		background: #000;
	}

	#detail_wrap #product_detail {
		width: 50%;
		padding-left: 20px;
		box-sizing: border-box;
	}
	
	/*商品カラー*/
	#product_color {
		margin: 30px 0px;
	}

	/*サイズ*/
	#product_size .container {
		width: 16%;
	}
	#product_size .container:nth-last-child(-n+3) {
		display: block;
	}
	#product_size .container:nth-last-child(-n+2) {
		display: none;
	}
}

/********************************************
PC
*********************************************/
@media print, screen and (min-width: 980px) {
	h3 {
		font-size: 1.6rem;
	}
	/*パンくず*/
	#bread_crump_wrap {
		margin-top: 70px;
	}
	#bread_crump_wrap ul {
		width: 960px;
		margin: 0 auto;
	}
	
	/*商品詳細*/
	#detail_wrap {
		width: 960px;
		margin: 0 auto;
		margin-top: 30px;
	}
	
	/*商品スライダー*/
	#detail_wrap #product_slide {
		padding-bottom: 70px;
		padding-right: 20px;
	}
	
	/*サイズ*/
	#product_size .container {
		width: 15%;
		margin-bottom: 10px;
	}
	
	/*最近チェックした商品*/
	#last_check_wrap {
		width: 960px;
		margin: 0 auto;
		margin-top:30px;
		margin-bottom:30px;
	}
	
	/*btn_go_list*/
	.btn_go_list {
		margin: 80px 0 25px;
		text-align: center;
		position: relative;
	}
	.btn_go_list a {
		display: inline-block;
		padding: 10px 60px;
		color: #FFF;
		background: #000;
		position: relative;
		border: 1px solid #000;
		z-index: 1;
	}
	.btn_go_list a:before {
		content: "";
		background: #fff;
		position: absolute;
		top: 0;
		left: 0;
		content: '';
		width: 100%;
		height: 100%;
		transform: scale(0, 1);
		transform-origin: right top;
		transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
		z-index: -1;
	}
	.btn_go_list a:after {
		content: "";
		display: block;
		position: absolute;
		width: 5px;
		height: 5px;
		top:0;
		left: 10px;
		bottom: 0;
		margin: auto;
		border-left: 1px solid #FFF;
		border-bottom: 1px solid #FFF;
		transform: rotate(45deg);
	}
	.btn_go_list a:hover {
		color: #000;
	}
	.btn_go_list a:hover:before {
		transform: scale(1, 1);
	}
	.btn_go_list a:hover:after {
		border-left: 1px solid #000;
		border-bottom: 1px solid #000;
	}
}

/********************************************
タブレット　ランドスケープ
*********************************************/
@media only screen and (min-width: 1024px) {

}

/********************************************
PC
*********************************************/
@media only screen and (min-width: 1051px) {

}

/********************************************
PC
*********************************************/
@media only screen and (min-width: 1100px) {
	/*パンくず*/
	#bread_crump_wrap ul {
		width: 1080px;
		margin: 0 auto;
	}
	
	/*商品詳細*/
	#detail_wrap {
		width: 1080px;
	}
	
	/*商品スライダー*/
	#detail_wrap #product_slide {
		padding-right: 30px;
	}
	
	#detail_wrap #product_detail {
		padding-left: 30px;
	}
	
	/*サイズ*/
	#product_size .container {
		width: 13%;
	}
	
	/*最近チェックした商品*/
	#last_check_wrap {
		width: 1080px;
	}
}

/********************************************
PC
*********************************************/
@media only screen and (min-width: 1280px) {

}

/********************************************
PC
*********************************************/
@media only screen and (min-width: 1300px) {

}

/********************************************
PC
*********************************************/
@media only screen and (min-width: 1400px) {
	
}</pre></body></html>