@charset "utf-8";


#featureWrap a {
	color: #666666;
	text-decoration: none;
}


/****** 游ゴシック指定 ******/
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}


/****** その他の特集へ ******/
.more-btn {
    margin: 20px auto;
    width: 70%;
    background: #ffffff;
    text-align: center;
    border-radius: 3px;
    border: solid 1px #e8e8e8;
    border-bottom: solid 1px #c7c7c7;
    min-height: 18px;
		font-size:1.0rem;
		display: block;
}

.more-btn a {
	color: #666666;
	text-decoration: none;
	display: block;
	width: 100%;
	padding: 20px 0;
	margin: 0px;
}



/****** new特集コンテンツ スマホ(トリミング商品）******/

/****** トリミング1 ******/
#featureWrap .pickupList li dl.trim1{
/* 画像の横幅サイズ */
	max-width: 560px;
	position: relative;
	}

#featureWrap .pickupList li dl.trim1 dt{
	position: relative;
	width: 100%;
	padding-top: 102%;
	overflow: hidden;
	margin: 0 auto;
}

#featureWrap .pickupList li dl.trim1 img{
/* 画像の横幅サイズ */
	width: 560px;
	position: absolute;
/* トリミング位置 */
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	max-width: 150%;
	max-height: 150%;
	}


/****** トリミング2 ******/
#featureWrap .pickupList li dl.trim2{
/* 画像の横幅サイズ */
	max-width: 420px;
	position: relative;
	}

#featureWrap .pickupList li dl.trim2 dt{
	position: relative;
	width: 100%;
	padding-top: 100%;
	overflow: hidden;
	margin: 0 auto;
}

#featureWrap .pickupList li dl.trim2 img{
/* 画像の横幅サイズ */
	width: 420px;
	position: absolute;
/* トリミング位置 */
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	max-width: 100%;
	max-height: 100%;
	}


/****** トリミング3 ******/
#featureWrap .pickupList li dl.trim3{
/* 画像の横幅サイズ */
	max-width: 560px;
	position: relative;
	}

#featureWrap .pickupList li dl.trim3 dt{
	position: relative;
	width: 100%;
	padding-top: 100%;
	overflow: hidden;
	margin: 0 auto;
}

#featureWrap .pickupList li dl.trim3 img{
/* 画像の横幅サイズ */
	width: 560px;
	position: absolute;
/* トリミング位置 */
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	max-width: 150%;
	max-height: 150%;
	}


/****** トリミング4 ******/
#featureWrap .pickupList li dl.trim4{
/* 画像の横幅サイズ */
	max-width: 420px;
	position: relative;
	}

#featureWrap .pickupList li dl.trim4 dt{
	position: relative;
	width: 100%;
	padding-top: 100%;
	overflow: hidden;
	margin: 0 auto;
}

#featureWrap .pickupList li dl.trim4 img{
/* 画像の横幅サイズ */
	width: 420px;
	position: absolute;
/* トリミング位置 */
	top: 75%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	max-width: 150%;
	max-height: 150%;
	}














/****** new特集コンテンツ スマホ ******/

#featureWrap {
	width:100%;
	text-align:left;
	color:#666;
	overflow:hidden;
	}


/* featureMainimg メインイメージ */
#featureMainimg h1 {
	font-size:100%;
	padding: 0 0 10px 0;
}
#featureMainimg {
	margin: 0 auto 10px;
	}
#featureMainimg h2 {
	margin: 0;
 	padding: 2% 3%;
	font-size: 14px;
	color: #222;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-weight: 800;
	}
#featureMainimg #mainimgInner {
	width:100%;
	height:280px;
	overflow:hidden;
	display:table;
	background-repeat:no-repeat;
	background-position: 0 50%;
	background-size:100%;
	}
#featureMainimg #mainimgInner #catchWrap {
	/* 上下中央指定 */
	display:table-cell;
	vertical-align:middle;
	text-align: center;
}
#featureMainimg #mainimgInner p#catch {
	margin: 0 auto;
	padding: 10px;
	border: solid 1px #fff;
	width:70%;
	line-height:1.6;
	font-size: 1.5rem;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-weight: 800;
	color:#fff;
	text-shadow: 0 0 10px rgba(0,0,0,0.5);
	}
#featureMainimg #mainimgInner p#catch span {
	display:block;
	font-size:0.9rem;
	}
#featureMainimg .readTxt {
	padding: 15px 0 0 0;
	}
#featureMainimg .readTxt p {
	margin: 0 0 0.8em 0;
	line-height:1.6;
	color: #333;
	font-size: 1.15rem;
	padding: 3%;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-weight: 500;
	}


/* .pickupList ピックアップアイテム*/
#featurePickup {
	padding: 20px 0 5px 0;
	}
#featurePickup h2, 
#featurePickup h3 {
	clear:both;
	text-align:center;
	vertical-align:bottom;
	line-height:2.2;
	font-size:1.2em;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-weight: 500;
	color:#fff;
	background:#cca266;
	}
#featurePickup p {
	padding: 3%;
	line-height:1.4;
}

#featureWrap .pickupList{
	display:inline-block;
	margin: 0;
	padding: 1%;
	}

#featureWrap .pickupList li {
	margin: 0;
	padding: 0;
	float:left;
	width: 48%;
	}
#featureWrap .pickupList li:nth-child(even) {
	float:right;
	}
#featureWrap .pickupList li a {
	display:block;
	padding:10px 0 0 0;
	text-decoration:none;
	}

#featureWrap .pickupList li img {
	width: 100%;
	border: solid 1px;
	border-color: #ccc;
	}

#featureWrap .pickupList li dt {
	margin:0 auto;
	width: 100%;
	text-align:center;
	}

#featureWrap .pickupList li dd {
	padding: 0 8px;
	min-height: 180px;
	}
#featureWrap .pickupList li p.itemExp {
	min-height: 32px;
	line-height:1.5;
	font-size:0.9rem;
	font-weight:bold;
	text-decoration:underline;
	padding: 5px 0px;

	}
#featureWrap .pickupList li p.itemName {
	min-height: 40px;
	line-height:1.5;
	font-size:0.75rem;
	}
#featureWrap .pickupList li p.itemPrice {
	padding:0;
	margin:0 0 15px 0;
	font-size:small;
	color:#ff6666;
	text-align:right;
	}
#featureWrap .pickupList li p.itemPrice span {
	padding: 0 5px 0 0;
	}
#featureWrap .pickupList li p.btnItem {
	padding:6px 0;
	margin: 0 auto;
	width:70%;
	background:#ffffff;
	font-size:0.85rem;
	text-align:center;
	border-radius: 3px;
	border: solid 1px #e8e8e8;
	border-bottom: solid 1px #c7c7c7;
	min-height: 18px;
	}



/* .otherFeature その他の特集*/
#featureWrap h3.otherFeatureTitle {
	clear:both;
	padding: 20% 0 2% 2%;
	margin: 0 0 3% 0;
	font-size:1.2rem;
	font-weight:nomal;
	color:#333;
	line-height:1;
	text-align:left;
	vertical-align:bottom;
	border-bottom: solid 1px #333;
	}



#featureWrap .otherFeature li {
	/* margin: 0; */
	padding: 2%;
	float:left;
	width: 46%;
	min-height: 250px;
	}
#featureWrap .otherFeature li a {
	display:block;
	text-decoration:none;
	}

#featureWrap .otherFeature li img {
	width: 100%;
	-webkit-backface-visibility: hidden; /* Chrome画像ボケ対策用 */
	}

#featureWrap .otherFeature li dt {
	padding: 0 10px 10px 0;
	/* float:left; */
	vertical-align:top;
	}
#featureWrap .otherFeature li dd {
	/* margin: 0 0 0 110px; */
	}
#featureWrap .otherFeature li p.featureName {
	padding: 0 0 5px 0;
	line-height:1.5;
	font-weight:bold;
	text-decoration:underline;
	}
#featureWrap .otherFeature li p.featureExp {
	padding: 0;
	color:#999;
	font-size:90%;
	line-height:1.4;
	}

#featureWrap .seo_utext {
	width:570px;
	}




/* ------------------------------------
    おすすめ●●選フォーマット
------------------------------------ */

/* 目次  */
#featureMainimg .tocWrap {
	width: 94%;
	margin: 0 auto 5em;
	padding: 2em;
	border: 3px solid #ddd;
	box-sizing: border-box;
	}
	#featureMainimg .tocWrap p {
		padding: 0 0 0.6em;
		margin: 0 0 1.2em 0;
		line-height:1.4;
		color: #333;
		font-size:1.7em;
		font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
		font-weight: 800;
		text-align: center;
		border-bottom: 2px solid #ddd;
		}
	#featureMainimg .tocWrap ol {
		margin: 0 0 0 2em;
		}
	#featureMainimg .tocWrap ol li {
		padding: 0.2em 0 0.3em 0.6em;
		line-height:1.5;
		font-size:1.1rem;
		color: #333;
		font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
		font-weight: 500;
		list-style-type: decimal;
		}
	#featureMainimg .tocWrap ol li a {
		color: #333;
		text-decoration: underline;
		font-size:100%;
		font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
		font-weight: 500;
		}
		#featureMainimg .tocWrap ol li ol {
			padding: 0.5em 0 0 0;
			}
		#featureMainimg .tocWrap ol li li {
			font-size:1em;
			}

/* 詳細へボタン */
#featureWrap p.detailBtn {
	width: 82%;
	margin: 0 auto 3.5em;
	padding: 0.5em;
	position: relative; /* このタグを基準に矢印を作成 */
	clear: both;
	}
	#featureWrap .detailBtn a {
		display: block;
		padding: 1.4em 0;
		text-decoration: none;
		text-align: center;
		color:#ffffff;
		background: #99cc66;
		border-radius: 3px;
		border: solid 1px #99cc66;
		}
	#featureWrap .detailBtn a:hover {
		background:#88b958;
		border: solid 1px #88b958;
		}
		#featureWrap .detailBtn span {
			display: block;
			width: 100%;
			height: 100%;
			padding:0 40px 0 1em;
			box-sizing: border-box;
			font-size: 1.2rem;
			}
		#featureWrap .detailBtn span:after {
			content: '';
			position: absolute;
			top: 50%;
			right: 20px;
			display: block;
			width: 7px;
			height: 7px;
			margin-top: -4px;
			border-top: 2px solid #fff; /* 線の太さ */
			border-right: 2px solid #fff; /* 線の太さ */
			transform: rotate(45deg); /* 右向き矢印 */
			}


/* 見出し */
.blogTtl { /* 大見出し */
	display:inline-block;
	width:100%;
	padding: 1.2em 0;
	margin: 0 0 1.5em;
	border-top: 3px solid #333;
	border-bottom: 3px solid #333;
	line-height: 1.6;
	color: #333;
	text-align: center;
	font-size: 1.9em;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-weight: 800;
	}
.blogTtlM { /* 中見出し */
	padding: 0.6em 0 0.3em 0;
	margin: 0 0 1.5em;
	border-bottom: 2px solid #333;
	line-height: 1.5;
	font-size: 1.6em;
	color: #333;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-weight: 800;
	}
.blogTtlS { /* 小見出し */
	padding: 0;
	margin: 0 0 1.5em;
	border-bottom: 1px solid #333;
	line-height: 1.5;
	font-size: 1.4em;
	color: #333;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-weight: 500;
	}

/* 本文 */
.blogArticle > p {
	margin: 0 0 1.2em 0;
	line-height:1.5;
	letter-spacing: 0.1em;
	color: #555;
	font-size: 1.1rem;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-weight: 500;
	}
	.blogArticle .marker {
		background: #ffe31f;
		font-size: 100%;
		font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
		font-weight: 500;
		}
	.blogArticle .txtImp {
		color: #f9534d;
		font-size: 100%;
		font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
		font-weight: 600;
		}
	.blogArticle .end {
		margin: 0 0 3.5em 0;
		}
.blogArticle .otherImg {
	width:100%;
	height: 140px;
	overflow: hidden;
	}
	.blogArticle .otherImg img {
		height: 140px;
		}

/* インスタ埋め込み */
.blogArticle div.instagramEmbe {
	width: 70%;
	padding: 0 0 2em 0;
	}


/* おすすめポイント  */
.pointWrap {
	margin: 0 0 3em;
	padding: 20px;
	border: 1px solid #ccc;
	}
	.pointWrap p.thumbImg {
		float: left;
		width: 34%;
		}
	.pointWrap dl.point {
		float: right;
		width: 62%;
		}
	.pointWrap dl.point dt {
		padding: 0 0 0.5em 0;
		margin: 0 0 1em 0;
		line-height:1.5;
		text-align: center;
		border-bottom: dotted 1px #ccc;
		color: #333;
		font-size: 1.4em;
		font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
		font-weight: 800;
		}
	.pointWrap dl.point dd {
		}
		.pointWrap dl.point ul {
			margin: 0 0 0 2.2em;
		}
		.pointWrap dl.point ul li {
			padding: 0.2em 0 0.3em 0.8em;
			list-style-type: decimal;
			line-height:1.5;
			color: #333;
			font-size: 1.2rem;
			font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
			font-weight: 500;
			}


/* 関連リンク */
.relLinkWrap {
	margin: 0 10px 25px 20px;
}
.relLinkWrap h3 {
    clear: both;
    margin: 0 0 10px 0;
    text-align:left;
    vertical-align:bottom;
    line-height:2.2;
    font-size:1.2em;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    font-weight: 800;
    color: #000000;
    /* background:#cca266; */
}
.relLinkWrap ul {
	margin: 0 0 1em 0;
}
.relLinkWrap ul li {
	float: left;
	position: relative;
	padding-right: 1.3em;
	font-size:0.9rem;
}
.relLinkWrap ul li a {
	color: #333;
	text-decoration: underline;
}
.relLinkWrap ul li:before {
  content: ">";
  position: absolute;
  top: 50%;
  right: 3px;
  color: #a9a9a9;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.relLinkWrap ul li:last-child { padding-right: 0; }
.relLinkWrap ul li:last-child:before { display: none; }



/* SP用調整  */
.blogArticle {
	padding: 0 1.5em;
	}
.blogArticle p br {
	display: none;
	}
.blogTtl { /* 大見出し */
	font-size: 1.5rem;
	}
.blogTtlM { /* 中見出し */
	text-align: center;
	font-size: 1.4rem;
	}
.blogTtlS { /* 小見出し */
	text-align: center;
	font-size: 1.3rem;
	}
.blogArticle .otherImg {
	width:100%;
	height: auto;
	overflow: hidden;
	}
	.blogArticle .otherImg img {
		width:100%;
		height: auto;
		margin: 0 0 1em 0;
		}
.pointWrap p.thumbImg {
	float: none;
	width: 60%;
	margin: 0 auto;
	text-align: center;
	}
	.pointWrap p.thumbImg span {
		color: #ff0000;
		font-weight: bold;
		letter-spacing: 1px;   
		font-size: 16px;
		}
	.pointWrap p.thumbImg span span {
		font-size: 30px;
		}

.pointWrap dl.point {
	float: none;
	width: 100%;
	}

/* SNSボタン調整用 */
#featureWrap .shareList10 {
	padding:1em 1em 0 1em;
	}
#featureWrap .shareList10 a {
	color: #ffffff;
	}

/* インスタ埋め込み調整用 */
.blogArticle div.instagramEmbe {
	width: 100%;
	}

