@charset "euc-jp";

/* Reset
-------------------- */
html, body, div, h1, h2, h3, h4, h5, h6, p, img, dl, dt, dd, ol, ul, li, form, label, button, table, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	vertical-align: baseline;
}

html {
	box-sizing: border-box;
}

*, *::before, *::after {
	box-sizing: inherit;
}

body {
	position:relative;
	line-height: 1;
	-webkit-text-size-adjust: 100%;
}

ol, ul {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #CCC;
	margin: 1em 0;
	padding: 0;
}

input, select {
	vertical-align: middle;
}

img {
	height: auto;
	border: 0;
	vertical-align: bottom;
}

/* Base
-------------------- */
body {
	background-color: #FFF;
	color: #333;
	font-family: -apple-system, BlinkMacSystemFont,Verdana,"Hiragino Sans","Hiragino Kaku Gothic ProN","¥á¥¤¥ê¥ª",Meiryo,sans-serif;
	text-align: left;
}

p {
	line-height: 1.7;
}
@media (min-width: 600px) {
	p {
		line-height: 2;
	}
}

a {
	color: #0033CC;
	-webkit-tap-highlight-color: transparent;
}
@media (min-width: 960px) {
	a:hover {
		color: #999999;
	}
}

/* Layout ------------------------- */
/* header
-------------------- */
.header {
	position: relative;
}
@media (min-width: 960px) {
	.header{
		position:fixed;
		z-index:101;
		top:0;
		left:0;
		width:100%;
		height:auto;
		background:#FFF;
	}
}
/* headerlogo */
.header__logo {
	position:fixed;
	z-index:90;
	top:0;
	left:0;
	width:100%;
	height:60px;
	padding:20px 0 0;
	border-bottom:1px solid #000;
	background:#FFF;
	text-align: center;
	line-height:1;
}
.header__logosvg {
	width:120px;
	height:24px;
	fill:#000;
	vertical-align:top;
}
@media (min-width: 600px) {
	.header__logo {
		height:72px;
		padding:25px 0 0;
	}
	.header__logosvg {
		width:138px;
		height:27px;
	}
}
@media (min-width: 960px) {
	.header__logo{
		position:static;
		height:86px;
		padding:32px 0 0;
		border-bottom:none;
	}
	.header__logosvg{
		width: 230px;
		height:45px;
	}
	a:hover .header__logosvg{
		-webkit-transition:opacity 0.5s ease;
		transition:opacity 0.5s ease;
		opacity:0.6;
	}
}
/* headerMenuBtn */
.header__menubtn{
	position:fixed;
	z-index:111;
	top:0;
	left:0;
	width:60px;
	height:60px;
	padding:26px 18px 0;
}
.header__menubtn span{
	position:relative;
	display:block;
	width:24px;
	height:2px;
	margin-bottom:4px;
	background:#3e3a39;
	overflow:hidden;
	-webkit-transition:all .5s;
	transition:transform .5s;
}
.header__menubtn span:after{
	content:"";
	position:absolute;
	left:100%;top:0;
	width:100%;
	height:100%;
	background:#EEE;
	transform: skewX(-5deg);
	transition:left .4s ease;
}
.header__menubtn span:nth-of-type(2):after{
	transition-delay:.3s;
}
.header__menubtn.header__closebtn span:nth-of-type(1){
	-webkit-transform:translateY(3px) rotate(-45deg);
	transform:translateY(3px) rotate(-45deg);
}
.header__menubtn.header__closebtn span:nth-of-type(2){
	-webkit-transform:translateY(-3px) rotate(45deg);
	transform:translateY(-3px) rotate(45deg);
}
.header__menubtn.header__closebtn span:after{
	left:-100%;
}

@media (min-width: 600px) {
	.header__menubtn{
		width:72px;
		height:72px;
		padding:31px 22px 0;
	}
	.header__menubtn span{
		width:28px;
		margin-bottom:5px;
	}
	.header__menubtn.header__closebtn span:nth-of-type(1){
		-webkit-transform:translateY(4px) rotate(-45deg);
		transform:translateY(4px) rotate(-45deg);
	}
}
@media (min-width: 960px) {
	.header__menubtn{
		display:none;
	}
}
/* headerMenu */
.header__menu{
	position:fixed;
	z-index:101;
	top:60px;
	width:90%;
	max-width:400px;
	height:calc(100% - 60px);
	background:#FFF;
	-webkit-transform:translateX(0);
	transform:translateX(0);
	-webkit-transition:transform .4s;
	transition:transform .4s;
}
.header__menu::before{
	content:"";
	display:block;
	position:absolute;
	z-index:101;
	top:-60px;
	left:0;
	width:100%;
	max-width:400px;
	height:60px;
	background:#DDD;
}
.header__menu_off{
	-webkit-transform:translateX(-100%);
	transform:translateX(-100%);
	-webkit-transition:transform .4s;
	transition:transform .4s;
}
.header__menuwrap{
	overflow-y:auto;
	width:100%;
	height:100%;
}
.header__menulist1::after{
	content:"";
	display:block;
	height:60px;
}
.header__menulist1 li{
	padding:0 5%;
	border-bottom:1px solid #898989;
}
.header__menulist1 a{
	display:block;
	padding:20px 0;
}
.header__menulist1 span{
	display:block;
	position:relative;
	overflow:hidden;
	height:17px;
}
.header__menulist1 img{
	position:absolute;
	left:0;
	width:105px;
}
.header__menulist1about img{ top:0; }
.header__menulist1products img{ top:-100%; }
.header__menulist1contact img{ top:-200%; }
.header__menulist2{
	font-size:0.75rem;
	line-height:1.3;
}
.header__menulist2 li{
	padding:2px 0;
	border-top:1px dotted #898989;
	border-bottom:none;
}
.header__menulist2 a{
	position:relative;
	padding:14px 0 14px 20px;
	color:#000;
	text-decoration:none;
}
.header__menulist2 a::before{
	content:"";
	position:absolute;
	top:17px;
	left:4px;
	width:8px;
	height:8px;
	background:#000;
}
.header__menulist3{
	padding:0 0 5px;
}
.header__menulist3 li{
	margin-left:10px;
	border-top:none;
}
.header__menulist3 a{
	position:relative;
	padding:8px 0 8px 20px;
}
.header__menulist3 a::before{
	content:"";
	position:absolute;
	top:11px;
	left:4px;
	width:8px;
	height:8px;
	background:url(https://img21.shop-pro.jp/PA01397/731/etc/zc2-icon2.png) no-repeat 0 0 / 100% auto;
}
@media (min-width: 600px) {
	.header__menu{
		top:72px;
		height:calc(100% - 72px);
	}
	.header__menu::before{
		top:-72px;
		height:72px;
	}
	.header__menulist2{
		font-size:0.875rem;
	}
}
@media (min-width: 960px) {
	.header__menu{
		position:static;
		width:100%;
		max-width:100%;
		height:auto;
		background:#fff;
	}
	.header__menu::before{
		display:none;
	}
	.header__menu_off{
		-webkit-transform:none;
		transform:none;
	}
	.header__menuwrap{
		overflow-y:visible;
		width:100%;
		height:auto;
	}
	.header__menusub{
 		display:none;
		position:absolute;
		top:44px;
		left:0;
		width:100%;
		height:10px;
	}
	.header__menusubwrap{
		display: -webkit-box;
		display: -webkit-flex;
		display: flex;
		width:90%;
		max-width:960px;
		margin:10px auto 0;
		padding:40px 0 20px;
		background:#FFF;
		text-align:left;
	}
	.header__menulist1{
		position:relative;
		height:45px;
		border-bottom:1px solid #000;
		text-align:center;
	}
	.header__menulist1::after{
		display:none;
	}
	.header__menulist1 li{
		display:inline-block;
		padding:0;
		border-bottom:none;
	}
	.header__menulist1 a:hover img{
		-webkit-transition:opacity 0.5s ease;
		transition:opacity 0.5s ease;
		opacity:0.6;
	}
	.header__menulist1about{
		margin-left:30px;
	}
	.header__menulist1products{
		margin:0 30px;
	}
	.header__menulist1 a{
		padding:15px 25px;
	}
	.header__menulist1 span{
		height:15px;
	}
	.header__menulist1about span{ width:59px; }
	.header__menulist1products span{ width:88px; }
	.header__menulist1contact span{ width:83px; }
	.header__menulist1 img{
		width:90px;
	}
	.header__menulist2{
		width:30%;
		font-size:0.875rem;
		line-height:1.3;
	}
	.header__menulist2:first-child{
		margin-left:10%;
	}
	.header__menulist2 li{
		display:block;
		margin-bottom:20px;
		border-top:none;
	}
	.header__menulist2 a{
		padding:5px 0 5px 20px;
		-webkit-transition:opacity 0.4s;
		transition:opacity 0.4s;
	}
	.header__menulist2 a::before{
		top:10px;
	}
	.header__menulist2 a:hover{
		opacity:0.6;
	}
	.header__menulist3{
		margin-top:5px;
		padding:0;
	}
	.header__menulist3 li{
		margin:0 0 0 1em;
	}
	.header__menulist3 a{
		padding:5px 0 5px 20px;
	}
	.header__menulist3 a::before{
		top:9px;
		left:4px;
		width:10px;
		height:10px;
	}
}

/* headerIcon */
.header__icon{
	position:fixed;
	z-index:91;
	top:10px;
	right:10px;
	width:72px;
}
.header__icon li{
	float:left;
	display:table;
	width:36px;
	height:40px;
}
.header__icon a{
	display:table-cell;
	width: 100%;
	height:100%;
	vertical-align:middle;
	text-align:center;
}
.header__icon svg{
	fill:#3e3a39;
}
.header__iconcart svg{
	width:24px;
	height:21px;
}
.header__iconcartcount{
	display:none;
}
.header__iconmaypage svg{
	width:21px;
	height:27px;
}
@media (min-width: 600px) {
	.header__icon{
		top:16px;
		right:16px;
		width:80px;
	}
	.header__icon li{
		width:40px;
	}
}
@media (min-width: 960px) {
	.header__icon a:hover svg{
		-webkit-transition:opacity 0.5s ease;
		transition:opacity 0.5s ease;
		opacity:0.6;
	}
}

/* headerSearchBtn */
.header__searchbtn{
	position:fixed;
	z-index:91;
	top:10px;
	left:60px;
	display:table;
	width:36px;
	height:40px;
}
.header__searchbtn span{
	display:table-cell;
	width: 100%;
	height:100%;
	vertical-align:middle;
	text-align:left;
}
.header__searchbtn svg{
	fill:none;stroke:#000000;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;
	width:24px;
	height:24px;
}
@media (min-width: 600px) {
	.header__searchbtn{
		top:16px;
		left:auto;
		right:100px;
		width:40px;
	}
	.header__searchbtn span{
		text-align:center;
	}
}

/* headerSearch */
.headersearch {
  position: fixed;
  z-index: 89;
  top: 60px;
  left: 0;
  width: 100%;
  padding: 30px 6%;
  background: #FFF;
  text-align: center;
  -webkit-transition: top .4s;
  transition: top .4s;
}

.headersearch_off {
  top: -200px;
  -webkit-transition: top .4s;
  transition: top .4s;
}

.headersearch form {
  width: 100%;
  margin: 0 auto;
  border: 1px solid #000;
  background: #fff;
}

.headersearch__input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: calc(100% - 46px);
  padding: 8px 1em;
  border: none;
  border-radius: 0;
  background: #fff;
  font-size: 16px;
  line-height: 30px;
  vertical-align: middle;
}

.headersearch__btn {
  display: inline-block;
  width: 46px;
  height: 46px;
  margin: 0;
  padding: 5px;
  border: 0;
  background: #FFF;
  vertical-align: middle;
}

.headersearch__btnsvg {
  fill:none;stroke:#000;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;
  width: 28px;
  height: 28px;
}

.headersearch__close {
  display: inline-block;
  width: 50%;
  max-width: 240px;
  margin-top: 20px;
  border: 1px solid #000;
  line-height: 32px;
  text-align: center;
}

.headersearch__close::after {
  content: "CLOSE";
}

@media (min-width: 600px) {
  .headersearch {
  	top:72px;
    padding-right: calc(6% + 60px);
  }
  .headersearch_off {
    top: -200px;
  }
  .headersearch__close {
    display: block;
    position: absolute;
    top: 30px;
    right: 6%;
    width: 46px;
    height: 46px;
    margin: 0;
    background: url(https://img21.shop-pro.jp/PA01397/731/etc/zc2-close.png) no-repeat 50% 50%/14px 14px;
  }
  .headersearch__close::after {
    display: none;
  }
}

@media (min-width: 960px) {
  .headersearch {
    z-index:-1;
    top: 131px;
    padding: 30px 40px 30px 0;
  }
  .headersearch_off {
    top: -166px;
  }
  .headersearch form {
    width: 720px;
  }
  .headersearch__close {
    right: auto;
    left: calc(50% + 350px);
  }
}

/* overlay
-------------------- */
.overlay{
	position:fixed;
	z-index:100;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.5);
}
.overlay.overlay__header__search{
	z-index:88;
}
.overlay_off{
	display:none;
}

/* categorylist2
-------------------- */
.categorylist2{
	display:none;
}
.categorylist2 a {
	display: block;
	position: relative;
	color: #333;
	word-wrap: break-word;
	overflow-wrap : break-word;
	text-decoration: none;
}

.categorylist2__title {
	margin-bottom: 20px;
	font-weight: 600;
	font-size: 1.15em;
	text-align: center;
}

.categorylist2__list {
	width: 90%;
	margin: 0 auto;
	border-top: 1px solid #333;
	line-height: 1.5;
}
.categorylist2__list li {
	border-bottom: 1px solid #333;
}
.categorylist2__list a {
	padding: 15px 20px 15px 5px;
	background:url(https://img21.shop-pro.jp/PA01397/731/etc/zc2-icon2.png) no-repeat 0 50% / 8px auto;
}

@media (min-width: 960px) {
	.categorylist2{
		display:block;
	}
	.categorylist2__title {
		margin-bottom: 15px;
		text-align: left;
	}

	.categorylist2__list {
		width: 100%;
	}
	.categorylist2__list a {
		padding: 15px 0 15px 20px;
		background-size:10px auto;
	}
	.categorylist2__list a:hover {
		background-color: #EEE;
	}
}

/* footernav
-------------------- */
.footer {
	padding:7% 0 150px;
	border-top:1px solid #000;
	color:#000;
	font-size:0.75rem;
	line-height:1.5;
}
.footer a{
	display:inline-block;
	color:#000;
	text-decoration:none;
}
.footer ul{
	margin-bottom:20px;
}
.footer li{
	margin:1px 0;
}
.footer__menutitle{
	margin-bottom:8px;
}
.footer__menu2column{
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
}
.footer__menu2column ul:nth-child(2){
	margin-left:20px;
}
.footer__menulist1 li a,
.footer__menulist2 li a,
.footer__menulist3 li a{
	padding:3px 0 3px 12px;
	background:url(https://img21.shop-pro.jp/PA01397/731/etc/zc2-icon2.png) no-repeat 0 7px / 8px auto;
}
.footer__userpage a{
	position:relative;
	padding:3px 0 3px 20px;
}
.footer__userpage svg{
	position:absolute;
	top:3px;
	left:0;
	fill:#000;
	vertical-align:middle;
}
.footer__entry svg{
	top:5px;
}
.footer__copyright{
	margin:20px 0 0;
	text-align:center;
}
@media (min-width: 600px) {
	.footer {
		padding:40px 0 200px;
	}
	.footer .container{
		display: -webkit-box;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.footer ul{
		margin-bottom:30px;
	}
	.footer li{
		margin:3px 0;
	}
	.footer__menulist1,
	.footer__menulist2{
		width:50%;
	}
	.footer__menulist3,
	.footer__menulist4{
		width:100%;
	}
	.footer__menulist1 li a,
	.footer__menulist2 li a,
	.footer__menulist3 li a{
		padding:3px 0 3px 15px;
		background-position:0 7px;
		background-size:8px auto;
	}
	.footer__copyright{
		margin:0;
	}
}
@media (min-width: 960px) {
	.footer {
		padding:50px 0 150px;
		font-size:0.875rem;
	}
	.footer .container {
		-webkit-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}
	.footer ul{
		margin-bottom:40px;
	}
	.footer li{
		margin:4px 0;
	}
	.footer a{
		-webkit-transition:opacity 0.5s ease;
		transition:opacity 0.5s ease;
	}
	.footer a:hover{
		opacity:0.6;
	}
	.footer__menulist1,
	.footer__menulist2,
	.footer__menulist3,
	.footer__menulist4{
		width:auto;
	}
	.footer__menulist1,
	.footer__menulist2,
	.footer__menulist3{
		flex:1 1 auto;
		margin-right:20px;
	}
	.footer__menulist4{
		flex:1 0 auto;
	}
	.footer__menulist1 li a,
	.footer__menulist2 li a,
	.footer__menulist3 li a{
		padding-left:18px;
		background-position:0 8px;
		background-size:10px auto;
	}
	.footer__userpage a{
		padding-left:26px;
	}
	.footer__userpage a:hover svg{
		fill:#999;
	}
	.footer__cart svg{
		width:18px;
		height:15px;
	}
	.footer__login svg,
	.footer__logout svg{
		width:15px;
		height:14px;
	}
	.footer__entry svg{
		width:13px;
		height:14px;
	}
	.footer__mypage svg{
		width:15px;
		height:19px;
	}
}
@media (min-width: 1280px) {
	.footer__menu2column ul:nth-child(2){
		margin-left:30px;
	}
	.footer__userpage a{
		padding-left:30px;
	}
	.footer__cart svg{
		width:21px;
		height:18px;
	}
	.footer__login svg,
	.footer__logout svg{
		width:18px;
		height:23px;
	}
	.footer__entry svg{
		width:15px;
		height:16px;
		top:8px;
	}
	.footer__mypage svg{
		width:18px;
		height:23px;
	}
}

/* Layout 2column
-------------------- */
.main{
	padding-top:60px;
}
.breadcrumb + .main,
.breadcrumb + .layout2column .main{
	padding-top:0;
}
@media (min-width: 600px) {
	.main{
		padding-top:72px;
	}
}
@media (min-width: 960px) {
	.layout2column {
		display: -webkit-box;
		display: -webkit-flex;
		display: flex;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		-webkit-box-direction: reverse;
		-webkit-flex-direction: row-reverse;
		flex-direction: row-reverse;
		width: 90%;
		max-width: 1140px;
		margin: 0 auto;
	}
	.main{
		padding-top:130px;
	}
	.layout2column .main{
		padding-top:0;
	}
	.layout2column .main {
		width: 77.2%;
		margin-top: 40px;
		padding-bottom:50px;
	}

	.layout2column .side {
		width: 19.3%;
		margin-top: 40px;
	}
}
/* breadcrumb
-------------------- */
.breadcrumb {
	margin-top:60px;
	margin-bottom: 20px;
	padding: 7px 0;
	border-top: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	font-size: 0.85em;
	line-height: 1.5;
	text-align: left;
	word-wrap: break-word;
	overflow-wrap : break-word;
}

@media (min-width: 600px) {
	.breadcrumb {
		margin-top:72px;
		margin-bottom: 30px;
	}
}
@media (min-width: 960px) {
	.breadcrumb {
		margin-top:130px;
		margin-bottom: 0;
		padding: 10px 0;
	}
}
/* gotop
-------------------- */
.gotop{
	position: fixed;
	z-index: 10;
	right: 20px;
	bottom: 32px;
	width: 32px;
	height:32px;
	background:#c9caca;
}
.gotop svg{
	fill:#FFF;
	width: 32px;
	height:32px;
}
.gotop_show,
.gotop_hide {
	-webkit-transition:opacity 0.5s ease-in-out;
	transition:opacity 0.5s ease-in-out;
}
.gotop_show {
	opacity: 1;
}
.gotop_hide {
	opacity: 0;
}
.gotop_close {
	display:none;
}
.gotop a{
	display:block;
}
@media (min-width: 960px) {
	.gotop{
		-webkit-transition:background-color 0.5s ease;
		transition:background-color 0.5s ease;
	}
	.gotop:hover{
		background-color:#EEE;
	}
}

/* price
-------------------- */
.price_prevailing {
	margin: 0 3px;
	color: #666;
	font-size: 0.9em;
	text-decoration: line-through;
}

.price_memberoff {
	margin: 0 3px;
	color: #FF0000;
	font-size: 0.9em;
	font-weight: bold;
}

.price_soldout {
	color: #FF0000;
	font-size: 0.9em;
}

.price_stock {
	color: #FF6600;
	font-size: 0.9em;
}

/* pritems
-------------------- */
.pritems li a {
	color: #333;
	text-decoration: none;
	text-align: center;
	word-wrap: break-word;
	overflow-wrap : break-word;
	line-height: 1.5;
}
.pritems li img {
	margin-bottom: 5px;
}

@media (min-width: 600px) {
	.pritems li a {
		line-height: 1.7;
	}
	.pritems li img {
		margin-bottom: 10px;
	}
}
@media (min-width: 960px) {
	.pritems li a:hover {
		color: #999;
	}
	.pritems li a:hover img {
		opacity: 0.7;
	}
}
/* prrelated
-------------------- */
.prrelated {
	overflow: hidden;
	padding: 3% 5%;
	border-top: 1px solid #DDD;
	background: #F6F6F6;
}

.prrelated__title {
	padding: 30px 0 5px;
	font-size: 0.85em;
	text-align: center;
}

@media (min-width: 600px) {
	.prrelated__title {
		font-size: 1.15em;
		font-weight: bold;
	}
}
@media (min-width: 960px) {
	.prrelated {
		margin: 50px 0 0;
		padding: 35px 3.5% 20px;
		border-top: none;
	}

	.prrelated__title {
		padding: 0 0 10px;
		text-align: left;
	}
}
/* prrelatedslider
-------------------- */
.prrelatedslider {
	position: relative;
	margin: 20px auto 30px;
}
.prrelatedslider .bx-wrapper {
	margin-bottom: 0;
	position: static;
}
.prrelatedslider .bx-wrapper .bx-viewport {
	border: none;
	left: 0;
	background: transparent;
	box-shadow: none;
}
.prrelatedslider .bx-wrapper .bx-pager {
	position: static;
}
.prrelatedslider .bx-wrapper .bx-controls-direction a {
	margin-top: 0;
	width: 30px;
	height: 30px;
	z-index: 95;
}
.prrelatedslider .bx-wrapper .bx-prev {
	top: 30px;
	top: 10vw;
	left: -3%;
	background-image: none;
}
.prrelatedslider .bx-wrapper .bx-prev::after {
	content: "";
	display: block;
	position: absolute;
	top: calc(50% - 4px);
	right: 0;
	width: 8px;
	height: 8px;
	border-top: 1px solid #333;
	border-right: 1px solid #333;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	right: 40%;
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
}
.prrelatedslider .bx-wrapper .bx-next {
	top: 30px;
	top: 10vw;
	right: -3%;
	background-image: none;
}
.prrelatedslider .bx-wrapper .bx-next::after {
	content: "";
	display: block;
	position: absolute;
	top: calc(50% - 4px);
	right: 0;
	width: 8px;
	height: 8px;
	border-top: 1px solid #333;
	border-right: 1px solid #333;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	right: auto;
	left: 40%;

}
.prrelatedslider li {
	float: left;
	width: 33.33%;
}
.prrelatedslider li a {
	position: relative;
	display: block;
	width: 86%;
	margin: 0 auto;
	font-size: 12px;
}
.prrelatedslider li img {
	max-width: 100%;
}

.prrelatedslider_noslide ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	width: 100%;
	margin: 20px 0 30px;
}
.prrelatedslider_noslide li {
	width: 33.33%;
}
.prrelatedslider_noslide li img {
	width: 100%;
}

@media (min-width: 600px) {
	.prrelatedslider .bx-wrapper .bx-controls-direction a {
		width: 40px;
		height: 40px;
	}
	.prrelatedslider .bx-wrapper .bx-prev::after {
		content: "";
		display: block;
		position: absolute;
		top: calc(50% - 10px);
		right: 0;
		width: 20px;
		height: 20px;
		border-top: 1px solid #333;
		border-right: 1px solid #333;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		right: 30%;
		-webkit-transform: rotate(-135deg);
		transform: rotate(-135deg);
	}
	.prrelatedslider .bx-wrapper .bx-next::after {
		content: "";
		display: block;
		position: absolute;
		top: calc(50% - 10px);
		right: 0;
		width: 20px;
		height: 20px;
		border-top: 1px solid #333;
		border-right: 1px solid #333;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		right: auto;
		left: 30%;
	}
	.prrelatedslider li a {
		font-size: 14px;
	}
}
@media (min-width: 960px) {
	.prrelatedslider .bx-wrapper .bx-prev {
		top: 70px;
	}
	.prrelatedslider .bx-wrapper .bx-prev:hover {
		background-position: 50% 50%;
	}
	.prrelatedslider .bx-wrapper .bx-next {
		top: 70px;
	}
	.prrelatedslider .bx-wrapper .bx-next:hover {
		background-position: 50% 50%;
	}
	.prrelatedslider li {
		width: 25%;
	}

	.prrelatedslider_noslide ul {
		overflow: hidden;
		width: 100%;
		margin: 20px 0 30px;
	}
	.prrelatedslider_noslide li {
		width: 25%;
	}
}

/* prfavorite
-------------------- */
.prfavorite {
	overflow: hidden;
	padding: 3% 5%;
	border-top: 1px solid #DDD;
	background: #F6F6F6;
}

.prfavorite__title {
	padding: 30px 0 5px;
	font-size: 0.85em;
	text-align: center;
}

.prfavorite__list{
	margin: 20px auto 10px;
}
.prfavorite__list ul{
	display:flex;
	flex-wrap:wrap;
	width: 100%;
	margin: 20px 0 0;
}
.prfavorite__list li{
	width: 33.33%;
	padding-bottom:4%;
}
.prfavorite__list li.is-hidden {
  position: absolute;
  z-index: -10000;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 0;
  height: 0;
  padding-top: 0;
  padding-bottom: 0;
  opacity: 0;
  border: 0;
}
.prfavorite__list li a {
	display: block;
	width: 86%;
	margin: 0 auto;
	font-size: 12px;
}
.prfavorite__list li img {
	width: 100%;
}
.prfavorite__btncontainer{
	margin-bottom:30px;
	text-align:center;
}
.prfavorite__btn{
	-webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
	display:inline-block;
	width:90%;
	max-width:320px;
	margin-top:10px;
	border:1px solid #000;
	background:transparent;
	font-size:0.85em;
	line-height:30px;
	text-align:center;
}
.prfavorite__btn::before{
	content:"";
	display:inline-block;
	width:8px;
	height:8px;
	margin-right:0.5em;
	background: url(https://img21.shop-pro.jp/PA01397/731/etc/zc2-icon2.png) no-repeat 0 0 / 8px auto;
	vertical-align:middle;
	transform:rotate(90deg);
}

@media (min-width: 600px) {
	.prfavorite__title {
		font-size: 1.15em;
		font-weight: bold;
	}
	.prfavorite__list li{
		padding-bottom:20px;
	}
	.prfavoriteslider li a {
		font-size: 14px;
	}
	.prfavorite__btn{
		line-height:36px;
	}
}
@media (min-width: 960px) {
	.prfavorite {
		margin: 50px 0 0;
		padding: 35px 3.5% 20px;
		border-top: none;
	}
	.prfavorite__title {
		padding: 0 0 10px;
		text-align: left;
	}
	.prfavorite__list li {
		width: 16.6666%;
	}
}

/* prnodata
-------------------- */
.prnodata p {
	margin-bottom: 15px;
}

/* Component ------------------------- */
/* Container
-------------------- */
.container {
	position: relative;
	width: 90%;
	max-width: 1140px;
	margin: 0 auto;
}

.container_large {
	max-width: 1300px;
}

.container_middle {
	max-width: 960px;
}

.container_small {
	max-width: 800px;
}

@media (min-width: 960px) {
	.layout2column .container {
		width: 100%;
	}
}
/* 1 Line ( Column - FreeSize )
-------------------- */
/* row */
.row {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

@media (min-width: 600px) {
	.row-md {
		display: -webkit-box;
		display: -webkit-flex;
		display: flex;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}
}
@media (min-width: 960px) {
	.row-lg {
		display: -webkit-box;
		display: -webkit-flex;
		display: flex;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}
}
/* row1__item */
@media (min-width: 960px) {
	.row1__item1 {
		width: 42%;
	}

	.row1__item2 {
		width: 53%;
	}

	.row2__item {
		width: 47.5%;
	}
}
/* Multiple Lines
-------------------- */
.rowwrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

/* rowwrap1__item */
@media (min-width: 960px) {
	.rowwrap1__item {
		width: 47%;
		min-height: 0%;
		/* ie flex-direction bug */
	}

	.rowwrap1__item:nth-child(2n) {
		margin-left: 6%;
	}
}
/* Section
-------------------- */
/* section1 */
.section1 {
	clear: both;
	margin-bottom: 40px;
}

.section1 .section1 {
	margin-bottom: 30px;
}

.section1 > *:last-child,
.section1 > *:last-child > *:last-child {
	margin-bottom: 0;
}

@media (min-width: 600px) {
	.section1 {
		margin-bottom: 50px;
	}

	.section1 .section1 {
		margin-bottom: 35px;
	}
}
@media (min-width: 960px) {
	.section1 {
		margin-bottom: 70px;
	}

	.section1 .section1 {
		margin-bottom: 40px;
	}
}
/* Title
-------------------- */
.title1 {
	clear: both;
	margin-bottom: 30px;
	font-size: 1.25em;
	font-weight: 700;
	line-height: 1.3;
	text-align: center;
}
.title1 span {
	display: inline-block;
	padding: 0 10px 10px;
	border-bottom: 2px solid #333;
}
.title1bottom{
	margin:-15px 0 30px;
	font-size:0.75rem;
	line-height:1.7;
	text-align:center;
}
.title1bottom span{
	display:inline-block;
}

.title2 {
	clear: both;
	margin: 0 5% 20px 5%;
	font-size: 1.25em;
	line-height: 1.3;
}

.container .title2 {
	margin: 0 0 20px 0;
}

.title3 {
	clear: both;
	margin: 0 0 20px;
	font-size: 1.25em;
	line-height: 1.3;
	text-align: center;
}
.title3 span {
	display: inline-block;
	padding: 0 10px 10px;
	border-bottom: 2px solid #333;
}

.title4 {
	clear: both;
	margin: 0 0 20px;
	padding: 5px 10px;
	border-left: 3px solid #333;
	font-size: 1.1em;
	line-height: 1.3;
}
.title5{
	margin:calc(10% + 20px) 0 0;
}
.title5 img{
	height:16px;
	height:4.4vw;
	width:auto;
	max-height:36px;
}
.title5_high img{
	height:19px;
	height:5.5vw;
	max-height:45px;
}
.title5bottom{
	position:relative;
	padding-top:0.75em;
	padding-left:32px;
	padding-left:12vw;
	font-size:0.875rem;
	line-height:1.5;
}
.title5bottom::before{
	content:"";
	display:block;
	position:absolute;
	top:1.4em;
	left:0;
	width:27px;
	width:10.5vw;
	height:1px;
	background:#000;
}

@media (min-width: 600px) {
	.title1 {
		margin-bottom: 40px;
		font-size: 1.5em;
	}
	.title1bottom {
		margin:-20px 0 40px;
		font-size: 0.875em;
	}

	.title2 {
		margin-bottom: 30px;
		font-size: 1.6em;
	}

	.title3 {
		padding: 0 5px 10px;
		border-bottom: 2px solid #333;
		font-size: 1.1em;
		font-weight: bold;
		text-align: left;
	}
	.title3 span {
		display: inline;
		padding: 0;
		border-bottom: none;
	}
	.title4 {
		font-size: 1em;
		font-weight: bold;
	}
	.title5bottom{
		padding-top:1em;
	}
	.title5bottom::before{
		height:2px;
	}
}
@media (min-width: 960px) {
	.title1 {
		margin-bottom: 50px;
	}
	.title1bottom {
		margin:-30px 0 50px;
	}
	.title2 {
		margin: 0 0 30px 0;
		font-size: 2em;
	}

	.container .title2 {
		margin: 0 0 30px 0;
	}

	.title2_freepage {
		padding-top: 40px;
	}
	.title5{
		margin-top:150px;
	}
	.title5 img{
		height:36px;
		height:2.5vw;
	}
	.title5bottom{
		padding-top:1.2em;
		padding-left:105px;
		font-size:1rem;
	}
	.title5bottom::before{
		width:90px;
		top:1.9em;
	}
}
/* Button
-------------------- */
/* btn1 */
.btn1 {
	font-size: 0.85em;
	text-align: center;
}
.btn1 a {
	display: block;
	padding: 12px 0 10px;
	border: 1px solid #CCC;
	background: #EEE;
	color: #333;
	text-decoration: none;
}
.btn1 a::before {
	content: "";
	display: inline-block;
	width: calc(120px / 6);
	height: calc(120px / 6);
	margin: 0 5px 5px 0;
	background-image: url(https://img21.shop-pro.jp/PA01397/731/etc/zc-icon_w40.png);
	background-repeat: no-repeat;
	background-size: calc(120px / 6) auto;
	vertical-align: middle;
}

.btn1_write a::before {
	background-position: 0 calc((-120px / 6) * 12);
}

.btn1_review a::before {
	background-position: 0 calc((-120px / 6) * 10);
}

.btn1_contact a::before {
	background-position: 0 calc((-120px / 6) * 9);
}

.btn1_friend a::before {
	background-position: 0 calc((-120px / 6) * 11);
}

@media (min-width: 960px) {
	.btn1 a:hover {
		background: #FFF;
	}
}
/* btn2 */
.btn2 {
	margin: 20px 0;
	font-size: 1.15em;
	text-align: center;
}

.btn2 a {
	display: inline-block;
	width: 100%;
	margin: 0 0 5px;
	padding: 25px 5px;
	border-radius: 4px;
	background: #000;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	line-height: 1;
}

.btn2 a::after {
	content: "";
	display: block;
	position: absolute;
	top: calc(50% - 4px);
	right: 5px;
	width: 6px;
	height: 6px;
	border-top: 2px solid #FFF;
	border-right: 2px solid #FFF;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	display: inline-block;
	position: static;
	margin: 0 0 5px 15px;
}

@media (min-width: 600px) {
	.btn2 a {
		width: auto;
		min-width: 250px;
		max-width: 100%;
		padding: 20px 5px;
	}
}
@media (min-width: 960px) {
	.btn2 a:hover {
		background: #333;
	}
}
/* btn3 */
.btn3{
	overflow:hidden;
	display:inline-block;
	width:96px;
	width:30vw;
	max-width:157px;
	border:1px solid #000;
	background:#FFF;
}
.btn3_now{
	background:#000;
}
.btn3_transparent,
.btn3_transparenthover{
	border:1px solid #FFF;
	background:transparent;
}
.btn3 img{
	width:200%;
	margin-left:-100%;
	vertical-align:top;
}
.btn3_now img,
.btn3_transparent img,
.btn3_transparenthover img{
	margin-left:0;
}
@media (min-width: 960px) {
	.btn3{
		width:157px;
	}
	.btn3:hover{
		background:#000;
	}
	.btn3:hover img{
		margin-left:0;
	}
	.btn3_transparent:hover{
		background:transparent;
	}
	.btn3_transparenthover:hover{
		background:#FFF;
	}
	.btn3_transparenthover:hover img{
		margin-left:-100%;
	}
}
@media (min-width: 1280px) {
	.btn3{
		width:174px;
		max-width:174px;
	}
}
/* btn5 */
.btn5{
	overflow:hidden;
	display:inline-block;
	width:120px;
	width:37vw;
	max-width:214px;
	border:1px solid #FFF;
}
.btn5 img{
	width:100%;
	vertical-align:top;
}
@media (min-width: 960px) {
	.btn5{
		position:relative;
		width:192px;
	}
	.btn5::after{
		content:"";
		display:block;
		position:absolute;
		bottom:0;
		left:0;
		width:77%;
		height:5px;
		background:#FFF;
		-webkit-transition:all 0.5s ease;
		transition:all 0.5s ease;
	}
	.btn5:hover::after{
		-webkit-transform:translateX(-100%);
		transform:translateX(-100%);
	}
}
@media (min-width: 1280px) {
	.btn5{
		width:214px;
	}
}

/* Link
-------------------- */
/* tel */
@media (min-width: 600px) {
	.link-tel,
	.link-tel:hover {
		color: #333;
		text-decoration: none;
	}
}
/* link-anchor */
.link-anchor {
	margin-top: -100px;
	padding-top: 100px;
}

/* img hover*/
@media (min-width: 960px) {
	a:hover .link-img {
		opacity: 0.7;
	}
}

/* zoom out */
@media (min-width: 960px) {
	.link-zoomout{
		-webkit-transition:all 0.5s ease;
		transition:all 0.5s ease;
	}
	.link-zoomout:hover{
		-webkit-transform:scale(0.975,0.975);
		transform:scale(0.975,0.975);
	}
}

/* image
-------------------- */
.img-full {
	width: 100%;
}

.img-full_max {
	max-width: 100%;
}

.img-rounded {
	border-radius: 4px;
}

/* youtube
-------------------- */
.youtube{
	position:relative;
	margin:0 0 20px;
	padding-top:56.25%;
}
.youtube iframe{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

/* List
-------------------- */
/* list1 */
.list1 {
	list-style-type: disc;
	margin: -8px 0 20px 25px;
	line-height: 1.7;
}

.list1 li {
	position: relative;
}

.list1 li:not(:last-child) {
	margin-bottom: 8px;
}

.list1 ul {
	list-style-type: circle;
	margin: 12px 0 15px 20px;
}

.list1 ul ul {
	list-style-type: disc;
}

ol.list1 {
	list-style-type: decimal;
}

/* dl-list1 */
.dl-list1 {
	margin: 0 0 30px;
}

.dl-list1 dt {
	margin: 0 0 10px;
	padding: 10px 15px;
	background: #EEE;
	font-weight: bold;
	line-height: 1.5;
}

.dl-list1 dd {
	margin: 0 0 25px;
	line-height: 1.7;
}

@media (min-width: 600px) {
	.dl-list1 dd {
		line-height: 2;
	}
}
/* Tables
-------------------- */
/* table1 */
.table1 {
	width: 100%;
	margin: 0 0 30px;
	border-collapse: collapse;
	border-top: 1px dotted #333;
	font-size: 0.85em;
	line-height: 1.5;
}
.table1 th,
.table1 td {
	padding: 5px;
	border-bottom: 1px dotted #333;
	vertical-align: middle;
}
.table1 th {
	white-space: nowrap;
}
.table1 td {
	width: 80%;
}
.table1 table {
	margin: -5px;
	border: none;
}
.table1 table th,
.table1 table td {
	padding: 5px;
	border: none;
}
.table1 table td {
	vertical-align: top;
}

@media (min-width: 600px) {
	.table1 {
		margin: 0 0 35px;
		border: 1px solid #CCC;
		font-size: 1em;
	}
	.table1 th,
	.table1 td {
		padding: 8px 12px;
		border: 1px solid #CCC;
	}
	.table1 th {
		background: #333;
		color: #FFF;
	}
}
/* Utilities ------------------------- */
/* clear
-------------------- */
.u-clear::after {
	content: "";
	display: table;
	clear: both;
}

/* align
-------------------- */

.u-align-left {
	text-align: left !important;
}

.u-align-center {
	text-align: center !important;
}

.u-align-right {
	text-align: right !important;
}

/* align (PC Only)
-------------------- */
@media screen and (max-width: 599px) {
	.u-align-pccenter br {
		display: none;
	}
}
@media (min-width: 600px) {
	.u-align-pccenter {
		text-align: center;
	}
}
/* vertical-align
-------------------- */
.u-valign-middle {
	vertical-align: middle !important;
}

/* text
-------------------- */
.u-color-red {
	color: #FF3300;
}

.u-color-accent {
	color: #C7A566;
}

.u-font-small {
	font-size: 0.75em;
}

.u-font-large {
	font-size: 1.25em;
}

.u-font-bold {
	font-weight: bold;
}

.u-text-linethrough {
	text-decoration: line-through;
}

.u-text-underline {
	text-decoration: underline;
}

/* ProductList ------------------------- */

/* prlistfreespace
-------------------- */
.prlistfreespace {
	margin-bottom: 20px;
	line-height: 1.7;
}

.prlistfreespace_top {
	margin-bottom: -1px;
}

.prlistfreespace_topimg {
	margin-top:-20px;
	background:#efefef;
}
.prlistfreespace_topimg_black {
	background:#e5e5e5;
}
.prlistfreespace_topimg_grayish {
	background:#e5e5e5;
}
.prlistfreespace_topimg_darkbrown {
	background:#e5e5e5;
}
.prlistfreespace_topimg_holiday {
	background:#c0acb5;
}
.prlistfreespace_topimg_colorflat {
	background:#736357;
}
.prlistfreespace_topimg1{
  overflow:hidden;
  position:relative;
  width:100%;
  padding-top:28%;
  text-align:center;
}
.prlistfreespace_topimg1 img{
  position:absolute;
  top:-88%;
  left:12.5%;
  width:75%;
}
.prlistfreespace_topimg2 img{
  width:100%;
}

@media (min-width: 600px) {
	.prlistfreespace_topimg{
		margin:0 3% 0;
	}
	.prlistfreespace_topimg1{
		padding-top:180px;
	  }
	  .prlistfreespace_topimg1 img{
		top:calc(50% - 180px);
		left:calc(50% - 180px);
		width:360px;
	  }
}
@media (min-width: 960px) {
	.prlistfreespace_topimg{
		display: -webkit-box;
		display: -webkit-flex;
		display: flex;
		margin:0;
	}
	.prlistfreespace_topimg1{
		width:29.091%;
		max-width:256px;
		padding-top:29.091%;
	}
	.prlistfreespace_topimg1 img{
		top:0;
		left:0;
		width:100%;
	}
	.prlistfreespace_topimg2{
		width:70.909%;
	}
}

.prlistfreespace_info{
	margin:20px 5% 50px;
}
.prlistfreespace_infotitle{
	margin-bottom:5px;
	font-weight:bold;
}
.prlistfreespace_infotext{
	font-size:0.875rem;
}
@media (min-width: 600px) {
	.prlistfreespace_info{
	    margin:20px 3% 60px;
	}
	.prlistfreespace_infotext{
		font-size:1rem;
	}
}
@media (min-width: 960px) {
	.prlistfreespace_info{
	    margin:20px 0 60px;
	}
}

/* panelpresent 2018.5.14 - 7.14
-------------------- */
.panelpresent {
	margin: 0 0 5%;
	padding: 8% 4% 6%;
	background: #000 url(https://img21.shop-pro.jp/PA01397/731/etc/flatlash-column3-panelbg.jpg) no-repeat 50% 50%/cover;
}

.panelpresent__img {
	width: 50%;
	margin: 0 auto;
}
.panelpresent__img img {
	width: 100%;
	border: 1px solid #FFF;
}

.panelpresent__title {
	margin: 20px 0 10px;
	color: #FFF;
	font-size: 1em;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
}

.panelpresent__text {
	color: #FFF;
	font-size: 0.85em;
}

@media (min-width: 600px) {
	.panelpresent {
		position: relative;
		margin: 0 0 3%;
		padding: 4%;
		min-height: 240px;
	}

	.panelpresent__img {
		position: absolute;
		bottom: 25px;
		right: 0;
		width: 200px;
	}
	.panelpresent__img img {
		width: 85%;
		-webkit-transform: rotate(5deg);
		transform: rotate(5deg);
		border: none;
		box-shadow: 0 0 5px rgba(255, 255, 255, 0.5);
	}

	.panelpresent__title {
		margin: 0 200px 10px 0;
		text-align: left;
		line-height: 1.7;
	}

	.panelpresent__text {
		margin: 0 200px 0 0;
	}
}
@media (min-width: 960px) {
	.panelpresent__img {
		right: 10px;
	}

	.panelpresent__title {
		font-size: 1.15em;
	}

	.panelpresent__title,
	.panelpresent__text {
		margin-right: 220px;
	}
}
@media (min-width: 1280px) {
	.panelpresent {
		padding-top: 5%;
		padding-bottom: 5%;
	}
}

/* prlistfreecategoryimg 2020.12-
-------------------- */
.prlistfreecategoryimg{
	margin-bottom:6%;
}
.prlistfreecategoryimg__bn{
	position:relative;
	padding-top:53.33%;
	background-color:#000;
	background-repeat:no-repeat;
	background-position:left top;
	background-size:100% auto;
}
.prlistfreecategoryimg_sable .prlistfreecategoryimg__bn{ background-image:url(https://img21.shop-pro.jp/PA01397/731/etc/zpl-flatsable-bg2_sp.jpg); }
.prlistfreecategoryimg_lash .prlistfreecategoryimg__bn{ background-image:url(https://img21.shop-pro.jp/PA01397/731/etc/zpl-flatlash-bg2_sp.jpg); }
.prlistfreecategoryimg_volumesable .prlistfreecategoryimg__bn{ background-image:url(https://img21.shop-pro.jp/PA01397/731/etc/zpl-volumesable-bg_sp.jpg); }
.prlistfreecategoryimg_2020spring{ margin-bottom:0; }
.prlistfreecategoryimg_2020spring .prlistfreecategoryimg__bn{ background-color:#FFF;background-image:url(https://img21.shop-pro.jp/PA01397/731/etc/zpl-2020spring-bg_sp.jpg); }
.prlistfreecategoryimg__another{
	padding:0 3%;
	background:#888;
	font-size:0.75em;
	text-align:right;
	line-height:1.3;
}
.prlistfreecategoryimg__another a{
	display: inline-block;
		position: relative;
	padding:8px 15px 9px 0;
	color:#FFF;
	text-decoration:none;
}
.prlistfreecategoryimg__another a::after {
		content: "";
		display: block;
		position: absolute;
		top: calc(50% - 4px);
		right:0;
		width: 6px;
		height: 6px;
		border-top: 1px solid #FFF;
		border-right: 1px solid #FFF;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
}
.prlistfreecategoryimg__link{
	margin:calc(3% + 5px) 3% 0;
}
.prlistfreecategoryimg__link li{
	margin:10px 0 0;
	font-size:0.85em;
}
.prlistfreecategoryimg__link a{
	display: inline-block;
		position: relative;
	padding:0 0 0 15px;
	color:#000;
	text-decoration:none;
}
.prlistfreecategoryimg__link a::after {
		content: "";
		display: block;
		position: absolute;
		top: calc(50% - 4px);
		left:0;
		width: 6px;
		height: 6px;
		border-top: 1px solid #333;
		border-right: 1px solid #333;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
}
@media (min-width: 600px) {
	.prlistfreecategoryimg__another{
		font-size:0.875em;
	}
	.prlistfreecategoryimg__another a{
		padding:12px 13px 13px 0;
	}
	.prlistfreecategoryimg__link li{
		font-size:1em;
	}
}
@media (min-width: 960px) {
	.prlistfreecategoryimg{
		margin-bottom:40px;
	}
	.prlistfreecategoryimg__bn{
		padding-top:31.5%;
	}
	.prlistfreecategoryimg_sable .prlistfreecategoryimg__bn{ background-image:url(https://img21.shop-pro.jp/PA01397/731/etc/zpl-flatsable-bg2_pc.jpg); }
	.prlistfreecategoryimg_lash .prlistfreecategoryimg__bn{ background-image:url(https://img21.shop-pro.jp/PA01397/731/etc/zpl-flatlash-bg2_pc.jpg); }
	.prlistfreecategoryimg_volumesable .prlistfreecategoryimg__bn{ background-image:url(https://img21.shop-pro.jp/PA01397/731/etc/zpl-volumesable-bg_pc.jpg); }
  	.prlistfreecategoryimg_2020spring{ margin-bottom:40px; }
  	.prlistfreecategoryimg_2020spring .prlistfreecategoryimg__bn{ background-image:url(https://img21.shop-pro.jp/PA01397/731/etc/zpl-2020spring-bg_pc.jpg); }
	.prlistfreecategoryimg__bn img{
		top:50%;
	}
	.prlistfreecategoryimg_sable .prlistfreecategoryimg__bn img{ width:22%; left:41%; }
	.prlistfreecategoryimg_lash .prlistfreecategoryimg__bn img{ width:21%; left:5.8%; }
	.prlistfreecategoryimg__another{
		float:right;
		max-width:50%;
		margin-top:15px;
		padding:0 10px 0 12px;
	}
	.prlistfreecategoryimg__another:hover{
		background:#AAA;
	}
	.prlistfreecategoryimg__link{
		margin:15px 0 0;
	}
	.prlistfreecategoryimg__link li{
		margin:5px 0 0;
	}
	.prlistfreecategoryimg__link a:hover{
		color:#999;
	}
}

/* prlistsubcategory */
.prlistsubcategory{
	margin:20px 0;
}
.prlistsubcategory ul {
	text-align:center;
}
.prlistsubcategory li {
	display:inline-block;
	margin:0 15px;
	border-top:none;
}
.prlistsubcategory a {
	display: block;
	padding: 8px 0 8px 15px;
	background:url(https://img21.shop-pro.jp/PA01397/731/etc/zc2-icon2.png) no-repeat 0 13px / 8px auto;
	color: #333;
	text-decoration: none;
}
@media (min-width: 600px) {
	.prlistsubcategory{
		margin:40px 0 30px;
	}
	.prlistsubcategory li{
		margin:8px 20px;
	}
	.prlistsubcategory a {
		padding: 0 0 0 18px;
		background-position:0 5px;
		background-size:10px auto;
	}
}
@media (min-width: 960px) {
	.prlistsubcategory a:hover {
		opacity:0.6;
	}
}
/* prlistsort
-------------------- */
.prlistsort {
	padding: 20px 0 0;
	border-top: 1px solid #DDD;
	font-size: 0.85em;
	text-align: center;
}

@media (min-width: 600px) {
	.prlistsort {
		margin: 0 3%;
		padding: 10px 0;
		border: none;
		font-size: 0.75em;
		text-align: right;
	}

	.title2 + .prlistsort {
		margin-top: -20px;
	}
}
@media (min-width: 960px) {
	.prlistsort {
		margin: 0;
		border: none;
	}
}
/* prlistpager
-------------------- */
.prlistpager {
	margin-top: 20px;
	text-align: center;
}
.prlist + .prlistpager{
	margin-bottom:8%;
}
.prlistpager__total{
	margin-top:10px;
	font-size: 0.85em;
}
.prlistpager__list{
	margin-top:10px;
}
.prlistpager li{
	display:inline-block;
}
.prlistpager li span,
.prlistpager li a {
	display: inline-block;
	padding: 10px 10px 10px;
	text-decoration: none;
	line-height: 1;
}
.prlistpager li span{
	color:#ccc;
}
.prlistpager li a{
	color: #333;
}
.prlistpager li a.prlistpager__prev,
.prlistpager li a.prlistpager__next{
  padding:7px 10px;
}
.prlistpager__prev{
	-webkit-transform:rotate(180deg);
	transform:rotate(180deg);
}

@media (min-width: 600px) {
	.prlistpager {
		margin: 0 3% 30px;
	}
	.prlistpager li a.prlistpager__prev,
	.prlistpager li a.prlistpager__next{
		padding:5px 10px;
	}
	.prlistpager__prev img,
	.prlistpager__next img{
		width:10px;
		height:10px;
    }
}
@media (min-width: 960px) {
	.prlistpager {
		margin: 0 0 40px;
	}
	.prlistpager a:hover {
		opacity:0.6;
	}
}
/* prlist
-------------------- */
.prlist {
	margin: 20px 0;
	font-size: 0.85em;
	line-height: 1.5;
	text-align: center;
}
.prlist ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.prlist li {
	position: relative;
}
.prlist img {
	width: 100%;
	margin-bottom: 10px;
}
.prlist__favorite {
  position:absolute;
  right:0;
  bottom:0;
  padding:0 5% 5% 0;
}

.prlist__favorite button {
  width:20px;
  height:20px;
  padding: 0;
  cursor: pointer;
  transition: .2s;
  color: #999;
  border: 0;
  outline: none;
  background: transparent;
}
.prlist__favorite .is-added {
  color: #ff7373;
}

.prlist__favorite svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}

@media (max-width: 599px) {
	.prlist {
		border-top: 1px solid #DDD;
		border-bottom: 1px solid #DDD;
	}
	.prlist ul {
		margin-bottom: -1px;
	}
	.prlist li {
		width: 50%;
		padding: 0 3% 20px;
		border-bottom: 1px solid #DDD;
	}
	.prlist li:nth-child(2n+1) {
		border-right: 1px solid #DDD;
	}
	.prlist a {
		display: block;
		padding: 6% 0;
	}
}
@media (min-width: 600px) {
	.prlist {
		margin: 30px 3% 0;
		line-height: 1.7;
	}
	.prlist li {
		width: 29.54%;
		padding: 0 0 35px;
	}
	.prlist li:not(:nth-child(3n)) {
		margin-right: 5.68%;
	}

	.prlistsort + .prlist {
		margin-top: 10px;
	}
	.prlist__favorite {
	  right:0;
	  bottom:30px;
	  padding:0;
	}
	.prlist__favorite button {
	  width:24px;
	  height:24px;
	}
	.prlist__favorite svg {
	  width: 24px;
	  height: 24px;
	}
}
@media (min-width: 960px) {
	.prlist {
		margin: 50px 0 0;
		font-size: 1em;
	}
	.prlist li {
		padding: 0 0 45px;
	}
	.prlist__favorite {
	  bottom:40px;
	}
}
/* prlistsearchdata
-------------------- */
.prlistsearchdata {
	margin: 0 3% 10px;
	padding: 2%;
	background: #EEE;
	font-size: 0.85em;
	line-height: 1.5;
}
@media (min-width: 960px) {
	.prlistsearchdata {
		margin: 0 0 10px;
	}
}

/* prlistsearchresult
-------------------- */
.prlistsearchresult {
	margin: 0 3%;
}
@media (min-width: 960px) {
	.prlistsearchresult {
		margin: 0;
	}
}

/* js effect
-------------------- */
.jseffect1__act{
	position:relative;
	top:50px;left:0;
	display:block;
	opacity:0;
	-webkit-transition:opacity .4s ease-in, top .6s ease-out;
	transition:opacity .4s ease-in, top .6s ease-out;
	overflow:hidden;
}
@media (min-width: 960px) {
	.jseffect1__act_delay{
		-webkit-transition-delay:.2s;
		transition-delay:.2s;
	}
}
.jseffect1__act.jseffect1__on{
	opacity:1;
	top:0;
}
.jseffect1__hide{
	display:none;
}
.jseffect2__stage{
	overflow:hidden;
}
.jseffect2__act{
	position:relative;
	-webkit-transition:left .5s ease-out;
	transition:left .5s ease-out;
}
.jseffect3__hide{
	opacity:0;
}
.jseffect3__act{
	opacity:1;
	-webkit-transition:opacity 2s ease;
	transition:opacity 2s ease;
}