@charset "UTF-8";
html:not(.is-loaded) * {
  transition: none !important;
}

/*@function vw($px) {
  @return calc(($px / 1600) * 100vw);
}
@function vw-tb($px) {
  @return calc(($px / 768) * 100vw);
}
@function vw-sp($px) {
  @return calc(($px / 375) * 100vw);
}*/
/*                下層共通
======================================================= */
.lower .sp_width {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 510px;
  padding: 0 15px;
}
.lower #wrapper #main_area {
  transition: all 0.5s;
}
.lower #wrapper #main_area #main_title {
  margin-top: 126px;
}
@media only screen and (max-width: 1024px) {
  .lower #wrapper #main_area #main_title {
    margin-top: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .lower #wrapper #main_area #main_title {
    margin-top: 60px;
  }
}
.lower #wrapper #main_area #main_title .main_width .main_title_inner {
  text-align: center;
  color: #282828;
}
.lower #wrapper #main_area #main_title .main_width .main_title_inner h1 span,
.lower #wrapper #main_area #main_title .main_width .main_title_inner p span {
  font-size: 60px;
  font-weight: 700;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .lower #wrapper #main_area #main_title .main_width .main_title_inner h1 span,
  .lower #wrapper #main_area #main_title .main_width .main_title_inner p span {
    font-size: 38px;
  }
}
.lower #wrapper #main_area #main_title .main_width .main_title_inner .content_title_jp {
  margin-top: 8px;
}
.lower #wrapper #main_area #main_title .main_width .main_title_inner .content_title_jp span {
  font-size: true;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .lower #wrapper #main_area #main_title .main_width .main_title_inner .content_title_jp span {
    font-size: true;
  }
}
.lower #wrapper #main_area .content_wrapper .main_width {
  max-width: 1200px;
}
@media only screen and (max-width: 1024px) {
  .lower #wrapper #main_area .content_wrapper .main_width {
    padding: 0;
  }
}

#sidebar {
  padding: 0 35px;
}
@media only screen and (max-width: 767px) {
  #sidebar {
    display: flex;
    flex-flow: wrap;
    margin: 60px 0 0;
    padding: 0 15px;
    width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  #sidebar {
    margin: 60px 0 0;
    padding: 0 35px;
  }
}
#sidebar .cat_list {
  width: 180px;
}
@media only screen and (max-width: 767px) {
  #sidebar .cat_list {
    padding: 0 15px;
    width: 50%;
  }
}
@media only screen and (max-width: 480px) {
  #sidebar .cat_list {
    padding: 0;
    width: 100%;
  }
}
#sidebar .cat_list + .cat_list {
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  #sidebar .cat_list + .cat_list {
    margin-top: 0;
  }
}
@media only screen and (max-width: 480px) {
  #sidebar .cat_list + .cat_list {
    margin-top: 40px;
  }
}
#sidebar .cat_list dl dt {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #4c4948;
  color: #fff;
  font-weight: bold;
  height: 40px;
}
#sidebar .cat_list dl dd ul li {
  border-bottom: solid 1px #ebebeb;
}
#sidebar .cat_list dl dd ul li a {
  display: block;
  padding: 14px 8px;
  text-decoration: none;
}

/*                bread
======================================================= */
@media only screen and (max-width: 767px) {
  #bread {
    display: none;
  }
}
#bread ol {
  display: flex;
  flex-flow: row wrap;
}
#bread ol li {
  display: inline-block;
  float: left;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: true;
}
#bread ol li:before {
  content: "\f105";
  margin: 0 1em;
}
#bread ol li:first-child:before {
  content: "";
  margin: 0;
}

/*                ページネーション
======================================================= */
.pagination {
  margin-top: 50px;
}
.pagination h2 {
  display: none;
}
.pagination .nav-links,
.pagination ul {
  display: flex;
  justify-content: center;
  margin: 0 -5px;
}
@media only screen and (max-width: 767px) {
  .pagination .nav-links,
  .pagination ul {
    justify-content: center;
  }
}
.pagination .nav-links li,
.pagination ul li {
  margin: 0 5px;
}
.pagination .nav-links li > span,
.pagination .nav-links li > a,
.pagination ul li > span,
.pagination ul li > a {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #a6a6a6;
  color: #fff;
  text-decoration: none;
  width: 34px;
  height: 34px;
  transition: all 0.5s;
}
.pagination .nav-links li > span:hover,
.pagination .nav-links li > a:hover,
.pagination ul li > span:hover,
.pagination ul li > a:hover {
  opacity: 0.8;
}
.pagination .nav-links li > span.next,
.pagination .nav-links li > span.prev,
.pagination .nav-links li > a.next,
.pagination .nav-links li > a.prev,
.pagination ul li > span.next,
.pagination ul li > span.prev,
.pagination ul li > a.next,
.pagination ul li > a.prev {
  display: none;
}
.pagination .nav-links li > span.current,
.pagination .nav-links li > a.current,
.pagination ul li > span.current,
.pagination ul li > a.current {
  background-color: #404040;
  border: solid 2px #404040;
}
.pagination .nav-links li > span.current:hover,
.pagination .nav-links li > a.current:hover,
.pagination ul li > span.current:hover,
.pagination ul li > a.current:hover {
  opacity: 1;
}
.pagination .nav-links li > span.dots,
.pagination .nav-links li > a.dots,
.pagination ul li > span.dots,
.pagination ul li > a.dots {
  margin: 0;
  background-color: #fff;
  color: #a6a6a6;
}
.pagination .nav-links li > span.dots:hover,
.pagination .nav-links li > a.dots:hover,
.pagination ul li > span.dots:hover,
.pagination ul li > a.dots:hover {
  opacity: 1;
}
.pagination .nav-links li.active a,
.pagination .nav-links li.active span,
.pagination ul li.active a,
.pagination ul li.active span {
  background-color: #404040;
  border: solid 2px #404040;
}
.pagination .nav-links li.active a:hover,
.pagination .nav-links li.active span:hover,
.pagination ul li.active a:hover,
.pagination ul li.active span:hover {
  opacity: 1;
}

/*                各種ファイル読み込み
======================================================= */
/*                記事系
======================================================= */
/*                お問い合わせ
======================================================= */
.youtube {
  position: relative;
  padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
  height: 0;
  overflow: hidden;
}
.youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.youtubeList ul {
  display: flex;
  flex-wrap: wrap;
  margin: -20px;
}
@media only screen and (max-width: 1300px) {
  .youtubeList ul {
    margin: -15px;
  }
}
.youtubeList ul li {
  width: 50%;
  padding: 20px;
}
@media only screen and (max-width: 1300px) {
  .youtubeList ul li {
    padding: 15px;
  }
}
@media only screen and (max-width: 768px) {
  .youtubeList ul li {
    width: 100%;
  }
}
.youtubeList ul li .youtubeVideo {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.youtubeList ul li .youtubeVideo iframe {
  border: none !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.youtubeList ul li .youtubeTtl {
  margin-top: 5px;
  line-height: 1.8;
}

.shop_list_title {
  font-size: 18px;
  font-weight: bold;
  border-bottom: 1px solid #282828;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .shop_list_title {
    font-size: 14px;
  }
}

.productsshop_list_title {
  font-size: 18px;
  font-weight: bold;
  border-bottom: 1px solid #282828;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .productsshop_list_title {
    font-size: 14px;
  }
}

.shop_list {
  display: flex;
  flex-wrap: wrap;
  margin: -20px;
}
@media only screen and (max-width: 480px) {
  .shop_list {
    margin: -10px;
  }
}
.shop_list .shop {
  width: 33.3333%;
  padding: 20px;
}
@media only screen and (max-width: 1024px) {
  .shop_list .shop {
    width: 50%;
  }
}
@media only screen and (max-width: 640px) {
  .shop_list .shop {
    width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .shop_list .shop {
    padding: 10px;
  }
}

.half_box_area {
  display: flex;
  flex-wrap: wrap;
  margin: -20px;
}
.half_box_area__wrap {
  overflow: hidden;
  margin-top: 120px;
}
@media only screen and (max-width: 768px) {
  .half_box_area__wrap {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 480px) {
  .half_box_area__wrap {
    margin-top: 40px;
  }
}
.half_box_area .half_box {
  display: flex;
  flex-wrap: wrap;
  width: 50%;
  padding: 20px;
}
@media only screen and (max-width: 640px) {
  .half_box_area .half_box {
    width: 100%;
  }
}

.onethird_box_area {
  display: flex;
  flex-wrap: wrap;
  margin: -20px;
}
.onethird_box_area .onethird_box {
  width: 33.3333%;
  padding: 20px;
}
@media only screen and (max-width: 1024px) {
  .onethird_box_area .onethird_box {
    width: 50%;
  }
}
@media only screen and (max-width: 480px) {
  .onethird_box_area .onethird_box {
    width: 100%;
  }
}

.quater_box_area {
  display: flex;
  flex-wrap: wrap;
  margin: -20px;
}
.quater_box_area .quater_box {
  width: 25%;
  padding: 20px;
}
@media only screen and (max-width: 1024px) {
  .quater_box_area .quater_box {
    width: 50%;
  }
}
@media only screen and (max-width: 480px) {
  .quater_box_area .quater_box {
    width: 100%;
  }
}

.box_area_img {
  margin-bottom: 15px;
}
.box_area_img img {
  width: 100%;
  height: auto;
}

.box_area_title_bar {
  text-align: center;
  padding-bottom: 15px;
  border-bottom: 1px solid #282828;
  margin-bottom: 15px;
}

@media only screen and (max-width: 767px) {
  .box_area_text {
    font-size: true;
  }
}

.yoyaku_btn {
  text-align: center;
}

#hair .hair_concept .subtitle_hair p {
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  #hair .hair_concept .subtitle_hair p {
    font-size: 14px;
  }
}
#hair .hair_concept .text_hair p {
  font-size: 14px;
}
#hair .hair_concept .text_hair + .subtitle_hair {
  margin-top: 60px;
}
@media only screen and (max-width: 767px) {
  #hair .hair_concept .text_hair + .subtitle_hair {
    margin-top: 30px;
  }
}

#shop .shop_area {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
#shop .shop_area .shop_name {
  font-size: 22px;
  font-weight: 500;
}
#shop .shop_area .shop_name span {
  font-size: 14px;
}
#shop .shop_area .shop_cate {
  padding: 0.3em 0.6em;
  margin-bottom: 0.1em;
  margin-left: 0.8em;
  border: solid 1px #282828;
  font-size: 12px;
  line-height: 1;
}
#shop .shop_area .shop_cate + .shop_cate {
  margin-left: 0.3em;
}
#shop .shop_area .shop_reception,
#shop .shop_area .shop_time,
#shop .shop_area .shop_closed,
#shop .shop_area .shop_text,
#shop .shop_area .shop_address,
#shop .shop_area .shop_tel {
  width: 100%;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #shop .shop_area .shop_reception,
  #shop .shop_area .shop_time,
  #shop .shop_area .shop_closed,
  #shop .shop_area .shop_text,
  #shop .shop_area .shop_address,
  #shop .shop_area .shop_tel {
    font-size: 14px;
  }
}
#shop .shop_area .shop_address {
  margin-bottom: 0.1em;
}
@media only screen and (max-width: 767px) {
  #shop .shop_area .shop_address {
    font-size: 14px;
  }
}
#shop .shop_area .shop_address img {
  width: 50px;
  height: auto;
  margin-left: 10px;
}
#shop .shop_area .shop_tel {
  font-size: 24px;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  #shop .shop_area .shop_tel {
    font-size: 18px;
  }
}
#shop .shop_area + .shop_area {
  margin-top: 20px;
  border-top: 1px solid #282828;
  padding-top: 20px;
}

#nail .nail_gallery-arrow-left,
#nail .nail_gallery-arrow-right {
  position: absolute;
  top: 50%;
  width: 30px;
  height: 30px;
  border-top: 2px solid #282828;
  border-left: 2px solid #282828;
  z-index: 1;
}
#nail .nail_gallery-arrow-left {
  left: -25px;
  transform: translateY(-50%) rotate(-45deg);
}
@media only screen and (max-width: 768px) {
  #nail .nail_gallery-arrow-left {
    left: -5px;
  }
}
#nail .nail_gallery-arrow-right {
  right: -25px;
  transform: translateY(-50%) rotate(135deg);
}
@media only screen and (max-width: 768px) {
  #nail .nail_gallery-arrow-right {
    right: -5px;
  }
}
#nail .nail_gallery ul li a .img {
  height: 300px;
  background: center/cover no-repeat;
}
#nail .nail_concept {
  margin-top: 60px;
}
#nail .subtitle_nail {
  text-align: center;
  margin-bottom: 20px;
}
#nail .subtitle_nail p {
  font-size: 18px;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  #nail .subtitle_nail p {
    font-size: 16px;
  }
}
#nail .text_nail {
  margin-top: 60px;
}
@media only screen and (max-width: 767px) {
  #nail .text_nail {
    margin-top: 30px;
  }
}
#nail .text_nail p {
  font-size: true;
}
@media only screen and (max-width: 767px) {
  #nail .text_nail p {
    font-size: true;
  }
}
#nail .box_area {
  margin-top: 60px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  #nail .box_area {
    margin-top: 30px;
  }
}
#nail .box_area .box_area_nail {
  margin: -20px;
  display: flex;
  flex-wrap: wrap;
}
#nail .box_area .box_area_nail .l_box {
  padding: 20px;
  width: 70%;
}
@media only screen and (max-width: 767px) {
  #nail .box_area .box_area_nail .l_box {
    width: 100%;
  }
}
#nail .box_area .box_area_nail .l_box .l_box_title {
  font-size: 18px;
  padding-bottom: 15px;
  border-bottom: 1px solid #999;
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  #nail .box_area .box_area_nail .l_box .l_box_title {
    font-size: 16px;
  }
}
#nail .box_area .box_area_nail .l_box .l_box_cont {
  margin-top: 40px;
}
#nail .box_area .box_area_nail .l_box .l_box_cont .l_box_subtitle {
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  #nail .box_area .box_area_nail .l_box .l_box_cont .l_box_subtitle {
    font-size: 14px;
  }
}
#nail .box_area .box_area_nail .l_box .l_box_cont .l_box_text {
  font-size: true;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  #nail .box_area .box_area_nail .l_box .l_box_cont .l_box_text {
    font-size: true;
  }
}
#nail .box_area .box_area_nail .r_box {
  padding: 20px;
  width: 30%;
}
@media only screen and (max-width: 767px) {
  #nail .box_area .box_area_nail .r_box {
    width: 100%;
  }
}
#nail .box_area .box_area_nail .r_box img {
  width: 100%;
  height: auto;
}
#nail .box_area .box_area_nail + .box_area_nail {
  margin-top: 20px;
}

#eye .box_area {
  margin-top: 60px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  #eye .box_area {
    margin-top: 30px;
  }
}
#eye .box_area .box_area_eye {
  margin: -20px;
  display: flex;
  flex-wrap: wrap;
}
#eye .box_area .box_area_eye .l_box {
  padding: 20px;
  width: 50%;
}
@media only screen and (max-width: 767px) {
  #eye .box_area .box_area_eye .l_box {
    width: 100%;
  }
}
#eye .box_area .box_area_eye .l_box .l_box_title {
  font-size: 18px;
  padding-bottom: 15px;
  border-bottom: 1px solid #999;
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  #eye .box_area .box_area_eye .l_box .l_box_title {
    font-size: 16px;
  }
}
#eye .box_area .box_area_eye .l_box .l_box_cont {
  margin-top: 40px;
}
#eye .box_area .box_area_eye .l_box .l_box_cont .l_box_subtitle {
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  #eye .box_area .box_area_eye .l_box .l_box_cont .l_box_subtitle {
    font-size: 14px;
  }
}
#eye .box_area .box_area_eye .l_box .l_box_cont .l_box_text {
  font-size: true;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  #eye .box_area .box_area_eye .l_box .l_box_cont .l_box_text {
    font-size: true;
  }
}
#eye .box_area .box_area_eye .r_box {
  padding: 20px;
  width: 50%;
}
@media only screen and (max-width: 767px) {
  #eye .box_area .box_area_eye .r_box {
    width: 100%;
  }
}
#eye .box_area .box_area_eye .r_box img {
  width: 100%;
  height: auto;
}
#eye .box_area .box_area_eye + .box_area_eye {
  margin-top: 20px;
}
#eye .subtitle_eye {
  text-align: center;
  margin-bottom: 20px;
}
#eye .subtitle_eye p {
  font-size: 18px;
  font-weight: bold;
}
#eye .box_area_eye {
  margin: -20px;
  display: flex;
  flex-wrap: wrap;
}
#eye .box_area_eye .l_box {
  padding: 20px;
  width: 50%;
}
@media only screen and (max-width: 767px) {
  #eye .box_area_eye .l_box {
    width: 100%;
  }
}
#eye .box_area_eye .l_box .l_box_title {
  font-size: 18px;
  padding-bottom: 15px;
  border-bottom: 1px solid #999;
  margin-bottom: 15px;
}
#eye .box_area_eye .l_box .l_box_title img {
  max-width: 400px;
  width: 100%;
}
#eye .box_area_eye .l_box .l_box_subtitle {
  margin-bottom: 10px;
}
#eye .box_area_eye .l_box .l_box_text {
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  #eye .box_area_eye .l_box .l_box_text {
    font-size: true;
  }
}
#eye .box_area_eye .r_box {
  padding: 20px;
  width: 50%;
}
@media only screen and (max-width: 767px) {
  #eye .box_area_eye .r_box {
    width: 100%;
  }
}
#eye .box_area_eye .r_box img {
  width: 100%;
  height: auto;
}
#eye .box_area_eye + .box_area_eye {
  margin-top: 20px;
}
#eye .width_eye {
  margin-top: 60px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
#eye .width_eye .img_full + .img_full {
  margin-top: 20px;
}

#recruit .recruit-bnr {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-top: 100px;
}
@media only screen and (max-width: 1023px) {
  #recruit .recruit-bnr {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 480px) {
  #recruit .recruit-bnr {
    margin-top: 40px;
  }
}
#recruit .recruit-bnr__item {
  max-width: 400px;
  height: auto;
}
#recruit .web-entry--btn {
  display: block;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #282828;
  padding: 20px;
  text-align: center;
  margin-top: 30px;
}
#recruit .web-entry--btn:first-child {
  margin-top: 0;
}
#recruit .content_wrapper {
  padding-bottom: 160px;
}
@media only screen and (max-width: 767px) {
  #recruit .content_wrapper {
    padding-bottom: 110px;
  }
}
#recruit .width_recruit {
  max-width: 720px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
#recruit .box_recruit {
  border: 1px solid #282828;
  padding: 30px;
}
@media only screen and (max-width: 767px) {
  #recruit .box_recruit {
    padding: 15px;
  }
}
#recruit .box_recruit .box_recruit_title {
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  #recruit .box_recruit .box_recruit_title {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  #recruit .box_recruit .box_recruit_text {
    font-size: 14px;
  }
}
#recruit .box_recruit + .box_recruit {
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  #recruit .box_recruit + .box_recruit {
    margin-top: 20px;
  }
}
#recruit .box_recruit2 {
  width: 100%;
  border: 1px solid #282828;
  padding: 30px;
}
@media only screen and (max-width: 767px) {
  #recruit .box_recruit2 {
    padding: 15px;
  }
}
#recruit .box_recruit2 p {
  font-size: 14px;
}
#recruit .box_recruit2 p + p {
  margin-top: 0.75em;
}
#recruit .box_area_title_bar {
  position: relative;
  width: 100%;
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  padding-bottom: 15px;
  border-bottom: 1px solid #282828;
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  #recruit .box_area_title_bar {
    font-size: 16px;
    padding-bottom: 8px;
    margin-bottom: 8px;
  }
}
#recruit .box_area_title_bar span {
  font-size: 14px;
  font-weight: normal;
}
@media only screen and (max-width: 767px) {
  #recruit .box_area_title_bar span {
    font-size: 12px;
  }
}
#recruit .box_area_subtitle {
  position: relative;
  width: 100%;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  #recruit .box_area_subtitle {
    font-size: true;
  }
}
#recruit .box_area_text {
  position: relative;
  width: 100%;
  font-size: 14px;
}
#recruit .staff_list {
  overflow: hidden;
}
#recruit .staff_list ul {
  margin: -30px;
}
#recruit .staff_list ul li {
  width: 50%;
  padding: 30px;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 767px) {
  #recruit .staff_list ul li {
    width: 100%;
  }
}
#recruit .staff_list ul li .catch {
  color: #e0a7a7;
  margin-bottom: 1%;
  width: 100%;
  display: flex;
}
#recruit .staff_list ul li .num_box {
  width: 100%;
  margin-bottom: 2%;
  display: flex;
  align-items: center;
}
#recruit .staff_list ul li .num_box .number {
  font-weight: 500;
  font-size: 4.1vw;
  width: 25%;
}
@media only screen and (max-width: 767px) {
  #recruit .staff_list ul li .num_box .number {
    font-size: 6.1vw;
    width: 2.5em;
  }
}
#recruit .staff_list ul li .num_box .title {
  font-size: 25px;
  line-height: 32px;
  letter-spacing: 2px;
}
#recruit .staff_list ul li .recruit_staff {
  width: 100%;
  border-top: 1px solid #b1b1b1;
  padding-top: 5%;
  margin-top: 5%;
}
#recruit .staff_list ul li .recruit_staff figure {
  width: 100%;
  margin: 0;
}
#recruit .staff_list ul li .recruit_staff .staffpic {
  width: 10%;
}
#recruit .staff_list ul li .recruit_staff .staffpic img {
  border-radius: 50%;
}
#recruit .staff_list ul li .recruit_staff figcaption {
  width: 90%;
  padding-left: 3%;
}
#recruit .staff_list ul li .recruit_staff .staff_name {
  font-size: 16px;
  font-weight: bold;
  margin-right: 2%;
}
#recruit .staff_list ul li .recruit_staff .role {
  line-height: 25px;
}
#recruit .staff_list ul li .recruit_staff .school {
  color: #636363;
  font-size: 12px;
}

#staff {
  /*茂木
  .at-grid {
    display: flex;
    flex-wrap: wrap;
    .at-column {
      display: block;
      width: 33.3333%;
      z-index: 0;
      position: relative;
      background: #fff;
      box-shadow: 0 0 0 1px #e2e9ed;
      //padding: 5%;
      box-sizing: border-box;
      transition: box-shadow 0.2s ease, transform 0.2s ease,
        z-index 0s 0.2s ease;
      cursor: pointer;
      @include media1024 {
        width: 50%;
      }
      @include media640 {
        width: 100%;
      }
      &:hover {
        z-index: 1;
        box-shadow: 0 8px 50px rgba(0, 0, 0, 0.2);
        transform: scale(1.05);
        transition: box-shadow 0.2s ease, transform 0.2s ease,
          z-index 0s 0s ease;
      }
      &:before {
        content: "";
        display: block;
        padding-top: 100%;
      }
      > a {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
      }
      .at-user {
        position: absolute;
        top: 50%;
        left: 0;
        width: 100%;
        transform: translate(0, -50%);
        text-align: center;
        .at-user__avatar {
          width: 98px;
          height: 98px;
          border-radius: 100%;
          margin: 0 auto 20px;
          overflow: hidden;
        }
        .at-user__name {
          color: #313435;
          font-size: 1.5rem;
          font-weight: 300;
          line-height: 2.625rem;
          font-family: $josefinSans;
        }
        .at-user__title {
          color: #6f808a;
          font-size: 0.875rem;
          line-height: 2.375rem;
          font-family: $josefinSans;
        }
      }
    }
    + .shop_name {
      margin-top: 60px;
    }
  }*/
}
#staff .salon-list__btn {
  margin-left: auto;
  border: 1px solid rgb(0, 0, 0);
  background-color: #fff;
  width: 160px;
  height: 46px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.5s;
}
@media only screen and (min-width: 1024px) {
  #staff .salon-list__btn:hover {
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
  }
  #staff .salon-list__btn:hover .salon-list {
    visibility: visible;
    opacity: 1;
  }
}
@media only screen and (max-width: 1023px) {
  #staff .salon-list__btn {
    margin-left: 0;
  }
}
#staff .salon-list__btn--inner {
  font-size: 14px;
}
@media only screen and (max-width: 1279px) {
  #staff .salon-list__btn--inner {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  #staff .salon-list__btn--inner {
    font-size: 14px;
  }
}
#staff .salon-list {
  border: 1px solid #000;
  background-color: rgb(255, 255, 255);
  padding: 40px;
  display: flex;
  position: absolute;
}
@media only screen and (min-width: 1024px) {
  #staff .salon-list {
    top: 46px;
    right: 0;
    width: 800px;
  }
}
@media only screen and (max-width: 1023px) {
  #staff .salon-list {
    bottom: 46px;
    left: 0;
    width: calc(100vw - 30px);
    flex-direction: column;
    align-items: center;
  }
}
#staff .salon-list__cont {
  width: 33.333333%;
}
@media only screen and (max-width: 1023px) {
  #staff .salon-list__cont {
    width: 100%;
    margin-top: 20px;
  }
  #staff .salon-list__cont:first-child {
    margin-top: 0;
  }
}
#staff .salon-cat--outer {
  text-align: center;
}
#staff .salon-cat {
  color: #000;
  font-family: "Inter Tight", sans-serif;
  font-weight: 700;
  text-decoration: underline;
}
#staff .salon-list__cont-name--outer {
  margin-top: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media only screen and (max-width: 1023px) {
  #staff .salon-list__cont-name--outer {
    margin-top: 20px;
  }
}
#staff .salon-list__cont-name {
  display: inline-block;
  color: #000;
  font-family: "Playfair Display", serif;
  font-weight: 300;
  white-space: nowrap;
  position: relative;
}
#staff .salon-list__cont-name::after {
  display: block;
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0px;
  width: 0px;
  height: 1px;
  background-color: #fff;
  transition: 0.5s;
}
#staff .salon-list__cont-name:hover::after {
  width: 100%;
}
#staff .salon-list__cont-name + .salon-list__cont-name {
  margin-top: 1rem;
}
@media only screen and (max-width: 1023px) {
  #staff .salon-list__cont-name + .salon-list__cont-name {
    margin-top: 12px;
  }
}
#staff .salon-name {
  font-size: 20px;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 200;
  text-align: center;
  text-decoration: underline;
  text-decoration-color: #9e9d9d;
  text-decoration-thickness: 1px;
  text-underline-offset: 6px;
}
#staff .staff__list {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
@media only screen and (max-width: 767px) {
  #staff .staff__list {
    gap: 15px;
  }
}
#staff .staff__list--center {
  justify-content: center;
}
#staff .staff__cont {
  width: calc(25% - 22.5px);
  transition: 0.3s;
  padding: 15px;
}
@media only screen and (max-width: 1279px) {
  #staff .staff__cont {
    width: calc(50% - vw-tb(15));
  }
}
@media only screen and (max-width: 767px) {
  #staff .staff__cont {
    width: 100%;
  }
}
@media only screen and (min-width: 1280px) {
  #staff .staff__cont:hover {
    cursor: pointer;
  }
}
#staff .staff__img {
  aspect-ratio: 5/4;
  overflow: hidden;
}
#staff .staff__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#staff .staff__name {
  margin-top: 0.3125rem;
  text-align: center;
}
#staff .staff__name--inner {
  font-size: 16px;
}
@media only screen and (max-width: 1279px) {
  #staff .staff__name--inner {
    font-size: 14px;
  }
}
#staff .staff__rank {
  text-align: center;
}
#staff .staff__rank--inner {
  font-size: 14px;
  opacity: 0.3;
}
@media only screen and (max-width: 767px) {
  #staff .staff__rank--inner {
    font-size: 12px;
  }
}

#products .subtitle_products {
  margin-top: 20px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #products .subtitle_products {
    font-size: 14px;
  }
}
#products .btn_products {
  text-align: center;
  padding: 20px 0;
}
#products .text_products {
  font-size: 14px;
}
#products .text_products + .title_products {
  margin-top: 30px;
}
#products .title_products {
  font-weight: bold;
}
#products .price_products {
  font-size: 12px;
}
#products .price_products + .title_products {
  margin-top: 15px;
}
#products .img_kind {
  text-align: center;
}
#products .img_kind img {
  width: 65%;
  height: auto;
}
#products .img_frageance {
  border: 1px solid #999;
}
#products .img_frageance img {
  width: 100%;
  height: auto;
}
#products .title_frageance {
  font-size: 18px;
  text-align: center;
  margin-top: 10px;
}
@media only screen and (max-width: 767px) {
  #products .title_frageance {
    font-size: 16px;
  }
}
#products .text_frageance {
  text-align: center;
  margin-top: 5px;
  font-size: 14px;
}
#products .shop_link {
  text-align: center;
  margin: 40px 0;
}
@media only screen and (max-width: 480px) {
  #products .shop_link {
    margin: 30px 0;
  }
}

.top_kv {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.recruit_navi {
  background-color: #f1f1f1;
}
.recruit_navi ul {
  justify-content: space-between;
}
.recruit_navi ul li a {
  display: block;
  padding-top: 20px;
  padding-bottom: 20px;
}

.top_section {
  padding: 60px 0;
}

.shop_type {
  font-size: 14px;
  letter-spacing: 1px;
  text-align: center;
  margin-bottom: 15px;
}

.page_title {
  font-size: 33px;
  text-align: center;
  letter-spacing: 1px;
}

.recruit_title {
  text-align: center;
  font-weight: bold;
  margin-bottom: 5%;
}
.recruit_title .tit {
  font-size: 25px;
  letter-spacing: 1px;
  margin-bottom: 3%;
}
.recruit_title .tit span {
  font-size: 60px;
  margin-left: 10px;
  margin-right: 10px;
}
.recruit_title .text {
  line-height: 32px;
}

.inner1280 {
  max-width: 1280px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.font_pink_shadow {
  text-shadow: 1px 1px 0 #a09f9f, -1px -1px 0 #a09f9f, -1px 1px 0 #a09f9f, 1px -1px 0 #a09f9f, 0px 1px 0 #a09f9f, -1px 0 #a09f9f, -1px 0 0 #a09f9f, 1px 0 0 #a09f9f;
  color: #f2cfcf;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.font_pink {
  color: #f2cfcf;
}

.b {
  font-weight: bold;
}

.lower-kv {
  overflow: hidden;
  aspect-ratio: 1920/426;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .lower-kv {
    aspect-ratio: auto;
    background-size: cover;
    height: calc(var(--vh, 1vh) * 100 - 60px);
  }
}
.lower-kv.--hair {
  background-image: url(/wp-content/themes/ifh_theme/assets/media/images/lower/lower-kv-hair.webp);
}
@media only screen and (max-width: 767px) {
  .lower-kv.--hair {
    background-image: url(/wp-content/themes/ifh_theme/assets/media/images/lower/lower-kv-hair-sp.webp);
  }
}
.lower-kv.--hair .lower-kv__ttl {
  color: #b5b5b6;
  text-shadow: none;
}
@media only screen and (max-width: 767px) {
  .lower-kv.--hair .lower-kv__ttl {
    color: white;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  }
}
.lower-kv.--nail {
  background-image: url(/wp-content/themes/ifh_theme/assets/media/images/lower/undernail01.jpg);
}
@media only screen and (max-width: 767px) {
  .lower-kv.--nail {
    background-image: url(/wp-content/themes/ifh_theme/assets/media/images/lower/mobileTOPnail01.jpg);
  }
}
.lower-kv.--eye {
  background-image: url(/wp-content/themes/ifh_theme/assets/media/images/lower/undereye01.jpg);
}
@media only screen and (max-width: 767px) {
  .lower-kv.--eye {
    background-image: url(/wp-content/themes/ifh_theme/assets/media/images/lower/mobileTOPeye01.jpg);
  }
}
.lower-kv__ttl {
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translateY(-50%);
  animation-duration: 1s;
  backface-visibility: hidden;
  font-size: 46px;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 300;
  line-height: 0.6;
  color: #fff;
  text-align: center;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}
@media only screen and (max-width: 767px) {
  .lower-kv__ttl {
    font-size: 20px;
    width: 98vw;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

.p-eye-vertical-media {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 40px;
  max-width: 1580px;
  padding: 0 40px;
}
.p-eye-vertical-media .c-vertical-media {
  width: calc(20% - 32px);
}
@media only screen and (max-width: 1279px) {
  .p-eye-vertical-media .c-vertical-media {
    width: calc(33.3333333333% - 26.6666666667px);
  }
}
@media only screen and (max-width: 767px) {
  .p-eye-vertical-media .c-vertical-media {
    width: 100%;
  }
}

.c-vertical-media__img {
  width: 100%;
}
.c-vertical-media__ttl {
  margin-top: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #9e9d9d;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .c-vertical-media__ttl {
    margin-top: 16px;
    padding-bottom: 16px;
    font-size: 14px;
  }
}
.c-vertical-media__desc {
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  .c-vertical-media__desc {
    margin-top: 20px;
  }
}

.p-eye-menu {
  margin-top: 80px;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
@media only screen and (max-width: 767px) {
  .p-eye-menu {
    margin-top: 40px;
  }
}
.p-eye-menu__item {
  width: calc(33.3333333333% - 26.6666666667px);
}
@media only screen and (max-width: 767px) {
  .p-eye-menu__item {
    width: 100%;
  }
}
.p-eye-menu__img-wrap {
  position: relative;
}
.p-eye-menu__img {
  width: 100%;
}
.p-eye-menu__img-ttl {
  font-size: 19px;
  font-family: "Josefin Sans", sans-serif;
  color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  line-height: 1.4736842105;
  white-space: nowrap;
}
.p-eye-menu__modal-btn-cntr {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media only screen and (max-width: 767px) {
  .p-eye-menu__modal-btn-cntr {
    margin-top: 20px;
  }
}
.p-eye-menu__modal-btn {
  display: block;
  border: 1px solid #000;
  border-radius: 10px;
  width: 100%;
  height: 30px;
}

.p-eye-care-menu {
  margin-top: 80px;
  display: flex;
  flex-direction: column;
  gap: 80px;
}
@media only screen and (max-width: 767px) {
  .p-eye-care-menu {
    margin-top: 40px;
    gap: 40px;
  }
}
.p-eye-care-menu__item {
  display: flex;
}
@media only screen and (max-width: 767px) {
  .p-eye-care-menu__item {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.p-eye-care-menu__item + .p-eye-care-menu__item {
  border-top: 1px solid #9e9d9d;
  padding-top: 80px;
}
@media only screen and (max-width: 767px) {
  .p-eye-care-menu__item + .p-eye-care-menu__item {
    padding-top: 40px;
  }
}
.p-eye-care-menu__info {
  width: 50%;
  padding-right: 48px;
}
@media only screen and (max-width: 767px) {
  .p-eye-care-menu__info {
    width: 100%;
    padding-right: 0;
  }
}
.p-eye-care-menu__ttl {
  font-size: 16px;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .p-eye-care-menu__ttl {
    font-size: 14px;
  }
}
.p-eye-care-menu__desc {
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .p-eye-care-menu__desc {
    margin-top: 12px;
  }
}
.p-eye-care-menu__img-cntr {
  width: 50%;
  padding-left: 32px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 40px;
}
@media only screen and (max-width: 767px) {
  .p-eye-care-menu__img-cntr {
    width: 100%;
    padding-left: 0;
  }
}
.p-eye-care-menu__img-wrap {
  width: calc(50% - 20px);
}
.p-eye-care-menu__img {
  width: 100%;
}
.p-eye-care-menu__img-desc {
  width: 100%;
  font-size: 12px;
  text-align: center;
  line-height: 1.9166666667;
}
@media only screen and (max-width: 767px) {
  .p-eye-care-menu__img-desc {
    font-size: 10px;
  }
}

.c-lower-kv__img {
  width: 100%;
}

.lower_headimg {
  overflow: hidden;
  aspect-ratio: 1920/426;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 767px) {
  .lower_headimg {
    aspect-ratio: 1536/1024;
    background-size: cover;
  }
}
.lower_headimg.nail {
  background-image: url(/wp-content/themes/ifh_theme/assets/media/images/lower/undernail01.jpg);
}
@media only screen and (max-width: 767px) {
  .lower_headimg.nail {
    background-image: url(/wp-content/themes/ifh_theme/assets/media/images/lower/mobileTOPnail01.jpg);
  }
}
.lower_headimg.eye {
  background-image: url(/wp-content/themes/ifh_theme/assets/media/images/lower/undereye01.jpg);
}
@media only screen and (max-width: 767px) {
  .lower_headimg.eye {
    background-image: url(/wp-content/themes/ifh_theme/assets/media/images/lower/mobileTOPeye01.jpg);
  }
}
.lower_headimg.salonlist {
  background-image: url(/wp-content/themes/ifh_theme/assets/media/images/lower/underhair.jpg);
}
@media only screen and (max-width: 767px) {
  .lower_headimg.salonlist {
    background-image: url(/wp-content/themes/ifh_theme/assets/media/images/lower/mobileTOPhair.jpg);
  }
}
.lower_headimg.staff {
  background-image: url(/wp-content/themes/ifh_theme/assets/media/images/lower/underhair.jpg);
}
@media only screen and (max-width: 767px) {
  .lower_headimg.staff {
    background-image: url(/wp-content/themes/ifh_theme/assets/media/images/lower/mobileTOPhair.jpg);
  }
}
.lower_headimg.recruit {
  background-image: url(/wp-content/themes/ifh_theme/assets/media/images/lower/underhair.jpg);
}
@media only screen and (max-width: 767px) {
  .lower_headimg.recruit {
    background-image: url(/wp-content/themes/ifh_theme/assets/media/images/lower/mobileTOPhair.jpg);
  }
}
.lower_headimg.stylist {
  background-image: url(/wp-content/themes/ifh_theme/assets/media/images/lower/underhair.jpg);
}
@media only screen and (max-width: 767px) {
  .lower_headimg.stylist {
    background-image: url(/wp-content/themes/ifh_theme/assets/media/images/lower/mobileTOPhair.jpg);
  }
}
.lower_headimg.product {
  background-image: url(/wp-content/themes/ifh_theme/assets/media/images/lower/underproducts.jpg);
}
@media only screen and (max-width: 767px) {
  .lower_headimg.product {
    background-image: url(/wp-content/themes/ifh_theme/assets/media/images/lower/mobileTOPproducts.jpg);
  }
}
.lower_headimg.covid19 {
  background-image: url(/wp-content/themes/ifh_theme/assets/media/images/lower/underhair.jpg);
}
@media only screen and (max-width: 767px) {
  .lower_headimg.covid19 {
    background-image: url(/wp-content/themes/ifh_theme/assets/media/images/lower/mobileTOPhair.jpg);
  }
}

.salary_area {
  background-color: #f2ef9d;
  padding: 45px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .salary_area {
    padding: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .salary_area {
    padding: 15px;
  }
}
.salary_area .salary_l {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .salary_area .salary_l {
    width: 100%;
  }
}
.salary_area .salary_l .salary {
  margin-bottom: 15px;
}
.salary_area .salary_l .salary p {
  font-size: true;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .salary_area .salary_l .salary p {
    font-size: true;
  }
}
.salary_area .salary_l .salary_exp p {
  font-size: true;
}
@media only screen and (max-width: 767px) {
  .salary_area .salary_l .salary_exp p {
    font-size: true;
  }
}
.salary_area .salary_r {
  width: 50%;
  display: flex;
  border: 2px solid #fff;
}
@media only screen and (max-width: 767px) {
  .salary_area .salary_r {
    width: 100%;
    margin-top: 30px;
  }
}
.salary_area .salary_r .salary_r_l {
  width: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  padding: 30px;
}
@media only screen and (max-width: 767px) {
  .salary_area .salary_r .salary_r_l {
    width: 150px;
    padding: 20px;
  }
}
.salary_area .salary_r .salary_r_r {
  width: calc(100% - 200px);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 0 30px 30px;
}
@media only screen and (max-width: 767px) {
  .salary_area .salary_r .salary_r_r {
    width: calc(100% - 150px);
    padding: 20px 0 20px 20px;
  }
}
.salary_area .salary_r .salary_r_r p span {
  display: inline-block;
  text-indent: -1em;
  margin-left: 1em;
  padding-right: 15px;
}

.staff_area {
  background-color: #eaeaea;
  padding: 45px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.staff_area .staff_l {
  width: 50%;
  height: 300px;
  background-image: url(/wp-content/themes/ifh_theme/assets/media/images/lower/tominaga_big.jpg);
  background-size: cover;
}
@media only screen and (max-width: 767px) {
  .staff_area .staff_l {
    width: 100%;
  }
}
.staff_area .staff_r {
  width: 50%;
  padding-left: 30px;
}
@media only screen and (max-width: 767px) {
  .staff_area .staff_r {
    width: 100%;
    padding-left: 0;
    padding-top: 15px;
  }
}
.staff_area .staff_r p {
  line-height: 2;
}
@media only screen and (max-width: 767px) {
  .staff_area .staff_r p {
    font-size: true;
  }
}

.charm .title {
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .charm .title {
    margin-bottom: 15px;
  }
}
.charm .title p {
  font-size: true;
  text-align: center;
}
.charm .text ul li {
  text-indent: -1em;
  margin-left: 1em;
}
.charm .text + .title {
  margin-top: 90px;
}
@media only screen and (max-width: 767px) {
  .charm .text + .title {
    margin-top: 45px;
  }
}

.stepup .title {
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .stepup .title {
    margin-bottom: 15px;
  }
}
.stepup .title p {
  font-size: true;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .stepup .text p {
    font-size: true;
  }
}

#covid19 .initiatives .title {
  max-width: 300px;
  border: 1px solid #333;
  padding: 10px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
}
#covid19 .initiatives .title h2 {
  font-weight: bold;
  text-align: center;
}
#covid19 .initiatives .text p {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #covid19 .initiatives .text p {
    font-size: true;
  }
}
#covid19 .staff .title {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  #covid19 .staff .title {
    margin-bottom: 30px;
  }
}
#covid19 .staff .title h3 {
  font-size: true;
  font-weight: bold;
  display: inline-block;
  position: relative;
}
#covid19 .staff .title h3:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 6px;
  width: 100%;
  background-color: #f2ef9d;
  z-index: -1;
}
#covid19 .staff .text {
  overflow: hidden;
}
#covid19 .staff .text ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: -10px;
}
#covid19 .staff .text ul li {
  width: 25%;
  padding: 10px;
}
@media only screen and (max-width: 767px) {
  #covid19 .staff .text ul li {
    width: 50%;
  }
}
#covid19 .staff .text ul li .img {
  display: flex;
  justify-content: center;
  align-items: center;
}
#covid19 .staff .text ul li .img img {
  width: 150px;
}
#covid19 .staff .text ul li p {
  text-align: center;
  text-indent: -1em;
  margin-left: 1em;
}
.entry-cont {
  position: fixed;
  bottom: 150px;
  right: 0px;
  z-index: 9998;
  display: flex;
  flex-direction: column;
  gap: 8px 0;
}
@media only screen and (max-width: 767px) {
  .entry-cont {
    width: 100%;
    display: flex;
    flex-direction: row;
    bottom: 0;
  }
}

.entry-btn-big {
  width: 145px;
  height: 50px;
  border-radius: 5px 0px 0px 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: none;
}
@media only screen and (max-width: 767px) {
  .entry-btn-big {
    width: 50%;
    border-radius: 0px;
  }
}
.entry-btn-big.--student {
  background-color: #ff9fcd;
}
.entry-btn-big.--inspection {
  background-color: #6ebdd6;
}
@media only screen and (min-width: 768px) {
  .entry-btn-big.--inspection p br {
    display: none;
  }
}
.entry-btn-big.--line {
  background-color: #54b453;
}
@media only screen and (min-width: 768px) {
  .entry-btn-big.--line p br {
    display: none;
  }
}
.entry-btn-big p {
  font-size: 14px;
  line-height: 1.3;
  color: #fff;
  text-align: center;
}

#recruit-lp .kv {
  width: 100%;
  padding-top: 154.5%;
}
.webp #recruit-lp .kv {
  background: center/cover no-repeat url("/wp-content/themes/ifh_theme/assets/media/images/lower/recruit-lp_kv.jpg.webp");
}
.no-webp #recruit-lp .kv {
  background: center/cover no-repeat url("/wp-content/themes/ifh_theme/assets/media/images/lower/recruit-lp_kv.jpg");
}
#recruit-lp .content_wrapper {
  padding: 10px 0 60px;
}
#recruit-lp #sp_menu_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  width: 60px;
}
#recruit-lp #sp_menu {
  display: block;
  position: fixed;
  top: 110%;
  left: 0;
  width: 100%;
  height: 100%;
  background: #282828;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 9999;
  transition: 400ms;
  padding-bottom: 50px;
  color: #fff;
  font-size: 15px;
}
#recruit-lp #sp_menu.sp_menu_open {
  top: 75px;
  z-index: 9999;
  transition: 400ms;
}
#recruit-lp #sp_menu.sp_menu_open.scroll {
  top: 60px;
}
#recruit-lp #entry-btn {
  position: fixed;
  bottom: 15px;
  right: 15px;
  width: 145px;
  height: 42px;
  background-color: #2cb2c2;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#recruit-lp #entry-btn p {
  line-height: 1;
  color: #fff;
  text-align: center;
}
#recruit-lp .scroll-btn {
  margin-top: 30px;
  background-color: #323232;
  margin-left: auto;
  margin-right: auto;
  max-width: 300px;
  height: 68px;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
#recruit-lp .scroll-btn::after {
  content: "";
  position: absolute;
  bottom: 8px;
  left: 50%;
  width: 19px;
  height: 7px;
  transform: translateX(-50%);
  background: center/contain no-repeat url("/wp-content/themes/ifh_theme/assets/media/images/lower/bottom_arrow.svg");
}
#recruit-lp .scroll-btn p {
  line-height: 1;
  color: #fff;
  font-size: 14px;
  text-align: center;
}
#recruit-lp .scroll-btn + .scroll-btn {
  margin-top: 10px;
}
#recruit-lp .ttl {
  margin-top: 60px;
}
#recruit-lp .ttl h2 {
  font-size: 20px;
  text-align: center;
}
#recruit-lp .ttl h2.txt-l {
  text-align: left;
}
#recruit-lp .ttl h2.txt-r {
  text-align: right;
}
#recruit-lp .txt {
  margin-top: 20px;
}
#recruit-lp .txt p {
  font-size: 14px;
}
#recruit-lp .video {
  margin-top: 60px;
}
#recruit-lp .video video {
  width: 100%;
  height: auto;
}
#recruit-lp .tag-list {
  margin-top: 20px;
  overflow: hidden;
}
#recruit-lp .tag-list ul {
  margin: -8px;
  display: flex;
  flex-wrap: wrap;
}
#recruit-lp .tag-list ul li {
  width: 50%;
  padding: 8px;
  position: relative;
}
#recruit-lp .tag-list ul li:last-child {
  width: 100%;
}
#recruit-lp .tag-list ul li span {
  padding: 5px 10px;
  display: block;
  border: 1px solid #323232;
  text-align: center;
}
@media only screen and (max-width: 480px) {
  #recruit-lp .tag-list ul li span {
    font-size: 14px;
  }
}
@media only screen and (max-width: 350px) {
  #recruit-lp .tag-list ul li span {
    font-size: 12px;
  }
}
#recruit-lp .tag-list ul li .kome {
  position: absolute;
  bottom: -5px;
  right: 8px;
  font-size: 12px;
  line-height: 1;
}
#recruit-lp .jisseki {
  margin-top: 20px;
  background-color: #f0f0f0;
  padding: 15px;
}
#recruit-lp .jisseki ul li {
  padding: 15px 5px;
  border-bottom: 1px dotted #282828;
}
#recruit-lp .jisseki ul li:last-child {
  border-bottom: none;
}
#recruit-lp .big-btn {
  margin-top: 30px;
  height: 72px;
  background-color: #2cb2c2;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#recruit-lp .big-btn.pink {
  background-color: #ce7a84;
}
#recruit-lp .big-btn.green {
  background-color: #06c755;
}
#recruit-lp .big-btn p {
  font-size: 22px;
  line-height: 1;
  color: #fff;
  text-align: center;
  letter-spacing: 0.1em;
}
#recruit-lp .big-btn + .big-btn {
  margin-top: 15px;
}
#recruit-lp .border-box {
  margin-top: 20px;
  border: 1px solid #282828;
  padding: 20px;
}
@media only screen and (max-width: 767px) {
  #recruit-lp .border-box {
    padding: 18px;
  }
}
#recruit-lp .border-box p {
  font-size: 16px;
}
#recruit-lp .img {
  margin-top: 30px;
}
#recruit-lp .message {
  margin-top: 20px;
}
#recruit-lp .message p {
  font-size: 22px;
  text-align: right;
}
#recruit-lp .message p span {
  padding-right: 3em;
  position: relative;
}
#recruit-lp .message p span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0px;
  width: 2.5em;
  height: 1px;
  transform: translateY(-50%);
  background-color: #282828;
}
#recruit-lp .name p {
  font-size: 13px;
  text-align: right;
}
#recruit-lp .name p span {
  font-size: 16px;
}
#recruit-lp .bg_gray {
  margin-top: 60px;
  background-color: #dcdcdc;
  padding: 30px 20px;
}
#recruit-lp .bg_gray .ttl {
  margin-top: 0;
}
#recruit-lp .white-box {
  margin-top: 20px;
  border: 1px solid #323232;
  background-color: #fff;
  padding: 20px 10px;
}
#recruit-lp .white-box h3 {
  text-align: center;
  font-size: 15px;
  letter-spacing: 0.1em;
}
#recruit-lp .white-box h3 span {
  font-size: 12px;
}
#recruit-lp .white-box p {
  margin-top: 15px;
  font-size: 12px;
}
#recruit-lp .white-box + .white-box {
  margin-top: 40px;
  position: relative;
}
#recruit-lp .white-box + .white-box::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translate(-50%, -100%);
  width: 67px;
  height: 20px;
  background: center/contain no-repeat url("/wp-content/themes/ifh_theme/assets/media/images/lower/bottom_arrow_yellow.svg");
}
#recruit-lp .acc-area {
  margin-top: 20px;
}
#recruit-lp .acc-area ul li {
  border: 1px solid #323232;
  background-color: #fff;
  padding: 15px;
}
#recruit-lp .acc-area ul li .acc-ttl {
  padding: 15px 0 15px 25px;
  position: relative;
  cursor: pointer;
}
#recruit-lp .acc-area ul li .acc-ttl .circle {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #282828;
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
}
#recruit-lp .acc-area ul li .acc-ttl .circle::before,
#recruit-lp .acc-area ul li .acc-ttl .circle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 2px;
  transform: translate(-50%, -50%);
  background-color: #fff;
}
#recruit-lp .acc-area ul li .acc-ttl .circle::after {
  transition: 0.5s;
  transform: translate(-50%, -50%) rotate(90deg);
}
#recruit-lp .acc-area ul li .acc-ttl h3 {
  font-size: 14px;
}
#recruit-lp .acc-area ul li .acc-ttl.open .circle::after {
  transform: translate(-50%, -50%);
}
#recruit-lp .acc-area ul li .acc-cont {
  display: none;
  padding-left: 25px;
}
#recruit-lp .acc-area ul li .acc-cont p {
  font-size: 14px;
}
#recruit-lp .acc-area ul li + li {
  margin-top: 15px;
}

#info_single .main_width {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 640px;
  padding: 0 20px;
}
@media only screen and (max-width: 480px) {
  #info_single .main_width {
    padding: 0 15px;
  }
}

.single_date-cat {
  display: flex;
  gap: 0 50px;
}

.single_cat {
  border: 1px solid;
}

.single_ttl {
  margin-top: 30px;
  font-size: 22px;
}
@media only screen and (max-width: 767px) {
  .single_ttl {
    font-size: 18px;
  }
}

.single_txt {
  margin-top: 40px;
}
.single_txt .wp-block-video,
.single_txt .wp-block-columns,
.single_txt .wp-block-image {
  margin-bottom: 0;
}
.single_txt p {
  line-height: 2;
}
@media only screen and (max-width: 767px) {
  .single_txt p {
    font-size: 14px;
  }
}
.single_txt p a {
  text-decoration: underline;
}
.single_txt p + p {
  margin-top: 16px;
}
.single_txt p + figure {
  margin-top: 30px;
}
.single_txt figure + p {
  margin-top: 30px;
}
.single_txt figure + figure,
.single_txt figure + .wp-block-columns {
  margin-top: 46px;
}
.single_txt .wp-block-columns {
  gap: 46px;
}
.single_txt .wp-block-columns + .wp-block-columns,
.single_txt .wp-block-columns + figure {
  margin-top: 46px;
}

#single-staff .content_section:first-child {
  margin-top: 0px;
}
#single-staff .img {
  text-align: center;
}
#single-staff .img img {
  width: 300px;
}
#single-staff .name__en {
  margin-top: 50px;
  text-align: center;
  font-size: 14px;
}
#single-staff .name {
  margin-top: 10px;
  text-align: center;
  font-size: 20px;
}
#single-staff .rank {
  margin-top: 15px;
  text-align: center;
  font-size: 14px;
}
#single-staff .insta-icon {
  margin-top: 30px;
  text-align: center;
}
#single-staff .insta-icon img {
  width: 40px;
}
#single-staff .c-btn__outer {
  margin-top: 50px;
}

#test .test-font27 {
  font-size: 27rem;
}
#test .test-font24 {
  font-size: 24rem;
}
#test .test-font20 {
  font-size: 20rem;
}
#test .test-font16 {
  font-size: 16rem;
}
#test .test-font14 {
  font-size: 14rem;
}
#test .test-font12 {
  font-size: 12rem;
}
#test .test-font10vw {
  font-size: 10vw;
}
#test .outer {
  display: inline-block;
}
#test .red-outer {
  background-color: red;
  padding: 0.5rem 1.5rem;
}
#test .blue-outer {
  background-color: blue;
  padding: 0.3rem 1rem;
}
#test .yellow-outer {
  background-color: yellow;
  padding: 0.1rem 0.5rem;
}

.nail-gallery-list ul {
  display: flex;
  flex-wrap: wrap;
}
.nail-gallery-list ul li {
  width: 33.333333%;
  padding-top: 24.99999975%;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .nail-gallery-list ul li {
    width: 50%;
    padding-top: 37.5%;
  }
}
@media only screen and (max-width: 428px) {
  .nail-gallery-list ul li {
    width: 100%;
    padding-top: 75%;
  }
}
.nail-gallery-list ul li .img {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.nail-gallery-list ul li .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media only screen and (min-width: 769px) {
  .nail-gallery-list ul li .img img {
    cursor: pointer;
  }
}

#modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  /* コンテンツ全てに対して固定的に 1160pxとか指定されているときの対応で、
  ダサいが!importantつける */
  max-width: 100% !important;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 99999;
}
@media only screen and (min-width: 769px) {
  #modal {
    cursor: pointer;
  }
}

#modal img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 90%;
  max-height: 90%;
  height: 90%;
  -o-object-fit: contain;
  object-fit: contain;
}

/*.news_list {
  position: relative;
  ul {
    display: block;

    li {
      a {
        display: flex;
        align-items: center;
        text-decoration: none;
        @media only screen and (max-width: 767px) {
          display: block;
        }
        .date {
          margin-top: 4px;
          display: flex;
          align-items: center;
          transition: all 0.5s;
          width: 10rem;
          p {
            color: $baseColor;
            font-size: 14px;
            font-family: $josefinSans;
            line-height: 1;
          }
          @media only screen and (max-width: 767px) {
          }
        }
        .cat {
          width: 13rem;
          transition: all 0.5s;
          p {
            display: inline-block;
            text-align: center;
            background: $baseColor;
            color: #fff;
            text-align: center;
            font-family: $josefinSans;
            font-weight: 300;
            font-size: 1rem;
            line-height: 1;
            padding: 6px 5px 4px;
            min-width: 11em;
          }
        }
        .title {
          width: calc(100% - 23rem);
          @media only screen and (max-width: 1024px) {
            width: 100%;
          }
          transition: all 0.5s;
          p {
            font-size: 14px;
            color: $baseColor;
            margin-top: -5px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            @media only screen and (max-width: 1024px) {
              margin-top: 0;
            }
          }
          @media only screen and (max-width: 767px) {
            font-size: 13px;
          }
        }
        .news_list_bottom {
          margin-top: 10px;
          display: flex;
          flex-wrap: wrap;
        }
        .news_list_body {
          .text {
            padding-top: 4px;
            transition: all 0.5s;
            color: $baseColor;
            @media only screen and (max-width: 767px) {
              font-size: 14px;
            }
          }
        }
        &:hover {
          .img {
            margin-top: 10px;
            height: 200px;
            position: relative;
            &::before {
              opacity: 0;
            }
          }
        }
      }
      + li {
        margin-top: 15px;
      }
    }
  }
  .more_btn {
    position: absolute;
    top: -92px;
    right: 0;
    text-align: right;
    width: auto;
    @media only screen and (max-width: 767px) {
      position: static;
    }
    a {
      margin: 0;
      width: 160px;
      height: 40px;
      color: #fff;
      background-color: #00843d;
      border: solid 2px #00843d;
      @media only screen and (min-width: 768px) {
        &:hover {
          background-color: rgba(0, 0, 0, 0);
          color: #00843d;
        }
      }
      @media only screen and (max-width: 767px) {
        margin: auto;
        width: 70%;
        height: 50px;
      }
    }
  }
  + .more_btn_area {
    margin-top: 80px;
    @media only screen and (max-width: 768px) {
      margin-top: 20px;
    }
  }
}*/
.modal {
  display: none;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}

.modal__bg {
  background: rgba(0, 0, 0, 0.18);
  height: 100vh;
  position: absolute;
  width: 100%;
}

.modal__cont {
  filter: blur(3px);
  max-width: 720px;
  width: 100%;
  max-height: calc(100vh - 200px);
  background: #fff;
  position: absolute;
  top: 50%;
  left: calc(50% + (100vw - 100%) / 2);
  transform: translate(-50%, -50%) scale(0.8);
  transition: transform 0.5s;
}
@media only screen and (max-width: 1023px) {
  .modal__cont {
    max-width: 480px;
  }
}
@media only screen and (max-width: 767px) {
  .modal__cont {
    width: calc(100vw - 40px);
    max-height: calc(100vh - 100px);
  }
}
.modal__open .modal__cont {
  left: 50%;
  filter: none;
  transform: translate(-50%, -50%) scale(1);
}

.modal__flex {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}

.modal__flex--left {
  width: 340px;
}
@media only screen and (max-width: 767px) {
  .modal__flex--left {
    width: 100%;
  }
}

.modal__flex--right {
  width: calc(100% - 340px);
  padding-left: 40px;
}
@media only screen and (max-width: 1279px) {
  .modal__flex--right {
    padding-left: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .modal__flex--right {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
}

.modal__grid {
  width: 100%;
  display: grid;
  grid-template-rows: repeat(2, auto);
  grid-template-columns: 21.25rem 41.25rem;
  overflow-x: hidden;
  overflow-y: auto;
}
@media only screen and (max-width: 1279px) {
  .modal__grid {
    grid-template-columns: vw-tb(240) vw-tb(428);
  }
}
@media only screen and (max-width: 767px) {
  .modal__grid {
    grid-template-rows: repeat(3, auto);
    grid-template-columns: none;
  }
}

.modal__grid--01 {
  grid-row: 1/2;
  grid-column: 1/2;
  /*width: rem(340);
  @media only screen and (max-width: 1279px) {
    width: vw-tb(240);
  }*/
}
.modal__grid--02 {
  grid-row: 2/3;
  grid-column: 1/3;
  padding-top: 1.875rem;
  /*width: rem(1310);
  @media only screen and (max-width: 1279px) {
    width: 100%;
  }*/
}
@media only screen and (max-width: 1279px) {
  .modal__grid--02 {
    padding-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .modal__grid--02 {
    padding-top: 30px;
    grid-row: 2/3;
    grid-column: 1/2;
  }
}

.modal__grid--03 {
  grid-row: 1/2;
  grid-column: 2/3;
  padding-left: 3.75rem;
}
@media only screen and (max-width: 767px) {
  .modal__grid--03 {
    grid-row: 3/4;
    grid-column: 1/2;
    padding-left: 0;
    padding-top: 30px;
  }
}

.modal__close-btn--outer {
  position: absolute;
  top: 5px;
  right: 5px;
}

.modal__close-btn {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media only screen and (max-width: 1279px) {
  .modal__close-btn {
    width: 30px;
    height: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .modal__close-btn {
    width: 20px;
    height: 20px;
  }
}
@media only screen and (min-width: 1280px) {
  .modal__close-btn:hover {
    cursor: pointer;
  }
}
.modal__close-btn::before,
.modal__close-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 1px;
  background-color: #282828;
}
@media only screen and (max-width: 767px) {
  .modal__close-btn::before,
  .modal__close-btn::after {
    width: 24px;
  }
}
.modal__close-btn::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.modal__close-btn::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.modal__staff-thumbnail {
  display: inline-block;
  width: 100%;
  aspect-ratio: 5/4;
  overflow: hidden;
}
.modal__staff-thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media only screen and (max-width: 767px) {
  .modal__staff-thumbnail--outer {
    max-width: 400px;
    margin: 0 auto;
  }
}

.modal__staff-name-en--outer {
  margin-top: 20px;
  line-height: 1;
}
.modal__staff-name-en {
  font-size: 32px;
  opacity: 0.3;
}
@media only screen and (max-width: 1279px) {
  .modal__staff-name-en {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .modal__staff-name-en {
    font-size: 24px;
  }
}

.modal__staff-name-jp--outer {
  margin-top: 15px;
  line-height: 1;
  display: flex;
  align-items: center;
}
.modal__staff-name-jp {
  display: inline-block;
  font-size: 20px;
}
@media only screen and (max-width: 1279px) {
  .modal__staff-name-jp {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .modal__staff-name-jp {
    font-size: 14px;
  }
}

.modal__staff-rank--outer {
  margin-top: 12px;
  line-height: 1;
}

.modal__staff-rank {
  font-size: 16px;
  position: relative;
}
@media only screen and (max-width: 1279px) {
  .modal__staff-rank {
    font-size: 14px;
  }
}
.modal__staff-insta--outer {
  margin-top: 15px;
  margin-left: 5px;
}
.modal__staff-insta {
  font-size: 16px;
}
.modal__reserve-btn--outer {
  margin-top: 40px;
}

.modal__reserve-btn {
  max-width: 400px;
  margin: 0 auto;
  padding: 14px 20px 13px;
  background-color: #fff;
  border: #282828 1px solid;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
}
@media only screen and (max-width: 1279px) {
  .modal__reserve-btn {
    padding: 9px 20px 8px;
    font-size: 14px;
  }
}
.modal__reserve-btn:hover {
  background-color: #282828;
  color: #fff;
}

.modal__staff-ttl--outer {
  line-height: 1;
}

.modal__staff-ttl {
  font-size: 16px;
  font-weight: 500;
}
.modal__staff-txt--outer {
  line-height: 1;
}
.modal__staff-txt {
  font-size: 16px;
  line-height: 1.8;
}
@media only screen and (max-width: 1279px) {
  .modal__staff-txt {
    font-size: 14px;
  }
}
.modal__dl-table {
  margin-top: 20px;
  width: 100%;
}
.modal__dl-table--dl {
  display: flex;
  padding: 14px 0;
  border-bottom: 1px dashed #ccc;
}
.modal__dl-table--dt {
  font-size: 14px;
  font-weight: 500;
  width: 160px;
}
.modal__dl-table--dd {
  font-size: 14px;
  width: calc(100% - 160px);
}
.swiper-test {
  max-width: 540px;
  position: relative;
}
.swiper-test__wrap {
  margin-top: 80px;
}
@media only screen and (max-width: 767px) {
  .swiper-test__wrap {
    margin-top: 40px;
  }
}
.swiper-test__prev-btn,
.swiper-test__next-btn {
  position: absolute;
  top: 50%;
  color: #282828;
  width: auto;
}
.swiper-test__prev-btn:after,
.swiper-test__next-btn:after {
  font-size: 24px;
}
@media only screen and (max-width: 767px) {
  .swiper-test__prev-btn:after,
  .swiper-test__next-btn:after {
    font-size: 20px;
  }
}
.swiper-test__prev-btn {
  left: 0;
}
.swiper-test__next-btn {
  right: 0;
}
.swiper-test__img--outer {
  overflow: hidden;
  margin: auto;
  aspect-ratio: 3/4;
}

.swiper-test__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.swiper-test-thumbnail {
  margin-top: 10px;
  max-width: 540px;
}
.swiper-test-thumbnail .swiper-wrapper {
  justify-content: center;
  width: calc(100% + 10px);
  margin-right: -10px;
}
.swiper-test-thumbnail .swiper-wrapper .swiper-slide {
  height: 100%;
  opacity: 0.5;
  overflow: hidden;
  transition: opacity 0.5s;
}
.swiper-test-thumbnail .swiper-wrapper .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
}

.swiper-test-thumbnail__img {
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
}
.swiper-test-thumbnail__img:hover {
  cursor: pointer;
}

.swiper-test-thumbnail__img--body {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.model-sec {
  margin-top: 120px;
}
@media only screen and (max-width: 767px) {
  .model-sec {
    margin-top: 60px;
  }
}

.c-model-slider {
  position: relative;
  width: 100%;
}
.c-model-slider .swiper-wrapper {
  height: 756px;
}
@media only screen and (max-width: 767px) {
  .c-model-slider .swiper-wrapper {
    height: calc(1.5 * (100vw - 40px) + 5px);
  }
}
@media only screen and (max-width: 480px) {
  .c-model-slider .swiper-wrapper {
    height: calc(1.5 * (100vw - 40px) + 20px);
  }
}
.c-model-slider__control {
  margin-top: 40px;
  width: 100%;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-model-slider__control-inr {
  position: relative;
  padding: 0 30px;
}
.c-model-slider .swiper-pagination {
  position: relative;
  display: flex;
  width: auto;
  height: 20px;
  top: auto;
  bottom: auto;
}
.c-model-slider .swiper-button-next,
.c-model-slider .swiper-button-prev {
  margin-top: 0;
  width: 20px;
  height: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.c-model-slider .swiper-button-next::after,
.c-model-slider .swiper-button-prev::after {
  font-size: 14px;
  color: #282828;
}
.c-model-slider .swiper-button-next {
  right: 0;
}
.c-model-slider .swiper-button-prev {
  left: 0;
}
.c-model-slider .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #282828;
  background-color: white;
  border: 1px solid #282828;
  opacity: 1;
}
.c-model-slider .swiper-pagination-bullet-active {
  background-color: #282828;
  color: white;
}
.c-model-slider__item {
  height: auto;
  aspect-ratio: 1/1;
  overflow: hidden;
  /*


  @media only screen and (max-width: 767px) {
    width: calc(100% / 2 - 10px * 1 / 2);
  }
  */
}
.c-model-slider__link {
  display: block;
  width: 100%;
  height: 100%;
}
.c-model-slider__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.model-list {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.model-list__item {
  width: calc(25% - 7.5px);
  aspect-ratio: 3/4;
}
@media only screen and (max-width: 767px) {
  .model-list__item {
    width: calc(50% - 5px);
  }
}
.model-list__link {
  display: block;
  height: 100%;
}
.model-list__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.c-salon-cat {
  display: flex;
  justify-content: center;
  gap: 24px;
}
@media only screen and (max-width: 767px) {
  .c-salon-cat {
    gap: 18px;
  }
}
.c-salon-cat__item {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 300;
  color: white;
  background-color: #282828;
  width: 90px;
  height: 25px;
  padding-top: 0.25em;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .c-salon-cat__item {
    width: 60px;
    height: 20px;
  }
}

.c-salon-info {
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 0;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .c-salon-info {
    max-width: 335px;
  }
}
.c-salon-info::before {
  content: "";
  position: absolute;
  top: 0;
  left: 72px;
  width: 1px;
  height: 100%;
  background-color: #9e9e9e;
}
@media only screen and (max-width: 767px) {
  .c-salon-info::before {
    left: 68px;
  }
}
.c-salon-info__term {
  width: 72px;
}
@media only screen and (max-width: 767px) {
  .c-salon-info__term {
    width: 68px;
  }
}
.c-salon-info__desc {
  width: calc(100% - 72px);
  padding-left: 16px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .c-salon-info__desc {
    width: calc(100% - 68px);
  }
}
@media only screen and (max-width: 767px) {
  .c-salon-info__desc-ib-sp {
    display: inline-block;
    margin-left: 4.8em;
  }
}

.c-txt {
  font-size: 14px;
  line-height: 2.4;
}
@media only screen and (max-width: 767px) {
  .c-txt {
    font-size: 12px;
  }
}

.c-salon-link-btn-cntr {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 40px;
}
@media only screen and (max-width: 767px) {
  .c-salon-link-btn-cntr {
    gap: 20px;
  }
}

.c-salon-link-btn {
  max-width: 580px;
  width: 100%;
  height: 32px;
  border-radius: 16px;
  border: 1px solid #282828;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
}
@media only screen and (min-width: 1280px) {
  .c-salon-link-btn:hover {
    border: 1px solid #9e9e9e;
    background-color: #9e9e9e;
    color: white;
  }
}

.p-hair-video-wrap {
  position: relative;
}
@media only screen and (min-width: 1280px) {
  .p-hair-video-wrap:hover {
    cursor: pointer;
  }
}
.p-hair-video-wrap.is-stopped::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
}
.p-hair-video-wrap.is-stopped .p-hair-video__btn {
  display: block;
}

.p-hair-video {
  display: block;
  width: 100%;
  position: relative;
}
.p-hair-video__btn {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background-color: #282828;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .p-hair-video__btn {
    width: 32px;
    height: 32px;
  }
}
.p-hair-video__btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7.5px 0 7.5px 10px;
  border-color: transparent transparent transparent white;
}

@media only screen and (max-width: 767px) {
  .c-salon-swiper {
    margin-left: -20px;
    margin-right: -20px;
  }
}

.modal-eye {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s linear, visibility 0.3s linear;
  position: fixed; /* 固定位置 */
  z-index: 99999; /* 最前面に表示 */
  left: 0;
  top: 0;
  width: 100%; /* 幅は100% */
  height: 100%; /* 高さは100% */
  overflow: auto; /* スクロール可能にする */
  background-color: rgba(0, 0, 0, 0.4); /* 半透明の黒 */
}
.modal-eye.is-visible {
  opacity: 1;
  visibility: visible;
}
.modal-eye__cont {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 756px;
  width: calc(100% - 30px);
}
@media only screen and (max-width: 767px) {
  .modal-eye__cont {
    top: 30px;
    transform: translateX(-50%);
    padding-bottom: 30px;
  }
}
.modal-eye__cont-inr {
  position: relative;
  border: 1px solid #000;
  background-color: #fff;
  padding: 70px 70px 30px;
}
@media only screen and (max-width: 767px) {
  .modal-eye__cont-inr {
    padding: 120px 20px 20px;
  }
}
.modal-eye__close-btn {
  position: absolute;
  top: 16px;
  right: 16px;
  font-size: 40px;
  line-height: 1;
}
.modal-eye__close-btn:hover {
  cursor: pointer;
}
.modal-eye__ttl-en {
  position: absolute;
  top: 30px;
  left: 30px;
  font-size: 20px;
  font-family: "Josefin Sans", sans-serif;
}
@media only screen and (max-width: 767px) {
  .modal-eye__ttl-en {
    font-size: 18px;
  }
}
.modal-eye__media {
  display: flex;
  gap: 60px;
}
@media only screen and (max-width: 767px) {
  .modal-eye__media {
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
  }
}
.modal-eye__img-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal-eye__img {
  width: 220px;
}
.modal-eye__info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: calc(100% - 280px);
}
@media only screen and (max-width: 767px) {
  .modal-eye__info {
    width: 100%;
  }
}
.modal-eye__ttl {
  font-size: 16px;
  padding-bottom: 0.7em;
  border-bottom: 1px solid #000;
}
.modal-eye__desc {
  margin-top: 1em;
}
.modal-eye__info-bottom {
  margin-top: 20px;
}

.is-modal-opened {
  overflow: hidden;
  padding-right: calc(100vw - 100%);
}
