@charset "utf-8";
/* ---------------------------------------------------------------------------------
Copyright © SUN Y'S group

HTML CSS Selectors staff 

$Revision: 1.0 $
--------------------------------------------------------------------------------- */
.site-header {
  opacity: 0;
}
.header-nav {
  transition-delay:1000ms;
}
/*---------------------------------------------------------------------------------
FV
--------------------------------------------------------------------------------- */
.staff-fv {
  width: 1000px;
  min-height: 100vh;
  margin: 0 auto 80px;
  position: relative;
}
.staff-fv-inner {
  padding-top: 140px;
  margin-left: 240px;
  position: relative;
  z-index: 2;
}
.staff-fv-inner__ttl {
  padding: 0 0 20px 90px;
}
.staff-fv-inner__ttl .en {
  display: block;
  font-family: var(--font-en);
  font-size: 36px;
  line-height: 1;
  font-weight: 500;
  transition-delay:1200ms;
}
.staff-main-photo {
  width: 460px;
  margin: 0 auto;
  transition-delay:1600ms;
  position: relative;
}
.staff-main-photo img:nth-of-type(2) {
  position: absolute;
  top: 0;
  left: 0;
}

.staff-name {
  padding-left: 20px;
  font-size: 18px;
  line-height: 1;
  position: relative;
  top: -6px;
}
.staff-name .en {
  display: block;
  font-family: var(--font-en);
  padding-top: 12px;
  font-size: 42px;
  line-height: 1;
}
.staff-name .en::first-letter {
  font-size: 52px;
  text-decoration: underline;
}
.staff-fv-photo {
  width: calc(50vw - 327px);
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -50vw;
  z-index: 1;
}

.staff-fv-logo {
  width: 250px;
  height: 250px;
  padding: 39px 41px 0;
  background-color: rgba(255,255,255,0.70);
  position: absolute;
  top: 0;
  left: 30px;
  z-index: 2;
  transition-delay:500ms;
}

.staff-fv-movie {
  width: calc(50vw + 120px);
  height: 435px;
  position: absolute;
  bottom: 0;
  z-index: 2;
  transition-delay:1300ms;
}
.staff-fv:nth-of-type(1) .staff-fv-movie {
  right: 50%;
  margin-right: -50vw;
}
.staff-fv:nth-of-type(2) .staff-fv-movie {
  left: 50%;
  margin-left: -50vw;
}

.staff-fv_bg {
  width: calc(50vw - 380px);
  height: calc(100% - 120px);
  position: absolute;
  bottom: 0;
  z-index: 1;
  transition-delay:1000ms;
}
.staff-fv:nth-of-type(1) .staff-fv_bg {
  background-color: #eee;
  right: 50%;
  margin-right: -50vw;
}
.staff-fv:nth-of-type(2) .staff-fv_bg {
  background-color: #f2dde0;
  left: 50%;
  margin-left: -50vw;
}

/*---------------------------------------------------------------------------------
STAFF DATA
--------------------------------------------------------------------------------- */
.staff-data {
  width: 800px;
  margin: 0 auto 150px;
}
.staff-data__ttl {
  padding-bottom: 20px;
  font-family: var(--font-en);
  font-size: 36px;
  line-height: 1;
  font-weight: 500;
}
.staff-data-inner {
  padding: 35px 105px 10px 50px;
  margin-left: 55px;
  position: relative;
  opacity: 1;
}
.staff-data-inner::before {
  width: 1px;
  height: 0;
  background-color: #ccc8c3;
  position: absolute;
  top: 0;
  left: 0;
  content:"";
  transition : all 500ms 800ms ease-out;
}
.effect-on.staff-data-inner::before {
  height: 100%;
}

.staff-comment {
  padding-bottom: 65px;
  font-size: 12px;
  line-height: 1.83;
  transition-delay:1200ms;
}
.staff-data-list {
  display: flex;
  flex-wrap: wrap;
  transition-delay:1200ms;
}
.staff-data-list dt {
  width: 112px;
  padding-bottom: 25px;
  font-family: 'Montserrat','Noto Serif JP', serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
}
.staff-data-list dd {
  width: calc(100% - 112px);
  padding-bottom: 25px;
  font-size: 14px;
}

.staff-sns {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  padding-top: 90px;
}
.staff-sns__ttl {
  width: 100%;
  padding-bottom: 5px;
  font-family: var(--font-en);
  font-size: 11px;
  line-height: 1;
  font-weight: 600;
  text-align: center;
}
.staff-sns a {
  display: block;
  width: 38px;
  margin: 0 20px;
}

/*---------------------------------------------------------------------------------
ブログ
--------------------------------------------------------------------------------- */
.blog {
  height: 750px;
  margin-bottom: 257px;
  position: relative;
  opacity: 1;
  transform: translate(0,0);
}
.blog::before {
  width: calc(50vw - 174px);
  height: 260px;
  background-color: #eee;
  position: absolute;
  top: 334px;
  left: 50%;
  margin-left: 174px;
  content:"";
  opacity: 0;
  transition : all 500ms 2500ms ease-out;
}
.effect-on.blog::before {
  opacity: 1;
}
.blog__ttl {
  width: 36px;
  font-family: var(--font-en);
  font-size: 36px;
  line-height: 1;
  font-weight: 500;
  writing-mode: vertical-rl;
  position: absolute;
  top: 300px;
  right: 50%;
  margin-right: -380px;
  z-index: 3;
  transition-delay:3000ms;
}
.blog-list {
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  align-items:flex-end;
  flex-wrap: wrap;
  width: 1750px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 50%;
  margin-right: -250px;
  z-index: 3;
}
.blog-list li {
  width: 250px;
}
.blog-list li:nth-of-type(1) {
  order: 13;
  margin-bottom: 250px;
}
.blog-list li:nth-of-type(2) {
  order: 12;
  transition-delay:700ms;
}
.blog-list li:nth-of-type(3) {
  order: 11;
  transition-delay:1300ms;
}
.blog-list li:nth-of-type(4) {
  order: 10;
  transition-delay:500ms;
}
.blog-list li:nth-of-type(5) {
  order: 9;
  transition-delay:1100ms;
}
.blog-list li:nth-of-type(6) {
  order: 8;
  transition-delay:1500ms;
}
.blog-list li:nth-of-type(7) {
  order: 7;
  transition-delay:1900ms;
}
.blog-list li:nth-of-type(8) {
  order: 6;
  transition-delay:900ms;
}
.blog-list li:nth-of-type(9) {
  order: 5;
  transition-delay:2100ms;
}
.blog-list li:nth-of-type(10) {
  order: 4;
  transition-delay:2500ms;
}
.blog-list li:nth-of-type(11) {
  order: 3;
  transition-delay:1700ms;
}
.blog-list li:nth-of-type(12) {
  order: 2;
  transition-delay:2700ms;
}
.blog-list li:nth-of-type(13) {
  order: 1;
  transition-delay:2300ms;
}
.blog-list li a {
  display: block;
  width: 100%;
  padding-top: 100%;
  position: relative;
}
.blog-list img {
  position: absolute;
  top: 0;
  left: 0;
}
.blog-link {
  width: 225px;
  padding-bottom: 17px;
  border-bottom: 1px solid #000;
  position: absolute;
  bottom: 43px;
  left: 50%;
  margin-left: 132px;
  transition-delay:3200ms;
  z-index: 4;
}
.blog-link a {
  font-family: var(--font-btn);
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.075em;
}
.blog-link a::after {
  display: inline-block;
  width: 22px;
  height: 6px;
  background-image: url("../img/top/icon_arrow_right.svg");
  margin-left: 7px;
  content:"";
}