@charset "utf-8";
/* CSS Document */

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
/* For modern browsers */
.clearfix:before, .clearfix:after {
	content: "";
	display: table;
}
.clearfix:after {
	clear: both;
}
/* For IE 6/7 (trigger hasLayout) */
.clearfix {
	zoom: 1;
}
/*/ LP /////////////////////////////////////////////////////*/

body {
	margin: 0;
	padding: 0;
	background: #fff;
	color: #333;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	color: #333;
	line-height: 1.7;
	letter-spacing: 0.8pt;
}
.container {
	width: 100%;
	margin: 0;
	padding: 0;
}
ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
a {
	-webkit-transition: all 0.7s;
	-moz-transition: all 0.7s;
	-ms-transition: all 0.7s;
	-o-transition: all 0.7s;
	transition: all 0.7s;
	opacity: 1;
	text-decoration: none;
	color: #333;
}
a:hover {
	opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha(opacity=60)";
}
img {
	width: 100%;
	margin: 0;
	padding: 0;
}
/* ------------------------------------------------------------

	PC	
============================================================ */

/*--------main--------*/
#main {
	width: 100%;
	height: 100vh;
	margin: 0 auto;
	text-align: center;
	color: #fff;
	background: #CE7233;
	position :relative;
}
#main h1 {
	width: 35%;
	margin: 0 0 0 -17.5%;
	position: absolute;
	top: 13%;
	left: 50%;
}
#main p {
	font-size: 16px;
	line-height: 2;
	margin: 0;
	padding: 33% 0 0;
}
/*--------nav--------*/
#itemBox nav {
	padding: 50px 0;
}
#itemBox nav>ul {
	margin: 0 auto;
	max-width: 950px;
	overflow: hidden;
}
#itemBox nav>ul>li {
	float: left;
	width: 33.33%;
	height: auto;
	margin: 0;
	transition: all 0.5s;
}
#itemBox nav>ul>li:hover {
	box-shadow: inset 0 0 0 8px #CE7233;
}
#itemBox nav>ul>li span img {
	padding: 8px;
	box-sizing: border-box;
}
#itemBox #topNav {
	position: fixed;
	top: 0;
	background: #CE7233;
	z-index: 1000;
	width: 100%;
	padding: 0;
	font-family: 'Century Gothic', 'Questrial', sans-serif;
}
#itemBox #topNav>ul>li {
	padding: 1.5% 0;
	font-weight: bold;
	line-height: 1;
}
#itemBox #topNav>ul>li a {
	color: #fff;
}
#itemBox #topNav>ul>li br {
	display: none;
}
/*--------itemBox--------*/
#itemBox {
	width: 100%;
	margin: 0;
	text-align: center;
}
#itemBox h2 {
	font-size: 46px;
	margin: 0 0 20px;
	font-family: 'Century Gothic', 'Questrial', sans-serif;
	font-weight: normal;
}
/*#itemBox h2 span {
	border-bottom: 2px dashed #CE7233;
}
*/
#itemBox p {
	padding: 0;
	margin: 0;
	font-size: 16px;
}
#itemBox .content {
	padding: 100px 0;
	/* Firefox */
	background: -moz-linear-gradient(top center, #f5f5f5 0%, #fff 100%);
	/* Chrom と Safari */
	background: -webkit-gradient(linear, center top, center bottom, from(#f5f5f5), to(#fff));
	/* 共通 */
	background: linear-gradient(top center, #f5f5f5 0%, #fff 100%);
}
#itemBox .content .mainImage {
	max-width: 400px;
	margin: 0 auto 20px;
}
#itemBox .content>ul {
	overflow: hidden;
	max-width: 950px;
	margin: 60px auto 0;
}
#itemBox .content>ul li {
	float: left;
	width: 33.33%;
	margin: 0;
}
#itemBox .content .pointList {
	text-align: left;
	overflow: hidden;
}
#itemBox .content .pointList>li,
#itemBox .content .pointList>li:nth-child(3n) {
	overflow: hidden;
	width: 47.5%;
	margin: 0 5% 40px 0;
}
#itemBox .content .pointList>li:nth-child(even) {
	margin: 0 0 40px;
}
#itemBox .content .pointList>li>p {
	float: left;
	width: 37%;
}
#itemBox .content .pointList>li>p>img {
	margin-bottom: 0;
}
#itemBox .content .pointList>li>dl {
	float: right;
	width: 60%;
}
#itemBox .content .pointList>li>dl>dt {
	background: linear-gradient(transparent 60%, #deb590 0%);
	font-size: 18px;
	margin-bottom: 10px;
	font-style: italic;
	font-family: 'Century Gothic', 'Questrial', sans-serif;
	line-height: 1.2;
}
#itemBox .content .pointList>li>dl>dt br {
	display: none;
}
#itemBox .content .pointList>li>dl>dd {
	margin: 0;
	font-size: 13px;
}
#itemBox .content .fabricList>li>dl>dt {
	background: linear-gradient(transparent 60%, #dfb6b7 0%);
}
#itemBox p.attention {
	margin-bottom: 40px;
	font-size: 12px;
}
/*--------link--------*/
#link {
	max-width: 950px;
	margin: 0 auto;
	padding: 0;
}
#link li {
	width: 47.5%;
	margin: 0 5% 0 0;
	padding: 0;
	border: solid 1px #CDD6DC;
	background: #EAF0F5;
	text-align: center;
	float: left;
	display: block;
}
#link li:nth-child(even) {
	margin: 0;
}
#link li a {
	margin: 0;
	padding: 30px 0;
	color: #585752;
	font-size: 14px;
	font-weight: bold;
	display: block;
	text-decoration: none;
}
/*--------footer--------*/
footer {
	width: 100%;
	margin: 80px 0 20px 0;
	text-align: center;
}
footer #footer_logo {
	max-width: 140px;
	height: auto;
}
footer #copyright {
	width: 100%;
	margin: 20px 0 0 0;
	padding: 20px 0 0 0;
	border-top: solid 1px #ccc;
	font-size: 13px;
}
/*--------animation--------*/
.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.scrEvent {
    bottom: -70px;
    margin: 0 auto;
    display: none;
    position: relative;
}
@-webkit-keyframes fadeIn {
 0% {
 opacity: 0;
}
 100% {
 opacity: 1;
}
}
 @keyframes fadeIn {
 0% {
 opacity: 0;
}
 100% {
 opacity: 1;
}
}
.fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}
.animation01 {
	/* --秒待ってからアニメーションする */
	-webkit-animation-duration: 0.8s;
	animation-delay: 0.8s;
	-khtml-animation-delay: 0.8s;
	-ms-animation-delay: 0.8s;
}
.animation02 {
	/* --秒待ってからアニメーションする */
	-webkit-animation-duration: 1.5s;
	animation-delay: 1.5s;
	-khtml-animation-delay: 1.5s;
	-ms-animation-delay: 1.5s;
}

/* ------------------------------------------------------------

	SP
============================================================ */
@media screen and (max-width: 580px) {
/*--------main--------*/
#main {
	padding: 80px 0;
	height: auto;
}
#main h1 {
	width: 85%;
	margin: 0 auto 30px;
	position: inherit;
	left: 0;
}
#main p {
	width: 90%;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	font-size: 14px;
}
/*--------nav--------*/
#itemBox nav {
	padding: 0;
}
#itemBox nav>ul {
	width: 100%;
	margin: 10px auto;
}
#itemBox nav>ul>li {
	width: 50%;
	height: auto;
}
#itemBox #topNav>ul {
	margin: 0 auto;
}
#itemBox #topNav>ul>li {
	width: 33.33%;
	height: auto;
	padding: 10px 0;
	font-size: 12px;
}
#itemBox #topNav>ul>li br {
	display: inherit;
}
/*--------itemBox--------*/
#itemBox h2 {
	font-size: 30px;
	letter-spacing: 0.5pt;
}
#itemBox p {
	font-size: 14px;
	text-align: left;
}
#itemBox .content {
	padding: 80px 5%;
}
#itemBox .content .mainImage {
	width: 80%;
}
#itemBox .content>ul li {
	width: 50%;
	margin: 0 0 8% 0;
	font-size: 12px;
}
#itemBox .content .pointList,
#itemBox .content .pointList>li,
#itemBox .content .pointList>li:nth-child(3n) {
	float: none;
	width: 100%;
	margin-right: 0;
}
#itemBox .content .pointList li:nth-child(2n) p,
#itemBox .content .fabricList li:nth-child(2n) p {
	float: right;
}
#itemBox .content .pointList li:nth-child(2n) dl,
#itemBox .content .fabricList li:nth-child(2n) dl {
	float: left;
}
#itemBox .content .pointList>li>dl>dt {
	background: linear-gradient(transparent 80%, #deb590 0%);
	font-size: 18px;
	line-height: 1;
	letter-spacing: 0.5pt;
}
#itemBox .content .pointList>li>dl>dt>br {
	display: inherit;
}
#itemBox .content .pointList>li>dl>dd {
	font-size: 12px;
}
#itemBox .content .fabricList>li>dl>dt {
	background: linear-gradient(transparent 60%, #dfb6b7 0%);
}
#itemBox .content .fabricList>li:last-child {
	margin: 0;
}
#itemBox p.attention {
	width: 90%;
	margin: 0 auto 40px;
	font-size: 10px;
}
/*--------link--------*/

#link {
	width: 90%;
	margin: 0 auto;
	padding: 0;
}
#link li {
	width: 100%;
	margin: 0 0 20px 0;
}
#link li:nth-child(even) {
	margin: 0;
}
#link li a {
	width: 100%;
	margin: 0;
	font-size: 12px;
}
/*--------footer--------*/

footer #copyright {
	font-size: 11px;
}
}
