/* ====================
Layout
 ==================== */
/* ====================
Project
 ==================== */
.p-intro {
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 1400px;
}

.p-intro__container {
  position: relative;
  margin: 0 auto;
  padding: 32px 0;
  width: 73.143%;
}

.p-intro__inner {
  position: relative;
  margin: 0 auto;
  width: 100%;
  text-align: center;
}

.p-intro__lead {
  position: relative;
  margin-bottom: 42px;
  width: 100%;
  color: #a20000;
  font-weight: 500;
  font-size: 26px;
  line-height: 2;
  letter-spacing: 2px;
}

.is-load .p-intro__lead {
  -webkit-transition: color 1.8s cubic-bezier(0.25, 1, 0.5, 1) 0.4s;
  transition: color 1.8s cubic-bezier(0.25, 1, 0.5, 1) 0.4s;
  color: #fff;
}

.p-intro__text {
  position: relative;
  width: 100%;
  color: #a20000;
  font-size: 26px;
  line-height: 2.2;
  letter-spacing: 2px;
}

.is-load .p-intro__text {
  -webkit-transition: color 1.8s cubic-bezier(0.25, 1, 0.5, 1) 0.4s;
  transition: color 1.8s cubic-bezier(0.25, 1, 0.5, 1) 0.4s;
  color: #fff;
}

.p-intro__text + .p-intro__text {
  margin-top: 30px;
}

.p-intro__catch {
  position: relative;
  margin: 8px auto 0;
  width: 100%;
  max-width: 680px;
}

/* ====================
COMPONENT
 ==================== */

@media screen and (max-width: 960px) {
  .p-intro__container {
    padding: 12px 0;
    width: 90.667%;
  }
  .p-intro__inner {
    text-align: left;
  }
  .p-intro__lead {
    margin-bottom: 24px;
    font-size: 15px;
    line-height: 1.9;
    letter-spacing: 1px;
  }
  .p-intro__text {
    font-size: 15px;
    line-height: 1.9;
    letter-spacing: 1px;
  }
  .p-intro__text + .p-intro__text {
    margin-top: 20px;
  }
}
