/** Shopify CDN: Minification failed

Line 6294:1 Unexpected "="

**/
/*--------------------------------------------------------------*/
/* MainReset */
/*--------------------------------------------------------------*/
html {
	font-size: 62.5%;
	background: #fff;
	box-sizing: border-box;
}
*, *:before, *:after {
	box-sizing: inherit;
}
body, div, dl, dt, dd, ul, ol, li, pre, code,
form, fieldset, legend, input, textarea, figure,
p, blockquote, th, td {
	font-size: 1.4rem;
	margin: 0;
	padding: 0;
	color: #333333;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 2.0rem;
	font-weight: bold;
	margin: 0;
	padding: 0;
	color: #1E2D7D;
}
h2 {
	font-size: 1.6rem;
}

/* 580 */
@media (max-width: 580px) {
	body, div, dl, dt, dd, ul, ol, li, pre, code,
	form, fieldset, legend, input, textarea, figure,
	p, blockquote, th, td {
		font-size: 1.2rem;
	}
	h1, h2, h3, h4, h5, h6 {
		font-size: 1.6rem;
	}
}
body {
	color: #333;
	font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
	-mts-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
.mn {
	font-family: 'Noto Serif JP', '游明朝', YuMincho, 'Kozuka Mincho Pro', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
}
img {
	-webkit-backface-visibility: hidden;
	max-width: 100%;
}
.rte .video-wrapper, .rte img{
  margin:0px;
}
input, textarea, select, button {
	font-family: inherit;
	font-size: inherit;
	font-weight: normal;
}
input, select, button {
	vertical-align: middle;
}
input::placeholder {
	color: #ccc;
}
input:-ms-input-placeholder {
	color: #ccc;
}
input::-ms-input-placeholder {
	color: #ccc;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section, summary {
	display: block;
}
address, caption, code, th {
	font-style: normal;
	font-weight: normal;
}
img, fieldset {
	border: 0;
}
ol, ul {
	list-style-type: none;
}
input[type=email],
input[type=password],
input[type=tel],
input[type=checkbox],
input[type=submit],
input[type=button],
input[type=number],
button,
textarea {
	border-radius: 2px;
	border: 1px solid #ddd;
	margin: 0;
	padding: 5px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
input[type=text]:focus,input[type=email]:focus,input[type=password]:focus,input[type=tel]:focus, select:focus, textarea:focus {
	outline: none;
	background-color: #FFFFDF;
}
input[type=submit], input[type=button], button {
	cursor: pointer;
	background-color: #F4F4F4;
}
input[type=submit]:hover, input[type=button]:hover, button:hover {
	background-color: #fff;
}
input[type=submit]:active, input[type=button]:active, button:active {
	background-color: #FFFFDF;
}
/* select */
select {
	padding: 4px 30px 4px 7px;
	border: 1px solid #ddd;
}
/* radio, checkbox */
input[type=checkbox] {
	visibility: hidden;
	width: 0;
	margin: 0;
	padding: 0;
}
/* 配送先住所のチェックボックス用のCSS */
.mypage-checkbox{
	visibility: visible !important;
	width: 16px !important;
}
input[type=checkbox] + label {
	position: relative;
	vertical-align: middle;
}
input[type=checkbox] + label:before {
	content: "\f372";
	font-family: "Ionicons";
	color: #ccc;
	font-size: 22px;
	margin-right: 7px;
	vertical-align: middle;
}
input[type=checkbox]:checked + label:before {
	content: "\f374";
	color: #FB5E81;
}
input[type=radio] {
	display: none;
}
/*--------------------------------------------------------------*/
/* base common */
/*--------------------------------------------------------------*/
a {
	color: inherit;
	text-decoration: none;
}
a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
	transition: all 0.5s;
}

span.arrow {
	padding-right: 4px;
	position: relative;
	display: block;
	text-align: right;
}
span.arrow::after {
	position: absolute;
	top: 55%;
	right:-5px;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	font-family: 'Ionicons';
	-webkit-font-smoothing: antialiased;
	content: "\f125";
	font-size: 9px;
	transition: .2s all;
}
span.arrow:hover::after {
	right:1px;
}
.home-collection span.arrow{
  color:#fff;
}
.home-collection span.arrow::after {
  color:#fff;
  right:5px;
}
a.more:hover {
	color:#FFF100;
	text-decoration: none!important;
}
.content {
	width: 100%;
	max-width: 1240px;
	margin: 0 auto;
	padding: 0 20px;
}
p {
	line-height: 180%;
}
.center {
	text-align: center;
}
.text_right {
	text-align: right;
}
.fixed {
	position: fixed!important;
	z-index: 99;
	animation: moveimg 1s;
}
.header-wrapper{
  width: 100%;
}
.header-wrapper.fixed{
  top:0;
}
.header-wrapper.fixed .nav-bar{
  top:83px;
}
.header-wrapper.fixed .header-menu-sp{
  top:50px;
}
@keyframes moveimg {
  0% { top: -200px; }
  100% { top: 0px; }
}
span.red {
	color: #E1005B;
}
strong.red {
	color: #E1005B;
	font-weight: bold;
}
/* row left right */
.row {
	font-size: 0;
	overflow: hidden;
}
.half {
	overflow: hidden;
}
.left, .right {
	width: 50%;
	display: inline-block;
	vertical-align: top;
}
/* 580 */
@media (max-width: 580px) {
	.row .left,
	.row .cent,
	.row .right {
		display: block;
		width: 100%;
	}
}
/* ul.col3 */
ul.col3 {
	font-size: 0;
}
ul.col3 li {
	font-size: initial;
	display: inline-block;
	vertical-align: top;
	/*width: calc(100%/3);*/
	width: 31%;
	margin: 0 3.5% 3.5% 0;
}
ul.col3 li:nth-child(3n) {
	margin-right: 0;
}
/* 580 */
@media (max-width: 580px) {
	ul.col3 li {
		font-size: initial;
		display: inline-block;
		vertical-align: top;
		width: calc(96.5%/2);
		margin: 0 3.5% 3.5% 0;
	}
	ul.col3 li:nth-child(3n) {
		margin-right: 3.5%;
	}
	ul.col3 li:nth-child(2n) {
		margin-right: 0%;
	}
}
/* ul.col2 */
ul.col2 {
	font-size: 0;
}
ul.col2 li {
	font-size: initial;
	display: inline-block;
	vertical-align: top;
	width: calc(96%/2);
	margin: 0 4% 2.5% 0;
}
ul.col2 li:nth-child(2n) {
	margin-right: 0;
}
.flex {
	display: flex;
}
.flex.c2 li:nth-child(1) {
	margin-right: 2%;
}
.flex.c3 li:nth-child(1),
.flex.c3 li:nth-child(2) {
	margin-right: 2%;
}
.flex.c2,
.flex.c3 {
	margin-bottom: 2%;
}
p.note {
	font-size: 2.0rem;
}
p.note a {
	text-decoration: underline;
}
p.note a:hover {
	text-decoration: none;
}
/* pc tb sp view */
.sp_view {
	display: none;
}
.tb_view {
	display: none;
}
/* 768 */
@media (max-width: 768px) {
	.pc_view {
		display: none;
	}
	.tb_view {
		display: block;
	}
	.tb_none {
		display: none;
	}
}
/* 580 */
@media (max-width: 580px) {
	.sp_view {
		display: block;
		margin-top: 10px;
	}
	.sp_none {
		display: none!important;
	}
}
/* move */
.mv_left,
.mv_right,
.mv_up,
.mv_down,
.mv_bk {
	position: relative;
}
.lv_fade,
.mv_fade {
	opacity: 0;
}
.mv_fade0 {
	opacity: 1;
}
.mv_left {
	opacity: 0;
	left: -60px;
}
.mv_right {
	opacity: 0;
	right: -60px;
}
.mv_up {
	opacity: 0;
	top: 60px;
}
.mv_down {
	opacity: 0;
	top: -60px;
}
/* table */
table {
	border-collapse: collapse;
}
/* a.blue */
a.blue {
	color: #0099FF;
}
a.blue:hover {
	color: orange;
}
/* btn */
button.btn {
	background: #1E2D7D;
	color: #fff;
	padding: 10px 20px;
	border-radius: 4px;
	border: none;
}
button.btn:hover {
	background: #1E2D7D;
}
button.btnw {
	font-weight: bold;
	background: #fff;
	color: #1E2D7D;
	border: 1px solid #D4D6D8;
	padding: 10px 20px;
	border-radius: 4px;
}
button.btnw:hover {
	border: 1px solid #afafaf;
	color: #1E2D7D;
}
button.change {
	font-weight: bold;
	background: #fff;
	color: #0099FF;
	border: 1px solid #D4D6D8;
	padding: 6px 15px;
	margin: 10px 7px 10px 0;
	border-radius: 4px;
	transition: .2s all;
}
button.change:hover {
	border: 1px solid #afafaf;
	color: #5bbdff;
}
button.delete {
	font-weight: bold;
	background: #fff;
	color: #E1005B;
	border: 1px solid #D4D6D8;
	padding: 6px 15px;
	margin: 10px 10px 10px 0;
	border-radius: 4px;
	transition: .2s all;
}
button.delete:hover {
	border: 1px solid #afafaf;
	color: #ff418e;
}
button.button--primary {
	font-weight: bold;
}
button.button--primary:hover {
	background: var(--primary-button-background);
	color: var(--primary-button-text-color);
	opacity: 0.5;
}
a.button--primary {
	font-weight: bold;
}
a.button--primary:hover {
	background: var(--primary-button-background);
	color: var(--primary-button-text-color);
	opacity: 0.5;
}
button.button--ternary {
	background-color: white;
	font-weight: bold;
}


/* ul.disc */
ul.disc {
	list-style-type: disc;
	margin-left: 23px;
}
.slider{
	opacity: 0;
	transition: opacity .3s linear;
}
.slider.slick-initialized{
	opacity: 1;
}
/*--------------------------------------------------------------*/
/* （共通）アイテム一覧 - TYPE1 */
/*--------------------------------------------------------------*/
/* ul.items */
ul.items {
	font-size: 0;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	display: flex;
	flex-wrap: wrap;
}
ul.items li {
	display: inline-block;
	vertical-align: top;
	width: calc(100%/4);
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	transition: .3s all;
}
ul.items li a {
	display: block;
	padding: 38px 18px;
	position: relative;
	width: 100%;
	height: 100%;
}
.product-item .license {
	position: absolute;
	top: 10px;
	left: 0px;
	background: #333;
	color: #fff;
	display: block;
	line-height: 1;
	font-size: 1.2rem;
	padding: 2px 10px 2px 10px;
	border-radius: 0 3px 3px 0;
}
ul.items li figure {
	margin-bottom: 25px;
}
ul.items li h3 {
	font-size: 1.3rem;
	margin-bottom: 15px;
}
.product-item h2 > a {
	font-size: 1.4rem;
	font-weight: bold;
	margin-bottom: 23px;
}
.product-item span.price {
	display: inline-block;
	font-size: 1.3rem;
	color: #E1005B;
}
.product-item span.tax-in {
	display: inline-block;
	font-size: 1.0rem;
	color: #969b9e;
	margin-bottom: 10px;
}
.product-item span.zaiko {
	display: block;
	font-size: 1.2rem;
}
ul.items li:hover {
	background: #fffcca;
}
/* 1位 */
.product-item .rank._gold{
	background: #ebc21a;
	color: #fff;
	position: absolute;
	top: 0px;
	left: 0px;
	display: block;
	line-height: 1;
	font-size: 1.2rem;
	padding: 10px 30px;
	border-radius: 0 3px 3px 0;
}
/* 2位 */
.product-item .rank._silver{
	background: #6e828b;
	color: #fff;
	position: absolute;
	top: 0px;
	left: 0px;
	display: block;
	line-height: 1;
	font-size: 1.2rem;
	padding: 10px 30px;
	border-radius: 0 3px 3px 0;
}
/* 3位 */
.product-item .rank._brown{
	background: #b27347;
	color: #fff;
	position: absolute;
	top: 0px;
	left: 0px;
	display: block;
	line-height: 1;
	font-size: 1.2rem;
	padding: 10px 30px;
	border-radius: 0 3px 3px 0;
}
/* その他 */
.product-item .rank._other{
	background: #e5e5e5;
	position: absolute;
	top: 0px;
	left: 0px;
	display: block;
	line-height: 1;
	font-size: 1.2rem;
	padding: 10px 30px;
	border-radius: 0 3px 3px 0;
}
/* 768 */
@media (max-width: 768px) {
	ul.items li {
		width: calc(100%/3);
	}
	ul.items li > a {
		padding: 38px 15px;
	}
}
/* 580 */
@media (max-width: 580px) {
	ul.items li {
		width: calc(100%/2);
	}
	ul.items li > a {
		padding: 38px 10px;
	}
}

/*--------------------------------------------------------------*/
/* （共通）アイテム一覧 - TYPE2 */
/*--------------------------------------------------------------*/
ul.items2 {
	font-size: 0;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	display: flex;
	flex-wrap: wrap;
}
ul.items2 li {
	display: inline-block;
	vertical-align: top;
	width: calc(100%/4);
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	transition: .3s all;
	padding: 20px 18px;
	position: relative;
}
ul.items2 li:hover {
	background: #fffef3;
}
ul.items2 li .license {
	position: absolute;
	top: 10px;
	left: 0px;
	background: #333;
	color: #fff;
	display: block;
	line-height: 1;
	font-size: 1.4rem;
	padding: 2px 10px 4px 10px;
	border-radius: 0 3px 3px 0;
}
ul.items2 li figure {
	margin-bottom: 25px;
}
ul.items2 li h3 {
	font-size: 1.3rem;
	margin-bottom: 15px;
}
ul.items2 li h2 {
	font-size: 1.5rem;
	font-weight: bold;
	margin-bottom: 10px;
}
ul.items2 li span.price {
	display: inline-block;
	font-size: 2.1rem;
	color: #E1005B;
}
ul.items2 li span.tax-in {
	display: inline-block;
	font-size: 1.4rem;
	color: #969b9e;
	margin-bottom: 5px;
}
ul.items2 li span.recommend {
	display: block;
	margin-bottom: 20px;
}
ul.items2 li span.zaiko {
	display: block;
	font-size: 1.2rem;
	margin-bottom: 10px;
}
ul.items2 li button.cart_in {
	width: 100%;
	margin-bottom: 8px;
	background: #1e2d7e;
	color: #fff;
	line-height: 1;
	padding-top: 13px;
	padding-bottom: 15px;
	outline: none;
}
ul.items2 li button.cart_in:hover {
	background: #1E2D7D;
	color: #fff;
}
ul.items2 li button.quick_view {
	width: 100%;
	margin-bottom: 5px;
	background: #fff;
	color: #1e2d7e;
	line-height: 1;
	padding-top: 13px;
	padding-bottom: 15px;
	outline: none;
}
ul.items2 li button.quick_view:hover {
	background: #fff9cc;
	color: #1e2d7e;
}
/* 1000 */
@media (max-width: 1000px) {
	ul.items2 li {
		width: calc(100%/3);
	}
}
/* 768 */
@media (max-width: 768px) {
	ul.items2 li {
		width: calc(100%/2);
	}
	ul.items2 li h2 {
		margin-bottom: 10px;
	}
}

/*--------------------------------------------------------------*/
/* （共通）アイテム一覧 - TYPE2 LINE */
/*--------------------------------------------------------------*/
ul.items2.line li {
	display: block;
	width: 100%;
	padding: 20px 190px 20px 18px;
}
ul.items2.line li figure {
	width: 215px;
	height: 100%;
	margin-right: 20px;
	margin-bottom: 0;
	float: left;
}
ul.items2.line li .btn_wrap {
	position: absolute;
	top: 50%;
	right: 20px;
	max-width: 180px;
	width: 25%;
	text-align: right;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
/* 940 */
@media (max-width: 940px) {
	ul.items2.line li {
		padding: 20px 20px 80px 18px;
	}
	ul.items2.line li figure {
		width: 180px;
	}
	ul.items2.line li h2 {
		margin-bottom: 10px;
	}
	ul.items2.line li .btn_wrap {
		top: initial;
		bottom: 15px;
		right: 20px;
		max-width: 360px;
		width: 65%;
		-webkit-transform: initial;
		transform: initial;
	}
	ul.items2.line li .btn_wrap button {
		display: inline-block;
		vertical-align: top;
		width: 48%;
	}
	ul.items2.line li .btn_wrap button.quick_view {
		display: none;
	}
}
/* 580 */
@media (max-width: 580px) {
	ul.items2.line li figure {
		width: 125px;
		margin-right: 15px;
	}
	ul.items2.line li .btn_wrap {
		width: 75%;
	}
}

/*--------------------------------------------------------------*/
/* （共通）バナー画像用 */
/*--------------------------------------------------------------*/
/* img1 */
ul.img1 {
	font-size: 0;
	margin-left: unset;
}
ul.img1 li {
	width: 100%;
	margin-bottom: 1.5%;
}
ul.img1 li img {
	width: 100%;
}
/* img2 */
ul.img2 {
	font-size: 0;
	margin-left: unset;
}
ul.img2 li {
	display: inline-block;
	vertical-align: top;
	width: calc(98%/2);
	margin-right: 2%;
	margin-bottom: 1.5%;
}
ul.img2 li img{
  border-radius:5px;
}
ul.img2 li:nth-child(2n) {
	margin-right: 0;
}
/* 580 */
@media (max-width: 580px) {
	ul.img2 li {
		display: block;
		width: 100%;
		margin-right: 0;
	}
}
/* img3 */
ul.img3 {
	font-size: 0;
	margin-left: unset;
}
ul.img3 li {
	display: inline-block;
	vertical-align: top;
	width: calc(96%/3);
	margin-right: 2%;
	margin-bottom: 1.5%;
}
ul.img3 li img{
   border-radius:5px;
}
ul.img3 li:nth-child(3n) {
	margin-right: 0;
}
/* 580 */
@media (max-width: 580px) {
	ul.img3 li {
		width: calc(98%/2);
	}
	ul.img3 li:nth-child(3n) {
		margin-right: 2%;
	}
	ul.img3 li:nth-child(2n) {
		margin-right: 0;
	}
}
/* img4 */
ul.img4 {
	font-size: 0;
	margin-left: unset;
}
ul.img4 li {
	display: inline-block;
	vertical-align: top;
	width: calc(94%/4);
	margin-right: 2%;
	margin-bottom: 1.5%;
}
ul.img4 li:nth-child(4n) {
	margin-right: 0;
}
ul.img4 li img{
   border-radius:5px;
}
/* 580 */
@media (max-width: 580px) {
	ul.img4 li {
		width: calc(98%/2);
	}
	ul.img4 li:nth-child(4n) {
		margin-right: 2%;
	}
	ul.img4 li:nth-child(2n) {
		margin-right: 0;
	}
}

/* img4 */
ul.img43 {
	font-size: 0;
	margin-left: unset;
}
ul.img43 li {
	display: inline-block;
	vertical-align: top;
	width: calc(100%/6);
    padding:3px;
}
ul.img43 li img{
   border-radius:5px;
}
ul.img43 li:nth-child(4n) {
	margin-right: 0;
}
/* 580 */
@media (max-width: 580px) {
	ul.img43 li {
		width: calc(100%/4);
	}
	ul.img43 li:nth-child(4n) {
	}
	ul.img43 li:nth-child(2n) {
		margin-right: 0;
	}
}


/*--------------------------------------------------------------*/
/* （共通）header.type1 */
/*--------------------------------------------------------------*/
header.type1 {
	position: relative;
	margin-bottom: 30px;
}
header.type1 h1 {
	color: #232e70;
	font-weight: bold;
}
header.type1 span.arrow {
	position: absolute;
	top: 50%;
	right: 0px;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

/*--------------------------------------------------------------*/
/* （共通：item_view）商品詳細＆おすすめ商品 */
/*--------------------------------------------------------------*/
.item_view {
	display: flex;
}
.item_view ul.slider-view {
	display: none;
}
.item_view ul.slider-nav {
	display: none;
}
.item_view ul.clone-nav li {
	width: 45px;
	cursor: pointer;
	margin-right: 1px;
	border: 2px solid #fff;
	border-radius: 3px;
	break-inside: avoid;
}
.item_view ul.clone-nav li.active {
	border: 2px solid #0099FF;
}
.item_view .pc_view {
	flex: 1;
	height: 100%;
	padding-left: 5px;
}
.item_view .slick-dotted.slick-slider {
    margin-bottom: 20px;
}
/* 768 */
@media (max-width: 768px) {
	.item_view {
		display: block;
	}
	.item_view ul.slider-view {
		display: block;
	}
	.item_view ul.clone-nav {
		display: none;
	}
	.item_view ul.slider-nav {
		display: block;
		flex-direction: initial;
		flex-wrap: initial;
		column-count: initial!important;
		width: initial;
		max-height: initial;
	}
	.item_view ul.slider-nav li {
		width: initial;
		cursor: initial;
		margin-right: initial;
		border: none;
		border-radius: initial;
		break-inside: initial;
	}
	.item_view ul.slider-nav li.active {
		border: 2px solid #2b8dcc;
	}
	.item_view .pc_view {
		display: none!important;
	}
}

/*--------------------------------------------------------------*/
/* （共通：side_console）商品詳細＆おすすめ商品 */
/*--------------------------------------------------------------*/
.card {
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	padding: 25px;
}
.side_console header {
	border-bottom: 1px solid #ccc;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
h3.product-meta__title  {
	margin-bottom: 18px;
	color: #000;
	font-weight: bold;
}
.side_console header .maker-code h2.maker {
	display: inline-block;
	font-size: 1.4rem;
	margin-right: 10px;
	padding-right: 10px;
	border-right: 1px solid #ccc;
	line-height: 1;
}
.side_console header .maker-code h2.code {
	display: inline-block;
	font-size: 1.4rem;
	line-height: 1;
}
.side_console header .recommend {
	margin-top: 7px;
}
.side_console input[type=radio] + label:before {
	content: none;
}
.card__header--tight {
padding:20px;
}
/* collection/searchページのサイドバーのcardのpaddingを打ち消すCSS */
.card-category{
	padding:0px !important;
}
/* /* collection/searchページのメイン要素のcardのpaddingを打ち消すCSS */
.card__body{
	padding: 0px !important;
}
.collection__toolbar{
	padding: 10px;
}
@media (max-width: 940px) {
	.collection__toolbar{
		margin-top: 0;
	}
}
@media (max-width: 640px) {
	.card__body{
		border-top: none;
	}
}

/*--------------------------------------------------------------*/
/* （共通：★★★★★） */
/*--------------------------------------------------------------*/
span.star {
	font-size: 1.6rem;
	color: transparent;
	background-image: linear-gradient(orange, orange), linear-gradient(gray, gray);
	background-position: left, right;
	background-repeat: no-repeat;
	background-size: var(--rate) 100%, calc(100% - var(--rate)) 100%;
	background-clip: text;
	-webkit-background-clip: text;
	display: inline-block;
	margin-right: 5px;
}
span.star:before{
	content: "\2605\2605\2605\2605\2605";
}

/*--------------------------------------------------------------*/
/* （共通：送料無料） */
/*--------------------------------------------------------------*/
span.free {
	display: inline-block;
	font-size: 1.2rem;
	line-height: 1;
	padding: 2px 5px 3px 5px;
	color: #E1005B;
	border: 1px solid #E1005B;
	border-radius: 3px;
	margin-bottom: 0px;
}

.product-info span.free{
    font-size: 1.4rem;
    font-weight:bold;
  	border: 2px solid #E1005B;
}

/*--------------------------------------------------------------*/
/* （共通）パンクズ */
/*--------------------------------------------------------------*/
.breadcrumbs {
	margin-bottom: 30px;
}
.breadcrumbs ol li {
	display: inline-block;
	vertical-align: top;
	font-size: 1.2rem;
	letter-spacing: -0.5px;
	margin-right: 15px;
}
.breadcrumbs ol li::after {
	content: "\f125";
	font-size: 0.8rem;
	font-family: 'Ionicons';
	display: inline-block;
	margin-left: 15px;
}
.breadcrumbs ol li:last-child::after {
	content: none;
}
.breadcrumbs ol li a {
	color: #0099FF;
}
.breadcrumbs ol li a:hover {
	color: orange;
}

/*--------------------------------------------------------------*/
/* body */
/*--------------------------------------------------------------*/
body {
padding-top: 122px;
}
body.cart {
	padding-top: 0;
}
/* 580 */
@media (max-width: 580px) {
	body {
		padding-top: 80px;
	}
}

/*--------------------------------------------------------------*/
/* main */
/*--------------------------------------------------------------*/
main .content {
	position: relative;
}

/*--------------------------------------------------------------*/
/* btn MENU */
/*--------------------------------------------------------------*/
.menu {
	height: 20px;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	top: 50%;
	left: 20px;
	width: 30px;
	z-index: 9;
	cursor: pointer;
	display: none;
}
.menu .menu_line {
	background: #000;
	display: block;
	height: 2px;
	position: absolute;
	transition:transform .3s;
	width: 100%;
}
/* .menu.active::after {
	content: "";
	border: solid transparent;
	border-width: 8px;
	border-bottom-color: #fff;
	position: absolute;
	bottom: -32px;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
} */
.menu.active .menu_line {
	background: #000;
}
.menu_line-center {
	top: 9px;
}
.menu_line-bottom {
	bottom: 0;
}
.menu.active .menu_line-top {
	top: 8px;
	transform: rotate(45deg);
}
.menu.active .menu_line-center {
	transform:scaleX(0);
}
.menu.active .menu_line-bottom {
	bottom: 10px;
	transform: rotate(135deg);
}
/* sp_nav */
div.sp_nav {
	overflow-x: scroll;
	background: rgba(0,0,0,0.8);
	/*background: rgba(54,44,44,0.8);*/
	/*mix-blend-mode: multiply;*/
	display: none;
	height: 100%;
	position: fixed;
	width: 100%;
	z-index: 98;
}
div.sp_nav .wrap {
	height: 100%;
	width: 100%;
	padding-top: 60px;
}
div.sp_nav .wrap ul {
	padding-bottom: 60px;
}
div.sp_nav .wrap ul li {
	text-align: center;
	line-height: 1.3;
	height: 62px;
	margin: 10px 0 0px 100px;
	opacity: 0;
}
div.sp_nav .wrap ul li a {
	color: #fff;
	font-size: 2.8rem;
	transition: .5s;
	display: inlnie-block;
}
div.sp_nav .wrap ul li a:hover {
	color: #ccc;
}
/* 768 */
@media (max-width: 768px) {
	.menu {
		display: block!important;
	}
}
/* 580 */
@media (max-width: 580px) {
	.menu {
		height: 16px;
		width: 21px;
		margin-top: 20px;
	}
	/* .menu.active::after {
		bottom: -22px;
	} */
	.menu_line-center {
		top: 7px;
	}
	.menu.active .menu_line-bottom {
		bottom: 6px;
	}
}

/*--------------------------------------------------------------*/
/* Header */
/*--------------------------------------------------------------*/
#header {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}
#js-header-wrapper.fixed h2 {
	display: none;
}
#header .content {
	position: relative;
}
#header h2 {
	font-size: 1.2rem;
	font-weight: bold;
	padding: 10px 0;
	height: 38px;
}
#header h2 img {
	vertical-align: middle;
	margin-right: 3px;
}
#header nav {
	background: #fff100;
}
#header nav .nav {
	position: relative;
	max-width: 1240px;
	margin: 0 auto;
	width: 100%;
	height: 84px;
	z-index: 9;
}
#header.fixed .nav {
	height: 60px;
}
#header nav .command .user_pc dl dt {
	font-size: 1rem;
	letter-spacing: 1px;
	margin-bottom: 10px;
	color:#999;
}
#header nav .command .user_pc a.user_view {
	position: relative;
	cursor: pointer;
}
#header nav .command .user_pc a.user_view::before {
	position: absolute;
	top: 6px;
	right: -20px;
	margin-left: 5px;
	font-family: 'Ionicons';
	speak: none;
	-webkit-font-smoothing: antialiased;
	content: "\f123";
	font-size: 13px;
	color: #353535;
	transition: .2s all;
}
#header nav .command .user_pc a.user_view.active::before {
	transform: rotateZ(180deg);
}
#header.fixed nav .command .user_pc a.user_view.active::after {
	bottom: -9px;
}
#header nav .command .cart {
	width: 50%;
	font-size: 1.4rem;
}
#header nav .command .cart a {
	color: #fff;
}
#header nav .command .cart a:hover {
	opacity: 0.6;
}
#header nav .command .cart span.count {
	display: inline-block;
	font-size: 1.3rem;
	padding: 5px;
	height: 20px;
	min-width: 20px;
	border-radius: 10px;
	background: red;
	color: #fff;
	line-height: 0.7;
	position: absolute;
	top: -7px;
	left: 15px;
	right:auto;
	z-index: 9;
}
#header nav .command .cart span.img {
	position: relative;
}
#header nav .command .cart span.img img {
	vertical-align: middle;
	margin-right: 10px;
}
/* 1240 */
@media (max-width: 1240px) {
	#header nav .command {
		width: 250px;
	}
}
/* 768 */
@media (max-width: 768px) {
	#header nav .logo {
		left: 70px;
	}
	#header nav .iface {
		left: 235px;
	}
}
/* 580 */
@media (max-width: 580px) {
	#header h2 {
		text-align: center;
		padding: 6px 0;
		height: 30px;
	}
	#header nav .nav {
		padding: 0 20px;
		height: 60px;
	}
	#header nav .logo {
		left: 57px;
		z-index: 10;
	}
	#header nav .logo img {
		width: 90px;
		vertical-align: middle;
	}
	#header nav .iface {
		display: none;
	}
	#header nav .command {
		width: 100%;
		text-align: right;
		display: block;
	}
	#header nav .command div.user_sp,
	#header nav .command div.search,
	#header nav .command div.cart {
		width: 42px;
		display: inline-block;
		vertical-align: top;
	}
	#header nav .command div.cart img {
		margin-right: 0;
	}
	#header nav .command .cart span.count {
		left: 12px;
		text-align: center;
	}
	#header nav .command .user_sp a.user_view {
		position: relative;
		cursor: pointer;
		display: inline-block;
	}
	#header nav .command .user_sp a.user_view.active::after {
		content: "";
		border: solid transparent;
		border-width: 8px;
		border-bottom-color: #fff;
		position: absolute;
		bottom: -22px;
		left: 50%;
		-webkit-transform: translate(-50%, 0);
		transform: translate(-50%, 0);
	}
}
/* 320 */
@media (max-width: 320px) {
	#header nav .logo img {
		width: 110px;
	}
	#header nav .command div.user_sp,
	#header nav .command div.search,
	#header nav .command div.cart {
		width: 37px;
	}
}

/*--------------------------------------------------------------*/
/* SP MENU */
/*--------------------------------------------------------------*/
ul#menu {
	position: absolute;
	left: 0;
	padding: 0 20px;
	width: 100%;
	background: #fff;
	display: none;
	z-index: 2;
}
ul#menu > li ul {
	display: none;
}
ul#menu > li > a {
	font-weight: bold;
}
ul#menu > li > a::after {
	position: absolute;
	top: 0;
	right: 20px;
	line-height: 50px;
	font-family: 'Ionicons';
	speak: none;
	-webkit-font-smoothing: antialiased;
	content: "\f125";
	font-size: 13px;
	color: #353535;
}
ul#menu li a {
	display: block;
	padding: 15px 0;
	line-height: 1;
	position: relative;
}
a.back::before {
	content: "\f3cf";
	font-family: "Ionicons";
	color: #677279;
	font-size: 16px;
	margin-right: 15px;
	vertical-align: middle;
}
a.close::before {
	content: "\f2d7";
	font-family: "Ionicons";
	color: #677279;
	font-size: 16px;
	margin-right: 15px;
	vertical-align: middle;
}

/* sub */
ul.sec {
	height: initial;
	-webkit-overflow-scrolling: touch;
}
ul.sec li {
	background: #fff;
}
ul#back.sec {
	position: absolute;
	left: 0;
	padding: 0 20px;
	width: 100%;
	background: #fff;
	z-index: 11;
}
ul#close.sec {
	position: absolute;
	top: 51px;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	max-width: 1240px;
	width: 100%;
	padding: 0 20px 20px 20px;
	background: #fff;
	z-index: 11;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	max-height: 430px;
}
ul#close.sec.single {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	max-height: 350px;
}
ul#close.sec > li {
	display: inline-block;
	vertical-align: top;
}
ul#close.sec > li > a {
	display: block;
	color: #1E2D7D;
	margin-bottom: 20px;
	margin-top: 20px;
}
ul#close.sec.single > li > a {
	display: block;
	color: #1E2D7D;
	margin-bottom: 0px;
	margin-top: 20px;
}
ul#close.sec ul {
	display: inline-block;
	vertical-align: top;
	width: 230px;
}
ul#close.sec ul li {
	margin-bottom: 10px;
}
/* 768 */
@media (max-width: 768px) {
	/* sub */
	ul.sec {
		height: initial;
		-webkit-overflow-scrolling: touch;
	}
	ul.sec li {
		background: #fff;
	}
	ul#close.sec {
		top: 43px;
		left: 50%;
	}
	/* reset */
	ul#close.sec > li {
		display: inline;
	}
	ul#close.sec > li > a {
		display: initial;
		color: #1E2D7D;
		margin-bottom: 0;
	}
	ul#close.sec ul {
		display: initial;
		width: auto;
	}
	ul#close.sec ul li {
		margin-bottom: 0;
	}
	/* =reset */
	ul#back.sec > li a,
	ul#close.sec > li a {
		display: block;
		padding: 15px 0;
	}
	ul#back.sec > li ul,
	ul#close.sec > li ul {
		display: none;
	}
	a.kaihei {
		position: relative;
		color: #1E2D7D;
		font-weight: bold;
	}
	a.kaihei::after {
		position: absolute;
		top: 0;
		right: 20px;
		line-height: 50px;
		font-family: 'Ionicons';
		speak: none;
		-webkit-font-smoothing: antialiased;
		content: "\f123";
		font-size: 13px;
		color: #353535;
		transition: .2s all;
	}
	a.kaihei.active::after {
		transform: rotateZ(180deg);
	}
	a.kaihei ~ ul {
		padding-left: 10px;
	}
	/* ul#close.sec */
	ul#close.sec {
		display: initial;
		max-height: initial;
	}
	ul#close.sec.single {
		display: initial;
		max-height: initial;
	}
	ul#close.sec.single > li > a {
		display: block;
		color: #1E2D7D;
		margin-bottom: 0px;
		margin-top: 20px;
	}
}
/* 580 */
@media (max-width: 580px) {
	a.kaihei::after {
		right: 0;
	}
	ul#menu > li > a::after {
		right: 0;
	}
}

/*--------------------------------------------------------------*/
/* submenu */
/*--------------------------------------------------------------*/
.relative {
	position: relative;
}
#submenu {
	border-bottom: 1px solid #ccc;
}
#submenu a {
	cursor: pointer;
}
#submenu ul {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	height: 50px;
	position: relative;
	z-index: 1;
}
#submenu ul li {
	font-size: 1.1rem;
	padding: 16px 7% 16px 0;
	height: 50px;
	position: relative;
}
#submenu ul li:last-child {
	margin-left: auto;
}
#submenu ul li a.select span.txt::after {
	content: "";
	border: solid transparent;
	border-width: 8px;
	border-bottom-color: #fff;
	position: absolute;
	bottom: -19px;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}
#submenu ul li a.select span.txt::before {
	content: "";
	border: solid transparent;
	border-width: 9px;
	border-bottom-color: #ccc;
	position: absolute;
	bottom: -19px;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}
#submenu ul li a {
	position: relative;
}
#submenu ul li a.s1::before,
#submenu ul li a.s2::before,
#submenu ul li a.s3::before,
#submenu ul li a.s4::before,
#submenu ul li a.s5::before,
#submenu ul li a.guide::before {
	position: absolute;
	top: -3px;
	right: -20px;
	margin-left: 5px;
	font-family: 'Ionicons';
	speak: none;
	-webkit-font-smoothing: antialiased;
	content: "\f123";
	font-size: 13px;
	color: #353535;
	transition: .2s all;
}
#submenu ul li a.select.s1::before,
#submenu ul li a.select.s2::before,
#submenu ul li a.select.s3::before,
#submenu ul li a.select.s4::before,
#submenu ul li a.select.s5::before,
#submenu ul li a.select.guide::before {
	transform: rotateZ(180deg);
}
/* 820 */
@media (max-width: 820px) {
	#submenu {
		background: #f3f5f6;
		border-bottom: none;
	}
	#submenu ul {
		display: flex;
		align-items: center;
		height: 43px;
		position: relative;
		z-index: 1;
		width: auto;
		overflow-x: scroll;
	}
	#submenu ul li {
		padding: 13px;
		height: 43px;
		font-weight: bold;
		white-space: nowrap;
	}
	#submenu ul li a.select span.txt::after {
		content: none;
		border: solid transparent;
		border-width: 8px;
		border-bottom-color: #fff;
		position: absolute;
		bottom: -19px;
		left: 50%;
		-webkit-transform: translate(-50%, 0);
		transform: translate(-50%, 0);
	}
	#submenu ul li a.select span.txt::before {
		content: none;
	}
	#submenu ul li a.s1::before,
	#submenu ul li a.s2::before,
	#submenu ul li a.s3::before,
	#submenu ul li a.s4::before,
	#submenu ul li a.s5::before,
	#submenu ul li a.guide::before {
		content: none;
	}
}
/* 580 */
@media (max-width: 580px) {

}

/*--------------------------------------------------------------*/
/* search_box */
/*--------------------------------------------------------------*/
#search_box {
	position: absolute;
	top: 50%;
	left: 275px;
	max-width: 600px;
	width: 100%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	z-index: 10;
}
#search_box .input_box {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 100%;
}
#search_box .input_box input[type=text] {
	height: 40px;
	width: 100%;
	padding-right: 40px;
	border-radius: 4px;
	border: none;
}
#search_box .input_box button {
	position: absolute;
	top: 0;
	right: 0px;
	height: 40px;
	width: 40px;
	background: #4b4948;
	border: none;
	border-radius: 4px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	outline: none;
}
#search_box .input_box button:hover {
	opacity: 0.6;
}
#search_box .input_box button::after {
	content: "\f4a4";
	font-family: "Ionicons";
	color: #fff;
	font-size: 27px;
	vertical-align: middle;
}
#search_box div.search_close {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	height: 40px;
	width: 40px;
	display: none;
}
#search_box div.search_close::after {
	content: "\f2d7";
	font-family: "Ionicons";
	color: #000;
	font-size: 30px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	line-height: 1;
}
/* #keyword */
#keyword {
	padding: 20px 0;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #fff;
	display: none;
	z-index: 9;
}
#keyword strong {
	padding: 0 20px;
}
#keyword ul {
	overflow: auto;
	height: 100%;
	-webkit-overflow-scrolling: touch;
}
#keyword strong {
	display: block;
	color: #1E2D7D;
	margin-bottom: 10px;
}
#keyword ul li {
	padding: 10px 20px;
	cursor: pointer;
}
#keyword ul li:hover {
	background: #fffbba;
}
/* 1240 */
@media (max-width: 1240px) {
	#search_box {
		max-width: calc(100vw - 575px);
	}
}
/* 768 */
@media (max-width: 768px) {
	#search_box {
		display: none;
	}
}
/* 580 */
@media (max-width: 580px) {
	#search_box {
		top: 0;
		left: 0px;
		max-width: 100%;
		width: 100%;
		font-size: 0;
		padding: 5px 0 5px 15px;
		z-index: 10;
		background: #fff100;
		position: absolute;
		margin: 0px;
		transform: translate(0, 0);
	}
	#search_box .input_box {
		width: 85%;
	}
	#search_box div.search_close {
		width: 15%;
		display: inline-block;
		cursor: pointer;
	}
}


/*--------------------------------------------------------------*/
/* user_box */
/*--------------------------------------------------------------*/
.user_box {
	padding: 20px;
	width: 400px;
	background: #fff;
	box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.3);
	border-radius: 3px;
	text-align: center;
	z-index: 9;
}
@media only screen and (max-width: 767px) {
	.user_box { top: 58px; }
}
.user_box strong {
	color: #e1005b;
}
.user_box .wrap hr {
	margin-top: 20px;
	margin-bottom: 20px;
	border: none;
	border-bottom: 1px solid #ccc;
}
.user_box .wrap p {
	font-weight: bold;
	margin-bottom: 15px;
}
.user_box .wrap button {
	background: #e1005b;
	color: #fff;
	width: 100%;
	padding: 12px 0;
	border: none;
	outline: none;
}
.user_box .wrap {
	text-align: center;
}
.user_box .wrap p {
	font-weight: bold;
	margin-bottom: 15px;
}
.user_box .wrap input {
	width: 100%;
	margin-bottom: 10px;
	padding: 10px;
}
.user_box .wrap button {
	background: #1e2d7e;
	color: #fff;
	width: 100%;
	padding: 12px 0;
	margin-bottom: 10px;
	border: none;
	outline: none;
}
.user_box .wrap button.singup {
	background: #E1005B
}
.user_box .wrap button.singup:hover {
	background: #e02e77
}
.user_box .wrap input.login {
	background: #1e2d7e;
	color: white;
}
.user_box .wrap input.login:hover {
	background: #2b41b7
}
.user_box .wrap input + a {
	color: #1E2D7D;
	font-size: 1.1rem;
}
/* login */
body.login .user_box {
	width: 200px;
}
body.login .user_box .login_menu ul li {
	margin-bottom: 15px;
	text-align: left;
}
body.login .user_box .login_menu ul li:last-child {
	margin-bottom: 0;
}
body.login .user_box .signup_box {
	display: none;
}
/* no_login */
body:not(.login) .user_box .login_menu {
	display: none;
}
/* 580 */
@media (max-width: 580px) {
	.user_box {
		padding: 20px;
		right: 0!important;
		width: 100%!important;
	}
}

/*--------------------------------------------------------------*/
/* guide_box */
/*--------------------------------------------------------------*/
#guide_box {
	padding: 20px;
	position: absolute;
	top: 51px;
	right: 70px;
	width: 200px;
	background: #fff;
	box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.3);
	border-radius: 3px;
	display: none;
	text-align: left;
	z-index: 9;
}
#guide_box ul li {
	margin-bottom: 15px;
}
#guide_box ul li:last-child {
	margin-bottom: 0;
}

/*--------------------------------------------------------------*/
/* COVID-19 */
/*--------------------------------------------------------------*/
#covid-19 {
	border-bottom: 1px solid #ccc;
	padding: 10px 0;
	text-align: center;
}
#covid-19 p {

}
/* 768 */
@media (max-width: 768px) {
	#covid-19 {
		text-align:left;
	}
}

/*--------------------------------------------------------------*/
/* MAIN SLIDER */
/*--------------------------------------------------------------*/


/*--------------------------------------------------------------*/
/* 人気検索キーワード */
/*--------------------------------------------------------------*/
article.ninki {
	padding-top: 40px;
	margin-bottom: 40px;
}
article.ninki header h1 {
	font-size: 1.7rem;
	font-weight: bold;
	color: #1E2D7D;
	margin-bottom: 20px;
}
/* ul.tags */
ul.tags li {
	display: inline-block;
	vertical-align: top;
	margin-right: 3px;
	margin-bottom: 5px;
}
ul.tags li a {
	display: block;
	font-size: 1.1rem;
	font-weight: bold;
	padding: 3px 5px;
	border-radius: 10px;
	background: #f4f5f6;
}

/*--------------------------------------------------------------*/
/* メーカーバナー */
/*--------------------------------------------------------------*/
section.maker_banner {
	margin-bottom: 40px;
}
/* ul.banner5 */
ul.banner5 {
	font-size: 0;
	border: 1px solid #ccc;
    border-radius:5px;
}
ul.banner5 li {
	display: inline-block;
	vertical-align: top;
	width: calc(100%/6);
	border-right: 1px solid #ccc;
	line-height: 0;
	padding-bottom: 5%;
	/* max-height: 90px; */
	height: 8vw;
	position: relative;
}
ul.banner5 li:last-child {
  border-right:0px;
}
ul.banner5 li img {
	max-width: 180px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	object-fit: contain;
	padding: 10px;
}
/* 580 */
@media (max-width: 770px) {
	/* ul.banner5 */
	ul.banner5 {
		border: 1px solid #ccc;
	}
	ul.banner5 li {
		display: inline-block;
		vertical-align: top;
		width: calc(100%/3);
		border:none;
		height: 30vw;
	}
}

/*--------------------------------------------------------------*/
/* メーカーインフォ */
/*--------------------------------------------------------------*/
section.maker_info {
	margin-bottom: 40px;
}
/* ul.makers */
ul.makers {
	font-size: 0;
}
ul.makers li {
	display: inline-block;
	vertical-align: top;
	width: calc(94%/3);
	margin-right: 3%;
	padding: 30px;
	height: 30vw;
	max-height: 300px;
	margin-bottom: 25px;
	position: relative;
}
ul.makers li:nth-child(3n) {
	margin-right: 0;
}
ul.makers li dl dt {
	font-size: 2.0rem;
	font-weight: bold;
}
ul.makers li .btn_link {
	display: inline-block;
	padding: 12px 20px;
	background: #fff;
	position: absolute;
	bottom: 30px;
	left: 30px;
	font-weight: bold;
	font-size: 1.6rem;
}
/* 580 */
@media (max-width: 580px) {
	ul.makers li {
		display: block;
		width: 100%;
		min-height: 300px;
	}
}

/*--------------------------------------------------------------*/
/* 商品スライダー */
/*--------------------------------------------------------------*/
ul.slider-nav {
	padding: 10px 0;
}
ul.slider-nav li {
	margin: 0 5px;
	padding: 3px 0;
}
ul.slider-nav .slick-slide {
	height: 70px;
	cursor: pointer;
}
ul.slider-nav .slick-slide img {
	height: 100%;
	margin: 0 auto;
}
ul.slider-nav .slick-dots {
	position: relative;
}

/*--------------------------------------------------------------*/
/* おすすめ商品 */
/*--------------------------------------------------------------*/
section.recommend {
	margin-bottom: 80px;
}
section.recommend item_view {
	min-height: 630px;
}
section.recommend .flex {
	justify-content: flex-start;
}
/* LEFT */
section.recommend .left {
	width: 50%;
	border: 1px solid #ccc;
	padding: 20px;
}
/* RIGHT */
section.recommend .right {
	width: 50%;
}
/* div.select */
div.select {
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px;
}
/* 機種選択 */
fieldset.model {
	margin-bottom: 15px;
}
fieldset.model legend {
	margin-bottom: 20px;
}
fieldset.model input {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	outline: none;
}
fieldset.model label {
	display: inline-block;
	padding: 5px 10px;
	margin-right: 5px;
	margin-bottom: 9px;
	border: 2px solid #ececec;
	border-radius: 3px;
	transition: all .2s;
	cursor: pointer;
	box-sizing: border-box;
}
fieldset.model input:checked + label {
	background: #f2f9ff;
	color: #4ea3dc;
	border: 2px solid #4ea3dc;
	box-sizing: border-box;
}
/* カラー選択 */
fieldset.color {
	margin-bottom: 15px;
}
fieldset.color legend {
	margin-bottom: 20px;
}
fieldset.color input {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	outline: none;
}
fieldset.color label {
	display: inline-block;
	width: 30px;
	height: 30px;
	margin-right: 5px;
	margin-bottom: 9px;
	border: 2px solid #ececec;
	border-radius: 3px;
	transition: all .2s;
	cursor: pointer;
	box-sizing: border-box;
}
fieldset.color input:checked + label {
	color: #4ea3dc;
	border: 2px solid #4ea3dc;
	box-sizing: border-box;
	opacity: 0.9;
}
/* COLOR */
.c_000000 + label { background: #000000; }
.c_808080 + label { background: #808080; }
.c_000080 + label { background: #000080; }
.c_C3B091 + label { background: #C3B091; }
.c_e5c2a6 + label { background: #e5c2a6; }

/* .price-buy */
div.price-buy table {
	margin-bottom: 15px;
}
div.price-buy table tr th {
	text-align: left;
	width: 80px;
	padding: 7px 0;
}
div.price-buy table tr td {
	padding: 7px 0;
}
div.price-buy table tr td span.price,
div.price-buy table tr td span.point {
	font-size: 2.0rem;
	color: #E1005B;
}
.price-list span.tax-in {
	font-size: 1.0rem;
	color: #333;
}
.product-form__info-item .price-list span.tax-in {
  	font-size: 1.3rem;
}
.price-list s {
	font-size: 1.1rem;
}
div.price-buy table tr td span.zaiko-ari {
	color: #50c1ff;
}
div.price-buy table tr td span.zaiko-nashi {
	color: #E1005B;
}
div.price-buy table tr td input.quantity {
	width: 55px;
}
div.price-buy .btns {
	font-size: 0;
}
div.price-buy .btns button.add-to-cart {
	background: #1e2d7e;
	color: #fff;
	padding: 12px;
	line-height: 1;
	font-size: 1.5rem;
	letter-spacing: -1px;
	width: 48%;
	margin-right: 4%;
}
div.price-buy .btns button.add-to-buy {
	background: #E1005B;
	color: #fff;
	padding: 12px;
	line-height: 1;
	font-size: 1.5rem;
	width: 48%;
}
div.price-buy .btns button:hover {
	opacity: 0.8;
}
/* 1000 */
@media (max-width: 1000px) {
	div.price-buy .btns button {
		padding: 12px 6px!important;
		font-size: 1.4rem!important;
	}
}
/* 768 */
@media (max-width: 768px) {
	section.recommend .flex {
		display: block;
	}
	/* LEFT */
	section.recommend .left {
		width: 100%;
	}
	/* RIGHT */
	section.recommend .right {
		width: 100%;
	}
	section.recommend .side_console {
		border-top: none;
		border-left: 1px solid #ccc;
		border-right: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
		padding: 20px;
	}
	div.price-buy .btns button.add-to-cart {
		width: 100%;
		margin-right: 0;
		margin-bottom: 5px;
	}
	div.price-buy .btns button.add-to-buy {
		width: 100%;
	}
}

/*--------------------------------------------------------------*/
/* キャンペーン・セール情報 */
/*--------------------------------------------------------------*/
.campaign {
	margin-bottom: 80px;
}

/*--------------------------------------------------------------*/
/* PICK UP */
/*--------------------------------------------------------------*/
.pickup {
	margin-bottom: 80px;
}

/*--------------------------------------------------------------*/
/* カテゴリーランキング */
/*--------------------------------------------------------------*/
.cat_ranking {
	margin-bottom: 80px;
}
.cat_ranking .slick-list,
.your-pickup .slick-list {
	border-right: 1px solid #ccc;
}
/* nav arrow */
.prev-arrow {
	left: -20px;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	opacity: 0.8;
	cursor: pointer;
	transition: .2s all;
	z-index: 1;
	background: #999;
}
.prev-arrow.slick-disabled {
	display: none!important;
}
.prev-arrow::after {
	content: '\f124';
	font-family: 'Ionicons';
	font-size: 1.8rem;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	color: #fff;
	display: block;
}
.next-arrow {
	right: -20px;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	opacity: 0.8;
	cursor: pointer;
	transition: .2s all;
	z-index: 1;
	background: #999;
}
.next-arrow.slick-disabled {
	display: none!important;
}
.next-arrow::after {
	content: '\f125';
	font-family: 'Ionicons';
	font-size: 1.8rem;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	color: #fff;
	display: block;
}
.slide-arrow {
	position: absolute;
	top: 50%;
	margin-top: -15px;
}
/* 580 */
@media (max-width: 580px) {
	.prev-arrow {
		width: 35px;
		height: 35px;
	}
	.next-arrow {
		width: 35px;
		height: 35px;
	}
	.prev-arrow::after {
		font-size: 1.5rem;
	}
	.next-arrow::after {
		font-size: 1.5rem;
	}
}

/*--------------------------------------------------------------*/
/* カテゴリーインデックス */
/*--------------------------------------------------------------*/
.cat_index {
	margin-bottom: 20px;
}
.cat_index header {
	position: relative;
	margin-bottom: 30px;
}
.cat_index h1 {
	color: #232e70;
	font-weight: bold;
}
/* ul */
.cat_index ul {
	font-size: 0;
}
.cat_index ul li {
	display: inline-block;
	vertical-align: top;
	width: calc(100%/7);
	text-align: center;
	padding: 0 7px;
}
.cat_index ul li a {
	outline: none;
}
.cat_index ul li figure {
	width : 100% ;
	padding-top : 100% ;
	position: relative;
	border-radius: 50%;
	margin-bottom: 15px;
	z-index: 2;
}
.cat_index ul li figure::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width : 100% ;
	padding-top : 100% ;
	border-radius: 50%;
	border: 1px solid #ccc;
	z-index: 2;
}
.cat_index ul li figure img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 65%;
	z-index: 1;
}
/* nav arrow */
.cat_index .prev-arrow {
	top: 33%;
	left: -20px;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	opacity: 0.8;
	cursor: pointer;
	transition: .2s all;
	z-index: 1;
	background: #999;
}
.cat_index .prev-arrow.slick-disabled {
	display: none!important;
}
.cat_index .prev-arrow::after {
	content: '\f124';
	font-family: 'Ionicons';
	font-size: 1.8rem;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	color: #fff;
	display: block;
}
.cat_index .next-arrow {
	top: 33%;
	right: -20px;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	opacity: 0.8;
	cursor: pointer;
	transition: .2s all;
	z-index: 1;
	background: #999;
}
.cat_index .next-arrow.slick-disabled {
	display: none!important;
}
.cat_index .next-arrow::after {
	content: '\f125';
	font-family: 'Ionicons';
	font-size: 1.8rem;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	color: #fff;
	display: block;
}
/* 左寄せ */
.cat_index .slick-track {
	margin-left: initial;
}
/* 580 */
@media (max-width: 580px) {
	.cat_index ul li {
		padding: 0 4px;
	}
	.cat_index .prev-arrow {
		width: 35px;
		height: 35px;
	}
	.cat_index .next-arrow {
		width: 35px;
		height: 35px;
	}
	.cat_index .prev-arrow::after {
		font-size: 1.5rem;
	}
	.cat_index .next-arrow::after {
		font-size: 1.5rem;
	}
}

/*--------------------------------------------------------------*/
/* ケーブル・その他アクセサリーはこちら */
/*--------------------------------------------------------------*/
div.etc p {
	background: #1e2d7e;
	color: #fff;
	width: 100%;
	padding: 20px 0;
	margin-bottom: 60px;
	text-align: center;
	line-height: 1;
}

/*--------------------------------------------------------------*/
/* iPhoneケース・スマホケース・スマホグッズブランド */
/*--------------------------------------------------------------*/
.brand {
	margin-bottom: 80px;
}

/*--------------------------------------------------------------*/
/* 特集 */
/*--------------------------------------------------------------*/
.features {
	margin-bottom: 80px;
}

/*--------------------------------------------------------------*/
/* オリジナルアイテム（キャラクターグッズ） */
/*--------------------------------------------------------------*/
.character-list {
	margin-bottom: 80px;
}
.character-list .section__header .arrow a{
	color:#fff;
}
.character-list .section__header .arrow:after{
  right: 5px;
  color:#fff;
}
/* ul.banner6 */
ul.banner6 {
	font-size: 0;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	margin-bottom: 75px;
}
ul.banner6 li {
	display: inline-block;
	vertical-align: top;
	width: calc(100%/6);
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	line-height: 0;
	padding-bottom: 5%;
	max-height: 90px;
	height: 10vw;
	position: relative;
}
ul.banner6 li img {
	max-height: 60px;
	max-width: 220px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
ul.banner6 li:nth-child(1) img {
	width: 52%;
}
ul.banner6 li:nth-child(2) img {
	width: 80%;
}
ul.banner6 li:nth-child(3) img {
	width: 55%;
}
ul.banner6 li:nth-child(4) img {
	width: 72%;
}
ul.banner6 li:nth-child(5) img {
	width: 65%;
}
ul.banner6 li:nth-child(6) img {
	width: 72%;
}
/* 768 */
@media (max-width: 768px) {
	/* ul.banner6 */
	ul.banner6 li {
		width: calc(100%/3);
		height: 70px;
	}
}
/* 580 */
@media (max-width: 580px) {
	.character-list header {
		margin-bottom: 20px;
	}
	/* ul.banner6 */
	ul.banner6 li {
		width: calc(100%/2);
	}
}

/*--------------------------------------------------------------*/
/* Hameeロングセラー商品 */
/*--------------------------------------------------------------*/
.long-seller {
	margin-bottom: 80px;
}
/* ul.list5 */
ul.list5 {
	font-size: 0;
}
ul.list5 li {
	display: inline-block;
	vertical-align: top;
	width: calc(92%/5);
	margin-right: 2%;
	margin-bottom: 25px;
}
ul.list5 li:nth-child(5n) {
	margin-right: 0;
}
ul.list5 li p {
	font-size: 1.2rem;
}
ul.list5 li img{
  border-radius:5px;
}
/* 768 */
@media (max-width: 768px) {
	ul.list5 li {
		width: calc(96%/3);
	}
	ul.list5 li:nth-child(5n) {
		margin-right: 2%;
	}
	ul.list5 li:nth-child(3n) {
		margin-right: 0;
	}
}
/* 580 */
@media (max-width: 580px) {
	.scroll {
		overflow-y: hidden;
		-webkit-overflow-scrolling: touch;
		padding-bottom: 20px;
	}
	ul.list5 {
		display: table;
		width: 460%;
	}
	ul.list5 li {
		display: table-cell;
		padding-right: 15px;
		width: 250px;
	}
}

/*--------------------------------------------------------------*/
/* iPhoneケース・スマホケース・スマホグッズの気になるトピック！ */
/*--------------------------------------------------------------*/
.column-list {
	margin-bottom: 80px;
}
.column-list ul {
	font-size: 0;
}
.column-list ul li {
	display: inline-block;
	vertical-align: top;
	width: calc(94%/4);
	margin-right: 2%;
	margin-bottom: 30px;
}
.column-list ul li:nth-child(4n) {
	margin-right: 0;
}
.column-list li figure {
	margin-bottom: 10px;
}
.column-list li h2 {
	font-size: 1.5rem;
	font-weight: bold;
	margin-bottom: 13px;
}
.column-list ul li p {
	font-size: 1.3rem;
	line-height: 1.6;
}
.column-list .scroll + span {
	margin-left: 20px;
	display: none;
}
/* 768 */
@media (max-width: 768px) {
	.column-list ul li {
		width: calc(96%/3);
	}
	.column-list ul li:nth-child(4n) {
		margin-right: 2%;
	}
	.column-list ul li:nth-child(3n) {
		margin-right: 0;
	}
}
/* 580 */
@media (max-width: 580px) {
	.column-list .scroll {
		overflow-y: hidden;
		-webkit-overflow-scrolling: touch;
		padding-bottom: 15px;
		margin-bottom: 10px;
	}
	.column-list ul {
		display: table;
		width: 400%;
	}
	.column-list ul li {
		display: table-cell;
		padding-right: 15px;
		width: 250px;
	}
	.column-list .slick-slider {
	    margin: 0 -5px!important;
	}
	.column-list .slick-slide {
		margin-right: 5px!important;
		margin-left: 5px!important;
	}
	.column-list .scroll + span {
		display: inline-block;
	}
}

/*--------------------------------------------------------------*/
/* 人気カテゴリー */
/*--------------------------------------------------------------*/
.popular-category {
	overflow: hidden;
}
/* text-list */
.popular-category .phone-list h2 {
	font-size: 1.5rem;
	font-weight: bold;
	margin-bottom: 30px;
	color: #333333;
}
.popular-category .phone-list ul {
	font-size: 0;
	margin-bottom: 60px;
}
.popular-category .phone-list ul li {
	display: inline-block;
	vertical-align: top;
	width: calc(91%/4);
	margin-right: 3%;
	margin-bottom: 25px;
}
.popular-category .phone-list ul li:nth-child(4n) {
	margin-right: 0;
}
.popular-category .phone-list ul li figure {
	display: table-cell;
	vertical-align: middle;
	height: 6.5vw;
	width: 6.5vw;
	border: 1px solid #ccc;
	border-radius: 50%;
	position: relative;
	transition: .2s all;
	padding: 7px 10px;
	text-align: center;
	line-height: 0;
}
.popular-category .phone-list ul li:hover figure {
	border: 1px solid #fff100;
}
.popular-category .phone-list ul li .wrap {
	display: table-cell;
	vertical-align: middle;
	padding-left: 15px;
}
.popular-category .phone-list ul li .wrap span.model {
	font-size: 1.5rem;
	font-weight: bold;
	display: block;
}
.popular-category .phone-list ul li .wrap span.genru {
	font-size: 1.2rem;
	color: #999;
	display: block;
}
.popular-category .phone-list ul li figure img{
	border-radius: 5px;
}
/* 1300 */
@media (min-width: 1300px) {
	.popular-category .phone-list ul li figure {
		height: 80px;
		width: 80px;
	}
}
/* 1000 */
@media (max-width: 1000px) {
	.popular-category .phone-list ul li {
		width: calc(96%/3);
		margin-right: 2%;
	}
	.popular-category .phone-list ul li:nth-child(4n) {
		margin-right: 2%;
	}
	.popular-category .phone-list ul li:nth-child(3n) {
		margin-right: 0;
	}
	.popular-category .phone-list ul li figure {
		height: 7vw;
		width: 7vw;
		padding: 9px 12px;
	}
}
/* 768 */
@media (max-width: 768px) {
	.popular-category .phone-list ul li {
		width: calc(98%/2);
		margin-right: 2%;
	}
	.popular-category .phone-list ul li:nth-child(4n) {
		margin-right: 2%;
	}
	.popular-category .phone-list ul li:nth-child(3n) {
		margin-right: 2%;
	}
	.popular-category .phone-list ul li:nth-child(2n) {
		margin-right: 0;
	}
	.popular-category .phone-list ul li figure {
		height: 10vw;
		width: 10vw;
		padding: 9px 12px;
	}
}
/* 580 */
@media (max-width: 580px) {
	.popular-category header::before {
		content: '';
		margin: 0 calc(50% - 50vw);
		width: 100vw;
		height: 1px;
		background: #ccc;
		position: absolute;
		margin-left: -20px;
		margin-top: -15px;
	}
	.popular-category header::after {
		content: '';
		margin: 0 calc(50% - 50vw);
		width: 100vw;
		height: 1px;
		background: #ccc;
		position: absolute;
		margin-left: -20px;
		margin-top: 43px;
	}
	.popular-category .phone-list h2 {
		margin-bottom: 0;
		/* border-bottom: 1px solid #ccc; */
	}
	.popular-category .phone-list h2 + ul {
		margin-top: 30px;
	}
	.popular-category .phone-list ul {
		display: none;
	}
	.popular-category .phone-list ul li {
		display: block;
		width: 100%;
		margin-right: 0;
	}
	.popular-category .phone-list ul li figure {
		height: 70px;
		width: 70px;
		padding: 9px 12px;
	}
	#shopify-section-hero6-collection-list-photolist{
		border-bottom: 1px solid #ccc;
	}
	#shopify-section-hero6-collection-list-photolist .phone-list{
		border-bottom: none;
	}
	.phone-list{
		border-bottom: 1px solid #ccc ;
	}
}
/* text-list */
.popular-category .text-list h2 {
	font-size: 1.5rem;
	font-weight: bold;
	margin-bottom: 30px;
}
.popular-category .text-list ul {
	padding-right: 20px;
}
.popular-category .text-list ul ul li{
	margin-bottom: 10px;
}
.popular-category .text-list > ul {
	display: flex;
	flex-wrap: wrap;
}
.popular-category .text-list > ul > li:nth-child(1) {
	width: 55%;
	font-size: 0;
}
.popular-category .text-list > ul > li:nth-child(2) {
	width: 28%;
}
.popular-category .text-list > ul > li:nth-child(3) {
	width: 17%;
}
.popular-category .text-list ul.child {
	display: inline-block;
	vertical-align: top;
	width: 50%;
	margin-bottom: 25px;
}
/* 768 */
@media (max-width: 768px) {
	.popular-category .text-list > ul > li:nth-child(1) {
		width: 100%;
		margin-bottom: 60px;
	}
	.popular-category .text-list > ul > li:nth-child(2) {
		width: 50%;
	}
	.popular-category .text-list > ul > li:nth-child(3) {
		width: 50%;
	}
}
/* 580 */
@media (max-width: 580px) {
	.popular-category .text-list h2 {
		margin-bottom: 0;
		border-bottom: 1px solid #ccc;
	}
	.popular-category .text-list h2 + ul {
		margin-top: 30px;
	}
	.popular-category .text-list > ul {
		padding-right: 0;
		display: block;
		flex-wrap: wrap;
	}
	.popular-category .text-list > ul > li {
		width: 100%!important;
	}
	.popular-category .text-list > ul > li:nth-child(1) {
		margin-bottom: 0;
	}
	.popular-category .text-list ul.child {
		width: 100%;
		margin-bottom: 25px;
		display: none;
	}
	.popular-category .text-list ul ul {
		display: none;
	}
}

/*--------------------------------------------------------------*/
/* ニュース＆インフォメーション */
/*--------------------------------------------------------------*/
.news-info {
	margin: 40px 0;
}
/* news */
.news-info {
}
.news-info .news {
	width: 47%;
	margin-right: 3%;
}
.news-info .news dl {
	padding: 25px;
	border: 1px solid #ccc;
	height: 515px;
	overflow-y: scroll;
}
.news-info .news dl dt {
	margin-bottom: 7px;
	font-weight: bold;
}
.news-info .news dl dt span.new {
	display: inline-block;
	margin-left: 5px;
	color: #E1005B;
	text-decoration: underline;
}
.news-info .news dl dd {
	margin-bottom: 15px;
}
.news-info .news dl dd a {
	color: #3ea0e1;
}
.news-info .news dl dd a:hover {
	color: orange;
}
/* information */
.news-info .information ul {
	font-size: 0;
	margin-bottom: 10px;
}
.news-info .information ul li {
	display: inline-block;
	vertical-align: top;
	width: calc(96%/3);
	margin-right: 2%;
	margin-bottom: 1%;
}
.news-info .information ul li:nth-child(3n) {
	margin-right: 0;
}
/* 580 */
@media (max-width: 580px) {
	.news-info .news {
		width: 100%;
		margin-right: 0;
		margin-bottom: 60px;
	}
	.news-info .news dl {
		min-height: initial;
		padding: 0;
		border: none;
        height:365px;
	}
}

/*--------------------------------------------------------------*/
/* フォトログ */
/*--------------------------------------------------------------*/
.photolog {
	margin-bottom: 60px;
}
.photolog ul li img {
	border-radius: 15px;
	transition: .3s all;
}
.photolog ul li td {
	border-bottom: 8px solid #fff;
	border-right: 8px solid #FFF;
	overflow: hidden;
}
.photolog ul li img:hover {
	border-radius: 0px;
	transform:scale(1.2,1.2);
}
.photolog .prev-arrow {
	left: 10px;
	width: 30px;
	height: 30px;
	opacity: 0.7;
	cursor: pointer;
	transition: .2s all;
	z-index: 1;
}
.photolog .next-arrow {
	right: 10px;
	width: 30px;
	height: 30px;
	opacity: 0.7;
	cursor: pointer;
	transition: .2s all;
	z-index: 1;
}
.photolog .prev-arrow:hover {
	opacity: 1;
}
.photolog .next-arrow:hover {
	opacity: 1;
}
.photolog .slide-arrow {
	position: absolute;
	top: 50%;
	margin-top: -15px;
}
/* 768 */
@media (max-width: 768px) {
	.photolog {
		padding: 0 20px;
	}
	.photolog header.content {
		padding: 0;
	}
	.photolog ul li img {
		border-radius: 5px;
	}
	.photolog ul li td {
		border-bottom: 5px solid #fff;
		border-right: 5px solid #FFF;
	}
}

/*--------------------------------------------------------------*/
/* 上部フリーエリア */
/*--------------------------------------------------------------*/
.free_area .body {
	/*border: 1px solid #ccc;*/
	/*border-radius: 3px;*/
	/*background: #f3f3f3;*/
	/*padding: 20px;*/
	/*min-height: 250px;*/
	margin: 30px 0;
}

/*--------------------------------------------------------------*/
/* 検索ページ */
/*--------------------------------------------------------------*/
#search {
	margin-bottom: 60px;
}
#search .flex {
	align-items: flex-start;
}
/* side */
#search .side {
	width: 240px;
	margin-right: 30px;
}
#search .side .console {
	padding: 20px;
	border: 1px solid #ccc;
	border-radius: 3px;
	background: #f3f3f3;
	margin-bottom: 20px;
}
#search .side .console h2 {
	font-size: 1.8rem;
	color: #222e70;
	font-weight: bold;
	margin-bottom: 15px;
}
#search .side .console h2 + .wrap {
	margin-bottom: 30px;
}
#search .side .console ul.fill {
	margin-bottom: 10px;
}
#search .side .console ul.fill li {
	margin-bottom: 5px;
}
#search .side .console ul.fill li a {
	color: #0f95ef;
	cursor: pointer;
}
#search .side .console ul.fill li a span.txt {
	vertical-align: middle;
	line-height: 1;
}
#search .side .console ul.fill li a::before {
	content: '×';
	vertical-align: middle;
	line-height: 1;
	text-align: center;
	padding: 3px;
	font-size: 1.0rem;
	display: inline-block;
	margin-right: 7px;
	width: 16px;
	height: 16px;
	background: #0f95ef;
	color: #fff;
	border-radius: 3px;
}
#search .side .console button.reset {
	border: 1px solid #ccc;
	color: #0f95ef;
	padding: 10px;
	width: 100%;
}
#search .side .console h3 {
	font-size: 1.5rem;
	font-weight: bold;
	margin-bottom: 20px;
	cursor: pointer;
}
#search .side .console h3 span {
	position: relative;
	display: inline-block;
	padding-right: 30px;
}
#search .side .console h3 span::after {
	position: absolute;
	top: 5px;
	margin-left: 10px;
	font-family: 'Ionicons';
	speak: none;
	-webkit-font-smoothing: antialiased;
	content: "\f123";
	font-size: 13px;
	color: #353535;
	transition: .2s all;
}
#search .side .console h3 span.close::after {
	transform: rotateZ(180deg);
}
#search .side .console h3 + .wrap {
	margin-bottom: 30px;
}
#search .side .console h3 + .wrap ul li {
	margin-bottom: 4px;
}
#search .side .side_free_area {
	padding: 20px;
	border: 1px solid #ccc;
	border-radius: 3px;
	background: #f3f3f3;
	min-height: 250px;
}
/* search_body */
#search .search_body {
	flex: 1;
	overflow: hidden;
}
/* result_console */
.result_console {
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 20px;
	font-size: 0;
}
.result_console h2 {
	color: #222e70;
	font-weight: bold;
	margin-bottom: 8px;
}
.result_console span.count {
	font-size: initial;
	display: block;
	margin-bottom: 30px;
	font-size: 1.4rem;
}
.result_console .view_change_select {
	display: inline-block;
	vertical-align: top;
	width: 65%;
}
.result_console .view_change_mode {
	display: inline-block;
	vertical-align: top;
	width: 35%;
	text-align: right;
}
.result_console .view_change_select select {
	border: 1px solid #ececec;
	-webkit-appearance: auto;
	-moz-appearance: auto;
	background: none;
	margin-bottom: 3px;
}
.result_console .view_change_select select:focus {
	background: #fff;
}
.result_console .view_change_mode span.txt {
	vertical-align: middle;
	display: inline-block;
	margin-right: 5px;
}
.result_console .view_change_mode button {
	vertical-align: middle;
	border: none;
	width: 25px;
	height: 25px;
	background: #fff;
	margin: 0 2px;
	outline: none;
}
.result_console .view_change_mode button.active {
	fill: #42AFE3;
}
/* pagination */
.pagination {
	/* border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc; */
	padding: 30px;
	/* margin-bottom: 65px; */
	text-align: center;
	position: relative;
}
.pagination__nav-item.is-active {
	background: #333;
}
div.pagination span.page.current {
	background: #333;
	color: #fff;
	padding: 8px 10px;
	border-radius: 3px;
}
div.pagination a {
	font-weight: 600;
	background: #fff;
	color: #333;
	/* padding: 8px 10px; */
	border-radius: 3px;
	text-decoration: none;
}
/* SPサイズのページネーション調整 */
@media (min-width: 977px) {
	div.pagination a{
		padding: 8px 10px;
	}
}

div.pagination a:hover {
	background: #ececec;
}
div.pagination span.prev {
	position: absolute;
	left: 20px;
}
div.pagination span.prev a {
	border: 1px solid #ccc;
	border-radius: 3px;
}
div.pagination span.next {
	position: absolute;
	right: 20px;
}
div.pagination span.next a {
	border: 1px solid #ccc;
	border-radius: 3px;
}
/* あなたへのおすすめ商品 */
article.your-pickup {
	margin-bottom: 80px;
}
/* 親要素にoveflowしないと崩れ、arrowが切れちゃうので調整 */
.search_body article.your-pickup .prev-arrow {
	left: 0;
}
.search_body article.your-pickup .next-arrow {
	right: 0;
}
/* 768 */
@media (max-width: 768px) {
	#search .side {
		width: 200px;
		margin-right: 30px;
	}
}
/* 580 */
@media (max-width: 580px) {
	#search .side {
		display: none;
	}
	#search .content {
		padding: 0;
	}
}

/*--------------------------------------------------------------*/
/* 商品詳細ページ */
/*--------------------------------------------------------------*/
/* #shopify-section-product-template{
	padding-top: 30px;
} */
.product-block-list__item img{
  border-radius:5px;
}

#detail .item_view {
	min-height: 720px;
}
#detail .detail_side h2,
.product-block-list__item--info .box h2 {
	color: #1E2D7D;
	margin-bottom: 20px;
}
/* BODY */
#detail .detail_body {
	vertical-align: top;
	padding-right: 70px;
	flex: 1;
}
#shopify-section-product-template .product-block-list__item--banner {
	margin-bottom: 30px;
}
#shopify-section-product-template .product-block-list__item--banner ul li {
	margin-bottom: 7px;
}
#shopify-section-product-template .product-block-list__item--banner ul li img {
	width: 100%;
}
/* review */
#detail .review header {
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 30px;
	position: relative;
}
#detail .review header h1 {
	font-size: 1.6rem;
	color: #1E2D7D;
}
#detail .review header button.review_write {
	background: #1e2d7e;
	color: #fff;
	padding: 12px 20px;
	line-height: 1;
	font-size: 1.4rem;
	margin-right: 4%;
	letter-spacing: -0.5px;
	position: absolute;
	top: 50%;
	right: 0px;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
#detail .review header button.review_write:hover {
	opacity: 0.8;
}
#detail .review ul {
	border: 1px solid #ccc;
	padding: 30px;
}
#detail .review ul li {
	margin-bottom: 35px;
}
#detail .review ul li span.star {
	font-size: 1.4rem;
}
#detail .review ul li h2 {
	font-size: 1.4rem;
	font-weight: bold;
	margin-bottom: 10px;
}
#detail .review ul li p.txt {
	font-size: 1.2rem;
	margin-bottom: 15px;
}
#detail .review ul li .review_meta {
	font-size: 1.2rem;
}
/* SIDE */
#detail .detail_side {
	vertical-align: top;
	max-width: 350px;
	width: 350px;
}
#detail .detail_side a,
.product-block-list__item--info a {
	color: #0099FF;
}
#detail .detail_side a:hover,
.product-block-list__item--info a:hover {
	color: orange;
}
#detail .detail_side .box,
.product-block-list__item--info .box,
.product-block-list__item--info .clone_detail,
.product-info .box{
	padding: 30px;
	border: 1px solid #D4D6D8;
	margin-bottom: 30px;
}
#detail .side_console h1 {
	font-size: 1.6rem;
	color: #1E2D7D;
}
.product-block-list__item--info dl.free {
	margin-bottom: 20px;
}
.product-block-list__item--info dl.free dt {
	padding-left: 4px;
}
.product-block-list__item--info dl.free dd {
	position: relative;
	padding-left: 10px;
	font-size: 1.2rem;
	margin-bottom: 3px;
}
.product-block-list__item--info dl.free dd::before {
	content: '･';
	display: block;
	position: absolute;
	left: 0;
}
#detail .side_guide ul li {
	margin-bottom: 5px;
}
.product-block-list__item--info .side_delivery ul {
	margin-bottom: 15px;
}
.product-block-list__item--info .side_delivery ul li {
	margin-bottom: 10px;
}
.product-block-list__item--info .side_event ul {
	margin-bottom: 10px;
}
#detail .side_brand {

}
#detail .side_category {

}
/* 1000 */
@media (max-width: 1000px) {
	/* BODY */
	#detail .detail_body {
		padding-right: 20px;
	}
}
/* 768 */
@media (max-width: 768px) {
	#detail .item_view {
		min-height: initial;
		margin-bottom: 60px;
	}
	#detail .flex {
		display: block;
	}
	/* BODY */
	#detail .detail_body {
		padding-right: 0px;
		width: 100%;
	}
	/* SIDE */
	#detail .detail_side {
		vertical-align: top;
		max-width: initial;
		width: 100%;
	}
	#detail .detail_side .box {
		padding: 20px;
	}
	.product-block-list__item--info .side_event ul {
		font-size: 0;
	}
	#detail .side_event ul li {
		display: inline-block;
		vertical-align: top;
		width: calc(97%/2);
		margin-right: 3%;
		margin-bottom: 25px;
	}
	.product-block-list__item--info .side_event ul li:nth-child(2n) {
		margin-right: 0;
	}
	.product-block-list__item--info .side_guide,
	.product-block-list__item--info .side_console,
	.product-block-list__item--info .side_delivery {
		display: none;
	}
}
/* 580 */
@media (max-width: 580px) {
	.product-info .side_delivery {
		border-top: none;
	}
  .product-info .box{
	margin-bottom: 0px;
}
}

/*--------------------------------------------------------------*/
/* カテゴリー＆特集ページ */
/*--------------------------------------------------------------*/
#feature,
#category {
	padding-top: 30px;
}
#category .breadcrumbs {
	margin-bottom: 15px;
}
#feature h1,
#category h1 {
	font-size: 2.0rem;
	font-weight: bold;
	color: #1E2D7D;
	margin-bottom: 30px;
}
#feature figure,
#category figure {
	margin-bottom: 20px;
}
#feature figure img,
#category figure img {
	width: 100%;
}
#category p {
	letter-spacing: -0.5px;
}

/*--------------------------------------------------------------*/
/* カートページ【１ページ目】 */
/*--------------------------------------------------------------*/
#cart {
	padding-top: 30px;
}
#cart header h1 {
	font-size: 2.0rem;
	font-weight: bold;
	color: #1E2D7D;
	margin-bottom: 30px;
}
/* BODY */
#cart .cart_body {
	flex: 1;
	padding-right: 30px;
}
/* BODY => table*/
table.items {
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	width: 100%;
	margin-bottom: 30px;
}
table.items tr {
	border-bottom: 1px solid #ccc;
}
table.items tr th {
	padding: 15px;
}
table.items .flex {
	align-items: center;
}
table.items tr th:nth-child(1),
table.items tr td:nth-child(1) {
	text-align: left;
	width: 70%;
	padding-left: 15px;
}
table.items tr th:nth-child(2),
table.items tr td:nth-child(2) {
	text-align: center;
	width: 15%;
}
table.items tr th:nth-child(3),
table.items tr td:nth-child(3) {
	text-align: center;
	width: 15%;
}
table.items tr:nth-child(n+2) td {
	padding-top: 15px;
	padding-bottom: 15px;
}
table.items figure {
	max-width: 100px;
	min-height: 100px;
	margin-right: 15px;
}
table.items .cart_item span {
	display: block;
}
table.items .cart_item span.maker {
	font-size: 1.2rem;
	margin-bottom: 7px;
}
table.items .cart_item span.name {
	font-size: 1.4rem;
	font-weight: bold;
	margin-bottom: 7px;
}
table.items .cart_item span.price {
	font-size: 1.4rem;
	color: #E1005B;
}
table.items .cart_item span {
	display: block;
}
table.items .cnt_group {
	width: 117px;
}
/* BODY => table => cnt_group */
#cart .cart_body .cnt_group button.btn-minus {
	display: inline-block;
}
#cart .cart_body .cnt_group button.btn-minus::after {
	content: "\f208";
	font-family: "Ionicons";
}
#cart .cart_body .cnt_group input.cnt {
	width: 40px;
	display: inline-block;
	text-align: center;
}
#cart .cart_body .cnt_group button.btn-plus {
	display: inline-block;
}
#cart .cart_body .cnt_group button.btn-plus::after {
	content: "\f217";
	font-family: "Ionicons";
}
/* BODY => gift */
#cart .cart_body .gift {
	border: 1px solid #ccc;
	padding: 15px;
	margin-bottom: 30px;
	position: relative;
}
#cart .cart_body .gift h3 {
	font-size: 1.4rem;
	font-weight: bold;
	color: #1E2D7D;
	display: inline-block;
}
#cart .cart_body .gift h3::before {
	content: '';
	background: url(//www.strapya.com/cdn/shop/files/icon_gift.png?v=2285421024545966229) no-repeat;
	background-size: contain;
	display: inline-block;
	vertical-align: middle;
	width: 22px;
	height: 22px;
	margin-right: 20px;
}
#cart .cart_body .gift h3 span {
	display: inline-block;
	vertical-align: middle;
}
#cart .cart_body .gift button {
	position: absolute;
	top: 50%;
	right: 15px;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
/* BODY => delivery */
#cart .cart_body .delivery {
	border: 1px solid #ccc;
	padding: 15px;
	margin-bottom: 30px;
}
#cart .cart_body .delivery h3 {
	font-size: 1.4rem;
	font-weight: bold;
	color: #1E2D7D;
	position: relative;
	cursor: pointer;
}
#cart .cart_body .delivery h3::before {
	content: '';
	background: url(//www.strapya.com/cdn/shop/files/icon_delivery.png?v=6550762916012217776) no-repeat;
	background-size: contain;
	display: inline-block;
	vertical-align: middle;
	width: 22px;
	height: 22px;
	margin-right: 20px;
}
#cart .cart_body .delivery h3::after {
	position: absolute;
	top: 50%;
	right: 10px;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	font-family: 'Ionicons';
	speak: none;
	-webkit-font-smoothing: antialiased;
	content: "\f123";
	font-size: 13px;
	color: #1E2D7D;
	line-height: 0;
	transition: .2s all;
}
#cart .cart_body .delivery h3.close::after {
	transform: rotate(180deg);
}
#cart .cart_body .delivery div.wrap {
	display: none;
	margin-top: 20px;
}
#cart .cart_body .delivery div.wrap table {
	margin-bottom: 15px;
}
#cart .cart_body .delivery div.wrap table tr th {
	text-align: left;
	color: #677279;
	font-size: 1.2rem;
}
#cart .cart_body .delivery div.wrap table tr td {
	padding-right: 10px;
}
#cart .cart_body .delivery div.wrap table tr td input[name=zipcode] {
	width: 100px;
}
#cart .cart_body .delivery div.wrap small {
	font-size: 1.4rem;
	color: #1E2D7D;
}
/* SIDE */
#cart .cart_side {
	max-width: 360px;
	min-width: 300px;
	width: 35%;
}
/* SIDE => side_total */
#cart .cart_side .side_total {
	padding: 30px;
	background: #F3F5F6;
	border: 1px solid #D4D6D8;
	margin-bottom: 30px;
}
#cart .cart_side .side_total table {
	width: 100%;
	color: #1E2D7D;
	font-weight: bold;
	border-bottom: 1px solid #D4D6D8;
	margin-bottom: 20px;
}
#cart .cart_side .side_total table th {
	font-size: 1.6rem;
	text-align: left;
	padding-bottom: 20px;
}
#cart .cart_side .side_total table td {
	font-size: 1.6rem;
	text-align: right;
	padding-bottom: 20px;
}
#cart .cart_side .side_total div.free {
	color: #E1005B;
	margin-bottom: 20px;
}
#cart .cart_side .side_total dl dt,
#cart .cart_side .side_total dl dd {
	font-size: 1.2rem;
}
#cart .cart_side .side_total dl {
	margin-bottom: 20px;
}
#cart .cart_side .side_total button {
	background: #1E2D7D;
	color: #fff;
	padding: 10px;
	width: 100%;
}
#cart .cart_side .side_total button:hover {
	background: #1E2D7D;
}
/* SIDE => side_credit */
#cart .cart_side .side_credit h3 {
	font-size: 1.2rem;
	margin-bottom: 10px;
}
#cart .cart_side .side_credit figure {
	margin-bottom: 15px;
}
#cart .cart_side .side_credit p.txt {
	font-size: 1.2rem;
}
/* 768 */
@media (max-width: 768px) {
	#cart .flex {
		display: block;
		padding: 0;
	}
	#cart .cart_body {
		padding-right: 0;
	}
	#cart .cart_side {
		max-width: initial;
		width: 100%;
	}
	table.items,
	#cart .cart_body .gift,
	#cart .cart_body .delivery,
	#cart .cart_side .side_total {
		border-left: none;
		border-right: none;
	}
	table.items td .flex {
		display: flex;
	}
	table.items tr:nth-of-type(1) {
		display: none;
	}
	table.items tr td {
		display: block;
	}
	table.items tr td:nth-child(3) {
		display: none;
	}
	table.items tr td:nth-child(1) {
		padding: 20px 20px 10px 20px;
	    width: 100%;
	}
	table.items tr td.cnt_group {
		padding-left: 120px;
		padding-top: 5px;
	}
	#cart .cart_side .side_credit {
		padding: 0 30px;
		margin-bottom: 60px;
	}
}

/*--------------------------------------------------------------*/
/* カートページ【２ページ目以降共通】 */
/*--------------------------------------------------------------*/
section#cart_left_right {
	display: flex;
	flex-direction: row-reverse;
}
/* #cart_left */
div#cart_left {
	width: 55%;
	padding: 60px 0;
}
div#cart_left h1 {
	margin-bottom: 20px;
}
div#cart_left .left_content {
	max-width: calc(1240px * 0.55);
	width: 100%;
	padding-left: 20px;
	padding-right: 30px;
	margin-left: auto;
}
div#cart_left input[type=text] {
	width: 100%;
	padding: 12px;
	border-radius: 3px;
}
div#cart_left label {
	margin-right: 30px;
	margin-left: 4px;
}
div#cart_left select {
	width: 100%;
	padding: 11px;
	border-radius: 3px;
}
/* #cart_right */
div#cart_right {
	background: #F3F5F6;
	width: 45%;
	padding: 60px 0;
}
div#cart_right .right_content {
	max-width: calc(1240px * 0.45);
	width: 100%;
	padding-right: 20px;
	padding-left: 30px;
}
div#cart_right table {
	width: 100%;
}
div#cart_right table td {
	padding: 10px 0;
}
div#cart_right table th {
	text-align: left;
}
div#cart_right table td.txt_right,
div#cart_right table.tbl2 td,
div#cart_right table.tbl3 td {
	text-align: right;
}
div#cart_right table td.total {
	font-size: 2.4rem;
	font-weight: bold;
}
div#cart_right .flex {
	align-items: center;
}
div#cart_right .flex figure {
	width: 60px;
	margin-right: 20px;
	position: relative;
}
div#cart_right .flex figure span.count {
	display: inline-block;
	text-align: center;
	font-size: 1.2rem;
	padding: 5px;
	height: 18px;
	min-width: 18px;
	border-radius: 10px;
	background: #677279;
	color: #fff;
	line-height: 0.7;
	position: absolute;
	top: -7px;
	right: -7px;
	z-index: 9;
}
div#cart_right .flex div.cart_item span.name {
	font-size: 1.2rem;
}
/* btn_lr */
div#cart_left .btn_lr {
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
}
/* 768 */
@media (max-width: 768px) {
	section#cart_left_right {
		display: block;
	}
	.tb_title {
		font-size: 2.0rem;
		padding: 20px;
	}
	/* #cart_left */
	div#cart_left {
		width: 100%;
		padding: 60px 0;
	}
	div#cart_left .left_content {
		max-width: 100%;
		padding: 0 20px;
	}
	/* #cart_right */
	div#cart_right {
		width: 100%;
		padding: 10px 0;
	}
	div#cart_right .right_content {
		max-width: 100%;
		padding: 0 20px;
	}
	div#cart_right .view_order {
		font-size: 1.6rem;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	div#cart_right .wrap {
		padding-top: 25px;
		display: none;
	}
	div#cart_right .view_order .total {
		color: #1E2D7D;
		font-weight: bold;
		transition: .2s all;
	}
	div#cart_right .view_order span.detail_view {
		color: #0099FF;
		cursor: pointer;
	}
	div#cart_right .view_order span.detail_view:hover {
		opacity: 0.8;
	}
	div#cart_right .view_order span.detail_view::before {
		content: '';
		background: url(//www.strapya.com/cdn/shop/files/cart_step.png?v=9087454235794670502) no-repeat;
		background-size: contain;
		display: inline-block;
		vertical-align: middle;
		width: 22px;
		height: 22px;
		margin-right: 15px;
	}
	div#cart_right .view_order span.detail_view::after {
		display: inline-block;
		position: relative;
		font-family: 'Ionicons';
		speak: none;
		margin-left: 15px;
		-webkit-font-smoothing: antialiased;
		content: "\f123";
		font-size: 13px;
		color: #0099FF;
		line-height: 0;
		transition: .2s all;
	}
	div#cart_right .view_order span.detail_view.close::after {
		transform: rotate(180deg);
	}
	div#cart_right .view_order span.detail_view.close + span.total {
		display: none;
	}
	/* right -> tbl1 */
	div#cart_right table.tbl1 td.txt_right {
		white-space: nowrap;
		padding-left: 15px;
	}
}
/* 580 */
@media (max-width: 580px) {
	/* #cart_left */
	div#cart_left {
		padding: 20px 0 60px 0;
	}
	/* btn_lr */
	div#cart_left .btn_lr {
		display: block;
	}
	div#cart_left .btn_lr button {
		width: 100%;
		font-size: 1.5rem;
		margin-bottom: 15px;
	}
}

/*--------------------------------------------------------------*/
/* カートページ【２ページ目】 */
/*--------------------------------------------------------------*/
/* .address */
div#cart_left .address .title {
	display: flex;
}
div#cart_left .address .title h2 {
	width: 50%;
	font-size: 1.5rem;
	margin-bottom: 15px;
}
div#cart_left .address .title p {
	width: 50%;
	font-size: 1.2rem;
}
div#cart_left .address ul.input {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 30px;
}
div#cart_left .address ul.input li {
	width: 50%;
	padding-right: 15px;
	margin-bottom: 15px;
}
div#cart_left .address ul.input li:nth-child(5n),
div#cart_left .address ul.input li:nth-child(8n) {
	width: 100%;
}
/* 580 */
@media (max-width: 580px) {
	/* #cart_left */
	div#cart_left .address ul.input li {
		width: 100%;
		padding-right: 0;
	}
	div#cart_left .address .title {
		display: block;
	}
	div#cart_left .address .title h2 {
		width: 100%;
		margin-bottom: 10px;
	}
	div#cart_left .address .title p {
		width: 100%;
		margin-bottom: 20px;
	}
}

/*--------------------------------------------------------------*/
/* カートページ【３ページ目】shipping payment */
/*--------------------------------------------------------------*/
/* .shipay */
div#cart_left .border_box2 {
	border: 1px solid #ccc;
	border-radius: 3px;
	margin-bottom: 30px;
}
div#cart_left h2 {
	font-size: 1.4rem;
	margin-bottom: 20px;
}
div#cart_left .note {
	color: #E1005B;
}
div#cart_left .border_box2 dl dt {
	padding: 12px 20px;
	border-bottom: 1px solid #ccc;
	font-size: 1.4rem;
}
div#cart_left .border_box2 dl dt span.radio label {
	cursor: pointer;
}
div#cart_left .border_box2 dl dt span.yen {
	float: right;
}
div#cart_left .border_box2 dl dd {
	background: #F3F5F6;
	padding: 20px;
	display: none;
	font-size: 1.2rem;
}
div#cart_left .border_box2 dl:not(.select):last-child dt {
	border: none;
}
/* input */
div#cart_left .shipay input[type=number]::-webkit-outer-spin-button,
div#cart_left .shipay input[type=number]::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
div#cart_left .shipay input[type=number] {
	width: 100%;
	font-size: 1.4rem;
	padding: 12px;
	border-radius: 3px;
	-moz-appearance: textfield;
}
div#cart_left .input3 {
	display: flex;
	justify-content: space-between;
	margin-top: 10px;
	margin-bottom: 20px;
}
div#cart_left .input3 input[type=number] {
	width: 32%;
}
div#cart_left .input2 {
	display: flex;
	justify-content: space-between;
	margin-top: 10px;
}
div#cart_left .input2 input {
	width: 49%!important;
}
div#cart_left .box {
	margin-bottom: 30px;
}
div#cart_left .point_wrap {
	padding: 10px 0;
}
div#cart_left .point_wrap .point_title {
	font-weight: bold;
	font-size: 1.2rem;
}
div#cart_left .point_wrap .point {
	font-weight: bold;
	color: #E1005B;
	font-size: 1.2rem;
}
div#cart_left .point_wrap + p.txt {
	font-size: 1.2rem;
	margin-bottom: 10px;
}
div#cart_left textarea {
	width: 100%;
	height: 80px;
}
/* 768 */
@media (max-width: 768px) {
	div#cart_left textarea {
		height: 100px;
	}
}
/* 580 */
@media (max-width: 580px) {
	div#cart_left .input3 {
		display: block;
	}
	div#cart_left .input3 input[type=number] {
		width: 100%;
		margin-bottom: 10px;
	}
	div#cart_left .input2 {
		display: block;
		margin-top: 10px;
	}
	div#cart_left .input2 input {
		width: 100%!important;
		margin-bottom: 10px;
	}
}

/*--------------------------------------------------------------*/
/* カートページ【４ページ目】confirm */
/*--------------------------------------------------------------*/
/* .confirm */
div#cart_left .border_box {
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 10px 20px;
	margin-bottom: 30px;
}
div#cart_left .border_box table {
	width: 100%;
}
div#cart_left .border_box a {
	color: #0099FF;
}
div#cart_left .border_box a:hover {
	color: orange;
}
div#cart_left .border_box table tr {
	border-bottom: 1px solid #ccc;
}
div#cart_left .border_box table tr:last-child {
	border-bottom: none;
}
div#cart_left .border_box table tr th {
	font-size: 1.2rem;
	vertical-align: top;
	text-align: left;
	width: 90px;
	white-space: nowrap;
	padding: 10px 20px 10px 0;
}
div#cart_left .border_box table tr td:nth-child(2) {
	font-size: 1.2rem;
	padding: 10px 0;
}
div#cart_left .border_box table tr td:nth-child(3) {
	font-size: 1.2rem;
	vertical-align: top;
	padding: 10px 0;
	width: 40px;
	white-space: nowrap;
	text-align: right;
}
/* 580 */
@media (max-width: 580px) {
	div#cart_left .border_box table tr th {
		display: block;
		padding-bottom: 0;
	}
	div#cart_left .border_box table tr td:nth-child(2) {
		display: block;
	}
}

/*--------------------------------------------------------------*/
/* カートページ完了 */
/*--------------------------------------------------------------*/
#cart_complete {
	padding: 60px 0;
	text-align: center;
}
#cart_complete header img {
	margin-bottom: 22px;
}
#cart_complete header h1 {
	margin-bottom: 22px;
	font-size: 2.2rem;
	font-weight: bold;
	color: #333333;
}
#cart_complete p.txt {
	font-size: 1.4rem;
	margin-bottom: 40px;
}

/*--------------------------------------------------------------*/
/* （共通）マイページ */
/*--------------------------------------------------------------*/
#mypage {
	padding: 30px 0 110px 0;
}
#mypage header {
	padding: 20px 30px;
	border-bottom: 1px solid #ccc;
	position: relative;
}
#mypage h1 {
	font-weight: bold;
}
#mypage h1 + button {
	position: absolute;
	top: 50%;
	right: 20px;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
#mypage h2 {
	margin-bottom: 20px;
}
/* left_mypage */
#mypage .left_mypage {
	max-width: 240px;
	min-width: 180px;
	width: 28%;
}
#mypage .left_mypage nav {
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 20px 20px 5px 20px;
}
#mypage .left_mypage nav h3 {
	font-size: 1.4rem;
	margin-bottom: 15px;
}
#mypage .left_mypage nav ul {
	margin-left: 20px;
}
#mypage .left_mypage nav ul li {
	margin-bottom: 15px;
}
#mypage .left_mypage nav ul li a.active {
	color: #1E2D7D;
	font-weight: bold;
}
/* right_mypage */
#mypage .right_mypage {
	flex: 1;
	margin-left: 30px;
}
#mypage .right_mypage .border {
	border: 1px solid #ccc;
	border-radius: 3px;
}
#mypage .right_mypage .body {
	padding: 30px;
}
#mypage .right_mypage hr {
	border: none;
	border-bottom: 1px solid #ccc;
	margin: 30px 0;
}
#mypage table.items {
	border: none;
}
#mypage table.items tr {
	border: none;
}
#mypage table.items tr td.count {
	width: 50px;
	text-align: right;
}
#mypage table.items tr td.kei {
	width: 100px;
	text-align: right;
}
#mypage .pagination {
	border-top: 1px solid #ccc;
	border-bottom: none;
	border-left: none;
	border-right: none;
	padding: 30px;
	margin-bottom: 0;
}
/* ul.box3 */
#mypage ul.box3 {
	display: flex;
	flex-wrap: wrap;
}
#mypage ul.box3 li {
	width: calc(100%/3);
	padding: 30px;
}
#mypage ul.box3 li:nth-child(3n+2) {
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
#mypage ul.box3 li:nth-child(n+4) {
	border-top: 1px solid #ccc;
}
#mypage ul.box3 li h3 {
	font-size: 1.2rem;
	font-weight: bold;
	margin-bottom: 12px;
}
#mypage ul.box3 li span {
	display: block;
	margin-bottom: 12px;
	word-wrap: break-word;
}
/* 768 */
@media (max-width: 768px) {
	/* right_mypage */
	#mypage .right_mypage {
		margin-left: 20px;
	}
	#mypage table.items {
		text-align: right;
	}
	#mypage table.items tr:nth-of-type(1) {
		display: table-row;
	}
	#mypage table.items tr td.count {
		display: inline-block;
	}
	#mypage table.items tr td.kei {
		display: inline-block;
	}
	/* ul.box3 */
	#mypage ul.box3 {
		display: block;
	}
	#mypage ul.box3 li {
		width: 100%;
	}
	#mypage ul.box3 li:nth-child(n+4) {
		border-top: none;
	}
	#mypage ul.box3 li:nth-child(n+2) {
		border-top: 1px solid #ccc;
	}
	#mypage ul.box3 li:nth-child(3n+2) {
		border-left: none;
		border-right: none;
	}
}
/* 580 */
@media (max-width: 580px) {
	#mypage {
		padding: 30px 0 60px 0;
	}
	#mypage .flex {
		display: block;
	}
	#mypage h1 + button {
		position: initial;
	    -webkit-transform: initial;
	    transform: initial;
	    margin-top: 20px;
	}
	/* left_mypage */
	#mypage .left_mypage {
		max-width: initial;
		min-width: initial;
		width: 100%;
		margin-bottom: 30px;
	}
	/* right_mypage */
	#mypage .right_mypage {
		width: 100%;
		margin-left: 0px;
	}
}

/*--------------------------------------------------------------*/
/* マイページ => トップ */
/*--------------------------------------------------------------*/
#mypage ul.point {
	margin-bottom: 22px;
}
#mypage ul.point li {
	margin-bottom: 5px;
}

/*--------------------------------------------------------------*/
/* マイページ => 注文履歴 */
/*--------------------------------------------------------------*/
#mypage.history table.items {
	margin-bottom: 0;
}

/*--------------------------------------------------------------*/
/* マイページ => ポイント通帳 */
/*--------------------------------------------------------------*/
#mypage.points table.points {
	margin-bottom: 0;
	width: 100%;
}
#mypage.points table.points tr:nth-of-type(1) {
	border-bottom: 1px solid #ccc;
}
#mypage.points table.points tr:nth-of-type(2n+3) {
	background: #F3F5F6;
}
#mypage.points table.points tr th,
#mypage.points table.points tr td {
	font-size: 1.4rem;
	padding: 7px 0;
}
#mypage.points table.points tr th {
	font-weight: bold;
}
/* 1行目のTH */
#mypage.points table.points tr:nth-of-type(1) th:nth-child(1) {
	padding-left: 20px;
	text-align: left;
}
#mypage.points table.points tr:nth-of-type(1) th:nth-child(2) {
	text-align: left;
}
#mypage.points table.points tr:nth-of-type(1) th:nth-child(3) {
	text-align: right;
}
#mypage.points table.points tr:nth-of-type(1) th:nth-child(4) {
	padding-left: 10px;
	padding-right: 10px;
	text-align: right;
}
#mypage.points table.points tr:nth-of-type(1) th:nth-child(5) {
	text-align: right;
	padding-right: 20px;
}
/* 1列目 */
#mypage.points table.points tr td:nth-child(1) {
	white-space: nowrap;
	width: 15%;
	padding-left: 20px;
	padding-right: 10px;
	text-align: left;
}
/* 2列目 */
#mypage.points table.points tr td:nth-child(2) {
	text-align: left;
}
/* 3列目 */
#mypage.points table.points tr td:nth-child(3) {
	width: 10%;
	text-align: right;
}
/* 4列目 */
#mypage.points table.points tr td:nth-child(4) {
	width: 13%;
	padding-left: 10px;
	padding-right: 10px;
	text-align: right;
}
/* 5列目 */
#mypage.points table.points tr td:nth-child(5) {
	width: 10%;
	padding-right: 20px;
	text-align: right;
}
/* 768 */
@media (max-width: 768px) {
	/* 1行目のTH */
	#mypage.points table.points tr:nth-of-type(1) th:nth-child(1) {
		padding-left: 10px;
	}
	#mypage.points table.points tr:nth-of-type(1) th:nth-child(5) {
		padding-right: 10px;
	}
	/* 1列目 */
	#mypage.points table.points tr td:nth-child(1) {
		padding-left: 10px;
	}
	/* 5列目 */
	#mypage.points table.points tr td:nth-child(5) {
		padding-right: 10px;
	}
}

/*--------------------------------------------------------------*/
/* マイページ => アカウント情報 */
/*--------------------------------------------------------------*/
#mypage.account {

}

/*--------------------------------------------------------------*/
/* footer .delivery 配送について */
/*--------------------------------------------------------------*/
footer #delivery {
	padding-top: 60px;
}
footer #delivery a {
	text-decoration: underline;
}
footer #delivery a:hover {
	text-decoration: none;
}
footer #delivery ul {
	font-size: 0;
}
footer #delivery ul li {
	display: inline-block;
	vertical-align: top;
	width: calc(92%/3);
	margin-right: 4%;
	margin-bottom: 60px;
	padding-left: 50px;
}
footer #delivery ul li:nth-child(3n) {
	margin-right: 0;
}
footer #delivery ul li p {
	margin-bottom: 30px;
}
footer #delivery ul li h3 {
	position: relative;
	font-size: 1.7rem;
	font-weight: bold;
	margin-bottom: 25px;
	color: #000;
}
footer #delivery ul li h3::before {
	content: '';
	position: absolute;
	display: inline-block;
	vertical-align: middle;
	width: 30px;
	height: 30px;
	left: -50px;
}
footer #delivery ul li:nth-child(3n+1) h3::before {
	background: url(//www.strapya.com/cdn/shop/files/delivery01.png?v=7328652899458953262) no-repeat;
}
footer #delivery ul li:nth-child(3n+2) h3::before {
	background: url(//www.strapya.com/cdn/shop/files/delivery02.png?v=16103831517252675566) no-repeat;
}
footer #delivery ul li:nth-child(3n+3) h3::before {
	background: url(//www.strapya.com/cdn/shop/files/delivery03.png?v=1401763782835626116) no-repeat;
}
footer #delivery ul li h4 {
	font-size: 1.5rem;
}
footer #delivery ul li.calendar h4 {
	margin-bottom: 20px;
}
footer #delivery ul li.calendar table {
	width: 100%;
	margin-bottom: 25px;
}
footer #delivery ul li.calendar table th {
	padding-bottom: 15px;
}
footer #delivery ul li.calendar table td {
	padding-bottom: 5px;
}
/* 768 */
@media (max-width: 768px) {
	footer #delivery ul li {
		width: calc(96%/2);
		margin-right: 4%;
	}
	footer #delivery ul li:nth-child(3n) {
		margin-right: 4%;
	}
	footer #delivery ul li:nth-child(2n) {
		margin-right: 0;
	}
}
/* 580 */
@media (max-width: 580px) {
	footer #delivery ul li {
		width: 100%;
		margin-right: 0;
	}
	footer #delivery ul li:nth-child(3n) {
		margin-right: 0;
	}
}

/*--------------------------------------------------------------*/
/* footer nav ナビゲーション */
/*--------------------------------------------------------------*/
footer nav {
	border-top: 1px solid #ccc;
	padding: 60px 0;
}
footer nav ul {
	font-size: 0;
}
footer nav > div > ul > li {
	display: inline-block;
	vertical-align: top;
	width: calc(91%/4);
	margin-right: 3%;
}
footer nav > div > ul > li:nth-child(4n) {
	margin-right: 0;
}
a.plus,
footer nav > div > ul > li span.bold {
	font-size: 1.6rem;
	display: inline-block;
	margin-bottom: 25px;
}
footer nav ul ul li {
	color: #6a7275;
	margin-bottom: 10px;
}
footer nav ul li p {
	color: #6a7275;
	margin-bottom: 30px;
}
footer aside {
	margin-bottom: 30px;
}
footer aside img {
	vertical-align: middle;
	margin-right: 20px;
}
footer #copy {
	font-size: 1.1rem;
	color: #a6a7a8;;
	padding-bottom: 20px;
}
/* 768 */
@media (max-width: 768px) {
	footer nav > div > ul > li {
		display: inline-block;
		vertical-align: top;
		width: calc(97%/2);
		margin-right: 3%;
		margin-bottom: 60px;
	}
	footer nav > div > ul > li:nth-child(4n) {
		margin-right: 3%;
	}
	footer nav > div > ul > li:nth-child(2n) {
		margin-right: 0;
	}
}
/* 580 */
@media (max-width: 580px) {
	footer nav {
		padding: 0 0 60px 0;
	}
	footer nav > div > ul > li {
		display: inline-block;
		vertical-align: top;
		width: 100%;
		margin-right: 0;
		margin-bottom: 0;
		border-top: 1px solid #ccc;
	}
	footer nav > div > ul > li:nth-child(4n) {
		margin-right: 0;
	}
	footer nav > div > ul > li:first-child {
		border-top: none;
	}
	footer nav > div > ul ul {
		display: none;
		margin-bottom: 25px;
		padding-left: 5px;
	}
	a.plus,
	h2.plus {
		display: block;
		width: 100%;
		padding: 15px 0;
		margin-bottom: 0;
		cursor: pointer;
		position: relative;
	}
	footer nav > div > ul > li span.bold {
		display: block;
		width: 100%;
		padding: 15px 0;
		margin-bottom: 0;
	}
	a.plus:before,
	h2.plus:before {
		display: block;
		content: "";
		position: absolute;
		top: 0;
		right: 10px;
		bottom: 0;
		margin: auto;
		width: 12px;
		height: 2px;
		background-color: #40180A;
		transition: .4s;
		transform: rotate(90deg);
		-webkit-transform: rotate(90deg);
	}
	a.plus:after,
	h2.plus:after {
		display: block;
		content: "";
		position: absolute;
		top: 0;
		right: 10px;
		bottom: 0;
		margin: auto;
		width: 12px;
		height: 2px;
		background-color: #40180A;
		transition: .4s;
	}
	a.plus.open:before,
	h2.plus.open:before {
		transform: rotateZ(360deg);
	}
}

#shopify-section-header { position: unset!important; }
button, input, optgroup, select, textarea {font: initial;}

.product-item__image-wrapper { margin-top: 20px; }
.home-collection .product-item__vendor {font-size: 1.2rem;margin-bottom: 10px;}
.search-bar__input-wrapper button { border:none;background-color: transparent;top:10px; }
.product-block-list__item--info .card { position: unset; }
#reservable_date { color:#E1005B; }
.page-feature { padding-top: 30px; }
.page-feature h1 {
	font-size: 2.0rem;
    font-weight: bold;
    color: #1E2D7D;
    margin-bottom: 30px;
}
.page-feature img { width:100%; }
#detail .detail_side { padding-top:30px; }
.command .header__action-item { padding: 0 10px; }
.signup_box p { color:#333; }
.form__submit a:hover { color: white; }
#shopify-section-slideshow { z-index: 1; }
.user_box { z-index: 10; }
@media only screen and (max-width: 767px) {
	.user_box_pc { display:none!important; }
	.user_box { right: 100px;}
}
@media only screen and (min-width: 768px) {
	.user_box_sp { display:none!important; }
}
.heading--strong { font-weight:bold;font-size: 1.8rem; }
@media only screen and (min-width: 768px) {
	.template-account .layout__section--secondary .heading.heading--strong { margin-left:-1rem; }
	.sp_quantity {
		display: none;
	}
}
@media only screen and (max-width: 767px) {
	.template-account .table.flex thead,
	.template-account .table.flex tbody {
		display: inline-block;
		width: 50%;
	}
	.template-account .table.flex th,
	.template-account .table.flex td {
		display: block;
		width: 100%;
	}
	.template-account .table thead,
	.template-account .table tbody {
		border-top: 1px solid var(--border-color);
		border-left: 1px solid var(--border-color);
	}
	.template-account .table tbody {
		border-right: 1px solid var(--border-color);
	}
	.template-account .table tbody tr {
		border-top: none;
	}
	.template-account .table:last-child {
		border-bottom: 1px solid var(--border-color);
	}
	.login .card .table,
	.login .card .order-foot {
		margin-left: 0px;
	}
	.template-account .card .table th:first-child,
	.template-account .card .table td:first-child {
		padding-left: 20px;
	}
	.template-account .table th,
	.template-account .table td {
		padding-bottom: 0px;
	}
	.template-account .table th:last-child,
	.template-account .table td:last-child {
		padding-bottom: 16px;
	}
	.login .layout__section {
		margin-bottom: 0px;
	}
	.login .card {
		margin-bottom: 0px;
		border-bottom: none;
	}
	.login .card:last-child {
		border-bottom: 1px solid #ccc;
	}
	.login .grid__cell {
		padding: 0 0 0 18px;
	}
	.template-account .card__header h1 {
		padding-bottom: 20px;
	}
	.sp_quantity {
		display: inline-block;
	}
}
.product-meta__reference #smartwishlist div#bookmarkit {
	height: auto;
	font-size: unset;
	padding: 0;
}
.product-form .product-meta__reference { margin-bottom:20px; }
.cart-recap__scroller .cart-recap__secure-payment-title {
	text-align: left;
}
[data-shopify-buttoncontainer] {
	justify-content: flex-end;
}
.jdgm-rev-widg {
    border: 1px solid #ccc!important;
    border-radius: 3px!important;
}
.jdgm-write-rev-link {
	border: none!important;
	background: var(--primary-button-background)!important;
	color: var(--primary-button-text-color)!important;
	padding: 10px 15px!important;
}
.jdgm-form__reviewer-name-format-container {
	display: none!important;
}
#shopify-section-collection-template #category { padding-top: 0; }
#shopify-section-collection-template .page__sub-header { display: block; }
#shopify-section-collection-template .collection-item__image-wrapper--rounded { border: solid 1px #ccc; }
#shopify-section-collection-template .collection-item__image-wrapper--rounded img {
    height: 80%;
    width: 80%;
    max-height: 80%;
    max-width: 80%;
    margin: 10%;
}
#shopify-section-collection-template .breadcrumbs { margin-bottom: 10px; }
@media only screen and (max-width: 767px) {
	#shopify-section-collection-template .collection__toolbar-item,
	#shopify-section-collection-template .value-picker-button,
	#shopify-section-search-template .collection__toolbar-item,
	#shopify-section-search-template .value-picker-button {
		font-size: 1.2rem;
	}
	.collection__toolbar-item--filter svg {
		width: 15px;
	}
	#shopify-section-search-template .pagination {
		border-bottom: none;
		margin-bottom: 30px;
	}
	.card__sp--padnone { padding:20px 0; }
	#shopify-section-search-template div.pagination a {
		padding: 0px 10px;
	}
	.boost-pfs-search-result-toolbar { display: none!important; }
}
.collection__layout-label { display: none!important; }
#shopify-section-collection-template .collection__toolbar-item,
#shopify-section-collection-template .value-picker-button,
#shopify-section-search-template .collection__toolbar-item,
#shopify-section-search-template .value-picker-button {
	font-size: 1.4rem;
	height: auto;
	background: transparent;
	border: none;
}
.collection__layout-button {
	border: none;
}
main .section__header,
#shopify-section-news-info .section__header,
#shopify-section-footer .section__header,
.product-block-list__item .card__header.card__section--no-padding {
	margin-bottom: 20px;
}
main article.ninki header h1 {
	margin-bottom: 0;
	font-size: 1.8rem;
}
@media only screen and (max-width: 767px) {
	#shopify-section-news-info .section,
	#shopify-section-footer .section {
		margin: 50px 0px;
	}
}
main .popular-category header::after {
	height: 0px;
}
main .page__sub-header {
	margin: 20px 0;
}
main .block-swatch__item {
	padding: 5px 15px 6px 15px;
	font-weight: bold;
}
main .product-meta__title {
	font-size: 16px;
	color: #333;
}
@media only screen and (min-width: 768px) {
	#banner__slider .slider { margin: -15px; }
}
button.button.button--disabled:hover {
	color:#333;
}
.product-item__image-wrapper {
	margin-top: 5px!important;
	margin-bottom: 10px!important;
}
.product-item__primary-image{
   border-radius:5px; 
}
.product-item .license {
	top: 0px!important;
	padding: 3px 10px 3px 10px!important;
}
ul.list5 li p {
	padding-top: 10px;
}
footer .pagetop {
	width: 54px;
	height: 54px;
	background: url(//www.strapya.com/cdn/shop/files/pagetop.png?v=8891751184419730548);
	position: fixed;
	right: 10px;
	bottom: 10px;
	cursor: pointer;
	display: none;
	z-index: 9999;
	background-size: contain;
}
@media only screen and (max-width: 767px) {
	footer .pagetop {
		width: 34px;
		height: 34px;
	}
}
body p {
	letter-spacing:0.02rem
}
.product-item__vendor {
  display: block;
  text-transform: uppercase;
	font-size: 1.2rem;
	color: #999!important;
	font-weight: 400!important;
  margin-bottom:7px;
}
.product-item__keyword{
	font-size: 1.2rem;
	color: #999!important;
	font-weight: 400!important;
  margin-bottom: 7px;
  line-height: 1.4;
}
.product-item__info-inner {
	white-space: normal;
}
a.product-item__title {
	font-size: 1.2rem;
	font-weight: bold;
	margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
	body.template-index section[data-section-type="product"] div.container.content--flush {
		padding: 0;
	}
	body.template-index section[data-section-type="product"] div.container.content--flush .card {
		padding: 0;
	}
	body.template-index section[data-section-type="product"] div.container.content--flush .card__separator {
		width: 100%;
	}
}
@media only screen and (max-width: 767px) {
  main .product-meta__share-buttons {
    margin-top: 0px;
  }
  main .jdgm-widget {
    padding-top: 5px;
  }
  .product-block-list__item--info .box {
    margin-bottom: 0;
  }
  .template-product .product-block-list__item--gallery .card,
  .template-product .product-block-list__item--info .card,
  .template-product .product-block-list__item--description .card
	.template-product .product-info .card{
    border-right: none;
    border-left: none;
	border-bottom: none;
    margin-bottom: 0;
  }
  .product-main .card{
    padding-bottom:0px;
  }
  .card__separator {
    width: 100%;
  }
  .product-form__option-name {
    margin-bottom: 10px;
  }
  .text--strong {
    font-weight: bold;
  }
  .product-form__option-name > .product-form__selected-value {
    font-weight: 400;
  }
  .jdgm-rev-widg {
    padding: 20px!important;
    margin-bottom: 0!important;
    border-bottom: none!important;
  }
}
.template-product .product-meta {
  margin: 0 0 5px 0;
}
.template-product .product-form {
  margin-top: 0;
}
.jdgm-rev-widg__title {
  margin-bottom: 20px!important;
}
body.template-index section[data-section-type="featured-collection"] .section__header-stack {
	justify-content: space-between;
    width: 100%;
}
.rte ul li::before { position: absolute; content: ""; left: -18px; top: 0.8em; height: 5px; width: 5px; border-radius: 100%; background: none; }
@media only screen and (max-width: 767px) {
  .maker_banner ul.banner5 li:nth-child(2n) {
    border-right: none;
  }
  section[data-section-id="hero-featured-collection-originalitem"] .price-list {
    display: block;
  }
  #mini-cart.mini-cart {
    top: 58px;
  }
  #header nav .command {
    padding-right: 20px;
  }
  .mini-cart .icon--nav-triangle-borderless {
    right: 28px;
  }
  .popover .icon--nav-triangle-borderless {
    right: 69px;
  }
}
.section__header-stack {
  justify-content: space-between;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .popover .icon--nav-triangle-borderless {
    right: 109px!important;
  }
}
@media only screen and (min-width: 768px) {
  .product-recommendations .price-list {
    display: block;
  }
}
.jdgm-rev-widg__summary {
  margin-bottom: 15px!important;
}
.jdgm-rev__timestamp {
  display: none!important;
}
.jp-timestamp {
  margin-top: 24px!important;
  position: absolute!important;
}
@media only screen and (max-width: 767px) {
  .jp-timestamp {
    top: 17px;
    right: 12px;
    margin-top:0!important;
  }
}
button.search-bar__close-button {
  background-color: transparent;
  border: none;
  padding: 0;
}
input.search-bar__input {
  font: unset;
}
@media only screen and (max-width: 767px) {
  .search-bar__inner {
    display: block!important;
  }
}
.search-bar__results {
  display: none;
}
@media only screen and (max-width: 767px) {
  .icon-text {
    font-size: 10px;
  }
  .header .icon--search {
    margin: 0 auto;
  }
  .header .icon--account {
    margin: 0 auto;
  }
  .header__action-list .header__action-item-link {
    line-height: 1;
  }
  .header .icon--new {
    width: auto;
    height: 22px;
    margin: 0 auto;
    display: block;
  }
  .header .icon--close {
    margin: 0 auto;
  }
	.header__action-list > div:first-of-type {
		padding-right: 1.3rem;
	}
  .header__action-item {
    padding: 0 7px;
  }
  .popover--logged {
    right: 0px;
  }
  .header__action-item--account .icon-state .icon-state__secondary {
    padding-left: 10px;
  }
}
@media only screen and (min-width: 768px) {
  .icon-text {
    display: none;
  }
}
.header__action-item .header__action-item-title {
  font-size: 12px;
}
@media only screen and (min-width: 768px) and (max-width:991px) {
  .menu {
    margin-top:16px;
  }
}
.img_iface {
  padding-left: 10px;;
}
.header_sns {
  display: flex!important;
  justify-content: space-between;
  margin-top: -15px;
}
.header_sns .social-media__item svg {
  opacity: 1;
  height: 50px;
  width: 50px;
}
.menu_sns {
  border-top: solid 1px #ccc;;
}
.menu_sns label {
  font-weight: bold;
  padding: 15px 0 0 0;
  display: block;
}
.price-list .price--highlight,
.price-list .price--compare {
  color: #e1005c;
}
.price-list .price--compare + .tax-in {
  text-decoration: line-through;
}
.navbar__linklist--flex {
  display: flex;
  justify-content: space-between;
}
.navbar__linklist--flex .nav-bar__linklist {
  white-space: nowrap;
}
.nav-bar__inner .list--left {
  width: 90%;
  overflow-x: scroll;
}
.nav-bar__inner .list--left::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
.nav-bar__inner .list--left::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #ccc;
}
.nav-bar__inner .list--right {
  width: 20%;
}
.price_space--highlight {
  margin-bottom: 10px;
}
.mega-menu {
  position: absolute;
  width: 100vw;
  max-width: 1280px;;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  margin: auto;
  background: var(--secondary-background);
  border-radius: 0 0 3px 3px;
  border-top: 1px solid var(--border-color);
  border-bottom: 1px solid var(--border-color);
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
  border: 1px solid #ededed;
}
@media screen and (min-width: 641px) {
  .mega-menu {
    padding: 0;
  }
}
.rank {
  z-index: 999;
}
.product-item .rank {
  top: 0px!important;
  padding: 3px 10px 3px 10px!important;
}
.section__header span.arrow {
  padding: 2px 15px;
  float: right;
  font-size: 14px;
  font-weight:normal;
  background: #1e2d7d;
}
.section__heading {
  width: 100%;
}
.search-bar__close-button {
  display: none!important;
}
@media only screen and (max-width: 640px) {
  .slideshow:not(.slideshow--edge2edge) {
    margin: var(--desktop-container-gutter) 0;
  }

  .slideshow:not(.slideshow--edge2edge) .flickity-viewport {
    border-radius: 3px;
  }

  .slideshow__image-placeholder {
    height: auto;
    width: 100%;
  }

  /* Positioning for fixed height carousel */
  .slideshow__slide-inner--top-left-sp,
  .slideshow__slide-inner--top-center-sp,
  .slideshow__slide-inner--top-right-sp {
    justify-content: flex-start;
  }

  .slideshow__slide-inner--bottom-left-sp,
  .slideshow__slide-inner--bottom-center-sp,
  .slideshow__slide-inner--bottom-right-sp {
    justify-content: flex-end;
  }

  .slideshow__slide-inner--bottom-left-sp .slideshow__content-wrapper,
  .slideshow__slide-inner--bottom-center-sp .slideshow__content-wrapper,
  .slideshow__slide-inner--bottom-right-sp .slideshow__content-wrapper {
    padding-bottom: 25px;
    padding-top: 25px;
  }

  .slideshow__slide-inner--top-left-sp,
  .slideshow__slide-inner--middle-left-sp,
  .slideshow__slide-inner--bottom-left-sp {
    text-align: left;
  }

  .slideshow__slide-inner--top-left-sp .slideshow__content,
  .slideshow__slide-inner--middle-left-sp .slideshow__content,
  .slideshow__slide-inner--bottom-left-sp .slideshow__content {
    margin-left: 0;
  }

  .slideshow__slide-inner--top-right-sp,
  .slideshow__slide-inner--middle-right-sp,
  .slideshow__slide-inner--bottom-right-sp {
    text-align: right;
  }
  .slideshow__slide-inner--top-right-sp .slideshow__content,
  .slideshow__slide-inner--middle-right-sp .slideshow__content,
  .slideshow__slide-inner--bottom-right-sp .slideshow__content {
    margin-right: 0;
  }

  /* Positioning for non-fixed height carousel */
  .slideshow--preserve-ratio .slideshow__slide-inner--top-left-sp .slideshow__content-wrapper,
  .slideshow--preserve-ratio .slideshow__slide-inner--top-center-sp .slideshow__content-wrapper,
  .slideshow--preserve-ratio .slideshow__slide-inner--top-right-sp .slideshow__content-wrapper {
    top: 0;
    transform: translateX(-50%);
  }

  .slideshow--preserve-ratio .slideshow__slide-inner--bottom-left-sp .slideshow__content-wrapper,
  .slideshow--preserve-ratio .slideshow__slide-inner--bottom-center-sp .slideshow__content-wrapper,
  .slideshow--preserve-ratio .slideshow__slide-inner--bottom-right-sp .slideshow__content-wrapper {
    top: auto;
    bottom: 0;
    transform: translateX(-50%);
	}
}
.product-item span.price.prce--discount_rate .discount_rate {
  font-size: 1.4rem;
  color: #e1005c;
}
.product-item span.price.prce--discount_rate {
  font-size: 1.4rem;
  color: #333;
}
@media only screen and (max-width: 767px) {
  .product-item span.price.prce--discount_rate .discount_rate {
    display: block;
  }
  body {
    overflow: hidden;
  }
}
.product-list .product-item--list .product-item__title {
  font-size: 1.4rem;
}
.product-list .product-item--vertical .product-item__action-list--list-view-only,
.product-list .product-item--vertical .product-item__action-button--list-view-only {
  display: block;
}
.mega-menu__inner .mega-menu__column {
  margin: 0 15px 30px 15px;
}
.list--right .nav-bar__item {
  margin-right: 0;
  text-align: right;
  width: 100%;
}
.collection__toolbar {
  padding: 10px 5px;
  justify-content: unset;
}
.collection__toolbar-item--layout {
  margin: 0 0 0 auto;
}
.collection__toolbar-item {
  font-weight: bold;
}
.value-picker-button span {
  font-weight: bold;
}
.collection__layout-button {
  background-color: unset;
}
.collection__layout-button.is-selected {
  color: var(--accent-color);
}
@media screen and (min-width: 641px) {
  .collection__showing-count, .collection__toolbar-item--sort {
    margin-left: 10px;
  }
}
#shopify-section-search-template .card__title--small,
#shopify-section-collection-template .card__title--small {
  color:#1E2D7D;
  font-weight: bold;
}
.product-gallery .flickity-prev-next-button {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.template-index .product-gallery__carousel-item--hidden {
  visibility: visible;
}
.product-gallery__carousel--zoomable ~ .product-gallery__zoom-notice {
  text-align: right;
}
@media only screen and (max-width:991px) {
  .featured-product .product-gallery .flickity-button-icon,
  .product-parent .product-gallery .flickity-button-icon {
    height: 16.5px!important;
    width: 16.5px!important;
  }
  .flickity-prev-next-button.next {
    right: -10px;
  }
  .flickity-prev-next-button.previous {
    left: -10px;
  }
}
.product-gallery__thumbnail-list .product-gallery__thumbnail {
  display: inline-block;
}
@media screen and (min-width: 1000px) {
  .product-gallery__thumbnail-list {
    width: 100%;
	margin: 0;
  }
  .product-gallery__thumbnail {
    width: calc( 100% / 9 );
    margin: 8px 0;
    padding: 10px 0 10px 10px;
  }
  .product-gallery__thumbnail:nth-child(1) {
     padding-left: 0px!important;
  }
  .product-gallery__thumbnail.is-nav-selected {
    border-color: transparent;
  }
  .product-gallery__thumbnail.is-nav-selected img {
    border: solid 2px var(--accent-color);
    border-radius: 3px;
  }
  .header__action-item-link[aria-controls="account-popover"] {
    font-size: 14px;
  }
  #shopify-section-collection-template .collection__description #original-category .section-3 li {
    padding: 20px 0px;
  }
  #shopify-section-collection-template #original-category .section-3 .section__header {
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 999px) {
  .product-gallery__thumbnail {
    width: 60px
  }
  input.search-bar__input {
    font-size: 16px;
  }
  .mini-cart__button-container .button-group .button {
    font-size: 1.4rem;
  }
  .product-item--vertical .product-item__action-button, .product-item--horizontal .product-item__action-button {
    margin: 0;
  }
}
.product-form__info-list .product-label--on-sale {
  position: absolute;
  margin-top: -10px;
  white-space: nowrap;
  width: 120px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .container-over {
    margin: 0 -20px 0 0;
  }
  .pf_container_over {
    margin: 0 -20px;
  }
}
#related_keyword { margin-bottom: 30px; }
.product-gallery .expandable-content__toggle {
  border: none;
}
.product-gallery .expandable-content[aria-expanded] {
  max-height: 290px;
}
@media screen and (max-width: 999px) {
  .product-gallery .expandable-content__toggle {
    display: none;
  }
  .product-gallery .expandable-content[aria-expanded] {
    overflow: scroll;
  }
}
.price--compare + .tax-in {
  font-size: 1.5rem!important;
}
.price_label {
  color: var(--product-on-sale-accent);
  margin-top: 5px;
}
.collection .collection__description {
  margin-bottom: 40px;
}
h2.section__title.h3 {
  font-size: 16px;
}
h1.collection__title.h1 {
  font-size: 16px;
}
@media screen and (max-width: 999px) {
  .collection .collection__description {
    margin-bottom: 20px;
  }
}
.page__sub-header h1 {
  font-size: 16px;
}
.collection .collection__description h1 {
  font-size: 16px;
  margin-bottom:10px;
}
.section__header h1 {
  font-size: 16px;
}
.product-parent .product-gallery .flickity-prev-next-button,
.featured-product .product-gallery .flickity-prev-next-button {
	transform: none;
	background: transparent;
	border: none;
}
.product-parent .product-gallery .flickity-button-icon,
.featured-product .product-gallery .flickity-button-icon {
	fill: rgba(156, 156, 156, 0.5);
	width: 30px;
	height: 30px;
}
#shopify-section-cart-template .cart-container {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 var(--mobile-container-gutter);
}
@media screen and (min-width: 641px) {
  #shopify-section-cart-template .cart-container {
    padding: 0 var(--desktop-container-gutter);
  }
}
@media screen and (min-width: 1000px) {
  .cart-recap {
    right: 0;
  }
}
.cart-recap .page__description {
  padding-top: 20px;
}
#shopify-section-cart-template .card__section + .card__section::before {
  width: 100%;
}
.cart-recap__secure-payment {
  margin-bottom: 20px;
  padding-top: 20px;
}
#shopify-section-cart-template .additional-checkout-buttons {
  padding-top: 15px;
}
#shopify-section-cart-template .additional-checkout-buttons + p {
  padding-top: 20px;
}
.order-summary__alert .alert {
  font-size: 1.2rem
}
[data-theme-name=Warehouse] .cf-field input[type=email],
[data-theme-name=Warehouse] .cf-field input[type=number],
[data-theme-name=Warehouse] .cf-field input[type=password],
[data-theme-name=Warehouse] .cf-field input[type=tel],
[data-theme-name=Warehouse] .cf-field input[type=text],
[data-theme-name=Warehouse] .cf-field select,
[data-theme-name=Warehouse] .cf-field textarea {
  font-size: 1.4rem!important;
}
@media (max-width: 580px) {
  [data-theme-name=Warehouse] .cf-field input[type=email],
  [data-theme-name=Warehouse] .cf-field input[type=number],
  [data-theme-name=Warehouse] .cf-field input[type=password],
  [data-theme-name=Warehouse] .cf-field input[type=tel],
  [data-theme-name=Warehouse] .cf-field input[type=text],
  [data-theme-name=Warehouse] .cf-field select,
  [data-theme-name=Warehouse] .cf-field textarea {
    font-size: 1.3rem!important;
	}
}
#submenu .container {
	padding: 0px 10px;
}
@media (max-width: 820px) {
	#submenu ul li {
    padding: 5px 10px;
    height: 30px;
    font-weight: bold;
    background: #fff;
    margin: 0px 3px;
    border-radius: 3px;
    white-space: nowrap;
  }
}
@media screen and (max-width: 320px) {
  .menu {
    width: 16px;
    margin-top: 17px;
  }
  .icon-text {
    display: none;
  }
  #header nav .logo img {
    width: 95px;
  }
  .header__action-item {
    padding: 0 5px !important;
  }
  .header__action-item--account .icon-state .icon-state__secondary {
    padding-left: 0;
  }
  .header__logo {
    margin-top: -1px;
  }
  #account-popover #customer_login p {
    font-size: 1.1rem;
  }
  ul#menu li a {
    padding: 12px 0;
  }
  .mini-cart__button-container .button-group .button {
    font-size: 1.1rem;
  }
}
@media only screen and (max-width: 767px) {
  .warehouse--v1 .boost-pfs-search-suggestion-wrapper {
    height: 70vh!important;
  }
}
dl.free {
  margin-bottom: 20px;
}
.shopify-payment-button__button--unbranded {
  font-weight: bold!important;
}
.button--secondary {
  font-weight: bold!important;
}
.block-swatch--disabled .block-swatch__item-text {
  opacity: 0.4!important;
}
.jdgm-sort-dropdown.jdgm-sort-dropdown {
  font-size: 16px!important;
}
.sg-pro-access-input-felid {
  font-size: 16px!important;
}
.cart_account {
  display: flex;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-radius: 3px;
}
.cart_account .\31\/2:first-child {
  border-right: 1px solid #ccc;
}
.cart_account .\31\/2 {
  padding: 25px;
}
.text--large {
  font-weight: bold;
  font-weight: 1.5rem;
}
.button--mb-20 {
  margin-bottom: 20px;
}
.cart_account {
  margin-bottom: 30px;
}
.text--right {
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .cart_account {
    display: block;
  }
  .cart_account .\31\/2:first-child {
   border-right: none;
   border-bottom: 1px solid #ccc;
 }
}
.login_open {
  display: block;
}
.recovery_open {
  display: block;
}
.login_close {
  display: none;
}
.recovery_close {
  display: none;
}

/* policy */
.shopify-policy__container {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 var(--mobile-container-gutter);
}
.shopify-policy__container .shopify-policy__title h1 {
	font-size: 30px;
	line-height: 1.2em;
	border-radius: 10px;
	padding-top: 20px;
	padding-bottom: 20px;
	font-weight: bold;
	color: #4b4948;
	text-align: center;
	margin-right: 0;
	width: 100%;
}
@media only screen and (max-width: 375px) {
	.shopify-policy__container .shopify-policy__title h1 {
		font-size: 24px;
		padding-top: 10px;
		padding-bottom: 10px;
	}
}
@media only screen and (max-width: 320px) {
	.shopify-policy__container .shopify-policy__title h1 {
		font-size: 20px;
		padding-top: unset;
		padding-bottom: unset;
	}
}
.shopify-policy__container .table-wrapper {
	max-width: 1080px;
	margin: 0 auto;
}
.shopify-policy__container .rte table {
	border: 2px solid var(--border-color);
	margin: unset;
}
.shopify-policy__container .rte table td {
	padding: 20px;
	font-size: 16px;
}
@media only screen and (max-width: 767px) {
	.shopify-policy__container .rte table td {
		float:left;
		clear:both;
		width: 100%;
	}
}
.shopify-policy__container .rte table td:nth-child(1) {
	white-space: nowrap;
	background-color: #ededed;
}
.shopify-policy__container .rte table td:nth-child(2) {
	background-color: #ffffff;
}
.card--guide {
  margin-bottom: 30px;
  border-radius: 3px;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
.card__title--guide {
  border-bottom: 1px solid #ccc;
  padding: 10px 25px;
}
.card__body--guide {
  padding: 25px;
}
.shopify-policy__container .shopify-policy__body h2 {
	font-size: 24px;
	margin-bottom: 25px;
}
.shopify-policy__container .shopify-policy__body dl {
	width: 100%;
}
.shopify-policy__container .shopify-policy__body dt {
	width: 87.5%;
	padding: 0 6.25% 5px;
	font-weight: normal;
	font-size: 20px;
	line-height: 34px;
	margin-bottom: 14px;
	margin-top: 14px;
}
.shopify-policy__container .shopify-policy__body dd {
	padding: 0 6.25% 24px;
	font-size: 16px;
	line-height: 1.6em;
}
.shopify-policy__container .shopify-policy__body ol.listType00 {
    list-style: decimal;
    padding: 0 0 0 3%;
}
@media only screen and (max-width: 767px) {
  .sp__view { display:block; }
  .pc__view { display:none; }
}
@media only screen and (min-width: 768px) {
  .sp__view { display:none; }
  .pc__view { display:block; }
}
@media only screen and (max-width: 767px) {
  .featured-product .product-gallery .flickity-prev-next-button {
    padding: 0;
    width: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .flickity-prev-next-button.next {
    right: -5px;
  }
  .flickity-prev-next-button.previous {
    left: -5px;
  }
}
.card.card--no-padding {
  padding: 0px;
}

#cal1 .cal {
  width: 100%;
}
div.cal_wrapper table.cal tr th div.cal_ui {
  float: right;
}
div.cal_wrapper table.cal tr th div.cal_ui input {
  border: solid 1px #999;
  background-color: #999;
  font-size: 12px;
  margin: 0px 1px;
  padding: 1px 5px;
  border-radius: 3px;
  color: #fff;
}
div.cal_wrapper table.cal tr.headline td {
  padding: 5px 0px;
  color: #666;
}
div.cal_wrapper table.cal tr td {
  font-size: 12px;
  text-align: center;
  padding: 2px;
}
div.cal_wrapper table.cal tr td div.backward {
  font-weight: normal;
  border-radius: 3px;
}
div.cal_wrapper table.cal tr td div {
  position: relative;
  padding: 3px 0px;
  font-size: 12px;
  text-align: center;
  background: none;
  border-radius: 3px;
}
div.cal_wrapper table.cal tr td div.shipping {
  color: #fff;
  background-color: #f49c00;
}
div.cal_wrapper table.cal tr td div.Holyday {
  font-weight: bolder;
  color: #fff;
  background-color: #e1005b;
}
.-shipping {
  color: #f49c00;
}
.-holiday {
  color: #e1005b;
}
@media only screen and (min-width: 768px) {
  .card.card--wide {
    padding: 50px;
  }
  .card.card--wide .flickity-prev-next-button.next {
    right: -45px;
  }
  .card.card--wide .flickity-prev-next-button.previous {
    left: -45px;
  }
}
.product-item__info .product-label--on-sale {
  margin-bottom: 20px;
}
.product-item__info .product-label--on-sale {
	display: block;
}
s .prce--discount_rate {
	display: block;
}
.form--main.form--wide {
  max-width: 600px;
}
@media only screen and (max-width: 767px) {
  ul.list5 li {
    width: calc(92%/10)!important;
  }
  .nav_text {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  .pagination__nav {
    display: block;
  }
}
.pagination__nav-item {
  padding: 8px 11px!important;
}
#detail .detail_side a.blog-sidebar__post-title  {
  color: #333;
  font-weight: bold;
}
#detail .blog-sidebar__post-list--ranked .blog-sidebar__post-image-wrapper::before {
  background: #1E2D7D;
}
#detail .blog-sidebar__item--products .product-list::before {
  border: none;
}
#detail .blog-sidebar__item--products .product-item--horizontal {
  padding: 25px 0px;
}
#detail .detail_side .blog-sidebar__item--products .box {
  padding: 0px;
  border: none;
  margin-bottom: 0px;
}
#detail .blog-sidebar__item--products {
  margin-bottom: 0px;
}
#detail .detail_body .page__title h1 {
  width: 100%;
  padding: 10px 0;
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  font-size: 1.8rem;
}
.feature-article-page .rte h2 {
  font-size: 1.8rem;
  color: #1E2D7D;
  border-bottom: solid 1px #ccc;
}
.feature-article-page .rte h3 {
  font-size: 1.6rem;
  color: #1E2D7D;
}
.feature-article-page .blog-sidebar__item--html a {
  color: #333333!important;
}
@media screen and (max-width: 640px) {
  .feature-article-page .blog-sidebar__item--products .product-list--horizontal {
    border: none;
  }
  .feature-article-page .blog-sidebar__item--products .product-list {
    border-top: none;
  }
}=
.mb10 {
  margin-bottom: 10px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb40 {
  margin-bottom: 40px;
}
.mb50 {
  margin-bottom: 50px;
}
.guide_attention p:before {
  content: '※';
  position: absolute;
  margin-left: -1.6rem;
}
.guide_attention--payment p:not(.guide_attention--nopadding):before {
  content: '・';
  position: absolute;
  margin-left: -1.6rem;
}
.guide_attention--payment p:not(.guide_attention--nopadding) {
  padding-left: 13px;
}
.guide_attention--sameday,
.guide_attention--payment {
  background-color: #ededed;
  padding: 10px;
}
.guide_attention--sameday p:before {
  position: absolute;
  margin-left: -1.6rem;
}
.guide_attention--sameday p:nth-child(1):before {
  content: '1';
}
.guide_attention--sameday p:nth-child(2):before {
  content: '2';
}
.guide_attention--sameday p:nth-child(3):before {
  content: '3';
}
.guide_attention,
.guide_attention--sameday,
.guide_attention--payment {
  padding-left: 20px;
}
h3.info_icon {
  text-indent: 1.8em;
  background-image: url(//www.strapya.com/cdn/shop/files/info_icon_hamee.gif?v=5271049160882591219);
  background-repeat: no-repeat;
  font-size: 1.5rem;
  line-height: 1.6;
  font-weight: normal;
  color: #333;
}
.spicegems-addon-input-felid{
	font-size:16px !important;
}
.limespot .ls-box-title {
  font-size: 16px;
  text-align: left;
}
.limespot .limespot-paginator-wrap {
  display: none;
}
.limespot .ls-add-to-cart {
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 12px));
  background: var(--primary-button-background);
  color: var(--primary-button-text-color);
  line-height: 30px;
  border: none;
  font-weight: bold;
  padding-left: 1.2em;
}
.limespot .limespot-recommendation-box-carousel-indicator .recomm-arrow {
  background: transparent;
}
.limespot .ls-add-to-cart-arrow::after {
  content: '';
  display: inline-block;
  border-left: .4em solid transparent;
  border-right: .4em solid transparent;
  border-top: .4em solid #fff;
  pointer-events: none;
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translateX(50%) translateY(-50%);
}
.limespot .ls-add-to-cart-arrow {
  border-left: none;
}
.limespot option {
  background: #fff;
  color: var(--primary-button-background);
}
@media only screen and (max-width: 767px) {
  select {
    font-size: 16px!important;
  }
  .limespot .ls-add-to-cart-wrap {
    width: 100%!important;
    margin: 10px 0!important;
    display: block!important;
  }
  .limespot limespot-box[data-box-style=carousel] .limespot-recommendation-box-item {
    max-width: 160px!important;
    flex-basis: 160px!important;
    min-width: 160px!important;
  }
    .limespot{
    padding-right: 0px;
  }
}
.limespot limespot-box[data-box-style=carousel] .limespot-recommendation-box-item {
  border-top: #ccc 1px solid;
  border-left: #ccc 1px solid;
  border-bottom: #ccc 1px solid;
  margin-right: 0!important;
  padding: 15px;
}
.limespot limespot-box[data-box-style=carousel] .limespot-recommendation-box-item .ls-link .ls-image-wrap {
	flex: auto !important;
}
.limespot .limespot-recommendation-box-carousel-indicator .recomm-arrow svg {
  fill: var(--flickity-arrow-color);
}
@media only screen and (min-width: 768px) {
  .limespot limespot-box[data-box-style=carousel] .limespot-recommendation-box-item {
    max-width: 290px!important;
    flex-basis: 290px!important;
    min-width: 290px!important;
  }
  .limespot limespot-box[data-box-style=carousel] .limespot-recommendation-box-item:nth-child(4n) {
    border-right: #ccc 1px solid;
  }
}
.limespot limespot-box[data-box-style=carousel] .limespot-recommendation-box-item:last-child {
    border-right: #ccc 1px solid;
}
.limespot .ls-price-wrap {
  text-align:left;
  font-size: 1.6rem;
  color: #E1005B;
}
.ls-title {
  text-align:left;
}
.ls-price span.tax-in {
  font-size: 1.2rem;
  color: #333;
}
@media only screen and (min-width: 1120px) {
  #shopify-section-search-template .layout__section--right,
  #shopify-section-collection-template .layout__section--right {
    width: 842px!important;
  }
  #shopify-section-search-template .limespot limespot-box[data-box-style=carousel] .limespot-recommendation-box-item,
  #shopify-section-collection-template .limespot limespot-box[data-box-style=carousel] .limespot-recommendation-box-item {
    max-width: 210.5px!important;
    flex-basis: 210.5px!important;
    min-width: 210.5px!important;
  }
}
.limespot .ls-title {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom:5px;
}
.limespot .ls-li-quick-actions{
  height: 40px;
  margin-top:0px;
}
 .limespot-recommendation-box-item .ls-link .ls-info-wrap{
  flex: 10 1 auto!important;
 }
.limespot limespot-box .limespot-recommendation-box-carousel::-webkit-scrollbar {
  display: none;
}
.limespot .limespot-recommendation-box-carousel-indicator.indicator-left {
  left: -25px;
}
.limespot .limespot-recommendation-box-carousel-indicator.indicator-right {
  right: -25px;
}
.limespot .limespot-recommendation-box-carousel-indicator .recomm-arrow {
  margin-top: 250px!important;
}
.cm_notice {
  background: #eeee;
  line-height: 70px;
  text-align: center;
  font-weight: bold;
  color: red;
  margin-top: -70px;
}
select[id^="cm_select"] {
  width: 100%;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .cm_notice {
    margin-top: -90px;
	line-height: 90px;
  }
}
@media only screen and (min-width: 768px) {
  .w120 {
    width: 120px
  }
}
.text--accent {
  font-weight: bold;
  color: #E1005B;
}
.text--normal {
  color: #333;
}
.reservation_date {
  display: block;
  margin-bottom: 10px;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .globo-form-app .globo-form-control input,
  .globo-form-app .globo-form-control textarea {
    font-size: 16px!important;
  }
  #create_customer .cf-field input[type=email],
  #create_customer .cf-field input[type=number],
  #create_customer .cf-field input[type=password],
  #create_customer .cf-field input[type=tel],
  #create_customer .cf-field input[type=text],
  #create_customer .cf-field textarea {
    font-size: 16px!important;
  }
  .spicegems-product-price {
    display: block!important;
  }
  .spicegems-carousel-inner>.spicegems-carousel-item>img {
    max-height: 200px!important;
  }
}
@media only screen and (min-width: 415px) {
  #judgeme_product_reviews .jdgm-rev .jdgm-rev__icon {
	display: none;
	position: absolute;
	left: 100px;
  }
  #judgeme_product_reviews .jdgm-rev .jdgm-rev__content{
   width: 76%;
   margin-left: 24%;
}
}
  #judgeme_product_reviews .jdgm-rev__icon{
display:none;
}
 #judgeme_product_reviews .jdgm-rev__buyer-badge{
   display:none;
}

#judgeme_product_reviews .jdgm-rev {
  overflow: visible;
}
@media only screen and (min-width: 768px) {
  #judgeme_product_reviews .jdgm-rev__content {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 767px) {
  #spiceaddonsappid .sg-pro-access-product select {
    font-size: 16px!important;
  }
}
.ls-image-wrap .ls-image {
  max-width: 100%!important;
}
#shopify-section-hero2-image-with-text-long-seller  img {
  width: 100%;
  height: auto;
}


.cart_list{display:none;}