﻿@charset "UTF-8";
/*----------------------------------------
 特集ページ
-----------------------------------------*/
#LogoMain h1 {
  font-size: 1em;
  margin: 0 auto;
}

#list-title {
  text-align: center;
  padding-bottom: 25px;
}
.feature-item-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.feature-item {
  text-align: center;
  width: 25%;
  margin-bottom: 70px;
}

.feature-item #productImage {
  width: 185px;
  
height: 200px;object-fit: contain;/* display: block; *//* margin: 0 auto; */}

.feature-item-product-id {
  text-align: center;
  font-size: 10px;
  color:gray;
}

.feature-item-name {
  text-align: center;
  line-height: 1.6;
  font-size: 12px;
  font-weight: bold;
  color: #111;
}

.feature-item-outline
{
	text-align: center;
}

.pure-u-1-1 a .feature-item-outline {
  width: 370px;
}

.pure-u-1-2 a .feature-item-outline {
  width: 300px;
}

.pure-u-1-3 a .feature-item-outline {
  width: 220px;
}

#divProductArrivalMail {
  font-size: 11px;
  line-height: 1.3em;
  text-align: left;
  padding: 1em;
  background-color: #f8f8f8;
  margin-bottom: 0 1em;
}

#divProductArrivalMail span{
  font-size: 10px;
}

#divProductArrivalMail table {
  width: 100%;
}

#divProductArrivalMail th {
  display: inline-block;
  width: 95%;
  padding: 0.5em;
  background-color: #ccc;
}
#divProductArrivalMail td > .mailAddr {
  display: flex;
  width: 100%;
}

.btnClose {
  margin-top: 1em;
  text-align: center;
}

.feature-item-sold-out {
	color: #fff;
	word-wrap: normal;
	position: absolute;
	top: 0px;
	left: 0;
	text-align: center;
	width: 185px;
	height: 26px;
	line-height: 26px;
	background-color: #000;
	opacity: 0.5;
	display: inline-block;
}

.feature-item-img {
	position: relative;
}

/* 特集ページ一覧 */

.feature-page-view-list {
  font-family: Times, serif;
  font-size: 153.9%;
  padding: 2% 1%;
  width: 980px;
}

.feature-page-view-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.feature-page-view-item {
  border: 1px solid #d0d0d0;
  background-color: #fff;
  width: 220px;
  margin: 0.5em;
}

.feature-page-view-title {
  margin: 0.5em;
}

.feature-page-view-thumb {
  text-align: center;
}

.feature-page-view-thumb img {
  width: 100%;
}

.feature-page-view-no-item {
  text-align: center;
  font-size: 123.1%;
  padding: 20px 0;
}