@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;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.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: 100%;
	margin: 0 auto;
	padding: 60px 0 0;
	color: #000000;
	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;
}


/* ====================
keyv-wrapper
==================== */
.sc-container .keyv-wrapper {
	margin: 0 auto 80px;
}

.sc-container .keyv {
	margin: 0 auto 47px;
	text-align: center;
}

.sc-container .text-area {
	text-align: center;
}

.sc-container .text-area h1 {
	font-size: 30px;
	font-weight: bold;
	letter-spacing: 0.06em;
	line-height: 1.47;
	text-align: center;
	margin: 0 0 18px;
}

.sc-container .text-area h1 span {
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 0.06em;
	line-height: 2;
	text-align: center;
	display: block;
}

.sc-container .text-area .text {
	font-size: 16px;
	line-height: 2;
	text-align: center;
}


/* ====================
cp-wrapper
==================== */
.sc-container .cp-wrapper {
	width: 100%;
	margin: 0 0 156px;
}

/* cp-title */
.sc-container .cp-title {
	height: 180px;
	background-color: #00b7df;
	display: flex;
	justify-content: center;
	align-items: center;
}

.sc-container .cp-title > span {
	color: #ffffff;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.67;
	text-align: center;
}

.sc-container .cp-title > span strong {
	color: #fff032;
	font-size: 46px;
	font-weight: bold;
	line-height: 1.2;
	text-align: center;
	display: block;
}


/* att-area */
.sc-container .att-area {
	width: 100%;
	background-color: #f9f9f9;
	margin: 0 0 80px;
	padding: 53px 0 38px;
}

.sc-container .att-title {
	font-size: 30px;
	font-weight: bold;
	letter-spacing: 0.12em;
	margin: 0 0 36px;
	text-align: center;
}

.sc-container .att-title span {
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 0.12em;
	vertical-align: 1px;
}

.sc-container .att-area .att-list {
	text-align: left;
	margin: 0 auto;
	width: 760px;
}

.sc-container .att-area .att-list li {
	margin: 0 0 7px calc(17px + 1.2em);
	font-size: 14px;
	line-height: 1.71;
	text-indent: -1.2em;
}


/* ====================
nav-area
==================== */
.sc-container .nav-area {
	margin: 0 auto 64px;
}

.sc-container .nav-area .nav-list {
	display: flex;
	justify-content: space-between;
	width: 760px;
	margin: 0 auto;
}

.sc-container .nav-area .nav-list .nav-item {
	width: 360px;
	height: 100px;
}

.sc-container .btn-wrapper {
	display: block;
	position: relative;
	z-index: 1;
}

.sc-container .btn {
	display: block;
	width: 100%;
	border-radius: 10px;
	background-color: #00b7df;
	position: relative;
	z-index: 1;
}

.sc-container .btn-wrapper:hover {
	opacity: 1;
}

.sc-container .btn-wrapper::after {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	background: #fef131;
	border-radius: 10px;
	z-index: -1;
	top: 4px;
	left: 4px;
	transition: 0.2s ease;
}

.sc-container .btn-wrapper:hover::after {
	top: 0;
	left: 0;
}

.sc-container .nav-area .btn-wrapper,
.sc-container .nav-area .btn {
	width: 100%;
	height: 100%;
}

.sc-container .nav-area .btn {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 0 0 20px;
}

.sc-container .nav-area .btn::after {
	content: "";
	display: block;
	position: absolute;
	background: url(../img/arrow_btn_bottom.png) no-repeat;
	background-size: contain;
	width: 21px;
	height: 21px;
	bottom: 15px;
	right: 15px;
}

.sc-container .nav-area .btn-image {
	display: block;
	width: 84px;
	text-align: left;
}

.sc-container .nav-area .btn-text {
	width: 256px;
	color: #ffffff;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.56;
	text-align: left;
}


/* ====================
desc-area
==================== */
.sc-container .desc-area {
    margin: 0 auto 103px;
}

.sc-container .desc-title {
	text-align: center;
}

.sc-container #radio-solar .desc-title {
	margin: 0 0 30px;
}

.sc-container .desc-box {
	width: 700px;
	margin: 0 auto 94px;
	border: 5px solid #ddf4fa;
	border-radius: 10px;
	padding: 40px 45px 35px;
}

.sc-container .desc-box-title {
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 0.12em;
	line-height: 1.2;
	text-align: center;
	margin: 0 auto 16px;
}

.sc-container .desc-box-text {
	font-size: 16px;
	line-height: 2;
}



/* ====================
sc-itemlist
==================== */
.sc-container .sc-itemlist {
	width: 1010px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
    flex-wrap: wrap;
}


.sc-container .sc-itemlist .list {
	width: 480px;
	margin: 0 0 68px;
	display: flex;
}

.sc-container .sc-itemlist .item-image {
	display: block;
	width: 240px;
	padding-top: 10px;
	position: relative;
}

.sc-container .sc-itemlist .item-image .icon {
	display: block;
	width: 76px;
	height: 20px;
	line-height: 20px;
	border-radius: 3px;
	position: absolute;
	top: 0;
	left: -10px;
	font-size: 12px;
	font-weight: 500;
	color: #ffffff;
	text-align: center;
	z-index: 1;
}

.sc-container .sc-itemlist .item-image:hover {
	opacity: 1;
}

.sc-container .sc-itemlist .item-image:hover img {
	opacity: 0.74;
	transition: 0.4s ease;
}

.sc-container .sc-itemlist .item-image .icon.i-mens {
	background-color: #3155bd;
}

.sc-container .sc-itemlist .item-image .icon.i-ladies {
	background-color: #d14d6f;
}

.sc-container .sc-itemlist .item-detail {
	width: 240px;
	padding: 7px 0 0;
}

.sc-container .sc-itemlist .item-detail .item-info {
	border-bottom: 1px solid #ececec;
	margin: 0 0 14px;
}

.sc-container .sc-itemlist .item-brand {
	margin: 0 0 8px;
	font-size: 14px;
	line-height: 1.29;
}

.sc-container .sc-itemlist .item-number {
	margin: 0 0 10px;
	font-size: 16px;
	line-height: 1.31;
}

.sc-container .sc-itemlist .item-price {
	margin: 0 0 18px;
	font-size: 18px;
}

.sc-container .sc-itemlist .item-price .tax {
	font-size: 12px;
	vertical-align: 1px;
}

.sc-container .sc-itemlist .item-text {
	font-size: 16px;
	line-height: 1.625;
}


/* ====================
button
==================== */
.sc-container .btn-area {
    width: 420px;
    height: 90px;
    margin: 0 auto;
    text-align: center;
}

.sc-container .btn-area .btn-wrapper,
.sc-container .btn-area .btn {
	width: 100%;
	height: 100%;
}

.sc-container .btn-area .btn {
	display: flex;
	align-items: center;
	padding: 0 39px;
}

.sc-container .btn-area .btn-text {
	color: #ffffff;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 0.04em;
	line-height: 1.6;
	text-align: left;
}

.sc-container .btn-area .btn::after {
    content: "";
    display: block;
    position: absolute;
    background: url(../img/arrow_btn_right.png) no-repeat;
    background-size: contain;
    width: 16px;
    height: 31px;
    bottom: 29px;
    right: 40px;
}


/* ====================
related-wrapper
==================== */
.sc-container .related-wrapper {
	width: 780px;
	margin: 0 auto;
	color: #333333;
}

.sc-container .related-title {
	font-size: 30px;
	font-weight: bold;
	line-height: 1;
	text-align: center;
	width: 590px;
	margin: 0 auto 40px;
	padding: 0 0 17px;
	border-bottom: 2px solid #000000;
}

.sc-container .related-list-item {
	background-size: auto auto;
	background-color: #ffffff;
	background-image: repeating-linear-gradient(135deg, transparent, transparent 2px, rgba(225, 225, 225, 1) 2px, rgba(225, 225, 225, 1) 4px );
	margin: 0 0 20px;
	padding: 6px;
}

.sc-container .related-list-item a {
	display: block;
	background-color: #ffffff;
	padding: 10px 20px;
}

.sc-container .related-list-item a:hover {
	opacity: 1;
	cursor: initial;
}

.sc-container .related-list-item .list-item-box {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.sc-container .related-list-item .list-item-image {
	width: 90px;
	display: block;
	transition: opacity 0.4s ease;
	overflow: hidden;
}

.sc-container .related-list-item .list-item-image:hover {
	cursor: pointer;
	opacity: 0.74;
	transition: opacity 0.4s ease;
}

.sc-container .related-list-item.ladieswatch .list-item-image img {
	transform: scale(1.25, 1.25);
    transform-origin: center;
}

.sc-container .related-list-item .list-item-detail {
	width: 620px;
	display: block;
}

.sc-container .related-list-item .list-item-detail .list-item-title {
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.4;
	margin: 0 0 6px;
	border-bottom: 1px solid #333333;
	transition: border 0.3s ease;
}

.sc-container .related-list-item .list-item-detail .list-item-title:hover {
	cursor: pointer;
	border-bottom: 1px solid #ffffff;
	transition: border 0.3s ease;
}

.sc-container .related-list-item .list-item-detail .list-item-text {
	display: block;
	font-size: 14px;
	line-height: 1.71;
}




/* ====================
スクロール
==================== */
.fadein{opacity:0;transform:translateY(40px)}
.fadein.scrollin{opacity:1;transition:.6s ease;transform:none}

