@media screen and (max-width: 1366px) {
  .pc {
    display: block;
  }

  #ASSISTANT {
    display: none;
    margin: 5vh auto;
  }

  #SP-STAFFLIST {
    display: none;
  }

  .menu-right-text {
    height: 350px;
  }

  .readmore-aboutus {
    width: 90%;
    margin: 0 auto;
  }

  .salonInfoMain {
    flex-direction: column-reverse;
  }

  .salonInfoLeft,
  .salonInfoRight {
    width: 100%;
  }

  .salonInfoLeft img,
  .salonInfoRight img {
    width: 100%;
    padding: 0;
  }

  .about-text {
    padding: 20px;
  }

  .footer-company_name {
    display: none;
  }

  .menu-left img {
    left: 211px;
    top: 181px;
  }
}

@media screen and (max-width: 1025px) {
  .pc {
    display: none;
  }

  .sp {
    display: none;
  }

  .sp.active {
    display: block;
  }

  .sp nav {
    min-height: 100dvh;
    width: 100vw;
    padding-top: 10vh;
    background-color: #FFF;
    position: fixed;
    z-index: 99999999;
  }

  footer .footer-area {
    padding: 0;
    justify-content: center;
  }

  .footer-link_list a p {
    margin: 0 !important;
    padding: 7px 30px;
  }

  .sp nav .header-title {
    text-align: center;
    font-size: 1.5rem;
    margin-bottom: 50px;
  }

  .sp nav .en_name_contact,
  .company-table tbody tr th p {
    font-size: 1.25rem;
  }

  .sp nav li {
    margin: 10px 0;
  }

  .nav-list.accodion {
    height: 65vh;
  }

  .sp-header-contact {
    display: none;
  }

  .header-title .link .company_name {
    font-size: 2.5rem;
  }

  .sp-header-contact.active {
    display: block;
  }

  .sp-header-contact p {
    margin-left: 20px;
  }

  .openbtn1 {
    position: fixed;
    cursor: pointer;
    right: 2vw;
    top: 1vh;
    width: 50px;
    height: 50px;
    border-radius: 5px;
    z-index: 999999999999;
  }

  .openbtn1 span {
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 14px;
    height: 3px;
    border-radius: 2px;
    background: #000;
    width: 45%;
  }

  .openbtn1 span:nth-of-type(1) {
    top: 15px
  }

  .openbtn1 span:nth-of-type(2) {
    top: 25px
  }

  .openbtn1 span:nth-of-type(3) {
    top: 35px
  }

  .openbtn1.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%
  }

  .openbtn1.active span:nth-of-type(2) {
    opacity: 0
  }

  .openbtn1.active span:nth-of-type(3) {
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%
  }

  body,
  html {
    overflow-x: hidden;
  }

  header {
    background-color: #fff;
  }

  .head-main {
    padding: 0;
    width: 100%;
    background-color: #fff;
    height: 60px;
    z-index: 99999999;
  }

  .right {
    text-align: right;
    width: 50%;
  }

  .left {
    height: 50px;
    width: 40%;
  }

  .left img {
    height: 100%;
  }

  .hamburger {
    position: relative;
    width: 40px;
    height: 40px;
    cursor: pointer;
    background-color: lightgray;
  }

  .ham_line {
    position: absolute;
    left: 10px;
    width: 20px;
    height: 1px;
    background-color: #333333;
  }

  .ham_line1 {
    top: 10px;
  }

  .ham_line2 {
    top: 18px;
  }

  .ham_line3 {
    top: 26px;
  }

  .right-nav {
    display: none;
    flex-direction: column;
    position: absolute;
    top: 50px;
    right: -5px;
    background-color: #fff;
    width: 80%;
    height: 60vh;
    padding: 10px;
    z-index: 11111111;
  }


  .right-nav a {
    padding: 10px;
    text-align: center;
    display: block;
    border-bottom: 1px solid #ccc;
  }

  .active {
    display: flex;
  }

  .top {
    height: 570px;
  }

  .top-container {
    height: auto;
  }

  .top-container-bg {
    width: 100vw;
    height: 30vh;
    top: 50%;
    margin: 0 15px;
  }

  .slides-list-right {
    display: none;
  }

  .slides-list-left img {
    height: 405px;
    left: 22%;
    width: 50%;
    top: 60px;
    margin-left: 10px;
  }

  .slides-list-center img {
    position: absolute;
    top: 100px;
    right: 0;
    height: 415px;
  }

  .categories {
    display: none;
  }

  .sp-category {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-top: 5vh;
  }

  .sp-category p {
    margin: 0;
  }

  .main ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .main ul:first-child li {
    width: 50%;
    padding: 25px;
    margin: 0 25%;
    background-color: #f0f0f0;
    text-align: center;
    box-sizing: border-box;
  }

  .main ul:not(:first-child) {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 20px;
  }

  .main ul:not(:first-child) a {
    width: 48%;
    margin-bottom: 10px;
    padding: 25px;
    text-align: center;
    box-sizing: border-box;
    background-color: #f0f0f0;
  }



  .main li:hover {
    background-color: rgba(175, 0, 0, 1);
    color: rgb(71, 70, 70)
  }

  a {
    text-decoration: none;
    font-size: 16px;
    display: block;
  }

  p {
    font-size: 16px;
    margin-top: 5px;
  }

  div.animate-text-item {
    flex-shrink: 0;
    white-space: nowrap;
    font-size: 50px;
    display: inline-block;

    &:nth-child(odd) {
      animation: MoveLeft 36s -18s infinite linear;
    }

    &:nth-child(even) {
      animation: MoveLeft2 36s infinite linear;
    }
  }

  div.category-title,
  div.aboutus-title,
  .staffStylistTitle {
    margin-top: 50px;
  }

  .aboutus {
    background-color: #fff;
    background-image: none;
    margin-bottom: 120px;
    height: 550px;
  }


  #ABOUTUS h1 {
    margin-bottom: 10px;
    text-align: left;
    margin-left: 5px;
    background-color: #fff;
  }

  .readmore-aboutus {
    width: 100%;
    height: 350px;
    position: relative;
    top: -25px;
    background-image: url("../images/about-bg.jpg");
    opacity: 0.8;
    margin: 0;
  }

  .about-text h4 {
    font-size: 16px;
  }

  .about-text {
    padding: 5px 5%;
    height: 500px;
    position: relative;
    top: 165px;
    left: 5px;
    z-index: 11111;
    background-color: #ffff;
    width: 62%;
    margin: 100px auto;
  }

  .about-right {
    position: absolute;
    height: 100%;
    width: 50%;
    margin-right: 50px;
    top: -123px;
    padding: 0;
  }

  .about-right img {
    width: 100%;
    height: 100%;
  }

  .img-animation {
    position: absolute;
    height: 100%;
    width: 100%;
    top: -123px;
  }

  .menu {
    height: 670px;
    margin-top: 100px;
    margin-bottom: 50px;
  }

  .menuTitle {
    margin-bottom: 45px;
    margin-top: 0;
    margin-left: 10px;
  }

  .menu-right-text {
    right: 20px;
    top: 280px;
    width: 70%;
    height: 430px;
  }

  .menu-right-text h2 {
    margin-top: 0;
  }

  .menu-right-text p {
    font-size: 13px;
    line-height: 1.5;
  }

  .menu-left {
    width: 100%;
    height: 55vh;
    top: -15px;
    left: 20px;
  }

  .menu-left img {
    width: 65%;
    height: 50%;
    top: 0;
    left: 5px;
  }

  .menu-main {
    flex-direction: column;
    position: relative;
    width: 100%;
  }

  .menuBottom {
    position: absolute;
    top: -65px;
  }

  .staffStylist,
  .staffAssistantList {
    padding: 0;
  }

  .staffStylist ul {
    gap: unset;
  }

  .staffStylist li,
  .staffAssistantList li {
    height: 300px;
  }

  .staffStylist li img,
  .staffAssistantList li img {
    border-radius: 10px;
  }

  .swiper-slide img {
    height: 100%;
    margin-top: 0;
  }

  .staffStylistTitle h2,
  .staffAssistantTitle h2 {
    text-align: center;
  }

  #ASSISTANT {
    display: block;
  }

  #SP-STAFFLIST {
    display: block;
    margin: 5vh auto;
  }

  #SALONINFO h1 {
    margin-right: 0;
    text-align: left;
  }

  .salonInfoMain {
    flex-direction: column-reverse;
  }

  .salonInfoLeft,
  .salonInfoRight {
    width: 100%;
  }

  .salonInfoLeft img,
  .salonInfoRight img {
    width: 100%;
    padding: 0;
    margin-left: 0;
  }

  .menu {
    height: 750px;
    margin-bottom: 50px;
  }

  .menu-left img {
    width: 600px;
    height: 480px;
  }


  .image-container {
    width: 100%;
    top: 75px;
    height: 500px;
    gap: 10px;
  }

  .image-part {
    background-size: 300% 115%;
  }

  .image-part:nth-child(1) {
    display: none;
  }

  .container {
    flex-direction: column-reverse;
  }

  .Left {
    width: 97%;
    height: 55vh;
    margin-top: 270px;
    margin-bottom: 25px;
  }

  .Right {
    width: 70%;
    margin-left: 30%;
    height: 400px;
  }

  svg {
    height: 10vh;
    width: 100vw;
    position: absolute;
    top: 615px;
    left: 0;
  }

  .top-title {
    top: 460px;
    right: unset;
    width: 96%;
    margin: 0 2%;

  }

  .staff {
    margin: 100px 0;
  }
}

@media screen and (max-width: 780px) {
  .calendar-wrap {
    display: flex;
    flex-direction: column;
  }

  .calendar th,
  .calendar td {
    padding: 6px;
    font-size: 12px;
  }

  .calendar th {
    padding: 3px 6px;
  }

  .menu-right-text p {
    font-size: 18px;
  }

  .about-text {
    margin: 165px auto;
  }

  .menu {
    margin-top: 100px;
  }

  .footer-link_list {
    margin-top: 0;
  }
}



@media screen and (max-width: 435px) {
  body {
    overflow-y: hidden;
  }

  .top-text-right {
    font-size: smaller;
  }

  .swiper-slide h2 {
    top: 30%;
    font-size: 2.7rem;
    width: 80%;
  }

  /* .swiper-slide-active h2, */
  .swiper-slide-active h3 {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
    width: 80%;
    font-size: 1.3rem;
    top: 55%;
    /* top: 50%; */
  }

  .swiper-scrollbar {
    width: 10px !important;
    right: -15px !important;
  }

  .h2-title {
    top: 37% !important;
  }

}