.mb0 {
  margin-bottom: 0 !important; }

.ml0 {
  margin-left: 0 !important; }

.mr0 {
  margin-right: 0 !important; }

.mt0 {
  margin-top: 0 !important; }

.pb0 {
  padding-bottom: 0 !important; }

.pl0 {
  padding-left: 0 !important; }

.pr0 {
  padding-right: 0 !important; }

.pt0 {
  padding-top: 0 !important; }

/* ==========================================================================
   PAGE
   ========================================================================== */
/* main-visual
   ========================================================================== */
.main-visual {
  background: url(../img/main-visual-frame_bg.png) no-repeat 50% 117px;
  padding-bottom: 172px;
  padding-top: 117px;
  position: relative;
  z-index: 1; }
  @media screen and (max-width: 767px) {
    .main-visual {
      background: url(../img/main-visual-frame_bg-sp.png) no-repeat 50% 80px;
      background-size: 100%;
      padding-bottom: 203px;
      padding-top: 80px; } }
  .main-visual_inner {
    height: 710px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1287px;
    position: relative;
    z-index: 2; }
    .main-visual_inner > figure {
      position: absolute;
      z-index: 1000; }
    .main-visual_inner_hairpin {
      right: -15px;
      top: 67px; }
      .main-visual_inner_hairpin_flower03, .main-visual_inner_hairpin_flower02, .main-visual_inner_hairpin_flower01, .main-visual_inner_hairpin_flower-wrap {
        position: absolute; }
      .main-visual_inner_hairpin_flower-wrap {
        display: block;
        height: 81px;
        width: 66px;
        left: 50px;
        top: 0;
        -webkit-animation: flowerWrap 12s ease infinite;
                animation: flowerWrap 12s ease infinite; }

@-webkit-keyframes flowerWrap {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  20% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  80% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes flowerWrap {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  20% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  80% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }
      .main-visual_inner_hairpin_flower01 {
        left: 0;
        top: 19px; }
      .main-visual_inner_hairpin_flower02 {
        left: 28px;
        top: 0; }
      .main-visual_inner_hairpin_flower03 {
        left: 29px;
        top: 41px; }
    .main-visual_inner_bird {
      right: 263px;
      top: 600px;
      -webkit-transform-origin: 20% 100%;
          -ms-transform-origin: 20% 100%;
              transform-origin: 20% 100%;
      -webkit-animation: bird 6s linear infinite;
              animation: bird 6s linear infinite; }

@-webkit-keyframes bird {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  20% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  22% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg); }
  24% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  26% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg); }
  28% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  30% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg); }
  32% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0); } }

@keyframes bird {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  20% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  22% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg); }
  24% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  26% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg); }
  28% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  30% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg); }
  32% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0); } }
    .main-visual_inner_flower {
      left: 63px;
      top: 286px;
      -webkit-transform-origin: 47% 48%;
          -ms-transform-origin: 47% 48%;
              transform-origin: 47% 48%;
      -webkit-animation: flower 10s cubic-bezier(0.27, 0.07, 0.55, 1) infinite;
              animation: flower 10s cubic-bezier(0.27, 0.07, 0.55, 1) infinite; }

@-webkit-keyframes flower {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  20% {
    -webkit-transform: rotate(70deg);
            transform: rotate(70deg); }
  50% {
    -webkit-transform: rotate(70deg);
            transform: rotate(70deg); }
  70% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0); } }

@keyframes flower {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  20% {
    -webkit-transform: rotate(70deg);
            transform: rotate(70deg); }
  50% {
    -webkit-transform: rotate(70deg);
            transform: rotate(70deg); }
  70% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0); } }
    .main-visual_inner_items {
      opacity: 0;
      padding-top: 103px;
      -webkit-transition: all 2.5s;
      transition: all 2.5s; }
      .main-visual_inner_items.is-move {
        opacity: 1; }
    @media screen and (max-width: 767px) {
      .main-visual_inner {
        height: auto;
        padding-top: 128.67%; }
        .main-visual_inner_hairpin {
          width: 48.9%;
          right: 2.67%;
          top: 4.14%; }
          .main-visual_inner_hairpin_flower-wrap {
            height: 100%;
            width: 17.9%;
            left: 13.6%;
            top: 0; }
          .main-visual_inner_hairpin_flower01 {
            width: 63.6%;
            top: 23.4%; }
          .main-visual_inner_hairpin_flower02 {
            width: 57.5%;
            left: 40.9%; }
          .main-visual_inner_hairpin_flower03 {
            width: 57.5%;
            left: 42.4%;
            top: 50.6%; }
        .main-visual_inner_bird {
          width: 20%;
          right: 23.3%;
          top: 88%; }
        .main-visual_inner_flower {
          width: 19.2%;
          left: 2.67%;
          top: 61.8%; }
        .main-visual_inner_items {
          opacity: 0;
          padding-top: 0;
          width: 100%;
          position: absolute;
          top: 22.7%;
          -webkit-transition: all 2.5s;
          transition: all 2.5s; }
          .main-visual_inner_items > figure {
            margin-left: auto;
            margin-right: auto;
            width: 50.6%; }
          .main-visual_inner_items.is-move {
            opacity: 1; } }
  .main-visual_scroll {
    padding-bottom: 30px;
    position: absolute;
    bottom: 100px;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(0);
        -ms-transform: translateX(-50%) translateY(0);
            transform: translateX(-50%) translateY(0);
    -webkit-animation: scroll 3s ease infinite;
            animation: scroll 3s ease infinite; }

@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateX(-50%) translateY(0);
            transform: translateX(-50%) translateY(0); }
  50% {
    -webkit-transform: translateX(-50%) translateY(10px);
            transform: translateX(-50%) translateY(10px); }
  100% {
    -webkit-transform: translateX(-50%) translateY(0);
            transform: translateX(-50%) translateY(0); } }

@keyframes scroll {
  0% {
    -webkit-transform: translateX(-50%) translateY(0);
            transform: translateX(-50%) translateY(0); }
  50% {
    -webkit-transform: translateX(-50%) translateY(10px);
            transform: translateX(-50%) translateY(10px); }
  100% {
    -webkit-transform: translateX(-50%) translateY(0);
            transform: translateX(-50%) translateY(0); } }
    .main-visual_scroll > a::before {
      background: url(../common/img/icon-arrow-down_bg.png) no-repeat;
      content: "";
      height: 14px;
      width: 26px;
      position: absolute;
      bottom: 0;
      left: 50%;
      -webkit-transform: translateX(-50%) translateY(0);
          -ms-transform: translateX(-50%) translateY(0);
              transform: translateX(-50%) translateY(0);
      -webkit-animation: scroll 3s ease infinite;
              animation: scroll 3s ease infinite; }

@-webkit-keyframes scrollArrow {
  0% {
    -webkit-transform: translateX(-50%) translateY(0);
            transform: translateX(-50%) translateY(0); }
  50% {
    -webkit-transform: translateX(-50%) translateY(10px);
            transform: translateX(-50%) translateY(10px); }
  100% {
    -webkit-transform: translateX(-50%) translateY(0);
            transform: translateX(-50%) translateY(0); } }

@keyframes scrollArrow {
  0% {
    -webkit-transform: translateX(-50%) translateY(0);
            transform: translateX(-50%) translateY(0); }
  50% {
    -webkit-transform: translateX(-50%) translateY(10px);
            transform: translateX(-50%) translateY(10px); }
  100% {
    -webkit-transform: translateX(-50%) translateY(0);
            transform: translateX(-50%) translateY(0); } }

/* message
   ========================================================================== */
.message {
  background-color: #fff;
  text-align: left;
  position: relative; }
  .message::after {
    background: url(../img/message_bg-top.png) no-repeat 0 0, url(../img/message_bg-bottom.png) no-repeat 100% 100%;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1; }
  .message_title {
    margin-bottom: 55px; }
  .message h3 {
    font-size: 3.2em;
    font-weight: 700;
    line-height: 2;
    margin-bottom: 25px; }
  .message p {
    line-height: 2; }
    .message p:not(:first-child) {
      margin-top: 1em; }
  @media screen and (max-width: 767px) {
    .message::after {
      background: url(../img/message_bg-top-sp.png) no-repeat 0 0, url(../img/message_bg-bottom-sp.png) no-repeat 100% 100%;
      background-size: 200px auto, 198px auto; }
    .message h3 {
      font-size: 2.2em;
      margin: 0 30px 30px; }
    .message p {
      margin-left: 30px;
      margin-right: 30px; } }

/* about
   ========================================================================== */
.about_cloud {
  background: no-repeat 0 0;
  background-size: 100% 100%;
  width: 450px;
  position: absolute;
  z-index: 1; }
  .about_cloud.is-top {
    background-image: url(../img/about_bg-top.png);
    height: 196px;
    left: 0;
    top: 80px;
    -webkit-transform: translateX(-50px);
        -ms-transform: translateX(-50px);
            transform: translateX(-50px); }
    .about_cloud.is-top.is-move {
      -webkit-animation: cloudTop 3s linear infinite;
              animation: cloudTop 3s linear infinite; }

@-webkit-keyframes cloudTop {
  0% {
    -webkit-transform: translateX(-50px) translateY(0);
            transform: translateX(-50px) translateY(0); }
  50% {
    -webkit-transform: translateX(-50px) translateY(10px);
            transform: translateX(-50px) translateY(10px); }
  100% {
    -webkit-transform: translateX(-50px) translateY(0);
            transform: translateX(-50px) translateY(0); } }

@keyframes cloudTop {
  0% {
    -webkit-transform: translateX(-50px) translateY(0);
            transform: translateX(-50px) translateY(0); }
  50% {
    -webkit-transform: translateX(-50px) translateY(10px);
            transform: translateX(-50px) translateY(10px); }
  100% {
    -webkit-transform: translateX(-50px) translateY(0);
            transform: translateX(-50px) translateY(0); } }
  .about_cloud.is-middle {
    background-image: url(../img/about_bg-middle.png);
    height: 199px;
    right: 0;
    top: 520px;
    -webkit-transform: translateX(50px);
        -ms-transform: translateX(50px);
            transform: translateX(50px); }
    .about_cloud.is-middle.is-move {
      -webkit-animation: cloudMiddle 4s ease-in-out infinite;
              animation: cloudMiddle 4s ease-in-out infinite; }

@-webkit-keyframes cloudMiddle {
  0% {
    -webkit-transform: translateX(50px) translateY(0);
            transform: translateX(50px) translateY(0); }
  50% {
    -webkit-transform: translateX(50px) translateY(10px);
            transform: translateX(50px) translateY(10px); }
  100% {
    -webkit-transform: translateX(50px) translateY(0);
            transform: translateX(50px) translateY(0); } }

@keyframes cloudMiddle {
  0% {
    -webkit-transform: translateX(50px) translateY(0);
            transform: translateX(50px) translateY(0); }
  50% {
    -webkit-transform: translateX(50px) translateY(10px);
            transform: translateX(50px) translateY(10px); }
  100% {
    -webkit-transform: translateX(50px) translateY(0);
            transform: translateX(50px) translateY(0); } }
  .about_cloud.is-bottom {
    background-image: url(../img/about_bg-bottom.png);
    height: 196px;
    left: 0;
    top: 960px;
    -webkit-transform: translateX(-50px);
        -ms-transform: translateX(-50px);
            transform: translateX(-50px); }
    .about_cloud.is-bottom.is-move {
      -webkit-animation: cloudBottom 3s linear infinite;
              animation: cloudBottom 3s linear infinite; }

@-webkit-keyframes cloudBottom {
  0% {
    -webkit-transform: translateX(-50px) translateY(0);
            transform: translateX(-50px) translateY(0); }
  50% {
    -webkit-transform: translateX(-50px) translateY(10px);
            transform: translateX(-50px) translateY(10px); }
  100% {
    -webkit-transform: translateX(-50px) translateY(0);
            transform: translateX(-50px) translateY(0); } }

@keyframes cloudBottom {
  0% {
    -webkit-transform: translateX(-50px) translateY(0);
            transform: translateX(-50px) translateY(0); }
  50% {
    -webkit-transform: translateX(-50px) translateY(10px);
            transform: translateX(-50px) translateY(10px); }
  100% {
    -webkit-transform: translateX(-50px) translateY(0);
            transform: translateX(-50px) translateY(0); } }
  @media screen and (max-width: 767px) {
    .about_cloud {
      display: none; } }

.about_table > dl {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  border-bottom: 1px solid #1f3870;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .about_table > dl > dt {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-top: 1px solid #1f3870;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 700;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    line-height: 2;
    width: 191px;
    position: relative; }
    .about_table > dl > dt::before {
      background-color: #1f3870;
      content: "";
      width: 1px;
      position: absolute;
      bottom: 30px;
      right: 0;
      top: 30px; }
  .about_table > dl > dd {
    border-top: 1px solid #1f3870;
    line-height: 2;
    padding: 40px;
    text-align: left;
    width: -webkit-calc(100% - 191px);
    width: calc(100% - 191px); }

@media screen and (max-width: 767px) {
  .about_table > dl {
    display: block;
    margin-left: 30px;
    margin-right: 30px; }
    .about_table > dl > dt {
      border-top: 1px solid #1f3870;
      display: block;
      padding-top: 20px;
      text-align: left;
      width: auto; }
      .about_table > dl > dt::before {
        content: none; }
    .about_table > dl > dd {
      border-top: none;
      padding: 3px 0 23px;
      width: auto; } }

/* details
   ========================================================================== */
.details {
  background: url(../img/detail_bg.png) 50% 50%; }
  .details_list > ul {
    position: relative; }
    .details_list > ul > li {
      background-color: #fff;
      border: 6px solid #1f3870;
      border-radius: 20px;
      -webkit-box-shadow: 0 20px 10px rgba(0, 0, 0, 0.15);
              box-shadow: 0 20px 10px rgba(0, 0, 0, 0.15);
      height: 570px;
      max-width: 460px;
      overflow: hidden;
      padding: 0 54px;
      width: 100%;
      position: relative; }
      .details_list > ul > li:nth-child(2) {
        position: absolute;
        right: 0;
        top: 310px; }
      .details_list > ul > li:nth-child(3) {
        margin-top: 120px; }
      .details_list > ul > li > figure {
        margin-left: -54px;
        margin-right: -54px; }
      .details_list > ul > li > h3 {
        border-bottom: 1px solid #1f3870;
        font-size: 2rem;
        font-weight: 700;
        margin-bottom: 30px;
        padding: 30px 0; }
      .details_list > ul > li > p {
        line-height: 2;
        text-align: left; }
  .details_list_number {
    position: absolute;
    right: 24px;
    top: 24px; }
  @media screen and (max-width: 767px) {
    .details {
      background-image: url(../img/detail_bg-sp.png);
      background-size: 206px auto; }
      .details_list {
        margin-left: 30px;
        margin-right: 30px; }
        .details_list > ul > li {
          height: auto;
          max-width: 100%;
          padding: 0 34px 30px;
          width: 100%;
          position: relative; }
          .details_list > ul > li:nth-child(2) {
            margin-top: 60px;
            position: relative;
            right: auto;
            top: auto; }
          .details_list > ul > li:nth-child(3) {
            margin-top: 60px; }
          .details_list > ul > li > figure {
            margin-left: -34px;
            margin-right: -34px; }
          .details_list > ul > li > h3 {
            border-bottom: none;
            margin-bottom: 0;
            padding: 30px 0 20px; } }

/* works
   ========================================================================== */
.works_list > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: -70px; }
  .works_list > ul > li {
    background: url(../img/works_bg-top.png) no-repeat 0 0, url(../img/works_bg-bottom.png) no-repeat 100% 100% #fff;
    border-radius: 20px;
    border: 6px solid #1f3870;
    height: 320px;
    max-width: 380px;
    margin-right: 70px;
    padding: 92px 34px 0;
    width: 100%;
    position: relative; }
    .works_list > ul > li:nth-child(n+4) {
      margin-top: 80px; }
    @media (max-width: 1296px) {
      .works_list > ul > li:nth-child(n+3) {
        margin-top: 80px; } }
    @media (max-width: 846px) {
      .works_list > ul > li:nth-child(n+1) {
        margin-top: 80px; } }
    .works_list > ul > li > h3 {
      font-size: 2rem;
      font-weight: 700;
      line-height: 1.6;
      margin-bottom: 24px;
      text-align: left; }

.works_list_categories {
  background: url(../img/works-dither_bg.png) repeat 50% 50% #fb428c;
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  font-size: 1.4rem;
  letter-spacing: .1em;
  line-height: 1;
  min-width: 80px;
  padding: 5px 12px;
  text-align: center;
  position: absolute;
  right: 24px;
  top: 23px; }
  .works_list_categories.is-purple {
    background-color: #a25efb; }

.works_list_position {
  line-height: 1.6;
  padding-top: 40px;
  text-align: left;
  position: relative; }
  .works_list_position > span {
    background-color: #1f3870;
    border-radius: 100px;
    color: #fff;
    display: block;
    font-size: 1.4rem;
    line-height: 1.1;
    padding: 3px 25px;
    position: absolute;
    left: 0;
    top: 0; }

@media screen and (max-width: 767px) {
  .works_list > ul {
    display: block;
    margin-left: 30px;
    margin-right: 30px; }
    .works_list > ul > li {
      max-width: 100%;
      margin-right: 0; }
      .works_list > ul > li + li, .works_list > ul > li:nth-child(n+4) {
        margin-top: 60px; }
      .works_list > ul > li > h3 {
        margin-bottom: 20px;
        text-align: left; }
  .works_list_position {
    padding-top: 35px; } }

/* contact
   ========================================================================== */
.contact {
  background-color: #fff; }
  @media screen and (max-width: 767px) {
    .contact {
      padding-bottom: 120px; } }
  .contact_cloud {
    background: no-repeat 0 0;
    background-size: 100% 100%;
    width: 450px;
    position: absolute;
    z-index: 1; }
    .contact_cloud.is-left {
      background-image: url(../img/contact_bg-left.png);
      height: 196px;
      left: 0;
      top: 100px;
      -webkit-transform: translateX(0);
          -ms-transform: translateX(0);
              transform: translateX(0); }
      .contact_cloud.is-left.is-move {
        -webkit-animation: cloudLeftSp 3s linear infinite;
                animation: cloudLeftSp 3s linear infinite; }

@-webkit-keyframes cloudLeftSp {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  50% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px); }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes cloudLeftSp {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  50% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px); }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }
      @media screen and (max-width: 767px) {
        .contact_cloud.is-left {
          background-image: url(../img/contact_bg-left-sp.png);
          height: 100px;
          width: 150px;
          top: 180px; } }
    .contact_cloud.is-right {
      background-image: url(../img/contact_bg-right.png);
      height: 199px;
      right: 0;
      top: 270px;
      -webkit-transform: translateX(0);
          -ms-transform: translateX(0);
              transform: translateX(0); }
      .contact_cloud.is-right.is-move {
        -webkit-animation: cloudRightSp 4s ease-in-out infinite;
                animation: cloudRightSp 4s ease-in-out infinite; }

@-webkit-keyframes cloudRightSp {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  50% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px); }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes cloudRightSp {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  50% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px); }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }
      @media screen and (max-width: 767px) {
        .contact_cloud.is-right {
          background-image: url(../img/contact_bg-right-sp.png);
          height: 100px;
          width: 210px;
          top: 420px; } }
  .contact_title {
    margin-bottom: 55px; }
  .contact p {
    line-height: 1.9; }
    @media screen and (max-width: 767px) {
      .contact p {
        margin-left: 39px;
        margin-right: 39px; } }
  .contact_btn {
    margin-top: 40px;
    text-align: center; }
    .contact_btn > a {
      background: -webkit-gradient(linear, left top, right top, from(#26c5c8), color-stop(#aa6bfb), to(#fd5464));
      background: -webkit-linear-gradient(left, #26c5c8, #aa6bfb, #fd5464);
      background: linear-gradient(90deg, #26c5c8, #aa6bfb, #fd5464);
      border-radius: 100px;
      color: #fff;
      display: inline-block;
      line-height: 1.1;
      font-weight: 700;
      max-width: 330px;
      padding: 20px 0;
      width: 100%;
      -webkit-transition: all .5s;
      transition: all .5s; }
      @media screen and (min-width: 768px) {
        .contact_btn > a:hover {
          opacity: .7; } }
    @media screen and (max-width: 767px) {
      .contact_btn > a {
        max-width: 315px; } }
.layout-footer_copy a {
    color: #fff;
    display: block;
    font-size: 1.2em;
    letter-spacing: .1em;
    line-height: 1.1;
    opacity: .5;
    position: relative;
    z-index: 2;
}