/* common */
#pagetop {
  position: relative;
  top: -500px;
}
body {
  font-family: 'Noto Sans JP', sans-serif;
  -webkit-font-feature-settings: "palt";
  text-decoration: none;
  font-size: 16px;
  color: #6A3906;
  font-feature-settings: "palt";
  background-color: #FDF4E7;
}
a {
  color: #6A3906;
  transition: 0.3s;
}
a:hover {
  opacity: 0.6;
  transition: 0.3s;
}
.inner {
  padding: 120px 38px;
}
/* header */
.header {
  background-color: #FDF4E7;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  right: 0;
}
.header .inner .content_wrapper {
  display: flex;
  align-items: center;
}
.header .inner {
  padding: 48px 220px 48px 136px;
}
.header .inner .content_wrapper {
  width: 100%;
  margin: 0;
}
.logo {
  display: block;
}
.h_c_logo_pc {
  width: 250px;
  height: 36px;
}
.h_c_logo_sp {
  display: none;
}
.menu {
  display: flex;
  margin: 0 0 0 auto;
}
.menu li {
  font-size: 15px;
  letter-spacing: 1.5px;
  line-height: 40px;
  display: inline;
  padding: 0 10px;
}
.menu li a {
  text-decoration: none;
  list-style: none;
  font-weight: 400;
}
.menu li:last-child {
  padding-right: 35px;
}
.i_logo {
  width: 40px;
  height: 40px;
}
nav {
  display: block;
  justify-content: center;
  align-items: center;
}
.reserve_btn {
  position: fixed;
  width: 168.8px;
  z-index: 100;
  right: 12px;
  top: 20px;
}
.reserve_btn2 {
  position: fixed;
  width: 168.8px;
  z-index: 120;
  right: 0px;
  top: 13px;
  transition: 0.3s;
}
.yoyaku:hover .reserve_btn2 {
  opacity: 1;
  transform: translate(-12px, 7px);
  transition: 0.3s;
}
.yoyaku:hover {
  opacity: 1;
}
/* main */
.content {
  position: relative;
}
.left {
  width: 136px;
  font-weight: 400;
  height: calc(100vh - 136px);
}
.right {
  background-image: url(assets/image/main_01.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  width: calc(100vw - 136px);
  height: calc(100vh - 136px);
  position: absolute;
  right: 0;
}
@media (max-width: 1024px) {
  .right {
    background-image: url(assets/image/main_02.jpg);
  }
}
@media (max-width: 500px) {
  .right {
    background-image: url(assets/image/main_03.jpg);
  }
}
.firstview .inner {
  padding: 0;
}
.content {
  margin-top: 136px;
  display: flex;
}
.firstview {
  position: relative;
}
.main_sub {
  width: 32.8125vw;
  width: 628px;
  position: absolute;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 43vh;
  top: 50%;
  left: 68vw;
  left: 31%;
  z-index: 10;
}
@media (max-width: 1700px) {
  .main_sub {
    width: 540px;
  }
}
@media (max-width: 1300px) {
  .main_sub {
    width: 450px;
  }
}
.main_sub02 {
  display: none;
}
.main_text {
  text-align: center;
  font-size: 23px;
  line-height: 40px;
  letter-spacing: 1.73px;
  position: absolute;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 80%;
  right: 3%;
}
.small {
  text-align: center;
  width: 100px;
  position: absolute;
  top: 50%;
  left: 10px;
  transform: rotate(-90deg);
}
.about_concept {
  padding-top: 136px;
}
.about_concept .inner {
  padding-top: 0;
  padding-bottom: 150px;
}
.concept_section {
  text-align: center;
}
.small_title {
  font-size: 14px;
  letter-spacing: 1.4px;
  margin-bottom: 80px;
  font-weight: 400;
}
.cut_menu .small_title,
.staff_plofile .small_title,
.access_wrapper .small_title {
  margin-bottom: 100px;
}
.concept_title {
  width: 100%;
  font-size: 32px;
  line-height: 54px;
  letter-spacing: 3.2px;
  margin-bottom: 60px;
  font-weight: 500;
}
.concept_section span {
  display: inline-block;
  width: 100px;
  height: 10px;
  border-bottom: 2px solid #6A3906;
  margin-bottom: 70px;
}
.concept_description {
  font-size: 18px;
  line-height: 34px;
  letter-spacing: 1.35px;
}
@media (max-width: 767px) {
  .concept_description br.none_sp {
    display: none;
  }
}
.tag {
  font-size: 18px;
  line-height: 36px;
  letter-spacing: 1.35px;
  padding-bottom: 115px;
}
.slider_section {
  margin-top: 130px;
}
.slider_2 {
  position: relative;
  height: 56%;
  text-align: center;
  align-items: center;
  justify-content: center;
  padding: 5% 0 5%;
}
.slider_item_01 {
  width: 53.181818%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -5;
  opacity: 0.9;
}
.slider_item_02 {
  width: 26.090909%;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 5;
  opacity: 0.9;
}
.slider img {
  object-fit: cover;
  width: 100%;
  height: 51.63853%;
}
.slider {
  position: relative;
}
.slider_03 {
  position: relative;
  max-width: 91.5455%;
  margin: 0 auto;
}
.slide-arrow {
  font-size: 16px;
  width: 20px;
  cursor: pointer;
}
.arrow_wrapper {
  background-color: #FDF4E7;
  display: inline-flex;
  width: 100px;
  height: 40px;
  justify-content: center;
  line-height: 40px;
  position: absolute;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  bottom: -20px;
  left: 50px;
}
.prev_arrow,
.next_arrow {
  display: flex;
  width: 40px;
  text-align: center;
  transition: 0.3s;
}
.slide-arrow {
  transition: 0.3s;
}
.slide-arrow:hover {
  opacity: 0.5;
  transition: 0.3s;
}
.slider_description {
  margin-top: 40px;
  text-align: center;
}
.slider_description h3 {
  font-size: 24px;
  line-height: 40px;
  letter-spacing: 1.8px;
  margin-bottom: 30px;
  font-weight: 400;
}
.slider_description p {
  font-size: 16px;
  line-height: 27px;
  letter-spacing: 1.2px;
  font-weight: 400;
}
.slider_section {
  margin-bottom: 190px;
}
.repeater_sp {
  display: none;
}
.repeater_section {
  text-align: center;
  margin-bottom: 190px;
}
@media (max-width: 767px) {
  .repeater_section {
    margin-bottom: 80px;
  }
}
.repeater_reason {
  margin-top: 130px;
}
.repeater_section h3 {
  width: 100%;
  font-size: 32px;
  line-height: 54px;
  letter-spacing: 3.2px;
  font-weight: 500;
}
.repeater_span {
  margin-bottom: 60px;
}
.repeater_section span {
  display: inline-block;
  width: 100px;
  height: 10px;
  border-bottom: 2px solid #6A3906;
  margin-bottom: 60px;
}
.repeater_img {
  position: relative;
}
.repeater_img div {
  text-align: center;
  align-items: center;
  display: flex;
  justify-content: center;
}
.repeater_img div {
  width: 100%;
}
.repeater_img div {
  content: "";
  display: block;
  padding-top: 5%;
  /* 高さを幅の75%に固定 */
  padding-bottom: 5%;
}
.repeater_img .repeater {
  width: 91.5455%;
  height: auto;
}
.repeater_item_01 {
  width: 53.181818%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -5;
  opacity: 0.9;
}
.repeater_item_02 {
  width: 26.090909%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 5;
  opacity: 0.9;
}
.reason {
  display: flex;
}
.reason_img {
  width: 55.818182%;
}
.reason_img02 {
  width: 100%;
}
.reason_text {
  width: 36.36363636%;
  margin: 0 auto;
  text-align: center;
  position: relative;
}
.reason_text p {
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: 1.2px;
  text-align: justify;
}
.reason_text h3 {
  color: #9772a4;
  padding-top: 23px;
  padding-bottom: 26px;
}
.reason_text h3 .sub {
  display: block;
  width: initial;
  height: initial;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: 1.35px;
  border-bottom: none;
  margin-bottom: 18px;
}
.reason_text h3 .main {
  display: block;
  width: initial;
  height: initial;
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 1.35px;
  border-bottom: none;
  margin-bottom: 0;
}
.b_pink {
  width: 80px;
  position: absolute;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: -48px;
}
.reason_text h4:nth-child(even) {
  margin: 28px 0;
}
.reason:nth-child(even) {
  flex-direction: row-reverse;
  margin-top: 168px;
  margin-bottom: 168px;
}
.repeater_reason a,
.cut_menu_section a {
  display: block;
  margin: 0px auto 50px;
}
.promise_section {
  margin-bottom: 70px;
}
@media (max-width: 767px) {
  .promise_section {
    margin-bottom: 35px;
  }
}
.promise_section h3 {
  width: 100%;
  font-size: 32px;
  line-height: 54px;
  letter-spacing: 3.2px;
  font-weight: 500;
  margin-bottom: 60px;
}
.promise_section h3 + span {
  display: inline-block;
  width: 100px;
  height: 10px;
  border-bottom: 2px solid #6A3906;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .promise_section h3 + span {
    margin-bottom: 35px;
  }
}
@media (max-width: 767px) {
  .promise_section h3 {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 2px;
  }
}
.promise_section .row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -25px;
  margin-right: -25px;
}
.promise_section .row .col {
  flex: 0 0 auto;
  width: 50%;
  padding-left: 25px;
  padding-right: 25px;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .promise_section .row .col {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .promise_section .row .col:first-child {
    margin-bottom: 50px;
  }
}
.promise_section .image {
  margin-bottom: 35px;
}
@media (max-width: 767px) {
  .promise_section .image {
    margin-bottom: 17.5px;
  }
}
.promise_section .image img {
  width: 100%;
}
.promise_section h4 {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.41666667;
  letter-spacing: 0.075em;
  margin-bottom: 26px;
}
@media (max-width: 767px) {
  .promise_section h4 {
    font-size: 18px;
    margin-bottom: 13px;
  }
}
.promise_section p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6875;
  letter-spacing: 0.075em;
  text-align: justify;
}
@media (max-width: 767px) {
  .promise_section p {
    font-size: 14px;
    font-size: 16px;
    line-height: 2;
  }
}
.cut_menu {
  background-color: #fff;
}
.cut_menu_section {
  width: 100%;
  margin: 0 auto;
}
.cut_menu_section .btn2 {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cut_menu_section .btn2 {
    margin-bottom: 0;
  }
}
.menu_list {
  list-style: none;
  margin-bottom: 40px;
}
.menu_list li {
  width: 880px;
  box-sizing: border-box;
  border-bottom: 1px solid #E6DDD5;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  margin: 0 auto;
  padding: 31px 0;
  overflow: hidden;
}
@media (max-width: 767px) {
  .menu_list li {
    flex-wrap: wrap;
    padding: 17.5px 0;
  }
}
.menu_list li:first-child {
  border-top: 1px solid #E6DDD5;
}
.menu_list li > * {
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.1em;
  white-space: nowrap;
  box-sizing: border-box;
}
.menu_list li .name {
  width: 64.77272727%;
  font-size: 14px;
  text-align: left;
  padding: 0 37px;
  order: 10;
}
@media (max-width: 767px) {
  .menu_list li .name {
    padding-left: 0;
    padding-right: 0;
  }
}
.menu_list li .price {
  width: 15.11363636%;
  font-size: 14px;
  text-align: right;
  order: 20;
}
@media (max-width: 767px) {
  .menu_list li .price {
    order: 40;
    width: 100%;
    text-align: left;
    margin-top: 15px;
  }
}
.menu_list li .time {
  width: 20.11363636%;
  font-size: 12px;
  text-align: center;
  padding-left: 33px;
  padding-right: 45px;
  order: 30;
}
@media (max-width: 767px) {
  .menu_list li .time {
    width: 35%;
    text-align: right;
    padding-right: 0;
    padding-left: 0;
  }
}
.menu_description {
  display: block;
  width: 72.7272723%;
  margin: 0 auto;
  text-align: justify;
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 1.05px;
  margin-bottom: 73px;
}
.cut_menu {
  position: relative;
}
.cut_item_01 {
  width: 582px;
  position: absolute;
  top: -65px;
  left: 0;
}
.cut_item_02 {
  height: 580px;
  position: absolute;
  bottom: -290px;
  right: 0;
}
.staff_wrapper {
  display: flex;
  margin-bottom: 30px;
}
.staff_wrapper div {
  display: inline-block;
  width: 100%;
}
.staff_wrapper img {
  width: 100%;
}
.staff {
  width: 50%;
}
.staff_name {
  margin: 40px 0;
}
.staff_name p,
h3 {
  display: inline-block;
}
.staff_name h3 {
  font-size: 24px;
  letter-spacing: 1.8px;
  font-weight: 400;
  vertical-align: middle;
}
.staff_name p {
  font-size: 12px;
  font-weight: 400;
  vertical-align: middle;
  margin-right: 10px;
}
.staff_introduction {
  width: 400px;
  text-align: justify;
  margin: 0 auto;
  line-height: 32px;
  letter-spacing: 1.2px;
  font-weight: 400;
}
.access_content {
  position: relative;
}
.access_wrapper {
  padding: 120px 133px;
  background-color: #fff;
  position: absolute;
  top: 1120px;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.access_wrapper .content_wrapper {
  width: 100%;
}
.access {
  display: flex;
  justify-content: space-between;
}
.access_content {
  background-color: #fff;
  height: 1700px;
}
.access_content .inside_shop {
  max-width: 100%;
}
.access_wrapper {
  width: 1366px;
  margin: 0 auto;
  text-align: center;
}
.company_information {
  width: 48%;
  text-align: left;
}
.kyuuhair_logo_01 {
  width: 240px;
  height: 25px;
  margin-bottom: 35px;
}
.company_information ul {
  list-style: none;
  margin-bottom: 100px;
}
.company_information li:nth-child(6) {
  padding-bottom: 30px;
}
.address {
  font-size: 16px;
  line-height: 27px;
  letter-spacing: 1.2px;
}
.g_map {
  border: 1px solid #6A3906;
  border-radius: 15px;
  font-size: 11px;
  line-height: 12px;
  background-color: #fff;
  padding: 3px 10px;
  text-decoration: none;
}
.company_information a {
  text-decoration: none;
}
.map_img {
  width: 80%;
}
.map {
  margin: 10px 0 20px 0;
}
.tel_time {
  font-size: 14px;
  line-height: 26px;
}
.addres_description {
  font-size: 14px;
  line-height: 26px;
}
.access_img {
  height: 720px;
  background-image: url(assets/image/inside_of_shop.jpg);
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}
.access_item {
  width: 100%;
  text-align: right;
}
.company_information02 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 50%;
}
footer {
  position: relative;
  height: 100px;
  background-color: #fff;
  border-top: 1px solid #E6DDD5;
}
.followus {
  display: block;
}
.follow {
  display: block;
}
.followus a {
  position: absolute;
  top: 25px;
  text-decoration: none;
  display: flex;
  text-align: left;
  vertical-align: middle;
}
.followus p {
  line-height: 40px;
  margin-right: 10px;
  font-size: 17px;
}
.followus img {
  width: 40px;
}
.f_logo {
  margin: 0 auto;
}
.f_logo_pc {
  width: 240px;
  height: 25px;
  line-height: 40px;
}
.f_logo_sp {
  display: none;
}
.footer_inner {
  padding: 30px 30px;
  display: flex;
}
.top_sp div {
  display: none;
}
.top {
  font-size: 14px;
  height: 50px;
  position: fixed;
  bottom: 120px;
  right: 20px;
  text-decoration: none;
  width: 50px;
  text-align: center;
  z-index: 10000;
}
.top span {
  display: block;
  height: 40px;
  position: relative;
  z-index: 300;
}
.top span::after {
  content: '';
  width: 25px;
  height: 25px;
  border-top: solid 1px #6A3906;
  border-left: solid 1px #6A3906;
  transform: rotate(45deg);
  position: absolute;
  top: calc(50% - 5px);
  left: calc(50% - 12.5px);
}
.footer_reserve {
  display: none;
}
.only_pc {
  display: block;
}
.only_tb {
  display: none;
}
@media (max-width: 1024px) {
  .only_tb {
    display: block;
  }
}
.only_sp {
  display: none;
}
.kyuuhair_logo_02 {
  display: none;
}
.slider_pc {
  display: block;
}
.slider_sp {
  display: none;
}
/* button */
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;
}
.btn2 {
  width: 330px;
  height: 45px;
  font-size: 14px;
  line-height: 24.3px;
  letter-spacing: 1.05px;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  position: relative;
  transition: all 0.3s;
  text-align: center;
  text-decoration: none;
  color: #6A3906;
  background: linear-gradient(to right, rgba(244, 101, 214, 0.2), rgba(255, 174, 88, 0.2));
}
.topright {
  position: absolute;
  top: 8px;
  right: -8px;
  width: 100%;
  height: 80%;
  border-top: 1px solid #6A3906;
  border-right: 1px solid #6A3906;
  transition: 0.3s;
}
.bottomleft {
  position: absolute;
  bottom: -8px;
  left: 8px;
  width: 100%;
  height: 80%;
  border-bottom: 1px solid #6A3906;
  border-left: 1px solid #6A3906;
  transition: 0.3s;
}
.border {
  opacity: 1;
  width: 18%;
  height: 100%;
  position: absolute;
  top: -14.5px;
  right: -10%;
  border-bottom: 1px solid #6A3906;
  transition: 0.3s;
}
.btn2:hover {
  opacity: 1;
}
.btn2:hover .topright {
  opacity: 1;
  transform: translate(-8px, -8px);
  transition: 0.3s;
}
.btn2:hover .bottomleft {
  opacity: 1;
  transform: translate(-8px, -8px);
  transition: 0.3s;
}
.btn2:hover .border {
  opacity: 1;
  transform: translate(-8px, -8px);
  transition: 0.3s;
}
/* jump */
#jump_repeater {
  position: relative;
  top: -150px;
}
#jump_cut {
  position: relative;
  top: -40px;
}
#jump_staff {
  position: relative;
  top: -40px;
}
#jump_access {
  position: relative;
  top: -230px;
}
@media screen and (max-width: 1366px) {
  .access_wrapper {
    width: 1024px;
    top: 1050px;
  }
  .access_content {
    height: 1535px;
  }
  .company_information ul {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1200px) {
  .reserve_btn {
    width: 140px;
  }
  .reserve_btn2 {
    width: 140px;
  }
  .header .inner {
    padding: 48px 160px 48px 136px;
  }
  .header li {
    font-size: 12px;
    padding: 0 5px;
  }
  .followus a {
    left: 7vw;
  }
}
@media screen and (max-width: 1200px) {
  .header li {
    font-size: 12px;
    padding: 0 5px;
  }
}
@media screen and (min-width: 1025px) {
  .menu_trigger {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .access_wrapper {
    width: 100%;
  }
  .reason {
    display: block;
  }
  .reason_text {
    margin: 0 auto;
  }
  .right {
    min-height: 300px;
  }
  .small {
    left: -25px;
  }
  .main_sub {
    display: none;
  }
  .yoyaku {
    display: none;
  }
  .menu {
    display: none;
  }
  .menu-btn {
    position: fixed;
    top: 0px;
    right: 0px;
    display: flex;
    height: 133px;
    width: 133px;
    justify-content: center;
    align-items: center;
    z-index: 100;
    background-color: #FDF4E7;
  }
  .menu-btn span:before,
  .menu-btn span:after {
    content: '';
    display: block;
    height: 2px;
    width: 50px;
    border-radius: 3px;
    background-color: #6A3906;
    position: absolute;
    transition: 0.3s;
  }
  .menu-btn span {
    content: '';
    display: block;
    height: 2px;
    width: 40px;
    border-radius: 3px;
    background-color: #6A3906;
    position: absolute;
    transition: 0.3s;
    transform: rotate(180deg);
  }
  .menu-btn span:before {
    bottom: 18px;
  }
  .menu-btn span:after {
    top: 18px;
  }
  #menu-btn-check {
    display: none;
  }
  #menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0);
    /*メニューオープン時は真ん中の線を透明にする*/
    transition: all 0.5s;
    /*アニメーション設定*/
  }
  #menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
    transition: all 0.5s;
    /*アニメーション設定*/
  }
  #menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
    transition: all 0.5s;
    /*アニメーション設定*/
  }
  .global_nav {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 90;
    background-color: #6A3906;
  }
  .global_nav ul {
    padding: 70px 10px 0;
  }
  .global_nav ul li {
    list-style: none;
  }
  .global_nav ul li a {
    display: block;
    width: 100%;
    height: 60px;
    line-height: 36px;
    font-size: 16px;
    font-weight: 500;
    box-sizing: border-box;
    color: #6A3906;
    text-decoration: none;
    padding: 9px 0px 10px 0;
    position: relative;
  }
  .global_nav ul li {
    border-top: 1px solid #E6DDD5;
  }
  .global_nav ul li:last-child {
    border-bottom: 1px solid #E6DDD5;
  }
  .global_nav ul li a:checked ~ .global_nav {
    left: 0;
  }
  .global_nav {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%;
    /*leftの値を変更してメニューを画面外へ*/
    z-index: 80;
    background-color: #fdf4e7f3;
    transition: all 0.5s;
    /*アニメーション設定*/
  }
  #menu-btn-check:checked ~ .global_nav {
    left: 0;
    /*メニューを画面内へ*/
  }
  .access_wrapper {
    display: block;
  }
  .company_information {
    width: 100%;
  }
  .company_information02 {
    width: 100%;
  }
  .map_img {
    width: 100%;
  }
  .reason_img {
    width: 100% ;
    margin: 0 auto;
  }
  .reason_text {
    width: 100%;
  }
  .reason_text {
    margin: 50px 0 50px 0 ;
  }
}
@media screen and (max-width: 1024px) {
  /* タブレット */
  .inner {
    padding: 120px 27.8px;
  }
  .content_wrapper {
    width: 100%;
  }
  .arrow_wrapper {
    line-height: 40px;
    position: absolute;
    left: 50%;
    bottom: -75px;
    font-size: 14px;
  }
  .slider_description {
    margin-top: 70px;
  }
  .company_information ul {
    margin-bottom: 50px;
  }
  .menu-btn span:before,
  .menu-btn span:after {
    width: 30px;
  }
  .menu-btn span {
    width: 20px;
  }
  .menu-btn span:before {
    bottom: 12px;
  }
  .menu-btn span:after {
    top: 12px;
  }
  .right {
    background-position: center top;
    width: calc(100% - 64px);
    height: 70vh;
  }
  .left {
    height: 70vh;
    font-size: 10px;
    width: 64px;
  }
  .about_concept {
    position: relative;
    padding-top: 400px;
  }
  .content {
    margin: 61px 0 0 0 ;
  }
  .main_sub02 {
    width: 45vh;
    display: inherit;
    position: absolute;
    top: 0;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .menu-btn {
    width: 64px;
    height: 64px;
  }
  .menu_list li {
    width: 100%;
  }
  .header .inner {
    padding: 13.5px 7.083333vw;
  }
  .reason_text p {
    display: inline-block;
  }
  .repeater_span {
    margin-bottom: 60px;
  }
  .staff_wrapper {
    display: block;
  }
  .staff_section:first-child {
    padding-bottom: 85px;
  }
  .access {
    display: flex;
    flex-direction: column;
  }
  .company_information {
    order: 2;
  }
  .company_information02 {
    order: 1;
  }
  .access_wrapper {
    padding: 30px 0;
    position: static;
    transform: none;
  }
  .access_img {
    height: 400px;
    background-attachment: unset;
  }
  .access_content {
    height: 100%;
  }
  footer {
    height: 280px;
    background-color: #ffffff;
  }
  .footer_inner {
    padding: 30px 30px 72px 30px;
    display: flex;
    width: 100%;
    height: 280px;
  }
  .followus a {
    position: absolute;
    left: 50%;
    top: 80px;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .followus p {
    margin-right: 0;
    font-size: 20px;
    line-height: 26px;
    width: 200px;
    text-align: center;
    position: absolute;
    left: 50%;
    top: -40px;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .followus img {
    position: absolute;
    left: 50%;
    top: 50px;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .f_logo {
    position: absolute;
    top: 180px;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .f_logo_pc {
    display: none;
  }
  .f_logo_sp {
    display: block;
    width: 200px;
  }
  .cut_item_01 {
    width: 349px;
    position: absolute;
    top: -65px;
    left: -100px;
  }
  .cut_item_02 {
    display: none;
  }
  .access_item:first-child {
    padding-bottom: 10px;
  }
  .access_item:last-child {
    padding-bottom: 50px;
  }
  .kyuuhair_logo_01 {
    display: none;
  }
  .kyuuhair_logo_02 {
    display: block;
    width: 66.5%;
    max-width: 350px;
    padding-bottom: 30px;
  }
  .company_information li:nth-child(5) {
    padding-bottom: 0;
  }
  .company_information li:nth-child(7) {
    padding: 33.5px 0 0 0;
  }
  .topp,
  .top span {
    padding: 0;
  }
  .reserve_line {
    left: 0;
    position: fixed;
    bottom: 0;
    height: 50px;
    width: calc(100% - 50px);
    background-color: #F5C53A;
    z-index: 1000;
    font-size: 14px;
    letter-spacing: 1.4px;
    text-decoration: none;
  }
  .reserve_line:hover {
    opacity: 1;
  }
  .footer_reserve {
    display: flex;
    width: 80%;
    margin: 0 auto;
    justify-content: center;
    z-index: 1000;
  }
  .reserve_bottom p {
    line-height: 50px;
  }
  .reserve_top p {
    line-height: 50px;
    margin-right: 10px;
    text-align: center;
  }
  .reserve_bottom p:nth-child(1) {
    font-size: 16px;
    color: #fff;
    line-height: 47px;
  }
  .reserve_bottom p:nth-child(2) {
    margin: 0 10px;
  }
  .reserve_bottom {
    display: flex;
  }
  .top {
    bottom: 0;
    right: 0;
    background-color: #6A3906;
  }
  .top:hover {
    opacity: 1;
  }
  .topp {
    line-height: 20px;
    color: #fff;
  }
  .top span::after {
    border-top: solid 1px #fff;
    border-left: solid 1px #fff;
    top: calc(50% - 10px);
  }
}
@media screen and (max-width: 767px) {
  /* SP */
  .reserve_top p {
    line-height: 35px;
  }
  .slider_pc {
    display: none;
  }
  .slider_sp {
    display: block;
  }
  .repeater {
    display: none;
  }
  .repeater_sp {
    display: block;
    width: 91.5455%;
    height: auto;
    margin: 0 auto;
  }
  .small {
    left: -36px;
  }
  .inner {
    padding: 90px 27.8px 50px 27.8px;
  }
  .header .inner {
    padding: 7px 7.083333vw;
  }
  .right {
    background-position: center;
    width: calc(100% - 30px);
    height: 70vh;
  }
  .left {
    height: 70vh;
    font-size: 10px;
    width: 30px;
  }
  .about_concept {
    padding-top: 290px;
  }
  .main_sub02 {
    width: 90%;
    max-width: 300px;
  }
  .h_c_logo_pc {
    display: none;
  }
  .h_c_logo_sp {
    display: block;
    height: 50px;
    width: 80%;
  }
  .only_pc {
    display: none;
  }
  .only_sp {
    display: block;
  }
  .small_title {
    margin-bottom: 50px;
  }
  .concept_title {
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 2px;
    margin-bottom: 35px;
  }
  .concept_description {
    font-size: 14px;
    font-size: 16px;
    font-weight: 400;
    line-height: 2em;
    letter-spacing: 0.075em;
    margin-bottom: 25px;
  }
  .concept_section span {
    margin-bottom: 35px;
  }
  .tag {
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 1.05px;
    padding-bottom: 0;
  }
  .slider_section {
    margin-top: 35px;
  }
  .slider_description h3 {
    font-size: 18px;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 1.35px;
  }
  .repeater_section > h3 {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 2px;
  }
  .reason_text h4:nth-child(even) {
    margin: 25px 0;
  }
  .reason_text {
    margin: 0 0 27px 0;
  }
  .repeater_reason {
    margin-top: 100px;
  }
  .about_concept .inner {
    padding-bottom: 50px;
  }
  .reason:nth-child(even) {
    margin-top: 130px;
    margin-bottom: 130px;
  }
  .slider_description p {
    font-size: 14px;
    font-size: 16px;
    line-height: 2em;
    letter-spacing: 0.075em;
  }
  .repeater_section span {
    margin-bottom: 35px;
  }
  .slider_section {
    margin-bottom: 80px;
  }
  .name {
    padding-left: 0;
  }
  .price {
    padding-right: 0;
  }
  .repeater_reason a,
  .cut_menu_section a {
    margin: 0px auto 35px;
  }
  .reason_text h4 {
    font-size: 18px;
    line-height: 29px;
    letter-spacing: 1.35px;
  }
  .reason_text p {
    font-size: 14px;
    font-size: 16px;
    line-height: 2em;
    letter-spacing: 0.075em;
  }
  .cut_menu .small_title,
  .staff_plofile .small_title {
    margin-bottom: 50px;
  }
  .btn2 {
    font-size: 12px;
    line-height: 35px;
    letter-spacing: 0.9px;
  }
  .btn3 {
    font-size: 12px;
    line-height: 35px;
    letter-spacing: 0.9px;
  }
  .name,
  .price {
    font-size: 12px;
    line-height: 22.05px;
    letter-spacing: 1.2px;
  }
  .menu_description {
    width: 100%;
    font-size: 14px;
    font-size: 16px;
    line-height: 1.57142857;
    letter-spacing: 0.075em;
    margin-bottom: 50px;
  }
  .staff_content .inner {
    padding-top: 10px;
  }
  .staff_name p {
    font-size: 16px;
  }
  .staff_name {
    margin: 25px 0;
  }
  .staff_introduction {
    font-size: 14px;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0.075em;
  }
  .staff_wrapper {
    display: block;
    margin-bottom: 0;
  }
  .access_content .inner {
    padding-top: 50px;
    padding-bottom: 100px;
  }
  .access_wrapper .small_title {
    margin-bottom: 30px;
  }
  .access_wrapper {
    padding: 0;
    width: auto;
  }
  .staff_introduction {
    width: auto;
    text-align: unset;
  }
  .staff_section:first-child {
    padding-bottom: 50px;
  }
  .access_img {
    height: 240px;
    background-size: cover;
  }
  .address {
    font-size: 16px;
    line-height: 27px;
    letter-spacing: 1.2px;
  }
  .map {
    width: 90px;
    margin: 10px 0 20px 0;
  }
  .btn2 {
    width: 280px;
  }
  .btn3 {
    width: 280px;
  }
  .followus p {
    font-size: 17px;
    line-height: 26px;
  }
  .f_logo_sp {
    width: 140px;
  }
  .reserve_line {
    height: 72px;
    width: calc(100% - 65px);
  }
  .footer_reserve {
    display: block;
  }
  .reserve_top {
    height: 32.5px;
    line-height: 32.5px;
  }
  .reserve_bottom {
    justify-content: center;
    display: flex;
  }
  .reserve_bottom p {
    display: block;
    height: 32.5px;
    line-height: 20px;
  }
  .reserve_bottom p:nth-child(1) {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    line-height: 18px;
  }
  .reserve_bottom p:nth-child(2) {
    margin: 0 10px;
  }
  .top {
    height: 72px;
    width: 65px;
    bottom: 0px;
    right: 0px;
  }
  .topp {
    line-height: 30px;
  }
  .top span::after {
    top: calc(50% - 15px);
  }
}
@media screen and (max-width: 400px) {
  body {
    font-size: 62.5%;
  }
  .h_c_logo_pc {
    width: 180px;
  }
  .only_pc {
    display: none;
  }
  .staff_introduction {
    width: 100%;
  }
  .repeater_reason a,
  .cut_menu_section a {
    display: block;
    margin: 0px 0px 35px 0;
  }
  .btn2 {
    width: 91%;
  }
  .btn3 {
    width: 91%;
  }
}
@media screen and (max-width: 370px) {
  br {
    display: none;
  }
  .only_sp {
    display: none;
  }
  .name {
    padding-left: 0;
  }
}
