@charset "utf-8";

/* ====================
reset
==================== */
.sc-container {
	background: #FFF;
}

.sc-container,
.sc-container div, .sc-container dl, .sc-container dt, .sc-container dd,
.sc-container ul, .sc-container ol, .sc-container li,
.sc-container h1, .sc-container h2, .sc-container h3, .sc-container h4, .sc-container h5, .sc-container h6,
.sc-container textarea, .sc-container p, .sc-container th, .sc-container td {
	margin: 0;
	padding: 0;
}

.sc-container table {
	border-collapse: collapse;
	border-spacing: 0;
}

.sc-container img {
	border: 0;
}

.sc-container em,
.sc-container strong,
.sc-container th {
	font-style: normal;
	font-weight: normal;
}

.sc-container li {
	list-style: none;
}

.sc-container th {
	text-align: left;
}

.sc-container h1,
.sc-container h2,
.sc-container h3,
.sc-container h4,
.sc-container h5,
.sc-container h6 {
	font-size: 100%;
	font-weight: normal;
	border: none;
}

.sc-container a {
	text-decoration: none;
}

/* ====================
***
==================== */
.sc-container {
	width: 1180px;
	margin: 0 auto;
	padding: 60px 0;
	color: #555;
	font-size: 14px;
	font-family: "Yu Gothic Medium", "Yu Gothic", sans-serif;
	line-height: 140%;
}

.sc-container strong {
	font-weight: bold;
}

#page-top a {
	background: url(../img/btn_pagetop.png) left top;
	width: 100px;
	height: 100px;
	display: block;
	-webkit-transition: .4s;
	transition: .4s;
}

#page-top a:hover {
	opacity: 0.9;
}


/* ====================
keyv-area
==================== */
.sc-container .keyv-area {
    padding: 0 0 70px;
}

.sc-container .keyv {
	margin: 0 auto 36px;
}

.sc-container h1 {
	margin: 0 0 19px;
	font-weight: 700;
	font-size: 28px;
	line-height: 1.57;
	text-align: center;
}

.sc-container .text {
	font-size: 16px;
	line-height: 2.125;
	text-align: center;
}

/* cp-area */
.sc-container .cp-area {
	text-align: center;
	margin-top: 60px;
}

.sc-container .cp-tit {
	margin: 0 0 19px;
	font-size: 24px;
	font-weight: bold;
	color: #e4362d;
}


/* ====================
nav-area
==================== */
.sc-container .nav-area {
    width: 950px;
    margin: 0 auto 68px;
}

.sc-container .nav-list {
	width: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
}

.sc-container .nav-list-item {
    width: 230px;
    margin: 0 0 10px 10px;
}

.sc-container .nav-list-item:nth-child(4n+1) {
	margin-left: 0;
}

.sc-container .nav-list-link {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 60px;
    padding: 2px 30px 0 15px;
    border: 2px solid #dddddd;
    border-radius: 5px;
    box-sizing: border-box;
    color: #555555;
    font-size: 15px;
    text-align: left;
    line-height: 1.46;
    transition: all 0.3s ease;
}

.sc-container .nav-list-link::before {
    display: block;
    position: absolute;
    top: calc(50% - 6px);
    right: 17px;
    width: 6px;
    height: 6px;
    border-right: 2px solid #777777;
    border-top: 2px solid #777777;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    content: "";
}

.sc-container .nav-list-link span {
	display: block;
	width: 100%;
	position: relative;
	z-index: 2;
}

.sc-container .nav-list-link:hover {
    opacity: 1;
    background: #eeeeee;
}


/* ====================
section > sc-itemlist-wrap
==================== */
.sc-container .section {
	padding: 40px 0 0;
}

.sc-container .itemlist-title {
	margin: 0 0 40px;
	padding: 0 1em 0.73em;
	border-bottom: 4px solid #ddd;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.2;
	text-align: center;
}

.sc-container .itemlist-lead {
	font-size: 16px;
	line-height: 2.125;
	text-align: center;
	margin: -10px 0 60px;
}

.sc-container .sc-itemlist {
	font-size: 0;
}

.sc-container .sc-itemlist .list {
	display: inline-block;
	width: 180px;
	margin: 0 20px 40px 0;
	vertical-align: top;
}

.sc-container .sc-itemlist .list:nth-child(6n) {
	margin-right: 0;
}

.sc-container .sc-itemlist .thumb {
	position: relative;
}

.sc-container .sc-itemlist .thumb .image-goods {
	width: 100%;
	height: auto;
	margin-bottom: 42px;
}

.sc-container .sc-itemlist .item-name {
	position: relative;
	display: block;
	height: 3em;
	margin-bottom: 10px;
	padding-right: 1em;
	background: #fff;
	line-height: 1.5;
	color: #777;
	font-size: 12px;
/*	text-align: justify;
	text-justify: inter-ideograph;*/
	overflow: hidden;
}

.sc-container .sc-itemlist .item-name:before {
	content: "...";
	display: inline-block;
	position: absolute;
	right: 0;
	bottom: 0;
	width: 1em;
}

.sc-container .sc-itemlist .item-name:after {
	content: "";
	position: relative;
	right: -1em;
	float: right;
	width: 1em;
	height: 100%;
	margin-left: -1em;
	background: inherit;
	background: #fff;
}

@supports (-webkit-line-clamp:2) {
	.sc-container .sc-itemlist .item-name {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	padding-right: 0;
	}
	.sc-container .sc-itemlist .item-name:before,
	.sc-container .sc-itemlist .item-name:after {
	display: none;
	}
}

/* for safari */
_::-webkit-full-page-media, _:future, :root .sc-container .sc-itemlist .item-name {
	position: relative;
	height: 3em;
	padding-right: 1em;
	background: #fff;
	line-height: 1.5;
	text-overflow:unset;
	-webkit-box-orient: unset;
	-webkit-line-clamp: unset;
	overflow: hidden;
}
_::-webkit-full-page-media, _:future, :root .sc-container .sc-itemlist .item-name:before {
	content: "...";
	display: inline-block;
	position: absolute;
	right: 0;
	bottom: 0;
	width: 1em;
}
_::-webkit-full-page-media, _:future, :root .sc-container .sc-itemlist .item-name:after {
	content: "";
	position: relative;
	right: -1em;
	float: right;
	width: 1em;
	height: 100%;
	margin-left: -1em;
	background: inherit;
	background: #fff;
}

.sc-container .list-link {
	color: #777;
}

.sc-container .list-link:hover,
.sc-container .list-link:hover .item-name,
.sc-container .list-link:active .item-name {
	opacity: 0.8;
	text-decoration: none;
}

.sc-container .sc-itemlist .item-price {
	position: relative;
	font-size: 18px;
	font-weight: bold;
}

.sc-container .sc-itemlist .item-price span {
	position: absolute;
	bottom: 0;
	font-size: 12px;
}

/* ====================
カラム数別指定
==================== */
/* col4 */
.sc-container .sc-itemlist.col4 .list {
	display: inline-block;
	width: 280px;
	margin: 0 20px 40px 0;
	vertical-align: top;
}

.sc-container .sc-itemlist.col4 .list:nth-child(4n) {
	margin-right: 0;
}

.sc-container .sc-itemlist.col4 .itemimg {
	display: table;
	width: 280px;
	height: 280px;
	margin-bottom: 42px;
}

.sc-container .sc-itemlist.col4 .imgwrap-178 {
	width: 278px;
	height: 280px;
	display: block;
	position: relative;
	overflow: hidden;
}

/* icon */
.sc-container .sc-itemlist.col4 .icon-wrapper {
	position: absolute;
	top: 295px;
}

/* ====================
button
==================== */
/* 最下部 もっと見るボタン */
.sc-container .btn-more {
	position: relative;
	width: 420px;
	height: 70px;
	margin: 40px auto;
	background: #444;
	border-radius: 35px;
	text-align: center;
	line-height: 70px;
}

.sc-container .btn-more .btn-link {
	display: block;
	border-radius: 35px;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.sc-container .btn-more span {
	display: inline-block;
	position: relative;
	margin-left: -30px;
	padding-top: 1px;
}

.sc-container .btn-more span::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 3px;
	margin: auto -30px auto 0;
	right: 0;
	width: 0.4em;
	height: 0.4em;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.sc-container .btn-more .btn-link:hover {
	opacity: 1;
	background: #777;
}

/* ブランド誘導ボタン */
.sc-container .btn-brand {
	display: block;
	margin: 10px auto 70px;
	text-align: center;
	position: relative;
	width: 410px;
	height: 58px;
	background: #444;
	border-radius: 999px;
	color: #fff;
	font-size: 16px;
	line-height: 58px;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.sc-container .btn-brand::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 30px;
	margin: auto;
	width: 0.4em;
	height: 0.4em;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.sc-container .btn-brand:hover {
	opacity: 1;
	background: #777;
}

.sc-container .btn-wrapper + .btn-wrapper {
	margin-top: -40px;
}

/* icon */
.sc-container .sc-itemlist .icon-wrapper {
	position: absolute;
	top: 195px;
}

.sc-container .sc-itemlist .icon {
	display: inline-block;
	padding: 4px 10px;
	border-radius: 2px;
	color: #fff;
	font-size: 10px;
	line-height: 1;
	z-index: 2;
}

.sc-container .sc-itemlist .icon:first-child {
	margin-right: 10px;
}

.sc-container .sc-itemlist .icon-limited{ background: #323a59; }
.sc-container .sc-itemlist .icon-order { background: #323a59; }
.sc-container .sc-itemlist .icon-mens { background: #53c1e6; }
.sc-container .sc-itemlist .icon-ladies{ background: #ff9c9c; }

.sc-container .sc-itemlist .icon-unisex{
	box-sizing: border-box;
	padding: 3px 10px;
	border: 1px solid #323a59;
	color: #323a59;
}




/* ====================
スクロール
==================== */
.fadein{opacity:0;transform:translateY(40px)}
.fadein.scrollin{opacity:1;transition: 1s ease;transform:none}