@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: #222;
background: #fff;
font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
font-size: 1.1rem;
line-height: 2.2rem;
font-weight: normal;
margin: 0 auto;
}

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

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

img {
vertical-align: top;
}

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

.pc { display: none; }

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

#hero {
z-index: 2;
position: relative;
width: 100%;
margin: 0 auto 0 auto;
}

#hero .photo {
width: 100%;
}

#hero .photo img {
width: 100%;
}

#hero h1 {
opacity: 0;
text-align: left;
z-index: 3;
width: 38%;
position: absolute;
top: 45%;
left: 5%;
transform: translate(0, -50%);
animation: fadein1 2s ease 0.4s 1 normal forwards;
}

#hero h1 img {
width: 100%;
}

@keyframes fadein1 {
  0% {
     opacity: 0;
     transform: translate(0, 0);
  }
  100% {
     opacity: 1;
     transform: translate(0, -50%);
  }
}

#hero h2 {
opacity: 0;
text-align: right;
z-index: 3;
width: 45%;
position: absolute;
top: 56%;
right: 5%;
transform: translate(0, -50%);
animation: fadein2 2s ease 1.2s 1 normal forwards;
}

#hero h2 img {
width: 100%;
}

@keyframes fadein2 {
  0% {
     opacity: 0;
     transform: translate(0, 0);
  }
  100% {
     opacity: 1;
     transform: translate(0, -50%);
  }
}

#hero h3 {
opacity: 0;
text-align: center;
z-index: 3;
width: 25%;
position: absolute;
bottom: 3.5%;
left: 50%;
transform: translate(-50%, 0);
animation: fadein3 2s ease 1.5s 1 normal forwards;
}

@keyframes fadein3 {
  0% {
     opacity: 0;
     transform: translate(-50%, 20px);
  }
  100% {
     opacity: 1;
     transform: translate(-50%, 0);
  }
}

/* ----------------------------------------------------------------
Title
----------------------------------------------------------------- */

#title {
display: none;
}

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

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

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

#intro {
z-index: 2;
width: 100%;
background: #fff;
margin: 90px auto 90px auto;
}

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

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

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

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

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

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

.single {
width: 85%;
margin: 0 auto 90px auto;
}

.single .photo {
width: 100%;
}

.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 90px auto;
}

.double .photo {
width: calc((100% - 10px) / 2);
}

.photo {
position: relative;
}

.sticky {
position: relative;
}

/* ----------------------------------------------------------------
row
----------------------------------------------------------------- */

#row2 {
width: 60%;
margin: 0 auto 40px auto;
}

#row3 {
-webkit-align-items: flex-end;
align-items: flex-end;
}

#row3 .left {
width: 50%;
margin: 0 auto 40px 5%;
}

#row3 .right {
width: 80%;
margin: 0 0 0 auto;
}

#row4 {
width: 100%;
margin: 0 auto 150px auto;
}

#row5 {
z-index: -1;
position: sticky;
top: 50%;
transform: translate(0, -50%);
margin: 0 auto 90px auto;
}

#row5 p {
text-align: center;
font-size: 2rem;
line-height: 4rem;
letter-spacing: 0.2rem;
}

#row6 {
width: 100%;
margin: 0 auto 60px auto;
}

#row7 {
width: 50%;
margin: 0 5% 90px auto;
}

#row8 {
width: 100%;
background: #fff;
margin: 0 auto 120px auto;
}

#row9 {
margin: 0 auto 120px auto;
}

#row10 {
width: 100%;
position: relative;
margin: 0 auto 180px auto;
}

#row10 .text {
z-index: 2;
width: 100%;
position: absolute;
top: 0;
left: calc(-50% - 2.4rem);
padding-top: 16rem;
transform: rotate(90deg);
transform-origin: bottom right;
}

#row10 .text p {
position: relative;
text-align: right;
font-size: 1.4rem;
line-height: 2.4rem;
letter-spacing: 0.1rem;
color: #848484;
}

#row10 p .line01 {
padding-right: 5px;
}

#row10 .photo {
padding-top: 17.5rem;
}

#row11 .left {
width: 70%;
margin: 0 auto 120px 5%;
}

#row11 .right {
width: 70%;
margin: 0 auto 0 auto;
}

#row12 {
-webkit-align-items: flex-end;
align-items: flex-end;
margin: 0 auto 50px auto;
}

#row12 .text {
width: 50%;
text-align: right;
}

#row12 .photo {
width: 45%;
margin: 0 0 0 3%;
}

#row12 .text p {
font-size: 1rem;
line-height: 2rem;
letter-spacing: 0.05rem;
font-weight: 300;
}

#row13 {
width: 80%;
margin: 0 auto 180px 0;
}

#row14 {
margin: 0 auto 150px auto;
}

#row14 .left {
order: 2;
width: 80%;
margin: 0 auto 0 0;
}

#row14 .right {
order: 1;
width: 100%;
margin: 0 0 180px 0;
}

#row15 {
width: 100%;
margin: 0 auto 120px auto;
}

#row15 .text {
width: 96%;
margin: 120px auto 0 auto;
}

#row15 .text p {
text-align: center;
font-size: 1rem;
line-height: 2rem;
}

.allitem {
width: 100%;
margin: 0 auto 210px auto;
}

.allitem p {
font-size: 1.8rem;
letter-spacing: 0.1rem;
}

.allitem a {
color: #111;
padding-bottom: 5px;
border-bottom: 0.7px solid #111;
}

.allitem a:hover {
color: #555;
padding-bottom: 5px;
border-bottom: 0.7px solid #555;
}

#profile {
text-align: center;
width: 100%;
border-top: 0.7px solid #959595;
border-bottom: 0.7px solid #959595;
margin: 0 auto 210px auto;
padding: 60px 0;
}

#profile .photo {
width: 50%;
margin: 0 auto 30px auto;
}

#profile .text {
width: 90%;
margin: 0 auto 0 auto;
}

#profile h2 {
font-size: 2.2rem;
line-height: 3rem;
letter-spacing: 0.1rem;
font-weight: normal;
margin: 0 auto 5px auto;
}

#profile h3 {
font-size: 1.2rem;
line-height: 2.4rem;
font-weight: normal;
margin: 0 auto 25px auto;
}

#profile p {
font-size: 1.1rem;
line-height: 2rem;
margin: 0 auto 25px auto;
}

#profile p:last-of-type {
margin: 0 auto;
}

#profile p.url {
font-size: 1.2rem;
line-height: 2.4rem;
}

#profile p.url img {
width: 15px;
height: 15px;
margin: 4px 5px 0 0;
}

#staff {
width: 96%;
margin: 0 auto 210px auto;
}

#staff .text {
margin: 0 auto;
width: fit-content;
margin: 0 auto;
}

#staff p {
font-size: 1rem;
line-height: 2rem;
letter-spacing: 0.05rem;
margin: 0 0 25px 0;
}

#staff p .role {
display: inline-block;
min-width: 80px;
margin-right: 10px;
}

#staff p .name {
display: inline-block;
}

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

.product {
text-align: left;
width: fit-content;
margin: 15px 10px 0 auto;
}

#row1 .product,
#row2 .product,
#row7 .product,
#row11 .product,
#row13 .product,
#row14 .left .product {
text-align: left;
width: fit-content;
margin: 15px 0 0 auto;
}

.product p {
color: #111;
font-size: 1rem;
line-height: 1.5rem;
letter-spacing: 0.05rem;
margin-bottom: 4px;
}

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

#row2 .product p .name,
#row6 .product p .name,
#row8 .product p .name {
min-width: 55px;
}

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

#row10 .product p .price,
#row14 .right .product p .price {
min-width: 55px;
}

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

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

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

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

.ec p {
text-align: center;
font-size: 1rem;
line-height: 2rem;
letter-spacing: 0.1rem;
margin: 0 0 10px 0;
}

.ec p a {
min-width: 80vw;
max-width: 94%;
min-height: 50px;
box-sizing: border-box;
display: inline-block;
background: #fff;
padding: 15px 20px;
}

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

.ec p a:hover, .ec p a:active {
color: #333;
border: 1px solid #111;
}

/* ----------------------------------------------------------------
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: 10px 0 30px 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(40px);
}

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


