@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: "Marcellus", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
font-size: 1.3rem;
line-height: 2.8rem;
font-weight: normal;
margin: 0 auto;
}

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

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

img {
border: 0;
display: block;
max-width: 100%;
height:auto
}

.pc { display: none; }

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

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

#hero img {
width: 100%;
}

/* ----------------------------------------------------------------
Overlay
----------------------------------------------------------------- */

#overlay {
z-index: 2;
width: 90%;
position: fixed;
bottom: 10px;
left: 5%;
}

#overlay .button a {
display: inline-block;
width: 100%;
background: #F6F1EB;
border: 1px solid #F6F1EB;
border-radius: 23px;
padding: 10px 10px;
box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.05);
box-sizing: border-box;
}

#overlay .button a:hover {
opacity: 0.7;
}

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

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

#main {
position: relative;
margin: 0 auto;
padding: 0;
}

#main img {
vertical-align: top;
}

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

.intro {
width: 96%;
text-align: center;
margin: 70px auto 120px auto;
}

.intro.bottom {
margin: 70px auto 150px auto;
}

.intro .text {
width: 100%;
}

.intro p {
margin-bottom: 20px;
}

.intro h3 {
font-size: 1.2rem;
line-height: 2rem;
letter-spacing: 0.1rem;
font-weight: normal;
display: -webkit-flex;
display: flex;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-justify-content: center;
justify-content: center;
-webkit-align-items: center;
align-items: center;
margin: 90px auto 40px auto;
}

.intro h3::before {
content: '';
display: block;
flex-grow: 1;
height: 1px;
background: #707070;
margin-right: 25px;
}

.intro h3::after {
content: '';
display: block;
flex-grow: 1;
height: 1px;
background: #707070;
margin-left: 25px;
}

.intro .buttons {
width: 100%;
margin: 0 auto 0 auto;
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;
}

.intro .button {
width: 32.8%;
font-size: 0.9rem;
line-height: 0.9rem;
margin: 0 auto;
}

.intro .buttons.single .button {
width: 40%;
margin: 60px auto 0 auto;
}

.button a {
display: inline-block;
width: 100%;
border: 1px solid #111;
border-radius: 23px;
padding: 10px 5px;
box-sizing: border-box;
}

.button a:hover {
opacity: 0.7;
}

/* ----------------------------------------------------------------
link
----------------------------------------------------------------- */

.link {
margin: 0 auto 180px auto;
}

.link a {
display: inline-block;
border: 1px solid #8d8d8d;
padding: 5px 15px 4px 15px;
box-sizing: border-box;
}

.link a:hover {
opacity: 0.7;
}

/* ----------------------------------------------------------------
side
----------------------------------------------------------------- */

#side {
display: none;
}

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

p {
font-size: 1.1rem;
line-height: 1.8rem;
}

#main .photo a:hover img {
opacity: 0.9;
}

article {
position: relative;
width: 100%;
text-align: center;
padding: 0;
}

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

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

.double {
width: 90%;
margin: 0 auto 60px auto;
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;
}

.double .photo {
width: 40%;
}

.triple {
width: 100%;
margin: 0 auto 60px auto;
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;
}

.title {
width: 100%;
margin: 0 auto 0 auto;
padding: 0 0 40px 0;
}

.title h2 {
margin: 0 auto 20px auto;
}

.title h2 img {
height: 80px;
margin: 0 auto;
}

.title h4 {
font-size: 1.4rem;
line-height: 1.4rem;
letter-spacing: 0.05rem;
font-weight: normal;
margin: 0 auto 10px auto;
}

.title p {
font-size: 1.2rem;
line-height: 1.8rem;
margin: 0 auto 0 auto;
}

#adam {
margin-top: -50px;
padding-top: 50px;
}

#salon {
margin-top: -50px;
padding-top: 50px;
}

#rope {
margin-top: -50px;
padding-top: 50px;
}

.pickup {
width: 100%;
margin: 0 auto 90px auto;
padding: 40px 0 40px 0;
background: #eee;
}

.pickup .inner.double {
width: 96%;
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;
}

.pickup .inner.double .text {
width: 100%;
margin: 0 auto 10px auto;
}

.pickup .inner.double .photo {
width: 60%;
margin: 0 auto;
}

.pickup .inner.triple {
width: 96%;
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;
}

.pickup .inner.triple .text {
width: 100%;
margin: 0 auto 10px auto;
}

.pickup .inner.triple .photo {
width: 49%;
}

.pickup .inner.triple .right {
}

#adam .pickup {
background: #F8F3ED;
}

#salon .pickup {
background: #E1DFD6;
}

#rope .pickup {
background: #E1DFD6;
}

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

.pickup .text p {
margin: 0 auto 20px auto;
}

.pickup .photo {
width: 35%;
background: #fff;
padding: 6px 6px 10px 6px;
box-sizing: border-box;
}

.pickup .text {
color: #16151A;
}

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

.look {
position: relative;
width: 96%;
margin: 0 auto;
}

.look .text h3 {
font-size: 1.4rem;
line-height: 1.4rem;
font-weight: normal;
margin: 0 auto 20px auto;
}

.look .text p {
margin: 0 auto 30px auto;
}

.qa {
width: 100%;
text-align: left;
padding-left: 45px;
box-sizing: border-box;
}

.question {
position: relative;
color: #556961;
font-weight: bold;
margin-top: 25px;
}

.question::before {
content: '';
display: block;
position: absolute;
width: 25px;
height: 1px;
left: -35px;
top: 10px;
background: #556961;
}

.answer {
margin-top: 20px;
}

#row1 {
margin-bottom: 70px;
}

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

#row3 .photo {
width: 60%;
margin: 0 auto 40px auto;
}

#row3 .qa {
width: 100%;
}

#row4 .text {
width: 100%;
}

#row4 .photo {
width: 100%;
}

#row4 .left {
order: 1;
}

#row4 .product {
order: 2;
margin-bottom: 90px;
}

#row4 .right {
order: 3;
width: 50%;
margin: 0 auto;
}

#row5 {
margin-bottom: 120px;
}

#row5 .photo {
width: 55%;
margin: 0 0 40px auto;
}

#row5 .qa {
width: 100%;
}

#row7 {
width: 96%;
margin-bottom: 60px;
}

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

#row8 {
width: 100%;
margin-bottom: 60px;
}

#row10 {
margin-bottom: 120px;
}

#row10 .photo {
order: 1;
width: 55%;
margin: 0 0 40px auto;
}

#row10 .qa {
order: 2;
width: 100%;
}

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

#row12 .photo {
width: 60%;
margin: 0 auto 40px auto;
}

#row12 .qa {
width: 100%;
}

#row13 .text {
width: 100%;
}

#row13 .photo {
width: 100%;
}

#row13 .left {
order: 1;
}

#row13 .product {
order: 2;
margin-bottom: 40px;
}

#row13 .qa {
order: 3;
width: 100%;
margin-bottom: 60px;
}

#row13 .right {
order: 4;
width: 60%;
margin: 0 auto;
}

#row14 .qa {
order: 1;
width: 100%;
margin-bottom: 60px;
}

#row14 .photo {
order: 2;
width: 55%;
}

#row15 .text {
width: 100%;
}

#row15 .photo {
width: 100%;
}

#row15 .product {
margin-bottom: 40px;
}

#row15 .qa {
width: 100%;
}

#row16 {
margin-bottom: 120px;
}

#row16 .photo {
width: 53%;
}

#row16 .left {
margin: 0 auto 0 0;
}

#row16 .right {
margin: -30% 0 40px auto;
}

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

#row19 {
margin-bottom: 120px;
}

#row21 .right {
order: 1;
width: 52%;
margin: 0 auto 20px 10%;
}

#row21 .left {
order: 2;
width: 52%;
margin: 0 2% 40px auto;
}

#row21 .qa {
order: 3;
width: 90%;
margin: 0 0 0 auto;
}

.lineup {
width: 100%;
margin: 0 auto 90px auto;
background: #CACCCA;
padding: 60px 0 40px 0;
}

.lineup h3 {
width: 44%;
display: block;
color: #fff;
font-size: 1.2rem;
line-height: 2rem;
letter-spacing: 0.05rem;
font-weight: normal;
margin: 20px auto 90px auto;
}

.lineup .inner {
width: 96%;
margin: 0 auto;
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;
}

.lineup .item {
width: 47%;
margin: 0 auto 20px auto;
}

.lineup .item a:hover img {
opacity: 0.9;
}

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

.lineup .product p span.price {
text-align: right;
display: inline-block;
min-width: initial;
margin: 0 8px 0 10px;
}

.staff {
background: #F8F9FA;
margin: 0 auto;
padding: 60px 0;
}

.staff h3 {
font-size: 1.2rem;
line-height: 1.2rem;
letter-spacing: 0.1rem;
color: #6F757D;
font-weight: normal;
margin: 0 auto 10px auto;
}

.staff p {
font-size: 1.1rem;
line-height: 2.2rem;
letter-spacing: 0.1rem;
margin: 0 auto 35px auto;
}

.staff p.note {
font-size: 0.9rem;
}

.staff p:last-child {
margin: 0 auto;
}

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

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

.product p {
text-align: right;
font-size: 1rem;
line-height: 1.7rem;
letter-spacing: 0.03rem;
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;
}

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

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

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

.product p span.click {
text-align: right;
display: inline-block;
}

.product p a .click {
color: #fff;
background: #111;
border: 1px solid #111;
padding: 1px 12px; 
}

.product p a:hover .click {
color: #111;
background: #fff;
border: 1px solid #111;
}

.product p .blank {
text-align: center;
display: inline-block;
width: 55px;
font-size: 0.8rem;
line-height: 1.2rem;
letter-spacing: 0;
}

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

.ec {
text-align: center;
width: 100%;
display: -webkit-flex;
display: flex;
-webkit-justify-content: center;
justify-content: center;
margin: 0 auto 120px auto;
}

.ec p {
font-size: 1.63rem;
line-height: 1.6rem;
letter-spacing: 0.15rem;
text-align: center;
margin: 0 auto;
}

.ec p a {
color: #fff;
min-width: 170px;
min-height: 50px;
border-radius: 30px;
display: -webkit-flex;
display: flex;
-webkit-justify-content: center;
justify-content: center;
-webkit-align-items: center;
align-items: center;
box-sizing: border-box;
background: #7C7058;
padding: 0 20px;
}

.ec p a:hover {
opacity: 0.9;
}

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

.fadein {
opacity: 0;
transform: translate(0, 50px);
}
.fadein.is-show {
transform: translate(0, 0);
transition: 2.4s ease;
opacity: 1;
}

.fadein2 {
opacity: 0;
}
.fadein2.is-show {
opacity: 1;
transition: 2.4s 1s ease;
}

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

.footer {
text-align: left;
}

.footer a {
display: inline-block;
text-align: left;
}

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

.mx_auto {
    margin-left: auto;
    margin-right:auto
}

.disp_block {
    display:block !important
}

.disp_flex {
    display: flex;
    flex-wrap: wrap;
    justify-content:space-between
}

.fs18 {
    font-size:4.8vw
}

@media (min-width: 375px) {
    .fs18 {
        font-size:18px
    }
    .footer h3 {
    	display: inline-block;
        text-align: left;
    }
    .footer h4 {
    	display: inline-block;
        text-align: left;
    }
}

.fw700 {
    font-weight:700 !important
}

.footer {
    margin-top: 0;
    padding: 10.4vw 0 17.8666666666vw;
    background:#eae8e9
}

.footer_sns {
    width: 44.8%;
    margin-top:11.46vw
}

.footer_sns_line {
	display: inline-block;
	text-align: left;
    width:12.2666666666vw
}

.footer_sns_line img {
	margin: 0 auto 0 0;
}

.footer_sns_ig {
    width:10.4vw
}

.footer_sns_x {
    width:9.0666666666vw
}

.footer_sns_fb {
    width: 11.2vw;
    margin-top:-1vw
}

.footer_nav {
    width:76%;
    text-align: left;
}

.footer_nav_inner {
    margin-top: 17.33vw;
    gap:13.3vw 0
}

.footer_nav_category {
    margin-bottom:7.73vw
}

.footer_nav_share {
    width:100%
}

.footer_nav_share .footer_sns {
    width: 62.1333333333vw;
    margin:0 auto 0 0
}

.footer_nav_onlinestore {
    width:100%
}

.footer_nav_onlinestore li, .footer_nav_help li {
    font-size: 3.7333333333vw;
    line-height:2.07
}

.footer_nav_onlinestore li:before, .footer_nav_help li:before {
    content: "・ "
}

.footer_nav_onlinestore li a {
    text-decoration:underline
}

.footer_help {
    gap:14.13vw 0
}

.footer_help01, .footer_help02 {
    width:100%
}

.footer_tagwrapper {
    width: 76%;
    margin-top:25.33vw
}

.footer_copyright {
    margin-top: 6.13vw;
    letter-spacing:.03em
}

@media (min-width: 768px) {
    .footer {
        margin-top: 0;
        padding:50px 0
    }

    .footer h3 {
    	display: block;
        text-align: center;
    }
    .footer h4 {
    	display: block;
        text-align: center;
    }

    .footer_sns {
        width: 126px;
        margin-top:48px
    }

    .footer_sns_line {
        width:35px
    }

    .footer_sns_ig {
        width:30px
    }

    .footer_sns_x {
        width:25px
    }

    .footer_sns_fb {
        width: 32px;
        margin-top:-3px
    }

    .footer_nav {
        width: 560px;
        margin-top:50px
    }

    .footer_junonline {
        width:247px
    }

    .footer_nav_inner {
        margin-top: 65px;
        gap:50px 0
    }

    .footer_nav_category {
        margin-bottom: 30px;
        font-size:16px
    }

    .footer_nav_share {
        width:260px
    }

    .footer_nav_share .footer_sns {
        width: 175px;
        margin:0
    }

    .footer_nav_onlinestore {
        width:50%
    }

    .footer_nav_onlinestore li, .footer_nav_help li {
        font-size: 12px;
        line-height:1.83
    }

    .footer_nav_onlinestore li:before, .footer_nav_help li:before {
        content: "・ "
    }

    .footer_nav_onlinestore li a {
        text-decoration:underline
    }

    .footer_nav_help {
        width:100%
    }

    .footer_help {
        gap:0
    }

    .footer_help01 {
        width:125px
    }

    .footer_help02 {
        width:calc(100% - 125px)
    }

    .footer_tagwrapper {
        width: 100%;
        margin-top:70px
    }

    .footer_tag {
        width: 215px;
        margin-inline:auto
    }

    .footer_copyright {
        margin-top: 0;
        text-align: center;
        font-size:11px
    }
}

@media (min-width: 1200px) {
    .footer_nav {
        width: 90%;
        max-width:1240px
    }

    .footer_nav_inner {
        width:860px
    }

    .footer_nav_onlinestore, .footer_nav_help {
        width: 300px
    }
}
