/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700');
.u_line{
    display: inline;
}
.u_line.y{
    background-color: #fff600;
}
.flexbox_clm2_wrap{
    padding-top: 56.65%;
    position: relative;
    overflow: hidden;
}
.flexbox_clm2_wrap .w100{
    width: 50%;
}
.flexbox_clm2_wrap > .flexbox{
    width: 100%;
    height: 100%;
    position:absolute;
    top:50%;
    left:50%;
    -webkit-transform:translate(-50%,-50%);
    transform:translate(-50%,-50%);
}
.snap .stylist{
    display: none;
}
.snap a{
    pointer-events: none;
}
.stylist{
	margin-top: 15px;
}
.stylist dt::after{
	content: "/";
	margin: 0 .5em;
}
.stylist dd::after{
	content: ",";
	margin: 0 .5em;
}
/*.snap a{
    pointer-events: none;
}*/
#reason .stylist dd:last-of-type::after{
    content: none;
}
.montserrat{
    font-family: 'Montserrat', sans-serif;
}
/****************
*
*	keyV
*
/****************/
section{
	margin-bottom: 100px;
	margin-bottom: 10%;
}
section.title{
    margin-bottom: 0;
}
#keyV{
	text-align: center;
}
#keyV .titleBox {
    padding: 20px;
    margin-bottom: 30px;
    display: inline-block;
    background-image: url("../../img/contents/hair/short/burst.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top center;
}
#keyV .titleBox h2{
    margin: 20px 0;
    letter-spacing: 3px;
    line-height: 0.8;
    background-color: #C2DCD9;
    padding: 0 60px;
    position: relative;
}
#keyV .titleBox h2::before,
#keyV .titleBox h2::after{
    display: block;
    content: "";
    width: 10%;
    height: 70%;
    position: absolute;
}
#keyV .titleBox h2::before{
    border-top: 1px solid #000;
    border-left: 1px solid #000;
    top: 0;
    left: 0;
}
#keyV .titleBox h2::after{
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    bottom: 0;
    right: 0;
}
#keyV .montserrat{
    letter-spacing: 3px;
}
#keyV .inner-box{
    padding: 10px;
    background-color: rgba(124, 166, 178, 0.6);
    width: 80%;
    margin-top: -80px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 1;
}
#keyV .inner-box > div{
    padding: 40px;
    border: 2px solid #fff;
}
#keyV .inner-box h3{
    display: inline-block;
    font-weight: bold;
    color: #fff;
    text-stroke: 1px #000;
    -webkit-text-stroke: 1px #000;
}
#keyV .inner-box h3 span{
    display: block;
    font-size: 45px;
}

#keyV .inner-box h3::after{
    display: block;
    content: "";
    width: 100%;
    border-bottom: 2px solid;
    margin: 30px auto;
}
/****************
*
*	reason
*
/****************/
#reason{
    text-align: center;
    counter-reset: number;
}
#reason h2{
    display: inline;
    background: linear-gradient(transparent 60%, #C2DCD9 0%);
}
#reason h2 img{
    vertical-align: baseline;
    margin-right: .5em;
    width: 140px;
}
#reason ul{
    margin: 50px 0;
}
#reason ul .flexbox{
    -webkit-align-items: stretch;
    align-items: stretch;
}
#reason ul li:nth-child(odd) > .flexbox{
    flex-direction: row-reverse;
}
#reason figure {
    position: relative;
    background-color: #fff;
}
#reason figure .photo{
    width: 50%;
    position: relative;
    min-height: 360px;
}
#reason figure .photo.flexbox_clm2_wrap{
 padding-top: 0;
}
#reason figure figcaption{
    padding: 30px 60px;
    width: 50%;
    text-align: left;
    position: relative;
    z-index: 1;
}
#reason figure figcaption .numBox{
    width: 70px;
    height: 70px;
    position:absolute;
    top: -30px;
    left: -30px;
    background-color: #000;
    border-radius: 50%;
    color: #fff;
}
#reason figure figcaption .numBox::before{
    display: inline;
    counter-increment: number;
    content: counter(number);
    position: absolute;
    top:50%;
    left:50%;
    -webkit-transform:translate(-50%,-50%);
    transform:translate(-50%,-50%);
}

#reason figure figcaption .numBox::after{
    content: "";
    width: 20px;
    height: 15px;
    background:
        linear-gradient(to bottom right, transparent 50%, #000 50.1%) top left/ 50% 100% no-repeat,
        linear-gradient(to bottom left,  transparent 50%, #000 50.1%) top right / 50% 100% no-repeat;
    position: absolute;
    bottom: 5px;
    right: 0px;
    transform: rotate(5deg);
}
#reason figure::before{
    display: block;
    content: "";
    width: 18%;
    height: 50%;
    background:
	linear-gradient(to bottom right, #E1EEEC 50%, transparent 50.1%) top left/ 100% 100% no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}
#reason .numBox_list.flexbox{
    margin: 0;
}
#reason .numBox_list.flexbox li{
    text-align: left;
    margin-bottom: 0;
}
#reason ul li:nth-child(even) figure::before{
    left: 50%;
}
#reason figure figcaption h3{
    margin-bottom: 1em;
}
#reason figure figcaption h4{
    color: #96a2ac;
}
#reason figure figcaption h4::after{
    display: block;
    content: "";
    width: 50px;
    border-bottom: 2px solid #96a2ac;
    margin: 1em 0;
}
/****************
*
*	two
*
/****************/
#two{
    text-align: center;
}
#two h2{
    display: inline;
    background: linear-gradient(transparent 60%, #C2DCD9 0%);
}
#two h2 em {
    font-size: 180%;
    margin-right: .2em;
}
#two h3{
    position: relative;
    margin-bottom: 1em;
}
#two h3::after{
    width: 100%;
    font-family: Didot;
    font-size: 50px;
    color: #C2DCD9;
    z-index: -1;
    white-space: nowrap;
    position:absolute;
    top:50%;
    left:50%;
    -webkit-transform:translate(-50%,-50%);
    transform:translate(-50%,-50%);
    text-align: center;
}
#two > div > ul.flexbox{
    margin-top: 50px;
    align-items: flex-start;
}
#two ul li:nth-child(1) h3::after{
    content: "with bangs";
}
#two ul li:nth-child(2) h3::after{
    content: "without bangs";
}
#two .wrap {
    display: none;
}
#two .wrap > p{
    text-align: left;
    margin: 30px 0;
}

#two .wrap h4{
    margin-bottom: 20px;
}
#two h3 em{
    font-size: 150%;
    margin: 0 .5em;
}
#two h3 em::before{
    content: "“";
}
#two h3 em::after{
    content: "”";
}
#two button{
    color: #fff;
    border: none;
    border-radius: 50%;
    width:  100px;
    height: 100px;
    background-color: #7ca6b2;
    margin-top:-50px;
    letter-spacing: 2px;
    cursor: pointer;
}
#two button::after{
    content: "";
    display: block;
    width:  10px;
    height: 10px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
#two button.active::after{
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);}
/************************

        archive_wrap

************************/
.archive_wrap{
    counter-reset: number;
}
.archive_wrap h3{
    display: inline-block;
    padding-right:1em ;
    padding-bottom: 5px;
    margin-bottom: 1em;
    position: relative;
    border-bottom: 1px solid #000;
}
.archive_wrap h3::after{
    content: "";
    position: absolute;
    border-bottom: 1px solid;
    width: 15px;
    bottom: -1px;
    right: 0;
    transform-origin: bottom right;
    transform: rotate(45deg);
}
.archive_wrap .archive_list .tmb{
    margin-bottom: 1em;
}
@media screen and (max-width:768px){
    #keyV .inner1000{
        width: 100%;
    }
    #reason figure .photo{
        background-size: cover;
        background-position: top;
    }
    #reason figure{
        background-color: transparent;
        margin-bottom: 60px;
    }
#reason figure .photo{
    width: 100%;
}
    #reason figure .photo.flexbox_clm2_wrap{
     padding-top: 73%;
    }
#reason figure figcaption{
    padding: 50px 60px;
    width: 100%;
    background-color: #fff;
    background:
	linear-gradient(to bottom right, #E1EEEC 30%, #fff 30.1%) top left/ 45% 100% no-repeat ,
	linear-gradient(to bottom left, #fff 50%, #fff 50.1%) top right/ 55.1% 100% no-repeat ;
}
    
#reason figure::before{
    content: none;
}
}
@media screen and (max-width:480px){
    #keyV .inner-box{
        width: 90%;
        margin-top: -40px;
    }
    #keyV .inner-box > div{
        padding: 20px;
    }
    #keyV .inner-box h3{
        font-size: 16px;
    }
    #keyV .inner-box h3 span{
        font-size: 26px;
    }
    #keyV .inner-box p{
        text-align: left;
    }
    #reason figure .photo{
        background-size: contain;
        background-position: top;
        min-height: auto;
        height: auto;
        padding-top: 72.5%;
    }
    #reason h2 img{
        width: 100px;
    }
    #reason figure figcaption{
        padding: 50px 20px;
        width: 100%;
        background-color: #fff;
        background:
        linear-gradient(to bottom right, #E1EEEC 30%, #fff 30.1%) top left/ 100% 100% no-repeat ,
        linear-gradient(to bottom left, #fff 50%, #fff 50.1%) top right/ 0% 100% no-repeat ;
    }
    #reason figure figcaption .numBox{
        left: -10px;
    }
    #two > div > ul.flexbox.clm2 > li{
        width: 100%;
        margin-bottom: 60px;
    }
    #two .photo{
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }
    #two h3::after{
        font-size: 40px;
    }
    .archive_wrap .archive_list li{
        width: 47%;
    }
}








