/* common */
#main section h2 {
    font-family: 'Playfair Display', serif;
    font-style: italic;
    font-weight: 700;
    margin-bottom: 30px;
    text-align: center;
}
#main section h2:after {
    content: "";
    display: block;
    background-color: #CCAC00;
    width: 18px;
    height: 4px;
    margin: 10px auto 0;
}

.staff-type-s,
.staff-type-n,
.staff-type-e,
.staff-type-c,
.staff-type-b,
.staff-type-r,
.staff-type-a {
    font-size: 0.625rem;
    color: #31302B;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 15px;
}
.staff-type-s {
    border-bottom: 1px solid #CCAC00;
}
.staff-type-n {
    border-bottom: 1px solid #FBB03B;
}
.staff-type-e {
    border-bottom: 1px solid #A8B9FD;
}
.staff-type-c {
    border-bottom: 1px solid #A8DFA2;
}
.staff-type-b {
    border-bottom: 1px solid #ED1E79;
}
.staff-type-r {
    border-bottom: 1px solid #E4C2D1;
}
.staff-type-a {
    border-bottom: 1px solid #DFB7D9;
}

.name-j {
    font-size: 1rem;
    color: #31302B;
    text-align: center;
    margin-bottom: 5px;
}
.name-e {
    font-size: 0.563rem;
    text-align: center;
    color: #999;
    margin-bottom: 10px;
}
.staff-comment {
    color: #666;
    font-size: 0.75rem;
    text-align: justify;
    letter-spacing: -1px;
}

.profile-btn,
.insta-link,
.katarogu-link {
  font-size: 0.8rem;
  font-weight: normal;
}

.profile-btn {
  font-family: 'Roboto','Noto Sans JP',sans-serif;
  cursor: pointer;
  border: none;
  color: #CCAC00;
  background: #fff;
  text-align: center;
  padding: 8px;
  margin: 0 0 6px 0;
  border-radius: 3px;
  width: 100%;
  transition: .3s;
}

.profile-btn:hover {
  background: #CCAC00;
  color: #fefefe;
}

.staff_reveal {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.16);
  position: relative;
  border: none;
  color: #666;
  text-align: justify;
  padding: 30px;
  background: #fefefe;
}

.staff_reveal:focus,
.profile-btn:focus,
.modal-close-button:focus{
  outline: none;
}

.medium-4 {
  padding-right: 0;
}

.modal-close-button {
  position: absolute;
  top: 0;
  right: 0;
}

.modal-close-button i {
  background: #CCAC00;
  color: #fefefe;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: block;
  border-radius: 3px;
  font-size: 14px;
  margin: 2px;
}

.modal-close-button:hover {
  color: #fefefe;
  opacity: 0.8;
}

.staff-profile-title {
  font-weight: bold;
  color: #CCAC00;
  font-size: 1.4rem;
}
.staff-profile-txt {
  font-size: 1rem;
}
.staff-profile-dl dt  {
  margin: 0;
}
.staff-profile-dl dd {
  font-size: 1rem;
  margin-bottom: 0.8rem;
}

.insta-link {
  margin-bottom: 6px;
}

.insta-link, .katarogu-link {
  border: none;
  color: #CCAC00;
  background: #fefefe;
  text-align: center;
  padding: 4px;
  display: block;
  border-radius: 3px;
  text-decoration: none;
  transition: .3s;
  position: relative;
}

.insta_icon img {
  width: 22px;
  height: 22px;
  padding-left: 1px;
}

.insta-link:hover, .katarogu-link:hover {
  background: #CCAC00;
  color: #fefefe;
  text-decoration: none;
}

.insta-link::after, .katarogu-link::after {
  content: url(../../_img/icon_instagram_staff.svg);
  background: #fff;
  border-radius: 50%;
  display: block;
  width: 22px;
  height: 22px;
  margin: auto 5px auto 0;
  font-weight: bold;
  top: 0;
  bottom: 0;
  right: 0;
  position: absolute;
}

.btn-block {
  margin-bottom: 1rem;
}

.staff-comment span{
  display: block;
  font-weight: 700;
}
.staff-comment span::before{
  content: "◆";
  color: #CCAC00;
  padding-right: 0.5rem;
}
.staff-comment span:last-child{
  display: block;
  font-weight: 700;
  margin-top: 0.5rem;
}

#reception .lead {
    font-size: 0.75rem;
    color: #666;
    text-align: center;
    max-width: 570px;
    margin: 0 auto 60px;
}

span.staff_insta{
  position: relative;
  display: block;
}
.staff_insta a{
  position: absolute;
  bottom: -10px;
  right: -10px;
  width: 35px;
  height: 35px;
  padding: 5px;
  background-color: #ffffff;
  line-height: 0;
  border-radius: 10px;
}
.staff_insta a:hover{
  opacity: 0.8;
}

/* Small only */
@media screen and (max-width: 39.9375em) {
    #main section h2 {
        font-size: 1.25rem;
        margin-top: 30px;
    }
    #page-catch {
        background-image: url("../_img/catch_common_bg.png");
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        height: 200px;
        margin-bottom: 30px;
        text-align: center;
        background-color: #ffffff;
    }
    #page-catch .page-title{
        font-size: 43px;
        font-family: 'Playfair Display', serif;
        color: #CCAC00;
        line-height: 1;
        margin-top: 0;
        letter-spacing: .5rem;
        padding-top: 60px;
    }
    #page-catch .page-title small {
        font-size: 1rem;
        color: #CCAC00;
        display: block;
        line-height: 2;
    }
    #page-catch .lead {
        font-size: 0.75rem;
        padding: 0 15px;
        margin-bottom: 5rem;
    }

    #reception .lead {
        text-align: left;
    }

    #main section h2 span {
        display: block;
        text-align: center;
    }
    .recruit-btn {
        display: block;
        margin: 30px auto 0;
        max-width: 240px;
        margin-bottom: 50px;
    }
    .staff_reveal img {
      width: 100%;
    }
    .profile-btn,
    .insta-link,
    .katarogu-link {
      font-size: 0.7rem;
    }
    .staff-profile-title {
      font-weight: bold;
      color: #CCAC00;
      font-size: 1.2rem;
      margin-top: 1rem;
    }
    .staff-profile-txt {
      font-size: 0.8rem;
    }
    .staff-profile-dl dt {
      font-size: 0.8rem;
    }
    .staff-profile-dl dd {
      font-size: 0.7rem;
    }
    .modal-close-button {
      top: auto;
      position: absolute;
      border: 17px solid #fefefe;
      border-bottom: 60px solid #fefefe;
      width: 100%;
      text-align: center;
    }
    .modal-close-button i {
      width: auto;
      margin: 0;
    }
    .staff_reveal {
      padding: 16px 0;
      width: 85%;
    }
    .medium-4 {
      padding-right: 17px;
    }
    .profile-btn {
      padding: 11px;
    }
    .insta-link, .katarogu-link {
      padding: 8.5px;
    }
}

/* Medium and up */
@media screen and (min-width: 40em) {

}

/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
    #main section h2 {
        font-size: 1.25rem;
    }
    #page-catch {
        background-image: url("../_img/catch_common_bg.png");
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        height: 200px;
        margin-bottom: 30px;
        text-align: center;
        background-color: #ffffff;
    }
    #page-catch .page-title{
        font-size: 43px;
        font-family: 'Playfair Display', serif;
        color: #CCAC00;
        line-height: 1;
        margin-top: 0;
        letter-spacing: .5rem;
        padding-top: 60px;
    }
    #page-catch .page-title small {
        font-size: 1rem;
        color: #CCAC00;
        display: block;
        line-height: 2;
    }
    #page-catch .lead {
        font-size: 0.75rem;
        padding: 0 15px;
        margin-bottom: 5rem;
    }

    #reception .lead {
        text-align: left;
    }

    #main section h2 span {
        display: block;
        text-align: center;
    }
    .recruit-btn {
        display: block;
        margin: 30px auto 0;
        max-width: 440px;
        margin-bottom: 50px;
    }


}

/* Large and up */
@media screen and (min-width: 64em) {
    #page-catch {
        margin-bottom: 50px;
        background-image: url("../_img/catch_common_bg.png");
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        height: 200px;
        text-align: center;
        background-color: #ffffff;
    }

    #page-catch .page-title{
        font-size: 43px;
        font-family: 'Playfair Display', serif;
        color: #CCAC00;
        line-height: 1;
        margin-top: 0;
        letter-spacing: .5rem;
        padding-top: 60px;
    }
    #page-catch .page-title small {
        font-size: 1rem;
        color: #CCAC00;
        display: block;
        line-height: 2;
    }
    #page-catch .lead {
        font-size: 0.75rem;
        padding: 0 15px;
        margin-bottom: 5rem;
    }

    #stylist .row {
        max-width: 60rem;
    }

    #recruit .row {
        border-top: 1px solid #31302B;
    }
    #recruit_etcpage .row {
        border-top: 1px solid #31302B;
    }

    .recruit-btn {
        display: block;
        margin: 30px auto 0;
        max-width: 640px;
        margin-bottom: 50px;
    }

    #main section {
        padding-bottom: 30px;
    }
}

/* Large only */
@media screen and (min-width: 64em) and (max-width: 74.9375em) {}
