@charset "utf-8";

/*============================================
titleArea
=============================================*/

.titleArea {
	padding-top: 42px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 32px;
	text-align: center;
	background: #f4eaec;
  width: 100%;
}
.titleArea .title {
  position: relative;
  display: inline-block;
  margin: 0 auto;
  font-family: Brandon_bld;
  font-size: 30rem;
  text-align: center;
  letter-spacing: 2px;
  line-height: 1;
}
.titleArea .title:before,
.titleArea .title:after {
  position: absolute;
  bottom: 50%;
  content:"";
  display: block;
  width: 68px;
  height: 1px;
  background: #111;
}
.titleArea .title:before {
  left: -78px;
}
.titleArea .title:after {
  right: -78px;
}

.titleArea .lead {
  margin-top: 26px;
  color: #555;
  font-size: 13rem;
  line-height: 2;
  text-align: center;
  width: 100%;
}

/*============================================
lineup
=============================================*/
.newlineup {
	max-width: 980px;
  width: 100%;
	margin: 40px auto 0;
}
.newlineup:nth-child(3) {
	margin-top: 6px;
}
.lineuplist {
	width: 33%;
	display: inline-block;
	margin: 0;
	padding: 0 20px;
	height: 50px;
	border-left: solid 1px #C1C1C1;
	border-bottom: solid 1px #C1C1C1;
	color: #878787;
}
.liston {
	border-left: solid 1px #940722;
	border-bottom: solid 1px #940722;
}
.lineuptext {
	display: inline-block;
	margin-top: 20px;
}
.texton {
	color: #940722;	
	font-weight: bold;
}
.lineupimg {
	float: right;
	opacity: 0.3;
}
.img-opa {
	opacity: 1.0;
}
.sub {
	border-left: none;
	border-bottom: none;
	background-color: #F4EAEC;
}
.subon {
	color: #940722;
	font-weight: bold;
}
.product-tab {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  padding: 50px 0 0 0;
}
.product-tab_item {
  display: inline-block;
  border: 1px solid #930722;
  padding: 5px 7px;;
  margin: 5px 0;
  font-size: 16px;
  color: #930722;
  background: white;
}
.product-tab_item__active {
  background: #930722;
  color: white;
}
.product-tab_item:hover {
  background: #F5EAEC;
}

/*============================================
productsList
=============================================*/

.productsList {
  max-width: 980px;
  width: 100%;
  margin: 0 auto;
  padding: 68px 0 0;
  text-align: left;
}
.productsListCenter {
  text-align: center;
}
.products {
	display: inline-block;
	width: 240px;
	margin-bottom: 40px;
	padding: 0 16px;
	text-align: center;
	vertical-align: top;
}
.products-cap {
	width: 100%;
	text-align: center;
	padding: 0 0 50px 0;
}
.productList-box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.products .photo {
	display: block;
	width: 200px;
	height: 200px;
	margin: 0 auto 26px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	-webit-background-size: 150px 200px;
	-moz-background-size: 150px 200px;
	-ms-background-size: 150px 200px;
	background-size: 200px 200px;
}

.products .photo-extention {
	display: block;
	width: 200px;
	height: 200px;
	border: solid 1px #940722;
	padding: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.products .photo-extention p {
	font-size: 16px;
	line-height: 24px;
	color: #940722;
}
.products .name {
	display: inline-block;
	text-align: center;
	font-family: Brandon_bld;
	font-size: 18rem;
	font-weight: bold;
}

.products .lead {
  position: relative;
  margin-top: 10px;
  padding-top: 10px;
  text-align: center;
  color: #555;
  font-size: 12rem;
  line-height: 1.5;
}
.products .icon {
	margin-top: 7px;
}
.products .lead:before {
  position: absolute;
  content: "";
  display: block;
  height: 1px;
  width: 68px;
  top: 0;
  left: 50%;
  margin-left: -34px;
  background: #111;
}
.products:hover .photo,
.products:hover .name,
.products:hover .lead:before {
	opacity: .7;
}
@media screen and (max-width: 800px) {
  .titleArea {
    padding: 90px 0 0 0;
  }
  .titleArea .lead {
    padding: 0 0 30px 0;
  }
  .product-tab {
    padding: 50px 20px 0 20px;
  }
}

/*============================================
販売終了
=============================================*/

span.ended{
    font-size:0.9em;
}
