@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: #333333;
	font-size: 14px;
	font-family: "Sawarabi Gothic", "Hiragino Kaku Gothic Pro", "Meiryo", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
	line-height: 1.5;
}

.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;
}


.sc-container .notice {
	color: #c30164;
}

/* ====================
keyv-area
==================== */
.sc-container .keyv-area {
	width: 100%;
	text-align: center;
	margin: 0 auto 60px;
}

.sc-container .keyv-image {
	margin: 0 auto 40px;
	background-color: #f5b087;
}

.sc-container .text {
	font-size: 18px;
	line-height: 2;
	margin: 0 auto;
}


/* ====================
cp-area
==================== */
.sc-container .cp-title {
	font-size: 24px;
    line-height: 1.5;
    text-align: center;
    margin: 0 0 20px;
    padding: 40px 0 0;
}

.sc-container .cp-box {
	position: relative;
	width: 500px;
	height: 500px;
	margin: 0 auto;
	z-index: 1;
}

.sc-container .cp-box::before {
	content: "";
    display: block;
    position: absolute;
    width: 490px;
    height: 490px;
    border-radius: 490px;
    background: #ffefe6;
    top: 5px;
    left: 5px;
    z-index: -1;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.7s;
    transition-duration: 0.7s;
}

.sc-container .cp-box.scrollin::before {
	-webkit-transform: scale(1);
	transform: scale(1);
}

.sc-container .cp-box .text {
	margin: 0 0 0 23px;
	font-size: 16px;
	line-height: 1.75;
	text-align: center;
}

.sc-container .cp-box .text-link {
	font-size: 16px;
    color: #eb4d44;
    text-decoration: underline;
}

.sc-container .cp-box .image-wrapper {
	width: 100%;
	margin: 0 0 10px;
	text-align: center;
	position: relative;
}

.sc-container .cp-box .image-wrapper span {
	content: "";
	display: block;
	position: absolute;
	width: 78px;
	height: 57px;
	top: 170px;
	right: 4px;
	z-index: 2;
}

.fade-out {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	position: relative;
	background: #ffffff;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}

.fade-out::before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #f8dfda;
	border-radius: 500px;
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	-webkit-transition-delay:.7s;
	transition-delay:.7s;
}

.fade-out.scrollin::before {
	-webkit-transform: scale(1);
	transform: scale(1);
}


/* ====================
section > sc-itemlist-wrapper
==================== */
.sc-container .section {
	margin: 0 auto 120px;
}

.sc-container #section01.section {
	margin: 80px auto 120px;
}

.sc-container .section-image {
    position: relative;
    width: 850px;
    height: 710px;
    margin: 0 auto 30px;
    text-align: center;
}

.sc-container .section-image img {
	position: absolute;
	top: 0;
	left: 0;
	width: auto;
    height: 100%;
}

.sc-container #section01 .section-image {
	background: url("../img/bg_title01_pc.jpg") no-repeat;
	background-size: cover;
}

.sc-container #section02 .section-image {
	background: url("../img/bg_title02_pc.jpg") no-repeat;
	background-size: cover;
}

.sc-container #section03 .section-image {
	background: url("../img/bg_title03_pc.jpg") no-repeat;
	background-size: cover;
}

.sc-container #section04 .section-image {
	background: url("../img/bg_title04_pc.jpg") no-repeat;
	background-size: cover;
}

.sc-container #section05 .section-image {
	background: url("../img/bg_title05_pc.jpg") no-repeat;
	background-size: cover;
	position: relative;
}
.sc-container #section05 .section-image::after {
	position: absolute;
	content: "";
	display: block;
	background: url("../img/icon_reccomend.png") no-repeat;
	background-size: cover;
	width: 176px;
	height: 176px;
	top: -35px;
	left: -35px;
}

.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-title {
	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 {
    display: flex;
    font-size: 0;
    width: 1000px;
    margin: 0 auto;
    justify-content: center;
	flex-wrap: wrap;
}

.sc-container .sc-itemlist .list {
    display: inline-block;
    width: 235px;
    margin: 0 0 40px 20px;
    vertical-align: top;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.sc-container .sc-itemlist .list:nth-child(4n+1) {
    margin: 0 0 40px 0;
}

.sc-container .sc-itemlist .thumb {
	position: relative;
}

.sc-container .sc-itemlist a:hover {
	opacity: 1;
}

.sc-container .sc-itemlist .itemimage {
    display: table;
    width: 100%;
    height: 100%;
    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;
	font-size: 14px;
	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: #333333;
	-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;
	color: #666666;
	margin-bottom: 10px;
}

.sc-container .sc-itemlist .item-price span {
	margin: 0 0 0 .5em;
	vertical-align: 1px;
	font-size: 14px;
}

.sc-container .sc-itemlist .item-price.sale-price {
	color: #e63947;
}

.sc-container .sc-itemlist .item-price .baseprice,
.sc-container .sc-itemlist .item-price .baseprice span {
	color: #666666;
	font-size: .75em;
	text-decoration: line-through;
}

.sc-container .sc-itemlist .notice {
	font-size: 12px;
}

/* icon */
.sc-container .sc-itemlist .icon-wrapper {
    position: absolute;
    top: 250px;
}

.sc-container .sc-itemlist .icon {
	box-sizing: border-box;
    width: 90px;
    display: inline-block;
    height: 20px;
    padding: 0 10px;
    border-radius: 3px;
    background: #f4f4f4;
    font-size: 10px;
    font-weight: 500;
    line-height: 20px;
    text-align: center;
    z-index: 2;
    margin: 0 0 0 5px;
    font-family: 'Noto Sans JP', sans-serif;
}

.sc-container .sc-itemlist .icon:first-child {
	margin-left: 0;
}

.sc-container .sc-itemlist .icon-original {
	letter-spacing: -0.1em;
    padding: 0 5px;
}
.sc-container .sc-itemlist .icon-limited{ color: #d3404c; }
.sc-container .sc-itemlist .icon-rsol { color: #f19149; }
.sc-container .sc-itemlist .icon-sol { color: #51aea6; }
.sc-container .sc-itemlist .icon-smart { color: #b68021; }
.sc-container .sc-itemlist .icon-mens { color: #4b5ca3; }
.sc-container .sc-itemlist .icon-ladies { color: #d96f97; }
.sc-container .sc-itemlist .icon-unisex { color: #7d519c; }
.sc-container .sc-itemlist .icon-sale { background: #e63947; color: #ffffff; }


/* ====================
button
==================== */
.sc-container .btn-area {
    width: 100%;
    margin: 120px auto;
    padding: 45px 0 20px;
    text-align: center;
    background: #f8f8f8;
}

.sc-container .btn-text {
    margin: 0 auto 20px;
    font-size: 18px;
}

.sc-container .btn-area .btn {
    display: block;
    width: 360px;
    margin: 0 auto 30px;
    text-align: center;
    background: #ffffff;
    height: 60px;
    line-height: 58px;
    border-radius: 60px;
    font-size: 16px;
    border: 1px solid #f5b087;
}

.sc-container .btn-area .btn:hover {
	opacity: 1;
	background-color: #f5b087;
	color: #ffffff;
	-webkit-transition: .5s;
	transition: .5s;
}

.sc-container .banner {
	text-align: center;
}


/* ====================
XN[
==================== */
.fadein {opacity: 0;}
.fadein.scrollin {opacity: 1; -webkit-transition: .5s ease; transition: .5s ease;}
.section-image .section-title.fadein.scrollin {opacity: 1; -webkit-transition: 1.6s .7s ease; transition: 1.6s .7s ease;}

.sc-container .cp-box .cp-title.scrollin {
	-webkit-transition: .5s .5s ease;
	transition: .5s .5s ease;
}

.sc-container .cp-box .image-wrapper.scrollin {
	-webkit-transition: .5s 0.9s ease;
	transition: .5s 0.9s ease;
}

.sc-container .cp-box .txt.scrollin {
	-webkit-transition: .5s 1.2s ease;
	transition: .5s 1.2s ease;
}

.sc-container .cp-box .image-wrapper.scrollin span {
	-webkit-transition: .5s 2s ease;
	transition: .5s 2s ease;
}


/* ====================
ĘNÎięĚúĚĆŤÍRgAEgj
==================== */
.sc-container .cp-box .image-wrapper span {
	display: none;
}
.sc-container #section01.section {
	margin: 87px auto 120px;
}
.sc-container .section-fullyear-title {
	font-family: "Shippori Mincho", serif;
	font-size: 36px;
	line-height: 1.44;
	text-align: center;
	letter-spacing: 0.24em;
	font-weight: 700;
	color: #595959;
}
.sc-container .section-fullyear-image-wrapper {
	width: 980px;
	margin: 0 auto;
	padding-top: 17px;
}
.sc-container .section-fullyear-image {
	margin-left: 47px;
	margin-right: 45px;
	position: relative;
}
.sc-container #section05 .section-fullyear-image::after {
    position: absolute;
    content: "";
    display: block;
    background: url(../img/icon_reccomend.png) no-repeat;
    background-size: cover;
    width: 176px;
    height: 176px;
    bottom: -10px;
    right: -10px;
}
.sc-container .section-fullyear-lead {
	font-family: "Sawarabi Gothic", sans-serif;
	text-align: center;
	font-size: 16px;
	line-height: 2;
	padding-top: 20px;
	padding-bottom: 70px;
}