/* Sass Document */
#main_title_area {
  background: url(../img/staff/bg_main_title_area.jpg) no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 640px) {
  #main_title_area {
    background: url(../img/staff/bg_main_title_area_sp.jpg) no-repeat center center;
    background-size: cover;
  }
}

#message {
  padding: 7.2rem 0 8rem;
}
@media screen and (max-width: 1024px) {
  #message {
    padding: 6vw 0 6.6666666667vw;
  }
}
@media screen and (max-width: 640px) {
  #message {
    padding: 10.1333333333vw 0 16.8vw;
  }
}
#message .title02 {
  margin-bottom: 3.6rem;
  font-size: 3rem;
  text-align: center;
  font-weight: 500;
  line-height: 1.6666;
}
@media screen and (max-width: 1024px) {
  #message .title02 {
    margin-bottom: 3vw;
    font-size: 2.5vw;
  }
}
@media screen and (max-width: 640px) {
  #message .title02 {
    margin-bottom: 8vw;
    font-size: 5.3333333333vw;
    line-height: 1.5;
  }
}
#message .title02 span {
  color: #B59768;
}
#message p {
  font-size: 1.6rem;
  text-align: center;
  line-height: 1.875;
}
@media screen and (max-width: 1024px) {
  #message p {
    font-size: 1.3333333333vw;
  }
}
@media screen and (max-width: 640px) {
  #message p {
    font-size: 3.4666666667vw;
    line-height: 1.923;
  }
}

#staff_area .staff_area_in {
  padding: 8.7rem 0 11.3rem;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0.1rem, #111), color-stop(0.2rem, transparent));
  background-image: linear-gradient(to right, #111 0.1rem, transparent 0.2rem);
  background-size: 0.6rem 0.1rem;
  background-repeat: repeat-x;
  background-position: left top;
}
@media screen and (max-width: 1024px) {
  #staff_area .staff_area_in {
    padding: 7.25vw 0 9.4166666667vw;
  }
}
@media screen and (max-width: 640px) {
  #staff_area .staff_area_in {
    padding: 10.6666666667vw 0 16vw;
  }
}
#staff_area .staff_area_in .title02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.7rem;
  margin-bottom: 5.8rem;
  font-size: 3rem;
  line-height: 1.5;
}
@media screen and (max-width: 1024px) {
  #staff_area .staff_area_in .title02 {
    gap: 1.4166666667vw;
    margin-bottom: 4.8333333333vw;
    font-size: 2.5vw;
  }
}
@media screen and (max-width: 640px) {
  #staff_area .staff_area_in .title02 {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 0;
    margin-bottom: 8vw;
    font-size: 5.3333333333vw;
  }
}
#staff_area .staff_area_in .title02:before, #staff_area .staff_area_in .title02:after {
  content: "";
  display: block;
  width: 4rem;
  height: 0.1rem;
  background: #111;
}
@media screen and (max-width: 1024px) {
  #staff_area .staff_area_in .title02:before, #staff_area .staff_area_in .title02:after {
    width: 3.3333333333vw;
  }
}
@media screen and (max-width: 640px) {
  #staff_area .staff_area_in .title02:before, #staff_area .staff_area_in .title02:after {
    width: 8vw;
  }
}
#staff_area .staff_area_in .staff_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 7rem 2.6rem;
}
@media screen and (max-width: 1024px) {
  #staff_area .staff_area_in .staff_list {
    gap: 5.8333333333vw 2.1666666667vw;
  }
}
@media screen and (max-width: 640px) {
  #staff_area .staff_area_in .staff_list {
    gap: 8vw 3.2vw;
  }
}
#staff_area .staff_area_in .staff_list .staff_list_in {
  width: calc((100% - 7.8rem) / 4);
}
@media screen and (max-width: 1024px) {
  #staff_area .staff_area_in .staff_list .staff_list_in {
    width: calc((100% - 6.5vw) / 4);
  }
}
@media screen and (max-width: 640px) {
  #staff_area .staff_area_in .staff_list .staff_list_in {
    width: calc((100% - 3.2vw) / 2);
  }
}
#staff_area .staff_area_in .staff_list .staff_list_in .staff_list_top {
  position: relative;
}
#staff_area .staff_area_in .staff_list .staff_list_in .staff_list_top figure {
  border: 0.1rem solid #111;
  border-radius: 1rem;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  #staff_area .staff_area_in .staff_list .staff_list_in .staff_list_top figure {
    border-radius: 0.8333333333vw;
  }
}
@media screen and (max-width: 640px) {
  #staff_area .staff_area_in .staff_list .staff_list_in .staff_list_top figure {
    border-radius: 2.6666666667vw;
  }
}
#staff_area .staff_area_in .staff_list .staff_list_in .staff_list_top .shop {
  position: absolute;
  bottom: -1.6rem;
  left: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: 3.2rem;
  padding: 0 2rem;
  font-size: 1.5rem;
  background: #FFF;
  border: 0.1rem solid #111;
  border-radius: 1.4rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 1024px) {
  #staff_area .staff_area_in .staff_list .staff_list_in .staff_list_top .shop {
    bottom: -1.3333333333vw;
    height: 2.6666666667vw;
    padding: 0 1.6666666667vw;
    font-size: 1.25vw;
    border-radius: 1.1666666667vw;
  }
}
@media screen and (max-width: 640px) {
  #staff_area .staff_area_in .staff_list .staff_list_in .staff_list_top .shop {
    bottom: -2.9333333333vw;
    height: 5.8666666667vw;
    padding: 0 3.2vw;
    font-size: 2.9333333333vw;
    border-radius: 3.7333333333vw;
  }
}
#staff_area .staff_area_in .staff_list .staff_list_in .name {
  margin-top: 2.3rem;
  font-size: 2.2rem;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  #staff_area .staff_area_in .staff_list .staff_list_in .name {
    margin-top: 1.9166666667vw;
    font-size: 1.8333333333vw;
  }
}
@media screen and (max-width: 640px) {
  #staff_area .staff_area_in .staff_list .staff_list_in .name {
    margin-top: 6.1333333333vw;
    font-size: 4.8vw;
  }
}
#staff_area .staff_area_in .staff_list .staff_list_in .name span {
  margin-left: 1.8rem;
  font-size: 1.3rem;
}
@media screen and (max-width: 1024px) {
  #staff_area .staff_area_in .staff_list .staff_list_in .name span {
    margin-left: 1.5vw;
    font-size: 1.0833333333vw;
  }
}
@media screen and (max-width: 640px) {
  #staff_area .staff_area_in .staff_list .staff_list_in .name span {
    margin-left: 2.6666666667vw;
    font-size: 2.6666666667vw;
  }
}

.modal_content {
  display: none;
}

#cboxOverlay {
  background: rgba(0, 0, 0, 0.3);
}

#cboxLoadedContent {
  margin-bottom: 0;
  border-radius: 1rem;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  #cboxLoadedContent {
    border-radius: 0.8333333333vw;
  }
}
@media screen and (max-width: 640px) {
  #cboxLoadedContent {
    border-radius: 2.6666666667vw;
  }
}

#colorbox,
#cboxWrapper,
#cboxContent {
  overflow: unset;
}

#cboxClose {
  top: -3.6rem;
  right: 0;
  width: 2rem;
  height: 2rem;
}
@media screen and (max-width: 1024px) {
  #cboxClose {
    top: -3vw;
    width: 1.6666666667vw;
    height: 1.6666666667vw;
  }
}
@media screen and (max-width: 640px) {
  #cboxClose {
    top: -8vw;
    width: 4.8vw;
    height: 4.8vw;
  }
}
#cboxClose::before, #cboxClose::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2rem;
  height: 0.2rem;
  background: #fff;
}
@media screen and (max-width: 1024px) {
  #cboxClose::before, #cboxClose::after {
    width: 1.6666666667vw;
    height: 0.1666666667vw;
  }
}
@media screen and (max-width: 640px) {
  #cboxClose::before, #cboxClose::after {
    width: 4.8vw;
    height: 0.5333333333vw;
  }
}
#cboxClose::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
#cboxClose::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.modal_content_in {
  max-width: 120rem;
}
.modal_content_in .flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 5rem 6rem 4.5rem 8rem;
  margin: auto;
  background: #fff;
}
@media screen and (max-width: 1024px) {
  .modal_content_in .flex {
    padding: 4.1666666667vw 5vw 3.75vw 6.6666666667vw;
  }
}
@media screen and (max-width: 640px) {
  .modal_content_in .flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 5.8666666667vw;
    padding: 10.6666666667vw 6.6666666667vw 16vw;
  }
}
.modal_content_in .flex .left {
  max-width: 30rem;
  width: 29%;
}
@media screen and (max-width: 640px) {
  .modal_content_in .flex .left {
    max-width: none;
    width: 60.2666666667vw;
    margin: auto;
  }
}
.modal_content_in .flex .left .staff_list_top {
  position: relative;
}
.modal_content_in .flex .left .staff_list_top figure {
  border: 0.1rem solid #111;
  border-radius: 1rem;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .modal_content_in .flex .left .staff_list_top figure {
    border-radius: 0.8333333333vw;
  }
}
@media screen and (max-width: 640px) {
  .modal_content_in .flex .left .staff_list_top figure {
    border-radius: 2.6666666667vw;
  }
}
.modal_content_in .flex .left .staff_list_top .shop {
  position: absolute;
  bottom: -1.6rem;
  left: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: 3.2rem;
  padding: 0 2rem;
  font-size: 1.5rem;
  background: #FFF;
  border: 0.1rem solid #111;
  border-radius: 1.4rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 1024px) {
  .modal_content_in .flex .left .staff_list_top .shop {
    bottom: -1.3333333333vw;
    height: 2.6666666667vw;
    padding: 0 1.6666666667vw;
    font-size: 1.25vw;
    border-radius: 1.1666666667vw;
  }
}
@media screen and (max-width: 640px) {
  .modal_content_in .flex .left .staff_list_top .shop {
    bottom: -2.9333333333vw;
    height: 5.8666666667vw;
    padding: 0 3.2vw;
    font-size: 2.9333333333vw;
    border-radius: 3.7333333333vw;
  }
}
.modal_content_in .flex .left .name {
  margin-top: 2.3rem;
  font-size: 2.2rem;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .modal_content_in .flex .left .name {
    margin-top: 1.9166666667vw;
    font-size: 1.8333333333vw;
  }
}
@media screen and (max-width: 640px) {
  .modal_content_in .flex .left .name {
    margin-top: 6.1333333333vw;
    font-size: 4.8vw;
  }
}
.modal_content_in .flex .left .name span {
  margin-left: 1.8rem;
  font-size: 1.3rem;
}
@media screen and (max-width: 1024px) {
  .modal_content_in .flex .left .name span {
    margin-left: 1.5vw;
    font-size: 1.0833333333vw;
  }
}
@media screen and (max-width: 640px) {
  .modal_content_in .flex .left .name span {
    margin-left: 2.6666666667vw;
    font-size: 2.6666666667vw;
  }
}
.modal_content_in .flex .right {
  max-width: 70rem;
  width: 65%;
}
@media screen and (max-width: 640px) {
  .modal_content_in .flex .right {
    max-width: none;
    width: 100%;
  }
}
.modal_content_in .flex .right dl {
  margin-bottom: 5rem;
}
@media screen and (max-width: 1024px) {
  .modal_content_in .flex .right dl {
    margin-bottom: 4.1666666667vw;
  }
}
@media screen and (max-width: 640px) {
  .modal_content_in .flex .right dl {
    margin-bottom: 16vw;
  }
}
.modal_content_in .flex .right dl dt {
  margin-bottom: 1rem;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6875;
}
@media screen and (max-width: 1024px) {
  .modal_content_in .flex .right dl dt {
    margin-bottom: 0.8333333333vw;
    font-size: 1.3333333333vw;
  }
}
@media screen and (max-width: 640px) {
  .modal_content_in .flex .right dl dt {
    margin-bottom: 2.4vw;
    font-size: 4vw;
    line-height: 1.8;
  }
}
.modal_content_in .flex .right dl dd {
  font-size: 1.5rem;
  line-height: 1.8;
}
@media screen and (max-width: 1024px) {
  .modal_content_in .flex .right dl dd {
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 640px) {
  .modal_content_in .flex .right dl dd {
    font-size: 3.2vw;
    line-height: 2;
  }
}
.modal_content_in .flex .right dl dd + dt {
  padding-top: 3rem;
  margin-top: 3rem;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0.1rem, #111), color-stop(0.2rem, transparent));
  background-image: linear-gradient(to right, #111 0.1rem, transparent 0.2rem);
  background-size: 0.6rem 0.1rem;
  background-repeat: repeat-x;
  background-position: left top;
}
@media screen and (max-width: 1024px) {
  .modal_content_in .flex .right dl dd + dt {
    padding-top: 2.5vw;
    margin-top: 2.5vw;
  }
}
@media screen and (max-width: 640px) {
  .modal_content_in .flex .right dl dd + dt {
    padding-top: 5.3333333333vw;
    margin-top: 5.3333333333vw;
  }
}
.modal_content_in .flex .right .close {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 25rem;
  height: 5rem;
  margin: auto;
  font-size: 1.6rem;
  border: 0.1rem solid #111;
  border-radius: 2.5rem;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  .modal_content_in .flex .right .close {
    width: 20.8333333333vw;
    height: 4.1666666667vw;
    font-size: 1.3333333333vw;
    border-radius: 2.0833333333vw;
  }
}
@media screen and (max-width: 640px) {
  .modal_content_in .flex .right .close {
    width: 66.6666666667vw;
    height: 13.3333333333vw;
    font-size: 4.2666666667vw;
    border-radius: 6.6666666667vw;
  }
}
.modal_content_in .flex .right .close .txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
}
.modal_content_in .flex .right .close .batsu {
  position: absolute;
  top: 50%;
  right: 2rem;
  display: block;
  position: relative;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 1024px) {
  .modal_content_in .flex .right .close .batsu {
    right: 1.6666666667vw;
  }
}
@media screen and (max-width: 640px) {
  .modal_content_in .flex .right .close .batsu {
    right: 5.3333333333vw;
  }
}
.modal_content_in .flex .right .close .batsu::before, .modal_content_in .flex .right .close .batsu::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.15rem;
  height: 1.213rem;
  background: #111;
}
@media screen and (max-width: 1024px) {
  .modal_content_in .flex .right .close .batsu::before, .modal_content_in .flex .right .close .batsu::after {
    width: 0.125vw;
    height: 1.0108333333vw;
  }
}
@media screen and (max-width: 640px) {
  .modal_content_in .flex .right .close .batsu::before, .modal_content_in .flex .right .close .batsu::after {
    width: 0.4vw;
    height: 3.2346666667vw;
  }
}
.modal_content_in .flex .right .close .batsu::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.modal_content_in .flex .right .close .batsu::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.modal_content_in .flex .right .close:hover {
  opacity: 0.7;
}