@charset "utf-8";

/* ====================
reset
==================== */
.sc-container {
	background:#fff;
}
.sc-container, .sc-container div,
.sc-container ul, .sc-container ol, .sc-container li,
.sc-container h1, .sc-container h2, .sc-container h3,
.sc-container p, .sc-container span {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

.sc-container img {
	border: 0;
	-webkit-backface-visibility: hidden;
}

.sc-container li {
	list-style: none;
}

.sc-container h1, .sc-container h2, .sc-container h3 {
	font-size: 100%;
	font-weight: normal;
	border: none;
}

/* ====================
***
==================== */
.sc-container {
	width: 900px;
	margin: 0 auto;
	padding: 0;
	color: #393939;
	font-size: 14px;
	font-family: "Hiragino Kaku Gothic Pro", "Meiryo", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
	line-height: 140%;
	overflow: hidden;
}

.sc-container strong {
	font-weight: bold;
}

.sc-container a,
.sc-container a:link,
.sc-container a:visited,
.sc-container a:active {
	text-decoration: none;
	color: #393939;
}
.sc-container a:hover {
	opacity: 0.8;
}
.sc-container a:hover[href] img {
    opacity: 0.9;
}

#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-area
==================== */
.btn-more {
	display: block;
	width: 320px;
	height: 50px;
	line-height: 50px;
	border-radius: 50px;
	background-color: #abcfe0;
	margin: -30px auto 100px;
	text-align: center;
}

.btn-more span {
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	display: inline-block;
	position: relative;
	margin: 0 0 0 -24px;
}
.btn-more span:after {
	width: 1em;
	height: 1em;
	content: "";
	background-image: url(../img/btn_arrow_01.jpg);
	background-repeat: no-repeat;
	background-size: 1em 1em;
	background-position: 0 center;
	position: absolute;
	right: -24px;
	top: 18px;
}

/* ====================
section
==================== */
.sc-container .section {
	margin: 0 0 120px;
}

.sc-container .cap-img-wrap {
	width: 900px;
	margin: 100px auto 50px;
}
.sc-container .cap-img-wrap:after {
	content: "";
	display: block;
	clear: both;
}
.sc-container .cap-img-wrap .cap-img {
	float: left;
}

.sc-container .sec-tit {
	width: 82%;
	margin: 0 auto 20px;
	text-align: center;
}

/* about */
.sc-container .section .about-wrap {
	width: 900px;
	min-height: 458px;
	background-image: url(../img/bg_blue_pc.jpg);
	background-size: auto;
	background-repeat: no-repeat;
}
.sc-container .section .about {
	width: 900px;
	padding: 30px 30px 0;
}
.sc-container .section .about:before,
.sc-container .section .about:after {
	content: "";
	display: block;
	clear: both;
}
.sc-container .section .about .left {
	float: left;
	width: 410px;
	margin: 0 20px 0 0;
}
.sc-container .section .about .right {
	float: right;
	width: 410px;
	margin: 0;
}
.sc-container .section .about .about-tit {
	margin: 0 auto 10px;
	color: #1f5b6c;
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	text-shadow: 0px 2px 0px #ffffff;
}
.sc-container .section .about .about-txt {
	margin: 0 auto 40px;
	color: #3e3a39;
	font-size: 16px;
	font-weight: normal;
	line-height: 1.75;
	text-align: left;
	text-shadow: 0px 2px 0px #ffffff;
}


/* item-info */
.sc-container .section .item-info {
	width: 900px;
	margin: 0 auto 70px;
}
.sc-container .section .item-info-img {
	margin: 0 0 16px;
}
.sc-container .section .item-info-txt {
	text-align: right;
	margin: 0 0 6px;
}
.sc-container .section .item-info-txt span {
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	margin-left: 0.6em;
}
.sc-container .section .item-info-list li {
	font-size: 12px;
	line-height: 1.8;
	text-align: right;
}
.sc-container .section .item-info-list span {
	display: inline-block;
	font-size: 22px;
	vertical-align: middle;
	margin-left: 1px;
}
.sc-container .section .item-info-list .col1-1 {color: #a42224;}
.sc-container .section .item-info-list .col1-2 {color: #7bb6de;}
.sc-container .section .item-info-list .col1-3 {color: #898046;}
.sc-container .section .item-info-list .col1-4 {color: #3e3a39;}
.sc-container .section .item-info-list .col2-1 {color: #a0764a;}
.sc-container .section .item-info-list .col2-2 {color: #cecece;}
.sc-container .section .item-info-list .col2-3 {color: #3e3a39;}


/* recommend */
.sc-container .section .recommend {
	width: 900px;
	margin: 0 auto 100px;
}
.sc-container .section .recommend .recommend-tit {
	margin: 0 auto 52px;
	color: #1f5b6c;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	position: relative;
}
.sc-container .section .recommend .recommend-tit:before {
	content: "";
	position: absolute;
	left: 50%;
	bottom: -20px;
	display: inline-block;
	width: 240px;
	height: 2px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #1f5b6c;
}
.sc-container .section .recommend .recommend-txt {
	margin: 0 auto 60px;
	font-size: 16px;
	line-height: 1.75;
	text-align: center;
	color: #3e3a39;
}


/* point */
.sc-container .section .point {
	width: 900px;
	margin: 0 auto;
	text-align: left;
}
.sc-container .section .point h2 {
	margin: 0 auto 40px;
}

.sc-container .section .point .point-ribbon {
	display: inline-block;
	position: relative;
	height: 30px;
	line-height: 32px;
	text-align: center;
	width: 200px;
	font-size: 18px;
	font-weight: bold;
	background: #1f5b6c;
	color: #ffffff;
	box-sizing: border-box;
	margin: 0 0 16px;
}

.sc-container .section .point .point-ribbon:before, 
.sc-container .section .point .point-ribbon:after {
	position: absolute;
	content: "";
	width: 0px;
	height: 0px;
	top: 0;
	z-index: 1;
}

.sc-container .section .point .point-ribbon:before {
	left: 0;
	border-width: 15px 0px 15px 10px;
	border-color: transparent transparent transparent #ffffff;
	border-style: solid;
}

.sc-container .section .point .point-ribbon:after {
	right: 0;
	border-width: 15px 10px 15px 0px;
	border-color: transparent #ffffff transparent transparent;
	border-style: solid;
}

.sc-container .section .point p {
	font-size: 16px;
	text-align: left;
	line-height: 1.75;
	margin: 0 0 40px;
	color: #3e3a39;
}

.btn-dl {
	display: block;
	width: 420px;
	height: 50px;
	line-height: 50px;
	border-radius: 50px;
	border: 1px solid #ddd;
	background-color: #ffffff;
	margin: 0 0 0 auto;
	text-align: center;
}
.btn-dl span {
	color: #393939;
	font-size: 16px;
	display: inline-block;
	position: relative;
	margin: 0 0 0 -36px;
}
.btn-dl span:after {
	width: 1em;
	height: 1em;
	content: "";
	background-image: url(../img/btn_arrow_02.jpg);
	background-repeat: no-repeat;
	background-size: 1em 1em;
	background-position: 0 center;
	position: absolute;
	right: -36px;
	top: 17px;
}


/* concept */
.sc-container .section .concept {
	width: 900px;
	background-image: url(../img/bg_dot.jpg);
	background-repeat: repeat;
	padding: 50px 30px 0;
	border-bottom: 1px solid #ffffff;
	margin: 0 0 100px;
}
.sc-container .section .concept .sec-tit {
	width: 100%;
	margin: 0 auto 50px;
	color: #3e3a39;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}
.sc-container .section .concept .designer-info-wrap {
	margin: 0 auto 40px;
}
.sc-container .section .concept .designer-info-wrap:after {
	content: "";
	display: block;
	clear: both;
}
.sc-container .section .concept .designer-info-wrap .portrait {
	float: right;
	display: block;
	width: 226px;
	margin: 0;
}
.sc-container .section .concept .designer-info-wrap .designer-info {
	float: left;
	width: 590px;
	margin: 0 24px 0 0;
	position: relative;
}
.sc-container .section .concept .designer-info-wrap .designer-info .concept-txt {
	margin: 0 0 40px;
}
.sc-container .section .concept .designer-info-wrap .designer-info .name {
	font-size: 20px;
	font-weight: bold;
	font-family: "������", YuMincho,"�q���M�m���� Pr6 W6","Hiragino Mincho Pro", "HGS����E","���C���I", "�l�r �o����","MS PMincho",Meiryo, serif;
	margin: 0;
	position: absolute;
	bottom: 0;
}
.sc-container .section .concept .concept-txt {
	margin: 0 auto 40px;
	font-size: 16px;
	line-height: 1.75;
	text-align: left;
	color: #3e3a39;
}
.sc-container .section .concept .concept-tit {
	margin: 0 auto 10px;
	font-size: 18px;
	line-height: 1.5;
	text-align: left;
	color: #ec6519;
	font-weight: bold;
}


/* brand-info */
.sc-container .section .brand-info {
	width: 900px;
	margin: 0;
}
.sc-container .section .brand-info:after {
	content: "";
	display: block;
	clear: both;
}
.sc-container .section .brand-info .brand-logo {
	float: left;
	width: 210px;
	margin: 0 20px 0 0;
}
.sc-container .section .brand-info p {
	float: left;
	width: 210px;
	margin: 0 20px 0 0;
	font-size: 12px;
	color: #3e3a39;
	line-height: 1.83;
}
.sc-container .section .brand-info p:last-of-type {
	margin: 0;
}



