@charset "UTF-8";

/* ---------------------------------------------------
 index contents
--------------------------------------------------- */
#contents > .section {
	/* margin-bottom: 80px; */
	margin-bottom: 100px;
}

#contents .section .title {
	background: url("../images/title_line.png") center bottom no-repeat;
	padding-bottom: 16px;
	margin-bottom: 30px;
}

/* --- media 599px以下 --- */
@media screen and (max-width: 599px) {
	#contents > .section {
		margin-bottom: 40px;
	}

	#contents .section .title {
		-webkit-background-size: auto 3px;
		background-size: auto 3px;
		padding-bottom: 10px;
		margin-bottom: 15px;
	}

	#contents .section .title img {
		height: 25px;
	}
}
/* --- media 599px以下 --- */


/* arrow link list */
#contents .section .linkList li {
	text-align: left;
	background: url("../images/link_arrow.png") left 0.4em no-repeat;
	background-size: 8px auto;
	padding-left: 15px;
}

#contents .section .linkList li:not(:first-child) {
	margin-top: 5px;
}

/* --- media 599px以下 --- */
@media screen and (max-width: 599px) {
	#contents .section .linkList li {
		background-size: 7px auto;
		padding-left: 12px;
	}

	#contents .section .linkList li:not(:first-child) {
		margin-top: 3px;
	}
}
/* --- media 599px以下 --- */


/* ----------------------------------------
 mainvisual
---------------------------------------- */
#mainvisual {
	/* margin-bottom: 60px; */
	margin-bottom: 50px;
}
/* --- media 599px以下 --- */
@media screen and (max-width: 599px) {
	#mainvisual {
		margin-bottom: 30px;
	}
}


/* ----------------------------------------
 concept
---------------------------------------- */
#concept .text p {
	font-size: 14px;
	line-height: 1.8;
}
/* --- media 599px以下 --- */
@media screen and (max-width: 599px) {
	#concept .text p {
		font-size: 12px;
		line-height: 1.7;
	}
}


/* ----------------------------------------
 lineup
---------------------------------------- */
#lineup .wrapper {
	margin-top: 45px;
}

#lineup .item {
	position: relative;
	margin-top: 30px;
}

#lineup .item:nth-child(4)  {
	position: relative;
	margin-top: 78px;
}

/* image */
#lineup .item .image {
	position: absolute;
	top: 0;
	z-index: 5;
}
#lineup .item:nth-child(odd) .image {
	right: 0;
}
#lineup .item:nth-child(even) .image {
	left: 0;
}

/* body */
#lineup .item .body {
	width: 530px;
	padding-top: 35px;
	padding-bottom: 40px;
	margin-top: 35px;
	background-color: rgba(177, 145, 104, 0.1);
	position: relative;
	z-index: 0;
}
#lineup .item:nth-child(even) .body {
	float: right;
	padding-left: 60px;
	margin-right: 10px;
}
#lineup .item:nth-child(odd) .body {
	float: left;
	padding-right: 20px;
}

#lineup .item .body:after {
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	background-color: rgba(177, 145, 104, 0.1);
	position: absolute;
	top: -10px;
	right: -10px;
	z-index: -5;
}

#lineup .item .description {
	margin-bottom: 20px;
}

#lineup .item .description p {
	font-size: 13px;
	line-height: 1.8;
}

/* products */
#lineup .item .products {
	display: inline-block;
}

#lineup .item .products .linkList li {
	font-size: 12px;
}

#lineup .item .products .note {
	font-size: 10px;
	line-height: 1.2;
	text-align: left;
	margin-top: 8px;
	text-indent: -0.5em;
}

/* ----------------------------------------
 others
---------------------------------------- */

/* --- media 599px以下 --- */
@media screen and (max-width: 599px) {
	#lineup .wrapper {
		margin-top: 0;
	}

	#lineup .item {
		margin-top: 15px;
	}
	#lineup .item:nth-child(4)  {
		position: relative;
		margin-top: 15px;
	}
	#lineup .item:nth-child(odd) {
		margin-right: 10px;
	}
	#lineup .item:nth-child(even) {
		margin-left: 10px;
	}

	/* image */
	#lineup .item .image {
		position: relative;
	}

	/* body */
	#lineup .item .body {
		width: auto;
		float: none !important;
		padding-top: 40px;
		padding-bottom: 30px;
		margin-top: -20px;
	}
	#lineup .item:nth-child(odd) .body {
		margin-right: 0;
		margin-left: 10px;
		padding-right: 10px;
		padding-left: 20px;
	}
	#lineup .item:nth-child(even) .body {
		margin-right: 10px;
		padding-right: 20px;
		padding-left: 10px;
	}

	#lineup .item:nth-child(even) .body:after {
		right: 10px;
	}

	#lineup .item .description {
		margin-bottom: 15px;
	}

	#lineup .item .description p {
		font-size: 12px;
		line-height: 1.7;
	}

	#lineup .item .description br {
		display: none;
	}

	/* products */
	#lineup .item .products .linkList li {
		font-size: 10px;
	}

	#lineup .item .products .linkList li span {
		display: inline-block;
	}

	#lineup .item .products .note {
		font-size: 9px;
		margin-top: 5px;
	}x
}
/* --- media 599px以下 --- */


/* ----------------------------------------
 news
---------------------------------------- */
#news .newsList {
	display: inline-block;
}

#news .newsList li {
	text-align: left;
}

#news .newsList li:not(:first-child) {
	margin-top: 10px;
}

#news .newsList li .date {
	margin-right: 20px;
}

/* --- media 599px以下 --- */
@media screen and (max-width: 599px) {
	#news .newsList li {
		padding-left: 7em;
		position: relative;
	}

	#news .newsList li:not(:first-child) {
		margin-top: 5px;
	}

	#news .newsList li .date {
		position: absolute;
		top: 0;
		left: 0;
		margin-right: 0;
	}
}
/* --- media 599px以下 --- */


/* ----------------------------------------
 shop
---------------------------------------- */
#shop .linkList {
	display: inline-block;
}

#shop .description-2{
	text-align: left;
	margin-top: 20px;
	margin-bottom: 20px;
}


