@charset "UTF-8";

/* -----------------------------------
  BASE
----------------------------------- */
html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  word-wrap: break-word;
  word-break: break-word;
}

body {
  background: url(/_materials/img/common/bg-repeat.gif) repeat center 0;
  background-size: 74.73958vw;
  color: #000;
  font-family: noto-sans-cjk-jp, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Meiryo', 'メイリオ', sans-serif;
  font-size: 3.125vw;
  font-weight: bold;
  line-height: 1.4;
  min-width: 320px;
}

@media (min-width: 769px) {
  body {
    background-size: 23.9375vw;
    font-size: 1.125vw;
  }
}

input, textarea, select, button {
  border: none;
  border-radius: 0;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  outline: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

input, textarea, select, button, label {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

img {
  border: none;
  outline: none;
  vertical-align: bottom;
  height: auto;
  max-width: 100%;
}

::-moz-selection {
  color: #fff;
  background: #BC65FF;
}

::selection {
  color: #fff;
  background: #BC65FF;
}

a {
  color: #191919;
}

.pc-only {
  display: none;
}

.vdl-logo {
  font-family: vdl-logojrblack, noto-sans-cjk-jp, sans-serif;
  font-weight: 900;
}

.vdl-v7 {
  font-family: vdl-v7gothic, noto-sans-cjk-jp, sans-serif;
  font-weight: 900;
}

.ko .vdl-logo, .ko .vdl-v7, .cn .vdl-logo, .cn .vdl-v7, .tw .vdl-logo, .tw .vdl-v7 {
  font-family: noto-sans-cjk-jp, sans-serif !important;
}

@-webkit-keyframes bg-repeat {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 5.5vw 0;
  }
}

@keyframes bg-repeat {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 5.5vw 0;
  }
}

#page {
  position: relative;
}

/* -----------------------------------
  HEADER
----------------------------------- */
.gnavi {
  position: fixed;
  z-index: 9999;
}

.gnavi nav {
  color: #fff;
}

.gnavi nav a {
  color: #fff;
  display: inline-block;
  transition: all .2s ease-in;
}

.gnavi nav a:hover {
  color: #fee400;
}

.gnavi nav .language a {
  border: 2px solid #fff;
  border-radius: 0.9375vw;
  padding: 6px 25px 10px;
}

.gnavi nav .language a:hover {
  background: #fff;
  color: #000;
}

.gnavi nav .language svg {
  margin: 0 2px -4px 0;
  height: 17px;
  width: 17px;
}

.gnavi nav .language svg .cls-1 {
  fill: #fff;
  stroke-width: 9.52px;
}

.gnavi nav .language svg .cls-1,
.gnavi nav .language svg .cls-2 {
  stroke: #191919;
}

.gnavi nav .language svg .cls-2 {
  fill: none;
  stroke-width: 7.94px;
}

.gnavi .btn-menu {
  height: 6vw;
  width: 6vw;
}

/* -----------------------------------
SP HEADER
----------------------------------- */
@media (max-width: 768px) {
  .gnavi .header-inner {
    display: none;
    background: #191919;
    padding: 19.53125vw 19.53125vw;
    text-align: center;
    overflow-y: auto;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 8888;
  }
  .gnavi .header-inner h3 {
    margin: 0 0 6.51042vw;
  }
  .gnavi nav {
    font-size: 3.90625vw;
    padding: 0 0 3.90625vw;
  }
  .gnavi nav ul.menu-main > li {
    background: url(/_materials/img/common/border-bottom_sp.jpg) no-repeat center bottom/contain;
    margin: 0 0 3.90625vw;
    padding: 0 0 3.90625vw;
  }
  /* 20200618 kk [s] */
  .menu-sub input {
    display: none;
  }
  .menu-sub li {
    height: 0;
    overflow: hidden;
    transition: all 0.5s;
  }
  #sub-open:checked ~ .menu-sub-child{
    margin: 3.90625vw 0 0;
  }
  #sub-open:checked ~ .menu-sub-child li {
    opacity: 1;
    padding: 3vw 0 8vw;
    background: #222222;
    border-bottom:1px solid #191919;
  }
  .init-bottom::before {
    content: '';
    display: inline-block;
    width: 1.5vw;
    height: 1.5vw;
    margin: 0 4px 3px 0;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  /* 20200618 kk [e] */

  /* Button */
  .gnavi .btn-menu {
    cursor: pointer;
    position: fixed;
    right: 17px;
    top: 20px;
    text-align: center;
    height: 18.22917vw;
    width: 18.22917vw;
    z-index: 9999;
  }
  .gnavi .btn-menu.js-open .menu-open {
    opacity: 1;
  }
  .gnavi .btn-menu.js-open .menu-default {
    opacity: 0;
  }
  .gnavi .btn-menu img {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
  }
  .gnavi .btn-menu .menu-open {
    opacity: 0;
  }
  .gnavi .btn-menu span {
    position: absolute;
    bottom: -0.26042vw;
    left: 0;
    right: 0;
    font-family: vdl-logojrblack, noto-sans-cjk-jp, sans-serif;
    font-weight: 900;
    font-size: 3.125vw;
    color: #fff;
    font-style: italic;
    text-shadow: 0 0 1px #191919, 0 0 2px #191919, 0 0 2px #191919, 0 0 2px #191919, 0 0 2px #191919, 0 0 2px #191919, 0 0 2px #191919, 0 0 2px #191919, 0 0 2px #191919, 0 0 2px #191919, 0 0 2px #191919, 0 0 2px #191919, 0 0 2px #191919, 0 0 2px #191919, 0 0 2px #191919, 0 0 2px #191919;
  }
  .gnavi nav ul.menu-main > li.language, .gnavi nav ul.menu-main > li:nth-last-of-type(2) {
    background: 0;
  }
  .gnavi nav ul.menu-main > li.language {
    padding: 3.90625vw 0 0;
  }
  .gnavi nav li.language a {
    border-radius: 6.51042vw;
    padding: 1.04167vw 0 1.5625vw;
    width: 100%;
  }
  .gnavi nav li.language svg .cls-1 {
    fill: #191919;
  }
  .gnavi nav li.language svg .cls-1,
  .gnavi nav li.language svg .cls-2 {
    stroke: #fff;
  }
  .gnavi nav li.language svg #path02, .gnavi nav li.language svg #path03, .gnavi nav li.language svg #path04, .gnavi nav li.language svg #path05 {
    fill: #fff;
  }
  .gnavi nav li a {
    display: block;
  }
  .gnavi .sns li {
    display: inline-block;
    margin: 0 1%;
    width: 22%;
  }
}

/* -----------------------------------
PC HEADER
----------------------------------- */
@media print, screen and (min-width: 769px) {
  .gnavi {
    background-color: #191919;
    padding: 0 0 0.625vw;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 3.7vw;
  }
  .gnavi nav {
    float: left;
    font-size: 1.0625vw;
    line-height: 1;
    padding: 0.75vw 0 0 10.625vw;
  }
  /* EFIGS only 20200618 kk */
  .en .gnavi nav, .de .gnavi nav, .es .gnavi nav, .fr .gnavi nav, .it .gnavi nav {
    font-size: 0.9vw;
  }

  /* 20200618 kk [s] */
  .menu-main {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    display: flex;
    justify-self: start;
    flex-wrap: nowrap;
    align-items: center;
    list-style: none;
  }
  .menu-main > li {
    position: relative;
    padding: 0 1.25vw;
  }
  .menu-main > li a {
    display: block;
  }
  .menu-sub > input[type="checkbox"] {
    display: none;
  }
  .menu-sub-child {
    position: absolute;
    top:0;
    left: 10px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    background: #191919;
    z-index: 1;
  }
  li.menu-sub:hover ul.menu-sub-child {
    top: 2.4vw;
    visibility: visible;
    opacity: 1;
  }
  .menu-sub-child li{
    padding: 0.75vw 1vw;
  }
  .menu-sub-child li a{
    display: block;
  }
  .init-bottom::before {
    content: '';
    display: inline-block;
    width: 0.6vw;
    height: 0.6vw;
    margin: 0 5px 3px 0;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .init-bottom:hover{
    color: #fee400;
  }
  .init-bottom:hover::before{
    border-right: 2px solid #fee400;
    border-bottom: 2px solid #fee400;
  }
  /* 20200618 kk [e] */

  /* Button */
  .gnavi .btn-menu {
    position: absolute;
    top: 0;
    left: 3.125vw;
  }
  .gnavi .btn-menu img {
    position: absolute;
    top: 0;
    left: 0;
  }
  .gnavi .btn-menu .menu-open {
    opacity: 0;
  }
  .gnavi .btn-menu:hover .menu-default {
    opacity: 0;
  }
  .gnavi .btn-menu:hover .menu-open {
    opacity: 1;
  }
  .gnavi nav .language svg {
    margin: 0 0.125vw -0.1875vw 0;
    height: 1.0625vw;
    width: 1.0625vw;
  }
  .gnavi nav .language a {
    padding: 0.25vw 1.5625vw 0.5vw;
  }
  .gnavi .sns {
    float: right;
    padding: 0.625vw 3.125vw 0 0;
    display: flex;
  }
  .gnavi .sns li {
    margin: 0 0 0 1.125vw;
    max-width: 2.4375vw;
    width: 100%;
  }
  /* FR only */
  .fr .gnavi .sns {padding: 0.625vw 1vw 0 0;}
  .fr .gnavi .sns li {max-width: 2vw;}

  .gnavi .sns li a {
    transition: all .2s ease-in;
  }
  .gnavi .sns li a:hover {
    opacity: .8;
  }
}

/* -----------------------------------
  CONTENTS
----------------------------------- */
.page-title {
  background: url(/_materials/img/about/bg-title_jp_sp.jpg) no-repeat center 0/cover;
  color: #F8F8F8;
  font-size: 9.76562vw;
  font-style: italic;
  line-height: 1.2;
  letter-spacing: -2px;
  margin: 0 0 13.02083vw;
  padding: 0 2.60417vw;
  -webkit-text-stroke: 0.39062vw #191919;
  text-shadow: 0.78125vw 0.78125vw 0px #191919;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 48.82812vw;
}

@media (min-width: 769px) {
  .page-title {
    background: url(/_materials/img/about/bg-title_jp_pc.jpg) no-repeat center 0/cover;
    font-size: 3.75vw;
    height: 16.375vw;
    margin: 0 0 6.25vw;
    padding: 2.5vw 2.5vw 0;
    -webkit-text-stroke: 0.09375vw #191919;
    text-shadow: 0.5vw 0.5vw 0px #191919;
  }
}

.section-title {
  background: url(/_materials/img/common/bg-page-title_sp.jpg) no-repeat center 0/cover;
  border-top: 0.91146vw solid #bc65ff;
  border-bottom: 0.91146vw solid #bc65ff;
  box-shadow: 0 -1.30208vw 0 #191919, 0 2.21354vw 0 #191919;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 18.61979vw;
  font-size: 8.78906vw;
  line-height: 1.2;
  margin: 0 0 11.71875vw;
  padding: 4.55729vw 3.90625vw 4.55729vw 5.20833vw;
  -webkit-text-stroke: 0.26042vw #191919;
  text-shadow: 0.39062vw 0.39062vw 0px #191919;
}

.section-title .icon-title {
  display: block;
  position: relative;
  padding: 0 0 0 18.22917vw;
}

.section-title .icon-title::before {
  background: url(/_materials/img/movie/icon-movie.png) no-repeat 0 0/contain;
  background-size: 13.02083vw 10.67708vw;
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  height: 10.67708vw;
  width: 13.02083vw;
}

@media (min-width: 769px) {
  .section-title {
    background: url(/_materials/img/common/bg-page-title-left_pc.jpg) no-repeat 0 0/contain, url(/_materials/img/common/bg-page-title-right_pc.jpg) no-repeat right 0/contain;
    background-color: #533771;
    border: 0.3125vw solid #191919;
    border-radius: 6.25vw;
    box-shadow: 0.3125vw 0.3125vw 0 #191919;
    display: block;
    font-size: 2.8125vw;
    min-height: 6.25vw;
    margin: 0 auto 5vw;
    padding: 0;
    -webkit-text-stroke: 0.09375vw #191919;
    text-shadow: 0.1875vw 0.1875vw 0px #191919;
    width: 92.5vw;
  }
  .section-title .section-title-inner {
    border: 0.3125vw solid #bc65ff;
    border-radius: 6.25vw;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 6.25vw;
    padding: 1.09375vw 6.25vw;
  }
  .section-title .icon-title {
    padding: 0 0 0 5.9375vw;
  }
  .section-title .icon-title::before {
    background-size: cover;
    height: 3.375vw;
    width: 4.125vw;
  }
}

.title-h2 {
  color: #fee400;
  font-size: 9.11458vw;
  line-height: 1.2;
  padding: 0 0 2.60417vw;
  text-shadow: 0 0 5px #000;
}

@media (min-width: 769px) {
  .title-h2 {
    font-size: 3.5vw;
    padding: 0 0 0.9375vw;
  }
}

.text {
  color: #fff;
  font-size: 3.38542vw;
  text-shadow: 0 0 5px #000;
  letter-spacing: -1px;
}

@media (min-width: 769px) {
  .text {
    font-size: 1.5vw;
  }
}

.contents {
  padding: 0 0 6.51042vw;
}

@media (min-width: 769px) {
  .contents {
    padding: 0 0 3.125vw;
  }
}

.js-kunai-animation .js-icon-kunai {
  position: absolute;
  top: -1.75vw;
  left: -1.75vw;
  width: 3.8125vw;
  height: 3.8125vw;
  z-index: 2;
}

.js-kunai-animation .js-icon-kunai::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(/_materials/img/common/icon-kunai.png) no-repeat center;
  background-size: 100%;
}

.common-btn-hover em {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: all 150ms;
}

.common-btn-hover em.bg-animation01 {
  background: url(/_materials/img/border.jpg) repeat-x center bottom/0.6875vw 1.6875vw #fff;
  transition-delay: 150ms;
}

.common-btn-hover em.bg-animation02 {
  background: url(/_materials/img/common/bg-btn-hover.jpg) no-repeat center bottom/100% #c6ff00;
  transition-delay: 0ms;
  opacity: 0;
}

@media (min-width: 769px) {
  .common-btn-hover:hover em.bg-animation01 {
    transform: translate3d(0, 100%, 0);
    transition-delay: 0ms;
  }
  .common-btn-hover:hover em.bg-animation02 {
    transform: translate3d(0, 0, 0);
    opacity: 1;
    transition-delay: 150ms;
  }
}

.btn {
  border: 0.375vw solid #191919;
  border-radius: 3.125vw;
  box-shadow: 0.1875vw 0.1875vw 0 #191919;
  font-family: vdl-v7gothic, noto-sans-cjk-jp, sans-serif;
  font-weight: 900;
  font-size: 1.5625vw;
  font-style: italic;
  color: #191919;
  background: #fff;
  display: inline-block;
  line-height: 1;
  padding: 0.75vw 1.0625vw;
  position: relative;
  overflow: hidden;
  z-index: 1;
  text-shadow: 0 0 1px #f8f8f8, 0 0 1px #f8f8f8, 0 0 1px #f8f8f8, 0 0 1px #f8f8f8, 0 0 1px #f8f8f8, 0 0 1px #f8f8f8, 0 0 1px #f8f8f8, 0 0 1px #f8f8f8, 0 0 1px #f8f8f8, 0 0 1px #f8f8f8, 0 0 1px #f8f8f8, 0 0 1px #f8f8f8, 0 0 1px #f8f8f8, 0 0 1px #f8f8f8, 0 0 1px #f8f8f8, 0 0 1px #f8f8f8;
}

.btn::before {
  background: url(/_materials/img/ennbosu.png) no-repeat 0 0/contain;
  display: block;
  content: '';
  position: absolute;
  top: 0.125vw;
  left: 0.25vw;
  height: 1.375vw;
  width: 2.5625vw;
  pointer-events: none;
  z-index: 1;
}

.btn span {
  padding: 0 4.0625vw;
  position: relative;
  z-index: 1;
}

.btn span::after {
  background: url(/_materials/img/common/icon-arrow_right.svg) no-repeat 0 0/contain;
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-46%);
  height: 2.0625vw;
  width: 2.0625vw;
}

@media (max-width: 768px) {
  .btn {
    border: 0.78125vw solid #191919;
    border-radius: 6.51042vw;
    box-shadow: 0.52083vw 0.52083vw 0 #191919;
    font-size: 4.03646vw;
	  padding: 3.25521vw 4.16667vw 3.25521vw 0;
    min-width: 58.59375vw;
  }
  .btn::before {
    top: 0.52083vw;
    left: 0.78125vw;
    height: 5.46875vw;
    width: 9.11458vw;
  }
  .btn span {
    padding: 0 11.19792vw;
	  display: inline-block;
	  line-height: 1.2;
  }
  .btn span::after {
    height: 5.20833vw;
    width: 5.20833vw;
  }
  .btn em.bg-animation01 {
    background: url(/_materials/img/border.jpg) repeat-x center bottom/2.60417vw 5.20833vw #fff;
  }
  .btn em.bg-animation02 {
    background: url(/_materials/img/common/bg-btn-hover.jpg) no-repeat center bottom/100% #c6ff00;
  }
}

/* -----------------------------------
  FOOTER
----------------------------------- */
footer {
  background: #000;
  color: #fff;
  line-height: 1;
  padding: 0 0 3.5625vw;
  text-align: center;
}

@media (max-width: 768px) {
  footer {
    padding: 0 0 13.02083vw;
  }
}

footer .footer-inner {
  background: #191919;
  padding: 0 11.5625vw;
  position: relative;
}

footer .footer-inner::before {
  background: url(/_materials/img/common/bg-footer-jagged_pc.png) repeat-x center 0;
  background-size: 3.3125vw 1.875vw;
  content: '';
  position: absolute;
  top: -1.78125vw;
  left: 0;
  height: 3.3125vw;
  width: 100%;
}

@media (max-width: 768px) {
  footer .footer-inner {
    padding: 0 5.20833vw;
  }
  footer .footer-inner::before {
    background: url(/_materials/img/common/bg-footer-jagged_sp.png) repeat-x center 0;
    background-size: 9.11458vw 6.51042vw;
    top: -6.25vw;
    height: 6.51042vw;
  }
}

footer .footer-sns {
  padding: 1.25vw 0 3.4375vw;
}

footer .footer-sns > p {
  margin: auto;
  padding: 0 0 1.5vw;
  width: 5.6875vw;
}

footer .footer-sns li {
  display: inline-block;
  margin: 0 0.625vw;
  width: 7.625vw;
}

footer .footer-sns li:last-child a {
  background: #1876F2;
}

footer .footer-sns li a {
  background: #000000;
  border-radius: 50px;
  color: #fff;
  font-size: 0.875vw;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.125vw 0.9375vw;
  transition: all .2s ease-in;
}

footer .footer-sns li a img {
  vertical-align: middle;
  width: 1.875vw;
}

@media (min-width: 769px) {
  footer .footer-sns li a:hover {
    opacity: .8;
  }
}

@media (max-width: 768px) {
  footer .footer-sns {
    padding: 4.55729vw 0 13.02083vw;
  }
  footer .footer-sns > p {
    padding: 0 0 6.51042vw;
    width: 23.69792vw;
  }
  footer .footer-sns li {
    margin: 0 2.60417vw;
    width: 26.04167vw;
  }
  footer .footer-sns li a {
    font-size: 3.125vw;
    padding: 0.65104vw 1.95312vw;
  }
  footer .footer-sns li a img {
    width: 6.51042vw;
  }
}

footer .footer-block {
  background: #000;
  padding: 0 0 1.875vw;
}

footer .logo-area {
  display: none;
}

footer .logo-area li {
  margin: 0 0.8125vw;
}

footer .logo-area li.logo-gungho {
  width: 4.6875vw;
}

footer .logo-area li img {
  max-height: 50px;
}

@media (max-width: 768px) {
  footer .logo-area {
    padding: 10.41667vw 0 6.51042vw;
  }
  footer .logo-area li {
    margin: 0 2.34375vw;
  }
  footer .logo-area li.logo-gungho {
    width: 16.92708vw;
  }
}

footer small {
  font-size: 0.875vw;
  line-height: 1.4;
  font-weight: normal;
  padding: 3.5625vw 0 0;
  display: block;
}

@media (max-width: 768px) {
  footer small {
    font-size: 2.60417vw;
    padding: 13.02083vw 0 0;
  }
}

@media print, screen and (min-width: 769px) {
  .pc-only {
    display: block;
  }
  .sp-only {
    display: none;
  }
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

/* -----------------------------------
  SWITCH
----------------------------------- */
.isSwitch .gnavi,
.isSwitch footer,
.isSwitch .newsmenu-navbar,
.isSwitch .productmenu-navbar,
.isSwitch p.btn-link,
.isSwitch .link-del-switch{
  display: none !important;
}
.isSwitch .page-title{
	margin-bottom: 16px;
}
.switch-only{display: none;}
.isSwitch .switch-only{display: inline-block;}
/* -----------------------------------
  Add Style
----------------------------------- */
/* 20200422 */
li.indent{
	margin-left: 1em;
	text-indent: -1em;
}

article.container{
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  border: 0.3vw #000 solid;
  border-bottom: 0;
  border-radius: 1vw;
  background: #fff;
  overflow: hidden;
}
@media screen and (max-width:768px) and (min-width: 1px){
  article.container{
    border:none;
    border-top: 1vw #000 solid;
    border-bottom: 1vw #000 solid;
    border-radius: 0;
  }
}

article .content-inner{
  width: 90%;
  margin: 1em auto;
  padding: 1.5em 0;
}

article .sec-ttl-max{
  margin-bottom: .5em;
  padding: 0.5em 0.7em;
  background: #533771;
  font-size: 1.5em;
  font-weight: 900;
  color:#fff;
  text-align: center;
}

@media screen and (max-width:768px) and (min-width: 1px){
  article .sec-ttl-max{padding: 0.5em 0.5em;text-align: left;}
}

/*
#####################################
Animation
#####################################
*/
.fade-in {
	-webkit-animation: fadein 3s;
	animation: fadein 3s;
}
@-webkit-keyframes fadein {
	from {opacity: 0;}
	to {	opacity: 1;}
}
@keyframes fadein {
	from {opacity: 0;}
	to {	opacity: 1;}
}

.fade-in-up {
	opacity: 0;
	-webkit-animation: fade-in-up 2s cubic-bezier(0.8, 0.0, 0.5, 1.0) normal forwards running;
	animation: fade-in-up 2s cubic-bezier(0.8, 0.0, 0.5, 1.0) normal forwards running;
	animation-delay: 0.5s;
}
@-webkit-keyframes fade-in-up {
	from {
		opacity: 0;
		transform:translateY(2vh);
	}
	to {
		opacity: 1;
		transform:translateY(0);
	}
}
@keyframes fade-in-up {
	from {
		opacity: 0;
		transform:translateY(2vh);
	}
	to {
		opacity: 1;
		transform:translateY(0);
	}
}

.external-link {
  padding-right: 1em;
  background: url(/_materials/img/common/icon-ext-site.png) no-repeat right bottom .3em;
}
@media (max-width: 768px) {
  .external-link {
    padding-right: 1em;
    background: url(/_materials/img/common/icon-ext-site.png) no-repeat right bottom .3em /0.8em;
  }
}