@charset "UTF-8";


/* item
---------------------------------------------------------------------------*/

body#item.item #mainContents {
	background: #ffffff;
	padding: 0;
}

#itemContents {
	padding: 0;
}

#mainContents .pagetop {
	margin: -10px auto 20px;
	z-index: 999;
}

#itemContents .contents {
	overflow: hidden;
}

#itemContents.single .contents {
	overflow: hidden;
	color: #6F5240;
}

#itemContents.single .contents .box-list {
	margin: 0;
}

#itemContents.single .btn-link-s {
	width: 260px;
	margin: 30px auto 0;
}


/* .message
------------------------------------*/

.message {
	overflow: hidden;
	background: #ffffff;
	width: 100%;
	text-align: center;
}

.message .inner {
	position: relative;
	width: 1000px;
	min-height: 100px;
	margin: 0 auto;
	padding: 35px 0 15px;
}

.message h1 {
	display: block;
	margin: 0 0 0 12px;
	color: #E95516;
	font-size: 22px;
	font-weight: bold;
	line-height: 1.8;
	letter-spacing: 0.1em;
}

.message .img-left {
	position: absolute;
	bottom: -125px;
	left: 140px;
}

.message .img-right {
	position: absolute;
	bottom: -125px;
	right: 140px;
}


/* .item-list
------------------------------------*/

.item-list {
	background: #F9F8EE;
	padding: 80px 0 40px;
}

.item-list:last-child {
	padding-bottom: 160px;
}

#itemContents.single .item-list {
	padding: 100px 0 120px;
}

.item-list.item-list-kg {
	background: #F1F0E0;
}

.item-list.item-list-set {
	background: #FFFDE9;
}

.item-list.delivery {
  background: #F9F8EE;
}

.item-list .sub-title {
	margin: 0 auto 70px;
}

.item-list ul {
	overflow: hidden;
	text-align: center;
	margin: 0 -30px;
}

.item-list li {
	display: inline-block;
	position: relative;
	width: 290px;
	height: 325px;
	margin: 0 30px 90px;
	opacity: 0;
}

.item-list li.list1 {
	margin: 0 30px 90px 60px;
}

.item-list li.list2 {
	margin: 0 60px 90px 30px;
}

.item-list li a:hover {
	opacity: 0.5 !important;
}

.item-list li div {
	position: absolute;
	top: 5px;
	left: 0;
	z-index: 2;
	padding: 23px 0 0;
	text-align: left;
}

.item-list li div p {
	color: #E95516;
	font-size: 12px !important;
	font-weight: bold;
	line-height: 1.6;
	letter-spacing: 0.2em;
}

.item-list li div p i {
	padding: 0 3px;
	font-style: normal;
}

.item-list li div p i:last-of-type {
	display: none;
}

.item-list li div:before {
	display: block;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	background: #E95516;
	width: 24px;
	height: 2px;
}

.item-list li h3 {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 235px;
	color: #E95516;
	font-weight: bold;
	letter-spacing: 0.05em;
	line-height: 1.4;
	text-align: left;
	z-index: 2;
}

.item-list li h3 em {
	margin: 0 0 5px;
	display: block;
	font-size: 12px;
}

.item-list li h3 span {
	display: block;
	margin: 0 0 2px;
	font-size: 17px;
}

.item-list.item-list-single li h3 span {
	font-size: 18px;
}

.item-list li h3 i {
	display: block;
	margin: 8px 0 0 2px;
	color: #6F5240;
	font-size: 10px;
	font-style: normal;
	letter-spacing: 0.3em;
	-webkit-text-transform: uppercase;
	-ms-text-transform: uppercase;
	text-transform: uppercase;
}

.item-list li .btn-detail {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 2;
}

.item-list li figure {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.item-list li figure img {
	border-radius: 50%;
	width: 290px;
	height: 290px;
}


/* .item-list - media query
-----------------------------------*/

@media (max-width: 1060px) {

.item-list li {
	margin: 0 15px 90px;
}

}


/* item - single
---------------------------------------------------------------------------*/

.slider-wrap {
	overflow: hidden;
	position: relative;
	width: 100%;
	margin: 0 0 70px;
}

#itemContents.single .slider-wrap p {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #FFFFFF;
	padding: 15px;
	font-size: 12px;
	font-weight: bold;
	line-height: 1;
	letter-spacing: 0.05em;
	z-index: 9999;
}


/* item contents
------------------------------------*/

#itemContents .contents h1 {
	margin: 0 auto 70px;
	text-align: center;
	line-height: 1.4;
}

#itemContents .contents h1 span {
	display: inline-block;
	border-bottom: 2px dotted #E95516;
	padding: 0 16px 15px;
	color: #E95516;
	font-size: 26px;
	font-weight: bold;
	letter-spacing: 0.1em;
}

#itemContents .contents h1 em {
	padding: 0 0 0 15px;
	font-size: 12px;
	font-weight: bold;
	color: #6F5240;
	-webkit-text-transform: uppercase;
	-ms-text-transform: uppercase;
	text-transform: uppercase;
}

.sec-box.sec-main {
	margin: 0 0 45px;
}

.sec-box.sec-cart {
	margin: 0 0 30px;
}

.sec-box.sec-point .inner {
	padding: 45px 20px 40px;
}

.sec-box.sec-cart .inner {
	padding: 30px 20px 35px;
}


/* .item-detail
------------------------------------*/

.item-detail {
	float: left;
	width: 590px;
	margin: 0 0 60px;
	font-weight: bold;
}

.item-detail h2 {
	position: relative;
	margin: 0 0 25px;
	color: #E95516;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.6;
	letter-spacing: 0.05em;
	z-index: 1;
}

.item-detail h2:after {
	display: block;
	content: '';
	position: absolute;
	top: -20px;
	left: -28px;
	background: url(../img/share/ico-circle.png) no-repeat;
	width: 72px;
	height: 64px;
	z-index: -1;
}

.item-detail div {
	line-height: 1.9;
	letter-spacing: 0.05em;
}

.sec-point h3 {
	position: relative;
	margin: 0 0 35px 20px;
	color: #E95516;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.6;
	z-index: 1;
	letter-spacing: 0.1em;
}

.item-detail h3:after {
	display: block;
	content: '';
	position: absolute;
	top: -2px;
	left: -18px;
	background: url(../img/share/ico-circle.png) no-repeat;
	background-size: 36px 32px;
	width: 36px;
	height: 32px;
	z-index: -1;
}

.sec-point li {
	overflow: hidden;
	border-bottom: 2px dotted #AA8B6E;
	margin: 0 0 25px;
	padding: 0 0 25px;
}

.sec-point li:last-child {
	border-bottom: none;
	margin: 0;
	padding: 0;
}

.sec-point figure {
	float: left;
	margin: 0 25px 0 0;
	width: 138px;
	height: 138px;
}

.sec-point figure img {
	border-radius: 50%;
	width: 138px;
	height: 138px;
}

.sec-point dl {
	float: left;
	width: 340px;
	margin: 15px 0 0;
}

.sec-point dt {
	margin: 0 0 8px;
}

.sec-point dt span {
	background: linear-gradient(transparent 70%, #FFF000 0%);
	padding: 0 0 2px;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 1.6;
}

.sec-point dd {
	line-height: 1.8;
	letter-spacing: 0.05em;
}


/* .item-detail - media query
-----------------------------------*/

@media (max-width: 1060px) {
.sec-box.sec-main {
	margin: 0 0 35px;
}
.item-detail {
	width: 580px;
	margin: 0 0 60px 17px;
}
.sec-point dl {
	width: 330px;
}
}


/* .item-cart
------------------------------------*/

.item-cart {
	float: right;
	width: 365px;
	margin: 0 0 60px;
	font-weight: bold;
}

.logo-item {
	width: 300px;
	margin: 0 auto 25px;
}

.item-cart h2 {
	position: relative;
	margin: 0 0 25px 3px;
	padding: 0 0 0 50px;
	color: #E95516;
	font-size: 20px;
	letter-spacing: 0.05em;
	font-weight: bold;
}

.item-cart h2 span {
	display: block;
	margin: 0 0 6px;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.4;
}

.item-cart h2:after {
	display: block;
	content: '';
	position: absolute;
	top: 4px;
	left: 0;
	background: url(../img/item/ico-cart.png) no-repeat;
	width: 37px;
	height: 37px;
}

@media all and (-webkit-min-device-pixel-ratio: 1.5) {	
.item-cart h2:after {
	background: url(../img/item/ico-cart@2x.png) no-repeat;
	background-size: 37px 37px;
}
}

.cart {
	border-top: 2px dotted #AA8B6E;
	margin: 0 0 16px;
}

.cart li {
	position: relative;
	display: flex;
	justify-content: space-between;
	border-bottom: 2px dotted #AA8B6E;
	padding: 13px 0 5px;
}

.cart li .number {
	width: 100%;
	margin: 2px 20px 2px 8px;
	font-size: 14px;
	letter-spacing: 0.08em;
	line-height: 1.6;
	text-align: left;
}

.caution {
	visibility: hidden;
	opacity: 0;
	position: absolute;
	bottom: 60px;
	right: 7px;
	border-radius: 5px;
	background: #FFFFFF;
	border: 3px solid #E95516;
	width: 240px;
	padding: 15px 15px 15px 20px;
	font-size: 13px;
	line-height: 1.8;
	letter-spacing: 0.05em;
	transition: .2s linear;
	z-index: 2;
}

.caution em {
	color: #E95516;
	font-weight: bold;
}

.btn-cart:hover + .caution {
	visibility: inherit;
	opacity: 1;
	bottom: 70px;
}

.btn-cart {
	width: 135px;
	min-width: 135px;
	margin: 4px 8px 13px 0;
	text-align: center;
	z-index: 1;
}

.btn-cart a {
	display: block;
	border-radius: 8px;
	background: #EA5514;
	height: 28px;
	padding: 7px;
	text-align: center;
}

.btn-cart a span {
	position: relative;
	display: inline-block;
	padding: 4px 0 0 25px;
	color: #ffffff;
	font-size: 17px;
	font-weight: bold;
	text-align: center;
	line-height: 1.2;
}

.btn-cart a span:before {
	display: block;
	content: '';
	position: absolute;
	top: 6px;
	left: 5px;
	background: url(../img/item/ico-arrow-cart.png) no-repeat;
	width: 11px;
	height: 15px;
}

@media all and (-webkit-min-device-pixel-ratio: 1.5) {	
.btn-cart a span:before {
	background: url(../img/item/ico-arrow-cart@2x.png) no-repeat;
	background-size: 11px 15px;
}
}


.chilled,
.attention-kg {
  margin: 0 0 15px 8px;
	font-size: 12px;
	letter-spacing: 0.1em;
	line-height: 1.6;
	text-align: left;
}

.btn-guide {
	width: 100%;
	margin: 20px 0 25px;
}

.btn-guide a {
	display: block;
	border-radius: 10px;
	background: #A9C100;
	padding: 10px;
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.05em;
	text-align: center;
}

.item-cart .sns {
	overflow: hidden;
}

.item-cart .sns li {
	float: left;
	margin: 0 20px 0 0;
}

.bnr {
	overflow: hidden;
	width: 365px;
	height: 400px;
}

.bnr li,
.bnr li a {
	display: block;
	overflow: hidden;
	width: 365px;
	height: 400px;
}

.bnr li a img {
	width: 365px;
	height: auto;
	-webkit-transform: translateZ(0);
}

.btn-cart a:hover,
.btn-guide a:hover {
	opacity: 0.5;
}


/* .item-cart - media query
-----------------------------------*/

@media (max-width: 1060px) {
.item-cart {
	margin: 0 17px 60px 0;
}
}
