@charset "utf-8";

.bg {
  position: relative;
  margin-top: 20px;
  background-image: url(../images/bg_top.jpg);
  height: 400px;
}

.bg,
.bg02 {
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.bg02 {
  background-image: url(../images/bg02_top.jpg);
  background-position: center;
  height: 300px;
}

.bg .fv_title {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  height: 100%;
}

.bg .fv_title-en {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 16px;
  text-transform: uppercase;
}

.bg .fv_title-ja {
  font-size: 42px;
  line-height: 1.42;
}

.sp {
  display: none;
}

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

#breadcrumb {
  background-color: #262322;
  padding: 14px 40px;
}

#breadcrumb li {
  display: inline;
  color: #8a8a8a;
  font-size: 13px;
}

#breadcrumb li span {
  padding-left: 10px;
}

section {
  padding: 100px 0;
}

@media screen and (max-width: 767px) {
  section {
    padding: 50px 0;
  }
}

.section_title {
  margin-bottom: 77px;
}

@media screen and (max-width: 600px) {
  .section_title {
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 600px) {
  .section_title-en {
    font-size: 25px;
  }
}
.section_title-main {
  font-size: 32px;
  line-height: 1.43;
  position: relative;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .section_title-main {
    font-size: 25px;
  }
}

.section_title-main::after {
  background-color: #787573;
  content: "";
  display: inline-block;
  width: 80px;
  height: 1px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -16px;
  margin: auto;
}

.staff {
}

.tab_area {
  display: flex;
  column-gap: 2px;
  justify-content: center;
  margin: auto;
  max-width: 900px;
}

.tab_area .tab {
  background-color: #262322;
  cursor: pointer;
  padding: 25px 0;
  text-align: center;
  width: calc(100% / 3);
}

.tab_area .tab.active {
  background-color: #312C29;
  border-top: 1px solid #958348;
}

.panel_area {
  display: none;
  background-color: #332E2B;
  padding: 100px 0;
}

.panel_area.active {
  display: block;
}

@media screen and (max-width: 767px) {
  .panel_area {
    padding: 40px 0;
  }
}

.staff_content {
  margin: auto;
  max-width: 1240px;
  padding: 0 20px;
}

.staff_content.ebisu {
  max-width: 1080px;
}

.staff_content.ginza {
  max-width: 960px;
}

.staff_list {
  border-bottom: 1px solid #707070;
  padding-bottom: 100px;
}

@media screen and (max-width: 767px) {
  .staff_list {
    padding-bottom: 40px;
  }
}

.staff_item {
  display: flex;
  justify-content: center;
  gap: 80px;
}

.staff_item.reverse {
  flex-direction: row-reverse;
}

.staff_item.left,
.staff_item.right.reverse {
  justify-content: flex-start;
}

.staff_item.right,
.staff_item.left.reverse  {
  justify-content: flex-end;
}

@media screen and (max-width: 991px) {
  .staff_item {
    gap: 40px;
  }
}

@media screen and (max-width: 767px) {
  .staff_item,
  .staff_item.reverse  {
    flex-direction: column;
    gap: 0;
  }
}

.staff_item + .staff_item {
  margin-top: 80px;
}

@media screen and (max-width: 767px) {
  .staff_item + .staff_item {
    margin-top: 40px;
  }
}

.staff_body {
  max-width: 570px;
}

@media screen and (max-width: 991px) {
  .staff_body {
    max-width: initial;
    width: 65%;
  }
}

@media screen and (max-width: 767px) {
  .staff_body {
    width: 100%;
  }
}

.staff_name {
  display: flex;
  flex-direction: column;
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .staff_name {
    margin-bottom: 30px;
  }
}

.staff_name-en {
  font-size: 40px;
  line-height: 1.43;
  margin-bottom: 4px;
  text-transform: capitalize;
}

@media screen and (max-width: 767px) {
  .staff_name-en {
    font-size: 30px;
  }
}

.staff_name-post {
  color: #A58C1B;
  font-size: 16px;
  line-height: 1.45;
}

@media screen and (max-width: 767px) {
  .staff_name-post {
    font-size: 15px;
  }
}

.staff_img {
  text-align: center;
}

.staff_content-text {
  font-size: 15px;
  line-height: 1.91;
}

@media screen and (max-width: 767px) {
  .staff_content-text {
    margin-bottom: 20px;
  }
}

.staff_shop {
  padding-top: 80px;
}

@media screen and (max-width: 767px) {
  .staff_shop {
    padding-top: 40px;
  }
}

.staff_shop-item {
  margin: auto;
  padding: 0;
  width: 355px;
}

.staff_shop .btn {
  margin-bottom: 24px;
}

.staff_shop .btn a {
  background-color: #B48E12;
  width: 100%;
  height: 50px;
}

.sns {
  padding: 80px 20px 100px;
}

.sns .section_title {
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .sns {
    padding: 50px 20px 80px;
  }

  .sns .section_title {
    margin-bottom: 40px;
  }
}

.wpac {
  margin: auto !important;
  max-width: 1240px !important;
  padding: 0 20px !important;
}