@charset "utf-8";

/* ----------------------------------------------------------------
Reset
----------------------------------------------------------------- */

body,div,dl,dt,dd,ul,li,h1,h2,h3,h4,h5,h6,p,a { margin: 0; padding: 0; }
img { border: 0; }
li,dt,dd { list-style: none; }

/* ----------------------------------------------------------------
Common
----------------------------------------------------------------- */

html {
font-size: 62.5%;
}

body {
display: none;
}

body {
text-align: center;
color: #222;
background: #fff;
font-family: "Adobe Caslon Pro", "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
font-size: 1.3rem;
line-height: 2.8rem;
font-weight: normal;
margin: 0 auto;
}

a:link, a:visited {
color: #444;
text-decoration: none;
}

a:active, a:hover {
color: #999;
text-decoration: none;
}

img {
width: 100%;
vertical-align: top;
}

.pc { display: none; }

/* ----------------------------------------------------------------
Header
----------------------------------------------------------------- */

#header {
z-index: 2;
position: fixed;
width: 100%;
height: 40px;
top: 0;
left: 0;
background: #fff;
border-bottom: 1px solid #eee;
}

#header h1 {
position: absolute;
top: 8px;
left: 50px;
height: 26px;
display: -webkit-flex;
display: flex;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-justify-content: flex-start;
justify-content: flex-start;
-webkit-align-items: center;
align-items: center;
}

#header h1 img {
height: 26px;
width: 77px;
}

#header h2 {
position: absolute;
top: 13px;
right: 10px;
text-align: right;
font-size: 1.3rem;
line-height: 1.3rem;
font-weight: normal;
letter-spacing: 0.05rem;
}

/* ----------------------------------------------------------------
menu
----------------------------------------------------------------- */

#sideMenu h3 {
font-size: 1.6rem;
line-height: 1.6rem;
letter-spacing: 0.1rem;
font-weight: normal;
margin: 20px 0;
}

.menu-btn {
position: fixed;
top: 6px;
left: 12px;
z-index: 4;
cursor: pointer;
display: flex;
align-items: center;
}

.menu-icon {
font-size: 3rem;
}

.close-btn {
cursor: pointer;
font-size: 2.4rem;
margin: 6px auto 0 0.2rem;
}

.close-btn:hover {
text-decoration: none;
}

.side-menu {
text-align: left;
z-index: 3;
position: fixed;
top: 0;
left: calc(-75vw - 30px);
width: 75vw;
height: 100vh;
background: #fff;
transition: left 0.3s ease;
box-shadow: 2px 0 10px rgba(0,0,0,0.05);
overflow-y: auto;
overflow-x: hidden;
box-sizing: border-box;
padding: 0 15px;
}

.side-menu.show {
left: 0;
}

.side-menu a {
display: block;
margin: 0 0 10px 0;
padding: 0;
}

.side-menu .filter-btn {
display: block;
font-size: 1.1rem;
line-height: 2.4rem;
cursor: pointer;
}

.side-menu .filter-btn:hover {
text-decoration: none;
}

.overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(255,255,255,0.6);
display: none;
z-index: 2;
}

.overlay.show {
display: block;
transition: 0.3s ease;
}

/* ----------------------------------------------------------------
Main
----------------------------------------------------------------- */

#main {
position: relative;
width: calc(100% - 110px);
width: 99.5%;
margin: 0 auto;
padding: 41px 0 0 0;
}

/* ----------------------------------------------------------------
look
----------------------------------------------------------------- */

p {
font-size: 1.2rem;
line-height: 2.4rem;
}

article img {
max-width: 100%;
vertical-align: top;
}

#itemwrap {
width: 100%;
margin: 0 auto 90px auto;
display: -webkit-flex;
display: flex;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-justify-content: flex-start;
justify-content: flex-start;
-webkit-align-items: center;
align-items: center;
}

#itemwrap .item {
z-index: 1;
position: relative;
width: calc((100% - 1%)/2);
margin: 0 0.25% 0.5% 0.25%;
}

#itemwrap .item:hover {
opacity: 0.8;
}

/* ----------------------------------------------------------------
product
----------------------------------------------------------------- */

.product {
z-index: 2;
position: absolute;
top: 1%;
left: 2%;
width: 96%;
height: 98%;
}

.product p {
width: 100%;
height: 100%;
display: -webkit-flex;
display: flex;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-justify-content: flex-start;
justify-content: flex-start;
-webkit-flex-direction: column;
flex-direction: column;
color: #111;
text-align: left;
}

.product p .brand {
width: 100%;
text-align: left;
font-size: 1rem;
line-height: 1rem;
letter-spacing: 0.05rem;
}

.product p .name {
width: 100%;
text-align: right;
font-size: 1rem;
line-height: 1rem;
letter-spacing: 0.05rem;
margin: auto 0 0 0;
}

.product p .price {
width: 100%;
text-align: right;
font-size: 0.8rem;
line-height: 1rem;
letter-spacing: 0.05rem;
margin: 0;
}

/* ----------------------------------------------------------------
ec store
----------------------------------------------------------------- */

article.ec {
text-align: center;
width: 100%;
margin: 0 auto 60px auto;
padding: 0;
}

article.ec p {
font-size: 1.2rem;
line-height: 1.6rem;
letter-spacing: 0.15rem;
font-style: italic;
text-align: center;
margin: 0 10px;
padding: 0;
}

article.ec p:last-child {
margin: 15px 10px 0 10px;
}

article.ec p a {
min-width: 60vw;
max-width: 70%;
min-height: 50px;
display: -webkit-flex;
display: flex;
-webkit-justify-content: center;
justify-content: center;
-webkit-align-items: center;
align-items: center;
box-sizing: border-box;
border: 1px solid #111;
padding: 10px 20px;
margin: 0 auto;
}

article.ec p a:hover {
border: 1px solid #553715;
}

article.ec p a:link, article.ec p a:visited {
color: #111;
}

article.ec p a:hover, article.ec p a:active {
color: #553715;
}

article.ec u {
margin: 0 1rem 0 0.5rem;
padding: 0;
}

/* ----------------------------------------------------------------
Footer
----------------------------------------------------------------- */

#footer-logo {
width: 100%;
text-align: center;
margin: 60px auto 0 auto;
}

#footer-logo p {
margin: 0 auto;
}

#footer-logo img {
width: 25.866666vw;
margin: 0 auto;
}

#footer-logo a:hover {
opacity: 0.7;
}

#footer-copyright {
width: 100%;
text-align: center;
margin: 0 auto;
padding: 20px 0 35px 0;
}

#footer-copyright p {
color: #111;
font-size: 1.1rem;
font-family: Montserrat,"Helvetica Neue",sans-serif;
letter-spacing: 0.1rem;
margin: 0 auto;
}

/* ----------------------------------------------------------------
animation
----------------------------------------------------------------- */

.fadein {
opacity: 0;
transition: 2s ease;
}
.fadein.is-show {
opacity: 1;
}
