@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 {
text-align: center;
color: #111!important;
background: #fff;
font-family: "Times New Roman", Times, serif;
font-size: 1.4rem;
line-height: 3rem;
overflow: visible!important;
margin: 0 auto;
}

img {
vertical-align: top;
}

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

.sp { display: none; }

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

#header {
position: relative;
width: 100%;
text-align: center;
margin: 50px auto;
}

#header h1 {
position: relative;
width: 245px;
margin: 0 auto;
}

#header h1 img {
width: 100%;
}

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

#intro {
position: relative;
width: 80%;
display: -webkit-flex;
display: flex;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-justify-content: space-between;
justify-content: space-between;
-webkit-align-items: center;
align-items: center;
margin: 90px auto 120px auto;
}

#intro .title {
text-align: center;
width: 100%;
font-size: 1.6rem;
letter-spacing: 0.05rem;
margin: 0 auto 90px auto;
}

#intro .photo {
width: calc((100% - 40px) / 2);
}

#intro .text {
width: calc((100% - 40px) / 2);
}

#intro .text p {
text-align: center;
}

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

#main {
position: relative;
width: 90%;
text-align: left;
font-family: "Noto Serif JP", "Adobe Caslon Pro", "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
margin: 0 auto;
}

.looks {
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 50px auto;
}

.looks .look {
width: calc((100% - 30px) / 3);
margin-bottom: 60px;
}

.photo img {
width: 100%;
}

.#main .text {
text-align: left;
}

#main .text p {
font-size: 1rem;
line-height: 1.6rem;
margin: 0 auto 20px auto;
}

.staff {
width: 100%;
margin: 0 auto 120px auto;
}

.staff p {
text-align: center;
font-size: 0.9rem;
line-height: 1.8rem;
letter-spacing: 0.05rem;
}

/* ----------------------------------------------------------------
Product
----------------------------------------------------------------- */

.product {
text-align: center;
position: relative;
width: 100%;
box-sizing: border-box;
margin: 12px auto 0 auto;
padding: 0;
}

.product p {
text-align: right;
font-size: 0.7rem;
letter-spacing: 0.05rem;
color: #111;
font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}

.product p:nth-of-type(n+2) {
margin-top: 5px;
}

.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;
}

