@charset "utf-8";
/* リセット
----------------------------------------- */
html, body, h1, h2, h3, h4, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    font-weight: normal;
    font-size: 100%;
    vertical-align: baseline;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
article, header, footer, aside, figure, figcaption, nav, section {
    display: block;
}
body {
    line-height: 1;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
	font-family: -apple-system, BlinkMacSystemFont, sans-serif;
	background:url("../imgs/bg.jpg") repeat 0 0;
}
ol, ul {
    list-style: none;
    list-style-type: none;
}
a {
    text-decoration: none;
    color: #7b2000;
}
/* clearfix */
.cf:after {
    content: "";
    display: block;
    clear: both;
}
img.img100 {
    width: 100%;
    height: auto;
}
/* アンカー */
.l_anchor {
    position: absolute;
    height: 0;
    margin-top: -60px;
}
#wrapper {
}

/* スマホでは非表示 */
.sp_none {
    display: none;
}
/* パンくず */
.breadcrumb {
    font-size: 11px;
    line-height: 1;
    padding: 5px 10px;
    background: #8E0000;
	margin-bottom:1px;
}
.breadcrumb li {
    display: inline-block;
    color: #fff;
}
.breadcrumb a {
    color: #fff;
}
.breadcrumb li::after {
    content: ">";
}
.breadcrumb li:last-child::after {
    content: "";
}
/* ヘッダー
-----------------------------------------*/
#header {
    position: relative;
	z-index: 1;
	border-bottom:5px solid #113961;
}

h1{
	background:#fff;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	padding:5px 0 5px 0;
	color:#8E0000;
}

#logo {
	position: absolute;
	z-index: 500;
	top: 30px;
	right: 5px;
	width:100px;
}
#logo img {
	display: block;
	width: 100px;
}

.sp_title img{
	width:100%;
	display: block;
}

/* ヘッドコピー */
.head_copy{
	padding:20px 10px 10px 10px;
	line-height:1.8;
	font-size:14px;
	text-align:center;
}
.head_copy strong{
	font-size:18px;
	color:#B30000;
}
.head_copy img{
	width:100%;
	max-width:700px;
}

/* cat_list */
.cat_list{
	padding:0 10px;
	display: table;
	width:100%;
}
.cat_list li{
	width:32%;
	margin-right: 2%;
	float:left;
	margin-bottom: 10px;
	font-size:14px;
	text-align: center;
	line-height: 1;
	border:1px solid #B30000;
}
.cat_list li:nth-child(3n){
	margin-right: 0;
}
.cat_list li a{
	display:block;
	background:#B30000;
	padding-bottom: 5px;
	font-weight: bold;
	color:#fff;
}
.cat_list img{
	width: 100%;
	height: auto;
	display: block;
	margin-bottom: 5px;
}

/* ヘッド部分クーポン */
.head_coupon {
	max-width:1000px;
	margin:0 auto 30px auto;
}
.head_coupon img{
	width:100%;
	display:block;
}
.head_coupon .btn{
	display:table;
}
.head_coupon .btn li{
	display:table-cell;
}

/* アイテムエリア
--------------------------------------------------- */
.item_wrap {
    padding: 20px 0 20px 0;
}

.item_title{
	margin-bottom: 30px;
	
}

.item_title h2{
	font-size:35px;
	font-weight: bold;
	margin-bottom: 10px;
	text-align:center;
	background:#806000;
	color:#fff;
	padding:10px 0;
	line-height:1;
}
.item_title p{
	font-size:16px;
	line-height: 1.4;
	padding:0 10px;
}

.box {
    margin: 0 10px;
}
.box .item {
	background:#fff;
	padding:5px 5px 10px 5px;
	width: 49%;
	float: left;
	margin-right:2%;
	margin-bottom:25px;
	border-radius:5px;
}
.box .item:nth-child(2n) {
	margin-right:0%;
}

.box .item a {
    display: table;
    color: #333;
}
.box .item .ph {
	margin-bottom:10px;
}
.box .item .ph img {
	width:100%;
    display: block;
}
.box .item .main {
}
.box .item .main .name {
    font-weight: bold;
    font-size: 13px;
	line-height: 1.2;
	margin-bottom:10px;
	height:2.2em;
	overflow:hidden;
}
.box .item .main .text {
	display:none;
	font-size: 14px;
    line-height: 1.4;
	margin-bottom: 10px;
	/*
	overflow:hidden;
	display: -webkit-box;
    -webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	*/
}
.item .main .price {
    font-size: 12px;
    color: #dc1c24;
    font-weight: bold;
    text-align: right;
	margin-bottom: 8px;
	padding:5px;
}
.box .item .main .price span {
	text-decoration:line-through;
}
.box .item .main .price strong {
	font-size: 14px;
}
.y_pre {
    display: inline-block;
    background: url("../imgs/yahoo_premium.png") no-repeat 0 0;
    background-size: contain;
    width: 15px;
    height: 12px;
}
.box .item .main .tag {
    font-size: 10px;
    line-height: 1;
    margin-bottom: 5px;
}
.box .item .main .tag span {
    display: inline-block;
    padding: 2px 5px;
    margin-bottom: 5px;
    color: #FF0004;
    border: 1px solid #FF0004;
	background:#fff;
}
.box .item .main .tag span.mark{
	background:#FF0004;
	color:#fff;
}
.box .item .main .tag .y_pre {
}
.box .item .main .tag .y_pre:after {
    content: "プレミアム会員";
    background: url("../imgs/yahoo_premium.png") no-repeat 0 0;
    background-size: contain;
    padding-left: 18px;
    margin-left: -3px;
}
.box .item .main .btn {
    position: relative;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    padding: 5px 10px 5px 20px;
    border-radius: 3px;
    background: #B30000 url("../imgs/arrow01.png") no-repeat center left;
	background-size:25px;
	width:150px;
	margin:0 auto;
	text-align:center;
}

.special_btn {
	width:90%;
	margin:0 auto;
}
.special_btn a{
	display:block;
	background:darkred url(../imgs/arrow02.png) no-repeat 10px center;
	background-size:15px;
	color:#fff;
	text-align:center;
	padding:10px 0 10px 10px;
	border-radius:5px;
	font-size:16px;
	font-weight:bold;
}

/* フッター
-------------------------------------------------- */
#footer {
}

/* デリバリー */
.bn_area {
	padding:10px;
	text-align:center;
}
.bn_area img{
	width:100%;
	max-width:640px;
	border-radius: 5px;
}

/* インフォメーション */
.info_area {
    padding: 30px 10px;
}
.info_box {
    font-size: 12px;
    line-height: 1.5;
    margin-bottom: 15px;
}
.info_box h2 {
    font-weight: bold;
    font-size: 14px;
    border-bottom: 1px solid #333;
    margin-top: 20px;
    margin-bottom: 5px;
}
.info_box h2:first-child {
    margin-top: 0;
}
.ib_n1 {
    background: #352014;
    color: #EFE9D1;
    padding: 10px;
}
.ib_n1 a {
    color: #fff;
}
.yamato_time {
    width: 100%;
    max-width: 298px;
}
/* ページの先頭へ */
#fixedTop {
    display: none;
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 9999;
    font-size: 12px;
    background: #7b2000;
    color: #fff;
    padding: 25px;
    text-align: center;
    border-radius: 40px;
    transition: auto;
}

/* フッターリンク */
.f_navlink{
	padding-bottom:10px;
}
.f_navlink ul{
	text-align: center;
}
.f_navlink li{
	font-size:12px;
	display: inline-block;
}
.f_navlink li:after{
	content:" -";
}
.f_navlink li:last-child:after{
	content:"";
}

/* コピーライト */
.copyright {
    padding: 10px 10px 50px 10px;
    text-align: center;
    font-size: 10px;
    line-height: 1;
    background: #000;
    color: #fff;
}
.copyright a {
    color: #333;
}

/* ドロワーメニュー
------------------------------------------------ */
.menu_box{
	display:none;
	position:fixed;
top:0;
left:0;
z-index:9999;
width:100%;
}
.menu{
width:100%;
display:table;
}
.menu > li{
position: relative;
display:table-cell;
vertical-align: middle;
background:#000;
color:#fff;
text-align:center;
width:20%;
line-height: 1.3em;
padding:0;
border-right:1px dotted #fff;
font-size:12px;
}
.menu > li:last-child{
border-right:0;
}
.menu li a{
color:#fff;
display:block;
padding:10px;
font-weight:bold;
}

/* クーポン・バナー
-----------------------------------------------------*/
.coupon{
	position:fixed;
	z-index:9999;
	bottom:200px;
	right:0;
	text-align:center;
}
.coupon img{
	width:50px;
}

.side_linkbn{
	position:fixed;
	z-index:9999;
	bottom:100px;
	right:0;
	text-align:center;
}
.side_linkbn img{
	width:50px;
}

.link_bn_area{
	padding:0 10px;
}
.link_bn_area img{
	width:100%;
}

/* 560px以上 */
@media screen and (min-width:560px) {

	.item_title p{
		text-align:center;
	}



	.ib_n1{
		display:table;
	}
	.ib_n1 img{
		width:50%;
	}
	.ib_n1 img.staff_ph{
		float:left;
		margin-right:10px;
	}

}

/* 960px以上 */
@media screen and (min-width:960px) {
	body {
	}
	a, a img {
	/* transition: .3s; */
	}
	a:hover,  a:hover img {
		opacity: 0.7;
	}
	/* アンカー */
	.l_anchor {
		margin-top: -70px;
	}
	/* PCでは非表示 */
	.pc_none {
		display: none;
	}
	.sp_none {
		display: block;
	}

	/* ヘッダー
	-----------------------------------------*/
	#header {
		margin-bottom:15px;
	}
	#logo {
		top: 80px;
		right: 15px;
		width:170px;
	}
	#logo img {
		width: 170px;
	}
	#logo.price{
		top:10px;
	}
	
	.pc_title{
		height:431px;
		width:100%;
		background:url(../imgs/title_pc.jpg) no-repeat center bottom;
		background-size:cover;
		position: relative;
		overflow:hidden;
	}
	.pc_title img{
		display:block;
		position: absolute;
		width:1000px;
		height: auto;
		left:0;
		right:0;
		top:0;
		bottom:0;
		margin:auto;
	}
	
	/* ヘッドコピー */
	.head_copy{
		font-size:20px;
		line-height:1.5;
		padding:15px 0 0 0;
		margin-bottom:40px;
	}
	.head_copy strong{
		font-size:30px;
		color:#B30000;
	}
	
	
	
	/* メニューボタン */
	.gnav_area {
		padding: 30px 0;
		max-width: 800px;
		margin: 0 auto;
	}

	/* パンくず */
	.breadcrumb {
	}
	.breadcrumb ul {
		max-width: 1300px;
		margin: 0 auto;
	}
	
	/* cat_list */
	.cat_list{
		width:100%;
		max-width:1000px;
		margin:0 auto 80px auto;
		padding:0;
	}
	.cat_list li{
		width:19.5%;
		margin:0 0.6% 0 0;
		font-size:17px;
	}
	.cat_list li:nth-child(3n){
		margin-right:0.6%;
	}
	.cat_list li:nth-child(5n){
		margin-right:0;
	}
	.cat_list img{
		margin-bottom: 5px;
	}
	.cat_list li a{
		padding-bottom: 5px;
	}

	
	/* 商品エリア */
	.item_wrap {
		padding: 0 0 50px 0;
	}
	.item_title{
		border-top:0;
		background:transparent;
	}
	.item_title h2{
		font-size:60px;
		margin-bottom:15px;
		padding:15px 0;
	}
	.item_title p{
		font-size:18px;
	}
	
	.box {
		max-width: 1050px;
		margin: 0 auto;
	}
	.box .item {
		padding: 15px;
	}

	.box .item {
		width:32%;
		margin-right:2%;
		margin-bottom:25px;
		float: left;
	}
	.box .item:nth-child(2n) {
		margin-right:2%;
	}
	.box .item:nth-child(3n) {
		margin-right:0%;
	}

	.box .item .ph, .box .item .main {
		float: none;
		width: 100%;
	}
	.box .item .ph {
		margin-bottom: 15px;
	}
	.box .item .main {
		padding: 0;
	}
	.box .item .main .name {
		font-size: 20px;
		margin-bottom: 10px;
		padding:0;
		background:transparent;
		color:#000;
		padding:0;
		min-height:2.7em;
	}
	.box .item .main .text {
		display: block;
		font-size: 16px;
		line-height:1.4;
		height:auto;
		overflow:visible;
	}
	.box .item .main .tag {
		font-size: 12px;
	}
	.box .item .main .tag span.mark {
	}
	.box .item .main .tag span.y_pre {
	}
	.box .item .main .tag span.y_pre:after {
		padding-left: 20px;
		margin-left: -5px;
	}
	.box .item .main .price {
		padding-top: 10px;
		font-size: 18px;
	}
	.box .item .main .price strong {
		font-size: 25px;
	}
	.box.col3 .item .main .price {
		font-size: 15px;
		margin-bottom: 20px;
	}
	.box.col3 .item .main .price strong {
		font-size: 20px;
	}
	.main .price .y_pre {
		height: 17px;
		width: 20px;
	}
	.box .item .main .btn {
		display:block;
		font-size: 14px;
		padding: 10px 10px 10px 30px;
		width:170px;
		text-align: center;
	}
	.box .item .main .btn:before {
		width: 32px;
		height: 32px;
		background-size: 16px;
	}
	.box.col2 .item .main .btn {
		font-size: 18px;
		padding: 10px 15px 10px 35px;
	}
	.box.col2 .item .main .btn:before {
		width: 35px;
		height: 35px;
		background-size: 20px;
	}
	
	.special_btn {
		width:450px;
		margin:0 auto;
	}
	.special_btn a{
		display:block;
		background-size:30px;
		color:#fff;
		text-align:center;
		padding:20px 0 20px 15px;
		border-radius:5px;
		font-size:20px;
		font-weight:bold;
	}
	
	/* フッター
	-------------------------------------------------- */
	#footer {
		padding: 0;
	}
	
	/* 特典 */
	.point_area {
		padding: 70px 0 100px 0;
	}
	.f_point {
		width: 700px;
		margin: 0 auto 40px auto;
		padding: 0;
	}
	.f_point h3 {
		width: 450px;
		margin-bottom: 30px;
	}
	.point_list {
		margin: 0;
	}
	.point_list li .point_mark {
		font-size: 20px;
		width: 110px;
		padding: 20px;
	}
	.point_list li .point_main {
		font-size: 22px;
	}
	/* インフォメーション */
	.info_area {
		padding: 80px 0;
	}
	.info_area .inner {
		display: table;
		width: 100%;
		max-width: 1100px;
		margin: 0 auto;
		padding: 0 10px;
	}
	.info_area .info_box {
		float: left;
		width: 32%;
		margin-right: 2%;
	}
	.info_area .info_box.ib_n1 {
		margin-right: 0;
	}
	.ib_n1{
		display:block;
	}
	.ib_n1 img{
		width:100%;
	}
	.ib_n1 img.staff_ph{
		float:none;
		margin-right:0;
	}
	/* ページの先頭へ */
	#fixedTop {
		opacity: 0.5;
	}
	#fixedTop:hover {
		opacity: 1;
	}
	
	/* コピーライト */
	.copyright{
		padding:10px;
	}
	
	/* ドロワーメニュー
	-----------------------------------------------------*/
	.menu{
position:fixed;
top:0;
left:0;
z-index:99;
width:100%;
display:table;
}
.menu > li{
font-size:16px;
}
.menu > li a{
	padding:20px;
}
	
	/* クーポン・バナー
	-----------------------------------------------------*/
	.coupon{
		bottom:300px;
	}
	.coupon img{
		width:100px;
	}
	
	.side_linkbn{
		bottom:100px;
	}
	.side_linkbn img{
		width:100px;
	}
	
	.link_bn_area{
		padding:0;
		text-align:center;
	}
	.link_bn_area img{
		width:inherit;
	}

}
