@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=IM+Fell+DW+Pica&display=swap');
/* ---------------------------------------------------------------------------------
Copyright©Elme Tokyo.All Rights Reserved.

HTML CSS Selectors staff

$Revision: 1.0 $
--------------------------------------------------------------------------------- */


/*---------------------------------------------------------------------------------
詳細
--------------------------------------------------------------------------------- */

/*ファーストビュー*/
.detail-fv {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  width: 100%;
  height: 450px;
  overflow: hidden;
  position: relative;
}
.detail-fv-name {
  width: 100%;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 28px;
  line-height: 1;
  font-weight: 300;
  letter-spacing: 0.16em;
  color: #fff;
  text-align: center;
  position: relative;
  z-index: 3;
  transform: translate(0,50px);
}
.detail-fv-bg {
  width: 100%;
  height: 100%;
  background-color: #000;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transform: scale(1.1);
}
.detail-fv-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  opacity: 0.8;
}
.loaded .detail-fv-bg {
  transform: scale(1);
}
.loaded.sc .detail-fv-bg {
  transform: scale(1.1);
  opacity: 0;
}

.staff-deta {
  position: relative;
  overflow:hidden;
}
.staff-deta-inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 1000px;
  padding: 115px 0px 160px;
  margin: 0 auto;
}
.staff-deta-name {
  width: 100%;
  padding-bottom: 85px;
  font-size: 20px;
  line-height: 1;
  font-weight: bold;
  text-align: center;
  color: #000;
}
.staff-deta-name span {
  display: block;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #727171;
  letter-spacing: 0.16em;
}
.staff-deta-name .job {
  padding-bottom: 20px;
}
.staff-deta-name .en {
  padding-bottom: 35px;
}
.staff-photo {
  width: 270px;
  padding-left: 80px;
}
.staff-info {
  width: 530px;
  padding-right: 70px;
  color: #000;
}
.staff-info p {
  padding-bottom: 45px;
  line-height: 2;
}
.staff-info dl {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 30px;
}
.staff-info dt {
  width: 120px;
  padding-bottom: 18px;
}
.staff-info dd {
  width: calc(100% - 120px);
  padding-bottom: 18px;
}
.staff-info .sns {
  display: flex;
}
.staff-info .sns a {
  display: block;
  width: 20px;
  margin-right: 20px;
}
.staff-reserve {
  width: 17px;
  height: 72px;
  position: absolute;
  top: 320px;
  right: 24px;
  z-index: 5;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  white-space: nowrap;
  transition : all 3000ms cubic-bezier(0.000, 0.000, 0.000, 1.000) 500ms;
  transform: translate(80px,0);
}
.sc .staff-reserve {
  transform: translate(0px,0);
}
.staff-reserve a {
  font-family: 'Roboto Condensed', sans-serif;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.2em;
  
}

/*photo gallery*/
.staff-gallery {
  width: 100%;
  height: 450px;
  overflow:hidden;
  margin-bottom: 175px;
}
.staff-gallery a {
  display: block;
  padding: 0px 30px;
}
.staff-gallery img {
  width: auto;
  height: 450px;
  vertical-align: top;
}

/*SCHEDULE*/
.schedule {
  width: 674px;
  margin: 0 auto 195px;
}
.schedule-cal {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 96px;
  padding-bottom: 30px;
}
.schedule-cal img {
  width: 300px;
}
.schedule-info {
  display: flex;
	margin-bottom: 12px;
}
.schedule-info li {
	padding-right: 40px;
	padding-left: 20px;
	position: relative;
	padding-top: 1px;
	font-size: 13px;
	line-height: 16px;
}
.schedule-info li:before {
	height: 16px;
	width: 16px;
	position: absolute;
	left: 0px;
	top: 0px;
	content:"";
	-webkit-border-radius:  8px;
    -moz-border-radius:     8px;
    -o-border-radius:       8px;
    border-radius:          8px;
}
.schedule-info li:nth-child(1):before {
	background-color: #C45D69;
}
.schedule-info li:nth-child(2):before {
	background-color: #26518A;
}
.schedule-info li:nth-child(3):before {
	background-color: #AE0B0B;
}
.schedule-info li:nth-child(4):before {
	background-color: #ffcc66;
}
.schedule-info .txt {
  font-size: 13px;
}

.style {
  width: 1000px;
  margin: 0 auto 190px;
}
.style .sec-ttl {
  margin-bottom: 80px;
}
.style-list-block {
  display: none;
}
.style-list-block.first {
  display: block;
}
.style ul {
  display: flex;
  flex-wrap: wrap;
}
.style ul li {
  box-sizing: border-box;
  width: 250px;
  height: 250px;
  padding: 0px 22px;
  margin-bottom: 44px;
}
.style ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
}
.style img {
  vertical-align: top;
}
.stylist-style-more {
  width: 233px;
  margin: 12px auto 0;
  display: none;
}
.stylist-style-more span {
  display: block;
  padding: 19px 0 17px;
  border: 1px solid #727171;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 14px;
  line-height: 1;
  font-weight: 400;
  text-align: center;
  color: #898989;
  cursor: pointer;
}
.stylist-style-more:nth-of-type(2) {
  display: block;
}


/*MOVIE*/
.movie {
  width: 680px;
  margin: 0 auto 175px;
}
.movie .inner {
  margin-top: 70px;
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/*Cal*/
.calender {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  align-content: flex-start;
  flex-wrap: wrap;
  box-sizing: border-box;
  width: 300px;
  height: 306px;
  padding: 15px 46px 0;
  background-color: #161616;
  color: #fff;
}
.calendar_year {
  padding: 18px 12px 0 0;
  font-family: 'IM Fell DW Pica', serif;
  font-size: 16px;
  line-height: 1;
}
.calendar_month {
  font-family: 'IM Fell DW Pica', serif;
  font-size: 50px;
  line-height: 0.7;
}
.calender table {
  width: 100%;
  margin-top: 16px;
}
.calender table th {
  padding-bottom: 8px;
  font-family: 'IM Fell DW Pica', serif;
  font-size: 14px;
  text-align: center;
  font-weight: 400;
  line-height: 1;
}
.calender table td div {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  width: 30px;
  height: 30px;
  font-size: 12px;
  line-height: 1;
}




/*SP ---------------------------------------------------------------------------- */
@media only screen and (max-width: 768px) {

  /*ファーストビュー*/
  .detail-fv {
    width: 100%;
    height: 100vh;
  }
  .detail-fv-name {
    font-size: 23px;
  }

  .staff-deta {
    position: relative;
  }
  .staff-deta-inner {
    width: auto;
    padding: 65px 0 47px;
    margin: 0 6.4%;
  }
  .staff-deta-name {
    padding-bottom: 34px;
    font-size: 17px;
  }
  .staff-deta-name span {
    font-size: 15px;
  }
  .staff-deta-name .job {
    padding-bottom: 16px;
  }
  .staff-deta-name .en {
    padding-bottom: 25px;
  }
  .staff-photo {
    width: 80%;
    margin: 0 auto 35px;
    padding-left: 0px;
  }
  .staff-info {
    width: 100%;
    padding-right: 0;
  }
  .staff-info p {
    padding-bottom: 30px;
  }
  .staff-info dl {
    padding-bottom: 20px;
  }
  .staff-info dt {
    width: 110px;
    padding-bottom: 16px;
  }
  .staff-info dd {
    width: calc(100% - 110px);
    padding-bottom: 16px;
  }
  .staff-info .sns a {
    display: block;
    width: 21px;
    margin-right: 20px;
  }
  .staff-reserve {
    width: 15px;
    height: 72px;
    top: 77px;
    right: 15px;
  }
  .staff-reserve a {
    font-size: 13px;
  }

  /*photo gallery*/
  .staff-gallery {
    width: 100%;
    height: auto;
    overflow:hidden;
    margin-bottom: 148px;
  }
  .staff-gallery a {
    padding: 0;
  }
  .staff-gallery img {
    width: 100%;
    height: auto;
  }

  /*SCHEDULE*/
  .schedule {
    width: 300px;
    margin: 0 auto 95px;
  }
  .schedule-cal {
    display: block;
    padding-top: 40px;
    padding-bottom: 10px;
  }
  .schedule-cal img {
    width: 100%;
    margin-bottom: 15px;
  }
  .schedule-info {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 12px;
  }
  .schedule-info li {
    padding-right: 30px;
    margin-bottom: 15px;
    padding-left: 20px;
    position: relative;
    padding-top: 1px;
    font-size: 12px;
    line-height: 12px;
  }
  .schedule-info li:before {
    height: 16px;
    width: 16px;
    position: absolute;
    left: 0px;
    top: 0px;
    content:"";
    -webkit-border-radius:  8px;
      -moz-border-radius:     8px;
      -o-border-radius:       8px;
      border-radius:          8px;
  }
  .schedule-info .txt {
    font-size: 12px;
  }

  .style {
    width: auto;
    margin: 0 4% 87px;
  }
  .style .sec-ttl {
    margin-bottom: 52px;
  }
  .style-list-block {
    display: none;
  }
  .style-list-block.first {
    display: block;
  }
  .style ul {
    justify-content: space-between;
  }
  .style ul li {
    width: calc(100vw * 0.42);
    height: auto;
    padding: 0;
    margin-bottom: 37px;
  }

  .stylist-style-more {
    width: 60%;
    margin-top: 20px;
  }
  .stylist-style-more span {
    padding: 13px 0;
    font-size: 12px;
  }

  /*MOVIE*/
  .movie {
    width: 100%;
    margin: 0 auto 62px;
  }
  .movie .inner {
    margin-top: 37px;
  }
  
  /*Cal*/
  .calender {
    width: 100%;
    margin-bottom: 15px;
  }
}