@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100..900;1,100..900&family=Zen+Kaku+Gothic+New:wght@400;500;700;900&display=swap");

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); */
/* @include fontsize(12); */
/* COLOR */
/* MEDIA QUERIES */
/* 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
================================================== */
input::placeholder,
textarea::placeholder {
    color: #ccc;
}

img {
    max-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: block !important;
}

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

@media (max-width: 1025px) {
    .pc-display {
        display: none !important;
    }

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

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    color: #000;
    font-family: YakuHanJP, Helvetica, "Avenir", 'Zen Kaku Gothic New', 'Open Sans', "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", 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__line {
    width: 100%;
    height: 66px;
    border: 2px solid #000;
    border-radius: 8px;
    background: #fff;
    display: flex;
    margin: auto;
}

.btn__line span {
    margin: auto;
    color: #000;
    font-size: min(1.391304348vw, 1.6rem);
    font-weight: 700;
}

@media (max-width: 1025px) {
    .btn__line span {
        font-size: max(1.5625VW, 16px);
    }
}

.btn__primary {
    width: 100%;
    max-width: 368px;
    height: 80px;
    border-radius: 40px;
    background: #E73562;
    display: flex;
    margin: auto;
}

.btn__primary span {
    margin: auto;
    color: #fff;
    font-size: min(1.391304348vw, 1.6rem);
    font-weight: 700;
}

@media (max-width: 1025px) {
    .btn__primary {
        width: 100%;
        max-width: 240px;
        height: 80px;
        border-radius: 40px;
        background: #E73562;
        display: flex;
        margin: auto;
    }

    .btn__primary span {
        margin: auto;
        color: #fff;
        font-size: max(1.5625VW, 14px);
        font-weight: 700;
        line-height: 1.4;
    }
}

.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: min(1.230769231vw, 1.6rem);
    line-height: 1.8;
}

@media (max-width: 1025px) {
    .s__paragraph {
        font-size: max(1.5625VW, 16px);
    }
}

/* 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.4rem;
    line-height: 2;
    margin: 0 0 1.6em;
}

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

.slick-dotted.slick-slider {
    margin-bottom: 45px;
}

/* Dots */
.slick-dots {
    position: absolute;
    bottom: -30px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 20px 0 0;
    list-style: none;
    text-align: center;
}

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

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 14px;
    height: 14px;
    padding: 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: #fff;
    border: 2px solid #91c5eb;
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
    content: "";
    text-align: center;
}

.slick-dots li button:hover:before,
.slick-dots li.slick-active button:before {
    background: #91c5eb;
}

/* 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;
}

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

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

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

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

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    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;
}

@media (max-width: 1280px) {
    .slick-track .slick-slide {
        max-width: 90%;
    }
}

/* common
===================== */
.fixed__left,
.fixed__right {
    background: #E73562;
    width: min(5.846153846vw, 7.6rem);
    height: 100vh;
    position: fixed;
}

@media (max-width: 1025px) {

    .fixed__left,
    .fixed__right {
        width: max(4.421875VW, 16px);
    }
}

.fixed__left {
    left: 0;
}

.fixed__right {
    right: 0;
}

.txt__view {
    width: 100%;
    max-width: 992px;
    margin-left: auto;
    margin-right: auto;
}

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

.wrap {
    width: 100%;
    background: #fff;
    margin: auto;
    z-index: 99;
    position: relative;
}

@media (max-width: 600px) {
    .wrap {
        border: none;
    }
}

.index__kv {
    width: calc(100vw - min(11.69230770vw, 15.2rem));
    height: 84vh;
    min-height: 450px;
    margin: 0 auto 64px;
    position: relative;
    flex-wrap: wrap;
    align-items: center;
    background: url(https://beautifulcars.itembox.design/item/lp/sensha_cp/kv.jpg?t=20240229121511) no-repeat center bottom;
    background-size: cover;
    display: flex;
}

.index__kv .index__kv__txt {
    margin: auto;
    position: relative;
    text-align: center;
    top: -20px;
}

.index__kv .index__kv__txt .index__kv__lead__sub {
    font-size: min(2.46153846153846VW, 32px);
    font-weight: 900;
    line-height: 1.5;
    margin-bottom: 16px;
}

.index__kv .index__kv__txt .index__kv__lead__main {
    font-size: min(3.92307692307692VW, 51px);
    font-weight: 900;
    line-height: 1.5;
}

.index__kv .index__kv__txt .index__kv__lead__main span {
    position: relative;
    z-index: 999;
}

.index__kv .index__kv__txt .index__kv__lead__main span::after {
    height: 20px;
    background: #E73562;
    z-index: -1;
    content: '';
    width: 100%;
    display: block;
    position: absolute;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

@media (max-width: 1025px) {
    .index__kv {
        width: calc(100vw - max(8.84375vw, 32px));
        height: 84vh;
        min-height: 450px;
        margin: 0 auto 64px;
        position: relative;
        flex-wrap: wrap;
        align-items: center;
        background: url(https://beautifulcars.itembox.design/item/lp/sensha_cp/kv.jpg?t=20240229121511) no-repeat center bottom;
        background-size: cover;
    }

    .index__kv .index__kv__txt {
        margin: auto;
        top: max(-5.53125VW, -48px);
        position: relative;
        text-align: left;
    }

    .index__kv .index__kv__txt .index__kv__lead__sub {
        font-size: max(3.125VW, 24px);
        font-weight: 900;
    }

    .index__kv .index__kv__txt .index__kv__lead__main {
        font-size: max(4.98046875VW, 32px);
    }

    .index__kv .index__kv__txt .index__kv__lead__main span {
        padding-bottom: 0;
        display: inline-block;
    }
}

.about__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 66.3194444444vw;
    margin: auto;
    padding-top: 120px;
}

.about__inner picture {
    flex-basis: 40.66318%;
}

.about__inner .about__innerTxt {
    flex-basis: 40.6631762653%;
}

.about__inner .about__innerTxt h2 {
    font-size: min(3.46153846153846VW, 45px);
    font-weight: 900;
}

@media (max-width: 1025px) {
    .about__inner {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        width: calc(100% - 32px);
        margin: auto;
        padding-top: 80px;
    }

    .about__inner picture {
        flex-basis: 100%;
        margin-bottom: 16px;
    }

    .about__inner .about__innerTxt {
        flex-basis: 100%;
    }

    .about__inner .about__innerTxt h2 {
        font-size: max(4.39453125VW, 28px);
        font-weight: 900;
    }
}

.content__wrap {
    width: calc(100% - min(11.69230769vw, 15.2rem));
    max-width: 1230px;
    margin: auto;
    padding-top: 24px;
    padding-bottom: 120px;
    display: block;
    justify-content: space-between;
}

.content__wrap .content__wrap__heading {
    display: block;
    text-align: center;
    width: 100%;
    margin-bottom: 48px;
}

.content__wrap .content__wrap__heading h2 {
    padding-bottom: 24px;
    display: inline-block;
    position: relative;
}

.content__wrap .content__wrap__heading h2::after {
    width: 100%;
    height: 1px;
    background: #ccc;
    position: absolute;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: '';
    display: block;
}

@media (max-width: 1025px) {
    .content__wrap {
        width: calc(100% - min(11.69230769vw, 15.2rem));
        padding-top: min(2.34375VW, 24px);
        padding-bottom: min(11.71875VW, 120px);
        display: block;
        justify-content: space-between;
    }

    .content__wrap .content__wrap__heading {
        display: block;
        text-align: left;
        width: 100%;
        margin-bottom: max(4.6875VW, 40px);
    }

    .content__wrap .content__wrap__heading h2 {
        padding-bottom: 0;
        display: inline-block;
        position: relative;
    }

    .content__wrap .content__wrap__heading h2::after {
        display: none;
    }

    .content__wrap .content__wrap__heading h2 span {
        padding-bottom: 2px;
        margin-bottom: 8px;
        display: inline-block;
        position: relative;
    }

    .content__wrap .content__wrap__heading h2 span::after {
        height: 12px;
        background: #E73562;
        z-index: -1;
        width: 100%;
        position: absolute;
        top: auto;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        content: '';
        display: block;
    }
}

.content__wrap-01 {
    max-width: 950px;
    margin: auto;
    letter-spacing: -.05em;
}

.content__wrap-04 .content__wrap__heading h2 {
    padding-bottom: 8px;
    line-height: 1;
}

.content__wrap-04 .content__wrap__heading h2::after {
    height: 24px;
    background: #E73562;
    z-index: -1;
}

.content__wrap-inner {
    width: calc(100% - 80px);
    margin: auto;
}

.split__layout {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: auto;
    padding: 48px;
    background: #eee;
}

.split__layout .split__layout__item {
    width: calc(50% - 12px);
    margin-right: 24px;
}

.split__layout .split__layout__item:nth-of-type(2n) {
    margin-right: 0;
}

.split__layout .split__layout__item p:last-child {
    margin-bottom: 0;
}

@media (max-width: 1025px) {
    .split__layout {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        margin: auto;
        padding: 24px;
        background: #eee;
    }

    .split__layout .split__layout__item {
        width: 100%;
        margin-right: auto;
        margin-bottom: 16px;
    }

    .split__layout .split__layout__item.thumb img {
        display: block;
        width: 100%;
        height: auto;
    }

    .split__layout .split__layout__item:nth-of-type(2n) {
        margin-right: auto;
    }

    .split__layout .split__layout__item p:last-child {
        margin-bottom: 0;
    }
}

.split__layout_d {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: auto;
}

.split__layout_d.center {
    justify-content: center;
}

.split__layout_d.center .split__layout__item {
    margin-right: 20px;
}

.split__layout_d.center .split__layout__item:last-child {
    margin-right: 0;
}

.split__layout_d .split__layout__item {
    width: 40%;
}

.split__layout_d .split__layout__item.center {
    width: 20%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.split__layout_d .split__layout__item.center p {
    padding-top: 64px;
    color: #E73562;
    position: relative;
    margin: auto !important;
}

.split__layout_d .split__layout__item.center p::before {
    background: url(https://beautifulcars.itembox.design/item/lp/sensha_cp/arrow_right.svg?t=20240229121511) no-repeat center center;
    background-size: cover;
    content: '';
    display: block;
    width: 48px;
    height: 48px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: auto;
    left: 0;
    margin: auto;
}

.split__layout_d .split__layout__item .layout__item__txt {
    padding-bottom: 24px;
}

.split__layout_d .split__layout__item .layout__item__txt h3 {
    text-align: center;
    margin: 0;
}

.split__layout_d .split__layout__item .layout__item__txt:last-child {
    padding-bottom: 0;
}

.split__layout_d .split__layout__item .layout__item__thumb {
    border-radius: 8px;
    margin-bottom: 24px;
    overflow: hidden;
}

.split__layout_d .split__layout__item .layout__item__thumb img {
    width: 100%;
    height: auto;
    display: block;
}

.split__layout_d .split__layout__item:nth-of-type(2n) {
    margin-right: 0;
}

.split__layout_d .split__layout__item p:last-child {
    margin-bottom: 0;
}

@media (max-width: 1025px) {
    .split__layout_d {
        display: flex;
        width: 100%;
        margin: auto;
    }

    .split__layout_d.scroll__x {
        overflow-x: scroll;
        flex-wrap: nowrap;
        justify-content: flex-start !important;
        gap: 16px;
    }

    .split__layout_d.scroll__x .split__layout__item {
        flex: 0 0 80px;
        min-width: 264px;
        margin-bottom: 0;
    }

    .split__layout_d.scroll__x .split__layout__item p {
        color: #E73562;
    }

    .split__layout_d.center {
        justify-content: center;
    }

    .split__layout_d.center .split__layout__item {
        margin-right: auto;
    }

    .split__layout_d.center .split__layout__item:last-child {
        margin-right: auto;
    }

    .split__layout_d .split__layout__item {
        width: 100%;
        margin-bottom: 24px;
    }

    .split__layout_d .split__layout__item.center {
        width: 100%;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .split__layout_d .split__layout__item.center p {
        padding-top: 64px;
        color: #E73562;
        position: relative;
        margin: auto !important;
        font-size: max(1.5625VW, 16px);
    }

    .split__layout_d .split__layout__item.center p::before {
        background: url(https://beautifulcars.itembox.design/item/lp/sensha_cp/arrow_right.svg?t=20240229121511) no-repeat center center;
        background-size: cover;
        content: '';
        display: block;
        width: 48px;
        height: 48px;
        position: absolute;
        top: 0;
        right: 0;
        bottom: auto;
        left: 0;
        margin: auto;
    }

    .split__layout_d .split__layout__item .layout__item__txt {
        padding-bottom: 16px;
    }

    .split__layout_d .split__layout__item .layout__item__thumb {
        border-radius: 8px;
        margin-bottom: 16px;
        overflow: hidden;
    }

    .split__layout_d .split__layout__item .layout__item__thumb img {
        width: 100%;
        height: auto;
        display: block;
    }

    .split__layout_d .split__layout__item:nth-of-type(2n) {
        margin-right: 0;
    }

    .split__layout_d .split__layout__item p:last-child {
        margin-bottom: 0;
    }
}

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 {
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}

.header__inner {
    margin: auto;
    display: flex;
    align-items: center;
}

.header__inner .logo {
    width: min(28.3846153846154VW, 369px);
    height: min(3.07692307692308VW, 40px);
    background: url(https://beautifulcars.itembox.design/item/lp/sensha_cp/logo.svg?t=20240229121511) no-repeat center center;
    background-size: cover;
    display: block;
    margin: 56px auto auto auto;
}

@media (max-width: 1025px) {
    .header__inner .logo {
        width: max(36.03515625VW, 200px);
        height: max(3.90625VW, 21.68px);
        margin: 32px auto auto auto;
    }
}

.Egcnfooter {
    position: relative;
    padding-top: min(12.2307692307692VW, 159px);
    z-index: -1;
}

.footer__lead {
    font-size: min(4.61538461538462VW, 60px);
    font-weight: 900;
    line-height: 1.45;
}

.footer__en {
    font-size: min(1.53846153846154VW, 20px);
    font-weight: 700;
    font-family: "Work Sans";
}

@media screen and (min-width: 1025px) {
    .Egcnfooter {
        display: flex;
        align-items: flex-end;
        height: 100vh;
    }

    .Egcnheader__ab a:hover,
    .egcnheader__ab a:hover {
        opacity: 0.6;
    }
}

.Egcnfooter>picture {
    display: block;
    position: relative;
    width: 100%;
}

.Egcnfooter>picture>img {
    width: 100%;
}

@media screen and (max-width: 1024px) {
    .Set__innerCellsCellTxt {
        gap: 3.8167938931vw;
        margin-bottom: 3.81679vw;
    }

    .Egcnfooter {
        padding-top: 20.3562340967vw;
        overflow: hidden;
    }

    .Egcnfooter>picture {
        transform: translateY(1px);
    }
}

.Egcnfooter>picture::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #f6f6f6 0, #f6f6f6 26.56%, rgba(246, 246, 246, 0) 61.46%);
}

.Egcnfooter__txt {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    top: 6.9444444444vw;
    left: 50%;
    z-index: 2;
    transform: translateX(-50%);
}

.Egcnfooter__txt figure {
    width: 6.9444444444vw;
    margin-bottom: 5.78704vw;
}

@media screen and (max-width: 1024px) {
    .Egcnfooter__txt {
        top: 0;
    }

    .Egcnfooter__txt figure {
        width: 16.0305343511vw;
        margin-bottom: 5.08906vw;
    }
}

.Egcnfooter__txt>p {
    text-align: center;
    white-space: nowrap;
}

.Egcnfooter__txt>p:first-of-type {
    margin-bottom: 2.3148148148vw;
    letter-spacing: 0.03em;
}

@media screen and (max-width: 1024px) {
    .Egcnfooter__txt>p:first-of-type {
        margin-bottom: 2.5445292621vw;
        line-height: 1.45833;
    }
}

.Egcnfooter__txt>p:last-of-type {
    margin-bottom: 5.787037037vw;
    letter-spacing: .03em;
    line-height: 1.15;
}

.Egcnfooter__txtLinks {
    display: flex;
    align-items: center;
    gap: 6.71296vw;
}

@media screen and (max-width: 1024px) {
    .Egcnfooter__txt>p:last-of-type {
        margin-bottom: 12.72265vw;
    }

    .Egcnfooter__txtLinks {
        flex-direction: column;
        gap: 12.7226463104vw;
        width: 58.26972vw;
    }

    .Egcnfooter__txtLinksLink {
        width: 100%;
    }
}

.Egcnfooter__txtLinksLink .cmn__hukidashi {
    width: 15.7407407407vw;
    padding: 0.69444vw 0;
}

.Egcnfooter__txtLinksLink .cmn__hukidashi p {
    font-weight: 900;
    text-align: center;
}

.Egcnfooter>p {
    position: absolute;
    bottom: 3.4722222222vw;
    left: 5.6134259259vw;
    color: #fff;
}

@media screen and (max-width: 1024px) {
    .Egcnfooter__txtLinksLink .cmn__hukidashi {
        width: 100%;
        padding: 1.78117vw 0;
    }

    .Egcnfooter__txtLinksLink .cmn__hukidashi p {
        line-height: 2.125;
        font-weight: 900;
    }

    .Egcnfooter>p {
        bottom: 50.8905852417vw;
        left: 50%;
        transform: translateX(-50%);
        color: #000;
    }
}

.Egcnfooter.youtube .Egcnfooter__txt span.txt {
    letter-spacing: .02em;
    line-height: 1.45;
}

@media screen and (max-width: 1024px) {

    .Egcnfooter.youtube .Egcnfooter__txtLinksLink .cmn__washbtn a,
    .Egcnfooter.youtube .Egcnfooter__txtLinksLink .cmn__youtubebtn a {
        justify-content: flex-start;
        padding-left: 5.08906vw;
    }
}

/*!
 * 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);
}

/* dsk */
.header__inner {
    margin-top: 56px;
}

@media screen and (max-width: 1024px) {
    .header__inner {
        margin-top: 32px;
    }
}

.header__inner>figure {
    margin-bottom: 0;
    width: 369px;
}

@media screen and (max-width: 1024px) {
    .header__inner>figure {
        width: 200px;
    }
}

.Egcnfooter>picture {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.Egcnfooter>picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.Egcnfooter__txt>figure img {
    width: 100%;
}

.content__wrap-09 .content__wrap__content>a {
    display: block;
    margin-bottom: 65px;
    width: 100%;
}

.content__wrap-09 .content__wrap__content>a>picture {
    display: block;
    width: 100%;
}

@media screen and (max-width: 1024px) {
    .content__wrap-09 .content__wrap__content>a {
        margin-bottom: 30px;
    }
}

.content__wrap-09 .content__wrap__content>a>picture img {
    width: 100%;
}

.content__wrap-09 .about__inner {
    width: 1146px;
}

@media screen and (max-width: 1024px) {
    .content__wrap-09 .about__inner {
        width: 100%;
    }
}

.content__wrap-09 .about__inner>picture img {
    width: 100%;
}

@media screen and (max-width: 1024px) {
    .Egcnfooter {
        padding-top: max(142.239185750636132315521628498727735368vw, 559px);
    }
}

@media screen and (max-width: 1024px) {
    .Egcnfooter>picture {
        margin-top: 15.01272264631043256997455470737913486vw;
        height: calc(100% - 15.01272264631043256997455470737913486vw);
    }
}