@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after {
  content: '';
  content: none; }

q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

html {
  height: 100%; }

body {
  min-height: 100%;
  overflow-y: scroll;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  font-size: 16px;
  background: url("../img/bg.jpg") no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
  color: #4d4d4d; }

::-moz-selection {
  color: #fff;
  background: rgba(0, 0, 0, 0.8); }

::selection {
  color: #fff;
  background: rgba(0, 0, 0, 0.8); }

a {
  text-decoration: none;
  color: #4d4d4d; }

.l-wrapper {
  position: relative; }

@media screen and (max-width: 767px) {
  body {
	background: none }
  body::before {
	background: url("../img/bg.jpg") no-repeat center center /cover;
	content: "";
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: -1;
}}

@media screen and (max-width: 767px) {
  .l-section {
    margin-bottom: 50px; } }

@media screen and (min-width: 768px) {
  .l-section {
    margin-bottom: 100px; } }

.l-container {
  position: relative; }
  @media screen and (max-width: 767px) {
    .l-container {
      margin-left: 10px;
      margin-right: 10px; } }
  @media screen and (min-width: 768px) {
    .l-container {
      width: 980px;
      margin-left: auto;
      margin-right: auto; } }

.l-content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  box-sizing: border-box; }
  .l-content_col {
    box-sizing: border-box; }
    @media screen and (max-width: 767px) {
      .l-content_col {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px; } }
    @media screen and (min-width: 768px) {
      .l-content_col {
        width: 50%; }
        .l-content_col:nth-of-type(2n+1) {
          padding-left: 50px;
          padding-right: 25px; }
        .l-content_col:nth-of-type(2n) {
          padding-left: 25px;
          padding-right: 50px; } }

.kv {
  position: relative; }
  @media screen and (max-width: 767px) {
    .kv .l-container {
      overflow-x: hidden;
      margin-bottom: 20px;
      margin-left: auto;
      margin-right: auto; } }
  @media screen and (min-width: 768px) {
    .kv .l-container {
      height: 690px; } }
  .kv-pht {
    display: none; }
    @media screen and (min-width: 768px) {
      .kv-pht {
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 200%;
        opacity: .75; } }
  .kv-main {
    position: relative;
    line-height: 0; }
    @media screen and (max-width: 767px) {
      .kv-main {
        width: 110%;
        margin-left: -5%; }
        .kv-main img {
          width: 100%; } }
    @media screen and (min-width: 768px) {
      .kv-main {
        text-align: left;
        margin-left: -5%; }
        .kv-main img {
          width: 758px; } }
  .kv-logo {
    z-index: 10;
    position: absolute; }
    @media screen and (max-width: 767px) {
      .kv-logo {
        bottom: 10%;
        left: 50%;
        margin-left: -37.5%;
        width: 75%;
		position: relative; }
        .kv-logo img {
          width: 100%; } }
    @media screen and (min-width: 768px) {
      .kv-logo {
	bottom: 10px;
	right: 150px;
} }
  .kv-copy {
    z-index: 10;
    position: absolute; }
    @media screen and (max-width: 767px) {
      .kv-copy {
        text-align: center;
        left: 0;
        width: 100%;
        bottom: 4%;
        position: relative;
        margin-top: -50px;}
        .kv-copy img {
          width: 75%; } }
    @media screen and (min-width: 768px) {
      .kv-copy {
	left: 70px;
	top: 220px;
} }

.product {
  position: relative; }
  @media screen and (max-width: 767px) {
    .product-info.l-content_col {
      padding-top: 20px; } }
  @media screen and (min-width: 768px) {
    .product-info.l-content_col {
      padding-top: 50px;
      padding-right: 0;
      width: 580px;
      margin-right: 40px;
      padding-bottom: 60px; } }
  .product-info.l-content_col table {
    width: 100%;
    line-height: 1.6; }
  .product-info.l-content_col tr {
    border-bottom: dotted 1px #082b47; }
  .product-info.l-content_col th {
    font-weight: bold;
    color: #00ff0c;
    text-align: left; }
  .product-info.l-content_col td {
    text-align: left; }
  @media screen and (max-width: 767px) {
    .product-info.l-content_col table {
      font-size: 12px;
      font-size: 0.75rem; }
    .product-info.l-content_col tr, .product-info.l-content_col th, .product-info.l-content_col td {
      display: block; }
    .product-info.l-content_col tr {
      padding-bottom: 2px;
      margin-bottom: 10px; }
    .product-info.l-content_col td {
      padding-left: .5em;
      line-height: 2; } }
  @media screen and (min-width: 768px) {
    .product-info.l-content_col table {
      font-size: 13px;
      font-size: 0.8125rem; }
    .product-info.l-content_col th, .product-info.l-content_col td {
      padding-bottom: 5px;
      padding-top: 20px; }
    .product-info.l-content_col br {
      display: none; }
    .product-info.l-content_col th {
      width: 160px;
      padding-right: 40px;
      text-align-last: justify;
      text-justify: inter-ideograph; } }
  @media screen and (min-width: 768px) {
    .product br.product-info-br-pc {
      display: inline; } }
  @media screen and (max-width: 767px) {
    .product-image.l-content_col {
      text-align: center;
      padding-bottom: 30px; }
    .product-image.l-content_col .product-image_main {
      padding-bottom: 15px; }
    .product-image.l-content_col .product-image_main + .btn {
      margin-bottom: 15px; }
      .product-image.l-content_col img {
        max-width: 100%; } }
  @media screen and (min-width: 768px) {
    .product-image.l-content_col {
      padding-top: 50px;
      padding-bottom: 60px;
      padding-left: 0;
      width: 360px; }
    .product-image.l-content_col .product-image_main {
      padding-bottom: 15px; }
    .product-image.l-content_col .product-image_main + .btn {
      margin-bottom: 15px; }
      .product-image.l-content_col img {
        width: 100%; } }
  .product-image.l-content_col_main {
    line-height: 0; }

.story-kv {
  position: relative; }
  .story-kv img {
    width: 100%;
    vertical-align: bottom; }

@media screen and (max-width: 767px) {
  .story .ttl-01 {
    margin-left: 10px;
    margin-top: 20px; } }

@media screen and (min-width: 768px) {
  .story .ttl-01 {
    position: absolute;
    left: 20px;
    bottom: 30px; } }

@media screen and (max-width: 767px) {
  .story .l-content {
    margin-top: 20px;
    padding-bottom: 10px; } }

@media screen and (min-width: 768px) {
  .story .l-content {
    margin-top: 40px;
    padding-bottom: 20px; } }

.chara {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .chara-title {
    line-height: 0; }
  .chara-box {
    box-sizing: border-box; }
  @media screen and (max-width: 767px) {
    .chara-title {
      width: 100%; }
      .chara-title img {
        max-width: 100%; }
    .chara-box {
      width: 50%;
      padding: 5px;
      margin-top: 10%; } }
  @media screen and (min-width: 768px) {
    .chara-title {
      width: 40%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
    .chara-box {
      width: 20%;
      padding: 10px;
      margin-bottom: 2%; } }
  .chara-link {
    position: relative;
    display: block;
    border: solid 3px #fff;
    background: url("../img/chr_box_bg.png") repeat 0 0;
    width: 100%;
    padding-top: 100%;
    box-sizing: border-box;
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.1); }
    .chara-link:before {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: -webkit-linear-gradient(rgba(255, 255, 255, 0), white);
      background: linear-gradient(rgba(255, 255, 255, 0), white); }
  .chara-small {
    position: absolute;
    left: 0;
    bottom: 0;
    line-height: 0;
    width: 100%; }
    .chara-small img {
      width: 100%; }
  .chara .btn {
    position: absolute;
    right: -3px;
    bottom: -3px;
    padding-left: 25px;
    background-position: 9px center;
    background-size: 9px 9px; }
    @media screen and (min-width: 768px) {
      .chara .btn {
        display: block;
        width: auto; }
        .chara .btn .btn_ttl {
          margin-bottom: 3px; } }

.chara-modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("../img/mdl_bg.jpg") no-repeat center center;
  background-size: cover;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  left: 100%;
  -webkit-transition: all .45s ease;
  transition: all .45s ease; }
  .chara-modal.is-show {
    left: 0;
    width: 100%; }
  .chara-modal-body {
    width: 60%;
    box-sizing: border-box;
    padding-left: 5%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media screen and (min-width: 768px) {
      .chara-modal-body {
        padding-left: 15%; } }
  .chara-modal-img {
    width: 40%;
    line-height: 0; }
    .chara-modal-img img {
      width: 100%;
      max-width: 360px; }
    .chara-modal-img.chr_11 {
	  padding-right: 6%; }
    .chara-modal-img.chr_11 img {
      max-width: 660px;
	  min-width: 220px; }
      @media screen and (min-width: 768px) {
		.chara-modal-img.chr_11 img {
		  width: auto;
		  max-height: 867px; } }
  .chara-modal-name {
    position: relative;
    margin-bottom: .3em; }
    .chara-modal-name span {
      display: block;
      line-height: 1.2;
      font-size: 30px;
      font-size: 1.875rem; }
      @media screen and (min-width: 768px) {
        .chara-modal-name span {
          font-size: 42px;
          font-size: 2.625rem; } }
    .chara-modal-name small {
      display: block;
      font-size: 9px;
      font-size: 0.5625rem;
      letter-spacing: 2px; }
      @media screen and (min-width: 768px) {
        .chara-modal-name small {
          font-size: 10px;
          font-size: 0.625rem; } }
  .chara-modal-cv {
    margin-bottom: 1em;
    font-size: 14px;
    font-size: 0.875rem; }
    .chara-modal-cv small {
      font-size: 80%; }
    @media screen and (min-width: 768px) {
      .chara-modal-cv {
        font-size: 17px;
        font-size: 1.0625rem; } }
  .chara-modal-catch {
    margin-bottom: 1em;
    font-size: 12px;
    font-size: 0.75rem;
	line-height: 1.8;
	margin-bottom: 2em; }
    @media screen and (min-width: 768px) {
      .chara-modal-catch {
        font-size: 13px;
        font-size: 0.8125rem; } }
  .chara-modal-quote {
    margin-bottom: 1em;
    font-size: 12px;
    font-size: 0.75rem;
	font-style: italic;
	line-height: 1.8;
	margin-bottom: 1em; }
    @media screen and (min-width: 768px) {
      .chara-modal-quote {
        font-size: 14px;
        font-size: 0.875rem; } }
  .chara-modal-spec {
    margin-bottom: 1em;
    font-size: 12px;
    font-size: 0.75rem;
	line-height: 1.8;
	margin-bottom: 1em; }
    @media screen and (min-width: 768px) {
      .chara-modal-spec {
        font-size: 13px;
        font-size: 0.8125rem; } }
  .chara-modal-txt {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.8; }
    .chara-modal-txt br {
      display: none; }
    .chara-modal-txt span {
		color: #0ea716; }
    @media screen and (min-width: 768px) {
      .chara-modal-txt {
        font-size: 13px;
        font-size: 0.8125rem;
		padding-right: 120px; }
        .chara-modal-txt br {
          display: inline; } }
  .chara-modal .btn {
    margin-top: 1em;
    width: 50%; }

.system .box {
  padding-top: .1px; }

@media screen and (max-width: 767px) {
  .system .l-container {
    padding-bottom: 20px; } }

@media screen and (min-width: 768px) {
  .system .l-container {
    padding-bottom: 60px; } }

@media screen and (max-width: 767px) {
  .system .ttl-01 {
    margin-left: 10px;
    margin-top: 20px; } }

@media screen and (min-width: 768px) {
  .system .ttl-01 {
    margin-left: 40px;
    margin-top: 60px; } }

@media screen and (max-width: 767px) {
  .system .l-content_col {
    margin-top: 30px; } }

@media screen and (min-width: 768px) {
  .system .l-content_col {
    margin-top: 40px; } }

.system-img img {
  vertical-align: bottom; }

@media screen and (max-width: 767px) {
  .system-img {
    text-align: center; }
    .system-img img {
      max-width: 100%; } }

.system .text-01 {
  margin-bottom: 0; }

  .p-system-btn {
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 260px;
    background: #000;
    color: #00ff0c;
    font-weight: bold;
    padding: 15px 0px;
    text-align: center;
    box-sizing: border-box; }
    .p-system-btn span {
      padding-left: 16px;
      background: url("../img/btn_arw.svg") no-repeat left center;
      background-size: 12px 12px; }
    @media screen and (max-width: 767px) {
      .p-system-btn {
        font-size: 12px;
        font-size: 0.75rem;
        margin-top: 20px; } }
    @media screen and (min-width: 768px) {
      .p-system-btn {
        margin-top: 30px;
        font-size: 14px;
        font-size: 0.875rem; } }

.p-gallery {
  position: relative; }
  @media screen and (max-width: 767px) {
    .p-gallery {
      margin-top: 80px 0; } }
  @media screen and (min-width: 768px) {
    .p-gallery {
      margin: 120px 0; } }
  @media screen and (min-width: 768px) {
    .p-gallery .l-container {
      width: 980px; } }
  .p-gallery-list {
    line-height: 0; }
    @media screen and (max-width: 767px) {
      .p-gallery-list {
        padding-top: 20px; } }
    @media screen and (min-width: 768px) {
      .p-gallery-list {
        padding-top: 40px; } }
  .p-gallery-item img {
    width: 100%; }
  .p-gallery .slick-list {
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.25); }
  .p-gallery .slick-prev, .p-gallery .slick-next {
    width: 50px;
    height: 50px;
    z-index: 10; }
    .p-gallery .slick-prev:before, .p-gallery .slick-next:before {
      color: rgba(0, 0, 0, 0.85); }
    @media screen and (max-width: 767px) {
      .p-gallery .slick-prev, .p-gallery .slick-next {
        top: 52.5%; }
        .p-gallery .slick-prev:before, .p-gallery .slick-next:before {
          font-size: 24px; } }
    @media screen and (min-width: 768px) {
      .p-gallery .slick-prev, .p-gallery .slick-next {
        top: 52.5%; }
        .p-gallery .slick-prev:before, .p-gallery .slick-next:before {
          font-size: 36px; } }
  @media screen and (max-width: 767px) {
    .p-gallery .slick-prev {
      left: -5px; } }
  @media screen and (min-width: 768px) {
    .p-gallery .slick-prev {
      left: 15px; } }
  @media screen and (max-width: 767px) {
    .p-gallery .slick-next {
      right: -5px; } }
  @media screen and (min-width: 768px) {
    .p-gallery .slick-next {
      right: 15px; } }

.footer {
  position: relative;
  border-top: solid #000 6px;
  background-color: #fff; }
  @media screen and (max-width: 767px) {
    .footer {
      padding-bottom: 30px; } }
  @media screen and (min-width: 768px) {
    .footer {
      padding-bottom: 60px; } }
  @media screen and (min-width: 768px) {
    .footer .l-content {
      margin-top: 20px;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-flex-wrap: nowrap;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between; } }
  .footer-banner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .footer-banner a {
      display: block; }
    .footer-banner img {
      vertical-align: bottom; }
    @media screen and (max-width: 767px) {
      .footer-banner {
        width: 100%;
        margin: 20px -2px 0; }
        .footer-banner a {
          width: 33.3%;
          box-sizing: border-box;
          padding: 0 2px; }
          .footer-banner a img {
            width: 100%; } }
    @media screen and (min-width: 768px) {
      .footer-banner a {
        margin-right: 6px; } }
  .footer-logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 10px; }
    .footer-logo a {
      display: block; }
    .footer-logo img {
      vertical-align: bottom; }
    @media screen and (max-width: 767px) {
      .footer-logo {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        width: 100%; }
        .footer-logo a {
          width: 33.3%;
          max-width: 120px;
          box-sizing: border-box;
          padding: 0 10px; }
        .footer-logo img {
          width: 100%; } }
    @media screen and (min-width: 768px) {
      .footer-logo a {
        margin-left: 18px; } }
  .footer-text {
    text-align: center; }
    @media screen and (max-width: 767px) {
      .footer-text {
        margin-top: 20px; }
        .footer-text img {
          max-width: 100%; } }
    @media screen and (min-width: 768px) {
      .footer-text {
        margin-top: 30px; } }
  .footer-copy {
    text-align: center; }
    .footer-copy small {
      margin: 0 .5em; }
    .footer-copy img {
      vertical-align: bottom; }
    @media screen and (max-width: 767px) {
      .footer-copy {
        font-size: 9px;
        font-size: 0.5625rem;
		margin-top: 20px; } }
    @media screen and (min-width: 768px) {
      .footer-copy {
        font-size: 10px;
        font-size: 0.625rem;
		margin-top: 30px; } }

.box {
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.25); }
  .box-w {
    background: url("../img/box_w.png") repeat; }

.btn {
  position: relative;
  background-color: #000;
  background-image: url("../img/btn_arw.svg");
  background-repeat: no-repeat;
  background-position: 14px center;
  background-size: 12px 12px;
  line-height: 1;
  -webkit-transition: background-color .3s ease;
  transition: background-color .3s ease; }
  .btn:hover {
    background-color: rgba(0, 0, 0, 0.75); }
  @media screen and (max-width: 767px) {
    .btn {
      display: block;
      padding: 8px 15px 9px 35px; } }
  @media screen and (min-width: 768px) {
    .btn {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      box-sizing: border-box;
      padding: 12px 15px 13px 35px; } }
  .btn_ttl {
    display: block;
    color: transparent;
	background: -webkit-linear-gradient(180deg,  #591994 0%,#4554d4 19%,#2f94df 36%,#00ff0c 100%);
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: left; }
    @media screen and (min-width: 0\0) and (-webkit-min-device-pixel-ratio: 0.75), screen and (min-width: 0\0) and (min-resolution: 72dpi) {
      .btn_ttl {
        color: #ff3399; } }
    @media screen and (max-width: 767px) {
      .btn_ttl {
        font-size: 14px;
        font-size: 0.875rem;
        margin-bottom: 4px; } }
  .btn_en {
    display: block;
    color: #00ff0c;
    text-transform: uppercase;
    font-size: 7px;
    font-size: 0.4375rem;
    font-weight: bold;
    letter-spacing: .1em;
    text-align: left; }

.ttl-01 {
  position: relative;
  color: #00ff0c;
  line-height: 1;
  background: url("../img/ttl_icn.png") no-repeat left bottom;
  background-size: 256px 55px;
  padding-left: 42px;
  text-shadow: #fff 0 0 15px, #fff 0 0 15px, #fff 0 0 15px, #fff 0 0 15px, #fff 0 0 15px, #fff 0 0 15px, #fff 0 0 15px, #fff 0 0 15px, #fff 0 0 15px, #fff 0 0 15px, #fff 0 0 15px, #fff 0 0 15px; }
  .ttl-01_en {
    font-family: "Helvetica Neue", "Helvetica", "Arial", "'Ludica Sans Unicode", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
    font-weight: 200; }
  .ttl-01_jp {
    margin-top: .1em;
    font-weight: bold; }
  @media screen and (max-width: 767px) {
    .ttl-01_en {
      font-size: 30px;
      font-size: 1.875rem; }
    .ttl-01_jp {
      font-size: 11px;
      font-size: 0.6875rem; } }
  @media screen and (min-width: 768px) {
    .ttl-01_en {
      font-size: 54px;
      font-size: 3.375rem; }
    .ttl-01_jp {
      font-size: 12px;
      font-size: 0.75rem; } }

.ttl-02 {
  position: relative;
  font-weight: bold;
  color: #0ea716;
  line-height: 1.4; }
  @media screen and (max-width: 767px) {
    .ttl-02 {
      font-size: 14px;
      font-size: 0.875rem;
      margin: .5em 0 .25em; } }
  @media screen and (min-width: 768px) {
    .ttl-02 {
      margin: 1em 0 .75em; } }

.text-01 {
  position: relative;
  font-size: 13px;
  font-size: 0.8125rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  margin-bottom: 2em;
  line-height: 2; }
  .text-01 span {
    letter-spacing: -0.1em;
    margin-right: .2em; }
