@charset "UTF-8";
/*=============================================*/
/*Font import */
/*=============================================*/
/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
# Global selectors
# ================================================================= */
html {
  box-sizing: border-box;
  overflow-y: scroll; /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%; /* iOS 8+ */
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible; /* Show the overflow in Edge and IE */
}

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

summary {
  display: list-item; /* Add the correct display in all browsers */
}

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

[hidden],
template {
  display: none; /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: 1px dotted; /* Add a bordered underline effect in all browsers */
  text-decoration: none; /* Remove text decoration in Firefox 40+ */
}

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects; /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

b,
strong {
  font-weight: bolder; /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

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

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

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type=number] {
  width: auto; /* Firefox 36+ */
}

[type=search] {
  -webkit-appearance: textfield; /* Safari 8+ */
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; /* Safari 8 */
}

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule. */
}

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

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
}

::-webkit-file-upload-button {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}

[type=search] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden; /* Internet Explorer 11- */
}

audio,
canvas,
progress,
video {
  display: inline-block; /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* # =================================================================
   # Selection
   # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc; /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc; /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

/**************************************************************
* 変数設定
**************************************************************/
:root {
  --base-font-size: 62.5%;
  --base-font-family: "Noto Sans Japanese", Helvetica, Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  --title-font-family: "Noto Sans Japanese", Helvetica, Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  --en-font-family: "Bebas Neue", cursive;
  --contents-width: 192rem;
  --base-font-color: #000;
  --base-bg-color: #000;
  --main-bg-color: #000;
  --main-font-color: #222020;
  --main-ttl-color: #009DBF;
  --main-header-color: #3e3a3a;
  --main-ttl-font-family: var(--base-font-family);
  --sub-font-color: #fff;
  --sub-ttl-color: #222020;
  --sub-ttl-color-gradation: linear-gradient(to right, #DBC46A, #CFC499);
  --sidebar-color: #262626;
  --line-color: #222020;
  --accent-color-01: #ED4444;
  --footer-bg-color: #004D82;
  --hamberger-bg-color: #f3f3f3;
  --hamberger-overlay-bg-color: rgba(255,250,254,0.9); /*背景を少し透過させる*/
  --hamberger-line-color: #262626;
  --contact-bg-color: #000;
  --contact-font-color: var(--base-font-color);
  --contact-field-bg-color: #F2F2F2;
  --contact-status-required-bg-color: #E31E23;
  --contact-status-free-bg-color: #858585;
  --btn-color: #fff;
  --btn-hover-color: #e2a2b1;
  --sub-btn-color: #fff;
  --sub-btn-hover-color: #262626;
  --c-submit-btn-color: #fff;
  --c-submit-btn-bg-color: #000;
  --c-submit-btn-bg--hover-color: #131B59;
  --transition-speed: .3s;
  --transition-btn-speed: .6s;
  --transition-anima-speed: 1.5s;
  --opacity-degree: .7s;
}

/* レイアウトのためのCSS */
html {
  font-size: var(--base-font-size);
}

body {
  background: #000;
  font-family: var(--base-font-family);
  color: #555;
  font-size: 1rem;
  line-height: 1.85;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  word-wrap: break-word;
  letter-spacing: 0.2em;
}

body.appear {
  background: #f8f9fa;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  color: var(--base-font-color);
  text-decoration: none;
  outline: none;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

* {
  box-sizing: border-box;
}

/* font-family */
h1,
#g-nav-list li:nth-child(1),
#menu h2,
#blog h2,
#footer dl dd,
#splash-logo {
  font-family: var(--base-font-family);
}

/* heading */
#menu h2,
#blog h2 {
  font-size: 4rem;
  text-align: center;
  margin: 0 0 50px 0;
  font-weight: normal;
  color: #e2a2b1;
}

@media screen and (max-width: 768px) {
  #menu h2,
  #blog h2 {
    font-size: 3rem;
  }
}
/* area */
#container {
  overflow-x: hidden;
}

.inner {
  width: 100%;
  margin: 0 auto;
  padding: 70px;
}

@media screen and (max-width: 940px) {
  .inner {
    padding: 30px;
  }
}
/*=============================================*/
/*  layout  Base                        */
/*=============================================*/
.container {
  width: calc(100% - 30px);
  max-width: var(--contents-width);
  margin: auto;
}

.section-container {
  width: calc(100% - 30px);
  max-width: 1400px;
  margin: auto;
}

.mv-container {
  max-width: var(--contents-width);
  margin: auto;
}

/* fonts */
/* Noto Serif JP */
.c-regular {
  font-weight: 400;
  font-style: normal;
}

.c-medium {
  font-weight: 500;
  font-style: normal;
}

.c-semibold {
  font-weight: 600;
  font-style: normal;
}

.ns-bold {
  font-weight: 700;
  font-style: normal;
}

/* Noto Serif JP */
.c-text-ns48 {
  font-family: "Noto Serif JP", sans-serif, serif;
  font-size: 4.8rem;
}

@media screen and (max-width: 768px) {
  .c-text-ns48 {
    font-size: 3.6rem;
  }
}
.c-text-ns36 {
  font-family: "Noto Serif JP", sans-serif, serif;
  font-size: 3.6rem;
}

@media screen and (max-width: 768px) {
  .c-text-ns36 {
    font-size: 2.8rem;
  }
}
.c-text-ns32 {
  font-family: "Noto Serif JP", sans-serif, serif;
  font-size: 3.2rem;
}

@media screen and (max-width: 768px) {
  .c-text-ns32 {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 576px) {
  .c-text-ns32 {
    font-size: 1.8rem;
  }
}
.c-text-ns28 {
  font-family: "Noto Serif JP", sans-serif, serif;
  font-size: 2.8rem;
}

@media screen and (max-width: 768px) {
  .c-text-ns28 {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 576px) {
  .c-text-ns28 {
    font-size: 1.6rem;
  }
}
.c-text-ns24 {
  font-family: "Noto Serif JP", sans-serif, serif;
  font-size: 2.4rem;
}

@media screen and (max-width: 768px) {
  .c-text-ns24 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 576px) {
  .c-text-ns24 {
    font-size: 1.6rem;
  }
}
.c-text-ns18 {
  font-family: "Noto Serif JP", sans-serif, serif;
  font-size: 1.8rem;
}

@media screen and (max-width: 576px) {
  .c-text-ns18 {
    font-size: 1.2rem;
  }
}
/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}
.br-sm {
  display: none;
}
@media (max-width: 576px) {
  .br-sm {
    display: block;
  }
}

.br-md {
  display: none;
}
@media (max-width: 768px) {
  .br-md {
    display: block;
  }
}

.br-lg {
  display: none;
}
@media (max-width: 992px) {
  .br-lg {
    display: block;
  }
}

.br-xl {
  display: none;
}
@media (max-width: 1050px) {
  .br-xl {
    display: block;
  }
}

.br-xxl {
  display: none;
}
@media (max-width: 1300px) {
  .br-xxl {
    display: block;
  }
}

.br-xxl-hide {
  display: block;
}
@media (max-width: 1300px) {
  .br-xxl-hide {
    display: none;
  }
}

.glitch-container {
  position: relative;
  margin: 0 auto;
  background-color: #000;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
@media (max-width: 576px) {
  .glitch-container {
    height: 35vh;
  }
}

/* glitch elem must have absolute position */
.glitch-img {
  position: absolute;
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
  background-position: center;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  filter: brightness(1.1);
}

.l-fv__h1 {
  display: none;
}

.l-contact {
  text-align: center;
  padding-top: 10rem;
}
@media (max-width: 768px) {
  .l-contact {
    padding-top: 5rem;
  }
}

.l-contact__name {
  font-size: 48px;
  color: #fff;
}
@media (max-width: 768px) {
  .l-contact__name {
    font-size: 32px;
  }
}

/**************************************************************
* g-contact
**************************************************************/
.g-contact {
  position: relative;
  background-color: var(--contact-bg-color);
}

@media all and (min-width: 768px) {
  .g-contact {
    /* margin-top: 12rem; */
  }
}
@media all and (max-width: 767px) {
  .g-contact {
    /* margin-top: 4rem; */
  }
}
/* g-contact-bg
**************************************************************/
.g-contact-bg::after,
.g-contact-bg::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.g-contact-bg::before {
  z-index: 0;
  background-color: var(--main-bg-color);
}

.g-contact-bg::after {
  background-image: url(../img/contact/bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media all and (min-width: 768px) {
  .g-contact-bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 1;
    width: 23.645%;
    max-width: 45.4rem;
    height: calc(100% - 10rem);
  }
  .g-contact-bg::before {
    width: 126.431%;
    height: 100%;
    margin: 12rem 0 0 0;
  }
  .g-contact-bg::after {
    width: 100%;
    height: 100%;
    margin: 0;
  }
}
@media all and (max-width: 767px) {
  .g-contact-bg {
    position: relative;
    width: 84%;
    height: 0;
    padding-top: 53.333%;
  }
  .g-contact-bg::before {
    width: 100%;
    margin: 19.047% 0 0 19.047%;
    padding-top: 53.333%;
  }
  .g-contact-bg::after {
    width: 100%;
    height: 100%;
    margin: 0;
  }
}
/* c-head-container
**************************************************************/
.g-contact .c-head-container {
  text-align: center;
}

/* c-outer
**************************************************************/
/* c-inner
**************************************************************/
/* g-contact-contents
**************************************************************/
.g-contact-contents {
  background-color: #fff;
}

@media all and (max-width: 767px) {
  .g-contact-contents {
    margin-top: 6rem;
  }
}
/* g-contact-frame
********************************/
.g-contact-frame {
  margin: 0 auto;
}

.g-contact-frame .--input,
.g-contact-frame .--confirm,
.g-contact-frame .--thanks {
  display: none;
}

.g-contact-frame.--input .--input {
  display: block;
}

.g-contact-frame.--confirm .--confirm {
  display: block;
}

.g-contact-frame.--thanks .--thanks {
  display: block;
}

@media all and (min-width: 768px) {
  .g-contact-frame {
    width: 59.558%;
    min-width: 54rem;
    margin: 14rem auto 0;
    padding: 12rem 0;
  }
}
@media all and (max-width: 767px) {
  .g-contact-frame {
    padding: 4rem 2rem;
  }
}
/* g-contact-lead
**************************************************************/
/* g-contact-lead-txt
********************************/
.g-contact-lead-txt {
  color: var(--base-font-color);
  line-height: 1.666;
}

@media all and (min-width: 768px) {
  .g-contact-lead-txt {
    font-size: 1.8rem;
  }
}
@media all and (max-width: 767px) {
  .g-contact-lead-txt {
    font-size: 1.4rem;
  }
}
/* g-contact-form-container
**************************************************************/
.g-contact-frame.--thanks .g-contact-form-container {
  display: none;
}

@media all and (min-width: 768px) {
  .g-contact-form-container {
    margin-top: 8rem;
  }
}
/* g-contact-form-contents
**************************************************************/
.g-contact-form-contents {
  display: grid;
  grid-template-areas: "areaA" "areaB" "areaC" "areaD" "areaE" "areaF" "areaG" "areaH" "areaI" "areaJ";
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
}

/* g-contact-form-blk
**************************************************************/
.g-contact-frame.--confirm .g-contact-form-blk.--privacy-policy {
  margin-top: 0;
}

@media all and (min-width: 768px) {
  .g-contact-form-blk {
    width: 100%;
    margin: 4rem auto 0;
  }
  .g-contact-form-blk.--type {
    grid-area: areaA;
  }
  .g-contact-form-blk.--name {
    grid-area: areaB;
  }
  .g-contact-form-blk.--kana {
    grid-area: areaC;
  }
  .g-contact-form-blk.--tel {
    grid-area: areaD;
  }
  .g-contact-form-blk.--email {
    grid-area: areaE;
  }
  .g-contact-form-blk.--message {
    grid-area: areaF;
  }
  .g-contact-form-blk.--privacy-policy {
    grid-area: areaG;
    width: 78.048%;
  }
  .g-contact-form-blk.--privacy-agree {
    grid-area: areaH;
  }
  .g-contact-form-blk.--submit-area.--input {
    grid-area: areaI;
  }
  .g-contact-form-blk.--submit-area.--confirm {
    grid-area: areaJ;
  }
}
@media all and (max-width: 767px) {
  .g-contact-form-blk {
    margin-top: 4rem;
  }
}
/* form-blk-lbl
********************************/
.form-blk-lbl {
  display: flex;
  align-items: center;
}

/* form-blk-lbl-name
********************************/
.form-blk-lbl-name {
  color: var(--contact-font-color);
  line-height: 1.5;
}

@media all and (min-width: 768px) {
  .form-blk-lbl-name {
    font-size: 1.6rem;
  }
}
@media all and (max-width: 767px) {
  .form-blk-lbl-name {
    font-size: 1.4rem;
  }
}
/* form-blk-lbl-status
********************************/
.form-blk-lbl-status {
  display: inline-block;
  width: 4.6rem;
  margin-left: 1rem;
  color: #fff;
  text-align: center;
}

.form-blk-lbl-status.--required {
  background-color: var(--contact-status-required-bg-color);
}

.form-blk-lbl-status.--free {
  background-color: var(--contact-status-free-bg-color);
}

@media all and (min-width: 768px) {
  .form-blk-lbl-status {
    padding: 0.4rem 0;
    font-size: 1.2rem;
  }
}
@media all and (max-width: 767px) {
  .form-blk-lbl-status {
    padding: 0.2rem 0;
    font-size: 1rem;
  }
}
/* form-blk-input__inner
********************************/
.form-blk-input__inner {
  display: flex;
  align-items: center;
}

.form-blk-input__inner:nth-child(n+2) {
  margin-top: 1rem;
}

.g-contact-form-blk .form-blk-input__inner label {
  display: flex;
  align-items: center;
}

/* form-blk-input
********************************/
/* form-blk-input-field
********************************/
.form-blk-input-field {
  width: 100%;
  padding: 1rem;
  color: var(--contact-font-color);
  background-color: var(--contact-field-bg-color);
}

@media all and (min-width: 768px) {
  .form-blk-input {
    margin-top: 2rem;
  }
  .form-blk-input-field {
    height: 4.4rem;
    font-size: 1.6rem;
  }
}
@media all and (max-width: 767px) {
  .form-blk-input {
    margin-top: 2rem;
  }
  .form-blk-input-field {
    height: 4.4rem;
    font-size: 1.6rem;
  }
}
/* form-blk-textarea-field
********************************/
.form-blk-textarea-field {
  width: 100%;
  padding: 1rem;
  background-color: var(--contact-field-bg-color);
}

.form-blk-textarea-field.privacy-policy {
  line-height: 1.66;
  border: 0.1rem solid #E8E7E1;
  background-color: #fff;
}

@media all and (min-width: 768px) {
  .form-blk-textarea-field {
    height: 13.2rem;
    margin-top: 2rem;
    font-size: 1.6rem;
  }
  .form-blk-textarea-field.privacy-policy {
    height: 20.2rem;
    font-size: 1.4rem;
  }
}
@media all and (max-width: 767px) {
  .form-blk-textarea-field {
    height: 13.2rem;
    margin-top: 2rem;
    font-size: 1.6rem;
  }
  .form-blk-textarea-field.privacy-policy {
    font-size: 1.2rem;
  }
}
/* form-blk-radio-field
********************************/
.form-blk-input-name {
  margin-left: 0.5rem;
  color: var(--contact-font-color);
}

@media all and (min-width: 768px) {
  .form-blk-input-name {
    font-size: 1.6rem;
  }
}
@media all and (max-width: 767px) {
  .form-blk-input-name {
    font-size: 1.4rem;
  }
}
/* form-blk-checkbox-field
********************************/
.g-contact-form-blk.--privacy-agree .form-blk-input__inner {
  justify-content: center;
}

@media all and (min-width: 768px) {
  .form-blk-checkbox-field {
    width: 2rem;
    height: 2rem;
  }
  .form-blk-input-name {
    font-size: 1.6rem;
  }
}
/* form-blk-confirm
********************************/
.form-blk-confirm {
  word-break: break-all;
  width: 100%;
  padding: 1rem;
  background-color: var(--contact-field-bg-color);
}

@media all and (min-width: 768px) {
  .form-blk-confirm {
    font-size: 1.6rem;
  }
}
@media all and (max-width: 767px) {
  .form-blk-confirm {
    font-size: 1.6rem;
  }
}
/* form-blk-input-err
********************************/
.form-blk-input-err {
  margin-top: 1rem;
  color: #AD2D27;
}

.--privacy-agree .form-blk-input-err {
  text-align: center;
}

@media all and (min-width: 768px) {
  .form-blk-input-err {
    font-size: 1.6rem;
  }
}
@media all and (max-width: 767px) {
  .form-blk-input-err {
    font-size: 1.6rem;
  }
}
/* ボタンglitch */
.l-header__button, .l-header__button::after {
  width: 180px;
  height: 50px;
  font-size: 24px;
  font-family: "Bebas Neue", cursive;
  background: linear-gradient(45deg, transparent 5%, #FF013C 5%);
  border: 0;
  color: #fff;
  letter-spacing: 3px;
  line-height: 50px;
  box-shadow: 6px 0px 0px #00E6F6;
  outline: transparent;
  position: relative;
  margin-right: 20px;
}
@media (max-width: 768px) {
  .l-header__button, .l-header__button::after {
    width: 30%;
    height: 30px;
    font-size: 16px;
    line-height: 30px;
  }
}

.l-header__button::after {
  --slice-0: inset(50% 50% 50% 50%);
  --slice-1: inset(80% -6px 0 0);
  --slice-2: inset(50% -6px 30% 0);
  --slice-3: inset(10% -6px 85% 0);
  --slice-4: inset(40% -6px 43% 0);
  --slice-5: inset(80% -6px 5% 0);
  content: "AVAILABLE NOW";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(45deg, transparent 3%, #00E6F6 3%, #00E6F6 5%, #FF013C 5%);
  text-shadow: -3px -3px 0px #F8F005, 3px 3px 0px #00E6F6;
  clip-path: var(--slice-0);
}

.l-header__button:hover::after {
  animation: 1s glitch;
  animation-timing-function: steps(2, end);
}

@keyframes glitch {
  0% {
    clip-path: var(--slice-1);
    transform: translate(-20px, -10px);
  }
  10% {
    clip-path: var(--slice-3);
    transform: translate(10px, 10px);
  }
  20% {
    clip-path: var(--slice-1);
    transform: translate(-10px, 10px);
  }
  30% {
    clip-path: var(--slice-3);
    transform: translate(0px, 5px);
  }
  40% {
    clip-path: var(--slice-2);
    transform: translate(-5px, 0px);
  }
  50% {
    clip-path: var(--slice-3);
    transform: translate(5px, 0px);
  }
  60% {
    clip-path: var(--slice-4);
    transform: translate(5px, 10px);
  }
  70% {
    clip-path: var(--slice-2);
    transform: translate(-10px, 10px);
  }
  80% {
    clip-path: var(--slice-5);
    transform: translate(20px, -10px);
  }
  90% {
    clip-path: var(--slice-1);
    transform: translate(-10px, 0px);
  }
  100% {
    clip-path: var(--slice-1);
    transform: translate(0);
  }
}
/**************************************************************
* c-submit-btn-outer
**************************************************************/
.c-submit-btn-outer {
  display: flex;
  flex-wrap: wrap;
}

/* c-submit-btn-container
**************************************************************/
.c-submit-btn-container {
  margin-left: auto;
  margin-right: auto;
}

@media all and (min-width: 768px) {
  .c-submit-btn-container {
    width: 41.198%;
    max-width: 33rem;
  }
}
@media all and (max-width: 767px) {
  .c-submit-btn-container {
    width: 45.198%;
  }
  .--col-1 .c-submit-btn-container {
    width: 70%;
  }
}
/* c-submit-btn
**************************************************************/
.c-submit-btn {
  display: block;
  position: relative;
  width: 100%;
  text-align: center;
  border: 0.1rem solid var(--c-submit-btn-bg-color);
  background-color: var(--c-submit-btn-bg-color);
  transition: background-color var(--transition-speed);
}

.c-submit-btn::before,
.c-submit-btn::after {
  content: "";
  display: block;
  position: absolute;
  background-color: #fff;
  transition: width var(--transition-speed);
}

.c-submit-btn::before {
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  height: 0.1rem;
  margin: auto 1.6rem auto 0;
}

.c-submit-btn::after {
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  height: 0.1rem;
  margin: auto 1.6rem auto 0;
}

.c-submit-btn-container.--prev .c-submit-btn::before {
  left: 0;
  right: auto;
  margin: auto 0 auto 1.6rem;
}

.c-submit-btn-container.--prev .c-submit-btn::after {
  left: 0;
  right: auto;
}

@media all and (min-width: 768px) {
  .c-submit-btn {
    padding: 2rem 0;
  }
  .c-submit-btn::before {
    width: 4rem;
  }
  .c-submit-btn::after {
    width: 1.6rem;
    transform: translate(2px, -6px) rotate(45deg);
  }
  .c-submit-btn-container.--prev .c-submit-btn::after {
    transform: translate(14px, -6px) rotate(-45deg);
  }
}
@media all and (max-width: 767px) {
  .c-submit-btn {
    padding: 1rem 0;
  }
  .c-submit-btn::before {
    width: 2rem;
  }
  .c-submit-btn::after {
    width: 0.8rem;
  }
  .c-submit-btn-container .c-submit-btn::after {
    transform: translate(0.1rem, -0.3rem) rotate(45deg);
  }
  .c-submit-btn-container.--prev .c-submit-btn::after {
    transform: translate(1.5rem, -0.3rem) rotate(-45deg);
  }
}
@media (hover: hover) {
  .c-submit-btn:hover {
    border-color: var(--c-submit-btn-bg--hover-color);
    background-color: var(--c-submit-btn-bg--hover-color);
  }
  .c-submit-btn:hover::before {
    width: 0;
  }
  .c-submit-btn:hover::after {
    width: 0;
  }
}
/* c-submit-btn__lbl
********************************/
.c-submit-btn__lbl {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600;
}

@media all and (min-width: 768px) {
  .c-submit-btn__lbl {
    font-size: 1.6rem;
  }
}
@media all and (max-width: 767px) {
  .c-submit-btn__lbl {
    font-size: 1.4rem;
  }
}/*# sourceMappingURL=style.css.map */