@import url('https://fonts.googleapis.com/css?family=M+PLUS+1p:400,700');

html, body {overflow: hidden; height: 100%;}
html { font-size: 62.5%; }
body { font-size: 14px; font-size: 1.4rem; }
li   { font-size: 16px; font-size: 1.6rem; }

body {
	font-family: 'M PLUS 1p', sans-serif;
	letter-spacing: 0.1em;
	line-height: 1.3em;
	position: relative;
}
*, *:before, *:after {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
*::-moz-selection {
	background: #000;
	color: #fff;
}
*::selection {
	background: #000;
	color: #fff;
}

a {
	text-decoration: none;
	-webkit-transition: opacity .5s ease-out;
	   -moz-transition: opacity .5s ease-out;
	    -ms-transition: opacity .5s ease-out;
	     -o-transition: opacity .5s ease-out;
	        transition: opacity .5s ease-out;
}
a:hover {
	opacity: 0.7;
}
img {
	vertical-align: bottom;
}
section {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	height: 100%;
}
#heading {
 	/* width: 270px; */
 	position: absolute;
 	top: 30px;
 	left: 30px;
	 line-height: 5rem;
 	z-index: 1;
}
#heading h1 {
 	font-size: 5rem;
 	margin: 0;
 	/* letter-spacing: 5px; */
 }
#heading h1::after {
	content: "+";
	top: 3rem;
	position: absolute;
	font-size: 2.5rem;
	transform: translate(-50%,-100%);
}
#heading h1 a {
	color: #000;
}
#nav {
	width: 200px;
	position: absolute;
	top: 30px;
	right: 30px;
	z-index: 10;
	text-align: right;
	-webkit-transition-duration: .5s;
	   -moz-transition-duration: .5s;
	    -ms-transition-duration: .5s;
	     -o-transition-duration: .5s;
	        transition-duration: .5s;
}
#nav a {
	color: #000;
	font-size: 1.1em;
}
.fa-link {
	-webkit-transition: all .5s ease-out 0s;
	   -moz-transition: all .5s ease-out 0s;
	    -ms-transition: all .5s ease-out 0s;
	     -o-transition: all .5s ease-out 0s;
	        transition: all .5s ease-out 0s;
}
i {
	margin: 0 0 1.5em 1em;
}
.hide {
	opacity: 0;
}
.active {
	opacity: 1;
	z-index: 10000;
}
.inactive {
	display: none;
}
 .thumb {
	width: 25%;
}

ul {
	margin: 0;
	overflow: hidden;
}
ul li div.slideImgOuter {
	height: calc(100vh - 10px);
	display: table-cell;
	text-align: center;
	width: 100vw;
	vertical-align: middle;
}
ul li div img {
	-webkit-transition-duration: 1s;
	   -moz-transition-duration: 1s;
	    -ms-transition-duration: 1s;
	     -o-transition-duration: 1s;
	        transition-duration: 1s;
}
.vertical {
	/* height: 100%; */
}
#title {
	font-size: 1.5rem;
	line-height: 1.6em;
	text-align: right;
	letter-spacing: 2px;
	position: absolute;
	/* bottom: 60px; */
	bottom: 90px;
	right: 30px;
	-webkit-transition-duration: .5s;
	   -moz-transition-duration: .5s;
	    -ms-transition-duration: .5s;
	     -o-transition-duration: .5s;
	        transition-duration: .5s;
}
#counter {
	font-size: 1.3rem;
	position: absolute;
	/* bottom: 30px; */
	bottom: 60px;
	right: 30px;
	-webkit-transition-duration: .5s;
	   -moz-transition-duration: .5s;
	    -ms-transition-duration: .5s;
	     -o-transition-duration: .5s;
	        transition-duration: .5s;
}
#copy {
	font-size: 1.1rem;
	position: absolute;
	bottom: 30px;
	/* left: 30px; */
	right: 30px;
}

#floating {
	position: absolute;
	top: 0;
	right: 0;
	width: 30%;
	height: 100vh;
	z-index: 10;
	padding: 120px 30px 10px;
	background: rgba(0,0,0,0.9);
	z-index: -1;
	opacity: 0;
	box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.9);
	-moz-box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.9);
	-webkit-box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.9);
}
.android4 #floating {
	height: 100%;
}
.bx-wrapper {
	height: 100%;
}
.bx-wrapper img {
	margin: 0 auto;
}
#arrow {
	border-style: solid;
	border-width: 15px 20px 15px 0;
	border-color: transparent rgba(0,0,0,0.9) transparent;
	position: fixed;
	right: 30%;
	top: 5%;
	opacity: 0.9;
}
#floating.active {
	overflow: auto;
	opacity: 1;
	z-index: 10000;

 	-webkit-animation-duration: .2s;
	   -moz-animation-duration: .2s;
	    -ms-animation-duration: .2s;
	     -o-animation-duration: .2s;
	        animation-duration: .2s;
	-webkit-animation-name: fade-in;
	   -moz-animation-name: fade-in;
	    -ms-animation-name: fade-in;
	     -o-animation-name: fade-in;
	        animation-name: fade-in;
}
#floating.hide {
	opacity: 0;
	z-index: -1;
 	-webkit-animation-duration: .2s;
	   -moz-animation-duration: .2s;
	    -ms-animation-duration: .2s;
	     -o-animation-duration: .2s;
	        animation-duration: .2s;
	-webkit-animation-name: fade-out;
	   -moz-animation-name: fade-out;
	    -ms-animation-name: fade-out;
	     -o-animation-name: fade-out;
	        animation-name: fade-out;
}
#close {
	width: 70px;
	height: 70px;
	position: fixed;
	top: 23px;
	right: 23px;
	cursor: pointer;
}
#close:before, #close:after {
	content: "";
	width: 100%;
	height: 2px;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -1px;
	background: #fff;
	border-radius: 5px;
}
#close:before {
	-webkit-transform: rotate(45deg);
	   -moz-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	     -o-transform: rotate(45deg);
	        transform: rotate(45deg);
}
#close:after {
	-webkit-transform: rotate(-45deg);
	   -moz-transform: rotate(-45deg);
	    -ms-transform: rotate(-45deg);
	     -o-transform: rotate(-45deg);
	        transform: rotate(-45deg);
}
#modalClose {
	width: 70px;
	height: 70px;
	position: fixed;
	top: 23px;
	right: 23px;
	cursor: pointer;
	z-index: 10000;
}
#modalClose:before, #modalClose:after {
	content: "";
	width: 100%;
	height: 2px;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -1px;
	background: #000;
	border-radius: 5px;
}
#modalClose:before {
	-webkit-transform: rotate(45deg);
	   -moz-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	     -o-transform: rotate(45deg);
	        transform: rotate(45deg);
}
#modalClose:after {
	-webkit-transform: rotate(-45deg);
	   -moz-transform: rotate(-45deg);
	    -ms-transform: rotate(-45deg);
	     -o-transform: rotate(-45deg);
	        transform: rotate(-45deg);
}
.items {
	display: block;
	width: 100%;
	margin-bottom: 20px;
}
.items a {
	display: inline-block;
	width: 40%;
}
.items img {
	width: 100%;
}
.credit {
	display: inline-block;
	vertical-align: top;
	width: 60%;
	padding: 0 0 0 1em;
	line-height: 1.5em;
	letter-spacing: 0.2em;
	color: #bfbfbf;
}
.brand {
	font-weight: bold;
	line-height: 1.5em;
}
.id {
	font-style: italic;
	font-size: 0.8em;
}
.price {
	line-height: 3em;
}
.price span {
	font-size: 0.7em;
}
.blur30 {
	filter: blur(20px);
}
.blur10 {
	filter: blur(10px);
}
.inactive {
	display: none;
}
.presence {
	color: #e14444;
}
/**
 * ALL PAGE
 *
 */
.page {
	float: left;
	margin: 10px 10px 40px 10px;
	vertical-align: middle;
	cursor: pointer;
}
.page:last-child {
	margin-bottom: 60px;
}
.inner {
	display: table-cell;
	vertical-align: middle;
	border: 1px solid #ccc;
	padding: 5px;
	background-color: rgba(255,255,255,1)
}
.page img {
	width: 100%;
}
.pagenum {
	letter-spacing: 2px;
	line-height: 3em;
	font-size: 0.9em;
	font-style: italic;
}
/**
 * ALL PAGE　MODAL　WINDOW
 *
 */
#modal {
	z-index:1000;
	display:none;
	position:absolute;
	overflow: auto;
	padding: 110px 30px 0 30px;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color: rgba(255,255,255,0.9);
	text-align: center;
	-webkit-overflow-scrolling: touch;
}
#modal ul {
	padding: 0;
}

#outer {
	width: 100%;
	max-width: 1200px;
	overflow: hidden;
	margin: 0 auto;
}
/**
 * ITEM MODAL WINDOW (930pxでフルスクリーンに切り替え)
 *
 */
@media screen and (max-width: 929px) {
	#floating {
		position: absolute;
		top: 0;
		right: 0;
		width: 100%;
		height: 100vh;
		z-index: 10;
		padding: 100px 30px 10px;
		background: rgba(0,0,0,0.9);
		z-index: -1;
		opacity: 0;
		box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.9);
		-moz-box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.9);
		-webkit-box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.9);
	}
	#arrow {
		display: none;
	}
}
/**
 * SP用 css
 *
 */
@media screen and (max-width: 751px) {
	#heading {
		line-height: inherit;
	}
	#heading h1::after {
		top: .5rem;
		font-size: 1.5rem;
	}
	#large_image {
		padding: 10px;
		box-sizing: border-box;
		display: table-cell;
		vertical-align: middle;
		text-align: center;
		overflow: scroll;
	}
	#large_image img {
		-webkit-transition: all .5s ease-out;
		   -moz-transition: all .5s ease-out;
		    -ms-transition: all .5s ease-out;
		     -o-transition: all .5s ease-out;
		        transition: all .5s ease-out;
	}
	#scale {
		position: fixed;
		right: 0;
		left: 0;
		bottom: 9%;
		width: 23%;
		margin: 0 auto;
		background: rgba(0,0,0,0.5);
		border-radius: 2em;
		text-align: center;
		font-size: 1.1rem;
		line-height: 2.5em;
		color: #fff;
		-webkit-transition: all .5s ease-out;
		   -moz-transition: all .5s ease-out;
		    -ms-transition: all .5s ease-out;
		     -o-transition: all .5s ease-out;
		        transition: all .5s ease-out;
	}
	#add {
		padding: 4px;
	}
	#sub {
		padding: 4px;
	}
	.disable {
		opacity: .3;
	}
	#close {
		width: 55px;
		height: 55px;
		position: fixed;
		top: 23px;
		right: 23px;
		z-index: 100;
	}
	#close:before, #close:after {
		content: "";
		width: 100%;
		height: 2px;
		position: absolute;
		top: 50%;
		left: 0;
		margin-top: -1px;
		background: #fff;
		border-radius: 5px;
	}
	#close:before {
		-webkit-transform: rotate(45deg);
		   -moz-transform: rotate(45deg);
		    -ms-transform: rotate(45deg);
		     -o-transform: rotate(45deg);
		        transform: rotate(45deg);
	}
	#close:after {
		-webkit-transform: rotate(-45deg);
		   -moz-transform: rotate(-45deg);
		    -ms-transform: rotate(-45deg);
		     -o-transform: rotate(-45deg);
		        transform: rotate(-45deg);
	}
	#modalClose {
		width: 55px;
		height: 55px;
		position: fixed;
		top: 23px;
		right: 23px;
		z-index: 10000;
	}
	#modalClose:before, #modalClose:after {
		content: "";
		width: 100%;
		height: 2px;
		position: absolute;
		top: 50%;
		left: 0;
		margin-top: -1px;
		background: #000;
		border-radius: 5px;
	}
	#modalClose:before {
		-webkit-transform: rotate(45deg);
		   -moz-transform: rotate(45deg);
		    -ms-transform: rotate(45deg);
		     -o-transform: rotate(45deg);
		        transform: rotate(45deg);
	}
	#modalClose:after {
		-webkit-transform: rotate(-45deg);
		   -moz-transform: rotate(-45deg);
		    -ms-transform: rotate(-45deg);
		     -o-transform: rotate(-45deg);
		        transform: rotate(-45deg);
	}

	#floating {
		position: absolute;
		top: 0;
		right: 0;
		height: 100vh;
		z-index: 10;
		padding: 100px 30px 10px;
		background: rgba(0,0,0,0.9);
		z-index: -1;
		opacity: 0;
		-webkit-overflow-scrolling: touch;
		box-shadow: none;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
	}
	#heading {
		width: 100%;
		left: 0;
		text-align: center;
	}
	#heading h1 {
		font-size: 3rem;
	}
	#nav {
		width: 100%;
		top: initial;
		right: initial;
	}
	#nav a {
		font-size: 1.3em;
		padding: 10px;
		margin: -10px;
	}
	#link {
		position: absolute;
		top: 30px;
		right: 30px;
		margin: 0 0 1em 1em;
	}
	#pages {
		position: absolute;
		top: 30px;
		left: 30px;
		margin: 0 1em 1em 0;
	}
	i {
		margin: 0;
	}
	.bx-wrapper img {
		width: 80%;
		margin: 0 auto;
	}
	.vertical {
		/* height: initial; */
	}
	.bxslider li {
		height: 100%;
	}
	#title {
		font-size: 1.2rem;
		width: 100%;
		text-align: center;
		top: 65px;
		right: initial;
		bottom: initial;
		-webkit-animation-duration: .5s;
		   -moz-animation-duration: .5s;
		    -ms-animation-duration: .5s;
		     -o-animation-duration: .5s;
		        animation-duration: .5s;
		-webkit-animation-name: fade-in;
		   -moz-animation-name: fade-in;
		    -ms-animation-name: fade-in;
		     -o-animation-name: fade-in;
		        animation-name: fade-in;
	}
	#title.hide {
		-webkit-animation-duration: .5s;
		   -moz-animation-duration: .5s;
		    -ms-animation-duration: .5s;
		     -o-animation-duration: .5s;
		        animation-duration: .5s;
		-webkit-animation-name: fade-out;
		   -moz-animation-name: fade-out;
		    -ms-animation-name: fade-out;
		     -o-animation-name: fade-out;
		        animation-name: fade-out;
	}
	#counter {
		font-size: 1.1rem;
		width: 23%;
		text-align: center;
		bottom: 9%;
		right: 0;
		left: 0;
		margin: 0 auto;
		background: rgba(0,0,0,0.5);
		color: #fff;
		border-radius: 2em;
		line-height: 2.5em;
		-webkit-transition: all .5s ease-out;
		   -moz-transition: all .5s ease-out;
		    -ms-transition: all .5s ease-out;
		     -o-transition: all .5s ease-out;
		        transition: all .5s ease-out;
	}
	#enlarge {
		width: 23%;
		z-index: 1000;
		background: rgba(0,0,0,0.5);
		position: absolute;
		left: 0;
		right: 0;
		bottom: 9%;
		text-align: center;
		border-radius: 2em;
		font-size: 1.1rem;
		line-height: 2.5em;
		color: #fff;
		margin: 0 auto;
		-webkit-transition: all .5s ease-out;
		   -moz-transition: all .5s ease-out;
		    -ms-transition: all .5s ease-out;
		     -o-transition: all .5s ease-out;
		        transition: all .5s ease-out;
	}
	.fa-search-plus {
		font-size: 1.2em;
	}
	#copy {
		position: absolute;
		font-size: 0.6em;
		width: 100%;
		bottom: 10px;
		left: 0;
		text-align: center;
	}
	#modal {
		padding: 90px 20px 0 20px;
	}
	.page {
		margin: 10px 5px 40px 5px;
	}
	.pagenum {
		font-size: 1.1rem;
	}
	ul li div {
	}
	#floating.active {
		overflow: auto;
		-webkit-animation-duration: .2s;
		   -moz-animation-duration: .2s;
		    -ms-animation-duration: .2s;
		     -o-animation-duration: .2s;
		        animation-duration: .2s;
		-webkit-animation-name: fade-in;
		   -moz-animation-name: fade-in;
		    -ms-animation-name: fade-in;
		     -o-animation-name: fade-in;
		        animation-name: fade-in;
	}
}
/**
 * Android 5未満用 css
 *
 */
.android4 a:hover {
	opacity: initial;
}
.android4 section {
	height: 100%;
}
.android4 ul li div {
	width: 100%;
}
.android4 .bx-wrapper {
	height: 100% !important;
}
.android4 .bx-wrapper img {
	display: inline-block !important;
	 width: 75% !important;
}
.android4 .bx-viewport {
	height: 100% !important;
}
.android4 ul.bxslider li {
	float: initial !important;
	display: table-cell !important;
	vertical-align: middle !important;
	text-align: center !important;
}
.android4 .vertical {
	height: initial;
}

.android4 #floating {
	height: 100%;
}
.android4 #modalClose svg {
}
.android4 #scale {
	left: 50% !important;
	margin-left: -11.5% !important;
}

@keyframes fade-in {
from {
		z-index: -1;
		opacity: 0;
	}
to {
		z-index: 100;
		opacity: 1;
	}
}
@keyframes fade-out {
from {
		z-index: 100;
		opacity: 1;
	}
to {
		z-index: -1;
		opacity: 0;
	}
}
@keyframes permeabilize {
from {
		opacity: 1;
	}
to {
		opacity: .5;
	}
}




.credit-wrapper {
	display: flex;
	align-items: center;
	width: 50%;
	/* height: 150px; */
	/* margin: 0 auto; */
	/* padding: 10px 0; */
	/* border-top: 4px solid #000; */
	/* border-bottom: 4px solid #000; */
	position: absolute;
	/* left: 50%; */
	/* bottom: 17%; */
	/* transform: translate(-50%, 0%); */
	left: 30px;
	bottom: 30px;
	transition: all ease 1s;
}
.credit-wrapper >.-left {
	width: 13%;
	text-align: center;
	/* margin-right: 10px; */
}
.credit-wrapper > .-left::after {
	content: "N°";
	position: absolute;
	/* top: 10px; */
	top: 0;
	left: 0;
}
.credit-wrapper >.-left >.number {
	font-size: 6rem;
	font-weight: bold;
	/* line-height: 150px; */
	letter-spacing: 0;
}
.credit-wrapper >.-right {
	width: 87%;
	/* height: 120px; */
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: left;
	border-left: 1px solid #000;
	padding-left: 10px;
}
.credit-wrapper >.-right >.credit {
	width: 100%;
	font-size: 1.5rem;
	letter-spacing: .2rem;
	color: #000;
}
.credit-wrapper >.-right >.-name {
	margin-bottom: 10px;
	/* padding-bottom: 10px; */
	/* border-bottom: 1px solid #000; */
}
.credit-wrapper >.-right >.-brand::before {
	content: "brand_";
}
.credit-wrapper >.-right >.-name::before {
	content: "name_";
}
.credit-wrapper >.-right >.credit::before {
	color: #000;
	font-weight: bold;
}
@media screen and (max-width: 751px) {
	.credit-wrapper {
		display: flex;
		align-items: center;
		width: 80%;
		/* height: 120px; */
		margin: 0 auto;
		padding: 5px 0;
		border-top: 3px solid #000;
		border-bottom: 3px solid #000;
		position: absolute;
		left: 50%;
		bottom: 18%;
		transform: translate(-50%, 0%);
		z-index: 10;
		transition: all ease .5s;
	}
	.credit-wrapper >.-left {
		width: 15%;
		/* margin-right: 10px; */
	}
	.credit-wrapper > .-left::after {
		top: 10px;
		font-size: 1rem;
		text-align: center;
	}
	.credit-wrapper > .-left > .number {
			font-size: 3rem;
			line-height: 100%;
			letter-spacing: 0;
	}
	.credit-wrapper > .-right {
		height: 100%;
		padding-left: 5px;
	}
	.credit-wrapper > .-right > .credit {
		font-size: 1.1rem;
		letter-spacing: 0;
		overflow: hidden;
		padding: 0;
	}
	.credit-wrapper > .-right > .-brand {
		white-space: nowrap;
		text-overflow: ellipsis;
	}
	.credit-wrapper > .-right > .-name {
		margin-bottom: 5px;
		padding-bottom: 5px;
		border-bottom: 1px solid #000;
		white-space: nowrap;
		text-overflow: ellipsis;
	}
	.credit-wrapper > .-right > .-size {
		white-space: nowrap;
		text-overflow: ellipsis;
	}
}
