@charset "utf-8";

/* ====================
reset
==================== */
.sc-container {
	background: #ffffff;
}

.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 80px;
    text-align: center;
}

.sc-container .keyv {
    margin: 0 auto 20px;
}

.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;
}


/* ====================
slider
==================== */
.sc-container .slide-desc {
	width: 100%;
	height: 530px;
	margin: -10px auto 60px;
	padding: 50px 0;
	background: #f5f5f5;
}

.sc-container .slider {
	width: 1180px;
	height: 393px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.sc-container .slider .itemimage {
	width: 393px;
	height: 393px;
	margin: 0 auto;
	color: transparent;
	outline: none;
	border: none;
}
.sc-container .slider .itemimage a:active,
.sc-container .slider .itemimage a:hover,
.sc-container .slider .itemimage a:focus {
	color: transparent;
	outline: none;
}

.sc-container .slider li img {
	width: 393px;
	height: 393px;
}

.slide-arrow.prev-arrow,
.slide-arrow.next-arrow {
	width: 393px;
	height: 393px;
	background: rgba(0,0,0,.42);
	position: absolute;
	z-index: 2;
}

.slide-arrow.prev-arrow {
	left: 0;
}

.slide-arrow.prev-arrow:before {
	width: 60px;
	height: 80px;
	content: "";
	background-image: url(../img/btn_prev_pc.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 0 center;
	position: absolute;
	right: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.slide-arrow.next-arrow {
	top: 0;
	right: 0;
}

.slide-arrow.next-arrow:before {
	width: 60px;
	height: 80px;
	content: "";
	background-image: url(../img/btn_next_pc.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 0 center;
	position: absolute;
	left: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}


/* Dots */
.sc-container .slick-dots {
	position: absolute;
	bottom: -38px;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 0;
	font-size: 15px;
	text-align: center;
}

.sc-container .slick-dots li {
	position: static;
	width: 10px;
	height: 10px;
	background: #d9d9d9;
	border-radius: 50%;
	margin: 0 .4em;
	display: inline-block;
	cursor: pointer;
}

.sc-container .slick-dots li button {
	position: relative;
	border: 0;
	background: transparent;
	display: block;
	height: 10px;
	width: 10px;
	outline: none;
	line-height: 0;
	font-size: 0;
	color: transparent;
	padding: 0;
	cursor: pointer;
}

.sc-container .slick-dots li button:hover,
.sc-container .slick-dots li button:focus {
	outline: none;
}

.sc-container .slick-dots li button:hover:before,
.sc-container .slick-dots li button:focus:before {
	opacity: 1;
}

.sc-container .slick-dots li button:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 10px;
	height: 10px;
	content: "";
	border-radius: 50%;
	text-align: center;
	opacity: .25;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background: transparent;
}

.sc-container .slick-dots li.slick-active button:before {
	opacity: .75;
	background: #f4d723;
}


/* ====================
section > sc-itemlist-wrap
==================== */
.sc-container .section {
	margin: 0 auto 40px;
}

.sc-container .section-image {
	margin: 0 auto 10px;
	padding-top: 40px;
	text-align: center;
	width: 1180px;
	height: 600px;
	position: relative;
	overflow: hidden;
}

.sc-container .section-image::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 386px;
    background-color: #f4d722;
    transform: rotate(-10deg);
    transform-origin: bottom left;
}

.sc-container .section-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 .section-lead {
	width: 1180px;
	margin: 0 auto 70px;
	font-size: 16px;
	line-height: 1.875;
	text-align: center;
}

.sc-container .section-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: #ffffff;
	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-astron .sc-itemlist .item-name,
.sc-container #sc-prospex .sc-itemlist .item-name {
	height: 3em;
}

.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: #ffffff;
}

@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;
	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: #5a5a5a; }
.sc-container .sc-itemlist .icon-mens { background: #152244; }
.sc-container .sc-itemlist .icon-ladies { background: #ff9c9c; }
.sc-container .sc-itemlist .icon-solar { background: #35a370; }
.sc-container .sc-itemlist .icon-radiosolar { background: #008ac9; }
.sc-container .sc-itemlist .icon-mechanical  { background: #666666; }
.sc-container .sc-itemlist .icon-gps{ background: #323a59; }

.sc-container .sc-itemlist .icon-unisex {
	box-sizing: border-box;
	padding: 3px 10px;
	border: 1px solid #323a59;
	color: #323a59;
}

/* col3 */
.sc-container .sc-itemlist.col3 {
	font-size: 0;
	width: 880px;
	margin: 0 auto;
}

.sc-container .sc-itemlist.col3 .list:nth-child(3n) {
	margin-right: 0;
}


/* ====================
button
==================== */
.sc-container .btn-area {
	width: 100%;
	margin: 40px auto 80px;
	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: #f6e36d;
	-webkit-transition: .5s;
	transition: .5s;
}


/* ====================
スクロール
==================== */
.fadein {opacity:0;-webkit-transform:translateY(40px);transform:translateY(40px)}
.fade-title {opacity:0;-webkit-transform:translateY(80px);transform:translateY(80px)}
.fade-man {opacity:0}
.fade-text {opacity:0;-webkit-transform:translateY(80px);transform:translateY(80px)}


.fadein.scrollin,
.fade-title.scrollin {opacity:1;-webkit-transition:.7s .2s ease;transition:.7s .2s ease;-webkit-transform:none;transform:none}
.fade-man.scrollin {opacity:1;-webkit-transition:.9s .7s ease;transition:.9s .7s ease}
.fade-text.scrollin {opacity:1;-webkit-transition:.7s .9s ease;transition:.7s .9s ease;-webkit-transform:none;transform:none}
.fade-background.scrollin::before {width:calc(100% + 100px);-webkit-transition:.6s ease-in;transition:.6s ease-in;}
