@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.4rem;
line-height: 3rem;
box-sizing: border-box;
border-right: 40px solid #111;
border-left: 40px solid #111;
margin: 0 auto;
}

body {
display: none;
}

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

a:active, a:hover {
color: #999;
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;
padding: 0;
}

#hero .photo {
width: 100%;
}

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

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

.wrap {
position: relative;
width: 100%;
margin: 0 auto;
}

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

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

#intro {
text-align: center;
width: 90%;
margin: 0 auto 120px auto;
padding-top: 120px;
}

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

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

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

.single {
width: 50%;
margin: 0 auto 150px 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-end;
align-items: flex-end;
margin: 0 auto 150px auto;
}

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

.photo {
position: relative;
}

.top {
margin-bottom: 12px;
}

.photo img {
width: 100%;
}

.text {
width: 100%;
}

.text img {
width: 100%;
}

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

#row2 {
width: 90%;
margin-bottom: 180px;
}

#row2 .top {
width: 90%;
margin-right: auto;
}

#row2 .bottom {
width: 90%;
margin-left: auto;
}

#row3 {
margin: 0 5% 120px auto;
}

#row4 {
width: 80%;
}

#row5 .left {
z-index: 2;
width: 20%;
margin: 0 -3.5% 30px auto;
}

#row5 .right {
width: 60%;
}

#row6 {
margin-bottom: 90px;
}

#row7 {
margin: 0 12px 150px auto;
}

#row9 {
width: 97%;
margin-right: 0;
}

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

#row10 {
width: calc(100% - 12px);
margin: 0 12px 90px auto;
}

#row10 .text {
width: 25%;
position: absolute;
left: 73%;
bottom: -30px;
}

#row10 .text li {
height: 25px;
margin: 0;
padding: 0;
}

#row11 {
margin-right: 0;
}

#row12 {
margin: 0 auto 120px 15%;
}

#row13 {
width: 70%;
margin-right: 6px;
}

#row14 {
-webkit-justify-content: flex-start;
justify-content: flex-start;
-webkit-align-items: flex-start;
align-items: flex-start;
}

#row14 .left {
width: 60%;
margin: 0 12px 0 6px;
}

#row14 .right {
width: 5%;
}

#row15 {
width: 80%;
margin-right: 6px;
margin-right: 0;
}

#row16 {
margin: 0 auto 90px 15%;
}

#row17 {
width: 55%;
margin-right: 6px;
}

#row17 .text {
z-index: 2;
position: absolute;
bottom: -3%;
left: -18%;
width: 32%;
background: rgba(0,0,0,0.85);
padding: 120px 0 10px 10px;
box-sizing: border-box;
}

#row17 .text ul {
width: 70%;
}

#row18 {
width: 70%;
margin: 0 0 90px 0;
}

#row19 {
margin-right: 10%;
}

#row20 {
-webkit-align-items: flex-start;
align-items: flex-start;
width: calc(100% - 12px);
margin: 0 0 150px 12px;
}

#row20 .left {
width: 55%;
}

#row20 .right {
text-align: left;
width: calc(45% - 20px);
}

#row20 .right p {
letter-spacing: 0.1rem;
margin: 10px 0 20px 0;
}

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

.item-container {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.item {
width: 100%;
height: 100%;
}

.open-close {
pointer-events: auto;
width: 100%;
height: 100%;
}

.item-trigger {
display: flex;
align-items: center;
justify-content: space-between;
width: 100%;
height: 100%;
border: 0;
background: none;
padding: 1rem;
font-weight: 700;
text-align: left;
cursor: pointer;
}

.icon {
z-index: 4;
flex: 0 0 auto;
margin-left: 0.5rem;
width: 100%;
height: 100%;
}

.icon::before {
position: absolute;
bottom: 15px;
left: 20px;
content: "+";
color: #fff;
font-size: 2rem;
font-weight: normal;
}

.item-trigger[aria-expanded="true"] .icon::before {
content: "−";
color: #fff;
font-size: 1.6rem;
}

.panel {
position: absolute;
top: 0;
left: 0;
text-align: left;
width: 100%;
height: 100%;
background: rgba(0,0,0,0.5);
box-sizing: border-box;
padding: 50px 10px;
}

.panel .items {
height: 100%;
width: fit-content;
display: -webkit-flex;
display: flex;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-justify-content: flex-end;
justify-content: flex-end;
-webkit-align-items: flex-start;
align-items: flex-start;
-webkit-flex-direction: column;
flex-direction: column;
margin: 0 auto 0 5%;
}

.panel p {
position: relative;
z-index: 5;
pointer-events: auto;
width: fit-content;
text-align: left;
font-size: 1.2rem;
letter-spacing: 0.1rem;
line-height: 1.4rem;
color: #fff;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

article.ec p a:hover, article.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;
transition: 1.6s 0s ease;
}

.fadein.is-show {
opacity: 1;
}

.fadeinver {
clip-path: inset(0 0 150% 0);
}

.fadeinver.is-show {
clip-path: inset(0 0 0 0);
transition: 1s 0.4s clip-path;
}

.line1 {
opacity: 0;
transition: 1.8s 0.2s ease;
}

.line1.is-show {
opacity: 1;
}

.line2 {
opacity: 0;
transition: 1.8s 0.9s ease;
}

.line2.is-show {
opacity: 1;
}

.line3 {
opacity: 0;
transition: 1.8s 1.6s ease;
}

.line3.is-show {
opacity: 1;
}
