@charset "utf-8";

/* ====================
reset
==================== */
.sc-container {
	background: #eeeeee;
}

.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 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 a:hover[href] img {
	opacity: 0.8;
}


/* ====================
***
==================== */
body {
	background-color: #ffffff;
}

.sc-container {
	position: relative;
	z-index: 5;
	background-color: transparent;
	width: 100%;
	margin: 0 auto;
	padding: 60px 0 0;
	color: #000000;
	font-size: 14px;
	font-family: "Noto Sans JP", sans-serif;
	line-height: 1.5;
	overflow: hidden;
}

.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-wrap {
	z-index: 2;
	position: relative;
}


/* ====================
keyv-area
==================== */
.sc-container .keyv-area {
	width: 1180px;
	margin: 0 auto 87px;
	padding: 0;
}

.sc-container .keyv {
	position: relative;
	margin: 0 auto 42px;
}

.sc-container .keyv-title {
	margin: 0 0 24px;
	font-weight: 700;
	font-size: 28px;
	line-height: 1.57;
	text-align: center;
}

.sc-container .text {
	font-size: 16px;
	line-height: 2;
	text-align: center;
}

/* keyv-movie */
.sc-container .keyv-movie-wrapper {
	display: flex;
	justify-content: space-between;
	overflow: hidden;
	height: 570px;
	margin: 0 auto 42px;
}
.sc-container .keyv-movie {
	position: relative;
	width: 590px;
}
.sc-container .keyv-movie::after {
	position: absolute;
	top: 0;
	right: -1px;
	z-index: 1;
	background: #d2cac7;
	width: 1px;
	height: 100%;
	content: "";
}


/* ====================
	contents
==================== */
.sc-container .contents {
	width: 550px;
	margin: 0 auto;
	padding: 39px 75px;
	border: 1px solid #000000;
	position: relative;
	box-sizing: border-box;
}
.sc-container .contents-title {
	display: inline-block;
	background: #ffffff;
	width: 200px;
	height: 30px;
	line-height: 30px;
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	color: #000000;
	letter-spacing: 0.2em;
	position: absolute;
	top: -15px;
	left: calc(50% - 100px);
}
.sc-container .contents-list-item {
	height: 57px;
	border-bottom: 1px solid #000000;
}
.sc-container .contents-list-item:last-child {
	border-bottom: none;
}
.sc-container .contents-list-link {
	display: flex;
	align-items: center;
	width: 100%;
	height: 100%;
	position: relative;
	padding-left: 42px;
	color: #000000;
	font-size: 18px;
	box-sizing: border-box;
}
.sc-container .contents-list-link::before {
	content: "";
	display: block;
	position: absolute;
	width: 8px;
	height: 8px;
	border: 1px solid #000000;
	top: calc(50% - 4px);
	left: 19px;
	transition: background-color 0.5s ease;
}
.sc-container .contents-list-link:hover {
	opacity: 1;
}
.sc-container .contents-list-link:hover::before {
	background-color: #000000;
}


/* ====================
	¤Ę
==================== */
.sc-container .section-title {
	width: 1130px;
	margin: 0 auto 31px;
	text-align: center;
	position: relative;
}
.sc-container .section-title::after {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 1px;
	background: #000000;
	top: 50%;
	left: 0;
}
.sc-container .section-title .title-inner {
	display: block;
	width: 490px;
	margin: 0 auto;
	font-size: 28px;
	font-weight: bold;
	letter-spacing: 0.02em;
	text-align: center;
	background: #ffffff;
	border-left: 3px solid #000000;
	border-right: 3px solid #000000;
	position: relative;
	z-index: 1;
}
.sc-container .lineup .section-title .title-inner {
	width: 657px;
}
.sc-container .section-title .title-inner > span {
	display: block;
	margin: 2px auto 0;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.04em;
	text-align: center;
}


/* ====================
	reason
==================== */
.sc-container .section.reason {
	padding: 140px 0 0;
}


/* ====================
	point
==================== */
.sc-container .section.point {
	padding: 132px 0 0;
}
.sc-container .point-list {
	width: 1070px;
	margin: 41px auto 0;
	display: flex;
	justify-content: space-between;
}
.sc-container .point-list-item {
	width: 330px;
	margin: 0;
}
.sc-container .point-image {
	margin: 0 0 22px;
}
.sc-container .point-image img {
	width: 330px;
}
.sc-container .point-title {
	border-bottom: 1px solid #000000;
	margin: 0 0 18px;
	padding: 0 0 17px;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}
.sc-container .point-desc {
	font-size: 16px;
	line-height: 2;
}


/* ====================
useimage-desc
==================== */
.sc-container .section#recommend {
	padding: 133px 0 0;
}
.sc-container .section#recommend .section-title {
	margin-bottom: 61px;
}
.sc-container .useimage-desc {
	width: 500px;
	height: 500px;
	overflow: hidden;
	margin: 0;
	padding: 0 15px;
	box-sizing: content-box;
}

.sc-container .slider {
	position: relative;
	width: 500px;
	height: 500px;
}

.sc-container .slider .itemimage {
	position: relative;
	width: 100%;
	background: #eeeeee;
}

.sc-container .slider li img {
	width: 100%;
	height: auto;
}

/* Arrow */
.slider .prev,
.slider .next {
	position: absolute;
	top: calc(50% - 250px);
	z-index: 1;
	width: 200px;
	height: 500px;
	border: none;
	background: none;
	font-size: 0;
	outline: none;
	cursor: pointer;
	appearance: none;
}

.slider .prev:before,
.slider .next:before {
	display: block;
	position: absolute;
	top: calc(50% - 16px);
	left: 0;
	width: 32px;
	height: 32px;
	content: "";
	opacity: 1;
}

.slider .next:before {
	left: auto;
	right: 0;
}

.slider .prev {
	left: -15px;
}

.slider .next {
	left: auto;
	right: -15px;
}

.slider .prev:before,
.useimage-list .slick-prev:before {
	background-image: url(../img/btn_prev_231110.png);
	background-position: 0 center;
	background-size: contain;
	background-repeat: no-repeat;
	background-color: #000000;
	border-radius: 50%;
}

.slider .next:before,
.useimage-list .slick-next:before {
	background-image: url(../img/btn_next_231110.png);
	background-position: 0 center;
	background-size: contain;
	background-repeat: no-repeat;
	background-color: #000000;
	border-radius: 50%;
}

/* Dots */
.slick-dotted.slick-slider {
	margin-bottom: 0;
}

.sc-container .slick-dots {
	display: block;
	list-style: none;
	position: absolute;
	bottom: 20px;
	width: 100%;
	padding: 0;
	line-height: 0;
	text-align: center;
}

.sc-container .slick-dots li {
	display: inline-block;
	opacity: 1;
	position: static;
	width: 10px;
	height: 10px;
	margin: 0 .3em;
	border-radius: 50%;
	background: #eeeeee;
	cursor: pointer;
}

.sc-container .slick-dots li:only-child {
	display: none;
}

.sc-container .slick-dots li button {
	display: block;
	position: relative;
	width: 10px;
	height: 10px;
	padding: 0;
	border: 0;
	background: transparent;
	color: transparent;
	font-size: 0;
	line-height: 0;
	outline: none;
	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 {
	opacity: 1;
	position: absolute;
	top: 0;
	left: 0;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	text-align: center;
	content: "";
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background: transparent;
}

.sc-container .slick-dots li.slick-active button:before {
	opacity: 1;
	background: #000000;
}


/* ====================
	recommend
==================== */
.sc-container .recommend {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 1115px;
	margin: 0 0 70px 25px;
}

/* .sc-container .recommend:nth-child(odd) {
	flex-direction: row-reverse;
	margin: 0 0 80px 40px;
} */

.sc-container .recommend-desc {
	width: 560px;
}

.sc-container .recommend-title {
	margin: 0 0 20px;
	font-weight: 700;
	font-size: 26px;
	line-height: 1.6;
}

.sc-container .recommend-title span {
	display: block;
	font-size: 16px;
	font-weight: 400;
}

.sc-container .recommend-text {
	margin: 0 0 27px;
	font-size: 16px;
	line-height: 2;
}

.sc-container .recommend-name {
	margin: 0 auto 4px;
	font-weight: 400;
	font-size: 14px;
	line-height: 1.7;
}

.sc-container .recommend-price {
	margin: 0 auto;
	font-weight: 700;
	font-size: 20px;
	line-height: 1;
}

.sc-container .recommend-price .yen {
	font-size: 20px;
	vertical-align: 1px;
}

.sc-container .recommend-price .tax {
	font-size: 14px;
	vertical-align: 1px;
}

/* login Recommend Price */
.sc-container .recommend-price--login-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
		-ms-flex-flow: row-reverse nowrap;
			flex-flow: row-reverse nowrap;
	-webkit-box-pack: end;
		-ms-flex-pack: end;
			justify-content: flex-end;
	-webkit-box-align: baseline;
		-ms-flex-align: baseline;
			align-items: baseline;
	margin: 0 0 20px;
}

.sc-container .recommend-price--login {
	margin-left: -0.15em;
	color: #c51927;
	font-weight: 700;
	font-size: 20px;
	line-height: 1;
}

.sc-container .recommend-price--login .yen {
	font-size: 20px;
	vertical-align: 1px;
}

.sc-container .recommend-price--login .tax {
	font-size: 14px;
	vertical-align: 1px;
}

.sc-container .recommend-price--regular {
	position: relative;
	margin-left: 0.5em;
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
}

.sc-container .recommend-price--regular::before {
	content: "";
	position: absolute;
	width: calc(100% + 0.15em);
	height: 100%;
	top: 1px;
	left: 0;
	background: linear-gradient(transparent 47%, #eeeeee 47%, #eeeeee 52%, transparent 52%);
}

.sc-container .recommend-price--regular .yen {
	font-size: 14px;
	vertical-align: 1px;
}

.sc-container .recommend-price--regular .tax {
	font-size: 12px;
	vertical-align: 1px;
}



.sc-container .recommend-list {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}

.sc-container .recommend-list-item {
	width: 220px;
	margin: 0 0 30px;
}

.sc-container .recommend-list-box {
	position: relative;
	margin: 0 0 22px;
	padding-left: 27px;
}

.sc-container .recommend-list-box::before {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 3px;
	height: 90%;
	margin: 5px 0 0;
	background: #000000;
	content: "";
}

.sc-container .recommend-btn-wrap {
	position: relative;
	z-index: 0;
}

.sc-container .recommend-btn-wrap::before {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	background: #ffffff;
	border-radius: 3px;
	content: "";
}

.sc-container .recommend-btn-wrap.soon-wrap::before {
	display: none;
}

.sc-container .recommend-btn {
	display: block;
	position: relative;
	z-index: 1;
	width: 220px;
	height: 44px;
	border-radius: 3px;
	background-color: #f5e4a2;
	color: #000000;
	font-weight: bold;
	font-size: 16px;
	line-height: calc(44px - 2px);
	text-align: center;
	-webkit-transition: .2s;
	transition: .2s;
}

.sc-container .recommend-btn:hover {
	opacity: 0.8;
}

.sc-container .soon {
	font-size: 18px;
	display: block;
	font-family: 'Noto Serif', serif;
	font-style: italic;
}


/* ====================
	cp-area
==================== */
.sc-container .cp-area {
	width: 100%;
	margin: 140px auto 0;
	/* background: #cdc7b8; */
}

.sc-container .cp-inner {
	width: 750px;
	margin: 0 auto;
}

.sc-container .cp-title {
	margin: 0 0 10px;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
	color: #c30d23;
	letter-spacing: 0.02em;
}

.sc-container .cp-title span {
	font-size: 34px;
	vertical-align: -2px;
	font-weight: bold;
}

.sc-container .cp-bnr {
	position: relative;
	z-index: 0;
	display: block;
	margin: 0 auto;
	/* box-shadow: 0 5px 15px 0 rgb(0 0 0 / 60%); */
}

.sc-container .cp-bnr::after {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	background: #ffffff;
	content: "";
}

.sc-container .cp-bnr a:hover,
.sc-container .cp-bnr a:hover img {
	opacity: 0.8;
}

.sc-container .cp-btn-wrap {
	position: relative;
	z-index: 0;
	width: 350px;
	margin: 0 auto;
}

.sc-container .cp-btn-wrap::after {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	border-radius: 60px;
	background: #ffffff;
	content: "";
}

.sc-container .cp-btn {
	display: block;
	position: relative;
	z-index: 1;
	height: 60px;
	border-radius: 60px;
	background-color: #c30d23;
	color: #eeeeee;
	font-weight: bold;
	font-size: 20px;
	line-height: calc(60px - 2px);
	text-align: center;
	letter-spacing: 0.02em;
}

.sc-container .cp-btn:hover {
	opacity: 0.8;
}


/* ====================
section > sc-itemlist-wrap
==================== */
.sc-container .section {
	width: 1180px;
	margin: 0 auto;
	padding: 70px 0;
}

.sc-container .itemlist-title {
	margin: 0 0 20px;
	text-align: center;
}
.sc-container .itemlist-title span {
	display: inline-block;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.2;
	padding: 0 0 0.73em;
	border-bottom: 2px solid #000000;
}

.sc-container .itemlist-desc {
	margin: 0 0 40px;
	font-size: 16px;
	line-height: 1.7;
	text-align: center;
}

.sc-container .sc-itemlist-wrap {
	width: 1180px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.sc-container .sc-itemlist {
	font-size: 0;
	width: 1180px;
}

.sc-container .sc-itemlist .list {
	display: inline-block;
	width: 180px;
	margin: 0 0 40px 20px;
	vertical-align: top;
}

.sc-container .sc-itemlist .list:nth-child(6n+1) {
	margin-left: 0;
}

.sc-container .sc-itemlist .thumb {
	position: relative;
}


.sc-container .sc-itemlist .itemimage {
	display: table;
	width: 180px;
	height: 180px;
	margin-bottom: 42px;
	overflow: hidden;
}

.sc-container .sc-itemlist .itemimage span {
	display: table-cell;
	vertical-align: middle;
}


.sc-container .sc-itemlist .thumb .img-goods {
	width: 100%;
	height: auto;
}



.sc-container .sc-itemlist .item-name {
	position: relative;
	display: block;
	height: 3em;
	margin-bottom: 10px;
	padding-right: 1em;
	line-height: 1.5;
	color: #000000;
	font-size: 12px;
	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: transparent;
}

@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: transparent;
	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: transparent;
}

.sc-container .list-link {
	color: #000000;
}

.sc-container .sc-itemlist a[href]:hover,
.sc-container .sc-itemlist a[href]:hover img {
	opacity: 1;
	text-decoration: none;
}

.sc-container .list-link .item-name,
.sc-container .sc-itemlist .list-link .itemimage span img,
.sc-container .list-link .item-name:hover,
.sc-container .sc-itemlist .list-link .itemimage:hover span img {
	-webkit-transition: 0.4s ease;
	transition: 0.4s ease;
}

.sc-container .list-link .item-name:hover {
	opacity: 0.7;
	text-decoration: none;
}

.sc-container .sc-itemlist .list-link .itemimage:hover span img {
	opacity: 1;
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.sc-container .sc-itemlist .item-price {
	font-size: 16px;
	font-weight: bold;
}

.sc-container .sc-itemlist .item-price span {
	position: relative;
	top: -1px;
	font-size: 12px;
}

/* login Item Price */
.sc-container .sc-itemlist .item-price.login {
	font-size: 16px;
	font-weight: bold;
	margin-top: -4px;
}

.sc-container .sc-itemlist .item-price.login span {
	position: relative;
	top: -1px;
	font-size: 12px;
}

.sc-container .item-price--login-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
		-ms-flex-flow: row-reverse nowrap;
			flex-flow: row-reverse nowrap;
	-webkit-box-pack: end;
		-ms-flex-pack: end;
			justify-content: flex-end;
	-webkit-box-align: baseline;
		-ms-flex-align: baseline;
			align-items: baseline;
	margin-top: -3px;
}

.sc-container .sc-itemlist .item-price--login {
	color: #c51927;
	font-size: 16px;
	font-weight: bold;
}

.sc-container .sc-itemlist .item-price--login .tax {
	font-size: 10px;
}

.sc-container .sc-itemlist .item-price--regular {
	position: relative;
	margin-left: 0.35em;
	color: #eeeeee;
	font-size: 12px;
	font-weight: 400;
}

.sc-container .sc-itemlist .item-price--regular::before {
	content: "";
	position: absolute;
	width: calc(100% + 0.15em);
	height: 100%;
	top: 1px;
	left: 0;
	background: linear-gradient(transparent 47%, #eeeeee 47%, #eeeeee 52%, transparent 52%);
}


.sc-container .sc-itemlist .item-price--regular .tax {
	font-size: 10px;
}

.sc-container .sc-itemlist .item-price--login.long,
.sc-container .sc-itemlist .item-price--regular.long {
	letter-spacing: -0.05em;
}

/* ====================
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;
}

/* uhUą{^ */
.sc-container .btn-wrap {
	margin: 10px auto 50px;
	text-align: center;
}

.sc-container .btn-wrap .btn-brand {
	display: block;
	position: relative;
	width: 354px;
	height: 50px;
	margin: 0 auto 20px;
	border: 1px solid #444444;
	border-radius: 3px;
	background: #ffffff;
	color: #000000;
	font-weight: bold;
	font-size: 16px;
	line-height: 50px;
	transition: .2s;
}

.sc-container .btn-wrap .btn-brand:hover {
	opacity: 1;
	border: 1px solid #222222;
	background: #222222;
	color: #ffffff;
}

/* icon */
.sc-container .sc-itemlist .icon-wrap {
	position: absolute;
	top: 195px;
}

.sc-container .sc-itemlist .icon {
	display: inline-block;
	padding: 4px 6px;
	color: #eeeeee;
	font-size: 10px;
	line-height: 1;
	z-index: 2;
	margin: 0 5px 5px 0;
}

.sc-container .sc-itemlist .icon:nth-child(n+3) {
	margin: 0 0 5px 0;
}

.sc-container .sc-itemlist .icon-limited { background: #313757; }
.sc-container .sc-itemlist .icon-order { background: #595b56; }
.sc-container .sc-itemlist .icon-mens { background: #3f98c2; }
.sc-container .sc-itemlist .icon-ladies { background: #c6537e; }
.sc-container .sc-itemlist .icon-pair { background: #987938; }
.sc-container .sc-itemlist .icon-sol { background: #d77b08; }
.sc-container .sc-itemlist .icon-rsol { background: #3a851d; }
.sc-container .sc-itemlist .icon-mechanical { background: #5b3420; }

.sc-container .sc-itemlist .icon-unisex{
	box-sizing: border-box;
	padding: 3px 10px;
	border: 1px solid #eeeeee;
	color: #eeeeee;
	background: #212840;
}


/* ========================================
	reset
======================================== */
.rn-footer#footer {
	margin-top: 0;
}
.sc-container {
	margin-bottom: 0;
	padding-bottom: 0;
}

.sc-container .section:last-child {
	margin-bottom: 0;
}


/* ========================================
	banner-list
======================================== */
div.banner-list-wrap {
	background: #eeeeee;
	padding: 160px 0 60px;
	position: relative;
	z-index: 10;
}

h2.banner-list-title {
	text-align: center;
	margin: 0 auto 20px;
}
h2.banner-list-title span {
	font-size: 26px;
	line-height: 1.5;
}

#banner-list {
	margin: 0 auto 50px;
	padding: 0;
	list-style: none;
	width: 1180px;
}

#banner-list:after {
	content: "";
	display: block;
	clear: both;
}

#banner-list li {
	padding: 0;
	margin: 0 0 20px 20px;
	list-style: none;
	width: 280px;
	float: left;
}

#banner-list li:nth-child(4n+1) {
	margin: 0 0 20px;
}

#banner-list a:active {
	text-decoration: none;
}

#banner-list a:hover {
	opacity: 0.86;
}

#banner-list a img {
	margin: 0 0 14px;
	display: block;
	border-radius: 3px;
}

#banner-list a:hover img {
	-webkit-opacity: 0.86;
}

#banner-list li .catch {
	margin-bottom: 5px;
	line-height: 1.5;
	position: relative;
	display: block;
	height: 4.5em;
	padding-right: 1em;
	background: #fff;
	overflow: hidden;
}

#banner-list li .catch:before {
	content: "...";
	display: inline-block;
	position: absolute;
	right: 0;
	bottom: 0;
	width: 1em;
}

#banner-list li .catch:after {
	content: "";
	position: relative;
	right: -1em;
	float: right;
	width: 1em;
	height: 100%;
	margin-left: -1em;
	background: inherit;
	background: #fff;
}


/* ========================================
	lineup
======================================== */
.sc-container .lineup.section {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 60px 0 0;
}
.sc-container .lineup.section .section-title {
	margin-bottom: 60px;
}
.sc-container .brand-list-wrap {
	margin: 0 0 50px 64px;
	width: 442px;
}
.sc-container .brand-list-wrap:nth-of-type(2n+1) {
	margin-left: 0;
}

.sc-container .brand-list-title {
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1;
	margin: 0 0 17px;
}

.sc-container .brand-list {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.sc-container .brand-list li {
	margin: 0 0 10px;
	width: 216px;
}

.sc-container .brand-list .brand-item {
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative;
	width: 100%;
	height: 100%;
	min-height: 50px;
	padding: 10px 32px 12px 20px;
	border: 1px solid #444444;
	border-radius: 3px;
	box-sizing: border-box;
	color: #000000;
	font-size: 16px;
	letter-spacing: 0.1em;
	line-height: 1.4;
	text-align: left;
	text-decoration: none;
	transition: all 0.3s ease;
}

.sc-container .brand-list .brand-item:before {
	display: block;
	position: absolute;
	top: calc(50% - 5px);
	right: 16px;
	transform: rotate(45deg);
	width: 7px;
	height: 7px;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	content: "";
}

.sc-container .brand-list .brand-item span {
	display: block;
	width: 100%;
	margin: 0;
}

.sc-container .brand-list .brand-item span span {
	font-size: 12px;
	font-weight: normal;
	line-height: 1.5;
}

.sc-container .brand-list .brand-item:hover {
	opacity: 1;
	border: 1px solid #222222;
	background: #222222;
	color: #ffffff;
}

.sc-container .brand-list .brand-item:hover:before {
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
}



/* ====================
XN[
==================== */
.fadein{opacity:0;-webkit-transform:translateY(40px);transform:translateY(40px)}
.fadein.scrollin{opacity:1;-webkit-transition: 1s ease;transition: 1s ease;-webkit-transform:none;transform:none}

.fadein.recommend-list-box{opacity:1;-webkit-transform:none;transform:none}
.fadein.scrollin.recommend-list-box{opacity:1;-webkit-transform:none;transform:none}
.fadein.recommend-list-box::before{opacity:1;transform-origin: top;transform: scaleY(0);transition:.5s .2s ease}
.fadein.scrollin.recommend-list-box::before{opacity:1;transform-origin: top;transform: scaleY(1);transition:.5s .2s ease}


/* ====================
~áÍČşĚRgAEgđOˇ
==================== */
/* #snow_canvas {
	left: 0;
	position: fixed;
	top: 0;
	z-index: 1;
}
.bnr-header,
.rn-header,
.rn-footer {
	position: relative;
	z-index: 10;
}
body {
	background-color: #212840;
}
.sc-container {
	color: #eeeeee;
}
.breadcrumb-item,.breadcrumb-link span,.breadcrumb-link::after {
	color: #eeeeee;
}
.sc-container .contents {
	border: 1px solid #eeeeee;
}
.sc-container .contents-title {
	background: #212840;
	color: #eeeeee;
}
.sc-container .contents-list-item {
	border-bottom: 1px solid #eeeeee;
}
.sc-container .contents-list-link {
	color: #eeeeee;
}
.sc-container .contents-list-link::before {
	border: 1px solid #eeeeee;
}
.sc-container .contents-list-link:hover::before {
	background-color: #eeeeee;
}
.sc-container .section-title::after {
	background: #eeeeee;
}
.sc-container .section-title .title-inner {
	background: #212840;
	border-left: 3px solid #eeeeee;
	border-right: 3px solid #eeeeee;
}
.sc-container .point-title {
	border-bottom: 1px solid #eeeeee;
}
.slider .prev:before,
.useimage-list .slick-prev:before {
	background-image: url(../img/btn_prev.png);
	background-color: #d5b943;
}
.slider .next:before,
.useimage-list .slick-next:before {
	background-image: url(../img/btn_next.png);
	background-color: #d5b943;
}
.sc-container .recommend-list-box::before {
	background: #eeeeee;
}
.sc-container .recommend-btn {
	background-color: #d5b943;
	color: #212840;
}
.sc-container .itemlist-title span {
	border-bottom: 2px solid #eeeeee;
}
.sc-container .sc-itemlist .item-name {
	color: #eeeeee;
}
.sc-container .list-link {
	color: #eeeeee;
}
.sc-container .btn-wrap .btn-brand {
	border: 1px solid #ffffff;
	background: transparent;
	color: #eeeeee;
}
.sc-container .btn-wrap .btn-brand:hover {
	border: 1px solid #eeeeee;
	background: #eeeeee;
	color: #212840;
}
.sc-container .brand-list .brand-item {
	border: 1px solid #ffffff;
	color: #eeeeee;
}
.sc-container .brand-list .brand-item:before {
	border-right: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
}
.sc-container .brand-list .brand-item:hover {
	border: 1px solid #eeeeee;
	background: #eeeeee;
	color: #212840;
}
.sc-container .brand-list .brand-item:hover:before {
	border-right: 1px solid #212840;
	border-bottom: 1px solid #212840;
} */





/* ====================
2024.11XV
==================== */
.sc-container .keyv {
	margin-bottom: 80px;
}
.sc-container .keyv-title {
	margin: 0 0 10px;
	font-weight: 400;
	font-size: 14px;
	line-height: 1.5;
	text-align: left;
}
.sc-container .lead-image {
	width: 190px;
	margin: 0 auto;
}
.sc-container .lead-image img {
	width: 100%;
	height: auto;
}
.sc-container .lead-title {
	font-weight: 700;
	font-size: 28px;
	line-height: 1.57;
	text-align: center;
	letter-spacing: 0.1em;
	padding-top: 52px;
}
.sc-container .lead-text {
	font-size: 16px;
	line-height: 2;
	text-align: center;
	letter-spacing: 0.05em;
	/* padding-top: 23px; */
	padding-top: 52px;
}
.sc-container .lead-text~.lead-text {
	padding-top: 32px;
}
.sc-container .point-image {
	margin-bottom: 34px;
}
.sc-container .point-title {
	padding-bottom: 20px;
}
.sc-container .section#recommend {
	padding: 155px 0 0;
}
.sc-container .reccomend-nav {
	width: 1100px;
	margin: 0 auto;
	padding-bottom: 110px;
}
.sc-container .reccomend-nav-list {
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 10px 10px;
}
.sc-container .reccomend-nav-list-item {
	width: 212px;
}
.sc-container .reccomend-nav-list-item a {
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative;
	width: 100%;
	height: 100%;
	min-height: 50px;
	border: 1px solid #444444;
	border-radius: 3px;
	box-sizing: border-box;
	color: #000000;
	font-size: 15px;
	letter-spacing: normal;
	line-height: 1;
	text-align: left;
	text-decoration: none;
	transition: all 0.3s ease;
	padding-left: 18px;
}
.sc-container .reccomend-nav-list-item a:before {
	display: block;
	position: absolute;
	top: calc(50% - 5px);
	right: 16px;
	transform: rotate(45deg);
	width: 7px;
	height: 7px;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	content: "";
}
.sc-container .reccomend-nav-list-item a:hover {
	opacity: 1;
	border: 1px solid #222222;
	background: #222222;
	color: #ffffff;
}
.sc-container .reccomend-nav-list-item a:hover:before {
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
}
.sc-container .useimage-desc {
	margin-top: -10px;
}
.sc-container .reccomend-button {
	width: 340px;
	margin: 0 auto;
}
.sc-container .reccomend-button a {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 100%;
	height: 100%;
	min-height: 60px;
	border: 1px solid #444444;
	border-radius: 6px;
	box-sizing: border-box;
	color: #000000;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: normal;
	line-height: 1;
	text-align: left;
	text-decoration: none;
	transition: all 0.3s ease;
}
.sc-container .reccomend-button a:hover {
	opacity: 1;
	border: 1px solid #222222;
	background: #222222;
	color: #ffffff;
}

.sc-container .reccomend-wrapper~.reccomend-wrapper {
	padding-top: 111px;
}
.sc-container .recommend {
	display: flex;
	justify-content: space-between;
	align-items: normal;
	width: 1115px;
	margin: 0 0 40px 25px;
}
.sc-container .recommend.rev {
	flex-direction: row-reverse;
	margin: 0 0 40px 40px;
}
.sc-container .recommend-list-item.last {
	margin-bottom: 0;
}
.sc-container .lineup.section {
	display: block;
	padding: 155px 0 0;
}
.sc-container .lineup .section-title .title-inner {
	width: 490px;
}
.sc-container .section#bering {
	padding-top: 0;
}


.sc-container .btn-wrap {
	width: 340px;
	margin: 10px auto 50px;
	text-align: center;
}

.sc-container .btn-wrap .btn-brand {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 100%;
	height: 100%;
	min-height: 60px;
	border: 1px solid #444444;
	border-radius: 6px;
	box-sizing: border-box;
	color: #000000;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: normal;
	line-height: 1;
	text-align: left;
	text-decoration: none;
	transition: all 0.3s ease;
}

.sc-container .btn-wrap .btn-brand:hover {
	opacity: 1;
	border: 1px solid #222222;
	background: #222222;
	color: #ffffff;
}

.sc-container .brand-list-wrapper {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: 1100px;
	margin: 0 auto;
	column-gap: 40px;
	padding-top: 30px;
}
.brand-list-title {
	text-align: center;
	letter-spacing: 0.05em;
}
.sc-container .brand-list-wrap {
	margin: 0;
	width: 530px;
}
.sc-container .brand-list {
	justify-content: start;
	gap: 10px;
}
.sc-container .brand-list li {
	margin: 0;
	width: 260px;
}
.sc-container .brand-list .brand-item {
	font-size: 15px;
	letter-spacing: normal;
}
.sc-container .brand-list .brand-item:before {
	transform: rotate(-45deg);
	right: 22px;
}

.sc-container .banner-list-wrapper {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: 1100px;
	margin: 0 auto;
	column-gap: 40px;
	padding-top: 60px;
}

.sc-container .banner-list {
	width: 530px;
}

.sc-container .banner-list-text {
	font-size: 16px;
	text-align: center;
	padding-top: 14px;
}