@charset "euc-jp";

/* reset */
html,body {border: none; margin: 0; padding: 0;}
h1,h2,h3,h4,h5,h6,p,blockquote,address,big,cite,code,em,font,img,figure,small,strike,sub,sup,li,ol,ul,fieldset,form,label,legend,button,table,caption,tr,th,td {border: none; font-size: inherit; line-height: inherit; margin: 0; padding: 0; text-align: inherit;}

html{font-size:100%;}
body{font-size:1rem;font-family:system-ui, -apple-system, BlinkMacSystemFont, "hiragino kaku gothic pro",meiryo,"ms pgothic",sans-serif; line-height:1.5; box-sizing:border-box;}
*,*::before,*::after {box-sizing:inherit;}
figure{display:block}
img{height:auto; max-width:100%}

@media (min-width:48rem){
  body{font-size:1rem;}
}

body {
  background: url(https://img10.shop-pro.jp/PA01048/959/etc/bg_body.jpg?cmsp_timestamp=20201125111959) center top;
}

svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
  vertical-align: middle;
}


/* ヘッダー */
.ly_header,
.ly_header_inner {
	height: 3.75rem;
}
.ly_header {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 10;
	width: 100%;
	
	background: #fff;
	box-shadow: 0 1px 1px 0px rgba(0,0,0,0.3);
}
body {
	padding-top: 4.5rem;
}

.bl_header_logo {
  margin: 0;
  padding-top: .375rem;
  font-size: 1rem;
  text-align: center;
}
.bl_header_logo img {
  max-width: 10rem;
}

.bl_header_cartBtn {
	position: absolute;
	right: 1rem;
	top: 1rem;
}
.bl_header_cartBtn a {
	display: block;
	text-decoration: none;
	position: relative;
	padding: .5rem .75rem;
	color: #333
}
.bl_header_cartBtn a i {
	font-size: 1.25rem;
}
.bl_header_cartBtn a:hover i {
	color: #999;
}
.el_notice {
	color: #fff;
	display: inline-block;
	font-size: .5rem;
	width: 1.75em;
	text-align: center;
	line-height: 1.75;
	background: #d00;
	border-radius: 50%;
	
	position: absolute;
	right: 0;
	top: 0;
}

@media (min-width:64rem) {
	.ly_header,
	.ly_header_inner {
		height: 8rem;
		position: relative;
	}
	.ly_header {
		z-index: 5;
		margin-bottom: 2rem;
      	box-shadow: none;
      	background-color: transparent;
	}
	body {
		padding-top: 0;
	}
    .bl_header_logo {
      position: absolute;
      top: 0;
      left: 0;
    }
    .bl_header_logo img {
      max-width: 15rem;
    }	
	#site-header .drawer-hamburger-icon,
	.bl_header_cartBtn {
		display: none;
	}
}




.bl_header_nav,
.bl_header_utility {
	display: none;
}

@media (min-width:64rem) {
	.bl_header_utility {
		display: block;
		position: absolute;
		top: 2rem;
		right: 0;
		font-size: .9375em;
	}
	.bl_header_utility a {
		color: #666;
		text-decoration: none;
	}
	.bl_header_utility a:hover {
		color: #000;
		text-decoration: underline;
	}



	.bl_header_nav {
		display: block;
		position: absolute;
		bottom: .5rem;
		left: 0;
		width: 100%;
	}
	.bl_header_nav a {
		color: inherit;
		text-decoration: none;
	}
	.bl_header_nav a:hover {
		opacity: .4;
	}
	.bl_header_nav ul {
		list-style: none;
	}
	.bl_header_nav .dropdown {
		position: relative;
	}
	.bl_header_nav .dropdown .caret i {
		margin-left: .5em;
	}
	.bl_header_nav .dropdown .caret .fa-caret-up {
		display: none;
	}
	.bl_header_nav .dropdown.open .caret .fa-caret-up {
		display: inline-block;
	}
	.bl_header_nav .dropdown.open .caret .fa-caret-down {
		display: none;
	}
	.bl_header_nav .dropdown-menu {
		display: none;
		
		position: absolute;
		top: 2rem;
		left: 0;
		width: 20rem;
		
		padding: 1rem;
		
		background: #eee;
	}
	.bl_header_nav .dropdown.open .dropdown-menu {
		display: block;
	}
	
	.bl_header_nav .bl_fullMenu {
		position: fixed;
		left: 0;
		right: 0;
		width: 100%;
	
		top: 8rem;
	}
	.bl_header_nav .dropdown.open .dropdown-menu.bl_fullMenu {
		display: flex;
		flex-wrap: wrap;
	}
	.bl_header_nav .bl_fullMenu > li {
		flex: 1 1 15rem;
		width: 100%;
	}
	.bl_header_nav .bl_fullMenu > li a {
		display: block;
		margin-right: 1rem;
		margin-bottom: 1rem
	}
	
}



/* ヘッダー：スマホナビ */
.drawer--left.drawer-open #site-header .drawer-hamburger {
	left: 0;
}
.drawer--left #site-header .drawer-nav {
	left: -20rem;
}
.drawer--left.drawer-open #site-header .drawer-nav,
.drawer--left.drawer-open #site-header .drawer-navbar .drawer-hamburger {
	left: 0;
}
#site-header .drawer-nav {
	top: 3.75rem;
	width: 20rem;
	height: calc(100% - 3.75rem);
	background-color: #333;
	color: #FFF;
}
#site-header .drawer-nav a {
	color: inherit;
}
#site-header .drawer-menu > li {
	border-bottom: 1px dotted currentcolor;
}
#site-header .drawer-dropdown-menu {
	background: transparent;
	padding-left: 1rem;
}
#site-header .bl_search {
  padding: .5rem 1rem;
}
#site-header .bl_search label {
  font-size: .75rem;
}
#site-header .bl_search .el_btn {
  padding: .3125em .5em
}
#site-header .drawer-nav .bl_linkList {
  margin-bottom: 1rem;
}
#site-header .drawer-nav .bl_linkList li {
  font-size: .875rem;
  margin: .5em 0;
}



/* フッター */
.ly_footer {
	margin-top: 3rem;
	padding-top: 2rem;
	background: #ededed;
	
	text-align: center;
}
@media(min-width:48rem) {
	.ly_footer {
		text-align: left;
	}
}

.ly_footer .ly_row > * {
	margin-bottom: 1.5rem;
}
.ly_footer h3 {
	margin-bottom: .5em;
}
.ly_footer .bl_linkList li {
	padding-left: 0;
}
.ly_footer .bl_linkList li::before {
	content: none;
}
.ly_footer .el_btn {
  padding: .3125em;
}
.ly_footer .bl_search {
	margin-bottom: .5rem;
}
.ly_footer .bl_search label {
  font-size: .75rem;
  display: inline-block;
}

.bl_copyright {
	margin-top: 1.5rem;
	padding: .5rem;
	font-size: .875em;
	font-style: normal;
	text-align: center;
	text-decoration: none;
}








/* レイアウト */
.ly_cont {
	width: calc(100% - 2rem);
	margin-left: auto;
	margin-right: auto;
	max-width: 45rem;
}
@media (min-width:64rem) {
	.ly_cont {
		width: calc(100% - 4rem);
		max-width: 60rem;
	}
}

.ly_localNav {
	margin: 1rem 0;
}

@media (min-width:48rem) {
  .ly_row {
	display: flex;
    list-style: none;
  }
  .ly_row > * + * {
    margin-left: 2rem;
  }
  .ly_row_col {
    flex: 0 1 auto;
  }
  .ly_row_col1 {
    flex: 1;
  }
}



/* 見出し */
.el_headingLv1 {
	margin: 1em 0 0;
	padding-bottom: 1em;
	position: relative;
	font-size: 1.25em;
	font-weight: 600;
}
.el_headingLv1::before {
	content: "";
	display: block;
	width: 5em;
	height: 2px;
	position: absolute;
	bottom: .5em;
	left: 0;
	background: currentcolor;
}

.el_headingLv2 {
	font-weight: 500;
	margin: 1em 0 .5em;
}


.el_headingLv3 {
	color: #666;
	margin: 1em 0 .25em;
}



/* ボタン */
.el_btn {
  display: inline-block;
  padding: .75em 1.5em;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background: #777;
  border: 0 none;
}
.el_btn:hover {
  text-decoration: underline;
}
.bl_btnWrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.bl_btnWrapper > * {
  margin: .25em 1em;
}


/* ブランド画像 */
.el_brandImg {
	margin-right: .25em;
	vertical-align: middle;
	width: 3rem;
}



/* 価格周り */
.el_price {
	color: #333;
	font-weight: 500;
}
.el_soldout {
	background: #d00;
	color: #fff;
	font-size: .625rem;
	text-align: center;
	padding: .25em .5em;
}
.bl_item .el_soldout {
  background: #999;
  padding: .75em 0 0;
  height: 4em;
  width: 4em;
  border-radius: 50%;
  position: absolute;
  top: .5rem;
  left: .5rem;
  line-height: 1.25;
  box-sizing: border-box;
}

/* 検索用フィールド */
.bl_search_keyword {
  overflow: hidden;
}
.bl_search_keyword > * { 
  float: left;
}
.bl_search_label {
  font-size: .75rem;
}
@media (min-width:48rem) {
  .bl_search .ly_row {
	align-items: center;
  }
}

/* 商品一覧 */
.bl_itemUnit {
	display: grid;
	grid-gap: 1.5rem;
	grid-template-columns: 1fr 1fr;
	list-style: none;
}
@media (min-width:40rem){
	.bl_itemUnit {
		grid-template-columns: 1fr 1fr 1fr;
	}
}
@media (min-width:54rem){
	.bl_itemUnit {
		grid-gap: 2rem;
		grid-template-columns: 1fr 1fr 1fr 1fr;
	}
}
.bl_item {
	margin-bottom: 2rem;
	position: relative;
}
.bl_item a {
	display: block;
	color: inherit;
	text-decoration: none;
}
.bl_item a:hover {
	text-decoration: underline;
}
.bl_item_img {
	position: relative;
	padding-top: 100%;
	overflow: hidden;
}
.bl_item_img img {
	max-width: none;
	width: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.bl_item_tit {
	margin: .75em 0;
	font-weight: 600;
}
.bl_item_price {
}
/* 商品一覧モディファイア：簡易表示 */
.bl_itemUnit.bl_itemUnit__little {
	grid-template-columns: 1fr 1fr 1fr;
}
.bl_itemUnit.bl_itemUnit__little .bl_item {
	margin-bottom: 0;
}
@media (min-width:64rem) {
	.bl_itemUnit.bl_itemUnit__little {
		grid-template-columns: repeat(6, 1fr);
	}
}


/* アイテム数 */
.bl_itemNumber {
	margin: 1em 0;
	text-align: left;
}

/* 並び順 */
.bl_sortCtl {
	margin: 1em 0;
	text-align: right;
}
.bl_sortCtl a {
	color: #777;
}


/* 説明文 */
.bl_description {
	margin-bottom: 2em;
}


/* パンくず */
.bl_breadcrumb {
	margin-top: 2rem;
	margin-bottom: 2rem;
	color: #999;
}
.bl_breadcrumb a {
	color: inherit;
	text-decoration: none;
}
.bl_breadcrumb a:hover {
	text-decoration: underline;
	color: #666;
}
.bl_breadcrumb ul {
	display: block;
	list-style: none;
	margin-bottom: .5rem;
}
.bl_breadcrumb ul > * {
	display: inline;
}


/* リンクリスト */
.bl_linkList {
	list-style: none;
}
.bl_linkList li {
	margin-bottom: .25em;
	padding-left: 1em;
	position: relative;
}
.bl_linkList li::before {
	content: "";
	display: block;
	height: 1px;
	width: .5em;
	position: absolute;
	left: 0;
	top: .7em;
	background: currentcolor;
}
.bl_linkList a {
	color: inherit;
	text-decoration: none;
}
.bl_linkList a:hover {
	text-decoration: underline;
}
.bl_linkList.bl_linkList__img li {
	padding-left: 0;
  margin-bottom:.75em;
}
.bl_linkList.bl_linkList__img li::before {
	content: none;
}
.bl_linkList.bl_linkList__img img {
  width:2.5rem;
  margin-right: .5em;
}

/* アイコンリンク */
.bl_iconLink {
  list-style: none;
}
.bl_iconLink > * {
  display: inline-block;
  margin: .25em;
}
.bl_iconLink a {
  display: block;
  padding: .75rem 0 0;
  width: 2.75rem;
  height: 2.75rem;
  color: #fff;
  font-size: 1.25rem;
  background: #777;
  border-radius: 50%;
  text-align: center;
}


/* ページネーション */
.bl_pagenation {
	margin: 2em 0;
	text-align: center;
}
.bl_pagenation a {
	color: inherit;
}
.bl_pagenation > * {
	display: inline-block;
	margin: 0 .25em;
}



/* 囲い付きのメッセージ中央揃え */
.bl_message {
	margin: 1.5em 0;
	padding: 5px;
	color: #666;
	text-align: center;
	border: 1px solid #999;
}
.bl_message strong {
	color: #fb6428;
}





/* 表組み */
.bl_table {
  margin-top: 1rem;
  margin-bottom: 2rem;
}
.bl_table table {
	border-top: 1px solid #ddd;
	border-collapse: collapse;
}
.bl_table th,
.bl_table td {
	padding: 1em;
	border-bottom: 1px solid #ddd;
}
.bl_table th {
	text-align: left;
	vertical-align: top;
	white-space: nowrap;
}
@media screen and (max-width:25rem) {
	.bl_table table,
	.bl_table table > *,
	.bl_table table tr,
	.bl_table table tr > * {
		display: block;
	}
	.bl_table th,
	.bl_table td {
		padding: 1em .5em;
	}
	.bl_table th {
		border-bottom: 0 none;
		padding-bottom: 0;
	}
	.bl_table td {
		padding-top: .25em;
	}
}





/* フリーページ1：アクセス */
.un_shopAccess .ly_row_col {
	margin-bottom: .5rem;
}
.un_accessGmap {
	margin: 2rem 0;
}





/* ヘルパー */
.hp_clear::after {
	clear: both;
	content: "";
	display: block;
}

.hp_txtCenter {
	text-align: center;
}
.hp_txtLeft {
	text-align: left;
}
.hp_txtRight {
	text-align: right;
}