.breadcrumbs {
  //max-width: 1200px;
  padding: 5px 10px;
  font-family: YuGothic,"Yu Gothic","Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  color: #333;
  line-height: 1.5;
  margin: 0 auto;
}
.breadcrumbs a:hover {
  text-decoration: none;
}
.breadcrumbs__list {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.breadcrumbs__item {
  font-size: 10px;
}
.breadcrumbs__item + .breadcrumbs__item::before {
  content: '>';
  margin: 0 5px;
}
@media only screen and (min-width: 1000px) {
  .breadcrumbs {
    padding: 10px 0;
  }
  .breadcrumbs__item {
    font-size: 13px;
  }
}


/* ******************** メイン画像 ******************** */
#mainVisual {
	position: relative;
	width: 940px;
	margin: 0 auto;
}
#mainVisual h1 {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	z-index: 99;
}
#mainVisual #mainSlider {
	position: absolute;
	top: 0;
	left: 0;
}

.lead {
	margin: 2em 0;
}
.lead .title {
	font-size: 140%;
	font-weight: bold;
	text-align: center;
    margin: 4.5em 0 3em;
}
.lead .title span {
	font-size: 160%;
}

.lead p:last-child{
    margin: 0 0 3em;
    line-height: 2;
}


/* ******************** インデックス ******************** */

.font-en{
    font-family: 'Merriweather', serif;
}

#navigation ul {
	overflow: hidden;
}
#navigation li {
	float: left;
	width: 230px;
	margin-right: 5px;
	margin-bottom: 5px;
    color: #fff;
    box-sizing: border-box;
    font-size: 82%;
}
#navigation li:nth-child(4n) {
	margin-right: 0;
}
#navigation li a {
	position: relative;
	display: block;
	padding: 1em 0;
    background: #44505C;
    color: #fff;
	font-size: 120%;
	text-align: center;
	opacity: 1;
	transition: 0.5s;
}
#navigation li a:hover {
	text-decoration: none;
	opacity: 0.7;
	transition: 0.5s;
}
/*  #navigation li a::after {
	content: "\f107";
	font-family: "FontAwesome";
    font-weight: bold;
	position: absolute;
	right: 8px;
	top: 25%;
    color: #fff;
}  */

/* ******************** ブランド紹介 ******************** */
.brand {
	margin: 30px 0 50px;
}
.brand img {
	max-width: 100%;
	display: block;
	margin: 0 auto;
}
.brand .about {
	overflow: hidden;
	padding: 20px;
	background-color: #44505C;
	color: #ffffff;
    font-size: 90%;
}
.brand .about div {
	float: left;
	width: 440px;
}
.brand .about .logo {
	margin-right: 20px;
	padding: 10px 0;
	background-color: #ffffff;
}
.brand .about .logo img {
	width: 80%;
}
.brand .about h2 {
	margin: 1em 0 0;
	font-size: 140%;
	text-align: center;
}
.brand .note {
	margin: 0 0 2em;
	text-align: right;
}
.brand .note li::before {
	content: "※";
}

/* ******************** 商品紹介 ******************** */
.brand .lineup {
	margin: 10px 0 30px;
}
.brand .lineup .series {
	position: relative;
	min-height: 30px;
	margin: 0 0 10px;
	border-bottom: solid 1px #cccccc;
}
.brand .lineup h3 {
	position: absolute;
	bottom: 0;
	width: 18%;
	margin: 0;
	font-size: 150%;
}
.brand .lineup p {
	margin: 0 0 5px 20%;
}

.brand .lineup > ul {
	overflow: hidden;
	margin: 20px 0 30px;
}
.brand .lineup .detail {
	overflow: hidden;
	margin-bottom: 30px;
}
.brand .lineup .col1 img,
.brand .lineup .col1 dl,
.brand .lineup .col2,
.brand .lineup .col2_w {
	float: left;
	width: 460px;
}
.brand .lineup .col2:nth-child(2n),
.brand .lineup .col2_w:nth-child(2n) {
	margin-left: 20px;
}
.brand .lineup .detail img {
	margin-right: 20px;
	margin-bottom: 10px;
}
.brand .lineup .col2 img {
	margin-right: 10px;
}
.brand .lineup .col2 img,
.brand .lineup .col2 dl {
	float: left;
	width: 220px;
}
.brand .lineup .col2_w dl {
	width: 66%;
	margin: 0 auto;
}
.brand .lineup dt {
	font-size: 120%;
	margin-bottom: 10px;
}
.brand .lineup .moreinfo2 {
	width: 100%;
	margin: 10px auto 0;
}
.brand .lineup .moreinfo2 a {
	position: relative;
	display: block;
	margin: 1em auto 0;
	padding: 0.5em 0;
	background-color: #fff;
	border: solid 1px #ccc;
	text-align: center;
}
.brand .lineup .moreinfo2 a {
	transition: 0.5s;
}
.brand .lineup .moreinfo2 a::after {
	content: "\f105";
	font-family: FontAwesome;
	position: absolute;
	right: 1em;
}
.brand .lineup .moreinfo2 a:hover {
	text-decoration: none;
	opacity: 0.7;
	transition: 0.5s;
}
