@charset "UTF-8";
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: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* @include circle(100px); */
/*
 * Mixin for placeholder
 * @include placeholderColor(#00ff00);
 */
/* @include absPosition(5px,20x,10px,15px); */
/* @include css3(transition, 0.5s); */
/* @include opacity(0.5); */
/* MEDIA QUERIES */
/* COLOR */
/* USE
==================== */
/* SNS COLOR */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/*	clearfix
================================================== */
:root {
  --leading-trim: calc((1em - 1lh) / 2);
}

.lang-en {
  font-family: "Jost", serif;
  font-optical-sizing: auto;
}

input::placeholder,
textarea::placeholder {
  color: #ccc;
}

img {
  max-width: 100%;
  width: 100%;
  height: auto;
}

/* IE */
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #ccc;
}

/* Edge */
input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #ccc;
}

@-ms-viewport {
  width: auto;
  initial-scale: 1;
}
html {
  -ms-overflow-style: scrollbar;
  -webkit-text-size-adjust: 100%;
}

.cf:before, .cf:after {
  content: " ";
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  *zoom: 1;
}

.pc-display {
  display: none !important;
}

.sp-display {
  display: block !important;
}

@media screen and (min-width: 768px) {
  .pc-display {
    display: block !important;
  }

  .sp-display {
    display: none !important;
  }
}
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  color: #000;
  font-family: "Avenir Next", Verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, Osaka, sans-serif;
  letter-spacing: 0.01em;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  font-size: 10px;
}

.sprite {
  display: block;
  text-indent: -9999px;
  overflow: hidden;
}

*, html {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  text-decoration: none;
}

a::after,
a::before {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: auto auto 24px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

.u-sm-hide {
  display: block;
}

@keyframes animation-toggle {
  0% {
    display: none;
    height: 0;
  }
  1% {
    display: block;
  }
  100% {
    height: auto;
  }
}
@keyframes animation-probrem-num {
  0% {
    width: 0;
    left: -16px;
  }
  50% {
    width: 16px;
    left: 0;
  }
  100% {
    width: 0;
    left: 16px;
  }
}
@keyframes animation-btn-bg-blk {
  0% {
    width: 100%;
  }
  100% {
    width: 0;
    left: 100%;
  }
}
@keyframes animation-arrow {
  0% {
    right: 10.5px;
  }
  50% {
    right: -32px;
    opacity: 0;
  }
  51% {
    right: 32px;
    opacity: 0;
  }
  100% {
    right: 10.5px;
    opacity: 1;
  }
}
.btn__md {
  padding: 9px 16px;
  width: 100%;
  border-radius: 40px;
}
.btn__md span {
  font-weight: 700;
  font-size: 1.65rem;
  display: inline-block;
  margin: auto;
  line-height: 1;
}

.btn__txt__sm span {
  font-size: 16px;
}

.btn__white {
  background: #fff;
}
.btn__white span {
  color: #000;
}

.btn {
  display: flex;
}
.btn:hover {
  opacity: 1;
}
.btn:hover.shadow_box {
  box-shadow: 5px 10px 10px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 5px 10px 10px 0 rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 5px 10px 10px 0 rgba(0, 0, 0, 0.3);
}

h1 {
  font-size: 4.8rem;
  line-height: 1.4;
  letter-spacing: -.01em;
}

h2 {
  font-size: min(4vw,52px);
  line-height: 1.5;
  font-weight: 900;
}

h3 {
  font-size: min(1.923076923vw, 2.5rem);
  line-height: 1.6;
  font-weight: 700;
}

h4 {
  font-size: 2rem;
  line-height: 1.7;
  font-weight: 700;
}

@media (max-width: 1025px) {
  h1 {
    font-size: 4.8rem;
    line-height: 1.4;
    letter-spacing: -.01em;
  }

  h2 {
    font-size: max(5.078125VW,32px);
    line-height: 1.5;
    font-weight: 900;
  }

  h3 {
    font-size: max(2.44140625VW,20px);
    line-height: 1.6;
    font-weight: 700;
  }

  h4 {
    font-size: 2rem;
    line-height: 1.7;
    font-weight: 700;
  }
}
.l__paragraph {
  font-size: min(2.461538462vw, 3.2rem);
  line-height: 2;
}

@media (max-width: 1025px) {
  .l__paragraph {
    font-size: max(3.125VW,20px);
    line-height: 2;
  }
}
.m__paragraph {
  font-size: min(1.846153846vw, 2.4rem);
  line-height: 1.8;
}

@media (max-width: 1025px) {
  .m__paragraph {
    font-size: max(2.34375VW,16px);
    line-height: 2;
  }
}
.d__paragraph {
  font-size: min(1.538461538vw, 2rem);
  line-height: 1.8;
}

@media (max-width: 1025px) {
  .d__paragraph {
    font-size: max(1.953125VW,16px);
    line-height: 1.8;
  }
}
.s__paragraph {
  font-size: clamp(1.4rem,1.230769231vw, 1.6rem);
  line-height: 2.4;
}

@media (max-width: 768px) {
  .s__paragraph {
    font-size: 1.4rem;
  }
}
/* FONT WEIGHT
====================== */
.fw300 {
  font-weight: 300 !important;
}

.fw400 {
  font-weight: 400;
}

.fw500 {
  font-weight: 500;
}

.fw600 {
  font-weight: 600;
}

.fw700 {
  font-weight: 700;
}

.fw800 {
  font-weight: 800;
}

.fw900 {
  font-weight: 900;
}

/* FONT FAMILY
====================== */
/* TITLE
====================== */
p {
  font-size: 1.15rem;
  line-height: 1.72;
  margin: 0 0 1.6em;
  letter-spacing: 0.08em;
}

._lh {
  margin-block: calc((1em - 1lh) / 2);
}

a:hover {
  opacity: .6;
}

p a {
  text-decoration: underline;
}

blockquote {
  padding: 32px;
}
blockquote p {
  max-width: 100%;
  width: 100%;
}
blockquote p:last-child {
  margin: 0;
}

.c-textAlignCenter,
.u-textAlignCenter {
  text-align: center;
}

@media (max-width: 767px) {
  .c-textAlignCenter {
    text-align: left;
  }
}
.c-textAlignLeft {
  text-align: left;
}

.c-textAlignRight {
  text-align: right;
}

.u-txtAlign_center {
  text-align: center !important;
}

.u-txtAlign_left {
  text-align: left !important;
}

.u-txtAlign_right {
  text-align: right !important;
}

/* Slider */
.slick-loading .slick-list {
  /*background: #fff url('./ajax-loader.gif') center center no-repeat;*/
}

/* Icons */
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
}
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 36px;
  height: 36px;
  padding: 0;
  -webkit-transform: translate(0, -12px);
  -ms-transform: translate(0, -12px);
  transform: translate(0, -12px);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-arrow {
  font-size: 0;
  line-height: 0;
  color: transparent;
  position: absolute;
  z-index: 99998;
  top: 50%;
  width: 36px;
  height: 36px;
  margin-top: -14px;
  background: #54a7e3;
}

.slick-arrow:hover {
  opacity: 0.8;
}

.slick-prev {
  -webkit-background-size: 100%;
  background-size: 100%;
  z-index: 2;
  width: 36px;
  height: 36px;
  background: url(../images/common/l_arrow_link.png) no-repeat;
  background-size: cover;
  left: -64px;
}

.slick-prev::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: url(../images/common/r_arrow_link.png) no-repeat;
  background-size: cover;
  width: 36px;
  height: 36px;
}

.slick-next {
  right: -64px;
  -webkit-background-size: 100%;
  background-size: 100%;
  z-index: 2;
  width: 36px;
  height: 36px;
  background: url(../images/common/r_arrow_link.png) no-repeat;
  background-size: cover;
}

.slick-next::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: url(../img/common/r_arrow_link.png) no-repeat;
  background-size: cover;
  width: 22px;
  height: 21px;
}

@media (max-width: 840px) {
  /* Arrows */
  .slick-prev,
  .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 36px;
    height: 36px;
    padding: 0;
    -webkit-transform: translate(0, -2px);
    -ms-transform: translate(0, -2px);
    transform: translate(0, -2px);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
  }

  .slick-arrow {
    font-size: 0;
    line-height: 0;
    color: transparent;
    position: absolute;
    z-index: 99998;
    top: 50%;
    width: 24px;
    height: 24px;
    margin-top: -12px;
    background: #54a7e3;
  }

  .slick-arrow:hover {
    opacity: 0.8;
  }

  .slick-prev {
    -webkit-background-size: 100%;
    background-size: 100%;
    z-index: 2;
    width: 24px;
    height: 24px;
    background: url(../images/common/l_arrow_link.png) no-repeat;
    background-size: cover;
    left: 8px;
  }

  .slick-next {
    right: 8px;
    -webkit-background-size: 100%;
    background-size: 100%;
    z-index: 2;
    width: 24px;
    height: 24px;
    background: url(../images/common/r_arrow_link.png) no-repeat;
    background-size: cover;
  }
}
/* Dots */
.slick-dots {
  position: absolute;
  bottom: 12px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 6px;
  height: 6px;
  padding: 0 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  border-radius: 50%;
  background: #b3b3b3;
  opacity: 1;
  width: 6px;
  height: 6px;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  text-align: center;
}

.slick-dots li.slick-active button:before {
  background-color: #fff !important;
}

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

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

.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);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  align-items: center;
  height: 100%;
}

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

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

.slick-slide {
  display: none;
  min-height: 1px;
}

[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;
}

.slick-slide {
  z-index: 1;
  position: relative;
}

.slick-track .slick-slide a:hover img {
  opacity: 0.8;
}

.slick-track .slick-slide:after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  max-width: 1160px;
  height: 100%;
  content: "";
  z-index: 2;
  /*background: rgba(0, 0, 0, 0.5);*/
}

.slick-track .slick-center:after {
  content: none;
}

.slick-slide > div {
  height: 100%;
}

/* common
===================== */
.txt__view {
  width: min(61vw, 780px);
  margin: auto;
}

@media (max-width: 768px) {
  .txt__view {
    width: min(76.5vw, 360px);
  }
}
.yt__link {
  text-align: center;
  width: 100%;
  max-width: 748px;
  margin: auto;
}
.yt__link img {
  width: 100%;
}

.img__c {
  margin: auto;
  max-width: 528px;
}

.k_purple {
  background: linear-gradient(transparent 65%, #b23393 65%);
}

.k_yellow {
  background: linear-gradient(transparent 50%, #FFFF00 50%);
  font-weight: bold;
}

.bg-gray {
  background: #333;
}

.k_white {
  background: #fff;
  font-weight: bold;
}

.shadow_box {
  box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.2);
  transition-duration: .4s;
}

.reverse-list {
  flex-direction: row-reverse;
  justify-content: space-between;
}

.pc_mb_xs {
  margin-bottom: 8px;
}

.pc_mb_sm {
  margin-bottom: 16px;
}

.pc_mb_md {
  margin-bottom: 32px !important;
}

.pc_mb_lmd {
  margin-bottom: 56px !important;
}

.pc_mb_lg {
  margin-bottom: 72px !important;
}

.pc_mb_xl {
  margin-bottom: min(7.38461538461539VW,96px);
}

@media (max-width: 1025px) {
  .pc_mb_xl {
    margin-bottom: max(9.375VW,40px);
  }
}
.pc_mt_sm {
  margin-top: 16px;
}

.pc_mt_md {
  margin-top: 32px;
}

.pc_mt_lg {
  margin-top: 64px;
}

.pc_mt_xl {
  margin-top: 96px;
}

.block-box {
  display: block;
}

.pd-no {
  padding: 0;
}

[data-num='1']::before {
  content: "1";
}

[data-num='2']::before {
  content: "2";
}

[data-num='3']::before {
  content: "3";
}

[data-num='4']::before {
  content: "4";
}

.item__list__heading {
  margin-bottom: min(4.923076923vw, 6.4rem);
}

@media (max-width: 1025px) {
  .item__list__heading {
    margin-bottom: max(6.25VW,45px);
  }
  .item__list__heading .l__paragraph {
    font-size: max(3.125VW,24px);
    line-height: 1.5;
  }
}
.item__list__content {
  margin-bottom: 120px;
}
.item__list__content.last {
  margin-bottom: 0;
}
.item__list__content ul {
  display: flex;
  gap: 20px;
}
.item__list__content ul li {
  width: 25%;
}
.item__list__content ul li a {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  color: #000;
}
.item__list__content ul li a .item__list__content__thumb, .item__list__content ul li a p {
  display: block;
  width: 100%;
}
.item__list__content ul li a p {
  margin: 0;
  line-height: 1.5;
}
.item__list__content ul li a p .num {
  font-family: "Work Sans";
  font-weight: 700;
  font-size: min(2.307692308vw, 3rem);
  padding-right: 4px;
}
.item__list__content.center ul {
  justify-content: center;
}

@media (max-width: 1025px) {
  .item__list__content {
    margin-bottom: max(11.71875VW,80px);
  }
  .item__list__content ul {
    gap: 16px;
    overflow-x: scroll;
  }
  .item__list__content ul li {
    width: 25%;
    flex: 0 0 80px;
    min-width: 240px;
  }
  .item__list__content ul li a p .num {
    font-family: "Work Sans";
    font-weight: 700;
    font-size: max(2.9296875VW,30px);
    padding-right: 4px;
  }
  .item__list__content.center ul {
    justify-content: flex-start;
  }
}
.start {
  background: #000;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 9000;
}

.start img {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: none;
  z-index: 9999;
  width: 39.6875%;
}

.wrap {
  width: 100%;
  background: #0e0000;
  margin: auto;
  z-index: 99;
  position: relative;
  contain: paint;
}

@media (max-width: 600px) {
  .wrap {
    border: none;
  }
}
.index__kv {
  height: auto;
  margin: auto auto 105px;
}
.index__kv .index__kv__txt {
  width: calc(100% - 48px);
  margin: 6px auto auto;
}
.index__kv .index__kv__txt p {
  padding-top: 30px;
  color: #fff;
  margin: 0;
  position: relative;
}
.index__kv .index__kv__txt p::after {
  content: '';
  width: calc(195px * .5);
  height: calc(51px * .5);
  background: url(../images/line.svg) no-repeat left top/100%;
  display: block;
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  margin: auto;
}
.index__kv .index__kv__txt p span {
  font-size: .75em;
}

@media screen and (min-width: 900px) {
  .index__kv {
    margin-top: 100px;
  }
  .index__kv .index__kv__txt {
    width: calc(100% - clamp(94px, 9.8vw, 188px));
    max-width: 1920px;
    margin: auto;
  }
  .index__kv .index__kv__txt p {
    padding-left: 32.4%;
    padding-top: 0;
    font-size: clamp(0.93rem, 0.96vw, 1.86rem);
  }
  .index__kv .index__kv__txt p::after {
    content: '';
    width: 12.6%;
    height: 0;
    padding-top: 5.5314%;
    background: url(../images/line02.svg) no-repeat left top/100%;
    display: block;
    position: absolute;
    top: 0;
    right: auto;
    bottom: auto;
    left: 18.8%;
    margin: auto;
  }
  .index__kv .index__kv__txt p::before {
    content: '';
    width: 17.8%;
    height: auto;
    padding-top: 5.578%;
    background: url(../images/logo02.svg) no-repeat left top/100%;
    display: block;
    position: absolute;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    margin: auto;
  }
}
.content__wrap {
  width: 100%;
  margin: auto auto 84px;
  display: block;
}
.content__wrap__inner {
  width: calc(100% - 48px);
  margin: auto;
}
.content__wrap__inner.full__wrap__inner {
  width: 100%;
}
.content__wrap__heading {
  display: block;
  text-align: center;
  width: 100%;
  margin-bottom: 48px;
}
.content__wrap__heading h2 {
  display: inline-block;
  position: relative;
  font-size: 3.8rem;
  font-weight: 400;
  display: block;
  letter-spacing: 0.08em;
  color: #fff;
  line-height: 1;
}
.content__wrap-03 {
  margin-bottom: 0;
}

@media screen and (min-width: 900px) {
  .content__wrap {
    margin: auto auto 180px;
  }
  .content__wrap__inner {
    width: calc(100% - clamp(94px, 9.8vw, 188px));
    max-width: 1920px;
  }
  .content__wrap-03 {
    margin-bottom: 0;
  }
}
@keyframes horizontal-animation {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.slider {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.slider img {
  border-radius: 10px;
}
.slider__txt {
  font-size: 1.4rem;
  color: #fff;
  text-align: center;
  margin: 0;
}
.slider__content {
  margin-bottom: 4.8rem;
}
.slider__content-inner {
  position: relative;
  padding-top: 66.7%;
  margin-bottom: 8px;
}
.slider__content:last-child {
  margin-bottom: 0;
}
.slider__fc {
  margin-bottom: 8px;
}
.slider__fc .modal-open {
  border-radius: 10px;
}

@media screen and (min-width: 900px) {
  .slider img {
    border-radius: 18px;
  }
  .slider__txt {
    font-size: 1.8rem;
  }
  .slider__content {
    margin-bottom: 0;
  }
  .slider__content {
    width: calc(33.333333% - 40px);
  }
  .slider__container {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
    width: 100%;
  }
  .slider__fc {
    margin-bottom: 12px;
  }
  .slider__fc .modal-open {
    border-radius: 18px;
  }
}
.map {
  width: 100%;
  height: auto;
  padding-top: 75%;
  background: #f1f1f1;
  position: relative;
  margin: auto auto 100px;
}
.map iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

@media screen and (min-width: 900px) {
  .map {
    width: 72%;
    max-width: 1382px;
    padding-top: 38.7%;
    margin: auto auto 160px;
  }
}
/* form
===================== */
.form {
  width: 100%;
}
.form__item {
  margin-bottom: 16px;
}
.form__item span {
  display: none;
}

input[type="text"], input[type="email"], textarea {
  width: 100%;
  border: 1px solid #fff;
  padding: 16px;
  font-size: 1.5rem;
}
input[type="text"]::placeholder, input[type="email"]::placeholder, textarea::placeholder {
  font-size: 1.5rem;
  color: #808080;
}

@media screen and (min-width: 900px) {
  .form {
    width: 100%;
    max-width: 730px;
    margin: auto;
  }
  .form__item {
    width: 100%;
    position: relative;
    margin: auto auto 6px;
    left: -65px;
    display: flex;
    align-items: start;
  }
  .form__item span {
    display: block;
    width: 130px;
    color: #fff;
    font-size: 2.5rem;
    padding: 16px 0;
  }

  input[type="text"], input[type="email"], textarea {
    width: 600px;
    border: 1px solid #fff;
    padding: 16px;
    font-size: 1.8rem;
  }
  input[type="text"]::placeholder, input[type="email"]::placeholder, textarea::placeholder {
    font-size: 1.8rem;
    color: #808080;
  }

  .btn__md {
    width: 600px;
    margin-left: 65px;
    margin-top: 30px;
  }
}
textarea {
  height: 174px;
}

.modal-open {
  position: relative;
  cursor: pointer;
  overflow: hidden;
  display: block;
  width: 100%;
  padding-top: 66.6667%;
}
.modal-open img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 106%;
  transition: all 0.3s ease-out;
  transform: translate(-50%, -50%);
}
.modal-open:hover img {
  transform: translate(-50%, -50%) scale(1.05);
}

.modal-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(35, 24, 21, 0.8);
  padding: 40px 20px;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
  box-sizing: border-box;
  z-index: 9999;
}

.modal-container:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

.modal-container.active {
  opacity: 1;
  visibility: visible;
}

.modal-content {
  position: relative;
  width: auto;
}

.modal-body {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 66vw;
  max-width: 900px;
  max-height: 90vh;
}

.modal-heading p {
  color: #fff;
  font-size: 3.8rem;
  margin-bottom: 2.4rem;
  line-height: 1;
}

.modal-close {
  width: 38px;
  height: 38px;
  display: block;
  overflow: hidden;
  background: url(../images/close.svg) no-repeat center center/cover;
  cursor: pointer;
  position: absolute;
  top: -64px;
  right: -57px;
  z-index: 9999;
}

.swiper-slide {
  width: auto;
  max-height: 63vh;
  display: flex;
  align-items: center;
}
.swiper-slide img {
  max-height: 100%;
  border-radius: 20px;
  object-fit: cover;
  margin: auto;
}

.swiper-button-next,
.swiper-button-prev {
  width: 42px;
  height: 72px;
  background: url(../images/arrow.svg) no-repeat center center/cover;
}
.swiper-button-next::after,
.swiper-button-prev::after {
  display: none;
}

.swiper-button-next {
  right: -70px !important;
}

.swiper-button-prev {
  left: -70px !important;
  transform: rotate(180deg);
}

.fancybox-toolbar {
  display: none !important;
}

.swiper .swiper-slide {
  height: auto;
}

.swiper .swiper-slide-item {
  height: 100%;
}

.items {
  height: 100%;
}
.items img {
  object-fit: cover;
  height: 100%;
  margin: auto;
}

div[data-photo="photo1"] div {
  background: url(../images/photo1.jpg) no-repeat center center;
  background-size: cover;
}

div[data-photo="photo2"] div {
  background: url(../images/photo2.jpg) no-repeat center center;
  background-size: cover;
}

div[data-photo="photo3"] div {
  background: url(../images/photo3.jpg) no-repeat center center;
  background-size: cover;
}

div[data-photo="photo4"] div {
  background: url(../images/photo4.jpg) no-repeat center center;
  background-size: cover;
}

div[data-photo="photo5"] div {
  background: url(../images/photo5.jpg) no-repeat center center;
  background-size: cover;
}

div[data-photo="photo6"] div {
  background: url(../images/photo6.jpg) no-repeat center center;
  background-size: cover;
}

div[data-bg="cut"]::before {
  content: 'cut';
  font-size: 9.6rem;
  color: rgba(0, 0, 0, 0.05);
  position: absolute;
  top: 28px;
  right: auto;
  bottom: 0;
  left: 16px;
  margin: auto;
  line-height: 1;
}

div[data-bg="student"]::before {
  content: 'student';
  font-size: 9.6rem;
  color: rgba(0, 0, 0, 0.05);
  position: absolute;
  top: 28px;
  right: auto;
  bottom: 0;
  left: 16px;
  margin: auto;
  line-height: 1;
}

div[data-bg="perm"]::before {
  content: 'perm';
  font-size: 9.6rem;
  color: rgba(0, 0, 0, 0.05);
  position: absolute;
  top: 28px;
  right: auto;
  bottom: 0;
  left: 16px;
  margin: auto;
  line-height: 1;
}

div[data-bg="shave"]::before {
  content: 'shave';
  font-size: 9.6rem;
  color: rgba(0, 0, 0, 0.05);
  position: absolute;
  top: 28px;
  right: auto;
  bottom: 0;
  left: 16px;
  margin: auto;
  line-height: 1;
}

div[data-bg="color"]::before {
  content: 'color';
  font-size: 9.6rem;
  color: rgba(0, 0, 0, 0.05);
  position: absolute;
  top: 28px;
  right: auto;
  bottom: 0;
  left: 16px;
  margin: auto;
  line-height: 1;
}

/* header
===================== */
.toBk {
  color: #fff;
}

.active #layer1 {
  fill: #fff !important;
}

.header {
  width: 100%;
}

.header__inner {
  display: block;
  padding: 67px 24px 0 24px;
}
.header__inner .logo {
  width: calc(195px * .5);
  height: calc(61.2px * .5);
  background: url(../images/logo.svg) no-repeat center center;
  background-size: cover;
  display: block;
}

@media screen and (min-width: 900px) {
  .header__inner {
    display: flex;
    padding: 67px 24px 0 24px;
    padding: 0;
    width: 100%;
    max-width: 1920px;
    height: 100vh;
    display: none;
  }
  .header__inner .logo {
    width: 39.6875%;
    height: 0;
    padding-top: 12.4%;
    background: url(../images/logo02.svg) no-repeat center center;
    background-size: cover;
    display: block;
    margin: auto;
  }
}
.footer {
  background: #fff;
  margin-top: 20px;
}
.footer__container-inner {
  padding: 24px 24px 12px 24px;
}

@media screen and (min-width: 900px) {
  .footer {
    margin-top: 140px;
  }
  .footer__container-inner {
    padding: 48px 48px 24px 48px;
  }
}
.footer__logo {
  width: calc(105.4953px * .5);
  display: block;
  margin-bottom: 4px;
}
.footer__logo img {
  width: 100%;
}

@media screen and (min-width: 900px) {
  .footer__logo {
    width: min(7vw,136px);
    margin-bottom: 8px;
  }
}
.footer__content {
  display: block;
}
.footer__content p {
  color: #000;
  font-size: .75rem;
  font-weight: 600;
}
.footer__content p.copyrights {
  color: #000;
  font-size: .6rem;
  text-align: center;
  margin: 18px 0 0 0;
  font-weight: 400;
}
.footer__content p a {
  text-decoration: none;
  color: #000;
}

@media screen and (min-width: 900px) {
  .footer__content {
    display: block;
  }
  .footer__content p {
    color: #000;
    font-size: 2rem;
  }
  .footer__content p.copyrights {
    font-size: 1.2rem;
    margin-top: 34px;
  }
}
/* モーダル */
.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s;
  pointer-events: none;
  opacity: 0;
  z-index: 100;
  background-color: rgba(120, 123, 131, 0.8);
}

/* モーダルがactiveの時 */
.modal.is-active {
  opacity: 1;
  pointer-events: auto;
}

/* モーダル背景のオーバーレイ部分 */
.modal__overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

/* モーダルのコンテンツ */
.modal__content {
  position: relative;
  background-color: #fff;
  width: 100%;
  max-width: 900px;
  padding: 20px;
}

/* モーダルを閉じるボタン */
.modal__close-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
  background: #fff;
  border: 1px solid #ccc;
  cursor: pointer;
  z-index: 10;
}

/* Swiperの矢印部分 */
@media (max-width: 768px) {
  .modal .swiper-button-next,
  .modal .swiper-button-prev {
    display: none;
  }
}
/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 4px 4px;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
  z-index: 9999 !important;
  position: fixed;
  top: 16px;
  right: 16px;
  background: rgba(255, 255, 255, 0.8);
  width: 60px;
  height: 60px;
  border-radius: 30px;
  border: 1px solid #fff;
  padding: 20px 14px;
}

@media only screen and (max-width: 1000px) {
  .hamburger {
    display: inline-block;
  }
}
.hamburger-box {
  width: 30px;
  height: 18px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 30px;
  height: 2px;
  background-color: #030303;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -8px;
}
.hamburger-inner::after {
  bottom: -8px;
}

/*
 * 3DX
 */
.hamburger--3dx .hamburger-box {
  perspective: 60px;
}
.hamburger--3dx .hamburger-inner {
  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);
}
.hamburger--3dx .hamburger-inner::before, .hamburger--3dx .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateY(180deg);
}
.hamburger--3dx.is-active .hamburger-inner::before {
  transform: translate3d(0, 8px, 0) rotate(45deg);
}
.hamburger--3dx.is-active .hamburger-inner::after {
  transform: translate3d(0, -8px, 0) rotate(-45deg);
}

/*
 * 3DX Reverse
 */
.hamburger--3dx-r .hamburger-box {
  perspective: 60px;
}
.hamburger--3dx-r .hamburger-inner {
  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);
}
.hamburger--3dx-r .hamburger-inner::before, .hamburger--3dx-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx-r.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateY(-180deg);
}
.hamburger--3dx-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 8px, 0) rotate(45deg);
}
.hamburger--3dx-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -8px, 0) rotate(-45deg);
}

/*
 * 3DY
 */
.hamburger--3dy .hamburger-box {
  perspective: 60px;
}
.hamburger--3dy .hamburger-inner {
  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);
}
.hamburger--3dy .hamburger-inner::before, .hamburger--3dy .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateX(-180deg);
}
.hamburger--3dy.is-active .hamburger-inner::before {
  transform: translate3d(0, 8px, 0) rotate(45deg);
}
.hamburger--3dy.is-active .hamburger-inner::after {
  transform: translate3d(0, -8px, 0) rotate(-45deg);
}

/*
 * 3DY Reverse
 */
.hamburger--3dy-r .hamburger-box {
  perspective: 60px;
}
.hamburger--3dy-r .hamburger-inner {
  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);
}
.hamburger--3dy-r .hamburger-inner::before, .hamburger--3dy-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy-r.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateX(180deg);
}
.hamburger--3dy-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 8px, 0) rotate(45deg);
}
.hamburger--3dy-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -8px, 0) rotate(-45deg);
}

/*
 * 3DXY
 */
.hamburger--3dxy .hamburger-box {
  perspective: 60px;
}
.hamburger--3dxy .hamburger-inner {
  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);
}
.hamburger--3dxy .hamburger-inner::before, .hamburger--3dxy .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateX(180deg) rotateY(180deg);
}
.hamburger--3dxy.is-active .hamburger-inner::before {
  transform: translate3d(0, 8px, 0) rotate(45deg);
}
.hamburger--3dxy.is-active .hamburger-inner::after {
  transform: translate3d(0, -8px, 0) rotate(-45deg);
}

/*
 * 3DXY Reverse
 */
.hamburger--3dxy-r .hamburger-box {
  perspective: 60px;
}
.hamburger--3dxy-r .hamburger-inner {
  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);
}
.hamburger--3dxy-r .hamburger-inner::before, .hamburger--3dxy-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy-r.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg);
}
.hamburger--3dxy-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 8px, 0) rotate(45deg);
}
.hamburger--3dxy-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -8px, 0) rotate(-45deg);
}

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

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

/*
 * Arrow Alt
 */
.hamburger--arrowalt .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(-6px, -7.5px, 0) rotate(-45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.hamburger--arrowalt.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(-6px, 7.5px, 0) rotate(45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

/*
 * Arrow Alt Right
 */
.hamburger--arrowalt-r .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt-r .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt-r.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(6px, -7.5px, 0) rotate(45deg) scale(0.7, 1);
  transition: top 0.1s ease, 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;
  transform: translate3d(6px, 7.5px, 0) rotate(-45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

/*
 * Arrow Turn
 */
.hamburger--arrowturn.is-active .hamburger-inner {
  transform: rotate(-180deg);
}
.hamburger--arrowturn.is-active .hamburger-inner::before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
}
.hamburger--arrowturn.is-active .hamburger-inner::after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

/*
 * Arrow Turn Right
 */
.hamburger--arrowturn-r.is-active .hamburger-inner {
  transform: rotate(-180deg);
}
.hamburger--arrowturn-r.is-active .hamburger-inner::before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}
.hamburger--arrowturn-r.is-active .hamburger-inner::after {
  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 {
  transition-property: none;
}
.hamburger--boring.is-active .hamburger-inner {
  transform: rotate(45deg);
}
.hamburger--boring.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
.hamburger--boring.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
}

/*
 * Collapse
 */
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse .hamburger-inner::after {
  top: -16px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}
.hamburger--collapse .hamburger-inner::before {
  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);
}
.hamburger--collapse.is-active .hamburger-inner {
  transform: translate3d(0, -8px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  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;
  transform: rotate(-90deg);
  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);
}

/*
 * Collapse Reverse
 */
.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse-r .hamburger-inner::after {
  top: -16px;
  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 {
  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);
}
.hamburger--collapse-r.is-active .hamburger-inner {
  transform: translate3d(0, -8px, 0) rotate(45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  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;
  transform: rotate(90deg);
  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);
}

/*
 * Elastic
 */
.hamburger--elastic .hamburger-inner {
  top: 1px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic .hamburger-inner::before {
  top: 8px;
  transition: opacity 0.125s 0.275s ease;
}
.hamburger--elastic .hamburger-inner::after {
  top: 16px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic.is-active .hamburger-inner {
  transform: translate3d(0, 8px, 0) rotate(135deg);
  transition-delay: 0.075s;
}
.hamburger--elastic.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0;
}
.hamburger--elastic.is-active .hamburger-inner::after {
  transform: translate3d(0, -16px, 0) rotate(-270deg);
  transition-delay: 0.075s;
}

/*
 * Elastic Reverse
 */
.hamburger--elastic-r .hamburger-inner {
  top: 1px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic-r .hamburger-inner::before {
  top: 8px;
  transition: opacity 0.125s 0.275s ease;
}
.hamburger--elastic-r .hamburger-inner::after {
  top: 16px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic-r.is-active .hamburger-inner {
  transform: translate3d(0, 8px, 0) rotate(-135deg);
  transition-delay: 0.075s;
}
.hamburger--elastic-r.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0;
}
.hamburger--elastic-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -16px, 0) rotate(270deg);
  transition-delay: 0.075s;
}

/*
 * Emphatic
 */
.hamburger--emphatic {
  overflow: hidden;
}
.hamburger--emphatic .hamburger-inner {
  transition: background-color 0.125s 0.175s ease-in;
}
.hamburger--emphatic .hamburger-inner::before {
  left: 0;
  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;
}
.hamburger--emphatic .hamburger-inner::after {
  top: 8px;
  right: 0;
  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;
}
.hamburger--emphatic.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent;
}
.hamburger--emphatic.is-active .hamburger-inner::before {
  left: -60px;
  top: -60px;
  transform: translate3d(60px, 60px, 0) rotate(45deg);
  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);
}
.hamburger--emphatic.is-active .hamburger-inner::after {
  right: -60px;
  top: -60px;
  transform: translate3d(-60px, 60px, 0) rotate(-45deg);
  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);
}

/*
 * Emphatic Reverse
 */
.hamburger--emphatic-r {
  overflow: hidden;
}
.hamburger--emphatic-r .hamburger-inner {
  transition: background-color 0.125s 0.175s ease-in;
}
.hamburger--emphatic-r .hamburger-inner::before {
  left: 0;
  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;
}
.hamburger--emphatic-r .hamburger-inner::after {
  top: 8px;
  right: 0;
  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;
}
.hamburger--emphatic-r.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent;
}
.hamburger--emphatic-r.is-active .hamburger-inner::before {
  left: -60px;
  top: 60px;
  transform: translate3d(60px, -60px, 0) rotate(-45deg);
  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);
}
.hamburger--emphatic-r.is-active .hamburger-inner::after {
  right: -60px;
  top: 60px;
  transform: translate3d(-60px, -60px, 0) rotate(45deg);
  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);
}

/*
 * Minus
 */
.hamburger--minus .hamburger-inner::before, .hamburger--minus .hamburger-inner::after {
  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;
  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: 8px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}
.hamburger--slider .hamburger-inner::after {
  top: 16px;
}
.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 8px, 0) rotate(45deg);
}
.hamburger--slider.is-active .hamburger-inner::before {
  transform: rotate(-45deg) translate3d(-4.28571px, -6px, 0);
  opacity: 0;
}
.hamburger--slider.is-active .hamburger-inner::after {
  transform: translate3d(0, -16px, 0) rotate(-90deg);
}

/*
 * Slider Reverse
 */
.hamburger--slider-r .hamburger-inner {
  top: 1px;
}
.hamburger--slider-r .hamburger-inner::before {
  top: 8px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}
.hamburger--slider-r .hamburger-inner::after {
  top: 16px;
}
.hamburger--slider-r.is-active .hamburger-inner {
  transform: translate3d(0, 8px, 0) rotate(-45deg);
}
.hamburger--slider-r.is-active .hamburger-inner::before {
  transform: rotate(45deg) translate3d(4.28571px, -6px, 0);
  opacity: 0;
}
.hamburger--slider-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -16px, 0) rotate(90deg);
}

/*
 * Spin
 */
.hamburger--spin .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}
.hamburger--spin .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}
.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Spin Reverse
 */
.hamburger--spin-r .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin-r .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}
.hamburger--spin-r .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin-r.is-active .hamburger-inner {
  transform: rotate(-225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}
.hamburger--spin-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Spring
 */
.hamburger--spring .hamburger-inner {
  top: 1px;
  transition: background-color 0s 0.13s linear;
}
.hamburger--spring .hamburger-inner::before {
  top: 8px;
  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);
}
.hamburger--spring .hamburger-inner::after {
  top: 16px;
  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);
}
.hamburger--spring.is-active .hamburger-inner {
  transition-delay: 0.22s;
  background-color: transparent;
}
.hamburger--spring.is-active .hamburger-inner::before {
  top: 0;
  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);
  transform: translate3d(0, 8px, 0) rotate(45deg);
}
.hamburger--spring.is-active .hamburger-inner::after {
  top: 0;
  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);
  transform: translate3d(0, 8px, 0) rotate(-45deg);
}

/*
 * Spring Reverse
 */
.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring-r .hamburger-inner::after {
  top: -16px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear;
}
.hamburger--spring-r .hamburger-inner::before {
  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);
}
.hamburger--spring-r.is-active .hamburger-inner {
  transform: translate3d(0, -8px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spring-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  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;
  transform: rotate(90deg);
  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);
}

/*
 * Stand
 */
.hamburger--stand .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
}
.hamburger--stand .hamburger-inner::before {
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand .hamburger-inner::after {
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand.is-active .hamburger-inner {
  transform: rotate(90deg);
  background-color: transparent;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
}
.hamburger--stand.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-45deg);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--stand.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Stand Reverse
 */
.hamburger--stand-r .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
}
.hamburger--stand-r .hamburger-inner::before {
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand-r .hamburger-inner::after {
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand-r.is-active .hamburger-inner {
  transform: rotate(-90deg);
  background-color: transparent;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
}
.hamburger--stand-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-45deg);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--stand-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Squeeze
 */
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze .hamburger-inner::before {
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}
.hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}
.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Vortex
 */
.hamburger--vortex .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex .hamburger-inner::before, .hamburger--vortex .hamburger-inner::after {
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear;
}
.hamburger--vortex .hamburger-inner::before {
  transition-property: top, opacity;
}
.hamburger--vortex .hamburger-inner::after {
  transition-property: bottom, transform;
}
.hamburger--vortex.is-active .hamburger-inner {
  transform: rotate(765deg);
  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 {
  transition-delay: 0s;
}
.hamburger--vortex.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
.hamburger--vortex.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(90deg);
}

/*
 * Vortex Reverse
 */
.hamburger--vortex-r .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex-r .hamburger-inner::before, .hamburger--vortex-r .hamburger-inner::after {
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear;
}
.hamburger--vortex-r .hamburger-inner::before {
  transition-property: top, opacity;
}
.hamburger--vortex-r .hamburger-inner::after {
  transition-property: bottom, transform;
}
.hamburger--vortex-r.is-active .hamburger-inner {
  transform: rotate(-765deg);
  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 {
  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;
  transform: rotate(-90deg);
}
