.h_title a:first-child{
    margin-left: 30%;
}
/* article */
.article {
    width: 100%;
    font-size: 16px;
    text-align: left;
    line-height: 2.2;
    background: #fdfad4;
    overflow: hidden;
}
.article  > .mood {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    font-size: 14px;
    text-align: left;
}
.article  > .mood > h1 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 70px;
    height: 70px;
    position: absolute;
    left: 20%;
    top: 25px;
    border-radius: 5em;
    background: #fff;
    font-size: 14px;
    font-weight: 500;
    font-family: Jost,sans-serif;
    letter-spacing: 0.04em;
    line-height: 1;
}
.article  > .mood > strong ,.article  > .mood > p{
    margin-left: 27%;
}
.article  > .mood > strong {
    display: block;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
    margin-top:2.5%;
}
.article  > .mood > p{
    margin-bottom: 130px;
}
.article-image_1,.article-page {
    
    text-align: center;
    width: 65%;
    margin: 0 auto;
    position: relative;
    top: -100px;
}
.article-image_1 > .video {
    display: block;
    width: 80px;
    height: 80px;
    position: absolute;
    left: 0;    
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2;
    margin: auto;
    padding: 1em;
    overflow: hidden;
    color: transparent;
    font-size: 1.2rem;
    font-weight: 600;
    font-family: Jost,sans-serif;
    letter-spacing: 0.1em;
    line-height: 1;
    text-decoration: none;
}
.article-image_1  > .video::before {
    display: block;
    content: '';
    width: 100%;
    height: 0;
    padding: 100% 0 0;
    background: url(../img/image/header_video.svg) center 0 no-repeat;
    background-size: contain;
    opacity: 0.7;
}
.article-page  > h1 {
    color: #000;
    font-size: 60px;
    font-weight: 600;
    font-family: "Libre Baskerville",serif;
    line-height: 1;
    font-style: italic;
    margin: -35px 0 50px 0; 
}
.article-page > p {
    font-size: 20px;
    margin-bottom: 40px;
}
.article-page > .tags{
    display: flex;
    justify-content: center;
    font-size: 14px;
}
.article-page > .tags li a{
    padding: 5px 10px;
    background-color: #f2f2f2;
    border-radius: 2em;
    margin: auto 5px;
}
.article-page > .tags li a:hover{
    color: #fff;
    background-color: #000;
}
.article-page > p:last-child{
    width: 70%;
    margin: 50px auto;
    font-size: 16px;
    text-align: left;
    line-height: 40px;
}
/* step */
.step{
    width: 46.5%;
    margin: 0 auto;
}
.step > h1 {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    font-weight: 600;
    font-family: "Libre Baskerville",serif;
    line-height: 1;
}
.step > h1::after {
    margin-left: 1em;
}
.step > h1::before {
    margin-right: 1em;
}
.step > h1::before, .step > h1::after {
    flex: 1;
    display: block;
    content: '';
    border-top: 1px solid #e7e7e7;
}
.step .list {
    width: 660px;
    margin: -80px auto 0;
    padding: 40px 0 0;
}
.step .list > li {
    margin: 80px 0 0;
}
.step .list > li > .image {
    position: relative;
}
.step .list > li > .image > img {
    display: block;
    width: 100%;
    height: auto;
}
.step .list > li > .image > .item {
    display: flex;
    width: 180px;
    align-items: center;
    position: absolute;
    right: 15px;
    bottom: 15px;
    padding: 8px 20px 8px 15px;
    border-radius: 5px;
    background: #fff;
    font-size: 1.2rem;
    text-align: center;
    line-height: 1.5;
}
.step .list > li > .image > .item > h1 {
    display: none;
    font-size: 30px;
}
.step .list > li > .image > .item > strong {
    display: block;
    width: 65px;
    font-size: 14px;
    margin: -25px 10px 0 0;
    font-weight: 500;
    font-family: Jost,sans-serif;
    letter-spacing: 0.04em;
    text-align: center;
    line-height: 1;
}
.step .list > li.oil > .image > .item > strong>.before {
    /*background-image: url(../img/image/step_item_oil.png);*/
}
.step .list > li > .image > .item > strong>.before {
    display: block;
    content: '';
    height: 65px;
    margin-bottom: 10px;
    background: no-repeat;
    background-size: contain;
}
.step .list > li.oil > .image > .item > p{
    font-size: 14px;
}
.step .list > li.oil > .image > .item > p>.before {
    /*background-image: url(../img/image/step_item_amount_oil01.jpg);*/
}
.step .list > li > .image > .item > p>.before {
    display: block;
    content: '';
    width: 55px;
    height: 55px;
    position: absolute;
    right: 5%;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 10em;
    background: no-repeat;
    background-size: contain;
}
.step .list > li > h2 {
    margin: 1em 0 0;
    font-weight: 600;
}
.step .list > li > p {
    margin: 0.3em 0 0;
    font-size: 16px;
    line-height: 35px;
}
/* human */
#base-style {
    width: 40%;
    margin: 100px auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 160px;
    position: relative;
    padding: 40px 80px 40px 295px;
    border: 1px solid #111;
    font-size: 1.5rem;
}
#base-style > .image {
    display: block;
    width: 160px;
    height: 160px;
    position: absolute;
    left: 80px;
    top: 40px;
    transform: translateZ(0);
    border-radius: 10em;
    overflow: hidden;
}
#base-style > .image > img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#base-style > h1 {
    font-size: 20px;
    font-weight: 600;
    font-family: Jost,sans-serif;
    letter-spacing: 0.04em;
    line-height: 1;
}
#base-style > p {
    margin-top: 1em;
    font-size: 16px;
    line-height: 30px;
}
/* other */
.other{
    width: 100%;
    height: 680px;
    background-color: #f7f7f7;
}
.other >h1{
    text-align: center;
    font-size: 40px;
    line-height: 4;
    letter-spacing: 2px;
    font-weight: 600;
    font-family: "Libre Baskerville",serif;
}
.other-list {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    z-index: 9;
}
.other-list > li{
    width: 33.3%;
    height: 265px;
}
.other-list > li > a, .other-list > li > a > .image , .other-list > li > a > .image > img{
    width: 100%;
    height: 100%;
}
.other-list > li h2 {
    margin: 1.5em 0 0 0.8em;
    font-size: 26px;
    font-weight: 600;
    font-family: "Libre Baskerville",serif;
    font-style: italic;
    line-height: 1;
}
.other-list > li p {
    margin: 0.5em 0 70px 1.4em;
    font-size: 14px;
}
.other-list > li .c-tags {
    display: flex;
    flex-wrap: wrap;
    line-height: 40px;
    font-size: 14px;
}
.other-list > li .c-tags li a {
    padding: 5px 10px;
    background-color: #fff;
    border-radius: 2em;
    margin: 10px;
    z-index: 9;
}
.other-list > li .c-tags li a:hover{
    background-color: #000;
    color: #fff;
}
/* hair_make              beauty_city*/
.hair_make ,.beauty_city{
    position: relative;
    z-index: 9;
    width: 100%;
    height: 360px;
    background-color: #f7f7f7;
}
.hair_make {
    background-color: white;
}
.hair_make > a {
    display: inline-block;
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #111;
    width: 68%;
    height: 253px;
}
.hair_make > a > .hair_make_img,.beauty_city > a >.city_img{
    float: left;
    width: 50%;
    height: 100%;
    overflow: hidden;
}
.hair_make > a > .hair_make_img>img,.beauty_city > a >.city_img>img{
    width: 100%;
    height: 100%;
    transition: all 1s;
}
.hair_make > a:hover img,.beauty_city > a:hover img{
    transform: scale(1.095);

}
.hair_make > a:hover .hair_make_page,.beauty_city > a:hover .city_page{
    color: #888;
}
.hair_make > a >.hair_make_page ,.beauty_city > a >.city_page{
    color: #fff;
    width: 50%;
    margin-top: 4%;
    float: left;
    text-align: center;
}
.hair_make > a >.hair_make_page >h2{
    margin: 50px auto 0;
    text-align: center;
    font-size: 36px;
}
.hair_make > a >.hair_make_page > b ,.beauty_city > a >.city_page >p{
    font-size: 14px;
    letter-spacing:3px;
    text-align: center;
    margin-top: 10px;
}
.beauty_city{
    border-top: 1px solid #e7e7e7;
}
.beauty_city >a{
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #f7f7f7;
    width: 68%;
    height: 253px;
    border: 1px solid #111;
}
.beauty_city > a >.city_page{
    height: 100%;
    color: #111;
    background-color: #dddada;
}
.beauty_city > a >.city_page >p:first-child{
    margin-top: 18%;
}

 