@charset "utf-8";
/* CSS Document */


/* style.css @overwrite
-------------------------------------*/
.series004-main {
  width: 100%;
  height: auto;
  max-height: 960px;
  display: table;
}
.series004-main {
  margin-top: 0;
  background-color: #3c4637;
  color: #FFFFFF;
  }


/*--------------------------------------  
		main-img
---------------------------------------*/ 

/*#page-004 .catch-copy { max-width: 562px; }*/
#page-004 .catch-copy { max-width: 469px; }
#page-004 .catch-copy {
    width: 24%;
}
/*--------------------------------------  
		sec-series
---------------------------------------*/ 
.sec-series004 {
  width: 100%; 
  text-align: center;
  margin-top: -50px;
}

/*--------------------------------------  
		#product
---------------------------------------*/ 
#page-004  .series-sub {
  max-width: 100%;
  height: auto;
  display: table;
  margin: 0 auto;
  padding: 120px 80px 220px;
}
/*--------------------------------------  
		sec-lineup 004
---------------------------------------*/ 
.lineup-004 {
  width: 100%;
  height: auto;
  margin: 80px auto 180px;
}
.lineup-004 .flexBox {
	display: flex;
  max-width: 685px;
	flex-wrap: nowrap;
	justify-content: space-between;
	margin: 0 auto 60px;
}
.lineup-004 figure,
.lineup-004 p {
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', 'sans-serif';
  font-size: 16px;
  letter-spacing: 0;
  text-align: center;
}
.lineup-004 figure {
	display: block;
	font-size: 12px;
}
.lineup-004 figure img {
  margin-bottom: 17px;
}
.lineup-004 figure figcaption {
	display: block;
}
.lineup-004>p {
	margin-bottom: 35px;
  font-size: 16px;
}
.lineup-004>p img {
	margin-right: 10px;
	vertical-align: bottom;
}
.lineup-004 .boxDescription p {
	line-height: 2;
}

/* =====================================================
    004こだわり
======================================================== */
.commitment-004 #photoBox {
	position: relative;
	width: 100%;
  max-width: 1278px;
  max-height: 922px;
	margin: 0 auto;
}
.commitment-004 #photoBox::before {
  content: "";
  display: block;
  padding-top: 72.14%;
}
.commitment-004 .photoBox-inner {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
}
.commitment-004 #tnlist{
	width: 100%;
	margin: 0 auto;
	z-index: 3;
}
.commitment-004 #tnlist ul{
	width: 100%;
  max-width: 1278px;
  height: 60px;
	margin: 0 auto 20px;
	padding: 0;
	text-align: center;
}
.commitment-004 #tnlist li{
	width: 24.25%;
  height: 60px;
	float: left;
  margin-right: 1%;
	list-style: none;
	border-radius: 30px;
}
.commitment-004 #tnlist li:last-child {
  margin-right: 0;
}
.commitment-004 #tnlist li a{
  display: block;
  background-color: #3c4637;
	border-radius: 30px;
  line-height: 60px;
	cursor: pointer;
  color: #fff;
  text-decoration: none;
}
.commitment-004 #tnlist li a:hover {
  background-color: #b30012;
}
.commitment-004 #tnlist li.on a{
  background-color: #b30012;
}
.commitment-004 #photolist{
	position: relative;
	width: 100%;
	z-index: 2;
}
.commitment-004 #photolist li{
	position: absolute;
  width: 100%;
  max-width: 1278px;
	top: 0;
	left: 50%;
    -webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	display: none;
	list-style: none;
  text-align: justify;
  line-height: 2;
}
.commitment-004 #photolist li img {
  width: 100%;
  max-width: 1278px;
	margin-bottom: 5px;
}

.commitment-004 #photolist li span {
	font-size: 16px;
}