@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: left;
color: #222;
background: #fff;
font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-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: #777;
text-decoration: none;
}

img {
vertical-align: top;
}

video {
vertical-align: top;
}

.sp { display: none!important; }

/* ----------------------------------------------------------------
Hero
----------------------------------------------------------------- */

#hero {
position: relative;
width: 100%;
height: 430px;
overflow: hidden;
}

#hero .photo {
position: relative;
width: auto;
margin: 0 auto;
}

#hero h1 img {
position: absolute;
top: 53%;
left: 50%;
height: 220px;
transform: translate(-50%, -50%);
}

#hero h2 img {
position: absolute;
top: 20px;
left: 50%;
height: 10px;
transform: translate(-50%, 0);
}

#hero h3 img {
position: absolute;
top: 20px;
right: 20px;
height: 10px;
}

#hero h4 img {
position: absolute;
top: 20px;
left: 20px;
height: 30px;
}

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

#main {
width: 90%;
margin: 0 auto;
padding: 0;
}

/* ----------------------------------------------------------------
Intro
----------------------------------------------------------------- */

#intro {
position: relative;
width: 100%;
display: -webkit-flex;
display: flex;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-justify-content: space-between;
justify-content: space-between;
-webkit-align-items: flex-start;
align-items: flex-start;
margin: 0 auto 160px auto;
}

#intro .staff {
width: 39%;
box-sizing: border-box;
padding-right: 20px;
}

#intro .staff dl {
font-size: 1.2rem;
line-height: 2rem;
width: 100%;
position: relative;
display: -webkit-flex;
display: flex;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-justify-content: space-between;
justify-content: space-between;
-webkit-align-items: flex-start;
align-items: flex-start;
}

#intro .staff dt {
display: inline-block;
width: 100px;
}

#intro .staff dd {
display: inline-block;
width: calc(100% - 100px);
}

#intro .text {
width: 61%;
}

#intro p {
font-size: 1.2rem;
line-height: 2rem;
margin: 0 auto 15px auto;
}

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

p {
font-size: 1.2rem;
line-height: 2rem;
margin: 0 auto 15px auto;
}

article {
width: 100%;
text-align: center;
margin: 0 auto;
}

article img {
vertical-align: top;
}

article video {
vertical-align: top;
}

.single {
position: relative;
width: 100%;
margin: 0 auto 60px auto;
}

.single .photo {
width: calc(50% - 3px);
margin: 0 auto 0 0;
}

.photo img {
width: 100%;
}

.photo video {
width: 100%;
}

.double {
width: 100%;
margin: 0 auto 60px auto;
display: -webkit-flex;
display: flex;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-justify-content: space-between;
justify-content: space-between;
-webkit-align-items: flex-start;
align-items: flex-start;
}

.double .photo {
position: relative;
width: calc((100% - 6px)/2);
text-align: left;
}

.double .photo.small {
width: 25%;
margin: 0 10% 0 auto;
}

.double .text {
position: relative;
width: calc(40% - 6px);
text-align: left;
}

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

#row4 .product p span.name {
min-width: 65px;
}

#row4 .product p span.price {
min-width: 55px;
}

#row5 {
margin-bottom: 300px;
}

#row9 {
margin-bottom: 300px;
}

#row12 {
margin-bottom: 180px;
}

#row13 {
margin-bottom: 300px;
}

#row14 .product p span.name {
min-width: 65px;
}

#row14 .product p span.price {
min-width: 55px;
}

#row17 {
margin-bottom: 300px;
}

#row18 .product p span.name {
min-width: 65px;
}

#row18 .product p span.price {
min-width: 55px;
}

#row19 {
margin-bottom: 180px;
}

#row20 {
margin-bottom: 180px;
}

#row21 .photo {
margin-bottom: 150px;
}

#row21 .photo {
width: 100%;
}

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

.product {
position: absolute;
bottom: 0;
left: calc(50% + 26px);
width: calc((100% - 6px)/2);
}

.product p {
color: #111;
font-size: 1.1rem;
line-height: 1.5rem;
letter-spacing: 0.1rem;
font-family: "Adobe Caslon Pro", "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
margin-bottom: 6px;
}

.product p:last-child {
margin-bottom: 0;
}

.product p span.name {
text-align: left;
min-width: 60px;
display: inline-block;
}

.product p span.price {
text-align: right;
min-width: 50px;
display: inline-block;
margin-right: 10px;
}

.product p a {
display: inline-block;
}

.product p a:link,
.product p a:visited {
color: #111;
border-bottom: 1px solid #111;
}

.product p a:hover {
color: #333;
border-bottom: 1px solid #333;
}

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

.ec {
text-align: center;
width: 100%;
display: -webkit-flex;
display: flex;
-webkit-justify-content: center;
justify-content: center;
margin: 0 auto 90px auto;
padding: 0;
}

.ec p {
font-size: 1.2rem;
line-height: 1.6rem;
letter-spacing: 0.15rem;
font-family: "Adobe Caslon Pro", "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
font-style: italic;
text-align: center;
margin: 0 10px;
padding: 0;
}

.ec p a {
min-width: 300px;
min-height: 55px;
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: 0 20px;
}

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

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

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

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

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

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

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

#footer-logo img {
width: 160px;
margin: 0 auto;
}

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

#footer-copyright {
width: 100%;
text-align: center;
margin: 0 auto;
padding: 20px 0 30px 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;
transform: translate(0, 50px);
}
.fadein.is-show {
transform: translate(0, 0);
transition: 2.4s ease;
opacity: 1;
}
