﻿/*! Attention : SASS compiled. */

* {
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  color: #666666;
  font-family: 'Mukta Vaani', 'Rounded Mplus 1c', "モリサワ 新ゴ R", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Osaka", "Droid Sans", "メイリオ", "Meiryo", "Helvetica", "Arial", "sans-serif";
  line-height: 1.75rem;
  vertical-align: baseline;
  word-wrap: break-word;
  -webkit-text-size-adjust: 100%;
  padding: 0;
  margin: 0
}

*::selection {
  background-color: #ffdddd;
  color: #ffffff
}

*::-moz-selection {
  background-color: #ffdddd;
  color: #ffffff
}

html {
  height: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
  background-color: #ffffff
}

body {
  position: relative;
  overflow-x: hidden;
  width: 100%;
  height: 100%;
  background-color: #ffffff
}

body::before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: #fdd;
  background: -moz-linear-gradient(top, #fdd 0%, #fff9f9 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fdd), color-stop(100%, #fff9f9));
  background: -webkit-linear-gradient(top, #fdd 0%, #fff9f9 100%);
  background: -o-linear-gradient(top, #fdd 0%, #fff9f9 100%);
  background: -ms-linear-gradient(top, #fdd 0%, #fff9f9 100%);
  background: linear-gradient(to bottom, #fdd 0%, #fff9f9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$start-color', endColorstr='$end-color', GradientType=0)
}

body .bgStripe {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(-45deg, #fff 25%, transparent 25%, transparent 50%, #fff 50%, #fff 75%, transparent 75%, transparent);
  background-size: 40px 40px;
  background-attachment: fixed;
  z-index: 0
}

body.scrollStop {
  position: fixed !important;
  overflow-x: scroll;
  overflow-y: scroll
}

a {
  color: #ff99aa;
  outline: none;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-transition: .2s;
  -moz-transition: .2s;
  -ms-transition: .2s;
  -o-transition: .2s;
  transition: .2s
}

a:hover {
  color: #ff7788;
  text-decoration: none
}

a b {
  color: inherit
}

a img {
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
  transition: .3s
}

@media screen and (max-width: 768px) {
  body .bgStripe {
    background-size: 30px 30px
  }
}

img {
  max-width: 100%;
  width: 100%;
  height: auto;
  border: none;
  vertical-align: top
}

#loadingWrapper {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #ffffff;
  z-index: 1000
}

#loadingWrapper #loading {
  position: relative;
  left: 0;
  top: 50%;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%)
}

#pageTransitionAnimation {
  position: absolute;
  top: -100%;
  left: -100%;
  width: 300%;
  height: 300%;
  background-color: #ffffff;
  z-index: 999;
  -webkit-animation: deg45Slide 2.5s ease-out 3.5s forwards;
  animation: deg45Slide 2.5s ease-out 3.5s forwards
}

@media screen and (max-width: 1440px) {
  #pageTransitionAnimation {
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    -webkit-animation: deg45Slide 1.5s ease-out 3.5s forwards;
    animation: deg45Slide 1.5s ease-out 3.5s forwards
  }
}

@media screen and (max-width: 768px) {
  #pageTransitionAnimation {
    -webkit-animation: deg45Slide 1.0s ease-out 3.5s forwards;
    animation: deg45Slide 1.0s ease-out 3.5s forwards
  }
}

main.container {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  z-index: 1
}

main.noLink {
  pointer-events: none !important;
  opacity: .5;
  filter: alpha(opacity=50)
}

main.container .content {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0 auto
}

.plainScope {
  position: relative;
  width: 100%;
  padding: 0;
  margin: 3rem auto
}

.plainScope .inside {
  max-width: 1200px;
  margin: 0 auto
}

#categoryTitle {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 20rem;
  background: no-repeat center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  opacity: 0;
  filter: alpha(opacity=0);
  padding-top: 92px;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  -webkit-animation: fade-in 0.25s ease-out 0.25s forwards;
  animation: fade-in 0.25s ease-out 0.25s forwards
}

#categoryTitle::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 60%;
  background: transparent;
  background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.45) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, transparent), color-stop(100%, rgba(0, 0, 0, 0.45)));
  background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.45) 100%);
  background: -o-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.45) 100%);
  background: -ms-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.45) 100%);
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.45) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$start-color', endColorstr='$end-color', GradientType=0)
}

#categoryTitle h2 {
  position: absolute;
  left: 50%;
  bottom: 1.5rem;
  width: 100%;
  max-width: 1200px;
  font-family: 'Mukta Vaani', 'Rounded Mplus 1c', sans-serif;
  color: #ffffff;
  font-size: 3.5rem;
  font-weight: 200;
  letter-spacing: 6px;
  line-height: 4rem;
  text-align: left;
  padding: 0 1.5rem;
  margin: 0 auto;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-animation: fade-in 0.75s ease-out 1.0s forwards;
  animation: fade-in 0.75s ease-out 1.0s forwards
}

#categoryTitle h2 span {
  display: inline-block;
  font-family: "Rounded Mplus 1c";
  color: #ffffff;
  font-size: 1.75rem;
  letter-spacing: 2px
}

#categoryTitle h2 span::before {
  content: '/'
}

@media screen and (max-width: 600px) {
  #breadcrumb {
    display: none
  }
}

#pageTopScroll {
  position: fixed;
  right: 1.5rem;
  bottom: 1.5rem;
  z-index: 99
}

#pageTopScroll a {
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  background-color: transparent;
  border-radius: 1.25rem;
  text-align: center;
  opacity: .85;
  filter: alpha(opacity=85);
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
  transition: .3s
}

#pageTopScroll a i {
  color: #ffaabb;
  font-size: 1.5rem;
  line-height: 2.5rem;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
  transition: .3s
}

#pageTopScroll a:hover {
  background-color: #ffaabb;
  opacity: 1;
  filter: alpha(opacity=100)
}

#pageTopScroll a:hover i {
  color: #ffffff
}

@media screen and (max-width: 600px) {
  #pageTopScroll {
    display: none !important
  }
}

.act {
  visibility: visible !important;
  opacity: 1 !important
}

.textillate-loading {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  font-family: "Rounded Mplus 1c";
  text-align: center;
  z-index: 2;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%)
}

.textillate-loading * {
  font-family: inherit;
  color: inherit;
  font-size: inherit;
  line-height: inherit
}

.textillate-loading .textillate.loading {
  display: inline-block;
  color: #ffffff;
  font-size: 2.5rem;
  text-align: center;
  text-shadow: 0px 0px 20px rgba(255, 153, 170, 0.5), 0px 0px 5px rgba(255, 85, 102, 0.75), 0px 0px 2px rgba(255, 85, 102, 0.85), 0px 0px 1px rgba(255, 85, 102, 0.95), 0px 0px 1px rgba(255, 85, 102, 0.95);
  padding: 1rem 0
}

@media screen and (max-width: 600px) {
  .textillate.loading img {
    width: 2rem;
    margin: 0 0.15rem
  }
}

#modalOverlay {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 120%;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 9998
}

#modal {
  position: fixed;
  left: 0;
  top: 50%;
  display: none;
  width: 100%;
  padding: 1.5rem;
  margin: 0 auto;
  z-index: 9999;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%)
}

#modal .modalWindow {
  width: 100%;
  max-width: 480px;
  background-color: #ffffff;
  border-radius: 6px;
  text-align: center;
  padding: 1.5rem;
  margin: 0 auto
}

#modal .modalWindow .contact-line-at img.line-at_qrCode {
  max-width: 360px;
  max-height: 360px
}

#modal .modalWindow .contact-line-at figcaption img.line-at_typography {
  width: auto;
  height: 2rem;
  vertical-align: middle
}

#modal .modalWindow .contact-line-at figcaption span {
  font-size: 1.5rem;
  vertical-align: middle
}

#modal .modalWindow #modalClose {
  cursor: pointer;
  display: inline-block;
  background-color: #444444;
  border-radius: 3rem;
  color: #ffffff;
  font-size: 1rem;
  padding: 0 1rem;
  margin: 1rem;
  -webkit-transition: .2s;
  -moz-transition: .2s;
  -ms-transition: .2s;
  -o-transition: .2s;
  transition: .2s
}

#modal .modalWindow #modalClose:hover {
  background-color: #c79c2d
}

#header {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 144px;
  z-index: 99;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
  transition: .3s
}

#header * {
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
  transition: .3s
}

#header .navWrapper {
  position: relative;
  display: table;
  width: 100%;
  max-width: 1200px;
  height: auto;
  margin: 0 auto;
  z-index: 1
}

#header .navWrapper h1 {
  display: table-cell;
  height: 144px;
  text-align: left;
  vertical-align: middle;
  padding: 0.5rem 1rem;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translate(0px, -100%);
  -moz-transform: translate(0px, -100%);
  -ms-transform: translate(0px, -100%);
  -o-transform: translate(0px, -100%);
  transform: translate(0px, -100%)
}

#header .navWrapper h1 a.headerLogo img {
  width: auto;
  height: 100%
}

#header .navWrapper h1 a.headerLogo img.white {
  display: inline
}

#header .navWrapper h1 a.headerLogo img.gray {
  display: none
}

#header .navWrapper h1 a.headerLogo.disable {
  display: none
}

#header .navWrapper nav {
  display: table-cell;
  text-align: right;
  vertical-align: middle;
  padding: 0 1rem
}

#header .navWrapper nav ul {
  list-style: none;
  margin-left: 0
}

#header .navWrapper nav ul li {
  display: inline-block;
  opacity: 0;
  filter: alpha(opacity=0);
  margin: 0 0.75rem
}

#header .navWrapper nav ul li a {
  display: inline-block;
  color: #ffffff;
  font-size: 1.25rem;
  font-weight: 300;
  letter-spacing: 4px
}

#header .navWrapper nav ul li a span {
  color: #ffffff;
  font-size: 1.25rem;
  font-weight: 300;
  letter-spacing: 0px
}

#header .navWrapper nav ul li a div {
  display: block;
  width: 0%;
  padding-bottom: 1px;
  border-bottom: solid 1px #ffffff;
  margin: 0 auto;
  -webkit-animation: abscissa-out 0.15s forwards;
  animation: abscissa-out 0.15s forwards
}

#header .navWrapper nav ul li a:hover {
  color: #ffffff
}

#header .navWrapper nav ul li a:hover span {
  color: #ffffff
}

#header .navWrapper nav ul li a:hover div {
  -webkit-animation: abscissa-in 0.35s forwards;
  animation: abscissa-in 0.35s forwards
}

#header .navWrapper nav ul li:nth-child(1) {
  -webkit-animation: fade-in 1.0s ease-out 0.15s forwards, upSlide 1.5s ease-out 0.15s forwards;
  animation: fade-in 1.0s ease-out 0.15s forwards, upSlide 1.5s ease-out 0.15s forwards
}

#header .navWrapper nav ul li:nth-child(2) {
  -webkit-animation: fade-in 1.0s ease-out 0.30s forwards, upSlide 1.5s ease-out 0.30s forwards;
  animation: fade-in 1.0s ease-out 0.30s forwards, upSlide 1.5s ease-out 0.30s forwards
}

#header .navWrapper nav ul li:nth-child(3) {
  -webkit-animation: fade-in 1.0s ease-out 0.45s forwards, upSlide 1.5s ease-out 0.45s forwards;
  animation: fade-in 1.0s ease-out 0.45s forwards, upSlide 1.5s ease-out 0.45s forwards
}

#header .navWrapper nav ul li:nth-child(4) {
  -webkit-animation: fade-in 1.0s ease-out 0.60s forwards, upSlide 1.5s ease-out 0.60s forwards;
  animation: fade-in 1.0s ease-out 0.60s forwards, upSlide 1.5s ease-out 0.60s forwards
}

#header .navWrapper nav .pc {
  display: block
}

#header .navWrapper nav .sp {
  display: none
}

#header.scroll {
  display: none;
  border: none
}

#header.scroll .navWrapper h1 {
  -webkit-animation: fade-in 0.5s ease-out forwards, downSlide 0.5s ease-out forwards;
  animation: fade-in 0.5s ease-out forwards, downSlide 0.5s ease-out forwards
}

#header.scroll .navWrapper h1 a.headerLogo img.white {
  display: none
}

#header.scroll .navWrapper h1 a.headerLogo img.gray {
  display: inline
}

#header.return .navWrapper h1 {
  -webkit-animation: fade-out 0.5s ease-out forwards, downSlide-0 0.5s ease-out forwards;
  animation: fade-out 0.5s ease-out forwards, downSlide-0 0.5s ease-out forwards
}

#header.lower .navWrapper h1 {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translate(0px, 0%);
  -moz-transform: translate(0px, 0%);
  -ms-transform: translate(0px, 0%);
  -o-transform: translate(0px, 0%);
  transform: translate(0px, 0%);
  -webkit-animation: fade-in 0.75s ease-out 0.5s forwards;
  animation: fade-in 0.75s ease-out 0.5s forwards
}

@media screen and (max-width: 600px) {
  #header {
    height: 112px
  }
  #header .navWrapper {
    z-index: 101
  }
  #header .navWrapper h1 {
    height: 112px
  }
  #header .navWrapper nav {
    width: 80px;
    text-align: right
  }
  #header .navWrapper nav .pc {
    display: none
  }
  #header .navWrapper nav .sp {
    position: relative;
    display: inline-block;
    text-align: right;
    vertical-align: middle
  }
  #header .navWrapper nav .sp .menuTrigger {
    display: inline-block;
    text-align: center;
    vertical-align: middle
  }
  #header .navWrapper nav .sp .menuTrigger .icon {
    cursor: pointer;
    position: relative;
    display: inline-block;
    width: 44px;
    height: 36px;
    vertical-align: middle;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
    transition: .4s
  }
  #header .navWrapper nav .sp .menuTrigger .icon span {
    position: absolute;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 2px;
    vertical-align: middle;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    background-color: #ffffff
  }
  #header .navWrapper nav .sp .menuTrigger .icon span:nth-of-type(1) {
    top: 0;
    animation: menuBar-01 .35s forwards
  }
  #header .navWrapper nav .sp .menuTrigger .icon span:nth-of-type(2) {
    top: 17px;
    -webkit-transition: .25s;
    -moz-transition: .25s;
    -ms-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
    opacity: 1;
    filter: alpha(opacity=100)
  }
  #header .navWrapper nav .sp .menuTrigger .icon span:nth-of-type(3) {
    bottom: 0;
    animation: menuBar-03 .35s forwards
  }
  #header .navWrapper nav .sp .menuTrigger .icon.active span {
    background-color: #727171
  }
  #header .navWrapper nav .sp .menuTrigger .icon.active span:nth-of-type(1) {
    animation: menuBar-01-active .35s forwards
  }
  #header .navWrapper nav .sp .menuTrigger .icon.active span:nth-of-type(2) {
    opacity: 0;
    filter: alpha(opacity=0)
  }
  #header .navWrapper nav .sp .menuTrigger .icon.active span:nth-of-type(3) {
    animation: menuBar-03-active .35s forwards
  }
  #header.scroll .navWrapper nav .sp .menuTrigger span {
    background-color: #727171
  }
}

@-moz-keyframes menuBar-01 {
  0% {
    -moz-transform: translateY(17px) rotate(45deg)
  }
  50% {
    -moz-transform: translateY(17px) rotate(0)
  }
  100% {
    -moz-transform: translateY(0) rotate(0)
  }
}

@-webkit-keyframes menuBar-01 {
  0% {
    -webkit-transform: translateY(17px) rotate(45deg)
  }
  50% {
    -webkit-transform: translateY(17px) rotate(0)
  }
  100% {
    -webkit-transform: translateY(0) rotate(0)
  }
}

@keyframes menuBar-01 {
  0% {
    transform: translateY(17px) rotate(45deg)
  }
  50% {
    transform: translateY(17px) rotate(0)
  }
  100% {
    transform: translateY(0) rotate(0)
  }
}

@-moz-keyframes menuBar-03 {
  0% {
    -moz-transform: translateY(-17px) rotate(-45deg)
  }
  50% {
    -moz-transform: translateY(-17px) rotate(0)
  }
  100% {
    -moz-transform: translateY(0) rotate(0)
  }
}

@-webkit-keyframes menuBar-03 {
  0% {
    -webkit-transform: translateY(-17px) rotate(-45deg)
  }
  50% {
    -webkit-transform: translateY(-17px) rotate(0)
  }
  100% {
    -webkit-transform: translateY(0) rotate(0)
  }
}

@keyframes menuBar03 {
  0% {
    transform: translateY(-17px) rotate(-45deg)
  }
  50% {
    transform: translateY(-17px) rotate(0)
  }
  100% {
    transform: translateY(0) rotate(0)
  }
}

@-moz-keyframes menuBar-01-active {
  0% {
    -moz-transform: translateY(0) rotate(0)
  }
  50% {
    -moz-transform: translateY(17px) rotate(0)
  }
  100% {
    -moz-transform: translateY(17px) rotate(45deg)
  }
}

@-webkit-keyframes menuBar-01-active {
  0% {
    -webkit-transform: translateY(0) rotate(0)
  }
  50% {
    -webkit-transform: translateY(17px) rotate(0)
  }
  100% {
    -webkit-transform: translateY(17px) rotate(45deg)
  }
}

@keyframes active-menuBar-01-active {
  0% {
    transform: translateY(0) rotate(0)
  }
  50% {
    transform: translateY(17px) rotate(0)
  }
  100% {
    transform: translateY(17px) rotate(45deg)
  }
}

@-moz-keyframes menuBar-03-active {
  0% {
    -moz-transform: translateY(0) rotate(0)
  }
  50% {
    -moz-transform: translateY(-17px) rotate(0)
  }
  100% {
    -moz-transform: translateY(-17px) rotate(-45deg)
  }
}

@-webkit-keyframes menuBar-03-active {
  0% {
    -webkit-transform: translateY(0) rotate(0)
  }
  50% {
    -webkit-transform: translateY(-17px) rotate(0)
  }
  100% {
    -webkit-transform: translateY(-17px) rotate(-45deg)
  }
}

@keyframes menuBar-03-active {
  0% {
    transform: translateY(0) rotate(0)
  }
  50% {
    transform: translateY(-17px) rotate(0)
  }
  100% {
    transform: translateY(-17px) rotate(-45deg)
  }
}

@media screen and (max-width: 400px) {
  #header {
    height: 96px
  }
  #header .navWrapper h1 {
    height: 96px
  }
  #header .navWrapper nav {
    width: 58px
  }
  #header .navWrapper nav .pc {
    display: none
  }
  #header .navWrapper nav .sp .menuTrigger .icon {
    width: 38px;
    height: 30px
  }
  #header .navWrapper nav .sp .menuTrigger .icon span:nth-of-type(1) {
    animation: menuBar-01-se .35s forwards
  }
  #header .navWrapper nav .sp .menuTrigger .icon span:nth-of-type(2) {
    top: 14px
  }
  #header .navWrapper nav .sp .menuTrigger .icon span:nth-of-type(3) {
    animation: menuBar-03-se .35s forwards
  }
  #header .navWrapper nav .sp .menuTrigger .icon.active span:nth-of-type(1) {
    animation: menuBar-01-active-se .35s forwards
  }
  #header .navWrapper nav .sp .menuTrigger .icon.active span:nth-of-type(3) {
    animation: menuBar-03-active-se .35s forwards
  }
}

@-moz-keyframes menuBar-01-se {
  0% {
    -moz-transform: translateY(14px) rotate(45deg)
  }
  50% {
    -moz-transform: translateY(14px) rotate(0)
  }
  100% {
    -moz-transform: translateY(0) rotate(0)
  }
}

@-webkit-keyframes menuBar-01-se {
  0% {
    -webkit-transform: translateY(14px) rotate(45deg)
  }
  50% {
    -webkit-transform: translateY(14px) rotate(0)
  }
  100% {
    -webkit-transform: translateY(0) rotate(0)
  }
}

@keyframes menuBar-01-se {
  0% {
    transform: translateY(14px) rotate(45deg)
  }
  50% {
    transform: translateY(14px) rotate(0)
  }
  100% {
    transform: translateY(0) rotate(0)
  }
}

@-moz-keyframes menuBar-03-se {
  0% {
    -moz-transform: translateY(-14px) rotate(-45deg)
  }
  50% {
    -moz-transform: translateY(-14px) rotate(0)
  }
  100% {
    -moz-transform: translateY(0) rotate(0)
  }
}

@-webkit-keyframes menuBar-03-se {
  0% {
    -webkit-transform: translateY(-14px) rotate(-45deg)
  }
  50% {
    -webkit-transform: translateY(-14px) rotate(0)
  }
  100% {
    -webkit-transform: translateY(0) rotate(0)
  }
}

@keyframes menuBar03-se {
  0% {
    transform: translateY(-14px) rotate(-45deg)
  }
  50% {
    transform: translateY(-14px) rotate(0)
  }
  100% {
    transform: translateY(0) rotate(0)
  }
}

@-moz-keyframes menuBar-01-active-se {
  0% {
    -moz-transform: translateY(0) rotate(0)
  }
  50% {
    -moz-transform: translateY(14px) rotate(0)
  }
  100% {
    -moz-transform: translateY(14px) rotate(45deg)
  }
}

@-webkit-keyframes menuBar-01-active-se {
  0% {
    -webkit-transform: translateY(0) rotate(0)
  }
  50% {
    -webkit-transform: translateY(14px) rotate(0)
  }
  100% {
    -webkit-transform: translateY(14px) rotate(45deg)
  }
}

@keyframes active-menuBar-01-active-se {
  0% {
    transform: translateY(0) rotate(0)
  }
  50% {
    transform: translateY(14px) rotate(0)
  }
  100% {
    transform: translateY(14px) rotate(45deg)
  }
}

@-moz-keyframes menuBar-03-active-se {
  0% {
    -moz-transform: translateY(0) rotate(0)
  }
  50% {
    -moz-transform: translateY(-14px) rotate(0)
  }
  100% {
    -moz-transform: translateY(-14px) rotate(-45deg)
  }
}

@-webkit-keyframes menuBar-03-active-se {
  0% {
    -webkit-transform: translateY(0) rotate(0)
  }
  50% {
    -webkit-transform: translateY(-14px) rotate(0)
  }
  100% {
    -webkit-transform: translateY(-14px) rotate(-45deg)
  }
}

@keyframes menuBar-03-active-se {
  0% {
    transform: translateY(0) rotate(0)
  }
  50% {
    transform: translateY(-14px) rotate(0)
  }
  100% {
    transform: translateY(-14px) rotate(-45deg)
  }
}

#menu {
  position: fixed;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(225, 224, 214, 0.95);
  z-index: 100;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
  transition: .3s
}

#menu nav {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%)
}

#menu nav ul {
  text-align: center;
  list-style: none;
  margin-left: 0
}

#menu nav ul li {
  display: block;
  line-height: 5rem;
  margin: 0 0.75rem;
  -webkit-transition: inherit;
  -moz-transition: inherit;
  -ms-transition: inherit;
  -o-transition: inherit;
  transition: inherit
}

#menu nav ul li a {
  display: inline-block;
  font-family: 'Mukta Vaani', sans-serif;
  color: #727171;
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 2.75rem;
  letter-spacing: 3px
}

#menu nav ul li a span {
  font-family: 'Mukta Vaani', sans-serif;
  color: #727171;
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 2.75rem;
  letter-spacing: 0px
}

#menu nav ul li a div {
  display: block;
  width: 0%;
  padding-bottom: 1px;
  border-bottom: solid 1px #222222;
  margin: 0 auto;
  -webkit-animation: abscissa-out 0.15s forwards;
  animation: abscissa-out 0.15s forwards
}

#menu nav ul li a:hover {
  color: #222222
}

#menu nav ul li a:hover span {
  color: #222222
}

#menu nav ul li a:hover div {
  -webkit-animation: abscissa-in 0.35s forwards;
  animation: abscissa-in 0.35s forwards
}

#menu.active {
  top: 0;
  opacity: 1;
  filter: alpha(opacity=100)
}

footer.disable {
  pointer-events: none !important;
  opacity: .5;
  filter: alpha(opacity=50)
}

#footer {
  position: relative;
  display: block;
  width: 100%
}

#footer .copyright {
  position: relative;
  width: 100%;
  height: 6rem;
  text-align: center
}

#footer .copyright .summarize {
  position: absolute;
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%)
}

#footer .copyright .summarize small {
  display: block;
  font-size: 1.25rem;
  font-weight: 400;
  letter-spacing: 1px;
  margin: 0 auto
}

#footer .sitePolicy {
  width: 100%;
  max-width: 1200px;
  text-align: center;
  padding: 1rem 0.5rem 2rem;
  margin: 0 auto
}

#footer .sitePolicy .inside {
  display: inline-block;
  color: #ff7788;
  font-size: 0.75rem;
  line-height: 1.15rem;
  text-align: left
}

#footer .sitePolicy .inside h3 {
  display: inline;
  color: inherit;
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 1.25rem
}

.card-in-button {
  width: 100%;
  text-align: center;
  padding: 0.5rem;
  margin: 1rem 0
}

.card-in-button .button {
  position: relative;
  display: table;
  min-width: 260px;
  height: 48px;
  border-radius: 4rem;
  padding: 0 4.5rem;
  margin: 0 auto;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  z-index: 2
}

.card-in-button .button::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  min-width: 260px;
  height: 48px;
  background-color: #cccccc;
  border: solid 1px #dddddd;
  border-radius: 24px;
  z-index: 2;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
  transition: .3s
}

.card-in-button .button::after {
  content: '';
  position: absolute;
  top: 24px;
  left: 0;
  display: block;
  width: 100%;
  min-width: 260px;
  height: 30px;
  background-color: #aaaaaa;
  border-radius: 0 0 24px 24px;
  z-index: 1
}

.card-in-button .button>div {
  position: relative;
  display: table-cell;
  color: #ffffff;
  font-size: 1.25rem;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  padding-top: 0.25rem;
  z-index: 3;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
  transition: .3s
}

.card-in-button .button>div::after {
  content: '\e971';
  display: inline-block;
  font-family: 'apollicons-Items';
  color: #ffffff;
  font-size: 1.25rem;
  padding-left: 1rem;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
  transition: .3s
}

.card-in-button .button:hover::before {
  background-color: #dddddd
}

.card-in-button .button:active::before {
  top: 6px
}

.card-in-button .button:active>div {
  top: 6px
}

.clickPoint {
  position: absolute;
  display: block;
  width: 10px;
  height: 10px;
  background-color: rgba(199, 155, 45, 0.5);
  border-radius: 50%;
  margin: -5px 0 0 -5px;
  -webkit-animation-name: clicklEffect;
  -moz-animation-name: clicklEffect;
  -ms-animation-name: clicklEffect;
  -o-animation-name: clicklEffect;
  animation-name: clicklEffect;
  -webkit-animation-duration: 1.5s;
  -moz-animation-duration: 1.5s;
  -ms-animation-duration: 1.5s;
  -o-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-timing-function: ease-out;
  -moz-animation-timing-function: ease-out;
  -ms-animation-timing-function: ease-out;
  -o-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -ms-animation-iteration-count: 1;
  -o-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -ms-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards
}

.youtubeButton {
  display: inline-block;
  background-color: #be171c;
  background: -moz-linear-gradient(top, #e52d27 0%, #be171c);
  background: -webkit-gradient(linear, left top, left bottom, from(#e52d27), to(#be171c));
  background: linear-gradient(#e52d27 0%, #be171c);
  border-radius: 10px;
  box-shadow: rgba(255, 255, 255, 0.25) 0px 1px 0px 0px inset, rgba(0, 0, 0, 0.1) -1px 0px 0px 0px inset, rgba(0, 0, 0, 0.25) 0px -1px 0px 0px inset, rgba(0, 0, 0, 0.1) 1px -1px 0px 0px inset;
  padding: 10px 15px;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
  transition: .3s
}

.youtubeButton span {
  font-size: 10px;
  vertical-align: middle;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
  transition: .3s
}

.youtubeButton span.icon {
  font-size: 14px
}

.youtubeButton:hover {
  background-color: #ffffff;
  background: -moz-linear-gradient(top, #fff 0%, #fff);
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background: linear-gradient(#fff 0%, #fff)
}

.youtubeButton:hover span {
  color: #be171c
}

* {
  font-size: 10px;
  font-size: 1.0rem
}

html {
  font-size: 62.5%
}

@media screen and (min-width: 361px) {
  * {
    font-size: 12px;
    font-size: 1.0rem
  }
  html {
    font-size: 75%
  }
}

@media screen and (min-width: 480px) {
  * {
    font-size: 13px;
    font-size: 1.0rem
  }
  html {
    font-size: 81.25%
  }
}

@media screen and (min-width: 768px) {
  * {
    font-size: 14px;
    font-size: 1.0rem
  }
  html {
    font-size: 87.5%
  }
}
@media screen and (min-width: 1280px) {
  * {
    font-size: 16px;
    font-size: 1.0rem
  }
  html {
    font-size: 100%
  }
}
h3.characterName{
	font-size: 13em;
/*
	height: 231px;
*/
	height: 1.3em;
	padding: 20px 0 0 0;
	line-height: 1.2em;
	letter-spacing: 0.25em;
}
@media screen and (min-width: 1280px) {
  h3.characterName{
	font-size: 11em;	height: 1.3em;
  }
}

@media screen and (max-width: 1182px) {
  h3.characterName{
	font-size: 11em;	height: 1.3em;
  }
}
@media screen and (max-width: 1010px) {
  h3.characterName{
	font-size: 9.8em;	height: 1.3em;
	letter-spacing: 0.15em;
  }
}
@media screen and (max-width: 836px) {
  h3.characterName{
	font-size: 8em;	height: 1.3em;
  }
}
@media screen and (max-width: 404px) {
  h3.characterName{
	font-size: 6em;	height: 1.3em;     letter-spacing: 0.15em;
  }
}
h1 {
  font-size: 1.75rem;
  font-weight: bold;
  text-align: center;
  vertical-align: middle
}

h2 {
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  vertical-align: middle
}

h3 {
  font-size: 1.25em;
  font-weight: bold;
  text-align: center;
  vertical-align: middle
}

h4 {
  font-size: 1.15rem;
  font-weight: normal;
  text-align: center;
  vertical-align: middle
}

ul, ol {
  margin-left: 2.0rem
}

li {
  margin: 0.5rem 0
}

dl {
  margin: 1.5rem 0
}

dl+dl {
  margin-bottom: 0
}

dl:last-child {
  margin: 1.5rem 0
}

dt {
  font-size: 1.15rem;
  font-weight: bold
}

p {
  margin: 0.5rem 0
}

p br.sp {
  display: inline
}

p.lowMargin {
  margin-top: 1rem
}

p.middleMargin {
  margin-top: 2em
}

p.highMargin {
  margin-top: 4rem
}

p.line {
  display: block;
  width: 100%;
  border-bottom: 1px solid #333333;
  padding-bottom: 0.25rem;
  margin-bottom: 0.5rem
}

@media screen and (min-width: 768px) {
  p br.sp {
    display: none
  }
}

strong {
  color: inherit;
  font-size: 1.25rem;
  font-weight: bold
}

em {
  color: inherit;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: bold
}

b {
  color: inherit;
  font-style: bold
}

small {
  color: inherit;
  font-size: 0.9rem;
  font-weight: normal;
  margin: 0.5rem 0
}

small.annot {
  display: block
}

small.annot::before {
  content: "※";
  margin-right: 0.5rem
}

small.annotLf {
  display: block;
  margin-left: 1.5rem
}

.left {
  text-align: left
}

.center {
  text-align: center
}

.right {
  text-align: right
}

.textColor {
  font-size: inherit
}

.textColor.trans {
  color: transparent
}

.textColor.white {
  color: #ffffff
}

.textColor.black {
  color: #000000
}

.textColor.red {
  color: #ff0000
}

.textColor.gold {
  color: #cbae47
}

.maxWidth {
  position: relative;
  display: block;
  margin: 0 auto
}

.maxWidth.w-1280 {
  max-width: 1280px
}

.maxWidth.w-1080 {
  max-width: 1080px
}

.maxWidth.w-960 {
  max-width: 960px
}

.column {
  display: block;
  width: 100%;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
  transition: .3s
}

.column .column-1, .column .column-2, .column .column-3, .column .column-4, .column .column-5, .column .column-6 {
  display: block;
  width: 100%;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
  transition: .3s
}

.column .column-p5, .column .column-p10, .column .column-p15, .column .column-p20, .column .column-p25, .column .column-p30, .column .column-p35, .column .column-p40, .column .column-p45, .column .column-p50, .column .column-p55, .column .column-p60, .column .column-p65, .column .column-p70, .column .column-p75, .column .column-p80, .column .column-p85, .column .column-p90, .column .column-p95 {
  display: block;
  width: 100%;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
  transition: .3s
}

.column+.column {
  margin-top: 20px
}

@media screen and (min-width: 768px) {
  .column {
    display: table
  }
  .column .column-1, .column .column-2, .column .column-3, .column .column-4, .column .column-5, .column .column-6 {
    display: table-cell
  }
  .column .column-1 {
    width: 100%
  }
  .column .column-2 {
    width: 50%
  }
  .column .column-3 {
    width: 33.33%
  }
  .column .column-4 {
    width: 25%
  }
  .column .column-5 {
    width: 20%
  }
  .column .column-6 {
    width: 16.66%
  }
  .column .column-p5, .column .column-p10, .column .column-p15, .column .column-p20, .column .column-p25, .column .column-p30, .column .column-p35, .column .column-p40, .column .column-p45, .column .column-p50, .column .column-p55, .column .column-p60, .column .column-p65, .column .column-p70, .column .column-p75, .column .column-p80, .column .column-p85, .column .column-p90, .column .column-p95 {
    display: table-cell
  }
  .column .column-p5 {
    width: 5%
  }
  .column .column-p10 {
    width: 10%
  }
  .column .column-p15 {
    width: 15%
  }
  .column .column-p20 {
    width: 20%
  }
  .column .column-p25 {
    width: 25%
  }
  .column .column-p30 {
    width: 30%
  }
  .column .column-p35 {
    width: 35%
  }
  .column .column-p40 {
    width: 40%
  }
  .column .column-p45 {
    width: 45%
  }
  .column .column-p50 {
    width: 50%
  }
  .column .column-p55 {
    width: 55%
  }
  .column .column-p60 {
    width: 60%
  }
  .column .column-p65 {
    width: 65%
  }
  .column .column-p70 {
    width: 70%
  }
  .column .column-p75 {
    width: 75%
  }
  .column .column-p80 {
    width: 80%
  }
  .column .column-p85 {
    width: 85%
  }
  .column .column-p90 {
    width: 90%
  }
  .column .column-p95 {
    width: 95%
  }
}

.separateLine {
  width: 50%;
  height: 1px;
  margin: 2rem auto
}

.separateLine.line {
  border-top: 1px solid #333333
}

.separateLine.dot {
  border-top: 1px dotted #333333
}

.separateLine.grad {
  background: -moz-linear-gradient(left, #fff 0%, #000 50%, #fff);
  background: -webkit-gradient(linear, left top, right bottom, from(#fff), color-stop(0.5, #000), to(#fff));
  background: linear-gradient(to right, #fff 0%, #000 50%, #fff)
}

.cardLayout {
  position: relative;
  width: 100%;
  padding: 0;
  margin: 3rem auto
}

.cardLayout .inside {
  max-width: 1200px;
  padding: 0 1rem;
  margin: 0 auto
}

.cardLayout .position {
  position: relative
}

.cardLayout .card {
  display: inline-block;
  background-color: #ffffff;
  border-radius: 1rem;
  box-shadow: rgba(255, 85, 102, 0.05) 0px 1px 30px 0px, rgba(255, 85, 102, 0.05) -1px 0px 30px 0px, rgba(255, 85, 102, 0.05) 0px -1px 30px 0px, rgba(255, 85, 102, 0.05) 1px -1px 30px 0px, rgba(0, 0, 0, 0.05) 0px 1px 10px 0px, rgba(0, 0, 0, 0.05) -1px 0px 10px 0px, rgba(0, 0, 0, 0.05) 0px -1px 10px 0px, rgba(0, 0, 0, 0.05) 1px -1px 10px 0px
}

.cardLayout .card h2 {
  line-height: 3rem;
  padding: 0 1rem;
  margin: 1rem 0
}

.cardLayout .card article {
  padding: 0 1rem;
  margin: 1rem
}

.cardLayout .card p {
  margin: 0
}

@-moz-keyframes fade-in {
  0% {
    opacity: 0.0
  }
  100% {
    opacity: 1.0
  }
}

@-webkit-keyframes fade-in {
  0% {
    opacity: 0.0
  }
  100% {
    opacity: 1.0
  }
}

@keyframes fade-in {
  0% {
    opacity: 0.0
  }
  100% {
    opacity: 1.0
  }
}

@-moz-keyframes fade-in-accelerate {
  0% {
    opacity: 0.0
  }
  65% {
    opacity: 0.0
  }
  100% {
    opacity: 1.0
  }
}

@-webkit-keyframes fade-in-accelerate {
  0% {
    opacity: 0.0
  }
  65% {
    opacity: 0.0
  }
  100% {
    opacity: 1.0
  }
}

@keyframes fade-in-accelerate {
  0% {
    opacity: 0.0
  }
  65% {
    opacity: 0.0
  }
  100% {
    opacity: 1.0
  }
}

@-moz-keyframes fade-out {
  0% {
    opacity: 1.0
  }
  100% {
    opacity: 0.0
  }
}

@-webkit-keyframes fade-out {
  0% {
    opacity: 1.0
  }
  100% {
    opacity: 0.0
  }
}

@keyframes fade-out {
  0% {
    opacity: 1.0
  }
  100% {
    opacity: 0.0
  }
}

@-moz-keyframes fade-in-out {
  0% {
    opacity: 0.0
  }
  25% {
    opacity: 1.0
  }
  75% {
    opacity: 1.0
  }
  100% {
    opacity: 0.0
  }
}

@-webkit-keyframes fade-in-out {
  0% {
    opacity: 0.0
  }
  25% {
    opacity: 1.0
  }
  75% {
    opacity: 1.0
  }
  100% {
    opacity: 0.0
  }
}

@keyframes fade-in-out {
  0% {
    opacity: 0.0
  }
  25% {
    opacity: 1.0
  }
  75% {
    opacity: 1.0
  }
  100% {
    opacity: 0.0
  }
}

@-moz-keyframes fade-out-and-erase {
  0% {
    opacity: 1.0;
    display: block
  }
  100% {
    opacity: 0.0;
    display: none
  }
}

@-webkit-keyframes fade-out-and-erase {
  0% {
    opacity: 1.0;
    display: block
  }
  100% {
    opacity: 0.0;
    display: none
  }
}

@keyframes fade-out-and-erase {
  0% {
    opacity: 1.0;
    display: block
  }
  100% {
    opacity: 0.0;
    display: none
  }
}

@-moz-keyframes zoom-in {
  0% {
    opacity: 0.0;
    -moz-transform: scale(10)
  }
  100% {
    opacity: 1.0;
    -moz-transform: scale(1)
  }
}

@-webkit-keyframes zoom-in {
  0% {
    opacity: 0.0;
    -webkit-transform: scale(10)
  }
  100% {
    opacity: 1.0;
    -webkit-transform: scale(1)
  }
}

@keyframes zoom-in {
  0% {
    opacity: 0.0;
    transform: scale(10)
  }
  100% {
    opacity: 1.0;
    transform: scale(1)
  }
}

@-moz-keyframes zoom-out {
  0% {
    opacity: 0.0;
    -moz-transform: scale(1)
  }
  100% {
    opacity: 1.0;
    -moz-transform: scale(10)
  }
}

@-webkit-keyframes zoom-out {
  0% {
    opacity: 0.0;
    -webkit-transform: scale(1)
  }
  100% {
    opacity: 1.0;
    -webkit-transform: scale(10)
  }
}

@keyframes zoom-out {
  0% {
    opacity: 0.0;
    transform: scale(1)
  }
  100% {
    opacity: 1.0;
    transform: scale(10)
  }
}

@-moz-keyframes zoom-out-mainVisual {
  0% {
    -moz-transform: scale(1)
  }
  100% {
    -moz-transform: scale(1.1)
  }
}

@-webkit-keyframes zoom-out-mainVisual {
  0% {
    -webkit-transform: scale(1)
  }
  100% {
    -webkit-transform: scale(1.1)
  }
}

@keyframes zoom-out-mainVisual {
  0% {
    transform: scale(1)
  }
  100% {
    transform: scale(1.1)
  }
}

@-moz-keyframes zoom-out-equal {
  0% {
    -moz-transform: scale(0)
  }
  100% {
    -moz-transform: scale(1)
  }
}

@-webkit-keyframes zoom-out-equal {
  0% {
    -webkit-transform: scale(0)
  }
  100% {
    -webkit-transform: scale(1)
  }
}

@keyframes zoom-out-equal {
  0% {
    transform: scale(0)
  }
  100% {
    transform: scale(1)
  }
}

@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg)
  }
  100% {
    -moz-transform: rotate(360deg)
  }
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg)
  }
  100% {
    -webkit-transform: rotate(360deg)
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg)
  }
  100% {
    transform: rotate(360deg)
  }
}

@-moz-keyframes hopping {
  0% {
    -moz-transform: translate(0px, -100%);
    opacity: 1.0
  }
  20% {
    -moz-transform: translate(0px, 0%)
  }
  35% {
    -moz-transform: translate(0px, -9%)
  }
  40% {
    -moz-transform: translate(0px, -10%)
  }
  45% {
    -moz-transform: translate(0px, -9%)
  }
  60% {
    -moz-transform: translate(0px, 0%)
  }
  70% {
    -moz-transform: translate(0px, -2%)
  }
  80% {
    -moz-transform: translate(0px, 0%)
  }
  100% {
    -moz-transform: translate(0px, 0%);
    opacity: 1.0
  }
}

@-webkit-keyframes hopping {
  0% {
    -webkit-transform: translate(0px, -100%);
    opacity: 1.0
  }
  20% {
    -webkit-transform: translate(0px, 0%)
  }
  35% {
    -webkit-transform: translate(0px, -9%)
  }
  40% {
    -webkit-transform: translate(0px, -10%)
  }
  45% {
    -webkit-transform: translate(0px, -9%)
  }
  60% {
    -webkit-transform: translate(0px, 0%)
  }
  70% {
    -webkit-transform: translate(0px, -2%)
  }
  80% {
    -webkit-transform: translate(0px, 0%)
  }
  100% {
    -webkit-transform: translate(0px, 0%);
    opacity: 1.0
  }
}

@keyframes hopping {
  0% {
    transform: translate(0px, -100%);
    opacity: 1.0
  }
  20% {
    transform: translate(0px, 0%)
  }
  35% {
    transform: translate(0px, -9%)
  }
  40% {
    transform: translate(0px, -10%)
  }
  45% {
    transform: translate(0px, -9%)
  }
  60% {
    transform: translate(0px, 0%)
  }
  70% {
    transform: translate(0px, -2%)
  }
  80% {
    transform: translate(0px, 0%)
  }
  100% {
    transform: translate(0px, 0%);
    opacity: 1.0
  }
}

@-moz-keyframes downSlide {
  0% {
    -moz-transform: translate(0px, -100%)
  }
  100% {
    -moz-transform: translate(0px, 0%)
  }
}

@-webkit-keyframes downSlide {
  0% {
    -webkit-transform: translate(0px, -100%)
  }
  100% {
    -webkit-transform: translate(0px, 0%)
  }
}

@keyframes downSlide {
  0% {
    transform: translate(0px, -100%)
  }
  100% {
    transform: translate(0px, 0%)
  }
}

@-moz-keyframes downSlide-0 {
  0% {
    -moz-transform: translate(0px, 0%)
  }
  100% {
    -moz-transform: translate(0px, -100%)
  }
}

@-webkit-keyframes downSlide-0 {
  0% {
    -webkit-transform: translate(0px, 0%)
  }
  100% {
    -webkit-transform: translate(0px, -100%)
  }
}

@keyframes downSlide-0 {
  0% {
    transform: translate(0px, 0%)
  }
  100% {
    transform: translate(0px, -100%)
  }
}

@-moz-keyframes upSlide {
  0% {
    -moz-transform: translate(0px, 100%)
  }
  100% {
    -moz-transform: translate(0px, 0%)
  }
}

@-webkit-keyframes upSlide {
  0% {
    -webkit-transform: translate(0px, 100%)
  }
  100% {
    -webkit-transform: translate(0px, 0%)
  }
}

@keyframes upSlide {
  0% {
    transform: translate(0px, 100%)
  }
  100% {
    transform: translate(0px, 0%)
  }
}

@-moz-keyframes upSlide-50 {
  0% {
    -moz-transform: translate(0px, 50%)
  }
  100% {
    -moz-transform: translate(0px, 0%)
  }
}

@-webkit-keyframes upSlide-50 {
  0% {
    -webkit-transform: translate(0px, 50%)
  }
  100% {
    -webkit-transform: translate(0px, 0%)
  }
}

@keyframes upSlide-50 {
  0% {
    transform: translate(0px, 50%)
  }
  100% {
    transform: translate(0px, 0%)
  }
}

@-moz-keyframes upSlide-10 {
  0% {
    -moz-transform: translate(0px, 10%)
  }
  100% {
    -moz-transform: translate(0px, 0%)
  }
}

@-webkit-keyframes upSlide-10 {
  0% {
    -webkit-transform: translate(0px, 10%)
  }
  100% {
    -webkit-transform: translate(0px, 0%)
  }
}

@keyframes upSlide-10 {
  0% {
    transform: translate(0px, 10%)
  }
  100% {
    transform: translate(0px, 0%)
  }
}

@-moz-keyframes leftSlide-on {
  0% {
    -moz-transform: translate(-100%, 0px)
  }
  100% {
    -moz-transform: translate(0%, 0px)
  }
}

@-webkit-keyframes leftSlide-on {
  0% {
    -webkit-transform: translate(-100%, 0px)
  }
  100% {
    -webkit-transform: translate(0%, 0px)
  }
}

@keyframes leftSlide-on {
  0% {
    transform: translate(-100%, 0px)
  }
  100% {
    transform: translate(0%, 0px)
  }
}

@-moz-keyframes leftSlide-off {
  0% {
    -moz-transform: translate(0%, 0px)
  }
  100% {
    -moz-transform: translate(-100%, 0px)
  }
}

@-webkit-keyframes leftSlide-off {
  0% {
    -webkit-transform: translate(0%, 0px)
  }
  100% {
    -webkit-transform: translate(-100%, 0px)
  }
}

@keyframes leftSlide-off {
  0% {
    transform: translate(0%, 0px)
  }
  100% {
    transform: translate(-100%, 0px)
  }
}

@-moz-keyframes rightSlide-on {
  0% {
    -moz-transform: translate(100%, 0px)
  }
  100% {
    -moz-transform: translate(0%, 0px)
  }
}

@-webkit-keyframes rightSlide-on {
  0% {
    -webkit-transform: translate(100%, 0px)
  }
  100% {
    -webkit-transform: translate(0%, 0px)
  }
}

@keyframes rightSlide-on {
  0% {
    transform: translate(100%, 0px)
  }
  100% {
    transform: translate(0%, 0px)
  }
}

@-moz-keyframes rightSlide-off {
  0% {
    -moz-transform: translate(0%, 0px)
  }
  100% {
    -moz-transform: translate(100%, 0px)
  }
}

@-webkit-keyframes rightSlide-off {
  0% {
    -webkit-transform: translate(0%, 0px)
  }
  100% {
    -webkit-transform: translate(100%, 0px)
  }
}

@keyframes rightSlide-off {
  0% {
    transform: translate(0%, 0px)
  }
  100% {
    transform: translate(100%, 0px)
  }
}

@-moz-keyframes deg45Slide {
  0% {
    -moz-transform: rotate(-45deg) translate(0%, 0px)
  }
  100% {
    -moz-transform: rotate(-45deg) translate(-100%, 0px)
  }
}

@-webkit-keyframes deg45Slide {
  0% {
    -webkit-transform: rotate(-45deg) translate(0%, 0px)
  }
  100% {
    -webkit-transform: rotate(-45deg) translate(-100%, 0px)
  }
}

@keyframes deg45Slide {
  0% {
    transform: rotate(-45deg) translate(0%, 0px)
  }
  100% {
    transform: rotate(-45deg) translate(-100%, 0px)
  }
}

@-moz-keyframes abscissa-in {
  0% {
    width: 0%
  }
  100% {
    width: 100%
  }
}

@-webkit-keyframes abscissa-in {
  0% {
    width: 0%
  }
  100% {
    width: 100%
  }
}

@keyframes abscissa-in {
  0% {
    width: 0%
  }
  100% {
    width: 100%
  }
}

@-moz-keyframes abscissa-in-200 {
  0% {
    width: 0%
  }
  100% {
    width: 200%
  }
}

@-webkit-keyframes abscissa-in-200 {
  0% {
    width: 0%
  }
  100% {
    width: 200%
  }
}

@keyframes abscissa-in-200 {
  0% {
    width: 0%
  }
  100% {
    width: 200%
  }
}

@-moz-keyframes abscissa-out {
  0% {
    width: 100%
  }
  100% {
    width: 0%
  }
}

@-webkit-keyframes abscissa-out {
  0% {
    width: 100%
  }
  100% {
    width: 0%
  }
}

@keyframes abscissa-out {
  0% {
    width: 100%
  }
  100% {
    width: 0%
  }
}

@-moz-keyframes ordinate-in {
  0% {
    height: 0%
  }
  100% {
    height: 100%
  }
}

@-webkit-keyframes ordinate-in {
  0% {
    height: 0%
  }
  100% {
    height: 100%
  }
}

@keyframes ordinate-in {
  0% {
    height: 0%
  }
  100% {
    height: 100%
  }
}

@-moz-keyframes ordinate-out {
  0% {
    height: 100%
  }
  100% {
    height: 0%
  }
}

@-webkit-keyframes ordinate-out {
  0% {
    height: 100%
  }
  100% {
    height: 0%
  }
}

@keyframes ordinate-out {
  0% {
    height: 100%
  }
  100% {
    height: 0%
  }
}

@-moz-keyframes blink-hard {
  0% {
    opacity: 0.0
  }
  49.9% {
    opacity: 0.0
  }
  50% {
    opacity: 1.0
  }
  100% {
    opacity: 1.0
  }
}

@-webkit-keyframes blink-hard {
  0% {
    opacity: 0.0
  }
  49.9% {
    opacity: 0.0
  }
  50% {
    opacity: 1.0
  }
  100% {
    opacity: 1.0
  }
}

@keyframes blink-hard {
  0% {
    opacity: 0.0
  }
  49.9% {
    opacity: 0.0
  }
  50% {
    opacity: 1.0
  }
  100% {
    opacity: 1.0
  }
}

@-moz-keyframes blink-soft {
  0% {
    opacity: 0.0
  }
  15% {
    opacity: 1.0
  }
  75% {
    opacity: 1.0
  }
  100% {
    opacity: 0.0
  }
}

@-webkit-keyframes blink-soft {
  0% {
    opacity: 0.0
  }
  15% {
    opacity: 1.0
  }
  75% {
    opacity: 1.0
  }
  100% {
    opacity: 0.0
  }
}

@keyframes blink-soft {
  0% {
    opacity: 0.0
  }
  15% {
    opacity: 1.0
  }
  75% {
    opacity: 1.0
  }
  100% {
    opacity: 0.0
  }
}

@-moz-keyframes ripple {
  0% {
    -moz-transform: scale(0.8, 0.8)
  }
  5% {
    -moz-transform: scale(1.2, 1.2)
  }
  10% {
    -moz-transform: scale(1, 1)
  }
  15% {
    -moz-transform: scale(1.1, 1.1)
  }
  20% {
    -moz-transform: scale(1, 1)
  }
  100% {
    -moz-transform: scale(1, 1)
  }
}

@-webkit-keyframes ripple {
  0% {
    -webkit-transform: scale(0.8, 0.8)
  }
  5% {
    -webkit-transform: scale(1.2, 1.2)
  }
  10% {
    -webkit-transform: scale(1, 1)
  }
  15% {
    -webkit-transform: scale(1.1, 1.1)
  }
  20% {
    -webkit-transform: scale(1, 1)
  }
  100% {
    -webkit-transform: scale(1, 1)
  }
}

@keyframes ripple {
  0% {
    transform: scale(0.8, 0.8)
  }
  5% {
    transform: scale(1.2, 1.2)
  }
  10% {
    transform: scale(1, 1)
  }
  15% {
    transform: scale(1.1, 1.1)
  }
  20% {
    transform: scale(1, 1)
  }
  100% {
    transform: scale(1, 1)
  }
}

@-moz-keyframes ripple-weakness {
  0% {
    -moz-transform: scale(0.975, 0.975)
  }
  5% {
    -moz-transform: scale(1.05, 1.05)
  }
  10% {
    -moz-transform: scale(1, 1)
  }
  15% {
    -moz-transform: scale(1.025, 1.025)
  }
  20% {
    -moz-transform: scale(1, 1)
  }
  100% {
    -moz-transform: scale(1, 1)
  }
}

@-webkit-keyframes ripple-weakness {
  0% {
    -webkit-transform: scale(0.975, 0.975)
  }
  5% {
    -webkit-transform: scale(1.05, 1.05)
  }
  10% {
    -webkit-transform: scale(1, 1)
  }
  15% {
    -webkit-transform: scale(1.025, 1.025)
  }
  20% {
    -webkit-transform: scale(1, 1)
  }
  100% {
    -webkit-transform: scale(1, 1)
  }
}

@keyframes ripple-weakness {
  0% {
    transform: scale(0.975, 0.975)
  }
  5% {
    transform: scale(1.05, 1.05)
  }
  10% {
    transform: scale(1, 1)
  }
  15% {
    transform: scale(1.025, 1.025)
  }
  20% {
    transform: scale(1, 1)
  }
  100% {
    transform: scale(1, 1)
  }
}

@-moz-keyframes clicklEffect {
  0% {
    -moz-transform: scale(1);
    opacity: 1.0
  }
  100% {
    -moz-transform: scale(100);
    opacity: 0.0
  }
}

@-webkit-keyframes clicklEffect {
  0% {
    -webkit-transform: scale(1);
    opacity: 1.0
  }
  100% {
    -webkit-transform: scale(100);
    opacity: 0.0
  }
}

@keyframes clicklEffect {
  0% {
    transform: scale(1);
    opacity: 1.0
  }
  100% {
    transform: scale(100);
    opacity: 0.0
  }
}

input[type="text"], input[type="search"], input[type="tel"], input[type="url"], input[type="email"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="number"] {
  resize: none;
  height: 30px;
  background-color: transparent;
  border: none;
  border-radius: 3px;
  color: #000000;
  font-size: 14px;
  line-height: 30px;
  vertical-align: middle;
  -webkit-tap-highlight-color: transparent;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 1px 0px 0px inset, rgba(0, 0, 0, 0.1) -1px 0px 0px 0px inset, #fff 0px -1px 0px 0px inset, rgba(0, 0, 0, 0.1) 1px 0px 0px 0px inset;
  padding: 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
  transition: .3s
}

input[type="text"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="url"]:hover, input[type="email"]:hover, input[type="password"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="date"]:hover, input[type="month"]:hover, input[type="week"]:hover, input[type="time"]:hover, input[type="number"]:hover {
  box-shadow: rgba(182, 235, 255, 0.25) 0px 1px 0px 0px inset, rgba(182, 235, 255, 0.1) -1px 0px 0px 0px inset, #d5f3ff 0px -1px 0px 0px inset, rgba(182, 235, 255, 0.1) 1px 0px 0px 0px inset
}

input[type="text"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="url"]:focus, input[type="email"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="time"]:focus, input[type="number"]:focus {
  background-color: transparent;
  outline: 0
}

input[type="submit"], input[type="button"], input[type="reset"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
  transition: .3s
}

select {
  resize: none;
  height: 30px;
  background-color: #ffffff;
  background-image: url(/images/triangle-down.svg);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 20px, 100%;
  border: none;
  border-radius: 3px;
  color: #000000;
  font-size: 14px;
  vertical-align: middle;
  line-height: 30px;
  -webkit-tap-highlight-color: transparent;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 1px 0px 0px inset, rgba(0, 0, 0, 0.1) -1px 0px 0px 0px inset, #fff 0px -1px 0px 0px inset, rgba(0, 0, 0, 0.1) 1px 0px 0px 0px inset;
  padding: 0 30px 0 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
  transition: .3s
}

select:hover {
  box-shadow: rgba(182, 235, 255, 0.25) 0px 1px 0px 0px inset, rgba(182, 235, 255, 0.1) -1px 0px 0px 0px inset, #d5f3ff 0px -1px 0px 0px inset, rgba(182, 235, 255, 0.1) 1px 0px 0px 0px inset
}

select:focus {
  background-color: #e6fffe
}

option {
  color: #000000
}

textarea {
  min-height: 6em;
  background-color: #ffffff;
  border: none;
  border-radius: 3px;
  color: #000000;
  font-size: 14px;
  line-height: 125%;
  vertical-align: bottom;
  -webkit-tap-highlight-color: transparent;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 1px 0px 0px inset, rgba(0, 0, 0, 0.1) -1px 0px 0px 0px inset, #fff 0px -1px 0px 0px inset, rgba(0, 0, 0, 0.1) 1px 0px 0px 0px inset;
  resize: none;
  padding: 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
  transition: .3s
}

textarea:hover {
  box-shadow: rgba(182, 235, 255, 0.25) 0px 1px 0px 0px inset, rgba(182, 235, 255, 0.1) -1px 0px 0px 0px inset, #d5f3ff 0px -1px 0px 0px inset, rgba(182, 235, 255, 0.1) 1px 0px 0px 0px inset
}

textarea:focus {
  background-color: #e6fffe
}

:-ms-input-placeholder {
  color: #c9c6c5;
  font-weight: normal
}

:-moz-placeholder {
  color: #c9c6c5;
  font-weight: normal
}

::-moz-placeholder {
  color: #c9c6c5;
  font-weight: normal;
  opacity: 1
}

::-webkit-input-placeholder {
  color: #c9c6c5;
  font-weight: normal
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%
}

table a {
  text-decoration: none
}

th, td {
  text-align: center;
  vertical-align: middle
}

table+table {
  margin-top: 40px
}

.tableBlock table {
  width: 100%;
  border: 1px solid #999999;
  margin: 1.5rem 0
}

.tableBlock table th, .tableBlock table td {
  border: 1px solid #999999;
  text-align: left;
  vertical-align: top;
  padding: 0.5rem
}

.tableBlock table th {
  font-weight: normal
}

.tableBlock.left {
  text-align: left
}

.tableBlock.center {
  text-align: center
}

.tableBlock.right {
  text-align: right
}

.tableBlock table.row-position {
  display: inline-block;
  width: auto
}

.tableBlock table.row-position th, .tableBlock table.row-position td {
  text-align: left
}

.tableBlock table.borderless table {
  border: none
}

.tableBlock table.borderless table tr, .tableBlock table.borderless table th, .tableBlock table.borderless table td {
  border: none
}

.tableBlock table.borderless table th, .tableBlock table.borderless table td {
  vertical-align: top;
  padding: 0.5rem 0
}

.tableBlock table.inside-borderless table tr, .tableBlock table.inside-borderless table th, .tableBlock table.inside-borderless table td {
  border: none
}

.tableBlock table.underLine.solid {
  border: none
}

.tableBlock table.underLine.solid tr {
  border-bottom: 1px solid #999999
}

.tableBlock table.underLine.solid th, .tableBlock table.underLine.solid td {
  border: none
}

.tableBlock table.underLine.dotted {
  border: none
}

.tableBlock table.underLine.dotted tr {
  border-bottom: 1px dotted #999999
}

.tableBlock table.underLine.dotted th, .tableBlock table.underLine.dotted td {
  border: none
}

.tableBlock table.stripe tr:nth-child(2n) {
  background-color: #ffffff
}

.tableBlock table.stripe tr:nth-child(2n+1) {
  background-color: #f2f2f2
}

.slider {
  display: none
}

.slider.slick-initialized {
  display: block
}

#mainVisual {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  vertical-align: middle;
  z-index: 1
}

#mainVisual .copy {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-animation: fade-in 1.5s ease-out 3.75s forwards;
  animation: fade-in 1.5s ease-out 3.75s forwards;
  z-index: 9
}

#mainVisual .copy .position {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%)
}

#mainVisual .copy .position h2 {
  width: 100%;
  max-width: 640px;
  min-width: 640px;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translate(0px, 100%);
  -moz-transform: translate(0px, 100%);
  -ms-transform: translate(0px, 100%);
  -o-transform: translate(0px, 100%);
  transform: translate(0px, 100%)
}

#mainVisual .copy .position h2.arrival {
  -webkit-animation: fade-in 1.0s ease-out 0.25s forwards, zoom-out-equal 0.65s ease-out forwards;
  animation: fade-in 1.0s ease-out 0.25s forwards, zoom-out-equal 0.65s ease-out forwards
}

#mainVisual .copy .position h2.scroll {
  -webkit-animation: fade-out 0.5s ease-out forwards, downSlide-0 0.75s ease-out forwards;
  animation: fade-out 0.5s ease-out forwards, downSlide-0 0.75s ease-out forwards
}

#mainVisual .copy .position h2 img.arrival {
  -webkit-animation: ripple-weakness 4.25s ease-out 0.4s infinite;
  animation: ripple-weakness 4.25s ease-out 0.4s infinite
}

#mainVisual .copy .scrollMark {
  position: absolute;
  left: 50%;
  bottom: 1.5rem;
  width: 2rem;
  height: 2rem;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%)
}

#mainVisual .copy .scrollMark.arrival {
  -webkit-animation: fade-in 1.0s ease-out 1.0s forwards;
  animation: fade-in 1.0s ease-out 1.0s forwards
}

#mainVisual .copy .scrollMark.scroll {
  -webkit-animation: fade-out 0.5s ease-out forwards;
  animation: fade-out 0.5s ease-out forwards
}

#mainVisual .copy .scrollMark i {
  display: inline-block;
  color: #ff99aa;
  font-size: 2rem
}

#mainVisual .copy .scrollMark i.arrival {
  -webkit-animation: hopping 2.0s ease-out 1.5s infinite;
  animation: hopping 2.0s ease-out 1.5s infinite
}

#top section.circleExplanation .position {
  text-align: right;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 2
}

#top section.circleExplanation .card {
  text-align: left;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
  transition: .3s
}

#top section.circleExplanation .card h2 {
  display: table;
  vertical-align: middle;
  padding: 1rem 0 0.5rem;
  margin: 0 auto
}

#top section.circleExplanation .card h2 img {
  display: table-cell;
  width: 16rem;
  height: auto;
  vertical-align: middle
}

#top section.circleExplanation .card h2 span {
  display: table-cell;
  font-size: 1.5rem;
  font-weight: bold;
  vertical-align: middle;
  padding-top: 2rem;
  padding-left: 0.5rem
}

#top section.circleExplanation .card article strong {
  color: #ff99aa
}

#top section.circleExplanation .card article strong i[class^="icon-quote-"] {
  position: relative;
  top: -0.25rem
}

#top section.product .position {
  -webkit-transform: translate(0, -15%);
  -moz-transform: translate(0, -15%);
  -ms-transform: translate(0, -15%);
  -o-transform: translate(0, -15%);
  transform: translate(0, -15%);
  z-index: 1
}

#top section.product .card .column>div.keyVisual {
  height: 30rem;
  background: no-repeat center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover
}

#top section.product .card .column>div.descrption {
  padding: 1.5rem
}

#top section.product .card .column>div.descrption h2 {
  padding: 0;
  margin: 1rem 0 1.5rem
}

#top section.product .card .column>div.descrption h3 {
  font-size: 1.15rem;
  font-weight: 500;
  text-align: left;
  padding: 0.5rem;
  margin: 1.5rem 0 1rem
}

#top section.product .card .column>div.descrption .card-in-button .button.sampleMovie::before {
  background-color: #ff99bb;
  border: solid 1px #ffbbdd
}

#top section.product .card .column>div.descrption .card-in-button .button.sampleMovie::after {
  background-color: #ff7799
}

#top section.product .card .column>div.descrption .card-in-button .button.sampleMovie>div::after {
  content: '\eaa6'
}

#top section.product .card .column>div.descrption .card-in-button .button.sampleMovie:hover::before {
  background-color: #ffbbdd
}

#top section.product .card .column>div.descrption .card-in-button .button.trialVersion::before {
  background-color: #66ccff;
  border: solid 1px #88eeff
}

#top section.product .card .column>div.descrption .card-in-button .button.trialVersion::after {
  background-color: #44aaff
}

#top section.product .card .column>div.descrption .card-in-button .button.trialVersion>div::after {
  content: '\ea55'
}

#top section.product .card .column>div.descrption .card-in-button .button.trialVersion:hover::before {
  background-color: #88eeff
}

#top section.product .card .column>div.descrption .overview {
  width: 100%;
  padding: 0.25rem;
  margin: 1.5rem 0 1rem
}

#top section.product .card .column>div.descrption .overview table tr {
  border-bottom: dotted 1px #bbbbbb
}

#top section.product .card .column>div.descrption .overview table th, #top section.product .card .column>div.descrption .overview table td {
  font-size: 1rem;
  font-weight: normal;
  text-align: left;
  padding: 0 0.25rem
}

#top section.product .card .column>div.descrption .overview table th {
  width: 5rem
}

#top section.product .card .column>div.descrption .overview table td.detail::before {
  content: ' : '
}

#top section.product .card .column>div.descrption .downloadSite {
  padding: 0.5rem;
  margin: 1.5rem 0 1rem
}

#top section.product .card .column>div.descrption .downloadSite dl {
  margin: 0 !important
}

#top section.product .card .column>div.descrption .downloadSite dl dt {
  display: table;
  width: 100%;
  margin-bottom: 0.5rem
}

#top section.product .card .column>div.descrption .downloadSite dl dt div {
  display: table-cell;
  vertical-align: middle
}

#top section.product .card .column>div.descrption .downloadSite dl dt div:nth-child(1) {
  width: 11rem;
  font-size: 1.15rem;
  font-weight: bold
}

#top section.product .card .column>div.descrption .downloadSite dl dt div:nth-child(2) span {
  display: block;
  width: 100%;
  border-bottom: solid 1px #bbbbbb
}

#top section.product .card .column>div.descrption .downloadSite dl dd {
  display: table;
  width: 100%
}

#top section.product .card .column>div.descrption .downloadSite dl dd a {
  display: table-cell;
  width: 33.33%;
  padding: 0 0.5rem
}

#top section.product.mikupeni .card {
  width: 90%
}
#top section.product.mikupeni .card .column>div.keyVisual {
  background-image: url(/assets/img/top/mikupeni_keyvisual_pc.png)
}
#top section.product.mikupeni .card .column>div.keyVisual2 {
  background-image: url(/assets/img/top/mikupeni2_keyvisual_pc.png) 
}
#top section.product.mikupeni .card .column>div.keyVisualY {
  background-image: url(/assets/img/top/yomepeni_keyvisual_pc.png) 
}
@media screen and (max-width: 767px) {
  #top section.circleExplanation {
    margin: 1.5rem 0
  }
  #top section.circleExplanation .position {
    text-align: inherit;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0)
  }
  #top section.circleExplanation .card {
    width: 100%;
    text-align: inherit
  }
  #top section.product {
    margin: 1.5rem 0
  }
  #top section.product .position {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0)
  }
  #top section.product .card {
    width: 100%
  }
  #top section.product.mikupeni .card {
    width: 100%
  }
  #top section.product.mikupeni .card .column>div.keyVisual {
    background-image: url(/assets/img/top/mikupeni_keyvisual_sp.png)
  }
  #top section.product.mikupeni .card .column>div.keyVisual2 {
    background-image: url(/assets/img/top/mikupeni2_keyvisual_pc.png)
  }
  #top section.product.mikupeni .card .column>div.keyVisualY {
    background-image: url(/assets/img/top/yomepeni_keyvisual_pc.png)
  }
}

@media screen and (max-width: 600px) {
  #top #mainVisual .copy .position {
    width: 100%
  }
  #top #mainVisual .copy .position h2 {
    width: 80%;
    max-width: inherit;
    min-width: inherit;
    margin: 0 auto
  }
  #top #mainVisual .copy .position h3 {
    width: 100%;
    max-width: inherit;
    min-width: inherit
  }
  #top #mainVisual .sp {
    display: block;
    width: 100%;
    height: 100%;
    z-index: 2
  }
  #top #mainVisual .pc {
    display: none
  }
  section.space{
    display: none
  }
}

#works-detail {
  position: relative
}

#works-detail #keyVisual {
  position: relative;
  width: 100%;
  height: 640px;
  margin-bottom: 6rem
}

#works-detail #keyVisual .gameTitle {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%)
}

#works-detail #keyVisual div[class^="carousel"] {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  z-index: 0;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  z-index: 1
}

#works-detail #keyVisual div[class^="carousel"] .slick-list, #works-detail #keyVisual div[class^="carousel"] .slick-track {
  width: 100%;
  height: 100%
}

#works-detail #keyVisual div[class^="carousel"] .image {
  display: block;
  width: 100%;
  height: 100%;
  background: no-repeat center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover
}

#works-detail #keyVisual .sp {
  position: relative;
  display: none
}

#works-detail #keyVisual .sp .carousel-sp .image.gameVisual-01 {
  background-image: url(/assets/img/works/mikupeni/gameVisual_cal-1_01.png)
}

#works-detail #keyVisual .sp .carousel-sp .image.gameVisual-02 {
  background-image: url(/assets/img/works/mikupeni/gameVisual_cal-1_02.png)
}

#works-detail #keyVisual .sp .carousel-sp .image.gameVisual-03 {
  background-image: url(/assets/img/works/mikupeni/gameVisual_cal-1_01.png)
}

#works-detail #keyVisual .sp .carousel-sp .image.gameVisual-04 {
  background-image: url(/assets/img/works/mikupeni/gameVisual_cal-1_02.png)
}

#works-detail #keyVisual .sp .carousel-sp .image.gameVisual2-01 {
  background-image: url(/assets/img/works/mikupeni2/gameVisual_cal-1_01.png)
}

#works-detail #keyVisual .sp .carousel-sp .image.gameVisual2-02 {
  background-image: url(/assets/img/works/mikupeni2/gameVisual_cal-1_02.png)
}

#works-detail #keyVisual .sp .carousel-sp .image.gameVisual2-03 {
  background-image: url(/assets/img/works/mikupeni2/gameVisual_cal-1_01.png)
}

#works-detail #keyVisual .sp .carousel-sp .image.gameVisual2-04 {
  background-image: url(/assets/img/works/mikupeni2/gameVisual_cal-1_02.png)
}

#works-detail #keyVisual .sp .carousel-sp .image.gameVisualY-01 {
  background-image: url(/assets/img/works/yomepeni/gameVisual_cal-1_01.png)
}

#works-detail #keyVisual .sp .carousel-sp .image.gameVisualY-02 {
  background-image: url(/assets/img/works/yomepeni/gameVisual_cal-1_02.png)
}

#works-detail #keyVisual .sp .carousel-sp .image.gameVisualY-03 {
  background-image: url(/assets/img/works/yomepeni/gameVisual_cal-1_01.png)
}

#works-detail #keyVisual .sp .carousel-sp .image.gameVisualY-04 {
  background-image: url(/assets/img/works/yomepeni/gameVisual_cal-1_02.png)
}

#works-detail #keyVisual .pc {
  position: relative;
  display: block;
  width: 100%;
  height: 100%
}

#works-detail #keyVisual .pc .carousel-1 .image.gameVisual-01 {
  background-image: url(/assets/img/works/mikupeni/gameVisual_cal-1_01.png)
}

#works-detail #keyVisual .pc .carousel-1 .image.gameVisual-02 {
  background-image: url(/assets/img/works/mikupeni/gameVisual_cal-1_02.png)
}

#works-detail #keyVisual .pc .carousel-1 .image.gameVisual-03 {
  background-image: url(/assets/img/works/mikupeni/gameVisual_cal-1_01.png)
}

#works-detail #keyVisual .pc .carousel-1 .image.gameVisual-04 {
  background-image: url(/assets/img/works/mikupeni/gameVisual_cal-1_02.png)
}

#works-detail #keyVisual .pc .carousel-1 .image.gameVisual2-01 {
  background-image: url(/assets/img/works/mikupeni2/gameVisual_cal-1_01.png)
}

#works-detail #keyVisual .pc .carousel-1 .image.gameVisual2-02 {
  background-image: url(/assets/img/works/mikupeni2/gameVisual_cal-1_02.png)
}

#works-detail #keyVisual .pc .carousel-1 .image.gameVisual2-03 {
  background-image: url(/assets/img/works/mikupeni2/gameVisual_cal-1_01.png)
}

#works-detail #keyVisual .pc .carousel-1 .image.gameVisual2-04 {
  background-image: url(/assets/img/works/mikupeni2/gameVisual_cal-1_02.png)
}

#works-detail #keyVisual .pc .carousel-1 .image.gameVisualY-01 {
  background-image: url(/assets/img/works/yomepeni/gameVisual_cal-1_01.png)
}

#works-detail #keyVisual .pc .carousel-1 .image.gameVisualY-02 {
  background-image: url(/assets/img/works/yomepeni/gameVisual_cal-1_02.png)
}

#works-detail #keyVisual .pc .carousel-1 .image.gameVisualY-03 {
  background-image: url(/assets/img/works/yomepeni/gameVisual_cal-1_01.png)
}

#works-detail #keyVisual .pc .carousel-1 .image.gameVisualY-04 {
  background-image: url(/assets/img/works/yomepeni/gameVisual_cal-1_02.png)
}

#works-detail .position {
  margin: 3rem 0 6.5rem
}

#works-detail .position .h2-tab {
  position: absolute;
  top: 0;
  left: 2rem;
  display: inline-block;
  height: 3.5rem;
  background-color: #ffffff;
  border-radius: 1rem 1rem 0 0;
  box-shadow: rgba(255, 85, 102, 0.05) 0px 1px 30px 0px, rgba(255, 85, 102, 0.05) -1px 0px 30px 0px, rgba(255, 85, 102, 0.05) 0px -1px 30px 0px, rgba(255, 85, 102, 0.05) 1px -1px 30px 0px, rgba(0, 0, 0, 0.05) 0px 1px 10px 0px, rgba(0, 0, 0, 0.05) -1px 0px 10px 0px, rgba(0, 0, 0, 0.05) 0px -1px 10px 0px, rgba(0, 0, 0, 0.05) 1px -1px 10px 0px;
  color: #ffffff;
  font-size: 1.5rem;
  line-height: 4rem;
  white-space: nowrap;
  padding: 0 1.5rem;
  margin: 0;
  z-index: 1
}

#works-detail .position .card {
  position: relative;
  top: 3.5rem;
  z-index: 2
}

#works-detail .position .card h2 {
  position: absolute;
  top: -3.5rem;
  left: 2rem;
  display: inline-block;
  height: 3.5rem;
  background-color: #ffffff;
  border-radius: 1rem 1rem 0 0;
  color: #ff99aa;
  line-height: 4rem;
  white-space: nowrap;
  padding: 0 1.5rem;
  margin: 0;
  z-index: 1
}

#works-detail #story .card {
  width: 100%
}

#works-detail #story article p {
  font-size: 1.5rem;
  line-height: 175%;
  padding: 1.5rem 0.5rem
}

#works-detail #character .card {
  width: 100%
}

#works-detail #character .column div[class^="column-"] {
  vertical-align: top
}

#works-detail #character .characterImage {
  position: relative;
  overflow: hidden;
  border-radius: 1rem
}

#works-detail #character .characterImage figure {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform-origin: 50% 50% 0px;
  -moz-transform-origin: 50% 50% 0px;
  -ms-transform-origin: 50% 50% 0px;
  -o-transform-origin: 50% 50% 0px;
  transform-origin: 50% 50% 0px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: perspective(2000px);
  -moz-transform: perspective(2000px);
  -ms-transform: perspective(2000px);
  -o-transform: perspective(2000px);
  transform: perspective(2000px);
  -webkit-transition: all 0.75s linear 0.25s;
  -moz-transition: all 0.75s linear 0.25s;
  -ms-transition: all 0.75s linear 0.25s;
  -o-transition: all 0.75s linear 0.25s;
  transition: all 0.75s linear 0.25s
}

#works-detail #character .characterImage figuremetamorphosis {
  -webkit-animation-name: metamorphosis;
  -moz-animation-name: metamorphosis;
  -ms-animation-name: metamorphosis;
  -o-animation-name: metamorphosis;
  animation-name: metamorphosis;
  -webkit-animation-delay: .5s;
  -moz-animation-delay: .5s;
  -ms-animation-delay: .5s;
  -o-animation-delay: .5s;
  animation-delay: .5s;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-timing-function: ease-in-out;
  -ms-animation-timing-function: ease-in-out;
  -o-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -ms-animation-iteration-count: 1;
  -o-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -ms-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards
}

#works-detail #character .characterImage figure img {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover
}

#works-detail #character .characterImage figure img.after {
  -webkit-transform: translateZ(-10px) rotateY(180deg);
  -moz-transform: translateZ(-10px) rotateY(180deg);
  -ms-transform: translateZ(-10px) rotateY(180deg);
  -o-transform: translateZ(-10px) rotateY(180deg);
  transform: translateZ(-10px) rotateY(180deg)
}

#works-detail #character .characterImage figure img.before {
  -webkit-transform: translateZ(11px);
  -moz-transform: translateZ(11px);
  -ms-transform: translateZ(11px);
  -o-transform: translateZ(11px);
  transform: translateZ(11px)
}

@-moz-keyframes metamorphosis {
  0% {
    -moz-transform: rotateY(0deg)
  }
  33.3% {
    -moz-transform: rotateY(-180deg)
  }
  66.6% {
    -moz-transform: rotateY(-360deg)
  }
  100% {
    -moz-transform: rotateY(-540deg)
  }
}

@-webkit-keyframes metamorphosis {
  0% {
    -webkit-transform: rotateY(0deg)
  }
  33.3% {
    -webkit-transform: rotateY(-180deg)
  }
  66.6% {
    -webkit-transform: rotateY(-360deg)
  }
  100% {
    -webkit-transform: rotateY(-540deg)
  }
}

@keyframes metamorphosis {
  0% {
    transform: rotateY(0deg)
  }
  33.3% {
    transform: rotateY(-180deg)
  }
  66.6% {
    transform: rotateY(-360deg)
  }
  100% {
    transform: rotateY(-540deg)
  }
}

#works-detail #sample .card {
  width: 100%
}

#works-detail #sample h3 {
  border-bottom: solid 2px #ff99aa;
  color: #ff99aa;
  font-size: 1.25rem;
  font-weight: bold;
  text-align: left;
  padding-bottom: 0.25rem
}

#works-detail #sample .sampleImage {
  display: inline-block;
  width: auto;
  padding: 1.5rem 0
}

#works-detail #sample .sampleImage::after {
  content: '';
  display: table;
  clear: both
}

#works-detail #sample .sampleImage a {
  display: block;
  float: left;
  width: 24.9%;
  margin-right: 1px;
  margin-bottom: 1px
}

#works-detail #sample .sampleImage a:nth-child(4n) {
  margin-right: 0
}

#works-detail #sample .sampleImage a figure {
  position: relative;
  display: block;
  background-color: #efeee7
}

#works-detail #sample .sampleImage a figure .image {
  overflow: hidden
}

#works-detail #sample .sampleImage a figure .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: .75s;
  -moz-transition: .75s;
  -ms-transition: .75s;
  -o-transition: .75s;
  transition: .75s
}

#works-detail #sample .sampleImage a figure figcaption {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(255, 153, 170, 0.1);
  background: -moz-linear-gradient(top, rgba(255, 153, 170, 0.1) 0%, rgba(0, 204, 204, 0.5) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 153, 170, 0.1)), color-stop(100%, rgba(0, 204, 204, 0.5)));
  background: -webkit-linear-gradient(top, rgba(255, 153, 170, 0.1) 0%, rgba(0, 204, 204, 0.5) 100%);
  background: -o-linear-gradient(top, rgba(255, 153, 170, 0.1) 0%, rgba(0, 204, 204, 0.5) 100%);
  background: -ms-linear-gradient(top, rgba(255, 153, 170, 0.1) 0%, rgba(0, 204, 204, 0.5) 100%);
  background: linear-gradient(to bottom, rgba(255, 153, 170, 0.1) 0%, rgba(0, 204, 204, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$start-color', endColorstr='$end-color', GradientType=0);
  padding: 0.25rem;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
  transition: .3s
}
#works-detail #sample .sampleImage a figure.mp2 figcaption {
  background: -moz-linear-gradient(top, rgba(255, 153, 170, 0.1) 0%,rgba(255, 153, 170, 0.1) 70%, rgba(0, 204, 204, 0.5) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 153, 170, 0.1)), color-stop(100%, rgba(0, 204, 204, 0.5)));
  background: -webkit-linear-gradient(top, rgba(255, 153, 170, 0.1) 0%, rgba(0, 204, 204, 0.5) 100%);
  background: -o-linear-gradient(top, rgba(255, 153, 170, 0.1) 0%, rgba(255, 153, 170, 0.1) 70%,rgba(0, 204, 204, 0.5) 100%);
  background: -ms-linear-gradient(top, rgba(255, 153, 170, 0.1) 0%, rgba(255, 153, 170, 0.1) 70%,rgba(0, 204, 204, 0.5) 100%);
  background: linear-gradient(to bottom, rgba(255, 153, 170, 0.1) 0%, rgba(255, 153, 170, 0.1) 70%,rgba(0, 204, 204, 0.5) 100%);
}
#works-detail #sample .sampleImage a figure figcaption span {
  position: absolute;
  left: 0;
  top: 75%;
  display: block;
  width: 100%;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 500;
  line-height: 115%;
  letter-spacing: 2px;
  text-shadow: 0px 0px 1px #000, 0px 0px 1px #000, 0px 0px 1px #000, 0px 0px 2px #000, 0px 0px 5px #000;
  text-align: center;
  padding: 0 0.5rem;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%)
}
#works-detail #sample .sampleImage a figure.mp2 figcaption span {
    top: 92%;
}
#works-detail #sample .sampleImage a figure figcaption span i {
  color: inherit;
  font: inherit;
  margin: 0 0.15rem
}

#works-detail #sample .sampleImage a:hover figure .image img {
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -o-transform: scale(1.15);
  transform: scale(1.15);
  opacity: .75;
  filter: alpha(opacity=75)
}

#works-detail #sample .sampleImage a:hover figure figcaption {
  opacity: 0;
  filter: alpha(opacity=0)
}

#works-detail #sample .sampleMovie {
  text-align: center;
  padding: 1.5rem 0
}

#works-detail #sample .sampleMovie a {
  cursor: pointer;
  position: relative;
  display: inline-block;
  width: auto;
  height: 100%;
  background-color: #222222;
  border-radius: 1rem
}

#works-detail #sample .sampleMovie a::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: calc(100% - 1rem - 4px);
  height: calc(100% - 1rem - 4px);
  border: solid 2px rgba(255, 255, 255, 0.75);
  border-radius: 0.75rem;
  margin: 0.5rem 0 0 0.5rem;
  z-index: 2
}

#works-detail #sample .sampleMovie a img {
  position: relative;
  width: 100%;
  max-width: 640px;
  border-radius: 1rem;
  z-index: 1;
  opacity: .75;
  filter: alpha(opacity=75);
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
  transition: .3s
}

#works-detail #sample .sampleMovie a i {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  color: #ffffff;
  font-size: 10rem;
  z-index: 2;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%)
}

#works-detail #sample .sampleMovie a:hover img {
  opacity: 1;
  filter: alpha(opacity=100)
}

#works-detail #sample .sampleMovie a:hover i {
  opacity: 0;
  filter: alpha(opacity=0)
}

#works-detail #sample .trialVersionDownload {
  padding: 1.5rem 0
}

#works-detail #sample .annotation {
  padding: 1.5rem 0 0
}

@media screen and (max-width: 960px) {
  #works-detail #sample .sampleImage a {
    width: 33.15%
  }
  #works-detail #sample .sampleImage a:nth-child(3) {
    margin-right: 0
  }
}

@media screen and (max-width: 600px) {
  #works-detail #sample .sampleImage a {
    width: 49.8%
  }
  #works-detail #sample .sampleImage a:nth-child(4) {
    display: block
  }
  #works-detail #sample .sampleImage a:nth-child(3) {
    margin-right: 1px
  }
  #works-detail #sample .sampleImage a:nth-child(2n) {
    margin-right: 0
  }
}

#works-detail .plainScope .inside {
  padding: 1rem
}

#works-detail #credit {
  position: relative;
  background-color: #ffffff;
  border: solid 3px #ff99aa;
  border-radius: 1rem;
  padding: 0.35rem;
  margin: 3rem 0
}

#works-detail #credit .inside-border {
  display: block;
  width: 100%;
  height: 100%;
  border: solid 1px #ff99aa;
  border-radius: 0.65rem;
  padding: 1.5rem
}

#works-detail #credit div[class^="column-"]:nth-child(1) {
  vertical-align: middle
}

#works-detail #credit .overview {
  width: 100%;
  padding: 0.25rem;
  padding-left: 1.5rem;
  margin: 1.5rem 0 1rem
}

#works-detail #credit .overview table tr {
  border-bottom: dotted 1px #bbbbbb
}

#works-detail #credit .overview table th, #works-detail #credit .overview table td {
  font-size: 1rem;
  font-weight: normal;
  text-align: left;
  padding: 0 0.25rem
}

#works-detail #credit .overview table th {
  width: 11rem
}

#works-detail #credit .overview table td.detail::before {
  content: ' : '
}

i {
  font-style: normal;
  line-height: 100%
}

@font-face {
  font-family: 'apollicons-Arrows';
  src: url(/assets/fonts/apollicons-Arrows.eot?92snn6);
  src: url(/assets/fonts/apollicons-Arrows.eot?92snn6#iefix) format("embedded-opentype"), url(/assets/fonts/apollicons-Arrows.ttf?92snn6) format("truetype"), url(/assets/fonts/apollicons-Arrows.woff?92snn6) format("woff"), url(/assets/fonts/apollicons-Arrows.svg?92snn6#apollicons-Arrows) format("svg");
  font-weight: normal;
  font-style: normal
}

.icon-arrow-up:before {
  content: "\e900"
}

.icon-arrow-right:before {
  content: "\e901"
}

.icon-arrow-down:before {
  content: "\e902"
}

.icon-arrow-left:before {
  content: "\e903"
}

.icon-narrow-up:before {
  content: "\e904"
}

.icon-narrow-right:before {
  content: "\e905"
}

.icon-narrow-down:before {
  content: "\e906"
}

.icon-narrow-left:before {
  content: "\e907"
}

.icon-chevron-up:before {
  content: "\e908"
}

.icon-chevron-right:before {
  content: "\e909"
}

.icon-chevron-down:before {
  content: "\e90a"
}

.icon-chevron-left:before {
  content: "\e90b"
}

.icon-triangle-up:before {
  content: "\e90c"
}

.icon-triangle-right:before {
  content: "\e90d"
}

.icon-triangle-down:before {
  content: "\e90e"
}

.icon-triangle-left:before {
  content: "\e90f"
}

.icon-arrow-up-circle-line-a:before {
  content: "\e910"
}

.icon-arrow-right-circle-line-a:before {
  content: "\e911"
}

.icon-arrow-down-circle-line-a:before {
  content: "\e912"
}

.icon-arrow-left-circle-line-a:before {
  content: "\e913"
}

.icon-narrow-up-circle-line-a:before {
  content: "\e914"
}

.icon-narrow-right-circle-line-a:before {
  content: "\e915"
}

.icon-narrow-down-circle-line-a:before {
  content: "\e916"
}

.icon-narrow-left-circle-line-a:before {
  content: "\e917"
}

.icon-chevron-up-circle-line-a:before {
  content: "\e918"
}

.icon-chevron-right-circle-line-a:before {
  content: "\e919"
}

.icon-chevron-down-circle-line-a:before {
  content: "\e91a"
}

.icon-chevron-left-circle-line-a:before {
  content: "\e91b"
}

.icon-triangle-up-circle-line-a:before {
  content: "\e91c"
}

.icon-triangle-right-circle-line-a:before {
  content: "\e91d"
}

.icon-triangle-down-circle-line-a:before {
  content: "\e91e"
}

.icon-triangle-left-circle-line-a:before {
  content: "\e91f"
}

.icon-arrow-up-circle-line-b:before {
  content: "\e920"
}

.icon-arrow-right-circle-line-b:before {
  content: "\e921"
}

.icon-arrow-down-circle-line-b:before {
  content: "\e922"
}

.icon-arrow-left-circle-line-b:before {
  content: "\e923"
}

.icon-narrow-up-circle-line-b:before {
  content: "\e924"
}

.icon-narrow-right-circle-line-b:before {
  content: "\e925"
}

.icon-narrow-down-circle-line-b:before {
  content: "\e926"
}

.icon-narrow-left-circle-line-b:before {
  content: "\e927"
}

.icon-chevron-up-circle-line-b:before {
  content: "\e928"
}

.icon-chevron-right-circle-line-b:before {
  content: "\e929"
}

.icon-chevron-down-circle-line-b:before {
  content: "\e92a"
}

.icon-chevron-left-circle-line-b:before {
  content: "\e92b"
}

.icon-triangle-up-circle-line-b:before {
  content: "\e92c"
}

.icon-triangle-right-circle-line-b:before {
  content: "\e92d"
}

.icon-triangle-down-circle-line-b:before {
  content: "\e92e"
}

.icon-triangle-left-circle-line-b:before {
  content: "\e92f"
}

.icon-arrow-up-circle-a:before {
  content: "\e930"
}

.icon-arrow-right-circle-a:before {
  content: "\e931"
}

.icon-arrow-down-circle-a:before {
  content: "\e932"
}

.icon-arrow-left-circle-a:before {
  content: "\e933"
}

.icon-narrow-up-circle-a:before {
  content: "\e934"
}

.icon-narrow-right-circle-a:before {
  content: "\e935"
}

.icon-narrow-down-circle-a:before {
  content: "\e936"
}

.icon-narrow-left-circle-a:before {
  content: "\e937"
}

.icon-chevron-up-circle-a:before {
  content: "\e938"
}

.icon-chevron-right-circle-a:before {
  content: "\e939"
}

.icon-chevron-down-circle-a:before {
  content: "\e93a"
}

.icon-chevron-left-circle-a:before {
  content: "\e93b"
}

.icon-triangle-up-circle-a:before {
  content: "\e93c"
}

.icon-triangle-right-circle-a:before {
  content: "\e93d"
}

.icon-triangle-down-circle-a:before {
  content: "\e93e"
}

.icon-triangle-left-circle-a:before {
  content: "\e93f"
}

.icon-arrow-up-circle-b:before {
  content: "\e940"
}

.icon-arrow-right-circle-b:before {
  content: "\e941"
}

.icon-arrow-down-circle-b:before {
  content: "\e942"
}

.icon-arrow-left-circle-b:before {
  content: "\e943"
}

.icon-narrow-up-circle-b:before {
  content: "\e944"
}

.icon-narrow-right-circle-b:before {
  content: "\e945"
}

.icon-narrow-down-circle-b:before {
  content: "\e946"
}

.icon-narrow-left-circle-b:before {
  content: "\e947"
}

.icon-chevron-up-circle-b:before {
  content: "\e948"
}

.icon-chevron-right-circle-b:before {
  content: "\e949"
}

.icon-chevron-down-circle-b:before {
  content: "\e94a"
}

.icon-chevron-left-circle-b:before {
  content: "\e94b"
}

.icon-triangle-up-circle-b:before {
  content: "\e94c"
}

.icon-triangle-right-circle-b:before {
  content: "\e94d"
}

.icon-triangle-down-circle-b:before {
  content: "\e94e"
}

.icon-triangle-left-circle-b:before {
  content: "\e94f"
}

.icon-arrow-up-square-a:before {
  content: "\e950"
}

.icon-arrow-right-square-a:before {
  content: "\e951"
}

.icon-arrow-down-square-a:before {
  content: "\e952"
}

.icon-arrow-left-square-a:before {
  content: "\e953"
}

.icon-narrow-up-square-a:before {
  content: "\e954"
}

.icon-narrow-right-square-a:before {
  content: "\e955"
}

.icon-narrow-down-square-a:before {
  content: "\e956"
}

.icon-narrow-left-square-a:before {
  content: "\e957"
}

.icon-chevron-up-square-a:before {
  content: "\e958"
}

.icon-chevron-right-square-a:before {
  content: "\e959"
}

.icon-chevron-down-square-a:before {
  content: "\e95a"
}

.icon-chevron-left-square-a:before {
  content: "\e95b"
}

.icon-triangle-up-square-a:before {
  content: "\e95c"
}

.icon-triangle-right-square-a:before {
  content: "\e95d"
}

.icon-triangle-down-square-a:before {
  content: "\e95e"
}

.icon-triangle-left-square-a:before {
  content: "\e95f"
}

.icon-arrow-up-square-b:before {
  content: "\e960"
}

.icon-arrow-right-square-b:before {
  content: "\e961"
}

.icon-arrow-down-square-b:before {
  content: "\e962"
}

.icon-arrow-left-square-b:before {
  content: "\e963"
}

.icon-narrow-up-square-b:before {
  content: "\e964"
}

.icon-narrow-right-square-b:before {
  content: "\e965"
}

.icon-narrow-down-square-b:before {
  content: "\e966"
}

.icon-narrow-left-square-b:before {
  content: "\e967"
}

.icon-chevron-up-square-b:before {
  content: "\e968"
}

.icon-chevron-right-square-b:before {
  content: "\e969"
}

.icon-chevron-down-square-b:before {
  content: "\e96a"
}

.icon-chevron-left-square-b:before {
  content: "\e96b"
}

.icon-triangle-up-square-b:before {
  content: "\e96c"
}

.icon-triangle-right-square-b:before {
  content: "\e96d"
}

.icon-triangle-down-square-b:before {
  content: "\e96e"
}

.icon-triangle-left-square-b:before {
  content: "\e96f"
}

.icon-chevron-up-edge-radius-a:before {
  content: "\e970"
}

.icon-chevron-right-edge-radius-a:before {
  content: "\e971"
}

.icon-chevron-down-edge-radius-a:before {
  content: "\e972"
}

.icon-chevron-left-edge-radius-a:before {
  content: "\e973"
}

.icon-chevron-up-edge-radius-b:before {
  content: "\e974"
}

.icon-chevron-right-edge-radius-b:before {
  content: "\e975"
}

.icon-chevron-down-edge-radius-b:before {
  content: "\e976"
}

.icon-chevron-left-edge-radius-b:before {
  content: "\e977"
}

.icon-chevron-up-edge-sharpe:before {
  content: "\e978"
}

.icon-chevron-right-edge-sharpe:before {
  content: "\e979"
}

.icon-chevron-down-edge-sharpe:before {
  content: "\e97a"
}

.icon-chevron-left-edge-sharpe:before {
  content: "\e97b"
}

.icon-double-chevron-up:before {
  content: "\e97c"
}

.icon-double-chevron-right:before {
  content: "\e97d"
}

.icon-double-chevron-down:before {
  content: "\e97e"
}

.icon-double-chevron-left:before {
  content: "\e97f"
}

.icon-arrow-up-bordering:before {
  content: "\e980"
}

.icon-arrow-right-bordering:before {
  content: "\e981"
}

.icon-arrow-down-bordering:before {
  content: "\e982"
}

.icon-arrow-left-bordering:before {
  content: "\e983"
}

.icon-undo:before {
  content: "\e984"
}

.icon-redo:before {
  content: "\e985"
}

.icon-return-a:before {
  content: "\e986"
}

.icon-return-b:before {
  content: "\e987"
}

.icon-resize-a:before {
  content: "\e988"
}

.icon-resize-b:before {
  content: "\e989"
}

.icon-move-a:before {
  content: "\e98a"
}

.icon-move-b:before {
  content: "\e98b"
}

.icon-expansion-a:before {
  content: "\e98c"
}

.icon-expansion-b:before {
  content: "\e98d"
}

.icon-shrink-a:before {
  content: "\e98e"
}

.icon-shrink-b:before {
  content: "\e98f"
}

.icon-pointing-up:before {
  content: "\e990"
}

.icon-pointing-right:before {
  content: "\e991"
}

.icon-pointing-down:before {
  content: "\e992"
}

.icon-pointing-left:before {
  content: "\e993"
}

.icon-crockwise:before {
  content: "\e994"
}

.icon-counter-crockwise:before {
  content: "\e995"
}

.icon-renewal:before {
  content: "\e996"
}

@font-face {
  font-family: 'apollicons-Items';
  src: url(/assets/fonts/apollicons-Items.eot?g0aflu);
  src: url(/assets/fonts/apollicons-Items.eot?g0aflu#iefix) format("embedded-opentype"), url(/assets/fonts/apollicons-Items.ttf?g0aflu) format("truetype"), url(/assets/fonts/apollicons-Items.woff?g0aflu) format("woff"), url(/assets/fonts/apollicons-Items.svg?g0aflu#apollicons-Items) format("svg");
  font-weight: normal;
  font-style: normal
}

.icon-blank:before {
  content: "\ea00"
}

.icon-home:before {
  content: "\ea01"
}

.icon-login:before {
  content: "\ea02"
}

.icon-logout:before {
  content: "\ea03"
}

.icon-menu-a:before {
  content: "\ea04"
}

.icon-menu-b:before {
  content: "\ea05"
}

.icon-more-horizon:before {
  content: "\ea06"
}

.icon-more-vertical:before {
  content: "\ea07"
}

.icon-close:before {
  content: "\ea08"
}

.icon-close-circle:before {
  content: "\ea09"
}

.icon-page-top:before {
  content: "\ea0a"
}

.icon-page-top-circle:before {
  content: "\ea0b"
}

.icon-circle-information:before {
  content: "\ea0c"
}

.icon-circle-exclamation-mark:before {
  content: "\ea0d"
}

.icon-circle-question-mark:before {
  content: "\ea0e"
}

.icon-at-mark:before {
  content: "\ea0f"
}

.icon-checkmark:before {
  content: "\ea10"
}

.icon-checkmark-in-box:before {
  content: "\ea11"
}

.icon-key:before {
  content: "\ea12"
}

.icon-padlock:before {
  content: "\ea13"
}

.icon-lock:before {
  content: "\ea14"
}

.icon-an-lock:before {
  content: "\ea15"
}

.icon-loupe:before {
  content: "\ea16"
}

.icon-loupe-plus:before {
  content: "\ea17"
}

.icon-loupe-minus:before {
  content: "\ea18"
}

.icon-cog:before {
  content: "\ea19"
}

.icon-config:before {
  content: "\ea1a"
}

.icon-flag-favorite:before {
  content: "\ea1b"
}

.icon-mail:before {
  content: "\ea1c"
}

.icon-mail-open:before {
  content: "\ea1d"
}

.icon-hyperlink-a:before {
  content: "\ea1e"
}

.icon-hyperlink-b:before {
  content: "\ea1f"
}

.icon-ban:before {
  content: "\ea20"
}

.icon-warning:before {
  content: "\ea21"
}

.icon-delete:before {
  content: "\ea22"
}

.icon-bell:before {
  content: "\ea23"
}

.icon-paper-airplane:before {
  content: "\ea24"
}

.icon-clock:before {
  content: "\ea25"
}

.icon-quote-start:before {
  content: "\ea26"
}

.icon-quote-end:before {
  content: "\ea27"
}

.icon-section:before {
  content: "\ea28"
}

.icon-plus:before {
  content: "\ea29"
}

.icon-minus:before {
  content: "\ea2a"
}

.icon-multiplication:before {
  content: "\ea2b"
}

.icon-division:before {
  content: "\ea2c"
}

.icon-equal:before {
  content: "\ea2d"
}

.icon-not-equal:before {
  content: "\ea2e"
}

.icon-approximation:before {
  content: "\ea2f"
}

.icon-plus-minus:before {
  content: "\ea30"
}

.icon-less-than:before {
  content: "\ea31"
}

.icon-greater-than:before {
  content: "\ea32"
}

.icon-less-than-or-equal:before {
  content: "\ea33"
}

.icon-greater-than-or-equal:before {
  content: "\ea34"
}

.icon-square-root:before {
  content: "\ea35"
}

.icon-circle-line-l:before {
  content: "\ea36"
}

.icon-circle-line-m:before {
  content: "\ea37"
}

.icon-circle-line-s:before {
  content: "\ea38"
}

.icon-circle-l:before {
  content: "\ea39"
}

.icon-circle-m:before {
  content: "\ea3a"
}

.icon-circle-s:before {
  content: "\ea3b"
}

.icon-triangle-line:before {
  content: "\ea3c"
}

.icon-triangle:before {
  content: "\ea3d"
}

.icon-square-line:before {
  content: "\ea3e"
}

.icon-square:before {
  content: "\ea3f"
}

.icon-pentagon-line:before {
  content: "\ea40"
}

.icon-pentagon:before {
  content: "\ea41"
}

.icon-hexagon-line:before {
  content: "\ea42"
}

.icon-hexagon:before {
  content: "\ea43"
}

.icon-star-line:before {
  content: "\ea44"
}

.icon-star:before {
  content: "\ea45"
}

.icon-heart-line:before {
  content: "\ea46"
}

.icon-heart:before {
  content: "\ea47"
}

.icon-heartbreak:before {
  content: "\ea48"
}

.icon-jagged-circle-a:before {
  content: "\ea49"
}

.icon-jagged-circle-b:before {
  content: "\ea4a"
}

.icon-jagged-circle-c:before {
  content: "\ea4b"
}

.icon-flash-a-4:before {
  content: "\ea4c"
}

.icon-flash-a-6:before {
  content: "\ea4d"
}

.icon-flash-a-8:before {
  content: "\ea4e"
}

.icon-flash-a-10:before {
  content: "\ea4f"
}

.icon-flash-a-12:before {
  content: "\ea50"
}

.icon-flash-b-4:before {
  content: "\ea51"
}

.icon-flash-b-6:before {
  content: "\ea52"
}

.icon-flash-b-8:before {
  content: "\ea53"
}

.icon-lightning-a:before {
  content: "\ea54"
}

.icon-lightning-b:before {
  content: "\ea55"
}

.icon-yen:before {
  content: "\ea56"
}

.icon-dollar:before {
  content: "\ea57"
}

.icon-cent:before {
  content: "\ea58"
}

.icon-lb:before {
  content: "\ea59"
}

.icon-euro:before {
  content: "\ea5a"
}

.icon-bitcoin:before {
  content: "\ea5b"
}

.icon-coin-image:before {
  content: "\ea5c"
}

.icon-coin-accumulate:before {
  content: "\ea5d"
}

.icon-credit-card:before {
  content: "\ea5e"
}

.icon-skull:before {
  content: "\ea5f"
}

.icon-shopping-cart:before {
  content: "\ea60"
}

.icon-shopping-cart-add:before {
  content: "\ea61"
}

.icon-shopping-cart-remove:before {
  content: "\ea62"
}

.icon-folder-a:before {
  content: "\ea63"
}

.icon-folder-a-open:before {
  content: "\ea64"
}

.icon-folder-a-contents:before {
  content: "\ea65"
}

.icon-document-a-blank:before {
  content: "\ea66"
}

.icon-document-a:before {
  content: "\ea67"
}

.icon-document-a-no-good:before {
  content: "\ea68"
}

.icon-dpcument-a-write-pencil:before {
  content: "\ea69"
}

.icon-document-a-write-pen:before {
  content: "\ea6a"
}

.icon-document-a-copy-a:before {
  content: "\ea6b"
}

.icon-document-a-copy-b:before {
  content: "\ea6c"
}

.icon-document-a-copy-c:before {
  content: "\ea6d"
}

.icon-clipboard-a:before {
  content: "\ea6e"
}

.icon-clipboard-a-document:before {
  content: "\ea6f"
}

.icon-clipboard-a-paste:before {
  content: "\ea70"
}

.icon-document-a-pileup-a:before {
  content: "\ea71"
}

.icon-document-a-pileup-b:before {
  content: "\ea72"
}

.icon-folder-b:before {
  content: "\ea73"
}

.icon-folder-b-open:before {
  content: "\ea74"
}

.icon-folder-b-contents:before {
  content: "\ea75"
}

.icon-document-b-blank:before {
  content: "\ea76"
}

.icon-document-b:before {
  content: "\ea77"
}

.icon-document-b-no-good:before {
  content: "\ea78"
}

.icon-dpcument-b-write-pencil:before {
  content: "\ea79"
}

.icon-document-b-write-pen:before {
  content: "\ea7a"
}

.icon-document-b-copy-a:before {
  content: "\ea7b"
}

.icon-document-b-copy-b:before {
  content: "\ea7c"
}

.icon-document-b-copy-c:before {
  content: "\ea7d"
}

.icon-clipboard-b:before {
  content: "\ea7e"
}

.icon-clipboard-b-document:before {
  content: "\ea7f"
}

.icon-clipboard-b-paste:before {
  content: "\ea80"
}

.icon-document-b-pileup-a:before {
  content: "\ea81"
}

.icon-document-b-pileup-b:before {
  content: "\ea82"
}

.icon-file-pdf:before {
  content: "\ea83"
}

.icon-cloud-download:before {
  content: "\ea84"
}

.icon-cloud-upload:before {
  content: "\ea85"
}

.icon-pencil:before {
  content: "\ea86"
}

.icon-pen:before {
  content: "\ea87"
}

.icon-quill-pen:before {
  content: "\ea88"
}

.icon-nib:before {
  content: "\ea89"
}

.icon-ink-bottle:before {
  content: "\ea8a"
}

.icon-ink-drop:before {
  content: "\ea8b"
}

.icon-ink-spot:before {
  content: "\ea8c"
}

.icon-clip:before {
  content: "\ea8d"
}

.icon-scissors:before {
  content: "\ea8e"
}

.icon-tag:before {
  content: "\ea8f"
}

.icon-pin:before {
  content: "\ea90"
}

.icon-terrestrial-globe:before {
  content: "\ea91"
}

.icon-loudspeaker:before {
  content: "\ea92"
}

.icon-telephone-receiver:before {
  content: "\ea93"
}

.icon-light-bulb:before {
  content: "\ea94"
}

.icon-live-distribution:before {
  content: "\ea95"
}

.icon-eighth-note-a:before {
  content: "\ea96"
}

.icon-eighth-note-b:before {
  content: "\ea97"
}

.icon-volume-0:before {
  content: "\ea98"
}

.icon-volume-1:before {
  content: "\ea99"
}

.icon-volume-2:before {
  content: "\ea9a"
}

.icon-volume-3:before {
  content: "\ea9b"
}

.icon-mute-a:before {
  content: "\ea9c"
}

.icon-mute-b:before {
  content: "\ea9d"
}

.icon-play:before {
  content: "\ea9e"
}

.icon-pouse:before {
  content: "\ea9f"
}

.icon-stop:before {
  content: "\eaa0"
}

.icon-recording:before {
  content: "\eaa1"
}

.icon-fast-forward:before {
  content: "\eaa2"
}

.icon-rewind:before {
  content: "\eaa3"
}

.icon-next-track:before {
  content: "\eaa4"
}

.icon-previous-track:before {
  content: "\eaa5"
}

.icon-play-circle:before {
  content: "\eaa6"
}

.icon-pouse-circle:before {
  content: "\eaa7"
}

.icon-stop-circle:before {
  content: "\eaa8"
}

.icon-recording-circle:before {
  content: "\eaa9"
}

.icon-fast-forward-circle:before {
  content: "\eaaa"
}

.icon-rewind-circle:before {
  content: "\eaab"
}

.icon-next-track-circle:before {
  content: "\eaac"
}

.icon-previous-track-circle:before {
  content: "\eaad"
}

.icon-repeat:before {
  content: "\eaae"
}

.icon-shuffle:before {
  content: "\eaaf"
}

.icon-microphone:before {
  content: "\eab0"
}

.icon-map-pin:before {
  content: "\eab1"
}

.icon-gps-arrow:before {
  content: "\eab2"
}

.icon-speech-balloon-ellipse:before {
  content: "\eab3"
}

.icon-speech-balloon-ellipse-text:before {
  content: "\eab4"
}

.icon-speech-balloon-ellipse-ellipsis:before {
  content: "\eab5"
}

.icon-speech-balloon-ellipse-exclamation-mark:before {
  content: "\eab6"
}

.icon-speech-balloon-ellipse-question-mark:before {
  content: "\eab7"
}

.icon-speech-balloon-ellipse-no-good:before {
  content: "\eab8"
}

.icon-speech-balloon-ellipse-add:before {
  content: "\eab9"
}

.icon-speech-balloon-ellipse-remove:before {
  content: "\eaba"
}

.icon-speech-balloon-ellipse-dialogue:before {
  content: "\eabb"
}

.icon-speech-balloon-thinking:before {
  content: "\eabc"
}

.icon-speech-balloon-impact:before {
  content: "\eabd"
}

.icon-weather-sunny:before {
  content: "\eabe"
}

.icon-weather-cloudy:before {
  content: "\eabf"
}

.icon-umbrella:before {
  content: "\eac0"
}

.icon-snow-crystal:before {
  content: "\eac1"
}

.icon-weather-sunny-cloudy:before {
  content: "\eac2"
}

.icon-weather-rain-a:before {
  content: "\eac3"
}

.icon-weather-rain-b:before {
  content: "\eac4"
}

.icon-weather-snow:before {
  content: "\eac5"
}

.icon-weather-lightning:before {
  content: "\eac6"
}

.icon-weather-moon:before {
  content: "\eac7"
}

.icon-weather-moon-cloudy:before {
  content: "\eac8"
}

.icon-windy:before {
  content: "\eac9"
}

.icon-rainbow:before {
  content: "\eaca"
}

.icon-alert-earthquake:before {
  content: "\eacb"
}

@font-face {
  font-family: 'apollicons-Logos';
  src: url(/assets/fonts/apollicons-Logos.eot?u4bxyl);
  src: url(/assets/fonts/apollicons-Logos.eot?u4bxyl#iefix) format("embedded-opentype"), url(/assets/fonts/apollicons-Logos.ttf?u4bxyl) format("truetype"), url(/assets/fonts/apollicons-Logos.woff?u4bxyl) format("woff"), url(/assets/fonts/apollicons-Logos.svg?u4bxyl#apollicons-Logos) format("svg");
  font-weight: normal;
  font-style: normal
}

.icon-logo-amazon:before {
  content: "\ec00"
}

.icon-logo-android:before {
  content: "\ec01"
}

.icon-logo-apple:before {
  content: "\ec02"
}

.icon-logo-blogger:before {
  content: "\ec03"
}

.icon-logo-chatwork:before {
  content: "\ec04"
}

.icon-logo-css3:before {
  content: "\ec05"
}

.icon-logo-dropbox:before {
  content: "\ec06"
}

.icon-logo-evernote:before {
  content: "\ec07"
}

.icon-logo-facebook-a:before {
  content: "\ec08"
}

.icon-logo-facebook-b:before {
  content: "\ec09"
}

.icon-logo-facebook-c:before {
  content: "\ec0a"
}

.icon-logo-feedly:before {
  content: "\ec0b"
}

.icon-logo-g-analytics:before {
  content: "\ec0c"
}

.icon-logo-git:before {
  content: "\ec0d"
}

.icon-logo-github:before {
  content: "\ec0e"
}

.icon-logo-google-plus:before {
  content: "\ec0f"
}

.icon-logo-hatena-bookmark:before {
  content: "\ec10"
}

.icon-logo-html5:before {
  content: "\ec11"
}

.icon-logo-instagram:before {
  content: "\ec12"
}

.icon-logo-line-a:before {
  content: "\ec13"
}

.icon-logo-line-b:before {
  content: "\ec14"
}

.icon-logo-line-at-a:before {
  content: "\ec15"
}

.icon-logo-line-at-b:before {
  content: "\ec16"
}

.icon-logo-mixi:before {
  content: "\ec17"
}

.icon-logo-niconicodoga:before {
  content: "\ec18"
}

.icon-logo-pinterest:before {
  content: "\ec19"
}

.icon-logo-pixiv:before {
  content: "\ec1a"
}

.icon-logo-playstation:before {
  content: "\ec1b"
}

.icon-logo-pocket:before {
  content: "\ec1c"
}

.icon-logo-skype:before {
  content: "\ec1d"
}

.icon-logo-steam:before {
  content: "\ec1e"
}

.icon-logo-switch:before {
  content: "\ec1f"
}

.icon-logo-tumblr-a:before {
  content: "\ec20"
}

.icon-logo-tumblr-b:before {
  content: "\ec21"
}

.icon-logo-tux:before {
  content: "\ec22"
}

.icon-logo-twitter:before {
  content: "\ec23"
}

.icon-logo-vimeo:before {
  content: "\ec24"
}

.icon-logo-windows:before {
  content: "\ec25"
}

.icon-logo-wordpress:before {
  content: "\ec26"
}

.icon-logo-youtube:before {
  content: "\ec27"
}

[class^="icon-"], [class*=" icon-"] {
  font-family: 'apollicons-Arrows', 'apollicons-Items', 'apollicons-Logos' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}
