@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css?family=Vollkorn");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:700");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
  -webkit-text-size-adjust: 100%;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

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

input, textarea, button, select, option {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  background: transparent;
}

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

textarea {
  resize: vertical;
}

img {
  vertical-align: top;
}

strong, em, b {
  font-weight: bold;
}

main {
  display: block;
}

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

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

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

html {
  font-size: 10px;
  overflow-y: scroll;
}

@media only screen and (min-width: 768px) {
  .hidden-lg {
    display: none;
  }
}

@media (min-width: 0) and (max-width: 768px) {
  .hidden-xs,
  .hidden-sp {
    display: none;
  }
}

body, html {
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
  background-color: #fff;
  color: #222;
  background-size: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}

a {
  text-decoration: none;
  color: #fff;
}

.wbr {
  display: inline-block;
}

@media only screen and (min-width: 768px) {
  .container {
    padding-left: 5%;
    padding-right: 5%;
  }
}

@media (min-width: 0) and (max-width: 768px) {
  .container {
    padding: 0 6.66667vw;
  }
}

.btn {
  background-color: #00344c;
  border: 1px solid #fff;
  display: inline-block;
  letter-spacing: -0.035em;
  font-weight: bold;
  text-align: center;
  position: relative;
  cursor: pointer;
}

@media only screen and (min-width: 768px) {
  .btn {
    padding: 0 42px 0 42px;
    font-size: 20px;
    line-height: 80px;
    width: 288px;
  }
}

@media all and (-ms-high-contrast: none) {
  .btn {
    padding-top: 15px;
    padding-bottom: 5px;
  }
}

@media (min-width: 0) and (max-width: 768px) {
  .btn {
    line-height: 17.06667vw;
    padding: 0;
    width: 61.33333vw;
    margin: 0 auto;
    display: block;
    font-size: 3.73333vw;
  }
}

.btn:before {
  position: absolute;
  content: '';
  border: 1px dashed rgba(255, 255, 255, .5);
}

@media only screen and (min-width: 768px) {
  .btn:before {
    top: 4px;
    bottom: 4px;
    left: 4px;
    right: 4px;
  }
}

@media (min-width: 0) and (max-width: 768px) {
  .btn:before {
    top: 1.33333vw;
    right: 1.33333vw;
    bottom: 1.33333vw;
    left: 1.33333vw;
  }
}

.btn.btn-arrow:after {
  content: '';
  display: inline-block;
  position: relative;
  background: url("/images/btn-arrow.png") left bottom no-repeat transparent;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

@media only screen and (min-width: 768px) {
  .btn.btn-arrow:after {
    margin-left: 6px;
    background-size: auto 9px;
    width: 40px;
    height: 9px;
    top: -5px;
  }
}

@media (min-width: 0) and (max-width: 768px) {
  .btn.btn-arrow:after {
    margin-left: 1.33333vw;
    background-size: auto 1.6vw;
    width: 7.06667vw;
    height: 1.6vw;
    top: -1.06667vw;
  }
}

@media only screen and (min-width: 768px) {
  .btn.btn-lg {
    font-size: 28px;
    height: 110px;
    line-height: 110px;
    width: 370px;
  }
}

@media (min-width: 0) and (max-width: 768px) {
  .btn.btn-lg {
    width: auto;
    display: block;
    width: 100%;
    height: 19.86667vw;
    line-height: 19.86667vw;
    font-size: 4.53333vw;
  }
}

@media only screen and (min-width: 768px) {
  .btn:hover:after {
    -webkit-animation: btn-arrow 1.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite normal;
            animation: btn-arrow 1.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite normal;
  }
}

@-webkit-keyframes btn-arrow {
  0% {
    background-position: left 0px top 0;
  }
  50% {
    background-position: left 40px top 0;
  }
  50.01% {
    background-position: left -40px top 0;
  }
  100% {
    background-position: left 0px top;
  }
}

@keyframes btn-arrow {
  0% {
    background-position: left 0px top 0;
  }
  50% {
    background-position: left 40px top 0;
  }
  50.01% {
    background-position: left -40px top 0;
  }
  100% {
    background-position: left 0px top;
  }
}

@media only screen and (min-width: 768px) {
  .section {
    padding-top: 150px;
    padding-bottom: 150px;
  }
}

@media (min-width: 0) and (max-width: 768px) {
  .section {
    padding: 16vw 0;
  }
}

.section .section-title {
  color: #014b6d;
}

.section .section-title .en {
  font-family: "Vollkorn", sans-serif;
  letter-spacing: .025em;
  font-weight: normal;
}

@media only screen and (min-width: 768px) {
  .section .section-title .en {
    font-size: 110px;
    margin-bottom: -7px;
  }
}

@media (min-width: 0) and (max-width: 768px) {
  .section .section-title .en {
    font-size: 10.66667vw;
  }
}

.section .section-title .jp {
  letter-spacing: .025em;
  line-height: 1;
  font-weight: bold;
}

@media only screen and (min-width: 768px) {
  .section .section-title .jp {
    font-size: 14px;
  }
}

@media (min-width: 0) and (max-width: 768px) {
  .section .section-title .jp {
    font-size: 2.66667vw;
  }
}

@media only screen and (min-width: 768px) {
  .section .section-body {
    margin-top: 100px;
  }
}

button {
  outline: 0;
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 20px 20px;
  display: inline-block;
  cursor: pointer;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}

.hamburger:hover {
  opacity: 1;
}

.hamburger-box {
  width: 37.5px;
  height: 25px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1px;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 37.5px;
  height: 2px;
  background-color: #fff;
  border-radius: 0;
  position: absolute;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}

.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -11.5px;
}

.hamburger-inner::after {
  bottom: -11.5px;
}

/*
   * 3DX
   */
.hamburger--3dx .hamburger-box {
  -webkit-perspective: 75px;
          perspective: 75px;
}

.hamburger--3dx .hamburger-inner {
  -webkit-transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx .hamburger-inner::before, .hamburger--3dx .hamburger-inner::after {
  -webkit-transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx.is-active .hamburger-inner {
  background-color: transparent;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.hamburger--3dx.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(0, 11.5px, 0) rotate(45deg);
          transform: translate3d(0, 11.5px, 0) rotate(45deg);
}

.hamburger--3dx.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -11.5px, 0) rotate(-45deg);
          transform: translate3d(0, -11.5px, 0) rotate(-45deg);
}

/*
   * 3DX Reverse
   */
.hamburger--3dx-r .hamburger-box {
  -webkit-perspective: 75px;
          perspective: 75px;
}

.hamburger--3dx-r .hamburger-inner {
  -webkit-transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx-r .hamburger-inner::before, .hamburger--3dx-r .hamburger-inner::after {
  -webkit-transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx-r.is-active .hamburger-inner {
  background-color: transparent;
  -webkit-transform: rotateY(-180deg);
          transform: rotateY(-180deg);
}

.hamburger--3dx-r.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(0, 11.5px, 0) rotate(45deg);
          transform: translate3d(0, 11.5px, 0) rotate(45deg);
}

.hamburger--3dx-r.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -11.5px, 0) rotate(-45deg);
          transform: translate3d(0, -11.5px, 0) rotate(-45deg);
}

/*
   * 3DY
   */
.hamburger--3dy .hamburger-box {
  -webkit-perspective: 75px;
          perspective: 75px;
}

.hamburger--3dy .hamburger-inner {
  -webkit-transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dy .hamburger-inner::before, .hamburger--3dy .hamburger-inner::after {
  -webkit-transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dy.is-active .hamburger-inner {
  background-color: transparent;
  -webkit-transform: rotateX(-180deg);
          transform: rotateX(-180deg);
}

.hamburger--3dy.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(0, 11.5px, 0) rotate(45deg);
          transform: translate3d(0, 11.5px, 0) rotate(45deg);
}

.hamburger--3dy.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -11.5px, 0) rotate(-45deg);
          transform: translate3d(0, -11.5px, 0) rotate(-45deg);
}

/*
   * 3DY Reverse
   */
.hamburger--3dy-r .hamburger-box {
  -webkit-perspective: 75px;
          perspective: 75px;
}

.hamburger--3dy-r .hamburger-inner {
  -webkit-transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dy-r .hamburger-inner::before, .hamburger--3dy-r .hamburger-inner::after {
  -webkit-transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dy-r.is-active .hamburger-inner {
  background-color: transparent;
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}

.hamburger--3dy-r.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(0, 11.5px, 0) rotate(45deg);
          transform: translate3d(0, 11.5px, 0) rotate(45deg);
}

.hamburger--3dy-r.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -11.5px, 0) rotate(-45deg);
          transform: translate3d(0, -11.5px, 0) rotate(-45deg);
}

/*
   * 3DXY
   */
.hamburger--3dxy .hamburger-box {
  -webkit-perspective: 75px;
          perspective: 75px;
}

.hamburger--3dxy .hamburger-inner {
  -webkit-transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dxy .hamburger-inner::before, .hamburger--3dxy .hamburger-inner::after {
  -webkit-transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dxy.is-active .hamburger-inner {
  background-color: transparent;
  -webkit-transform: rotateX(180deg) rotateY(180deg);
          transform: rotateX(180deg) rotateY(180deg);
}

.hamburger--3dxy.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(0, 11.5px, 0) rotate(45deg);
          transform: translate3d(0, 11.5px, 0) rotate(45deg);
}

.hamburger--3dxy.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -11.5px, 0) rotate(-45deg);
          transform: translate3d(0, -11.5px, 0) rotate(-45deg);
}

/*
   * 3DXY Reverse
   */
.hamburger--3dxy-r .hamburger-box {
  -webkit-perspective: 75px;
          perspective: 75px;
}

.hamburger--3dxy-r .hamburger-inner {
  -webkit-transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dxy-r .hamburger-inner::before, .hamburger--3dxy-r .hamburger-inner::after {
  -webkit-transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dxy-r.is-active .hamburger-inner {
  background-color: transparent;
  -webkit-transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg);
          transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg);
}

.hamburger--3dxy-r.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(0, 11.5px, 0) rotate(45deg);
          transform: translate3d(0, 11.5px, 0) rotate(45deg);
}

.hamburger--3dxy-r.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -11.5px, 0) rotate(-45deg);
          transform: translate3d(0, -11.5px, 0) rotate(-45deg);
}

/*
   * Arrow
   */
.hamburger--arrow.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(-7.5px, 0, 0) rotate(-45deg) scale(0.7, 1);
          transform: translate3d(-7.5px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

.hamburger--arrow.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(-7.5px, 0, 0) rotate(45deg) scale(0.7, 1);
          transform: translate3d(-7.5px, 0, 0) rotate(45deg) scale(0.7, 1);
}

/*
   * Arrow Right
   */
.hamburger--arrow-r.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(7.5px, 0, 0) rotate(45deg) scale(0.7, 1);
          transform: translate3d(7.5px, 0, 0) rotate(45deg) scale(0.7, 1);
}

.hamburger--arrow-r.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(7.5px, 0, 0) rotate(-45deg) scale(0.7, 1);
          transform: translate3d(7.5px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

/*
   * Arrow Alt
   */
.hamburger--arrowalt .hamburger-inner::before {
  -webkit-transition: top 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt .hamburger-inner::after {
  -webkit-transition: bottom 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: translate3d(-7.5px, -9.375px, 0) rotate(-45deg) scale(0.7, 1);
          transform: translate3d(-7.5px, -9.375px, 0) rotate(-45deg) scale(0.7, 1);
  -webkit-transition: top 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

.hamburger--arrowalt.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: translate3d(-7.5px, 9.375px, 0) rotate(45deg) scale(0.7, 1);
          transform: translate3d(-7.5px, 9.375px, 0) rotate(45deg) scale(0.7, 1);
  -webkit-transition: bottom 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

/*
   * Arrow Alt Right
   */
.hamburger--arrowalt-r .hamburger-inner::before {
  -webkit-transition: top 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt-r .hamburger-inner::after {
  -webkit-transition: bottom 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt-r.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: translate3d(7.5px, -9.375px, 0) rotate(45deg) scale(0.7, 1);
          transform: translate3d(7.5px, -9.375px, 0) rotate(45deg) scale(0.7, 1);
  -webkit-transition: top 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

.hamburger--arrowalt-r.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: translate3d(7.5px, 9.375px, 0) rotate(-45deg) scale(0.7, 1);
          transform: translate3d(7.5px, 9.375px, 0) rotate(-45deg) scale(0.7, 1);
  -webkit-transition: bottom 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

/*
   * Arrow Turn
   */
.hamburger--arrowturn.is-active .hamburger-inner {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.hamburger--arrowturn.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
          transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

.hamburger--arrowturn.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
          transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

/*
   * Arrow Turn Right
   */
.hamburger--arrowturn-r.is-active .hamburger-inner {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.hamburger--arrowturn-r.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
          transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

.hamburger--arrowturn-r.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
          transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

/*
   * Boring
   */
.hamburger--boring .hamburger-inner, .hamburger--boring .hamburger-inner::before, .hamburger--boring .hamburger-inner::after {
  -webkit-transition-property: none;
  transition-property: none;
}

.hamburger--boring.is-active .hamburger-inner {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.hamburger--boring.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}

.hamburger--boring.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

/*
   * Collapse
   */
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  -webkit-transition-duration: 0.13s;
          transition-duration: 0.13s;
  -webkit-transition-delay: 0.13s;
          transition-delay: 0.13s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse .hamburger-inner::after {
  top: -23px;
  -webkit-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}

.hamburger--collapse .hamburger-inner::before {
  -webkit-transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, -11.5px, 0) rotate(-45deg);
          transform: translate3d(0, -11.5px, 0) rotate(-45deg);
  -webkit-transition-delay: 0.22s;
          transition-delay: 0.22s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--collapse.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}

.hamburger--collapse.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Collapse Reverse
   */
.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  -webkit-transition-duration: 0.13s;
          transition-duration: 0.13s;
  -webkit-transition-delay: 0.13s;
          transition-delay: 0.13s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse-r .hamburger-inner::after {
  top: -23px;
  -webkit-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}

.hamburger--collapse-r .hamburger-inner::before {
  -webkit-transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse-r.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, -11.5px, 0) rotate(45deg);
          transform: translate3d(0, -11.5px, 0) rotate(45deg);
  -webkit-transition-delay: 0.22s;
          transition-delay: 0.22s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--collapse-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}

.hamburger--collapse-r.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Elastic
   */
.hamburger--elastic .hamburger-inner {
  top: 1px;
  -webkit-transition-duration: 0.275s;
          transition-duration: 0.275s;
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
          transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic .hamburger-inner::before {
  top: 11.5px;
  -webkit-transition: opacity 0.125s 0.275s ease;
  transition: opacity 0.125s 0.275s ease;
}

.hamburger--elastic .hamburger-inner::after {
  top: 23px;
  -webkit-transition: -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 11.5px, 0) rotate(135deg);
          transform: translate3d(0, 11.5px, 0) rotate(135deg);
  -webkit-transition-delay: 0.075s;
          transition-delay: 0.075s;
}

.hamburger--elastic.is-active .hamburger-inner::before {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  opacity: 0;
}

.hamburger--elastic.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -23px, 0) rotate(-270deg);
          transform: translate3d(0, -23px, 0) rotate(-270deg);
  -webkit-transition-delay: 0.075s;
          transition-delay: 0.075s;
}

/*
   * Elastic Reverse
   */
.hamburger--elastic-r .hamburger-inner {
  top: 1px;
  -webkit-transition-duration: 0.275s;
          transition-duration: 0.275s;
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
          transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic-r .hamburger-inner::before {
  top: 11.5px;
  -webkit-transition: opacity 0.125s 0.275s ease;
  transition: opacity 0.125s 0.275s ease;
}

.hamburger--elastic-r .hamburger-inner::after {
  top: 23px;
  -webkit-transition: -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic-r.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 11.5px, 0) rotate(-135deg);
          transform: translate3d(0, 11.5px, 0) rotate(-135deg);
  -webkit-transition-delay: 0.075s;
          transition-delay: 0.075s;
}

.hamburger--elastic-r.is-active .hamburger-inner::before {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  opacity: 0;
}

.hamburger--elastic-r.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -23px, 0) rotate(270deg);
          transform: translate3d(0, -23px, 0) rotate(270deg);
  -webkit-transition-delay: 0.075s;
          transition-delay: 0.075s;
}

/*
   * Emphatic
   */
.hamburger--emphatic {
  overflow: hidden;
}

.hamburger--emphatic .hamburger-inner {
  -webkit-transition: background-color 0.125s 0.175s ease-in;
  transition: background-color 0.125s 0.175s ease-in;
}

.hamburger--emphatic .hamburger-inner::before {
  left: 0;
  -webkit-transition: top 0.05s 0.125s linear, left 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: top 0.05s 0.125s linear, left 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
}

.hamburger--emphatic .hamburger-inner::after {
  top: 11.5px;
  right: 0;
  -webkit-transition: top 0.05s 0.125s linear, right 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: top 0.05s 0.125s linear, right 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
}

.hamburger--emphatic.is-active .hamburger-inner {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  background-color: transparent;
}

.hamburger--emphatic.is-active .hamburger-inner::before {
  left: -75px;
  top: -75px;
  -webkit-transform: translate3d(75px, 75px, 0) rotate(45deg);
          transform: translate3d(75px, 75px, 0) rotate(45deg);
  -webkit-transition: left 0.125s ease-out, top 0.05s 0.125s linear, -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.hamburger--emphatic.is-active .hamburger-inner::after {
  right: -75px;
  top: -75px;
  -webkit-transform: translate3d(-75px, 75px, 0) rotate(-45deg);
          transform: translate3d(-75px, 75px, 0) rotate(-45deg);
  -webkit-transition: right 0.125s ease-out, top 0.05s 0.125s linear, -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

/*
   * Emphatic Reverse
   */
.hamburger--emphatic-r {
  overflow: hidden;
}

.hamburger--emphatic-r .hamburger-inner {
  -webkit-transition: background-color 0.125s 0.175s ease-in;
  transition: background-color 0.125s 0.175s ease-in;
}

.hamburger--emphatic-r .hamburger-inner::before {
  left: 0;
  -webkit-transition: top 0.05s 0.125s linear, left 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: top 0.05s 0.125s linear, left 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
}

.hamburger--emphatic-r .hamburger-inner::after {
  top: 11.5px;
  right: 0;
  -webkit-transition: top 0.05s 0.125s linear, right 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: top 0.05s 0.125s linear, right 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
}

.hamburger--emphatic-r.is-active .hamburger-inner {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  background-color: transparent;
}

.hamburger--emphatic-r.is-active .hamburger-inner::before {
  left: -75px;
  top: 75px;
  -webkit-transform: translate3d(75px, -75px, 0) rotate(-45deg);
          transform: translate3d(75px, -75px, 0) rotate(-45deg);
  -webkit-transition: left 0.125s ease-out, top 0.05s 0.125s linear, -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.hamburger--emphatic-r.is-active .hamburger-inner::after {
  right: -75px;
  top: 75px;
  -webkit-transform: translate3d(-75px, -75px, 0) rotate(45deg);
          transform: translate3d(-75px, -75px, 0) rotate(45deg);
  -webkit-transition: right 0.125s ease-out, top 0.05s 0.125s linear, -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

/*
   * Minus
   */
.hamburger--minus .hamburger-inner::before, .hamburger--minus .hamburger-inner::after {
  -webkit-transition: bottom 0.08s 0s ease-out, top 0.08s 0s ease-out, opacity 0s linear;
  transition: bottom 0.08s 0s ease-out, top 0.08s 0s ease-out, opacity 0s linear;
}

.hamburger--minus.is-active .hamburger-inner::before, .hamburger--minus.is-active .hamburger-inner::after {
  opacity: 0;
  -webkit-transition: bottom 0.08s ease-out, top 0.08s ease-out, opacity 0s 0.08s linear;
  transition: bottom 0.08s ease-out, top 0.08s ease-out, opacity 0s 0.08s linear;
}

.hamburger--minus.is-active .hamburger-inner::before {
  top: 0;
}

.hamburger--minus.is-active .hamburger-inner::after {
  bottom: 0;
}

/*
   * Slider
   */
.hamburger--slider .hamburger-inner {
  top: 1px;
}

.hamburger--slider .hamburger-inner::before {
  top: 11.5px;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
}

.hamburger--slider .hamburger-inner::after {
  top: 23px;
}

.hamburger--slider.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 11.5px, 0) rotate(45deg);
          transform: translate3d(0, 11.5px, 0) rotate(45deg);
}

.hamburger--slider.is-active .hamburger-inner::before {
  -webkit-transform: rotate(-45deg) translate3d(-5.35714px, -9.5px, 0);
          transform: rotate(-45deg) translate3d(-5.35714px, -9.5px, 0);
  opacity: 0;
}

.hamburger--slider.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -23px, 0) rotate(-90deg);
          transform: translate3d(0, -23px, 0) rotate(-90deg);
}

/*
   * Slider Reverse
   */
.hamburger--slider-r .hamburger-inner {
  top: 1px;
}

.hamburger--slider-r .hamburger-inner::before {
  top: 11.5px;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
}

.hamburger--slider-r .hamburger-inner::after {
  top: 23px;
}

.hamburger--slider-r.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 11.5px, 0) rotate(-45deg);
          transform: translate3d(0, 11.5px, 0) rotate(-45deg);
}

.hamburger--slider-r.is-active .hamburger-inner::before {
  -webkit-transform: rotate(45deg) translate3d(5.35714px, -9.5px, 0);
          transform: rotate(45deg) translate3d(5.35714px, -9.5px, 0);
  opacity: 0;
}

.hamburger--slider-r.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -23px, 0) rotate(90deg);
          transform: translate3d(0, -23px, 0) rotate(90deg);
}

/*
   * Spin
   */
.hamburger--spin .hamburger-inner {
  -webkit-transition-duration: 0.22s;
          transition-duration: 0.22s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin .hamburger-inner::before {
  -webkit-transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}

.hamburger--spin .hamburger-inner::after {
  -webkit-transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin.is-active .hamburger-inner {
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
  -webkit-transition-delay: 0.12s;
          transition-delay: 0.12s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}

.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Spin Reverse
   */
.hamburger--spin-r .hamburger-inner {
  -webkit-transition-duration: 0.22s;
          transition-duration: 0.22s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin-r .hamburger-inner::before {
  -webkit-transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}

.hamburger--spin-r .hamburger-inner::after {
  -webkit-transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin-r.is-active .hamburger-inner {
  -webkit-transform: rotate(-225deg);
          transform: rotate(-225deg);
  -webkit-transition-delay: 0.12s;
          transition-delay: 0.12s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spin-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}

.hamburger--spin-r.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Spring
   */
.hamburger--spring .hamburger-inner {
  top: 1px;
  -webkit-transition: background-color 0s 0.13s linear;
  transition: background-color 0s 0.13s linear;
}

.hamburger--spring .hamburger-inner::before {
  top: 11.5px;
  -webkit-transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring .hamburger-inner::after {
  top: 23px;
  -webkit-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring.is-active .hamburger-inner {
  -webkit-transition-delay: 0.22s;
          transition-delay: 0.22s;
  background-color: transparent;
}

.hamburger--spring.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: translate3d(0, 11.5px, 0) rotate(45deg);
          transform: translate3d(0, 11.5px, 0) rotate(45deg);
}

.hamburger--spring.is-active .hamburger-inner::after {
  top: 0;
  -webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: translate3d(0, 11.5px, 0) rotate(-45deg);
          transform: translate3d(0, 11.5px, 0) rotate(-45deg);
}

/*
   * Spring Reverse
   */
.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  -webkit-transition-duration: 0.13s;
          transition-duration: 0.13s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring-r .hamburger-inner::after {
  top: -23px;
  -webkit-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear;
}

.hamburger--spring-r .hamburger-inner::before {
  -webkit-transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring-r.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, -11.5px, 0) rotate(-45deg);
          transform: translate3d(0, -11.5px, 0) rotate(-45deg);
  -webkit-transition-delay: 0.22s;
          transition-delay: 0.22s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spring-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear;
}

.hamburger--spring-r.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Stand
   */
.hamburger--stand .hamburger-inner {
  -webkit-transition: background-color 0s 0.075s linear, -webkit-transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: background-color 0s 0.075s linear, -webkit-transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear, -webkit-transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand .hamburger-inner::before {
  -webkit-transition: top 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand .hamburger-inner::after {
  -webkit-transition: bottom 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand.is-active .hamburger-inner {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  background-color: transparent;
  -webkit-transition: background-color 0s 0.15s linear, -webkit-transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: background-color 0s 0.15s linear, -webkit-transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear, -webkit-transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--stand.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: top 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--stand.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: bottom 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Stand Reverse
   */
.hamburger--stand-r .hamburger-inner {
  -webkit-transition: background-color 0s 0.075s linear, -webkit-transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: background-color 0s 0.075s linear, -webkit-transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear, -webkit-transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand-r .hamburger-inner::before {
  -webkit-transition: top 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand-r .hamburger-inner::after {
  -webkit-transition: bottom 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand-r.is-active .hamburger-inner {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  background-color: transparent;
  -webkit-transition: background-color 0s 0.15s linear, -webkit-transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: background-color 0s 0.15s linear, -webkit-transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear, -webkit-transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--stand-r.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: top 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--stand-r.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: bottom 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Squeeze
   */
.hamburger--squeeze .hamburger-inner {
  -webkit-transition-duration: 0.075s;
          transition-duration: 0.075s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze .hamburger-inner::before {
  -webkit-transition: top 0.075s 0.12s ease, opacity 0.075s ease;
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}

.hamburger--squeeze .hamburger-inner::after {
  -webkit-transition: bottom 0.075s 0.12s ease, -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.12s ease, -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze.is-active .hamburger-inner {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition-delay: 0.12s;
          transition-delay: 0.12s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.075s ease, opacity 0.075s 0.12s ease;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}

.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: bottom 0.075s ease, -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s ease, -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Vortex
   */
.hamburger--vortex .hamburger-inner {
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger--vortex .hamburger-inner::before, .hamburger--vortex .hamburger-inner::after {
  -webkit-transition-duration: 0s;
          transition-duration: 0s;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

.hamburger--vortex .hamburger-inner::before {
  -webkit-transition-property: top, opacity;
  transition-property: top, opacity;
}

.hamburger--vortex .hamburger-inner::after {
  -webkit-transition-property: bottom, -webkit-transform;
  transition-property: bottom, -webkit-transform;
  transition-property: bottom, transform;
  transition-property: bottom, transform, -webkit-transform;
}

.hamburger--vortex.is-active .hamburger-inner {
  -webkit-transform: rotate(765deg);
          transform: rotate(765deg);
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger--vortex.is-active .hamburger-inner::before, .hamburger--vortex.is-active .hamburger-inner::after {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.hamburger--vortex.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}

.hamburger--vortex.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

/*
   * Vortex Reverse
   */
.hamburger--vortex-r .hamburger-inner {
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger--vortex-r .hamburger-inner::before, .hamburger--vortex-r .hamburger-inner::after {
  -webkit-transition-duration: 0s;
          transition-duration: 0s;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

.hamburger--vortex-r .hamburger-inner::before {
  -webkit-transition-property: top, opacity;
  transition-property: top, opacity;
}

.hamburger--vortex-r .hamburger-inner::after {
  -webkit-transition-property: bottom, -webkit-transform;
  transition-property: bottom, -webkit-transform;
  transition-property: bottom, transform;
  transition-property: bottom, transform, -webkit-transform;
}

.hamburger--vortex-r.is-active .hamburger-inner {
  -webkit-transform: rotate(-765deg);
          transform: rotate(-765deg);
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger--vortex-r.is-active .hamburger-inner::before, .hamburger--vortex-r.is-active .hamburger-inner::after {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.hamburger--vortex-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}

.hamburger--vortex-r.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

@media (min-width: 0) and (max-width: 768px) {
  #header-toggle {
    margin-top: -0.66667vw;
  }
}

#header {
  position: absolute;
  z-index: 1000;
  -webkit-transition: margin 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: margin 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -webkit-transition-property: margin, background, color;
  transition-property: margin, background, color;
  margin-top: -100px;
  top: 100px;
}

@media only screen and (min-width: 768px) {
  #header {
    padding-left: 50px;
    padding-right: 50px;
    width: 100%;
  }
  #header .header-logo {
    float: left;
    margin-top: 50px;
  }
  #header .header-logo img {
    -webkit-transition: width 0.2s cubic-bezier(0.19, 1, 0.22, 1);
    transition: width 0.2s cubic-bezier(0.19, 1, 0.22, 1);
    width: 186px;
    height: auto;
  }
}

@media (min-width: 1180px) {
  #header .header-menu {
    position: absolute;
    right: 45px;
    text-align: right;
    font-size: 0;
    padding-top: 55px;
  }
  #header .header-menu li {
    display: inline;
    font-size: 15px;
    letter-spacing: .025em;
    font-weight: bold;
    margin-right: 10px;
  }
  #header .header-menu li a {
    display: inline-block;
    padding: 5px;
    position: relative;
  }
  #header .header-menu li a:after {
    content: '';
    height: 1px;
    left: 5px;
    right: 100%;
    position: absolute;
    background-color: #fff;
    display: block;
    margin-top: 30px;
    -webkit-transition: right 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    transition: right 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    pointer-events: none;
  }
  #header .header-menu li a:hover:after {
    right: 5px;
  }
  #header .nav-toggle {
    display: none;
  }
}

@media (min-width: 0) and (max-width: 768px) {
  #header {
    position: absolute;
    left: 0;
    width: 100%;
  }
  #header .header-logo {
    position: absolute;
    z-index: 200;
    left: 6.66667vw;
    top: 6.66667vw;
  }
  #header .header-logo img {
    height: 7.86667vw;
    width: auto;
    -webkit-transition: height 0.2s cubic-bezier(0.19, 1, 0.22, 1);
    transition: height 0.2s cubic-bezier(0.19, 1, 0.22, 1);
  }
  #header .nav-toggle {
    width: 23.33333vw;
    height: 20vw;
    right: 0;
    top: 0;
    position: absolute;
    z-index: 2001;
    padding: 6.4vw 6.66667vw 4.66667vw;
  }
  #header .nav-toggle .bar {
    height: 0.53333vw;
    width: 10vw;
    background: #fff;
    display: block;
    margin-bottom: 2.53333vw;
    mix-blend-mode: hard-light;
  }
  #header #nav-dropdown {
    position: fixed;
    pointer-events: none;
    opacity: 0;
    -webkit-transition: opacity .4s linear;
    transition: opacity .4s linear;
    z-index: 2000;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: #122b3b url("/images/menu_background.jpg") center/cover;
    padding: 0 16vw;
  }
  #header #nav-dropdown:before {
    content: '';
    width: 39.06667vw;
    height: 39.06667vw;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background: url("/images/menu_slash_lt.png") no-repeat left top/contain;
  }
  #header #nav-dropdown:after {
    content: '';
    width: 39.06667vw;
    height: 39.06667vw;
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    background: url("/images/menu_slash_rb.png") no-repeat left top/contain;
  }
  #header #nav-dropdown .header-menu {
    margin: -5.33333vw 16vw 0;
    position: absolute;
    left: 0;
    right: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    font-size: 4.26667vw;
    text-align: left;
  }
  #header #nav-dropdown .header-menu a {
    padding: 6vw 0;
    display: block;
    width: 100%;
    position: relative;
    letter-spacing: .025em;
    font-weight: bold;
    -webkit-transition: border-color .2s linear;
    transition: border-color .2s linear;
    -webkit-transition-delay: .6s;
            transition-delay: .6s;
    overflow: hidden;
  }
  #header #nav-dropdown .header-menu a:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: url("/images/menu_border.png") left bottom/auto 0.26667vw repeat-x;
    opacity: 0;
    -webkit-transition: opacity .1s linear;
    transition: opacity .1s linear;
    -webkit-transition-delay: .3s;
            transition-delay: .3s;
  }
  #header #nav-dropdown .header-menu a:after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    width: 7.06667vw;
    height: 1.6vw;
    margin-top: -0.8vw;
    background: url("/images/arrow_sp.png") no-repeat center/contain;
    opacity: 0;
    -webkit-transition: opacity .1s linear;
    transition: opacity .1s linear;
    -webkit-transition-delay: .3s;
            transition-delay: .3s;
  }
  #header #nav-dropdown .header-menu .text-mask {
    overflow: hidden;
  }
  #header #nav-dropdown .header-menu .text-wrapper {
    display: inline-block;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transition-delay: .1s;
            transition-delay: .1s;
  }
}

@media (min-width: 769px) and (max-width: 1180px) {
  #header .hamburger-box {
    width: 75px;
    height: 75px;
    top: -18px;
  }
  #header .nav-toggle {
    width: 75px !important;
    height: 75px;
    padding: 0;
    right: 30px !important;
  }
  #header .hamburger-inner, #header .hamburger-inner::before, #header .hamburger-inner::after {
    width: 75px;
    height: 4px;
  }
  #header .hamburger-inner::before {
    top: -21px;
  }
  #header .hamburger-inner::after {
    bottom: -21px;
  }
  #header .hamburger--spin.is-active .hamburger-inner::after {
    bottom: 0;
  }
  #header .nav-toggle {
    width: 87.5px;
    height: 75px;
    right: 25px;
    top: 25px;
    padding-top: 25px;
    position: absolute;
    z-index: 2001;
  }
  #header .nav-toggle .bar {
    text-align: center;
    background: #fff;
    display: block;
    width: 37.5px;
    height: 2px;
    margin-bottom: 9.5px;
    margin: 0 auto 9.5px;
  }
  #header #nav-dropdown {
    position: fixed;
    pointer-events: none;
    opacity: 0;
    -webkit-transition: opacity .4s linear;
    transition: opacity .4s linear;
    z-index: 2000;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: #122b3b url("/images/menu_background.jpg") center/cover;
    padding: 0 16vw;
  }
  #header #nav-dropdown:before {
    content: '';
    width: 146.5px;
    height: 146.5px;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background: url("/images/menu_slash_lt.png") no-repeat left top/contain;
  }
  #header #nav-dropdown:after {
    content: '';
    width: 146.5px;
    height: 146.5px;
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    background: url("/images/menu_slash_rb.png") no-repeat left top/contain;
  }
  #header #nav-dropdown .header-menu {
    margin: 0 16vw;
    position: absolute;
    left: 0;
    right: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    font-size: 16px;
    text-align: left;
  }
  #header #nav-dropdown .header-menu a {
    padding: 45px 0;
    display: block;
    width: 100%;
    position: relative;
    letter-spacing: .025em;
    font-weight: bold;
    font-size: 32px;
  }
  #header #nav-dropdown .header-menu a:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: url("/images/menu_border.png") left bottom/auto 1px repeat-x;
    opacity: 0;
    -webkit-transition: opacity .1s linear;
    transition: opacity .1s linear;
    -webkit-transition-delay: .3s;
            transition-delay: .3s;
  }
  #header #nav-dropdown .header-menu a:after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    width: 53px;
    height: 12px;
    margin-top: -3px;
    background: url("/images/arrow_sp.png") no-repeat center/contain;
    opacity: 0;
    -webkit-transition: opacity .1s linear;
    transition: opacity .1s linear;
    -webkit-transition-delay: .3s;
            transition-delay: .3s;
  }
  #header #nav-dropdown .header-menu .text-mask {
    overflow: hidden;
  }
  #header #nav-dropdown .header-menu .text-wrapper {
    display: inline-block;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transition-delay: .1s;
            transition-delay: .1s;
  }
}

#header.before_sticky {
  position: fixed;
  top: 0;
  margin-top: -100px;
}

#header.sticky {
  position: fixed;
  top: 0;
  margin-top: 0;
  background-color: #00344c;
  -webkit-transition: margin 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
  transition: margin 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
}

@media only screen and (min-width: 768px) {
  #header.sticky {
    height: 96px;
  }
}

@media (min-width: 0) and (max-width: 768px) {
  #header.sticky {
    height: 13.33333vw;
  }
  #header.sticky .header-logo {
    top: 3.6vw;
  }
  #header.sticky .header-logo img {
    height: 6.4vw;
  }
  #header.sticky .nav-toggle {
    top: -3.2vw;
  }
}

@media (min-width: 769px) and (max-width: 1180px) {
  #header.sticky .hamburger-box {
    top: -39px;
  }
}

#header.sticky:before {
  background-color: rgba(255, 255, 255, .95);
}

@media only screen and (min-width: 768px) {
  #header.sticky .header-logo {
    margin-top: 29px;
  }
}

@media only screen and (min-width: 768px) and (min-width: 0) and (max-width: 768px) {
  #header.sticky .header-logo {
    margin-top: 3.6vw;
  }
}

@media only screen and (min-width: 768px) {
  #header.sticky .header-logo img {
    width: 139px;
  }
}

@media (min-width: 1180px) {
  #header.sticky .header-menu {
    padding-top: 36px;
  }
  #header.sticky .header-menu li a:after {
    margin-top: 10px;
  }
  #header.sticky .nav-toggle {
    display: none;
  }
}

body.menu_active #header #nav-dropdown {
  opacity: 1;
  pointer-events: auto;
}

body.menu_active #header #nav-dropdown .header-menu a {
  border-color: white;
}

body.menu_active #header #nav-dropdown .header-menu a:before, body.menu_active #header #nav-dropdown .header-menu a:after {
  opacity: 1;
}

body.menu_active #header #nav-dropdown .header-menu .text-wrapper {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}

#mv {
  height: 100%;
  background-color: #00344c;
  color: #fff;
  position: relative;
  overflow: hidden;
}

#mv a {
  color: #fff;
}

#mv .mv-title {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  margin-left: -260px;
  margin-top: -74px;
}

#mv .mv-title img {
  width: 521px;
}

@media (min-width: 0) and (max-width: 768px) {
  #mv .mv-title {
    display: none;
  }
}

#mv .mv-slider {
  height: 100vh;
  width: 100vw;
}

#mv .mv-slider .slider-items {
  z-index: 5;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#mv .mv-slider .slider-items .slick-list {
  height: 100vh;
}

#mv .mv-slider .slider-items .slick-list .slick-track {
  height: 100vh;
}

#mv .mv-slider .slider-items .slick-list .slick-track li {
  background-size: 100% auto;
  background-position: center center;
  background-repeat: no-repeat;
}

#mv .mv-slider .slider-items .slick-list .slick-track img {
  width: 100vw;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}

@media only screen and (min-width: 768px) {
  #mv .mv-slider .slider-items .slick-list .slick-track img {
    visibility: hidden;
  }
}

#mv .mv-slider .slider-items .slick-list .slick-slide > div {
  height: 100vh;
}

#mv .mv-slider .slider-items .slick-list .slick-slide > div li {
  height: 100vh;
  display: block !important;
}

#mv .mv-slider .slick-dots {
  z-index: 10;
  position: absolute;
  bottom: 0;
  left: 0;
}

@media only screen and (min-width: 768px) {
  #mv .mv-slider .slick-dots {
    left: 45px;
    bottom: 46px;
  }
}

@media (min-width: 0) and (max-width: 768px) {
  #mv .mv-slider .slick-dots {
    left: 6.66667vw;
    bottom: 6.66667vw;
  }
}

#mv .mv-slider .slick-dots li {
  float: left;
  font-size: 0;
}

@media only screen and (min-width: 768px) {
  #mv .mv-slider .slick-dots li {
    width: 21px;
    height: 10px;
  }
}

@media (min-width: 0) and (max-width: 768px) {
  #mv .mv-slider .slick-dots li {
    width: 3.46667vw;
    height: 3.46667vw;
  }
}

#mv .mv-slider .slick-dots li.slick-active button:after {
  background-color: #fff45c;
}

#mv .mv-slider .slick-dots li button {
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 4px;
  font-size: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
}

#mv .mv-slider .slick-dots li button:after {
  content: '';
  display: block;
  background: #fff;
}

@media only screen and (min-width: 768px) {
  #mv .mv-slider .slick-dots li button:after {
    left: 0;
    width: 11px;
    height: 2px;
    margin: 0 auto;
  }
}

@media (min-width: 0) and (max-width: 768px) {
  #mv .mv-slider .slick-dots li button:after {
    width: 2.13333vw;
    height: 0.66667vw;
    margin: 0 auto;
  }
}

#mv .mv-vote {
  z-index: 10;
  position: absolute;
}

@media only screen and (min-width: 768px) {
  #mv .mv-vote {
    right: 50px;
    bottom: 50px;
  }
  #mv .mv-vote img {
    width: 170px;
  }
}

@media (min-width: 0) and (max-width: 768px) {
  #mv .mv-vote {
    right: 5.33333vw;
    bottom: 5.33333vw;
  }
  #mv .mv-vote img {
    width: 34.66667vw;
  }
}

#mv .mv-scroll {
  z-index: 10;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 144px;
  height: 144px;
  margin-left: -72px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  line-height: 144px;
  font-weight: bold;
  letter-spacing: .185em;
}

@media (min-width: 0) and (max-width: 768px) {
  #mv .mv-scroll {
    font-size: 2.13333vw;
    width: 24.53333vw;
    height: 24.53333vw;
    line-height: 24.53333vw;
    margin-left: -12.26667vw;
  }
}

#mv .mv-scroll:after {
  content: '';
  width: 80px;
  height: 1px;
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -1px;
  right: 0;
  background: url("/images/mv-scroll.png") left top;
  -webkit-animation-name: anim_mv-scroll;
          animation-name: anim_mv-scroll;
  -webkit-animation-duration: 2.5s;
          animation-duration: 2.5s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

@media (min-width: 0) and (max-width: 768px) {
  #mv .mv-scroll:after {
    width: 11.86667vw;
  }
}

@-webkit-keyframes anim_mv-scroll {
  0% {
    opacity: 1;
    background-position: left 0% top;
  }
  100% {
    opacity: 1;
    background-position: left 320px top;
  }
}

@keyframes anim_mv-scroll {
  0% {
    opacity: 1;
    background-position: left 0% top;
  }
  100% {
    opacity: 1;
    background-position: left 320px top;
  }
}

#about {
  background-color: #014b6d;
  color: #fff;
}

#about::after {
  clear: both;
  content: "";
  display: table;
}

@media only screen and (min-width: 768px) {
  #about {
    padding-top: 104px;
  }
}

@media (min-width: 0) and (max-width: 768px) {
  #about {
    padding-bottom: 27.06667vw;
    padding-top: 20vw;
  }
}

#about .about-title {
  color: #fff;
  position: relative;
  z-index: 5;
}

@media only screen and (min-width: 768px) {
  #about .about-title {
    padding-top: 95px;
    padding-left: 95px;
    float: left;
    width: 50%;
    padding-top: 104px;
    margin-bottom: 180px;
  }
}

@media only screen and (min-width: 768px) {
  #about .about-title .en {
    font-size: 80px;
    padding-right: 40px;
  }
}

@media (min-width: 0) and (max-width: 768px) {
  #about .about-title .en {
    font-size: 6.66667vw;
    margin-bottom: 2.66667vw;
  }
}

#about .about-title .en em {
  font-weight: normal;
}

@media only screen and (min-width: 768px) {
  #about .about-title .en em {
    font-size: 120px;
    line-height: .8;
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

@media (min-width: 0) and (max-width: 768px) {
  #about .about-title .en em {
    font-size: 10.66667vw;
  }
}

@media only screen and (min-width: 768px) {
  #about .about-title .jp {
    margin-left: 5px;
  }
}

@media (min-width: 0) and (max-width: 768px) {
  #about .about-title .jp {
    font-size: 2.66667vw;
  }
}

@media (min-width: 769px) and (max-width: 1754px) {
  #about .about-title .jp {
    padding-top: 20px;
  }
}

#about .about-title:before {
  content: '';
  display: block;
  position: absolute;
  z-index: -1;
  background: url("/images/about-title_background.png") no-repeat;
}

@media only screen and (min-width: 768px) {
  #about .about-title:before {
    width: 460px;
    height: 460px;
    margin-top: -95px;
    margin-left: -95px;
  }
}

@media (min-width: 0) and (max-width: 768px) {
  #about .about-title:before {
    width: 38.13333vw;
    height: 38.13333vw;
    margin-top: -6.66667vw;
    margin-left: -4vw;
  }
}

@media only screen and (min-width: 768px) {
  #about .about-body {
    margin-top: 80px;
    width: 50%;
    float: right;
  }
}

@media (min-width: 0) and (max-width: 768px) {
  #about .about-body {
    margin-top: 12vw;
  }
}

#about .about-lead {
  font-size: 25px;
  -webkit-font-feature-settings: 'palt';
          font-feature-settings: 'palt';
  line-height: 2.4;
  letter-spacing: .03em;
  font-weight: bold;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  opacity: 0;
  -webkit-transition: opacity 0.7s linear, -webkit-transform 1.1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.7s linear, -webkit-transform 1.1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 1.1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.7s linear;
  transition: transform 1.1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.7s linear, -webkit-transform 1.1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition-delay: .5s;
          transition-delay: .5s;
}

#about .about-lead.is-inview {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

@media only screen and (min-width: 768px) {
  #about .about-lead {
    margin-bottom: 50px;
    max-width: 760px;
  }
}

@media (min-width: 0) and (max-width: 768px) {
  #about .about-lead {
    font-size: 3.73333vw;
    line-height: 2.32143;
    letter-spacing: .04em;
    margin-bottom: 10.66667vw;
  }
}

@media only screen and (min-width: 768px) {
  #topics {
    padding-top: 150px;
    padding-bottom: 150px;
  }
}

#topics .section-title {
  position: absolute;
}

@media only screen and (min-width: 768px) {
  #topics .section-title {
    margin-top: -232px;
  }
}

@media (min-width: 0) and (max-width: 768px) {
  #topics .section-title {
    margin-top: -24vw;
  }
}

#topics .section-title .en {
  color: #fff;
}

#topics .section-title .jp {
  color: #014b6d;
}

#topics .topics-list {
  margin-bottom: 50px;
}

#topics .topics-list::after {
  clear: both;
  content: "";
  display: table;
}

@media only screen and (min-width: 768px) {
  #topics .topics-list .topics-list-item {
    float: left;
    width: 25%;
    margin-right: 63px;
    width: calc((100% - 189px) / 4);
  }
  #topics .topics-list .topics-list-item:nth-child(4n) {
    margin-right: 0;
  }
}

@media (min-width: 0) and (max-width: 768px) {
  #topics .topics-list .topics-list-item {
    margin-bottom: 8vw;
  }
  #topics .topics-list .topics-list-item:last-child {
    margin-bottom: 0;
  }
}

#topics .topics-list .topics-list-item .topics-thumbnail {
  width: 100%;
  height: 0;
  padding-bottom: 62.760416667%;
  position: relative;
}

@media only screen and (min-width: 768px) {
  #topics .topics-list .topics-list-item .topics-thumbnail {
    margin-bottom: 40px;
  }
}

@media (min-width: 0) and (max-width: 768px) {
  #topics .topics-list .topics-list-item .topics-thumbnail {
    margin-bottom: 6.66667vw;
  }
}

#topics .topics-list .topics-list-item .topics-thumbnail img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#topics .topics-list .topics-list-item .topics-thumbnail:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: url("/images/topics-thumbnail_background.png");
  z-index: -1;
}

@media only screen and (min-width: 768px) {
  #topics .topics-list .topics-list-item .topics-thumbnail:after {
    -webkit-transform: translate(10px, 10px);
            transform: translate(10px, 10px);
  }
}

@media (min-width: 0) and (max-width: 768px) {
  #topics .topics-list .topics-list-item .topics-thumbnail:after {
    -webkit-transform: translate(2.66667vw, 2.66667vw);
            transform: translate(2.66667vw, 2.66667vw);
  }
}

#topics .topics-list .topics-list-item .topics-title {
  font-size: 24px;
  letter-spacing: .025em;
  color: #222222;
  margin-bottom: 20px;
  line-height: 1.45833;
}

@media (min-width: 0) and (max-width: 768px) {
  #topics .topics-list .topics-list-item .topics-title {
    font-size: 3.73333vw;
    letter-spacing: .025em;
    line-height: 1.57143;
    font-weight: bold;
    margin-bottom: 4vw;
  }
}

#topics .topics-list .topics-list-item .topics-date {
  color: #bbbbbb;
}

@media only screen and (min-width: 768px) {
  #topics .topics-list .topics-list-item .topics-date {
    font-size: 14px;
  }
}

@media (min-width: 0) and (max-width: 768px) {
  #topics .topics-list .topics-list-item .topics-date {
    font-size: 2.66667vw;
    font-weight: bold;
    letter-spacing: .025em;
  }
}

#topics .topics-more {
  text-align: center;
}

#vote {
  text-align: center;
  background: url("/images/vote-background.jpg") center center/cover no-repeat #002b3e;
  background-attachment: fixed;
}

@media only screen and (min-width: 768px) {
  #vote {
    margin-bottom: 150px;
    padding: 150px 100px;
  }
}

@media (min-width: 0) and (max-width: 768px) {
  #vote {
    background: url("/images/vote-background_sp.jpg") center center/cover no-repeat #002b3e;
    background-position: center top;
    padding: 17.33333vw 6.66667vw 20vw;
    margin-bottom: 20vw;
  }
}

@media only screen and (min-width: 768px) {
  #vote .vote-header {
    margin-bottom: 54px;
  }
}

@media (min-width: 0) and (max-width: 768px) {
  #vote .vote-header {
    margin-bottom: 9.33333vw;
  }
}

#vote .vote-header p {
  -webkit-font-feature-settings: 'palt';
          font-feature-settings: 'palt';
  line-height: 1.4;
  color: #fff;
}

#vote .vote-header p strong {
  color: #fff45c;
}

@media only screen and (min-width: 768px) {
  #vote .vote-header p {
    font-size: 24px;
    letter-spacing: .03em;
    margin-bottom: 12px;
  }
}

@media (min-width: 0) and (max-width: 768px) {
  #vote .vote-header p {
    font-size: 3.73333vw;
    letter-spacing: .07em;
    line-height: 1.82143;
    margin-bottom: 5.33333vw;
  }
}

#vote .vote-header .vote-title {
  background-color: #fff45c;
  line-height: 1;
  color: #222;
  font-weight: bold;
  -webkit-font-feature-settings: 'palt';
          font-feature-settings: 'palt';
  display: inline-block;
}

@media only screen and (min-width: 768px) {
  #vote .vote-header .vote-title {
    font-size: 48px;
    letter-spacing: .03em;
    margin-bottom: 56px;
    padding: 24px 30px;
    line-height: 1.47917;
  }
}

@media all and (-ms-high-contrast: none) {
  #vote .vote-header .vote-title {
    padding-top: 34px;
    padding-bottom: 14px;
  }
}

@media (min-width: 0) and (max-width: 768px) {
  #vote .vote-header .vote-title {
    font-size: 5.33333vw;
    letter-spacing: .05em;
    padding: 4vw 0;
    display: block;
    margin-bottom: 6.66667vw;
    line-height: 1.5;
  }
}

#vote .vote-header .wbr {
  display: inline-block;
}

#vote .vote-header .vote-lead {
  font-size: 38px;
  letter-spacing: .04em;
  color: #fff;
  margin-bottom: 48px;
  font-weight: bold;
}

@media only screen and (min-width: 768px) {
  #vote .vote-header .vote-lead {
    line-height: 1.5;
  }
}

@media (min-width: 0) and (max-width: 768px) {
  #vote .vote-header .vote-lead {
    font-size: 5.06667vw;
    letter-spacing: .04em;
    line-height: 1.65789;
    margin-bottom: 6.66667vw;
  }
}

#vote .vote-header .note {
  line-height: 1.77778;
  font-size: 18px;
  letter-spacing: .07em;
}

@media (min-width: 0) and (max-width: 768px) {
  #vote .vote-header .note {
    font-size: 2.93333vw;
    line-height: 1.45455;
  }
}

#vote .vote-form {
  text-align: left;
  background: #fff;
  margin: 0 auto;
  position: relative;
}

@media only screen and (min-width: 768px) {
  #vote .vote-form {
    padding: 100px 140px;
    max-width: 1152px;
  }
}

@media (min-width: 0) and (max-width: 768px) {
  #vote .vote-form {
    padding: 12vw 10.66667vw;
  }
}

#vote .vote-form:before {
  content: '';
  display: block;
  pointer-events: none;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  border: 4px solid #014b6d;
  position: absolute;
}

@media (min-width: 0) and (max-width: 768px) {
  #vote .vote-form:before {
    left: 1.33333vw;
    right: 1.33333vw;
    top: 1.33333vw;
    bottom: 1.33333vw;
    border-width: 0.53333vw;
  }
}

#vote .vote-form .form-row {
  width: 100%;
}

#vote .vote-form .form-row::after {
  clear: both;
  content: "";
  display: table;
}

@media only screen and (min-width: 768px) {
  #vote .vote-form .form-row {
    margin-bottom: 50px;
  }
  #vote .vote-form .form-row:last-of-type {
    margin-bottom: 60px;
  }
}

@media (min-width: 0) and (max-width: 768px) {
  #vote .vote-form .form-row {
    margin-bottom: 9.33333vw;
  }
}

@media only screen and (min-width: 768px) {
  #vote .vote-form .form-row .form-col {
    width: 170px;
    float: left;
  }
  #vote .vote-form .form-row .form-col:first-child {
    width: 170px;
  }
  #vote .vote-form .form-row .form-col:last-child {
    width: calc(100% - 170px);
  }
}

@media only screen and (min-width: 768px) {
  #vote .vote-form .form-row .form-col .form-block {
    width: calc((100% - 55px) / 2);
    margin-right: 55px;
    float: left;
  }
  #vote .vote-form .form-row .form-col .form-block:last-of-type {
    margin-right: 0;
  }
}

@media (min-width: 0) and (max-width: 768px) {
  #vote .vote-form .form-row .form-col .form-block {
    margin-bottom: 4vw;
  }
  #vote .vote-form .form-row .form-col .form-block::after {
    clear: both;
    content: "";
    display: table;
  }
  #vote .vote-form .form-row .form-col .form-block:last-of-type {
    margin-bottom: 0;
  }
}

#vote .vote-form .form-row .form-col .form-block .form-subtitle {
  float: left;
}

@media only screen and (min-width: 768px) {
  #vote .vote-form .form-row .form-col .form-block .form-subtitle {
    line-height: 55px;
    font-size: 20px;
    width: 40px;
  }
}

@media (min-width: 0) and (max-width: 768px) {
  #vote .vote-form .form-row .form-col .form-block .form-subtitle {
    text-align: left;
    font-size: 4.26667vw;
    text-align: center;
    width: 6vw;
    line-height: 13.33333vw;
    padding: 0;
    text-indent: -1.33333vw;
  }
}

#vote .vote-form .form-row .form-col .form-block input {
  position: relative;
}

@media only screen and (min-width: 768px) {
  #vote .vote-form .form-row .form-col .form-block input {
    width: calc(100% - 40px);
  }
}

@media (min-width: 0) and (max-width: 768px) {
  #vote .vote-form .form-row .form-col .form-block input {
    margin-bottom: 4vw;
    width: calc(100% - 6vw);
  }
}

#vote .vote-form .form-row .form-col .form-note {
  clear: both;
}

@media only screen and (min-width: 768px) {
  #vote .vote-form .form-row .form-col .form-note {
    font-size: 14px;
    margin-left: 40px;
    padding-top: 20px;
  }
}

@media (min-width: 0) and (max-width: 768px) {
  #vote .vote-form .form-row .form-col .form-note {
    margin-left: 6vw;
    font-size: 2.93333vw;
    line-height: 1.54545;
  }
}

#vote .vote-form .form-row .form-col .error-text {
  color: #9a0000;
  clear: both;
  font-weight: bold;
}

@media only screen and (min-width: 768px) {
  #vote .vote-form .form-row .form-col .error-text {
    font-size: 14px;
    margin-left: 40px;
    padding-top: 10px;
    margin-bottom: -10px;
  }
}

@media (min-width: 0) and (max-width: 768px) {
  #vote .vote-form .form-row .form-col .error-text {
    margin-left: 6vw;
    font-size: 2.93333vw;
    line-height: 1.54545;
    -webkit-transform: translateY(-2vw);
            transform: translateY(-2vw);
  }
}

#vote .vote-form .vote-notice {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 30px;
}

@media only screen and (min-width: 768px) {
  #vote .vote-form .vote-notice {
    margin-left: -130px;
    margin-right: -130px;
  }
}

@media (min-width: 0) and (max-width: 768px) {
  #vote .vote-form .vote-notice {
    font-size: 2.93333vw;
    line-height: 1.81818;
    white-space: nowrap;
    margin: 0 -6.66667vw 5.33333vw;
  }
}

#vote .vote-form .vote-subtitle {
  font-weight: bold;
}

@media only screen and (min-width: 768px) {
  #vote .vote-form .vote-subtitle {
    font-size: 28px;
    line-height: 55px;
  }
}

@media (min-width: 0) and (max-width: 768px) {
  #vote .vote-form .vote-subtitle {
    font-size: 4.8vw;
    text-align: center;
    margin-bottom: 4vw;
  }
}

#vote .vote-form .vote-subtitle.vote-subtitle_male {
  color: #014b6d;
}

#vote .vote-form .vote-subtitle.vote-subtitle_female {
  color: #9a0000;
}

#vote .vote-form .vote-captcha {
  text-align: center;
}

@media only screen and (min-width: 768px) {
  #vote .vote-form .vote-captcha {
    margin-bottom: 30px;
    padding-top: 10px;
  }
}

@media (min-width: 0) and (max-width: 768px) {
  #vote .vote-form .vote-captcha {
    margin-bottom: 9.33333vw;
  }
  #vote .vote-form .vote-captcha img {
    max-width: 100%;
  }
}

#vote .vote-form .vote-submit {
  text-align: center;
}

#vote .vote-form .vote-submit .btn {
  color: #fff;
  background-color: #9a0000;
}

@media only screen and (min-width: 768px) {
  #vote .vote-form .vote-submit .btn {
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0);
            box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0);
    -webkit-transition: box-shadow 0.4s linear, color 0.4s cubic-bezier(0.19, 1, 0.22, 1), background 0.4s cubic-bezier(0.19, 1, 0.22, 1), border-color 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-transition: color 0.4s cubic-bezier(0.19, 1, 0.22, 1), background 0.4s cubic-bezier(0.19, 1, 0.22, 1), border-color 0.4s cubic-bezier(0.19, 1, 0.22, 1), -webkit-box-shadow 0.4s linear;
    transition: color 0.4s cubic-bezier(0.19, 1, 0.22, 1), background 0.4s cubic-bezier(0.19, 1, 0.22, 1), border-color 0.4s cubic-bezier(0.19, 1, 0.22, 1), -webkit-box-shadow 0.4s linear;
    transition: box-shadow 0.4s linear, color 0.4s cubic-bezier(0.19, 1, 0.22, 1), background 0.4s cubic-bezier(0.19, 1, 0.22, 1), border-color 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    transition: box-shadow 0.4s linear, color 0.4s cubic-bezier(0.19, 1, 0.22, 1), background 0.4s cubic-bezier(0.19, 1, 0.22, 1), border-color 0.4s cubic-bezier(0.19, 1, 0.22, 1), -webkit-box-shadow 0.4s linear;
  }
  #vote .vote-form .vote-submit .btn:before {
    -webkit-transition: border-color 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    transition: border-color 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  }
  #vote .vote-form .vote-submit .btn:hover {
    border-color: #9a0000;
    background-color: #fff;
    color: #9a0000;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, .4);
            box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, .4);
  }
  #vote .vote-form .vote-submit .btn:hover:before {
    border-color: #9a0000;
  }
}

#vote .vote-form .vote-complete {
  background-color: #9a0000;
  color: #fff;
  display: inline-block;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-weight: bold;
  -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear;
  opacity: 0;
}

@media only screen and (min-width: 768px) {
  #vote .vote-form .vote-complete {
    margin-top: 20px;
    padding: 10px 20px;
    font-size: 18px;
  }
}

@media all and (-ms-high-contrast: none) {
  #vote .vote-form .vote-complete {
    padding-top: 15px;
    padding-bottom: 5px;
  }
}

@media (min-width: 0) and (max-width: 768px) {
  #vote .vote-form .vote-complete {
    font-size: 2.93333vw;
    padding: 0.66667vw 4vw;
    margin-top: 2.66667vw;
  }
}

#vote .vote-form .vote-complete.active {
  opacity: 1;
}

#vote input[type="text"] {
  line-height: 55px;
  height: 55px;
  font-size: 20px;
  padding: 0 15px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  border: 1px solid #7d7d7d;
  -webkit-transition: border-color .4s linear;
  transition: border-color .4s linear;
}

@media (min-width: 0) and (max-width: 768px) {
  #vote input[type="text"] {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border-radius: 0;
    line-height: 1;
    height: 13.33333vw;
    font-size: 4.26667vw;
  }
}

#vote input[type="text"].error {
  border-color: #9a0000;
}

#vote p.vote-closing {
  background: #9a0000;
  display: inline-block;
  color: #fff;
  font-weight: bold;
}

@media only screen and (min-width: 768px) {
  #vote p.vote-closing {
    font-size: 18px;
    padding: 10px 30px;
    line-height: 1;
    margin-top: 10px;
    margin-bottom: 7px;
  }
}

@media (min-width: 0) and (max-width: 768px) {
  #vote p.vote-closing {
    font-size: 2.93333vw;
    padding: 0.66667vw 3.33333vw;
    margin-top: -2vw;
    margin-bottom: 0;
  }
}

#vote .vote-interim {
  margin: 0 auto;
}

@media only screen and (min-width: 768px) {
  #vote .vote-interim {
    max-width: 1152px;
    margin-top: 60px;
  }
}

@media (min-width: 0) and (max-width: 768px) {
  #vote .vote-interim {
    margin-top: 9.33333vw;
  }
}

#vote .vote-interim .interim-header {
  font-weight: bold;
}

@media only screen and (min-width: 768px) {
  #vote .vote-interim .interim-header {
    margin-bottom: 50px;
  }
}

@media (min-width: 0) and (max-width: 768px) {
  #vote .vote-interim .interim-header {
    margin-bottom: 6.66667vw;
  }
}

#vote .vote-interim .interim-header .interim-title {
  background: #fff;
  letter-spacing: .025em;
  -webkit-font-feature-settings: 'palt';
          font-feature-settings: 'palt';
  color: #00344c;
  display: inline-block;
}

@media only screen and (min-width: 768px) {
  #vote .vote-interim .interim-header .interim-title {
    font-size: 38px;
    margin-bottom: 20px;
    padding: 25px 50px;
  }
}

@media (min-width: 0) and (max-width: 768px) {
  #vote .vote-interim .interim-header .interim-title {
    font-size: 4.53333vw;
    padding: 3.33333vw 6vw;
    margin-bottom: 4vw;
  }
}

#vote .vote-interim .interim-header .interim-date {
  letter-spacing: .07em;
  color: #fff;
}

@media only screen and (min-width: 768px) {
  #vote .vote-interim .interim-header .interim-date {
    font-size: 16px;
  }
}

@media (min-width: 0) and (max-width: 768px) {
  #vote .vote-interim .interim-header .interim-date {
    font-size: 2.66667vw;
  }
}

#vote .vote-interim .interim-votes {
  color: #fff;
}

@media only screen and (min-width: 768px) {
  #vote .vote-interim .interim-votes {
    margin-bottom: 50px;
  }
}

@media (min-width: 0) and (max-width: 768px) {
  #vote .vote-interim .interim-votes {
    margin-bottom: 6.66667vw;
  }
}

#vote .vote-interim .interim-votes .votes-label {
  letter-spacing: -0.01em;
  font-weight: bold;
}

@media only screen and (min-width: 768px) {
  #vote .vote-interim .interim-votes .votes-label {
    font-size: 25px;
    margin-bottom: 5px;
  }
}

@media (min-width: 0) and (max-width: 768px) {
  #vote .vote-interim .interim-votes .votes-label {
    font-size: 3.73333vw;
    margin-bottom: 2vw;
  }
}

#vote .vote-interim .interim-votes .votes-value {
  font-family: 'Open Sans', sans-serif;
  font-size: 80px;
  letter-spacing: .07em;
  font-weight: bold;
}

@media (min-width: 0) and (max-width: 768px) {
  #vote .vote-interim .interim-votes .votes-value {
    font-size: 12vw;
  }
}

#vote .votes-tables::after {
  clear: both;
  content: "";
  display: table;
}

#vote .votes-tables table {
  border: 1px solid #eeeeee;
}

@media only screen and (min-width: 768px) {
  #vote .votes-tables table {
    width: 50%;
    float: left;
  }
  #vote .votes-tables table:nth-child(2) {
    margin-left: -1px;
  }
}

@media (min-width: 0) and (max-width: 768px) {
  #vote .votes-tables table {
    margin-bottom: 6.66667vw;
    width: 100%;
  }
  #vote .votes-tables table:last-of-type {
    margin-bottom: 0;
  }
}

#vote .votes-tables table thead {
  color: #fff;
  font-weight: bold;
  background: #626262;
}

@media only screen and (min-width: 768px) {
  #vote .votes-tables table thead {
    font-size: 18px;
    height: 55px;
    line-height: 55px;
  }
}

@media (min-width: 0) and (max-width: 768px) {
  #vote .votes-tables table thead {
    font-size: 3.2vw;
    height: 7.33333vw;
    line-height: 7.33333vw;
  }
}

#vote .votes-tables table thead tr:first-of-type th {
  font-weight: bold;
}

@media only screen and (min-width: 768px) {
  #vote .votes-tables table thead tr:first-of-type th {
    font-size: 22px;
  }
}

@media (min-width: 0) and (max-width: 768px) {
  #vote .votes-tables table thead tr:first-of-type th {
    font-size: 3.2vw;
  }
}

#vote .votes-tables table thead th {
  background: #626262;
  border: 1px solid #eeeeee;
}

#vote .votes-tables table thead th.name {
  text-align: left;
}

@media only screen and (min-width: 768px) {
  #vote .votes-tables table thead th.name {
    padding: 0 30px;
  }
}

@media (min-width: 0) and (max-width: 768px) {
  #vote .votes-tables table thead th.name {
    padding: 0 3.33333vw;
  }
}

#vote .votes-tables table tbody th, #vote .votes-tables table tbody td {
  line-height: 1.4;
}

@media only screen and (min-width: 768px) {
  #vote .votes-tables table tbody th, #vote .votes-tables table tbody td {
    padding: 30px 0 26px;
  }
}

@media (min-width: 0) and (max-width: 768px) {
  #vote .votes-tables table tbody th, #vote .votes-tables table tbody td {
    padding: 3.06667vw 0 2.8vw;
  }
}

#vote .votes-tables table tbody th {
  font-weight: bold;
  color: #fff;
  border: 1px solid #eeeeee;
}

@media only screen and (min-width: 768px) {
  #vote .votes-tables table tbody th {
    width: 95px;
    font-size: 18px;
  }
}

@media (min-width: 0) and (max-width: 768px) {
  #vote .votes-tables table tbody th {
    width: 12.66667vw;
    font-size: 3.46667vw;
  }
}

#vote .votes-tables table tbody td {
  background: #fff;
  text-align: left;
  border: 1px solid #eeeeee;
  letter-spacing: .025em;
  color: #000;
  font-weight: bold;
}

@media only screen and (min-width: 768px) {
  #vote .votes-tables table tbody td {
    font-size: 22px;
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (min-width: 0) and (max-width: 768px) {
  #vote .votes-tables table tbody td {
    font-size: 3.46667vw;
    padding-left: 3.33333vw;
    padding-right: 3.33333vw;
  }
}

#vote .votes-tables table tbody tr:first-of-type th {
  background-color: #ebb31d;
}

#vote .votes-tables table.male thead tr:first-of-type th {
  background: #00344c;
}

#vote .votes-tables table.male tbody tr:nth-of-type(2) th, #vote .votes-tables table.male tbody tr:nth-of-type(3) th {
  background-color: #00344c;
}

#vote .votes-tables table.male tbody th {
  background-color: #265267;
}

#vote .votes-tables table.female thead tr:first-of-type th {
  background: #9a0000;
}

#vote .votes-tables table.female tbody tr:nth-of-type(2) th, #vote .votes-tables table.female tbody tr:nth-of-type(3) th {
  background-color: #9a0000;
}

#vote .votes-tables table.female tbody th {
  background-color: #b34040;
}

#scrolltotop {
  position: absolute;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #014b6d;
  z-index: 200;
  margin-top: -45px;
  -webkit-box-shadow: 0px 0px 29px 0px rgba(130, 130, 130, .24);
          box-shadow: 0px 0px 29px 0px rgba(130, 130, 130, .24);
  right: 96px;
}

@media (min-width: 0) and (max-width: 768px) {
  #scrolltotop {
    right: 3.33333vw;
    width: 15.86667vw;
    height: 15.86667vw;
    margin-top: -8.93333vw;
  }
}

#scrolltotop:before {
  width: 70px;
  height: 70px;
  position: absolute;
  background: #f0c;
  content: '';
  background: url("/images/arrow-scrolltotop.png") no-repeat center top 23px/29px auto;
}

@media (min-width: 0) and (max-width: 768px) {
  #scrolltotop:before {
    width: 15.86667vw;
    height: 15.86667vw;
    background: url("/images/arrow-scrolltotop.png") no-repeat center top 5.2vw/6.66667vw auto;
  }
}

@media only screen and (min-width: 768px) {
  #scrolltotop:hover:before {
    -webkit-animation-name: anim_scrolltotop;
            animation-name: anim_scrolltotop;
    -webkit-animation-duration: 1.2s;
            animation-duration: 1.2s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-direction: normal;
            animation-direction: normal;
  }
}

@-webkit-keyframes anim_scrolltotop {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
            animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  51% {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
    -webkit-animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
            animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@keyframes anim_scrolltotop {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
            animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  51% {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
    -webkit-animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
            animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

#sponsor .sponsor-title {
  color: #014b6d;
  font-family: "Vollkorn", sans-serif;
  font-size: 32px;
  font-weight: normal;
  line-height: 1.15;
  margin-bottom: 24px;
  letter-spacing: .025em;
}

@media (min-width: 0) and (max-width: 768px) {
  #sponsor .sponsor-title {
    font-size: 6.93333vw;
    letter-spacing: .025em;
    line-height: 1;
  }
}

#sponsor .sponsor-title:before {
  content: '';
  width: 6px;
  height: 30px;
  background: #014b6d;
  display: block;
  float: left;
  margin-right: 16px;
}

@media (min-width: 0) and (max-width: 768px) {
  #sponsor .sponsor-title:before {
    width: 0.8vw;
    height: 4.93333vw;
    margin-right: 2.4vw;
    line-height: 1;
    margin-top: 0.4vw;
  }
}

@media only screen and (min-width: 768px) {
  #sponsor .sponsor-list {
    margin-bottom: 150px;
  }
}

@media (min-width: 0) and (max-width: 768px) {
  #sponsor .sponsor-list {
    margin-bottom: 20vw;
  }
}

#sponsor .sponsor-list::after {
  clear: both;
  content: "";
  display: table;
}

#sponsor .sponsor-list li {
  float: left;
}

@media (min-width: 1180px) {
  #sponsor .sponsor-list li {
    width: 20%;
    margin-bottom: 20px;
  }
  #sponsor .sponsor-list li:nth-last-child(-n+5) {
    margin-bottom: 0;
  }
}

@media (max-width: 1180px) {
  #sponsor .sponsor-list li {
    margin-bottom: 4vw;
    width: 50%;
  }
  #sponsor .sponsor-list li:nth-last-child(-n+2) {
    margin-bottom: 0;
  }
}

#sponsor .sponsor-list li a {
  height: 88px;
  display: inline-block;
}

#sponsor .sponsor-list li:nth-child(odd) {
  background: #e5e5e5;
}

#sponsor .sponsor-list li:nth-child(even) {
  background: #eeeeee;
}

#footer {
  background: #000;
  text-align: center;
  color: #fff;
}

@media only screen and (min-width: 768px) {
  #footer {
    padding: 45px;
  }
}

@media (min-width: 0) and (max-width: 768px) {
  #footer {
    padding: 8vw;
  }
}

#footer .copyright {
  font-weight: bold;
}

@media only screen and (min-width: 768px) {
  #footer .copyright {
    font-size: 14px;
    letter-spacing: .025em;
  }
}

@media (min-width: 0) and (max-width: 768px) {
  #footer .copyright {
    font-size: 2.66667vw;
    letter-spacing: .025em;
  }
}

@media (min-width: 0) and (max-width: 768px) {
  #breadcrumb {
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  #breadcrumb {
    position: absolute;
    margin-left: 50px;
    top: 130px;
    color: #fff;
    z-index: 10;
  }
  #breadcrumb li {
    float: left;
    font-size: 12px;
    font-weight: bold;
  }
  #breadcrumb li:after {
    content: '/';
    margin-right: 5px;
    margin-left: 8px;
  }
  #breadcrumb li:last-child:after {
    content: none;
  }
  #breadcrumb li a {
    color: #fff;
    text-decoration: underline;
  }
  #breadcrumb li a:hover {
    text-decoration: none;
  }
}

#page-title {
  background-color: #014b6d;
  text-align: center;
  letter-spacing: .03em;
  font-weight: bold;
  color: #fff;
}

@media only screen and (min-width: 768px) {
  #page-title {
    height: 925px;
    padding-top: 240px;
    font-size: 52px;
  }
}

@media (min-width: 0) and (max-width: 768px) {
  #page-title {
    padding-top: 28vw;
    height: 85.33333vw;
    font-size: 5.33333vw;
  }
}

@media (min-width: 0) and (max-width: 768px) {
  body.association #page-title {
    height: 101.33333vw;
  }
}

body.association #association-lead {
  position: relative;
}

@media only screen and (min-width: 768px) {
  body.association #association-lead {
    margin-top: -497px;
    padding-top: 80px;
    margin-bottom: 70px;
  }
}

@media (min-width: 0) and (max-width: 768px) {
  body.association #association-lead {
    margin-top: -55.33333vw;
  }
}

body.association #association-lead::after {
  clear: both;
  content: "";
  display: table;
}

body.association #association-lead .lead-image {
  z-index: 1;
}

@media only screen and (min-width: 768px) {
  body.association #association-lead .lead-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    bottom: -80px;
    min-width: 740px;
  }
  body.association #association-lead .lead-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

@media (min-width: 0) and (max-width: 768px) {
  body.association #association-lead .lead-image {
    margin: 0 3.33333vw;
  }
  body.association #association-lead .lead-image img {
    width: 100%;
  }
}

body.association #association-lead .lead-panel {
  background: #fff;
  position: relative;
  z-index: 2;
}

@media only screen and (min-width: 768px) {
  body.association #association-lead .lead-panel {
    padding: 80px 100px 90px;
    float: right;
    margin-right: 10%;
    min-width: 742px;
    right: 0%;
    width: 50%;
  }
}

@media (min-width: 0) and (max-width: 768px) {
  body.association #association-lead .lead-panel {
    width: 80vw;
    margin: -24.8vw auto 0;
    padding: 2.66667vw 5.33333vw;
  }
}

body.association #association-lead .lead-panel p {
  color: #014b6d;
  font-weight: bold;
  letter-spacing: .03em;
}

@media only screen and (min-width: 768px) {
  body.association #association-lead .lead-panel p {
    font-size: 25px;
    line-height: 2.4;
  }
}

@media (min-width: 0) and (max-width: 768px) {
  body.association #association-lead .lead-panel p {
    font-size: 3.73333vw;
    line-height: 2.32143;
  }
}

body.association #association-lead .lead-panel:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
}

body.association #association-lead .lead-panel:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: url("/images/background-slash.png");
  z-index: -2;
  position: absolute;
}

@media only screen and (min-width: 768px) {
  body.association #association-lead .lead-panel:after {
    bottom: -40px;
    right: -40px;
  }
}

@media (min-width: 0) and (max-width: 768px) {
  body.association #association-lead .lead-panel:after {
    bottom: -2.66667vw;
    right: -2.66667vw;
    background-size: 12.26667vw;
  }
}

body.association .section {
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  opacity: 0;
  -webkit-transition: opacity 0.7s linear, -webkit-transform 1.1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.7s linear, -webkit-transform 1.1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 1.1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.7s linear;
  transition: transform 1.1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.7s linear, -webkit-transform 1.1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition-delay: .5s;
          transition-delay: .5s;
}

body.association .section.is-inview {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

body.association .history {
  padding-bottom: 0;
}

@media only screen and (min-width: 768px) {
  body.association .history .history-body:after {
    content: '';
    display: block;
    position: absolute;
    width: 50%;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
    background: url("/images/association/history-photo.jpg") no-repeat center center/cover;
  }
}

@media (min-width: 0) and (max-width: 768px) {
  body.association .history {
    padding-bottom: 2.66667vw;
  }
}

body.association .history .section-body,
body.association .activity .section-body {
  position: relative;
  border-left: 1px dashed #014b6d;
  letter-spacing: .03em;
  color: #014b6d;
}

@media only screen and (min-width: 768px) {
  body.association .history .section-body,
  body.association .activity .section-body {
    margin-top: 50px;
    margin-left: 5vw;
    margin-right: 5vw;
    padding: 50px 5vw 50px 100px;
  }
}

@media (min-width: 0) and (max-width: 768px) {
  body.association .history .section-body,
  body.association .activity .section-body {
    margin-top: 6.66667vw;
    margin-left: 3.33333vw;
    padding: 2vw 0 9.33333vw 6vw;
  }
}

body.association .history .section-body p,
body.association .activity .section-body p {
  font-weight: bold;
}

@media only screen and (min-width: 768px) {
  body.association .history .section-body p,
  body.association .activity .section-body p {
    font-size: 25px;
    line-height: 2.4;
  }
}

@media (min-width: 0) and (max-width: 768px) {
  body.association .history .section-body p,
  body.association .activity .section-body p {
    font-size: 3.73333vw;
    line-height: 1.82143;
  }
}

body.association .officer {
  background-color: #00344c;
  color: #fff;
}

body.association .officer::after {
  clear: both;
  content: "";
  display: table;
}

@media (min-width: 0) and (max-width: 768px) {
  body.association .officer {
    padding-top: 20vw;
    padding-bottom: 18.66667vw;
  }
}

body.association .officer .section-title {
  color: #fff;
}

@media (min-width: 1180px) {
  body.association .officer .section-title {
    width: 50%;
    float: left;
  }
}

@media (min-width: 769px) and (max-width: 1180px) {
  body.association .officer .section-title {
    margin-bottom: 100px;
  }
}

@media (min-width: 0) and (max-width: 768px) {
  body.association .officer .section-title {
    margin-bottom: 6.66667vw;
  }
}

body.association .officer .section-body {
  font-size: 18px;
  color: #fff;
  padding-left: 0;
  border: 0;
  margin: 0;
  padding: 0 5vw 0 0;
}

@media (min-width: 1180px) {
  body.association .officer .section-body {
    width: 50%;
    float: right;
  }
}

body.association .officer .post {
  line-height: 1.94444;
  letter-spacing: .03em;
}

@media only screen and (min-width: 768px) {
  body.association .officer .post {
    font-size: 18px;
  }
}

@media (min-width: 0) and (max-width: 768px) {
  body.association .officer .post {
    font-size: 3.73333vw;
  }
}

body.association .officer .post th {
  width: 120px;
  text-align: left;
  font-weight: bold;
}

@media (min-width: 0) and (max-width: 768px) {
  body.association .officer .post th {
    width: 20vw;
  }
}

body.association .officer .post td {
  padding-right: .3em;
}

body.association .officer .post td:first-of-type {
  white-space: nowrap;
}

@media (min-width: 0) and (max-width: 768px) {
  body.association .officer .post td:first-of-type {
    padding-right: 5.33333vw;
  }
}

@media (min-width: 0) and (max-width: 768px) {
  body.association .officer .post td:last-of-type {
    text-indent: -2.66667vw;
  }
}

body.association .member .section-title,
body.association .sponsorship .section-title {
  font-weight: bold;
  font-size: 52px;
  letter-spacing: .03em;
  color: #014b6d;
}

@media (min-width: 0) and (max-width: 768px) {
  body.association .member .section-title,
  body.association .sponsorship .section-title {
    font-size: 5.6vw;
  }
}

@media only screen and (min-width: 768px) {
  body.association .member .section-body,
  body.association .sponsorship .section-body {
    margin-top: 40px;
  }
}

@media (min-width: 0) and (max-width: 768px) {
  body.association .member .section-body,
  body.association .sponsorship .section-body {
    margin-top: 5.33333vw;
  }
}

@media only screen and (min-width: 768px) {
  body.association .sponsorship {
    padding-top: 20px;
  }
}

@media (min-width: 0) and (max-width: 768px) {
  body.association .sponsorship {
    padding-top: 0 !important;
  }
}

body.association .companies::after {
  clear: both;
  content: "";
  display: table;
}

@media (min-width: 0) and (max-width: 768px) {
  body.association .companies {
    padding-bottom: 9.33333vw;
    padding-top: 20vw;
  }
}

body.association .companies .company-list {
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media only screen and (min-width: 768px) {
  body.association .companies .company-list {
    border-bottom: 1px solid #eee;
    margin-bottom: -1px;
  }
}

body.association .companies .company-list li {
  color: #014b6d;
  letter-spacing: .03em;
  position: relative;
  vertical-align: bottom;
  margin-bottom: -1px;
}

@media only screen and (min-width: 768px) {
  body.association .companies .company-list li {
    padding: 30px 30px 30px 0;
    -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
    padding-right: 40px;
    max-width: 33.333%;
    border-bottom: 1px solid #eee;
    font-size: 18px;
    line-height: 1.94444;
  }
}

@media (min-width: 0) and (max-width: 768px) {
  body.association .companies .company-list li {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    font-size: 3.2vw;
    padding: 1.33333vw 2.66667vw 1.33333vw 0;
    line-height: 1.94444;
  }
}

body.association .companies .company-list li a {
  position: relative;
  display: block;
}

body.association .companies a {
  color: #014b6d;
}

@media (min-width: 0) and (max-width: 768px) {
  body.awardwinner #page-title {
    height: 101.33333vw;
  }
}

@media only screen and (min-width: 768px) {
  body.awardwinner #latest {
    margin-top: -520px;
    margin-bottom: 150px;
  }
}

@media (min-width: 0) and (max-width: 768px) {
  body.awardwinner #latest {
    margin-top: -56.66667vw;
    margin-bottom: 20vw;
  }
}

body.awardwinner #latest .latest-header {
  color: #fff;
}

body.awardwinner #latest .latest-header::after {
  clear: both;
  content: "";
  display: table;
}

@media only screen and (min-width: 768px) {
  body.awardwinner #latest .latest-header {
    margin-bottom: 60px;
  }
}

@media (min-width: 0) and (max-width: 768px) {
  body.awardwinner #latest .latest-header {
    margin: 0 -4vw 10vw;
  }
}

body.awardwinner #latest .latest-title {
  display: inline-block;
}

body.awardwinner #latest .latest-title img {
  margin-bottom: 0px;
}

@media only screen and (min-width: 768px) {
  body.awardwinner #latest .latest-title img {
    width: 513px;
    margin-top: -16px;
  }
}

@media (min-width: 0) and (max-width: 768px) {
  body.awardwinner #latest .latest-title img {
    width: 43.6vw;
  }
}

body.awardwinner #latest .latest-total {
  text-shadow: 0px 0px 13.5px rgba(0, 0, 0, .05);
  display: inline-block;
  vertical-align: bottom;
}

body.awardwinner #latest .latest-total .label {
  letter-spacing: -0.01em;
  font-weight: bold;
}

@media only screen and (min-width: 768px) {
  body.awardwinner #latest .latest-total .label {
    font-size: 25px;
  }
}

@media (min-width: 0) and (max-width: 768px) {
  body.awardwinner #latest .latest-total .label {
    font-size: 2.66667vw;
  }
}

body.awardwinner #latest .latest-total .value {
  font-weight: bold;
  font-family: 'Open Sans', sans-serif;
}

@media only screen and (min-width: 768px) {
  body.awardwinner #latest .latest-total .value {
    font-size: 90px;
    margin-top: 10px;
  }
}

@media (min-width: 0) and (max-width: 768px) {
  body.awardwinner #latest .latest-total .value {
    letter-spacing: -0.01em;
    font-size: 8vw;
  }
}

body.awardwinner #latest .latest-subtitle {
  z-index: 10;
}

@media only screen and (min-width: 768px) {
  body.awardwinner #latest .latest-subtitle {
    position: absolute;
    left: -2.604166667vw;
    top: 0;
  }
}

@media (min-width: 0) and (max-width: 768px) {
  body.awardwinner #latest .latest-subtitle {
    position: relative;
  }
}

body.awardwinner #latest .latest-container_inview {
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  opacity: 0;
  -webkit-transition: opacity 0.7s linear, -webkit-transform 1.1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.7s linear, -webkit-transform 1.1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 1.1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.7s linear;
  transition: transform 1.1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.7s linear, -webkit-transform 1.1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition-delay: .5s;
          transition-delay: .5s;
}

body.awardwinner #latest .latest-container_inview.is-inview {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

@media (min-width: 0) and (max-width: 768px) {
  body.awardwinner #latest .latest-container {
    position: relative;
    padding: 0 6.66667vw;
  }
  body.awardwinner #latest .latest-row {
    margin-bottom: 17.33333vw;
  }
}

@media only screen and (min-width: 768px) {
  body.awardwinner #latest .latest-container {
    position: relative;
    width: 84.375%;
    margin: 0 auto;
  }
  body.awardwinner #latest .latest-row {
    width: 100%;
    margin: 0 auto 100px;
    padding-top: 130px;
  }
  body.awardwinner #latest .latest-row::after {
    clear: both;
    content: "";
    display: table;
  }
  body.awardwinner #latest .row01 {
    padding-top: 150px;
  }
  body.awardwinner #latest .row01 .latest-block {
    width: 47.03704%;
    margin-right: 5.92593%;
  }
  body.awardwinner #latest .row02 .latest-block {
    width: 29.38272%;
    margin-right: 5.92593%;
  }
}

body.awardwinner #latest .row01 .latest-bar,
body.awardwinner #latest .row02 .latest-bar {
  z-index: 10;
  position: relative;
}

@media only screen and (min-width: 768px) {
  body.awardwinner #latest .row01 .latest-bar,
  body.awardwinner #latest .row02 .latest-bar {
    margin-left: 1.302083333vw;
    margin-right: 1.302083333vw;
    margin-top: -46px;
  }
}

@media (min-width: 0) and (max-width: 768px) {
  body.awardwinner #latest .row01 .latest-bar,
  body.awardwinner #latest .row02 .latest-bar {
    margin-left: 3.33333vw;
    margin-right: 3.33333vw;
    margin-top: -6.66667vw;
  }
}

body.awardwinner #latest .row03 {
  margin-bottom: 0;
}

@media only screen and (min-width: 768px) {
  body.awardwinner #latest .row03 {
    width: 75.30864%;
  }
}

@media (min-width: 0) and (max-width: 768px) {
  body.awardwinner #latest .row03 .latest-bar {
    margin-top: -1px;
  }
}

@media only screen and (min-width: 768px) {
  body.awardwinner #latest .row03 .latest-block {
    margin-right: 7.86885%;
    width: 28.03279%;
  }
}

@media (min-width: 0) and (max-width: 768px) {
  body.awardwinner #latest .row03 .latest-block {
    width: 60vw;
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (min-width: 768px) {
  body.awardwinner #latest .latest-block {
    float: left;
  }
  body.awardwinner #latest .latest-block:last-child {
    margin-right: 0;
  }
}

@media (min-width: 0) and (max-width: 768px) {
  body.awardwinner #latest .latest-block {
    margin-bottom: 8vw;
  }
  body.awardwinner #latest .latest-block:last-child {
    margin-bottom: 0;
  }
}

body.awardwinner #latest .latest-block {
  position: relative;
}

body.awardwinner #latest .latest-block .gender {
  position: absolute;
  z-index: 10;
  right: 0;
  top: 0;
}

body.awardwinner #latest .latest-block .photo img {
  width: 100%;
}

body.awardwinner #latest .latest-subtitle {
  background: #fff45c;
  font-size: 30px;
  letter-spacing: .025em;
  padding: 25px 0px;
  text-align: center;
  display: inline-block;
  font-weight: bold;
  color: #014b6d;
}

@media only screen and (min-width: 768px) {
  body.awardwinner #latest .latest-subtitle {
    width: 270px;
  }
}

@media (min-width: 0) and (max-width: 768px) {
  body.awardwinner #latest .latest-subtitle {
    width: 36vw;
    margin-left: auto;
    margin-top: -3.73333vw;
    margin-left: -3.33333vw;
    padding: 3.33333vw 0vw;
    font-size: 4vw;
    margin-bottom: 6.66667vw;
  }
}

body.awardwinner #latest .latest-subtitle:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff45c;
  z-index: -1;
  position: absolute;
  left: 0;
  top: 0;
}

body.awardwinner #latest .latest-subtitle:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: url("/images/background-slash.png");
  z-index: -2;
  position: absolute;
  bottom: -10px;
  right: -10px;
}

@media (min-width: 0) and (max-width: 768px) {
  body.awardwinner #latest .latest-subtitle:after {
    background-size: 12.26667vw;
    bottom: -1.33333vw;
    right: -1.33333vw;
  }
}

@media only screen and (min-width: 768px) {
  body.awardwinner #latest .latest-subtitle.latest-subtitle_lg {
    padding: 40px 40px;
  }
  body.awardwinner #latest .latest-subtitle.latest-subtitle_lg:after {
    bottom: -20px;
    right: -20px;
  }
}

@media (min-width: 0) and (max-width: 768px) {
  body.awardwinner #latest .latest-subtitle.latest-subtitle_lg {
    margin-top: -3.33333vw;
    padding: 4.66667vw 5.33333vw;
    margin-bottom: 5.33333vw;
  }
}

body.awardwinner #latest .gender {
  color: #fff;
  z-index: 10;
  font-weight: bold;
  letter-spacing: .03em;
}

@media only screen and (min-width: 768px) {
  body.awardwinner #latest .gender {
    padding: 8px 18px;
    font-size: 20px;
  }
}

@media (min-width: 0) and (max-width: 768px) {
  body.awardwinner #latest .gender {
    font-size: 3.46667vw;
    padding: 1.06667vw 2.66667vw;
  }
}

body.awardwinner #latest .gender.gender_male {
  background-color: #00344c;
}

body.awardwinner #latest .gender.gender_female {
  background-color: #9a0000;
}

body.awardwinner #latest .latest-name {
  color: #fff;
  background: #00344c;
  padding: 1.04167vw;
}

@media (min-width: 0) and (max-width: 768px) {
  body.awardwinner #latest .latest-name {
    padding: 4vw;
  }
}

body.awardwinner #latest .latest-name .name-title {
  font-weight: bold;
}

@media only screen and (min-width: 768px) {
  body.awardwinner #latest .latest-name .name-title {
    font-size: 26px;
  }
  body.awardwinner #latest .latest-name .name-title small {
    font-size: 15px;
  }
}

@media (min-width: 0) and (max-width: 768px) {
  body.awardwinner #latest .latest-name .name-title {
    line-height: 4.66667vw;
    font-size: 4.53333vw;
  }
  body.awardwinner #latest .latest-name .name-title small {
    font-size: 2.66667vw;
  }
}

body.awardwinner #latest .latest-name .name-award,
body.awardwinner #latest .latest-name .name-job {
  margin-top: 10px;
  font-size: 16px;
}

@media (min-width: 0) and (max-width: 768px) {
  body.awardwinner #latest .latest-name .name-award,
  body.awardwinner #latest .latest-name .name-job {
    font-size: 2.66667vw;
    margin-top: 1.33333vw;
  }
}

body.awardwinner #latest .latest-votes {
  padding: 1.04167vw;
  padding-bottom: 0;
  color: #014b6d;
}

body.awardwinner #latest .latest-votes .votes-title {
  letter-spacing: .03em;
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
}

@media only screen and (min-width: 768px) {
  body.awardwinner #latest .latest-votes .votes-title {
    font-size: 25px;
    margin-right: 20px;
  }
}

@media (min-width: 0) and (max-width: 768px) {
  body.awardwinner #latest .latest-votes .votes-title {
    font-size: 3.33333vw;
    margin-right: 2.66667vw;
    position: relative;
    top: 50%;
  }
}

body.awardwinner #latest .latest-votes .votes-value {
  vertical-align: middle;
  display: inline-block;
  font-size: 60px;
  font-family: 'Open Sans', sans-serif;
  letter-spacing: .03em;
  font-weight: bold;
}

@media (min-width: 0) and (max-width: 768px) {
  body.awardwinner #latest .latest-votes .votes-value {
    font-size: 8vw;
  }
}

@media only screen and (min-width: 768px) {
  body.awardwinner #latest .row01 .latest-name .name-title {
    font-size: 30px;
  }
}

@media (min-width: 0) and (max-width: 768px) {
  body.awardwinner #latest .row01 .latest-bar {
    display: table;
    height: 17.6vw;
    margin-left: 0;
    margin-right: 0;
    width: 92.307692308%;
    margin-left: auto;
    margin-right: auto;
  }
  body.awardwinner #latest .row01 .latest-bar::after {
    clear: both;
    content: "";
    display: table;
  }
  body.awardwinner #latest .row01 .latest-name {
    padding-top: 2.66667vw;
    padding-bottom: 2.66667vw;
    width: 45%;
    display: table-cell;
    vertical-align: middle;
  }
  body.awardwinner #latest .row01 .latest-votes {
    background: #fff;
    width: 55%;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
  }
}

@media (min-width: 0) and (max-width: 768px) {
  body.awardwinner #latest .row03 .latest-name::after {
    clear: both;
    content: "";
    display: table;
  }
  body.awardwinner #latest .row03 .latest-name .name-title {
    float: left;
    line-height: 1;
    font-size: 4.53333vw;
  }
  body.awardwinner #latest .row03 .latest-name .name-award {
    float: right;
  }
}

body.awardwinner #previous {
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  opacity: 0;
  -webkit-transition: opacity 0.7s linear, -webkit-transform 1.1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.7s linear, -webkit-transform 1.1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 1.1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.7s linear;
  transition: transform 1.1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.7s linear, -webkit-transform 1.1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition-delay: .5s;
          transition-delay: .5s;
  background-color: #014b6d;
}

body.awardwinner #previous.is-inview {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

@media only screen and (min-width: 768px) {
  body.awardwinner #previous .previous-title {
    margin-bottom: 50px;
  }
  body.awardwinner #previous .previous-title img {
    height: 105px;
  }
}

@media (min-width: 0) and (max-width: 768px) {
  body.awardwinner #previous .previous-title {
    margin-bottom: 6.66667vw;
  }
  body.awardwinner #previous .previous-title img {
    height: 9.33333vw;
  }
}

body.awardwinner #previous table {
  font-size: 18px;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}

body.awardwinner #previous table thead th {
  border: 1px solid #fff;
  color: #fff;
  font-size: 18px;
  letter-spacing: .065em;
  font-weight: bold;
  background: url("/images/th_background.png") #00344c;
  border-left: 0;
}

@media only screen and (min-width: 768px) {
  body.awardwinner #previous table thead th {
    padding: 20px;
  }
}

@media (min-width: 0) and (max-width: 768px) {
  body.awardwinner #previous table thead th {
    font-size: 2.93333vw;
    line-height: 1.36364;
    padding: 1.33333vw;
  }
}

body.awardwinner #previous table thead th:first-child {
  border-left: 1px solid #fff;
}

body.awardwinner #previous table tbody th {
  vertical-align: middle;
  font-weight: bold;
  color: #fff;
  line-height: 1.28571;
  font-size: 22px;
  padding: 0 10px;
  border: 1px solid #fff;
  border-top: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (min-width: 0) and (max-width: 768px) {
  body.awardwinner #previous table tbody th {
    font-size: 3.2vw;
    white-space: nowrap;
    padding: 0 1.33333vw;
  }
}

body.awardwinner #previous table tbody th small {
  font-size: 18px;
}

@media (min-width: 0) and (max-width: 768px) {
  body.awardwinner #previous table tbody th small {
    font-weight: normal;
    font-size: 2.66667vw;
  }
}

body.awardwinner #previous table td {
  background-color: #014b6d;
  color: #fff;
  font-weight: bold;
  border: 1px solid #fff;
  border-top: 0;
  border-left: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media only screen and (min-width: 768px) {
  body.awardwinner #previous table td {
    width: 30%;
  }
}

@media (min-width: 0) and (max-width: 768px) {
  body.awardwinner #previous table td {
    letter-spacing: .015em;
  }
  body.awardwinner #previous table td:nth-of-type(1) {
    white-space: nowrap;
  }
}

@media only screen and (min-width: 768px) {
  body.awardwinner #previous table td {
    padding: 25px;
    line-height: 1.66667;
    vertical-align: middle;
  }
  body.awardwinner #previous table td small {
    font-size: 16px;
    font-weight: normal;
  }
}

@media (min-width: 0) and (max-width: 768px) {
  body.awardwinner #previous table td {
    vertical-align: top;
    padding: 4.66667vw 2vw;
    font-size: 2.66667vw;
    line-height: 1.3;
    letter-spacing: .015em;
    width: 30%;
  }
  body.awardwinner #previous table td small {
    font-size: 2.66667vw;
    font-weight: normal;
  }
  body.awardwinner #previous table td:last-of-type small {
    display: block;
  }
}

@media (min-width: 0) and (max-width: 768px) {
  body.awardwinner #previous table td ul li {
    margin-bottom: 1.33333vw;
  }
  body.awardwinner #previous table td ul li:last-child {
    margin-bottom: 0;
  }
}

body.about .about-header .about-title,
body.about .about-header .about-lead {
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  opacity: 0;
  -webkit-transition: opacity 0.7s linear, -webkit-transform 1.1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.7s linear, -webkit-transform 1.1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 1.1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.7s linear;
  transition: transform 1.1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.7s linear, -webkit-transform 1.1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition-delay: .5s;
          transition-delay: .5s;
}

body.about .about-header .about-lead {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

@media (min-width: 769px) and (max-width: 1180px) {
  body.about .about-header .about-lead .hidden-xs {
    display: none;
  }
}

body.awardwinner #page-title h1 {
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  opacity: 0;
  -webkit-transition: opacity 0.7s linear, -webkit-transform 1.1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.7s linear, -webkit-transform 1.1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 1.1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.7s linear;
  transition: transform 1.1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.7s linear, -webkit-transform 1.1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition-delay: .5s;
          transition-delay: .5s;
}

body.awardwinner .latest-header,
body.awardwinner .latest-fade {
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  opacity: 0;
  -webkit-transition: opacity 0.7s linear, -webkit-transform 1.1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.7s linear, -webkit-transform 1.1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 1.1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.7s linear;
  transition: transform 1.1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.7s linear, -webkit-transform 1.1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition-delay: .5s;
          transition-delay: .5s;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

body.association #page-title h1 {
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  opacity: 0;
  -webkit-transition: opacity 0.7s linear, -webkit-transform 1.1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.7s linear, -webkit-transform 1.1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 1.1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.7s linear;
  transition: transform 1.1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.7s linear, -webkit-transform 1.1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition-delay: .5s;
          transition-delay: .5s;
}

body.association #association-lead {
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  opacity: 0;
  -webkit-transition: opacity 0.7s linear, -webkit-transform 1.1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.7s linear, -webkit-transform 1.1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 1.1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.7s linear;
  transition: transform 1.1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.7s linear, -webkit-transform 1.1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

body.loaded.about .about-header .about-title,
body.loaded.about .about-header .about-lead {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

body.loaded.awardwinner #page-title h1 {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

body.loaded.awardwinner .latest-header,
body.loaded.awardwinner .latest-fade {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

body.loaded.association #page-title h1 {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

body.loaded.association #association-lead {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

body.about {
  background-color: #1b566f;
  color: #fff;
}

@media only screen and (min-width: 768px) {
  body.about {
    background: url("/images/about/background.jpg") #1b566f no-repeat center center/cover;
    background-attachment: fixed;
  }
}

@media (min-width: 0) and (max-width: 768px) {
  body.about {
    background: url("/images/about/background_sp.jpg") #1b566f repeat-y top center/100vw auto;
  }
}

body.about .about-header {
  text-align: center;
}

@media only screen and (min-width: 768px) {
  body.about .about-header {
    /* min-height: 100%; */
    padding-bottom: 150px;
  }
}

@media (min-width: 0) and (max-width: 768px) {
  body.about .about-header {
    padding-top: 26.66667vw;
    margin-bottom: 13.33333vw;
  }
}

@media only screen and (min-width: 768px) {
  body.about .about-header .container {
    position: relative;
    left: 0;
    padding: 0;
    margin: 0;
    padding-top: 300px;
  }
}

@media only screen and (min-width: 768px) {
  body.about .about-header .about-title {
    text-align: center;
    margin-bottom: 80px;
  }
}

@media (min-width: 0) and (max-width: 768px) {
  body.about .about-header .about-title {
    margin-bottom: 13.33333vw;
    display: inline-block;
    text-align: left;
  }
}

body.about .about-header .about-title .en {
  letter-spacing: .025em;
  font-family: "Vollkorn", sans-serif;
}

@media only screen and (min-width: 768px) {
  body.about .about-header .about-title .en {
    font-size: 80px;
    margin-bottom: 30px;
  }
}

@media (min-width: 0) and (max-width: 768px) {
  body.about .about-header .about-title .en {
    font-size: 9.6vw;
  }
}

body.about .about-header .about-title .en em {
  font-weight: normal;
}

@media only screen and (min-width: 768px) {
  body.about .about-header .about-title .en em {
    display: inline-block;
    margin-left: 40px;
    font-size: 120px;
  }
}

@media (min-width: 0) and (max-width: 768px) {
  body.about .about-header .about-title .en em {
    display: block;
    font-size: 14vw;
  }
}

body.about .about-header .about-title .ja {
  font-weight: bold;
}

@media only screen and (min-width: 768px) {
  body.about .about-header .about-title .ja {
    font-size: 20px;
  }
}

@media (min-width: 0) and (max-width: 768px) {
  body.about .about-header .about-title .ja {
    font-size: 3.2vw;
    letter-spacing: .025em;
    text-align: center;
    margin-top: 4.66667vw;
  }
}

body.about .about-header .about-lead {
  font-weight: bold;
}

@media only screen and (min-width: 768px) {
  body.about .about-header .about-lead {
    display: inline-block;
    text-align: left;
    font-size: 25px;
    letter-spacing: .025em;
    line-height: 2.4;
    padding: 0 100px;
    text-align: center;
  }
}

@media (min-width: 0) and (max-width: 768px) {
  body.about .about-header .about-lead {
    font-size: 3.73333vw;
    letter-spacing: .025em;
    line-height: 2.32143;
    text-align: left;
  }
  .br-pc {
    display: none;
  }
}

body.about .about-body {
  padding-top: 0;
}

body.about .about-subtitle {
  background: #fff;
  color: #014b6d;
  letter-spacing: .025em;
  font-weight: bold;
  text-align: center;
  position: relative;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  opacity: 0;
  -webkit-transition: opacity 0.7s linear, -webkit-transform 1.1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.7s linear, -webkit-transform 1.1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 1.1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.7s linear;
  transition: transform 1.1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.7s linear, -webkit-transform 1.1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition-delay: .5s;
          transition-delay: .5s;
}

body.about .about-subtitle.is-inview {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

body.about .about-subtitle:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: url("/images/background-slash_white.png");
  z-index: -2;
  position: absolute;
  bottom: -10px;
  right: -10px;
}

@media only screen and (min-width: 768px) {
  body.about .about-subtitle {
    width: 240px;
    height: 81px;
    font-size: 30px;
    line-height: 81px;
    margin: 0 auto 100px;
  }
}

@media (min-width: 0) and (max-width: 768px) {
  body.about .about-subtitle {
    width: 32vw;
    height: 10.8vw;
    font-size: 4vw;
    letter-spacing: .025em;
    line-height: 10.8vw;
    margin: 0 auto 13.33333vw;
  }
  body.about .about-subtitle:after {
    bottom: -1.33333vw;
    right: -1.33333vw;
    background-size: 0.93333vw;
  }
}

body.about .about-block {
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  opacity: 0;
  -webkit-transition: opacity 0.7s linear, -webkit-transform 1.1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.7s linear, -webkit-transform 1.1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 1.1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.7s linear;
  transition: transform 1.1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.7s linear, -webkit-transform 1.1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition-delay: .5s;
          transition-delay: .5s;
}

@media only screen and (min-width: 768px) {
  body.about .about-block {
    margin-bottom: 130px;
    font-size: 18px;
  }
}

@media (min-width: 0) and (max-width: 768px) {
  body.about .about-block {
    margin-bottom: 20vw;
  }
}

body.about .about-block:last-of-type {
  margin-bottom: 0;
}

body.about .about-block.is-inview {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

body.about .about-block .block-title {
  letter-spacing: .025em;
  font-weight: bold;
}

@media only screen and (min-width: 768px) {
  body.about .about-block .block-title {
    width: 25vw;
    float: left;
    font-size: 42px;
    line-height: 1.35714;
    padding-top: 6px;
    padding-right: 5vw;
  }
}

@media (min-width: 0) and (max-width: 768px) {
  body.about .about-block .block-title {
    margin-bottom: 6.66667vw;
    font-size: 5.06667vw;
  }
}

@media only screen and (min-width: 768px) {
  body.about .about-block .block-body {
    margin-left: 25vw;
  }
}

@media only screen and (min-width: 768px) {
  body.about .about-block .block-lead {
    margin-bottom: 30px;
    font-size: 18px;
    letter-spacing: .025em;
    line-height: 1.94444;
  }
}

@media (min-width: 0) and (max-width: 768px) {
  body.about .about-block .block-lead {
    margin-bottom: 6.66667vw;
    font-size: 3.73333vw;
    letter-spacing: .025em;
    line-height: 1.82143;
  }
}

body.about .about-block .block-panel {
  border: 1px dashed #fff;
  display: inline-block;
}

@media only screen and (min-width: 768px) {
  body.about .about-block .block-panel {
    padding: 20px 30px;
  }
}

@media (min-width: 0) and (max-width: 768px) {
  body.about .about-block .block-panel {
    padding: 6.66667vw;
  }
}

body.about .about-block .block-panel .panel-title {
  letter-spacing: .025em;
  font-weight: bold;
}

@media only screen and (min-width: 768px) {
  body.about .about-block .block-panel .panel-title {
    font-size: 20px;
    margin-bottom: 10px;
  }
}

@media (min-width: 0) and (max-width: 768px) {
  body.about .about-block .block-panel .panel-title {
    font-size: 3.73333vw;
    margin-bottom: 1.33333vw;
  }
}

@media only screen and (min-width: 768px) {
  body.about .about-block .block-panel p {
    font-size: 16px;
    line-height: 1.875;
  }
}

@media (min-width: 0) and (max-width: 768px) {
  body.about .about-block .block-panel p {
    font-size: 3.73333vw;
    line-height: 1.82143;
  }
}

@media only screen and (min-width: 768px) {
  body.about .about-block .block-panel .note {
    font-size: 15px;
  }
}

body.about .about-block .block-panel .note .en {
  color: #90a8b3;
}

#loading {
  position: fixed;
  z-index: 3000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #00344c;
}

@media (min-width: 0) and (max-width: 768px) {
  #loading {
    opacity: 1;
    -webkit-transition: opacity 1s linear;
    transition: opacity 1s linear;
  }
  #loading img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    visibility: hidden;
  }
  #loading.ready img {
    visibility: visible;
  }
}

@media only screen and (min-width: 768px) {
  #loading {
    opacity: 1;
    -webkit-transition: opacity 1s linear;
    transition: opacity 1s linear;
  }
  #loading video {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    -o-object-fit: contain;
       object-fit: contain;
    visibility: hidden;
  }
  #loading .image {
    display: none;
  }
  #loading.ready video {
    visibility: visible;
  }
}

@media (min-width: 0) and (max-width: 768px) {
  #loading .video {
    display: none;
  }
}

body.loading-end #loading {
  pointer-events: none;
  opacity: 0;
}
