@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: "Inter", sans-serif, "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 {
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: 20%;
position: absolute;
top: 54%;
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: 28%;
position: absolute;
top: 54%;
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: 10%;
position: absolute;
bottom: 3.5%;
left: 50%;
transform: translate(-50%, 0);
animation: fadein3 2s ease 2s 1 normal forwards;
}

#hero h3 img {
width: 100%;
}

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

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

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

#title h2 {
text-align: right;
width: 11%;
position: fixed;
top: 20px;
right: 7%;
}

#title h2 img {
width: 100%;
}

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

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

.wrap {
position: relative;
width: 90%;
max-width: 1200px;
text-align: center;
margin: 0 auto;
}

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

#intro {
width: 100%;
margin: 90px auto 120px auto;
}

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

#intro p {
font-size: 1.4rem;
line-height: 2.8rem;
letter-spacing: 0.1rem;
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: 45%;
margin: 0 auto 120px 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 120px auto;
}

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

.photo {
position: relative;
}

.sticky {
position: relative;
}

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

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

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

#row3 .left {
width: calc((100% - 5%)*0.4);
}

#row3 .right {
width: calc((100% - 5%)*0.6);
}

#row4 {
margin: 0 auto 180px auto;
}

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

#row5 p {
text-align: center;
font-size: 2.4rem;
line-height: 4.8rem;
letter-spacing: 0.3rem;
}

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

#row7 {
width: 35%;
margin: 0 10% 150px auto;
}

#row8 {
margin: 0 auto 150px auto;
background: #fff;
}

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

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

#row9 .product {
margin: 20px 20px 0 auto;
}

#row10 {
position: relative;
}

#row10 .text {
z-index: 2;
width: 50%;
position: absolute;
top: 0;
left: -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: 17rem;
}

#row11 .left {
width: 40%;
margin: 0 auto;
}

#row11 .right {
width: 45%;
margin-top: 50%;
margin: 40% 0 0 auto;
}

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

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

#row12 .photo {
width: 30%;
margin: 0 15% 9% 5%;
}

#row12 .text p {
font-size: 1.8rem;
line-height: 3.6rem;
letter-spacing: 0.2rem;
font-weight: 300;
}

#row13 {
margin: 0 auto 150px 22%;
}

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

#row14 .left {
width: 25%;
margin: 40% 5% 0 auto;
}

#row14 .right {
width: 40%;
margin: 0 10% 0 0;
}

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

#row15 .text {
text-align: center;
width: 100%;
margin: 120px auto 0 auto;
}

.allitem {
width: 100%;
margin: 0 auto 240px 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: 80%;
border-top: 0.7px solid #959595;
border-bottom: 0.7px solid #959595;
margin: 0 auto 120px auto;
padding: 60px 0;
box-sizing: border-box;
}

#profile .photo {
width: 25%;
margin: 0 auto 50px 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 30px auto;
}

#profile p {
font-size: 1.4rem;
line-height: 2.8rem;
margin: 0 auto 30px auto;
}

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

#profile p.url {
}

#profile p.url img {
width: 16px;
height: 16px;
margin: 7px 8px 0 0;
}

#staff {
width: 100%;
margin: 0 auto 180px auto;
}

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

#staff p {
width: 100%;
font-size: 1.3rem;
line-height: 2.6rem;
letter-spacing: 0.1rem;
margin: 0 0 30px 0;
}

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

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

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

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

.product p {
color: #111;
font-size: 1.2rem;
line-height: 2rem;
letter-spacing: 0.1rem;
margin-bottom: 8px;
}

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

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

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

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

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

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

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

.ec p a:hover, .ec p a:active {
color: #fff;
background: #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: 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(40px);
}

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



