@charset "utf-8";

body
	{
	overflow-x: hidden;
	font-family: Century Gothic、CenturyGothic、AppleGothic、sans-serif;
	}

a
	{
	color: #000;
	text-decoration: none;
	}

.txt
	{
	font-family: "Noto Serif JP", serif;

	}

header
	{
	padding: 1rem;
	background: #edece8;
	}

header h1
	{
	padding: 1rem 0;
	border-top: double 3px #5a5a5a;
	border-bottom: double 3px #5a5a5a;
	}

aside
	{
	padding: 8rem 0rem 0 4rem;
	position:fixed;
	z-index: 999;
	top: 0;
	right: -120%;
	width: 20%;
	height: 100vh;
	background:#000;
	transition: all 0.6s;
	}


@media (min-width: 800px) and (max-width: 1400px) {
aside
	{
	width: 40%;
	}
}


aside a
	{
	color: #fff;
	}

aside ul
	{
	margin-right: 0.5rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	font-family: "Playfair Display", serif;
	}

aside ul li
	{
	width: 48%;
	}

aside ul li a
	{
	padding: 0.5rem 1rem 0.5rem 1.8rem;
	font-size: 1.2em;
	display: block;
	text-align: center;
	border-radius: 50px;
	border: 1px solid #fff;
	background-size: 12% !important;
	}

aside ul li:first-child a
	{
	background: url(../images/cart.png) no-repeat 20% center;
	}

aside ul li:last-child a
	{
	background: url(../images/login.png) no-repeat 20% center;
	}

aside ul li a:hover
	{
	background-color: #333;
	}

aside ol
	{
	margin-top: 1rem;
	}

aside ul+ol
	{
	font-size: 1.2em;
	font-family: "Playfair Display", serif;
	}

aside ol li
	{
	padding-bottom: 0.6rem;
	margin-bottom: 0.6rem;
	border-bottom: 1px solid #333333;
	}

aside ol+ol li:last-child
	{
	border: 0;
	}

aside ol a
	{
	display: block;
	}

aside ol+ol li a span
	{
	padding-right: 2rem;
	background: url(../images/link.gif) no-repeat right center;
	background-size: 10%;
	}

aside p
	{
	margin: 2rem 0;
	}

aside p a
	{
	display: block;
	line-height: 1.8;
	}

.spbr
	{
	display: none;
	}


aside.panelactive
	{
	right: 0;
	overflow-y: scroll;
	}

.openbtn
	{
	position:absolute;
	z-index: 9999;
	top: 5vh;
	right: 1vw;
	cursor: pointer;
	width: 70px;
	height: 70px;
	}
  
.openbtn span
	{
	display: inline-block;
	transition: all .4s;
	position: absolute;
	left: 0px;
	height: 3px;
	border-radius: 2px;
	background-color: #000;
	width: 100%;
	}

.openbtn span:nth-of-type(1) {
  top:0px;
}

.openbtn span:nth-of-type(2) {
  top:15px;
}

.openbtn span:nth-of-type(3) {
  top:31px;
}

.openbtn.active span:nth-of-type(1)
	{
	top: 0px;
	left: 0;
	transform: translateY(6px) rotate(-45deg);
	width: 100%;
	background-color: #fff;
	}

.openbtn.active
	{
	position: fixed;
	}

.openbtn.active span:nth-of-type(2)
	{
	opacity: 0;
	}

.openbtn.active span:nth-of-type(3)
	{
	top: 15px;
	left: 0;
	transform: translateY(-6px) rotate(45deg);
	width: 100%;
	background-color: #fff;
	}

.openbtn em
	{
	font-style: normal;
	font-family: "Playfair Display", serif;
	font-size: 1.5em;
	position: absolute;
	bottom: -1%;
	}

.openbtn em:before
	{
	content: "MENU";
	}

.openbtn.active em
	{
	color: #fff;
	}

.openbtn.active em:before
	{
	content: "CLOSE";
	}



nav
	{
		padding: 0.6rem 0 0 0;
	background: url(../images/nav.jpg) top center;
	font-family: "Playfair Display", serif;
	}

nav ul
	{
	font-size: 2em;
	padding: 2rem 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	}

nav ul li a
	{
	margin: 0 1rem;
	font-size: 1.2em;
	position: relative;
	}



section
	{
	width: 1110px;
	margin: 5rem auto 0 auto;
	}

#pickup
	{
	background: url(../images/lupin.jpg) no-repeat right top;
	}

#premium
	{
	background: url(../images/jigen.jpg) no-repeat right top;
	}

#premium .item::after
	{
	width: 49.3%;
	}

#apparel
	{
	background: url(../images/hujiko.jpg) no-repeat right top;
	}

#goods
	{
	background: url(../images/goemon.jpg) no-repeat right top;
	}

#goods .item::after
	{
	width: 49.3%;
	}

#series
	{
	background: url(../images/zenigata.jpg) no-repeat right top;
	}

section h2
	{
	padding: 3rem 0 2rem 0;
	display: flex;
	font-family: "Playfair Display", serif;
	}

section h2 strong
	{
	font-size: 3.5em;
	font-weight: normal;
	}

section h2 small
	{
	margin-left: 1rem;
	padding: 1.3rem 0 0 1rem;
	display: block;
	border-left: 1px solid #108883;
	}

section .item
	{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	}

section .item:after
	{
	content: "";
	width: 24%;
	}

section .item li:nth-child(n+9)
	{
	display: block;
	}

section .item .block
	{
	display: block !important;
	}

section .item+a
	{
	width: 40%;
	font-size: 2em;
	margin: 1rem auto 0 auto;
	padding: 1rem;
	color: #5a5a5a;
	text-align: center;
	display: block;
	font-family: "Playfair Display", serif;
	border: 1px solid #000;
	position: relative;
cursor: pointer;
	}

section .item+a::before
        {
        content: "";
        position: absolute;
        top: 50%;
        right: 8%;
        width: 11px;
        height: 11px;
        border-top: 1px solid #108883;
        border-right: 1px solid #108883;
        transform: rotate(45deg);
        margin-top: -5px;
        }





section .item+button
	{
	width: 40%;
	font-size: 2em;
	margin: 1rem auto 0 auto;
	padding: 1rem;
	color: #5a5a5a;
	text-align: center;
	display: block;
	font-family: "Playfair Display", serif;
	border: 1px solid #000;
	position: relative;
cursor: pointer;
	}

section .item+button::before
        {
        content: "";
        position: absolute;
        top: 50%;
        right: 8%;
        width: 11px;
        height: 11px;
        border-top: 1px solid #108883;
        border-right: 1px solid #108883;
        transform: rotate(135deg);
        margin-top: -5px;
        }



section .item li
	{
	width: 24%;
	margin-bottom: 1rem;
	border: 1px solid #5a5a5a;
	background: #fff;
	}

section .item li a
	{
	display: block;
	padding: 0.5rem;
	}

section .item li a img
	{
	width: 100%;
	}

section .item li a p
	{
	margin: 0.3rem 0;
	}

section .item li a span
	{
	font-size: 1.2em;
	font-weight: bold;
	color: #a30000;
	}

section .item li a small
	{
	font-weight: normal;
	}



section .item_sl
	{
	margin: 1rem 0 5rem 0;
	}

section .item_sl+button
	{
	width: 60%;
	font-size: 2em;
	margin: 5rem auto 0 auto;
	padding: 1rem;
	text-align: center;
	display: block;
	font-family: "Playfair Display", serif;
	border: 1px solid #000;
	position: relative;
	}

section .item_sl+button::before
        {
        content: "";
        position: absolute;
        top: 58%;
        right: 8%;
        width: 11px;
        height: 11px;
        border-top: 1px solid #108883;
        border-right: 1px solid #108883;
        transform: rotate(45deg);
        margin-top: -5px;
        }

footer
	{
	margin-top: 10rem;
	padding: 2rem 0;
	background: #edece8;
	}

footer section
	{
	color: #5a5a5a;
	margin: 0 auto;
	font-family: "Playfair Display", serif;
	}

footer section>small
	{
	margin-bottom: 0.2rem;
	display: block;
	font-size: 1em;
	}

footer h3
	{
	font-weight: 600;
	font-size: 3em;
	text-align: center;
	padding: 2rem 0;
	border-top: double 3px #5a5a5a;
	border-bottom: double 3px #5a5a5a;
	background: url(../images/f_back.jpg) no-repeat left center , url(../images/f_back.jpg) no-repeat right center;
	}

footer ul
	{
	margin: 2rem 3rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	}

footer ul li:first-child
	{
	width: 60%;
	line-height: 1.8;
	}

footer ul li:last-child
	{
	width: 38%;
	}

footer ul li:last-child img
	{
	width: 100%;
	}

footer h4
	{
	width: 710px;
	margin: 0 auto 1rem auto;
	padding: 1rem 0;
	font-size: 2em;
	text-align: center;
	border-top: solid 1px #5a5a5a;
	border-bottom: solid 1px #5a5a5a;
	}

footer ol
	{
	width: 710px;
	margin: 0 auto 2rem auto;
	}

footer ol li
	{
	margin-bottom: 1rem;
	}

footer ol li img
	{
	width: 100%;
	}

footer h5
	{
	text-align: center;
	}

footer+div
	{
	padding: 2rem 0 1rem 0;
	background: #000;
	text-align: center;
	color: #fff;
	}

footer+div p
	{
	margin-bottom: 2rem;
	}


footer+div p a
	{
	color: #fff;
	}

.modal-container
	{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	padding: 40px 20px;
	overflow: auto;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
	box-sizing: border-box;
	}

.modal-open
	{
	cursor: pointer;
	}

.modal-container:before
	{
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	}

.modal-container.active
	{
	opacity: 1;
	visibility: visible;
	z-index: 99999999999999999999;

	}

.modal-body
	{
	position: relative;
	display: inline-block;
	vertical-align: middle;
	max-width: 700px;
	width: 90%;
	}

.modal-body a img
	{
	width: 100%;
	margin-top: 1.5rem;
	}

.modal-close
	{
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	top: 1rem;
	right: 1rem;
	width: 40px;
	height: 40px;
	font-size: 40px;
	color: #fff;
	cursor: pointer;
	z-index: 99999999999999999999;

	}

.modal-content
	{
	background: #000;
	text-align: left;
	padding: 30px;
	position: relative;
	}

.pagetop
	{
	position: fixed;
	/*bottom: 10%;
	right: 10%;*/
	bottom: 15px;
	right: 15px;

	visibility: hidden;
	opacity: 0;
	transition: all .4s;
	}



@media screen and (min-width: 811px) {
.pagetop
	{
	width: 4%;
	}
}


@media screen and (max-width: 810px) {

.pagetop
	{
	width: 20%;
	position: fixed;
	bottom: 5%;
	right: 5%;
	z-index: 999999999999999;
	}

	header h1 img
		{
		width: 80%;
		}

	aside
		{
		padding: 6rem 0rem 0 2rem;
		width: 70%;
		}


	aside a
		{
		color: #fff;
		}

	aside ul
		{
		margin-right: 0.5rem;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: center;
		font-family: "Playfair Display", serif;
		}

	aside ul li
		{
		width: 48%;
		}

	aside ul li a
		{
		padding: 0.3rem 1rem 0.3rem 1.8rem;
		font-size: 1em;
		}

	aside ul li:first-child a
		{
		background-size: 20% !important;
		}

	aside ul li:last-child a
		{
		background-size: 15% !important;
		}

	aside ul li a:hover
		{
		background-color: #333;
		}

	aside ol
		{
		margin-top: 1rem;
		}

	aside ul+ol
		{
		font-size: 1.1em;
		}

	aside ol+ol li a span
		{
		background-size: 8%;
		}

	aside img
		{
		width: 80%;
		}

	.spbr
		{
		display: block;
		}


	aside.panelactive
		{
		right: 0;
	overflow-y: scroll;
		}

	.openbtn
		{
		top: 4.5vh;
		right: 5vw;
		width: 10vw;
		height: 10%;
		}

	.openbtn span:nth-of-type(2) {
	  top:1.5vh;
	}

	.openbtn span:nth-of-type(3) {
	  top:2.8vh;
	}

	.openbtn em
		{
		width: 100%;
		display: block;
		font-size: 0.8em;
		top: 38%;
		text-align: center;
		}

@media (min-width: 800px) and (max-width: 1400px) {

	.openbtn em
		{
		display: block;
		font-size: 1.5em;
		}
}

	nav
		{

		background-size: 100%;
		}

	nav span
		{
		display: none;
		}

	nav ul
		{
		font-size: 1.1em;
		padding: 1rem 0 0.5rem 0;
		}

	nav ul li
		{
		padding-bottom: 1rem;
		}

	nav ul li a
		{
		margin: 0 0.5rem;
		font-size: 1.2em;
		}

	section
		{
		width: 94%;
		margin: 2rem auto 0 auto;
		}

	#pickup
		{
		padding-top: 2.5rem;
		background: url(../images/lupin.jpg) no-repeat right 0%;
		background-size: 35%;
		}

	#premium
		{
		padding-top: 2rem;
		background: url(../images/jigen.jpg) no-repeat 105% top;
		background-size: 36%;
		}

	#apparel
		{
		padding-top: 2rem;
		background: url(../images/hujiko.jpg) no-repeat 101% top;
		background-size: 30%;
		}

	#apparel h2
	{
	margin-bottom: 1rem;
	}

	#goods
		{
		padding-top: 2rem;
		background: url(../images/goemon.jpg) no-repeat 100% top;
		background-size: 34%;
		}
	#goods h2
	{
	margin-bottom: 0.8rem;
	}

	#series
		{
		padding-top: 3rem;
		background: url(../images/zenigata.jpg) no-repeat 100% top;
		background-size: 30%;
		}
	#series h2
	{
/*	margin-bottom: 0.8rem;*/
	}


	section h2
		{
		padding: 0rem 0 1rem 0;
		align-items: center;
		}

	section h2 strong
		{
		font-size: 1.5em;
		}

	section h2 small
		{
		font-size: 0.7em;
		width: 50%;
		margin-left: 0.5rem;
		padding: 0rem 0 0 0.5rem;
		}


	section .item .block
		{
		display: block !important;
		}

	section .item+button
		{
		width: 70%;
		font-size: 1.2em;
		}

	section .item+button::before
	        {
	        top: 45%;
	        }


	section .item li
		{
		width: 48.5%;
		}

	section .item_sl
		{
		margin: 0rem 0 5rem 0;
		}

	section .item_sl+a
		{
		width: 70%;
		font-size: 1.2em;
		}

	section .item_sl+a::before
	        {
	        top: 54%;
	        }

	footer
		{
		padding: 1rem 0;
		}

	footer h3
		{
		font-size: 2em;
		padding: 1rem 0;
		letter-spacing: 2px;
		background-size: 15%;
		}

	footer ul
		{
		margin: 1rem 0rem;
		}

	footer ul li:first-child
		{
		width: 49%;
		font-size: 0.6em;
		line-height: 1.3;
		}

	footer ul li:last-child
		{
		width: 50%;
		}

	footer ol
		{
		width: 100%;
		}


	footer h4
		{
		width: 100%;
		padding: 0.6rem 0;
		font-size: 1.2em;
		}


	footer+div
		{
		padding: 2rem 0 1rem 0;
		background: #000;
		text-align: center;
		color: #fff;
		}

	footer+div p
		{
		line-height: 1.8;
		margin-bottom: 2rem;
		}


	footer+div p a
		{
		color: #fff;
		}

	.modal-container
		{
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		text-align: center;
		padding: 40px 20px;
		overflow: auto;
		opacity: 0;
		visibility: hidden;
		transition: .3s;
		box-sizing: border-box;
		}

	.modal-open
		{
		cursor: pointer;
		}

	.modal-container:before
		{
		content: "";
		display: inline-block;
		vertical-align: middle;
		height: 100%;
		}

	.modal-container.active
		{
		opacity: 1;
		visibility: visible;
		z-index: 99999999999999999999;

		}

	.modal-body
		{
		position: relative;
		display: inline-block;
		vertical-align: middle;
		max-width: 700px;
		width: 90%;
		}

	.modal-body a img
		{
		width: 100%;
		margin-top: 1.5rem;
		}

	.modal-close
		{
		position: absolute;
		display: flex;
		align-items: center;
		justify-content: center;
		top: 1rem;
		right: 1rem;
		width: 40px;
		height: 40px;
		font-size: 40px;
		color: #fff;
		cursor: pointer;
		z-index: 99999999999999999999;

		}

	.modal-content
		{
		background: #000;
		text-align: left;
		padding: 30px;
		position: relative;
		}


}




@media screen and (min-width: 800px) {
.pcnone
	{
	display: none;
	}
}


.sl {max-width: 75vw;margin: 0 auto;}
@media screen and (max-width: 1450px) {.sl {max-width: 69vw;}}
@media screen and (max-width: 769px) {.sl {max-width: 100%;}}

.sl .slick-prev {left: 20%;}
.sl .slick-next {right: 20%;}
@media screen and (max-width: 1450px) {
.sl .slick-prev {left: 12vw;}
.sl .slick-next {right: 12vw;}
}
@media screen and (max-width: 769px) {
.sl .slick-prev {left: 3%;}
.sl .slick-next {right: 3%;}
}
#series .item_sl .slick-prev, #series .item_sl .slick-next {bottom: 0;transform: translateY(-50%);}
@media screen and (max-width: 769px) {
#series .item_sl .slick-prev, #series .item_sl .slick-next {transform: translateY(-10%);}
#series .item_sl .slick-prev{left: 0%;}
#series .item_sl .slick-next{right: 0%;}

}



#index .item li:nth-child(n+9)
{
display: none;
}

#index  #pickup .item li:nth-child(n+9)
{
display: block;
}