@charset "utf-8";
/* ===================================================================
	style.css
=================================================================== */
/*----------------------------------------------------
	メインビジュアル 
----------------------------------------------------*/
#mv {
	background-image: url("../img/mv.jpg");
	background-repeat: no-repeat;
	background-position: top center;
	background-color: #f7a6a5;
	height: 730px;
	border-bottom: solid 12px #a80109;
	margin: 60px 0 0;
}
@media only screen and (max-width: 1240px) {
#mv {
	background:none;
	height: auto;
	margin: 60px auto 0;
}
#mv .sp_view {
	display: block;
}
}
@media only screen and (max-width: 748px) {
#mv {
	margin: auto;
	border-bottom: solid 4px #a80109;
}
}
/*----------------------------------------------------
	商品一覧
----------------------------------------------------*/
#itemWrapper {
	background: #ffffff;
}
.itemContents {
	padding: 5% 0 5%;
	overflow: hidden;
}
/*	見出し・メイン画像・説明文
------------------------------------ */
/* titleBox1 */
.titleBox1 {
	padding: 40px 20px;
	text-align: center;
}
.titleBox1 .en {
	font-family: 'Lateef', cursive;
	font-size: 70px;
	line-height: 1;
	letter-spacing: 2px;
}
.titleBox1 .jp {
	margin-top: 5px;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 1px;
}
/* itemMain */
.itemMain {
 	text-align: center;
}
.itemList + .itemMain {
	margin-top: 100px;
}
.itemMain dl {
	margin: 30px 20px 20px;
	font-weight: bold;
	line-height: 2.5;
}
.itemMain dl dt {
	font-size: 29px;
}
.itemMain dl dd {
	font-size: 16px;
	margin-top: 10px;
	letter-spacing: 1px;
}
.itemMain .lead {
	margin: 30px 0 0;
	font-size: 19px;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 2;
}
@media screen and ( max-width:640px ){
/* titleBox1 */
.titleBox1 {
	padding: 30px 15px 18px;
}
.titleBox1 .en {
	margin-top: 0;
	font-size: 42px;
}
.titleBox1 .jp {
	margin-top: 5px;
	font-size: 14px;
	letter-spacing: normal;
}
/* itemMain */
.itemMain dl {
	margin: 10px 20px 10px;
	letter-spacing: normal;
	line-height: 1.7;
	text-align: left;
}
.itemMain dl dt {
	font-size: 18px;
}
.itemMain dl dd {
	font-size: 13px;
	margin-top: 10px;
}
.itemMain .lead {
	margin: 10px 15px 0;
	font-size: 14px;
	letter-spacing: normal;
	line-height: 1.7;
	text-align: left;
}
.itemList + .itemMain {
	margin-top: 20px;
}
}
/*	itemList（一覧）
------------------------------------ */
.itemList {
	max-width: 1200px;
	margin: 0 auto;
}
.itemList > ul > li {
	box-sizing: border-box;
	width: 50%;
	padding: 3% 30px 0;
}
.itemList .frame {
	display: flex;
	flex-wrap: wrap;
	box-sizing: border-box;
	background: url("../img/background_03.jpg") left top repeat;
	border: double 4px #dc4949;
	padding: 30px;
}
.itemList figure {
	width: 40%;
	position: relative;
	z-index: 0;
}
.itemList figure img {
	width: 100%;
}
.itemList figure .status {
	position: absolute;
	left: 10px;
	top: 5px;
}
.itemList .specBox {
	width: 55%;
	font-weight: bold;
}
.itemList h3 {
	margin-top: 0;
	color: #dc283c;
	font-size: clamp(18px, 3vw, 38px);
	font-weight: bold;
	line-height: 1.2;
}
.itemList h3 span {
	font-size: clamp(13px, 2vw, 24px);
}
.itemList .comment {
	margin: 2% 0 2%;
	font-size: clamp(13px, 2vw, 21px);
	line-height: 1.6;
}
.itemList .setCont {
	border: solid 1px #ce999f;
	margin: 2% 0;
	padding: 2% 3%;
	line-height: 1.6;
	font-size: clamp(13px, 1.8vw, 18px);
}
.itemList .setCont li {
	display: inline-block;
	margin-right: 2%;
}
.itemList .setCont.lb li {
	display: block;
}
.itemList .setCont .present {
	color: #b40820;
}
.itemList .priceBox {
	margin-top: 2%;
}
.itemList .priceBox .price1 {
	display: block;
	font-size: clamp(15px, 2.5vw, 28px);
	margin:	0 0 -5px;
}
.itemList .priceBox .price2 {
	font-size: clamp(24px, 4vw, 58px);
	color: #b40820;
	line-height: 1.2;
	letter-spacing: -3px;
	font-family: 'Lora', "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝体", "Yu Mincho", YuMincho, "メイリオ",Meiryo, serif;
}
.itemList .priceBox .price2 span {
	margin: 0 4px 0 2px;
	font-size: clamp(13px, 2vw, 24px);
	letter-spacing: 0;
}
.itemList .priceBox .price2 span.free ,
.itemList .priceBox .price2 span.cap {
	display: inline-block;
	background: #b40820;
	border-radius: 3px;
	margin: 0 0 0 2%;
	padding: 1% 2%;
	color: #ffffff;
	font-size: clamp(15px, 2.8vw, 30px);
	font-weight: normal;
	letter-spacing: 1px;
	vertical-align: 15%;
}
.itemList .priceBox .price2 span.cap {
	background: #9e2f1d;
}
.itemList .priceBox .price2 span.cap span {
	margin-left: 0;
	font-size: clamp(11px, 1.8vw, 19px);
}
.itemList .priceBox .value {
	display: inline-block;
	background: linear-gradient(transparent 70%, #ffee8f 70%);
	margin: 1% 0 1%;
	padding: 0 2px;
	color: #b40820;
	font-size: clamp(16px, 3vw, 28px);
	line-height: 1.2;
}
.itemList .button {
	display: block;
	position: relative;
	background: linear-gradient(90deg, #dc4949, #a82222 50%, #dc4949 100%);
	border-radius: 6px;
	border: solid 1px #dc4949;
	margin: 3% 0 0;
	padding: 1% 1%;
	font-size: clamp(16px, 3vw, 27px);
	color: #ffffff;
	text-align: center;
}
.itemList a:hover.button {
	background: #ffffff;
	color: #a82222;
}
.itemList .button.close {
	background: #696969 !important;
	border: double 3px #696969 !important;
	pointer-events: none;
}
.itemList a:hover.button.close {
	background: #696969 !important;
	color: #ffffff !important;
}
/* col1（1列） ----------------------------*/
.itemList > ul.col1 > li {
	width: 100%;
}
.itemList .col1 figure {
	box-sizing: border-box;
	width: 45%;
	padding: 0 3% 0 0;
}
.itemList .col1 li:nth-child(even) figure {
	order: 2;
	padding: 0 0 0 3%;
}
.itemList .col1 li:nth-child(even) .specBox {
	order: 1;
}
.itemList .col1 li:nth-child(even) .recommend {
	order: 4;
}
/*	レスポンシブ
------------------------------------ */
@media screen and ( max-width: 1100px ){
.itemList ul{
	margin: 0 20px;
}
.itemList > ul > li {
	padding: 20px 10px 0;
}
}
@media screen and ( max-width: 1000px ){
.itemList .col1 .frame {
	padding: 3% 3%;
}
}
@media screen and ( max-width: 780px ){
.itemList ul {
	margin: 0 3%;
}
.itemList > ul > li {
	padding: 3% 0 0;
}
.itemList .frame {
	display: block;
}
.itemList .specBox{
	width: 100% !important;
	margin-top: 4%;
}
.itemList ul figure {
	width: 100% !important;
	padding: 0 !important;
}
.itemList .priceBox .price2 {
	letter-spacing: 0;
}
.itemList .priceBox .price2 span.free ,
.itemList .priceBox .price2 span.cap {
	margin: 0 0 0 1%;
	padding: 1% 2%;
	letter-spacing: 0;
}
.itemList .button {
	margin: 2% 0 0;
}
}
/* 560px以下 --------------------*/
@media screen and ( max-width: 640px ){
.itemList > li {
	width: 100% !important;
}
.itemList .priceBox .price1 {
	margin: 0 0 ;
}
.itemList .priceBox .price2 span {
	margin: 0 2px 0 0;
}
}
/*----------------------------------------------------
	商品一覧ボタン
----------------------------------------------------*/
.itemLink {
	max-width: 700px;
	margin: 2% auto 0;
}
.itemLink a{
	margin: 0 3% 7%;
	display: block;
	background: #a48e07;
	border: double 3px #a48e07;
	padding: 2% 4%;
	box-sizing: border-box;
	color: #fff;
	text-align: center;
	text-decoration: none;
	font-size: clamp(17px, 2vw, 24px);
}
.itemLink a:hover {
	background: #ffffff;
	color: #a48e07;
}
@media only screen and (max-width: 786px) {
.itemLink a{
	margin: 3% 3% 5%;
}
}
/*----------------------------------------------------
	送料無料テキスト
----------------------------------------------------*/
.deliv_free {
	margin: 2% 0 2%;
}
.deliv_free dl {
	max-width: 1240px;
	background: url("../img/background_03.jpg") left top repeat;
	border: double 3px #634929;
	margin: 0 auto;
	font-size: clamp(18px, 4vw, 45px);
	text-align: center;
}
.itemLink + .deliv_free dl {
	max-width: 1180px;
}
.deliv_free dl dt {
	background: #634929;
	color: #ffffff;
}
.deliv_free dl dd {
	padding: 1% 1%;
}
.deliv_free dl dd span {
	display: inline-block;
	background: #b40820;
	border-radius: 6px;
	padding: 0 1% 0 2%;
	color: #ffffff;
	font-weight: normal;
	letter-spacing: 1px;
	vertical-align: 15%;
}
/*----------------------------------------------------
	サービス
----------------------------------------------------*/
#service {
	background: url("../img/background_01.jpg") repeat left top;
	padding: 1% 2% 5%;
}
.eiyou {
	max-width: 1250px;
	margin: 2% auto 4%;
}
.eiyou p {
	box-sizing: border-box;
	background: #ffffff;
	border-radius: 8px;
	border: solid 1px #d21f33;
	padding: 1% 1%;
	text-align: center;
}
.service_list {
	display: flex;
	flex-wrap: wrap;
	max-width: 1250px;
	margin: 0 auto 1%;
}
.service_list li {
	box-sizing: border-box;
	width: 50%;
	padding: 1% 1%;
	text-align: center;
}
.service_list li img {
	width: 100%;
}
.attention {
	max-width: 1225px;
	margin: 0 auto;
	padding: 0 1%;
	font-weight: bold;
}
.attention .doukon {
	background: #dc283c;
	margin: 0 0 4%;
	padding: 1% 2%;
	text-align: center;
	color: #ffffff;
	font-size: clamp(14px, 2vw, 27px);	
}
.attention dl {
	box-sizing: border-box;
	background: #ffffff;
	border: double 3px #09a885;
	padding: 0;
}
.attention dt {
	background: #09a885;
	padding: 1% 3%;
	text-align: center;
	font-size: clamp(17px, 4vw, 35px);
	color: #ffffff;
}
.attention dt span {
	color: #fffa83;
}
.attention dd {
	padding: 15px 0 20px 60px;
	font-size: clamp(14px, 2vw, 27px);	
}
.attention dd ul {
	list-style: inside;
}
.attention dd ul li {
	list-style-position: outside;
	margin: 8px 0;
	line-height: 1.6;
}
.attention dd ul li span {
	color: #dc283c;
}
.attention dd ul li.period {
	list-style: none;
	margin: 0 0 1% -2%;
	font-size: clamp(15px, 4vw, 50px);
	line-height: 1.4;
}
.attention dd ul li .deliv1 {
	text-decoration: underline;
}
@media screen and (max-width:768px) {
.eiyou p {
	padding: 1% 3%;
}	
.service_list li {
	width: 100%;
	padding: 1% 1% 2%;
}
.attention dd {
	padding: 1% 2% 2% 6%;
}
.attention dd ul li.period {
	margin: 2% 0 1% -3%;
}
}
/*----------------------------------------------------
	ランキング
----------------------------------------------------*/
#ranking {
	background: linear-gradient(180deg, #ff7253 0%, #ffa689 100%);	
	padding: 4% 0 3%;
}
#ranking .inn {
	display: flex;
	flex-wrap: wrap;
	max-width: 1250px;
	margin: 0 auto 2%;
}
#ranking ul {
	display: flex;
	flex-wrap: wrap;
	margin: 3% 2% 0;
	text-align: left;
}
#ranking ul li {
	box-sizing: border-box;
	position: relative;
	width: calc( 100% / 3 - 2%);
	background: #ffffff;
	margin: 2% 1% 1%;
	padding: 2%;
}
#ranking li h4 {
	margin: 5% 0 2%;
	font-weight: bold;
	line-height: 1.3;
	font-size: clamp(15px, 2.2vw, 24px);
}
#ranking li h4 span {
	margin-left: 5px;
	font-size: clamp(13px, 1.8vw, 18px);
}
#ranking .priceBox {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#ranking .priceBox .free {
	background: #b40820;
	border-radius: 3px;
	padding: 2% 3%;
	color: #ffffff;
	text-align: center;
	line-height: 1;
	font-size: clamp(14px, 2.4vw, 24px);
}
#ranking .priceBox .price {
	color: #b40820;	
	font-size: clamp(15px, 3.8vw, 38px);
}
#ranking .priceBox .price span {
	font-size: clamp(14px, 2vw, 20px);
}
#ranking .ribbon {
	z-index: 1;
	position: absolute;
	left: 0;
	top: 3%;
	background: url(../img/rank_ribbon.png) right top / auto 100% no-repeat;
	padding: 2% 8% 2% 3%;
	line-height: 1;
	color: #ffffff;
	font-size: clamp(15px, 3.8vw, 38px);
}
#ranking .ribbon span {
	font-size: clamp(14px, 2vw, 20px);
}
#ranking .button {
	display: block;
	position: relative;
	background: linear-gradient(90deg, #df8090, #a04f5d 50%, #df8090 100%);
	border-radius: 4px;
	border: solid 1px #ac2e45;
	margin: 3% 0 0;
	padding: 1% 1%;
	font-size: clamp(16px, 3vw, 27px);
	color: #ffffff;
	text-align: center;
}
#ranking a:hover.button {
	background: #ffffff;
	color: #ac2e45;
}
#ranking .bnr {
	text-align: center;
	margin: 2% 0 2%;
}
#ranking .bnr img {
	max-width: 1170px;
}
@media screen and (max-width:768px) {
#ranking ul li {
	width: calc( 100% - 4%);
	margin: 2% 2% 1%;
	padding: 3%;
}
#ranking .ribbon {
	top: 1%;
}
#ranking li h4 span {
	margin-left: 0;
}
}
/*----------------------------------------------------
	ギフトセット
----------------------------------------------------*/
#gift1 {
	background: url("../img/background_02.jpg") repeat left top;
	padding: 2% 0 6%;
	color: #3c2f11;
	position: relative;
}
#gift1 .itemList + .ttl_img {
	margin: 5% auto 1%;
}
.recommend {
	border: solid 2px #388c00;
	padding: 0;
	margin: 3% 0 0;
	color: #440a00;
}
.recommend h4 {
	background: #388c00;
	color: #ffffff;
	font-size: clamp(14px, 3.2vw, 38px);
	font-weight: bold;
	text-align: center;
}
.recommend ul {
	display: flex;
	flex-wrap: wrap;
	/*	justify-content: space-between;*/
	margin: 2% 3% 2%;
}
.recommend li {
	width: 50%;
	font-size: clamp(13px, 2.2vw, 23px);
}
.recommend ul.full li {
	width: 100%;
}
@media screen and (max-width:1150px) {
.recommend ul {
	margin: 2% 3% 4%;
}
.recommend li {
	width: 100%;
	margin-top: 2%;
	line-height: 1.3;
}
}
/*----------------------------------------------------
	出荷日目安
----------------------------------------------------*/
#deliv_atten {
	background: #f7f0e6;
	padding: 1% 0 0;
	text-align: center;
}
/*----------------------------------------------------
	美味しさへのこだわり
----------------------------------------------------*/
.about {
	background: #791c1c;
	padding: 100px 0;
	color: #fff;	
	overflow: hidden;
}
.about .wrapper {}
.about .ttl h2 {
	text-align: center;
	font-size: 57px;
	letter-spacing: 0.05rem;
	font-weight: bold;
	line-height: 1.3;
	margin-bottom: 30px;
}
.about .ttl span {
	font-size: 36px;
	letter-spacing: 0.1rem;
	font-weight: normal;
}
.about .ttl img {
	width: 390px;
	margin: 55px auto;
}
.about .ttl::after {
	background-color: #ffffff;
}
.about li {
	display: flex;
	justify-content: space-between;
	padding: 0 25px 25px 25px;
	max-width: none;
	width: 100%;
	background-color: transparent;
	align-items: center;
}
.about .no {
	color: #e7bb86;
	font-size: 36px;
	font-weight: bold;
}
.about .no span {
	font-size: 54px;
}
.about .txt {
	width: 50%;
	padding: 0;
	white-space: nowrap;
}
.about .txt h3 {
	font-size: 44px;
}
.about h4 {
	margin: 3% 0 0;
	font-size: 20px;
	text-align: center;
	margin-bottom: 50px;
}
.about .txt p {
	font-size: 26px;
	line-height: 1.6;
	margin-top: 13px;
}
.about .img {
	width: 45%;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.about ul {
	padding-top: 50px;
	margin-bottom: 80px;
}
.about ul li:nth-child(2n) {
	flex-flow: row-reverse;
}
.about li:nth-child(3) .img {
	align-items: flex-start;
}
.about img {
	height: auto;
	object-fit: unset;
}
.about li:nth-child(even) .txt {
	width: 50%;
	padding: 0;
}
.about .txt h3 {
	line-height: 1.4;
}
.table {
	overflow-x: auto;
}
.about table {
	width: 100%;
	table-layout: fixed;
	text-align: right;
	border-collapse: collapse;
	border-spacing: 0;
	color: #000;
	line-height: 1;
	letter-spacing: 0;
	white-space: nowrap;
	font-family: 'Lora', "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝体", "Yu Mincho", YuMincho, "メイリオ",Meiryo, sans-serif;
}
.about th {
	padding: 10px;
	background: #fff;
	border: solid 1px #828282;
	font-weight: normal;
	font-size: 22px;
	height: 85px;
}
.about td {
	padding: 10px;
	border: solid 1px #828282;
	background: #fff;
	font-size: 26px;
	height: 85px;
}
.about tr:nth-child(2) td {
	background: rgba(255, 255, 255, 0.9);
}
.about th:last-child ,
.about td:last-child {
	border-right: none;
}
.about tr:last-child td {
	border-bottom: none;
}
.about td,
.about th {
	vertical-align: middle;
}
.about table .color {
	color: #8B0E39;
}
.about table th ,
.about table tr td:nth-child(1)  {
	text-align: center;
}
.about table span {
	line-height: 85px;
}
.about table span.line2 {
	line-height: 1;
}
.about p.txt {
	font-size: 16px;
	margin: 10px 0 0 10px;
}
@media screen and (max-width:979px) {
.about table {
	width: auto;
}
}
@media screen and (max-width:768px) {
.about .img {
	width: 100%;
	margin-top: 30px;
}
.about .txt {
	width: 100%;
}
.about {
	padding: 40px 0;
}
.about .wrapper {
	overflow: hidden;
}
.about .ttl span {
	font-size: 16px;
}
.about .ttl h2 {
	font-size: 28px;
	margin-bottom: 30px;
}
.about ul {
	padding-top: 0;
	margin-bottom: 20px;
}
.about li {
	display: block;
	margin: 0 10px:
}
.about li:not(:last-child) {
	margin: 0 auto 50px;
}
.about .no {
	font-size: 18px;
	margin-bottom: 10px;
}
.about .no span {
	font-size: 26px;
}
.about .txt {
	white-space: normal;
}
.about .txt h3 {
	font-size: 24px;
}
.about h4 {
	font-size: 14px;
	text-align: left;
	margin-bottom: 30px;
}
.about .txt p {
	font-size: 14px;
	line-height: 1.5;
}
.about li {
	padding: 0 !important;
}
.about li:nth-child(even) .txt {
	width: 100%;
}
.about p.txt {
	font-size: 12px;
	margin: 10px 0 0 0;
}
.about th {
	font-size: 13px;
	height: auto;
}
.about td {
	font-size: 13px;
	height: auto;
}
.set .h_ttl_bottom {
	font-size: 10px;
	letter-spacing: 0;
	height: auto;
	padding: 5px 0;
}
}
