@charset "UTF-8";

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	color: #000000;
}

p:not(:last-child) {
	margin-bottom: 1em;
}

a:link {
	color: #1a77c5;
	text-decoration: underline;
}

a:hover {
	color: #3399CC;
	text-decoration: none;
}

img {
	max-width: 100%;
	width: auto;
	height: auto;
	zoom: 0.5;
}


/*----------------------------------------
■レイアウト
----------------------------------------*/
section>.inner {
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
}

header {
	background-color: #161616;
	text-align: center;
}

header .inner {
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
}

header .inner .title a:link,
header .inner .title a:visited {
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}


footer {
	margin-top: 30px;
	background-color: #161616;

}

footer .inner {
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
	font-size: 14px;
	padding: 10px;
	color: #fff;
	font-weight: bold;
	text-align: center;
}




/*----------------------------------------
■汎用クラス
----------------------------------------*/
.loading {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, .5);
	background-image: url(/img/loading.gif);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center center;
	background-size: 30px;
	z-index: 1;
}

.hide {
	display: none;
}

/*----------------------------------------
■トップ
----------------------------------------*/
.visual {
	background-image: url(/img/visual_pc.jpg);
	background-repeat: no-repeat;
	background-size: contain;
	padding-top: 21.9619%;
	position: relative;
	margin-bottom: 30px;
}

.visual>.inner {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	color: #fff;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 14px;
	line-height: 130%;
}

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

.indexes .boxes .box {
	background-color: #fff;
	border: 1px solid #dddddd;
	padding: 20px;
	position: relative;
	width: 48%;
	margin-bottom: 15px;
}

.indexes .boxes .box .img {
	margin-bottom: 10px;
}

.indexes .boxes .box .item_name {
	margin-bottom: 10px;
	line-height: 130%;
	letter-spacing: 0.06em;
	font-weight: bold;
}

.indexes .boxes .box a:link,
.indexes .boxes .box a:visited {
	position: absolute;
	width: 100%;
	height: 100%;
	display: block;
	text-indent: -9999px;
	line-height: 0;
	top: 0;
	bottom: 0;
	left: 0;
}


/*----------------------------------------
■詳細
----------------------------------------*/
.item {
	position: relative;
}


.item .box {
	background-color: #fff;
	border: 1px solid #dddddd;
	padding: 20px;

}

.item .box .img {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}


.item .box .img .main {
	width: 100%;
}

.item .box .img .thumb {
	width: 23%;
	padding: 10px;
	border: 1px solid #bbbbbb;
	margin-right: 5px;
	cursor: pointer;
}

.item .box .img .thumb:last-child {
	margin-right: 0px;
}

.item .box .img .thumb:last-child {
	margin-right: 0;
}

.item .box .item_name {
	grid-column: 2/3;

	margin-bottom: 15px;
	font-size: 24px;
	font-weight: bold;
	padding-top: 10px;
	line-height: 120%;
}

.item .box .text {
	grid-column: 2/3;

	margin-bottom: 20px;
	line-height: 140%;
}

.item .box .price {
	grid-column: 2/3;
	margin-bottom: 20px;
}

.item .box .select_spec {
	grid-column: 2/3;
	margin-bottom: 20px;
}

.item .box .select_spec .color,
.item .box .select_spec .size {
	width: 100%;


}

.item .box .select_spec .color .label,
.item .box .select_spec .size .label {
	display: block;
	font-weight: bold;
	margin-bottom: 5px;
}

.item .box .select_spec .color .name,
.item .box .select_spec .size .name {
	display: flex;
	background-color: #f2f2f2;
	padding: 10px;
	align-items: center;
}

.item .box .select_spec .color .name:after,
.item .box .select_spec .size .name:after {
	content: "\f078";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-left: auto;
}

.item .box .select_spec .color .name .color_code {
	text-indent: -9999px;
	position: relative;
	width: 1em;
	height: 1em;
	margin-right: 5px;
	border-radius: 50%;
}

.item .box .input_quantity {
	grid-column: 2/3;
	margin-bottom: 20px;
}

.item .box .cart {
	grid-column: 2/3;
}

.item .box .cart button {
	display: block;
	width: 300px;
	padding: 15px;
	color: #fff;
	background-color: #ff0000;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	font-size: 18px;
	border: none;
	cursor: pointer;
}



/*カラーリスト・サイズリスト*/
body.color_open .color_lists_wrap,
body.size_open .size_lists_wrap {
	display: block;
}

.color_lists_wrap,
.size_lists_wrap {
	display: none;
	width: 80%;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	margin: auto;
	background-color: rgb(255, 255, 255, 0.9);
	padding: 10px;
	border: 1px solid #8d8d8d;
	z-index: 1;
	height: 70%;
}

.color_lists_wrap .title,
.size_lists_wrap .title {
	font-weight: bold;
	text-align: center;
	font-size: 16px;
	margin-bottom: 20px;
}

.color_lists_wrap .color_lists,
.size_lists_wrap .size_lists {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	overflow: scroll;
	height: 400px;
}

.color_lists_wrap .color_lists li,
.size_lists_wrap .size_lists li {
	padding: 10px;
	position: relative;
	display: flex;
	background-color: #fff;
	border: 1px solid #000;
	width: 100%;
	margin-bottom: 10px;
	font-size: 14px;
	align-items: center;
}

.color_lists_wrap .color_lists li .color_code {
	text-indent: -9999px;
	position: relative;
	width: 1em;
	height: 1em;
	margin-right: 5px;
	border-radius: 50%;
}

.color_lists_wrap .close,
.size_lists_wrap .close {
	position: absolute;
	right: -0.5em;
	top: -0.5em;
	font-size: 2em;
	background-color: #fff;
	border: 2px solid #fff;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
}