body {
  color: #5F5F5F;
  font-family: "Helvetica", "Helvetica Neue", sans-serif;
}

img {
  height: auto;
  max-width: 100%;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
  #navArea nav {
    bottom: 0;
    left: -100%;
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
    overflow-y: auto;
    position: fixed;
    top: 0;
    transition: 0.5s;
    width: 100%;
    z-index: 300;
  }
  #navArea.open nav {
    left: 0;
  }
  #navArea.open .toggle_btn span {
    background-color: rgb(0, 0, 0);
  }
  #navArea.open .toggle_btn span:nth-child(1) {
    animation: unset;
    top: 5px;
    transform: translate(0, 10px) rotate(-45deg);
  }
  #navArea.open .toggle_btn span:nth-child(2) {
    animation: unset;
    opacity: 0;
  }
  #navArea.open .toggle_btn span:nth-child(3) {
    animation: unset;
    top: 25px;
    transform: translate(0, -10px) rotate(45deg);
  }
  .toggle_btn {
    align-items: center;
    border: 1px solid #5F5F5F;
    border-radius: 44px;
    cursor: pointer;
    display: none;
    height: 44px;
    justify-content: center;
    position: fixed;
    right: 15px;
    text-align: center;
    top: 30px;
    transform: translate(0, 0);
    transition: all 0.5s;
    width: 44px;
    z-index: 10000;
  }
  .toggle_btn a {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    width: 100%;
  }
  .toggle_btn .inner {
    align-items: center;
    display: flex;
    justify-content: center;
    height: 6px;
    position: relative;
    width: 19px;
  }
  .toggle_btn .inner span {
    background-color: #5F5F5F;
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    transition: all 0.5s;
    width: 19px;
  }
  .toggle_btn .inner span:nth-child(1) {
    left: 0;
    top: 0;
    width: 19px;
  }
  .toggle_btn .inner span:nth-child(2) {
    display: none;
    left: 0;
    top: 13px;
    width: 19px;
  }
  .toggle_btn .inner span:nth-child(3) {
    left: 0;
    top: 6px;
    width: 19px;
  }
  #mask {
    display: none;
  }
  .open #mask {
    background: #000;
    cursor: pointer;
    display: block;
    height: 100%;
    left: 0;
    opacity: 0.8;
    position: fixed;
    top: 0;
    transition: all 0.5s;
    width: 100%;
    z-index: 111;
  }
  header .logo {
    left: 30px;
    position: fixed;
    top: 30px;
    width: 87px;
    z-index: 10;
  }
  header .logo img {
    width: 100%;
  }
  header .nav {
    display: none;
  }
  header .insta {
    right: 23px;
    top: 30px;
    position: absolute;
    width: 22px;
    z-index: 10;
  }
  header .insta a {
    display: block;
  }
  header .insta a img {
    width: 100%;
  }
  .btn-links {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 100;
    width: 100%;
  }
  .btn-links ul {
    display: flex;
    width: 100%;
  }
  .btn-links ul li {
    width: 50%;
  }
  .btn-links ul li a {
    align-items: center;
    color: #5f5f5f;
    display: flex;
    font-size: 16px;
    font-weight: bold;
    height: 60px;
    justify-content: center;
    letter-spacing: 0.1em;
    width: 100%;
  }
  .btn-links ul li:first-child {
    background-color: #FFC6C6;
  }
  .btn-links ul li:last-child {
    background-color: #79FFE5;
  }
  .link-recruit {
    bottom: 0;
    position: fixed;
    right: 0;
    width: 100%;
  }
  .link-recruit a {
    align-items: center;
    background-color: #FFC6C6;
    color: #000;
    display: flex;
    height: 60px;
    justify-content: center;
    width: 100%;
  }
  .link-recruit a .txt {
    text-align: center;
  }
  .link-recruit a .txt .en {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.2em;
  }
  .link-recruit a .txt .ja {
    display: none;
  }
  .home #fv {
    position: relative;
  }
  .home #fv .image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    height: 100svh;
    width: 100%;
  }
  .home #fv .image.image01 {
    background-image: url(../images/fv01@2x.jpg);
  }
  .home #fv .image.image02 {
    background-image: url(../images/fv02@2x.jpg);
  }
  .home #fv .image.image03 {
    background-image: url(../images/fv03@2x.jpg);
  }
  .home #fv .image.image04 {
    background-image: url(../images/fv04@2x.jpg);
  }
  .home #fv .image.image05 {
    background-image: url(../images/fv05@2x.jpg);
  }
  .salon .wrap {
    background-color: #fff;
    width: 100%;
  }
  .salon .wrap .right .inner {
    padding: 70px 30px;
  }
  .salon .wrap .right .inner .pageheader {
    padding: 0 0 45px;
    text-align: center;
  }
  .salon .wrap .right .inner .pageheader h2 {
    font-size: 25px;
    font-weight: bold;
    letter-spacing: 0.05em;
    padding-bottom: 4px;
  }
  .salon .wrap .right .inner .pageheader h3 {
    font-size: 12px;
    letter-spacing: 0.2em;
  }
  .salon .wrap .right .inner .list {
    width: 100%;
  }
  .salon .wrap .right .inner .list .block {
    padding-bottom: 80px;
    width: 100%;
  }
  .salon .wrap .right .inner .list .block .image {
    padding-bottom: 32px;
    width: 100%;
  }
  .salon .wrap .right .inner .list .block .image img {
    width: 100%;
  }
  .salon .wrap .right .inner .list .block .txt {
    padding-bottom: 20px;
  }
  .salon .wrap .right .inner .list .block .txt .en {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.05em;
    padding-bottom: 20px;
  }
  .salon .wrap .right .inner .list .block .txt .ja {
    font-size: 10px;
    letter-spacing: 0.1em;
    line-height: 1.8;
  }
  .salon .wrap .right .inner .list .block .link {
    padding: 0 15px;
  }
  .salon .wrap .right .inner .list .block .link a {
    align-items: center;
    background-color: #FFC6C6;
    border-radius: 56px;
    color: #5F5F5F;
    display: flex;
    font-size: 15px;
    font-weight: 600;
    height: 56px;
    justify-content: center;
    letter-spacing: 0.1em;
    width: 100%;
  }
  .salon .footer {
    padding-bottom: 80px;
  }
  .salon .footer .footer-logo {
    margin: 0 auto 70px;
    text-align: center;
    width: 87px;
  }
  .salon .footer .footer-logo img {
    width: 100%;
  }
  .salon .footer .footer-insta {
    margin: 0 auto;
    text-align: center;
    width: 22px;
  }
  .salon .footer .footer-insta img {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
  #navArea nav {
    bottom: 0;
    display: flex;
    left: -100%;
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
    overflow-y: auto;
    position: fixed;
    top: 0;
    transition: 0.5s;
    width: 100%;
    z-index: 300;
  }
  #navArea.open nav {
    left: 0;
  }
  #navArea.open .toggle_btn span {
    background-color: #5F5F5F;
  }
  #navArea.open .toggle_btn span:nth-child(1) {
    animation: unset;
    top: 5px;
    transform: translate(0, 10px) rotate(-45deg);
  }
  #navArea.open .toggle_btn span:nth-child(2) {
    animation: unset;
    opacity: 0;
  }
  #navArea.open .toggle_btn span:nth-child(3) {
    animation: unset;
    top: 25px;
    transform: translate(0, -10px) rotate(45deg);
  }
  .toggle_btn {
    align-items: center;
    border: 1px solid #5F5F5F;
    border-radius: 2.2vw;
    cursor: pointer;
    display: none;
    height: 2.2vw;
    justify-content: center;
    position: fixed;
    right: 3.6vw;
    text-align: center;
    top: 1.5vw;
    transform: translate(0, 0);
    transition: all 0.5s;
    width: 2.2vw;
    z-index: 10000;
  }
  .toggle_btn a {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    width: 100%;
  }
  .toggle_btn .inner {
    align-items: center;
    display: flex;
    justify-content: center;
    height: 0.3vw;
    position: relative;
    width: 1vw;
  }
  .toggle_btn .inner span {
    background-color: #5F5F5F;
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    transition: all 0.5s;
    width: 1vw;
  }
  .toggle_btn .inner span:nth-child(1) {
    left: 0;
    top: 0;
    width: 1vw;
  }
  .toggle_btn .inner span:nth-child(2) {
    display: none;
    left: 0;
    top: 13px;
    width: 1vw;
  }
  .toggle_btn .inner span:nth-child(3) {
    left: 0;
    top: 0.3vw;
    width: 1vw;
  }
  #mask {
    display: none;
  }
  .open #mask {
    background: #000;
    cursor: pointer;
    display: block;
    height: 100%;
    left: 0;
    opacity: 0.8;
    position: fixed;
    top: 0;
    transition: all 0.5s;
    width: 100%;
    z-index: 111;
  }
  header .logo {
    left: 5.4vw;
    position: fixed;
    top: 2.6vw;
    width: 8.8vw;
    z-index: 10;
  }
  header .logo img {
    width: 100%;
  }
  header ul.nav {
    display: flex;
    left: 79vw;
    position: fixed;
    top: 2.6vw;
    z-index: 10;
  }
  header ul.nav li {
    padding-right: 4vw;
  }
  header ul.nav li a {
    color: #5F5F5F;
    font-size: 0.94vw;
    font-size: clamp(8px, 0.94vw, 18px);
    letter-spacing: 0.05em;
  }
  header .insta {
    line-height: 1;
    right: 3.6vw;
    position: fixed;
    top: 2.6vw;
    width: 1.1vw;
    z-index: 10;
  }
  header .insta a {
    display: block;
  }
  header .insta a img {
    width: 100%;
  }
  .link-recruit {
    bottom: 0;
    position: fixed;
    right: 0;
  }
  .link-recruit a {
    align-items: center;
    background-color: #79FFE5;
    color: #5F5F5F;
    display: flex;
    height: 7.3vw;
    justify-content: center;
    width: 23.8vw;
  }
  .link-recruit a .txt {
    text-align: center;
  }
  .link-recruit a .txt .en {
    font-size: 1.3vw;
    font-size: clamp(10px, 1.3vw, 25px);
    font-weight: bold;
    letter-spacing: 0.2em;
    padding-bottom: 0.4vw;
  }
  .link-recruit a .txt .ja {
    font-size: 0.57vw;
    font-size: clamp(8px, 0.57vw, 11px);
    font-weight: bold;
  }
  .home #fv {
    position: relative;
  }
  .home #fv .image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    width: 100%;
  }
  .home #fv .image.image01 {
    background-image: url(../images/fv01@2x.jpg);
  }
  .home #fv .image.image02 {
    background-image: url(../images/fv02@2x.jpg);
  }
  .home #fv .image.image03 {
    background-image: url(../images/fv03@2x.jpg);
  }
  .home #fv .image.image04 {
    background-image: url(../images/fv04@2x.jpg);
  }
  .home #fv .image.image05 {
    background-image: url(../images/fv05@2x.jpg);
  }
  .salon .wrap {
    align-items: center;
    display: flex;
    background-color: #fff;
    justify-content: space-between;
    width: 100%;
  }
  .salon .wrap .left {
    background-image: url(../images/fv06@2x.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    width: 57%;
  }
  .salon .wrap .right {
    width: 43%;
  }
  .salon .wrap .right .inner {
    margin: auto;
    width: 28vw;
  }
  .salon .wrap .right .inner .pageheader {
    padding: 0 0 4.5vw;
  }
  .salon .wrap .right .inner .pageheader h2 {
    font-size: 1.3vw;
    font-size: clamp(10px, 1.3vw, 25px);
    font-weight: bold;
    letter-spacing: 0.05em;
    padding-bottom: 0.2vw;
  }
  .salon .wrap .right .inner .pageheader h3 {
    font-size: 0.625vw;
    font-size: clamp(8px, 0.625vw, 12px);
    letter-spacing: 0.2em;
  }
  .salon .wrap .right .inner .list {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .salon .wrap .right .inner .list .block {
    width: 45.5%;
  }
  .salon .wrap .right .inner .list .block .image {
    padding-bottom: 1.2vw;
    width: 100%;
  }
  .salon .wrap .right .inner .list .block .image img {
    width: 100%;
  }
  .salon .wrap .right .inner .list .block .txt {
    padding-bottom: 0.8vw;
  }
  .salon .wrap .right .inner .list .block .txt .en {
    font-size: 0.83vw;
    font-size: clamp(8px, 0.83vw, 16px);
    font-weight: bold;
    letter-spacing: 0.05em;
    padding-bottom: 0.8vw;
  }
  .salon .wrap .right .inner .list .block .txt .ja {
    font-size: 8px;
    letter-spacing: 0.1em;
    line-height: 1.625;
  }
  .salon .wrap .right .inner .list .block .link a {
    align-items: center;
    background-color: #FFC6C6;
    border-radius: 2.1vw;
    color: #5F5F5F;
    display: flex;
    font-size: 0.57vw;
    font-size: clamp(8px, 0.57vw, 11px);
    font-weight: 600;
    height: 2.1vw;
    justify-content: center;
    letter-spacing: 0.1em;
    width: 100%;
  }
}/*# sourceMappingURL=style.css.map */