@charset "UTF-8";
/* CSS Document */

/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

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

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;  
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}
ul,ol{
	list-style: none;
}
button{
	background-color: transparent;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	appearance: none;
}
/* original style */

body {
	color: #251e1c;
	font-size: 0.625rem;
	font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Helvetica, HelveticaNeue, 'Helvetica Neue', 'Source Sans Pro', "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-weight: 400;
	font-style: normal;
	font-feature-settings : "palt";
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	animation: fadeIn 2s ease 0s 1 normal;
	-webkit-animation: fadeIn 2s ease 0s 1 normal;
	width:100%;
}
@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
a{
	color: #000;
}
a:hover{
	color: #999;
	text-decoration: underline;
}
a img{
	-webkit-transition:	all 0.4s ease;
	transition:all 0.4s ease;
}
a:hover img{
}
.wrapper{
	width: 80%;
	margin: 0 auto;
}
header{
	padding: 10vw 0 0;
	position: relative;
	text-align: center;
}
header h1{
	width: 27.5%;
	height: auto;
	max-width: 220px;
	margin: 0 auto 20%;
}
header nav{
	box-sizing: border-box;
	padding: 10vw 10vw 0;
}
header nav li{
	font-size: 2.5em;
	line-height: 1;
	margin-bottom: 50px;
	text-align: left;
}
header nav li a{
	color:#000;
	text-decoration: underline;
}
#nav-toggle {
	position: absolute;
	top: 10vw;
	right: 0;
	height: 37px;
	cursor: pointer;
}
#nav-toggle > div{
	position: relative;
	width: 40px;
}
#nav-toggle span{
	width: 100%;
	height: 3px;
	left: 0;
	display: block;
	background: #251e1c;
	position: absolute;
	transition: transform .2s ease-in-out, top .2s ease;
}
#nav-toggle span:nth-child(1) {
	top: 0;
}
#nav-toggle span:nth-child(2) {
	top: 14px;
}
#nav-toggle span:nth-child(3) {
	top: 28px;
}
.open #nav-toggle{
	position: fixed;
	right: 10vw;
}
.open #nav-toggle span:nth-child(1){
	top: 15px;
	transform: rotate(45deg);
}
.open #nav-toggle span:nth-child(2){
	top: 15px;
	width: 0;
	left: 50%;
}
.open #nav-toggle span:nth-child(3){
	top: 15px;
	transform: rotate(-45deg);
}
/* z-index */
#nav-toggle {
	z-index: 1000;
}
#container {
	z-index: 900;
}
#gloval-nav nav {
	z-index: 999;
}
#gloval-nav {
    background-color: #d9d8d5;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 990;
	/*display: flex;
	flex-direction: column;
	justify-content: center;*/
    padding-left: 0;
    transform: translateX(100%);
    transition:  transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.open #gloval-nav {
	transform: translateX(0);
}

#gloval-nav li{
	transform: translateX(200px);
	transition: transform 1.3s ease;
	position: relative;
}
.open #gloval-nav li {
	transform: translateX(0);
}

main{
	padding-bottom: 33.3333%;
}
.visuals{
	font-size:0;
	text-align:left;
	margin:0 auto;
	overflow: hidden;
	width: 100%;
}
.visual{
	overflow:hidden;
	position:relative;
	margin: 0;
}
.visual img{
	width: 100%;
	height: auto;
}
.visual img {
	opacity: 0;
	transition: 2s;
}
.visual img.lazyloaded {
	opacity: 1;
}
.visuals > div{
	display:inline-block;
	vertical-align: top;
	line-height: 0;
	font-size:0.875rem;
	/*margin:0;
	width:100%;*/
}
.mask{
	box-sizing:border-box;
	padding: 30px;
	margin-bottom:0;
	width:100%;
}
.visual .mask{
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	opacity:0;
	background-color: rgba(37,30,28,0.40);
	-webkit-transition:	all 0.5s ease;
	transition:all 0.5s ease;
}
.visual:hover .mask{
	display:block;
	opacity:1;
	-webkit-transition:	all 0.5s ease;
	transition:all 0.5s ease;
}
.visual .mask:not(:target){
	text-align:center\9;
}
a.inline{
	display:block;
	width:100%;
	height:100%;
	cursor: pointer;
}
a.inline:focus{
	border: none;
	outline: none;
}
.caption{
	box-sizing:border-box;
	margin:0 auto;
	vertical-align:middle;
}
.caption dl{
	font-size: 1.125rem;
}
.caption dl+dl{
	margin-top: 30px;
}
.caption dl dt,.caption dl dd{
	color:#fff;
	letter-spacing: 0.015em;
	line-height: 1.4em;
}
.caption dl dt{
	margin-bottom: 0.3333em;
}
.caption dl dt a{
	color:#fff;
	text-decoration:underline;
}
.caption dl dd.itemNo{
	font-size: 0.75rem;
	display: none;
}
.caption dl dd small{
	font-size: 0.75em;
}
.caption dl dd.itemPrice{
	display: inline-block;
	margin-right: 0.5em;
}
.caption dl dd.instore{
	display: inline-block;
	font-size: 0.85rem;
}
.caption dl dd:last-child{
	margin-right: 0;
}
.mask button{
	border: none;
	display:none;
	text-indent: -999px;
}

.w1{ width: 100%; }
.w2{ width: 66.6666%; }
.w3{ width: 33.3333%; }
.w2+.w2,
.w3+.w3{ margin-left: 0; }
#look02{ margin-top:66.6666%; }
#look03{ margin-left:33.3333%; }
#look04{ margin-top:-33.3333%; }
#look06{ margin-top:33.3333%; margin-left:33.3333%; }
#look07::after{
	content: "";
	background-color: #fff;
	display: block;
	width: 66.6666%;
	height: 33.3333%;
	position: absolute;
	top: 0;
	right: 0;
}
#look08{ margin-left:66.6666%; }
#look09{ margin-top:-33.3333%; }
#look11{ margin-top:33.3333%; }
#look12{ margin-top:100%; }
#look13{ margin-left:33.3333%; }
#look14{ margin-top:33.3333%; }
#look16{ margin-left:33.3333%; }
#look18{ margin-top:33.3333%; margin-left:33.3333%; }
#look19{ margin-top:-33.3333%; margin-right: 66.6666%; }
#look21{ margin-top:33.3333%; }
#look22{ margin-top:-33.3333%; margin-left:33.3333%; }

footer{
	font-family: roboto, sans-serif;
	font-weight: 300;
	font-style: normal;
	margin-top: 0;
	padding: 0 0 5%;
	text-align: center;
}
.copy{
    font-size: 1.2em;
	letter-spacing: 0.08em;
    line-height: 1;
}

#comment{
	display: none;
	background:rgba(255,255,255,0.8);
	text-align: center;
	font-size: 14px;
	position: fixed;
	bottom: 10vh;
	left: 35%;
	width: 30%;
	line-height: 30px;
	height: 30px;
	/*border-radius: 15px;*/
	z-index: 100;
}
#comment::before{
	content: "● ";
	color: #999;
	font-size: 12px;
}
#comment.off{
	display: none;
}

.pcBr{
	display:block;
}

@media(min-width:768px){
.stxt dl{
	font-size:1rem;
}
.stxt dl dt{
	margin-bottom: 0.25em;
}
.stxt dl+dl{
	margin-top: 20px;
}
#look13 .caption{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
}
#look13 .caption div{
	width: 50%;
}
}

@media(min-width:1000px){
.wrapper{
	width: 850px;
	margin: 0 auto;
}
header nav{
	width: 1000px;
	padding: 100px 100px 0;
	margin: 0 auto;
}
header{
	padding: 100px 0 0;
}
#nav-toggle{
	top: 100px;
	right: 0;
}
.open #nav-toggle{
	right: calc(50% - 500px);
}
}

@media(max-width:768px){
header nav{
	box-sizing: border-box;
	padding: 20vw 10vw 0;
}
header nav li{
	font-size: 1.4em;
	margin-bottom: 10vw;
}
header h1{
	width:140px;
}
.visual{
	margin-bottom: 17.5%;
}
.visual .mask,
.visual:hover .mask{
	display:none;
	opacity:0;
	width: 100%;
	height:100%;
	-webkit-transition:	all 0 ease;
	transition:all 0.4 ease;
}
.visual .mask.active{
	display: block;
	opacity:1;
	/*position:relative;*/
	-webkit-transition:	all 0.4s ease;
	transition:all 0.4s ease;
}
.visual .mask .caption{
	display: block;
}
.caption dl+dl,
#look13 .caption div+div{
	margin-top: 20px;
}
.caption dl dt,.caption dl dd{
	font-size: 0.875rem;
	line-height: 1.75;
}
.caption dl dd.itemNo{
	font-size: 0.75rem;
}
.caption dl dd.instore{
	font-size: 0.75rem;
}
.mask.active button{
	display:block;
	position:absolute;
	top:0;
	right:0;
}

.modaal-close{ position:fixed;right:0;top:0;color:#fff;cursor:pointer;opacity:1;width:50px;height:50px;background:0 0; transition:all .2s ease-in-out; }
.modaal-close:focus,.modaal-close:hover{ outline:none;background:#fff; }
.modaal-close:focus:after,.modaal-close:focus:before,.modaal-close:hover:after,.modaal-close:hover:before{ background:#ccc; }
.modaal-close:after,.modaal-close:before{ display:block;content:" ";position:absolute;top:14px;left:23px;width:1px;height:22px;border-radius:4px;background:#fff;transition:background .2s ease-in-out; }
.modaal-close:before{ -webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg); }
.modaal-close:after{ -webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg); }
.modaal-close:focus,
.modaal-close:hover{ background-color:transparent; }
footer{
	padding-bottom: 14%;
}
}
@media(max-width:480px){
#nav-toggle {
	height: 30px;
}
#nav-toggle > div{
	width: 30px;
}
#nav-toggle span{
	height: 2px;
}
#nav-toggle span:nth-child(2) {
	top: 11px;
}
#nav-toggle span:nth-child(3) {
	top: 22px;
}
.open #nav-toggle span:nth-child(1){
	top: 12px;
}
.open #nav-toggle span:nth-child(2){
	top: 12px;
}
.open #nav-toggle span:nth-child(3){
	top: 12px;
}
header h1{
	width:35vw;
}
.visual{
	width: 100%!important;
	margin: 0 0 17.5% 0!important;
}
#look07::after{
	display: none;
}
.mask{
	padding: 5vw;
}
.pcbr{ display:inline; }
.spbr{ display:block; }

#comment{
	display: block;
	font-size: 11px;
	position: fixed;
	bottom: 10vh;
	left: 10%;
	width: 80%;
	z-index: 100;
}
#comment::before{
	font: 9px;
}
#comment.off{
	display: none;
}
footer li,
footer p{
	font-size:0.5625rem;
}
}