body.category-top {
  overflow: hidden;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
}
body.category-top #global-header {
  opacity: 0;
}
body.category-top #content {
  padding-top: 0;
}

.category-hero-title {
  width: 100%;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  position: relative;
}
.category-hero-title .title-section {
  position: absolute;
  display: block;
  width: 100%;
  margin: 0;
  top: 50%;
  left: 0;
  margin-top: -20px;
  will-change: margin-top;
}

body.category-top.ready {
  height: auto;
  overflow: auto;
  transition: all 0s linear 0.2s;
}
body.category-top.ready #global-header {
  opacity: 1;
  transition: opacity 0.8s cubic-bezier(0.645, 0.045, 0.355, 1) 0.2s;
}
body.category-top.ready #content {
  padding-top: 80px;
  transition: all 0.8s cubic-bezier(0.645, 0.045, 0.355, 1) 0.2s;
}
@media screen and (max-width: 767px) {
  body.category-top.ready #content {
    padding-top: 56px;
  }
}
body.category-top.ready .category-hero-title {
  height: 112px;
  transition: height 0.8s cubic-bezier(0.645, 0.045, 0.355, 1) 0.2s;
}
body.category-top.ready .category-hero-title .title-section {
  margin-top: -48px;
  transition: margin-top 0.8s cubic-bezier(0.645, 0.045, 0.355, 1) 0.2s;
}
body.category-top.ready .category-hero-title .title-section::after {
  transition: all 0.8s cubic-bezier(0.645, 0.045, 0.355, 1) 0.2s;
}
@media screen and (max-width: 767px) {
  body.category-top.ready .category-hero-title {
    height: 90px;
  }
  body.category-top.ready .category-hero-title .title-section {
    margin-top: -16px;
  }
}

.hd-hero-cover {
  display: block;
  position: relative;
  width: 100%;
  height: calc(var(--vh, 1vh) * 100 - 192px);
}
@media screen and (max-width: 767px) {
  .hd-hero-cover {
    margin-top: 20px;
    height: calc(var(--vh, 1vh) * 100 - 166px);
  }
}
.hd-hero-cover .item {
  width: 49%;
  width: calc(50% - 6px);
  overflow: hidden;
  position: absolute;
  bottom: 0;
  display: block;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  height: 100%;
}
@media screen and (max-width: 767px) {
  .hd-hero-cover .item {
    width: 50%;
  }
}
.hd-hero-cover .item .title {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  color: #fff;
  text-transform: none;
  font-size: 20px;
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.231;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  text-align: center;
  margin-top: -0.8em;
}
@media screen and (max-width: 767px) {
  .hd-hero-cover .item .title {
    top: auto;
    bottom: 40px;
    left: 0;
    width: 100%;
    padding: 0 1rem 1rem;
    text-align: left;
    background: transparent url(../../img/asset/icon_link_white.svg) no-repeat right 0.5rem bottom;
  }
}
.hd-hero-cover .item .image {
  height: 100%;
  width: 100%;
  display: block;
  object-fit: cover;
}
.hd-hero-cover .item.salon {
  left: 0;
}
.hd-hero-cover .item.salon .image {
  object-position: 0% 50%;
}
.hd-hero-cover .item.creative {
  right: 0;
}
.hd-hero-cover .item.creative .image {
  object-position: 100% 50%;
}
html.mouse .hd-hero-cover .item:hover, html.touch .hd-hero-cover .item.touched {
  width: 60%;
  height: calc(100% + 40px);
  padding: 0;
  z-index: 3010;
}
html.mouse .hd-hero-cover .item:hover .title, html.touch .hd-hero-cover .item.touched .title {
  padding-left: 1.5rem;
}
@media screen and (max-width: 767px) {
  html.mouse .hd-hero-cover .item:hover .title, html.touch .hd-hero-cover .item.touched .title {
    padding-bottom: 1.5rem;
  }
}
.hd-hero-cover.in-transition .item {
  transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  opacity: 0;
  pointer-events: none;
}
.hd-hero-cover.in-transition .item.in-transition {
  opacity: 1;
  padding-top: 0;
  width: 100%;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  background-color: #fff;
  z-index: 3010;
}
.hd-hero-cover.in-transition .item.in-transition .title {
  transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.hd-hero-cover.in-transition .item.in-transition .image {
  opacity: 0;
  transition: all 0.3s cubic-bezier(0.6, 0.04, 0.98, 0.335) 0.7s;
}

.hd-catalog {
  width: 100%;
  overflow: hidden;
}

.hd-catalog-list {
  margin: 0 -20px 0;
}
.hd-catalog-list:before, .hd-catalog-list:after {
  content: " ";
  display: table;
}
.hd-catalog-list:after {
  clear: both;
}
@media screen and (min-width: 984px) {
  .hd-catalog-list {
    max-width: 1120px;
    margin: -12px auto 0;
  }
}

.hd-catalog-item {
  float: left;
  width: 33.33%;
  padding-bottom: 33.33%;
  height: 0;
  overflow: hidden;
  cursor: pointer;
  position: relative;
}
html:target .hd-catalog-item {
  outline: 1px solid red;
}
@media screen and (min-width: 984px) {
  .hd-catalog-item {
    width: 20%;
    padding-bottom: 20%;
  }
}
.hd-catalog-item .image {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  margin: 0;
  border: 32px solid transparent;
  transition: all 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
}
@media screen and (max-width: 983px) {
  .hd-catalog-item .image {
    border-width: 20px;
  }
}
.hd-catalog-item .image:hover {
  opacity: 0.8;
}

.hd-view {
  opacity: 0;
  pointer-events: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  transition: opacity 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0.2s;
  z-index: 3010;
  background: #fff;
  text-align: center;
  overflow: auto;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .hd-view {
    padding: 0 16px;
  }
  .hd-view::after {
    content: "";
    background-color: #fff;
    display: block;
    width: 100vw;
    height: 64px;
    position: fixed;
    left: 0;
    top: 0;
  }
}

.hd-view-content {
  margin: auto;
}

.hd-view-image {
  display: block;
  width: auto;
  height: auto;
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.47, 0, 0.745, 0.715);
  will-change: tranform;
  transform: scale(0.95);
  padding-top: 64px;
}
@media screen and (min-width: 768px) {
  .hd-view-image {
    max-width: 630px;
    max-height: 694px;
  }
}
@media screen and (max-width: 767px) {
  .hd-view-image {
    max-width: 100%;
  }
}

.hd-view-caption {
  font-size: 10px;
  letter-spacing: 0.2em;
  line-height: 1.3;
  margin: 32px 0 32px;
  opacity: 0;
  transition: all 0.3s cubic-bezier(0.47, 0, 0.745, 0.715);
}
@media screen and (max-width: 767px) {
  .hd-view-caption {
    margin: 16px 0 32px;
  }
}

.hd-view-close {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  width: 64px;
  height: 64px;
  top: 10px;
  right: 10px;
  transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  position: fixed;
  opacity: 0;
  z-index: 3011;
}
@media screen and (max-width: 767px) {
  .hd-view-close {
    top: 0;
    right: 0;
  }
}
html.mouse .hd-view-close:hover, html.touch .hd-view-close.touched {
  opacity: 0.5;
  transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hd-view-close::before, .hd-view-close::after {
  display: block;
  content: "";
  width: 26px;
  height: 2px;
  position: absolute;
  background: #000;
  left: 20px;
}
.hd-view-close::before {
  transform: rotate(45deg);
  top: 31px;
}
.hd-view-close::after {
  transform: rotate(-45deg);
  bottom: 31px;
}

.hd-view-pager {
  opacity: 0;
  transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hd-view-pager .btn-prev {
  background: url(../../img/asset/icon_arrow_left.svg) no-repeat center center;
  margin-left: -460px;
}
html.mouse .hd-view-pager .btn-prev:hover, html.touch .hd-view-pager .btn-prev.touched {
  background-image: url(../../img/asset/icon_arrow_left.svg);
}
.hd-view-pager .btn-next {
  background: url(../../img/asset/icon_arrow_right.svg) no-repeat center center;
  margin-left: 396px;
}
html.mouse .hd-view-pager .btn-next:hover, html.touch .hd-view-pager .btn-next.touched {
  background-image: url(../../img/asset/icon_arrow_right.svg);
}
.hd-view-pager .btn-prev,
.hd-view-pager .btn-next {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  width: 64px;
  height: 64px;
  display: block;
  position: fixed;
  z-index: 2010;
  top: 50%;
  margin-top: -40px;
  left: 50%;
  border: 0;
  transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  background-size: 20px auto;
  padding: 0;
}
html.mouse .hd-view-pager .btn-prev:hover, html.touch .hd-view-pager .btn-prev.touched,
html.mouse .hd-view-pager .btn-next:hover,
html.touch .hd-view-pager .btn-next.touched {
  background-color: #fff;
  opacity: 0.5;
}
.hd-view-pager .btn-prev.disabled,
.hd-view-pager .btn-next.disabled {
  opacity: 0;
  pointer-events: none !important;
}
@media screen and (max-width: 767px) {
  .hd-view-pager {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 983px) {
  .hd-view-pager .btn-prev {
    left: 0;
    margin-left: 0;
  }
  .hd-view-pager .btn-next {
    left: auto;
    right: 0;
    margin-left: 0;
  }
}

.hd-view.is-open {
  opacity: 1;
  pointer-events: all;
  transition: opacity 0.4s cubic-bezier(0.47, 0, 0.745, 0.715);
}
.hd-view.is-open .hd-view-image {
  opacity: 1;
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
  transform: scale(1);
}
.hd-view.is-open .hd-view-caption {
  opacity: 1;
  transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
}
.hd-view.is-open .hd-view-pager {
  opacity: 1;
  transition: opacity 0.2s cubic-bezier(0.47, 0, 0.745, 0.715) 0.4s;
}
.hd-view.is-open .hd-view-close {
  opacity: 1;
  transition: opacity 0.2s cubic-bezier(0.47, 0, 0.745, 0.715) 0.4s;
}

.value-section-item {
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .value-section-item {
    margin-bottom: 80px;
  }
  .value-section-item:last-of-type {
    margin-bottom: 0;
  }
}
.value-section-item .title {
  font-family: "Raleway", sans-serif;
  line-height: 1.231;
  font-size: 61px;
  text-transform: none;
  margin: 80px 0;
  font-weight: 100;
  letter-spacing: 0.08em;
}
.value-section-item .title small {
  display: block;
  font-size: 15px;
  margin-top: 5px;
  font-weight: 400;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .value-section-item .title {
    font-size: 36px;
    margin: 34px 0 24px;
  }
  .value-section-item .title small {
    font-size: 11px;
    margin-top: 0;
  }
}
.value-section-item .description {
  line-height: 2.2;
}

.list-lineup-item {
  margin-bottom: 40px;
  border: #fff solid 20px;
}
.list-lineup-item a {
  display: block;
  text-decoration: none;
  transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
html.mouse .list-lineup-item a:hover, html.touch .list-lineup-item a.touched {
  opacity: 0.8;
}
.list-lineup-item .description {
  font-size: 11px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  margin: 0;
}

.list-staff-item .image {
  position: relative;
  height: 0;
  padding-bottom: 113%;
  overflow: hidden;
}
.list-staff-item .image img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.staff-content {
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 0;
  margin: 80px 0;
}
@media screen and (max-width: 767px) {
  .staff-content {
    margin: 40px 0;
  }
}
body.ready .staff-content {
  opacity: 1;
}

.staff-text {
  position: relative;
}
.staff-text .title {
  line-height: 1;
  font-family: "Raleway", sans-serif;
  letter-spacing: 0.08em;
  font-size: 30px;
  font-weight: 400;
}
.staff-text .title .shoulder {
  display: block;
  font-size: 13px;
  margin-bottom: 8px;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .staff-text .title {
    margin: 16px 0 32px;
  }
}
.staff-text .sub-title {
  line-height: 1;
  font-family: "Raleway", sans-serif;
  letter-spacing: 0.08em;
  margin: 64px 0 32px;
  font-size: 13px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .staff-text .sub-title {
    margin: 56px 0 24px;
  }
}
.staff-text .link-instagram {
  display: block;
  position: absolute;
  top: 8px;
  right: 20px;
  padding: 12px;
  transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media screen and (max-width: 767px) {
  .staff-text .link-instagram {
    right: 12px;
    top: 25px;
  }
}
.staff-text .link-instagram:hover {
  opacity: 0.6;
}
.staff-text .description {
  font-size: 13px;
  line-height: 1.9;
}
@media screen and (max-width: 767px) {
  .staff-text .description {
    font-size: 12px;
  }
}
.staff-text .detail {
  font-size: 12px;
  line-height: 1.9;
}
@media screen and (max-width: 767px) {
  .staff-text .detail {
    font-size: 11px;
  }
}

@media screen and (max-width: 767px) {
  .staff-pager {
    display: none;
  }
}
.staff-pager .btn-prev {
  background: url(../../img/asset/icon_arrow_left.png) no-repeat center center;
  margin-left: -460px;
}
html.mouse .staff-pager .btn-prev:hover, html.touch .staff-pager .btn-prev.touched {
  background-image: url(../../img/asset/icon_arrow_left.png);
}
.staff-pager .btn-next {
  background: url(../../img/asset/icon_arrow_right.png) no-repeat center center;
  margin-left: 428px;
}
html.mouse .staff-pager .btn-next:hover, html.touch .staff-pager .btn-next.touched {
  background-image: url(../../img/asset/icon_arrow_right.png);
}
.staff-pager .btn-prev,
.staff-pager .btn-next {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  width: 64px;
  height: 64px;
  display: block;
  position: fixed;
  z-index: 2010;
  top: 50%;
  margin-top: -40px;
  left: 50%;
  border: 0;
  transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  background-size: 20px auto;
  padding: 0;
}
html.mouse .staff-pager .btn-prev:hover, html.touch .staff-pager .btn-prev.touched,
html.mouse .staff-pager .btn-next:hover,
html.touch .staff-pager .btn-next.touched {
  background-color: #fff;
  opacity: 0.5;
}
@media screen and (min-width: 768px) and (max-width: 983px) {
  .staff-pager .btn-prev {
    left: 32px;
    margin-left: 0;
  }
  .staff-pager .btn-next {
    right: 32px;
    left: auto;
    margin-left: 0;
  }
}

.nav-category {
  display: table;
  width: 100%;
  table-layout: fixed;
  border: 1px solid black;
  margin-bottom: 16px;
}
.nav-category .nav-btn {
  display: table-cell;
  text-align: center;
  text-decoration: none;
  border-right: 1px solid black;
  padding: 1.4em 1.4em 1.3em;
  line-height: 1;
  font-family: "Raleway", sans-serif;
  font-size: 10px;
  letter-spacing: 0.08em;
  font-weight: 600;
  text-transform: none;
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.nav-category .nav-btn:last-child {
  border-right: none;
}
.nav-category .nav-btn.current {
  background: #000;
  color: #fff;
  pointer-events: none;
}
html.mouse .nav-category .nav-btn:hover, html.touch .nav-category .nav-btn.touched {
  color: #fff;
  background-color: #000;
}
.nav-category.NEWS .nav-btn-all, .nav-category.TOPICS .nav-btn-topics, .nav-category.MEDIA .nav-btn-media {
  background: #000;
  color: #fff;
  pointer-events: none;
}

.wp-pagenavi {
  text-align: center;
  position: relative;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .wp-pagenavi {
    margin-top: 32px;
  }
}
.wp-pagenavi a, .wp-pagenavi span {
  display: inline-block;
  height: 40px;
  width: auto;
  min-width: 40px;
  border: 1px solid #000;
  padding-top: 11px;
  text-align: center;
  text-decoration: none;
  margin: 0 4px;
  background-color: #fff;
  line-height: 16px;
  touch-action: manipulation;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.wp-pagenavi .previouspostslink {
  background-image: url(../../img/asset/icon_arrow_left.png);
  left: 0;
}
html.mouse .wp-pagenavi .previouspostslink:hover, html.touch .wp-pagenavi .previouspostslink.touched {
  background-image: url(../../img/asset/icon_arrow_left_white.png);
}
.wp-pagenavi .nextpostslink {
  background-image: url(../../img/asset/icon_arrow_right.png);
  right: 0;
}
html.mouse .wp-pagenavi .nextpostslink:hover, html.touch .wp-pagenavi .nextpostslink.touched {
  background-image: url(../../img/asset/icon_arrow_right_white.png);
}
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
  color: transparent;
  background-size: 10px auto;
  background-position: center center;
  background-repeat: no-repeat;
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
html.mouse .wp-pagenavi .previouspostslink:hover, html.touch .wp-pagenavi .previouspostslink.touched,
html.mouse .wp-pagenavi .nextpostslink:hover,
html.touch .wp-pagenavi .nextpostslink.touched {
  background-color: #000;
}
.wp-pagenavi a.page {
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
html.mouse .wp-pagenavi a.page:hover, html.touch .wp-pagenavi a.page.touched {
  background-color: #000;
  color: #fff;
}
.wp-pagenavi .current {
  background-color: #000;
  color: #fff;
}

.news-content {
  display: block;
  color: #000;
  text-decoration: none;
  margin: 20px 0 40px;
}
.news-content .head {
  line-height: 1;
  margin-bottom: 16px;
}
.news-content .tag {
  background: #000;
  padding: 2px 16px;
  color: #fff;
  font-family: "Raleway", sans-serif;
  text-transform: none;
  font-size: 10px;
  letter-spacing: 0.2em;
}
.news-content .image {
  margin: 32px 0;
  text-align: center;
}
.news-content .time {
  font-family: "Raleway", sans-serif;
  font-size: 10px;
  line-height: 1;
}
.news-content .time time {
  margin-left: 4px;
}
.news-content .title-copy {
  margin: 16px 0 32px;
}
.news-content .content {
  line-height: 1.9;
  font-size: 13px;
}
.news-content .content img {
  margin: 32px 0;
  display: block;
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .news-content .title-copy {
    margin-bottom: 16px;
  }
  .news-content .image {
    margin: 16px 0;
  }
  .news-content .image img {
    width: 100%;
  }
}

.news-controller {
  text-align: center;
  position: relative;
  margin-top: 64px;
  padding-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .news-controller {
    margin-top: 32px;
  }
}
.news-controller .btn-all {
  width: 50%;
  height: 40px;
  padding-top: 14px;
}
@media screen and (max-width: 767px) {
  .news-controller .btn-all {
    padding-top: 1.4em;
  }
}
.news-controller .btn-prev {
  background-image: url(../../img/asset/icon_arrow_left.png);
  left: 0;
}
.news-controller .btn-prev:hover {
  background-image: url(../../img/asset/icon_arrow_left_white.png) !important;
}
.news-controller .btn-next {
  background-image: url(../../img/asset/icon_arrow_right.png);
  right: 0;
}
.news-controller .btn-next:hover {
  background-image: url(../../img/asset/icon_arrow_right_white.png) !important;
}
.news-controller .btn-prev,
.news-controller .btn-next {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  width: 40px;
  height: 40px;
  display: block;
  position: absolute;
  top: 0;
  padding: 0;
  background-size: 10px auto;
  background-position: center center;
}
.news-controller .btn-prev::before,
.news-controller .btn-next::before {
  content: "";
  display: inline;
}

@media screen and (max-width: 767px) {
  .recruit-intro .title-copy {
    margin: 24px 0 16px;
  }
}

@media screen and (max-width: 767px) {
  .recruit-condition .title-black {
    margin: 28px 0 24px;
  }
}
.recruit-condition .table-no-border th, .recruit-condition .table-no-border td {
  vertical-align: top;
  font-size: 13px;
  line-height: 1.9;
  padding-top: 0;
  padding-bottom: 22px;
}
.recruit-condition .table-no-border th {
  width: 23%;
}
@media screen and (max-width: 767px) {
  .recruit-condition .table-no-border th, .recruit-condition .table-no-border td {
    font-size: 12px;
    padding-bottom: 16px;
  }
  .recruit-condition .table-no-border tr:last-child th, .recruit-condition .table-no-border tr:last-child td {
    padding-bottom: 0;
  }
  .recruit-condition .table-no-border th {
    width: 88px;
  }
}
