@charset "UTF-8";



/* ----------------------------
  Header
---------------------------- */
.header {
  position: relative;
}
.header:before {
  content: "";
  display: block;
  padding-top: 47.4377745%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(../img/img-main-pc.jpg);
}
.header-inner {
  display: -webkit-box; /* Less than android 4.3 */
  display: -webkit-flex; /* Less than iOS8 */
  display: flex;
  -webkit-box-orient: vertical; /* Less than android 4.3 */
  -webkit-flex-direction: column; /* Less than iOS8 */
  flex-direction: column;
  -webkit-box-pack: center; /* Less than android 4.3 */
  -webkit-justify-content: center; /* Less than iOS8 */
  justify-content: center;
  padding-top: 102px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

@media screen and (max-width: 1080px) {
  .header-inner {
    padding-top: 51px;
  }
}

@media screen and (max-width: 767px) {
  .header:before {
    padding-top: 149.8666667%;
    background-image: url(../img/img-main-sp.jpg);
  }
  .header-inner {
    padding-top: 40px;
  }
}


/* Header Title
---------------------------- */
.header-title {
  line-height: 1;
  text-align: center;
  font-weight: normal;
}
.header-title img {
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 11.1111111%;
}
.header-title em {
  display: block;
  letter-spacing: 5px;
  font-family: "Orpheus Pro", orpheuspro, serif;
  font-size: 75px;
}
.header-title span {
  display: block;
  margin-top: 8px;
  letter-spacing: 0;
  font-family: "DancingScriptOT", serif;
  font-size: 48px;
}

@media screen and (max-width: 1080px) {
	.header-title img {
  	width: 104px;
  	bottom: 36px;
	}
}

@media screen and (max-width: 767px) {
  .header-title img {
    width: 83px;
    bottom: 24px;
  }
  .header-title em {
    letter-spacing: 3px;
    font-size: 45px;
  }
  .header-title span {
    margin-top: 5px;
    font-size: 29px;
  }
}


/* Header Lips
---------------------------- */
.header-lips {
  margin-top: 26px;
  text-align: center;
}
.header-lips li {
  display: inline-block;
  margin: 0 10px;
  vertical-align: top;
}

@media screen and (max-width: 767px) {
  .header-lips {
    margin-top: 15px;
  }
  .header-lips li {
    margin: 0 5px;
  }
  .header-lips li:nth-child(1) img { width: 36px; }
  .header-lips li:nth-child(2) img { width: 33px; }
  .header-lips li:nth-child(3) img { width: 33.5px; }
  .header-lips li:nth-child(4) img { width: 31px; }
  .header-lips li:nth-child(5) img { width: 32.5px; }
}


/* Header Logo
---------------------------- */
.header-logo {
  position: absolute;
  top: 20px;
  left: 20px;
}
.header-logo a {
  display: block;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.header-logo a:hover {
  opacity: 0.6;
}

@media screen and (max-width: 767px) {
  .header-logo {
    width: 75px;
    top: 15px;
    left: 8px;
  }
}


/* Header Load
---------------------------- */
.header:before,
.header-title em,
.header-title span,
.header-lips,
.header-title img {
  opacity: 0;
  -webkit-transition: opacity 0.6s, -webkit-transform 0.6s;
  transition: opacity 0.6s, transform 0.6s;
}
.header-title em,
.header-title span,
.header-lips,
.header-title img {
  -webkit-transform: translateY(8px);
  transform: translateY(8px);
}
.loaded .header:before,
.loaded .header-title em,
.loaded .header-title span,
.loaded .header-lips,
.loaded .header-title img {
  opacity: 1;
}
.loaded .header-title em,
.loaded .header-title span,
.loaded .header-lips,
.loaded .header-title img {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.loaded .header-title em {
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}
.loaded .header-title span {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.loaded .header-lips {
  -webkit-transition-delay: 0.75s;
  transition-delay: 0.75s;
}
.loaded .header-title img {
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}



/* ----------------------------
  Lead
---------------------------- */
.lead {
  padding: 80px 0 150px;
  line-height: 2.1875;
  text-align: center;
  font-size: 16px;
  font-family: "A-OTF Futo Min A101 Pr6N", a-otf-futo-min-a101-pr6n, YuMincho, "Yu Mincho", serif;
}
.lead .btn-scroll {
  margin-top: 34px;
}


@media screen and (max-width: 767px) {
  .lead {
    padding: 62px 6.6666667% 140px;
    line-height: 2.333333333;
    text-align: left;
    word-break: break-all;
    letter-spacing: -0.1px;
    font-size: 15px;
  }
}



/* ----------------------------
  Peaple
---------------------------- */
.people {
  /*padding: 65px 0 40px;*/
  padding: 65px 0 150px;
  color: #fff;
}
.people.chihirokondo {
  background-color: #f5704e;
}
.people.saorimotojima {
  background-color: #f25773;
}
.js-panel .people.saorimotojima {
  padding-bottom: 0;
  overflow: hidden;
}
.people.rikaco {
  background-color: #ea888d;
}
.people.megbaby {
  background-color: #83c1ac;
}
.people.shinobuigari {
  background-color: #dcedb1;
  text-align: center;
  font-feature-settings : "palt";
}
.people-inner {
  margin: 0 auto;
  max-width: 920px;
}

@media screen and (max-width: 767px) {
  .people {
    padding: 44px 6.6666667% 138px;
    overflow: hidden;
  }
}

/* New
---------------------------- */

.new {
  position: relative;
  margin-bottom: 40px;
  font-family: "Orpheus Pro", orpheuspro, serif;
  color: #ef6276;
  font-size: 2.0rem;
  text-transform: uppercase;
  letter-spacing: 0.8rem;
}
.shinobuigari .new span {
  position: relative;
  z-index: 1;
  display: inline-block;
  padding: 0 0 0 0.8rem;
  background-color: #dcedb1;
}
.new:after {
  position: absolute;
  z-index: 0;
  top: 50%;
  content: '';
  display: block;
  width: 120%;
  height: 1px;
  background-color: #ef6276; 
margin-left: -10%;	
}
@media screen and (max-width: 767px) {

  .new {
    margin-bottom: 30px;
    font-size: 1.6rem;
	letter-spacing: 0.6rem; 
  }

}

/* People Lead
---------------------------- */
.people-lead {
  margin: 30px 0 46px;
  text-align: center;
  line-height: 1.527777778;
  letter-spacing: 1.5px;
  font-family: "A-OTF Futo Min A101 Pr6N", a-otf-futo-min-a101-pr6n, YuMincho, "Yu Mincho", serif;
  font-size: 36px;
}
.shinobuigari .people-lead {
  margin-bottom: 20px;
  color: #6d6d6d;
  font-size: 29px;
}

@media screen and (max-width: 767px) {
  .people-lead {
    margin: 44px -5px 22px;
    line-height: 1.666666667;
    letter-spacing: 0;
    font-size: 21px;
  }
  .shinobuigari .people-lead {
    margin-top: 20px;
    margin-bottom: 25px;
    font-size: 20px;
  }
}

@media screen and (max-width: 320px) {
  .people-lead br {
    display: none;
  }
}


/* People Main
---------------------------- */
.people-main {
  padding-left: 540px;
  overflow: hidden;
  position: relative;
}
.shinobuigari .people-main {
  padding-left: 0;
}

@media screen and (max-width: 767px) {
  .people-main {
    padding-left: 0;
    overflow: visible;
  }
}


/* People Image
---------------------------- */
.people-image {
  position: absolute;
  top: 0;
  left: 0;
}
.shinobuigari .people-image {
  position: relative;
}
.shinobuigari .people-image img {
  display: block;
  margin: 0 auto;
}

.people-image img:nth-child(2) {
  position: absolute;
  right: -56px;
  bottom: -48px;
  opacity: 0;
  -webkit-transform: scale(0.94);
  transform: scale(0.94);
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, transform 1s;
}
.people-image img:nth-child(2).on {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

@media screen and (max-width: 767px) {
  .people-image {
    position: static;
  }
  .people-image img:nth-child(1) {
    max-width: none;
    width: 100%;
  }
  .people-image img:nth-child(2) {
    display: block;
    margin-top: -35px;
    margin-left: auto;
    margin-right: -8px;
    position: static;
  }
  .chihirokondo .people-image img:nth-child(2) { width: 122px; }
  .saorimotojima .people-image img:nth-child(2) { width: 122px; }
  .rikaco .people-image img:nth-child(2) { width: 122px; }
  .megbaby .people-image img:nth-child(2) { width: 122px; }
}


/* People Section
---------------------------- */
.people-section {
  display: -webkit-box; /* Less than android 4.3 */
  display: -webkit-flex; /* Less than iOS8 */
  display: flex;
  -webkit-box-orient: vertical; /* Less than android 4.3 */
  -webkit-flex-direction: column; /* Less than iOS8 */
  flex-direction: column;
  margin-bottom: 50px;
}
.people-image + .people-section {
  margin-top: -4px;
}
.chihirokondo .people-image + .people-section {
  margin-bottom: 74px;
}
.people-section .heading {
  -webkit-box-ordinal-group: 0; /* Less than android 4.3 */
  -webkit-order: 0; /* Less than iOS8 */
  order: 0;
}
.people-section p {
  -webkit-box-ordinal-group: 1; /* Less than android 4.3 */
  -webkit-order: 1; /* Less than iOS8 */
  order: 1;
}
.people-section figure {
  -webkit-box-ordinal-group: 2; /* Less than android 4.3 */
  -webkit-order: 2; /* Less than iOS8 */
  order: 2;
  margin-top: 18px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .people-section {
    display: block;
    margin-bottom: 24px;
  }
  .people-image + .people-section {
    margin-top: -6px;
  }
  .chihirokondo .people-image + .people-section {
    margin-bottom: 24px;
  }
  .people-section figure {
    margin-top: 16px;
    margin-bottom: 12px;
  }
}


/* People Profile
---------------------------- */
.people-profile {
  width: 510px;
  font-size: 12px;
  position: absolute;
  left: 0;
  top: 716px;
}
.people-profile dt {
  letter-spacing: 1px;
  font-size: 18px;
  font-family: "Orpheus Pro", orpheuspro, serif;
}

@media screen and (max-width: 767px) {
  .people-profile {
    margin-bottom: 40px;
    width: 100%;
    position: static;
  }
}



/* ----------------------------
  Report
---------------------------- */
.report {
  display: -webkit-box; /* Less than android 4.3 */
  display: -webkit-flex; /* Less than iOS8 */
  display: flex;
  -webkit-box-pack: justify; /* Less than android 4.3 */
  -webkit-justify-content: space-between; /* Less than iOS8 */
  justify-content: space-between;
  margin: 36px 0 42px;
  padding: 72px 120px 30px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .report {
    display: block;
    margin: 40px 0 38px;
    padding: 0;
  }
}


/* Report Head
---------------------------- */
.report-head {
  letter-spacing: 0;
  font-family: "DancingScriptOT", serif;
  font-size: 40px;
}
.report-head span {
  display: block;
  position: absolute;
  left: 48px;
  top: -44px;
}

@media screen and (max-width: 767px) {
  .report-head {
    margin-bottom: 30px;
    line-height: 1.25;
    font-size: 29px;
    text-align: center;
  }
  .report-head span {
    display: inline-block;
    padding: 0 14px;
    text-align: left;
    position: static;
  }
  .report-head em {
    display: block;
    margin-bottom: -1px;
    font-size: 34.5px;
  }
}


/* Report Image
---------------------------- */
.report-image {
  width: 270px;
  height: 334px;
  overflow: hidden;
}
.report-image iframe {
  margin: 0 !important;
  width: 100% !important;
  border: 0 !important;
  border-radius: 0 !important;
}

@media screen and (max-width: 767px) {
  .report-image {
    margin: auto;
    width: 100%;
    max-width: 300px;
    height: 364px;
    box-sizing: border-box;
  }
}


/* Report Body
---------------------------- */
.report-body {
  padding-top: 10px;
  width: 350px;
}
.report-body .button-thumbnail {
  margin-top: 24px;
}

@media screen and (max-width: 767px) {
  .report-body {
    padding-top: 25px;
    width: 100%;
  }
  .report-body .heading {
    margin-bottom: 7px;
  }
  .report-body .button-thumbnail {
    margin-top: 26px;
  }
}

@media screen and (max-width: 320px) {
	.report-body .heading br {
  	display: none;
	}
}


/* Border
---------------------------- */
.report-head:before,
.report-head:after,
.report-image:before,
.report-body:before,
.report-body:after {
  content: "";
  display: block;
  background: #fff;
  position: absolute;
  -webkit-transition: width 0.2s linear, height 0.2s linear;
  transition: width 0.2s linear, height 0.2s linear;
}

/* Top Right */
.report-head:after {
  width: 0;
  height: 1px;
  top: 0;
  left: 476px;
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
.on .report-head:after {
  width: 444px;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

/* Right */
.report-body:before {
  width: 1px;
  height: 0;
  right: 0;
  top: 0;
  bottom: 0;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.on .report-body:before {
  height: 100%;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

/* Bottom */
.report-body:after {
  width: 0;
  height: 1px;
  right: 0;
  bottom: 0;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.on .report-body:after {
  width: 100%;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

/* Left */
.report-image:before {
  width: 1px;
  height: 0;
  left: 0;
  bottom: 0;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.on .report-image:before {
  height: 100%;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

/* Top Left */
.report-head:before {
  width: 0;
  height: 1px;
  top: 0;
  left: 0;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.on .report-head:before {
  width: 32px;
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}

@media screen and (max-width: 767px) {
  .report-image:before,
  .report-body:before,
  .report-body:after {
    display: none;
  }
  .report-head {
    position: relative;
  }
  .report-head:before,
  .report-head:after {
    width: 0;
    top: 66px;
    -webkit-transition: width 1.2s ease;
    transition: width 1.2s ease;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }

   /* Top Left */
  .report-head:before {
    margin-left: 124px;
    left: 50%;
  }
  .on .report-head:before {
    width: 50%;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }

  /* Top Right */
  .report-head:after {
    margin-right: 124px;
    right: 50%;
    left: auto;
  }
  .on .report-head:after {
    width: 50%;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }
}



/* ----------------------------
  Special
---------------------------- */
.special {
  text-align: center;
  background: #f0f0f0;
}
.special a,
.shinobuigari a {
  display: block;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.special a {
  padding: 80px 0 90px;
}
.shinobuigari a {
  padding: 0;
}
.special a:hover,
.shinobuigari a:hover {
  opacity: 0.6;
}

@media screen and (max-width: 767px) {
  .special a {
    padding: 40px 6.6666667%;
  }
}


/* Special Label
---------------------------- */
.special-label {
  display: block;
  margin-bottom: -5px;
  letter-spacing: 3.47px;
  font-family: "Orpheus Pro", orpheuspro, serif;
  font-size: 50px;
}
.special-label span {
  display: inline-block;
  opacity: 0;
  -webkit-transition: opacity 0.8s ease;
  transition: opacity 0.8s ease;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.on .special-label span {
  opacity: 1;
}
.on .special-label span:nth-child(1) {
  -webkit-transition-delay: 0.04s;
  transition-delay: 0.04s;
}
.on .special-label span:nth-child(2) {
  -webkit-transition-delay: 0.08s;
  transition-delay: 0.08s;
}
.on .special-label span:nth-child(3) {
  -webkit-transition-delay: 0.12s;
  transition-delay: 0.12s;
}
.on .special-label span:nth-child(4) {
  -webkit-transition-delay: 0.16s;
  transition-delay: 0.16s;
}
.on .special-label span:nth-child(5) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.on .special-label span:nth-child(6) {
  -webkit-transition-delay: 0.24s;
  transition-delay: 0.24s;
}
.on .special-label span:nth-child(7) {
  -webkit-transition-delay: 0.28s;
  transition-delay: 0.28s;
}
.on .special-label span:nth-child(9) {
  -webkit-transition-delay: 0.32s;
  transition-delay: 0.32s;
}
.on .special-label span:nth-child(10) {
  -webkit-transition-delay: 0.36s;
  transition-delay: 0.36s;
}
.on .special-label span:nth-child(11) {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.on .special-label span:nth-child(12) {
  -webkit-transition-delay: 0.44s;
  transition-delay: 0.44s;
}
.on .special-label span:nth-child(13) {
  -webkit-transition-delay: 0.48s;
  transition-delay: 0.48s;
}
.on .special-label span:nth-child(14) {
  -webkit-transition-delay: 0.52s;
  transition-delay: 0.52s;
}
.on .special-label span:nth-child(15) {
  -webkit-transition-delay: 0.56s;
  transition-delay: 0.56s;
}
.on .special-label span:nth-child(16) {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

@media screen and (max-width: 767px) {
  .special-label {
    margin-bottom: 8px;
    line-height: 1.361111111;
    letter-spacing: 2.5px;
    font-size: 36px;
  }
}


/* Special Button
---------------------------- */
.special-button {
  margin: 62px auto 0;
  padding: 10px 0;
  max-width: 650px;
  position: relative;
}
.special-button span {
  display: block;
  font-family: "A-OTF Futo Min A101 Pr6N", a-otf-futo-min-a101-pr6n, YuMincho, "Yu Mincho", serif;
  font-size: 36px;
}
.special-button:before,
.special-button:after,
.special-button span:before,
.special-button span:after {
  content: "";
  display: block;
  background: #282828;
  position: absolute;
  -webkit-transition: width 0.2s linear, height 0.2s linear;
  transition: width 0.2s linear, height 0.2s linear;
}
.special-button:before,
.special-button span:before {
  width: 0%;
  height: 1px;
}
.special-button:after,
.special-button span:after {
  width: 1px;
  height: 0%;
}

.shinobuigari .special-button {
  margin-top: 45px;
margin-bottom: 40px;	
}
.shinobuigari .special-button a {
  color: #ef6276;
}
.shinobuigari .special-button span {
  font-feature-settings : "palt";
letter-spacing: 0.2rem;	
}
.shinobuigari .special-button:before,
.shinobuigari .special-button:after,
.shinobuigari .special-button span:before,
.shinobuigari .special-button span:after {
  background: #ef6276;
}

/* Top */
.special-button:before {
  top: 0;
  left: 0;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.on.special-button:before {
  width: 100%;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

/* Right */
.special-button:after {
  top: 0;
  right: 0;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.on.special-button:after {
  height: 100%;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

/* Bottom */
.special-button span:before {
  bottom: 0;
  right: 0;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.on.special-button span:before {
  width: 100%;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

/* Left */
.special-button span:after {
  bottom: 0;
  left: 0;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.on.special-button span:after {
  height: 100%;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

@media screen and (max-width: 767px) {
  .special-button,
  .shinobuigari .special-button {
    margin-top: 28px;
    padding: 9px 0;
  }
  .special-button span {
    line-height: 1.583333333;
    font-size: 24px;
  }
}

/* Arrow */
.special-button-arrow {
  display: inline-block;
}
.on.special-button .special-button-arrow {
  -webkit-animation: 0.8s arrowMove 0.8s 3;
  animation: 0.8s arrowMove 0.8s 3;
}

@-webkit-keyframes arrowMove {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  70% {
    -webkit-transform: translateX(6px);
    transform: translateX(6px);
  }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}

@keyframes arrowMove {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  70% {
    -webkit-transform: translateX(6px);
    transform: translateX(6px);
  }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}


/* ----------------------------
  Panel
---------------------------- */
.header-inner,
.lead,
.people-inner {
  -webkit-transition: -webkit-transform 0.6s, opacity 0.6s;
  transition: transform 0.6s, opacity 0.6s;
  -webkit-backface-visibility: hidden; /* For GPU */
  backface-visibility: hidden; /* For GPU */
}
.header-inner,
.js-panel .saorimotojima .people-inner {
  -webkit-transform-origin: bottom center;
  transform-origin: bottom center;
}
.js-panel-fixed .header-inner,
.js-panel-fixed .lead,
.js-panel-fixed .people-inner {
  -webkit-transform: scale(0.97);
  transform: scale(0.97);
}
