@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
/* ************************************************
 *	共通設定
 * ************************************************ */
 html {
  scroll-behavior: smooth;
}
* {
	margin: 0px;
	padding: 0px;
}
*, *::before, *::after {
  box-sizing: border-box;
}
body {
	color: #777777;
	font-size: 16px;/*small;*/
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight: 400;
	line-height: 1.6em;
	text-align:center;

	display: flex;
	flex-flow: column wrap;/*header+contents+footer*/
}

br.clear {
	clear: both;
	font: 0pt/0pt sans-serif;
}

img {
	border: 0px;
}
ul {
	list-style: none;
  	margin: 0;
  	padding: 0;
}
/*-----------------------------------------
link　//color指定はここではしない個別に指定する
-----------------------------------------*/
a:hover {
	text-decoration:underline;
}

a,
a:link,
a:active,
a:visited {
	text-decoration: none;
}
/*-----------------------------------------
Heading
-----------------------------------------*/
/*画像タイトル*/
h2.img-title {
	display: block;
	width: 100%;
	margin: 0 0 10px 0;
	text-align: center;
}
	h2.img-title img {
		max-width: 100%;
		height: auto;
	}
/*-----------------------------------------
Item notice
-----------------------------------------*/
.item-name {
	display: block;
	width: 100%;
	min-height: 50px;
	margin: 0 0 5px 0;
	font-weight: bolder;
	line-height: 1;
	color: #ac6c28;
	text-align: left;
}
@media screen and (min-width: 520px) {
	.item-name {
		font-size: 120%;
	}
}
@media screen and (max-width: 519px) {
	.item-name {
		font-size: 100%;
	}
}
	.item-name a,
	.item-name a:link,
	.item-name a:active,
	.item-name avisited {
		color: #ac6c28;
	}
.price-area {
	width: 100%;
	margin: 10px 0;
	font-weight: bolder;
	color: #ac6c28;
	text-align: right;
}
@media screen and (min-width: 520px) {
	.price-area {
		min-height: 25px;
		font-size: 140%;
	}
	.price-area span {
		font-size: 75%;
	}
}
@media screen and (max-width: 519px) {
	.price-area {
		min-height: 25px;
		font-size: 110%;
	}
	.price-area span {
		font-size: 65%;
	}
}
.item-exp {
	width: 100%;
	height: auto;
	text-align: left;
}
    .new-item-area a.new-item-btn {
        display: block;
        width: 80%;
        margin: 10px auto;
        padding: 5px;
        box-sizing: border-box;
        text-align: center;
        color: #fff;
        font-size: 130%;
        font-weight: bolder;
        text-decoration: none;
        background: #fcd20d;
        border: 2px solid #fcd20d;
    }
    .new-item-area a.new-item-btn:hover {
        color: #fcd20d;
        background: #fff;
        border: 2px solid #fcd20d;
    }
/*-----------------------------------------
Contents Heading
-----------------------------------------*/
.setitem-area h2,
.category-area h2,
.event-area h2,
.recently-area h2 {
	display: block;
	width: 100%;
	text-align: center;
	border-top: 5px solid #ffacb6;
    padding: 20px 12px;
	margin: 0 0 10px;
	box-sizing: border-box;
}
	.setitem-area h2 span,
	.category-area h2 span,
	.event-area h2 span,
	.guide-area h2 span,
	.recently-area h2 span {
		display: block;
		width: 100%;
		height: 25px;
		margin: 0;
		padding: 0;
		text-align: center;
		font-size: 60%;
		font-weight: normal;
	}
.search-area h2,
.ranking-area h2 {
	display: block;
	width: 100%;
	text-align: center;
	padding: 0;
	margin: 0 0 10px;
	box-sizing: border-box;
}
	.search-area h2 span,
	.ranking-area h2 span {
		display: block;
		width: 100%;
		min-height: 25px;
		margin: 0;
		padding: 0;
		text-align: center;
		font-size: 60%;
		font-weight: normal;
	}
/*-----------------------------------------
flex-box
-----------------------------------------*/
.flex-box-strech {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
}
.flex-box-start {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.flex-box-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}
    .flex-box-wrap::after {
      	display: block;
		content: '';
        width: calc( calc(100% - 20px) / 3 );
    }
.flex-box-wrap-start {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
}
.flex-box-wrap-between {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
	align-content: space-between;
}
.flex-box-strech-start {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}
    .flex-box-strech-start::after {
      	display: block;
				content: '';
        width: calc( calc(100% - 20px) / 3 );
    }
.flex-box-strech-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
}
.flex-box-strech-wrap-strech {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: stretch;
}
/*-----------------------------------------
Background
-----------------------------------------*/
/*カテゴリナビゲーション*/
/* .cat-nav-back {
	position: absolute;
	bottom: 0;
	display:block;
	width: 100%;
	height: 73px;
	background: url('https://img20.shop-pro.jp/PA01324/013/etc/cat-nav-back.jpg?cmsp_timestamp=20200925165301') repeat-x #ffd2da;
} */
/*黄色いエリア*/
.wrap-main-contents {
 	background: #fffae7;
 	margin: 10px 0;
 	padding: 10px 0;
 	box-sizing: border-box;
}
/*水色エリア*/
.wrap-contents {
	background: #f5fffe;
 	padding: 10px 0;
 	box-sizing: border-box;
}
/*-----------------------------------------
Breadcrumb
-----------------------------------------*/
.breadcrumb {
	height: 25px;
	margin: 20px auto;
	padding: 0;
	text-align: left;
}
/*-----------------------------------------
Header//ヘッダー（ページタイトル、グローバルメニュー）
-----------------------------------------*/
.header {
	position: relative;
	width:100%;
	margin: 0;
	padding: 1em;
	box-sizing: border-box;
	border-top: 5px solid #ffacb6;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
}
	.logo-area {
		max-width: calc(100% / 3);
		margin: 0;
		padding: 0;
		box-sizing: border-box;
    display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
	}
	.acount-nav {
		position: relative;
		display: block;
		width: calc(100% / 3);
		margin: 0;
		padding: 0;
		text-align: right;
	}
	.acount-nav a {
			color: #777;
			text-decoration: none;
		}
		.acount-nav a:hover {
			color: #777;
			text-decoration: underline;
		}

		.incart-area {
			position: absolute;
			display: block;
			bottom: 0;
			right: 0;
			height: 40px;
			font-size: 120%;
			text-align: right;
		}
			.incart-area span {
				display: inline-block;
        margin: 0 0 0 10px;
				padding: 5px 10px;
				box-sizing: border-box;
				font-weight: bolder;
				color: #fff;
				background: #fe2c46;
			}
	.header-center {
		width: calc(100% / 3);
		padding: 0 2em;
		box-sizing: border-box;
	}
	ul#cat-nav {
		list-style: none;
		margin: 0;
		padding: 0;
		color: #777;
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
	}
	ul#cat-nav a {
		color: #777;
	}
		ul#cat-nav li {
			display: block;
			padding: 1em;
			box-sizing: border-box;
			text-align: center;
		}
			ul#cat-nav li a:hover,
			ul#cat-nav li:hover {
				display: block;
				font-weight: 500;
				text-decoration: underline;
				color: #ffacb6;
			}
@media screen and (max-width: 519px) {
  .header {
    flex-direction: column;
    justify-content: center;
  }
  .logo-area {
    flex-wrap: nowrap;
    max-width: 100%;
    width: 100%;
    text-align: center;
  }
    .logo-area a img {
      width: 75%;
      margin: 0 auto;
    }
  .header-center {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .acount-nav {
		width: 100%;
    height: auto;
    margin: 0;
  }
}

@media screen and (min-width: 520px) {
	/*ページ全体の幅、レイアウトをセンタリング*/
	.contents,
	.footer-contents-area {
		position: relative;
		margin: 0 auto;
		max-width: 1024px;
	}
}


/* 特定商取引法に基づく表記（返品など）ボタン */
p#sk_link_other {
	text-align:left;
	margin-top:10px;
}

p#sk_link_other a {
	font-size:12px;
}

/*　フッター（コピーライト）　*/
/* .footer {
	width:100%;
} */

#group-list {
	border-top:#838383 dotted 1px;
	padding:5px 0px 0px;
	margin:10px 0px 0px;
}

/*　送料無料表示　*/
.subtotal {
	padding:5px 0;
}
.stotal {
	text-align:right;
}
.total {
	padding:5px 0;
	margin:0;
	border-top:1px dotted #C3C3C3;
	text-align:right;
}

.postage {
	border-top:1px solid #C3C3C3;
	border-bottom:1px solid #C3C3C3;
	padding:5px 0;
	list-style-type:none;
	margin-bottom:5px;
}

.postage li {
	margin:5px 0;
	color:red;
	text-align:left;
}

.viewcart {
	padding:5px 0;
	text-align:center;
}

.owner_photo {
	max-width: 100%;
	height: auto;
}

/* -------------------------------------
*     商品オプション 表形式
* ------------------------------------- */
#option_tbl {
     border-collapse:collapse;
     border-top:1px solid #ccc;
     border-left:1px solid #ccc;
}
#option_tbl th{
     border-bottom:1px solid #ccc;
     border-right:1px solid #ccc;
}
#option_tbl td {
     border-bottom:1px solid #ccc;
     border-right:1px solid #ccc;
}
/*　画面左側の幅　*/
.main {
	width: calc( 70% - 15px );
	margin: 0 15px 15px 0;
}
/*-----------------------------------------
Side bar
-----------------------------------------*/
		.side-area {
			width: 30%;
      max-height: 470px;
			padding: 8px;
	 		box-sizing: border-box;
			background: #fff;
      border: #eee 1px solid;
		}
			.side-area h2 {
				display: block;
				width: 100%;
				color: #b2545f;
			}
			.side-area h2 span {
				display: inline-block;
				font-size: 60%;
				font-weight: normal;
				margin-left: 10px;
			}

@media screen and (min-width: 520px) {
			.search-box-area {
				width: 80%;
				margin: 0 0 1em 0;
			}
}
@media screen and (max-width: 519px) {
			.search-box-area {
				width: 100%;
				margin: 0 0 1em 0;
			}
}
			.search-box-area .search-box {
				position: relative;
				box-sizing: border-box;
			}
				.search-box-area .search-box input[type="text"] {
					width: 100%;
					height: 40px;
					padding: 0.5em 1em;
					box-sizing: border-box;
					border: 3px solid #ffacb6;
					border-radius: 40px;
					background: #fff;
				}
				.search-box-area .search-box input[type="text"]:focus {
					outline: 0;
				}
				.search-box-area .search-box input[type="submit"] {
					position: absolute;
					top: 7px;
					right: 18px;
					font-weight: 900;
					font-size: 150%;
					color: #ffacb6;
					outline: none;
					border: none;
					box-shadow: none;
					background-color: #fff;
				}
					.search-box-area .search-box input[type="submit"]:hover {
						color: #fff;
						background: #f9dce0;
						border: 3px solid #f9dce0;
					}
			.side-area .bn-area {
				width: 100%;
				height: 100%;
				margin: 0;
				padding: 0;
			}
				.side-area .bn-area img {
          max-width: 100%;
					height: auto;
					margin-bottom: 10px;
				}
			.side-area .notice-area {
				width: 100%;
				min-height: 290px;
				margin: 10px 0 0 0;
				padding: 0;
			}
			.side-area .notice-area h2 {
				display: block;
				width: 100%;
				text-align: center;
				border-top: 5px solid #ffacb6;
				border-bottom: 1px solid #777777;
        padding: 20px 0 10px 0;
				margin: 0 0 10px;
				box-sizing: border-box;
			}
				.side-area .notice-area h2 span {
					display: block;
					width: 100%;
					height: 25px;
					margin: 0;
					padding: 0;
					text-align: center;
					font-size: 60%;
					font-weight: normal;
				}
/*商品カテゴリエリア*/
.category-area {
	background: #fff;
	margin-bottom: 20px;
}
	.category-area a img {
		margin: 0 0 10px 0;
		padding: 0;
		border: 2px solid #ffacb6;
	}
		.category-area a {
			width: calc(calc(100% - 20px) / 3);
			height: auto;
		}
			.category-area a img {
				width: 100%;
				height: auto;
			}

    .item-box3 {
        position: relative;
        display: block;
        width: calc( calc(100% - 20px) / 3 );
				margin-bottom: 1em;
    }
	    .item-box3:nth-child(3) {
	      margin-right: 0;
	    }
	    .item-box3 .item-img {
		    position: relative;
		    /* width: 220px; */
	      margin: 0 0 10px 0;
	      padding: 3px;
	      border: 1px solid #eee;
				overflow: hidden;
	    }
	    .item-box3 .item-img img {
		    width: 100%;
		    height: auto;
				object-fit: cover;
	    }
	.item-box5 {
		position: relative;
		padding: 3px;
		box-sizing: border-box;
		border: 1px solid #eee;
	}
		.item-box5 .item-img {
			position: relative;
			overflow: hidden;
			width: 100%;
			max-height: 320px;
			margin: 0 0 10px 0;
			padding: 0;
		}
			.item-box item-img img,
			.item-box5 .item-img img.item-photo,
			.item-box item-img a img,
			.item-box5 .item-img a img.item-photo {
				position: absolute;
				z-index: 95;
				object-fit: cover;
				width: auto;
				height: 227px;
			}
			.item-box item-img img,
			.item-box item-img a img {
				position: absolute;
				top: 0;
				left: 0;
				z-index: 99;
			}
.item-box5 a,
.item-box5 a:hover,
.item-box3 a,
.item-box3 a:hover {
	text-decoration: none;
}
@media screen and (min-width: 520px) {
	.item-box5 {
		width: calc( calc( 100% - 80px ) / 5 );/*margin+border+padding分をマイナス*/
		min-height: 320px;
		margin: 0 10px 10px 0;
	}
		.item-box5:nth-child(3n),
		.item-box5:nth-of-type(3n) {
			margin: 0 10px 10px 0;
		}
		.item-box5:nth-child(5n),
		.item-box5:nth-of-type(5n) {
			margin: 0 0 10px 0;
		}
}
@media screen and (max-width: 519px) {
	.item-box5 {
		position: relative;
		width: calc( calc( 100% - 22px ) / 3 );
		/* min-height: 370px; */
		font-size: 0.9em;
		margin-bottom: 10px;
		margin-right: 5px;
	}
		.item-box5:nth-child(3n),
		.item-box5:nth-of-type(3n) {
			margin-right: 0;
		}
			.item-box5 .item-img {
				position: relative;
				overflow: hidden;
				width: 100%;
				max-height: 320px;
				margin: 0 0 10px 0;
				padding: 0;
			}

}
/*------------------------------------------------*/
.cat-icon-freez,
.cat-icon-cold,
.cat-icon-normal,
.cat-icon-etc {
	display: inline-block;
	padding: 0 10px;
	margin: 0 10px;
	box-sizing: border-box;
	color: #fff;
	font-size: 60%;
	line-height: 150%;
}
	.cat-icon-freez {
		background: #004da1;
	}
	.cat-icon-cold {
		background: #1e9716;
	}
	.cat-icon-normal {
		background: #f97923;
	}
	.cat-icon-etc {
		background-color: #cf7c86;
	}
/*-----------------------------------------
Shopping Guide
-----------------------------------------*/
.guide-area {
	width: 90%;
	margin: 20px auto 30px auto;
  text-align: left;
	background: #fff;
}
	.guide-area h2 {
		grid-column: 1 / 4;
		grid-row: 1 / 2;
		display: block;
		width: 100%;
		text-align: center;
		border-top: 5px solid #ffacb6;
		padding: 20px 12px;
		margin: 0;
		box-sizing: border-box;
	}
		.accordion-006 {
			display: block;
			margin-bottom: 7px;
			margin-right: 10px;
			background-color: #f6c0cc;
			border-radius: 25px;
		}
			.accordion-006:nth-child(5n) {
				margin-right: 0;
			}
			.accordion-006 summary {
				display: flex;
				justify-content: space-between;
				align-items: center;
				position: relative;
				padding: 1em 2em;
				color: #ffffff;
				font-weight: 600;
				cursor: pointer;
			}
			.accordion-006 summary::-webkit-details-marker {
				display: none;
			}
			.accordion-006 summary::before,
			.accordion-006 summary::after {
				width: 3px;
				height: .9em;
				border-radius: 5px;
				background-color: #cf7c86;
				content: '';
			}
				.accordion-006 summary::before {
					position: absolute;
					right: 2em;
					rotate: 90deg;
				}
@media screen and (min-width: 520px) {
	.guide-area {
		max-height: 100%;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		align-items: flex-start;
		justify-content: flex-start;
	}
		.accordion-006 {
				width: calc(calc(100% - 30px) / 4);
		}
}
@media screen and (max-width: 519px) {
.guide-area {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: stretch;
}
/*//////////////////////////
	アコーディオン
//////////////////////////*/
	.accordion-006 {
    /* max-width: 500px; */
		width: 100%;
    margin-bottom: 7px;
    background-color: #f6c0cc;
    border-radius: 30px;
}
	.accordion-006 summary {
			display: flex;
			justify-content: space-between;
			align-items: center;
			position: relative;
			padding: 1em 2em;
			color: #ffffff;
			font-weight: 600;
			cursor: pointer;
	}

	.accordion-006 summary::-webkit-details-marker {
			display: none;
	}

	.accordion-006 summary::before,
	.accordion-006 summary::after {
			width: 3px;
			height: .9em;
			border-radius: 5px;
			background-color: #cf7c86;
			content: '';
	}

	.accordion-006 summary::before {
			position: absolute;
			right: 2em;
			rotate: 90deg;
	}

	.accordion-006 summary::after {
			transition: rotate .3s;
	}

	.accordion-006[open] summary::after {
			rotate: 90deg;
	}

	.accordion-006 .guide-contents {
			transform: translateY(-10px);
			opacity: 0;
			margin: 0;
			padding: .3em 2em 1.5em;
			transition: transform .5s, opacity .5s;
	}

	.accordion-006[open] .guide-contents {
			transform: none;
			opacity: 1;
	}
	.accordion-006 .guide-contents img {
		max-width: 90%;
		height: auto;
	}
}

.guide-area .guide-contents {
		width: 100%;
		padding: 20px;
		box-sizing: border-box;
		margin: 0;
		background-color: #fff;
	}
	.img-align {
		text-align: center;
		margin: 1em 0;
	}
	.btn-align {
		text-align: right;
	}
		a.link-detail {
			display: inline-block;
			min-width: 35%;
			padding: 5px 20px;
			margin: 1em 0 1em auto;
			box-sizing: border-box;
			color: #fff;
			font-weight: 500;
			text-decoration: none;
			background-color: #aa737f;
			border: #aa737f 2px solid;
			border-radius: 1.5em;
		}
		a:hover.link-detail {
			background: #fff;
			color: #aa737f;
			border: #aa737f 2px solid;
		}
		a.fax-btn {
			display: block;
			width: 100%;
			max-height: 55px;
			padding: 10px 5px 20px 5px;
			box-sizing: border-box;
			margin: 10px 0;
			font-size: 120%;
			line-height: 150%;
			color: #fff;
			text-align: center;
			background: #6074c0;
			border: 2px solid #6074c0;
			border-radius: 1.5em;
		}
			a.fax-btn:hover {
				color: #6074c0;
				background: #fff;
				border: 2px solid #6074c0;
			}
		.guide-area .guide-contents .guide-add {
			width: 90%;
			text-align: center;
			padding: 10px;
			box-sizing: border-box;
			margin: 10px auto;
			border: 1px solid #777;
			font-size: 120%;
		}
			.guide-area .guide-contents .guide-add h4 {
				font-size: 130%;
				font-weight: bold;
			}
			.guide-area .guide-contents .guide-add a {
				font-size: 110%;
				font-weight: 500;
				color: #777;
				margin: 10px 0 0 0;
			}
				.guide-area .guide-contents .guide-add a:hover {
					background: #f6c0cc;

				}
/*-----------------------------------------
Footer
-----------------------------------------*/
.footer {
 	box-sizing: border-box;
 	text-align: center;
	background-color: #f6c0cc;
}
.footer-nav {
	width: 90%;
	list-style: none;
	margin: 0 auto;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
	.footer-nav li {
		margin: 0;
		padding: 0.5em 1em;
		text-align: center;
	}
		.footer-nav li::after {
			content: '｜';
		}
		.footer-nav li:last-of-type::after {
			content: '';
		}
		.footer-nav li a {
			margin-right: 1em;
			color: #777;
		}
			.footer-nav li:last-child a {
				margin-right: 0;
			}
			.footer-nav li a:hover {
				color: #777;
				text-decoration: underline;
			}
	.copyright {
		margin: 0;
		padding: 0.5em 0;
		box-sizing: border-box;
		color: #777;
		background-color: #fff;
	}
/* SP表示で高さ可変 */
@media screen and (min-width: 520px) {
	.footer-nav {
		max-height: 50px;
	}
	.copyright {
		max-height: 50px;
	}
}
/*-----------------------------------------
	年齢確認ページ
-----------------------------------------*/
#header_i {
  margin: 0;
}
#main_i {
  margin: 15px auto;
}
#footer_i {
  margin: 0;
}

@media screen and (max-width: 519px) {
	.flex-box-start {
		flex-direction: column;
	}
	.main {
		width: 100%;
	}
	.contents,
	.footer-contents-area {
		width: 100%;
	}
	.category-area {
		width: 90%;
		margin: 0 auto;
	}
	.side-area {
		width: 100%;
		height: auto;
	}
		.side-area .bn-area {
			width: 100%;
			height: 100%;
			margin: 0;
			padding: 0;
			display: grid;
			gap: 0.5em;
			grid-template-columns: repeat(2, 1fr);
			grid-template-rows: repeat(2, 1fr);
		}
			.side-area .bn-area a:nth-child(1) {
				grid-column: 1 / 2;
				grid-row: 1 / 3;
			}
			.side-area .bn-area a:nth-child(2) {
				grid-column: 2 / 3;
				grid-row: 1 / 2;
			}
			.side-area .bn-area a:nth-child(3) {
				grid-column: 2 / 3;
				grid-row: 2 / 3;
			}
}