@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 a, .sc-container span {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

.sc-container table {
	border-collapse: collapse;
	border-spacing: 0;
}

.sc-container img {
	border: 0;
}

.sc-container a:hover img,
.sc-container a:active img,
.sc-container a:visited img {
	border: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	filter: blur(0);
	-webkit-filter: blur(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 button{
	background-color: transparent;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	appearance: none;
}


/* ====================
***
==================== */
.sc-container {
	width: 100%;
	margin: 0 auto 120px;
	padding: 60px 0 0;
	color: #555555;
	font-size: 14px;
	font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "Meiryo", "MS PGothic", Arial, Helvetica, Verdana, 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;
}


/* ====================
breadbrumb
==================== */
.breadcrumb_ {
	width: 1180px;
	margin: 0 auto;
	padding-top: 20px;
}

.breadcrumb_ ul {
	font-size: 0;
	padding: 0;
}

.breadcrumb_ ul li {
	display: inline-block;
	color: #848484;
	font-size: 10px;
	font-family: "Hiragino Kaku Gothic Pro", "Meiryo", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
}

.breadcrumb_ ul li a {
	color: #848484;
	text-decoration: underline;
	display: block;
	position: relative;
	padding-right: 25px;
}

.breadcrumb_ ul li a:after {
	content: "";
	display: block;
	width: 4px;
	height: 4px;
	border-top: 1px solid #848484;
	border-right: 1px solid #848484;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	right: 12px;
	top: 50%;
	margin-top: -3px;
}

/* ====================
keyv-area
==================== */
.sc-container .keyv-area {
	width: 100%;
    margin: 0 auto 120px;
    text-align: center;
}

.sc-container .keyv {
    margin: 0 auto 20px;
	width: 1180px;
	height: 650px;
	background: url("../img/keyv_bg_pc.jpg") no-repeat;
	background-size: contain;
}

.sc-container .keyv-title {
    width: 1180px;
    margin: 0 auto 20px;
    color: #000000;
    font-weight: bold;
    font-size: 24px;
    line-height: 1.4;
    text-align: center;
}

.sc-container .text {
    margin: 0 auto;
    font-size: 16px;
    line-height: 1.875;
    text-align: center;
}


/* ====================
section > sc-itemlist-wrap
==================== */
.sc-container .section {
	margin: 0 auto 80px;
}

.sc-container .sec-image {
	margin: 0 auto 10px;
	text-align: center;
	width: 1180px;
	height: 600px;
	background: url("../img/sec-img-bg_pc.jpg") no-repeat;
	background-size: contain;
	position: relative;
}

.sc-container .sec-image img {
	position: absolute;
	top: 0;
	left: 0;
}

.sc-container .itemlist-title {
	width: 1180px;
	margin: 0 auto 24px;
	font-size: 21px;
	line-height: 1.4;
	text-align: center;
}

.sc-container .itemlist-title span {
	display: inline-block;
	margin: -10px 0 0 .5em;
	font-size: 0.77em;
	vertical-align: middle;
}

.sc-container .sub-tit {
	text-align: center;
}

.sc-container .sec-lead {
	width: 1180px;
	margin: 0 auto 70px;
	font-size: 16px;
	line-height: 1.875;
	text-align: center;
}

.sc-container .sec-lead .note {
	font-size: 14px;
}

.sc-container .itemlist-desc {
	width: 1180px;
	color: #000000;
	margin: 0 auto 40px;
	font-size: 16px;
	line-height: 2;
	text-align: center;
}

.sc-container .sc-itemlist {
	font-size: 0;
	width: 1180px;
	margin: 0 auto;
}

.sc-container .sc-itemlist .list {
	display: inline-block;
	width: 280px;
	margin: 0 20px 40px 0;
	vertical-align: top;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.sc-container .sc-itemlist .list:nth-child(4n) {
	margin-right: 0;
}

.sc-container .sc-itemlist .thumb {
	position: relative;
}

.sc-container .sc-itemlist a:hover {
	opacity: 1;
}


.sc-container .sc-itemlist .itemimage {
	display: table;
	width: 280px;
	height: 280px;
	margin-bottom: 42px;
	-webkit-transition: .5s;
	transition: .5s;
}

.sc-container .sc-itemlist .itemimage:hover {
	-webkit-transform: scale(1.04, 1.04) rotate(0.0001deg);
	transform: scale(1.04, 1.04) rotate(0.0001deg);
	opacity: 1;
}

.sc-container .sc-itemlist .itemimage span {
	display: table-cell;
	vertical-align: middle;
}

.sc-container .sc-itemlist .thumb .image-goods {
	width: 100%;
	height: auto;
}



.sc-container .sc-itemlist .item-name {
	position: relative;
	display: block;
	height: 4.5em;
	margin-bottom: 10px;
	padding-right: 1em;
	background: #fff;
	line-height: 1.5;
	color: #222222;
	font-size: 14px;
/*	text-align: justify;
	text-justify: inter-ideograph;*/
	overflow: hidden;
	-webkit-transition: .5s;
	transition: .5s;
}

.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:3) {
	.sc-container .sc-itemlist .item-name {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	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: 4.5em;
	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;
	-webkit-transition: .5s;
	transition: .5s;
}

.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: 20px;
	font-weight: bold;
	color: #222222;
}

.sc-container .sc-itemlist .item-price span {
	position: absolute;
	margin: 0 0 0 .5em;
	bottom: 0;
	font-size: 14px;
}

/* icon */
.sc-container .sc-itemlist .icon-wrap {
	position: absolute;
	top: 295px;
}

.sc-container .sc-itemlist .icon {
	display: inline-block;
    height: 19px;
    border-radius: 2px;
    color: #fff;
    font-size: 10px;
    line-height: 19px;
    text-align: center;
    z-index: 2;
    padding: 0 5px;
    margin-right: 6px;
}

.sc-container .sc-itemlist .icon-limited{ background: #c91d1d; }
.sc-container .sc-itemlist .icon-order { background: #5a5a5a; }
.sc-container .sc-itemlist .icon-mens { background: #152244; }
.sc-container .sc-itemlist .icon-ladies{ background: #ff9c9c; }
.sc-container .sc-itemlist .icon-radiosolar { background: #008ac9; }
.sc-container .sc-itemlist .icon-mechanical  { background: #666666; }

.sc-container .sc-itemlist .icon-unisex{
	box-sizing: border-box;
	width: auto;
	padding: 0 10px;
	border: 1px solid #323a59;
	color: #323a59;
}

.sc-container .sc-itemlist .thumb-icon-wrap {
	position: absolute;
	top: 0;
	left: 0;
	width: 91px;
	height: 188px;
	z-index: 3;
}

.sc-container .sc-itemlist .thumb-icon {
	display: block;
	width: 100%;
	height: 25px;
	margin: 0 0 3px;
}

.sc-container .sc-itemlist .thumb-icon img {
	width: 100%;
	height: auto;
	backface-visibility: hidden;
}


/* ====================
button
==================== */
.sc-container .btn-area {
	width: 100%;
	margin: 40px auto 120px;
	text-align: center;
}

.sc-container .btn-area .btn {
	display: block;
	width: 370px;
	margin: 0 auto;
	text-align: center;
	background-color: #e9e9e9;
	height: 55px;
	line-height: 55px;
	border-radius: 55px;
	font-size: 18px;
}

.sc-container .btn-area .btn:hover {
	opacity: 1;
	background-color: #ace5f7;
	-webkit-transition: .5s;
	transition: .5s;
}


/* nolink */
/*.sc-container .link-list li#vol2::before {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 2;
	background-color: rgba(70,70,70,.6)
}*/




/* ====================
スクロール
==================== */
.fadein{opacity:0;-webkit-transform:translateY(40px);transform:translateY(40px)}
.fade-tit{opacity:0;-webkit-transform:translateY(80px);transform:translateY(80px)}
.fade-man{opacity:0}
.fade-left{opacity:0;-webkit-transform:translateX(40px);transform:translateX(40px)}
.fade-right{opacity:0;-webkit-transform:translateX(-40px);transform:translateX(-40px)}

.fadein.scrollin,.fade-tit.scrollin{opacity:1;-webkit-transition:.5s ease;transition:.5s ease;-webkit-transform:none;transform:none}
.fade-man.scrollin{opacity:1;-webkit-transition:.6s .5s ease;transition:.6s .5s ease}
.fade-left.scrollin{opacity:1;-webkit-transition:.5s .7s ease;transition:.5s .7s ease;-webkit-transform:none;transform:none}
.fade-right.scrollin{opacity:1;-webkit-transition:.5s .5s ease;transition:.5s .5s ease;-webkit-transform:none;transform:none}

