
#header > .nav > .first{
    float: left;
}
#header > .nav > second{
    float: right;
}
/* 视频 */
video{
    width: 100%;
    object-fit:fill;
    overflow: hidden;
}
.video{
    width: 100%;
    position: relative;
    background: #111;
    position: fixed;top: 0;
}
.video_bg{
    width: 100%;
    height: 803px;
    background: rgba(0, 0, 0, 0.2);
    position: relative;
    top: 0;
}
.video_bg >span {
    position: absolute;
    top: 34%;
    left: 37%;
    z-index: 9;
    font-size: 56px;
    letter-spacing: 3px;
    color: white;
    text-align: center;
}
.video_bg >p{
    position: absolute;
    top: 56%;
    left: 22%;
    z-index: 9;
    font-size: 32px;
    letter-spacing: 3px;
    color: white;
    text-align: center;
}
.video_btn >a{
    position: absolute;
    bottom: -4%;
    right: 20%;
    font-size: 20px;
    padding: 20px 50px;
    background-color: #ffff00;
    border-radius: 2em;
    z-index: 99;
}
.video_btn >a:hover{
    background-color: #f3f585f3;
}
/* inspiration */
figure {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 40px;
    margin-inline-end: 40px;
}
.inspiration::before {
    content: '';
    background: #f8f877;
    opacity: 0.5;
    width: 6.923%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}
.c-bg__white {
    background-color: #fff;
}
.inspiration__inner {
    padding: 7.6923% 0 0;
}
.c-container.-m {
    width: min(100%, calc((940 / 1300) * 100%));
}
.inspiration__about {
    margin: 0 auto;
    text-align: center;
}
.c-container {
    position: relative;
    width: 100%;
}
.inspiration__about--copy {
    font-size: 16px;
    line-height: calc(40 / 18);
    letter-spacing: 0.05em;
    font-feature-settings: 'palt';
}
.inspiration__about--copy+.inspiration__about--copy {
    margin: 40px 0 0;
}
.c-container.-border-top {
    border-top: 1px solid #e1e1de;
}
.guide__inner {
    margin: 7.4468% auto 0;
    padding: 5.319% 0 0;
}
.guide__head {
    text-align: left;
}
.c-sec__title-en {
    font-size: 26px;
    letter-spacing: 0.1em;
    line-height: 1;
}
.c-ff__jost {
    font-family: Jost, sans-serif;
    font-feature-settings: 'palt';
    letter-spacing: 0.1em;
    font-weight: 400;
}
.guide__lead {
    font-size: 24px;
    margin: 28px 0 0;
    position: relative;
    width: max-content;
    margin: 0 auto;
    z-index: 10;
}
.guide__lead::before {
    content: '';
    width: 100%;
    height: 10px;
    background-image: linear-gradient(90deg, #ffde00, #ffde00);
    background-repeat: no-repeat;
    background-position: bottom left;
    position: absolute;
    bottom: -2px;
    left: -5px;
    z-index: -1;
}
.guide__copy {
    font-size:16px;
    margin: 10px 0 0;
}
.guide__lead, .guide__copy {
    text-align: center;
    font-weight: 700;
    letter-spacing: 0.025em;
    font-feature-settings: 'palt';
}
.guide__list {
    margin-top: 5%;
    display: flex;
}
.guide__item:nth-child(4n+1) {
    margin-left: 0;
}
.guide__item {
    width: calc(25% - 4.255% * 3 / 4);
    margin-left: 4.255%;
    text-align: center;
}
.guide__item--image {
    width: 100%;
}
.guide__item--thum img {
    height: auto;
}
.guide__item--name {
    font-size: 16px;
    font-weight: 700;
    margin: 30px 0 0 40px;
    line-height: 1;
}
.guide__item--profession {
    font-size: 14px;
    font-weight: 700;
    margin: 18px 0 0 40px;
    line-height: 1;
}
.inspiration__loop {
    position: relative;
    z-index: 5;
    margin: 7.4468% 0 0;
}
.inspiration__loop--inner {
    position: relative;
    width: 100vw;
    overflow: hidden;
    will-change: animation;
    display: flex;
}
#banner {
    width: 100%;
    overflow: hidden;
    position: relative;
}
.inspiration__loop--list:nth-child(1) {
    animation: loop1 120s -60s linear infinite;
    backface-visibility: hidden;
    will-change: transform;
}
.inspiration__loop--list {
    white-space: nowrap;
    display: flex;
    width: auto;
    position: relative;
}
.inspiration__loop--item {
    display: inline-block;
    width: 460px;
    margin: 0 10px;
    float: left;
}
.inspiration__loop--thum {
    border-radius: 15px;
    width: 100%;
    height: auto;
    display: inline-block;
}
/* Experience */
.experience{
    width: 100%;
    position: relative;
    background-color: #f0f0ee;
}
.experience_title{
    margin-left: 13%;
}
.experience_title > h1{
    padding: 50px 0;
    font-weight: 600;
}
.experience_pro{
    width: 70%;
    margin: 0 auto;
    overflow: hidden;
}
.experience_pro ul {
    width: 100%;
    float: left;
}
.experience_pro ul li{
    float: left;
    width: 30%;
    height: 317px;
    text-align: center;
    font-size: 16px;
    margin: 0 5% 3% 0; 
}
.experience_pro ul li:nth-child(3){
    margin-right: 0;
}
.experience_pro ul li >div{
    background-color: #fff;
    width: 100%;
    height: 45%;
    position: relative;
    margin-bottom: 25px;
}
.experience_pro ul li >div > img{
    position: absolute;
    left: 0;right: 0;top: 0;bottom: 0;
    margin: auto;
}
.experience_pro ul li >p {
    margin-top: 25px;
    text-align: left;
    line-height: 25px;
    font-size: 14px;
}
/* feature-session */
.c-bg__transparent--white {
    background-color: rgba(255, 255, 255, 0.85);
}
.c-content {
    position: relative;
    width: 100%;
}
.feature-session::before {
    content: '';
    background: #f8f877;
    width: calc((290 / 1300) * 100vw);
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
}
.feature-session__inner {
    position: relative;
    padding: 7.6923% 0;
    margin: 0 auto;
}
.feature-session__head {
    text-align: left;
}
.feature-session__contents {
    margin: 8.191% 0 0;
}
.feature-session__contents--item {
    position: relative;
}
.feature-session__contents--link {
    display: block;
    cursor: pointer;
    text-decoration: none;
}
.feature-session__contents--image {
    position: relative;
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
}
.feature-session__contents--thum {
    width: 100%;
    height: auto;
    border-radius: 20px;
    /* transform: scale(1.095); */
    transition: all 1s;
    transition: transform 2.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
.feature-session__contents--thum:hover{
    transform: scale(1.095);
}
.feature-session__contents--date {
    position: absolute;
    bottom: calc((19 / 460) * 100%);
    left: 0;
    width: calc((310 / 940) * 100%);
    height: calc((51 / 460) * 100%);
    display: flex;
    align-items: flex-end;
    padding: 0 1.25em;
    box-sizing: border-box;
}
.feature-session__contents--date-copy {
    text-align: left;
    line-height: 1;
    display: flex;
    align-items: center;
    width: 100%;
}
.feature-session__contents--date-time {
    font-size: 18px;
}
.feature-session__contents--item.-new .feature-session__contents--date-icon {
    background-color: #e4007f;
}
.feature-session__contents--date-icon {
    display: block;
    font-size: 16px;
    line-height: 1;
    color: #fff;
    letter-spacing: 0.025em;
    width: calc((90 / 320) * 100%);
    border-radius: 9999px;
    text-align: center;
    padding: 0.6666em 0;
    margin: 0 0 0 0.57em;
}
.feature-session__contents--text {
    text-align: left;
    width: calc((890 / 940) * 100%);
    padding: 1.8em 1.25em;
    box-sizing: border-box;
    position: relative;
    margin: calc((-30 / 940) * 100%) 0 0 40px;
}
.feature-session__contents--title {
    display: block;
    letter-spacing: 0.05em;
    font-weight: 700;
    font-feature-settings: 'palt';
}
.feature-session__contents--title.-top {
    font-size: 20px;
    line-height: calc(40 / 24);
}
.feature-session__contents--title.-bottom {
    font-size: 18px;
    line-height: calc(40 / 16);
}
.feature-session__contents--btn {
    position: absolute;
    top: -40px;
    right: 20px;
    width: calc((220 / 890) * 100%);
    text-align: center;
}
.feature-session__contents--item.-new .feature-session__contents--btn--link {
    background-color: #ffb1b7;
}
.c-btn.-s .c-btn__link {
    padding: 1.4375em 0;
    font-size: 16px;
    font-weight: 600;
}
.c-btn__link {
    display: block;
    cursor: pointer;
    border-radius: 9999px;
    text-decoration: none;
    line-height: 1;
    position: relative;
    transition: background-color 0.4s ease-in-out 0s;
    letter-spacing: 0.025em;
}
.feature-session__contents--item+.feature-session__contents--item {
    margin: 5.319% 0 0;
}
.feature-session__contents--item {
    position: relative;
}
.feature-session__contents--date-icon {
    display: block;
    font-size: 14px;
    line-height: 1;
    color: #fff;
    letter-spacing: 0.025em;
    width: calc((90 / 320) * 100%);
    background-color: #000;
    border-radius: 9999px;
    text-align: center;
    padding: 0.6666em 0;
    margin: 0 0 0 0.57em;
}
.c-bg__yellow {
    background-color: #ffff00;
}
.c-btn__link .-right:after {
    display: flex;
    justify-content: center;
    align-items: center;
    content: "\e821";
    width: 1em;
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    font: bold 1.8em/1 icons;
    pointer-events: none;
}
/* share */
.share {
    position: relative;
}
.c-bg__white {
    background-color: #fff;
}
.share__inner {
    padding: 7.6923% 13.8461%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.share__sns {
    margin-left: 45px;
}
.share__sns--list {
    display: flex;
}
.share__sns--item {
    width: 70px;
    margin-left: 30px;
}
.share__sns--link {
    position: relative;
    width: 100%;
    height: 0;
    padding: 27px 14px;
    border: 1px solid #e7e7e7;
    border-radius: 3em;
    text-decoration: none;
    overflow: hidden;
}
/* for_salon              beauty_city*/
.for_salon ,.beauty_city{
    position: relative;
    z-index: 9;
    width: 100%;
    height: 360px;
    background-color: #f7f7f7;
}

.for_salon > a {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #111;
    margin-top: 60px;
    width: 68%;
    height: 253px;
}
.for_salon > a > .for_img,.beauty_city > a >.city_img{
    float: left;
    width: 50%;
    height: 100%;
    overflow: hidden;
}
.for_salon > a > .for_img>img,.beauty_city > a >.city_img>img{
    width: 100%;
    height: 100%;
    transition: all 1s;
}
.for_salon > a:hover img,.beauty_city > a:hover img{
    transform: scale(1.095);
    
}
.for_salon > a:hover .for_page,.beauty_city > a:hover .city_page{
    color: #888;
}
.for_salon > a >.for_page ,.beauty_city > a >.city_page{
    color: #fff;
    width: 50%;
    float: left;
}
.for_salon > a >.for_page >h1{
    margin: 50px auto 0;
    text-align: center;
    font-size: 36px;
}
.for_salon > a >.for_page > p ,.beauty_city > a >.city_page >p{
    font-size: 14px;
    letter-spacing:3px;
    text-align: center;
    margin-top: 10px;
}
.beauty_city{
    border-top: 1px solid #686666;
}
.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%;
}
/* salon_search */
.salon_search{
    position: relative;
    width: 100%;
    height: 400px;
    z-index: 9;
    background-color: #f7f7f7;
}
.salon_search >div {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    /* background-color: pink; */
    width: 68%;
    height: 253px;
}
.salon_search >div > .left,.salon_search >div > .right{
    float: left;
}
.salon_search >div > .left{
    width: 20%;
    margin-right: 12%;
}
.salon_search >div > .left > h1 {
    font-weight: 600;
    letter-spacing:3px;
    margin-top: 10px;
}
.salon_search >div >.right > p{
    font-size: 14px;
    line-height: 30px;
    letter-spacing:3px;
}
.salon_search >div >.right > p:first-child{
    margin-top: 10px;
}
.salon_search >div >.right > p:nth-child(3){
    font-size: 12px;
    color: #888;
    margin-bottom: 20px;
}
.salon_search > div >.right > form > .select > select {
    width: 85%;
    padding: 0.6em 0;
    border-bottom: 1px solid #111;
    border-radius: 0;
    background: transparent;
    float: left;
}
.salon_form> div >.right >form> .select {
    flex: 1 1 100%;
    position: relative;
}
.salon_search > div >.right> form > .search {
    float: left;
    margin-left: 10px;
    padding: 0.7em 2.1em;
    border-radius: 2em;
    outline: none;
    background: #111;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    transition: background-color 0.4s ease-in-out;
}
