@charset "UTF-8";
/*---------------------------------------------------
---------------------------------------------------
	plugin
---------------------------------------------------
---------------------------------------------------*/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* スリックスライダー */
/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

/* スリックスライダー http://gimmicklog.main.jp/jquery/549/ */
/* Z-INDEX */
.formError {
  z-index: 990; }

.formError .formErrorContent {
  z-index: 991; }

.formError .formErrorArrow {
  z-index: 996; }

.ui-dialog .formError {
  z-index: 5000; }

.ui-dialog .formError .formErrorContent {
  z-index: 5001; }

.ui-dialog .formError .formErrorArrow {
  z-index: 5006; }

.inputContainer {
  position: relative;
  float: left; }

.formError {
  position: absolute;
  top: 300px;
  left: 300px;
  display: block;
  cursor: pointer;
  text-align: left; }

.formError.inline {
  position: relative;
  top: 0;
  left: 0;
  display: inline-block; }

.ajaxSubmit {
  padding: 20px;
  background: #55ea55;
  border: 1px solid #999;
  display: none; }

.formError .formErrorContent {
  width: 100%;
  background: #ee0101;
  /*吹き出し本体の背景色*/
  position: relative;
  color: #fff;
  min-width: 65px;
  font-size: 11px;
  /*border: 2px solid #ddd;box-shadow: 0 0 6px #000;-moz-box-shadow: 0 0 6px #000;-webkit-box-shadow: 0 0 6px #000;-o-box-shadow: 0 0 6px #000;*/
  padding: 3px 5px 3px 5px;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0; }
  @media (min-width: 768px) {
    .formError .formErrorContent {
      min-width: 120px; } }

.formError.inline .formErrorContent {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  border: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0; }

.greenPopup .formErrorContent {
  background: #33be40; }

.blackPopup .formErrorContent {
  background: #393939;
  color: #FFF; }

.formError .formErrorArrow {
  width: 15px;
  margin: -2px 0 0 13px;
  position: relative; }

body[dir='rtl'] .formError .formErrorArrow, body.rtl .formError .formErrorArrow {
  margin: -2px 13px 0 0; }

.formError .formErrorArrowBottom {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  margin: 0px 0 0 12px;
  top: 2px; }

.formError .formErrorArrow div {
  /*border-left: 1px solid #ddd;border-right: 1px solid #ddd;box-shadow: 0 2px 3px #444;-moz-box-shadow: 0 2px 3px #444;-webkit-box-shadow: 0 2px 3px #444;-o-box-shadow: 0 2px 3px #444;*/
  font-size: 0px;
  height: 1px;
  background: #ee0101;
  /*吹き出し矢印背景色*/
  margin: 0 auto;
  line-height: 0;
  font-size: 0;
  display: block; }

.formError .formErrorArrowBottom div {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none; }

.greenPopup .formErrorArrow div {
  background: #33be40; }

.blackPopup .formErrorArrow div {
  background: #393939;
  color: #FFF; }

.formError .formErrorArrow .line10 {
  width: 13px;
  border: none; }

.formError .formErrorArrow .line9 {
  width: 11px;
  border: none; }

.formError .formErrorArrow .line8 {
  width: 11px; }

.formError .formErrorArrow .line7 {
  width: 9px; }

.formError .formErrorArrow .line6 {
  width: 7px; }

.formError .formErrorArrow .line5 {
  width: 5px; }

.formError .formErrorArrow .line4 {
  width: 3px; }

.formError .formErrorArrow .line3 {
  width: 1px;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 0 solid #ddd; }

.formError .formErrorArrow .line2 {
  width: 3px;
  border: none;
  background: #ddd; }

.formError .formErrorArrow .line1 {
  width: 1px;
  border: none;
  background: #ddd; }

/* バリデーション https://qiita.com/Lui/items/4154161d511026730dc5 */
/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.7.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */
@-webkit-keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }
@keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom; }

@-webkit-keyframes flash {
  from,
  50%,
  to {
    opacity: 1; }
  25%,
  75% {
    opacity: 0; } }
@keyframes flash {
  from,
  50%,
  to {
    opacity: 1; }
  25%,
  75% {
    opacity: 0; } }
.flash {
  -webkit-animation-name: flash;
  animation-name: flash; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse; }

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand; }

@-webkit-keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }
@keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }
.shake {
  -webkit-animation-name: shake;
  animation-name: shake; }

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg); }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg); }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake; }

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }
.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing; }

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
.tada {
  -webkit-animation-name: tada;
  animation-name: tada; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble; }

@-webkit-keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg); }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg); } }
@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg); }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg); } }
.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center; }

@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
.heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out; }

@-webkit-keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
.bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn; }

@-webkit-keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown; }

@-webkit-keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft; }

@-webkit-keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight; }

@-webkit-keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp; }

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }
.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut; }

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown; }

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft; }

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight; }

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp; }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig; }

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig; }

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight; }

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig; }

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig; }

@-webkit-keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }
@keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }
@keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown; }

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }
@keyframes fadeOutDownBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig; }

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }
@keyframes fadeOutLeft {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft; }

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }
@keyframes fadeOutLeftBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig; }

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }
@keyframes fadeOutRight {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight; }

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }
@keyframes fadeOutRightBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig; }

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }
@keyframes fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp; }

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }
@keyframes fadeOutUpBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig; }

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }
@keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip; }

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }
@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX; }

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }
@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY; }

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }
@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }
.flipOutX {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }
@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }
.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY; }

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out; }

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }
@keyframes lightSpeedOut {
  from {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in; }

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }
@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn; }

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }
@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft; }

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }
@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight; }

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }
@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft; }

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }
@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight; }

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }
@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut; }

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }
@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft; }

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }
@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight; }

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }
@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft; }

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }
@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight; }

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }
@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }
.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: hinge;
  animation-name: hinge; }

@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom; }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg); }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }
@keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom; }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg); }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }
.jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }
@keyframes rollOut {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut; }

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn; }

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown; }

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft; }

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight; }

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp; }

@-webkit-keyframes zoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }
@keyframes zoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut; }

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown; }

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center; } }
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center; } }
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft; }

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center; } }
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center; } }
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight; }

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp; }

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown; }

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft; }

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight; }

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp; }

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }
@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown; }

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }
@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft; }

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }
@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight; }

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }
@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp; }

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s; }

.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s; }

.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s; }

.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s; }

.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s; }

.animated.fast {
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms; }

.animated.faster {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms; }

.animated.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s; }

.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s; }

@media (prefers-reduced-motion) {
  .animated {
    -webkit-animation: unset !important;
    animation: unset !important;
    -webkit-transition: none !important;
    transition: none !important; } }
/* アニメイト https://daneden.github.io/animate.css/ */
/*---------------------------------------------------
---------------------------------------------------
	0_base
---------------------------------------------------
---------------------------------------------------*/
/*---------------------------------------------------
	reset
---------------------------------------------------*/
abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; }

audio:not([controls]) {
  display: none; }

b,
strong {
  font-weight: bolder; }

button {
  -webkit-appearance: button;
  overflow: visible; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

button:-moz-focusring, input:-moz-focusring {
  outline: 1px dotted ButtonText; }

button,
select {
  text-transform: none; }

details {
  display: block; }

html {
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%; }

hr {
  overflow: visible; }

input {
  -webkit-border-radius: 0; }

input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; }

input[type="number"] {
  width: auto; }

input[type="search"] {
  -webkit-appearance: textfield; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

main {
  display: block; }

pre {
  overflow: auto; }

progress {
  display: inline-block; }

summary {
  display: block; }

svg:not(:root) {
  overflow: hidden; }

template {
  display: none; }

textarea {
  overflow: auto; }

[hidden] {
  display: none; }

*, :before, :after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit; }

* {
  font-size: inherit;
  line-height: inherit; }

:before, :after {
  text-decoration: inherit;
  vertical-align: inherit; }

button,
input,
select,
textarea {
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit; }

* {
  margin: 0;
  padding: 0; }

*, :before, :after {
  border-style: solid;
  border-width: 0; }

a,
area,
button,
input,
label,
select,
textarea,
[tabindex] {
  -ms-touch-action: manipulation;
  touch-action: manipulation; }

select {
  -moz-appearance: none;
  -webkit-appearance: none; }

select::-ms-expand {
  display: none; }

select::-ms-value {
  color: currentColor; }

svg {
  fill: currentColor; }

[aria-busy="true"] {
  cursor: progress; }

[aria-controls] {
  cursor: pointer; }

[aria-disabled] {
  cursor: default; }

[hidden][aria-hidden="false"] {
  clip: rect(0 0 0 0);
  display: inherit;
  position: absolute; }

[hidden][aria-hidden="false"]:focus {
  clip: auto; }

* {
  background-repeat: no-repeat; }

:root {
  background-color: #ffffff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #000000;
  cursor: default;
  font: 100%/1.5 sans-serif; }

a {
  text-decoration: none; }

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

button,
input,
select,
textarea {
  background-color: transparent;
  color: inherit; }

button,
[type="button"],
[type="date"],
[type="datetime"],
[type="datetime-local"],
[type="email"],
[type="month"],
[type="number"],
[type="password"],
[type="reset"],
[type="search"],
[type="submit"],
[type="tel"],
[type="text"],
[type="time"],
[type="url"],
[type="week"],
select,
textarea {
  min-height: 1.5em; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; }

nav ol,
nav ul {
  list-style: none; }

small {
  font-size: 75%; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

textarea {
  resize: vertical; }

::-moz-selection {
  background-color: #b3d4fc;
  color: #ffffff;
  text-shadow: none; }

::selection {
  background-color: #b3d4fc;
  color: #ffffff;
  text-shadow: none; }

/* リセット */
/*---------------------------------------------------
	vars
---------------------------------------------------*/
/* メインカラー rgba(170,210,0,0.8) */
/* メインライト */
/* サブカラー rgba(239,239,239,0.85) */
/* アクセント rgba(235,67,135,0.85) */
/* アクセントライト rgba(255,222,236,0.85) */
/* rgba(144,144,144,0.85) */
/* 文字色 rgba(34,34,34,0.85) */
/* rgba(101,161,94, 1) */
/* ------------------------------------
break point
------------------------------------*/
/* mobile max-width */
/* tablet min-width */
/* tablet max-width */
/* laptop min-width */
/* laptop max-width */
/* pc min-width */
/* 変数設定 */
/*---------------------------------------------------
	mixin
---------------------------------------------------*/
/* background-image */
/* icon-position-top */
/* margin */
/* padding */
/* transition */
/* animation */
/* include sample */
.use-sample {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  top: calc( (20px * 1.4 - 20px) / 2 );
  top: calc( (20px * 1.4 - 20px) / 2 + 16px );
  margin-top: calc(1rem - (((1rem * 1.2) - 1rem) / 2));
  margin-bottom: calc(1rem - (((1rem * 1.2) - 1rem) / 2));
  padding-top: calc(1rem - (((1rem * 1.2) - 1rem) / 2));
  padding-bottom: calc(1rem - (((1rem * 1.2) - 1rem) / 2));
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-animation-name: animation-name;
          animation-name: animation-name;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards; }

/* ミックスイン */
/* ------------------------------------
responsive
------------------------------------*/
.sp-app {
  display: block !important; }
  @media (min-width: 600px) {
    .sp-app {
      display: none !important; } }

.tb-app {
  display: none !important; }
  @media (min-width: 600px) and (max-width: 899px) {
    .tb-app {
      display: block !important; } }

.pc-app {
  display: none !important; }
  @media (min-width: 900px) {
    .pc-app {
      display: block !important; } }

.sptb-app {
  display: block !important; }
  @media (min-width: 900px) {
    .sptb-app {
      display: none !important; } }

.sppc-app {
  display: block !important; }
  @media (min-width: 600px) and (max-width: 899px) {
    .sppc-app {
      display: none !important; } }

.tbpc-app {
  display: none !important; }
  @media (min-width: 600px) {
    .tbpc-app {
      display: block !important; } }

/* レスポンシブ */
/* ------------------------------------
animation
------------------------------------*/
/* burger-menu */
@-webkit-keyframes bar-top {
  0% {
    top: 24px;
    left: 40px;
    width: 1rem;
    -webkit-transform: translate(-50%, 0) rotate(45deg);
            transform: translate(-50%, 0) rotate(45deg); }
  50% {
    top: 29px;
    left: 50%;
    width: 2rem;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
  100% {
    top: 18px; } }
@keyframes bar-top {
  0% {
    top: 24px;
    left: 40px;
    width: 1rem;
    -webkit-transform: translate(-50%, 0) rotate(45deg);
            transform: translate(-50%, 0) rotate(45deg); }
  50% {
    top: 29px;
    left: 50%;
    width: 2rem;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
  100% {
    top: 18px; } }
@-webkit-keyframes bar-top-open {
  0% {
    top: 18px; }
  50% {
    top: 29px; }
  100% {
    top: 24px;
    left: 40px;
    width: 1rem;
    -webkit-transform: translate(-50%, 0) rotate(45deg);
            transform: translate(-50%, 0) rotate(45deg); } }
@keyframes bar-top-open {
  0% {
    top: 18px; }
  50% {
    top: 29px; }
  100% {
    top: 24px;
    left: 40px;
    width: 1rem;
    -webkit-transform: translate(-50%, 0) rotate(45deg);
            transform: translate(-50%, 0) rotate(45deg); } }
@-webkit-keyframes bar-middle {
  0% {
    opacity: 1;
    width: 2rem;
    top: 29px;
    left: 50%; }
  50% {
    opacity: 0;
    width: 0;
    left: 0; }
  100% {
    top: 29px;
    opacity: 1; } }
@keyframes bar-middle {
  0% {
    opacity: 1;
    width: 2rem;
    top: 29px;
    left: 50%; }
  50% {
    opacity: 0;
    width: 0;
    left: 0; }
  100% {
    top: 29px;
    opacity: 1; } }
@-webkit-keyframes bar-middle-open {
  0% {
    opacity: 1;
    top: 29px; }
  50% {
    opacity: 0;
    width: 0;
    left: 0; }
  100% {
    opacity: 1;
    width: 2rem;
    top: 29px;
    left: 50%; } }
@keyframes bar-middle-open {
  0% {
    opacity: 1;
    top: 29px; }
  50% {
    opacity: 0;
    width: 0;
    left: 0; }
  100% {
    opacity: 1;
    width: 2rem;
    top: 29px;
    left: 50%; } }
@-webkit-keyframes bar-bottom {
  0% {
    top: 34px;
    left: 40px;
    width: 1rem;
    -webkit-transform: translateX(-50%) rotate(-45deg);
            transform: translateX(-50%) rotate(-45deg); }
  50% {
    top: 29px;
    left: 50%;
    width: 2rem;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
  100% {
    top: 40px; } }
@keyframes bar-bottom {
  0% {
    top: 34px;
    left: 40px;
    width: 1rem;
    -webkit-transform: translateX(-50%) rotate(-45deg);
            transform: translateX(-50%) rotate(-45deg); }
  50% {
    top: 29px;
    left: 50%;
    width: 2rem;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
  100% {
    top: 40px; } }
@-webkit-keyframes bar-bottom-open {
  0% {
    top: 40px; }
  50% {
    top: 29px; }
  100% {
    top: 34px;
    left: 40px;
    width: 1rem;
    -webkit-transform: translateX(-50%) rotate(-45deg);
            transform: translateX(-50%) rotate(-45deg); } }
@keyframes bar-bottom-open {
  0% {
    top: 40px; }
  50% {
    top: 29px; }
  100% {
    top: 34px;
    left: 40px;
    width: 1rem;
    -webkit-transform: translateX(-50%) rotate(-45deg);
            transform: translateX(-50%) rotate(-45deg); } }
/* page-header */
@-webkit-keyframes page-layer {
  0% {
    height: 0; }
  100% {
    height: 100%; } }
@keyframes page-layer {
  0% {
    height: 0; }
  100% {
    height: 100%; } }
@-webkit-keyframes fadein {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fadein {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
/* ------------------------------------
inview
------------------------------------*/
.class-name {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
  -webkit-transition-property: width,height;
  transition-property: width,height;
  /* 変化を適応させるプロパティ。カンマで区切る */
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  /* 開始時と終了時は緩やかに変化 */
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  /* 開始から終了まで一定に変化 */
  -webkit-transition-timing-function: ease-in;
          transition-timing-function: ease-in;
  /* 開始時は緩やかに変化、終了に近づくと早く変化 */
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  /* 開始時は早く変化し、終了時は緩やかに変化 */
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  /* 開始時と終了時は、かなり緩やかに変化 */
  -webkit-transition-timing-function: cubic-bezier(x軸の値, y軸の値, x軸の値, y軸の値);
          transition-timing-function: cubic-bezier(x軸の値, y軸の値, x軸の値, y軸の値);
  /* 変化の度合いを3次ベジェ曲線で指定 */
  /* https://matthewlein.com/tools/ceaser */ }

/*
.inviewfadeIn {
    opacity: 0;
    transition: .8s;
}

.fadeIn {
    opacity: 1.0;
}

/*----- 上へスライド -----*/
/*.inviewUp {
    transform: translate(0, 40px);
    -webkit-transform: translate(0, 40px);
    opacity: 0;
    transition: .8s;
}

.Up {
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    opacity: 1.0;
}

/*----- ズームイン -----*/
/*
.inviewzoomIn {
    transform: scale(0, 0);
    -webkit-transform: scale(0, 0);
    transition: .8s;
}

.zoomIn {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
} 

/*----- フェードインしながら上へスライド -----*/
/*.inviewfadeInUp {
    transform: translate(0, 80px);
    -webkit-transform: translate(0, 80px);
    opacity: 0;
    transition: .8s;
}

.fadeInUp {
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    opacity: 1.0;
}

.fukidashi-right {
    transform: translate(0, 40px);
    -webkit-transform: translate(0, 40px);
    opacity: 0;
    transition: .8s;
}

.fukidashi-left {
    transform: translate(0, 80px);
    -webkit-transform: translate(0, 80px);
    opacity: 0;
    transition: 1.2s;
}

.FukidashifadeInUp {
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    opacity: 1.0;
}

/*----- フェードインしながら右へスライド -----*/
/*
.inviewfadeInLeft {
    transform: translate(-60px, 0);
    -webkit-transform: translate(-60px, 0);
    opacity: 0;
    transition: .8s;
}

.fadeInLeft {
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    opacity: 1.0;
}

/*----- フェードインしながら左へスライド -----*/
/*
.inviewfadeInRight {
    transform: translate(60px, 0);
    -webkit-transform: translate(60px, 0);
    opacity: 0;
    transition: .8s;
}

.fadeInRight {
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    opacity: 1.0;
}

.about-panel2 {
    transition-delay: 0.3s;
}

.about-panel3 {
    transition-delay: 0.6s;
}

.about-panel4 {
    transition-delay: 0.9s;
}

.about-panel5 {
    transition-delay: 1.2s;
}
*/
/* アニメーション */
/*---------------------------------------------------
	develop
---------------------------------------------------*/
/* 開発用のスタイル */
/*---------------------------------------------------
	utility
---------------------------------------------------*/
/* Android Galaxy系 アウトライン削除 */
select {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none; }

.font {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  -webkit-font-variant-ligatures: no-common-ligatures;
          font-variant-ligatures: no-common-ligatures; }

:root {
  /*@include kerning();*/ }

/* 微調整用のクラスなど定義 */
/*---------------------------------------------------
---------------------------------------------------
	1_layout
---------------------------------------------------
---------------------------------------------------*/
/*---------------------------------------------------
	breadcrumb
---------------------------------------------------*/
/* パンくずリスト */
/*---------------------------------------------------
	footer
---------------------------------------------------*/
.footer {
  background-color: #AAD200; }

.footer-inner {
  max-width: 1280px;
  padding: 1.5rem 20px 1rem;
  margin: 0 auto; }
  @media (min-width: 600px) {
    .footer-inner {
      padding-left: 50px;
      padding-right: 50px; } }
  @media (min-width: 900px) {
    .footer-inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse;
      padding-top: 2rem;
      padding-bottom: 2rem; } }

.footer-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: -0.5rem;
  margin-right: -0.5rem; }
  @media (min-width: 900px) {
    .footer-sns {
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; } }
  .footer-sns > .sns {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 3rem;
            flex: 0 0 3rem; }

.sns-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(100% - 1rem);
  height: 2rem;
  margin: 0 auto;
  color: #FFFFFF;
  font-size: 2rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }
  .sns-icon:hover {
    opacity: 0.6; }
  .sns-icon.hover {
    opacity: 0.6; }

.copyright-wrapper {
  margin-top: 1.5rem;
  color: #FFFFFF;
  font-size: 10px;
  text-align: center; }
  @media (min-width: 600px) {
    .copyright-wrapper {
      font-size: 0.875rem; } }
  @media (min-width: 900px) {
    .copyright-wrapper {
      margin-top: 0; } }

.copyright-year {
  padding-right: 0.25rem; }

.copyright-name {
  padding-left: 0.25rem; }

/* フッター */
/*---------------------------------------------------
	header
---------------------------------------------------*/
.header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  background-color: #FFFFFF; }
  .header.-fixed {
    position: fixed;
    background-color: transparent; }
    @media (min-width: 900px) {
      .header.-fixed {
        background-color: rgba(255, 255, 255, 0.9); } }
    @media (min-width: 900px) {
      .header.-fixed > .header-inner {
        height: 52px; } }
  .header.-nonhiden {
    overflow: auto; }

.header-inner {
  position: relative;
  display: block;
  width: 100%;
  max-width: 1180px;
  height: 60px;
  margin: 0 auto; }
  @media (min-width: 600px) {
    .header-inner {
      height: 80px; } }
  @media (min-width: 900px) {
    .header-inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }

.header-logo {
  padding: 10px 8px; }
  @media (min-width: 600px) {
    .header-logo {
      padding: 0.875rem 2rem 0.625rem;
      min-width: 350px; } }
  .header-logo.-fixed {
    display: none; }
    @media (min-width: 900px) {
      .header-logo.-fixed {
        display: block;
        min-width: 180px;
        padding: 0.5rem 0.5rem 0.5rem 2rem; } }
    @media (min-width: 900px) {
      .header-logo.-fixed > .logo {
        font-size: 1.5rem; } }
    .header-logo.-fixed > .logo > .sub {
      margin-bottom: 2px;
      font-size: 10px; }
  .header-logo > .logo {
    display: inline-block;
    color: #222222;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1; }
    @media (min-width: 600px) {
      .header-logo > .logo {
        font-size: 2rem; } }
    .header-logo > .logo > .sub {
      display: block;
      font-size: 10px;
      margin-bottom: 4px; }
      @media (min-width: 600px) {
        .header-logo > .logo > .sub {
          margin-bottom: 7px;
          font-size: 1rem; } }

/* ヘッダー */
/*---------------------------------------------------
	layout
---------------------------------------------------*/
.page-contents {
  padding-top: 60px; }
  @media (min-width: 600px) {
    .page-contents {
      padding-top: 80px; } }
  @media (min-width: 900px) {
    .page-contents {
      min-width: 1100px; } }

.section-inner {
  width: 100%;
  padding: 0 20px;
  max-width: 1280px;
  margin: 0 auto; }
  @media (min-width: 600px) {
    .section-inner {
      padding: 0 50px; } }

.layer {
  display: block;
  width: 100%;
  height: 100%; }

/* 全体のレイアウト */
/*---------------------------------------------------
	sidebar
---------------------------------------------------*/
.aside-footer {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #F5F5F5; }
  @media (min-width: 600px) {
    .aside-footer {
      padding-top: 0;
      padding-bottom: 3rem; } }
  @media (min-width: 900px) {
    .aside-footer {
      padding-top: 4rem; } }
  @media (min-width: 900px) {
    .aside-footer > .section-inner > .inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-left: -1.5rem;
      margin-right: -1.5rem; } }

.asidefoorter-content {
  padding-top: 2rem; }
  @media (min-width: 600px) {
    .asidefoorter-content {
      padding-top: 3rem; } }
  @media (min-width: 900px) {
    .asidefoorter-content {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 33.33%;
              flex: 0 0 33.33%;
      padding-top: 0; } }
  .asidefoorter-content + .asidefoorter-content {
    border-top: 1px solid #AAD200;
    margin-top: 2rem; }
    @media (min-width: 600px) {
      .asidefoorter-content + .asidefoorter-content {
        margin-top: 3rem; } }
    @media (min-width: 900px) {
      .asidefoorter-content + .asidefoorter-content {
        border: none;
        margin-top: 0; } }
  .asidefoorter-content:nth-of-type(1) {
    margin-top: 0; }
    @media (min-width: 600px) {
      .asidefoorter-content:nth-of-type(1) {
        margin-top: 0; } }

@media (min-width: 900px) {
  .asidefooter-inner {
    width: calc(100% - 3rem);
    margin: 0 auto; } }
.asidefooter-inner > .title {
  margin-bottom: 1.25rem;
  font-size: 1.25rem;
  font-weight: bold; }

/* office */
.aside-office > .office > .title {
  margin-top: 1rem;
  margin-bottom: 0.75rem;
  font-size: 0.875rem;
  font-weight: bold; }
.aside-office > .office > .definition {
  margin-top: 0.25rem;
  font-size: 0.875rem; }
  .aside-office > .office > .definition a {
    color: #222222;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
    .aside-office > .office > .definition a:hover {
      color: #014099;
      text-decoration: underline; }
    .aside-office > .office > .definition a.hover {
      color: #014099;
      text-decoration: underline; }

/* mail magazine */
.aside-mailmagazine > .text {
  font-size: 0.875rem; }
.aside-mailmagazine > .btn-round {
  margin-top: 1rem; }

.line-resister {
  margin-top: 2rem;
  overflow: hidden; }
  .line-resister > .image {
    width: 60px;
    height: 60px;
    margin-left: 2rem; }

.line-start {
  float: left; }
  .line-start > .image {
    width: 141px;
    height: 38px; }
  .line-start > .text {
    margin-top: 0.25rem;
    font-size: 0.875rem; }

/* links */
.asidelinks-lists > .list {
  font-size: 0.875rem; }
  .asidelinks-lists > .list + .list {
    margin-top: 0.75rem; }
  .asidelinks-lists > .list > .link {
    color: #222222;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
    .asidelinks-lists > .list > .link:hover {
      color: #014099;
      text-decoration: underline; }
    .asidelinks-lists > .list > .link.hover {
      color: #014099;
      text-decoration: underline; }

/* aside activity */
.aside-activity {
  background-color: #FAFFE6;
  padding-top: 3rem;
  padding-bottom: 4rem; }

/* サイドバー */
/*---------------------------------------------------
---------------------------------------------------
	2_component
---------------------------------------------------
---------------------------------------------------*/
/*---------------------------------------------------
	btn
---------------------------------------------------*/
button {
  outline: none; }
  button:hover {
    cursor: pointer; }
  button.hover {
    cursor: pointer; }

a {
  outline: none; }

/*-- burger-menu --*/
.burger-menu {
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  z-index: 1000; }

.burger-btn {
  position: relative;
  width: 100%;
  height: 100%; }
  .burger-btn.-fixed > .bar {
    background-color: #222222; }
  .burger-btn.-open > .bar {
    background-color: #FFFFFF; }
    .burger-btn.-open > .bar:nth-of-type(1) {
      -webkit-animation: bar-top-open 0.5s;
              animation: bar-top-open 0.5s;
      -webkit-animation-fill-mode: forwards;
              animation-fill-mode: forwards; }
    .burger-btn.-open > .bar:nth-of-type(2) {
      -webkit-animation: bar-middle-open 0.5s;
              animation: bar-middle-open 0.5s;
      -webkit-animation-fill-mode: forwards;
              animation-fill-mode: forwards; }
    .burger-btn.-open > .bar:nth-of-type(3) {
      -webkit-animation: bar-bottom-open 0.5s;
              animation: bar-bottom-open 0.5s;
      -webkit-animation-fill-mode: forwards;
              animation-fill-mode: forwards; }
  .burger-btn > .bar {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    display: block;
    width: 2rem;
    height: 2px;
    background-color: #222222; }
    .burger-btn > .bar:nth-of-type(1) {
      -webkit-animation: bar-top 0.5s;
              animation: bar-top 0.5s;
      -webkit-animation-fill-mode: forwards;
              animation-fill-mode: forwards; }
    .burger-btn > .bar:nth-of-type(2) {
      -webkit-animation: bar-middle 0.5s;
              animation: bar-middle 0.5s;
      -webkit-animation-fill-mode: forwards;
              animation-fill-mode: forwards; }
    .burger-btn > .bar:nth-of-type(3) {
      -webkit-animation: bar-bottom 0.5s;
              animation: bar-bottom 0.5s;
      -webkit-animation-fill-mode: forwards;
              animation-fill-mode: forwards; }

/*-- totop-btn --*/
.totop-btn {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 10;
  width: 3rem;
  height: 3rem;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  border: 2px solid #AAD200;
  text-align: center;
  -webkit-transition: all .4s;
  transition: all .4s; }
  @media (min-width: 599px) {
    .totop-btn {
      bottom: 2rem;
      right: 2rem; } }
  @media (min-width: 900px) {
    .totop-btn {
      bottom: 3.5rem;
      right: 2rem; } }
  .totop-btn:hover {
    background-color: white; }
  .totop-btn.hover {
    background-color: white; }
  .totop-btn > .arrows {
    display: block;
    width: 100%;
    height: 27px;
    position: relative; }
    .totop-btn > .arrows > .arrow {
      width: 1rem;
      height: 2px;
      background-color: #AAD200;
      display: block;
      position: absolute;
      top: 14px; }
      .totop-btn > .arrows > .arrow:nth-of-type(1) {
        left: calc(50% + 5px);
        -webkit-transform: translate(-50%, 0) rotate(45deg);
                transform: translate(-50%, 0) rotate(45deg); }
      .totop-btn > .arrows > .arrow:nth-of-type(2) {
        left: calc(50% - 5px);
        -webkit-transform: translate(-50%, 0) rotate(-45deg);
                transform: translate(-50%, 0) rotate(-45deg); }
  .totop-btn > .txt-wapper {
    font-family: "Roboto", sans-serif;
    font-size: 0.75rem;
    color: #AAD200;
    line-height: 1;
    position: relative;
    display: block;
    width: 100%; }
    .totop-btn > .txt-wapper span {
      font-weight: bold;
      font-weight: bold;
      position: absolute;
      top: -3px;
      left: 50%;
      -webkit-transform: translate(-50%, 0);
              transform: translate(-50%, 0); }

/* top sns */
.btn-sns {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 270px;
  min-height: 60px;
  margin: 0.75rem auto 0;
  font-family: "Roboto", sans-serif;
  color: #FFFFFF;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.3;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }
  @media (min-width: 900px) {
    .btn-sns {
      width: calc(100% - 0.5rem);
      margin: 0 auto;
      font-size: 0.75rem; } }
  .btn-sns:hover {
    opacity: 0.7; }
  .btn-sns.hover {
    opacity: 0.7; }
  .btn-sns.-twitter {
    background-color: #00ACEE; }
  .btn-sns.-facebook {
    background-color: #3B5998; }
  .btn-sns.-insta {
    background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
    /*グラデーション①*/ }
  .btn-sns.-youtube {
    background-color: #cd201f; }
  .btn-sns > .fab {
    font-size: 2rem;
    margin-right: 1rem; }
    @media (min-width: 900px) {
      .btn-sns > .fab {
        font-size: 1.5rem;
        margin-right: 0.25rem; } }

/* btn-round */
.btn-round {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 240px;
  min-height: 40px;
  border-radius: 20px;
  border: 2px solid transparent;
  background-color: #AAD200;
  padding: 0.24rem 0.25rem;
  color: #FFFFFF;
  font-size: 0.875rem;
  font-weight: bold; }
  .btn-round.-borderwhite {
    background-color: transparent;
    border: 2px solid #FFFFFF; }
  .btn-round.-borderfont {
    background-color: transparent;
    border: 1px solid #222222;
    color: #222222; }
    .btn-round.-borderfont::before, .btn-round.-borderfont::after {
      background-color: #222222; }
  .btn-round.-activity {
    margin: 0 auto; }
    @media (min-width: 600px) {
      .btn-round.-activity {
        margin-right: 0; } }
  .btn-round:hover::before, .btn-round:hover::after {
    right: 2px; }
  .btn-round.hover::before, .btn-round.hover::after {
    right: 2px; }
  .btn-round::before, .btn-round::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 12px;
    width: 10px;
    height: 2px;
    background-color: #FFFFFF;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
  .btn-round::before {
    -webkit-transform: translateY(calc(-50% - 3px)) rotate(45deg);
            transform: translateY(calc(-50% - 3px)) rotate(45deg); }
  .btn-round::after {
    -webkit-transform: translateY(calc(-50% + 3px)) rotate(-45deg);
            transform: translateY(calc(-50% + 3px)) rotate(-45deg); }

/* ボタン */
/*---------------------------------------------------
	title
---------------------------------------------------*/
.title-withen.-white {
  color: #FFFFFF; }
.title-withen.-textshadow {
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6); }
.title-withen.-aside {
  margin-top: 0;
  margin-bottom: 1.5rem;
  font-size: 1.5rem;
  text-align: center; }
  @media (min-width: 600px) {
    .title-withen.-aside {
      margin-top: 0;
      margin-bottom: 3rem; } }
.title-withen.-form {
  text-align: center; }
  .title-withen.-form > .en {
    font-size: 1.75rem; }
    @media (min-width: 600px) {
      .title-withen.-form > .en {
        font-size: 3rem; } }
  .title-withen.-form > .title {
    font-size: 1.125rem; }
    @media (min-width: 600px) {
      .title-withen.-form > .title {
        font-size: 2rem; } }
.title-withen.-contact {
  text-align: center; }
.title-withen > .en {
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 2rem;
  font-weight: bold; }
  @media (min-width: 600px) {
    .title-withen > .en {
      font-size: 3rem; } }
.title-withen > .title {
  display: inline-block;
  margin-top: 0.25rem;
  font-size: 0.875rem; }
  @media (min-width: 600px) {
    .title-withen > .title {
      font-size: 2rem;
      font-weight: bold; } }
  @media (min-width: 900px) {
    .title-withen > .title.-smallpc {
      margin-top: 0.5rem;
      font-size: 1.5rem; } }
.title-withen-.white {
  color: #FFFFFF; }

/* 下層ページタイトル
----------------- */
.page-title {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 10;
  display: block;
  width: 100%;
  padding: 0 0.5rem;
  opacity: 0;
  -webkit-animation-name: fadein;
          animation-name: fadein;
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards; }
  .page-title > .en {
    color: #FFFFFF;
    font-family: "Roboto", sans-serif;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
    letter-spacing: 0.05em; }
    @media (min-width: 600px) {
      .page-title > .en {
        font-size: 3rem; } }
  .page-title > .title {
    color: #FFFFFF;
    font-size: 1.25rem;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
    letter-spacing: 0.05em; }
    @media (min-width: 600px) {
      .page-title > .title {
        font-size: 2rem; } }
    .page-title > .title.-en {
      font-family: "Roboto", sans-serif;
      font-size: 2rem; }
      @media (min-width: 600px) {
        .page-title > .title.-en {
          font-size: 3rem; } }

.policy-title {
  text-align: center; }
  .policy-title > .inner {
    display: inline-block;
    border-bottom: 2px solid #AAD200;
    padding-bottom: 0.5rem;
    font-size: 1.25rem; }
    @media (min-width: 600px) {
      .policy-title > .inner {
        font-size: 2rem; } }

.single-title {
  margin-top: 1rem;
  font-size: 1.5rem; }

.profile-secondtitle {
  font-size: 1rem; }
  @media (min-width: 600px) {
    .profile-secondtitle {
      font-size: 1.5rem; } }

/* 見出し */
/*---------------------------------------------------
	icon
---------------------------------------------------*/
/* アイコン */
/*---------------------------------------------------
	form
---------------------------------------------------*/
.form-wrapper {
  padding-top: 3rem;
  padding-bottom: 4rem; }
  .form-wrapper > .inner {
    padding-top: 3rem;
    padding-bottom: 3rem;
    border: 1px solid #AAD200; }

.form-lists {
  max-width: 674px;
  padding: 3rem 1rem 0;
  margin: 0 auto; }
  @media (min-width: 600px) {
    .form-lists {
      padding: 3rem 50px 0; } }
  .form-lists > .h-adr > .title {
    margin-top: 4rem;
    margin-bottom: 1rem;
    font-size: 1.5rem;
    font-weight: bold; }

.form-label {
  position: relative;
  display: block;
  margin-top: 2.5rem;
  text-align: left; }
  .form-label > .text {
    position: relative;
    padding-left: calc(12px + 40px);
    font-size: 0.875rem;
    line-height: 1.5; }
    .form-label > .text::before {
      position: absolute;
      top: 0;
      left: 0;
      display: inline-block;
      padding: 0 8px;
      font-size: 0.75rem;
      font-weight: bold;
      line-height: 20px; }
  .form-label > .tag-required::before {
    content: '必須';
    background-color: #F4646B;
    color: #FFFFFF; }
  .form-label > .tag-optional::before {
    content: '任意';
    background-color: #64B7FF;
    color: #FFFFFF; }
  .form-label .input {
    position: relative;
    outline: none;
    width: 100%;
    max-width: 100%;
    border: 1px solid #909090;
    border-radius: 0;
    padding: 0.5rem 1rem;
    margin-top: 0.75rem;
    font-size: 1rem; }
    .form-label .input.-half {
      width: 50%; }

.form-content {
  min-height: 240px; }
  @media (min-width: 600px) {
    .form-content {
      min-height: 300px; } }
  @media (min-width: 899px) {
    .form-content {
      min-height: 400px; } }

.form-gender > .text {
  margin-bottom: 1rem; }
.form-gender label {
  margin-right: 1rem; }

span.wpcf7-form-control.wpcf7-acceptance {
  position: absolute;
  left: 0; }

input[type=submit] {
  display: block;
  width: 100%;
  max-width: 248px;
  border: none;
  background-color: #AAD200;
  margin: 3rem auto 0;
  color: #FFFFFF;
  font-size: 1rem;
  font-weight: bold;
  line-height: 84px;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }
  input[type=submit]:hover {
    cursor: pointer;
    opacity: 0.7; }
  input[type=submit].hover {
    cursor: pointer;
    opacity: 0.7; }

:placeholder-shown {
  opacity: 0.6; }

::-webkit-input-placeholder {
  opacity: 0.6; }

::-moz-placeholder {
  opacity: 0.6; }

:-ms-input-placeholder {
  opacity: 0.6; }

/*---------------------------------------------------
	validation
---------------------------------------------------*/
form .formError .formErrorArrow div {
  background-color: rgba(244, 100, 107, 0.8); }
form .formError .formErrorArrowBottom {
  top: 0; }
form .formError .formErrorContent {
  font-size: 0.75rem;
  background-color: rgba(244, 100, 107, 0.8);
  min-width: 150px; }

/*---------------------------------------------------
	contact form 7
---------------------------------------------------*/
span.wpcf7-not-valid-tip {
  display: none !important; }

span.wpcf7-form-control-wrap {
  position: static; }

.wpcf7c-btn-back {
  display: block;
  margin: 2rem auto 0;
  max-width: 200px;
  padding: 0.5rem;
  font-size: 0.875rem;
  font-weight: normal; }

.wpcf7c-conf {
  background-color: transparent !important;
  border: none !important; }

input:-webkit-autofill {
  background-color: #FFFFFF !important; }

/* 送信完了後 */
form.sent label,
form.sent div.form-parts,
form.sent div.gender,
form.sent .form-label,
form.sent .title,
form.sent button,
form.sent input {
  display: none; }
form.sent div.wpcf7-mail-sent-ok {
  padding: 2rem;
  border: 2px solid #AAD200;
  background-color: #AAD200;
  font-weight: bold; }
form.sent #confirm-text {
  /*display: none !important;*/ }

/* フォーム */
/*---------------------------------------------------
	text
---------------------------------------------------*/
:root {
  color: #222222;
  font-family: "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
  line-height: 1.4;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  -webkit-font-variant-ligatures: no-common-ligatures;
          font-variant-ligatures: no-common-ligatures;
  letter-spacing: 0.05em; }

.sentense {
  font-size: 1rem;
  line-height: 2; }

/* テキスト */
/*---------------------------------------------------
	navigation
---------------------------------------------------*/
.header-nav {
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 100vh;
  overflow: hidden;
  -webkit-transition: all 0.6s;
  transition: all 0.6s; }
  @media (min-width: 900px) {
    .header-nav {
      position: relative;
      width: auto;
      max-width: 100%;
      height: 100%;
      background-color: transparent;
      padding: 0;
      overflow: visible; } }
  .header-nav.-open {
    width: 100%; }

.nav-list {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  z-index: 950;
  width: 100%;
  max-width: 300px;
  height: 100%;
  background-color: rgba(101, 161, 94, 0.9);
  padding: 3rem 2rem 2rem;
  -webkit-transition: all 0.6s;
  transition: all 0.6s; }
  @media (min-width: 900px) {
    .nav-list {
      position: relative;
      -webkit-transform: translateX(0);
              transform: translateX(0);
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      width: auto;
      max-width: 100%;
      height: 100%;
      background-color: transparent;
      padding: 0; } }
  .nav-list.-open {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  .nav-list > .list + .list {
    margin-top: 1.5rem; }
    @media (min-width: 900px) {
      .nav-list > .list + .list {
        margin-top: 0; } }
  .nav-list > .list.-parentmenu {
    position: relative; }
  @media (min-width: 900px) {
    .nav-list > .list.-fixed > .link {
      color: #222222; } }
  .nav-list > .list.-fixed > .link::before {
    background-color: #AAD200; }
  .nav-list > .list > .link {
    position: relative;
    color: #FFFFFF;
    font-size: 0.875rem;
    font-weight: bold;
    letter-spacing: 0.01em; }
    @media (min-width: 900px) {
      .nav-list > .list > .link {
        color: #000000;
        padding: 0 1rem; } }
    .nav-list > .list > .link:hover::before {
      opacity: 1; }
    .nav-list > .list > .link.hover::before {
      opacity: 1; }
    .nav-list > .list > .link::before {
      content: '';
      position: absolute;
      bottom: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      display: block;
      width: 100%;
      height: 1px;
      background-color: #FFFFFF;
      opacity: 0;
      -webkit-transition: all 0.3s;
      transition: all 0.3s; }
      @media (min-width: 900px) {
        .nav-list > .list > .link::before {
          bottom: -4px;
          width: calc(100% - 2rem);
          background-color: #AAD200; } }

/* パンくずリスト */
.breadcrumb-nav {
  position: absolute;
  bottom: 0.5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  width: 100%;
  z-index: 8;
  width: 100%;
  max-width: 1280px;
  padding: 0 20px; }
  @media (min-width: 600px) {
    .breadcrumb-nav {
      padding: 0 50px; } }
  .breadcrumb-nav > .lists {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }

.breadcrumb-menu {
  position: relative;
  color: #FFFFFF;
  font-size: 0.75rem;
  font-weight: bold;
  opacity: 0;
  -webkit-animation-name: fadein;
          animation-name: fadein;
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards; }
  .breadcrumb-menu + .breadcrumb-menu {
    padding-left: 20px; }
    .breadcrumb-menu + .breadcrumb-menu::before {
      content: '＞';
      position: absolute;
      top: 50%;
      left: 5px;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      display: inline-block; }
  .breadcrumb-menu > .link {
    color: #FFFFFF;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
    .breadcrumb-menu > .link:hover {
      color: #AAD200; }
    .breadcrumb-menu > .link.hover {
      color: #AAD200; }

/* ナビゲーション */
/*---------------------------------------------------
	img
---------------------------------------------------*/
img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%; }

.fullimg {
  width: 100%;
  max-width: 100%; }

img[src$=".svg"] {
  width: 100%; }

.photo {
  width: 100%;
  min-height: 140px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }

/* 画像 */
/*---------------------------------------------------
	list
---------------------------------------------------*/
ul {
  list-style-type: none; }

.list li {
  font-size: 1rem;
  padding-left: 1rem;
  position: relative; }
  .list li::before {
    content: '・';
    position: absolute;
    top: 0;
    left: 0; }
.list li + li {
  margin-top: 1rem; }

.comment li {
  font-size: 1rem;
  padding-left: calc(1rem + 0.5rem);
  position: relative; }
  .comment li::before {
    content: '※';
    position: absolute;
    top: 0;
    left: 0; }

/* リスト */
/*---------------------------------------------------
	table
---------------------------------------------------*/
/* テーブル */
/*---------------------------------------------------
	line
---------------------------------------------------*/
/* 区切り線 */
/*---------------------------------------------------
	video
---------------------------------------------------*/
/* ビデオ */
/*---------------------------------------------------
	slide
---------------------------------------------------*/
/* スライド */
/*---------------------------------------------------
	panel
---------------------------------------------------*/
.activity-feed {
  max-width: 1280px;
  margin: 0 auto; }
  .activity-feed > .feed {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -0.25rem;
    margin-right: -0.25rem; }
    @media (min-width: 600px) {
      .activity-feed > .feed {
        margin-left: -0.5rem;
        margin-right: -0.5rem; } }
    .activity-feed > .feed.-supoprt {
      display: block;
      margin: 0 auto; }
      @media (min-width: 600px) {
        .activity-feed > .feed.-supoprt {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          margin-left: -1rem;
          margin-right: -1rem; } }
      @media (min-width: 900px) {
        .activity-feed > .feed.-supoprt {
          margin-left: -0.5rem;
          margin-right: -0.5rem; } }
    @media (min-width: 600px) {
      .activity-feed > .feed.-aside .activity-panel:nth-of-type(4) {
        display: none; } }
    @media (min-width: 900px) {
      .activity-feed > .feed.-aside .activity-panel:nth-of-type(4) {
        display: block; } }

.activity-panel {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  margin-top: 0.5rem; }
  @media (min-width: 600px) {
    .activity-panel {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 33.33%;
              flex: 0 0 33.33%;
      margin-top: 1rem; } }
  @media (min-width: 900px) {
    .activity-panel {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 25%;
              flex: 0 0 25%; } }
  .activity-panel.-support {
    max-width: 335px;
    margin: 2rem auto 0; }
    @media (min-width: 600px) {
      .activity-panel.-support {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
                flex: 0 0 50%;
        max-width: 100%;
        margin: 2rem 0 0; } }
    @media (min-width: 900px) {
      .activity-panel.-support {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 25%;
                flex: 0 0 25%; } }
    .activity-panel.-support:nth-of-type(2) {
      margin-top: 2rem; }
      @media (min-width: 600px) {
        .activity-panel.-support:nth-of-type(2) {
          margin-top: 0; } }
    @media (min-width: 600px) {
      .activity-panel.-support:nth-of-type(3) {
        margin-top: 2rem; } }
    @media (min-width: 900px) {
      .activity-panel.-support:nth-of-type(3) {
        margin-top: 0; } }
  .activity-panel:nth-of-type(1) {
    margin-top: 0; }
  .activity-panel:nth-of-type(2) {
    margin-top: 0; }
  @media (min-width: 600px) {
    .activity-panel:nth-of-type(3) {
      margin-top: 0; } }
  @media (min-width: 900px) {
    .activity-panel:nth-of-type(4) {
      margin-top: 0; } }
  .activity-panel > .panel {
    position: relative;
    z-index: 10;
    display: block;
    width: calc(100% - 0.5rem);
    height: 100%;
    background-color: #FFFFFF;
    margin: 0 auto;
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
    border: 1px solid #F5F5F5; }
    @media (min-width: 600px) {
      .activity-panel > .panel {
        width: calc(100% - 1rem); } }
    .activity-panel > .panel.-support {
      width: 100%;
      -webkit-box-shadow: 6px 6px 6px 3px rgba(0, 0, 0, 0.15);
              box-shadow: 6px 6px 6px 3px rgba(0, 0, 0, 0.15);
      height: 100%;
      padding-bottom: 60px; }
      @media (min-width: 600px) {
        .activity-panel > .panel.-support {
          width: calc(100% - 2rem); } }
      @media (min-width: 900px) {
        .activity-panel > .panel.-support {
          width: calc(100% - 1rem); } }
      .activity-panel > .panel.-support:hover {
        -webkit-box-shadow: 6px 6px 6px 3px rgba(0, 0, 0, 0.15);
                box-shadow: 6px 6px 6px 3px rgba(0, 0, 0, 0.15); }
        .activity-panel > .panel.-support:hover::before, .activity-panel > .panel.-support:hover::after {
          opacity: 0; }
        .activity-panel > .panel.-support:hover > .panel-text > .btn {
          border: 1px solid #AAD200;
          background-color: #AAD200;
          color: #FFFFFF;
          font-weight: bold; }
          .activity-panel > .panel.-support:hover > .panel-text > .btn::before, .activity-panel > .panel.-support:hover > .panel-text > .btn::after {
            right: 0.5rem;
            background-color: #FFFFFF; }
      .activity-panel > .panel.-support.hover {
        -webkit-box-shadow: 6px 6px 6px 3px rgba(0, 0, 0, 0.15);
                box-shadow: 6px 6px 6px 3px rgba(0, 0, 0, 0.15); }
        .activity-panel > .panel.-support.hover::before, .activity-panel > .panel.-support.hover::after {
          opacity: 0; }
        .activity-panel > .panel.-support.hover > .panel-text > .btn {
          border: 1px solid #AAD200;
          background-color: #AAD200;
          color: #FFFFFF;
          font-weight: bold; }
          .activity-panel > .panel.-support.hover > .panel-text > .btn::before, .activity-panel > .panel.-support.hover > .panel-text > .btn::after {
            right: 0.5rem;
            background-color: #FFFFFF; }
    .activity-panel > .panel:hover {
      border: 1px solid transparent;
      -webkit-box-shadow: 0px 6px 6px 3px rgba(0, 0, 0, 0.15);
              box-shadow: 0px 6px 6px 3px rgba(0, 0, 0, 0.15); }
      @media (min-width: 600px) {
        .activity-panel > .panel:hover {
          -webkit-box-shadow: 0px 10px 10px 6px rgba(0, 0, 0, 0.15);
                  box-shadow: 0px 10px 10px 6px rgba(0, 0, 0, 0.15); } }
    .activity-panel > .panel.hover {
      border: 1px solid transparent;
      -webkit-box-shadow: 0px 6px 6px 3px rgba(0, 0, 0, 0.15);
              box-shadow: 0px 6px 6px 3px rgba(0, 0, 0, 0.15); }
      @media (min-width: 600px) {
        .activity-panel > .panel.hover {
          -webkit-box-shadow: 0px 10px 10px 6px rgba(0, 0, 0, 0.15);
                  box-shadow: 0px 10px 10px 6px rgba(0, 0, 0, 0.15); } }
    .activity-panel > .panel:hover::before {
      opacity: 1; }
    .activity-panel > .panel.hover::before {
      opacity: 1; }
    .activity-panel > .panel:hover::after {
      opacity: 1; }
    .activity-panel > .panel.hover::after {
      opacity: 1; }
    .activity-panel > .panel::before, .activity-panel > .panel::after {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      display: block;
      -webkit-transition: all 0.3s;
      transition: all 0.3s; }
    .activity-panel > .panel::before {
      content: '';
      z-index: 20;
      opacity: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(170, 210, 0, 0.9); }
    .activity-panel > .panel::after {
      content: 'READ';
      z-index: 30;
      opacity: 0;
      width: calc(100% - 2rem);
      max-width: 150px;
      border: 1px solid #FFFFFF;
      font-family: "Roboto", sans-serif;
      color: #FFFFFF;
      font-size: 0.75rem;
      font-weight: bold;
      text-align: center;
      line-height: 60px;
      letter-spacing: 0.1em; }
      @media (min-width: 900px) {
        .activity-panel > .panel::after {
          font-size: 0.875rem; } }
    .activity-panel > .panel > .new-tag {
      position: absolute;
      top: 0.5rem;
      left: 0.5rem;
      z-index: 100;
      padding-left: 0.5rem;
      padding-right: 0.5rem;
      background-color: rgba(170, 210, 0, 0.9); }
  .activity-panel .activity-image {
    min-height: 110px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat; }
    @media (min-width: 600px) {
      .activity-panel .activity-image {
        min-height: 140px; } }
    @media (min-width: 900px) {
      .activity-panel .activity-image {
        min-height: 180px; } }
    .activity-panel .activity-image.-support {
      min-height: 180px; }
  .activity-panel .panel-text {
    padding: 0.5rem;
    color: #222222; }
    @media (min-width: 600px) {
      .activity-panel .panel-text {
        padding: 1rem; } }
    .activity-panel .panel-text.-support {
      padding: 1rem;
      padding-bottom: 0; }
      .activity-panel .panel-text.-support > .title {
        font-size: 1rem;
        font-weight: bold; }
      .activity-panel .panel-text.-support > .text {
        margin-top: 0.25rem;
        font-size: 0.875rem;
        line-height: 1.8; }
      .activity-panel .panel-text.-support > .btn {
        position: absolute;
        bottom: 1rem;
        right: 1rem;
        display: block;
        width: 100%;
        max-width: 130px;
        border: 1px solid #222222;
        padding: 0.25rem;
        font-size: 0.75rem;
        text-align: center;
        -webkit-transition: all 0.3s;
        transition: all 0.3s; }
        .activity-panel .panel-text.-support > .btn::before, .activity-panel .panel-text.-support > .btn::after {
          content: '';
          position: absolute;
          bottom: 0.5rem;
          right: 1rem;
          width: 0.5rem;
          height: 1px;
          background-color: #222222;
          -webkit-transition: all 0.3s;
          transition: all 0.3s; }
        .activity-panel .panel-text.-support > .btn::before {
          -webkit-transform: translate(0, 0) rotate(-45deg);
                  transform: translate(0, 0) rotate(-45deg); }
        .activity-panel .panel-text.-support > .btn::after {
          -webkit-transform: translate(0, -5px) rotate(45deg);
                  transform: translate(0, -5px) rotate(45deg); }
    .activity-panel .panel-text > .category {
      display: inline-block;
      background-color: #F5F5F5;
      padding: 2px 4px;
      font-size: 0.625rem; }
      @media (min-width: 600px) {
        .activity-panel .panel-text > .category {
          padding: 3px 8px; } }
    .activity-panel .panel-text > .title {
      margin-top: 0.25rem;
      font-size: 0.65rem;
      font-weight: normal; }
      @media (min-width: 600px) {
        .activity-panel .panel-text > .title {
          margin-top: 0.5rem;
          font-size: 0.875rem; } }
    .activity-panel .panel-text > .time {
      display: inherit;
      margin-top: 0.25rem;
      font-size: 0.625rem; }
      @media (min-width: 600px) {
        .activity-panel .panel-text > .time {
          font-size: 0.75rem; } }

/* パネル、アーカイブ */
/*---------------------------------------------------
	main scroll btn
---------------------------------------------------*/
/* トップビジュアルスクロールボタン */
/*---------------------------------------------------
    loading
---------------------------------------------------*/
.icon-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 80%;
  text-align: center; }
  .icon-wrapper > .text {
    margin-top: 1.5rem;
    color: #FFFFFF;
    font-size: 1rem;
    font-weight: bold;
    letter-spacing: 0.5em; }

.relative {
  position: relative;
  display: block;
  width: 100%;
  height: 100%; }

.loarder-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }

@-webkit-keyframes rotate-360 {
  from {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes rotate-360 {
  from {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }
@-webkit-keyframes moon-rotate {
  0% {
    -webkit-transform: rotate(120deg);
            transform: rotate(120deg); }
  50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }
  100% {
    -webkit-transform: rotate(120deg);
            transform: rotate(120deg); } }
@keyframes moon-rotate {
  0% {
    -webkit-transform: rotate(120deg);
            transform: rotate(120deg); }
  50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }
  100% {
    -webkit-transform: rotate(120deg);
            transform: rotate(120deg); } }
.pin {
  background: #AAD200;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1200;
  background: linear-gradient(-45deg, #AAD200, #65A15E, #D1E0A3, #7BB6A3);
  background-size: 400% 400%;
  -webkit-animation: Gradient 10s ease infinite;
          animation: Gradient 10s ease infinite; }

@-webkit-keyframes Gradient {
  0% {
    background-position: 0% 50%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }

@keyframes Gradient {
  0% {
    background-position: 0% 50%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }
.loader {
  margin: 100px auto;
  font-size: 25px;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  text-indent: -9999em;
  -webkit-animation: load5 1.1s infinite ease;
  animation: load5 1.1s infinite ease;
  -webkit-transform: translateZ(0);
  transform: translateZ(0); }

@-webkit-keyframes load5 {
  0%,
  100% {
    -webkit-box-shadow: 0em -2.6em 0em 0em #ffffff, 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.5), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7);
            box-shadow: 0em -2.6em 0em 0em #ffffff, 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.5), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7); }
  12.5% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.7), 1.8em -1.8em 0 0em #ffffff, 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5);
            box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.7), 1.8em -1.8em 0 0em #ffffff, 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5); }
  25% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.5), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7), 2.5em 0em 0 0em #ffffff, 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
            box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.5), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7), 2.5em 0em 0 0em #ffffff, 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2); }
  37.5% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5), 2.5em 0em 0 0em rgba(255, 255, 255, 0.7), 1.75em 1.75em 0 0em #ffffff, 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
            box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5), 2.5em 0em 0 0em rgba(255, 255, 255, 0.7), 1.75em 1.75em 0 0em #ffffff, 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2); }
  50% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.5), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.7), 0em 2.5em 0 0em #ffffff, -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
            box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.5), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.7), 0em 2.5em 0 0em #ffffff, -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2); }
  62.5% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.5), 0em 2.5em 0 0em rgba(255, 255, 255, 0.7), -1.8em 1.8em 0 0em #ffffff, -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
            box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.5), 0em 2.5em 0 0em rgba(255, 255, 255, 0.7), -1.8em 1.8em 0 0em #ffffff, -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2); }
  75% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.5), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.7), -2.6em 0em 0 0em #ffffff, -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
            box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.5), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.7), -2.6em 0em 0 0em #ffffff, -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2); }
  87.5% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.5), -2.6em 0em 0 0em rgba(255, 255, 255, 0.7), -1.8em -1.8em 0 0em #ffffff;
            box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.5), -2.6em 0em 0 0em rgba(255, 255, 255, 0.7), -1.8em -1.8em 0 0em #ffffff; } }

@keyframes load5 {
  0%,
  100% {
    -webkit-box-shadow: 0em -2.6em 0em 0em #ffffff, 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.5), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7);
            box-shadow: 0em -2.6em 0em 0em #ffffff, 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.5), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7); }
  12.5% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.7), 1.8em -1.8em 0 0em #ffffff, 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5);
            box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.7), 1.8em -1.8em 0 0em #ffffff, 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5); }
  25% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.5), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7), 2.5em 0em 0 0em #ffffff, 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
            box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.5), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7), 2.5em 0em 0 0em #ffffff, 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2); }
  37.5% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5), 2.5em 0em 0 0em rgba(255, 255, 255, 0.7), 1.75em 1.75em 0 0em #ffffff, 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
            box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5), 2.5em 0em 0 0em rgba(255, 255, 255, 0.7), 1.75em 1.75em 0 0em #ffffff, 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2); }
  50% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.5), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.7), 0em 2.5em 0 0em #ffffff, -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
            box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.5), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.7), 0em 2.5em 0 0em #ffffff, -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2); }
  62.5% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.5), 0em 2.5em 0 0em rgba(255, 255, 255, 0.7), -1.8em 1.8em 0 0em #ffffff, -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
            box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.5), 0em 2.5em 0 0em rgba(255, 255, 255, 0.7), -1.8em 1.8em 0 0em #ffffff, -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2); }
  75% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.5), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.7), -2.6em 0em 0 0em #ffffff, -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
            box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.5), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.7), -2.6em 0em 0 0em #ffffff, -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2); }
  87.5% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.5), -2.6em 0em 0 0em rgba(255, 255, 255, 0.7), -1.8em -1.8em 0 0em #ffffff;
            box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.5), -2.6em 0em 0 0em rgba(255, 255, 255, 0.7), -1.8em -1.8em 0 0em #ffffff; } }
/* ローディングアニメーション  */
.pager-wrapper {
  margin-top: calc(4rem - 0.5rem); }

.page-numbers {
  text-align: center; }
  .page-numbers > li {
    display: inline-block; }
    .page-numbers > li > .page-numbers {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      width: 32px;
      height: 32px;
      border: 1px solid #AAD200;
      margin-left: 4px;
      margin-top: 0.5rem;
      color: #AAD200;
      font-size: 0.875rem;
      font-weight: bold; }
      .page-numbers > li > .page-numbers:hover {
        background-color: #AAD200;
        color: #FFFFFF; }
      .page-numbers > li > .page-numbers.hover {
        background-color: #AAD200;
        color: #FFFFFF; }
      .page-numbers > li > .page-numbers.current {
        background-color: #AAD200;
        color: #FFFFFF; }

/* ページャー  */
.renewal {
  background-color: #F5F5F5;
  padding: 3rem 20px;
  text-align: center; }
  .renewal > .title {
    font-size: 1.75rem; }
    @media (min-width: 600px) {
      .renewal > .title {
        font-size: 3rem; } }
  .renewal > .text {
    margin-top: 1rem;
    font-size: 1.25rem; }
    @media (min-width: 600px) {
      .renewal > .text {
        margin-top: 2rem;
        font-size: 1.5rem; } }

/* その他 */
/*---------------------------------------------------
	other conponent
---------------------------------------------------*/
/* その他 */
/*---------------------------------------------------
---------------------------------------------------
	3_project
---------------------------------------------------
---------------------------------------------------*/
/*---------------------------------------------------
	index.scss
---------------------------------------------------*/
.top-visual {
  display: block;
  width: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#65A15E), color-stop(20%, #89B562), to(#D1E0A3));
  background: linear-gradient(to right, #65A15E 0%, #89B562 20%, #D1E0A3 100%); }
  @media (min-width: 900px) {
    .top-visual {
      background: -webkit-gradient(linear, left top, right top, from(#65A15E), color-stop(5%, #89B562), to(#D1E0A3));
      background: linear-gradient(to right, #65A15E 0%, #89B562 5%, #D1E0A3 100%); } }
  .top-visual > .inner {
    position: relative; }
    @media (min-width: 900px) {
      .top-visual > .inner {
        width: 100%;
        max-width: 1280px;
        padding-right: 50px;
        margin: 0 auto; } }

.topvisual-text {
  position: relative;
  z-index: 10;
  padding-top: 2rem; }
  @media (min-width: 900px) {
    .topvisual-text {
      padding-top: 74px;
      padding-bottom: 46px;
      padding-left: calc(521px + 16px); } }
  .topvisual-text > .title {
    color: #FFFFFF;
    font-size: 1.5rem;
    text-align: center;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6); }
    @media (min-width: 600px) {
      .topvisual-text > .title {
        font-size: 2rem;
        line-height: 1.25; } }
    @media (min-width: 900px) {
      .topvisual-text > .title {
        font-size: 3rem;
        text-align: left; } }
  .topvisual-text > .text {
    max-width: 350px;
    padding: 1rem 1rem 0;
    margin: 0 auto;
    color: #FFFFFF;
    font-size: 0.875rem;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6); }
    @media (min-width: 600px) {
      .topvisual-text > .text {
        max-width: 600px;
        padding-top: 1.5rem;
        font-size: 1.25rem; } }
    @media (min-width: 900px) {
      .topvisual-text > .text {
        max-width: 100%;
        text-align: left; } }

.topvisual-mainimage {
  width: 90%;
  margin: 0 auto;
  max-width: 350px; }
  @media (min-width: 600px) {
    .topvisual-mainimage {
      max-width: 565px; } }
  @media (min-width: 900px) {
    .topvisual-mainimage {
      position: absolute;
      bottom: 0;
      left: 0;
      max-width: 512px; } }

.topvisual-name {
  position: absolute;
  bottom: 67px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  max-width: 320px; }
  @media (min-width: 600px) {
    .topvisual-name {
      bottom: 109px;
      max-width: 533px; } }
  @media (min-width: 900px) {
    .topvisual-name {
      position: relative;
      bottom: 0;
      left: 0;
      -webkit-transform: translateX(0);
              transform: translateX(0);
      max-width: 693px;
      padding-top: 66px; } }

.topvisual-image {
  position: absolute;
  z-index: 5; }
  .topvisual-image.-threestars {
    width: 64px;
    bottom: 0;
    left: 0; }
    @media (min-width: 600px) {
      .topvisual-image.-threestars {
        width: 110px; } }
    @media (min-width: 900px) {
      .topvisual-image.-threestars {
        width: 150px; } }
  .topvisual-image.-rikkenlogo {
    width: 130px;
    bottom: 10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
    @media (min-width: 600px) {
      .topvisual-image.-rikkenlogo {
        width: 229px;
        bottom: 12; } }
    @media (min-width: 900px) {
      .topvisual-image.-rikkenlogo {
        width: 312px;
        position: relative;
        bottom: 0;
        left: 0;
        -webkit-transform: translateX(0);
                transform: translateX(0);
        padding-top: 54px; } }

.top-lead {
  background-color: #FAFFE6;
  overflow: hidden; }
  .top-lead > .section-inner {
    position: relative;
    padding-top: 3rem;
    padding-bottom: 3rem; }
    @media (min-width: 900px) {
      .top-lead > .section-inner {
        padding-right: calc(420px + 100px); } }
    @media (min-width: 900px) {
      .top-lead > .section-inner > .right {
        position: absolute;
        top: 3rem;
        right: 50px;
        width: 420px; } }

.movie-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /*アスペクト比 16:9の場合の縦幅*/
  height: 0;
  overflow: hidden; }
  .movie-wrapper > iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.topsns-wrapper {
  margin-top: 3rem; }

@media (min-width: 900px) {
  .top-sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -0.25rem;
    margin-right: -0.25rem; } }
.top-sns > .list {
  max-width: 270px;
  margin: 0 auto; }
  @media (min-width: 900px) {
    .top-sns > .list {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 25%;
              flex: 0 0 25%; } }

.facebook-wrapper {
  max-width: 500px;
  margin: 3rem auto 0; }
  @media (min-width: 600px) {
    .facebook-wrapper {
      margin-top: 5rem; } }
  @media (min-width: 900px) {
    .facebook-wrapper {
      margin-top: 0;
      width: 420px; } }

.facebook-wrapper > .fb-page {
  width: 100%; }

.facebook-wrapper > .fb-page > span,
.facebook-wrapper iframe {
  width: 100% !important; }

.top-activity > .section-inner {
  padding-top: 3rem;
  padding-bottom: 117px;
  background-image: url("img/top-activity.png");
  background-size: 290px 275px;
  background-position: calc(100% + 74px) bottom;
  background-repeat: no-repeat; }
  @media (min-width: 600px) {
    .top-activity > .section-inner {
      padding-top: 4rem;
      padding-bottom: 4rem;
      background-size: contain;
      background-position-x: calc(100% + 190px); } }
  @media (min-width: 900px) {
    .top-activity > .section-inner {
      background-position-x: 100%; } }
  .top-activity > .section-inner > .btn-round {
    margin-top: 65px; }

.top-feeds {
  padding-top: 3rem; }

.top-article + .top-article {
  margin-top: 2rem; }
.top-article > .link:hover > .title {
  text-decoration: underline; }
.top-article > .link:hover > .category {
  border: 1px solid #AAD200;
  background-color: #AAD200;
  color: #FFFFFF; }
.top-article > .link.hover > .title {
  text-decoration: underline; }
.top-article > .link.hover > .category {
  border: 1px solid #AAD200;
  background-color: #AAD200;
  color: #FFFFFF; }
.top-article > .link > .time {
  color: #222222;
  font-size: 1.125rem;
  font-weight: bold;
  vertical-align: middle; }
.top-article > .link > .category {
  border: 1px solid;
  padding: 2px 1rem;
  margin-left: 6px;
  color: #222222;
  font-size: 12px;
  vertical-align: middle;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }
.top-article > .link > .title {
  display: inline-block;
  margin-top: 0.5rem;
  color: #222222;
  font-size: 1rem;
  text-shadow: 1px 1px 0px #FFFFFF;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }
  @media (min-width: 600px) {
    .top-article > .link > .title {
      font-size: 1.25rem; } }
  @media (min-width: 900px) {
    .top-article > .link > .title {
      font-size: 1.5rem; } }
.top-article > .link > .new-tag {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  background-color: rgba(170, 210, 0, 0.9); }

.top-profile {
  background: -webkit-gradient(linear, left top, right top, from(#65A15E), color-stop(20%, #89B562), to(#D1E0A3));
  background: linear-gradient(to right, #65A15E 0%, #89B562 20%, #D1E0A3 100%); }
  @media (min-width: 900px) {
    .top-profile {
      background: -webkit-gradient(linear, left top, right top, from(#65A15E), color-stop(5%, #89B562), to(#D1E0A3));
      background: linear-gradient(to right, #65A15E 0%, #89B562 5%, #D1E0A3 100%); } }
  .top-profile > .section-inner {
    padding-bottom: 3rem; }
    @media (min-width: 600px) {
      .top-profile > .section-inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
    @media (min-width: 900px) {
      .top-profile > .section-inner {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; } }

.topprofile-image {
  padding-top: 2rem; }
  @media (min-width: 600px) {
    .topprofile-image {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 33.33%;
              flex: 0 0 33.33%; } }
  @media (min-width: 900px) {
    .topprofile-image {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      padding-top: 3rem; } }
  .topprofile-image > .inner {
    width: 100%;
    max-width: 377px; }
    @media (min-width: 900px) {
      .topprofile-image > .inner {
        margin: 0 auto; } }

@media (min-width: 600px) {
  .topprofile-text {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66%;
            flex: 0 0 66.66%; } }
@media (min-width: 900px) {
  .topprofile-text {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%; } }
@media (min-width: 600px) {
  .topprofile-text > .inner {
    padding-left: 1rem; } }
.topprofile-text > .inner > .title-withen {
  margin-top: 2rem; }
.topprofile-text > .inner > .text {
  margin-top: 2rem;
  color: #FFFFFF;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.7; }
  @media (min-width: 600px) {
    .topprofile-text > .inner > .text {
      font-size: 1.25rem; } }
  @media (min-width: 900px) {
    .topprofile-text > .inner > .text {
      margin-top: 3rem;
      font-size: 1.5rem; } }
.topprofile-text > .inner > .btn-round {
  margin-top: 2rem; }
  @media (min-width: 600px) {
    .topprofile-text > .inner > .btn-round {
      margin-top: 3rem; } }

.top-policy > .section-inner {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("img/top-policy.png");
  background-size: contain;
  background-position: calc(100% + 102px) top;
  background-repeat: no-repeat; }
  @media (min-width: 600px) {
    .top-policy > .section-inner {
      padding-top: 4rem;
      padding-bottom: 4rem;
      background-size: contain;
      background-position-x: calc(100% + 190px); } }
  @media (min-width: 900px) {
    .top-policy > .section-inner {
      background-position-x: 90%; } }
  .top-policy > .section-inner > .btn-round {
    margin-top: 65px; }

.toppolicy-text {
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.7);
  margin-top: 1.5rem;
  padding: 0.75rem 1rem 0.75rem 0; }
  .toppolicy-text > .copy {
    font-size: 1.5rem;
    font-weight: bold; }
    @media (min-width: 600px) {
      .toppolicy-text > .copy {
        font-size: 2rem; } }
  .toppolicy-text > .text {
    margin-top: 0.75rem;
    font-size: 1rem;
    font-weight: bold; }
    @media (min-width: 600px) {
      .toppolicy-text > .text {
        font-size: 1.5rem; } }

.top-support {
  background-image: url("img/top-support-tb.jpg");
  background-size: cover;
  background-position: calc(100% + 100px) center;
  background-repeat: no-repeat; }
  @media (min-width: 450px) {
    .top-support {
      background-position: right center; } }
  @media (min-width: 900px) {
    .top-support {
      background-image: url("img/top-support.jpg");
      background-position: center center; } }
  .top-support > .section-inner {
    padding-top: 3rem;
    padding-bottom: 128px; }
    @media (min-width: 600px) {
      .top-support > .section-inner {
        padding-top: 4rem;
        padding-bottom: 4rem; } }
    @media (min-width: 900px) {
      .top-support > .section-inner {
        background-position-x: 90%; } }
    .top-support > .section-inner > .btn-round {
      margin-top: 8rem; }

.topsupport-text {
  margin-top: 1.5rem; }
  @media (min-width: 600px) {
    .topsupport-text {
      margin-top: 2.5rem; } }
  .topsupport-text > .text {
    margin-top: 0.75rem;
    color: #FFFFFF;
    font-size: 1rem;
    font-weight: bold;
    line-height: 1.7;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6); }
    @media (min-width: 600px) {
      .topsupport-text > .text {
        font-size: 1.5rem; } }

.top-office {
  padding-top: 3rem; }
  @media (min-width: 600px) {
    .top-office {
      padding-top: 5rem; } }

.office-wrapper {
  padding-top: 3rem;
  padding-bottom: 3rem; }
  @media (min-width: 600px) {
    .office-wrapper {
      padding-bottom: 5rem; } }
  @media (min-width: 900px) {
    .office-wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-left: -1rem;
      margin-right: -1rem; } }

.office-panel {
  width: 100%; }
  @media (min-width: 900px) {
    .office-panel {
      /*flex: 0 0 33.33%; 事務所3つの時*/
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%; } }
  .office-panel + .office-panel {
    margin-top: 2rem; }
    @media (min-width: 900px) {
      .office-panel + .office-panel {
        margin-top: 0; } }
  @media (min-width: 900px) {
    .office-panel > .inner {
      width: calc(100% - 2rem);
      margin: 0 auto; } }

.office-info {
  padding: 1.5rem 1rem;
  border: 1px solid #AAD200;
  border-bottom: none; }
  @media (min-width: 600px) {
    .office-info {
      padding: 2rem 1rem; } }
  @media (min-width: 900px) {
    .office-info {
      padding: 3rem 2rem;
      /* 事務所3つの時削除 */ } }
  .office-info > .office {
    font-size: 1.125rem;
    font-weight: bold; }
    @media (min-width: 600px) {
      .office-info > .office {
        font-size: 1.5rem; } }
  .office-info > .definition {
    margin-top: 0.75rem;
    font-size: 0.875rem; }
    @media (min-width: 600px) {
      .office-info > .definition {
        font-size: 1.25rem; } }
    @media (min-width: 900px) {
      .office-info > .definition {
        font-size: 1rem; } }
    .office-info > .definition:nth-of-type(1) {
      margin-top: 1.25rem; }
    .office-info > .definition a {
      color: #222222;
      -webkit-transition: all 0.3s;
      transition: all 0.3s; }
      .office-info > .definition a:hover {
        color: #014099;
        text-decoration: underline; }
      .office-info > .definition a.hover {
        color: #014099;
        text-decoration: underline; }

.office-map iframe {
  width: 100%;
  height: 100%;
  min-height: 160px; }
  @media (min-width: 600px) {
    .office-map iframe {
      min-height: 320px; } }

/* トップページ */
/*---------------------------------------------------
	page header
---------------------------------------------------*/
.page-visual {
  position: relative;
  min-height: 240px; }
  @media (min-width: 600px) {
    .page-visual {
      min-height: 180px; } }
  .page-visual > .inner {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 5;
    display: block;
    width: 100%;
    height: 0;
    background-color: #AAD200;
    -webkit-animation-name: page-layer;
            animation-name: page-layer;
    -webkit-animation-duration: 0.8s;
            animation-duration: 0.8s;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    -webkit-animation-delay: 0.6s;
            animation-delay: 0.6s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards; }

/* 下層ページ */
.pageprofile-header {
  max-width: 1280px;
  margin: 0 auto; }
  @media (min-width: 900px) {
    .pageprofile-header {
      padding-bottom: 4rem; } }

.profile-header {
  position: relative;
  padding-bottom: 3rem;
  text-align: right;
  background-image: url(img/profile-visual.png?20190630);
  background-size: 624px 300px;
  background-position: calc(0px - 112px) top;
  background-repeat: no-repeat; }
  @media (min-width: 600px) {
    .profile-header {
      background-position: calc(0px - 60px) top; } }
  @media (min-width: 900px) {
    .profile-header {
      padding-left: 50%;
      text-align: left;
      background-size: contain;
      background-position: 0 0; } }
  .profile-header > .title {
    width: 100%;
    max-width: 270px;
    padding-top: 100px;
    margin-left: auto; }
    @media (min-width: 900px) {
      .profile-header > .title {
        padding-top: 126px;
        margin-left: 0; } }
  .profile-header > .logo-wrapper {
    position: absolute;
    bottom: 1rem;
    left: 20px;
    max-width: 120px; }
    @media (min-width: 600px) {
      .profile-header > .logo-wrapper {
        bottom: 3rem;
        left: 50px; } }
    @media (min-width: 900px) {
      .profile-header > .logo-wrapper {
        max-width: 180px; } }

.profileindex-lists {
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.8);
  margin-top: 2rem;
  padding: 0.5rem;
  text-align: left; }
  .profileindex-lists > .list {
    position: relative;
    padding-left: 1.25rem; }
    .profileindex-lists > .list + .list {
      margin-top: 0.5rem; }
    .profileindex-lists > .list::before {
      content: '';
      position: absolute;
      top: 10px;
      left: 0;
      width: 0.5rem;
      height: 1px;
      background-color: #222222; }
    .profileindex-lists > .list > .link {
      color: #222222;
      font-weight: bold;
      border-bottom: 1px solid transparent; }
      .profileindex-lists > .list > .link:hover {
        color: #014099;
        border-bottom: 1px solid #014099; }
      .profileindex-lists > .list > .link.hover {
        color: #014099;
        border-bottom: 1px solid #014099; }

.profile-section {
  position: relative;
  padding-top: 3rem;
  padding-bottom: 3rem; }
  @media (min-width: 900px) {
    .profile-section {
      padding-top: 4rem;
      padding-bottom: 4rem;
      padding-left: 430px; } }
  .profile-section > .title-withen {
    margin-bottom: 1.5rem; }
    @media (min-width: 900px) {
      .profile-section > .title-withen {
        position: absolute;
        top: 4rem;
        left: 50px;
        max-width: 348px;
        line-height: 45px; } }
  .profile-section > .text {
    font-size: 0.875rem;
    line-height: 2;
    text-align: justify;
    word-break: break-all; }
    @media (min-width: 600px) {
      .profile-section > .text {
        font-size: 1rem; } }
  .profile-section .profile-image {
    margin-top: 1rem;
    margin-bottom: 1rem; }
    .profile-section .profile-image.-about1 {
      max-width: 500px; }
    .profile-section .profile-image.-introduction1 {
      max-width: 350px; }
    .profile-section .profile-image.-career1 {
      max-width: 500px; }
    .profile-section .profile-image.-greeting1 {
      max-width: 400px; }
    .profile-section .profile-image.-greeting2 {
      max-width: 300px; }
      .profile-section .profile-image.-greeting2 > img {
        border-radius: 50%; }
    .profile-section .profile-image.-association1 {
      max-width: 300px; }
    .profile-section .profile-image.-association2 {
      max-width: 250px; }

.profile-greetings {
  background-color: #FAFFE6; }

.about-lead {
  display: inline;
  font-size: 1.25rem;
  font-weight: bold;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, rgba(170, 210, 0, 0.2)));
  background: linear-gradient(transparent 60%, rgba(170, 210, 0, 0.2) 60%); }

.about-content {
  margin-top: 2rem; }
  .about-content > .text {
    margin-top: 1rem; }

.profile-introduction {
  background-color: #FAFFE6; }

.about-lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.875rem; }
  @media (min-width: 600px) {
    .about-lists {
      font-size: 1rem; } }
  .about-lists + .about-lists {
    margin-top: 1rem; }
  .about-lists > .title {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 110px;
            flex: 0 0 110px; }
  .about-lists > .definition {
    display: inline-block; }

.profile-career {
  background-color: #FFFFFF; }

.career-content + .career-content {
  padding-top: 2rem; }
  @media (min-width: 600px) {
    .career-content + .career-content {
      padding-top: 3rem; } }

.career-list {
  margin-top: 1rem;
  font-size: 0.875rem; }
  @media (min-width: 600px) {
    .career-list {
      margin-top: 1.5rem;
      font-size: 1rem; } }
  .career-list > .list + .list {
    margin-top: 0.75rem; }

.profile-association {
  background-color: #FAFFE6; }

.associations-content + .associations-content {
  padding-top: 2rem; }
  @media (min-width: 600px) {
    .associations-content + .associations-content {
      padding-top: 3rem; } }

.policy-header {
  padding-top: 2rem;
  padding-bottom: 77px;
  background-image: url("img/policy-visual.png");
  background-size: contain;
  background-position: calc(100% + 102px) top;
  background-repeat: no-repeat; }
  @media (min-width: 600px) {
    .policy-header {
      padding-top: 4rem;
      padding-bottom: 4rem; } }
  @media (min-width: 900px) {
    .policy-header {
      background-position: right top;
      padding-top: 128px;
      padding-bottom: 106px; } }
  .policy-header > .section-inner > .title {
    font-size: 1.5rem;
    font-weight: bold;
    text-shadow: 2px 2px 1px rgba(255, 255, 255, 0.9); }
    @media (min-width: 600px) {
      .policy-header > .section-inner > .title {
        font-size: 2rem; } }
    @media (min-width: 900px) {
      .policy-header > .section-inner > .title {
        font-size: 3rem; } }

.policyindex-lists {
  display: inline-block;
  margin-top: 1.5rem;
  padding: 0.5rem 1rem 0.5rem 0;
  background-color: rgba(255, 255, 255, 0.7); }
  @media (min-width: 600px) {
    .policyindex-lists {
      margin-top: 3rem; } }
  @media (min-width: 900px) {
    .policyindex-lists {
      margin-top: 4rem; } }
  .policyindex-lists > .list {
    position: relative;
    padding-left: 24px;
    font-size: 0.875rem; }
    @media (min-width: 600px) {
      .policyindex-lists > .list {
        font-size: 1.25rem; } }
    @media (min-width: 900px) {
      .policyindex-lists > .list {
        font-size: 1.5rem; } }
    .policyindex-lists > .list + .list {
      margin-top: 1rem; }
      @media (min-width: 600px) {
        .policyindex-lists > .list + .list {
          margin-top: 2rem; } }
    .policyindex-lists > .list::before {
      content: '';
      position: absolute;
      top: 8px;
      left: 0;
      display: block;
      width: 1rem;
      height: 1px;
      background-color: #222222; }
      @media (min-width: 600px) {
        .policyindex-lists > .list::before {
          top: 12px;
          height: 2px; } }
      @media (min-width: 900px) {
        .policyindex-lists > .list::before {
          top: 15px; } }
    .policyindex-lists > .list > .link {
      border-bottom: 1px solid transparent;
      color: #222222;
      font-weight: bold;
      -webkit-transition: all 0.3s;
      transition: all 0.3s; }
      .policyindex-lists > .list > .link:hover {
        color: #014099;
        border-bottom: 1px solid #014099; }
      .policyindex-lists > .list > .link.hover {
        color: #014099;
        border-bottom: 1px solid #014099; }

.policy-policy {
  background-color: #FAFFE6;
  padding-top: 4rem;
  padding-bottom: 4rem; }
  .policy-policy > .section-inner {
    max-width: 800px; }

.policy-list {
  margin-top: 3rem; }
  @media (min-width: 600px) {
    .policy-list {
      margin-top: 4rem; } }
  @media (min-width: 900px) {
    .policy-list {
      margin-top: 5rem; } }
  .policy-list + .policy-list {
    margin-top: 2rem; }
    @media (min-width: 600px) {
      .policy-list + .policy-list {
        margin-top: 3rem; } }
  .policy-list > .title {
    font-size: 1.125rem;
    text-align: center; }
    @media (min-width: 600px) {
      .policy-list > .title {
        font-size: 1.5rem; } }
  .policy-list > .text {
    margin-top: 1rem;
    font-size: 0.875rem;
    line-height: 2;
    text-align: justify;
    word-break: break-all; }
    @media (min-width: 600px) {
      .policy-list > .text {
        font-size: 1.25rem; } }

.policy-theme {
  overflow: hidden; }
  .policy-theme > .section-inner {
    padding-top: 4rem; }

.five-themes {
  text-align: center; }
  .five-themes > p {
    display: inline-block;
    margin-top: 3rem;
    font-size: 1.125rem;
    font-weight: bold;
    line-height: 40px;
    text-align: center; }
    .five-themes > p > .num {
      font-size: 3rem; }

.theme-panels {
  max-width: 1052px;
  margin: 4rem auto 0; }
  @media (min-width: 600px) {
    .theme-panels {
      margin-top: 5rem; } }

@media (min-width: 900px) {
  .themepanel-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
.themepanel-wrapper > .inner {
  margin-top: 3rem; }
  @media (min-width: 900px) {
    .themepanel-wrapper > .inner {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 33.33%;
              flex: 0 0 33.33%; } }
  .themepanel-wrapper > .inner:nth-of-type(1) {
    margin-top: 0; }
  @media (min-width: 900px) {
    .themepanel-wrapper > .inner:nth-of-type(2) {
      margin-top: 0; } }
  @media (min-width: 900px) {
    .themepanel-wrapper > .inner:nth-of-type(3) {
      margin-top: 0; } }

.theme-panel {
  position: relative;
  display: block;
  border: 1px solid #AAD200;
  padding: 3rem 0.25rem;
  color: #222222;
  font-weight: bold;
  text-align: center; }
  @media (min-width: 900px) {
    .theme-panel {
      width: calc(100% - 1rem);
      margin: 0 auto; } }
  .theme-panel:hover::before, .theme-panel:hover::after {
    opacity: 1; }
  .theme-panel.hover::before, .theme-panel.hover::after {
    opacity: 1; }
  .theme-panel::before, .theme-panel::after {
    content: '';
    position: absolute;
    bottom: 1.5rem;
    left: 50%;
    display: block;
    width: 1.5rem;
    height: 2px;
    background-color: #AAD200;
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
  .theme-panel::before {
    -webkit-transform: translateX(calc(-50% - 8px)) rotate(45deg);
            transform: translateX(calc(-50% - 8px)) rotate(45deg); }
  .theme-panel::after {
    -webkit-transform: translateX(calc(-50% + 8px)) rotate(-45deg);
            transform: translateX(calc(-50% + 8px)) rotate(-45deg); }
  .theme-panel > .num {
    position: absolute;
    top: -1.5rem;
    left: 1rem;
    background-color: #AAD200;
    padding: 0.25rem 0.5rem;
    color: #FFFFFF;
    font-size: 1rem;
    font-weight: bold; }
    .theme-panel > .num span {
      padding-left: 0.25rem;
      font-size: 2rem; }
  .theme-panel > .protect {
    font-size: 1.125rem; }
  .theme-panel > .theme {
    padding-top: 0.5rem;
    font-size: 1.5rem; }

.theme-specifics {
  padding-top: 1.5rem;
  padding-bottom: 4rem; }

.theme-content {
  position: relative; }
  @media (min-width: 900px) {
    .theme-content {
      padding-right: 50%; } }
  .theme-content > .text {
    margin-top: 1.5rem;
    font-size: 0.875rem;
    line-height: 2; }
    @media (min-width: 600px) {
      .theme-content > .text {
        margin-top: 2rem;
        font-size: 1rem; } }
    @media (min-width: 900px) {
      .theme-content > .text {
        padding-left: 3rem; } }
  .theme-content > .image {
    margin-top: 1rem; }
    @media (min-width: 900px) {
      .theme-content > .image {
        position: absolute;
        top: 152px;
        right: 0;
        width: calc(50% - 50px); } }

.theme-num {
  font-family: "Roboto", sans-serif;
  color: #AAD200;
  font-size: 2rem;
  font-weight: bold; }
  .theme-num > .num {
    font-size: 120px; }

.theme-title {
  position: relative;
  left: -80px;
  -webkit-transform: skew(-45deg);
          transform: skew(-45deg);
  width: calc(100% + 40px);
  background-color: #AAD200;
  padding: 2rem 1rem 2rem 80px;
  color: #FFFFFF;
  font-size: 1.25rem;
  font-weight: bold; }
  @media (min-width: 600px) {
    .theme-title {
      left: -160px;
      width: calc(100% + 120px);
      padding-left: 160px;
      font-size: 1.75rem; } }
  @media (min-width: 900px) {
    .theme-title {
      font-size: 2rem; } }
  .theme-title::before {
    content: '';
    position: absolute;
    top: 0;
    left: -200%;
    z-index: -1;
    display: block;
    width: 300%;
    height: 100%;
    background-color: #AAD200; }
  .theme-title > span {
    display: block;
    -webkit-transform: skew(45deg);
            transform: skew(45deg); }

.theme-lead {
  font-size: 1.125rem;
  font-weight: bold; }
  @media (min-width: 600px) {
    .theme-lead {
      font-size: 1.25rem; } }
  .theme-lead > .problem {
    margin-top: 2rem; }
  .theme-lead > .solution {
    margin-top: 1rem;
    text-align: right; }
    @media (min-width: 600px) {
      .theme-lead > .solution {
        padding-left: 9rem;
        text-align: left; } }
    @media (min-width: 900px) {
      .theme-lead > .solution {
        padding-left: 3rem; } }

.policy-work {
  background-color: #FAFFE6;
  padding-top: 4rem;
  padding-bottom: 4rem; }
  @media (min-width: 600px) {
    .policy-work {
      padding-top: 5rem;
      padding-bottom: 5rem; } }
  .policy-work > .section-inner > .lead {
    max-width: 800px;
    margin: 3rem auto 0;
    font-size: 0.875rem;
    line-height: 2; }
    @media (min-width: 600px) {
      .policy-work > .section-inner > .lead {
        font-size: 1.25rem; } }
  .policy-work > .section-inner > .image {
    max-width: 800px;
    margin: 2rem auto 0; }
    @media (min-width: 600px) {
      .policy-work > .section-inner > .image {
        margin-top: 3rem; } }
  .policy-work > .section-inner .policy-turningpoint {
    max-width: 800px;
    background-color: #FFFFFF;
    padding: 3rem 0.5rem;
    margin: 2rem auto;
    font-size: 1.125rem;
    font-weight: bold;
    text-align: center;
    line-height: 2; }
    @media (min-width: 600px) {
      .policy-work > .section-inner .policy-turningpoint {
        margin-top: 5rem;
        font-size: 1.25rem; } }
  .policy-work > .section-inner > .titlesecond {
    margin-top: 3rem;
    font-size: 1.25rem;
    text-align: center; }
    @media (min-width: 600px) {
      .policy-work > .section-inner > .titlesecond {
        margin-top: 5rem;
        font-size: 1.5rem; } }
  .policy-work > .section-inner > .work-list {
    max-width: 800px;
    margin: 1rem auto 0; }
    @media (min-width: 600px) {
      .policy-work > .section-inner > .work-list {
        margin-top: 2rem; } }
    .policy-work > .section-inner > .work-list > .list {
      position: relative;
      padding-left: 1rem;
      font-size: 0.875rem;
      line-height: 1.7;
      text-align: justify;
      word-break: break-all; }
      @media (min-width: 600px) {
        .policy-work > .section-inner > .work-list > .list {
          font-size: 1.25rem; } }
      .policy-work > .section-inner > .work-list > .list + .list {
        margin-top: 0.5rem; }
        @media (min-width: 600px) {
          .policy-work > .section-inner > .work-list > .list + .list {
            margin-top: 1.5rem; } }
      .policy-work > .section-inner > .work-list > .list::before {
        content: '・';
        position: absolute;
        top: 0;
        left: 0; }

.categorynav-wrapper {
  background-color: #FAFFE6; }

.category-nav {
  max-width: 1180px;
  padding-bottom: 2rem; }
  @media (min-width: 600px) {
    .category-nav {
      padding-top: 2rem; } }
  @media (min-width: 900px) {
    .category-nav {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding-top: 0;
      padding-bottom: 0;
      margin: 0 auto 0; } }
  .category-nav > .image {
    display: block;
    max-width: 450px;
    margin: 0 auto 1rem; }
    @media (min-width: 900px) {
      .category-nav > .image {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
                flex: 0 0 50%;
        margin-top: 0;
        margin-bottom: 0; } }
  .category-nav > .section-inner {
    text-align: center; }
    @media (min-width: 900px) {
      .category-nav > .section-inner {
        text-align: left; } }
    .category-nav > .section-inner > .list {
      display: inline-block;
      padding-right: 1.5rem;
      margin-top: 1rem;
      font-size: 0.875rem;
      font-weight: bold; }
      .category-nav > .section-inner > .list:lsat-of-type {
        padding-right: 0; }
      .category-nav > .section-inner > .list > .link {
        display: inline-block;
        border-bottom: 2px solid transparent;
        padding-bottom: 2px;
        color: #222222;
        -webkit-transition: all 0.3s;
        transition: all 0.3s; }
        .category-nav > .section-inner > .list > .link:hover {
          border-bottom: 2px solid rgba(170, 210, 0, 0.5); }
        .category-nav > .section-inner > .list > .link.hover {
          border-bottom: 2px solid rgba(170, 210, 0, 0.5); }
        .category-nav > .section-inner > .list > .link.-active {
          pointer-events: none;
          border-bottom: 2px solid #AAD200; }

.page-activity {
  padding-top: 4rem;
  padding-bottom: 4rem; }

.activity-main {
  background-color: #FFFFFF; }
  @media (min-width: 900px) {
    .activity-main {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 calc(100% - 338px);
              flex: 0 0 calc(100% - 338px); } }

.activity-single {
  max-width: 836px;
  padding-top: 3rem;
  padding-bottom: 4rem;
  font-size: 0.875rem; }
  @media (min-width: 600px) {
    .activity-single {
      padding-bottom: 5rem; } }
  @media (min-width: 900px) {
    .activity-single {
      width: calc(100% - 6rem);
      margin: 0 auto; } }

.activity-visual {
  background-color: #F5F5F5; }
  .activity-visual > .section-inner {
    padding-top: 2rem;
    padding-bottom: 2rem;
    text-align: right; }
    .activity-visual > .section-inner > .past-btn {
      color: #222222;
      font-size: 0.75rem;
      border-bottom: 1px solid transparent;
      -webkit-transition: all 0.3s;
      transition: all 0.3s; }
      @media (min-width: 600px) {
        .activity-visual > .section-inner > .past-btn {
          font-size: 0.875rem; } }
      .activity-visual > .section-inner > .past-btn:hover {
        color: #014099;
        border-bottom: 1px solid #014099; }

.activity-content p {
  margin-top: 2rem;
  font-size: 1rem;
  line-height: 2;
  text-align: justify;
  word-break: break-all; }
.activity-content h2 {
  border-top: 1px solid #909090;
  border-bottom: 1px solid #909090;
  padding-top: 2rem;
  padding-bottom: 2rem;
  margin-top: 4rem;
  margin-bottom: 2rem;
  font-size: 1.25rem;
  font-weight: normal; }
.activity-content h3 {
  margin-top: 4rem;
  margin-bottom: 2rem;
  font-size: 1.25rem;
  font-weight: normal; }
.activity-content h4 {
  margin-top: 3rem;
  margin-bottom: 2rem;
  font-size: 1.125rem;
  font-weight: normal; }
.activity-content hr {
  border: 1px solid #AAD200;
  margin-top: 4rem;
  margin-bottom: 4rem; }
.activity-content ul {
  margin-top: 2rem;
  margin-bottom: 2rem; }
  .activity-content ul li {
    position: relative;
    padding-left: 1rem;
    font-size: 1rem;
    line-height: 1.5; }
    .activity-content ul li::before {
      content: '・';
      position: absolute;
      top: 0;
      left: 0; }
    .activity-content ul li + li {
      margin-top: 0.5rem; }
.activity-content ol {
  margin-top: 2rem;
  margin-bottom: 2rem;
  counter-reset: number;
  list-style-type: none; }
  .activity-content ol li {
    position: relative;
    padding-left: 1.5rem;
    font-size: 1rem;
    line-height: 1.5; }
    .activity-content ol li::before {
      counter-increment: number;
      content: counter(number,decimal-leading-zero) ".";
      position: absolute;
      top: 0;
      left: 0; }
    .activity-content ol li + li {
      margin-top: 0.5rem; }
.activity-content div {
  background-color: #F5F5F5;
  padding: 2rem 1rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
  line-height: 2;
  text-align: justify;
  word-break: break-all; }
  @media (min-width: 600px) {
    .activity-content div {
      padding: 3rem 2rem; } }
.activity-content strong {
  color: #F4646B;
  font-weight: bold;
  font-style: normal; }
.activity-content em {
  color: #AAD200;
  font-weight: bold;
  font-style: normal; }
.activity-content a {
  color: #014099;
  font-weight: bold;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }
  .activity-content a:hover {
    text-decoration: underline; }
  .activity-content a.hover {
    text-decoration: underline; }
.activity-content span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #FFFF9B));
  background: linear-gradient(transparent 60%, #FFFF9B 60%);
  font-weight: bold; }
.activity-content.-sitemap {
  max-width: 750px;
  margin: 0 auto;
  padding-bottom: 4rem; }
  .activity-content.-sitemap a {
    color: #222222;
    font-weight: normal; }
    .activity-content.-sitemap a:hover {
      color: #AAD200; }
    .activity-content.-sitemap a.hover {
      color: #AAD200; }
  .activity-content.-sitemap ul {
    margin-top: 2rem;
    margin-bottom: 2rem; }
    .activity-content.-sitemap ul li {
      padding-left: 0;
      font-size: 1rem;
      line-height: 1.5; }
      .activity-content.-sitemap ul li::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0; }
      .activity-content.-sitemap ul li + li {
        margin-top: 0.5rem; }
  .activity-content.-sitemap ul.children li {
    position: relative;
    padding-left: 1rem;
    font-size: 1rem;
    line-height: 1.5; }
    .activity-content.-sitemap ul.children li::before {
      content: '・';
      position: absolute;
      top: 0;
      left: 0; }

.new-tag {
  display: inline-block;
  background-color: #AAD200;
  padding: 0.25rem 1rem;
  margin-right: 0.5rem;
  font-family: "Roboto", sans-serif;
  color: #FFFFFF;
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 1; }

.activity-time {
  font-size: 0.875rem; }
  .activity-time > .time {
    position: relative;
    display: inline-block;
    padding-left: 26px;
    line-height: 22px; }
    .activity-time > .time::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      display: inline-block;
      width: 22px;
      height: 22px;
      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat; }
  .activity-time > .published {
    margin-left: 0.5rem; }
    .activity-time > .published::before {
      font-family: 'Font Awesome 5 Free';
      content: ""; }

.spec-area {
  padding-top: 1rem;
  margin-bottom: 3rem; }
  .spec-area > .lists {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    line-height: 16px; }
    .spec-area > .lists::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      display: block;
      width: 16px;
      height: 16px;
      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat; }
    .spec-area > .lists li {
      display: inline-block; }
      .spec-area > .lists li a {
        color: #222222;
        font-size: 0.875rem; }
  .spec-area > .category::before {
    font-family: 'Font Awesome 5 Free';
    content: ""; }

.supportheader-wrapper {
  background-color: #FAFFE6; }

.support-header {
  padding-top: 4rem;
  padding-bottom: 4rem;
  text-align: center; }
  .support-header > .title {
    font-size: 1.25rem; }
    @media (min-width: 600px) {
      .support-header > .title {
        font-size: 2rem; } }
  .support-header > .text {
    margin-top: 2rem;
    font-size: 1rem;
    line-height: 2; }
    @media (min-width: 600px) {
      .support-header > .text {
        font-size: 1.25rem; } }
  .support-header > .support-visual {
    width: 100%;
    max-width: 600px;
    margin: 2rem auto 0; }

.supportchildren-section {
  padding-top: 2rem;
  padding-bottom: 4rem;
  max-width: 900px; }
  @media (min-width: 600px) {
    .supportchildren-section {
      padding-top: 4rem; } }
  .supportchildren-section > .copy {
    font-size: 1.25rem;
    font-weight: bold; }
    @media (min-width: 600px) {
      .supportchildren-section > .copy {
        font-size: 2rem; } }
  .supportchildren-section > .image {
    margin-top: 2rem; }
  .supportchildren-section > .title {
    margin-top: 2rem;
    font-size: 1.125rem; }
    @media (min-width: 600px) {
      .supportchildren-section > .title {
        font-size: 1.5rem; } }
  .supportchildren-section > .sub-title {
    margin-top: 1.5rem; }
    .supportchildren-section > .sub-title + .text {
      margin-top: 0.5rem; }
  .supportchildren-section > .text {
    margin-top: 1.25rem;
    font-size: 0.875rem;
    line-height: 2;
    text-align: justify;
    word-break: break-all; }
    @media (min-width: 600px) {
      .supportchildren-section > .text {
        font-size: 1rem; } }
  .supportchildren-section > .support-lists {
    margin-top: 1.25rem; }
    .supportchildren-section > .support-lists > .list {
      position: relative;
      padding-left: 1rem;
      font-size: 0.875rem;
      line-height: 1.8; }
      @media (min-width: 600px) {
        .supportchildren-section > .support-lists > .list {
          font-size: 1rem; } }
      .supportchildren-section > .support-lists > .list::before {
        content: '・';
        position: absolute;
        top: 0;
        left: 0; }
      .supportchildren-section > .support-lists > .list + .list {
        margin-top: 0.25rem; }
      .supportchildren-section > .support-lists > .list a {
        color: #0068C1;
        text-decoration: underline; }

.transfer-area {
  background-color: #F5F5F5;
  padding: 2rem 1rem;
  margin-top: 2rem; }
  @media (min-width: 600px) {
    .transfer-area {
      padding: 3rem 4rem; } }
  .transfer-area > .title {
    font-size: 1.5rem;
    font-weight: bold; }

.transfer-list {
  margin-top: 1rem; }
  .transfer-list > .list {
    font-size: 1rem; }
    @media (min-width: 600px) {
      .transfer-list > .list {
        font-size: 1.25rem; } }
    .transfer-list > .list + .list {
      margin-top: 0.25rem; }
      @media (min-width: 600px) {
        .transfer-list > .list + .list {
          margin-top: 0.75rem; } }
