@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: "Noto Serif JP", "Adobe Caslon Pro", "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
font-size: 1.4rem;
line-height: 3rem;
margin: 0 auto;
}

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

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

img {
vertical-align: top;
}

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

.sp { display: none!important; }

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

#hero {
width: 100%;
margin: 0 auto 0 auto;
}

#hero .photo {
width: 100%;
}

#hero img {
width: 100%;
}

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

#main {
position: relative;
width: 100%;
text-align: left;
margin: 0 auto;
}

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

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

#intro {
width: 70%;
max-width: 1100px;
margin: 90px auto 120px auto;
}

#intro .text {
width: 50%;
margin: 0 auto;
}

#intro h2 {
font-size: 2.4rem;
line-height: 3rem;
letter-spacing: 0.5rem;
margin: 0 auto 30px auto;
}

#intro h3 {
font-size: 1.4rem;
line-height: 3rem;
letter-spacing: 0.1rem;
margin: 0 auto 30px auto;
}

#intro p {
text-align: left;
font-size: 1.3rem;
line-height: 2.6rem;
font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
margin: 0 auto 20px auto;
}

/* ----------------------------------------------------------------
icon
----------------------------------------------------------------- */

#icon {
position: relative;
text-align: center;
background: initial;
width: 90%;
margin: 0 auto 0 auto;
}

#icon h2 {
color: #97b4ed;
font-size: 3rem;
line-height: 3rem;
letter-spacing: 0.1rem;
margin: 0 auto 30px auto;
}

#icon ul {
width: 96%;
max-width: 1100px;
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;
}

#icon li {
width: 19%;
margin: 8px auto;
}

#icon li img {
width: 100%;
}

#icon a {
cursor: pointer;
}

#icon a:hover img {
opacity: 0.9;
}

/* ----------------------------------------------------------------
Index
----------------------------------------------------------------- */

#navi {
display: none;
}

#index {
position: relative;
text-align: center;
background: initial;
width: 90%;
margin: 0 auto 180px auto;
transition: 0.3s 0s ease;
transform: will-change;
}

#index.scrolled {
z-index: 3;
position: sticky;
top: 0;
width: 100%;
text-align: center;
background: #fff;
box-shadow: 5px 5px 5px rgba(0,0,0,0.05);
transition: 0.3s 0s ease;
transform: will-change;
}

#index ul {
width: 96%;
max-width: 1100px;
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;
}

#index li {
width: 18%;
margin: 8px auto 6px auto;
}

#index li img.thumb {
width: 100%;
margin-bottom: 20px;
display: none;
}

#index li img.navi {
height: 36px;
}

#index.scrolled li img.thumb {
display: none;
}

#index a {
cursor: pointer;
}

#index a:hover img {
opacity: 0.8;
}

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

.inner {
width: 90%;
max-width: 1200px;
margin: 0 auto;
}

article {
position: relative;
width: 100%;
text-align: center;
box-sizing: border-box;
margin: 0 auto;
}

.double {
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 60px auto;
}

.double .photo {
width: 50%;
}

.photo {
position: relative;
}

.photo img {
width: 100%;
}

.photo a:hover img {
opacity: 0.95;
}

.text {
width: 100%;
}

/* ----------------------------------------------------------------
profile
----------------------------------------------------------------- */

.profile {
width: 15%;
text-align: center;
margin: 0 auto 30px auto;
}

.profile .photo {
margin-bottom: 30px;
}

.profile .photo img {
border-radius: 50%;
box-sizing: border-box;
border: 5px solid #779de5;
}

#look01 .profile .photo img {
border: 5px solid #779de5;
}

#look02 .profile .photo img {
border: 5px solid #eddaa1;
}

#look03 .profile .photo img {
border: 5px solid #8c1a11;
}

#look04 .profile .photo img {
border: 5px solid #b26e91;
}

#look05 .profile .photo img {
border: 5px solid #d59f64;
}

.profile h3 {
font-weight: normal;
font-size: 1.3rem;
line-height: 1.3rem;
letter-spacing: 0.1rem;
margin: 0 auto 20px auto;
}

.profile h2 {
font-weight: normal;
font-size: 2rem;
line-height: 2rem;
letter-spacing: 0.1rem;
margin: 0 auto 20px auto;
}

/* ----------------------------------------------------------------
spec
----------------------------------------------------------------- */

.spec {
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: center;
align-items: center;
margin: 0 auto 0 auto;
}

.chart {
width: 45%;
}

.chart img {
width: 100%;
}

.comment {
width: 45%;
}

.comment li {
position: relative;
padding: 0 0 0 3rem;
font-size: 1.4rem;
line-height: 2rem;
margin-bottom: 12px;
}

.comment li::before,
.comment li::after {
position: absolute;
top: 10px;
height: 1.1em;
content: "";
}

.comment li::before {
left: 0px;
transform: translateY(-50%);
width: 1em;
border: 1px solid #ccc;
}

.comment li::after {
left: 0.5em;
transform: translateY(-75%) rotate(45deg);
width: 0.5em;
border-bottom: 3px solid #ccc;
border-right: 3px solid #ccc;
}

#look01 .comment li::before {
border: 1px solid #779de5;
}

#look01 .comment li::after {
border-bottom: 3px solid #779de5;
border-right: 3px solid #779de5;
}

#look02 .comment li::before {
border: 1px solid #eddaa1;
}

#look02 .comment li::after {
border-bottom: 3px solid #eddaa1;
border-right: 3px solid #eddaa1;
}

#look03 .comment li::before {
border: 1px solid #8c1a11;
}

#look03 .comment li::after {
border-bottom: 3px solid #8c1a11;
border-right: 3px solid #8c1a11;
}

#look04 .comment li::before {
border: 1px solid #b26e91;
}

#look04 .comment li::after {
border-bottom: 3px solid #b26e91;
border-right: 3px solid #b26e91;
}

#look05 .comment li::before {
border: 1px solid #d59f64;
}

#look05 .comment li::after {
border-bottom: 3px solid #d59f64;
border-right: 3px solid #d59f64;
}

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

#look01 {
background: #e6eefa;
padding: 150px 0 60px 0;
margin: 0 auto 0 auto;
}

#look02 {
background: #fdf9eb;
padding: 150px 0 60px 0;
margin: 0 auto 0 auto;
}

#look03 {
background: #ffe8e5;
padding: 150px 0 60px 0;
margin: 0 auto 0 auto;
}

#look04 {
background: #fce9f3;
padding: 150px 0 60px 0;
margin: 0 auto 0 auto;
}

#look05 {
background: #fef0e2;
padding: 150px 0 60px 0;
margin: 0 auto 0 auto;
}

.item {
background: url(../image/bg.png) top center no-repeat;
background-size: cover;
padding: 60px;
box-sizing: border-box;
border: 1px solid #eee;
border-radius: 40px;
box-shadow: 5px 5px 5px rgba(0,0,0,0.08);
margin: 0 auto 90px auto;
}

.look {
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 120px auto;
}

.main {
width: 66.67%;
background: #ccc;
}

.sub {
width: 33.33%;
background: #ccc;
}

.cover {
z-index: 2;
position: absolute;
top: 0;
left: 0;
width: 100%;
}

.items {
width: 90%;
max-width: 1200px;
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: 180px auto 180px auto;
}

.items p {
font-size: 2rem;
line-height: 2rem;
letter-spacing: 0.1rem;
}

.items .photo {
width: calc(100% / 3);
}

.items img {
width: 100%;
}

.staff {
margin: 0 auto 160px auto;
}

.staff p {
letter-spacing: 0.1rem;
}

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

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

.product p {
text-align: right;
font-size: 1rem;
letter-spacing: 0.1rem;
line-height: 1.6rem;
color: #111;
}

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

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

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

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

.product p .click {
border-bottom: 1px solid #111;
margin-left: 10px;
}

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

.items .product {
position: absolute;
right: 10px;
bottom: 10px;
}

.items .product p {
color: #fff;
}

.items .product p .click {
border-bottom: 1px solid #fff;
margin-left: 10px;
}

.items .product p a:link,
.items .product p a:visited {
color: #fff;
}

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

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

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

.ec p {
text-align: center;
font-size: 1.2rem;
line-height: 2.2rem;
letter-spacing: 0.15rem;
font-weight: bold;
margin: 0 0 15px 0;
}

.ec p a {
min-width: 420px;
box-sizing: border-box;
display: inline-block;
background: #111;
padding: 15px 20px;
}

.ec p a:hover {
background: #333;
}

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

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

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

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

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

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

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

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

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

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

.fadein {
opacity: 0;
transform: translateY(30px);
}

.fadein.is-show {
opacity: 1;
transform: translateY(0);
transition: 1.5s 0.2s ease;
}

.fadein2 {
opacity: 0;
transform: translateX(15px);
}

.fadein2.is-show {
opacity: 1;
transform: translateX(0);
transition: 1.5s 0.2s ease;
}
