@charset "UTF-8";
/* Scss Document */
/* Scss Document */
body {
  font-size: 62.5%;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "Meiryo UI", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Verdana, sans-serif;
  -webkit-text-size-adjust: 100%;
  animation-name: fadeIn;
  animation-duration: 1.5s;
  animation-timing-function: ease; }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
body, h1, h2, h3, h4, h5, h6, p {
  font-size: 1rem;
  color: #231815;
  margin: 0;
  padding: 0;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 2.0; }

a {
  text-decoration: none; }
  a:hover {
    color: #FF0000;
    text-decoration: underline; }
  a:link {
    color: #0000FF; }
  a:active {
    color: #0000FF; }
  a:visited {
    color: #990066; }

img {
  vertical-align: bottom; }

a img {
  border: none; }

input,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "Meiryo UI", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Verdana, sans-serif;
  outline: none; }

input:focus,
button {
  outline: 0; }

.clear {
  display: none;
  clear: both; }

img.centering {
  position: absolute; }

.pcNone {
  display: none; }

@media (max-width: 767px) {
  /* responsive none fore SP */
  .spNone {
    display: none; } }
div.system-free {
  height: 100%;
  overflow: hidden; }
  div.system-free hr {
    height: 0;
    margin: 0;
    border: none;
    border-top: 1px solid #231815; }
  div.system-free table {
    border-collapse: collapse; }

ol.transition {
  width: 100%;
  height: 29px;
  overflow: hidden;
  margin: 40px auto 0;
  padding: 0;
  text-align: center;
  list-style: none; }
  ol.transition li {
    width: 27px;
    height: 27px;
    overflow: hidden;
    margin: 0 1px;
    padding: 0;
    color: #0086dc;
    font-size: 0.875rem;
    text-align: center;
    line-height: 1.2;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    background-color: #FFF;
    border: 1px solid #0086dc; }
    ol.transition li a {
      width: 27px;
      height: 27px;
      margin: 0;
      padding: 0;
      color: #0086dc;
      display: block;
      text-decoration: none; }
    ol.transition li span {
      margin: 0;
      padding: 5px 0 0;
      display: block; }
    ol.transition li a:hover, ol.transition li.current {
      color: #FFF;
      font-weight: bold;
      background-color: #0086dc; }

.header {
  width: 100%;
  height: 216px;
  margin: 0;
  padding: 40px 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  transition: 0.1s cubic-bezier(0.25, 1, 0.5, 1); }
  .header__logo {
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    .header__logo img {
      transition: 0.1s cubic-bezier(0.25, 1, 0.5, 1); }

@media (max-width: 800px) {
  .header {
    height: 150px; }
    .header__logo img {
      width: 127px;
      height: 76px; } }
.headerNav {
  margin: 0 50px 0 0;
  padding: 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  transition: 0.1s cubic-bezier(0.25, 1, 0.5, 1); }
  .headerNav__list {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    align-items: flex-end; }
  .headerNav__item {
    margin: 0 0 4px;
    padding: 0;
    line-height: 1.0; }
    .headerNav__item--anchor {
      width: 100%;
      height: 100%;
      padding: 3px 20px;
      display: block;
      color: #FFF !important;
      background-color: #FFF;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      position: relative; }
      .headerNav__item--anchor::before {
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background-color: #90c31f;
        transform: scaleX(1);
        transform-origin: center left;
        transition: transform 0.2s ease;
        z-index: 1; }
      .headerNav__item--anchor span {
        position: relative;
        z-index: 2; }
      .headerNav__item--anchor:hover {
        color: #90c31f !important;
        text-decoration: none;
        top: 1px;
        left: 1px; }
        .headerNav__item--anchor:hover::before {
          transform-origin: center right;
          -moz-transform: scaleX(0);
          -webkit-transform: scaleX(0);
          transform: scaleX(0); }
    .headerNav__item:last-of-type {
      margin: 0; }

@media (max-width: 1000px) {
  .headerNav {
    margin: 0 20px 0 0; } }
@media (max-width: 800px) {
  .headerNav {
    display: none; } }
.btnMenu {
  width: 90px;
  height: 90px;
  margin: 0;
  padding: 0;
  position: fixed;
  top: 58px;
  left: 50px;
  z-index: 9999;
  transition: 0.1s cubic-bezier(0.25, 1, 0.5, 1); }
  .btnMenu.down {
    top: 20px;
    left: 20px; }
  .btnMenu a {
    width: 100%;
    height: 100%;
    padding: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%; }
    .btnMenu a em {
      height: 30px;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      flex-direction: column;
      justify-content: center; }
    .btnMenu a:hover {
      color: #00a0e9 !important;
      text-decoration: none;
      background-color: #FFF; }
      .btnMenu a:hover.menu-trigger span:nth-of-type(1), .btnMenu a:hover.menu-trigger span:nth-of-type(2), .btnMenu a:hover.menu-trigger span:nth-of-type(3) {
        background-color: #00a0e9; }
      .btnMenu a:hover.menu-trigger strong {
        color: #00a0e9; }

.menu-trigger {
  background-color: #00a0e9; }
  .menu-trigger.active span:nth-of-type(1) {
    width: 40px;
    margin: 0 auto;
    top: 2px;
    -webkit-transform: translateY(0) rotate(-45deg);
    transform: translateY(0) rotate(-45deg); }
  .menu-trigger.active span:nth-of-type(2) {
    left: 0;
    opacity: 0;
    -webkit-animation: active-menu-bar02 .8s forwards;
    animation: active-menu-bar02 .8s forwards; }
  .menu-trigger.active span:nth-of-type(3) {
    width: 40px;
    margin: 0 auto;
    -webkit-transform: translateY(0) rotate(45deg);
    transform: translateY(0) rotate(45deg); }

.menu-trigger,
.menu-trigger span {
  transition: all .4s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.menu-trigger span {
  width: 50px;
  height: 2px;
  display: block;
  position: relative;
  transition: 0.1s cubic-bezier(0.25, 1, 0.5, 1);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px; }
  .menu-trigger span:nth-of-type(1) {
    margin: 0 auto 8px;
    background-color: #FFF; }
  .menu-trigger span:nth-of-type(2) {
    margin: 0 auto;
    background-color: #FFF; }
  .menu-trigger span:nth-of-type(3) {
    margin: 8px auto 0;
    background-color: #FFF; }

.menu-trigger strong {
  margin: 10px 0 0;
  color: #FFF;
  font-size: 1rem;
  font-family: "Reddit Sans", serif;
  font-weight: 500;
  text-align: center;
  line-height: 1.0;
  position: relative; }

@-webkit-keyframes active-menu-bar02 {
  100% {
    height: 0; } }
@keyframes active-menu-bar02 {
  100% {
    height: 0; } }
@media (max-width: 1000px) {
  .btnMenu {
    left: 20px; } }
@media (max-width: 800px) {
  .btnMenu {
    top: 20px; } }
@media (max-width: 430px) {
  .btnMenu {
    width: 60px;
    height: 60px; }
    .btnMenu a em {
      height: 15px; }

  .menu-trigger span {
    width: 30px;
    height: 1px; }
    .menu-trigger span:nth-of-type(1) {
      margin: 0 auto 6px; }
    .menu-trigger span:nth-of-type(2) {
      margin: 0 auto; }
    .menu-trigger span:nth-of-type(3) {
      margin: 6px auto 0; }
  .menu-trigger strong {
    margin: 6px 0 0;
    font-size: 0.75rem; }
  .menu-trigger.active span:nth-of-type(1), .menu-trigger.active span:nth-of-type(3) {
    width: 24px; } }
.slideNav {
  width: 50%;
  height: 100vh;
  overflow-y: scroll;
  margin: 0;
  padding: 0;
  position: fixed;
  top: 0;
  left: -50%;
  z-index: 9998;
  transition: 0.1s cubic-bezier(0.25, 1, 0.5, 1);
  background-color: #FFF; }
  .slideNav.open {
    left: 0; }
  .slideNav__title {
    margin: 70px 0 0;
    padding: 0; }
    .slideNav__title--anchor {
      width: 100%;
      height: 100%;
      color: #231815 !important;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      flex-direction: column;
      align-items: center; }
      .slideNav__title--anchor:hover {
        text-decoration: none; }
    .slideNav__title--txt {
      margin: 13px 0 0;
      font-size: 1rem;
      font-weight: 700;
      line-height: 1.0; }
  .slideNav__list {
    width: 290px;
    margin: 70px auto 0;
    padding: 0;
    list-style: none; }
  .slideNav__item {
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #EEE; }
    .slideNav__item:first-of-type {
      border-top: 1px solid #EEE; }
    .slideNav__item--anchor {
      width: 100%;
      height: 100%;
      padding: 20px 0;
      color: #231815 !important;
      font-size: 1.125rem;
      line-height: 1.0;
      display: block;
      background-image: url("../img/common/ar03.svg");
      background-position: right center;
      background-repeat: no-repeat;
      background-size: 8px 14px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      transition: 0.1s cubic-bezier(0.25, 1, 0.5, 1); }
      .slideNav__item--anchor:hover {
        padding: 20px 10px;
        color: #FFF !important;
        text-decoration: none;
        background-color: #90c31f;
        background-image: url("../img/common/ar03_white.svg");
        background-position: right 10px center; }
  .slideNav__btn {
    width: 360px;
    height: 90px;
    margin: 60px auto 0;
    padding: 0; }
    .slideNav__btn--anchor {
      width: 100%;
      height: 100%;
      color: #FFF !important;
      font-size: 1.25rem;
      font-weight: 700;
      line-height: 1.0;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      align-items: center;
      justify-content: center;
      background-color: #90c31f;
      background-image: url("../img/common/ico_external.svg");
      background-position: right 20px center;
      background-repeat: no-repeat;
      background-size: 14px;
      border: 1px solid #90c31f;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      transition: 0.1s cubic-bezier(0.25, 1, 0.5, 1); }
      .slideNav__btn--anchor span {
        padding: 0 0 0 30px;
        background-image: url("../img/common/ico01.svg");
        background-position: left center;
        background-repeat: no-repeat;
        background-size: 20px; }
      .slideNav__btn--anchor:hover {
        color: #90c31f !important;
        text-decoration: none;
        background-color: #FFF;
        background-image: url("../img/common/ico_external_green.svg"); }
        .slideNav__btn--anchor:hover span {
          background-image: url("../img/common/ico01_green.svg"); }

@media (max-width: 1000px) {
  .slideNav {
    width: 100%;
    left: -100%; } }
@media (max-width: 430px) {
  .slideNav {
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .slideNav__title {
      margin: 40px 0 0; }
    .slideNav__list {
      width: 100%;
      margin: 40px auto 0; }
    .slideNav__btn {
      width: 100%; } }
.translation {
  margin: 20px 0 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center; }

.footer {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 120px 50px 30px;
  background-color: #00a0e9;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

@media (max-width: 1200px) {
  .footer {
    padding: 120px 40px 30px; } }
@media (max-width: 600px) {
  .footer {
    padding: 120px 20px 30px; } }
.fNav {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center; }
  .fNav__list {
    margin: 0 60px 0 0;
    padding: 0;
    list-style: none; }
    .fNav__list:last-of-type {
      margin: 0; }
  .fNav__item {
    margin: 0;
    padding: 0;
    font-size: 1.0625rem;
    line-height: 1.0;
    font-weight: 700; }
    .fNav__item:not(:first-of-type) {
      margin: 30px 0 0; }
    .fNav__item--anchor {
      color: #FFF !important;
      position: relative; }
      .fNav__item--anchor::before {
        content: '';
        width: 100%;
        height: 1px;
        position: absolute;
        bottom: -3px;
        left: 0;
        background-color: #FFF;
        transform: scaleX(0);
        transform-origin: center right;
        transition: transform 0.2s ease; }
      .fNav__item--anchor:hover {
        text-decoration: none;
        top: 1px;
        left: 1px; }
        .fNav__item--anchor:hover::before {
          transform-origin: center left;
          -moz-transform: scaleX(1);
          -webkit-transform: scaleX(1);
          transform: scaleX(1); }

.fNavInner {
  margin: 0;
  padding: 0;
  list-style: none; }
  .fNavInner__item {
    margin: 30px 0 0;
    padding: 0;
    font-size: 0.9375rem;
    line-height: 1.0;
    font-weight: 500; }
    .fNavInner__item--anchor {
      color: #FFF !important;
      position: relative; }
      .fNavInner__item--anchor.external {
        padding: 0 24px 0 0;
        background-image: url("../img/common/ico_external.svg");
        background-position: right center;
        background-repeat: no-repeat;
        background-size: 14px; }
      .fNavInner__item--anchor::before {
        content: '';
        width: 100%;
        height: 1px;
        position: absolute;
        bottom: -3px;
        left: 0;
        background-color: #FFF;
        transform: scaleX(0);
        transform-origin: center right;
        transition: transform 0.2s ease; }
      .fNavInner__item--anchor:hover {
        text-decoration: none;
        top: 1px;
        left: 1px; }
        .fNavInner__item--anchor:hover::before {
          transform-origin: center left;
          -moz-transform: scaleX(1);
          -webkit-transform: scaleX(1);
          transform: scaleX(1); }

@media (max-width: 1100px) {
  .fNav {
    display: none; } }
.footerBox {
  margin: 100px 0 0;
  padding: 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center; }
  .footerBox__left {
    margin: 0;
    padding: 0;
    font-style: normal;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex; }
  .footerBox__name {
    margin: 0;
    padding: 0;
    color: #FFF;
    font-weight: 700;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column; }
    .footerBox__name--txt {
      margin: 10px 0 0 80px;
      line-height: 1.0; }
  .footerBox__ads {
    margin: 0 0 0 30px;
    padding: 0 0 0 30px;
    border-left: 1px solid #FFF; }
    .footerBox__ads--title {
      margin: 0;
      padding: 0 0 0 17px;
      color: #FFF;
      font-size: 1rem;
      font-weight: 700;
      position: relative; }
      .footerBox__ads--title::before {
        content: '';
        width: 12px;
        height: 12px;
        position: absolute;
        top: 11px;
        left: 0;
        background-color: #FFF;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%; }
    .footerBox__ads--data {
      margin: 3px 0 0;
      padding: 0; }
      .footerBox__ads--data p {
        color: #FFF;
        font-size: 1rem;
        line-height: 1.5; }
  .footerBox__image {
    margin: 0 0 0 60px;
    position: relative; }
    .footerBox__image:hover {
      opacity: 0.7;
      filter: alpha(opacity=70);
      -ms-filter: alpha(opacity=70);
      top: 1px;
      left: 1px; }

@media (max-width: 1400px) {
  .footerBox {
    flex-direction: column; }
    .footerBox__image {
      margin: 60px 0 0; } }
@media (max-width: 1100px) {
  .footerBox {
    margin: 0; } }
@media (max-width: 800px) {
  .footerBox__left {
    flex-direction: column; }
  .footerBox__ads {
    margin: 30px 0 0;
    padding: 0;
    border-left: none;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    align-items: center; } }
@media (max-width: 600px) {
  .footerBox__image img {
    width: 100%;
    height: auto; } }
.copyright {
  margin: 50px 0 0;
  color: #FFF;
  font-size: 1rem;
  font-family: "Reddit Sans", serif;
  font-weight: 700;
  line-height: 1.0;
  text-align: center; }

.btnPagetop {
  width: 80px;
  height: 80px;
  position: fixed;
  right: 0;
  z-index: 11111; }
  .btnPagetop__anchor {
    width: 100%;
    height: 100%;
    color: #FFF !important;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #00a0e9;
    transition: 0.1s cubic-bezier(0.25, 1, 0.5, 1); }
    .btnPagetop__anchor span {
      width: 100%;
      padding: 26px 0 0;
      font-size: 0.75rem;
      line-height: 1.2;
      font-family: "Reddit Sans", serif;
      text-align: center;
      display: block;
      background-image: url("../img/common/ar06.svg");
      background-position: top center;
      background-repeat: no-repeat;
      background-size: 24px 14px; }
    .btnPagetop__anchor:hover {
      color: #00a0e9 !important;
      text-decoration: none;
      background-color: #FFF; }
      .btnPagetop__anchor:hover span {
        background-image: url("../img/common/ar06_blue.svg"); }

@media (max-width: 430px) {
  .btnPagetop {
    width: 60px;
    height: 60px;
    transition: 0.1s cubic-bezier(0.25, 1, 0.5, 1); }
    .btnPagetop__anchor span {
      padding: 20px 0 0; } }
.bnrBox {
  margin: 50px 0 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center; }

.container {
  margin: 216px 0 0;
  padding: 0 120px 150px;
  border-top: 1px solid #EEE; }
  .container.extra {
    padding: 0 120px; }

.pageTitle {
  margin: 150px 0 170px;
  padding: 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between; }
  .pageTitle__txt {
    margin: 0;
    padding: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column; }
    .pageTitle__txt--jpn {
      font-size: 1.25rem;
      font-weight: 900;
      line-height: 1.0; }
    .pageTitle__txt--eng {
      margin: 10px 0 0;
      font-size: 6.875rem;
      font-family: "Reddit Sans", serif;
      line-height: 1.0;
      position: relative; }
      .pageTitle__txt--eng::before {
        content: '';
        width: 10px;
        height: 10px;
        position: absolute;
        bottom: -20px;
        left: 20px;
        background-color: #90c31f;
        transition: 0.1s cubic-bezier(0.25, 1, 0.5, 1); }
      .pageTitle__txt--eng::after {
        content: '';
        width: 10px;
        height: 10px;
        position: absolute;
        bottom: -20px;
        left: 0;
        background-color: #00a0e9;
        transition: 0.1s cubic-bezier(0.25, 1, 0.5, 1); }

@media (max-width: 1200px) {
  .container {
    padding: 0 40px 150px; }
    .container.extra {
      padding: 0 40px; } }
@media (max-width: 1000px) {
  .pageTitle {
    flex-direction: column; }
    .pageTitle__txt--eng {
      font-size: 5rem; } }
@media (max-width: 800px) {
  .container {
    margin: 150px 0 0; } }
@media (max-width: 600px) {
  .container {
    padding: 0 20px 150px; }
    .container.extra {
      padding: 0 20px; }

  .pageTitle {
    margin: 100px 0 120px; }
    .pageTitle__txt--eng {
      font-size: 3.75rem; } }
.pageTransition {
  width: 100%;
  overflow: hidden;
  margin: 100px auto 0;
  padding: 0;
  text-align: center;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none; }
  .pageTransition__item {
    width: 60px;
    height: 60px;
    margin: 0 2px;
    padding: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #90c31f;
    line-height: 1; }
    .pageTransition__item:last-of-type {
      margin: 0; }
  .pageTransition__anchor {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    color: #FFF !important;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    background-color: #90c31f;
    border: 4px solid #90c31f;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    transition: 0.1s cubic-bezier(0.25, 1, 0.5, 1); }
    .pageTransition__anchor:hover {
      color: #90c31f !important;
      text-decoration: none;
      background-color: #FFF; }
    .pageTransition__anchor--current {
      width: 100%;
      height: 100%;
      color: #90c31f !important;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      align-items: center;
      justify-content: center;
      background-color: #FFF;
      border: 4px solid #90c31f;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      transition: 0.1s cubic-bezier(0.25, 1, 0.5, 1); }

@media (max-width: 1000px) {
  .pageTransition__item {
    width: 40px;
    height: 40px; }
  .pageTransition__anchor {
    border-width: 1px; }
    .pageTransition__anchor--current {
      border-width: 1px; } }
@keyframes moveAndFade {
  0% {
    opacity: 1;
    transform: translateX(0); }
  40% {
    opacity: 0;
    transform: translateX(5px); }
  41% {
    opacity: 0;
    transform: translateX(-5px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }
